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

.ui-timepicker-div .ui_tpicker_unit_hide {
    display:none;
}
body {
  margin: 0;
  padding: 0;
}
article,
aside,
details,
figcaption,
figure,
main,
footer,
header,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
nav ul,
nav ol {
  list-style: none none;
}
img {
  max-width: 100%;
  height: auto;
  border: 0;
}
video,
embed,
object {
  max-width: 100%;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size-adjust: 100%;
}
body {
  color: #000000;
  font-family: 'Lato Regular', sans-serif, Arial;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  font-size: 2rem;
}
p {
  margin-top: 0rem;
  margin-bottom: 1.5rem;
}
abbr[title] {
  border-bottom: 1px dotted #d1d1d1;
  cursor: help;
}
b,
strong {
  font-weight: 700;
}
em,
i {
  font-style: italic;
}
mark {
  background: #f0f0f0;
  color: #000000;
}
small,
.small {
  font-size: 17px;
}
hr {
  border: 0;
  border-top: 1px solid #d1d1d1;
  margin-bottom: 30px;
  margin-top: 30px;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -.5em;
}
sub {
  bottom: -.25em;
}
dfn {
  font-style: italic;
}
h1 {
  font-family: 'Lato Bold';
  font-weight: 300;
  line-height: 1.1;
  font-size: 3.7rem;
  margin-top: 0rem;
  margin-bottom: 3rem;
}
h2 {
  color: #0f5ea5;
  font-family: 'Lato Bold';
  font-weight: 300;
  line-height: 1.1;
  font-size: 3rem;
  margin-top: 3.75rem;
  margin-bottom: 3rem;
}
h3 {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.25rem;
  margin-bottom: 1.5rem;
}
h4 {
  font-weight: 700;
  line-height: 1.1;
  font-size: 2rem;
  margin-top: 3rem;
  margin-bottom: 3rem;
}
h5 {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.7rem;
  margin-top: 3rem;
  margin-bottom: 3rem;
}
h6 {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.4rem;
  margin-top: 3rem;
  margin-bottom: 3rem;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small {
  color: #000000;
  font-family: 'Lato Regular', sans-serif, Arial;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
a,
.alink {
  color: #000000;
  text-decoration: none;
}
a:visited,
.alink:visited {
  color: #000000;
  text-decoration: none;
}
a:hover,
.alink:hover {
  color: #0f5ea5;
}
a:active,
.alink:active {
  color: #f46414;
  text-decoration: underline;
}
ul,
ol {
  margin-top: 0rem;
  margin-bottom: 3.75rem;
}
ul > li,
ol > li {
  margin-top: 0rem;
  margin-bottom: 1.5rem;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
dl {
  margin-bottom: 30px;
  margin-top: 0;
}
dt {
  font-weight: 700;
  margin-bottom: 7.5px;
  margin-top: 0;
}
dd {
  margin-bottom: 15px;
  margin-top: 0;
  margin-left: 0;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, 'Courier New', monospace;
}
code {
  background: #f0f0f0;
  color: #000000;
  padding: 2px 4px;
  font-size: 1.7rem;
  white-space: nowrap;
}
kbd {
  background: #f0f0f0;
  color: #000000;
  padding: 2px 4px;
  font-size: 1.7rem;
}
pre {
  background: #f0f0f0;
  border: 1px solid #d1d1d1;
  color: #000000;
  line-height: 1.5;
  margin: 0 0 15px;
  padding: 15px;
  font-size: 1.7rem;
  display: block;
  word-wrap: break-word;
}
pre code {
  background-color: transparent;
  border-radius: 0;
  color: inherit;
  font-size: inherit;
  padding: 0;
  white-space: pre-wrap;
}
blockquote {
  border-left: 0 solid #d1d1d1;
  margin: 0 0 30px 60px;
  padding: 0;
  color: #000000;
  font-family: 'Lato Regular', sans-serif, Arial;
  font-style: italic;
  font-weight: 400;
  line-height: 1.5;
  font-size: 2rem;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  color: #000000;
  line-height: 1.5;
  font-size: 1.5rem;
  display: block;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
blockquote cite {
  font-style: normal;
}
blockquote:before,
blockquote:after {
  content: '';
}
q {
  quotes: none;
}
q:before,
q:after {
  content: '';
  content: none;
}
cite {
  font-style: normal;
}
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  max-width: 100%;
}
table th {
  text-align: left;
}
table > tbody > tr > th,
table > tfoot > tr > th,
table > tbody > tr > td,
table > tfoot > tr > td {
  vertical-align: top;
}
table > thead > tr > th,
table > thead > tr > td {
  vertical-align: bottom;
}
table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
  padding: 8px 15px;
}
button,
.cart.table-wrapper .actions-toolbar > .action,
.quote-details-items .actions-toolbar > .action,
.action-gift {
  background-image: none;
  background: none;
  border: 1px solid #ffffff;
  color: #000000;
  cursor: pointer;
  display: inline-block;
  font-family: 'Lato Regular', sans-serif, Arial;
  font-weight: 700;
  margin: 0;
  padding: 12px 40px;
  font-size: 2rem;
  line-height: 2.2rem;
  box-sizing: border-box;
  vertical-align: middle;
}
button:focus,
button:active,
.cart.table-wrapper .actions-toolbar > .action:focus,
.cart.table-wrapper .actions-toolbar > .action:active,
.quote-details-items .actions-toolbar > .action:focus,
.quote-details-items .actions-toolbar > .action:active,
.action-gift:focus,
.action-gift:active {
  background: none;
  border: 1px solid #ffffff;
  color: #000000;
}
button:hover,
.cart.table-wrapper .actions-toolbar > .action:hover,
.quote-details-items .actions-toolbar > .action:hover,
.action-gift:hover {
  background: none;
  border: 1px solid #ffffff;
  color: #555555;
}
button.disabled,
button[disabled],
fieldset[disabled] button,
.cart.table-wrapper .actions-toolbar > .action.disabled,
.cart.table-wrapper .actions-toolbar > .action[disabled],
fieldset[disabled] .cart.table-wrapper .actions-toolbar > .action,
.quote-details-items .actions-toolbar > .action.disabled,
.quote-details-items .actions-toolbar > .action[disabled],
fieldset[disabled] .quote-details-items .actions-toolbar > .action,
.action-gift.disabled,
.action-gift[disabled],
fieldset[disabled] .action-gift {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
button::-moz-focus-inner,
.cart.table-wrapper .actions-toolbar > .action::-moz-focus-inner,
.quote-details-items .actions-toolbar > .action::-moz-focus-inner,
.action-gift::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type*="date"],
input[type="email"] {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: 'Lato Regular', sans-serif, Arial;
  font-size: 16px;
  height: 48px;
  line-height: 1.5;
  padding: 0 9px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
}
input[type="text"]:disabled,
input[type="password"]:disabled,
input[type="url"]:disabled,
input[type="tel"]:disabled,
input[type="search"]:disabled,
input[type="number"]:disabled,
input[type*="date"]:disabled,
input[type="email"]:disabled {
  opacity: 0.5;
}
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type*="date"]::-moz-placeholder,
input[type="email"]::-moz-placeholder {
  color: #c2c2c2;
}
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type*="date"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder {
  color: #c2c2c2;
}
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type*="date"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder {
  color: #c2c2c2;
}
input[type="number"] {
  -moz-appearance: textfield;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}
select {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: 'Lato Regular', sans-serif, Arial;
  font-size: 16px;
  height: 48px;
  line-height: 1.5;
  padding: 7.5px 15px 4px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
}
select:disabled {
  opacity: 0.5;
}
select[multiple] {
  height: auto;
  background-image: none;
}
textarea {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: 'Lato Regular', sans-serif, Arial;
  font-size: 16px;
  height: auto;
  line-height: 1.5;
  margin: 0;
  padding: 15px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  resize: vertical;
}
textarea:disabled {
  opacity: 0.5;
}
textarea::-moz-placeholder {
  color: #c2c2c2;
}
textarea::-webkit-input-placeholder {
  color: #c2c2c2;
}
textarea:-ms-input-placeholder {
  color: #c2c2c2;
}
input[type="checkbox"] {
  margin: 2px 7.5px 0 0;
  position: relative;
  top: 2px;
}
input[type="checkbox"]:disabled {
  opacity: 0.5;
}
input[type="radio"] {
  margin: 2px 7.5px 0 0;
}
input[type="radio"]:disabled {
  opacity: 0.5;
}
input.mage-error,
select.mage-error,
textarea.mage-error {
  border-color: #ed8380;
}
div.mage-error {
  color: #e02b27;
  font-size: 1.7rem;
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
form {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
address {
  font-style: normal;
}
*:focus {
  box-shadow: none;
  outline: 0;
}
._keyfocus *:focus,
input:not([disabled]):focus,
textarea:not([disabled]):focus,
select:not([disabled]):focus {
  box-shadow: 0 0 3px 1px #68a8e0;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/*@button_primary__background:#7f1416;*/
/*@button_primary__hover__background:#FF5C35;*/
/*
    Author     : rafiqul
*/
/*
    Created on : Aug 4, 2023, 7:35:03 PM
    Author     : rafiqul
*/
/*@button__border: 2px solid @button__border__color;*/
/*@header_top_bg_color: @header_top_background_color;*/
/*
@primary-button-background-color:#ff5335;
@primary-button-background-color-hover:#ff5335;
@primary-button-color:#ff5335;
@primary-button-color-hover:#ff5335;
@primary-button-border:#ff5335;
@primary-button-border-hover:#ff5335;
@primary-button-border-radius:#ff5335;

@secondary-button-background:#ff5335;
@secondary-button-background-hover:#ff5335;
@secondary-button-color:#ff5335;
@secondary-button-color-hover:#ff5335;
@secondary-button-border:#ff5335;
@secondary-button-border-hover:#ff5335;
@secondary-button-border-radius:#ff5335;



@link-color:#000;
@link-color_hover:#000;*/
.abs-reset-list,
.bundle-options-container .block-bundle-summary .bundle.items,
.product-items,
.prices-tier,
.cart-container .checkout-methods-items,
.opc-wrapper .opc,
.opc-progress-bar,
.checkout-agreements-items,
.items,
.block-wishlist-management .wishlist-select-items,
.paypal-review .items-qty,
.order-details-items .items-qty,
.block-banners .banner-items,
.block-banners-inline .banner-items,
.block-event .slider-panel .slider {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.abs-reset-list > li,
.bundle-options-container .block-bundle-summary .bundle.items > li,
.product-items > li,
.prices-tier > li,
.cart-container .checkout-methods-items > li,
.opc-wrapper .opc > li,
.opc-progress-bar > li,
.checkout-agreements-items > li,
.items > li,
.block-wishlist-management .wishlist-select-items > li,
.paypal-review .items-qty > li,
.order-details-items .items-qty > li,
.block-banners .banner-items > li,
.block-banners-inline .banner-items > li,
.block-event .slider-panel .slider > li {
  margin: 0;
}
.abs-action-link-button,
.abs-action-addto-product,
.block-event .slider-panel .slider .item .action.event,
.bundle-options-container .block-bundle-summary .product-addto-links > .action,
.product-info-main .action.tocompare,
.product-options-bottom .action.tocompare,
.product-info-main .action.towishlist,
.product-options-bottom .action.towishlist,
.block-bundle-summary .action.towishlist {
  background-image: none;
  background: none;
  border: 1px solid #ffffff;
  color: #000000;
  cursor: pointer;
  font-family: 'Lato Regular', sans-serif, Arial;
  font-weight: 700;
  margin: 0;
  padding: 12px 40px;
  font-size: 2rem;
  line-height: 2.2rem;
  box-sizing: border-box;
  vertical-align: middle;
  display: inline-block;
  text-decoration: none;
  border-radius: 5px;
}
.abs-action-link-button:focus,
.abs-action-link-button:active,
.abs-action-addto-product:focus,
.abs-action-addto-product:active,
.block-event .slider-panel .slider .item .action.event:focus,
.block-event .slider-panel .slider .item .action.event:active,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:focus,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:active,
.product-info-main .action.tocompare:focus,
.product-info-main .action.tocompare:active,
.product-options-bottom .action.tocompare:focus,
.product-options-bottom .action.tocompare:active,
.product-info-main .action.towishlist:focus,
.product-info-main .action.towishlist:active,
.product-options-bottom .action.towishlist:focus,
.product-options-bottom .action.towishlist:active,
.block-bundle-summary .action.towishlist:focus,
.block-bundle-summary .action.towishlist:active {
  background: none;
  border: 1px solid #ffffff;
  color: #000000;
}
.abs-action-link-button:hover,
.abs-action-addto-product:hover,
.block-event .slider-panel .slider .item .action.event:hover,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:hover,
.product-info-main .action.tocompare:hover,
.product-options-bottom .action.tocompare:hover,
.product-info-main .action.towishlist:hover,
.product-options-bottom .action.towishlist:hover,
.block-bundle-summary .action.towishlist:hover {
  background: none;
  border: 1px solid #ffffff;
  color: #555555;
}
.abs-action-link-button.disabled,
.abs-action-link-button[disabled],
fieldset[disabled] .abs-action-link-button,
.abs-action-addto-product.disabled,
.abs-action-addto-product[disabled],
fieldset[disabled] .abs-action-addto-product,
.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,
.bundle-options-container .block-bundle-summary .product-addto-links > .action.disabled,
.bundle-options-container .block-bundle-summary .product-addto-links > .action[disabled],
fieldset[disabled] .bundle-options-container .block-bundle-summary .product-addto-links > .action,
.product-info-main .action.tocompare.disabled,
.product-info-main .action.tocompare[disabled],
fieldset[disabled] .product-info-main .action.tocompare,
.product-options-bottom .action.tocompare.disabled,
.product-options-bottom .action.tocompare[disabled],
fieldset[disabled] .product-options-bottom .action.tocompare,
.product-info-main .action.towishlist.disabled,
.product-info-main .action.towishlist[disabled],
fieldset[disabled] .product-info-main .action.towishlist,
.product-options-bottom .action.towishlist.disabled,
.product-options-bottom .action.towishlist[disabled],
fieldset[disabled] .product-options-bottom .action.towishlist,
.block-bundle-summary .action.towishlist.disabled,
.block-bundle-summary .action.towishlist[disabled],
fieldset[disabled] .block-bundle-summary .action.towishlist {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.abs-action-link-button:hover,
.abs-action-link-button:active,
.abs-action-link-button:focus,
.abs-action-addto-product:hover,
.abs-action-addto-product:active,
.abs-action-addto-product:focus,
.block-event .slider-panel .slider .item .action.event:hover,
.block-event .slider-panel .slider .item .action.event:active,
.block-event .slider-panel .slider .item .action.event:focus,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:hover,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:active,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:focus,
.product-info-main .action.tocompare:hover,
.product-info-main .action.tocompare:active,
.product-info-main .action.tocompare:focus,
.product-options-bottom .action.tocompare:hover,
.product-options-bottom .action.tocompare:active,
.product-options-bottom .action.tocompare:focus,
.product-info-main .action.towishlist:hover,
.product-info-main .action.towishlist:active,
.product-info-main .action.towishlist:focus,
.product-options-bottom .action.towishlist:hover,
.product-options-bottom .action.towishlist:active,
.product-options-bottom .action.towishlist:focus,
.block-bundle-summary .action.towishlist:hover,
.block-bundle-summary .action.towishlist:active,
.block-bundle-summary .action.towishlist:focus {
  text-decoration: none;
}
.abs-product-options-list dt,
.cart.table-wrapper .item-options dt,
.opc-block-summary .items-in-cart .product .item-options dt,
.block-giftregistry-shared-items .product .item-options dt,
.multicheckout .item-options dt {
  clear: left;
  float: left;
  margin: 0 15px 7.5px 0;
}
.abs-product-options-list dt:after,
.cart.table-wrapper .item-options dt:after,
.opc-block-summary .items-in-cart .product .item-options dt:after,
.block-giftregistry-shared-items .product .item-options dt:after,
.multicheckout .item-options dt:after {
  content: ': ';
}
.abs-product-options-list dd,
.cart.table-wrapper .item-options dd,
.opc-block-summary .items-in-cart .product .item-options dd,
.block-giftregistry-shared-items .product .item-options dd,
.multicheckout .item-options dd {
  display: inline-block;
  float: left;
  margin: 0 0 7.5px;
  word-break: break-all;
}
.abs-button-responsive,
.actions-toolbar > .primary .action,
.actions-toolbar > .secondary .action {
  width: 100%;
}
.abs-reset-image-wrapper,
.products-list .product-image-wrapper,
.cart.table-wrapper .product-image-wrapper,
.minicart-items .product-image-wrapper,
.block-giftregistry-shared-items .product-image-wrapper {
  height: auto;
  padding: 0 !important;
}
.abs-reset-image-wrapper .product-image-photo,
.products-list .product-image-wrapper .product-image-photo,
.cart.table-wrapper .product-image-wrapper .product-image-photo,
.minicart-items .product-image-wrapper .product-image-photo,
.block-giftregistry-shared-items .product-image-wrapper .product-image-photo {
  position: static;
}
.abs-adaptive-images {
  display: block;
  height: auto;
  max-width: 100%;
}
.abs-adaptive-images-centered,
.product.media .product.photo .photo.image {
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 100%;
}
.abs-login-block-title,
.company-account-index .columns .column.main .block:not(.widget) .block-title,
.login-container .block .block-title {
  font-size: 1.8rem;
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 15px;
  padding-bottom: 12px;
}
.abs-login-block-title strong,
.company-account-index .columns .column.main .block:not(.widget) .block-title strong,
.login-container .block .block-title strong {
  font-weight: 500;
}
.abs-block-title,
.abs-account-blocks .block-title,
.block-compare .block-title,
.block-giftregistry-results .block-title,
.block-giftregistry-shared-items .block-title,
.block-wishlist-search-results .block-title,
.block-reorder .block-title,
.widget .block-title,
.block-wishlist .block-title,
.magento-payments-review .block .block-title,
.company-account-index .columns .column.main .block:not(.widget) .block-title,
.account .column.main .block:not(.widget) .block-title,
.multicheckout .block-title,
.paypal-review .block .block-title,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title,
.sales-guest-view .column.main .block:not(.widget) .block-title {
  margin-bottom: 15px;
}
.abs-block-title > strong,
.abs-account-blocks .block-title > strong,
.block-compare .block-title > strong,
.block-giftregistry-results .block-title > strong,
.block-giftregistry-shared-items .block-title > strong,
.block-wishlist-search-results .block-title > strong,
.block-reorder .block-title > strong,
.widget .block-title > strong,
.block-wishlist .block-title > strong,
.magento-payments-review .block .block-title > strong,
.company-account-index .columns .column.main .block:not(.widget) .block-title > strong,
.account .column.main .block:not(.widget) .block-title > strong,
.multicheckout .block-title > strong,
.paypal-review .block .block-title > strong,
.magento-rma-guest-returns .column.main .block:not(.widget) .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 {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.25rem;
  margin-bottom: 1.5rem;
}
.abs-account-blocks .block-title > .action,
.magento-payments-review .block .block-title > .action,
.company-account-index .columns .column.main .block:not(.widget) .block-title > .action,
.account .column.main .block:not(.widget) .block-title > .action,
.multicheckout .block-title > .action,
.paypal-review .block .block-title > .action,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title > .action,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title > .action,
.sales-guest-view .column.main .block:not(.widget) .block-title > .action {
  margin-left: 15px;
}
.abs-account-blocks .box-title,
.magento-payments-review .block .box-title,
.company-account-index .columns .column.main .block:not(.widget) .box-title,
.account .column.main .block:not(.widget) .box-title,
.multicheckout .box-title,
.paypal-review .block .box-title,
.magento-rma-guest-returns .column.main .block:not(.widget) .box-title,
[class^='sales-guest-'] .column.main .block:not(.widget) .box-title,
.sales-guest-view .column.main .block:not(.widget) .box-title {
  display: inline-block;
  margin: 0 0 7.5px;
}
.abs-account-blocks .box-title > span,
.magento-payments-review .block .box-title > span,
.company-account-index .columns .column.main .block:not(.widget) .box-title > span,
.account .column.main .block:not(.widget) .box-title > span,
.multicheckout .box-title > span,
.paypal-review .block .box-title > span,
.magento-rma-guest-returns .column.main .block:not(.widget) .box-title > span,
[class^='sales-guest-'] .column.main .block:not(.widget) .box-title > span,
.sales-guest-view .column.main .block:not(.widget) .box-title > span {
  font-weight: 700;
  line-height: 1.1;
  font-size: 2rem;
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.abs-account-blocks .box-title > .action,
.magento-payments-review .block .box-title > .action,
.company-account-index .columns .column.main .block:not(.widget) .box-title > .action,
.account .column.main .block:not(.widget) .box-title > .action,
.multicheckout .box-title > .action,
.paypal-review .block .box-title > .action,
.magento-rma-guest-returns .column.main .block:not(.widget) .box-title > .action,
[class^='sales-guest-'] .column.main .block:not(.widget) .box-title > .action,
.sales-guest-view .column.main .block:not(.widget) .box-title > .action {
  font-weight: 400;
  margin-left: 15px;
}
.abs-account-blocks .block-content p:last-child,
.magento-payments-review .block .block-content p:last-child,
.company-account-index .columns .column.main .block:not(.widget) .block-content p:last-child,
.account .column.main .block:not(.widget) .block-content p:last-child,
.multicheckout .block-content p:last-child,
.paypal-review .block .block-content p:last-child,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-content p:last-child,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-content p:last-child,
.sales-guest-view .column.main .block:not(.widget) .block-content p:last-child {
  margin-bottom: 0;
}
.abs-account-blocks .block-content .box,
.magento-payments-review .block .block-content .box,
.company-account-index .columns .column.main .block:not(.widget) .block-content .box,
.account .column.main .block:not(.widget) .block-content .box,
.multicheckout .block-content .box,
.paypal-review .block .block-content .box,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box,
.sales-guest-view .column.main .block:not(.widget) .block-content .box {
  margin-bottom: 30px;
}
.abs-dropdown-simple,
.giftregisty-dropdown,
.wishlist-dropdown {
  display: inline-block;
  position: relative;
}
.abs-dropdown-simple:before,
.abs-dropdown-simple:after,
.giftregisty-dropdown:before,
.giftregisty-dropdown:after,
.wishlist-dropdown:before,
.wishlist-dropdown:after {
  content: '';
  display: table;
}
.abs-dropdown-simple:after,
.giftregisty-dropdown:after,
.wishlist-dropdown:after {
  clear: both;
}
.abs-dropdown-simple .action.toggle,
.giftregisty-dropdown .action.toggle,
.wishlist-dropdown .action.toggle {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.abs-dropdown-simple .action.toggle:after,
.giftregisty-dropdown .action.toggle:after,
.wishlist-dropdown .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e607';
  font-family: 'icons-blank-theme';
  margin: 0 0 0 5px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-dropdown-simple .action.toggle:hover:after,
.giftregisty-dropdown .action.toggle:hover:after,
.wishlist-dropdown .action.toggle:hover:after {
  color: inherit;
}
.abs-dropdown-simple .action.toggle:active:after,
.giftregisty-dropdown .action.toggle:active:after,
.wishlist-dropdown .action.toggle:active:after {
  color: inherit;
}
.abs-dropdown-simple .action.toggle.active,
.giftregisty-dropdown .action.toggle.active,
.wishlist-dropdown .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.abs-dropdown-simple .action.toggle.active:after,
.giftregisty-dropdown .action.toggle.active:after,
.wishlist-dropdown .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e618';
  font-family: 'icons-blank-theme';
  margin: 0 0 0 5px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-dropdown-simple .action.toggle.active:hover:after,
.giftregisty-dropdown .action.toggle.active:hover:after,
.wishlist-dropdown .action.toggle.active:hover:after {
  color: inherit;
}
.abs-dropdown-simple .action.toggle.active:active:after,
.giftregisty-dropdown .action.toggle.active:active:after,
.wishlist-dropdown .action.toggle.active:active:after {
  color: inherit;
}
.abs-dropdown-simple ul.dropdown,
.giftregisty-dropdown ul.dropdown,
.wishlist-dropdown ul.dropdown {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 200px;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.abs-dropdown-simple ul.dropdown li,
.giftregisty-dropdown ul.dropdown li,
.wishlist-dropdown ul.dropdown li {
  margin: 0;
  padding: 5px 5px 5px 23px;
}
.abs-dropdown-simple ul.dropdown li:hover,
.giftregisty-dropdown ul.dropdown li:hover,
.wishlist-dropdown ul.dropdown li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.abs-dropdown-simple ul.dropdown:before,
.abs-dropdown-simple ul.dropdown:after,
.giftregisty-dropdown ul.dropdown:before,
.giftregisty-dropdown ul.dropdown:after,
.wishlist-dropdown ul.dropdown:before,
.wishlist-dropdown ul.dropdown:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.abs-dropdown-simple ul.dropdown:before,
.giftregisty-dropdown ul.dropdown:before,
.wishlist-dropdown ul.dropdown:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.abs-dropdown-simple ul.dropdown:after,
.giftregisty-dropdown ul.dropdown:after,
.wishlist-dropdown ul.dropdown:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.abs-dropdown-simple ul.dropdown:before,
.giftregisty-dropdown ul.dropdown:before,
.wishlist-dropdown ul.dropdown:before {
  left: 10px;
  top: -12px;
}
.abs-dropdown-simple ul.dropdown:after,
.giftregisty-dropdown ul.dropdown:after,
.wishlist-dropdown ul.dropdown:after {
  left: 9px;
  top: -14px;
}
.abs-dropdown-simple.active,
.giftregisty-dropdown.active,
.wishlist-dropdown.active {
  overflow: visible;
}
.abs-dropdown-simple.active ul.dropdown,
.giftregisty-dropdown.active ul.dropdown,
.wishlist-dropdown.active ul.dropdown {
  display: block;
}
.abs-input-qty,
.column .block-addbysku .qty .qty,
.bundle-options-container .input-text.qty,
.cart.table-wrapper .col.qty .input-text,
.account .table-return-items .qty .input-text,
.table-giftregistry-items .field.qty .qty,
.block-giftregistry-shared-items .qty .qty,
.table.grouped .control .qty,
.block-wishlist-info-items .input-text.qty,
.multicheckout .table-wrapper .col .qty .input-text,
.quote-details-items .col.qty .input-text,
.requisition-grid .col.qty .input-text,
.account .table-wrapper .data.table.wishlist .box-tocart .qty,
.products-grid.wishlist .product-item .box-tocart input.qty,
.sidebar .block-addbysku .fieldset .fields .field.qty .qty {
  text-align: center;
  width: 65px;
}
.abs-margin-for-blocks-and-widgets,
.block,
.sidebar .widget.block:not(:last-child),
.sidebar .widget:not(:last-child),
.block-banners,
.block-banners-inline {
  margin-bottom: 60px;
}
.abs-remove-button-for-blocks,
.sidebar .action.delete,
.table-comparison .cell.remove .action.delete,
.block-compare .action.delete,
.filtered .item .action.remove {
  display: inline-block;
  text-decoration: none;
}
.abs-remove-button-for-blocks > span,
.sidebar .action.delete > span,
.table-comparison .cell.remove .action.delete > span,
.block-compare .action.delete > span,
.filtered .item .action.remove > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-remove-button-for-blocks:before,
.sidebar .action.delete:before,
.table-comparison .cell.remove .action.delete:before,
.block-compare .action.delete:before,
.filtered .item .action.remove:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 26px;
  line-height: 15px;
  color: #303030;
  content: '\e616';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-remove-button-for-blocks:hover:before,
.sidebar .action.delete:hover:before,
.table-comparison .cell.remove .action.delete:hover:before,
.block-compare .action.delete:hover:before,
.filtered .item .action.remove:hover:before {
  color: #303030;
}
.abs-remove-button-for-blocks:active:before,
.sidebar .action.delete:active:before,
.table-comparison .cell.remove .action.delete:active:before,
.block-compare .action.delete:active:before,
.filtered .item .action.remove:active:before {
  color: #303030;
}
.abs-product-link,
.product-item-name,
.product.name a {
  font-weight: 400;
}
.abs-product-link > a,
.product-item-name > a,
.product.name a > a {
  color: #000000;
  text-decoration: none;
}
.abs-product-link > a:visited,
.product-item-name > a:visited,
.product.name a > a:visited {
  color: #000000;
}
.abs-product-link > a:hover,
.product-item-name > a:hover,
.product.name a > a:hover {
  color: #000000;
}
.abs-product-link > a:active,
.product-item-name > a:active,
.product.name a > a:active {
  color: #000000;
}
.abs-reset-left-margin,
.form.giftregistry.items .actions-toolbar,
.form-new-agreement .actions-toolbar,
.fieldset .review-legend.legend,
.form.wishlist.items .actions-toolbar {
  margin-left: 0;
}
.abs-action-remove,
.abs-add-fields .action.remove,
.form-giftregistry-share .action.remove,
.form-giftregistry-edit .action.remove,
.form-add-invitations .action.remove,
.form-create-return .action.remove,
.form.send.friend .action.remove {
  left: 15px;
  margin-left: 70%;
  position: absolute;
  top: 31px;
  width: auto;
}
.abs-add-fields .fieldset,
.form-giftregistry-share .fieldset,
.form-giftregistry-edit .fieldset,
.form-add-invitations .fieldset,
.form-create-return .fieldset,
.form.send.friend .fieldset {
  margin-bottom: 50px;
}
.abs-add-fields .fieldset .field:not(.choice) .control,
.form-giftregistry-share .fieldset .field:not(.choice) .control,
.form-giftregistry-edit .fieldset .field:not(.choice) .control,
.form-add-invitations .fieldset .field:not(.choice) .control,
.form-create-return .fieldset .field:not(.choice) .control,
.form.send.friend .fieldset .field:not(.choice) .control {
  width: 70%;
}
.abs-add-fields .fieldset .actions-toolbar:not(:first-child) > .secondary,
.form-giftregistry-share .fieldset .actions-toolbar:not(:first-child) > .secondary,
.form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child) > .secondary,
.form-add-invitations .fieldset .actions-toolbar:not(:first-child) > .secondary,
.form-create-return .fieldset .actions-toolbar:not(:first-child) > .secondary,
.form.send.friend .fieldset .actions-toolbar:not(:first-child) > .secondary {
  float: left;
}
.abs-add-fields .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add,
.form-giftregistry-share .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add,
.form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add,
.form-add-invitations .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add,
.form-create-return .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add,
.form.send.friend .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add {
  margin-top: 45px;
}
.abs-add-fields .fieldset .fields .actions-toolbar,
.form-giftregistry-share .fieldset .fields .actions-toolbar,
.form-giftregistry-edit .fieldset .fields .actions-toolbar,
.form-add-invitations .fieldset .fields .actions-toolbar,
.form-create-return .fieldset .fields .actions-toolbar,
.form.send.friend .fieldset .fields .actions-toolbar {
  margin: 0;
}
.abs-add-fields .message.notice,
.form-giftregistry-share .message.notice,
.form-giftregistry-edit .message.notice,
.form-add-invitations .message.notice,
.form-create-return .message.notice,
.form.send.friend .message.notice {
  margin: 45px 0 0;
}
.abs-add-fields .additional,
.form-giftregistry-share .additional,
.form-giftregistry-edit .additional,
.form-add-invitations .additional,
.form-create-return .additional,
.form.send.friend .additional {
  margin-top: 55px;
  position: relative;
}
.abs-hidden,
.order-details-items .order-items .order-gift-message:not(.expanded-content) {
  height: 0;
  visibility: hidden;
}
.abs-visually-hidden,
.fieldset > .field.no-label > .label,
.fieldset > .fields > .field.no-label > .label,
.action-multicheck-wrap .action-multicheck-toggle > span,
.mgz__actions-switch-checkbox,
.product-item-actions .actions-secondary > .action span,
.table-comparison .cell.label.remove span,
.table-comparison .cell.label.product span,
.cart.table-wrapper .col.qty .label,
.minicart-wrapper .action.showcart .text,
.minicart-wrapper .action.showcart .counter-label,
.checkout-index-index .page-title-wrapper,
.checkout-payment-method .field-select-billing > .label,
.checkout-payment-method .payments .legend,
.checkout-payment-method .ccard .legend,
.fieldset .fullname.field > .label,
.account .column.main .limiter > .label,
.field.street .field .label,
.account-nav .title,
.page-product-downloadable .product-options-wrapper .fieldset .legend.links-title,
.page-product-giftcard .fieldset.giftcard > .legend,
.opc-wrapper .form-giftcard-account .field .label,
.filter-options-content .filter-count-label,
.block-wishlist-search-form .form-wishlist-search .fieldset > .legend,
.page-multiple-wishlist .page-title-wrapper .page-title,
.multicheckout .table-wrapper .col .label,
.multicheckout .block .methods-shipping .item-content .fieldset > .legend,
.quote-details-items .col.qty .label,
.block.newsletter .label,
.block-reorder .product-item .label,
.opc-wrapper .form-discount .field .label,
.action.skip:not(:focus),
.page-header .panel.wrapper .switcher .label,
.page-footer .switcher .label,
.products-grid.wishlist .product-item .comment-box .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-visually-hidden-reset,
.shipping-policy-block.field-tooltip .field-tooltip-action span {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.abs-add-clearfix:before,
.abs-add-clearfix:after,
.abs-add-fields .fieldset .actions-toolbar:not(:first-child):before,
.abs-add-fields .fieldset .actions-toolbar:not(:first-child):after,
.toolbar:before,
.toolbar:after,
.toolbar-products:before,
.toolbar-products:after,
.sidebar .product-items-images:before,
.sidebar .product-items-images:after,
.cart.table-wrapper .actions-toolbar:before,
.cart.table-wrapper .actions-toolbar:after,
.cart.table-wrapper .item-options:before,
.cart.table-wrapper .item-options:after,
.minicart-items .product-item > .product:before,
.minicart-items .product-item > .product:after,
.checkout-container:before,
.checkout-container:after,
.checkout-onepage-success:before,
.checkout-onepage-success:after,
.opc-estimated-wrapper:before,
.opc-estimated-wrapper:after,
.opc-wrapper .field.addresses:before,
.opc-wrapper .field.addresses:after,
.opc-block-summary .items-in-cart .product .item-options:before,
.opc-block-summary .items-in-cart .product .item-options:after,
.fieldset .fullname .field:before,
.fieldset .fullname .field:after,
.page-product-downloadable .product-add-form:before,
.page-product-downloadable .product-add-form:after,
.gift-options:before,
.gift-options:after,
.gift-item-block .content:before,
.gift-item-block .content:after,
.order-details-items .order-gift-message:before,
.order-details-items .order-gift-message:after,
.order-details-items .block-order-details-gift-message:before,
.order-details-items .block-order-details-gift-message:after,
.block-giftregistry-shared-items .product .item-options:before,
.block-giftregistry-shared-items .product .item-options:after,
.gift-wrapping-list:before,
.gift-wrapping-list:after,
.opc-wrapper .data.table .gift-wrapping:before,
.opc-wrapper .data.table .gift-wrapping:after,
.table-order-items .gift-wrapping:before,
.table-order-items .gift-wrapping:after,
.table-order-review .gift-wrapping:before,
.table-order-review .gift-wrapping:after,
.order-options .product:before,
.order-options .product:after,
.map-popup .map-info-price:before,
.map-popup .map-info-price:after,
.multicheckout .item-options:before,
.multicheckout .item-options:after,
.multicheckout .block:before,
.multicheckout .block:after,
.multicheckout .block-content:before,
.multicheckout .block-content:after,
.quote-details-items .quote-table-totals-wrap:before,
.quote-details-items .quote-table-totals-wrap:after,
.quote-details-items .item-options:before,
.quote-details-items .item-options:after,
.quote-details-items .actions-toolbar:before,
.quote-details-items .actions-toolbar:after,
.negotiable-quote-quote-print .page-title-wrapper:before,
.negotiable-quote-quote-print .page-title-wrapper:after,
.negotiable-quote-quote-print .quote-price-block:before,
.negotiable-quote-quote-print .quote-price-block:after,
.requisition-grid .actions-toolbar:before,
.requisition-grid .actions-toolbar:after,
.requisition-view-links:before,
.requisition-view-links:after,
.customer-review .product-details:before,
.customer-review .product-details:after,
.header.content:before,
.header.content:after,
.form-giftregistry-share .fieldset .actions-toolbar:not(:first-child):before,
.form-giftregistry-share .fieldset .actions-toolbar:not(:first-child):after,
.form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child):before,
.form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child):after,
.form-add-invitations .fieldset .actions-toolbar:not(:first-child):before,
.form-add-invitations .fieldset .actions-toolbar:not(:first-child):after,
.form-create-return .fieldset .actions-toolbar:not(:first-child):before,
.form-create-return .fieldset .actions-toolbar:not(:first-child):after,
.form.send.friend .fieldset .actions-toolbar:not(:first-child):before,
.form.send.friend .fieldset .actions-toolbar:not(:first-child):after {
  content: '';
  display: table;
}
.abs-add-clearfix:after,
.abs-add-fields .fieldset .actions-toolbar:not(:first-child):after,
.toolbar:after,
.toolbar-products:after,
.sidebar .product-items-images:after,
.cart.table-wrapper .actions-toolbar:after,
.cart.table-wrapper .item-options:after,
.minicart-items .product-item > .product:after,
.checkout-container:after,
.checkout-onepage-success:after,
.opc-estimated-wrapper:after,
.opc-wrapper .field.addresses:after,
.opc-block-summary .items-in-cart .product .item-options:after,
.fieldset .fullname .field:after,
.page-product-downloadable .product-add-form:after,
.gift-options:after,
.gift-item-block .content:after,
.order-details-items .order-gift-message:after,
.order-details-items .block-order-details-gift-message:after,
.block-giftregistry-shared-items .product .item-options:after,
.gift-wrapping-list:after,
.opc-wrapper .data.table .gift-wrapping:after,
.table-order-items .gift-wrapping:after,
.table-order-review .gift-wrapping:after,
.order-options .product:after,
.map-popup .map-info-price:after,
.multicheckout .item-options:after,
.multicheckout .block:after,
.multicheckout .block-content:after,
.quote-details-items .quote-table-totals-wrap:after,
.quote-details-items .item-options:after,
.quote-details-items .actions-toolbar:after,
.negotiable-quote-quote-print .page-title-wrapper:after,
.negotiable-quote-quote-print .quote-price-block:after,
.requisition-grid .actions-toolbar:after,
.requisition-view-links:after,
.customer-review .product-details:after,
.header.content:after,
.form-giftregistry-share .fieldset .actions-toolbar:not(:first-child):after,
.form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child):after,
.form-add-invitations .fieldset .actions-toolbar:not(:first-child):after,
.form-create-return .fieldset .actions-toolbar:not(:first-child):after,
.form.send.friend .fieldset .actions-toolbar:not(:first-child):after {
  clear: both;
}
.abs-add-box-sizing,
.abs-field-date .control,
.abs-field-tooltip,
.columns .column.main,
.columns .sidebar-main,
.columns .sidebar-additional,
.search-autocomplete,
.column .block-addbysku .sku,
.bundle-options-container .block-bundle-summary,
.product-item,
.sidebar .product-items-images .product-item,
.search-autocomplete,
.cart-summary,
.opc-wrapper .shipping-address-item,
.shipping-policy-block.field-tooltip .field-tooltip-content,
.opc-block-summary,
.checkout-cart-index .block-requisition-list,
.sidebar .block-addbysku .fieldset .fields .field.sku,
.block-event .slider-panel .slider .item .action.show,
.field.date .control,
.field .control._with-tooltip {
  box-sizing: border-box;
}
.abs-navigation-icon {
  display: block;
  text-decoration: none;
}
.abs-navigation-icon:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 34px;
  line-height: 1.2;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-navigation-icon:after {
  position: absolute;
  right: 7.5px;
  top: 0;
}
.abs-split-button {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.abs-split-button:before,
.abs-split-button:after {
  content: '';
  display: table;
}
.abs-split-button:after {
  clear: both;
}
.abs-split-button .action.split {
  float: left;
  margin: 0;
}
.abs-split-button .action.toggle {
  float: right;
  margin: 0;
}
.abs-split-button button.action.split,
.abs-split-button .cart.table-wrapper .actions-toolbar > .action.action.split,
.abs-split-button .quote-details-items .actions-toolbar > .action.action.split,
.abs-split-button .action-gift.action.split {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.abs-split-button button + .action.toggle,
.abs-split-button .cart.table-wrapper .actions-toolbar > .action + .action.toggle,
.abs-split-button .quote-details-items .actions-toolbar > .action + .action.toggle,
.abs-split-button .action-gift + .action.toggle {
  border-bottom-left-radius: 0;
  border-left: 0;
  border-top-left-radius: 0;
}
.abs-split-button .action.toggle {
  padding: 4px 7.5px;
  display: inline-block;
  text-decoration: none;
}
.abs-split-button .action.toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-split-button .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e607';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-split-button .action.toggle:hover:after {
  color: inherit;
}
.abs-split-button .action.toggle:active:after {
  color: inherit;
}
.abs-split-button .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.abs-split-button .action.toggle.active > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-split-button .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e618';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-split-button .action.toggle.active:hover:after {
  color: inherit;
}
.abs-split-button .action.toggle.active:active:after {
  color: inherit;
}
.abs-split-button .items {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 100%;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.abs-split-button .items li {
  margin: 0;
  padding: 3px 7.5px;
}
.abs-split-button .items li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.abs-split-button .items:before,
.abs-split-button .items:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.abs-split-button .items:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.abs-split-button .items:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.abs-split-button .items:before {
  right: 10px;
  top: -12px;
}
.abs-split-button .items:after {
  right: 9px;
  top: -14px;
}
.abs-split-button.active {
  overflow: visible;
}
.abs-split-button.active .items {
  display: block;
}
.abs-action-addto-product,
.bundle-options-container .block-bundle-summary .product-addto-links > .action,
.product-info-main .action.tocompare,
.product-options-bottom .action.tocompare,
.product-info-main .action.towishlist,
.product-options-bottom .action.towishlist,
.block-bundle-summary .action.towishlist {
  line-height: 1.2rem;
  padding: 7.5px 8px;
  font-size: 1.1rem;
}
.abs-actions-addto-gridlist,
.product-item-actions .actions-secondary > .action,
.table-comparison .wishlist.split.button > .action.split,
.product-items .wishlist.split.button > .action.split,
.product-items .action.towishlist,
.products.list.items .action.towishlist,
.table-comparison .action.towishlist {
  display: inline-block;
  text-decoration: none;
}
.abs-actions-addto-gridlist > span,
.product-item-actions .actions-secondary > .action > span,
.table-comparison .wishlist.split.button > .action.split > span,
.product-items .wishlist.split.button > .action.split > span,
.product-items .action.towishlist > span,
.products.list.items .action.towishlist > span,
.table-comparison .action.towishlist > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-actions-addto-gridlist:before,
.product-item-actions .actions-secondary > .action:before,
.table-comparison .wishlist.split.button > .action.split:before,
.product-items .wishlist.split.button > .action.split:before,
.product-items .action.towishlist:before,
.products.list.items .action.towishlist:before,
.table-comparison .action.towishlist:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 29px;
  line-height: 24px;
  color: #4a4a4a;
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-actions-addto-gridlist:hover:before,
.product-item-actions .actions-secondary > .action:hover:before,
.table-comparison .wishlist.split.button > .action.split:hover:before,
.product-items .wishlist.split.button > .action.split:hover:before,
.product-items .action.towishlist:hover:before,
.products.list.items .action.towishlist:hover:before,
.table-comparison .action.towishlist:hover:before {
  color: #000000;
}
.abs-button-l,
#store-selector .form-continue .actions-toolbar .action.primary,
.order-review-form .action.primary,
.bundle-actions .action.primary,
.bundle-options-container .block-bundle-summary .box-tocart .action.primary,
.product-info-main .box-tocart .action.tocart,
.product-options-bottom .box-tocart .action.tocart,
.cart-container .checkout-methods-items .action.primary,
.block-minicart .block-content > .actions > .primary .action.primary,
.methods-shipping .actions-toolbar .action.primary,
.block-authentication .action.action-register,
.block-authentication .action.action-login,
.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .action.primary,
.form-address-edit .actions-toolbar .action.primary,
.multicheckout .action.primary {
  line-height: 2.9rem;
  padding: 14px 17px;
  font-size: 2.5rem;
}
.abs-action-button-as-link,
.abs-action-remove,
.checkout-container .action-additional,
.admin__action-group-wrap .admin__action-multiselect-action-links .action,
.admin__action-group-wrap .admin__action-multiselect-actions-wrap .action-tertiary,
.cart.table-wrapper .action.help.map,
.opc-wrapper .edit-address-link,
.opc-block-shipping-information .shipping-information-title .action-edit,
.action-auth-toggle,
.checkout-payment-method .checkout-billing-address .action-cancel,
.checkout-agreements-block .action-show,
.data-grid-filters-wrap .action,
.cart-summary .block.giftcard .action.check,
.gift-options .actions-toolbar .action-cancel,
.table-comparison .wishlist.split.button > .action,
.product-items .wishlist.split.button > .action,
.quote-grid-filters-wrap .action,
.quote-details-items .actions-toolbar > .action-delete,
.quote-notes-block .notes-block-item .editable,
.attachments-list .attachments-item .action-delete,
.negotiable-quote-quote-view .modal-popup .modal-footer .action-hide-popup,
.paypal-button-widget .paypal-button,
.requisition-list-action > .action,
.cart.table-wrapper .requisition-list-action > .action.toggle:after,
.requisition-grid .actions-toolbar > .action-edit,
.requisition-grid .actions-toolbar > .action-delete,
.title-actions-links button,
.block-requisition-management .requisition-list-title button,
.block-requisition-management .requisition-toolbar-actions .remove-selected,
.abs-add-fields .action.remove,
.title-actions-links .cart.table-wrapper .actions-toolbar > .action,
.block-requisition-management .requisition-list-title .cart.table-wrapper .actions-toolbar > .action,
.title-actions-links .quote-details-items .actions-toolbar > .action,
.block-requisition-management .requisition-list-title .quote-details-items .actions-toolbar > .action,
.title-actions-links .action-gift,
.block-requisition-management .requisition-list-title .action-gift,
.form-giftregistry-share .action.remove,
.form-giftregistry-edit .action.remove,
.form-add-invitations .action.remove,
.form-create-return .action.remove,
.form.send.friend .action.remove {
  line-height: 1.5;
  padding: 0;
  color: #000000;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  border-radius: 0;
  font-size: inherit;
  font-weight: 400;
}
.abs-action-button-as-link:visited,
.abs-action-remove:visited,
.checkout-container .action-additional:visited,
.admin__action-group-wrap .admin__action-multiselect-action-links .action:visited,
.admin__action-group-wrap .admin__action-multiselect-actions-wrap .action-tertiary:visited,
.cart.table-wrapper .action.help.map:visited,
.opc-wrapper .edit-address-link:visited,
.opc-block-shipping-information .shipping-information-title .action-edit:visited,
.action-auth-toggle:visited,
.checkout-payment-method .checkout-billing-address .action-cancel:visited,
.checkout-agreements-block .action-show:visited,
.data-grid-filters-wrap .action:visited,
.cart-summary .block.giftcard .action.check:visited,
.gift-options .actions-toolbar .action-cancel:visited,
.table-comparison .wishlist.split.button > .action:visited,
.product-items .wishlist.split.button > .action:visited,
.quote-grid-filters-wrap .action:visited,
.quote-details-items .actions-toolbar > .action-delete:visited,
.quote-notes-block .notes-block-item .editable:visited,
.attachments-list .attachments-item .action-delete:visited,
.negotiable-quote-quote-view .modal-popup .modal-footer .action-hide-popup:visited,
.paypal-button-widget .paypal-button:visited,
.requisition-list-action > .action:visited,
.cart.table-wrapper .requisition-list-action > .action.toggle:after:visited,
.requisition-grid .actions-toolbar > .action-edit:visited,
.requisition-grid .actions-toolbar > .action-delete:visited,
.title-actions-links button:visited,
.block-requisition-management .requisition-list-title button:visited,
.block-requisition-management .requisition-toolbar-actions .remove-selected:visited,
.abs-add-fields .action.remove:visited,
.title-actions-links .cart.table-wrapper .actions-toolbar > .action:visited,
.block-requisition-management .requisition-list-title .cart.table-wrapper .actions-toolbar > .action:visited,
.title-actions-links .quote-details-items .actions-toolbar > .action:visited,
.block-requisition-management .requisition-list-title .quote-details-items .actions-toolbar > .action:visited,
.title-actions-links .action-gift:visited,
.block-requisition-management .requisition-list-title .action-gift:visited,
.form-giftregistry-share .action.remove:visited,
.form-giftregistry-edit .action.remove:visited,
.form-add-invitations .action.remove:visited,
.form-create-return .action.remove:visited,
.form.send.friend .action.remove:visited {
  color: #000000;
  text-decoration: none;
}
.abs-action-button-as-link:hover,
.abs-action-remove:hover,
.checkout-container .action-additional:hover,
.admin__action-group-wrap .admin__action-multiselect-action-links .action:hover,
.admin__action-group-wrap .admin__action-multiselect-actions-wrap .action-tertiary:hover,
.cart.table-wrapper .action.help.map:hover,
.opc-wrapper .edit-address-link:hover,
.opc-block-shipping-information .shipping-information-title .action-edit:hover,
.action-auth-toggle:hover,
.checkout-payment-method .checkout-billing-address .action-cancel:hover,
.checkout-agreements-block .action-show:hover,
.data-grid-filters-wrap .action:hover,
.cart-summary .block.giftcard .action.check:hover,
.gift-options .actions-toolbar .action-cancel:hover,
.table-comparison .wishlist.split.button > .action:hover,
.product-items .wishlist.split.button > .action:hover,
.quote-grid-filters-wrap .action:hover,
.quote-details-items .actions-toolbar > .action-delete:hover,
.quote-notes-block .notes-block-item .editable:hover,
.attachments-list .attachments-item .action-delete:hover,
.negotiable-quote-quote-view .modal-popup .modal-footer .action-hide-popup:hover,
.paypal-button-widget .paypal-button:hover,
.requisition-list-action > .action:hover,
.cart.table-wrapper .requisition-list-action > .action.toggle:after:hover,
.requisition-grid .actions-toolbar > .action-edit:hover,
.requisition-grid .actions-toolbar > .action-delete:hover,
.title-actions-links button:hover,
.block-requisition-management .requisition-list-title button:hover,
.block-requisition-management .requisition-toolbar-actions .remove-selected:hover,
.abs-add-fields .action.remove:hover,
.title-actions-links .cart.table-wrapper .actions-toolbar > .action:hover,
.block-requisition-management .requisition-list-title .cart.table-wrapper .actions-toolbar > .action:hover,
.title-actions-links .quote-details-items .actions-toolbar > .action:hover,
.block-requisition-management .requisition-list-title .quote-details-items .actions-toolbar > .action:hover,
.title-actions-links .action-gift:hover,
.block-requisition-management .requisition-list-title .action-gift:hover,
.form-giftregistry-share .action.remove:hover,
.form-giftregistry-edit .action.remove:hover,
.form-add-invitations .action.remove:hover,
.form-create-return .action.remove:hover,
.form.send.friend .action.remove:hover {
  color: #0f5ea5;
}
.abs-action-button-as-link:active,
.abs-action-remove:active,
.checkout-container .action-additional:active,
.admin__action-group-wrap .admin__action-multiselect-action-links .action:active,
.admin__action-group-wrap .admin__action-multiselect-actions-wrap .action-tertiary:active,
.cart.table-wrapper .action.help.map:active,
.opc-wrapper .edit-address-link:active,
.opc-block-shipping-information .shipping-information-title .action-edit:active,
.action-auth-toggle:active,
.checkout-payment-method .checkout-billing-address .action-cancel:active,
.checkout-agreements-block .action-show:active,
.data-grid-filters-wrap .action:active,
.cart-summary .block.giftcard .action.check:active,
.gift-options .actions-toolbar .action-cancel:active,
.table-comparison .wishlist.split.button > .action:active,
.product-items .wishlist.split.button > .action:active,
.quote-grid-filters-wrap .action:active,
.quote-details-items .actions-toolbar > .action-delete:active,
.quote-notes-block .notes-block-item .editable:active,
.attachments-list .attachments-item .action-delete:active,
.negotiable-quote-quote-view .modal-popup .modal-footer .action-hide-popup:active,
.paypal-button-widget .paypal-button:active,
.requisition-list-action > .action:active,
.cart.table-wrapper .requisition-list-action > .action.toggle:after:active,
.requisition-grid .actions-toolbar > .action-edit:active,
.requisition-grid .actions-toolbar > .action-delete:active,
.title-actions-links button:active,
.block-requisition-management .requisition-list-title button:active,
.block-requisition-management .requisition-toolbar-actions .remove-selected:active,
.abs-add-fields .action.remove:active,
.title-actions-links .cart.table-wrapper .actions-toolbar > .action:active,
.block-requisition-management .requisition-list-title .cart.table-wrapper .actions-toolbar > .action:active,
.title-actions-links .quote-details-items .actions-toolbar > .action:active,
.block-requisition-management .requisition-list-title .quote-details-items .actions-toolbar > .action:active,
.title-actions-links .action-gift:active,
.block-requisition-management .requisition-list-title .action-gift:active,
.form-giftregistry-share .action.remove:active,
.form-giftregistry-edit .action.remove:active,
.form-add-invitations .action.remove:active,
.form-create-return .action.remove:active,
.form.send.friend .action.remove:active {
  color: #f46414;
  text-decoration: underline;
}
.abs-action-button-as-link:hover,
.abs-action-button-as-link:active,
.abs-action-button-as-link:focus,
.abs-action-remove:hover,
.abs-action-remove:active,
.abs-action-remove:focus,
.checkout-container .action-additional:hover,
.checkout-container .action-additional:active,
.checkout-container .action-additional:focus,
.admin__action-group-wrap .admin__action-multiselect-action-links .action:hover,
.admin__action-group-wrap .admin__action-multiselect-action-links .action:active,
.admin__action-group-wrap .admin__action-multiselect-action-links .action:focus,
.admin__action-group-wrap .admin__action-multiselect-actions-wrap .action-tertiary:hover,
.admin__action-group-wrap .admin__action-multiselect-actions-wrap .action-tertiary:active,
.admin__action-group-wrap .admin__action-multiselect-actions-wrap .action-tertiary:focus,
.cart.table-wrapper .action.help.map:hover,
.cart.table-wrapper .action.help.map:active,
.cart.table-wrapper .action.help.map:focus,
.opc-wrapper .edit-address-link:hover,
.opc-wrapper .edit-address-link:active,
.opc-wrapper .edit-address-link:focus,
.opc-block-shipping-information .shipping-information-title .action-edit:hover,
.opc-block-shipping-information .shipping-information-title .action-edit:active,
.opc-block-shipping-information .shipping-information-title .action-edit:focus,
.action-auth-toggle:hover,
.action-auth-toggle:active,
.action-auth-toggle:focus,
.checkout-payment-method .checkout-billing-address .action-cancel:hover,
.checkout-payment-method .checkout-billing-address .action-cancel:active,
.checkout-payment-method .checkout-billing-address .action-cancel:focus,
.checkout-agreements-block .action-show:hover,
.checkout-agreements-block .action-show:active,
.checkout-agreements-block .action-show:focus,
.data-grid-filters-wrap .action:hover,
.data-grid-filters-wrap .action:active,
.data-grid-filters-wrap .action:focus,
.cart-summary .block.giftcard .action.check:hover,
.cart-summary .block.giftcard .action.check:active,
.cart-summary .block.giftcard .action.check:focus,
.gift-options .actions-toolbar .action-cancel:hover,
.gift-options .actions-toolbar .action-cancel:active,
.gift-options .actions-toolbar .action-cancel:focus,
.table-comparison .wishlist.split.button > .action:hover,
.table-comparison .wishlist.split.button > .action:active,
.table-comparison .wishlist.split.button > .action:focus,
.product-items .wishlist.split.button > .action:hover,
.product-items .wishlist.split.button > .action:active,
.product-items .wishlist.split.button > .action:focus,
.quote-grid-filters-wrap .action:hover,
.quote-grid-filters-wrap .action:active,
.quote-grid-filters-wrap .action:focus,
.quote-details-items .actions-toolbar > .action-delete:hover,
.quote-details-items .actions-toolbar > .action-delete:active,
.quote-details-items .actions-toolbar > .action-delete:focus,
.quote-notes-block .notes-block-item .editable:hover,
.quote-notes-block .notes-block-item .editable:active,
.quote-notes-block .notes-block-item .editable:focus,
.attachments-list .attachments-item .action-delete:hover,
.attachments-list .attachments-item .action-delete:active,
.attachments-list .attachments-item .action-delete:focus,
.negotiable-quote-quote-view .modal-popup .modal-footer .action-hide-popup:hover,
.negotiable-quote-quote-view .modal-popup .modal-footer .action-hide-popup:active,
.negotiable-quote-quote-view .modal-popup .modal-footer .action-hide-popup:focus,
.paypal-button-widget .paypal-button:hover,
.paypal-button-widget .paypal-button:active,
.paypal-button-widget .paypal-button:focus,
.requisition-list-action > .action:hover,
.requisition-list-action > .action:active,
.requisition-list-action > .action:focus,
.cart.table-wrapper .requisition-list-action > .action.toggle:after:hover,
.cart.table-wrapper .requisition-list-action > .action.toggle:after:active,
.cart.table-wrapper .requisition-list-action > .action.toggle:after:focus,
.requisition-grid .actions-toolbar > .action-edit:hover,
.requisition-grid .actions-toolbar > .action-edit:active,
.requisition-grid .actions-toolbar > .action-edit:focus,
.requisition-grid .actions-toolbar > .action-delete:hover,
.requisition-grid .actions-toolbar > .action-delete:active,
.requisition-grid .actions-toolbar > .action-delete:focus,
.title-actions-links button:hover,
.title-actions-links button:active,
.title-actions-links button:focus,
.block-requisition-management .requisition-list-title button:hover,
.block-requisition-management .requisition-list-title button:active,
.block-requisition-management .requisition-list-title button:focus,
.block-requisition-management .requisition-toolbar-actions .remove-selected:hover,
.block-requisition-management .requisition-toolbar-actions .remove-selected:active,
.block-requisition-management .requisition-toolbar-actions .remove-selected:focus,
.abs-add-fields .action.remove:hover,
.abs-add-fields .action.remove:active,
.abs-add-fields .action.remove:focus,
.title-actions-links .cart.table-wrapper .actions-toolbar > .action:hover,
.title-actions-links .cart.table-wrapper .actions-toolbar > .action:active,
.title-actions-links .cart.table-wrapper .actions-toolbar > .action:focus,
.block-requisition-management .requisition-list-title .cart.table-wrapper .actions-toolbar > .action:hover,
.block-requisition-management .requisition-list-title .cart.table-wrapper .actions-toolbar > .action:active,
.block-requisition-management .requisition-list-title .cart.table-wrapper .actions-toolbar > .action:focus,
.title-actions-links .quote-details-items .actions-toolbar > .action:hover,
.title-actions-links .quote-details-items .actions-toolbar > .action:active,
.title-actions-links .quote-details-items .actions-toolbar > .action:focus,
.block-requisition-management .requisition-list-title .quote-details-items .actions-toolbar > .action:hover,
.block-requisition-management .requisition-list-title .quote-details-items .actions-toolbar > .action:active,
.block-requisition-management .requisition-list-title .quote-details-items .actions-toolbar > .action:focus,
.title-actions-links .action-gift:hover,
.title-actions-links .action-gift:active,
.title-actions-links .action-gift:focus,
.block-requisition-management .requisition-list-title .action-gift:hover,
.block-requisition-management .requisition-list-title .action-gift:active,
.block-requisition-management .requisition-list-title .action-gift:focus,
.form-giftregistry-share .action.remove:hover,
.form-giftregistry-share .action.remove:active,
.form-giftregistry-share .action.remove:focus,
.form-giftregistry-edit .action.remove:hover,
.form-giftregistry-edit .action.remove:active,
.form-giftregistry-edit .action.remove:focus,
.form-add-invitations .action.remove:hover,
.form-add-invitations .action.remove:active,
.form-add-invitations .action.remove:focus,
.form-create-return .action.remove:hover,
.form-create-return .action.remove:active,
.form-create-return .action.remove:focus,
.form.send.friend .action.remove:hover,
.form.send.friend .action.remove:active,
.form.send.friend .action.remove:focus {
  background: none;
  border: 0;
}
.abs-action-button-as-link.disabled,
.abs-action-button-as-link[disabled],
fieldset[disabled] .abs-action-button-as-link,
.abs-action-remove.disabled,
.abs-action-remove[disabled],
fieldset[disabled] .abs-action-remove,
.checkout-container .action-additional.disabled,
.checkout-container .action-additional[disabled],
fieldset[disabled] .checkout-container .action-additional,
.admin__action-group-wrap .admin__action-multiselect-action-links .action.disabled,
.admin__action-group-wrap .admin__action-multiselect-action-links .action[disabled],
fieldset[disabled] .admin__action-group-wrap .admin__action-multiselect-action-links .action,
.admin__action-group-wrap .admin__action-multiselect-actions-wrap .action-tertiary.disabled,
.admin__action-group-wrap .admin__action-multiselect-actions-wrap .action-tertiary[disabled],
fieldset[disabled] .admin__action-group-wrap .admin__action-multiselect-actions-wrap .action-tertiary,
.cart.table-wrapper .action.help.map.disabled,
.cart.table-wrapper .action.help.map[disabled],
fieldset[disabled] .cart.table-wrapper .action.help.map,
.opc-wrapper .edit-address-link.disabled,
.opc-wrapper .edit-address-link[disabled],
fieldset[disabled] .opc-wrapper .edit-address-link,
.opc-block-shipping-information .shipping-information-title .action-edit.disabled,
.opc-block-shipping-information .shipping-information-title .action-edit[disabled],
fieldset[disabled] .opc-block-shipping-information .shipping-information-title .action-edit,
.action-auth-toggle.disabled,
.action-auth-toggle[disabled],
fieldset[disabled] .action-auth-toggle,
.checkout-payment-method .checkout-billing-address .action-cancel.disabled,
.checkout-payment-method .checkout-billing-address .action-cancel[disabled],
fieldset[disabled] .checkout-payment-method .checkout-billing-address .action-cancel,
.checkout-agreements-block .action-show.disabled,
.checkout-agreements-block .action-show[disabled],
fieldset[disabled] .checkout-agreements-block .action-show,
.data-grid-filters-wrap .action.disabled,
.data-grid-filters-wrap .action[disabled],
fieldset[disabled] .data-grid-filters-wrap .action,
.cart-summary .block.giftcard .action.check.disabled,
.cart-summary .block.giftcard .action.check[disabled],
fieldset[disabled] .cart-summary .block.giftcard .action.check,
.gift-options .actions-toolbar .action-cancel.disabled,
.gift-options .actions-toolbar .action-cancel[disabled],
fieldset[disabled] .gift-options .actions-toolbar .action-cancel,
.table-comparison .wishlist.split.button > .action.disabled,
.table-comparison .wishlist.split.button > .action[disabled],
fieldset[disabled] .table-comparison .wishlist.split.button > .action,
.product-items .wishlist.split.button > .action.disabled,
.product-items .wishlist.split.button > .action[disabled],
fieldset[disabled] .product-items .wishlist.split.button > .action,
.quote-grid-filters-wrap .action.disabled,
.quote-grid-filters-wrap .action[disabled],
fieldset[disabled] .quote-grid-filters-wrap .action,
.quote-details-items .actions-toolbar > .action-delete.disabled,
.quote-details-items .actions-toolbar > .action-delete[disabled],
fieldset[disabled] .quote-details-items .actions-toolbar > .action-delete,
.quote-notes-block .notes-block-item .editable.disabled,
.quote-notes-block .notes-block-item .editable[disabled],
fieldset[disabled] .quote-notes-block .notes-block-item .editable,
.attachments-list .attachments-item .action-delete.disabled,
.attachments-list .attachments-item .action-delete[disabled],
fieldset[disabled] .attachments-list .attachments-item .action-delete,
.negotiable-quote-quote-view .modal-popup .modal-footer .action-hide-popup.disabled,
.negotiable-quote-quote-view .modal-popup .modal-footer .action-hide-popup[disabled],
fieldset[disabled] .negotiable-quote-quote-view .modal-popup .modal-footer .action-hide-popup,
.paypal-button-widget .paypal-button.disabled,
.paypal-button-widget .paypal-button[disabled],
fieldset[disabled] .paypal-button-widget .paypal-button,
.requisition-list-action > .action.disabled,
.requisition-list-action > .action[disabled],
fieldset[disabled] .requisition-list-action > .action,
.cart.table-wrapper .requisition-list-action > .action.toggle:after.disabled,
.cart.table-wrapper .requisition-list-action > .action.toggle:after[disabled],
fieldset[disabled] .cart.table-wrapper .requisition-list-action > .action.toggle:after,
.requisition-grid .actions-toolbar > .action-edit.disabled,
.requisition-grid .actions-toolbar > .action-edit[disabled],
fieldset[disabled] .requisition-grid .actions-toolbar > .action-edit,
.requisition-grid .actions-toolbar > .action-delete.disabled,
.requisition-grid .actions-toolbar > .action-delete[disabled],
fieldset[disabled] .requisition-grid .actions-toolbar > .action-delete,
.title-actions-links button.disabled,
.title-actions-links button[disabled],
fieldset[disabled] .title-actions-links button,
.block-requisition-management .requisition-list-title button.disabled,
.block-requisition-management .requisition-list-title button[disabled],
fieldset[disabled] .block-requisition-management .requisition-list-title button,
.block-requisition-management .requisition-toolbar-actions .remove-selected.disabled,
.block-requisition-management .requisition-toolbar-actions .remove-selected[disabled],
fieldset[disabled] .block-requisition-management .requisition-toolbar-actions .remove-selected,
.abs-add-fields .action.remove.disabled,
.abs-add-fields .action.remove[disabled],
fieldset[disabled] .abs-add-fields .action.remove,
.title-actions-links .cart.table-wrapper .actions-toolbar > .action.disabled,
.title-actions-links .cart.table-wrapper .actions-toolbar > .action[disabled],
fieldset[disabled] .title-actions-links .cart.table-wrapper .actions-toolbar > .action,
.block-requisition-management .requisition-list-title .cart.table-wrapper .actions-toolbar > .action.disabled,
.block-requisition-management .requisition-list-title .cart.table-wrapper .actions-toolbar > .action[disabled],
fieldset[disabled] .block-requisition-management .requisition-list-title .cart.table-wrapper .actions-toolbar > .action,
.title-actions-links .quote-details-items .actions-toolbar > .action.disabled,
.title-actions-links .quote-details-items .actions-toolbar > .action[disabled],
fieldset[disabled] .title-actions-links .quote-details-items .actions-toolbar > .action,
.block-requisition-management .requisition-list-title .quote-details-items .actions-toolbar > .action.disabled,
.block-requisition-management .requisition-list-title .quote-details-items .actions-toolbar > .action[disabled],
fieldset[disabled] .block-requisition-management .requisition-list-title .quote-details-items .actions-toolbar > .action,
.title-actions-links .action-gift.disabled,
.title-actions-links .action-gift[disabled],
fieldset[disabled] .title-actions-links .action-gift,
.block-requisition-management .requisition-list-title .action-gift.disabled,
.block-requisition-management .requisition-list-title .action-gift[disabled],
fieldset[disabled] .block-requisition-management .requisition-list-title .action-gift,
.form-giftregistry-share .action.remove.disabled,
.form-giftregistry-share .action.remove[disabled],
fieldset[disabled] .form-giftregistry-share .action.remove,
.form-giftregistry-edit .action.remove.disabled,
.form-giftregistry-edit .action.remove[disabled],
fieldset[disabled] .form-giftregistry-edit .action.remove,
.form-add-invitations .action.remove.disabled,
.form-add-invitations .action.remove[disabled],
fieldset[disabled] .form-add-invitations .action.remove,
.form-create-return .action.remove.disabled,
.form-create-return .action.remove[disabled],
fieldset[disabled] .form-create-return .action.remove,
.form.send.friend .action.remove.disabled,
.form.send.friend .action.remove[disabled],
fieldset[disabled] .form.send.friend .action.remove {
  color: #000000;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.abs-action-button-as-link:active,
.abs-action-button-as-link:not(:focus),
.abs-action-remove:active,
.abs-action-remove:not(:focus),
.checkout-container .action-additional:active,
.checkout-container .action-additional:not(:focus),
.admin__action-group-wrap .admin__action-multiselect-action-links .action:active,
.admin__action-group-wrap .admin__action-multiselect-action-links .action:not(:focus),
.admin__action-group-wrap .admin__action-multiselect-actions-wrap .action-tertiary:active,
.admin__action-group-wrap .admin__action-multiselect-actions-wrap .action-tertiary:not(:focus),
.cart.table-wrapper .action.help.map:active,
.cart.table-wrapper .action.help.map:not(:focus),
.opc-wrapper .edit-address-link:active,
.opc-wrapper .edit-address-link:not(:focus),
.opc-block-shipping-information .shipping-information-title .action-edit:active,
.opc-block-shipping-information .shipping-information-title .action-edit:not(:focus),
.action-auth-toggle:active,
.action-auth-toggle:not(:focus),
.checkout-payment-method .checkout-billing-address .action-cancel:active,
.checkout-payment-method .checkout-billing-address .action-cancel:not(:focus),
.checkout-agreements-block .action-show:active,
.checkout-agreements-block .action-show:not(:focus),
.data-grid-filters-wrap .action:active,
.data-grid-filters-wrap .action:not(:focus),
.cart-summary .block.giftcard .action.check:active,
.cart-summary .block.giftcard .action.check:not(:focus),
.gift-options .actions-toolbar .action-cancel:active,
.gift-options .actions-toolbar .action-cancel:not(:focus),
.table-comparison .wishlist.split.button > .action:active,
.table-comparison .wishlist.split.button > .action:not(:focus),
.product-items .wishlist.split.button > .action:active,
.product-items .wishlist.split.button > .action:not(:focus),
.quote-grid-filters-wrap .action:active,
.quote-grid-filters-wrap .action:not(:focus),
.quote-details-items .actions-toolbar > .action-delete:active,
.quote-details-items .actions-toolbar > .action-delete:not(:focus),
.quote-notes-block .notes-block-item .editable:active,
.quote-notes-block .notes-block-item .editable:not(:focus),
.attachments-list .attachments-item .action-delete:active,
.attachments-list .attachments-item .action-delete:not(:focus),
.negotiable-quote-quote-view .modal-popup .modal-footer .action-hide-popup:active,
.negotiable-quote-quote-view .modal-popup .modal-footer .action-hide-popup:not(:focus),
.paypal-button-widget .paypal-button:active,
.paypal-button-widget .paypal-button:not(:focus),
.requisition-list-action > .action:active,
.requisition-list-action > .action:not(:focus),
.cart.table-wrapper .requisition-list-action > .action.toggle:after:active,
.cart.table-wrapper .requisition-list-action > .action.toggle:after:not(:focus),
.requisition-grid .actions-toolbar > .action-edit:active,
.requisition-grid .actions-toolbar > .action-edit:not(:focus),
.requisition-grid .actions-toolbar > .action-delete:active,
.requisition-grid .actions-toolbar > .action-delete:not(:focus),
.title-actions-links button:active,
.title-actions-links button:not(:focus),
.block-requisition-management .requisition-list-title button:active,
.block-requisition-management .requisition-list-title button:not(:focus),
.block-requisition-management .requisition-toolbar-actions .remove-selected:active,
.block-requisition-management .requisition-toolbar-actions .remove-selected:not(:focus),
.abs-add-fields .action.remove:active,
.abs-add-fields .action.remove:not(:focus),
.title-actions-links .cart.table-wrapper .actions-toolbar > .action:active,
.title-actions-links .cart.table-wrapper .actions-toolbar > .action:not(:focus),
.block-requisition-management .requisition-list-title .cart.table-wrapper .actions-toolbar > .action:active,
.block-requisition-management .requisition-list-title .cart.table-wrapper .actions-toolbar > .action:not(:focus),
.title-actions-links .quote-details-items .actions-toolbar > .action:active,
.title-actions-links .quote-details-items .actions-toolbar > .action:not(:focus),
.block-requisition-management .requisition-list-title .quote-details-items .actions-toolbar > .action:active,
.block-requisition-management .requisition-list-title .quote-details-items .actions-toolbar > .action:not(:focus),
.title-actions-links .action-gift:active,
.title-actions-links .action-gift:not(:focus),
.block-requisition-management .requisition-list-title .action-gift:active,
.block-requisition-management .requisition-list-title .action-gift:not(:focus),
.form-giftregistry-share .action.remove:active,
.form-giftregistry-share .action.remove:not(:focus),
.form-giftregistry-edit .action.remove:active,
.form-giftregistry-edit .action.remove:not(:focus),
.form-add-invitations .action.remove:active,
.form-add-invitations .action.remove:not(:focus),
.form-create-return .action.remove:active,
.form-create-return .action.remove:not(:focus),
.form.send.friend .action.remove:active,
.form.send.friend .action.remove:not(:focus) {
  box-shadow: none;
}
.abs-revert-secondary-color,
.magento-payments-review .block .actions-toolbar .action.primary,
.block-compare .action.compare,
.cart-summary .actions-toolbar > .primary button,
.cart-summary .form.giftregistry .fieldset .action.primary,
.paypal-review .block .actions-toolbar .action.primary,
.cart-summary .actions-toolbar > .primary .cart.table-wrapper .actions-toolbar > .action,
.cart-summary .actions-toolbar > .primary .quote-details-items .actions-toolbar > .action,
.cart-summary .actions-toolbar > .primary .action-gift {
  background: none;
  border: 1px solid #ffffff;
  color: #000000;
}
.abs-revert-secondary-color:focus,
.abs-revert-secondary-color:active,
.magento-payments-review .block .actions-toolbar .action.primary:focus,
.magento-payments-review .block .actions-toolbar .action.primary:active,
.block-compare .action.compare:focus,
.block-compare .action.compare:active,
.cart-summary .actions-toolbar > .primary button:focus,
.cart-summary .actions-toolbar > .primary button:active,
.cart-summary .form.giftregistry .fieldset .action.primary:focus,
.cart-summary .form.giftregistry .fieldset .action.primary:active,
.paypal-review .block .actions-toolbar .action.primary:focus,
.paypal-review .block .actions-toolbar .action.primary:active,
.cart-summary .actions-toolbar > .primary .cart.table-wrapper .actions-toolbar > .action:focus,
.cart-summary .actions-toolbar > .primary .cart.table-wrapper .actions-toolbar > .action:active,
.cart-summary .actions-toolbar > .primary .quote-details-items .actions-toolbar > .action:focus,
.cart-summary .actions-toolbar > .primary .quote-details-items .actions-toolbar > .action:active,
.cart-summary .actions-toolbar > .primary .action-gift:focus,
.cart-summary .actions-toolbar > .primary .action-gift:active {
  background: none;
  border: 1px solid #ffffff;
  color: #000000;
}
.abs-revert-secondary-color:hover,
.magento-payments-review .block .actions-toolbar .action.primary:hover,
.block-compare .action.compare:hover,
.cart-summary .actions-toolbar > .primary button:hover,
.cart-summary .form.giftregistry .fieldset .action.primary:hover,
.paypal-review .block .actions-toolbar .action.primary:hover,
.cart-summary .actions-toolbar > .primary .cart.table-wrapper .actions-toolbar > .action:hover,
.cart-summary .actions-toolbar > .primary .quote-details-items .actions-toolbar > .action:hover,
.cart-summary .actions-toolbar > .primary .action-gift:hover {
  background: none;
  border: 1px solid #ffffff;
  color: #555555;
}
.abs-revert-secondary-size,
.cart-summary .form.giftregistry .fieldset .action.primary {
  font-size: 2rem;
  line-height: 2.2rem;
  padding: 12px 40px;
}
.abs-box-tocart,
.bundle-actions {
  margin: 15px 0;
}
.abs-adjustment-incl-excl-tax .price-including-tax,
.abs-adjustment-incl-excl-tax .price-excluding-tax,
.abs-adjustment-incl-excl-tax .weee,
.bundle-options-container .price-notice .price-including-tax,
.bundle-options-container .price-notice .price-excluding-tax,
.bundle-options-container .price-notice .weee,
.product-options-wrapper .field .price-notice .price-including-tax,
.product-options-wrapper .field .price-notice .price-excluding-tax,
.product-options-wrapper .field .price-notice .weee,
.cart-summary .price-including-tax,
.cart-summary .price-excluding-tax,
.cart-summary .weee,
.gift-summary .price-including-tax,
.gift-summary .price-excluding-tax,
.gift-summary .weee,
.gift-options .price-including-tax,
.gift-options .price-excluding-tax,
.gift-options .weee {
  font-size: 1.4rem;
  display: inline-block;
  white-space: nowrap;
}
.abs-adjustment-incl-excl-tax .price-including-tax + .price-excluding-tax,
.bundle-options-container .price-notice .price-including-tax + .price-excluding-tax,
.product-options-wrapper .field .price-notice .price-including-tax + .price-excluding-tax,
.cart-summary .price-including-tax + .price-excluding-tax,
.gift-summary .price-including-tax + .price-excluding-tax,
.gift-options .price-including-tax + .price-excluding-tax {
  display: inline-block;
  font-size: 1.1rem;
}
.abs-adjustment-incl-excl-tax .price-including-tax + .price-excluding-tax:before,
.bundle-options-container .price-notice .price-including-tax + .price-excluding-tax:before,
.product-options-wrapper .field .price-notice .price-including-tax + .price-excluding-tax:before,
.cart-summary .price-including-tax + .price-excluding-tax:before,
.gift-summary .price-including-tax + .price-excluding-tax:before,
.gift-options .price-including-tax + .price-excluding-tax:before {
  content: '(' attr(data-label) ': ';
}
.abs-adjustment-incl-excl-tax .price-including-tax + .price-excluding-tax:after,
.bundle-options-container .price-notice .price-including-tax + .price-excluding-tax:after,
.product-options-wrapper .field .price-notice .price-including-tax + .price-excluding-tax:after,
.cart-summary .price-including-tax + .price-excluding-tax:after,
.gift-summary .price-including-tax + .price-excluding-tax:after,
.gift-options .price-including-tax + .price-excluding-tax:after {
  content: ')';
}
.abs-tax-total,
.price-including-tax .cart-tax-total,
.price-excluding-tax .cart-tax-total,
.magento-payments-review .table-magento-payments-review-items .cart-tax-total {
  cursor: pointer;
  padding-right: 12px;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.abs-tax-total:after,
.price-including-tax .cart-tax-total:after,
.price-excluding-tax .cart-tax-total:after,
.magento-payments-review .table-magento-payments-review-items .cart-tax-total:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 26px;
  line-height: 10px;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  margin: 3px 0 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-tax-total:after,
.price-including-tax .cart-tax-total:after,
.price-excluding-tax .cart-tax-total:after,
.magento-payments-review .table-magento-payments-review-items .cart-tax-total:after {
  position: absolute;
  right: -15px;
  top: 3px;
}
.abs-tax-total-expanded:after {
  content: '\e621';
}
.abs-tax-total-expanded:after,
.price-including-tax .cart-tax-total-expanded:after,
.price-excluding-tax .cart-tax-total-expanded:after,
.magento-payments-review .table-magento-payments-review-items .cart-tax-total-expanded:after {
  content: '\e621';
}
.abs-methods-shipping-title {
  font-size: 1.4rem;
  font-weight: 700;
  margin: 0 0 15px;
}
.abs-account-title,
.form-giftregistry-search .legend,
.block-wishlist-search-form .block-title,
.multicheckout .block-title,
.multicheckout .block-content .title {
  border-bottom: 1px solid #d1d1d1;
  margin-bottom: 37.5px;
  padding-bottom: 15px;
}
.abs-account-title > strong,
.abs-account-title > span,
.form-giftregistry-search .legend > strong,
.form-giftregistry-search .legend > span,
.block-wishlist-search-form .block-title > strong,
.block-wishlist-search-form .block-title > span,
.multicheckout .block-title > strong,
.multicheckout .block-title > span,
.multicheckout .block-content .title > strong,
.multicheckout .block-content .title > span {
  font-size: 2.2rem;
  font-weight: 300;
}
.abs-rating-summary .rating-summary,
.review-ratings .rating-summary {
  display: table-row;
}
.abs-rating-summary .rating-label,
.review-ratings .rating-label {
  display: table-cell;
  padding-bottom: 7.5px;
  padding-right: 37.5px;
  padding-top: 1px;
  vertical-align: top;
}
.abs-rating-summary .rating-result,
.review-ratings .rating-result {
  display: table-cell;
  vertical-align: top;
}
.abs-colon:after,
.block-minicart .subtotal .label:after,
.minicart-items .details-qty .label:after,
.minicart-items .price-minicart .label:after,
.order-details-items .order-gift-message .label:after,
.order-details-items .block-order-details-gift-message .label:after,
.block-wishlist-management .wishlist-select .wishlist-name-label:after {
  content: ': ';
}
.abs-icon-add,
.abs-dropdown-items-new .action.new,
.admin__action-group-wrap .action-select,
.admin__action-multiselect-search-label,
.admin__action-multiselect-dropdown,
.admin__action-group-wrap .admin__action-multiselect-remove-label,
.wishlist.split.button .action.new,
.wishlist-dropdown .action.new,
.requisition-list-action .action.new {
  display: inline-block;
  text-decoration: none;
}
.abs-icon-add:before,
.abs-dropdown-items-new .action.new:before,
.admin__action-group-wrap .action-select:before,
.admin__action-multiselect-search-label:before,
.admin__action-multiselect-dropdown:before,
.admin__action-group-wrap .admin__action-multiselect-remove-label:before,
.wishlist.split.button .action.new:before,
.wishlist-dropdown .action.new:before,
.requisition-list-action .action.new:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 10px;
  color: inherit;
  content: '\e61c';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-dropdown-items-new .items .item:last-child:hover,
.wishlist.split.button .items .item:last-child:hover,
.wishlist-dropdown .items .item:last-child:hover,
.requisition-list-action .items .item:last-child:hover {
  background: #e8e8e8;
}
.abs-dropdown-items-new .action.new:before,
.wishlist.split.button .action.new:before,
.wishlist-dropdown .action.new:before,
.requisition-list-action .action.new:before {
  margin-left: -17px;
  margin-right: 7.5px;
}
.abs-no-display,
.abs-sidebar-totals .table-caption,
.sidebar .subtitle,
.cart-summary .block .fieldset.estimate > .legend,
.cart-summary .block .fieldset.estimate > .legend + br,
.minicart-items .product-item-details .weee[data-label] .label,
.page-product-giftcard .fieldset.giftcard > .legend + br,
.order-details-items .order-items .order-gift-message .action.close,
.multicheckout .block .methods-shipping .item-content .fieldset > .legend + br,
.multicheckout .hidden,
[class^='multishipping-'] .nav-sections,
[class^='multishipping-'] .nav-toggle,
.sidebar-main .block-reorder .subtitle,
.sidebar-additional .block-reorder .subtitle,
.no-display,
.cart-totals .table-caption,
.opc-block-summary .table-totals .table-caption {
  display: none;
}
.abs-status,
.quote-status,
.return-status,
.order-status {
  display: inline-block;
  margin-bottom: 30px;
}
.abs-block-items-counter,
.block-compare .counter,
.block-wishlist .counter {
  color: #4a4a4a;
  font-size: 1.2rem;
  white-space: nowrap;
}
.abs-shopping-cart-items .action.continue,
.block-cart-failed .action.continue,
.cart-container .form-cart .action.continue {
  border-radius: 5px;
  background-image: none;
  background: none;
  border: 1px solid #ffffff;
  color: #000000;
  cursor: pointer;
  font-family: 'Lato Regular', sans-serif, Arial;
  font-weight: 700;
  margin: 0;
  padding: 7px 15px 7px 0;
  font-size: 2rem;
  line-height: 2.2rem;
  box-sizing: border-box;
  vertical-align: middle;
  display: inline-block;
  text-decoration: none;
}
.abs-shopping-cart-items .action.continue:hover,
.abs-shopping-cart-items .action.continue:active,
.abs-shopping-cart-items .action.continue:focus,
.block-cart-failed .action.continue:hover,
.block-cart-failed .action.continue:active,
.block-cart-failed .action.continue:focus,
.cart-container .form-cart .action.continue:hover,
.cart-container .form-cart .action.continue:active,
.cart-container .form-cart .action.continue:focus {
  text-decoration: none;
}
.abs-shopping-cart-items .action.continue:before,
.block-cart-failed .action.continue:before,
.cart-container .form-cart .action.continue:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 16px;
  color: inherit;
  content: '\e617';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-shopping-cart-items .action.continue:hover:before,
.block-cart-failed .action.continue:hover:before,
.cart-container .form-cart .action.continue:hover:before {
  color: inherit;
}
.abs-shopping-cart-items .action.continue:active:before,
.block-cart-failed .action.continue:active:before,
.cart-container .form-cart .action.continue:active:before {
  color: inherit;
}
.abs-shopping-cart-items .action.continue:focus,
.abs-shopping-cart-items .action.continue:active,
.block-cart-failed .action.continue:focus,
.block-cart-failed .action.continue:active,
.cart-container .form-cart .action.continue:focus,
.cart-container .form-cart .action.continue:active {
  background: none;
  border: 1px solid #ffffff;
  color: #000000;
}
.abs-shopping-cart-items .action.continue:hover,
.block-cart-failed .action.continue:hover,
.cart-container .form-cart .action.continue:hover {
  background: none;
  border: 1px solid #ffffff;
  color: #555555;
}
.abs-shopping-cart-items .action.continue.disabled,
.abs-shopping-cart-items .action.continue[disabled],
fieldset[disabled] .abs-shopping-cart-items .action.continue,
.block-cart-failed .action.continue.disabled,
.block-cart-failed .action.continue[disabled],
fieldset[disabled] .block-cart-failed .action.continue,
.cart-container .form-cart .action.continue.disabled,
.cart-container .form-cart .action.continue[disabled],
fieldset[disabled] .cart-container .form-cart .action.continue {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.abs-shopping-cart-items .action.continue:active,
.block-cart-failed .action.continue:active,
.cart-container .form-cart .action.continue:active {
  box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.12);
}
.abs-shopping-cart-items .action.update,
.block-cart-failed .action.update,
.cart-container .form-cart .action.update {
  display: inline-block;
  text-decoration: none;
  padding-left: 7.5px;
}
.abs-shopping-cart-items .action.update:before,
.block-cart-failed .action.update:before,
.cart-container .form-cart .action.update:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 16px;
  color: inherit;
  content: '\e603';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-shopping-cart-items .action.update:hover:before,
.block-cart-failed .action.update:hover:before,
.cart-container .form-cart .action.update:hover:before {
  color: inherit;
}
.abs-shopping-cart-items .action.update:active:before,
.block-cart-failed .action.update:active:before,
.cart-container .form-cart .action.update:active:before {
  color: inherit;
}
.abs-field-date .control,
.field.date .control {
  position: relative;
}
.abs-field-date-input,
.abs-field-date input,
.form-giftregistry-search .fields-specific-options .datetime-picker,
.field.date input {
  margin-right: 15px;
  width: calc(100% - 55px);
}
.abs-field-tooltip,
.field .control._with-tooltip {
  position: relative;
}
.abs-field-tooltip input,
.field .control._with-tooltip input {
  margin-right: 15px;
  width: calc(100% - 46.5px);
}
.abs-checkout-tooltip-content-position-top,
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content,
.shipping-policy-block.field-tooltip .field-tooltip-content,
.negotiable-quote-quote-view .modal-popup .field-tooltip .field-tooltip-content {
  right: -15px;
  top: 40px;
  left: auto;
}
.abs-checkout-tooltip-content-position-top:before,
.abs-checkout-tooltip-content-position-top:after,
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:before,
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:after,
.shipping-policy-block.field-tooltip .field-tooltip-content:before,
.shipping-policy-block.field-tooltip .field-tooltip-content:after,
.negotiable-quote-quote-view .modal-popup .field-tooltip .field-tooltip-content:before,
.negotiable-quote-quote-view .modal-popup .field-tooltip .field-tooltip-content:after {
  border: 10px solid transparent;
  height: 0;
  width: 0;
  margin-top: -21px;
  right: 15px;
  left: auto;
  top: 0;
}
.abs-checkout-tooltip-content-position-top:before,
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:before,
.shipping-policy-block.field-tooltip .field-tooltip-content:before,
.negotiable-quote-quote-view .modal-popup .field-tooltip .field-tooltip-content:before {
  border-bottom-color: #999999;
}
.abs-checkout-tooltip-content-position-top:after,
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:after,
.shipping-policy-block.field-tooltip .field-tooltip-content:after,
.negotiable-quote-quote-view .modal-popup .field-tooltip .field-tooltip-content:after {
  border-bottom-color: #f4f4f4;
  top: 1px;
}
.abs-checkout-title,
.opc-wrapper .step-title,
.opc-block-shipping-information .shipping-information-title,
.opc-block-summary > .title,
.checkout-agreements-items .checkout-agreements-item-title {
  padding-bottom: 15px;
  color: #000000;
  font-family: 'Lato Bold';
  font-size: 3rem;
}
.abs-sidebar-totals .mark,
.cart-totals .mark,
.opc-block-summary .table-totals .mark {
  font-weight: 400;
  padding-left: 4px;
}
.abs-sidebar-totals .mark strong,
.cart-totals .mark strong,
.opc-block-summary .table-totals .mark strong {
  font-weight: 700;
}
.abs-sidebar-totals .amount,
.cart-totals .amount,
.opc-block-summary .table-totals .amount {
  padding-right: 4px;
  text-align: right;
  white-space: nowrap;
}
.abs-sidebar-totals .amount strong,
.cart-totals .amount strong,
.opc-block-summary .table-totals .amount strong {
  font-weight: 700;
}
.abs-sidebar-totals .grand .mark,
.abs-sidebar-totals .grand .amount,
.cart-totals .grand .mark,
.cart-totals .grand .amount,
.opc-block-summary .table-totals .grand .mark,
.opc-block-summary .table-totals .grand .amount {
  padding-top: 30px;
}
.abs-sidebar-totals .grand .amount,
.cart-totals .grand .amount,
.opc-block-summary .table-totals .grand .amount {
  padding-right: 4px;
  text-align: right;
}
.abs-sidebar-totals .grand .amount strong,
.cart-totals .grand .amount strong,
.opc-block-summary .table-totals .grand .amount strong {
  font-weight: 700;
}
.abs-sidebar-totals .msrp,
.cart-totals .msrp,
.opc-block-summary .table-totals .msrp {
  margin-bottom: 15px;
}
.abs-sidebar-totals .totals-tax-summary .mark,
.abs-sidebar-totals .totals-tax-summary .amount,
.cart-totals .totals-tax-summary .mark,
.cart-totals .totals-tax-summary .amount,
.opc-block-summary .table-totals .totals-tax-summary .mark,
.opc-block-summary .table-totals .totals-tax-summary .amount {
  border-top: 1px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
  cursor: pointer;
}
.abs-sidebar-totals .totals-tax-summary .amount .price,
.cart-totals .totals-tax-summary .amount .price,
.opc-block-summary .table-totals .totals-tax-summary .amount .price {
  display: block;
  text-decoration: none;
  padding-right: 37.5px;
  position: relative;
}
.abs-sidebar-totals .totals-tax-summary .amount .price > span,
.cart-totals .totals-tax-summary .amount .price > span,
.opc-block-summary .table-totals .totals-tax-summary .amount .price > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-sidebar-totals .totals-tax-summary .amount .price:after,
.cart-totals .totals-tax-summary .amount .price:after,
.opc-block-summary .table-totals .totals-tax-summary .amount .price:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-sidebar-totals .totals-tax-summary .amount .price:after,
.cart-totals .totals-tax-summary .amount .price:after,
.opc-block-summary .table-totals .totals-tax-summary .amount .price:after {
  position: absolute;
  right: -5px;
  top: -12px;
}
.abs-sidebar-totals .totals-tax-summary.expanded .mark,
.abs-sidebar-totals .totals-tax-summary.expanded .amount,
.cart-totals .totals-tax-summary.expanded .mark,
.cart-totals .totals-tax-summary.expanded .amount,
.opc-block-summary .table-totals .totals-tax-summary.expanded .mark,
.opc-block-summary .table-totals .totals-tax-summary.expanded .amount {
  border-bottom: 0;
}
.abs-sidebar-totals .totals-tax-summary.expanded .amount .price:after,
.cart-totals .totals-tax-summary.expanded .amount .price:after,
.opc-block-summary .table-totals .totals-tax-summary.expanded .amount .price:after {
  content: '\e621';
}
.abs-sidebar-totals .totals-tax-details,
.cart-totals .totals-tax-details,
.opc-block-summary .table-totals .totals-tax-details {
  border-bottom: 1px solid #d1d1d1;
  display: none;
}
.abs-sidebar-totals .totals-tax-details.shown,
.cart-totals .totals-tax-details.shown,
.opc-block-summary .table-totals .totals-tax-details.shown {
  display: table-row;
}
.abs-discount-block > .title,
.magento-payments-review-discount > .title,
.cart-order-comment > .title,
.cart-summary .block > .title,
.paypal-review-discount .block > .title {
  border-top: 1px solid #d1d1d1;
  cursor: pointer;
  font-weight: 600;
  display: block;
  text-decoration: none;
  margin-bottom: 0;
  overflow: hidden;
  padding: 7px 45px 7px 7.5px;
  position: relative;
}
.abs-discount-block > .title:after,
.magento-payments-review-discount > .title:after,
.cart-order-comment > .title:after,
.cart-summary .block > .title:after,
.paypal-review-discount .block > .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-discount-block > .title:after,
.magento-payments-review-discount > .title:after,
.cart-order-comment > .title:after,
.cart-summary .block > .title:after,
.paypal-review-discount .block > .title:after {
  position: absolute;
  right: -5px;
  top: -5px;
}
.column.main .abs-discount-block > .title strong,
.column.main .magento-payments-review-discount > .title strong,
.column.main .cart-order-comment > .title strong,
.column.main .cart-summary .block > .title strong,
.column.main .paypal-review-discount .block > .title strong {
  font-size: 1.8rem;
  font-weight: 400;
}
.abs-discount-block > .content,
.magento-payments-review-discount > .content,
.cart-order-comment > .content,
.cart-summary .block > .content,
.paypal-review-discount .block > .content {
  display: none;
}
.abs-discount-block.active > .title:after,
.magento-payments-review-discount.active > .title:after,
.cart-order-comment.active > .title:after,
.cart-summary .block.active > .title:after,
.paypal-review-discount .block.active > .title:after {
  content: '\e621';
}
.abs-discount-block.active > .content,
.magento-payments-review-discount.active > .content,
.cart-order-comment.active > .content,
.cart-summary .block.active > .content,
.paypal-review-discount .block.active > .content {
  display: block;
}
/*.media-width(@extremum, @break) when (@extremum = 'min') and (@break = @screen__md) {
    .cart-container {
        .form-cart {
            width: 64%;
        }
        .cart-gift-item {
            width: 64%;
        }
    }
}*/
@font-face {
  font-family: 'Lato Regular';
  src: url('../../frontend/Harriswebworks/westrocksupply/en_US/fonts/Lato-Regular.ttf');
  src: url('../../frontend/Harriswebworks/westrocksupply/en_US/fonts/Lato-Regular.woff');
  src: url('../../frontend/Harriswebworks/westrocksupply/en_US/fonts/Lato-Regular.woff2');
  font-display: swap;
}
@font-face {
  font-family: 'Lato Bold';
  src: url('../../frontend/Harriswebworks/westrocksupply/en_US/fonts/Lato-Bold.ttf');
  src: url('../../frontend/Harriswebworks/westrocksupply/en_US/fonts/Lato-Bold.woff');
  src: url('../../frontend/Harriswebworks/westrocksupply/en_US/fonts/Lato-Bold.woff2');
  font-display: swap;
}
@font-face {
  font-family: 'Lato Heavy';
  src: url('../../frontend/Harriswebworks/westrocksupply/en_US/fonts/Lato-Heavy.ttf');
  src: url('../../frontend/Harriswebworks/westrocksupply/en_US/fonts/Lato-Heavy.woff');
  src: url('../../frontend/Harriswebworks/westrocksupply/en_US/fonts/Lato-Heavy.woff2');
  font-display: swap;
}
/*    @font-face {
            font-family: 'Play-Regular';
            src: url('../../frontend/Harriswebworks/westrocksupply/en_US/css/@{baseDir}fonts/Play-Regular.ttf');
            src: url('../../frontend/Harriswebworks/westrocksupply/en_US/css/@{baseDir}fonts/Play-Regular.woff');
            src: url('../../frontend/Harriswebworks/westrocksupply/en_US/css/@{baseDir}fonts/Play-Regular.woff2');
            font-display: swap;
        }
        @font-face {
            font-family: 'Play-Bold';
            src: url('../../frontend/Harriswebworks/westrocksupply/en_US/css/@{baseDir}fonts/Play-Bold.ttf');
            src: url('../../frontend/Harriswebworks/westrocksupply/en_US/css/@{baseDir}fonts/Play-Bold.woff');
            src: url('../../frontend/Harriswebworks/westrocksupply/en_US/css/@{baseDir}fonts/Play-Bold.woff2');
            font-display: swap;
        }*/
.items {
  margin: 0;
  padding: 0;
  list-style: none none;
}
h1.page-title {
  color: #0f5ea5;
}
h2 {
  text-align: center;
}
.columns {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.columns:after {
  clear: both;
  content: ' ';
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.columns .column.main {
  padding-bottom: 60px;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
  width: 100%;
}
.columns .sidebar-main {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
.columns .sidebar-additional {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
.table-wrapper {
  margin-bottom: 30px;
}
table > caption {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.table:not(.cart):not(.totals) {
  border: none;
}
.table:not(.cart):not(.totals) > thead > tr > th,
.table:not(.cart):not(.totals) > tbody > tr > th,
.table:not(.cart):not(.totals) > tfoot > tr > th,
.table:not(.cart):not(.totals) > thead > tr > td,
.table:not(.cart):not(.totals) > tbody > tr > td,
.table:not(.cart):not(.totals) > tfoot > tr > td {
  border: none;
}
.table:not(.cart):not(.totals) > thead > tr > th,
.table:not(.cart):not(.totals) > thead > tr > td {
  border-bottom: 1px solid #d1d1d1;
}
.table:not(.cart):not(.totals) tfoot > tr:first-child th,
.table:not(.cart):not(.totals) tfoot > tr:first-child td {
  border-top: 1px solid #d1d1d1;
  padding-top: 30px;
}
.table:not(.cart):not(.totals) tfoot .mark {
  font-weight: 400;
  text-align: right;
}
.message.info {
  margin: 0 0 15px;
  padding: 15px 30px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #f46414;
  color: #000000;
  padding-left: 40px;
  position: relative;
}
.message.info a {
  color: #000000;
}
.message.info a:hover {
  color: #0f5ea5;
}
.message.info a:active {
  color: #0f5ea5;
}
.message.info > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: #c07600;
  content: '\e602';
  font-family: 'icons-blank-theme';
  margin: -14px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 18px;
  width: 40px;
  position: absolute;
  text-align: center;
}
.message.error {
  margin: 0 0 15px;
  padding: 15px 30px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #f46414;
  color: #000000;
  padding-left: 40px;
  position: relative;
}
.message.error a {
  color: #000000;
}
.message.error a:hover {
  color: #0f5ea5;
}
.message.error a:active {
  color: #0f5ea5;
}
.message.error > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: #b30000;
  content: '\e602';
  font-family: 'icons-blank-theme';
  margin: -14px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 18px;
  width: 40px;
  position: absolute;
  text-align: center;
}
.message.warning {
  margin: 0 0 15px;
  padding: 15px 30px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #f46414;
  color: #000000;
  padding-left: 40px;
  position: relative;
}
.message.warning a {
  color: #000000;
}
.message.warning a:hover {
  color: #0f5ea5;
}
.message.warning a:active {
  color: #0f5ea5;
}
.message.warning > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: #c07600;
  content: '\e602';
  font-family: 'icons-blank-theme';
  margin: -14px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 18px;
  width: 40px;
  position: absolute;
  text-align: center;
}
.message.notice {
  margin: 0 0 15px;
  padding: 15px 30px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #f46414;
  color: #000000;
  padding-left: 40px;
  position: relative;
}
.message.notice a {
  color: #000000;
}
.message.notice a:hover {
  color: #0f5ea5;
}
.message.notice a:active {
  color: #0f5ea5;
}
.message.notice > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: #c07600;
  content: '\e602';
  font-family: 'icons-blank-theme';
  margin: -14px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 18px;
  width: 40px;
  position: absolute;
  text-align: center;
}
.message.success {
  margin: 0 0 15px;
  padding: 15px 30px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #a8ffb7;
  color: #000000;
  padding-left: 40px;
  position: relative;
}
.message.success a {
  color: #000000;
}
.message.success a:hover {
  color: #0f5ea5;
}
.message.success a:active {
  color: #0f5ea5;
}
.message.success > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: #006400;
  content: '\e610';
  font-family: 'icons-blank-theme';
  margin: -14px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 18px;
  width: 40px;
  position: absolute;
  text-align: center;
}
.panel.header .links,
.panel.header .switcher {
  display: none;
}
.nav-sections {
  background: #f5f5f5;
}
.nav-toggle {
  cursor: pointer;
  display: block;
  font-size: 0;
}
.nav-toggle:before {
  content: '';
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDIwIDE2Ij4KICA8cGF0aCBpZD0iUGF0aF84MjciIGRhdGEtbmFtZT0iUGF0aCA4MjciIGQ9Ik0xOSwxMUgxQTEsMSwwLDEsMSwxLDlIMTlhMSwxLDAsMCwxLDAsMlptMC03SDFBMSwxLDAsMSwxLDEsMkgxOWExLDEsMCwwLDEsMCwyWm0wLDE0SDFhMSwxLDAsMCwxLDAtMkgxOWExLDEsMCwwLDEsMCwyWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCAtMikiLz4KPC9zdmc+Cg==);
  width: 20px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: contain;
  display: flex;
  align-items: center;
  background-position: center;
}
@media (max-width: 1023px) {
  .navigation {
    padding: 0;
  }
  .navigation .parent .level-top {
    display: block;
    text-decoration: none;
    position: relative;
  }
  .navigation .parent .level-top:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 42px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .parent .level-top:after {
    position: absolute;
    right: 7px;
    top: -8px;
  }
  .navigation .parent .level-top.ui-state-active:after {
    content: '\e621';
  }
  .nav-sections {
    -webkit-overflow-scrolling: touch;
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    -ms-transition: left 0.3s;
    transition: left 0.3s;
    height: 100%;
    left: calc(-1 * (100% - 54px));
    overflow: auto;
    position: fixed;
    top: 0;
    width: calc(100% - 54px);
  }
  .nav-sections .switcher {
    border-top: 1px solid #d1d1d1;
    font-size: 1.6rem;
    font-weight: 700;
    margin: 0;
    padding: .8rem 3.5rem .8rem 2rem;
  }
  .nav-sections .switcher .label {
    display: block;
    margin-bottom: 7.5px;
  }
  .nav-sections .switcher:last-child {
    border-bottom: 1px solid #d1d1d1;
  }
  .nav-sections .switcher-trigger strong {
    display: block;
    text-decoration: none;
    position: relative;
  }
  .nav-sections .switcher-trigger strong:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 42px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .nav-sections .switcher-trigger strong:after {
    position: absolute;
    right: -40px;
    top: -16px;
  }
  .nav-sections .switcher-trigger.active strong:after {
    content: '\e621';
  }
  .nav-sections .switcher-dropdown {
    margin: 0;
    padding: 0;
    list-style: none none;
    display: none;
    padding: 15px 0;
  }
  .nav-sections .switcher-options.active .switcher-dropdown {
    display: block;
  }
  .nav-sections .header.links {
    margin: 0;
    padding: 0;
    list-style: none none;
    border-bottom: 1px solid #d1d1d1;
  }
  .nav-sections .header.links li {
    font-size: 1.6rem;
    margin: 0;
  }
  .nav-sections .header.links li.greet.welcome {
    border-top: 1px solid #d1d1d1;
    font-weight: 700;
    padding: 0.8rem 15px;
  }
  .nav-sections .header.links li > a {
    border-top: 1px solid #d1d1d1;
  }
  .nav-sections .header.links a,
  .nav-sections .header.links a:hover {
    color: #575757;
    text-decoration: none;
    display: block;
    font-weight: 700;
    padding: 0.8rem 15px;
  }
  .nav-sections .header.links .header.links {
    border: 0;
  }
  .nav-before-open {
    height: 100%;
    overflow-x: hidden;
    width: 100%;
  }
  .nav-before-open .page-wrapper {
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    -ms-transition: left 0.3s;
    transition: left 0.3s;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: relative;
  }
  .nav-before-open body {
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
  }
  .nav-open .page-wrapper {
    left: calc(100% - 54px);
  }
  .nav-open .nav-sections {
    -webkit-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    -ms-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    left: 0;
    z-index: 99;
  }
  .nav-open .nav-toggle:after {
    background: rgba(0, 0, 0, 0.5);
    content: '';
    display: block;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1;
  }
  .nav-sections-items {
    position: relative;
    z-index: 1;
  }
  .nav-sections-items:before,
  .nav-sections-items:after {
    content: '';
    display: table;
  }
  .nav-sections-items:after {
    clear: both;
  }
  .nav-sections-item-title {
    background: #e8e8e8;
    border: solid #dbdbdb;
    border-width: 0 0 1px 1px;
    box-sizing: border-box;
    float: left;
    height: 71px;
    padding-top: 24px;
    text-align: center;
    width: 33.33%;
  }
  .nav-sections-item-title.active {
    background: transparent;
    border-bottom: 0;
  }
  .nav-sections-item-title .nav-sections-item-switch:hover {
    text-decoration: none;
  }
  .nav-sections-item-content {
    box-sizing: border-box;
    float: right;
    margin-left: -100%;
    margin-top: 71px;
    width: 100%;
    border-top: 1px solid #ccc;
    padding: 37.5px 0;
  }
  .nav-sections-item-content:before,
  .nav-sections-item-content:after {
    content: '';
    display: table;
  }
  .nav-sections-item-content:after {
    clear: both;
  }
  .nav-sections-item-content.active {
    display: block;
  }
  .nav-sections {
    background: #ffffff !important;
    padding: 0;
  }
  .nav-sections .navigation {
    background: #ffffff;
    padding: 0;
  }
  .nav-sections .nav-sections-item-title {
    height: auto;
    background: #f5f5f5;
    font-size: 18px;
    padding: 12px 0;
    border: 0;
    width: 100%;
    font-weight: 700;
  }
  .nav-sections .nav-sections-item-title .nav-sections-item-switch:hover {
    color: inherit;
  }
  .nav-sections .nav-sections-item-title.active {
    border-color: #d7d7d7;
    background: #ffffff;
    color: #F46414;
    border-color: transparent;
  }
  .nav-sections .nav-sections-item-title.active a {
    color: #F46414;
  }
  .nav-sections .nav-sections-item-content {
    padding: 0;
    margin-top: 52px;
  }
  .navigation {
    background: #f5f5f5;
    box-sizing: border-box;
  }
  .navigation ul {
    margin: 0;
    padding: 0;
  }
  .navigation li {
    margin: 0;
  }
  .navigation a {
    display: block;
    padding-top: 15px;
    padding-right: 0;
    padding-bottom: 15px;
    padding-left: 15px;
  }
  .navigation a,
  .navigation a:hover {
    color: #575757;
    text-decoration: none;
  }
  .navigation .level0 {
    font-size: 1.6rem;
  }
  .navigation .level0 > .level-top {
    font-weight: 700;
    padding: 8px 60px 8px 15px;
    text-transform: uppercase;
    word-wrap: break-word;
  }
  .navigation .level0 > .level-top:hover {
    color: #000000;
  }
  .navigation .level0.active .all-category .ui-state-focus {
    padding-left: 7px;
    display: inline-block;
  }
  .navigation .level0 > .level1 {
    font-weight: 600;
  }
  .navigation .level0.active > a:not(.ui-state-active) span:not(.ui-menu-icon),
  .navigation .level0.has-active > a:not(.ui-state-active) span:not(.ui-menu-icon) {
    margin-left: -8px;
  }
  .navigation .submenu > li {
    word-wrap: break-word;
  }
  .navigation .submenu > li > a:hover {
    color: #000000;
  }
  .navigation .submenu:not(:first-child) {
    font-weight: 400;
    line-height: 1.3;
    left: auto !important;
    overflow-x: hidden;
    padding: 0;
    position: relative;
    top: auto !important;
    transition: left 0.3s ease-out;
  }
  .navigation .submenu:not(:first-child) > li > a {
    padding-left: 15px;
  }
  .navigation .submenu:not(:first-child) > li:last-child {
    margin-bottom: 0;
  }
  .navigation .submenu:not(:first-child) ul {
    display: block;
    padding-left: 15px;
  }
  .navigation .submenu:not(:first-child) ul > li {
    margin: 0;
  }
  .navigation .submenu:not(:first-child) ul > li a {
    color: #575757;
    display: block;
    line-height: normal;
  }
  .navigation .submenu:not(:first-child) ul > li a:hover {
    color: #000000;
  }
  .navigation .submenu:not(:first-child).expanded {
    display: block !important;
    padding-right: 0;
    top: 0 !important;
  }
  .navigation .submenu:not(:first-child) .active > a {
    border-color: #f46414;
    border-style: solid;
    border-width: 0 0 0 8px;
    padding-left: 7px;
  }
  .navigation .submenu:not(:first-child) .level1.active > a {
    padding-left: 7px;
  }
  .page-footer .navigation .level0.active > a:not(.ui-state-active) span:not(.ui-menu-icon),
  .page-footer .navigation .level0.has-active > a:not(.ui-state-active) span:not(.ui-menu-icon) {
    margin-left: 0;
  }
}
nav.navigation li.parent .ui-menu-icon {
  right: 2px !important;
}
.products-list .product-items .product-item .product-item-info .product-item-details .midle-part .product-item-description .action.more {
  font-weight: normal !important;
  text-decoration: none !important;
}
.ruk_rating_snippet {
  min-height: 30px;
}
@media (min-width: 769px) {
  .navigation ul.scrollview.level1.active1 {
    display: block;
  }
}
@media (max-width: 767px) {
  iframe#chat-widget {
    display: none !important;
  }
  iframe#chat-widget-minimized {
    display: none !important;
  }
}
header.page-header .amsearch-loader-block {
  right: 60px !important;
}
header.page-header .amsearch-wrapper-block {
  width: 53.3% !important;
  padding: 0 30px !important;
  margin: 0 auto 8px !important;
}
@media (max-width: 1200px) {
  header.page-header .amsearch-wrapper-block {
    width: 44% !important;
  }
}
@media (max-width: 991px) {
  header.page-header .amsearch-wrapper-block {
    width: 100% !important;
    padding: 0 !important;
  }
  header.page-header .amsearch-wrapper-block:before {
    display: none;
  }
}
header.page-header .amsearch-input-wrapper .amsearch-input {
  height: 55px !important;
  background-color: #ebebeb !important;
  border-radius: 5px;
  border: 0px;
  padding: 0 55px 0 9px !important;
  font-size: 16px;
  color: #000000;
  width: 100% !important;
}
header.page-header .amsearch-input-wrapper .amsearch-input::placeholder {
  font-size: 20px;
  color: #797979;
}
header.page-header .amsearch-input-wrapper .amsearch-button.-loupe {
  right: 0px !important;
  left: auto !important;
  width: 56px;
  height: 55px;
  background-color: #0f5ea5;
  opacity: 1;
  background-image: url('../../frontend/Harriswebworks/westrocksupply/en_US/images/white-search-icon.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 26px;
  cursor: pointer;
}
header.page-header .amsearch-input-wrapper .amsearch-button.-loupe:hover {
  background-color: #07457c;
}
header.page-header .amsearch-form-block {
  width: 100% !important;
}
header.page-header .amsearch-form-block .amsearch-input-wrapper {
  width: 100%;
  min-width: 100%;
}
header.page-header .amsearch-form-block .amsearch-input-wrapper .amsearch-button.-close {
  display: none;
}
header.page-header .amsearch-form-block .amsearch-result-section {
  margin: 0;
}
.old-price .price {
  position: relative;
}
.old-price .price:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  border-top: 2px solid #000;
}
.product-item-details .product-item-actions .stock.unavailable {
  display: none;
}
.tooltip.wrapper {
  position: relative;
}
.tooltip.wrapper .tooltip.content {
  background: #ffffff;
  max-width: 360px;
  min-width: 210px;
  padding: 12px 16px;
  z-index: 100;
  display: none;
  position: absolute;
  text-align: left;
  color: #000000;
  line-height: 1.4;
  border: 1px solid #bbbbbb;
  margin-top: 5px;
  left: 0;
  top: 100%;
}
.tooltip.wrapper .tooltip.content:after,
.tooltip.wrapper .tooltip.content:before {
  border: solid transparent;
  content: '';
  height: 0;
  position: absolute;
  width: 0;
}
.tooltip.wrapper .tooltip.content:after {
  border-width: 5px;
  border-color: transparent;
}
.tooltip.wrapper .tooltip.content:before {
  border-width: 6px;
  border-color: transparent;
}
.tooltip.wrapper .tooltip.content:after,
.tooltip.wrapper .tooltip.content:before {
  bottom: 100%;
}
.tooltip.wrapper .tooltip.content:after {
  border-bottom-color: #ffffff;
  left: 15px;
  margin-left: -5px;
}
.tooltip.wrapper .tooltip.content:before {
  border-bottom-color: #bbbbbb;
  left: 15px;
  margin-left: -6px;
}
.tooltip.wrapper .tooltip.toggle {
  cursor: help;
}
.tooltip.wrapper .tooltip.toggle:hover + .tooltip.content,
.tooltip.wrapper .tooltip.toggle:focus + .tooltip.content,
.tooltip.wrapper:hover .tooltip.content {
  display: block;
}
.tooltip.wrapper .tooltip.content dl {
  margin-bottom: 0;
}
.tooltip.wrapper .tooltip.content dd {
  white-space: normal;
}
.tooltip.wrapper .tooltip.content .subtitle {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
}
.tooltip.wrapper .tooltip.content .label {
  margin-top: 15px;
}
.tooltip.wrapper .tooltip.content .label:first-child {
  margin-top: 0;
}
.tooltip.wrapper .tooltip.content .values {
  margin: 0;
}
.ui-tooltip {
  position: absolute;
  z-index: 9999;
}
.load.indicator {
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 9999;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  position: absolute;
}
.load.indicator:before {
  background: transparent url('../../frontend/Harriswebworks/westrocksupply/en_US/images/loader-2.gif') no-repeat 50% 50%;
  border-radius: 5px;
  height: 160px;
  width: 160px;
  bottom: 0;
  box-sizing: border-box;
  content: '';
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
}
.load.indicator > span {
  display: none;
}
.loading-mask {
  bottom: 0;
  left: 0;
  margin: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.5);
}
.loading-mask .loader > img {
  bottom: 0;
  left: 0;
  margin: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
}
.loading-mask .loader > p {
  display: none;
}
body > .loading-mask {
  z-index: 9999;
}
._block-content-loading {
  position: relative;
}
[data-role='main-css-loader'] {
  display: none;
}
.fieldset {
  border: 0;
  margin: 0 0 60px;
  padding: 0;
  letter-spacing: -.31em;
}
.fieldset > * {
  letter-spacing: normal;
}
.fieldset > .legend {
  margin: 0 0 37.5px;
  padding: 0;
  box-sizing: border-box;
  float: left;
  line-height: 1.2;
  font-size: 2rem;
}
.fieldset > .legend + br {
  clear: both;
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.fieldset:last-child {
  margin-bottom: 30px;
}
.fieldset > .field,
.fieldset > .fields > .field {
  margin: 0 0 30px;
}
.fieldset > .field > .label,
.fieldset > .fields > .field > .label {
  margin: 0 0 7.5px;
  display: inline-block;
}
.fieldset > .field:last-child,
.fieldset > .fields > .field:last-child {
  margin-bottom: 0;
}
.fieldset > .field > .label,
.fieldset > .fields > .field > .label {
  font-weight: 700;
}
.fieldset > .field > .label + br,
.fieldset > .fields > .field > .label + br {
  display: none;
}
.fieldset > .field .choice input,
.fieldset > .fields > .field .choice input {
  vertical-align: top;
}
.fieldset > .field .fields.group:before,
.fieldset > .fields > .field .fields.group:before,
.fieldset > .field .fields.group:after,
.fieldset > .fields > .field .fields.group:after {
  content: '';
  display: table;
}
.fieldset > .field .fields.group:after,
.fieldset > .fields > .field .fields.group:after {
  clear: both;
}
.fieldset > .field .fields.group .field,
.fieldset > .fields > .field .fields.group .field {
  box-sizing: border-box;
  float: left;
}
.fieldset > .field .fields.group.group-2 .field,
.fieldset > .fields > .field .fields.group.group-2 .field {
  width: 50% !important;
}
.fieldset > .field .fields.group.group-3 .field,
.fieldset > .fields > .field .fields.group.group-3 .field {
  width: 33.3% !important;
}
.fieldset > .field .fields.group.group-4 .field,
.fieldset > .fields > .field .fields.group.group-4 .field {
  width: 25% !important;
}
.fieldset > .field .fields.group.group-5 .field,
.fieldset > .fields > .field .fields.group.group-5 .field {
  width: 20% !important;
}
.fieldset > .field .addon,
.fieldset > .fields > .field .addon {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 0;
  width: 100%;
}
.fieldset > .field .addon textarea,
.fieldset > .fields > .field .addon textarea,
.fieldset > .field .addon select,
.fieldset > .fields > .field .addon select,
.fieldset > .field .addon input,
.fieldset > .fields > .field .addon input {
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: inline-block;
  margin: 0;
  width: auto;
}
.fieldset > .field .addon .addbefore,
.fieldset > .fields > .field .addon .addbefore,
.fieldset > .field .addon .addafter,
.fieldset > .fields > .field .addon .addafter {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: 'Lato Regular', sans-serif, Arial;
  font-size: 16px;
  height: 48px;
  line-height: 1.5;
  padding: 0 9px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  -ms-flex-order: 3;
  -webkit-order: 3;
  order: 3;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  width: auto;
}
.fieldset > .field .addon .addbefore:disabled,
.fieldset > .fields > .field .addon .addbefore:disabled,
.fieldset > .field .addon .addafter:disabled,
.fieldset > .fields > .field .addon .addafter:disabled {
  opacity: 0.5;
}
.fieldset > .field .addon .addbefore::-moz-placeholder,
.fieldset > .fields > .field .addon .addbefore::-moz-placeholder,
.fieldset > .field .addon .addafter::-moz-placeholder,
.fieldset > .fields > .field .addon .addafter::-moz-placeholder {
  color: #c2c2c2;
}
.fieldset > .field .addon .addbefore::-webkit-input-placeholder,
.fieldset > .fields > .field .addon .addbefore::-webkit-input-placeholder,
.fieldset > .field .addon .addafter::-webkit-input-placeholder,
.fieldset > .fields > .field .addon .addafter::-webkit-input-placeholder {
  color: #c2c2c2;
}
.fieldset > .field .addon .addbefore:-ms-input-placeholder,
.fieldset > .fields > .field .addon .addbefore:-ms-input-placeholder,
.fieldset > .field .addon .addafter:-ms-input-placeholder,
.fieldset > .fields > .field .addon .addafter:-ms-input-placeholder {
  color: #c2c2c2;
}
.fieldset > .field .addon .addbefore,
.fieldset > .fields > .field .addon .addbefore {
  float: left;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
.fieldset > .field .additional,
.fieldset > .fields > .field .additional {
  margin-top: 15px;
}
.fieldset > .field.required > .label:after,
.fieldset > .fields > .field.required > .label:after,
.fieldset > .field._required > .label:after,
.fieldset > .fields > .field._required > .label:after {
  content: '*';
  color: #e02b27;
  font-size: 1.7rem;
  margin: 0 0 0 7.5px;
}
.fieldset > .field .note,
.fieldset > .fields > .field .note {
  font-size: 1.7rem;
  margin: 3px 0 0;
  padding: 0;
  display: inline-block;
  text-decoration: none;
}
.fieldset > .field .note:before,
.fieldset > .fields > .field .note:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 34px;
  line-height: 17px;
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.fieldset > .field.choice .label,
.fieldset > .fields > .field.choice .label {
  display: inline;
  font-weight: normal;
}
.column:not(.main) .fieldset > .field .label,
.column:not(.main) .fieldset > .fields > .field .label {
  font-weight: normal;
}
.fieldset > .field .field.choice,
.fieldset > .fields > .field .field.choice {
  margin-bottom: 15px;
}
.fieldset > .field .field.choice:last-child,
.fieldset > .fields > .field .field.choice:last-child {
  margin-bottom: 0;
}
.fieldset > .field input[type=file],
.fieldset > .fields > .field input[type=file] {
  margin: 7.5px 0;
}
.legend + .fieldset,
.legend + div {
  clear: both;
}
.legend strong {
  margin-left: 7.5px;
}
fieldset.field {
  border: 0;
  padding: 0;
}
.field.date .time-picker {
  display: inline-block;
  margin-top: 15px;
  white-space: nowrap;
}
.field .message.warning {
  margin-top: 15px;
}
.field-error,
div.mage-error {
  margin-top: 7px;
}
.field-error {
  color: #e02b27;
  font-size: 1.7rem;
}
.product-options-wrapper .date.required div[for*='options'].mage-error {
  display: none !important;
}
.field .tooltip {
  position: relative;
}
.field .tooltip .tooltip-content {
  background: #ffffff;
  max-width: 360px;
  min-width: 210px;
  padding: 12px 16px;
  z-index: 100;
  display: none;
  position: absolute;
  text-align: left;
  color: #000000;
  line-height: 1.4;
  border: 1px solid #bbbbbb;
  margin-left: 5px;
  left: 100%;
  top: 0;
}
.field .tooltip .tooltip-content:after,
.field .tooltip .tooltip-content:before {
  border: solid transparent;
  content: '';
  height: 0;
  position: absolute;
  width: 0;
}
.field .tooltip .tooltip-content:after {
  border-width: 5px;
  border-color: transparent;
}
.field .tooltip .tooltip-content:before {
  border-width: 6px;
  border-color: transparent;
}
.field .tooltip .tooltip-content:after,
.field .tooltip .tooltip-content:before {
  right: 100%;
}
.field .tooltip .tooltip-content:after {
  border-right-color: #ffffff;
  margin-top: -5px;
  top: 15px;
}
.field .tooltip .tooltip-content:before {
  border-right-color: #bbbbbb;
  margin-top: -6px;
  top: 15px;
}
.field .tooltip .tooltip-toggle {
  cursor: help;
}
.field .tooltip .tooltip-toggle:hover + .tooltip-content,
.field .tooltip .tooltip-toggle:focus + .tooltip-content,
.field .tooltip:hover .tooltip-content {
  display: block;
}
.field .tooltip .tooltip-content {
  min-width: 200px;
  white-space: normal;
}
input:focus ~ .tooltip .tooltip-content,
select:focus ~ .tooltip .tooltip-content {
  display: block;
}
._has-datepicker ~ .ui-datepicker-trigger {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-shadow: none;
  font-weight: 400;
  display: block;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
}
._has-datepicker ~ .ui-datepicker-trigger:focus,
._has-datepicker ~ .ui-datepicker-trigger:active {
  background: none;
  border: none;
}
._has-datepicker ~ .ui-datepicker-trigger:hover {
  background: none;
  border: none;
}
._has-datepicker ~ .ui-datepicker-trigger.disabled,
._has-datepicker ~ .ui-datepicker-trigger[disabled],
fieldset[disabled] ._has-datepicker ~ .ui-datepicker-trigger {
  pointer-events: none;
  opacity: 0.5;
}
._has-datepicker ~ .ui-datepicker-trigger > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
._has-datepicker ~ .ui-datepicker-trigger:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 40px;
  line-height: 40px;
  color: #4a4a4a;
  content: '\e612';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
._has-datepicker ~ .ui-datepicker-trigger:focus {
  box-shadow: none;
  outline: 0;
}
.sidebar .fieldset {
  margin: 0;
}
.sidebar .fieldset > .field:not(.choice):not(:last-child),
.sidebar .fieldset .fields > .field:not(:last-child) {
  margin: 0 0 30px;
}
.sidebar .fieldset > .field:not(.choice) .label,
.sidebar .fieldset .fields > .field .label {
  margin: 0 0 4px;
  padding: 0 0 7.5px;
  text-align: left;
  width: 100%;
}
.sidebar .fieldset > .field:not(.choice) .control,
.sidebar .fieldset .fields > .field .control {
  width: 100%;
}
@font-face {
  font-family: 'icons-blank-theme';
  src: url('../../frontend/Harriswebworks/westrocksupply/en_US/fonts/Blank-Theme-Icons/Blank-Theme-Icons.woff2') format('woff2'), url('../../frontend/Harriswebworks/westrocksupply/en_US/fonts/Blank-Theme-Icons/Blank-Theme-Icons.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
button,
a.action.primary,
.cart.table-wrapper .actions-toolbar > .action,
.quote-details-items .actions-toolbar > .action,
.action-gift {
  border-radius: 5px;
}
button:active,
.cart.table-wrapper .actions-toolbar > .action:active,
.quote-details-items .actions-toolbar > .action:active,
.action-gift:active {
  box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.12);
}
a.action.primary {
  display: inline-block;
  text-decoration: none;
}
a.action.primary:hover,
a.action.primary:active,
a.action.primary:focus {
  text-decoration: none;
}
.action.primary,
.action-primary {
  background-image: none;
  background: #0f5ea5;
  border: #000000;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Lato Regular', sans-serif, Arial;
  font-weight: 700;
  padding: 12px 40px;
  font-size: 2rem;
  box-sizing: border-box;
  vertical-align: middle;
}
.action.primary:focus,
.action-primary:focus,
.action.primary:active,
.action-primary:active {
  background: #c24904;
  border: #7f1416;
  color: #ffffff;
}
.action.primary:hover,
.action-primary:hover {
  background: #c24904;
  border: #7f1416;
  color: #ffffff;
}
.action.primary.disabled,
.action-primary.disabled,
.action.primary[disabled],
.action-primary[disabled],
fieldset[disabled] .action.primary,
fieldset[disabled] .action-primary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.product.data.items {
  margin: 0;
  padding: 0;
  margin-bottom: 30px;
}
.product.data.items > .item.title {
  box-sizing: border-box;
  float: none;
  width: 100%;
}
.product.data.items > .item.title > .switch {
  display: block;
}
.product.data.items > .item.content {
  box-sizing: border-box;
  display: block;
  float: none;
  margin: 0;
}
.product.data.items > .item.content:before,
.product.data.items > .item.content:after {
  content: '';
  display: table;
}
.product.data.items > .item.content:after {
  clear: both;
}
.product.data.items > .item.content.active {
  display: block;
}
.product.data.items > .item.title {
  margin: 0 0 7.5px;
}
.product.data.items > .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: 60px;
  padding: 7.5px 30px 7.5px 30px;
  font-weight: 600;
  line-height: 60px;
  font-size: 2.5rem;
  color: #4a4a4a;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:visited {
  color: #4a4a4a;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:hover {
  color: #4a4a4a;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:active {
  color: #000000;
  text-decoration: none;
}
.product.data.items > .item.title:not(.disabled) > .switch:focus,
.product.data.items > .item.title:not(.disabled) > .switch:hover {
  background: #fcfcfc;
}
.product.data.items > .item.title:not(.disabled) > .switch:active,
.product.data.items > .item.title.active > .switch,
.product.data.items > .item.title.active > .switch:focus,
.product.data.items > .item.title.active > .switch:hover {
  background: #ffffff;
  color: #000000;
  text-decoration: none;
  padding-bottom: 7.5px;
}
.product.data.items > .item.content {
  background: #ffffff;
  border: 1px solid #d1d1d1;
  margin: 0 0 7.5px;
  padding: 30px 30px 30px 30px;
}
button.action.requisition-list-button.toggle.change,
.cart.table-wrapper .actions-toolbar > .action.action.requisition-list-button.toggle.change,
.quote-details-items .actions-toolbar > .action.action.requisition-list-button.toggle.change,
.action-gift.action.requisition-list-button.toggle.change {
  display: none !important;
}
.gallery-placeholder:not(._block-content-loading) .gallery-placeholder__image {
  display: none;
}
.checkout-index-index .minicart-items-wrapper::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
}
.checkout-index-index .minicart-items-wrapper::-webkit-scrollbar {
  width: 6px;
  background-color: #F5F5F5;
}
.checkout-index-index .minicart-items-wrapper::-webkit-scrollbar-thumb {
  background-color: #8b8b8b;
}
@media (max-width: 768px) {
  .checkout-index-index .opc-block-summary .minicart-items-wrapper {
    margin: 0;
  }
}
@media (max-width: 768px) {
  .logo img {
    max-height: 80px !important;
    width: auto !important;
  }
}
@media (max-width: 1023px) {
  .checkout-index-index li.checkout-shipping-method .table-checkout-shipping-method {
    width: 100%;
  }
}
.pages > .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages .items {
  font-size: 0;
  letter-spacing: -1px;
  line-height: 0;
  white-space: nowrap;
  margin: 0;
  padding: 0;
  list-style: none none;
  display: inline-block;
  font-weight: 700;
}
.pages .item {
  font-size: 1.7rem;
  line-height: 3.2rem;
  letter-spacing: normal;
  margin: 0 2px 0 0;
  display: inline-block;
}
.pages .item .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages a.page {
  color: #000000;
  display: inline-block;
  padding: 0 4px;
  text-decoration: none;
}
.pages a.page:visited {
  color: #000000;
}
.pages a.page:hover {
  color: #0f5ea5;
  text-decoration: none;
}
.pages a.page:active {
  color: #f46414;
}
.pages strong.page {
  font-size: 1.7rem;
  line-height: 3.2rem;
  letter-spacing: normal;
  color: #000000;
  display: inline-block;
  font-weight: 700;
  padding: 0 4px;
}
.pages .action {
  border: 1px solid #d1d1d1;
  color: #4a4a4a;
  display: inline-block;
  padding: 0;
  text-decoration: none;
}
.pages .action:visited {
  color: #4a4a4a;
}
.pages .action:hover {
  color: #4a4a4a;
  text-decoration: none;
}
.pages .action:active {
  color: #4a4a4a;
}
.pages .action.next {
  display: inline-block;
  text-decoration: none;
}
.pages .action.next:visited:before {
  color: #4a4a4a;
}
.pages .action.next:active:before {
  color: #4a4a4a;
}
.pages .action.next > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages .action.next:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 46px;
  line-height: inherit;
  color: #4a4a4a;
  content: '\e608';
  font-family: 'icons-blank-theme';
  margin: 0 0 0 -6px;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.pages .action.next:hover:before {
  color: #4a4a4a;
}
.pages .action.next:active:before {
  color: #4a4a4a;
}
.pages .action.previous {
  display: inline-block;
  text-decoration: none;
}
.pages .action.previous:visited:before {
  color: #4a4a4a;
}
.pages .action.previous:active:before {
  color: #4a4a4a;
}
.pages .action.previous > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages .action.previous:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 46px;
  line-height: inherit;
  color: #4a4a4a;
  content: '\e617';
  font-family: 'icons-blank-theme';
  margin: 0 0 0 -6px;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.pages .action.previous:hover:before {
  color: #4a4a4a;
}
.pages .action.previous:active:before {
  color: #4a4a4a;
}
.pages .action {
  width: 34px;
}
.pages .action.previous {
  margin-right: 12px;
}
.pages .action.next {
  margin-left: 12px;
}
.actions-toolbar > .primary,
.actions-toolbar > .secondary {
  text-align: center;
  margin-bottom: 15px;
}
.actions-toolbar > .primary .action,
.actions-toolbar > .secondary .action {
  margin-bottom: 15px;
}
.actions-toolbar > .primary .action:last-child,
.actions-toolbar > .secondary .action:last-child {
  margin-bottom: 0;
}
.actions-toolbar > .primary:last-child,
.actions-toolbar > .secondary:last-child {
  margin-bottom: 0;
}
.actions-toolbar > .secondary .action.back {
  display: none;
}
.breadcrumbs {
  margin: 0 0 30px;
  min-height: 24px;
}
.breadcrumbs .items {
  font-size: 1.7rem;
  color: #a3a3a3;
  margin: 0;
  padding: 0;
  list-style: none none;
}
.breadcrumbs .items > li {
  display: inline-block;
  vertical-align: top;
}
.breadcrumbs .item {
  margin: 0;
}
.breadcrumbs a {
  color: #000000;
  text-decoration: none;
}
.breadcrumbs a:visited {
  color: #000000;
  text-decoration: none;
}
.breadcrumbs a:hover {
  color: #000000;
  text-decoration: underline;
}
.breadcrumbs a:active {
  color: #000000;
  text-decoration: none;
}
.breadcrumbs strong {
  font-weight: 400;
}
.breadcrumbs .item:not(:last-child) {
  display: inline-block;
  text-decoration: none;
}
.breadcrumbs .item:not(:last-child):after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 18px;
  content: '\e608';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.breadcrumbs .items {
  color: #000000;
}
.breadcrumbs .items .item a {
  color: #707070;
  margin: 0 18px 0 18px;
}
.breadcrumbs .items .item:first-child a {
  margin-left: 0;
}
.breadcrumbs .items .item strong {
  margin-left: 15px;
}
.breadcrumbs .item:not(:last-child):after {
  content: '';
  background-image: url("../../frontend/Harriswebworks/westrocksupply/en_US/images/arrow-top.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 13px;
  width: 11px;
  transform: rotate(90deg);
  vertical-align: baseline;
}
.page-wrapper .breadcrumbs {
  max-width: 100%;
  background: #ebebeb;
  margin: 0 0 20px;
  padding: 6px 0;
}
.page-wrapper .breadcrumbs .items {
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  font-size: 16px;
}
.ui-dialog.popup .action.close {
  position: absolute;
  height: 40px;
  right: 0;
  top: 0;
  width: 40px;
  z-index: 1001;
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
}
.ui-dialog.popup .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ui-dialog.popup .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e616';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.ui-dialog.popup .action.close:hover:before {
  color: inherit;
}
.ui-dialog.popup .action.close:active:before {
  color: inherit;
}
.ui-dialog.popup .action.close:focus,
.ui-dialog.popup .action.close:active {
  background: none;
  border: none;
}
.ui-dialog.popup .action.close:hover {
  background: none;
  border: none;
}
.ui-dialog.popup .action.close.disabled,
.ui-dialog.popup .action.close[disabled],
fieldset[disabled] .ui-dialog.popup .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.popup-pointer {
  margin-left: -14px;
  position: absolute;
  top: -14px;
}
.popup-pointer:before,
.popup-pointer:after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-bottom-style: solid;
}
.popup-pointer:before {
  left: 2px;
  top: 2px;
  border: solid 6px;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.popup-pointer:after {
  left: 1px;
  top: 0px;
  border: solid 7px;
  border-color: transparent transparent #aeaeae transparent;
  z-index: 98;
}
.popup.map-popup-wrapper {
  position: fixed !important;
  left: 0 !important;
  right: 0 !important;
  margin: 0 auto;
  top: 0px !important;
  height: 100% !important;
  width: 100% !important;
  min-width: 100%;
  max-width: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 999 !important;
}
.popup.map-popup-wrapper #map-popup-click-for-price {
  position: absolute;
  width: 70%;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 auto 0;
}
@media (max-width: 1200px) {
  .popup.map-popup-wrapper #map-popup-click-for-price {
    width: 97%;
  }
}
.popup.map-popup-wrapper #map-popup-click-for-price .popup-pointer {
  display: none;
}
.popup.map-popup-wrapper #map-popup-click-for-price .popup-header {
  display: none;
}
.popup.map-popup-wrapper #map-popup-click-for-price .popup-content {
  margin: 0;
}
.popup.map-popup-wrapper #map-popup-click-for-price .popup-content .map-info-price {
  margin: 0;
}
@media (max-width: 991px) {
  .popup.map-popup-wrapper #map-popup-click-for-price .popup-content .map-info-price {
    overflow-x: auto;
    width: 100%;
  }
}
.popup.map-popup-wrapper #map-popup-click-for-price .popup-content .map-info-price table {
  margin: 0;
}
@media (max-width: 991px) {
  .popup.map-popup-wrapper #map-popup-click-for-price .popup-content .map-info-price table {
    width: 100%;
    min-width: 100%;
  }
}
@media (max-width: 767px) {
  .popup.map-popup-wrapper #map-popup-click-for-price .popup-content .map-info-price table tbody tr {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 20px;
    padding-bottom: 20px;
  }
}
.popup.map-popup-wrapper #map-popup-click-for-price .popup-content .map-info-price table tbody tr td {
  vertical-align: top;
}
@media (max-width: 767px) {
  .popup.map-popup-wrapper #map-popup-click-for-price .popup-content .map-info-price table tbody tr td {
    padding: 0 15px 0 0 !important;
    width: auto !important;
  }
  .popup.map-popup-wrapper #map-popup-click-for-price .popup-content .map-info-price table tbody tr td.product-description {
    width: 60% !important;
    padding: 0 !important;
  }
}
.popup.map-popup-wrapper #map-popup-click-for-price .popup-content .map-info-price table tbody tr td .control .btn {
  width: 30px;
  height: 36px;
  border: 1px solid #000000;
  background: transparent;
}
.popup.map-popup-wrapper #map-popup-click-for-price .popup-content .map-info-price table tbody tr td .control #map-popup-qty {
  border-color: #000000;
  background: transparent;
}
.popup.map-popup-wrapper #map-popup-click-for-price .popup-content .map-info-price table tbody tr td #map-popup-price {
  font-weight: normal;
  min-width: 210px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.popup.map-popup-wrapper #map-popup-click-for-price .popup-content .map-info-price table tbody tr td #map-popup-price .sales-amount {
  font-size: 20px;
}
.popup.map-popup-wrapper #map-popup-click-for-price .popup-content .map-info-price table tbody tr td #map-popup-price .price {
  font-size: 20px;
}
@media (max-width: 767px) {
  .popup.map-popup-wrapper #map-popup-click-for-price .popup-content .map-info-price table tbody tr td.product-actions {
    padding: 10px 0 0 0 !important;
  }
}
@media (max-width: 767px) {
  .popup.map-popup-wrapper #map-popup-click-for-price .popup-content .map-info-price table tbody tr td.product-actions .action-buttons {
    flex-wrap: wrap;
  }
}
.popup.map-popup-wrapper #map-popup-click-for-price .popup-content .map-info-price table tbody tr td.product-actions .action-buttons .action,
.popup.map-popup-wrapper #map-popup-click-for-price .popup-content .map-info-price table tbody tr td.product-actions .action-buttons button,
.popup.map-popup-wrapper #map-popup-click-for-price .popup-content .map-info-price table tbody tr td.product-actions .action-buttons .cart.table-wrapper .actions-toolbar > .action,
.popup.map-popup-wrapper #map-popup-click-for-price .popup-content .map-info-price table tbody tr td.product-actions .action-buttons .quote-details-items .actions-toolbar > .action,
.popup.map-popup-wrapper #map-popup-click-for-price .popup-content .map-info-price table tbody tr td.product-actions .action-buttons .action-gift {
  background: #0f5ea5;
  border: #000000;
  color: #ffffff;
  padding: 20px 40px;
  font-size: 20px;
  line-height: 20px;
  border-radius: 6px;
}
.popup.map-popup-wrapper #map-popup-click-for-price .popup-content .map-info-price table tbody tr td.product-actions .action-buttons .action:hover,
.popup.map-popup-wrapper #map-popup-click-for-price .popup-content .map-info-price table tbody tr td.product-actions .action-buttons button:hover,
.popup.map-popup-wrapper #map-popup-click-for-price .popup-content .map-info-price table tbody tr td.product-actions .action-buttons .cart.table-wrapper .actions-toolbar > .action:hover,
.popup.map-popup-wrapper #map-popup-click-for-price .popup-content .map-info-price table tbody tr td.product-actions .action-buttons .quote-details-items .actions-toolbar > .action:hover,
.popup.map-popup-wrapper #map-popup-click-for-price .popup-content .map-info-price table tbody tr td.product-actions .action-buttons .action-gift:hover {
  background: #c24904;
  border: #7f1416;
}
@media (max-width: 767px) {
  .popup.map-popup-wrapper #map-popup-click-for-price .popup-content .map-info-price table tbody tr td.product-actions .action-buttons .action,
  .popup.map-popup-wrapper #map-popup-click-for-price .popup-content .map-info-price table tbody tr td.product-actions .action-buttons button,
  .popup.map-popup-wrapper #map-popup-click-for-price .popup-content .map-info-price table tbody tr td.product-actions .action-buttons .cart.table-wrapper .actions-toolbar > .action,
  .popup.map-popup-wrapper #map-popup-click-for-price .popup-content .map-info-price table tbody tr td.product-actions .action-buttons .quote-details-items .actions-toolbar > .action,
  .popup.map-popup-wrapper #map-popup-click-for-price .popup-content .map-info-price table tbody tr td.product-actions .action-buttons .action-gift {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .popup.map-popup-wrapper #map-popup-click-for-price .popup-content .map-info-price table tbody tr td.product-actions .action-buttons form {
    width: 100%;
  }
}
.popup.map-popup-wrapper .ui-dialog-buttonpane {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 50px;
  height: 50px;
}
@media (max-width: 767px) {
  .popup.map-popup-wrapper .ui-dialog-buttonpane {
    right: 0;
    top: -10px;
  }
}
.popup.map-popup-wrapper .ui-dialog-buttonpane .close {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0;
}
.popup.map-popup-wrapper .ui-dialog-buttonpane .close:before {
  font-size: 50px;
  line-height: 50px;
  color: #ffffff;
  font-weight: bold;
}
.popup.map-popup-wrapper .ui-dialog-buttonpane .close:hover:before {
  color: #ffffff;
}
.price-tier_price .price-excluding-tax,
.price-tier_price .price-including-tax {
  display: inline;
}
.price-including-tax,
.price-excluding-tax {
  display: block;
  font-size: 1.8rem;
  line-height: 1;
}
.price-including-tax .price,
.price-excluding-tax .price {
  font-weight: 700;
}
.price-including-tax + .price-excluding-tax,
.weee[data-label] {
  display: block;
  font-size: 1.8rem;
}
.price-including-tax + .price-excluding-tax:before,
.weee[data-label]:before {
  content: attr(data-label) ': ';
  font-size: 1.1rem;
}
.price-including-tax + .price-excluding-tax .price,
.weee[data-label] .price {
  font-size: 1.1rem;
}
.products-list .product-items .product-item .product-item-info .product-item-details .product-item-inner .actions-primary .block-requisition-list {
  display: none !important;
}
.fotorama__nav-wrap .fotorama__thumb .fotorama__img {
  width: 80px;
  height: 80px;
  position: static;
  -webkit-transform: inherit;
  transform: inherit;
}
.product-info-main #product_addtocart_form .product-options-bottom {
  width: 100% !important;
}
.page-products .product-items .product-item .product-item-info .brand {
  min-height: 60px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.page-products .products-grid .product-items .product-item .product-image-container .product-image-photo {
  height: 170px;
}
.product.info.detailed .product.description .value h3,
.product.info.detailed .product.features .value h3 {
  text-align: center;
}
#maincontent .products-list .product-item-photo a {
  width: auto;
}
body._has-modal {
  height: 100%;
  overflow: hidden;
  width: 100%;
}
.modals-overlay {
  z-index: 899;
}
.modal-slide,
.modal-popup {
  bottom: 0;
  left: 0;
  min-width: 0;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s .3s, opacity .3s ease;
  transition: visibility 0s .3s, opacity .3s ease;
}
.modal-slide._show,
.modal-popup._show {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}
.modal-slide._show .modal-inner-wrap,
.modal-popup._show .modal-inner-wrap {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-slide .modal-inner-wrap,
.modal-popup .modal-inner-wrap {
  background-color: #ffffff;
  box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
  opacity: 1;
  pointer-events: auto;
}
.modal-slide {
  left: 44px;
  z-index: 900;
}
.modal-slide._show .modal-inner-wrap {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.modal-slide .modal-inner-wrap {
  height: 100%;
  overflow-y: auto;
  position: static;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  width: auto;
}
.modal-slide._inner-scroll .modal-inner-wrap {
  overflow-y: visible;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.modal-slide._inner-scroll .modal-header,
.modal-slide._inner-scroll .modal-footer {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.modal-slide._inner-scroll .modal-content {
  overflow-y: auto;
}
.modal-slide._inner-scroll .modal-footer {
  margin-top: auto;
}
.modal-slide .modal-header,
.modal-slide .modal-content,
.modal-slide .modal-footer {
  padding: 0 2.6rem 2.6rem;
}
.modal-slide .modal-header {
  padding-bottom: 2.1rem;
  padding-top: 2.1rem;
}
.modal-popup {
  z-index: 900;
  left: 0;
  overflow-y: auto;
}
.modal-popup.confirm .modal-inner-wrap {
  max-width: 50rem;
}
.modal-popup._show .modal-inner-wrap {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.modal-popup .modal-inner-wrap {
  margin: 5rem auto;
  width: 75%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  box-sizing: border-box;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  -webkit-transform: translateY(-200%);
  transform: translateY(-200%);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: transform .2s ease;
}
.modal-popup._inner-scroll {
  overflow-y: visible;
}
.ie11 .modal-popup._inner-scroll {
  overflow-y: auto;
}
.modal-popup._inner-scroll .modal-inner-wrap {
  max-height: 90%;
}
.ie11 .modal-popup._inner-scroll .modal-inner-wrap {
  max-height: none;
}
.modal-popup._inner-scroll .modal-content {
  overflow-y: auto;
}
.modal-popup .modal-header,
.modal-popup .modal-content,
.modal-popup .modal-footer {
  padding-left: 3rem;
  padding-right: 3rem;
}
.modal-popup .modal-header,
.modal-popup .modal-footer {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.modal-popup .modal-header {
  padding-bottom: 1.2rem;
  padding-top: 3rem;
}
.modal-popup .modal-footer {
  margin-top: auto;
  padding-bottom: 3rem;
  padding-top: 3rem;
}
.modal-popup .modal-footer-actions {
  text-align: right;
}
.modal-custom .action-close,
.modal-popup .action-close,
.modal-slide .action-close {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-shadow: none;
  font-weight: 400;
  display: inline-block;
  text-decoration: none;
  position: absolute;
  right: 0;
  top: 0;
}
.modal-custom .action-close:focus,
.modal-popup .action-close:focus,
.modal-slide .action-close:focus,
.modal-custom .action-close:active,
.modal-popup .action-close:active,
.modal-slide .action-close:active {
  background: none;
  border: none;
}
.modal-custom .action-close:hover,
.modal-popup .action-close:hover,
.modal-slide .action-close:hover {
  background: none;
  border: none;
}
.modal-custom .action-close.disabled,
.modal-popup .action-close.disabled,
.modal-slide .action-close.disabled,
.modal-custom .action-close[disabled],
.modal-popup .action-close[disabled],
.modal-slide .action-close[disabled],
fieldset[disabled] .modal-custom .action-close,
fieldset[disabled] .modal-popup .action-close,
fieldset[disabled] .modal-slide .action-close {
  pointer-events: none;
  opacity: 0.5;
}
.modal-custom .action-close > span,
.modal-popup .action-close > span,
.modal-slide .action-close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.modal-custom .action-close:before,
.modal-popup .action-close:before,
.modal-slide .action-close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 32px;
  color: #8f8f8f;
  content: '\e616';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.modal-custom .action-close:hover:before,
.modal-popup .action-close:hover:before,
.modal-slide .action-close:hover:before {
  color: inherit;
}
.modal-custom .action-close:active:before,
.modal-popup .action-close:active:before,
.modal-slide .action-close:active:before {
  color: inherit;
}
.modal-custom .action-close:hover:before,
.modal-popup .action-close:hover:before,
.modal-slide .action-close:hover:before {
  color: #000000;
}
.modal-custom .action-close {
  margin: 37.5px;
}
.modal-popup {
  pointer-events: none;
}
.modal-popup .modal-title {
  border-bottom: 1px solid #c1c1c1;
  font-weight: 300;
  padding-bottom: 15px;
  font-size: 26px;
  margin-bottom: 0;
  min-height: 1em;
  word-wrap: break-word;
}
.modal-popup .action-close {
  padding: 15px;
}
.modal-slide .action-close {
  padding: 1.1rem 2rem;
}
.modal-slide .page-main-actions {
  margin-bottom: -20.4rem;
  margin-top: 2.1rem;
}
.modals-overlay {
  background-color: rgba(51, 51, 51, 0.55);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
}
body._has-modal-custom .modal-custom-overlay {
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 899;
}
.modal-popup .modal-inner-wrap .block-customer-login {
  margin-bottom: 0;
}
/**
 * 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 '#efefef';
  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 '#efefef';
  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,
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .edit-address .cart.table-wrapper .actions-toolbar > .action,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .edit-address .cart.table-wrapper .actions-toolbar > .action,
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .ship-here .cart.table-wrapper .actions-toolbar > .action,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .ship-here .cart.table-wrapper .actions-toolbar > .action,
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .select-address .cart.table-wrapper .actions-toolbar > .action,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .select-address .cart.table-wrapper .actions-toolbar > .action,
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .address-selected .cart.table-wrapper .actions-toolbar > .action,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .address-selected .cart.table-wrapper .actions-toolbar > .action,
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .edit-address .quote-details-items .actions-toolbar > .action,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .edit-address .quote-details-items .actions-toolbar > .action,
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .ship-here .quote-details-items .actions-toolbar > .action,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .ship-here .quote-details-items .actions-toolbar > .action,
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .select-address .quote-details-items .actions-toolbar > .action,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .select-address .quote-details-items .actions-toolbar > .action,
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .address-selected .quote-details-items .actions-toolbar > .action,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .address-selected .quote-details-items .actions-toolbar > .action,
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .edit-address .action-gift,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .edit-address .action-gift,
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .ship-here .action-gift,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .ship-here .action-gift,
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .select-address .action-gift,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .select-address .action-gift,
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .address-selected .action-gift,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .address-selected .action-gift {
  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,
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .address-selected .cart.table-wrapper .actions-toolbar > .action,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .address-selected .cart.table-wrapper .actions-toolbar > .action,
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .address-selected .quote-details-items .actions-toolbar > .action,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .address-selected .quote-details-items .actions-toolbar > .action,
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .address-selected .action-gift,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .address-selected .action-gift {
  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,
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .address-selected .cart.table-wrapper .actions-toolbar > .action:hover,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .address-selected .cart.table-wrapper .actions-toolbar > .action:hover,
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .address-selected .quote-details-items .actions-toolbar > .action:hover,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .address-selected .quote-details-items .actions-toolbar > .action:hover,
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .address-selected .action-gift:hover,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .address-selected .action-gift: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,
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .default-address .cart.table-wrapper .actions-toolbar > .action,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .default-address .cart.table-wrapper .actions-toolbar > .action,
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .edit-address .cart.table-wrapper .actions-toolbar > .action,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .edit-address .cart.table-wrapper .actions-toolbar > .action,
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .default-address .quote-details-items .actions-toolbar > .action,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .default-address .quote-details-items .actions-toolbar > .action,
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .edit-address .quote-details-items .actions-toolbar > .action,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .edit-address .quote-details-items .actions-toolbar > .action,
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .default-address .action-gift,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .default-address .action-gift,
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .edit-address .action-gift,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .edit-address .action-gift {
  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,
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .default-address .cart.table-wrapper .actions-toolbar > .action.action-primary,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .default-address .cart.table-wrapper .actions-toolbar > .action.action-primary,
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .default-address .quote-details-items .actions-toolbar > .action.action-primary,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .default-address .quote-details-items .actions-toolbar > .action.action-primary,
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .default-address .action-gift.action-primary,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .default-address .action-gift.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,
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .default-address .cart.table-wrapper .actions-toolbar > .action.action-primary:hover,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .default-address .cart.table-wrapper .actions-toolbar > .action.action-primary:hover,
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .default-address .quote-details-items .actions-toolbar > .action.action-primary:hover,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .default-address .quote-details-items .actions-toolbar > .action.action-primary:hover,
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .default-address .action-gift.action-primary:hover,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .default-address .action-gift.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,
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .edit-address .cart.table-wrapper .actions-toolbar > .action.action-primary,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .edit-address .cart.table-wrapper .actions-toolbar > .action.action-primary,
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .edit-address .quote-details-items .actions-toolbar > .action.action-primary,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .edit-address .quote-details-items .actions-toolbar > .action.action-primary,
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .edit-address .action-gift.action-primary,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .edit-address .action-gift.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/Harriswebworks/westrocksupply/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/Harriswebworks/westrocksupply/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;
}
/**
 * ADOBE CONFIDENTIAL
 *
 * Copyright 2020 Adobe
 * All Rights Reserved.
 *
 * NOTICE: All information contained herein is, and remains
 * the property of Adobe and its suppliers, if any. The intellectual
 * and technical concepts contained herein are proprietary to Adobe
 * and its suppliers and are protected by all applicable intellectual
 * property laws, including trade secret and copyright laws.
 * Dissemination of this information or reproduction of this material
 * is strictly forbidden unless prior written permission is obtained
 * from Adobe.
 */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.admin__action-group-wrap {
  display: inline-block;
  position: relative;
}
.admin__action-group-wrap .action-select {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-color: #ffffff;
  font-weight: 400;
  text-align: left;
}
.admin__action-group-wrap .action-select:hover {
  border-color: #adadad;
}
.admin__action-group-wrap .action-select:hover:before {
  border-color: #757575;
}
.admin__action-group-wrap .action-select:before {
  align-items: center;
  content: '\e622';
  display: flex;
  font-size: 24px;
  justify-content: space-around;
  line-height: 1;
  position: absolute;
  right: 0;
  width: 3.2rem;
}
.admin__action-group-wrap .action-select._active:before {
  content: '\e621';
}
.admin__action-group-wrap .action-select[disabled] {
  color: #000000;
}
.admin__action-group-wrap .action-select._mage-error {
  border: 1px solid #ed8380;
}
.admin__action-group-wrap._focus .action-select._mage-error {
  border: 1px solid #ed8380;
}
.admin__action-group-wrap._active {
  z-index: 500;
}
.admin__action-group-wrap._active .action-select:before {
  content: '\e621';
}
.admin__action-group-wrap._active .action-menu,
.admin__action-group-wrap._active table th .action-menu .action-submenu {
  box-shadow: 0 0 3px 1px #00699d;
}
.admin__action-group-wrap .action-menu,
.admin__action-group-wrap table th .action-menu .action-submenu {
  border: 1px solid #adadad;
  display: none;
  max-height: 45rem;
  overflow-y: auto;
}
.admin__action-group-wrap .action-menu._active,
.admin__action-group-wrap table th .action-menu .action-submenu._active {
  display: block;
}
.admin__action-group-wrap .action-menu ._disabled:hover,
.admin__action-group-wrap table th .action-menu .action-submenu ._disabled:hover {
  background: #ffffff;
}
.admin__action-group-wrap .action-menu ._disabled .action-menu-item,
.admin__action-group-wrap table th .action-menu .action-submenu ._disabled .action-menu-item {
  cursor: default;
  opacity: .5;
}
.admin__action-group-wrap .action-menu-items {
  left: 0;
  position: absolute;
  right: 0;
  top: 100%;
}
.admin__action-group-wrap .action-menu-items > .action-menu,
.admin__action-group-wrap .action-menu-items > table th .action-menu .action-submenu {
  min-width: 100%;
  position: static;
}
.admin__action-group-wrap .action-menu-items > .action-menu .action-submenu,
.admin__action-group-wrap .action-menu-items > table th .action-menu .action-submenu .action-submenu {
  position: absolute;
  right: -100%;
}
.admin__action-group-wrap .validate-select-field {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.account .table-wrapper .data-grid-checkbox-cell-inner input {
  border: 1px solid #adadad;
  cursor: pointer;
  height: 1.6rem;
  text-align: center;
  width: 1.6rem;
}
.account .table-wrapper .data-grid-checkbox-cell-inner input:active,
.account .table-wrapper .data-grid-checkbox-cell-inner input:hover,
.account .table-wrapper .data-grid-checkbox-cell-inner input:focus {
  box-shadow: none;
  outline-offset: 0;
  outline: 0;
}
@media (max-width: 640px) {
  .page-main .table-wrapper table.data-grid tbody tr.data-row th.data-grid-multicheck-cell {
    display: none;
  }
  .page-main .table-wrapper table.data-grid tbody tr.data-row td.data-grid-checkbox-cell {
    display: none;
  }
}
table th .action-menu,
table th table th .action-menu .action-submenu {
  background-color: #ffffff;
  border: 1px solid #efefef;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  color: #000000;
  display: none;
  font-weight: 400;
  left: 0;
  list-style: none;
  margin: 2px 0 0;
  min-width: 19.5rem;
  padding: 0;
  position: absolute;
  right: 0;
  top: 100%;
}
table th .action-menu._active,
table th table th .action-menu .action-submenu._active {
  display: block;
}
table th .action-menu > li,
table th table th .action-menu .action-submenu > li {
  border: none;
  display: block;
  padding: 0;
  transition: background-color 0.1s linear;
}
table th .action-menu > li > a:hover,
table th table th .action-menu .action-submenu > li > a:hover {
  text-decoration: none;
}
table th .action-menu > li._visible,
table th table th .action-menu .action-submenu > li._visible {
  background-color: #e3e3e3;
}
table th .action-menu > li:hover,
table th table th .action-menu .action-submenu > li:hover {
  background-color: #e3e3e3;
}
table th .action-menu > li:active,
table th table th .action-menu .action-submenu > li:active {
  background-color: #cacaca;
}
table th .action-menu > li._parent,
table th table th .action-menu .action-submenu > li._parent {
  display: -webkit-flex;
  display: -ms-flexbox;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  display: flex;
  flex-direction: row;
}
table th .action-menu > li._parent > .action-menu-item,
table th table th .action-menu .action-submenu > li._parent > .action-menu-item {
  min-width: 100%;
}
table th .action-menu > li._parent::after,
table th table th .action-menu .action-submenu > li._parent::after {
  border-color: transparent transparent transparent #000000;
  border-style: solid;
  border-width: .4rem 0 .4rem .5rem;
  content: '';
  height: 0;
  position: relative;
  right: 1.2rem;
  top: 1.4rem;
  width: 0;
}
table th .action-menu .item,
table th .action-menu .action-menu-item,
table th table th .action-menu .action-submenu .item,
table th table th .action-menu .action-submenu .action-menu-item {
  cursor: pointer;
  display: block;
  padding: .6875em 1em;
}
table th .action-menu .action-submenu {
  bottom: auto;
  left: auto;
  margin-left: 0;
  margin-top: -1px;
  position: absolute;
  right: auto;
  top: auto;
}
table th .action-menu a.action-menu-item,
table th table th .action-menu .action-submenu a.action-menu-item {
  color: #000000;
}
table th .action-menu a.action-menu-item:focus,
table th table th .action-menu .action-submenu a.action-menu-item:focus {
  background-color: #e3e3e3;
}
.action-multicheck-wrap {
  display: inline-block;
  height: 1.6rem;
  padding-top: 1px;
  position: relative;
  width: 3.4rem;
  z-index: 200;
}
.action-multicheck-wrap:hover .admin__control-checkbox + label:before,
.action-multicheck-wrap:hover .action-multicheck-toggle {
  border-color: #757575;
}
.action-multicheck-wrap._active .admin__control-checkbox + label:before,
.action-multicheck-wrap._active .action-multicheck-toggle {
  border-color: #757575;
}
.action-multicheck-wrap._active .action-menu,
.action-multicheck-wrap._active table th .action-menu .action-submenu {
  opacity: 1;
  visibility: visible;
  display: inline-block;
}
.action-multicheck-wrap._disabled .admin__control-checkbox + label:before {
  background-color: #ffffff;
}
.action-multicheck-wrap._disabled .admin__control-checkbox + label:before,
.action-multicheck-wrap._disabled .action-multicheck-toggle {
  border-color: #adadad;
  opacity: 1;
}
.action-multicheck-wrap .admin__control-checkbox,
.action-multicheck-wrap .admin__control-checkbox + label,
.action-multicheck-wrap .action-multicheck-toggle {
  float: left;
  margin: 0;
}
.action-multicheck-wrap .admin__control-checkbox {
  -moz-appearance: none;
  -webkit-appearance: none;
  border: 1px solid #adadad;
  border-bottom-left-radius: 3px;
  border-right: 0;
  border-top-left-radius: 3px;
  cursor: pointer;
  height: 1.6rem;
  text-align: center;
  width: 1.6rem;
}
.action-multicheck-wrap .admin__control-checkbox:active,
.action-multicheck-wrap .admin__control-checkbox:hover,
.action-multicheck-wrap .admin__control-checkbox:focus {
  box-shadow: none;
  outline-offset: 0;
  outline: 0;
  border-color: #757575;
}
.action-multicheck-wrap .admin__control-checkbox._indeterminate:before {
  content: '-';
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1.8rem;
  line-height: 1.2rem;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.action-multicheck-wrap .admin__control-checkbox:checked:before {
  content: '\e610';
  font-family: 'icons-blank-theme';
  font-size: 1.1rem;
  line-height: 125%;
}
.action-multicheck-wrap .action-multicheck-toggle {
  background: #ffffff url('../../frontend/Harriswebworks/westrocksupply/en_US/images/select-bg.svg') no-repeat 50% 50%;
  background-size: 200%;
  border: 1px solid #adadad;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  height: 1.6rem;
  margin-top: 2px;
  padding: 0;
  position: relative;
  width: 1.8rem;
}
.action-multicheck-wrap .action-multicheck-toggle:focus {
  border-color: #757575;
}
.action-multicheck-wrap .action-multicheck-toggle:after {
  right: .3rem;
}
.action-select-wrap.buttons {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  padding: 20px 0;
}
@media (max-width: 640px) {
  .action-select-wrap.buttons {
    display: none;
  }
}
.action-select-wrap.buttons .selected-number {
  margin-right: auto;
}
.action-select-wrap.buttons button,
.action-select-wrap.buttons .cart.table-wrapper .actions-toolbar > .action,
.action-select-wrap.buttons .quote-details-items .actions-toolbar > .action,
.action-select-wrap.buttons .action-gift {
  margin-left: 15px;
}
.action-select-wrap.buttons .secondary {
  line-height: 1.5;
  margin: 0;
  padding: 0.7rem 1.5rem;
  color: #000000;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  font-weight: 400;
}
.action-select-wrap.buttons .secondary:visited {
  color: #000000;
  text-decoration: none;
}
.action-select-wrap.buttons .secondary:hover {
  color: #0f5ea5;
}
.action-select-wrap.buttons .secondary:active {
  color: #f46414;
  text-decoration: underline;
}
.action-select-wrap.buttons .secondary:hover,
.action-select-wrap.buttons .secondary:active,
.action-select-wrap.buttons .secondary:focus {
  background: none;
  border: 0;
}
.action-select-wrap.buttons .secondary.disabled,
.action-select-wrap.buttons .secondary[disabled],
fieldset[disabled] .action-select-wrap.buttons .secondary {
  color: #000000;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.action-select-wrap.buttons .secondary:disabled {
  text-decoration: none;
}
.action-select-wrap.buttons .secondary:active,
.action-select-wrap.buttons .secondary:not(:focus) {
  box-shadow: none;
}
/**
 * ADOBE CONFIDENTIAL
 *
 * Copyright 2020 Adobe
 * All Rights Reserved.
 *
 * NOTICE: All information contained herein is, and remains
 * the property of Adobe and its suppliers, if any. The intellectual
 * and technical concepts contained herein are proprietary to Adobe
 * and its suppliers and are protected by all applicable intellectual
 * property laws, including trade secret and copyright laws.
 * Dissemination of this information or reproduction of this material
 * is strictly forbidden unless prior written permission is obtained
 * from Adobe.
 */
.admin__action-multiselect-wrap {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  display: block;
  user-select: none;
}
.admin__action-multiselect-wrap.action-select-wrap:focus {
  box-shadow: none;
}
.admin__action-multiselect-wrap.action-select-wrap .action-menu,
.admin__action-multiselect-wrap.action-select-wrap table th .action-menu .action-submenu {
  max-height: none;
  overflow-y: inherit;
}
.admin__action-multiselect-wrap .action-menu-item {
  transition: background-color 0.1s linear;
}
.admin__action-multiselect-wrap .action-menu-item._selected {
  background-color: #e3e3e3;
}
.admin__action-multiselect-wrap .action-menu-item._hover {
  background-color: #e3e3e3;
}
.admin__action-multiselect-wrap .action-menu-item._unclickable {
  cursor: default;
}
.admin__action-multiselect-wrap .admin__action-multiselect {
  border: 1px solid #adadad;
  cursor: pointer;
  display: block;
  min-height: 3.2rem;
  padding-right: 3.6rem;
  white-space: normal;
}
.admin__action-multiselect-wrap .admin__action-multiselect:after {
  bottom: 1.25rem;
  top: auto;
}
.admin__action-multiselect-wrap .admin__action-multiselect:before {
  height: 3.3rem;
  top: auto;
}
.admin__control-table-wrapper .admin__action-multiselect-wrap {
  position: static;
}
.admin__control-table-wrapper .admin__action-multiselect-wrap .admin__action-multiselect {
  position: relative;
}
.admin__control-table-wrapper .admin__action-multiselect-wrap .admin__action-multiselect:before {
  right: -1px;
  top: -1px;
}
.admin__control-table-wrapper .admin__action-multiselect-wrap .action-menu,
.admin__control-table-wrapper .admin__action-multiselect-wrap table th .action-menu .action-submenu {
  left: auto;
  min-width: 34rem;
  right: auto;
  top: auto;
  z-index: 1;
}
.admin__action-multiselect-wrap .admin__action-multiselect-item-path {
  color: #a79d95;
  font-size: 1.2rem;
  font-weight: 400;
  padding-left: 1rem;
}
.admin__action-multiselect-actions-wrap {
  border-top: 1px solid #e3e3e3;
  margin: 0 1rem;
  padding: 1rem 0;
  text-align: center;
}
.admin__action-multiselect-actions-wrap .action-default {
  font-size: 1.3rem;
  min-width: 13rem;
}
.admin__action-multiselect-text {
  padding: .6rem 1rem;
}
.action-menu,
table th .action-menu .action-submenu {
  left: 0;
  margin-top: 2px;
  right: auto;
  text-align: left;
}
.admin__action-multiselect-label {
  cursor: pointer;
  position: relative;
  z-index: 1;
}
.admin__action-multiselect-label:before {
  margin-right: .5rem;
}
._unclickable .admin__action-multiselect-label {
  cursor: default;
  font-weight: 700;
}
.admin__action-multiselect-search-wrap {
  border-bottom: 1px solid #e3e3e3;
  margin: 0 1rem;
  padding: 1rem 0;
  position: relative;
}
.admin__action-multiselect-search {
  font-style: italic;
  padding-right: 3rem;
  width: 100%;
}
.admin__action-multiselect-search-label {
  display: block;
  font-size: 1.5rem;
  height: 1.3em;
  overflow: hidden;
  position: absolute;
  right: 2.2rem;
  top: 1.7rem;
  width: auto;
}
.admin__action-multiselect-search-label:before {
  content: '\e615';
  font-size: 2rem;
  line-height: 1;
  vertical-align: baseline;
}
.admin__action-multiselect-search-count {
  color: #a79d95;
  margin-top: 1rem;
}
.admin__action-multiselect-empty-area {
  color: #a79d95;
  padding-bottom: 20px;
  padding-top: 20px;
  text-align: center;
  vertical-align: middle;
}
.admin__action-multiselect-menu-inner {
  margin-bottom: 0;
  max-height: 46rem;
  overflow-y: auto;
}
.admin__action-multiselect-menu-inner .admin__action-multiselect-menu-inner {
  list-style: none;
  max-height: none;
  overflow: hidden;
  padding-left: 1.1rem;
}
.admin__action-multiselect-menu-inner ._hidden {
  display: none;
}
.admin__action-multiselect-crumb {
  background-color: #f5f5f5;
  border: 1px solid #a79d95;
  border-radius: 4px;
  display: inline-block;
  font-size: 1.2rem;
  margin: .3rem 0 .3rem .3rem;
  padding: 0.3rem 2.4rem 0.4rem 1rem;
  position: relative;
  transition: border-color 0.1s linear;
}
.admin__action-multiselect-crumb:hover {
  border-color: #908379;
}
.admin__action-multiselect-crumb .action-close {
  bottom: 0;
  font-size: 1.1rem;
  position: absolute;
  right: 0;
  top: 0;
  width: 2rem;
}
.admin__action-multiselect-crumb .action-close:hover {
  color: #000000;
}
.admin__action-multiselect-crumb .action-close:focus,
.admin__action-multiselect-crumb .action-close:active {
  background-color: transparent;
}
.admin__action-multiselect-crumb .action-close:active {
  transform: scale(0.9);
}
.admin__action-multiselect-crumb .action-close:before {
  display: flex;
  justify-content: center;
}
.admin__action-multiselect-tree .action-menu,
.admin__action-multiselect-tree table th .action-menu .action-submenu {
  min-width: 34.7rem;
}
.admin__action-multiselect-tree .action-menu .action-menu-item,
.admin__action-multiselect-tree table th .action-menu .action-submenu .action-menu-item {
  margin-top: .1rem;
}
.admin__action-multiselect-tree .action-menu-item {
  margin-left: 3.1rem;
  position: relative;
}
.admin__action-multiselect-tree .action-menu-item._expended:before {
  border-left: 1px dashed #a79d95;
  bottom: 0;
  content: '';
  left: -1rem;
  position: absolute;
  top: 1rem;
  width: 1px;
}
.admin__action-multiselect-tree .action-menu-item._expended .admin__action-multiselect-dropdown:before {
  content: '\e622';
}
.admin__action-multiselect-tree .action-menu-item._with-checkbox .admin__action-multiselect-label {
  padding-left: 2.6rem;
}
.admin__action-multiselect-tree .admin__action-multiselect-menu-inner {
  position: relative;
}
.admin__action-multiselect-tree .admin__action-multiselect-menu-inner .admin__action-multiselect-menu-inner {
  padding-left: 2.1rem;
}
.admin__action-multiselect-tree .admin__action-multiselect-menu-inner .admin__action-multiselect-menu-inner:before {
  left: 1.6rem;
}
.admin__action-multiselect-tree .admin__action-multiselect-menu-inner-item {
  position: relative;
}
.admin__action-multiselect-tree .admin__action-multiselect-menu-inner-item:last-child:before {
  height: 1.05rem;
}
.admin__action-multiselect-tree .admin__action-multiselect-menu-inner-item:after,
.admin__action-multiselect-tree .admin__action-multiselect-menu-inner-item:before {
  content: '';
  left: 0;
  position: absolute;
}
.admin__action-multiselect-tree .admin__action-multiselect-menu-inner-item:after {
  border-top: 1px dashed #a79d95;
  height: 1px;
  top: 1.05rem;
  width: 3.1rem;
}
.admin__action-multiselect-tree .admin__action-multiselect-menu-inner-item:before {
  border-left: 1px dashed #a79d95;
  height: 100%;
  top: 0;
  width: 1px;
}
.admin__action-multiselect-tree .admin__action-multiselect-menu-inner-item._parent:after {
  width: 3.1rem;
}
.admin__action-multiselect-tree .admin__action-multiselect-menu-inner-item._root {
  margin-left: -1rem;
}
.admin__action-multiselect-tree .admin__action-multiselect-menu-inner-item._root:after {
  left: 2.1rem;
  width: 1.1rem;
}
.admin__action-multiselect-tree .admin__action-multiselect-menu-inner-item._root:before {
  left: 2.1rem;
  top: 1rem;
}
.admin__action-multiselect-tree .admin__action-multiselect-menu-inner-item._root._parent:after {
  display: none;
}
.admin__action-multiselect-tree .admin__action-multiselect-menu-inner-item._root:first-child:before {
  top: 1.05rem;
}
.admin__action-multiselect-tree .admin__action-multiselect-menu-inner-item._root:last-child:before {
  height: 1rem;
}
.admin__action-multiselect-tree .admin__action-multiselect-label {
  line-height: 1.1rem;
  vertical-align: middle;
  word-break: break-all;
}
.admin__action-multiselect-tree .admin__action-multiselect-label:before {
  left: 0;
  position: absolute;
  top: .4rem;
}
.admin__action-multiselect-dropdown {
  border-radius: 50%;
  height: 1.1rem;
  left: -1.1rem;
  position: absolute;
  top: 1rem;
  width: 1.1rem;
  z-index: 1;
}
.admin__action-multiselect-dropdown:before {
  background: #ffffff;
  color: #a79d95;
  content: '\e622';
  font-size: 1.1rem;
}
.abs-action-reset,
.action-close {
  background-color: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  margin: 0;
  padding: 0;
}
.abs-action-reset:hover,
.action-close:hover {
  background-color: transparent;
  border: none;
  box-shadow: none;
}
.action-close {
  /**
     * @codingStandardsIgnoreStart
     */
  display: inline-block;
  text-decoration: none;
}
.action-close > span {
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
  position: absolute;
}
.action-close:active {
  transform: scale(0.9);
}
.action-close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: 1;
  color: inherit;
  content: '\e616';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.action-close:before {
  transition: color 0.1s linear;
}
.action-close:hover {
  cursor: pointer;
  text-decoration: none;
}
.admin__action-group-list {
  background-color: #ffffff;
  border: 1px solid #757575;
  border-radius: 1px;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
  color: #000000;
  display: none;
  font-weight: 400;
  left: 0;
  list-style: none;
  margin: 2px 0 0;
  min-width: 0;
  padding: 0;
  position: absolute;
  right: 0;
}
.admin__action-group-list._active {
  display: block;
}
.admin__action-group-wrap {
  width: 15rem;
}
.admin__action-group-wrap._active {
  min-height: 120px;
}
.admin__action-group-wrap._disabled {
  pointer-events: none;
}
.admin__action-group-wrap._multiple {
  width: 100%;
}
.admin__action-group-wrap .admin__action-multiselect {
  display: flex;
  flex-wrap: wrap;
}
.admin__action-group-wrap.admin__action-multiselect-wrap.action-select-wrap .crumb-action {
  padding: 0;
}
.admin__action-group-wrap.admin__action-multiselect-wrap.action-select-wrap .crumb-action:before {
  font-size: 1.1rem;
}
.admin__action-group-wrap.admin__action-multiselect-wrap.action-select-wrap._active .action-select-list {
  min-width: 20rem;
  z-index: 100;
}
.admin__action-group-wrap.admin__action-multiselect-wrap.action-select-wrap._active .action-select-list .action-menu-item {
  height: 2.5rem;
  padding: 7.5px 15px 7.5px 15px;
}
.admin__action-group-wrap.admin__action-multiselect-wrap.action-select-wrap._active .action-select-list .action-menu-item._selected {
  background-color: transparent;
}
.admin__action-group-wrap.admin__action-multiselect-wrap.action-select-wrap._active .action-select-list .action-menu-item .admin__action-multiselect-label {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.admin__action-group-wrap input::-ms-clear {
  display: none;
}
.admin__action-group-wrap._focus .admin__action-multiselect,
.admin__action-group-wrap._focus .admin__action-multiselect:before {
  border-color: #adadad;
}
.admin__action-group-wrap .admin__action-multiselect-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.admin__action-group-wrap .admin__action-multiselect-menu-inner {
  list-style: none;
  max-height: 30.5rem;
  padding-left: 0;
}
.admin__action-group-wrap .admin__action-multiselect-menu-inner:empty {
  overflow-y: visible;
}
.admin__action-group-wrap .admin__action-group-optgroup {
  padding: 7.5px 15px;
}
.admin__action-group-wrap .admin__action-group-option {
  margin-bottom: 0;
}
.admin__action-group-wrap .admin__action-group-option:hover,
.admin__action-group-wrap .admin__action-group-option._hover {
  background-color: #e3e3e3;
  cursor: pointer;
}
.admin__action-group-wrap .admin__action-multiselect-search-label {
  right: 1.2rem;
}
.admin__action-group-wrap .admin__action-multiselect-remove-label {
  cursor: pointer;
  display: block;
  overflow: hidden;
  position: absolute;
  right: .7rem;
  top: 1.5rem;
}
.admin__action-group-wrap .admin__action-multiselect-remove-label:before {
  content: '\e616';
  font-size: 2rem;
  line-height: 1;
  vertical-align: baseline;
}
.admin__action-group-wrap .admin__action-multiselect-search-count {
  font-size: 17px;
  line-height: 2;
}
.admin__action-group-wrap .admin__action-multiselect-action-links {
  float: right;
}
.admin__action-group-wrap .admin__action-multiselect-action-links .action {
  float: left;
  padding: 0;
}
.admin__action-group-wrap .admin__action-multiselect-action-links .action span {
  font-size: 17px;
  font-weight: 400;
}
.admin__action-group-wrap .admin__action-multiselect-action-links .action:not(:last-child):after {
  border-left: 1px solid #cccccc;
  content: '';
  display: inline-block;
  height: 1.2rem;
  margin: 0 15px;
  vertical-align: middle;
}
.admin__action-group-wrap .admin__action-multiselect-actions-wrap {
  text-align: right;
}
.admin__action-group-wrap .admin__action-multiselect-actions-wrap .action-tertiary {
  padding: 12px 40px;
}
.admin__action-group-wrap .admin__action-multiselect-actions-wrap .action-secondary {
  background-image: none;
  background: #0f5ea5;
  border: #000000;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Lato Regular', sans-serif, Arial;
  font-weight: 700;
  padding: 12px 40px;
  font-size: 2rem;
  box-sizing: border-box;
  vertical-align: middle;
}
.admin__action-group-wrap .admin__action-multiselect-actions-wrap .action-secondary:focus,
.admin__action-group-wrap .admin__action-multiselect-actions-wrap .action-secondary:active {
  background: #c24904;
  border: #7f1416;
  color: #ffffff;
}
.admin__action-group-wrap .admin__action-multiselect-actions-wrap .action-secondary:hover {
  background: #c24904;
  border: #7f1416;
  color: #ffffff;
}
.admin__action-group-wrap .admin__action-multiselect-actions-wrap .action-secondary.disabled,
.admin__action-group-wrap .admin__action-multiselect-actions-wrap .action-secondary[disabled],
fieldset[disabled] .admin__action-group-wrap .admin__action-multiselect-actions-wrap .action-secondary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.admin__action-group-wrap .admin__action-multiselect-menu-wrap {
  max-height: 210px;
  overflow-y: auto;
  position: relative;
}
.admin__action-group-wrap .admin__action-multiselect-menu-wrap .action-menu-item._with-checkbox {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.admin__action-group-wrap .admin__action-multiselect-menu-wrap .action-menu-item._with-checkbox .admin__control-checkbox {
  margin: auto;
  position: absolute;
  top: auto;
}
.admin__action-group-wrap .admin__action-multiselect-menu-wrap .action-menu-item._with-checkbox .admin__action-multiselect-label {
  padding-left: 2.6rem;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.product-info-stock-sku .configurable-variation-qty {
  display: none;
}
/**
     * @codingStandardsIgnoreStart
     */
#store-pickup.selected-shipping ~ #store-selector {
  display: none;
}
#store-pickup.selected-store-pickup ~ #shipping,
#store-pickup.selected-store-pickup ~ #opc-shipping_method {
  visibility: hidden;
  height: 0;
  overflow: hidden;
}
#delivery-method-selector {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#delivery-method-selector .action {
  line-height: 2.9rem;
  padding: 14px 17px;
  font-size: 2.5rem;
}
#delivery-method-selector .action.selected {
  background: #ffffff;
}
#delivery-method-selector .action-select-shipping {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
#delivery-method-selector .action-select-store-pickup {
  border-bottom-left-radius: 0;
  border-left: 0;
  border-top-left-radius: 0;
}
/**
      * @codingStandardsIgnoreStart
      */
#store-selector .form-login {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
#store-selector .form-continue {
  margin: 30px 0 0;
}
.location-details .location-name {
  font-size: 25px;
  font-weight: 700;
}
.store-selector-popup .modal-title {
  border-bottom: 0;
}
.store-selector-popup .modal-header {
  padding-bottom: 0;
}
/**
      * @codingStandardsIgnoreStart
      */
#opc-store-selector-popup {
  display: none;
}
#opc-store-selector-popup .block-search {
  float: none;
  width: 100%;
  margin: 0 0 30px;
  padding: 0 0 15px;
  border-bottom: 1px solid #c1c1c1;
}
.modal-content #opc-store-selector-popup {
  display: block;
}
.store-selector-popup-table thead th {
  display: none;
}
.store-selector-popup-table tbody .location .location-name {
  font-size: 25px;
}
.store-selector-popup-table tbody .location + .location {
  border-top: 1px solid #cccccc;
}
.store-selector-popup-table tbody .col-location-details {
  padding-left: 0;
}
.store-selector-popup-table tbody .col-location-details p:last-child {
  margin-bottom: 0;
}
.store-selector-popup-table tbody .col-location-actions {
  padding-right: 0;
  vertical-align: middle;
}
.store-selector-popup-table tbody .col-location-actions .action {
  float: right;
}
.store-selector-popup-empty-query,
.store-selector-popup-no-locations {
  margin: 0 0 30px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.lac-notification-sticky {
  position: relative;
  z-index: 999;
}
.lac-notification-sticky .lac-notification {
  background-color: #373330;
  color: #ffffff;
  font-size: 16px;
}
.lac-notification-sticky .lac-notification .lac-notification-icon {
  float: left;
  margin: 10px 25px 10px 10px;
}
.lac-notification-sticky .lac-notification .lac-notification-icon .logo-img {
  display: block;
}
.lac-notification-sticky .lac-notification .lac-notification-text {
  float: left;
  padding: 15px 0;
}
.lac-notification-sticky .lac-notification .lac-notification-links {
  float: right;
  padding: 15px 0;
}
.lac-notification-sticky .lac-notification .lac-notification-links a {
  color: #ffffff;
  font-size: 14px;
}
.lac-notification-sticky .lac-notification .lac-notification-links .lac-notification-close-link:after {
  background: url('../../frontend/Harriswebworks/westrocksupply/en_US/Magento_LoginAsCustomerFrontendUi/images/close.svg');
  content: ' ';
  display: inline-block;
  height: 12px;
  margin-left: 5px;
  vertical-align: middle;
  width: 12px;
}
@font-face {
  font-family: 'pagebuilder-font';
  font-style: normal;
  font-weight: normal;
  src: url('../../frontend/Harriswebworks/westrocksupply/en_US/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.eot');
  src: url('../../frontend/Harriswebworks/westrocksupply/en_US/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.eot?#iefix') format('embedded-opentype'), url('../../frontend/Harriswebworks/westrocksupply/en_US/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.woff') format('woff'), url('../../frontend/Harriswebworks/westrocksupply/en_US/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.ttf') format('truetype');
}
.pagebuilder-icon,
.slick-prev:before,
.slick-next:before,
.slick-prev:after,
.slick-next:after {
  -webkit-font-smoothing: antialiased;
  font-family: 'pagebuilder-font';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
}
[class^='pagebuilder-icon-']:before,
[class*=' pagebuilder-icon-']:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-family: 'pagebuilder-font';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-decoration: inherit;
  text-rendering: auto;
  text-transform: none;
  vertical-align: middle;
}
.pagebuilder-icon-down:before {
  content: '\f101';
}
.pagebuilder-icon-next:before {
  content: '\f102';
}
.pagebuilder-icon-prev:before {
  content: '\f103';
}
.pagebuilder-icon-up:before {
  content: '\f104';
}
.product-full-width-section {
  padding: .5em 0;
}
.product-full-width-section .block.review-add {
  margin-top: 2.7rem;
}
.page-layout-product-full-width .block.related {
  margin-top: 2.7rem;
}
.page-main-details .product-section-title {
  border-bottom: 1px solid #c6c6c6;
  margin-bottom: 15px;
  padding-bottom: 12px;
}
.additional-attributes-wrapper .additional-attributes {
  border: none;
  width: auto;
}
.additional-attributes-wrapper .additional-attributes > tbody > tr > th {
  border: none;
  padding: 5.5px 30px 10px 0;
}
.additional-attributes-wrapper .additional-attributes > tbody > tr > td {
  border: none;
  padding: 5.5px 5px 10px;
}
.cms-index-index.page-layout-cms-full-width .nav-sections {
  margin-bottom: 0;
}
.slick-slider {
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-touch-action: pan-y;
  -ms-user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  box-sizing: border-box;
  display: block;
  position: relative;
  touch-action: pan-y;
  user-select: none;
}
.slick-list {
  display: block;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-track {
  display: block;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 0;
}
.slick-track:before,
.slick-track:after {
  content: '';
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  border: 1px solid transparent;
  display: block;
  height: auto;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-prev {
  left: 2rem;
}
.slick-prev:before {
  content: '\f103';
  padding-right: 5px;
}
.slick-next {
  right: 2rem;
}
.slick-next:before {
  content: '\f102';
  padding-left: 5px;
}
.slick-prev,
.slick-next {
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  background: rgba(252, 252, 252, 0.6);
  border: none;
  border-radius: 0;
  color: transparent;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 60px;
  line-height: 0;
  outline: none;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 60px;
  z-index: 101;
}
.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  opacity: .2;
}
.slick-prev:hover,
.slick-next:hover {
  background: #fcfcfc;
  border: none;
}
.slick-prev:hover.slick-disabled,
.slick-next:hover.slick-disabled {
  opacity: .2;
}
.slick-prev:hover:before,
.slick-next:hover:before {
  color: #494949;
}
.slick-prev:before,
.slick-next:before,
.slick-prev:after,
.slick-next:after {
  color: #555555;
  font-size: 38px;
  opacity: 1;
}
.slick-prev:active,
.slick-next:active,
.slick-prev:focus,
.slick-next:focus,
.slick-prev:not(.primary),
.slick-next:not(.primary) {
  background: rgba(252, 252, 252, 0.7);
  border: none;
  box-shadow: none;
}
.slick-prev:active:active,
.slick-next:active:active,
.slick-prev:focus:active,
.slick-next:focus:active,
.slick-prev:not(.primary):active,
.slick-next:not(.primary):active {
  box-shadow: none;
}
.slick-dots {
  font-size: 2rem;
  line-height: normal;
  letter-spacing: normal;
  display: block;
  list-style: none;
  margin: 0;
  padding: 15px 0;
  text-align: center;
  width: 100%;
}
.slick-dots li {
  cursor: pointer;
  display: inline-block;
  height: 14px;
  margin: 0 5px;
  padding: 0;
  position: relative;
  vertical-align: middle;
  width: 14px;
}
.slick-dots li button,
.slick-dots li .cart.table-wrapper .actions-toolbar > .action,
.slick-dots li .quote-details-items .actions-toolbar > .action,
.slick-dots li .action-gift {
  background: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 10px;
  box-shadow: none;
  cursor: pointer;
  display: block;
  height: 14px;
  padding: 0;
  text-indent: -99999px;
  transition: .3s;
  width: 14px;
}
.slick-dots li button:hover,
.slick-dots li .cart.table-wrapper .actions-toolbar > .action:hover,
.slick-dots li .quote-details-items .actions-toolbar > .action:hover,
.slick-dots li .action-gift:hover {
  border: 1px solid #b3b3b3;
}
.slick-dots li button:active,
.slick-dots li button:focus,
.slick-dots li button:not(.primary),
.slick-dots li .cart.table-wrapper .actions-toolbar > .action:active,
.slick-dots li .cart.table-wrapper .actions-toolbar > .action:focus,
.slick-dots li .cart.table-wrapper .actions-toolbar > .action:not(.primary),
.slick-dots li .quote-details-items .actions-toolbar > .action:active,
.slick-dots li .quote-details-items .actions-toolbar > .action:focus,
.slick-dots li .quote-details-items .actions-toolbar > .action:not(.primary),
.slick-dots li .action-gift:active,
.slick-dots li .action-gift:focus,
.slick-dots li .action-gift:not(.primary) {
  box-shadow: none;
}
.slick-dots li.slick-active button,
.slick-dots li.slick-active .cart.table-wrapper .actions-toolbar > .action,
.slick-dots li.slick-active .quote-details-items .actions-toolbar > .action,
.slick-dots li.slick-active .action-gift {
  background: #1c1918;
}
[data-content-type='banner'] > [data-element='link'],
[data-content-type='banner'] > [data-element='empty_link'] {
  color: inherit;
  text-decoration: inherit;
}
[data-content-type='banner'] > [data-element='link']:hover,
[data-content-type='banner'] > [data-element='empty_link']:hover {
  color: inherit;
  text-decoration: inherit;
}
.pagebuilder-banner-wrapper {
  background-clip: padding-box;
  border-radius: inherit;
  box-sizing: border-box;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.pagebuilder-banner-wrapper .pagebuilder-overlay {
  -moz-transition: background-color 500ms ease;
  -o-transition: background-color 500ms ease;
  -webkit-transition: background-color 500ms ease;
  box-sizing: border-box;
  padding: 30px;
  position: relative;
  transition: background-color 500ms ease;
}
.pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
  align-items: center;
  display: flex;
  justify-content: center;
}
.pagebuilder-banner-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
  max-width: 540px;
}
.pagebuilder-banner-wrapper.jarallax .video-overlay {
  z-index: 0;
}
.pagebuilder-banner-wrapper [data-element='content'] {
  min-height: 50px;
  overflow: auto;
}
.pagebuilder-banner-wrapper .pagebuilder-banner-button {
  -moz-transition: opacity 500ms ease;
  -o-transition: opacity 500ms ease;
  -webkit-transition: opacity 500ms ease;
  margin: 20px 0 0 0;
  max-width: 100%;
  text-align: inherit;
  transition: opacity 500ms ease;
  word-break: break-word;
}
.pagebuilder-banner-wrapper .pagebuilder-poster-content {
  width: 100%;
}
[data-appearance='collage-centered'] .pagebuilder-banner-wrapper .pagebuilder-overlay {
  margin-left: auto;
  margin-right: auto;
}
[data-appearance='collage-left'] .pagebuilder-banner-wrapper .pagebuilder-overlay {
  margin-right: auto;
}
[data-appearance='collage-right'] .pagebuilder-banner-wrapper .pagebuilder-overlay {
  margin-left: auto;
}
[data-content-type$='block'] .block p:last-child {
  margin-bottom: 1rem;
  margin-top: 0;
}
[data-content-type='buttons'] {
  max-width: 100%;
}
[data-content-type='button-item'] {
  max-width: 100%;
}
[data-content-type='button-item'] [data-element='link'],
[data-content-type='button-item'] [data-element='empty_link'] {
  max-width: 100%;
  word-wrap: break-word;
}
[data-content-type='button-item'] [data-element='empty_link'] {
  cursor: default;
}
a.pagebuilder-button-link,
button.pagebuilder-button-link,
div.pagebuilder-button-link,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link,
.quote-details-items .actions-toolbar > .action.pagebuilder-button-link,
.action-gift.pagebuilder-button-link {
  line-height: 2.9rem;
  font-size: 2.5rem;
  line-height: 1.5;
  margin: 0 10px 10px 0;
  padding: 14px 17px;
  color: #000000;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  font-weight: 600;
  box-shadow: none;
  box-sizing: border-box;
  display: inline-block;
}
a.pagebuilder-button-link:visited,
button.pagebuilder-button-link:visited,
div.pagebuilder-button-link:visited,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link:visited,
.quote-details-items .actions-toolbar > .action.pagebuilder-button-link:visited,
.action-gift.pagebuilder-button-link:visited {
  color: #000000;
  text-decoration: none;
}
a.pagebuilder-button-link:hover,
button.pagebuilder-button-link:hover,
div.pagebuilder-button-link:hover,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link:hover,
.quote-details-items .actions-toolbar > .action.pagebuilder-button-link:hover,
.action-gift.pagebuilder-button-link:hover {
  color: #0f5ea5;
}
a.pagebuilder-button-link:active,
button.pagebuilder-button-link:active,
div.pagebuilder-button-link:active,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link:active,
.quote-details-items .actions-toolbar > .action.pagebuilder-button-link:active,
.action-gift.pagebuilder-button-link:active {
  color: #f46414;
  text-decoration: underline;
}
a.pagebuilder-button-link:hover,
button.pagebuilder-button-link:hover,
div.pagebuilder-button-link:hover,
a.pagebuilder-button-link:active,
button.pagebuilder-button-link:active,
div.pagebuilder-button-link:active,
a.pagebuilder-button-link:focus,
button.pagebuilder-button-link:focus,
div.pagebuilder-button-link:focus,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link:hover,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link:active,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link:focus,
.quote-details-items .actions-toolbar > .action.pagebuilder-button-link:hover,
.quote-details-items .actions-toolbar > .action.pagebuilder-button-link:active,
.quote-details-items .actions-toolbar > .action.pagebuilder-button-link:focus,
.action-gift.pagebuilder-button-link:hover,
.action-gift.pagebuilder-button-link:active,
.action-gift.pagebuilder-button-link:focus {
  background: none;
  border: 0;
}
a.pagebuilder-button-link.disabled,
button.pagebuilder-button-link.disabled,
div.pagebuilder-button-link.disabled,
a.pagebuilder-button-link[disabled],
button.pagebuilder-button-link[disabled],
div.pagebuilder-button-link[disabled],
fieldset[disabled] a.pagebuilder-button-link,
fieldset[disabled] button.pagebuilder-button-link,
fieldset[disabled] div.pagebuilder-button-link,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link.disabled,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link[disabled],
fieldset[disabled] .cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link,
.quote-details-items .actions-toolbar > .action.pagebuilder-button-link.disabled,
.quote-details-items .actions-toolbar > .action.pagebuilder-button-link[disabled],
fieldset[disabled] .quote-details-items .actions-toolbar > .action.pagebuilder-button-link,
.action-gift.pagebuilder-button-link.disabled,
.action-gift.pagebuilder-button-link[disabled],
fieldset[disabled] .action-gift.pagebuilder-button-link {
  color: #000000;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
a.pagebuilder-button-primary,
button.pagebuilder-button-primary,
div.pagebuilder-button-primary,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary,
.quote-details-items .actions-toolbar > .action.pagebuilder-button-primary,
.action-gift.pagebuilder-button-primary {
  text-decoration: none;
  background-image: none;
  background: #0f5ea5;
  border: #000000;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Lato Regular', sans-serif, Arial;
  font-weight: 700;
  margin: 0 10px 10px 0;
  padding: 12px 40px;
  font-size: 2rem;
  box-sizing: border-box;
  vertical-align: middle;
  line-height: 2.9rem;
  padding: 14px 17px;
  font-size: 2.5rem;
  border-radius: 5px;
  box-shadow: none;
}
a.pagebuilder-button-primary:hover,
button.pagebuilder-button-primary:hover,
div.pagebuilder-button-primary:hover,
a.pagebuilder-button-primary:active,
button.pagebuilder-button-primary:active,
div.pagebuilder-button-primary:active,
a.pagebuilder-button-primary:focus,
button.pagebuilder-button-primary:focus,
div.pagebuilder-button-primary:focus,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary:hover,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary:active,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary:focus,
.quote-details-items .actions-toolbar > .action.pagebuilder-button-primary:hover,
.quote-details-items .actions-toolbar > .action.pagebuilder-button-primary:active,
.quote-details-items .actions-toolbar > .action.pagebuilder-button-primary:focus,
.action-gift.pagebuilder-button-primary:hover,
.action-gift.pagebuilder-button-primary:active,
.action-gift.pagebuilder-button-primary:focus {
  text-decoration: none;
}
a.pagebuilder-button-primary:focus,
button.pagebuilder-button-primary:focus,
div.pagebuilder-button-primary:focus,
a.pagebuilder-button-primary:active,
button.pagebuilder-button-primary:active,
div.pagebuilder-button-primary:active,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary:focus,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary:active,
.quote-details-items .actions-toolbar > .action.pagebuilder-button-primary:focus,
.quote-details-items .actions-toolbar > .action.pagebuilder-button-primary:active,
.action-gift.pagebuilder-button-primary:focus,
.action-gift.pagebuilder-button-primary:active {
  background: #c24904;
  border: #7f1416;
  color: #ffffff;
}
a.pagebuilder-button-primary:hover,
button.pagebuilder-button-primary:hover,
div.pagebuilder-button-primary:hover,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary:hover,
.quote-details-items .actions-toolbar > .action.pagebuilder-button-primary:hover,
.action-gift.pagebuilder-button-primary:hover {
  background: #c24904;
  border: #7f1416;
  color: #ffffff;
}
a.pagebuilder-button-primary.disabled,
button.pagebuilder-button-primary.disabled,
div.pagebuilder-button-primary.disabled,
a.pagebuilder-button-primary[disabled],
button.pagebuilder-button-primary[disabled],
div.pagebuilder-button-primary[disabled],
fieldset[disabled] a.pagebuilder-button-primary,
fieldset[disabled] button.pagebuilder-button-primary,
fieldset[disabled] div.pagebuilder-button-primary,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary.disabled,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary[disabled],
fieldset[disabled] .cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary,
.quote-details-items .actions-toolbar > .action.pagebuilder-button-primary.disabled,
.quote-details-items .actions-toolbar > .action.pagebuilder-button-primary[disabled],
fieldset[disabled] .quote-details-items .actions-toolbar > .action.pagebuilder-button-primary,
.action-gift.pagebuilder-button-primary.disabled,
.action-gift.pagebuilder-button-primary[disabled],
fieldset[disabled] .action-gift.pagebuilder-button-primary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
a.pagebuilder-button-secondary,
button.pagebuilder-button-secondary,
div.pagebuilder-button-secondary,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary,
.quote-details-items .actions-toolbar > .action.pagebuilder-button-secondary,
.action-gift.pagebuilder-button-secondary {
  text-decoration: none;
  background-image: none;
  background: none;
  border: 1px solid #ffffff;
  color: #000000;
  cursor: pointer;
  display: inline-block;
  font-family: 'Lato Regular', sans-serif, Arial;
  font-weight: 700;
  margin: 0 10px 10px 0;
  padding: 12px 40px;
  font-size: 2rem;
  line-height: 2.2rem;
  box-sizing: border-box;
  vertical-align: middle;
  line-height: 2.9rem;
  padding: 14px 17px;
  font-size: 2.5rem;
  border-radius: 5px;
  box-shadow: none;
}
a.pagebuilder-button-secondary:hover,
button.pagebuilder-button-secondary:hover,
div.pagebuilder-button-secondary:hover,
a.pagebuilder-button-secondary:active,
button.pagebuilder-button-secondary:active,
div.pagebuilder-button-secondary:active,
a.pagebuilder-button-secondary:focus,
button.pagebuilder-button-secondary:focus,
div.pagebuilder-button-secondary:focus,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary:hover,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary:active,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary:focus,
.quote-details-items .actions-toolbar > .action.pagebuilder-button-secondary:hover,
.quote-details-items .actions-toolbar > .action.pagebuilder-button-secondary:active,
.quote-details-items .actions-toolbar > .action.pagebuilder-button-secondary:focus,
.action-gift.pagebuilder-button-secondary:hover,
.action-gift.pagebuilder-button-secondary:active,
.action-gift.pagebuilder-button-secondary:focus {
  text-decoration: none;
}
a.pagebuilder-button-secondary:focus,
button.pagebuilder-button-secondary:focus,
div.pagebuilder-button-secondary:focus,
a.pagebuilder-button-secondary:active,
button.pagebuilder-button-secondary:active,
div.pagebuilder-button-secondary:active,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary:focus,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary:active,
.quote-details-items .actions-toolbar > .action.pagebuilder-button-secondary:focus,
.quote-details-items .actions-toolbar > .action.pagebuilder-button-secondary:active,
.action-gift.pagebuilder-button-secondary:focus,
.action-gift.pagebuilder-button-secondary:active {
  background: none;
  border: 1px solid #ffffff;
  color: #000000;
}
a.pagebuilder-button-secondary:hover,
button.pagebuilder-button-secondary:hover,
div.pagebuilder-button-secondary:hover,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary:hover,
.quote-details-items .actions-toolbar > .action.pagebuilder-button-secondary:hover,
.action-gift.pagebuilder-button-secondary:hover {
  background: none;
  border: 1px solid #ffffff;
  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,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary.disabled,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary[disabled],
fieldset[disabled] .cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary,
.quote-details-items .actions-toolbar > .action.pagebuilder-button-secondary.disabled,
.quote-details-items .actions-toolbar > .action.pagebuilder-button-secondary[disabled],
fieldset[disabled] .quote-details-items .actions-toolbar > .action.pagebuilder-button-secondary,
.action-gift.pagebuilder-button-secondary.disabled,
.action-gift.pagebuilder-button-secondary[disabled],
fieldset[disabled] .action-gift.pagebuilder-button-secondary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.pagebuilder-column {
  box-sizing: border-box;
}
[data-content-type='heading'] {
  word-wrap: break-word;
}
[data-content-type='html'] {
  word-wrap: break-word;
}
figure[data-content-type='image'] {
  box-sizing: border-box;
}
figure[data-content-type='image'] > [data-element='link'],
figure[data-content-type='image'] > [data-element='link'] img {
  border-radius: inherit;
}
figure[data-content-type='image'] figcaption {
  word-wrap: break-word;
}
[data-content-type='map'] {
  box-sizing: border-box;
  height: 300px;
}
[data-content-type='row'] li.product-item {
  text-align: left;
}
.pagebuilder-column .widget-product-grid .product-item {
  max-width: 100%;
  min-width: 50px;
}
.pagebuilder-column .widget-product-grid .product-item .price-box {
  word-wrap: break-word;
}
.pagebuilder-column .widget-product-grid .product-item .price-box .price {
  white-space: normal;
}
.pagebuilder-column .widget-product-grid .product-item .product-item-actions .actions-primary {
  display: inline-block;
  max-width: 100%;
}
.pagebuilder-column .widget-product-grid .product-item .product-item-actions .actions-secondary {
  display: inline-block;
  width: auto;
}
.pagebuilder-column .widget-product-grid .product-item .product-item-actions .tocart {
  max-width: 100%;
  white-space: normal;
}
.pagebuilder-column [data-content-type='products'] .block.widget .products-grid .widget-product-grid.product-items .product-item {
  width: 200px;
}
[data-content-type='products'][data-appearance='carousel'] .slick-initialized li.product-item {
  display: block;
}
[data-content-type='products'][data-appearance='carousel'] .slick-initialized li.product-item:first-child {
  visibility: visible;
}
[data-content-type='products'][data-appearance='carousel'] .product-item-info {
  width: auto;
}
[data-content-type='products'][data-appearance='carousel'] li.product-item {
  display: none;
}
[data-content-type='products'][data-appearance='carousel'] li.product-item:first-child {
  display: block;
  visibility: hidden;
}
[data-content-type='products'][data-appearance='carousel'].center-mode .product-item {
  opacity: .5;
  transition: all 300ms ease;
}
[data-content-type='products'][data-appearance='carousel'].center-mode .product-item:hover {
  opacity: 1;
}
[data-content-type='products'][data-appearance='carousel'].center-mode .slick-current .product-item {
  opacity: 1;
}
[data-content-type='row'][data-appearance='contained'] {
  box-sizing: border-box;
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 1440px;
}
[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: 1440px;
  width: 100%;
}
[data-content-type='slide'] {
  box-sizing: border-box;
  line-height: 20px;
  min-height: inherit;
  overflow: hidden;
}
[data-content-type='slide'] > [data-element='link'],
[data-content-type='slide'] > [data-element='empty_link'] {
  color: inherit;
  min-height: inherit;
  text-decoration: inherit;
}
[data-content-type='slide'] > [data-element='link']:hover,
[data-content-type='slide'] > [data-element='empty_link']:hover {
  color: inherit;
  text-decoration: inherit;
}
[data-content-type='slide'] + [data-content-type='slide'] {
  height: 0;
  min-height: 0;
}
.slick-slider [data-content-type='slide'] + [data-content-type='slide'] {
  height: initial;
  min-height: inherit;
}
.pagebuilder-slide-wrapper {
  border-radius: inherit;
  box-sizing: border-box;
  min-height: inherit;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.pagebuilder-slide-wrapper .jarallax-viewport-element {
  height: 100%;
  left: -15000vw;
  position: absolute;
  top: 0;
  width: 1px;
  z-index: 100;
}
.slick-current .pagebuilder-slide-wrapper .jarallax-viewport-element {
  left: 0;
}
.pagebuilder-slide-wrapper.jarallax .video-overlay {
  -webkit-transform: unset;
  z-index: 1;
}
.pagebuilder-slide-wrapper.jarallax .pagebuilder-overlay {
  position: relative;
  z-index: 2;
}
.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > div,
.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > img,
.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > video,
.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > iframe {
  margin: auto !important;
  transform: none !important;
}
.pagebuilder-slide-wrapper .pagebuilder-overlay {
  -moz-transition: background-color 500ms ease;
  -o-transition: background-color 500ms ease;
  -webkit-transition: background-color 500ms ease;
  border-radius: inherit;
  box-sizing: border-box;
  padding: 30px;
  transition: background-color 500ms ease;
}
.pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: inherit;
}
.pagebuilder-slide-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
  max-width: 540px;
}
.pagebuilder-slide-wrapper [data-element='content'] {
  min-height: 50px;
  overflow: auto;
}
.pagebuilder-slide-wrapper .pagebuilder-slide-button {
  -moz-transition: opacity 500ms ease;
  -o-transition: opacity 500ms ease;
  -webkit-transition: opacity 500ms ease;
  margin: 20px 0 0 0;
  max-width: 100%;
  text-align: inherit;
  transition: opacity 500ms ease;
  word-break: break-word;
}
.pagebuilder-slide-wrapper .pagebuilder-poster-content {
  width: 100%;
}
[data-appearance='collage-centered'] .pagebuilder-slide-wrapper .pagebuilder-overlay {
  margin-left: auto;
  margin-right: auto;
}
[data-appearance='collage-left'] .pagebuilder-slide-wrapper .pagebuilder-overlay {
  margin-right: auto;
}
[data-appearance='collage-right'] .pagebuilder-slide-wrapper .pagebuilder-overlay {
  margin-left: auto;
}
div[data-content-type='slider'] {
  visibility: hidden;
}
div[data-content-type='slider'].slick-initialized {
  visibility: visible;
}
div[data-content-type='slider'] .slick-list,
div[data-content-type='slider'] .slick-track,
div[data-content-type='slider'] .slick-slide {
  min-height: inherit;
}
div[data-content-type='slider'] .slick-list > div,
div[data-content-type='slider'] .slick-track > div,
div[data-content-type='slider'] .slick-slide > div {
  line-height: 0;
  min-height: inherit;
  overflow: hidden;
  width: 100%;
}
div[data-content-type='slider'] a.button {
  -moz-appearance: button;
  -webkit-appearance: button;
  appearance: button;
  color: initial;
  padding: 10px;
  text-decoration: none;
}
div[data-content-type='tabs'] .tabs-navigation {
  display: block;
  font-size: 0;
  margin: 0 0 -1px;
  padding: 0;
}
div[data-content-type='tabs'] .tabs-navigation li:first-child {
  margin-left: 0 !important;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header {
  background: #f6f6f6;
  border: 1px solid #cccccc;
  border-bottom: 0;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow-wrap: break-word;
  position: relative;
  word-wrap: break-word;
  z-index: 1;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header:not(:first-child) {
  margin-left: -1px;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title {
  border-right: 0;
  color: #000000;
  cursor: pointer !important;
  display: block;
  font-size: 14px;
  font-weight: 600;
  padding: 1.4rem 2rem;
  position: relative;
  transition: all .3s;
  vertical-align: middle;
  white-space: normal;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title span.tab-title {
  display: block;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title:hover {
  text-decoration: none;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header:last-child {
  border-right: 1px solid #cccccc;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header.ui-state-active {
  background: #ffffff;
  z-index: 19;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header.ui-state-active a.tab-title {
  position: relative;
  transition: all .3s;
}
div[data-content-type='tabs'] .tabs-content {
  border: 1px solid #cccccc;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  z-index: 9;
}
div[data-content-type='tabs'] .tabs-content [data-content-type='tab-item'] {
  box-sizing: border-box;
  min-height: inherit;
}
div[data-content-type='tabs'] .tabs-content [data-content-type='tab-item']:not(:first-child) {
  display: none;
}
div[data-content-type='tabs'].tab-align-left .tabs-content {
  border-top-left-radius: 0 !important;
}
div[data-content-type='tabs'].tab-align-right .tabs-content {
  border-top-right-radius: 0 !important;
}
div[data-content-type='text'] {
  word-wrap: break-word;
}
div[data-content-type='video'] {
  font-size: 0;
}
div[data-content-type='video'] .pagebuilder-video-inner {
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
}
div[data-content-type='video'] .pagebuilder-video-container {
  border-radius: inherit;
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
}
div[data-content-type='video'] iframe,
div[data-content-type='video'] video {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.jarallax {
  position: relative;
  z-index: 0;
}
.jarallax > .jarallax-img {
  font-family: 'object-fit: cover;', sans-serif;
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.jarallax-video-fallback {
  transform: scale3d(0, 0, 0);
}
.jarallax .video-overlay {
  -webkit-transform: translate3d(0, 0, 0);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -99;
}
.jarallax [id*='jarallax-container'] video,
.jarallax [id*='jarallax-container'] iframe {
  visibility: hidden;
}
.cms-content-important {
  background-color: #f5f5f5;
  color: #333333;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.1;
  margin: 0 0 35px -20px;
  padding: 20px;
}
.pagebuilder-full-width {
  float: left;
  width: 100%;
}
.pagebuilder-content-type {
  box-sizing: border-box;
  margin-bottom: 20px;
}
.pagebuilder-accordion {
  margin: 0;
  padding: 0;
}
.pagebuilder-accordion > .item.title {
  box-sizing: border-box;
  float: none;
  width: 100%;
}
.pagebuilder-accordion > .item.title > .switch {
  display: block;
}
.pagebuilder-accordion > .item.content {
  box-sizing: border-box;
  display: block;
  float: none;
  margin: 0;
}
.pagebuilder-accordion > .item.content:before,
.pagebuilder-accordion > .item.content:after {
  content: '';
  display: table;
}
.pagebuilder-accordion > .item.content:after {
  clear: both;
}
.pagebuilder-accordion > .item.content.active {
  display: block;
}
.pagebuilder-accordion > .item.title {
  margin: 0 0 7.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: 60px;
  padding: 7.5px 30px 7.5px 30px;
  font-weight: 600;
  line-height: 60px;
  font-size: 2.5rem;
  color: #4a4a4a;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title > .switch:visited {
  color: #4a4a4a;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title > .switch:hover {
  color: #4a4a4a;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title > .switch:active {
  color: #000000;
  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: #000000;
  text-decoration: none;
  padding-bottom: 7.5px;
}
.pagebuilder-accordion > .item.content {
  background: #ffffff;
  border: 1px solid #d1d1d1;
  margin: 0 0 7.5px;
  padding: 30px 30px 30px 30px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form-discount .g-recaptcha {
  margin-top: 50px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.login-container .g-recaptcha,
.form-login .g-recaptcha,
.form-edit-account .g-recaptcha {
  margin-bottom: 10px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.required-captcha.checkbox {
  position: absolute;
  display: block;
  visibility: visible;
  overflow: hidden;
  opacity: 0;
  width: 1px;
  height: 1px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form-giftcard-redeem .g-recaptcha {
  margin-top: 40px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.magento-invitation-customer-account-create .form-create-account .g-recaptcha {
  margin-top: 1px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.block.newsletter .field-recaptcha .field .control:before {
  content: none;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form.send.friend .g-recaptcha {
  margin-top: 40px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form.wishlist.share .g-recaptcha {
  margin-bottom: 40px;
}
/**
 * ADOBE CONFIDENTIAL
 *
 * Copyright 2020 Adobe
 * All Rights Reserved.
 *
 * NOTICE: All information contained herein is, and remains
 * the property of Adobe and its suppliers, if any. The intellectual
 * and technical concepts contained herein are proprietary to Adobe
 * and its suppliers and are protected by all applicable intellectual
 * property laws, including trade secret and copyright laws.
 * Dissemination of this information or reproduction of this material
 * is strictly forbidden unless prior written permission is obtained
 * from Adobe.
 */
/**
 * ADOBE CONFIDENTIAL
 *
 * Copyright 2026 Adobe
 * All Rights Reserved.
 *
 * NOTICE: All information contained herein is, and remains
 * the property of Adobe and its suppliers, if any. The intellectual
 * and technical concepts contained herein are proprietary to Adobe
 * and its suppliers and are protected by all applicable intellectual
 * property laws, including trade secret and copyright laws.
 * Dissemination of this information or reproduction of this material
 * is strictly forbidden unless prior written permission is obtained
 * from Adobe.
 */
.payment-method-payment_services_paypal_apm .payment-services-paypal-apm-mark > div,
.payment-method-payment_services_paypal_apm .payment-services-paypal-apm-mark .paypal-marks {
  display: inline-block;
}
.payment-method-payment_services_paypal_apm .billing-address-details,
.payment-method-payment_services_paypal_apm .payment-services-paypal-legal-text {
  margin-bottom: 30px;
}
.payment-method .flex-center {
  align-items: center;
  display: flex;
  gap: 5px;
}
.payment-method .payment-type-icon {
  height: 40px;
}
.card-grid {
  display: grid;
}
.card-aux {
  gap: 20px;
  grid-template-columns: minmax(auto, 400px);
}
.card-aux .actions-toolbar {
  justify-self: start;
}
.card-container {
  margin-top: 20px;
  align-items: center;
}
.card-container .card-layout {
  column-gap: 10px;
  display: grid;
  grid-template-areas: 'card-number-field-area card-number-field-area' 'expiration-date-field-area cvv-field-area';
  max-width: 400px;
  row-gap: 10px;
  grid-template-columns: repeat(2, 1fr);
}
.card-container .card-layout .display-lock {
  align-items: center;
  display: flex;
  flex-direction: row-reverse;
}
.card-container .card-layout .display-lock .lock-icon:hover::before {
  color: #757575;
}
.card-container .card-layout .display-lock .lock-icon:before {
  color: #bbbbbb;
  content: '\e629';
  display: inline-block;
  font-family: 'luma-icons';
  font-size: 18px;
  font-weight: normal;
  line-height: inherit;
  overflow: hidden;
  speak: none;
  text-align: center;
  vertical-align: middle;
}
.card-container .card-layout .card-number-field-area {
  grid-area: card-number-field-area;
}
.card-container .card-layout .expiration-date-field-area {
  grid-area: expiration-date-field-area;
}
.card-container .card-layout .cvv-field-area {
  grid-area: cvv-field-area;
}
.card-container .field div.error {
  border-color: #ed8380;
}
.card-container .field .label {
  display: block;
  font-weight: 600;
}
.card-container .field .card-field {
  border: 1px solid #c2c2c2;
  height: 32px;
  padding: 8px 15px;
}
.card-container .field .field-wrapper {
  position: relative;
}
.card-container .field .field-wrapper .field-tooltip {
  cursor: pointer;
  position: absolute;
  right: 15px;
  top: 10px;
}
.checkout-index-index > .loading-mask {
  z-index: 999;
}
axo-auth,
paypal-shipping-address-selector {
  position: fixed;
  z-index: 10000;
}
.paypal-fastlane-powered-by {
  display: block;
  margin: 7.5px 0;
  width: 150px;
}
.paypal-fastlane-shipping-change-address-form {
  margin-bottom: 45px;
}
.paypal-fastlane-shipping-change-address-form button,
.paypal-fastlane-shipping-change-address-form .cart.table-wrapper .actions-toolbar > .action,
.paypal-fastlane-shipping-change-address-form .quote-details-items .actions-toolbar > .action,
.paypal-fastlane-shipping-change-address-form .action-gift {
  width: 100%;
}
.paypal-fastlane-divider {
  margin-top: 45px;
  position: relative;
  text-align: center;
  width: 100%;
}
.paypal-fastlane-divider:before {
  border-bottom: 1px solid #cccccc;
  content: '';
  left: 0;
  position: absolute;
  top: 50%;
  width: 100%;
}
.paypal-fastlane-divider span {
  background-color: #f4f4f4;
  padding: 0 15px;
  position: relative;
}
#payment-services-paypal-fastlane paypal-payment {
  display: block;
  margin-bottom: 30px;
}
#payment-services-paypal-fastlane + .checkout-agreements-block .recaptcha-checkout-place-order {
  margin-bottom: 30px;
}
.magento-payments-review .actions-toolbar {
  margin-top: 15px;
}
.magento-payments-review .magento-payments-review-title {
  padding: 0 0 15px;
}
.magento-payments-review .magento-payments-review-title > strong {
  font-size: 2.4rem;
  font-weight: 300;
}
.magento-payments-review .magento-payments-review-title .action {
  display: inline-block;
  margin: 12px 0 0 45px;
}
.magento-payments-review .table-magento-payments-review-items .col.name {
  padding-top: 16px;
}
.magento-payments-review .table-magento-payments-review-items .col.qty {
  text-align: center;
}
.magento-payments-review .item-options dt {
  display: inline-block;
}
.magento-payments-review .item-options dt:after {
  content: ': ';
}
.magento-payments-review .item-options dd {
  margin: 0;
}
.magento-payments-review .payment-source-logo {
  margin-top: 10px;
}
.magento-payments-review .payment-source-logo[alt='googlepay'] {
  height: 40px;
}
.magento-payments-review .payment-source-logo[alt='applepay'] {
  height: 40px;
}
.magento-payments-review .payment-source-logo[alt='paypal'],
.magento-payments-review .payment-source-logo[alt='paylater'] {
  height: 26px;
}
.magento-payments-review .payment-source-logo[alt='venmo'] {
  height: 20px;
}
.magento-payments-review-discount {
  border-bottom: 1px solid #d1d1d1;
  margin: 0 0 60px;
  padding: 15px 0 0;
}
.block-minicart .block-content > .actions .smart-buttons {
  margin-top: 15px;
}
.pay-later-message {
  margin-top: 10px;
}
.smart-buttons > div > div {
  vertical-align: bottom;
}
.apple-pay {
  margin-top: 14px;
}
.cart-summary .apple-pay {
  margin-top: 11px;
}
.google-pay {
  margin-top: 14px;
}
.google-pay button,
.google-pay .cart.table-wrapper .actions-toolbar > .action,
.google-pay .quote-details-items .actions-toolbar > .action,
.google-pay .action-gift {
  background-origin: content-box;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  border: 0;
}
.cart-summary .google-pay {
  margin-bottom: 14px;
}
/**
 * ADOBE CONFIDENTIAL
 *
 * Copyright 2026 Adobe
 * All Rights Reserved.
 *
 * NOTICE: All information contained herein is, and remains
 * the property of Adobe and its suppliers, if any. The intellectual
 * and technical concepts contained herein are proprietary to Adobe
 * and its suppliers and are protected by all applicable intellectual
 * property laws, including trade secret and copyright laws.
 * Dissemination of this information or reproduction of this material
 * is strictly forbidden unless prior written permission is obtained
 * from Adobe.
 */
.payment-services-express-payments .payment-services-express-payments-container {
  max-width: 700px;
  display: grid;
  margin: 10px 0;
}
.payment-services-express-payments .payment-services-express-payments-paypal .paypal-button-container,
.payment-services-express-payments .payment-services-express-payments-alternate {
  display: grid;
  grid-gap: 5px;
}
.payment-services-express-payments + .field.addresses {
  margin-top: 45px;
}
.checkout-payment-method .payment-services-express-payments {
  margin-bottom: 45px;
}
[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 {
  margin-bottom: auto;
}
.amslick-slider-container {
  /* phpcs:ignore Magento2.Less.SemicolonSpacing.NotAtEnd */
}
.amslick-slider-container .slick-dots li button:focus,
.amslick-slider-container .slick-dots li button:hover,
.amslick-slider-container .slick-list:focus,
.amslick-slider-container .slick-dots li .cart.table-wrapper .actions-toolbar > .action:focus,
.amslick-slider-container .slick-dots li .cart.table-wrapper .actions-toolbar > .action:hover,
.amslick-slider-container .slick-dots li .quote-details-items .actions-toolbar > .action:focus,
.amslick-slider-container .slick-dots li .quote-details-items .actions-toolbar > .action:hover,
.amslick-slider-container .slick-dots li .action-gift:focus,
.amslick-slider-container .slick-dots li .action-gift:hover {
  outline: 0;
}
.amslick-slider-container .slick-list,
.amslick-slider-container .slick-slider,
.amslick-slider-container .slick-track {
  display: block;
  position: relative;
}
.amslick-slider-container .slick-loading .slick-slide,
.amslick-slider-container .slick-loading .slick-track {
  visibility: hidden;
}
.amslick-slider-container .slick-list {
  margin: 0;
  overflow: hidden;
  padding: 0;
}
.amslick-slider-container .slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.amslick-slider-container .slick-slider .slick-list,
.amslick-slider-container .slick-slider .slick-track {
  transform: translate3d(0, 0, 0);
}
.amslick-slider-container .slick-track {
  left: 0;
  margin: 0 auto;
  top: 0;
}
.amslick-slider-container .slick-track:after,
.amslick-slider-container .slick-track:before {
  content: '';
  display: table;
}
.amslick-slider-container .slick-track:after {
  clear: both;
}
.amslick-slider-container .slick-slide,
.amslick-slider-container .slick-slide.slick-loading img {
  display: none;
}
.amslick-slider-container .slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  vertical-align: middle;
}
.amslick-slider-container [dir=rtl] .slick-slide {
  float: right;
}
.amslick-slider-container .slick-slide.dragging img {
  pointer-events: none;
}
.amslick-slider-container .slick-vertical .slick-slide {
  border: 1px solid transparent;
  display: block;
  height: auto;
}
.amslick-slider-container .slick-arrow.slick-hidden {
  display: none;
}
.amslick-slider-container .slick-loading .slick-list {
  background: 0 0;
  position: relative;
}
.amslick-slider-container .slick-loading .slick-list:before {
  animation: loading 1s infinite linear;
  border-color: rgba(0, 0, 0, 0.2);
  border-radius: 100%;
  border-style: solid;
  border-top-color: #5c5c5c;
  border-width: 3px;
  content: '';
  display: block;
  height: 25px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 25px;
}
.amslick-slider-container .slick-next.slick-disabled,
.amslick-slider-container .slick-prev.slick-disabled {
  opacity: 0.25;
}
.amslick-slider-container .slick-dotted.slick-slider {
  margin-bottom: 45px;
}
.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 7.5px;
  padding: 0;
  position: relative;
  width: 20px;
}
.amslick-slider-container .slick-dots li button,
.amslick-slider-container .slick-slider .slick-arrow,
.amslick-slider-container .slick-dots li .cart.table-wrapper .actions-toolbar > .action,
.amslick-slider-container .slick-dots li .quote-details-items .actions-toolbar > .action,
.amslick-slider-container .slick-dots li .action-gift {
  box-shadow: none;
  cursor: pointer;
  display: block;
  outline: 0;
}
.amslick-slider-container .slick-dots li button,
.amslick-slider-container .slick-dots li .cart.table-wrapper .actions-toolbar > .action,
.amslick-slider-container .slick-dots li .quote-details-items .actions-toolbar > .action,
.amslick-slider-container .slick-dots li .action-gift {
  background: 0 0;
  border: 0;
  color: transparent;
  font-size: 0;
  height: 20px;
  line-height: 0;
  padding: 7.5px;
  width: 20px;
}
.amslick-slider-container .slick-dots li button:focus:before,
.amslick-slider-container .slick-dots li button:hover:before,
.amslick-slider-container .slick-dots li .cart.table-wrapper .actions-toolbar > .action:focus:before,
.amslick-slider-container .slick-dots li .cart.table-wrapper .actions-toolbar > .action:hover:before,
.amslick-slider-container .slick-dots li .quote-details-items .actions-toolbar > .action:focus:before,
.amslick-slider-container .slick-dots li .quote-details-items .actions-toolbar > .action:hover:before,
.amslick-slider-container .slick-dots li .action-gift:focus:before,
.amslick-slider-container .slick-dots li .action-gift:hover:before {
  opacity: 1;
}
.amslick-slider-container .slick-dots li button:before,
.amslick-slider-container .slick-dots li .cart.table-wrapper .actions-toolbar > .action:before,
.amslick-slider-container .slick-dots li .quote-details-items .actions-toolbar > .action:before,
.amslick-slider-container .slick-dots li .action-gift:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #000000;
  content: '•';
  font-size: 16px;
  height: 20px;
  left: 0;
  line-height: 20px;
  opacity: 0.25;
  position: absolute;
  text-align: center;
  top: 0;
  width: 20px;
}
.amslick-slider-container .slick-dots li.slick-active button:before,
.amslick-slider-container .slick-dots li.slick-active .cart.table-wrapper .actions-toolbar > .action:before,
.amslick-slider-container .slick-dots li.slick-active .quote-details-items .actions-toolbar > .action:before,
.amslick-slider-container .slick-dots li.slick-active .action-gift:before {
  color: #000000;
  opacity: 0.75;
}
.amslick-slider-container .slick-slider {
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
  padding: 0 20px;
  touch-action: pan-y;
  user-select: none;
}
.amslick-slider-container .slick-slider .slick-arrow {
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uMi40QTEgMSAwIDAgMSAxLjYuMmwxMiAxMGExIDEgMCAwIDEgMCAxLjZsLTEyIDEwYTEgMSAwIDAgMS0xLjItMS42TDExLjMzMyAxMSAuNCAxLjhBMSAxIDAgMCAxIC4yLjR6IiBmaWxsPSIjQzRDNEM0Ii8+PC9zdmc+') center no-repeat !important;
  border: none;
  color: transparent;
  font-size: 0;
  height: 22px;
  line-height: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  transition: background .3s ease;
  width: 15px;
}
.amslick-slider-container .slick-slider .slick-arrow:before,
.amslick-slider-container .slick-slider .slick-arrow:after {
  content: '';
}
.amslick-slider-container .slick-slider .slick-arrow:hover {
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uMi40QTEgMSAwIDAgMSAxLjYuMmwxMiAxMGExIDEgMCAwIDEgMCAxLjZsLTEyIDEwYTEgMSAwIDAgMS0xLjItMS42TDExLjMzMyAxMSAuNCAxLjhBMSAxIDAgMCAxIC4yLjR6IiBmaWxsPSIjMTYxNjE2Ii8+PC9zdmc+') center no-repeat;
}
.amslick-slider-container .slick-slider .slick-arrow.slick-next {
  right: 0;
}
.amslick-slider-container .slick-slider .slick-arrow.slick-prev {
  left: 0;
  transform: rotate(180deg) translate(0, 50%);
}
.amslick-slider-container .slick-initialized .slick-slide {
  display: inline-block !important;
  float: none !important;
  height: auto;
}
.amslick-slider-container .product-items.slick-slider > .slick-list {
  padding: 15px 0;
}
.amslick-slider-container .product-items.slick-slider .slick-slide .product-item {
  display: block !important;
  margin: auto !important;
  max-width: 205px;
}
.amslick-slider-container .sidebar.sidebar-additional {
  width: 100%;
}
@keyframes loading {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(359.9deg);
  }
}
.amrma-return-number {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.amrma-return-number .amrma-header {
  margin-bottom: 5px;
}
.amrma-return-number .amrma-status {
  align-self: baseline;
}
.amrma-header-block {
  display: flex;
  justify-content: space-between;
}
.amrma-header-block .amrma-cancel {
  align-self: center;
}
.amrma-status-container {
  position: relative;
  box-sizing: content-box;
  margin-bottom: 50px;
}
.amrma-status-container .amrma-percent.-status-0 {
  width: 0;
}
.amrma-status-container .amrma-percent.-status-1,
.amrma-status-container .amrma-percent.-status-2 {
  width: 50%;
}
.amrma-status-container .amrma-percent.-status-3,
.amrma-status-container .amrma-percent.-status-4 {
  width: 100%;
}
.amrma-status-container .amrma-progress {
  position: absolute;
  width: 100%;
  height: 42%;
  border-bottom: 2px solid #c2c2c2;
  z-index: -1;
}
.amrma-status-container .amrma-percent {
  position: absolute;
  z-index: 1;
  box-sizing: content-box;
  width: 0;
  height: 100%;
  border-bottom: 2px solid #4b81bd;
}
.amrma-status-container .amrma-steps {
  position: relative;
  display: flex;
  justify-content: space-between;
}
.amrma-status-container .amrma-step.-authorized.-checked {
  margin: 0 0 0 10%;
}
.amrma-status-container .amrma-step.-complete:before {
  background: #1e79c2;
}
.amrma-status-container .amrma-step.-checked {
  display: flex;
  flex-basis: 60%;
  margin-right: 10%;
  text-align: center;
}
.amrma-status-container .amrma-step.-checked:before {
  top: -1px;
  width: 30px;
  height: 30px;
  border: none;
  background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzAiIGhlaWdodD0iMzAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGNpcmNsZSBjeD0iMTUiIGN5PSIxNSIgcj0iMTQiIGZpbGw9IiNmZmYiIHN0cm9rZT0iIzFFNzlDMiIgc3Ryb2tlLXdpZHRoPSIyIi8+PGNpcmNsZSBjeD0iMTUiIGN5PSIxNSIgcj0iOCIgZmlsbD0iIzFFNzlDMiIvPjwvc3ZnPg==');
  background-position: left;
  background-repeat: no-repeat;
  background-color: white;
}
.amrma-status-container .amrma-name {
  display: none;
}
.amrma-status-container .amrma-step.-checked .amrma-name {
  position: relative;
  top: 35px;
  display: block;
  width: 100%;
}
.amrma-status-container .amrma-step.-failed:before {
  top: 3px;
  width: 20px;
  height: 20px;
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGNpcmNsZSBjeD0iMTAiIGN5PSIxMCIgcj0iMTAiIGZpbGw9IiNEODBGMzMiLz48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTE0LjA0IDcuMzczYTEgMSAwIDAgMC0xLjQxNC0xLjQxNEwxMCA4LjU4NSA3LjM3NCA1Ljk2QTEgMSAwIDEgMCA1Ljk2IDcuMzczTDguNTg2IDEwIDUuOTYgMTIuNjI2YTEgMSAwIDEgMCAxLjQxNCAxLjQxNEwxMCAxMS40MTRsMi42MjYgMi42MjZhMSAxIDAgMCAwIDEuNDE0LTEuNDE0bC0yLjYyNi0yLjYyNyAyLjYyNi0yLjYyNnoiIGZpbGw9IiNmZmYiLz48L3N2Zz4=');
}
.amrma-status-container .amrma-step.-resolved .-checked .amrma-name,
.amrma-status-container .amrma-step.-pending .-checked .amrma-name {
  max-width: 150px;
}
.amrma-status-container .amrma-step.-pending.-checked {
  text-align: left;
}
.amrma-status-container .amrma-step.-pending.-checked:before {
  padding: 0 0 0 20px;
  border-radius: inherit;
  background-position: right;
}
.amrma-status-container .amrma-step {
  position: relative;
  min-width: 15px;
  height: 30px;
}
.amrma-status-container .amrma-step:before {
  position: absolute;
  top: 6px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  content: '';
  background: #c2c2c2;
}
.amrma-status-container .amrma-step.-authorized.-checked:before,
.amrma-status-container .amrma-step.-received.-checked:before {
  left: calc(50% - 15px);
}
.amrma-status-container .amrma-step.-resolved.-checked {
  display: flex;
  justify-content: flex-end;
  margin: 0;
  text-align: right;
}
.amrma-status-container .amrma-step.-resolved.-checked:before {
  right: 0;
  padding: 0 20px 0 0;
  border-radius: inherit;
}
.amrma-status-container .amrma-step.-resolved.-checked:before.-received.-checked:before {
  left: 30%;
}
.amrma-bank-details,
.amrma-return-instructions,
.amrma-header-block {
  margin-bottom: 40px;
}
.amrma-instructions {
  display: none;
}
.amrma-instruction-block {
  display: none;
}
.amrma-instructions:checked ~ .amrma-instruction-block {
  display: block;
  padding: 20px 10px 15px 10px;
  border-radius: 1px 1px 2px 2px;
  background: #eaf1ff;
}
.amrma-instructions-title {
  display: flex;
  justify-content: space-between;
  border-bottom: 2px solid #1e79c2;
  border-radius: 2px;
  cursor: pointer;
}
.amrma-instructions-title .amrma-title {
  margin-bottom: 15px;
}
.amrma-instructions-title .amrma-show {
  position: relative;
  width: 30px;
  height: 30px;
  box-sizing: border-box;
  border: 2px solid #1979c3;
  border-radius: 50%;
}
.amrma-instructions-title .amrma-show:before {
  position: absolute;
  width: 10px;
  top: 18%;
  left: 28%;
  height: 10px;
  border-left: 1px solid #1979c3;
  border-top: 1px solid #1979c3;
  content: '';
  transform: rotate(225deg);
}
.amrma-instructions:checked + .amrma-instructions-title .amrma-show:before {
  top: 38%;
  transform: rotate(45deg);
}
.amrma-received-message {
  position: relative;
  margin-bottom: 28px;
  padding: 10px;
  border-radius: 2px;
  background: #e8f5e9;
}
.amrma-received-message:before {
  position: absolute;
  top: 7px;
  width: 24px;
  height: 24px;
  content: '';
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGNpcmNsZSBjeD0iMTIiIGN5PSIxMiIgcj0iMTIiIGZpbGw9IiM0M0EwNDciLz48cGF0aCBkPSJNMTYuNzY0IDkuNTYxYS45MzEuOTMxIDAgMCAwLS4wOTItMS4zMjkuOTcuOTcgMCAwIDAtMS4zNTIuMDlsLTQuODEyIDUuNDIzLTEuODczLTEuODQxYS45Ny45NyAwIDAgMC0xLjM1NCAwIC45MzEuOTMxIDAgMCAwIDAgMS4zMzJsMi40NzcgMi40MzVjLjE0LjEzOC4zMTMuMjI0LjQ5NC4yNTlhLjk3Ljk3IDAgMCAwIDEuMDg1LS4yNTNsNS40MjctNi4xMTZ6IiBmaWxsPSIjZmZmIiBmaWx0ZXI9InVybCgjZmlsdGVyMF9kKSIvPjxkZWZzPjxmaWx0ZXIgaWQ9ImZpbHRlcjBfZCIgeD0iNiIgeT0iNyIgd2lkdGg9IjEyIiBoZWlnaHQ9IjEwIiBmaWx0ZXJVbml0cz0idXNlclNwYWNlT25Vc2UiIGNvbG9yLWludGVycG9sYXRpb24tZmlsdGVycz0ic1JHQiI+PGZlRmxvb2QgZmxvb2Qtb3BhY2l0eT0iMCIgcmVzdWx0PSJCYWNrZ3JvdW5kSW1hZ2VGaXgiLz48ZmVDb2xvck1hdHJpeCBpbj0iU291cmNlQWxwaGEiIHZhbHVlcz0iMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMTI3IDAiLz48ZmVPZmZzZXQvPjxmZUdhdXNzaWFuQmx1ciBzdGREZXZpYXRpb249Ii41Ii8+PGZlQ29sb3JNYXRyaXggdmFsdWVzPSIwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwLjIgMCIvPjxmZUJsZW5kIGluMj0iQmFja2dyb3VuZEltYWdlRml4IiByZXN1bHQ9ImVmZmVjdDFfZHJvcFNoYWRvdyIvPjxmZUJsZW5kIGluPSJTb3VyY2VHcmFwaGljIiBpbjI9ImVmZmVjdDFfZHJvcFNoYWRvdyIgcmVzdWx0PSJzaGFwZSIvPjwvZmlsdGVyPjwvZGVmcz48L3N2Zz4=');
}
.amrma-received-message .amrma-message {
  margin: 0 0 0 45px;
  color: #2e7d32;
}
.amrma-table-container {
  margin-bottom: 40px;
}
.amrma-table-container .amrma-title {
  margin-bottom: 10px;
}
.amrma-items-table {
  margin-top: 10px;
}
.amrma-table-container > .amrma-items-table > .amrma-table > .amrma-tbody > .amrma-row .col {
  position: static;
  margin: 0;
  padding: 5px 0;
}
.amrma-table-container > .amrma-items-table > .amrma-table > .amrma-tbody > .amrma-row .col:first-child {
  left: 5px;
}
.amrma-table-container > .amrma-items-table > .amrma-table > .amrma-tbody > .amrma-row .amrma-status {
  position: relative;
  padding: 0 0 0 20px;
  text-transform: capitalize;
  color: #363636;
  font-weight: 600;
  font-size: 14px;
  background: inherit;
}
.amrma-table-container > .amrma-items-table > .amrma-table > .amrma-tbody > .amrma-row .amrma-status:before {
  position: absolute;
  left: 0;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: left center;
}
.amrma-table-container > .amrma-items-table > .amrma-table > .amrma-tbody > .amrma-row .amrma-status.-rejected {
  color: #d80f33;
}
.amrma-table-container > .amrma-items-table > .amrma-table > .amrma-tbody > .amrma-row .amrma-status.-rejected:before {
  content: '';
  background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGNpcmNsZSByPSI3LjUiIHRyYW5zZm9ybT0ibWF0cml4KDEgMCAwIC0xIDcuNSA3LjUpIiBmaWxsPSIjRDgwRjMzIi8+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMC4wNzEgOS45OTZhLjYwNi42MDYgMCAwIDEtLjg1NyAwTDcuNSA4LjI4MiA1Ljc4NiA5Ljk5NmEuNjA2LjYwNiAwIDAgMS0uODU3LS44NTdsMS43MTQtMS43MTRMNC45MjggNS43MWEuNjA2LjYwNiAwIDEgMSAuODU4LS44NTdMNy41IDYuNTY4bDEuNzE0LTEuNzE1YS42MDYuNjA2IDAgMCAxIC44NTcuODU3TDguMzU3IDcuNDI1bDEuNzE0IDEuNzE0YS42MDYuNjA2IDAgMCAxIDAgLjg1N3oiIGZpbGw9IiNmZmYiLz48L3N2Zz4=');
}
.amrma-table-container > .amrma-items-table > .amrma-table > .amrma-tbody > .amrma-row .amrma-status.-pending {
  color: #2196f3;
}
.amrma-table-container > .amrma-items-table > .amrma-table > .amrma-tbody > .amrma-row .amrma-status.-pending:before {
  content: '';
  background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGNpcmNsZSByPSI3LjUiIHRyYW5zZm9ybT0ibWF0cml4KDEgMCAwIC0xIDcuNSA3LjUpIiBmaWxsPSIjMjE5NkYzIi8+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik04LjY3NCAzLjlsMy4xNTIgMy4yNGEuNTIuNTIgMCAwIDEgMCAuNzJMOC42NzQgMTEuMWEuNDg2LjQ4NiAwIDAgMS0uNyAwIC41Mi41MiAwIDAgMSAwLS43MmwyLjMwNi0yLjM3SDIuOTdWNi45OWg3LjMxTDcuOTc0IDQuNjJhLjUyLjUyIDAgMCAxIDAtLjcyLjQ4Ni40ODYgMCAwIDEgLjcgMHoiIGZpbGw9IiNmZmYiLz48L3N2Zz4=');
}
.amrma-table-container > .amrma-items-table > .amrma-table > .amrma-tbody > .amrma-row .amrma-status.-resolved:before {
  content: '';
  background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGNpcmNsZSByPSI3LjUiIHRyYW5zZm9ybT0ibWF0cml4KDEgMCAwIC0xIDcuNSA3LjUpIiBmaWxsPSIjNTFCNzU2Ii8+PHBhdGggZD0iTTQuNSA3LjE3OGwzIDIuNTcyIDMuNzUtNC4wNzIiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PC9zdmc+');
}
.amrma-table-container > .amrma-items-table > .amrma-table > .amrma-tbody > .amrma-row .amrma-details {
  padding-top: 15px;
}
.amrma-table-container > .amrma-items-table > .amrma-table > .amrma-tbody > .amrma-row .amrma-details:before {
  content: none;
}
.amrma-table-container > .amrma-items-table > .amrma-table > .amrma-tbody > .amrma-row .details:before {
  content: none;
}
.amrma-table-container > .amrma-items-table > .amrma-table > .amrma-tbody > .amrma-row .amrma-image {
  width: 100px;
  height: 100px;
  padding: 0;
}
.amrma-table-container > .amrma-items-table > .amrma-table > .amrma-tbody > .amrma-row .amrma-image:after {
  content: none;
}
.amrma-table-container .table-wrapper {
  border-bottom: none;
}
.amrma-rating-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.amrma-rating-block .amrma-title {
  line-height: 22px;
  font-weight: bold;
  font-size: 16px;
  color: #494949;
}
.amrma-feedback-container {
  display: flex;
  box-sizing: border-box;
  margin: 20px;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 2px;
}
.amrma-feedback-container .amrma-feedback {
  margin-right: 10px;
  width: 80%;
  height: 40px;
  border: none;
}
.amrma-stars-container {
  box-sizing: border-box;
  margin: 20px auto;
  padding: 25px 15px 15px;
  max-width: 530px;
  border: 2px solid rgba(23, 93, 224, 0.3);
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 4px 8px rgba(0, 62, 176, 0.1);
}
.amrma-stars-container .rated-message {
  text-align: center;
}
.amrma-stars-container .amrma-stars-block .rating-5:before {
  width: 130px;
}
.amrma-stars-container .amrma-stars-block .rating-4:before {
  width: 104px;
}
.amrma-stars-container .amrma-stars-block .rating-3:before {
  width: 78px;
}
.amrma-stars-container .amrma-stars-block .rating-2:before {
  width: 52px;
}
.amrma-stars-container .amrma-stars-block .rating-1:before {
  width: 26px;
}
.amrma-stars-container .amrma-stars-block {
  width: 130px;
  height: 24px;
}
.amrma-stars-container .amrma-stars-block:before {
  width: 130px;
  height: 24px;
  content: '';
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjYiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEzIDEuMjM2bDIuMTkyIDYuNzQ3YTIgMiAwIDAgMCAxLjkwMiAxLjM4Mmg3LjA5NGwtNS43MzkgNC4xN2EyIDIgMCAwIDAtLjcyNyAyLjIzNmwyLjE5MyA2Ljc0Ni01Ljc0LTQuMTdhMiAyIDAgMCAwLTIuMzUgMGwtNS43NCA0LjE3IDIuMTkyLTYuNzQ2YTIgMiAwIDAgMC0uNzI2LTIuMjM3bC01Ljc0LTQuMTdoNy4wOTVhMiAyIDAgMCAwIDEuOTAyLTEuMzgxTDEzIDEuMjM2eiIgc3Ryb2tlPSIjRkZDMTA3IiBzdHJva2Utd2lkdGg9IjIiLz48L3N2Zz4=');
}
.amrma-stars-container .amrma-stars-block .amrma-star:before {
  display: inline-block;
  height: 24px;
  content: '';
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjYiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEzIDEuMjM2bDIuMTkyIDYuNzQ3YTIgMiAwIDAgMCAxLjkwMiAxLjM4Mmg3LjA5NGwtNS43MzkgNC4xN2EyIDIgMCAwIDAtLjcyNyAyLjIzNmwyLjE5MyA2Ljc0Ni01Ljc0LTQuMTdhMiAyIDAgMCAwLTIuMzUgMGwtNS43NCA0LjE3IDIuMTkyLTYuNzQ2YTIgMiAwIDAgMC0uNzI2LTIuMjM3bC01Ljc0LTQuMTdoNy4wOTVhMiAyIDAgMCAwIDEuOTAyLTEuMzgxTDEzIDEuMjM2eiIgZmlsbD0iI0ZGQzEwNyIgc3Ryb2tlPSIjRkZDMTA3IiBzdHJva2Utd2lkdGg9IjIiLz48L3N2Zz4=');
}
.amrma-stars-container .amrma-stars-block .amrma-radio:not(:checked) + .amrma-star:hover:before {
  opacity: 1;
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjYiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEzIDEuMjM2bDIuMTkyIDYuNzQ3YTIgMiAwIDAgMCAxLjkwMiAxLjM4Mmg3LjA5NGwtNS43MzkgNC4xN2EyIDIgMCAwIDAtLjcyNyAyLjIzNmwyLjE5MyA2Ljc0Ni01Ljc0LTQuMTdhMiAyIDAgMCAwLTIuMzUgMGwtNS43NCA0LjE3IDIuMTkyLTYuNzQ2YTIgMiAwIDAgMC0uNzI2LTIuMjM3bC01Ljc0LTQuMTdoNy4wOTVhMiAyIDAgMCAwIDEuOTAyLTEuMzgxTDEzIDEuMjM2eiIgZmlsbD0iI0ZGQzEwNyIgc3Ryb2tlPSIjRkZDMTA3IiBzdHJva2Utd2lkdGg9IjIiLz48L3N2Zz4=');
  cursor: pointer;
}
.amrma-send {
  margin-left: 10px;
  padding: 12px 16px;
  border: 1px solid #1979c3;
  border: none;
  border-radius: 3px;
  color: #fff;
  background: #1979c3;
  -webkit-transition: background-color 0.4s;
  -moz-transition: background-color 0.4s;
  -ms-transition: background-color 0.4s;
  transition: background-color 0.4s;
  font-weight: bold;
}
.amrma-send:hover {
  border: none;
  background: #2196f3;
  color: #fff;
}
.amrma-return-select .amrma-select {
  font-size: 16px;
}
@media print {
  .nav-sections,
  .page-footer,
  .sidebar,
  .page-title-wrapper,
  .amrma-received-message,
  .amrma-cancel,
  .amrma-status,
  .amrma-status-container,
  .amrma-return-instructions,
  .amrma-tracking-information,
  .amrma-chat-title,
  .amrma-chat-container {
    display: none;
  }
  .page-wrapper .amrma-table-container .table-wrapper > .amrma-table .amrma-tbody > .amrma-row > .col {
    padding-left: 0 !important;
  }
  .page-wrapper .amrma-table-container .table-wrapper > .amrma-table .amrma-tbody > .amrma-row > .col:first-child {
    position: relative;
    top: 0;
  }
  .page-wrapper .amrma-table-container .table-wrapper > .amrma-table .amrma-tbody > .amrma-row > .col:first-child .amrma-image {
    margin-right: 0;
    padding: 5px;
  }
  .page-wrapper .amrma-table-container .table-wrapper > .amrma-table .amrma-tbody > .amrma-row > .col .amrma-status {
    display: block;
  }
}
.amreturns-order-select {
  display: flex;
  box-sizing: border-box;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: end;
  padding: 0;
  border: 2px solid rgba(23, 93, 224, 0.3);
  border-radius: 4px;
  box-shadow: 0 4px 8px rgba(0, 62, 176, 0.1);
}
.amreturns-order-select .amreturn-btn {
  box-shadow: none;
}
.amreturns-order-select .amreturn-select {
  font-size: 16px;
}
.amreturns-title-container {
  flex: inherit;
  flex-basis: 100%;
  margin: 20px 0 5px 20px;
}
.amreturns-orders-container {
  display: flex;
  flex-direction: column;
  flex: 1 1 100%;
  margin: 0 20px 20px;
}
.amreturns-orders-container .amreturn-btn {
  margin-left: 0;
  margin-top: 10px;
}
.amreturns-select-title {
  font-weight: bold;
  line-height: 19px;
  color: #333;
}
.amreturn-btn {
  margin-left: 10px;
  padding: 7px 21px;
  border: 1px solid #1979c3;
  color: #fff;
  background: #1979c3;
  transition: background-color 0.4s;
}
.amreturn-btn:hover {
  border: 1px solid #2196f3;
  background: #2196f3;
  color: #fff;
}
.account .table-wrapper {
  border-top: none;
  margin-top: 25px;
}
.returns-history > .amrma-table .amrma-tbody > .amrma-row {
  position: relative;
}
.returns-history > .amrma-table .amrma-tbody > .amrma-row .amrma-image {
  width: 80px;
  height: 80px;
  margin: 0;
  padding: 0;
}
.returns-history > .amrma-table .amrma-tbody > .amrma-row .amrma-image.new-message:after {
  position: absolute;
  top: 40%;
  left: 0;
  height: 15px;
  width: 15px;
  content: '';
  background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGNpcmNsZSBjeD0iNy41IiBjeT0iNy41IiByPSI3LjUiIGZpbGw9IiNEODFCNjAiLz48cGF0aCBkPSJNOS43OSA3LjM4NGwzLjEyMSAzLjE3NWEuODEuODEgMCAwIDAgLjA4OS0uMzU1VjQuNzlhLjc2My43NjMgMCAwIDAtLjA1NS0uMjc4TDkuNzg5IDcuMzg0ek04LjAyNiA4LjI3OWw0LjU3OS00LjE3QS43ODcuNzg3IDAgMCAwIDEyLjIwNiA0aC05LjQxYS43NzMuNzczIDAgMCAwLS4zOTguMTA5bDQuNTc4IDQuMTdhLjc3NS43NzUgMCAwIDAgMS4wNSAweiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Ik0xMi41MjkgMTAuOTI5TDkuMzk5IDcuNzRsLTEuMDIxLjkzMWExLjI5MyAxLjI5MyAwIDAgMS0xLjc1IDBsLTEuMDA2LS45MTctMy4xNSAzLjE3NWMuMS4wNDUuMjEuMDcxLjMyNC4wNzFoOS40MDhhLjc0Ny43NDcgMCAwIDAgLjMyNS0uMDcxek0yLjA1NSA0LjUxMkEuODIzLjgyMyAwIDAgMCAyIDQuNzl2NS40MTRjMCAuMTI3LjAzNy4yNS4wODkuMzU4bDMuMTMyLTMuMTY0LTMuMTY2LTIuODg2eiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==');
}
.amrma-table-container .table-wrapper > .amrma-table .amrma-tbody > .amrma-row > .col:not(:first-child),
.amrma-table-container .table-wrapper > .amrma-table .amrma-tbody > .amrma-row > .col:not(:last-child) {
  padding: 0 0 0 125px;
}
.amrma-table-container .table-wrapper > .amrma-table .amrma-tbody > .amrma-row > .col.qty {
  padding-top: 15px;
}
.amrma-table-container .table-wrapper > .amrma-table .amrma-tbody > .amrma-row > .col:not(:first-child) {
  padding-left: 125px;
}
.amrma-table-container .table-wrapper > .amrma-table .amrma-tbody > .amrma-row > .col:last-child {
  padding-top: 20px;
}
.amrma-table-container .table-wrapper > .amrma-table .amrma-tbody > .amrma-row > .col {
  border-top: none;
}
.amrma-table-container .table-wrapper > .amrma-table .amrma-tbody > .amrma-row > .col:first-child {
  position: absolute;
  top: 20px;
  left: 25px;
  padding: 0;
}
.amrma-table-container .table-wrapper > .amrma-table .amrma-tbody > .amrma-row > .col:first-child:before {
  content: none;
}
.amrma-status {
  padding: 0 10px 1px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
}
.amrma-status.-pending {
  background: #2196f3;
}
.amrma-status.-authorized {
  background: #3f51b5;
}
.amrma-status.-received {
  background: #9c27b0;
}
.amrma-status.-resolved {
  background: #4caf50;
}
.amrma-status.-cancelled {
  background: #9e9e9e;
}
.amrma-status.-rejected {
  background: #c33d3c;
}
.table-wrapper .table-returns-items .amrma-tbody > .amrma-row > .col {
  padding: 10px;
  border-top: 1px solid #d1d1d1;
  vertical-align: middle;
}
.table-wrapper .table-returns-items .amrma-tbody > .amrma-row > .col:first-child {
  position: relative;
  padding-left: 25px;
}
.amrma-customer-information {
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
}
.amrma-customer-information .amrma-customer-name {
  margin-bottom: 20px;
}
.amrma-product-information {
  align-self: baseline;
}
.amrma-product-information .amrma-checkbox {
  display: none;
}
.amrma-product-information .amrma-checkbox:checked ~ .amrma-moreinfo {
  display: block;
}
.amrma-product-information .amrma-checkbox:checked + .amrma-showmore:before {
  top: 9px;
  transform: rotate(315deg);
}
.amrma-product-information .amrma-moreinfo {
  margin-top: 4px;
  display: none;
}
.amrma-product-information .amrma-moreinfo .amrma-info {
  margin-bottom: 0;
}
.amrma-product-information .amrma-showmore {
  position: relative;
  padding-right: 20px;
  cursor: pointer;
}
.amrma-product-information .amrma-showmore:before {
  position: absolute;
  top: 2px;
  right: 0;
  width: 9px;
  height: 9px;
  content: '';
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  transform: rotate(135deg);
}
.amrma-product {
  display: flex;
}
.amrma-product-item {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 15px 0;
  border-bottom: 1px solid #d1d1d1;
}
.amrma-image {
  display: block;
  margin-right: 20px;
  padding-left: 33px;
  width: 100px;
  height: 100px;
}
.amrma-image img {
  max-width: 100%;
  max-height: 100%;
}
.amrma-checkbox {
  display: none;
}
.amrma-customer-name,
.amrma-customer-address {
  flex-basis: 50%;
}
.amrma-title {
  font-weight: normal;
  font-size: 22px;
  line-height: 30px;
}
label.amrma-title {
  font-weight: normal;
  font-size: 22px;
  line-height: 30px;
}
.amrma-checkbox-container {
  position: relative;
}
.amrma-checkbox-container .amrma-label {
  position: absolute;
  top: 44px;
  width: 13px;
  height: 13px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 3px;
  background: #fff;
  cursor: pointer;
}
.amrma-checkbox-container.-policy .amrma-label {
  top: 4px;
}
.amrma-checkbox-container .amrma-image {
  cursor: pointer;
}
.amrma-checkbox-container .amrma-checkbox:checked + .amrma-label,
.amrma-checkbox-container .amrma-checkbox:checked + .amrma-label-container .amrma-label {
  border: none;
  background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMTMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHJlY3Qgd2lkdGg9IjEzIiBoZWlnaHQ9IjEzIiByeD0iMyIgZmlsbD0iIzE5NzlDMyIvPjxwYXRoIGQ9Ik0zLjI1IDYuNWwyLjYgMi42IDMuOS00LjU1IiBzdHJva2U9IiNmZmYiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPjwvc3ZnPg==');
}
.amrma-products-table {
  margin-bottom: 40px;
}
.amrma-product-message {
  width: 100%;
  margin: 15px 0 0;
  align-self: baseline;
}
.amrma-message-container.-options {
  box-sizing: border-box;
  border: 2px solid rgba(23, 93, 224, 0.4);
  border-radius: 2px;
  box-shadow: 0 4px 8px rgba(0, 62, 176, 0.1);
  background: none;
}
.amrma-message-container.-failed {
  border: 2px solid #ffcdd2;
  box-shadow: 0 4px 8px rgba(0, 62, 176, 0.1);
}
.amrma-message-container.-failed .amrma-message:not(.amrma-shipping-payer) {
  background: #ffebee;
}
.amrma-message-container .amrma-message {
  margin: 10px 20px 0;
  padding: 5px 10px;
  border-radius: 2px;
  background: #eaf1ff;
}
.amrma-message-container.-options,
.amrma-message-container.-gray {
  margin-left: 33px;
}
.amrma-return-select {
  margin: 0 20px;
}
.amrma-return-select:last-child {
  margin-bottom: 20px;
}
.amrma-return-select .amrma-title {
  margin-bottom: 10px;
}
.amrma-return-qty {
  display: flex;
  align-items: center;
  margin: 20px 0 0 20px;
}
.amrma-return-qty .amrma-label {
  margin-right: 10px;
  font-weight: bold;
}
.amrma-return-qty .amrma-select {
  font-size: 16px;
  flex-basis: 20%;
}
.amrma-return-qty .amrma-total {
  margin-left: 5px;
}
.amrma-message-container {
  margin: 10px 20px 20px;
  border-radius: 2px;
  background: #eaf1ff;
  padding-bottom: 20px;
}
.amrma-message-container.-gray {
  box-sizing: border-box;
  padding: 15px;
  border: 2px solid #ccc;
  border-radius: 2px;
  background: none;
}
.amrma-input-block {
  max-width: 620px;
  margin-bottom: 20px;
}
.amrma-input-block .amrma-title {
  font-size: 14px;
  font-weight: bold;
  line-height: 19px;
}
.amrma-input-block .amrma-field {
  font-size: 16px;
}
.amrma-chat-send .amrma-textarea,
.amrma-comment-block .amrma-comment {
  font-size: 16px;
}
.amrma-return-message {
  margin-bottom: 10px;
  border-radius: 2px;
  background: #f5f5f5;
}
.amrma-img-text {
  margin-bottom: 10px;
  padding: 5px 10px;
  border-radius: 2px;
  background: #f5f5f5;
}
.amrma-attach-file {
  margin-top: 10px;
}
.amrma-chat-send .amrma-attach-file {
  width: 29px;
  height: 33px;
  margin: 0;
}
.amrma-attach-file .amrma-attach {
  display: none;
}
.amrma-attach-file .amrma-file {
  margin: 5px 0;
  padding-left: 20px;
  color: #1979c3;
}
.amrma-attach-file .amrma-label {
  position: relative;
  padding-left: 20px;
  font-weight: bold;
  font-size: 16px;
  cursor: pointer;
  color: #1979c3;
  transition: color .3s ease;
}
.amrma-attach-file .amrma-label:hover {
  text-decoration: underline;
  color: #2196f3;
}
.amrma-attach-file .amrma-label:before {
  position: absolute;
  top: 4px;
  left: 0;
  width: 17px;
  height: 16px;
  content: '';
  background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0zLjM5NiAxNmEzLjMzMiAzLjMzMiAwIDAgMS0yLjM5My0xLjAzNUEzLjU2NSAzLjU2NSAwIDAgMSAwIDEyLjQ5MmEzLjMxOCAzLjMxOCAwIDAgMSAuOTIyLTIuMzE4bC4xNC0uMTQ3TDkuNTU4IDEuMjVBNC4wNzkgNC4wNzkgMCAwIDEgMTIuNTExIDBjMS4xMzYtLjAwMSAyLjI4Ny40NjMgMy4xNjUgMS4zN0E0LjcwNyA0LjcwNyAwIDAgMSAxNyA0LjYzNmE0LjM2NCA0LjM2NCAwIDAgMS0xLjIxIDMuMDVsLTcuMTMyIDcuMzctLjUzMS41NDgtMS4wNi0xLjA5N0wxNC43MyA2LjU5Yy41MTMtLjUzLjc2OC0xLjIyNi43Ny0xLjk1M2EzLjEzIDMuMTMgMCAwIDAtLjg4Ni0yLjE3MSAyLjkzMiAyLjkzMiAwIDAgMC0yLjEwMy0uOTE1IDIuNTk5IDIuNTk5IDAgMCAwLTEuODkuNzk1TDEuOTg0IDExLjI3Yy0uMzIyLjMzMi0uNDguNzYzLS40ODIgMS4yMjIgMCAuNDg1LjE4My45ODYuNTYyIDEuMzc3LjM3OS4zOS44NjIuNTggMS4zMzIuNThhMS42MzUgMS42MzUgMCAwIDAgMS4xODQtLjQ5Nmw2LjUxNC02LjczYS42NTUuNjU1IDAgMCAwIC4xODItLjQ3LjguOCAwIDAgMC0uMjI5LS41NTYuNzQ1Ljc0NSAwIDAgMC0uNTM4LS4yMzYuNjIuNjIgMCAwIDAtLjQ1My4xODhsLTUuNTQgNS43MjQtMS4wNjItMS4wOTYgNS41NC01LjcyNGMuNDE2LS40MzIuOTctLjY0NiAxLjUxNS0uNjQ0LjU3OCAwIDEuMTYuMjM2IDEuNi42OTEuNDQuNDU2LjY3IDEuMDU2LjY3IDEuNjU0IDAgLjU2LS4yMDcgMS4xMzQtLjYyMyAxLjU2NEw1LjY0IDE1LjA0OUEzLjEwNCAzLjEwNCAwIDAgMSAzLjQwMiAxNmgtLjAwNnoiIGZpbGw9IiMxOTc5QzMiLz48L3N2Zz4=');
}
.amrma-chat-send .amrma-attach-file .amrma-label:before {
  top: 0;
  left: 5px;
  width: 29px;
  height: 27px;
  background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjkiIGhlaWdodD0iMjciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik01Ljc5MyAyN2MtMS40Ny4wMDItMi45NTMtLjU5Mi00LjA4My0xLjc0N0E1Ljk4MiA1Ljk4MiAwIDAgMSAwIDIxLjA4MWE1LjU2OCA1LjU2OCAwIDAgMSAxLjU3My0zLjkxMmwuMjQtLjI0OEwxNi4zMDQgMi4xMDlBNi45OTYgNi45OTYgMCAwIDEgMjEuMzQyIDBjMS45MzgtLjAwMiAzLjkwMi43OCA1LjM5OSAyLjMxQTcuODk4IDcuODk4IDAgMCAxIDI5IDcuODI1Yy4wMDMgMS44NjgtLjY4MyAzLjczOC0yLjA2NCA1LjE0OUwxNC43NyAyNS40MDlsLS45MDYuOTI1LTEuODEtMS44NTFMMjUuMTI4IDExLjEyYy44NzYtLjg5NSAxLjMxMS0yLjA3IDEuMzEzLTMuMjk3IDAtMS4yOTYtLjUtMi42My0xLjUxLTMuNjYzLTEuMDEzLTEuMDM1LTIuMzE2LTEuNTQzLTMuNTg4LTEuNTQ0YTQuNDU3IDQuNDU3IDAgMCAwLTMuMjI0IDEuMzQzTDMuMzg0IDE5LjAxOGMtLjU0OS41Ni0uODIgMS4yODctLjgyMiAyLjA2My4wMDIuODE4LjMxMyAxLjY2My45NiAyLjMyMy42NDUuNjU3IDEuNDcuOTc4IDIuMjcxLjk4YTIuODA0IDIuODA0IDAgMCAwIDIuMDItLjgzOWwxMS4xMTItMTEuMzU3Yy4yMDgtLjIxMy4zMS0uNDgyLjMxMS0uNzkxIDAtLjMyNi0uMTI0LS42NjYtLjM5MS0uOTRhMS4yNzggMS4yNzggMCAwIDAtLjkxOC0uMzk4IDEuMDYzIDEuMDYzIDAgMCAwLS43NzMuMzE4bC05LjQ1IDkuNjU4LTEuODEyLTEuODQ4IDkuNDUyLTkuNjZhMy41OCAzLjU4IDAgMCAxIDIuNTgzLTEuMDg2Yy45ODYgMCAxLjk3OC4zOTcgMi43MyAxLjE2NmEzLjk5OSAzLjk5OSAwIDAgMSAxLjE0MSAyLjc5IDMuNzcxIDMuNzcxIDAgMCAxLTEuMDYxIDIuNjRMOS42MiAyNS4zOTRBNS4zMjMgNS4zMjMgMCAwIDEgNS44MDMgMjdoLS4wMSIgZmlsbD0iIzE5NzlDMyIvPjwvc3ZnPg==');
}
.amrma-return-policy {
  display: inline-block;
  margin-top: 30px;
}
.amrma-return-policy.-border {
  padding: 5px;
  border: 2px solid #ffcdd2;
  box-shadow: 0 4px 8px rgba(0, 62, 176, 0.1);
}
.amrma-return-policy .amrma-text {
  margin-left: 15px;
  padding-left: 20px;
}
.amrma-btns-block {
  margin-top: 15px;
}
.amrma-btns-block .amreturn-btn {
  margin: 0 20px 0 0;
  padding: 11px 15px;
  height: auto;
  line-height: 16px;
  box-shadow: none;
}
.amrma-link-cancel {
  font-weight: bold;
  color: #1979c3;
}
.amrma-chat-file.-newreturn {
  display: flex;
  align-items: center;
  margin: 0;
}
.amrma-chat-file.-newreturn:before {
  top: 7px;
}
.amrma-chat-file.-newreturn .amrma-file {
  padding: 0;
}
.amrma-chat-file.-newreturn .amrma-delete {
  padding: 0;
  margin-left: 10px;
}
.section-content.login-infobox {
  padding: 0 0 50px;
}
.section-content.login-infobox .top-row {
  margin-bottom: 0;
  gap: 20px;
  align-items: start;
  flex-direction: column-reverse;
}
.section-content.login-infobox p {
  margin: 0 0 15px 0;
  font-size: 15px;
  line-height: 25px;
}
.section-content.login-infobox .profile-img-box {
  width: 200px;
}
.section-content.login-infobox .profile-img-box img {
  margin: 0;
  border: 1px solid #ccc;
}
.section-content.login-infobox .content_inner {
  width: 100%;
  font-size: 15px;
  line-height: 25px;
}
.section-content.login-infobox .content_inner ul {
  padding-left: 18px;
  margin-bottom: 0;
}
.section-content.login-infobox .content_inner ul li {
  margin-bottom: 10px;
}
._strong {
  font-weight: 600;
}
._nomargin {
  margin: 0;
}
._hide {
  display: none;
}
.amrma-chat-container {
  box-sizing: border-box;
  background: #f9f9fc;
  border: 1px solid #ebeef5;
  border-radius: 2px;
}
.amrma-chat-block {
  display: flex;
  flex-direction: column;
  overflow-y: hidden;
  min-height: 270px;
  max-height: 270px;
  padding-right: 5px;
  margin: 30px 20px 20px;
}
.amrma-chat-block:hover {
  overflow-y: scroll;
  padding-right: 0;
}
.amrma-chat-block::-webkit-scrollbar-track {
  border-radius: 3px;
}
.amrma-chat-block::-webkit-scrollbar {
  width: 5px;
}
.amrma-chat-block::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: #c5c5c5;
}
.amrma-message-block {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 15px 20px 10px;
  border-radius: 10px;
}
.amrma-message-block:before {
  position: absolute;
  top: 15px;
  width: 11px;
  height: 22px;
  content: '';
}
.amrma-message-block .amrma-message {
  white-space: pre-wrap;
  word-wrap: break-word;
}
.amrma-message-block .amrma-date {
  align-self: flex-end;
  margin: 0;
  padding: 0;
  color: #999;
  font-size: 12px;
}
.amrma-message-block .amrma-image {
  width: auto;
  height: auto;
  max-width: 225px;
  margin: 0;
  padding: 0;
}
.amrma-chat-message.-left .amrma-message-block {
  background: #e2f5fe;
}
.amrma-chat-message.-left .amrma-message-block:before {
  left: -11px;
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEwLjUgMjEuNUwuMzI3IDMuMTlDLS41MzUgMS42MzUuOTA0LS4xODggMi42MTUuMjkxTDEwLjUgMi41djE5eiIgZmlsbD0iI0UxRjVGRSIvPjwvc3ZnPg==');
}
.amrma-chat-message.-right .amrma-message-block {
  background: #eceeff;
}
.amrma-chat-message.-right .amrma-message-block:before {
  right: -11px;
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTAgMjEuNUwxMC4xNzIgMy4xOWMuODYzLTEuNTU0LS41NzYtMy4zNzctMi4yODctMi44OThMMCAyLjV2MTl6IiBmaWxsPSIjRUNFRUZGIi8+PC9zdmc+');
}
.amrma-chat-message {
  margin: 5px 20px;
  max-width: 80%;
}
.amrma-chat-message.-default {
  display: none;
}
.amrma-chat-message.-left {
  align-self: flex-start;
}
.amrma-chat-message.-right {
  align-self: flex-end;
}
.amrma-chat-message.-right .amrma-username {
  text-align: right;
}
.amrma-chat-message .amrma-username {
  margin-bottom: 5px;
  color: #777;
}
.amrma-chat-message .amrma-delete-container {
  text-align: right;
}
.amrma-message:before {
  position: absolute;
  width: 13px;
  height: 20px;
  content: '';
}
.amrma-chat-file {
  position: relative;
  padding-left: 25px;
}
.amrma-chat-file.-preview {
  display: flex;
  align-items: center;
  margin: 25px;
  padding-right: 20px;
  color: #006bb4;
}
.amrma-chat-file:before {
  position: absolute;
  top: 2px;
  left: 0;
  width: 17px;
  height: 16px;
  content: '';
  background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0zLjM5NiAxNmEzLjMzMiAzLjMzMiAwIDAgMS0yLjM5My0xLjAzNUEzLjU2NSAzLjU2NSAwIDAgMSAwIDEyLjQ5MmEzLjMxOCAzLjMxOCAwIDAgMSAuOTIyLTIuMzE4bC4xNC0uMTQ3TDkuNTU4IDEuMjVBNC4wNzkgNC4wNzkgMCAwIDEgMTIuNTExIDBjMS4xMzYtLjAwMSAyLjI4Ny40NjMgMy4xNjUgMS4zN0E0LjcwNyA0LjcwNyAwIDAgMSAxNyA0LjYzNmE0LjM2NCA0LjM2NCAwIDAgMS0xLjIxIDMuMDVsLTcuMTMyIDcuMzctLjUzMS41NDgtMS4wNi0xLjA5N0wxNC43MyA2LjU5Yy41MTMtLjUzLjc2OC0xLjIyNi43Ny0xLjk1M2EzLjEzIDMuMTMgMCAwIDAtLjg4Ni0yLjE3MSAyLjkzMiAyLjkzMiAwIDAgMC0yLjEwMy0uOTE1IDIuNTk5IDIuNTk5IDAgMCAwLTEuODkuNzk1TDEuOTg0IDExLjI3Yy0uMzIyLjMzMi0uNDguNzYzLS40ODIgMS4yMjIgMCAuNDg1LjE4My45ODYuNTYyIDEuMzc3LjM3OS4zOS44NjIuNTggMS4zMzIuNThhMS42MzUgMS42MzUgMCAwIDAgMS4xODQtLjQ5Nmw2LjUxNC02LjczYS42NTUuNjU1IDAgMCAwIC4xODItLjQ3LjguOCAwIDAgMC0uMjI5LS41NTYuNzQ1Ljc0NSAwIDAgMC0uNTM4LS4yMzYuNjIuNjIgMCAwIDAtLjQ1My4xODhsLTUuNTQgNS43MjQtMS4wNjItMS4wOTYgNS41NC01LjcyNGMuNDE2LS40MzIuOTctLjY0NiAxLjUxNS0uNjQ0LjU3OCAwIDEuMTYuMjM2IDEuNi42OTEuNDQuNDU2LjY3IDEuMDU2LjY3IDEuNjU0IDAgLjU2LS4yMDcgMS4xMzQtLjYyMyAxLjU2NEw1LjY0IDE1LjA0OUEzLjEwNCAzLjEwNCAwIDAgMSAzLjQwMiAxNmgtLjAwNnoiIGZpbGw9IiMxOTc5QzMiLz48L3N2Zz4=');
}
.amrma-chat-file .amrma-file {
  font-weight: 600;
}
.amrma-delete {
  display: inline-block;
  margin-left: 10px;
  width: 16px;
  height: 16px;
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAzNiAzNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTM1LjkxOCAyLjcxNEwzMy4yMDMgMCAxOC40MTggMTQuNzg3IDMuNjMzIDAgLjkxOCAyLjcxMyAxNS43MDUgMTcuNS45MiAzMi4yODcgMy42MzMgMzVsMTQuNzg1LTE0Ljc4NiAxNC43ODUgMTQuNzg1IDIuNzExLTIuNzEzTDIxLjEzMSAxNy41IDM1LjkxOCAyLjcxNCIgZmlsbD0iIzAwNmJiNCIvPjwvc3ZnPg==');
  background-repeat: no-repeat;
  cursor: pointer;
}
.amrma-chat-send {
  position: relative;
  display: flex;
  align-items: flex-end;
  padding: 10px;
  border-radius: 2px;
  background: #fff;
}
.amrma-chat-send .amrma-textarea {
  margin-left: 25px;
  width: 86%;
  max-height: 250px;
  min-height: 40px;
  border: none;
  resize: none;
}
.amrma-chat-send .amrma-hiddentext {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  white-space: pre-wrap;
}
.amrma-chat-notification {
  display: flex;
  margin: 5px 0 5px 20px;
}
.amrma-chat-notification .amrma-notification {
  margin-right: 15px;
  font-weight: 600;
  font-size: 14px;
}
.amrma-chat-notification .amrma-date {
  line-height: 19px;
}
.amrma-chat-comment {
  margin: 0 auto;
  padding: 125px 0;
  color: #999;
}
.amrma-quick-reply {
  display: none;
}
.amrma-tracking-information {
  margin-bottom: 40px;
}
.amrma-tracking-information .table-wrapper .table-returns-items .amrma-tbody > .amrma-row > .col {
  border-top: none;
}
.amrma-tracking-information .table-wrapper .table-returns-items .amrma-tbody > .amrma-row > .col:first-child {
  padding-left: 10px;
}
.amrma-tracking-add {
  display: flex;
  flex-direction: column;
  margin: 0 15px;
}
.amrma-tracking-add .amrma-input {
  margin: 10px 0;
}
.amrma-tracking-add .amreturn-btn {
  margin-left: 0;
}
.amrma-tracking-add .amrma-label {
  margin-bottom: 5px;
  font-weight: 600;
}
.amrma-tracking-information .amrma-thead .amrma-col.remove {
  display: none;
}
.product-item-details .product-item-inner .product-free-shipping {
  margin-top: 15px;
}
.categories-section ul.list-category {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
.categories-section ul.list-category li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.categories-section ul.list-category li .category-image {
  line-height: 0;
  margin: 0;
  padding: 0;
}
.categories-section ul.list-category li .category-image a {
  display: block;
}
.categories-section ul.list-category li a.category-name {
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}
.categories-section ul.list-category li a.category-name:hover {
  color: #0F5EA5;
  filter: brightness(0) saturate(100%) invert(28%) sepia(98%) saturate(750%) hue-rotate(180deg) brightness(91%) contrast(89%);
}
.categories-section .browse-all-category {
  display: flex;
}
.categories-section .browse-all-category a.category-button {
  background: #F46414;
  border-radius: 4px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  padding: 11px 37px;
}
.categories-section .browse-all-category a.category-button:hover {
  background-color: #0f5ea5;
}
._error .order-comment-input {
  outline: none;
  border: 2px solid #ed8380;
}
._error .order-comment-input:focus {
  outline: none;
  border: 2px solid #ed8380;
  box-shadow: 0 0 3px #ed8380;
}
.checkout-payment-method .payment-option._collapsible.comment .payment-option-content {
  display: block;
}
.cart-order-comment {
  border-bottom: 1px solid #d1d1d1;
  clear: left;
}
.cart-order-comment .fieldset.order-comment {
  display: block;
}
.cart-order-comment .fieldset.order-comment > div {
  display: block;
}
/**
 * @author Calcurates Team
 * @copyright Copyright © 2021 Calcurates (https://www.calcurates.com)
 * @license https://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
 * @package Calcurates_ModuleMagento
 */
.calcurates-rate-img {
  width: 50px;
  min-width: 50px;
  display: block;
  margin: 0 10px;
}
.table-checkout-shipping-method .field-tooltip-action.action-calendar:before {
  content: '\e612';
}
.calcurates-rates-container {
  margin-top: 20px;
  padding: 20px;
  background: #f6f6f6;
}
.calcurates-rates-container .calcurates-rates-title {
  margin: 0 0 15px 15px;
  font-weight: 600;
  font-size: 16px;
}
.calcurates-rates-container .calcurates-address-autocomplete,
.calcurates-rates-container .calcurates-rates-list {
  margin: 0 15px 15px 15px;
}
.calcurates-rates-container .calcurates-rate-item {
  margin: 0 0 15px 0;
}
.calcurates-estimate-block {
  position: relative;
  margin-bottom: 20px;
  min-height: 70px;
}
.calcurates-estimate-block.-hidden {
  display: none;
}
.calcurates-estimate-block > .loading-mask {
  position: absolute;
}
.calcurates-estimate-block > .loading-mask > .loader > img {
  position: absolute;
}
.calcurates-in-store-pickup {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.calcurates-in-store-pickup .action {
  line-height: 2.9rem;
  padding: 14px 17px;
  font-size: 2.5rem;
}
.calcurates-in-store-pickup .action.chosen {
  background: #ffffff;
}
.calcurates-in-store-pickup .calcurates-store {
  margin-top: 2rem;
}
.calcurates-delivery-dates-sidebar-container .calcurates-label {
  color: #666;
}
#checkout:not(.am-checkout) #opc-shipping_method #checkout-shipping-method-load .table-checkout-shipping-method:not(.amcheckout-shipping-methods) {
  max-width: unset;
}
#checkout.am-checkout.-modern .table-checkout-shipping-method tbody tr.shipment-title:first-child td {
  width: auto;
}
#checkout.am-checkout.-modern .table-checkout-shipping-method tbody .shipment-products-row,
#checkout.am-checkout.-modern .table-checkout-shipping-method tbody .shipment-title {
  width: 100%;
}
#checkout.am-checkout.-modern .table-checkout-shipping-method tbody .row-error {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#checkout.am-checkout.-modern .table-checkout-shipping-method tbody .row-error .col-error {
  width: 100%;
}
.table-checkout-shipping-method > tbody > tr > th,
.table-checkout-shipping-method > tfoot > tr > th,
.table-checkout-shipping-method > tbody > tr > td,
.table-checkout-shipping-method > tfoot > tr > td {
  vertical-align: middle;
}
.table-checkout-shipping-method .col-logo {
  text-align: left;
}
.table-checkout-shipping-method tr.shipment-title td {
  padding-bottom: 0;
}
.table-checkout-shipping-method .field-tooltip {
  display: inline-block;
}
.table-checkout-shipping-method tr.shipment-products-row td {
  border-top-width: 0;
}
.table-checkout-shipping-method tr.shipment-products-row td.col:not(:first-child):not(.col-logo):not(.col-carrier) {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.table-checkout-shipping-method tr.shipment-products-row td.col-carrier {
  width: 23%;
}
.table-checkout-shipping-method tr.shipment-products-row td.shipment-products {
  vertical-align: top;
  width: 30%;
}
.table-checkout-shipping-method tr.shipment-products-row td.shipment-products .product {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
}
.table-checkout-shipping-method tr.shipment-products-row td.shipment-products .product .product-image-container {
  flex-shrink: 0;
}
.table-checkout-shipping-method tr.shipment-products-row td.shipment-products .product .product-image-wrapper {
  overflow: visible;
}
.table-checkout-shipping-method tr.shipment-products-row td.shipment-products .product .product-item-details {
  flex-basis: fit-content;
}
.table-checkout-shipping-method tr.shipment-products-row td.shipment-products .product .details-qty .label:after {
  content: ':';
}
.table-checkout-shipping-method tr.shipment-products-row > td[colspan="5"] {
  padding-right: 0;
}
.search-autocomplete {
  position: absolute;
  z-index: 3;
  overflow: hidden;
  margin-top: -15px;
}
.search-autocomplete dl {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.search-autocomplete dl dt {
  border-top: 1px solid #e5e5e5;
  cursor: default;
  margin: 0;
  padding: 7.5px 60px 7.5px 15px;
  position: relative;
  text-align: left;
  white-space: normal;
}
.search-autocomplete dl dt:not(:empty) {
  background: #ffffff;
  border: 1px solid #c2c2c2;
  border-top: 0;
  border-bottom: 0;
}
.search-autocomplete dl dt:first-child {
  border-top: none;
}
.search-autocomplete dl dt:hover,
.search-autocomplete dl dt.selected {
  background: #e8e8e8;
}
.search-autocomplete dl dd {
  border-top: 1px solid #e5e5e5;
  cursor: pointer;
  margin: 0;
  padding: 7.5px 15px;
  position: relative;
  text-align: left;
  white-space: normal;
}
.search-autocomplete dl dd:not(:empty) {
  background: #ffffff;
  border: 1px solid #c2c2c2;
  border-top: 0;
}
.search-autocomplete dl dd:first-child {
  border-top: none;
}
.search-autocomplete dl dd:hover,
.search-autocomplete dl dd.selected {
  background: #e8e8e8;
}
.search-autocomplete dl dd .amount {
  color: #999999;
  position: absolute;
  right: 7px;
  top: 7.5px;
}
.search-autocomplete dl dd .clear {
  clear: both;
}
[data-content-type="faq"] {
  list-style-type: none;
  position: relative;
  width: 100%;
  padding: 0;
  margin: 0;
}
[data-content-type="faq-item"] {
  border-bottom: 1px solid #B7B7B7;
  overflow: hidden;
  padding: 0 !important;
}
[data-content-type="faq-item"] [data-content="true"] {
  display: block;
}
[data-content-type="faq-item"]:first-child h3 {
  margin-top: 0 !important;
}
[data-content-type="faq-item"] h3 {
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
  cursor: pointer;
  padding: 0 !important;
  margin: 20px 35px 20px 0 !important;
}
[data-content-type="faq-item"] h3:before {
  font-family: 'pagebuilder-font';
  margin-left: 5px;
  font-size: 12px;
  right: 0;
  position: absolute;
}
[data-content-type="faq-item"] h3[aria-expanded="true"]:before {
  content: '\f104';
}
[data-content-type="faq-item"] h3[aria-expanded="false"]:before {
  content: '\f101';
}
body#html-body .product-faq [data-element="answer"] {
  padding: 0px 0 10px 0;
}
@media screen and (max-width: 1024px) {
  [data-content-type="faq-item"] h3 {
    font-size: 18px;
    margin: 15px 30px 15px 0 !important;
  }
  body#html-body .product-faq [data-element="answer"] {
    font-size: 18px;
  }
}
.amasty_rma-guest-login .page-wrapper .page-main,
.amasty_rma-guest-newreturn .page-wrapper .page-main {
  margin-top: 30px;
}
.amasty_rma-guest-login .page-wrapper .page-main .block-orders-returns {
  text-align: center;
}
.amasty_rma-guest-login .page-wrapper .page-main .block-orders-returns .form-orders-search {
  box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.3);
  display: inline-block;
  padding: 20px;
  margin: 0 auto;
  border-radius: 5px;
}
.shop-index-index .page-title-wrapper {
  text-align: center;
}
.shop-index-index .page-title-wrapper .page-title {
  padding: 5px 0 42px 0;
  margin-bottom: 0;
}
.category-lists {
  width: 100%;
  list-style: none;
  padding-left: 0;
  padding-bottom: 25px;
}
.category-lists .list-category {
  display: inline-block;
  margin: 0 0 12px 0;
}
.category-lists .cms_category {
  display: inline-block;
  width: 340px;
  text-align: left;
}
.category-lists .cms_category .cat_img_container .cat_img {
  display: block;
  width: 340px;
  height: 188px;
  border-radius: 5px;
}
.category-lists .cms_category .cat_links_container {
  padding: 24px 0 0 30px;
  background-color: #0f5ea5;
  color: #ffffff;
  font-size: 20px;
  overflow: hidden;
  position: relative;
  margin-top: -15px;
  text-align: center;
}
.category-lists .cms_category .cat_links_container .hd {
  font-size: 30px;
  font-family: 'Lato Bold';
  margin-bottom: 12px;
  text-align: left;
}
.category-lists .cms_category .cat_links_container .hd .parent_links {
  color: #ffffff !important;
}
.category-lists .cms_category .cat_links_container .cat_table {
  display: inline-block;
  padding: 0;
  width: 42%;
  vertical-align: top;
  list-style: none;
  text-align: left;
}
.category-lists .cms_category .cat_links_container .cat_table a {
  color: #ffffff;
}
.category-lists .cms_category .cat_links_container .cat_table a:hover {
  color: #ffffff;
}
.category-lists .cms_category .cat_links_container .cat_table a:visited {
  color: #ffffff;
}
.category-lists .cms_category .cat_links_container .cat_table.even {
  padding-right: 31px;
}
.category-lists .cms_category .cat_links_container .cat_table .cat_row {
  margin-bottom: 12px;
  line-height: 25px;
}
.category-lists .cms_category .cat_links_container .cat_links {
  color: #ffffff;
  padding: 5px 20px;
  text-transform: capitalize;
  border: 1px solid;
  margin: 10px 0 20px;
  display: inline-block;
  border-radius: 5px;
  transition: .3s;
  text-decoration: none;
}
.category-lists .cms_category .cat_links_container .cat_links:hover {
  color: #ffffff;
  background-color: #c24904;
  border-color: #c24904;
}
img.lozad[data-loaded=true] {
  opacity: 0;
}
img.lozad {
  color: transparent;
  min-height: 50px;
  visibility: hidden;
  position: relative;
  display: inline-block;
}
img.lozad::before {
  position: absolute;
  width: 100%;
  content: ' ';
  height: 100%;
  min-height: 50px;
  background: url("../../frontend/Harriswebworks/westrocksupply/en_US/images/theme/images/loader-2.gif") no-repeat center center / 40px 40px;
  display: block;
  top: 0;
  left: 0;
  visibility: visible;
}
.lozad.animshow {
  opacity: 1 !important;
  visibility: visible;
  /* transition-delay:0.2s; */
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: opacity .2s linear;
  min-height: initial;
}
.lozad.animshow:before {
  opacity: 0;
}
img.lozad.animshow {
  height: auto;
}
.lozad.product-image-photo {
  position: absolute;
}
/**
 * Harriswebworks_AddressAutofill
 */
/**
 * Harriswebworks_AddressAutofill
 */
.validateAddressForm .form.validate,
.validateBinding .form.validate,
.checkout-validate-address .form.validate {
  display: flex;
  flex-wrap: wrap;
}
.validateAddressForm .form.validate .addressOption,
.validateBinding .form.validate .addressOption,
.checkout-validate-address .form.validate .addressOption {
  display: flex;
  margin: 20px 10px 0 10px;
  flex: 1 0 auto;
}
.validateAddressForm .form.validate .addressOption .addressLabel,
.validateBinding .form.validate .addressOption .addressLabel,
.checkout-validate-address .form.validate .addressOption .addressLabel {
  flex: 1;
  cursor: pointer;
  display: block;
  padding: 10px 10px 10px 30px;
  left: -10px;
  position: relative;
}
.validateAddressForm .form.validate .addressOption .addressLabel .optionTitle,
.validateBinding .form.validate .addressOption .addressLabel .optionTitle,
.checkout-validate-address .form.validate .addressOption .addressLabel .optionTitle {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 5px;
}
.validateAddressForm .form.validate .addressOption .addressRadio,
.validateBinding .form.validate .addressOption .addressRadio,
.checkout-validate-address .form.validate .addressOption .addressRadio {
  flex: 0;
  right: -10px;
  top: 10px;
  display: table;
  position: relative;
}
.validateAddressForm .form.validate .addressOption.selected,
.validateBinding .form.validate .addressOption.selected,
.checkout-validate-address .form.validate .addressOption.selected {
  outline: 1px solid #cccccc;
  background: #f5f5f5;
}
.validateAddressForm .legend,
.validateBinding .legend,
.checkout-validate-address .legend {
  margin: 0;
  padding: 0;
  border-bottom: none;
}
.validateAddressForm .legend .step-title,
.validateBinding .legend .step-title,
.checkout-validate-address .legend .step-title {
  padding-bottom: 15px;
}
.validateAddressForm .validatedAddress,
.validateBinding .validatedAddress,
.checkout-validate-address .validatedAddress {
  margin-top: 10px;
  padding: 10px;
  outline: 1px solid #cccccc;
  background: #f5f5f5;
}
.validateAddressForm .address-field-changed,
.validateBinding .address-field-changed,
.checkout-validate-address .address-field-changed {
  text-decoration: none;
  background-color: #93ee9e;
}
.validateAddressForm .errorMessageContainer .instructions p,
.validateBinding .errorMessageContainer .instructions p,
.checkout-validate-address .errorMessageContainer .instructions p,
.validateAddressForm .errorMessageContainer .originalAddressText,
.validateBinding .errorMessageContainer .originalAddressText,
.checkout-validate-address .errorMessageContainer .originalAddressText {
  margin: 10px 0 ;
  padding: 10px;
  outline: 1px solid #cccccc;
  background: #f5f5f5;
}
.validateAddressForm .instructions,
.validateBinding .instructions,
.checkout-validate-address .instructions {
  margin-top: 10px;
}
.validateAddressForm .instructions a:hover,
.validateBinding .instructions a:hover,
.checkout-validate-address .instructions a:hover {
  cursor: pointer;
}
.validateAddressForm,
.validateBinding {
  display: none;
}
.multishipping-checkout .form.validate .addressOption {
  margin: 0 10px 10px 0;
}
.items.payment-methods .certificates {
  text-align: center;
  padding-bottom: 10px;
}
.totals-tax.certificate-links {
  display: flex;
  flex-direction: column;
}
.totals-tax.certificate-links a {
  display: inline-block;
}
.cart-totals tbody .totals-tax-details:not(.custom-tax) th,
.table-totals tbody .totals-tax-details:not(.custom-tax) th.mark {
  padding-left: 10px;
}
.customs-explanation {
  clear: both;
  padding-top: 20px;
}
.totals-tax-summary.totals-tax-holder {
  transform: translateY(100%);
}
.totals-tax-details.custom-tax {
  transform: translateY(-100%);
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
*/
.cms-grand-opening-bash .column:not(.sidebar-main) .form.contact {
  float: none;
  width: 100%;
}
.cms-grand-opening-bash .column:not(.sidebar-additional) .form.contact {
  display: block;
}
.cms-grand-opening-bash .column:not(.sidebar-additional) .form.contact .fieldset .field .label {
  text-align: left;
  font-weight: normal;
  font-family: 'Poppins-Regular';
  font-size: 16px;
}
.cms-grand-opening-bash .column:not(.sidebar-additional) .form.contact .fieldset .field .control {
  width: 100%;
  display: block;
}
.cms-grand-opening-bash .column:not(.sidebar-additional) .form.contact .fieldset .field .control .input-text {
  height: 42px;
  border-radius: 4px;
  border: 1px solid #707070;
  font-family: 'Poppins-Regular';
}
.cms-grand-opening-bash .column:not(.sidebar-additional) .form.contact .fieldset .field.checkbox {
  margin-bottom: 0;
}
.cms-grand-opening-bash .column:not(.sidebar-additional) .form.contact .fieldset .field.checkbox .label {
  width: auto;
  display: inline-block;
  margin-bottom: 10px;
  position: relative;
  margin-left: 5px;
}
.cms-grand-opening-bash .column:not(.sidebar-additional) .form.contact .actions-toolbar {
  margin-left: auto;
  text-align: center;
}
.cms-grand-opening-bash .column:not(.sidebar-additional) .form.contact .actions-toolbar .primary {
  float: unset;
}
.cms-grand-opening-bash .column:not(.sidebar-additional) .form.contact .actions-toolbar .primary .action.submit.primary {
  font-size: 16px;
  font-family: 'Poppins-Bold';
  padding: 15px 56px;
  font-weight: normal;
  width: 50%;
}
.cms-grand-opening-bash .column:not(.sidebar-additional) .form.contact .actions-toolbar .primary .action.submit.primary:hover {
  background: #a41e29;
  border: 1px solid #a41e29;
}
.cms-grand-opening-bash .column:not(.sidebar-additional) .contact-content {
  display: block;
  width: 100%;
}
.cms-grand-opening-bash .column:not(.sidebar-additional) .contact-content .title {
  font-size: 25px;
  font-family: 'Poppins-Bold';
}
.cms-grand-opening-bash .column:not(.sidebar-additional) .contact-content .content {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 25px;
}
.cms-grand-opening-bash .application-btn {
  font-size: 16px;
  padding: 10px 10px;
  width: auto;
  background: #092e8b;
  border: 1px solid #1979c3;
  color: #ffffff;
  border-radius: 4px;
}
.page-main .category-area {
  clear: both;
}
.category-area {
  padding: 0 15px;
  display: block;
}
.single-category {
  display: inline-block;
  text-align: center;
  margin-right: 5px;
  /*border: 1px solid @product-border-color;*/
  width: calc(20% - 5px);
}
.single-category h2 {
  line-height: 24px;
  font-size: 20px;
  margin: 5px 0;
  font-family: 'Lato-Bold';
  color: #000000;
  -webkit-transition: color 300ms;
  transition: color 300ms;
}
.single-category h2:hover {
  color: #FF0000;
  text-decoration: none;
}
.single-category a:hover {
  text-decoration: none;
}
.single-category:last-child {
  margin-right: 0;
}
.wrapper_slider .owl .owl-item {
  float: left;
}
.wrapper_slider .owl-loaded,
.wrapper_slider .owl-carousel {
  overflow: hidden;
  position: relative;
}
.wrapper_slider .owl-nav button,
.wrapper_slider .owl-nav .cart.table-wrapper .actions-toolbar > .action,
.wrapper_slider .owl-nav .quote-details-items .actions-toolbar > .action,
.wrapper_slider .owl-nav .action-gift {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: 0;
}
.wrapper_slider .owl-nav button:active,
.wrapper_slider .owl-nav .cart.table-wrapper .actions-toolbar > .action:active,
.wrapper_slider .owl-nav .quote-details-items .actions-toolbar > .action:active,
.wrapper_slider .owl-nav .action-gift:active {
  box-shadow: none;
}
.wrapper_slider button.owl-prev,
.wrapper_slider .cart.table-wrapper .actions-toolbar > .action.owl-prev,
.wrapper_slider .quote-details-items .actions-toolbar > .action.owl-prev,
.wrapper_slider .action-gift.owl-prev {
  left: 0;
}
.wrapper_slider button.owl-next,
.wrapper_slider .cart.table-wrapper .actions-toolbar > .action.owl-next,
.wrapper_slider .quote-details-items .actions-toolbar > .action.owl-next,
.wrapper_slider .action-gift.owl-next {
  right: 0;
}
.wrapper_slider .banner_item {
  position: relative;
}
.wrapper_slider .banner_item img {
  height: 510px;
  background-size: cover;
  background-position: center;
  width: 100%;
}
.wrapper_slider .banner_item .banner_content {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-style: normal;
  text-decoration: none;
  text-transform: capitalize;
  color: #fff;
  border-radius: 0;
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.3);
  display: block;
  width: auto;
  text-align: center;
  padding: 0 8%;
}
.wrapper_slider .banner_item h1,
.wrapper_slider .banner_item h2,
.wrapper_slider .banner_item h3,
.wrapper_slider .banner_item h4,
.wrapper_slider .banner_item h5,
.wrapper_slider .banner_item h6 {
  font-weight: 700;
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.3);
  margin-bottom: 15px;
}
.wrapper_slider .banner_item h1 {
  font-size: 36px;
  line-height: 40px;
}
.wrapper_slider .banner_item h2 {
  font-size: 30px;
  line-height: 46px;
}
.wrapper_slider .banner_item h3 {
  font-size: 26px;
  line-height: 30px;
}
.wrapper_slider .banner_item h4 {
  font-size: 24px;
  line-height: 30px;
}
.wrapper_slider .banner_item h5 {
  font-size: 22px;
  line-height: 26px;
}
.wrapper_slider .banner_item h6 {
  font-size: 20px;
  line-height: 24px;
}
.wrapper_slider .banner_item p {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
}
.wrapper_slider .banner_item p a {
  margin-top: 20px;
  display: inline-block;
  background: #827839;
  padding: 10px 20px;
  color: #fff;
  font-weight: 700;
  transition: .3s;
  font-size: 20px;
  line-height: 1;
}
.wrapper_slider .banner_item p a:hover {
  text-decoration: none;
  background: #AF9B60;
}
.wrapper_slider button.owl-dot,
.wrapper_slider .cart.table-wrapper .actions-toolbar > .action.owl-dot,
.wrapper_slider .quote-details-items .actions-toolbar > .action.owl-dot,
.wrapper_slider .action-gift.owl-dot {
  box-shadow: none;
  background: transparent;
  border: 0;
  padding: 5px;
}
.wrapper_slider button.owl-dot span,
.wrapper_slider .cart.table-wrapper .actions-toolbar > .action.owl-dot span,
.wrapper_slider .quote-details-items .actions-toolbar > .action.owl-dot span,
.wrapper_slider .action-gift.owl-dot span {
  background: transparent;
  height: 12px;
  width: 12px;
  display: block;
  border-radius: 20px;
  border: 2px solid #fff;
}
.wrapper_slider .owl-nav button,
.wrapper_slider .owl-nav .cart.table-wrapper .actions-toolbar > .action,
.wrapper_slider .owl-nav .quote-details-items .actions-toolbar > .action,
.wrapper_slider .owl-nav .action-gift {
  box-shadow: none;
}
.wrapper_slider .owl-nav button img,
.wrapper_slider .owl-nav .cart.table-wrapper .actions-toolbar > .action img,
.wrapper_slider .owl-nav .quote-details-items .actions-toolbar > .action img,
.wrapper_slider .owl-nav .action-gift img {
  max-height: 50px;
}
.wrapper_slider .owl-nav button:hover,
.wrapper_slider .owl-nav .cart.table-wrapper .actions-toolbar > .action:hover,
.wrapper_slider .owl-nav .quote-details-items .actions-toolbar > .action:hover,
.wrapper_slider .owl-nav .action-gift:hover {
  background: transparent;
  opacity: 0.9;
}
.wrapper_slider .owl-nav.disabled {
  display: none;
}
.wrapper_slider .owl-dots {
  text-align: center;
  margin-top: -50px;
  position: absolute;
  z-index: 99999;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
}
.wrapper_slider button.owl-dot.active span,
.wrapper_slider .cart.table-wrapper .actions-toolbar > .action.owl-dot.active span,
.wrapper_slider .quote-details-items .actions-toolbar > .action.owl-dot.active span,
.wrapper_slider .action-gift.owl-dot.active span {
  opacity: 1;
  background: #fff;
}
@media only screen and (max-width: 767px) {
  .banner-slider .wrapper_slider .owl-nav button,
  .banner-slider .wrapper_slider .owl-nav .cart.table-wrapper .actions-toolbar > .action,
  .banner-slider .wrapper_slider .owl-nav .quote-details-items .actions-toolbar > .action,
  .banner-slider .wrapper_slider .owl-nav .action-gift {
    padding: 7px 5px;
  }
  .banner-slider .wrapper_slider .owl-nav button img,
  .banner-slider .wrapper_slider .owl-nav .cart.table-wrapper .actions-toolbar > .action img,
  .banner-slider .wrapper_slider .owl-nav .quote-details-items .actions-toolbar > .action img,
  .banner-slider .wrapper_slider .owl-nav .action-gift img {
    max-height: 25px;
  }
  img.mobile + img.desktop {
    display: none;
  }
  picture.mobile + picture.desktop {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  img.desktop {
    display: block;
  }
  picture.desktop {
    display: block;
  }
  img.mobile {
    display: none;
  }
  picture.mobile {
    display: none;
  }
  .wrapper_slider .banner_item .banner_content {
    padding: 0 20%;
  }
}
.bfb-checkbox-item,
.bfb-radio-item {
  margin-top: 0.7rem;
}
.mgz-control-radio,
.mgz-control-checkbox {
  cursor: pointer;
  opacity: .01;
  overflow: hidden;
  position: absolute !important;
  vertical-align: top;
}
.mgz-control-radio:after,
.mgz-control-checkbox:after {
  display: none;
}
.mgz-control-radio + label,
.mgz-control-checkbox + label {
  cursor: pointer;
  display: inline-block;
  vertical-align: sub;
}
.mgz-control-radio + label:before,
.mgz-control-checkbox + label:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Magezon-Icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #ffffff;
  border: 1px solid #adadad;
  color: transparent;
  float: left;
  height: 1.6rem;
  text-align: center;
  vertical-align: top;
  width: 1.6rem;
}
.mgz-control-radio + label,
.mgz-control-checkbox + label {
  padding-left: 2.2rem;
}
.mgz-control-radio + label:before,
.mgz-control-checkbox + label:before {
  margin: 1px 0 0 -2.2rem;
}
.mgz-control-radio:checked + label:before,
.mgz-control-checkbox:checked + label:before {
  color: #514943;
}
.mgz-control-radio.disabled + label,
.mgz-control-checkbox.disabled + label,
.mgz-control-radio[disabled] + label,
.mgz-control-checkbox[disabled] + label {
  color: #303030;
  cursor: default;
  opacity: .5;
}
.mgz-control-radio.disabled + label:before,
.mgz-control-checkbox.disabled + label:before,
.mgz-control-radio[disabled] + label:before,
.mgz-control-checkbox[disabled] + label:before {
  background-color: #e9e9e9;
  border-color: #adadad;
  cursor: default;
}
._keyfocus .mgz-control-radio:not([disabled]):focus + label:before,
._keyfocus .mgz-control-checkbox:not([disabled]):focus + label:before,
._keyfocus .mgz-control-radio:not(.disabled):focus + label:before,
._keyfocus .mgz-control-checkbox:not(.disabled):focus + label:before {
  border-color: #007bdb;
}
.mgz-control-radio:not([disabled]):hover + label:before,
.mgz-control-checkbox:not([disabled]):hover + label:before,
.mgz-control-radio:not(.disabled):hover + label:before,
.mgz-control-checkbox:not(.disabled):hover + label:before {
  border-color: #878787;
}
.mgz-control-radio + label:before {
  border-radius: 1.6rem;
  content: '';
  transition: border-color 0.1s linear, color 0.1s ease-in;
}
.mgz-control-radio.mgz-control-radio + label:before {
  line-height: 140%;
}
.mgz-control-radio:checked + label {
  position: relative;
}
.mgz-control-radio:checked + label:after {
  background-color: #514943;
  border-radius: 50%;
  content: '';
  height: 10px;
  left: 3px;
  position: absolute;
  top: 4px;
  width: 10px;
}
.mgz-control-radio:checked:not([disabled]):hover,
.mgz-control-radio:checked:not(.disabled):hover {
  cursor: default;
}
.mgz-control-radio:checked:not([disabled]):hover + label,
.mgz-control-radio:checked:not(.disabled):hover + label {
  cursor: default;
}
.mgz-control-radio:checked:not([disabled]):hover + label:before,
.mgz-control-radio:checked:not(.disabled):hover + label:before {
  border-color: #adadad;
}
.mgz-control-checkbox + label:before {
  border-radius: 1px;
  content: '';
  font-size: 0;
  transition: font-size 0.1s ease-out, color 0.1s ease-out, border-color 0.1s linear;
}
.mgz-control-checkbox:checked + label:before {
  content: '\e62d';
  font-size: 1.1rem;
  line-height: 125%;
}
.mgz__actions-switch {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.admin__field-control .mgz__actions-switch {
  line-height: 3.2rem;
}
.mgz__actions-switch + .admin__field-service {
  min-width: 34rem;
}
.mgz__actions-switch-checkbox {
  position: absolute !important;
}
._disabled .mgz__actions-switch-checkbox + .mgz__actions-switch-label,
.mgz__actions-switch-checkbox.disabled + .mgz__actions-switch-label {
  cursor: not-allowed;
  opacity: 0.5;
  pointer-events: none;
}
.mgz__actions-switch-checkbox:checked + .mgz__actions-switch-label:before {
  left: 15px;
}
.mgz__actions-switch-checkbox:checked + .mgz__actions-switch-label:after {
  background: #79a22e;
}
.mgz__actions-switch-checkbox:checked + .mgz__actions-switch-label .mgz__actions-switch-text:before {
  content: attr(data-text-on);
}
._error .mgz__actions-switch-checkbox + .mgz__actions-switch-label:before,
._error .mgz__actions-switch-checkbox + .mgz__actions-switch-label:after {
  border-color: #e22626;
}
.mgz__actions-switch-label {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  cursor: pointer;
  display: inline-block;
  height: 22px;
  line-height: 22px;
  position: relative;
  user-select: none;
  vertical-align: middle;
}
.mgz__actions-switch-label:before,
.mgz__actions-switch-label:after {
  left: 0;
  position: absolute;
  right: auto;
  top: 0;
}
.mgz__actions-switch-label:before {
  background: #ffffff;
  border: 1px solid #aaa6a0;
  border-radius: 100%;
  content: '';
  display: block;
  height: 22px;
  transition: left 0.2s ease-in 0s;
  width: 22px;
  z-index: 1;
}
.mgz__actions-switch-label:after {
  background: #e3e3e3;
  border: 1px solid #aaa6a0;
  border-radius: 12px;
  content: '';
  display: block;
  height: 22px;
  transition: background 0.2s ease-in 0s;
  width: 37px;
  z-index: 0;
}
.mgz__actions-switch-text:before {
  content: attr(data-text-off);
  padding-left: 47px;
  white-space: nowrap;
}
.mgzFlex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.mgz-invisible {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.magezon-icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Magezon-Icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.MgzFontAwesome {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.mgz-text-left {
  text-align: left;
}
.mgz-text-right {
  text-align: right;
}
.mgz-text-center {
  text-align: center;
}
.mgz-text-justify {
  text-align: justify;
}
.mgz-hidden {
  display: none;
}
.mgz-hide {
  display: none;
}
.mgz-visible {
  display: block;
}
.mgz_fit {
  width: 1% !important;
}
.mgz_center {
  text-align: center;
}
/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/ClientSide/style.less to edit this template
*/
/*
    Created on : Jan 5, 2024, 7:40:38 PM
    Author     : rafiqul
*/
body:not(.pgp-catalog) select#limiter option[value="all"] {
  display: none;
}
body.pgp-catalog .page-main .column.main,
.pgp-catalog.pre .page-main .column.main {
  font-size: 13px;
}
body.pgp-catalog .page-main .toolbar .limiter,
.pgp-catalog.pre .page-main .toolbar .limiter {
  display: none;
}
hr {
  margin-top: 0;
  margin-bottom: 0;
}
.pgp-catalog-filter ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.pgp-catalog-filter li {
  width: 48%;
  display: inline-block;
}
.child-categories .items {
  margin-bottom: 30px;
}
.child-categories .items .item {
  display: inline-block;
  width: 125px;
  vertical-align: top;
  padding: 0 10px;
  cursor: pointer;
}
.child-categories .items .item img {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.child-categories .items .item:hover img {
  transform: scale(1.05);
}
.product-list-table .show-all-div {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
}
.catalog-table .price-container .price {
  font-weight: bold;
}
.catalog-table thead > tr > th,
.catalog-table tbody > tr > th,
.catalog-table tfoot > tr > th,
.catalog-table thead > tr > th,
.catalog-table tbody > tr > th,
.catalog-table tfoot > tr > th,
.catalog-table thead > tr > td,
.catalog-table tbody > tr > td,
.catalog-table tfoot > tr > td,
.catalog-table thead > tr > td,
.catalog-table tbody > tr > td,
.catalog-table tfoot > tr > td {
  padding: 2px 15px;
  position: relative;
  /*                    &:after{
                                            position: absolute;
                                            top: 0;
                                            right: 0;
                                            content: "";
                                            width: 1px;
                                            height: 100%;
                                            background-color: #ddd;
                                        }
                    
                                        &:last-child{
                                            &:after{
                                                display: none;
                                            }
                                        }*/
}
.catalog-table thead {
  border-bottom: 1px solid #000;
  /*border-top: 1px solid #000;*/
}
.catalog-table thead tr {
  cursor: pointer;
}
.catalog-table thead tr th {
  position: relative;
}
.catalog-table thead tr th.direction:before {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 8px solid black;
  position: absolute;
  content: "";
  top: 8px;
  left: 2px;
  transition: .5s;
  visibility: hidden;
}
.catalog-table thead tr th.desc:before {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  visibility: visible;
}
.catalog-table thead tr th.asc:before {
  visibility: visible;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.catalog-table tbody tr {
  display: table-row;
  border-bottom: 1px solid #ddd !important;
  transition: .2s;
  /*                &.odd{
                                    background-color: #f8f8f8;
                                }*/
}
.catalog-table tbody tr:hover {
  background-color: #eee;
}
.catalog-table tbody tr.table {
  cursor: pointer;
}
.catalog-table tbody tr.ajax-tbl-product {
  background-color: #fff;
}
.catalog-table tbody tr.ajax-tbl-product .product-data {
  padding: 30px;
}
.catalog-table tbody tr.ajax-tbl-product .product-data .pgp-like-list {
  position: relative;
}
.catalog-table tbody tr.ajax-tbl-product .product-data .pgp-like-list .product-addtocart {
  max-width: 210px;
}
.catalog-table tbody tr.ajax-tbl-product .product-data .pgp-like-list .close {
  position: absolute;
  top: -20px;
  right: -20px;
  font-size: 16px;
  line-height: 1;
  cursor: pointer;
}
.catalog-table tbody tr.ajax-tbl-product .product-data .pgp-like-list .compare-wishlist {
  position: absolute;
  top: 0;
  right: 0;
}
.catalog-table tbody tr.ajax-tbl-product .product-data .pgp-like-list .compare-wishlist .action.towishlist:before {
  content: "";
  background: url("/media/images/wishlist.png");
  height: 19px;
  width: 18px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  vertical-align: unset;
  padding: 0px 10px;
}
.catalog-table tbody tr.ajax-tbl-product .product-data .pgp-like-list .compare-wishlist .action.tocompare {
  position: relative;
}
.catalog-table tbody tr.ajax-tbl-product .product-data .pgp-like-list .compare-wishlist .action.tocompare:after {
  content: "";
  background: url("/media/images/compar.png");
  height: 19px;
  width: 15px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
}
.catalog-table tbody tr.ajax-tbl-product .product-data .pgp-like-list .compare-wishlist .action.tocompare span {
  font-size: 0;
}
.catalog-table tbody tr.ajax-tbl-product .price-box {
  margin-bottom: 10px;
}
.catalog-table tbody tr.ajax-tbl-product .price-box .label {
  display: none;
}
.catalog-table tbody tr.ajax-tbl-product .price-box .price {
  font-size: 25px;
  line-height: 1;
  font-family: 'Lato Bold';
}
.catalog-table tbody tr.ajax-tbl-product .price-box .price .old-price {
  font-size: 16px;
  line-height: 26px;
  margin-top: 5px;
  text-decoration: none;
}
.catalog-table tbody tr.ajax-tbl-product .price-box .price .old-price .price-wrapper .price {
  font-size: 16px;
  line-height: 26px;
  color: #707070;
  text-decoration: line-through;
}
.catalog-table tbody tr.ajax-tbl-product .offer {
  margin-bottom: 15px;
}
.catalog-table tbody tr.ajax-tbl-product .offer p {
  margin-bottom: 0;
}
.catalog-table tbody tr.ajax-tbl-product .offer .delivery {
  position: relative;
  padding-left: 20px;
}
.catalog-table tbody tr.ajax-tbl-product .offer .delivery:before {
  content: "";
  background: url("/media/images/delivery-icon.png");
  height: 16px;
  width: 16px;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  bottom: 2px;
}
.catalog-table tbody tr.ajax-tbl-product .box-tocart .fieldset {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
.catalog-table tbody tr.ajax-tbl-product .box-tocart .fieldset .field.qty .label {
  display: none;
}
.catalog-table tbody tr.ajax-tbl-product .box-tocart .fieldset .field.qty .control.qty-change {
  width: auto;
}
.catalog-table tbody tr.ajax-tbl-product .box-tocart .fieldset .field.qty .input-text.qty {
  max-width: 50px;
  height: 33px;
  border-color: #000;
  border-radius: 0;
  margin-right: 7px;
  text-align: center;
}
.catalog-table tbody tr.ajax-tbl-product .box-tocart .fieldset .actions .action.tocart {
  font-size: 16px;
  line-height: 21px;
  font-family: 'Lato Regular';
  text-transform: uppercase;
  padding: 5px 20px;
}
.catalog-table tbody tr.ajax-tbl-product .desc {
  vertical-align: top;
  width: 54%;
}
.catalog-table tbody tr.ajax-tbl-product .desc a {
  font-size: 18px;
}
.catalog-table tbody tr.ajax-tbl-product .desc .view-url a {
  font-family: 'Lato Bold';
  text-decoration: underline;
  font-size: 14px;
}
.catalog-table tbody tr.ajax-tbl-product .desc .sku {
  font-weight: bold;
  margin-bottom: 15px;
}
.catalog-table tbody tr.ajax-tbl-product .desc .short-desc {
  margin-bottom: 30px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.pgp-catalog .modes strong,
.pgp-catalog .modes a {
  display: none;
}
.pgp-catalog .table.list .price-box .sales-amount {
  font-size: 14px;
}
.pgp-search-clear {
  position: absolute;
  right: 10px;
  top: 49%;
  transform: translateY(-51%);
  cursor: pointer;
  font-size: 20px;
  font-weight: bold;
  color: #999999;
}
.pgp-search-input {
  padding-right: 30px;
}
.pgp-catalog .products-list .product-item .message,
.pgp-catalog .product-list-table .catalog-table .message {
  margin: 15px 0;
  line-height: normal;
  white-space: nowrap;
  min-width: 150px;
}
.pgp-product-section .grid.product-items .message {
  line-height: normal;
  min-width: 150px;
}
.pgp-catalog .product-items {
  font-size: unset !important;
}
body.blog-post-view .page-title {
  margin-bottom: 2rem;
}
.blog__post-view:before,
.blog__post-view:after {
  content: '';
  display: table;
}
.blog__post-view:after {
  clear: both;
}
.blog__post-view .blog__post-featured-image {
  float: left;
  padding: 0 2rem 2rem 0;
}
.blog__post-view-related-posts {
  margin: 2rem 0;
}
.blog__post-view-related-posts:before,
.blog__post-view-related-posts:after {
  content: '';
  display: table;
}
.blog__post-view-related-posts:after {
  clear: both;
}
.blog__post-view-related-posts .block-title {
  font-size: 1.8rem;
  margin-bottom: 1rem;
  font-weight: 700;
}
.blog__post-view-related-posts ol {
  margin: 0 -1.5rem;
  list-style: none;
  padding: 0;
}
.blog__post-view-related-posts ol li {
  /*float: left;
                width: 50%;*/
  padding-left: 1.5rem;
  box-sizing: border-box;
  margin-bottom: 2rem;
  overflow: hidden;
  color: #999;
  font-size: 1.2rem;
}
.blog__post-view-related-posts ol li img {
  max-width: 7rem;
  margin: 0 1rem 1rem 0;
  float: left;
  border-radius: 2px;
}
.blog__post-view-related-posts ol li a.post-name {
  display: block;
  margin-top: -5px;
  font-weight: 500;
  color: #333;
  font-size: 1.4rem;
}
.blog__post-view-related-products {
  margin: 2rem 0;
}
.blog__post-view-related-products:before,
.blog__post-view-related-products:after {
  content: '';
  display: table;
}
.blog__post-view-related-products:after {
  clear: both;
}
.blog__post-view-related-products .block-title {
  font-size: 1.8rem;
}
.blog__post-view-related-products ol {
  margin: 0;
  list-style: none;
  padding: 0;
}
.addthis_bar_fixed {
  display: none !important;
}
.blog__post-list-wrapper .blog__post-list {
  list-style: none;
  padding: 0;
}
.blog__post-list-wrapper .blog__post-list > li {
  margin-bottom: 3rem;
  border-bottom: 1px dotted #ddd;
}
.blog__post-list-wrapper .toolbar {
  position: relative;
}
.blog__post-item:before,
.blog__post-item:after {
  content: '';
  display: table;
}
.blog__post-item:after {
  clear: both;
}
.blog__post-item .blog__post-header .blog__post-title {
  margin-bottom: 1.5rem;
  margin-top: 0;
}
.blog__post-item .blog__post-header .blog__post-title a {
  color: #333;
  font-size: 3.5rem;
}
.blog__post-item .blog__post-header .blog__post-title a:hover {
  text-decoration: none;
  color: #000;
}
.blog__post-item .blog__post-excerpt:before,
.blog__post-item .blog__post-excerpt:after {
  content: '';
  display: table;
}
.blog__post-item .blog__post-excerpt:after {
  clear: both;
}
.blog__post-item .blog__post-excerpt > img,
.blog__post-item .blog__post-excerpt > a > img {
  float: left;
  padding: 0 2rem 2rem 0;
  max-width: 30%;
}
.blog__post-item .blog__post-excerpt .read-more {
  display: block;
  text-align: right;
}
.blog__post-item .blog__post-excerpt .listtags {
  margin-top: 1rem;
}
.blog__post-item .blog__post-excerpt .flexrow {
  display: flex;
}
.blog__post-item .blog__post-excerpt .flexcolumn2 {
  flex: 50%;
}
.blog__main-recent .item:before,
.blog__main-recent .item:after {
  content: '';
  display: table;
}
.blog__main-recent .item:after {
  clear: both;
}
.blog__main-recent .item img {
  padding: 0 1rem 1rem 0;
  float: left;
  max-width: 10rem;
  border-radius: 2px;
}
.blog__main-recent .item a {
  color: #333;
  font-size: 1.2rem;
  display: block;
  text-decoration: none;
}
.blog li.blog__post-item {
  background: #ffffff;
  border-radius: 6px;
  box-shadow: none;
  padding: 25px;
}
.blog .blog__post-list-wrapper .toolbar.blog-post-list__toolbar .limiter .limiter-options {
  text-indent: 0;
}
.blog__post-meta {
  color: #a3a3a3;
  margin-bottom: 2rem;
  /*

        .blog__post-meta-sharing {
            display: inline-block;
            margin-left: 2rem;
        }*/
}
.blog__post-meta:before,
.blog__post-meta:after {
  content: '';
  display: table;
}
.blog__post-meta:after {
  clear: both;
}
.blog__post-meta .blog__post-meta-time,
.blog__post-meta .blog__post-meta-author,
.blog__post-meta .blog__post-meta-comments,
.blog__post-meta .blog__post-meta-sharing {
  margin-right: 2rem;
}
.blog__post-footer {
  margin-bottom: 2rem;
  color: #a3a3a3;
}
.blog__post-footer:before,
.blog__post-footer:after {
  content: '';
  display: table;
}
.blog__post-footer:after {
  clear: both;
}
.blog__post-footer .blog__post-footer-categories,
.blog__post-footer .blog__post-footer-tags {
  display: none;
  float: right;
  margin-left: 2rem;
}
.blog__post-footer .blog__post-footer-categories a,
.blog__post-footer .blog__post-footer-tags a {
  color: #a3a3a3;
}
.blog__post-footer .blog__post-footer-categories a::after,
.blog__post-footer .blog__post-footer-tags a::after {
  content: ',';
}
.blog__post-footer .blog__post-footer-categories a:last-child::after,
.blog__post-footer .blog__post-footer-tags a:last-child::after {
  content: '';
}
.blog__post-pinned {
  margin-bottom: 3rem;
  position: relative;
  background: #f0f0f0;
  padding: 15px;
  border-radius: 6px;
}
.blog__post-pinned:before,
.blog__post-pinned:after {
  content: '';
  display: table;
}
.blog__post-pinned:after {
  clear: both;
}
.blog__post-pinned .block-title {
  color: #333333;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 1.8rem;
  width: 100%;
  margin-bottom: 10px;
}
.blog__post-pinned .items .item {
  float: left;
  width: 100%;
}
.blog__post-pinned .items .item img {
  width: 100%;
  margin-bottom: 0;
  display: block;
}
.blog__post-pinned .items .item h2 {
  display: block;
  margin-top: 0;
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 0;
}
.blog__post-pinned .items .item h2 a.title {
  color: #333;
  font-size: 16px;
}
.blog__sidebar-main > .block {
  margin-bottom: 2rem !important;
}
.blog__sidebar-main > .block .block-title {
  font-size: 30px;
  font-weight: 300;
  margin-bottom: 0.5rem;
}
.blog__sidebar-main > .block .block-title strong {
  font-weight: 700;
}
.blog__sidebar-search {
  margin-bottom: 2rem;
}
.blog__sidebar-search form {
  position: relative;
}
.blog__sidebar-search form input {
  font-size: 1.3rem;
  border-radius: 3px;
  height: 50px;
  width: 280px;
}
.blog__sidebar-search form button,
.blog__sidebar-search form .cart.table-wrapper .actions-toolbar > .action,
.blog__sidebar-search form .quote-details-items .actions-toolbar > .action,
.blog__sidebar-search form .action-gift {
  right: 0;
  top: 0;
  position: absolute;
  border-radius: 0 3px 3px 0;
}
.blog__sidebar-recent .item:before,
.blog__sidebar-recent .item:after {
  content: '';
  display: table;
}
.blog__sidebar-recent .item:after {
  clear: both;
}
.blog__sidebar-recent .item img {
  padding: 0 1rem 1rem 0;
  float: left;
  max-width: 10rem;
  border-radius: 2px;
}
.blog__sidebar-recent .item a {
  color: #333;
  font-size: 20px;
  display: block;
  font-weight: 400;
}
.blog__sidebar-recent .item a:hover {
  color: #000;
}
.blog__sidebar-category-tree li.item.level-2 a {
  padding-left: 4rem;
}
.blog__sidebar-category-tree li.item.level-3 a {
  padding-left: 7rem;
}
.blog__sidebar-category-tree li.item.level-4 a {
  padding-left: 9rem;
}
.blog__sidebar-category-tree li.item.level-5 a {
  padding-left: 12rem;
}
.blog__sidebar-tag-cloud {
  overflow: hidden;
  text-overflow: ellipsis;
}
.blog__sidebar-tag-cloud a {
  color: #666;
}
.blog__sidebar-tag-cloud .block-content .action.primary {
  margin-bottom: 5px;
}
.blog__sidebar-rss-link {
  text-align: center;
}
.blog__sidebar-rss-link a {
  color: #999;
  font-size: 1.5rem;
}
.blog__sidebar-rss-link a:hover {
  text-decoration: none;
}
.desktop-only {
  display: block;
}
.desktop-only > a {
  color: #333;
}
.desktop-only > a:hover {
  color: #006bb4;
}
.blog__post-catalog-related-posts ol {
  list-style: none;
  padding: 0;
}
.blog__post-catalog-related-posts ol li {
  margin-bottom: 3rem;
}
.blog__post-catalog-related-posts ol li:before,
.blog__post-catalog-related-posts ol li:after {
  content: '';
  display: table;
}
.blog__post-catalog-related-posts ol li:after {
  clear: both;
}
.blog__post-catalog-related-posts ol li .post-image {
  width: 30%;
  max-width: 10rem;
  float: left;
  padding: 0 1rem 1rem 0;
  border-radius: 3px;
}
.blog__post-catalog-related-posts ol li .post-name {
  display: block;
  font-weight: 500;
}
.blog__copyright-wrapper {
  display: block;
  float: right;
  clear: both;
  margin-top: 50px;
  font-size: 10px !important;
  text-transform: none;
  color: #c2c2c2 !important;
}
.blog__copyright-wrapper * {
  font-size: 10px !important;
  color: #c2c2c2 !important;
}
.blog__copyright-wrapper h3 {
  margin-top: 0;
  display: block;
}
.blog__copyright-wrapper a {
  text-decoration: underline !important;
}
.blog-category-index .page-title-wrapper {
  width: 83%;
  text-align: center;
}
.blog-category-index .post-count {
  display: none;
}
.blog.blog-post-view .blog_post-banner-image .blog__post-featured-image {
  float: none !important;
}
.blog .list-page-title {
  color: #0f5ea5;
  text-align: center;
  font-size: 30px;
}
.blog .blog_post-author-icon {
  height: 17px;
}
.blog .blog__post-list-wrapper .blog-post-list__toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 16px;
}
.blog .blog__post-list-wrapper .blog-post-list__toolbar .pages {
  text-align: center;
  width: 30%;
}
.blog .blog__post-list-wrapper .blog-post-list__toolbar .pages .item {
  font-size: 1.6rem;
}
.blog .blog__post-list-wrapper .blog-post-list__toolbar .pages strong.page {
  font-size: 1.6rem;
}
.blog .blog__post-list-wrapper .blog-post-list__toolbar .pages .next {
  border: none;
  margin-left: 0px;
}
.blog .blog__post-list-wrapper .blog-post-list__toolbar .pages .previous {
  border: none;
  margin-right: 0px;
}
.blog .blog__post-list-wrapper .blog-post-list__toolbar .limiter {
  min-width: 33%;
  text-align: right;
}
.blog .blog__post-list-wrapper .blog-post-list__toolbar .limiter select {
  height: 45px;
}
.blog .block-title {
  font-size: 30px;
}
.blog .block-collapsible-nav-related-posts-title {
  margin-bottom: 15px;
}
.blog .blog__post-meta-time {
  display: inline;
}
.blog .author-img {
  margin-right: 15px;
  float: left;
  box-shadow: 0 0 10px #000;
  border-radius: 50%;
  height: 80px;
  width: 80px;
}
.blog .author-facebook-icon {
  margin-top: 20px;
  height: 25px;
}
.blog .blog__post-details .blog__post-title {
  margin-top: unset;
  margin-bottom: 10px;
  text-align: left;
}
.blog .blog__post-details .blog__post-title a {
  color: #333;
  font-size: 20px;
  font-weight: 650;
}
.blog .blog__post-details .blog__post-text-listing img {
  display: block;
}
.blog .blog__post-details .blog__post-text-listing h2 {
  display: inline;
  font-weight: 400;
  line-height: 1.5;
  font-size: 2rem;
  color: #000000;
  font-family: 'Lato Regular', sans-serif, Arial;
  margin: 0;
}
@media (max-width: 768px) {
  .blog .blog__post-details .blog__post-text-listing h2 {
    font-size: 16px;
  }
}
.blog .blog__post-details .blog__post-text-listing p {
  display: inline;
}
.blog .blog__post-details .read-more {
  float: left;
  position: relative;
  display: inline-block;
  text-decoration: underline;
}
.blog #author_display {
  box-shadow: 10px 10px 10px -10px;
}
.blog .post-count {
  display: none;
  margin-bottom: 15px;
  font-size: 10px;
  margin-top: 20px;
  text-align: center;
}
.blog #author_social_links {
  padding-left: 0px;
  list-style-type: none;
}
.blog #author_social_links > li {
  display: inline-block;
  margin-right: 10px;
}
.blog #author_info {
  margin-bottom: 60px;
}
.blog .author_name {
  text-align: center;
}
.blog .author_description {
  padding-right: 15px;
}
.blog .blog__post-item {
  background: #ffffff;
  border-radius: 6px;
  box-shadow: unset;
  padding: 0px 25px 25px 25px;
}
.blog .author_other_info {
  margin-top: 15px;
  width: 100%;
}
.blog .page-title {
  font-weight: 650;
  margin-bottom: 20px;
  margin-top: 20px;
}
.blog .block-collapsible-nav {
  color: #0f5ea5;
}
.blog .block-collapsible-nav .content {
  background: none;
  padding: 10px 0;
}
.blog .blog-author-view .toolbar-amount {
  display: none;
}
.blog .blog-search-result .post-count {
  display: none;
}
.blog .blog-search-result .page-title {
  margin-bottom: 35px;
}
.blog .blog__sidebar-search form button,
.blog .blog__sidebar-search form .cart.table-wrapper .actions-toolbar > .action,
.blog .blog__sidebar-search form .quote-details-items .actions-toolbar > .action,
.blog .blog__sidebar-search form .action-gift {
  height: 32px;
}
.blog .blog__sidebar-search form input {
  width: 100%;
}
.blog .blog_post-search-icon {
  height: 15px;
}
.blog .blog__sidebar-tag-cloud .block-content .related_post_tag_name {
  font-size: 15px;
}
.blog .blog__post-featured-image {
  height: auto;
}
.blog .blog-tag-view .post-count {
  display: none;
}
.blog .blog-tag-view .blog__post-list {
  margin-top: 40px;
}
.blog .block-collapsible-nav .item a {
  border: none;
  color: #000000;
  display: block;
  padding: 0;
  font-weight: 400;
}
.blog .block-collapsible-nav .level-0 a {
  color: #006bb4;
  font-weight: 700;
  font-size: large;
}
.blog .blog__post-tag .blog__post-footer-tags {
  position: relative;
  bottom: 20px;
}
.blog .action.primary.blog-search {
  background: transparent;
  border: transparent;
  padding: 7px 15px;
}
.blog .action.primary.blog-search .blog_post-search-icon {
  height: 18px;
  padding: 8px;
}
.blog .blog__post-header .blog_post-author-icon {
  height: 16px;
}
.blog .blog__post-header .blog__post-meta-author {
  margin-right: 15px;
}
.blog-post-view .page-title-wrapper {
  text-align: left;
}
.blog-post-view .page-title-wrapper .page-title {
  font-size: 30px;
  color: #000000;
}
.featured-blog-slider-area {
  margin-bottom: 50px;
}
.featured-blog-slider-area .home__featured-blog-post-item .home__featured-blog-image {
  border-radius: 5px;
  box-sizing: border-box;
  overflow: hidden;
  margin-bottom: 25px;
  height: 232px;
}
.featured-blog-slider-area .home__featured-blog-post-item .home__featured-blog-image img {
  height: 100%;
  overflow: hidden;
  max-width: unset;
  width: 100%;
  object-fit: cover;
}
.featured-blog-slider-area .home__featured-blog-post-item .home__featured-blog-date-and-author {
  position: relative;
  color: #707070;
  padding-left: 20px;
  margin-bottom: 10px;
}
.featured-blog-slider-area .home__featured-blog-post-item .home__featured-blog-date-and-author:before {
  position: absolute;
  top: 15px;
  left: 0;
  width: 16px;
  height: 2px;
  content: "";
  background: #0f5ea5;
}
.featured-blog-slider-area .home__featured-blog-post-item .home__featured-blog-short-description {
  font-size: 25px;
  line-height: 30px;
  margin-bottom: 15px;
}
.featured-blog-slider-area .home__featured-blog-post-item .home__featured-blog-view-article a {
  text-decoration: underline;
}
.featured-blog-slider-area .home__featured-blog-post-item .home__featured-blog-view-article a:hover {
  color: #0f5ea5;
}
.blog-bottom {
  clear: both;
}
.brand-index-index .page-main {
  text-align: center;
}
.brand-index-index .search-bar {
  display: flex;
  justify-content: center;
  margin-bottom: 44px;
}
.brand-index-index .search-bar .search-text {
  width: 100%;
  height: 55px;
  border-right: none;
  border-radius: 5px 0 0 5px;
}
.brand-index-index .search-bar .search-button {
  background-color: #efefef;
  border: 1px solid #cdcdcd;
  border-left: none;
  border-radius: 0 5px 5px 0;
  padding: 15px 25px;
  position: relative;
}
.brand-index-index .search-bar .search-button:after {
  content: "";
  background-image: url("/media/theme/magnifying-glass.png");
  position: absolute;
  top: 15px;
  left: 12px;
  height: 24px;
  width: 24px;
}
.first_letter_filter .item {
  display: inline-block;
  font-size: 40px;
  margin: 0 0 0 15px;
}
.brandlisting .catlist .item-group .letter-header {
  margin-bottom: 21px;
  position: relative;
}
.brandlisting .catlist .item-group .letter-header:after {
  content: '';
  position: absolute;
  border: solid black;
  border-width: 0px 4px 4px 0;
  display: inline-block;
  padding: 6px;
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  right: 6%;
  top: 45%;
  clear: both;
  border-radius: 0 3px 3px;
  transition: .3s;
}
.brandlisting .catlist .item-group .letter-header.active {
  margin-bottom: 10px;
}
.brandlisting .catlist .item-group .letter-header.active:after {
  top: 33%;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.brandlisting .catlist .item-group .letter-header h4 {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  background: #E7E7E7;
  margin: 0;
  padding: 20px 15px;
  text-align: left;
  font-size: 25px;
  line-height: 30px;
}
.brandlisting .catlist .item-group .brand-list-container .row.catgrid {
  padding: 0;
  margin-bottom: 36px;
}
.brandlisting .catlist .item-group .brand-list-container .row.catgrid .brand-list-item {
  width: calc(70% - 30px);
}
.brandlisting .catlist .item-group .brand-list-container .row.catgrid .brand-list-item .category-image {
  border: unset;
  width: 168px;
  margin: 0 auto;
}
.brandlisting .catlist .item-group .brand-list-container .row.catgrid .brand-list-item .manimagename {
  padding: 5px 0;
}
.brand-we-carry-slider-area .brand-we-carry-post-item {
  padding: 15px;
  box-sizing: border-box;
}
/*
    Media common
*/
.glossary-filter-display.page-layout-3columns .breadcrumbs .item.glossary a {
  color: #000000;
}
.glossary-filter-display.page-layout-3columns .column.main {
  width: 100%;
}
.glossary-filter-display.page-layout-3columns .column.main .glossary_common .glossary-header {
  text-align: center;
  color: #0f5ea5;
}
.glossary-filter-display.page-layout-3columns .column.main .glossary_common .first_letter_filter {
  font-size: 30px;
  margin-bottom: 20px;
  margin-top: 40px;
}
.glossary-filter-display.page-layout-3columns .column.main .glossary_common .first_letter_filter a {
  cursor: pointer;
}
.glossary-filter-display.page-layout-3columns .column.main .glossary_common .glossary-description {
  margin-top: 30px;
}
.glossary-filter-display.page-layout-3columns .column.main .glossary_common .glossary-description,
.glossary-filter-display.page-layout-3columns .column.main .glossary_common .first_letter_filter {
  text-align: center;
}
.glossary-filter-display.page-layout-3columns .column.main .glossary_common #search-container {
  width: 67.5%;
  display: flex;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 45px;
}
.glossary-filter-display.page-layout-3columns .column.main .glossary_common #search-container #search-bar {
  height: 55px;
  border: 1px solid #cdcdcd;
  border-right: none;
}
.glossary-filter-display.page-layout-3columns .column.main .glossary_common #search-container #search-button {
  background-color: #efefef;
  border: 1px solid #cdcdcd;
  border-left: none;
  border-radius: initial;
  padding: 15px 25px;
  position: relative;
}
.glossary-filter-display.page-layout-3columns .column.main .glossary_common #search-container #search-button:after {
  content: "";
  background-image: url("/media/theme/magnifying-glass.png");
  position: absolute;
  top: 15px;
  left: 12px;
  height: 24px;
  width: 24px;
}
.glossary-filter-display.page-layout-3columns .column.main .glossary_common .default-items .group .letter-with-item h3 {
  margin-top: 10px;
  margin-bottom: 0;
}
.glossary-filter-display.page-layout-3columns .column.main .glossary_common .default-items .group .letter-with-item .glossary-title-background {
  text-align: left;
}
.glossary-filter-display.page-layout-3columns .column.main .glossary_common .default-items .group .letter-with-item .item-details-list .item-details .highlight {
  background-color: #ffee9c;
}
.glossary-filter-display.page-layout-3columns .column.main .glossary_common .default-items .group .letter-with-item .glossary-arrow-up,
.glossary-filter-display.page-layout-3columns .column.main .glossary_common .default-items .group .letter-with-item .glossary-arrow-down {
  background: #e1e1e1;
  padding: 15px 20px;
  border-radius: 5px;
  cursor: pointer;
  position: relative;
  font-size: 30px;
  color: #000000;
}
.glossary-filter-display.page-layout-3columns .column.main .glossary_common .default-items .group .letter-with-item .glossary-arrow-up:after,
.glossary-filter-display.page-layout-3columns .column.main .glossary_common .default-items .group .letter-with-item .glossary-arrow-down:after {
  content: "";
  background-image: url("../../frontend/Harriswebworks/westrocksupply/en_US/images/arrow-top.png");
  position: absolute;
  top: 28px;
  right: 25px;
  height: 8px;
  width: 14px;
}
.glossary-filter-display.page-layout-3columns .column.main .glossary_common .default-items .group .letter-with-item .glossary-arrow-up:after {
  transform: rotate(180deg);
}
.glossary-filter-display.page-layout-3columns .column.main .glossary_common .default-items .group .letter-with-item .glossary-arrow-up:first-child:after {
  transform: rotate(180deg);
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Jan 21, 2021, 12:46:35 PM
    Author     : sadekul
*/
.navigation .level0.mega > .level0.submenu > li.mega-col {
  /*display:inline-block;*/
}
.navigation .level0.mega > .level0.submenu > li.mega-col > ul {
  display: block !important;
  top: 0 !important;
  left: 0 !important;
}
.product.data.items.home-tab {
  margin-top: 20px;
}
.product.data.items.home-tab .data.item.title .switch {
  font-size: 20px;
  line-height: 55px;
  padding: 0px;
  border: 2px solid #0f5ea5;
  background-color: #0f5ea5;
  border-radius: 5px;
}
.product.data.items.home-tab .data.item.title .switch:active,
.product.data.items.home-tab .data.item.title .switch:focus {
  padding-bottom: 0;
}
.block-content .products .items .owl-stage-outer .owl-stage .owl-item .product-item {
  width: 100%;
  margin-bottom: 0px;
}
.block-content .products .items .owl-stage-outer .owl-stage .owl-item .product-item .product-item-info {
  position: relative;
  width: 100%;
}
.block-content .products .items .owl-stage-outer .owl-stage .owl-item .product-item .product-item-info .product-item-details .price-box,
.block-content .products .items .owl-stage-outer .owl-stage .owl-item .product-item .product-item-info .product-item-details .product-item-name {
  text-align: left;
  min-height: 61px;
  min-height: 51px;
  line-height: 1.2;
}
.block-content .products .items .owl-stage-outer .owl-stage .owl-item .product-item .product-item-info .product-item-details .price-box a,
.block-content .products .items .owl-stage-outer .owl-stage .owl-item .product-item .product-item-info .product-item-details .product-item-name a {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.block-content .products .items .owl-stage-outer .owl-stage .owl-item .product-item .product-item-info .product-item-details .price-box {
  margin-bottom: 20px;
}
.block-content .products .items .owl-stage-outer .owl-stage .owl-item .product-item .product-item-info .secondary-addto-links.actions-secondary {
  position: absolute;
  right: 0;
  z-index: 999;
}
.block-content .products .items .owl-stage-outer .owl-stage .owl-item .product-item .product-item-info .secondary-addto-links.actions-secondary .action.towishlist:before {
  content: "";
  background: url("../../frontend/Harriswebworks/westrocksupply/en_US/images/wishlist.png");
  height: 23px;
  width: 24px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  vertical-align: unset;
  padding: 0px 10px;
}
.block-content .products .items .owl-stage-outer .owl-stage .owl-item .product-item .product-item-info .secondary-addto-links.actions-secondary .action.tocompare span {
  font-size: 0px;
}
.block-content .products .items .owl-stage-outer .owl-stage .owl-item .product-item .product-item-info .secondary-addto-links.actions-secondary .action.tocompare:before {
  content: "";
  background: url("../../frontend/Harriswebworks/westrocksupply/en_US/images/compar.png");
  height: 23px;
  width: 19px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
}
.feature-item-img,
.most-viewed-img,
.new-item-img,
.best-item-img {
  float: left;
  clear: both;
  width: 100%;
  text-align: center;
}
.feature-item-name,
.most-viewed-name,
.new-item-name,
.best-item-name {
  text-align: center;
  width: 100%;
  float: left;
}
.feature-item-detail,
.most-viewed-detail,
.new-item-detail,
.best-item-detail {
  float: left;
  clear: both;
  margin-top: 10px;
  text-align: center;
  width: 100%;
}
.feature-item-price,
.most-viewed-price,
.new-item-price,
.best-item-price {
  margin-bottom: 10px;
}
.product.data.items.home-tab .item.title.active .data.switch {
  color: #ffffff;
  border-color: #0f5ea5;
  background-color: #0f5ea5;
}
.product.data.items.home-tab .data.item.title .switch {
  background-color: #ffffff;
  color: #000000;
}
.product.data.items.home-tab {
  text-align: center;
}
.product.data.items.home-tab > .item.title.active {
  color: #165179;
}
.product.data.items.home-tab > .item.title > .switch {
  color: #165179;
  font-size: 22px;
  font-weight: 600;
  line-height: 26px;
  text-transform: uppercase;
  padding-top: 5px;
}
.product.data.items.home-tab .products {
  margin: 0;
}
.product.data.items.home-tab > .item.content {
  border: none !important;
  padding-bottom: 0;
}
.product.data.items.home-tab.product .product-item {
  border: 1px solid #ddd;
}
.product.data.items.home-tab.product .product-item .product-item-info {
  max-width: 100%;
  width: 100%;
}
.featureproduct .products-featureproduct .products .product-item {
  border: 1px solid #ddd;
}
.featureproduct .products-featureproduct .products .product-item .product-item-info {
  max-width: 100%;
  width: 100%;
}
.column .block-addbysku .fieldset {
  margin: 0;
}
.column .block-addbysku .fieldset .fields {
  position: relative;
}
.column .block-addbysku .fieldset .fields .field {
  display: inline-block;
  margin-bottom: 15px;
  vertical-align: top;
}
.column .block-addbysku .fieldset .fields .actions-toolbar {
  position: absolute;
  right: 0;
  top: 4px;
}
.column .block-addbysku .sku {
  margin-right: -155px;
  padding-right: 160px;
  width: 100%;
}
.column .block-addbysku .skus > .label {
  margin-top: 15px;
}
.column .block-addbysku .qty .qty + .mage-error {
  width: 80px;
}
.column .block-addbysku .block-content .actions-toolbar {
  clear: both;
  margin: 0 0 30px;
  text-align: left;
}
.column .block-addbysku .block-content .actions-toolbar:before,
.column .block-addbysku .block-content .actions-toolbar:after {
  content: '';
  display: table;
}
.column .block-addbysku .block-content .actions-toolbar:after {
  clear: both;
}
.column .block-addbysku .block-content .actions-toolbar .primary {
  float: left;
}
.column .block-addbysku .block-content .actions-toolbar .primary,
.column .block-addbysku .block-content .actions-toolbar .secondary {
  display: inline-block;
}
.column .block-addbysku .block-content .actions-toolbar .primary a.action,
.column .block-addbysku .block-content .actions-toolbar .secondary a.action {
  display: inline-block;
}
.column .block-addbysku .block-content .actions-toolbar .primary .action {
  margin: 0 7.5px 0 0;
}
.column .block-addbysku .block-content .actions-toolbar .secondary a.action {
  margin-top: 6px;
}
.column .block-addbysku .block-content .actions-toolbar .primary,
.column .block-addbysku .block-content .actions-toolbar .secondary {
  display: block;
  float: none;
}
.column .block-addbysku .block-content .actions-toolbar > .secondary {
  text-align: left;
}
.column .block-addbysku .reset {
  margin: 15px 0;
}
.column .block-addbysku .note {
  display: block;
  margin: 0 0 30px;
}
.block-cart-failed {
  margin-top: 60px;
}
.block-cart-failed .block-title {
  font-size: 3rem;
}
.block-cart-failed .block-title strong {
  font-weight: 300;
}
.block-cart-failed .actions {
  text-align: center;
}
.block-cart-failed .actions .action {
  margin-bottom: 15px;
}
.bundle-options-container {
  clear: both;
  margin-bottom: 60px;
}
.bundle-options-container .legend.title {
  color: #0f5ea5;
  font-family: 'Lato Bold';
  font-weight: 300;
  line-height: 1.1;
  font-size: 3rem;
  margin-top: 3.75rem;
  margin-bottom: 3rem;
}
.bundle-options-container .product-add-form {
  display: none;
}
.bundle-options-container .product-options-wrapper {
  margin-bottom: 45px;
}
.bundle-options-container .action.back {
  margin-bottom: 45px;
}
.bundle-options-container .price-box .price {
  font-size: 25px;
  font-weight: 700;
}
.bundle-options-container .block-bundle-summary {
  background: #e8e8e8;
  padding: 15px 30px;
}
.bundle-options-container .block-bundle-summary > .title > strong {
  color: #0f5ea5;
  font-family: 'Lato Bold';
  font-weight: 300;
  line-height: 1.1;
  font-size: 3rem;
  margin-top: 3.75rem;
  margin-bottom: 3rem;
}
.bundle-options-container .block-bundle-summary .bundle-summary {
  margin-top: 45px;
}
.bundle-options-container .block-bundle-summary .bundle-summary.empty {
  display: none;
}
.bundle-options-container .block-bundle-summary .bundle-summary > .subtitle {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.25rem;
  margin-bottom: 1.5rem;
  display: block;
}
.bundle-options-container .block-bundle-summary .bundle.items > li {
  margin-bottom: 15px;
}
.bundle-options-container .block-bundle-summary .box-tocart .actions {
  display: inline-block;
  margin-bottom: 15px;
}
.bundle-options-container .block-bundle-summary .product-addto-links > .action {
  vertical-align: top;
}
.bundle-options-container .nested .field.qty {
  margin-top: 30px;
}
.bundle-options-container .nested .field.qty .label {
  font-weight: 700;
  margin: 0 0 7.5px;
  display: inline-block;
}
.bundle-options-container p.required {
  color: #e02b27;
}
.bundle-options-container .product-options-bottom {
  clear: left;
}
.products {
  margin: 30px 0;
}
.product-items .product-item {
  font-size: 20px;
  vertical-align: top;
  border: 1px solid #D1D1D1;
  padding: 20px;
  border-radius: 5px;
  margin-bottom: 10px;
}
.products-grid .product-item {
  display: inline-block;
  width: 100%;
}
.product-item:nth-child(2n + 1) {
  margin-left: 0;
}
.product-item-name {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  display: block;
  hyphens: auto;
  margin: 7.5px 0;
  word-wrap: break-word;
}
.product-item-info {
  max-width: 100%;
  width: 152px;
}
.page-products .product-item-info {
  width: 100%;
}
.product-item-actions {
  font-size: 0;
}
.product-item-actions > * {
  font-size: 1.4rem;
}
.product-item-actions .actions-secondary {
  display: inline-block;
  font-size: 1.4rem;
  vertical-align: middle;
  white-space: nowrap;
}
.product-item-actions .actions-secondary > button.action,
.product-item-actions .actions-secondary > .cart.table-wrapper .actions-toolbar > .action.action,
.product-item-actions .actions-secondary > .quote-details-items .actions-toolbar > .action.action,
.product-item-actions .actions-secondary > .action-gift.action {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
}
.product-item-actions .actions-secondary > button.action:focus,
.product-item-actions .actions-secondary > button.action:active,
.product-item-actions .actions-secondary > .cart.table-wrapper .actions-toolbar > .action.action:focus,
.product-item-actions .actions-secondary > .cart.table-wrapper .actions-toolbar > .action.action:active,
.product-item-actions .actions-secondary > .quote-details-items .actions-toolbar > .action.action:focus,
.product-item-actions .actions-secondary > .quote-details-items .actions-toolbar > .action.action:active,
.product-item-actions .actions-secondary > .action-gift.action:focus,
.product-item-actions .actions-secondary > .action-gift.action:active {
  background: none;
  border: none;
}
.product-item-actions .actions-secondary > button.action:hover,
.product-item-actions .actions-secondary > .cart.table-wrapper .actions-toolbar > .action.action:hover,
.product-item-actions .actions-secondary > .quote-details-items .actions-toolbar > .action.action:hover,
.product-item-actions .actions-secondary > .action-gift.action:hover {
  background: none;
  border: none;
}
.product-item-actions .actions-secondary > button.action.disabled,
.product-item-actions .actions-secondary > button.action[disabled],
fieldset[disabled] .product-item-actions .actions-secondary > button.action,
.product-item-actions .actions-secondary > .cart.table-wrapper .actions-toolbar > .action.action.disabled,
.product-item-actions .actions-secondary > .cart.table-wrapper .actions-toolbar > .action.action[disabled],
fieldset[disabled] .product-item-actions .actions-secondary > .cart.table-wrapper .actions-toolbar > .action.action,
.product-item-actions .actions-secondary > .quote-details-items .actions-toolbar > .action.action.disabled,
.product-item-actions .actions-secondary > .quote-details-items .actions-toolbar > .action.action[disabled],
fieldset[disabled] .product-item-actions .actions-secondary > .quote-details-items .actions-toolbar > .action.action,
.product-item-actions .actions-secondary > .action-gift.action.disabled,
.product-item-actions .actions-secondary > .action-gift.action[disabled],
fieldset[disabled] .product-item-actions .actions-secondary > .action-gift.action {
  pointer-events: none;
  opacity: 0.5;
}
.product-item-actions .actions-secondary > .action {
  line-height: 35px;
  text-align: center;
  width: 35px;
}
.product-item-actions .actions-secondary > .action:before {
  margin: 0;
}
.product-item-actions .actions-primary {
  display: inline-block;
  vertical-align: middle;
}
.product-item-description {
  margin: 37.5px 0;
}
.product-item .product-reviews-summary .rating-summary {
  margin: 0 4px 0 0;
}
.product-item .product-reviews-summary .reviews-actions {
  font-size: 17px;
  margin-top: 5px;
}
.product-item .price-box {
  margin: 15px 0 0;
}
.product-item .price-box .price {
  font-size: 20px;
  font-family: 'Lato Bold';
}
.product-item .price-box .price-label {
  font-size: 16px;
}
.product-item .price-box .price-label:after {
  content: '';
}
.product-item .special-price .price,
.product-item .minimal-price .price {
  font-size: 20px;
}
.product-item .special-price .price-wrapper,
.product-item .minimal-price .price-wrapper {
  display: inline-block;
}
.product-item .special-price .price-including-tax + .price-excluding-tax,
.product-item .minimal-price .price-including-tax + .price-excluding-tax {
  display: block;
}
.product-item .special-price {
  display: block;
}
.product-item .old-price .price {
  font-weight: 400;
}
.product-item .regular-price .price-label {
  display: none;
}
.product-item .minimal-price .price-container {
  display: block;
}
.product-item .minimal-price-link {
  margin-top: 5px;
}
.product-item .minimal-price-link .price-label {
  color: #000000;
  font-size: 1.4rem;
}
.product-item .minimal-price-link .price {
  font-weight: 400;
}
.product-item .minimal-price-link,
.product-item .price-excluding-tax,
.product-item .price-including-tax {
  display: block;
  white-space: nowrap;
}
.product-item .price-from,
.product-item .price-to {
  margin: 0;
}
.product-item .tocompare:before {
  content: '\e61f';
}
.product-item .tocart {
  white-space: nowrap;
  text-transform: uppercase;
  padding: 12px 20px;
  font-size: 18px;
  text-align: center;
}
.price-container .price {
  font-size: 1.4rem;
}
.price-container .price-including-tax + .price-excluding-tax,
.price-container .weee {
  margin-top: 7.5px;
}
.price-container .price-including-tax + .price-excluding-tax,
.price-container .weee,
.price-container .price-including-tax + .price-excluding-tax .price,
.price-container .weee .price,
.price-container .weee + .price-excluding-tax:before,
.price-container .weee + .price-excluding-tax .price {
  font-size: 1.1rem;
}
.price-container .weee:before {
  content: '(' attr(data-label) ': ';
}
.price-container .weee:after {
  content: ')';
}
.price-container .weee + .price-excluding-tax:before {
  content: attr(data-label) ': ';
}
.page-products .product-items .product-item .map-show-info {
  width: 100%;
  padding: 12px 23px;
  line-height: 2.2rem;
  display: block;
  text-align: center;
  box-sizing: border-box;
  background: #0f5ea5;
  border: #000;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Lato Regular', sans-serif, Arial;
  font-weight: 700;
  border-radius: 6px;
}
.page-products .product-items .product-item .map-show-info:hover {
  background: #c24904;
  border: #7f1416;
  color: #fff;
}
.page-products .products-grid .product-items .product-item {
  padding: 0;
  /*                    .product-item-name {
                                            min-height: 51px;
                                            line-height: 1.2;
                                            display: -webkit-box;
                                            -webkit-line-clamp: 2;
                                            -webkit-box-orient: vertical;
                                            overflow: hidden;
                                            text-overflow: ellipsis;
                                        }*/
}
.page-products .products-grid .product-items .product-item .product-image-container {
  display: block;
  max-width: 100%;
  text-align: center;
  margin: 0 auto;
}
.page-products .products-grid .product-items .product-item .product-image-container .product-image-photo {
  border-radius: 5px;
}
.page-products .products-grid .product-items .product-item .product-item-details {
  padding: 0 20px 20px;
}
.page-products .products-grid .product-items .product-item .product-item-details .product-review {
  min-height: 32px;
  margin-bottom: 10px;
}
.page-products .products-grid .product-items .product-item .product-item-details .product-reviews-summary {
  margin: 0;
}
.page-products .products-grid .product-items .product-item .product-item-details .product-reviews-summary .rating-summary {
  left: 0;
}
.page-products .products-grid .product-items .product-item .product-item-details .product-item-description {
  float: unset;
  width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0;
}
.page-products .product-items .product-item .product-item-info {
  position: relative;
}
.page-products .product-items .product-item .product-item-info .product-item-actions .actions-secondary {
  position: absolute;
  z-index: 9;
  right: 7px;
  top: 5px;
}
.page-products .product-items .product-item .product-item-info .product-item-actions .actions-secondary .block-requisition-list {
  display: none;
}
.page-products .product-items .product-item .product-item-info .product-item-actions .actions-secondary .action {
  width: 23px;
  line-height: 23px;
  background: #ffffff;
  padding: 5px;
  border-radius: 5px;
}
.page-products .product-items .product-item .product-item-info .product-item-actions .actions-secondary .action.towishlist:before {
  content: "";
  background: url("../../frontend/Harriswebworks/westrocksupply/en_US/images/wishlist.png");
  height: 24px;
  width: 25px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.page-products .product-items .product-item .product-item-info .product-item-actions .actions-secondary .action.tocompare:before {
  content: "";
  background: url("../../frontend/Harriswebworks/westrocksupply/en_US/images/compar.png");
  height: 26px;
  width: 21px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.products-list .product-item {
  display: table;
  width: 100%;
}
.products-list .product-item-info {
  display: table-row;
}
.products-list .product-item-photo {
  display: table-cell;
  padding: 0 45px 45px 0;
  vertical-align: top;
  width: 1%;
}
.products-list .product-item-photo .list-gallery {
  text-align: center;
}
.products-list .product-item-photo .list-gallery a img {
  width: 30px;
  height: auto;
  border-radius: 2px;
}
.products-list .product-item-details {
  display: table-cell;
  vertical-align: top;
}
.catalog-category-view .category-view .category-cms .listing-category .listing-item {
  display: inline-block;
  margin-bottom: 10px;
  width: 100%;
}
.catalog-category-view .category-view .category-cms .listing-category .listing-item:nth-child(2n + 1) {
  margin-left: 0;
}
.products-list .product-items .product-item .product-item-info .product-item-details .right-part .price-box .old-price .price {
  position: relative;
}
.products-list .product-items .product-item .product-item-info .product-item-details .right-part .price-box .old-price .price:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  border-top: 2px solid #000;
}
.products-list .product-items .product-item .product-item-info .product-item-details .midle-part .product-item-description .action.more {
  text-decoration: none !important;
  font-weight: normal !important;
}
.page-products .product-items .product-item .product-item-info .brand {
  min-height: 30px;
}
.products-list .product-items .product-item .product-item-info .product-item-details .product-item-inner .actions-primary .block-requisition-list {
  display: none;
}
.products-list .product-item-photo a {
  padding: 0 45px 45px 0;
  display: block;
}
@media (max-width: 767px) {
  .products-list .product-item-photo a {
    padding: 0 15px 15px 0;
  }
}
.block-requisition-list {
  display: none;
}
@media (min-width: 768px) {
  .page-products .grid.products-grid .product-items {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
  .page-products .grid.products-grid .product-items .product-item {
    margin: 0 !important;
    width: 32% !important;
  }
}
.page-products .columns {
  position: relative;
  z-index: 1;
}
.toolbar-amount {
  display: block;
  line-height: 26px;
  margin: 0;
  padding: 1px 0 0;
  vertical-align: middle;
}
.products.wrapper ~ .toolbar .toolbar-amount {
  display: none;
}
.toolbar-products {
  margin-bottom: 0;
  padding: 0;
  font-size: 16px;
  margin-top: -6px;
  text-align: right;
}
.toolbar-products .pages {
  display: none;
}
.toolbar-products .pages .item.current strong.page {
  color: #0f5ea5;
}
.products.wrapper ~ .toolbar-products .pages {
  display: block;
}
.toolbar-products .limiter .control {
  display: inline-block;
}
.sorter {
  padding: 4px 0 0;
}
.products.wrapper ~ .toolbar .sorter {
  display: none;
}
.sorter .sorter-action {
  position: relative;
  top: 0;
  margin-left: 15px;
  vertical-align: middle;
}
.sorter .sorter-action.sort-asc:before {
  content: "";
  background-image: url("../../frontend/Harriswebworks/westrocksupply/en_US/images/sort-asc.png");
  height: 32px;
  width: 37px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.sorter .sorter-action.sort-desc:before {
  content: "";
  background-image: url("../../frontend/Harriswebworks/westrocksupply/en_US/images/sort-desc.png");
  height: 32px;
  width: 37px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.sorter-options {
  margin: 0 0 0 7px;
  width: 65%;
  border-radius: 5px;
  height: 40px;
  padding: 0 8px;
  border: 1px solid #cdcdcd;
  font-size: 16px;
}
.sorter-action {
  vertical-align: top;
  display: inline-block;
  text-decoration: none;
}
.sorter-action > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sorter-action:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 32px;
  color: #8f8f8f;
  content: '\e613';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.sorter-action:hover:before {
  color: #333333;
}
.sorter .sort-desc:before {
  content: '\e614';
}
.modes {
  display: none;
}
.limiter-options {
  margin: 0 5px 0 7px;
  width: auto;
  border-radius: 5px;
  height: 40px;
  padding: 0 8px;
  border: 1px solid #cdcdcd;
  font-size: 16px;
}
.limiter-label {
  font-weight: 400;
}
.page-products .toolbar .limiter {
  display: inline-block;
  width: 21%;
}
.buy-it-again .product-item-photo .list-gallery a img {
  width: 55px;
}
.old-price,
.old.price {
  text-decoration: none;
}
.old-price .price-final_price .price,
.old.price .price-final_price .price {
  position: relative;
}
.old-price .price-final_price .price:after,
.old.price .price-final_price .price:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  border-top: 2px solid black;
  /* You can adjust the color and style of the line here */
}
.product-info-main .price-box .old-price .price-wrapper .price,
.product-info-main .price-box .old.price .price-wrapper .price {
  font-size: 16px;
  line-height: 20px;
}
.product-info-main .box-tocart .fieldset .map-show-info {
  width: calc(100% - 223px);
  padding: 11px 5px;
  margin: 0 15px 0 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0fa521;
  color: #fff;
  cursor: pointer;
  font-family: 'Lato Regular', sans-serif, Arial;
  font-weight: 700;
  font-size: 20px;
  border-radius: 6px;
}
@media (max-width: 767px) {
  .product-info-main .box-tocart .fieldset .map-show-info {
    width: calc(100% - 75px);
  }
}
.product-info-main .box-tocart .fieldset .map-show-info:before {
  content: '';
  background-image: url('/static/frontend/Harriswebworks/westrocksupply/en_US/images/cart.png');
  height: 22px;
  width: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-right: 10px;
  background-size: contain;
}
.product-info-main .box-tocart .fieldset .map-show-info:hover {
  background: #f55519;
}
.product-info-main .box-tocart .fieldset .actions {
  width: calc(100% - 223px) !important;
  margin: 0 15px 0 0 !important;
}
@media (max-width: 1023px) {
  .product-info-main .box-tocart .fieldset .actions {
    width: calc(100% - 63px) !important;
  }
}
@media (max-width: 479px) {
  .product-info-main .box-tocart .fieldset .actions {
    width: calc(100% - 58px) !important;
  }
}
.product-info-main .stock-status-info {
  width: 100%;
}
.product-info-main .stock-status-info .inventorydata {
  gap: 10px;
  display: flex;
  flex-wrap: wrap;
}
.product-info-main .stock-status-info .inventorydata .branch-a,
.product-info-main .stock-status-info .inventorydata .branch-b {
  font-weight: 500;
  background: #eaf3df;
  padding: 10px 15px;
  border-radius: 5px;
  font-size: 16px;
  color: #0fa521;
  width: 100%;
  line-height: 24px;
}
.product-info-main .stock-status-info .inventorydata .branch-b {
  color: #f46414;
  background: #feefe7;
}
.price-box .sales-amount {
  font-size: 17px;
  background-color: #FF5C35;
  margin-right: 10px;
  padding: 2px 5px;
  border-radius: 3px;
  text-align: center;
  color: #fff;
  font-weight: 900;
}
.prices-tier .price-container {
  /*.weee[data-label] {
                display: inline;

                .price {
                    .lib-font-size(11);
                }

                &:before {
                    content: ' +' attr(data-label) ': ';
                }
            }*/
}
.prices-tier .price-container .price-including-tax + .price-excluding-tax:before {
  content: '(' attr(data-label) ': ';
}
.prices-tier .price-container .price-including-tax + .price-excluding-tax:last-child:after {
  content: ')';
}
.actual-price {
  font-weight: 700;
}
.category-image .image {
  display: block;
  height: auto;
  max-width: 100%;
}
.category-view {
  clear: both;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
.category-image,
.category-description {
  margin: 20px 0 40px;
}
.category-image .item.title,
.category-description .item.title {
  padding: 20px 0;
  text-align: center;
  position: relative;
}
.category-image .item.title .category-name,
.category-description .item.title .category-name {
  line-height: 1.1;
  font-size: 3.7rem;
  font-family: 'Lato Bold';
}
.category-description .item.title span.category-name {
  padding: 10px 5px;
  background-color: #fff;
  word-break: break-word;
  box-sizing: border-box;
  width: auto;
  max-width: 85%;
  display: inline-block;
}
.category-description .item.title:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: auto;
  border-bottom: #000 solid 2px;
  z-index: -1;
}
.product-image-container {
  display: inline-block;
  max-width: 100%;
}
.product-image-wrapper {
  display: block;
  height: 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.product-image-photo {
  bottom: 0;
  display: block;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}
.product.media .placeholder .photo.container {
  max-width: 100%;
}
.product.media .notice {
  color: #4a4a4a;
  font-size: 1.7rem;
  margin: 15px 0;
}
.product.media .product.thumbs {
  margin: 30px 0 45px;
}
.product.media .items.thumbs {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.product.media .items.thumbs > li {
  display: inline-block;
  vertical-align: top;
}
.product.media .items.thumbs .active {
  display: block;
  line-height: 1;
}
.product.info.detailed {
  clear: both;
  margin-bottom: 30px;
}
.product.info.detailed .additional-attributes {
  width: auto;
}
.product.info.detailed .additional-attributes > thead > tr > td,
.product.info.detailed .additional-attributes > tbody > tr > td,
.product.info.detailed .additional-attributes > tfoot > tr > td {
  padding: 4px 7.5px 15px 7.5px;
}
.product.info.detailed .additional-attributes > thead > tr > th,
.product.info.detailed .additional-attributes > tbody > tr > th,
.product.info.detailed .additional-attributes > tfoot > tr > th {
  padding: 4px 45px 15px 0;
}
.product.info.detailed .product .type {
  font-size: 22px;
  line-height: 32px;
  font-family: 'Lato Bold';
  font-weight: 300;
  display: block;
  margin-bottom: 12px;
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 12px;
  position: relative;
  cursor: pointer;
  transition: .3s;
  padding-right: 15px;
  text-align: left;
  color: #000;
}
.product.info.detailed .product[role="tablist"].active .type,
.product.info.detailed .product.features.active .type,
.product.info.detailed .product.specifications.active .type,
.product.info.detailed .product.description.active .type,
.product.info.detailed .product.downloads.active .type,
.product.info.detailed .product.documents.active .type,
.product.info.detailed .product.product-faq.active .type,
.product.info.detailed .product.customer-reviews.active .type {
  border-bottom: 1px solid #c24904;
}
.product.info.detailed .product[role="tablist"].active .type:after,
.product.info.detailed .product.features.active .type:after,
.product.info.detailed .product.specifications.active .type:after,
.product.info.detailed .product.description.active .type:after,
.product.info.detailed .product.downloads.active .type:after,
.product.info.detailed .product.documents.active .type:after,
.product.info.detailed .product.product-faq.active .type:after,
.product.info.detailed .product.customer-reviews.active .type:after {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  top: 14px;
  border-color: #c24904;
}
.product.info.detailed .product[role="tablist"] .type:hover,
.product.info.detailed .product.features .type:hover,
.product.info.detailed .product.specifications .type:hover,
.product.info.detailed .product.description .type:hover,
.product.info.detailed .product.downloads .type:hover,
.product.info.detailed .product.documents .type:hover,
.product.info.detailed .product.product-faq .type:hover,
.product.info.detailed .product.customer-reviews .type:hover {
  color: #0f5ea5;
}
.product.info.detailed .product[role="tablist"] .type:hover:after,
.product.info.detailed .product.features .type:hover:after,
.product.info.detailed .product.specifications .type:hover:after,
.product.info.detailed .product.description .type:hover:after,
.product.info.detailed .product.downloads .type:hover:after,
.product.info.detailed .product.documents .type:hover:after,
.product.info.detailed .product.product-faq .type:hover:after,
.product.info.detailed .product.customer-reviews .type:hover:after {
  border-color: #0f5ea5;
}
.product.info.detailed .product[role="tablist"] .type:after,
.product.info.detailed .product.features .type:after,
.product.info.detailed .product.specifications .type:after,
.product.info.detailed .product.description .type:after,
.product.info.detailed .product.downloads .type:after,
.product.info.detailed .product.documents .type:after,
.product.info.detailed .product.product-faq .type:after,
.product.info.detailed .product.customer-reviews .type:after {
  content: '';
  position: absolute;
  border: solid #000;
  border-top-width: medium;
  border-right-width: medium;
  border-bottom-width: medium;
  border-left-width: medium;
  border-width: 0px 3px 3px 0;
  display: inline-block;
  padding: 4px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  right: 0;
  top: 8px;
  clear: both;
  transition: .3s;
}
.product.info.detailed .product[role="tablist"] .value h3,
.product.info.detailed .product.features .value h3,
.product.info.detailed .product.specifications .value h3,
.product.info.detailed .product.description .value h3,
.product.info.detailed .product.downloads .value h3,
.product.info.detailed .product.documents .value h3,
.product.info.detailed .product.product-faq .value h3,
.product.info.detailed .product.customer-reviews .value h3 {
  color: #0f5ea5;
  font-family: 'Lato Bold';
  font-weight: 300;
  line-height: 1.1;
  font-size: 3rem;
  margin-top: 3.75rem;
  margin-bottom: 3rem;
}
.product.info.detailed .product[role="tablist"] .value > div,
.product.info.detailed .product.features .value > div,
.product.info.detailed .product.specifications .value > div,
.product.info.detailed .product.description .value > div,
.product.info.detailed .product.downloads .value > div,
.product.info.detailed .product.documents .value > div,
.product.info.detailed .product.product-faq .value > div,
.product.info.detailed .product.customer-reviews .value > div {
  border-radius: 5px;
  padding: 20px 15px;
  margin-bottom: 20px;
}
.product.info.detailed .product[role="tablist"] .value > div ul,
.product.info.detailed .product.features .value > div ul,
.product.info.detailed .product.specifications .value > div ul,
.product.info.detailed .product.description .value > div ul,
.product.info.detailed .product.downloads .value > div ul,
.product.info.detailed .product.documents .value > div ul,
.product.info.detailed .product.product-faq .value > div ul,
.product.info.detailed .product.customer-reviews .value > div ul {
  margin: 0;
  padding-left: 17px;
}
.product.info.detailed .product[role="tablist"] .value > div ul li,
.product.info.detailed .product.features .value > div ul li,
.product.info.detailed .product.specifications .value > div ul li,
.product.info.detailed .product.description .value > div ul li,
.product.info.detailed .product.downloads .value > div ul li,
.product.info.detailed .product.documents .value > div ul li,
.product.info.detailed .product.product-faq .value > div ul li,
.product.info.detailed .product.customer-reviews .value > div ul li {
  margin-bottom: 5px;
}
.product.info.detailed .product.description .value {
  max-width: 1080px;
  margin: 0 auto 25px;
}
.product.info.detailed .product.description .value a {
  color: #f46414;
}
.product.info.detailed .R-TextBody.R-TextBody--xs.u-marginTop--xs.u-textCenter--all {
  color: #ffffff;
  background: #000000;
  cursor: pointer;
  padding: 10px 20px 15px;
  font-size: 20px;
  line-height: 30px;
  transition: .3s;
  border-radius: 5px;
  max-width: 300px;
  margin: 0 auto;
}
.product.info.detailed .R-TextBody.R-TextBody--xs.u-marginTop--xs.u-textCenter--all:hover {
  background: #0f5ea5;
}
.product-info-main .page-title-wrapper .page-title {
  font-size: 30px;
  line-height: 35px;
  margin-bottom: 15px;
  color: #000000;
  font-family: 'Lato Bold';
  text-align: left;
}
.product-info-main .stock.available,
.product-info-main .stock.unavailable {
  /*                font-size: 16px;
                line-height: 21px;*/
  text-transform: capitalize;
  position: relative;
  padding-left: 20px;
  padding-bottom: 10px;
}
.product-info-main .stock.available:before,
.product-info-main .stock.unavailable:before {
  position: absolute;
  content: "";
  left: 0;
  top: 8px;
  width: 16px;
  height: 16px;
  background-color: red;
  border-radius: 50%;
}
.product-info-main .stock.available:before {
  background-color: #43D265;
}
.product-info-main .custom-attributes .product.attribute.sku div[data-role="title"] {
  display: inline-block;
}
.product-info-main .custom-attributes .product.attribute.sku .value {
  display: inline-block;
}
.product-info-main .product.attribute.model,
.product-info-main .product.attribute.product_number {
  display: flex;
  justify-content: start;
  font-size: 16px;
  line-height: 26px;
}
.product-info-main .product.attribute.sku {
  display: inline-block;
  vertical-align: top;
  color: #4a4a4a;
}
.product-info-main .product.attribute.sku > .value {
  display: inline-block;
  vertical-align: top;
  word-break: break-all;
}
.product-info-main .product.attribute.sku .type {
  margin-right: 7.5px;
}
.product-info-main .product.attribute.sku .type:after {
  line-height: 17px;
}
.product-info-main .product.attribute .type {
  margin-right: 7.5px;
  padding-right: 6px;
  position: relative;
  /*font-size: 16px;
                    line-height: 26px;*/
}
.product-info-main .product.attribute .type:after {
  position: absolute;
  top: 0;
  right: 0;
  content: ":";
  font-size: 16px;
  line-height: 20px;
}
.product-info-main .product.attribute.overview {
  margin: 15px 0 30px;
}
.product-info-main .product.alert {
  margin: 15px 0;
}
.product-info-main .price-box {
  margin-top: 15px;
}
.product-info-main .product-reviews-summary .reviews-actions {
  font-size: 2rem;
}
.product-info-main .custom-attributes .table-wrapper .additional-attributes {
  width: 100%;
}
.product-info-main .custom-attributes .table-wrapper .additional-attributes tbody tr {
  border-bottom: 1px solid #000000;
  padding: 10px 0;
}
.product-info-main .custom-attributes .table-wrapper .additional-attributes tbody tr th {
  font-weight: 400;
}
.product-info-main .custom-attributes .table-wrapper .additional-attributes tbody tr:last-child {
  border-bottom: 0;
}
.product-info-main .custom-attributes .table-wrapper .additional-attributes tbody tr td {
  padding-bottom: 0;
}
.product-info-main .product-add-form .product-options-wrapper .fieldset .swatch-opt .swatch-attribute.size,
.product-info-main .product-add-form .product-options-wrapper .fieldset .swatch-opt .swatch-attribute.color {
  margin-bottom: 20px;
}
.product-info-main .product-add-form .product-options-wrapper .fieldset .swatch-opt .swatch-attribute.size:focus,
.product-info-main .product-add-form .product-options-wrapper .fieldset .swatch-opt .swatch-attribute.color:focus {
  outline: none;
}
.product-info-main .product-add-form .product-options-wrapper .fieldset .swatch-opt .swatch-attribute.size .swatch-attribute-options,
.product-info-main .product-add-form .product-options-wrapper .fieldset .swatch-opt .swatch-attribute.color .swatch-attribute-options {
  margin-bottom: 0;
}
.product-info-main .product-add-form .product-options-wrapper .fieldset .swatch-opt .swatch-attribute.size .swatch-attribute-label,
.product-info-main .product-add-form .product-options-wrapper .fieldset .swatch-opt .swatch-attribute.color .swatch-attribute-label {
  position: relative;
  font-weight: 400;
}
.product-info-main .product-add-form .product-options-wrapper .fieldset .swatch-opt .swatch-attribute.size .swatch-attribute-label:after,
.product-info-main .product-add-form .product-options-wrapper .fieldset .swatch-opt .swatch-attribute.color .swatch-attribute-label:after {
  position: absolute;
  top: 0px;
  right: -9px;
  content: "*";
  font-size: 20px;
  line-height: 1.5;
  color: #ff0000;
}
.product-options-wrapper .fieldset-product-options-inner .legend {
  font-weight: 700;
  margin: 0 0 7.5px;
  font-size: 1.4rem;
  border: none;
  display: inline-block;
  float: none;
  padding: 0;
}
.product-options-wrapper .fieldset-product-options-inner input.datetime-picker ~ select.datetime-picker {
  margin-top: 15px;
}
.product-options-wrapper .fieldset-product-options-inner.required .legend:after,
.product-options-wrapper .fieldset-product-options-inner._required .legend:after {
  content: '*';
  color: #e02b27;
  font-size: 1.7rem;
  margin: 0 0 0 7.5px;
}
.product-options-wrapper .field .note {
  display: block;
}
.product-info-main .price-box .price-including-tax + .price-excluding-tax,
.product-options-bottom .price-box .price-including-tax + .price-excluding-tax,
.product-info-main .price-box .weee + .price-excluding-tax,
.product-options-bottom .price-box .weee + .price-excluding-tax,
.product-info-main .price-box .weee,
.product-options-bottom .price-box .weee {
  font-size: 1.6rem;
  line-height: 20px;
  margin-bottom: 7.5px;
}
.product-info-main .price-box .price-including-tax + .price-excluding-tax .price,
.product-options-bottom .price-box .price-including-tax + .price-excluding-tax .price,
.product-info-main .price-box .weee + .price-excluding-tax .price,
.product-options-bottom .price-box .weee + .price-excluding-tax .price,
.product-info-main .price-box .weee .price,
.product-options-bottom .price-box .weee .price {
  font-size: 1.2rem;
  font-weight: 700;
}
.product-info-main .price-box .price-wrapper .price,
.product-options-bottom .price-box .price-wrapper .price {
  font-size: 3rem;
  line-height: 50px;
  font-family: 'Lato Bold';
}
.product-info-main .price-box .price,
.product-options-bottom .price-box .price {
  white-space: nowrap;
}
.product-info-main .special-price,
.product-options-bottom .special-price {
  display: block;
  margin: 15px 0;
}
.product-info-main .special-price .price-container,
.product-options-bottom .special-price .price-container {
  font-size: 1.4rem;
}
.product-info-main .special-price .price-label + .price-wrapper,
.product-options-bottom .special-price .price-label + .price-wrapper {
  display: inline-block;
}
.product-info-main .old-price .price-label:after,
.product-options-bottom .old-price .price-label:after,
.product-info-main .special-price .price-label:after,
.product-options-bottom .special-price .price-label:after {
  content: ': ';
}
.product-info-main .box-tocart,
.product-options-bottom .box-tocart {
  margin: 30px 0;
}
.product-info-main .box-tocart .field.qty,
.product-options-bottom .box-tocart .field.qty {
  /*padding-right: .75 * @indent__base;*/
  display: inline-block;
  margin-bottom: 30px;
}
.product-info-main .box-tocart .field.qty .control,
.product-options-bottom .box-tocart .field.qty .control {
  border: 1px solid #000000;
  text-align: center;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  margin-right: 20px;
  max-width: 210px;
}
.product-info-main .box-tocart .field.qty .control .btn.decrement,
.product-options-bottom .box-tocart .field.qty .control .btn.decrement,
.product-info-main .box-tocart .field.qty .control .btn.increment,
.product-options-bottom .box-tocart .field.qty .control .btn.increment {
  width: 50px;
  display: inline-block;
  height: 48px;
  font-size: 38px;
  line-height: 1;
  vertical-align: middle;
  cursor: pointer;
}
.product-info-main .box-tocart .field.qty .control .btn.increment,
.product-options-bottom .box-tocart .field.qty .control .btn.increment {
  line-height: 1.2;
}
.product-info-main .box-tocart .product-social-links,
.product-options-bottom .box-tocart .product-social-links {
  display: inline-block;
}
.product-info-main .box-tocart .input-text.qty,
.product-options-bottom .box-tocart .input-text.qty {
  /*@tocart-input-size: @button__line-height__l + 28px;*/
  /*height: @tocart-input-size + 2px;*/
  /*text-align: center;*/
  /*width: @tocart-input-size + 2px;*/
  height: 47px;
  text-align: center;
  width: calc(100% - 100px);
  border-color: #000000;
  border-top: 0;
  border-bottom: 0;
  border-radius: 0 !important;
  font-size: 20px;
  line-height: 25px;
}
.product-info-main .box-tocart .actions,
.product-options-bottom .box-tocart .actions {
  text-align: center;
}
.product-info-main .box-tocart .action.tocart,
.product-options-bottom .box-tocart .action.tocart {
  font-size: 20px;
  line-height: 1;
  text-transform: uppercase;
}
.product-info-main .product-addto-links,
.product-options-bottom .product-addto-links {
  /*margin: @indent__base 0;*/
}
.product-info-main .product-addto-links a.action.towishlist,
.product-options-bottom .product-addto-links a.action.towishlist {
  font-size: 0;
  position: relative;
  height: 35px;
  width: 34px;
  display: inline-block;
  padding: 0;
  border: 0;
  vertical-align: top;
  margin-right: 15px;
}
.product-info-main .product-addto-links a.action.towishlist:after,
.product-options-bottom .product-addto-links a.action.towishlist:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../../frontend/Harriswebworks/westrocksupply/en_US/images/wishlist.png");
  height: 35px;
  width: 34px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.product-info-main .product-addto-links .action.tocompare,
.product-options-bottom .product-addto-links .action.tocompare {
  display: block;
  font-size: 0;
  height: 34px;
  width: 27px;
  display: inline-block;
  position: relative;
  padding: 0;
  border: 0;
}
.product-info-main .product-addto-links .action.tocompare:after,
.product-options-bottom .product-addto-links .action.tocompare:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../../frontend/Harriswebworks/westrocksupply/en_US/images/compar.png");
  height: 34px;
  width: 27px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.product-info-main .action.tocompare,
.product-options-bottom .action.tocompare {
  vertical-align: top;
}
.product-options-bottom {
  width: 100%;
}
div#product-options-wrapper {
  width: 100% !important;
}
.product-info-main .product-add-form .product-options-wrapper .control input[type=checkbox] {
  top: 6px;
}
.gallery-placeholder:not(._block-content-loading) .gallery-placeholder__image {
  display: none;
}
.prices-tier {
  background: #f5f5f5;
  margin: 15px 0;
  padding: 15px 22.5px;
  /*.price-including-tax,
        .price-excluding-tax,
        .weee {
            display: inline-block;

            .price {
                .lib-font-size(14);
                font-weight: @font-weight__bold;
            }
        }*/
}
.prices-tier .price-container {
  display: inline-block;
}
.prices-tier .price-container .price {
  font-size: 2rem;
  font-weight: bold;
}
.ui-dialog-titlebar-close {
  line-height: 1.5;
  margin: 0;
  padding: 0;
  color: #000000;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
.ui-dialog-titlebar-close:visited {
  color: #000000;
  text-decoration: none;
}
.ui-dialog-titlebar-close:hover {
  color: #0f5ea5;
}
.ui-dialog-titlebar-close:active {
  color: #f46414;
  text-decoration: underline;
}
.ui-dialog-titlebar-close:hover,
.ui-dialog-titlebar-close:active,
.ui-dialog-titlebar-close:focus {
  background: none;
  border: 0;
}
.ui-dialog-titlebar-close.disabled,
.ui-dialog-titlebar-close[disabled],
fieldset[disabled] .ui-dialog-titlebar-close {
  color: #000000;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.block.related,
.block.upsell {
  text-align: center;
}
.block.related .field.choice,
.block.upsell .field.choice {
  text-align: left;
  margin-top: 10px;
}
.block.related .field.choice input[type="checkbox"],
.block.upsell .field.choice input[type="checkbox"] {
  margin: 0;
  top: -3px;
}
.block.related .action.select,
.block.upsell .action.select {
  /*margin: 0 @indent__xs;*/
  background: #000000;
  margin: 10px auto;
  transition: .3s;
  color: #ffffff;
  width: 130px;
  padding: 10px;
}
.block.related .action.select:hover,
.block.upsell .action.select:hover {
  background: #0f5ea5;
}
.block.related .product-items .product-item,
.block.upsell .product-items .product-item {
  margin-bottom: 20px !important;
}
.product-add-form .propositionmsg .msg {
  position: relative;
  padding-left: 23px;
}
.product-add-form .propositionmsg .msg:before {
  position: absolute;
  background-image: url("../../frontend/Harriswebworks/westrocksupply/en_US/images/warning-icon.png");
  height: 21px;
  width: 21px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  content: "";
  left: 0;
  top: 2px;
  display: block;
}
.product-add-form a {
  color: #0f5ea5;
}
.sidebar .product-items .product-item {
  margin-bottom: 30px;
  position: relative;
}
.sidebar .product-items .product-item-info {
  position: relative;
  width: auto;
}
.sidebar .product-items .product-item-info .product-item-photo {
  left: 0;
  position: absolute;
  top: 0;
}
.sidebar .product-items .product-item-name {
  margin-top: 0;
}
.sidebar .product-items .product-item-details {
  margin: 0 0 0 85px;
}
.sidebar .product-items .product-item-actions {
  display: block;
  margin-top: 15px;
}
.sidebar .product-items .price-box {
  display: block;
  margin: 7px 0;
}
.sidebar .product-items .text {
  margin-right: 8px;
}
.sidebar .product-items .counter {
  color: #4a4a4a;
  font-size: 1.2rem;
  white-space: nowrap;
}
.sidebar .product-items .minilist {
  /*.weee:before {
                    display: inline-block;
                }*/
}
.sidebar .product-items .minilist .price {
  display: inline;
  padding: 0;
}
.sidebar .action.delete {
  position: absolute;
  right: 0;
  top: -1px;
}
.sidebar .block-wishlist .action.delete {
  line-height: unset;
  width: auto;
}
.sidebar .block-compare .action.delete {
  right: initial;
}
.sidebar .product-items-images {
  margin-left: -7.5px;
}
.sidebar .product-items-images .product-item {
  float: left;
  padding-left: 7.5px;
}
.sidebar .product-items-names .product-item {
  display: flex;
  margin-bottom: 15px;
}
.sidebar .product-items-names .product-item-name {
  margin: 0;
}
.catalog-category-view.page-layout-1column .column.main {
  min-height: inherit;
}
.product.attribute.downloads ul,
.product.attribute.documents ul {
  padding: 10px 15px;
  margin-bottom: 15px;
}
.product.attribute.downloads ul ul,
.product.attribute.documents ul ul {
  padding: 10px 0;
}
.product.attribute.downloads ul li.value,
.product.attribute.documents ul li.value {
  list-style: none;
  padding-left: 40px;
  position: relative;
}
.product.attribute.downloads ul li.value:before,
.product.attribute.documents ul li.value:before {
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  background-image: url(../../frontend/Harriswebworks/westrocksupply/en_US/images/pdf.png);
  background-image: url(../../frontend/Harriswebworks/westrocksupply/en_US/images/pdf.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 35px;
  width: 24px;
}
.catalog-category-view .page-title-wrapper h1.page-title {
  text-align: left;
  display: block;
}
.catalog-page-bottom-content .small-container-content,
.catalog-page-bottom-content .container-content.faq-section {
  max-width: 1160px;
  margin: 0 auto;
}
.catalog-page-bottom-content p {
  font-size: 1.8rem;
}
.catalog-page-bottom-content .article-section .block-title {
  display: inline-block;
  font-size: 25px;
  line-height: 35px;
  margin-top: 0;
}
.catalog-page-bottom-content .article-section .more-article-link {
  font-size: 18px;
  line-height: 24px;
  float: right;
  margin-top: 8px;
  color: #f46414;
  text-decoration: none;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  text-transform: capitalize;
}
.catalog-page-bottom-content .article-section .article-box {
  background: #fff;
  border: 1px solid #d1d1d1;
  border-radius: 11px;
  margin-bottom: 30px;
  overflow: hidden;
  color: #414141;
  font-family: 'Open Sans Regular';
}
.catalog-page-bottom-content .article-section .article-box .article-img img {
  width: 100%;
  max-height: 200px;
  object-fit: cover;
}
.catalog-page-bottom-content .article-section .article-box .article-content-area {
  padding: 20px 30px;
}
.catalog-page-bottom-content .article-section .article-box .article-content-area .date {
  font-size: 13px;
  line-height: 18px;
}
.catalog-page-bottom-content .article-section .article-box .article-content-area .author {
  float: right;
  position: relative;
  padding-left: 15px;
}
.catalog-page-bottom-content .article-section .article-box .article-content-area .author:before {
  content: "";
  position: absolute;
  top: 13px;
  left: 0;
  background-image: url("../../frontend/Harriswebworks/westrocksupply/en_US/user.png");
  height: 10px;
  width: 10px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.catalog-page-bottom-content .article-section .article-box .article-content-area .author a {
  color: #414141;
  text-decoration: none;
  font-size: 13px;
  line-height: 18px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.catalog-page-bottom-content .article-section .article-box .article-content-area .article-box-title {
  font-size: 20px;
  line-height: 26px;
  margin: 10px 0;
}
.catalog-page-bottom-content .article-section .article-box .article-content-area .article-box-title a {
  color: #0f5ea5;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.catalog-page-bottom-content .article-section .article-box .article-content-area .article-box-title a:hover {
  text-decoration: underline;
}
.catalog-page-bottom-content .article-section .article-box .article-content-area p {
  font-size: 15px;
  line-height: 20px;
}
body.catalog-product-compare-index .action.print {
  float: right;
  margin: 15px 0;
}
.table-wrapper.comparison {
  clear: both;
  max-width: 100%;
  overflow-x: auto;
}
.table-comparison {
  table-layout: fixed;
}
.table-comparison .cell.label,
.table-comparison td:last-child {
  border-right: 1px solid #d1d1d1;
}
.table-comparison .cell {
  padding: 15px;
  width: 140px;
}
.table-comparison .cell .attribute.value {
  overflow: hidden;
  width: 100%;
}
.table-comparison .cell.product.info,
.table-comparison .cell.product.label {
  border-bottom: 1px solid #d1d1d1;
}
.table-comparison .cell.label .attribute.label {
  display: block;
  width: 100%;
  word-wrap: break-word;
}
.table-comparison .cell.attribute {
  font-size: 1.3rem;
}
.table-comparison .cell.attribute img {
  height: auto;
  max-width: 100%;
}
.table-comparison .product-item-photo {
  display: block;
  margin: 0 auto 15px;
}
.table-comparison .product-image-photo {
  margin-left: 0;
}
.table-comparison .product-item-actions,
.table-comparison .price-box,
.table-comparison .product.rating,
.table-comparison .product-item-name {
  display: block;
  margin: 15px 0;
}
.table-comparison .product-addto-links {
  /*margin-top: 15px;*/
}
.table-comparison .product-addto-links .action.split,
.table-comparison .product-addto-links .action.toggle {
  line-height: 1.2rem;
  padding: 7.5px 8px;
  font-size: 1.1rem;
}
.table-comparison .product-addto-links .action.toggle {
  padding: 0;
}
.table-comparison .cell.remove {
  padding-bottom: 0;
  padding-top: 0;
  text-align: right;
}
.table-comparison .product-item-actions > .actions-primary + .actions-secondary {
  margin-top: 15px;
}
.table-comparison .action.tocart {
  white-space: nowrap;
}
.comparison.headings {
  background: #ffffff;
  left: 0;
  position: absolute;
  top: 0;
  width: auto;
  z-index: 2;
}
.block-compare .product-item .product-item-name {
  margin-left: 22px;
}
.block-compare .action.delete {
  left: -6px;
  position: absolute;
  right: 0;
  top: 0;
}
.block-compare .actions-toolbar {
  margin: 17px 0 0;
}
.inventorydata .dropdown-total-avl,
.inventorydata {
  display: inline-block;
  position: relative;
}
.inventorydata .dropdown-total-avl:before,
.inventorydata:before,
.inventorydata .dropdown-total-avl:after,
.inventorydata:after {
  content: '';
  display: table;
}
.inventorydata .dropdown-total-avl:after,
.inventorydata:after {
  clear: both;
}
.inventorydata .dropdown-total-avl .action.toggle,
.inventorydata .action.toggle {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.inventorydata .dropdown-total-avl .action.toggle:after,
.inventorydata .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e607';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.inventorydata .dropdown-total-avl .action.toggle:hover:after,
.inventorydata .action.toggle:hover:after {
  color: inherit;
}
.inventorydata .dropdown-total-avl .action.toggle:active:after,
.inventorydata .action.toggle:active:after {
  color: inherit;
}
.inventorydata .dropdown-total-avl .action.toggle.active,
.inventorydata .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.inventorydata .dropdown-total-avl .action.toggle.active:after,
.inventorydata .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e618';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.inventorydata .dropdown-total-avl .action.toggle.active:hover:after,
.inventorydata .action.toggle.active:hover:after {
  color: inherit;
}
.inventorydata .dropdown-total-avl .action.toggle.active:active:after,
.inventorydata .action.toggle.active:active:after {
  color: inherit;
}
.inventorydata .dropdown-total-avl .dropdown-options,
.inventorydata .dropdown-options {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 100%;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.inventorydata .dropdown-total-avl .dropdown-options li,
.inventorydata .dropdown-options li {
  margin: 0;
  padding: 3px 7.5px;
}
.inventorydata .dropdown-total-avl .dropdown-options li:hover,
.inventorydata .dropdown-options li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.inventorydata .dropdown-total-avl .dropdown-options:before,
.inventorydata .dropdown-options:before,
.inventorydata .dropdown-total-avl .dropdown-options:after,
.inventorydata .dropdown-options:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.inventorydata .dropdown-total-avl .dropdown-options:before,
.inventorydata .dropdown-options:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.inventorydata .dropdown-total-avl .dropdown-options:after,
.inventorydata .dropdown-options:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.inventorydata .dropdown-total-avl .dropdown-options:before,
.inventorydata .dropdown-options:before {
  left: 10px;
  top: -12px;
}
.inventorydata .dropdown-total-avl .dropdown-options:after,
.inventorydata .dropdown-options:after {
  left: 9px;
  top: -14px;
}
.inventorydata .dropdown-total-avl.active,
.inventorydata.active {
  overflow: visible;
}
.inventorydata .dropdown-total-avl.active .dropdown-options,
.inventorydata.active .dropdown-options {
  display: block;
}
.dropdown-total-avl {
  position: relative;
}
.catalog-product-view {
  font-size: 18px;
  line-height: 28px;
}
.catalog-product-view .fotorama__thumb-border {
  border-color: #0f5ea5;
}
.catalog-product-view .page-main {
  max-width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
.catalog-product-view .checkout-footer-area {
  max-width: 100%;
  padding: 0 20px;
  background: #EFEFEF;
  margin: 0;
}
.product.info.detailed {
  margin-bottom: 0;
}
.product.info.detailed .more:not(.no-seemore) {
  position: relative;
}
.product.info.detailed .more:not(.no-seemore):after {
  content: '';
  position: absolute;
  bottom: 68px;
  height: 80px;
  width: 100%;
  margin: auto;
  left: 0;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
}
.product.info.detailed .show_more,
.product.info.detailed .show_less {
  position: relative;
  display: block;
  width: fit-content;
  color: #0f5ea5;
  font-weight: 700;
  margin-top: 20px;
  font-size: 18px;
}
.product.info.detailed .show_more::after,
.product.info.detailed .show_less::after {
  content: '\e622';
  font-family: 'icons-blank-theme';
  font-weight: 700;
  font-size: 32px;
  line-height: 22px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 18px;
}
.product.info.detailed .show_less::after {
  content: '\e621';
}
.product.info.detailed .product .type {
  font-size: 25px;
  line-height: 35px;
  margin-bottom: 18px;
  padding-bottom: 18px;
}
.product.info.detailed .features ul {
  padding-left: 30px;
}
.product.info.detailed .product.attribute.documents .documents-content ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  padding: 0;
  margin: 0;
}
.product.info.detailed .product.attribute.documents .documents-content ul li {
  font-size: 22px;
  margin: 0;
}
.product.info.detailed .product.attribute.documents .documents-content ul li::before {
  bottom: 0;
  margin: auto;
}
.product-information {
  padding: 50px 0;
  font-size: 16px;
}
.product-information .container {
  display: grid;
  gap: 25px;
}
.product-information .product-info h2 {
  margin: 0 0 20px;
  text-align: left;
  color: #000;
  font-size: 22px;
}
.product-information .product-info p {
  margin: 0 0 8px;
  border-bottom: 1px solid #B7B7B7;
  padding: 0 0 8px;
  display: flex;
  align-items: flex-start;
  line-height: 26px;
}
.product-information .product-info p strong {
  padding-right: 10px;
}
.product-information .product-info p a {
  color: #0f5ea5;
}
.product-information .table-wrapper .table-caption {
  font-size: 20px;
  background: #ebf2f3;
  display: block;
  padding: 3px 12px;
}
.product-information .table-wrapper .additional-attributes {
  width: 100%;
}
.product-information .table-wrapper .additional-attributes th.col.label {
  padding: 5px 30px 10px 0;
}
.product-information .table-wrapper .additional-attributes tr {
  border-bottom: 1px solid #B7B7B7;
}
.product-information .table-wrapper .additional-attributes tr th.col.label {
  padding: 8px 30px 8px 12px;
}
.product-information .product-need-help {
  margin-top: 32px;
}
.product-information .product-need-help h5 {
  margin: 0 0 15px;
}
.product-information .product-need-help p {
  border: 0;
  margin: 0;
  padding: 0 0 5px;
}
.product-information .product-need-help a {
  display: block;
  padding-bottom: 5px;
  color: #0f5ea5;
}
.additional-attributes-wrapper {
  margin: 0;
}
.additional-attributes-wrapper .attributes-section {
  width: 100%;
  max-height: 400px;
  margin: 0 0 15px;
  overflow: hidden;
  transition: height 0.3s ease;
  position: relative;
}
.additional-attributes-wrapper .attributes-section.expanded {
  max-height: unset !important;
}
.additional-attributes-wrapper .attributes-section:not(.expanded):after {
  content: '';
  position: absolute;
  bottom: 0;
  height: 200px;
  width: 100%;
  margin: auto;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
}
.additional-attributes-wrapper .attributes-section.removebg:after {
  background: transparent;
}
.additional-attributes-wrapper button#expandbtn,
.additional-attributes-wrapper .cart.table-wrapper .actions-toolbar > .action#expandbtn,
.additional-attributes-wrapper .quote-details-items .actions-toolbar > .action#expandbtn,
.additional-attributes-wrapper .action-gift#expandbtn {
  position: relative;
  color: #f46414;
  font-weight: 700;
  padding: 0;
  box-shadow: unset;
}
.additional-attributes-wrapper button#expandbtn::after,
.additional-attributes-wrapper .cart.table-wrapper .actions-toolbar > .action#expandbtn::after,
.additional-attributes-wrapper .quote-details-items .actions-toolbar > .action#expandbtn::after,
.additional-attributes-wrapper .action-gift#expandbtn::after {
  content: '\e622';
  font-family: 'icons-blank-theme';
  font-weight: 700;
  font-size: 32px;
  line-height: normal;
  display: inline-block;
  vertical-align: middle;
}
.additional-attributes-wrapper .expanded + #expandbtn:after {
  content: '\e621';
}
.custom-review-section {
  padding-bottom: 20px;
}
.custom-review-section h2 {
  margin: 0 0 20px;
  color: #000;
  font-size: 26px !important;
  line-height: normal;
}
.product-related-section {
  padding: 30px 0 0;
}
.product-related-section .block {
  margin-bottom: 50px !important;
}
.product-related-section .block .title {
  margin-bottom: 30px;
  text-align: center !important;
}
.product-related-section .block .title strong {
  font-size: 26px !important;
  line-height: normal;
  font-weight: 700;
}
.product-related-section .block .products {
  margin: 0;
}
.product-related-section .block .product-items .product-item {
  margin: 0 0 5px 0 !important;
}
.product-related-section .block .product-items .product-item .product-item-info {
  text-align: left;
}
.product.media .fotorama__dot {
  height: 8px;
  width: 8px;
}
.fotorama__nav--thumbs {
  text-align: center;
}
.product-info-main .custom-attributes .stock.available:before,
.product-info-main .custom-attributes .stock.unavailable:before {
  border-radius: unset;
  background-color: unset;
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
  top: 6px;
}
.product-info-main .custom-attributes .stock.available {
  color: #43d265;
  display: inline-block;
}
.product-info-main .custom-attributes .stock.available:before {
  background-image: url(../../frontend/Harriswebworks/westrocksupply/en_US/images/check.svg);
}
.product-info-main .custom-attributes .stock.unavailable {
  color: #f44336;
}
.product-info-main .custom-attributes .stock.unavailable:before {
  background-image: url(../../frontend/Harriswebworks/westrocksupply/en_US/images/close.svg);
  background-size: cover;
}
.product-info-main .page-title-wrapper {
  border-bottom: 1px solid #dedede;
}
.product-info-main .page-title-wrapper .page-title {
  margin-top: 0 !important;
}
.product-info-main .page-title-wrapper .ruk_rating_snippet:empty {
  padding: 0;
  display: inline;
}
.product-info-main .page-title-wrapper .ruk_rating_snippet i {
  color: #ffbf30;
  font-size: 20px;
}
.product-info-main .page-title-wrapper .ruk_rating_snippet .ruk-rating-snippet-count {
  font-weight: 700;
  color: #0f5ea5 !important;
  margin-left: 6px;
  cursor: pointer;
}
.product-info-main .prod_details {
  color: #808080;
  display: flex;
  flex-wrap: wrap;
  grid-column-gap: 8px;
  grid-row-gap: 0px;
}
.product-info-main .prod_details p {
  margin: 0;
}
.product-info-main .prod_details p strong {
  padding-right: 5px;
}
.product-info-main .price-box {
  display: flex;
  align-items: baseline;
  gap: 16px;
  margin-top: 16px;
}
.product-info-main .price-box .sales-amount {
  display: none;
}
.product-info-main .price-box .special-price {
  margin: 0;
}
.product-info-main .price-box .price-wrapper > span.price {
  color: #f24726;
  font-size: 40px !important;
}
.product-info-main .price-box .old-price .callforpricing {
  display: none;
}
.product-info-main .price-box .old-price .price-wrapper .price {
  font-size: 22px !important;
  font-family: 'Lato Regular' !important;
  color: #000000;
}
.product-info-main .custom-attributes {
  display: flex;
  align-items: center;
  margin: 25px 0 20px;
  flex-wrap: wrap;
  gap: 10px 30px;
}
.product-info-main .custom-attributes .stock {
  padding-bottom: 0;
  padding-left: 23px;
}
.product-info-main .inventorydata {
  display: flex;
  align-items: center;
  gap: 10px 20px;
  flex-wrap: wrap;
}
.product-info-main .inventorydata::before,
.product-info-main .inventorydata::after {
  display: none;
}
.product-info-main .inventorydata .branch-a {
  font-size: 18px;
}
.product-info-main .inventorydata .dropdown-total-avl .total-available {
  font-size: 20px;
  color: #0f5ea5;
  font-weight: 700;
  display: flex;
  align-items: center;
}
.product-info-main .inventorydata .dropdown-total-avl .action.toggle {
  font-size: 20px;
  color: #0f5ea5;
  font-weight: 700;
  display: flex;
  align-items: center;
  user-select: none;
}
.product-info-main .inventorydata .dropdown-total-avl .action.toggle:after {
  content: '\e622';
  font-weight: 700;
  font-size: 30px;
  line-height: 11px;
  margin-bottom: -5px;
  margin-left: -2px;
}
.product-info-main .inventorydata .dropdown-total-avl .dropdown-options {
  width: 300px;
  padding: 13px 20px;
  font-size: 18px;
  line-height: 28px;
  min-width: auto;
}
.product-info-main .inventorydata .dropdown-total-avl .dropdown-options:before {
  top: -11px;
}
.product-info-main .inventorydata .dropdown-total-avl .action.toggle.active:after {
  content: '\e621';
}
.product-info-main .product-info-stock-sku {
  font-size: 20px;
  font-weight: 700;
  width: 100%;
}
.product-info-main .product-info-stock-sku span.stock-count {
  margin-right: 7px;
  color: #43d265;
}
.product-info-main .callforpricing {
  margin: 15px 0 0;
  font-size: 22px;
}
.product-info-main .product-info-price .price-discount {
  border: 1px solid #808080;
  border-radius: 20px;
  color: #808080;
  display: inline-block;
  padding: 1px 18px;
  font-weight: 700;
  margin: 15px 0 0;
}
.product-info-main .box-tocart {
  margin: 0;
  width: 100% !important;
}
.product-info-main .box-tocart .field.qty {
  margin: 0 15px 0 0;
  width: 145px;
}
.product-info-main .box-tocart .field.qty .label {
  display: none;
}
.product-info-main .box-tocart .field.qty .control {
  max-width: 145px !important;
  border-radius: 4px;
  margin: 0 !important;
}
.product-info-main .box-tocart .field.qty .control .btn {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 40px !important;
}
.product-info-main .box-tocart .field.qty div.mage-error {
  font-size: 14px;
  text-align: left;
  margin-top: 4px;
}
.product-info-main .box-tocart .input-text.qty {
  width: calc(100% - 80px);
}
.product-info-main .box-tocart .fieldset {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.product-info-main .box-tocart .actions {
  width: auto;
  padding: 0 !important;
  margin: 0 0px 0 0;
}
.product-info-main .box-tocart .actions .action.tocart {
  width: 100% !important;
  background: #0fa521;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-info-main .box-tocart .action.tocart:before {
  content: '';
  background-image: url(../../frontend/Harriswebworks/westrocksupply/en_US/images/cart.png);
  height: 22px;
  width: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-right: 8px;
  background-size: contain;
}
.product-info-main .box-tocart .action.tocart:hover {
  background: #f55519;
}
.product-info-main .product-social-links {
  width: 48px;
}
.product-info-main .product-social-links .product-addto-links {
  display: flex;
  align-items: center;
}
.product-info-main .product-social-links .product-addto-links a {
  margin-right: 0px !important;
  border: 1px solid #0f5ea5 !important;
  height: 48px !important;
  width: 48px !important;
}
.product-info-main .product-social-links .product-addto-links a:after {
  height: 25px !important;
  width: 25px !important;
  margin: auto !important;
  right: 0;
  bottom: 0;
}
.product-info-main .product-addto-links a.action.towishlist:after {
  background-image: url(../../frontend/Harriswebworks/westrocksupply/en_US/images/wishlist.svg);
}
.product-info-main .product-addto-links a.action.towishlist:hover {
  filter: brightness(0) saturate(100%) invert(42%) sepia(100%) saturate(2033%) hue-rotate(347deg) brightness(94%) contrast(105%);
}
.product-info-main .product-addto-links .block-requisition-list {
  display: none !important;
}
.product-info-main .prices-tier {
  padding: 6px 15px;
}
.product-info-main .prices-tier li.item {
  display: flex;
  align-items: baseline;
  grid-column-gap: 6px;
  flex-wrap: wrap;
  font-size: 17px;
  line-height: 28px;
}
.product-info-main .prices-tier .price-container .price {
  font-size: 19px;
}
.product-faq {
  background: #efefef;
  padding: 40px 20px;
}
.product-faq .faq-wrapper > h3 {
  font-size: 26px;
  font-weight: 700;
  line-height: 32px;
  margin: 0 0 20px;
  font-family: 'Lato Bold';
}
.product-faq [data-content-type="faq"] {
  width: 70%;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 991px) {
  .product-faq [data-content-type="faq"] {
    width: 100%;
  }
}
.product-faq [data-content-type="faq"] li {
  border-bottom: 1px solid #b7b7b7;
  overflow: hidden;
  padding: 0 !important;
  margin: 0;
}
.product-faq [data-content-type="faq"] li:first-child h3 {
  margin-top: 0 !important;
}
.product-faq [data-content-type="faq"] li h3 {
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
  cursor: pointer;
  padding: 0 !important;
  margin: 20px 35px 20px 0 !important;
  position: relative;
}
.product-faq [data-content-type="faq"] li h3:before {
  content: '\f101';
  font-family: 'pagebuilder-font';
  margin-left: 5px;
  font-size: 12px;
  right: 0;
  position: absolute;
}
@media (max-width: 767px) {
  .product-faq [data-content-type="faq"] li h3:before {
    right: -20px;
    left: auto;
  }
}
.product-faq [data-content-type="faq"] li [data-element="answer"] {
  padding: 0px 0 10px 0 !important;
  display: none;
}
.product-faq [data-content-type="faq"] li [data-element="answer"] p {
  font-size: 18px;
  line-height: 28px;
}
.product-faq [data-content-type="faq"] li.active h3:before {
  content: '\f104';
}
.product-faq [data-content-type="faq"] li.active [data-element="answer"] {
  display: block;
}
.product-info-part {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
@media only screen and (max-width: 375px) {
  .product-info-part {
    flex-direction: column;
    gap: 0;
    align-items: flex-start;
  }
  .product-info-part .brand-logo {
    margin-bottom: 10px;
  }
}
.product-info-main .price-box .old-price .price-wrapper .price {
  position: relative;
}
.product-info-main .price-box .old-price .price-wrapper .price:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  border-top: 2px solid #000;
}
.page-products .products-grid .product-item .product-item-details .price-box .old-price .price {
  position: relative;
}
.page-products .products-grid .product-item .product-item-details .price-box .old-price .price:after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  border-top: 2px solid #000;
}
.product-info-main #product_addtocart_form .product-options-wrapper label.label.admin__field-label span a {
  margin: 0 -5px 0 0;
  text-decoration: none;
}
.value.faq-content {
  max-width: 1080px;
  margin: 0 auto;
}
.faq-products {
  padding: 20px 15px 0 !important;
}
.faq-products .qaContainer {
  background: #f5f8fe;
  padding: 20px 35px 30px;
  margin-bottom: 30px;
}
.faq-products .qaContainer:last-child {
  margin-bottom: 0;
}
.faq-products button.qHeadPlus,
.faq-products .cart.table-wrapper .actions-toolbar > .action.qHeadPlus,
.faq-products .quote-details-items .actions-toolbar > .action.qHeadPlus,
.faq-products .action-gift.qHeadPlus {
  padding: 0 0 10px;
  color: #000000;
  border: none;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  pointer-events: none;
  cursor: not-allowed;
}
.faq-products .qTitle .qa-question {
  font-size: 22px;
  line-height: 30px;
  font-family: 'Lato Bold';
  margin-bottom: 22px;
  color: #0f5ea5;
}
.faq-products .answerContainer {
  background: #fff;
  padding: 20px;
}
.faq-products .answerContainer .answerText {
  font-size: 18px;
  line-height: 30px;
  font-family: 'Lato Bold';
  margin: 0 0 4px;
}
.faq-products .answerContainer .qa-answer {
  font-size: 18px;
  line-height: 28px;
}
.faq-products .qa-answer .answerInner {
  position: relative;
}
.faq-products .qa-answer .answerInner .answer-short:not(.no-seemore)::after {
  content: '';
  position: absolute;
  bottom: 24px;
  height: 80px;
  width: 100%;
  margin: auto;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
}
.faq-products .qa-answer .answerInner .toggle-more {
  position: relative;
  display: block;
  width: fit-content;
  color: #f46414;
  line-height: 30px;
  font-weight: 700;
  margin-top: 10px;
  font-size: 18px;
}
.faq-products .qa-answer .answerInner .toggle-more::after {
  content: '\e622';
  font-family: 'icons-blank-theme';
  font-weight: 700;
  font-size: 32px;
  line-height: 22px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 18px;
}
.faq-products .qa-answer .answerInner .toggle-less {
  position: relative;
  display: block;
  width: fit-content;
  color: #f46414;
  line-height: 30px;
  font-weight: 700;
  margin-top: 10px;
  font-size: 18px;
}
.faq-products .qa-answer .answerInner .toggle-less::after {
  content: '\e621';
  font-family: 'icons-blank-theme';
  font-weight: 700;
  font-size: 32px;
  line-height: 22px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 18px;
}
.faq-products .qa-answer .answerInner .answer-short h4 {
  margin-bottom: 1rem;
}
.faq-products .qa-answer .answerInner .answer-full h4 {
  margin-bottom: 1rem;
}
.faq-products .qa-answer .answerInner strong {
  font-size: 18px;
  line-height: 28px;
}
.block-category-event {
  background: #f0f0f0;
  color: #000000;
  padding: 15px 0 15px;
  text-align: center;
}
.block-category-event.block:last-child {
  margin-bottom: 15px;
}
.block-category-event .block-title {
  margin: 0 0 15px;
}
.block-category-event .block-title strong {
  font-size: 1.5rem;
  font-weight: 300;
}
.block-category-event .ticker {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.block-category-event .ticker li {
  display: none;
  margin: 0 15px;
}
.block-category-event .ticker .value {
  font-size: 1.8rem;
  font-weight: 300;
}
.block-category-event .ticker .label {
  font-size: 1rem;
  display: block;
  text-transform: lowercase;
}
.block-category-event .dates {
  display: table;
  margin: 0 auto;
}
.block-category-event .dates .start,
.block-category-event .dates .end {
  display: table-cell;
  vertical-align: top;
}
.block-category-event .dates .date {
  font-size: 1.8rem;
}
.block-category-event .dates .time {
  display: block;
}
.block-category-event .dates .start {
  padding-right: 60px;
  position: relative;
}
.block-category-event .dates .start:after {
  font-size: 1.8rem;
  content: '\2013';
  display: block;
  position: absolute;
  right: 15px;
  top: 0;
}
.block-search {
  margin-bottom: 0;
  width: 100%;
  box-sizing: border-box;
}
.block-search .block-title {
  display: none;
}
.block-search .block-content {
  margin-bottom: 0;
}
.block-search .block-content .form.minisearch {
  display: flex;
  gap: 8px;
}
.block-search .block-content .form.minisearch .action.search {
  background-color: #f46414;
  color: #ffffff;
  font-size: 16px;
  height: 36px;
  font-weight: bold;
  display: flex;
  align-items: center;
  padding: 0 20px;
  border-radius: 4px;
}
.block-search .block-content .form.minisearch .action.search:hover {
  background-color: #0F5EA5;
}
.block-search .block-content .form.minisearch .field.search {
  position: relative;
  width: 100%;
}
.block-search .block-content .form.minisearch .field.search .label {
  display: none;
}
.block-search .label {
  text-decoration: none;
  display: inline-block;
  float: right;
}
.block-search .label > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.block-search .label:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 35px;
  line-height: 33px;
  color: #8f8f8f;
  content: '\e615';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block-search .label:hover:before {
  color: #333333;
}
.block-search .label:active:before {
  color: #333333;
}
.block-search .label.active + .control input {
  position: static;
}
.block-search .control {
  clear: both;
}
.block-search .control .nested {
  display: none;
}
.block-search input {
  font-size: 16px;
  height: 36px;
  border: 1px solid #cccccc;
  padding: 5px 15px 5px 39px;
  background-color: #ffffff;
  border-radius: 4px;
  color: #000000;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOS4wNCIgaGVpZ2h0PSIxOS4wNDEiIHZpZXdCb3g9IjAgMCAxOS4wNCAxOS4wNDEiPgogIDxwYXRoIGlkPSJQYXRoXzc1MiIgZGF0YS1uYW1lPSJQYXRoIDc1MiIgZD0iTTYxMi4xODIsNDcuMDU4YS42ODguNjg4LDAsMCwwLDAtLjk3MWwtNC4xNTItNC4xNTIuMjY0LS4zNDhhOC4zMjgsOC4zMjgsMCwxLDAtMS41ODEsMS41ODFsLjM0OC0uMjY1LDQuMTUxLDQuMTU1YS42ODEuNjgxLDAsMCwwLC40ODUuMmgwQS42ODEuNjgxLDAsMCwwLDYxMi4xODIsNDcuMDU4Wm0tNS41OTItNS41OWE2LjkzNiw2LjkzNiwwLDEsMSwwLTkuODA5QTYuODksNi44OSwwLDAsMSw2MDYuNTksNDEuNDY4WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTU5My4zNDIgLTI4LjIxOCkiIGZpbGw9IiNjY2MiLz4KPC9zdmc+Cg==);
  background-repeat: no-repeat;
  background-position: 10px 50%;
}
.block-search input::placeholder {
  color: #aaaaaa;
}
.block-search .nested {
  display: none;
}
.search-autocomplete {
  display: none;
  margin-top: 0;
  overflow: hidden;
  position: absolute;
  z-index: 101;
}
.search-autocomplete ul {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.search-autocomplete ul li {
  border-top: 1px solid #e5e5e5;
  cursor: pointer;
  margin: 0;
  padding: 7.5px 60px 7.5px 15px;
  position: relative;
  text-align: left;
  white-space: normal;
}
.search-autocomplete ul li:not(:empty) {
  border-top: 0;
  border: 1px solid #c2c2c2;
  background: #ffffff;
}
.search-autocomplete ul li:first-child {
  border-top: none;
}
.search-autocomplete ul li:hover,
.search-autocomplete ul li.selected {
  background: #e8e8e8;
}
.search-autocomplete ul li .amount {
  color: #999999;
  position: absolute;
  right: 7px;
  top: 7.5px;
}
.form.search.advanced .fields.range .field:first-child {
  position: relative;
}
.form.search.advanced .fields.range .field:first-child .control {
  padding-right: 25px;
}
.form.search.advanced .fields.range .field:first-child .control:after {
  content: ' \2013 ';
  display: inline-block;
  position: absolute;
  right: 0;
  text-align: center;
  top: 6px;
  width: 25px;
}
.form.search.advanced .fields.range .field:last-child {
  position: relative;
}
.form.search.advanced .fields.range .field:last-child div.mage-error {
  left: 0;
  position: absolute;
  top: 32px;
}
.form.search.advanced .fields.range .field.with-addon .control {
  padding-right: 45px;
}
.form.search.advanced .group.price .addon .addafter {
  background: none;
  border: 0;
  padding-top: 6px;
  position: absolute;
  right: 0;
  top: 0;
}
.search.summary {
  margin-bottom: 15px;
}
.cart-summary {
  background: transparent;
  margin-bottom: 10px;
  padding: 1px 0 20px;
}
.cart-summary button#getrate,
.cart-summary .cart.table-wrapper .actions-toolbar > .action#getrate,
.cart-summary .quote-details-items .actions-toolbar > .action#getrate,
.cart-summary .action-gift#getrate {
  display: none;
}
.cart-summary > .title {
  display: block;
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.25rem;
  margin-bottom: 1.5rem;
  font-family: 'Lato Bold';
  font-size: 25px;
}
.cart-summary .block {
  margin-bottom: 0;
}
.cart-summary .block .item-options {
  margin-left: 0;
}
.cart-summary .block .fieldset {
  margin: 15px 0 37.5px 7.5px;
}
.cart-summary .block .fieldset .field {
  margin: 0 0 15px;
}
.cart-summary .block .fieldset .field.note {
  font-size: 17px;
}
.cart-summary .block .fieldset .methods .field > .label {
  display: inline;
}
.cart-summary .block .fieldset .actions-toolbar .action.apply {
  padding: 10px 20px;
  background-color: #000000;
  color: #ffffff;
  transition: .3s;
  font-size: 16px;
  line-height: 1;
  border-radius: 5px;
}
.cart-summary .block .fieldset .actions-toolbar .action.apply:hover {
  background-color: #0f5ea5;
  color: #ffffff;
}
.cart-summary .block .cart-totals .table-wrapper .totals.sub {
  font-size: 17px;
}
.cart-summary .block .title #block-shipping-heading {
  font-size: 20px;
  letter-spacing: 0.4px;
}
.cart-summary .block.shipping .title {
  font-family: 'Lato Bold';
  font-size: 20px;
  border-top: 0;
}
.cart-summary .checkout-secure-shopping {
  width: 184px;
  margin: 20px auto 0 auto;
}
.cart-summary .checkout-secure-shopping .securetext {
  font-size: 15px;
  font-family: 'Lato Bold';
  display: block;
  margin-bottom: 15px;
}
.cart-summary .checkout-secure-shopping .securetext img {
  display: inline-block;
  vertical-align: middle;
}
.cart-summary .checkout-secure-shopping .securetext span {
  display: inline-block;
  vertical-align: middle;
}
.cart-summary .checkout-secure-shopping .card-icon {
  text-align: center;
}
body .page-wrapper .page-bottom {
  width: 100%;
  background: #EFEFEF;
  max-width: 100%;
  padding: 0;
}
.checkout-cart-index .cart-summary .block.discount .title strong,
.checkout-cart-index .cart-summary .block.giftcard .title strong {
  font-size: 15px;
  font-weight: normal;
}
.checkout-cart-index .cart.table-wrapper .control.qty {
  background: #fff;
  border-radius: 17px;
  width: 91px;
  font-size: 16px;
  float: right;
  border: 1px solid #CCCCCC;
}
.checkout-cart-index .cart.table-wrapper .control.qty label {
  display: flex;
  justify-content: space-between;
  height: 100%;
  user-select: none;
}
.checkout-cart-index .cart.table-wrapper .control.qty .btn.decrement,
.checkout-cart-index .cart.table-wrapper .control.qty .btn.increment {
  padding-left: 12px;
  display: flex;
  align-items: center;
}
.checkout-cart-index .cart.table-wrapper .control.qty .input-text {
  margin-top: 0;
  border: none;
  height: 31px;
  width: 45px;
  vertical-align: middle;
}
.checkout-cart-index .cart.table-wrapper .control.qty .input-text:focus {
  box-shadow: none;
}
.checkout-cart-index .cart.table-wrapper .control.qty .btn.increment {
  padding-right: 12px;
  padding-left: 0;
}
.checkout-cart-index .gift-item-block.block .title {
  font-size: 15px;
  font-weight: normal;
}
.checkout-cart-index .cart-countdown {
  background-color: #EBEBEB;
}
.checkout-cart-index .cart-countdown .count-container {
  display: flex;
  justify-content: center;
  padding: 14px 0;
  gap: 14px;
}
.checkout-cart-index .cart-countdown .count-container .text {
  font-size: 14px;
  font-family: 'Lato Bold';
  text-align: center;
  color: #0F5EA5;
  display: inline-block;
  position: relative;
  padding-top: 1px;
}
.checkout-cart-index .cart-countdown .count-container .text:before {
  content: "";
  height: 22px;
  width: 22px;
  background: url("../../frontend/Harriswebworks/westrocksupply/en_US/images/countdown-icon.png");
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: -24px;
}
.checkout-cart-index .cart-countdown .count-container .count-btn {
  background: #F46414;
  width: 60px;
  height: 26px;
  border-radius: 4px;
  font-size: 14px;
  font-family: 'Lato Bold';
  text-align: center;
  line-height: 1.8;
  color: #fff;
}
.checkout-cart-index .widget.block.block-static-block .block.widget.block-products-list.grid .block-content .products.wrapper.grid.products-grid .block-title.title {
  font-family: 'Lato Bold';
  font-size: 30px;
  color: #0F5EA5;
}
.checkout-cart-index .widget.block.block-static-block .block.widget.block-products-list.grid .block-content .products.wrapper.grid.products-grid .products.list.items.product-items .item.product.product-item {
  margin-left: 0.5%;
  width: 100%;
}
.checkout-cart-index .widget.block.block-static-block .block.widget.block-products-list.grid .block-content .products.wrapper.grid.products-grid .products.list.items.product-items .item.product.product-item .product.name.product-item-name {
  min-height: 51px;
  line-height: 1.2;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.checkout-footer-area {
  max-width: 1440px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}
.checkout-footer-area .checkout-footer p {
  margin: 0;
  font-size: 16px;
  line-height: 19px;
}
.checkout-footer-area .checkout-footer {
  justify-content: center;
  padding: 20px 0;
  display: flex;
}
.checkout-footer-area .checkout-footer .title {
  font-family: 'Lato Bold';
}
.checkout-footer-area .checkout-footer .icon {
  display: inline-block;
  width: 41px;
  margin-right: 10px;
  vertical-align: middle;
}
.checkout-footer-area .checkout-footer .content {
  display: inline-block;
  width: auto;
  vertical-align: middle;
}
.checkout-footer-area .checkout-footer .wholesale,
.checkout-footer-area .checkout-footer .customer-satisfaction,
.checkout-footer-area .checkout-footer .free-same {
  display: none;
}
.cart-totals {
  padding-top: 14px;
}
.cart-totals .table-wrapper {
  margin-bottom: 0;
  overflow: inherit;
}
.cart-totals .table-wrapper .totals.sub {
  font-size: 17px;
}
.cart-totals .table-wrapper .grand.totals {
  font-size: 20px;
  font-family: Lato Heavy;
}
.cart-totals .table-wrapper .grand.totals .mark strong {
  font-weight: normal;
}
.cart-totals .table-wrapper .totals.shipping.excl .mark .label,
.cart-totals .table-wrapper .totals.shipping.excl .mark .value {
  font-size: 17px;
}
.cart-totals .discount.coupon {
  display: none;
}
.cart.table-wrapper .items thead + .item {
  border-top: none;
}
.cart.table-wrapper .items > .item {
  border-bottom: none;
  position: relative;
}
.cart.table-wrapper .col {
  padding-top: 20px;
}
.cart.table-wrapper .col.qty .input-text {
  margin-top: -5px;
}
.cart.table-wrapper .item-actions td {
  padding-bottom: 15px;
  text-align: center;
  white-space: normal;
}
.cart.table-wrapper .item .col.item {
  display: block;
  min-height: 75px;
  padding: 15px 15px 15px 130px;
  position: relative;
}
.cart.table-wrapper .col.price .cart-price .special-price {
  font-family: Lato Heavy;
  display: block;
  margin-bottom: 7px;
}
.cart.table-wrapper .col.price .cart-price .old-price {
  color: #888888;
  font-size: 14px;
  font-family: Lato Heavy;
  font-size: 13px;
  clear: both;
  float: right;
  position: relative;
}
.cart.table-wrapper .col.price .cart-price .old-price:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  border-top: 1px solid #888888;
}
.cart.table-wrapper .col.price .cart-price .sales-amount {
  color: #F46414;
  font-family: Lato Heavy;
  width: 70px;
  font-size: 13px;
  margin-top: 8px;
  clear: both;
  float: right;
}
.cart.table-wrapper .col.subtotal .price-excluding-tax .price {
  font-family: Lato Heavy;
  font-weight: normal;
}
.cart.table-wrapper tbody.cart.item:nth-child(odd) {
  background-color: #FAFAFA;
}
.cart.table-wrapper tbody.cart.item:nth-child(even) {
  background-color: #F5F5F5;
}
.cart.table-wrapper .actions-toolbar > .action,
.action-gift {
  display: inline-block;
  text-decoration: none;
  margin-bottom: 15px;
  margin-right: 5px;
}
.cart.table-wrapper .actions-toolbar > .action:hover,
.cart.table-wrapper .actions-toolbar > .action:active,
.cart.table-wrapper .actions-toolbar > .action:focus,
.action-gift:hover,
.action-gift:active,
.action-gift:focus {
  text-decoration: none;
}
.cart.table-wrapper .actions-toolbar > .action:last-child,
.action-gift:last-child {
  margin-right: 0;
}
.cart.table-wrapper .action.help.map {
  font-weight: 400;
}
.cart.table-wrapper .product-item-photo {
  display: block;
  left: 15px;
  max-width: 97px;
  padding: 0;
  position: absolute;
  top: 15px;
  width: 100%;
}
.cart.table-wrapper .product-item-details {
  white-space: normal;
  font-size: 14px;
}
.cart.table-wrapper .product-item-details .tierprice {
  color: #F46414;
  font-size: 13px;
  line-height: 28px;
}
.cart.table-wrapper .product-item-details .mpn {
  font-size: 13px;
  line-height: 28px;
}
.cart.table-wrapper .product-item-name {
  display: inline-block;
  font-weight: 400;
  margin: 0;
  font-size: 14px;
  line-height: 24px;
}
.cart.table-wrapper .gift-registry-name-label:after {
  content: ':';
}
.cart.table-wrapper .item-options {
  font-size: 17px;
  margin-bottom: 15px;
}
.cart.table-wrapper .product-item-name + .item-options {
  margin-top: 15px;
}
.cart.table-wrapper .action.configure {
  display: inline-block;
  margin: 0 0 30px;
}
.cart.table-wrapper .item-actions .actions-toolbar .action-towishlist {
  display: none;
}
.cart.table-wrapper .item-actions .actions-toolbar .block-requisition-list {
  display: none;
}
.cart.table-wrapper .item-actions .actions-toolbar .action.action-edit,
.cart.table-wrapper .item-actions .actions-toolbar .action.action-delete,
.cart.table-wrapper .item-actions .actions-toolbar .action.action-towishlist {
  border: none;
  padding: 0;
  position: relative;
}
.cart.table-wrapper .item-actions .actions-toolbar .action.action-edit span,
.cart.table-wrapper .item-actions .actions-toolbar .action.action-delete span,
.cart.table-wrapper .item-actions .actions-toolbar .action.action-towishlist span {
  font-size: 0;
}
.cart.table-wrapper .item-actions .actions-toolbar .action.action-delete:before {
  content: "";
  height: 17px;
  width: 19px;
  background: url("../../frontend/Harriswebworks/westrocksupply/en_US/images/cart-delete-icon.svg");
  display: inline-block;
  background-position: right;
  background-size: contain;
  background-repeat: no-repeat;
}
.cart.table-wrapper .item-actions .actions-toolbar .action.action-edit:before {
  content: "";
  height: 17px;
  width: 17px;
  background: url("../../frontend/Harriswebworks/westrocksupply/en_US/images/cart-edit-icon.svg");
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.cart.table-wrapper .item-actions .actions-toolbar .action.action-towishlist:before {
  content: "";
  height: 21px;
  width: 21px;
  background: url("../../frontend/Harriswebworks/westrocksupply/en_US/images/wishlist-icon.svg");
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.cart-container .form-cart .action.continue,
.cart-container .form-cart .action.update {
  background-color: none;
  color: #F46414;
  transition: .3s;
  font-size: 15px;
  line-height: 1;
  padding: 14px 15px;
  border: 1px solid #F46414;
}
.cart-container .form-cart .action.continue:before,
.cart-container .form-cart .action.update:before {
  line-height: 14px;
  vertical-align: bottom;
}
.cart-container .form-cart .action.continue {
  padding: 14px 8px;
}
.cart-container .checkout-methods-items {
  margin-top: 12px;
  text-align: center;
  margin-left: auto;
}
.cart-container .checkout-methods-items .action.primary {
  width: 100%;
  font-size: 20px;
  font-family: 'Lato Bold';
  line-height: 20px;
  padding: 20px 18px;
  background: #f46414;
}
.cart-container .checkout-methods-items .item + .item {
  margin-top: 30px;
}
.cart-products-toolbar .toolbar-amount {
  margin: 37.5px 0 15px;
  padding: 0;
  text-align: center;
}
.cart-products-toolbar .pages {
  margin: 0 0 37.5px;
  text-align: center;
}
.cart-products-toolbar .pages .items > .item {
  border-bottom: 0;
}
.cart-products-toolbar-top {
  border-bottom: 1px solid #d1d1d1;
}
.block.crosssell {
  margin-top: 70px;
}
.cart-tax-info + .cart-tax-total,
.cart .cart-tax-info + .cart-tax-total {
  display: block;
}
.cart.table-wrapper .col.item,
.cart.table-wrapper .col.price,
.cart.table-wrapper .col.qty,
.cart.table-wrapper .col.subtotal {
  padding-top: 23px;
}
.cart.table-wrapper .col.price,
.order-items.table-wrapper .col.price,
.cart.table-wrapper .col.qty,
.order-items.table-wrapper .col.qty,
.cart.table-wrapper .col.subtotal,
.order-items.table-wrapper .col.subtotal,
.cart.table-wrapper .col.msrp,
.order-items.table-wrapper .col.msrp {
  text-align: right;
}
.cart.table-wrapper .price-excluding-tax,
.order-items.table-wrapper .price-excluding-tax {
  font-size: 16px;
}
.checkout-cart-index .cart-container #gift-options-cart {
  display: block;
  width: 100%;
}
.checkout-cart-index .cart.table-wrapper .item-actions {
  margin-top: 50px;
}
.checkout-cart-index .cart.table-wrapper .item-actions .actions-toolbar {
  display: flex;
  justify-content: end;
}
.checkout-cart-index .cart.table-wrapper .item-actions .actions-toolbar .action.towishlist {
  display: none;
}
.checkout-cart-index .cart.table-wrapper .item-actions .actions-toolbar .block-requisition-list {
  display: none;
}
/* Cart page */
.checkout-cart-index .page-title-wrapper {
  padding: 0;
}
.checkout-cart-index .page-title-wrapper h1 {
  margin: 26px 0 15px;
}
.cart.table-wrapper th.col {
  font-family: 'Lato Bold';
  padding-top: 8px !important;
}
.cart.table-wrapper table > thead > tr > th,
.cart.table-wrapper table > tbody > tr > th,
.cart.table-wrapper table > tfoot > tr > th,
.cart.table-wrapper table > thead > tr > td,
.cart.table-wrapper table > tbody > tr > td,
.cart.table-wrapper table > tfoot > tr > td {
  padding: 20px 20px;
}
.cart.table-wrapper .col.qty div.mage-error {
  font-size: 14px;
  float: left;
  white-space: normal;
}
.inventorydata {
  display: flex;
  gap: 4px 12px;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.28px;
  padding-top: 2px;
  flex-wrap: wrap;
}
.inventorydata:before,
.inventorydata:after {
  display: none;
}
.inventorydata > span {
  color: #155724;
  font-weight: 700;
  font-family: 'Lato Bold';
}
.inventorydata .all-branch span {
  color: #888888;
  font-weight: 600;
}
.cart-container .form-cart .actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px 0;
}
.cart-container .form-cart .action.update:before,
.cart-container .form-cart .action.continue:before {
  content: '';
}
.cart-container .form-cart .action.update:before {
  width: 21px;
  height: 19px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMS4wNDIiIGhlaWdodD0iMTkiIHZpZXdCb3g9IjAgMCAyMS4wNDIgMTkiPgogIDxwYXRoIGlkPSJJY29uX2NvcmUtc3luYyIgZGF0YS1uYW1lPSJJY29uIGNvcmUtc3luYyIgZD0iTTIxLjY3Miw4LjE0NywyMC4yMDksNi42ODRsNC4xODQsMCwwLTEuNjE3TDE3LjUyLDUuMDd2Ni44NjVoMS42MTdWNy45bDEuMzkyLDEuMzkyYTcuNzA2LDcuNzA2LDAsMCwxLTUuNDM2LDEzLjE1NWwwLDEuNjE3QTkuMzIzLDkuMzIzLDAsMCwwLDIxLjY3Miw4LjE0N1ptLTktMS40NjgsMC0xLjYxN0E5LjMyMyw5LjMyMywwLDAsMCw2LjA5MSwyMC45NzhsMS40NjgsMS40NjhIMy4zNzF2MS42MTdoNi44NzJWMTcuMTlIOC42MjZ2NC4wMzZMNy4yMzUsMTkuODM0QTcuNzA2LDcuNzA2LDAsMCwxLDEyLjY3LDYuNjhaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMy4zNjEgLTUuMDYzKSIgZmlsbD0iI2Y0NjQxNCIvPgo8L3N2Zz4K");
}
.cart-container .form-cart .action.continue:before {
  width: 6px;
  height: 11px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI3LjkxOCIgaGVpZ2h0PSIxMi4xMjMiIHZpZXdCb3g9IjAgMCA3LjkxOCAxMi4xMjMiPgogIDxwYXRoIGlkPSJJY29uX2lvbi1pb3MtYXJyb3ctcmlnaHQiIGRhdGEtbmFtZT0iSWNvbiBpb24taW9zLWFycm93LXJpZ2h0IiBkPSJNMTAuNjI1LDcuMDI3bC43LS42NTIsNS43NTcsNS4zNzctNS43NTcsNS4zNzctLjctLjY0OSw1LjA1OC00LjcyOVoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDE3LjgxIDE3LjgxMykgcm90YXRlKDE4MCkiIHN0cm9rZT0iI2Y0NjQxNCIgc3Ryb2tlLXdpZHRoPSIxIi8+Cjwvc3ZnPgo=");
}
.cart-container .form-cart .action.continue:hover:before {
  filter: brightness(0) saturate(100%) invert(33%) sepia(0%) saturate(1272%) hue-rotate(180deg) brightness(91%) contrast(83%);
}
.cart-container .form-cart .action.continue,
.cart-container .form-cart .action.update {
  display: flex;
  align-items: center;
  gap: 11px;
  font-family: 'Lato Bold';
  margin: 0 !important;
  line-height: normal;
  height: 45px;
  padding-inline: 19px;
  justify-content: center;
}
.cart-container .form-cart .action.clear {
  margin: 0 31px 0 auto !important;
  padding: 0;
}
.cart-summary > .title {
  margin-block: 6px 12px;
  letter-spacing: 0.5px;
}
.cart-summary .block > .title:after {
  line-height: normal;
  right: -17px;
  top: -10px;
  font-size: 50px;
}
.cart-summary .block#block-shipping {
  border-bottom: 4px solid #CCCCCC;
  font-size: 17px;
}
.cart-summary .block .fieldset {
  margin: 0;
  font-size: 16px;
}
.cart-summary .block .fieldset .field:not(.choice) > .label {
  font-size: 16px;
}
.cart-summary .block .fieldset .field:not(.choice) > .control select,
.cart-summary .block .fieldset .field:not(.choice) > .control input {
  padding: 0 25px 0 10px !important;
}
.cart-summary .block .fieldset .field.note {
  margin: 10px 0 5px;
}
.cart-summary .block.shipping .title {
  padding: 0 0 14px;
}
.cart-summary .block.discount .title,
.cart-summary .block.giftcard .title {
  padding: 18px 11px;
  display: flex;
  align-items: center;
}
.cart-summary .block.discount .title:after,
.cart-summary .block.giftcard .title:after {
  top: 4px;
  margin: auto;
  right: 1px;
  font-size: 36px;
  line-height: 50px;
}
.cart-summary .block.discount .title strong,
.cart-summary .block.giftcard .title strong {
  letter-spacing: 0.3px;
  line-height: 21px;
  margin: 0;
}
.cart-summary .block.discount .fieldset .field,
.cart-summary .block.giftcard .fieldset .field {
  margin-bottom: 11px;
}
.cart-summary .block.discount .fieldset .field:not(.choice) > .label,
.cart-summary .block.giftcard .fieldset .field:not(.choice) > .label {
  display: none;
}
.cart-summary .block.discount .fieldset .field:not(.choice) input,
.cart-summary .block.giftcard .fieldset .field:not(.choice) input {
  border: 1px solid #CCCCCC;
  border-radius: 4px;
  height: 40px;
  padding: 0 15px;
  font-size: 15px;
}
.cart-summary .block.discount .fieldset .field:not(.choice) input:disabled,
.cart-summary .block.giftcard .fieldset .field:not(.choice) input:disabled {
  color: #155724;
  opacity: 1;
  font-weight: 900;
}
.cart-summary .block.discount .content,
.cart-summary .block.giftcard .content {
  margin: 0 11px 20px;
}
.cart-summary .giftcard .fieldset .actions-toolbar .secondary button,
.cart-summary .giftcard .fieldset .actions-toolbar .secondary .cart.table-wrapper .actions-toolbar > .action,
.cart-summary .giftcard .fieldset .actions-toolbar .secondary .quote-details-items .actions-toolbar > .action,
.cart-summary .giftcard .fieldset .actions-toolbar .secondary .action-gift {
  font-weight: 700;
  font-size: 16px;
  border-radius: 5px;
  margin-top: 5px;
}
.cart-summary .giftcard .fieldset .actions-toolbar .primary {
  margin-bottom: 3px;
}
.cart-summary .discount .fieldset .actions-toolbar .primary .action.cancel.primary {
  padding: 0;
  color: #0F5EA5;
  font-size: 14px;
  text-decoration: underline;
  display: flex;
  gap: 8px;
  letter-spacing: 0.28px;
  line-height: 17px;
  align-items: center;
}
.cart-summary .discount .fieldset .actions-toolbar .primary .action.cancel.primary::before {
  content: '';
  width: 9px;
  height: 9px;
  display: block;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI5LjE5NyIgaGVpZ2h0PSI5LjE4OSIgdmlld0JveD0iMCAwIDkuMTk3IDkuMTg5Ij4KICA8cGF0aCBpZD0iUGF0aF85NzIiIGRhdGEtbmFtZT0iUGF0aCA5NzIiIGQ9Ik01LjE5Miw1LjE4OGEuNjU2LjY1NiwwLDAsMSwuOTI4LDBMOS41OTUsOC42NjJsMy40NzQtMy40NzRBLjY1Ni42NTYsMCwxLDEsMTQsNi4xMTZMMTAuNTIzLDkuNTksMTQsMTMuMDY1YS42NTYuNjU2LDAsMCwxLS45MjguOTI4TDkuNTk1LDEwLjUxOSw2LjEyMSwxMy45OTNhLjY1Ni42NTYsMCwwLDEtLjkyOC0uOTI4TDguNjY3LDkuNTksNS4xOTIsNi4xMTZhLjY1Ni42NTYsMCwwLDEsMC0uOTI4WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTUgLTQuOTg4KSIgZmlsbD0iIzBmNWVhNSIgZmlsbC1ydWxlPSJldmVub2RkIi8+Cjwvc3ZnPgo=");
}
.cart-totals .table-wrapper {
  font-size: 17px;
  letter-spacing: 0.34px;
  line-height: 24px;
}
.cart-totals .table-wrapper .totals.sub {
  display: none;
}
.cart-totals .mark,
.cart-totals .amount {
  padding: 6px 11px;
}
.cart-totals .grand .mark,
.cart-totals .grand .amount {
  padding: 11px 11px 22px;
}
.cart-totals .grand .amount {
  color: #155724;
}
.giftcard.info {
  font-size: 14px;
  margin-bottom: 19px;
}
.giftcard.info p {
  margin: 0 0 7px;
}
.cart-totals .giftcard a.action.delete {
  color: #0F5EA5;
}
/* Checkout page */
.checkout-index-index .opc-payment-additional .payment-option-content .input-text:disabled {
  color: #155724;
  font-weight: 900;
  opacity: 1;
}
.checkout-index-index .opc-sidebar .opc-block-summary {
  padding: 25px 25px;
}
.opc-sidebar .opc-block-summary .dcw-tier-price-summary--in-table .dcw-tier-price-summary__cell {
  padding: 0;
}
.opc-sidebar .opc-block-summary .mark .value {
  color: #666666;
}
.opc-sidebar .opc-block-summary .abs-sidebar-totals .mark,
.opc-sidebar .opc-block-summary .cart-totals .mark,
.opc-sidebar .opc-block-summary .table-totals .mark,
.opc-sidebar .opc-block-summary .cart-totals .mark,
.opc-sidebar .opc-block-summary .opc-block-summary .table-totals .mark {
  padding-left: 0px;
}
.opc-sidebar .opc-block-summary .abs-sidebar-totals .amount,
.opc-sidebar .opc-block-summary .cart-totals .amount,
.opc-sidebar .opc-block-summary .table-totals .amount,
.opc-sidebar .opc-block-summary .cart-totals .amount,
.opc-sidebar .opc-block-summary .opc-block-summary .table-totals .amount {
  padding-right: 0;
}
.opc-sidebar .opc-block-summary .table-totals .grand .mark,
.opc-sidebar .opc-block-summary .table-totals .grand .amount {
  padding: 14px 0 20px;
}
.opc-sidebar .opc-block-summary .table-totals .grand .amount {
  color: #155724;
}
.opc-sidebar .opc-block-summary .table-totals .dcw-tier-price-summary--in-table {
  padding-bottom: 10px;
}
.opc-sidebar .opc-block-summary .table-totals .dcw-tier-price-summary--in-table td {
  padding-bottom: 24px !important;
}
.block-minicart .items-total {
  float: left;
  margin: 0 20px 0 0;
  font-size: 17px;
  line-height: 32px;
}
.block-minicart .items-total .count {
  font-weight: 700;
}
.block-minicart .subtotal {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: right;
  font-size: 17px;
  line-height: 32px;
}
.block-minicart .subtotal .amount .price-wrapper:first-child .price {
  font-size: 17px;
  font-weight: 700;
}
.block-minicart .amount .price-wrapper:first-child .price {
  font-size: 25px;
  font-weight: 700;
}
.block-minicart .subtitle {
  display: none !important;
}
.block-minicart .subtitle.empty {
  display: block !important;
  font-size: 14px;
  text-align: center;
  margin: 0;
  padding: 25px 0 20px;
  font-weight: 700;
}
.block-minicart .text.empty {
  text-align: center;
}
.block-minicart .block-content > .actions {
  margin-top: 15px;
  text-align: center;
}
.block-minicart .block-content > .actions > .primary {
  margin: 0 0 15px;
}
.block-minicart .block-content > .actions > .primary .action.primary {
  display: block;
  margin-bottom: 15px;
  width: 100%;
  font-size: 16px;
  font-weight: 700;
  max-width: 100%;
  margin: 0 auto;
  padding: 10px 7px;
  line-height: 22px;
}
.block-minicart .block-content > .actions > .primary .action.primary:last-child {
  margin-bottom: 0;
}
.block-minicart .block-content > .actions > .primary .action.primary:hover {
  background: #f46414;
}
.block-minicart .block-content > .actions .action.viewcart {
  display: inline;
  padding: 0;
  border: 0;
  transition: .3s;
  text-decoration: none;
}
.block-minicart .block-content > .actions .action.viewcart:active {
  color: #f46414 !important;
}
.block-minicart .block-content > .actions .action.viewcart:hover {
  color: #f46414;
}
.block-minicart .block-category-link,
.block-minicart .block-product-link,
.block-minicart .block-cms-link,
.block-minicart .block-banners {
  margin: 15px 0 0;
  text-align: center;
}
.minicart-wrapper {
  display: inline-block;
  position: relative;
}
.minicart-wrapper:before,
.minicart-wrapper:after {
  content: '';
  display: table;
}
.minicart-wrapper:after {
  clear: both;
}
.minicart-wrapper .action.toggle {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.minicart-wrapper .action.toggle:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 35px;
  line-height: 33px;
  color: #8f8f8f;
  content: '\e611';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-wrapper .action.toggle:hover:before {
  color: #333333;
}
.minicart-wrapper .action.toggle:active:before {
  color: inherit;
}
.minicart-wrapper .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.minicart-wrapper .action.toggle.active:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 35px;
  line-height: 33px;
  color: #8f8f8f;
  content: '\e618';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-wrapper .action.toggle.active:hover:before {
  color: #333333;
}
.minicart-wrapper .action.toggle.active:active:before {
  color: inherit;
}
.minicart-wrapper .block-minicart {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 100%;
  width: 320px;
  z-index: 101;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.minicart-wrapper .block-minicart li {
  margin: 0;
}
.minicart-wrapper .block-minicart li:hover {
  cursor: pointer;
}
.minicart-wrapper .block-minicart:before,
.minicart-wrapper .block-minicart:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.minicart-wrapper .block-minicart:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.minicart-wrapper .block-minicart:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.minicart-wrapper .block-minicart:before {
  right: 26px;
  top: -12px;
}
.minicart-wrapper .block-minicart:after {
  right: 25px;
  top: -14px;
}
.minicart-wrapper.active {
  overflow: visible;
}
.minicart-wrapper.active .block-minicart {
  display: block;
}
.minicart-wrapper .block-minicart {
  padding: 25px 20px;
  margin-top: 0;
  top: 124%;
  border: 1px solid #cdcdcd;
}
.minicart-wrapper .block-minicart::after,
.minicart-wrapper .block-minicart::before {
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
  border-bottom-style: solid;
}
.minicart-wrapper .block-minicart::after {
  border: 9px solid;
  border-color: transparent transparent #cdcdcd transparent;
  z-index: 98;
  right: 11px;
  top: -18px;
}
.minicart-wrapper .block-minicart::before {
  border: 8px solid;
  border-color: transparent transparent #fff transparent;
  z-index: 99;
  right: 12px;
  top: -16px;
}
.minicart-wrapper .block-minicart .block-title {
  display: none;
}
.minicart-wrapper .product .actions {
  float: right;
  margin: -33px 0 0;
  text-align: right;
}
.minicart-wrapper .product .actions > .primary,
.minicart-wrapper .product .actions > .secondary {
  display: inline;
}
.minicart-wrapper .action.close {
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  height: 40px;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
}
.minicart-wrapper .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.minicart-wrapper .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 32px;
  color: inherit;
  content: '\e616';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-wrapper .action.close:hover:before {
  color: inherit;
}
.minicart-wrapper .action.close:active:before {
  color: inherit;
}
.minicart-wrapper .action.close:focus,
.minicart-wrapper .action.close:active {
  background: none;
  border: none;
}
.minicart-wrapper .action.close:hover {
  background: none;
  border: none;
}
.minicart-wrapper .action.close.disabled,
.minicart-wrapper .action.close[disabled],
fieldset[disabled] .minicart-wrapper .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.minicart-wrapper .action.showcart {
  white-space: nowrap;
}
.minicart-wrapper .action.showcart:before {
  content: "";
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMC43MDIiIGhlaWdodD0iMzQuMDEzIiB2aWV3Qm94PSIwIDAgMzAuNzAyIDM0LjAxMyI+DQogIDxwYXRoIGlkPSJQYXRoXzg0MiIgZGF0YS1uYW1lPSJQYXRoIDg0MiIgZD0iTTI5MTguMzg0LDE3ODAuOTMybC0uOTg4LTguOTA4YzAtLjAyMS4wMDgtLjA0LjAwNi0uMDZsLTEuMDc3LTkuNjkyYTMuNjcyLDMuNjcyLDAsMCwwLTMuNjU0LTMuMjcySDI5MDkuNHYtMS42NTdhNi4zNSw2LjM1LDAsMCwwLTYuMzQxLTYuMzQzaC0uMDEyYTYuMzUsNi4zNSwwLDAsMC02LjM0MSw2LjM0M1YxNzU5aC0zLjI3YTMuNjcyLDMuNjcyLDAsMCwwLTMuNjUzLDMuMjcybC0xLjA3Nyw5LjY5MmMwLC4wMi4wMDcuMDM5LjAwNi4wNmwtLjk4OCw4LjkwOGEzLjY4MSwzLjY4MSwwLDAsMCwzLjI0OCw0LjA1OSwzLjk1MywzLjk1MywwLDAsMCwuNDA3LjAyMmgyMy4zNDhhMy45NTMsMy45NTMsMCwwLDAsLjQwNy0uMDIyQTMuNjgxLDMuNjgxLDAsMCwwLDI5MTguMzg0LDE3ODAuOTMyWm0tMTkuNjQ2LTIzLjU4OWE0LjMxNyw0LjMxNywwLDEsMSw4LjYzNCwwVjE3NTloLTguNjM0Wm0xNy4xNjYsMjUuMTY2YTEuNjQ2LDEuNjQ2LDAsMCwxLTEuMTY5LjQ4NGgtMjMuMzZhMS42NTQsMS42NTQsMCwwLDEtMS42NTQtMS42NTUsMS4yNDEsMS4yNDEsMCwwLDEsLjAwOS0uMTgzbDIuMDY5LTE4LjY2MmExLjY1NiwxLjY1NiwwLDAsMSwxLjY0Ni0xLjQ3NGgzLjI2djMuMDY5YTEsMSwwLDAsMCwxLjAzNi45NjNoMGExLjAwOCwxLjAwOCwwLDAsMCwuOS0uNjE5Ljk5MS45OTEsMCwwLDAsLjEtLjQyNHYtMi45OWg4LjYzdjIuOTlhLjk5Ljk5LDAsMCwwLC4xLjQyNCwxLjAwOSwxLjAwOSwwLDAsMCwuOS42MTloMGExLDEsMCwwLDAsMS4wMzYtLjk2M3YtMy4wNjloMy4yNmExLjY1NiwxLjY1NiwwLDAsMSwxLjY0NiwxLjQ3NGwyLjA2OSwxOC42NjJhMS4yNDEsMS4yNDEsMCwwLDEsLjAwOS4xODNBMS42NDksMS42NDksMCwwLDEsMjkxNS45LDE3ODIuNTA5WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTI4ODcuNzA0IC0xNzUxKSIgZmlsbD0iIzBmNWVhNSIvPg0KPC9zdmc+DQo=");
  width: 28px;
  height: 32px;
  margin-right: 7px;
  background-size: contain;
}
.minicart-wrapper .action.showcart:hover:before {
  filter: brightness(0) saturate(100%) invert(42%) sepia(100%) saturate(2033%) hue-rotate(347deg) brightness(94%) contrast(105%);
}
.minicart-wrapper .action.showcart .counter.qty {
  background: #f46414;
  color: #ffffff;
  width: 19px;
  height: 19px;
  position: absolute;
  border-radius: 50%;
  bottom: 0;
  right: 0;
  font-size: 12px;
  align-items: baseline;
  display: flex;
  justify-content: center;
  line-height: 19px;
}
.minicart-wrapper .action.showcart .counter.qty.empty:before {
  content: '0';
}
.minicart-wrapper .action.showcart .counter.qty .loader > img {
  max-width: 15px;
}
.minicart-wrapper .minicart-widgets {
  margin-top: 0px;
}
.minicart-items-wrapper {
  border: 1px solid #cccccc;
  margin: 0 -20px;
  border-left: 0;
  border-right: 0;
  overflow-x: auto;
  padding: 15px;
}
.minicart-items {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.minicart-items .product-item {
  padding: 20px 0;
}
.minicart-items .product-item:not(:first-child) {
  border-top: 1px solid #cccccc;
}
.minicart-items .product-item:first-child {
  padding-top: 0;
}
.minicart-items .product-item-pricing .label {
  display: inline-block;
  font-size: 16px;
}
.minicart-items .product-item-pricing .minicart-price .price {
  font-size: 16px;
}
.minicart-items .product-item-pricing .price-container .label {
  /*display: inline-block;*/
  display: none;
}
.minicart-items .price-minicart {
  margin-bottom: 7.5px;
}
.minicart-items .message {
  margin-bottom: 0;
  margin-top: 10px;
}
.minicart-items .product > .product-item-photo,
.minicart-items .product > .product-image-container {
  float: left;
}
.minicart-items .product .toggle {
  display: block;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  white-space: nowrap;
}
.minicart-items .product .toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 16px;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-items .product .toggle:after {
  position: static;
  right: 30px;
  top: 0;
}
.minicart-items .product.active > .toggle:after {
  content: '\e621';
}
.minicart-items .product-item-name {
  font-weight: 400;
  margin: 0 0 8px;
  font-size: 16px;
  line-height: 24px;
}
.minicart-items .product-item-name a {
  color: #000000;
}
.minicart-items .product-item-name a:hover {
  color: #f46414;
}
.minicart-items .product-item-sku {
  margin-bottom: 12px;
  font-size: 16px;
}
.minicart-items .product-item-details {
  padding-left: 88px;
  text-align: left;
}
.minicart-items .product-item-details .price {
  font-weight: 700;
}
.minicart-items .product-item-details .price-including-tax,
.minicart-items .product-item-details .price-excluding-tax {
  margin: 7.5px 0 0;
}
.minicart-items .product-item-details .weee[data-label] {
  font-size: 1.1rem;
}
.minicart-items .product-item-details .details-qty {
  margin-top: 15px;
}
.minicart-items .product.options .tooltip.toggle {
  display: inline-block;
  text-decoration: none;
}
.minicart-items .product.options .tooltip.toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.minicart-items .product.options .tooltip.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  margin: -3px 0 0 7px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-items .product.options .tooltip.toggle .details {
  display: none;
}
.minicart-items .item-qty {
  text-align: center;
  width: 57px;
  height: 36px;
}
.minicart-items .update-cart-item {
  font-size: 16px;
  background: #0F5EA5;
  color: #fff;
  padding: 6px 10px;
  margin-left: 5px;
  vertical-align: top;
}
.minicart-items .update-cart-item:hover {
  background: #f46414;
}
.minicart-items .subtitle {
  display: none;
}
.minicart-items .action.edit,
.minicart-items .action.delete {
  display: inline-block;
  text-decoration: none;
}
.minicart-items .action.edit > span,
.minicart-items .action.delete > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.minicart-items .action.edit:before,
.minicart-items .action.delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: #303030;
  content: '\e606';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-items .action.edit:hover:before,
.minicart-items .action.delete:hover:before {
  color: #303030;
}
.minicart-items .action.edit:active:before,
.minicart-items .action.delete:active:before {
  color: #303030;
}
.minicart-items .action.edit:hover:before,
.minicart-items .action.delete:hover:before {
  color: #f46414;
}
.minicart-items .action.delete:before {
  content: '\e604';
}
.checkout-container {
  margin: 0 0 30px;
}
.opc-wrapper {
  margin: 0 0 30px;
}
.opc-wrapper .step-content {
  margin: 0 0 60px;
}
.checkout-index-index .nav-sections,
.checkout-index-index .nav-toggle {
  display: none;
}
.checkout-index-index .logo {
  margin-left: 0;
}
.checkout-onepage-success .print {
  display: none;
}
body.checkout-index-index {
  line-height: 26px;
  font-size: 17px;
}
#checkout.login-step-active .opc-wrapper {
  padding: 0;
  margin: 0;
}
.checkout-index-index .checkout-container:has(.loading-mask) .checkout-review-section {
  display: none;
}
.checkout-index-index .field.choice:has(input[type="checkbox"]) {
  display: flex;
  align-items: flex-start;
}
.checkout-index-index .field.choice:has(input[type="checkbox"]) input[type="checkbox"] {
  margin: 0;
  top: 3px;
  line-height: 26px;
}
.checkout-index-index .field.choice:has(input[type="checkbox"]) label {
  width: calc(100% - 20px);
  font-size: 15px;
  line-height: 20px;
  padding-left: 8px;
}
.checkout-index-index .modal-popup .modal-content .label {
  font-weight: 400;
}
.checkout-index-index .modal-popup .modal-content form#co-shipping-form .step-title {
  display: none;
}
.checkout-index-index .modal-popup .modal-footer .action {
  font-size: 18px;
  padding-left: 15px;
  padding-right: 15px;
  margin-right: 5px;
  border: 0;
  font-family: 'Lato Bold';
  box-shadow: none !important;
}
.checkout-index-index .modal-popup .modal-footer .action.primary {
  background: #F46414;
}
.checkout-index-index .modal-popup .modal-footer .action.primary:hover {
  background: #0F5EA5;
}
.checkout-index-index .new-address-popup button,
.checkout-index-index .new-address-popup .cart.table-wrapper .actions-toolbar > .action,
.checkout-index-index .new-address-popup .quote-details-items .actions-toolbar > .action,
.checkout-index-index .new-address-popup .action-gift {
  font-size: 18px;
  line-height: 24px;
  font-family: 'Lato Bold';
  background: #F46414;
  text-align: center;
  padding: 10px 23px;
  color: #fff;
}
.checkout-index-index .new-address-popup button:hover,
.checkout-index-index .new-address-popup .cart.table-wrapper .actions-toolbar > .action:hover,
.checkout-index-index .new-address-popup .quote-details-items .actions-toolbar > .action:hover,
.checkout-index-index .new-address-popup .action-gift:hover {
  background: #0F5EA5;
}
.checkout-index-index .opc-wrapper {
  padding-right: 0;
  width: 100%;
}
.checkout-index-index .opc-wrapper .giftcard-account-info {
  margin: 10px 0 0;
}
.checkout-index-index .opc-wrapper .giftcard-account-info .giftcard-account-number {
  margin: 0 0 0px;
  font-weight: 600;
  font-size: 16px;
}
.checkout-index-index .opc-wrapper .giftcard-account-info .giftcard-account-number .giftcard-number {
  font-weight: 400;
  font-size: 15px;
}
.checkout-index-index .opc-wrapper .giftcard-account-info .giftcard-account-balance {
  margin: 0 0 0px;
  font-weight: 600;
  font-size: 16px;
}
.checkout-index-index .opc-wrapper .giftcard-account-info .giftcard-account-balance .price {
  font-weight: 400;
  font-size: 15px;
}
.checkout-index-index .opc-wrapper .opc li#login {
  width: 100%;
}
.checkout-index-index .opc-wrapper .opc li#login .block-proceed-without-login .actions-toolbar {
  margin-top: 25px;
}
.checkout-index-index .opc-wrapper .opc li#login .login-container {
  max-width: 100%;
}
.checkout-index-index .opc-wrapper .opc li#login .login-container .block {
  width: calc(50% - 70px);
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 5px #0000001A;
  padding: 30px;
}
.checkout-index-index .opc-wrapper .opc li#login .login-container .block .block-title {
  display: block !important;
  border: 0;
  margin: 0 0 9px;
  padding: 0;
  font-size: 25px;
  font-family: 'Lato Bold';
  line-height: 30px;
}
.checkout-index-index .opc-wrapper .opc li#login .login-container .block.block-new-customer {
  margin-bottom: 20px;
}
.checkout-index-index .opc-wrapper .opc li#login .login-container input[type="checkbox"] {
  width: 16px;
  height: 16px;
  appearance: none;
  -webkit-appearance: none;
  border: 1px solid #CCCCCC;
  border-radius: 2px;
}
.checkout-index-index .opc-wrapper .opc li#login .login-container input[type="checkbox"]:checked {
  background-color: #0f5ea5;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMC4wODYiIGhlaWdodD0iNy4yNTgiIHZpZXdCb3g9IjAgMCAxMC4wODYgNy4yNTgiPgogIDxnIGlkPSJHcm91cF8xMjUzIiBkYXRhLW5hbWU9Ikdyb3VwIDEyNTMiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgLTcxLjc4OCkiPgogICAgPGcgaWQ9Ikdyb3VwXzEyNTIiIGRhdGEtbmFtZT0iR3JvdXAgMTI1MiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCA3MS43ODgpIj4KICAgICAgPHBhdGggaWQ9IlBhdGhfNzM4IiBkYXRhLW5hbWU9IlBhdGggNzM4IiBkPSJNOS44NTEsNzIuMDIzYS44LjgsMCwwLDAtMS4xMzEsMEwzLjYyOCw3Ny4xMTQsMS4zNjUsNzQuODUxQS44LjgsMCwwLDAsLjIzNCw3NS45ODNsMi44MjksMi44MjlhLjguOCwwLDAsMCwxLjEzMSwwbDUuNjU3LTUuNjU3QS44LjgsMCwwLDAsOS44NTEsNzIuMDIzWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCAtNzEuNzg4KSIgZmlsbD0iI2ZmZiIvPgogICAgPC9nPgogIDwvZz4KPC9zdmc+Cg==");
  background-position: 51% 50%;
  background-repeat: no-repeat;
  border: 1px solid #0f5ea5;
}
.checkout-index-index .opc-wrapper .fieldset > .field > .label {
  font-size: 16px;
}
.checkout-index-index .opc-wrapper .step-content {
  margin: 0;
}
.checkout-index-index .opc-wrapper .step-title {
  font-size: 25px;
  font-family: 'Lato Bold';
  line-height: 30px;
  padding: 0 0 15px;
}
.checkout-index-index .opc-wrapper .form-login .fieldset {
  margin: 0;
}
.checkout-index-index .opc-wrapper .form-login .fieldset .note {
  font-size: 15px;
  color: #666666;
  margin-top: 10px;
}
.checkout-index-index .opc-wrapper .field-tooltip {
  top: 9px;
}
.checkout-index-index .opc-wrapper .field-tooltip .field-tooltip-action:before {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSIgdmlld0JveD0iMCAwIDI1IDI1Ij4KICA8cGF0aCBpZD0iSWNvbl9hd2Vzb21lLXF1ZXN0aW9uLWNpcmNsZSIgZGF0YS1uYW1lPSJJY29uIGF3ZXNvbWUtcXVlc3Rpb24tY2lyY2xlIiBkPSJNMjUuNTYzLDEzLjA2M2ExMi41LDEyLjUsMCwxLDEtMTIuNS0xMi41QTEyLjUsMTIuNSwwLDAsMSwyNS41NjMsMTMuMDYzWk0xMy40LDQuN0E2LjUyOSw2LjUyOSwwLDAsMCw3LjUyMyw3LjkwOWEuNjA2LjYwNiwwLDAsMCwuMTM3LjgxOWwxLjc0OSwxLjMyNmEuNi42LDAsMCwwLC44NC0uMTA3Yy45LTEuMTQyLDEuNTE4LTEuOCwyLjg4OC0xLjgsMS4wMywwLDIuMy42NjMsMi4zLDEuNjYxLDAsLjc1NS0uNjIzLDEuMTQyLTEuNjQsMS43MTItMS4xODYuNjY1LTIuNzU1LDEuNDkyLTIuNzU1LDMuNTYxdi4yYS42LjYsMCwwLDAsLjYuNmgyLjgyM2EuNi42LDAsMCwwLC42LS42di0uMDY3YzAtMS40MzUsNC4xOTMtMS40OTQsNC4xOTMtNS4zNzZDMTkuMjcxLDYuOTEzLDE2LjIzOSw0LjcsMTMuNCw0LjdabS0uMzM1LDEyLjVhMi4zMTksMi4zMTksMCwxLDAsMi4zMTksMi4zMTlBMi4zMjEsMi4zMjEsMCwwLDAsMTMuMDYzLDE3LjJaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMC41NjMgLTAuNTYzKSIgZmlsbD0iI2NjYyIvPgo8L3N2Zz4K");
  content: '';
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
}
.checkout-index-index .opc-wrapper .field-tooltip .field-tooltip-content {
  font-size: 14px;
}
.checkout-index-index .opc-wrapper .shipping-address-item {
  font-size: 16px;
  line-height: 26px;
  border-color: #cccccc;
  width: 100%;
  margin: 0;
  padding: 15px 30px 20px 20px;
}
.checkout-index-index .opc-wrapper .shipping-address-item .action {
  padding: 0;
  margin: 5px 0 0;
  border: 0;
  font-size: 15px;
  font-family: 'Lato Bold';
  float: left;
  color: #0f5ea5;
  box-shadow: none;
  text-align: left;
  position: unset;
  width: auto;
  line-height: normal;
}
.checkout-index-index .opc-wrapper .shipping-address-item .action:hover {
  color: #000000;
}
.checkout-index-index .opc-wrapper .shipping-address-item .action.edit-address-link {
  margin-right: 10px;
}
.checkout-index-index .opc-wrapper .shipping-address-item:before {
  display: none;
}
.checkout-index-index .opc-wrapper .shipping-address-item .edit-address-link:before {
  display: none;
}
.checkout-index-index .opc-wrapper .shipping-address-item .edit-address-link > span {
  position: unset;
  width: auto;
  display: inline-block;
  clip: unset;
  height: auto;
}
.checkout-index-index .opc-wrapper .shipping-address-items {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin-bottom: 30px;
}
.checkout-index-index .opc-wrapper .field._disabled {
  margin-bottom: 10px;
}
.checkout-index-index .field[name="shippingAddress.custom_attributes.kl_sms_consent"] > label {
  color: #666666;
}
.checkout-index-index .fieldset:last-child {
  margin: 0;
}
.checkout-index-index .fieldset > .field {
  margin: 0 0 17px;
}
.checkout-index-index .fieldset > .field:not(.choice) > .control {
  width: 100%;
}
.checkout-index-index .fieldset > .field:not(.choice) > .label {
  padding: 0px 0 5px 0;
  width: auto;
}
.checkout-index-index .fieldset > .field.choice {
  font-size: 15px;
}
.checkout-index-index .fieldset > .field.choice:before {
  width: auto;
  padding: 0;
}
.checkout-index-index .fieldset > .field[name="shippingAddress.custom_attributes.kl_email_consent"] > .label {
  display: none;
}
.checkout-index-index .fieldset > .field.required > .label:after {
  margin: 0 0 0 0px;
}
.checkout-index-index .fieldset.payment > .field:not(.choice) > .label {
  display: block;
  width: 100%;
  text-align: left;
}
.checkout-index-index .select {
  color: #000000;
  padding: 10px 35px 10px 10px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMi43MTciIGhlaWdodD0iOC4yNzQiIHZpZXdCb3g9IjAgMCAxMi43MTcgOC4yNzQiPgogIDxwYXRoIGlkPSJJY29uX2lvbi1pb3MtYXJyb3ctcmlnaHQiIGRhdGEtbmFtZT0iSWNvbiBpb24taW9zLWFycm93LXJpZ2h0IiBkPSJNMTAuNjI1LDcuMDYzbC43MzQtLjY4OCw2LjA3NSw1LjY3NC02LjA3NSw1LjY3NC0uNzM0LS42ODQsNS4zMzctNC45OVoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDE4LjQwNyAtOS44OTIpIHJvdGF0ZSg5MCkiIHN0cm9rZT0iIzAwMCIgc3Ryb2tlLXdpZHRoPSIxIi8+Cjwvc3ZnPgo=");
  background-repeat: no-repeat;
  background-position: calc(100% - 15px);
  appearance: none;
  -webkit-appearance: none;
  border-radius: 4px !important;
}
.checkout-index-index .column:not(.sidebar-main) form .actions-toolbar {
  margin-left: 0;
  display: flex;
  align-items: center;
}
.checkout-index-index .column:not(.sidebar-additional) form .actions-toolbar {
  margin-left: 0;
  display: flex;
  align-items: center;
}
.checkout-index-index .form-login .actions-toolbar > .secondary {
  margin-left: auto;
}
.checkout-index-index .actions-toolbar > .primary .action {
  font-size: 20px;
  line-height: 24px;
  font-family: 'Lato Bold';
  background: #F46414;
  text-align: center;
  padding: 13px 23px;
  margin: 0;
}
.checkout-index-index .actions-toolbar > .primary .action:hover {
  background: #0f5ea5;
}
.checkout-index-index .actions-toolbar .secondary a.action {
  margin: 0;
  color: #0f5ea5;
  font-size: 16px;
}
.checkout-index-index .actions-toolbar .secondary a.action:hover {
  color: #f46414;
}
.checkout-index-index .input-text {
  border: 1px solid #CCCCCC;
  border-radius: 4px !important;
}
.checkout-index-index div.field-error {
  font-size: 14px;
  margin-top: 4px;
}
.checkout-index-index div.mage-error {
  font-size: 14px;
  margin-top: 4px;
}
.checkout-index-index .checkout-shipping-address form.form.form-login {
  background: #fff;
  padding: 40px;
  max-width: calc(100% - 80px) !important;
  margin: 0 0 20px !important;
  box-shadow: 0px 0px 5px #0000001A;
}
.checkout-index-index .checkout-shipping-address form.form.form-login fieldset#customer-email-fieldset {
  max-width: 615px;
}
.checkout-index-index .checkout-shipping-address form.form.form-login fieldset#customer-email-fieldset .field {
  margin: 0;
}
.checkout-index-index .checkout-shipping-address form.form-shipping-address {
  background: #fff;
  padding: 40px;
  max-width: calc(100% - 80px) !important;
  margin: 0 0 20px !important;
  box-shadow: 0px 0px 5px #0000001A;
}
.checkout-index-index .checkout-shipping-address form.form-shipping-address div#shipping-new-address-form {
  max-width: 570px;
}
.checkout-index-index .checkout-shipping-address form.form-shipping-address .fieldset > .field .field.choice {
  display: flex;
  align-items: flex-start;
}
.checkout-index-index .checkout-shipping-address form.form-shipping-address .fieldset > .field .field.choice .label {
  font-size: 15px;
  line-height: 20px;
  width: calc(100% - 16px);
}
.checkout-index-index .checkout-shipping-address form.form-shipping-address .fieldset > .field .field.choice input[type="checkbox"] {
  width: 16px;
  height: 16px;
  appearance: none;
  -webkit-appearance: none;
  border: 1px solid #CCCCCC;
  border-radius: 2px;
}
.checkout-index-index .checkout-shipping-address form.form-shipping-address .fieldset > .field .field.choice input[type="checkbox"]:checked {
  background-color: #0f5ea5;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMC4wODYiIGhlaWdodD0iNy4yNTgiIHZpZXdCb3g9IjAgMCAxMC4wODYgNy4yNTgiPgogIDxnIGlkPSJHcm91cF8xMjUzIiBkYXRhLW5hbWU9Ikdyb3VwIDEyNTMiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgLTcxLjc4OCkiPgogICAgPGcgaWQ9Ikdyb3VwXzEyNTIiIGRhdGEtbmFtZT0iR3JvdXAgMTI1MiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCA3MS43ODgpIj4KICAgICAgPHBhdGggaWQ9IlBhdGhfNzM4IiBkYXRhLW5hbWU9IlBhdGggNzM4IiBkPSJNOS44NTEsNzIuMDIzYS44LjgsMCwwLDAtMS4xMzEsMEwzLjYyOCw3Ny4xMTQsMS4zNjUsNzQuODUxQS44LjgsMCwwLDAsLjIzNCw3NS45ODNsMi44MjksMi44MjlhLjguOCwwLDAsMCwxLjEzMSwwbDUuNjU3LTUuNjU3QS44LjgsMCwwLDAsOS44NTEsNzIuMDIzWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCAtNzEuNzg4KSIgZmlsbD0iI2ZmZiIvPgogICAgPC9nPgogIDwvZz4KPC9zdmc+Cg==");
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid #0f5ea5;
}
.checkout-index-index li.checkout-shipping-method {
  background: #fff;
  padding: 40px;
  max-width: calc(100% - 80px) !important;
  margin: 0 0 20px !important;
  box-shadow: 0px 0px 5px #0000001A;
  margin: 0 !important;
}
.checkout-index-index li.checkout-shipping-method .table-checkout-shipping-method {
  font-size: 16px;
}
.checkout-index-index li.checkout-shipping-method .table-checkout-shipping-method tbody td {
  padding-bottom: 15px;
  padding-top: 15px;
}
.checkout-index-index li.checkout-shipping-method .methods-shipping .actions-toolbar {
  justify-content: end;
}
.checkout-index-index li.checkout-shipping-method .methods-shipping .actions-toolbar .action.primary {
  margin: 20px 0 0;
}
.checkout-index-index li.checkout-shipping-method input[type="radio"] {
  width: 18px;
  height: 18px;
  accent-color: #0f5ea5;
  display: block;
  margin-top: 0;
  box-shadow: none !important;
  cursor: pointer;
}
.checkout-index-index .checkout-container .opc-wrapper {
  margin-bottom: 0;
}
.checkout-index-index .checkout-container .checkout-payment-method .opc-payment-additional .form {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.checkout-index-index .checkout-container .checkout-payment-method .form.form-giftcard-account {
  align-items: flex-start;
}
.checkout-index-index .checkout-container .checkout-payment-method .form.form-discount {
  align-items: flex-start;
}
.checkout-index-index .checkout-container .checkout-payment-method button.action-edit-address.action,
.checkout-index-index .checkout-container .checkout-payment-method .cart.table-wrapper .actions-toolbar > .action.action-edit-address.action,
.checkout-index-index .checkout-container .checkout-payment-method .quote-details-items .actions-toolbar > .action.action-edit-address.action,
.checkout-index-index .checkout-container .checkout-payment-method .action-gift.action-edit-address.action {
  background: #F46414;
  font-size: 18px;
  line-height: 26px;
  margin: 0;
  padding: 7px 25px;
  border-radius: 4px;
  color: #ffffff;
  margin-top: 10px;
}
.checkout-index-index .checkout-container .checkout-payment-method button.action-edit-address.action:hover,
.checkout-index-index .checkout-container .checkout-payment-method .cart.table-wrapper .actions-toolbar > .action.action-edit-address.action:hover,
.checkout-index-index .checkout-container .checkout-payment-method .quote-details-items .actions-toolbar > .action.action-edit-address.action:hover,
.checkout-index-index .checkout-container .checkout-payment-method .action-gift.action-edit-address.action:hover {
  background: #0f5ea5;
}
.checkout-index-index .checkout-container .checkout-review-section {
  max-width: 325px;
  margin: auto;
}
.checkout-index-index .checkout-validate-address {
  background: #fff;
  padding: 29px 40px 40px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px;
  margin-bottom: 20px !important;
}
.checkout-index-index .checkout-validate-address:has(.fieldset[style="display: none;"]) {
  display: none;
}
.checkout-index-index .checkout-validate-address .legend {
  margin: 0;
}
.checkout-index-index .checkout-validate-address .form.validate {
  gap: 20px;
}
.checkout-index-index .checkout-validate-address .form.validate .addressOption {
  margin: 0;
  outline: 1px solid #ccc;
  border-radius: 4px;
}
.checkout-index-index .checkout-validate-address .form.validate .addressOption .addressRadio {
  right: -20px;
  top: 14px;
}
.checkout-index-index .checkout-validate-address .form.validate .addressOption .addressRadio input[type="radio"] {
  width: 14px;
  height: 14px;
  accent-color: #0f5ea5;
  box-shadow: none !important;
  cursor: pointer;
}
.checkout-index-index .checkout-validate-address .form.validate .addressOption .addressLabel {
  padding: 14px 10px 10px 34px;
  font-size: 16px;
  line-height: 24px;
}
.checkout-index-index .checkout-validate-address .form.validate .addressOption .addressLabel .optionTitle {
  font-size: 15px;
  font-family: 'Lato Bold';
  margin-bottom: 7px;
}
.checkout-index-index .checkout-validate-address .form.validate .addressOption.selected {
  background: #FAFAFA;
}
.checkout-index-index .checkout-validate-address .instructions {
  margin-bottom: 20px;
}
.checkout-index-index .checkout-payment-method .opc-payment {
  background: #fff;
  padding: 40px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px;
}
.checkout-index-index .checkout-payment-method .payment-method-title {
  padding: 15px 0;
  font-size: 16px;
  font-family: 'Lato Bold';
}
.checkout-index-index .checkout-payment-method .payment-method-content {
  padding: 0;
  font-size: 16px;
  line-height: 26px;
}
.checkout-index-index .checkout-payment-method .payment-method-content .checkout-agreements-block .gift-card-information {
  font-family: 'Lato Bold';
  margin-bottom: 12px;
  line-height: normal;
}
.checkout-index-index .checkout-payment-method .payment-method-content input[type="checkbox"] {
  width: 16px;
  height: 16px;
  appearance: none;
  -webkit-appearance: none;
  border: 1px solid #CCCCCC;
  border-radius: 2px;
}
.checkout-index-index .checkout-payment-method .payment-method-content input[type="checkbox"]:checked {
  background-color: #0f5ea5;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMC4wODYiIGhlaWdodD0iNy4yNTgiIHZpZXdCb3g9IjAgMCAxMC4wODYgNy4yNTgiPgogIDxnIGlkPSJHcm91cF8xMjUzIiBkYXRhLW5hbWU9Ikdyb3VwIDEyNTMiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgLTcxLjc4OCkiPgogICAgPGcgaWQ9Ikdyb3VwXzEyNTIiIGRhdGEtbmFtZT0iR3JvdXAgMTI1MiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCA3MS43ODgpIj4KICAgICAgPHBhdGggaWQ9IlBhdGhfNzM4IiBkYXRhLW5hbWU9IlBhdGggNzM4IiBkPSJNOS44NTEsNzIuMDIzYS44LjgsMCwwLDAtMS4xMzEsMEwzLjYyOCw3Ny4xMTQsMS4zNjUsNzQuODUxQS44LjgsMCwwLDAsLjIzNCw3NS45ODNsMi44MjksMi44MjlhLjguOCwwLDAsMCwxLjEzMSwwbDUuNjU3LTUuNjU3QS44LjgsMCwwLDAsOS44NTEsNzIuMDIzWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCAtNzEuNzg4KSIgZmlsbD0iI2ZmZiIvPgogICAgPC9nPgogIDwvZz4KPC9zdmc+Cg==");
  background-position: 51% 50%;
  background-repeat: no-repeat;
  border: 1px solid #0f5ea5;
}
.checkout-index-index .checkout-payment-method .payment-method-content .fieldset > .field.type .control {
  margin: 0;
}
.checkout-index-index .checkout-payment-method .payment-method-content .fieldset > .field {
  margin: 0 0 21px;
}
.checkout-index-index .checkout-payment-method .payment-method-content .fieldset:not(:last-child) {
  margin: 0 0 9px;
}
.checkout-index-index .checkout-payment-method .payment-method-content > .actions-toolbar > .primary .action.primary {
  background: #F46414;
  font-size: 20px;
  margin: 0;
  padding: 10px 35px;
  border-radius: 4px;
  color: #ffffff;
}
.checkout-index-index .checkout-payment-method .payment-method-content > .actions-toolbar > .primary .action.primary:hover {
  background: #0f5ea5;
}
.checkout-index-index .checkout-payment-method .checkout-billing-address {
  margin: 0;
}
.checkout-index-index .checkout-payment-method .credit-card-types img {
  -webkit-filter: unset;
}
.checkout-index-index .checkout-payment-method .ccard .fields .select {
  border: 1px solid #CCCCCC;
  border-radius: 4px;
  padding: 10px 30px 10px 10px;
}
.checkout-index-index .checkout-payment-method .ccard .number .input-text {
  width: 100%;
}
.checkout-index-index .checkout-payment-method .ccard .month .select {
  width: 180px;
}
.checkout-index-index .checkout-payment-method .ccard .year .select {
  width: 120px;
}
.checkout-index-index .checkout-payment-method .ccard .cvv .input-text {
  width: 140px;
}
.checkout-index-index .checkout-payment-method .ccard > .field.cvv > .control {
  width: auto;
}
.checkout-index-index .checkout-payment-method .payment-method._active .payment-method-content .actions-toolbar {
  justify-content: end;
  margin-bottom: 15px;
}
.checkout-index-index .checkout-payment-method .payment-method .payment-method-content .checkout-billing-address .actions-toolbar {
  justify-content: flex-start;
}
.checkout-index-index .checkout-payment-method .payment-method .payment-method-content .checkout-billing-address .actions-toolbar button.action,
.checkout-index-index .checkout-payment-method .payment-method .payment-method-content .checkout-billing-address .actions-toolbar .cart.table-wrapper .actions-toolbar > .action.action,
.checkout-index-index .checkout-payment-method .payment-method .payment-method-content .checkout-billing-address .actions-toolbar .quote-details-items .actions-toolbar > .action.action,
.checkout-index-index .checkout-payment-method .payment-method .payment-method-content .checkout-billing-address .actions-toolbar .action-gift.action {
  background: #F46414;
  font-size: 18px;
  line-height: 26px;
  margin: 0;
  padding: 7px 25px;
  border-radius: 4px;
  color: #ffffff;
  margin-right: 10px;
}
.checkout-index-index .checkout-payment-method .payment-method .payment-method-content .checkout-billing-address .actions-toolbar button.action:hover,
.checkout-index-index .checkout-payment-method .payment-method .payment-method-content .checkout-billing-address .actions-toolbar .cart.table-wrapper .actions-toolbar > .action.action:hover,
.checkout-index-index .checkout-payment-method .payment-method .payment-method-content .checkout-billing-address .actions-toolbar .quote-details-items .actions-toolbar > .action.action:hover,
.checkout-index-index .checkout-payment-method .payment-method .payment-method-content .checkout-billing-address .actions-toolbar .action-gift.action:hover {
  background: #0f5ea5;
}
.checkout-index-index .opc-payment-additional {
  width: 48.55%;
  float: left;
  border: 1px solid #CCCCCC;
  border-radius: 4px;
  margin-top: 24px;
  overflow: hidden;
}
.checkout-index-index .opc-payment-additional .payment-method-content > .actions-toolbar > .primary .action.primary:hover {
  background: #0f5ea5;
}
.checkout-index-index .opc-payment-additional .payment-option-title {
  padding: 10px 15px 11px 21px;
  font-size: 15px;
  letter-spacing: 0.3px;
  background: #fff;
  border: 0;
}
.checkout-index-index .opc-payment-additional .payment-option-title .action-toggle {
  position: relative;
  padding-left: 30px;
  display: block;
}
.checkout-index-index .opc-payment-additional .payment-option-title .action-toggle:after {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  content: '';
  width: 12px;
  height: 8px;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMi4xMjMiIGhlaWdodD0iNy45MTgiIHZpZXdCb3g9IjAgMCAxMi4xMjMgNy45MTgiPgogIDxwYXRoIGlkPSJJY29uX2lvbi1pb3MtYXJyb3ctcmlnaHQiIGRhdGEtbmFtZT0iSWNvbiBpb24taW9zLWFycm93LXJpZ2h0IiBkPSJNMTAuNjI1LDcuMDI3bC43LS42NTIsNS43NTcsNS4zNzctNS43NTcsNS4zNzctLjctLjY0OSw1LjA1OC00LjcyOVoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDE3LjgxMyAtOS44OTIpIHJvdGF0ZSg5MCkiIHN0cm9rZT0iIzAwMCIgc3Ryb2tlLXdpZHRoPSIxIi8+Cjwvc3ZnPgo=");
}
.checkout-index-index .opc-payment-additional .payment-option-title #block-discount-heading {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNy4xMDYiIGhlaWdodD0iMTcuMDMiIHZpZXdCb3g9IjAgMCAxNy4xMDYgMTcuMDMiPgogIDxnIGlkPSJHcm91cF8xMjk0IiBkYXRhLW5hbWU9Ikdyb3VwIDEyOTQiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMC4zMTIgLTguNTQzKSI+CiAgICA8cGF0aCBpZD0iUGF0aF83NDciIGRhdGEtbmFtZT0iUGF0aCA3NDciIGQ9Ik0xMy43NiwxNS42NzhhMy4xLDMuMSwwLDAsMCwuMzkxLjAyMiwzLjUzMywzLjUzMywwLDAsMCwyLjIzNi0uNzkzQTMuNTc0LDMuNTc0LDAsMCwwLDE3LjcsMTIuNWEzLjUzNSwzLjUzNSwwLDAsMC0uNzcxLTIuNjI3LDMuNTgzLDMuNTgzLDAsMCwwLTYuMzQ5LDEuODY3LDMuNTczLDMuNTczLDAsMCwwLDMuMTc3LDMuOTM3Wm0tMS41MzEtMy43NjFhMS45MzIsMS45MzIsMCwwLDEsLjctMS4yOTQsMS45LDEuOSwwLDAsMSwxLjIwNi0uNDI0Yy4wNzIsMCwuMTM4LjAwNi4yMDkuMDExYTEuOTI3LDEuOTI3LDAsMSwxLTIuMTIsMS43MDdaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMC4yNDgpIi8+CiAgICA8cGF0aCBpZD0iUGF0aF83NDgiIGRhdGEtbmFtZT0iUGF0aCA3NDgiIGQ9Ik0zMS4zNjEsMjcuNzk0YTMuNTgzLDMuNTgzLDAsMCwwLTYuMzQ5LDEuODY3LDMuNTM1LDMuNTM1LDAsMCwwLC43NzEsMi42MjdBMy41NzQsMy41NzQsMCwwLDAsMjguMTksMzMuNmEzLjEsMy4xLDAsMCwwLC4zOTEuMDIyLDMuNTMzLDMuNTMzLDAsMCwwLDIuMjM2LS43OTMsMy41OTEsMy41OTEsMCwwLDAsLjU0NS01LjAzOVptLTEuNTgsMy43NDRhMS45MjgsMS45MjgsMCwwLDEtMy4xMjItMS43MTMsMS45MjcsMS45MjcsMCwxLDEsMy4xMjIsMS43MTNaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNC43MzIgLTguMDUyKSIvPgogICAgPHBhdGggaWQ9IlBhdGhfNzQ5IiBkYXRhLW5hbWU9IlBhdGggNzQ5IiBkPSJNMjUuMiwxMi4zNzdhLjgyNC44MjQsMCwwLDAtMS4xNjItLjEyN0wxMC4zMTcsMjMuMzA4YS44MjYuODI2LDAsMCwwLC41MTgsMS40Ny44MzYuODM2LDAsMCwwLC41MTgtLjE4MkwyNS4wNzUsMTMuNTQ1QS44MzEuODMxLDAsMCwwLDI1LjIsMTIuMzc3WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMSAtMS41ODQpIi8+CiAgPC9nPgo8L3N2Zz4K");
  background-repeat: no-repeat;
  background-position: center left;
}
.checkout-index-index .opc-payment-additional .payment-option-title #block-giftcard-heading {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMi43NyIgaGVpZ2h0PSIyMC43OTMiIHZpZXdCb3g9IjAgMCAyMi43NyAyMC43OTMiPgogIDxwYXRoIGlkPSJQYXRoXzc1MSIgZGF0YS1uYW1lPSJQYXRoIDc1MSIgZD0iTTU5NS42LDIyLjQxOUg1ODEuNTM2YTQuMzY0LDQuMzY0LDAsMCwwLTQuMzUyLDQuMzU1VjM4Ljg2YTQuMzYxLDQuMzYxLDAsMCwwLDQuMzUyLDQuMzUySDU5NS42YTQuMzYxLDQuMzYxLDAsMCwwLDQuMzUzLTQuMzUyVjI2Ljc3NEE0LjM2NSw0LjM2NSwwLDAsMCw1OTUuNiwyMi40MTlabS02LjMsMS40NTZINTk1LjZhMi45MSwyLjkxLDAsMCwxLDIuODkxLDIuODkxdjUuMzI0SDU5My44bC4yOTEtLjNhMy4wNjYsMy4wNjYsMCwwLDAsLjgzNC0xLjczNSwyLjg2LDIuODYsMCwwLDAtMy42MDctMy4xMTcsMi45LDIuOSwwLDAsMC0xLjY5MywxLjMzMmwtLjMzMy41NzFabTQuMTcxLDYuMWExLjM4NCwxLjM4NCwwLDAsMS0xLjA2NSwxLjE2OGwtMi42MzkuNjMzLDEuMDMyLTIuNjE0YTEuNDIzLDEuNDIzLDAsMCwxLC45MjctLjgzMSwxLjM1NSwxLjM1NSwwLDAsMSwxLjI5MS4yOTFBMS40MzYsMS40MzYsMCwwLDEsNTkzLjQ2OCwyOS45NzZabS0xNC44MjktMy4yMDVhMi45MSwyLjkxLDAsMCwxLDIuODQ5LTIuODkxbC4wNDksMGg2LjMwNXY0Ljk3NmwtLjMzMy0uNTg4YTIuODMsMi44MywwLDAsMC0xLjY5NS0xLjMyOSwyLjksMi45LDAsMCwwLTMuNTIsMi4xLDIuOTEzLDIuOTEzLDAsMCwwLC43NDcsMi43NDlsLjMuM2gtNC43Wm00LjcxMywyLjUzOS43ODUtLjY4OGExLjQyNSwxLjQyNSwwLDAsMSwuODM1LS4zNDRsLjIzNi0uMDk0LS4xMDcuMDkxYTEuMiwxLjIsMCwwLDEsLjM0My4wNTcsMS40LDEuNCwwLDAsMSwuOTIyLjgyOGwxLjAzMiwyLjYxNi0yLjY0Mi0uNjM0YTEuNDU3LDEuNDU3LDAsMCwxLTEuMDc5LTEuMywxLjM1NSwxLjM1NSwwLDAsMSwuMDkxLS43Wm00LjQ5MiwxMi40NDVoLTYuMzA4YTIuOTA4LDIuOTA4LDAsMCwxLTIuODkxLTIuODlWMzMuNTQyaDguMTc4bC0zLDIuOTkxYS43MzguNzM4LDAsMCwwLDAsMS4wMzQuNzI2LjcyNiwwLDAsMCwxLjAyOCwwbC4wMi0uMDIsMi45NzEtMi45NzFabTEwLjY2My0yLjg5M2EyLjksMi45LDAsMCwxLTIuOSwyLjloLS41MTJsMC0uMDA2aC01LjhWMzQuNTc1bDIuOTg4LDIuOTg3YS43MjUuNzI1LDAsMCwwLDEuMDI3LDAsLjczNS43MzUsMCwwLDAsMC0xLjAzOGwtMi45ODUtMi45ODdoOC4xNzZaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNTc3LjE4NCAtMjIuNDE5KSIvPgo8L3N2Zz4K");
  background-repeat: no-repeat;
  background-position: center left;
}
.checkout-index-index .opc-payment-additional .payment-option-content {
  padding: 20px;
  background: #fff;
}
.checkout-index-index .opc-payment-additional .payment-option-content .input-text {
  padding: 9px 12px 10px;
  height: 40px;
}
.checkout-index-index .opc-payment-additional .payment-option-content .input-text::placeholder {
  color: #666666;
}
.checkout-index-index .opc-payment-additional .payment-option-content .form-discount .payment-option-inner {
  max-width: 172px;
}
.checkout-index-index .opc-payment-additional .payment-option-content .payment-option-inner {
  width: auto !important;
  margin: 0 !important;
  max-width: 195px;
}
.checkout-index-index .opc-payment-additional .payment-option-content .form-giftcard-account .field {
  margin: 0;
}
.checkout-index-index .opc-payment-additional .payment-option-content button.action,
.checkout-index-index .opc-payment-additional .payment-option-content .cart.table-wrapper .actions-toolbar > .action.action,
.checkout-index-index .opc-payment-additional .payment-option-content .quote-details-items .actions-toolbar > .action.action,
.checkout-index-index .opc-payment-additional .payment-option-content .action-gift.action {
  margin: 0 0 0 8px;
  background: #CCCCCC !important;
  color: #000000 !important;
  border-radius: 4px;
  font-size: 15px !important;
  line-height: 18px !important;
  padding: 11px 13px !important;
  text-transform: capitalize;
}
.checkout-index-index .opc-payment-additional .payment-option-content button.action:hover,
.checkout-index-index .opc-payment-additional .payment-option-content .cart.table-wrapper .actions-toolbar > .action.action:hover,
.checkout-index-index .opc-payment-additional .payment-option-content .quote-details-items .actions-toolbar > .action.action:hover,
.checkout-index-index .opc-payment-additional .payment-option-content .action-gift.action:hover {
  background: #000000 !important;
  color: #ffffff !important;
}
.checkout-index-index .opc-payment-additional.giftcardaccount {
  float: right;
}
.checkout-index-index .opc-payment-additional._active .payment-option-title {
  background: #EFEFEF;
}
.checkout-index-index .opc-payment-additional._active .payment-option-title .action-toggle:after {
  content: '' !important;
  transform: rotate(180deg);
}
.checkout-index-index .checkout-container.login-step-active .checkout-review-section {
  display: none;
}
.checkout-index-index .login-step-active .opc-estimated-wrapper {
  display: none;
}
.checkout-index-index input[type="checkbox"] {
  width: 16px;
  height: 16px;
  appearance: none;
  -webkit-appearance: none;
  border: 1px solid #CCCCCC;
  border-radius: 2px;
  background: #fff;
  top: 1px;
}
.checkout-index-index input[type="checkbox"]:checked {
  background-color: #0f5ea5;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMC4wODYiIGhlaWdodD0iNy4yNTgiIHZpZXdCb3g9IjAgMCAxMC4wODYgNy4yNTgiPgogIDxnIGlkPSJHcm91cF8xMjUzIiBkYXRhLW5hbWU9Ikdyb3VwIDEyNTMiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgLTcxLjc4OCkiPgogICAgPGcgaWQ9Ikdyb3VwXzEyNTIiIGRhdGEtbmFtZT0iR3JvdXAgMTI1MiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCA3MS43ODgpIj4KICAgICAgPHBhdGggaWQ9IlBhdGhfNzM4IiBkYXRhLW5hbWU9IlBhdGggNzM4IiBkPSJNOS44NTEsNzIuMDIzYS44LjgsMCwwLDAtMS4xMzEsMEwzLjYyOCw3Ny4xMTQsMS4zNjUsNzQuODUxQS44LjgsMCwwLDAsLjIzNCw3NS45ODNsMi44MjksMi44MjlhLjguOCwwLDAsMCwxLjEzMSwwbDUuNjU3LTUuNjU3QS44LjgsMCwwLDAsOS44NTEsNzIuMDIzWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCAtNzEuNzg4KSIgZmlsbD0iI2ZmZiIvPgogICAgPC9nPgogIDwvZz4KPC9zdmc+Cg==);
  background-position: 51% 50%;
  background-repeat: no-repeat;
  border: 1px solid #0f5ea5;
}
.checkout-container {
  margin: 0;
}
.opc-sidebar {
  margin: 0;
  width: 100%;
}
.opc-sidebar .opc-block-summary {
  padding: 36px 40px;
  background: #EBF2F9;
  margin-bottom: 40px;
}
.opc-sidebar .opc-block-summary > .title {
  font-size: 25px;
  padding-bottom: 6px;
}
.opc-sidebar .opc-block-summary .items-in-cart > .title {
  padding: 15px 38px 15px 0;
}
.opc-sidebar .opc-block-summary .items-in-cart > .title strong {
  font-size: 20px !important;
  font-family: 'Lato Bold';
}
.opc-sidebar .opc-block-summary .items-in-cart > .title:after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNy40MDYiIGhlaWdodD0iMTEuMDg3IiB2aWV3Qm94PSIwIDAgMTcuNDA2IDExLjA4NyI+CiAgPHBhdGggaWQ9Ikljb25faW9uLWlvcy1hcnJvdy1yaWdodCIgZGF0YS1uYW1lPSJJY29uIGlvbi1pb3MtYXJyb3ctcmlnaHQiIGQ9Ik0xMC42MjUsNy4zNDdsMS4wMzctLjk3Miw4LjU4NSw4LjAxOS04LjU4NSw4LjAxOS0xLjAzNy0uOTY3LDcuNTQyLTcuMDUxWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTUuNjkgMjAuOTgpIHJvdGF0ZSgtOTApIiBzdHJva2U9IiMwMDAiIHN0cm9rZS13aWR0aD0iMSIvPgo8L3N2Zz4K");
  background-repeat: no-repeat;
  background-position: center;
  content: '';
  width: 16px;
  height: 10px;
  transform: rotate(180deg);
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.opc-sidebar .opc-block-summary .items-in-cart.active > .title:after {
  transform: rotate(0deg);
  content: '';
}
.opc-sidebar .opc-block-summary .product-item .product-item-inner {
  display: block;
  margin: 0;
}
.opc-sidebar .opc-block-summary .product-item .product-item-name-block {
  display: block;
  padding: 0;
}
.opc-sidebar .opc-block-summary .product-item .price {
  font-size: 16px;
  font-family: 'Lato Bold';
}
.opc-sidebar .opc-block-summary .minicart-items .product-item-name {
  margin: 0 0 7px;
}
.opc-sidebar .opc-block-summary .minicart-items .product-item-details .details-qty {
  margin-top: 0px;
}
.opc-sidebar .opc-block-summary .table-totals {
  border: 0 !important;
  border-bottom: 4px solid #CCCCCC !important;
  margin-bottom: 17px;
  margin-top: 9px !important;
}
.opc-sidebar .opc-block-summary .table-totals .totals.giftcard a {
  color: #0F5EA5;
}
.opc-sidebar .opc-block-summary .table-totals .totals.giftcard a:hover {
  color: #0F5EA5;
}
.opc-sidebar .opc-block-summary .table-totals .grand .mark {
  padding: 9px 0 20px;
  font-size: 20px;
  white-space: nowrap;
}
.opc-sidebar .opc-block-summary .table-totals .grand .amount {
  padding: 9px 0 20px;
  font-size: 20px;
}
.opc-sidebar .opc-block-summary .mark {
  background: transparent;
}
.opc-sidebar .opc-block-summary table.table-totals > thead > tr > th {
  padding-top: 5px;
  padding-bottom: 5px;
}
.opc-sidebar .opc-block-summary table.table-totals > thead > tr > td {
  padding-top: 5px;
  padding-bottom: 5px;
}
.opc-sidebar .opc-block-summary table.table-totals > tbody > tr > th {
  padding-top: 5px;
  padding-bottom: 5px;
}
.opc-sidebar .opc-block-summary table.table-totals > tbody > tr > td {
  padding-top: 5px;
  padding-bottom: 5px;
}
.opc-sidebar .opc-block-summary table.table-totals > tfoot > tr > th {
  padding-top: 5px;
  padding-bottom: 5px;
}
.opc-sidebar .opc-block-summary table.table-totals > tfoot > tr > td {
  padding-top: 5px;
  padding-bottom: 5px;
}
.opc-block-shipping-information {
  padding: 0 !important;
}
.opc-block-shipping-information .shipping-information-title {
  font-size: 25px;
  margin-bottom: 20px;
}
.opc-block-shipping-information .shipping-information-title .action-edit:before {
  content: '' !important;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMS45NTEiIGhlaWdodD0iMjEuOTQ4IiB2aWV3Qm94PSIwIDAgMjEuOTUxIDIxLjk0OCI+CiAgPGcgaWQ9Ikljb25fYWthci1wZW5jaWwiIGRhdGEtbmFtZT0iSWNvbiBha2FyLXBlbmNpbCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMSAxLjIxMykiPgogICAgPHBhdGggaWQ9IlBhdGhfMTc1IiBkYXRhLW5hbWU9IlBhdGggMTc1IiBkPSJNNS43MiwxOC42NjYsMTkuMjEsNS4xNzRBMi44MjIsMi44MjIsMCwwLDEsMjMuMiw5LjE2NEw5LjcwOCwyMi42NTZhMi4yLDIuMiwwLDAsMS0xLjEyNy42bC00LjMzMi44NjcuODY3LTQuMzMzYTIuMiwyLjIsMCwwLDEsLjYtMS4xMjdaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNC4yNSAtNC4zOTEpIiBmaWxsPSJub25lIiBzdHJva2U9IiMwMDAiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIyIi8+CiAgICA8cGF0aCBpZD0iUGF0aF8xNzYiIGRhdGEtbmFtZT0iUGF0aCAxNzYiIGQ9Ik0yMC41NDIsOS4yMDhsMy4zMDcsMy4zMDciIHRyYW5zZm9ybT0idHJhbnNsYXRlKC03Ljg2MyAtNS40NikiIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzAwMCIgc3Ryb2tlLXdpZHRoPSIyIi8+CiAgPC9nPgo8L3N2Zz4K");
  width: 22px;
  height: 22px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}
.opc-block-shipping-information .shipping-information-title .action-edit:hover:before {
  opacity: 0.6;
}
.checkout-review-section .CarouselWidget-prefix .CarouselWidget {
  margin-bottom: 0;
}
.checkout-review-section .CarouselWidget-prefix .CarouselWidget .CarouselWidget__header {
  background: transparent;
}
.checkout-review-section .CarouselWidget-prefix .CarouselWidget .CarouselWidget__header .header__inner {
  background-image: unset;
  background: transparent;
  box-shadow: unset;
}
.checkout-review-section .CarouselWidget-prefix .CarouselWidget .CarouselWidget__header .header__inner:after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1Ni43NTEiIGhlaWdodD0iMTQzLjEyMSIgdmlld0JveD0iMCAwIDU2Ljc1MSAxNDMuMTIxIj4KICA8ZyBpZD0iR3JvdXBfMTI3OSIgZGF0YS1uYW1lPSJHcm91cCAxMjc5IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNTguNDEyIC0yODUuOTAzKSI+CiAgICA8cGF0aCBpZD0iUGF0aF83MTEiIGRhdGEtbmFtZT0iUGF0aCA3MTEiIGQ9Ik03Ni40NDksMzg1LjI2cy00LjIxMy0xMC4xNTEtNy44LTE0LjEtOS4xNy02LjAzMy0xMC4yMzktOS45MzNjMCwwLC4xNjUsOC44ODgsMy44NzQsMTQuNzUsMi4yMTksMy41MDgsNi40NSw1LjM5NCw5LjIsNi4zMDhBMTkuNzMzLDE5LjczMywwLDAsMSw3Ni40NDksMzg1LjI2WiIgZmlsbD0iIzBmNWVhNSIvPgogICAgPHBhdGggaWQ9IlBhdGhfNzEyIiBkYXRhLW5hbWU9IlBhdGggNzEyIiBkPSJNNzcuMzc4LDMxNS42MTlzMy44OTMtNy4yNiw0LjM0MS0xMS4zOTMuNTQzLTEwLjQ4OCwxLjk2OS0xMi43NTljMCwwLTYuMjExLDUuMDE2LTcuNjQ5LDkuOTQyLS44NiwyLjk0OC4wMjgsNi44NDkuNzc0LDkuMjc5QTE5LjY4NiwxOS42ODYsMCwwLDEsNzcuMzc4LDMxNS42MTlaIiBmaWxsPSIjMGY1ZWE1Ii8+CiAgICA8cGF0aCBpZD0iUGF0aF83MTMiIGRhdGEtbmFtZT0iUGF0aCA3MTMiIGQ9Ik03Ny4zMzgsMzg0LjdzLTUuMjEzLTEwLjE2NS0zLjUzMy0xNC4xODEsNi42NTItNy41NTYsNy40MjMtOS43MjdjMCwwLDIuMDc0LDcuMDQ4LDEuNSwxMS4yODgtLjM0MSwyLjUzOC0yLjc2Myw1LjQ2LTQuMjc2LDcuNkM3Ny4yMiwzODEuNDI5LDc3LjMzOCwzODQuNyw3Ny4zMzgsMzg0LjdaIiBmaWxsPSIjMGY1ZWE1Ii8+CiAgICA8cGF0aCBpZD0iUGF0aF83MTQiIGRhdGEtbmFtZT0iUGF0aCA3MTQiIGQ9Ik03OC44MzEsMzE1LjIxOXMxLjk5NS03LjQsNi4xMTMtOC43MzFjMy4wMS0uOTc2LDguMzQxLTIuMTQ5LDkuOTU2LTIuOSwwLDAtMS45LDYuMjM5LTYuNDE0LDguNjEtMS40NzkuNzc3LTMuMjM5LjU4LTUuMTQxLDEuMTIyQTIwLjczOSwyMC43MzksMCwwLDAsNzguODMxLDMxNS4yMTlaIiBmaWxsPSIjMGY1ZWE1Ii8+CiAgICA8cGF0aCBpZD0iUGF0aF83MTUiIGRhdGEtbmFtZT0iUGF0aCA3MTUiIGQ9Ik03NC4xMTMsMzMxLjkxMnMyLjQyNi05LjQyMSwxLjE3OS0xNC41LTUuNDUzLTkuMTEzLTQuNjg3LTEyLjY0NGMwLDAtMy44MTcsNy4wOTMtMy4zMTIsMTMuNzM1QTE1LjIsMTUuMiwwLDAsMCw3MS4wNiwzMjcuNCw0My42NDYsNDMuNjQ2LDAsMCwxLDc0LjExMywzMzEuOTEyWiIgZmlsbD0iIzBmNWVhNSIvPgogICAgPHBhdGggaWQ9IlBhdGhfNzE2IiBkYXRhLW5hbWU9IlBhdGggNzE2IiBkPSJNNzUuODY1LDMzMi41MzdzLjI2NS0xMS4wMTgsMy4yNjItMTMuMjgsOS41MzktMy4yNDcsMTEuMS00LjYxYzAsMC0xLjc4MSw2Ljg2Ny00LjAyOCwxMC4wNjQtMS4zNDUsMS45MTMtNS4zNTUsMy42LTcuNCw0LjQ2Qzc3LjEyNiwzMjkuODc3LDc1Ljg2NSwzMzIuNTM3LDc1Ljg2NSwzMzIuNTM3WiIgZmlsbD0iIzBmNWVhNSIvPgogICAgPHBhdGggaWQ9IlBhdGhfNzE3IiBkYXRhLW5hbWU9IlBhdGggNzE3IiBkPSJNODQuNDg4LDMwMy45ODhjMy42OTMtMi44MzMsOC41MzMtMy40NjMsMTAuNDE3LTcuNWE0MC44ODYsNDAuODg2LDAsMCwxLDYuOTg0LTEwLjU4MXMtNy4yNDIuMjI2LTEyLjEzOCw1LjMzQzg2LjUzMSwyOTQuNTg5LDg0LjQ4OCwzMDMuOTg4LDg0LjQ4OCwzMDMuOTg4WiIgZmlsbD0iIzBmNWVhNSIvPgogICAgPHBhdGggaWQ9IlBhdGhfNzE4IiBkYXRhLW5hbWU9IlBhdGggNzE4IiBkPSJNMTE0Ljk1Niw0MjguMjIzYy4zNC40LjI0Ni43MjYtLjE3MS44LS43MzkuMTI1LTIuNjQzLTIuOTc5LTQuMDgzLTQuMjU3LTIuNjI3LTIuMzMyLTQuMzIzLTIuNDM5LTYuMi0xLjk4M2E5LjQ0OCw5LjQ0OCwwLDAsMC00LjEyOSwyLjE3OSw3LjU3Nyw3LjU3NywwLDAsMS02LjQsMi4wNCwxMi43MTQsMTIuNzE0LDAsMCwxLTkuNDg5LTguMDhzMS44MjEsMS4yLDYuMDQ3LjE3OGMzLjA3Mi0uNzM5LDUuNzYyLTEuNTQ0LDkuMDQ4LTEuMTMxQzEwNi4xNjgsNDE4LjgsMTExLjU0LDQyNC4yMiwxMTQuOTU2LDQyOC4yMjNaIiBmaWxsPSIjMGY1ZWE1Ii8+CiAgICA8cGF0aCBpZD0iUGF0aF83MTkiIGRhdGEtbmFtZT0iUGF0aCA3MTkiIGQ9Ik05Ny40NjYsNDEzLjQzMnMtNy43MzItNi43OTEtMTIuMTc2LTcuNzktMTEuMzM4LS4wMDktMTMuOTUzLTIuNDQ1YzAsMCwyLjc5NCw4LjcyNywxMS40ODgsMTEuMzdhMTUuMDg2LDE1LjA4NiwwLDAsMCw5LjU3LS43MjNBMTIuMzU5LDEyLjM1OSwwLDAsMSw5Ny40NjYsNDEzLjQzMloiIGZpbGw9IiMwZjVlYTUiLz4KICAgIDxwYXRoIGlkPSJQYXRoXzcyMCIgZGF0YS1uYW1lPSJQYXRoIDcyMCIgZD0iTTk3Ljg4Miw0MTIuMzYxcy04LjQ2OS02LjE1Ni05LjA0Ny0xMC42ODcsMS41OTEtMTAuNSwxLjE5NC0xMi44YzAsMCw0LjcyMiw0LjkyOSw2LjE1Miw5LjA1Ny44NTYsMi40NzEuMzM4LDYuNDQ1LjIsOS4yM0M5Ni4yNjYsNDA5LjQzOSw5Ny44ODIsNDEyLjM2MSw5Ny44ODIsNDEyLjM2MVoiIGZpbGw9IiMwZjVlYTUiLz4KICAgIDxwYXRoIGlkPSJQYXRoXzcyMSIgZGF0YS1uYW1lPSJQYXRoIDcyMSIgZD0iTTgzLjk3Miw0MDAuNTE2cy01LjQtOS4xNzMtOS40MjEtMTIuMTQyLTkuODM3LTEuODI1LTExLjUzNS01LjM1MWMwLDAsMS4zODMsOC40NCw1Ljc5MywxMy4yMzYsMi42MzgsMi44NzEsNy4zMzIsMi4yNzYsMTAuMDYzLDIuNDg4QTE1LjcxNSwxNS43MTUsMCwwLDEsODMuOTcyLDQwMC41MTZaIiBmaWxsPSIjMGY1ZWE1Ii8+CiAgICA8cGF0aCBpZD0iUGF0aF83MjIiIGRhdGEtbmFtZT0iUGF0aCA3MjIiIGQ9Ik04NC43MTcsMzk5Ljc1M3MtNi4wNjgtNy43Ni01LjI2NS0xMi4wNDEsNS4xNjQtOC43MTUsNS40NjItMTAuOTgxYTE1Ljk1NywxNS45NTcsMCwwLDEsMi4xOTIsNy41MWMuMDYsMi41NTEtMS42NzcsNi4zMDctMi43LDEwLjIwOEExMi43LDEyLjcsMCwwLDAsODQuNzE3LDM5OS43NTNaIiBmaWxsPSIjMGY1ZWE1Ii8+CiAgICA8cGF0aCBpZD0iUGF0aF83MjMiIGRhdGEtbmFtZT0iUGF0aCA3MjMiIGQ9Ik03MC42NjIsMzUwLjIxNXMyLjM1MS05LjE2Ny41NS0xNC4xODljLTEuNjY0LTQuNjM4LTcuODI2LTguMzEyLTYuODU2LTEyLjIzN0ExNi4xMzksMTYuMTM5LDAsMCwwLDYxLjY4LDMzNS45N2MxLjA2Nyw0Ljk2OCw0LjE0Nyw3LjA4Nyw2LjEsOS4yMjhBMTkuNzM5LDE5LjczOSwwLDAsMSw3MC42NjIsMzUwLjIxNVoiIGZpbGw9IiMwZjVlYTUiLz4KICAgIDxwYXRoIGlkPSJQYXRoXzcyNCIgZGF0YS1uYW1lPSJQYXRoIDcyNCIgZD0iTTcxLjcxMiwzNTAuMTU5cy40MDgtMTEuNDE2LDMuODMzLTE0LjEsOC4xNTUtMy41MTUsOS44ODctNS4wMzRjMCwwLTEuMSw3LjY4OS0zLjY2OSwxMS4xMTMtMS41MzYsMi4wNDgtNC4yNjMsMy4wNTctNi42MjgsNC4xODhDNzMuMiwzNDcuMjQ4LDcxLjcxMiwzNTAuMTU5LDcxLjcxMiwzNTAuMTU5WiIgZmlsbD0iIzBmNWVhNSIvPgogICAgPHBhdGggaWQ9IlBhdGhfNzI1IiBkYXRhLW5hbWU9IlBhdGggNzI1IiBkPSJNNzEuMDkyLDM2Ny4zNjdzLS41My05LjI1OS0yLjY1MS0xMy43ODYtOC4xNjktNy44NjktNy45OC0xMS43NzljMCwwLTIuODA4LDguMDc4LTEuMjE5LDE0LjQuOTUxLDMuNzgxLDUuMzYsNS41LDcuNjU5LDYuOTg1QTIzLjI1NSwyMy4yNTUsMCwwLDEsNzEuMDkyLDM2Ny4zNjdaIiBmaWxsPSIjMGY1ZWE1Ii8+CiAgICA8cGF0aCBpZD0iUGF0aF83MjYiIGRhdGEtbmFtZT0iUGF0aCA3MjYiIGQ9Ik03Mi4yMDksMzY4cy0yLjU1Mi05LjUxNC0uMTQxLTEzLjE0MSw4LjE2LTYsOS4zMi03Ljk3M2ExNS45NTIsMTUuOTUyLDAsMCwxLS45MTcsNy43NjlDNzkuNTI5LDM1Ny4wMzEsNzYuNDYyLDM1OS44MSw3NCwzNjNBMTIuNjkyLDEyLjY5MiwwLDAsMCw3Mi4yMDksMzY4WiIgZmlsbD0iIzBmNWVhNSIvPgogICAgPHBhdGggaWQ9IlBhdGhfNzI3IiBkYXRhLW5hbWU9IlBhdGggNzI3IiBkPSJNMTExLjQyNyw0MjMuMTcycy0xLjI0Ny0uOTIzLTMuNjk1LTIuODc5LTYuMDQ1LTUuMDc0LTYuNzQ0LTcuMDI0Yy0xLjQtMy45LS44NDEtOS42MjMtMS42NS0xMS42MTUsMCwwLDUsMy42OSw3LjEzMiw3LjIxOCwxLjI3NSwyLjExMSwxLjY1OSw1LjcsMi4xLDguMTU3QzEwOC45MjksNDE5LjAzNywxMTEuNDI3LDQyMy4xNzIsMTExLjQyNyw0MjMuMTcyWiIgZmlsbD0iIzBmNWVhNSIvPgogIDwvZz4KPC9zdmc+Cg==");
  background-repeat: no-repeat;
}
.checkout-review-section .CarouselWidget-prefix .CarouselWidget .CarouselWidget__header .header__inner:before {
  background-image: url("data:image/svg+xml;base64,PHN2ZyBpZD0iR3JvdXBfMTI4MCIgZGF0YS1uYW1lPSJHcm91cCAxMjgwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1Ni43NTEiIGhlaWdodD0iMTQzLjEyIiB2aWV3Qm94PSIwIDAgNTYuNzUxIDE0My4xMiI+CiAgPHBhdGggaWQ9IlBhdGhfNzExIiBkYXRhLW5hbWU9IlBhdGggNzExIiBkPSJNNTguNDEyLDM4NS4yNnM0LjIxMy0xMC4xNTEsNy44LTE0LjEsOS4xNy02LjAzMywxMC4yMzktOS45MzNjMCwwLS4xNjUsOC44ODgtMy44NzQsMTQuNzUtMi4yMTksMy41MDgtNi40NSw1LjM5NC05LjIsNi4zMDhBMTkuNzMzLDE5LjczMywwLDAsMCw1OC40MTIsMzg1LjI2WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTE5LjY5OCAtMjg1LjkwMykiIGZpbGw9IiMwZjVlYTUiLz4KICA8cGF0aCBpZD0iUGF0aF83MTIiIGRhdGEtbmFtZT0iUGF0aCA3MTIiIGQ9Ik04MiwzMTUuNjE5cy0zLjg5My03LjI2LTQuMzQxLTExLjM5My0uNTQzLTEwLjQ4OC0xLjk2OS0xMi43NTljMCwwLDYuMjExLDUuMDE2LDcuNjQ5LDkuOTQyLjg2LDIuOTQ4LS4wMjgsNi44NDktLjc3NCw5LjI3OUExOS42ODYsMTkuNjg2LDAsMCwwLDgyLDMxNS42MTlaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNDQuMjExIC0yODUuOTAzKSIgZmlsbD0iIzBmNWVhNSIvPgogIDxwYXRoIGlkPSJQYXRoXzcxMyIgZGF0YS1uYW1lPSJQYXRoIDcxMyIgZD0iTTc4Ljk2NCwzODQuN3M1LjIxMy0xMC4xNjUsMy41MzMtMTQuMTgxLTYuNjUyLTcuNTU2LTcuNDIzLTkuNzI3YzAsMC0yLjA3NCw3LjA0OC0xLjUsMTEuMjg4LjM0MSwyLjUzOCwyLjc2Myw1LjQ2LDQuMjc2LDcuNkM3OS4wODIsMzgxLjQyOSw3OC45NjQsMzg0LjcsNzguOTY0LDM4NC43WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTQxLjEzOSAtMjg1LjkwMykiIGZpbGw9IiMwZjVlYTUiLz4KICA8cGF0aCBpZD0iUGF0aF83MTQiIGRhdGEtbmFtZT0iUGF0aCA3MTQiIGQ9Ik05NC45LDMxNS4yMTlzLTEuOTk1LTcuNC02LjExMy04LjczMWMtMy4wMS0uOTc2LTguMzQxLTIuMTQ5LTkuOTU2LTIuOSwwLDAsMS45LDYuMjM5LDYuNDE0LDguNjEsMS40NzkuNzc3LDMuMjM5LjU4LDUuMTQxLDEuMTIyQTIwLjc0LDIwLjc0LDAsMCwxLDk0LjksMzE1LjIxOVoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC01OC41NjggLTI4NS45MDMpIiBmaWxsPSIjMGY1ZWE1Ii8+CiAgPHBhdGggaWQ9IlBhdGhfNzE1IiBkYXRhLW5hbWU9IlBhdGggNzE1IiBkPSJNNjguNzgyLDMzMS45MTJzLTIuNDI2LTkuNDIxLTEuMTc5LTE0LjUsNS40NTMtOS4xMTMsNC42ODctMTIuNjQ0YzAsMCwzLjgxNyw3LjA5MywzLjMxMiwxMy43MzVhMTUuMiwxNS4yLDAsMCwxLTMuNzY3LDguODkyQTQzLjY0OCw0My42NDgsMCwwLDAsNjguNzgyLDMzMS45MTJaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMjcuNzMyIC0yODUuOTAzKSIgZmlsbD0iIzBmNWVhNSIvPgogIDxwYXRoIGlkPSJQYXRoXzcxNiIgZGF0YS1uYW1lPSJQYXRoIDcxNiIgZD0iTTkwLjIzLDMzMi41MzdzLS4yNjUtMTEuMDE4LTMuMjYyLTEzLjI4LTkuNTM5LTMuMjQ3LTExLjEtNC42MWMwLDAsMS43ODEsNi44NjcsNC4wMjgsMTAuMDY0LDEuMzQ1LDEuOTEzLDUuMzU1LDMuNiw3LjQsNC40NkM4OC45NjksMzI5Ljg3Nyw5MC4yMywzMzIuNTM3LDkwLjIzLDMzMi41MzdaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNTAuOTMyIC0yODUuOTAzKSIgZmlsbD0iIzBmNWVhNSIvPgogIDxwYXRoIGlkPSJQYXRoXzcxNyIgZGF0YS1uYW1lPSJQYXRoIDcxNyIgZD0iTTEwMS44ODksMzAzLjk4OGMtMy42OTMtMi44MzMtOC41MzMtMy40NjMtMTAuNDE3LTcuNUE0MC44ODYsNDAuODg2LDAsMCwwLDg0LjQ4OCwyODUuOXM3LjI0Mi4yMjYsMTIuMTM4LDUuMzNDOTkuODQ2LDI5NC41ODksMTAxLjg4OSwzMDMuOTg4LDEwMS44ODksMzAzLjk4OFoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC03MS4yMTQgLTI4NS45MDMpIiBmaWxsPSIjMGY1ZWE1Ii8+CiAgPHBhdGggaWQ9IlBhdGhfNzE4IiBkYXRhLW5hbWU9IlBhdGggNzE4IiBkPSJNODQuNjksNDI4LjIyM2MtLjM0LjQtLjI0Ni43MjYuMTcxLjguNzM5LjEyNSwyLjY0My0yLjk3OSw0LjA4My00LjI1NywyLjYyNy0yLjMzMiw0LjMyMy0yLjQzOSw2LjItMS45ODNhOS40NDgsOS40NDgsMCwwLDEsNC4xMjksMi4xNzksNy41NzcsNy41NzcsMCwwLDAsNi40LDIuMDQsMTIuNzE0LDEyLjcxNCwwLDAsMCw5LjQ4OS04LjA4cy0xLjgyMSwxLjItNi4wNDcuMTc4Yy0zLjA3Mi0uNzM5LTUuNzYyLTEuNTQ0LTkuMDQ4LTEuMTMxQzkzLjQ3OCw0MTguOCw4OC4xMDYsNDI0LjIyLDg0LjY5LDQyOC4yMjNaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtODQuNDgzIC0yODUuOTA0KSIgZmlsbD0iIzBmNWVhNSIvPgogIDxwYXRoIGlkPSJQYXRoXzcxOSIgZGF0YS1uYW1lPSJQYXRoIDcxOSIgZD0iTTcxLjMzNyw0MTMuNDMyczcuNzMyLTYuNzkxLDEyLjE3Ni03Ljc5LDExLjMzOC0uMDA5LDEzLjk1My0yLjQ0NWMwLDAtMi43OTQsOC43MjctMTEuNDg4LDExLjM3YTE1LjA4NywxNS4wODcsMCwwLDEtOS41Ny0uNzIzQTEyLjM1OSwxMi4zNTksMCwwLDAsNzEuMzM3LDQxMy40MzJaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNTMuNjQgLTI4NS45MDMpIiBmaWxsPSIjMGY1ZWE1Ii8+CiAgPHBhdGggaWQ9IlBhdGhfNzIwIiBkYXRhLW5hbWU9IlBhdGggNzIwIiBkPSJNODguNzM2LDQxMi4zNjFzOC40NjktNi4xNTYsOS4wNDctMTAuNjg3LTEuNTkxLTEwLjUtMS4xOTQtMTIuOGMwLDAtNC43MjIsNC45MjktNi4xNTIsOS4wNTctLjg1NiwyLjQ3MS0uMzM4LDYuNDQ1LS4yLDkuMjNDOTAuMzUyLDQwOS40MzksODguNzM2LDQxMi4zNjEsODguNzM2LDQxMi4zNjFaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNzEuNDU1IC0yODUuOTAzKSIgZmlsbD0iIzBmNWVhNSIvPgogIDxwYXRoIGlkPSJQYXRoXzcyMSIgZGF0YS1uYW1lPSJQYXRoIDcyMSIgZD0iTTYzLjAxNiw0MDAuNTE2czUuNC05LjE3Myw5LjQyMS0xMi4xNDIsOS44MzctMS44MjUsMTEuNTM1LTUuMzUxYzAsMC0xLjM4Myw4LjQ0LTUuNzkzLDEzLjIzNi0yLjYzOCwyLjg3MS03LjMzMiwyLjI3Ni0xMC4wNjMsMi40ODhBMTUuNzE1LDE1LjcxNSwwLDAsMCw2My4wMTYsNDAwLjUxNloiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0zMS44MjUgLTI4NS45MDMpIiBmaWxsPSIjMGY1ZWE1Ii8+CiAgPHBhdGggaWQ9IlBhdGhfNzIyIiBkYXRhLW5hbWU9IlBhdGggNzIyIiBkPSJNODEuNzY5LDM5OS43NTNzNi4wNjgtNy43Niw1LjI2NS0xMi4wNDFTODEuODcsMzc5LDgxLjU3MiwzNzYuNzMxYTE1Ljk1NiwxNS45NTYsMCwwLDAtMi4xOTIsNy41MWMtLjA2LDIuNTUxLDEuNjc3LDYuMzA3LDIuNywxMC4yMDhBMTIuNywxMi43LDAsMCwxLDgxLjc2OSwzOTkuNzUzWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTUxLjMyMyAtMjg1LjkwMykiIGZpbGw9IiMwZjVlYTUiLz4KICA8cGF0aCBpZD0iUGF0aF83MjMiIGRhdGEtbmFtZT0iUGF0aCA3MjMiIGQ9Ik02Mi42LDM1MC4yMTVzLTIuMzUxLTkuMTY3LS41NS0xNC4xODljMS42NjQtNC42MzgsNy44MjYtOC4zMTIsNi44NTYtMTIuMjM3QTE2LjEzOSwxNi4xMzksMCwwLDEsNzEuNTgsMzM1Ljk3Yy0xLjA2Nyw0Ljk2OC00LjE0Nyw3LjA4Ny02LjEsOS4yMjhBMTkuNzM5LDE5LjczOSwwLDAsMCw2Mi42LDM1MC4yMTVaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTguMDk3IC0yODUuOTAzKSIgZmlsbD0iIzBmNWVhNSIvPgogIDxwYXRoIGlkPSJQYXRoXzcyNCIgZGF0YS1uYW1lPSJQYXRoIDcyNCIgZD0iTTg1LjQzMiwzNTAuMTU5cy0uNDA4LTExLjQxNi0zLjgzMy0xNC4xLTguMTU1LTMuNTE1LTkuODg3LTUuMDM0YzAsMCwxLjEsNy42ODksMy42NjksMTEuMTEzLDEuNTM2LDIuMDQ4LDQuMjYzLDMuMDU3LDYuNjI4LDQuMTg4QzgzLjk0LDM0Ny4yNDgsODUuNDMyLDM1MC4xNTksODUuNDMyLDM1MC4xNTlaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNDEuOTgxIC0yODUuOTAzKSIgZmlsbD0iIzBmNWVhNSIvPgogIDxwYXRoIGlkPSJQYXRoXzcyNSIgZGF0YS1uYW1lPSJQYXRoIDcyNSIgZD0iTTU4Ljc1NSwzNjcuMzY3cy41My05LjI1OSwyLjY1MS0xMy43ODYsOC4xNjktNy44NjksNy45OC0xMS43NzljMCwwLDIuODA4LDguMDc4LDEuMjE5LDE0LjQtLjk1MSwzLjc4MS01LjM2LDUuNS03LjY1OSw2Ljk4NUEyMy4yNTUsMjMuMjU1LDAsMCwwLDU4Ljc1NSwzNjcuMzY3WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTE0LjY4NCAtMjg1LjkwMykiIGZpbGw9IiMwZjVlYTUiLz4KICA8cGF0aCBpZD0iUGF0aF83MjYiIGRhdGEtbmFtZT0iUGF0aCA3MjYiIGQ9Ik04MC4zNDcsMzY4czIuNTUyLTkuNTE0LjE0MS0xMy4xNDEtOC4xNi02LTkuMzItNy45NzNhMTUuOTUyLDE1Ljk1MiwwLDAsMCwuOTE3LDcuNzY5Yy45NDIsMi4zNzIsNC4wMDksNS4xNTEsNi40NzUsOC4zNDJBMTIuNjkyLDEyLjY5MiwwLDAsMSw4MC4zNDcsMzY4WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTM3LjM5MyAtMjg1LjkwMykiIGZpbGw9IiMwZjVlYTUiLz4KICA8cGF0aCBpZD0iUGF0aF83MjciIGRhdGEtbmFtZT0iUGF0aCA3MjciIGQ9Ik05OS4zMzgsNDIzLjE3MnMxLjI0Ny0uOTIzLDMuNjk1LTIuODc5LDYuMDQ1LTUuMDc0LDYuNzQ0LTcuMDI0YzEuNC0zLjkuODQxLTkuNjIzLDEuNjUtMTEuNjE1LDAsMC01LDMuNjktNy4xMzIsNy4yMTgtMS4yNzUsMi4xMTEtMS42NTksNS43LTIuMSw4LjE1N0MxMDEuODM2LDQxOS4wMzcsOTkuMzM4LDQyMy4xNzIsOTkuMzM4LDQyMy4xNzJaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtOTUuNjAyIC0yODUuOTAzKSIgZmlsbD0iIzBmNWVhNSIvPgo8L3N2Zz4K");
  background-repeat: no-repeat;
}
.checkout-review-section .CarouselWidget-prefix .CarouselWidget .cssVar-header__subheading .cssVar-subheading__number {
  font-weight: 700;
}
.checkout-review-section .CarouselWidget-prefix .CarouselWidget .R-ReviewsList-container .R-ReviewsList__controlButton {
  display: none;
}
.checkout-review-section .CarouselWidget-prefix .CarouselWidget .cssVar-header__heading {
  font-size: 20px;
}
.checkout-review-section .CarouselWidget-prefix .CarouselWidget .R-ReviewsioLogo .R-ReviewsioLogo__image {
  filter: brightness(0) saturate(100%);
}
.checkout-review-section .CarouselWidget-prefix .R-MD .R-ReviewsList-container {
  padding: 0 !important;
}
.opc-block-summary .mark .value {
  font-size: 15px;
  color: #666666;
}
.billingValidationModal footer.modal-footer button,
.billingValidationModal footer.modal-footer .cart.table-wrapper .actions-toolbar > .action,
.billingValidationModal footer.modal-footer .quote-details-items .actions-toolbar > .action,
.billingValidationModal footer.modal-footer .action-gift {
  font-size: 18px;
  padding: 12px 20px !important;
}
.billingValidationModal footer.modal-footer button.primary,
.billingValidationModal footer.modal-footer .cart.table-wrapper .actions-toolbar > .action.primary,
.billingValidationModal footer.modal-footer .quote-details-items .actions-toolbar > .action.primary,
.billingValidationModal footer.modal-footer .action-gift.primary {
  background: #F46414;
  border-radius: 4px;
}
.billingValidationModal .modals-wrapper .modal-popup .modal-title {
  font-size: 20px;
}
.billingValidationModal .validateAddressForm {
  font-size: 16px;
}
.billingValidationModal .validateAddressForm .form.validate .addressOption {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}
.billingValidationModal fieldset.fieldset {
  margin-bottom: 0;
}
.billingValidationModal header.modal-header {
  padding-right: 50px;
}
.billingValidationModal.modal-popup .modal-title {
  font-size: 20px !important;
  line-height: 28px;
}
.checkout-shipping-address #checkout-step-shipping {
  margin-bottom: 20px !important;
}
.checkout-shipping-address .field.required > .label:after {
  content: '*';
  color: #e02b27;
  margin: 0 0 0 5px !important;
}
.psam-bpg-checkout {
  background: #e8f5e9;
  border: 1px solid #a5d6a7;
  border-radius: 4px;
  padding: 12px;
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-block: 20px 10px;
  flex-wrap: wrap;
}
.psam-bpg-checkout .psam-bpg-icon {
  font-size: 17px;
  flex-shrink: 0;
  margin-top: 1px;
}
.psam-bpg-checkout .psam-bpg-content {
  font-size: 16px;
  color: #1b5e20;
  line-height: 1.6;
  flex: 1;
  min-width: 180px;
}
.psam-bpg-checkout .psam-bpg-content .psam-bpg-title {
  font-weight: 900;
}
.psam-bpg-checkout .psam-bpg-content .psam-bpg-link {
  color: #1b5e20;
  text-decoration: underline;
}
.psam-bpg-checkout .psam-bpg-content .psam-bpg-link:hover {
  text-decoration: none;
  color: #103613;
}
@media (max-width: 395px) {
  body.checkout-index-index {
    font-size: 16px;
  }
  body.checkout-index-index .actions-toolbar > .primary .action {
    font-size: 17px;
    padding: 10px 13px;
  }
  body.checkout-index-index .opc-wrapper .opc li#login .login-container .block .block-title {
    font-size: 20px;
  }
  body.checkout-index-index .opc-wrapper .step-title {
    font-size: 20px;
    padding-bottom: 8px;
  }
  body.checkout-index-index .field .control._with-tooltip input {
    margin-right: 0;
    width: calc(100% - 38px);
  }
  body.checkout-index-index div#checkout-shipping-method-load {
    width: 100%;
    overflow-x: scroll;
  }
  body.checkout-index-index .opc-estimated-wrapper .estimated-block {
    font-size: 17px;
  }
  body.checkout-index-index .opc-estimated-wrapper .estimated-block .estimated-label {
    margin: 0 0 6px;
  }
  body.checkout-index-index .opc-payment-additional .payment-option-content .form button.action,
  body.checkout-index-index .opc-payment-additional .payment-option-content .form .cart.table-wrapper .actions-toolbar > .action.action,
  body.checkout-index-index .opc-payment-additional .payment-option-content .form .quote-details-items .actions-toolbar > .action.action,
  body.checkout-index-index .opc-payment-additional .payment-option-content .form .action-gift.action {
    margin: 8px 8px 0 0;
  }
  body.checkout-index-index .opc-payment-additional .payment-option-content .form .payment-option-inner {
    max-width: 100%;
    width: 100% !important;
  }
}
.checkout-index-index .column.main {
  padding-bottom: 40px;
}
.checkout-index-index .page-footer {
  background: #0F5EA5;
  border: 0;
}
.checkout-index-index .page-footer .footer.content {
  padding: 80px 20px;
  justify-content: center;
}
.checkout-index-index .checkout-footer-section {
  width: 100%;
  display: block;
  text-align: center;
  margin: auto;
}
.checkout-index-index .checkout-footer-section ul {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 38px;
  justify-content: center;
}
.checkout-index-index .checkout-footer-section ul li {
  font-size: 20px;
  margin: 0;
  font-family: 'Lato Bold';
  line-height: 15px;
  display: flex;
  align-items: center;
  gap: 11px;
}
.checkout-index-index {
  background: #FAFAFA;
}
.checkout-index-index .authentication-wrapper {
  display: none;
}
.checkout-index-index .header.content {
  align-items: center;
  padding: 20px 20px 15px;
}
.checkout-index-index .header.content .checkout-header-right {
  margin-left: auto;
  order: 2;
}
.checkout-index-index .secure-checkout {
  color: #000000;
  font-family: 'Lato Bold';
  font-size: 16px;
  display: flex;
  gap: 11px;
  align-items: center;
}
.checkout-index-index .opc-progress-bar {
  text-align: center;
  margin: 25px 0 18px;
}
.checkout-index-index .opc-progress-bar-item {
  width: 130px;
}
.checkout-index-index .opc-progress-bar-item:before {
  height: 3px;
  border-radius: 0 !important;
  background: #cccccc;
  top: 24px;
}
.checkout-index-index .opc-progress-bar-item > span {
  color: #000;
  font-size: 14px;
  padding-top: 53px;
}
.checkout-index-index .opc-progress-bar-item > span:before {
  width: 49px;
  height: 49px;
  top: 0;
  margin-left: 0;
  transform: translateX(-50%);
  background-color: #fff;
}
.checkout-index-index .opc-progress-bar-item > span:after {
  width: 49px;
  height: 49px;
  top: 0;
  margin-left: 0;
  transform: translateX(-50%);
  box-shadow: 0px 3px 8px #0000001A;
  background-color: transparent;
  content: '';
}
.checkout-index-index .opc-progress-bar-item.step-login > span:after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNS4wMDEiIHZpZXdCb3g9IjAgMCAyNSAyNS4wMDEiPgogIDxnIGlkPSJJY29uIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMjYuNjY3IC0yNi42NjcpIj4KICAgIDxwYXRoIGlkPSJQYXRoXzcwMyIgZGF0YS1uYW1lPSJQYXRoIDcwMyIgZD0iTTM3LjQyMywyODguMDM4SDI4LjY0NGEuMjM0LjIzNCwwLDAsMS0uMTY0LS4wNjkuMjMxLjIzMSwwLDAsMS0uMDY5LS4xNjRWMjg2LjEyYTMuMywzLjMsMCwwLDEsMS43NTItMi41NDEsMTUuNTIyLDE1LjUyMiwwLDAsMSw4LjQyMi0yLjExMmMuNTcsMCwxLjEyOS4wMjMsMS42NzYuMDY2QS44NzIuODcyLDAsMSwwLDQwLjQsMjc5LjhxLS44ODYtLjA3MS0xLjgxMy0uMDcyYTE3LjMsMTcuMywwLDAsMC05LjQwNiwyLjQxNCw0Ljk3OCw0Ljk3OCwwLDAsMC0yLjUxMywzLjk4MXYxLjY4N2ExLjk3NSwxLjk3NSwwLDAsMCwxLjk3NywxLjk3Nmg4Ljc3OWEuODcyLjg3MiwwLDAsMCwwLTEuNzQ0WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCAtMjM5LjI2MykiIGZpbGw9IiNmZmYiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPgogICAgPHBhdGggaWQ9IlBhdGhfNzA0IiBkYXRhLW5hbWU9IlBhdGggNzA0IiBkPSJNMTM0LjQsMjYuNjY3YTYuNCw2LjQsMCwxLDAsNi40LDYuNEE2LjQsNi40LDAsMCwwLDEzNC40LDI2LjY2N1ptMCwxLjc0NGE0LjY1MSw0LjY1MSwwLDEsMS00LjY1MSw0LjY1MUE0LjY1Myw0LjY1MywwLDAsMSwxMzQuNCwyOC40MTFaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtOTUuODEpIiBmaWxsPSIjZmZmIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz4KICAgIDxwYXRoIGlkPSJQYXRoXzcwNSIgZGF0YS1uYW1lPSJQYXRoIDcwNSIgZD0iTTI2OC4yLDI3MC42YTQuNjUzLDQuNjUzLDAsMSwwLTMuOTA3LTMuOTA2cy0yLjcsMi43LTIuNywyLjdhLjg3My44NzMsMCwwLDAtLjI1Ni42MTd2Mi42NzNhLjg3Mi44NzIsMCwwLDAsLjg3Mi44NzJoMi42NzNhLjg3My44NzMsMCwwLDAsLjYxNy0uMjU2Wm0tLjA2LTEuNzkxYS44NzEuODcxLDAsMCwwLS44NDEuMjI2bC0yLjc3NywyLjc3N2gtMS40NDF2LTEuNDQxbDIuNzc3LTIuNzc3YS44NzIuODcyLDAsMCwwLC4yMjYtLjg0MSwyLjkwOSwyLjkwOSwwLDEsMSwyLjA1NiwyLjA1NloiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMjEuODc1IC0yMjEuODg1KSIgZmlsbD0iI2ZmZiIgZmlsbC1ydWxlPSJldmVub2RkIi8+CiAgICA8cGF0aCBpZD0iUGF0aF83MDYiIGRhdGEtbmFtZT0iUGF0aCA3MDYiIGQ9Ik0zNzcuMjE3LDMyNS43MzFhMS4yNjEsMS4yNjEsMCwxLDEsMS43ODMsMCwxLjI2MSwxLjI2MSwwLDAsMS0xLjc4MywwWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTMzMS4wOTQgLTI4MC43MjgpIiBmaWxsPSIjZmZmIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz4KICA8L2c+Cjwvc3ZnPgo=");
  background-repeat: no-repeat;
  background-position: center;
}
.checkout-index-index .opc-progress-bar-item.step-shipping > span:after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyOCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI4IDI0Ij4KICA8cGF0aCBpZD0iUGF0aF83MDciIGRhdGEtbmFtZT0iUGF0aCA3MDciIGQ9Ik0yOS41NjgsMTUuMDA2bC0yLjEzLTMuNTVBMy4wMSwzLjAxLDAsMCwwLDI0Ljg3MSwxMEgyMVY3YTMsMywwLDAsMC0zLTNINUEzLDMsMCwwLDAsMiw3VjIyYTMsMywwLDAsMCwzLDNoLjE0MmEzLjk4MSwzLjk4MSwwLDAsMCw3LjcxNiwwaDYuMjg0YTMuOTgxLDMuOTgxLDAsMCwwLDcuNzE2LDBIMjdhMywzLDAsMCwwLDMtM1YxNi41NWEzLjAyNiwzLjAyNiwwLDAsMC0uNDMyLTEuNTQzWk0yOCwxNi41NDlWMTdIMjUuNzgxbC0uNS0yaDEuOTUxbC42MTgsMS4wMzFBMSwxLDAsMCwxLDI4LDE2LjU0OVpNOSwyNmEyLDIsMCwxLDEsMi0yQTIsMiwwLDAsMSw5LDI2Wm0wLTZhNCw0LDAsMCwwLTMuODU4LDNINWExLDEsMCwwLDEtMS0xVjdBMSwxLDAsMCwxLDUsNkgxOGExLDEsMCwwLDEsMSwxVjIzSDEyLjg1OEE0LDQsMCwwLDAsOSwyMFptMTQsNmEyLDIsMCwxLDEsMi0yQTIsMiwwLDAsMSwyMywyNlptNC0zaC0uMTQyQTMuOTUzLDMuOTUzLDAsMCwwLDIxLDIwLjU1NlYxMmgzLjg3YTEsMSwwLDAsMSwuODUzLjQ4NWwuMzA5LjUxNWgtLjc1MWEyLDIsMCwwLDAtMS45NCwyLjQ4NWwuNSwyQTIsMiwwLDAsMCwyNS43ODEsMTlIMjh2M0ExLDEsMCwwLDEsMjcsMjNaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMiAtNCkiIGZpbGw9IiMwZjVlYTUiLz4KPC9zdmc+Cg==");
  background-repeat: no-repeat;
  background-position: center;
}
.checkout-index-index .opc-progress-bar-item.step-payment > span:after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS41NiIgaGVpZ2h0PSIyMS45MTIiIHZpZXdCb3g9IjAgMCAyNS41NiAyMS45MTIiPgogIDxnIGlkPSJMYXllcjIiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0zMiAtNjQpIj4KICAgIDxwYXRoIGlkPSJQYXRoXzcwOCIgZGF0YS1uYW1lPSJQYXRoIDcwOCIgZD0iTTE2Mi44MDcsMjAzLjQyMnYtMy43MzVhMS45NzUsMS45NzUsMCwwLDAtLjUwNy0xLjMyNywzLjYxOSwzLjYxOSwwLDAsMC0uODU2LS41Yy0xLjI3MS0uNTc5LTQuMjI1LTEuNzgyLTQuMjI1LTEuNzgyYS45MTMuOTEzLDAsMCwwLS42ODUsMHMtMywxLjItNC4yODMsMS43ODJhMy42MTYsMy42MTYsMCwwLDAtLjg2Ny41LDEuOTc1LDEuOTc1LDAsMCwwLS41MDgsMS4zMjd2My43NTRhNS41OTQsNS41OTQsMCwwLDAsMi4wOCw0LjRMMTU1LjcxMywyMTBhMS43NTUsMS43NTUsMCwwLDAsMi4xODQuMDA4bDIuOC0yLjE2NGE1LjU5LDUuNTksMCwwLDAsMi4xMDctNC40MjVabS0xLjgyOC0zLjc2NWEuMi4yLDAsMCwxLDAsLjAyOXYzLjczNWEzLjc1NSwzLjc1NSwwLDAsMS0xLjQsMi45OGwtMi43NzQsMi4xNDItMi43MjgtMi4xMzZhMy43NiwzLjc2LDAsMCwxLTEuMzgtMi45NjZ2LTMuNzU0YS4xNzkuMTc5LDAsMCwxLDAtLjAyOGMuNzc5LS4zNzksMy4yNTQtMS4zODMsNC4xNjctMS43NTIuOS4zNywzLjM0MSwxLjM3Myw0LjEwOCwxLjc1MVoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMTIuMDk0IC0xMjQuNDc4KSIgZmlsbD0iIzBmNWVhNSIgZmlsbC1ydWxlPSJldmVub2RkIi8+CiAgICA8cGF0aCBpZD0iUGF0aF83MDkiIGRhdGEtbmFtZT0iUGF0aCA3MDkiIGQ9Ik0yMDcuMiwyODYuNTgxbDEuOCwxLjUzNGEuOTEzLjkxMywwLDAsMCwxLjMyOS0uMTU1bDIuMTkzLTIuOTk0YS45MTMuOTEzLDAsMCwwLTEuNDczLTEuMDc5bC0xLjYxMiwyLjItMS4wNTEtLjlhLjkxMy45MTMsMCwwLDAtMS4xODUsMS4zODlaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTY0LjkwNCAtMjA2Ljk5KSIgZmlsbD0iIzBmNWVhNSIgZmlsbC1ydWxlPSJldmVub2RkIi8+CiAgICA8cGF0aCBpZD0iUGF0aF83MTAiIGRhdGEtbmFtZT0iUGF0aCA3MTAiIGQ9Ik0zMy44MjYsNzAuMzl2OC43OTFhLjgzOS44MzksMCwwLDAsLjI1OC42LjkzOS45MzksMCwwLDAsLjY1NS4yNjFoMy4yMjlhNi45NTEsNi45NTEsMCwwLDAsLjYwOCwxLjgyNkgzNC43MzlhMi43NjcsMi43NjcsMCwwLDEtMS45MjctLjc3OEEyLjY2MywyLjY2MywwLDAsMSwzMiw3OS4xODFWNjYuNjg4YTIuNjYzLDIuNjYzLDAsMCwxLC44MTEtMS45MUEyLjc2NiwyLjc2NiwwLDAsMSwzNC43MzksNjRINTQuODIxYTIuNzY2LDIuNzY2LDAsMCwxLDEuOTI3Ljc3OCwyLjY2MywyLjY2MywwLDAsMSwuODExLDEuOTFWNzkuMTgxYTIuNjYzLDIuNjYzLDAsMCwxLS44MTEsMS45MSwyLjc2NywyLjc2NywwLDAsMS0xLjkyNy43NzhINTAuOTE0YTYuOTQ4LDYuOTQ4LDAsMCwwLC42MDgtMS44MjZoMy4zYS45MzkuOTM5LDAsMCwwLC42NTUtLjI2MS44MzkuODM5LDAsMCwwLC4yNTgtLjZWNzAuMzlabTIxLjkwOC0xLjgyNkgzMy44MjZWNjYuNjg4YS44NC44NCwwLDAsMSwuMjU4LS42LjkzOS45MzksMCwwLDEsLjY1NS0uMjYxSDU0LjgyMWEuOTM5LjkzOSwwLDAsMSwuNjU1LjI2MS44NC44NCwwLDAsMSwuMjU4LjZaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwIDApIiBmaWxsPSIjMGY1ZWE1IiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz4KICA8L2c+Cjwvc3ZnPgo=");
  background-repeat: no-repeat;
  background-position: center;
}
.checkout-index-index .opc-progress-bar-item._active:before {
  background: #0F5EA5;
}
.checkout-index-index .opc-progress-bar-item._active > span:after {
  content: '';
  background-color: transparent;
  filter: brightness(0) invert(1);
  box-shadow: none;
}
.checkout-index-index .opc-progress-bar-item._active > span:before {
  background-color: #0F5EA5;
}
.checkout-index-index .opc-progress-bar-item._complete:before {
  background: #0F5EA5;
}
.checkout-index-index .opc-progress-bar-item._complete > span:after {
  content: '';
  background-color: transparent;
  filter: brightness(0) invert(1);
  box-shadow: none;
}
.checkout-index-index .opc-progress-bar-item._complete > span:before {
  background-color: #0F5EA5;
}
@media (max-width: 395px) {
  body.checkout-index-index .opc-progress-bar-item {
    width: 93px;
  }
  body.checkout-index-index .opc-progress-bar-item > span {
    white-space: nowrap;
    font-size: 10.5px;
  }
}
.opc-estimated-wrapper {
  border-bottom: 1px solid #cccccc;
  margin: 0 0 15px;
  padding: 18px 15px;
}
.opc-estimated-wrapper .estimated-block {
  font-size: 18px;
  font-weight: 700;
  float: left;
}
.opc-estimated-wrapper .estimated-block .estimated-label {
  display: block;
  margin: 0 0 7.5px;
}
.opc-estimated-wrapper .minicart-wrapper .action.showcart:before {
  color: #000000;
}
.opc-estimated-wrapper .minicart-wrapper .action.showcart:hover:before {
  color: #555555;
}
.opc-progress-bar {
  margin: 0 0 30px;
  counter-reset: i;
  font-size: 0;
}
.opc-progress-bar-item {
  margin: 0 0 15px;
  display: inline-block;
  position: relative;
  text-align: center;
  vertical-align: top;
  width: 50%;
}
.opc-progress-bar-item:before {
  background: #e4e4e4;
  top: 19px;
  content: '';
  height: 7px;
  left: 0;
  position: absolute;
  width: 100%;
}
.opc-progress-bar-item:first-child:before {
  border-radius: 6px 0 0 6px;
}
.opc-progress-bar-item:last-child:before {
  border-radius: 0 6px 6px 0;
}
.opc-progress-bar-item > span {
  display: inline-block;
  padding-top: 45px;
  width: 100%;
  word-wrap: break-word;
  color: #e4e4e4;
  font-weight: 300;
  font-size: 1.8rem;
}
.opc-progress-bar-item > span:before,
.opc-progress-bar-item > span:after {
  background: #e4e4e4;
  height: 38px;
  margin-left: -19px;
  width: 38px;
  border-radius: 50%;
  content: '';
  left: 50%;
  position: absolute;
  top: 0;
}
.opc-progress-bar-item > span:after {
  background: #ffffff;
  height: 26px;
  margin-left: -13px;
  top: 6px;
  width: 26px;
  content: counter(i);
  counter-increment: i;
  color: #000000;
  font-weight: 600;
  font-size: 1.8rem;
}
.opc-progress-bar-item._active:before {
  background: #f46414;
}
.opc-progress-bar-item._active > span {
  color: #000000;
}
.opc-progress-bar-item._active > span:before {
  background: #f46414;
}
.opc-progress-bar-item._active > span:after {
  content: '\e610';
  font-family: 'icons-blank-theme';
  line-height: 1;
  font-size: 2.8rem;
}
.opc-progress-bar-item._complete {
  cursor: pointer;
}
.opc-progress-bar-item._complete > span {
  color: #000000;
}
.opc-progress-bar-item._complete > span:after {
  content: '\e610';
  font-family: 'icons-blank-theme';
  line-height: 1;
  font-size: 2.8rem;
}
.field.choice .field-tooltip {
  display: inline-block;
  margin-left: 15px;
  position: relative;
  top: -3px;
}
.field.choice .field-tooltip-action {
  line-height: 24px;
}
.field._error .control input,
.field._error .control select,
.field._error .control textarea {
  border-color: #ed8380;
}
.opc-wrapper .fieldset > .field > .label {
  font-weight: 400;
}
.field-tooltip {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 1px;
}
.field-tooltip._active {
  z-index: 100;
}
.field-tooltip._active .field-tooltip-content {
  display: block;
}
.field-tooltip._active .field-tooltip-action:before {
  color: #000000;
}
.field-tooltip .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.field-tooltip .field-tooltip-action {
  display: inline-block;
  text-decoration: none;
}
.field-tooltip .field-tooltip-action > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.field-tooltip .field-tooltip-action:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: inherit;
  color: #bbbbbb;
  content: '\e623';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.field-tooltip .field-tooltip-action:hover:before {
  color: #000000;
}
.field-tooltip .field-tooltip-action:before {
  padding-left: 1px;
}
._keyfocus .field-tooltip .field-tooltip-action:focus {
  z-index: 100;
}
._keyfocus .field-tooltip .field-tooltip-action:focus + .field-tooltip-content {
  display: block;
}
._keyfocus .field-tooltip .field-tooltip-action:focus:before {
  color: #000000;
}
.field-tooltip .field-tooltip-content {
  background: #f4f4f4;
  border: 1px solid #999999;
  border-radius: 1px;
  font-size: 20px;
  padding: 12px;
  width: 270px;
  display: none;
  left: 38px;
  position: absolute;
  text-transform: none;
  top: -9px;
  word-wrap: break-word;
  z-index: 2;
}
.field-tooltip .field-tooltip-content:before,
.field-tooltip .field-tooltip-content:after {
  border: 10px solid transparent;
  height: 0;
  width: 0;
  border-right-color: #f4f4f4;
  left: -21px;
  top: 12px;
  content: '';
  display: block;
  position: absolute;
  z-index: 3;
}
.field-tooltip .field-tooltip-content:before {
  border-right-color: #666666;
}
.field-tooltip .field-tooltip-content:after {
  border-right-color: #f4f4f4;
  width: 1px;
  z-index: 4;
}
@media only screen and (max-width: 768px) {
  .field-tooltip .field-tooltip-content {
    left: auto;
    right: -10px;
    top: 40px;
  }
  .field-tooltip .field-tooltip-content::before,
  .field-tooltip .field-tooltip-content::after {
    border: 10px solid transparent;
    height: 0;
    left: auto;
    margin-top: -21px;
    right: 10px;
    top: 0;
    width: 0;
  }
  .field-tooltip .field-tooltip-content::before {
    border-bottom-color: #999999;
  }
  .field-tooltip .field-tooltip-content::after {
    border-bottom-color: #f4f4f4;
    top: 1px;
  }
}
.opc-wrapper .form-login,
.opc-wrapper .form-shipping-address {
  margin-top: 28px;
  margin-bottom: 30px;
}
.opc-wrapper .form-login .fieldset .note,
.opc-wrapper .form-shipping-address .fieldset .note {
  font-size: 20px;
  margin-top: 15px;
}
.opc-wrapper .shipping-address-items {
  font-size: 0;
}
.opc-wrapper .shipping-address-item {
  border: 2px solid transparent;
  line-height: 30px;
  margin: 0 0 30px;
  padding: 30px 50px 30px 30px;
  transition: 0.3s border-color;
  width: 50%;
  display: inline-block;
  font-size: 20px;
  position: relative;
  vertical-align: top;
  word-wrap: break-word;
}
.opc-wrapper .shipping-address-item.selected-item {
  border-color: #f46414;
}
.opc-wrapper .shipping-address-item.selected-item:after {
  background: #f46414;
  color: #ffffff;
  content: '\e610';
  font-family: 'icons-blank-theme';
  height: 27px;
  width: 29px;
  font-size: 27px;
  line-height: 21px;
  padding-top: 2px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
}
.opc-wrapper .action-show-popup {
  margin: 0 0 30px;
}
.opc-wrapper .action-show-popup > span:before {
  content: '+';
  padding-right: 7.5px;
}
.opc-wrapper .action-select-shipping-item {
  float: right;
  margin: 30px 0 0;
}
.opc-wrapper .edit-address-link {
  display: block;
  float: left;
  margin: 26px 5px 0 0;
}
.checkout-shipping-method .step-title {
  margin-bottom: 0;
}
.checkout-shipping-method .no-quotes-block {
  margin: 30px 0;
}
.methods-shipping .actions-toolbar .action.primary {
  margin: 30px 0 0;
}
.table-checkout-shipping-method thead th {
  display: none;
}
.table-checkout-shipping-method tbody td {
  border-top: 1px solid #cccccc;
  padding-bottom: 30px;
  padding-top: 30px;
}
.table-checkout-shipping-method tbody td:first-child {
  padding-left: 0;
  padding-right: 0;
  width: 20px;
}
.table-checkout-shipping-method tbody tr:first-child td {
  border-top: none;
}
.table-checkout-shipping-method tbody .row-error td {
  border-top: none;
  padding-bottom: 15px;
  padding-top: 0;
}
.checkout-shipping-method {
  position: relative;
}
.shipping-policy-block.field-tooltip {
  top: 12px;
}
.shipping-policy-block.field-tooltip .field-tooltip-action {
  color: #000000;
  cursor: pointer;
}
.shipping-policy-block.field-tooltip .field-tooltip-action:before {
  display: none;
}
.shipping-policy-block.field-tooltip .field-tooltip-content {
  width: 420px;
  top: 45px;
}
.opc-block-shipping-information {
  padding: 0 45px;
}
.opc-block-shipping-information .shipping-information-title {
  border-bottom: 1px solid #cccccc;
  margin: 0 0 30px;
  position: relative;
}
.opc-block-shipping-information .shipping-information-title .action-edit {
  top: 2px;
  display: inline-block;
  text-decoration: none;
  margin: 0;
  position: absolute;
  right: 0;
}
.opc-block-shipping-information .shipping-information-title .action-edit > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.opc-block-shipping-information .shipping-information-title .action-edit:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: #8f8f8f;
  content: '\e606';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.opc-block-shipping-information .shipping-information-title .action-edit:hover:before {
  color: #000000;
}
.opc-block-shipping-information .shipping-information-title .action-edit:active:before {
  color: #8f8f8f;
}
.opc-block-shipping-information .shipping-information-content {
  line-height: 27px;
}
.opc-block-shipping-information .shipping-information-content .actions-toolbar {
  margin-left: 0;
}
.opc-block-shipping-information .ship-to,
.opc-block-shipping-information .ship-via {
  margin: 0 0 30px;
}
.opc-block-summary {
  background: #ffffff;
  padding: 22px 45px;
  margin: 0 0 30px;
}
.opc-block-summary .table-totals {
  border-top: 1px solid #d1d1d1 !important;
  padding-top: 10px;
}
.opc-block-summary > .title {
  display: block;
}
.opc-block-summary .mark {
  background-color: #fcf8e3;
}
.opc-block-summary .mark .value {
  color: #999999;
  display: block;
}
.opc-block-summary .mark .grand.totals {
  border-top: 1px solid #d1d1d1;
}
.opc-block-summary .grand.incl + .grand.excl .mark,
.opc-block-summary .grand.incl + .grand.excl .amount {
  border-top: 0;
  font-size: 1.4rem;
  padding-top: 0;
}
.opc-block-summary .grand.incl + .grand.excl .mark strong,
.opc-block-summary .grand.incl + .grand.excl .amount strong {
  font-weight: 400;
}
.opc-block-summary .not-calculated {
  font-style: italic;
  white-space: normal;
}
.opc-block-summary .items-in-cart > .title {
  border-bottom: 1px solid #d1d1d1;
  padding: 15px 60px 15px 0;
  cursor: pointer;
  display: block;
  text-decoration: none;
  margin-bottom: 0;
  position: relative;
}
.opc-block-summary .items-in-cart > .title > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.opc-block-summary .items-in-cart > .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  line-height: 12px;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  margin: 3px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.opc-block-summary .items-in-cart > .title:after {
  position: absolute;
  right: 0;
  top: 15px;
}
.opc-block-summary .items-in-cart > .title strong {
  font-size: 1.8rem;
  font-weight: 300;
  margin: 0;
}
.opc-block-summary .items-in-cart.active > .title:after {
  content: '\e621';
}
.opc-block-summary .items-in-cart .product {
  position: relative;
}
.opc-block-summary .minicart-items-wrapper {
  margin: 0 -15px 0 0;
  max-height: 370px;
  padding: 15px 15px 0 0;
  border: 0;
}
.column.main .opc-block-summary .product-item {
  margin: 0;
  padding-left: 0;
}
.opc-block-summary .product-item .product-item-inner {
  display: table;
  margin: 0 0 15px;
  width: 100%;
}
.opc-block-summary .product-item .product-item-name-block {
  display: table-cell;
  padding-right: 7.5px;
  text-align: left;
}
.opc-block-summary .product-item .subtotal {
  display: table-cell;
  text-align: right;
}
.opc-block-summary .product-item .price {
  font-size: 1.6rem;
  font-weight: 400;
}
.opc-block-summary .product-item .price-including-tax + .price-excluding-tax {
  margin: 0;
}
.opc-block-summary .product-item .price-including-tax + .price-excluding-tax .price {
  font-size: 1rem;
}
.opc-block-summary .actions-toolbar {
  position: relative;
  z-index: 1;
}
.opc-block-summary .actions-toolbar .secondary {
  border-top: 1px solid #d1d1d1;
  display: block;
  float: none;
  margin: -1px 0 0;
  padding: 15px 0 0;
  text-align: left;
}
.opc-block-summary .actions-toolbar .secondary .action {
  margin: 0;
}
/*    .abs-sidebar-totals,
        .cart-totals,
        .opc-block-summary .table-totals {
            border-top: 1px solid #d1d1d1;
            padding-top: 10px;
        }*/
.authentication-dropdown {
  box-sizing: border-box;
}
.authentication-dropdown .modal-inner-wrap {
  padding: 37.5px;
}
.authentication-wrapper {
  float: right;
  margin-top: -90px;
  max-width: 50%;
  position: relative;
  z-index: 1;
}
._has-auth-shown .authentication-wrapper {
  z-index: 900;
}
.block-authentication .block-title {
  font-size: 2.6rem;
  border-bottom: 0;
  margin-bottom: 37.5px;
}
.block-authentication .block-title strong {
  font-weight: 300;
}
.block-authentication .field .label {
  font-weight: 400;
}
.block-authentication .actions-toolbar {
  margin-bottom: 7.5px;
}
.block-authentication .actions-toolbar > .secondary {
  padding-top: 37.5px;
  text-align: left;
}
.block-authentication .block[class] {
  margin: 0;
}
.block-authentication .block[class] ul {
  list-style: none;
  padding-left: 15px;
}
.block-authentication .block[class] .field .control,
.block-authentication .block[class] .field .label {
  float: none;
  width: auto;
}
.block-authentication .block[class] + .block {
  border-top: 1px solid #c1c1c1;
  margin-top: 60px;
  padding-top: 60px;
  position: relative;
}
.block-authentication .block[class] + .block:before {
  height: 36px;
  line-height: 34px;
  margin: -19px 0 0 -18px;
  min-width: 36px;
  background: #ffffff;
  border: 1px solid #c1c1c1;
  border-radius: 50%;
  box-sizing: border-box;
  color: #c1c1c1;
  content: attr(data-label);
  display: inline-block;
  left: 50%;
  letter-spacing: normal;
  padding: 0 .2rem;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 0;
}
.checkout-payment-method .step-title {
  border-bottom: 0;
  margin-bottom: 0;
}
.checkout-payment-method .payment-method:first-child .payment-method-title {
  border-top: 0;
}
.checkout-payment-method .payment-method._active .payment-method-content {
  display: block;
}
.checkout-payment-method .payment-method + .payment-method .payment-method-title {
  border-top: 1px solid #cccccc;
}
.checkout-payment-method .payment-method-title {
  padding: 30px 0;
  margin: 0;
}
.checkout-payment-method .payment-method-title .payment-icon {
  display: inline-block;
  margin-right: 7.5px;
  vertical-align: middle;
}
.checkout-payment-method .payment-method-title .action-help {
  display: inline-block;
  margin-left: 7.5px;
}
.checkout-payment-method .payment-method-content {
  display: none;
  padding: 0 0 30px 22px;
}
.checkout-payment-method .payment-method-content .fieldset:not(:last-child) {
  margin: 0 0 30px;
}
.checkout-payment-method .payment-group + .payment-group .step-title {
  margin: 30px 0 0;
}
.checkout-payment-method .field-select-billing,
.checkout-payment-method .billing-address-form {
  max-width: 700px;
}
.checkout-payment-method .billing-address-same-as-shipping-block {
  margin: 0 0 15px;
}
.checkout-payment-method .checkout-billing-address {
  margin: 0 0 30px;
}
.checkout-payment-method .checkout-billing-address .primary .action-update {
  margin-right: 0;
}
.checkout-payment-method .checkout-billing-address .billing-address-details {
  line-height: 27px;
  padding: 0 0 0 23px;
}
.checkout-payment-method .payment-method-note + .checkout-billing-address {
  margin-top: 30px;
}
.checkout-payment-method .payment-method-iframe {
  background-color: transparent;
  display: none;
  width: 100%;
}
.checkout-payment-method .no-payments-block {
  margin: 30px 0;
}
.checkout-payment-method .payment-option._active .payment-option-title .action-toggle:after {
  content: '\e621';
}
.checkout-payment-method .payment-option._collapsible .payment-option-title {
  cursor: pointer;
}
.checkout-payment-method .payment-option._collapsible .payment-option-content {
  display: none;
}
.checkout-payment-method .payment-option-title {
  border-top: 1px solid #cccccc;
  padding: 30px 0;
}
.checkout-payment-method .payment-option-title .action-toggle {
  color: #000000;
  display: inline-block;
  text-decoration: none;
}
.checkout-payment-method .payment-option-title .action-toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 16px;
  color: #8f8f8f;
  content: '\e622';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.checkout-payment-method .payment-option-title .action-toggle:hover:after {
  color: #000000;
}
.checkout-payment-method .payment-option-title .action-toggle:active:after {
  color: #8f8f8f;
}
.checkout-payment-method .payment-option-content {
  padding: 0 0 30px 22px;
}
.checkout-payment-method .payment-option-inner {
  margin: 0 0 30px;
}
.checkout-payment-method .credit-card-types {
  padding: 0;
}
.checkout-payment-method .credit-card-types .item {
  display: inline-block;
  list-style: none;
  margin: 0 7.5px 0 0;
  vertical-align: top;
}
.checkout-payment-method .credit-card-types .item._active {
  font-weight: 700;
}
.checkout-payment-method .credit-card-types .item._active img {
  -webkit-filter: grayscale(0%);
}
.checkout-payment-method .credit-card-types .item._inactive {
  opacity: .4;
}
.checkout-payment-method .credit-card-types .item span {
  display: inline-block;
  padding-top: 6px;
  vertical-align: top;
}
.checkout-payment-method .credit-card-types img {
  -webkit-filter: grayscale(100%);
  -webkit-transition: all .6s ease;
}
.checkout-payment-method .ccard .fields > .year {
  padding-left: 7.5px;
}
.checkout-payment-method .ccard .fields .select {
  padding-left: 7.5px;
  padding-right: 7.5px;
}
.checkout-payment-method .ccard .month .select {
  width: 140px;
}
.checkout-payment-method .ccard .year .select {
  width: 80px;
}
.checkout-payment-method .ccard .captcha .input-text,
.checkout-payment-method .ccard .number .input-text {
  width: 225px;
}
.checkout-payment-method .ccard > .field.cvv > .control {
  padding-right: 30px;
  width: auto;
}
.checkout-payment-method .ccard .cvv .input-text {
  width: 55px;
}
.checkout-payment-method .ccard.fieldset > .field .fields.group.group-2 .field {
  width: auto !important;
}
.checkout-agreements-block .checkout-agreements {
  margin-bottom: 30px;
}
.checkout-agreements-block .checkout-agreement.field {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.checkout-agreements-block .checkout-agreement.field.required label:after {
  content: none;
}
.checkout-agreements-block .checkout-agreement.field.required .action-show:after {
  content: '*';
  color: #e02b27;
  font-size: 1.7rem;
}
.checkout-agreements-block .action-show {
  vertical-align: baseline;
}
.checkout-agreements-items {
  padding-bottom: 45px;
}
.checkout-agreements-items .checkout-agreements-item {
  margin-bottom: 30px;
}
.checkout-agreements-items .checkout-agreements-item-title {
  border-bottom: 0;
}
.checkout-agreement-item-content {
  overflow: auto;
}
.about-container h1 {
  text-align: center;
  font-size: 30px;
  color: #0f5ea5;
}
.about-container .about-content h2,
.about-container .about-list h2 {
  color: #000000;
  font-family: 'Lato Regular';
  text-align: left;
}
.about-container .about-footer {
  display: flex;
  justify-content: space-between;
}
.about-container .about-footer p {
  display: none;
}
.about-container .about-footer .image-1 {
  padding-right: 20px;
}
.about-container .our-team {
  text-align: center;
}
.about-container .our-team .container .owl-dots,
.about-container .our-team .container .owl-nav {
  display: none;
}
.about-container .our-team .container .team_members {
  text-align: center;
}
.about-container .our-team .container .team_members .team_member {
  height: 476px;
  box-shadow: 0px 0px 10px #00000029;
}
.about-container .our-team .container .team_members .team_member .team-pic {
  width: 145px;
  margin: 20px auto 10px;
}
.about-container .our-team .container .team_members .team_member .team-name,
.about-container .our-team .container .team_members .team_member .team-designation,
.about-container .our-team .container .team_members .team_member .team-mobile-icon,
.about-container .our-team .container .team_members .team_member .read-bio {
  color: #000000;
  font-family: 'Lato Regular';
}
.about-container .our-team .container .team_members .team_member .team-designation {
  min-height: auto;
  font-size: 20px;
  color: #000000;
  line-height: 40px;
  margin-top: 10px;
}
.about-container .our-team .container .team_members .team_member .email-bio {
  padding: 10px 0;
}
.about-container .our-team .container .team_members .team_member .email-bio img.team-email-icon {
  filter: brightness(0);
  height: auto;
  width: 28px;
  margin-top: 20px;
}
.about-container .our-team .container .team_members .team_member .read-bio {
  cursor: pointer;
}
.about-container .follow-us {
  background: #ebebeb;
  text-align: center;
  display: block;
}
.about-container .follow-us h3 {
  padding-top: 35px;
  padding-bottom: 10px;
}
.about-container .follow-us .social-icon {
  width: 230px;
  margin: 0 auto;
  padding-bottom: 40px;
}
.about-container .follow-us .social-icon a {
  margin-right: 30px;
  margin-top: 25px;
  display: inline-block;
}
.about-container .follow-us .social-icon a img {
  width: 40px;
  height: auto;
}
.about-container .follow-us .social-icon a:last-child img {
  padding-bottom: 3px;
}
.modal_content .team-designation,
.modal_content .team-name {
  min-height: 50px;
  font-family: 'Lato Regular';
  color: #000000;
}
body._has-modal {
  overflow: unset;
}
.cms-privacy-policy h1 {
  text-align: center;
  color: #0f5ea5;
}
.cms-privacy-policy h2 {
  text-align: left;
  color: #000000;
  font-family: 'Lato Regular';
}
.testimonial-container h3 {
  font-size: 30px;
}
.testimonial-container h2 {
  text-align: center;
}
.testimonial-container .top-banner {
  background: rgba(0, 0, 0, 0.5) url("/media/theme/AdobeStock_245908332.png") no-repeat;
  background-blend-mode: darken;
  background-position: center;
  height: auto;
  width: auto;
  border-radius: 5px;
  padding: 0 15px;
  text-align: center;
}
.testimonial-container .top-banner h1 {
  color: #ffffff;
  line-height: 35px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 83px;
}
.testimonial-container .top-banner p {
  color: #ffffff;
  padding-bottom: 83px;
  line-height: 25px;
  margin-left: auto;
  margin-right: auto;
}
.testimonial-container .testimonial-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 20px;
}
.banner-action {
  background: none;
}
#home_banner .banner-content button,
#home_banner .banner-content .cart.table-wrapper .actions-toolbar > .action,
#home_banner .banner-content .quote-details-items .actions-toolbar > .action,
#home_banner .banner-content .action-gift {
  padding: 0;
}
#home_banner .banner-content button a,
#home_banner .banner-content .cart.table-wrapper .actions-toolbar > .action a,
#home_banner .banner-content .quote-details-items .actions-toolbar > .action a,
#home_banner .banner-content .action-gift a {
  color: #fff;
  padding: 12px 40px;
  border-radius: 5px;
  display: inline-block;
}
.banner-button button:hover,
.banner-button .cart.table-wrapper .actions-toolbar > .action:hover,
.banner-button .quote-details-items .actions-toolbar > .action:hover,
.banner-button .action-gift:hover {
  background: transparent;
}
.banner-button button:active,
.banner-button .cart.table-wrapper .actions-toolbar > .action:active,
.banner-button .quote-details-items .actions-toolbar > .action:active,
.banner-button .action-gift:active {
  background: transparent;
}
.banner-button button:focus,
.banner-button .cart.table-wrapper .actions-toolbar > .action:focus,
.banner-button .quote-details-items .actions-toolbar > .action:focus,
.banner-button .action-gift:focus {
  background: transparent;
}
.faq-head {
  text-align: center;
  margin: 20px 0 44px 0;
}
.faq-head h1 {
  color: #ff5c35;
  font-size: 30px;
  line-height: 35px;
  margin-bottom: 20px;
}
.faq-head .faq-head-txt {
  font-size: 20px;
}
.search-container {
  margin: auto;
}
.search-container .search-box {
  width: 100%;
  height: 55px;
}
.search-container .search-box #searchInput {
  width: 100%;
  height: 100%;
  border-radius: 5px;
  padding: 12px 0 12px 30px;
}
.search-container .search-box .faq-img {
  display: flex;
  justify-content: end;
  margin: -54px 1px 0 0;
}
.search-container .search-box .faq-img .faq-srch {
  height: 53px;
  width: 53px;
  background: #E7E7E7;
  border-radius: 0 5px 5px 0;
}
#first_name {
  border-radius: 5px;
}
#question {
  border-radius: 5px;
  height: 107px;
}
.faq-qa {
  width: 100%;
  padding: 38px 0 0 0;
}
.faq-qa #collapsibleList .collapsible .faq-content-hd {
  font-weight: bold;
}
#collapsibleList {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}
#collapsibleList li .arrow-up {
  cursor: pointer;
}
#collapsibleList ul {
  list-style: none;
  padding-left: 0px;
}
.answer {
  display: none;
}
#collapsibleList li .question {
  cursor: pointer;
}
#collapsibleList li span.collapsible {
  cursor: pointer;
  background: #E7E7E7;
  width: 100%;
  display: inline-block;
}
#collapsibleList li {
  list-style: none;
}
#collapsibleList li > ul.content > li {
  border-bottom: 1px solid grey;
  margin-bottom: 0;
}
#collapsibleList > li {
  margin-bottom: 29.5px;
}
.arrow-down {
  cursor: pointer;
  border: solid black;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 6px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.arrow-up {
  cursor: pointer;
  border: solid black;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 6px;
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}
div .ask-qstn {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  margin-top: 50px;
  margin-bottom: 82px;
  padding: 26px 26px 25px 26px;
}
div .ask-qstn .qstn-field .input-qstn {
  padding-bottom: 16px;
}
.more-help {
  margin-bottom: 57px;
  padding-top: 50px;
  position: relative;
}
.more-help .help-title {
  display: flex;
  justify-content: center;
  padding-top: 5px;
}
.more-help .vl {
  border-left: 4px solid black;
  height: 215px;
  position: absolute;
  left: 0;
}
.more-help .vl2 {
  border-left: 4px solid black;
  height: 215px;
  position: absolute;
  left: 99%;
  top: 50px;
}
.more-help .contact-btn {
  display: flex;
  justify-content: center;
}
.brand-we-carry-slider-area .owl-carousel.owl-theme .owl-nav {
  top: 30%;
}
.brand-we-carry-slider-area .owl-carousel .owl-stage-outer .owl-stage {
  display: flex;
  align-items: center;
  text-align: center;
}
.brand-we-carry-slider-area .brand-we-carry-image {
  height: 168px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bwc-bblock {
  margin-top: 48px;
}
.bwc-bblock img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: 0% 15%;
  border-radius: 5px;
}
.bwc-bblk2 {
  display: flex;
  flex-direction: column;
}
.bwc-bblk2 .bwc-sub-blk1 {
  order: 2;
}
.bwc-bblk2 .bwc-sub-blk2 {
  order: 1;
  text-align: center;
  margin: 20px auto;
}
.bwc-bblk2 .bwc-sub-blk2 .ttl {
  color: #000000;
  font-size: 20px;
}
.bwc-bblk2 .bwc-sub-blk2 h2 {
  color: #000000;
  margin: 10px 0;
}
.bwc-bblk2 .action.primary.submit {
  padding: 11px 32px;
}
/*
    Media common
*/
.pdp-footer-container {
  background-color: #ebebeb;
  border-radius: 5px;
}
.pdp-footer-container .footer-content {
  padding: 35px 13px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.pdp-footer-container .footer-content .footer-element {
  text-align: center;
  padding-bottom: 20px;
}
.pdp-footer-container .footer-content .footer-element h2 {
  color: #000000;
  font-family: 'Lato Regular';
  margin-top: 0;
}
.pdp-footer-container .footer-content .footer-element img {
  width: 66px;
  height: 68px;
  margin-bottom: 20px;
}
.pdp-footer-container .footer-content .footer-element:last-child {
  padding-bottom: 0;
}
.featured-category {
  margin-top: 25px;
}
.featured-category .category-items {
  margin-bottom: 22px;
  background-color: #0f5ea5;
  border-radius: 5px;
}
.featured-category .category-items img {
  width: 100%;
}
.featured-category .category-items .feature-content {
  border-radius: 5px;
  padding: 15px 10px 20px 30px;
  /*                a {
                                    display: inline-block;
                                    color: @white-color;
                                    // font-family: @h2__font-family;
                                    padding: 15px 0;
                                    text-transform: capitalize;
                                    text-decoration: underline;
                                }*/
}
.featured-category .category-items .feature-content .feature-header h2 {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 10px;
  text-align: left;
}
.featured-category .category-items .feature-content .feature-header h2,
.featured-category .category-items .feature-content .feature-header h2.shop {
  color: #ffffff;
  padding-right: 10px;
}
.featured-category .category-items .feature-content div,
.featured-category .category-items .feature-content p {
  color: #ffffff;
  margin-bottom: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 1.8rem;
  line-height: 1.4;
}
.featured-category .category-items .feature-content a.view-all-btn {
  color: #ffffff;
  padding: 5px 20px;
  text-transform: capitalize;
  border: 1px solid;
  margin: 10px 0;
  display: inline-block;
  border-radius: 5px;
  transition: .3s;
  text-decoration: none;
}
.featured-category .category-items .feature-content a.view-all-btn:hover {
  background-color: #c24904;
  border-color: #c24904;
}
.post-featured-block-row-1,
.post-featured-block-row-2 {
  display: block;
  width: 100%;
}
.post-featured-block-row-1 .image-1,
.post-featured-block-row-2 .image-1 {
  width: 100%;
}
.post-featured-block-row-1 .block-content-1,
.post-featured-block-row-2 .block-content-1 {
  display: block;
  width: 100%;
  text-align: center;
}
.post-featured-block-row-1 .block-content-1 h2,
.post-featured-block-row-2 .block-content-1 h2 {
  color: #000000;
}
.post-featured-block-2 {
  background-color: #e2e2e2;
  border-radius: 5px;
  padding: 40px;
  text-align: center;
}
.post-featured-block-2 .title-short-disc h2 {
  margin-top: 1rem;
  margin-bottom: 15px;
}
.post-featured-block-2 .block-box {
  margin-top: 20px;
}
.post-featured-block-2 .block-box .block-box-1,
.post-featured-block-2 .block-box .block-box-2,
.post-featured-block-2 .block-box .block-box-3 {
  margin: 30px 0;
}
.post-featured-block-2 .block-box .block-box-1 h2,
.post-featured-block-2 .block-box .block-box-2 h2,
.post-featured-block-2 .block-box .block-box-3 h2 {
  margin: 10px 0;
}
.post-featured-block-2 .block-box .block-box-1:after,
.post-featured-block-2 .block-box .block-box-2:after,
.post-featured-block-2 .block-box .block-box-3:after {
  content: '';
  display: block;
  width: 50%;
  margin: 60px auto 0;
  border-bottom: 1px solid #000000;
  height: 2px;
}
.post-featured-block-2 .block-box .block-box-3:after {
  content: none;
}
.post-featured-block-2 .learn-more {
  padding: 11px 30px;
  border: 2px solid #000000;
  background: #000000;
  margin-top: 35px;
}
.post-featured-block-2 .learn-more a {
  color: #ffffff;
}
.category-area {
  text-align: center;
  padding-bottom: 60px;
}
.category-area .container .single-category {
  width: 49%;
  vertical-align: top;
}
.category-area .container .single-category .homeCategory-title {
  display: block;
  padding: 10px 0px;
}
.category-area .container .single-category a:active {
  color: #7f1416;
}
.category-area .container .single-category img {
  border-radius: 50%;
  width: 100px;
}
.category-area .action.primary {
  margin-top: 20px;
}
.post-shop-by-category {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 60px;
  /*        .post-shop-by-category-left,
                .post-shop-by-category-right {
                    width: 50%;
        
                }*/
}
.post-shop-by-category .post-shop-by-category-left,
.post-shop-by-category .post-shop-by-category-right,
.post-shop-by-category .post-shop-by-category-right-full,
.post-shop-by-category .post-shop-by-category-right-half {
  position: relative;
  width: 100%;
}
.post-shop-by-category .post-shop-by-category-left img,
.post-shop-by-category .post-shop-by-category-right img,
.post-shop-by-category .post-shop-by-category-right-full img,
.post-shop-by-category .post-shop-by-category-right-half img {
  height: 100%;
}
.post-shop-by-category .post-shop-by-category-left .post-shop-by-category-content,
.post-shop-by-category .post-shop-by-category-right .post-shop-by-category-content,
.post-shop-by-category .post-shop-by-category-right-full .post-shop-by-category-content,
.post-shop-by-category .post-shop-by-category-right-half .post-shop-by-category-content {
  position: absolute;
  top: 0;
  padding: 20px 10px 0 35px;
  max-width: 95%;
}
.post-shop-by-category .post-shop-by-category-left .post-shop-by-category-content p,
.post-shop-by-category .post-shop-by-category-right .post-shop-by-category-content p,
.post-shop-by-category .post-shop-by-category-right-full .post-shop-by-category-content p,
.post-shop-by-category .post-shop-by-category-right-half .post-shop-by-category-content p,
.post-shop-by-category .post-shop-by-category-left .post-shop-by-category-content h2,
.post-shop-by-category .post-shop-by-category-right .post-shop-by-category-content h2,
.post-shop-by-category .post-shop-by-category-right-full .post-shop-by-category-content h2,
.post-shop-by-category .post-shop-by-category-right-half .post-shop-by-category-content h2,
.post-shop-by-category .post-shop-by-category-left .post-shop-by-category-content .post-shop-by-category-btn,
.post-shop-by-category .post-shop-by-category-right .post-shop-by-category-content .post-shop-by-category-btn,
.post-shop-by-category .post-shop-by-category-right-full .post-shop-by-category-content .post-shop-by-category-btn,
.post-shop-by-category .post-shop-by-category-right-half .post-shop-by-category-content .post-shop-by-category-btn {
  color: #fff;
}
.post-shop-by-category .post-shop-by-category-left .post-shop-by-category-content h2,
.post-shop-by-category .post-shop-by-category-right .post-shop-by-category-content h2,
.post-shop-by-category .post-shop-by-category-right-full .post-shop-by-category-content h2,
.post-shop-by-category .post-shop-by-category-right-half .post-shop-by-category-content h2 {
  margin: 0px 0px 10px 0px;
  text-align: unset;
  font-size: 40px;
  line-height: 50px;
}
.post-shop-by-category .post-shop-by-category-left .post-shop-by-category-content .post-shop-by-category-btn,
.post-shop-by-category .post-shop-by-category-right .post-shop-by-category-content .post-shop-by-category-btn,
.post-shop-by-category .post-shop-by-category-right-full .post-shop-by-category-content .post-shop-by-category-btn,
.post-shop-by-category .post-shop-by-category-right-half .post-shop-by-category-content .post-shop-by-category-btn {
  border: 2px solid #fff;
  padding: 7px 35px;
  border-radius: 5px;
  display: inline-block;
  margin-top: 15px;
}
.post-shop-by-category .post-shop-by-category-left .botom,
.post-shop-by-category .post-shop-by-category-right .botom,
.post-shop-by-category .post-shop-by-category-right-full .botom,
.post-shop-by-category .post-shop-by-category-right-half .botom {
  bottom: 0;
  top: unset;
  padding: 0 0 40px 15px;
}
.post-shop-by-category .post-shop-by-category-right-full {
  margin-bottom: 10px;
}
.post-shop-by-category picture {
  display: inline-block;
}
.post-shop-by-category picture.desktop,
.post-shop-by-category picture.mobile {
  position: relative;
}
.post-shop-by-category picture.desktop:before,
.post-shop-by-category picture.mobile:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
}
.post-shop-by-category .post-shop-by-category-right {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.post-shop-by-category .post-shop-by-category-right .post-shop-by-category-right-half {
  width: 49%;
  box-sizing: border-box;
  clear: both;
}
.cms-no-route .page-wrapper .page-main .columns .column .four-zero-four {
  text-align: center;
  margin: 0 auto;
}
.cms-no-route .page-wrapper .page-main .columns .column .four-zero-four .four-zero-four-heading {
  font-size: 80px;
  color: #0f5ea5;
}
.cms-no-route .page-wrapper .page-main .columns .column .four-zero-four p {
  margin-bottom: 40px;
}
.cms-no-route .page-wrapper .page-main .columns .column .four-zero-four .block-search {
  float: unset;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 40px;
}
.cms-no-route .page-wrapper .page-main .columns .column .four-zero-four .block-search .block-content .form.minisearch {
  border: 1px solid #CDCDCD;
}
.cms-no-route .page-wrapper .page-main .columns .column .four-zero-four .block-search .block-content .form.minisearch .field.search {
  width: calc(100% - 0px);
}
.cms-no-route .page-wrapper .page-main .columns .column .four-zero-four .block-search .block-content .form.minisearch .field.search input {
  height: 55px;
  font-size: 20px;
  border-radius: 5px;
}
.cms-no-route .page-wrapper .page-main .columns .column .four-zero-four .block-search .block-content .actions .action.search {
  background-color: #efefef;
  height: 55px;
  width: 56px;
}
.cms-no-route .page-wrapper .page-main .columns .column .four-zero-four .block-search .block-content .actions .action.search:before {
  content: "";
  top: 12px;
  right: 12px;
  position: absolute;
  background-image: url(../../frontend/Harriswebworks/westrocksupply/en_US/images/black-search-icon.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 27px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  width: 100%;
  right: 0;
}
.cms-no-route .page-wrapper .page-main .columns .column .four-zero-four .go-to-home {
  font-family: 'Lato Bold';
  text-decoration: underline;
}
.author-section {
  background: #F5F8FE;
  box-shadow: 0px 3px 6px #0000001A;
  border: 1px solid #CCCCCC;
  border-radius: 10px;
  display: flex;
  flex-wrap: wrap;
  row-gap: 35px;
}
.author-section .about-name {
  font-weight: 700;
}
.author-section .author-name {
  font-weight: 700;
  display: block;
}
.author-section .author-position {
  display: block;
  font-weight: 700;
}
.author-section .author-social {
  gap: 13px;
  display: flex;
  justify-content: center;
}
.author-section .author-social a {
  width: 38px;
  height: 38px;
  background: #0F5EA5;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
}
.author-section .author-image {
  width: 100%;
  text-align: center;
  margin: 0 auto;
}
.author-section .author-info {
  width: 100%;
  padding: 0;
}
.author-section .author-info p:last-child {
  margin: 0 !important;
}
@font-face {
  font-family: 'magento-icons';
  src: url('../../frontend/Harriswebworks/westrocksupply/en_US/Magento_Company/fonts/Magento-Icons.woff2') format('woff2'), url('../../frontend/Harriswebworks/westrocksupply/en_US/Magento_Company/fonts/Magento-Icons.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
.jstree > ul ul li {
  background: none;
  border-left: 1px dashed #737373;
  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 #737373;
  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 #737373;
  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: 15px;
  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: #000000;
  left: 100%;
  margin-left: 7.5px;
  top: .4rem;
}
.jstree li a .field-tooltip-content {
  white-space: normal;
}
.jstree li:not(.jstree-leaf) > .jstree-icon {
  display: inline-block;
  text-decoration: none;
  left: -.1rem;
  position: relative;
  top: .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: #575757;
  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: #c2c2c2;
  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: #c2c2c2;
  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: 1.3rem;
}
.jstree > ul > li > a.company-admin:before {
  display: none;
}
.jstree > ul > li > a.company-admin > .jstree-icon {
  margin-right: 15px;
  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: #858585;
  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: #c2c2c2;
  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: #ffffff;
}
.jstree i {
  font-style: normal;
}
.block-dashboard-company .jstree .jstree-clicked {
  background-color: #006bb4;
  color: #ffffff;
}
.block-dashboard-company .jstree .jstree-clicked > .jstree-icon:before {
  color: #ffffff;
}
.jstree .jstree-anchor .jstree-checkbox {
  background-color: transparent;
  background-image: url(../../frontend/Harriswebworks/westrocksupply/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-image: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.jstree-node {
  white-space: nowrap;
}
.jstree-anchor {
  color: #000000;
  display: inline-block;
  margin: 0;
  padding: 0 4px 0 1px;
  vertical-align: top;
  white-space: nowrap;
}
[id='jstree-marker'] {
  border-bottom: 5px solid transparent;
  border-left: 5px solid;
  border-right: 0;
  border-top: 5px solid transparent;
  font-size: 0;
  height: 0;
  left: 0;
  line-height: 0;
  margin: -5px 0 0 0;
  padding: 0;
  position: absolute;
  top: 0;
  width: 0;
}
[id='jstree-dnd'] {
  line-height: 16px;
  margin: 0;
  padding: 4px;
}
[id='jstree-dnd'] .jstree-icon,
[id='jstree-dnd'] .jstree-copy {
  display: inline-block;
  height: 16px;
  margin: 0 2px 0 0;
  padding: 0;
  text-decoration: none;
  width: 16px;
}
[id='jstree-dnd'] .jstree-ok {
  background: #ff0080 0;
}
[id='jstree-dnd'] .jstree-er {
  background: #ffff00 0;
}
[id='jstree-dnd'] .jstree-copy {
  margin: 0 2px 0 2px;
}
.form-edit-role .block-title,
.block-dashboard-company .block-title {
  margin-top: 30px;
}
.form-edit-role .box-actions button.action,
.block-dashboard-company .box-actions button.action,
.form-edit-role .box-actions .cart.table-wrapper .actions-toolbar > .action.action,
.block-dashboard-company .box-actions .cart.table-wrapper .actions-toolbar > .action.action,
.form-edit-role .box-actions .quote-details-items .actions-toolbar > .action.action,
.block-dashboard-company .box-actions .quote-details-items .actions-toolbar > .action.action,
.form-edit-role .box-actions .action-gift.action,
.block-dashboard-company .box-actions .action-gift.action {
  background: none;
  border: 0;
  color: #1979c3;
  font-weight: 400;
  padding: 0 37.5px 15px 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,
.form-edit-role .box-actions .cart.table-wrapper .actions-toolbar > .action.action:hover,
.block-dashboard-company .box-actions .cart.table-wrapper .actions-toolbar > .action.action:hover,
.form-edit-role .box-actions .cart.table-wrapper .actions-toolbar > .action.action:active,
.block-dashboard-company .box-actions .cart.table-wrapper .actions-toolbar > .action.action:active,
.form-edit-role .box-actions .quote-details-items .actions-toolbar > .action.action:hover,
.block-dashboard-company .box-actions .quote-details-items .actions-toolbar > .action.action:hover,
.form-edit-role .box-actions .quote-details-items .actions-toolbar > .action.action:active,
.block-dashboard-company .box-actions .quote-details-items .actions-toolbar > .action.action:active,
.form-edit-role .box-actions .action-gift.action:hover,
.block-dashboard-company .box-actions .action-gift.action:hover,
.form-edit-role .box-actions .action-gift.action:active,
.block-dashboard-company .box-actions .action-gift.action:active {
  background: none;
  border: 0;
  box-shadow: none;
  color: #006bb4;
}
.form-edit-role .box-actions button.action:not(:focus),
.block-dashboard-company .box-actions button.action:not(:focus),
.form-edit-role .box-actions .cart.table-wrapper .actions-toolbar > .action.action:not(:focus),
.block-dashboard-company .box-actions .cart.table-wrapper .actions-toolbar > .action.action:not(:focus),
.form-edit-role .box-actions .quote-details-items .actions-toolbar > .action.action:not(:focus),
.block-dashboard-company .box-actions .quote-details-items .actions-toolbar > .action.action:not(:focus),
.form-edit-role .box-actions .action-gift.action:not(:focus),
.block-dashboard-company .box-actions .action-gift.action:not(:focus) {
  box-shadow: none;
}
.form-edit-role .box-actions button.action:after,
.block-dashboard-company .box-actions button.action:after,
.form-edit-role .box-actions .cart.table-wrapper .actions-toolbar > .action.action:after,
.block-dashboard-company .box-actions .cart.table-wrapper .actions-toolbar > .action.action:after,
.form-edit-role .box-actions .quote-details-items .actions-toolbar > .action.action:after,
.block-dashboard-company .box-actions .quote-details-items .actions-toolbar > .action.action:after,
.form-edit-role .box-actions .action-gift.action:after,
.block-dashboard-company .box-actions .action-gift.action:after {
  position: absolute;
  right: -.2rem;
  top: .2rem;
  width: .1rem;
}
.form-edit-role .box-actions button.action.delete:after,
.block-dashboard-company .box-actions button.action.delete:after,
.form-edit-role .box-actions .cart.table-wrapper .actions-toolbar > .action.action.delete:after,
.block-dashboard-company .box-actions .cart.table-wrapper .actions-toolbar > .action.action.delete:after,
.form-edit-role .box-actions .quote-details-items .actions-toolbar > .action.action.delete:after,
.block-dashboard-company .box-actions .quote-details-items .actions-toolbar > .action.action.delete:after,
.form-edit-role .box-actions .action-gift.action.delete:after,
.block-dashboard-company .box-actions .action-gift.action.delete:after {
  display: none;
}
.form-edit-role .box-actions button.action._hidden,
.block-dashboard-company .box-actions button.action._hidden,
.form-edit-role .box-actions .cart.table-wrapper .actions-toolbar > .action.action._hidden,
.block-dashboard-company .box-actions .cart.table-wrapper .actions-toolbar > .action.action._hidden,
.form-edit-role .box-actions .quote-details-items .actions-toolbar > .action.action._hidden,
.block-dashboard-company .box-actions .quote-details-items .actions-toolbar > .action.action._hidden,
.form-edit-role .box-actions .action-gift.action._hidden,
.block-dashboard-company .box-actions .action-gift.action._hidden {
  display: none;
}
.form-edit-account .fieldset.company {
  clear: both;
  margin-bottom: 30px;
}
.form-edit-account .fieldset.company .control {
  box-sizing: border-box;
  padding: 6px 15px 0 0;
}
.form-edit-account .fieldset.company:nth-child(2) {
  float: none;
}
.form-edit-account .fieldset.job_title {
  clear: both;
  float: none !important;
}
.form-edit-account .actions-toolbar {
  clear: both;
}
.company-account-index .columns .column.main .block:not(.widget) .block-title {
  font-size: 1.8rem;
}
.message.company-warning {
  margin: 0 0 15px;
  padding: 15px 30px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #ff0101;
  border-color: none;
  color: #ffffff;
  margin-bottom: 0;
  text-align: center;
}
.message.company-warning a {
  color: #000000;
}
.message.company-warning a:hover {
  color: #0f5ea5;
}
.message.company-warning a:active {
  color: #f46414;
}
.message.company-warning._hidden {
  display: none;
}
.nav .delimiter {
  border-top: 1px solid #d1d1d1;
  display: block;
  margin: 15px 1.8rem;
}
.additional-fields {
  margin-top: 30px;
}
.additional-fields._hidden {
  display: none;
}
.modal-container {
  display: none;
}
.data-grid-filters-wrap {
  margin-bottom: 15px;
  margin-top: -22.5px;
}
.data-grid-filters-wrap .action {
  margin-right: 37.5px;
}
.modal-popup .action._hidden {
  display: none;
}
.popup-tree .modal-footer .action-primary {
  background-image: none;
  background: #0f5ea5;
  border: #000000;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Lato Regular', sans-serif, Arial;
  font-weight: 700;
  padding: 12px 40px;
  font-size: 2rem;
  box-sizing: border-box;
  vertical-align: middle;
  box-shadow: none;
}
.popup-tree .modal-footer .action-primary:focus,
.popup-tree .modal-footer .action-primary:active {
  background: #c24904;
  border: #7f1416;
  color: #ffffff;
}
.popup-tree .modal-footer .action-primary:hover {
  background: #c24904;
  border: #7f1416;
  color: #ffffff;
}
.popup-tree .modal-footer .action-primary.disabled,
.popup-tree .modal-footer .action-primary[disabled],
fieldset[disabled] .popup-tree .modal-footer .action-primary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.company-profile-payment-methods {
  font-size: 1.6rem;
  line-height: 24px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.company-profile-payment-methods .payment-methods-label {
  font-weight: 700;
  margin-bottom: 15px;
}
.company-profile-payment-methods .payment-methods-list {
  list-style: none;
}
.block-dashboard-info {
  margin-bottom: 15px;
}
.block-dashboard-info .block-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.block-dashboard-info .box {
  margin-bottom: 45px;
  width: 100%;
}
.block-dashboard-info .box-info {
  order: 1;
}
.block-dashboard-info .box-newsletter {
  order: 3;
}
.block-dashboard-info .box-role {
  order: 2;
}
.block-dashboard-info .box-role .box-content {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.block-dashboard-info .company-roles span:after {
  content: ',';
}
.block-dashboard-info .company-roles span:last-child:after {
  content: '';
}
.account .column.main .action.edit,
.account .column.main .action.change-password,
.account .column.main .action.add,
.account .column.main .action.reset,
.account .column.main .btn-remove {
  background: #707070;
  border: #707070;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Oswald-Regular', sans-serif, Arial;
  font-weight: normal;
  padding: 5px 12px;
  font-size: 2rem;
  box-sizing: border-box;
  border-radius: 5px;
  width: auto;
}
.account .column.main .action.edit:hover,
.account .column.main .action.change-password:hover,
.account .column.main .action.add:hover,
.account .column.main .action.reset:hover,
.account .column.main .btn-remove:hover {
  background: #0f5ea5;
}
.account .column.main .form.search.my-orders-search-advanced .fieldset.info .field.search-sku .control button,
.account .column.main .form.search.my-orders-search-advanced .fieldset.info .field.search-sku .control .cart.table-wrapper .actions-toolbar > .action,
.account .column.main .form.search.my-orders-search-advanced .fieldset.info .field.search-sku .control .quote-details-items .actions-toolbar > .action,
.account .column.main .form.search.my-orders-search-advanced .fieldset.info .field.search-sku .control .action-gift {
  background: #000;
  height: 48px;
  width: 53px;
  /*                                position: absolute;
                                top: 0;
                                right: 0;*/
  opacity: 1;
  box-sizing: border-box;
  border-radius: 0;
}
.account .column.main .form.search.my-orders-search-advanced .fieldset.info .field.search-sku .control button:after,
.account .column.main .form.search.my-orders-search-advanced .fieldset.info .field.search-sku .control .cart.table-wrapper .actions-toolbar > .action:after,
.account .column.main .form.search.my-orders-search-advanced .fieldset.info .field.search-sku .control .quote-details-items .actions-toolbar > .action:after,
.account .column.main .form.search.my-orders-search-advanced .fieldset.info .field.search-sku .control .action-gift:after {
  top: 20px;
  right: 0;
  font-size: 30px;
  line-height: 40px;
  width: 100%;
  content: "";
  background: url("../../frontend/Harriswebworks/westrocksupply/en_US/images/white-search-icon.png");
  height: 18px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.wrap-text {
  margin-bottom: 45px;
}
.jstree-display-block {
  display: block !important;
}
.form-add-user .field.email .exist-notification-message {
  color: #999999;
  font-size: 17px;
  padding-top: 7.5px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
*/
.contact-index-index .page-title {
  font-size: 30px;
}
.contact-index-index .columns .column.main {
  padding-bottom: 30px;
}
.contact-index-index .page-main {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.29);
}
.contact-index-index .page-title-wrapper {
  text-align: center;
  margin: 18px 0 15px;
}
.contact-index-index .column:not(.sidebar-main) .form.contact {
  float: none;
}
.contact-index-index .column:not(.sidebar-additional) .form.contact {
  float: none;
}
.form.contact .field {
  margin: 0 0 15px;
}
.form.contact .field .label {
  font-size: 16px;
}
.form.contact .field .first-name,
.form.contact .field .telephone,
.form.contact .field .reason {
  margin: 0 0 15px;
}
.form.contact .field .order-number {
  margin-top: 20px;
}
.form.contact .field .control {
  position: relative;
  display: flex;
  flex-direction: column;
}
.form.contact .field .reason .control {
  height: 48px;
  font-size: 16px;
  border: 1px solid #CDCDCD;
  border-radius: 5px;
  width: 168px;
}
.form.contact .field .reason .control .input-text {
  border: unset;
  width: 158px;
  padding: 10px;
}
.form.contact .field .reason .control .input-text:focus {
  box-shadow: none;
}
.form.contact .input-text {
  height: 48px;
  font-size: 16px;
  border: 1px solid #CDCDCD;
  border-radius: 5px;
}
.form.contact .input-text#message {
  height: 296px;
}
.form.contact .primary {
  text-align: left;
}
.form.contact .primary .action.submit {
  width: 168px;
}
.form.contact .fieldset {
  margin-bottom: 20px;
}
.contact-stc-block {
  text-align: center;
  margin-bottom: 50px;
  overflow: hidden;
}
.contact-stc-block h2 {
  color: #000;
  overflow: hidden;
}
.contact-stc-block .contact-stc-link {
  border: 1px solid #000000;
  border-radius: 5px;
  margin-bottom: 30px;
  padding: 36px 15px;
}
.contact-stc-block .contact-stc-link .contact-blc-lnk {
  font-size: 25px;
}
.customer-account-login .page-main,
.customer-account-create .page-main {
  text-align: center;
}
.customer-account-login .page-main .page-title-wrapper,
.customer-account-create .page-main .page-title-wrapper {
  display: inline-block;
  background: black;
  width: 100%;
  margin: 30px auto;
  padding: 10px 0;
  border-radius: 5px;
}
.customer-account-login .page-main .page-title-wrapper .page-title,
.customer-account-create .page-main .page-title-wrapper .page-title {
  color: white;
  font-size: 30px;
  line-height: 45px;
  margin-bottom: 0;
}
.customer-account-login .page-main .actions-toolbar .action.login,
.customer-account-create .page-main .actions-toolbar .action.login,
.customer-account-login .page-main .actions-toolbar .action.create,
.customer-account-create .page-main .actions-toolbar .action.create,
.customer-account-login .page-main .actions-toolbar .action.back,
.customer-account-create .page-main .actions-toolbar .action.back,
.customer-account-login .page-main .actions-toolbar .action.signup,
.customer-account-create .page-main .actions-toolbar .action.signup {
  text-transform: uppercase;
  font-size: 16px;
  font-family: 'Lato Bold';
  padding-left: 51px;
  padding-right: 51px;
}
.login-container .block.block-customer-login {
  margin-bottom: 0;
}
.login-container .block.block-customer-login .block-title {
  display: none;
}
.login-container .actions-toolbar.new-customer {
  margin-top: 10px;
}
.form-login,
.form-create-account {
  text-align: left;
  margin-bottom: 0;
  margin-top: 8px;
}
.form-login .fieldset > .field:not(.choice) > .control input[type="text"],
.form-create-account .fieldset > .field:not(.choice) > .control input[type="text"],
.form-login .fieldset > .field:not(.choice) > .control input[type="password"],
.form-create-account .fieldset > .field:not(.choice) > .control input[type="password"],
.form-login .fieldset > .field:not(.choice) > .control input[type="email"],
.form-create-account .fieldset > .field:not(.choice) > .control input[type="email"] {
  border-radius: 5px;
}
.form-login .fieldset.additional_info,
.form-create-account .fieldset.additional_info {
  margin: 0;
}
.form-login .fieldset.additional_info > div,
.form-create-account .fieldset.additional_info > div {
  margin: 0 0 60px;
}
.form-login .login,
.form-create-account .login,
.form-login .create,
.form-create-account .create {
  font-size: 16px;
  margin-bottom: 0;
}
.form-login .login .field,
.form-create-account .login .field,
.form-login .create .field,
.form-create-account .create .field {
  margin-bottom: 10px;
}
.form-login .login .field .label,
.form-create-account .login .field .label,
.form-login .create .field .label,
.form-create-account .create .field .label {
  font-weight: 300;
}
.form-login .login .field.password,
.form-create-account .login .field.password,
.form-login .create .field.password,
.form-create-account .create .field.password,
.form-login .login .field.confirmation,
.form-create-account .login .field.confirmation,
.form-login .create .field.confirmation,
.form-create-account .create .field.confirmation {
  margin: 0 0 10px;
}
.form-login .login .field.password .choice,
.form-create-account .login .field.password .choice,
.form-login .create .field.password .choice,
.form-create-account .create .field.password .choice,
.form-login .login .field.confirmation .choice,
.form-create-account .login .field.confirmation .choice,
.form-login .create .field.confirmation .choice,
.form-create-account .create .field.confirmation .choice {
  margin-top: 10px;
}
.form-login .login .field.password .choice .checkbox,
.form-create-account .login .field.password .choice .checkbox,
.form-login .create .field.password .choice .checkbox,
.form-create-account .create .field.password .choice .checkbox,
.form-login .login .field.confirmation .choice .checkbox,
.form-create-account .login .field.confirmation .choice .checkbox,
.form-login .create .field.confirmation .choice .checkbox,
.form-create-account .create .field.confirmation .choice .checkbox {
  margin: 4px 7px 0 0;
}
.form-login .login .actions-forgotuserpass,
.form-create-account .login .actions-forgotuserpass,
.form-login .create .actions-forgotuserpass,
.form-create-account .create .actions-forgotuserpass {
  margin-bottom: 22px;
}
.form-login .login .actions-forgotuserpass .action.remind,
.form-create-account .login .actions-forgotuserpass .action.remind,
.form-login .create .actions-forgotuserpass .action.remind,
.form-create-account .create .actions-forgotuserpass .action.remind {
  display: inline-block;
  text-decoration: underline;
}
.form-login .actions-toolbar > .secondary .action.back,
.form-create-account .actions-toolbar > .secondary .action.back {
  display: inline-block;
  background: #fff;
  color: #000000;
  font-size: 16px;
  border: 2px solid black;
  padding: 10px 0;
  margin-top: 0;
}
#new-sign {
  background: #fff;
  color: black;
  font-size: 16px;
  border: 2px solid black;
  padding: 10px 59px;
}
.customer-account-forgotpassword .page-title-wrapper {
  margin-top: 30px;
  text-align: center;
}
.customer-account-forgotpassword .form.password.forget .captcha {
  width: 600px;
  margin: 0 auto 0;
}
@media (max-width: 991px) {
  .customer-account-forgotpassword .form.password.forget .captcha {
    width: 100%;
  }
}
.login-container .block-new-customer .actions-toolbar {
  margin-top: 25px;
}
.login-container .block .block-title {
  font-size: 1.8rem;
}
.login-container .fieldset:after {
  margin-top: 35px;
}
.block-addresses-list .items.addresses > .item {
  margin-bottom: 30px;
}
.block-addresses-list .items.addresses > .item:last-child {
  margin-bottom: 0;
}
.form-address-edit .region_id {
  display: none;
}
.form-edit-account .fieldset.password {
  display: none;
}
.box-billing-address .box-content,
.box-shipping-address .box-content,
.box-information .box-content,
.box-newsletter .box-content {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  line-height: 26px;
}
.fieldset .fullname.field > .label + .control {
  width: 100%;
}
.account .column.main h2 {
  margin-top: 0;
}
.account .column.main .toolbar {
  text-align: center;
}
.account .column.main .toolbar .limiter-options {
  width: auto;
}
.account .sidebar-additional {
  margin-top: 40px;
}
.account .table-wrapper:last-child {
  margin-bottom: 0;
}
.account .table-wrapper .action {
  margin-right: 15px;
}
.account .table-wrapper .action:last-child {
  margin-right: 0;
}
.account-nav .content {
  background: #f5f5f5;
  padding: 15px 0;
}
.account-nav .item {
  margin: 3px 0 0;
}
.account-nav .item:first-child {
  margin-top: 0;
}
.account-nav .item a,
.account-nav .item > strong {
  border-left: 3px solid transparent;
  display: block;
  padding: 7.5px 18px 7.5px 15px;
}
.account-nav .item a {
  text-decoration: none;
}
.account-nav .item a:hover {
  background: #e8e8e8;
}
.account-nav .item.current a,
.account-nav .item.current strong {
  border-color: #f46414;
  font-weight: 600;
}
.account-nav .item.current a {
  border-color: #f46414;
}
.account-nav .item .delimiter {
  border-top: 1px solid #d1d1d1;
  display: block;
  margin: 15px 1.8rem;
}
.column.main .block:last-child {
  margin-bottom: 0;
}
.block .title {
  margin-bottom: 15px;
}
.block .title strong {
  font-weight: 700;
  line-height: 1.1;
  font-size: 2rem;
  margin-top: 3rem;
  margin-bottom: 3rem;
  font-weight: normal;
}
.column.main .block .title strong {
  font-size: 26px;
}
.block p:last-child {
  margin: 0;
}
.block .box-actions {
  margin-top: 7.5px;
}
.field.password .control {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.field.password .control .mage-error {
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
.field.password .control .input-text {
  -ms-flex-order: 0;
  -webkit-order: 0;
  order: 0;
  z-index: 2;
}
.password-strength-meter {
  background-color: #f4f4f4;
  height: 48px;
  line-height: 48px;
  padding: 0 9px;
  position: relative;
  z-index: 1;
}
.password-strength-meter:before {
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  z-index: -1;
}
.password-none .password-strength-meter:before {
  background-color: #f4f4f4;
  width: 100%;
}
.password-weak .password-strength-meter:before {
  background-color: #ffafae;
  width: 25%;
}
.password-medium .password-strength-meter:before {
  background-color: #ffd6b3;
  width: 50%;
}
.password-strong .password-strength-meter:before {
  background-color: #c5eeac;
  width: 75%;
}
.password-very-strong .password-strength-meter:before {
  background-color: #81b562;
  width: 100%;
}
.control.captcha-image {
  margin-top: 15px;
}
.control.captcha-image .captcha-img {
  vertical-align: middle;
}
.form.form-login,
.form.password.reset,
.form.send.confirmation,
.form.password.forget,
.form.create.account,
.form.search.advanced,
.form.form-orders-search {
  width: 100%;
}
.form.form-login .fieldset > .field:not(.choice) > .label,
.form.password.reset .fieldset > .field:not(.choice) > .label,
.form.send.confirmation .fieldset > .field:not(.choice) > .label,
.form.password.forget .fieldset > .field:not(.choice) > .label,
.form.create.account .fieldset > .field:not(.choice) > .label,
.form.search.advanced .fieldset > .field:not(.choice) > .label,
.form.form-orders-search .fieldset > .field:not(.choice) > .label {
  width: 100%;
  text-align: left;
}
.downloadable.samples {
  margin-bottom: 30px;
}
.downloadable.samples dd {
  margin: 0 0 15px;
}
.table-downloadable-products .product-name {
  margin-right: 15px;
}
.field.downloads .price-container {
  display: inline;
  white-space: nowrap;
}
.field.downloads .price-container:before {
  content: ' + ';
  display: inline;
}
.field.downloads .price-excluding-tax {
  display: inline;
}
.field.downloads .price-excluding-tax:before {
  content: ' (' attr(data-label) ': ';
}
.field.downloads .price-excluding-tax:after {
  content: ')';
}
.field.downloads .price-including-tax {
  font-size: 1.4rem;
  display: inline;
  font-weight: 600;
}
.field.downloads .sample.link {
  float: right;
}
.page-product-downloadable .product-add-form {
  clear: both;
  margin-bottom: 37.5px;
}
.page-product-downloadable .product-options-bottom .field.qty {
  display: none !important;
}
.cart-summary .block.giftcard .action.check {
  line-height: 1.2rem;
  padding: 7.5px 8px;
  font-size: 1.1rem;
  margin-top: 30px;
}
.page-product-giftcard .giftcard-amount {
  margin-bottom: 0;
  text-align: left;
}
.page-product-giftcard .giftcard-amount .field:last-child {
  padding-bottom: 30px;
}
.page-product-giftcard .product-options-wrapper .field:first-of-type {
  margin-top: 30px;
}
.giftcard-account .please-wait {
  display: none;
}
.giftcard-account .form-giftcard-redeem .giftcard.info {
  margin-bottom: 45px;
}
.opc-wrapper .form-giftcard-account .payment-option-inner {
  max-width: 490px;
  margin-right: 20px;
}
.opc-wrapper .form-giftcard-account .field {
  margin: 0 0 30px;
}
.opc-wrapper .giftcard-account-info {
  margin: 0 0 30px;
}
.opc-wrapper .giftcard-account-info .giftcard-account-number {
  margin: 0 0 15px;
}
.gift-message .field {
  margin-bottom: 30px;
}
.gift-message .field .label {
  color: #666666;
  font-weight: 400;
}
.gift-options .actions-toolbar .action-cancel {
  display: block;
}
.gift-options-title {
  margin: 0 0 30px;
}
.gift-options-content .fieldset {
  margin: 0 0 30px;
}
.gift-summary .actions-toolbar > .secondary {
  float: none;
}
.gift-summary .actions-toolbar > .secondary .action {
  margin: 15px 30px 0 0;
}
.action-gift {
  display: inline-block;
  text-decoration: none;
}
.action-gift:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 16px;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.action-gift:hover:after {
  color: inherit;
}
.action-gift:active:after {
  color: inherit;
}
.action-gift.active:after,
.action-gift._active:after {
  content: '\e621';
}
.cart.table-wrapper .gift-content {
  box-sizing: border-box;
  clear: left;
  display: none;
  float: left;
  margin: 15px 0 30px;
  text-align: left;
  width: 100%;
}
.cart.table-wrapper .gift-content._active {
  display: block;
}
.gift-item-block {
  margin: 0;
}
.gift-item-block._active .title:after {
  content: '\e621';
}
.gift-item-block .title {
  border-radius: 3px;
  background-image: none;
  background: none;
  border: 1px solid #ffffff;
  cursor: pointer;
  font-family: 'Lato Regular', sans-serif, Arial;
  font-weight: 700;
  margin: 20px 0 0;
  padding: 7px 15px;
  font-size: 2rem;
  line-height: 2.2rem;
  box-sizing: border-box;
  vertical-align: middle;
  display: inline-block;
  text-decoration: none;
  color: #000000;
  /*            &:hover {
                            background: @black-color;
                        }*/
}
.gift-item-block .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 16px;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.gift-item-block .title:hover:after {
  color: inherit;
}
.gift-item-block .title:active:after {
  color: inherit;
}
.gift-item-block .title:focus,
.gift-item-block .title:active {
  background: none;
  border: 1px solid #ffffff;
  color: #000000;
}
.gift-item-block .title:hover {
  background: none;
  border: 1px solid #ffffff;
  color: #555555;
}
.gift-item-block .title.disabled,
.gift-item-block .title[disabled],
fieldset[disabled] .gift-item-block .title {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.gift-item-block .title:active {
  box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.12);
}
.gift-item-block .content {
  border-bottom: 1px solid #c1c1c1;
  padding: 15px 15px 30px;
  position: relative;
}
.order-details-items .order-gift-message .item-options dt,
.order-details-items .block-order-details-gift-message .item-options dt {
  font-weight: 400;
  margin: 15px 0;
}
.order-details-items .order-gift-message dt:after,
.order-details-items .block-order-details-gift-message dt:after {
  content: '';
}
.order-details-items .order-gift-message .item-message,
.order-details-items .block-order-details-gift-message .item-message {
  clear: left;
}
.order-details-items .order-items .action.show {
  display: inline-block;
  text-decoration: none;
  padding-right: 30px;
  position: relative;
}
.order-details-items .order-items .action.show:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.order-details-items .order-items .action.show:after {
  position: absolute;
  right: 0;
  top: -4px;
}
.order-details-items .order-items .action.show.expanded:after {
  content: '\e621';
}
.block-order-details-gift-message {
  border-top: 1px solid #d1d1d1;
  padding-top: 15px;
}
.cart-container .cart-gift-item .actions-toolbar .secondary .action {
  /*                        &.action-edit{
                                                    &:before {
                                                        content: '\e606';
                                                    }
                                                }*/
}
.cart-container .cart-gift-item .actions-toolbar .secondary .action.action-cancel,
.cart-container .cart-gift-item .actions-toolbar .secondary .action.action-update {
  padding: 10px 20px;
  background-color: #000000;
  color: #ffffff;
  transition: .3s;
  font-size: 16px;
  line-height: 1;
  border-radius: 5px;
  margin-top: 0;
  /*position: relative;*/
  /*                            &:before {
                                                            font-size: 38px;
                                                            line-height: 48px;
                                                            color: #303030;
                                                            content: '\e604';
                                                            font-family: 'icons-blank-theme';
                                                            vertical-align: middle;
                                                            display: inline-block;
                                                            font-weight: normal;
                                                            overflow: hidden;
                                                            speak: none;
                                                            text-align: center;
                                                        }
                                                        span{
                                                            font-size: 0;
                                                        }*/
}
.cart-container .cart-gift-item .actions-toolbar .secondary .action.action-cancel:hover,
.cart-container .cart-gift-item .actions-toolbar .secondary .action.action-update:hover {
  background-color: #0f5ea5;
  color: #ffffff;
}
.cart-summary .giftcard .fieldset .actions-toolbar .primary button,
.cart-summary .giftcard .fieldset .actions-toolbar .secondary button,
.cart-summary .giftcard .fieldset .actions-toolbar .primary .cart.table-wrapper .actions-toolbar > .action,
.cart-summary .giftcard .fieldset .actions-toolbar .secondary .cart.table-wrapper .actions-toolbar > .action,
.cart-summary .giftcard .fieldset .actions-toolbar .primary .quote-details-items .actions-toolbar > .action,
.cart-summary .giftcard .fieldset .actions-toolbar .secondary .quote-details-items .actions-toolbar > .action,
.cart-summary .giftcard .fieldset .actions-toolbar .primary .action-gift,
.cart-summary .giftcard .fieldset .actions-toolbar .secondary .action-gift {
  background: #000;
  margin-top: 0;
  padding: 10px 20px;
  font-size: 16px;
  background-color: #000000;
  color: #ffffff;
  line-height: 1;
  transition: .3s;
}
.cart-summary .giftcard .fieldset .actions-toolbar .primary button:hover,
.cart-summary .giftcard .fieldset .actions-toolbar .secondary button:hover,
.cart-summary .giftcard .fieldset .actions-toolbar .primary .cart.table-wrapper .actions-toolbar > .action:hover,
.cart-summary .giftcard .fieldset .actions-toolbar .secondary .cart.table-wrapper .actions-toolbar > .action:hover,
.cart-summary .giftcard .fieldset .actions-toolbar .primary .quote-details-items .actions-toolbar > .action:hover,
.cart-summary .giftcard .fieldset .actions-toolbar .secondary .quote-details-items .actions-toolbar > .action:hover,
.cart-summary .giftcard .fieldset .actions-toolbar .primary .action-gift:hover,
.cart-summary .giftcard .fieldset .actions-toolbar .secondary .action-gift:hover {
  background-color: #0f5ea5;
  color: #ffffff;
}
.form-giftregistry-share .actions-toolbar:not(:last-child),
.form-giftregistry-edit .actions-toolbar:not(:last-child) {
  margin-bottom: 60px;
}
.form-giftregistry-share .fieldset .nested .field:not(.choice) .control,
.form-giftregistry-edit .fieldset .nested .field:not(.choice) .control {
  width: 100%;
}
.table-giftregistry-items .product-image {
  float: left;
  margin-right: 15px;
}
.cart-summary .form.giftregistry .fieldset {
  margin: 25px 0 7.5px;
}
.cart-summary .form.giftregistry .fieldset .field {
  margin: 0 0 15px;
}
.cart-summary .form.giftregistry .fieldset .field .control {
  float: none;
  width: auto;
}
.cart-summary .form.giftregistry .fieldset .action.primary {
  margin-bottom: 0;
}
.form-giftregistry-search {
  margin-bottom: 90px;
}
.form-giftregistry-search .fields-specific-options .field:nth-last-of-type(1) {
  margin-bottom: 0;
}
.block-giftregistry-results .toolbar-giftregistry-results {
  text-align: center;
}
.block-giftregistry .actions-toolbar {
  margin: 17px 0 0;
}
.block-giftregistry-shared .item-options .item-value {
  margin: 0 0 37.5px;
}
.block-giftregistry-shared-items .item {
  border-bottom: 1px solid #d1d1d1;
}
.block-giftregistry-shared-items .col {
  padding: 30px 8px 15px;
}
.block-giftregistry-shared-items .col .price-box {
  display: inline-block;
}
.block-giftregistry-shared-items .col .price-wrapper {
  font-size: 1.8rem;
  display: block;
  font-weight: 700;
  white-space: nowrap;
}
.block-giftregistry-shared-items .product .item-options {
  margin-bottom: 0;
}
.block-giftregistry-shared-items .product-item-photo {
  display: block;
  max-width: 65px;
  padding: 15px 0;
}
.block-giftregistry-shared-items .product-item-name {
  display: block;
  margin: 0 0 7.5px;
}
.gift-wrapping .label {
  margin: 0 0 7.5px;
  display: inline-block;
}
.gift-wrapping .field {
  margin-bottom: 15px;
}
.gift-wrapping-info {
  font-weight: 300;
  font-size: 25px;
  margin: 30px 0;
}
.gift-wrapping-list {
  list-style: none;
  margin: 30px 0 15px;
  padding: 0;
}
.gift-wrapping-list .no-image {
  background: #f2f2f2;
  display: inline-block;
  text-decoration: none;
}
.gift-wrapping-list .no-image > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.gift-wrapping-list .no-image:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 38px;
  line-height: 4rem;
  color: #494949;
  content: '\e629';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.gift-wrapping-list .no-image:after {
  display: block;
}
.gift-wrapping-preview,
.gift-wrapping-item > span {
  cursor: pointer;
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.gift-wrapping-item {
  float: left;
  margin: 0 15px 15px 0;
}
.gift-wrapping-item:last-child {
  margin-right: 0;
}
.gift-wrapping-item._active span:before {
  border: 3px solid #333333;
  box-sizing: border-box;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 2;
}
.gift-wrapping-item > span {
  height: 4rem;
  width: 4rem;
}
.gift-wrapping-title {
  margin: 15px 0;
}
.gift-wrapping-title .action-remove {
  margin-left: 7.5px;
}
.gift-options-content .fieldset > .field {
  margin: 0 0 7.5px;
}
.gift-options-content .fieldset > .field:before {
  display: none;
}
.gift-wrapping-summary .gift-wrapping-title {
  border: 0;
  display: inline-block;
  padding: 0;
}
.opc-wrapper .data.table .gift-wrapping,
.table-order-items .gift-wrapping,
.table-order-review .gift-wrapping {
  margin: 30px 0;
}
.opc-wrapper .data.table .gift-wrapping .title,
.table-order-items .gift-wrapping .title,
.table-order-review .gift-wrapping .title {
  float: none;
}
.opc-wrapper .data.table .gift-wrapping .content,
.table-order-items .gift-wrapping .content,
.table-order-review .gift-wrapping .content {
  margin: 0;
}
.opc-wrapper .data.table .gift-wrapping .content > img,
.table-order-items .gift-wrapping .content > img,
.table-order-review .gift-wrapping .content > img {
  float: left;
  margin: 0 15px 0 0;
  max-height: 50px;
  max-width: 50px;
}
.gift-summary .price-box,
.gift-options .price-box {
  margin-left: 22px;
}
.gift-summary .regular-price:before,
.gift-options .regular-price:before {
  content: attr(data-label) ': ';
}
.gift-summary .regular-price .price,
.gift-options .regular-price .price {
  font-weight: 700;
}
.order-options .item {
  padding-bottom: 30px;
}
.order-options .product {
  margin-bottom: 15px;
}
.order-options .product-image-container {
  float: left;
  padding-right: 15px;
}
.order-options .gift-wrapping {
  margin-bottom: 15px;
}
.table.grouped > thead > tr > th,
.table.grouped > tbody > tr > th,
.table.grouped > tfoot > tr > th,
.table.grouped > thead > tr > td,
.table.grouped > tbody > tr > td,
.table.grouped > tfoot > tr > td {
  border-top: 1px solid #d1d1d1;
}
.table.grouped > caption + thead > tr:first-child > th,
.table.grouped > colgroup + thead > tr:first-child > th,
.table.grouped > thead:first-child > tr:first-child > th,
.table.grouped > caption + thead > tr:first-child > td,
.table.grouped > colgroup + thead > tr:first-child > td,
.table.grouped > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table.grouped > tbody + tbody {
  border-top: 1px solid #d1d1d1;
}
.table.grouped > thead > tr > th {
  border-bottom: 0;
}
.table.grouped .product-item-name {
  font-weight: 400;
}
.table.grouped .price-box .price {
  font-size: 20px;
}
.table.grouped .stock.unavailable {
  font-weight: normal;
  margin: 0;
  text-transform: none;
  white-space: nowrap;
}
.table.grouped .row-tier-price td {
  border-top: 0;
}
.table.grouped .row-tier-price .prices-tier {
  margin: 0 -10px 10px;
}
.form-add-invitations .action.add {
  display: inline-block;
  text-decoration: none;
  line-height: normal;
  padding: 2px 0;
  width: auto;
}
.form-add-invitations .action.add > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.form-add-invitations .action.add:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 31px;
  line-height: 22px;
  color: inherit;
  content: '\e61c';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.form-add-invitations .action.add:hover:before {
  color: inherit;
}
.form-add-invitations .action.add:active:before {
  color: inherit;
}
.page-with-filter .stock.unavailable {
  display: none;
}
.Price-range-slider {
  margin-bottom: 80px;
}
.Price-range-slider .price-input {
  width: 100%;
  display: flex;
  margin: 30px 0 35px;
}
.Price-range-slider .price-input .field {
  display: flex;
  width: 100%;
  height: 40px;
  align-items: center;
}
.Price-range-slider .price-input .field input {
  width: 100%;
  height: 100%;
  outline: none;
  font-size: 17px;
  margin-left: 5px;
  border-radius: 5px;
  text-align: center;
  border: 1px solid #999;
  -moz-appearance: textfield;
}
.Price-range-slider .price-input .separator {
  width: 95px;
  display: flex;
  font-size: 19px;
  align-items: center;
  justify-content: center;
}
.Price-range-slider .slider {
  height: 2px;
  position: relative;
  background: #efefef;
  border-radius: 5px;
}
.Price-range-slider .slider .progress {
  height: 100%;
  left: 0;
  right: 0;
  position: absolute;
  border-radius: 5px;
  background: #000000;
}
.Price-range-slider .range-input {
  position: relative;
}
.Price-range-slider .range-input .range-max {
  right: -11px;
  left: auto;
}
.Price-range-slider .range-input input {
  position: absolute;
  width: 100%;
  height: 1px;
  top: -4px;
  background: none;
  pointer-events: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  box-shadow: none;
  left: -11px;
  cursor: pointer;
}
.Price-range-slider .range-input input[type="range"]::-webkit-slider-thumb {
  height: 21px;
  width: 21px;
  border-radius: 50%;
  background-color: #ffffff;
  border: 2px solid #000000;
  pointer-events: auto;
  -webkit-appearance: none;
}
.Price-range-slider .range-input input[type="range"]::-moz-range-thumb {
  height: 21px;
  width: 21px;
  border: none;
  border-radius: 50%;
  background-color: #ffffff;
  border: 2px solid #000000;
  pointer-events: auto;
  -moz-appearance: none;
}
.Price-range-slider .range-input-show {
  display: flex;
  justify-content: space-between;
}
.Price-range-slider .range-input-show input {
  border: none;
  padding: 0;
}
.Price-range-slider .range-input-show input:focus {
  box-shadow: none;
}
.Price-range-slider .range-input-show .input-range-min {
  text-align: left;
}
.Price-range-slider .range-input-show .input-range-max {
  text-align: right;
}
.Price-range-slider .submit-button {
  display: block;
  float: right;
  margin-top: 25px;
  background-color: #000000;
  border: 2px solid #000000;
  border-radius: 5px;
}
.Price-range-slider .submit-button a {
  color: #ffffff;
  padding: 5px 21px !important;
}
.block.filter {
  margin-bottom: 60px;
}
.block.filter .filter-title {
  margin-bottom: 30px;
}
.block.filter .filter-title strong {
  font-size: 18px;
}
.block-subtitle {
  display: inline-block;
  margin-bottom: 15px;
  font-weight: normal;
}
.filter-current .items .item .action.remove {
  position: relative;
  padding-left: 20px;
}
.filter-current .items .item .action.remove .cross-icon:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 4px;
  background-image: url("../../frontend/Harriswebworks/westrocksupply/en_US/images/close.png");
  height: 12px;
  width: 12px;
  background-size: cover;
  background-repeat: no-repeat;
}
.filter-current .item {
  margin-bottom: 15px;
}
.filter-current .filter-label {
  display: block;
  font-weight: 700;
}
.filter-current .filter-label:after {
  content: ':';
}
.filter-current + .filter-actions {
  margin-bottom: 45px;
}
.filter-current + .filter-actions .action.clear.filter-clear span {
  font-family: 'Lato Bold';
  text-decoration: underline;
}
.filter-options {
  border: 1px solid #d1d1d1;
  padding: 25px 10px;
  border-radius: 5px;
  margin: 0;
}
.filter-options .filter-options-title {
  font-weight: 700;
  line-height: 1.1;
  font-size: 2rem;
  margin-top: 3rem;
  margin-bottom: 3rem;
  margin: 0 0 15px;
  word-break: break-all;
  font-family: 'Lato Bold';
  border-bottom: 2px solid #d1d1d1;
  padding-bottom: 10px;
}
.filter-options .filter-options-content {
  margin: 0 0 37.5px;
  border-bottom: 1px solid #d1d1d1;
  padding-bottom: 10px;
}
.filter-options .filter-options-content .item {
  margin-bottom: 3px;
}
.filter-options .filter-options-content .item a {
  position: relative;
  width: 100%;
  display: block;
  padding-right: 35px;
  box-sizing: border-box;
}
.filter-options .count {
  position: absolute;
  right: 0;
  color: #4a4a4a;
}
.filter-options .count:before {
  content: '(';
}
.filter-options .count:after {
  content: ')';
}
.filter-options .filter-options-item {
  cursor: pointer;
}
.filter-options .filter-options-item .filter-options-title {
  position: relative;
}
.filter-options .filter-options-item .filter-options-title:after {
  content: '';
  background-image: url("../../frontend/Harriswebworks/westrocksupply/en_US/images/arrow-top.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 8px;
  width: 14px;
  position: absolute;
  top: 5px;
  right: 0px;
  transition: .3s;
  transform: rotate(180deg);
}
.filter-options .filter-options-item #BrandSearch {
  display: none;
}
.filter-options .filter-options-item.active .filter-options-title:after {
  transform: rotate(0deg);
  transition: .3s;
}
.filter-options .filter-options-item.active .filter-options-content {
  display: block !important;
}
.filter-options .filter-options-item.active #BrandSearch {
  display: block;
  border-radius: 5px;
  margin-bottom: 10px;
}
.filter-options .filter-options-item.active .filter-options-title {
  border-bottom: 0;
}
.filtered .items {
  margin: 15px 0;
}
.filtered .item {
  margin-bottom: 6px;
  padding-left: 22px;
  position: relative;
}
.filtered .item .label {
  font-weight: 700;
}
.filtered .item .action.remove {
  left: -6px;
  position: absolute;
  top: 0;
}
.filtered + .actions {
  margin-bottom: 35px;
}
.map-popup-wrapper.popup .action.close {
  top: 15px;
}
.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: 15px;
  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: 2.6rem;
  margin-top: 2.25rem;
  margin-bottom: 1.5rem;
}
.map-popup .popup-content {
  margin: 15px 0 0;
}
.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: 15px;
  top: 15px;
}
.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: 'icons-blank-theme';
  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-bottom: 15px;
}
.map-popup .map-info-price table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 30px;
}
.map-popup .map-info-price table tr td {
  padding: 15px;
  vertical-align: middle;
}
.map-popup .map-info-price table tr td.product-image {
  width: 100px;
  text-align: center;
}
.map-popup .map-info-price table tr td.product-image img.product-thumbnail {
  max-width: 80px;
  height: auto;
}
.map-popup .map-info-price table tr td.product-description {
  width: auto;
}
.map-popup .map-info-price table tr td.product-qty {
  width: 120px;
  text-align: center;
}
.map-popup .map-info-price table tr td.product-qty .field.qty {
  margin: 0;
}
.map-popup .map-info-price table tr td.product-qty .field.qty .control {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.map-popup .map-info-price table tr td.product-qty .field.qty .control .btn {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  border: 1px solid #ccc;
  background: #f5f5f5;
  border-radius: 3px;
  min-width: 24px;
  height: 24px;
}
.map-popup .map-info-price table tr td.product-qty .field.qty .control .btn:hover {
  background: #e0e0e0;
}
.map-popup .map-info-price table tr td.product-qty .field.qty .control .btn svg {
  width: 12px;
  height: 12px;
  fill: currentColor;
}
.map-popup .map-info-price table tr td.product-qty .field.qty .control input[type="number"] {
  width: 50px;
  text-align: center;
  padding: 5px;
  border: 1px solid #ccc;
  border-radius: 3px;
}
.map-popup .map-info-price table tr td.product-price,
.map-popup .map-info-price table tr td.product-your-price {
  width: 150px;
  text-align: center;
}
.map-popup .map-info-price table tr td.product-actions {
  padding-top: 30px;
  border-top: 1px solid #e0e0e0;
}
.map-popup .map-info-price table tr td.product-actions .action-buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
}
.map-popup .map-info-price table tr td.product-actions .action-buttons .action.removecartitem {
  background-image: none;
  background: none;
  border: 1px solid #ffffff;
  color: #000000;
  cursor: pointer;
  display: inline-block;
  font-family: 'Lato Regular', sans-serif, Arial;
  font-weight: 700;
  margin: 0;
  padding: 12px 40px;
  font-size: 2rem;
  line-height: 2.2rem;
  box-sizing: border-box;
  vertical-align: middle;
}
.map-popup .map-info-price table tr td.product-actions .action-buttons .action.removecartitem:focus,
.map-popup .map-info-price table tr td.product-actions .action-buttons .action.removecartitem:active {
  background: none;
  border: 1px solid #ffffff;
  color: #000000;
}
.map-popup .map-info-price table tr td.product-actions .action-buttons .action.removecartitem:hover {
  background: none;
  border: 1px solid #ffffff;
  color: #555555;
}
.map-popup .map-info-price table tr td.product-actions .action-buttons .action.removecartitem.disabled,
.map-popup .map-info-price table tr td.product-actions .action-buttons .action.removecartitem[disabled],
fieldset[disabled] .map-popup .map-info-price table tr td.product-actions .action-buttons .action.removecartitem {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.map-popup .map-info-price table tr td.product-actions .action-buttons .map-form-addtocart {
  margin: 0;
}
.map-popup .map-info-price .price-box {
  margin: 0 0 30px;
}
.map-popup .map-info-price .price-box .label:after {
  content: ': ';
}
.map-popup .regular-price .price-label {
  display: none;
}
.map-old-price:not(:last-child),
.product-info-price .map-show-info:not(:last-child) {
  margin-right: 15px;
}
.map-fallback-price {
  display: none;
}
.map-old-price {
  text-decoration: none;
}
.map-old-price .price-wrapper {
  text-decoration: line-through;
}
.map-form-addtocart {
  display: inline-block;
  text-align: center;
}
.map-form-addtocart img {
  display: block;
  margin: 0 auto;
}
button.map-show-info,
.cart.table-wrapper .actions-toolbar > .action.map-show-info,
.quote-details-items .actions-toolbar > .action.map-show-info,
.action-gift.map-show-info {
  background-image: none;
  -moz-box-sizing: content-box;
  box-shadow: none;
  line-height: inherit;
  text-shadow: none;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  color: #000000;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
button.map-show-info:focus,
button.map-show-info:active,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:focus,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:active,
.quote-details-items .actions-toolbar > .action.map-show-info:focus,
.quote-details-items .actions-toolbar > .action.map-show-info:active,
.action-gift.map-show-info:focus,
.action-gift.map-show-info:active {
  background: none;
  border: none;
}
button.map-show-info:hover,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:hover,
.quote-details-items .actions-toolbar > .action.map-show-info:hover,
.action-gift.map-show-info:hover {
  background: none;
  border: none;
}
button.map-show-info.disabled,
button.map-show-info[disabled],
fieldset[disabled] button.map-show-info,
.cart.table-wrapper .actions-toolbar > .action.map-show-info.disabled,
.cart.table-wrapper .actions-toolbar > .action.map-show-info[disabled],
fieldset[disabled] .cart.table-wrapper .actions-toolbar > .action.map-show-info,
.quote-details-items .actions-toolbar > .action.map-show-info.disabled,
.quote-details-items .actions-toolbar > .action.map-show-info[disabled],
fieldset[disabled] .quote-details-items .actions-toolbar > .action.map-show-info,
.action-gift.map-show-info.disabled,
.action-gift.map-show-info[disabled],
fieldset[disabled] .action-gift.map-show-info {
  pointer-events: none;
  opacity: 0.5;
}
button.map-show-info:visited,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:visited,
.quote-details-items .actions-toolbar > .action.map-show-info:visited,
.action-gift.map-show-info:visited {
  color: #000000;
  text-decoration: none;
}
button.map-show-info:hover,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:hover,
.quote-details-items .actions-toolbar > .action.map-show-info:hover,
.action-gift.map-show-info:hover {
  color: #0f5ea5;
}
button.map-show-info:active,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:active,
.quote-details-items .actions-toolbar > .action.map-show-info:active,
.action-gift.map-show-info:active {
  color: #f46414;
  text-decoration: underline;
}
button.map-show-info:hover,
button.map-show-info:active,
button.map-show-info:focus,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:hover,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:active,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:focus,
.quote-details-items .actions-toolbar > .action.map-show-info:hover,
.quote-details-items .actions-toolbar > .action.map-show-info:active,
.quote-details-items .actions-toolbar > .action.map-show-info:focus,
.action-gift.map-show-info:hover,
.action-gift.map-show-info:active,
.action-gift.map-show-info:focus {
  background: none;
  border: 0;
}
button.map-show-info.disabled,
button.map-show-info[disabled],
fieldset[disabled] button.map-show-info,
.cart.table-wrapper .actions-toolbar > .action.map-show-info.disabled,
.cart.table-wrapper .actions-toolbar > .action.map-show-info[disabled],
fieldset[disabled] .cart.table-wrapper .actions-toolbar > .action.map-show-info,
.quote-details-items .actions-toolbar > .action.map-show-info.disabled,
.quote-details-items .actions-toolbar > .action.map-show-info[disabled],
fieldset[disabled] .quote-details-items .actions-toolbar > .action.map-show-info,
.action-gift.map-show-info.disabled,
.action-gift.map-show-info[disabled],
fieldset[disabled] .action-gift.map-show-info {
  color: #000000;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
@media (min-width: 640px) {
  .ui-dialog.popup {
    width: 920px !important;
  }
}
.wishlist.split.button {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.wishlist.split.button:before,
.wishlist.split.button:after {
  content: '';
  display: table;
}
.wishlist.split.button:after {
  clear: both;
}
.wishlist.split.button .action.split {
  float: left;
  margin: 0;
}
.wishlist.split.button .action.toggle {
  float: right;
  margin: 0;
}
.wishlist.split.button button.action.split,
.wishlist.split.button .cart.table-wrapper .actions-toolbar > .action.action.split,
.wishlist.split.button .quote-details-items .actions-toolbar > .action.action.split,
.wishlist.split.button .action-gift.action.split {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.wishlist.split.button button + .action.toggle,
.wishlist.split.button .cart.table-wrapper .actions-toolbar > .action + .action.toggle,
.wishlist.split.button .quote-details-items .actions-toolbar > .action + .action.toggle,
.wishlist.split.button .action-gift + .action.toggle {
  border-bottom-left-radius: 0;
  border-left: 0;
  border-top-left-radius: 0;
}
.wishlist.split.button .action.toggle {
  display: inline-block;
  text-decoration: none;
}
.wishlist.split.button .action.toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.wishlist.split.button .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: #4a4a4a;
  content: '\e622';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.split.button .action.toggle:hover:after {
  color: #000000;
}
.wishlist.split.button .action.toggle:active:after {
  color: inherit;
}
.wishlist.split.button .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.wishlist.split.button .action.toggle.active > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.wishlist.split.button .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: #4a4a4a;
  content: '\e621';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.split.button .action.toggle.active:hover:after {
  color: #000000;
}
.wishlist.split.button .action.toggle.active:active:after {
  color: inherit;
}
.wishlist.split.button .items {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 200px;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.wishlist.split.button .items li {
  margin: 0;
  padding: 5px 5px 5px 23px;
}
.wishlist.split.button .items li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.wishlist.split.button .items:before,
.wishlist.split.button .items:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.wishlist.split.button .items:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.wishlist.split.button .items:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.wishlist.split.button .items:before {
  left: 10px;
  top: -12px;
}
.wishlist.split.button .items:after {
  left: 9px;
  top: -14px;
}
.wishlist.split.button.active {
  overflow: visible;
}
.wishlist.split.button.active .items {
  display: block;
}
.wishlist.split.button .items {
  text-align: left;
}
.wishlist.split.button .items .item > span {
  display: block;
  padding: 5px 5px 5px 23px;
}
.wishlist.split.button .items .item:last-child:hover {
  background: #e8e8e8;
}
.wishlist.split.button .items li {
  padding: 0;
}
.table-comparison .wishlist.split.button > .action.split:before,
.product-items .wishlist.split.button > .action.split:before {
  content: '\e601';
}
.table-comparison .wishlist.split.button > .action:active,
.product-items .wishlist.split.button > .action:active,
.table-comparison .wishlist.split.button > .action:focus,
.product-items .wishlist.split.button > .action:focus,
.table-comparison .wishlist.split.button > .action:hover,
.product-items .wishlist.split.button > .action:hover {
  color: #000000;
}
.table-comparison .wishlist.split.button > .action.toggle:before,
.product-items .wishlist.split.button > .action.toggle:before {
  border-left: 1px solid #969696;
  content: '';
  float: left;
  height: 15px;
  margin-top: 3px;
}
.product-info-main .wishlist.split.button .action.split,
.block-bundle-summary .wishlist.split.button .action.split,
.product-add-form .wishlist.split.button .action.split,
.product-info-main .wishlist.split.button .action.toggle,
.block-bundle-summary .wishlist.split.button .action.toggle,
.product-add-form .wishlist.split.button .action.toggle {
  line-height: 1.2rem;
  padding: 7.5px 8px;
  font-size: 1.1rem;
}
.product-info-main .wishlist.split.button .action.label,
.block-bundle-summary .wishlist.split.button .action.label,
.product-add-form .wishlist.split.button .action.label {
  display: none;
}
.product-info-main .wishlist.split.button .action.toggle,
.block-bundle-summary .wishlist.split.button .action.toggle,
.product-add-form .wishlist.split.button .action.toggle {
  padding: 0;
}
.product-info-main .wishlist.split.button .action.toggle.change:after,
.block-bundle-summary .wishlist.split.button .action.toggle.change:after,
.product-add-form .wishlist.split.button .action.toggle.change:after {
  content: "";
  /*                                position: absolute;
                                                                top: -2px;
                                                                left: 0;*/
  background-image: url("../../frontend/Harriswebworks/westrocksupply/en_US/images/wishlist.png");
  height: 24px;
  width: 26px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.cart.table-wrapper .wishlist.split.button {
  margin-bottom: 15px;
}
.cart.table-wrapper .wishlist.split.button > .action.toggle {
  padding: 4px 7.5px;
}
.wishlist.window.popup {
  box-sizing: border-box;
  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;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1001;
  display: none;
  opacity: 0;
}
.wishlist.window.popup .popup-header {
  margin: 0 0 25px;
  padding-right: 22px;
}
.wishlist.window.popup .popup-header .title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.25rem;
  margin-bottom: 1.5rem;
}
.wishlist.window.popup .popup-actions .action.close {
  position: absolute;
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  right: 15px;
  top: 15px;
}
.wishlist.window.popup .popup-actions .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.wishlist.window.popup .popup-actions .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e616';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.window.popup .popup-actions .action.close:hover:before {
  color: inherit;
}
.wishlist.window.popup .popup-actions .action.close:active:before {
  color: inherit;
}
.wishlist.window.popup .popup-actions .action.close:focus,
.wishlist.window.popup .popup-actions .action.close:active {
  background: none;
  border: none;
}
.wishlist.window.popup .popup-actions .action.close:hover {
  background: none;
  border: none;
}
.wishlist.window.popup .popup-actions .action.close.disabled,
.wishlist.window.popup .popup-actions .action.close[disabled],
fieldset[disabled] .wishlist.window.popup .popup-actions .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.wishlist.window.popup.active {
  opacity: 1;
}
.wishlist.window.popup.active {
  display: block;
}
.wishlist.overlay {
  transition: opacity 0.15s linear;
  background: #000000;
  z-index: 899;
  bottom: 0;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
}
.wishlist.overlay.active {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.wishlist.overlay.active {
  display: block;
}
.block-wishlist-management {
  position: relative;
}
.block-wishlist-management .wishlist-select .wishlist-name-label {
  font-weight: 600;
}
.block-wishlist-management .wishlist-title {
  margin-bottom: 15px;
}
.block-wishlist-management .wishlist-title strong {
  font-weight: 300;
  margin-right: 15px;
}
.block-wishlist-management .wishlist-notice {
  color: #4a4a4a;
  display: inline-block;
  margin-right: 30px;
}
.block-wishlist-management .wishlist-toolbar-select,
.block-wishlist-management .wishlist-toolbar-actions {
  display: inline-block;
}
.block-wishlist-management .wishlist-toolbar-select {
  margin-right: 30px;
}
.block-wishlist-management .wishlist-dropdown.move {
  margin-right: 30px;
}
.block-wishlist-search-form .form-wishlist-search {
  margin-bottom: 90px;
  max-width: 500px;
}
.block-wishlist-search-results .toolbar-wishlist-results {
  text-align: center;
}
.block-wishlist-info-items .block-title {
  font-size: 2.2rem;
  margin-bottom: 30px;
}
.block-wishlist-info-items .block-title > strong {
  font-weight: 300;
}
.block-wishlist-info-items .product-item {
  width: 100%;
}
.block-wishlist-info-items .product-item-photo {
  margin-left: 30px;
}
.block-wishlist-info-items .product-item-info {
  width: auto;
}
.block-wishlist-info-items .product-item-info:hover .split {
  visibility: visible;
}
.block-wishlist-info-items .price-wrapper {
  display: block;
  margin: 0 0 15px;
}
.block-wishlist-info-items .split {
  clear: both;
  padding: 15px 0;
}
.block-wishlist-info-items .action.towishlist {
  padding: 15px 0;
}
.block-wishlist-info-items .input-text.qty {
  margin-right: 15px;
}
.multicheckout.results h3,
.multicheckout.success h3 {
  font-size: 1.6rem;
  margin-bottom: 30px;
  margin-top: 45px;
}
.multicheckout.results h3 a,
.multicheckout.success h3 a {
  color: #000000;
}
.multicheckout.results h3 a:hover,
.multicheckout.success h3 a:hover {
  text-decoration: none;
}
.multicheckout.results ul.orders-list,
.multicheckout.success ul.orders-list {
  list-style: none;
  padding-left: 0;
}
.multicheckout.results .orders-list,
.multicheckout.success .orders-list {
  margin-top: 37.5px;
  padding-left: 26px;
}
.multicheckout.results .orders-list .shipping-list .shipping-item,
.multicheckout.success .orders-list .shipping-list .shipping-item {
  margin-left: 84px;
}
.multicheckout.results .orders-list .shipping-list .shipping-label,
.multicheckout.success .orders-list .shipping-list .shipping-label {
  font-weight: 700;
  margin-right: 15px;
}
.multicheckout.results .orders-list .shipping-list .shipping-address,
.multicheckout.success .orders-list .shipping-list .shipping-address {
  font-weight: 400;
}
.multicheckout.results .orders-list .shipping-list .error-block,
.multicheckout.success .orders-list .shipping-list .error-block {
  color: #e02b27;
}
.multicheckout.results .orders-list .shipping-list .error-block .error-label,
.multicheckout.success .orders-list .shipping-list .error-block .error-label {
  font-weight: 700;
  margin-right: 15px;
}
.multicheckout.results .orders-list .shipping-list .error-block .error-description,
.multicheckout.success .orders-list .shipping-list .error-block .error-description {
  font-weight: 400;
}
.multicheckout.results .orders-succeed .orders-list,
.multicheckout.success .orders-succeed .orders-list {
  margin-top: 0;
}
.multicheckout.results .orders-succeed .orders-list .shipping-list .order-id,
.multicheckout.success .orders-succeed .orders-list .shipping-list .order-id {
  float: left;
}
.multicheckout.results .orders-succeed .orders-list .shipping-list .shipping-item,
.multicheckout.success .orders-succeed .orders-list .shipping-list .shipping-item {
  margin-left: 100px;
}
.multicheckout .title {
  margin-bottom: 45px;
}
.multicheckout .title strong {
  font-weight: 400;
}
.multicheckout .table-wrapper {
  margin-bottom: 0;
}
.multicheckout .table-wrapper .action.delete {
  display: inline-block;
}
.multicheckout .table-wrapper .col .qty {
  display: inline-block;
}
.multicheckout .table-wrapper .col.item .action.edit {
  font-weight: 400;
  margin-left: 15px;
}
.multicheckout:not(.address) .table-wrapper .product-item-name {
  margin: 0;
}
.multicheckout > .actions-toolbar {
  margin-top: 60px;
}
.multicheckout .actions-toolbar > .secondary {
  display: block;
}
.multicheckout .actions-toolbar > .secondary .action {
  margin-bottom: 37.5px;
}
.multicheckout .actions-toolbar > .secondary .action.back {
  display: block;
  margin-left: 0;
}
.multicheckout .actions-toolbar > .primary {
  margin-right: 15px;
}
.multicheckout .item-options {
  margin: 15px 0 0;
}
.multicheckout .block .methods-shipping .item-content .fieldset > .field:before {
  display: none;
}
.multicheckout .block .methods-shipping .item-content .fieldset > .field .control {
  display: inline-block;
}
.multicheckout .block-title,
.multicheckout .block-content .title {
  border-bottom: 1px solid #d1d1d1;
  padding-bottom: 15px;
}
.multicheckout .block-title strong,
.multicheckout .block-content .title strong {
  font-weight: 400;
}
.multicheckout .block-title strong span,
.multicheckout .block-content .title strong span {
  color: #737373;
}
.multicheckout .block-content .title {
  border-bottom: none;
  padding-bottom: 0;
}
.multicheckout.order-review .block-title > strong {
  font-size: 2.4rem;
}
.multicheckout.order-review .block-shipping .block-content:not(:last-child) {
  margin-bottom: 60px;
}
.multicheckout.order-review .error-description {
  color: #e02b27;
  font-weight: 400;
  margin-bottom: 15px;
  margin-top: -15px;
}
.multicheckout .box-title span {
  margin-right: 15px;
}
.multicheckout .box-title > .action {
  margin: 0;
}
.multicheckout .box-shipping-method .price {
  font-weight: 700;
}
.multicheckout .box-billing-method .fieldset {
  margin: 0;
}
.multicheckout .box-billing-method .fieldset .legend.box-title {
  margin: 0 0 7.5px;
}
.multicheckout .checkout-review .grand.totals {
  font-size: 3rem;
  margin-bottom: 60px;
}
.multicheckout .checkout-review .grand.totals .mark {
  font-weight: 400;
}
[class^='multishipping-'] .logo {
  margin-left: 0;
}
.multishipping-checkout-success .nav-sections {
  display: block;
}
/**
 * @codingStandardsIgnoreStart
 * phpcs:ignoreFile
 */
.negotiable_quote-quote-view .page-title {
  margin-bottom: 1.4rem;
  margin-top: .4rem;
}
.order-references {
  border-bottom: 1px solid #e4e4e4;
  border-top: 1px solid #e4e4e4;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 37.5px;
  padding-bottom: 15px;
  padding-top: 15px;
}
.order-reference-content {
  margin: 1px 0;
  padding-right: 37.5px;
}
[data-role='negotiable-quote-popup'] .add-file {
  background: none;
  border: 0;
  color: #1979c3;
  float: right;
  font-weight: 400;
  padding: 0 0 15px;
  position: relative;
}
[data-role='negotiable-quote-popup'] .add-file:hover,
[data-role='negotiable-quote-popup'] .add-file:active {
  background: none;
  border: 0;
  box-shadow: none;
  color: #006bb4;
}
[data-role='negotiable-quote-popup'] .add-file:not(:focus) {
  box-shadow: none;
}
[data-role='negotiable-quote-popup'] .fieldset {
  margin-bottom: 15px;
}
.reorder-quote-popup .fieldset {
  margin-bottom: 30px;
}
.reorder-quote-popup .action.cancel {
  background: none;
  border: 0;
  color: #1979c3;
  font-weight: 400;
  padding-left: 15px;
}
.reorder-quote-popup .action.cancel:hover,
.reorder-quote-popup .action.cancel:active {
  background: none;
  border: 0;
  box-shadow: none;
  color: #006bb4;
}
.reorder-quote-popup .action.cancel:not(:focus) {
  box-shadow: none;
}
.quote__data-grid-wrap {
  border-bottom: 1px solid #e4e4e4;
  clear: both;
  margin-bottom: 30px;
}
.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/Harriswebworks/westrocksupply/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/Harriswebworks/westrocksupply/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;
}
.quote-view-links {
  margin: 15px 0;
}
.quote-view-links ._disabled {
  display: inline-block;
  cursor: default;
  opacity: .5;
  pointer-events: none;
}
.quote-actions-toolbar .action {
  padding-right: 37.5px;
}
.quote-details-items {
  margin-bottom: 30px;
}
.quote-details-items .content .quote-title {
  border-bottom: 1px solid #e4e4e4;
  display: block;
  padding-bottom: 15px;
}
.quote-details-items .content .quote-title > strong {
  font-size: 2.4rem;
  font-weight: 300;
}
.quote-details-items .item .col.item,
.quote-details-items .item .col.sku {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.quote-details-items .item .col.discount-no-price {
  width: 90px;
  text-align: right;
}
.quote-details-items .item .col.discount-no-price .price {
  font-weight: 400;
  font-size: 1.4rem;
}
.quote-details-items .quote-table-totals-wrap {
  background: #f2f2f2;
}
.quote-details-items .quote-table-totals tr td,
.quote-details-items .quote-table-totals tr th {
  font-weight: 400;
  text-align: right;
}
.quote-details-items .quote-table-totals:not(.cart) tfoot {
  background: none;
}
.quote-details-items .quote-table-totals:not(.cart) tfoot > tr td {
  width: 10rem;
}
.quote-details-items .quote-table-totals:not(.cart) tfoot > tr th {
  text-align: left;
}
.quote-details-items .quote-table-totals:not(.cart) tfoot > tr:first-child td,
.quote-details-items .quote-table-totals:not(.cart) tfoot > tr:first-child th {
  border-top-width: 0;
  padding-top: 15px;
}
.quote-details-items .quote-table-totals .hidden {
  display: none;
}
.quote-details-items .quote-table-totals .toggle-action tr th,
.quote-details-items .quote-table-totals .toggle-action tr td {
  font-weight: 600;
  padding-bottom: 0;
}
.quote-details-items .collapsible-table {
  border-bottom: 1px solid #cccccc;
  display: none;
  padding-bottom: 15px;
}
.quote-details-items .collapsible-table tbody td,
.quote-details-items .collapsible-table tbody th {
  line-height: 1.2;
  padding-bottom: 0;
}
.quote-details-items .collapsible-table tbody td {
  padding-right: 0;
}
.quote-details-items .collapsible-table tbody th {
  padding-left: 0;
}
.quote-details-items .toggle-action td {
  padding-right: 0;
}
.quote-details-items .toggle-action th {
  padding-left: 0;
}
.quote-details-items .toggle-action .toggle {
  border: 0;
  padding: 0;
}
.quote-details-items .toggle-action .toggle:after {
  color: #8f8f8f;
  margin: 0 0 0 7.5px;
  position: static;
}
.quote-details-items .toggle-action .toggle.active:after {
  content: '\e621';
}
.quote-details-items .quote-table {
  padding: 30px 30px 60px;
}
.quote-details-items .quote-table .table {
  border-collapse: separate;
}
.quote-details-items .quote-table .table > tbody > tr.item-actions td,
.quote-details-items .quote-table .table > tbody > tr.item-actions th {
  border-top-width: 0;
}
.quote-details-items .items thead + .item {
  border-top-width: 0;
}
.quote-details-items .product-item-name {
  font-size: 1.8rem;
  line-height: 1;
  margin: 0;
}
.quote-details-items .product-item-name + .item-options {
  margin-top: 30px;
}
.quote-details-items .item-options {
  margin-bottom: 0;
}
.quote-details-items .col {
  padding-top: 30px;
}
.quote-details-items .col.qty .input-text {
  margin-top: -7.5px;
}
.quote-details-items .actions-toolbar {
  position: relative;
}
.quote-details-items .actions-toolbar > .action {
  display: inline-block;
  text-decoration: none;
  margin-bottom: 15px;
  margin-right: 15px;
}
.quote-details-items .actions-toolbar > .action:hover,
.quote-details-items .actions-toolbar > .action:active,
.quote-details-items .actions-toolbar > .action:focus {
  text-decoration: none;
}
.quote-details-items .actions-toolbar > .action:last-child {
  margin-right: 0;
}
.quote-details-items .actions-toolbar > .action:active,
.quote-details-items .actions-toolbar > .action:not(:focus) {
  box-shadow: none;
}
.quote-details-items .actions-toolbar > .action:focus {
  box-shadow: 0 0 3px 1px #68a8e0;
}
.quote-details-items .actions-toolbar .update._disabled {
  cursor: default;
  opacity: .5;
  pointer-events: none;
}
.quote-details-items .actions-toolbar._disabled a {
  cursor: default;
  opacity: .5;
  pointer-events: none;
}
.quote-details-items .actions-toolbar > .action-delete {
  display: inline-block;
  text-decoration: none;
  position: absolute;
  right: 0;
  top: -2px;
}
.quote-details-items .actions-toolbar > .action-delete > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.quote-details-items .actions-toolbar > .action-delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 25px;
  line-height: inherit;
  color: #8f8f8f;
  content: '\e604';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.quote-details-items .actions-toolbar > .action-delete:hover:before {
  color: #000000;
}
.quote-details-items .actions-toolbar > .action-delete:active:before {
  color: #8f8f8f;
}
.quote-details-items .actions-toolbar > .action-delete:focus {
  box-shadow: 0 0 3px 1px #68a8e0;
}
.quote-shipping-info .block-content > .box {
  width: 100% !important;
}
.quote-shipping-info .edit {
  display: inline-block;
  margin: 15px 0;
}
.quote-shipping-info .edit._disabled {
  cursor: default;
  opacity: .5;
  pointer-events: none;
}
.quote-references {
  border-bottom: 1px solid #e4e4e4;
  border-top: 1px solid #e4e4e4;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 37.5px;
  padding-bottom: 15px;
  padding-top: 15px;
}
.quote-reference-content {
  margin-right: 37.5px;
}
.quote-reference-content:last-child {
  flex: 1 1 auto;
}
.quote-status {
  margin: 0 0 1.4rem 0;
  padding: 7.5px 15px;
}
.quote-date {
  font-size: 2rem;
}
.quote-date > div {
  margin-bottom: 7.5px;
}
.quote-sales-rep {
  font-size: 2rem;
}
.quote-actions-toolbar {
  clear: both;
}
.field-attachment._disabled {
  cursor: default;
  opacity: .5;
  pointer-events: none;
}
.quote-comments-block .quote-block-title {
  display: none;
}
.quote-comments-block .comments-block-item:not(:last-child) {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 45px;
  padding-bottom: 45px;
}
.quote-comments-block .comments-block-item .comments-block-item-date-time {
  display: block;
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 7.5px;
}
.quote-comments-block .comments-block-item .comments-block-item-comment {
  font-size: 1.4rem;
  margin-bottom: 7.5px;
  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;
}
.quote-notes-block {
  padding-left: 15px;
  padding-top: 7.5px;
  padding-bottom: 7.5px;
  border-block: 0.1rem solid #d6d6d6;
  border-left: 0.1rem solid #d6d6d6;
  border-right: 0.1rem solid #d6d6d6;
}
.quote-notes-block b {
  color: #999999;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1.4rem -0.2rem;
}
.quote-notes-block .comments-block-list {
  padding-left: 37.5px;
  padding-top: 15px;
}
.quote-notes-block .notes-block-item:not(:last-child) {
  padding-bottom: 15px;
}
.quote-notes-block .notes-block-item .notes-block-item-comment {
  font-size: 1.4rem;
  word-break: break-all;
  margin-bottom: 15px;
}
.quote-notes-block .notes-block-item .editable {
  display: inline-block;
  text-decoration: none;
  position: relative;
  text-align: right;
  top: -.2rem;
}
.quote-notes-block .notes-block-item .editable > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.quote-notes-block .notes-block-item .editable:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.4rem;
  line-height: inherit;
  color: #000000;
  content: '\e601';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.quote-notes-block .notes-block-item .editable:hover:before {
  color: #000000;
}
.quote-notes-block .notes-block-item .editable:active:before {
  color: #8f8f8f;
}
.quote-notes-block .notes-block-item b {
  color: black;
}
.quote-history-log-block .history-log-block-list {
  list-style-type: none;
  padding-left: 0;
}
.quote-history-log-block .history-log-block-item-info {
  word-break: break-all;
}
.quote-history-log-block .history-log-block-item {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 45px;
  padding-bottom: 45px;
}
.quote-history-log-block .history-log-block-item:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.quote-history-log-block .history-log-block-item .history-log-block-item-action-describe {
  padding-bottom: 7.5px;
  padding-top: 15px;
}
.quote-history-log-block .history-log-block-item .history-log-block-item-action-describe:last-child {
  padding-bottom: 0;
}
.quote-history-log-block .history-log-block-item b,
.quote-history-log-block .history-log-block-item strong {
  font-weight: 600;
}
.quote-history-log-block .history-log-block-item-title {
  font-size: 1.4rem;
  margin-bottom: 7.5px;
}
.quote-history-log-block .history-log-block-item-old {
  margin-right: 7.5px;
  text-decoration: line-through;
}
.comments-field .comments-field-label {
  display: block;
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 15px;
}
.quote-attach-file {
  text-align: right;
}
.attachments-list {
  padding-top: 15px;
}
.attachments-list .attachments-item {
  padding-bottom: 7.5px;
}
.attachments-list .attachments-item span {
  padding-right: 7.5px;
}
.attachments-list .attachments-item .action-delete {
  display: inline-block;
  text-decoration: none;
  position: relative;
  top: -.2rem;
}
.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: #8f8f8f;
  content: '\e604';
  font-family: 'icons-blank-theme';
  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: #000000;
}
.attachments-list .attachments-item .action-delete:active:before {
  color: #8f8f8f;
}
.attachments-list .attachments-item .action-delete:focus {
  box-shadow: 0 0 3px 1px #68a8e0;
}
.field-attachment input {
  display: none;
}
.field-attachment label {
  display: inline-block;
  text-decoration: none;
  color: #1979c3;
  cursor: pointer;
  font-size: 1.4rem;
  margin-left: 30px;
  margin-top: 15px;
  position: relative;
}
.field-attachment label:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.4rem;
  line-height: 1.2;
  color: #1979c3;
  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: -30px;
  position: absolute;
}
.field-attachment.loading label {
  color: inherit;
  pointer-events: none;
}
.field-attachment:after {
  content: attr(data-progress);
  padding-left: 30px;
}
.field-attachment._disabled {
  opacity: .5;
  pointer-events: none;
}
.negotiable-quote-quote-view .modal-popup .fieldset .field .label {
  font-weight: 400;
}
.negotiable-quote-quote-view .modal-popup .modal-footer .action-hide-popup {
  margin-top: 8px;
}
.popup-edit-address .action.hidden {
  display: none;
}
.popup-edit-address .modal-footer .secondary {
  line-height: 1.5;
  margin: 0;
  padding: 0.7rem 1.5rem;
  color: #000000;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  font-weight: 400;
}
.popup-edit-address .modal-footer .secondary:visited {
  color: #000000;
  text-decoration: none;
}
.popup-edit-address .modal-footer .secondary:hover {
  color: #0f5ea5;
}
.popup-edit-address .modal-footer .secondary:active {
  color: #f46414;
  text-decoration: underline;
}
.popup-edit-address .modal-footer .secondary:hover,
.popup-edit-address .modal-footer .secondary:active,
.popup-edit-address .modal-footer .secondary:focus {
  background: none;
  border: 0;
}
.popup-edit-address .modal-footer .secondary.disabled,
.popup-edit-address .modal-footer .secondary[disabled],
fieldset[disabled] .popup-edit-address .modal-footer .secondary {
  color: #000000;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.popup-edit-address .modal-footer .secondary:active,
.popup-edit-address .modal-footer .secondary:not(:focus) {
  box-shadow: none;
}
.negotiable-quote.request button,
.negotiable-quote.request .cart.table-wrapper .actions-toolbar > .action,
.negotiable-quote.request .quote-details-items .actions-toolbar > .action,
.negotiable-quote.request .action-gift {
  width: 100%;
}
.negotiable-quote.request .message-info.message.info {
  font-size: 1.3rem;
  background: #f5f5f5;
  color: #858585;
  margin-top: .5rem;
  padding: 0 .6rem;
  text-align: left;
}
.negotiable-quote.request .message-info.message.info:before {
  display: none;
}
.negotiable-quote-quote-print.account .column.main {
  padding-bottom: 0;
}
.negotiable-quote-quote-print.account .column.main .block.block-order-details-view .block-content:not(.widget) .box {
  float: left;
  width: 50%;
}
.negotiable-quote-quote-print .columns {
  display: block;
}
.negotiable-quote-quote-print .page-title {
  font-size: 4rem;
  margin-bottom: 7.5px;
}
.negotiable-quote-quote-print .page-title-wrapper {
  margin-bottom: 45px;
}
.negotiable-quote-quote-print .quote-date {
  float: left;
}
.negotiable-quote-quote-print .quote-sales-rep {
  float: right;
}
.negotiable-quote-quote-print .quote-details-items .quote-table {
  border-width: 0;
  padding: 0;
}
.negotiable-quote-quote-print .quote-name {
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 2rem;
  padding-bottom: 15px;
}
.negotiable-quote-quote-print .quote-title {
  border-bottom: 1px solid #e4e4e4;
}
.negotiable-quote-quote-print .quote-title > strong {
  font-size: 2.2rem;
  font-weight: 300;
  line-height: 2;
}
.negotiable-quote-quote-print .quote-status {
  float: none;
}
.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;
}
.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.price,
.negotiable-quote-quote-print .quote-details-items .item .col.price,
.negotiable-quote-quote-print .quote-details-items thead .col.stock,
.negotiable-quote-quote-print .quote-details-items .item .col.stock,
.negotiable-quote-quote-print .quote-details-items thead .col.qty,
.negotiable-quote-quote-print .quote-details-items .item .col.qty,
.negotiable-quote-quote-print .quote-details-items thead .col.subtotal,
.negotiable-quote-quote-print .quote-details-items .item .col.subtotal,
.negotiable-quote-quote-print .quote-details-items thead .col.discount,
.negotiable-quote-quote-print .quote-details-items .item .col.discount,
.negotiable-quote-quote-print .quote-details-items thead .col.actions,
.negotiable-quote-quote-print .quote-details-items .item .col.actions {
  text-align: right;
}
.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: #f2f2f2;
}
.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 tbody:last-child td {
  border-bottom: 1px solid #f2f2f2;
}
.negotiable-quote-quote-print .quote-details-items tbody td {
  border-top: 1px solid #f2f2f2;
}
.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[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 #e4e4e4;
  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 #e4e4e4;
  padding-top: 1.8rem;
}
.negotiable-quote-quote-print .quote-shipping-info {
  margin-bottom: 0;
}
.negotiable-quote-quote-print .quote-price-block {
  margin: 6rem 0 60px;
}
.negotiable-quote-quote-print .quote-block-title {
  border-bottom: 1px solid #f2f2f2;
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.2;
  margin-bottom: 37.5px;
  padding-bottom: 15px;
}
.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-block-content.negotiated-price .quote-table-totals:not(.cart) tfoot > tr:last-child td,
.negotiable-quote-quote-print .quote-block-content.negotiated-price .quote-table-totals:not(.cart) tfoot > tr:last-child th {
  border-color: #858585;
}
.negotiable-quote-quote-print .quote-comments-block .quote-block-title {
  border-color: #e4e4e4;
  display: block;
  font-weight: 300;
}
.negotiable-quote-quote-print .quote-comments-block .comments-block-item {
  border-color: #e4e4e4;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.negotiable-quote-quote-print .quote-comments-block .attachments-list {
  padding-top: 0;
}
.negotiable-quote-quote-print .quote-comments-block .attachments-list a {
  pointer-events: none;
}
.negotiable-quote-quote-print .quote-comments-block .comments-field {
  display: none;
}
.negotiable-quote-quote-print .copyright {
  background-color: transparent;
  border-bottom: 1px solid #e4e4e4;
  color: #333333;
  margin-bottom: 37.5px;
  padding: 15px 0 0;
  text-align: left;
}
.negotiable-quote-quote-print .copyright .phone {
  float: right;
}
.negotiable-quote-errors .error-wrap {
  display: none;
}
.negotiable-quote-order-information {
  font-size: 2rem;
  margin: 0 0 1.8rem;
}
.negotiable-quote-order-information:before,
.negotiable-quote-order-information:after {
  content: '';
  display: table;
}
.negotiable-quote-order-information:after {
  clear: both;
}
.table-order-items .page-section-negotiable td {
  padding: 0;
}
.table-order-items .page-section-negotiable td .data-table {
  position: relative;
}
.table-order-items .page-section-negotiable td .data-table tr td {
  border: none;
  padding: 11px 10px;
  text-align: right;
}
.table-order-items .page-section-negotiable td .data-table tr td:first-child {
  width: 79.5%;
}
.table-order-items .page-section-negotiable td .data-table tr.col-subtotal {
  font-weight: 600;
}
.table-order-items .page-section-negotiable td .data-table tr.col-subtotal:after {
  background: #cccccc;
  bottom: 42px;
  content: '';
  height: 1px;
  left: auto;
  position: absolute;
  right: 1.5%;
  width: 36%;
}
.table-order-items tfoot > tr.page-section-negotiable td {
  padding: 0;
}
.sales-order-view .page-main .page-title-wrapper .negotiable-quote-order-information .order-date {
  font-size: 2rem;
  margin: 0;
}
.checkout-shipping-address .message.notice .link-back {
  font-size: 0;
}
.checkout-shipping-address .message.notice .link-back a,
.checkout-shipping-address .message.notice .link-back span {
  font-size: 1.3rem;
}
.negotiable-quote-note-popup .form {
  margin-top: 45px;
}
.negotiable-quote-note-popup .actions-toolbar {
  margin-top: 30px;
}
@media print {
  body {
    min-width: 102.4rem;
  }
}
.page-footer .custom-newsletter-area {
  display: block;
  /*width: 100%;*/
  background-color: #dddddd;
  padding: 50px 25px 30px;
  color: #000000;
  text-align: center;
}
.block.newsletter {
  margin-bottom: 60px;
}
.block.newsletter .form.subscribe {
  /*display: table;*/
  display: block;
  width: 100%;
}
.block.newsletter .fieldset {
  display: table-cell;
  margin: 0;
  padding: 0;
  vertical-align: top;
}
.block.newsletter .field {
  margin: 0;
}
.block.newsletter .field .control {
  display: inline-block;
  text-decoration: none;
  display: block;
}
.block.newsletter .field .control:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 35px;
  line-height: 33px;
  color: #c2c2c2;
  font-family: '\e61d';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block.newsletter .field .control:before {
  position: absolute;
}
.block.newsletter input {
  /*            margin-right: 35px;
                        padding: 0 0 0 35px;*/
  height: 47px;
  border-radius: 5px;
  margin-bottom: 25px;
  background-color: #f46414;
}
.block.newsletter input::placeholder {
  color: #707070;
  opacity: 1;
}
.block.newsletter .title {
  margin-bottom: 30px;
}
.block.newsletter .title strong {
  font-family: 'Lato Bold';
  font-size: 30px;
  line-height: 50px;
  margin-top: 15px;
  margin-bottom: 15px;
  display: block;
}
.block.newsletter .title p {
  font-size: 20px;
  line-height: 30px;
  margin: 15px 0;
}
.block.newsletter .actions {
  display: table-cell;
  vertical-align: top;
  width: 1%;
}
.block.newsletter .action.subscribe {
  /*            border-bottom-left-radius: 0;
                        border-top-left-radius: 0;
                        margin-left: -1px;*/
  background-color: #0f5ea5;
  color: #ffffff;
  border: 2px solid #0f5ea5;
  padding: 7px 44px;
  font-size: 20px;
  line-height: 30px;
  transition: .3s;
}
.block.newsletter .action.subscribe:hover {
  background-color: #c24904;
}
.payment-method-content .pay-later-message {
  margin-bottom: 10px;
  margin-top: 10px;
}
.paypal.after:before {
  content: '- ' attr(data-label) ' -';
  display: block;
  margin: 7.5px 7.5px 15px;
  text-transform: uppercase;
}
.paypal.before:before {
  content: '- ' attr(data-label) ' -';
  display: block;
  margin: 15px 7.5px;
  text-align: center;
  text-transform: uppercase;
}
.paypal.acceptance {
  display: block;
  margin: 0 0 30px;
}
.paypal.acceptance img {
  max-width: 100%;
}
.box-tocart .paypal img,
.block-minicart .paypal img {
  display: block;
  margin: 0 auto;
}
.paypal-review .paypa-review-title > strong {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.25rem;
  margin-bottom: 1.5rem;
  display: inline-block;
}
.paypal-review .items-qty .item {
  white-space: nowrap;
}
.paypal-review .items-qty .title:after {
  content: ': ';
}
.paypal-review .paypal-review-title > strong {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.25rem;
  margin-bottom: 1.5rem;
  display: inline-block;
}
.paypal-review .actions-toolbar {
  margin-top: 15px;
}
.paypal-review .item-options dt {
  display: inline-block;
}
.paypal-review .item-options dt:after {
  content: ': ';
}
.paypal-review .item-options dd {
  margin: 0;
}
.paypal-review-discount {
  border-bottom: 1px solid #d1d1d1;
  margin: 30px 0;
}
.paypal-review-discount .block {
  margin-bottom: 0;
}
.paypal-review-discount .block .fieldset {
  padding: 15px 0 30px;
}
.fotorama-video-container:after {
  background: url('../../frontend/Harriswebworks/westrocksupply/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/Harriswebworks/westrocksupply/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%;
  }
}
.block-requisition-list {
  display: inline;
  margin-bottom: 0;
}
.requisition-list-action {
  display: inline-block;
  position: relative;
  vertical-align: text-bottom;
  display: block;
}
.requisition-list-action:before,
.requisition-list-action:after {
  content: '';
  display: table;
}
.requisition-list-action:after {
  clear: both;
}
.requisition-list-action .action.split {
  float: left;
  margin: 0;
}
.requisition-list-action .action.toggle {
  float: right;
  margin: 0;
}
.requisition-list-action button.action.split,
.requisition-list-action .cart.table-wrapper .actions-toolbar > .action.action.split,
.requisition-list-action .quote-details-items .actions-toolbar > .action.action.split,
.requisition-list-action .action-gift.action.split {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.requisition-list-action button + .action.toggle,
.requisition-list-action .cart.table-wrapper .actions-toolbar > .action + .action.toggle,
.requisition-list-action .quote-details-items .actions-toolbar > .action + .action.toggle,
.requisition-list-action .action-gift + .action.toggle {
  border-bottom-left-radius: 0;
  border-left: 0;
  border-top-left-radius: 0;
}
.requisition-list-action .action.toggle {
  display: inline-block;
  text-decoration: none;
}
.requisition-list-action .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 17px;
  line-height: 22px;
  color: #4a4a4a;
  content: '\e622';
  font-family: 'icons-blank-theme';
  margin: 0 0 0 10px;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.requisition-list-action .action.toggle:hover:after {
  color: #000000;
}
.requisition-list-action .action.toggle:active:after {
  color: inherit;
}
.requisition-list-action .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.requisition-list-action .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 17px;
  line-height: 22px;
  color: #4a4a4a;
  content: '\e621';
  font-family: 'icons-blank-theme';
  margin: 0 0 0 10px;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.requisition-list-action .action.toggle.active:hover:after {
  color: #000000;
}
.requisition-list-action .action.toggle.active:active:after {
  color: inherit;
}
.requisition-list-action .items {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 20rem;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.requisition-list-action .items li {
  margin: 0;
  padding: 0.5rem 0.5rem 0.5rem 2.3rem;
}
.requisition-list-action .items li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.requisition-list-action .items:before,
.requisition-list-action .items:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.requisition-list-action .items:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.requisition-list-action .items:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.requisition-list-action .items:before {
  left: 10px;
  top: -12px;
}
.requisition-list-action .items:after {
  left: 9px;
  top: -14px;
}
.requisition-list-action.active {
  overflow: visible;
}
.requisition-list-action.active .items {
  display: block;
}
.requisition-list-action .items {
  max-width: 23.7rem;
  min-width: 18.7rem;
  text-align: left;
  right: 20%;
}
.requisition-list-action .items:before {
  right: 10px;
  left: unset;
}
.requisition-list-action .items:after {
  right: 9px;
  left: unset;
}
.requisition-list-action .items .list-items {
  list-style-type: none;
  margin: 0;
  max-height: 24rem;
  overflow-y: auto;
  padding: 0;
}
.requisition-list-action .items .item:last-child:hover {
  background: #e8e8e8;
}
.requisition-list-action .items .item .item-name {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.requisition-list-action .items .item .action.new {
  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;
}
.requisition-list-action .items .item .action.new:focus,
.requisition-list-action .items .item .action.new:active {
  background: none;
  border: none;
}
.requisition-list-action .items .item .action.new:hover {
  background: none;
  border: none;
}
.requisition-list-action .items .item .action.new.disabled,
.requisition-list-action .items .item .action.new[disabled],
fieldset[disabled] .requisition-list-action .items .item .action.new {
  pointer-events: none;
  opacity: 0.5;
}
.requisition-list-action > .action.toggle {
  padding: 0.4rem 7.5px;
}
.requisition-toolbar-actions .requisition-list-action.active .items {
  right: 0;
}
.requisition-toolbar-actions .requisition-list-action.active .items:before {
  left: auto;
  right: 11px;
}
.requisition-toolbar-actions .requisition-list-action.active .items:after {
  left: auto;
  right: 10px;
}
.cart.table-wrapper .requisition-list-action {
  vertical-align: baseline;
}
.cart.table-wrapper .requisition-list-action .items {
  max-width: 23.7rem;
  min-width: 23.7rem;
}
.cart.table-wrapper .requisition-list-action > .action.toggle:after {
  color: inherit;
  vertical-align: middle;
}
.social-button .requisition-list-button {
  display: inline-block;
  text-decoration: none;
  /*            color: @requisition-link__color;
                        font-weight: @font-weight__semibold;
                        letter-spacing: .05rem;
                        line-height: @line-height__base;
                        padding: 0 @indent__xs 0 0;
                        text-transform: uppercase;*/
  font-size: 0;
  box-shadow: none;
  outline: 0;
}
.social-button .requisition-list-button:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0;
  line-height: inherit;
  color: inherit;
  content: '\e901';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.social-button .requisition-list-button:before {
  margin-top: -8px;
  position: absolute;
  background-image: url("../../frontend/Harriswebworks/westrocksupply/en_US/images/request.png");
  height: 23px;
  width: 19px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.social-button .requisition-list-button:active,
.social-button .requisition-list-button:focus,
.social-button .requisition-list-button:hover {
  color: #000000;
}
.social-button .requisition-list-button:after {
  height: 1.5rem;
  margin: .3rem 0 0;
}
.social-button .requisition-list-button.active:after {
  margin: .4rem 0 0;
}
.link-button .requisition-list-button.toggle:after {
  color: #1979c3;
  vertical-align: bottom;
}
.link-button .requisition-list-button.toggle.active:after {
  color: #1979c3;
  margin: .3rem 0 0;
}
.link-button .requisition-list-button.toggle.active:after:hover {
  color: #1979c3;
}
.data-grid-wrap .list-name-field .cell-label-line-name {
  font-size: 25px;
}
.data-grid-wrap .cell-label-line-description {
  word-break: break-all;
}
.requisition-grid .col {
  padding-top: 30px;
}
.requisition-grid .col .price {
  font-size: 25px;
  font-weight: 700;
  line-height: 1;
}
.requisition-grid .col .price-excluding-tax {
  display: block;
  font-size: 1.3rem;
}
.requisition-grid .col .price-excluding-tax:before {
  content: attr(data-label) ': ';
}
.requisition-grid .col .price-excluding-tax .price {
  font-size: 17px;
}
.requisition-grid .product-item-name {
  display: block;
  font-size: 25px;
  line-height: 1;
  margin-bottom: 7.5px;
  margin-top: 0;
}
.requisition-grid .product-item-description {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  margin-bottom: 7.5px;
  margin-top: 0;
}
.requisition-grid .product-item-description .product-item-sku {
  color: #000000;
  font-size: 17px;
}
.requisition-grid .product-item-description .product-item-details {
  color: #000000;
  font-size: 17px;
  margin-top: 7.5px;
}
.requisition-grid .product-item-description .product-item-details dl {
  margin: 0;
}
.requisition-grid .product-item-description .product-item-details dl dt,
.requisition-grid .product-item-description .product-item-details dl dd {
  display: inline;
}
.requisition-grid .actions-toolbar {
  text-align: right;
}
.requisition-grid .actions-toolbar > .action-edit:focus,
.requisition-grid .actions-toolbar > .action-delete:focus {
  box-shadow: 0 0 3px 1px #68a8e0;
}
.requisition-grid .actions-toolbar > .action-delete {
  display: inline-block;
  text-decoration: none;
}
.requisition-grid .actions-toolbar > .action-delete > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.requisition-grid .actions-toolbar > .action-delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 25px;
  line-height: inherit;
  color: #8f8f8f;
  content: '\e604';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.requisition-grid .actions-toolbar > .action-delete:hover:before {
  color: #000000;
}
.requisition-grid .actions-toolbar > .action-delete:active:before {
  color: #8f8f8f;
}
.requisition-grid .actions-toolbar > .action-edit {
  display: inline-block;
  text-decoration: none;
}
.requisition-grid .actions-toolbar > .action-edit > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.requisition-grid .actions-toolbar > .action-edit:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 25px;
  line-height: inherit;
  color: #8f8f8f;
  content: '\e601';
  font-family: 'magento-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.requisition-grid .actions-toolbar > .action-edit:hover:before {
  color: #000000;
}
.requisition-grid .actions-toolbar > .action-edit:active:before {
  color: #8f8f8f;
}
.requisition-grid .item-error {
  margin-top: 15px;
  padding-bottom: 15px;
  padding-top: 15px;
}
.requisition-grid .item-error > *:first-child:before {
  margin-top: -1.4rem;
}
.requisition-list-description {
  word-wrap: break-word;
}
.requisition-popup .action.hidden {
  display: none;
}
.requisition-popup .modal-title {
  padding-right: 30px;
}
.confirm-requisition-popup .modal-footer .secondary {
  line-height: 1.5;
  margin: 0;
  padding: 0.7rem 1.5rem;
  color: #000000;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  font-weight: 400;
}
.confirm-requisition-popup .modal-footer .secondary:visited {
  color: #000000;
  text-decoration: none;
}
.confirm-requisition-popup .modal-footer .secondary:hover {
  color: #0f5ea5;
}
.confirm-requisition-popup .modal-footer .secondary:active {
  color: #f46414;
  text-decoration: underline;
}
.confirm-requisition-popup .modal-footer .secondary:hover,
.confirm-requisition-popup .modal-footer .secondary:active,
.confirm-requisition-popup .modal-footer .secondary:focus {
  background: none;
  border: 0;
}
.confirm-requisition-popup .modal-footer .secondary.disabled,
.confirm-requisition-popup .modal-footer .secondary[disabled],
fieldset[disabled] .confirm-requisition-popup .modal-footer .secondary {
  color: #000000;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.requisition-view-links {
  margin-bottom: 15px;
  text-align: right;
}
.requisition-view-links .print {
  padding-left: 37.5px;
  padding-right: 0;
}
.block-requisition-management {
  position: relative;
}
.block-requisition-management .requisition-list-title {
  margin-bottom: 37.5px;
}
.block-requisition-management .requisition-list-title h1 {
  display: inline-block;
  font-weight: 300;
  margin-bottom: 0;
  margin-right: 15px;
}
.block-requisition-management .requisition-toolbar-select,
.block-requisition-management .requisition-toolbar-actions {
  display: inline-block;
  vertical-align: bottom;
}
.block-requisition-management .requisition-toolbar-select {
  margin-right: 30px;
}
.requisition-content {
  margin-bottom: 2rem;
}
.product-item-inner .block-requisition-list {
  margin-bottom: 0;
}
.product-item-inner .block-requisition-list .requisition-list-action .action.requisition-list-button {
  background: #ebebeb;
  border: #ebebeb;
  color: #000000;
  cursor: pointer;
  display: block;
  font-weight: normal;
  padding: 8px 20px;
  box-sizing: border-box;
  text-align: center;
  text-transform: capitalize;
  margin-bottom: 10px;
  border-radius: 5px;
}
.product-item-inner .block-requisition-list .requisition-list-action .action.requisition-list-button span {
  font-size: 2rem;
}
.product-item-inner .block-requisition-list .requisition-list-action .action.requisition-list-button:before {
  content: none;
}
.product-item-inner .block-requisition-list .requisition-list-action .action.requisition-list-button:after {
  content: none;
}
.product-items .product-item-info .requisition-list-button.toggle span {
  font-size: 0;
  letter-spacing: 0;
}
.product-items .product-item-info .requisition-list-button.toggle:after {
  border-left: 0;
  padding-left: 0;
}
.order-actions-toolbar .block-requisition-list,
.requisition-toolbar-actions .block-requisition-list {
  margin-left: 15px;
}
.requisition-list-requisition-view .requisition-grid .col.number {
  display: none;
}
.requisition-list-requisition-print.account .column.main {
  padding-bottom: 0;
}
.requisition-list-requisition-print .block-requisition-management {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 0;
  padding-bottom: 15px;
}
.requisition-list-requisition-print .block-requisition-management .requisition-list-title {
  margin-bottom: 0;
}
.requisition-list-requisition-print .block-requisition-management .requisition-info {
  float: right;
  margin-top: -2.2rem;
}
.requisition-list-requisition-print .requisition-grid .actions-toolbar {
  display: none;
}
.requisition-list-requisition-print .requisition-grid .col.number {
  width: 1rem;
}
.requisition-list-requisition-print .requisition-grid .col.col-checkbox {
  padding: 0;
}
.requisition-list-requisition-print .requisition-grid .col.col-checkbox input[type='checkbox'] {
  display: none;
}
.requisition-list-requisition-print .requisition-grid .col.subtotal {
  padding-right: 0;
}
.requisition-list-requisition-print .requisition-grid .col.price,
.requisition-list-requisition-print .requisition-grid .col.qty,
.requisition-list-requisition-print .requisition-grid .col.subtotal {
  text-align: right;
}
.requisition-list-requisition-print .requisition-grid .col .product-item-name a {
  pointer-events: none;
}
.requisition-list-requisition-print .requisition-grid .col .price {
  font-size: 1.4rem;
  font-weight: 600;
}
.requisition-list-requisition-print .requisition-grid .col .price-excluding-tax {
  font-size: 1.1rem;
}
.requisition-list-requisition-print .requisition-grid .col .price-excluding-tax .price {
  font-size: 17px;
}
.requisition-list-requisition-print .requisition-grid .col .input-text {
  border-color: transparent;
  opacity: 1;
  padding-right: 0;
  pointer-events: none;
  text-align: right;
}
.requisition-list-requisition-print .requisition-grid .product-item-image {
  display: none;
}
.requisition-list-requisition-print .requisition-grid .product-item-description {
  float: none;
  width: 100%;
}
.requisition-list-requisition-print .requisition-grid tbody td {
  border-top: 1px solid #e4e4e4;
}
.requisition-list-requisition-print .copyright {
  background-color: transparent;
  color: #333333;
  font-size: 17px;
  margin-bottom: 37.5px;
  padding: 15px 0 0;
  text-align: left;
}
.requisition-list-requisition-print .copyright .phone {
  float: right;
}
.checkout-cart-index .block-requisition-list {
  margin: 0;
}
.checkout-cart-index .requisition-list-action > .action.toggle:after {
  color: inherit;
  vertical-align: middle;
}
@media (max-width: 800px) {
  .checkout-cart-index .page-title-wrapper {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .checkout-cart-index .page-title-wrapper .block-requisition-list {
    margin-bottom: 15px;
  }
}
@media print {
  .requisition-list-requisition-print .table-wrapper table {
    table-layout: auto;
  }
}
.data.switch .counter {
  color: #4a4a4a;
}
.data.switch .counter:before {
  content: '(';
}
.data.switch .counter:after {
  content: ')';
}
.rating-summary {
  overflow: hidden;
  white-space: nowrap;
}
.rating-summary .rating-result {
  width: 100px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.rating-summary .rating-result:before {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  -webkit-font-smoothing: antialiased;
  color: #c7c7c7;
  font-family: 'icons-blank-theme';
  font-size: 28px;
  height: 28px;
  letter-spacing: -10px;
  line-height: 28px;
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
  display: block;
  font-style: normal;
  font-weight: normal;
  speak: none;
}
.rating-summary .rating-result > span {
  display: block;
  overflow: hidden;
}
.rating-summary .rating-result > span:before {
  position: relative;
  z-index: 2;
  -webkit-font-smoothing: antialiased;
  color: #f46414;
  font-family: 'icons-blank-theme';
  font-size: 28px;
  height: 28px;
  letter-spacing: -10px;
  line-height: 28px;
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
  display: block;
  font-style: normal;
  font-weight: normal;
  speak: none;
}
.rating-summary .rating-result > span span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.rating-summary .rating-result {
  margin-left: -5px;
}
.product-reviews-summary .rating-summary .label,
.table-reviews .rating-summary .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.review-control-vote {
  overflow: hidden;
}
.review-control-vote:before {
  color: #c7c7c7;
  font-family: 'icons-blank-theme';
  font-size: 28px;
  height: 28px;
  letter-spacing: -10px;
  line-height: 28px;
  font-style: normal;
  font-weight: normal;
  speak: none;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
  display: block;
  position: absolute;
  z-index: 1;
}
.review-control-vote input[type="radio"] {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.review-control-vote input[type="radio"]:hover + label:before,
.review-control-vote input[type="radio"]:checked + label:before {
  opacity: 1;
}
.review-control-vote label {
  cursor: pointer;
  display: block;
  position: absolute;
}
.review-control-vote label span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.review-control-vote label:before {
  color: #f46414;
  font-family: 'icons-blank-theme';
  font-size: 28px;
  height: 28px;
  letter-spacing: -10px;
  line-height: 28px;
  font-style: normal;
  font-weight: normal;
  speak: none;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  opacity: 0;
}
.review-control-vote label:hover:before {
  opacity: 1;
}
.review-control-vote label:hover ~ label:before {
  opacity: 0;
}
.review-control-vote .rating-5 {
  z-index: 2;
}
.review-control-vote .rating-5:before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
}
.review-control-vote .rating-4 {
  z-index: 3;
}
.review-control-vote .rating-4:before {
  content: '\e605' '\e605' '\e605' '\e605';
}
.review-control-vote .rating-3 {
  z-index: 4;
}
.review-control-vote .rating-3:before {
  content: '\e605' '\e605' '\e605';
}
.review-control-vote .rating-2 {
  z-index: 5;
}
.review-control-vote .rating-2:before {
  content: '\e605' '\e605';
}
.review-control-vote .rating-1 {
  z-index: 6;
}
.review-control-vote .rating-1:before {
  content: '\e605';
}
.block.add.review {
  margin-bottom: 60px;
}
.block.add.review > .title {
  color: #0f5ea5;
  font-family: 'Lato Bold';
  font-weight: 300;
  line-height: 1.1;
  font-size: 3rem;
  margin-top: 3.75rem;
  margin-bottom: 3rem;
}
.block.add.review .legend {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.25rem;
  margin-bottom: 1.5rem;
  margin: 0 0 30px;
}
.block.add.review .field.rating {
  display: table-row;
}
.block.add.review .field.rating .label {
  display: table-cell;
  padding: 7.5px 0;
  vertical-align: middle;
}
.block.add.review .field.rating .control {
  display: table-cell;
  vertical-align: top;
}
.block.reviews.list > .title {
  color: #0f5ea5;
  font-family: 'Lato Bold';
  font-weight: 300;
  line-height: 1.1;
  font-size: 3rem;
  margin-top: 3.75rem;
  margin-bottom: 3rem;
}
.block.reviews.list .review.item {
  margin-bottom: 60px;
}
.block.reviews.list .review.title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.25rem;
  margin-bottom: 1.5rem;
}
.data.table.reviews .rating-summary {
  margin-top: -4px;
}
.customer-review.view {
  margin-bottom: 30px;
}
.customer-review.view .review.title,
.customer-review.view .ratings-summary,
.customer-review.view .product-details {
  margin-bottom: 30px;
}
.product-reviews-summary {
  display: table;
  margin: 15px 0 12px;
}
.products.wrapper.list .product-reviews-summary {
  margin: 0 auto;
}
.product-reviews-summary.empty {
  margin-left: 0;
}
.product-reviews-summary .rating-summary {
  display: table-cell;
  left: -7.5px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}
.product-reviews-summary .reviews-actions {
  display: table-cell;
  line-height: 28px;
  vertical-align: middle;
}
.product-reviews-summary .reviews-actions a {
  margin-right: 7.5px;
}
.customer-review .product-details {
  margin-bottom: 60px;
}
.customer-review .product-media {
  float: left;
  margin-right: 3%;
  max-width: 285px;
  width: 30%;
}
.customer-review .review-details .customer-review-rating {
  margin-bottom: 30px;
}
.customer-review .review-details .customer-review-rating .item {
  margin-bottom: 15px;
}
.customer-review .review-details .customer-review-rating .item:last-child {
  margin-bottom: 0;
}
.customer-review .review-details .review-title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.25rem;
  margin-bottom: 1.5rem;
  font-weight: 600;
  margin-bottom: 30px;
}
.customer-review .review-details .review-content {
  margin-bottom: 30px;
}
.customer-review .product-reviews-summary .rating-summary,
.customer-review .product-reviews-summary .reviews-actions {
  display: block;
}
.review-field-ratings .nested {
  display: table;
}
.review-field-ratings .review-field-rating {
  display: table-row;
}
.review-field-ratings .review-field-rating .label,
.review-field-ratings .review-field-rating .control {
  display: table-cell;
  padding-bottom: 15px;
  vertical-align: top;
}
.review-field-ratings .review-field-rating .label {
  padding-right: 15px;
  padding-top: 6px;
}
.review-field-ratings .review-field-rating .control {
  padding-top: 2px;
}
.review-toolbar {
  border-top: 1px solid #c9c9c9;
  margin: 0 0 30px;
  text-align: center;
}
.review-toolbar:first-child {
  display: none;
}
.review-toolbar .pages {
  border-bottom: 1px solid #c9c9c9;
  display: block;
  padding: 30px 0;
  text-align: center;
}
.review-toolbar .limiter {
  display: none;
}
.review-add .block-title {
  display: none;
}
.review-form .action.submit.primary {
  background: none;
  border: 1px solid #ffffff;
  color: #000000;
}
.review-form .action.submit.primary:focus,
.review-form .action.submit.primary:active {
  background: none;
  border: 1px solid #ffffff;
  color: #000000;
}
.review-form .action.submit.primary:hover {
  background: none;
  border: 1px solid #ffffff;
  color: #555555;
}
.fieldset .review-legend.legend {
  margin-bottom: 30px;
}
.fieldset .review-legend.legend strong {
  display: block;
  margin-left: 0;
}
.review-field-rating .control {
  margin-bottom: 72px;
  margin-top: 15px;
}
.review-list {
  margin-bottom: 45px;
}
.review-list .block-title strong {
  color: #0f5ea5;
  font-family: 'Lato Bold';
  font-weight: 300;
  line-height: 1.1;
  font-size: 3rem;
  margin-top: 3.75rem;
  margin-bottom: 3rem;
}
.review-item {
  border-bottom: 1px solid #c9c9c9;
  margin: 0;
  padding: 30px 0;
}
.review-item:after {
  clear: both;
  content: '';
  display: table;
}
.review-item:last-child {
  border-width: 0;
}
.review-ratings {
  display: table;
  margin-bottom: 15px;
  max-width: 100%;
}
.review-author {
  display: inline;
}
.review-title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.25rem;
  margin-bottom: 1.5rem;
  margin: 0 0 30px;
}
.review-content {
  margin-bottom: 30px;
}
.block-reward-info .reward-rates:not(:last-child),
.block-reward-info .reward-limit:not(:last-child),
.block-reward-info .reward-expiring:not(:last-child) {
  margin-bottom: 37.5px;
}
.block-reward-info .reward-rates .title,
.block-reward-info .reward-limit .title,
.block-reward-info .reward-expiring .title {
  display: inline-block;
  margin-bottom: 15px;
}
.form-create-return .field .control > span,
.form-create-return .field address {
  display: inline-block;
  padding-top: 6px;
}
.form-create-return .additional:first-child {
  margin-top: 0;
}
.form-create-return .additional .field:nth-last-child(2) {
  margin-bottom: 0;
}
.form-create-return .additional .field:last-child {
  margin-top: 30px;
}
.form-create-return .field.comment {
  margin-top: 55px;
}
.block-returns-comments .returns-comments dt,
.block-returns-comments .returns-comments dd {
  margin: 0;
}
.block-returns-comments .returns-comments dt {
  font-weight: 400;
}
.block-returns-comments .returns-comments dd {
  margin-bottom: 15px;
}
.block-returns-comments .returns-comments dd:last-child {
  margin-bottom: 0;
}
.block-returns-comments .fieldset {
  margin-bottom: 20px;
}
.magento-rma-returns-returns .page-title-wrapper .page-title,
.magento-rma-guest-returns .page-title-wrapper .page-title,
.magento-rma-returns-view .page-title-wrapper .page-title {
  margin-right: 25px;
}
.sales-guest-form {
  overflow-x: hidden;
}
.sales-guest-form .nav-sections {
  margin-bottom: 0;
}
.sales-guest-form .breadcrumbs {
  position: relative;
  background: #e8e8e8;
  padding: 7px;
}
.sales-guest-form .breadcrumbs::before {
  content: '';
  background: #e8e8e8;
  left: -50%;
  position: absolute;
  right: 0;
  z-index: -1;
  top: 0;
  bottom: 0;
}
.sales-guest-form .breadcrumbs::after {
  content: '';
  background: #e8e8e8;
  left: 0;
  position: absolute;
  right: -50%;
  z-index: -1;
  top: 0;
  bottom: 0;
}
.sales-guest-form .breadcrumbs ul.items li:nth-child(1) a {
  color: #a3a3a3;
}
.sales-guest-form .breadcrumbs ul.items li:nth-child(1) a:hover {
  color: #FF5C35;
}
.sales-guest-form .breadcrumbs ul.items li:nth-child(1):after {
  font-size: 40px;
  line-height: 28px;
  color: #000;
}
.sales-guest-form .breadcrumbs ul.items li:nth-child(2) {
  color: #000;
}
.sales-guest-form .page-wrapper .page-main {
  box-shadow: 3px 3px 9px 3px rgba(0, 0, 0, 0.3);
  padding: 61px 20px 0;
  margin: 20px auto 50px auto;
  border-radius: 5px;
}
.sales-guest-form .page-wrapper .page-main .page-title-wrapper .page-title {
  font-size: 40px;
  font-weight: 700;
  font-family: 'Play-Bold';
  color: #FF5C35;
  margin-bottom: 14px;
  display: block;
  text-align: center;
}
.sales-guest-form .page-wrapper .page-main .form-orders-search {
  margin: 0 auto;
}
.sales-guest-form .page-wrapper .page-main .form-orders-search fieldset {
  margin-bottom: 25px;
}
.sales-guest-form .page-wrapper .page-main .form-orders-search fieldset .field {
  margin-bottom: 10px !important;
}
.sales-guest-form .page-wrapper .page-main .form-orders-search fieldset .field input[type="text"],
.sales-guest-form .page-wrapper .page-main .form-orders-search fieldset .field input[type="email"],
.sales-guest-form .page-wrapper .page-main .form-orders-search fieldset .field select {
  font-family: 'Oswald-Regular', sans-serif, Arial;
  font-size: 16px;
  font-weight: 400;
  height: 38px;
  border: 1px solid #000;
  padding-top: 2px;
  border-radius: 5px;
}
.sales-guest-form .page-wrapper .page-main .form-orders-search fieldset .field label {
  font-size: 16px;
  font-weight: 400;
  font-family: 'Oswald-Regular';
  color: #000;
  padding-bottom: 8px;
  display: block;
  float: none !important;
  text-align: left !important;
  width: auto !important;
}
.sales-guest-form .page-wrapper .page-main .form-orders-search fieldset .field.left {
  width: 67%;
  float: left;
  padding-right: 3%;
}
.sales-guest-form .page-wrapper .page-main .form-orders-search fieldset .field.right {
  width: 30%;
  float: right;
}
.sales-guest-form .page-wrapper .page-main .form-orders-search fieldset .field .control {
  width: 100% !important;
}
.sales-guest-form .page-wrapper .page-main .form-orders-search .actions-toolbar {
  margin-left: 0 !important;
}
.sales-guest-form .page-wrapper .page-main .form-orders-search .actions-toolbar button.submit,
.sales-guest-form .page-wrapper .page-main .form-orders-search .actions-toolbar .cart.table-wrapper .actions-toolbar > .action.submit,
.sales-guest-form .page-wrapper .page-main .form-orders-search .actions-toolbar .quote-details-items .actions-toolbar > .action.submit,
.sales-guest-form .page-wrapper .page-main .form-orders-search .actions-toolbar .action-gift.submit {
  font-size: 20px;
  font-family: 'Oswald-Regular', sans-serif, Arial;
  font-weight: 400;
  padding: 11px 52px;
}
.sales-guest-form .page-wrapper .page-main .block-orders-returns {
  text-align: center;
}
.sales-guest-form .page-wrapper .page-main .block-orders-returns .form-orders-search {
  box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.3);
  display: inline-block;
  padding: 20px;
  margin: 0 auto;
  border-radius: 5px;
}
.order-links {
  border-bottom: 1px solid #d1d1d1;
  margin-bottom: 10px;
}
.order-links .item {
  display: inline-block;
  margin-right: 20px;
}
.order-actions-toolbar .action {
  margin: 0 20px 0 0;
}
.order-details-items {
  border-bottom: 1px solid #d1d1d1;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
.order-details-items .order-title > strong {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.25rem;
  margin-bottom: 1.5rem;
  display: inline-block;
}
.order-details-items .items-qty .item {
  white-space: nowrap;
}
.order-details-items .items-qty .title:after {
  content: ': ';
}
.order-details-items .table-order-items .product-item-name {
  margin-top: 0;
}
.order-details-items .table-order-items tbody + tbody {
  border-top: 1px solid #d1d1d1;
}
.order-details-items .item-options dt {
  margin: 0;
}
.order-details-items .item-options dd {
  margin: 0 0 15px;
}
.order-details-items .item-options.links dt {
  display: inline-block;
}
.order-details-items .item-options.links dt:after {
  content: ': ';
}
.order-details-items .item-options.links dd {
  margin: 0;
}
.order-pager-wrapper .toolbar-amount {
  padding-top: 3px;
}
.order-pager-wrapper .pages-items .item:first-child,
.order-pager-wrapper .pages-items .item:last-child {
  margin-right: 0;
}
.order-actions-toolbar {
  margin-bottom: 25px;
}
.order-actions-toolbar .action {
  margin-right: 30px;
}
.order-actions-toolbar .action.print {
  margin: 0;
}
.page-title-wrapper .order-date {
  margin: 0 0 30px;
}
.account .page-title-wrapper .page-title,
[class^='sales-guest-'] .page-title-wrapper .page-title,
.sales-guest-view .page-title-wrapper .page-title {
  margin-right: 37.5px;
}
.form-orders-search .field.email,
.form-orders-search .field.zip {
  margin-bottom: 0;
}
.block-reorder .product-item .checkbox {
  position: relative;
  top: 2px;
  vertical-align: baseline;
}
.block-reorder .product-item .field.item {
  display: inline-block;
}
.block-reorder .product-item-name {
  display: inline-block;
}
.block-reorder .actions-toolbar {
  margin: 17px 0;
  max-width: 178px;
}
.block-order-details-comments {
  margin: 0 0 40px;
}
.block-order-details-comments .comment-date {
  font-weight: 600;
}
.block-order-details-comments .comment-content {
  line-height: 1.6;
  margin: 0 0 20px;
}
.block-order-details-view .box-content .payment-method .title {
  font-weight: 400;
}
.block-order-details-view .box-content .payment-method .content {
  margin: 0;
}
.block-order-details-view .box-content .payment-method .content > strong {
  font-weight: 400;
}
.block-order-details-view .box-content .payment-method .content > strong:after {
  content: ': ';
}
.order-tracking {
  border-bottom: 1px solid #d1d1d1;
  margin: 0;
  padding: 20px 0;
}
.order-tracking .tracking-title {
  display: inline-block;
}
.order-tracking .tracking-content {
  display: inline-block;
  margin: 0 0 0 5px;
}
.opc-wrapper .form-discount .payment-option-inner {
  max-width: 490px;
}
.checkout-index-index .checkout-container .checkout-payment-method button.action,
.checkout-index-index .checkout-container .checkout-payment-method .cart.table-wrapper .actions-toolbar > .action.action,
.checkout-index-index .checkout-container .checkout-payment-method .quote-details-items .actions-toolbar > .action.action,
.checkout-index-index .checkout-container .checkout-payment-method .action-gift.action {
  background: #000000;
  color: #ffffff;
  font-size: 20px;
  line-height: 26px;
  padding: 10px 20px;
  font-weight: normal;
  font-family: 'Lato Bold';
  transition: .3s;
  border: 0;
  margin: 0 5px;
}
.checkout-index-index .checkout-container .checkout-payment-method button.action:hover,
.checkout-index-index .checkout-container .checkout-payment-method .cart.table-wrapper .actions-toolbar > .action.action:hover,
.checkout-index-index .checkout-container .checkout-payment-method .quote-details-items .actions-toolbar > .action.action:hover,
.checkout-index-index .checkout-container .checkout-payment-method .action-gift.action:hover {
  background: #0f5ea5;
}
.search-term-popular .page-title-wrapper {
  text-align: center;
}
.search-term-popular .page-title-wrapper .page-title {
  font-size: 30px;
  margin-top: 40px;
}
.search-term-popular #popularSearch .block-search {
  float: none;
  margin: 20px auto 30px;
  width: 100%;
}
.search-term-popular #popularSearch .block-search .block-content .form.minisearch {
  border: 1px solid #cdcdcd;
}
.search-term-popular #popularSearch .block-search .block-content .form.minisearch .field.search {
  width: 100%;
  height: 53px;
}
.search-term-popular #popularSearch .block-search .block-content .form.minisearch .field.search .control .input-text {
  border-radius: 5px;
  height: 53px;
}
.search-term-popular #popularSearch .block-search .block-content .form.minisearch .field.search .control .input-text::placeholder {
  font-size: 20px;
}
.search-term-popular #popularSearch .block-search .block-content .form.minisearch .actions .action.search {
  background-color: #efefef;
  height: 53px;
}
.search-term-popular #popularSearch .block-search .block-content .form.minisearch .actions .action.search:before {
  color: #000000;
  content: "";
  background-image: url(/media/theme/magnifying-glass.png);
  position: absolute;
  top: 15px;
  left: 12px;
  height: 24px;
  width: 24px;
}
.search-term-popular #searchTerms {
  clear: both;
  width: 75%;
  margin: 50px auto;
}
.search-term-popular .search-terms {
  display: block;
  list-style: none;
  padding: 0;
}
.search-term-popular .search-terms li {
  margin: 0 auto;
}
.search-term-popular .search-terms li {
  margin-bottom: 15px;
  width: 100%;
  text-align: center;
}
.search-by-category #category_search_field > option.hidden_option {
  display: none;
}
.smile-elasticsuite-autocomplete-result .product-shop {
  font-size: 17px;
  line-height: 24px;
}
.smile-elasticsuite-autocomplete-result .product-item .special-price .price,
.smile-elasticsuite-autocomplete-result .product-item .minimal-price .price {
  font-size: 18px;
}
.action.mailto.friend {
  margin-left: -7px;
  display: inline-block;
  text-decoration: none;
}
.action.mailto.friend:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: inherit;
  content: '\e61d';
  font-family: 'icons-blank-theme';
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.action.mailto.friend span {
  display: inline-block;
  line-height: 28px;
  vertical-align: top;
}
.swatch-attribute-label {
  font-weight: 700;
  position: relative;
}
.swatch-attribute-label.required {
  padding-right: 15px;
}
.swatch-attribute-label[data-required='1']:after {
  color: #e02b27;
  content: '*';
  font-size: 20px;
  font-weight: 700;
  position: absolute;
  right: -11px;
  top: -2px;
}
.swatch-attribute-selected-option {
  color: #646464;
  padding-left: 17px;
}
.swatch-attribute-options {
  margin: 15px 0;
}
.swatch-attribute-options:focus {
  box-shadow: none;
}
.swatch-attribute-options .swatch-option-tooltip-layered .title {
  color: #282828;
  bottom: -5px;
  height: 20px;
  left: 0;
  margin-bottom: 15px;
  position: absolute;
  text-align: center;
  width: 100%;
}
.swatch-attribute.size .swatch-option,
.swatch-attribute.manufacturer .swatch-option {
  background: #ffffff;
  color: #000000;
}
.swatch-attribute.size .swatch-option.selected,
.swatch-attribute.manufacturer .swatch-option.selected {
  background: #ffffff;
  border: 1px solid #ffffff;
  color: #000000;
}
.swatch-option {
  border: 0.5px solid #b7b7b7;
  cursor: pointer;
  float: left;
  height: 35px;
  margin: 0 10px 10px 0;
  max-width: 100%;
  min-width: 35px;
  overflow: hidden;
  padding: 1px 2px;
  position: relative;
  text-align: center;
  text-overflow: ellipsis;
  border-radius: 50%;
  box-sizing: border-box;
  /*            &:nth-child(3){
                            margin-right: 0;
                        }*/
}
.swatch-option:focus {
  box-shadow: 0 0 3px 1px #68a8e0;
}
.swatch-option.text {
  background: #f0f0f0;
  color: #686868;
  font-family: 'Lato Bold';
  font-size: 18px;
  line-height: 30px;
  margin-right: 10px;
  min-width: 44px;
  padding: 4px 8px;
  border-radius: 5px;
  border: none;
}
.swatch-option.text.selected {
  background-color: #ffffff;
}
.swatch-option.selected {
  outline: 2px solid #f46414;
  border: 1px solid #ffffff;
  color: #333333;
}
.swatch-option:not(.disabled):hover {
  color: #333333;
  outline: 1px solid #999999;
}
.swatch-option.image:not(.disabled):hover,
.swatch-option.color:not(.disabled):hover {
  border: 1px solid #ffffff;
  outline: 2px solid #c24b09;
}
.swatch-option.disabled {
  box-shadow: unset;
  cursor: default;
  pointer-events: none;
}
.swatch-option.disabled:after {
  background: linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(42%, rgba(255, 255, 255, 0)), color-stop(43%, #ffffff), color-stop(46%, #ffffff), color-stop(47%, #ff5216), color-stop(53%, #ff5216), color-stop(54%, #ffffff), color-stop(57%, #ffffff), color-stop(58%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  bottom: 0;
  content: '';
  filter: 'progid:DXImageTransform.Microsoft.gradient(startColorstr=#00ffffff, endColorstr=#00ffffff, GradientType=1)';
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.swatch-option-disabled {
  border: 0;
  cursor: default;
  outline: none !important;
}
.swatch-option-disabled:after {
  -webkit-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  transform: rotate(-30deg);
  background: #e02b27;
  content: '';
  height: 2px;
  left: -4px;
  position: absolute;
  top: 10px;
  width: 42px;
  z-index: 995;
}
.swatch-option-loading {
  content: url('../../frontend/Harriswebworks/westrocksupply/en_US/images/loader-2.gif');
}
.swatch-option-tooltip {
  border: 0.5px solid #b7b7b7;
  color: #949494;
  background: #ffffff;
  display: none;
  max-height: 100%;
  min-height: 20px;
  min-width: 20px;
  padding: 7.5px;
  position: absolute;
  text-align: center;
  z-index: 999;
}
.swatch-option-tooltip .corner,
.swatch-option-tooltip-layered .corner {
  bottom: 0;
  height: 8px;
  left: 40%;
  position: absolute;
}
.swatch-option-tooltip .corner:before,
.swatch-option-tooltip-layered .corner:before,
.swatch-option-tooltip .corner:after,
.swatch-option-tooltip-layered .corner:after {
  border-style: solid;
  content: '';
  font-size: 1px;
  height: 0;
  position: relative;
  width: 0;
}
.swatch-option-tooltip .corner:before,
.swatch-option-tooltip-layered .corner:before {
  border-color: #adadad transparent transparent transparent;
  border-width: 8px 8.5px 0 8.5px;
  left: 0;
  top: 2px;
}
.swatch-option-tooltip .corner:after,
.swatch-option-tooltip-layered .corner:after {
  border-color: #ffffff transparent transparent transparent;
  border-width: 7px 7.5px 0 7.5px;
  left: -15px;
  top: 1px;
}
.swatch-option-tooltip .image,
.swatch-option-tooltip-layered .image {
  display: block;
  height: 130px;
  margin: 0 auto;
  width: 130px;
}
.swatch-option-tooltip-layered {
  background: #ffffff;
  border: 0.5px solid #b7b7b7;
  color: #949494;
  display: none;
  left: -47px;
  position: absolute;
  width: 140px;
  z-index: 999;
}
.swatch-option-tooltip .title {
  color: #282828;
  display: block;
  max-height: 200px;
  min-height: 20px;
  overflow: hidden;
  text-align: center;
}
.swatch-option-link-layered {
  margin: 0 !important;
  padding: 0 !important;
  position: relative;
}
.swatch-option-link-layered:focus > div {
  box-shadow: 0 0 3px 1px #68a8e0;
}
.swatch-option-link-layered:hover > .swatch-option-tooltip-layered {
  display: block;
}
.swatch-opt {
  margin: 30px 0;
}
.swatch-opt-listing {
  margin-bottom: 15px;
}
.swatch-more {
  display: inline-block;
  margin: 2px 0;
  padding: 2px;
  position: static;
}
.swatch-visual-tooltip-layered {
  height: 160px;
  top: -170px;
}
.swatch-textual-tooltip-layered {
  height: 30px;
  top: -40px;
}
.swatch-input {
  left: -1000px;
  position: absolute;
  visibility: hidden;
}
.clearfix:after {
  clear: both;
  content: '';
  display: block;
  height: 0;
  visibility: hidden;
}
.block-collapsible-nav .content {
  background: #f5f5f5;
  padding: 15px 0;
}
.block-collapsible-nav .item {
  margin: 3px 0 0;
}
.block-collapsible-nav .item:first-child {
  margin-top: 0;
}
.block-collapsible-nav .item a,
.block-collapsible-nav .item > strong {
  border-left: 3px solid transparent;
  color: #575757;
  display: block;
  padding: 5px 18px 5px 15px;
}
.block-collapsible-nav .item a {
  text-decoration: none;
}
.block-collapsible-nav .item a:hover {
  background: #e8e8e8;
}
.block-collapsible-nav .item.current a,
.block-collapsible-nav .item.current > strong {
  border-color: #f46414;
  color: #000000;
  font-weight: 600;
}
.block-collapsible-nav .item.current a {
  border-color: #f46414;
}
.block-collapsible-nav .item .delimiter {
  border-top: 1px solid #d1d1d1;
  display: block;
  margin: 15px 1.8rem;
}
body a:active,
body .alink:active {
  text-decoration: unset;
}
body {
  background-color: #ffffff;
}
body.checkout-index-index .hamburger-menu-area {
  display: none;
}
.page-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
}
.page-main {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.page-header {
  color: #000000;
  background-color: #ffffff;
  /*border-bottom: 1px solid @border-color__base;*/
  border-bottom: 0;
  margin-bottom: 0;
}
.header.content {
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
}
.header.content .requisition-header-link {
  list-style: none;
  display: none;
}
.header.content .requisition-header-link a {
  position: relative;
  font-size: 0;
  width: 20px;
  height: 24px;
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
}
.header.content .requisition-header-link.show {
  display: block;
}
.dealername {
  line-height: 16px;
  font-size: 16px;
}
.dealername .firstname {
  display: block;
}
.account-dropdown-items {
  display: none;
}
.logo {
  position: relative;
  z-index: 5;
  display: inline-block;
}
.logo img {
  display: block;
  height: auto;
}
.page-print .logo {
  float: none;
}
.page-main > .page-title-wrapper .page-title + .action {
  margin-top: 45px;
}
.action.skip:focus {
  background: #f0f0f0;
  padding: 15px;
  box-sizing: border-box;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 15;
}
.action-skip-wrapper {
  height: 0;
  position: relative;
}
.message.global p {
  margin: 0;
}
.message.global.noscript,
.message.global.cookie {
  margin: 0 0 15px;
  padding: 15px 30px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #ffee9c;
  border-color: #d6ca8e;
  color: #000000;
  margin: 0;
}
.message.global.noscript a,
.message.global.cookie a {
  color: #000000;
}
.message.global.noscript a:hover,
.message.global.cookie a:hover {
  color: #0f5ea5;
}
.message.global.noscript a:active,
.message.global.cookie a:active {
  color: #f46414;
}
.message.global.cookie {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  z-index: 3;
}
.message.global.cookie .actions {
  margin-top: 15px;
}
.message.global.demo {
  margin: 0 0 15px;
  padding: 15px 30px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #ff0101;
  border-color: none;
  color: #ffffff;
  margin-bottom: 0;
  text-align: center;
}
.message.global.demo a {
  color: #000000;
}
.message.global.demo a:hover {
  color: #0f5ea5;
}
.message.global.demo a:active {
  color: #f46414;
}
.page-footer {
  background-color: #0f5ea5;
  margin-top: auto;
  border-bottom: 1px solid #ffffff;
}
.footer.content .switcher-store {
  margin: 0 0 30px;
}
.footer .copyright,
.footer .bugs {
  display: block;
  margin: 20px 0 0;
}
.page-header .panel.wrapper .switcher,
.page-footer .switcher {
  margin-right: 10px;
}
.page-header .panel.wrapper .switcher .options,
.page-footer .switcher .options {
  display: inline-block;
  position: relative;
}
.page-header .panel.wrapper .switcher .options:before,
.page-footer .switcher .options:before,
.page-header .panel.wrapper .switcher .options:after,
.page-footer .switcher .options:after {
  content: '';
  display: table;
}
.page-header .panel.wrapper .switcher .options:after,
.page-footer .switcher .options:after {
  clear: both;
}
.page-header .panel.wrapper .switcher .options .action.toggle,
.page-footer .switcher .options .action.toggle {
  padding: 0;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.page-header .panel.wrapper .switcher .options .action.toggle > span,
.page-footer .switcher .options .action.toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.page-header .panel.wrapper .switcher .options .action.toggle:after,
.page-footer .switcher .options .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.page-header .panel.wrapper .switcher .options .action.toggle:hover:after,
.page-footer .switcher .options .action.toggle:hover:after {
  color: inherit;
}
.page-header .panel.wrapper .switcher .options .action.toggle:active:after,
.page-footer .switcher .options .action.toggle:active:after {
  color: inherit;
}
.page-header .panel.wrapper .switcher .options .action.toggle.active,
.page-footer .switcher .options .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.page-header .panel.wrapper .switcher .options .action.toggle.active > span,
.page-footer .switcher .options .action.toggle.active > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.page-header .panel.wrapper .switcher .options .action.toggle.active:after,
.page-footer .switcher .options .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e621';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.page-header .panel.wrapper .switcher .options .action.toggle.active:hover:after,
.page-footer .switcher .options .action.toggle.active:hover:after {
  color: inherit;
}
.page-header .panel.wrapper .switcher .options .action.toggle.active:active:after,
.page-footer .switcher .options .action.toggle.active:active:after {
  color: inherit;
}
.page-header .panel.wrapper .switcher .options ul.dropdown,
.page-footer .switcher .options ul.dropdown {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 160px;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.page-header .panel.wrapper .switcher .options ul.dropdown li,
.page-footer .switcher .options ul.dropdown li {
  margin: 0;
  padding: 0;
}
.page-header .panel.wrapper .switcher .options ul.dropdown li:hover,
.page-footer .switcher .options ul.dropdown li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.page-header .panel.wrapper .switcher .options ul.dropdown:before,
.page-footer .switcher .options ul.dropdown:before,
.page-header .panel.wrapper .switcher .options ul.dropdown:after,
.page-footer .switcher .options ul.dropdown:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.page-header .panel.wrapper .switcher .options ul.dropdown:before,
.page-footer .switcher .options ul.dropdown:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.page-header .panel.wrapper .switcher .options ul.dropdown:after,
.page-footer .switcher .options ul.dropdown:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.page-header .panel.wrapper .switcher .options ul.dropdown:before,
.page-footer .switcher .options ul.dropdown:before {
  left: 10px;
  top: -12px;
}
.page-header .panel.wrapper .switcher .options ul.dropdown:after,
.page-footer .switcher .options ul.dropdown:after {
  left: 9px;
  top: -14px;
}
.page-header .panel.wrapper .switcher .options.active,
.page-footer .switcher .options.active {
  overflow: visible;
}
.page-header .panel.wrapper .switcher .options.active ul.dropdown,
.page-footer .switcher .options.active ul.dropdown {
  display: block;
}
.page-header .panel.wrapper .switcher .options ul.dropdown a,
.page-footer .switcher .options ul.dropdown a {
  display: block;
  padding: 8px;
}
.page-header .panel.wrapper .switcher .options ul.dropdown a:hover,
.page-footer .switcher .options ul.dropdown a:hover {
  text-decoration: none;
}
.page-header .panel.wrapper .switcher li,
.page-footer .switcher li {
  font-size: 17px;
  margin: 0;
}
.page-header .panel.wrapper .switcher strong,
.page-footer .switcher strong {
  font-weight: 400;
}
.widget {
  clear: both;
}
.page-header .widget.block,
.page-footer .widget.block {
  margin: 30px 0;
}
.ui-datepicker td {
  padding: 0;
}
.cookie-status-message {
  display: none;
}
.page-header .header.panel {
  padding: 7px;
}
.page-header .panel.wrapper {
  background-color: #000000;
  color: #ffffff;
  text-align: center;
}
.page-header .panel.wrapper .header-top-msg {
  font-size: 13px;
  line-height: normal;
}
.page-header .panel.wrapper .header-top-msg span {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyOC4wNDgiIGhlaWdodD0iMTkiIHZpZXdCb3g9IjAgMCAyOC4wNDggMTkiPgogIDxwYXRoIGlkPSJQYXRoXzc1MyIgZGF0YS1uYW1lPSJQYXRoIDc1MyIgZD0iTTI3LjgxNyw5Mi4wNzMsMjMuMSw4Ny4yYS44MjIuODIyLDAsMCwwLS41OS0uMjVIMTkuNVY4My40MDdhLjgyMi44MjIsMCwwLDAtLjgyMi0uODIySDMuNDE2YS44MjIuODIyLDAsMCwwLS44MjIuODIydjIuNDY2SDEuOTcyYS44MjIuODIyLDAsMSwwLDAsMS42NDNoLjYyMlY4OS4xNkguODIyYS44MjIuODIyLDAsMCwwLDAsMS42NDNIMi41OTRWOTguMzVhLjgyMi44MjIsMCwwLDAsLjgyMi44MjJINS4xNjVhMy4zOTQsMy4zOTQsMCwwLDAsNi41LjAwOWg3Ljg0N2EzLjM5MiwzLjM5MiwwLDAsMCw2LjQ5MSwwaDEuMjI3YS44MjIuODIyLDAsMCwwLC44MjItLjgyMlY5Mi42NDRBLjgyMi44MjIsMCwwLDAsMjcuODE3LDkyLjA3M1ptLTIuNTI5LS4yNWgtNS44MVY4OC42aDIuNjg3Wk00LjIzOCw5MC44SDguNTE1YS44MjIuODIyLDAsMSwwLDAtMS42NDNINC4yMzhWODcuNTE2aDQuODhhLjgyMi44MjIsMCwxLDAsMC0xLjY0M0g0LjIzOFY4NC4yMjhIMTcuODU3bC0uMDIzLDEzLjMwOUgxMS43NDVhMy4zOTQsMy4zOTQsMCwwLDAtNi42NTktLjAwOUg0LjIzOFptNS40MTYsOC42MjVhMS43NTEsMS43NTEsMCwxLDEsMC0yLjQ3NkExLjczOSwxLjczOSwwLDAsMSw5LjY1NCw5OS40MjlabTE0LjMzOCwwYTEuNzUxLDEuNzUxLDAsMSwxLC41MTMtMS4yMzgsMS43MzksMS43MzksMCwwLDEtLjUxMywxLjIzOFptMi4wOTItMS44OTFhMy4zOTIsMy4zOTIsMCwwLDAtNi42MDYtLjIyNlY5My40NjZIMjYuNHY0LjA3MloiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgLTgyLjU4NSkiIGZpbGw9IiNmZmYiLz4KPC9zdmc+Cg==);
  background-repeat: no-repeat;
  padding-left: 35px;
  background-position: left center;
  background-size: 24px 15px;
}
.mobile-minicart {
  position: relative;
}
.mobile-minicart .mobile-minicart-conten-area {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  background-color: #ffffff;
  width: 100%;
  padding: 15px 25px 30px;
  box-sizing: border-box;
  box-shadow: 0 0 5px 0 #000000;
}
.mobile-minicart .close-x {
  cursor: pointer;
}
.mobile-minicart .close-btn {
  font-size: 0;
  position: relative;
  height: 20px;
  width: 20px;
  cursor: pointer;
  float: right;
}
.mobile-minicart .close-btn:after {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  background-image: url("../../frontend/Harriswebworks/westrocksupply/en_US/images/mobileCartHumberger.png");
  height: 26px;
  width: 24px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.custom-footer-full-width .custom-footer-area {
  padding: 10px 20px;
  text-align: center;
}
.custom-footer-full-width .custom-footer-area .copyright {
  display: block;
  margin-bottom: 25px;
}
.custom-footer-full-width .custom-footer-area .social-links {
  padding: 0;
  margin: 6px 0 0 0;
}
.custom-footer-full-width .custom-footer-area .social-links li {
  display: inline-block;
  list-style: none;
  margin: 0 10px;
  vertical-align: middle;
}
.custom-footer-full-width .custom-footer-area .social-links li .instagram,
.custom-footer-full-width .custom-footer-area .social-links li .facebook,
.custom-footer-full-width .custom-footer-area .social-links li .twitter,
.custom-footer-full-width .custom-footer-area .social-links li .linkedin,
.custom-footer-full-width .custom-footer-area .social-links li .youtube {
  display: inline-block;
  width: 28px;
  height: 28px;
}
.custom-footer-full-width .custom-footer-area .social-links li .instagram:hover,
.custom-footer-full-width .custom-footer-area .social-links li .facebook:hover,
.custom-footer-full-width .custom-footer-area .social-links li .twitter:hover,
.custom-footer-full-width .custom-footer-area .social-links li .linkedin:hover,
.custom-footer-full-width .custom-footer-area .social-links li .youtube:hover {
  filter: brightness(0) saturate(100%) invert(42%) sepia(100%) saturate(2033%) hue-rotate(347deg) brightness(94%) contrast(105%);
}
.custom-footer-full-width .custom-footer-area .social-links li .instagram {
  background: url("../../frontend/Harriswebworks/westrocksupply/en_US/images/Icon-awesome-instagram.png") no-repeat;
}
.custom-footer-full-width .custom-footer-area .social-links li .facebook {
  background: url("../../frontend/Harriswebworks/westrocksupply/en_US/images/Icon-awesome-facebook.png") no-repeat;
}
.custom-footer-full-width .custom-footer-area .social-links li .twitter {
  background: url("../../frontend/Harriswebworks/westrocksupply/en_US/images/Icon-awesome-twitter.png") no-repeat;
}
.custom-footer-full-width .custom-footer-area .social-links li .linkedin {
  background: url("../../frontend/Harriswebworks/westrocksupply/en_US/images/Icon-awesome-linkedin.png") no-repeat;
}
.custom-footer-full-width .custom-footer-area .social-links li .youtube {
  background: url("../../frontend/Harriswebworks/westrocksupply/en_US/images/Icon-awesome-youtube.png") no-repeat;
  width: 34px;
  vertical-align: top;
}
.owl-theme .owl-dots .owl-dot {
  box-shadow: none;
}
.modal {
  display: none;
}
aside .modal {
  display: block;
}
.header.content .account-dropdown-block {
  position: relative;
}
.header.content .account-dropdown {
  position: relative;
  cursor: pointer;
}
.header.content .account-dropdown .account-dropdown-title {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzNC4wMzEiIGhlaWdodD0iMzQuMDMxIiB2aWV3Qm94PSIwIDAgMzQuMDMxIDM0LjAzMSI+CiAgPHBhdGggaWQ9IlBhdGhfNzQzIiBkYXRhLW5hbWU9IlBhdGggNzQzIiBkPSJNMjkuMDQ4LDQuOTg0QTE3LjAxNiwxNy4wMTYsMCwwLDAsNC45ODQsMjkuMDQ4LDE3LjAxNiwxNy4wMTYsMCwwLDAsMjkuMDQ4LDQuOTg0Wk03LjM4NSwyOC41MzRhOS43MzUsOS43MzUsMCwwLDEsOS42MzEtOC41NjcsOS43LDkuNywwLDAsMSw5LjYzMSw4LjU2NywxNC45OSwxNC45OSwwLDAsMS0xOS4yNjIsMFptOS42MzEtMTAuNjIxYTUuMTY4LDUuMTY4LDAsMSwxLDUuMTY4LTUuMTY4QTUuMTc0LDUuMTc0LDAsMCwxLDE3LjAxNiwxNy45MTNabTExLjM0Nyw4LjkzNWExMS43MjIsMTEuNzIyLDAsMCwwLTcuMzM3LTguMTcyLDcuMTYyLDcuMTYyLDAsMSwwLTguMDE3LDAsMTEuNzExLDExLjcxMSwwLDAsMC03LjM0MSw4LjE2OCwxNS4wMjIsMTUuMDIyLDAsMSwxLDIyLjcsMFoiIGZpbGw9IiMwZjVlYTUiLz4KPC9zdmc+Cg==");
  height: 32px;
  width: 32px;
  background-position: left center;
  background-repeat: no-repeat;
  font-size: 0;
  display: flex;
  align-items: center;
  background-size: contain;
  margin-bottom: 0;
}
.header.content .account-dropdown .account-dropdown-title:hover {
  filter: brightness(0) saturate(100%) invert(42%) sepia(100%) saturate(2033%) hue-rotate(347deg) brightness(94%) contrast(105%);
}
.header.content .account-dropdown-items {
  position: absolute;
  top: 70px;
  right: -55px;
  background-color: #fff;
  border: 1px solid #cdcdcd;
  z-index: 9;
  padding: 20px;
  box-sizing: border-box;
  width: 115%;
  text-align: center;
}
.header.content .account-dropdown-items::after,
.header.content .account-dropdown-items::before {
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
  border-bottom-style: solid;
}
.header.content .account-dropdown-items::after {
  border: 9px solid;
  border-color: transparent transparent #cdcdcd transparent;
  z-index: 98;
  right: 11px;
  top: -18px;
}
.header.content .account-dropdown-items::before {
  border: 8px solid;
  border-color: transparent transparent #fff transparent;
  z-index: 99;
  right: 12px;
  top: -16px;
}
.header.content .account-dropdown-items .requisition-header-link {
  display: none !important;
}
.header.content .account-dropdown-items ul.header.links {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}
.header.content .account-dropdown-items ul.header.links li:not(.no-display) {
  display: inline-block;
  margin: 0px 0 13px;
  text-align: center;
  width: 100%;
}
.header.content .account-dropdown-items ul.header.links li:last-child {
  margin: 0;
}
.header.content .account-dropdown-items ul.header.links li a {
  position: relative;
}
.header.content .account-dropdown-items ul.header.links li.signin {
  order: 1;
}
.header.content .account-dropdown-items ul.header.links li.signin a {
  background: #0f5ea5;
  border-radius: 4px;
  border: 1px solid #0f5ea5;
  color: #ffffff;
  display: block;
  padding: 10px 10px;
  text-align: center;
}
.header.content .account-dropdown-items ul.header.links li.signin a:hover {
  background: transparent;
  color: #0f5ea5;
}
.header.content .account-dropdown-items ul.header.links li.register-link {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 16px;
  order: 2;
}
.header.content .account-dropdown-items ul.header.links li.register-link a {
  background: #ffffff;
  border-radius: 4px;
  border: 1px solid #0f5ea5;
  color: #0f5ea5;
  display: block;
  margin-bottom: 20px;
  padding: 10px 10px;
  text-align: center;
}
.header.content .account-dropdown-items ul.header.links li.register-link a:hover {
  color: #ffffff;
  background: #0f5ea5;
}
.header.content .account-dropdown-items ul.header.links li.wishlist {
  order: 3;
}
.header.content .account-dropdown-items ul.header.links li.wishlist a {
  padding-left: 0;
}
.header.content .account-dropdown-items ul.header.links li.wishlist a:after {
  display: none;
}
.header.content .account-dropdown-items ul.header.links li.compare {
  order: 3;
}
.header.content .account-dropdown-items ul.header.links li.compare a.no-display span {
  font-size: 0;
}
.header.content .account-dropdown-items ul.header.links li.item.link.authorization-link.create-account.logged-in {
  order: 1;
}
.header.content .account-dropdown-items ul.header.links li.link.authorization-link.logout {
  margin: 10px 0 0 !important;
  order: 4;
}
.header.content .account-dropdown-items ul.header.links li.link.authorization-link.logout a {
  background: #0f5ea5;
  border-radius: 4px;
  border: 1px solid #0f5ea5;
  color: #ffffff;
  display: block;
  padding: 10px 10px;
  text-align: center;
}
.header.content .account-dropdown-items ul.header.links li.link.authorization-link.logout a:hover {
  color: #0f5ea5;
  background: transparent;
}
.header.content .link.wishlist a:after {
  content: "";
  position: absolute;
  top: -3px;
  left: 0;
  background-image: url("../../frontend/Harriswebworks/westrocksupply/en_US/images/wishlist-icon.svg");
  height: 30px;
  width: 32px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.header.content .requisition-header-link.show a {
  width: 200px;
  font-size: 19px;
}
.header.content .requisition-header-link.show a:after {
  top: 0;
  background-image: url("../../frontend/Harriswebworks/westrocksupply/en_US/images/request.png");
  height: 26px;
  width: 21px;
}
.message > *:first-child:before {
  margin: -10px 0 0 !important;
}
.newsletter-footer-area {
  background: #F5F8FE;
}
.newsletter-footer-area .block.newsletter {
  align-items: normal;
  margin-bottom: 0;
  padding: 0 20px;
}
.newsletter-footer-area .block.newsletter .image {
  display: none;
  line-height: 0;
  margin: 0 auto;
  text-align: center;
}
.newsletter-footer-area .block.newsletter .content {
  padding: 41px 0;
}
.newsletter-footer-area .block.newsletter .content strong.title {
  color: #0f5ea5;
  display: block;
  font-size: 26px;
  line-height: 32px;
  margin-bottom: 7px;
  width: 100%;
}
.newsletter-footer-area .block.newsletter .content span.sub-string {
  display: block;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 17px;
}
.newsletter-footer-area .block.newsletter .content .form.subscribe {
  display: flex;
}
.newsletter-footer-area .block.newsletter .content .form.subscribe .control div.mage-error {
  font-size: 14px;
  margin-top: 3px;
}
.newsletter-footer-area .block.newsletter .content .form.subscribe .field.newsletter {
  margin-right: 6px;
  width: 100%;
}
.newsletter-footer-area .block.newsletter .content .form.subscribe .field.newsletter input {
  background: #ffffff;
  border-radius: 4px;
  border: 1px solid #CCCCCC;
  color: #000000;
  font-size: 16px;
  height: 50px;
  margin-bottom: 0;
  padding: 0 19px;
}
.newsletter-footer-area .block.newsletter .content .form.subscribe .actions {
  width: auto;
}
.newsletter-footer-area .block.newsletter .content .form.subscribe .actions button.subscribe,
.newsletter-footer-area .block.newsletter .content .form.subscribe .actions .cart.table-wrapper .actions-toolbar > .action.subscribe,
.newsletter-footer-area .block.newsletter .content .form.subscribe .actions .quote-details-items .actions-toolbar > .action.subscribe,
.newsletter-footer-area .block.newsletter .content .form.subscribe .actions .action-gift.subscribe {
  background: #f46414;
  border-color: #f46414;
  border-radius: 4px;
  font-size: 20px;
  line-height: 24px;
  min-height: 50px;
  padding: 0 25px;
}
.newsletter-footer-area .block.newsletter .content .form.subscribe .actions button.subscribe:hover,
.newsletter-footer-area .block.newsletter .content .form.subscribe .actions .cart.table-wrapper .actions-toolbar > .action.subscribe:hover,
.newsletter-footer-area .block.newsletter .content .form.subscribe .actions .quote-details-items .actions-toolbar > .action.subscribe:hover,
.newsletter-footer-area .block.newsletter .content .form.subscribe .actions .action-gift.subscribe:hover {
  background-color: #0f5ea5;
  border-color: #0f5ea5;
}
.page-footer {
  background: #000000;
  color: #ffffff;
  border-top: 11px solid #0f5ea5;
  border-bottom: 0;
}
.page-footer .footer.content {
  display: flex;
  flex-wrap: wrap;
  padding-top: 50px;
}
.page-footer .footer-content-block {
  width: 100%;
}
.page-footer .footer-content-block .footer-info p {
  line-height: 30px;
  font-size: 16px;
  margin: 13px 0 12px;
  max-width: 90%;
  font-weight: bold;
  font-family: 'Lato Bold';
}
.page-footer .footer-content-block .contect-info {
  margin-bottom: 37px;
}
.page-footer .footer-content-block .contect-info ul {
  padding: 0;
  margin: 0;
}
.page-footer .footer-content-block .contect-info ul li {
  list-style: none;
  margin-bottom: 0;
}
.page-footer .footer-content-block .contect-info ul li a {
  color: #ffffff;
  background-repeat: no-repeat;
  padding-left: 38px;
  font-size: 16px;
  line-height: 22px;
  display: inline-block;
}
.page-footer .footer-content-block .contect-info ul li a:hover {
  color: #0f5ea5;
}
.page-footer .footer-content-block .contect-info ul li.call a {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNC4wMTciIGhlaWdodD0iMjQuNzA2IiB2aWV3Qm94PSIwIDAgMjQuMDE3IDI0LjcwNiI+CiAgPGcgaWQ9Ikdyb3VwXzE0NzgiIGRhdGEtbmFtZT0iR3JvdXAgMTQ3OCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTIuOTQ5KSI+CiAgICA8cGF0aCBpZD0iUGF0aF84MTYiIGRhdGEtbmFtZT0iUGF0aCA4MTYiIGQ9Ik0xMTUuMjA2LDMuMjM2QTEwLjk3OCwxMC45NzgsMCwwLDAsMTA3LjM5MywwYS44NzYuODc2LDAsMCwwLDAsMS43NTEsOS4zLDkuMywwLDAsMSw5LjMsOS4zLjg3Ni44NzYsMCwwLDAsMS43NTEsMEExMC45NzcsMTAuOTc3LDAsMCwwLDExNS4yMDYsMy4yMzZaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtOTEuNDc3IDApIiBmaWxsPSIjMGY1ZWE1Ii8+CiAgICA8cGF0aCBpZD0iUGF0aF84MTciIGRhdGEtbmFtZT0iUGF0aCA4MTciIGQ9Ik0xMTEuNiw0OS41NDFhLjg3Ni44NzYsMCwwLDAsMS43NTEsMCw1Ljk3MSw1Ljk3MSwwLDAsMC01Ljk2My01Ljk2M2gwYS44NzYuODc2LDAsMCwwLDAsMS43NTFBNC4yMTcsNC4yMTcsMCwwLDEsMTExLjYsNDkuNTQxWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTkxLjQ3NyAtMzguNDkxKSIgZmlsbD0iIzBmNWVhNSIvPgogICAgPHBhdGggaWQ9IlBhdGhfODE4IiBkYXRhLW5hbWU9IlBhdGggODE4IiBkPSJNMTguMTksNDMuNjM0YTIuNjQzLDIuNjQzLDAsMCwwLTIuMzQxLDEuNC44NzYuODc2LDAsMCwwLDEuNDQ1Ljk4OWMuMzg1LS41NjMuNTYtLjY1Mi44LS42NDFhMTEuMjc4LDExLjI3OCwwLDAsMSw0LjA0MSwyLjk2LjkwNi45MDYsMCwwLDEtLjAwOC42MzksMy4wMjIsMy4wMjIsMCwwLDEtMS41LDEuODksMi44MDksMi44MDksMCwwLDEtMi4yNS0uMDc2LDI0Ljc0NSwyNC43NDUsMCwwLDEtOC4xMTctNS4yODVsMCwwQTI0Ljc0MiwyNC43NDIsMCwwLDEsNC45NzksMzcuNCwyLjgxMSwyLjgxMSwwLDAsMSw0LjksMzUuMTQ5YTMuMDIxLDMuMDIxLDAsMCwxLDEuODg5LTEuNS45LjksMCwwLDEsLjYzOC0uMDA5LDExLjMsMTEuMywwLDAsMSwyLjk2Miw0LjAzNGMuMDEzLjI0Ni0uMDc3LjQyLS42NC44YS44NzYuODc2LDAsMSwwLC45ODgsMS40NDYsMi42NDEsMi42NDEsMCwwLDAsMS40LTIuMzQzYy0uMDc2LTEuNC0yLjgtNS4xLTQuMS01LjU4MWEyLjY0NywyLjY0NywwLDAsMC0xLjgwOC0uMDExLDQuNzEyLDQuNzEyLDAsMCwwLTIuOTIzLDIuNDMsNC41MDcsNC41MDcsMCwwLDAsLjA0NiwzLjY0MSwyNi40ODMsMjYuNDgzLDAsMCwwLDUuNjYxLDguNjg3bC4wMTguMDE4YTI2LjQ5LDI2LjQ5LDAsMCwwLDguNjc4LDUuNjUxLDUuMiw1LjIsMCwwLDAsMS45NTUuNDA4LDQuMDEzLDQuMDEzLDAsMCwwLDEuNjg2LS4zNjIsNC43MTIsNC43MTIsMCwwLDAsMi40My0yLjkyNCwyLjY0OCwyLjY0OCwwLDAsMC0uMDA5LTEuOEMyMy4zLDQ2LjQzMSwxOS41OTEsNDMuNzEsMTguMTksNDMuNjM0WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCAtMjguMTE5KSIgZmlsbD0iIzBmNWVhNSIvPgogIDwvZz4KPC9zdmc+Cg==");
  background-size: 24px 23px;
  min-height: 25px;
  background-position: left top;
}
.page-footer .footer-content-block .contect-info ul li.email a {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43MDIiIGhlaWdodD0iMTkuMjUiIHZpZXdCb3g9IjAgMCAyNS43MDIgMTkuMjUiPgogIDxwYXRoIGlkPSJQYXRoXzgxNCIgZGF0YS1uYW1lPSJQYXRoIDgxNCIgZD0iTTI1LjcsNjYuNjMxYTIuMzY4LDIuMzY4LDAsMCwwLTIuMzY1LTIuMzY1SDIuMzY1QTIuMzY4LDIuMzY4LDAsMCwwLDAsNjYuNjMySDBWODEuMTVhMi4zNjUsMi4zNjUsMCwwLDAsMi4zNjYsMi4zNjZoMjAuOTdBMi4zNjUsMi4zNjUsMCwwLDAsMjUuNyw4MS4xNVY2Ni42MzJoMFpNMi4zNjUsNjUuNzcySDIzLjMzN2EuODYxLjg2MSwwLDAsMSwuODU5Ljg2Ljc1Mi43NTIsMCwwLDEtLjMzNi42MjdMMTMuMzI4LDc0LjI4MWEuODU4Ljg1OCwwLDAsMS0uOTU0LDBMMS44NDIsNjcuMjU5aDBhLjc1Mi43NTIsMCwwLDEtLjMzNi0uNjI4Ljg2Ljg2LDAsMCwxLC44NTktLjg1OVpNMjMuMzM2LDgyLjAxSDIuMzY2YS44Ni44NiwwLDAsMS0uODYtLjg2di0xMi4zbDEwLjAzMyw2LjY4OWEyLjM2LDIuMzYsMCwwLDAsMi42MjUsMEwyNC4yLDY4Ljg0NnYxMi4zYS44Ni44NiwwLDAsMS0uODYuODZaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwIC02NC4yNjYpIiBmaWxsPSIjMGY1ZWE1Ii8+Cjwvc3ZnPgo=");
  background-position: 0 100%;
}
.page-footer .footer-content-block .contect-info ul li:not(:last-child) {
  margin-bottom: 21px;
}
.page-footer .footer-content-block .social-icon ul {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 0;
  margin: 0;
}
.page-footer .footer-content-block .social-icon ul li {
  list-style: none;
}
.page-footer .footer-content-block .social-icon ul li a {
  background: #0f5ea5;
  width: 42px;
  height: 43px;
  display: flex;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
}
.page-footer .footer-content-block .social-icon ul li a:hover {
  background: #ffffff;
}
.page-footer .footer-content-block .social-icon ul li a:hover svg path {
  fill: #0f5ea5;
}
.page-footer .footer-menu-block {
  width: 100%;
  padding: 31px 0 0;
}
.page-footer .footer-menu-block .footer-menu .title {
  font-size: 22px;
  margin: 0;
  text-align: left;
  color: #ffffff;
  padding-bottom: 20px;
}
.page-footer .footer-menu-block .navigation {
  background: transparent;
  margin: 0;
  padding: 0;
}
.page-footer .footer-menu-block .navigation ul {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 0 !important;
}
.page-footer .footer-menu-block .navigation ul li {
  margin: 0 !important;
}
.page-footer .footer-menu-block .navigation ul li a {
  padding: 0 !important;
  font-size: 16px;
  font-weight: 400;
  text-transform: unset;
  line-height: 21px !important;
  color: #ffffff !important;
}
.page-footer .footer-menu-block .navigation ul li a:hover {
  color: #0f5ea5 !important;
}
.page-footer .footer-cms-menu {
  width: 100%;
  border-top: 1px solid #404040;
  padding: 40px 0;
  margin-top: 37px;
}
.page-footer .footer-cms-menu .footer-bottom {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  font-size: 14px;
  line-height: 20px;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 50px;
}
.page-footer .footer-cms-menu .footer-bottom li {
  list-style: none;
  margin: 0;
  line-height: normal;
}
.page-footer .footer-cms-menu .footer-bottom li span {
  color: #ffffff;
  opacity: 0.5;
}
.page-footer .footer-cms-menu .footer-bottom li span #full-year {
  opacity: 1;
}
.page-footer .footer-cms-menu .footer-bottom li a {
  color: #ffffff;
  opacity: 0.5;
}
.page-footer .footer-cms-menu .footer-bottom li a:hover {
  opacity: 1;
}
.cms-index-index .message {
  margin: 15px !important;
}
.cms-index-index .columns .column.main {
  padding: 0;
}
.cms-index-index .page-main {
  max-width: 100% !important;
  padding: 0 !important;
}
.cms-index-index .pagebuilder-banner-wrapper {
  background-position: 65% !important;
}
.cms-index-index .pagebuilder-banner-wrapper .pagebuilder-overlay {
  padding: 0px;
}
.cms-index-index .pagebuilder-banner-wrapper .pagebuilder-poster-content {
  padding: 0 20px;
}
.cms-index-index .pagebuilder-banner-wrapper .pagebuilder-poster-content h1 {
  font-weight: 700;
  font-family: 'Lato Bold';
  margin-bottom: 0;
}
.cms-index-index .pagebuilder-banner-wrapper .pagebuilder-poster-content a {
  display: inline-block;
  font-weight: 700;
  font-family: 'Lato Bold';
}
.cms-index-index .pagebuilder-banner-wrapper .pagebuilder-poster-content a:first-child {
  margin: 0 0 7px 0;
}
.featured-categories {
  overflow: hidden;
  padding: 53px 0;
}
.featured-categories .container {
  max-width: 1400px;
  margin: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.featured-categories h3.heading {
  color: #0f5ea5;
  font-weight: 700;
  font-family: 'Lato Bold';
}
.featured-categories .owl-theme .owl-dots .owl-dot span {
  background: #D1D1D1;
  width: 8px;
  height: 8px;
  margin-bottom: 0;
}
.featured-categories .owl-theme .owl-dots .owl-dot:hover span {
  background: #D1D1D1;
}
.featured-categories .owl-theme .owl-dots .owl-dot.active span {
  background: #f46414;
}
.owl-nav.disabled.featured-categories .owl-theme + .owl-dots {
  margin-top: 6px;
}
.why-info-section {
  display: flex;
  flex-direction: column;
  padding: 53px 0;
}
.why-info-section .why-content .heading {
  color: #0f5ea5;
  font-weight: 700;
  font-family: 'Lato Bold';
  margin: 0;
  padding: 0;
}
.why-info-section .why-content .sub-heading {
  display: block;
}
.why-info-section .why-content .why-info {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.why-info-section .why-content .why-item {
  align-items: center;
  display: flex;
  gap: 19px;
  width: 100%;
}
.why-info-section .why-content .why-item .image {
  background: #c0e7ed;
  border-radius: 50%;
  overflow: hidden;
  padding: 5px;
}
.why-info-section .why-content .why-item .image img {
  align-items: center;
  display: flex;
  justify-content: center;
}
.why-info-section .why-content .why-item .image .img-box {
  align-items: center;
  border-radius: 50%;
  border: 2px solid #0f5ea5;
  display: flex;
  height: calc(100% - 4px);
  justify-content: center;
  margin: auto;
  width: calc(100% - 4px);
  background: #E9F0FE;
}
.why-info-section .why-content .why-item .content .info-content {
  margin: 0;
}
.why-info-section .why-content a.action.primary {
  background: #f46414;
  font-size: 16px;
}
.why-info-section .why-content a.action.primary:hover {
  background: #0f5ea5;
}
.why-info-section .why-image {
  position: relative;
}
.why-info-section .why-image .reatings {
  background: #0ca1ba;
  border-radius: 30px;
  border: 10px solid #ffffff;
  position: absolute;
}
.why-info-section .why-image .reatings span {
  color: #ffffff;
  display: block;
  font-family: 'Lato Bold';
}
.why-info-section .why-image .reatings .reating {
  font-weight: 700;
  font-family: 'Lato Bold';
  display: flex;
}
.why-info-section .why-image .review {
  background: #0ca1ba;
  border-radius: 30px;
  border: 10px solid #ffffff;
  color: #ffffff;
}
.why-info-section .why-image .review .review-info {
  font-weight: 700;
  font-family: 'Lato Bold';
}
.why-info-section .why-image .review .review-author {
  display: block;
  font-weight: 700;
  font-family: 'Lato Bold';
}
.collection_wrapper {
  padding: 100px 0;
}
.collection_wrapper .coll-lists {
  display: grid;
}
.collection_wrapper .coll-lists picture {
  line-height: 0;
}
.collection_wrapper .coll-lists img {
  height: auto;
  max-width: 100%;
  object-fit: cover;
}
.collection_wrapper .coll-lists .bx_wrapper {
  border-radius: 10px;
  border: 1px solid #CCCCCC;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.collection_wrapper .coll_content {
  display: flex;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
}
.collection_wrapper .coll_content label {
  color: #000000;
  font-weight: bold;
  font-family: 'Lato Bold';
}
.collection_wrapper .coll_content p {
  color: #000000;
  flex-grow: 1;
}
.collection_wrapper .primary {
  align-self: flex-start;
  background-color: #f46414;
  border-radius: 4px;
  color: #ffffff;
  display: inline-block;
  text-align: center;
  text-decoration: none;
}
.collection_wrapper .primary:hover {
  background-color: #0f5ea5;
}
.section-content .top-row {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-bottom: 60px;
}
.section-content .top-row.image-with-accordion {
  align-items: flex-start;
}
.section-content .top-row.bottom-row {
  flex-direction: column-reverse;
}
.section-content .profile-img-box img {
  background: #ffffff;
  border-radius: 8px;
  display: block;
  margin: auto;
}
.section-content .heading {
  color: #2176ae;
  font-weight: 700;
  font-family: 'Lato Bold';
  margin: 0 0 10px 0;
  text-align: left;
}
.section-content .sub_heading {
  display: block;
}
.section-content p {
  font-size: 16px;
  line-height: 28px;
  margin: 0 0 15px 0;
}
.section-content .action.primary {
  background: #ff6b2c;
  border-radius: 4px;
  border: none;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  line-height: 19px;
  text-decoration: none;
  margin-top: 6px;
}
.section-content .action.primary:hover {
  background: #0f5ea5;
}
.section-content .image-with-accordion .content_inner details {
  border-bottom: 1px solid #b7b7b7;
}
.section-content .image-with-accordion .content_inner details summary {
  font-size: 16px;
  font-weight: bold;
  line-height: 26px;
  cursor: pointer;
  padding: 12px 25px 12px 0 !important;
  position: relative;
  color: #2176ae;
}
.section-content .image-with-accordion .content_inner details summary::-webkit-details-marker {
  display: none;
}
.section-content .image-with-accordion .content_inner details summary:before {
  content: '\f101';
  font-family: 'pagebuilder-font';
  font-size: 12px;
  right: 0;
  position: absolute;
  line-height: 30px;
}
.section-content .image-with-accordion .content_inner details .content {
  padding-bottom: 15px;
}
.section-content .image-with-accordion .content_inner details .content .text {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  transition: all 0.3s ease;
  font-size: 14px !important;
  line-height: 24px !important;
}
.section-content .image-with-accordion .content_inner details .content .text > * {
  font-size: 14px !important;
  line-height: 24px !important;
}
.section-content .image-with-accordion .content_inner details .content .text p {
  margin: 0 0 10px 0;
}
.section-content .image-with-accordion .content_inner details .content .text p:last-child {
  margin: 0;
}
.section-content .image-with-accordion .content_inner details .content .text.expanded {
  -webkit-line-clamp: unset;
}
.section-content .image-with-accordion .content_inner details .content .text.expanded + button:after,
.section-content .image-with-accordion .content_inner details .content .text.expanded + .cart.table-wrapper .actions-toolbar > .action:after,
.section-content .image-with-accordion .content_inner details .content .text.expanded + .quote-details-items .actions-toolbar > .action:after,
.section-content .image-with-accordion .content_inner details .content .text.expanded + .action-gift:after {
  content: '\e621';
}
.section-content .image-with-accordion .content_inner details .content button,
.section-content .image-with-accordion .content_inner details .content .cart.table-wrapper .actions-toolbar > .action,
.section-content .image-with-accordion .content_inner details .content .quote-details-items .actions-toolbar > .action,
.section-content .image-with-accordion .content_inner details .content .action-gift {
  position: relative;
  color: #f46414;
  font-weight: 700;
  padding: 0;
  box-shadow: unset;
  border: 0;
  line-height: normal;
  margin-top: 10px;
  font-size: 15px;
  line-height: 25px;
}
.section-content .image-with-accordion .content_inner details .content button:focus,
.section-content .image-with-accordion .content_inner details .content .cart.table-wrapper .actions-toolbar > .action:focus,
.section-content .image-with-accordion .content_inner details .content .quote-details-items .actions-toolbar > .action:focus,
.section-content .image-with-accordion .content_inner details .content .action-gift:focus {
  position: relative;
  color: #f46414;
  font-weight: 700;
  padding: 0;
  box-shadow: unset;
  border: 0;
  line-height: normal;
  margin-top: 10px;
  font-size: 15px;
  line-height: 25px;
}
.section-content .image-with-accordion .content_inner details .content button:active,
.section-content .image-with-accordion .content_inner details .content .cart.table-wrapper .actions-toolbar > .action:active,
.section-content .image-with-accordion .content_inner details .content .quote-details-items .actions-toolbar > .action:active,
.section-content .image-with-accordion .content_inner details .content .action-gift:active {
  position: relative;
  color: #f46414;
  font-weight: 700;
  padding: 0;
  box-shadow: unset;
  border: 0;
  line-height: normal;
  margin-top: 10px;
  font-size: 15px;
  line-height: 25px;
}
.section-content .image-with-accordion .content_inner details .content button:hover,
.section-content .image-with-accordion .content_inner details .content .cart.table-wrapper .actions-toolbar > .action:hover,
.section-content .image-with-accordion .content_inner details .content .quote-details-items .actions-toolbar > .action:hover,
.section-content .image-with-accordion .content_inner details .content .action-gift:hover {
  position: relative;
  color: #f46414;
  font-weight: 700;
  padding: 0;
  box-shadow: unset;
  border: 0;
  line-height: normal;
  margin-top: 10px;
  font-size: 15px;
  line-height: 25px;
}
.section-content .image-with-accordion .content_inner details .content button:after,
.section-content .image-with-accordion .content_inner details .content .cart.table-wrapper .actions-toolbar > .action:after,
.section-content .image-with-accordion .content_inner details .content .quote-details-items .actions-toolbar > .action:after,
.section-content .image-with-accordion .content_inner details .content .action-gift:after {
  content: '\e622';
  font-family: 'icons-blank-theme';
  font-weight: 700;
  font-size: 30px;
  line-height: normal;
  display: inline-block;
  vertical-align: middle;
}
.section-content .image-with-accordion .content_inner details[open] summary:before {
  content: '\f104';
}
.full-width-section {
  display: flex;
  width: 100%;
}
.full-width-section .left-image {
  padding-left: 0;
}
.full-width-section .left-image picture {
  display: block;
  height: 100%;
  line-height: 0;
}
.full-width-section .right-side {
  align-items: center;
  color: white;
  display: flex;
  flex-wrap: wrap;
}
.full-width-section .content-container small {
  display: block;
}
.full-width-section .content-container p {
  margin: 0;
}
.full-width-section .buttons {
  display: flex;
}
.full-width-section .action {
  border-radius: 4px;
  color: white;
  cursor: pointer;
}
.full-width-section .action.primary {
  background-color: #f46414;
  border: 1px solid #f46414;
}
.full-width-section .action.primary:hover {
  background: transparent;
  border: 1px solid white;
}
.full-width-section .action.secondary {
  background: transparent;
  border: 1px solid white;
}
.full-width-section .action.secondary:hover {
  background-color: #f46414;
  border: 1px solid #f46414;
}
.featured-blog-slider-area {
  margin: 0;
}
.featured-blog-slider-area .home__featured-blog-title {
  font-size: 46px;
  line-height: 55px;
  margin-top: 0;
  margin-bottom: 30px;
  color: #0f5ea5;
  text-align: center;
}
.featured-blog-slider-area .home__featured-blog-post-item .home__featured-blog-image {
  height: 300px;
  margin-bottom: 13px;
}
.featured-blog-slider-area .home__featured-blog-post-item .home__featured-blog-date-and-author {
  font-size: 15px;
  line-height: 34px;
  color: #000000;
  padding-left: 0;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 12px;
}
.featured-blog-slider-area .home__featured-blog-post-item .home__featured-blog-date-and-author:before {
  display: none;
}
.featured-blog-slider-area .home__featured-blog-post-item .home__featured-blog-short-description {
  font-size: 22px;
  line-height: 34px;
  font-weight: 700;
  font-family: 'Lato Bold';
  margin-bottom: 7px;
}
.featured-blog-slider-area .home__featured-blog-post-item .home__featured-blog-view-article a {
  text-decoration: none;
  font-size: 16px;
  line-height: 19px;
  color: #f46414;
  font-weight: bold;
  font-family: 'Lato Bold';
  background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iR3JvdXBfMTQ1NyIgZGF0YS1uYW1lPSJHcm91cCAxNDU3IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNC43ODkiIGhlaWdodD0iMTQuNzg5IiB2aWV3Qm94PSIwIDAgMTQuNzg5IDE0Ljc4OSI+CiAgPHBhdGggaWQ9IlBhdGhfNzU1IiBkYXRhLW5hbWU9IlBhdGggNzU1IiBkPSJNMTQuNzg5LDcuMzk0YTcuMzk0LDcuMzk0LDAsMSwwLTcuMzk0LDcuMzk0QTcuNCw3LjQsMCwwLDAsMTQuNzg5LDcuMzk0Wm0tMTMuNjQyLDBhNi4yNDgsNi4yNDgsMCwxLDEsNi4yNDgsNi4yNDhBNi4yNTMsNi4yNTMsMCwwLDEsMS4xNDcsNy4zOTRaIiBmaWxsPSIjZjQ2NDE0Ii8+CiAgPHBhdGggaWQ9IlBhdGhfNzU2IiBkYXRhLW5hbWU9IlBhdGggNzU2IiBkPSJNMTk1LjgsMTQ0Ljg3MmwyLjg2Mi0yLjg2MmEuNTc0LjU3NCwwLDAsMCwwLS44MDlsLTIuODYyLTIuODYyYS41NzQuNTc0LDAsMCwwLS44MDkuODA5bDIuNDU4LDIuNDU4LTIuNDU4LDIuNDY0YS41Ny41NywwLDEsMCwuODA5LjhaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTg5LjE5OCAtMTM0LjIwOCkiIGZpbGw9IiNmNDY0MTQiLz4KPC9zdmc+Cg==);
  background-repeat: no-repeat;
  background-position: 98% 3px;
  padding-right: 24px;
}
.featured-blog-slider-area .home__featured-blog-post-item .home__featured-blog-view-article a:hover {
  filter: brightness(0) saturate(100%) invert(20%) sepia(98%) saturate(750%) hue-rotate(180deg) brightness(135%) contrast(89%);
}
.featured-blog-slider-area .home__featured-blog-date {
  position: relative;
  display: inline;
  margin: 0;
  text-transform: uppercase;
}
.featured-blog-slider-area .owl-theme .owl-nav {
  position: unset;
  width: auto;
  margin: 0;
}
.featured-blog-slider-area .owl-theme .owl-nav button.owl-next,
.featured-blog-slider-area .owl-theme .owl-nav .cart.table-wrapper .actions-toolbar > .action.owl-next,
.featured-blog-slider-area .owl-theme .owl-nav .quote-details-items .actions-toolbar > .action.owl-next,
.featured-blog-slider-area .owl-theme .owl-nav .action-gift.owl-next {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNy4yMTkiIGhlaWdodD0iMzEuNzg0IiB2aWV3Qm94PSIwIDAgMTcuMjE5IDMxLjc4NCI+CiAgPGcgaWQ9Ikdyb3VwXzEzODciIGRhdGEtbmFtZT0iR3JvdXAgMTM4NyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTAuMDc1IDMxLjcyMikgcm90YXRlKC05MCkiPgogICAgPGcgaWQ9Ikdyb3VwXzEzNzciIGRhdGEtbmFtZT0iR3JvdXAgMTM3NyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTAuMDYzIDAuMDc1KSI+CiAgICAgIDxwYXRoIGlkPSJQYXRoXzc5NyIgZGF0YS1uYW1lPSJQYXRoIDc5NyIgZD0iTTMxLjMzNS40NjFhMS4zMywxLjMzLDAsMCwwLTEuODc0LDBMMTUuODMxLDE0LjA4NSwyLjIuNDYxQTEuMzI1LDEuMzI1LDAsMCwwLC4zMjYsMi4zMzZMMTQuODk0LDE2LjlhMS4zMTksMS4zMTksMCwwLDAsMS44NzQsMEwzMS4zMzUsMi4zM0ExLjMyMiwxLjMyMiwwLDAsMCwzMS4zMzUuNDYxWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMC4wNjMgLTAuMDc1KSIgZmlsbD0iIzBmNWVhNSIvPgogICAgPC9nPgogIDwvZz4KPC9zdmc+Cg==) !important;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 31px;
  width: 31px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  font-size: 0px;
  left: unset;
  right: -47px;
  transform: rotate(0deg);
}
.featured-blog-slider-area .owl-theme .owl-nav button.owl-prev,
.featured-blog-slider-area .owl-theme .owl-nav .cart.table-wrapper .actions-toolbar > .action.owl-prev,
.featured-blog-slider-area .owl-theme .owl-nav .quote-details-items .actions-toolbar > .action.owl-prev,
.featured-blog-slider-area .owl-theme .owl-nav .action-gift.owl-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNy4yMTkiIGhlaWdodD0iMzEuNzg0IiB2aWV3Qm94PSIwIDAgMTcuMjE5IDMxLjc4NCI+CiAgPGcgaWQ9Ikdyb3VwXzEzODciIGRhdGEtbmFtZT0iR3JvdXAgMTM4NyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTAuMDc1IDMxLjcyMikgcm90YXRlKC05MCkiPgogICAgPGcgaWQ9Ikdyb3VwXzEzNzciIGRhdGEtbmFtZT0iR3JvdXAgMTM3NyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTAuMDYzIDAuMDc1KSI+CiAgICAgIDxwYXRoIGlkPSJQYXRoXzc5NyIgZGF0YS1uYW1lPSJQYXRoIDc5NyIgZD0iTTMxLjMzNS40NjFhMS4zMywxLjMzLDAsMCwwLTEuODc0LDBMMTUuODMxLDE0LjA4NSwyLjIuNDYxQTEuMzI1LDEuMzI1LDAsMCwwLC4zMjYsMi4zMzZMMTQuODk0LDE2LjlhMS4zMTksMS4zMTksMCwwLDAsMS44NzQsMEwzMS4zMzUsMi4zM0ExLjMyMiwxLjMyMiwwLDAsMCwzMS4zMzUuNDYxWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMC4wNjMgLTAuMDc1KSIgZmlsbD0iIzBmNWVhNSIvPgogICAgPC9nPgogIDwvZz4KPC9zdmc+Cg==) !important;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 31px;
  width: 31px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  font-size: 0px;
  transform: rotate(180deg);
  left: -47px;
}
.featured-blog-slider-area .owl-theme .owl-dots .owl-dot span {
  background: #D1D1D1;
  width: 8px;
  height: 8px;
  margin-bottom: 0;
}
.featured-blog-slider-area .owl-theme .owl-dots .owl-dot:hover span {
  background: #D1D1D1;
}
.featured-blog-slider-area .owl-theme .owl-dots .owl-dot.active span {
  background: #f46414;
}
.owl-nav.disabled.featured-blog-slider-area .owl-theme + .owl-dots {
  margin-top: 6px;
}
.featured-blog-slider-area a.action.primary {
  width: auto;
  text-align: center;
  margin: 35px auto 0;
  max-width: fit-content;
  display: flex;
  background: #f46414;
  font-size: 16px;
  line-height: 19px;
  color: #ffffff;
}
.featured-blog-slider-area a.action.primary:hover {
  background: #0c61a7;
}
.CarouselWidget-prefix .CarouselWidget {
  margin-bottom: 0;
}
.CarouselWidget-prefix .CarouselWidget .CarouselWidget__header {
  background: #000000;
  border-radius: 10px;
}
.CarouselWidget-prefix .CarouselWidget .CarouselWidget__header .header__inner {
  max-width: 260px;
  position: relative;
}
.CarouselWidget-prefix .CarouselWidget .CarouselWidget__header .header__inner:before {
  content: '';
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1Ni43NTEiIGhlaWdodD0iMTQzLjEyIiB2aWV3Qm94PSIwIDAgNTYuNzUxIDE0My4xMiI+CiAgPGcgaWQ9Ikdyb3VwXzEyODAiIGRhdGEtbmFtZT0iR3JvdXAgMTI4MCIgb3BhY2l0eT0iMC4yNCI+CiAgICA8cGF0aCBpZD0iUGF0aF83MTEiIGRhdGEtbmFtZT0iUGF0aCA3MTEiIGQ9Ik01OC40MTIsMzg1LjI2czQuMjEzLTEwLjE1MSw3LjgtMTQuMSw5LjE3LTYuMDMzLDEwLjIzOS05LjkzM2MwLDAtLjE2NSw4Ljg4OC0zLjg3NCwxNC43NS0yLjIxOSwzLjUwOC02LjQ1LDUuMzk0LTkuMiw2LjMwOEExOS43MzMsMTkuNzMzLDAsMCwwLDU4LjQxMiwzODUuMjZaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTkuNjk4IC0yODUuOTAzKSIgZmlsbD0iI2ZmZiIvPgogICAgPHBhdGggaWQ9IlBhdGhfNzEyIiBkYXRhLW5hbWU9IlBhdGggNzEyIiBkPSJNODIsMzE1LjYxOXMtMy44OTMtNy4yNi00LjM0MS0xMS4zOTMtLjU0My0xMC40ODgtMS45NjktMTIuNzU5YzAsMCw2LjIxMSw1LjAxNiw3LjY0OSw5Ljk0Mi44NiwyLjk0OC0uMDI4LDYuODQ5LS43NzQsOS4yNzlBMTkuNjg2LDE5LjY4NiwwLDAsMCw4MiwzMTUuNjE5WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTQ0LjIxMSAtMjg1LjkwMykiIGZpbGw9IiNmZmYiLz4KICAgIDxwYXRoIGlkPSJQYXRoXzcxMyIgZGF0YS1uYW1lPSJQYXRoIDcxMyIgZD0iTTc4Ljk2NCwzODQuN3M1LjIxMy0xMC4xNjUsMy41MzMtMTQuMTgxLTYuNjUyLTcuNTU2LTcuNDIzLTkuNzI3YzAsMC0yLjA3NCw3LjA0OC0xLjUsMTEuMjg4LjM0MSwyLjUzOCwyLjc2Myw1LjQ2LDQuMjc2LDcuNkM3OS4wODIsMzgxLjQyOSw3OC45NjQsMzg0LjcsNzguOTY0LDM4NC43WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTQxLjEzOSAtMjg1LjkwMykiIGZpbGw9IiNmZmYiLz4KICAgIDxwYXRoIGlkPSJQYXRoXzcxNCIgZGF0YS1uYW1lPSJQYXRoIDcxNCIgZD0iTTk0LjksMzE1LjIxOXMtMS45OTUtNy40LTYuMTEzLTguNzMxYy0zLjAxLS45NzYtOC4zNDEtMi4xNDktOS45NTYtMi45LDAsMCwxLjksNi4yMzksNi40MTQsOC42MSwxLjQ3OS43NzcsMy4yMzkuNTgsNS4xNDEsMS4xMjJBMjAuNzQsMjAuNzQsMCwwLDEsOTQuOSwzMTUuMjE5WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTU4LjU2OCAtMjg1LjkwMykiIGZpbGw9IiNmZmYiLz4KICAgIDxwYXRoIGlkPSJQYXRoXzcxNSIgZGF0YS1uYW1lPSJQYXRoIDcxNSIgZD0iTTY4Ljc4MiwzMzEuOTEycy0yLjQyNi05LjQyMS0xLjE3OS0xNC41LDUuNDUzLTkuMTEzLDQuNjg3LTEyLjY0NGMwLDAsMy44MTcsNy4wOTMsMy4zMTIsMTMuNzM1YTE1LjIsMTUuMiwwLDAsMS0zLjc2Nyw4Ljg5MkE0My42NDgsNDMuNjQ4LDAsMCwwLDY4Ljc4MiwzMzEuOTEyWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTI3LjczMiAtMjg1LjkwMykiIGZpbGw9IiNmZmYiLz4KICAgIDxwYXRoIGlkPSJQYXRoXzcxNiIgZGF0YS1uYW1lPSJQYXRoIDcxNiIgZD0iTTkwLjIzLDMzMi41MzdzLS4yNjUtMTEuMDE4LTMuMjYyLTEzLjI4LTkuNTM5LTMuMjQ3LTExLjEtNC42MWMwLDAsMS43ODEsNi44NjcsNC4wMjgsMTAuMDY0LDEuMzQ1LDEuOTEzLDUuMzU1LDMuNiw3LjQsNC40NkM4OC45NjksMzI5Ljg3Nyw5MC4yMywzMzIuNTM3LDkwLjIzLDMzMi41MzdaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNTAuOTMyIC0yODUuOTAzKSIgZmlsbD0iI2ZmZiIvPgogICAgPHBhdGggaWQ9IlBhdGhfNzE3IiBkYXRhLW5hbWU9IlBhdGggNzE3IiBkPSJNMTAxLjg4OSwzMDMuOTg4Yy0zLjY5My0yLjgzMy04LjUzMy0zLjQ2My0xMC40MTctNy41QTQwLjg4Niw0MC44ODYsMCwwLDAsODQuNDg4LDI4NS45czcuMjQyLjIyNiwxMi4xMzgsNS4zM0M5OS44NDYsMjk0LjU4OSwxMDEuODg5LDMwMy45ODgsMTAxLjg4OSwzMDMuOTg4WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTcxLjIxNCAtMjg1LjkwMykiIGZpbGw9IiNmZmYiLz4KICAgIDxwYXRoIGlkPSJQYXRoXzcxOCIgZGF0YS1uYW1lPSJQYXRoIDcxOCIgZD0iTTg0LjY5LDQyOC4yMjNjLS4zNC40LS4yNDYuNzI2LjE3MS44LjczOS4xMjUsMi42NDMtMi45NzksNC4wODMtNC4yNTcsMi42MjctMi4zMzIsNC4zMjMtMi40MzksNi4yLTEuOTgzYTkuNDQ4LDkuNDQ4LDAsMCwxLDQuMTI5LDIuMTc5LDcuNTc3LDcuNTc3LDAsMCwwLDYuNCwyLjA0LDEyLjcxNCwxMi43MTQsMCwwLDAsOS40ODktOC4wOHMtMS44MjEsMS4yLTYuMDQ3LjE3OGMtMy4wNzItLjczOS01Ljc2Mi0xLjU0NC05LjA0OC0xLjEzMUM5My40NzgsNDE4LjgsODguMTA2LDQyNC4yMiw4NC42OSw0MjguMjIzWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTg0LjQ4MyAtMjg1LjkwNCkiIGZpbGw9IiNmZmYiLz4KICAgIDxwYXRoIGlkPSJQYXRoXzcxOSIgZGF0YS1uYW1lPSJQYXRoIDcxOSIgZD0iTTcxLjMzNyw0MTMuNDMyczcuNzMyLTYuNzkxLDEyLjE3Ni03Ljc5LDExLjMzOC0uMDA5LDEzLjk1My0yLjQ0NWMwLDAtMi43OTQsOC43MjctMTEuNDg4LDExLjM3YTE1LjA4NywxNS4wODcsMCwwLDEtOS41Ny0uNzIzQTEyLjM1OSwxMi4zNTksMCwwLDAsNzEuMzM3LDQxMy40MzJaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNTMuNjQgLTI4NS45MDMpIiBmaWxsPSIjZmZmIi8+CiAgICA8cGF0aCBpZD0iUGF0aF83MjAiIGRhdGEtbmFtZT0iUGF0aCA3MjAiIGQ9Ik04OC43MzYsNDEyLjM2MXM4LjQ2OS02LjE1Niw5LjA0Ny0xMC42ODctMS41OTEtMTAuNS0xLjE5NC0xMi44YzAsMC00LjcyMiw0LjkyOS02LjE1Miw5LjA1Ny0uODU2LDIuNDcxLS4zMzgsNi40NDUtLjIsOS4yM0M5MC4zNTIsNDA5LjQzOSw4OC43MzYsNDEyLjM2MSw4OC43MzYsNDEyLjM2MVoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC03MS40NTUgLTI4NS45MDMpIiBmaWxsPSIjZmZmIi8+CiAgICA8cGF0aCBpZD0iUGF0aF83MjEiIGRhdGEtbmFtZT0iUGF0aCA3MjEiIGQ9Ik02My4wMTYsNDAwLjUxNnM1LjQtOS4xNzMsOS40MjEtMTIuMTQyLDkuODM3LTEuODI1LDExLjUzNS01LjM1MWMwLDAtMS4zODMsOC40NC01Ljc5MywxMy4yMzYtMi42MzgsMi44NzEtNy4zMzIsMi4yNzYtMTAuMDYzLDIuNDg4QTE1LjcxNSwxNS43MTUsMCwwLDAsNjMuMDE2LDQwMC41MTZaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMzEuODI1IC0yODUuOTAzKSIgZmlsbD0iI2ZmZiIvPgogICAgPHBhdGggaWQ9IlBhdGhfNzIyIiBkYXRhLW5hbWU9IlBhdGggNzIyIiBkPSJNODEuNzY5LDM5OS43NTNzNi4wNjgtNy43Niw1LjI2NS0xMi4wNDFTODEuODcsMzc5LDgxLjU3MiwzNzYuNzMxYTE1Ljk1NiwxNS45NTYsMCwwLDAtMi4xOTIsNy41MWMtLjA2LDIuNTUxLDEuNjc3LDYuMzA3LDIuNywxMC4yMDhBMTIuNywxMi43LDAsMCwxLDgxLjc2OSwzOTkuNzUzWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTUxLjMyMyAtMjg1LjkwMykiIGZpbGw9IiNmZmYiLz4KICAgIDxwYXRoIGlkPSJQYXRoXzcyMyIgZGF0YS1uYW1lPSJQYXRoIDcyMyIgZD0iTTYyLjYsMzUwLjIxNXMtMi4zNTEtOS4xNjctLjU1LTE0LjE4OWMxLjY2NC00LjYzOCw3LjgyNi04LjMxMiw2Ljg1Ni0xMi4yMzdBMTYuMTM5LDE2LjEzOSwwLDAsMSw3MS41OCwzMzUuOTdjLTEuMDY3LDQuOTY4LTQuMTQ3LDcuMDg3LTYuMSw5LjIyOEExOS43MzksMTkuNzM5LDAsMCwwLDYyLjYsMzUwLjIxNVoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xOC4wOTcgLTI4NS45MDMpIiBmaWxsPSIjZmZmIi8+CiAgICA8cGF0aCBpZD0iUGF0aF83MjQiIGRhdGEtbmFtZT0iUGF0aCA3MjQiIGQ9Ik04NS40MzIsMzUwLjE1OXMtLjQwOC0xMS40MTYtMy44MzMtMTQuMS04LjE1NS0zLjUxNS05Ljg4Ny01LjAzNGMwLDAsMS4xLDcuNjg5LDMuNjY5LDExLjExMywxLjUzNiwyLjA0OCw0LjI2MywzLjA1Nyw2LjYyOCw0LjE4OEM4My45NCwzNDcuMjQ4LDg1LjQzMiwzNTAuMTU5LDg1LjQzMiwzNTAuMTU5WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTQxLjk4MSAtMjg1LjkwMykiIGZpbGw9IiNmZmYiLz4KICAgIDxwYXRoIGlkPSJQYXRoXzcyNSIgZGF0YS1uYW1lPSJQYXRoIDcyNSIgZD0iTTU4Ljc1NSwzNjcuMzY3cy41My05LjI1OSwyLjY1MS0xMy43ODYsOC4xNjktNy44NjksNy45OC0xMS43NzljMCwwLDIuODA4LDguMDc4LDEuMjE5LDE0LjQtLjk1MSwzLjc4MS01LjM2LDUuNS03LjY1OSw2Ljk4NUEyMy4yNTUsMjMuMjU1LDAsMCwwLDU4Ljc1NSwzNjcuMzY3WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTE0LjY4NCAtMjg1LjkwMykiIGZpbGw9IiNmZmYiLz4KICAgIDxwYXRoIGlkPSJQYXRoXzcyNiIgZGF0YS1uYW1lPSJQYXRoIDcyNiIgZD0iTTgwLjM0NywzNjhzMi41NTItOS41MTQuMTQxLTEzLjE0MS04LjE2LTYtOS4zMi03Ljk3M2ExNS45NTIsMTUuOTUyLDAsMCwwLC45MTcsNy43NjljLjk0MiwyLjM3Miw0LjAwOSw1LjE1MSw2LjQ3NSw4LjM0MkExMi42OTIsMTIuNjkyLDAsMCwxLDgwLjM0NywzNjhaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMzcuMzkzIC0yODUuOTAzKSIgZmlsbD0iI2ZmZiIvPgogICAgPHBhdGggaWQ9IlBhdGhfNzI3IiBkYXRhLW5hbWU9IlBhdGggNzI3IiBkPSJNOTkuMzM4LDQyMy4xNzJzMS4yNDctLjkyMywzLjY5NS0yLjg3OSw2LjA0NS01LjA3NCw2Ljc0NC03LjAyNGMxLjQtMy45Ljg0MS05LjYyMywxLjY1LTExLjYxNSwwLDAtNSwzLjY5LTcuMTMyLDcuMjE4LTEuMjc1LDIuMTExLTEuNjU5LDUuNy0yLjEsOC4xNTdDMTAxLjgzNiw0MTkuMDM3LDk5LjMzOCw0MjMuMTcyLDk5LjMzOCw0MjMuMTcyWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTk1LjYwMiAtMjg1LjkwMykiIGZpbGw9IiNmZmYiLz4KICA8L2c+Cjwvc3ZnPgo=");
  position: absolute;
  width: 57px;
  height: 143px;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.CarouselWidget-prefix .CarouselWidget .CarouselWidget__header .header__inner:after {
  content: '';
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1Ni43NTEiIGhlaWdodD0iMTQzLjEyMSIgdmlld0JveD0iMCAwIDU2Ljc1MSAxNDMuMTIxIj4KICA8ZyBpZD0iR3JvdXBfMTI3OSIgZGF0YS1uYW1lPSJHcm91cCAxMjc5IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNTguNDEyIC0yODUuOTAzKSIgb3BhY2l0eT0iMC4yNCI+CiAgICA8cGF0aCBpZD0iUGF0aF83MTEiIGRhdGEtbmFtZT0iUGF0aCA3MTEiIGQ9Ik03Ni40NDksMzg1LjI2cy00LjIxMy0xMC4xNTEtNy44LTE0LjEtOS4xNy02LjAzMy0xMC4yMzktOS45MzNjMCwwLC4xNjUsOC44ODgsMy44NzQsMTQuNzUsMi4yMTksMy41MDgsNi40NSw1LjM5NCw5LjIsNi4zMDhBMTkuNzMzLDE5LjczMywwLDAsMSw3Ni40NDksMzg1LjI2WiIgZmlsbD0iI2ZmZiIvPgogICAgPHBhdGggaWQ9IlBhdGhfNzEyIiBkYXRhLW5hbWU9IlBhdGggNzEyIiBkPSJNNzcuMzc4LDMxNS42MTlzMy44OTMtNy4yNiw0LjM0MS0xMS4zOTMuNTQzLTEwLjQ4OCwxLjk2OS0xMi43NTljMCwwLTYuMjExLDUuMDE2LTcuNjQ5LDkuOTQyLS44NiwyLjk0OC4wMjgsNi44NDkuNzc0LDkuMjc5QTE5LjY4NiwxOS42ODYsMCwwLDEsNzcuMzc4LDMxNS42MTlaIiBmaWxsPSIjZmZmIi8+CiAgICA8cGF0aCBpZD0iUGF0aF83MTMiIGRhdGEtbmFtZT0iUGF0aCA3MTMiIGQ9Ik03Ny4zMzgsMzg0LjdzLTUuMjEzLTEwLjE2NS0zLjUzMy0xNC4xODEsNi42NTItNy41NTYsNy40MjMtOS43MjdjMCwwLDIuMDc0LDcuMDQ4LDEuNSwxMS4yODgtLjM0MSwyLjUzOC0yLjc2Myw1LjQ2LTQuMjc2LDcuNkM3Ny4yMiwzODEuNDI5LDc3LjMzOCwzODQuNyw3Ny4zMzgsMzg0LjdaIiBmaWxsPSIjZmZmIi8+CiAgICA8cGF0aCBpZD0iUGF0aF83MTQiIGRhdGEtbmFtZT0iUGF0aCA3MTQiIGQ9Ik03OC44MzEsMzE1LjIxOXMxLjk5NS03LjQsNi4xMTMtOC43MzFjMy4wMS0uOTc2LDguMzQxLTIuMTQ5LDkuOTU2LTIuOSwwLDAtMS45LDYuMjM5LTYuNDE0LDguNjEtMS40NzkuNzc3LTMuMjM5LjU4LTUuMTQxLDEuMTIyQTIwLjczOSwyMC43MzksMCwwLDAsNzguODMxLDMxNS4yMTlaIiBmaWxsPSIjZmZmIi8+CiAgICA8cGF0aCBpZD0iUGF0aF83MTUiIGRhdGEtbmFtZT0iUGF0aCA3MTUiIGQ9Ik03NC4xMTMsMzMxLjkxMnMyLjQyNi05LjQyMSwxLjE3OS0xNC41LTUuNDUzLTkuMTEzLTQuNjg3LTEyLjY0NGMwLDAtMy44MTcsNy4wOTMtMy4zMTIsMTMuNzM1QTE1LjIsMTUuMiwwLDAsMCw3MS4wNiwzMjcuNCw0My42NDYsNDMuNjQ2LDAsMCwxLDc0LjExMywzMzEuOTEyWiIgZmlsbD0iI2ZmZiIvPgogICAgPHBhdGggaWQ9IlBhdGhfNzE2IiBkYXRhLW5hbWU9IlBhdGggNzE2IiBkPSJNNzUuODY1LDMzMi41MzdzLjI2NS0xMS4wMTgsMy4yNjItMTMuMjgsOS41MzktMy4yNDcsMTEuMS00LjYxYzAsMC0xLjc4MSw2Ljg2Ny00LjAyOCwxMC4wNjQtMS4zNDUsMS45MTMtNS4zNTUsMy42LTcuNCw0LjQ2Qzc3LjEyNiwzMjkuODc3LDc1Ljg2NSwzMzIuNTM3LDc1Ljg2NSwzMzIuNTM3WiIgZmlsbD0iI2ZmZiIvPgogICAgPHBhdGggaWQ9IlBhdGhfNzE3IiBkYXRhLW5hbWU9IlBhdGggNzE3IiBkPSJNODQuNDg4LDMwMy45ODhjMy42OTMtMi44MzMsOC41MzMtMy40NjMsMTAuNDE3LTcuNWE0MC44ODYsNDAuODg2LDAsMCwxLDYuOTg0LTEwLjU4MXMtNy4yNDIuMjI2LTEyLjEzOCw1LjMzQzg2LjUzMSwyOTQuNTg5LDg0LjQ4OCwzMDMuOTg4LDg0LjQ4OCwzMDMuOTg4WiIgZmlsbD0iI2ZmZiIvPgogICAgPHBhdGggaWQ9IlBhdGhfNzE4IiBkYXRhLW5hbWU9IlBhdGggNzE4IiBkPSJNMTE0Ljk1Niw0MjguMjIzYy4zNC40LjI0Ni43MjYtLjE3MS44LS43MzkuMTI1LTIuNjQzLTIuOTc5LTQuMDgzLTQuMjU3LTIuNjI3LTIuMzMyLTQuMzIzLTIuNDM5LTYuMi0xLjk4M2E5LjQ0OCw5LjQ0OCwwLDAsMC00LjEyOSwyLjE3OSw3LjU3Nyw3LjU3NywwLDAsMS02LjQsMi4wNCwxMi43MTQsMTIuNzE0LDAsMCwxLTkuNDg5LTguMDhzMS44MjEsMS4yLDYuMDQ3LjE3OGMzLjA3Mi0uNzM5LDUuNzYyLTEuNTQ0LDkuMDQ4LTEuMTMxQzEwNi4xNjgsNDE4LjgsMTExLjU0LDQyNC4yMiwxMTQuOTU2LDQyOC4yMjNaIiBmaWxsPSIjZmZmIi8+CiAgICA8cGF0aCBpZD0iUGF0aF83MTkiIGRhdGEtbmFtZT0iUGF0aCA3MTkiIGQ9Ik05Ny40NjYsNDEzLjQzMnMtNy43MzItNi43OTEtMTIuMTc2LTcuNzktMTEuMzM4LS4wMDktMTMuOTUzLTIuNDQ1YzAsMCwyLjc5NCw4LjcyNywxMS40ODgsMTEuMzdhMTUuMDg2LDE1LjA4NiwwLDAsMCw5LjU3LS43MjNBMTIuMzU5LDEyLjM1OSwwLDAsMSw5Ny40NjYsNDEzLjQzMloiIGZpbGw9IiNmZmYiLz4KICAgIDxwYXRoIGlkPSJQYXRoXzcyMCIgZGF0YS1uYW1lPSJQYXRoIDcyMCIgZD0iTTk3Ljg4Miw0MTIuMzYxcy04LjQ2OS02LjE1Ni05LjA0Ny0xMC42ODcsMS41OTEtMTAuNSwxLjE5NC0xMi44YzAsMCw0LjcyMiw0LjkyOSw2LjE1Miw5LjA1Ny44NTYsMi40NzEuMzM4LDYuNDQ1LjIsOS4yM0M5Ni4yNjYsNDA5LjQzOSw5Ny44ODIsNDEyLjM2MSw5Ny44ODIsNDEyLjM2MVoiIGZpbGw9IiNmZmYiLz4KICAgIDxwYXRoIGlkPSJQYXRoXzcyMSIgZGF0YS1uYW1lPSJQYXRoIDcyMSIgZD0iTTgzLjk3Miw0MDAuNTE2cy01LjQtOS4xNzMtOS40MjEtMTIuMTQyLTkuODM3LTEuODI1LTExLjUzNS01LjM1MWMwLDAsMS4zODMsOC40NCw1Ljc5MywxMy4yMzYsMi42MzgsMi44NzEsNy4zMzIsMi4yNzYsMTAuMDYzLDIuNDg4QTE1LjcxNSwxNS43MTUsMCwwLDEsODMuOTcyLDQwMC41MTZaIiBmaWxsPSIjZmZmIi8+CiAgICA8cGF0aCBpZD0iUGF0aF83MjIiIGRhdGEtbmFtZT0iUGF0aCA3MjIiIGQ9Ik04NC43MTcsMzk5Ljc1M3MtNi4wNjgtNy43Ni01LjI2NS0xMi4wNDEsNS4xNjQtOC43MTUsNS40NjItMTAuOTgxYTE1Ljk1NywxNS45NTcsMCwwLDEsMi4xOTIsNy41MWMuMDYsMi41NTEtMS42NzcsNi4zMDctMi43LDEwLjIwOEExMi43LDEyLjcsMCwwLDAsODQuNzE3LDM5OS43NTNaIiBmaWxsPSIjZmZmIi8+CiAgICA8cGF0aCBpZD0iUGF0aF83MjMiIGRhdGEtbmFtZT0iUGF0aCA3MjMiIGQ9Ik03MC42NjIsMzUwLjIxNXMyLjM1MS05LjE2Ny41NS0xNC4xODljLTEuNjY0LTQuNjM4LTcuODI2LTguMzEyLTYuODU2LTEyLjIzN0ExNi4xMzksMTYuMTM5LDAsMCwwLDYxLjY4LDMzNS45N2MxLjA2Nyw0Ljk2OCw0LjE0Nyw3LjA4Nyw2LjEsOS4yMjhBMTkuNzM5LDE5LjczOSwwLDAsMSw3MC42NjIsMzUwLjIxNVoiIGZpbGw9IiNmZmYiLz4KICAgIDxwYXRoIGlkPSJQYXRoXzcyNCIgZGF0YS1uYW1lPSJQYXRoIDcyNCIgZD0iTTcxLjcxMiwzNTAuMTU5cy40MDgtMTEuNDE2LDMuODMzLTE0LjEsOC4xNTUtMy41MTUsOS44ODctNS4wMzRjMCwwLTEuMSw3LjY4OS0zLjY2OSwxMS4xMTMtMS41MzYsMi4wNDgtNC4yNjMsMy4wNTctNi42MjgsNC4xODhDNzMuMiwzNDcuMjQ4LDcxLjcxMiwzNTAuMTU5LDcxLjcxMiwzNTAuMTU5WiIgZmlsbD0iI2ZmZiIvPgogICAgPHBhdGggaWQ9IlBhdGhfNzI1IiBkYXRhLW5hbWU9IlBhdGggNzI1IiBkPSJNNzEuMDkyLDM2Ny4zNjdzLS41My05LjI1OS0yLjY1MS0xMy43ODYtOC4xNjktNy44NjktNy45OC0xMS43NzljMCwwLTIuODA4LDguMDc4LTEuMjE5LDE0LjQuOTUxLDMuNzgxLDUuMzYsNS41LDcuNjU5LDYuOTg1QTIzLjI1NSwyMy4yNTUsMCwwLDEsNzEuMDkyLDM2Ny4zNjdaIiBmaWxsPSIjZmZmIi8+CiAgICA8cGF0aCBpZD0iUGF0aF83MjYiIGRhdGEtbmFtZT0iUGF0aCA3MjYiIGQ9Ik03Mi4yMDksMzY4cy0yLjU1Mi05LjUxNC0uMTQxLTEzLjE0MSw4LjE2LTYsOS4zMi03Ljk3M2ExNS45NTIsMTUuOTUyLDAsMCwxLS45MTcsNy43NjlDNzkuNTI5LDM1Ny4wMzEsNzYuNDYyLDM1OS44MSw3NCwzNjNBMTIuNjkyLDEyLjY5MiwwLDAsMCw3Mi4yMDksMzY4WiIgZmlsbD0iI2ZmZiIvPgogICAgPHBhdGggaWQ9IlBhdGhfNzI3IiBkYXRhLW5hbWU9IlBhdGggNzI3IiBkPSJNMTExLjQyNyw0MjMuMTcycy0xLjI0Ny0uOTIzLTMuNjk1LTIuODc5LTYuMDQ1LTUuMDc0LTYuNzQ0LTcuMDI0Yy0xLjQtMy45LS44NDEtOS42MjMtMS42NS0xMS42MTUsMCwwLDUsMy42OSw3LjEzMiw3LjIxOCwxLjI3NSwyLjExMSwxLjY1OSw1LjcsMi4xLDguMTU3QzEwOC45MjksNDE5LjAzNywxMTEuNDI3LDQyMy4xNzIsMTExLjQyNyw0MjMuMTcyWiIgZmlsbD0iI2ZmZiIvPgogIDwvZz4KPC9zdmc+Cg==");
  position: absolute;
  width: 57px;
  height: 143px;
  left: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.CarouselWidget__header.u-textCenter--all {
  padding: 0 10px !important;
  margin: 0 !important;
}
.home-slider-section .ruk_rating_snippet:empty {
  display: none;
}
.home-slider-section .owl-theme .owl-nav {
  position: unset !important;
  width: auto !important;
  margin: 0 !important;
}
.home-slider-section .owl-theme .owl-nav button.owl-next,
.home-slider-section .owl-theme .owl-nav .cart.table-wrapper .actions-toolbar > .action.owl-next,
.home-slider-section .owl-theme .owl-nav .quote-details-items .actions-toolbar > .action.owl-next,
.home-slider-section .owl-theme .owl-nav .action-gift.owl-next {
  margin: auto 0 !important;
  position: absolute;
  top: 0;
  bottom: 0;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNy4yMTkiIGhlaWdodD0iMzEuNzg0IiB2aWV3Qm94PSIwIDAgMTcuMjE5IDMxLjc4NCI+CiAgPGcgaWQ9Ikdyb3VwXzEzODciIGRhdGEtbmFtZT0iR3JvdXAgMTM4NyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTAuMDc1IDMxLjcyMikgcm90YXRlKC05MCkiPgogICAgPGcgaWQ9Ikdyb3VwXzEzNzciIGRhdGEtbmFtZT0iR3JvdXAgMTM3NyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTAuMDYzIDAuMDc1KSI+CiAgICAgIDxwYXRoIGlkPSJQYXRoXzc5NyIgZGF0YS1uYW1lPSJQYXRoIDc5NyIgZD0iTTMxLjMzNS40NjFhMS4zMywxLjMzLDAsMCwwLTEuODc0LDBMMTUuODMxLDE0LjA4NSwyLjIuNDYxQTEuMzI1LDEuMzI1LDAsMCwwLC4zMjYsMi4zMzZMMTQuODk0LDE2LjlhMS4zMTksMS4zMTksMCwwLDAsMS44NzQsMEwzMS4zMzUsMi4zM0ExLjMyMiwxLjMyMiwwLDAsMCwzMS4zMzUuNDYxWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMC4wNjMgLTAuMDc1KSIgZmlsbD0iIzBmNWVhNSIvPgogICAgPC9nPgogIDwvZz4KPC9zdmc+Cg==) !important;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 31px;
  width: 31px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  font-size: 0px;
  left: unset;
  right: -47px;
  transform: rotate(0deg);
}
.home-slider-section .owl-theme .owl-nav button.owl-prev,
.home-slider-section .owl-theme .owl-nav .cart.table-wrapper .actions-toolbar > .action.owl-prev,
.home-slider-section .owl-theme .owl-nav .quote-details-items .actions-toolbar > .action.owl-prev,
.home-slider-section .owl-theme .owl-nav .action-gift.owl-prev {
  margin: auto 0 !important;
  position: absolute;
  top: 0;
  bottom: 0;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNy4yMTkiIGhlaWdodD0iMzEuNzg0IiB2aWV3Qm94PSIwIDAgMTcuMjE5IDMxLjc4NCI+CiAgPGcgaWQ9Ikdyb3VwXzEzODciIGRhdGEtbmFtZT0iR3JvdXAgMTM4NyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTAuMDc1IDMxLjcyMikgcm90YXRlKC05MCkiPgogICAgPGcgaWQ9Ikdyb3VwXzEzNzciIGRhdGEtbmFtZT0iR3JvdXAgMTM3NyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTAuMDYzIDAuMDc1KSI+CiAgICAgIDxwYXRoIGlkPSJQYXRoXzc5NyIgZGF0YS1uYW1lPSJQYXRoIDc5NyIgZD0iTTMxLjMzNS40NjFhMS4zMywxLjMzLDAsMCwwLTEuODc0LDBMMTUuODMxLDE0LjA4NSwyLjIuNDYxQTEuMzI1LDEuMzI1LDAsMCwwLC4zMjYsMi4zMzZMMTQuODk0LDE2LjlhMS4zMTksMS4zMTksMCwwLDAsMS44NzQsMEwzMS4zMzUsMi4zM0ExLjMyMiwxLjMyMiwwLDAsMCwzMS4zMzUuNDYxWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMC4wNjMgLTAuMDc1KSIgZmlsbD0iIzBmNWVhNSIvPgogICAgPC9nPgogIDwvZz4KPC9zdmc+Cg==) !important;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 31px;
  width: 31px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  font-size: 0px;
  transform: rotate(180deg);
  left: -47px;
}
.home-slider-section .owl-theme .owl-dots .owl-dot span {
  background: #D1D1D1;
  width: 8px;
  height: 8px;
  margin-bottom: 0;
}
.home-slider-section .owl-theme .owl-dots .owl-dot:hover span {
  background: #D1D1D1;
}
.home-slider-section .owl-theme .owl-dots .owl-dot.active span {
  background: #f46414;
}
.owl-nav.disabled.home-slider-section .owl-theme + .owl-dots {
  margin-top: 6px;
}
.home-slider-section .owl-stage {
  display: flex;
  line-height: 0;
  font-size: 0;
}
.home-slider-section .products {
  margin: 0;
}
.home-slider-section .products .product-item {
  border: 1px solid #CCCCCC !important;
  border-radius: 10px;
  background: #ffffff;
  padding: 15px 15px 25px !important;
  height: 100% !important;
  display: flex;
  flex-direction: column;
}
.home-slider-section .products .product-item .product-item-info {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.home-slider-section .products .product-item .product-item-info a {
  text-align: center;
}
.home-slider-section .products .product-item .product-item-info .secondary-addto-links {
  display: grid;
  gap: 16px;
  right: 3px !important;
  top: 4px;
}
.home-slider-section .products .product-item .product-item-info .secondary-addto-links .action {
  display: flex;
  justify-content: center;
}
.home-slider-section .products .product-item .product-item-info .secondary-addto-links .action:hover:before {
  filter: brightness(0) saturate(100%) invert(42%) sepia(100%) saturate(2033%) hue-rotate(347deg) brightness(94%) contrast(105%);
}
.home-slider-section .products .product-item .product-item-info .secondary-addto-links .towishlist::before {
  background-repeat: no-repeat !important;
  background-position: center !important;
  padding: 0 !important;
  background-size: contain !important;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMy4wODUiIGhlaWdodD0iMjAuNTM4IiB2aWV3Qm94PSIwIDAgMjMuMDg1IDIwLjUzOCI+CiAgPHBhdGggaWQ9IlBhdGhfNzczIiBkYXRhLW5hbWU9IlBhdGggNzczIiBkPSJNMTEuNTQyLDIwLjUzOGExLjM1NCwxLjM1NCwwLDAsMS0uODkyLS4zMzVjLS45MzMtLjgxNS0xLjgzMi0xLjU4Mi0yLjYyNS0yLjI1OGwwLDBBNDguODE3LDQ4LjgxNywwLDAsMSwyLjI5LDEyLjU2Miw4LjU5Miw4LjU5MiwwLDAsMSwwLDYuOTM4LDcuMjE1LDcuMjE1LDAsMCwxLDEuODMxLDIuMDEsNi4yMDgsNi4yMDgsMCwwLDEsNi40NDksMGE1LjgwNyw1LjgwNywwLDAsMSwzLjYyNywxLjI1Miw3LjQyMSw3LjQyMSwwLDAsMSwxLjQ2NiwxLjUzMSw3LjQyMSw3LjQyMSwwLDAsMSwxLjQ2Ny0xLjUzMUE1LjgwNyw1LjgwNywwLDAsMSwxNi42MzYsMGE2LjIwOCw2LjIwOCwwLDAsMSw0LjYxOCwyLjAxLDcuMjE1LDcuMjE1LDAsMCwxLDEuODMxLDQuOTI4QTguNTkxLDguNTkxLDAsMCwxLDIwLjgsMTIuNTYyYTQ4LjgxMiw0OC44MTIsMCwwLDEtNS43MzEsNS4zNzljLS43OTUuNjc3LTEuNywxLjQ0NS0yLjYzLDIuMjYyYTEuMzU1LDEuMzU1LDAsMCwxLS44OTIuMzM1Wk02LjQ0OSwxLjM1MkE0Ljg3LDQuODcsMCwwLDAsMi44MjUsMi45MjcsNS44NjksNS44NjksMCwwLDAsMS4zNTIsNi45MzgsNy4yMjksNy4yMjksMCwwLDAsMy4zMzEsMTEuNyw0OC4wMzksNDguMDM5LDAsMCwwLDguOSwxNi45MTJsMCwwYy44LjY3OSwxLjcsMS40NDgsMi42MzgsMi4yNjkuOTQ1LS44MjMsMS44NDktMS41OTQsMi42NDctMi4yNzNBNDguMDUyLDQ4LjA1MiwwLDAsMCwxOS43NTQsMTEuN2E3LjIzLDcuMjMsMCwwLDAsMS45NzgtNC43NjEsNS44NjksNS44NjksMCwwLDAtMS40NzMtNC4wMTEsNC44Nyw0Ljg3LDAsMCwwLTMuNjIzLTEuNTc0LDQuNDg1LDQuNDg1LDAsMCwwLTIuOC45NjksNi41NjIsNi41NjIsMCwwLDAtMS41NiwxLjgwNi44NTQuODU0LDAsMCwxLTEuNDY2LDAsNi41NTYsNi41NTYsMCwwLDAtMS41Ni0xLjgwNiw0LjQ4NSw0LjQ4NSwwLDAsMC0yLjgtLjk2OVptMCwwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwKSIvPgo8L3N2Zz4K") !important;
  width: 21px !important;
  height: 19px !important;
}
.home-slider-section .products .product-item .product-item-info .secondary-addto-links .tocompare:before {
  background-repeat: no-repeat !important;
  background-position: center !important;
  padding: 0 !important;
  background-size: contain !important;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOS43NzgiIGhlaWdodD0iMjQuMzEiIHZpZXdCb3g9IjAgMCAxOS43NzggMjQuMzEiPgogIDxnIGlkPSJHcm91cF8xMzUxIiBkYXRhLW5hbWU9Ikdyb3VwIDEzNTEiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMjkuNDYyIDE3Mi4wMDYpIj4KICAgIDxwYXRoIGlkPSJQYXRoXzc3NyIgZGF0YS1uYW1lPSJQYXRoIDc3NyIgZD0iTTE0MC40ODQtMTY4LjA4NGEuODI5LjgyOSwwLDAsMCwuODI4LS44MjguODI5LjgyOSwwLDAsMC0uODI4LS44MjhoLS4zdi0xLjQzN2EuODI5LjgyOSwwLDAsMC0uODI4LS44MjguODMuODMsMCwwLDAtLjgyOS44Mjh2MS40MzdoLTUuOTY3YTMuMSwzLjEsMCwwLDAtMy4wOTMsMy4wOTN2MTMuNTkyYTMuMSwzLjEsMCwwLDAsMy4wOTMsMy4wOTNoNS45Njd2MS40MzdhLjgzMS44MzEsMCwwLDAsLjgyOS44MjkuODMuODMsMCwwLDAsLjgyOC0uODI5di0xLjQzN2guM2EuODI5LjgyOSwwLDAsMCwuODI4LS44MjguODI5LjgyOSwwLDAsMC0uODI4LS44MjloLS4zdi0xNi40NjNabS03LjkyOCwxNi40NjRhMS40MzgsMS40MzgsMCwwLDEtMS40MzctMS40MzZ2LTEzLjU5MmExLjQ0LDEuNDQsMCwwLDEsMS40MzYtMS40MzdoNS45Njd2MTYuNDY1WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCkiLz4KICAgIDxwYXRoIGlkPSJQYXRoXzc3OCIgZGF0YS1uYW1lPSJQYXRoIDc3OCIgZD0iTTE0OC4xOTMtMTU1LjI2OWEuODI5LjgyOSwwLDAsMC0uODI4LjgyOHYxLjEzMmExLjQzOCwxLjQzOCwwLDAsMS0xLjQzNiwxLjQzNkgxNDQuOGEuODMuODMsMCwwLDAtLjgyOS44MjkuODMuODMsMCwwLDAsLjgyOS44MjhoMS4xMzNhMy4xLDMuMSwwLDAsMCwzLjA5My0zLjA5M3YtMS4xMzNBLjgyOS44MjksMCwwLDAsMTQ4LjE5My0xNTUuMjY5WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMC4yMTkgMC4yNTIpIi8+CiAgICA8cGF0aCBpZD0iUGF0aF83NzkiIGRhdGEtbmFtZT0iUGF0aCA3NzkiIGQ9Ik0xNDUuOTI4LTE2OS43NzVIMTQ0LjhhLjgzLjgzLDAsMCwwLS44MjkuODI4LjgzLjgzLDAsMCwwLC44MjkuODI4aDEuMTMyYTEuNDM4LDEuNDM4LDAsMCwxLDEuNDM2LDEuNDM3djEuMTMzYS44MjkuODI5LDAsMCwwLC44MjkuODI4LjgyOS44MjksMCwwLDAsLjgyOC0uODI4di0xLjEzNEEzLjEsMy4xLDAsMCwwLDE0NS45MjgtMTY5Ljc3NVoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuMjE5IDAuMDM0KSIvPgogICAgPHBhdGggaWQ9IlBhdGhfNzgwIiBkYXRhLW5hbWU9IlBhdGggNzgwIiBkPSJNMTQ4LjE0Mi0xNjEuOTY0YS44MjkuODI5LDAsMCwwLS44MjkuODI4djIuMjY2YS44My44MywwLDAsMCwuODI5LjgyOS44My44MywwLDAsMCwuODI4LS44Mjl2LTIuMjY2QS44MjkuODI5LDAsMCwwLDE0OC4xNDItMTYxLjk2NFoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuMjY5IDAuMTUxKSIvPgogIDwvZz4KPC9zdmc+Cg==") !important;
  width: 17px !important;
  height: 21px !important;
}
.home-slider-section .products .product-item .product-info-sec {
  display: flex;
  align-items: center;
  flex: 1 1 auto;
  align-content: flex-end;
  flex-wrap: wrap;
  gap: 10px;
  row-gap: 0 !important;
}
.home-slider-section .products .product-item .product-item-name {
  margin: 0;
}
.home-slider-section .products .product-item .product-item-name a {
  font-size: 16px;
  line-height: 24px;
  display: block !important;
  text-align: left;
}
.home-slider-section .products .product-item .product-item-name a:hover {
  color: #0f5ea5;
}
.home-slider-section .products .product-item .product-item-details {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  gap: 6px;
  margin-top: 12px;
}
.home-slider-section .products .product-item .price-box {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  margin: 0 !important;
  width: calc(100% - 60px);
  column-gap: 9px;
  row-gap: 7px;
  line-height: normal !important;
}
.home-slider-section .products .product-item .price-box .special-price {
  order: 3;
}
.home-slider-section .products .product-item .price-box .special-price .price {
  color: #f46414;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  font-family: 'Lato Bold';
}
.home-slider-section .products .product-item .price-box .sales-amount {
  background: unset;
  border-radius: 0;
  margin: 0;
  order: 1;
  width: 100%;
  padding: 0;
  text-align: left;
}
.home-slider-section .products .product-item .price-box .sales-amount span {
  background: #0CA1BA;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  padding: 3px 6px;
}
.home-slider-section .products .product-item .price-box .old-price {
  order: 2;
}
.home-slider-section .products .product-item .price-box .old-price .price {
  color: #888888;
  text-decoration: line-through;
  font-size: 16px;
  line-height: 22px;
  font-family: 'Lato Regular';
}
.home-slider-section .products .product-item .price-box .old-price .price:after {
  display: none;
}
.home-slider-section .products .product-item .price-box span {
  line-height: normal !important;
}
.home-slider-section .products .product-item .action.tocart.primary {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyOS41MDQiIGhlaWdodD0iMzEuMzkxIiB2aWV3Qm94PSIwIDAgMjkuNTA0IDMxLjM5MSI+CiAgPGcgaWQ9Ikdyb3VwXzEzMjkiIGRhdGEtbmFtZT0iR3JvdXAgMTMyOSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCkiPgogICAgPHBhdGggaWQ9IlBhdGhfNzY4IiBkYXRhLW5hbWU9IlBhdGggNzY4IiBkPSJNMjU0LjUzMS0xODEuNjVIMjUxLjU5di0xLjQ5M2E1LjcyNSw1LjcyNSwwLDAsMC01LjcyNS01LjcxNyw1LjcyNSw1LjcyNSwwLDAsMC01LjcxNSw1LjcxNnYxLjQ5M0gyMzcuMmEzLjMwOCwzLjMwOCwwLDAsMC0zLjI5MywyLjk0N2wtMS44NjEsMTYuODI0YTMuMzE4LDMuMzE4LDAsMCwwLDIuOTMsMy42NTgsMy4zMTUsMy4zMTUsMCwwLDAsLjM2Ny4wMmgxNC4xMzJhLjkxLjkxLDAsMCwwLC45MS0uOTFoMGEuOTEzLjkxMywwLDAsMC0uOTEtLjkxaC0xNC4xNGExLjQ3NywxLjQ3NywwLDAsMS0xLjA1NC0uNDM2LDEuNDc3LDEuNDc3LDAsMCwxLS40MzgtMS4wNTUsMSwxLDAsMCwxLC4wMDktLjE2NWwxLjg2NC0xNi44MjFhMS40OTMsMS40OTMsMCwwLDEsMS40ODQtMS4zMjloMi45NTJ2Mi42OTRhLjkxLjkxLDAsMCwwLC45MS45MS45MTIuOTEyLDAsMCwwLC45MS0uOTF2LTIuNjk0aDcuNzkydjIuNjk0YS45MTMuOTEzLDAsMCwwLC44ODYuOTQxaDBhLjkuOSwwLDAsMCwuOTMzLS44NjF2LTIuNzc1aDIuOTQ0YTEuNDkyLDEuNDkyLDAsMCwxLDEuNDgzLDEuMzI5bC45NjQsOC42NzZhLjkwOC45MDgsMCwwLDAsLjMxOS42MjkuOS45LDAsMCwwLC42NjIuMjEyLjkxMi45MTIsMCwwLDAsLjYyMS0uMzE4LjkxMy45MTMsMCwwLDAsLjIxMy0uNjYzbC0uOTcxLTguNzM2QTMuMzEzLDMuMzEzLDAsMCwwLDI1NC41MzEtMTgxLjY1Wm0tNC43NjYsMGgtNy43OTJ2LTEuNDkzYTMuOSwzLjksMCwwLDEsMy45LTMuOSwzLjksMy45LDAsMCwxLDMuOSwzLjlaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMjMyLjAyNyAxODguODYpIiBmaWxsPSIjZmZmIi8+CiAgICA8cGF0aCBpZD0iUGF0aF83NzAiIGRhdGEtbmFtZT0iUGF0aCA3NzAiIGQ9Ik0yNTguNTMxLTE2NS43ODloLTMuMzE3di0zLjMxN2EuOS45LDAsMCwwLS45LS45LjkuOSwwLDAsMC0uOS45djMuMzE3SDI1MC4xYS45LjksMCwwLDAtLjkuOS45LjksMCwwLDAsLjkuOWgzLjMxN3YzLjMxN2EuOS45LDAsMCwwLC45LjkuOS45LDAsMCwwLC45LS45di0zLjMxN2gzLjMxN2EuOS45LDAsMCwwLC45LS45QS45LjksMCwwLDAsMjU4LjUzMS0xNjUuNzg5WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTIyOS45MjMgMTkxLjE3KSIgZmlsbD0iI2ZmZiIvPgogIDwvZz4KPC9zdmc+Cg==");
  background-repeat: no-repeat;
  width: 50px !important;
  height: 50px;
  background-color: #f46414;
  border-radius: 50%;
  padding: 0;
  background-position: center;
}
.home-slider-section .products .product-item .action.tocart.primary span {
  font-size: 0;
}
.home-slider-section .products .product-item .action.tocart.primary:hover {
  background-color: #0f5ea5;
}
.home-slider-section .products .product-item .product-item-actions {
  width: 50px;
}
.home-slider-section .products .product-item .product-item-actions .actions-primary {
  margin: 0 !important;
}
.home-slider-section .ftitle {
  color: #0f5ea5;
  font-family: 'Lato Bold';
  text-align: center;
}
@media (max-width: 395px) {
  body .newsletter-footer-area .block.newsletter .content .form.subscribe {
    flex-wrap: wrap;
    gap: 10px;
  }
  body .newsletter-footer-area .block.newsletter .content .form.subscribe .field.newsletter {
    margin-right: 0;
  }
  body .page-footer .footer-content-block .contect-info ul li a {
    font-size: 17px;
  }
  body .page-footer .footer-content-block .contect-info ul li.email a {
    background-position: 0 16%;
  }
  body .featured-categories {
    padding: 45px 0;
  }
  body .featured-categories .categories-list figure.categories-item .heading {
    font-size: 13.7px;
    line-height: 19px;
    margin: 13px 0 0;
  }
  body .why-info-section {
    padding: 45px 0;
  }
  body .why-info-section .why-content .heading {
    font-size: 26px;
    line-height: 32px;
  }
  body .why-info-section .why-content a.action.primary {
    font-size: 14.4px;
    margin-top: 30px;
    padding: 12px 10px;
  }
  body .why-info-section .why-image .reatings {
    border: 6px solid #ffffff;
    padding: 15px 15px 15px 35px;
  }
  body .why-info-section .why-image .reatings .reating {
    font-size: 31px;
    line-height: 42px;
  }
  body .why-info-section .why-image .reatings .reating-info {
    margin-top: 0px;
  }
  body .why-info-section .why-image .review {
    margin-top: 10px;
    padding: 20px 20px;
  }
  body .why-info-section .why-image .review .review-info {
    font-size: 16px;
    line-height: 26px;
  }
  body .why-info-section .why-image .review .review-author {
    font-size: 18px;
    line-height: 28px;
  }
  body .full-width-section .action {
    padding: 13px 13px;
  }
}
@media (min-width: 681px) {
  .CarouselWidget-prefix .CarouselWidget .R-ReviewsList {
    padding: 0 !important;
  }
}
@media (min-width: 1500px) {
  body .blog-section {
    padding: 110px 0px 100px;
  }
  body .home-slider-section {
    padding: 88px 0px 90px;
  }
}
.page-layout-custom-cms-layout .column.main {
  font-size: 18px;
  line-height: 28px;
  padding: 0;
}
.page-layout-custom-cms-layout .column.main h1:not(.page-title) {
  text-align: left;
  font-family: 'Lato Bold';
  font-weight: unset;
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 30px;
  line-height: 40px;
  color: #000;
}
.page-layout-custom-cms-layout .column.main h2 {
  text-align: left;
  font-family: 'Lato Bold';
  font-weight: unset;
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 28px;
  line-height: 38px;
  color: #000;
}
.page-layout-custom-cms-layout .column.main h3 {
  text-align: left;
  font-family: 'Lato Bold';
  font-weight: unset;
  margin-top: 20px;
  margin-bottom: 15px;
  color: #000;
}
.page-layout-custom-cms-layout .column.main h4 {
  text-align: left;
  font-family: 'Lato Bold';
  font-weight: unset;
  margin-top: 20px;
  margin-bottom: 15px;
  color: #000;
}
.page-layout-custom-cms-layout .column.main h5 {
  text-align: left;
  font-family: 'Lato Bold';
  font-weight: unset;
  margin-top: 20px;
  margin-bottom: 15px;
  color: #000;
}
.page-layout-custom-cms-layout .column.main a,
.page-layout-custom-cms-layout .column.main .alink {
  color: #0f5ea5;
}
.page-layout-custom-cms-layout .column.main a:hover,
.page-layout-custom-cms-layout .column.main .alink:hover {
  color: #f46414;
}
.page-layout-custom-cms-layout .column.main p {
  margin-bottom: 16px;
}
.page-layout-custom-cms-layout .column.main strong {
  font-weight: bold;
  color: #000;
}
.page-layout-custom-cms-layout .column.main ul {
  padding-left: 20px;
  margin: 10px 0;
}
.page-layout-custom-cms-layout .column.main ol {
  padding-left: 20px;
  margin: 10px 0;
}
.page-layout-custom-cms-layout .column.main img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}
.page-layout-custom-cms-layout .column.main iframe {
  width: 100%;
  height: 315px;
  border: none;
}
.page-layout-custom-cms-layout .column.main table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  border: 1px solid #ccc;
}
.page-layout-custom-cms-layout .column.main th {
  border: 1px solid #ccc;
  padding: 10px;
  text-align: left;
  background-color: #f4f6f9;
}
.page-layout-custom-cms-layout .column.main td {
  border: 1px solid #ccc;
  padding: 10px;
  text-align: left;
}
.page-layout-custom-cms-layout .sidebar.sidebar-main {
  flex-basis: unset;
  padding: 0;
}
.page-layout-custom-cms-layout .sidebar.sidebar-main .sidebar-image {
  margin-bottom: 20px;
}
.page-layout-custom-cms-layout .columns {
  display: flex;
  gap: 35px;
  align-items: flex-start;
  padding-bottom: 20px;
}
.page-layout-custom-cms-layout .columns:after {
  display: none;
}
.page-layout-custom-cms-layout .top-category .title strong {
  font-size: 25px;
  display: block;
  margin-bottom: 18px;
}
.page-layout-custom-cms-layout .category-list {
  margin-bottom: 30px;
}
.page-layout-custom-cms-layout .category-list ul {
  padding-left: 30px;
  margin: 0;
  list-style: disc;
}
.page-layout-custom-cms-layout .category-list li {
  padding: 0;
  display: none;
  font-size: 16px;
  margin: 7px 10px 7px 0;
  color: #0f5ea5;
}
.page-layout-custom-cms-layout .category-list li:hover {
  color: #F46414;
}
.page-layout-custom-cms-layout .category-list li:hover a {
  color: #F46414;
}
.page-layout-custom-cms-layout .category-list li a {
  color: #0f5ea5;
  display: block;
  cursor: pointer;
}
.page-layout-custom-cms-layout .category-list li.visible {
  display: list-item;
}
.page-layout-custom-cms-layout .main-category {
  background-color: #f5f8fe;
  padding: 10px 15px;
  border-left: 3px solid #0f5ea5;
  margin-bottom: 8px;
  font-weight: 600;
  color: #333;
  position: relative;
}
.page-layout-custom-cms-layout .main-category a {
  display: inline-block;
}
.page-layout-custom-cms-layout .main-category strong {
  font-size: 18px;
  display: block;
  color: #0f5ea5;
}
.page-layout-custom-cms-layout .read-more-btn {
  color: #F46414;
  cursor: pointer;
  font-size: 16px;
  display: inline-block;
  margin: 8px 10px 0;
  font-weight: 700;
}
.page-layout-custom-cms-layout .read-more-btn:hover {
  text-decoration: underline;
}
.trending-topics {
  margin-top: 40px;
}
.trending-topics .title strong {
  font-size: 25px;
  display: block;
}
.trending-topics .topics-list ul {
  list-style: none;
  padding: 0;
}
.trending-topics .topics-list ul li {
  border-bottom: 1px solid #b7b7b7;
  margin: 0;
  padding: 15px 0;
  font-size: 20px;
  line-height: normal;
}
.trending-topics .topics-list ul li a {
  color: #000;
}
.trending-topics .topics-list ul li a:hover {
  color: #F46414;
}
.modal-popup .modal-title {
  margin: 0;
  text-align: left;
  color: #000;
}
.my-credit-cards .status {
  font-style: italic;
}
.my-credit-cards .action.delete {
  background-image: none;
  -moz-box-sizing: content-box;
  box-shadow: none;
  line-height: inherit;
  text-shadow: none;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  color: #000000;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
.my-credit-cards .action.delete:focus,
.my-credit-cards .action.delete:active {
  background: none;
  border: none;
}
.my-credit-cards .action.delete:hover {
  background: none;
  border: none;
}
.my-credit-cards .action.delete.disabled,
.my-credit-cards .action.delete[disabled],
fieldset[disabled] .my-credit-cards .action.delete {
  pointer-events: none;
  opacity: 0.5;
}
.my-credit-cards .action.delete:visited {
  color: #000000;
  text-decoration: none;
}
.my-credit-cards .action.delete:hover {
  color: #0f5ea5;
}
.my-credit-cards .action.delete:active {
  color: #f46414;
  text-decoration: underline;
}
.my-credit-cards .action.delete:hover,
.my-credit-cards .action.delete:active,
.my-credit-cards .action.delete:focus {
  background: none;
  border: 0;
}
.my-credit-cards .action.delete.disabled,
.my-credit-cards .action.delete[disabled],
fieldset[disabled] .my-credit-cards .action.delete {
  color: #000000;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.my-credit-cards-popup .modal-footer {
  text-align: right;
}
.my-credit-cards-popup .action.secondary {
  background-image: none;
  -moz-box-sizing: content-box;
  box-shadow: none;
  line-height: inherit;
  text-shadow: none;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  color: #000000;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  margin-right: 30px;
}
.my-credit-cards-popup .action.secondary:focus,
.my-credit-cards-popup .action.secondary:active {
  background: none;
  border: none;
}
.my-credit-cards-popup .action.secondary:hover {
  background: none;
  border: none;
}
.my-credit-cards-popup .action.secondary.disabled,
.my-credit-cards-popup .action.secondary[disabled],
fieldset[disabled] .my-credit-cards-popup .action.secondary {
  pointer-events: none;
  opacity: 0.5;
}
.my-credit-cards-popup .action.secondary:visited {
  color: #000000;
  text-decoration: none;
}
.my-credit-cards-popup .action.secondary:hover {
  color: #0f5ea5;
}
.my-credit-cards-popup .action.secondary:active {
  color: #f46414;
  text-decoration: underline;
}
.my-credit-cards-popup .action.secondary:hover,
.my-credit-cards-popup .action.secondary:active,
.my-credit-cards-popup .action.secondary:focus {
  background: none;
  border: 0;
}
.my-credit-cards-popup .action.secondary.disabled,
.my-credit-cards-popup .action.secondary[disabled],
fieldset[disabled] .my-credit-cards-popup .action.secondary {
  color: #000000;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.minilist .weee {
  display: table-row;
  font-size: 1.1rem;
}
.minilist .weee:before {
  display: none;
}
.price-container.weee:before {
  display: none;
}
.toolbar.wishlist-toolbar .limiter {
  float: right;
}
.toolbar.wishlist-toolbar .main .pages {
  display: inline-block;
  position: relative;
  z-index: 0;
}
.toolbar.wishlist-toolbar .toolbar-amount,
.toolbar.wishlist-toolbar .limiter {
  display: inline-block;
  z-index: 1;
}
.product-items .action.towishlist:before,
.products.list.items .action.towishlist:before,
.table-comparison .action.towishlist:before {
  content: '\e601';
}
.account .table-wrapper .data.table.wishlist > thead > tr > th,
.account .table-wrapper .data.table.wishlist > tbody > tr > th,
.account .table-wrapper .data.table.wishlist > tfoot > tr > th,
.account .table-wrapper .data.table.wishlist > thead > tr > td,
.account .table-wrapper .data.table.wishlist > tbody > tr > td,
.account .table-wrapper .data.table.wishlist > tfoot > tr > td {
  border-top: 1px solid #d1d1d1;
}
.account .table-wrapper .data.table.wishlist > caption + thead > tr:first-child > th,
.account .table-wrapper .data.table.wishlist > colgroup + thead > tr:first-child > th,
.account .table-wrapper .data.table.wishlist > thead:first-child > tr:first-child > th,
.account .table-wrapper .data.table.wishlist > caption + thead > tr:first-child > td,
.account .table-wrapper .data.table.wishlist > colgroup + thead > tr:first-child > td,
.account .table-wrapper .data.table.wishlist > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.account .table-wrapper .data.table.wishlist > tbody + tbody {
  border-top: 1px solid #d1d1d1;
}
.account .table-wrapper .data.table.wishlist thead > tr > th {
  border-bottom: 0;
}
.account .table-wrapper .data.table.wishlist tbody > tr:last-child > td {
  border-bottom: 1px solid #d1d1d1;
}
.account .table-wrapper .data.table.wishlist .product.name {
  display: inline-block;
  margin-bottom: 15px;
}
.account .table-wrapper .data.table.wishlist .box-tocart {
  margin: 15px 0;
}
.account .table-wrapper .data.table.wishlist .box-tocart .qty {
  vertical-align: middle;
}
.account .table-wrapper .data.table.wishlist .col.item {
  width: 50%;
}
.account .table-wrapper .data.table.wishlist .col.photo {
  max-width: 150px;
}
.account .table-wrapper .data.table.wishlist .col.selector {
  max-width: 15px;
}
.account .table-wrapper .data.table.wishlist textarea {
  margin: 15px 0;
}
.account .table-wrapper .data.table.wishlist .input-text.qty {
  margin-bottom: 15px;
}
.account .table-wrapper .data.table.wishlist .action.primary {
  vertical-align: top;
}
.account .table-wrapper .data.table.wishlist .price {
  font-weight: 700;
}
.block-wishlist .product-item-name {
  margin-right: 37.5px;
}
.products-grid.wishlist .product-item {
  margin-left: 2%;
  width: calc((100% - 4%) / 3);
  padding: 20px;
  margin-bottom: 30px;
}
.products-grid.wishlist .product-item-photo {
  display: block;
  margin-bottom: 15px;
}
.products-grid.wishlist .product-item-name {
  margin-top: 0;
  min-height: 60px;
}
.products-grid.wishlist .product-item .price-box {
  margin: 0;
}
.products-grid.wishlist .product-item-comment {
  display: block;
  height: 42px;
  margin: 15px 0;
}
.products-grid.wishlist .product-item-actions > * {
  margin-right: 15px;
}
.products-grid.wishlist .product-item-actions > *:last-child {
  margin-right: 0;
}
.products-grid.wishlist .product-item .box-tocart input.qty {
  height: 32px;
}
.products-grid.wishlist .product-item .product-review {
  min-height: 32px;
  margin-bottom: 10px;
}
.products-grid.wishlist .product-item .product-review .product-reviews-summary {
  margin: 0;
}
.RatingBarWidget-prefix .R-flex-center-xxs {
  justify-content: center !important;
}
.column.main .CarouselWidget-prefix .CarouselWidget .R-ReviewsList .R-ReviewsList__item .item__inner {
  border: 2px solid #000;
  border-radius: 5px;
}
.sidebar.sidebar-main .block.filter .filter-content .toolbar-number {
  display: none;
}
.sidebar.sidebar-main .filter-options-item .filter-options-content .items .item input[type="checkbox"] {
  display: none;
}
.smile-es-range-slider [data-role=from-label] {
  display: block;
  float: left;
  padding: 0 0 7.5px;
}
.smile-es-range-slider [data-role=to-label] {
  display: block;
  float: right;
  padding: 0 0 7.5px;
}
.smile-es-range-slider [data-role=message-box] {
  font-size: 21px;
  flex: 1;
  padding: 6px 0 0;
}
.smile-es-range-slider [data-role=message-box].empty {
  color: #e02b27;
  font-size: 1.7rem;
  padding: 0;
}
.smile-es-range-slider .actions-toolbar {
  display: flex;
  margin: 15px 0;
}
.smile-es-range-slider .actions-toolbar .actions-primary .action.primary.small:hover,
.smile-es-range-slider .actions-toolbar .actions-primary .action.primary.small:active,
.smile-es-range-slider .actions-toolbar .actions-primary .action.primary.small:focus {
  border: 0;
}
.smile-es-range-slider .ui-slider {
  margin: 7.5px 10px;
  clear: both;
}
.smile-es-range-slider .ui-slider-handle {
  background: #0f5ea5;
  padding: 0;
  margin: -3px 0 0 -7px;
  border-radius: 15px;
  width: 15px;
  height: 15px;
}
.filter .filter-content .item {
  margin: 5px 0 0 0;
}
.filter .block-subtitle {
  border-bottom: none;
  font-weight: normal;
}
.filter .field.search input[type="text"] {
  font-size: 17px;
}
.filter .actions {
  text-align: left;
  margin: 15px 0 0;
}
.filter .actions div.secondary {
  display: inline-block;
}
.filter .actions div.secondary a {
  color: #f46414;
  font-weight: 700;
  font-size: 2rem;
  line-height: 2.2rem;
  text-decoration: none;
  padding: 0;
  display: flex;
  align-items: center;
}
.filter .actions div.secondary a:after {
  content: '\e622';
  font-family: 'icons-blank-theme';
  font-weight: 700;
  font-size: 32px;
  line-height: 22px;
  height: 17px;
}
.filter .actions div.secondary a.show-less:after {
  content: '\e621';
}
.filter .filter-options dt.filter-options-title[aria-expanded="true"]:after {
  content: '\e621';
}
.filter .no-results-message p {
  margin: 9px 15px 0;
  background-color: #FFEEEE;
  padding: 7.5px;
  color: #AA0000;
}
.smile-elasticsuite-autocomplete-result .product-image-box {
  float: left;
  padding: 0 7.5px;
  width: 55px;
}
.smile-elasticsuite-autocomplete-result .product-shop {
  float: left;
  margin: 0 5px 0 0;
  padding: 0;
  white-space: normal;
  width: calc(100% - 75px);
}
.smile-elasticsuite-autocomplete-result .product-item .price-box {
  margin: 0;
}
.smile-elasticsuite-autocomplete-result .category-mini-crumb {
  font-style: italic;
  display: block;
  margin-bottom: 2px;
  font-size: 17px;
  color: #929292;
}
.smile-elasticsuite-autocomplete-result .product-attribute-label {
  text-transform: uppercase;
  vertical-align: super;
  font-size: 15px;
  color: #777;
}
.smile-elasticsuite-autocomplete-result .price-box span.old-price {
  display: block;
}
.smile-elasticsuite-autocomplete-result .price-box .price .special-price .price,
.smile-elasticsuite-autocomplete-result .price-box .price .old-price .price {
  vertical-align: middle;
}
.smile-elasticsuite-autocomplete-result .price-box .price .old-price .price {
  font-size: 13px;
  text-decoration: line-through;
}
.block-static-block.widget,
.block-cms-link.widget {
  margin-bottom: 30px;
}
.links .block-static-block.widget,
.links .block-cms-link.widget {
  margin-bottom: 0;
}
.block-cms-link-inline.widget {
  margin: 0;
}
.sidebar .block-addbysku .fieldset {
  margin: 0;
}
.sidebar .block-addbysku .fieldset .fields {
  position: relative;
}
.sidebar .block-addbysku .fieldset .fields .field {
  display: inline-block;
  margin-bottom: 15px;
  vertical-align: top;
}
.sidebar .block-addbysku .fieldset .fields .field.sku {
  margin-right: -85px;
  padding-right: 90px;
  width: 100%;
}
.sidebar .block-addbysku .fieldset .fields .field.qty .qty + .mage-error {
  width: 80px;
}
.sidebar .block-addbysku .fieldset .fields .actions-toolbar {
  position: absolute;
  right: 0;
  top: 6px;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar {
  margin-bottom: 30px;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar .primary {
  text-align: left;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar .primary .action {
  width: auto;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar .secondary {
  float: none;
  text-align: left;
}
.sidebar .block-addbysku .action.add {
  display: inline-block;
  text-decoration: none;
  line-height: normal;
  padding: 2px 0;
  width: auto;
}
.sidebar .block-addbysku .action.add > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sidebar .block-addbysku .action.add:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 31px;
  line-height: 22px;
  color: inherit;
  content: '\e61c';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.sidebar .block-addbysku .action.add:hover:before {
  color: inherit;
}
.sidebar .block-addbysku .action.add:active:before {
  color: inherit;
}
.sidebar .block-addbysku .action.links {
  display: inline-block;
  margin: 30px 0 0;
}
.sidebar .block-addbysku .action.reset {
  display: block;
  margin: 15px 0;
}
.sidebar .block-addbysku .action.remove {
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
}
.sidebar .block-addbysku .action.remove > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sidebar .block-addbysku .action.remove:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 22px;
  color: inherit;
  content: '\e616';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.sidebar .block-addbysku .action.remove:hover:before {
  color: inherit;
}
.sidebar .block-addbysku .action.remove:active:before {
  color: inherit;
}
.sidebar .block-addbysku .action.remove:focus,
.sidebar .block-addbysku .action.remove:active {
  background: none;
  border: none;
}
.sidebar .block-addbysku .action.remove:hover {
  background: none;
  border: none;
}
.sidebar .block-addbysku .action.remove.disabled,
.sidebar .block-addbysku .action.remove[disabled],
fieldset[disabled] .sidebar .block-addbysku .action.remove {
  pointer-events: none;
  opacity: 0.5;
}
.block-banners .banner-item,
.block-banners-inline .banner-item {
  display: block;
}
.block-banners .banner-item-content,
.block-banners-inline .banner-item-content {
  margin-bottom: 30px;
}
.block-banners .banner-item-content img,
.block-banners-inline .banner-item-content img {
  display: block;
  margin: 0 auto;
}
.block-product-link.widget,
.block-category-link.widget {
  display: block;
  margin-bottom: 30px;
}
.block-product-link-inline.widget {
  margin: 0;
}
.block.widget .products-grid .product-item {
  margin-left: 2%;
  width: calc((100% - 2%) / 2);
}
.block.widget .products-grid .product-item:nth-child(2n + 1) {
  margin-left: 0;
}
.block.widget .product-item-info {
  width: auto;
}
.block.widget .pager {
  padding: 0;
}
.block.widget .pager .toolbar-amount {
  float: none;
  font-size: 1.2rem;
}
.block.widget .pager .pages-item-previous {
  padding-left: 0;
}
.block.widget .pager .pages-item-next {
  position: relative;
}
.block.widget .pager .items {
  white-space: nowrap;
}
.columns .block-event {
  position: relative;
  z-index: 2;
}
.block-event .block-content {
  position: relative;
}
.block-event .block-content > .action {
  cursor: pointer;
  margin-top: -6px;
  position: absolute;
  top: 50%;
  z-index: 3;
}
.block-event .block-content > .action.backward,
.block-event .block-content > .action.forward {
  opacity: .5;
  overflow: hidden;
  width: 20px;
  display: inline-block;
  text-decoration: none;
}
.block-event .block-content > .action.backward > span,
.block-event .block-content > .action.forward > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.block-event .block-content > .action.backward:before,
.block-event .block-content > .action.forward:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 55px;
  line-height: 30px;
  color: inherit;
  content: '\e617';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block-event .block-content > .action.backward:before,
.block-event .block-content > .action.forward:before {
  margin-left: -15px;
}
.block-event .block-content > .action.backward {
  left: 0;
}
.block-event .block-content > .action.forward {
  right: 0;
}
.block-event .block-content > .action.forward:before {
  content: '\e608';
}
.block-event .block-content > .action.forward:before {
  margin-left: -20px;
}
.block-event .block-content > .action.inactive {
  cursor: default;
  display: none;
}
.block-event .block-content > .action:hover {
  opacity: 1;
}
.block-event .slider-panel {
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.block-event .slider-panel .slider {
  white-space: nowrap;
}
.block-event .slider-panel .slider .item {
  background: #f0f0f0;
  display: inline-block;
  text-align: center;
  vertical-align: top;
  white-space: normal;
  width: 16.35%;
}
.sidebar-main .block-event .slider-panel .slider .item,
.sidebar-additional .block-event .slider-panel .slider .item {
  width: 100%;
}
.block-event .slider-panel .slider .item img {
  max-width: 100%;
}
.block-event .slider-panel .slider .item .category-name {
  display: inline-block;
  font-size: 1.8rem;
  padding: 15px 5px 0;
  word-break: break-all;
}
.block-event .slider-panel .slider .item .ticker {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.block-event .slider-panel .slider .item .ticker li {
  display: none;
  margin: 0 5px;
}
.block-event .slider-panel .slider .item .ticker .value {
  font-size: 2.6rem;
  font-weight: 300;
}
.block-event .slider-panel .slider .item .ticker .label {
  display: block;
  font-size: 1.3rem;
}
.block-event .slider-panel .slider .item .dates {
  font-weight: 300;
}
.block-event .slider-panel .slider .item .dates .start,
.block-event .slider-panel .slider .item .dates .end,
.block-event .slider-panel .slider .item .dates .date {
  display: block;
}
.block-event .slider-panel .slider .item .dates .start:after {
  font-size: 1.8rem;
  content: '\2013';
  display: block;
}
.block-event .slider-panel .slider .item .dates .date {
  font-size: 1.8rem;
  font-weight: 300;
}
.block-event .slider-panel .slider .item .dates .time {
  font-size: 1.3rem;
}
.block-event .slider-panel .slider .item .box-event .box-content {
  padding: 5px 0 15px;
}
.block-event .slider-panel .slider .item .box-event .box-title {
  display: block;
  font-weight: 300;
  margin: 15px 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: #0f5ea5;
  border: #000000;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Lato Regular', sans-serif, Arial;
  font-weight: 700;
  padding: 12px 40px;
  font-size: 2rem;
  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: #c24904;
  border: #7f1416;
  color: #ffffff;
}
.block-event .slider-panel .slider .item .action.event:hover {
  background: #c24904;
  border: #7f1416;
  color: #ffffff;
}
.block-event .slider-panel .slider .item .action.event.disabled,
.block-event .slider-panel .slider .item .action.event[disabled],
fieldset[disabled] .block-event .slider-panel .slider .item .action.event {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.block-event .slider-panel .slider .item .action.event:hover {
  text-decoration: none;
}
.block-static-block.widget,
.block-cms-link.widget {
  margin-bottom: 30px;
}
.links .block-static-block.widget,
.links .block-cms-link.widget {
  margin-bottom: 0;
}
.block-cms-link-inline.widget {
  margin: 0;
}
.block-wishlist-search .form-wishlist-search {
  margin: 30px 0 0;
}
.block-cms-hierarchy-link.widget {
  display: block;
  margin-bottom: 30px;
}
.block-cms-hierarchy-link-inline.widget {
  margin: 0;
}
@media only screen and (max-width: 1023px) {
  .section-content.login-infobox .sub_heading {
    font-size: 21px;
    line-height: 31px;
    margin: 0 0 10px 0;
  }
  .faq-products .qTitle .qa-question {
    font-size: 20px;
  }
  .faq-products .qaContainer {
    padding: 20px 30px;
  }
  .cart.table-wrapper {
    overflow: inherit;
  }
  .cart.table-wrapper thead .col {
    display: none;
  }
  .cart.table-wrapper .col.qty,
  .cart.table-wrapper .col.price,
  .cart.table-wrapper .col.subtotal,
  .cart.table-wrapper .col.msrp {
    box-sizing: border-box;
    display: block;
    float: left;
    text-align: center;
    white-space: nowrap;
    width: 33%;
    font-size: 16px;
  }
  .cart.table-wrapper .col.qty[data-th]:before,
  .cart.table-wrapper .col.price[data-th]:before,
  .cart.table-wrapper .col.subtotal[data-th]:before,
  .cart.table-wrapper .col.msrp[data-th]:before {
    content: attr(data-th);
    display: block;
    font-weight: 700;
    padding-bottom: 15px;
  }
  .cart.table-wrapper .col.msrp {
    white-space: normal;
  }
  .cart.table-wrapper .col.subtotal {
    text-align: right;
  }
  .cart.table-wrapper .item .col.item {
    padding-bottom: 0;
  }
  .cart-container .action.continue,
  .cart-container .action.update {
    width: 100%;
  }
  .checkout-cart-index .widget.block.block-static-block {
    display: none;
  }
  .cart.table-wrapper .col.price {
    text-align: left;
  }
  .cart.table-wrapper .col.subtotal[data-th]:before {
    content: attr(data-th);
  }
  .cart.table-wrapper .col.price .cart-price .old-price,
  .cart.table-wrapper .col.price .cart-price .sales-amount {
    float: left;
  }
  .cart.table-wrapper table > thead > tr > th,
  .cart.table-wrapper table > tbody > tr > th,
  .cart.table-wrapper table > tfoot > tr > th,
  .cart.table-wrapper table > thead > tr > td,
  .cart.table-wrapper table > tbody > tr > td,
  .cart.table-wrapper table > tfoot > tr > td {
    padding: 15px;
  }
  .cart.table-wrapper thead .col {
    display: none !important;
  }
  .checkout-cart-index .cart.table-wrapper .control.qty {
    display: flex;
    width: 91px;
    margin: auto;
    float: none;
  }
  .inventorydata {
    gap: 4px 10px;
  }
  .checkout-cart-index .page-title-wrapper h1 {
    font-size: 34px;
    line-height: 50px;
  }
  .cart-container .form-cart .action.clear {
    margin: 0 auto !important;
    font-size: 15px;
  }
  .checkout-cart-index .columns .column.main {
    padding-bottom: 41px;
  }
  .field-tooltip .field-tooltip-content {
    right: -15px;
    top: 40px;
    left: auto;
  }
  .checkout-index-index li.checkout-shipping-method .table-checkout-shipping-method {
    font-size: 14px;
    line-height: 22px;
  }
  .checkout-index-index li.checkout-shipping-method .table-checkout-shipping-method tbody tr.row {
    display: flex;
    align-items: center;
    column-gap: 8px;
    flex-wrap: wrap;
    justify-content: end;
    border-bottom: 1px solid #ccc;
  }
  .checkout-index-index li.checkout-shipping-method .table-checkout-shipping-method tbody tr.row td {
    border: 0;
    padding-inline: 0;
    padding-block: 10px;
  }
  .checkout-index-index li.checkout-shipping-method .table-checkout-shipping-method tbody tr.row td:has(.radio) {
    padding: 0;
  }
  .checkout-index-index li.checkout-shipping-method .table-checkout-shipping-method tbody tr.row td.col-method:not(:has(.radio)) {
    width: 100%;
    order: 10;
    padding-top: 0;
    padding-inline: 0;
    font-weight: 600;
  }
  .checkout-index-index li.checkout-shipping-method .table-checkout-shipping-method tbody tr.row td.col-logo {
    margin-left: auto;
  }
  .checkout-index-index li.checkout-shipping-method .table-checkout-shipping-method tbody tr.row td .info-message {
    font-weight: 400;
  }
  .checkout-index-index li.checkout-shipping-method .table-checkout-shipping-method tbody tr.row td.col.col-error {
    width: 100%;
  }
  .checkout-index-index li.checkout-shipping-method .table-checkout-shipping-method tbody tr.row td.col-price {
    margin-right: auto;
    font-weight: 600;
  }
}
@media only screen and (max-width: 769px) {
  .field-tooltip .field-tooltip-content {
    right: -15px;
    top: 40px;
    left: auto;
  }
  .modals-wrapper .modal-popup .modal-header {
    padding-top: 2rem;
  }
  .modals-wrapper .modal-popup .modal-title {
    border-bottom: none;
    font-size: 25px;
    font-weight: 300;
  }
  .popup-tree .modal-footer .action,
  .popup-tree .modal-footer .action-primary {
    display: block;
    margin-bottom: 15px;
    width: 100%;
  }
  .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: 6.1rem;
    right: auto;
  }
  .account .column.main .block.block-dashboard-info:not(.widget) .block-content .box:last-child {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .abs-button-responsive-smaller,
  .product-info-main .box-tocart .actions .action.tocart {
    width: 100%;
  }
  .abs-visually-hidden-mobile-m {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-mobile-m:before,
  .abs-add-clearfix-mobile-m:after,
  .form-create-return .fieldset > .actions-toolbar:before,
  .form-create-return .fieldset > .actions-toolbar:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-mobile-m:after,
  .form-create-return .fieldset > .actions-toolbar:after {
    clear: both;
  }
  .abs-icon-add-mobile,
  .block-wishlist-management .wishlist-add.item .add {
    display: block;
    text-decoration: none;
  }
  .abs-icon-add-mobile:before,
  .block-wishlist-management .wishlist-add.item .add:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    line-height: 10px;
    color: inherit;
    content: '\e61c';
    font-family: 'icons-blank-theme';
    margin: 0 5px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .abs-toggling-title-mobile,
  .block-wishlist-management .wishlist-select .wishlist-name,
  .block-collapsible-nav .title {
    border-bottom: 1px solid #d1d1d1;
    border-top: 1px solid #d1d1d1;
    cursor: pointer;
    margin-bottom: 0;
    padding: 15px 60px 15px 15px;
    position: relative;
    display: block;
    text-decoration: none;
  }
  .abs-toggling-title-mobile:after,
  .block-wishlist-management .wishlist-select .wishlist-name:after,
  .block-collapsible-nav .title:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 28px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .abs-toggling-title-mobile:after,
  .block-wishlist-management .wishlist-select .wishlist-name:after,
  .block-collapsible-nav .title:after {
    position: absolute;
    right: 15px;
    top: 0;
  }
  .abs-toggling-title-mobile.active:after,
  .block-wishlist-management .wishlist-select .wishlist-name.active:after,
  .block-collapsible-nav .title.active:after {
    content: '\e621';
  }
  .abs-pager-toolbar-mobile .toolbar-amount,
  .abs-pager-toolbar-mobile .limiter,
  .abs-pager-toolbar-mobile .pages,
  .account .toolbar .toolbar-amount,
  .account .toolbar .limiter,
  .account .toolbar .pages,
  .toolbar-wishlist-results .toolbar-amount,
  .toolbar-wishlist-results .limiter,
  .toolbar-wishlist-results .pages {
    float: none;
    margin-bottom: 37.5px;
  }
  .abs-shopping-cart-items-mobile .actions {
    text-align: center;
  }
  .abs-shopping-cart-items-mobile .action.update,
  .abs-shopping-cart-items-mobile .action.continue,
  .abs-shopping-cart-items-mobile .action.clear {
    margin: 0 auto 15px;
  }
  .abs-shopping-cart-items-mobile .action.update,
  .abs-shopping-cart-items-mobile .action.clear {
    display: block;
  }
  .abs-checkout-tooltip-content-position-top-mobile,
  .field-tooltip .field-tooltip-content {
    right: -15px;
    top: 40px;
    left: auto;
  }
  .abs-checkout-tooltip-content-position-top-mobile:before,
  .abs-checkout-tooltip-content-position-top-mobile:after,
  .field-tooltip .field-tooltip-content:before,
  .field-tooltip .field-tooltip-content:after {
    border: 10px solid transparent;
    height: 0;
    width: 0;
    margin-top: -21px;
    right: 15px;
    left: auto;
    top: 0;
  }
  .abs-checkout-tooltip-content-position-top-mobile:before,
  .field-tooltip .field-tooltip-content:before {
    border-bottom-color: #999999;
  }
  .abs-checkout-tooltip-content-position-top-mobile:after,
  .field-tooltip .field-tooltip-content:after {
    border-bottom-color: #f4f4f4;
    top: 1px;
  }
  .navigation,
  .breadcrumbs,
  .header.content,
  .footer.content,
  .page-main,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .account .page-main,
  .cms-privacy-policy .page-main {
    padding-top: 41px;
    position: relative;
  }
  .product.data.items {
    margin: 0;
    padding: 0;
  }
  .product.data.items > .item.title {
    box-sizing: border-box;
    float: none;
    width: 100%;
  }
  .product.data.items > .item.title > .switch {
    display: block;
  }
  .product.data.items > .item.content {
    box-sizing: border-box;
    display: block;
    float: none;
    margin: 0;
  }
  .product.data.items > .item.content:before,
  .product.data.items > .item.content:after {
    content: '';
    display: table;
  }
  .product.data.items > .item.content:after {
    clear: both;
  }
  .product.data.items > .item.content.active {
    display: block;
  }
  .product.data.items > .item.title {
    margin: 0 0 7.5px;
  }
  .product.data.items > .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: 60px;
    padding: 7.5px 30px 7.5px 30px;
    font-weight: 600;
    line-height: 60px;
    font-size: 2.5rem;
    color: #4a4a4a;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:visited {
    color: #4a4a4a;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:hover {
    color: #4a4a4a;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:active {
    color: #000000;
    text-decoration: none;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:focus,
  .product.data.items > .item.title:not(.disabled) > .switch:hover {
    background: #fcfcfc;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:active,
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    background: #ffffff;
    color: #000000;
    text-decoration: none;
    padding-bottom: 7.5px;
  }
  .product.data.items > .item.content {
    background: #ffffff;
    border: 1px solid #d1d1d1;
    margin: 0 0 7.5px;
    padding: 30px 30px 30px 30px;
  }
  .product.data.items .data.item {
    display: block;
  }
  .product.data.items .item.title > .switch {
    padding: 1px 15px 1px;
  }
  .product.data.items > .item.content {
    padding: 10px 15px 30px;
  }
  .modal-popup.modal-slide {
    left: 44px;
    z-index: 900;
  }
  .modal-popup.modal-slide._show .modal-inner-wrap {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .modal-popup.modal-slide .modal-inner-wrap {
    height: 100%;
    overflow-y: auto;
    position: static;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    width: auto;
  }
  .modal-popup.modal-slide .modal-inner-wrap {
    margin: 0;
    max-height: 90vh;
    /** iOS webkit fix height problem when added long content **/
  }
  .custom-slide {
    bottom: 0;
    left: 0;
    min-width: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0s .3s, opacity .3s ease;
    transition: visibility 0s .3s, opacity .3s ease;
    left: 44px;
    z-index: 900;
  }
  .custom-slide._show {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
  }
  .custom-slide._show .modal-inner-wrap {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .custom-slide .modal-inner-wrap {
    background-color: #ffffff;
    box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
    opacity: 1;
    pointer-events: auto;
  }
  .custom-slide._show .modal-inner-wrap {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .custom-slide .modal-inner-wrap {
    height: 100%;
    overflow-y: auto;
    position: static;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    width: auto;
  }
  .custom-slide._show {
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .custom-slide .modal-inner-wrap {
    background-color: #f4f4f4;
    box-sizing: border-box;
    height: auto;
    min-height: 100%;
  }
  body._has-modal-custom {
    height: 100vh;
    overflow: hidden;
    width: 100vw;
  }
  body._has-modal-custom .modal-custom-overlay {
    background-color: rgba(51, 51, 51, 0.55);
  }
  .modal-popup {
    pointer-events: auto;
  }
  .modal-popup.modal-slide .modal-inner-wrap[class] {
    background-color: #f4f4f4;
  }
  .modal-popup.modal-slide._inner-scroll._show {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
  }
  .modal-popup.modal-slide._inner-scroll .modal-inner-wrap {
    height: auto;
    min-height: 100%;
  }
  .modal-popup .modal-title {
    font-size: 20px;
    font-weight: 700;
  }
  .modal-popup.login-popup-modal {
    max-height: 500px;
    max-width: 400px;
    margin: 0 auto;
  }
  .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;
  }
  .lac-notification {
    padding: 5px 0;
  }
  .lac-notification .lac-notification-icon {
    display: none;
  }
  .lac-notification .lac-notification-text,
  .lac-notification .lac-notification-links {
    float: none;
    padding: 5px 0;
    text-align: center;
  }
  .pagebuilder-banner-wrapper {
    background-attachment: scroll !important;
  }
  .pagebuilder-banner-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
    max-width: none;
  }
  .pagebuilder-column {
    background-attachment: scroll !important;
    flex-basis: 100%;
    max-width: 100%;
  }
  .pagebuilder-column-group {
    flex-wrap: wrap;
  }
  .pagebuilder-column-line {
    flex-wrap: wrap;
  }
  [data-content-type='row'][data-appearance='contained'] [data-element='inner'] {
    background-attachment: scroll !important;
  }
  [data-content-type='row'][data-appearance='full-bleed'] {
    background-attachment: scroll !important;
  }
  [data-content-type='row'][data-appearance='full-width'] {
    background-attachment: scroll !important;
  }
  .pagebuilder-slide-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
    max-width: none;
  }
  [data-content-type='tab-item'] {
    background-attachment: scroll !important;
  }
  .pagebuilder-mobile-hidden {
    display: none !important;
  }
  .page-layout-bliss_categoryview_childcategory .category-parts {
    margin: 0;
  }
  .categories-section {
    padding: 29px 0 60px;
  }
  .categories-section .heading {
    display: none;
  }
  .categories-section ul.list-category {
    justify-content: center;
    margin: 0 -10px;
  }
  .categories-section ul.list-category li {
    padding: 10px;
    text-align: center;
    width: calc(100% / 4 - 20px);
  }
  .categories-section ul.list-category li a.category-name {
    font-size: 14px;
    margin-top: 5px;
  }
  .categories-section .browse-all-category {
    justify-content: center;
    margin-top: 15px;
  }
  .cart-order-comment {
    border-bottom: 1px solid #d1d1d1;
  }
  .cart-order-comment .block > .title {
    border: 0;
  }
  .table-checkout-shipping-method tr.shipment-products-row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .table-checkout-shipping-method tr.shipment-products-row td.shipment-products {
    width: 100%;
  }
  .table-checkout-shipping-method tr.shipment-products-row ~ .row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .table-checkout-shipping-method tr.shipment-products-row ~ .row td {
    flex-grow: 1;
  }
  .basetheme-index-index #maincontent {
    text-align: center;
  }
  .category-lists .cms_category .cat_links_container {
    /*min-height: 414px;*/
    border-radius: 0 0 5px 5px;
    padding-bottom: 80px;
  }
  .category-lists .cms_category .cat_links_container .cat_links {
    position: absolute;
    left: calc(50% - 57px);
    bottom: 0;
    margin-bottom: 20px;
  }
  .cms_category {
    width: 100%;
  }
  .cms_category .cat_img_container .cat_img {
    width: 100%;
  }
  .cms-grand-opening-bash .column:not(.sidebar-main) .form.contact {
    float: none;
    width: 100%;
  }
  .cms-grand-opening-bash .column:not(.sidebar-additional) .form.contact {
    float: none;
    width: 100%;
  }
  .cms-grand-opening-bash .column:not(.sidebar-additional) .form.contact .fieldset .field.checkbox .control input[type="checkbox"] {
    top: 2px;
    display: inline-block;
    width: 5%;
    vertical-align: top;
  }
  .cms-grand-opening-bash .column:not(.sidebar-additional) .form.contact .fieldset .field.checkbox .control .label {
    width: 90%;
    vertical-align: top;
    top: 0;
  }
  h2.home-category-title {
    padding: 10px 5px;
    background: #c41c1c;
    color: #fff;
    font-size: 20px;
    margin-bottom: 15px;
    text-align: center;
  }
  .single-category {
    margin-bottom: 10px;
  }
  .single-category {
    width: calc(100%);
  }
  .single-category:nth-child(2),
  .single-category:nth-child(4),
  .single-category:last-child {
    margin-right: 0;
  }
  .products .product-list-table {
    overflow-x: auto;
    margin-bottom: 20px;
  }
  .products .product-list-table table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
  }
  .products .product-list-table table tr th {
    min-width: 140px;
  }
  .pgp-catalog .toolbar.toolbar-products {
    display: block;
  }
  .pgp-catalog .category-view {
    margin-bottom: 30px;
  }
  .pgp-catalog .toolbar .limiter {
    display: none;
  }
  .pgp-catalog .products-grid .description {
    font-size: 16px;
  }
  .pgp-catalog .products-grid .product-items .product-item {
    display: inline-block;
    width: calc(50% - 16px);
    margin: 0 7px 15px;
    font-size: 14px;
    padding: 10px;
  }
  .pgp-catalog .products-grid .product-items .product-item .product-item-details {
    padding: 0;
  }
  .pgp-catalog .products-grid .product-items .product-item .product-item-details .SKU {
    font-weight: bold;
  }
  .pgp-catalog .products-grid .product-items .product-item .price-box .price {
    font-size: 18px;
  }
  .pgp-catalog .products-grid .product-items .product-item .tocart {
    padding: 5px 20px;
    font-size: 16px;
  }
  .pgp-catalog .products-grid .product-items .product-item .product-item-info .product-item-actions .actions-secondary {
    position: unset;
    float: right;
  }
  .pgp-catalog .products-grid .product-items .product-item .product-item-info .product-item-actions .field.qty {
    margin-bottom: 10px;
  }
  .pgp-catalog .products-grid .product-items .product-item .product-item-info .product-item-actions .field.qty .control {
    display: inline-block;
  }
  .pgp-catalog .products-grid .product-items .product-item .product-item-info .product-item-actions .field.qty .control input.qty {
    height: 33px;
    max-width: 50px;
    text-align: center;
    border-color: #000;
  }
  .blog__post-view .blog__post-featured-image {
    padding: 0 0 2rem 0;
    width: 100%;
    max-width: 100%;
  }
  .blog__post-view .blog_post-image-text-content .blog_post-content-text iframe {
    width: 100%;
  }
  .blog__post-item .blog__post-excerpt > img {
    padding: 0 0 2rem 0;
    max-width: 100%;
    width: 100%;
  }
  .blog .page-main {
    position: relative;
    padding-top: 41px;
  }
  .desktop-only {
    display: none;
  }
  .blog__post-catalog-related-posts ol li .post-image {
    width: 100%;
    max-width: 100%;
    float: none;
    padding: 0 0 1rem 0;
  }
  .blog-category-index .page-title-wrapper {
    width: unset;
    text-align: center;
  }
  .blog-category-index .page-title {
    font-size: 35px;
    margin-bottom: 10px;
  }
  .blog-post-view .page-title-wrapper {
    text-align: left;
  }
  .blog-post-view .page-title-wrapper .page-title {
    font-size: 20px;
    color: #000000;
  }
  .blog-post-view .columns .column.main {
    order: 0;
  }
  .blog-post-view .columns .column-bottom {
    width: 100%;
  }
  .blog-post-view .blog__post-meta:before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #000000;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .blog h2 {
    font-size: 20px;
  }
  .blog li {
    font-size: 16px;
  }
  .blog .blog-bottom {
    text-align: center;
  }
  .blog .blog__sidebar-main .block-collapsible-nav .blog__sidebar-recent .block-title {
    margin-bottom: -0.5rem;
  }
  .blog .blog__sidebar-main .block-collapsible-nav .block-collapsible-nav-title h2 {
    margin-top: 20px;
    margin-bottom: 21px;
  }
  .blog .blog__sidebar-main .block-collapsible-nav .block-collapsible-content {
    margin-top: -30px;
  }
  .blog .blog__sidebar-main .block-collapsible-nav .block-collapsible-content ul.nav.items {
    margin-top: 5px;
  }
  .blog .blog__sidebar-main .block-collapsible-nav .block-collapsible-content ul.nav.items .item {
    margin: 14px 0 0;
  }
  .blog .toolbar-amount {
    padding: 8px 0 8px;
  }
  .blog li.blog__post-item {
    padding: 0px;
    border: none;
  }
  .blog #block-collapsible-nav-blog {
    padding-left: 0px;
  }
  .blog .blog_post-content-text {
    font-size: 16px;
    margin-bottom: 35px;
  }
  .blog .blog_post-comment-icon {
    height: 18px;
    margin-left: 19px;
    margin-right: 2px;
  }
  .blog .blog__sidebar-search form input {
    font-size: 16px;
  }
  .blog .blog__sidebar-recent .items {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
  .blog .blog__sidebar-recent .items .item {
    width: 30%;
    text-align: center;
    margin-bottom: 15px;
  }
  .blog .blog__sidebar-recent .items .item a {
    font-size: 16px;
  }
  .blog .blog__sidebar-recent .items .item img {
    padding: 0;
    max-width: 100%;
    border-radius: 7px;
  }
  .blog .blog__sidebar-search form {
    height: 44px;
  }
  .blog .blog__sidebar-search form button,
  .blog .blog__sidebar-search form .cart.table-wrapper .actions-toolbar > .action,
  .blog .blog__sidebar-search form .quote-details-items .actions-toolbar > .action,
  .blog .blog__sidebar-search form .action-gift {
    height: 32px;
  }
  .blog .blog__sidebar-search form input {
    width: 100%;
  }
  .blog .blog__post-details {
    margin-left: unset;
  }
  .blog .blog__post-view-related-posts ol {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto;
  }
  .blog .blog__post-view-related-posts ol li {
    display: grid;
    width: 100px;
    height: fit-content;
    width: 30%;
    padding-left: 0px;
  }
  .blog .blog__post-view-related-posts ol li .post-name {
    text-align: center;
    font-size: 16px;
  }
  .blog .blog__post-view-related-posts ol li img {
    max-width: 100%;
    border-radius: 7px;
  }
  .blog .block-collapsible-nav {
    top: 0;
  }
  .blog .block-collapsible-nav.blog__sidebar-category-tree {
    position: unset;
  }
  .blog .block-collapsible-nav .title {
    border: none;
    cursor: pointer;
    margin-bottom: 0;
    padding: 0px 60px 0px 0px;
    position: relative;
    display: inline-block;
    text-decoration: none;
  }
  .blog .block-collapsible-nav .title:after {
    content: "";
    background-image: url("/media/theme/images/arrow-top.png");
    position: absolute;
    top: 31px;
    right: 20px;
    height: 7px;
    width: 14px;
    transform: rotate(180deg);
  }
  .blog .block-collapsible-nav .title.active:after {
    transform: rotate(0deg);
  }
  .blog .block-collapsible-nav .content.active {
    display: block;
    background: white;
    padding-left: 15px;
    border: none;
  }
  .blog .blog__post-view-related-posts .title.related-arrow-up,
  .blog .blog__post-view-related-posts .title.related-arrow-down {
    border: none;
    cursor: pointer;
    margin-bottom: 0;
    padding: 0px 60px 0px 0px;
    position: relative;
    display: inline-block;
    text-decoration: none;
  }
  .blog .blog__post-view-related-posts .title.related-arrow-up:after,
  .blog .blog__post-view-related-posts .title.related-arrow-down:after {
    content: "";
    background-image: url("/media/theme/images/arrow-top.png");
    position: absolute;
    top: 47px;
    right: 25px;
    height: 7px;
    width: 14px;
    transform: rotate(180deg);
  }
  .blog .blog__post-view-related-posts .title.related-arrow-up.related-arrow-down:after,
  .blog .blog__post-view-related-posts .title.related-arrow-down.related-arrow-down:after {
    transform: rotate(0deg);
  }
  .blog .block-title.popular-arrow-up,
  .blog .block-title.popular-arrow-down {
    position: relative;
  }
  .blog .block-title.popular-arrow-up:after,
  .blog .block-title.popular-arrow-down:after {
    content: "";
    background-image: url("/media/theme/images/arrow-top.png");
    position: absolute;
    top: 9px;
    right: 165px;
    height: 7px;
    width: 14px;
    transform: rotate(180deg);
  }
  .blog .block-title.popular-arrow-down:after {
    transform: rotate(0deg);
  }
  .blog .blog__post-meta {
    display: inline-block;
    font-size: 15px;
    line-height: 2;
    width: 100%;
  }
  .blog .blog__post-meta .blog__post-meta-author,
  .blog .blog__post-meta .blog__post-meta-comments {
    margin-right: 0rem;
  }
  .blog .page-main {
    padding-top: 0px;
  }
  .blog .author-img {
    float: left;
    height: 80px;
    width: 80px;
    margin-bottom: 20px;
  }
  .blog .author_name {
    padding-right: 0px;
  }
  .blog .page-title {
    font-size: 20px;
  }
  .blog .author_other_info {
    text-align: justify;
    margin-top: 15px;
    width: 100%;
  }
  .blog #author_social_links {
    text-align: center;
  }
  .blog .post-count {
    margin-top: 12px;
  }
  .blog #author_social_links {
    text-align: center;
  }
  .blog .blog__post-list-wrapper:before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #000000;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .blog .blog__post-list-wrapper .blog__post-list > li {
    text-align: center;
  }
  .blog .blog__post-list-wrapper .blog__post-list .toolbar-amount {
    font-size: 16px;
  }
  .blog .blog__post-meta-time {
    margin-right: 0px;
    display: block;
    font-size: 16px;
  }
  .blog .blog__post-meta-author,
  .blog .blog__post-meta-comments {
    font-size: 16px;
  }
  .blog .author_description {
    padding-right: 0px;
  }
  .blog .blog__post-item {
    text-align: center;
    display: grid;
  }
  .blog .blog__post-item .blog__post-excerpt {
    display: block;
    order: 1;
  }
  .blog .blog__post-item .blog__post-excerpt .blog_post-banner-image img {
    height: 185px;
    max-width: 100%;
  }
  .blog .blog__post-item .blog__post-excerpt .blog__post-header,
  .blog .blog__post-item .blog__post-excerpt .blog__post-details {
    text-align: left;
  }
  .blog .blog__post-item .blog__post-excerpt .blog__post-details .blog__post-text-listing {
    font-size: 16px;
  }
  .blog .blog__post-item .blog__post-excerpt .read-more {
    text-align: left;
  }
  .blog .flexrow .flexcolumn2 .read-more {
    margin-bottom: 20px;
    float: none;
  }
  .blog-category-view .page-main {
    display: flex;
    flex-direction: column;
  }
  .blog-category-view .page-main .page-title-wrapper {
    order: 1;
  }
  .blog-category-view .page-main .blog__sidebar-main {
    order: 2;
  }
  .blog-category-view .page-main a#contentarea {
    order: 3;
  }
  .blog-category-view .page-main .page.messages {
    order: 4;
  }
  .blog-category-view .page-main .columns {
    order: 5;
  }
  .blog-category-index .page-title-wrapper {
    display: none;
  }
  .glossary-filter-display.page-layout-3columns .column.main .glossary_common .glossary-header h1 {
    font-size: 30px;
  }
  .glossary-filter-display.page-layout-3columns .column.main .glossary_common .first_letter_filter {
    font-size: 40px;
  }
  .glossary-filter-display.page-layout-3columns .column.main .glossary_common #search-container {
    width: 100%;
  }
  .glossary-filter-display.page-layout-3columns .column.main .glossary_common .default-items .group .letter-with-item .glossary-arrow-up,
  .glossary-filter-display.page-layout-3columns .column.main .glossary_common .default-items .group .letter-with-item .glossary-arrow-down {
    font-size: 25px;
  }
  .page-products .products-grid .product-items .product-item .product-item-details .product-item-actions .actions-primary {
    display: block;
  }
  .page-products .products-grid .product-items .product-item .product-item-details .product-item-actions .actions-primary .action.primary,
  .page-products .products-grid .product-items .product-item .product-item-details .product-item-actions .actions-primary .action-primary {
    width: 100%;
  }
  .filtermobile {
    background: #000000;
    border: none;
    box-sizing: border-box;
    color: #ffffff;
    cursor: pointer;
    transition: .3s;
    margin-right: 30px;
    display: block;
  }
  .filtermobile:hover,
  .filtermobile active,
  .filtermobile focus {
    background: #000000;
    color: #ffffff;
    border: none;
  }
  .toolbar.toolbar-products {
    display: none !important;
  }
  .products.wrapper + .toolbar.toolbar-products {
    display: block !important;
  }
  .page-products .page-main {
    position: relative;
  }
  .page-products .page-main .columns {
    position: unset;
  }
  .page-products .page-main .sidebar.sidebar-main {
    position: absolute;
    width: 86%;
    top: 0;
    background: #ffffff;
    z-index: 100;
  }
  .page-products .close-filter {
    position: relative;
    float: right;
    padding-right: 20px;
    margin-top: -3px;
    cursor: pointer;
    font-size: 20px;
    color: #000000;
  }
  .page-products .close-filter:after {
    position: absolute;
    content: "";
    height: 15px;
    width: 15px;
    top: 7px;
    right: 0;
    background-image: url("../../frontend/Harriswebworks/westrocksupply/en_US/css/@{../images/cancel.png");
    background-size: cover;
  }
  .webp .page-products .close-filter:after {
    background-image: url("../../frontend/Harriswebworks/westrocksupply/en_US/images/cancel.png");
  }
  body:not(.webp) .page-products .close-filter:after {
    background-image: url("../../frontend/Harriswebworks/westrocksupply/en_US/images/cancel.png");
  }
  #layered-filter-block {
    display: none;
  }
  .toolbar-products .pages {
    width: 100%;
  }
  .toolbar-products .limiter {
    padding-top: 30px;
    padding-left: 10px;
  }
  .buy-it-again .products-list .product-item-photo,
  .buy-it-again .products-list .product-item-details {
    display: inline-block;
    text-align: center;
  }
  .buy-it-again .products-list .product-item-photo {
    width: 100%;
  }
  .buy-it-again .products-list .product-item-photo .list-gallery {
    display: inline-block;
  }
  .buy-it-again .products-list .product-item-photo .list-gallery a img {
    display: inline-block;
  }
  .buy-it-again .product.description {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
  }
  .buy-it-again .product-item-description .action.more {
    font-weight: bold;
    text-decoration: underline;
  }
  .buy-it-again .product-item-inner .actions-primary {
    display: block;
  }
  .buy-it-again .product-item-inner .actions-primary form {
    display: inline-block;
    width: 100%;
    vertical-align: bottom;
  }
  .buy-it-again .product-item-inner .actions-primary form .field.qty {
    display: inline-block;
    vertical-align: bottom;
    margin-bottom: 19px;
  }
  .buy-it-again .product-item-inner .actions-primary form .field.qty .label {
    font-size: 20px;
    margin-bottom: 10px;
    display: block;
  }
  .buy-it-again .product-item-inner .actions-primary form .field.qty .control {
    border: 1px solid #000000;
  }
  .buy-it-again .product-item-inner .actions-primary form .field.qty .control .btn.decrement {
    display: inline-block;
    width: 43px;
    text-align: center;
    font-size: 20px;
  }
  .buy-it-again .product-item-inner .actions-primary form .field.qty .control .input-text.qty {
    display: inline-block;
    width: 70px;
    border: none;
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
    font-size: 20px;
    text-align: center;
    height: 47px;
    border-radius: 0;
  }
  .buy-it-again .product-item-inner .actions-primary form .field.qty .control .btn.increment {
    display: inline-block;
    width: 43px;
    text-align: center;
    font-size: 20px;
  }
  .catalog-product-view .column.main {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .catalog-product-view .product.media {
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1;
  }
  .product-info-main .box-tocart .field.qty .control div.mage-error,
  .product-options-bottom .box-tocart .field.qty .control div.mage-error {
    left: 0;
    width: 100%;
    top: 100%;
  }
  .block.related .action.select {
    /*display: block;*/
    /*margin: @indent__xs 0;*/
  }
  /*    .compare,
        .product-addto-links .action.tocompare,
        .product-item-actions .actions-secondary > .action.tocompare {
            display: none;
        }*/
  .catalog-product-view .column.main {
    padding-bottom: 25px;
  }
  .page-wrapper .breadcrumbs {
    padding: 4px 0;
  }
  .product-info-main {
    margin: 30px 0 30px;
  }
  .product-info-main .page-title-wrapper .page-title {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 10px;
  }
  .product-info-main .page-title-wrapper .ruk_rating_snippet {
    padding-bottom: 10px;
    display: inline-block;
  }
  .product-info-main .page-title-wrapper .ruk_rating_snippet .ruk-rating-snippet-count {
    font-size: 16px;
  }
  .product-info-main .prod_details {
    margin-bottom: 10px;
  }
  .product-info-main .price-box {
    margin-top: 11px;
  }
  .product-info-main .price-box .price-wrapper > span.price {
    font-size: 30px !important;
  }
  .product-info-main .box-tocart .field.qty {
    margin-bottom: 18px !important;
    width: 100%;
  }
  .product-info-main .custom-attributes {
    margin: 20px 0 15px;
  }
  .product-info-main .product-info-price .price-discount {
    font-size: 16px;
    margin: 10px 0 0;
    padding: 1px 13px;
  }
  .no-free-shipping {
    font-size: 16px;
    line-height: normal;
  }
  .product-information {
    padding-top: 30px;
  }
  .catalog-product-view .checkout-footer-area {
    padding: 0;
    background: transparent;
  }
  .catalog-product-view .checkout-footer-area .checkout-footer {
    display: none;
  }
  .catalog-product-view .checkout-footer-area .pdp-mobile-view {
    display: block;
  }
  .catalog-product-view .breadcrumbs .desktop-breadcrumbs {
    display: none;
  }
  .catalog-product-view .breadcrumbs .mobile-breadcrumbs {
    display: block;
  }
  .catalog-product-view .breadcrumbs .mobile-breadcrumbs li.item {
    display: flex;
    align-items: center;
  }
  .catalog-product-view .breadcrumbs .mobile-breadcrumbs li.item:before {
    content: '\e617';
    font-family: 'icons-blank-theme';
    font-size: 35px;
    height: 26px;
    margin-left: -11px;
  }
  .product-info-part .brand-logo {
    max-width: 130px;
  }
  .block-search .block-content {
    margin-bottom: 0;
  }
  .checkout-index-index aside.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide._show {
    left: 15px;
  }
  .checkout-index-index .opc-sidebar .opc-block-summary {
    width: calc(100% - 15px);
    padding: 36px 17px;
  }
  .minicart-wrapper .block-minicart {
    width: 360px;
  }
  .checkout-index-index .opc-sidebar.opc-summary-wrapper {
    z-index: 99999 !important;
  }
  .checkout-index-index .opc-sidebar.opc-summary-wrapper + .modal-custom-overlay {
    z-index: 9999 !important;
  }
  .checkout-index-index .opc-wrapper .opc li#login .login-container .block {
    width: calc(100% - 34px);
    margin-bottom: 20px;
    padding: 23px 15px 23px;
  }
  .checkout-index-index .opc-wrapper .form-login {
    margin: 0;
    border: 0;
  }
  .checkout-index-index .actions-toolbar > .primary {
    margin: 0;
    text-align: left;
  }
  .checkout-index-index .actions-toolbar > .primary .action {
    width: auto;
    padding: 13px 35px;
  }
  .checkout-index-index .fieldset > .field:not(.choice) > .label {
    padding: 0px 0 0px 0;
    margin-bottom: 5px;
  }
  .checkout-index-index .opc-estimated-wrapper {
    display: none;
    display: flex;
    align-items: center;
    border: 0;
    padding: 0;
    margin-bottom: 30px;
  }
  .checkout-index-index .opc-estimated-wrapper .estimated-block {
    font-size: 20px;
    line-height: normal;
  }
  .checkout-index-index .modal-custom .action-close {
    margin: 0;
    position: absolute;
    top: 15px;
    right: 20px;
  }
  .checkout-index-index .checkout-shipping-address form.form.form-login {
    padding: 25px 15px;
    max-width: calc(100% - 30px) !important;
    border: 0;
  }
  .checkout-index-index .checkout-shipping-address form.form-shipping-address {
    padding: 25px 15px;
    max-width: calc(100% - 30px) !important;
    border: 0;
  }
  .checkout-index-index li.checkout-shipping-method {
    padding: 25px 15px;
    max-width: calc(100% - 30px) !important;
    border: 0;
  }
  .checkout-index-index .checkout-validate-address {
    padding: 25px 15px;
  }
  .checkout-index-index .checkout-validate-address .form.validate {
    gap: 15px;
    margin-top: 27px;
  }
  .checkout-index-index .checkout-validate-address .form.validate .addressOption {
    flex-wrap: wrap;
    flex: auto;
    margin: 0px 0 0;
  }
  .checkout-index-index .checkout-validate-address .form.validate .addressOption .addressRadio {
    right: -15px;
  }
  .checkout-index-index .checkout-validate-address .form.validate .addressOption .addressLabel {
    padding: 14px 10px 10px 30px;
  }
  .checkout-index-index .checkout-payment-method .opc-payment {
    padding: 25px 30px;
    margin-bottom: 31px;
  }
  .checkout-index-index .checkout-payment-method .ccard .number .input-text {
    width: 100%;
  }
  .checkout-index-index .checkout-payment-method .ccard .month .select {
    width: 155px;
  }
  .checkout-index-index .checkout-payment-method .ccard .year .select {
    width: 85px;
  }
  .checkout-index-index .checkout-payment-method .ccard > .field.cvv > .control {
    display: inline-block;
  }
  .checkout-index-index .checkout-payment-method .ccard .cvv .input-text {
    margin-right: 15px;
  }
  .checkout-index-index .checkout-payment-method .payment-method._active .payment-method-content .actions-toolbar {
    display: block;
  }
  .checkout-index-index .checkout-payment-method .payment-method-content > .actions-toolbar > .primary .action.primary {
    width: 100%;
  }
  .checkout-index-index .opc-payment-additional {
    width: 100%;
  }
  .checkout-index-index .checkout-container .checkout-review-section {
    padding-top: 35px;
  }
  .checkout-index-index .checkout-container .checkout-payment-method button.action,
  .checkout-index-index .checkout-container .checkout-payment-method .cart.table-wrapper .actions-toolbar > .action.action,
  .checkout-index-index .checkout-container .checkout-payment-method .quote-details-items .actions-toolbar > .action.action,
  .checkout-index-index .checkout-container .checkout-payment-method .action-gift.action {
    margin: 0 0 0 8px;
    background: #cccccc;
    color: #000000;
    border-radius: 4px;
    font-size: 15px;
    line-height: 18px;
    padding: 11px 13px;
  }
  .checkout-index-index .checkout-container .checkout-payment-method button.action:hover,
  .checkout-index-index .checkout-container .checkout-payment-method .cart.table-wrapper .actions-toolbar > .action.action:hover,
  .checkout-index-index .checkout-container .checkout-payment-method .quote-details-items .actions-toolbar > .action.action:hover,
  .checkout-index-index .checkout-container .checkout-payment-method .action-gift.action:hover {
    background: #000000;
    color: #ffffff;
  }
  .opc-estimated-wrapper .minicart-wrapper {
    margin-left: auto;
  }
  .opc-estimated-wrapper .minicart-wrapper .action.showcart {
    padding: 0;
    border: 0;
  }
  .opc-estimated-wrapper .minicart-wrapper .action.showcart:before {
    width: 36px;
    height: 41px;
  }
  .opc-estimated-wrapper .minicart-wrapper .action.showcart .counter.qty {
    width: 23px;
    height: 23px;
    font-size: 14px;
    line-height: 22px;
  }
  .opc-sidebar .opc-block-summary {
    width: calc(100% - 40px);
    background: transparent;
    padding: 36px 20px;
    margin-bottom: 0;
  }
  .opc-sidebar .opc-block-shipping-information .shipping-information-title {
    font-size: 17px;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  .opc-sidebar .opc-block-shipping-information .shipping-information-content {
    font-size: 16px;
  }
  .opc-sidebar .opc-block-summary .items-in-cart > .title {
    padding: 12px 25px 12px 0;
  }
  .opc-sidebar .opc-block-summary .items-in-cart > .title strong {
    font-size: 17px !important;
  }
  .opc-sidebar .opc-block-summary .items-in-cart > .title:after {
    width: 14px;
    background-size: contain;
  }
  .opc-sidebar .opc-block-summary .table-totals .grand .mark {
    font-size: 18px;
    padding: 9px 0 15px;
  }
  .opc-sidebar .opc-block-summary .table-totals .grand .amount {
    font-size: 18px;
    padding: 9px 0 15px;
  }
  .checkout-payment-method .step-title {
    padding: 0;
  }
  .checkout-payment-method .payment-option {
    margin: 20px 0 0;
    margin: 0 0 20px !important;
    width: calc(100% - 2px);
  }
  .checkout-payment-method .payment-option .payment-option-content {
    padding: 15px !important;
  }
  .checkout-payment-method .payment-option .payment-option-title {
    padding: 10.5px 14px !important;
  }
  .opc-block-shipping-information {
    width: calc(100% - 40px);
    display: flex;
  }
  .opc-block-shipping-information .shipping-information {
    width: calc(100% -  40px);
    padding: 0 20px;
  }
  .opc-block-shipping-information .shipping-information-title {
    font-size: 20px;
    margin: 0 0 15px;
  }
  .opc-block-shipping-information .shipping-information-title .action-edit:before {
    width: 18px;
    height: 18px;
    background-size: contain;
  }
  .billingValidationModal footer.modal-footer {
    margin-left: auto;
  }
  .billingValidationModal footer.modal-footer button,
  .billingValidationModal footer.modal-footer .cart.table-wrapper .actions-toolbar > .action,
  .billingValidationModal footer.modal-footer .quote-details-items .actions-toolbar > .action,
  .billingValidationModal footer.modal-footer .action-gift {
    font-size: 15px;
    padding: 8px 9px !important;
  }
  .billingValidationModal .modal-inner-wrap {
    max-height: 100% !important;
    background: #ffffff !important;
  }
  .billingValidationModal.modal-popup .modal-title {
    padding-bottom: 0;
  }
  .checkout-index-index .checkout-footer-section ul {
    gap: 20px;
  }
  .checkout-index-index .checkout-footer-section ul li {
    font-size: 17px;
  }
  .checkout-index-index .page-footer .footer.content {
    padding: 34px 20px;
    margin-bottom: 30px;
  }
  .checkout-index-index .header.content {
    padding: 18px 20px 18px;
  }
  .checkout-index-index .opc-progress-bar-item {
    width: 113px;
  }
  .checkout-index-index .opc-progress-bar-item > span {
    font-size: 13px;
    padding-top: 44px;
  }
  .checkout-index-index .opc-progress-bar-item > span:before {
    width: 43px;
    height: 43px;
  }
  .checkout-index-index .opc-progress-bar-item > span:after {
    width: 43px;
    height: 43px;
  }
  .checkout-index-index .opc-progress-bar-item:before {
    top: 21px;
    height: 3px;
  }
  .checkout-index-index .opc-progress-bar {
    margin: 18px 0 14px;
  }
  .field-tooltip .field-tooltip-content {
    right: -15px;
    top: 40px;
    left: auto;
  }
  .checkout-payment-method .payment-methods {
    margin: 0 -15px;
  }
  .checkout-payment-method .step-title {
    padding-left: 15px;
    padding-right: 15px;
  }
  .checkout-payment-method .payment-method-title {
    padding: 15px;
  }
  .checkout-payment-method .payment-method-content {
    padding: 0 15px 30px;
  }
  .checkout-payment-method .checkout-billing-address .action-cancel {
    margin-top: 15px;
  }
  .checkout-payment-method .payment-option {
    margin: 0 -15px;
  }
  .checkout-payment-method .payment-option .payment-option-title {
    padding: 15px;
  }
  .checkout-payment-method .payment-option .payment-option-content {
    padding: 0 15px 30px;
  }
  #home_banner {
    position: relative;
    height: 599px;
    width: 100%;
  }
  #home_banner h1 {
    font-size: 25px;
    min-height: 70px;
    width: 100%;
    margin-bottom: 0;
  }
  #home_banner .banner-content {
    position: absolute;
    top: 51px;
    left: 5%;
    color: #fff;
    width: 85%;
    text-align: center;
    letter-spacing: 0;
    font-size: 18px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    right: 5%;
    margin: 0 auto;
  }
  .banner-image {
    display: none;
  }
  .banner-image-mobile {
    height: 599px;
    width: 100%;
    object-fit: cover;
    display: block;
  }
  .banner-text {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 11;
    -webkit-box-orient: vertical;
  }
  .banner-button {
    top: 400px;
    position: absolute;
    gap: 15px;
    display: flex;
    flex-direction: column;
    background: none;
  }
  .faq-qa {
    padding: 38px 0 0 0;
  }
  .faq-qa #collapsibleList .collapsible {
    background: #E7E7E7;
    width: 100%;
    height: 76px;
    display: inline-block;
    margin-bottom: 28px;
  }
  .faq-qa #collapsibleList .collapsible .faq-content-hd {
    padding: 20px 0 21px 15px;
    font-size: 25px;
  }
  .faq-qa #collapsibleList .content {
    font-size: 20px;
    margin-top: -35px;
  }
  .faq-qa #collapsibleList .content li .question {
    padding: 0 0 8px 2px;
    width: 93%;
  }
  .faq-qa #collapsibleList .content li .question .arrow-up {
    margin: 0 0px -27px 100.5%;
  }
  .faq-qa #collapsibleList .content li .question .arrow-down {
    margin: 0 0px -27px 100.5%;
  }
  .faq-qa #collapsibleList .content li .answer {
    padding: 3px 0 0 0;
  }
  div .ask-qstn {
    margin-bottom: 53px;
  }
  div .ask-qstn .qstn-field .input-qstn .qstn-btn {
    display: flex;
    justify-content: center;
  }
  div .ask-qstn .qstn-field .input-qstn .qstn-btn .sub-qstn {
    font-size: 20px;
  }
  .bwc-bblk1 .desktop {
    display: none;
  }
  .bwc-bblk2 .bwc-sub-blk1 .desktop {
    display: none;
  }
  .post-shop-by-category .post-shop-by-category-left .post-shop-by-category-content,
  .post-shop-by-category .post-shop-by-category-right .post-shop-by-category-content,
  .post-shop-by-category .post-shop-by-category-right-full .post-shop-by-category-content,
  .post-shop-by-category .post-shop-by-category-right-half .post-shop-by-category-content {
    top: 0;
  }
  .post-shop-by-category .post-shop-by-category-left .post-shop-by-category-content h2,
  .post-shop-by-category .post-shop-by-category-right .post-shop-by-category-content h2,
  .post-shop-by-category .post-shop-by-category-right-full .post-shop-by-category-content h2,
  .post-shop-by-category .post-shop-by-category-right-half .post-shop-by-category-content h2 {
    font-size: 30px;
    line-height: 34px;
  }
  .post-featured-block-row-2 {
    display: grid;
  }
  .post-featured-block-row-2 .block-content-1 {
    order: 1;
  }
  .post-shop-by-category img {
    margin-bottom: -6px;
  }
  .post-shop-by-category .post-shop-by-category-left,
  .post-shop-by-category .post-shop-by-category-right {
    width: 100%;
  }
  .post-shop-by-category .post-shop-by-category-left .desktop,
  .post-shop-by-category .post-shop-by-category-right .desktop {
    display: none;
  }
  .post-shop-by-category .post-shop-by-category-left picture.mobile,
  .post-shop-by-category .post-shop-by-category-right picture.mobile {
    margin-bottom: 5px;
    width: 100%;
    border-radius: 5px;
    overflow: hidden;
  }
  .post-shop-by-category .post-shop-by-category-left picture.mobile img,
  .post-shop-by-category .post-shop-by-category-right picture.mobile img {
    width: 100%;
  }
  .post-shop-by-category .post-shop-by-category-right-full {
    margin-bottom: 0;
  }
  .cms-index-index .page-main {
    padding-left: 0;
    padding-right: 0;
  }
  .cms-index-index .page-main #home_banner,
  .cms-index-index .page-main .featured-category,
  .cms-index-index .page-main .post-shop-by-category,
  .cms-index-index .page-main .post-featured-block-row-1,
  .cms-index-index .page-main .post-featured-block-row-2,
  .cms-index-index .page-main .bwc-bblock {
    padding-left: 25px;
    padding-right: 25px;
    box-sizing: border-box;
  }
  .cms-index-index .page-main .post-featured-block-2 {
    box-sizing: border-box;
    margin-left: 25px;
    margin-right: 25px;
  }
  .cms-index-index .page-main .home-tab-section .title {
    padding-left: 25px;
    padding-right: 25px;
    box-sizing: border-box;
  }
  .cms-index-index .page-main .product.data.items > .item.content {
    padding-left: 0;
    padding-right: 0;
  }
  .author-section {
    margin-top: 85px;
    line-height: 30px;
    font-size: 16px;
    padding: 0 20px 35px;
    row-gap: 18px;
  }
  .author-section .about-name {
    font-size: 25px;
    line-height: 36px;
    margin-bottom: 10px;
  }
  .author-section .author-name {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 4px;
  }
  .author-section .author-position {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 9px;
  }
  .author-section .author-social {
    margin: 0px 0 20px;
  }
  .author-section .author-img {
    margin-top: -70px;
  }
  .author-section .author-info p {
    margin-bottom: 20px !important;
  }
  .author-section .author-bio {
    margin-top: 0;
  }
  .contact-index-index .page-main {
    padding-left: 15px;
    padding-right: 15px;
    margin-left: 25px;
    margin-right: 25px;
  }
  .contact-index-index .column:not(.sidebar-main) .form.contact {
    float: none;
    width: 100%;
  }
  .contact-index-index .column:not(.sidebar-additional) .form.contact {
    float: none;
    width: 100%;
  }
  .form.contact .field.telephone .input-text {
    width: 170px;
  }
  .form.contact .field.telephone .input-text#order_number {
    width: 100%;
  }
  .customer-links {
    padding-bottom: 15px;
  }
  .forgot-links {
    padding-bottom: 22px;
    padding-top: 10px;
  }
  .login-container .fieldset:after {
    text-align: center;
  }
  .account .messages {
    margin-bottom: 0;
  }
  .control.captcha-image .captcha-img {
    margin-bottom: 15px;
    display: block;
  }
  .customer-account-index .page-title-wrapper {
    position: relative;
    margin-top: 30px;
  }
  .customer-account-index .block-collapsible-nav {
    top: -5px;
  }
  .customer-account-index .block-collapsible-nav .title {
    border-top: none;
  }
  .customer-account-index .block-collapsible-nav .title:after {
    top: 10px;
  }
  .account .block-collapsible-nav {
    top: -5px;
  }
  .account .block-collapsible-nav .title {
    padding: 15px 60px 15px 25px;
  }
  .form.search.advanced .field.price .with-addon .input-text {
    flex-basis: auto;
    width: 100%;
  }
  .gift-options .actions-toolbar .action-update {
    font-size: 2rem;
    padding: 15px;
    width: 100%;
  }
  .gift-item-block {
    border-top: 1px solid #c1c1c1;
    border-bottom: 0;
  }
  .cart.table-wrapper .gift-content {
    margin-right: -15px;
  }
  .gift-wrapping {
    border-bottom: 1px solid #c1c1c1;
    margin-bottom: 30px;
    padding-bottom: 15px;
  }
  .gift-wrapping-list {
    width: 100%;
  }
  .gift-wrapping-preview img {
    width: 100%;
  }
  .item-actions .actions-toolbar .gift-options .gift-wrapping,
  .item-actions .actions-toolbar .gift-options .gift-message {
    display: block;
  }
  .form-add-invitations .additional,
  .form-add-invitations .field.text {
    margin-top: 30px;
  }
  .page-with-filter .columns .sidebar-main {
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0;
  }
  .sidebar.sidebar-main .close-filter {
    display: none;
  }
  .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: 15px;
  }
  .block-wishlist-management {
    clear: both;
    margin-top: -21px;
  }
  .block-wishlist-management .wishlist-select {
    margin: 0 -15px 20px;
  }
  .block-wishlist-management .wishlist-select-items {
    border-bottom: 1px solid #d1d1d1;
    background: #f5f5f5;
    display: none;
    padding: 15px 0;
  }
  .block-wishlist-management .wishlist-select-items.active {
    display: block;
  }
  .block-wishlist-management .wishlist-select-items .item {
    margin: 3px 0 0;
  }
  .block-wishlist-management .wishlist-select-items .item:first-child {
    margin-top: 0;
  }
  .block-wishlist-management .wishlist-select-items .item.current {
    display: none;
  }
  .block-wishlist-management .wishlist-select-items .item a {
    display: block;
    padding: 7.5px 18px;
    text-decoration: none;
  }
  .block-wishlist-management .wishlist-select-items .item a:hover {
    background: #e8e8e8;
  }
  .block-wishlist-management .wishlist-title strong {
    font-size: 2.6rem;
  }
  .block-wishlist-management .wishlist-info {
    margin-bottom: 15px;
  }
  .block-wishlist-management .wishlist-toolbar-select,
  .block-wishlist-management .wishlist-toolbar-actions {
    margin-bottom: 15px;
  }
  .products-grid.wishlist .product-item-checkbox {
    left: 0;
    position: absolute;
    top: 20px;
  }
  .page-multiple-wishlist .products-grid.wishlist .product-item-photo {
    margin-left: 37.5px;
  }
  .page-multiple-wishlist .products-grid.wishlist .product-item-name,
  .page-multiple-wishlist .products-grid.wishlist .product-item-description,
  .page-multiple-wishlist .products-grid.wishlist .product-item .price-box,
  .page-multiple-wishlist .products-grid.wishlist .product-item-tooltip {
    margin-left: 115px;
  }
  .products-grid.wishlist .wishlist-dropdown {
    display: none;
  }
  .multishipping-checkout-success .nav-toggle {
    display: block;
  }
  .multishipping-checkout-success .logo {
    margin-left: 60px;
  }
  .checkout-cart-index .page-title-wrapper .block-requisition-list {
    display: none;
  }
  .checkout-cart-index .cart.item .block-requisition-list {
    margin-bottom: 0;
    padding: 0;
    width: auto;
  }
  .checkout-cart-index .cart.item .block-requisition-list .requisition-list-action .action {
    padding: 0;
  }
  .checkout-cart-index .cart.item .block-requisition-list .requisition-list-action .action.toggle > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .checkout-cart-index .block-requisition-list {
    display: inline-block;
    margin-bottom: 37.5px;
    padding: 0 15px;
    text-align: center;
    vertical-align: middle;
    width: 100%;
  }
  .checkout-cart-index .block-requisition-list .requisition-list-action .action.toggle {
    font-size: 1.4rem;
    display: inline-block;
    text-decoration: none;
    color: #757575;
    float: right;
    font-weight: 600;
    text-transform: uppercase;
  }
  .checkout-cart-index .block-requisition-list .requisition-list-action .action.toggle:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 17px;
    line-height: inherit;
    color: #757575;
    content: '\e901';
    font-family: 'magento-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .checkout-cart-index .block-requisition-list .requisition-list-action .action.toggle:hover:before {
    color: #000000;
  }
  .checkout-cart-index .block-requisition-list .requisition-list-action .action.toggle:active,
  .checkout-cart-index .block-requisition-list .requisition-list-action .action.toggle:focus,
  .checkout-cart-index .block-requisition-list .requisition-list-action .action.toggle:hover {
    color: #000000;
  }
  .checkout-cart-index .block-requisition-list .requisition-list-action .action.toggle > span {
    margin-left: 8px;
    vertical-align: middle;
  }
  .checkout-cart-index .block-requisition-list .requisition-list-action {
    vertical-align: inherit;
  }
  .checkout-cart-index .gift-options-cart-item + .towishlist {
    position: static;
  }
  .cart.table-wrapper {
    overflow: visible;
  }
  .reward-settings + .actions-toolbar {
    margin-top: 10px;
  }
  .account .column.main .returns-details-items .block-returns-tracking .block-title > .action.track {
    display: block;
    float: none;
    margin: 15px 0 0;
  }
  .sales-guest-form .breadcrumbs {
    margin-bottom: 15px;
  }
  .sales-guest-form .breadcrumbs::after {
    display: none;
  }
  .sales-guest-form .page-wrapper .page-main {
    padding: 40px;
    position: relative;
    box-shadow: none;
    margin-bottom: 20px;
  }
  .sales-guest-form .page-wrapper .page-main .page-title-wrapper .page-title {
    font-size: 30px;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .sales-guest-form .page-wrapper .page-main::after {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 20px;
    right: 20px;
    bottom: 40px;
    box-shadow: 3px 3px 9px 3px rgba(0, 0, 0, 0.3);
  }
  .sales-guest-form .page-wrapper .page-main .form-orders-search fieldset .field label {
    margin-bottom: 0;
  }
  .sales-guest-form .page-wrapper .page-main .form-orders-search fieldset .field.left {
    padding-right: 0;
  }
  .sales-guest-form .page-wrapper .page-main .form-orders-search fieldset .field.left,
  .sales-guest-form .page-wrapper .page-main .form-orders-search fieldset .field.right {
    float: none;
    width: auto;
  }
  .sales-guest-form .page-wrapper .page-main .form-orders-search .actions-toolbar .primary .action {
    width: auto;
  }
  .order-pager-wrapper .toolbar-amount {
    left: inherit;
    position: relative;
    text-align: center;
    top: inherit;
  }
  .order-pager-wrapper .pages {
    text-align: center;
  }
  .order-pager-wrapper .action.previous,
  .order-pager-wrapper .action.next {
    margin: 0;
  }
  .account .block-collapsible-nav .title:after {
    top: 12px;
  }
  .sales-order-view .page-title-wrapper .page-title {
    margin: 20px 0;
    font-size: 30px;
  }
  .block-collapsible-nav {
    left: 0;
    position: absolute;
    top: -21px;
    width: 100%;
    z-index: 5;
  }
  .block-collapsible-nav .content {
    border-bottom: 1px solid #d1d1d1;
    display: none;
  }
  .block-collapsible-nav .content.active {
    display: block;
  }
  .page-header {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
  }
  .page-header.sticky-active {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  }
  .cms-index-index [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner {
    padding-inline: 20px;
  }
  .search-autocomplete {
    height: calc(100dvh - 250px);
    overflow-y: auto;
  }
  .header.content {
    padding: 8px 20px 11px;
    line-height: normal;
    display: flex;
    flex-wrap: wrap;
  }
  .header.content .header-left {
    width: 180px;
    order: 1;
    gap: 16px;
    display: flex;
    align-items: center;
  }
  .header.content .header-center {
    width: 100%;
    order: 3;
  }
  .header.content .header-right {
    order: 2;
    gap: 20px;
    width: calc(100% - 180px);
    display: flex;
    align-items: center;
    justify-content: end;
  }
  .header.content .mobile-header-conten-area {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    margin-bottom: 11px;
  }
  .header.content .mobile-header-conten-area .logo.mobile {
    margin-bottom: 0;
    margin-right: 0;
    max-width: 70px;
    order: 2;
  }
  .header.content .mobile-header-conten-area .hamburger-menu-area {
    order: 1;
  }
  .header.content .mobile-header-conten-area .hamburger-menu-area .desktop-close-btn {
    width: 33px;
    height: 24px;
  }
  .header.content .mobile-minicart .close-btn {
    margin-top: 35px;
  }
  .header.content .mobile-minicart .mobile-minicart-conten-area {
    z-index: 99;
  }
  .header.content .mobile-minicart .mobile-minicart-conten-area .logo {
    margin: 0 auto;
    float: unset;
  }
  .header.content .mobile-minicart .mobile-minicart-conten-area .logo img {
    display: block;
    height: auto;
    margin: 0 auto 10px;
    max-width: 100px;
  }
  .header.content .account-dropdown-items {
    width: 280px;
    top: 43px;
  }
  .header.content .account-dropdown-items:after {
    right: 61px;
  }
  .header.content .account-dropdown-items:before {
    right: 62px;
  }
  .page-footer .footer-logo-and-content {
    text-align: center;
    margin-top: -52px;
  }
  .page-footer .footer-logo-and-content p {
    margin-top: 10px;
  }
  .page-footer .footer-content-block .footer-info img {
    max-width: 170px;
  }
  .page-footer .footer-content-block .footer-info p {
    margin: 4px 0 15px;
  }
  .page-footer .footer-content-block .contect-info {
    margin-bottom: 26px;
  }
  .page-footer .footer-content-block .contect-info ul li a {
    word-break: break-word;
  }
  .page-footer .footer-menu-block {
    padding: 24px 0 0;
  }
  .page-footer .footer-menu-block .footer-menu {
    border-bottom: 1px solid #404040;
    padding: 20px 0 20px;
  }
  .page-footer .footer-menu-block .footer-menu:first-child {
    border-top: 1px solid #404040;
  }
  .page-footer .footer-menu-block .footer-menu:last-child {
    border-bottom: 0;
    padding-bottom: 0;
  }
  .page-footer .footer-menu-block .footer-menu .title {
    padding-bottom: 0;
    font-size: 20px;
    position: relative;
    line-height: 24px;
  }
  .page-footer .footer-menu-block .footer-menu .title:after {
    content: '';
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNi4wNzkiIGhlaWdodD0iOS40MTQiIHZpZXdCb3g9IjAgMCAxNi4wNzkgOS40MTQiPgogIDxwYXRoIGlkPSJQYXRoXzgzMCIgZGF0YS1uYW1lPSJQYXRoIDgzMCIgZD0iTTE5Ny4xMTgsMTUzLjg4Nmw2LjcyOS02LjcyOWExLjM0OCwxLjM0OCwwLDAsMCwwLTEuOWwtNi43MjktNi43MjlhMS4zNDksMS4zNDksMCwwLDAtMS45LDEuOUwyMDEsMTQ2LjIwNiwxOTUuMjE3LDE1MmExLjM0LDEuMzQsMCwxLDAsMS45LDEuODg4WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTU0LjI3OSAtMTk0LjgyNSkgcm90YXRlKDkwKSIgZmlsbD0iI2ZmZiIvPgo8L3N2Zz4K");
    width: 16px;
    height: 9px;
    position: absolute;
    top: 7px;
    right: 0;
  }
  .page-footer .footer-menu-block .footer-menu .title.active:after {
    transform: rotate(-180deg);
  }
  .page-footer .footer-menu-block .navigation ul {
    padding: 9px 0 0px !important;
    gap: 0;
  }
  .page-footer .footer-menu-block .navigation ul li a {
    line-height: 36px !important;
  }
  .page-footer .footer-cms-menu {
    margin-top: 49px;
    padding: 26px 0;
  }
  .page-footer .footer-cms-menu .footer-bottom {
    flex-wrap: wrap;
    margin-bottom: 35px;
  }
  .page-footer .footer-cms-menu .footer-bottom li {
    text-align: center;
    width: 100%;
  }
  .cms-index-index .pagebuilder-banner-wrapper {
    background-position: 100% !important;
  }
  .cms-index-index .pagebuilder-banner-wrapper .pagebuilder-poster-content {
    padding-bottom: 45px;
    padding-top: 45px;
  }
  .cms-index-index .pagebuilder-banner-wrapper .pagebuilder-poster-content div[data-element='content'] {
    max-width: 385px;
  }
  .cms-index-index .pagebuilder-banner-wrapper .pagebuilder-poster-content h1 {
    font-size: 30px;
    line-height: 45px;
    margin-bottom: 25px;
  }
  .cms-index-index .pagebuilder-banner-wrapper .pagebuilder-poster-content p {
    margin-bottom: 15px;
    font-size: 17px;
    display: none;
  }
  .cms-index-index .pagebuilder-banner-wrapper .pagebuilder-poster-content a {
    background-position: right;
    background-repeat: no-repeat;
    font-size: 18px;
    padding-right: 25px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyBpZD0iR3JvdXBfMTMwNCIgZGF0YS1uYW1lPSJHcm91cCAxMzA0IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNC43ODkiIGhlaWdodD0iMTQuNzg5IiB2aWV3Qm94PSIwIDAgMTQuNzg5IDE0Ljc4OSI+CiAgPHBhdGggaWQ9IlBhdGhfNzU1IiBkYXRhLW5hbWU9IlBhdGggNzU1IiBkPSJNMTQuNzg5LDcuMzk0YTcuMzk0LDcuMzk0LDAsMSwwLTcuMzk0LDcuMzk0QTcuNCw3LjQsMCwwLDAsMTQuNzg5LDcuMzk0Wm0tMTMuNjQyLDBhNi4yNDgsNi4yNDgsMCwxLDEsNi4yNDgsNi4yNDhBNi4yNTMsNi4yNTMsMCwwLDEsMS4xNDcsNy4zOTRaIiBmaWxsPSIjZmZmIi8+CiAgPHBhdGggaWQ9IlBhdGhfNzU2IiBkYXRhLW5hbWU9IlBhdGggNzU2IiBkPSJNMTk1LjgsMTQ0Ljg3MmwyLjg2Mi0yLjg2MmEuNTc0LjU3NCwwLDAsMCwwLS44MDlsLTIuODYyLTIuODYyYS41NzQuNTc0LDAsMCwwLS44MDkuODA5bDIuNDU4LDIuNDU4LTIuNDU4LDIuNDY0YS41Ny41NywwLDEsMCwuODA5LjhaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTg5LjE5OCAtMTM0LjIwOCkiIGZpbGw9IiNmZmYiLz4KPC9zdmc+Cg==");
    display: grid;
    max-width: fit-content;
  }
  .cms-index-index .pagebuilder-banner-wrapper .pagebuilder-poster-content a:first-child {
    margin: 0 0 15px 0;
  }
  .cms-index-index .pagebuilder-banner-wrapper .pagebuilder-poster-content a:hover {
    filter: brightness(0) saturate(100%) invert(42%) sepia(100%) saturate(2033%) hue-rotate(347deg) brightness(94%) contrast(105%);
    color: #f55519;
  }
  .featured-categories h3.heading {
    font-size: 30px;
    line-height: 40px;
    margin: 0 0 25px;
  }
  .featured-categories .categories-list figure.categories-item .heading {
    font-size: 17px;
    margin: 15px 0 0;
    text-align: left;
    color: #000000;
    line-height: 23px;
  }
  .featured-categories .categories-list figure.categories-item p {
    display: none;
  }
  .featured-categories .categories-list figure.categories-item a.action.primary {
    display: none;
  }
  .featured-categories .categories-list figure.categories-item img {
    border-radius: 4px;
  }
  .why-info-section {
    gap: 31px;
  }
  .why-info-section .why-content .heading {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 14px;
  }
  .why-info-section .why-content .sub-heading {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 28px;
  }
  .why-info-section .why-content .why-item {
    gap: 14px;
  }
  .why-info-section .why-content .why-item .image {
    height: 47px;
    width: 47px;
  }
  .why-info-section .why-content .why-item .image img {
    max-height: 27px;
    max-width: 30px;
  }
  .why-info-section .why-content .why-item .content {
    width: calc(100% - 75px);
  }
  .why-info-section .why-content .why-item .content .info-heading {
    display: block;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 3px;
  }
  .why-info-section .why-content .why-item .content .info-content {
    font-size: 14px;
    line-height: 20px;
  }
  .why-info-section .why-content a.action.primary {
    margin-top: 35px;
    padding: 11px 34px;
  }
  .why-info-section .why-image {
    overflow: hidden;
  }
  .why-info-section .why-image .why-image-box {
    position: relative;
  }
  .why-info-section .why-image .reatings {
    bottom: 31px;
    left: -28px;
    padding: 15px 20px 15px 40px;
    top: unset;
    width: 163px;
  }
  .why-info-section .why-image .reatings .reating-title {
    font-size: 13px;
    line-height: 16px;
  }
  .why-info-section .why-image .reatings .reating {
    font-size: 44px;
    line-height: 48px;
  }
  .why-info-section .why-image .reatings .reating-info {
    font-size: 13px;
    line-height: 16px;
    margin-top: 5px;
  }
  .why-info-section .why-image .review {
    border: 0;
    margin-top: 5px;
    padding: 28px 21px;
  }
  .why-info-section .why-image .review .review-info {
    font-size: 18px;
    line-height: 28px;
  }
  .why-info-section .why-image .review .review-author {
    font-size: 20px;
    line-height: 37px;
    margin-top: 5px;
  }
  .collection_wrapper {
    padding: 70px 0;
  }
  .collection_wrapper .coll-lists {
    gap: 20px;
    grid-template-columns: 1fr 1fr;
  }
  .collection_wrapper .coll_content {
    padding: 20px 20px 25px;
  }
  .collection_wrapper .coll_content label {
    font-size: 20px;
    font-weight: bold;
    font-family: 'Lato Bold';
    line-height: 28px;
    margin-bottom: 5px;
  }
  .collection_wrapper .coll_content p {
    font-size: 16px;
    line-height: 26px;
    margin: 0 0 18px;
  }
  .collection_wrapper .primary {
    font-size: 16px;
    line-height: 19px;
    padding: 10px 18px;
  }
  .section-content {
    padding: 60px 0;
  }
  .section-content .top-row {
    gap: 30px;
    margin-bottom: 60px;
  }
  .section-content .top-row.column-reverse {
    flex-direction: column-reverse;
  }
  .section-content .top-row.bottom-row {
    flex-direction: column;
  }
  .section-content .top-row .profile-img-box {
    margin: auto;
  }
  .section-content .heading {
    font-size: 30px;
    line-height: 40px;
    margin: 0 0 10px 0;
  }
  .section-content .sub_heading {
    font-size: 20px;
    line-height: 30px;
    margin: 0 0 11px 0;
  }
  .section-content p {
    margin: 0 0 10px 0;
  }
  .section-content .top-row.bottom-row {
    margin-bottom: 0;
  }
  .section-content .top-row.bottom-row .heading {
    margin: 0 0 10px 0;
  }
  .full-width-section {
    flex-direction: column;
  }
  .full-width-section .right-side {
    background-color: #0c61a7;
  }
  .full-width-section .right-side .content-container {
    padding: 45px 20px 60px;
  }
  .full-width-section .content-container small {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 14px;
  }
  .full-width-section .content-container .heading {
    font-size: 30px;
    line-height: 40px;
    margin: 0 0 13px;
  }
  .full-width-section .content-container p {
    font-size: 18px;
    line-height: 30px;
  }
  .full-width-section .buttons {
    gap: 16px;
    margin-top: 20px;
  }
  .full-width-section .action {
    font-size: 16px;
    line-height: 19px;
    padding: 13px 16px;
  }
  .review-section {
    padding: 53px 0;
  }
  .review-section .heading {
    line-height: 40px;
    font-size: 30px;
    text-align: center;
    margin: 0 0 25px 0px;
    color: #0f5ea5;
    font-family: 'Lato Bold';
  }
  .blog-section {
    padding: 53px 0;
  }
  .blog-section .home__featured-blog-title {
    line-height: 40px;
    font-size: 30px;
    margin: 0 20px 25px;
  }
  .blog-section .row-full-width-inner {
    padding: 0 !important;
  }
  .home-slider-section {
    padding: 53px 0;
  }
  .home-slider-section .products .product-item {
    padding: 10px !important;
  }
  .home-slider-section .products .product-item .product-item-name a {
    font-size: 14px;
    line-height: 22px;
  }
  .home-slider-section .products .product-item .price-box {
    column-gap: 4px;
    row-gap: 0px;
    width: calc(100% - 38px);
  }
  .home-slider-section .products .product-item .price-box .old-price .price {
    font-size: 12px;
    line-height: 18px;
  }
  .home-slider-section .products .product-item .price-box .special-price .price {
    font-size: 16px;
    line-height: 19px;
  }
  .home-slider-section .products .product-item .price-box .sales-amount span {
    padding: 2px 5px;
  }
  .home-slider-section .products .product-item .action.tocart.primary {
    width: 34px !important;
    height: 34px;
    background-size: 54%;
    background-position: 52% 40%;
  }
  .home-slider-section .products .product-item .product-item-actions {
    width: 34px;
  }
  .home-slider-section .products .product-item .product-info-sec {
    gap: 4px;
  }
  .home-slider-section .ftitle {
    line-height: 40px !important;
    font-size: 30px !important;
    margin: 0 20px 25px;
  }
  .home-slider-section .row-full-width-inner {
    padding: 0 !important;
  }
  .catalog-product-view .product.attribute.description img {
    width: auto !important;
    height: auto !important;
  }
  .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status {
    display: none;
  }
  .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status:before {
    display: none;
  }
  .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status._default {
    display: block;
  }
  .my-credit-cards .card-type img {
    vertical-align: middle;
  }
  .products-grid.wishlist {
    margin-bottom: 45px;
    margin-right: 0;
  }
  .products-grid.wishlist .product-item {
    /*                padding: @indent__base 0 @indent__base 0;*/
    position: relative;
    /*                &-photo {
                    float: left;
                    margin-right: @indent__base;
                }*/
    /*                &-name,
                &-description,
                .price-box,
                &-tooltip {
                    margin-left: 95px;
                }*/
  }
  .products-grid.wishlist .product-item-name {
    font-size: 1.6rem;
  }
  .products-grid.wishlist .product-item-actions {
    display: block;
    float: left;
  }
  .products-grid.wishlist .product-item-actions .action {
    margin-right: 15px;
  }
  .products-grid.wishlist .product-item-actions .action:last-child {
    margin-right: 0;
  }
  .products-grid.wishlist .product-item-actions .action.edit {
    float: left;
  }
  .products-grid.wishlist .product-item-actions .action.delete {
    float: right;
  }
  .products-grid.wishlist .product-item-actions .action.edit,
  .products-grid.wishlist .product-item-actions .action.delete {
    margin-top: 7px;
  }
  .products-grid.wishlist .product-item .box-tocart {
    float: left;
    margin-right: 30px;
  }
  .products-grid.wishlist .product-item .box-tocart .stock {
    margin-top: 7px;
  }
  .products-grid.wishlist .product-item .giftregisty-dropdown,
  .products-grid.wishlist .product-item .field.qty {
    display: none;
  }
  .products-grid.wishlist .product-image-container {
    max-width: 80px;
  }
  .wishlist-index-index .product-item {
    width: 100%;
  }
  .wishlist-index-index .product-item-info {
    width: auto;
  }
  #layered-filter-block {
    display: none;
    position: absolute;
    left: 0;
    width: 100%;
    background: #ddd;
    background: #ffffff 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 21px;
    z-index: 9;
    padding: 0 20px 20px;
    box-sizing: border-box;
  }
  #layered-filter-block .filter-content .filter-current {
    display: none;
  }
  #layered-filter-block .filter-subtitle {
    display: none;
  }
  #layered-filter-block .filter-options .filter-options-title {
    font-size: 25px;
    line-height: 1;
    color: #292929;
    padding: 20px 20px 20px 0;
  }
  #layered-filter-block .filter-options .filter-options-title:after {
    top: 22px;
    font-size: 40px;
  }
  #layered-filter-block .filter-options .actions-toolbar .actions-primary,
  #layered-filter-block .filter-options .actions-toolbar .action.primary:hover {
    border: 0;
  }
  #layered-filter-block .close {
    background: #f46414;
    color: #ffffff;
    padding: 10px;
    display: inline-block;
    border-radius: 4px;
    font-family: 'Kodchasan-Bold';
    font-size: 16px;
    line-height: 20px;
    transition: .3s;
    cursor: pointer;
    margin-top: 30px;
  }
  #layered-filter-block .close:hover {
    background: #0f5ea5;
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 2%) / 2);
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item:nth-child(2n + 1) {
    margin-left: 0;
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item-photo {
    display: block;
    position: relative;
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item-details {
    margin: 0;
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item-info {
    text-align: center;
  }
  .account.vault-cards-listaction .add-methods {
    flex-direction: column;
  }
  .account.vault-cards-listaction .add-methods > div {
    width: calc(100% - 6px);
  }
  .account.vault-cards-listaction .add-methods > div > div:first-child {
    flex-direction: row;
  }
  .account.vault-cards-listaction .add-methods > div > div:first-child img {
    margin-right: 30px;
  }
  .account.vault-cards-listaction .add-methods > div:first-child {
    margin-bottom: 30px;
    margin-right: 0;
  }
  .account.vault-cards-listaction .braintree-credit-card-types {
    max-width: 130px;
  }
  .braintree-applepay-container-product {
    display: block;
  }
  .braintree-applepay-container-product .braintree-apple-pay-button {
    width: 100%;
  }
  div.braintree-express-payments > div > div {
    width: 100%;
  }
  div.braintree-express-payments .braintree-googlepay-button.long {
    height: 45px;
    width: 100%;
  }
  div.braintree-express-payments .braintree-apple-pay-button {
    height: 45px;
    width: calc(100% - 10px);
  }
}
@media only screen and (max-width: 639px) {
  .abs-visually-hidden-mobile,
  .table-giftregistry-items .col.product:before {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-mobile:before,
  .abs-add-clearfix-mobile:after,
  .abs-checkout-order-review tbody tr:before,
  .abs-checkout-order-review tbody tr:after,
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:before,
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:after,
  .table-giftregistry-items .col.product:before,
  .table-giftregistry-items .col.product:after,
  .account .toolbar:before,
  .account .toolbar:after,
  .multicheckout.order-review .data.table tbody tr:before,
  .multicheckout.order-review .data.table tbody tr:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-mobile:after,
  .abs-checkout-order-review tbody tr:after,
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:after,
  .table-giftregistry-items .col.product:after,
  .account .toolbar:after,
  .multicheckout.order-review .data.table tbody tr:after {
    clear: both;
  }
  .abs-checkout-order-review tbody tr:not(:last-child),
  .multicheckout.order-review .data.table tbody tr:not(:last-child) {
    border-bottom: 1px solid #d1d1d1;
  }
  .abs-checkout-order-review tbody tr .col.item:before,
  .multicheckout.order-review .data.table tbody tr .col.item:before {
    display: none;
  }
  .abs-checkout-order-review tbody tr .col.qty,
  .abs-checkout-order-review tbody tr .col.price,
  .abs-checkout-order-review tbody tr .col.subtotal,
  .multicheckout.order-review .data.table tbody tr .col.qty,
  .multicheckout.order-review .data.table tbody tr .col.price,
  .multicheckout.order-review .data.table tbody tr .col.subtotal {
    box-sizing: border-box;
    float: left;
    text-align: center;
    white-space: nowrap;
    width: 33%;
  }
  .abs-checkout-order-review tbody tr .col.qty[data-th]:before,
  .abs-checkout-order-review tbody tr .col.price[data-th]:before,
  .abs-checkout-order-review tbody tr .col.subtotal[data-th]:before,
  .multicheckout.order-review .data.table tbody tr .col.qty[data-th]:before,
  .multicheckout.order-review .data.table tbody tr .col.price[data-th]:before,
  .multicheckout.order-review .data.table tbody tr .col.subtotal[data-th]:before {
    content: attr(data-th) ':';
    display: block;
    font-weight: 700;
    padding-bottom: 15px;
  }
  .abs-checkout-order-review tbody tr .product-item-name,
  .multicheckout.order-review .data.table tbody tr .product-item-name {
    margin: 0;
  }
  .abs-no-display-s,
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison).additional-attributes tbody th {
    display: none;
  }
  .abs-pager-toolbar-mobile-s .toolbar-amount,
  .abs-pager-toolbar-mobile-s .limiter,
  .abs-pager-toolbar-mobile-s .pages,
  .toolbar-giftregistry-results .toolbar-amount,
  .toolbar-giftregistry-results .limiter,
  .toolbar-giftregistry-results .pages {
    margin-bottom: 37.5px;
  }
  .table-wrapper {
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
    position: relative;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) {
    border: none;
    display: block;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > thead > tr > th {
    display: none;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody {
    display: block;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr {
    display: block;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td,
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr th {
    border-bottom: none;
    display: block;
    padding: 7.5px 0;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td[data-th]:before,
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr th[data-th]:before {
    padding-right: 15px;
    content: attr(data-th) ': ';
    display: inline-block;
    color: #000000;
    font-weight: 700;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) tbody > tr > td:first-child {
    padding-top: 30px;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) tbody > tr > td:last-child {
    padding-bottom: 30px;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison).additional-attributes tbody td:last-child {
    border: none;
    padding: 0 0 7.5px;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot {
    display: block;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr {
    display: block;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:first-child th,
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:first-child td {
    padding-top: 30px;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot th {
    box-sizing: border-box;
    float: left;
    padding-left: 0;
    padding-right: 0;
    text-align: left;
    width: 70%;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot td {
    box-sizing: border-box;
    float: left;
    padding-left: 0;
    padding-right: 0;
    text-align: right;
    width: 30%;
  }
  .data-table-definition-list thead {
    display: none;
  }
  .data-table-definition-list tbody th {
    padding-bottom: 0;
  }
  .data-table-definition-list tbody th,
  .data-table-definition-list tbody td {
    display: block;
    padding-left: 0;
    padding-right: 0;
  }
  .table-magento-payments-review-items .col.subtotal {
    text-align: left;
  }
  .table-magento-payments-review-items .product-item-name {
    display: inline-block;
  }
  .cart-summary .apple-pay {
    margin-top: 14px;
  }
  .section-content.login-infobox .top-row {
    gap: 20px;
  }
  .opc-wrapper #login .block-proceed-without-login {
    float: none;
    clear: both;
  }
  .opc-wrapper #login .form-login {
    padding-bottom: 0;
  }
  .categories-section .heading {
    border-bottom: 1px solid #cccccc;
    color: #0F5EA5;
    display: block;
    font-size: 16px;
    font-weight: 700;
    margin: 0;
    padding-bottom: 12px;
  }
  .categories-section ul.list-category {
    margin: 0;
  }
  .categories-section ul.list-category li {
    align-items: center;
    border-bottom: 1px solid #cccccc;
    display: flex;
    gap: 11px;
    padding: 13px 0;
    width: 100%;
  }
  .categories-section ul.list-category li .category-image {
    width: 46px;
  }
  .categories-section ul.list-category li a.category-name {
    font-size: 16px;
    margin: 0;
    padding-right: 15px;
    position: relative;
    text-align: left;
    width: calc(100% - 46px);
  }
  .categories-section ul.list-category li a.category-name:after {
    background-image: url("data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI5LjQxNSIgaGVpZ2h0PSIxNi4wNzkiIHZpZXdCb3g9IjAgMCA5LjQxNSAxNi4wNzkiPgogIDxwYXRoIGlkPSJQYXRoXzgzMyIgZGF0YS1uYW1lPSJQYXRoIDgzMyIgZD0iTTE5Ny4xMTgsMTUzLjg4Nmw2LjcyOS02LjcyOWExLjM0OCwxLjM0OCwwLDAsMCwwLTEuOWwtNi43MjktNi43MjlhMS4zNDksMS4zNDksMCwwLDAtMS45LDEuOUwyMDEsMTQ2LjIwNiwxOTUuMjE3LDE1MmExLjM0LDEuMzQsMCwxLDAsMS45LDEuODg4WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTE5NC44MjUgLTEzOC4yKSIvPgo8L3N2Zz4K");
    bottom: 0;
    content: '';
    height: 16px;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 10px;
    background-repeat: no-repeat;
  }
  .categories-section .browse-all-category {
    justify-content: flex-start;
    margin-top: 22px;
  }
  .column .block-addbysku .sku {
    margin-right: -85px;
    padding-right: 90px;
  }
  .column .block-addbysku .action.remove {
    display: inline-block;
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
  }
  .column .block-addbysku .action.remove > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .column .block-addbysku .action.remove:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 28px;
    line-height: 22px;
    color: inherit;
    content: '\e616';
    font-family: 'icons-blank-theme';
    margin: 1px 0 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .column .block-addbysku .action.remove:hover:before {
    color: inherit;
  }
  .column .block-addbysku .action.remove:active:before {
    color: inherit;
  }
  .column .block-addbysku .action.remove:focus,
  .column .block-addbysku .action.remove:active {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove:hover {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove.disabled,
  .column .block-addbysku .action.remove[disabled],
  fieldset[disabled] .column .block-addbysku .action.remove {
    pointer-events: none;
    opacity: 0.5;
  }
  .products-list .product-item {
    table-layout: fixed;
  }
  .products-list .product-item-photo {
    padding: 0 15px 15px 0;
    width: 30%;
  }
  .product-information .table-wrapper .additional-attributes tr td {
    padding: 8px 12px !important;
  }
  .product.info.detailed .product .type {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
  .product.info.detailed .product.attribute.documents .documents-content ul {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .product.info.detailed .product.attribute.documents .documents-content ul li {
    font-size: 18px;
  }
  .product-related-section .block .title strong {
    font-size: 24px !important;
  }
  .product-info-main {
    margin: 24px 0 24px;
  }
  .product-info-main .page-title-wrapper .page-title {
    font-size: 22px;
    line-height: 32px;
  }
  .product-info-main .custom-attributes {
    gap: 12px;
    margin: 20px 0 20px;
  }
  .product-info-main .inventorydata .dropdown-total-avl .dropdown-options {
    width: 245px;
    font-size: 16px;
    line-height: 26px;
    padding: 11px 15px;
  }
  .product-info-main .box-tocart .field.qty {
    width: 100%;
  }
  .product-info-main .box-tocart .field.qty .control {
    max-width: 130px !important;
  }
  .product-info-main .box-tocart .field.qty div.mage-error {
    position: unset;
  }
  .product-info-main .box-tocart .actions .action.tocart {
    font-size: 18px;
  }
  .product-info-main .prices-tier {
    padding: 6px 10px;
  }
  .product-info-main .prices-tier li.item {
    font-size: 15px;
    line-height: 25px;
    grid-column-gap: 4px;
  }
  .product-info-main .prices-tier .price-container .price {
    font-size: 17px;
  }
  .faq-products .qaContainer {
    padding: 10px 20px 20px;
    margin-bottom: 20px !important;
  }
  .faq-products .qTitle .qa-question {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 14px;
  }
  .faq-products .answerContainer {
    padding: 10px 20px 20px;
  }
  .faq-products .qa-answer .answerInner .answer-full h4 {
    margin-top: 2rem;
  }
  .faq-products .qa-answer .answerInner .answer-short h4 {
    margin-top: 2rem;
  }
  .minicart-wrapper .block-minicart {
    width: 320px;
  }
  .minicart-wrapper .product .actions {
    float: left;
    margin: 10px 0 0 0;
  }
  .minicart-wrapper .update-cart-item {
    float: right;
    margin-left: 0;
  }
  .opc-wrapper .step-title {
    font-size: 18px;
    border-bottom: 0;
    padding-bottom: 0;
  }
  .opc-wrapper .shipping-address-items {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .checkout-index-index li.checkout-shipping-method .methods-shipping .actions-toolbar {
    width: 100%;
  }
  .checkout-index-index li.checkout-shipping-method .methods-shipping .actions-toolbar .primary {
    width: 100%;
  }
  .checkout-index-index .header.content .header-left {
    width: 108px;
  }
  .checkout-index-index .secure-checkout {
    font-size: 13px;
    gap: 7px;
  }
  .checkout-index-index .secure-checkout svg {
    width: 27px;
  }
  .opc-wrapper .form-login {
    border-bottom: 1px solid #cccccc;
    margin: 0 0 15px;
    padding: 0 0 15px;
  }
  .opc-wrapper .shipping-address-item {
    border-bottom: 1px solid #cccccc;
    margin: 0 0 15px;
    padding: 0 0 15px;
    width: 100%;
  }
  .opc-wrapper .shipping-address-item.selected-item {
    padding: 15px 50px 15px 18px;
    border-bottom-width: 2px;
  }
  .opc-wrapper .shipping-address-item.selected-item .edit-address-link {
    right: 44px;
  }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address {
    margin-top: 28px;
  }
  .opc-wrapper .action-select-shipping-item {
    float: none;
    margin-top: 15px;
    width: 100%;
  }
  .opc-wrapper .action-show-popup {
    width: 100%;
  }
  .opc-wrapper .edit-address-link {
    display: inline-block;
    text-decoration: none;
    margin: 0;
    position: absolute;
    right: 0;
    top: 1px;
  }
  .opc-wrapper .edit-address-link > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .opc-wrapper .edit-address-link:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 28px;
    line-height: 28px;
    color: #303030;
    content: '\e606';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .opc-wrapper .edit-address-link:hover:before {
    color: #303030;
  }
  .opc-wrapper .edit-address-link:active:before {
    color: #303030;
  }
  .shipping-policy-block.field-tooltip {
    margin-bottom: 30px;
    position: relative;
    right: auto;
    top: auto;
  }
  .shipping-policy-block.field-tooltip .field-tooltip-content {
    width: 300px;
    right: auto;
  }
  .shipping-policy-block.field-tooltip .field-tooltip-content:before,
  .shipping-policy-block.field-tooltip .field-tooltip-content:after {
    right: auto;
  }
  .opc-block-shipping-information .shipping-information-title {
    font-size: 2.3rem;
  }
  .post-shop-by-category {
    display: block;
  }
  .post-shop-by-category .post-shop-by-category-right {
    display: block;
  }
  .post-shop-by-category .post-shop-by-category-right .post-shop-by-category-right-half {
    width: 100%;
  }
  .author-section .about-name {
    font-size: 22px;
    line-height: 34px;
    margin-bottom: 8px;
  }
  .links-container-title {
    display: none;
  }
  .company-profile-index.account .page-main .page-title-wrapper .page-title {
    display: inline-block;
    margin-right: 15px;
  }
  .company-profile-index .company-profile-payment-methods {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .company-profile-index .company-profile-payment-methods .payment-methods-list {
    font-size: 1.4rem;
    padding-left: 0;
  }
  .company-account-index .column.main .block:not(.widget) .block-title > .action {
    margin-top: 7.5px;
    float: right;
  }
  .company-account-index .column.main .block:not(.widget) .block-content strong {
    float: left;
    margin-right: 5px;
  }
  .company-account-index .column.main .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 {
    margin-bottom: 30px;
  }
  .company-account-index .column.main .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: 30px;
  }
  .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;
  }
  .account .column.main,
  .account .sidebar-additional {
    margin: 0;
  }
  .cart.table-wrapper .gift-content {
    border-bottom: 1px solid #d1d1d1;
    margin-bottom: 30px;
  }
  .table-giftregistry-items .field.choice,
  .table-giftregistry-items .field.qty {
    display: inline-block;
  }
  .form-giftregistry-search .fieldset {
    margin-bottom: 15px;
  }
  .multicheckout .data.table .address:before {
    margin-bottom: 7.5px;
  }
  .multicheckout .product-item-name,
  .multicheckout .price-including-tax,
  .multicheckout .price-excluding-tax {
    display: inline-block;
  }
  .multicheckout .block-content .box:not(:last-child) {
    margin-bottom: 60px;
  }
  .multicheckout .block-content .box:last-child {
    margin-bottom: 0;
  }
  .multicheckout.order-review .box-items .data.table thead {
    display: block;
  }
  .multicheckout.order-review .box-items .data.table thead tr {
    display: block;
  }
  .multicheckout.order-review .box-items .data.table thead .col.item {
    display: block;
    padding: 0;
  }
  .multicheckout .actions-toolbar .action {
    margin-bottom: 37.5px;
  }
  .multicheckout .actions-toolbar > .primary {
    margin-bottom: 37.5px;
    margin-right: 0;
  }
  .order-references {
    margin-top: 20px;
  }
  .negotiable-quote-quote-index .table-wrapper .table:not(.cart) > tbody > tr td:first-child .data-grid-cell-content {
    display: inline-block;
  }
  .negotiable-quote-quote-index .table-wrapper .table:not(.cart) > tbody > tr td:last-child {
    border-bottom: 1px solid #e4e4e4;
  }
  .negotiable-quote-quote-index .table-wrapper .table:not(.cart) > tbody > tr td:last-child:before {
    content: '';
    padding: 0;
  }
  .negotiable-quote-quote-index .table-wrapper .table:not(.cart) > tbody > tr td > div {
    display: inline;
  }
  .negotiable-quote-quote-index .table-wrapper .table:not(.cart) > tbody > tr.data-grid-tr-no-data td:before {
    content: '';
  }
  .negotiable-quote-quote-index .table-wrapper .table:not(.cart) > tbody > tr:last-child td {
    border-top-width: 0;
  }
  .negotiable-quote-quote-index .admin__data-grid-pager {
    margin-top: 30px;
  }
  .negotiable-quote-quote-index .toolbar-amount {
    position: relative;
  }
  .negotiable-quote-quote-view .page-main .page-title-wrapper .page-title {
    display: inline-block;
    margin-bottom: 7.5px;
  }
  .negotiable-quote-quote-view .modal-popup .modal-footer .action-save-address {
    width: 100%;
  }
  .negotiable-quote-quote-view .modal-popup .modal-footer .action-hide-popup {
    margin-top: 30px;
  }
  .negotiable-quote-quote-view .modal-popup .modal-footer .actions-toolbar > .action {
    display: block;
    margin-bottom: 15px;
    width: 100%;
  }
  .negotiable-quote-quote-view .table-wrapper {
    border-bottom: none;
  }
  .quote-table {
    width: auto;
  }
  .quote-table thead > tr > th {
    border-bottom: none;
  }
  .quote-table tbody > tr > td:first-child {
    padding-top: 0;
  }
  .quote-table .items > .item {
    border-bottom-width: 0;
  }
  .quote-table .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td,
  .quote-table .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr th {
    padding: 7.5px 15px;
  }
  .quote-table .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td:last-child {
    border: medium none;
  }
  .quote-table .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td.delete {
    float: right;
    margin-top: -3.5rem;
  }
  .quote-table .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td.delete:before {
    display: none;
  }
  .quote-table .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td .update {
    display: block;
    width: 100%;
  }
  .quote-table .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td .update:before {
    display: none;
  }
  .quote-table .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr:first-child td,
  .quote-table .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr:first-child th {
    padding-top: 15px;
  }
  .quote-table .table:not(.cart):not(.totals):not(.table-comparison) > tbody .item-actions td {
    padding-left: 0;
    padding-right: 0;
  }
  .quote-table .table:not(.cart):not(.totals):not(.table-comparison) > tbody .item-actions td:before {
    display: none;
  }
  .quote-table .table:not(.cart):not(.totals):not(.table-comparison) > tfoot > tr td,
  .quote-table .table:not(.cart):not(.totals):not(.table-comparison) > tfoot > tr th {
    padding: 7.5px 15px;
  }
  .quote-table .table:not(.cart):not(.totals):not(.table-comparison) > tfoot > tr th {
    box-sizing: border-box;
    float: left;
    text-align: left;
    width: 70%;
  }
  .quote-table .table:not(.cart):not(.totals):not(.table-comparison) > tfoot > tr td {
    box-sizing: border-box;
    float: left;
    text-align: right;
    width: 30%;
  }
  .quote-table .table:not(.cart):not(.totals):not(.table-comparison) > tfoot > tr:first-child td,
  .quote-table .table:not(.cart):not(.totals):not(.table-comparison) > tfoot > tr:first-child th {
    border-bottom: none;
    padding-bottom: 0;
    padding-top: 15px;
  }
  .quote-table .table:not(.cart):not(.totals):not(.table-comparison) > tfoot > tr:first-child > td {
    border-bottom: none;
    float: none;
    padding: 0;
  }
  .quote-table .table:not(.cart):not(.totals):not(.table-comparison) > tfoot > tr:last-child td,
  .quote-table .table:not(.cart):not(.totals):not(.table-comparison) > tfoot > tr:last-child th {
    border-bottom-width: 0;
    font-weight: 700;
  }
  .quote-table .table:not(.cart):not(.totals):not(.table-comparison) > tfoot .catalog_price th,
  .quote-table .table:not(.cart):not(.totals):not(.table-comparison) > tfoot .grand_total th {
    width: 150px;
  }
  .quote-table .table:not(.cart):not(.totals):not(.table-comparison) > tfoot .catalog_price td,
  .quote-table .table:not(.cart):not(.totals):not(.table-comparison) > tfoot .grand_total td {
    float: right;
    width: 40%;
  }
  .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;
  }
  .quote-table .table:not(.cart):not(.totals):not(.table-comparison) > tfoot .proposed_quote_price th {
    width: 125px;
  }
  .quote-table .table:not(.cart):not(.totals):not(.table-comparison) > tfoot .proposed_quote_price td {
    float: right;
    width: 40%;
  }
  .quote-table .price-excluding-tax,
  .quote-table .price-including-tax {
    display: inline-block;
  }
  .quote-table .col .qty {
    display: inline-block;
  }
  .product.quote-details-items .quote-title,
  .product.quote-details-items .quote-comments,
  .product.quote-details-items .quote-history-log {
    display: block;
  }
  .product.quote-details-items .quote-title > strong,
  .product.quote-details-items .quote-comments > strong,
  .product.quote-details-items .quote-history-log > strong {
    font-size: 2.4rem;
    font-weight: 300;
  }
  .product.quote-details-items .quote-title.active > .switch,
  .product.quote-details-items .quote-comments.active > .switch,
  .product.quote-details-items .quote-history-log.active > .switch {
    border-bottom: 1px solid #e4e4e4;
  }
  .product.quote-details-items .item.content.quote-table {
    border-top: none;
    padding: 15px 15px 0;
  }
  .product.quote-details-items.items {
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    margin-left: 0;
    margin-right: 0;
  }
  .quote-date {
    margin-top: 0;
  }
  .quote-name {
    font-size: 2rem;
    margin-bottom: 45px;
  }
  .quote-references {
    margin-top: 37.5px;
  }
  .quote-reference-content {
    flex: 1 1 100%;
    margin-bottom: 7.5px;
  }
  .quote-view-links.quote-view-buttons .action {
    display: block;
    margin-bottom: 15px;
    width: 100%;
  }
  .quote-view-links .action {
    margin-bottom: 15px;
    width: 100%;
  }
  .quote-view-links .action[data-mobile-label] span {
    display: none;
  }
  .quote-view-links .action[data-mobile-label]:after {
    content: attr(data-mobile-label);
  }
  .negotiable-quote-quote-print.account .column.main .block.block-order-details-view .block-content:not(.widget) .box {
    float: none;
    width: 100%;
  }
  .negotiable-quote-quote-print .logo {
    margin-left: 0;
  }
  .negotiable-quote-quote-print .quote-date,
  .negotiable-quote-quote-print .quote-sales-rep {
    float: none;
  }
  .negotiable-quote-quote-print .quote-details-items thead .col.price,
  .negotiable-quote-quote-print .quote-details-items .item .col.price,
  .negotiable-quote-quote-print .quote-details-items thead .col.stock,
  .negotiable-quote-quote-print .quote-details-items .item .col.stock,
  .negotiable-quote-quote-print .quote-details-items thead .col.qty,
  .negotiable-quote-quote-print .quote-details-items .item .col.qty,
  .negotiable-quote-quote-print .quote-details-items thead .col.discount,
  .negotiable-quote-quote-print .quote-details-items .item .col.discount,
  .negotiable-quote-quote-print .quote-details-items thead .col.subtotal,
  .negotiable-quote-quote-print .quote-details-items .item .col.subtotal,
  .negotiable-quote-quote-print .quote-details-items thead .col.actions,
  .negotiable-quote-quote-print .quote-details-items .item .col.actions {
    text-align: left;
  }
  .negotiable-quote-quote-print .quote-details-items thead .col .input-text,
  .negotiable-quote-quote-print .quote-details-items .item .col .input-text {
    text-align: left;
  }
  .negotiable-quote-quote-print .quote-details-items thead .col .actions-toolbar,
  .negotiable-quote-quote-print .quote-details-items .item .col .actions-toolbar {
    display: none;
  }
  .negotiable-quote-quote-print .quote-details-items thead td,
  .negotiable-quote-quote-print .quote-details-items .item td {
    border: none;
  }
  .negotiable-quote-quote-print .quote-details-items .quote-table-totals td {
    text-align: left;
  }
  .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 .quote-block-title {
    margin-bottom: 15px;
    margin-top: 15px;
  }
  .negotiable-quote-quote-print .quote-block-content {
    width: 100%;
  }
  .order-details-items .table-order-items tbody > tr > .col.price {
    text-align: left;
  }
  .order-details-items .table-order-items tbody > tr > .col.subtotal {
    text-align: left;
  }
  .order-links-block,
  .quote-grid-filters-wrap {
    padding-bottom: 15px;
    text-align: right;
  }
  .negotiable-quote-order-information {
    margin-top: 0;
  }
  .requisition-list-requisition-view .table-wrapper .table:not(.cart) > tbody > tr td:last-child {
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 2rem;
  }
  .requisition-list-requisition-view .table-wrapper .table:not(.cart) > tbody > tr td.col-checkbox {
    float: left;
    padding-bottom: 0;
  }
  .requisition-list-requisition-view .table-wrapper .table:not(.cart) > tbody > tr td.col-checkbox,
  .requisition-list-requisition-view .table-wrapper .table:not(.cart) > tbody > tr td.product {
    padding-top: 1.5rem;
  }
  .requisition-list-requisition-view .table-wrapper .table:not(.cart) > tbody > tr td.col-checkbox:before,
  .requisition-list-requisition-view .table-wrapper .table:not(.cart) > tbody > tr td.product:before {
    display: none;
  }
  .requisition-list-requisition-view .table-wrapper .table:not(.cart) > tbody > tr td.number {
    display: none;
  }
  .requisition-list-requisition-view .table-wrapper .table:not(.cart) > tbody > tr td:before {
    font-size: 17px;
  }
  .requisition-list-requisition-view .table-wrapper .table:not(.cart) > tbody > tr td,
  .requisition-list-requisition-view .table-wrapper .table:not(.cart) > tbody > tr th {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .requisition-list-requisition-index .table-wrapper .table:not(.cart) > tbody > tr td.list-name-field:before,
  .requisition-list-requisition-index .table-wrapper .table:not(.cart) > tbody > tr td:last-child:before {
    display: none;
  }
  .requisition-list-requisition-index .table-wrapper .table:not(.cart) > tbody > tr td:last-child {
    border-bottom: 1px solid #e4e4e4;
  }
  .requisition-list-requisition-index .data-grid td:first-child .data-grid-cell-content {
    display: inline-block;
  }
  .requisition-list-requisition-index .data-grid td > div {
    display: inline;
  }
  .requisition-list-requisition-index .data-grid.data-grid-tr-no-data td:before {
    content: '';
  }
  .requisition-list-requisition-index .data-grid:last-child td {
    border-top-width: 0;
  }
  .requisition-list-requisition-index .toolbar-amount {
    top: -3.5rem;
  }
  .requisition-list-requisition-index .admin__data-grid-outer-wrap {
    position: relative;
  }
  .requisition-list-requisition-index .admin__data-grid-pager {
    margin-top: 30px;
  }
  .block-requisition-management {
    clear: both;
    margin-top: -37.5px;
  }
  .block-requisition-management .requisition-list-title h1 {
    font-size: 2.6rem;
  }
  .block-requisition-management .requisition-info {
    float: left;
    margin-bottom: 1.5rem;
  }
  .block-requisition-management .requisition-toolbar-select,
  .block-requisition-management .requisition-toolbar-actions {
    margin-bottom: 1.5rem;
  }
  .block-requisition-management .requisition-toolbar-select {
    display: block;
    margin-right: 0;
    text-align: right;
  }
  .block-requisition-management .requisition-toolbar-actions {
    display: block;
  }
  .block-requisition-management .requisition-toolbar-actions button.action span,
  .block-requisition-management .requisition-toolbar-actions .cart.table-wrapper .actions-toolbar > .action.action span,
  .block-requisition-management .requisition-toolbar-actions .quote-details-items .actions-toolbar > .action.action span,
  .block-requisition-management .requisition-toolbar-actions .action-gift.action span {
    display: none;
  }
  .block-requisition-management .requisition-toolbar-actions button.action:before,
  .block-requisition-management .requisition-toolbar-actions .cart.table-wrapper .actions-toolbar > .action.action:before,
  .block-requisition-management .requisition-toolbar-actions .quote-details-items .actions-toolbar > .action.action:before,
  .block-requisition-management .requisition-toolbar-actions .action-gift.action:before {
    content: attr(data-mobile-label);
  }
  .requisition-grid {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    width: auto;
  }
  .requisition-grid thead,
  .requisition-grid .item {
    position: relative;
  }
  .requisition-grid thead .col.qty .input-text,
  .requisition-grid .item .col.qty .input-text {
    height: 2.6rem;
  }
  .requisition-grid thead .col .product-item-subtotal,
  .requisition-grid .item .col .product-item-subtotal {
    display: inline;
  }
  .requisition-grid thead .col .actions-toolbar,
  .requisition-grid .item .col .actions-toolbar {
    float: right;
    margin-top: -.3rem;
  }
  .requisition-grid thead .col .actions-toolbar > .action-edit,
  .requisition-grid .item .col .actions-toolbar > .action-edit {
    position: absolute;
    right: 1rem;
    top: 1.5rem;
  }
  .requisition-grid thead .col .actions-toolbar > .action-delete,
  .requisition-grid .item .col .actions-toolbar > .action-delete {
    bottom: 1.5rem;
    position: absolute;
    right: 1rem;
  }
  .requisition-grid thead .col .price,
  .requisition-grid .item .col .price {
    font-size: 1.6rem;
    margin-right: 7.5px;
  }
  .requisition-grid thead .col .price-excluding-tax .price,
  .requisition-grid .item .col .price-excluding-tax .price {
    font-size: 17px;
  }
  .requisition-grid .product-item-image {
    display: none;
  }
  .requisition-grid .product-item-name {
    margin-bottom: 15px;
  }
  .requisition-grid .col .price-excluding-tax {
    display: inline-block;
    margin-right: 37.5px;
  }
  .requisition-list-description {
    line-height: 2;
  }
  .title-actions-links {
    margin-bottom: 15px;
    min-height: 2.2rem;
    text-align: left;
  }
  .title-actions-links:empty {
    margin-bottom: 37.5px;
  }
  .requisition-toolbar-actions .requisition-list-action,
  .requisition-view-buttons .requisition-list-action,
  .requisition-toolbar-actions .action,
  .requisition-view-buttons .action {
    vertical-align: baseline;
  }
  .requisition-toolbar-actions .mobile-label,
  .requisition-view-buttons .mobile-label {
    margin-right: 7.5px;
  }
  .requisition-list-action .action.toggle {
    float: none;
  }
  .requisition-popup .modal-footer {
    margin-top: 0;
    padding-top: 0;
  }
  .requisition-popup .action {
    display: block;
    text-align: center;
    width: 100%;
  }
  .requisition-popup .action:not(:last-child) {
    margin-bottom: 15px;
  }
  .order-actions-toolbar .block-requisition-list {
    float: right;
    line-height: 1.2;
  }
  .order-actions-toolbar .requisition-list-action.active .items {
    right: 0;
  }
  .order-actions-toolbar .requisition-list-action.active .items:before {
    left: auto;
    right: 11px;
  }
  .order-actions-toolbar .requisition-list-action.active .items:after {
    left: auto;
    right: 10px;
  }
  .requisition-list-requisition-print .nav-toggle {
    display: none;
  }
  .requisition-list-requisition-print .logo {
    margin-left: 0;
  }
  .requisition-list-requisition-print .block-requisition-management {
    border-bottom: none;
  }
  .requisition-list-requisition-print .block-requisition-management .requisition-info {
    float: none;
    margin-top: 0;
  }
  .requisition-list-requisition-print .requisition-grid .col.price,
  .requisition-list-requisition-print .requisition-grid .col.qty,
  .requisition-list-requisition-print .requisition-grid .col.subtotal {
    text-align: left;
  }
  .requisition-list-requisition-print .requisition-grid .col .input-text {
    padding-left: 0;
    text-align: left;
  }
  .requisition-list-requisition-print .table-wrapper {
    border-bottom: none;
    clear: both;
  }
  .requisition-list-requisition-print .table-wrapper .table:not(.cart) > tbody > tr td:last-child {
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 2rem;
  }
  .requisition-list-requisition-print .table-wrapper .table:not(.cart) > tbody > tr td.col-checkbox {
    display: none;
  }
  .requisition-list-requisition-print .table-wrapper .table:not(.cart) > tbody > tr td.col-checkbox,
  .requisition-list-requisition-print .table-wrapper .table:not(.cart) > tbody > tr td.product {
    padding-top: 1.5rem;
  }
  .requisition-list-requisition-print .table-wrapper .table:not(.cart) > tbody > tr td.col-checkbox:before,
  .requisition-list-requisition-print .table-wrapper .table:not(.cart) > tbody > tr td.product:before {
    display: none;
  }
  .requisition-list-requisition-print .table-wrapper .table:not(.cart) > tbody > tr td.number {
    display: none;
  }
  .requisition-list-requisition-print .table-wrapper .table:not(.cart) > tbody > tr td:before {
    font-size: 17px;
  }
  .requisition-list-requisition-print .table-wrapper .table:not(.cart) > tbody > tr td,
  .requisition-list-requisition-print .table-wrapper .table:not(.cart) > tbody > tr th {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .account .order-details-items .table-order-items .product-item-name,
  .account .order-details-items .table-order-items .price-including-tax,
  .account .order-details-items .table-order-items .price-excluding-tax,
  .account .order-details-items .table-order-items .items-qty {
    display: inline-block;
    vertical-align: top;
  }
  .account .toolbar .pages {
    float: right;
  }
  .account .toolbar .limiter {
    clear: both;
  }
  .order-details-items thead {
    display: block;
  }
  .order-details-items thead tr,
  .order-details-items thead td {
    display: block;
  }
  .table-wrapper .table.table-order-items tfoot td.order-pager-wrapper {
    width: 100%;
  }
  .order-items.table-wrapper .col.price,
  .order-items.table-wrapper .col.qty,
  .order-items.table-wrapper .col.subtotal,
  .order-items.table-wrapper .col.msrp {
    text-align: left;
  }
  .swatch-option.text:nth-child(4) {
    margin-right: 0;
  }
  .header.content .mobile-minicart .close-btn {
    margin-top: 17px;
  }
  .mobile-minicart .close-btn {
    margin-top: 15px;
  }
  .cms-index-index .pagebuilder-banner-wrapper .pagebuilder-overlay {
    min-height: 250px !important;
  }
  .cms-index-index .pagebuilder-banner-wrapper .pagebuilder-poster-content {
    padding-bottom: 41px;
    padding-top: 44px;
  }
  .cms-index-index .pagebuilder-banner-wrapper .pagebuilder-poster-content div[data-element='content'] {
    max-width: 290px;
  }
  .cms-index-index .pagebuilder-banner-wrapper .pagebuilder-poster-content h1 {
    font-size: 23px;
    line-height: 35px;
    margin-bottom: 20px;
  }
  .cms-index-index .pagebuilder-banner-wrapper .pagebuilder-poster-content p {
    font-size: 16px;
    margin-bottom: 14px;
  }
  .cms-index-index .pagebuilder-banner-wrapper .pagebuilder-poster-content a {
    font-size: 16px;
  }
  .cms-index-index .pagebuilder-banner-wrapper .pagebuilder-poster-content a:first-child {
    margin: 0 0 8px 0;
  }
  .featured-categories h3.heading {
    font-size: 26px;
    line-height: 32px;
    margin: 0 0 18px;
  }
  .featured-categories .categories-list figure.categories-item .heading {
    font-size: 16px;
    line-height: 22px;
    margin: 14px 0 0;
  }
  .why-info-section .why-content .heading {
    font-size: 26px;
    line-height: 40px;
    margin-bottom: 4px;
  }
  .why-info-section .why-content .sub-heading {
    margin-bottom: 14px;
  }
  .why-info-section .why-content a.action.primary {
    margin-top: 29px;
  }
  .section-content {
    padding: 39px 0;
  }
  .section-content .top-row {
    gap: 2px;
    margin-bottom: 58px;
  }
  .section-content .top-row.image-with-accordion {
    gap: 28px;
  }
  .section-content .heading {
    font-size: 26px;
    line-height: 34px;
    margin: 0 0 8px 0;
  }
  .section-content .sub_heading {
    line-height: 28px;
    margin: 0 0 6px 0;
  }
  .section-content .top-row.bottom-row {
    gap: 28px;
  }
  .full-width-section {
    flex-direction: column;
  }
  .full-width-section .content-container small {
    margin-bottom: 7px;
  }
  .full-width-section .content-container .heading {
    font-size: 26px;
    line-height: 36px;
    margin: 0 0 9px;
  }
  .full-width-section .buttons {
    gap: 10px;
  }
  .full-width-section .action {
    padding: 13px 15px;
  }
  .review-section .heading {
    line-height: 32px;
    font-size: 26px;
    margin: 0 0 20px 0px;
  }
  .blog-section .home__featured-blog-title {
    line-height: 32px;
    font-size: 26px;
    margin: 0 20px 20px;
  }
  .home-slider-section .ftitle {
    line-height: 32px !important;
    font-size: 26px !important;
    margin: 0 20px 20px;
  }
  .CarouselWidget-prefix .R-MD .R-ReviewsList-container {
    padding: 0 15px;
  }
  .CarouselWidget-prefix .CarouselWidget .R-ReviewsList-container .R-ReviewsList__controlButton--left {
    left: 0 !important;
    width: auto !important;
  }
  .CarouselWidget-prefix .CarouselWidget .R-ReviewsList-container .R-ReviewsList__controlButton--right {
    right: 0 !important;
    width: auto !important;
  }
  .products-grid.wishlist .product-item {
    border-bottom: 1px solid #e8e8e8;
    margin: 0;
    width: 100%;
  }
  .products-grid.wishlist .product-item:first-child {
    border-top: 1px solid #e8e8e8;
  }
  .braintree-three-d-modal .bt-modal-frame {
    width: 100%;
  }
}
@media only screen and (max-width: 479px) {
  .tooltip.wrapper .tooltip.content {
    min-width: 10rem;
  }
  .action-select-wrap.buttons {
    display: none;
  }
  .product-item-actions .actions-primary {
    display: block;
  }
  .product-item-actions .actions-primary .action.primary.tocart {
    width: 100%;
  }
  .custom-review-section h2 {
    font-size: 24px !important;
    margin: 0 0 30px;
  }
  .product-info-main {
    margin-top: 10px;
  }
  .product-info-main .product-info-stock-sku {
    font-size: 16px;
  }
  .product-info-main .product-info-stock-sku span.stock-count {
    margin-right: 5px;
  }
  .product-info-main .stock-status-info .inventorydata {
    margin-top: -1px;
    gap: 5px 15px;
  }
  .product-info-main .stock-status-info .inventorydata .branch-a,
  .product-info-main .stock-status-info .inventorydata .branch-b {
    font-size: 15px;
    line-height: 20px;
    padding: 10px 15px;
  }
  .product-info-main .stock-status-info .inventorydata .dropdown-total-avl .total-available {
    font-size: 16px;
  }
  .product-info-main .stock-status-info .inventorydata .dropdown-total-avl .action.toggle {
    font-size: 16px;
  }
  .product-info-main .stock-status-info .inventorydata .dropdown-total-avl .action.toggle:after {
    font-size: 25px;
    margin-bottom: -2px;
  }
  .product-info-main .stock-status-info .inventorydata .dropdown-total-avl .dropdown-options:before {
    left: 0;
    right: 0;
    margin: auto;
  }
  .product-info-main .stock-status-info .inventorydata .dropdown-total-avl .dropdown-options:after {
    left: 0;
    right: 0;
    margin: auto;
  }
  .product-info-main .custom-attributes {
    gap: 5px 15px;
    margin: 10px 0 20px;
  }
  .product-info-main .custom-attributes .stock.available:before {
    width: 15px;
    height: 15px;
  }
  .product-info-main .custom-attributes .stock.unavailable:before {
    width: 15px;
    height: 15px;
  }
  .product-info-main .custom-attributes .stock {
    padding-left: 20px;
  }
  .product-info-main .prod_details {
    font-size: 16px;
    margin-bottom: 7px;
  }
  .product-info-main .price-box {
    gap: 11px;
    margin-top: 5px;
  }
  .product-info-main .price-box .price-wrapper > span.price {
    font-size: 26px !important;
  }
  .product-info-main .price-box .old-price .price-wrapper .price {
    font-size: 18px !important;
  }
  .product-info-main .product-info-price .price-discount {
    font-size: 14px;
    margin: 5px 0 0;
    padding: 0px 11px;
  }
  .product-info-main .box-tocart .input-text.qty {
    height: 40px;
  }
  .product-info-main .box-tocart .field.qty {
    margin-bottom: 12px !important;
  }
  .product-info-main .box-tocart .field.qty .control .btn {
    height: 40px !important;
  }
  .product-info-main .box-tocart .action.tocart:before {
    height: 19px;
    width: 19px;
    margin-right: 5px;
  }
  .product-info-main .box-tocart .actions .action.tocart {
    font-size: 15px;
    padding: 12px 7px;
  }
  .product-info-main .box-tocart .fieldset {
    margin-bottom: 20px;
  }
  .product-info-main .page-title-wrapper .page-title {
    font-size: 20px;
    line-height: 29px;
    margin-bottom: 6px;
  }
  .product-info-main .product-social-links {
    width: 43px;
  }
  .product-info-main .product-social-links .product-addto-links a {
    height: 43px !important;
    width: 43px !important;
  }
  .cart.table-wrapper .price-excluding-tax,
  .order-items.table-wrapper .price-excluding-tax {
    font-size: 14px;
  }
  .cart.table-wrapper .col.qty,
  .cart.table-wrapper .col.price,
  .cart.table-wrapper .col.subtotal,
  .cart.table-wrapper .col.msrp {
    font-size: 14px;
  }
  .cart.table-wrapper .col.qty[data-th]:before,
  .cart.table-wrapper .col.price[data-th]:before,
  .cart.table-wrapper .col.subtotal[data-th]:before,
  .cart.table-wrapper .col.msrp[data-th]:before {
    padding-bottom: 9px;
  }
  .cart.table-wrapper .actions-toolbar > .action,
  .action-gift {
    margin-bottom: 0;
  }
  .checkout-cart-index .cart.table-wrapper .control.qty {
    width: 70px;
  }
  .checkout-cart-index .cart.table-wrapper .control.qty .btn.decrement,
  .checkout-cart-index .cart.table-wrapper .control.qty .btn.increment {
    padding-left: 8px;
  }
  .checkout-cart-index .cart.table-wrapper .control.qty .btn.increment {
    padding-right: 8px;
    padding-left: 0;
  }
  .checkout-cart-index .cart.table-wrapper .control.qty .input-text {
    width: 37px;
    padding: 0 4px;
  }
  .checkout-cart-index .cart.table-wrapper .item-actions {
    margin-top: 30px;
  }
  .cart-summary > .title {
    margin: 6px 0 13px;
  }
  .cart-summary .block.shipping .title {
    padding: 0 0 18px;
  }
  .cart-summary .block.discount .title,
  .cart-summary .block.giftcard .title {
    padding: 23px 11px;
  }
  .cart-summary .block.discount .title:after,
  .cart-summary .block.giftcard .title:after {
    top: 7px;
  }
  .cart-totals .mark,
  .cart-totals .amount {
    padding: 7px 11px;
  }
  .cart-totals .grand .mark,
  .cart-totals .grand .amount {
    padding: 12px 11px 24px;
  }
  .action-gift {
    margin-bottom: 0;
  }
  .minicart-wrapper .block-minicart {
    width: 290px;
    margin-top: 0;
    padding: 30px 20px 25px;
  }
  .checkout-index-index .opc-payment-additional .payment-option-content .payment-option-inner {
    max-width: 100%;
    width: 100% !important;
  }
  .checkout-index-index .opc-payment-additional .payment-option-content .form.form-giftcard-account button.action,
  .checkout-index-index .opc-payment-additional .payment-option-content .form.form-giftcard-account .cart.table-wrapper .actions-toolbar > .action.action,
  .checkout-index-index .opc-payment-additional .payment-option-content .form.form-giftcard-account .quote-details-items .actions-toolbar > .action.action,
  .checkout-index-index .opc-payment-additional .payment-option-content .form.form-giftcard-account .action-gift.action {
    margin: 8px 8px 0 0;
  }
  .checkout-index-index .opc-payment-additional .payment-option-content .form-discount .payment-option-inner {
    max-width: 170px;
  }
  .checkout-index-index .checkout-footer-section ul {
    flex-wrap: wrap;
    gap: 14px;
  }
  .modal-popup .field-tooltip .field-tooltip-content {
    width: 200px;
  }
  .checkout-cart-index .block-requisition-list .requisition-list-action .action.toggle {
    font-size: 1.3rem;
  }
  .cms-index-index .pagebuilder-banner-wrapper .pagebuilder-overlay {
    min-height: 100% !important;
  }
  .cms-index-index .pagebuilder-banner-wrapper .pagebuilder-poster-content {
    padding-bottom: 41px;
    padding-top: 44px;
  }
  .cms-index-index .pagebuilder-banner-wrapper .pagebuilder-poster-content div[data-element='content'] {
    max-width: 260px;
  }
  .cms-index-index .pagebuilder-banner-wrapper .pagebuilder-poster-content h1 {
    font-size: 21px;
    line-height: 32px;
    margin-bottom: 16px;
  }
  .cms-index-index .pagebuilder-banner-wrapper .pagebuilder-poster-content p {
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 12px;
  }
  .cms-index-index .pagebuilder-banner-wrapper .pagebuilder-poster-content a {
    font-size: 14px;
    line-height: 18px;
  }
  .cms-index-index .pagebuilder-banner-wrapper .pagebuilder-poster-content a:first-child {
    margin: 0 0 8px 0;
  }
  .collection_wrapper {
    padding: 60px 0;
  }
  .collection_wrapper .coll-lists {
    gap: 30px;
    grid-template-columns: 1fr;
  }
  .collection_wrapper .coll_content {
    padding: 15px 20px 20px;
  }
  .collection_wrapper .coll_content label {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 5px;
  }
  .collection_wrapper .coll_content p {
    font-size: 16px;
    line-height: 26px;
    margin: 0 0 26px;
  }
  .collection_wrapper .primary {
    font-size: 16px;
    line-height: 19px;
    padding: 10px 21px;
  }
  .home-slider-section .ruk_rating_snippet {
    min-height: 20px;
  }
  .home-slider-section .ruk_rating_snippet .ruk-rating-snippet-count {
    font-size: 10px;
  }
  .home-slider-section .ruk_rating_snippet i {
    font-size: 13px;
  }
}
@media all and (min-width: 640px) {
  .abs-blocks-2columns-s {
    width: 48.8%;
  }
  .abs-blocks-2columns-s:nth-child(odd) {
    clear: left;
    float: left;
  }
  .abs-blocks-2columns-s:nth-child(even) {
    float: right;
  }
  .abs-reset-left-margin-desktop-s,
  .column:not(.sidebar-main) .multicheckout .actions-toolbar,
  .multicheckout .block-shipping .box-shipping-method .fieldset .legend {
    margin-left: 0;
  }
  .abs-margin-for-forms-desktop-s {
    margin-left: 25.8%;
  }
  .abs-visually-hidden-desktop-s {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-desktop-s:before,
  .abs-add-clearfix-desktop-s:after,
  .multicheckout .block-billing:before,
  .multicheckout .block-billing:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-desktop-s:after,
  .multicheckout .block-billing:after {
    clear: both;
  }
  .abs-add-box-sizing-desktop-s,
  .multicheckout .block-shipping .box,
  .multicheckout .block-billing .box-billing-address,
  .multicheckout .block-billing .box-billing-method {
    box-sizing: border-box;
  }
  .ui-dialog.popup {
    width: 420px;
  }
  .paypal-fastlane-divider span {
    background-color: #ffffff;
  }
  .amrma-select-container {
    flex-basis: 35%;
  }
  .amasty_rma-account-view .amrma-select-container .admin__control-select {
    height: 100%;
  }
  .amrma-return-number {
    flex-direction: row;
  }
  .amrma-return-number .amrma-header {
    margin: 0;
  }
  .amrma-return-number .amrma-status {
    align-self: auto;
    margin: 0 10px;
  }
  .returns-history > .amrma-table .amrma-tbody > .amrma-row .amrma-image {
    width: 50px;
    height: 50px;
  }
  .returns-history > .amrma-table .amrma-tbody > .amrma-row .amrma-image:after {
    left: 0;
  }
  .amrma-product-item {
    flex-direction: row;
  }
  .amrma-product-message {
    width: 360px;
    margin-left: 15px;
  }
  .amrma-message-container.-options,
  .amrma-message-container.-gray {
    margin: 0;
  }
  .amreturns-orders-container {
    flex-direction: row;
  }
  .amreturns-orders-container .amreturn-btn {
    margin-left: 10px;
    margin-top: 0;
  }
  .amreturns-orders-container .amreturn-select {
    margin-bottom: 0;
    width: 85%;
  }
  .amrma-table-container .table-wrapper > .amrma-table .amrma-tbody > .amrma-row > .col:not(:first-child):not(:last-child) {
    padding: 10px;
  }
  .amrma-table-container .table-wrapper > .amrma-table .amrma-tbody > .amrma-row > .col:not(:first-child) {
    padding: 10px;
  }
  .amrma-table-container .table-wrapper > .amrma-table .amrma-tbody > .amrma-row > .col.qty {
    padding-top: 10px;
  }
  .amrma-table-container .table-wrapper > .amrma-table .amrma-tbody > .amrma-row > .col {
    border-top: 1px solid #d1d1d1;
  }
  .amrma-table-container .table-wrapper > .amrma-table .amrma-tbody > .amrma-row > .col:first-child {
    position: relative;
    top: auto;
    left: auto;
    padding: 10px 10px 10px 25px;
  }
  .amrma-chat-send {
    margin: 0 20px 20px;
  }
  .amrma-tracking-information .table-wrapper .table-returns-items .amrma-tbody > .amrma-row > .col {
    border-top: 1px solid #d1d1d1;
  }
  .account .amrma-table-container > .amrma-items-table > .amrma-table > .amrma-tbody > .amrma-row .col {
    padding: 10px;
  }
  .amrma-tracking-add {
    display: flex;
    flex-direction: row;
    margin: 0 25px;
  }
  .amrma-tracking-add .amrma-input {
    flex-basis: 50%;
    margin: 0 20px;
  }
  .amrma-tracking-add .amreturn-btn {
    padding: 7px 36px;
    height: auto;
    border: none;
    line-height: 14px;
    background: #1979c3;
    color: #fff;
  }
  .amrma-tracking-add .amreturn-btn:hover {
    background: #2196f3;
  }
  .amrma-tracking-add .amrma-label {
    display: none;
  }
  .amrma-select-container {
    flex-basis: 35%;
  }
  .column .block-addbysku .action.remove {
    background-image: none;
    -moz-box-sizing: content-box;
    box-shadow: none;
    line-height: inherit;
    text-shadow: none;
    font-weight: 400;
    line-height: 1.5;
    margin: 0;
    padding: 0;
    color: #000000;
    text-decoration: none;
    background: none;
    border: 0;
    display: inline;
    margin-top: 2px;
  }
  .column .block-addbysku .action.remove:focus,
  .column .block-addbysku .action.remove:active {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove:hover {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove.disabled,
  .column .block-addbysku .action.remove[disabled],
  fieldset[disabled] .column .block-addbysku .action.remove {
    pointer-events: none;
    opacity: 0.5;
  }
  .column .block-addbysku .action.remove:visited {
    color: #000000;
    text-decoration: none;
  }
  .column .block-addbysku .action.remove:hover {
    color: #0f5ea5;
  }
  .column .block-addbysku .action.remove:active {
    color: #f46414;
    text-decoration: underline;
  }
  .column .block-addbysku .action.remove:hover,
  .column .block-addbysku .action.remove:active,
  .column .block-addbysku .action.remove:focus {
    background: none;
    border: 0;
  }
  .column .block-addbysku .action.remove.disabled,
  .column .block-addbysku .action.remove[disabled],
  fieldset[disabled] .column .block-addbysku .action.remove {
    color: #000000;
    opacity: 0.5;
    cursor: default;
    pointer-events: none;
    text-decoration: underline;
  }
  .products-grid .product-item {
    margin-bottom: 10px;
  }
  .product-item-actions {
    display: block;
    /*                .products-grid & {
                                    margin: @indent__s 0;
                                }*/
  }
  .product-item-actions .actions-primary + .actions-secondary > * {
    white-space: normal;
  }
  .products-grid .product-item {
    width: 33.33333333%;
  }
  .page-products .products-grid .product-item,
  .page-layout-1column .products-grid .product-item,
  .page-layout-3columns .products-grid .product-item,
  .page-products.page-layout-1column .products-grid .product-item,
  .page-products.page-layout-3columns .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 4%) / 3);
  }
  .page-products .products-grid .product-item:nth-child(3n + 1),
  .page-layout-1column .products-grid .product-item:nth-child(3n + 1),
  .page-layout-3columns .products-grid .product-item:nth-child(3n + 1),
  .page-products.page-layout-1column .products-grid .product-item:nth-child(3n + 1),
  .page-products.page-layout-3columns .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
  .multicheckout .actions-toolbar .secondary {
    float: none;
    margin-top: 11px;
    text-align: right;
  }
  .multicheckout .actions-toolbar .secondary .action {
    margin-left: 15px;
  }
  .multicheckout .actions-toolbar .secondary .action.back {
    display: block;
    float: left;
  }
  .multicheckout .item-options {
    margin: 30px 0 0;
  }
  .multicheckout .block-content .box {
    margin-bottom: 0;
  }
  .multicheckout .block-shipping .box {
    float: left;
    width: 25%;
  }
  .multicheckout .block-shipping .box-shipping-method {
    padding-left: 37.5px;
    padding-right: 37.5px;
    width: 50%;
  }
  .multicheckout .block-shipping .box-shipping-method .fieldset .field:before {
    display: none;
  }
  .multicheckout .block-billing .box-billing-address {
    float: left;
    width: 25%;
  }
  .multicheckout .block-billing .box-billing-method {
    float: left;
    padding-left: 37.5px;
    width: 50%;
  }
  .multicheckout.form.address .table-wrapper .applicable {
    margin: 7px 0 0;
  }
  .multicheckout.order-review .box-items {
    clear: left;
    float: none;
    padding-top: 60px;
    width: auto;
  }
  .multicheckout.order-review .col.item {
    width: 75%;
  }
  .multicheckout .methods-payment .item-content > .fieldset {
    width: auto;
  }
  .multicheckout .methods-payment .item-content > .fieldset .field.cvv {
    display: inline-block;
    width: auto;
  }
  .multicheckout .methods-payment .fieldset > .field:not(.choice) > .label {
    float: none;
    margin-bottom: 8px;
    text-align: left;
    width: auto;
  }
  .multicheckout .methods-payment .fieldset > .field:not(.choice):not(.cvv) .control {
    width: 100%;
  }
  .review-form {
    max-width: 500px;
  }
  .review-ratings {
    float: left;
    margin-bottom: 0;
    max-width: 220px;
  }
  .review-ratings ~ .review-content,
  .review-ratings ~ .review-details {
    margin-left: 280px;
  }
  .review-toolbar {
    margin: 0 0 30px;
  }
  .review-toolbar .pages {
    padding: 30px 0;
  }
  .fieldset .review-legend.legend {
    margin-bottom: 30px;
  }
  .review-item {
    padding: 30px 0;
  }
  .review-title {
    margin: 0 0 30px;
  }
  .wishlist-index-index .products-grid .product-item {
    margin-bottom: 30px;
  }
  .wishlist-index-index .products-grid .product-item-actions {
    margin: 0;
  }
  .block.widget .products-grid .product-item,
  .page-layout-1column .block.widget .products-grid .product-item,
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 33.33333333%;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 4%) / 3);
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.account.vault-cards-listaction .page-title-wrapper {
  display: none;
}
.account.vault-cards-listaction .address-select-modal__form-container {
  margin-bottom: 30px;
}
.account.vault-cards-listaction .address-select-modal__form-container > div {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
.account.vault-cards-listaction .address-select-modal__form-container > div > div {
  margin-top: 15px;
}
.account.vault-cards-listaction .field.company,
.account.vault-cards-listaction .field.choice.set.billing,
.account.vault-cards-listaction .field.choice.set.shipping,
.account.vault-cards-listaction .primary[data-action='save-address'] {
  display: none !important;
}
.account.vault-cards-listaction #form-validate {
  display: none;
}
.account.vault-cards-listaction [for='repeat_order_cc_number'] + .control {
  position: relative;
}
.account.vault-cards-listaction .account-section__title-view-all-link {
  display: block;
  margin-bottom: 45px;
}
.account.vault-cards-listaction .braintree-credit-card-types {
  display: flex;
  flex-wrap: wrap;
}
.account.vault-cards-listaction .braintree-credit-card-types .item {
  margin-right: 5px;
  margin-top: 5px;
}
.account.vault-cards-listaction .braintree-credit-card-types .item:last-child {
  margin-right: 0;
}
.account.vault-cards-listaction .braintree-credit-card-types img {
  height: 24px;
}
.account.vault-cards-listaction .separator {
  margin: 15px 15px 0;
}
.account.vault-cards-listaction .address-select-container {
  border: 1px solid #cccccc;
  border-radius: 2px;
  padding: 37.5px;
}
.account.vault-cards-listaction #braintree_submit {
  font-size: 1.6rem;
  border-radius: 3px;
  box-shadow: none;
  box-sizing: border-box;
  color: #ffffff;
  height: 40px;
  margin: 15px 0;
  padding: 0 30px;
}
.account.vault-cards-listaction .subs-modal-overlay {
  background-color: #000000;
  height: 100%;
  left: 0;
  opacity: 0.3;
  position: fixed;
  top: 0;
  width: 100%;
}
.account.vault-cards-listaction #paypal_container {
  margin: auto;
  max-width: 360px;
}
.account.vault-cards-listaction .add-methods {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin-bottom: 45px;
}
.account.vault-cards-listaction .add-method {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  border: 1px solid #cccccc;
  border-radius: 2px;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  padding: 3px;
  width: 50%;
}
.account.vault-cards-listaction .add-method:hover {
  border-color: #797777;
}
.account.vault-cards-listaction .add-method:first-child {
  margin-right: 35px;
}
.account.vault-cards-listaction .add-method > div {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px 15px;
}
.account.vault-cards-listaction .add-method > div p {
  font-weight: 700;
  padding-top: 15px;
}
.account.vault-cards-listaction .add-method .icon-container {
  background: #f0f0f0;
  border-radius: 0 0 1px 1px;
  height: 100%;
  padding: 15px 0;
  width: 100%;
}
.account.vault-cards-listaction .add-method .icon-container ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  list-style: none;
  margin: 0;
  max-width: 160px;
  padding: 0;
  width: 100%;
}
.account.vault-cards-listaction .add-method .icon-container ul li {
  margin: 0;
  width: 25%;
}
.account.vault-cards-listaction .add-method .icon-container ul li img {
  height: 24px;
}
.account.vault-cards-listaction .subs-modal {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  height: 100%;
  justify-content: center;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}
.account.vault-cards-listaction .subs-modal__box {
  -moz-box-shadow: 0 4px 15px 5px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 4px 15px 5px rgba(0, 0, 0, 0.25);
  background-color: #ffffff;
  box-shadow: 0 4px 15px 5px rgba(0, 0, 0, 0.25);
  margin: 30px;
  max-width: 610px;
  overflow-y: auto;
  padding: 60px 30px;
  position: relative;
  text-align: center;
  width: 100%;
}
.account.vault-cards-listaction .subs-modal__close-button {
  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;
  box-shadow: none !important;
  cursor: pointer;
  position: absolute;
  right: 30px;
  top: 30px;
}
.account.vault-cards-listaction .subs-modal__close-button:focus,
.account.vault-cards-listaction .subs-modal__close-button:active {
  background: none;
  border: none;
}
.account.vault-cards-listaction .subs-modal__close-button:hover {
  background: none;
  border: none;
}
.account.vault-cards-listaction .subs-modal__close-button.disabled,
.account.vault-cards-listaction .subs-modal__close-button[disabled],
fieldset[disabled] .account.vault-cards-listaction .subs-modal__close-button {
  pointer-events: none;
  opacity: 0.5;
}
.account.vault-cards-listaction .subs-modal__screen-reader-label {
  display: none;
}
.account.vault-cards-listaction .subs-modal__title {
  text-align: center;
}
.account.vault-cards-listaction .add-card-modal .subs-modal__box {
  padding: 30px;
}
.account.vault-cards-listaction .add-card-modal form {
  margin: 0;
}
.account.vault-cards-listaction .add-card-modal legend {
  border-bottom: none !important;
  margin-bottom: 30px !important;
  padding-bottom: 0 !important;
}
.account.vault-cards-listaction .add-paypal-modal span,
.account.vault-cards-listaction .add-paypal-modal p {
  font-weight: 500;
  margin: 45px 0;
}
.account.vault-cards-listaction #co-transparent-form-braintree .fieldset {
  max-width: 400px;
}
.braintree-three-d-modal {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  visibility: visible;
  width: 100vw;
  z-index: #000000;
}
.braintree-three-d-modal .bt-modal-frame {
  background-color: #ffffff;
  border-radius: 6px;
  height: 420px;
  margin: auto;
  width: 440px;
  z-index: 2;
}
.braintree-three-d-modal .bt-modal-body {
  background-color: #ffffff;
  border: 1px solid lightgray;
  height: 380px;
  margin: 20px;
}
.braintree-three-d-modal .bt-mask {
  background-color: #000000;
  height: 100%;
  left: 0;
  opacity: 0.75;
  position: absolute;
  top: 0;
  width: 100%;
}
.braintree-applepay-container-product {
  display: inline-block;
}
.braintree-applepay-container-product .braintree-apple-pay-button {
  margin: 0;
  margin-bottom: 15px;
  padding: 10px 0;
}
.braintree-apple-pay-button {
  -apple-pay-button-type: plain;
  -webkit-appearance: -apple-pay-button;
  background-color: #000000;
  background-image: -webkit-named-image(apple-pay-logo-black);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100% calc(60% + 2px);
  border: 1px solid #000000;
  border-radius: 5px;
  cursor: pointer;
  display: block;
  margin: 20px auto;
  min-height: 40px;
  padding: 2px;
  transition: background-color 0.15s;
  width: 200px;
}
.braintree-applepay-minicart.minicart .braintree-apple-pay-button,
.braintree-applepay-minicart.cart .braintree-apple-pay-button {
  width: 100%;
}
.ppcredit-summary {
  background: linear-gradient(to right, #009cde, braintree_color-ppcredit-dark);
  color: #ffffff;
  margin: 10px 0;
  padding: 15px;
  text-align: center;
}
.ppcreditcalc-container {
  background: #ffffff;
  border: 1px solid #dedede;
}
.ppcreditcalc-header {
  background: #ffffff;
  padding: 15px;
}
.ppcreditcalc-legal {
  background-color: #eeeeee;
  border-top: 1px solid #dedede;
  font-size: 1.2rem;
  line-height: 2rem;
  padding: 15px;
}
.ppcreditcalc-instalments {
  background-color: #eeeeee;
  border-bottom: 1px solid #dedede;
  border-top: 1px solid #dedede;
  list-style: none;
  margin: 0;
  padding: 0;
}
.ppcreditcalc-instalments li {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.ppcreditcalc-instalments-term {
  color: #000000;
  display: block;
  padding: 10px 15px;
}
.ppcreditcalc-instalments-term:hover {
  background: braintree_color-ppcredit-light;
  color: #ffffff;
  text-decoration: none;
}
.ppcreditcalc-instalments-term.active {
  background: braintree_color-ppcredit-dark;
  color: #ffffff;
}
.ppcreditcalc-instalment-summary {
  padding: 15px;
}
.ppcreditcalc-instalment-summary dl {
  margin: 0;
}
.ppcreditcalc-instalment-summary dt {
  display: inline-block;
  width: 50%;
}
.ppcreditcalc-instalment-summary dd {
  display: inline-block;
}
#braintree_expirationDate {
  width: 90px;
}
button.braintree-googlepay-button,
.cart.table-wrapper .actions-toolbar > .action.braintree-googlepay-button,
.quote-details-items .actions-toolbar > .action.braintree-googlepay-button,
.action-gift.braintree-googlepay-button {
  background-origin: content-box;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  border: 0;
  border-radius: 4px;
  box-shadow: rgba(60, 64, 67, 0.3) 0 1px 1px 0, rgba(60, 64, 67, 0.15) 0 1px 3px 1px;
  cursor: pointer;
  height: 40px;
  min-height: 40px;
  padding: 11px 24px;
}
button.braintree-googlepay-button.black,
.cart.table-wrapper .actions-toolbar > .action.braintree-googlepay-button.black,
.quote-details-items .actions-toolbar > .action.braintree-googlepay-button.black,
.action-gift.braintree-googlepay-button.black {
  background-color: #000000;
  box-shadow: none;
  padding: 12px 24px 15px;
}
button.braintree-googlepay-button.white,
.cart.table-wrapper .actions-toolbar > .action.braintree-googlepay-button.white,
.quote-details-items .actions-toolbar > .action.braintree-googlepay-button.white,
.action-gift.braintree-googlepay-button.white {
  background-color: #ffffff;
}
button.braintree-googlepay-button.short,
.cart.table-wrapper .actions-toolbar > .action.braintree-googlepay-button.short,
.quote-details-items .actions-toolbar > .action.braintree-googlepay-button.short,
.action-gift.braintree-googlepay-button.short {
  min-width: 90px;
  width: 160px;
}
button.braintree-googlepay-button.black.short,
.cart.table-wrapper .actions-toolbar > .action.braintree-googlepay-button.black.short,
.quote-details-items .actions-toolbar > .action.braintree-googlepay-button.black.short,
.action-gift.braintree-googlepay-button.black.short {
  background-image: url(https://www.gstatic.com/instantbuy/svg/dark_gpay.svg);
}
button.braintree-googlepay-button.white.short,
.cart.table-wrapper .actions-toolbar > .action.braintree-googlepay-button.white.short,
.quote-details-items .actions-toolbar > .action.braintree-googlepay-button.white.short,
.action-gift.braintree-googlepay-button.white.short {
  background-image: url(https://www.gstatic.com/instantbuy/svg/light_gpay.svg);
}
button.braintree-googlepay-button.black:active,
.cart.table-wrapper .actions-toolbar > .action.braintree-googlepay-button.black:active,
.quote-details-items .actions-toolbar > .action.braintree-googlepay-button.black:active,
.action-gift.braintree-googlepay-button.black:active {
  background-color: #5f6368;
}
button.braintree-googlepay-button.black:hover,
.cart.table-wrapper .actions-toolbar > .action.braintree-googlepay-button.black:hover,
.quote-details-items .actions-toolbar > .action.braintree-googlepay-button.black:hover,
.action-gift.braintree-googlepay-button.black:hover {
  background-color: #3c4043;
}
button.braintree-googlepay-button.white:active,
.cart.table-wrapper .actions-toolbar > .action.braintree-googlepay-button.white:active,
.quote-details-items .actions-toolbar > .action.braintree-googlepay-button.white:active,
.action-gift.braintree-googlepay-button.white:active {
  background-color: #ffffff;
}
button.braintree-googlepay-button.white:focus,
.cart.table-wrapper .actions-toolbar > .action.braintree-googlepay-button.white:focus,
.quote-details-items .actions-toolbar > .action.braintree-googlepay-button.white:focus,
.action-gift.braintree-googlepay-button.white:focus {
  box-shadow: #e8e8e8 0 1px 1px 0, #e8e8e8 0 1px 3px;
}
button.braintree-googlepay-button.white:hover,
.cart.table-wrapper .actions-toolbar > .action.braintree-googlepay-button.white:hover,
.quote-details-items .actions-toolbar > .action.braintree-googlepay-button.white:hover,
.action-gift.braintree-googlepay-button.white:hover {
  background-color: #f8f8f8;
}
button.braintree-googlepay-button.long,
.cart.table-wrapper .actions-toolbar > .action.braintree-googlepay-button.long,
.quote-details-items .actions-toolbar > .action.braintree-googlepay-button.long,
.action-gift.braintree-googlepay-button.long {
  min-width: 152px;
  width: 240px;
}
button.braintree-googlepay-button.white.long,
.cart.table-wrapper .actions-toolbar > .action.braintree-googlepay-button.white.long,
.quote-details-items .actions-toolbar > .action.braintree-googlepay-button.white.long,
.action-gift.braintree-googlepay-button.white.long {
  background-image: url(https://www.gstatic.com/instantbuy/svg/light/en.svg);
}
button.braintree-googlepay-button.black.long,
.cart.table-wrapper .actions-toolbar > .action.braintree-googlepay-button.black.long,
.quote-details-items .actions-toolbar > .action.braintree-googlepay-button.black.long,
.action-gift.braintree-googlepay-button.black.long {
  background-image: url(https://www.gstatic.com/instantbuy/svg/dark/en.svg);
}
.googlepay-minicart-logo.minicart .braintree-googlepay-button.long,
.googlepay-minicart-logo.cart .braintree-googlepay-button.long {
  width: 100%;
}
.googlepay-minicart-logo {
  margin-top: 15px;
  text-align: center;
}
.checkout-payment-method .credit-card-types.braintree-credit-card-types img {
  -webkit-filter: none;
  -webkit-transition: none;
  width: 30px;
}
.braintree-card-control {
  position: relative;
}
.braintree-credit-card-selected {
  left: 15px;
  position: absolute;
  z-index: 10;
}
.braintree-paypal-logo.oneclick-container {
  width: 100%;
}
#payment_form_braintree_ach_direct_debit .field > .fields .field .label {
  font-weight: 600;
}
#payment_form_braintree_ach_direct_debit .field > .fields .field.required > .label:after {
  color: #e02b27;
  content: '*';
  font-size: 1.8rem;
  margin: 0 0 0 5px;
}
#payment_form_braintree_ach_direct_debit .field > .fields .field .control {
  margin: 15px 15px 0 0;
}
#payment_form_braintree_ach_direct_debit .field > .fields .field .control input[type='text']::placeholder,
#payment_form_braintree_ach_direct_debit .field > .fields .field .control input[type='number']::placeholder {
  color: lightgrey;
}
#payment-method-braintree-lpm .primary {
  width: 100%;
}
#payment-method-braintree-lpm .primary .action {
  margin-bottom: 12px;
  width: 100%;
}
#payment-method-braintree-lpm .primary .action img {
  height: 40px;
}
#payment-method-braintree-applepay #braintree_applepay_enable_vault {
  padding-top: 20px;
}
#payment-method-braintree-cc-vault .field.required .label,
#payment-method-braintree-applepay-vault .field.required .label {
  font-weight: 600;
}
#payment-method-braintree-cc-vault .field.required .label:after,
#payment-method-braintree-applepay-vault .field.required .label:after {
  content: '*';
  color: #e02b27;
  font-size: 1.8rem;
  margin: 0 0 0 5px;
}
#payment-method-braintree-cc-vault .field .hosted-control,
#payment-method-braintree-applepay-vault .field .hosted-control {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  box-sizing: border-box;
  font-family: 'Lato Regular', sans-serif, Arial;
  font-size: 1.4rem;
  height: 32px;
  padding: 0 9px;
  position: relative;
  vertical-align: baseline;
  width: 5rem;
}
#payment-method-braintree-cc-vault .field .hosted-control.braintree-hosted-fields-invalid:not(.braintree-hosted-fields-focused) ~ .hosted-error,
#payment-method-braintree-applepay-vault .field .hosted-control.braintree-hosted-fields-invalid:not(.braintree-hosted-fields-focused) ~ .hosted-error {
  height: auto;
  opacity: 1;
}
#payment-method-braintree-cc-vault .field .hosted-error,
#payment-method-braintree-applepay-vault .field .hosted-error {
  clear: both;
  color: #e02b27;
  font-size: 1.2rem;
  height: 0;
  margin-top: 7px;
  opacity: 0;
}
.braintree-paypal-fieldset {
  display: none;
}
.braintree-paypal-buttons,
.braintree-paypal-vault {
  margin-top: 30px;
}
.payment-method-braintree .hosted-control {
  border: 1px solid #c2c2c2;
  height: 32px;
  max-width: 300px;
  padding: 8px 15px;
}
.payment-method-braintree .hosted-control.braintree-hosted-fields-invalid:not(.braintree-hosted-fields-focused) ~ .hosted-error {
  height: auto;
  opacity: 1;
}
.payment-method-braintree .hosted-error {
  clear: both;
  color: #e02b27;
  font-size: 1.2rem;
  height: 0;
  margin-top: 7px;
  opacity: 0;
}
.payment-method-braintree .cvv {
  max-width: 200px;
  position: relative;
}
.payment-method-braintree .cvv .field-tooltip {
  right: 45px;
  top: 15px;
}
#braintree_cc_number {
  padding-left: 68px;
}
.braintree-express-payments {
  display: flex;
  flex-wrap: wrap;
}
.braintree-express-payments > div {
  display: flex;
  flex-wrap: wrap;
}
.braintree-express-payments span {
  display: block;
  font-size: 18px;
  margin: 30px 0;
}
.braintree-express-payments span.express-payment-title {
  width: 100%;
}
.braintree-express-payments span.express-payment-subtitle {
  align-items: center;
  display: flex;
  position: relative;
  width: 100%;
}
.braintree-express-payments span.express-payment-subtitle > span {
  background: #ffffff;
  display: block;
  margin: 0 auto;
  padding: 0 7.5px;
}
.braintree-express-payments span.express-payment-subtitle:before {
  background: #cccccc;
  content: '';
  display: block;
  height: 1px;
  position: absolute;
  width: 100%;
  z-index: -1;
}
.braintree-express-payments > div > div {
  margin-top: 7.5px;
  padding-right: 7.5px;
  width: 240px;
}
.braintree-express-payments .braintree-googlepay-button,
.braintree-express-payments .braintree-apple-pay-button {
  margin: 0;
  min-height: 30px;
}
.braintree-express-payments .braintree-googlepay-button {
  height: 35px;
}
.braintree-express-payments .braintree-apple-pay-button {
  height: 29px;
  width: 234px;
}
/** css related to Uppy **/
.uppy-Dashboard-progressindicators,
.uppy-Dashboard-close,
.uppy-Dashboard-dropFilesHereHint,
.uppy-Dashboard-inner{
    display:none;
}

.image.image-placeholder #fileUploader{
    border:500px solid transparent;
    bottom:0;
    cursor:pointer;
    font-size:10em;
    height:100%;
    left:0;
    opacity:0;
    position:absolute;
    right:0;
    top:0;
    width:100%;
    z-index:3
}
@font-face {
  font-family: 'Magento-Icons';
  src: url('../../frontend/Harriswebworks/westrocksupply/en_US/Magezon_Core/fonts/Magento-Icons/Magento-Icons.eot');
  src: url('../../frontend/Harriswebworks/westrocksupply/en_US/Magezon_Core/fonts/Magento-Icons/Magento-Icons.eot?#iefix') format('embedded-opentype'), url('../../frontend/Harriswebworks/westrocksupply/en_US/Magezon_Core/fonts/Magento-Icons/Magento-Icons.woff2') format('woff2'), url('../../frontend/Harriswebworks/westrocksupply/en_US/Magezon_Core/fonts/Magento-Icons/Magento-Icons.woff') format('woff'), url('../../frontend/Harriswebworks/westrocksupply/en_US/Magezon_Core/fonts/Magento-Icons/Magento-Icons.ttf') format('truetype'), url('../../frontend/Harriswebworks/westrocksupply/en_US/Magezon_Core/fonts/Magento-Icons/Magento-Icons.svg#Magento-Icons') format('svg');
  font-weight: normal;
  font-style: normal;
}
.spinner {
  display: inline-block;
  font-size: 4rem;
  height: 1em;
  margin-right: 1.5rem;
  position: relative;
  width: 1em;
}
.spinner > span {
  -webkit-transform: scale(0.4);
  -moz-transform: scale(0.4);
  -ms-transform: scale(0.4);
  transform: scale(0.4);
  -webkit-animation-name: fade;
  -moz-animation-name: fade;
  -ms-animation-name: fade;
  animation-name: fade;
  -webkit-animation-duration: .72s;
  -moz-animation-duration: .72s;
  -ms-animation-duration: .72s;
  animation-duration: .72s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: normal;
  -moz-animation-direction: normal;
  -ms-animation-direction: normal;
  animation-direction: normal;
  background-color: #fff;
  border-radius: 6px;
  clip: rect(0 0.28571429em 0.1em 0);
  height: .1em;
  margin-top: .5em;
  position: absolute;
  width: 1em;
}
.spinner > span:nth-child(1) {
  -webkit-animation-delay: 0.27s;
  -moz-animation-delay: 0.27s;
  -ms-animation-delay: 0.27s;
  animation-delay: 0.27s;
  -webkit-transform: rotate(-315deg);
  -moz-transform: rotate(-315deg);
  -ms-transform: rotate(-315deg);
  transform: rotate(-315deg);
}
.spinner > span:nth-child(2) {
  -webkit-animation-delay: 0.36s;
  -moz-animation-delay: 0.36s;
  -ms-animation-delay: 0.36s;
  animation-delay: 0.36s;
  -webkit-transform: rotate(-270deg);
  -moz-transform: rotate(-270deg);
  -ms-transform: rotate(-270deg);
  transform: rotate(-270deg);
}
.spinner > span:nth-child(3) {
  -webkit-animation-delay: 0.45s;
  -moz-animation-delay: 0.45s;
  -ms-animation-delay: 0.45s;
  animation-delay: 0.45s;
  -webkit-transform: rotate(-225deg);
  -moz-transform: rotate(-225deg);
  -ms-transform: rotate(-225deg);
  transform: rotate(-225deg);
}
.spinner > span:nth-child(4) {
  -webkit-animation-delay: 0.54s;
  -moz-animation-delay: 0.54s;
  -ms-animation-delay: 0.54s;
  animation-delay: 0.54s;
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.spinner > span:nth-child(5) {
  -webkit-animation-delay: 0.63s;
  -moz-animation-delay: 0.63s;
  -ms-animation-delay: 0.63s;
  animation-delay: 0.63s;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.spinner > span:nth-child(6) {
  -webkit-animation-delay: 0.72s;
  -moz-animation-delay: 0.72s;
  -ms-animation-delay: 0.72s;
  animation-delay: 0.72s;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.spinner > span:nth-child(7) {
  -webkit-animation-delay: 0.81s;
  -moz-animation-delay: 0.81s;
  -ms-animation-delay: 0.81s;
  animation-delay: 0.81s;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.spinner > span:nth-child(8) {
  -webkit-animation-delay: 0.9;
  -moz-animation-delay: 0.9;
  -ms-animation-delay: 0.9;
  animation-delay: 0.9;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
@-moz-keyframes fade {
  0% {
    background-color: #514943;
  }
  100% {
    background-color: #fff;
  }
}
@-webkit-keyframes fade {
  0% {
    background-color: #514943;
  }
  100% {
    background-color: #fff;
  }
}
@-ms-keyframes fade {
  0% {
    background-color: #514943;
  }
  100% {
    background-color: #fff;
  }
}
@keyframes fade {
  0% {
    background-color: #514943;
  }
  100% {
    background-color: #fff;
  }
}
form.loading .mgz__spinner {
  display: block;
}
.mgz__spinner {
  display: none;
  position: relative;
  width: 186px;
  height: 20px;
  margin: auto;
  position: absolute;
  left: 45%;
  top: 15px;
}
.mgz__spinner .spinner-item {
  position: absolute;
  top: 0;
  background-color: #d8d8d8;
  width: 20px;
  height: 20px;
  animation-name: bounce_fountainG;
  -o-animation-name: bounce_fountainG;
  -ms-animation-name: bounce_fountainG;
  -webkit-animation-name: bounce_fountainG;
  -moz-animation-name: bounce_fountainG;
  animation-duration: 0.645s;
  -o-animation-duration: 0.645s;
  -ms-animation-duration: 0.645s;
  -webkit-animation-duration: 0.645s;
  -moz-animation-duration: 0.645s;
  animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-direction: normal;
  -o-animation-direction: normal;
  -ms-animation-direction: normal;
  -webkit-animation-direction: normal;
  -moz-animation-direction: normal;
  transform: scale(0.3);
  -o-transform: scale(0.3);
  -ms-transform: scale(0.3);
  -webkit-transform: scale(0.3);
  -moz-transform: scale(0.3);
  border-radius: 15px;
  -o-border-radius: 15px;
  -ms-border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
}
.mgz__spinner .spinner-item.spinner-item-1 {
  left: 0;
  animation-delay: 0.256s;
  -o-animation-delay: 0.256s;
  -ms-animation-delay: 0.256s;
  -webkit-animation-delay: 0.256s;
  -moz-animation-delay: 0.256s;
}
.mgz__spinner .spinner-item.spinner-item-2 {
  left: 20px;
  animation-delay: 0.3225s;
  -o-animation-delay: 0.3225s;
  -ms-animation-delay: 0.3225s;
  -webkit-animation-delay: 0.3225s;
  -moz-animation-delay: 0.3225s;
}
.mgz__spinner .spinner-item.spinner-item-3 {
  left: 40px;
  animation-delay: 0.389s;
  -o-animation-delay: 0.389s;
  -ms-animation-delay: 0.389s;
  -webkit-animation-delay: 0.389s;
  -moz-animation-delay: 0.389s;
}
.mgz__spinner .spinner-item.spinner-item-4 {
  left: 60px;
  animation-delay: 0.4555s;
  -o-animation-delay: 0.4555s;
  -ms-animation-delay: 0.4555s;
  -webkit-animation-delay: 0.4555s;
  -moz-animation-delay: 0.4555s;
}
.mgz__spinner .spinner-item.spinner-item-5 {
  left: 80px;
  animation-delay: 0.522s;
  -o-animation-delay: 0.522s;
  -ms-animation-delay: 0.522s;
  -webkit-animation-delay: 0.522s;
  -moz-animation-delay: 0.522s;
}
.mgz__spinner .spinner-item.spinner-item-6 {
  left: 100px;
  animation-delay: 0.5885s;
  -o-animation-delay: 0.5885s;
  -ms-animation-delay: 0.5885s;
  -webkit-animation-delay: 0.5885s;
  -moz-animation-delay: 0.5885s;
}
.mgz__spinner .spinner-item.spinner-item-7 {
  left: 120px;
  animation-delay: 0.645s;
  -o-animation-delay: 0.645s;
  -ms-animation-delay: 0.645s;
  -webkit-animation-delay: 0.645s;
  -moz-animation-delay: 0.645s;
}
.mgz__spinner .spinner-item.spinner-item-8 {
  left: 140px;
  animation-delay: 0.7115s;
  -o-animation-delay: 0.7115s;
  -ms-animation-delay: 0.7115s;
  -webkit-animation-delay: 0.7115s;
  -moz-animation-delay: 0.7115s;
}
@keyframes bounce_fountainG {
  0% {
    transform: scale(1);
    background-color: #d8d8d8;
  }
  100% {
    transform: scale(0.3);
    background-color: #d8d8d8;
  }
}
@-o-keyframes bounce_fountainG {
  0% {
    -o-transform: scale(1);
    background-color: #d8d8d8;
  }
  100% {
    -o-transform: scale(0.3);
    background-color: #d8d8d8;
  }
}
@-ms-keyframes bounce_fountainG {
  0% {
    -ms-transform: scale(1);
    background-color: #d8d8d8;
  }
  100% {
    -ms-transform: scale(0.3);
    background-color: #d8d8d8;
  }
}
@-webkit-keyframes bounce_fountainG {
  0% {
    -webkit-transform: scale(1);
    background-color: #d8d8d8;
  }
  100% {
    -webkit-transform: scale(0.3);
    background-color: #d8d8d8;
  }
}
@-moz-keyframes bounce_fountainG {
  0% {
    -moz-transform: scale(1);
    background-color: #d8d8d8;
  }
  100% {
    -moz-transform: scale(0.3);
    background-color: #d8d8d8;
  }
}
.mgz__page-actions.page-main-actions {
  margin: 0 0 3rem;
  background: #f8f8f8;
  border-bottom: 1px solid #e3e3e3;
  border-top: 1px solid #e3e3e3;
  padding: 1.5rem;
}
.mgz__page-actions.page-main-actions .page-actions .page-actions-buttons {
  float: right;
  justify-content: flex-end;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.mgz__page-actions.page-main-actions .page-actions .page-actions-buttons button {
  background-color: transparent;
  text-shadow: none;
  color: #41362f;
  font-size: 1.6rem;
  letter-spacing: .025em;
  padding-bottom: .8875em;
  padding-top: .8875em;
  border-color: transparent;
  box-shadow: none;
  margin-left: 1.3rem;
  font-weight: 600;
}
.mgz__page-actions.page-main-actions .page-actions .page-actions-buttons button.primary {
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
  background-color: #eb5202;
  border-color: #eb5202;
  color: #fff;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.25);
}
.mgz__page-actions.page-main-actions .page-actions .page-actions-buttons button.primary:hover {
  background-color: #ba4000;
  border-color: #b84002;
  box-shadow: 0 0 0 1px #007bdb;
  color: #fff;
  text-decoration: none;
}
.mgz__page-actions.page-main-actions .page-actions .page-actions-buttons button.action-secondary {
  background-color: #514943;
  border-color: #514943;
  color: #fff;
}
.mgz__page-actions.page-main-actions .page-actions .page-actions-buttons button.action-secondary:hover {
  background-color: #35302c;
  border-color: #35302c;
  box-shadow: 0 0 0 1px #007bdb;
}
.mgz__page-actions.page-main-actions .page-actions .page-actions-buttons > button.back {
  float: left;
  -ms-flex-order: -1;
  -webkit-order: -1;
  order: -1;
  margin-left: 1.3rem;
}
@media (max-width: 480px) {
  .mgz__page-actions.page-main-actions .page-actions .page-actions-buttons {
    display: block;
  }
  .mgz__page-actions.page-main-actions .page-actions .page-actions-buttons button.back {
    margin: 0;
  }
}
.mgz__page-actions.page-main-actions .page-actions:before,
.mgz__page-actions.page-main-actions .page-actions:after {
  content: '';
  display: table;
  clear: both;
}
.mgz__page-actions.page-main-actions .page-actions #back:before {
  content: '\e626';
  margin-right: .5em;
  position: relative;
  top: 1px;
  font-family: 'Magento-Icons';
}
@media (max-width: 480px) {
  .mgz__page-actions.page-main-actions .page-actions .page-actions-buttons {
    text-align: center;
  }
  .mgz__page-actions.page-main-actions .page-actions .page-actions-buttons button {
    margin-left: 0;
  }
}
.sidebar {
  max-width: 100%;
}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit;box-shadow: none;}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(../../frontend/Harriswebworks/westrocksupply/en_US/Magezon_Core/css/owlcarousel/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
.owl-carousel .owl-dots,.owl-carousel .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-carousel .owl-nav{margin-top:10px}.owl-carousel .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-carousel .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-carousel .owl-nav .disabled{opacity:.5;cursor:default}.owl-carousel .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-carousel .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-carousel .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-carousel .owl-dots .owl-dot.active span,.owl-carousel .owl-dots .owl-dot:hover span{background:#869791}@charset "UTF-8";

/*!
 * animate.css -https://daneden.github.io/animate.css/
 * Version - 3.7.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2019 Daniel Eden
 */

@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}

@keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }

  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }

  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

.animated.fast {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
}

.animated.faster {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}

.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}

@media (print), (prefers-reduced-motion: reduce) {
  .animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-transition-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
  }
}/*!
 * Font Awesome Free 5.8.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
/*!
 * Font Awesome Free 5.8.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.mgz-fa,
.fas,
.far,
.fal,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
/* makes the font 33% larger relative to the icon container */
.mgz-fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}
.mgz-fa-xs {
  font-size: 0.75em;
}
.mgz-fa-sm {
  font-size: 0.875em;
}
.mgz-fa-1x {
  font-size: 1em;
}
.mgz-fa-2x {
  font-size: 2em;
}
.mgz-fa-3x {
  font-size: 3em;
}
.mgz-fa-4x {
  font-size: 4em;
}
.mgz-fa-5x {
  font-size: 5em;
}
.mgz-fa-6x {
  font-size: 6em;
}
.mgz-fa-7x {
  font-size: 7em;
}
.mgz-fa-8x {
  font-size: 8em;
}
.mgz-fa-9x {
  font-size: 9em;
}
.mgz-fa-10x {
  font-size: 10em;
}
.mgz-fa-fw {
  text-align: center;
  width: 1.25em;
}
.mgz-fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}
.mgz-fa-ul > li {
  position: relative;
}
.mgz-fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}
.mgz-fa-border {
  border-radius: 0.1em;
  border: solid 0.08em #eee;
  padding: 0.2em 0.25em 0.15em;
}
.mgz-fa-pull-left {
  float: left;
}
.mgz-fa-pull-right {
  float: right;
}
.mgz-fa.mgz-fa-pull-left,
.fas.mgz-fa-pull-left,
.far.mgz-fa-pull-left,
.fal.mgz-fa-pull-left,
.fab.mgz-fa-pull-left {
  margin-right: 0.3em;
}
.mgz-fa.mgz-fa-pull-right,
.fas.mgz-fa-pull-right,
.far.mgz-fa-pull-right,
.fal.mgz-fa-pull-right,
.fab.mgz-fa-pull-right {
  margin-left: 0.3em;
}
.mgz-fa-spin {
  animation: fa-spin 2s infinite linear;
}
.mgz-fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.mgz-fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}
.mgz-fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}
.mgz-fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}
.mgz-fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}
.mgz-fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}
.mgz-fa-flip-both,
.mgz-fa-flip-horizontal.mgz-fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(-1, -1);
}
:root .mgz-fa-rotate-90,
:root .mgz-fa-rotate-180,
:root .mgz-fa-rotate-270,
:root .mgz-fa-flip-horizontal,
:root .mgz-fa-flip-vertical,
:root .mgz-fa-flip-both {
  filter: none;
}
.mgz-fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2em;
}
.mgz-fa-stack-1x,
.mgz-fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
.mgz-fa-stack-1x {
  line-height: inherit;
}
.mgz-fa-stack-2x {
  font-size: 2em;
}
.mgz-fa-inverse {
  color: #fff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.mgz-fa-500px:before {
  content: "\f26e";
}
.mgz-fa-accessible-icon:before {
  content: "\f368";
}
.mgz-fa-accusoft:before {
  content: "\f369";
}
.mgz-fa-acquisitions-incorporated:before {
  content: "\f6af";
}
.mgz-fa-ad:before {
  content: "\f641";
}
.mgz-fa-address-book:before {
  content: "\f2b9";
}
.mgz-fa-address-card:before {
  content: "\f2bb";
}
.mgz-fa-adjust:before {
  content: "\f042";
}
.mgz-fa-adn:before {
  content: "\f170";
}
.mgz-fa-adobe:before {
  content: "\f778";
}
.mgz-fa-adversal:before {
  content: "\f36a";
}
.mgz-fa-affiliatetheme:before {
  content: "\f36b";
}
.mgz-fa-air-freshener:before {
  content: "\f5d0";
}
.mgz-fa-airbnb:before {
  content: "\f834";
}
.mgz-fa-algolia:before {
  content: "\f36c";
}
.mgz-fa-align-center:before {
  content: "\f037";
}
.mgz-fa-align-justify:before {
  content: "\f039";
}
.mgz-fa-align-left:before {
  content: "\f036";
}
.mgz-fa-align-right:before {
  content: "\f038";
}
.mgz-fa-alipay:before {
  content: "\f642";
}
.mgz-fa-allergies:before {
  content: "\f461";
}
.mgz-fa-amazon:before {
  content: "\f270";
}
.mgz-fa-amazon-pay:before {
  content: "\f42c";
}
.mgz-fa-ambulance:before {
  content: "\f0f9";
}
.mgz-fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.mgz-fa-amilia:before {
  content: "\f36d";
}
.mgz-fa-anchor:before {
  content: "\f13d";
}
.mgz-fa-android:before {
  content: "\f17b";
}
.mgz-fa-angellist:before {
  content: "\f209";
}
.mgz-fa-angle-double-down:before {
  content: "\f103";
}
.mgz-fa-angle-double-left:before {
  content: "\f100";
}
.mgz-fa-angle-double-right:before {
  content: "\f101";
}
.mgz-fa-angle-double-up:before {
  content: "\f102";
}
.mgz-fa-angle-down:before {
  content: "\f107";
}
.mgz-fa-angle-left:before {
  content: "\f104";
}
.mgz-fa-angle-right:before {
  content: "\f105";
}
.mgz-fa-angle-up:before {
  content: "\f106";
}
.mgz-fa-angry:before {
  content: "\f556";
}
.mgz-fa-angrycreative:before {
  content: "\f36e";
}
.mgz-fa-angular:before {
  content: "\f420";
}
.mgz-fa-ankh:before {
  content: "\f644";
}
.mgz-fa-app-store:before {
  content: "\f36f";
}
.mgz-fa-app-store-ios:before {
  content: "\f370";
}
.mgz-fa-apper:before {
  content: "\f371";
}
.mgz-fa-apple:before {
  content: "\f179";
}
.mgz-fa-apple-alt:before {
  content: "\f5d1";
}
.mgz-fa-apple-pay:before {
  content: "\f415";
}
.mgz-fa-archive:before {
  content: "\f187";
}
.mgz-fa-archway:before {
  content: "\f557";
}
.mgz-fa-arrow-alt-circle-down:before {
  content: "\f358";
}
.mgz-fa-arrow-alt-circle-left:before {
  content: "\f359";
}
.mgz-fa-arrow-alt-circle-right:before {
  content: "\f35a";
}
.mgz-fa-arrow-alt-circle-up:before {
  content: "\f35b";
}
.mgz-fa-arrow-circle-down:before {
  content: "\f0ab";
}
.mgz-fa-arrow-circle-left:before {
  content: "\f0a8";
}
.mgz-fa-arrow-circle-right:before {
  content: "\f0a9";
}
.mgz-fa-arrow-circle-up:before {
  content: "\f0aa";
}
.mgz-fa-arrow-down:before {
  content: "\f063";
}
.mgz-fa-arrow-left:before {
  content: "\f060";
}
.mgz-fa-arrow-right:before {
  content: "\f061";
}
.mgz-fa-arrow-up:before {
  content: "\f062";
}
.mgz-fa-arrows-alt:before {
  content: "\f0b2";
}
.mgz-fa-arrows-alt-h:before {
  content: "\f337";
}
.mgz-fa-arrows-alt-v:before {
  content: "\f338";
}
.mgz-fa-artstation:before {
  content: "\f77a";
}
.mgz-fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.mgz-fa-asterisk:before {
  content: "\f069";
}
.mgz-fa-asymmetrik:before {
  content: "\f372";
}
.mgz-fa-at:before {
  content: "\f1fa";
}
.mgz-fa-atlas:before {
  content: "\f558";
}
.mgz-fa-atlassian:before {
  content: "\f77b";
}
.mgz-fa-atom:before {
  content: "\f5d2";
}
.mgz-fa-audible:before {
  content: "\f373";
}
.mgz-fa-audio-description:before {
  content: "\f29e";
}
.mgz-fa-autoprefixer:before {
  content: "\f41c";
}
.mgz-fa-avianex:before {
  content: "\f374";
}
.mgz-fa-aviato:before {
  content: "\f421";
}
.mgz-fa-award:before {
  content: "\f559";
}
.mgz-fa-aws:before {
  content: "\f375";
}
.mgz-fa-baby:before {
  content: "\f77c";
}
.mgz-fa-baby-carriage:before {
  content: "\f77d";
}
.mgz-fa-backspace:before {
  content: "\f55a";
}
.mgz-fa-backward:before {
  content: "\f04a";
}
.mgz-fa-bacon:before {
  content: "\f7e5";
}
.mgz-fa-balance-scale:before {
  content: "\f24e";
}
.mgz-fa-ban:before {
  content: "\f05e";
}
.mgz-fa-band-aid:before {
  content: "\f462";
}
.mgz-fa-bandcamp:before {
  content: "\f2d5";
}
.mgz-fa-barcode:before {
  content: "\f02a";
}
.mgz-fa-bars:before {
  content: "\f0c9";
}
.mgz-fa-baseball-ball:before {
  content: "\f433";
}
.mgz-fa-basketball-ball:before {
  content: "\f434";
}
.mgz-fa-bath:before {
  content: "\f2cd";
}
.mgz-fa-battery-empty:before {
  content: "\f244";
}
.mgz-fa-battery-full:before {
  content: "\f240";
}
.mgz-fa-battery-half:before {
  content: "\f242";
}
.mgz-fa-battery-quarter:before {
  content: "\f243";
}
.mgz-fa-battery-three-quarters:before {
  content: "\f241";
}
.mgz-fa-battle-net:before {
  content: "\f835";
}
.mgz-fa-bed:before {
  content: "\f236";
}
.mgz-fa-beer:before {
  content: "\f0fc";
}
.mgz-fa-behance:before {
  content: "\f1b4";
}
.mgz-fa-behance-square:before {
  content: "\f1b5";
}
.mgz-fa-bell:before {
  content: "\f0f3";
}
.mgz-fa-bell-slash:before {
  content: "\f1f6";
}
.mgz-fa-bezier-curve:before {
  content: "\f55b";
}
.mgz-fa-bible:before {
  content: "\f647";
}
.mgz-fa-bicycle:before {
  content: "\f206";
}
.mgz-fa-bimobject:before {
  content: "\f378";
}
.mgz-fa-binoculars:before {
  content: "\f1e5";
}
.mgz-fa-biohazard:before {
  content: "\f780";
}
.mgz-fa-birthday-cake:before {
  content: "\f1fd";
}
.mgz-fa-bitbucket:before {
  content: "\f171";
}
.mgz-fa-bitcoin:before {
  content: "\f379";
}
.mgz-fa-bity:before {
  content: "\f37a";
}
.mgz-fa-black-tie:before {
  content: "\f27e";
}
.mgz-fa-blackberry:before {
  content: "\f37b";
}
.mgz-fa-blender:before {
  content: "\f517";
}
.mgz-fa-blender-phone:before {
  content: "\f6b6";
}
.mgz-fa-blind:before {
  content: "\f29d";
}
.mgz-fa-blog:before {
  content: "\f781";
}
.mgz-fa-blogger:before {
  content: "\f37c";
}
.mgz-fa-blogger-b:before {
  content: "\f37d";
}
.mgz-fa-bluetooth:before {
  content: "\f293";
}
.mgz-fa-bluetooth-b:before {
  content: "\f294";
}
.mgz-fa-bold:before {
  content: "\f032";
}
.mgz-fa-bolt:before {
  content: "\f0e7";
}
.mgz-fa-bomb:before {
  content: "\f1e2";
}
.mgz-fa-bone:before {
  content: "\f5d7";
}
.mgz-fa-bong:before {
  content: "\f55c";
}
.mgz-fa-book:before {
  content: "\f02d";
}
.mgz-fa-book-dead:before {
  content: "\f6b7";
}
.mgz-fa-book-medical:before {
  content: "\f7e6";
}
.mgz-fa-book-open:before {
  content: "\f518";
}
.mgz-fa-book-reader:before {
  content: "\f5da";
}
.mgz-fa-bookmark:before {
  content: "\f02e";
}
.mgz-fa-bootstrap:before {
  content: "\f836";
}
.mgz-fa-bowling-ball:before {
  content: "\f436";
}
.mgz-fa-box:before {
  content: "\f466";
}
.mgz-fa-box-open:before {
  content: "\f49e";
}
.mgz-fa-boxes:before {
  content: "\f468";
}
.mgz-fa-braille:before {
  content: "\f2a1";
}
.mgz-fa-brain:before {
  content: "\f5dc";
}
.mgz-fa-bread-slice:before {
  content: "\f7ec";
}
.mgz-fa-briefcase:before {
  content: "\f0b1";
}
.mgz-fa-briefcase-medical:before {
  content: "\f469";
}
.mgz-fa-broadcast-tower:before {
  content: "\f519";
}
.mgz-fa-broom:before {
  content: "\f51a";
}
.mgz-fa-brush:before {
  content: "\f55d";
}
.mgz-fa-btc:before {
  content: "\f15a";
}
.mgz-fa-buffer:before {
  content: "\f837";
}
.mgz-fa-bug:before {
  content: "\f188";
}
.mgz-fa-building:before {
  content: "\f1ad";
}
.mgz-fa-bullhorn:before {
  content: "\f0a1";
}
.mgz-fa-bullseye:before {
  content: "\f140";
}
.mgz-fa-burn:before {
  content: "\f46a";
}
.mgz-fa-buromobelexperte:before {
  content: "\f37f";
}
.mgz-fa-bus:before {
  content: "\f207";
}
.mgz-fa-bus-alt:before {
  content: "\f55e";
}
.mgz-fa-business-time:before {
  content: "\f64a";
}
.mgz-fa-buysellads:before {
  content: "\f20d";
}
.mgz-fa-calculator:before {
  content: "\f1ec";
}
.mgz-fa-calendar:before {
  content: "\f133";
}
.mgz-fa-calendar-alt:before {
  content: "\f073";
}
.mgz-fa-calendar-check:before {
  content: "\f274";
}
.mgz-fa-calendar-day:before {
  content: "\f783";
}
.mgz-fa-calendar-minus:before {
  content: "\f272";
}
.mgz-fa-calendar-plus:before {
  content: "\f271";
}
.mgz-fa-calendar-times:before {
  content: "\f273";
}
.mgz-fa-calendar-week:before {
  content: "\f784";
}
.mgz-fa-camera:before {
  content: "\f030";
}
.mgz-fa-camera-retro:before {
  content: "\f083";
}
.mgz-fa-campground:before {
  content: "\f6bb";
}
.mgz-fa-canadian-maple-leaf:before {
  content: "\f785";
}
.mgz-fa-candy-cane:before {
  content: "\f786";
}
.mgz-fa-cannabis:before {
  content: "\f55f";
}
.mgz-fa-capsules:before {
  content: "\f46b";
}
.mgz-fa-car:before {
  content: "\f1b9";
}
.mgz-fa-car-alt:before {
  content: "\f5de";
}
.mgz-fa-car-battery:before {
  content: "\f5df";
}
.mgz-fa-car-crash:before {
  content: "\f5e1";
}
.mgz-fa-car-side:before {
  content: "\f5e4";
}
.mgz-fa-caret-down:before {
  content: "\f0d7";
}
.mgz-fa-caret-left:before {
  content: "\f0d9";
}
.mgz-fa-caret-right:before {
  content: "\f0da";
}
.mgz-fa-caret-square-down:before {
  content: "\f150";
}
.mgz-fa-caret-square-left:before {
  content: "\f191";
}
.mgz-fa-caret-square-right:before {
  content: "\f152";
}
.mgz-fa-caret-square-up:before {
  content: "\f151";
}
.mgz-fa-caret-up:before {
  content: "\f0d8";
}
.mgz-fa-carrot:before {
  content: "\f787";
}
.mgz-fa-cart-arrow-down:before {
  content: "\f218";
}
.mgz-fa-cart-plus:before {
  content: "\f217";
}
.mgz-fa-cash-register:before {
  content: "\f788";
}
.mgz-fa-cat:before {
  content: "\f6be";
}
.mgz-fa-cc-amazon-pay:before {
  content: "\f42d";
}
.mgz-fa-cc-amex:before {
  content: "\f1f3";
}
.mgz-fa-cc-apple-pay:before {
  content: "\f416";
}
.mgz-fa-cc-diners-club:before {
  content: "\f24c";
}
.mgz-fa-cc-discover:before {
  content: "\f1f2";
}
.mgz-fa-cc-jcb:before {
  content: "\f24b";
}
.mgz-fa-cc-mastercard:before {
  content: "\f1f1";
}
.mgz-fa-cc-paypal:before {
  content: "\f1f4";
}
.mgz-fa-cc-stripe:before {
  content: "\f1f5";
}
.mgz-fa-cc-visa:before {
  content: "\f1f0";
}
.mgz-fa-centercode:before {
  content: "\f380";
}
.mgz-fa-centos:before {
  content: "\f789";
}
.mgz-fa-certificate:before {
  content: "\f0a3";
}
.mgz-fa-chair:before {
  content: "\f6c0";
}
.mgz-fa-chalkboard:before {
  content: "\f51b";
}
.mgz-fa-chalkboard-teacher:before {
  content: "\f51c";
}
.mgz-fa-charging-station:before {
  content: "\f5e7";
}
.mgz-fa-chart-area:before {
  content: "\f1fe";
}
.mgz-fa-chart-bar:before {
  content: "\f080";
}
.mgz-fa-chart-line:before {
  content: "\f201";
}
.mgz-fa-chart-pie:before {
  content: "\f200";
}
.mgz-fa-check:before {
  content: "\f00c";
}
.mgz-fa-check-circle:before {
  content: "\f058";
}
.mgz-fa-check-double:before {
  content: "\f560";
}
.mgz-fa-check-square:before {
  content: "\f14a";
}
.mgz-fa-cheese:before {
  content: "\f7ef";
}
.mgz-fa-chess:before {
  content: "\f439";
}
.mgz-fa-chess-bishop:before {
  content: "\f43a";
}
.mgz-fa-chess-board:before {
  content: "\f43c";
}
.mgz-fa-chess-king:before {
  content: "\f43f";
}
.mgz-fa-chess-knight:before {
  content: "\f441";
}
.mgz-fa-chess-pawn:before {
  content: "\f443";
}
.mgz-fa-chess-queen:before {
  content: "\f445";
}
.mgz-fa-chess-rook:before {
  content: "\f447";
}
.mgz-fa-chevron-circle-down:before {
  content: "\f13a";
}
.mgz-fa-chevron-circle-left:before {
  content: "\f137";
}
.mgz-fa-chevron-circle-right:before {
  content: "\f138";
}
.mgz-fa-chevron-circle-up:before {
  content: "\f139";
}
.mgz-fa-chevron-down:before {
  content: "\f078";
}
.mgz-fa-chevron-left:before {
  content: "\f053";
}
.mgz-fa-chevron-right:before {
  content: "\f054";
}
.mgz-fa-chevron-up:before {
  content: "\f077";
}
.mgz-fa-child:before {
  content: "\f1ae";
}
.mgz-fa-chrome:before {
  content: "\f268";
}
.mgz-fa-chromecast:before {
  content: "\f838";
}
.mgz-fa-church:before {
  content: "\f51d";
}
.mgz-fa-circle:before {
  content: "\f111";
}
.mgz-fa-circle-notch:before {
  content: "\f1ce";
}
.mgz-fa-city:before {
  content: "\f64f";
}
.mgz-fa-clinic-medical:before {
  content: "\f7f2";
}
.mgz-fa-clipboard:before {
  content: "\f328";
}
.mgz-fa-clipboard-check:before {
  content: "\f46c";
}
.mgz-fa-clipboard-list:before {
  content: "\f46d";
}
.mgz-fa-clock:before {
  content: "\f017";
}
.mgz-fa-clone:before {
  content: "\f24d";
}
.mgz-fa-closed-captioning:before {
  content: "\f20a";
}
.mgz-fa-cloud:before {
  content: "\f0c2";
}
.mgz-fa-cloud-download-alt:before {
  content: "\f381";
}
.mgz-fa-cloud-meatball:before {
  content: "\f73b";
}
.mgz-fa-cloud-moon:before {
  content: "\f6c3";
}
.mgz-fa-cloud-moon-rain:before {
  content: "\f73c";
}
.mgz-fa-cloud-rain:before {
  content: "\f73d";
}
.mgz-fa-cloud-showers-heavy:before {
  content: "\f740";
}
.mgz-fa-cloud-sun:before {
  content: "\f6c4";
}
.mgz-fa-cloud-sun-rain:before {
  content: "\f743";
}
.mgz-fa-cloud-upload-alt:before {
  content: "\f382";
}
.mgz-fa-cloudscale:before {
  content: "\f383";
}
.mgz-fa-cloudsmith:before {
  content: "\f384";
}
.mgz-fa-cloudversify:before {
  content: "\f385";
}
.mgz-fa-cocktail:before {
  content: "\f561";
}
.mgz-fa-code:before {
  content: "\f121";
}
.mgz-fa-code-branch:before {
  content: "\f126";
}
.mgz-fa-codepen:before {
  content: "\f1cb";
}
.mgz-fa-codiepie:before {
  content: "\f284";
}
.mgz-fa-coffee:before {
  content: "\f0f4";
}
.mgz-fa-cog:before {
  content: "\f013";
}
.mgz-fa-cogs:before {
  content: "\f085";
}
.mgz-fa-coins:before {
  content: "\f51e";
}
.mgz-fa-columns:before {
  content: "\f0db";
}
.mgz-fa-comment:before {
  content: "\f075";
}
.mgz-fa-comment-alt:before {
  content: "\f27a";
}
.mgz-fa-comment-dollar:before {
  content: "\f651";
}
.mgz-fa-comment-dots:before {
  content: "\f4ad";
}
.mgz-fa-comment-medical:before {
  content: "\f7f5";
}
.mgz-fa-comment-slash:before {
  content: "\f4b3";
}
.mgz-fa-comments:before {
  content: "\f086";
}
.mgz-fa-comments-dollar:before {
  content: "\f653";
}
.mgz-fa-compact-disc:before {
  content: "\f51f";
}
.mgz-fa-compass:before {
  content: "\f14e";
}
.mgz-fa-compress:before {
  content: "\f066";
}
.mgz-fa-compress-arrows-alt:before {
  content: "\f78c";
}
.mgz-fa-concierge-bell:before {
  content: "\f562";
}
.mgz-fa-confluence:before {
  content: "\f78d";
}
.mgz-fa-connectdevelop:before {
  content: "\f20e";
}
.mgz-fa-contao:before {
  content: "\f26d";
}
.mgz-fa-cookie:before {
  content: "\f563";
}
.mgz-fa-cookie-bite:before {
  content: "\f564";
}
.mgz-fa-copy:before {
  content: "\f0c5";
}
.mgz-fa-copyright:before {
  content: "\f1f9";
}
.mgz-fa-couch:before {
  content: "\f4b8";
}
.mgz-fa-cpanel:before {
  content: "\f388";
}
.mgz-fa-creative-commons:before {
  content: "\f25e";
}
.mgz-fa-creative-commons-by:before {
  content: "\f4e7";
}
.mgz-fa-creative-commons-nc:before {
  content: "\f4e8";
}
.mgz-fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}
.mgz-fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}
.mgz-fa-creative-commons-nd:before {
  content: "\f4eb";
}
.mgz-fa-creative-commons-pd:before {
  content: "\f4ec";
}
.mgz-fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}
.mgz-fa-creative-commons-remix:before {
  content: "\f4ee";
}
.mgz-fa-creative-commons-sa:before {
  content: "\f4ef";
}
.mgz-fa-creative-commons-sampling:before {
  content: "\f4f0";
}
.mgz-fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}
.mgz-fa-creative-commons-share:before {
  content: "\f4f2";
}
.mgz-fa-creative-commons-zero:before {
  content: "\f4f3";
}
.mgz-fa-credit-card:before {
  content: "\f09d";
}
.mgz-fa-critical-role:before {
  content: "\f6c9";
}
.mgz-fa-crop:before {
  content: "\f125";
}
.mgz-fa-crop-alt:before {
  content: "\f565";
}
.mgz-fa-cross:before {
  content: "\f654";
}
.mgz-fa-crosshairs:before {
  content: "\f05b";
}
.mgz-fa-crow:before {
  content: "\f520";
}
.mgz-fa-crown:before {
  content: "\f521";
}
.mgz-fa-crutch:before {
  content: "\f7f7";
}
.mgz-fa-css3:before {
  content: "\f13c";
}
.mgz-fa-css3-alt:before {
  content: "\f38b";
}
.mgz-fa-cube:before {
  content: "\f1b2";
}
.mgz-fa-cubes:before {
  content: "\f1b3";
}
.mgz-fa-cut:before {
  content: "\f0c4";
}
.mgz-fa-cuttlefish:before {
  content: "\f38c";
}
.mgz-fa-d-and-d:before {
  content: "\f38d";
}
.mgz-fa-d-and-d-beyond:before {
  content: "\f6ca";
}
.mgz-fa-dashcube:before {
  content: "\f210";
}
.mgz-fa-database:before {
  content: "\f1c0";
}
.mgz-fa-deaf:before {
  content: "\f2a4";
}
.mgz-fa-delicious:before {
  content: "\f1a5";
}
.mgz-fa-democrat:before {
  content: "\f747";
}
.mgz-fa-deploydog:before {
  content: "\f38e";
}
.mgz-fa-deskpro:before {
  content: "\f38f";
}
.mgz-fa-desktop:before {
  content: "\f108";
}
.mgz-fa-dev:before {
  content: "\f6cc";
}
.mgz-fa-deviantart:before {
  content: "\f1bd";
}
.mgz-fa-dharmachakra:before {
  content: "\f655";
}
.mgz-fa-dhl:before {
  content: "\f790";
}
.mgz-fa-diagnoses:before {
  content: "\f470";
}
.mgz-fa-diaspora:before {
  content: "\f791";
}
.mgz-fa-dice:before {
  content: "\f522";
}
.mgz-fa-dice-d20:before {
  content: "\f6cf";
}
.mgz-fa-dice-d6:before {
  content: "\f6d1";
}
.mgz-fa-dice-five:before {
  content: "\f523";
}
.mgz-fa-dice-four:before {
  content: "\f524";
}
.mgz-fa-dice-one:before {
  content: "\f525";
}
.mgz-fa-dice-six:before {
  content: "\f526";
}
.mgz-fa-dice-three:before {
  content: "\f527";
}
.mgz-fa-dice-two:before {
  content: "\f528";
}
.mgz-fa-digg:before {
  content: "\f1a6";
}
.mgz-fa-digital-ocean:before {
  content: "\f391";
}
.mgz-fa-digital-tachograph:before {
  content: "\f566";
}
.mgz-fa-directions:before {
  content: "\f5eb";
}
.mgz-fa-discord:before {
  content: "\f392";
}
.mgz-fa-discourse:before {
  content: "\f393";
}
.mgz-fa-divide:before {
  content: "\f529";
}
.mgz-fa-dizzy:before {
  content: "\f567";
}
.mgz-fa-dna:before {
  content: "\f471";
}
.mgz-fa-dochub:before {
  content: "\f394";
}
.mgz-fa-docker:before {
  content: "\f395";
}
.mgz-fa-dog:before {
  content: "\f6d3";
}
.mgz-fa-dollar-sign:before {
  content: "\f155";
}
.mgz-fa-dolly:before {
  content: "\f472";
}
.mgz-fa-dolly-flatbed:before {
  content: "\f474";
}
.mgz-fa-donate:before {
  content: "\f4b9";
}
.mgz-fa-door-closed:before {
  content: "\f52a";
}
.mgz-fa-door-open:before {
  content: "\f52b";
}
.mgz-fa-dot-circle:before {
  content: "\f192";
}
.mgz-fa-dove:before {
  content: "\f4ba";
}
.mgz-fa-download:before {
  content: "\f019";
}
.mgz-fa-draft2digital:before {
  content: "\f396";
}
.mgz-fa-drafting-compass:before {
  content: "\f568";
}
.mgz-fa-dragon:before {
  content: "\f6d5";
}
.mgz-fa-draw-polygon:before {
  content: "\f5ee";
}
.mgz-fa-dribbble:before {
  content: "\f17d";
}
.mgz-fa-dribbble-square:before {
  content: "\f397";
}
.mgz-fa-dropbox:before {
  content: "\f16b";
}
.mgz-fa-drum:before {
  content: "\f569";
}
.mgz-fa-drum-steelpan:before {
  content: "\f56a";
}
.mgz-fa-drumstick-bite:before {
  content: "\f6d7";
}
.mgz-fa-drupal:before {
  content: "\f1a9";
}
.mgz-fa-dumbbell:before {
  content: "\f44b";
}
.mgz-fa-dumpster:before {
  content: "\f793";
}
.mgz-fa-dumpster-fire:before {
  content: "\f794";
}
.mgz-fa-dungeon:before {
  content: "\f6d9";
}
.mgz-fa-dyalog:before {
  content: "\f399";
}
.mgz-fa-earlybirds:before {
  content: "\f39a";
}
.mgz-fa-ebay:before {
  content: "\f4f4";
}
.mgz-fa-edge:before {
  content: "\f282";
}
.mgz-fa-edit:before {
  content: "\f044";
}
.mgz-fa-egg:before {
  content: "\f7fb";
}
.mgz-fa-eject:before {
  content: "\f052";
}
.mgz-fa-elementor:before {
  content: "\f430";
}
.mgz-fa-ellipsis-h:before {
  content: "\f141";
}
.mgz-fa-ellipsis-v:before {
  content: "\f142";
}
.mgz-fa-ello:before {
  content: "\f5f1";
}
.mgz-fa-ember:before {
  content: "\f423";
}
.mgz-fa-empire:before {
  content: "\f1d1";
}
.mgz-fa-envelope:before {
  content: "\f0e0";
}
.mgz-fa-envelope-open:before {
  content: "\f2b6";
}
.mgz-fa-envelope-open-text:before {
  content: "\f658";
}
.mgz-fa-envelope-square:before {
  content: "\f199";
}
.mgz-fa-envira:before {
  content: "\f299";
}
.mgz-fa-equals:before {
  content: "\f52c";
}
.mgz-fa-eraser:before {
  content: "\f12d";
}
.mgz-fa-erlang:before {
  content: "\f39d";
}
.mgz-fa-ethereum:before {
  content: "\f42e";
}
.mgz-fa-ethernet:before {
  content: "\f796";
}
.mgz-fa-etsy:before {
  content: "\f2d7";
}
.mgz-fa-euro-sign:before {
  content: "\f153";
}
.mgz-fa-evernote:before {
  content: "\f839";
}
.mgz-fa-exchange-alt:before {
  content: "\f362";
}
.mgz-fa-exclamation:before {
  content: "\f12a";
}
.mgz-fa-exclamation-circle:before {
  content: "\f06a";
}
.mgz-fa-exclamation-triangle:before {
  content: "\f071";
}
.mgz-fa-expand:before {
  content: "\f065";
}
.mgz-fa-expand-arrows-alt:before {
  content: "\f31e";
}
.mgz-fa-expeditedssl:before {
  content: "\f23e";
}
.mgz-fa-external-link-alt:before {
  content: "\f35d";
}
.mgz-fa-external-link-square-alt:before {
  content: "\f360";
}
.mgz-fa-eye:before {
  content: "\f06e";
}
.mgz-fa-eye-dropper:before {
  content: "\f1fb";
}
.mgz-fa-eye-slash:before {
  content: "\f070";
}
.mgz-fa-facebook:before {
  content: "\f09a";
}
.mgz-fa-facebook-f:before {
  content: "\f39e";
}
.mgz-fa-facebook-messenger:before {
  content: "\f39f";
}
.mgz-fa-facebook-square:before {
  content: "\f082";
}
.mgz-fa-fantasy-flight-games:before {
  content: "\f6dc";
}
.mgz-fa-fast-backward:before {
  content: "\f049";
}
.mgz-fa-fast-forward:before {
  content: "\f050";
}
.mgz-fa-fax:before {
  content: "\f1ac";
}
.mgz-fa-feather:before {
  content: "\f52d";
}
.mgz-fa-feather-alt:before {
  content: "\f56b";
}
.mgz-fa-fedex:before {
  content: "\f797";
}
.mgz-fa-fedora:before {
  content: "\f798";
}
.mgz-fa-female:before {
  content: "\f182";
}
.mgz-fa-fighter-jet:before {
  content: "\f0fb";
}
.mgz-fa-figma:before {
  content: "\f799";
}
.mgz-fa-file:before {
  content: "\f15b";
}
.mgz-fa-file-alt:before {
  content: "\f15c";
}
.mgz-fa-file-archive:before {
  content: "\f1c6";
}
.mgz-fa-file-audio:before {
  content: "\f1c7";
}
.mgz-fa-file-code:before {
  content: "\f1c9";
}
.mgz-fa-file-contract:before {
  content: "\f56c";
}
.mgz-fa-file-csv:before {
  content: "\f6dd";
}
.mgz-fa-file-download:before {
  content: "\f56d";
}
.mgz-fa-file-excel:before {
  content: "\f1c3";
}
.mgz-fa-file-export:before {
  content: "\f56e";
}
.mgz-fa-file-image:before {
  content: "\f1c5";
}
.mgz-fa-file-import:before {
  content: "\f56f";
}
.mgz-fa-file-invoice:before {
  content: "\f570";
}
.mgz-fa-file-invoice-dollar:before {
  content: "\f571";
}
.mgz-fa-file-medical:before {
  content: "\f477";
}
.mgz-fa-file-medical-alt:before {
  content: "\f478";
}
.mgz-fa-file-pdf:before {
  content: "\f1c1";
}
.mgz-fa-file-powerpoint:before {
  content: "\f1c4";
}
.mgz-fa-file-prescription:before {
  content: "\f572";
}
.mgz-fa-file-signature:before {
  content: "\f573";
}
.mgz-fa-file-upload:before {
  content: "\f574";
}
.mgz-fa-file-video:before {
  content: "\f1c8";
}
.mgz-fa-file-word:before {
  content: "\f1c2";
}
.mgz-fa-fill:before {
  content: "\f575";
}
.mgz-fa-fill-drip:before {
  content: "\f576";
}
.mgz-fa-film:before {
  content: "\f008";
}
.mgz-fa-filter:before {
  content: "\f0b0";
}
.mgz-fa-fingerprint:before {
  content: "\f577";
}
.mgz-fa-fire:before {
  content: "\f06d";
}
.mgz-fa-fire-alt:before {
  content: "\f7e4";
}
.mgz-fa-fire-extinguisher:before {
  content: "\f134";
}
.mgz-fa-firefox:before {
  content: "\f269";
}
.mgz-fa-first-aid:before {
  content: "\f479";
}
.mgz-fa-first-order:before {
  content: "\f2b0";
}
.mgz-fa-first-order-alt:before {
  content: "\f50a";
}
.mgz-fa-firstdraft:before {
  content: "\f3a1";
}
.mgz-fa-fish:before {
  content: "\f578";
}
.mgz-fa-fist-raised:before {
  content: "\f6de";
}
.mgz-fa-flag:before {
  content: "\f024";
}
.mgz-fa-flag-checkered:before {
  content: "\f11e";
}
.mgz-fa-flag-usa:before {
  content: "\f74d";
}
.mgz-fa-flask:before {
  content: "\f0c3";
}
.mgz-fa-flickr:before {
  content: "\f16e";
}
.mgz-fa-flipboard:before {
  content: "\f44d";
}
.mgz-fa-flushed:before {
  content: "\f579";
}
.mgz-fa-fly:before {
  content: "\f417";
}
.mgz-fa-folder:before {
  content: "\f07b";
}
.mgz-fa-folder-minus:before {
  content: "\f65d";
}
.mgz-fa-folder-open:before {
  content: "\f07c";
}
.mgz-fa-folder-plus:before {
  content: "\f65e";
}
.mgz-fa-font:before {
  content: "\f031";
}
.mgz-fa-font-awesome:before {
  content: "\f2b4";
}
.mgz-fa-font-awesome-alt:before {
  content: "\f35c";
}
.mgz-fa-font-awesome-flag:before {
  content: "\f425";
}
.mgz-fa-font-awesome-logo-full:before {
  content: "\f4e6";
}
.mgz-fa-fonticons:before {
  content: "\f280";
}
.mgz-fa-fonticons-fi:before {
  content: "\f3a2";
}
.mgz-fa-football-ball:before {
  content: "\f44e";
}
.mgz-fa-fort-awesome:before {
  content: "\f286";
}
.mgz-fa-fort-awesome-alt:before {
  content: "\f3a3";
}
.mgz-fa-forumbee:before {
  content: "\f211";
}
.mgz-fa-forward:before {
  content: "\f04e";
}
.mgz-fa-foursquare:before {
  content: "\f180";
}
.mgz-fa-free-code-camp:before {
  content: "\f2c5";
}
.mgz-fa-freebsd:before {
  content: "\f3a4";
}
.mgz-fa-frog:before {
  content: "\f52e";
}
.mgz-fa-frown:before {
  content: "\f119";
}
.mgz-fa-frown-open:before {
  content: "\f57a";
}
.mgz-fa-fulcrum:before {
  content: "\f50b";
}
.mgz-fa-funnel-dollar:before {
  content: "\f662";
}
.mgz-fa-futbol:before {
  content: "\f1e3";
}
.mgz-fa-galactic-republic:before {
  content: "\f50c";
}
.mgz-fa-galactic-senate:before {
  content: "\f50d";
}
.mgz-fa-gamepad:before {
  content: "\f11b";
}
.mgz-fa-gas-pump:before {
  content: "\f52f";
}
.mgz-fa-gavel:before {
  content: "\f0e3";
}
.mgz-fa-gem:before {
  content: "\f3a5";
}
.mgz-fa-genderless:before {
  content: "\f22d";
}
.mgz-fa-get-pocket:before {
  content: "\f265";
}
.mgz-fa-gg:before {
  content: "\f260";
}
.mgz-fa-gg-circle:before {
  content: "\f261";
}
.mgz-fa-ghost:before {
  content: "\f6e2";
}
.mgz-fa-gift:before {
  content: "\f06b";
}
.mgz-fa-gifts:before {
  content: "\f79c";
}
.mgz-fa-git:before {
  content: "\f1d3";
}
.mgz-fa-git-square:before {
  content: "\f1d2";
}
.mgz-fa-github:before {
  content: "\f09b";
}
.mgz-fa-github-alt:before {
  content: "\f113";
}
.mgz-fa-github-square:before {
  content: "\f092";
}
.mgz-fa-gitkraken:before {
  content: "\f3a6";
}
.mgz-fa-gitlab:before {
  content: "\f296";
}
.mgz-fa-gitter:before {
  content: "\f426";
}
.mgz-fa-glass-cheers:before {
  content: "\f79f";
}
.mgz-fa-glass-martini:before {
  content: "\f000";
}
.mgz-fa-glass-martini-alt:before {
  content: "\f57b";
}
.mgz-fa-glass-whiskey:before {
  content: "\f7a0";
}
.mgz-fa-glasses:before {
  content: "\f530";
}
.mgz-fa-glide:before {
  content: "\f2a5";
}
.mgz-fa-glide-g:before {
  content: "\f2a6";
}
.mgz-fa-globe:before {
  content: "\f0ac";
}
.mgz-fa-globe-africa:before {
  content: "\f57c";
}
.mgz-fa-globe-americas:before {
  content: "\f57d";
}
.mgz-fa-globe-asia:before {
  content: "\f57e";
}
.mgz-fa-globe-europe:before {
  content: "\f7a2";
}
.mgz-fa-gofore:before {
  content: "\f3a7";
}
.mgz-fa-golf-ball:before {
  content: "\f450";
}
.mgz-fa-goodreads:before {
  content: "\f3a8";
}
.mgz-fa-goodreads-g:before {
  content: "\f3a9";
}
.mgz-fa-google:before {
  content: "\f1a0";
}
.mgz-fa-google-drive:before {
  content: "\f3aa";
}
.mgz-fa-google-play:before {
  content: "\f3ab";
}
.mgz-fa-google-plus:before {
  content: "\f2b3";
}
.mgz-fa-google-plus-g:before {
  content: "\f0d5";
}
.mgz-fa-google-plus-square:before {
  content: "\f0d4";
}
.mgz-fa-google-wallet:before {
  content: "\f1ee";
}
.mgz-fa-gopuram:before {
  content: "\f664";
}
.mgz-fa-graduation-cap:before {
  content: "\f19d";
}
.mgz-fa-gratipay:before {
  content: "\f184";
}
.mgz-fa-grav:before {
  content: "\f2d6";
}
.mgz-fa-greater-than:before {
  content: "\f531";
}
.mgz-fa-greater-than-equal:before {
  content: "\f532";
}
.mgz-fa-grimace:before {
  content: "\f57f";
}
.mgz-fa-grin:before {
  content: "\f580";
}
.mgz-fa-grin-alt:before {
  content: "\f581";
}
.mgz-fa-grin-beam:before {
  content: "\f582";
}
.mgz-fa-grin-beam-sweat:before {
  content: "\f583";
}
.mgz-fa-grin-hearts:before {
  content: "\f584";
}
.mgz-fa-grin-squint:before {
  content: "\f585";
}
.mgz-fa-grin-squint-tears:before {
  content: "\f586";
}
.mgz-fa-grin-stars:before {
  content: "\f587";
}
.mgz-fa-grin-tears:before {
  content: "\f588";
}
.mgz-fa-grin-tongue:before {
  content: "\f589";
}
.mgz-fa-grin-tongue-squint:before {
  content: "\f58a";
}
.mgz-fa-grin-tongue-wink:before {
  content: "\f58b";
}
.mgz-fa-grin-wink:before {
  content: "\f58c";
}
.mgz-fa-grip-horizontal:before {
  content: "\f58d";
}
.mgz-fa-grip-lines:before {
  content: "\f7a4";
}
.mgz-fa-grip-lines-vertical:before {
  content: "\f7a5";
}
.mgz-fa-grip-vertical:before {
  content: "\f58e";
}
.mgz-fa-gripfire:before {
  content: "\f3ac";
}
.mgz-fa-grunt:before {
  content: "\f3ad";
}
.mgz-fa-guitar:before {
  content: "\f7a6";
}
.mgz-fa-gulp:before {
  content: "\f3ae";
}
.mgz-fa-h-square:before {
  content: "\f0fd";
}
.mgz-fa-hacker-news:before {
  content: "\f1d4";
}
.mgz-fa-hacker-news-square:before {
  content: "\f3af";
}
.mgz-fa-hackerrank:before {
  content: "\f5f7";
}
.mgz-fa-hamburger:before {
  content: "\f805";
}
.mgz-fa-hammer:before {
  content: "\f6e3";
}
.mgz-fa-hamsa:before {
  content: "\f665";
}
.mgz-fa-hand-holding:before {
  content: "\f4bd";
}
.mgz-fa-hand-holding-heart:before {
  content: "\f4be";
}
.mgz-fa-hand-holding-usd:before {
  content: "\f4c0";
}
.mgz-fa-hand-lizard:before {
  content: "\f258";
}
.mgz-fa-hand-middle-finger:before {
  content: "\f806";
}
.mgz-fa-hand-paper:before {
  content: "\f256";
}
.mgz-fa-hand-peace:before {
  content: "\f25b";
}
.mgz-fa-hand-point-down:before {
  content: "\f0a7";
}
.mgz-fa-hand-point-left:before {
  content: "\f0a5";
}
.mgz-fa-hand-point-right:before {
  content: "\f0a4";
}
.mgz-fa-hand-point-up:before {
  content: "\f0a6";
}
.mgz-fa-hand-pointer:before {
  content: "\f25a";
}
.mgz-fa-hand-rock:before {
  content: "\f255";
}
.mgz-fa-hand-scissors:before {
  content: "\f257";
}
.mgz-fa-hand-spock:before {
  content: "\f259";
}
.mgz-fa-hands:before {
  content: "\f4c2";
}
.mgz-fa-hands-helping:before {
  content: "\f4c4";
}
.mgz-fa-handshake:before {
  content: "\f2b5";
}
.mgz-fa-hanukiah:before {
  content: "\f6e6";
}
.mgz-fa-hard-hat:before {
  content: "\f807";
}
.mgz-fa-hashtag:before {
  content: "\f292";
}
.mgz-fa-hat-wizard:before {
  content: "\f6e8";
}
.mgz-fa-haykal:before {
  content: "\f666";
}
.mgz-fa-hdd:before {
  content: "\f0a0";
}
.mgz-fa-heading:before {
  content: "\f1dc";
}
.mgz-fa-headphones:before {
  content: "\f025";
}
.mgz-fa-headphones-alt:before {
  content: "\f58f";
}
.mgz-fa-headset:before {
  content: "\f590";
}
.mgz-fa-heart:before {
  content: "\f004";
}
.mgz-fa-heart-broken:before {
  content: "\f7a9";
}
.mgz-fa-heartbeat:before {
  content: "\f21e";
}
.mgz-fa-helicopter:before {
  content: "\f533";
}
.mgz-fa-highlighter:before {
  content: "\f591";
}
.mgz-fa-hiking:before {
  content: "\f6ec";
}
.mgz-fa-hippo:before {
  content: "\f6ed";
}
.mgz-fa-hips:before {
  content: "\f452";
}
.mgz-fa-hire-a-helper:before {
  content: "\f3b0";
}
.mgz-fa-history:before {
  content: "\f1da";
}
.mgz-fa-hockey-puck:before {
  content: "\f453";
}
.mgz-fa-holly-berry:before {
  content: "\f7aa";
}
.mgz-fa-home:before {
  content: "\f015";
}
.mgz-fa-hooli:before {
  content: "\f427";
}
.mgz-fa-hornbill:before {
  content: "\f592";
}
.mgz-fa-horse:before {
  content: "\f6f0";
}
.mgz-fa-horse-head:before {
  content: "\f7ab";
}
.mgz-fa-hospital:before {
  content: "\f0f8";
}
.mgz-fa-hospital-alt:before {
  content: "\f47d";
}
.mgz-fa-hospital-symbol:before {
  content: "\f47e";
}
.mgz-fa-hot-tub:before {
  content: "\f593";
}
.mgz-fa-hotdog:before {
  content: "\f80f";
}
.mgz-fa-hotel:before {
  content: "\f594";
}
.mgz-fa-hotjar:before {
  content: "\f3b1";
}
.mgz-fa-hourglass:before {
  content: "\f254";
}
.mgz-fa-hourglass-end:before {
  content: "\f253";
}
.mgz-fa-hourglass-half:before {
  content: "\f252";
}
.mgz-fa-hourglass-start:before {
  content: "\f251";
}
.mgz-fa-house-damage:before {
  content: "\f6f1";
}
.mgz-fa-houzz:before {
  content: "\f27c";
}
.mgz-fa-hryvnia:before {
  content: "\f6f2";
}
.mgz-fa-html5:before {
  content: "\f13b";
}
.mgz-fa-hubspot:before {
  content: "\f3b2";
}
.mgz-fa-i-cursor:before {
  content: "\f246";
}
.mgz-fa-ice-cream:before {
  content: "\f810";
}
.mgz-fa-icicles:before {
  content: "\f7ad";
}
.mgz-fa-id-badge:before {
  content: "\f2c1";
}
.mgz-fa-id-card:before {
  content: "\f2c2";
}
.mgz-fa-id-card-alt:before {
  content: "\f47f";
}
.mgz-fa-igloo:before {
  content: "\f7ae";
}
.mgz-fa-image:before {
  content: "\f03e";
}
.mgz-fa-images:before {
  content: "\f302";
}
.mgz-fa-imdb:before {
  content: "\f2d8";
}
.mgz-fa-inbox:before {
  content: "\f01c";
}
.mgz-fa-indent:before {
  content: "\f03c";
}
.mgz-fa-industry:before {
  content: "\f275";
}
.mgz-fa-infinity:before {
  content: "\f534";
}
.mgz-fa-info:before {
  content: "\f129";
}
.mgz-fa-info-circle:before {
  content: "\f05a";
}
.mgz-fa-instagram:before {
  content: "\f16d";
}
.mgz-fa-intercom:before {
  content: "\f7af";
}
.mgz-fa-internet-explorer:before {
  content: "\f26b";
}
.mgz-fa-invision:before {
  content: "\f7b0";
}
.mgz-fa-ioxhost:before {
  content: "\f208";
}
.mgz-fa-italic:before {
  content: "\f033";
}
.mgz-fa-itch-io:before {
  content: "\f83a";
}
.mgz-fa-itunes:before {
  content: "\f3b4";
}
.mgz-fa-itunes-note:before {
  content: "\f3b5";
}
.mgz-fa-java:before {
  content: "\f4e4";
}
.mgz-fa-jedi:before {
  content: "\f669";
}
.mgz-fa-jedi-order:before {
  content: "\f50e";
}
.mgz-fa-jenkins:before {
  content: "\f3b6";
}
.mgz-fa-jira:before {
  content: "\f7b1";
}
.mgz-fa-joget:before {
  content: "\f3b7";
}
.mgz-fa-joint:before {
  content: "\f595";
}
.mgz-fa-joomla:before {
  content: "\f1aa";
}
.mgz-fa-journal-whills:before {
  content: "\f66a";
}
.mgz-fa-js:before {
  content: "\f3b8";
}
.mgz-fa-js-square:before {
  content: "\f3b9";
}
.mgz-fa-jsfiddle:before {
  content: "\f1cc";
}
.mgz-fa-kaaba:before {
  content: "\f66b";
}
.mgz-fa-kaggle:before {
  content: "\f5fa";
}
.mgz-fa-key:before {
  content: "\f084";
}
.mgz-fa-keybase:before {
  content: "\f4f5";
}
.mgz-fa-keyboard:before {
  content: "\f11c";
}
.mgz-fa-keycdn:before {
  content: "\f3ba";
}
.mgz-fa-khanda:before {
  content: "\f66d";
}
.mgz-fa-kickstarter:before {
  content: "\f3bb";
}
.mgz-fa-kickstarter-k:before {
  content: "\f3bc";
}
.mgz-fa-kiss:before {
  content: "\f596";
}
.mgz-fa-kiss-beam:before {
  content: "\f597";
}
.mgz-fa-kiss-wink-heart:before {
  content: "\f598";
}
.mgz-fa-kiwi-bird:before {
  content: "\f535";
}
.mgz-fa-korvue:before {
  content: "\f42f";
}
.mgz-fa-landmark:before {
  content: "\f66f";
}
.mgz-fa-language:before {
  content: "\f1ab";
}
.mgz-fa-laptop:before {
  content: "\f109";
}
.mgz-fa-laptop-code:before {
  content: "\f5fc";
}
.mgz-fa-laptop-medical:before {
  content: "\f812";
}
.mgz-fa-laravel:before {
  content: "\f3bd";
}
.mgz-fa-lastfm:before {
  content: "\f202";
}
.mgz-fa-lastfm-square:before {
  content: "\f203";
}
.mgz-fa-laugh:before {
  content: "\f599";
}
.mgz-fa-laugh-beam:before {
  content: "\f59a";
}
.mgz-fa-laugh-squint:before {
  content: "\f59b";
}
.mgz-fa-laugh-wink:before {
  content: "\f59c";
}
.mgz-fa-layer-group:before {
  content: "\f5fd";
}
.mgz-fa-leaf:before {
  content: "\f06c";
}
.mgz-fa-leanpub:before {
  content: "\f212";
}
.mgz-fa-lemon:before {
  content: "\f094";
}
.mgz-fa-less:before {
  content: "\f41d";
}
.mgz-fa-less-than:before {
  content: "\f536";
}
.mgz-fa-less-than-equal:before {
  content: "\f537";
}
.mgz-fa-level-down-alt:before {
  content: "\f3be";
}
.mgz-fa-level-up-alt:before {
  content: "\f3bf";
}
.mgz-fa-life-ring:before {
  content: "\f1cd";
}
.mgz-fa-lightbulb:before {
  content: "\f0eb";
}
.mgz-fa-line:before {
  content: "\f3c0";
}
.mgz-fa-link:before {
  content: "\f0c1";
}
.mgz-fa-linkedin:before {
  content: "\f08c";
}
.mgz-fa-linkedin-in:before {
  content: "\f0e1";
}
.mgz-fa-linode:before {
  content: "\f2b8";
}
.mgz-fa-linux:before {
  content: "\f17c";
}
.mgz-fa-lira-sign:before {
  content: "\f195";
}
.mgz-fa-list:before {
  content: "\f03a";
}
.mgz-fa-list-alt:before {
  content: "\f022";
}
.mgz-fa-list-ol:before {
  content: "\f0cb";
}
.mgz-fa-list-ul:before {
  content: "\f0ca";
}
.mgz-fa-location-arrow:before {
  content: "\f124";
}
.mgz-fa-lock:before {
  content: "\f023";
}
.mgz-fa-lock-open:before {
  content: "\f3c1";
}
.mgz-fa-long-arrow-alt-down:before {
  content: "\f309";
}
.mgz-fa-long-arrow-alt-left:before {
  content: "\f30a";
}
.mgz-fa-long-arrow-alt-right:before {
  content: "\f30b";
}
.mgz-fa-long-arrow-alt-up:before {
  content: "\f30c";
}
.mgz-fa-low-vision:before {
  content: "\f2a8";
}
.mgz-fa-luggage-cart:before {
  content: "\f59d";
}
.mgz-fa-lyft:before {
  content: "\f3c3";
}
.mgz-fa-magento:before {
  content: "\f3c4";
}
.mgz-fa-magic:before {
  content: "\f0d0";
}
.mgz-fa-magnet:before {
  content: "\f076";
}
.mgz-fa-mail-bulk:before {
  content: "\f674";
}
.mgz-fa-mailchimp:before {
  content: "\f59e";
}
.mgz-fa-male:before {
  content: "\f183";
}
.mgz-fa-mandalorian:before {
  content: "\f50f";
}
.mgz-fa-map:before {
  content: "\f279";
}
.mgz-fa-map-marked:before {
  content: "\f59f";
}
.mgz-fa-map-marked-alt:before {
  content: "\f5a0";
}
.mgz-fa-map-marker:before {
  content: "\f041";
}
.mgz-fa-map-marker-alt:before {
  content: "\f3c5";
}
.mgz-fa-map-pin:before {
  content: "\f276";
}
.mgz-fa-map-signs:before {
  content: "\f277";
}
.mgz-fa-markdown:before {
  content: "\f60f";
}
.mgz-fa-marker:before {
  content: "\f5a1";
}
.mgz-fa-mars:before {
  content: "\f222";
}
.mgz-fa-mars-double:before {
  content: "\f227";
}
.mgz-fa-mars-stroke:before {
  content: "\f229";
}
.mgz-fa-mars-stroke-h:before {
  content: "\f22b";
}
.mgz-fa-mars-stroke-v:before {
  content: "\f22a";
}
.mgz-fa-mask:before {
  content: "\f6fa";
}
.mgz-fa-mastodon:before {
  content: "\f4f6";
}
.mgz-fa-maxcdn:before {
  content: "\f136";
}
.mgz-fa-medal:before {
  content: "\f5a2";
}
.mgz-fa-medapps:before {
  content: "\f3c6";
}
.mgz-fa-medium:before {
  content: "\f23a";
}
.mgz-fa-medium-m:before {
  content: "\f3c7";
}
.mgz-fa-medkit:before {
  content: "\f0fa";
}
.mgz-fa-medrt:before {
  content: "\f3c8";
}
.mgz-fa-meetup:before {
  content: "\f2e0";
}
.mgz-fa-megaport:before {
  content: "\f5a3";
}
.mgz-fa-meh:before {
  content: "\f11a";
}
.mgz-fa-meh-blank:before {
  content: "\f5a4";
}
.mgz-fa-meh-rolling-eyes:before {
  content: "\f5a5";
}
.mgz-fa-memory:before {
  content: "\f538";
}
.mgz-fa-mendeley:before {
  content: "\f7b3";
}
.mgz-fa-menorah:before {
  content: "\f676";
}
.mgz-fa-mercury:before {
  content: "\f223";
}
.mgz-fa-meteor:before {
  content: "\f753";
}
.mgz-fa-microchip:before {
  content: "\f2db";
}
.mgz-fa-microphone:before {
  content: "\f130";
}
.mgz-fa-microphone-alt:before {
  content: "\f3c9";
}
.mgz-fa-microphone-alt-slash:before {
  content: "\f539";
}
.mgz-fa-microphone-slash:before {
  content: "\f131";
}
.mgz-fa-microscope:before {
  content: "\f610";
}
.mgz-fa-microsoft:before {
  content: "\f3ca";
}
.mgz-fa-minus:before {
  content: "\f068";
}
.mgz-fa-minus-circle:before {
  content: "\f056";
}
.mgz-fa-minus-square:before {
  content: "\f146";
}
.mgz-fa-mitten:before {
  content: "\f7b5";
}
.mgz-fa-mix:before {
  content: "\f3cb";
}
.mgz-fa-mixcloud:before {
  content: "\f289";
}
.mgz-fa-mizuni:before {
  content: "\f3cc";
}
.mgz-fa-mobile:before {
  content: "\f10b";
}
.mgz-fa-mobile-alt:before {
  content: "\f3cd";
}
.mgz-fa-modx:before {
  content: "\f285";
}
.mgz-fa-monero:before {
  content: "\f3d0";
}
.mgz-fa-money-bill:before {
  content: "\f0d6";
}
.mgz-fa-money-bill-alt:before {
  content: "\f3d1";
}
.mgz-fa-money-bill-wave:before {
  content: "\f53a";
}
.mgz-fa-money-bill-wave-alt:before {
  content: "\f53b";
}
.mgz-fa-money-check:before {
  content: "\f53c";
}
.mgz-fa-money-check-alt:before {
  content: "\f53d";
}
.mgz-fa-monument:before {
  content: "\f5a6";
}
.mgz-fa-moon:before {
  content: "\f186";
}
.mgz-fa-mortar-pestle:before {
  content: "\f5a7";
}
.mgz-fa-mosque:before {
  content: "\f678";
}
.mgz-fa-motorcycle:before {
  content: "\f21c";
}
.mgz-fa-mountain:before {
  content: "\f6fc";
}
.mgz-fa-mouse-pointer:before {
  content: "\f245";
}
.mgz-fa-mug-hot:before {
  content: "\f7b6";
}
.mgz-fa-music:before {
  content: "\f001";
}
.mgz-fa-napster:before {
  content: "\f3d2";
}
.mgz-fa-neos:before {
  content: "\f612";
}
.mgz-fa-network-wired:before {
  content: "\f6ff";
}
.mgz-fa-neuter:before {
  content: "\f22c";
}
.mgz-fa-newspaper:before {
  content: "\f1ea";
}
.mgz-fa-nimblr:before {
  content: "\f5a8";
}
.mgz-fa-nintendo-switch:before {
  content: "\f418";
}
.mgz-fa-node:before {
  content: "\f419";
}
.mgz-fa-node-js:before {
  content: "\f3d3";
}
.mgz-fa-not-equal:before {
  content: "\f53e";
}
.mgz-fa-notes-medical:before {
  content: "\f481";
}
.mgz-fa-npm:before {
  content: "\f3d4";
}
.mgz-fa-ns8:before {
  content: "\f3d5";
}
.mgz-fa-nutritionix:before {
  content: "\f3d6";
}
.mgz-fa-object-group:before {
  content: "\f247";
}
.mgz-fa-object-ungroup:before {
  content: "\f248";
}
.mgz-fa-odnoklassniki:before {
  content: "\f263";
}
.mgz-fa-odnoklassniki-square:before {
  content: "\f264";
}
.mgz-fa-oil-can:before {
  content: "\f613";
}
.mgz-fa-old-republic:before {
  content: "\f510";
}
.mgz-fa-om:before {
  content: "\f679";
}
.mgz-fa-opencart:before {
  content: "\f23d";
}
.mgz-fa-openid:before {
  content: "\f19b";
}
.mgz-fa-opera:before {
  content: "\f26a";
}
.mgz-fa-optin-monster:before {
  content: "\f23c";
}
.mgz-fa-osi:before {
  content: "\f41a";
}
.mgz-fa-otter:before {
  content: "\f700";
}
.mgz-fa-outdent:before {
  content: "\f03b";
}
.mgz-fa-page4:before {
  content: "\f3d7";
}
.mgz-fa-pagelines:before {
  content: "\f18c";
}
.mgz-fa-pager:before {
  content: "\f815";
}
.mgz-fa-paint-brush:before {
  content: "\f1fc";
}
.mgz-fa-paint-roller:before {
  content: "\f5aa";
}
.mgz-fa-palette:before {
  content: "\f53f";
}
.mgz-fa-palfed:before {
  content: "\f3d8";
}
.mgz-fa-pallet:before {
  content: "\f482";
}
.mgz-fa-paper-plane:before {
  content: "\f1d8";
}
.mgz-fa-paperclip:before {
  content: "\f0c6";
}
.mgz-fa-parachute-box:before {
  content: "\f4cd";
}
.mgz-fa-paragraph:before {
  content: "\f1dd";
}
.mgz-fa-parking:before {
  content: "\f540";
}
.mgz-fa-passport:before {
  content: "\f5ab";
}
.mgz-fa-pastafarianism:before {
  content: "\f67b";
}
.mgz-fa-paste:before {
  content: "\f0ea";
}
.mgz-fa-patreon:before {
  content: "\f3d9";
}
.mgz-fa-pause:before {
  content: "\f04c";
}
.mgz-fa-pause-circle:before {
  content: "\f28b";
}
.mgz-fa-paw:before {
  content: "\f1b0";
}
.mgz-fa-paypal:before {
  content: "\f1ed";
}
.mgz-fa-peace:before {
  content: "\f67c";
}
.mgz-fa-pen:before {
  content: "\f304";
}
.mgz-fa-pen-alt:before {
  content: "\f305";
}
.mgz-fa-pen-fancy:before {
  content: "\f5ac";
}
.mgz-fa-pen-nib:before {
  content: "\f5ad";
}
.mgz-fa-pen-square:before {
  content: "\f14b";
}
.mgz-fa-pencil-alt:before {
  content: "\f303";
}
.mgz-fa-pencil-ruler:before {
  content: "\f5ae";
}
.mgz-fa-penny-arcade:before {
  content: "\f704";
}
.mgz-fa-people-carry:before {
  content: "\f4ce";
}
.mgz-fa-pepper-hot:before {
  content: "\f816";
}
.mgz-fa-percent:before {
  content: "\f295";
}
.mgz-fa-percentage:before {
  content: "\f541";
}
.mgz-fa-periscope:before {
  content: "\f3da";
}
.mgz-fa-person-booth:before {
  content: "\f756";
}
.mgz-fa-phabricator:before {
  content: "\f3db";
}
.mgz-fa-phoenix-framework:before {
  content: "\f3dc";
}
.mgz-fa-phoenix-squadron:before {
  content: "\f511";
}
.mgz-fa-phone:before {
  content: "\f095";
}
.mgz-fa-phone-slash:before {
  content: "\f3dd";
}
.mgz-fa-phone-square:before {
  content: "\f098";
}
.mgz-fa-phone-volume:before {
  content: "\f2a0";
}
.mgz-fa-php:before {
  content: "\f457";
}
.mgz-fa-pied-piper:before {
  content: "\f2ae";
}
.mgz-fa-pied-piper-alt:before {
  content: "\f1a8";
}
.mgz-fa-pied-piper-hat:before {
  content: "\f4e5";
}
.mgz-fa-pied-piper-pp:before {
  content: "\f1a7";
}
.mgz-fa-piggy-bank:before {
  content: "\f4d3";
}
.mgz-fa-pills:before {
  content: "\f484";
}
.mgz-fa-pinterest:before {
  content: "\f0d2";
}
.mgz-fa-pinterest-p:before {
  content: "\f231";
}
.mgz-fa-pinterest-square:before {
  content: "\f0d3";
}
.mgz-fa-pizza-slice:before {
  content: "\f818";
}
.mgz-fa-place-of-worship:before {
  content: "\f67f";
}
.mgz-fa-plane:before {
  content: "\f072";
}
.mgz-fa-plane-arrival:before {
  content: "\f5af";
}
.mgz-fa-plane-departure:before {
  content: "\f5b0";
}
.mgz-fa-play:before {
  content: "\f04b";
}
.mgz-fa-play-circle:before {
  content: "\f144";
}
.mgz-fa-playstation:before {
  content: "\f3df";
}
.mgz-fa-plug:before {
  content: "\f1e6";
}
.mgz-fa-plus:before {
  content: "\f067";
}
.mgz-fa-plus-circle:before {
  content: "\f055";
}
.mgz-fa-plus-square:before {
  content: "\f0fe";
}
.mgz-fa-podcast:before {
  content: "\f2ce";
}
.mgz-fa-poll:before {
  content: "\f681";
}
.mgz-fa-poll-h:before {
  content: "\f682";
}
.mgz-fa-poo:before {
  content: "\f2fe";
}
.mgz-fa-poo-storm:before {
  content: "\f75a";
}
.mgz-fa-poop:before {
  content: "\f619";
}
.mgz-fa-portrait:before {
  content: "\f3e0";
}
.mgz-fa-pound-sign:before {
  content: "\f154";
}
.mgz-fa-power-off:before {
  content: "\f011";
}
.mgz-fa-pray:before {
  content: "\f683";
}
.mgz-fa-praying-hands:before {
  content: "\f684";
}
.mgz-fa-prescription:before {
  content: "\f5b1";
}
.mgz-fa-prescription-bottle:before {
  content: "\f485";
}
.mgz-fa-prescription-bottle-alt:before {
  content: "\f486";
}
.mgz-fa-print:before {
  content: "\f02f";
}
.mgz-fa-procedures:before {
  content: "\f487";
}
.mgz-fa-product-hunt:before {
  content: "\f288";
}
.mgz-fa-project-diagram:before {
  content: "\f542";
}
.mgz-fa-pushed:before {
  content: "\f3e1";
}
.mgz-fa-puzzle-piece:before {
  content: "\f12e";
}
.mgz-fa-python:before {
  content: "\f3e2";
}
.mgz-fa-qq:before {
  content: "\f1d6";
}
.mgz-fa-qrcode:before {
  content: "\f029";
}
.mgz-fa-question:before {
  content: "\f128";
}
.mgz-fa-question-circle:before {
  content: "\f059";
}
.mgz-fa-quidditch:before {
  content: "\f458";
}
.mgz-fa-quinscape:before {
  content: "\f459";
}
.mgz-fa-quora:before {
  content: "\f2c4";
}
.mgz-fa-quote-left:before {
  content: "\f10d";
}
.mgz-fa-quote-right:before {
  content: "\f10e";
}
.mgz-fa-quran:before {
  content: "\f687";
}
.mgz-fa-r-project:before {
  content: "\f4f7";
}
.mgz-fa-radiation:before {
  content: "\f7b9";
}
.mgz-fa-radiation-alt:before {
  content: "\f7ba";
}
.mgz-fa-rainbow:before {
  content: "\f75b";
}
.mgz-fa-random:before {
  content: "\f074";
}
.mgz-fa-raspberry-pi:before {
  content: "\f7bb";
}
.mgz-fa-ravelry:before {
  content: "\f2d9";
}
.mgz-fa-react:before {
  content: "\f41b";
}
.mgz-fa-reacteurope:before {
  content: "\f75d";
}
.mgz-fa-readme:before {
  content: "\f4d5";
}
.mgz-fa-rebel:before {
  content: "\f1d0";
}
.mgz-fa-receipt:before {
  content: "\f543";
}
.mgz-fa-recycle:before {
  content: "\f1b8";
}
.mgz-fa-red-river:before {
  content: "\f3e3";
}
.mgz-fa-reddit:before {
  content: "\f1a1";
}
.mgz-fa-reddit-alien:before {
  content: "\f281";
}
.mgz-fa-reddit-square:before {
  content: "\f1a2";
}
.mgz-fa-redhat:before {
  content: "\f7bc";
}
.mgz-fa-redo:before {
  content: "\f01e";
}
.mgz-fa-redo-alt:before {
  content: "\f2f9";
}
.mgz-fa-registered:before {
  content: "\f25d";
}
.mgz-fa-renren:before {
  content: "\f18b";
}
.mgz-fa-reply:before {
  content: "\f3e5";
}
.mgz-fa-reply-all:before {
  content: "\f122";
}
.mgz-fa-replyd:before {
  content: "\f3e6";
}
.mgz-fa-republican:before {
  content: "\f75e";
}
.mgz-fa-researchgate:before {
  content: "\f4f8";
}
.mgz-fa-resolving:before {
  content: "\f3e7";
}
.mgz-fa-restroom:before {
  content: "\f7bd";
}
.mgz-fa-retweet:before {
  content: "\f079";
}
.mgz-fa-rev:before {
  content: "\f5b2";
}
.mgz-fa-ribbon:before {
  content: "\f4d6";
}
.mgz-fa-ring:before {
  content: "\f70b";
}
.mgz-fa-road:before {
  content: "\f018";
}
.mgz-fa-robot:before {
  content: "\f544";
}
.mgz-fa-rocket:before {
  content: "\f135";
}
.mgz-fa-rocketchat:before {
  content: "\f3e8";
}
.mgz-fa-rockrms:before {
  content: "\f3e9";
}
.mgz-fa-route:before {
  content: "\f4d7";
}
.mgz-fa-rss:before {
  content: "\f09e";
}
.mgz-fa-rss-square:before {
  content: "\f143";
}
.mgz-fa-ruble-sign:before {
  content: "\f158";
}
.mgz-fa-ruler:before {
  content: "\f545";
}
.mgz-fa-ruler-combined:before {
  content: "\f546";
}
.mgz-fa-ruler-horizontal:before {
  content: "\f547";
}
.mgz-fa-ruler-vertical:before {
  content: "\f548";
}
.mgz-fa-running:before {
  content: "\f70c";
}
.mgz-fa-rupee-sign:before {
  content: "\f156";
}
.mgz-fa-sad-cry:before {
  content: "\f5b3";
}
.mgz-fa-sad-tear:before {
  content: "\f5b4";
}
.mgz-fa-safari:before {
  content: "\f267";
}
.mgz-fa-salesforce:before {
  content: "\f83b";
}
.mgz-fa-sass:before {
  content: "\f41e";
}
.mgz-fa-satellite:before {
  content: "\f7bf";
}
.mgz-fa-satellite-dish:before {
  content: "\f7c0";
}
.mgz-fa-save:before {
  content: "\f0c7";
}
.mgz-fa-schlix:before {
  content: "\f3ea";
}
.mgz-fa-school:before {
  content: "\f549";
}
.mgz-fa-screwdriver:before {
  content: "\f54a";
}
.mgz-fa-scribd:before {
  content: "\f28a";
}
.mgz-fa-scroll:before {
  content: "\f70e";
}
.mgz-fa-sd-card:before {
  content: "\f7c2";
}
.mgz-fa-search:before {
  content: "\f002";
}
.mgz-fa-search-dollar:before {
  content: "\f688";
}
.mgz-fa-search-location:before {
  content: "\f689";
}
.mgz-fa-search-minus:before {
  content: "\f010";
}
.mgz-fa-search-plus:before {
  content: "\f00e";
}
.mgz-fa-searchengin:before {
  content: "\f3eb";
}
.mgz-fa-seedling:before {
  content: "\f4d8";
}
.mgz-fa-sellcast:before {
  content: "\f2da";
}
.mgz-fa-sellsy:before {
  content: "\f213";
}
.mgz-fa-server:before {
  content: "\f233";
}
.mgz-fa-servicestack:before {
  content: "\f3ec";
}
.mgz-fa-shapes:before {
  content: "\f61f";
}
.mgz-fa-share:before {
  content: "\f064";
}
.mgz-fa-share-alt:before {
  content: "\f1e0";
}
.mgz-fa-share-alt-square:before {
  content: "\f1e1";
}
.mgz-fa-share-square:before {
  content: "\f14d";
}
.mgz-fa-shekel-sign:before {
  content: "\f20b";
}
.mgz-fa-shield-alt:before {
  content: "\f3ed";
}
.mgz-fa-ship:before {
  content: "\f21a";
}
.mgz-fa-shipping-fast:before {
  content: "\f48b";
}
.mgz-fa-shirtsinbulk:before {
  content: "\f214";
}
.mgz-fa-shoe-prints:before {
  content: "\f54b";
}
.mgz-fa-shopping-bag:before {
  content: "\f290";
}
.mgz-fa-shopping-basket:before {
  content: "\f291";
}
.mgz-fa-shopping-cart:before {
  content: "\f07a";
}
.mgz-fa-shopware:before {
  content: "\f5b5";
}
.mgz-fa-shower:before {
  content: "\f2cc";
}
.mgz-fa-shuttle-van:before {
  content: "\f5b6";
}
.mgz-fa-sign:before {
  content: "\f4d9";
}
.mgz-fa-sign-in-alt:before {
  content: "\f2f6";
}
.mgz-fa-sign-language:before {
  content: "\f2a7";
}
.mgz-fa-sign-out-alt:before {
  content: "\f2f5";
}
.mgz-fa-signal:before {
  content: "\f012";
}
.mgz-fa-signature:before {
  content: "\f5b7";
}
.mgz-fa-sim-card:before {
  content: "\f7c4";
}
.mgz-fa-simplybuilt:before {
  content: "\f215";
}
.mgz-fa-sistrix:before {
  content: "\f3ee";
}
.mgz-fa-sitemap:before {
  content: "\f0e8";
}
.mgz-fa-sith:before {
  content: "\f512";
}
.mgz-fa-skating:before {
  content: "\f7c5";
}
.mgz-fa-sketch:before {
  content: "\f7c6";
}
.mgz-fa-skiing:before {
  content: "\f7c9";
}
.mgz-fa-skiing-nordic:before {
  content: "\f7ca";
}
.mgz-fa-skull:before {
  content: "\f54c";
}
.mgz-fa-skull-crossbones:before {
  content: "\f714";
}
.mgz-fa-skyatlas:before {
  content: "\f216";
}
.mgz-fa-skype:before {
  content: "\f17e";
}
.mgz-fa-slack:before {
  content: "\f198";
}
.mgz-fa-slack-hash:before {
  content: "\f3ef";
}
.mgz-fa-slash:before {
  content: "\f715";
}
.mgz-fa-sleigh:before {
  content: "\f7cc";
}
.mgz-fa-sliders-h:before {
  content: "\f1de";
}
.mgz-fa-slideshare:before {
  content: "\f1e7";
}
.mgz-fa-smile:before {
  content: "\f118";
}
.mgz-fa-smile-beam:before {
  content: "\f5b8";
}
.mgz-fa-smile-wink:before {
  content: "\f4da";
}
.mgz-fa-smog:before {
  content: "\f75f";
}
.mgz-fa-smoking:before {
  content: "\f48d";
}
.mgz-fa-smoking-ban:before {
  content: "\f54d";
}
.mgz-fa-sms:before {
  content: "\f7cd";
}
.mgz-fa-snapchat:before {
  content: "\f2ab";
}
.mgz-fa-snapchat-ghost:before {
  content: "\f2ac";
}
.mgz-fa-snapchat-square:before {
  content: "\f2ad";
}
.mgz-fa-snowboarding:before {
  content: "\f7ce";
}
.mgz-fa-snowflake:before {
  content: "\f2dc";
}
.mgz-fa-snowman:before {
  content: "\f7d0";
}
.mgz-fa-snowplow:before {
  content: "\f7d2";
}
.mgz-fa-socks:before {
  content: "\f696";
}
.mgz-fa-solar-panel:before {
  content: "\f5ba";
}
.mgz-fa-sort:before {
  content: "\f0dc";
}
.mgz-fa-sort-alpha-down:before {
  content: "\f15d";
}
.mgz-fa-sort-alpha-up:before {
  content: "\f15e";
}
.mgz-fa-sort-amount-down:before {
  content: "\f160";
}
.mgz-fa-sort-amount-up:before {
  content: "\f161";
}
.mgz-fa-sort-down:before {
  content: "\f0dd";
}
.mgz-fa-sort-numeric-down:before {
  content: "\f162";
}
.mgz-fa-sort-numeric-up:before {
  content: "\f163";
}
.mgz-fa-sort-up:before {
  content: "\f0de";
}
.mgz-fa-soundcloud:before {
  content: "\f1be";
}
.mgz-fa-sourcetree:before {
  content: "\f7d3";
}
.mgz-fa-spa:before {
  content: "\f5bb";
}
.mgz-fa-space-shuttle:before {
  content: "\f197";
}
.mgz-fa-speakap:before {
  content: "\f3f3";
}
.mgz-fa-speaker-deck:before {
  content: "\f83c";
}
.mgz-fa-spider:before {
  content: "\f717";
}
.mgz-fa-spinner:before {
  content: "\f110";
}
.mgz-fa-splotch:before {
  content: "\f5bc";
}
.mgz-fa-spotify:before {
  content: "\f1bc";
}
.mgz-fa-spray-can:before {
  content: "\f5bd";
}
.mgz-fa-square:before {
  content: "\f0c8";
}
.mgz-fa-square-full:before {
  content: "\f45c";
}
.mgz-fa-square-root-alt:before {
  content: "\f698";
}
.mgz-fa-squarespace:before {
  content: "\f5be";
}
.mgz-fa-stack-exchange:before {
  content: "\f18d";
}
.mgz-fa-stack-overflow:before {
  content: "\f16c";
}
.mgz-fa-stamp:before {
  content: "\f5bf";
}
.mgz-fa-star:before {
  content: "\f005";
}
.mgz-fa-star-and-crescent:before {
  content: "\f699";
}
.mgz-fa-star-half:before {
  content: "\f089";
}
.mgz-fa-star-half-alt:before {
  content: "\f5c0";
}
.mgz-fa-star-of-david:before {
  content: "\f69a";
}
.mgz-fa-star-of-life:before {
  content: "\f621";
}
.mgz-fa-staylinked:before {
  content: "\f3f5";
}
.mgz-fa-steam:before {
  content: "\f1b6";
}
.mgz-fa-steam-square:before {
  content: "\f1b7";
}
.mgz-fa-steam-symbol:before {
  content: "\f3f6";
}
.mgz-fa-step-backward:before {
  content: "\f048";
}
.mgz-fa-step-forward:before {
  content: "\f051";
}
.mgz-fa-stethoscope:before {
  content: "\f0f1";
}
.mgz-fa-sticker-mule:before {
  content: "\f3f7";
}
.mgz-fa-sticky-note:before {
  content: "\f249";
}
.mgz-fa-stop:before {
  content: "\f04d";
}
.mgz-fa-stop-circle:before {
  content: "\f28d";
}
.mgz-fa-stopwatch:before {
  content: "\f2f2";
}
.mgz-fa-store:before {
  content: "\f54e";
}
.mgz-fa-store-alt:before {
  content: "\f54f";
}
.mgz-fa-strava:before {
  content: "\f428";
}
.mgz-fa-stream:before {
  content: "\f550";
}
.mgz-fa-street-view:before {
  content: "\f21d";
}
.mgz-fa-strikethrough:before {
  content: "\f0cc";
}
.mgz-fa-stripe:before {
  content: "\f429";
}
.mgz-fa-stripe-s:before {
  content: "\f42a";
}
.mgz-fa-stroopwafel:before {
  content: "\f551";
}
.mgz-fa-studiovinari:before {
  content: "\f3f8";
}
.mgz-fa-stumbleupon:before {
  content: "\f1a4";
}
.mgz-fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.mgz-fa-subscript:before {
  content: "\f12c";
}
.mgz-fa-subway:before {
  content: "\f239";
}
.mgz-fa-suitcase:before {
  content: "\f0f2";
}
.mgz-fa-suitcase-rolling:before {
  content: "\f5c1";
}
.mgz-fa-sun:before {
  content: "\f185";
}
.mgz-fa-superpowers:before {
  content: "\f2dd";
}
.mgz-fa-superscript:before {
  content: "\f12b";
}
.mgz-fa-supple:before {
  content: "\f3f9";
}
.mgz-fa-surprise:before {
  content: "\f5c2";
}
.mgz-fa-suse:before {
  content: "\f7d6";
}
.mgz-fa-swatchbook:before {
  content: "\f5c3";
}
.mgz-fa-swimmer:before {
  content: "\f5c4";
}
.mgz-fa-swimming-pool:before {
  content: "\f5c5";
}
.mgz-fa-symfony:before {
  content: "\f83d";
}
.mgz-fa-synagogue:before {
  content: "\f69b";
}
.mgz-fa-sync:before {
  content: "\f021";
}
.mgz-fa-sync-alt:before {
  content: "\f2f1";
}
.mgz-fa-syringe:before {
  content: "\f48e";
}
.mgz-fa-table:before {
  content: "\f0ce";
}
.mgz-fa-table-tennis:before {
  content: "\f45d";
}
.mgz-fa-tablet:before {
  content: "\f10a";
}
.mgz-fa-tablet-alt:before {
  content: "\f3fa";
}
.mgz-fa-tablets:before {
  content: "\f490";
}
.mgz-fa-tachometer-alt:before {
  content: "\f3fd";
}
.mgz-fa-tag:before {
  content: "\f02b";
}
.mgz-fa-tags:before {
  content: "\f02c";
}
.mgz-fa-tape:before {
  content: "\f4db";
}
.mgz-fa-tasks:before {
  content: "\f0ae";
}
.mgz-fa-taxi:before {
  content: "\f1ba";
}
.mgz-fa-teamspeak:before {
  content: "\f4f9";
}
.mgz-fa-teeth:before {
  content: "\f62e";
}
.mgz-fa-teeth-open:before {
  content: "\f62f";
}
.mgz-fa-telegram:before {
  content: "\f2c6";
}
.mgz-fa-telegram-plane:before {
  content: "\f3fe";
}
.mgz-fa-temperature-high:before {
  content: "\f769";
}
.mgz-fa-temperature-low:before {
  content: "\f76b";
}
.mgz-fa-tencent-weibo:before {
  content: "\f1d5";
}
.mgz-fa-tenge:before {
  content: "\f7d7";
}
.mgz-fa-terminal:before {
  content: "\f120";
}
.mgz-fa-text-height:before {
  content: "\f034";
}
.mgz-fa-text-width:before {
  content: "\f035";
}
.mgz-fa-th:before {
  content: "\f00a";
}
.mgz-fa-th-large:before {
  content: "\f009";
}
.mgz-fa-th-list:before {
  content: "\f00b";
}
.mgz-fa-the-red-yeti:before {
  content: "\f69d";
}
.mgz-fa-theater-masks:before {
  content: "\f630";
}
.mgz-fa-themeco:before {
  content: "\f5c6";
}
.mgz-fa-themeisle:before {
  content: "\f2b2";
}
.mgz-fa-thermometer:before {
  content: "\f491";
}
.mgz-fa-thermometer-empty:before {
  content: "\f2cb";
}
.mgz-fa-thermometer-full:before {
  content: "\f2c7";
}
.mgz-fa-thermometer-half:before {
  content: "\f2c9";
}
.mgz-fa-thermometer-quarter:before {
  content: "\f2ca";
}
.mgz-fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.mgz-fa-think-peaks:before {
  content: "\f731";
}
.mgz-fa-thumbs-down:before {
  content: "\f165";
}
.mgz-fa-thumbs-up:before {
  content: "\f164";
}
.mgz-fa-thumbtack:before {
  content: "\f08d";
}
.mgz-fa-ticket-alt:before {
  content: "\f3ff";
}
.mgz-fa-times:before {
  content: "\f00d";
}
.mgz-fa-times-circle:before {
  content: "\f057";
}
.mgz-fa-tint:before {
  content: "\f043";
}
.mgz-fa-tint-slash:before {
  content: "\f5c7";
}
.mgz-fa-tired:before {
  content: "\f5c8";
}
.mgz-fa-toggle-off:before {
  content: "\f204";
}
.mgz-fa-toggle-on:before {
  content: "\f205";
}
.mgz-fa-toilet:before {
  content: "\f7d8";
}
.mgz-fa-toilet-paper:before {
  content: "\f71e";
}
.mgz-fa-toolbox:before {
  content: "\f552";
}
.mgz-fa-tools:before {
  content: "\f7d9";
}
.mgz-fa-tooth:before {
  content: "\f5c9";
}
.mgz-fa-torah:before {
  content: "\f6a0";
}
.mgz-fa-torii-gate:before {
  content: "\f6a1";
}
.mgz-fa-tractor:before {
  content: "\f722";
}
.mgz-fa-trade-federation:before {
  content: "\f513";
}
.mgz-fa-trademark:before {
  content: "\f25c";
}
.mgz-fa-traffic-light:before {
  content: "\f637";
}
.mgz-fa-train:before {
  content: "\f238";
}
.mgz-fa-tram:before {
  content: "\f7da";
}
.mgz-fa-transgender:before {
  content: "\f224";
}
.mgz-fa-transgender-alt:before {
  content: "\f225";
}
.mgz-fa-trash:before {
  content: "\f1f8";
}
.mgz-fa-trash-alt:before {
  content: "\f2ed";
}
.mgz-fa-trash-restore:before {
  content: "\f829";
}
.mgz-fa-trash-restore-alt:before {
  content: "\f82a";
}
.mgz-fa-tree:before {
  content: "\f1bb";
}
.mgz-fa-trello:before {
  content: "\f181";
}
.mgz-fa-tripadvisor:before {
  content: "\f262";
}
.mgz-fa-trophy:before {
  content: "\f091";
}
.mgz-fa-truck:before {
  content: "\f0d1";
}
.mgz-fa-truck-loading:before {
  content: "\f4de";
}
.mgz-fa-truck-monster:before {
  content: "\f63b";
}
.mgz-fa-truck-moving:before {
  content: "\f4df";
}
.mgz-fa-truck-pickup:before {
  content: "\f63c";
}
.mgz-fa-tshirt:before {
  content: "\f553";
}
.mgz-fa-tty:before {
  content: "\f1e4";
}
.mgz-fa-tumblr:before {
  content: "\f173";
}
.mgz-fa-tumblr-square:before {
  content: "\f174";
}
.mgz-fa-tv:before {
  content: "\f26c";
}
.mgz-fa-twitch:before {
  content: "\f1e8";
}
.mgz-fa-twitter:before {
  content: "\f099";
}
.mgz-fa-twitter-square:before {
  content: "\f081";
}
.mgz-fa-typo3:before {
  content: "\f42b";
}
.mgz-fa-uber:before {
  content: "\f402";
}
.mgz-fa-ubuntu:before {
  content: "\f7df";
}
.mgz-fa-uikit:before {
  content: "\f403";
}
.mgz-fa-umbrella:before {
  content: "\f0e9";
}
.mgz-fa-umbrella-beach:before {
  content: "\f5ca";
}
.mgz-fa-underline:before {
  content: "\f0cd";
}
.mgz-fa-undo:before {
  content: "\f0e2";
}
.mgz-fa-undo-alt:before {
  content: "\f2ea";
}
.mgz-fa-uniregistry:before {
  content: "\f404";
}
.mgz-fa-universal-access:before {
  content: "\f29a";
}
.mgz-fa-university:before {
  content: "\f19c";
}
.mgz-fa-unlink:before {
  content: "\f127";
}
.mgz-fa-unlock:before {
  content: "\f09c";
}
.mgz-fa-unlock-alt:before {
  content: "\f13e";
}
.mgz-fa-untappd:before {
  content: "\f405";
}
.mgz-fa-upload:before {
  content: "\f093";
}
.mgz-fa-ups:before {
  content: "\f7e0";
}
.mgz-fa-usb:before {
  content: "\f287";
}
.mgz-fa-user:before {
  content: "\f007";
}
.mgz-fa-user-alt:before {
  content: "\f406";
}
.mgz-fa-user-alt-slash:before {
  content: "\f4fa";
}
.mgz-fa-user-astronaut:before {
  content: "\f4fb";
}
.mgz-fa-user-check:before {
  content: "\f4fc";
}
.mgz-fa-user-circle:before {
  content: "\f2bd";
}
.mgz-fa-user-clock:before {
  content: "\f4fd";
}
.mgz-fa-user-cog:before {
  content: "\f4fe";
}
.mgz-fa-user-edit:before {
  content: "\f4ff";
}
.mgz-fa-user-friends:before {
  content: "\f500";
}
.mgz-fa-user-graduate:before {
  content: "\f501";
}
.mgz-fa-user-injured:before {
  content: "\f728";
}
.mgz-fa-user-lock:before {
  content: "\f502";
}
.mgz-fa-user-md:before {
  content: "\f0f0";
}
.mgz-fa-user-minus:before {
  content: "\f503";
}
.mgz-fa-user-ninja:before {
  content: "\f504";
}
.mgz-fa-user-nurse:before {
  content: "\f82f";
}
.mgz-fa-user-plus:before {
  content: "\f234";
}
.mgz-fa-user-secret:before {
  content: "\f21b";
}
.mgz-fa-user-shield:before {
  content: "\f505";
}
.mgz-fa-user-slash:before {
  content: "\f506";
}
.mgz-fa-user-tag:before {
  content: "\f507";
}
.mgz-fa-user-tie:before {
  content: "\f508";
}
.mgz-fa-user-times:before {
  content: "\f235";
}
.mgz-fa-users:before {
  content: "\f0c0";
}
.mgz-fa-users-cog:before {
  content: "\f509";
}
.mgz-fa-usps:before {
  content: "\f7e1";
}
.mgz-fa-ussunnah:before {
  content: "\f407";
}
.mgz-fa-utensil-spoon:before {
  content: "\f2e5";
}
.mgz-fa-utensils:before {
  content: "\f2e7";
}
.mgz-fa-vaadin:before {
  content: "\f408";
}
.mgz-fa-vector-square:before {
  content: "\f5cb";
}
.mgz-fa-venus:before {
  content: "\f221";
}
.mgz-fa-venus-double:before {
  content: "\f226";
}
.mgz-fa-venus-mars:before {
  content: "\f228";
}
.mgz-fa-viacoin:before {
  content: "\f237";
}
.mgz-fa-viadeo:before {
  content: "\f2a9";
}
.mgz-fa-viadeo-square:before {
  content: "\f2aa";
}
.mgz-fa-vial:before {
  content: "\f492";
}
.mgz-fa-vials:before {
  content: "\f493";
}
.mgz-fa-viber:before {
  content: "\f409";
}
.mgz-fa-video:before {
  content: "\f03d";
}
.mgz-fa-video-slash:before {
  content: "\f4e2";
}
.mgz-fa-vihara:before {
  content: "\f6a7";
}
.mgz-fa-vimeo:before {
  content: "\f40a";
}
.mgz-fa-vimeo-square:before {
  content: "\f194";
}
.mgz-fa-vimeo-v:before {
  content: "\f27d";
}
.mgz-fa-vine:before {
  content: "\f1ca";
}
.mgz-fa-vk:before {
  content: "\f189";
}
.mgz-fa-vnv:before {
  content: "\f40b";
}
.mgz-fa-volleyball-ball:before {
  content: "\f45f";
}
.mgz-fa-volume-down:before {
  content: "\f027";
}
.mgz-fa-volume-mute:before {
  content: "\f6a9";
}
.mgz-fa-volume-off:before {
  content: "\f026";
}
.mgz-fa-volume-up:before {
  content: "\f028";
}
.mgz-fa-vote-yea:before {
  content: "\f772";
}
.mgz-fa-vr-cardboard:before {
  content: "\f729";
}
.mgz-fa-vuejs:before {
  content: "\f41f";
}
.mgz-fa-walking:before {
  content: "\f554";
}
.mgz-fa-wallet:before {
  content: "\f555";
}
.mgz-fa-warehouse:before {
  content: "\f494";
}
.mgz-fa-water:before {
  content: "\f773";
}
.mgz-fa-wave-square:before {
  content: "\f83e";
}
.mgz-fa-waze:before {
  content: "\f83f";
}
.mgz-fa-weebly:before {
  content: "\f5cc";
}
.mgz-fa-weibo:before {
  content: "\f18a";
}
.mgz-fa-weight:before {
  content: "\f496";
}
.mgz-fa-weight-hanging:before {
  content: "\f5cd";
}
.mgz-fa-weixin:before {
  content: "\f1d7";
}
.mgz-fa-whatsapp:before {
  content: "\f232";
}
.mgz-fa-whatsapp-square:before {
  content: "\f40c";
}
.mgz-fa-wheelchair:before {
  content: "\f193";
}
.mgz-fa-whmcs:before {
  content: "\f40d";
}
.mgz-fa-wifi:before {
  content: "\f1eb";
}
.mgz-fa-wikipedia-w:before {
  content: "\f266";
}
.mgz-fa-wind:before {
  content: "\f72e";
}
.mgz-fa-window-close:before {
  content: "\f410";
}
.mgz-fa-window-maximize:before {
  content: "\f2d0";
}
.mgz-fa-window-minimize:before {
  content: "\f2d1";
}
.mgz-fa-window-restore:before {
  content: "\f2d2";
}
.mgz-fa-windows:before {
  content: "\f17a";
}
.mgz-fa-wine-bottle:before {
  content: "\f72f";
}
.mgz-fa-wine-glass:before {
  content: "\f4e3";
}
.mgz-fa-wine-glass-alt:before {
  content: "\f5ce";
}
.mgz-fa-wix:before {
  content: "\f5cf";
}
.mgz-fa-wizards-of-the-coast:before {
  content: "\f730";
}
.mgz-fa-wolf-pack-battalion:before {
  content: "\f514";
}
.mgz-fa-won-sign:before {
  content: "\f159";
}
.mgz-fa-wordpress:before {
  content: "\f19a";
}
.mgz-fa-wordpress-simple:before {
  content: "\f411";
}
.mgz-fa-wpbeginner:before {
  content: "\f297";
}
.mgz-fa-wpexplorer:before {
  content: "\f2de";
}
.mgz-fa-wpforms:before {
  content: "\f298";
}
.mgz-fa-wpressr:before {
  content: "\f3e4";
}
.mgz-fa-wrench:before {
  content: "\f0ad";
}
.mgz-fa-x-ray:before {
  content: "\f497";
}
.mgz-fa-xbox:before {
  content: "\f412";
}
.mgz-fa-xing:before {
  content: "\f168";
}
.mgz-fa-xing-square:before {
  content: "\f169";
}
.mgz-fa-y-combinator:before {
  content: "\f23b";
}
.mgz-fa-yahoo:before {
  content: "\f19e";
}
.mgz-fa-yammer:before {
  content: "\f840";
}
.mgz-fa-yandex:before {
  content: "\f413";
}
.mgz-fa-yandex-international:before {
  content: "\f414";
}
.mgz-fa-yarn:before {
  content: "\f7e3";
}
.mgz-fa-yelp:before {
  content: "\f1e9";
}
.mgz-fa-yen-sign:before {
  content: "\f157";
}
.mgz-fa-yin-yang:before {
  content: "\f6ad";
}
.mgz-fa-yoast:before {
  content: "\f2b1";
}
.mgz-fa-youtube:before {
  content: "\f167";
}
.mgz-fa-youtube-square:before {
  content: "\f431";
}
.mgz-fa-zhihu:before {
  content: "\f63f";
}
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
/*!
 * Font Awesome Free 5.8.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url('../../frontend/Harriswebworks/westrocksupply/en_US/Magezon_Core/webfonts/fa-solid-900.eot');
  src: url('../../frontend/Harriswebworks/westrocksupply/en_US/Magezon_Core/webfonts/fa-solid-900.eot?#iefix') format('embedded-opentype'), url('../../frontend/Harriswebworks/westrocksupply/en_US/Magezon_Core/webfonts/fa-solid-900.woff2') format('woff2'), url('../../frontend/Harriswebworks/westrocksupply/en_US/Magezon_Core/webfonts/fa-solid-900.woff') format('woff'), url('../../frontend/Harriswebworks/westrocksupply/en_US/Magezon_Core/webfonts/fa-solid-900.ttf') format('truetype'), url('../../frontend/Harriswebworks/westrocksupply/en_US/Magezon_Core/webfonts/fa-solid-900.svg#fontawesome') format('svg');
}
.fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
/*!
 * Font Awesome Free 5.8.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url('../../frontend/Harriswebworks/westrocksupply/en_US/Magezon_Core/webfonts/fa-regular-400.eot');
  src: url('../../frontend/Harriswebworks/westrocksupply/en_US/Magezon_Core/webfonts/fa-regular-400.eot?#iefix') format('embedded-opentype'), url('../../frontend/Harriswebworks/westrocksupply/en_US/Magezon_Core/webfonts/fa-regular-400.woff2') format('woff2'), url('../../frontend/Harriswebworks/westrocksupply/en_US/Magezon_Core/webfonts/fa-regular-400.woff') format('woff'), url('../../frontend/Harriswebworks/westrocksupply/en_US/Magezon_Core/webfonts/fa-regular-400.ttf') format('truetype'), url('../../frontend/Harriswebworks/westrocksupply/en_US/Magezon_Core/webfonts/fa-regular-400.svg#fontawesome') format('svg');
}
.far {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}
/*!
 * Font Awesome Free 5.8.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: normal;
  font-display: auto;
  src: url('../../frontend/Harriswebworks/westrocksupply/en_US/Magezon_Core/webfonts/fa-brands-400.eot');
  src: url('../../frontend/Harriswebworks/westrocksupply/en_US/Magezon_Core/webfonts/fa-brands-400.eot?#iefix') format('embedded-opentype'), url('../../frontend/Harriswebworks/westrocksupply/en_US/Magezon_Core/webfonts/fa-brands-400.woff2') format('woff2'), url('../../frontend/Harriswebworks/westrocksupply/en_US/Magezon_Core/webfonts/fa-brands-400.woff') format('woff'), url('../../frontend/Harriswebworks/westrocksupply/en_US/Magezon_Core/webfonts/fa-brands-400.ttf') format('truetype'), url('../../frontend/Harriswebworks/westrocksupply/en_US/Magezon_Core/webfonts/fa-brands-400.svg#fontawesome') format('svg');
}
.fab {
  font-family: 'Font Awesome 5 Brands';
}
@font-face {
  font-family: 'Magezon-Icons';
  font-display: swap;
  src:  url('../../frontend/Harriswebworks/westrocksupply/en_US/Magezon_Core/fonts/mgz_icons.eot?lbpphw');
  src:  url('../../frontend/Harriswebworks/westrocksupply/en_US/Magezon_Core/css/fonts/mgz_icons.eot?lbpphw#iefix') format('embedded-opentype'),
  url('../../frontend/Harriswebworks/westrocksupply/en_US/Magezon_Core/fonts/mgz_icons.ttf?lbpphw') format('truetype'),
  url('../../frontend/Harriswebworks/westrocksupply/en_US/Magezon_Core/fonts/mgz_icons.woff?lbpphw') format('woff'),
  url('../../frontend/Harriswebworks/westrocksupply/en_US/Magezon_Core/fonts/mgz_icons.svg?lbpphw#mgz_icons') format('svg');
  font-weight: normal;
  font-style: normal;
}

.mgz-icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Magezon-Icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.mgz-icon:before {
    font-family: inherit;
}

.mgz-icon-search:before {
  content: "\e8b6";
}
.mgz-icon-close:before {
  content: "\e62f";
}
.mgz-icon-add:before {
  content: "\e90d";
}
.mgz-icon-fullscreen:before {
  content: "\e915";
}
.mgz-icon-dragndrop:before {
  content: "\e913";
}
.mgz-icon-edit:before {
  content: "\e91d";
}
.mgz-icon-delete:before {
  content: "\e912";
}
.mgz-icon-clone:before {
  content: "\e911";
}
.mgz-icon-arrow_drop_right:before {
  content: "\e916";
}
.mgz-icon-arrow_drop_down:before {
  content: "\e5c5";
}
.mgz-icon-arrow_drop_up:before {
  content: "\e5c7";
}
.mgz-icon-1-1:before {
  content: "\e900";
}
.mgz-icon-1-2_1-2:before {
  content: "\e901";
}
.mgz-icon-1-3_1-3_1-3:before {
  content: "\e902";
}
.mgz-icon-1-4_1-2_1-4:before {
  content: "\e904";
}
.mgz-icon-1-4_1-4_1-4_1-4:before {
  content: "\e905";
}
.mgz-icon-1-4_3-4:before {
  content: "\e906";
}
.mgz-icon-1-6_1-6_1-6_1-2:before {
  content: "\e907";
}
.mgz-icon-1-6_1-6_1-6_1-6_1-6_1-6:before {
  content: "\e908";
}
.mgz-icon-l_15_15_15_15_15:before {
  content: "\e909";
}
.mgz-icon-1-6_2-3_1-6:before {
  content: "\e90a";
}
.mgz-icon-2-3_1-3:before {
  content: "\e90b";
}
.mgz-icon-5-6_1-6:before {
  content: "\e90c";
}
.mgz-icon-1-6_4-6_1-6:before {
  content: "\e90e";
}
.mgz-icon-row:before {
  content: "\e91e";
}
.mgz-icon-fullscreen:before {
  content: "\e915";
}
.mgz-icon-fullscreen_exit:before {
  content: "\e914";
}
.mgz-icon-check-mage:before {
  content: "\e62d";
}
.mgz-icon-plus:before {
  content: "\e61c";
}
.mgz-icon-minus:before {
  content: "\e60f";
}
.mgz-icon-remove:before {
  content: "\e604";
}
.mgz-icon-up:before {
  content: "\e621";
}
.mgz-icon-down:before {
  content: "\e622";
}
.mgz-icon-product:before {
  content: "\e608";
}
.mgz-icon-tabs:before {
  content: "\e879";
}
.mgz-icon-divider:before {
  content: "\e822";
  font-weight: bold;
}
.mgz-icon-spacer:before {
  content: "\e877";
  font-weight: bold;
}
.mgz-settings-icon:before{
  content: "\e910";
}
.mgz-icon-play:before {
  content: "\e939";
}
.mgz-icon-cms:before {
  content: "\e602";
}
.mgz-icon-testimonial:before {
  content: "\e920";
}
.mgz-icon-social-icons:before {
  content: "\e876";
}
.mgz-icon-pricing-table:before {
  content: "\e859";
}
.mgz-icon-accordion:before {
  content: "\e806";
}
.mgz-icon-number-counter:before {
  content: "\e921";
}
.mgz-icon-favorite:before {
  content: "\e895";
}
.mgz-icon-toggle:before {
  content: "\e887";
}
.mgz-icon-slideshow:before {
  content: "\e875";
}
.mgz-icon-icon-list:before {
  content: "\e893";
}
.mgz-icon-flip-box:before {
  content: "\e903";
}
.mgz-icon-code:before {
  content: "\e894";
}
.mgz-icon-countdown:before {
  content: "\e818";
}
.mgz-icon-magezon-pagebuilder:before {
  content: "\e922";
}
.mgz-icon-checkbox:before {
  content: "\e816";
}
.mgz-icon-number-field:before {
  content: "\e846";
}
.mgz-icon-menu-toggle:before {
  content: "\e943";
}
.mgz-icon-button:before {
  content: "\e812";
}
.mgz-icon-text-field:before {
  content: "\e882";
}
.mgz-icon-delete2:before {
  content: "\e630";
}
.mgz-icon-check:before {
  content: "\e5ca";
}
.mgz-icon-tablet-landscape:before {
  content: "\1f4bb";
}
.mgz-icon-mobile-portrait:before {
  content: "\1f4f1";
}
.mgz-icon-mobile-landscape:before {
  content: "\1f4f2";
}
.mgz-icon-desktop:before {
  content: "\1f4fa";
}
.mgz-icon-tablet-portrait:before {
  content: "\1f5b3";
}
.mgz-icon-arrow_downward:before {
  content: "\e5dc";
}
.mgz-icon-stores:before {
  content: "\e60e";
}
.mgz-icon-sales:before {
  content: "\e60b";
}
.mgz-icon-layers:before {
  content: "\1f5d7";
}
.mgz-icon-column:before {
  content: "\23f8";
}
.mgz-icon-minimize:before {
  content: "\e91c";
}[class*='mgz-col-'] {
  width: 100%;
  float: left;
}
.mgz-col-xs-1, .mgz-col-sm-1, .mgz-col-md-1, .mgz-col-lg-1, .mgz-col-xs-2, .mgz-col-sm-2, .mgz-col-md-2, .mgz-col-lg-2, .mgz-col-xs-3, .mgz-col-sm-3, .mgz-col-md-3, .mgz-col-lg-3, .mgz-col-xs-4, .mgz-col-sm-4, .mgz-col-md-4, .mgz-col-lg-4, .mgz-col-xs-5, .mgz-col-sm-5, .mgz-col-md-5, .mgz-col-lg-5, .mgz-col-xs-6, .mgz-col-sm-6, .mgz-col-md-6, .mgz-col-lg-6, .mgz-col-xs-7, .mgz-col-sm-7, .mgz-col-md-7, .mgz-col-lg-7, .mgz-col-xs-8, .mgz-col-sm-8, .mgz-col-md-8, .mgz-col-lg-8, .mgz-col-xs-9, .mgz-col-sm-9, .mgz-col-md-9, .mgz-col-lg-9, .mgz-col-xs-10, .mgz-col-sm-10, .mgz-col-md-10, .mgz-col-lg-10, .mgz-col-xs-11, .mgz-col-sm-11, .mgz-col-md-11, .mgz-col-lg-11, .mgz-col-xs-12, .mgz-col-sm-12, .mgz-col-md-12, .mgz-col-lg-12, .mgz-col-xs-15, .mgz-col-sm-15, .mgz-col-md-15, .mgz-col-lg-15, .mgz-col-xs-25, .mgz-col-sm-25, .mgz-col-md-25, .mgz-col-lg-25, .mgz-col-xs-35, .mgz-col-sm-35, .mgz-col-md-35, .mgz-col-lg-35, .mgz-col-xs-45, .mgz-col-sm-45, .mgz-col-md-45, .mgz-col-lg-45 {
  position: relative;
  min-height: 1px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mgz-col-xs-1, .mgz-col-xs-2, .mgz-col-xs-3, .mgz-col-xs-4, .mgz-col-xs-5, .mgz-col-xs-6, .mgz-col-xs-7, .mgz-col-xs-8, .mgz-col-xs-9, .mgz-col-xs-10, .mgz-col-xs-11, .mgz-col-xs-12, .mgz-col-xs-15, .mgz-col-xs-25, .mgz-col-xs-35, .mgz-col-xs-45 {
  float: left;
}
.mgz-col-xs-12 {
  width: 100%;
}
.mgz-col-xs-11 {
  width: 91.66666667%;
}
.mgz-col-xs-10 {
  width: 83.33333333%;
}
.mgz-col-xs-9 {
  width: 75%;
}
.mgz-col-xs-8 {
  width: 66.66666667%;
}
.mgz-col-xs-7 {
  width: 58.33333333%;
}
.mgz-col-xs-6 {
  width: 50%;
}
.mgz-col-xs-5 {
  width: 41.66666667%;
}
.mgz-col-xs-4 {
  width: 33.33333333%;
}
.mgz-col-xs-3 {
  width: 25%;
}
.mgz-col-xs-15 {
  width: 20%;
}
.mgz-col-xs-25 {
  width: 40%;
}
.mgz-col-xs-35 {
  width: 60%;
}
.mgz-col-xs-45 {
  width: 80%;
}
.mgz-col-xs-2 {
  width: 16.66666667%;
}
.mgz-col-xs-1 {
  width: 8.33333333%;
}
.mgz-col-xs-pull-12 {
  right: 100%;
}
.mgz-col-xs-pull-11 {
  right: 91.66666667%;
}
.mgz-col-xs-pull-10 {
  right: 83.33333333%;
}
.mgz-col-xs-pull-9 {
  right: 75%;
}
.mgz-col-xs-pull-8 {
  right: 66.66666667%;
}
.mgz-col-xs-pull-7 {
  right: 58.33333333%;
}
.mgz-col-xs-pull-6 {
  right: 50%;
}
.mgz-col-xs-pull-5 {
  right: 41.66666667%;
}
.mgz-col-xs-pull-4 {
  right: 33.33333333%;
}
.mgz-col-xs-pull-3 {
  right: 25%;
}
.mgz-col-xs-pull-15 {
  right: 20%;
}
.mgz-col-xs-pull-25 {
  right: 40%;
}
.mgz-col-xs-pull-35 {
  right: 60%;
}
.mgz-col-xs-pull-45 {
  right: 80%;
}
.mgz-col-xs-pull-2 {
  right: 16.66666667%;
}
.mgz-col-xs-pull-1 {
  right: 8.33333333%;
}
.mgz-col-xs-pull-0 {
  right: auto;
}
.mgz-col-xs-push-12 {
  left: 100%;
}
.mgz-col-xs-push-11 {
  left: 91.66666667%;
}
.mgz-col-xs-push-10 {
  left: 83.33333333%;
}
.mgz-col-xs-push-9 {
  left: 75%;
}
.mgz-col-xs-push-8 {
  left: 66.66666667%;
}
.mgz-col-xs-push-7 {
  left: 58.33333333%;
}
.mgz-col-xs-push-6 {
  left: 50%;
}
.mgz-col-xs-push-5 {
  left: 41.66666667%;
}
.mgz-col-xs-push-4 {
  left: 33.33333333%;
}
.mgz-col-xs-push-3 {
  left: 25%;
}
.mgz-col-xs-push-15 {
  left: 20%;
}
.mgz-col-xs-push-25 {
  left: 40%;
}
.mgz-col-xs-push-35 {
  left: 60%;
}
.mgz-col-xs-push-45 {
  left: 80%;
}
.mgz-col-xs-push-2 {
  left: 16.66666667%;
}
.mgz-col-xs-push-1 {
  left: 8.33333333%;
}
.mgz-col-xs-push-0 {
  left: auto;
}
.mgz-col-xs-offset-12 {
  margin-left: 100%;
}
.mgz-col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.mgz-col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.mgz-col-xs-offset-9 {
  margin-left: 75%;
}
.mgz-col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.mgz-col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.mgz-col-xs-offset-6 {
  margin-left: 50%;
}
.mgz-col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.mgz-col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.mgz-col-xs-offset-3 {
  margin-left: 25%;
}
.mgz-col-xs-offset-15 {
  margin-left: 20%;
}
.mgz-col-xs-offset-25 {
  margin-left: 40%;
}
.mgz-col-xs-offset-35 {
  margin-left: 60%;
}
.mgz-col-xs-offset-45 {
  margin-left: 80%;
}
.mgz-col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.mgz-col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.mgz-col-xs-offset-0 {
  margin-left: 0%;
}

.mgz-container {
  width: 1280px;
  max-width: 100%;
  margin: 0 auto;
}

.mgz-row:before,
.mgz-row:after {
  content: " ";
  display: table;
}
.mgz-row:after {
  clear: both;
}

.mgz-text-left {
  text-align: left
}

.mgz-text-right {
  text-align: right
}

.mgz-text-center {
  text-align: center
}

.mgz-text-justify {
  text-align: justify
}

.f-right {
  float: right;
  width: auto;
}

.f-left {
  float: left;
  width: auto;
}

.f-none {
  float: none;
  width: auto;
}
@media (min-width: 576px) {
  .mgz-col-sm-1, .mgz-col-sm-2, .mgz-col-sm-3, .mgz-col-sm-4, .mgz-col-sm-5, .mgz-col-sm-6, .mgz-col-sm-7, .mgz-col-sm-8, .mgz-col-sm-9, .mgz-col-sm-10, .mgz-col-sm-11, .mgz-col-sm-12, .mgz-col-sm-15, .mgz-col-sm-25, .mgz-col-sm-35, .mgz-col-sm-45 {
    float: left;
  }
  .mgz-col-sm-12 {
    width: 100%;
  }
  .mgz-col-sm-11 {
    width: 91.66666667%;
  }
  .mgz-col-sm-10 {
    width: 83.33333333%;
  }
  .mgz-col-sm-9 {
    width: 75%;
  }
  .mgz-col-sm-8 {
    width: 66.66666667%;
  }
  .mgz-col-sm-7 {
    width: 58.33333333%;
  }
  .mgz-col-sm-6 {
    width: 50%;
  }
  .mgz-col-sm-5 {
    width: 41.66666667%;
  }
  .mgz-col-sm-4 {
    width: 33.33333333%;
  }
  .mgz-col-sm-3 {
    width: 25%;
  }
  .mgz-col-sm-15 {
    width: 20%;
  }
  .mgz-col-sm-25 {
    width: 40%;
  }
  .mgz-col-sm-35 {
    width: 60%;
  }
  .mgz-col-sm-45 {
    width: 80%;
  }
  .mgz-col-sm-2 {
    width: 16.66666667%;
  }
  .mgz-col-sm-1 {
    width: 8.33333333%;
  }
  .mgz-col-sm-pull-12 {
    right: 100%;
  }
  .mgz-col-sm-pull-11 {
    right: 91.66666667%;
  }
  .mgz-col-sm-pull-10 {
    right: 83.33333333%;
  }
  .mgz-col-sm-pull-9 {
    right: 75%;
  }
  .mgz-col-sm-pull-8 {
    right: 66.66666667%;
  }
  .mgz-col-sm-pull-7 {
    right: 58.33333333%;
  }
  .mgz-col-sm-pull-6 {
    right: 50%;
  }
  .mgz-col-sm-pull-5 {
    right: 41.66666667%;
  }
  .mgz-col-sm-pull-4 {
    right: 33.33333333%;
  }
  .mgz-col-sm-pull-3 {
    right: 25%;
  }
  .mgz-col-sm-pull-15 {
    right: 20%;
  }
  .mgz-col-sm-pull-25 {
    right: 40%;
  }
  .mgz-col-sm-pull-35 {
    right: 60%;
  }
  .mgz-col-sm-pull-45 {
    right: 80%;
  }
  .mgz-col-sm-pull-2 {
    right: 16.66666667%;
  }
  .mgz-col-sm-pull-1 {
    right: 8.33333333%;
  }
  .mgz-col-sm-pull-0 {
    right: auto;
  }
  .mgz-col-sm-push-12 {
    left: 100%;
  }
  .mgz-col-sm-push-11 {
    left: 91.66666667%;
  }
  .mgz-col-sm-push-10 {
    left: 83.33333333%;
  }
  .mgz-col-sm-push-9 {
    left: 75%;
  }
  .mgz-col-sm-push-8 {
    left: 66.66666667%;
  }
  .mgz-col-sm-push-7 {
    left: 58.33333333%;
  }
  .mgz-col-sm-push-6 {
    left: 50%;
  }
  .mgz-col-sm-push-5 {
    left: 41.66666667%;
  }
  .mgz-col-sm-push-4 {
    left: 33.33333333%;
  }
  .mgz-col-sm-push-3 {
    left: 25%;
  }
  .mgz-col-sm-push-15 {
    left: 20%;
  }
  .mgz-col-sm-push-25 {
    left: 40%;
  }
  .mgz-col-sm-push-35 {
    left: 60%;
  }
  .mgz-col-sm-push-45 {
    left: 80%;
  }
  .mgz-col-sm-push-2 {
    left: 16.66666667%;
  }
  .mgz-col-sm-push-1 {
    left: 8.33333333%;
  }
  .mgz-col-sm-push-0 {
    left: auto;
  }
  .mgz-col-sm-offset-12 {
    margin-left: 100%;
  }
  .mgz-col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .mgz-col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .mgz-col-sm-offset-9 {
    margin-left: 75%;
  }
  .mgz-col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .mgz-col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .mgz-col-sm-offset-6 {
    margin-left: 50%;
  }
  .mgz-col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .mgz-col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .mgz-col-sm-offset-3 {
    margin-left: 25%;
  }
  .mgz-col-sm-offset-15 {
    margin-left: 20%;
  }
  .mgz-col-sm-offset-25 {
    margin-left: 40%;
  }
  .mgz-col-sm-offset-35 {
    margin-left: 60%;
  }
  .mgz-col-sm-offset-45 {
    margin-left: 80%;
  }
  .mgz-col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .mgz-col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .mgz-col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 768px) {
  .mgz-col-md-1, .mgz-col-md-2, .mgz-col-md-3, .mgz-col-md-4, .mgz-col-md-5, .mgz-col-md-6, .mgz-col-md-7, .mgz-col-md-8, .mgz-col-md-9, .mgz-col-md-10, .mgz-col-md-11, .mgz-col-md-12, .mgz-col-md-15, .mgz-col-md-25, .mgz-col-md-35, .mgz-col-md-45 {
    float: left;
  }
  .mgz-col-md-12 {
    width: 100%;
  }
  .mgz-col-md-11 {
    width: 91.66666667%;
  }
  .mgz-col-md-10 {
    width: 83.33333333%;
  }
  .mgz-col-md-9 {
    width: 75%;
  }
  .mgz-col-md-8 {
    width: 66.66666667%;
  }
  .mgz-col-md-7 {
    width: 58.33333333%;
  }
  .mgz-col-md-6 {
    width: 50%;
  }
  .mgz-col-md-5 {
    width: 41.66666667%;
  }
  .mgz-col-md-4 {
    width: 33.33333333%;
  }
  .mgz-col-md-3 {
    width: 25%;
  }
  .mgz-col-md-15 {
    width: 20%;
  }
  .mgz-col-md-25 {
    width: 40%;
  }
  .mgz-col-md-35 {
    width: 60%;
  }
  .mgz-col-md-45 {
    width: 80%;
  }
  .mgz-col-md-2 {
    width: 16.66666667%;
  }
  .mgz-col-md-1 {
    width: 8.33333333%;
  }
  .mgz-col-md-pull-12 {
    right: 100%;
  }
  .mgz-col-md-pull-11 {
    right: 91.66666667%;
  }
  .mgz-col-md-pull-10 {
    right: 83.33333333%;
  }
  .mgz-col-md-pull-9 {
    right: 75%;
  }
  .mgz-col-md-pull-8 {
    right: 66.66666667%;
  }
  .mgz-col-md-pull-7 {
    right: 58.33333333%;
  }
  .mgz-col-md-pull-6 {
    right: 50%;
  }
  .mgz-col-md-pull-5 {
    right: 41.66666667%;
  }
  .mgz-col-md-pull-4 {
    right: 33.33333333%;
  }
  .mgz-col-md-pull-3 {
    right: 25%;
  }
  .mgz-col-md-pull-15 {
    right: 20%;
  }
  .mgz-col-md-pull-25 {
    right: 40%;
  }
  .mgz-col-md-pull-35 {
    right: 60%;
  }
  .mgz-col-md-pull-45 {
    right: 80%;
  }
  .mgz-col-md-pull-2 {
    right: 16.66666667%;
  }
  .mgz-col-md-pull-1 {
    right: 8.33333333%;
  }
  .mgz-col-md-pull-0 {
    right: auto;
  }
  .mgz-col-md-push-12 {
    left: 100%;
  }
  .mgz-col-md-push-11 {
    left: 91.66666667%;
  }
  .mgz-col-md-push-10 {
    left: 83.33333333%;
  }
  .mgz-col-md-push-9 {
    left: 75%;
  }
  .mgz-col-md-push-8 {
    left: 66.66666667%;
  }
  .mgz-col-md-push-7 {
    left: 58.33333333%;
  }
  .mgz-col-md-push-6 {
    left: 50%;
  }
  .mgz-col-md-push-5 {
    left: 41.66666667%;
  }
  .mgz-col-md-push-4 {
    left: 33.33333333%;
  }
  .mgz-col-md-push-3 {
    left: 25%;
  }
  .mgz-col-md-push-15 {
    left: 20%;
  }
  .mgz-col-md-push-25 {
    left: 40%;
  }
  .mgz-col-md-push-35 {
    left: 60%;
  }
  .mgz-col-md-push-45 {
    left: 80%;
  }
  .mgz-col-md-push-2 {
    left: 16.66666667%;
  }
  .mgz-col-md-push-1 {
    left: 8.33333333%;
  }
  .mgz-col-md-push-0 {
    left: auto;
  }
  .mgz-col-md-offset-12 {
    margin-left: 100%;
  }
  .mgz-col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .mgz-col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .mgz-col-md-offset-9 {
    margin-left: 75%;
  }
  .mgz-col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .mgz-col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .mgz-col-md-offset-6 {
    margin-left: 50%;
  }
  .mgz-col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .mgz-col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .mgz-col-md-offset-3 {
    margin-left: 25%;
  }
  .mgz-col-md-offset-15 {
    margin-left: 20%;
  }
  .mgz-col-md-offset-25 {
    margin-left: 40%;
  }
  .mgz-col-md-offset-35 {
    margin-left: 60%;
  }
  .mgz-col-md-offset-45 {
    margin-left: 80%;
  }
  .mgz-col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .mgz-col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .mgz-col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .mgz-col-lg-1, .mgz-col-lg-2, .mgz-col-lg-3, .mgz-col-lg-4, .mgz-col-lg-5, .mgz-col-lg-6, .mgz-col-lg-7, .mgz-col-lg-8, .mgz-col-lg-9, .mgz-col-lg-10, .mgz-col-lg-11, .mgz-col-lg-12, .mgz-col-lg-15, .mgz-col-lg-25, .mgz-col-lg-35, .mgz-col-lg-45 {
    float: left;
  }
  .mgz-col-lg-12 {
    width: 100%;
  }
  .mgz-col-lg-11 {
    width: 91.66666667%;
  }
  .mgz-col-lg-10 {
    width: 83.33333333%;
  }
  .mgz-col-lg-9 {
    width: 75%;
  }
  .mgz-col-lg-8 {
    width: 66.66666667%;
  }
  .mgz-col-lg-7 {
    width: 58.33333333%;
  }
  .mgz-col-lg-6 {
    width: 50%;
  }
  .mgz-col-lg-5 {
    width: 41.66666667%;
  }
  .mgz-col-lg-4 {
    width: 33.33333333%;
  }
  .mgz-col-lg-3 {
    width: 25%;
  }
  .mgz-col-lg-15 {
    width: 20%;
  }
  .mgz-col-lg-25 {
    width: 40%;
  }
  .mgz-col-lg-35 {
    width: 60%;
  }
  .mgz-col-lg-45 {
    width: 80%;
  }
  .mgz-col-lg-2 {
    width: 16.66666667%;
  }
  .mgz-col-lg-1 {
    width: 8.33333333%;
  }
  .mgz-col-lg-pull-12 {
    right: 100%;
  }
  .mgz-col-lg-pull-11 {
    right: 91.66666667%;
  }
  .mgz-col-lg-pull-10 {
    right: 83.33333333%;
  }
  .mgz-col-lg-pull-9 {
    right: 75%;
  }
  .mgz-col-lg-pull-8 {
    right: 66.66666667%;
  }
  .mgz-col-lg-pull-7 {
    right: 58.33333333%;
  }
  .mgz-col-lg-pull-6 {
    right: 50%;
  }
  .mgz-col-lg-pull-5 {
    right: 41.66666667%;
  }
  .mgz-col-lg-pull-4 {
    right: 33.33333333%;
  }
  .mgz-col-lg-pull-3 {
    right: 25%;
  }
  .mgz-col-lg-pull-15 {
    right: 20%;
  }
  .mgz-col-lg-pull-25 {
    right: 40%;
  }
  .mgz-col-lg-pull-35 {
    right: 60%;
  }
  .mgz-col-lg-pull-45 {
    right: 80%;
  }
  .mgz-col-lg-pull-2 {
    right: 16.66666667%;
  }
  .mgz-col-lg-pull-1 {
    right: 8.33333333%;
  }
  .mgz-col-lg-pull-0 {
    right: auto;
  }
  .mgz-col-lg-push-12 {
    left: 100%;
  }
  .mgz-col-lg-push-11 {
    left: 91.66666667%;
  }
  .mgz-col-lg-push-10 {
    left: 83.33333333%;
  }
  .mgz-col-lg-push-9 {
    left: 75%;
  }
  .mgz-col-lg-push-8 {
    left: 66.66666667%;
  }
  .mgz-col-lg-push-7 {
    left: 58.33333333%;
  }
  .mgz-col-lg-push-6 {
    left: 50%;
  }
  .mgz-col-lg-push-5 {
    left: 41.66666667%;
  }
  .mgz-col-lg-push-4 {
    left: 33.33333333%;
  }
  .mgz-col-lg-push-3 {
    left: 25%;
  }
  .mgz-col-lg-push-15 {
    left: 20%;
  }
  .mgz-col-lg-push-25 {
    left: 40%;
  }
  .mgz-col-lg-push-35 {
    left: 60%;
  }
  .mgz-col-lg-push-45 {
    left: 80%;
  }
  .mgz-col-lg-push-2 {
    left: 16.66666667%;
  }
  .mgz-col-lg-push-1 {
    left: 8.33333333%;
  }
  .mgz-col-lg-push-0 {
    left: auto;
  }
  .mgz-col-lg-offset-12 {
    margin-left: 100%;
  }
  .mgz-col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .mgz-col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .mgz-col-lg-offset-9 {
    margin-left: 75%;
  }
  .mgz-col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .mgz-col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .mgz-col-lg-offset-6 {
    margin-left: 50%;
  }
  .mgz-col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .mgz-col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .mgz-col-lg-offset-3 {
    margin-left: 25%;
  }
  .mgz-col-lg-offset-15 {
    margin-left: 20%;
  }
  .mgz-col-lg-offset-25 {
    margin-left: 40%;
  }
  .mgz-col-lg-offset-35 {
    margin-left: 60%;
  }
  .mgz-col-lg-offset-45 {
    margin-left: 80%;
  }
  .mgz-col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .mgz-col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .mgz-col-lg-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .mgz-col-xl-1, .mgz-col-xl-2, .mgz-col-xl-3, .mgz-col-xl-4, .mgz-col-xl-5, .mgz-col-xl-6, .mgz-col-xl-7, .mgz-col-xl-8, .mgz-col-xl-9, .mgz-col-xl-10, .mgz-col-xl-11, .mgz-col-xl-12, .mgz-col-xl-15, .mgz-col-xl-25, .mgz-col-xl-35, .mgz-col-xl-45 {
    float: left;
  }
  .mgz-col-xl-12 {
    width: 100%;
  }
  .mgz-col-xl-11 {
    width: 91.66666667%;
  }
  .mgz-col-xl-10 {
    width: 83.33333333%;
  }
  .mgz-col-xl-9 {
    width: 75%;
  }
  .mgz-col-xl-8 {
    width: 66.66666667%;
  }
  .mgz-col-xl-7 {
    width: 58.33333333%;
  }
  .mgz-col-xl-6 {
    width: 50%;
  }
  .mgz-col-xl-5 {
    width: 41.66666667%;
  }
  .mgz-col-xl-4 {
    width: 33.33333333%;
  }
  .mgz-col-xl-3 {
    width: 25%;
  }
  .mgz-col-xl-15 {
    width: 20%;
  }
  .mgz-col-xl-25 {
    width: 40%;
  }
  .mgz-col-xl-35 {
    width: 60%;
  }
  .mgz-col-xl-45 {
    width: 80%;
  }
  .mgz-col-xl-2 {
    width: 16.66666667%;
  }
  .mgz-col-xl-1 {
    width: 8.33333333%;
  }
  .mgz-col-xl-pull-12 {
    right: 100%;
  }
  .mgz-col-xl-pull-11 {
    right: 91.66666667%;
  }
  .mgz-col-xl-pull-10 {
    right: 83.33333333%;
  }
  .mgz-col-xl-pull-9 {
    right: 75%;
  }
  .mgz-col-xl-pull-8 {
    right: 66.66666667%;
  }
  .mgz-col-xl-pull-7 {
    right: 58.33333333%;
  }
  .mgz-col-xl-pull-6 {
    right: 50%;
  }
  .mgz-col-xl-pull-5 {
    right: 41.66666667%;
  }
  .mgz-col-xl-pull-4 {
    right: 33.33333333%;
  }
  .mgz-col-xl-pull-3 {
    right: 25%;
  }
  .mgz-col-xl-pull-15 {
    right: 20%;
  }
  .mgz-col-xl-pull-25 {
    right: 40%;
  }
  .mgz-col-xl-pull-35 {
    right: 60%;
  }
  .mgz-col-xl-pull-45 {
    right: 80%;
  }
  .mgz-col-xl-pull-2 {
    right: 16.66666667%;
  }
  .mgz-col-xl-pull-1 {
    right: 8.33333333%;
  }
  .mgz-col-xl-pull-0 {
    right: auto;
  }
  .mgz-col-xl-push-12 {
    left: 100%;
  }
  .mgz-col-xl-push-11 {
    left: 91.66666667%;
  }
  .mgz-col-xl-push-10 {
    left: 83.33333333%;
  }
  .mgz-col-xl-push-9 {
    left: 75%;
  }
  .mgz-col-xl-push-8 {
    left: 66.66666667%;
  }
  .mgz-col-xl-push-7 {
    left: 58.33333333%;
  }
  .mgz-col-xl-push-6 {
    left: 50%;
  }
  .mgz-col-xl-push-5 {
    left: 41.66666667%;
  }
  .mgz-col-xl-push-4 {
    left: 33.33333333%;
  }
  .mgz-col-xl-push-3 {
    left: 25%;
  }
  .mgz-col-xl-push-15 {
    left: 20%;
  }
  .mgz-col-xl-push-25 {
    left: 40%;
  }
  .mgz-col-xl-push-35 {
    left: 60%;
  }
  .mgz-col-xl-push-45 {
    left: 80%;
  }
  .mgz-col-xl-push-2 {
    left: 16.66666667%;
  }
  .mgz-col-xl-push-1 {
    left: 8.33333333%;
  }
  .mgz-col-xl-push-0 {
    left: auto;
  }
  .mgz-col-xl-offset-12 {
    margin-left: 100%;
  }
  .mgz-col-xl-offset-11 {
    margin-left: 91.66666667%;
  }
  .mgz-col-xl-offset-10 {
    margin-left: 83.33333333%;
  }
  .mgz-col-xl-offset-9 {
    margin-left: 75%;
  }
  .mgz-col-xl-offset-8 {
    margin-left: 66.66666667%;
  }
  .mgz-col-xl-offset-7 {
    margin-left: 58.33333333%;
  }
  .mgz-col-xl-offset-6 {
    margin-left: 50%;
  }
  .mgz-col-xl-offset-5 {
    margin-left: 41.66666667%;
  }
  .mgz-col-xl-offset-4 {
    margin-left: 33.33333333%;
  }
  .mgz-col-xl-offset-3 {
    margin-left: 25%;
  }
  .mgz-col-xl-offset-15 {
    margin-left: 20%;
  }
  .mgz-col-xl-offset-25 {
    margin-left: 40%;
  }
  .mgz-col-xl-offset-35 {
    margin-left: 60%;
  }
  .mgz-col-xl-offset-45 {
    margin-left: 80%;
  }
  .mgz-col-xl-offset-2 {
    margin-left: 16.66666667%;
  }
  .mgz-col-xl-offset-1 {
    margin-left: 8.33333333%;
  }
  .mgz-col-xl-offset-0 {
    margin-left: 0%;
  }
}
@media (max-width: 575px) {
  .mgz-grid-col-xs-6 > div:nth-child(6n+1),
  .mgz-grid-col-xs-3 > div:nth-child(3n+1),
  .mgz-grid-col-xs-4 > div:nth-child(4n+1),
  .mgz-grid-col-xs-15 > div:nth-child(5n+1),
  .mgz-grid-col-xs-2 > div:nth-child(2n+1) {
    clear: left;
  }
  .mgz-grid-col-xs-6> div,
  .mgz-grid-col-xs-3 > div,
  .mgz-grid-col-xs-4 > div,
  .mgz-grid-col-xs-15 > div,
  .mgz-grid-col-xs-2 > div {
    float: left;
  }
  .mgz-grid-col-xs-6 > div {
    width: 16.66666667%;
  }
  .mgz-grid-col-xs-3 > div {
    width: 33.33333333%;
  }
  .mgz-grid-col-xs-4 > div {
    width: 25%;
  }
  .mgz-grid-col-xs-15 > div {
    width: 20%;
  }
  .mgz-grid-col-xs-2 > div {
    width: 50%;
  }
  .mgz-hidden-xs {
    display: none !important;
  }
  .xs_left {
    text-align: left;
  }
  .xs_center {
    text-align: center;
  }
  .xs_right {
    text-align: right;
  }
  .xs_f-right {
    float: right;
  }
  .xs_f-left {
    float: left;
  }
  .xs_f-none {
    float: none;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .mgz-grid-col-xs-12 > div:nth-child(12n+1),
  .mgz-grid-col-xs-6 > div:nth-child(6n+1),
  .mgz-grid-col-xs-5 > div:nth-child(5n+1),
  .mgz-grid-col-xs-4 > div:nth-child(4n+1),
  .mgz-grid-col-xs-3 > div:nth-child(3n+1),
  .mgz-grid-col-xs-2 > div:nth-child(2n+1),
  .mgz-grid-col-xs-1 > div:nth-child(1n+1) {
    clear: left;
  }
  .mgz-grid-col-xs-12 > div,
  .mgz-grid-col-xs-6 > div,
  .mgz-grid-col-xs-5 > div,
  .mgz-grid-col-xs-4 > div,
  .mgz-grid-col-xs-3 > div,
  .mgz-grid-col-xs-2 > div,
  .mgz-grid-col-xs-1 > div {
    float: left;
  }
  .mgz-grid-col-xs-12 > div {
    width: 8.33333333%;
  }
  .mgz-grid-col-xs-6 > div {
    width: 16.66666667%;
  }
  .mgz-grid-col-xs-5 > div {
    width: 20%;
  }
  .mgz-grid-col-xs-4 > div {
    width: 25%;
  }
  .mgz-grid-col-xs-3 > div {
    width: 33.33333333%;
  }
  .mgz-grid-col-xs-2 > div {
    width: 50%;
  }
  .mgz-grid-col-xs-1 > div {
    width: 100%;
  }
  .mgz-hidden-sm {
    display: none !important;
  }
  .sm_left {
    text-align: left;
  }
  .sm_center {
    text-align: center;
  }
  .sm_right {
    text-align: right;
  }
  .sm_f-right {
    float: right;
  }
  .sm_f-left {
    float: left;
  }
  .sm_f-none {
    float: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mgz-grid-col-md-12 > div:nth-child(12n+1),
  .mgz-grid-col-md-6 > div:nth-child(6n+1),
  .mgz-grid-col-md-5 > div:nth-child(5n+1),
  .mgz-grid-col-md-4 > div:nth-child(4n+1),
  .mgz-grid-col-md-3 > div:nth-child(3n+1),
  .mgz-grid-col-md-2 > div:nth-child(2n+1),
  .mgz-grid-col-md-1 > div:nth-child(1n+1) {
    clear: left;
  }
  .mgz-grid-col-md-12 > div,
  .mgz-grid-col-md-6 > div,
  .mgz-grid-col-md-5 > div,
  .mgz-grid-col-md-4 > div,
  .mgz-grid-col-md-3 > div,
  .mgz-grid-col-md-2 > div,
  .mgz-grid-col-md-1 > div {
    float: left;
  }
  .mgz-grid-col-md-12 > div {
    width: 8.33333333%;
  }
  .mgz-grid-col-md-6 > div {
    width: 16.66666667%;
  }
  .mgz-grid-col-md-5 > div {
    width: 20%;
  }
  .mgz-grid-col-md-4 > div {
    width: 25%;
  }
  .mgz-grid-col-md-3 > div {
    width: 33.33333333%;
  }
  .mgz-grid-col-md-2 > div {
    width: 50%;
  }
  .mgz-grid-col-md-1 > div {
    width: 100%;
  }
  .mgz-hidden-md {
    display: none !important;
  }
  .md_left {
    text-align: left;
  }
  .md_center {
    text-align: center;
  }
  .md_right {
    text-align: right;
  }
  .md_f-right {
    float: right;
  }
  .md_f-left {
    float: left;
  }
  .md_f-none {
    float: none;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .mgz-grid-col-lg-12 > div:nth-child(12n+1),
  .mgz-grid-col-lg-6 > div:nth-child(6n+1),
  .mgz-grid-col-lg-5 > div:nth-child(5n+1),
  .mgz-grid-col-lg-4 > div:nth-child(4n+1),
  .mgz-grid-col-lg-3 > div:nth-child(3n+1),
  .mgz-grid-col-lg-2 > div:nth-child(2n+1),
  .mgz-grid-col-lg-1 > div:nth-child(1n+1) {
    clear: left;
  }
  .mgz-grid-col-lg-12 > div,
  .mgz-grid-col-lg-6 > div,
  .mgz-grid-col-lg-5 > div,
  .mgz-grid-col-lg-4 > div,
  .mgz-grid-col-lg-3 > div,
  .mgz-grid-col-lg-2 > div,
  .mgz-grid-col-lg-1 > div {
    float: left;
  }
  .mgz-grid-col-lg-12 > div {
    width: 8.33333333%;
  }
  .mgz-grid-col-lg-6 > div {
    width: 16.66666667%;
  }
  .mgz-grid-col-lg-5 > div {
    width: 20%;
  }
  .mgz-grid-col-lg-4 > div {
    width: 25%;
  }
  .mgz-grid-col-lg-3 > div {
    width: 33.33333333%;
  }
  .mgz-grid-col-lg-2 > div {
    width: 50%;
  }
  .mgz-grid-col-lg-1 > div {
    width: 100%;
  }
  .mgz-hidden-lg {
    display: none !important;
  }
  .lg_left {
    text-align: left;
  }
  .lg_center {
    text-align: center;
  }
  .lg_right {
    text-align: right;
  }
  .lg_f-right {
    float: right;
  }
  .lg_f-left {
    float: left;
  }
  .lg_f-none {
    float: none;
  }
}
@media (min-width: 1200px) {
  .mgz-grid-col-xl-12 > div:nth-child(12n+1),
  .mgz-grid-col-xl-6 > div:nth-child(6n+1),
  .mgz-grid-col-xl-5 > div:nth-child(5n+1),
  .mgz-grid-col-xl-4 > div:nth-child(4n+1),
  .mgz-grid-col-xl-3 > div:nth-child(3n+1),
  .mgz-grid-col-xl-2 > div:nth-child(2n+1),
  .mgz-grid-col-xl-1 > div:nth-child(1n+1) {
    clear: left;
  }
  .mgz-grid-col-xl-12 > div,
  .mgz-grid-col-xl-6 > div,
  .mgz-grid-col-xl-5 > div,
  .mgz-grid-col-xl-4 > div,
  .mgz-grid-col-xl-3 > div,
  .mgz-grid-col-xl-2 > div,
  .mgz-grid-col-xl-1 > div {
    float: left;
  }
  .mgz-grid-col-xl-12 > div {
    width: 8.33333333%;
  }
  .mgz-grid-col-xl-6 > div {
    width: 16.66666667%;
  }
  .mgz-grid-col-xl-5 > div {
    width: 20%;
  }
  .mgz-grid-col-xl-4 > div {
    width: 25%;
  }
  .mgz-grid-col-xl-3 > div {
    width: 33.33333333%;
  }
  .mgz-grid-col-xl-2 > div {
    width: 50%;
  }
  .mgz-grid-col-xl-1 > div {
    width: 100%;
  }
  .mgz-hidden-xl {
    display: none !important;
  }
  .xl_left {
    text-align: left;
  }
  .xl_center {
    text-align: center;
  }
  .xl_right {
    text-align: right;
  }
  .xl_f-right {
    float: right;
  }
  .xl_f-left {
    float: left;
  }
  .xl_f-none {
    float: none;
  }
}
.mgz-pull-right {
  float: right !important;
}
.mgz-pull-left {
  float: left !important;
}@font-face{font-family:mgz_openiconic;src:url(../../frontend/Harriswebworks/westrocksupply/en_US/Magezon_Builder/fonts/mgz_openiconic.eot?54101537);src:url(../../frontend/Harriswebworks/westrocksupply/en_US/Magezon_Builder/fonts/mgz_openiconic.eot?54101537#iefix) format('embedded-opentype'),url(../../frontend/Harriswebworks/westrocksupply/en_US/Magezon_Builder/fonts/mgz_openiconic.woff?54101537) format('woff'),url(../../frontend/Harriswebworks/westrocksupply/en_US/Magezon_Builder/fonts/mgz_openiconic.ttf?54101537) format('truetype'),url(../../frontend/Harriswebworks/westrocksupply/en_US/Magezon_Builder/fonts/mgz_openiconic.svg?54101537#mgz_openiconic) format('svg');font-weight:400;font-style:normal}[class*=" mgz-oi-"]:before,[class^=mgz-oi-]:before{font-family:mgz_openiconic;font-style:normal;font-weight:400;speak:none;display:inline-block;text-decoration:inherit;width:1em;margin-right:0;text-align:center;font-variant:normal;text-transform:none;line-height:inherit;margin-left:0}.mgz-oi-dial:before{content:'\e800'}.mgz-oi-pilcrow:before{content:'\e801'}.mgz-oi-at:before{content:'\e802'}.mgz-oi-hash:before{content:'\e803'}.mgz-oi-key-inv:before{content:'\e804'}.mgz-oi-key:before{content:'\e805'}.mgz-oi-chart-pie-alt:before{content:'\e806'}.mgz-oi-chart-pie:before{content:'\e807'}.mgz-oi-chart-bar:before{content:'\e808'}.mgz-oi-umbrella:before{content:'\e809'}.mgz-oi-moon-inv:before{content:'\e80a'}.mgz-oi-mobile:before{content:'\e80b'}.mgz-oi-cd:before{content:'\e80c'}.mgz-oi-split:before{content:'\e80d'}.mgz-oi-exchange:before{content:'\e80e'}.mgz-oi-block:before{content:'\e80f'}.mgz-oi-resize-full:before{content:'\e810'}.mgz-oi-article-alt:before{content:'\e811'}.mgz-oi-article:before{content:'\e812'}.mgz-oi-pencil-alt:before{content:'\e813'}.mgz-oi-undo:before{content:'\e814'}.mgz-oi-attach:before{content:'\e815'}.mgz-oi-link:before{content:'\e816'}.mgz-oi-search:before{content:'\e817'}.mgz-oi-mail:before{content:'\e818'}.mgz-oi-heart:before{content:'\e819'}.mgz-oi-comment:before{content:'\e81a'}.mgz-oi-resize-full-alt:before{content:'\e81b'}.mgz-oi-lock:before{content:'\e81c'}.mgz-oi-book-open:before{content:'\e81d'}.mgz-oi-arrow-curved:before{content:'\e81e'}.mgz-oi-equalizer:before{content:'\e81f'}.mgz-oi-heart-empty:before{content:'\e820'}.mgz-oi-lock-empty:before{content:'\e821'}.mgz-oi-comment-inv:before{content:'\e822'}.mgz-oi-folder:before{content:'\e823'}.mgz-oi-resize-small:before{content:'\e824'}.mgz-oi-play:before{content:'\e825'}.mgz-oi-cursor:before{content:'\e826'}.mgz-oi-aperture:before{content:'\e827'}.mgz-oi-play-circle2:before{content:'\e828'}.mgz-oi-resize-small-alt:before{content:'\e829'}.mgz-oi-folder-empty:before{content:'\e82a'}.mgz-oi-comment-alt:before{content:'\e82b'}.mgz-oi-lock-open:before{content:'\e82c'}.mgz-oi-star:before{content:'\e82d'}.mgz-oi-user:before{content:'\e82e'}.mgz-oi-lock-open-empty:before{content:'\e82f'}.mgz-oi-box:before{content:'\e830'}.mgz-oi-resize-vertical:before{content:'\e831'}.mgz-oi-stop:before{content:'\e832'}.mgz-oi-aperture-alt:before{content:'\e833'}.mgz-oi-book:before{content:'\e834'}.mgz-oi-steering-wheel:before{content:'\e835'}.mgz-oi-pause:before{content:'\e836'}.mgz-oi-to-start:before{content:'\e837'}.mgz-oi-move:before{content:'\e838'}.mgz-oi-resize-horizontal:before{content:'\e839'}.mgz-oi-rss-alt:before{content:'\e83a'}.mgz-oi-comment-alt2:before{content:'\e83b'}.mgz-oi-rss:before{content:'\e83c'}.mgz-oi-comment-inv-alt:before{content:'\e83d'}.mgz-oi-comment-inv-alt2:before{content:'\e83e'}.mgz-oi-eye:before{content:'\e83f'}.mgz-oi-pin:before{content:'\e840'}.mgz-oi-video:before{content:'\e841'}.mgz-oi-picture:before{content:'\e842'}.mgz-oi-camera:before{content:'\e843'}.mgz-oi-tag:before{content:'\e844'}.mgz-oi-chat:before{content:'\e845'}.mgz-oi-cog:before{content:'\e846'}.mgz-oi-popup:before{content:'\e847'}.mgz-oi-to-end:before{content:'\e848'}.mgz-oi-book-alt:before{content:'\e849'}.mgz-oi-brush:before{content:'\e84a'}.mgz-oi-eject:before{content:'\e84b'}.mgz-oi-down:before{content:'\e84c'}.mgz-oi-wrench:before{content:'\e84d'}.mgz-oi-chat-inv:before{content:'\e84e'}.mgz-oi-tag-empty:before{content:'\e84f'}.mgz-oi-ok:before{content:'\e850'}.mgz-oi-ok-circle:before{content:'\e851'}.mgz-oi-download:before{content:'\e852'}.mgz-oi-location:before{content:'\e853'}.mgz-oi-share:before{content:'\e854'}.mgz-oi-left:before{content:'\e855'}.mgz-oi-target:before{content:'\e856'}.mgz-oi-brush-alt:before{content:'\e857'}.mgz-oi-cancel:before{content:'\e858'}.mgz-oi-upload:before{content:'\e859'}.mgz-oi-location-inv:before{content:'\e85a'}.mgz-oi-calendar:before{content:'\e85b'}.mgz-oi-right:before{content:'\e85c'}.mgz-oi-signal:before{content:'\e85d'}.mgz-oi-eyedropper:before{content:'\e85e'}.mgz-oi-layers:before{content:'\e85f'}.mgz-oi-award:before{content:'\e860'}.mgz-oi-up:before{content:'\e861'}.mgz-oi-calendar-inv:before{content:'\e862'}.mgz-oi-location-alt:before{content:'\e863'}.mgz-oi-download-cloud:before{content:'\e864'}.mgz-oi-cancel-circle:before{content:'\e865'}.mgz-oi-plus:before{content:'\e866'}.mgz-oi-upload-cloud:before{content:'\e867'}.mgz-oi-compass:before{content:'\e868'}.mgz-oi-calendar-alt:before{content:'\e869'}.mgz-oi-down-circle:before{content:'\e86a'}.mgz-oi-award-empty:before{content:'\e86b'}.mgz-oi-layers-alt:before{content:'\e86c'}.mgz-oi-sun:before{content:'\e86d'}.mgz-oi-list:before{content:'\e86e'}.mgz-oi-left-circle:before{content:'\e86f'}.mgz-oi-mic:before{content:'\e870'}.mgz-oi-trash:before{content:'\e871'}.mgz-oi-quote-left:before{content:'\e872'}.mgz-oi-plus-circle:before{content:'\e873'}.mgz-oi-minus:before{content:'\e874'}.mgz-oi-quote-right:before{content:'\e875'}.mgz-oi-trash-empty:before{content:'\e876'}.mgz-oi-volume-off:before{content:'\e877'}.mgz-oi-right-circle:before{content:'\e878'}.mgz-oi-list-nested:before{content:'\e879'}.mgz-oi-sun-inv:before{content:'\e87a'}.mgz-oi-bat-empty:before{content:'\e87b'}.mgz-oi-up-circle:before{content:'\e87c'}.mgz-oi-volume-up:before{content:'\e87d'}.mgz-oi-doc:before{content:'\e87e'}.mgz-oi-quote-left-alt:before{content:'\e87f'}.mgz-oi-minus-circle:before{content:'\e880'}.mgz-oi-cloud:before{content:'\e881'}.mgz-oi-rain:before{content:'\e882'}.mgz-oi-bat-half:before{content:'\e883'}.mgz-oi-cw:before{content:'\e884'}.mgz-oi-headphones:before{content:'\e885'}.mgz-oi-doc-inv:before{content:'\e886'}.mgz-oi-quote-right-alt:before{content:'\e887'}.mgz-oi-help:before{content:'\e888'}.mgz-oi-info:before{content:'\e889'}.mgz-oi-pencil:before{content:'\e88a'}.mgz-oi-doc-alt:before{content:'\e88b'}.mgz-oi-clock:before{content:'\e88c'}.mgz-oi-loop:before{content:'\e88d'}.mgz-oi-bat-full:before{content:'\e88e'}.mgz-oi-flash:before{content:'\e88f'}.mgz-oi-moon:before{content:'\e890'}.mgz-oi-bat-charge:before{content:'\e891'}.mgz-oi-loop-alt:before{content:'\e892'}.mgz-oi-lamp:before{content:'\e893'}.mgz-oi-doc-inv-alt:before{content:'\e894'}.mgz-oi-pencil-neg:before{content:'\e895'}.mgz-oi-home:before{content:'\e896'}@charset "UTF-8";
.mgz-flex,
.mgz-flex-position-top-left,
.mgz-flex-position-top-center,
.mgz-flex-position-top-right,
.mgz-flex-position-middle-left,
.mgz-flex-position-center-left,
.mgz-flex-position-middle-center,
.mgz-flex-position-center-center,
.mgz-flex-position-middle-right,
.mgz-flex-position-center-right,
.mgz-flex-position-bottom-left,
.mgz-flex-position-bottom-center,
.mgz-flex-position-bottom-right,
.mgz-element-row.mgz-row-wrap-reverse > .mgz-element-inner,
.mgz-element-row.mgz-row-equal-height > .mgz-element-inner,
.mgz-element-row.mgz-row-wrap-reverse > .mgz-element-inner > .inner-content,
.mgz-element-row.mgz-row-equal-height > .mgz-element-inner > .inner-content,
.mgz-element-row.mgz-row-wrap-reverse
    > .mgz-element-inner
    > .inner-content
    > .mgz-element,
.mgz-element-row.mgz-row-equal-height
    > .mgz-element-inner
    > .inner-content
    > .mgz-element,
.mgz-element-row.mgz-row-wrap-reverse
    > .mgz-element-inner
    > .inner-content
    > .mgz-element
    > .mgz-element-inner,
.mgz-element-row.mgz-row-equal-height
    > .mgz-element-inner
    > .inner-content
    > .mgz-element
    > .mgz-element-inner,
.mgz-socialicons li,
.mgz-countdown {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.mgz-invisible {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
a.mgz-btn {
    color: #333;
}
.mgz-btn:not(.primary) {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
button.mgz-btn {
    border: 0;
}
.mgz-btn {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: 0;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    word-wrap: break-word;
    text-decoration: none;
    position: relative;
    line-height: normal;
    padding: 10px 20px;
    color: #333;
    background-color: #e3e3e3;
    font-size: 1.4rem;
    max-width: 100%;
    height: auto;
}
.mgz-btn:hover {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    color: #5e5e5e;
    background-color: #dcdcdc;
    text-decoration: none;
}
.mgz-btn:focus {
    outline: none;
}
.mgz-btn.mgz-btn-save,
.mgz-btn.mgz-btn-cancel,
.mgz-btn.mgz-btn-replace {
    padding: 15px 20px;
    font-size: 1.6rem;
    font-weight: 500;
    min-width: 140px;
}
.mgz-btn.mgz-btn-save {
    background: #007dbd;
    color: #fff;
}
.mgz-btn.mgz-btn-save:hover {
    background: #0073ae;
}
.mgz-btn.mgz-btn-cancel {
    color: #fff;
    background-color: #afafaf;
}
.mgz-btn.mgz-btn-cancel:hover {
    background-color: #8c8c8c;
}
.mgz-btn.mgz-btn-replace {
    float: left;
    color: #fff;
    background-color: #afafaf;
}
.mgz-btn.mgz-btn-replace:hover {
    background-color: #8c8c8c;
}
.mgz-btn.mgz-btn-delete {
    color: #fff;
    background-color: #e22626;
}
.mgz-btn.mgz-btn-delete:hover {
    background-color: #ca1c1c;
}
.parallax-wrapper {
    position: relative !important;
    overflow: hidden;
    -webkit-mask-image: -webkit-radial-gradient(white, black);
}
.mgz-icon,
.tabs-opener:before {
    font-family: "Magezon-Icons" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.mgz-fa {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}
.mgz-fa-s {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
.mgz-fa-r {
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
}
.mgz-liststyle {
    margin: 0;
    padding: 0;
    list-style: none;
}
/*!
 * ImageHover.css - http://www.imagehover.io
 * Version 1.0
 * Author: Ciarán Walsh

 * Made available under a MIT License:
 * http://www.opensource.org/licenses/mit-license.php

 */
.mgz-hover {
    position: relative;
    overflow: hidden;
    display: block;
}
.mgz-hover-description {
    position: relative;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    transform: translateZ(0);
}
.mgz-hover-main {
    overflow: hidden;
}
[class^="mgz-hover-"] > img,
[class*=" mgz-hover-"] > img {
    vertical-align: top;
    max-width: 100%;
}
[class^="mgz-hover-"] .mgz-hover-description,
[class*=" mgz-hover-"] .mgz-hover-description {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 30px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
[class^="mgz-hover-"],
[class*=" mgz-hover-"],
[class^="mgz-hover-"]:before,
[class^="mgz-hover-"]:after,
[class*=" mgz-hover-"]:before,
[class*=" mgz-hover-"]:after,
[class^="mgz-hover-"] *,
[class*=" mgz-hover-"] *,
[class^="mgz-hover-"] *:before,
[class^="mgz-hover-"] *:after,
[class*=" mgz-hover-"] *:before,
[class*=" mgz-hover-"] *:after {
    box-sizing: border-box;
    transition: all 0.35s ease;
}
/* mgz-hover-fade-*
----------------------------- */
[class^="mgz-hover-fade"] .mgz-hover-description,
[class*=" mgz-hover-fade"] .mgz-hover-description {
    opacity: 0;
}
[class^="mgz-hover-fade"]:hover > .mgz-hover-main,
[class*=" mgz-hover-fade"]:hover > .mgz-hover-main {
    opacity: 0;
}
[class^="mgz-hover-fade"]:hover .mgz-hover-description,
[class*=" mgz-hover-fade"]:hover .mgz-hover-description {
    opacity: 1;
}
[class^="mgz-hover-fade"]:hover > .mgz-hover-main,
[class^="mgz-hover-fade"]:hover .mgz-hover-description,
[class*=" mgz-hover-fade"]:hover > .mgz-hover-main,
[class*=" mgz-hover-fade"]:hover .mgz-hover-description {
    transform: translate(0, 0);
}
/* mgz-hover-fade
----------------------------- */
/* mgz-hover-fade-in-up
----------------------------- */
.mgz-hover-fade-in-up .mgz-hover-description {
    transform: translate(0, 15%);
}
/* mgz-hover-fade-in-down
----------------------------- */
.mgz-hover-fade-in-down .mgz-hover-description {
    transform: translate(0, -15%);
}
/* mgz-hover-fade-in-left
----------------------------- */
.mgz-hover-fade-in-left .mgz-hover-description {
    transform: translate(-15%, 0);
}
/* mgz-hover-fade-in-right
----------------------------- */
.mgz-hover-fade-in-right .mgz-hover-description {
    transform: translate(15%, 0);
}
/* mgz-hover-push-*
----------------------------- */
[class^="mgz-hover-push-"]:hover .mgz-hover-description,
[class*=" mgz-hover-push-"]:hover .mgz-hover-description {
    transform: translate(0, 0);
}
/* mgz-hover-push-up
----------------------------- */
.mgz-hover-push-up .mgz-hover-description {
    transform: translateY(100%);
}
.mgz-hover-push-up:hover > .mgz-hover-main {
    transform: translateY(-100%);
}
/* mgz-hover-push-down
----------------------------- */
.mgz-hover-push-down .mgz-hover-description {
    transform: translateY(-100%);
}
.mgz-hover-push-down:hover > .mgz-hover-main {
    transform: translateY(100%);
}
/* mgz-hover-push-left
----------------------------- */
.mgz-hover-push-left .mgz-hover-description {
    transform: translateX(100%);
}
.mgz-hover-push-left:hover > .mgz-hover-main {
    transform: translateX(-100%);
}
/* mgz-hover-push--right
----------------------------- */
.mgz-hover-push-right .mgz-hover-description {
    transform: translateX(-100%);
}
.mgz-hover-push-right:hover > .mgz-hover-main {
    transform: translateX(100%);
}
/* mgz-hover-slide-*
----------------------------- */
[class^="mgz-hover-slide-"]:hover .mgz-hover-description,
[class*=" mgz-hover-slide-"]:hover .mgz-hover-description {
    transform: translate(0, 0);
}
/* mgz-hover-slide-up
----------------------------- */
.mgz-hover-slide-up .mgz-hover-description {
    transform: translateY(100%);
}
/* mgz-hover-slide-down
----------------------------- */
.mgz-hover-slide-down .mgz-hover-description {
    transform: translateY(-100%);
}
/* mgz-hover-slide-left
----------------------------- */
.mgz-hover-slide-left .mgz-hover-description {
    transform: translateX(100%);
}
/* mgz-hover-slide-right
----------------------------- */
.mgz-hover-slide-right .mgz-hover-description {
    transform: translateX(-100%);
}
/* mgz-hover-slide-top-left
----------------------------- */
.mgz-hover-slide-top-left .mgz-hover-description {
    transform: translate(-100%, -100%);
}
/* mgz-hover-slide-top-right
----------------------------- */
.mgz-hover-slide-top-right .mgz-hover-description {
    transform: translate(100%, -100%);
}
/* mgz-hover-slide-bottom-left
----------------------------- */
.mgz-hover-slide-bottom-left .mgz-hover-description {
    transform: translate(-100%, 100%);
}
/* mgz-hover-slide-bottom-right
----------------------------- */
.mgz-hover-slide-bottom-right .mgz-hover-description {
    transform: translate(100%, 100%);
}
/* mgz-hover-reveal-*
----------------------------- */
[class^="mgz-hover-reveal-"]:before,
[class*=" mgz-hover-reveal-"]:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    background-color: #007dbd;
}
[class^="mgz-hover-reveal-"] .mgz-hover-description,
[class*=" mgz-hover-reveal-"] .mgz-hover-description {
    opacity: 0;
}
[class^="mgz-hover-reveal-"]:hover:before,
[class*=" mgz-hover-reveal-"]:hover:before {
    transform: translate(0, 0);
}
[class^="mgz-hover-reveal-"]:hover .mgz-hover-description,
[class*=" mgz-hover-reveal-"]:hover .mgz-hover-description {
    opacity: 1;
    transition-delay: 0.21s;
}
/* mgz-hover-reveal-up
----------------------------- */
.mgz-hover-reveal-up:before {
    transform: translateY(100%);
}
/* mgz-hover-reveal-down
----------------------------- */
.mgz-hover-reveal-down:before {
    transform: translateY(-100%);
}
/* mgz-hover-reveal-left
----------------------------- */
.mgz-hover-reveal-left:before {
    transform: translateX(100%);
}
/* mgz-hover-reveal-right
----------------------------- */
.mgz-hover-reveal-right:before {
    transform: translateX(-100%);
}
/* mgz-hover-reveal-top-left
----------------------------- */
.mgz-hover-reveal-top-left:before {
    transform: translate(-100%, -100%);
}
/* mgz-hover-reveal-top-right
----------------------------- */
.mgz-hover-reveal-top-right:before {
    transform: translate(100%, -100%);
}
/* mgz-hover-reveal-bottom-left
----------------------------- */
.mgz-hover-reveal-bottom-left:before {
    transform: translate(-100%, 100%);
}
/* mgz-hover-reveal-bottom-right
----------------------------- */
.mgz-hover-reveal-bottom-right:before {
    transform: translate(100%, 100%);
}
/* mgz-hover-hinge-*
----------------------------- */
[class^="mgz-hover-hinge-"],
[class*=" mgz-hover-hinge-"] {
    perspective: 50em;
}
[class^="mgz-hover-hinge-"] .mgz-hover-description,
[class*=" mgz-hover-hinge-"] .mgz-hover-description {
    opacity: 0;
    z-index: 1;
}
[class^="mgz-hover-hinge-"]:hover img,
[class*=" mgz-hover-hinge-"]:hover img {
    opacity: 0;
}
[class^="mgz-hover-hinge-"]:hover .mgz-hover-description,
[class*=" mgz-hover-hinge-"]:hover .mgz-hover-description {
    opacity: 1;
    transition-delay: 0.21s;
}
/* mgz-hover-hinge-up
----------------------------- */
.mgz-hover-hinge-up img {
    transform-origin: 50% 0%;
}
.mgz-hover-hinge-up .mgz-hover-description {
    transform: rotateX(90deg);
    transform-origin: 50% 100%;
}
.mgz-hover-hinge-up:hover > .mgz-hover-main {
    transform: rotateX(-90deg);
}
.mgz-hover-hinge-up:hover .mgz-hover-description {
    transform: rotateX(0);
}
/* mgz-hover-hinge-down
----------------------------- */
.mgz-hover-hinge-down img {
    transform-origin: 50% 100%;
}
.mgz-hover-hinge-down .mgz-hover-description {
    transform: rotateX(-90deg);
    transform-origin: 50% -50%;
}
.mgz-hover-hinge-down:hover > .mgz-hover-main {
    transform: rotateX(90deg);
    opacity: 0;
}
.mgz-hover-hinge-down:hover .mgz-hover-description {
    transform: rotateX(0);
}
/* mgz-hover-hinge-left
----------------------------- */
.mgz-hover-hinge-left img {
    transform-origin: 0% 50%;
}
.mgz-hover-hinge-left .mgz-hover-description {
    transform: rotateY(-90deg);
    transform-origin: 100% 50%;
}
.mgz-hover-hinge-left:hover > .mgz-hover-main {
    transform: rotateY(90deg);
}
.mgz-hover-hinge-left:hover .mgz-hover-description {
    transform: rotateY(0);
}
/* mgz-hover-hinge-right
----------------------------- */
.mgz-hover-hinge-right img {
    transform-origin: 100% 50%;
}
.mgz-hover-hinge-right .mgz-hover-description {
    transform: rotateY(90deg);
    transform-origin: 0 50%;
}
.mgz-hover-hinge-right:hover > .mgz-hover-main {
    transform: rotateY(-90deg);
}
.mgz-hover-hinge-right:hover .mgz-hover-description {
    transform: rotateY(0);
}
/* mgz-hover-flip-*
----------------------------- */
[class^="mgz-hover-flip-"],
[class*=" mgz-hover-flip-"] {
    perspective: 50em;
}
[class^="mgz-hover-flip-"] img,
[class*=" mgz-hover-flip-"] img {
    backface-visibility: hidden;
}
[class^="mgz-hover-flip-"] .mgz-hover-description,
[class*=" mgz-hover-flip-"] .mgz-hover-description {
    opacity: 0;
}
[class^="mgz-hover-flip-"]:hover > .mgz-hover-main,
[class*=" mgz-hover-flip-"]:hover > .mgz-hover-main {
    opacity: 0;
}
[class^="mgz-hover-flip-"]:hover .mgz-hover-description,
[class*=" mgz-hover-flip-"]:hover .mgz-hover-description {
    opacity: 1;
    transition-delay: 0.14s;
}
/* mgz-hover-flip-horiz
----------------------------- */
.mgz-hover-flip-horiz .mgz-hover-description {
    transform: rotateX(90deg);
    transform-origin: 0% 50%;
}
.mgz-hover-flip-horiz:hover img {
    transform: rotateX(-180deg);
}
.mgz-hover-flip-horiz:hover .mgz-hover-description {
    transform: rotateX(0deg);
}
/* mgz-hover-flip-vert
----------------------------- */
.mgz-hover-flip-vert .mgz-hover-description {
    transform: rotateY(90deg);
    transform-origin: 50% 0%;
}
.mgz-hover-flip-vert:hover > .mgz-hover-main {
    transform: rotateY(-180deg);
}
.mgz-hover-flip-vert:hover .mgz-hover-description {
    transform: rotateY(0deg);
}
/* mgz-hover-flip-diag-1
----------------------------- */
.mgz-hover-flip-diag-1 .mgz-hover-description {
    transform: rotate3d(1, -1, 0, 100deg);
}
.mgz-hover-flip-diag-1:hover > .mgz-hover-main {
    transform: rotate3d(-1, 1, 0, 100deg);
}
.mgz-hover-flip-diag-1:hover .mgz-hover-description {
    transform: rotate3d(0, 0, 0, 0deg);
}
/* mgz-hover-flip-diag-2
----------------------------- */
.mgz-hover-flip-diag-2 .mgz-hover-description {
    transform: rotate3d(1, 1, 0, 100deg);
}
.mgz-hover-flip-diag-2:hover > .mgz-hover-main {
    transform: rotate3d(-1, -1, 0, 100deg);
}
.mgz-hover-flip-diag-2:hover .mgz-hover-description {
    transform: rotate3d(0, 0, 0, 0deg);
}
/* mgz-hover-shutter-out-*
----------------------------- */
[class^="mgz-hover-shutter-out-"]:before,
[class*=" mgz-hover-shutter-out-"]:before {
    background: #007dbd;
    position: absolute;
    content: "";
    transition-delay: 0.105s;
}
[class^="mgz-hover-shutter-out-"] .mgz-hover-description,
[class*=" mgz-hover-shutter-out-"] .mgz-hover-description {
    opacity: 0;
    transition-delay: 0s;
}
[class^="mgz-hover-shutter-out-"]:hover:before,
[class*=" mgz-hover-shutter-out-"]:hover:before {
    transition-delay: 0s;
}
[class^="mgz-hover-shutter-out-"]:hover .mgz-hover-description,
[class*=" mgz-hover-shutter-out-"]:hover .mgz-hover-description {
    opacity: 1;
    transition-delay: 0.105s;
}
/* mgz-hover-shutter-out-horiz
----------------------------- */
.mgz-hover-shutter-out-horiz:before {
    left: 50%;
    right: 50%;
    top: 0;
    bottom: 0;
}
.mgz-hover-shutter-out-horiz:hover:before {
    left: 0;
    right: 0;
}
/* mgz-hover-shutter-out-vert
----------------------------- */
.mgz-hover-shutter-out-vert:before {
    top: 50%;
    bottom: 50%;
    left: 0;
    right: 0;
}
.mgz-hover-shutter-out-vert:hover:before {
    top: 0;
    bottom: 0;
}
/* mgz-hover-shutter-out-diag-1
----------------------------- */
.mgz-hover-shutter-out-diag-1:before {
    top: 50%;
    bottom: 50%;
    left: -35%;
    right: -35%;
    transform: rotate(45deg);
}
.mgz-hover-shutter-out-diag-1:hover:before {
    top: -35%;
    bottom: -35%;
}
/* mgz-hover-shutter-out-diag-2
----------------------------- */
.mgz-hover-shutter-out-diag-2:before {
    top: 50%;
    bottom: 50%;
    left: -35%;
    right: -35%;
    transform: rotate(-45deg);
}
.mgz-hover-shutter-out-diag-2:hover:before {
    top: -35%;
    bottom: -35%;
}
/* mgz-hover-shutter-in-*
----------------------------- */
[class^="mgz-hover-shutter-in-"]:after,
[class^="mgz-hover-shutter-in-"]:before,
[class*=" mgz-hover-shutter-in-"]:after,
[class*=" mgz-hover-shutter-in-"]:before {
    background: #007dbd;
    position: absolute;
    content: "";
}
[class^="mgz-hover-shutter-in-"]:after,
[class*=" mgz-hover-shutter-in-"]:after {
    top: 0;
    left: 0;
}
[class^="mgz-hover-shutter-in-"]:before,
[class*=" mgz-hover-shutter-in-"]:before {
    right: 0;
    bottom: 0;
}
[class^="mgz-hover-shutter-in-"] .mgz-hover-description,
[class*=" mgz-hover-shutter-in-"] .mgz-hover-description {
    opacity: 0;
    z-index: 1;
}
[class^="mgz-hover-shutter-in-"]:hover .mgz-hover-description,
[class*=" mgz-hover-shutter-in-"]:hover .mgz-hover-description {
    opacity: 1;
    transition-delay: 0.21s;
}
/* mgz-hover-shutter-in-horiz
----------------------------- */
.mgz-hover-shutter-in-horiz:after,
.mgz-hover-shutter-in-horiz:before {
    width: 0;
    height: 100%;
}
.mgz-hover-shutter-in-horiz:hover:after,
.mgz-hover-shutter-in-horiz:hover:before {
    width: 50%;
}
/* mgz-hover-shutter-in-vert
----------------------------- */
.mgz-hover-shutter-in-vert:after,
.mgz-hover-shutter-in-vert:before {
    height: 0;
    width: 100%;
}
.mgz-hover-shutter-in-vert:hover:after,
.mgz-hover-shutter-in-vert:hover:before {
    height: 50%;
}
/* mgz-hover-shutter-in-out-horiz
----------------------------- */
.mgz-hover-shutter-in-out-horiz:after,
.mgz-hover-shutter-in-out-horiz:before {
    width: 0;
    height: 100%;
    opacity: 0.75;
}
.mgz-hover-shutter-in-out-horiz:hover:after,
.mgz-hover-shutter-in-out-horiz:hover:before {
    width: 100%;
}
/* mgz-hover-shutter-in-out-vert
----------------------------- */
.mgz-hover-shutter-in-out-vert:after,
.mgz-hover-shutter-in-out-vert:before {
    height: 0;
    width: 100%;
    opacity: 0.75;
}
.mgz-hover-shutter-in-out-vert:hover:after,
.mgz-hover-shutter-in-out-vert:hover:before {
    height: 100%;
}
/* mgz-hover-shutter-in-out-diag-1
----------------------------- */
.mgz-hover-shutter-in-out-diag-1:after,
.mgz-hover-shutter-in-out-diag-1:before {
    width: 200%;
    height: 200%;
    transition: all 0.6s ease;
    opacity: 0.75;
}
.mgz-hover-shutter-in-out-diag-1:after {
    transform: skew(-45deg) translateX(-150%);
}
.mgz-hover-shutter-in-out-diag-1:before {
    transform: skew(-45deg) translateX(150%);
}
.mgz-hover-shutter-in-out-diag-1:hover:after {
    transform: skew(-45deg) translateX(-50%);
}
.mgz-hover-shutter-in-out-diag-1:hover:before {
    transform: skew(-45deg) translateX(50%);
}
/* mgz-hover-shutter-in-out-diag-2
----------------------------- */
.mgz-hover-shutter-in-out-diag-2:after,
.mgz-hover-shutter-in-out-diag-2:before {
    width: 200%;
    height: 200%;
    transition: all 0.6s ease;
    opacity: 0.75;
}
.mgz-hover-shutter-in-out-diag-2:after {
    transform: skew(45deg) translateX(-100%);
}
.mgz-hover-shutter-in-out-diag-2:before {
    transform: skew(45deg) translateX(100%);
}
.mgz-hover-shutter-in-out-diag-2:hover:after {
    transform: skew(45deg) translateX(0%);
}
.mgz-hover-shutter-in-out-diag-2:hover:before {
    transform: skew(45deg) translateX(0%);
}
/* mgz-hover-fold*
----------------------------- */
[class^="mgz-hover-fold"],
[class*=" mgz-hover-fold"] {
    perspective: 50em;
}
[class^="mgz-hover-fold"] img,
[class*=" mgz-hover-fold"] img {
    transform-origin: 50% 0%;
}
[class^="mgz-hover-fold"] .mgz-hover-description,
[class*=" mgz-hover-fold"] .mgz-hover-description {
    z-index: 1;
    opacity: 0;
}
[class^="mgz-hover-fold"]:hover > .mgz-hover-main,
[class*=" mgz-hover-fold"]:hover > .mgz-hover-main {
    opacity: 0;
    transition-delay: 0;
}
[class^="mgz-hover-fold"]:hover .mgz-hover-description,
[class*=" mgz-hover-fold"]:hover .mgz-hover-description {
    transform: rotateX(0) translate3d(0, 0%, 0) scale(1);
    opacity: 1;
    transition-delay: 0.21s;
}
/* mgz-hover-fold-up
----------------------------- */
.mgz-hover-fold-up > img {
    transform-origin: 50% 0%;
}
.mgz-hover-fold-up .mgz-hover-description {
    transform: rotateX(-90deg) translate3d(0%, -50%, 0) scale(0.6);
    transform-origin: 50% 100%;
}
.mgz-hover-fold-up:hover > .mgz-hover-main {
    transform: rotateX(90deg) scale(0.6) translateY(50%);
}
/* mgz-hover-fold-down
----------------------------- */
.mgz-hover-fold-down > img {
    transform-origin: 50% 100%;
}
.mgz-hover-fold-down .mgz-hover-description {
    transform: rotateX(90deg) translate3d(0%, 50%, 0) scale(0.6);
    transform-origin: 50% 0%;
}
.mgz-hover-fold-down:hover > .mgz-hover-main {
    transform: rotateX(-90deg) scale(0.6) translateY(-50%);
}
/* mgz-hover-fold-left
----------------------------- */
.mgz-hover-fold-left > img {
    transform-origin: 0% 50%;
}
.mgz-hover-fold-left .mgz-hover-description {
    transform: rotateY(90deg) translate3d(-50%, 0%, 0) scale(0.6);
    transform-origin: 100% 50%;
}
.mgz-hover-fold-left:hover > .mgz-hover-main {
    transform: rotateY(-90deg) scale(0.6) translateX(50%);
}
/* mgz-hover-fold-right
----------------------------- */
.mgz-hover-fold-right > img {
    transform-origin: 100% 50%;
}
.mgz-hover-fold-right .mgz-hover-description {
    transform: rotateY(-90deg) translate3d(50%, 0%, 0) scale(0.6);
    transform-origin: 0 50%;
}
.mgz-hover-fold-right:hover > .mgz-hover-main {
    transform: rotateY(90deg) scale(0.6) translateX(-50%);
}
/* mgz-hover-zoom-in
----------------------------- */
.mgz-hover-zoom-in .mgz-hover-description {
    opacity: 0;
    transform: scale(0.5);
}
.mgz-hover-zoom-in:hover .mgz-hover-description {
    transform: scale(1);
    opacity: 1;
}
/* mgz-hover-zoom-out*
----------------------------- */
[class^="mgz-hover-zoom-out"] .mgz-hover-description,
[class*=" mgz-hover-zoom-out"] .mgz-hover-description {
    transform: scale(0.5);
    transform-origin: 50% 50%;
    opacity: 0;
}
[class^="mgz-hover-zoom-out"]:hover .mgz-hover-description,
[class^="mgz-hover-zoom-out"].hover .mgz-hover-description,
[class*=" mgz-hover-zoom-out"]:hover .mgz-hover-description,
[class*=" mgz-hover-zoom-out"].hover .mgz-hover-description {
    transform: scale(1);
    opacity: 1;
    transition-delay: 0.35s;
}
/* mgz-hover-zoom-out
----------------------------- */
.mgz-hover-zoom-out:hover > .mgz-hover-main {
    transform: scale(0.5);
    opacity: 0;
}
/* mgz-hover-zoom-out-up
----------------------------- */
.mgz-hover-zoom-out-up:hover > .mgz-hover-main,
.mgz-hover-zoom-out-up.hover > img {
    animation: mgz-hover-zoom-out-up 0.4025s linear;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}
@-webkit-keyframes mgz-hover-zoom-out-up {
    50% {
        transform: scale(0.8) translateY(0%);
        opacity: 0.5;
    }
    100% {
        transform: scale(0.8) translateY(-150%);
        opacity: 0.5;
    }
}
@keyframes mgz-hover-zoom-out-up {
    50% {
        transform: scale(0.8) translateY(0%);
        opacity: 0.5;
    }
    100% {
        transform: scale(0.8) translateY(-150%);
        opacity: 0.5;
    }
}
/* mgz-hover-zoom-out-down
----------------------------- */
.mgz-hover-zoom-out-down:hover > .mgz-hover-main,
.mgz-hover-zoom-out-down.hover > img {
    animation: mgz-hover-zoom-out-down 0.4025s linear;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}
@-webkit-keyframes mgz-hover-zoom-out-down {
    50% {
        transform: scale(0.8) translateY(0%);
        opacity: 0.5;
    }
    100% {
        transform: scale(0.8) translateY(150%);
        opacity: 0.5;
    }
}
@keyframes mgz-hover-zoom-out-down {
    50% {
        transform: scale(0.8) translateY(0%);
        opacity: 0.5;
    }
    100% {
        transform: scale(0.8) translateY(150%);
        opacity: 0.5;
    }
}
/* mgz-hover-zoom-out-left
----------------------------- */
.mgz-hover-zoom-out-left:hover > .mgz-hover-main,
.mgz-hover-zoom-out-left.hover > img {
    animation: mgz-hover-zoom-out-left 0.4025s linear;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}
@-webkit-keyframes mgz-hover-zoom-out-left {
    50% {
        transform: scale(0.8) translateX(0%);
        opacity: 0.5;
    }
    100% {
        transform: scale(0.8) translateX(-150%);
        opacity: 0.5;
    }
}
@keyframes mgz-hover-zoom-out-left {
    50% {
        transform: scale(0.8) translateX(0%);
        opacity: 0.5;
    }
    100% {
        transform: scale(0.8) translateX(-150%);
        opacity: 0.5;
    }
}
/* mgz-hover-zoom-out-right
----------------------------- */
.mgz-hover-zoom-out-right:hover > .mgz-hover-main,
.mgz-hover-zoom-out-right.hover > img {
    animation: mgz-hover-zoom-out-right 0.4025s linear;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}
@-webkit-keyframes mgz-hover-zoom-out-right {
    50% {
        transform: scale(0.8) translateX(0%);
        opacity: 0.5;
    }
    100% {
        transform: scale(0.8) translateX(150%);
        opacity: 0.5;
    }
}
@keyframes mgz-hover-zoom-out-right {
    50% {
        transform: scale(0.8) translateX(0%);
        opacity: 0.5;
    }
    100% {
        transform: scale(0.8) translateX(150%);
        opacity: 0.5;
    }
}
/* mgz-hover-zoom-out-flip-horiz
----------------------------- */
.mgz-hover-zoom-out-flip-horiz {
    perspective: 50em;
}
.mgz-hover-zoom-out-flip-horiz .mgz-hover-description {
    opacity: 0;
    transform: rotateX(90deg) translateY(-100%) scale(0.5);
}
.mgz-hover-zoom-out-flip-horiz:hover > .mgz-hover-main,
.mgz-hover-zoom-out-flip-horiz.hover > img {
    transform: rotateX(-100deg) translateY(50%) scale(0.5);
    opacity: 0;
    transition-delay: 0;
}
.mgz-hover-zoom-out-flip-horiz:hover .mgz-hover-description,
.mgz-hover-zoom-out-flip-horiz.hover .mgz-hover-description {
    transform: rotateX(0) translateY(0%) scale(1);
    opacity: 1;
    transition-delay: 0.35s;
}
/* mgz-hover-zoom-out-flip-vert
----------------------------- */
.mgz-hover-zoom-out-flip-vert {
    perspective: 50em;
}
.mgz-hover-zoom-out-flip-vert .mgz-hover-description {
    opacity: 0;
    transform: rotateY(90deg) translate(50%, 0) scale(0.5);
}
.mgz-hover-zoom-out-flip-vert:hover > .mgz-hover-main,
.mgz-hover-zoom-out-flip-vert.hover > img {
    transform: rotateY(-100deg) translateX(50%) scale(0.5);
    opacity: 0;
    transition-delay: 0;
}
.mgz-hover-zoom-out-flip-vert:hover .mgz-hover-description,
.mgz-hover-zoom-out-flip-vert.hover .mgz-hover-description {
    transform: rotateY(0) translate(0, 0) scale(1);
    opacity: 1;
    transition-delay: 0.35s;
}
/* mgz-hover-blur
----------------------------- */
.mgz-hover-blur .mgz-hover-description {
    opacity: 0;
}
.mgz-hover-blur:hover > .mgz-hover-main {
    filter: blur(30px);
    transform: scale(1.2);
    opacity: 0;
}
.mgz-hover-blur:hover .mgz-hover-description {
    opacity: 1;
    transition-delay: 0.21s;
}
/* mgz-hover-zoom-in
----------------------------- */
.mgz-hover-zoom-in .mgz-hover-description {
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
}
.mgz-hover-zoom-in:hover .mgz-hover-description {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}
/* mgz-hover-zoom-out*
----------------------------- */
[class^="mgz-hover-zoom-out"] .mgz-hover-description,
[class*=" mgz-hover-zoom-out"] .mgz-hover-description {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    opacity: 0;
}
[class^="mgz-hover-zoom-out"]:hover .mgz-hover-description,
[class^="mgz-hover-zoom-out"].hover .mgz-hover-description,
[class*=" mgz-hover-zoom-out"]:hover .mgz-hover-description,
[class*=" mgz-hover-zoom-out"].hover .mgz-hover-description {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    transition-delay: 0.35s;
}
/* mgz-hover-zoom-out
----------------------------- */
.mgz-hover-zoom-out:hover > .mgz-hover-main {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
}
/* mgz-hover-zoom-out-up
----------------------------- */
.mgz-hover-zoom-out-up:hover > .mgz-hover-main,
.mgz-hover-zoom-out-up.hover > img {
    -webkit-animation: mgz-hover-zoom-out-up 0.4025s linear;
    animation: mgz-hover-zoom-out-up 0.4025s linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
@-webkit-keyframes mgz-hover-zoom-out-up {
    50% {
        -webkit-transform: scale(0.8) translateY(0%);
        transform: scale(0.8) translateY(0%);
        opacity: 0.5;
    }
    100% {
        -webkit-transform: scale(0.8) translateY(-150%);
        transform: scale(0.8) translateY(-150%);
        opacity: 0.5;
    }
}
@keyframes mgz-hover-zoom-out-up {
    50% {
        -webkit-transform: scale(0.8) translateY(0%);
        transform: scale(0.8) translateY(0%);
        opacity: 0.5;
    }
    100% {
        -webkit-transform: scale(0.8) translateY(-150%);
        transform: scale(0.8) translateY(-150%);
        opacity: 0.5;
    }
}
/* mgz-hover-zoom-out-down
----------------------------- */
.mgz-hover-zoom-out-down:hover > .mgz-hover-main,
.mgz-hover-zoom-out-down.hover > img {
    -webkit-animation: mgz-hover-zoom-out-down 0.4025s linear;
    animation: mgz-hover-zoom-out-down 0.4025s linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
@-webkit-keyframes mgz-hover-zoom-out-down {
    50% {
        -webkit-transform: scale(0.8) translateY(0%);
        transform: scale(0.8) translateY(0%);
        opacity: 0.5;
    }
    100% {
        -webkit-transform: scale(0.8) translateY(150%);
        transform: scale(0.8) translateY(150%);
        opacity: 0.5;
    }
}
@keyframes mgz-hover-zoom-out-down {
    50% {
        -webkit-transform: scale(0.8) translateY(0%);
        transform: scale(0.8) translateY(0%);
        opacity: 0.5;
    }
    100% {
        -webkit-transform: scale(0.8) translateY(150%);
        transform: scale(0.8) translateY(150%);
        opacity: 0.5;
    }
}
/* mgz-hover-zoom-out-left
----------------------------- */
.mgz-hover-zoom-out-left:hover > .mgz-hover-main,
.mgz-hover-zoom-out-left.hover > img {
    -webkit-animation: mgz-hover-zoom-out-left 0.4025s linear;
    animation: mgz-hover-zoom-out-left 0.4025s linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
@-webkit-keyframes mgz-hover-zoom-out-left {
    50% {
        -webkit-transform: scale(0.8) translateX(0%);
        transform: scale(0.8) translateX(0%);
        opacity: 0.5;
    }
    100% {
        -webkit-transform: scale(0.8) translateX(-150%);
        transform: scale(0.8) translateX(-150%);
        opacity: 0.5;
    }
}
@keyframes mgz-hover-zoom-out-left {
    50% {
        -webkit-transform: scale(0.8) translateX(0%);
        transform: scale(0.8) translateX(0%);
        opacity: 0.5;
    }
    100% {
        -webkit-transform: scale(0.8) translateX(-150%);
        transform: scale(0.8) translateX(-150%);
        opacity: 0.5;
    }
}
/* mgz-hover-zoom-out-right
----------------------------- */
.mgz-hover-zoom-out-right:hover > .mgz-hover-main,
.mgz-hover-zoom-out-right.hover > img {
    -webkit-animation: mgz-hover-zoom-out-right 0.4025s linear;
    animation: mgz-hover-zoom-out-right 0.4025s linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
@-webkit-keyframes mgz-hover-zoom-out-right {
    50% {
        -webkit-transform: scale(0.8) translateX(0%);
        transform: scale(0.8) translateX(0%);
        opacity: 0.5;
    }
    100% {
        -webkit-transform: scale(0.8) translateX(150%);
        transform: scale(0.8) translateX(150%);
        opacity: 0.5;
    }
}
@keyframes mgz-hover-zoom-out-right {
    50% {
        -webkit-transform: scale(0.8) translateX(0%);
        transform: scale(0.8) translateX(0%);
        opacity: 0.5;
    }
    100% {
        -webkit-transform: scale(0.8) translateX(150%);
        transform: scale(0.8) translateX(150%);
        opacity: 0.5;
    }
}
/* mgz-hover-zoom-out-flip-horiz
----------------------------- */
.mgz-hover-zoom-out-flip-horiz {
    -webkit-perspective: 50em;
    perspective: 50em;
}
.mgz-hover-zoom-out-flip-horiz .mgz-hover-description {
    opacity: 0;
    -webkit-transform: rotateX(90deg) translateY(-100%) scale(0.5);
    transform: rotateX(90deg) translateY(-100%) scale(0.5);
}
.mgz-hover-zoom-out-flip-horiz:hover > .mgz-hover-main,
.mgz-hover-zoom-out-flip-horiz.hover > img {
    -webkit-transform: rotateX(-100deg) translateY(50%) scale(0.5);
    transform: rotateX(-100deg) translateY(50%) scale(0.5);
    opacity: 0;
    transition-delay: 0;
}
.mgz-hover-zoom-out-flip-horiz:hover .mgz-hover-description,
.mgz-hover-zoom-out-flip-horiz.hover .mgz-hover-description {
    -webkit-transform: rotateX(0) translateY(0%) scale(1);
    transform: rotateX(0) translateY(0%) scale(1);
    opacity: 1;
    transition-delay: 0.35s;
}
/* mgz-hover-zoom-out-flip-vert
----------------------------- */
.mgz-hover-zoom-out-flip-vert {
    -webkit-perspective: 50em;
    perspective: 50em;
}
.mgz-hover-zoom-out-flip-vert .mgz-hover-description {
    opacity: 0;
    -webkit-transform: rotateY(90deg) translate(50%, 0) scale(0.5);
    transform: rotateY(90deg) translate(50%, 0) scale(0.5);
}
.mgz-hover-zoom-out-flip-vert:hover > .mgz-hover-main,
.mgz-hover-zoom-out-flip-vert.hover > img {
    -webkit-transform: rotateY(-100deg) translateX(50%) scale(0.5);
    transform: rotateY(-100deg) translateX(50%) scale(0.5);
    opacity: 0;
    transition-delay: 0;
}
.mgz-hover-zoom-out-flip-vert:hover .mgz-hover-description,
.mgz-hover-zoom-out-flip-vert.hover .mgz-hover-description {
    -webkit-transform: rotateY(0) translate(0, 0) scale(1);
    transform: rotateY(0) translate(0, 0) scale(1);
    opacity: 1;
    transition-delay: 0.35s;
}
/* mgz-hover-blur
----------------------------- */
.mgz-hover-blur .mgz-hover-description {
    opacity: 0;
}
.mgz-hover-blur:hover > .mgz-hover-main {
    -webkit-filter: blur(30px);
    filter: blur(30px);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
}
.mgz-hover-blur:hover .mgz-hover-description {
    opacity: 1;
    transition-delay: 0.21s;
}
/* mgz-hover-scale
----------------------------- */
.mgz-hover-zoom .mgz-hover-description {
    opacity: 0;
}
.mgz-hover-zoom:hover > img,
.mgz-hover-zoom:hover > .mgz-hover-main {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.mgz-hover-zoom:hover .mgz-hover-description {
    opacity: 1;
    transition-delay: 0.21s;
}
.mgz-image-hovers.owl-carousel .owl-item {
    overflow: hidden;
}
.mgz-image-hovers.owl-carousel .owl-item .hover-type-zoomin {
    opacity: 1;
    -webkit-transition: all 0.4s !important;
    -moz-transition: all 0.4s !important;
    -ms-transition: all 0.4s !important;
    -o-transition: all 0.4s !important;
}
.mgz-image-hovers.owl-carousel .owl-item .hover-type-zoomout {
    opacity: 1;
    -webkit-transform: scale(1.12);
    -ms-transform: scale(1.12);
    transform: scale(1.12);
    -webkit-transition: opacity 1s, -webkit-transform 1s !important;
    transition: opacity 1s, -webkit-transform 1s !important;
    -o-transition: opacity 1s, transform 1s !important;
    transition: opacity 1s, transform 1s !important;
    transition: opacity 1s, transform 1s, -webkit-transform 1s !important;
}
.mgz-image-hovers.owl-carousel .owl-item .hover-type-liftup {
    -webkit-transform: perspective(1000px) scale(1);
    transform: perspective(1000px) scale(1);
    -webkit-transition: -webkit-transform 0.35s !important;
    transition: -webkit-transform 0.35s !important;
    -o-transition: transform 0.35s !important;
    transition: transform 0.35s !important;
    transition: transform 0.35s, -webkit-transform 0.35s !important;
    position: relative;
    z-index: 1;
}
.mgz-image-hovers.owl-carousel .owl-item:hover .hover-type-zoomin {
    opacity: 0.9;
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
}
.mgz-image-hovers.owl-carousel .owl-item:hover .hover-type-zoomout {
    opacity: 0.9;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.mgz-image-hovers.owl-carousel .owl-item:hover .hover-type-liftup {
    -webkit-transform: perspective(1000px) scale(1.03);
    transform: perspective(1000px) scale(1.03);
}
.mgz-image-hovers.owl-carousel .owl-item:hover .hover-type-liftup:before {
    opacity: 1;
}
.mgz-image-hovers .hover-type-zoomin {
    overflow: hidden;
}
.mgz-image-hovers .hover-type-zoomin img {
    opacity: 1;
    -webkit-transition: all 0.4s !important;
    -moz-transition: all 0.4s !important;
    -ms-transition: all 0.4s !important;
    -o-transition: all 0.4s !important;
}
.mgz-image-hovers .hover-type-zoomin:hover img {
    opacity: 0.9;
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
}
.mgz-image-hovers .hover-type-zoomout {
    overflow: hidden;
}
.mgz-image-hovers .hover-type-zoomout img {
    opacity: 1;
    -webkit-transform: scale(1.12);
    -ms-transform: scale(1.12);
    transform: scale(1.12);
    -webkit-transition: opacity 1s, -webkit-transform 1s !important;
    transition: opacity 1s, -webkit-transform 1s !important;
    -o-transition: opacity 1s, transform 1s !important;
    transition: opacity 1s, transform 1s !important;
    transition: opacity 1s, transform 1s, -webkit-transform 1s !important;
}
.mgz-image-hovers .hover-type-zoomout:hover img {
    opacity: 0.9;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.mgz-image-hovers .hover-type-liftup {
    position: relative;
}
.mgz-image-hovers .hover-type-liftup img {
    -webkit-transform: perspective(1000px) scale(1);
    transform: perspective(1000px) scale(1);
    -webkit-transition: -webkit-transform 0.35s !important;
    transition: -webkit-transform 0.35s !important;
    -o-transition: transform 0.35s !important;
    transition: transform 0.35s !important;
    transition: transform 0.35s, -webkit-transform 0.35s !important;
    position: relative;
    z-index: 1;
}
.mgz-image-hovers .hover-type-liftup:before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    content: "";
    -webkit-transition: opacity 0.35s !important;
    -o-transition: opacity 0.35s !important;
    transition: opacity 0.35s !important;
    -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.4);
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.4);
    opacity: 0;
}
.mgz-image-hovers .hover-type-liftup:hover img {
    -webkit-transform: perspective(1000px) scale(1.03);
    transform: perspective(1000px) scale(1.03);
}
.mgz-image-hovers .hover-type-liftup:hover:before {
    opacity: 1;
}
.mgz-hover-image {
    float: right;
}
.mgz-hover.zoom .mgz-hover-image {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
}
.mgz-hover.zoom:hover .mgz-hover-image {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.mgz-hover.border:before {
    border: 2px solid #fff;
    top: -2px;
    bottom: -2px;
    right: -2px;
    left: -2px;
    content: "";
    display: block;
    position: absolute;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
}
.mgz-hover.border:hover:before {
    top: 15px;
    bottom: 15px;
    right: 15px;
    left: 15px;
    z-index: 1;
}
.mgz-hover.flashed:after {
    -webkit-transition: transform 0.6s;
    -moz-transition: transform 0.6s;
    -ms-transition: transform 0.6s;
    -o-transition: transform 0.6s;
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg)
        translate3d(0, -300%, 0);
    -moz-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg)
        translate3d(0, -300%, 0);
    -ms-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg)
        translate3d(0, -300%, 0);
    -o-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg)
        translate3d(0, -300%, 0);
    position: absolute;
    top: 0;
    left: 0;
    width: 1000px;
    height: 200px;
    background: rgba(255, 255, 255, 0.5);
    content: "";
}
.mgz-hover.flashed:hover:after {
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg)
        translate3d(0, 300%, 0);
    -moz-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg)
        translate3d(0, 300%, 0);
    -ms-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg)
        translate3d(0, 300%, 0);
    -o-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg)
        translate3d(0, 300%, 0);
}
.mgz-hover.shadow {
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
}
.mgz-hover.shadow:hover {
    -webkit-box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.2);
}
.mgz-position-top-left {
    position: absolute;
    top: 0;
    left: 0;
}
.mgz-position-top-center {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
.mgz-position-top-right {
    position: absolute;
    top: 0;
    right: 0;
}
.mgz-position-middle-left,
.mgz-position-center-left {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.mgz-position-middle-center,
.mgz-position-center-center {
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
}
.mgz-position-middle-right,
.mgz-position-center-right {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.mgz-position-bottom-left {
    position: absolute;
    bottom: 0;
    left: 0;
}
.mgz-position-bottom-center {
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
.mgz-position-bottom-right {
    position: absolute;
    bottom: 0;
    right: 0;
}
.mgz-flex-position-top-left {
    -webkit-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
}
.mgz-flex-position-top-center {
    -webkit-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
}
.mgz-flex-position-top-right {
    -webkit-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
}
.mgz-flex-position-middle-left,
.mgz-flex-position-center-left {
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
}
.mgz-flex-position-middle-center,
.mgz-flex-position-center-center {
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
}
.mgz-flex-position-middle-right,
.mgz-flex-position-center-right {
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
}
.mgz-flex-position-bottom-left {
    -webkit-align-items: flex-end;
    -ms-align-items: flex-end;
    align-items: flex-end;
    -webkit-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
}
.mgz-flex-position-bottom-center {
    -webkit-align-items: flex-end;
    -ms-align-items: flex-end;
    align-items: flex-end;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
}
.mgz-flex-position-bottom-right {
    -webkit-align-items: flex-end;
    -ms-align-items: flex-end;
    align-items: flex-end;
    -webkit-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
}
.mgz-bg-transform-wrapper {
    overflow: hidden;
}
.mgz-bg-transform-zoom-in:hover .mgz-bg,
.mgz-bg-transform-zoom-out .mgz-bg {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
.mgz-bg-transform-zoom-out:hover .mgz-bg {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.mgz-bg-transform-move-left .mgz-bg {
    -webkit-transform: scale(1.2) translateX(8%);
    -ms-transform: scale(1.2) translateX(8%);
    transform: scale(1.2) translateX(8%);
}
.mgz-bg-transform-move-left:hover .mgz-bg,
.mgz-bg-transform-move-right .mgz-bg {
    -webkit-transform: scale(1.2) translateX(-8%);
    -ms-transform: scale(1.2) translateX(-8%);
    transform: scale(1.2) translateX(-8%);
}
.mgz-bg-transform-move-right:hover .mgz-bg {
    -webkit-transform: scale(1.2) translateX(8%);
    -ms-transform: scale(1.2) translateX(8%);
    transform: scale(1.2) translateX(8%);
}
.mgz-bg-transform-move-up .mgz-bg {
    -webkit-transform: scale(1.2) translateY(8%);
    -ms-transform: scale(1.2) translateY(8%);
    transform: scale(1.2) translateY(8%);
}
.mgz-bg-transform-move-down .mgz-bg,
.mgz-bg-transform-move-up:hover .mgz-bg {
    -webkit-transform: scale(1.2) translateY(-8%);
    -ms-transform: scale(1.2) translateY(-8%);
    transform: scale(1.2) translateY(-8%);
}
.mgz-bg-transform-move-down:hover .mgz-bg {
    -webkit-transform: scale(1.2) translateY(8%);
    -ms-transform: scale(1.2) translateY(8%);
    transform: scale(1.2) translateY(8%);
}
*[class*="mgz-animated-item--"] {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    width: 100%;
}
.mgz-animated-content:hover .mgz-animated-item--grow {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.mgz-animated-content:hover .mgz-animated-item--shrink {
    -webkit-transform: scale(0.85);
    -ms-transform: scale(0.85);
    transform: scale(0.85);
}
.mgz-animated-content:hover .mgz-animated-item--enter-zoom-in,
.mgz-animated-content:hover .mgz-animated-item--enter-zoom-out,
.mgz-animated-content:hover .mgz-animated-item--fade-in {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}
.mgz-animated-content:hover .mgz-animated-item--exit-zoom-in,
.mgz-animated-content:hover .mgz-animated-item--exit-zoom-out,
.mgz-animated-content:hover .mgz-animated-item--fade-out {
    opacity: 0;
}
.mgz-animated-content:hover .mgz-animated-item--exit-zoom-out {
    -webkit-transform: scale(0.2);
    -ms-transform: scale(0.2);
    transform: scale(0.2);
}
.mgz-animated-content:hover .mgz-animated-item--exit-zoom-in {
    -webkit-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2);
}
.mgz-animated-content:hover .mgz-animated-item--enter-from-bottom,
.mgz-animated-content:hover .mgz-animated-item--enter-from-left,
.mgz-animated-content:hover .mgz-animated-item--enter-from-right,
.mgz-animated-content:hover .mgz-animated-item--enter-from-top {
    opacity: 1;
    -webkit-transform: translateY(0) translateX(0);
    -ms-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
}
.mgz-animated-content:hover .mgz-animated-item--exit-to-right {
    -webkit-transform: translateX(1000px);
    -ms-transform: translateX(1000px);
    transform: translateX(1000px);
}
.mgz-animated-content:hover .mgz-animated-item--exit-to-left {
    -webkit-transform: translateX(-1000px);
    -ms-transform: translateX(-1000px);
    transform: translateX(-1000px);
}
.mgz-animated-content:hover .mgz-animated-item--exit-to-top {
    -webkit-transform: translateY(-600px);
    -ms-transform: translateY(-600px);
    transform: translateY(-600px);
}
.mgz-animated-content:hover .mgz-animated-item--exit-to-bottom {
    -webkit-transform: translateY(600px);
    -ms-transform: translateY(600px);
    transform: translateY(600px);
}
.mgz-animated-content:hover .mgz-animated-item--exit-to-bottom,
.mgz-animated-content:hover .mgz-animated-item--exit-to-left,
.mgz-animated-content:hover .mgz-animated-item--exit-to-right,
.mgz-animated-content:hover .mgz-animated-item--exit-to-top {
    opacity: 0;
}
.mgz-animated-content:hover .mgz-animated-item--move-right {
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
}
.mgz-animated-content:hover .mgz-animated-item--move-left {
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
}
.mgz-animated-content:hover .mgz-animated-item--move-up {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
}
.mgz-animated-content:hover .mgz-animated-item--move-down {
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
}
.mgz-animated-content [class^="elementor-animated-item"] {
    will-change: transform, opacity;
}
.mgz-animated-content .mgz-animated-item--enter-zoom-in {
    -webkit-transform: scale(0.2);
    -ms-transform: scale(0.2);
    transform: scale(0.2);
}
.mgz-animated-content .mgz-animated-item--enter-zoom-out {
    -webkit-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2);
}
.mgz-animated-content .mgz-animated-item--enter-zoom-in,
.mgz-animated-content .mgz-animated-item--enter-zoom-out,
.mgz-animated-content .mgz-animated-item--fade-in {
    opacity: 0;
}
.mgz-animated-content .mgz-animated-item--exit-zoom-in,
.mgz-animated-content .mgz-animated-item--exit-zoom-out,
.mgz-animated-content .mgz-animated-item--fade-out {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.mgz-animated-content .mgz-animated-item--enter-from-right {
    -webkit-transform: translateX(1000px);
    -ms-transform: translateX(1000px);
    transform: translateX(1000px);
}
.mgz-animated-content .mgz-animated-item--enter-from-left {
    -webkit-transform: translateX(-1000px);
    -ms-transform: translateX(-1000px);
    transform: translateX(-1000px);
}
.mgz-animated-content .mgz-animated-item--enter-from-top {
    -webkit-transform: translateY(-600px);
    -ms-transform: translateY(-600px);
    transform: translateY(-600px);
}
.mgz-animated-content .mgz-animated-item--enter-from-bottom {
    -webkit-transform: translateY(500px);
    -ms-transform: translateY(500px);
    transform: translateY(500px);
}
.mgz-animated-content .mgz-animated-item--enter-from-bottom,
.mgz-animated-content .mgz-animated-item--enter-from-left,
.mgz-animated-content .mgz-animated-item--enter-from-right,
.mgz-animated-content .mgz-animated-item--enter-from-top {
    opacity: 0;
}
.mgz-animated-content .mgz-animated-item--exit-to-bottom,
.mgz-animated-content .mgz-animated-item--exit-to-left,
.mgz-animated-content .mgz-animated-item--exit-to-right,
.mgz-animated-content .mgz-animated-item--exit-to-top {
    opacity: 1;
    -webkit-transform: translateY(0) translateX(0);
    -ms-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
}
.owl-nav .owl-prev,
.owl-nav .owl-next {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.owl-dots {
    text-align: center;
}
.owl-dots .owl-dot {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}
@-webkit-keyframes backSlideOut {
    25% {
        opacity: 0.5;
        -webkit-transform: translateZ(-500px);
    }
    75% {
        opacity: 0.5;
        -webkit-transform: translateZ(-500px) translateX(-200%);
    }
    100% {
        opacity: 0.5;
        -webkit-transform: translateZ(-500px) translateX(-200%);
    }
}
@-moz-keyframes backSlideOut {
    25% {
        opacity: 0.5;
        -moz-transform: translateZ(-500px);
    }
    75% {
        opacity: 0.5;
        -moz-transform: translateZ(-500px) translateX(-200%);
    }
    100% {
        opacity: 0.5;
        -moz-transform: translateZ(-500px) translateX(-200%);
    }
}
@keyframes backSlideOut {
    25% {
        opacity: 0.5;
        transform: translateZ(-500px);
    }
    75% {
        opacity: 0.5;
        transform: translateZ(-500px) translateX(-200%);
    }
    100% {
        opacity: 0.5;
        transform: translateZ(-500px) translateX(-200%);
    }
}
@-webkit-keyframes backSlideIn {
    0%,
    25% {
        opacity: 0.5;
        -webkit-transform: translateZ(-500px) translateX(200%);
    }
    75% {
        opacity: 0.5;
        -webkit-transform: translateZ(-500px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateZ(0) translateX(0);
    }
}
@-moz-keyframes backSlideIn {
    0%,
    25% {
        opacity: 0.5;
        -moz-transform: translateZ(-500px) translateX(200%);
    }
    75% {
        opacity: 0.5;
        -moz-transform: translateZ(-500px);
    }
    100% {
        opacity: 1;
        -moz-transform: translateZ(0) translateX(0);
    }
}
@keyframes backSlideIn {
    0%,
    25% {
        opacity: 0.5;
        transform: translateZ(-500px) translateX(200%);
    }
    75% {
        opacity: 0.5;
        transform: translateZ(-500px);
    }
    100% {
        opacity: 1;
        transform: translateZ(0) translateX(0);
    }
}
@-webkit-keyframes scaleToFade {
    to {
        opacity: 0;
        -webkit-transform: scale(0.8);
    }
}
@-moz-keyframes scaleToFade {
    to {
        opacity: 0;
        -moz-transform: scale(0.8);
    }
}
@keyframes scaleToFade {
    to {
        opacity: 0;
        transform: scale(0.8);
    }
}
@-webkit-keyframes goDown {
    from {
        -webkit-transform: translateY(-100%);
    }
}
@-moz-keyframes goDown {
    from {
        -moz-transform: translateY(-100%);
    }
}
@keyframes goDown {
    from {
        transform: translateY(-100%);
    }
}
@-webkit-keyframes scaleUpFrom {
    from {
        opacity: 0;
        -webkit-transform: scale(1.5);
    }
}
@-moz-keyframes scaleUpFrom {
    from {
        opacity: 0;
        -moz-transform: scale(1.5);
    }
}
@keyframes scaleUpFrom {
    from {
        opacity: 0;
        transform: scale(1.5);
    }
}
@-webkit-keyframes scaleUpTo {
    to {
        opacity: 0;
        -webkit-transform: scale(1.5);
    }
}
@-moz-keyframes scaleUpTo {
    to {
        opacity: 0;
        -moz-transform: scale(1.5);
    }
}
@keyframes scaleUpTo {
    to {
        opacity: 0;
        transform: scale(1.5);
    }
}
.owl-backSlide-out {
    -webkit-animation: backSlideOut 1s both ease;
    -moz-animation: backSlideOut 1s both ease;
    animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
    -webkit-animation: backSlideIn 1s both ease;
    -moz-animation: backSlideIn 1s both ease;
    animation: backSlideIn 1s both ease;
}
/* goDown */
.owl-goDown-out {
    -webkit-animation: scaleToFade 0.7s ease both;
    -moz-animation: scaleToFade 0.7s ease both;
    animation: scaleToFade 0.7s ease both;
}
.owl-goDown-in {
    -webkit-animation: goDown 0.6s ease both;
    -moz-animation: goDown 0.6s ease both;
    animation: goDown 0.6s ease both;
}
/* scaleUp */
.owl-fadeUp-in {
    -webkit-animation: scaleUpFrom 0.5s ease both;
    -moz-animation: scaleUpFrom 0.5s ease both;
    animation: scaleUpFrom 0.5s ease both;
}
.owl-fadeUp-out {
    -webkit-animation: scaleUpTo 0.5s ease both;
    -moz-animation: scaleUpTo 0.5s ease both;
    animation: scaleUpTo 0.5s ease both;
}
.mgz-element-inner {
    height: 100%;
    position: relative;
}
.mgz-element-inner:before,
.mgz-element-inner:after {
    content: " ";
    display: table;
    clear: both;
}
.inner-content {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
}
.inner-content:before,
.inner-content:after {
    content: " ";
    display: table;
    clear: both;
}
.magezon-builder-preload .mgz-element {
    z-index: 0;
}
.mgz-child:not(:last-child) > .mgz-element-inner {
    margin-bottom: 15px;
}
.mgz-element {
    position: relative;
    text-align: left;
}
.mgz-element:before,
.mgz-element:after {
    content: " ";
    display: table;
    clear: both;
}
.mgz-element p:last-child {
    margin-bottom: 0;
}
.mgz-element .title {
    font-weight: 400;
}
.mgz-element-title-align-left .inner-content {
    margin-left: 0 !important;
}
.mgz-element-title-align-right .inner-content {
    margin-right: 0 !important;
}
.mgz-parallax,
.mgz-parallax-inner,
.mgz-parallax-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.mgz-parallax {
    -webkit-border-radius: inherit;
    -moz-border-radius: inherit;
    border-radius: inherit;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    overflow: hidden;
    pointer-events: none;
}
.mgz-parallax.mgz-parallax-mouse-parallax {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.mgz-parallax .mgz-parallax-inner {
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.mgz-parallax .mgz-parallax-inner * {
    background-position: inherit !important;
    background-size: inherit !important;
    background-repeat: inherit !important;
}
.mgz-mfp .mfp-title {
    position: absolute;
    margin-top: 10px;
}
.mgz-mfp .mfp-counter {
    top: auto;
    bottom: -25px;
}
.mgz-animated {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
}
.mgz-animated:not(.mgz_start_animation) {
    -webkit-animation: none;
    -o-animation: none;
    animation: none;
}
.mgz_start_animation {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}
.mgz-animated-infinite {
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}
@-webkit-keyframes mgz_ttb {
    0% {
        -webkit-transform: translate(0, -10%);
        opacity: 0;
    }
    100% {
        -webkit-transform: translate(0, 0);
        opacity: 1;
    }
}
@-moz-keyframes mgz_ttb {
    0% {
        -moz-transform: translate(0, -10%);
        opacity: 0;
    }
    100% {
        -moz-transform: translate(0, 0);
        opacity: 1;
    }
}
@-o-keyframes mgz_ttb {
    0% {
        -o-transform: translate(0, -10%);
        opacity: 0;
    }
    100% {
        -o-transform: translate(0, 0);
        opacity: 1;
    }
}
@keyframes mgz_ttb {
    0% {
        -webkit-transform: translate(0, -10%);
        -ms-transform: translate(0, -10%);
        -o-transform: translate(0, -10%);
        transform: translate(0, -10%);
        opacity: 0;
    }
    100% {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
        opacity: 1;
    }
}
@-webkit-keyframes mgz_btt {
    0% {
        -webkit-transform: translate(0, 10%);
        opacity: 0;
    }
    100% {
        -webkit-transform: translate(0, 0);
        opacity: 1;
    }
}
@-moz-keyframes mgz_btt {
    0% {
        -moz-transform: translate(0, 10%);
        opacity: 0;
    }
    100% {
        -moz-transform: translate(0, 0);
        opacity: 1;
    }
}
@-o-keyframes mgz_btt {
    0% {
        -o-transform: translate(0, 10%);
        opacity: 0;
    }
    100% {
        -o-transform: translate(0, 0);
        opacity: 1;
    }
}
@keyframes mgz_btt {
    0% {
        -webkit-transform: translate(0, 10%);
        -ms-transform: translate(0, 10%);
        -o-transform: translate(0, 10%);
        transform: translate(0, 10%);
        opacity: 0;
    }
    100% {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
        opacity: 1;
    }
}
@-webkit-keyframes mgz_ltr {
    0% {
        -webkit-transform: translate(-10%, 0);
        opacity: 0;
    }
    100% {
        -webkit-transform: translate(0, 0);
        opacity: 1;
    }
}
@-moz-keyframes mgz_ltr {
    0% {
        -moz-transform: translate(-10%, 0);
        opacity: 0;
    }
    100% {
        -moz-transform: translate(0, 0);
        opacity: 1;
    }
}
@-o-keyframes mgz_ltr {
    0% {
        -o-transform: translate(-10%, 0);
        opacity: 0;
    }
    100% {
        -o-transform: translate(0, 0);
        opacity: 1;
    }
}
@keyframes mgz_ltr {
    0% {
        -webkit-transform: translate(-10%, 0);
        -ms-transform: translate(-10%, 0);
        -o-transform: translate(-10%, 0);
        transform: translate(-10%, 0);
        opacity: 0;
    }
    100% {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
        opacity: 1;
    }
}
@-webkit-keyframes mgz_rtl {
    0% {
        -webkit-transform: translate(10%, 0);
        opacity: 0;
    }
    100% {
        -webkit-transform: translate(0, 0);
        opacity: 1;
    }
}
@-moz-keyframes mgz_rtl {
    0% {
        -moz-transform: translate(10%, 0);
        opacity: 0;
    }
    100% {
        -moz-transform: translate(0, 0);
        opacity: 1;
    }
}
@-o-keyframes mgz_rtl {
    0% {
        -o-transform: translate(10%, 0);
        opacity: 0;
    }
    100% {
        -o-transform: translate(0, 0);
        opacity: 1;
    }
}
@keyframes mgz_rtl {
    0% {
        -webkit-transform: translate(10%, 0);
        -ms-transform: translate(10%, 0);
        -o-transform: translate(10%, 0);
        transform: translate(10%, 0);
        opacity: 0;
    }
    100% {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
        opacity: 1;
    }
}
@-webkit-keyframes mgz_appear {
    0% {
        -webkit-transform: scale(0.5);
        opacity: 0.1;
    }
    100% {
        -webkit-transform: scale(1);
        opacity: 1;
    }
}
@-moz-keyframes mgz_appear {
    0% {
        -moz-transform: scale(0.5);
        opacity: 0.1;
    }
    100% {
        -moz-transform: scale(1);
        opacity: 1;
    }
}
@-o-keyframes mgz_appear {
    0% {
        -o-transform: scale(0.5);
        opacity: 0.1;
    }
    100% {
        -o-transform: scale(1);
        opacity: 1;
    }
}
@keyframes mgz_appear {
    0% {
        -webkit-transform: scale(0.5);
        -ms-transform: scale(0.5);
        -o-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0.1;
    }
    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}
.mgz_top-to-bottom {
    -webkit-animation: mgz_ttb 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -moz-animation: mgz_ttb 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -ms-animation: mgz_ttb 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
    animation: mgz_ttb 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.mgz_bottom-to-top {
    -webkit-animation: mgz_btt 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -moz-animation: mgz_btt 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -ms-animation: mgz_btt 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
    animation: mgz_btt 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.mgz_left-to-right {
    -webkit-animation: mgz_ltr 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -moz-animation: mgz_ltr 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -ms-animation: mgz_ltr 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
    animation: mgz_ltr 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.mgz_right-to-left {
    -webkit-animation: mgz_rtl 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -moz-animation: mgz_rtl 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -ms-animation: mgz_rtl 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
    animation: mgz_rtl 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.mgz_appear {
    -webkit-animation: mgz_appear 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -moz-animation: mgz_appear 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -ms-animation: mgz_appear 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
    animation: mgz_appear 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}
.mgz-row-full-height {
    min-height: 500px;
}
.mgz-row-full-height > .mgz-element-inner {
    min-height: 500px;
}
.mgz-element-row.mgz-row-wrap-reverse > .mgz-element-inner > .inner-content,
.mgz-element-row.mgz-row-equal-height > .mgz-element-inner > .inner-content {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.mgz-element-row.mgz-row-wrap-reverse
    > .mgz-element-inner
    > .inner-content:before,
.mgz-element-row.mgz-row-equal-height
    > .mgz-element-inner
    > .inner-content:before,
.mgz-element-row.mgz-row-wrap-reverse
    > .mgz-element-inner
    > .inner-content:after,
.mgz-element-row.mgz-row-equal-height
    > .mgz-element-inner
    > .inner-content:after {
    display: none;
}
.mgz-element-row.mgz-row-wrap-reverse
    > .mgz-element-inner
    > .inner-content
    > .mgz-element,
.mgz-element-row.mgz-row-equal-height
    > .mgz-element-inner
    > .inner-content
    > .mgz-element {
    -webkit-align-items: stretch;
    -ms-align-items: stretch;
    align-items: stretch;
}
.mgz-element-row.mgz-row-wrap-reverse
    > .mgz-element-inner
    > .inner-content
    > .mgz-element
    > .mgz-element-inner,
.mgz-element-row.mgz-row-equal-height
    > .mgz-element-inner
    > .inner-content
    > .mgz-element
    > .mgz-element-inner {
    -webkit-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
}
.mgz-element-row.content-top
    > .mgz-element-inner
    > .inner-content
    > .mgz-element
    > .mgz-element-inner {
    -webkit-align-self: flex-start;
    -ms-align-self: flex-start;
    align-self: flex-start;
    -webkit-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
}
.mgz-element-row.content-middle
    > .mgz-element-inner
    > .inner-content
    > .mgz-element
    > .mgz-element-inner {
    -webkit-align-self: center;
    -ms-align-self: center;
    align-self: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
}
.mgz-element-row.content-bottom
    > .mgz-element-inner
    > .inner-content
    > .mgz-element
    > .mgz-element-inner {
    -webkit-align-self: flex-end;
    -ms-align-self: flex-end;
    align-self: flex-end;
    -webkit-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
}
.mgz-element-row.mgz-container {
    float: none;
    margin: 0 auto;
}
.page-layout-1column-fullwidth
    .column
    > .magezon-builder
    > .full_width_row
    > .mgz-element-inner,
.page-layout-1column-fullwidth
    .column
    > .magezon-builder
    > .full_width_row_content
    > .mgz-element-inner {
    padding-left: 10px;
    padding-right: 10px;
}
@media (max-width: 767px) {
    .mgz-row-wrap-reverse > .mgz-element-inner > .inner-content {
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}
.mgz-element-column > .mgz-element-inner {
    padding: 10px;
}
.mgz-element-column.mgz-element-column-empty > .mgz-element-inner {
    padding: 0;
    margin: 0;
}
.mgz-row-gap-margin > .mgz-element-inner {
    margin: 10px;
    padding: 0;
}
.mgz-element-separator {
    position: relative;
}
.mgz-element-separator .title {
    background: #fff;
    position: relative;
    z-index: 1;
    padding: 0 8px;
    display: inline-block;
    margin: 0;
}
.mgz-element-separator .title i + span,
.mgz-element-separator .title span + i {
    padding-left: 5px;
}
.mgz-element-separator .mgz-element-separator-line {
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    height: 1px;
    border-top: 1px solid transparent;
    margin: 0 auto;
}
.mgz-element-separator .mgz-text-left .title {
    padding-left: 0;
}
.mgz-element-separator .mgz-text-left .mgz-element-separator-line {
    left: 0;
}
.mgz-element-separator .mgz-text-right .title {
    padding-right: 0;
}
.mgz-element-separator-wrapper {
    position: relative;
}
.mgz-element-heading-text {
    margin: 0;
    color: inherit;
}
.mgz-element-heading-text > a {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    opacity: 1;
    font-weight: inherit;
}
.mgz-element-heading-text > a,
.mgz-element-heading-text > a:focus,
.mgz-element-heading-text > a:hover,
.mgz-element-heading-text > a:visited {
    border: none;
    text-decoration: inherit;
    color: inherit;
    font-weight: inherit;
}
.mgz-element-heading-text > a:hover {
    opacity: 0.85;
}
.mgz-tabs:before,
.mgz-tabs-nav:before,
.mgz-tabs-content:before,
.mgz-tabs:after,
.mgz-tabs-nav:after,
.mgz-tabs-content:after {
    content: " ";
    display: table;
    clear: both;
}
.mgz-tabs-nav > .mgz-tabs-tab-title > a,
.mgz-tabs-content > .mgz-tabs-tab-title > a {
    color: #666666;
}
.mgz-tabs-nav > .mgz-tabs-tab-title:not(.mgz-active) > a,
.mgz-tabs-content > .mgz-tabs-tab-title:not(.mgz-active) > a {
    background: #ebebeb;
}
.mgz-tabs-nav > .mgz-tabs-tab-title:not(.mgz-active) > a:hover,
.mgz-tabs-content > .mgz-tabs-tab-title:not(.mgz-active) > a:hover {
    background: #dcdcdc;
}
.mgz-tabs-nav > .mgz-tabs-tab-title:first-child > a,
.mgz-tabs-content > .mgz-tabs-tab-title:first-child > a {
    margin-top: 0 !important;
}
.mgz-tabs-nav > .mgz-tabs-tab-title.mgz-active > a,
.mgz-tabs-content > .mgz-tabs-tab-title.mgz-active > a {
    background: #f8f8f8;
}
.mgz-tabs {
    color: #333;
}
.mgz-tabs .mgz-tabs-tab-title > a {
    -webkit-transition: background 0.2s ease-in-out, color 0.2s ease-in-out,
        border 0.2s ease-in-out;
    -moz-transition: background 0.2s ease-in-out, color 0.2s ease-in-out,
        border 0.2s ease-in-out;
    -ms-transition: background 0.2s ease-in-out, color 0.2s ease-in-out,
        border 0.2s ease-in-out;
    -o-transition: background 0.2s ease-in-out, color 0.2s ease-in-out,
        border 0.2s ease-in-out;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 14px 20px;
    display: block;
    position: relative;
    z-index: 1;
    border: 1px solid #e3e3e3;
}
.mgz-tabs .mgz-tabs-tab-title > a:hover {
    text-decoration: none;
}
.mgz-tabs .mgz-tabs-tab-content {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: none;
}
.mgz-tabs .mgz-tabs-tab-content.mgz-active {
    display: block;
}
.mgz-tabs .mgz-tabs-tab-content > .mgz-element > .mgz-element-inner {
    margin-bottom: 0;
}
.mgz-tabs:not(.mgz-tabs-no-fill-content) .mgz-tabs-tab-content {
    border: 1px solid #e3e3e3;
    background: #f8f8f8;
    margin-top: -1px;
}
.mgz-element-tab-position-top.mgz-tabs,
.mgz-element-tab-position-bottom.mgz-tabs {
    flex-direction: column;
}
.mgz-element-tab-position-top.mgz-tabs
    > .mgz-tabs-nav
    > .mgz-tabs-tab-title
    > a,
.mgz-element-tab-position-bottom.mgz-tabs
    > .mgz-tabs-nav
    > .mgz-tabs-tab-title
    > a {
    margin-right: 5px;
}
.mgz-element-tab-position-top.mgz-tabs
    > .mgz-tabs-nav
    > .mgz-tabs-tab-title:last-child,
.mgz-element-tab-position-bottom.mgz-tabs
    > .mgz-tabs-nav
    > .mgz-tabs-tab-title:last-child {
    margin-right: 0;
}
@media (min-width: 768px) {
    .mgz-tabs {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
    .mgz-tabs .mgz-tabs-tab-title {
        text-align: left;
        display: inline-block;
    }
    .mgz-tabs .mgz-tabs-content > .mgz-tabs-tab-title {
        display: none;
    }
    .mgz-element-tab-align-right.mgz-tabs > .mgz-tabs-nav {
        text-align: right;
    }
    .mgz-element-tab-align-center.mgz-tabs > .mgz-tabs-nav {
        text-align: center;
    }
    .mgz-element-tab-position-top.mgz-tabs:not(
            .mgz-tabs-no-fill-content
        )[data-gap="0"]
        > .mgz-tabs-nav
        > .mgz-tabs-tab-title
        > a,
    .mgz-element-tab-position-top.mgz-tabs:not(
            .mgz-tabs-no-fill-content
        )[data-gap="0"]
        > .mgz-tabs-content
        > .mgz-tabs-tab-title
        > a {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }
    .mgz-element-tab-position-top.mgz-tabs:not(
            .mgz-tabs-no-fill-content
        )[data-gap="0"]
        > .mgz-tabs-nav
        > .mgz-tabs-tab-title:last-child
        > a,
    .mgz-element-tab-position-top.mgz-tabs:not(
            .mgz-tabs-no-fill-content
        )[data-gap="0"]
        > .mgz-tabs-content
        > .mgz-tabs-tab-title:last-child
        > a {
        margin-right: 0;
    }
    .mgz-element-tab-position-top.mgz-tabs:not(
            .mgz-tabs-no-fill-content
        )[data-gap="0"]
        > .mgz-tabs-nav
        > .mgz-tabs-tab-title.mgz-active
        > a,
    .mgz-element-tab-position-top.mgz-tabs:not(
            .mgz-tabs-no-fill-content
        )[data-gap="0"]
        > .mgz-tabs-content
        > .mgz-tabs-tab-title.mgz-active
        > a {
        border-bottom-color: transparent;
    }
    .mgz-element-tab-position-top.mgz-tabs:not(
            .mgz-tabs-no-fill-content
        )[data-gap="0"]
        > .mgz-tabs-content
        > .mgz-tabs-tab-content {
        border-top-left-radius: 0;
    }
    .mgz-element-tab-position-top.mgz-tabs
        > .mgz-tabs-nav
        > .mgz-tabs-tab-title
        > a {
        margin-top: 0 !important;
    }
    .mgz-element-tab-position-top.mgz-element-tab-align-right.mgz-tabs:not(
            .mgz-tabs-no-fill-content
        )[data-gap="0"]
        > .mgz-tabs-content
        > .mgz-tabs-tab-content {
        border-top-left-radius: 5px;
        border-top-right-radius: 0;
    }
    .mgz-element-tab-position-bottom.mgz-tabs:not(
            .mgz-tabs-no-fill-content
        )[data-gap="0"]
        > .mgz-tabs-nav
        > .mgz-tabs-tab-title
        > a,
    .mgz-element-tab-position-bottom.mgz-tabs:not(
            .mgz-tabs-no-fill-content
        )[data-gap="0"]
        > .mgz-tabs-content
        > .mgz-tabs-tab-title
        > a {
        border-top-right-radius: 0;
        border-top-left-radius: 0;
    }
    .mgz-element-tab-position-bottom.mgz-tabs:not(
            .mgz-tabs-no-fill-content
        )[data-gap="0"]
        > .mgz-tabs-nav
        > .mgz-tabs-tab-title:last-child
        > a,
    .mgz-element-tab-position-bottom.mgz-tabs:not(
            .mgz-tabs-no-fill-content
        )[data-gap="0"]
        > .mgz-tabs-content
        > .mgz-tabs-tab-title:last-child
        > a {
        margin-right: 0;
    }
    .mgz-element-tab-position-bottom.mgz-tabs:not(
            .mgz-tabs-no-fill-content
        )[data-gap="0"]
        > .mgz-tabs-nav
        > .mgz-tabs-tab-title.mgz-active
        > a,
    .mgz-element-tab-position-bottom.mgz-tabs:not(
            .mgz-tabs-no-fill-content
        )[data-gap="0"]
        > .mgz-tabs-content
        > .mgz-tabs-tab-title.mgz-active
        > a {
        border-top-color: transparent;
    }
    .mgz-element-tab-position-bottom.mgz-tabs:not(
            .mgz-tabs-no-fill-content
        )[data-gap="0"]
        > .mgz-tabs-content
        > .mgz-tabs-tab-content {
        border-bottom-left-radius: 0;
        margin-bottom: -1px;
    }
    .mgz-element-tab-position-bottom.mgz-tabs > .mgz-tabs-nav {
        order: 1;
    }
    .mgz-element-tab-position-bottom.mgz-tabs
        > .mgz-tabs-nav
        > .mgz-tabs-tab-title
        > a {
        margin-top: 0 !important;
    }
    .mgz-element-tab-position-bottom.mgz-tabs
        > .mgz-tabs-content
        > .mgz-tabs-tab-content {
        margin-top: 0 !important;
    }
    .mgz-element-tab-position-left.mgz-tabs > .mgz-tabs-nav,
    .mgz-element-tab-position-right.mgz-tabs > .mgz-tabs-nav {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .mgz-element-tab-position-left.mgz-tabs
        > .mgz-tabs-nav
        > .mgz-tabs-tab-title,
    .mgz-element-tab-position-right.mgz-tabs
        > .mgz-tabs-nav
        > .mgz-tabs-tab-title {
        margin-right: 0;
        display: block;
        width: 100%;
        margin-bottom: 5px;
    }
    .mgz-element-tab-position-left.mgz-tabs
        > .mgz-tabs-nav
        > .mgz-tabs-tab-title
        > a,
    .mgz-element-tab-position-right.mgz-tabs
        > .mgz-tabs-nav
        > .mgz-tabs-tab-title
        > a {
        margin-right: 0;
    }
    .mgz-element-tab-position-left.mgz-tabs
        > .mgz-tabs-nav
        > .mgz-tabs-tab-title:first-child
        > a,
    .mgz-element-tab-position-right.mgz-tabs
        > .mgz-tabs-nav
        > .mgz-tabs-tab-title:first-child
        > a {
        margin-top: 0;
    }
    .mgz-element-tab-position-left.mgz-tabs > .mgz-tabs-content,
    .mgz-element-tab-position-right.mgz-tabs > .mgz-tabs-content {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        min-width: 0;
    }
    .mgz-element-tab-position-left.mgz-tabs
        > .mgz-tabs-content
        > .mgz-tabs-tab-content,
    .mgz-element-tab-position-right.mgz-tabs
        > .mgz-tabs-content
        > .mgz-tabs-tab-content {
        margin-top: 0;
        height: 100%;
    }
    .mgz-element-tab-position-left .mgz-tabs-tab-content,
    .mgz-element-tab-position-right .mgz-tabs-tab-content {
        margin-top: 0 !important;
    }
    .mgz-element-tab-position-left.mgz-tabs:not(
            .mgz-tabs-no-fill-content
        )[data-gap="0"]
        > .mgz-tabs-nav
        > .mgz-tabs-tab-title
        > a {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
    .mgz-element-tab-position-left.mgz-tabs:not(
            .mgz-tabs-no-fill-content
        )[data-gap="0"]
        > .mgz-tabs-nav
        > .mgz-tabs-tab-title.mgz-active
        > a {
        border-right-width: 0;
    }
    .mgz-element-tab-position-left.mgz-tabs:not(
            .mgz-tabs-no-fill-content
        )[data-gap="0"]
        > .mgz-tabs-content
        > .mgz-tabs-tab-content {
        border-top-left-radius: 0;
        margin-left: -1px;
    }
    .mgz-element-tab-position-right.mgz-tabs:not(
            .mgz-tabs-no-fill-content
        )[data-gap="0"]
        > .mgz-tabs-nav
        > .mgz-tabs-tab-title
        > a {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
    .mgz-element-tab-position-right.mgz-tabs:not(
            .mgz-tabs-no-fill-content
        )[data-gap="0"]
        > .mgz-tabs-nav
        > .mgz-tabs-tab-title.mgz-active
        > a {
        border-left-width: 0;
    }
    .mgz-element-tab-position-right.mgz-tabs:not(
            .mgz-tabs-no-fill-content
        )[data-gap="0"]
        > .mgz-tabs-content
        > .mgz-tabs-tab-content {
        border-top-right-radius: 0;
        margin-right: -1px;
    }
    .mgz-element-tab-position-right.mgz-tabs > .mgz-tabs-nav {
        order: 1;
    }
}
.tabs-opener {
    height: 50px;
    width: 50px;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    text-align: center;
    font-size: 20px;
    font-weight: 100;
    display: none;
}
.tabs-opener:before {
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    content: "\e624";
}
.tabs-opener:hover {
    background-color: rgba(0, 0, 0, 0.05);
}
@media (max-width: 767px) {
    .mgz-tabs-content .mgz-tabs-tab-title {
        display: none;
    }
    .mgz-tabs-nav .mgz-tabs-tab-title {
        display: inline-block;
    }
    .mgz-tabs:not(.mgz-tabs-no-fill-content)[data-gap="0"]
        > .mgz-tabs-content
        > .mgz-tabs-tab-content.mgz-active {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }
    .mgz-tabs:not(.mgz-tabs-no-fill-content)[data-gap="0"]
        > .mgz-tabs-content
        > .mgz-tabs-tab-title {
        margin-top: 5px;
    }
    .mgz-tabs:not(.mgz-tabs-no-fill-content)[data-gap="0"]
        > .mgz-tabs-content
        > .mgz-tabs-tab-title:first-child {
        margin-top: 0;
    }
    .mgz-tabs:not(.mgz-tabs-no-fill-content)[data-gap="0"]
        > .mgz-tabs-content
        > .mgz-tabs-tab-title.mgz-active
        > a {
        border-bottom-color: transparent;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }
    .mgz-tabs:not(.mgz-tabs-no-fill-content)[data-gap="0"]
        > .mgz-tabs-content
        > .mgz-tabs-tab-content.mgz-active {
        border-top-color: transparent;
    }
    .mgz-tabs.tabs-mobile-accordion .mgz-tabs-nav {
        display: none;
    }
    .mgz-tabs.tabs-mobile-accordion .mgz-tabs-content .mgz-tabs-tab-title {
        display: block;
        position: relative;
    }
    .mgz-tabs.tabs-mobile-accordion
        .mgz-tabs-content
        .mgz-tabs-tab-title
        .tabs-opener {
        display: block;
    }
    .mgz-tabs.tabs-mobile-accordion
        .mgz-tabs-content
        .mgz-tabs-tab-title.mgz-active
        .tabs-opener:before {
        content: "\e623";
    }
    .mgz-tabs .mgz-tabs-content > .mgz-tabs-tab-title:first-child {
        margin-top: 0 !important;
    }
    .mgz-tabs .mgz-tabs-content > .mgz-tabs-tab-title > a {
        margin-right: 0 !important;
    }
    .mgz-tabs .mgz-tabs-content > .mgz-tabs-tab-content {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}
.mgz-element-text p:first-child {
    margin-top: 0;
}
.mgz-element-text p:last-child {
    margin-bottom: 0;
}
.mgz-btn-style-modern .mgz-btn {
    background-image: -webkit-linear-gradient(
        top,
        rgba(255, 255, 255, 0.2) 0,
        rgba(255, 255, 255, 0.01) 100%
    );
    background-image: -o-linear-gradient(
        top,
        rgba(255, 255, 255, 0.2) 0,
        rgba(255, 255, 255, 0.01) 100%
    );
    background-image: linear-gradient(
        to bottom,
        rgba(255, 255, 255, 0.2) 0,
        rgba(255, 255, 255, 0.01) 100%
    );
    background-repeat: repeat-x;
}
.mgz-btn-style-gradient .mgz-btn {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    background-size: 200% 100%;
}
.mgz-btn-style-gradient .mgz-btn:hover {
    background-position: 100% 0;
}
.mgz-btn-style-3d .mgz-btn:hover {
    top: 2px;
}
.mgz-btn-size-xs .mgz-btn {
    font-size: 11px;
    padding: 8px 12px;
}
.mgz-btn-size-sm .mgz-btn {
    font-size: 12px;
    padding: 11px 16px;
}
.mgz-btn-size-md .mgz-btn {
    font-size: 14px;
    padding: 14px 20px;
}
.mgz-btn-size-lg .mgz-btn {
    font-size: 18px;
    padding: 18px 30px;
}
.mgz-btn-size-xl .mgz-btn {
    font-size: 22px;
    padding: 22px 35px;
}
.mgz-element .swatch-option {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.mgz-element-single_image .mgz-element-inner {
    font-size: 0;
}
.mgz-single-image-wrapper {
    display: inline-block;
    line-height: 0;
    max-width: 100%;
    font-size: 1.4rem;
    position: relative;
}
.mgz-single-image-wrapper a {
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    display: block;
}
.mgz-single-image-wrapper img {
    border-color: #ebebeb;
}
.mgz-single-image-wrapper.mgz-box-shadow-3d:before,
.mgz-single-image-wrapper.mgz-box-shadow-3d:after {
    -webkit-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.6);
    box-shadow: 0 15px 10px rgba(0, 0, 0, 0.6);
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: skewY(-6deg);
    -moz-transform: skewY(-6deg);
    -ms-transform: skewY(-6deg);
    -o-transform: skewY(-6deg);
    content: "";
    position: absolute;
    left: 5px;
    right: 50%;
    bottom: 8px;
    height: 30%;
    z-index: -1;
}
.mgz-single-image-wrapper.mgz-box-shadow-3d:after {
    left: 50%;
    right: 5px;
    -webkit-transform: skewY(6deg);
    -moz-transform: skewY(6deg);
    -ms-transform: skewY(6deg);
    -o-transform: skewY(6deg);
    -webkit-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
}
.mgz-single-image-wrapper.mgz-box-outline {
    padding: 5px;
    border: 1px solid #ebebeb;
}
.mgz-single-image-wrapper.mgz-box-outline img {
    border: 1px solid #ebebeb;
}
.mgz-single-image-wrapper.mgz-box-shadow {
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.mgz-single-image-wrapper.mgz-box-shadow img {
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.mgz-single-image-wrapper.mgz-box-shadow2 {
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
}
.mgz-single-image-wrapper.mgz-box-shadow2 img {
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
}
.mgz-single-image-wrapper .image-title + .image-description {
    margin-top: 10px;
}
.mgz-single-image-wrapper .image-content {
    padding: 10px 20px;
    text-align: left;
    line-height: initial;
    clear: both;
    z-index: 1;
    position: absolute;
}
.mgz-single-image-wrapper .mgz-flex-position-below .image-content {
    padding: 10px 0;
    position: static;
}
.mgz-single-image-wrapper.item-content-hover .image-content {
    display: none;
}
.mgz-single-image-wrapper.item-content-hover:hover .image-content {
    display: block;
}
.mgz-single-image-wrapper .mgz-image-link {
    cursor: pointer;
}
.mgz-element-gmaps .gm-style-iw-d {
    overflow: visible !important;
    max-height: none !important;
    font-size: 13px;
}
.mgz-element-gmaps .gm-style-iw-c {
    max-height: none !important;
    padding: 10px !important;
}
.mgz-socialicons {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
}
.mgz-socialicons:before,
.mgz-socialicons:after {
    content: " ";
    display: table;
    clear: both;
}
.mgz-socialicons li {
    position: relative;
    margin-bottom: 8px;
    float: left;
}
.mgz-socialicons li a {
    float: left;
    margin-right: 8px;
}
.mgz-socialicons li i {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    width: 32px;
    height: 32px;
    padding: 0;
    display: inline-block;
    position: relative;
    text-align: center;
    text-decoration: none;
    line-height: 32px;
    color: #fff;
}
.mgz-socialicons li i.mgz-fa-facebook-f {
    background: #3b5998;
}
.mgz-socialicons li i.mgz-fa-twitter {
    background: #00aced;
}
.mgz-socialicons li i.mgz-fa-pinterest-p {
    background: #cb2027;
}
.mgz-socialicons li i.mgz-fa-linkedin-in {
    background: #007bb6;
}
.mgz-socialicons li i.mgz-fa-tumblr {
    background: #32506d;
}
.mgz-socialicons li i.mgz-fa-instagram {
    background: #517fa4;
}
.mgz-socialicons li i.mgz-fa-skype {
    background: #12a5f4;
}
.mgz-socialicons li i.mgz-fa-dribbble {
    background: #ea4c8d;
}
.mgz-socialicons li i.mgz-fa-flickr {
    background: #ff0084;
}
.mgz-socialicons li i.mgz-fa-youtube {
    background: #a82400;
}
.mgz-socialicons li i.mgz-fa-vimeo-v {
    background: #45bbff;
}
.mgz-socialicons li i.mgz-fa-rss {
    background: #ff8a3c;
}
.mgz-socialicons li i.mgz-fa-behance {
    background: #191919;
}
.mgz-socialicons li .mgz-socialicons-follow-button {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-align-self: center;
    -ms-align-self: center;
    align-self: center;
    margin-right: 25px;
    padding: 0 12px;
    color: rgba(0, 0, 0, 0.5);
    background: rgba(0, 0, 0, 0.1);
    font-size: 14px;
    line-height: 1.6em;
}
.mgz-socialicons li .mgz-socialicons-follow-button:hover {
    text-decoration: none;
    color: rgba(0, 0, 0, 0.6);
    background: rgba(0, 0, 0, 0.2);
}
.mgz-socialicons .mgz-socialicons_network_name {
    display: none;
}
.mgz-element-newsletter_form .block.newsletter {
    display: inline-block;
    float: none;
    width: auto;
}
.mgz-element-newsletter_form .action.sr-only {
    position: static;
    width: auto;
    height: 100%;
    margin: 0;
    clip: unset;
    overflow: visible;
}
.mgz-element-newsletter_form .newsletter-title {
    margin: 0 0 20px;
    font-weight: 500;
}
.mgz-element-newsletter_form .newsletter-description {
    margin-bottom: 10px;
}
.magezon-builder .block-search {
    margin: 0;
    padding: 0;
    max-width: 100%;
    float: none;
    display: inline-block;
}
.mgz-element-search_form .block-search {
    margin: 0;
}
@media only screen and (max-width: 767px) {
    .mgz-element-search_form-wrapper {
        position: static;
    }
    .mgz-element-search_form-wrapper > .mgz-element-inner {
        position: static;
    }
    .mgz-element-search_form {
        position: static;
    }
    .mgz-element-search_form > .mgz-element-inner {
        position: static;
    }
    .mgz-element-search_form .minisearch.active .control {
        display: block;
    }
    .mgz-element-search_form .block-search .control {
        border: 0;
        width: 100%;
        left: 0;
        right: 0;
        margin: 0;
        bottom: -15px;
        position: absolute;
        background: #fff;
    }
    .mgz-element-search_form .block-search .form.active .control input {
        position: static;
    }
}
.mgz-carousel-hidden {
    background: url("../../frontend/Harriswebworks/westrocksupply/en_US/Magezon_Builder/images/loader.gif") no-repeat center 25%;
}
.mgz-carousel:before,
.mgz-carousel:after {
    content: " ";
    display: table;
    clear: both;
}
.mgz-carousel.owl-carousel.owl-loaded .owl-stage-outer,
.mgz-carousel.owl-carousel.owl-loaded .owl-nav,
.mgz-carousel.owl-carousel.owl-loaded .owl-dots {
    opacity: 1;
}
.mgz-carousel.owl-carousel.owl-loaded.mgz-carousel-hidden .owl-stage-outer,
.mgz-carousel.owl-carousel.owl-loaded.mgz-carousel-hidden .owl-nav,
.mgz-carousel.owl-carousel.owl-loaded.mgz-carousel-hidden .owl-dots {
    opacity: 0;
}
.mgz-carousel .owl-item {
    position: relative;
    background-repeat: no-repeat;
    background-position: center top;
}
.mgz-carousel .owl-item img {
    max-width: 100%;
}
.mgz-carousel .mgz-carousel-item-inner {
    position: relative;
}
.mgz-carousel a + .item-content {
    cursor: pointer;
}
.mgz-carousel .item-content {
    position: absolute;
    text-align: center;
    color: #333;
    z-index: 1;
    font-size: 14px;
}
.mgz-carousel .item-title {
    font-size: 16px;
}
.mgz-carousel .owl-nav {
    margin: 0;
}
.mgz-carousel .owl-nav [class*="owl-"] {
    -webkit-transition: opacity 300ms ease-in-out,
        background-color 300ms ease-in-out, color 300ms ease-in-out;
    -moz-transition: opacity 300ms ease-in-out,
        background-color 300ms ease-in-out, color 300ms ease-in-out;
    -ms-transition: opacity 300ms ease-in-out,
        background-color 300ms ease-in-out, color 300ms ease-in-out;
    -o-transition: opacity 300ms ease-in-out, background-color 300ms ease-in-out,
        color 300ms ease-in-out;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin: 0;
    padding: 0;
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
    display: inline-block;
}
.mgz-carousel .owl-nav [class*="owl-"]:hover {
    background: rgba(0, 0, 0, 0.8);
}
.mgz-carousel .owl-nav .owl-next {
    margin-left: 5px;
}
.mgz-carousel .owl-dots {
    margin-top: 10px;
    width: 100%;
    pointer-events: none;
}
.mgz-carousel .owl-dots .owl-dot {
    pointer-events: all;
}
.mgz-carousel .owl-dots .owl-dot span {
    -webkit-transition: width 300ms ease-in-out, height 300ms ease-in-out,
        margin 300ms ease-in-out, background-color 300ms ease-in-out;
    -moz-transition: width 300ms ease-in-out, height 300ms ease-in-out,
        margin 300ms ease-in-out, background-color 300ms ease-in-out;
    -ms-transition: width 300ms ease-in-out, height 300ms ease-in-out,
        margin 300ms ease-in-out, background-color 300ms ease-in-out;
    -o-transition: width 300ms ease-in-out, height 300ms ease-in-out,
        margin 300ms ease-in-out, background-color 300ms ease-in-out;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 8px;
    background: rgba(0, 0, 0, 0.6);
}
.mgz-carousel .owl-dots .owl-dot:hover span,
.mgz-carousel .owl-dots .owl-dot.active span {
    background: rgba(0, 0, 0, 0.8);
}
.mgz-carousel .mgz-carousel-magnific {
    cursor: pointer;
}
.mgz-carousel .mgz-carousel-multirow .product-item-info {
    margin-bottom: 15px;
}
.mgz-carousel .mgz-carousel-multirow .product-item-info:last-child {
    margin-bottom: 0;
}
.mgz-carousel .product-item {
    list-style: none;
    margin: 0;
    padding: 0;
    max-width: 100%;
}
.mgz-carousel .product-item .product-item-info {
    width: 100%;
}
.mgz-carousel.mgz-carousel-equal-height .owl-stage {
    display: flex;
}
.mgz-carousel.mgz-carousel-equal-height .owl-item {
    display: flex;
    flex: 1 0 auto;
}
.mgz-carousel-dot-inside .owl-dots {
    position: absolute;
    bottom: 15px;
    margin: 0;
}
.mgz-carousel-dot-inside .owl-dots .owl-dot {
    bottom: 15px;
}
.mgz-carousel-dot-inside .owl-dots .owl-dot span {
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    background: #fff;
}
.mgz-carousel-dot-inside .owl-dots .owl-dot:hover span,
.mgz-carousel-dot-inside .owl-dots .owl-dot.active span {
    background: #fff;
    width: 16px;
    height: 16px;
    margin: 5px;
}
.mgz-carousel-dot-inside .owl-dots .owl-dot:hover:not(.active) span {
    background: #fff;
}
.mgz-carousel-nav-position-top_left .owl-nav,
.mgz-carousel-nav-position-top_right .owl-nav {
    position: absolute;
}
.mgz-carousel-nav-position-top_left.mgz-carousel-nav-size-mini .owl-nav,
.mgz-carousel-nav-position-top_right.mgz-carousel-nav-size-mini .owl-nav {
    top: -40px;
}
.mgz-carousel-nav-position-top_left.mgz-carousel-nav-size-small .owl-nav,
.mgz-carousel-nav-position-top_right.mgz-carousel-nav-size-small .owl-nav {
    top: -50px;
}
.mgz-carousel-nav-position-top_left.mgz-carousel-nav-size-normal .owl-nav,
.mgz-carousel-nav-position-top_right.mgz-carousel-nav-size-normal .owl-nav {
    top: -60px;
}
.mgz-carousel-nav-position-top_left.mgz-carousel-nav-size-large .owl-nav,
.mgz-carousel-nav-position-top_right.mgz-carousel-nav-size-large .owl-nav {
    top: -70px;
}
.mgz-carousel-nav-position-top_left .owl-nav {
    left: 0;
}
.mgz-carousel-nav-position-top_right .owl-nav {
    right: 0;
}
.mgz-carousel-nav-position-bottom_left .owl-nav {
    text-align: left;
    margin-top: 10px;
}
.mgz-carousel-nav-position-bottom_right .owl-nav {
    text-align: right;
    margin-top: 10px;
}
.mgz-carousel-nav-position-bottom_center .owl-nav {
    margin-top: 10px;
    text-align: center;
}
.mgz-carousel-nav-position-bottom_center .owl-nav .owl-prev {
    margin-right: 5px;
}
.mgz-carousel-nav-position-top_split.mgz-carousel-nav-size-mini .owl-prev,
.mgz-carousel-nav-position-top_split.mgz-carousel-nav-size-mini .owl-next {
    top: -40px;
}
.mgz-carousel-nav-position-top_split.mgz-carousel-nav-size-small .owl-prev,
.mgz-carousel-nav-position-top_split.mgz-carousel-nav-size-small .owl-next {
    top: -50px;
}
.mgz-carousel-nav-position-top_split.mgz-carousel-nav-size-normal .owl-prev,
.mgz-carousel-nav-position-top_split.mgz-carousel-nav-size-normal .owl-next {
    top: -60px;
}
.mgz-carousel-nav-position-top_split.mgz-carousel-nav-size-large .owl-prev,
.mgz-carousel-nav-position-top_split.mgz-carousel-nav-size-large .owl-next {
    top: -70px;
}
.mgz-carousel-nav-position-top_split .owl-nav [class*="owl-"] {
    position: absolute;
}
.mgz-carousel-nav-position-top_split .owl-nav .owl-prev {
    left: 0;
}
.mgz-carousel-nav-position-top_split .owl-nav .owl-next {
    right: 0;
}
.mgz-carousel-nav-position-top_split.owl-rtl .owl-nav .owl-prev {
    right: 0;
    left: auto;
}
.mgz-carousel-nav-position-top_split.owl-rtl .owl-nav .owl-next {
    left: 0;
    right: auto;
}
.mgz-carousel-nav-position-center_split .owl-nav [class*="owl-"] {
    position: absolute;
    opacity: 0;
}
.mgz-carousel-nav-position-center_split .owl-nav .owl-prev {
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    position: absolute;
    top: 50%;
    left: 0;
}
.mgz-carousel-nav-position-center_split.owl-rtl .owl-nav .owl-prev {
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    position: absolute;
    top: 50%;
    right: 0;
    left:auto;
}
.mgz-carousel-nav-position-center_split .owl-nav .owl-next {
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    position: absolute;
    top: 50%;
    right: 0;
}
.mgz-carousel-nav-position-center_split.owl-rtl .owl-nav .owl-next {
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    position: absolute;
    top: 50%;
    left: 0;
    right:auto;
}
.mgz-carousel-nav-position-center_split:hover .owl-nav [class*="owl-"] {
    opacity: 1;
    filter: alpha(opacity=100);
}
.mgz-carousel-nav-position-bottom_split.mgz-carousel-nav-size-mini .owl-prev,
.mgz-carousel-nav-position-bottom_split.mgz-carousel-nav-size-mini .owl-next {
    bottom: -40px;
}
.mgz-carousel-nav-position-bottom_split.mgz-carousel-nav-size-small .owl-prev,
.mgz-carousel-nav-position-bottom_split.mgz-carousel-nav-size-small .owl-next {
    bottom: -50px;
}
.mgz-carousel-nav-position-bottom_split.mgz-carousel-nav-size-normal .owl-prev,
.mgz-carousel-nav-position-bottom_split.mgz-carousel-nav-size-normal .owl-next {
    bottom: -60px;
}
.mgz-carousel-nav-position-bottom_split.mgz-carousel-nav-size-large .owl-prev,
.mgz-carousel-nav-position-bottom_split.mgz-carousel-nav-size-large .owl-next {
    bottom: -70px;
}
.mgz-carousel-nav-position-bottom_split .owl-nav [class*="owl-"] {
    position: absolute;
}
.mgz-carousel-nav-position-bottom_split .owl-nav .owl-prev {
    left: 0;
}
.mgz-carousel-nav-position-bottom_split .owl-nav .owl-next {
    right: 0;
}
.mgz-carousel-nav-size-mini .owl-nav [class*="owl-"] {
    width: 20px;
    height: 20px;
    line-height: 20px;
}
.mgz-carousel-nav-size-small .owl-nav [class*="owl-"] {
    width: 30px;
    height: 30px;
    line-height: 30px;
}
.mgz-carousel-nav-size-normal .owl-nav [class*="owl-"] {
    width: 40px;
    height: 40px;
    line-height: 40px;
}
.mgz-carousel-nav-size-large .owl-nav [class*="owl-"] {
    width: 50px;
    height: 50px;
    line-height: 50px;
}
.mgz-product-listing .product-image-wrapper {
    height: auto;
    padding: 0 !important;
}
.mgz-product-listing .product-image-wrapper .product-image-photo {
    position: static;
}
.magezon-builder .mgz-element-sidebar .sidebar-main,
.magezon-builder .mgz-element-sidebar .sidebar-additional {
    width: 100%;
    padding: 0;
}
.magezon-builder .mgz-element-sidebar .filter-options-item {
    width: 100%;
    border-bottom: 1px solid #cccccc;
}
.magezon-builder .mgz-element-sidebar .filter-options-title {
    padding: 10px 40px 0 10px;
}
@media (min-width: 768px) {
    .magezon-builder .mgz-element-sidebar .filter-options-item:before,
    .magezon-builder .mgz-element-sidebar .filter-options-item:after {
        display: none !important;
        border: 0 !important;
    }
    .magezon-builder .mgz-element-sidebar .filter-options-content {
        position: static;
        border: 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        width: 100%;
    }
}
.mgz-countdown {
    -webkit-align-self: center;
    -ms-align-self: center;
    align-self: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    padding: 30px;
}
.mgz-countdown .mgz-countdown-heading-wrapper {
    text-align: left;
}
.mgz-countdown .mgz-countdown-subheading {
    font-size: 1.4rem;
}
.mgz-countdown .mgz-countdown-heading {
    font-size: 18px;
    font-weight: 700;
}
.mgz-countdown .mgz-countdown-number {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    position: relative;
    display: inline-block;
}
.mgz-countdown .mgz-countdown-counter-wrapper {
    -webkit-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
}
.mgz-countdown .mgz-countdown-unit {
    position: relative;
    padding: 10px;
}
.mgz-countdown .mgz-countdown-unit-number {
    font-size: 24px;
    line-height: 1;
}
.mgz-countdown .mgz-countdown-unit-label {
    font-size: 1.4rem;
}
.mgz-countdown .mgz-countdown-unit-label {
    min-width: 80px;
}
.mgz-countdown .svg-container {
    display: inline-block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: auto;
    padding-bottom: 100%;
}
.mgz-countdown .svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.mgz-countdown.mgz-countdown-text-inline .mgz-countdown-unit-label {
    min-width: auto;
    display: inline-block;
}
.mgz-countdown .mgz-countdown-link-wrapper {
    padding: 10px;
}
.mgz-countdown-separator-colon .mgz-countdown-number:after {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    content: ":";
    font-size: 30px;
    position: absolute;
    right: 0px;
    top: 50%;
    z-index: 10;
    display: inline-block;
}
.mgz-countdown-separator-colon .mgz-countdown-number:last-child:after {
    display: none;
}
.mgz-countdown-separator-line .mgz-countdown-number:after {
    content: "";
    display: inline-block;
    top: 0px;
    bottom: 0px;
    z-index: 10;
    border-right: 1px solid #cccccc;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    left: auto;
}
.mgz-countdown-separator-line .mgz-countdown-number:last-child:after {
    display: none;
}
.mgz-countdown-circle .mgz-countdown-unit {
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 11;
}
@media (max-width: 767px) {
    .mgz-countdown {
        display: block;
        padding: 10px;
    }
    .mgz-countdown .mgz-countdown-counter-wrapper {
        margin-top: 20px;
        margin-bottom: 10px;
    }
    .mgz-countdown .mgz-countdown-heading-wrapper,
    .mgz-countdown .mgz-countdown-link-wrapper {
        text-align: center;
    }
    .mgz-countdown.mgz-countdown-text-inline .mgz-countdown-unit-label {
        min-width: 80px;
        display: block;
    }
    .mgz-countdown.mgz-countdown-separator-colon .mgz-countdown-number:after {
        display: none;
    }
    .mgz-countdown .mgz-countdown-unit {
        padding: 10px !important;
    }
}
.page-layout-1column-fullwidth #maincontent {
    max-width: 100%;
    margin: 0;
    padding: 0;
}
.page-layout-1column,
.page-layout-2columns-left,
.page-layout-2columns-right,
.page-layout-1column-fullwidth {
    overflow-x: hidden;
}
.magezon-builder {
    position: relative;
    z-index: 2;
}
.magezon-builder:before,
.magezon-builder:after {
    content: " ";
    display: table;
    clear: both;
}
.magezon-builder * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.magezon-builder iframe,
.magezon-builder video,
.magezon-builder img {
    max-width: 100%;
}
.magezon-builder p {
    margin-top: 0;
}
.mgz-block-heading {
    margin-bottom: 10px;
    padding-bottom: 10px;
    position: relative;
    text-align: center;
}
.mgz-block-heading.mgz-block-heading-line:before {
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    background: #cecece;
    position: absolute;
    top: 40%;
    z-index: 0;
}
.mgz-block-heading.mgz-block-heading-line .title {
    display: inline-block;
    background: #fff;
    padding: 0;
    position: relative;
}
.mgz-block-heading.mgz-block-heading-line h2 {
    font-weight: 500;
}
.mgz-block-heading.mgz-block-heading-line-position-bottom:before {
    bottom: 0;
    top: auto;
}
.mgz-block-heading.mgz-block-heading-align-center {
    text-align: center;
}
.mgz-block-heading.mgz-block-heading-align-center .title {
    padding: 0 10px;
}
.mgz-block-heading.mgz-block-heading-align-left {
    text-align: left;
}
.mgz-block-heading.mgz-block-heading-align-left .title {
    padding-right: 10px;
}
.mgz-block-heading.mgz-block-heading-align-right {
    text-align: right;
}
.mgz-block-heading.mgz-block-heading-align-right .title {
    padding-left: 10px;
}
.mgz-block-heading .title {
    margin: 0;
    font-weight: 400;
}
.mgz-block-heading .info {
    margin: 0;
}
.mgz_fit {
    width: 1%;
}
.magezon-builder-btn {
    background: #007dbd;
    border-color: #007dbd;
    color: #fff;
    position: relative;
    text-align: left;
    font-weight: 500;
    line-height: 1.4;
    padding: 0.6rem 1em 0.6rem 35px;
    display: inline-block;
    margin-bottom: 10px;
}
.magezon-builder-btn:hover {
    color: #fff;
    text-decoration: none;
    background: #0073ae;
}
.magezon-builder-btn i {
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    font-size: 25px;
    position: absolute;
    left: 15px;
}
table .magezon-builder .mgz-container {
    width: 100%;
}
.mgz-condition-html .rule-tree ul {
    padding-left: 16px;
}
.mgz-builder-single_image-icon {
    background-image: url("../../frontend/Harriswebworks/westrocksupply/en_US/Magezon_Builder/images/icons/element-icon-single-image.svg") !important;
}
.item.product .magezon-builder .mgz-container {
    width: 100%;
}
.mgz-builder-wrapper._disabled > .admin__field-control > button,
.mgz-builder-wrapper._disabled > .admin__field-control .mgz-builder {
    cursor: default;
    opacity: 0.5;
    pointer-events: none;
}
.mgz-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}
.mgz-absolute-link {
    position: absolute;
    z-index: 11;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}
.admin__form-loading-mask[data-component="linkbuilder_form.linkbuilder_form"] {
    display: none;
}
.mgz-image-switch-after {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
}
.mgz-image-switch:hover .mgz-image-switch-before {
    opacity: 0;
}
.mgz-image-switch:hover .mgz-image-switch-after {
    opacity: 1;
}
body._has-modal .mgz-modal {
    z-index: 799 !important;
}
@media all and (min-width: 768px) {
  html {
    height: auto !important;
  }
}.navigation .ninjamenus {
    font-weight: normal !important;
}
.navigation > .ninjamenus.ninjamenus-desktop {
    margin: 0 20px;
}
.nav-item {
    position: relative;
    text-align: left;
}
.nav-item.active > a {
    color: #f55856;
}
.nav-item > a {
    -webkit-transition: color 300ms ease-in-out,
        background-color 300ms ease-in-out;
    -moz-transition: color 300ms ease-in-out, background-color 300ms ease-in-out;
    -ms-transition: color 300ms ease-in-out, background-color 300ms ease-in-out;
    -o-transition: color 300ms ease-in-out, background-color 300ms ease-in-out;
    color: #333;
    font-weight: 400;
    line-height: 35px;
    text-decoration: none;
    display: block;
    position: relative;
    padding: 0 15px;
}
.nav-item > a:hover {
    color: #f55856;
}
.nav-item > a:hover .title-wrapper .label {
    background-color: #555;
}
.nav-item > a:hover .title-wrapper .label:before {
    border-top-color: #555;
}
.nav-item > a > .opener {
    width: 35px;
    height: 35px;
}
.nav-item > a .label {
    -webkit-transition: color 0.45s ease-in-out,
        background-color 0.45s ease-in-out;
    -moz-transition: color 0.45s ease-in-out, background-color 0.45s ease-in-out;
    -ms-transition: color 0.45s ease-in-out, background-color 0.45s ease-in-out;
    -o-transition: color 0.45s ease-in-out, background-color 0.45s ease-in-out;
    padding: 2px 4px;
    font-size: 11px;
    font-weight: 400;
    line-height: 18px;
    background-color: #ed143d;
    color: #fff;
}
.nav-item > a .item-icon {
    line-height: inherit;
}
.nav-item > a .item-icon + span,
.nav-item > a span + .item-icon {
    margin-left: 2px;
}
.nav-item > a span.title {
    display: inline-block;
    margin: 0;
    padding: 0;
    font-size: inherit;
    font-weight: inherit;
}
.nav-item > a > span {
    display: inline-block;
}
.nav-item .caret {
    line-height: inherit;
    border: 0;
    height: auto;
}
.nav-item .item-submenu {
    position: absolute;
    display: none;
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    z-index: 11;
    width: 100%;
    height: auto;
}
.nav-item.ninjamenus-hover > .item-submenu {
    display: block;
}
.magezon-builder > .nav-item > a {
    line-height: 50px;
    font-weight: 600;
}
.magezon-builder > .nav-item > .opener {
    height: 50px;
    width: 50px;
}
.subtitle {
    display: block !important;
    font-size: 11px;
    line-height: 13px;
    font-weight: 400;
    color: #999;
    white-space: normal;
    margin-top: -10px;
}
.label-top_left > a .label {
    position: absolute;
    top: -10px;
    left: 10px;
}
.label-top_left > a .label:before {
    -webkit-transition: border-color 450ms ease-in-out;
    -moz-transition: border-color 450ms ease-in-out;
    -ms-transition: border-color 450ms ease-in-out;
    -o-transition: border-color 450ms ease-in-out;
    position: absolute;
    left: 6px;
    top: 22px;
    width: 0;
    height: 0;
    content: "";
    border-style: solid;
    border-width: 4px;
    border-color: transparent;
    border-top-color: #ed143d;
}
.label-top_right > a .label {
    position: absolute;
    top: -10px;
    right: 10px;
}
.label-top_right > a .label:before {
    -webkit-transition: border-color 450ms ease-in-out;
    -moz-transition: border-color 450ms ease-in-out;
    -ms-transition: border-color 450ms ease-in-out;
    -o-transition: border-color 450ms ease-in-out;
    position: absolute;
    right: 6px;
    top: 22px;
    width: 0;
    height: 0;
    content: "";
    border-style: solid;
    border-width: 4px;
    border-color: transparent;
    border-top-color: #ed143d;
}
.label-left > a,
.label-right > a {
    justify-content: flex-start;
    display: flex;
    align-items: flex-end;
}
.ninjamenus-hamburger-trigger {
    line-height: 50px;
    background: #f2f2f2;
    display: none;
}
.ninjamenus-hamburger-trigger .trigger-icon {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    margin-right: 5px;
}
.ninjamenus-hamburger-trigger .trigger-icon .menu-trigger-inner {
    -webkit-transition: color 300ms ease-in-out,
        background-color 300ms ease-in-out;
    -moz-transition: color 300ms ease-in-out, background-color 300ms ease-in-out;
    -ms-transition: color 300ms ease-in-out, background-color 300ms ease-in-out;
    -o-transition: color 300ms ease-in-out, background-color 300ms ease-in-out;
}
.ninjamenus-hamburger-trigger .trigger-icon .line {
    display: block;
    background-color: #333333;
    height: 3px;
    margin-bottom: 2px;
}
.ninjamenus-hamburger-trigger .menu-trigger-inner {
    display: inline-block;
    padding: 0 15px;
    cursor: pointer;
}
.ninjamenus-hamburger-trigger .menu-trigger-inner:hover {
    background-color: #f55856;
    color: #ffffff;
}
.ninjamenus-hamburger-trigger .menu-trigger-inner:hover .line {
    background: #fff;
}
.ninjamenus {
    position: relative;
}
.ninjamenus:before,
.ninjamenus:after {
    content: " ";
    display: table;
    clear: both;
}
.ninjamenus .ninjamenus-toggle-active > .opener:before {
    content: "\e60d";
}
.ninjamenus .level0 > a > span.title {
    font-weight: inherit;
}
.ninjamenus .level0 > a > span.title-wrapper .title {
    font-weight: inherit;
}
.ninjamenus .opener {
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    text-align: center;
    font-size: 20px;
    font-weight: 100;
    display: none;
}
.ninjamenus .opener:before {
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    font-family: "Magezon-Icons" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e61c";
}
.ninjamenus .opener:hover {
    background-color: rgba(0, 0, 0, 0.05);
}
.ninjamenus .drilldown-opener {
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    text-align: center;
    font-size: 14px;
    font-weight: 100;
    display: none;
}
.ninjamenus .drilldown-opener:before {
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    font-family: "Magezon-Icons" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e61c";
}
.ninjamenus .item-submenu {
    padding: 10px;
}
.ninjamenus .drilldown-opener:hover {
    background-color: rgba(0, 0, 0, 0.05);
}
.ninjamenus .nav-item > .drilldown-opener:before {
    content: "\e60a";
}
.ninjamenus .ninjamenus-drilldown-back > .drilldown-opener:before {
    content: "\e617";
}
.ninjamenus .links {
    margin: 0;
    padding: 10px 15px;
    border-bottom: 1px solid #eee;
}
.ninjamenus .links li {
    position: relative;
    margin: 0;
    display: inline-block;
}
.ninjamenus .links li > a {
    line-height: 35px;
    padding-left: 15px;
    padding-right: 15px;
    display: block;
}
.ninjamenus .links li > a:hover {
    background: #f55856;
    text-decoration: none;
    color: #fff;
}
.ninjamenus a {
    color: #333;
    font-weight: 400;
}
.ninjamenus .block.tabspro-block {
    margin: 0;
}
.ninjamenus .form.contact {
    width: 100% !important;
}
.ninjamenus.ninjamenus-vertical > .magezon-builder > .nav-item > a .caret {
    -webkit-opacity: 0.8;
    -moz-opacity: 0.8;
    opacity: 0.8;
    float: right;
    line-height: inherit;
}
.ninjamenus.ninjamenus-vertical > .magezon-builder > .nav-item > a .label {
    right: auto;
}
.ninjamenus.ninjamenus-desktop.ninjamenus-horizontal
    > .magezon-builder
    > .nav-item {
    float: left;
    margin: 0;
}
.ninjamenus.ninjamenus-desktop .ninjamenus-right {
    float: right !important;
}
.ninjamenus.ninjamenus-desktop .item-submenu {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
    width: 200px;
}
.ninjamenus.ninjamenus-desktop .item-submenu:before,
.ninjamenus.ninjamenus-desktop .item-submenu:after {
    content: " ";
    display: table;
    clear: both;
}
.ninjamenus.ninjamenus-desktop .mega > .item-submenu {
    background: #fff;
}
.ninjamenus.ninjamenus-desktop .ninjamenus-hide-desktop {
    display: none;
}
.ninjamenus.ninjamenus-desktop .left_edge_menu_bar,
.ninjamenus.ninjamenus-desktop .right_edge_menu_bar,
.ninjamenus.ninjamenus-desktop .left_vertical_full_height,
.ninjamenus.ninjamenus-desktop .right_vertical_full_height {
    position: static;
}
.ninjamenus.ninjamenus-desktop .left_edge_menu_bar > .item-submenu {
    left: 0;
}
.ninjamenus.ninjamenus-desktop .right_edge_menu_bar > .item-submenu {
    right: 0;
}
.ninjamenus.ninjamenus-desktop .left_vertical_full_height > .item-submenu {
    right: 100%;
    top: 0;
}
.ninjamenus.ninjamenus-desktop .right_vertical_full_height > .item-submenu {
    left: 100%;
    top: 0;
}
.ninjamenus.ninjamenus-desktop .left_edge_parent_item > .item-submenu {
    left: 0;
}
.ninjamenus.ninjamenus-desktop .right_edge_parent_item > .item-submenu {
    right: 0;
}
.ninjamenus.ninjamenus-desktop .level0 .left_edge_parent_item > .item-submenu {
    left: 80%;
    top: 0;
}
.ninjamenus.ninjamenus-desktop .level0 .right_edge_parent_item > .item-submenu {
    right: 80%;
    top: 0;
}
.ninjamenus.ninjamenus-desktop .stack > a .caret {
    display: none;
}
.ninjamenus.ninjamenus-desktop .stack > .item-submenu {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    position: static;
    display: block;
    width: 100%;
    padding: 0;
}
.ninjamenus.ninjamenus-desktop.ninjamenus-accordion,
.ninjamenus.ninjamenus-desktop.ninjamenus-drilldown {
    width: 100%;
    max-width: 100%;
}
.ninjamenus.ninjamenus-desktop.ninjamenus-accordion.label-top_right > a .label,
.ninjamenus.ninjamenus-desktop.ninjamenus-drilldown.label-top_right > a .label {
    right: auto;
}
.ninjamenus.ninjamenus-desktop.ninjamenus-accordion .level0,
.ninjamenus.ninjamenus-desktop.ninjamenus-drilldown .level0 {
    border-bottom: 1px solid #e6e6e6;
}
.ninjamenus.ninjamenus-desktop.ninjamenus-accordion .level0 > a:hover,
.ninjamenus.ninjamenus-desktop.ninjamenus-drilldown .level0 > a:hover {
    background: transparent;
    color: #333;
}
.ninjamenus.ninjamenus-desktop.ninjamenus-accordion .nav-item,
.ninjamenus.ninjamenus-desktop.ninjamenus-drilldown .nav-item {
    position: relative !important;
}
.ninjamenus.ninjamenus-desktop.ninjamenus-accordion .item-submenu,
.ninjamenus.ninjamenus-desktop.ninjamenus-drilldown .item-submenu {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    position: static;
    width: 100%;
    max-width: 100%;
    padding: 0;
}
.ninjamenus.ninjamenus-desktop.ninjamenus-accordion .caret,
.ninjamenus.ninjamenus-desktop.ninjamenus-drilldown .caret {
    display: none;
}
.ninjamenus.ninjamenus-desktop.ninjamenus-accordion .mega > .opener,
.ninjamenus.ninjamenus-desktop.ninjamenus-drilldown .mega > .opener {
    display: block;
}
.ninjamenus.ninjamenus-desktop.ninjamenus-accordion .nav-item > a,
.ninjamenus.ninjamenus-desktop.ninjamenus-drilldown .nav-item > a {
    line-height: 50px;
}
.ninjamenus.ninjamenus-desktop.ninjamenus-accordion .nav-item > .opener,
.ninjamenus.ninjamenus-desktop.ninjamenus-drilldown .nav-item > .opener {
    height: 50px;
    width: 15px;
}
.ninjamenus.ninjamenus-desktop.ninjamenus-drilldown {
    overflow: hidden;
}
.ninjamenus.ninjamenus-desktop.ninjamenus-drilldown .drilldown-opener {
    display: block;
}
.ninjamenus.ninjamenus-desktop.ninjamenus-drilldown .stack > .drilldown-opener {
    display: none;
}
.ninjamenus.ninjamenus-desktop.ninjamenus-vertical .nav-item.level0:hover > a,
.ninjamenus.ninjamenus-desktop.ninjamenus-horizontal
    .nav-item.level0:hover
    > a {
    background-color: #f55856;
    color: #fff;
}
.ninjamenus.ninjamenus-desktop.ninjamenus-vertical .nav-item.level0.active > a,
.ninjamenus.ninjamenus-desktop.ninjamenus-horizontal
    .nav-item.level0.active
    > a {
    background-color: #333;
    color: #fff;
}
.ninjamenus.ninjamenus-mobile {
    overflow-x: hidden;
}
.ninjamenus.ninjamenus-mobile.ninjamenus-hamburger-menu,
.ninjamenus.ninjamenus-mobile .ninjamenus-hide-mobile {
    display: none;
}
.ninjamenus.ninjamenus-mobile .opener {
    display: block;
}
.ninjamenus.ninjamenus-mobile .caret {
    display: none;
}
.ninjamenus.ninjamenus-mobile .item-submenu {
    max-width: 100% !important;
    position: relative;
}
.ninjamenus.ninjamenus-mobile .nav-item > a {
    line-height: 50px;
}
.ninjamenus.ninjamenus-mobile .nav-item > .opener {
    height: 50px;
    width: 50px;
}
.ninjamenus.ninjamenus-mobile .level0.label-top_right > a .label {
    right: auto;
}
.ninjamenus.ninjamenus-mobile .level0 > a .title {
    margin: 0 !important;
}
.ninjamenus-hamburger-active .menu-trigger-inner {
    background-color: #f55856;
    color: #ffffff;
}
.ninjamenus-hamburger-active .menu-trigger-inner .line {
    background: #fff;
}
.ninjamenus-hamburger-active .ninjamenus-hamburger-menu {
    display: block !important;
}
.ninjamenus-widget .ninjamenus-vertical,
.ninjamenus-widget .ninjamenus-accordion,
.ninjamenus-widget .ninjamenus-drilldown {
    border: 1px solid #6e716e;
}
.cms-content .block.ninjamenus-widget > .block-title,
.block.ninjamenus-widget > .block-title {
    text-transform: uppercase;
    padding: 10px;
    background: #6e716e;
    color: #fff;
    margin: 0;
    border: 1px solid #6e716e;
}
.cms-content .block.ninjamenus-widget > .block-title > strong,
.block.ninjamenus-widget > .block-title > strong {
    display: block;
}
.cms-content .block.ninjamenus-widget > .ninjamenus,
.block.ninjamenus-widget > .ninjamenus {
    background: #f8f8f8;
}
.cms-content .block.ninjamenus-widget > .ninjamenus.ninjamenus-drilldown,
.block.ninjamenus-widget > .ninjamenus.ninjamenus-drilldown {
    border: 1px solid #6e716e;
}
.scroll-to-fixed-fixed .magezon-builder > .nav-item.label-top_left > a .label,
.scroll-to-fixed-fixed .magezon-builder > .nav-item.label-top_right > a .label {
    display: none;
}
.scroll-to-fixed-fixed .ninjamenus-hide-sticky {
    display: none !important;
}
.ninjamenus-lazy-blur {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -webkit-transition: 0.3s filter linear;
    -moz-transition: 0.3s filter linear;
    -ms-transition: 0.3s filter linear;
    -o-transition: 0.3s filter linear;
    -webkit-filter: blur(5px);
    filter: blur(5px);
}
.ninjamenus-lazy-blur .ninjamenus-lazy-loaded {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    image-rendering: initial;
}
.ninjamenus-drilldown-back {
    line-height: 50px;
    text-align: center;
    background: #f0f0f0;
    border-bottom: 1px solid #e6e6e6;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
    display: none;
}
.ninjamenus-drilldown-back > .drilldown-opener {
    height: 50px;
    width: 50px;
    left: 0;
    display: block;
}
.drilldown-root > div > .ninjamenus-drilldown-back {
    display: block;
}
.ninjamenus-tablet {
    position: static !important;
}
.ninjamenus-tablet .item-submenu {
    left: 0 !important;
    max-width: 100%;
}
.ninjamenus-desktop.ninjamenus-top .level0 {
    margin: 0;
    display: inline-block;
}
.item-autolist .nav-item.stack > a {
    font-weight: 900;
}
.ninjamenus-desktop .item-autolist > .item-submenu > .nav-item {
    float: left;
}
.ninjamenus-desktop .item-autolist-col1 > .item-submenu > .nav-item {
    width: 100%;
}
.ninjamenus-desktop .item-autolist-col2 > .item-submenu > .nav-item {
    width: 50%;
}
.ninjamenus-desktop .item-autolist-col3 > .item-submenu > .nav-item {
    width: 33.33333333%;
}
.ninjamenus-desktop .item-autolist-col4 > .item-submenu > .nav-item {
    width: 25%;
}
.ninjamenus-desktop .item-autolist-col5 > .item-submenu > .nav-item {
    width: 20%;
}
.ninjamenus-desktop .item-autolist-col6 > .item-submenu > .nav-item {
    width: 16.66666667%;
}
.ninjamenus-desktop
    .item-autolist-col2
    > .item-submenu
    > .nav-item:nth-child(2n + 1),
.ninjamenus-desktop
    .item-autolist-col3
    > .item-submenu
    > .nav-item:nth-child(3n + 1),
.ninjamenus-desktop
    .item-autolist-col4
    > .item-submenu
    > .nav-item:nth-child(4n + 1),
.ninjamenus-desktop
    .item-autolist-col4
    > .item-submenu
    > .nav-item:nth-child(5n + 1),
.ninjamenus-desktop
    .item-autolist-col3
    > .item-submenu
    > .nav-item:nth-child(6n + 1) {
    clear: left;
}
.nav-item-static {
    position: static !important;
}

.nav-item.nav-item-static > .item-submenu {
    width: 100vw !important;
}

.ninjamenus.ninjamenus-mobile .nav-item-static {
    position: relative !important;
}
.ninjamenus.ninjamenus-mobile .nav-item.nav-item-static > .item-submenu {
    width: 100% !important;
}
.ninjamenus-top-overlay {
    position: absolute;
    left: 0;
    width: 100%;
    background: #0e0e0eb0;
    height: 100%;
    z-index: 10;
    display: none;
}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(../../frontend/Harriswebworks/westrocksupply/en_US/css/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}