/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.ui-datepicker {
    display: none;
    z-index: 999999 !important;
}
.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em;
    cursor: pointer;
}
.ui-datepicker .ui-datepicker-next-hover span, .ui-datepicker .ui-datepicker-prev-hover span {
    border-color: transparent #ff8400 transparent transparent;
}
.ui-datepicker .ui-datepicker-prev {
    left: 2px;
}
.ui-datepicker .ui-datepicker-next {
    right: 2px;
}
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -5px;
    font-size: 0px;
    width: 0px;
    height: 0px;
    border: solid;
    border-width: 5px 8px 5px 0;
    border-color: transparent #ff9635 transparent transparent;
}
.ui-datepicker .ui-datepicker-next span {
    margin-left: 0px;
    top: 50%;
    margin-top: -5px;
    border-width: 5px 0 5px 8px;
    border-color: transparent transparent transparent #ff9635;
}
.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month-year {
    width: 100%;
}
.ui-datepicker table {
    width: 100%;
    font-size: .9em;
}
.ui-datepicker td span, .ui-datepicker td a {
    display: block;
    padding: 4px;
    text-align: right;
    text-decoration: none;
    color: #000000;
}
.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left;
}
.ui-datepicker-rtl {
    direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: right;
}
.ui-datepicker-rtl .ui-datepicker-group {
    float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}
.ui-timepicker-div .ui-widget-header {
    margin-bottom: 8px;
}
.ui-timepicker-div dl {
    text-align: left;
}
.ui-timepicker-div dl dt {
    height: 25px;
    margin-bottom: -22px;
}
.ui-timepicker-div dl .ui_tpicker_time_label {
    margin-bottom: -25px;
}
.ui-timepicker-div dl dd {
    margin: 0 10px 10px 65px;
}
.ui-timepicker-div td {
    font-size: 90%;
}
.ui-tpicker-grid-label {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}
.ui-datepicker {
    padding: 15px;
    border: #ffffff 4px solid;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #efefef;
    -webkit-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.35);
}
.ui-datepicker .ui-datepicker-header {
    background: transparent;
    border: none;
    padding-bottom: 10px;
}
.ui-datepicker .ui-datepicker-title .ui-datepicker-month {
    width: 47%;
    margin-right: 6%;
}
.ui-datepicker .ui-datepicker-title .ui-datepicker-year {
    width: 47%;
}
.ui-datepicker .ui-datepicker-calendar td {
    border: #cfcfcf 1px solid;
}
.ui-datepicker .ui-datepicker-calendar td a {
    padding: 4px;
    display: block;
}
.ui-datepicker .ui-datepicker-calendar td .ui-state-hover {
    background: #f9eae7;
}
.ui-datepicker .ui-datepicker-calendar {
    background: #ffffff;
    border: #cfcfcf 1px solid;
    border-collapse: collapse;
}
.ui-datepicker .ui-datepicker-calendar th {
    background: #efefef;
    border: #cfcfcf 1px solid;
    padding: 4px;
    text-transform: uppercase;
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-week-col {
    text-align: center;
    border: #cfcfcf 1px solid;
}
.ui-datepicker {
    width: auto;
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-today {
    background: #f3d7d2;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-active {
    background: #ffdf66;
}
.ui-timepicker-div .ui-widget-header {
    margin-bottom: 8px;
}
.ui-timepicker-div dl {
    text-align: left;
}
.ui-timepicker-div dl dd {
    margin: 0 0 10px 65px;
}
.ui-timepicker-div td {
    font-size: 90%;
}
.ui-tpicker-grid-label {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}
.ui-slider {
    position: relative;
    text-align: left;
}
.ui-slider-horizontal .ui-slider-handle {
    margin-left: -5px;
}
.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    cursor: default;
}
.ui-slider-horizontal {
    height: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: none;
    background: #dadada;
}
.ui-slider-handle {
    height: 10px;
    width: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #f98b25;
    display: block;
    position: absolute;
}
.ui-timepicker-div {
    padding: 10px 0 5px 0;
}
.ui-datepicker .ui-datepicker-buttonpane {
    overflow: hidden;
    padding-top: 10px;
    border-top: #cfcfcf 1px solid;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-disabled {
    background: #f9f9f9;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-disabled span {
    color: #959595;
}
/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}
body {
  margin: 0;
  padding: 0;
}
article,
aside,
details,
figcaption,
figure,
main,
footer,
header,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
nav ul,
nav ol {
  list-style: none none;
}
img {
  max-width: 100%;
  height: auto;
  border: 0;
}
video,
embed,
object {
  max-width: 100%;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size-adjust: 100%;
}
body {
  color: #333333;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  font-size: 1.4rem;
}
p {
  margin-top: 0rem;
  margin-bottom: 1rem;
}
abbr[title] {
  border-bottom: 1px dotted #cccccc;
  cursor: help;
}
b,
strong {
  font-weight: 700;
}
em,
i {
  font-style: italic;
}
mark {
  background: #f6f6f6;
  color: #000000;
}
small,
.small {
  font-size: 12px;
}
hr {
  border: 0;
  border-top: 1px solid #cccccc;
  margin-bottom: 20px;
  margin-top: 20px;
}
sub,
sup {
  font-size: 71.42857143000001%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -.5em;
}
sub {
  bottom: -.25em;
}
dfn {
  font-style: italic;
}
h1 {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
}
h2 {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
h3 {
  font-weight: 600;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
}
h4 {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.4rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
h5 {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.2rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
h6 {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small {
  color: #333333;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
a,
.alink {
  color: #006bb4;
  text-decoration: none;
}
a:visited,
.alink:visited {
  color: #006bb4;
  text-decoration: none;
}
a:hover,
.alink:hover {
  color: #006bb4;
  text-decoration: underline;
}
a:active,
.alink:active {
  color: #ff5501;
  text-decoration: underline;
}
ul,
ol {
  margin-top: 0rem;
  margin-bottom: 2.5rem;
}
ul > li,
ol > li {
  margin-top: 0rem;
  margin-bottom: 1rem;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
dl {
  margin-bottom: 20px;
  margin-top: 0;
}
dt {
  font-weight: 700;
  margin-bottom: 5px;
  margin-top: 0;
}
dd {
  margin-bottom: 10px;
  margin-top: 0;
  margin-left: 0;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, 'Courier New', monospace;
}
code {
  background: #f6f6f6;
  color: #111111;
  padding: 2px 4px;
  font-size: 1.2rem;
  white-space: nowrap;
}
kbd {
  background: #f6f6f6;
  color: #111111;
  padding: 2px 4px;
  font-size: 1.2rem;
}
pre {
  background: #f6f6f6;
  border: 1px solid #cccccc;
  color: #111111;
  line-height: 1.42857143;
  margin: 0 0 10px;
  padding: 10px;
  font-size: 1.2rem;
  display: block;
  word-wrap: break-word;
}
pre code {
  background-color: transparent;
  border-radius: 0;
  color: inherit;
  font-size: inherit;
  padding: 0;
  white-space: pre-wrap;
}
blockquote {
  border-left: 0 solid #cccccc;
  margin: 0 0 20px 40px;
  padding: 0;
  color: #333333;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: italic;
  font-weight: 400;
  line-height: 1.42857143;
  font-size: 1.4rem;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  color: #333333;
  line-height: 1.42857143;
  font-size: 1rem;
  display: block;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
blockquote cite {
  font-style: normal;
}
blockquote:before,
blockquote:after {
  content: '';
}
q {
  quotes: none;
}
q:before,
q:after {
  content: '';
  content: none;
}
cite {
  font-style: normal;
}
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  max-width: 100%;
}
table th {
  text-align: left;
}
table > tbody > tr > th,
table > tfoot > tr > th,
table > tbody > tr > td,
table > tfoot > tr > td {
  vertical-align: top;
}
table > thead > tr > th,
table > thead > tr > td {
  vertical-align: bottom;
}
table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
  padding: 11px 10px;
}
button {
  background-image: none;
  background: #eeeeee;
  border: 1px solid #cccccc;
  color: #333333;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  margin: 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
}
button:focus,
button:active {
  background: #e2e2e2;
  border: 1px solid #cccccc;
  color: #333333;
}
button:hover {
  background: #e1e1e1;
  border: 1px solid #cccccc;
  color: #333333;
}
button.disabled,
button[disabled],
fieldset[disabled] button {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type="datetime"],
input[type="email"] {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: 32px;
  line-height: 1.42857143;
  padding: 0 9px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
}
input[type="text"]:disabled,
input[type="password"]:disabled,
input[type="url"]:disabled,
input[type="tel"]:disabled,
input[type="search"]:disabled,
input[type="number"]:disabled,
input[type="datetime"]: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="datetime"]::-moz-placeholder,
input[type="email"]::-moz-placeholder {
  color: #575757;
}
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="datetime"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder {
  color: #575757;
}
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="datetime"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder {
  color: #575757;
}
input[type="number"] {
  -moz-appearance: textfield;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}
select {
  background: #ffffff url('../../frontend/OM/Desktop/en_US/images/select-bg.svg') no-repeat 100% 45%;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border-radius: 1px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: 32px;
  line-height: 1.42857143;
  padding: 4px 25px 5px 10px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
}
select:focus {
  border: 1px solid #c2c2c2;
}
select:disabled {
  opacity: 0.5;
  background: #ffffff;
  border: 1px solid #c2c2c2;
}
select[multiple] {
  height: auto;
  background-image: none;
}
textarea {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: auto;
  line-height: 1.42857143;
  margin: 0;
  padding: 10px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  resize: vertical;
}
textarea:disabled {
  opacity: 0.5;
}
textarea::-moz-placeholder {
  color: #575757;
}
textarea::-webkit-input-placeholder {
  color: #575757;
}
textarea:-ms-input-placeholder {
  color: #575757;
}
input[type="checkbox"] {
  margin: 2px 5px 0 0;
  position: relative;
  top: 2px;
}
input[type="checkbox"]:disabled {
  opacity: 0.5;
}
input[type="radio"] {
  margin: 2px 5px 0 0;
}
input[type="radio"]:disabled {
  opacity: 0.5;
}
input.mage-error,
select.mage-error,
textarea.mage-error {
  border-color: #ed8380;
}
div.mage-error[generated] {
  color: #e02b27;
  font-size: 1.2rem;
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
form {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
address {
  font-style: normal;
}
*:focus {
  box-shadow: none;
  outline: 0;
}
._keyfocus *:focus,
input:not([disabled]):focus,
textarea:not([disabled]):focus,
select:not([disabled]):focus {
  box-shadow: 0 0 3px 1px #00699d;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/*=================Font Family Variables=================*/
/*=================Font-size Options Variables=================*/
/*=================Color Options Variables=================*/
.bundle-options-container .block-bundle-summary .bundle.items,
.product-items,
.prices-tier,
.search-terms,
.cart-summary .checkout-methods-items,
.opc-wrapper .opc,
.opc-progress-bar,
.checkout-agreements-items,
.order-details-items .items-qty,
.footer.content ul,
.block-banners .banner-items,
.block-banners-inline .banner-items,
.block-event .slider-panel .slider {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.bundle-options-container .block-bundle-summary .bundle.items > li,
.product-items > li,
.prices-tier > li,
.search-terms > li,
.cart-summary .checkout-methods-items > li,
.opc-wrapper .opc > li,
.opc-progress-bar > li,
.checkout-agreements-items > li,
.order-details-items .items-qty > li,
.footer.content ul > li,
.block-banners .banner-items > li,
.block-banners-inline .banner-items > li,
.block-event .slider-panel .slider > li {
  margin: 0;
}
.action-primary:focus,
.action-primary:active {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
.action-primary:hover {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
.action-primary.disabled,
.action-primary[disabled],
fieldset[disabled] .action-primary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.abs-discount-block .actions-toolbar .action.primary,
.abs-discount-block .actions-toolbar .action.cancel,
.cart-summary .block .actions-toolbar > .primary .action.primary,
.abs-discount-code .form-discount .actions-toolbar .primary .action,
.cart-summary .form.giftregistry .fieldset .action.primary,
.paypal-review-discount .actions-toolbar .action.primary,
.paypal-review-discount .actions-toolbar .action.cancel,
.cart-discount .actions-toolbar .action.primary,
.cart-discount .actions-toolbar .action.cancel,
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action {
  border-radius: 3px;
}
.abs-discount-block .actions-toolbar .action.primary:not(:focus),
.abs-discount-block .actions-toolbar .action.cancel:not(:focus),
.cart-summary .block .actions-toolbar > .primary .action.primary:not(:focus),
.abs-discount-code .form-discount .actions-toolbar .primary .action:not(:focus),
.cart-summary .form.giftregistry .fieldset .action.primary:not(:focus),
.paypal-review-discount .actions-toolbar .action.primary:not(:focus),
.paypal-review-discount .actions-toolbar .action.cancel:not(:focus),
.cart-discount .actions-toolbar .action.primary:not(:focus),
.cart-discount .actions-toolbar .action.cancel:not(:focus),
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action:not(:focus) {
  box-shadow: inset 0 1px 0 0 #ffffff, inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
}
.abs-discount-block .actions-toolbar .action.primary:active,
.abs-discount-block .actions-toolbar .action.cancel:active,
.cart-summary .block .actions-toolbar > .primary .action.primary:active,
.abs-discount-code .form-discount .actions-toolbar .primary .action:active,
.cart-summary .form.giftregistry .fieldset .action.primary:active,
.paypal-review-discount .actions-toolbar .action.primary:active,
.paypal-review-discount .actions-toolbar .action.cancel:active,
.cart-discount .actions-toolbar .action.primary:active,
.cart-discount .actions-toolbar .action.cancel:active,
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action:active {
  box-shadow: inset 0 1px 0 0 rgba(204, 204, 204, 0.8), inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
}
.block-event .slider-panel .slider .item .action.event {
  background-image: none;
  background: #eeeeee;
  border: 1px solid #cccccc;
  color: #333333;
  cursor: pointer;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  margin: 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
  display: inline-block;
  text-decoration: none;
  border-radius: 3px;
}
.abs-action-link-button:focus,
.abs-action-link-button:active,
.block-event .slider-panel .slider .item .action.event:focus,
.block-event .slider-panel .slider .item .action.event:active {
  background: #e2e2e2;
  border: 1px solid #cccccc;
  color: #333333;
}
.abs-action-link-button:hover,
.block-event .slider-panel .slider .item .action.event:hover {
  background: #e1e1e1;
  border: 1px solid #cccccc;
  color: #333333;
}
.abs-action-link-button.disabled,
.abs-action-link-button[disabled],
fieldset[disabled] .abs-action-link-button,
.block-event .slider-panel .slider .item .action.event.disabled,
.block-event .slider-panel .slider .item .action.event[disabled],
fieldset[disabled] .block-event .slider-panel .slider .item .action.event {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.abs-action-link-button:hover,
.abs-action-link-button:active,
.abs-action-link-button:focus,
.block-event .slider-panel .slider .item .action.event:hover,
.block-event .slider-panel .slider .item .action.event:active,
.block-event .slider-panel .slider .item .action.event:focus {
  text-decoration: none;
}
.abs-action-remove,
.abs-discount-block .action.check,
.popup .actions-toolbar .action.cancel,
.paypal-button-widget .paypal-button,
.bundle-options-container .action.back,
.cart.table-wrapper .actions-toolbar > .action-delete,
.cart.table-wrapper .action.help.map,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup,
.opc-wrapper .edit-address-link,
.opc-block-shipping-information .shipping-information-title .action-edit,
.action-auth-toggle,
.checkout-payment-method .checkout-billing-address .action-cancel,
.checkout-agreements-block .action-show,
.gift-options .actions-toolbar .action-cancel,
.gift-summary .action-edit,
.gift-summary .action-delete,
.action-gift,
.gift-wrapping-title .action-remove,
.wishlist.split.button > .action,
.abs-add-fields .action.remove,
.paypal-review-discount .action.check,
.cart-discount .action.check,
.form-giftregistry-share .action.remove,
.form-giftregistry-edit .action.remove,
.form-add-invitations .action.remove,
.form-create-return .action.remove,
.form.send.friend .action.remove {
  line-height: 1.42857143;
  padding: 0;
  color: #006bb4;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  font-weight: 400;
  border-radius: 0;
}
.abs-action-button-as-link:visited,
.abs-action-remove:visited,
.abs-discount-block .action.check:visited,
.popup .actions-toolbar .action.cancel:visited,
.paypal-button-widget .paypal-button:visited,
.bundle-options-container .action.back:visited,
.cart.table-wrapper .actions-toolbar > .action-delete:visited,
.cart.table-wrapper .action.help.map:visited,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:visited,
.opc-wrapper .edit-address-link:visited,
.opc-block-shipping-information .shipping-information-title .action-edit:visited,
.action-auth-toggle:visited,
.checkout-payment-method .checkout-billing-address .action-cancel:visited,
.checkout-agreements-block .action-show:visited,
.gift-options .actions-toolbar .action-cancel:visited,
.gift-summary .action-edit:visited,
.gift-summary .action-delete:visited,
.action-gift:visited,
.gift-wrapping-title .action-remove:visited,
.wishlist.split.button > .action:visited,
.abs-add-fields .action.remove:visited,
.paypal-review-discount .action.check:visited,
.cart-discount .action.check:visited,
.form-giftregistry-share .action.remove:visited,
.form-giftregistry-edit .action.remove:visited,
.form-add-invitations .action.remove:visited,
.form-create-return .action.remove:visited,
.form.send.friend .action.remove:visited {
  color: #006bb4;
  text-decoration: none;
}
.abs-action-button-as-link:hover,
.abs-action-remove:hover,
.abs-discount-block .action.check:hover,
.popup .actions-toolbar .action.cancel:hover,
.paypal-button-widget .paypal-button:hover,
.bundle-options-container .action.back:hover,
.cart.table-wrapper .actions-toolbar > .action-delete:hover,
.cart.table-wrapper .action.help.map:hover,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:hover,
.opc-wrapper .edit-address-link:hover,
.opc-block-shipping-information .shipping-information-title .action-edit:hover,
.action-auth-toggle:hover,
.checkout-payment-method .checkout-billing-address .action-cancel:hover,
.checkout-agreements-block .action-show:hover,
.gift-options .actions-toolbar .action-cancel:hover,
.gift-summary .action-edit:hover,
.gift-summary .action-delete:hover,
.action-gift:hover,
.gift-wrapping-title .action-remove:hover,
.wishlist.split.button > .action:hover,
.abs-add-fields .action.remove:hover,
.paypal-review-discount .action.check:hover,
.cart-discount .action.check:hover,
.form-giftregistry-share .action.remove:hover,
.form-giftregistry-edit .action.remove:hover,
.form-add-invitations .action.remove:hover,
.form-create-return .action.remove:hover,
.form.send.friend .action.remove:hover {
  color: #006bb4;
  text-decoration: underline;
}
.abs-action-button-as-link:active,
.abs-action-remove:active,
.abs-discount-block .action.check:active,
.popup .actions-toolbar .action.cancel:active,
.paypal-button-widget .paypal-button:active,
.bundle-options-container .action.back:active,
.cart.table-wrapper .actions-toolbar > .action-delete:active,
.cart.table-wrapper .action.help.map:active,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:active,
.opc-wrapper .edit-address-link:active,
.opc-block-shipping-information .shipping-information-title .action-edit:active,
.action-auth-toggle:active,
.checkout-payment-method .checkout-billing-address .action-cancel:active,
.checkout-agreements-block .action-show:active,
.gift-options .actions-toolbar .action-cancel:active,
.gift-summary .action-edit:active,
.gift-summary .action-delete:active,
.action-gift:active,
.gift-wrapping-title .action-remove:active,
.wishlist.split.button > .action:active,
.abs-add-fields .action.remove:active,
.paypal-review-discount .action.check:active,
.cart-discount .action.check:active,
.form-giftregistry-share .action.remove:active,
.form-giftregistry-edit .action.remove:active,
.form-add-invitations .action.remove:active,
.form-create-return .action.remove:active,
.form.send.friend .action.remove:active {
  color: #ff5501;
  text-decoration: underline;
}
.abs-action-button-as-link:hover,
.abs-action-button-as-link:active,
.abs-action-button-as-link:focus,
.abs-action-remove:hover,
.abs-action-remove:active,
.abs-action-remove:focus,
.abs-discount-block .action.check:hover,
.abs-discount-block .action.check:active,
.abs-discount-block .action.check:focus,
.popup .actions-toolbar .action.cancel:hover,
.popup .actions-toolbar .action.cancel:active,
.popup .actions-toolbar .action.cancel:focus,
.paypal-button-widget .paypal-button:hover,
.paypal-button-widget .paypal-button:active,
.paypal-button-widget .paypal-button:focus,
.bundle-options-container .action.back:hover,
.bundle-options-container .action.back:active,
.bundle-options-container .action.back:focus,
.cart.table-wrapper .actions-toolbar > .action-delete:hover,
.cart.table-wrapper .actions-toolbar > .action-delete:active,
.cart.table-wrapper .actions-toolbar > .action-delete:focus,
.cart.table-wrapper .action.help.map:hover,
.cart.table-wrapper .action.help.map:active,
.cart.table-wrapper .action.help.map:focus,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:hover,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:active,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:focus,
.opc-wrapper .edit-address-link:hover,
.opc-wrapper .edit-address-link:active,
.opc-wrapper .edit-address-link:focus,
.opc-block-shipping-information .shipping-information-title .action-edit:hover,
.opc-block-shipping-information .shipping-information-title .action-edit:active,
.opc-block-shipping-information .shipping-information-title .action-edit:focus,
.action-auth-toggle:hover,
.action-auth-toggle:active,
.action-auth-toggle:focus,
.checkout-payment-method .checkout-billing-address .action-cancel:hover,
.checkout-payment-method .checkout-billing-address .action-cancel:active,
.checkout-payment-method .checkout-billing-address .action-cancel:focus,
.checkout-agreements-block .action-show:hover,
.checkout-agreements-block .action-show:active,
.checkout-agreements-block .action-show:focus,
.gift-options .actions-toolbar .action-cancel:hover,
.gift-options .actions-toolbar .action-cancel:active,
.gift-options .actions-toolbar .action-cancel:focus,
.gift-summary .action-edit:hover,
.gift-summary .action-edit:active,
.gift-summary .action-edit:focus,
.gift-summary .action-delete:hover,
.gift-summary .action-delete:active,
.gift-summary .action-delete:focus,
.action-gift:hover,
.action-gift:active,
.action-gift:focus,
.gift-wrapping-title .action-remove:hover,
.gift-wrapping-title .action-remove:active,
.gift-wrapping-title .action-remove:focus,
.wishlist.split.button > .action:hover,
.wishlist.split.button > .action:active,
.wishlist.split.button > .action:focus,
.abs-add-fields .action.remove:hover,
.abs-add-fields .action.remove:active,
.abs-add-fields .action.remove:focus,
.paypal-review-discount .action.check:hover,
.paypal-review-discount .action.check:active,
.paypal-review-discount .action.check:focus,
.cart-discount .action.check:hover,
.cart-discount .action.check:active,
.cart-discount .action.check:focus,
.form-giftregistry-share .action.remove:hover,
.form-giftregistry-share .action.remove:active,
.form-giftregistry-share .action.remove:focus,
.form-giftregistry-edit .action.remove:hover,
.form-giftregistry-edit .action.remove:active,
.form-giftregistry-edit .action.remove:focus,
.form-add-invitations .action.remove:hover,
.form-add-invitations .action.remove:active,
.form-add-invitations .action.remove:focus,
.form-create-return .action.remove:hover,
.form-create-return .action.remove:active,
.form-create-return .action.remove:focus,
.form.send.friend .action.remove:hover,
.form.send.friend .action.remove:active,
.form.send.friend .action.remove:focus {
  background: none;
  border: 0;
}
.abs-action-button-as-link.disabled,
.abs-action-button-as-link[disabled],
fieldset[disabled] .abs-action-button-as-link,
.abs-action-remove.disabled,
.abs-action-remove[disabled],
fieldset[disabled] .abs-action-remove,
.abs-discount-block .action.check.disabled,
.abs-discount-block .action.check[disabled],
fieldset[disabled] .abs-discount-block .action.check,
.popup .actions-toolbar .action.cancel.disabled,
.popup .actions-toolbar .action.cancel[disabled],
fieldset[disabled] .popup .actions-toolbar .action.cancel,
.paypal-button-widget .paypal-button.disabled,
.paypal-button-widget .paypal-button[disabled],
fieldset[disabled] .paypal-button-widget .paypal-button,
.bundle-options-container .action.back.disabled,
.bundle-options-container .action.back[disabled],
fieldset[disabled] .bundle-options-container .action.back,
.cart.table-wrapper .actions-toolbar > .action-delete.disabled,
.cart.table-wrapper .actions-toolbar > .action-delete[disabled],
fieldset[disabled] .cart.table-wrapper .actions-toolbar > .action-delete,
.cart.table-wrapper .action.help.map.disabled,
.cart.table-wrapper .action.help.map[disabled],
fieldset[disabled] .cart.table-wrapper .action.help.map,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup.disabled,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup[disabled],
fieldset[disabled] .checkout-index-index .modal-popup .modal-footer .action-hide-popup,
.opc-wrapper .edit-address-link.disabled,
.opc-wrapper .edit-address-link[disabled],
fieldset[disabled] .opc-wrapper .edit-address-link,
.opc-block-shipping-information .shipping-information-title .action-edit.disabled,
.opc-block-shipping-information .shipping-information-title .action-edit[disabled],
fieldset[disabled] .opc-block-shipping-information .shipping-information-title .action-edit,
.action-auth-toggle.disabled,
.action-auth-toggle[disabled],
fieldset[disabled] .action-auth-toggle,
.checkout-payment-method .checkout-billing-address .action-cancel.disabled,
.checkout-payment-method .checkout-billing-address .action-cancel[disabled],
fieldset[disabled] .checkout-payment-method .checkout-billing-address .action-cancel,
.checkout-agreements-block .action-show.disabled,
.checkout-agreements-block .action-show[disabled],
fieldset[disabled] .checkout-agreements-block .action-show,
.gift-options .actions-toolbar .action-cancel.disabled,
.gift-options .actions-toolbar .action-cancel[disabled],
fieldset[disabled] .gift-options .actions-toolbar .action-cancel,
.gift-summary .action-edit.disabled,
.gift-summary .action-edit[disabled],
fieldset[disabled] .gift-summary .action-edit,
.gift-summary .action-delete.disabled,
.gift-summary .action-delete[disabled],
fieldset[disabled] .gift-summary .action-delete,
.action-gift.disabled,
.action-gift[disabled],
fieldset[disabled] .action-gift,
.gift-wrapping-title .action-remove.disabled,
.gift-wrapping-title .action-remove[disabled],
fieldset[disabled] .gift-wrapping-title .action-remove,
.wishlist.split.button > .action.disabled,
.wishlist.split.button > .action[disabled],
fieldset[disabled] .wishlist.split.button > .action,
.abs-add-fields .action.remove.disabled,
.abs-add-fields .action.remove[disabled],
fieldset[disabled] .abs-add-fields .action.remove,
.paypal-review-discount .action.check.disabled,
.paypal-review-discount .action.check[disabled],
fieldset[disabled] .paypal-review-discount .action.check,
.cart-discount .action.check.disabled,
.cart-discount .action.check[disabled],
fieldset[disabled] .cart-discount .action.check,
.form-giftregistry-share .action.remove.disabled,
.form-giftregistry-share .action.remove[disabled],
fieldset[disabled] .form-giftregistry-share .action.remove,
.form-giftregistry-edit .action.remove.disabled,
.form-giftregistry-edit .action.remove[disabled],
fieldset[disabled] .form-giftregistry-edit .action.remove,
.form-add-invitations .action.remove.disabled,
.form-add-invitations .action.remove[disabled],
fieldset[disabled] .form-add-invitations .action.remove,
.form-create-return .action.remove.disabled,
.form-create-return .action.remove[disabled],
fieldset[disabled] .form-create-return .action.remove,
.form.send.friend .action.remove.disabled,
.form.send.friend .action.remove[disabled],
fieldset[disabled] .form.send.friend .action.remove {
  color: #006bb4;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.abs-action-remove:active,
.abs-action-remove:not(:focus),
.abs-discount-block .action.check:active,
.abs-discount-block .action.check:not(:focus),
.popup .actions-toolbar .action.cancel:active,
.popup .actions-toolbar .action.cancel:not(:focus),
.paypal-button-widget .paypal-button:active,
.paypal-button-widget .paypal-button:not(:focus),
.bundle-options-container .action.back:active,
.bundle-options-container .action.back:not(:focus),
.cart.table-wrapper .actions-toolbar > .action-delete:active,
.cart.table-wrapper .actions-toolbar > .action-delete:not(:focus),
.cart.table-wrapper .action.help.map:active,
.cart.table-wrapper .action.help.map:not(:focus),
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:active,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:not(:focus),
.opc-wrapper .edit-address-link:active,
.opc-wrapper .edit-address-link:not(:focus),
.opc-block-shipping-information .shipping-information-title .action-edit:active,
.opc-block-shipping-information .shipping-information-title .action-edit:not(:focus),
.action-auth-toggle:active,
.action-auth-toggle:not(:focus),
.checkout-payment-method .checkout-billing-address .action-cancel:active,
.checkout-payment-method .checkout-billing-address .action-cancel:not(:focus),
.checkout-agreements-block .action-show:active,
.checkout-agreements-block .action-show:not(:focus),
.gift-options .actions-toolbar .action-cancel:active,
.gift-options .actions-toolbar .action-cancel:not(:focus),
.gift-summary .action-edit:active,
.gift-summary .action-edit:not(:focus),
.gift-summary .action-delete:active,
.gift-summary .action-delete:not(:focus),
.action-gift:active,
.action-gift:not(:focus),
.gift-wrapping-title .action-remove:active,
.gift-wrapping-title .action-remove:not(:focus),
.wishlist.split.button > .action:active,
.wishlist.split.button > .action:not(:focus),
.abs-add-fields .action.remove:active,
.abs-add-fields .action.remove:not(:focus),
.paypal-review-discount .action.check:active,
.paypal-review-discount .action.check:not(:focus),
.cart-discount .action.check:active,
.cart-discount .action.check:not(:focus),
.form-giftregistry-share .action.remove:active,
.form-giftregistry-share .action.remove:not(:focus),
.form-giftregistry-edit .action.remove:active,
.form-giftregistry-edit .action.remove:not(:focus),
.form-add-invitations .action.remove:active,
.form-add-invitations .action.remove:not(:focus),
.form-create-return .action.remove:active,
.form-create-return .action.remove:not(:focus),
.form.send.friend .action.remove:active,
.form.send.friend .action.remove:not(:focus) {
  box-shadow: none;
}
.abs-revert-to-action-secondary,
.paypal-review .block .actions-toolbar .action.primary,
.block-compare .action.compare,
.abs-discount-block .actions-toolbar .action.primary,
.abs-discount-block .actions-toolbar .action.cancel,
.cart-summary .block .actions-toolbar > .primary .action.primary,
.abs-discount-code .form-discount .actions-toolbar .primary .action,
.cart-summary .form.giftregistry .fieldset .action.primary,
.paypal-review-discount .actions-toolbar .action.primary,
.paypal-review-discount .actions-toolbar .action.cancel,
.cart-discount .actions-toolbar .action.primary,
.cart-discount .actions-toolbar .action.cancel,
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action {
  background: #eeeeee;
  border: 1px solid #cccccc;
  color: #333333;
}
.abs-revert-secondary-color:focus,
.abs-revert-secondary-color:active,
.abs-revert-to-action-secondary:focus,
.abs-revert-to-action-secondary:active,
.paypal-review .block .actions-toolbar .action.primary:focus,
.paypal-review .block .actions-toolbar .action.primary:active,
.block-compare .action.compare:focus,
.block-compare .action.compare:active,
.abs-discount-block .actions-toolbar .action.primary:focus,
.abs-discount-block .actions-toolbar .action.primary:active,
.abs-discount-block .actions-toolbar .action.cancel:focus,
.abs-discount-block .actions-toolbar .action.cancel:active,
.cart-summary .block .actions-toolbar > .primary .action.primary:focus,
.cart-summary .block .actions-toolbar > .primary .action.primary:active,
.abs-discount-code .form-discount .actions-toolbar .primary .action:focus,
.abs-discount-code .form-discount .actions-toolbar .primary .action:active,
.cart-summary .form.giftregistry .fieldset .action.primary:focus,
.cart-summary .form.giftregistry .fieldset .action.primary:active,
.paypal-review-discount .actions-toolbar .action.primary:focus,
.paypal-review-discount .actions-toolbar .action.primary:active,
.paypal-review-discount .actions-toolbar .action.cancel:focus,
.paypal-review-discount .actions-toolbar .action.cancel:active,
.cart-discount .actions-toolbar .action.primary:focus,
.cart-discount .actions-toolbar .action.primary:active,
.cart-discount .actions-toolbar .action.cancel:focus,
.cart-discount .actions-toolbar .action.cancel:active,
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action:focus,
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action:active {
  background: #e2e2e2;
  border: 1px solid #cccccc;
  color: #333333;
}
.abs-revert-secondary-color:hover,
.abs-revert-to-action-secondary:hover,
.paypal-review .block .actions-toolbar .action.primary:hover,
.block-compare .action.compare:hover,
.abs-discount-block .actions-toolbar .action.primary:hover,
.abs-discount-block .actions-toolbar .action.cancel:hover,
.cart-summary .block .actions-toolbar > .primary .action.primary:hover,
.abs-discount-code .form-discount .actions-toolbar .primary .action:hover,
.cart-summary .form.giftregistry .fieldset .action.primary:hover,
.paypal-review-discount .actions-toolbar .action.primary:hover,
.paypal-review-discount .actions-toolbar .action.cancel:hover,
.cart-discount .actions-toolbar .action.primary:hover,
.cart-discount .actions-toolbar .action.cancel:hover,
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action:hover {
  background: #e1e1e1;
  border: 1px solid #cccccc;
  color: #333333;
}
.products-grid.wishlist .product-item .box-tocart .tocart {
  font-size: 1.4rem;
  line-height: 1.6rem;
  padding: 7px 15px;
}
#store-selector .form-continue .actions-toolbar .action.primary,
.order-review-form .action.primary,
.bundle-actions .action.primary.customize,
.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-summary .checkout-methods-items .action.primary.checkout,
.block-minicart .block-content > .actions > .primary .action.primary,
.methods-shipping .actions-toolbar .action.primary,
.block-authentication .action.action-register,
.block-authentication .action.action-login,
.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .action.primary,
.form-address-edit .actions-toolbar .action.primary,
.box-tocart .action.instant-purchase,
.multicheckout .action.primary {
  line-height: 2.2rem;
  padding: 14px 17px;
  font-size: 1.8rem;
}
.cart.table-wrapper .item-options dt,
.minicart-items .product-item-details .product .options.list 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 10px 5px 0;
}
.cart.table-wrapper .item-options dt:after,
.minicart-items .product-item-details .product .options.list 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: ': ';
}
.cart.table-wrapper .item-options dd,
.minicart-items .product-item-details .product .options.list 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 5px;
}
.actions-toolbar > .primary .action,
.actions-toolbar > .secondary .action,
.bundle-actions .action.primary.customize,
.bundle-options-container .block-bundle-summary .box-tocart .action.primary,
.box-tocart .action.instant-purchase {
  width: 100%;
}
.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;
}
.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;
}
.product.media .product.photo .photo.image {
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 100%;
}
.login-container .block .block-title {
  border-bottom: 1px solid #e8e8e8;
  font-size: 1.8rem;
  margin-bottom: 15px;
  padding-bottom: 12px;
}
.login-container .block .block-title strong {
  font-weight: 500;
}
.giftregisty-dropdown,
.wishlist-dropdown {
  display: inline-block;
  position: relative;
}
.abs-dropdown-simple:before,
.abs-dropdown-simple:after,
.giftregisty-dropdown:before,
.giftregisty-dropdown:after,
.wishlist-dropdown:before,
.wishlist-dropdown:after {
  content: '';
  display: table;
}
.abs-dropdown-simple:after,
.giftregisty-dropdown:after,
.wishlist-dropdown:after {
  clear: both;
}
.abs-dropdown-simple .action.toggle,
.giftregisty-dropdown .action.toggle,
.wishlist-dropdown .action.toggle {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.abs-dropdown-simple .action.toggle:after,
.giftregisty-dropdown .action.toggle:after,
.wishlist-dropdown .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 0 0 0 5px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-dropdown-simple .action.toggle:hover:after,
.giftregisty-dropdown .action.toggle:hover:after,
.wishlist-dropdown .action.toggle:hover:after {
  color: inherit;
}
.abs-dropdown-simple .action.toggle:active:after,
.giftregisty-dropdown .action.toggle:active:after,
.wishlist-dropdown .action.toggle:active:after {
  color: inherit;
}
.abs-dropdown-simple .action.toggle.active,
.giftregisty-dropdown .action.toggle.active,
.wishlist-dropdown .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.abs-dropdown-simple .action.toggle.active:after,
.giftregisty-dropdown .action.toggle.active:after,
.wishlist-dropdown .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: inherit;
  color: inherit;
  content: '\e621';
  font-family: 'luma-icons';
  margin: 0 0 0 5px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-dropdown-simple .action.toggle.active:hover:after,
.giftregisty-dropdown .action.toggle.active:hover:after,
.wishlist-dropdown .action.toggle.active:hover:after {
  color: inherit;
}
.abs-dropdown-simple .action.toggle.active:active:after,
.giftregisty-dropdown .action.toggle.active:active:after,
.wishlist-dropdown .action.toggle.active:active:after {
  color: inherit;
}
.abs-dropdown-simple ul.dropdown,
.giftregisty-dropdown ul.dropdown,
.wishlist-dropdown ul.dropdown {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 200px;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.abs-dropdown-simple ul.dropdown li,
.giftregisty-dropdown ul.dropdown li,
.wishlist-dropdown ul.dropdown li {
  margin: 0;
  padding: 5px 5px 5px 23px;
}
.abs-dropdown-simple ul.dropdown li:hover,
.giftregisty-dropdown ul.dropdown li:hover,
.wishlist-dropdown ul.dropdown li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.abs-dropdown-simple ul.dropdown:before,
.abs-dropdown-simple ul.dropdown:after,
.giftregisty-dropdown ul.dropdown:before,
.giftregisty-dropdown ul.dropdown:after,
.wishlist-dropdown ul.dropdown:before,
.wishlist-dropdown ul.dropdown:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.abs-dropdown-simple ul.dropdown:before,
.giftregisty-dropdown ul.dropdown:before,
.wishlist-dropdown ul.dropdown:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.abs-dropdown-simple ul.dropdown:after,
.giftregisty-dropdown ul.dropdown:after,
.wishlist-dropdown ul.dropdown:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.abs-dropdown-simple ul.dropdown:before,
.giftregisty-dropdown ul.dropdown:before,
.wishlist-dropdown ul.dropdown:before {
  left: 10px;
  top: -12px;
}
.abs-dropdown-simple ul.dropdown:after,
.giftregisty-dropdown ul.dropdown:after,
.wishlist-dropdown ul.dropdown:after {
  left: 9px;
  top: -14px;
}
.abs-dropdown-simple.active,
.giftregisty-dropdown.active,
.wishlist-dropdown.active {
  overflow: visible;
}
.abs-dropdown-simple.active ul.dropdown,
.giftregisty-dropdown.active ul.dropdown,
.wishlist-dropdown.active ul.dropdown {
  display: block;
}
.giftregisty-dropdown ul.items,
.wishlist-dropdown ul.items {
  padding: 6px 0;
}
.column .block-addbysku .qty .qty,
.bundle-options-container .input-text.qty,
.account .data.table-return-items .qty .input-text,
.table-giftregistry-items .field.qty .qty,
.block-giftregistry-shared-items .qty .qty,
.table.grouped .col.qty .control.qty .qty,
.block-wishlist-info-items .input-text.qty,
.multicheckout .table-wrapper .col .qty .input-text,
.account .table-wrapper .data.table.wishlist .box-tocart .qty,
.products-grid.wishlist .product-item .box-tocart input.qty,
.sidebar .block-addbysku .fieldset .fields .field.qty .qty {
  text-align: center;
  width: 54px;
}
.block,
.customer-review .product-details,
.block-banners,
.block-banners-inline {
  margin-bottom: 40px;
}
.sidebar .action.delete,
.table-comparison .cell.remove .action.delete,
.block-compare .action.delete,
.filter-current .action.remove {
  display: inline-block;
  text-decoration: none;
}
.abs-remove-button-for-blocks > span,
.sidebar .action.delete > span,
.table-comparison .cell.remove .action.delete > span,
.block-compare .action.delete > span,
.filter-current .action.remove > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-remove-button-for-blocks:before,
.sidebar .action.delete:before,
.table-comparison .cell.remove .action.delete:before,
.block-compare .action.delete:before,
.filter-current .action.remove:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 15px;
  color: #757575;
  content: '\e616';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-remove-button-for-blocks:hover:before,
.sidebar .action.delete:hover:before,
.table-comparison .cell.remove .action.delete:hover:before,
.block-compare .action.delete:hover:before,
.filter-current .action.remove:hover:before {
  color: #494949;
}
.abs-remove-button-for-blocks:active:before,
.sidebar .action.delete:active:before,
.table-comparison .cell.remove .action.delete:active:before,
.block-compare .action.delete:active:before,
.filter-current .action.remove:active:before {
  color: #999999;
}
.product-item-name,
.product.name a {
  font-weight: 400;
}
.product-item-name > a,
.product.name a > a {
  color: #333333;
  text-decoration: none;
}
.abs-product-link > a:visited,
.product-item-name > a:visited,
.product.name a > a:visited {
  color: #333333;
  text-decoration: underline;
}
.abs-product-link > a:hover,
.product-item-name > a:hover,
.product.name a > a:hover {
  color: #333333;
  text-decoration: underline;
}
.abs-product-link > a:active,
.product-item-name > a:active,
.product.name a > a:active {
  color: #333333;
  text-decoration: underline;
}
.abs-like-link:visited {
  color: #006bb4;
  text-decoration: none;
}
.abs-like-link:hover {
  color: #006bb4;
  text-decoration: underline;
}
.abs-like-link:active {
  color: #ff5501;
  text-decoration: underline;
}
.form.giftregistry.items .actions-toolbar,
.form.wishlist.items .actions-toolbar {
  margin-left: 0;
}
.abs-add-fields .action.remove,
.form-giftregistry-share .action.remove,
.form-giftregistry-edit .action.remove,
.form-add-invitations .action.remove,
.form-create-return .action.remove,
.form.send.friend .action.remove {
  line-height: normal;
  margin-left: 73%;
  position: absolute;
  top: 34px;
  width: auto;
}
.form-giftregistry-share .fieldset .field .control,
.form-giftregistry-edit .fieldset .field .control,
.form-add-invitations .fieldset .field .control,
.form-create-return .fieldset .field .control,
.form.send.friend .fieldset .field .control {
  width: 70%;
}
.form-giftregistry-share .fieldset .actions-toolbar > .secondary,
.form-giftregistry-edit .fieldset .actions-toolbar > .secondary,
.form-add-invitations .fieldset .actions-toolbar > .secondary,
.form-create-return .fieldset .actions-toolbar > .secondary,
.form.send.friend .fieldset .actions-toolbar > .secondary {
  float: left;
}
.form-giftregistry-share .fieldset .actions-toolbar > .secondary .action.add,
.form-giftregistry-edit .fieldset .actions-toolbar > .secondary .action.add,
.form-add-invitations .fieldset .actions-toolbar > .secondary .action.add,
.form-create-return .fieldset .actions-toolbar > .secondary .action.add,
.form.send.friend .fieldset .actions-toolbar > .secondary .action.add {
  margin-top: 30px;
}
.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;
}
.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;
}
.form-giftregistry-share .message.notice,
.form-giftregistry-edit .message.notice,
.form-add-invitations .message.notice,
.form-create-return .message.notice,
.form.send.friend .message.notice {
  margin: 30px 0 0;
}
.order-details-items .order-items .order-gift-message:not(.expanded-content) {
  height: 0;
  visibility: hidden;
}
.opc-wrapper .form-discount .field .label,
.bundle-options-container .block-bundle-summary .product-image-container,
.bundle-options-container .block-bundle-summary .product.name,
.bundle-options-container .block-bundle-summary .stock,
.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 > .label,
.field.street .field .label,
.block-balance .balance-price-label,
.page-product-downloadable .product-options-wrapper .fieldset .legend.links-title,
.page-product-giftcard .fieldset.giftcard > .legend,
.opc-wrapper .form-giftcard-account .field .label,
.form-add-invitations .fields .label,
.filter-options-content .filter-count-label,
.table-comparison .wishlist.split.button > .action.split span,
.product-items .wishlist.split.button > .action.split span,
.page-multiple-wishlist .page-title-wrapper .page-title,
.block-wishlist-search-form .form-wishlist-search .fieldset > .legend,
.multicheckout .table-wrapper .col .label,
.multicheckout .block .methods-shipping .item-content .fieldset > .legend,
.block.newsletter .label,
.review-date .review-details-label,
.customer-review .product-details .rating-average-label,
.block-reorder .product-item .label,
.action.skip:not(:focus),
.page-header .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;
}
.minicart-items .product.options .toggle > span,
.shipping-policy-block.field-tooltip .field-tooltip-action span {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.abs-add-clearfix:before,
.abs-add-clearfix:after,
.abs-add-fields .fieldset .actions-toolbar:before,
.abs-add-fields .fieldset .actions-toolbar:after,
.bundle-options-container .product-options-wrapper .field.choice .label:before,
.bundle-options-container .product-options-wrapper .field.choice .label:after,
.toolbar:before,
.toolbar:after,
.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,
.minicart-items .product-item-details .product .options.list:before,
.minicart-items .product-item-details .product .options.list: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,
.opc-block-summary .product-item .product-item-details:before,
.opc-block-summary .product-item .product-item-details:after,
.page-product-downloadable .product-add-form:before,
.page-product-downloadable .product-add-form:after,
.gift-item-block .content:before,
.gift-item-block .content:after,
.order-details-items .order-gift-message:before,
.order-details-items .order-gift-message:after,
.order-details-items .block-order-details-gift-message:before,
.order-details-items .block-order-details-gift-message:after,
.block-giftregistry-shared-items .product .item-options:before,
.block-giftregistry-shared-items .product .item-options:after,
.gift-wrapping-list:before,
.gift-wrapping-list:after,
.opc-wrapper .data.table .gift-wrapping .content:before,
.opc-wrapper .data.table .gift-wrapping .content:after,
.table-order-items .gift-wrapping .content:before,
.table-order-items .gift-wrapping .content:after,
.order-options .product:before,
.order-options .product:after,
.map-popup .map-info-price:before,
.map-popup .map-info-price:after,
.multicheckout .item-options:before,
.multicheckout .item-options:after,
.multicheckout .block:before,
.multicheckout .block:after,
.multicheckout .block-content:before,
.multicheckout .block-content:after,
.customer-review .product-details:before,
.customer-review .product-details:after,
.form-create-return .actions-toolbar:before,
.form-create-return .actions-toolbar:after,
.header.content:before,
.header.content:after,
.form-giftregistry-share .fieldset .actions-toolbar:before,
.form-giftregistry-share .fieldset .actions-toolbar:after,
.form-giftregistry-edit .fieldset .actions-toolbar:before,
.form-giftregistry-edit .fieldset .actions-toolbar:after,
.form-add-invitations .fieldset .actions-toolbar:before,
.form-add-invitations .fieldset .actions-toolbar:after,
.form-create-return .fieldset .actions-toolbar:before,
.form-create-return .fieldset .actions-toolbar:after,
.form.send.friend .fieldset .actions-toolbar:before,
.form.send.friend .fieldset .actions-toolbar:after {
  content: '';
  display: table;
}
.abs-add-clearfix:after,
.abs-add-fields .fieldset .actions-toolbar:after,
.bundle-options-container .product-options-wrapper .field.choice .label:after,
.toolbar:after,
.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,
.minicart-items .product-item-details .product .options.list: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,
.opc-block-summary .product-item .product-item-details:after,
.page-product-downloadable .product-add-form:after,
.gift-item-block .content:after,
.order-details-items .order-gift-message:after,
.order-details-items .block-order-details-gift-message:after,
.block-giftregistry-shared-items .product .item-options:after,
.gift-wrapping-list:after,
.opc-wrapper .data.table .gift-wrapping .content:after,
.table-order-items .gift-wrapping .content:after,
.order-options .product:after,
.map-popup .map-info-price:after,
.multicheckout .item-options:after,
.multicheckout .block:after,
.multicheckout .block-content:after,
.customer-review .product-details:after,
.form-create-return .actions-toolbar:after,
.header.content:after,
.form-giftregistry-share .fieldset .actions-toolbar:after,
.form-giftregistry-edit .fieldset .actions-toolbar:after,
.form-add-invitations .fieldset .actions-toolbar:after,
.form-create-return .fieldset .actions-toolbar:after,
.form.send.friend .fieldset .actions-toolbar:after {
  clear: both;
}
.abs-field-date .control,
.abs-field-tooltip,
.columns .column.main,
.columns .sidebar-main,
.columns .sidebar-additional,
.column .block-addbysku .sku,
.product-item,
.sidebar .product-items-images .product-item,
.search-autocomplete,
.cart-summary,
.opc-wrapper .shipping-address-item,
.shipping-policy-block.field-tooltip .field-tooltip-content,
.opc-block-summary,
.block-event .slider-panel .slider .item .action.show,
.sidebar .block-addbysku .fieldset .fields .field.sku,
.form.search.advanced .fields.range .field.date .control,
.field .control._with-tooltip,
.form-giftregistry-edit .field.date .control {
  box-sizing: border-box;
}
.abs-navigation-icon:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 34px;
  line-height: 1.2;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-split-button:before,
.abs-split-button:after {
  content: '';
  display: table;
}
.abs-split-button:after {
  clear: both;
}
.abs-split-button .action.split {
  float: left;
  margin: 0;
}
.abs-split-button .action.toggle {
  float: right;
  margin: 0;
}
.abs-split-button button.action.split {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.abs-split-button button + .action.toggle {
  border-bottom-left-radius: 0;
  border-left: 0;
  border-top-left-radius: 0;
}
.abs-split-button .action.toggle {
  display: inline-block;
  text-decoration: none;
}
.abs-split-button .action.toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-split-button .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-split-button .action.toggle:hover:after {
  color: inherit;
}
.abs-split-button .action.toggle:active:after {
  color: inherit;
}
.abs-split-button .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.abs-split-button .action.toggle.active > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-split-button .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: inherit;
  color: inherit;
  content: '\e621';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-split-button .action.toggle.active:hover:after {
  color: inherit;
}
.abs-split-button .action.toggle.active:active:after {
  color: inherit;
}
.abs-split-button .items {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 100%;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.abs-split-button .items li {
  margin: 0;
  padding: 3px 5px;
}
.abs-split-button .items li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.abs-split-button .items:before,
.abs-split-button .items:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.abs-split-button .items:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.abs-split-button .items:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.abs-split-button .items:before {
  right: 10px;
  top: -12px;
}
.abs-split-button .items:after {
  right: 9px;
  top: -14px;
}
.abs-split-button.active {
  overflow: visible;
}
.abs-split-button.active .items {
  display: block;
}
.bundle-options-container .block-bundle-summary .product-addto-links > .action,
.wishlist.split.button > .action.split,
.product-social-links .action.mailto.friend,
.product-social-links .action.towishlist,
.block-bundle-summary .action.towishlist,
.product-item .action.towishlist,
.table-comparison .action.towishlist {
  color: #666666;
  font-weight: 600;
  letter-spacing: .05em;
  text-transform: uppercase;
  display: inline-block;
  text-decoration: none;
}
.abs-actions-addto:before,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:before,
.wishlist.split.button > .action.split:before,
.product-social-links .action.mailto.friend:before,
.product-social-links .action.towishlist:before,
.block-bundle-summary .action.towishlist:before,
.product-item .action.towishlist:before,
.table-comparison .action.towishlist:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 16px;
  color: inherit;
  font-family: 'luma-icons';
  margin: -2px 5px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.bundle-options-container .block-bundle-summary .product-addto-links > .action:hover,
.wishlist.split.button > .action.split:hover,
.product-social-links .action.mailto.friend:hover,
.product-social-links .action.towishlist:hover,
.block-bundle-summary .action.towishlist:hover,
.product-item .action.towishlist:hover,
.table-comparison .action.towishlist:hover {
  color: #333333;
  text-decoration: none;
}
.bundle-options-container .block-bundle-summary .product-addto-links > .action:before,
.wishlist.split.button > .action.split:before,
.product-social-links .action.mailto.friend:before,
.product-social-links .action.towishlist:before,
.block-bundle-summary .action.towishlist:before,
.product-item .action.towishlist:before,
.table-comparison .action.towishlist:before {
  width: 18px;
}
.bundle-options-container .block-bundle-summary .box-tocart {
  margin: 0 0 30px;
}
.abs-cart-block > .title,
.minicart-items .product .toggle,
.abs-discount-block .block > .title,
.cart-summary .block > .title,
.paypal-review-discount .block > .title,
.cart-discount .block > .title {
  border-top: 1px solid #cccccc;
  cursor: pointer;
  margin-bottom: 0;
  position: relative;
  padding: 10px 40px 10px 15px;
  display: block;
  text-decoration: none;
}
.abs-cart-block > .title:after,
.minicart-items .product .toggle:after,
.abs-discount-block .block > .title:after,
.cart-summary .block > .title:after,
.paypal-review-discount .block > .title:after,
.cart-discount .block > .title:after {
  position: absolute;
  right: 20px;
  top: 10px;
}
.abs-toggling-title > span,
.abs-cart-block > .title > span,
.minicart-items .product .toggle > span,
.abs-discount-block .block > .title > span,
.cart-summary .block > .title > span,
.paypal-review-discount .block > .title > span,
.cart-discount .block > .title > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-toggling-title:after,
.abs-cart-block > .title:after,
.minicart-items .product .toggle:after,
.abs-discount-block .block > .title:after,
.cart-summary .block > .title:after,
.paypal-review-discount .block > .title:after,
.cart-discount .block > .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 12px;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 3px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-discount-block .block,
.cart-summary .block,
.paypal-review-discount .block,
.cart-discount .block {
  margin: 0;
}
.abs-discount-block .block > .title:after,
.cart-summary .block > .title:after,
.paypal-review-discount .block > .title:after,
.cart-discount .block > .title:after {
  color: #858585;
}
.abs-discount-block .block .content,
.cart-summary .block .content,
.paypal-review-discount .block .content,
.cart-discount .block .content {
  display: none;
  padding: 5px 15px 23px;
  position: relative;
}
.abs-cart-block.active > .title:after,
.abs-discount-block .block.active > .title:after,
.cart-summary .block.active > .title:after,
.paypal-review-discount .block.active > .title:after,
.cart-discount .block.active > .title:after {
  content: '\e621';
}
.abs-discount-block .block.active .content,
.cart-summary .block.active .content,
.paypal-review-discount .block.active .content,
.cart-discount .block.active .content {
  display: block;
}
.multicheckout .table-wrapper .cart-price {
  color: #7d7d7d;
  font-size: 1.6rem;
  font-weight: 700;
}
.multicheckout .table-wrapper .product-item-name {
  font-size: 1.8rem;
  font-weight: 300;
  margin: 0;
}
.abs-account-blocks .block-title,
.account .legend,
.form-giftregistry-search .legend,
.block-giftregistry-results .block-title,
.block-giftregistry-shared-items .block-title,
.block-wishlist-search-form .block-title,
.block-wishlist-search-results .block-title,
.multicheckout .block-title,
.multicheckout .block-content .title,
.customer-review .review-details .title,
.paypal-review .block .block-title,
.account .column.main .block:not(.widget) .block-title,
.multicheckout .block-title,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title,
.sales-guest-view .column.main .block:not(.widget) .block-title {
  border-bottom: 1px solid #c6c6c6;
  margin-bottom: 25px;
  padding-bottom: 10px;
}
.abs-account-blocks .block-title > strong,
.abs-account-blocks .block-title > span,
.account .legend > strong,
.account .legend > span,
.form-giftregistry-search .legend > strong,
.form-giftregistry-search .legend > span,
.block-giftregistry-results .block-title > strong,
.block-giftregistry-results .block-title > span,
.block-giftregistry-shared-items .block-title > strong,
.block-giftregistry-shared-items .block-title > span,
.block-wishlist-search-form .block-title > strong,
.block-wishlist-search-form .block-title > span,
.block-wishlist-search-results .block-title > strong,
.block-wishlist-search-results .block-title > span,
.multicheckout .block-title > strong,
.multicheckout .block-title > span,
.multicheckout .block-content .title > strong,
.multicheckout .block-content .title > span,
.customer-review .review-details .title > strong,
.customer-review .review-details .title > span,
.paypal-review .block .block-title > strong,
.paypal-review .block .block-title > span,
.account .column.main .block:not(.widget) .block-title > strong,
.account .column.main .block:not(.widget) .block-title > span,
.multicheckout .block-title > strong,
.multicheckout .block-title > span,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title > strong,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title > span,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title > strong,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title > span,
.sales-guest-view .column.main .block:not(.widget) .block-title > strong,
.sales-guest-view .column.main .block:not(.widget) .block-title > span {
  font-size: 2.2rem;
  font-weight: 300;
}
.block-addresses-list address,
.box-billing-address .box-content,
.box-shipping-address .box-content,
.box-address-billing .box-content,
.box-address-shipping .box-content,
.box-information .box-content,
.box-newsletter .box-content {
  line-height: 24px;
}
.order-details-items tfoot td {
  background: #f5f5f5;
}
.paypal-review .table-paypal-review-items .col.price .price-including-tax,
.paypal-review .table-paypal-review-items .col.price .price-excluding-tax,
.paypal-review .table-paypal-review-items .col.subtotal .price-including-tax,
.paypal-review .table-paypal-review-items .col.subtotal .price-excluding-tax,
.cart.table-wrapper .col.price .price-including-tax,
.cart.table-wrapper .col.price .price-excluding-tax,
.cart.table-wrapper .col.subtotal .price-including-tax,
.cart.table-wrapper .col.subtotal .price-excluding-tax,
.cart.table-wrapper .col.msrp .price-including-tax,
.cart.table-wrapper .col.msrp .price-excluding-tax,
.order-details-items .col.price .price-including-tax,
.order-details-items .col.price .price-excluding-tax,
.order-details-items .col.subtotal .price-including-tax,
.order-details-items .col.subtotal .price-excluding-tax {
  color: #666666;
  font-size: 1.8rem;
  display: block;
  line-height: 1;
  white-space: nowrap;
}
.paypal-review .table-paypal-review-items .col.price .price-including-tax .price,
.paypal-review .table-paypal-review-items .col.price .price-excluding-tax .price,
.paypal-review .table-paypal-review-items .col.subtotal .price-including-tax .price,
.paypal-review .table-paypal-review-items .col.subtotal .price-excluding-tax .price,
.cart.table-wrapper .col.price .price-including-tax .price,
.cart.table-wrapper .col.price .price-excluding-tax .price,
.cart.table-wrapper .col.subtotal .price-including-tax .price,
.cart.table-wrapper .col.subtotal .price-excluding-tax .price,
.cart.table-wrapper .col.msrp .price-including-tax .price,
.cart.table-wrapper .col.msrp .price-excluding-tax .price,
.order-details-items .col.price .price-including-tax .price,
.order-details-items .col.price .price-excluding-tax .price,
.order-details-items .col.subtotal .price-including-tax .price,
.order-details-items .col.subtotal .price-excluding-tax .price {
  font-weight: 700;
}
.bundle-options-container .product-options-wrapper .fieldset-bundle-options .field.choice .price-notice .price-including-tax,
.bundle-options-container .product-options-wrapper .fieldset-bundle-options .field.choice .price-notice .price-excluding-tax,
.bundle-options-container .product-options-wrapper .field.choice .price-notice .price-including-tax,
.bundle-options-container .product-options-wrapper .field.choice .price-notice .price-excluding-tax,
.product-options-wrapper .field .price-notice .price-including-tax,
.product-options-wrapper .field .price-notice .price-excluding-tax,
.cart-summary .price-including-tax,
.cart-summary .price-excluding-tax,
.gift-summary .price-including-tax,
.gift-summary .price-excluding-tax,
.gift-options .price-including-tax,
.gift-options .price-excluding-tax {
  font-size: 1.4rem;
  display: inline-block;
}
.bundle-options-container .product-options-wrapper .fieldset-bundle-options .field.choice .price-notice .price-including-tax + .price-excluding-tax,
.bundle-options-container .product-options-wrapper .field.choice .price-notice .price-including-tax + .price-excluding-tax,
.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 {
  font-size: 1.1rem;
  display: inline-block;
}
.bundle-options-container .product-options-wrapper .fieldset-bundle-options .field.choice .price-notice .price-including-tax + .price-excluding-tax:before,
.bundle-options-container .product-options-wrapper .field.choice .price-notice .price-including-tax + .price-excluding-tax:before,
.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) ': ';
}
.bundle-options-container .product-options-wrapper .fieldset-bundle-options .field.choice .price-notice .price-including-tax + .price-excluding-tax:after,
.bundle-options-container .product-options-wrapper .field.choice .price-notice .price-including-tax + .price-excluding-tax:after,
.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: ')';
}
.price-including-tax .cart-tax-total,
.price-excluding-tax .cart-tax-total,
.paypal-review .table-paypal-review-items .cart-tax-total,
.cart.table-wrapper .cart-tax-total,
.order-details-items .cart-tax-total {
  cursor: pointer;
  padding-right: 10px;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.abs-tax-total:after,
.price-including-tax .cart-tax-total:after,
.price-excluding-tax .cart-tax-total:after,
.paypal-review .table-paypal-review-items .cart-tax-total:after,
.cart.table-wrapper .cart-tax-total:after,
.order-details-items .cart-tax-total:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 8px;
  line-height: 8px;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 3px 0 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.price-including-tax .cart-tax-total:after,
.price-excluding-tax .cart-tax-total:after,
.paypal-review .table-paypal-review-items .cart-tax-total:after,
.cart.table-wrapper .cart-tax-total:after,
.order-details-items .cart-tax-total:after {
  position: absolute;
  right: -2px;
  top: 4px;
}
.abs-tax-total-expanded:after,
.price-including-tax .cart-tax-total-expanded:after,
.price-excluding-tax .cart-tax-total-expanded:after,
.paypal-review .table-paypal-review-items .cart-tax-total-expanded:after,
.cart.table-wrapper .cart-tax-total-expanded:after,
.order-details-items .cart-tax-total-expanded:after {
  content: '\e621';
}
.giftcard-account .form-giftcard-redeem .fieldset,
.form-giftregistry-create .fieldset {
  margin-bottom: 20px;
}
.review-ratings .rating-summary,
.customer-review .review-details .customer-review-rating .rating-summary {
  display: table-row;
}
.review-ratings .rating-label,
.customer-review .review-details .customer-review-rating .rating-label {
  display: table-cell;
  padding-bottom: 5px;
  padding-right: 25px;
  padding-top: 1px;
  vertical-align: top;
}
.review-ratings .rating-result,
.customer-review .review-details .customer-review-rating .rating-result {
  display: table-cell;
  vertical-align: top;
}
.block-addresses-list .items.addresses .item.actions .action:after,
.account .data.table .col.actions .action:after,
[class^='sales-guest-'] .data.table .col.actions .action:after,
.sales-guest-view .data.table .col.actions .action:after,
.block .box-actions .action:after {
  border-left: 1px solid #a6a6a6;
  content: '';
  display: inline-block;
  height: 12px;
  margin: 0 10px;
  vertical-align: -1px;
}
.block-addresses-list .items.addresses .item.actions .action:last-child:after,
.account .data.table .col.actions .action:last-child:after,
[class^='sales-guest-'] .data.table .col.actions .action:last-child:after,
.sales-guest-view .data.table .col.actions .action:last-child:after,
.block .box-actions .action:last-child:after {
  display: none;
}
.paypal-review .block .block-title > .action,
.account .column.main .block:not(.widget) .block-title > .action,
.multicheckout .block-title > .action,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title > .action,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title > .action,
.sales-guest-view .column.main .block:not(.widget) .block-title > .action {
  margin-left: 15px;
}
.paypal-review .block .box-title,
.account .column.main .block:not(.widget) .box-title,
.multicheckout .box-title,
.magento-rma-guest-returns .column.main .block:not(.widget) .box-title,
[class^='sales-guest-'] .column.main .block:not(.widget) .box-title,
.sales-guest-view .column.main .block:not(.widget) .box-title {
  display: inline-block;
  margin: 0 0 10px;
}
.paypal-review .block .box-title > span,
.account .column.main .block:not(.widget) .box-title > span,
.multicheckout .box-title > span,
.magento-rma-guest-returns .column.main .block:not(.widget) .box-title > span,
[class^='sales-guest-'] .column.main .block:not(.widget) .box-title > span,
.sales-guest-view .column.main .block:not(.widget) .box-title > span {
  font-size: 1.6rem;
}
.paypal-review .block .box-title > .action,
.account .column.main .block:not(.widget) .box-title > .action,
.multicheckout .box-title > .action,
.magento-rma-guest-returns .column.main .block:not(.widget) .box-title > .action,
[class^='sales-guest-'] .column.main .block:not(.widget) .box-title > .action,
.sales-guest-view .column.main .block:not(.widget) .box-title > .action {
  font-weight: 400;
  margin-left: 10px;
}
.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-dropdown-items-new .action.new,
.wishlist.split.button .action.new,
.wishlist-dropdown .action.new {
  display: inline-block;
  text-decoration: none;
}
.abs-icon-add:before,
.abs-dropdown-items-new .action.new:before,
.wishlist.split.button .action.new:before,
.wishlist-dropdown .action.new:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 10px;
  color: inherit;
  content: '\e61c';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.split.button .items .item:last-child:hover,
.wishlist-dropdown .items .item:last-child:hover {
  background: #e8e8e8;
}
.wishlist.split.button .action.new:before,
.wishlist-dropdown .action.new:before {
  margin-left: -17px;
  margin-right: 5px;
}
.abs-sidebar-totals .table-caption,
.sidebar .subtitle,
.cart-summary .block .fieldset.estimate > .legend,
.cart-summary .block .fieldset.estimate > .legend + br,
.minicart-items .product-item-details .weee[data-label] .label,
.page-product-giftcard .fieldset.giftcard > .legend + br,
.order-details-items .order-items .order-gift-message .action.close,
.multicheckout .block .methods-shipping .item-content .fieldset > .legend + br,
.multicheckout .hidden,
[class^='multishipping-'] .nav-sections,
[class^='multishipping-'] .nav-toggle,
.no-display,
.cart-totals .table-caption,
.opc-block-summary .table-totals .table-caption {
  display: none;
}
.return-status,
.order-status {
  border: 2px solid #cccccc;
  border-radius: 3px;
  display: inline-block;
  margin: 3px 0 0;
  padding: 2px 10px;
  text-transform: uppercase;
  vertical-align: top;
}
.magento-rma-returns-returns .page-main .page-title-wrapper .page-title,
.magento-rma-returns-view .page-main .page-title-wrapper .page-title,
.magento-rma-guest-returns .page-main .page-title-wrapper .page-title,
.account .page-main .page-title-wrapper .page-title,
[class^='sales-guest-'] .page-main .page-title-wrapper .page-title,
.sales-guest-view .page-main .page-title-wrapper .page-title,
.magento-rma-guest-returns .page-main .page-title-wrapper .page-title {
  margin-right: 25px;
}
.magento-rma-returns-returns .page-main .page-title-wrapper .order-date,
.magento-rma-returns-view .page-main .page-title-wrapper .order-date,
.magento-rma-guest-returns .page-main .page-title-wrapper .order-date,
.account .page-main .page-title-wrapper .order-date,
[class^='sales-guest-'] .page-main .page-title-wrapper .order-date,
.sales-guest-view .page-main .page-title-wrapper .order-date,
.magento-rma-guest-returns .page-main .page-title-wrapper .order-date {
  font-size: 16px;
  margin-bottom: 10px;
}
.magento-rma-returns-returns .page-main .page-title-wrapper .order-date .label,
.magento-rma-returns-view .page-main .page-title-wrapper .order-date .label,
.magento-rma-guest-returns .page-main .page-title-wrapper .order-date .label,
.account .page-main .page-title-wrapper .order-date .label,
[class^='sales-guest-'] .page-main .page-title-wrapper .order-date .label,
.sales-guest-view .page-main .page-title-wrapper .order-date .label,
.magento-rma-guest-returns .page-main .page-title-wrapper .order-date .label {
  display: none;
}
.account .column.main .order-details-items .table-wrapper .data.table,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table,
.block-giftregistry-results .data.table,
.block-wishlist-search-results .data.table,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table {
  border: none;
}
.abs-table-striped > tbody > tr:nth-child(even) > td,
.abs-table-striped > tbody > tr:nth-child(even) > th,
.account .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > td,
.account .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > th,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > td,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > th,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > td,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > th,
.block-giftregistry-results .data.table > tbody > tr:nth-child(even) > td,
.block-giftregistry-results .data.table > tbody > tr:nth-child(even) > th,
.block-wishlist-search-results .data.table > tbody > tr:nth-child(even) > td,
.block-wishlist-search-results .data.table > tbody > tr:nth-child(even) > th,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > td,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > th {
  background: #f6f6f6;
}
.abs-table-striped > thead > tr > th,
.abs-table-striped > tbody > tr > th,
.abs-table-striped > tfoot > tr > th,
.abs-table-striped > thead > tr > td,
.abs-table-striped > tbody > tr > td,
.abs-table-striped > tfoot > tr > td,
.account .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
.account .column.main .order-details-items .table-wrapper .data.table > tbody > tr > th,
.account .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > th,
.account .column.main .order-details-items .table-wrapper .data.table > thead > tr > td,
.account .column.main .order-details-items .table-wrapper .data.table > tbody > tr > td,
.account .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > td,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > tbody > tr > th,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > th,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > thead > tr > td,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > tbody > tr > td,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > td,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > tbody > tr > th,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > th,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > thead > tr > td,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > tbody > tr > td,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > td,
.block-giftregistry-results .data.table > thead > tr > th,
.block-giftregistry-results .data.table > tbody > tr > th,
.block-giftregistry-results .data.table > tfoot > tr > th,
.block-giftregistry-results .data.table > thead > tr > td,
.block-giftregistry-results .data.table > tbody > tr > td,
.block-giftregistry-results .data.table > tfoot > tr > td,
.block-wishlist-search-results .data.table > thead > tr > th,
.block-wishlist-search-results .data.table > tbody > tr > th,
.block-wishlist-search-results .data.table > tfoot > tr > th,
.block-wishlist-search-results .data.table > thead > tr > td,
.block-wishlist-search-results .data.table > tbody > tr > td,
.block-wishlist-search-results .data.table > tfoot > tr > td,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > tbody > tr > th,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > th,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > thead > tr > td,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > tbody > tr > td,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > td {
  border: none;
}
.abs-table-striped > thead > tr > th,
.abs-table-striped > thead > tr > td,
.account .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
.account .column.main .order-details-items .table-wrapper .data.table > thead > tr > td,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > thead > tr > td,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > thead > tr > td,
.block-giftregistry-results .data.table > thead > tr > th,
.block-giftregistry-results .data.table > thead > tr > td,
.block-wishlist-search-results .data.table > thead > tr > th,
.block-wishlist-search-results .data.table > thead > tr > td,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > thead > tr > td {
  border-bottom: 1px solid #cccccc;
}
.block-compare .counter,
.block-wishlist .counter {
  color: #6d6d6d;
  font-size: 1.2rem;
  vertical-align: middle;
  white-space: nowrap;
}
.block-compare .counter:before,
.block-wishlist .counter:before {
  content: '(';
}
.block-compare .counter:after,
.block-wishlist .counter:after {
  content: ')';
}
.block-reorder .block-title,
.widget .block-title,
.block-wishlist .block-title {
  margin: 0 0 20px;
}
.block-reorder .block-title strong,
.widget .block-title strong,
.block-wishlist .block-title strong {
  font-size: 18px;
  font-weight: 300;
  vertical-align: middle;
}
.block-cart-failed,
.cart-container .form-cart {
  margin-bottom: 20px;
}
.block-cart-failed .actions.main .continue,
.cart-container .form-cart .actions.main .continue {
  display: none;
}
.block-cart-failed .actions.main .clear,
.cart-container .form-cart .actions.main .clear {
  line-height: 1.42857143;
  margin: 0 20px 0 0;
  padding: 0;
  color: #006bb4;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  font-weight: 400;
}
.abs-shopping-cart-items .actions.main .clear:visited,
.block-cart-failed .actions.main .clear:visited,
.cart-container .form-cart .actions.main .clear:visited {
  color: #006bb4;
  text-decoration: none;
}
.abs-shopping-cart-items .actions.main .clear:hover,
.block-cart-failed .actions.main .clear:hover,
.cart-container .form-cart .actions.main .clear:hover {
  color: #006bb4;
  text-decoration: underline;
}
.abs-shopping-cart-items .actions.main .clear:active,
.block-cart-failed .actions.main .clear:active,
.cart-container .form-cart .actions.main .clear:active {
  color: #ff5501;
  text-decoration: underline;
}
.abs-shopping-cart-items .actions.main .clear:hover,
.abs-shopping-cart-items .actions.main .clear:active,
.abs-shopping-cart-items .actions.main .clear:focus,
.block-cart-failed .actions.main .clear:hover,
.block-cart-failed .actions.main .clear:active,
.block-cart-failed .actions.main .clear:focus,
.cart-container .form-cart .actions.main .clear:hover,
.cart-container .form-cart .actions.main .clear:active,
.cart-container .form-cart .actions.main .clear:focus {
  background: none;
  border: 0;
}
.abs-shopping-cart-items .actions.main .clear.disabled,
.abs-shopping-cart-items .actions.main .clear[disabled],
fieldset[disabled] .abs-shopping-cart-items .actions.main .clear,
.block-cart-failed .actions.main .clear.disabled,
.block-cart-failed .actions.main .clear[disabled],
fieldset[disabled] .block-cart-failed .actions.main .clear,
.cart-container .form-cart .actions.main .clear.disabled,
.cart-container .form-cart .actions.main .clear[disabled],
fieldset[disabled] .cart-container .form-cart .actions.main .clear {
  color: #006bb4;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.form.search.advanced .fields.range .field.date .control,
.form-giftregistry-edit .field.date .control {
  position: relative;
}
.abs-field-date input,
.field.date ._has-datepicker,
.field-dob ._has-datepicker,
.form-giftregistry-search .fields-specific-options .datetime-picker,
.form.search.advanced .fields.range .field.date input,
.form-giftregistry-edit .field.date input {
  margin-right: 10px;
  width: calc(100% - 33px);
}
.field .control._with-tooltip {
  position: relative;
}
.field .control._with-tooltip input {
  margin-right: 10px;
  width: calc(100% - 36px);
}
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content,
.shipping-policy-block.field-tooltip .field-tooltip-content {
  right: -10px;
  top: 40px;
  left: auto;
}
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:before,
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:after,
.shipping-policy-block.field-tooltip .field-tooltip-content:before,
.shipping-policy-block.field-tooltip .field-tooltip-content:after {
  border: 10px solid transparent;
  height: 0;
  width: 0;
  margin-top: -21px;
  right: 10px;
  left: auto;
  top: 0;
}
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:before,
.shipping-policy-block.field-tooltip .field-tooltip-content:before {
  border-bottom-color: #666666;
}
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:after,
.shipping-policy-block.field-tooltip .field-tooltip-content:after {
  border-bottom-color: #f4f4f4;
  top: 1px;
}
.opc-wrapper .step-title,
.opc-block-shipping-information .shipping-information-title,
.opc-block-summary > .title,
.checkout-agreements-items .checkout-agreements-item-title {
  padding-bottom: 10px;
  color: #333333;
  font-weight: 300;
  font-size: 2.6rem;
}
.cart-totals,
.opc-block-summary .table-totals {
  border-top: 1px solid #cccccc;
  padding-top: 10px;
}
.cart-totals tbody .mark,
.cart-totals tfoot .mark,
.opc-block-summary .table-totals tbody .mark,
.opc-block-summary .table-totals tfoot .mark {
  border: 0;
  font-weight: 400;
  padding: 6px 0;
}
.cart-totals tbody .amount,
.cart-totals tfoot .amount,
.opc-block-summary .table-totals tbody .amount,
.opc-block-summary .table-totals tfoot .amount {
  border: 0;
  font-weight: 400;
  padding: 6px 0 6px 14px;
  text-align: right;
  white-space: nowrap;
}
.cart-totals .grand th,
.cart-totals .grand td,
.opc-block-summary .table-totals .grand th,
.opc-block-summary .table-totals .grand td {
  padding: 11px 0;
}
.cart-totals .grand strong,
.opc-block-summary .table-totals .grand strong {
  display: inline-block;
  font-weight: 600;
  padding: 3px 0 0;
}
.cart-totals .grand .mark,
.opc-block-summary .table-totals .grand .mark {
  font-size: 1.8rem;
  border-top: 1px solid #cccccc;
  padding-right: 10px;
}
.cart-totals .grand .amount,
.opc-block-summary .table-totals .grand .amount {
  font-size: 1.8rem;
  border-top: 1px solid #cccccc;
}
.cart-totals .msrp,
.opc-block-summary .table-totals .msrp {
  margin-bottom: 10px;
}
.cart-totals tbody tr:last-child td,
.opc-block-summary .table-totals tbody tr:last-child td {
  padding-bottom: 19px;
}
.cart-totals .totals-tax-summary .mark,
.cart-totals .totals-tax-summary .amount,
.opc-block-summary .table-totals .totals-tax-summary .mark,
.opc-block-summary .table-totals .totals-tax-summary .amount {
  border-bottom: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  cursor: pointer;
}
.cart-totals .totals-tax-summary .amount .price,
.opc-block-summary .table-totals .totals-tax-summary .amount .price {
  padding-right: 20px;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.abs-sidebar-totals .totals-tax-summary .amount .price > span,
.cart-totals .totals-tax-summary .amount .price > span,
.opc-block-summary .table-totals .totals-tax-summary .amount .price > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-sidebar-totals .totals-tax-summary .amount .price:after,
.cart-totals .totals-tax-summary .amount .price:after,
.opc-block-summary .table-totals .totals-tax-summary .amount .price:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 12px;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.cart-totals .totals-tax-summary .amount .price:after,
.opc-block-summary .table-totals .totals-tax-summary .amount .price:after {
  position: absolute;
  right: 3px;
  top: 3px;
}
.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';
}
.cart-totals .totals-tax-details,
.opc-block-summary .table-totals .totals-tax-details {
  border-bottom: 1px solid #cccccc;
  display: none;
}
.cart-totals .totals-tax-details.shown,
.opc-block-summary .table-totals .totals-tax-details.shown {
  display: table-row;
}
.cart-totals .table-wrapper,
.opc-block-summary .table-totals .table-wrapper {
  margin-bottom: 0;
}
.paypal-review-discount .block > .title strong,
.cart-discount .block > .title strong {
  color: #006bb4;
  font-weight: 400;
}
.paypal-review-discount .actions-toolbar,
.cart-discount .actions-toolbar {
  display: table-cell;
  vertical-align: top;
  width: 1%;
}
.paypal-review-discount .actions-toolbar .action.primary,
.paypal-review-discount .actions-toolbar .action.cancel,
.cart-discount .actions-toolbar .action.primary,
.cart-discount .actions-toolbar .action.cancel {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin: 0 0 0 -1px;
  white-space: nowrap;
  width: auto;
}
.paypal-review-discount .actions-toolbar .secondary,
.cart-discount .actions-toolbar .secondary {
  bottom: 5px;
  left: 15px;
  position: absolute;
}
.paypal-review-discount .action.check,
.cart-discount .action.check {
  font-weight: 400;
}
.paypal-review-discount .fieldset,
.cart-discount .fieldset {
  display: table;
  width: 100%;
}
.paypal-review-discount .fieldset > .field > .label,
.cart-discount .fieldset > .field > .label {
  display: none;
}
.paypal-review-discount .field,
.cart-discount .field {
  display: table-cell;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../../frontend/OM/Desktop/en_US/fonts/opensans/light/opensans-300.woff2') format('woff2'), url('../../frontend/OM/Desktop/en_US/fonts/opensans/light/opensans-300.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../../frontend/OM/Desktop/en_US/fonts/opensans/regular/opensans-400.woff2') format('woff2'), url('../../frontend/OM/Desktop/en_US/fonts/opensans/regular/opensans-400.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../../frontend/OM/Desktop/en_US/fonts/opensans/semibold/opensans-600.woff2') format('woff2'), url('../../frontend/OM/Desktop/en_US/fonts/opensans/semibold/opensans-600.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../../frontend/OM/Desktop/en_US/fonts/opensans/bold/opensans-700.woff2') format('woff2'), url('../../frontend/OM/Desktop/en_US/fonts/opensans/bold/opensans-700.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'DINPro-Regular';
  src: url('../../frontend/OM/Desktop/en_US/fonts/DINPro/DINPro-Regular/DINPro.woff2') format('woff2'), url('../../frontend/OM/Desktop/en_US/fonts/DINPro/DINPro-Regular/DINPro.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'DINPro-Light';
  src: url('../../frontend/OM/Desktop/en_US/fonts/DINPro/DINPro-Light/DINPro-Light.woff2') format('woff2'), url('../../frontend/OM/Desktop/en_US/fonts/DINPro/DINPro-Light/DINPro-Light.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'DINPro-Medium';
  src: url('../../frontend/OM/Desktop/en_US/fonts/DINPro/DINPro-Medium/DINPro-Medium.woff2') format('woff2'), url('../../frontend/OM/Desktop/en_US/fonts/DINPro/DINPro-Medium/DINPro-Medium.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'DINPro-Bold';
  src: url('../../frontend/OM/Desktop/en_US/fonts/DINPro/DINPro-Bold/DINPro-Bold.woff2') format('woff2'), url('../../frontend/OM/Desktop/en_US/fonts/DINPro/DINPro-Bold/DINPro-Bold.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'DINPro-Black';
  src: url('../../frontend/OM/Desktop/en_US/fonts/DINPro/DINPro-Black/DINPro-Black.woff2') format('woff2'), url('../../frontend/OM/Desktop/en_US/fonts/DINPro/DINPro-Black/DINPro-Black.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
.items {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.columns {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.columns:after {
  clear: both;
  content: ' ';
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.columns .column.main {
  padding-bottom: 40px;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
  width: 100%;
}
.columns .sidebar-main {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
.columns .sidebar-additional {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
.table-wrapper {
  margin-bottom: 20px;
}
table > caption {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.table tfoot {
  background: #f5f5f5;
}
.table tfoot > tr:first-child th,
.table tfoot > tr:first-child td {
  border-top: 1px solid #cccccc;
  padding-top: 20px;
}
.table tfoot th,
.table tfoot td {
  border: 0;
}
.table tfoot .mark {
  font-weight: 400;
  text-align: right;
}
.message.info {
  margin: 0 0 10px;
  padding: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 45px;
  position: relative;
}
.message.info a {
  color: #006bb4;
}
.message.info a:hover {
  color: #006bb4;
}
.message.info a:active {
  color: #006bb4;
}
.message.info > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #c07600;
  content: '\e602';
  font-family: 'luma-icons';
  margin: -12px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 22px;
  width: 45px;
  position: absolute;
  text-align: center;
}
.message.error {
  margin: 0 0 10px;
  padding: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #fae5e5;
  color: #e02b27;
  padding-left: 45px;
  position: relative;
}
.message.error a {
  color: #006bb4;
}
.message.error a:hover {
  color: #006bb4;
}
.message.error a:active {
  color: #006bb4;
}
.message.error > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #b30000;
  content: '\e61f';
  font-family: 'luma-icons';
  margin: -12px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 22px;
  width: 45px;
  position: absolute;
  text-align: center;
}
.message.warning {
  margin: 0 0 10px;
  padding: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 45px;
  position: relative;
}
.message.warning a {
  color: #006bb4;
}
.message.warning a:hover {
  color: #006bb4;
}
.message.warning a:active {
  color: #006bb4;
}
.message.warning > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #c07600;
  content: '\e602';
  font-family: 'luma-icons';
  margin: -12px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 22px;
  width: 45px;
  position: absolute;
  text-align: center;
}
.message.notice {
  margin: 0 0 10px;
  padding: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 45px;
  position: relative;
}
.message.notice a {
  color: #006bb4;
}
.message.notice a:hover {
  color: #006bb4;
}
.message.notice a:active {
  color: #006bb4;
}
.message.notice > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #c07600;
  content: '\e602';
  font-family: 'luma-icons';
  margin: -12px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 22px;
  width: 45px;
  position: absolute;
  text-align: center;
}
.message.success {
  margin: 0 0 10px;
  padding: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #e5efe5;
  color: #006400;
  padding-left: 45px;
  position: relative;
}
.message.success a {
  color: #006bb4;
}
.message.success a:hover {
  color: #006bb4;
}
.message.success a:active {
  color: #006bb4;
}
.message.success > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #006400;
  content: '\e60e';
  font-family: 'luma-icons';
  margin: -12px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 22px;
  width: 45px;
  position: absolute;
  text-align: center;
}
.panel.header .links,
.panel.header .switcher {
  display: none;
}
.nav-sections {
  background: #0041c0;
  box-shadow: inset 0 7px 14px rgba(0, 0, 0, 0.16);
  z-index: 2;
}
.nav-toggle {
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  display: block;
  font-size: 0;
  left: 15px;
  position: absolute;
  top: 15px;
  z-index: 14;
}
.nav-toggle:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: inherit;
  color: #757575;
  content: '\e609';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.nav-toggle:hover:before {
  color: #333333;
}
.nav-toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.tooltip.wrapper {
  position: relative;
}
.tooltip.wrapper .tooltip.content {
  background: #ffffff;
  max-width: 360px;
  min-width: 210px;
  padding: 12px 16px;
  z-index: 100;
  display: none;
  position: absolute;
  text-align: left;
  color: #333333;
  line-height: 1.4;
  border: 1px solid #bbbbbb;
  margin-top: 5px;
  left: 0;
  top: 100%;
}
.tooltip.wrapper .tooltip.content:after,
.tooltip.wrapper .tooltip.content:before {
  border: solid transparent;
  content: '';
  height: 0;
  position: absolute;
  width: 0;
}
.tooltip.wrapper .tooltip.content:after {
  border-width: 5px;
  border-color: transparent;
}
.tooltip.wrapper .tooltip.content:before {
  border-width: 6px;
  border-color: transparent;
}
.tooltip.wrapper .tooltip.content:after,
.tooltip.wrapper .tooltip.content:before {
  bottom: 100%;
}
.tooltip.wrapper .tooltip.content:after {
  border-bottom-color: #ffffff;
  left: 15px;
  margin-left: -5px;
}
.tooltip.wrapper .tooltip.content:before {
  border-bottom-color: #bbbbbb;
  left: 15px;
  margin-left: -6px;
}
.tooltip.wrapper .tooltip.toggle {
  cursor: help;
}
.tooltip.wrapper .tooltip.toggle:hover + .tooltip.content,
.tooltip.wrapper .tooltip.toggle:focus + .tooltip.content,
.tooltip.wrapper:hover .tooltip.content {
  display: block;
}
.tooltip.wrapper .tooltip.content dl {
  margin-bottom: 0;
}
.tooltip.wrapper .tooltip.content dd {
  white-space: normal;
}
.tooltip.wrapper .tooltip.content .subtitle {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
}
.tooltip.wrapper .tooltip.content .label {
  margin-top: 10px;
}
.tooltip.wrapper .tooltip.content .label:first-child {
  margin-top: 0;
}
.tooltip.wrapper .tooltip.content .values {
  margin: 0;
}
.ui-tooltip {
  position: absolute;
  z-index: 9999;
}
.load.indicator {
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 9999;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  position: absolute;
}
.load.indicator:before {
  background: transparent url('../../frontend/OM/Desktop/en_US/images/loader-2.gif') no-repeat 50% 50%;
  border-radius: 5px;
  height: 160px;
  width: 160px;
  bottom: 0;
  box-sizing: border-box;
  content: '';
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
}
.load.indicator > span {
  display: none;
}
.loading-mask {
  bottom: 0;
  left: 0;
  margin: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.5);
}
.loading-mask .loader > img {
  bottom: 0;
  left: 0;
  margin: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
}
.loading-mask .loader > p {
  display: none;
}
body > .loading-mask {
  z-index: 9999;
}
._block-content-loading {
  position: relative;
}
[data-role='main-css-loader'] {
  display: none;
}
.fieldset {
  border: 0;
  margin: 0 0 40px;
  padding: 0;
  letter-spacing: -.31em;
}
.fieldset > * {
  letter-spacing: normal;
}
.fieldset > .legend {
  margin: 0 0 20px;
  padding: 0 0 10px;
  width: 100%;
  box-sizing: border-box;
  float: left;
  font-weight: 300;
  line-height: 1.2;
  font-size: 1.8rem;
}
.fieldset > .legend + br {
  clear: both;
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.fieldset:last-child {
  margin-bottom: 20px;
}
.fieldset > .field,
.fieldset > .fields > .field {
  margin: 0 0 20px;
}
.fieldset > .field > .label,
.fieldset > .fields > .field > .label {
  margin: 0 0 8px;
  display: inline-block;
}
.fieldset > .field:last-child,
.fieldset > .fields > .field:last-child {
  margin-bottom: 0;
}
.fieldset > .field > .label,
.fieldset > .fields > .field > .label {
  font-weight: 600;
}
.fieldset > .field > .label + br,
.fieldset > .fields > .field > .label + br {
  display: none;
}
.fieldset > .field .choice input,
.fieldset > .fields > .field .choice input {
  vertical-align: top;
}
.fieldset > .field .fields.group:before,
.fieldset > .fields > .field .fields.group:before,
.fieldset > .field .fields.group:after,
.fieldset > .fields > .field .fields.group:after {
  content: '';
  display: table;
}
.fieldset > .field .fields.group:after,
.fieldset > .fields > .field .fields.group:after {
  clear: both;
}
.fieldset > .field .fields.group .field,
.fieldset > .fields > .field .fields.group .field {
  box-sizing: border-box;
  float: left;
}
.fieldset > .field .fields.group.group-2 .field,
.fieldset > .fields > .field .fields.group.group-2 .field {
  width: 50% !important;
}
.fieldset > .field .fields.group.group-3 .field,
.fieldset > .fields > .field .fields.group.group-3 .field {
  width: 33.3% !important;
}
.fieldset > .field .fields.group.group-4 .field,
.fieldset > .fields > .field .fields.group.group-4 .field {
  width: 25% !important;
}
.fieldset > .field .fields.group.group-5 .field,
.fieldset > .fields > .field .fields.group.group-5 .field {
  width: 20% !important;
}
.fieldset > .field .addon,
.fieldset > .fields > .field .addon {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 0;
  width: 100%;
}
.fieldset > .field .addon textarea,
.fieldset > .fields > .field .addon textarea,
.fieldset > .field .addon select,
.fieldset > .fields > .field .addon select,
.fieldset > .field .addon input,
.fieldset > .fields > .field .addon input {
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: inline-block;
  margin: 0;
  width: auto;
}
.fieldset > .field .addon .addbefore,
.fieldset > .fields > .field .addon .addbefore,
.fieldset > .field .addon .addafter,
.fieldset > .fields > .field .addon .addafter {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: 32px;
  line-height: 1.42857143;
  padding: 0 9px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  -ms-flex-order: 3;
  -webkit-order: 3;
  order: 3;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  width: auto;
}
.fieldset > .field .addon .addbefore:disabled,
.fieldset > .fields > .field .addon .addbefore:disabled,
.fieldset > .field .addon .addafter:disabled,
.fieldset > .fields > .field .addon .addafter:disabled {
  opacity: 0.5;
}
.fieldset > .field .addon .addbefore::-moz-placeholder,
.fieldset > .fields > .field .addon .addbefore::-moz-placeholder,
.fieldset > .field .addon .addafter::-moz-placeholder,
.fieldset > .fields > .field .addon .addafter::-moz-placeholder {
  color: #575757;
}
.fieldset > .field .addon .addbefore::-webkit-input-placeholder,
.fieldset > .fields > .field .addon .addbefore::-webkit-input-placeholder,
.fieldset > .field .addon .addafter::-webkit-input-placeholder,
.fieldset > .fields > .field .addon .addafter::-webkit-input-placeholder {
  color: #575757;
}
.fieldset > .field .addon .addbefore:-ms-input-placeholder,
.fieldset > .fields > .field .addon .addbefore:-ms-input-placeholder,
.fieldset > .field .addon .addafter:-ms-input-placeholder,
.fieldset > .fields > .field .addon .addafter:-ms-input-placeholder {
  color: #575757;
}
.fieldset > .field .addon .addbefore,
.fieldset > .fields > .field .addon .addbefore {
  float: left;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
.fieldset > .field .additional,
.fieldset > .fields > .field .additional {
  margin-top: 10px;
}
.fieldset > .field.required > .label:after,
.fieldset > .fields > .field.required > .label:after,
.fieldset > .field._required > .label:after,
.fieldset > .fields > .field._required > .label:after {
  content: '*';
  color: #e02b27;
  font-size: 1.2rem;
  margin: 0 0 0 5px;
}
.fieldset > .field .note,
.fieldset > .fields > .field .note {
  font-size: 1.2rem;
  margin: 3px 0 0;
  padding: 0;
  display: inline-block;
  text-decoration: none;
}
.fieldset > .field .note:before,
.fieldset > .fields > .field .note:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 12px;
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.fieldset > .field.no-label > .label,
.fieldset > .fields > .field.no-label > .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.fieldset > .field.choice .label,
.fieldset > .fields > .field.choice .label {
  display: inline;
  font-weight: normal;
  margin: 0;
}
.column:not(.main) .fieldset > .field .label,
.column:not(.main) .fieldset > .fields > .field .label {
  font-weight: normal;
}
.fieldset > .field .field.choice,
.fieldset > .fields > .field .field.choice {
  margin-bottom: 10px;
}
.fieldset > .field .field.choice:last-child,
.fieldset > .fields > .field .field.choice:last-child {
  margin-bottom: 0;
}
.legend + .fieldset,
.legend + div {
  clear: both;
}
.legend > span {
  margin-right: 5px;
}
fieldset.field {
  border: 0;
  padding: 0;
}
.field.date .time-picker {
  display: inline-block;
  margin-top: 10px;
  white-space: nowrap;
}
.field .message.warning {
  margin-top: 10px;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-size: 30px 60px;
  text-indent: .01em;
  text-overflow: '';
}
select::-ms-expand {
  display: none;
}
select.admin__control-multiselect {
  height: auto;
}
.field-error,
div.mage-error[generated] {
  margin-top: 7px;
}
.field-error {
  color: #e02b27;
  font-size: 1.2rem;
}
.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: #333333;
  line-height: 1.4;
  border: 1px solid #bbbbbb;
  margin-left: 5px;
  left: 100%;
  top: 0;
}
.field .tooltip .tooltip-content:after,
.field .tooltip .tooltip-content:before {
  border: solid transparent;
  content: '';
  height: 0;
  position: absolute;
  width: 0;
}
.field .tooltip .tooltip-content:after {
  border-width: 5px;
  border-color: transparent;
}
.field .tooltip .tooltip-content:before {
  border-width: 6px;
  border-color: transparent;
}
.field .tooltip .tooltip-content:after,
.field .tooltip .tooltip-content:before {
  right: 100%;
}
.field .tooltip .tooltip-content:after {
  border-right-color: #ffffff;
  margin-top: -5px;
  top: 15px;
}
.field .tooltip .tooltip-content:before {
  border-right-color: #bbbbbb;
  margin-top: -6px;
  top: 15px;
}
.field .tooltip .tooltip-toggle {
  cursor: help;
}
.field .tooltip .tooltip-toggle:hover + .tooltip-content,
.field .tooltip .tooltip-toggle:focus + .tooltip-content,
.field .tooltip:hover .tooltip-content {
  display: block;
}
.field .tooltip .tooltip-content {
  min-width: 200px;
  white-space: normal;
}
input:focus ~ .tooltip .tooltip-content,
select:focus ~ .tooltip .tooltip-content {
  display: block;
}
._has-datepicker ~ .ui-datepicker-trigger {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-shadow: none;
  font-weight: 400;
  display: block;
  text-decoration: none;
  display: inline-block;
  margin-top: -4px;
  vertical-align: middle;
}
._has-datepicker ~ .ui-datepicker-trigger:focus,
._has-datepicker ~ .ui-datepicker-trigger:active {
  background: none;
  border: none;
}
._has-datepicker ~ .ui-datepicker-trigger:hover {
  background: none;
  border: none;
}
._has-datepicker ~ .ui-datepicker-trigger.disabled,
._has-datepicker ~ .ui-datepicker-trigger[disabled],
fieldset[disabled] ._has-datepicker ~ .ui-datepicker-trigger {
  pointer-events: none;
  opacity: 0.5;
}
._has-datepicker ~ .ui-datepicker-trigger > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
._has-datepicker ~ .ui-datepicker-trigger:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 23px;
  line-height: 23px;
  color: #7d7d7d;
  content: '\e612';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
._has-datepicker ~ .ui-datepicker-trigger:focus {
  box-shadow: none;
  outline: 0;
}
.sidebar .fieldset {
  margin: 0;
}
.sidebar .fieldset > .field:not(.choice):not(:last-child),
.sidebar .fieldset .fields > .field:not(:last-child) {
  margin: 0 0 20px;
}
.sidebar .fieldset > .field:not(.choice) .label,
.sidebar .fieldset .fields > .field .label {
  margin: 0 0 4px;
  padding: 0 0 5px;
  text-align: left;
  width: 100%;
}
.sidebar .fieldset > .field:not(.choice) .control,
.sidebar .fieldset .fields > .field .control {
  width: 100%;
}
@font-face {
  font-family: 'luma-icons';
  src: url('../../frontend/OM/Desktop/en_US/fonts/Luma-Icons.woff2') format('woff2'), url('../../frontend/OM/Desktop/en_US/fonts/Luma-Icons.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: auto;
}
button,
a.action.primary {
  border-radius: 3px;
}
button:not(.primary) {
  box-shadow: none;
}
button:not(.primary):active {
  box-shadow: inset 0 1px 0 0 rgba(204, 204, 204, 0.8), inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
}
body:not(._keyfocus) button:focus {
  box-shadow: none;
}
a.action.primary {
  display: inline-block;
  text-decoration: none;
}
a.action.primary:hover,
a.action.primary:active,
a.action.primary:focus {
  text-decoration: none;
}
.action.primary,
.action-primary {
  background-image: none;
  background: #1979c3;
  border: 1px solid #1979c3;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  padding: 7px 15px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
}
.action.primary:focus,
.action-primary:focus,
.action.primary:active,
.action-primary:active {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
.action.primary:hover,
.action-primary:hover {
  background: #006bb4;
  border: 1px solid #006bb4;
  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;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 20px;
  margin-left: -15px;
  margin-right: -15px;
}
.product.data.items > .item.title {
  box-sizing: border-box;
  float: none;
  width: 100%;
}
.product.data.items > .item.title > .switch {
  display: block;
}
.product.data.items > .item.content {
  box-sizing: border-box;
  display: block;
  float: none;
  margin: 0;
}
.product.data.items > .item.content:before,
.product.data.items > .item.content:after {
  content: '';
  display: table;
}
.product.data.items > .item.content:after {
  clear: both;
}
.product.data.items > .item.content.active {
  display: block;
}
.product.data.items > .item.title {
  margin: 0;
}
.product.data.items > .item.title > .switch {
  border-top: 1px solid #cccccc;
  height: 40px;
  padding: 1px 10px 1px 10px;
  font-weight: 600;
  line-height: 40px;
  font-size: 1.4rem;
  color: #333333;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:visited {
  color: #6d6d6d;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:hover {
  color: #333333;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:active {
  color: #333333;
  text-decoration: none;
}
.product.data.items > .item.title:not(.disabled) > .switch:active,
.product.data.items > .item.title.active > .switch,
.product.data.items > .item.title.active > .switch:focus,
.product.data.items > .item.title.active > .switch:hover {
  color: #333333;
  text-decoration: none;
  padding-bottom: 1px;
}
.product.data.items > .item.content {
  background: #ffffff;
  margin: 0;
  padding: 10px 10px 30px;
}
.product.data.items .item.title a {
  position: relative;
  text-decoration: none;
}
.product.data.items .item.title a:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.product.data.items .item.title a:after {
  position: absolute;
  right: 10px;
  top: 1px;
}
.product.data.items .item.title.active a:after {
  content: '\e621';
}
.product.data.items .value p:last-child {
  margin-bottom: 0;
}
.product.data.items .table-wrapper {
  margin: 0;
}
.pages > .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages .items {
  font-size: 0;
  letter-spacing: -1px;
  line-height: 0;
  white-space: nowrap;
  margin: 0;
  padding: 0;
  list-style: none none;
  display: inline-block;
  font-weight: 400;
}
.pages .item {
  font-size: 1.2rem;
  line-height: 3rem;
  letter-spacing: normal;
  margin: 0 8px 0 0;
  display: inline-block;
}
.pages .item .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages a.page {
  color: #006bb4;
  display: inline-block;
  padding: 0 5px;
  text-decoration: none;
}
.pages a.page:visited {
  color: #006bb4;
}
.pages a.page:hover {
  color: #006bb4;
  text-decoration: none;
}
.pages a.page:active {
  color: #ff5501;
}
.pages strong.page {
  background: #e5e5e5;
  font-size: 1.2rem;
  line-height: 3rem;
  letter-spacing: normal;
  color: #333333;
  display: inline-block;
  font-weight: 700;
  padding: 0 5px;
}
.pages .action {
  border: 1px solid #cccccc;
  color: #7d7d7d;
  display: inline-block;
  padding: 0;
  text-decoration: none;
}
.pages .action:visited {
  color: #7d7d7d;
}
.pages .action:hover {
  color: #7d7d7d;
  text-decoration: none;
}
.pages .action:active {
  color: #7d7d7d;
}
.pages .action.next {
  display: inline-block;
  text-decoration: none;
}
.pages .action.next:visited:before {
  color: #7d7d7d;
}
.pages .action.next:active:before {
  color: #7d7d7d;
}
.pages .action.next > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages .action.next:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: inherit;
  color: #7d7d7d;
  content: '\e608';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.pages .action.next:hover:before {
  color: #7d7d7d;
}
.pages .action.next:active:before {
  color: #7d7d7d;
}
.pages .action.previous {
  display: inline-block;
  text-decoration: none;
}
.pages .action.previous:visited:before {
  color: #7d7d7d;
}
.pages .action.previous:active:before {
  color: #7d7d7d;
}
.pages .action.previous > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages .action.previous:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: inherit;
  color: #7d7d7d;
  content: '\e617';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.pages .action.previous:hover:before {
  color: #7d7d7d;
}
.pages .action.previous:active:before {
  color: #7d7d7d;
}
.pages .action {
  box-shadow: inset 0 1px 0 0 #ffffff, inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
  border-radius: 3px;
  padding: 0 8px;
}
.pages .action.previous {
  margin-right: 8px;
}
.pages .action.next {
  margin-left: 8px;
}
.actions-toolbar > .primary,
.actions-toolbar > .secondary {
  margin-bottom: 10px;
  text-align: center;
}
.actions-toolbar > .primary .action,
.actions-toolbar > .secondary .action {
  margin-bottom: 10px;
}
.actions-toolbar > .primary .action:last-child,
.actions-toolbar > .secondary .action:last-child {
  margin-bottom: 0;
}
.actions-toolbar > .primary:last-child,
.actions-toolbar > .secondary:last-child {
  margin-bottom: 0;
}
.actions-toolbar > .secondary .action.back {
  display: none;
}
.breadcrumbs {
  margin: 0 0 15px;
  margin: 4px 0 7px;
  line-height: 18px;
}
.breadcrumbs .items {
  font-size: 1.2rem;
  color: #707070;
  margin: 0;
  padding: 0;
  list-style: none none;
}
.breadcrumbs .items > li {
  display: inline-block;
  vertical-align: top;
}
.breadcrumbs .item {
  margin: 0;
}
.breadcrumbs a {
  color: #006bb4;
  text-decoration: none;
}
.breadcrumbs a:visited {
  color: #006bb4;
  text-decoration: none;
}
.breadcrumbs a:hover {
  color: #006bb4;
  text-decoration: underline;
}
.breadcrumbs a:active {
  color: #006bb4;
  text-decoration: none;
}
.breadcrumbs strong {
  font-weight: 400;
}
.breadcrumbs .item:not(:last-child) {
  display: inline-block;
  text-decoration: none;
}
.breadcrumbs .item:not(:last-child):after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 18px;
  content: '\e608';
  font-family: 'luma-icons';
  margin: 0 10px;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.breadcrumbs .items {
  font-size: 10.5px;
  color: #818181;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  letter-spacing: 0.5px;
  line-height: 18px;
}
.breadcrumbs .items li.item {
  display: inline-block;
  width: auto;
  vertical-align: top;
  line-height: 18px;
}
.breadcrumbs .items li.item:after {
  margin: 0 5px;
}
.breadcrumbs .items li.item a {
  display: inline-block;
  width: auto;
  vertical-align: top;
  line-height: 18px;
  color: #818181;
}
.breadcrumbs .items li.item a:hover {
  color: #0041c0;
}
.breadcrumbs .items li.item strong {
  display: inline-block;
  width: auto;
  vertical-align: top;
  line-height: 18px;
  font-weight: 600;
  color: #0041c0;
}
.ui-dialog.popup .action.close {
  position: absolute;
  height: 40px;
  right: 0;
  top: 0;
  width: 40px;
  z-index: 1001;
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
}
.ui-dialog.popup .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ui-dialog.popup .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 16px;
  color: #8c8c8c;
  content: '\e616';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.ui-dialog.popup .action.close:hover:before {
  color: #737373;
}
.ui-dialog.popup .action.close:active:before {
  color: #737373;
}
.ui-dialog.popup .action.close:focus,
.ui-dialog.popup .action.close:active {
  background: none;
  border: none;
}
.ui-dialog.popup .action.close:hover {
  background: none;
  border: none;
}
.ui-dialog.popup .action.close.disabled,
.ui-dialog.popup .action.close[disabled],
fieldset[disabled] .ui-dialog.popup .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.popup .actions-toolbar .action.cancel {
  font-weight: 400;
}
.popup-pointer {
  margin-left: -14px;
  position: absolute;
  top: -14px;
}
.popup-pointer:before,
.popup-pointer:after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-bottom-style: solid;
}
.popup-pointer:before {
  left: 2px;
  top: 2px;
  border: solid 6px;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.popup-pointer:after {
  left: 1px;
  top: 0px;
  border: solid 7px;
  border-color: transparent transparent #aeaeae transparent;
  z-index: 98;
}
.price-tier_price .price-excluding-tax,
.price-tier_price .price-including-tax {
  display: inline;
}
.price-including-tax,
.price-excluding-tax {
  display: block;
  font-size: 1.8rem;
  line-height: 1;
}
.price-including-tax .price,
.price-excluding-tax .price {
  font-weight: 700;
}
.price-including-tax + .price-excluding-tax,
.weee[data-label] {
  display: block;
  font-size: 1.8rem;
}
.price-including-tax + .price-excluding-tax:before,
.weee[data-label]:before {
  content: attr(data-label) ': ';
  font-size: 1.1rem;
}
.price-including-tax + .price-excluding-tax .price,
.weee[data-label] .price {
  font-size: 1.1rem;
}
.checkout-cart-index .page-wrapper .page-main {
  margin: 0 auto;
  max-width: 1540px;
  padding: 0 20px;
  box-sizing: border-box;
}
.checkout-cart-index .page-title-wrapper {
  display: none;
}
.checkout-cart-index .cart-container .cart-title {
  font-size: 20px;
  line-height: 28px;
  font-family: 'DINPro-Regular';
  color: #282828;
  margin: 25px 0px 15px;
  display: inline-block;
  padding-left: 10px;
}
.checkout-cart-index .cart-container div#block-discount {
  display: inline-block;
  width: 100%;
  margin-bottom: 18px;
}
.checkout-cart-index .cart-container div#block-discount .fieldset.coupon {
  background: #fff;
  border: 1px solid #9F9F9F;
  border-radius: 12px;
  margin: 0px;
  position: relative;
  padding: 2px 3px;
  display: flex;
  max-width: 300px;
}
.checkout-cart-index .cart-container div#block-discount .fieldset.coupon .field {
  margin: 0px;
  width: 75%;
}
.checkout-cart-index .cart-container div#block-discount .fieldset.coupon .field input#coupon_code {
  border: 0px;
  letter-spacing: 0px;
  color: #282828;
  opacity: 0.5;
  font-size: 14px;
  border-radius: 12px;
  height: 36px;
}
.checkout-cart-index .cart-container div#block-discount .fieldset.coupon .field input#coupon_code:focus {
  box-shadow: none;
}
.checkout-cart-index .cart-container div#block-discount .fieldset.coupon .field div#coupon_code-error {
  position: absolute;
  line-height: 10px;
  margin-top: 5px;
}
.checkout-cart-index .cart-container div#block-discount .fieldset.coupon .actions-toolbar {
  width: 25%;
}
.checkout-cart-index .cart-container div#block-discount .fieldset.coupon .actions-toolbar .primary {
  width: 100%;
}
.checkout-cart-index .cart-container div#block-discount .fieldset.coupon .actions-toolbar .primary button.action.primary {
  background: #0041C0;
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.17);
  border-radius: 12px;
  letter-spacing: -0.08px;
  color: #FFFFFF;
  font-size: 15px;
  font-family: 'DINPro-Medium';
  font-weight: normal;
  margin: 0px;
  line-height: 34px;
  padding: 0px;
  width: 100%;
}
.checkout-cart-index .cart-container div#block-discount .fieldset.coupon.applied .actions-toolbar {
  width: 45%;
}
.checkout-cart-index .cart-container .stock-popup .main-content {
  background: #ffffff;
  max-width: 400px;
  width: 100%;
  border-radius: 15px;
  margin: 20px auto 0px;
}
.checkout-cart-index .cart-container .stock-popup .main-content .closediv {
  right: 0px;
  top: 6px;
}
.checkout-cart-index .cart-container .stock-popup .main-content .popup-heading {
  color: #232323;
  font-size: 16px;
  font-family: 'DINPro-Bold';
  text-align: left;
  margin: 20px 0px 0px;
  display: inline-block;
  width: 100%;
  padding: 10px 15px 0px;
  box-sizing: border-box;
}
.checkout-cart-index .cart-container .stock-popup .main-content .popup-content {
  padding: 5px 15px 30px;
  font-size: 14px;
  color: #232323;
  box-sizing: border-box;
}
.checkout-cart-index .cart-container .stock-popup .main-content .popup-content .pincode-sec {
  vertical-align: top;
  display: inline-block;
  width: 100%;
}
.checkout-cart-index .cart-container .stock-popup .main-content .popup-content .pincode-sec input {
  border-radius: 10px;
  padding: 10px 10px;
  width: auto;
  font-size: 14px;
  background-image: none !important;
  font-family: 'DINPro-Regular';
  color: #000;
  height: 40px;
  width: 70%;
  font-weight: normal;
  float: left;
}
.checkout-cart-index .cart-container .stock-popup .main-content .popup-content .pincode-sec button.action.primary {
  background: #0041C0;
  color: #fff;
  border-radius: 10px;
  height: 40px;
  width: 25%;
  float: left;
  font-weight: normal;
  font-size: 13px;
  position: relative;
  top: -2px;
  margin-left: 5%;
  font-family: 'DINPro-Medium';
}
.checkout-cart-index .cart-container .form-cart {
  width: 66.66666667%;
  padding-right: 1.5%;
}
.checkout-cart-index .cart-container .form-cart .cart.table-wrapper thead {
  display: none;
}
.checkout-cart-index .cart-container .form-cart .cart.table-wrapper tbody.cart.item {
  background: #FFFFFF;
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.15);
  border-radius: 19px;
  padding: 10px 25px;
  margin-bottom: 20px;
  display: inline-block;
  width: 100%;
  border: 0px;
  box-sizing: border-box;
}
@media only screen and (max-width: 1024px) {
  .checkout-cart-index .cart-container .form-cart .cart.table-wrapper tbody.cart.item {
    padding: 10px 15px;
  }
}
.checkout-cart-index .cart-container .form-cart .cart.table-wrapper tbody.cart.item tr.item-info {
  display: flex;
  justify-content: space-between;
}
.checkout-cart-index .cart-container .form-cart .cart.table-wrapper tbody.cart.item tr.item-info .product-item-details {
  padding-bottom: 0px;
}
.checkout-cart-index .cart-container .form-cart .cart.table-wrapper tbody.cart.item tr.item-info .product-item-details .product-item-name {
  font-size: 16px;
  margin-bottom: 0px;
}
.checkout-cart-index .cart-container .form-cart .cart.table-wrapper tbody.cart.item tr.item-info .product-item-details .product-item-name a {
  font-family: 'DINPro-Bold';
  color: #282828;
  line-height: 22px;
  height: auto;
  letter-spacing: 0;
}
.checkout-cart-index .cart-container .form-cart .cart.table-wrapper tbody.cart.item tr.item-info .product-item-details .sku {
  font-size: 12px;
  color: #282828;
  line-height: 22px;
}
.checkout-cart-index .cart-container .form-cart .cart.table-wrapper tbody.cart.item tr.item-info .product-item-details .s-warranty {
  font-size: 12px;
  color: #282828;
  line-height: 22px;
}
.checkout-cart-index .cart-container .form-cart .cart.table-wrapper tbody.cart.item tr.item-info .product-item-details .control.qty {
  display: inline-block;
  width: 100%;
  margin: 10px 0px;
}
.checkout-cart-index .cart-container .form-cart .cart.table-wrapper tbody.cart.item tr.item-info .product-item-details .control.qty span.label {
  font-size: 13px;
  color: #282828;
  line-height: 30px;
  float: left;
  padding-right: 10px;
}
.checkout-cart-index .cart-container .form-cart .cart.table-wrapper tbody.cart.item tr.item-info .product-item-details .control.qty .qty-box {
  width: 110px;
  height: 30px;
  background: #FFFFFF;
  border: 1px solid #D5D5D5;
  border-radius: 7px;
  opacity: 1;
  line-height: 30px;
  display: inline-block;
}
.checkout-cart-index .cart-container .form-cart .cart.table-wrapper tbody.cart.item tr.item-info .product-item-details .control.qty .qty-box span {
  display: inline-block;
  padding: 0px 14px;
  float: left;
  font-family: 'DINPro-Medium';
  font-size: 20px;
  line-height: 28px;
  font-weight: normal;
  cursor: pointer;
}
.checkout-cart-index .cart-container .form-cart .cart.table-wrapper tbody.cart.item tr.item-info .product-item-details .control.qty .qty-box input {
  display: inline-block;
  width: 30px;
  border-top: 0px;
  border-bottom: 0px;
  border-color: #D5D5D5;
  height: 30px;
  font-family: 'DINPro-Medium';
  color: #919191;
  font-weight: normal;
  float: left;
}
@media only screen and (max-width: 1024px) {
  .checkout-cart-index .cart-container .form-cart .cart.table-wrapper tbody.cart.item tr.item-info .col.subtotal {
    padding-left: 0px;
    padding-right: 0px;
    width: 30%;
  }
}
.checkout-cart-index .cart-container .form-cart .cart.table-wrapper tbody.cart.item tr.item-info .col.subtotal .actions-toolbar .action-edit,
.checkout-cart-index .cart-container .form-cart .cart.table-wrapper tbody.cart.item tr.item-info .col.subtotal .actions-toolbar .action-towishlist {
  display: none;
}
.checkout-cart-index .cart-container .form-cart .cart.table-wrapper tbody.cart.item tr.item-info .col.subtotal .actions-toolbar .action-delete:before {
  font-size: 15px;
  color: #000000;
}
.checkout-cart-index .cart-container .form-cart .cart.table-wrapper tbody.cart.item tr.item-info .col.subtotal .price-including-tax .price {
  font-size: 18px;
  line-height: 24px;
  font-family: 'DINPro-Bold';
  color: #0041C0;
}
.checkout-cart-index .cart-container .form-cart .cart.table-wrapper tbody.cart.item tr.item-info .col.subtotal span.mrp-inc {
  letter-spacing: 0px;
  color: #232323;
  font-size: 10px;
}
.checkout-cart-index .cart-container .form-cart .cart.table-wrapper tbody.cart.item tr.item-info .col.subtotal .saved-price {
  letter-spacing: 0px;
  color: #000000;
  font-size: 13px;
}
.checkout-cart-index .cart-container .form-cart .cart.table-wrapper tbody.cart.item tr.item-info .col.subtotal .saved-price span {
  color: #00A0C6;
  font-family: 'DINPro-Medium';
}
.checkout-cart-index .cart-container .form-cart .cart.table-wrapper tbody.cart.item tr.other-option {
  border-top: 1px solid #D5D5D5;
  /* opacity: 0.2; */
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  padding: 20px 0px;
}
.checkout-cart-index .cart-container .form-cart .cart.table-wrapper tbody.cart.item tr.other-option td {
  display: flex;
  width: 100%;
  padding: 0px;
  margin: 0px;
  justify-content: space-between;
}
.checkout-cart-index .cart-container .form-cart .cart.table-wrapper tbody.cart.item tr.other-option td .warranty-lable {
  font-size: 14px;
  color: #282828;
  line-height: 22px;
  position: relative;
  padding-left: 40px;
  cursor: pointer;
}
.checkout-cart-index .cart-container .form-cart .cart.table-wrapper tbody.cart.item tr.other-option td .warranty-lable input {
  display: none;
}
.checkout-cart-index .cart-container .form-cart .cart.table-wrapper tbody.cart.item tr.other-option td .warranty-lable input[type="checkbox"] + label::before {
  content: "";
  width: 18px;
  height: 18px;
  border: 1px solid #BCBCBC;
  border-radius: 50%;
  display: inline-block;
  background: #fff;
  position: absolute;
  left: 0px;
  top: 0px;
  pointer-events: none;
  cursor: default;
}
.checkout-cart-index .cart-container .form-cart .cart.table-wrapper tbody.cart.item tr.other-option td .warranty-lable input[type="checkbox"]:checked + label::before {
  background: #0041C0;
  border-color: #0041C0;
}
.checkout-cart-index .cart-container .form-cart .cart.table-wrapper tbody.cart.item tr.other-option td .warranty-lable .select-box {
  display: flex;
  align-items: center;
}
.checkout-cart-index .cart-container .form-cart .cart.table-wrapper tbody.cart.item tr.other-option td .warranty-lable .select-box select {
  width: 50px;
  height: 26px;
  border-radius: 7px;
  margin-left: 10px;
  line-height: 18px;
  font-size: 12px;
}
.checkout-cart-index .cart-container .form-cart .cart.table-wrapper tbody.cart.item tr.other-option td .add-warranty-btn span.ex-warranty {
  /*color: #fff;
									font-size: 14px;
									cursor: pointer;
									display: inline-block;
									text-decoration: none;
									border: none;
									padding: 0 20px;
									border-radius: 6px;
									line-height: 40px;
									letter-spacing: 0.5px;
									font-family: "DINPro-Medium";
									box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3);
									background: #0041C0;*/
  color: #0040bf;
  font-size: 12px;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  border: 1px solid #0040bf;
  padding: 0 10px;
  border-radius: 6px;
  line-height: 30px;
  letter-spacing: .5px;
  font-family: "DINPro-Medium";
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3);
}
.checkout-cart-index .cart-container .form-cart .cart.table-wrapper tbody.cart.item tr.other-option td .add-warranty-btn .warranty-note {
  display: inline-block;
  width: auto;
  margin: 0 15px;
  font-family: "DINPro-Medium";
  font-size: 13px;
  letter-spacing: 0.5px;
  color: #282828;
  line-height: 40px;
}
.checkout-cart-index .cart-container .form-cart .cart.table-wrapper tbody.cart.item tr.other-option td .warranty-applied-container span.warranty-applied {
  color: #000000;
  font-size: 15px;
  font-weight: normal;
  padding: 0px 0px;
  display: inline-block;
}
.checkout-cart-index .cart-container .form-cart .cart.table-wrapper tbody.cart.item tr.other-option td .warranty-applied-container span.warranty-applied .price {
  font-size: 15px;
  font-family: 'DINPro-Bold';
  color: #0041C0;
  font-weight: normal;
  display: inline-block;
}
.checkout-cart-index .cart-container .form-cart .cart.table-wrapper tbody.cart.item tr.other-option td .warranty-applied-container span.warranty-applied .edit-warranty {
  font-family: 'DINPro-Bold';
  color: #0041C0;
  font-weight: normal;
  cursor: pointer;
  text-decoration: underline;
}
.checkout-cart-index .cart-container .form-cart .cart.table-wrapper tbody.cart.item tr.other-option td .warranty-applied-container span.warranty-applied .mrp-inc {
  color: #232323;
  font-size: 12px;
}
.checkout-cart-index .cart-container .form-cart .cart.table-wrapper tbody.cart.item tr.other-option td .price-box {
  text-align: right;
}
.checkout-cart-index .cart-container .form-cart .cart.table-wrapper tbody.cart.item tr.other-option td .price-box .edit-warranty {
  font-family: 'DINPro-Bold';
  color: #0041C0;
  font-weight: normal;
  cursor: pointer;
  text-decoration: underline;
}
.checkout-cart-index .cart-container .form-cart .cart.table-wrapper tbody.cart.item tr.other-option td .price-box .price {
  font-size: 15px;
  font-family: 'DINPro-Bold';
  color: #0041C0;
  font-weight: normal;
  display: inline-block;
}
.checkout-cart-index .cart-container .form-cart .cart.table-wrapper tbody.cart.item:last-child {
  margin-bottom: 0px;
}
.checkout-cart-index .cart-container .form-cart .cart.table-wrapper tbody.cart.item.free-items tr.item-info .product-item-details .product-item-name {
  font-family: "DINPro-Bold";
  font-size: 16px;
  color: #282828;
}
.checkout-cart-index .cart-container .form-cart .cart.table-wrapper tbody.cart.item.free-items tr.item-info .product-item-details .qty-box {
  width: 40px !important;
}
.checkout-cart-index .cart-container .form-cart .cart.table-wrapper tbody.cart.item.free-items tr.item-info .product-item-details .qty-box span {
  display: none !important;
}
.checkout-cart-index .cart-container .form-cart .cart.table-wrapper tbody.cart.item.free-items tr.item-info .product-item-details .qty-box input {
  border: none !important;
  width: 100% !important;
  text-align: center;
  padding: 0;
  border-radius: 7px;
  background: transparent;
  box-shadow: none;
}
.checkout-cart-index .cart-container .form-cart .cart.table-wrapper tbody.cart.item.free-items .item-actions {
  display: none !important;
}
.checkout-cart-index .cart-container .form-cart .offer-section {
  background: #FFFFFF;
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.15);
  border-radius: 19px;
  padding: 20px 15px;
  margin-bottom: 20px;
}
.checkout-cart-index .cart-container .form-cart .offer-section .offter-title {
  font-size: 20px;
  line-height: 16px;
  font-family: 'DINPro-Regular';
  color: #282828;
  padding-bottom: 10px;
}
.checkout-cart-index .cart-container .form-cart .offer-section ul {
  padding: 0px;
  margin: 0px;
}
.checkout-cart-index .cart-container .form-cart .offer-section ul li {
  list-style: none;
  font-size: 14px;
  line-height: 16px;
  color: #282828;
  margin-top: 15px;
}
.checkout-cart-index .cart-container .form-cart .offer-section ul li:last-child {
  margin-bottom: 0px;
}
.checkout-cart-index .cart-container .form-cart .offer-section ul li span {
  color: #00A0C6;
  font-family: 'DINPro-Medium';
}
.checkout-cart-index .cart-container .form-cart .add-more-product {
  display: inline-block;
  width: 100%;
}
.checkout-cart-index .cart-container .form-cart .add-more-product a.more-prod {
  display: inline-block;
  vertical-align: top;
  border: none;
  line-height: 40px;
  padding: 0px 20px;
  border-radius: 6px;
  background: #0041C0;
  color: #fff;
  letter-spacing: 0.5px;
  font-size: 14px;
  font-weight: normal;
  font-family: 'DINPro-Medium';
  transition: all 1s ease 0s;
}
.checkout-cart-index .cart-container .form-cart .cart.main.actions {
  display: none;
}
.checkout-cart-index .cart-container .cart-summary {
  width: 33.33333333%;
  padding: 0px;
  background: none;
}
.checkout-cart-index .cart-container .cart-summary .summary-container-wrap {
  background: #FFFFFF;
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.15);
  border-radius: 19px;
  width: 100%;
  display: inline-block;
  padding: 20px;
  box-sizing: border-box;
}
@media only screen and (max-width: 1024px) {
  .checkout-cart-index .cart-container .cart-summary .summary-container-wrap {
    padding: 20px 15px;
  }
}
.checkout-cart-index .cart-container .cart-summary .summary-container-wrap strong.summary.title {
  font-size: 20px;
  color: #282828;
  margin: 0px 0 15px;
  padding-bottom: 15px;
  display: inline-block;
  line-height: 28px;
  width: 100%;
  font-weight: normal;
  border-bottom: 1px solid #919191;
}
.checkout-cart-index .cart-container .cart-summary .summary-container-wrap div#block-shipping {
  display: none;
}
.checkout-cart-index .cart-container .cart-summary .summary-container-wrap .cart-totals {
  border-top: 0px;
  padding: 0px;
}
.checkout-cart-index .cart-container .cart-summary .summary-container-wrap .cart-totals tbody tr th {
  padding: 0;
  line-height: 30px;
  height: 30px;
  color: #000000;
  font-size: 13px;
  letter-spacing: 0.5px;
}
.checkout-cart-index .cart-container .cart-summary .summary-container-wrap .cart-totals tbody tr th span.value {
  display: none;
}
.checkout-cart-index .cart-container .cart-summary .summary-container-wrap .cart-totals tbody tr td {
  width: 50%;
  padding: 0px;
  line-height: 30px;
}
.checkout-cart-index .cart-container .cart-summary .summary-container-wrap .cart-totals tbody tr td.amount {
  padding: 0px;
}
.checkout-cart-index .cart-container .cart-summary .summary-container-wrap .cart-totals tbody tr td.amount span.price {
  display: inline-block;
  width: auto;
  vertical-align: top;
  height: 30px;
  line-height: 30px;
  color: #000000;
  letter-spacing: 0.5px;
}
.checkout-cart-index .cart-container .cart-summary .summary-container-wrap .cart-totals tbody tr td.amount[data-th="Discount"] span {
  color: #03A685;
  font-family: 'DINPro-Medium';
}
.checkout-cart-index .cart-container .cart-summary .summary-container-wrap .cart-totals tbody tr.grand.totals th {
  line-height: 40px;
  height: 40px;
  border-top: none;
}
.checkout-cart-index .cart-container .cart-summary .summary-container-wrap .cart-totals tbody tr.grand.totals th strong {
  padding: 0;
  font-weight: normal;
  font-size: 15px;
  font-family: 'DINPro-Bold';
  width: 100%;
  margin: 15px 0;
  border-top: 1px solid #919191;
  border-bottom: 1px solid #919191;
}
@media only screen and (max-width: 1024px) {
  .checkout-cart-index .cart-container .cart-summary .summary-container-wrap .cart-totals tbody tr.grand.totals th strong {
    line-height: 20px;
  }
}
.checkout-cart-index .cart-container .cart-summary .summary-container-wrap .cart-totals tbody tr.grand.totals td {
  border-top: none;
}
.checkout-cart-index .cart-container .cart-summary .summary-container-wrap .cart-totals tbody tr.grand.totals td strong {
  width: 100%;
  font-weight: normal;
  font-family: 'DINPro-Bold';
  line-height: 40px;
  padding: 0;
  margin: 15px 0;
  border-top: 1px solid #919191;
  border-bottom: 1px solid #919191;
  font-size: 17px;
}
.checkout-cart-index .cart-container .cart-summary .summary-container-wrap .cart-totals tbody tr.grand.totals td strong span.price {
  height: 40px;
  line-height: 40px;
}
.checkout-cart-index .cart-container .cart-summary .summary-container-wrap .cart-totals tbody tr.totals-tax-summary {
  display: none;
}
.checkout-cart-index .cart-container .cart-summary .summary-container-wrap .cart-totals tbody tr.totals-tax-details {
  display: table-row;
  border: none;
}
.checkout-cart-index .cart-container .cart-summary .summary-container-wrap .free-delivery {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0 0 15px;
}
.checkout-cart-index .cart-container .cart-summary .summary-container-wrap .free-delivery p {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0;
  line-height: 28px;
  font-size: 14px;
  letter-spacing: 0.5px;
  color: #282828;
}
.checkout-cart-index .cart-container .cart-summary .summary-container-wrap .free-delivery p b {
  display: inline-block;
  width: auto;
  vertical-align: top;
  font-weight: normal;
  font-family: 'DINPro-Bold';
  margin: 0 0 0 5px;
  color: #000000;
}
.checkout-cart-index .cart-container .cart-summary .summary-container-wrap .custom-text {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.checkout-cart-index .cart-container .cart-summary .summary-container-wrap .custom-text p {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0;
  font-size: 12px;
  letter-spacing: 0.5px;
  line-height: 16px;
  color: #282828;
}
.checkout-cart-index .cart-container .cart-summary .checkout-methods-items {
  margin-top: 30px;
}
.checkout-cart-index .cart-container .cart-summary .checkout-methods-items .action.primary.checkout {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  border: none;
  line-height: 40px;
  padding: 0;
  border-radius: 6px;
  background: #0041C0;
  color: #fff;
  letter-spacing: 1px;
  font-size: 14px;
  font-weight: normal;
  font-family: 'DINPro-Medium';
}
.checkout-cart-index .cart-container .cart-summary._sticky {
  top: 0px !important;
}
.checkout-cart-index .warranty-modal {
  padding: 0px 15px;
  box-sizing: border-box;
}
.checkout-cart-index .warranty-modal .modal-inner-wrap {
  background: #FFFFFF;
  border-radius: 25px;
  max-width: 800px;
  width: 100%;
}
.checkout-cart-index .warranty-modal .modal-inner-wrap .modal-header {
  padding-top: 20px;
}
.checkout-cart-index .warranty-modal .modal-inner-wrap .modal-header .action-close {
  margin: 20px 20px 0px 0px;
}
.checkout-cart-index .warranty-modal .modal-inner-wrap .modal-header .action-close:before {
  font-weight: normal;
  color: #000000;
}
.checkout-cart-index .warranty-modal .modal-inner-wrap footer.modal-footer {
  display: none;
}
.checkout-cart-index .warranty-modal .modal-inner-wrap .popup-title {
  text-align: center;
  font-size: 18px;
  font-family: 'DINPro-Bold';
  font-weight: normal;
  letter-spacing: 0px;
  color: #282828;
  box-sizing: border-box;
}
.checkout-cart-index .warranty-modal .modal-inner-wrap .warranty-container {
  background: #FAFAFA;
  border-radius: 10px;
  padding: 25px;
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.checkout-cart-index .warranty-modal .modal-inner-wrap .warranty-container .warr-left {
  width: 30%;
  text-align: center;
}
.checkout-cart-index .warranty-modal .modal-inner-wrap .warranty-container .warr-left img {
  max-height: 120px;
}
.checkout-cart-index .warranty-modal .modal-inner-wrap .warranty-container .warr-right {
  width: 70%;
}
.checkout-cart-index .warranty-modal .modal-inner-wrap .warranty-container .warr-right .add-warranty {
  font-family: 'DINPro-Bold';
  color: #282828;
  line-height: 22px;
  font-size: 18px;
  margin-bottom: 10px;
}
.checkout-cart-index .warranty-modal .modal-inner-wrap .warranty-container .warr-right .warr-options {
  display: inline-block;
  width: 100%;
}
.checkout-cart-index .warranty-modal .modal-inner-wrap .warranty-container .warr-right .warr-options .w-option {
  display: inline-block;
  width: 24%;
  border: 1px solid #D5D5D5;
  border-radius: 8px;
  background: #fff;
  color: #000000;
  text-transform: uppercase;
  opacity: 0.6;
  font-size: 12px;
  font-family: 'DINPro-Bold';
  font-weight: normal;
  position: relative;
  line-height: 14px;
  padding: 2px 2px 2px 25px;
  box-sizing: border-box;
  cursor: pointer;
}
.checkout-cart-index .warranty-modal .modal-inner-wrap .warranty-container .warr-right .warr-options .w-option input {
  position: absolute;
  left: 5px;
  top: 6px;
  display: none;
}
.checkout-cart-index .warranty-modal .modal-inner-wrap .warranty-container .warr-right .warr-options .w-option input:focus {
  box-shadow: none;
}
.checkout-cart-index .warranty-modal .modal-inner-wrap .warranty-container .warr-right .warr-options .w-option input[type="checkbox"] + label::before {
  content: "";
  width: 14px;
  height: 14px;
  border: 1px solid #BCBCBC;
  border-radius: 50%;
  display: inline-block;
  background: #fff;
  position: absolute;
  left: 3px;
  top: 7px;
}
.checkout-cart-index .warranty-modal .modal-inner-wrap .warranty-container .warr-right .warr-options .w-option input[type="checkbox"] + label::after {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  display: inline-block;
  background: #fff;
  position: absolute;
  left: 5px;
  top: 9px;
}
.checkout-cart-index .warranty-modal .modal-inner-wrap .warranty-container .warr-right .warr-options .w-option input[type="checkbox"]:checked + label::before {
  border-color: #0041C0;
}
.checkout-cart-index .warranty-modal .modal-inner-wrap .warranty-container .warr-right .warr-options .w-option input[type="checkbox"]:checked + label::after {
  background: #0041C0;
}
.checkout-cart-index .warranty-modal .modal-inner-wrap .warranty-container .warr-right .warr-options .w-option label {
  display: inline-block;
  width: 100%;
  cursor: pointer;
}
.checkout-cart-index .warranty-modal .modal-inner-wrap .warranty-container .warr-right .warr-options .w-option label .price-box.price-final_price {
  display: inline-block;
}
.checkout-cart-index .warranty-modal .modal-inner-wrap .warranty-container .warr-right .warr-options .w-option label .price-box.price-final_price .price-container .price {
  font-size: 12px;
}
.checkout-cart-index .warranty-modal .modal-inner-wrap .add-products {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-top: 20px;
}
.checkout-cart-index .warranty-modal .modal-inner-wrap .add-products span {
  display: inline-block;
  vertical-align: top;
  border: none;
  line-height: 40px;
  padding: 0 20px;
  border-radius: 6px;
  background: #0041C0;
  color: #fff;
  letter-spacing: 1px;
  font-size: 14px;
  font-weight: normal;
  font-family: 'DINPro-Medium';
  transition: all 1s ease 0s;
  cursor: pointer;
}
body.oh {
  overflow: hidden;
}
.get_compare_list_bar .comparisonBar {
  width: 80%;
  left: 0px;
  margin: 0px 10%;
}
.get_compare_list_bar .comparisonBar .compare_header {
  background-color: #efefef;
  border: 1px solid #efefef;
  box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.5);
  border-radius: 10px 10px 0px 0px;
}
.get_compare_list_bar .comparisonBar .compare_header .h2 {
  color: #000;
  font-family: 'DINPro-Medium';
}
.get_compare_list_bar .comparisonBar .compare_header .h2 span.numberOfItems {
  color: #000;
}
.get_compare_list_bar .comparisonBar .compare_header .h2 .shoetext i {
  color: #000;
}
.get_compare_list_bar .comparisonBar .inner {
  border: 1px solid #efefef;
}
.get_compare_list_bar .comparisonBar .inner .comparison_selectedproducts td {
  width: 33.33%;
  display: inline-block;
  box-sizing: border-box;
}
.get_compare_list_bar .comparisonBar .inner .comparison_selectedproducts td .comparisonProductBox {
  display: none;
}
.get_compare_list_bar .comparisonBar .inner .comparison_selectedproducts td .col-md-7 {
  background: #fff;
  padding: 10px;
  border-radius: 15px;
  position: relative;
  padding-top: 15px;
}
.get_compare_list_bar .comparisonBar .inner .comparison_selectedproducts td .col-md-7 .delete {
  top: 0px;
  line-height: 16px;
  right: 10px;
}
.get_compare_list_bar .comparisonBar .inner .comparison_selectedproducts td .col-md-7 .delete span:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 15px;
  color: #757575;
  content: '\e616';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.get_compare_list_bar .comparisonBar .inner .comparison_selectedproducts td .col-md-7 .product_name strong.product-item-name {
  line-height: 18px;
  font-family: 'DINPro-Bold';
  font-weight: normal;
  letter-spacing: 0.5px;
  color: #282828;
  margin-top: 0px;
  font-size: 13px;
  height: 36px;
  overflow: hidden;
}
.get_compare_list_bar .comparisonBar .inner .comparison_selectedproducts td .col-md-7 .product-sku {
  font-family: 'DINPro-Bold';
  font-weight: normal;
  letter-spacing: 0.5px;
  color: #282828;
  font-size: 10px;
  line-height: normal;
}
.get_compare_list_bar .comparisonBar .inner .comparison_selectedproducts td .col-md-7 .price-container span.product-price.price {
  font-size: 13px;
  font-weight: normal;
  font-family: 'DINPro-Bold';
  color: #0041c0;
  letter-spacing: 0.5px;
}
.get_compare_list_bar .comparisonBar .inner .comparison_selectedproducts td .col-md-7 .price-container span.old_price .price {
  font-size: 12px;
  color: #919191;
  font-weight: normal;
  text-decoration: line-through;
}
.get_compare_list_bar .comparisonBar .inner .comparison_selectedproducts td.onemore {
  font-weight: normal;
  color: #0041C0;
  font-size: 13px;
}
.get_compare_list_bar .comparisonBar .inner .comparison_selectedproducts td.onemore .col-md-12 {
  background: #fff;
  padding: 10px;
  border-radius: 15px;
  position: relative;
  min-height: 102px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.get_compare_list_bar .comparisonBar .inner .info {
  top: 35%;
}
.get_compare_list_bar .comparisonBar .inner .info .primary a.compare.primary {
  border: 1px solid #0041c0;
  padding: 5px 0px;
  border-radius: 10px;
  display: inline-block;
  transition: all 1s ease 0s;
  font-family: 'DINPro-Medium';
  color: #fff;
  background: #0041c0;
  box-shadow: 10pt 10pt 30pt rgba(0, 0, 0, 0.14);
  text-align: center;
  width: 100px;
}
.get_compare_list_bar .comparisonBar .inner .info .primary a.action.clear_all {
  color: #0041c0;
  background: none;
  margin-top: 10px;
}
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.confirm .modal-inner-wrap .modal-content {
  padding-right: 7rem;
}
.modal-popup._show .modal-inner-wrap {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.modal-popup .modal-inner-wrap {
  margin: 5rem auto;
  width: 75%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  box-sizing: border-box;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  -webkit-transform: translateY(-200%);
  transform: translateY(-200%);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: transform .2s ease;
}
.modal-popup._inner-scroll {
  overflow-y: visible;
}
.ie11 .modal-popup._inner-scroll {
  overflow-y: auto;
}
.modal-popup._inner-scroll .modal-inner-wrap {
  max-height: 90%;
}
.ie11 .modal-popup._inner-scroll .modal-inner-wrap {
  max-height: none;
}
.modal-popup._inner-scroll .modal-content {
  overflow-y: auto;
}
.modal-popup .modal-header,
.modal-popup .modal-content,
.modal-popup .modal-footer {
  padding-left: 3rem;
  padding-right: 3rem;
}
.modal-popup .modal-header,
.modal-popup .modal-footer {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.modal-popup .modal-header {
  padding-bottom: 1.2rem;
  padding-top: 3rem;
}
.modal-popup .modal-footer {
  margin-top: auto;
  padding-bottom: 3rem;
  padding-top: 3rem;
}
.modal-popup .modal-footer-actions {
  text-align: right;
}
.modal-custom .action-close,
.modal-popup .action-close,
.modal-slide .action-close {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-shadow: none;
  font-weight: 400;
  display: inline-block;
  text-decoration: none;
  position: absolute;
  right: 0;
  top: 0;
}
.modal-custom .action-close:focus,
.modal-popup .action-close:focus,
.modal-slide .action-close:focus,
.modal-custom .action-close:active,
.modal-popup .action-close:active,
.modal-slide .action-close:active {
  background: none;
  border: none;
}
.modal-custom .action-close:hover,
.modal-popup .action-close:hover,
.modal-slide .action-close:hover {
  background: none;
  border: none;
}
.modal-custom .action-close.disabled,
.modal-popup .action-close.disabled,
.modal-slide .action-close.disabled,
.modal-custom .action-close[disabled],
.modal-popup .action-close[disabled],
.modal-slide .action-close[disabled],
fieldset[disabled] .modal-custom .action-close,
fieldset[disabled] .modal-popup .action-close,
fieldset[disabled] .modal-slide .action-close {
  pointer-events: none;
  opacity: 0.5;
}
.modal-custom .action-close > span,
.modal-popup .action-close > span,
.modal-slide .action-close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.modal-custom .action-close:before,
.modal-popup .action-close:before,
.modal-slide .action-close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: 14px;
  color: #757575;
  content: '\e616';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.modal-custom .action-close:hover:before,
.modal-popup .action-close:hover:before,
.modal-slide .action-close:hover:before {
  color: inherit;
}
.modal-custom .action-close:active:before,
.modal-popup .action-close:active:before,
.modal-slide .action-close:active:before {
  color: inherit;
}
.modal-custom .action-close:hover:before,
.modal-popup .action-close:hover:before,
.modal-slide .action-close:hover:before {
  color: #1a1a1a;
}
.modal-custom .action-close {
  margin: 15px;
}
.modal-popup {
  pointer-events: none;
}
.modal-popup .modal-title {
  border-bottom: 1px solid #c1c1c1;
  font-weight: 300;
  padding-bottom: 10px;
  font-size: 26px;
  margin-bottom: 0;
  min-height: 1em;
  word-wrap: break-word;
}
.modal-popup .action-close {
  padding: 20px;
}
.modal-slide .action-close {
  margin: 15px;
  padding: 0;
}
.modal-slide .page-main-actions {
  margin-bottom: -12.9rem;
  margin-top: 2.1rem;
}
.modals-overlay {
  background-color: rgba(51, 51, 51, 0.55);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
}
body._has-modal-custom .modal-custom-overlay {
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 899;
}
/**
     * @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.2rem;
  padding: 14px 17px;
  font-size: 1.8rem;
}
#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: 20px 0 0;
}
.location-details .location-name {
  font-size: 18px;
  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 20px;
  padding: 0 0 10px;
  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: 18px;
}
.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 20px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.lac-notification {
  background-color: #373330;
  color: #ffffff;
  font-size: 16px;
}
.lac-notification .lac-notification-icon {
  float: left;
  margin: 10px 25px 10px 10px;
}
.lac-notification .lac-notification-icon .logo-img {
  display: block;
}
.lac-notification .lac-notification-text {
  float: left;
  padding: 15px 0;
}
.lac-notification .lac-notification-links {
  float: right;
  padding: 15px 0;
}
.lac-notification .lac-notification-links a {
  color: #ffffff;
  font-size: 14px;
}
.lac-notification .lac-notification-links .lac-notification-close-link:after {
  background: url('../../frontend/OM/Desktop/en_US/Magento_LoginAsCustomerFrontendUi/images/close.svg');
  content: ' ';
  display: inline-block;
  height: 12px;
  margin-left: 5px;
  vertical-align: middle;
  width: 12px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.login-container .g-recaptcha,
.form-login .g-recaptcha,
.form-edit-account .g-recaptcha {
  margin-bottom: 10px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.required-captcha.checkbox {
  position: absolute;
  display: block;
  visibility: visible;
  overflow: hidden;
  opacity: 0;
  width: 1px;
  height: 1px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.block.newsletter .field-recaptcha .field .control:before {
  content: none;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.review-form .field-recaptcha {
  margin-bottom: 10px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form.send.friend .g-recaptcha {
  margin-top: 40px;
}
.ui-tooltip .arrow {
  left: 8px;
  width: 15px;
}
.ui-tooltip .arrow:after {
  border-right: 15px solid transparent;
}
.ui-tooltip .arrow:before {
  border-right: 14px solid transparent;
}
.amslider-container {
  width: 100%;
  margin: auto;
  margin-bottom: 15px;
}
.am-rating-up {
  font-size: smaller;
}
.amshopby-hightlighted {
  background-color: #ffff00;
}
.filter-options-content .am-swatch-link {
  display: inline-block;
}
.filter-options-content .am-swatch-link:hover {
  background: none;
}
.filter-options-content .am-swatch-link > .input.-hidden {
  display: none;
}
.am-shopby-item .amshopby-button.-remove {
  margin: 0 0 0 10px;
}
.am-shopby-item .filter-value {
  margin-left: 5px;
}
.amshopby-filter-tooltip {
  display: inline-block;
  max-width: 20px;
  max-height: 20px;
  margin-left: 6px;
  vertical-align: middle;
}
.filter-options-content .delimiter {
  margin: 0 5px;
  line-height: 30px;
}
.filter-options-content .range {
  margin-top: 10px;
}
.filter-options-content .am-show-more {
  display: none;
  margin-top: 10px;
}
.filter-options-content .am-filter-price {
  padding: 5px;
  width: 46%;
}
.filter-options-content .items a {
  margin-left: 0;
}
.filter-options-content .count {
  display: inline-block;
}
.filter-options-content .am-shopby-swatch-label .count {
  margin: 0;
  padding: 0;
}
.filter-options-content .am-shopby-swatch-label .label {
  margin-right: 5px;
}
.filter-options-content .am-shopby-form {
  padding: 3px;
}
.am-filter-go {
  margin: 15px 0 0;
  width: 25%;
}
input[type="text"].am-filter-price.-to.right {
  float: right;
}
.amshopby-slider-container {
  margin: 10px 15px 15px 5px;
}
.amshopby-slider-container .ui-slider-range {
  position: absolute;
  height: 10px;
  background: #b6b6b6;
}
.amshopby-slider-container .am-slider .ui-slider-handle {
  padding: 0;
  margin-top: -5px;
  margin-left: -5px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #f98b25;
}
.amshopby-slider-container .am-slider .ui-slider-handle:hover,
.amshopby-slider-container .am-slider .ui-slider-handle:active {
  background-color: #e17e17;
}
.amshopby-slider-container .amshopby-slider-display {
  text-align: center;
}
.am-swatch-options {
  display: flex;
  flex-direction: column;
  padding-left: 2px;
}
.am-swatch-options .swatch-option {
  display: inline-block;
  margin: 0 10px 0 0;
}
.am-swatch-options > .item {
  padding-bottom: 4px !important;
}
.am-swatch-options > .item:hover {
  background-color: transparent;
}
.am-swatch-options .am-shopby-swatch-label {
  display: inline-block;
  max-width: 70%;
  vertical-align: middle;
  word-wrap: break-word;
}
.catalog-topnav .filter-options {
  flex-wrap: wrap;
  min-height: 40px;
  border-bottom: 1px solid #cccccc;
}
.catalog-topnav .filter-options .filter-options-item {
  display: inline-block;
  border: 0;
}
.catalog-topnav .filter-options .filter-options-content {
  position: absolute;
  margin-top: 5px;
  border: 1px solid #cccccc;
  background-color: white;
  z-index: 9000;
  min-width: 100px;
}
.catalog-topnav .filter-options .am-filter-items-rating li {
  margin: 0 0 10px;
}
.catalog-topnav .filter-options .am-filter-items-rating li:last-child {
  margin: 0;
}
.catalog-topnav .block-actions {
  display: none;
}
.am-filter-items-attr_price {
  min-width: 200px;
  max-width: 350px;
}
.amasty-catalog-topnav.block.filter {
  flex-basis: auto;
}
.amasty-catalog-topnav .filter-options-content .amshopby-fly-out-view a {
  display: block;
}
.page-layout-1column .filter-options-item.active .filter-options-content {
  padding: 10px 15px;
}
.page-layout-1column .filter-options-content li.item {
  padding: 0;
}
.am-filter-items-stock .am_shopby_link_selected,
.am-filter-items-rating .am_shopby_link_selected {
  background-color: #e8e8e8;
  text-decoration: none;
}
.am_shopby_link_selected {
  font-weight: bold;
}
.filter-options .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  right: 8px;
  top: 5px;
}
.catalog-topnav {
  display: none;
}
.filter-options .items .items-children.-folding {
  list-style: none;
  padding-left: 18px;
}
.filter-options .items .items-children.-folding .item {
  margin: 5px 0;
}
.filter-options .items.amshopby-fly-out-view .items-children {
  background-color: #fff;
  z-index: 9999;
}
.filter-options .items.amshopby-fly-out-view li {
  margin: 0;
  border: 1px solid #cccccc;
  border-top: none;
}
.filter-options .items.amshopby-fly-out-view li:hover {
  background-color: #cccccc;
}
.filter-options .items.amshopby-fly-out-view li:first-child {
  border-top: 1px solid #cccccc;
}
.filter-options .items.amshopby-fly-out-view a:hover {
  background-color: transparent;
}
.filter-options .ui-widget-overlay {
  background: #aaa;
  opacity: .3;
}
.filter-options .ui-widget-shadow {
  box-shadow: 0 0 5px #666;
}
.filter-options .am-category-view {
  position: absolute;
  display: none;
  margin: 0;
  padding: 10px;
  width: 100%;
  max-height: 300px;
  border: 1px solid #cccccc;
  background-color: white;
  box-sizing: border-box;
  white-space: nowrap;
  overflow-y: auto;
  z-index: 9;
}
.filter-options .items.am-category-view,
.filter-options .am-category-view ol.items {
  margin: 0;
}
.filter-options .am-labels-folding .item a.amshopby-filter-parent,
.filter-options .am-category-view .item a.amshopby-filter-parent {
  padding-left: 20px;
}
.filter-options .am-category-view a {
  display: inline-block;
  white-space: initial;
}
.filter-options .filter-options-content .rating-summary {
  display: inline-block;
  vertical-align: sub;
}
.filter-options .amshopby-search-box {
  margin: 0 0 15px;
}
.amshopby-fly-out-view.ui-menu {
  position: relative;
}
.amshopby-fly-out-view .ui-menu {
  width: 100%;
}
.amshopby-fly-out-view .items-children:not(.ui-menu) {
  display: none;
}
.amshopby-fly-out-view a {
  padding: 10px;
  width: 100%;
  display: inline-block;
}
.filter-options .ui-menu {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  outline: 0;
}
.filter-options .ui-menu .ui-menu {
  position: absolute;
}
.filter-options .ui-menu .ui-menu-item {
  margin: 0;
  cursor: pointer;
  list-style: none;
}
.filter-options .ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 3px 1em 3px .4em;
}
.filter-options .ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}
.amshopby-category-dropdown {
  display: block;
  padding-right: 3.6rem;
  min-height: 3.2rem;
  text-align: left;
  border: 1px solid #adadad;
  cursor: pointer;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  background-color: #fff;
  font-weight: 400;
}
.amshopby-category-dropdown:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 1.2rem;
  margin-top: -.2rem;
  width: 0;
  height: 0;
  border-color: #000 transparent transparent transparent;
  border-style: solid;
  border-width: .5rem .4rem 0 .4rem;
  box-sizing: border-box;
  transition: all .2s linear;
}
.amshopby-category-dropdown:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 3.2rem;
  background-color: #e3e3e3;
  border: 1px solid #adadad;
  bottom: 0;
}
.am-category-wrapper {
  position: relative;
  display: block;
  user-select: none;
}
.am-category-wrapper._active .amshopby-category-dropdown:after {
  transform: rotate(180deg);
}
.am-category-wrapper .am-multiselect-crumb {
  position: relative;
  display: inline-block;
  padding: .3rem 2.4rem .4rem 1rem;
  margin: .3rem 0 .3rem .3rem;
  background-color: #f5f5f5;
  border: 1px solid #a79d95;
  border-radius: 1px;
  font-size: 1.2rem;
  transition: border-color 0.1s linear;
}
.am-category-wrapper .am-multiselect-crumb .action-close {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
  width: 2rem;
  height: auto;
  line-height: 1;
  font-size: .5em;
  background-color: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  color: #514943;
}
.am-category-wrapper .am-multiselect-crumb .action-close:before {
  content: 'x';
  font-size: 10px;
  transition: color .1s linear;
}
.am-category-wrapper .am-multiselect-crumb .action-close > span {
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
  position: absolute;
  display: none;
  visibility: hidden;
}
.filter-options .am-labels-folding .item {
  position: relative;
}
.am-collapse-icon {
  position: absolute;
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 50%;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
}
.am-collapse-icon:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 1.2rem;
  margin-top: -.2rem;
  width: 0;
  height: 0;
  border-color: #000 transparent transparent transparent;
  border-style: solid;
  border-width: .5rem .4rem 0 .4rem;
  box-sizing: border-box;
  transition: all .2s linear;
  transform: rotate(-90deg);
}
.am-collapse-icon._active:after {
  transform: rotate(0deg);
}
#amasty-shopby-product-list {
  z-index: 1;
}
#amasty-shopby-product-list .products.wrapper {
  position: relative;
}
#amasty-shopby-product-list #amasty-shopby-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  display: none;
  width: 100%;
  background: #fff;
  opacity: .5;
  z-index: 999;
}
#amasty-shopby-product-list #amasty-shopby-overlay .loader {
  position: absolute;
  top: 10%;
  left: 50%;
  display: block;
  width: 64px;
  height: 64px;
  background-image: url('../../frontend/OM/Desktop/en_US/Amasty_ShopbyLite/images/loader-1.gif');
  transform: translate(-50%, -10%);
}
#amasty-shopby-product-list #amasty-shopby-overlay .loader:before {
  content: '';
}
.amshopby-option-link {
  display: inline-block;
  margin-right: 5px;
  clear: both;
}
.amshopby-option-link img {
  float: left;
  margin: 0 5px 5px 0;
}
.amshopby-option-link img:not([src*="/resized"]) {
  max-width: 30px;
  max-height: 30px;
}
.am_shopby_apply_filters {
  position: fixed;
  bottom: -80px;
  width: 100%;
  transition: all .2s ease;
  z-index: 9999;
}
.am_shopby_apply_filters.visible {
  bottom: 0;
}
.am-show-button {
  margin: 0 auto;
  padding: 15px 0;
  width: 100%;
  text-align: center;
  background: #eeeeee;
  z-index: 999;
}
.am-show-button > .am-items {
  font-size: 15px;
}
.am-show-button > .am-items.-loading {
  display: inline-block;
  margin: 0 5px;
  width: 25px;
  height: 25px;
  background-image: url('../../frontend/OM/Desktop/en_US/Amasty_ShopbyLite/images/loader-1.gif');
  background-size: contain;
  vertical-align: middle;
}
.am-show-button > .am-button {
  margin-left: 15px;
  padding: 17px 50px;
  height: auto;
  border-radius: 5px;
  text-align: center;
  font-size: 14px;
  color: #ffffff;
  line-height: 1;
  background: #ff9416;
  border: 0;
  box-shadow: none;
}
.am-show-button > .am-button:hover {
  background: #e27a00;
  transition: background .3s ease;
}
.filter [data-role="collapsible"]:not([data-collapsible="true"]) [data-role="content"] {
  display: none;
}
div.swatch-option-tooltip {
  z-index: 9999;
}
.swatch-option-tooltip .image,
.swatch-option-tooltip-layered .image {
  background-size: contain !important;
}
.am-item-removed {
  text-decoration: line-through;
}
.am-category-image {
  vertical-align: middle;
}
.am-filter-current .filter-label {
  vertical-align: middle;
}
.am-filter-current .am-filter-value {
  display: inline-block;
  max-width: 100%;
  vertical-align: middle;
}
.am-filter-current .am-filter-value .am-swatch-options .swatch-option {
  margin: 0;
}
.am-filter-current .am-shopby-swatch-label {
  margin-left: 10px;
}
.amshopby-button:not(.primary) {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.1s all ease-in;
  position: relative;
  display: inline-flex;
  box-sizing: border-box;
  padding: 10px;
  box-shadow: none;
  font-weight: 400;
  cursor: pointer;
  pointer-events: auto;
  user-select: none;
}
.amshopby-button:not(.primary):hover,
.amshopby-button:not(.primary):active,
.amshopby-button:not(.primary):focus {
  background: none;
  box-shadow: none;
}
.amshopby-button:not(.primary):before,
.amshopby-button:not(.primary):after {
  transition: 0.1s all ease-in;
}
.amshopby-button:not(.primary).-disabled {
  pointer-events: none;
}
.amshopby-button:not(.primary).-disabled:focus {
  pointer-events: none;
}
.amshopby-button.-clear {
  padding: 0;
  border: none;
  background: transparent;
  box-shadow: none;
  color: initial;
}
.amshopby-button.-clear:active,
.amshopby-button.-clear:hover,
.amshopby-button.-clear:focus {
  border: none;
  background: transparent;
  box-shadow: none;
}
.amshopby-button.-remove:after {
  content: 'x';
  transform: scale(1.5, 1);
}
.amshopby-button.-remove:hover:after {
  color: #1452f2;
}
.modal-popup.custom-promo-popup-modal .modal-header,
.modal-popup.custom-promo-popup-modal .modal-content {
  padding: 0;
}
.modal-popup.custom-promo-popup-modal .action-close {
  padding: 0;
  top: 5px;
  right: 5px;
  z-index: 1;
  border-radius: 0;
  box-shadow: none;
}
.modal-popup.custom-promo-popup-modal .action-close:before {
  color: #000000;
  background: #ffffff;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 100%;
}
.modal-popup.custom-promo-popup-modal .modal-inner-wrap {
  width: 100%;
  margin: 0;
}
.modal-popup.custom-promo-popup-modal .modal-footer {
  padding: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .modal-popup.custom-promo-popup-modal {
    width: 400px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .modal-popup.custom-promo-popup-modal .modal-inner-wrap {
    top: 40%;
  }
  .modal-popup.custom-promo-popup-modal._show .modal-inner-wrap {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media only screen and (min-width: 1024px) {
  .modal-popup.custom-promo-popup-modal.modal-slide .modal-inner-wrap {
    width: auto;
    max-width: 75%;
    top: 40%;
    left: 50%;
    right: auto;
    -webkit-transform: translate(-50%, -40%);
    transform: translate(-50%, -40%);
  }
  .modal-popup.custom-promo-popup-modal.modal-slide .modal-footer {
    text-align: left;
  }
}
.mymodule-customer-index .page-products .products-grid .product-items .product-item .services_buttons {
  width: auto;
  float: right;
}
.mymodule-customer-index .page-products .products-grid .product-items .product-item .services_buttons + a button {
  background: #fff;
  color: #17469e;
  border: 2px solid #161617;
  border-radius: 8px;
  font-size: 15px;
  padding: 0 25px;
  overflow: hidden;
  box-shadow: none !important;
  font-weight: 600;
  height: 45px;
  line-height: 41px;
  text-transform: uppercase;
}
.mymodule-customer-index .page-products .products-grid .product-items .product-item .services_buttons + a button:hover {
  border: 2px solid #17469e;
}
.customer-viewpid .container {
  background: #1745a0;
  border-radius: 10px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  margin-bottom: 30px;
  padding: 20px;
}
.customer-viewpid .container .upperinfo {
  color: #fff;
}
.customer-viewpid .container .upperinfo .left-section {
  width: calc(100% - 205px);
  display: inline-block;
  vertical-align: middle;
}
.customer-viewpid .container .upperinfo .right-section {
  width: 200px;
  display: inline-block;
  vertical-align: middle;
}
.customer-viewpid .container .lower-info {
  text-align: center;
  color: #fff;
  padding-top: 20px;
}
.customer-viewpid .container .lower-info .lower-box {
  border-left: 1px solid #fff;
  padding: 0 20px;
  display: inline-block;
}
.customer-viewpid .container .lower-info .lower-box span {
  display: block;
}
.customer-viewpid .container .lower-info .lower-box:first-child {
  border-left: 0;
}
.customer-viewpid-tab {
  border-radius: 10px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}
.customer-viewpid-tab .service-main .service-item {
  position: relative;
  padding-left: 25px;
}
.customer-viewpid-tab .service-main .service-item p {
  margin-bottom: 0;
}
.customer-viewpid-tab .service-main .service-item .service {
  padding-left: 14px;
}
.customer-viewpid-tab .service-main .service-item .service-block {
  background: #f4f4f4;
  padding: 15px;
  border-radius: 10px;
  margin-bottom: 10px;
}
.customer-viewpid-tab .service-main .service-item .service-date {
  font-weight: 700;
}
.customer-viewpid-tab .service-main .service-item .service-1:before {
  content: '';
  position: absolute;
  left: 6px;
  top: 9px;
  height: calc(100% + 6px);
  width: 4px;
  background: #3875c9;
}
.customer-viewpid-tab .service-main .service-item:after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  background: #3875c9;
  border-radius: 50%;
  left: 0;
  top: 4px;
  text-align: center;
  font-size: 11px;
}
.customer-viewpid-tab .panelcls {
  position: relative;
  border-top: 1px solid #eee;
  padding: 15px 15px;
  margin-bottom: 0px;
  cursor: pointer;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
}
.customer-viewpid-tab .panelcls h4 {
  margin-bottom: 0;
}
.customer-viewpid-tab .concls {
  border: 1px solid #eee;
  padding: 20px 15px;
  border-bottom: 0;
}
.customer-viewpid-tab .concls ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.customer-viewpid-tab .concls .related-accessories {
  display: flex;
}
.customer-viewpid-tab .concls .related-accessories .related-accessory-product {
  width: calc(100%/3);
  display: inline-block;
  margin: 0px 1%;
  border: 1px solid #eee;
  padding: 15px;
  text-align: center;
}
.customer-viewpid-tab .panelcls[aria-selected="false"]:after {
  display: block;
  font-family: 'FontAwesome';
  content: "\f067";
  position: absolute;
  right: 15px;
  top: 13px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: #1745a0;
  text-align: center;
  color: #fff;
  border-radius: 100%;
  overflow: hidden;
}
.customer-viewpid-tab .panelcls[aria-selected="true"]:after {
  display: block;
  font-family: 'FontAwesome';
  content: "\f068";
  position: absolute;
  right: 15px;
  top: 13px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: #1745a0;
  text-align: center;
  color: #fff;
  border-radius: 100%;
  overflow: hidden;
}
.customer-viewpid-tab > div:last-child .panelcls {
  border-bottom: 1px solid #eee;
}
.customer-viewpid-tab > div:last-child .concls {
  border-bottom: 1px solid #eee;
}
.customer-viewpid-tab .concls .dealer-infbox {
  margin-bottom: 15px;
}
.customer-viewpid-tab .concls .dealer-infbox:last-child {
  margin-bottom: 0;
}
.customer-viewpid-tab .concls .dealer-infbox .infoicon {
  display: inline-block;
  vertical-align: top;
  font-size: 20px;
}
.customer-viewpid-tab .concls .dealer-infbox .infoicon-dic {
  display: inline-block;
  vertical-align: top;
  padding-left: 15px;
}
.customer-viewpid-tab .concls .dealer-infbox .infoicon-dic h5 {
  text-transform: uppercase;
  font-size: 17px;
  font-weight: normal;
}
.customer-viewpid-tab .concls .warranty {
  background: #b2e3e0;
  padding: 15px;
  border-radius: 10px;
  margin-bottom: 15px;
}
.customer-viewpid-tab .concls .warranty p:last-child {
  margin-bottom: 0;
}
.customer-viewpid-tab .related-cdd .related-cdd-product .orangecoupon .orangecoupon-inner {
  background: #ffa0a6;
  width: 220px;
  height: 100px;
  text-align: center;
  border-radius: 60px 20px 20px 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  flex-direction: column;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  position: relative;
}
.customer-viewpid-tab .related-cdd .related-cdd-product .orangecoupon .orangecoupon-inner:before {
  content: "";
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 50%;
  left: 25px;
  position: absolute;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}
.customer-viewpid-tab .concls .invoice-documentcls h5 {
  text-transform: uppercase;
  margin-bottom: 15px;
}
.customer-viewpid-tab .concls .invoice-documentcls a {
  margin-right: 10px;
  color: #314252;
  font-size: 16px;
}
.customer-viewpid-tab .concls .invoice-documentcls a:hover {
  color: #17469e;
}
@media only screen and (min-width: 768px) {
  .mymodule-customer-index .page-products .products-grid .product-items .product-item .services_buttons {
    margin-top: 4px;
  }
}
@media only screen and (max-width: 767px) {
  .customer-viewpid .container {
    padding: 20px 10px;
  }
  .customer-viewpid .container .lower-info {
    font-size: 12px;
  }
  .customer-viewpid .container .lower-info .lower-box {
    padding: 0 5px;
  }
  .customer-viewpid .container .lower-info .lower-box:first-child {
    padding-left: 0;
  }
  .customer-viewpid .container .lower-info .lower-box:last-child {
    padding-right: 0;
  }
  .customer-viewpid .container .upperinfo .left-section {
    width: calc(100% - 105px);
  }
  .customer-viewpid .container .upperinfo .left-section p {
    font-size: 13px;
  }
  .customer-viewpid .container .upperinfo .right-section {
    width: 100px;
  }
  .customer-viewpid-tab .panelcls[aria-selected=false]:after {
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
  }
  .customer-viewpid-tab .panelcls[aria-selected=true]:after {
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
  }
  .customer-viewpid-tab .panelcls h4 {
    font-size: 16px;
  }
  .customer-viewpid-tab .concls .dealer-infbox .infoicon-dic h5 {
    font-size: 15px;
  }
  .customer-viewpid-tab .concls .dealer-infbox .infoicon-dic strong {
    font-size: 13px;
  }
  .customer-viewpid-tab .concls .related-accessories {
    flex-wrap: wrap;
  }
  .customer-viewpid-tab .concls .related-accessories .related-accessory-product {
    width: calc(100%/2 - 2%);
    margin-bottom: 2%;
  }
  .mymodule-customer-index .page-products .products-grid .product-items .product-item .services_buttons + a button {
    border-radius: 8px;
    font-size: 12px;
    padding: 0 15px;
    height: 40px;
    line-height: 35px;
    text-transform: uppercase;
    margin-left: 25px;
  }
  .account.mymodule-customer-view .page-wrapper {
    padding-top: 0;
  }
  .customer-viewpid-tab .related-cdd .related-cdd-product .orangecoupon .orangecoupon-inner {
    width: 180px;
    height: 75px;
    padding-left: 20px;
  }
  .customer-viewpid-tab .related-cdd .related-cdd-product .orangecoupon .orangecoupon-inner:before {
    left: 15px;
  }
}
.klarna-payments-method-cell {
  display: table-cell;
  vertical-align: middle;
}
label.klarna-payments-method-cell > span {
  padding-left: 5px;
}
span.klarna-payments-method-cell > img {
  display: block;
}
.mp-stop-scrolling {
  height: 100%;
  overflow: hidden;
}
#mp_scroll_loading {
  display: none;
  height: 100%;
  width: 100%;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.4);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
}
#mp_scroll_loading > div {
  padding-top: 15%;
}
#mp_scroll_loading img {
  max-width: 200px;
}
.cwsMostviewed .title {
  text-align: center;
  margin: 20px 0;
}
.cwsMostviewed .title:after {
  content: '';
  width: 160px;
  border-bottom: 4px double #ccc;
  margin: 0 auto;
  display: block;
}
.cwsMostviewed .title h3 {
  font-size: 3.4rem;
  font-weight: 300;
  text-transform: uppercase;
}
/* Mostviewed Products Simple Grid CSS */
.cwsMostviewed {
  position: relative;
  flex: 0;
  margin-bottom: 25px;
}
.cwsMostviewed .product-item-info {
  width: auto;
}
.cwsMostviewed .products-grid.grid1 .product-item {
  width: 100%;
}
.cwsMostviewed .products-grid.grid2 .product-item {
  width: 50%;
}
.cwsMostviewed .products-grid.grid3 .product-item {
  width: 33.33%;
}
.cwsMostviewed .products-grid.grid4 .product-item {
  width: 25%;
}
.cwsMostviewed .products-grid.grid5 .product-item {
  width: 20%;
}
.cwsMostviewed .products-grid.grid6 .product-item {
  width: 16.66%;
}
.page-layout-1column .mage-mostviewed-slider.products-grid .product-item,
.page-layout-2columns-left .mage-mostviewed-slider.products-grid .product-item,
.page-layout-2columns-right .mage-mostviewed-slider.products-grid .product-item {
  width: 100%;
}
.mage-mostviewed-slider .owl-stage-outer {
  padding: 20px 0 35px 0;
}
.column.main .mage-mostviewed-slider .product-item {
  padding: 5px 18px;
  text-align: center;
}
.mageMostviewedToolbar .pages,
.mageMostviewedToolbar .limiter {
  display: inline-block;
}
.mageMostviewedToolbar .toolbar-amount {
  display: inline !important;
}
.mageMostviewedToolbar {
  border-top: 4px double #ccc;
  padding-top: 20px;
  margin-top: 20px;
}
.mageMostviewedToolbar .pages strong.page,
.mageMostviewedToolbar .pages a.page {
  color: #7d7d7d;
  background: #f0f0f0;
  border: 1px solid #ccc;
  border-radius: 3px;
  -wevkit-border-radius: 3px;
  box-shadow: 0 1px 0 0 #ffffff inset, 0 -1px 0 0 rgba(204, 204, 204, 0.3) inset;
  -webkit-box-shadow: 0 1px 0 0 #ffffff inset, 0 -1px 0 0 rgba(204, 204, 204, 0.3) inset;
  padding: 0 10px;
}
.mageMostviewedToolbar .pages strong.page {
  color: #fff;
  background: #1979c3;
  border: 1px solid #1979c3;
  box-shadow: 0 1px 0 0 #5cb5fa inset, 0 -1px 0 0 #5cb5fa inset;
  -webkit-box-shadow: 0 1px 0 0 #5cb5fa inset, 0 -1px 0 0 #5cb5fa inset;
}
.mageMostviewedToolbar .pages .items {
  margin-left: 325px !important;
}
.mageMostviewedToolbar .pages a:hover.page {
  background: #dedede;
}
.mageMostviewedToolbar .toolbar-amount {
  font-weight: bold;
}
/* ============================================ *
 * Owl Carousel Mostviewed Product Slider
 * ============================================ */
.mage-mostviewed-slider .owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1;
}
.mage-mostviewed-slider .owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.mage-mostviewed-slider .owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.mage-mostviewed-slider .owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.mage-mostviewed-slider .owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.mage-mostviewed-slider .owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
/* Next / Previous Arrow */
.mage-mostviewed-slider .owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  margin-top: -40px;
}
.mage-mostviewed-slider .owl-carousel .owl-nav.disabled,
.mage-mostviewed-slider .owl-carousel .owl-dots.disabled {
  display: none;
}
.mage-mostviewed-slider .owl-carousel .owl-nav .owl-prev,
.mage-mostviewed-slider .owl-carousel .owl-nav .owl-next {
  background: #f0f0f0;
  border: 1px solid #ccc;
  color: #7d7d7d;
  box-shadow: inset 0 1px 0 0 #ffffff, inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
  -webkit-box-shadow: inset 0 1px 0 0 #ffffff, inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
  border-radius: 3px;
  -webkit-border-radius: 3px;
  padding: 0;
  display: inline-block;
  text-decoration: none;
  width: 35px;
  height: 35px;
  overflow: hidden;
  line-height: 35px;
  text-align: center;
  position: absolute;
  text-indent: -9999em;
  text-align: left;
}
.mage-mostviewed-slider .owl-carousel .owl-nav .owl-prev:hover,
.mage-mostviewed-slider .owl-carousel .owl-nav .owl-next:hover {
  background: #f6f6f6;
}
.mage-mostviewed-slider .owl-carousel .owl-nav .owl-next {
  right: 0;
}
.mage-mostviewed-slider .owl-carousel .owl-nav .owl-next:before,
.mage-mostviewed-slider .owl-carousel .owl-nav .owl-prev:before {
  left: 15px;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(0, 0, 0, 0);
  border-left-color: #7d7d7d;
  border-width: 6px;
  margin-top: -6px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.mage-mostviewed-slider .owl-carousel .owl-nav .owl-prev:before {
  border-right-color: #7d7d7d;
  border-left-color: transparent;
  left: 8px;
}
.mage-mostviewed-slider .owl-carousel .owl-nav .owl-prev,
.mage-mostviewed-slider .owl-carousel .owl-nav .owl-next,
.mage-mostviewed-slider .owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* Nav Dots */
.mage-mostviewed-slider .owl-dots {
  text-align: center;
  display: inline-block;
  zoom: 1;
  width: 100%;
}
.mage-mostviewed-slider .owl-dot {
  display: inline-block;
}
.mage-mostviewed-slider .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #ddd;
  display: block;
  border-radius: 30px;
  -webkit-border-radius: 30px;
}
.mage-mostviewed-slider .owl-dot.active span,
.mage-mostviewed-slider .owl-dot:hover span {
  background: #2f2f2f;
}
.mage-mostviewed-slider .owl-carousel.owl-loaded {
  display: block;
}
.mage-mostviewed-slider .owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.mage-mostviewed-slider .owl-carousel.owl-hidden {
  opacity: 0;
}
.mage-mostviewed-slider .owl-carousel.owl-refresh .owl-item {
  display: none;
}
.mage-mostviewed-slider .owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.mage-mostviewed-slider .owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
/* No Js */
.no-js .owl-carousel {
  display: block;
}
/** Owl Carousel - Auto Height Plugin */
.mage-mostviewed-slider .owl-height {
  transition: height 500ms ease-in-out;
}
/** Owl Carousel - Lazy Load Plugin */
.mage-mostviewed-slider .owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}
.mage-mostviewed-slider .owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
/**Add for solve issue for slider design in responsive view **/
.cwsMostviewed .products-grid.grid3 .product-item {
  padding: 10px;
  margin-bottom: 45px;
  text-align: center;
}
.product-item-actions .actions-primary {
  display: inline-block;
}
.product-item-actions .actions-primary + .actions-secondary {
  display: inline-block;
  width: auto;
}
.column.main .mage-mostviewed-slider .product-item {
  padding: 5px 18px;
  text-align: center;
}
.listMostviewed .title h3 {
  font-size: 18px;
  text-align: left;
}
.listMostviewed .title:after {
  display: none;
}
.listMostviewed .toolbar-amount {
  font-size: 1.2rem;
  font-weight: normal;
}
.listMostviewed .pages {
  display: inherit;
  text-align: left;
  clear: both;
}
.listMostviewed .toolbar {
  text-align: left;
  border: none;
}
.listMostviewed .pages .items {
  margin-left: 0 !important;
}
.listMostviewed .pages .item {
  margin: 0;
}
.listMostviewed .pages .items li .page {
  display: none;
}
.listMostviewed .pages .action.next {
  margin-left: 0;
}
@media only screen and (max-width: 1200px) {
  .cwsMostviewed .products-grid.grid6 .product-item {
    width: 20%;
  }
  .column.main .product-items {
    margin-left: 0;
  }
  .cwsMostviewed .toolbar-amount {
    position: absolute;
    top: 60px;
  }
  .cwsMostviewed .products {
    margin: 50px 0 30px 0;
  }
  .listMostviewed .toolbar-amount {
    top: inherit;
    position: inherit;
  }
}
@media only screen and (max-width: 999px) {
  .cwsMostviewed .products-grid.grid5 .product-item,
  .cwsMostviewed .products-grid.grid6 .product-item {
    width: 25%;
  }
  .mageMostviewedToolbar .pages .items {
    margin-left: 220px;
  }
}
@media only screen and (max-width: 768px) {
  .cwsMostviewed .products-grid.grid4 .product-item,
  .cwsMostviewed .products-grid.grid5 .product-item,
  .cwsMostviewed .products-grid.grid6 .product-item {
    width: 33.33%;
  }
  .cwsMostviewed .title {
    text-align: center;
    width: 100%;
    display: inline-block;
    clear: both;
  }
  .mageMostviewedToolbar .pages .items {
    margin-left: 120px;
  }
  .columns {
    display: block;
  }
  .cwsMostviewed .toolbar-amount {
    top: 110px;
  }
  .listMostviewed .pages .items li .page {
    display: block;
  }
  .listMostviewed .pages .items {
    margin: 0;
  }
  .listMostviewed .pages .item {
    margin: 0 8px 0 0;
  }
  .listMostviewed .pages strong.page {
    background: #e5e5e5;
    font-size: 12px;
    padding: 0 5px;
    color: #333;
    border: none;
    border-radius: 0;
    box-shadow: none;
  }
  .listMostviewed .pages a.page,
  .listMostviewed .pages a.page:hover {
    background: none;
    border: none;
    box-shadow: none;
    font-size: 12px;
    padding: 0 5px;
    color: #333;
  }
  .listMostviewed .pages .action.next {
    margin-left: 8px;
  }
}
@media only screen and (max-width: 640px) {
  .cwsMostviewed .products-grid.grid3 .product-item,
  .cwsMostviewed .products-grid.grid4 .product-item,
  .cwsMostviewed .products-grid.grid5 .product-item,
  .cwsMostviewed .products-grid.grid6 .product-item {
    width: 50%;
  }
  .mageMostviewedToolbar .pages .items {
    margin-left: 0 !important;
  }
  .listMostviewed .pages .items {
    margin-left: 0 !important;
  }
  .listMostviewed .pages .item {
    margin: 0 8px 0 0;
  }
  .listMostviewed .pages .items li .page {
    display: block;
  }
  .listMostviewed .pages .action.next {
    margin-left: 0;
  }
  .listMostviewed .pages {
    margin-top: 10px;
  }
  .listMostviewed .pages-item-next {
    position: inherit;
    right: inherit;
  }
}
@media only screen and (max-width: 480px) {
  .mageMostviewedToolbar .pages .items {
    margin-left: 0 !important;
  }
  .cwsMostviewed .title {
    margin-top: 25px 0 0 0;
  }
  .cwsMostviewed .title h3 {
    font-size: 2rem;
  }
  .cwsMostviewed .toolbar-amount {
    top: 95px;
  }
}
/**
 * Mageplaza
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Mageplaza.com license that is
 * available through the world-wide-web at this URL:
 * https://www.mageplaza.com/LICENSE.txt
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 *
 * @category    Mageplaza
 * @package     Mageplaza_Productslider
 * @copyright   Copyright (c) Mageplaza (https://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/LICENSE.txt
 */
.mp-product-slider-content .owl-nav {
  font-size: 80px;
}
.mp-product-slider-content .owl-nav button span {
  color: #D6D6D6;
}
.mp-product-slider-content .owl-nav button span:hover {
  color: #869791;
}
.mp-product-slider-content .owl-nav .owl-prev {
  position: absolute;
  top: 40%;
  left: 0;
  z-index: 999;
  text-shadow: none;
  background: none;
  border: none;
}
.mp-product-slider-content .owl-nav .owl-next {
  position: absolute;
  top: 40%;
  right: 0;
  z-index: 999;
  text-shadow: none;
  background: none;
  border: none;
}
.owl-item li.product-slider {
  width: 100% !important;
}
.mp-product-slider-title {
  font-size: 3.8rem;
  position: relative;
  z-index: 1;
  margin: 0 0 5px;
  text-align: center;
  display: block;
  -webkit-margin-before: 0.83em;
  -webkit-margin-after: 0.83em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
}
.mp-product-slider-block {
  margin: 0 !important;
}
.mp-ps-info {
  font-size: 1.8rem;
  position: relative;
  z-index: 1;
  text-align: center;
  display: block;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
}
.slider-product-item-info {
  width: 80% !important;
}
.slider-product-item-actions {
  margin: 0px;
}
.product.details.slider-product-item-details {
  margin-left: 10px;
}
.mp-ps-info {
  color: #bbbbbb;
  margin: -15px 0px 10px 0px;
}
.mp-product-slider-block .owl-carousel .owl-nav button.owl-prev,
.mp-product-slider-block .owl-carousel .owl-nav button.owl-next {
  font-size: 20px;
}
.iass-spinner {
  text-align: center;
  font-size: 16px;
  color: #333;
  display: block;
}
.ias-noneleft {
  text-align: center;
  color: #333;
  letter-spacing: 0px;
  font-size: 14px;
  font-weight: 400;
}
.iass-spinner img,
.ias-noneleft img {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
}
.iass-spinner,
.ias-noneleft {
  display: inline-block;
  width: 100%;
}
.ias-trigger-next {
  text-align: center;
  cursor: pointer;
  display: inline-block;
  width: 100%;
}
.load-more {
  font-size: 15px;
  border: none;
}
.load-more::hover {
  background: #0491ff;
}
.ias-trigger-prev {
  text-align: center;
  cursor: pointer;
}
.iass-spinner img {
  height: 40px;
  width: 40px;
  margin-bottom: 7px;
}
.yotpo-yotpo-is-enabled .yotpoBottomLine {
  width: 100%;
}
.yotpo-yotpo-is-enabled .yotpo-icon-double-bubble,
.yotpo-yotpo-is-enabled .yotpo-stars {
  margin: 0 5px 0 0 !important;
}
.yotpo-yotpo-is-enabled .thumbnail .yotpo a {
  display: inline-block;
}
.yotpo-yotpo-is-enabled div.yotpo.bottomLine {
  display: inline-block;
  margin: 0 10px 1px 0;
}
.yotpo-yotpo-is-enabled div.yotpo.QABottomLine {
  display: inline-block;
}
.yotpo-yotpo-is-enabled div.yotpo.bottomLine.bottomline-position {
  display: inline-block;
  margin: 0 10px 1px 0;
}
.yotpo-yotpo-is-enabled .product-item .product-item-actions {
  margin-top: 5px !important;
}
.yotpo-yotpo-is-enabled.catalog-category-view.page-products .product-item .product-item-actions,
.yotpo-yotpo-is-enabled.catalog-product-view.page-products .product-item .product-item-actions {
  margin-top: 0 !important;
}
.yotpo-yotpo-is-enabled.catalog-category-view .product-info-main .product-reviews-summary,
.yotpo-yotpo-is-enabled.catalog-product-view .product-info-main .product-reviews-summary {
  width: 100%;
}
.block-category-event {
  background: #f0f0f0;
  color: #333333;
  padding: 10px 0 15px;
  text-align: center;
}
.block-category-event.block:last-child {
  margin-bottom: 10px;
}
.block-category-event .block-title {
  margin: 0 0 10px;
}
.block-category-event .block-title strong {
  font-size: 1.5rem;
  font-weight: 300;
}
.block-category-event .ticker {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.block-category-event .ticker li {
  display: none;
  margin: 0 15px;
}
.block-category-event .ticker .value {
  font-size: 1.8rem;
  font-weight: 300;
}
.block-category-event .ticker .label {
  font-size: 1rem;
  display: block;
  text-transform: lowercase;
}
.block-category-event .dates {
  display: table;
  margin: 0 auto;
}
.block-category-event .dates .start,
.block-category-event .dates .end {
  display: table-cell;
  vertical-align: top;
}
.block-category-event .dates .date {
  font-size: 1.8rem;
}
.block-category-event .dates .time {
  display: block;
}
.block-category-event .dates .start {
  padding-right: 40px;
  position: relative;
}
.block-category-event .dates .start:after {
  font-size: 1.8rem;
  content: '\2013';
  display: block;
  position: absolute;
  right: 15px;
  top: 0;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
*/
.contact-index-index .column:not(.sidebar-main) .form.contact {
  float: none;
  width: 50%;
}
.contact-index-index .column:not(.sidebar-additional) .form.contact {
  float: none;
  width: 50%;
}
.table-wrapper.billing-agreements {
  margin-bottom: 40px;
}
.paypal {
  display: inline-block;
  vertical-align: top;
}
.block-minicart .paypal,
.cart-summary .paypal {
  display: block;
}
.paypal img {
  display: block;
  margin: 5px auto 0;
}
.opc .paypal {
  vertical-align: middle;
}
.paypal.acceptance {
  display: block;
  margin: 0 0 20px;
}
.map-form-addtocart .paypal {
  display: block;
  margin: 10px auto 5px;
}
.cart-summary .paypal + .paypal {
  margin-top: 25px;
}
.paypal-review .actions-toolbar {
  margin-top: 10px;
}
.paypal-review .paypal-review-title {
  padding: 0 0 10px;
}
.paypal-review .paypal-review-title > strong {
  font-size: 2.4rem;
  font-weight: 300;
}
.paypal-review .paypal-review-title .action {
  display: inline-block;
  margin: 12px 0 0 30px;
}
.paypal-review .table-paypal-review-items .col.name {
  padding-top: 16px;
}
.paypal-review .table-paypal-review-items .col.qty {
  text-align: center;
}
.paypal-review .item-options dt {
  display: inline-block;
}
.paypal-review .item-options dt:after {
  content: ': ';
}
.paypal-review .item-options dd {
  margin: 0;
}
.paypal-review-discount {
  border-bottom: 1px solid #cccccc;
  margin: 0 0 40px;
  padding: 10px 0 0;
}
.fotorama-video-container:after {
  background: url(../../frontend/OM/Desktop/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/OM/Desktop/en_US/Magento_ProductVideo/img/gallery-sprite.png) bottom left;
  bottom: 0;
  content: '';
  height: 40px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 10px;
  width: 49px;
}
.product-video {
  bottom: 0;
  height: 75%;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.product-video iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9999;
}
.fotorama__stage__shaft:focus .fotorama__stage__frame.fotorama__active:after {
  bottom: 0;
  content: '';
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 12px;
  width: 100px;
}
.fotorama__product-video--loading:after {
  visibility: hidden;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 780px) and (orientation: landscape) {
  .product-video {
    height: 100%;
    width: 81%;
  }
}
.opc-wrapper .form-discount {
  max-width: 500px;
}
.swatch-attribute-label {
  font-weight: 700;
  position: relative;
}
.swatch-attribute-label.required {
  padding-right: 10px;
}
.swatch-attribute-label[data-required='1']:after {
  color: #e02b27;
  content: '*';
  font-size: 14px;
  font-weight: 700;
  position: absolute;
  right: -11px;
  top: -2px;
}
.swatch-attribute-selected-option {
  color: #646464;
  padding-left: 17px;
}
.swatch-attribute-options {
  margin: 10px 0;
}
.swatch-attribute-options:focus {
  box-shadow: none;
}
.swatch-attribute-options .swatch-option-tooltip-layered .title {
  color: #282828;
  bottom: -5px;
  height: 20px;
  left: 0;
  margin-bottom: 10px;
  position: absolute;
  text-align: center;
  width: 100%;
}
.swatch-attribute.size .swatch-option,
.swatch-attribute.manufacturer .swatch-option {
  background: #f0f0f0;
  color: #949494;
}
.swatch-attribute.size .swatch-option.selected,
.swatch-attribute.manufacturer .swatch-option.selected {
  background: #ffffff;
  border: 1px solid #ffffff;
  color: #000000;
}
.swatch-option {
  border: 1px solid #dadada;
  cursor: pointer;
  float: left;
  height: 20px;
  margin: 0 10px 5px 0;
  max-width: 100%;
  min-width: 30px;
  overflow: hidden;
  padding: 1px 2px;
  position: relative;
  text-align: center;
  text-overflow: ellipsis;
}
.swatch-option:focus {
  box-shadow: 0 0 3px 1px #00699d;
}
.swatch-option.text {
  background: #f0f0f0;
  color: #686868;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  margin-right: 7px;
  min-width: 22px;
  padding: 4px 8px;
}
.swatch-option.text.selected {
  background-color: #ffffff !important;
}
.swatch-option.selected {
  outline: 2px solid #ff5501;
  border: 1px solid #ffffff;
  color: #333333;
}
.swatch-option:not(.disabled):hover {
  border: 1px solid #ffffff;
  color: #333333;
  outline: 1px solid #999999;
}
.swatch-option.image:not(.disabled):hover,
.swatch-option.color:not(.disabled):hover {
  border: 1px solid #ffffff;
  outline: 2px solid #c34000;
}
.swatch-option.disabled {
  box-shadow: unset;
  cursor: default;
  pointer-events: none;
}
.swatch-option.disabled:after {
  background: linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(42%, rgba(255, 255, 255, 0)), color-stop(43%, #ffffff), color-stop(46%, #ffffff), color-stop(47%, #ff5216), color-stop(53%, #ff5216), color-stop(54%, #ffffff), color-stop(57%, #ffffff), color-stop(58%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  bottom: 0;
  content: '';
  filter: 'progid:DXImageTransform.Microsoft.gradient(startColorstr=#00ffffff, endColorstr=#00ffffff, GradientType=1)';
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.swatch-option-disabled {
  border: 0;
  cursor: default;
  outline: none !important;
}
.swatch-option-disabled:after {
  -webkit-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  transform: rotate(-30deg);
  content: '';
  height: 2px;
  left: -4px;
  position: absolute;
  top: 10px;
  width: 42px;
  z-index: 995;
  background: #e02b27;
}
.swatch-option-loading {
  content: url('../../frontend/OM/Desktop/en_US/images/loader-2.gif');
}
.swatch-option-tooltip {
  border: 1px solid #dadada;
  color: #949494;
  display: none;
  max-height: 100%;
  min-height: 20px;
  min-width: 20px;
  padding: 5px;
  position: absolute;
  text-align: center;
  z-index: 999;
  background: #ffffff;
}
.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 {
  border: 1px solid #dadada;
  color: #949494;
  background: #ffffff;
  display: none;
  left: -47px;
  position: absolute;
  width: 140px;
  z-index: 999;
}
.swatch-option-tooltip .title {
  color: #282828;
  display: block;
  max-height: 200px;
  min-height: 20px;
  overflow: hidden;
  text-align: center;
}
.swatch-option-link-layered {
  margin: 0 !important;
  padding: 0 !important;
  position: relative;
}
.swatch-option-link-layered:focus > div {
  box-shadow: 0 0 3px 1px #00699d;
}
.swatch-option-link-layered:hover > .swatch-option-tooltip-layered {
  display: block;
}
.swatch-opt {
  margin: 20px 0;
}
.swatch-opt-listing {
  margin-bottom: 10px;
}
.swatch-more {
  display: inline-block;
  margin: 2px 0;
  padding: 2px;
  position: static;
  z-index: 1;
}
.swatch-visual-tooltip-layered {
  height: 160px;
  top: -170px;
}
.swatch-textual-tooltip-layered {
  height: 30px;
  top: -40px;
}
.swatch-input {
  left: -1000px;
  position: absolute;
  visibility: hidden;
}
.clearfix:after {
  clear: both;
  content: '';
  display: block;
  height: 0;
  visibility: hidden;
}
.minilist .weee {
  display: table-row;
  font-size: 1.1rem;
}
.minilist .weee:before {
  display: none;
}
.price-container.weee:before {
  display: none;
}
/*======================Custom Css for login pop-up======================*/
.ajax-login-form .mobile-modal-content {
  font-family: "DINPRo-Regular";
  height: auto;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
}
.ajax-login-form .mobile-modal-content .closediv {
  width: 20px;
  height: 20px;
  text-align: center;
  top: -15px;
  right: -15px;
}
.ajax-login-form .mobile-modal-content .closediv .close {
  display: inline-block;
  vertical-align: top;
  padding: 0;
  width: 20px;
  height: 20px;
  background-position: -65px -7px;
  position: static;
}
.ajax-login-form .mobile-modal-content .ajax-login-conten {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: -15px 0 10px;
}
.ajax-login-form .mobile-modal-content .ajax-login-conten .page_title {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  text-align: center;
}
.ajax-login-form .mobile-modal-content .ajax-login-conten .page_title .txthead {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  font-size: 28px;
  letter-spacing: 1px;
  text-transform: capitalize;
  font-weight: normal;
  font-variant-caps: normal;
  color: #0041C0;
  font-family: "DINPro-Bold";
  line-height: 40px;
}
.ajax-login-form .mobile-modal-content .ajax-login-conten .page_title .txtp {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 10px 0;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0.5px;
  text-transform: none;
  font-variant-caps: normal;
  color: #282828;
  font-family: "DINPro-Medium";
  line-height: 28px;
}
.ajax-login-form .mobile-modal-content #ajaxotplogin {
  font-family: "DINPro-Regular";
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.ajax-login-form .mobile-modal-content #ajaxotplogin .login-window {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.ajax-login-form .mobile-modal-content #ajaxotplogin .login-window .loginotpmobileget {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.ajax-login-form .mobile-modal-content #ajaxotplogin .login-window .otp-content {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 10px auto;
  padding: 0 20px;
  box-sizing: border-box;
}
.ajax-login-form .mobile-modal-content #ajaxotplogin .login-window .otp-content .selected-dial-code {
  font-size: 12px;
  text-align: left;
}
.ajax-login-form .mobile-modal-content #ajaxotplogin .login-window .otp-content input {
  font-weight: normal;
  font-family: "DINPro-Medium";
  font-size: 13px;
  letter-spacing: 0.5px;
}
.ajax-login-form .mobile-modal-content #ajaxotplogin .login-window .otp-content input#loginotpmob {
  padding-left: 84px !important;
}
.ajax-login-form .mobile-modal-content #ajaxotplogin .login-window .otp-content input#logintotp {
  text-align: center;
  padding: 0 10px;
}
.ajax-login-form .mobile-modal-content #ajaxotplogin .login-window #notice {
  margin: 10px 0 !important;
  text-align: center;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  color: #282828;
  letter-spacing: 0.5px;
  font-size: 11px;
  line-height: 18px;
}
.ajax-login-form .mobile-modal-content #ajaxotplogin .login-window .info span.title {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  font-size: 16px;
  line-height: 28px;
  font-family: "DINPro-Medium";
  color: #282828;
  letter-spacing: 0.5px;
  text-transform: none;
  font-weight: normal;
}
.ajax-login-form .mobile-modal-content #ajaxotplogin .login-window .info p {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 10px 0;
  color: #282828;
  letter-spacing: 0.5px;
  font-size: 11px;
  line-height: 18px;
  font-weight: normal;
}
.ajax-login-form .mobile-modal-content #ajaxotplogin .login-window .model-bottom {
  margin: 10px 0 0;
}
.ajax-login-form .mobile-modal-content #ajaxotplogin .login-window .model-bottom .submitbtnajax {
  display: inline-block;
  width: auto;
  vertical-align: top;
}
.ajax-login-form .mobile-modal-content #ajaxotplogin .login-window .model-bottom .mobbtn {
  border-radius: 6px;
  box-shadow: none;
  height: 40px;
  text-transform: uppercase;
  padding: 0;
  font-size: 13px !important;
  background: #0041C0 !important;
  color: #fff;
  letter-spacing: 1px;
  font-weight: normal;
  font-family: 'DINPro-Medium';
  border: none;
  line-height: 40px;
  display: inline-block;
  width: 150px;
  vertical-align: top;
  max-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: 10px;
  vertical-align: top;
}
.column .block-addbysku .fieldset .fields .actions-toolbar {
  position: absolute;
  right: 0;
  top: 7px;
}
.column .block-addbysku .sku {
  margin-right: -155px;
  padding-right: 160px;
  width: 100%;
}
.column .block-addbysku .qty .qty + .mage-error {
  width: 80px;
}
.column .block-addbysku .block-content .actions-toolbar {
  clear: both;
  margin: 0 0 20px;
  text-align: left;
}
.column .block-addbysku .block-content .actions-toolbar:before,
.column .block-addbysku .block-content .actions-toolbar:after {
  content: '';
  display: table;
}
.column .block-addbysku .block-content .actions-toolbar:after {
  clear: both;
}
.column .block-addbysku .block-content .actions-toolbar .primary {
  float: left;
}
.column .block-addbysku .block-content .actions-toolbar .primary,
.column .block-addbysku .block-content .actions-toolbar .secondary {
  display: inline-block;
}
.column .block-addbysku .block-content .actions-toolbar .primary a.action,
.column .block-addbysku .block-content .actions-toolbar .secondary a.action {
  display: inline-block;
}
.column .block-addbysku .block-content .actions-toolbar .primary .action {
  margin: 0 15px 0 0;
}
.column .block-addbysku .block-content .actions-toolbar .secondary a.action {
  margin-top: 6px;
}
.column .block-addbysku .block-content .actions-toolbar .primary,
.column .block-addbysku .block-content .actions-toolbar .secondary {
  display: block;
  float: none;
}
.column .block-addbysku .block-content .actions-toolbar > .secondary {
  text-align: left;
}
.column .block-addbysku .action.add {
  display: inline-block;
  text-decoration: none;
  line-height: normal;
  padding: 4px;
  width: auto;
}
.column .block-addbysku .action.add > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.column .block-addbysku .action.add:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  line-height: inherit;
  color: inherit;
  content: '\e61c';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.column .block-addbysku .action.add:hover:before {
  color: inherit;
}
.column .block-addbysku .action.add:active:before {
  color: inherit;
}
.column .block-addbysku .reset {
  margin: 7px 0;
}
.column .block-addbysku .note {
  display: block;
  margin: 0 0 20px;
  padding-top: 10px;
}
.block-cart-failed {
  margin: 40px 0;
}
.block-cart-failed .block-title {
  font-size: 2.6rem;
}
.block-cart-failed .block-title strong {
  font-weight: 300;
}
.block-cart-failed .actions {
  text-align: center;
}
.block-cart-failed .actions .action {
  display: block;
  margin: 0 auto 10px;
}
.catalogsearch-advanced-result .message.error {
  margin-top: -60px;
}
.bundle-actions {
  margin: 0 0 30px;
}
.bundle-options-container {
  clear: both;
  margin-bottom: 40px;
}
.bundle-options-container .legend.title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
  border: 0;
  padding: 0;
}
.bundle-options-container .product-add-form {
  display: none;
}
.bundle-options-container .product-options-wrapper {
  margin-bottom: 30px;
}
.bundle-options-container .product-options-wrapper .fieldset > .field {
  border-top: 1px #e4e4e4 solid;
  padding-top: 20px;
}
.bundle-options-container .product-options-wrapper .fieldset > .field:first-of-type {
  border-top: 0;
  padding-top: 0;
}
.bundle-options-container .product-options-wrapper .field.choice input {
  float: left;
  margin-top: 4px;
}
.bundle-options-container .product-options-wrapper .field.choice .label {
  display: block;
  margin-left: 24px;
}
.bundle-options-container .product-options-wrapper .field.choice .price-excluding-tax {
  display: inline-block;
}
.bundle-options-container .action.back {
  margin-bottom: 30px;
}
.bundle-options-container .block-bundle-summary > .title {
  margin-bottom: 15px;
}
.bundle-options-container .block-bundle-summary > .title > strong {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.bundle-options-container .block-bundle-summary > .title,
.bundle-options-container .block-bundle-summary .bundle-summary .subtitle {
  border-bottom: 1px #e4e4e4 solid;
  margin-bottom: 25px;
  padding-bottom: 16px;
}
.bundle-options-container .block-bundle-summary .price-box {
  margin-bottom: 20px;
}
.bundle-options-container .block-bundle-summary .price-box .price-label {
  display: block;
  margin-bottom: 5px;
}
.bundle-options-container .block-bundle-summary .bundle-summary {
  margin-top: 30px;
}
.bundle-options-container .block-bundle-summary .bundle-summary.empty {
  display: none;
}
.bundle-options-container .block-bundle-summary .bundle-summary > .subtitle {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
  display: block;
}
.bundle-options-container .block-bundle-summary .bundle.items > li {
  margin-bottom: 20px;
}
.bundle-options-container .block-bundle-summary .product-addto-links {
  text-align: center;
}
.bundle-options-container .block-bundle-summary .product-addto-links > .action {
  margin-right: 5%;
}
.bundle-options-container .block-bundle-summary .product-addto-links > .action.tocompare:before {
  content: '\e61e';
}
.bundle-options-container p.required {
  color: #e02b27;
}
.bundle-options-container .nested .field.qty {
  margin: 0 0 20px;
  margin-top: 20px;
}
.bundle-options-container .nested .field.qty > .label {
  margin: 0 0 8px;
  display: inline-block;
}
.bundle-options-container .nested .field.qty .label {
  font-weight: 600;
}
.bundle-options-container .nested .field.qty:last-child {
  margin-bottom: 0;
}
.bundle-options-container .price {
  font-weight: 600;
}
.bundle-options-container .product-options-bottom {
  border-top: 1px solid #cccccc;
  clear: left;
  margin: 0 0 40px;
  padding-top: 20px;
}
.products {
  margin: 30px 0;
}
.product-items {
  font-size: 0;
}
.product-item {
  font-size: 1.4rem;
  vertical-align: top;
}
.products-grid .product-item {
  display: inline-block;
  margin-left: 2%;
  padding: 0;
  width: calc((100% - 2%) / 2);
}
.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: 5px 0;
  word-wrap: break-word;
}
.product-item-info {
  max-width: 100%;
  width: 152px;
}
.page-products .product-item-info {
  width: 240px;
}
.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 {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
}
.product-item-actions .actions-secondary > button.action:focus,
.product-item-actions .actions-secondary > button.action:active {
  background: none;
  border: none;
}
.product-item-actions .actions-secondary > button.action:hover {
  background: none;
  border: none;
}
.product-item-actions .actions-secondary > button.action.disabled,
.product-item-actions .actions-secondary > button.action[disabled],
fieldset[disabled] .product-item-actions .actions-secondary > button.action {
  pointer-events: none;
  opacity: 0.5;
}
.product-item-actions .actions-secondary > .action {
  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: 25px 0;
}
.product-item .product-reviews-summary .rating-summary {
  margin: 0 4px 0 0;
}
.product-item .product-reviews-summary .reviews-actions {
  font-size: 12px;
  margin-top: 5px;
}
.product-item .price-box {
  margin: 10px 0 25px;
}
.product-item .price-box .price {
  font-size: 1.4rem;
  font-weight: 700;
  white-space: nowrap;
}
.product-item .price-box .price-label {
  font-size: 12px;
}
.product-item .price-box .price-label:after {
  content: ':';
}
.product-item .special-price .price,
.product-item .minimal-price .price {
  font-size: 1.4rem;
  font-weight: 700;
}
.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: #006bb4;
  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 .tocart {
  white-space: nowrap;
}
.price-container .price {
  font-size: 1.4rem;
}
.price-container .price-including-tax + .price-excluding-tax,
.price-container .weee {
  margin-top: 5px;
}
.price-container .price-including-tax + .price-excluding-tax,
.price-container .weee,
.price-container .price-including-tax + .price-excluding-tax .price,
.price-container .weee .price,
.price-container .weee + .price-excluding-tax:before,
.price-container .weee + .price-excluding-tax .price {
  font-size: 1.1rem;
}
.price-container .weee:before {
  content: '(' attr(data-label) ': ';
}
.price-container .weee:after {
  content: ')';
}
.price-container .weee + .price-excluding-tax:before {
  content: attr(data-label) ': ';
}
.products-list .product-item {
  display: table;
  width: 100%;
}
.products-list .product-item-info {
  display: table-row;
}
.products-list .product-item-photo {
  display: table-cell;
  padding: 0 30px 30px 0;
  vertical-align: top;
  width: 1%;
}
.products-list .product-item-details {
  display: table-cell;
  vertical-align: top;
}
.page-products .columns {
  position: relative;
  z-index: 1;
}
.toolbar-amount {
  display: inline-block;
  line-height: 32px;
  margin: 0;
  padding: 0 15px;
  vertical-align: middle;
}
.products.wrapper ~ .toolbar .toolbar-amount {
  display: none;
}
.toolbar-amount .hide {
  display: none;
}
.toolbar-products {
  margin: 0 0 5px;
  text-align: left;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding: 10px;
  box-sizing: border-box;
  box-shadow: 0px 6px 22px rgba(0, 0, 0, 0.14);
  border-radius: 6px;
}
.toolbar-products .pages {
  display: none;
}
.products.wrapper ~ .toolbar-products .pages {
  display: block;
}
.toolbar-products .limiter .control {
  display: inline-block;
}
.sorter {
  padding: 0;
  float: left;
  width: auto;
}
.sorter .sorter-label {
  display: inline-block;
  width: auto;
  vertical-align: top;
  line-height: 32px;
  font-size: 13px;
  letter-spacing: 0.5px;
  font-family: 'DINPro-Medium';
}
.products.wrapper ~ .toolbar .sorter {
  display: none;
}
.sorter .sorter-action {
  position: relative;
  top: 0;
  display: none;
}
.sorter .sorter-action:before {
  font-size: 18px;
}
.sorter-options {
  margin: 0 0 0 5px;
  width: auto;
  display: inline-block;
  padding: 0 30px 0 10px;
  font-size: 12px;
  letter-spacing: 0.5px;
  border-radius: 5px;
}
.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: #757575;
  content: '\e613';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.sorter-action:hover:before {
  color: #333333;
}
.sorter .sort-desc:before {
  content: '\e614';
}
.modes {
  display: none;
}
.limiter-options {
  margin: 0 5px 0 7px;
  width: auto;
}
.limiter-label {
  font-weight: 400;
}
.page-products .toolbar .limiter {
  display: none;
}
.catalog-product-view .breadcrumbs .items li.item > span {
  color: #0041c0;
}
.catalog-product-view .product.media {
  position: relative;
  transition: all 2s ease 0s;
}
.catalog-product-view .product.media .gallery-placeholder .fotorama__arr {
  background: transparent !important;
}
.catalog-product-view .product.media .gallery-placeholder .fotorama__thumb__arr {
  background-color: rgba(255, 255, 255, 0.6);
}
.catalog-product-view .product.media .gallery-placeholder .fotorama__arr--next {
  right: 0 !important;
}
.catalog-product-view .product.media .gallery-placeholder .fotorama {
  overflow: visible;
}
.catalog-product-view .product.media .gallery-placeholder .fotorama__stage {
  width: calc((100% - 90px)) !important;
  border: none;
  border-radius: 10px;
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.5);
  margin: 0;
  padding: 62px 0px 55px;
  box-sizing: border-box;
}
.catalog-product-view .product.media .gallery-placeholder .fotorama__nav--thumbs .fotorama__nav__shaft .fotorama__thumb-border {
  display: none;
}
.catalog-product-view .product.media .gallery-placeholder .fotorama__nav--thumbs .fotorama__nav__shaft .fotorama__nav__frame .fotorama__thumb {
  background: none;
  box-sizing: border-box;
  padding: 4px 8px 4px 4px;
  overflow: visible;
}
.catalog-product-view .product.media .gallery-placeholder .fotorama__nav--thumbs .fotorama__nav__shaft .fotorama__nav__frame .fotorama__thumb img {
  border-radius: 10px;
  border: 1px solid #E8E8E8 !important;
  box-shadow: 0pt 3pt 6pt rgba(0, 0, 0, 0.1);
  position: static;
  display: inline-block;
  transform: none;
  -webkit-transform: none;
  vertical-align: top;
}
.catalog-product-view .product.media .gallery-placeholder .fotorama__nav--thumbs .fotorama__nav__shaft .fotorama__nav__frame.fotorama__active .fotorama__thumb img {
  border-color: #003DB6 !important;
}
.catalog-product-view .product.media .gallery-placeholder .fotorama__nav--thumbs::before {
  display: none;
}
.catalog-product-view .product.media .gallery-placeholder .fotorama__nav--thumbs::after {
  display: none;
}
.catalog-product-view .product.media .companyname {
  position: absolute;
  left: 106px;
  top: 5px;
  display: inline-block;
  width: auto;
  color: #fff;
  line-height: 32px;
  height: auto;
  text-align: center;
  z-index: 1;
}
.catalog-product-view .product.media .companyname img {
  display: inline-block;
  width: auto;
  max-height: 40px;
  vertical-align: top;
}
.catalog-product-view .product.media .companyname.tag-2 {
  top: 47px;
}
.catalog-product-view .product.media .companyname.tag-2 + .discount-container {
  /*top: 90px;*/
}
.catalog-product-view .product.media .companyname.tag-3 {
  top: 89px;
}
.catalog-product-view .product.media .companyname.tag-3 + .discount-container {
  top: 130px;
}
.catalog-product-view .product.media .companyname.-extended-warranty,
.catalog-product-view .product.media .companyname.extended-warranty {
  top: 0;
  left: auto;
  right: 14px;
}
.catalog-product-view .product.media .companyname.-extended-warranty img,
.catalog-product-view .product.media .companyname.extended-warranty img {
  max-height: 60px;
}
.catalog-product-view .product.media .companyname.-extended-warranty ~ .pwc-content-wrapper .action.towishlist,
.catalog-product-view .product.media .companyname.extended-warranty ~ .pwc-content-wrapper .action.towishlist {
  top: 42px;
}
.catalog-product-view .product.media .discount-container {
  position: absolute;
  left: 122px;
  top: 34px;
  font-size: 12px;
  color: #0041C0;
  font-family: 'DINPro-Bold';
  z-index: 1;
}
.catalog-product-view .product-info-main .page-title-wrapper {
  width: 80%;
  display: inline-block;
}
.catalog-product-view .product-info-main .page-title-wrapper .page-title {
  font-weight: normal;
  letter-spacing: 0.5px;
  color: #282828;
  font-size: 18px;
  font-family: 'DINPro-Bold';
  margin-top: -5px;
  margin-bottom: 0px;
}
.catalog-product-view .product-info-main .share-dialog {
  float: right;
  margin-right: 20px;
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .catalog-product-view .product-info-main .share-dialog {
    margin-right: 5px;
  }
}
.catalog-product-view .product-info-main .share-dialog .share {
  font-size: 0px;
  padding: 12px;
  background: url(../../frontend/OM/Desktop/en_US/images/pdp-share.svg) no-repeat center;
  background-size: 20px;
  vertical-align: top;
  cursor: pointer;
}
.catalog-product-view .product-info-main .share-dialog .share svg {
  display: none;
}
.catalog-product-view .product-info-main .share-dialog ul {
  display: none;
  padding: 0px;
  padding: 10px 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.14);
  position: absolute;
  width: 150px;
  right: -10px;
  top: 35px;
  margin: 0px;
  background: #fff;
  text-align: center;
  height: 24px;
}
.catalog-product-view .product-info-main .share-dialog ul li {
  list-style: none;
  display: inline-block;
  margin: 0px;
  padding: 0px 5px;
}
.catalog-product-view .product-info-main .share-dialog ul li a {
  display: inline-block;
  width: 100%;
}
.catalog-product-view .product-info-main .share-dialog ul li a img {
  max-width: 24px;
}
.catalog-product-view .product-info-main .share-dialog ul.active {
  display: flex !important;
  width: auto;
}
.catalog-product-view .product-info-main .share-dialog ul::before {
  content: '';
  display: inline-block;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #fff;
  position: absolute;
  right: 7px;
  top: -7px;
  transform: rotate(180deg);
}
.catalog-product-view .product-info-main .full-title {
  display: inline-block;
  width: 100%;
  max-width: 80%;
  font-size: 14px;
  line-height: 16px;
  color: #707070;
}
.catalog-product-view .product-info-main a.action.towishlist {
  float: right;
  font-size: 0px;
  padding: 0px 14px;
  background: url(../../frontend/OM/Desktop/en_US/images/pdp-wishlist.svg) no-repeat center;
  background-size: 24px;
}
.catalog-product-view .product-info-main .product-reviews-summary {
  display: none;
}
.catalog-product-view .product-info-main .product-info-price .price-box .price {
  font-size: 26px;
  margin: 0px;
  font-weight: normal;
  font-family: 'DINPro-Bold';
  color: #0041c0;
  letter-spacing: 0.5px;
  line-height: 20px;
}
.catalog-product-view .product-info-main .product-info-price .price-box .special-price,
.catalog-product-view .product-info-main .product-info-price .price-box .normal-price {
  display: inline-block;
  margin: 0px;
}
.catalog-product-view .product-info-main .product-info-price .price-box .special-price .price-label,
.catalog-product-view .product-info-main .product-info-price .price-box .normal-price .price-label {
  display: none;
}
.catalog-product-view .product-info-main .product-info-price .price-box .special-price .price,
.catalog-product-view .product-info-main .product-info-price .price-box .normal-price .price {
  font-size: 26px;
  margin: 0px;
  font-weight: normal;
  font-family: 'DINPro-Bold';
  color: #0041c0;
  letter-spacing: 0.5px;
  line-height: 20px;
}
.catalog-product-view .product-info-main .product-info-price .price-box .old-price .price-label {
  display: none;
}
.catalog-product-view .product-info-main .product-info-price .price-box .old-price .price {
  font-size: 15px;
  font-family: 'DINPro-Regular';
  color: #919191;
  font-weight: normal;
}
.catalog-product-view .product-info-main .product-info-price .price-box span.save-price {
  font-size: 18px;
  font-family: 'DINPro-Regular';
  color: #000;
  font-weight: normal;
  display: inline-block;
  padding-left: 3px;
}
.catalog-product-view .product-info-main .product-info-price .price-box span.save-price strong {
  font-size: 20px;
  font-weight: normal;
  font-family: 'DINPro-Bold';
}
.catalog-product-view .product-info-main .product-info-price .price-box span.mrp-incl {
  display: inline-block;
  width: 100%;
  color: #2A2A2A;
  font-size: 14px;
}
.catalog-product-view .product-info-main .product-info-price .stock {
  display: none;
}
.catalog-product-view .product-info-main .product-info-price .product.attribute.sku {
  font-size: 14px;
  color: #838383;
}
.catalog-product-view .product-info-main .product-info-price .product.attribute.sku .type {
  font-weight: normal;
  display: none;
}
.catalog-product-view .product-info-main .box-tocart .field.qty {
  display: none;
}
.catalog-product-view .product-info-main h3.pr-title {
  font-size: 20px;
  color: #000000;
  border-bottom: 1px solid #cfcfcf;
  padding-bottom: 10px;
  font-weight: normal;
  margin: 20px 0px 15px;
  text-transform: capitalize;
}
.catalog-product-view .product-info-main div#product-options-wrapper .swatch-opt {
  margin: 0px;
}
.catalog-product-view .product-info-main div#product-options-wrapper .swatch-opt .swatch-attribute {
  padding-top: 15px;
}
.catalog-product-view .product-info-main div#product-options-wrapper .swatch-opt .swatch-attribute .swatch-attribute-label {
  font-size: 20px;
  color: #000000;
  padding-bottom: 10px;
  font-weight: normal;
  margin: 0px;
  display: inline-block;
}
.catalog-product-view .product-info-main div#product-options-wrapper .swatch-opt .swatch-attribute .swatch-attribute-selected-option {
  color: #0041c0;
}
.catalog-product-view .product-info-main div#product-options-wrapper .swatch-opt .swatch-attribute .swatch-attribute-options {
  margin: 0px;
  border-top: 1px solid #cfcfcf;
  padding-top: 15px;
}
.catalog-product-view .product-info-main div#product-options-wrapper .swatch-opt .swatch-attribute .swatch-attribute-options .swatch-option {
  border-radius: 5px;
}
.catalog-product-view .product-info-main div#product-options-wrapper .swatch-opt .swatch-attribute .swatch-attribute-options .swatch-option.selected {
  outline: 1px solid #0041c0;
}
.catalog-product-view .product-info-main div#product-options-wrapper .swatch-opt .swatch-attribute.color .swatch-option {
  height: 40px;
}
.catalog-product-view .product-info-main .offers-section .pr-title span {
  color: #d0d0d0;
  font-size: 14px;
  font-weight: normal;
}
.catalog-product-view .product-info-main .offers-section .offer-row {
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #cfcfcf;
  box-sizing: border-box;
}
.catalog-product-view .product-info-main .offers-section .offer-row h4 {
  font-family: 'DINPro-Bold';
  color: #000000;
  margin: 0px;
  font-weight: normal;
}
.catalog-product-view .product-info-main .offers-section .offer-row p,
.catalog-product-view .product-info-main .offers-section .offer-row a {
  max-width: 270px;
  line-height: 15px;
  margin: 0px;
  font-size: 13px;
  color: #000000;
}
.catalog-product-view .product-info-main .offers-section .offer-row a {
  text-decoration: underline;
  color: #00A0C6;
}
.catalog-product-view .product-info-main .highlights-section {
  background: #F5F5F5;
  color: #222222;
  padding: 20px;
  border-radius: 10px;
  margin-top: 20px;
}
.catalog-product-view .product-info-main .highlights-section h3.pr-title {
  margin: 0px;
  border: 0px;
  color: #000;
  font-size: 16px;
  font-family: 'DINPro-Medium';
}
.catalog-product-view .product-info-main .highlights-section .min-height-div {
  min-height: 168px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  transition: all 1s ease 0s;
  max-height: 168px;
}
.catalog-product-view .product-info-main .highlights-section .min-height-div ul.highl-sec {
  padding: 0px;
  margin: 0px;
}
.catalog-product-view .product-info-main .highlights-section .min-height-div ul.highl-sec li {
  margin: 0px;
  list-style: none;
  padding-left: 15px;
  background: url(../../frontend/OM/Desktop/en_US/images/h-li-bg.svg) no-repeat left 9px;
  background-size: 6px;
}
.catalog-product-view .product-info-main .highlights-section .min-height-div ul.highl-sec li p {
  margin: 0px;
}
.catalog-product-view .product-info-main .highlights-section .min-height-div.active {
  max-height: unset;
}
.catalog-product-view .product-info-main .highlights-section .show-more {
  display: inline-block;
  width: 100%;
}
.catalog-product-view .product-info-main .highlights-section .show-more a {
  border: 1px solid #0041C0;
  color: #0041C0;
  border-radius: 10px;
  padding: 5px 20px;
  font-family: 'DINPro-Medium';
  display: inline-block;
  box-shadow: 10pt 10pt 30pt rgba(0, 0, 0, 0.17);
  margin: 10px 0px 0px;
}
.catalog-product-view .product-info-main .highlights-section .show-more a:hover {
  text-decoration: none;
}
.catalog-product-view .product-info-main .highlights-section .show-more.hide {
  display: none;
}
.catalog-product-view .product-info-main .choose-option-section ul.choose-option {
  padding: 0px;
  display: flex;
  justify-content: start;
}
.catalog-product-view .product-info-main .choose-option-section ul.choose-option li {
  width: 50%;
  box-sizing: border-box;
  list-style: none;
}
.catalog-product-view .product-info-main .choose-option-section ul.choose-option li a {
  border-radius: 10px;
  padding: 10px 10px;
  width: 100%;
  font-size: 14px;
  font-family: 'DINPro-Regular';
  color: #000;
  box-shadow: 10pt 10pt 30pt rgba(0, 0, 0, 0.14);
  border: 1px solid #DFDFDF;
  text-align: center;
  box-sizing: border-box;
  display: inline-block;
}
.catalog-product-view .product-info-main .choose-option-section ul.choose-option li a:hover {
  text-decoration: none;
}
.catalog-product-view .product-info-main .choose-option-section ul.choose-option li a.selected-product {
  background: #ececec;
  cursor: default;
  pointer-events: none;
  border-color: #0041c0;
}
.catalog-product-view .product-info-main .choose-option-section ul.choose-option li a.active {
  border-color: #003DB6;
}
.catalog-product-view .product-info-main .choose-option-section ul.choose-option li:first-child {
  padding-right: 2%;
}
.catalog-product-view .product-info-main .choose-option-section ul.choose-option li:last-child {
  padding-left: 2%;
}
.catalog-product-view .product-info-main .delivery-section .availability-form {
  vertical-align: top;
  display: inline-block;
  width: 100%;
}
.catalog-product-view .product-info-main .delivery-section .availability-form h3.pr-title {
  margin-top: 0px;
}
.catalog-product-view .product-info-main .delivery-section .availability-form input {
  border-radius: 10px;
  padding: 10px 10px;
  width: auto;
  font-size: 14px;
  background-image: none !important;
  font-family: 'DINPro-Regular';
  color: #000;
  height: 40px;
  box-shadow: 10pt 10pt 30pt rgba(0, 0, 0, 0.1);
  width: 200px;
}
@media only screen and (max-width: 1199px) {
  .catalog-product-view .product-info-main .delivery-section .availability-form input {
    width: 180px;
  }
}
.catalog-product-view .product-info-main .delivery-section .availability-form button.action.primary {
  background: #0041C0;
  color: #fff;
  border-radius: 10px;
  height: 40px;
  width: 100px;
  font-weight: normal;
  font-size: 13px;
  position: relative;
  top: -2px;
  margin-left: 10px;
  font-family: "DINPro-Medium";
}
.catalog-product-view .product-info-main .delivery-section .availability-form .success-row {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  color: green;
}
.catalog-product-view .product-info-main .delivery-section .availability-form .success-row span.pincode-right {
  margin-right: 10px;
}
.catalog-product-view .product-info-main .delivery-section .availability-form .error-row {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  color: red;
}
.catalog-product-view .product-info-main .delivery-section .availability-form .error-row span.pincode-wrong {
  margin-right: 10px;
}
.catalog-product-view .product-info-main .delivery-section p {
  font-weight: normal;
  font-size: 11px;
  line-height: 16px;
  color: #000;
  margin: 10px 0px 0px;
  font-family: "DINPro-Medium";
}
.catalog-product-view .product-info-main .delivery-section p strong {
  display: inline-block;
  width: 100%;
  font-weight: normal;
  font-family: "DINPro-Medium";
  font-size: 12px;
}
.catalog-product-view .product-info-main .delivery-section p a {
  color: #00A0C6;
  font-weight: normal;
  display: inline-block;
  width: 100%;
  font-family: "DINPro-Regular";
}
.catalog-product-view .offer-popup .popup-box .main-content {
  background: #ffffff;
  min-height: 300px;
  max-width: 740px;
  width: 100%;
  border-radius: 15px;
  margin: 20px auto 0px;
}
.catalog-product-view .offer-popup .popup-box .main-content .closediv {
  right: 0px;
  top: 6px;
}
.catalog-product-view .offer-popup .popup-box .main-content .popup-heading {
  color: #232323;
  font-size: 16px;
  font-family: 'DINPro-Bold';
  text-align: center;
  margin: 20px 0px 0px;
  display: inline-block;
  width: 100%;
}
.catalog-product-view .offer-popup .popup-box .main-content .popup-content {
  padding: 10px 15px 15px;
  font-size: 14px;
  color: #232323;
  box-sizing: border-box;
}
.catalog-product-view .offer-popup .popup-box .main-content .popup-content .card-details {
  position: relative;
}
.catalog-product-view .offer-popup .popup-box .main-content .popup-content .card-details .card-title-container {
  display: inline-block;
  width: 250px;
  text-align: center;
  background: #f7f7f7;
  padding: 8px 0px;
  margin: 0px calc((50% - 125px)) 15px;
  border-radius: 6px;
}
.catalog-product-view .offer-popup .popup-box .main-content .popup-content .card-details .card-title-container .card-title {
  font-family: 'DINPro-Bold';
  color: #282828;
  padding: 0px 20px;
  font-size: 13px;
  cursor: pointer;
  display: inline-block;
  border-right: 1px solid #000;
}
.catalog-product-view .offer-popup .popup-box .main-content .popup-content .card-details .card-title-container .card-title.active {
  color: #0041c0;
}
.catalog-product-view .offer-popup .popup-box .main-content .popup-content .card-details .card-title-container .card-title#card2 {
  border-right: 0px;
}
.catalog-product-view .offer-popup .popup-box .main-content .popup-content .card-details .card-content-container {
  display: inline-block;
  width: 100%;
}
.catalog-product-view .offer-popup .popup-box .main-content .popup-content .card-details .card-content-container .card-info.active {
  display: block !important;
}
.catalog-product-view .offer-popup .popup-box .main-content .popup-content .card-details .card-content-container .card-info .emi-banks {
  display: inline-block;
  width: 100%;
  position: relative;
  box-sizing: border-box;
}
.catalog-product-view .offer-popup .popup-box .main-content .popup-content .card-details .card-content-container .card-info .emi-banks .bank-title-container {
  float: left;
  width: 36%;
  max-height: 340px;
  overflow-y: scroll;
  overflow-x: visible;
  scrollbar-width: none;
  padding: 0 4% 0 0;
  box-sizing: border-box;
}
.catalog-product-view .offer-popup .popup-box .main-content .popup-content .card-details .card-content-container .card-info .emi-banks .bank-title-container .bank-title {
  font-size: 13px;
  border-bottom: 1px solid #eee;
  padding: 10px;
  letter-spacing: 0.5px;
  cursor: pointer;
  box-sizing: border-box;
}
.catalog-product-view .offer-popup .popup-box .main-content .popup-content .card-details .card-content-container .card-info .emi-banks .bank-title-container .bank-title.active {
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.1);
  border: 1px solid #F5F5F5;
  color: #0041c0;
  font-weight: 400;
  font-family: 'DINPro-Bold';
}
.catalog-product-view .offer-popup .popup-box .main-content .popup-content .card-details .card-content-container .card-info .emi-banks .bank-title-container .bank-title.active::after {
  content: '';
  background: url(../../frontend/OM/Desktop/en_US/images/faqs-aero-blue.svg) no-repeat center;
  float: right;
  padding: 10px;
  background-size: 10px;
  transform: rotate(270deg);
}
.catalog-product-view .offer-popup .popup-box .main-content .popup-content .card-details .card-content-container .card-info .emi-banks .bank-title-container .bank-title:last-child {
  border-bottom: 0px;
}
.catalog-product-view .offer-popup .popup-box .main-content .popup-content .card-details .card-content-container .card-info .emi-banks .bank-dtl-container {
  float: left;
  width: 64%;
  padding-left: 0;
  box-sizing: border-box;
}
.catalog-product-view .offer-popup .popup-box .main-content .popup-content .card-details .card-content-container .card-info .emi-banks .bank-dtl-container .bank-emi {
  width: 100%;
}
.catalog-product-view .offer-popup .popup-box .main-content .popup-content .card-details .card-content-container .card-info .emi-banks .bank-dtl-container .bank-emi .emi-table tr th {
  background: #EFEFEF;
  text-align: center;
  padding: 10px 0px;
  font-family: 'DINPro-Bold';
  font-size: 12px;
}
.catalog-product-view .offer-popup .popup-box .main-content .popup-content .card-details .card-content-container .card-info .emi-banks .bank-dtl-container .bank-emi .emi-table tr td {
  padding: 0px;
  line-height: 30px;
  height: 34px;
  font-size: 11px;
  letter-spacing: 0.5px;
  text-align: center;
  border-bottom: 1px solid #f1f1f1;
  vertical-align: middle;
}
.catalog-product-view .offer-popup .popup-box .main-content .popup-content .card-details .card-content-container .card-info .emi-banks .bank-dtl-container .bank-emi .emi-table tr td strong {
  font-weight: normal;
  font-family: 'DINPro-Medium';
}
.catalog-product-view .offer-popup .popup-box .main-content .popup-content .card-details .card-content-container .card-info .emi-banks .bank-dtl-container .bank-emi .emi-table tr td span.to-full {
  float: left;
  width: 100%;
  line-height: normal;
}
.catalog-product-view .offer-popup .popup-box .main-content .popup-content .card-details .card-content-container .card-info .emi-banks .bank-dtl-container .bank-emi .emi-table tr.gre-bg td {
  background: #F5F5F5;
  line-height: normal;
}
.catalog-product-view .offer-popup .popup-box .main-content .popup-content .card-details .card-content-container .card-info .emi-banks .bank-dtl-container .bank-emi .emi-table tr:last-child td {
  border-bottom: 0px;
}
.catalog-product-view .offer-popup .popup-box .main-content .popup-content .card-details .card-content-container .card-info .emi-banks .bank-dtl-container .bank-emi p.addtional-cash-text {
  padding-top: 10px;
}
.catalog-product-view .offer-popup .popup-box .main-content .popup-content .card-details .card-content-container .card-info .emi-banks .bank-dtl-container .bank-emi.active {
  display: block !important;
}
.catalog-product-view .offer-popup .popup-box .main-content .popup-content .card-details .card-content-container .card-info p.no-offers {
  text-align: center;
  font-family: 'DINPro-Medium';
}
.catalog-product-view .offer-popup .popup-box .main-content .popup-content .card-details .card-content-container .card-info p.note {
  border-top: 1px solid #f1f1f1;
  padding-top: 7px;
}
.catalog-product-view .offer-popup .popup-box .main-content .popup-content p {
  font-size: 12px;
  max-width: 100%;
}
.catalog-product-view .get_compare_list_bar {
  display: inline-block;
  width: 100%;
}
.catalog-product-view .home-cont-sec {
  position: relative;
  z-index: 0;
}
.catalog-product-view .home-cont-sec .home-container {
  padding: 0px;
}
.catalog-product-view .home-cont-sec .tnc {
  display: block !important;
  position: absolute;
  right: -25px;
  transform: rotate(-90deg);
  top: 40%;
}
.catalog-product-view .product-description {
  margin: 0px -20px;
}
.catalog-product-view .product-description .pdp-container {
  margin: 0 auto;
  max-width: 1540px;
  padding: 0 20px;
  box-sizing: border-box;
}
.catalog-product-view .product-description h3.des-title {
  color: #2A2A2A;
  font-family: 'DINPro-Bold';
  font-weight: normal;
  font-size: 66px;
  line-height: 70px;
  margin: 0px;
  text-transform: uppercase;
  letter-spacing: -3px;
  margin-bottom: 15px;
}
.catalog-product-view .product-description p {
  line-height: 22px;
}
.catalog-product-view .product-description .key-future-setion .all-keys {
  display: flex;
  flex-wrap: wrap;
  margin: 0px -1%;
}
@media only screen and (max-width: 767px) {
  .catalog-product-view .product-description .key-future-setion .all-keys {
    margin: 0px;
  }
}
.catalog-product-view .product-description .key-future-setion .all-keys h3.des-title {
  text-align: center;
  width: 100%;
  margin: 20px 0px 40px;
}
.catalog-product-view .product-description .key-future-setion .all-keys .key-item.full-w {
  width: 100%;
}
.catalog-product-view .product-description .key-future-setion .all-keys .key-item.full-w h3.des-title-small {
  color: #000;
  font-size: 16px;
  margin: 10px 0px 10px;
  font-family: 'DINPro-Medium';
}
.catalog-product-view .product-description .key-future-setion .all-keys .key-item {
  width: 33%;
  padding: 0% 1%;
  margin-bottom: 20px;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .catalog-product-view .product-description .key-future-setion .all-keys .key-item {
    width: 100%;
    padding: 0px;
  }
}
.catalog-product-view .product-description .key-future-setion .all-keys .key-item .key-img {
  text-align: center;
}
.catalog-product-view .product-description .key-future-setion .all-keys .key-item .key-img img {
  border-radius: 15px;
}
.catalog-product-view .product-description .key-future-setion .all-keys .key-item h3.des-title-small {
  color: #000;
  font-size: 16px;
  font-weight: normal;
  margin: 10px 0px 5px;
  font-family: 'DINPro-Medium';
}
.catalog-product-view .product-description .key-future-setion .all-keys .key-item p {
  color: #000;
}
.catalog-product-view .product-description .key-future-setion .all-keys .key-item.full-w-last {
  width: 100%;
}
.catalog-product-view .product-description .specifications-section {
  text-align: center;
  padding-top: 30px;
}
.catalog-product-view .product-description .specifications-section p {
  color: #000;
}
.catalog-product-view .product-description .specifications-section .specif-img img {
  max-width: 70%;
}
.catalog-product-view .product-description .specifications-section .specif-img ul.top-spac {
  padding: 0px;
  display: flex;
  width: 100%;
  max-width: 940px;
  text-align: center;
  margin: 0px auto;
  justify-content: center;
}
.catalog-product-view .product-description .specifications-section .specif-img ul.top-spac li {
  display: inline-block;
  list-style: none;
  width: auto;
  vertical-align: top;
  padding: 0px 20px;
  box-sizing: border-box;
  max-width: 460px;
}
.catalog-product-view .product-description .specifications-section .specif-img ul.top-spac li strong {
  font-size: 20px;
  color: #000;
  display: inline-block;
  width: 100%;
  font-family: 'DINPro-Bold';
  padding-bottom: 5px;
  word-break: break-word;
  font-weight: normal;
}
.catalog-product-view .product-description .specifications-section .specif-img ul.top-spac li span {
  color: #919191;
  font-size: 15px;
  text-transform: uppercase;
}
.catalog-product-view .product-description .specifications-section .view-all-specs {
  display: inline-block;
  width: 100%;
}
.catalog-product-view .product-description .specifications-section .view-all-specs a {
  border: 1px solid #0041C0;
  color: #0041C0;
  border-radius: 10px;
  padding: 14px 40px;
  font-family: 'DINPro-Medium';
  display: inline-block;
  margin-top: 30px;
  box-shadow: 10pt 10pt 30pt rgba(0, 0, 0, 0.14);
}
.catalog-product-view .product-description .specifications-section .view-all-specs a:hover {
  text-decoration: none;
}
.catalog-product-view .product-description .specifications-section .view-all-specs .all-specs {
  text-align: left;
  margin: 30px auto 0px;
  transition: all 1s ease 0s;
}
.catalog-product-view .product-description .specifications-section .view-all-specs .all-specs h3 {
  font-size: 18px;
  color: #000000;
  font-weight: normal;
  margin: 20px 0px 15px;
  font-family: 'DINPro-Bold';
  padding: 0 25px;
  box-sizing: border-box;
}
.catalog-product-view .product-description .specifications-section .view-all-specs .all-specs ul.specifi {
  padding: 0px;
  margin: 0px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.catalog-product-view .product-description .specifications-section .view-all-specs .all-specs ul.specifi li {
  display: inline-block;
  padding: 14px 25px;
  border-bottom: 1px solid #ccc;
  margin: 0px;
  list-style: none;
  width: 50%;
  font-size: 14px;
  color: #000;
  float: left;
  box-sizing: border-box;
}
.catalog-product-view .product-description .specifications-section .view-all-specs .all-specs ul.specifi li span {
  float: left;
  width: 50%;
  padding-right: 15px;
}
.catalog-product-view .product-description .specifications-section .view-all-specs .all-specs ul.specifi li span.lable {
  font-weight: normal;
  font-family: 'DINPro-Medium';
  text-transform: none;
}
.catalog-product-view .product-description .specifications-section .view-all-specs .all-specs ul.specifi li.full-w {
  display: flex;
  flex-wrap: wrap;
}
.catalog-product-view .product-description .specifications-section .view-all-specs .all-specs ul.specifi li.full-w span.lable {
  width: 50%;
}
.catalog-product-view .product-description .specifications-section .view-all-specs .all-specs ul.specifi li.full-w .item-details {
  display: inline-block;
  width: 50%;
}
.catalog-product-view .product-description .specifications-section .view-all-specs .all-specs ul.specifi li.full-w .item-details .sub-detl {
  display: flex;
  flex-wrap: wrap;
}
.catalog-product-view .product-description .specifications-section .view-all-specs .all-specs ul.specifi li.full-w .item-details .sub-detl span {
  display: inline-block;
  width: 50%;
}
.catalog-product-view .product-description .specifications-section .view-all-specs .all-specs ul.specifi li.full-w .item-details .sub-detl span:first-child {
  font-family: 'DINPro-Medium';
}
.catalog-product-view .product-description .specifications-section .view-all-specs .all-specs ul.specifi .full-w-li {
  width: 100%;
}
.catalog-product-view .product-description .specifications-section .view-all-specs .all-specs ul.specifi .full-w-li span.lable {
  text-transform: uppercase;
  font-size: 15px;
  font-family: 'DINPro-Bold';
}
.catalog-product-view .product-description .specifications-section .view-all-specs .all-specs ul.specifi:after {
  content: " ";
  width: 100%;
  border-bottom: 1px solid #ccc;
  height: 0px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  bottom: 1px;
}
.catalog-product-view .product-description .manuf-section {
  background: #F5F5F5;
  padding: 10px 20px;
  border-radius: 10px;
  margin-top: 60px;
}
.catalog-product-view .product-description .manuf-section h3.pr-title {
  font-size: 20px;
  color: #000000;
  border-bottom: 1px solid #cfcfcf;
  padding: 5px 0px 10px 0px;
  font-weight: normal;
  margin: 0px 0px 15px;
  display: inline-block;
  position: relative;
}
.catalog-product-view .product-description .manuf-section h3.pr-title i {
  background: url(../../frontend/OM/Desktop/en_US/images/manuf-alrat.svg) no-repeat right center;
  background-size: 10px;
  display: inline-block;
  padding: 6px;
  cursor: pointer;
  position: relative;
}
.catalog-product-view .product-description .manuf-section h3.pr-title i:hover .hover-content {
  display: block !important;
}
.catalog-product-view .product-description .manuf-section h3.pr-title .hover-content {
  background: #f4f4f4;
  border: 1px solid #999999;
  border-radius: 1px;
  font-size: 14px;
  padding: 12px;
  width: 270px;
  display: none;
  left: 38px;
  position: absolute;
  text-transform: none;
  top: -9px;
  word-wrap: break-word;
  z-index: 1;
}
.catalog-product-view .product-description .manuf-section h3.pr-title .hover-content:before,
.catalog-product-view .product-description .manuf-section h3.pr-title .hover-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;
}
.catalog-product-view .product-description .manuf-section h3.pr-title .hover-content:before {
  border-right-color: #666666;
}
.catalog-product-view .product-description .manuf-section h3.pr-title .hover-content:after {
  border-right-color: #f4f4f4;
  width: 1px;
  z-index: 4;
}
.catalog-product-view .product-description .manuf-section .manuf-row {
  width: 100%;
  display: flex;
}
.catalog-product-view .product-description .manuf-section .manuf-row .manuf {
  width: 50%;
}
.catalog-product-view .product-description .manuf-section .manuf-row .manuf:first-child {
  border-right: 1px solid #BABABA;
  padding-right: 5%;
}
.catalog-product-view .product-description .manuf-section .manuf-row .manuf:last-child {
  padding-left: 5%;
}
.catalog-product-view .product-description .manuf-section .manuf-row .manuf p {
  line-height: 16px;
  color: #000000;
}
.catalog-product-view .product-description .manuf-section .manuf-row .manuf p a {
  color: #0041c0;
  text-decoration: underline;
  font-weight: normal;
  font-family: 'DINPro-Bold';
}
.catalog-product-view .product-description .manuf-section .manuf-row .manuf em {
  display: inline-block;
  vertical-align: top;
  color: #0041c0;
  font-style: normal;
  font-weight: 600;
  font-size: 21px;
  line-height: 17px;
  height: 12px;
  width: 12px;
  text-align: center;
  margin: 2px 0;
}
.catalog-product-view .product-description .manuf-section .manuf-row.manuf-count-3 .manuf {
  float: left;
  width: 33.333%;
  padding: 0 4%;
  box-sizing: border-box;
}
.catalog-product-view .product-description .manuf-section .manuf-row.manuf-count-3 .manuf:first-child {
  padding-left: 0;
}
.catalog-product-view .product-description .manuf-section .manuf-row.manuf-count-3 .manuf:nth-child(2) {
  border-right: 1px solid #BABABA;
}
.catalog-product-view .product-description .manuf-section .manuf-row.manuf-count-3 .manuf:last-child {
  padding-right: 0;
}
.catalog-product-view .product-description .product-faqs {
  display: inline-block;
  width: 100%;
  margin: 50px 0px 0px;
}
.catalog-product-view .product-description .product-faqs h3.des-title {
  text-align: center;
  text-transform: unset;
}
.catalog-product-view .product-description .product-faqs .all-faqs {
  box-shadow: 9pt 10pt 24pt rgba(0, 0, 0, 0.1);
  border: 1px solid #D5D5D5;
  border-radius: 10px;
  padding: 10px 20px;
}
.catalog-product-view .product-description .product-faqs .all-faqs .acc__card .faq-title {
  font-size: 15px;
  color: #000;
  border-top: 1px solid #b6b6b6;
  padding: 15px 15px;
  cursor: pointer;
}
.catalog-product-view .product-description .product-faqs .all-faqs .acc__card .faq-title::after {
  content: '';
  background: url(../../frontend/OM/Desktop/en_US/images/faqs-aero.svg) no-repeat center;
  float: right;
  padding: 10px 15px;
  background-size: 20px;
  transition: all 1s ease 0s;
}
.catalog-product-view .product-description .product-faqs .all-faqs .acc__card .faq-title.active {
  border-bottom: 0px;
}
.catalog-product-view .product-description .product-faqs .all-faqs .acc__card .faq-title.active::after {
  transform: rotate(180deg);
}
.catalog-product-view .product-description .product-faqs .all-faqs .acc__card .faq-content {
  display: none;
  color: #000;
  padding: 10px 15px;
}
.catalog-product-view .product-description .product-faqs .all-faqs .acc__card:first-child .faq-title {
  border-top: 0px;
}
.catalog-product-view .product-description .compare-section {
  display: inline-block;
  width: 100%;
  margin-top: 50px;
}
.catalog-product-view .product-description .compare-section h3 {
  font-size: 24px;
  color: #000000;
  padding-bottom: 10px;
  font-weight: normal;
  margin: 20px 0px 15px;
  text-align: center;
  font-family: 'DINPro-Medium';
}
.catalog-product-view .product-description .compare-section ul.all-com-p {
  padding: 0px;
  display: inline-block;
  width: 100%;
}
@media only screen and (max-width: 1199px) {
  .catalog-product-view .product-description .compare-section ul.all-com-p {
    overflow-y: auto;
    white-space: nowrap;
  }
}
.catalog-product-view .product-description .compare-section ul.all-com-p > li {
  float: left;
  width: 16.66%;
  list-style: none;
}
.catalog-product-view .product-description .compare-section ul.all-com-p > li .product-box {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  min-height: 275px;
  width: 100%;
  padding: 0px 3px;
  box-sizing: border-box;
}
.catalog-product-view .product-description .compare-section ul.all-com-p > li .product-box h3 {
  color: #232323;
  font-size: 20px;
  margin: 0px;
  text-align: left;
  font-family: 'DINPro-Bold';
}
.catalog-product-view .product-description .compare-section ul.all-com-p > li .product-box .product-wrapper {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.14);
  border-radius: 20px;
  padding: 15px;
  box-sizing: border-box;
  position: relative;
}
.catalog-product-view .product-description .compare-section ul.all-com-p > li .product-box .product-wrapper .pwc-img-wrapper a {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  text-align: center;
  max-height: 100px;
  overflow: hidden;
}
.catalog-product-view .product-description .compare-section ul.all-com-p > li .product-box .product-wrapper .pwc-img-wrapper a img {
  display: inline-block;
  width: auto;
  vertical-align: top;
  max-height: 114px;
}
.catalog-product-view .product-description .compare-section ul.all-com-p > li .product-box .product-wrapper .product-desc {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.catalog-product-view .product-description .compare-section ul.all-com-p > li .product-box .product-wrapper .product-desc .product-name {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 5px 0;
}
.catalog-product-view .product-description .compare-section ul.all-com-p > li .product-box .product-wrapper .product-desc .product-name a {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  line-height: 18px;
  font-family: 'DINPro-Bold';
  font-weight: normal;
  letter-spacing: 0.5px;
  color: #282828;
  text-decoration: none;
  height: 36px;
  overflow: hidden;
  font-size: 13px;
}
.catalog-product-view .product-description .compare-section ul.all-com-p > li .product-box .product-wrapper .price-box {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0 0 15px;
  line-height: 20px;
}
.catalog-product-view .product-description .compare-section ul.all-com-p > li .product-box .product-wrapper .price-box .price-label {
  display: none;
}
.catalog-product-view .product-description .compare-section ul.all-com-p > li .product-box .product-wrapper .price-box span.price {
  font-size: 15px;
  margin: 0 5px 0 0;
  font-weight: normal;
  font-family: 'DINPro-Bold';
  color: #0041c0;
  letter-spacing: 0.5px;
  line-height: 20px;
}
@media only screen and (max-width: 1199px) {
  .catalog-product-view .product-description .compare-section ul.all-com-p > li .product-box .product-wrapper .price-box span.price {
    margin: 0px;
  }
}
.catalog-product-view .product-description .compare-section ul.all-com-p > li .product-box .product-wrapper .price-box span.old-price {
  text-decoration: none;
}
.catalog-product-view .product-description .compare-section ul.all-com-p > li .product-box .product-wrapper .price-box span.old-price span.price {
  font-size: 12px;
  font-family: 'DINPro-Regular';
  color: #282828;
  text-decoration: line-through;
}
.catalog-product-view .product-description .compare-section ul.all-com-p > li .product-box .product-wrapper .price-box span.mrp-incl {
  font-size: 11px;
}
.catalog-product-view .product-description .compare-section ul.all-com-p > li .product-box .product-wrapper .actions.add-to-cart {
  display: inline-block;
  width: 100%;
}
.catalog-product-view .product-description .compare-section ul.all-com-p > li .product-box .product-wrapper .actions.add-to-cart button.action.tocart,
.catalog-product-view .product-description .compare-section ul.all-com-p > li .product-box .product-wrapper .actions.add-to-cart a.action.tocart {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  text-align: center;
  padding: 0;
  border: none;
  border-radius: 12px;
  background: #0041c0;
  text-decoration: none;
  color: #ffffff;
  letter-spacing: 0.5px;
  line-height: 40px;
  font-family: 'DINPro-Regular';
  font-weight: normal;
  text-transform: capitalize;
}
.catalog-product-view .product-description .compare-section ul.all-com-p > li ul.all-info {
  padding: 0px;
}
.catalog-product-view .product-description .compare-section ul.all-com-p > li ul.all-info li {
  list-style: none;
  margin: 0px;
  padding: 2px 5px;
  border-bottom: 1px solid #e5e5e5;
  font-size: 12px;
  min-height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 16px;
  text-align: center;
}
.catalog-product-view .product-description .compare-section ul.all-com-p > li ul.all-info li p {
  margin: 0px;
  line-height: 16px;
}
.catalog-product-view .product-description .compare-section ul.all-com-p > li ul.all-info li.features {
  padding: 5px 10px;
  min-height: 100px;
}
.catalog-product-view .product-description .compare-section ul.all-com-p > li ul.all-info li.warranty {
  min-height: 90px;
  padding: 5px 10px;
  border-bottom: 0px;
}
@media only screen and (max-width: 1199px) {
  .catalog-product-view .product-description .compare-section ul.all-com-p > li {
    white-space: normal;
    min-width: 200px;
    display: inline-block;
    margin-top: 10px;
    vertical-align: top;
    float: none;
  }
}
.catalog-product-view .product-description .compare-section ul.all-com-p > li.lable-li ul.all-info li {
  justify-content: left;
  text-align: left;
}
.catalog-product-view .product-description .compare-section ul.all-com-p > li.lable-li ul.all-info li.features {
  padding: 5px;
}
.catalog-product-view .product-description .compare-section ul.all-com-p > li.lable-li ul.all-info li.warranty {
  padding: 5px;
}
.catalog-product-view .product-description .compare-section ul.all-com-p > li.grey-bg {
  background: #f8f8f8;
  border-radius: 20px 20px 10px 10px;
}
.catalog-product-view .block-viewed-products-grid .block-title {
  margin: 40px 0px 5px;
  text-align: center;
  padding-bottom: 10px;
}
.catalog-product-view .block-viewed-products-grid .block-title strong {
  font-size: 24px;
  color: #000000;
  font-family: 'DINPro-Bold';
  font-weight: normal;
}
.catalog-product-view .block-viewed-products-grid .products-grid {
  padding: 0px 30px;
}
.catalog-product-view .block-viewed-products-grid .products-grid ol.recent-view-slider .owl-stage-outer {
  padding: 6px 0px;
  box-sizing: border-box;
}
.catalog-product-view .block-viewed-products-grid .products-grid ol.recent-view-slider .owl-stage-outer .product-item {
  width: 94% !important;
  margin: 0px 3%;
}
.catalog-product-view .block-viewed-products-grid .products-grid ol.recent-view-slider .owl-stage-outer .product-item .action.towishlist {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 1;
  font-size: 0px;
}
.catalog-product-view .block-viewed-products-grid .products-grid ol.recent-view-slider .owl-stage-outer .product-item .action.towishlist:before {
  content: " ";
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url('../../frontend/OM/Desktop/en_US/images/wishlist.svg') no-repeat scroll center / 24px;
}
.catalog-product-view .block-viewed-products-grid .products-grid ol.recent-view-slider .owl-stage-outer .product-item .companyname {
  position: absolute;
  left: 106px;
  top: 14px;
  display: inline-block;
  width: auto;
  color: #fff;
  line-height: 32px;
  height: auto;
  text-align: center;
  z-index: 1;
}
.catalog-product-view .block-viewed-products-grid .products-grid ol.recent-view-slider .owl-stage-outer .product-item .companyname img {
  display: inline-block;
  width: auto;
  max-height: 40px;
  vertical-align: top;
}
.catalog-product-view .block-viewed-products-grid .products-grid ol.recent-view-slider .owl-stage-outer .product-item .companyname.tag-2 {
  top: 56px;
}
.catalog-product-view .block-viewed-products-grid .products-grid ol.recent-view-slider .owl-stage-outer .product-item .companyname.tag-2 + .discount-container {
  top: 90px;
}
.catalog-product-view .block-viewed-products-grid .products-grid ol.recent-view-slider .owl-stage-outer .product-item .companyname.tag-3 {
  top: 98px;
}
.catalog-product-view .block-viewed-products-grid .products-grid ol.recent-view-slider .owl-stage-outer .product-item .companyname.tag-3 + .discount-container {
  top: 130px;
}
.catalog-product-view .block-viewed-products-grid .products-grid ol.recent-view-slider .owl-stage-outer .product-item .companyname.-extended-warranty,
.catalog-product-view .block-viewed-products-grid .products-grid ol.recent-view-slider .owl-stage-outer .product-item .companyname.extended-warranty {
  top: 0;
  left: auto;
  right: 14px;
}
.catalog-product-view .block-viewed-products-grid .products-grid ol.recent-view-slider .owl-stage-outer .product-item .companyname.-extended-warranty ~ .action-secondry .action.towishlist,
.catalog-product-view .block-viewed-products-grid .products-grid ol.recent-view-slider .owl-stage-outer .product-item .companyname.extended-warranty ~ .action-secondry .action.towishlist {
  top: 42px;
}
.catalog-product-view .block-viewed-products-grid .products-grid ol.recent-view-slider .owl-stage-outer .product-item .product-image-wrapper {
  z-index: 0;
}
.catalog-product-view .block-viewed-products-grid .products-grid ol.recent-view-slider .owl-stage-outer .product-item .product-item-photo {
  overflow: hidden;
}
.catalog-product-view .block-viewed-products-grid .products-grid ol.recent-view-slider .owl-stage-outer .product-item .featured-logo {
  display: flex;
  width: 100%;
  min-height: 32px;
  text-align: center;
  align-items: center;
  justify-content: center;
}
.catalog-product-view .block-viewed-products-grid .products-grid ol.recent-view-slider .owl-stage-outer .product-item .featured-logo img.f-logo {
  display: inline-block;
  width: auto;
  padding: 0 4px;
  box-sizing: border-box;
  text-align: center;
  max-width: 25%;
}
.catalog-product-view .block-viewed-products-grid .products-grid ol.recent-view-slider .owl-stage-outer .product-item .product-item-details .product-item-name {
  margin-bottom: 0px;
  font-size: 15px;
}
.catalog-product-view .block-viewed-products-grid .products-grid ol.recent-view-slider .owl-stage-outer .product-item .product-item-details .p-sku {
  font-family: 'DINPro-Bold';
  letter-spacing: 0.5px;
  font-weight: normal;
  line-height: 18px;
  color: #282828;
  font-size: 12px;
}
.catalog-product-view .block-viewed-products-grid .products-grid ol.recent-view-slider .owl-stage-outer .product-item .product-item-details .price-box {
  font-size: 16px;
  margin: 0 6px 0 0;
  font-weight: normal;
  font-family: 'DINPro-Bold';
  color: #0041c0;
  letter-spacing: 0.5px;
  line-height: 18px;
}
.catalog-product-view .block-viewed-products-grid .products-grid ol.recent-view-slider .owl-stage-outer .product-item .product-item-details .price-box span {
  font-size: 11px;
  color: #585a5a;
  letter-spacing: 0;
  line-height: 20px;
  display: inline-block;
  font-family: 'DINPro-Regular';
}
.catalog-product-view .block-viewed-products-grid .products-grid ol.recent-view-slider .owl-stage-outer .product-item .product-item-details .product-item-actions {
  margin-bottom: 10px !important;
}
.catalog-product-view .block-viewed-products-grid .products-grid ol.recent-view-slider .owl-stage-outer .product-item .product-item-details .product-item-description {
  display: none;
}
.catalog-product-view .block-viewed-products-grid .products-grid ol.recent-view-slider .owl-nav button span {
  left: -35px;
}
.catalog-product-view .block-viewed-products-grid .products-grid ol.recent-view-slider .owl-nav button.owl-next span {
  left: auto;
  right: -35px;
}
.catalog-product-view .sticky-container {
  padding-top: 4px;
  z-index: 2;
  background-color: #EAEAEA;
  width: 100%;
  color: #282828;
  top: -170px;
  transition: all 1s ease 0s;
}
.catalog-product-view .sticky-container .pdp-container {
  margin: 0 auto;
  max-width: 1540px;
  padding: 0 20px;
  box-sizing: border-box;
}
.catalog-product-view .sticky-container .sticky-cont {
  display: flex;
  width: 100%;
  padding: 10px 0px;
  box-sizing: border-box;
}
@media only screen and (max-width: 1199px) {
  .catalog-product-view .sticky-container .sticky-cont {
    padding: 10px;
  }
}
.catalog-product-view .sticky-container .sticky-cont h2.product-name {
  font-weight: normal;
  letter-spacing: 0.5px;
  color: #282828;
  font-size: 18px;
  font-family: 'DINPro-Bold';
  margin: 0px;
  width: 32%;
  box-sizing: border-box;
  padding-right: 2%;
}
.catalog-product-view .sticky-container .sticky-cont h2.product-name .sku {
  font-size: 12px;
  font-family: 'DINPro-Regular';
  padding-top: 5px;
}
.catalog-product-view .sticky-container .sticky-cont .price-section {
  width: 32%;
}
.catalog-product-view .sticky-container .sticky-cont .price-section .price-box .price {
  font-size: 26px;
  margin: 0px;
  font-weight: normal;
  font-family: 'DINPro-Bold';
  color: #282828;
  letter-spacing: 0.5px;
  line-height: 20px;
}
.catalog-product-view .sticky-container .sticky-cont .price-section .price-box .special-price,
.catalog-product-view .sticky-container .sticky-cont .price-section .price-box .normal-price {
  display: inline-block;
}
.catalog-product-view .sticky-container .sticky-cont .price-section .price-box .special-price .price-label,
.catalog-product-view .sticky-container .sticky-cont .price-section .price-box .normal-price .price-label {
  display: none;
}
.catalog-product-view .sticky-container .sticky-cont .price-section .price-box .special-price .price,
.catalog-product-view .sticky-container .sticky-cont .price-section .price-box .normal-price .price {
  font-size: 26px;
  margin: 0px;
  font-weight: normal;
  font-family: 'DINPro-Bold';
  color: #282828;
  letter-spacing: 0.5px;
  line-height: 20px;
}
.catalog-product-view .sticky-container .sticky-cont .price-section .price-box .old-price .price-label {
  display: none;
}
.catalog-product-view .sticky-container .sticky-cont .price-section .price-box .old-price .price {
  font-size: 15px;
  font-family: 'DINPro-Regular';
  color: #282828;
  font-weight: normal;
}
.catalog-product-view .sticky-container .sticky-cont .price-section .price-box .save-price strong {
  display: none;
}
.catalog-product-view .sticky-container .sticky-cont .price-section .mrp-incl {
  font-size: 12px;
  margin-top: -6px;
  display: inherit;
}
.catalog-product-view .sticky-container .sticky-cont .sty-btn-sec {
  width: 36%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.catalog-product-view .sticky-container .sticky-cont .sty-btn-sec ul {
  padding: 0px;
  margin: 0px;
  width: 55%;
}
@media only screen and (max-width: 1199px) {
  .catalog-product-view .sticky-container .sticky-cont .sty-btn-sec ul {
    width: 70%;
  }
}
.catalog-product-view .sticky-container .sticky-cont .sty-btn-sec ul li {
  list-style: none;
  margin: 0px;
  font-size: 11px;
  line-height: 17px;
}
.catalog-product-view .sticky-container .sticky-cont .sty-btn-sec ul li strong {
  font-weight: normal;
  font-family: 'DINPro-Medium';
}
.catalog-product-view .sticky-container .sticky-cont .sty-btn-sec .add-to-cart-btn,
.catalog-product-view .sticky-container .sticky-cont .sty-btn-sec .buy-now-btn {
  border: 1px solid #0041c0;
  padding: 5px 0px;
  border-radius: 10px;
  display: inline-block;
  width: auto;
  line-height: 22px;
  cursor: pointer;
  transition: all 1s ease 0s;
  font-family: 'DINPro-Medium';
  color: #0041c0;
  box-shadow: 10pt 10pt 30pt rgba(0, 0, 0, 0.14);
  text-align: center;
  width: 100px;
}
@media only screen and (max-width: 1199px) {
  .catalog-product-view .sticky-container .sticky-cont .sty-btn-sec .add-to-cart-btn,
  .catalog-product-view .sticky-container .sticky-cont .sty-btn-sec .buy-now-btn {
    width: 85px;
    text-align: center;
  }
}
.catalog-product-view .sticky-container .sticky-cont .sty-btn-sec .add-to-cart-btn:hover,
.catalog-product-view .sticky-container .sticky-cont .sty-btn-sec .buy-now-btn:hover {
  background: #fff;
  color: #1954C1;
}
.catalog-product-view .sticky-container .sticky-cont .sty-btn-sec .buy-now-btn {
  background: #0041c0;
  color: #fff;
  margin: 0px 0px 0px 5px;
  width: 85px;
}
@media only screen and (max-width: 1199px) {
  .catalog-product-view .sticky-container .sticky-cont .sty-btn-sec .buy-now-btn {
    margin: 3px 0px 0px 0px;
  }
}
.catalog-product-view .sticky-container .sticky-cont .sty-btn-sec .buy-now-btn:hover {
  border: 1px solid #0041c0;
  background: #fff;
  color: #0041c0;
}
.catalog-product-view .sticky-container .scroll-dawn {
  background: #fff;
  padding: 10px 0px;
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
  border-bottom: 1px solid #f1f1f1;
  box-shadow: 0 8px 6px -6px #f1f1f1;
  display: none;
}
.catalog-product-view .sticky-container .scroll-dawn a {
  font-size: 14px;
  color: #0041c0;
  display: inline-block;
  padding: 0px 20px;
  border-left: 1.5px solid #0041c0;
  line-height: 12px;
  font-family: 'DINPro-Medium';
}
.catalog-product-view .sticky-container .scroll-dawn a:first-child {
  border-left: 0px;
  padding-left: 0px;
}
.catalog-product-view .sticky-container.smaller {
  position: fixed;
  top: 0px;
}
.catalog-product-view .sticky-container.smaller .scroll-dawn {
  display: block;
}
.catalog-product-view .nav-sections {
  box-shadow: 0pt 10pt 10pt rgba(0, 0, 0, 0.16);
}
.catalog-product-view .nav-sections.sticky {
  position: static;
}
.catalog-product-view .breadcrumbs {
  font-family: 'DINPro-Medium';
}
.catalog-product-view .breadcrumbs .items {
  font-size: 12px;
  letter-spacing: unset;
}
.catalog-product-view .modal {
  display: none;
  position: fixed;
  z-index: 9999999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.71);
  z-index: 99 !important;
}
.catalog-product-view.h-sticky {
  padding-top: 114px;
}
.catalog-product_compare-index .page-main .page-title-wrapper .page-title {
  font-size: 24px;
  color: #000000;
  padding-bottom: 10px;
  font-weight: normal;
  margin: 20px 0px 15px;
  text-align: left;
  font-family: 'DINPro-Medium';
}
.catalog-product_compare-index .page-main a.action.print {
  display: none;
}
.catalog-product_compare-index .page-main .table-comparison tbody {
  border-top: 0px !important;
}
.catalog-product_compare-index .page-main .table-comparison tbody tr {
  border-top: 1px solid #cccccc;
}
.catalog-product_compare-index .page-main .table-comparison tbody tr th.cell.label {
  border-right: 0px;
  padding: 10px 0px;
  width: 25%;
  display: inline-block;
  margin: 0px;
  border-bottom: 0px;
  border-top: 0px;
}
.catalog-product_compare-index .page-main .table-comparison tbody tr th.cell.label .attribute.label {
  font-family: 'DINPro-Bold';
  font-weight: normal;
  letter-spacing: 0.5px;
  color: #282828;
  font-size: 12px;
}
.catalog-product_compare-index .page-main .table-comparison tbody tr td {
  padding: 10px 0px;
  width: 25%;
  display: inline-block;
  margin: 0px;
  border-top: 0px;
}
.catalog-product_compare-index .page-main .table-comparison tbody tr td .attribute.value {
  font-weight: normal;
  letter-spacing: 0.5px;
  color: #282828;
  font-size: 12px;
}
.catalog-product_compare-index .page-main .table-comparison tbody tr td.cell.product.attribute {
  text-align: center;
}
.catalog-product_compare-index .page-main .table-comparison tbody tr td.cell.product.info {
  border-bottom: 0px;
}
.catalog-product_compare-index .page-main .table-comparison tbody tr td.cell.product.info .product-box {
  display: inline-block;
  width: 97%;
  vertical-align: top;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.14);
  border-radius: 20px;
  box-sizing: border-box;
  position: relative;
  margin: 0px 1.5%;
}
.catalog-product_compare-index .page-main .table-comparison tbody tr td.cell.product.info .product-box .cell.remove.product {
  width: auto;
  padding: 0px;
  position: absolute;
  right: 15px;
  top: 10px;
  z-index: 2;
}
.catalog-product_compare-index .page-main .table-comparison tbody tr td.cell.product.info .product-box .to-hide {
  padding: 15px;
}
.catalog-product_compare-index .page-main .table-comparison tbody tr td.cell.product.info .product-box strong.product-item-name {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0px 0;
}
.catalog-product_compare-index .page-main .table-comparison tbody tr td.cell.product.info .product-box strong.product-item-name a {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  line-height: 18px;
  font-family: 'DINPro-Bold';
  font-weight: normal;
  letter-spacing: 0.5px;
  color: #282828;
  text-decoration: none;
  height: 36px;
  overflow: hidden;
  font-size: 13px;
}
.catalog-product_compare-index .page-main .table-comparison tbody tr td.cell.product.info .product-box .product-reviews-summary {
  display: none;
}
.catalog-product_compare-index .page-main .table-comparison tbody tr td.cell.product.info .product-box .price-box {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0 0 15px;
  line-height: 20px;
}
.catalog-product_compare-index .page-main .table-comparison tbody tr td.cell.product.info .product-box .price-box .price-label {
  display: none;
}
.catalog-product_compare-index .page-main .table-comparison tbody tr td.cell.product.info .product-box .price-box span.price {
  font-size: 15px;
  margin: 0 12px 0 0;
  font-weight: normal;
  font-family: 'DINPro-Bold';
  color: #0041c0;
  letter-spacing: 0.5px;
  line-height: 20px;
}
@media only screen and (max-width: 1199px) {
  .catalog-product_compare-index .page-main .table-comparison tbody tr td.cell.product.info .product-box .price-box span.price {
    margin: 0px;
  }
}
.catalog-product_compare-index .page-main .table-comparison tbody tr td.cell.product.info .product-box .price-box span.old-price span.price {
  font-size: 12px;
  font-family: 'DINPro-Regular';
  color: #282828;
  text-decoration: line-through;
}
.catalog-product_compare-index .page-main .table-comparison tbody tr td.cell.product.info .product-box .price-box span.save-price {
  display: none;
}
.catalog-product_compare-index .page-main .table-comparison tbody tr td.cell.product.info .product-box .price-box span.mrp-incl {
  font-size: 11px;
  display: inline-block;
  width: 100%;
}
.catalog-product_compare-index .page-main .table-comparison tbody tr td.cell.product.info .product-box .product-item-actions {
  display: inline-block;
  width: 100%;
  margin: 0px;
}
.catalog-product_compare-index .page-main .table-comparison tbody tr td.cell.product.info .product-box .product-item-actions .actions-secondary {
  display: none;
}
.catalog-product_compare-index .page-main .table-comparison tbody tr td.cell.product.info .product-box .product-item-actions .actions-primary {
  width: 100%;
  max-width: 300px;
}
.catalog-product_compare-index .page-main .table-comparison tbody tr td.cell.product.info .product-box .product-item-actions .actions-primary button.action.tocart {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  text-align: center;
  padding: 0;
  border: none;
  border-radius: 12px;
  background: #0041c0;
  text-decoration: none;
  color: #ffffff;
  letter-spacing: 0.5px;
  line-height: 40px;
  font-family: 'DINPro-Regular';
  font-weight: normal;
  text-transform: capitalize;
}
.catalog-product_compare-index .page-main .table-comparison tbody tr td:last-child {
  border-right: 0px;
}
.old-price,
.old.price {
  text-decoration: line-through;
}
.prices-tier .price-container .price-including-tax + .price-excluding-tax:before {
  content: '(' attr(data-label) ': ';
}
.prices-tier .price-container .price-including-tax + .price-excluding-tax:last-child:after {
  content: ')';
}
.prices-tier .price-container .weee[data-label] {
  display: inline;
}
.prices-tier .price-container .weee[data-label] .price {
  font-size: 1.1rem;
}
.prices-tier .price-container .weee[data-label]:before {
  content: ' +' attr(data-label) ': ';
}
.actual-price {
  font-weight: 700;
}
.category-image .image {
  display: block;
  height: auto;
  max-width: 100%;
}
.category-image,
.category-description {
  margin-bottom: 20px;
}
.product-image-container {
  display: inline-block;
  max-width: 100%;
}
.product-image-wrapper {
  display: block;
  height: 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.product-image-photo {
  bottom: 0;
  display: block;
  height: auto;
  left: 0;
  margin: auto;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
.product.media .placeholder .photo.container {
  max-width: 100%;
}
.product.media .notice {
  color: #7d7d7d;
  font-size: 1.2rem;
  margin: 10px 0;
}
.product.media .product.thumbs {
  margin: 20px 0 30px;
}
.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: 5.5px 5px 10px 5px;
}
.product.info.detailed .additional-attributes > thead > tr > th,
.product.info.detailed .additional-attributes > tbody > tr > th,
.product.info.detailed .additional-attributes > tfoot > tr > th {
  padding: 5.5px 30px 10px 0;
}
.product-info-main .page-title-wrapper .page-title {
  line-height: 1.42857143;
  margin-bottom: 10px;
}
.product-info-main .stock.available,
.product-info-main .stock.unavailable {
  display: inline-block;
  font-weight: 700;
  margin-right: 20px;
  text-transform: uppercase;
  vertical-align: top;
}
.product-info-main .product.attribute.sku {
  display: inline-block;
  vertical-align: top;
  color: #7d7d7d;
}
.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: 5px;
}
.product-info-main .product.attribute.overview {
  margin: 20px 0;
}
.product-info-main .product.alert {
  margin: 10px 0;
}
.product-info-main .price-box {
  margin-top: 10px;
}
.product-info-main .product-reviews-summary .reviews-actions {
  font-size: 1.4rem;
}
.product-options-wrapper .fieldset-product-options-inner .legend {
  font-weight: 700;
  margin: 0 0 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: 10px;
}
.product-options-wrapper .fieldset-product-options-inner.required .legend:after,
.product-options-wrapper .fieldset-product-options-inner._required .legend:after {
  content: '*';
  color: #e02b27;
  font-size: 1.2rem;
  margin: 0 0 0 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.2rem;
  line-height: 14px;
  margin-bottom: 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: 1.8rem;
  font-weight: 700;
}
.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: 10px 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: 20px 0;
}
.product-info-main .box-tocart .field.qty,
.product-options-bottom .box-tocart .field.qty {
  padding-right: 15px;
}
.product-info-main .box-tocart .input-text.qty,
.product-options-bottom .box-tocart .input-text.qty {
  height: 52px;
  text-align: center;
  width: 52px;
}
.product-info-main .box-tocart .actions,
.product-options-bottom .box-tocart .actions {
  text-align: center;
}
.product-info-main .product-addto-links,
.product-options-bottom .product-addto-links {
  margin: 20px 0;
}
.product-info-main .action.tocompare,
.product-options-bottom .action.tocompare {
  vertical-align: top;
}
.prices-tier {
  background: #f5f5f5;
  margin: 10px 0;
  padding: 10px 15px;
}
.prices-tier .price-container {
  display: inline-block;
}
.prices-tier .price-including-tax,
.prices-tier .price-excluding-tax,
.prices-tier .weee {
  display: inline-block;
}
.prices-tier .price-including-tax .price,
.prices-tier .price-excluding-tax .price,
.prices-tier .weee .price {
  font-size: 1.4rem;
  font-weight: 700;
}
.ui-dialog-titlebar-close {
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #006bb4;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
.ui-dialog-titlebar-close:visited {
  color: #006bb4;
  text-decoration: none;
}
.ui-dialog-titlebar-close:hover {
  color: #006bb4;
  text-decoration: underline;
}
.ui-dialog-titlebar-close:active {
  color: #ff5501;
  text-decoration: underline;
}
.ui-dialog-titlebar-close:hover,
.ui-dialog-titlebar-close:active,
.ui-dialog-titlebar-close:focus {
  background: none;
  border: 0;
}
.ui-dialog-titlebar-close.disabled,
.ui-dialog-titlebar-close[disabled],
fieldset[disabled] .ui-dialog-titlebar-close {
  color: #006bb4;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.block.related .action.select {
  margin: 0 5px;
}
.sidebar .product-items .product-item {
  margin-bottom: 20px;
  position: relative;
}
.sidebar .product-items .product-item-info {
  position: relative;
  width: auto;
}
.sidebar .product-items .product-item-info .product-item-photo {
  left: 0;
  position: absolute;
  top: 0;
}
.sidebar .product-items .product-item-name {
  margin-top: 0;
}
.sidebar .product-items .product-item-details {
  margin: 0 0 0 85px;
}
.sidebar .product-items .product-item-actions {
  display: block;
  margin-top: 10px;
}
.sidebar .product-items .price-box {
  display: block;
  margin: 7px 0;
}
.sidebar .product-items .text {
  margin-right: 8px;
}
.sidebar .product-items .counter {
  color: #7d7d7d;
  font-size: 1.2rem;
  white-space: nowrap;
}
.sidebar .product-items .minilist .price {
  display: inline;
  padding: 0;
}
.sidebar .product-items .minilist .weee:before {
  display: inline-block;
}
.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: -5px;
}
.sidebar .product-items-images .product-item {
  float: left;
  padding-left: 5px;
}
.sidebar .product-items-names .product-item {
  display: flex;
  margin-bottom: 10px;
}
.sidebar .product-items-names .product-item-name {
  margin: 0;
}
.catalog-category-view.page-layout-1column .column.main {
  min-height: inherit;
}
/*=========================For the top section=========================*/
.catalog-category-view .page-main {
  max-width: 100%;
  padding: 0;
}
.catalog-category-view .page-main .columns {
  margin: 15px auto 0;
  max-width: 1540px;
  padding: 0 20px;
}
.category-view {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.category-view .category-image {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  text-align: center;
  margin: 0;
}
.category-view .category-image .image {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.category-banners .items {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0;
  padding: 0;
}
.category-banners .items img {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.category-banners .owl-dots {
  position: absolute;
  top: auto;
  left: 50%;
  display: inline-block;
  width: auto;
  transform: translate(-50%, 0);
  bottom: 12px;
}
.total-product-count {
  float: left;
  width: auto;
  vertical-align: top;
  line-height: 32px;
  margin: 0 10px;
  font-size: 13px;
  letter-spacing: 0.2px;
}
.total-product-count .text {
  display: inline-block;
  width: auto;
  vertical-align: top;
}
.total-product-count .text a {
  display: inline-block;
  width: auto;
  vertical-align: top;
  margin: 0 0 0 8px;
  text-decoration: underline;
}
.total-product-count .text b {
  font-weight: normal;
  font-family: "DINPro-Bold";
}
/*=========================For the product grids inner section=========================*/
.cat-banners {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0 0 12px;
}
.cat-banners img {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  border-radius: 20px;
}
.product-bottom-toolbar {
  display: none;
}
.catalog-category-view .home-cont-sec.home-cont-sec-1 {
  padding: 10px 0;
  margin: 0 0 15px;
}
.catalog-category-view .home-cont-sec.home-cont-sec-6 {
  padding: 20px 0 30px;
}
.catalog-category-view .home-container {
  padding: 0;
  max-width: 100%;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.category-form-sec {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  background: url('../../frontend/OM/Desktop/en_US/images/cate-form-bg.png') no-repeat scroll center / 100% 100%;
  margin: 0 0 20px;
}
.category-form-sec .category-form-cont {
  display: flex;
  width: 100%;
  vertical-align: top;
  flex-wrap: wrap;
  align-items: end;
}
.category-form-sec .category-form-pic {
  float: left;
  width: 50%;
  margin: 0 5% 0 0;
  text-align: center;
}
.category-form-sec .category-form-pic img {
  display: inline-block;
  width: auto;
  vertical-align: bottom;
  transform: scale(1.11);
  position: relative;
  bottom: 20px;
}
.category-form-sec .category-filter-form {
  float: left;
  width: 45%;
}
.category-form-sec .category-filter-form form {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding: 5% 0 5% 5%;
  box-sizing: border-box;
}
.category-form-sec .category-filter-form .field {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0 0 10px;
}
.category-form-sec .category-filter-form .field .option {
  float: left;
  width: auto;
  vertical-align: top;
  position: relative;
  margin: 7px 15px 7px 0;
  box-shadow: none;
  background: none;
  height: auto;
  font-family: "DINPro-Regular";
}
.category-form-sec .category-filter-form .field .option label {
  display: inline-block;
  width: auto;
  vertical-align: top;
  padding: 6px 16px;
  text-transform: none;
  letter-spacing: 0.5px;
  background: #d4d4d4;
  border-radius: 10px;
  line-height: 24px;
  color: #000000;
  font-size: 14px;
  border: 1px solid transparent;
  transition: all 0.5s ease;
  box-shadow: none;
}
.category-form-sec .category-filter-form .field .option input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  margin: 0;
  opacity: 0;
  cursor: pointer;
}
.category-form-sec .category-filter-form .field .option input:checked ~ label {
  border: 1px solid #0041C0;
  background: #fff;
  color: #0041C0;
}
.category-form-sec .category-filter-form p {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  color: #0041C0;
  font-size: 14px;
  letter-spacing: 0.5px;
  line-height: 24px;
  margin: 0 0 4px;
}
.category-form-sec .category-filter-form .options-list {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.category-form-sec .category-filter-form .form-submit {
  display: inline-block;
  width: auto;
  padding: 0 30px;
  line-height: 42px;
  border: none;
  background: #0041C0;
  color: #fff;
  letter-spacing: 0.5px;
  border-radius: 8px;
  font-weight: normal;
  text-decoration: none;
  margin: 10px 0 0;
}
/*=========================For the product grids section=========================*/
#amasty-shopby-product-list .products.wrapper {
  margin: 8px 0 15px;
}
.page-products .columns .column.main {
  padding-left: 15px;
}
.page-products .columns .sidebar.sidebar-main {
  padding-right: 0px;
}
.page-products .products-grid .product-item {
  margin-bottom: 12px;
}
.page-products .product-item-info {
  width: 100%;
}
.page-products .product-items .ias-trigger {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 10px 0 30px;
}
.page-products .product-items button.load-more {
  background: #0041c0;
  color: #ffffff;
  line-height: 42px;
  padding: 0 30px;
  font-weight: normal;
  text-transform: capitalize;
  border-radius: 5px;
  letter-spacing: 0.5px;
  font-size: 15px;
  font-family: 'DINPro-Regular';
  border: none;
}
.page-products .product-item-details .product-item-actions .actions-primary {
  width: 48%;
  margin: 0 2% 0 0;
  float: left;
  display: none;
}
.page-products .product-item-details .product-item-actions .actions-primary button.action.tocart {
  color: #0041c0;
  border: 1px solid #0041c0;
  box-sizing: border-box;
  background: #ffffff;
  display: none;
}
.page-products .product-item-details .product-item-actions .actions-primary .action.tocart.learn-more {
  display: inline-block;
  width: 100%;
  text-align: center;
  line-height: 38px;
  border: 1px solid #0041c0;
  letter-spacing: 0.5px;
  border-radius: 12px;
  text-decoration: none;
  color: #0041c0;
  box-sizing: border-box;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.19);
}
.page-products .product-item-details .product-item-actions .actions-secondary {
  float: right;
  width: 48%;
  margin: 0 0 0 2%;
}
.page-products .product-item-details .product-item-actions .actions-secondary button.action.tocart {
  display: inline-block;
  width: 100%;
  padding: 0;
  border: none;
  border-radius: 12px;
  background: #0041c0;
  line-height: 40px;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  font-weight: normal;
  color: #ffffff;
  box-sizing: border-box;
  margin: 0;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.19);
}
.page-products .product-item-details .product-item-actions .buynow-btn {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.product-item-info {
  display: inline-block;
  position: relative;
  width: 100%;
  padding: 5%;
  box-sizing: border-box;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.14);
  border-radius: 20px;
}
.product-item-photo {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  text-align: center;
  margin: 20px 0 0;
}
.product-item-details {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.product-item-details .product-item-name {
  display: inline-block;
  width: 100%;
  margin: 5px 0 0;
  font-weight: normal;
}
.product-item-details .product-item-name a {
  display: inline-block;
  width: auto;
  vertical-align: top;
  font-family: 'DINPro-Bold';
  letter-spacing: 0.5px;
  font-weight: normal;
  line-height: 16px;
  color: #282828;
  text-decoration: none;
  height: 36px;
  overflow: hidden;
}
.product-item-details .product-item-name a:hover {
  color: #0041c0;
}
.product-item-details .product-sku {
  float: left;
  width: 100%;
  margin: 0 0 5px;
  line-height: 14px;
}
.product-item-details .product-sku span {
  display: inline-block;
  width: auto;
  vertical-align: top;
  font-size: 11px;
  font-family: 'DINPro-Bold';
  color: #373737;
  font-weight: normal;
  letter-spacing: 0.5px;
}
.product-item-details .price-box {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0 0 5px;
  line-height: 18px;
}
.product-item-details .price-box .price-label {
  display: none;
}
.product-item-details .price-box span {
  display: inline-block;
  width: auto;
  vertical-align: top;
  line-height: 18px;
}
.product-item-details .price-box span.price {
  font-size: 16px;
  margin: 0 5px 0 0;
  font-weight: normal;
  font-family: 'DINPro-Bold';
  color: #0041c0;
  letter-spacing: 0.5px;
}
.product-item-details .price-box span.old-price span.price {
  font-size: 12px;
  font-family: 'DINPro-Regular';
  color: #282828;
  text-decoration: line-through;
}
.product-item-details .price-box span.save-price {
  display: none;
}
.product-item-details .price-box span.mrp-incl {
  vertical-align: middle;
  font-size: 10px;
  line-height: 11px;
  letter-spacing: 0;
  color: #232323;
}
.product-item-details .offer-content-section {
  color: #000000;
  line-height: 18px;
  font-size: 12px;
  font-family: 'DINPro-Regular';
  min-height: 75px;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0 0 5px;
  font-weight: normal;
}
.product-item-details .offer-content-section ul {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding: 0;
  list-style: none;
}
.product-item-details .offer-content-section ul li {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0;
}
.product-item-details .product-item-inner {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.product-item-details .product-item-actions {
  margin: 0 0 5px !important;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.product-item-details .product-item-actions .actions-primary {
  width: 100%;
  vertical-align: top;
}
.product-item-details .product-item-actions .actions-primary button.action.tocart {
  display: inline-block;
  width: 100%;
  padding: 0;
  border: none;
  border-radius: 12px;
  background: #0041c0;
  line-height: 40px;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  font-weight: normal;
  color: #ffffff;
}
.product-item-details .product-item-actions .action.towishlist {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 1;
}
.product-item-details .product-item-actions .action.towishlist:before {
  content: " ";
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url('../../frontend/OM/Desktop/en_US/images/pdp-wishlist.svg') no-repeat scroll center / 24px;
}
.product-item-details .product-item-actions .action.tocompare {
  display: inline-block;
  width: auto;
  vertical-align: top;
  height: 20px;
  position: absolute;
  bottom: 36px;
  left: calc((55% - 71px)/2);
  transform: none;
}
.product-item-details .product-item-actions .action.tocompare span {
  display: inline-block;
  position: static;
  width: auto;
  height: 20px;
  margin: 0;
  font-size: 12px;
  color: #000;
  font-family: "DINPro-Bold";
  padding: 0 0 0 24px;
  line-height: 20px;
  vertical-align: top;
}
.product-item-details .product-item-actions .action.tocompare span:before {
  border: 2px solid #505050;
  border-radius: 2px;
  content: "";
  height: 14px;
  left: 0;
  position: absolute;
  transition: all .25s ease 0s;
  width: 14px;
  box-sizing: border-box;
  top: 3px;
}
.product-item-details .product-item-actions .action.tocompare.already-added span:before {
  border-color: #0041c0;
}
.product-item-details .product-item-actions .action.tocompare.already-added span:after {
  content: " ";
  position: absolute;
  left: 2px;
  height: 10px;
  width: 10px;
  top: 5px;
  background: #0041c0 url("../../frontend/OM/Desktop/en_US/images/tick.svg") no-repeat scroll center / 8px;
}
.product-item-details .product-reviews-summary {
  display: none;
}
.product-item-details .discount-container {
  display: inline-block;
  width: auto;
  vertical-align: top;
  position: absolute;
  /*top: 12px;*/
  top: 40px;
  left: 12px;
  line-height: 18px;
  font-size: 12px;
  font-family: "DINPro-Bold";
  font-weight: normal;
  letter-spacing: 0px;
  text-transform: uppercase;
  color: #0041C0;
  z-index: 1;
}
.product-item-details .companyname {
  display: inline-block;
  width: auto;
  vertical-align: top;
  height: auto;
  position: absolute;
  top: 12px;
  left: -6px;
  z-index: 1;
}
.product-item-details .companyname img {
  display: inline-block;
  width: auto;
  vertical-align: top;
  height: 36px;
}
.product-item-details .companyname.tag-2 {
  top: 56px;
}
.product-item-details .companyname.tag-3 {
  top: 100px;
}
.product-item-details .companyname.-extended-warranty,
.product-item-details .companyname.extended-warranty {
  top: 0;
  right: 10px;
  left: auto;
}
.product-item-details .companyname.-extended-warranty ~ .product-item-inner .actions-secondary .action.towishlist,
.product-item-details .companyname.extended-warranty ~ .product-item-inner .actions-secondary .action.towishlist {
  top: 44px;
}
.product-item-details .companyname.-extended-warranty img,
.product-item-details .companyname.extended-warranty img {
  height: 44px;
}
.product-item-details .companyname + .discount-container {
  top: 40px;
}
.product-item-details .companyname.tag-1.-extended-warranty + .discount-container,
.product-item-details .companyname.tag-1.extended-warranty + .discount-container {
  /*top: 12px;*/
}
/*=========================For the product list view section=========================*/
.page-products .products-list .product-item {
  margin-bottom: 12px;
}
.page-products .products-list .product-items {
  margin: 0;
}
.page-products .products-list .product-item-info {
  padding: 30px;
  display: inline-block;
}
.page-products .products-list .product-item-photo {
  padding: 0 30px 0 0;
}
.page-products .products-list .product-item-details .product-item-inner {
  width: 80%;
}
.page-products .products-list .product-item-details .product-item-name {
  line-height: 18px;
}
.page-products .products-list .product-item-details .product-item-name a {
  height: auto;
}
.page-products .products-list .product-item-details .product-item-description {
  display: none;
}
.page-products .products-list .product-item-details .product-item-actions .action.tocompare {
  left: 122px;
  transform: none;
}
/*=========================For the product page image section scrolling and hover zoom=========================*/
.catalog-product-view .product-info-top-sec {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  position: relative;
}
.catalog-product-view .product-info-top-sec .product-media-container {
  float: left;
  width: 45%;
  transition: all 2s ease 0s;
}
.catalog-product-view .product-info-top-sec .product-media-container .product.media {
  width: 100%;
  max-width: 100%;
  margin: 0;
}
.catalog-product-view .product-info-top-sec .product-media-container.fixed {
  position: sticky;
}
.catalog-product-view .product-info-top-sec .product-media-container .magnifier-preview {
  top: 0 !important;
  width: 75% !important;
  left: 100% !important;
  height: calc((100% - 124px)) !important;
  border: 1px solid #cfcfcf;
  border-radius: 12px;
}
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 #cccccc;
}
.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 #cccccc;
}
.table-comparison .cell.label .attribute.label {
  display: block;
  width: 100%;
  word-wrap: break-word;
}
.table-comparison .cell.attribute {
  font-size: 1.3rem;
}
.table-comparison .cell.attribute img {
  height: auto;
  max-width: 100%;
}
.table-comparison .product-item-photo {
  display: block;
  margin: 0 auto 15px;
}
.table-comparison .product-image-photo {
  margin-left: 0;
}
.table-comparison .product-item-actions,
.table-comparison .price-box,
.table-comparison .product.rating,
.table-comparison .product-item-name {
  display: block;
  margin: 15px 0;
}
.table-comparison .product-addto-links {
  margin-top: 15px;
}
.table-comparison .product-addto-links .action.split,
.table-comparison .product-addto-links .action.toggle {
  line-height: 1.2rem;
  padding: 5px 8px;
  font-size: 1.1rem;
}
.table-comparison .product-addto-links .action.toggle {
  padding: 0;
}
.table-comparison .cell.remove {
  padding-bottom: 0;
  padding-top: 0;
  text-align: right;
}
.table-comparison .product-item-actions > .actions-primary + .actions-secondary {
  margin-top: 10px;
}
.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;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /*======================Custom Css for filter section======================*/
  #layered-filter-block .filter-subtitle {
    font-size: 13px;
  }
  #layered-filter-block .filter-options-item {
    border-radius: 8px;
    padding: 5%;
  }
  #layered-filter-block .filter-options-item .filter-options-title {
    font-size: 13px;
  }
  #layered-filter-block .filter-options-item .item a {
    font-size: 12px;
  }
  .amshopby-slider-container .amshopby-slider-display {
    font-size: 12px;
  }
  /*======================Custom Css for toolbar======================*/
  .toolbar {
    /*.modes-mode {
			padding: 0 5px;		
		}
		
		.sorter {
			.sorter-label {
				font-size: 12px;
				letter-spacing: 0px;
			}
		}
		
		.sorter-options { 
			margin: 0 0 0 5px;
			padding: 0 20px 0 5px;
			font-size: 10px;
			letter-spacing: 0.2px;
		}
		
		.total-product-count {
			margin: 0 5px;
			font-size: 10px;
			letter-spacing: 0.2px;
		}*/
  }
  /*======================Custom Css for product grids======================*/
  .page-products .product-item-info {
    border-radius: 8px;
  }
  .page-products .product-item-details .product-item-actions .actions-primary .action.tocart.learn-more {
    font-size: 12px;
    border-radius: 5px;
    line-height: 30px;
  }
  .page-products .product-item-details .product-item-actions .actions-secondary button.action.tocart {
    margin: 0;
    line-height: 32px;
    border-radius: 5px;
    font-size: 12px;
  }
  .page-products .products-grid .product-items {
    margin: 0;
  }
  .product-item-details .product-item-name a {
    font-size: 12px;
  }
  .product-item-details .product-item-actions .action.tocompare {
    bottom: 20px;
  }
  .product-item-details .product-item-actions .action.tocompare span {
    font-size: 11px;
  }
  .product-item-details .price-box {
    height: 30px;
  }
  .product-item-details .price-box span.price {
    font-size: 14px;
    margin: 0 8px 0 0;
  }
  .product-item-details .price-box span.old-price span.price {
    font-size: 10px;
  }
  .product-item-details .price-box span.mrp-incl {
    vertical-align: top;
    width: 100%;
  }
  .product-item-details .discount-container {
    right: 10px;
    /*top: 10px;*/
    top: 26px;
    font-size: 10px;
  }
  .product-item-details .companyname {
    top: 6px;
    left: -4.5px;
  }
  .product-item-details .companyname img {
    height: 28px;
  }
  .product-item-details .companyname.tag-2 {
    top: 36px;
  }
  .product-item-details .companyname.tag-3 {
    top: 66px;
  }
  .product-item-details .companyname.-extended-warranty,
  .product-item-details .companyname.extended-warranty {
    right: 10px;
    top: 0;
  }
  .product-item-details .companyname.-extended-warranty ~ .product-item-inner .actions-secondary .action.towishlist,
  .product-item-details .companyname.extended-warranty ~ .product-item-inner .actions-secondary .action.towishlist {
    top: 34px;
  }
  .product-item-details .companyname.-extended-warranty img,
  .product-item-details .companyname.extended-warranty img {
    height: 36px;
  }
  .product-item-details .companyname + .discount-container {
    top: 26px;
  }
  .product-item-details .companyname.tag-1.-extended-warranty + .discount-container,
  .product-item-details .companyname.tag-1.extended-warranty + .discount-container {
    /*top: 10px;*/
  }
  .product-item-details .offer-content-section {
    font-size: 9px;
    line-height: 16px;
    min-height: 68px;
  }
  .category-form-sec .category-form-pic {
    width: 48%;
    margin: 0 2% 0 0;
  }
  .category-form-sec .category-form-pic img {
    transform: scale(1.2);
    bottom: 21px;
  }
  .category-form-sec .category-filter-form {
    width: 50%;
  }
  .category-form-sec .category-filter-form form {
    padding: 5% 0;
  }
  .category-form-sec .category-filter-form p {
    font-size: 13px;
    line-height: 18px;
    margin: 0 0 4px;
  }
  .category-form-sec .category-filter-form .field {
    margin: 0 0 12px;
  }
  .category-form-sec .category-filter-form .field .option {
    margin: 7px 8px 7px 0;
  }
  .category-form-sec .category-filter-form .field .option label {
    padding: 6px;
    border-radius: 4px;
    font-size: 12px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  /*======================Custom Css for catgeory form======================*/
  .category-form-sec .category-form-pic img {
    bottom: 16px;
  }
  .category-form-sec .category-filter-form form {
    padding: 5% 0;
  }
  /*======================Custom Css for toolbar======================*/
  .toolbar {
    /*.modes-mode {
			padding: 0 5px;		
		}
		
		.sorter {
			.sorter-label {
				font-size: 12px;
				letter-spacing: 0px;
			}
		}
		
		.sorter-options { 
			margin: 0 0 0 5px;
			padding: 0 20px 0 5px;
			font-size: 10px;
			letter-spacing: 0.2px;
		}
		
		.total-product-count {
			margin: 0 10px;
			font-size: 12px;
			letter-spacing: 0.5px;
		}*/
  }
  /*======================Custom Css for product grids======================*/
  .product-item-details .product-item-actions .action.tocompare {
    bottom: 30px;
  }
  .product-item-details .offer-content-section {
    min-height: 75px;
  }
  .product-item-details .discount-container {
    top: 38px;
    font-size: 11px;
    line-height: 16px;
  }
  .product-item-details .companyname {
    top: 13px;
    left: -4.5px;
  }
  .product-item-details .companyname img {
    height: 32px;
  }
  .product-item-details .companyname.tag-2 {
    top: 48px;
  }
  .product-item-details .companyname.tag-3 {
    top: 83px;
  }
  .product-item-details .companyname.-extended-warranty,
  .product-item-details .companyname.extended-warranty {
    top: 0;
    left: auto;
    right: 12px;
  }
  .product-item-details .companyname.-extended-warranty ~ .product-item-inner .actions-secondary .action.towishlist,
  .product-item-details .companyname.extended-warranty ~ .product-item-inner .actions-secondary .action.towishlist {
    top: 40px;
  }
  .product-item-details .companyname.-extended-warranty img,
  .product-item-details .companyname.extended-warranty img {
    height: 38px;
  }
  .product-item-details .companyname + .discount-container {
    top: 38px;
  }
  .product-item-details .companyname.tag-1.-extended-warranty + .discount-container,
  .product-item-details .companyname.tag-1.extended-warranty + .discount-container {
    /*top: 12px;*/
  }
}
.search .fieldset .control .addon input {
  flex-basis: auto;
  width: 100%;
}
.block-search {
  margin-bottom: 0;
}
.block-search .block-title {
  display: none;
}
.block-search .block-content {
  margin-bottom: 0;
}
.block-search .label {
  text-decoration: none;
  display: inline-block;
  float: right;
}
.block-search .label > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.block-search .label:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 28px;
  color: #757575;
  content: '\e615';
  font-family: 'luma-icons';
  margin: 0 10px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block-search .label:hover:before {
  color: #333333;
}
.block-search .label:active:before {
  color: #333333;
}
.block-search .label.active + .control input {
  position: static;
}
.block-search .action.search {
  display: none;
}
.block-search .control {
  border-top: 1px solid #cccccc;
  clear: both;
  margin: 0 -15px -1px;
  padding: 0 15px;
}
.block-search input {
  font-size: 16px;
  left: -300%;
  margin: 15px 0;
  position: absolute;
}
.block-search .nested {
  display: none;
}
.search-autocomplete {
  display: none;
  margin-top: -15px;
  overflow: hidden;
  position: absolute;
  z-index: 3;
}
.search-autocomplete ul {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.search-autocomplete ul:not(:empty) {
  background: #ffffff;
  border: 1px solid #c2c2c2;
  border-top: 0;
}
.search-autocomplete ul li {
  border-top: 1px solid #e5e5e5;
  cursor: pointer;
  margin: 0;
  padding: 5px 40px 5px 10px;
  position: relative;
  text-align: left;
  white-space: normal;
}
.search-autocomplete ul li:first-child {
  border-top: none;
}
.search-autocomplete ul li:hover,
.search-autocomplete ul li.selected {
  background: #e8e8e8;
}
.search-autocomplete ul li .amount {
  color: #999999;
  position: absolute;
  right: 7px;
  top: 5px;
}
.form.search.advanced .fields.range .field:first-child {
  position: relative;
}
.form.search.advanced .fields.range .field:first-child .control {
  padding-right: 25px;
}
.form.search.advanced .fields.range .field:first-child .control:after {
  content: ' \2013 ';
  display: inline-block;
  position: absolute;
  right: 0;
  text-align: center;
  top: 6px;
  width: 25px;
}
.form.search.advanced .fields.range .field:last-child {
  position: relative;
}
.form.search.advanced .fields.range .field:last-child div.mage-error[generated] {
  left: 0;
  position: absolute;
  top: 32px;
}
.form.search.advanced .fields.range .field.with-addon .control {
  padding-right: 45px;
}
.form.search.advanced .group.price .addon .addafter {
  background: none;
  border: 0;
  padding-top: 6px;
  position: absolute;
  right: 0;
  top: 0;
}
.search-terms {
  line-height: 2em;
}
.search-terms > li {
  display: inline-block;
  margin-right: 10px;
}
.search.found {
  margin-bottom: 10px;
}
#search-voice-input {
  display: none !important;
  cursor: default;
  pointer-events: none;
}
.catalogsearch-result-index .page-title-wrapper {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  text-align: center;
}
.catalogsearch-result-index .page-title {
  display: inline-block;
  width: auto;
  vertical-align: top;
  font-size: 24px;
  margin: 10px 0 30px;
}
.catalogsearch-result-index .search.results dl.block {
  display: none;
}
.checkout-cart-index .page-main {
  padding-left: 0;
  padding-right: 0;
}
.checkout-cart-index .page-title-wrapper {
  padding-left: 15px;
  padding-right: 15px;
}
.cart-summary {
  background: #f5f5f5;
  margin-bottom: 25px;
  padding: 1px 0 25px;
}
.cart-summary > .title {
  font-size: 2.4rem;
  display: none;
  font-weight: 300;
  margin: 12px 0;
}
.cart-summary .block form:not(:last-of-type) .fieldset {
  margin: 0 0 25px;
}
.cart-summary .block .price {
  font-weight: 700;
}
.cart-summary .block .field {
  margin: 0 0 16px;
}
.cart-summary .block .actions-toolbar > .primary {
  text-align: left;
}
.cart-summary .block .actions-toolbar > .primary .action.primary {
  width: auto;
}
.cart-summary .block .title strong {
  font-size: 1.4rem;
  font-weight: 600;
}
.cart-summary .block .item-options {
  margin: 0 0 16px;
}
.cart-summary .block .item-options .field .radio {
  float: left;
  margin-top: 4px;
}
.cart-summary .block .item-options .field .radio + .label {
  display: block;
  margin: 0;
  overflow: hidden;
}
.page-main .cart-summary .block {
  margin-bottom: 0;
}
.cart-summary .checkout-methods-items {
  margin: 20px 0 0;
  padding: 0 15px;
  text-align: center;
}
.cart-summary .checkout-methods-items .action.primary.checkout {
  width: 100%;
}
.cart-summary .checkout-methods-items .item {
  margin-bottom: 25px;
}
.cart-summary .checkout-methods-items .item:last-child {
  margin-bottom: 0;
}
.cart-summary .message {
  padding-left: 20px;
}
.cart-summary .message > *:first-child:before {
  display: none;
}
.cart-totals tbody .mark,
.cart-totals tfoot .mark {
  text-align: left;
}
.cart-totals .discount.coupon {
  display: none;
}
.cart.table-wrapper .cart thead tr th.col {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 15px;
  padding-top: 24px;
}
.cart.table-wrapper .cart tbody td {
  border: 0;
}
.cart.table-wrapper .cart > .item {
  border-bottom: 1px solid #cccccc;
  position: relative;
}
.cart.table-wrapper .col {
  padding-top: 15px;
}
.cart.table-wrapper .col.price,
.cart.table-wrapper .col.subtotal,
.cart.table-wrapper .col.msrp {
  padding: 20px 11px 10px;
  text-align: center;
}
.cart.table-wrapper .col.qty {
  padding: 20px 11px 10px;
  text-align: center;
}
.cart.table-wrapper .col.qty .input-text {
  height: 36px;
  margin-top: -7px;
  text-align: center;
  width: 60px;
}
.cart.table-wrapper .col > .price {
  color: #7d7d7d;
  font-size: 1.8rem;
  font-weight: 700;
}
.cart.table-wrapper .item-actions td {
  padding-bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
  white-space: normal;
}
.cart.table-wrapper .item .col.item {
  display: block;
  min-height: 75px;
  padding: 15px 15px 10px 90px;
  position: relative;
}
.cart.table-wrapper .actions-toolbar {
  min-height: 20px;
  padding-bottom: 15px;
  position: relative;
}
.cart.table-wrapper .actions-toolbar > .action-edit,
.cart.table-wrapper .actions-toolbar > .action-delete {
  position: absolute;
  right: 16px;
  top: 0;
  display: inline-block;
  text-decoration: none;
}
.cart.table-wrapper .actions-toolbar > .action-edit > span,
.cart.table-wrapper .actions-toolbar > .action-delete > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.cart.table-wrapper .actions-toolbar > .action-edit:before,
.cart.table-wrapper .actions-toolbar > .action-delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 20px;
  color: #757575;
  content: '\e601';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.cart.table-wrapper .actions-toolbar > .action-edit:hover:before,
.cart.table-wrapper .actions-toolbar > .action-delete:hover:before {
  color: #333333;
}
.cart.table-wrapper .actions-toolbar > .action-edit:active:before,
.cart.table-wrapper .actions-toolbar > .action-delete:active:before {
  color: #757575;
}
.cart.table-wrapper .actions-toolbar > .action-delete {
  right: 0;
}
.cart.table-wrapper .actions-toolbar > .action-delete:before {
  content: '\e604';
}
.cart.table-wrapper .actions-toolbar > .action-delete:hover {
  text-decoration: none;
}
.cart.table-wrapper .action {
  margin-right: 25px;
}
.cart.table-wrapper .action:last-child {
  margin-right: 0;
}
.cart.table-wrapper .action.help.map {
  font-weight: 400;
}
.cart.table-wrapper .product-item-photo {
  display: block;
  left: 15px;
  max-width: 80px;
  padding: 0;
  position: absolute;
  top: 15px;
  width: 100%;
}
.cart.table-wrapper .product-item-name {
  font-size: 1.8rem;
  display: block;
  margin: -3px 0 5px;
}
.cart.table-wrapper .gift-registry-name-label:after {
  content: ':';
}
.cart.table-wrapper .item-options {
  margin-bottom: 0;
}
.cart.table-wrapper .product-item-name + .item-options {
  margin-top: 20px;
}
.cart.table-wrapper .action.configure {
  display: inline-block;
  margin: 10px 0 0;
}
.cart.table-wrapper .item .message {
  margin-top: 20px;
}
.cart-products-toolbar .toolbar-amount {
  left: inherit;
  margin: 25px 0 15px;
  padding: 0;
  position: relative;
  text-align: center;
  top: inherit;
}
.cart-products-toolbar-top {
  border-bottom: 1px solid #cccccc;
}
.cart-discount {
  border-bottom: 1px solid #cccccc;
  clear: left;
}
.cart-empty {
  padding-left: 15px;
  padding-right: 15px;
}
.cart-tax-info + .cart-tax-total,
.cart .cart-tax-info + .cart-tax-total {
  display: block;
}
.cart.table-wrapper .col.price,
.order-items.table-wrapper .col.price,
.cart.table-wrapper .col.qty,
.order-items.table-wrapper .col.qty,
.cart.table-wrapper .col.subtotal,
.order-items.table-wrapper .col.subtotal,
.cart.table-wrapper .col.msrp,
.order-items.table-wrapper .col.msrp {
  text-align: right;
}
/*======================Custom Css for disabled product and message======================*/
.pro-disabled-msg {
  display: none;
  width: 100%;
  vertical-align: top;
  text-align: center;
  margin: 25px 0 0;
  background: #FFEBEB;
  border: 1px solid #FFCFCF;
  border-radius: 8px;
}
.pro-disabled-msg span {
  display: inline-block;
  width: auto;
  vertical-align: top;
  line-height: 40px;
  color: #000;
  letter-spacing: 1px;
  font-size: 13px;
}
.pro-disabled-msg span b {
  display: inline-block;
  width: auto;
  vertical-align: top;
  font-weight: normal;
  color: #FF0000;
  font-family: "DINPro-Bold";
}
#shopping-cart-table .cart.item .product-item-details .disabled-product {
  display: none;
}
#shopping-cart-table .cart.item.disabled {
  opacity: 0.5;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.15);
}
#shopping-cart-table .cart.item.disabled .product-item-details .disabled-product {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
#shopping-cart-table .cart.item.disabled .product-item-details .disabled-product .out-stock-cont {
  display: inline-block;
  width: auto;
  vertical-align: top;
}
#shopping-cart-table .cart.item.disabled .product-item-details .disabled-product span {
  display: inline-block;
  width: auto;
  vertical-align: top;
  color: #FF0000;
}
#shopping-cart-table .cart.item.disabled .product-item-details .disabled-product a {
  color: #0040BF;
  text-decoration: underline;
}
/*======================Custom Css for pop-ups on cart page======================*/
.cart-page-popup .popup-box {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.cart-page-popup .popup-box .main-content {
  display: inline-block;
  width: 100%;
  max-width: 600px;
  box-sizing: border-box;
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  margin: 30px 0;
}
.cart-page-popup .popup-box .closediv {
  height: 20px;
  width: 20px;
  right: -10px;
  top: -10px;
}
.cart-page-popup .popup-box .closediv .close {
  display: inline-block;
  position: static;
  padding: 0;
  width: 20px;
  height: 20px;
  background-position: -65px -7px;
}
.cart-page-popup .popup-box .popup-heading {
  display: inline-block;
  width: auto;
  vertical-align: top;
  margin: 0 0 15px;
  font-size: 18px;
  font-weight: normal;
  text-transform: capitalize;
  letter-spacing: 1px;
  font-family: "DINPro-Bold";
  color: #282828;
}
.cart-page-popup .popup-box .popup-content {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  text-align: left;
}
#notifyform {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
#notifyform .fieldset {
  margin: 0;
}
#notifyform .field {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0 0 15px;
}
#notifyform .field .label {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  font-weight: normal;
  margin: 0;
}
#notifyform .field .label span {
  display: inline-block;
  width: auto;
  vertical-align: top;
  line-height: 18px;
  margin: 0 0 8px;
  font-size: 13px;
  font-family: "DINPro-Medium";
  letter-spacing: 0.5px;
}
#notifyform .field .control {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
#notifyform .field input {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  border: 1px solid #919191;
  box-shadow: none;
  padding: 0 12px;
  font-size: 13px;
  font-family: "DINPro-Regular";
  color: #282828;
  letter-spacing: 0.5px;
}
#notifyform .actions-toolbar {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  text-align: center;
  margin: 5px 0 0;
}
#notifyform .actions-toolbar .primary {
  width: 100%;
}
#notifyform .actions-toolbar button.action.submit {
  width: auto;
  float: none;
  margin: 0;
  padding: 0 30px;
  border: none;
  line-height: 40px;
  font-weight: normal;
  letter-spacing: 1px;
  text-transform: capitalize;
  background: #0041c0;
  font-size: 14px;
  font-family: "DINPro-Regular";
  border-radius: 6px;
}
.block.crosssell {
  padding: 0 15px;
  margin-top: 70px;
}
.block.crosssell .product-item-info {
  width: 200px;
}
.block-minicart .items-total {
  float: left;
  width: 100%;
  text-align: center;
  color: #000;
  letter-spacing: 0.5px;
  font-size: 16px;
  text-transform: capitalize;
  margin: 8px 0;
  background: #ececec;
  line-height: 40px;
  font-family: 'DINPro-Medium';
}
.block-minicart .items-total .count {
  /*font-weight: @font-weight__bold;*/
}
.block-minicart .subtotal {
  margin: 0;
  text-align: right;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding: 0 10px;
  box-sizing: border-box;
  background: #ececec;
}
.block-minicart .subtotal .label {
  float: left;
  width: auto;
  vertical-align: ;
  text-transform: capitalize;
  font-size: 15px;
  font-weight: normal;
  font-family: "DINPro-Medium";
  color: #000;
  line-height: 40px;
}
.block-minicart .subtotal .amount {
  float: right;
  width: auto;
}
.block-minicart .subtotal .amount .price-wrapper span.price {
  display: inline-block;
  width: auto;
  vertical-align: top;
  line-height: 40px;
  font-weight: normal;
  font-size: 15px;
  font-family: "DINPro-Bold";
  letter-spacing: 0.5px;
  color: #0041c0;
}
.block-minicart .amount .price-wrapper:first-child .price {
  font-size: 18px;
  font-weight: 700;
}
.block-minicart .subtitle {
  display: none;
}
.block-minicart .subtitle.empty {
  display: block;
  font-size: 14px;
  padding: 15px 0;
  text-align: center;
  font-weight: normal;
  font-family: "DINPro-Medium";
  letter-spacing: 0.5px;
}
.block-minicart dl.product.options.list {
  display: inline-block;
  vertical-align: top;
}
.block-minicart .text.empty {
  text-align: center;
}
.block-minicart .block-content > .actions {
  margin-top: 15px;
}
.block-minicart .block-content > .actions > .secondary {
  text-align: center;
}
.block-minicart .block-content > .actions > .primary {
  margin: 0 10px 15px;
}
.block-minicart .block-content > .actions > .primary .action.primary {
  display: block;
  width: 100%;
}
.block-minicart .block-content > .actions .paypal-logo {
  margin-top: 15px;
  text-align: center;
}
.block-minicart .block-category-link,
.block-minicart .block-product-link,
.block-minicart .block-cms-link,
.block-minicart .block-banners {
  margin: 15px 0 0;
  text-align: center;
}
.minicart-wrapper {
  display: inline-block;
  position: relative;
  float: right;
}
.minicart-wrapper:before,
.minicart-wrapper:after {
  content: '';
  display: table;
}
.minicart-wrapper:after {
  clear: both;
}
.minicart-wrapper .action.showcart {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.minicart-wrapper .action.showcart:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 28px;
  color: #757575;
  content: '\e611';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-wrapper .action.showcart:hover:before {
  color: #333333;
}
.minicart-wrapper .action.showcart:active:before {
  color: #757575;
}
.minicart-wrapper .action.showcart.active {
  display: inline-block;
  text-decoration: none;
}
.minicart-wrapper .action.showcart.active:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 28px;
  color: #757575;
  content: '\e611';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-wrapper .action.showcart.active:hover:before {
  color: #333333;
}
.minicart-wrapper .action.showcart.active:active:before {
  color: #757575;
}
.minicart-wrapper .block-minicart {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 100%;
  width: 320px;
  z-index: 101;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  right: -10px;
  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: 12px;
  top: -12px;
}
.minicart-wrapper .block-minicart:after {
  right: 11px;
  top: -14px;
}
.minicart-wrapper.active {
  overflow: visible;
}
.minicart-wrapper.active .block-minicart {
  display: block;
}
.minicart-wrapper .block-minicart {
  padding: 20px;
  border: none;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
  right: -5px;
  margin-top: 8px;
}
.minicart-wrapper .block-minicart .block-title {
  display: none;
}
.minicart-wrapper .product .actions {
  float: right;
  margin: -28px 0 0;
}
.minicart-wrapper .product .actions > .primary,
.minicart-wrapper .product .actions > .secondary {
  display: inline;
}
.minicart-wrapper .product .actions > .primary:not(:last-child),
.minicart-wrapper .product .actions > .secondary:not(:last-child) {
  margin-right: 15px;
}
.minicart-wrapper .action.close {
  height: 30px;
  position: absolute;
  right: 0;
  top: 0;
  width: 25px;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-shadow: none;
  font-weight: 400;
  display: inline-block;
  text-decoration: none;
}
.minicart-wrapper .action.close:focus,
.minicart-wrapper .action.close:active {
  background: none;
  border: none;
}
.minicart-wrapper .action.close:hover {
  background: none;
  border: none;
}
.minicart-wrapper .action.close.disabled,
.minicart-wrapper .action.close[disabled],
fieldset[disabled] .minicart-wrapper .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.minicart-wrapper .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.minicart-wrapper .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: 14px;
  color: #757575;
  content: '\e616';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-wrapper .action.close:hover:before {
  color: inherit;
}
.minicart-wrapper .action.close:active:before {
  color: inherit;
}
.minicart-wrapper .action.showcart {
  white-space: nowrap;
  position: relative;
}
.minicart-wrapper .action.showcart .counter.qty {
  background: #0041c0;
  color: #ffffff;
  line-height: 18px;
  height: 18px;
  line-height: 16px;
  border-radius: 50%;
  display: inline-block;
  margin: 0;
  width: 18px;
  overflow: hidden;
  padding: 0;
  text-align: center;
  white-space: normal;
  font-size: 10px;
  position: absolute;
  left: 18px;
  top: -3px;
}
.minicart-wrapper .action.showcart .counter.qty.empty {
  display: none;
}
.minicart-wrapper .action.showcart .counter.qty .loader > img {
  max-width: 24px;
}
.minicart-wrapper .action.showcart .counter-number {
  text-shadow: 0 0 7px #000000;
}
.minicart-wrapper .minicart-widgets {
  margin-top: 15px;
}
.minicart-items-wrapper {
  border: none;
  margin: 0;
  border-left: 0;
  border-right: 0;
  overflow-x: auto;
  padding: 12px 0 0;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.minicart-items {
  margin: 0;
  padding: 0;
  list-style: none none;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.minicart-items .product-item {
  padding: 20px 0;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.minicart-items .product-item .product {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.minicart-items .product-item .product .product-item-photo,
.minicart-items .product-item .product .product-image-container {
  width: 90px;
  margin: 0;
  text-align: left;
  vertical-align: top;
}
.minicart-items .product-item:not(:first-child) {
  border-top: 1px solid #cccccc;
}
.minicart-items .product-item:first-child {
  padding-top: 0;
}
.minicart-items .product-item-pricing .label {
  display: inline-block;
}
.minicart-items .price-minicart {
  margin-bottom: 5px;
}
.minicart-items .message {
  margin-bottom: 0;
  margin-top: 10px;
}
.minicart-items .product-item-name {
  font-weight: 400;
  margin: 0 0 10px;
}
.minicart-items .product-item-name a {
  color: #000000;
  font-size: 12px;
  font-weight: normal;
}
.minicart-items .product-item-pricing {
  display: inline-block;
  width: 75%;
  vertical-align: top;
}
.minicart-items .product-item-pricing .price-container {
  float: left;
  width: auto;
}
.minicart-items .product-item-pricing .price-container span {
  display: inline-block;
  width: auto;
  vertical-align: top;
  margin: 0;
  line-height: 24px;
}
.minicart-items .product-item-pricing .price-container span.price {
  font-size: 13px;
  font-weight: normal;
  font-family: "DINPro-Bold";
  letter-spacing: 0.5px;
  color: #0041c0;
}
.minicart-items .product-item-pricing .price-qty-cross {
  float: left;
  line-height: 24px;
  margin: 0 5px;
  width: 12px;
  text-align: center;
  font-weight: normal;
  color: #000;
  font-family: "DINPro-Medium";
  font-size: 13px;
}
.minicart-items .product-item-details {
  padding-left: 90px;
  display: block;
  box-sizing: border-box;
}
.minicart-items .product-item-details .price {
  font-weight: 700;
}
.minicart-items .product-item-details .price-including-tax,
.minicart-items .product-item-details .price-excluding-tax {
  margin: 5px 0;
}
.minicart-items .product-item-details .weee[data-label] {
  font-size: 1.1rem;
}
.minicart-items .product-item-details .details-qty {
  margin: 0;
  display: inline-block;
  width: auto;
  vertical-align: top;
}
.minicart-items .product-item-details .details-qty .label {
  display: none;
}
.minicart-items .product-item-details .details-qty .item-qty {
  display: inline-block;
  width: auto;
  vertical-align: top;
  border: none;
  text-align: left;
  height: 24px;
  line-height: 24px;
  font-size: 13px;
  padding: 0;
  font-family: "DINPro-Medium";
  box-shadow: none;
  max-width: 25px;
  cursor: default;
  pointer-events: none;
}
.minicart-items .product-item-details .product.actions {
  width: auto;
  margin: 0;
}
.minicart-items .product-item-details .product.actions .primary {
  display: none;
}
.minicart-items .product-item-details .product.actions .secondary {
  margin: 0 5px;
}
.minicart-items .product-item-details .product.actions .secondary .action.delete:before {
  color: #000;
  font-size: 14px;
}
.minicart-items .product > .product-item-photo,
.minicart-items .product > .product-image-container {
  float: left;
}
.minicart-items .product .toggle {
  border: 0;
  padding: 0 0 5px 0;
  white-space: nowrap;
}
.minicart-items .product .toggle:after {
  color: #8f8f8f;
  margin: 0 0 0 5px;
  position: static;
}
.minicart-items .product .active > .toggle:after {
  content: '\e621';
}
.minicart-items .product.pricing {
  margin-top: 3px;
}
.minicart-items .product.options .toggle.tooltip {
  display: inline-block;
  text-decoration: none;
}
.minicart-items .product.options .toggle.tooltip > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.minicart-items .product.options .toggle.tooltip:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 12px;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  margin: -3px 0 0 7px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-items .product.options .details {
  display: none;
}
.minicart-items .item-qty {
  text-align: center;
  width: 60px;
}
.minicart-items .update-cart-item {
  font-size: 1.1rem;
  margin-left: 5px;
  vertical-align: top;
}
.minicart-items .subtitle {
  display: none;
}
.minicart-items .action.edit,
.minicart-items .action.delete {
  display: inline-block;
  text-decoration: none;
}
.minicart-items .action.edit > span,
.minicart-items .action.delete > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.minicart-items .action.edit:before,
.minicart-items .action.delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 20px;
  color: #757575;
  content: '\e601';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-items .action.edit:hover:before,
.minicart-items .action.delete:hover:before {
  color: #333333;
}
.minicart-items .action.edit:active:before,
.minicart-items .action.delete:active:before {
  color: #757575;
}
.minicart-items .action.delete:before {
  content: '\e604';
}
#minicart-content-wrapper .product.actions {
  width: auto;
  margin: 0;
  display: none;
}
#minicart-content-wrapper .actions {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 20px 0 0;
}
#minicart-content-wrapper .actions .primary {
  float: left;
  margin: 0;
}
#minicart-content-wrapper .actions .secondary {
  float: right;
  width: auto;
}
#minicart-content-wrapper .actions button.action.checkout {
  border: none;
  padding: 0 20px;
  line-height: 40px;
  border-radius: 5px;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.5px;
  font-family: "DINPro-Medium";
  background: #0041c0;
}
#minicart-content-wrapper .actions .action.viewcart {
  float: right;
  width: auto;
  line-height: 40px;
  letter-spacing: 0.5px;
  font-family: "DINPro-Medium";
  text-decoration: underline;
  color: #0041c0;
}
.file-uploader-area {
  position: relative;
}
.file-uploader-area input[type='file'] {
  cursor: pointer;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  visibility: hidden;
  width: 0;
}
.file-uploader-area input[type='file']:focus + .file-uploader-button {
  box-shadow: 0 0 0 1px #006bb4;
}
.file-uploader-area input[type='file']:disabled + .file-uploader-button {
  cursor: default;
  opacity: .5;
  pointer-events: none;
}
.file-uploader-summary {
  display: inline-block;
  vertical-align: top;
}
.file-uploader-button {
  background: #eeeeee;
  border: 1px solid #cccccc;
  box-sizing: border-box;
  color: #333333;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.6rem;
  margin: 0;
  padding: 7px 15px;
  vertical-align: middle;
}
.file-uploader-button._is-dragover {
  background: #d4d4d4;
  border: 1px solid #006bb4;
}
.file-uploader-spinner {
  background-image: url('../../frontend/OM/Desktop/en_US/images/loader-1.gif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 15px;
  display: none;
  height: 30px;
  margin-left: 10px;
  vertical-align: top;
  width: 15px;
}
.file-uploader-preview .action-remove {
  bottom: 4px;
  cursor: pointer;
  display: block;
  height: 27px;
  left: 6px;
  padding: 2px;
  position: absolute;
  text-decoration: none;
  width: 25px;
  z-index: 2;
}
.file-uploader-preview .action-remove > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.file-uploader-preview .action-remove:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.6rem;
  line-height: inherit;
  color: #514943;
  content: '\e604';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-preview .action-remove:hover:before {
  color: #736963;
}
.file-uploader-preview:hover .preview-image img,
.file-uploader-preview:hover .preview-link:before {
  opacity: 0.7;
}
.file-uploader-preview .preview-link {
  display: block;
  height: 100%;
}
.file-uploader-preview .preview-image img {
  bottom: 0;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.file-uploader-preview .preview-video {
  display: inline-block;
  text-decoration: none;
}
.file-uploader-preview .preview-video:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 4rem;
  line-height: inherit;
  color: #cccccc;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-preview .preview-video:hover:before {
  color: #cccccc;
}
.file-uploader-preview .preview-video:before {
  left: 0;
  margin-top: -2rem;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 2;
}
.file-uploader-preview .preview-document {
  display: inline-block;
  text-decoration: none;
}
.file-uploader-preview .preview-document:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 7rem;
  line-height: inherit;
  color: #cccccc;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-preview .preview-document:hover:before {
  color: #cccccc;
}
.file-uploader-preview .preview-document:before {
  left: 0;
  margin-top: -3.5rem;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 2;
}
.file-uploader-preview,
.file-uploader-placeholder {
  background: #ffffff;
  border: 1px solid #cacaca;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 150px;
  line-height: 1;
  margin: 10px 25px 10px 0;
  overflow: hidden;
  position: relative;
  width: 150px;
}
.file-uploader._loading .file-uploader-spinner {
  display: inline-block;
}
.file-uploader .admin__field-note,
.file-uploader .admin__field-error {
  margin-bottom: 10px;
}
.file-uploader .file-uploader-filename {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 150px;
  word-break: break-all;
}
.file-uploader .file-uploader-filename:first-child {
  margin-bottom: 10px;
}
.file-uploader .file-uploader-meta {
  color: #9e9e9e;
}
.file-uploader .admin__field-fallback-reset {
  margin-left: 10px;
}
._keyfocus .file-uploader .action-remove:focus {
  box-shadow: 0 0 0 1px #006bb4;
}
.file-uploader-placeholder.placeholder-document {
  display: inline-block;
  text-decoration: none;
}
.file-uploader-placeholder.placeholder-document:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 5rem;
  line-height: inherit;
  color: #cccccc;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-placeholder.placeholder-document:hover:before {
  color: #cccccc;
}
.file-uploader-placeholder.placeholder-document:before {
  left: 0;
  position: absolute;
  right: 0;
  top: 20px;
  z-index: 2;
}
.file-uploader-placeholder.placeholder-image {
  display: inline-block;
  text-decoration: none;
}
.file-uploader-placeholder.placeholder-image:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 5rem;
  line-height: inherit;
  color: #cccccc;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-placeholder.placeholder-image:hover:before {
  color: #cccccc;
}
.file-uploader-placeholder.placeholder-image:before {
  left: 0;
  position: absolute;
  right: 0;
  top: 20px;
  z-index: 2;
}
.file-uploader-placeholder.placeholder-video {
  display: inline-block;
  text-decoration: none;
}
.file-uploader-placeholder.placeholder-video:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 3rem;
  line-height: inherit;
  color: #cccccc;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-placeholder.placeholder-video:hover:before {
  color: #cccccc;
}
.file-uploader-placeholder.placeholder-video:before {
  left: 0;
  position: absolute;
  right: 0;
  top: 30px;
  z-index: 2;
}
.file-uploader-placeholder-text {
  bottom: 0;
  color: #008bdb;
  font-size: 1.1rem;
  left: 0;
  line-height: 1.42857143;
  margin-bottom: 15%;
  padding: 0 20px;
  position: absolute;
  right: 0;
  text-align: center;
}
.data-grid-file-uploader {
  min-width: 7rem;
}
.data-grid-file-uploader._loading .file-uploader-spinner {
  display: block;
}
.data-grid-file-uploader._loading .file-uploader-button:before {
  display: none;
}
.data-grid-file-uploader .file-uploader-image {
  background: transparent;
  bottom: 0;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.data-grid-file-uploader .file-uploader-image + .file-uploader-area .file-uploader-button:before {
  display: none;
}
.data-grid-file-uploader .file-uploader-area {
  z-index: 2;
}
.data-grid-file-uploader .file-uploader-spinner {
  height: 100%;
  margin: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.data-grid-file-uploader .file-uploader-button {
  height: 48px;
  text-align: center;
  display: block;
  text-decoration: none;
}
.data-grid-file-uploader .file-uploader-button > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.data-grid-file-uploader .file-uploader-button:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.3rem;
  line-height: 48px;
  color: #8a837f;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.data-grid-file-uploader .file-uploader-button:hover:before {
  color: #666666;
}
.data-grid-file-uploader .action-select-wrap {
  float: left;
}
.data-grid-file-uploader .action-select-wrap .action-select {
  border: 1px solid #cacaca;
  display: block;
  height: 5rem;
  margin-left: -1px;
  padding: 0;
  width: 2rem;
}
.data-grid-file-uploader .action-select-wrap .action-select:after {
  border-color: #8a837f transparent transparent transparent;
  left: 50%;
  margin: 0 0 0 -5px;
}
.data-grid-file-uploader .action-select-wrap .action-select:hover:after {
  border-color: #666666 transparent transparent transparent;
}
.data-grid-file-uploader .action-select-wrap .action-select > span {
  display: none;
}
.data-grid-file-uploader .action-select-wrap .action-menu {
  left: 4rem;
  right: auto;
  z-index: 2;
}
.data-grid-file-uploader-inner {
  border: 1px solid #cacaca;
  float: left;
  height: 5rem;
  position: relative;
  width: 5rem;
}
.checkout-container {
  margin: 0 0 20px;
}
.opc-wrapper {
  margin: 0 0 20px;
}
.opc-wrapper .step-title {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 15px;
}
.opc-wrapper .step-content {
  margin: 0 0 40px;
}
.checkout-index-index .nav-sections,
.checkout-index-index .nav-toggle {
  /*display: none;*/
}
.checkout-index-index .logo {
  margin-left: 0;
}
.checkout-onepage-success .print {
  display: none;
}
.abs-discount-code .form-discount,
.checkout-payment-method .payment-option-content .form-discount {
  display: table;
  width: 100%;
}
.abs-discount-code .form-discount .actions-toolbar,
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar {
  display: table-cell;
  vertical-align: top;
  width: 1%;
}
.abs-discount-code .form-discount .actions-toolbar .primary,
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary {
  float: left;
}
.abs-discount-code .form-discount .actions-toolbar .primary .action,
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin: 0 0 0 -2px;
  white-space: nowrap;
  width: auto;
}
.abs-discount-code .form-discount > .field > .label,
.checkout-payment-method .payment-option-content .form-discount > .field > .label {
  display: none;
}
/*=======================Custom Css for the login section=======================*/
.checkout-customer-section {
  display: block;
  width: 100%;
  vertical-align: top;
  text-align: center;
  margin: 60px 0;
}
.checkout-customer-section .checkout-customer-sec {
  display: inline-block;
  width: 90%;
  vertical-align: top;
  max-width: 1000px;
  background: #f7f7f7;
  padding: 60px;
  box-sizing: border-box;
  color: #282828;
  letter-spacing: 0.5px;
}
.checkout-customer-section .customer-login-sec {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.checkout-customer-section .customer-login-sec .customer-top-cont {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.checkout-customer-section .customer-login-sec .cust-top-title {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.checkout-customer-section .customer-login-sec .cust-top-title span {
  display: inline-block;
  width: auto;
  vertical-align: top;
  font-size: 16px;
  font-family: "DINPro-Bold";
  line-height: 30px;
}
.checkout-customer-section .customer-login-sec .cust-top-label {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 5px 0;
}
.checkout-customer-section .customer-login-sec .cust-top-label span {
  display: inline-block;
  width: auto;
  vertical-align: top;
  margin: 0 0 15px;
}
.checkout-customer-section .customer-login-sec .cust-top-button {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.checkout-customer-section .customer-login-sec .cust-top-button button.action {
  display: inline-block;
  width: auto;
  vertical-align: top;
  box-shadow: 6px 6px 20px rgba(0, 0, 0, 0.14);
  border: none;
  background: #0041C0;
  color: #fff;
  padding: 0 80px;
  line-height: 40px;
  border-radius: 6px;
  font-weight: normal;
  letter-spacing: 0.5px;
  font-size: 14px;
}
.checkout-customer-section .customer-login-sec .customer-sec-divider {
  display: inline-block;
  width: 100%;
  padding: 0 10%;
  box-sizing: border-box;
  margin: 40px 0;
}
.checkout-customer-section .customer-login-sec .cust-divider {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  position: relative;
}
.checkout-customer-section .customer-login-sec .cust-divider span {
  display: inline-block;
  width: auto;
  vertical-align: top;
  line-height: 30px;
  font-size: 15px;
  letter-spacing: 1px;
  padding: 0 20px;
  background: #f7f7f7;
  z-index: 1;
  position: relative;
}
.checkout-customer-section .customer-login-sec .cust-divider:after {
  content: " ";
  width: 100%;
  display: inline-block;
  position: absolute;
  border-bottom: 1px solid #919191;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.checkout-customer-section .customer-login-sec .customer-bottom-cont {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.checkout-customer-section .customer-login-sec .cust-bottom-title {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.checkout-customer-section .customer-login-sec .cust-bottom-title span {
  display: inline-block;
  width: auto;
  vertical-align: top;
  line-height: 30px;
  font-size: 16px;
  font-weight: normal;
  font-family: "DINPro-Bold";
  letter-spacing: 0.5px;
}
.checkout-customer-section .customer-login-sec .cust-bottom-form-sec {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 10px 0 0;
}
.checkout-customer-section .customer-login-sec .cust-form {
  display: inline-block;
  width: 350px;
  vertical-align: top;
}
.checkout-customer-section .customer-login-sec form.customer-login {
  float: left;
  width: 100%;
}
.checkout-customer-section .customer-login-sec form.customer-login .fieldset {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0;
}
.checkout-customer-section .customer-login-sec form.customer-login .field {
  float: left;
  width: 70%;
  margin: 0;
}
.checkout-customer-section .customer-login-sec form.customer-login .field .label {
  display: none;
}
.checkout-customer-section .customer-login-sec form.customer-login .field .control {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.checkout-customer-section .customer-login-sec form.customer-login .field input {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  line-height: 40px;
  height: 40px;
  border-radius: 6px;
  color: #000000;
  background: transparent;
  font-size: 13px;
  letter-spacing: 0.8px;
  border: 1px solid #919191;
}
.checkout-customer-section .customer-login-sec form.customer-login .field.choice {
  width: 100%;
  margin: 15px 0 0;
}
.checkout-customer-section .customer-login-sec form.customer-login .field.choice .label {
  display: inline-block;
  width: auto;
  margin: 0;
  padding: 0 5px;
  line-height: 30px;
  font-size: 12px;
}
.checkout-customer-section .customer-login-sec form.customer-login .field.choice .label a {
  display: inline-block;
  width: auto;
  margin: 0 2px;
  font-family: "DINPro-Bold";
  font-weight: normal;
  color: #0041C0;
}
.checkout-customer-section .customer-login-sec form.customer-login .field.choice input {
  display: inline-block;
  width: auto;
  border: none;
  line-height: initial;
  vertical-align: top;
  height: auto;
  margin: 8px 0 0;
}
.checkout-customer-section .customer-login-sec form.customer-login .custom-error,
.checkout-customer-section .customer-login-sec form.customer-login .checked-box {
  color: red;
  float: left;
  width: 100%;
  text-align: center;
  font-size: 11px;
  letter-spacing: 0.5px;
  line-height: 20px;
}
.checkout-customer-section .customer-login-sec form.customer-login .actions-toolbar {
  float: right;
  width: 30%;
  padding: 0 0 0 10px;
  box-sizing: border-box;
}
.checkout-customer-section .customer-login-sec form.customer-login .actions-toolbar .primary {
  width: 100%;
}
.checkout-customer-section .customer-login-sec form.customer-login .actions-toolbar button.action.primary {
  display: inline-block;
  width: 100%;
  padding: 0;
  margin: 0;
  line-height: 40px;
  border: 1px solid #0041C0;
  letter-spacing: 1px;
  font-weight: normal;
  height: 40px;
  background: #fff;
  color: #0041C0;
  border-radius: 6px;
  font-size: 14px;
}
.checkout-customer-section .customer-verify-sec {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.checkout-customer-section .customer-verify-sec .customer-bottom-cont2 {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  max-width: 320px;
}
.checkout-customer-section .customer-verify-sec .customer-bottom-cont2 .cust-bottom-title {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.checkout-customer-section .customer-verify-sec .customer-bottom-cont2 .cust-bottom-title span {
  display: inline-block;
  width: auto;
  vertical-align: top;
  font-size: 16px;
  font-family: "DINPro-Bold";
  line-height: 30px;
}
.checkout-customer-section .customer-verify-sec .customer-bottom-cont2 .cust-bottom-label {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 5px 0;
}
.checkout-customer-section .customer-verify-sec .customer-bottom-cont2 .cust-bottom-label span {
  display: inline-block;
  width: auto;
  vertical-align: top;
  margin: 0 0 15px;
}
.checkout-customer-section .customer-verify-sec .customer-bottom-cont2 .cust-bottom-label span a {
  display: inline-block;
  width: auto;
  margin: 0 2px;
  font-family: "DINPro-Bold";
  font-weight: normal;
  color: #0041C0;
}
.checkout-customer-section .customer-verify-sec .customer-bottom-cont2 .cust-bottom-form-sec {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.checkout-customer-section .customer-verify-sec .customer-bottom-cont2 .cust-form {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.checkout-customer-section .customer-verify-sec .customer-bottom-cont2 form.form {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.checkout-customer-section .customer-verify-sec .customer-bottom-cont2 form.form .fieldset {
  display: inline-block;
  width: auto;
  vertical-align: top;
  margin: 0;
}
.checkout-customer-section .customer-verify-sec .customer-bottom-cont2 form.form .field {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0 0 15px;
}
.checkout-customer-section .customer-verify-sec .customer-bottom-cont2 form.form .control {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.checkout-customer-section .customer-verify-sec .customer-bottom-cont2 form.form input {
  float: left;
  width: calc((25% - 8px));
  margin: 0 5px;
  line-height: 40px;
  height: 40px;
  border-radius: 6px;
  color: #000000;
  background: transparent;
  font-size: 13px;
  letter-spacing: 0.8px;
  border: 1px solid #919191;
}
.checkout-customer-section .customer-verify-sec .customer-bottom-cont2 form.form input:first-child {
  margin-left: 0;
}
.checkout-customer-section .customer-verify-sec .customer-bottom-cont2 form.form input:last-child {
  margin-right: 0;
}
.checkout-customer-section .customer-verify-sec .customer-bottom-cont2 form.form .actions-toolbar {
  float: right;
  width: 100%;
  padding: 0;
  box-sizing: border-box;
}
.checkout-customer-section .customer-verify-sec .customer-bottom-cont2 form.form .actions-toolbar .primary {
  width: 100%;
}
.checkout-customer-section .customer-verify-sec .customer-bottom-cont2 form.form .actions-toolbar button.action.primary {
  display: inline-block;
  width: 100%;
  padding: 0;
  margin: 0;
  line-height: 40px;
  border: none;
  letter-spacing: 1px;
  font-weight: normal;
  height: 40px;
  background: #0041C0;
  color: #ffffff;
  border-radius: 6px;
  font-size: 14px;
}
/*=======================Custom Css for the checkout page=======================*/
.checkout-container .authentication-wrapper {
  display: none;
}
.checkout-container #checkoutSteps {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  background: #fff;
  border-radius: 20px;
  box-sizing: border-box;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.16);
  padding: 20px 30px;
}
.checkout-container #checkoutSteps .step-title {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding: 0 0 15px;
  margin: 0 0 15px;
  line-height: 28px;
  font-size: 20px;
  color: #282828;
  letter-spacing: 0.5px;
  border-bottom: 1px solid #919191;
}
.checkout-container #checkoutSteps .step-content {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.checkout-container #checkoutSteps .step-content form.form {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  max-width: 100%;
  margin-top: 0;
}
.checkout-container #checkoutSteps .step-content form.form.form-login .field {
  width: 50%;
  padding: 0 20px 0 0;
  margin: 15px 0;
}
.checkout-container #checkoutSteps .step-content form.form.form-login .actions-toolbar {
  margin: 0 10%;
  width: 80%;
}
.checkout-container #checkoutSteps .step-content form.form.form-login .actions-toolbar .primary {
  float: right;
}
.checkout-container #checkoutSteps .step-content form.form.form-login .actions-toolbar button.action.primary {
  width: auto;
  margin: 0;
  padding: 0 30px;
  letter-spacing: 0.5px;
  border-radius: 6px;
  line-height: 40px;
  border: none;
  font-weight: normal;
  font-family: "DINPro-Regular";
  font-size: 14px;
  text-transform: uppercase;
  background: #0041C0;
}
.checkout-container #checkoutSteps .step-content form.form.form-login .actions-toolbar .secondary {
  float: left;
  width: auto;
  vertical-align: top;
}
.checkout-container #checkoutSteps .step-content form.form.form-login .actions-toolbar a.action {
  display: inline-block;
  width: auto;
  vertical-align: top;
  margin: 0;
  line-height: 40px;
  color: #0041C0;
  letter-spacing: 0.5px;
  text-transform: capitalize;
  text-decoration: underline;
}
.checkout-container #checkoutSteps .step-content form.form.form-login .fieldset.hidden-fields {
  display: none !important;
}
.checkout-container #checkoutSteps .step-content form.form .actions-toolbar {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.checkout-container #checkoutSteps .step-content form.form .actions-toolbar button.action.primary {
  display: inline-block;
  width: auto;
  vertical-align: top;
  padding: 0 30px;
  border: none;
  margin: 0;
  line-height: 40px;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  font-size: 14px;
  background: #0041C0;
  border-radius: 6px;
  font-weight: normal;
}
.checkout-container #checkoutSteps .step-content .fieldset {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0;
}
.checkout-container #checkoutSteps .step-content .field {
  float: left;
  width: 50%;
  padding: 0 20px 12px 0;
  box-sizing: border-box;
  position: relative;
}
.checkout-container #checkoutSteps .step-content .field[name="billingAddress.customer_address_type"] {
  display: none;
}
.checkout-container #checkoutSteps .step-content .field.move-top[name="billingAddress.digi_code"] {
  width: 100%;
}
.checkout-container #checkoutSteps .step-content .field label {
  position: absolute;
  top: 0;
  left: 0;
  /*width: calc(~'(100% - 20px)');*/
  width: auto;
  color: #282828;
  transition: 0.2s all;
  cursor: text;
  margin: 0;
  padding: 0 10px;
  box-sizing: border-box;
  line-height: 40px;
  height: auto;
  display: inline-block;
  clip: auto;
  font-weight: normal;
}
.checkout-container #checkoutSteps .step-content .field label span {
  display: inline-block;
  width: auto;
  vertical-align: top;
  color: #282828;
  opacity: 0.6;
  font-size: 13px;
  letter-spacing: 0.5px;
}
.checkout-container #checkoutSteps .step-content .field label:after {
  color: #282828;
  opacity: 0.6;
}
.checkout-container #checkoutSteps .step-content .field label.active {
  top: -10px;
  line-height: 16px;
  font-size: 11px;
  background: #fff;
  left: 10px;
  padding: 0 5px;
  z-index: 1;
}
.checkout-container #checkoutSteps .step-content .field label.active span {
  font-size: 11px;
  font-family: "DINPro-Medium";
  color: #0041C0;
  opacity: 1;
}
.checkout-container #checkoutSteps .step-content .field label.active:after {
  color: #0041C0;
}
.checkout-container #checkoutSteps .step-content .field .control {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  position: static;
}
.checkout-container #checkoutSteps .step-content .field .control .field-error {
  float: left;
  width: auto;
  margin: 0;
  font-size: 10px;
  letter-spacing: 0.5px;
  position: absolute;
  line-height: 16px;
}
.checkout-container #checkoutSteps .step-content .field .control .field-error span {
  display: inline-block;
  width: auto;
  vertical-align: top;
}
.checkout-container #checkoutSteps .step-content .field .field-tooltip {
  display: none;
}
.checkout-container #checkoutSteps .step-content .field .note,
.checkout-container #checkoutSteps .step-content .field .field-note {
  display: none !important;
}
.checkout-container #checkoutSteps .step-content .field input {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0;
  padding: 0 10px;
  height: 40px;
  line-height: 40px;
  border-radius: 6px;
  border: 1px solid #919191;
  font-size: 13px;
  letter-spacing: 0.5px;
  box-shadow: none;
  box-sizing: border-box;
  color: #000000;
  font-weight: normal;
}
.checkout-container #checkoutSteps .step-content .field input:invalid {
  outline: 0;
}
.checkout-container #checkoutSteps .step-content .field input:focus ~ label,
.checkout-container #checkoutSteps .step-content .field input:valid ~ label {
  top: -10px;
  line-height: 16px;
  font-size: 11px;
  background: #fff;
  left: 10px;
  padding: 0 5px;
}
.checkout-container #checkoutSteps .step-content .field input:focus ~ label span,
.checkout-container #checkoutSteps .step-content .field input:valid ~ label span {
  font-size: 11px;
  font-family: "DINPro-Medium";
  color: #0041C0;
  opacity: 1;
}
.checkout-container #checkoutSteps .step-content .field input:focus ~ label:after,
.checkout-container #checkoutSteps .step-content .field input:valid ~ label:after {
  color: #0041C0;
}
.checkout-container #checkoutSteps .step-content .field.street {
  width: 100%;
  padding: 0;
}
.checkout-container #checkoutSteps .step-content .field.street legend {
  display: none;
}
.checkout-container #checkoutSteps .step-content .field.street .field {
  width: 50%;
  padding: 0 20px 12PX 0;
}
.checkout-container #checkoutSteps .step-content .field.street .field.additional {
  width: 50%;
  display: block;
  margin: 0;
}
.checkout-container #checkoutSteps .step-content .field.street .field.additional[name="shippingAddress.street.2"] {
  display: none;
}
.checkout-container #checkoutSteps .step-content .field.street .field.additional[name="billingAddress.street.2"] {
  display: none;
}
.checkout-container #checkoutSteps .step-content .field select.select {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding: 0 30px 0 10px;
  box-sizing: border-box;
  font-size: 13px;
  letter-spacing: 0.5px;
  border: 1px solid #919191;
  height: 40px;
  line-height: 40px;
  margin: 0;
  box-shadow: none;
  border-radius: 6px;
}
.checkout-container #checkoutSteps .step-content .field.addresses {
  width: 100%;
  padding: 0;
}
.checkout-container #checkoutSteps .step-content .field .shipping-address-items {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  align-items: initial;
}
.checkout-container #checkoutSteps .step-content .field .shipping-address-item {
  display: inline-block;
  width: calc((50% - 10px));
  padding: 20px 20px 20px 50px;
  margin: 10px;
  border: 1px solid #EEEEEE;
  border-radius: 8px;
  overflow: hidden;
  background: #F5F7FD;
  position: relative;
  color: #000;
  font-size: 13px;
  letter-spacing: 0.5px;
  text-transform: capitalize;
  line-height: 24px;
  box-sizing: border-box;
  transition: all 0.5s ease;
}
.checkout-container #checkoutSteps .step-content .field .shipping-address-item:before {
  border: none;
  content: none;
}
.checkout-container #checkoutSteps .step-content .field .shipping-address-item:nth-child(2n) {
  margin-right: 0;
}
.checkout-container #checkoutSteps .step-content .field .shipping-address-item:nth-child(2n - 1) {
  margin-left: 0;
}
.checkout-container #checkoutSteps .step-content .field .shipping-address-item .address-type-box {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0 0 5px;
  color: #00A0C6;
  font-family: "DINPro-Bold";
  font-size: 15px;
  letter-spacing: 0.5px;
}
.checkout-container #checkoutSteps .step-content .field .shipping-address-item .address-type-box br {
  display: none;
}
.checkout-container #checkoutSteps .step-content .field .shipping-address-item a {
  cursor: text;
  pointer-events: none;
  display: inline-block;
  width: auto;
  vertical-align: top;
  color: #000000;
  text-decoration: none;
}
.checkout-container #checkoutSteps .step-content .field .shipping-address-item button.action-select-shipping-item {
  float: none;
  display: inline-block;
  margin: 0;
  width: 26px;
  padding: 0;
  position: absolute;
  left: 14px;
  top: 18px;
  height: 26px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #cccccc;
  box-sizing: border-box;
}
.checkout-container #checkoutSteps .step-content .field .shipping-address-item button.action-select-shipping-item span {
  display: none;
}
.checkout-container #checkoutSteps .step-content .field .shipping-address-item.selected-item {
  border: 1px solid #0040BF;
}
.checkout-container #checkoutSteps .step-content .field .shipping-address-item.selected-item:after {
  position: absolute;
  left: 14px;
  top: 18px;
  background: #ffffff;
  height: 26px;
  width: 26px;
  border: 2px solid #0040BF;
  border-radius: 50%;
  box-sizing: border-box;
  padding: 0;
  content: " ";
}
.checkout-container #checkoutSteps .step-content .field .shipping-address-item.selected-item:before {
  content: " ";
  width: 16px;
  height: 16px;
  background: #0040BF;
  border-radius: 50%;
}
.checkout-container #checkoutSteps .step-content .field .shipping-address-item.selected-item span:after {
  content: " ";
  width: 14px;
  height: 14px;
  position: absolute;
  background: #0040BF;
  border-radius: 50%;
  left: 20px;
  top: 24px;
  z-index: 1;
}
.checkout-container #checkoutSteps .step-content .field .shipping-address-item .action.edit-address-link {
  /*display: inline-block !important;*/
  width: auto;
  margin: 0;
  position: absolute;
  right: 6px;
  top: 6px;
  width: 24px;
  height: 24px;
  line-height: 24px;
  background: url('../../frontend/OM/Desktop/en_US/images/edit-icon.svg') no-repeat scroll center / 18px;
}
.checkout-container #checkoutSteps .step-content .field .shipping-address-item .action.edit-address-link span {
  font-size: 0;
}
.checkout-container #checkoutSteps .step-content .field .shipping-address-item .action.edit-address-link span:after {
  content: none;
}
.checkout-container #checkoutSteps .step-content .field.save-address input {
  float: left;
  width: auto;
  border: none;
  line-height: 38px;
  height: 38px;
  padding: 0;
}
.checkout-container #checkoutSteps .step-content .field.save-address .label {
  position: static;
  line-height: 40px;
}
.checkout-container #checkoutSteps .step-content .field.save-address .label span {
  font-size: 13px;
  color: #282828;
}
.checkout-container #checkoutSteps .step-content .field[name="shippingAddress.area_name"] label,
.checkout-container #checkoutSteps .step-content .field[name="shippingAddress.country_id"] label,
.checkout-container #checkoutSteps .step-content .field[name="shippingAddress.region_id"] label,
.checkout-container #checkoutSteps .step-content .field[name="billingAddress.area_name"] label,
.checkout-container #checkoutSteps .step-content .field[name="billingAddress.region_id"] label,
.checkout-container #checkoutSteps .step-content .field[name="billingAddress.country_id"] label {
  top: -10px;
  line-height: 16px;
  font-size: 11px;
  background: #fff;
  left: 10px;
  padding: 0 5px;
}
.checkout-container #checkoutSteps .step-content .field[name="shippingAddress.area_name"] label span,
.checkout-container #checkoutSteps .step-content .field[name="shippingAddress.country_id"] label span,
.checkout-container #checkoutSteps .step-content .field[name="shippingAddress.region_id"] label span,
.checkout-container #checkoutSteps .step-content .field[name="billingAddress.area_name"] label span,
.checkout-container #checkoutSteps .step-content .field[name="billingAddress.region_id"] label span,
.checkout-container #checkoutSteps .step-content .field[name="billingAddress.country_id"] label span {
  font-size: 11px;
  font-family: "DINPro-Medium";
  color: #0041C0;
  opacity: 1;
}
.checkout-container #checkoutSteps .step-content .field[name="shippingAddress.area_name"] label:after,
.checkout-container #checkoutSteps .step-content .field[name="shippingAddress.country_id"] label:after,
.checkout-container #checkoutSteps .step-content .field[name="shippingAddress.region_id"] label:after,
.checkout-container #checkoutSteps .step-content .field[name="billingAddress.area_name"] label:after,
.checkout-container #checkoutSteps .step-content .field[name="billingAddress.region_id"] label:after,
.checkout-container #checkoutSteps .step-content .field[name="billingAddress.country_id"] label:after {
  color: #0041C0;
}
.checkout-container #checkoutSteps .step-content button.action-show-popup {
  float: right;
  width: auto;
  margin: 20px 0;
  padding: 0 30px;
  background: #0041C0;
  border: none;
  line-height: 40px;
  font-size: 14px;
  font-weight: normal;
  color: #fff;
  letter-spacing: 0.5px;
  font-family: "DINPro-Regular";
  border-radius: 6px;
}
.checkout-container #checkoutSteps .step-content .field[name="shippingAddress.custom_attributes.digi_code"] {
  display: none;
}
.checkout-container #checkoutSteps .step-content .address-type-container {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0;
}
.checkout-container #checkoutSteps .step-content .address-type-container .address-heading {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  font-size: 14px;
  letter-spacing: 0.5px;
  margin: 0 0 8px;
  font-family: "DINPro-Bold";
  color: #282828;
}
.checkout-container #checkoutSteps .step-content .address-type-container input {
  float: left;
  width: 16px;
  border: none;
  box-shadow: none;
  margin: 8px 0 0;
  line-height: 30px;
}
.checkout-container #checkoutSteps .step-content .address-type-container label {
  float: left;
  width: calc((30% - 20px));
  line-height: 28px;
  font-family: "DINPro-Bold";
  color: #282828;
  font-weight: normal;
  letter-spacing: 0.5px;
  font-size: 14px;
  padding: 0 5px;
  box-sizing: border-box;
}
.checkout-container #checkoutSteps .step-content .review-order-container {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0 0 20px;
}
.checkout-container #checkoutSteps .step-content .review-order-container h1.review-order {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0 0 15px;
  padding: 0 0 15px;
  color: #282828;
  font-size: 20px;
  line-height: 28px;
  border-bottom: 1px solid #919191;
}
.checkout-container #checkoutSteps .step-content .review-order-container .review-s-address,
.checkout-container #checkoutSteps .step-content .review-order-container .review-b-address {
  float: left;
  width: calc((50% - 10px));
  background: #F5F7FD;
  padding: 20px;
  box-sizing: border-box;
  margin: 10px 10px 10px 0;
  border-radius: 6px;
  border: 1px solid #eeeeee;
}
.checkout-container #checkoutSteps .step-content .review-order-container .review-b-address {
  margin: 10px 0 10px 10px;
}
.checkout-container #checkoutSteps .step-content .review-order-container .shipping-information-title {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0 0 5px;
}
.checkout-container #checkoutSteps .step-content .review-order-container .shipping-information-title span {
  float: left;
  width: auto;
  vertical-align: top;
  color: #00A0C6;
  font-family: "DINPro-Bold";
  font-weight: normal;
  letter-spacing: 0.5px;
  font-size: 15px;
}
.checkout-container #checkoutSteps .step-content .review-order-container .shipping-information-title button.action-edit {
  float: right;
  width: 24px;
  height: 24px;
  border: none;
  background: url('../../frontend/OM/Desktop/en_US/images/edit-icon.svg') no-repeat scroll center / 18px;
  padding: 0;
  display: none;
}
.checkout-container #checkoutSteps .step-content .review-order-container .shipping-information-title button.action-edit span {
  display: none;
  font-size: 0px;
}
.checkout-container #checkoutSteps .step-content .review-order-container .shipping-information-content {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  line-height: 24px;
  font-size: 13px;
  letter-spacing: 0.5px;
  color: #000000;
}
.checkout-container #checkoutSteps .step-content .review-order-container .shipping-information-content a {
  color: #000000;
  letter-spacing: 0.5px;
  cursor: text;
  pointer-events: none;
  text-decoration: none;
}
.checkout-container #checkoutSteps #billing-address-container {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.checkout-container #checkoutSteps #billing-address-container .billing-address-form {
  margin: 20px 0 0;
}
.checkout-container #checkoutSteps #billing-address-container .field.choice {
  width: 100%;
  padding: 0;
}
.checkout-container #checkoutSteps #billing-address-container .field.choice input[type="checkbox"] {
  float: left;
  width: 15px;
  border: none;
  padding: 0;
}
.checkout-container #checkoutSteps #billing-address-container .field.choice label {
  float: none;
  width: auto;
  position: static;
  line-height: 40px;
  max-width: calc((100% - 40px));
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
}
.checkout-container #checkoutSteps #billing-address-container .field.choice label span {
  color: #000;
  opacity: 1;
  font-size: 14px;
  letter-spacing: 0.5px;
}
.checkout-container #checkoutSteps #billing-address-container .field.choice .gstin-text {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  font-size: 12px;
  letter-spacing: 0.5px;
  color: #282828;
  font-weight: normal;
  font-family: "DINPro-Medium";
  line-height: 18px;
  padding: 0 0 0 20px;
  box-sizing: border-box;
  margin: -7px 0 0 0;
}
.checkout-container #checkoutSteps #billing-address-container .form-billing-address {
  float: left;
  width: 100%;
  margin: 20px 0;
}
.checkout-container #checkoutSteps #checkout-step-shipping {
  margin: 0;
}
.checkout-container .checkout-shipping-address,
.checkout-container .checkout-shipping-method {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.checkout-container #opc-shipping_method .checkout-shipping-method .step-title {
  display: none;
}
.checkout-container .opc-sidebar {
  margin: 0 0 20px;
}
.checkout-container .opc-sidebar .opc-block-summary {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  vertical-align: top;
  background: #ffffff;
  padding: 20px 30px;
  box-sizing: border-box;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.16);
  border-radius: 20px;
}
.checkout-container .opc-sidebar .opc-block-summary .title {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding: 0 0 15px;
  margin: 0 0 15px;
  line-height: 28px;
  font-size: 20px;
  color: #282828;
  letter-spacing: 0.5px;
  border-bottom: 1px solid #919191;
}
.checkout-container .opc-sidebar .opc-block-summary .items-in-cart {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  order: 1;
  margin: 0;
}
.checkout-container .opc-sidebar .opc-block-summary .items-in-cart .title {
  background: #ececec;
  padding: 0 13px;
  box-sizing: border-box;
  border: none;
  line-height: 36px;
  border-radius: 5px;
}
.checkout-container .opc-sidebar .opc-block-summary .items-in-cart .title strong {
  display: inline-block;
  width: auto;
  vertical-align: top;
  line-height: 36px;
  font-size: 16px;
  font-family: "DINPro-Medium";
  color: #000000;
  font-weight: normal;
}
.checkout-container .opc-sidebar .opc-block-summary .items-in-cart .title:after {
  margin: 0;
  top: 14px;
  right: 14px;
}
.checkout-container .opc-sidebar .opc-block-summary .items-in-cart .minicart-items {
  /*display: inline-block !important;*/
}
.checkout-container .opc-sidebar .opc-block-summary .items-in-cart .minicart-items-wrapper {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0 0 15px;
  padding: 0;
}
.checkout-container .opc-sidebar .opc-block-summary .items-in-cart .product-item {
  padding-bottom: 15px;
  border-top: none;
  border-bottom: 1px dashed #919191;
}
.checkout-container .opc-sidebar .opc-block-summary .items-in-cart .product-item-name-block {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding: 0;
}
.checkout-container .opc-sidebar .opc-block-summary .items-in-cart .product-item-name {
  font-size: 12px;
  letter-spacing: 0.5px;
  line-height: 18px;
  font-family: "DINPro-Bold";
  margin: 0 0 5px;
}
.checkout-container .opc-sidebar .opc-block-summary .items-in-cart .details-qty .label {
  display: inline-block;
  margin: 0 5px 0 0;
  vertical-align: top;
  width: auto;
  font-size: 12px;
  letter-spacing: 0.5px;
}
.checkout-container .opc-sidebar .opc-block-summary .items-in-cart .details-qty .value {
  display: inline-block;
  width: auto;
  vertical-align: top;
  font-size: 12px;
  font-family: "DINPro-Bold";
}
.checkout-container .opc-sidebar .opc-block-summary .items-in-cart .subtotal {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.checkout-container .opc-sidebar .opc-block-summary .items-in-cart .subtotal span {
  display: inline-block;
  width: auto;
  vertical-align: top;
  margin: 0;
}
.checkout-container .opc-sidebar .opc-block-summary .items-in-cart .subtotal span.price {
  font-weight: normal;
  font-family: "DINPro-Bold";
  letter-spacing: 0.5px;
  margin: 6px 0 0;
  color: #0041c0;
  font-size: 14px;
}
.checkout-container .opc-sidebar .opc-block-summary .table-totals {
  padding: 0;
  border: none;
  order: 2;
}
.checkout-container .opc-sidebar .opc-block-summary .table-totals th {
  padding: 0;
  line-height: 30px;
  height: 30px;
  color: #000000;
  font-size: 13px;
  letter-spacing: 0.5px;
}
.checkout-container .opc-sidebar .opc-block-summary .table-totals th span.value {
  display: none;
}
.checkout-container .opc-sidebar .opc-block-summary .table-totals .amount {
  padding: 0;
}
.checkout-container .opc-sidebar .opc-block-summary .table-totals .amount span.price {
  display: inline-block;
  width: auto;
  vertical-align: top;
  height: 30px;
  line-height: 30px;
  color: #000000;
  letter-spacing: 0.5px;
}
.checkout-container .opc-sidebar .opc-block-summary .table-totals .totals-tax-summary {
  display: none;
}
.checkout-container .opc-sidebar .opc-block-summary .table-totals .totals-tax-summary th {
  border: none;
}
.checkout-container .opc-sidebar .opc-block-summary .table-totals .totals-tax-summary td.amount {
  border: none;
}
.checkout-container .opc-sidebar .opc-block-summary .table-totals .totals-tax-summary td.amount span.price {
  padding: 0;
}
.checkout-container .opc-sidebar .opc-block-summary .table-totals .totals-tax-summary td.amount span.price:after {
  content: none;
}
.checkout-container .opc-sidebar .opc-block-summary .table-totals .totals-tax-details {
  display: table-row;
  border: none;
}
.checkout-container .opc-sidebar .opc-block-summary .table-totals .grand.totals th {
  line-height: 40px;
  height: 40px;
  border-top: none;
}
.checkout-container .opc-sidebar .opc-block-summary .table-totals .grand.totals th strong {
  padding: 0;
  font-weight: normal;
  font-size: 15px;
  font-family: "DINPro-Bold";
  width: 100%;
  margin: 15px 0;
  border-top: 1px solid #919191;
  border-bottom: 1px solid #919191;
}
.checkout-container .opc-sidebar .opc-block-summary .table-totals .grand.totals td {
  border-top: none;
}
.checkout-container .opc-sidebar .opc-block-summary .table-totals .grand.totals td strong {
  width: 100%;
  font-weight: normal;
  font-family: "DINPro-Bold";
  line-height: 40px;
  padding: 0;
  margin: 15px 0;
  border-top: 1px solid #919191;
  border-bottom: 1px solid #919191;
  font-size: 17px;
}
.checkout-container .opc-sidebar .opc-block-summary .table-totals .grand.totals td span.price {
  height: 40px;
  line-height: 40px;
}
.checkout-container .opc-sidebar .opc-block-summary .table-totals .totals.discount th span.title {
  margin: 0;
  padding: 0;
  border: none;
  font-size: 13px;
  line-height: 30px;
  color: #000000;
}
.checkout-container .opc-sidebar .opc-block-summary .free-delivery {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  order: 3;
  margin: 0 0 15px;
}
.checkout-container .opc-sidebar .opc-block-summary .free-delivery p {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0;
  line-height: 28px;
  font-size: 14px;
  letter-spacing: 0.5px;
  color: #282828;
}
.checkout-container .opc-sidebar .opc-block-summary .free-delivery p b {
  display: inline-block;
  width: auto;
  vertical-align: top;
  font-weight: normal;
  font-family: "DINPro-Bold";
  margin: 0 0 0 5px;
  color: #000000;
}
.checkout-container .opc-sidebar .opc-block-summary .custom-text {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  order: 4;
}
.checkout-container .opc-sidebar .opc-block-summary .custom-text p {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0;
  font-size: 12px;
  letter-spacing: 0.5px;
  line-height: 16px;
  color: #282828;
}
.checkout-container .opc-sidebar .opc-block-shipping-information {
  display: none;
}
.checkout-container .opc-sidebar .final-checkout-btn {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 10px 0;
}
.checkout-container .opc-sidebar .final-checkout-btn button.pay-btn {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  border: none;
  line-height: 40px;
  padding: 0;
  border-radius: 6px;
  background: #0041C0;
  color: #fff;
  letter-spacing: 1px;
  font-size: 14px;
  font-weight: normal;
  font-family: "DINPro-Medium";
}
#checkout-step-shipping_method {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0;
}
#checkout-step-shipping_method #checkout-shipping-method-load {
  display: none;
}
/*=======================Custom Css for the checkout page pop-ups=======================*/
.checkout-index-index .modal-popup .modal-inner-wrap {
  padding: 20px;
  box-sizing: border-box;
}
.checkout-index-index .modal-popup .modal-header {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding: 0 0 15px;
  margin: 0 0 15px;
  border-bottom: 1px solid #919191;
}
.checkout-index-index .modal-popup .modal-header .action-close {
  margin: 5px;
  width: 20px;
  text-align: center;
  height: 20px;
  line-height: 20px;
}
.checkout-index-index .modal-popup .modal-header .action-close:before {
  line-height: 18px;
}
.checkout-index-index .modal-popup .modal-header .modal-title {
  display: inline-block;
  width: auto;
  vertical-align: top;
  margin: 0;
  padding: 0;
  border: none;
  line-height: 28px;
  font-size: 20px;
  letter-spacing: 0.5px;
}
.checkout-index-index .modal-popup .modal-footer {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding: 15px 0 5px;
  border: none;
}
.checkout-index-index .modal-popup .modal-footer button.action.secondary {
  float: left;
  margin: 0;
  line-height: 40px;
  color: #0041C0;
  text-decoration: underline;
  font-size: 14px;
  letter-spacing: 0.5px;
}
.checkout-index-index .modal-popup .modal-footer button.action.primary {
  float: right;
  margin: 0;
  border: none;
  background: #0041C0;
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.5px;
  padding: 0 30px;
  line-height: 40px;
}
.checkout-index-index .modal-popup .modal-content {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding: 0;
}
.checkout-index-index .modal-popup .modal-content form.form,
.checkout-index-index .modal-popup .modal-content .billing-address-form {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  max-width: 100%;
  margin: 15px 0;
}
.checkout-index-index .modal-popup .modal-content form.form .fieldset,
.checkout-index-index .modal-popup .modal-content .billing-address-form .fieldset {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0;
}
.checkout-index-index .modal-popup .modal-content form.form .field,
.checkout-index-index .modal-popup .modal-content .billing-address-form .field {
  float: left;
  width: 50%;
  padding: 0 20px 12px 0;
  box-sizing: border-box;
  position: relative;
}
.checkout-index-index .modal-popup .modal-content form.form .field label,
.checkout-index-index .modal-popup .modal-content .billing-address-form .field label {
  position: absolute;
  top: 0;
  left: 0;
  /*width: calc(~'(100% - 20px)');*/
  width: auto;
  color: #282828;
  transition: 0.2s all;
  cursor: text;
  margin: 0;
  padding: 0 10px;
  box-sizing: border-box;
  line-height: 40px;
  height: auto;
  display: inline-block;
  clip: auto;
  font-weight: normal;
}
.checkout-index-index .modal-popup .modal-content form.form .field label span,
.checkout-index-index .modal-popup .modal-content .billing-address-form .field label span {
  display: inline-block;
  width: auto;
  vertical-align: top;
  color: #282828;
  opacity: 0.6;
  font-size: 13px;
  letter-spacing: 0.5px;
}
.checkout-index-index .modal-popup .modal-content form.form .field label:after,
.checkout-index-index .modal-popup .modal-content .billing-address-form .field label:after {
  color: #282828;
  opacity: 0.6;
}
.checkout-index-index .modal-popup .modal-content form.form .field label.active,
.checkout-index-index .modal-popup .modal-content .billing-address-form .field label.active {
  top: -10px;
  line-height: 16px;
  font-size: 11px;
  background: #fff;
  left: 10px;
  padding: 0 5px;
  z-index: 1;
}
.checkout-index-index .modal-popup .modal-content form.form .field label.active span,
.checkout-index-index .modal-popup .modal-content .billing-address-form .field label.active span {
  font-size: 11px;
  font-family: "DINPro-Medium";
  color: #0041C0;
  opacity: 1;
}
.checkout-index-index .modal-popup .modal-content form.form .field label.active:after,
.checkout-index-index .modal-popup .modal-content .billing-address-form .field label.active:after {
  color: #0041C0;
}
.checkout-index-index .modal-popup .modal-content form.form .field .control,
.checkout-index-index .modal-popup .modal-content .billing-address-form .field .control {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  position: static;
}
.checkout-index-index .modal-popup .modal-content form.form .field .control .field-error,
.checkout-index-index .modal-popup .modal-content .billing-address-form .field .control .field-error {
  float: left;
  width: auto;
  margin: 0;
  font-size: 10px;
  letter-spacing: 0.5px;
  position: absolute;
  line-height: 16px;
}
.checkout-index-index .modal-popup .modal-content form.form .field .control .field-error span,
.checkout-index-index .modal-popup .modal-content .billing-address-form .field .control .field-error span {
  display: inline-block;
  width: auto;
  vertical-align: top;
}
.checkout-index-index .modal-popup .modal-content form.form .field .field-tooltip,
.checkout-index-index .modal-popup .modal-content .billing-address-form .field .field-tooltip {
  display: none;
}
.checkout-index-index .modal-popup .modal-content form.form .field .note,
.checkout-index-index .modal-popup .modal-content .billing-address-form .field .note,
.checkout-index-index .modal-popup .modal-content form.form .field .field-note,
.checkout-index-index .modal-popup .modal-content .billing-address-form .field .field-note {
  display: none !important;
}
.checkout-index-index .modal-popup .modal-content form.form .field input,
.checkout-index-index .modal-popup .modal-content .billing-address-form .field input {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0;
  padding: 0 10px;
  height: 40px;
  line-height: 40px;
  border-radius: 6px;
  border: 1px solid #919191;
  font-size: 13px;
  letter-spacing: 0.5px;
  box-shadow: none;
  box-sizing: border-box;
  color: #000000;
  font-weight: normal;
}
.checkout-index-index .modal-popup .modal-content form.form .field input:invalid,
.checkout-index-index .modal-popup .modal-content .billing-address-form .field input:invalid {
  outline: 0;
}
.checkout-index-index .modal-popup .modal-content form.form .field input:focus ~ label,
.checkout-index-index .modal-popup .modal-content .billing-address-form .field input:focus ~ label,
.checkout-index-index .modal-popup .modal-content form.form .field input:valid ~ label,
.checkout-index-index .modal-popup .modal-content .billing-address-form .field input:valid ~ label {
  top: -10px;
  line-height: 16px;
  font-size: 11px;
  background: #fff;
  left: 10px;
  padding: 0 5px;
}
.checkout-index-index .modal-popup .modal-content form.form .field input:focus ~ label span,
.checkout-index-index .modal-popup .modal-content .billing-address-form .field input:focus ~ label span,
.checkout-index-index .modal-popup .modal-content form.form .field input:valid ~ label span,
.checkout-index-index .modal-popup .modal-content .billing-address-form .field input:valid ~ label span {
  font-size: 11px;
  font-family: "DINPro-Medium";
  color: #0041C0;
  opacity: 1;
}
.checkout-index-index .modal-popup .modal-content form.form .field input:focus ~ label:after,
.checkout-index-index .modal-popup .modal-content .billing-address-form .field input:focus ~ label:after,
.checkout-index-index .modal-popup .modal-content form.form .field input:valid ~ label:after,
.checkout-index-index .modal-popup .modal-content .billing-address-form .field input:valid ~ label:after {
  color: #0041C0;
}
.checkout-index-index .modal-popup .modal-content form.form .field.street,
.checkout-index-index .modal-popup .modal-content .billing-address-form .field.street {
  width: 100%;
  padding: 0;
}
.checkout-index-index .modal-popup .modal-content form.form .field.street legend,
.checkout-index-index .modal-popup .modal-content .billing-address-form .field.street legend {
  display: none;
}
.checkout-index-index .modal-popup .modal-content form.form .field.street .field.additional,
.checkout-index-index .modal-popup .modal-content .billing-address-form .field.street .field.additional {
  margin-top: 0;
}
.checkout-index-index .modal-popup .modal-content form.form .field.street .field.additional[name="shippingAddress.street.2"],
.checkout-index-index .modal-popup .modal-content .billing-address-form .field.street .field.additional[name="shippingAddress.street.2"] {
  display: none;
}
.checkout-index-index .modal-popup .modal-content form.form .field select.select,
.checkout-index-index .modal-popup .modal-content .billing-address-form .field select.select {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding: 0 30px 0 10px;
  box-sizing: border-box;
  font-size: 13px;
  letter-spacing: 0.5px;
  border: 1px solid #919191;
  height: 40px;
  line-height: 40px;
  margin: 0;
  box-shadow: none;
  border-radius: 6px;
}
.checkout-index-index .modal-popup .modal-content form.form .field.choice input,
.checkout-index-index .modal-popup .modal-content .billing-address-form .field.choice input,
.checkout-index-index .modal-popup .modal-content form.form .field.save-address input,
.checkout-index-index .modal-popup .modal-content .billing-address-form .field.save-address input {
  width: auto;
  border: none;
  float: left;
  top: 0;
  padding: 0;
}
.checkout-index-index .modal-popup .modal-content form.form .field.choice .label,
.checkout-index-index .modal-popup .modal-content .billing-address-form .field.choice .label,
.checkout-index-index .modal-popup .modal-content form.form .field.save-address .label,
.checkout-index-index .modal-popup .modal-content .billing-address-form .field.save-address .label {
  float: left;
  width: auto;
  position: static;
  line-height: 38px;
  padding: 0 10px;
}
.checkout-index-index .modal-popup .modal-content form.form .field.choice .label span,
.checkout-index-index .modal-popup .modal-content .billing-address-form .field.choice .label span,
.checkout-index-index .modal-popup .modal-content form.form .field.save-address .label span,
.checkout-index-index .modal-popup .modal-content .billing-address-form .field.save-address .label span {
  font-size: 14px;
  color: #282828;
  font-weight: normal;
}
.checkout-index-index .modal-popup .modal-content form.form .field[name="shippingAddress.area_name"] label,
.checkout-index-index .modal-popup .modal-content .billing-address-form .field[name="shippingAddress.area_name"] label,
.checkout-index-index .modal-popup .modal-content form.form .field[name="shippingAddress.country_id"] label,
.checkout-index-index .modal-popup .modal-content .billing-address-form .field[name="shippingAddress.country_id"] label,
.checkout-index-index .modal-popup .modal-content form.form .field[name="shippingAddress.region_id"] label,
.checkout-index-index .modal-popup .modal-content .billing-address-form .field[name="shippingAddress.region_id"] label,
.checkout-index-index .modal-popup .modal-content form.form .field[name="billingAddress.area_name"] label,
.checkout-index-index .modal-popup .modal-content .billing-address-form .field[name="billingAddress.area_name"] label,
.checkout-index-index .modal-popup .modal-content form.form .field[name="billingAddress.region_id"] label,
.checkout-index-index .modal-popup .modal-content .billing-address-form .field[name="billingAddress.region_id"] label,
.checkout-index-index .modal-popup .modal-content form.form .field[name="billingAddress.country_id"] label,
.checkout-index-index .modal-popup .modal-content .billing-address-form .field[name="billingAddress.country_id"] label {
  top: -10px;
  line-height: 16px;
  font-size: 11px;
  background: #fff;
  left: 10px;
  padding: 0 5px;
}
.checkout-index-index .modal-popup .modal-content form.form .field[name="shippingAddress.area_name"] label span,
.checkout-index-index .modal-popup .modal-content .billing-address-form .field[name="shippingAddress.area_name"] label span,
.checkout-index-index .modal-popup .modal-content form.form .field[name="shippingAddress.country_id"] label span,
.checkout-index-index .modal-popup .modal-content .billing-address-form .field[name="shippingAddress.country_id"] label span,
.checkout-index-index .modal-popup .modal-content form.form .field[name="shippingAddress.region_id"] label span,
.checkout-index-index .modal-popup .modal-content .billing-address-form .field[name="shippingAddress.region_id"] label span,
.checkout-index-index .modal-popup .modal-content form.form .field[name="billingAddress.area_name"] label span,
.checkout-index-index .modal-popup .modal-content .billing-address-form .field[name="billingAddress.area_name"] label span,
.checkout-index-index .modal-popup .modal-content form.form .field[name="billingAddress.region_id"] label span,
.checkout-index-index .modal-popup .modal-content .billing-address-form .field[name="billingAddress.region_id"] label span,
.checkout-index-index .modal-popup .modal-content form.form .field[name="billingAddress.country_id"] label span,
.checkout-index-index .modal-popup .modal-content .billing-address-form .field[name="billingAddress.country_id"] label span {
  font-size: 11px;
  font-family: "DINPro-Medium";
  color: #0041C0;
  opacity: 1;
}
.checkout-index-index .modal-popup .modal-content form.form .field[name="shippingAddress.area_name"] label:after,
.checkout-index-index .modal-popup .modal-content .billing-address-form .field[name="shippingAddress.area_name"] label:after,
.checkout-index-index .modal-popup .modal-content form.form .field[name="shippingAddress.country_id"] label:after,
.checkout-index-index .modal-popup .modal-content .billing-address-form .field[name="shippingAddress.country_id"] label:after,
.checkout-index-index .modal-popup .modal-content form.form .field[name="shippingAddress.region_id"] label:after,
.checkout-index-index .modal-popup .modal-content .billing-address-form .field[name="shippingAddress.region_id"] label:after,
.checkout-index-index .modal-popup .modal-content form.form .field[name="billingAddress.area_name"] label:after,
.checkout-index-index .modal-popup .modal-content .billing-address-form .field[name="billingAddress.area_name"] label:after,
.checkout-index-index .modal-popup .modal-content form.form .field[name="billingAddress.region_id"] label:after,
.checkout-index-index .modal-popup .modal-content .billing-address-form .field[name="billingAddress.region_id"] label:after,
.checkout-index-index .modal-popup .modal-content form.form .field[name="billingAddress.country_id"] label:after,
.checkout-index-index .modal-popup .modal-content .billing-address-form .field[name="billingAddress.country_id"] label:after {
  color: #0041C0;
}
.checkout-index-index .modal-popup .modal-content form.form .field[name="shippingAddress.custom_attributes.digi_code"],
.checkout-index-index .modal-popup .modal-content .billing-address-form .field[name="shippingAddress.custom_attributes.digi_code"] {
  display: none;
}
.checkout-index-index .modal-popup .modal-content form.form .address-type-container,
.checkout-index-index .modal-popup .modal-content .billing-address-form .address-type-container {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0;
}
.checkout-index-index .modal-popup .modal-content form.form .address-type-container .address-heading,
.checkout-index-index .modal-popup .modal-content .billing-address-form .address-type-container .address-heading {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  font-size: 14px;
  letter-spacing: 0.5px;
  margin: 0 0 8px;
  font-family: "DINPro-Bold";
  color: #282828;
}
.checkout-index-index .modal-popup .modal-content form.form .address-type-container input,
.checkout-index-index .modal-popup .modal-content .billing-address-form .address-type-container input {
  float: left;
  width: 16px;
  border: none;
  box-shadow: none;
  margin: 8px 0 0;
  line-height: 30px;
}
.checkout-index-index .modal-popup .modal-content form.form .address-type-container label,
.checkout-index-index .modal-popup .modal-content .billing-address-form .address-type-container label {
  float: left;
  width: calc((30% - 20px));
  line-height: 28px;
  font-family: "DINPro-Bold";
  color: #282828;
  font-weight: normal;
  letter-spacing: 0.5px;
  font-size: 14px;
  padding: 0 5px;
  box-sizing: border-box;
}
.checkout-index-index .modal-popup.agreements-modal .modal-header {
  padding: 0;
  border: none;
  margin: 0;
}
.checkout-index-index .modal-popup.agreements-modal .modal-footer {
  border: none;
}
.checkout-index-index .modal-popup.agreements-modal .modal-footer button {
  display: none;
}
/*=======================Custom Css for the payments methods=======================*/
.checkout-container #checkoutSteps #co-payment-form .fieldset .legend {
  display: none;
}
.checkout-container #checkoutSteps #co-payment-form .fieldset br {
  display: none;
}
.checkout-container #checkoutSteps #co-payment-form .opc-payment {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.checkout-container #checkoutSteps #co-payment-form .opc-payment .payment-methods {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.checkout-container #checkoutSteps #co-payment-form .opc-payment .payment-group {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  position: relative;
  padding: 0 0 10px;
}
.checkout-container #checkoutSteps #co-payment-form .opc-payment .payment-method {
  float: left;
  width: calc((33.333333% - 15px));
  padding: 15px 0;
  margin: 0 10px;
}
.checkout-container #checkoutSteps #co-payment-form .opc-payment .payment-method._active .payment-method-title {
  border: 1px solid #0040BF;
}
.checkout-container #checkoutSteps #co-payment-form .opc-payment .payment-method:nth-child(2),
.checkout-container #checkoutSteps #co-payment-form .opc-payment .payment-method:nth-child(5) {
  margin-left: 0;
}
.checkout-container #checkoutSteps #co-payment-form .opc-payment .payment-method:nth-child(4),
.checkout-container #checkoutSteps #co-payment-form .opc-payment .payment-method:nth-child(7) {
  margin-left: 10px;
  margin-right: 0;
}
.checkout-container #checkoutSteps #co-payment-form .opc-payment .payment-method-title {
  float: left;
  width: 100%;
  margin: 0px;
  background: #F5F7FD;
  border: 1px solid #eeeeee;
  box-sizing: border-box;
  border-radius: 6px;
  padding: 15px;
  position: static;
}
.checkout-container #checkoutSteps #co-payment-form .opc-payment .payment-method-title input {
  float: left;
  width: 18px;
  border: none;
  line-height: 30px;
  height: 30px;
  padding: 0;
}
.checkout-container #checkoutSteps #co-payment-form .opc-payment .payment-method-title .label {
  position: static;
  background: none;
  float: left;
  width: calc((100% - 18px));
  line-height: 30px;
  padding: 0 10px;
  color: #00A0C6;
}
.checkout-container #checkoutSteps #co-payment-form .opc-payment .payment-method-title .label span {
  font-size: 13px;
  color: #00A0C6;
  line-height: 28px;
  letter-spacing: 0.3px;
}
.checkout-container #checkoutSteps #co-payment-form .opc-payment .payment-method-title .payment-text {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 5px 0 0;
  font-size: 13px;
  color: #000;
  letter-spacing: 0.5px;
  line-height: 20px;
  min-height: 70px;
}
.checkout-container #checkoutSteps #co-payment-form .opc-payment .payment-method-title img.payment-icon {
  display: none;
}
.checkout-container #checkoutSteps #co-payment-form .opc-payment .payment-method-title .payment-text-name {
  float: left;
  width: auto;
  padding: 0 10px;
  color: #00A0C6;
  font-size: 13px;
  line-height: 30px;
  font-family: "DINPro-Medium";
  letter-spacing: 0.5px;
}
.checkout-container #checkoutSteps #co-payment-form .opc-payment .payment-method-title .checkout-agreements-block {
  float: left;
  width: 100%;
  position: absolute;
  bottom: -38px;
  left: 0;
}
.checkout-container #checkoutSteps #co-payment-form .opc-payment .payment-method-title .checkout-agreements-block .checkout-agreement.field {
  padding: 0;
}
.checkout-container #checkoutSteps #co-payment-form .opc-payment .payment-method-title .checkout-agreements-block .label {
  max-width: calc((100% - 20px));
  width: auto;
}
.checkout-container #checkoutSteps #co-payment-form .opc-payment .payment-method-title .checkout-agreements-block .label:before {
  content: "I agree to the";
  float: left;
  margin: 0 5px 0 0;
  color: #282828;
  font-size: 11px;
  line-height: 30px;
  font-family: "DINPro-Medium";
  letter-spacing: 0.5px;
}
.checkout-container #checkoutSteps #co-payment-form .opc-payment .payment-method-title .checkout-agreements-block .label button {
  float: left;
  width: auto;
  line-height: 30px;
}
.checkout-container #checkoutSteps #co-payment-form .opc-payment .payment-method-title .checkout-agreements-block .label button span {
  float: left;
  width: auto;
  line-height: 30px;
  color: #0041c0;
  letter-spacing: 0.5px;
  font-family: "DINPro-Medium";
  font-size: 11px;
  margin: 0;
}
.checkout-container #checkoutSteps #co-payment-form .opc-payment .payment-method-title .checkout-agreements-block .label:after {
  content: none;
}
.checkout-container #checkoutSteps #co-payment-form .opc-payment .payment-method-title .checkout-agreements-block .mage-error {
  float: left;
  width: auto;
  margin: 0;
  padding: 0 10px;
  font-size: 11px;
  letter-spacing: 0.5px;
}
.checkout-container #checkoutSteps #co-payment-form .opc-payment .payment-method-content {
  float: left;
  width: 100%;
  padding: 10px 0;
  display: none !important;
}
.checkout-container #checkoutSteps #co-payment-form .discount-code {
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /*======================Custom Css for checkout forms======================*/
  .checkout-container #checkoutSteps {
    padding: 15px;
  }
  .checkout-container #checkoutSteps .step-content .field .shipping-address-item {
    font-size: 11px;
    line-height: 20px;
  }
  .checkout-container #checkoutSteps .step-content .review-order-container .shipping-information-content {
    font-size: 11px;
    line-height: 20px;
  }
  .checkout-container #checkoutSteps #co-payment-form .opc-payment .payment-method {
    width: calc((50% - 20px));
    margin: 0 10px;
  }
  .checkout-container #checkoutSteps #co-payment-form .opc-payment .payment-method:nth-child(4),
  .checkout-container #checkoutSteps #co-payment-form .opc-payment .payment-method:nth-child(7) {
    margin-left: 0;
  }
  .checkout-container #checkoutSteps #co-payment-form .opc-payment .payment-method-title .payment-text {
    font-size: 11px;
    line-height: 18px;
    min-height: 56px;
  }
  .checkout-container .opc-sidebar .opc-block-summary {
    padding: 15px;
  }
  .checkout-container .opc-sidebar .opc-block-summary .free-delivery p {
    font-size: 12px;
  }
  .checkout-container .opc-sidebar .opc-block-summary .custom-text p {
    font-size: 10px;
    line-height: 14px;
  }
  .checkout-container .opc-sidebar .opc-block-summary .table-totals th {
    font-size: 11px;
    line-height: 24px;
    height: 24px;
  }
  .checkout-container .opc-sidebar .opc-block-summary .table-totals .amount span.price {
    font-size: 11px;
    line-height: 24px;
    height: 24px;
  }
  .checkout-container .opc-sidebar .opc-block-summary .table-totals .grand.totals th strong {
    font-size: 11px;
    letter-spacing: 0px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  .checkout-container #checkoutSteps #co-payment-form .opc-payment .payment-method-title .payment-text {
    font-size: 12px;
  }
}
.opc-estimated-wrapper {
  background: #f4f4f4;
  border-bottom: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  margin: -21px -15px 15px;
  padding: 18px 15px;
}
.opc-estimated-wrapper .estimated-block {
  font-size: 18px;
  float: left;
  font-weight: 700;
}
.opc-estimated-wrapper .estimated-block .estimated-label {
  display: block;
  margin: 0 0 5px;
}
.opc-estimated-wrapper .minicart-wrapper button.action.showcart {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
}
.opc-estimated-wrapper .minicart-wrapper button.action.showcart:focus,
.opc-estimated-wrapper .minicart-wrapper button.action.showcart:active {
  background: none;
  border: none;
}
.opc-estimated-wrapper .minicart-wrapper button.action.showcart:hover {
  background: none;
  border: none;
}
.opc-estimated-wrapper .minicart-wrapper button.action.showcart.disabled,
.opc-estimated-wrapper .minicart-wrapper button.action.showcart[disabled],
fieldset[disabled] .opc-estimated-wrapper .minicart-wrapper button.action.showcart {
  pointer-events: none;
  opacity: 0.5;
}
.opc-estimated-wrapper .minicart-wrapper button.action.showcart:before {
  color: #333333;
}
.opc-progress-bar {
  display: none;
}
.field.choice .field-tooltip {
  display: inline-block;
  margin-left: 10px;
  position: relative;
  top: -3px;
}
.field.choice .field-tooltip-action {
  line-height: 21px;
}
.field._error .control input,
.field._error .control select,
.field._error .control textarea {
  border-color: #ed8380;
}
.checkout-index-index .modal-popup .fieldset .field .label {
  font-weight: 400;
}
.checkout-index-index .modal-popup .modal-footer .action-hide-popup {
  margin-top: 8px;
}
.field-tooltip {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 1px;
}
.field-tooltip._active {
  z-index: 100;
}
.field-tooltip._active .field-tooltip-content {
  display: block;
}
.field-tooltip._active .field-tooltip-action:before {
  color: #333333;
}
.field-tooltip .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.field-tooltip .field-tooltip-action {
  display: inline-block;
  text-decoration: none;
}
.field-tooltip .field-tooltip-action > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.field-tooltip .field-tooltip-action:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 21px;
  line-height: inherit;
  color: #bbbbbb;
  content: '\e623';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.field-tooltip .field-tooltip-action:hover:before {
  color: #333333;
}
.field-tooltip .field-tooltip-action:before {
  padding-left: 1px;
}
._keyfocus .field-tooltip .field-tooltip-action:focus {
  z-index: 100;
}
._keyfocus .field-tooltip .field-tooltip-action:focus + .field-tooltip-content {
  display: block;
}
._keyfocus .field-tooltip .field-tooltip-action:focus:before {
  color: #333333;
}
.field-tooltip .field-tooltip-content {
  background: #f4f4f4;
  border: 1px solid #999999;
  border-radius: 1px;
  font-size: 14px;
  padding: 12px;
  width: 270px;
  display: none;
  left: 38px;
  position: absolute;
  text-transform: none;
  top: -9px;
  word-wrap: break-word;
  z-index: 2;
}
.field-tooltip .field-tooltip-content:before,
.field-tooltip .field-tooltip-content:after {
  border: 10px solid transparent;
  height: 0;
  width: 0;
  border-right-color: #f4f4f4;
  left: -21px;
  top: 12px;
  content: '';
  display: block;
  position: absolute;
  z-index: 3;
}
.field-tooltip .field-tooltip-content:before {
  border-right-color: #666666;
}
.field-tooltip .field-tooltip-content:after {
  border-right-color: #f4f4f4;
  width: 1px;
  z-index: 4;
}
@media only screen and (max-width: 768px) {
  .field-tooltip .field-tooltip-content {
    left: auto;
    right: -10px;
    top: 40px;
  }
  .field-tooltip .field-tooltip-content::before,
  .field-tooltip .field-tooltip-content::after {
    border: 10px solid transparent;
    height: 0;
    left: auto;
    margin-top: -21px;
    right: 10px;
    top: 0;
    width: 0;
  }
  .field-tooltip .field-tooltip-content::before {
    border-bottom-color: #999999;
  }
  .field-tooltip .field-tooltip-content::after {
    border-bottom-color: #f4f4f4;
    top: 1px;
  }
}
.opc-wrapper .form-login,
.opc-wrapper .form-shipping-address {
  margin-top: 28px;
  margin-bottom: 28px;
}
.opc-wrapper .form-login .fieldset .field .label,
.opc-wrapper .form-shipping-address .fieldset .field .label {
  font-weight: 400;
}
.opc-wrapper .form-login .fieldset .note,
.opc-wrapper .form-shipping-address .fieldset .note {
  font-size: 14px;
  margin-top: 10px;
}
.opc-wrapper .shipping-address-items {
  font-size: 0;
}
.opc-wrapper .shipping-address-item {
  border: 2px solid transparent;
  font-size: 14px;
  line-height: 30px;
  margin: 0 0 20px;
  padding: 20px 35px 20px 20px;
  transition: 0.3s border-color;
  width: 50%;
  display: inline-block;
  position: relative;
  vertical-align: top;
  word-wrap: break-word;
}
.opc-wrapper .shipping-address-item.selected-item {
  border-color: #ff5501;
}
.opc-wrapper .shipping-address-item.selected-item:after {
  background: #ff5501;
  color: #ffffff;
  content: '\e610';
  font-family: 'luma-icons';
  height: 27px;
  width: 29px;
  font-size: 19px;
  line-height: 21px;
  padding-top: 2px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
}
.opc-wrapper .shipping-address-item.selected-item .action-select-shipping-item {
  visibility: hidden;
}
.opc-wrapper .action-show-popup {
  margin: 0 0 20px;
}
.opc-wrapper .action-show-popup > span:before {
  content: '+';
  padding-right: 5px;
}
.opc-wrapper .action-select-shipping-item {
  float: right;
  margin: 20px 0 0;
}
.opc-wrapper .edit-address-link {
  display: block;
  float: left;
  margin: 26px 5px 0 0;
}
.checkout-shipping-method .step-title {
  margin-bottom: 0;
}
.checkout-shipping-method .no-quotes-block {
  margin: 20px 0;
}
.methods-shipping .actions-toolbar .action.primary {
  margin: 20px 0 0;
}
.table-checkout-shipping-method thead th {
  display: none;
}
.table-checkout-shipping-method tbody td {
  border-top: 1px solid #cccccc;
  padding-bottom: 20px;
  padding-top: 20px;
}
.table-checkout-shipping-method tbody td:first-child {
  padding-left: 0;
  padding-right: 0;
  width: 20px;
}
.table-checkout-shipping-method tbody td input[type='radio'] {
  margin: 4px 5px 0 0;
}
.table-checkout-shipping-method tbody tr:first-child td {
  border-top: none;
}
.table-checkout-shipping-method tbody .col-price {
  font-weight: 600;
}
.table-checkout-shipping-method tbody .row-error td {
  border-top: none;
  padding-bottom: 10px;
  padding-top: 0;
}
.checkout-shipping-method {
  position: relative;
}
.shipping-policy-block.field-tooltip {
  top: 12px;
}
.shipping-policy-block.field-tooltip .field-tooltip-action {
  color: #006bb4;
  cursor: pointer;
}
.shipping-policy-block.field-tooltip .field-tooltip-action:before {
  display: none;
}
.shipping-policy-block.field-tooltip .field-tooltip-content {
  width: 420px;
  top: 30px;
}
.opc-block-shipping-information {
  padding: 0 30px;
}
.opc-block-shipping-information .shipping-information-title {
  border-bottom: 1px solid #cccccc;
  margin: 0 0 20px;
  position: relative;
}
.opc-block-shipping-information .shipping-information-title .action-edit {
  top: 10px;
  display: inline-block;
  text-decoration: none;
  margin: 0;
  position: absolute;
  right: 0;
}
.opc-block-shipping-information .shipping-information-title .action-edit > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.opc-block-shipping-information .shipping-information-title .action-edit:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 20px;
  color: #757575;
  content: '\e601';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.opc-block-shipping-information .shipping-information-title .action-edit:hover:before {
  color: #333333;
}
.opc-block-shipping-information .shipping-information-title .action-edit:active:before {
  color: #757575;
}
.opc-block-shipping-information .shipping-information-content {
  line-height: 27px;
}
.opc-block-shipping-information .shipping-information-content .actions-toolbar {
  margin-left: 0;
}
.opc-block-shipping-information .ship-to,
.opc-block-shipping-information .ship-via {
  margin: 0 0 20px;
}
.opc-block-summary {
  background: #f5f5f5;
  margin: 0 0 20px;
  padding: 22px 30px;
}
.opc-block-summary > .title {
  display: block;
}
.opc-block-summary .mark .value {
  color: #666666;
  display: block;
}
.opc-block-summary .discount.coupon {
  display: none;
}
.opc-block-summary .grand.incl + .grand.excl .mark,
.opc-block-summary .grand.incl + .grand.excl .amount {
  border-top: 0;
  font-size: 1.4rem;
  padding-top: 0;
}
.opc-block-summary .grand.incl + .grand.excl .mark strong,
.opc-block-summary .grand.incl + .grand.excl .amount strong {
  font-weight: 400;
}
.opc-block-summary .not-calculated {
  font-style: italic;
}
.opc-block-summary .items-in-cart > .title {
  border-bottom: 1px solid #cccccc;
  padding: 10px 40px 10px 0;
  cursor: pointer;
  display: block;
  text-decoration: none;
  margin-bottom: 0;
  position: relative;
}
.opc-block-summary .items-in-cart > .title > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.opc-block-summary .items-in-cart > .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 12px;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 3px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.opc-block-summary .items-in-cart > .title:after {
  position: absolute;
  right: 0;
  top: 10px;
}
.opc-block-summary .items-in-cart > .title strong {
  font-size: 1.8rem;
  font-weight: 300;
  margin: 0;
}
.opc-block-summary .items-in-cart.active > .title:after {
  content: '\e621';
}
.opc-block-summary .items-in-cart .product {
  position: relative;
}
.opc-block-summary .minicart-items-wrapper {
  margin: 0 -15px 0 0;
  max-height: 370px;
  padding: 15px 15px 0 0;
  border: 0;
}
.column.main .opc-block-summary .product-item {
  margin: 0;
  padding-left: 0;
}
.opc-block-summary .product-item .product-item-inner {
  display: table;
  margin: 0 0 10px;
  width: 100%;
}
.opc-block-summary .product-item .product-item-name-block {
  display: block;
  padding-right: 5px;
  text-align: left;
}
.opc-block-summary .product-item .subtotal {
  display: block;
  text-align: left;
}
.opc-block-summary .product-item .price {
  font-size: 1.6rem;
  font-weight: 400;
}
.opc-block-summary .product-item .price-including-tax + .price-excluding-tax .price {
  font-size: 1rem;
}
.opc-block-summary .product-item .message {
  margin-top: 10px;
}
.opc-block-summary .actions-toolbar {
  position: relative;
  z-index: 1;
}
.opc-block-summary .actions-toolbar .secondary {
  border-top: 1px solid #cccccc;
  display: block;
  margin: -1px 0 0;
  padding: 15px 0 0;
  text-align: left;
}
.opc-block-summary .actions-toolbar .secondary .action {
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .opc-block-summary .product-item .product-item-inner {
    display: block;
  }
  .opc-block-summary .product-item .product-item-name-block {
    display: block;
    text-align: left;
  }
  .opc-block-summary .product-item .subtotal {
    display: block;
    text-align: left;
  }
}
.authentication-dropdown {
  box-sizing: border-box;
}
.authentication-dropdown .modal-inner-wrap {
  padding: 25px;
}
.authentication-wrapper {
  float: right;
  margin-top: -60px;
  max-width: 50%;
  position: relative;
  z-index: 1;
}
._has-auth-shown .authentication-wrapper {
  z-index: 900;
}
.block-authentication .block-title {
  font-size: 1.8rem;
  border-bottom: 0;
  margin-bottom: 25px;
}
.block-authentication .block-title strong {
  font-weight: 300;
}
.block-authentication .field .label {
  font-weight: 400;
}
.block-authentication .actions-toolbar {
  margin-bottom: 5px;
}
.block-authentication .actions-toolbar > .secondary {
  padding-top: 25px;
  text-align: left;
}
.block-authentication .block[class] {
  margin: 0;
}
.block-authentication .block[class] ul {
  list-style: none;
  padding-left: 10px;
}
.block-authentication .block[class] .field .control,
.block-authentication .block[class] .field .label {
  float: none;
  width: auto;
}
.block-authentication .block[class] + .block {
  border-top: 1px solid #c1c1c1;
  margin-top: 40px;
  padding-top: 40px;
  position: relative;
}
.block-authentication .block[class] + .block:before {
  height: 36px;
  line-height: 34px;
  margin: -19px 0 0 -18px;
  min-width: 36px;
  background: #ffffff;
  border: 1px solid #c1c1c1;
  border-radius: 50%;
  box-sizing: border-box;
  color: #c1c1c1;
  content: attr(data-label);
  display: inline-block;
  left: 50%;
  letter-spacing: normal;
  padding: 0 .2rem;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 0;
}
.checkout-payment-method .step-title {
  border-bottom: 0;
  margin-bottom: 0;
}
.checkout-payment-method .payment-method:first-child .payment-method-title {
  border-top: 0;
}
.checkout-payment-method .payment-method._active .payment-method-content {
  display: block;
}
.checkout-payment-method .payment-method + .payment-method .payment-method-title {
  border-top: 1px solid #cccccc;
}
.checkout-payment-method .payment-method form.form-purchase-order {
  margin-bottom: 15px;
}
.checkout-payment-method .payment-method-content {
  /**
             * @codingStandardsIgnoreStart
             */
}
.checkout-payment-method .payment-method-content #po_number {
  margin-bottom: 20px;
}
.checkout-payment-method .payment-method-title {
  padding: 20px 0;
  margin: 0;
}
.checkout-payment-method .payment-method-title .payment-icon {
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}
.checkout-payment-method .payment-method-title .action-help {
  display: inline-block;
  margin-left: 5px;
}
.checkout-payment-method .payment-method-content {
  display: none;
  padding: 0 0 20px 22px;
}
.checkout-payment-method .payment-method-content .fieldset:not(:last-child) {
  margin: 0 0 20px;
}
.checkout-payment-method .payment-group + .payment-group .step-title {
  margin: 20px 0 0;
}
.checkout-payment-method .field-select-billing,
.checkout-payment-method .billing-address-form {
  max-width: 500px;
}
.checkout-payment-method .billing-address-same-as-shipping-block {
  margin: 0 0 10px;
}
.checkout-payment-method .checkout-billing-address {
  margin: 0 0 20px;
}
.checkout-payment-method .checkout-billing-address .primary .action-update {
  margin-bottom: 20px;
  margin-right: 0;
}
.checkout-payment-method .checkout-billing-address .billing-address-details {
  line-height: 27px;
  padding: 0 0 0 23px;
}
.checkout-payment-method .checkout-billing-address input[type="checkbox"] {
  vertical-align: top;
}
.checkout-payment-method .payment-method-note + .checkout-billing-address {
  margin-top: 20px;
}
.checkout-payment-method .payment-method-iframe {
  background-color: transparent;
  display: none;
  width: 100%;
}
.checkout-payment-method .no-payments-block {
  margin: 20px 0;
}
.checkout-payment-method .payment-option._active .payment-option-title .action-toggle:after {
  content: '\e621';
}
.checkout-payment-method .payment-option._collapsible .payment-option-title {
  cursor: pointer;
}
.checkout-payment-method .payment-option._collapsible .payment-option-content {
  display: none;
}
.checkout-payment-method .payment-option-title {
  border-top: 1px solid #cccccc;
  padding: 20px 0;
}
.checkout-payment-method .payment-option-title .action-toggle {
  color: #006bb4;
  display: inline-block;
  text-decoration: none;
}
.checkout-payment-method .payment-option-title .action-toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: 16px;
  color: #757575;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 0 0 0 10px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.checkout-payment-method .payment-option-title .action-toggle:hover:after {
  color: #333333;
}
.checkout-payment-method .payment-option-title .action-toggle:active:after {
  color: #757575;
}
.checkout-payment-method .payment-option-content {
  padding: 0 0 20px 22px;
}
.checkout-payment-method .payment-option-content .primary .action.action-apply {
  margin-right: 0;
}
.checkout-payment-method .payment-option-inner {
  margin: 0 0 20px;
}
.checkout-payment-method .credit-card-types {
  padding: 0;
}
.checkout-payment-method .credit-card-types .item {
  display: inline-block;
  list-style: none;
  margin: 0 5px 0 0;
  vertical-align: top;
}
.checkout-payment-method .credit-card-types .item._active {
  font-weight: 700;
}
.checkout-payment-method .credit-card-types .item._active img {
  -webkit-filter: grayscale(0%);
}
.checkout-payment-method .credit-card-types .item._inactive {
  opacity: .4;
}
.checkout-payment-method .credit-card-types .item span {
  display: inline-block;
  padding-top: 6px;
  vertical-align: top;
}
.checkout-payment-method .credit-card-types img {
  -webkit-filter: grayscale(100%);
  -webkit-transition: all .6s ease;
}
.checkout-payment-method .ccard .fields > .year {
  padding-left: 5px;
}
.checkout-payment-method .ccard .fields .select {
  padding-left: 5px;
  padding-right: 5px;
}
.checkout-payment-method .ccard .month .select {
  width: 140px;
}
.checkout-payment-method .ccard .year .select {
  width: 80px;
}
.checkout-payment-method .ccard .captcha .input-text,
.checkout-payment-method .ccard .number .input-text {
  width: 225px;
}
.checkout-payment-method .ccard > .field.cvv > .control {
  display: inline-block;
  padding-right: 20px;
}
.checkout-payment-method .ccard .cvv .label {
  display: block;
}
.checkout-payment-method .ccard .cvv .input-text {
  width: 55px;
}
.checkout-payment-method .ccard.fieldset > .field .fields.group.group-2 .field {
  width: auto !important;
}
.checkout-agreements-block .checkout-agreements {
  margin-bottom: 20px;
}
.checkout-agreements-block .action-show {
  vertical-align: baseline;
}
.checkout-agreements-items {
  padding-bottom: 30px;
}
.checkout-agreements-items .checkout-agreements-item {
  margin-bottom: 20px;
}
.checkout-agreements-items .checkout-agreements-item-title {
  border-bottom: 0;
}
.checkout-agreement-item-content {
  overflow: auto;
}
/*======================Custom Css for CMS pages======================*/
.cms-page-section {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.cms-page-section .cms-page-title {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  text-align: center;
  margin: 10px 0 0;
}
.cms-page-section .cms-page-title .cms-label {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0 0 10px;
  font-size: 14px;
  letter-spacing: 0.5px;
}
.cms-page-section .cms-title {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0 0 5px;
  line-height: 40px;
  font-size: 28px;
  font-family: "DINPro-Bold";
  letter-spacing: 1px;
  color: #000000;
}
.cms-page-section .cms-sub-headinfo {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0 0 15px;
}
.cms-page-section .cms-sub-headinfo .cms-sub-info {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  text-align: right;
  font-family: "DINPro-Medium";
  letter-spacing: 0.5px;
}
.cms-page-section .cms-page-content {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  color: #282828;
  letter-spacing: 0.5px;
}
.cms-page-section .cms-page-content span.value {
  font-family: "DINPro-Medium";
}
.cms-page-section .cms-page-content p {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0 0 15px;
}
.cms-page-section .cms-page-content p strong {
  font-weight: normal;
  font-family: "DINPro-Bold";
}
.cms-page-section .cms-page-content h3 {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  font-size: 16px;
  letter-spacing: 0.5px;
  line-height: 30px;
  margin: 10px 0;
  font-weight: normal;
  font-family: "DINPro-Bold";
}
.cms-page-section .cms-page-content h4 {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 10px 0;
  font-weight: normal;
  font-family: "DINPro-Medium";
  font-size: 14px;
}
.cms-page-section .cms-page-content ul {
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
  padding: 0 0 0 20px;
  margin: 10px 0;
}
.cms-page-section .cms-page-content li {
  font-size: 13px;
  letter-spacing: 0.5px;
  line-height: 20px;
  margin: 0 0 15px;
}
.cms-page-section .cms-page-content a {
  color: #0041C0;
  text-decoration: none;
}
.cms-page-section table {
  max-width: 700px;
  margin: 20px 0;
  text-align: center;
  border: 1px solid #919191;
  border-spacing: 0px;
}
.cms-page-section table th {
  padding: 10px;
  text-align: center;
  font-weight: normal;
  font-family: "DINPro-Medium";
}
.cms-page-section table tr {
  border-bottom: 1px solid #919191;
}
.cms-page-section table td {
  border-right: 1px solid #919191;
}
.contact-blocks-list {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.contact-blocks-list .contact-row {
  float: left;
  width: calc((33.333333% - 10px));
  margin: 0 5px;
}
.contact-blocks-list .contact-row .contact-block {
  width: calc((100% - 10px));
}
.contact-blocks-list .contact-row.contact-col-2 .contact-block {
  min-height: 280px;
}
.contact-block {
  float: left;
  width: calc((33.333333% - 10px));
  margin: 5px;
  padding: 15px;
  box-sizing: border-box;
  background: #f7f7f7;
  border-radius: 10px;
  min-height: 135px;
}
.contact-block .contact-title {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  text-align: center;
  font-family: "DINPro-Bold";
  letter-spacing: 0.5px;
  line-height: 24px;
  margin: 0 0 10px;
  text-transform: capitalize;
}
.contact-block .contact-loc {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0 0 5px 0;
  text-align: center;
  font-size: 12px;
  font-family: "DINPro-Medium";
  letter-spacing: 0.5px;
}
.contact-block .contact-col {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 5px 0;
  text-align: center;
  letter-spacing: 0.5px;
  font-size: 12px;
}
.contact-block .contact-col .label {
  display: inline-block;
  width: auto;
  margin: 0 5px 0 0;
  font-family: "DINPro-Medium";
}
.contact-block .contact-col .value {
  display: inline-block;
  width: auto;
  vertical-align: top;
}
.contact-block .contact-col .value a {
  font-family: "DINPro-Bold";
  letter-spacing: 0.6px;
  font-size: 13px;
  word-break: break-word;
}
/*======================Custom Css for Service Center CMS page======================*/
.service-center-blocks {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.service-center-blocks .service-zone-tab {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  text-align: center;
  margin: 10px 0 0;
}
.service-center-blocks .zone-tabs {
  display: inline-block;
  width: auto;
  vertical-align: top;
  border-radius: 5px;
  overflow: hidden;
}
.service-center-blocks .tab-option {
  width: auto;
  background: #f7f7f7;
  float: left;
  padding: 0;
  line-height: 40px;
  cursor: pointer;
}
.service-center-blocks .tab-option .tab-opt-label {
  display: inline-block;
  width: auto;
  vertical-align: top;
  padding: 0 37px;
  border-right: 1px solid #000;
  line-height: 18px;
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 1px;
  font-family: "DINPro-Bold";
  color: #282828;
  text-transform: uppercase;
  margin: 11px 0;
  transition: all 0.5s ease;
}
.service-center-blocks .tab-option:last-child .tab-opt-label {
  border: none;
}
.service-center-blocks .tab-option.active .tab-opt-label {
  color: #0041c0;
}
.service-center-blocks .service-zone-tab-content {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 30px 0;
}
.service-center-blocks .tab-content-sec {
  display: none;
  width: 100%;
  float: left;
}
.service-center-blocks .tab-content-sec.active {
  display: flex;
  flex-wrap: wrap;
}
.service-center-blocks .tab-content-sec .state-dropdown {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  text-align: center;
  margin: 0 0 15px;
}
.service-center-blocks .tab-content-sec .state-dropdown .state-label {
  display: inline-block;
  width: auto;
  vertical-align: top;
  padding: 0 10px;
  box-sizing: border-box;
  font-size: 13px;
  text-transform: capitalize;
  letter-spacing: 1px;
  font-family: "DINPro-Medium";
  line-height: 36px;
}
.service-center-blocks .tab-content-sec .state-dropdown .state-list {
  display: inline-block;
  width: auto;
  vertical-align: top;
}
.service-center-blocks .tab-content-sec .state-dropdown .state-list select {
  display: inline-block;
  vertical-align: top;
  border: none;
  background-color: #f7f7f7;
  font-size: 12px;
  letter-spacing: 0.5px;
  min-width: 160px;
  padding: 0 30px 0 10px;
  line-height: 36px;
  height: 36px;
  border-radius: 5px;
  color: #282828;
  width: auto;
  box-shadow: none;
}
.service-center-blocks .contact-block {
  display: none;
}
.service-center-blocks .contact-block.active {
  display: block;
}
/*======================Custom Css for Washing Machine CMS page======================*/
.cms-wm-page-sections {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.cms-wm-page-sections .products-grid {
  margin: 20px 0;
  padding: 0 40px;
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.cms-wm-page-sections .products-grid h1 {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  text-align: center;
  font-size: 24px;
  letter-spacing: 0.5px;
  font-weight: normal;
  font-family: "DINPro-Bold";
  color: #282828;
  line-height: 36px;
  margin: 0 0 20px;
}
.cms-wm-page-sections .products-grid .products {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0;
}
.cms-wm-page-sections .products-grid li.product-item {
  width: 100%;
  padding: 8px 6px;
  box-sizing: border-box;
  margin: 0;
}
.cms-wm-page-sections .product-item-details .product-item-name a {
  line-height: 17px;
}
.cms-wm-page-sections .product-item-details .product-item-actions .action.tocompare {
  bottom: 28px;
}
.cms-wm-page-sections .product-item-details .product-item-actions .actions-primary .buynow-btn {
  float: right;
  width: 48%;
}
.cms-wm-page-sections .wash-items .owl-nav button span {
  left: -35px;
}
.cms-wm-page-sections .wash-items .owl-nav button.owl-next span {
  left: auto;
  right: -35px;
}
.cms-indias-truly-smart-washing-machine .page-main {
  padding: 0;
}
.cms-indias-truly-smart-washing-machine .owl-theme .owl-dots .owl-dot span {
  margin: 5px 4px;
  width: 26px;
  border-radius: 8px;
  height: 5px;
  box-sizing: border-box;
  background: none;
  border: 1px solid #707070;
}
.cms-indias-truly-smart-washing-machine .owl-theme .owl-dots .owl-dot span:after {
  content: none;
}
.cms-indias-truly-smart-washing-machine .owl-theme .owl-dots .owl-dot.active span,
.cms-indias-truly-smart-washing-machine .owl-theme .owl-dots .owl-dot:hover span {
  background: #0041c0;
}
.cms-indias-truly-smart-washing-machine .custom-loader {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
  background: rgba(255, 255, 255, 0.5);
  width: 100%;
  height: 100%;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
}
.cms-indias-truly-smart-washing-machine .custom-loader img {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  width: auto;
}
.cms-page-slider {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.cms-page-slider .cms-desktop-banners,
.cms-page-slider .cms-mobile-banners {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.cms-page-cont-sec {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 20px 0 40px;
}
.cms-page-cont-sec .cms-page-title {
  margin: 0;
}
.cms-page-cont-sec .cms-page-title .cms-title {
  font-size: 24px;
  margin: 0 0 20px;
  letter-spacing: 0.4px;
}
.cms-page-cont-sec .cms-page-content {
  text-align: center;
  padding: 0 7%;
  box-sizing: border-box;
  line-height: 28px;
}
.cms-page-cont-sec .cms-page-content b {
  font-weight: normal;
  font-family: "DINPro-Bold";
}
.cms-page-tree {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 40px 0 0;
  padding: 0 40px;
  box-sizing: border-box;
  position: relative;
}
.cms-page-tree:after {
  content: " ";
  height: 100%;
  position: absolute;
  top: 0;
  border-right: 2px solid #0041C0;
  right: 50%;
}
.cms-page-leaf-box {
  display: flex;
  align-items: center;
  justify-items: center;
  justify-content: center;
  padding: 25px 0;
}
.cms-page-leaf-box:first-child {
  padding-top: 0;
}
.cms-page-leaf-box:last-child {
  padding-bottom: 0;
}
.cms-left-leaf {
  float: left;
  width: 50%;
  padding: 0 1px 0 0;
  box-sizing: border-box;
}
.cms-left-leaf .cms-leaf-content {
  text-align: right;
}
.cms-left-leaf .leaf-number:after {
  right: -38px;
  left: auto;
}
.cms-right-leaf {
  float: right;
  width: 50%;
}
.cms-right-leaf .cms-leaf-banner img {
  border-radius: 0 20px 20px 0;
}
.cms-right-leaf .cms-leaf-banner .leaf-slide {
  border-radius: 0 20px 20px 0;
}
.cms-leaf-banner {
  float: left;
  width: 100%;
}
.cms-leaf-banner img {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  border-radius: 20px 0 0 20px;
}
.cms-leaf-banner.leaf-slider.owl-carousel {
  z-index: 0;
  margin: 0 0 -36px;
}
.cms-leaf-banner .leaf-slide {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  border-radius: 20px 0 0 20px;
  overflow: hidden;
}
.cms-leaf-banner .leaf-slide .leaf {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.cms-leaf-banner .leaf-slide .leaf img {
  display: inline-block;
  width: 100%;
}
.cms-leaf-banner .leaf-slide .leaf.video {
  position: relative;
  padding: 24.5%;
  box-sizing: border-box;
}
.cms-leaf-banner .leaf-slide .leaf.video iframe {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
}
.cms-leaf-content {
  float: left;
  width: 100%;
  text-align: left;
  padding: 0 30px;
  box-sizing: border-box;
}
.leaf-number {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  position: relative;
}
.leaf-number b {
  display: inline-block;
  width: auto;
  vertical-align: top;
  font-family: Superior Title;
  font-size: 30px;
  line-height: 40px;
  font-weight: bold;
  color: #000000;
  opacity: 0.1;
  position: relative;
}
.leaf-number:after {
  content: " ";
  height: 15px;
  width: 15px;
  background: #0041C0;
  position: absolute;
  opacity: 1;
  border-radius: 50%;
  top: calc((50% - 7.5px));
  left: -38px;
  z-index: 1;
}
.leaf-title {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  color: #0041C0;
  font-family: "DINPro-Bold";
  letter-spacing: 0.5px;
  font-size: 18px;
  line-height: 28px;
  margin: 0 0 15px;
}
.leaf-info {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  font-size: 13px;
  letter-spacing: 0.5px;
  line-height: 20px;
  color: #282828;
}
.cms-sticky-form {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  position: fixed;
  bottom: 0;
  left: 0;
  background: #0041C0;
  border-radius: 20px 20px 0 0;
  box-shadow: -9px -9px 20px rgba(0, 0, 0, 0.2);
  z-index: 2;
}
.cms-sticky-form .cms-form-content {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.cms-sticky-form .callback-form-sec {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding: 0 70px;
  box-sizing: border-box;
}
.cms-sticky-form .cb-form-title {
  float: left;
  width: 100%;
  cursor: pointer;
}
.cms-sticky-form .cb-form-title span {
  display: inline-block;
  width: auto;
  vertical-align: top;
  font-size: 16px;
  color: #fff;
  font-family: "DINPro-Bold";
  font-weight: normal;
  letter-spacing: 0.5px;
  line-height: 40px;
  margin: 5px 0;
}
.cms-sticky-form .cb-form-title.active {
  width: auto;
}
.cms-sticky-form .cb-form-title.active span {
  font-family: "DINPro-Regular";
}
.cms-sticky-form .cb-form-close {
  float: right;
  width: auto;
  padding: 10px 3% 0;
  cursor: pointer;
  display: none;
}
.cms-sticky-form .cb-form-close span {
  font-size: 0;
  width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: top;
}
.cms-sticky-form .cb-form-close span:after {
  content: '\e616';
  font-family: 'luma-icons';
  display: inline-block;
  width: 100%;
  vertical-align: top;
  line-height: 30px;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.cms-sticky-form .cb-form-close.active {
  display: inline-block;
}
.cms-sticky-form .cb-form {
  float: left;
  width: 100%;
  padding: 0;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease-out;
}
.cms-sticky-form .cb-form.active {
  transform: scaleY(1);
  max-height: 1000px;
  transition: max-height 0.5s ease-in;
}
#callbackform {
  float: left;
  width: 100%;
  padding: 0 0 15px;
}
#callbackform .fieldset {
  float: left;
  width: 80%;
  margin: 0;
  letter-spacing: 0.5px;
}
#callbackform .field {
  float: left;
  width: 25%;
  margin: 0;
  padding: 0 10px;
  box-sizing: border-box;
}
#callbackform .field.name {
  padding-left: 0;
}
#callbackform .field.terms {
  width: 100%;
  padding-left: 0;
  text-align: center;
  margin: 10px 0 0;
}
#callbackform .field.terms input {
  width: 20px;
  border: none;
  margin-top: 0;
  height: 30px;
  line-height: 30px;
}
#callbackform .field.terms label {
  display: inline-block;
  width: auto;
  vertical-align: top;
  line-height: 30px;
  font-size: 13px;
  color: #fff;
  letter-spacing: 0.5px;
}
#callbackform .field.terms label a {
  color: #ffffff;
  text-decoration: underline;
  font-family: "DINPro-Medium";
}
#callbackform .field input {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  border: 1px solid #97B5EF;
  border-radius: 6px;
  height: 40px;
  background: #1E5DD6;
  color: #fff;
  font-size: 13px;
  letter-spacing: 0.5px;
  line-height: 40px;
  padding: 0 10px;
}
#callbackform .field input::placeholder {
  color: #ffffff;
  opacity: 1;
}
#callbackform .field input:-ms-input-placeholder {
  color: #ffffff;
}
#callbackform .field input::-ms-input-placeholder {
  color: #ffffff;
}
#callbackform .field .mage-error {
  margin: 0;
  color: #FF8080;
}
#callbackform .actions-toolbar {
  float: right;
  width: 20%;
  padding: 0 10px;
  box-sizing: border-box;
}
#callbackform .actions-toolbar .primary {
  width: 100%;
  vertical-align: top;
}
#callbackform .actions-toolbar button.action.submit {
  width: auto;
  padding: 0 50px;
  box-sizing: border-box;
  line-height: 40px;
  border: none;
  background: #ffff;
  color: #0041C0;
  font-weight: normal;
  font-family: "DINPro-Bold";
  font-size: 13px;
  letter-spacing: 0.5px;
  margin: 0;
  max-width: 100%;
}
.customer-account-create .page-main .page-title-wrapper .page-title {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 30px 0 20px;
  line-height: 40px;
  font-size: 28px;
  font-family: 'DINPro-Bold';
  letter-spacing: 1px;
  color: #000000;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .customer-account-create .page-main .page-title-wrapper .page-title {
    font-size: 20px;
    text-align: left;
    padding: 0px 10px;
    box-sizing: border-box;
    margin-bottom: 0px;
  }
}
.customer-account-create .page-main .form.create.account {
  width: 100%;
  margin: 0px auto;
  max-width: 760px;
  padding: 10px 20px 30px;
  box-sizing: border-box;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  border-radius: 12px;
}
@media only screen and (max-width: 767px) {
  .customer-account-create .page-main .form.create.account {
    padding: 10px 10px 20px;
    width: 96%;
    margin: 0px 2%;
  }
}
.customer-account-create .page-main .form.create.account .fieldset.create.info {
  display: flex;
  flex-wrap: wrap;
}
.customer-account-create .page-main .form.create.account .fieldset.create.info .legend {
  order: 1;
}
.customer-account-create .page-main .form.create.account .fieldset.create.info .field.field-name-firstname {
  order: 2;
}
.customer-account-create .page-main .form.create.account .fieldset.create.info .field.field-name-lastname {
  order: 3;
}
.customer-account-create .page-main .form.create.account .fieldset.create.info .field.date.field-dob {
  order: 4;
}
.customer-account-create .page-main .form.create.account .fieldset.create.info .field.gender {
  order: 5;
}
.customer-account-create .page-main .form.create.account .fieldset.create.info .field.choice {
  order: 6;
}
@media only screen and (max-width: 767px) {
  .customer-account-create .page-main .form.create.account .fieldset.create.info .field.choice {
    width: 100%;
  }
}
.customer-account-create .page-main .fieldset {
  margin-bottom: 20px;
}
.customer-account-create .page-main .fieldset .legend {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  font-size: 16px;
  letter-spacing: 0.5px;
  line-height: 30px;
  margin: 10px 0;
  font-weight: normal;
  color: #282828;
  font-family: 'DINPro-Medium';
  padding: 0px;
}
.customer-account-create .page-main .fieldset .legend span {
  color: #282828;
  font-family: 'DINPro-Medium';
  font-size: 16px;
}
.customer-account-create .page-main .fieldset .field {
  float: left;
  width: 50%;
  padding: 0 20px 0 0;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .customer-account-create .page-main .fieldset .field {
    padding-right: 10px;
  }
}
.customer-account-create .page-main .fieldset .field .label {
  padding: 0;
  line-height: 30px;
  color: #282828;
  font-size: 13px;
  letter-spacing: 0.5px;
  margin: 0px;
  font-weight: normal;
}
.customer-account-create .page-main .fieldset .field input[type="text"],
.customer-account-create .page-main .fieldset .field input[type="password"],
.customer-account-create .page-main .fieldset .field input[type="email"],
.customer-account-create .page-main .fieldset .field select {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0;
  padding: 0 10px;
  height: 40px;
  line-height: 40px;
  border-radius: 6px;
  border: 1px solid #919191;
  font-size: 13px;
  letter-spacing: 0.5px;
  box-shadow: none;
  box-sizing: border-box;
  color: #000000;
  font-weight: normal;
  z-index: 1;
}
.customer-account-create .page-main .fieldset .field input[type="checkbox"] {
  height: 20px;
  width: 20px;
}
.customer-account-create .page-main .fieldset .field .control.customer-dob {
  position: relative;
}
.customer-account-create .page-main .fieldset .field .control.customer-dob button.ui-datepicker-trigger {
  position: absolute;
  right: 10px;
  top: 10px;
}
.customer-account-create .page-main .fieldset .field.field.newsletter .label {
  position: relative;
  top: -3px;
}
.customer-account-create .page-main .fieldset .mobileget,
.customer-account-create .page-main .fieldset .otpverify {
  width: 50%;
  display: flex;
  padding-right: 20px;
  box-sizing: border-box;
  float: left;
}
@media only screen and (max-width: 767px) {
  .customer-account-create .page-main .fieldset .mobileget,
  .customer-account-create .page-main .fieldset .otpverify {
    width: 100%;
    padding-right: 0px;
  }
}
.customer-account-create .page-main .fieldset .mobileget .otp-content,
.customer-account-create .page-main .fieldset .otpverify .otp-content {
  position: relative;
  width: 70%;
  display: inline-block;
  padding-bottom: 15px;
  float: left;
}
.customer-account-create .page-main .fieldset .mobileget .otp-content span.field,
.customer-account-create .page-main .fieldset .otpverify .otp-content span.field {
  padding: 0px;
  margin: 0px;
}
.customer-account-create .page-main .fieldset .mobileget .otp-content .intl-tel-input,
.customer-account-create .page-main .fieldset .otpverify .otp-content .intl-tel-input {
  width: 95%;
}
.customer-account-create .page-main .fieldset .mobileget .otp-content .error,
.customer-account-create .page-main .fieldset .otpverify .otp-content .error {
  width: 100%;
  float: left;
  font-size: 12px;
  position: absolute;
  bottom: -10px;
}
.customer-account-create .page-main .fieldset .mobileget .otp-content input,
.customer-account-create .page-main .fieldset .otpverify .otp-content input {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0;
  height: 40px;
  line-height: 40px;
  border-radius: 6px;
  border: 1px solid #919191;
  font-size: 13px;
  letter-spacing: 0.5px;
  box-shadow: none;
  box-sizing: border-box;
  color: #000000;
  font-weight: normal;
  font-family: 'DINPro-Regular';
}
.customer-account-create .page-main .fieldset .mobileget .model-bottom,
.customer-account-create .page-main .fieldset .otpverify .model-bottom {
  width: 30%;
}
.customer-account-create .page-main .fieldset .mobileget .model-bottom .submitbtnajax,
.customer-account-create .page-main .fieldset .otpverify .model-bottom .submitbtnajax {
  width: 100%;
}
.customer-account-create .page-main .fieldset .mobileget .model-bottom .submitbtnajax .action.primary,
.customer-account-create .page-main .fieldset .otpverify .model-bottom .submitbtnajax .action.primary {
  line-height: 40px;
  padding: 0px;
  border-radius: 6px;
  background: #0041C0;
  color: #fff;
  letter-spacing: 1px;
  font-size: 14px;
  font-weight: normal;
  font-family: 'DINPro-Medium';
  border: 1px solid #0041C0;
  transition: all 1s ease 0s;
  height: 40px;
  width: 100%;
  text-align: center;
}
.customer-account-create .page-main .fieldset .mobileget .model-bottom .submitbtnajax .action.primary:hover,
.customer-account-create .page-main .fieldset .otpverify .model-bottom .submitbtnajax .action.primary:hover {
  background: #fff;
  color: #0041C0;
}
.customer-account-create .page-main .fieldset .otpverify {
  display: flex;
  float: left;
  padding-right: 0px;
}
.customer-account-create .page-main .fieldset .otpverify .otp-content.fieldset {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.customer-account-create .page-main .fieldset .otpverify .otp-content.fieldset input {
  width: 66%;
  float: left;
  margin-right: 4%;
}
.customer-account-create .page-main .fieldset .otpverify .otp-content.fieldset .model-bottom {
  margin-top: 0px;
}
.customer-account-create .page-main .actions-toolbar {
  text-align: center;
}
.customer-account-create .page-main .actions-toolbar .primary {
  float: none;
}
.customer-account-create .page-main .actions-toolbar .primary .action {
  display: inline-block;
  vertical-align: top;
  line-height: 40px;
  padding: 0 20px;
  border-radius: 6px;
  background: #0041C0;
  color: #fff;
  letter-spacing: 1px;
  font-size: 14px;
  font-weight: normal;
  font-family: 'DINPro-Medium';
  border: 1px solid #0041C0;
  transition: all 1s ease 0s;
  margin-right: 0px;
}
.customer-account-create .page-main .actions-toolbar .primary .action:hover {
  background: #fff;
  color: #0041C0;
}
.login-container .block-new-customer .actions-toolbar {
  margin-top: 25px;
}
.login-container .block .block-title {
  font-size: 1.8rem;
}
.login-container .fieldset:after {
  margin: 10px 0 0;
  content: attr(data-hasrequired);
  display: block;
  letter-spacing: normal;
  word-spacing: normal;
  color: #e02b27;
  font-size: 1.2rem;
}
.login-container .fieldset:after {
  margin-top: 35px;
}
.block-addresses-list .items.addresses > .item {
  margin-bottom: 20px;
}
.block-addresses-list .items.addresses > .item:last-child {
  margin-bottom: 0;
}
.block-addresses-list .items.addresses .item.actions {
  margin-top: 5px;
}
.form-address-edit .region_id {
  display: none;
}
.form-edit-account .fieldset.password {
  display: none;
}
.form-edit-account fieldset.additional_info {
  clear: both;
}
.form-create-account .fieldset-fullname .fields .field {
  float: none;
}
.form-create-account .fieldset.create.account:after {
  margin: 10px 0 0;
  content: attr(data-hasrequired);
  display: block;
  letter-spacing: normal;
  word-spacing: normal;
  color: #e02b27;
  font-size: 1.2rem;
}
.form-create-account .fieldset.create.account:after {
  margin-top: 35px;
}
.form.password.forget .fieldset:after {
  margin: 10px 0 0;
  content: attr(data-hasrequired);
  display: block;
  letter-spacing: normal;
  word-spacing: normal;
  color: #e02b27;
  font-size: 1.2rem;
}
.form.password.forget .fieldset:after {
  margin-top: 35px;
}
.box-billing-address .box-content,
.box-shipping-address .box-content,
.box-address-billing .box-content,
.box-address-shipping .box-content,
.box-information .box-content,
.box-newsletter .box-content {
  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;
}
.account .page-title-wrapper .page-title {
  display: inline-block;
}
.account .messages {
  margin-bottom: 20px;
}
.account .column.main {
  margin-bottom: 30px;
}
.account .column.main h2 {
  margin-top: 0;
}
.account .sidebar-additional {
  margin-top: 40px;
}
.account .table-wrapper {
  margin-bottom: 20px;
  border-bottom: 1px solid #cccccc;
  overflow-x: auto;
}
.account .table-wrapper:last-child {
  margin-bottom: 0;
}
.account .data.table .col.actions .action.delete,
[class^='sales-guest-'] .data.table .col.actions .action.delete,
.sales-guest-view .data.table .col.actions .action.delete {
  color: #d10029;
}
.column.main .block:last-child {
  margin-bottom: 0;
}
.block .title {
  display: block;
  margin-bottom: 10px;
}
.block .title strong {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.4rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.block p:last-child {
  margin: 0;
}
.block .box-actions {
  margin-top: 5px;
}
.field.password .control {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.field.password .control .mage-error {
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
.field.password .control .input-text {
  -ms-flex-order: 0;
  -webkit-order: 0;
  order: 0;
  z-index: 2;
}
.password-strength-meter {
  background-color: #f4f4f4;
  height: 32px;
  line-height: 32px;
  padding: 0 9px;
  position: relative;
  z-index: 1;
}
.password-strength-meter:before {
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  z-index: -1;
}
.password-none .password-strength-meter:before {
  background-color: #f4f4f4;
  width: 100%;
}
.password-weak .password-strength-meter:before {
  background-color: #ffafae;
  width: 25%;
}
.password-medium .password-strength-meter:before {
  background-color: #ffd6b3;
  width: 50%;
}
.password-strong .password-strength-meter:before {
  background-color: #c5eeac;
  width: 75%;
}
.password-very-strong .password-strength-meter:before {
  background-color: #81b562;
  width: 100%;
}
.control.captcha-image {
  margin-top: 10px;
}
.control.captcha-image .captcha-img {
  vertical-align: middle;
}
.order-products-toolbar,
.customer-addresses-toolbar {
  position: relative;
}
.order-products-toolbar .toolbar-amount,
.customer-addresses-toolbar .toolbar-amount {
  position: relative;
  text-align: center;
}
.order-products-toolbar .pages,
.customer-addresses-toolbar .pages {
  position: relative;
}
.additional-addresses table > thead > tr > th {
  white-space: nowrap;
}
body.account {
  /*=========================Custom css for the additional section of user dashboard=========================*/
}
body.account .page-main {
  margin-top: 30px;
}
body.account .sidebar .block {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
body.account .sidebar .block .title {
  display: none;
}
body.account .sidebar .block .content {
  background: #f7f7f7;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 6px;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
body.account .sidebar ul.nav {
  display: flex;
  width: 100%;
  vertical-align: top;
  flex-wrap: wrap;
}
body.account .sidebar .nav.item {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0 10px;
  box-sizing: border-box;
  transition: all 0.5s ease;
  border-radius: 5px;
}
body.account .sidebar .nav.item:nth-child(10),
body.account .sidebar .nav.item:nth-child(6) {
  display: none;
}
body.account .sidebar .nav.item:nth-child(8) {
  order: 5;
}
body.account .sidebar .nav.item:nth-child(9) {
  order: 6;
}
body.account .sidebar .nav.item:nth-child(11) {
  order: 1;
}
body.account .sidebar .nav.item:nth-child(13) {
  order: 3;
}
body.account .sidebar .nav.item:nth-child(14) {
  order: 4;
  display: none;
}
body.account .sidebar .nav.item:hover {
  background: #ececec;
}
body.account .sidebar .nav.item strong {
  border: none;
  padding: 0;
  line-height: 40px;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0.5px;
  font-family: "DINPro-Bold";
  display: inline-block;
  width: auto;
  vertical-align: top;
  color: #282828;
}
body.account .sidebar .nav.item a {
  display: inline-block;
  width: auto;
  border: none;
  vertical-align: top;
  padding: 0;
  line-height: 40px;
  font-weight: normal;
  letter-spacing: 0.5px;
  font-size: 14px;
  font-family: "DINPro-Regular";
  color: #282828;
  background: none;
}
body.account .sidebar .nav.item .delimiter {
  display: none;
  border: none;
  margin: 0;
}
body.account .columns {
  color: #282828;
}
body.account .columns .get_compare_list_bar + .toolbar.wishlist-toolbar {
  display: none;
}
body.account .columns .page-title-wrapper {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
body.account .columns .page-title-wrapper .page-title {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0 0 20px;
  text-align: center;
}
body.account .columns .page-title-wrapper .page-title span {
  display: inline-block;
  width: auto;
  vertical-align: top;
  line-height: 40px;
  font-size: 28px;
  font-family: "DINPro-Bold";
  font-weight: normal;
  letter-spacing: 1px;
  color: #000000;
}
body.account .columns .page-title-wrapper .order-status {
  float: left;
  width: 20%;
  margin: 0 0 20px;
  padding: 0;
  border: none;
  text-transform: capitalize;
  font-family: "DINPro-Bold";
  letter-spacing: 0.5px;
  font-size: 13px;
}
body.account .columns .page-title-wrapper .order-status:before {
  content: "Order Status : ";
  font-family: "DINPro-Regular";
}
body.account .columns .page-title-wrapper .order-actions-toolbar {
  float: right;
  width: 20%;
  text-align: right;
  margin: 0 0 20px;
}
body.account .columns .page-title-wrapper .order-actions-toolbar .actions {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
body.account .columns .page-title-wrapper .order-actions-toolbar a {
  display: inline-block;
  width: auto;
  vertical-align: top;
  color: #0041C0;
  letter-spacing: 0.5px;
  font-size: 13px;
  font-family: "DINPro-Medium";
  font-weight: normal;
  margin: 0;
}
body.account .columns .page-title-wrapper .order-actions-toolbar a.action.print {
  display: none;
}
body.account .columns .page-title-wrapper .order-date {
  float: left;
  width: 60%;
  text-align: center;
  margin: 0 0 20px;
  font-size: 13px;
  letter-spacing: 0.5px;
  font-family: "DINPro-Medium";
}
body.account .columns .block {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0 0 30px;
}
body.account .columns .block.block-order-details-view + .block.block-order-details-view {
  display: none;
}
body.account .columns .block .block-title {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding: 0 15px !important;
  box-sizing: border-box;
  border: none !important;
  margin: 0 0 20px !important;
  background: #f7f7f7;
  border-radius: 6px;
}
body.account .columns .block .block-title strong {
  float: left;
  width: auto;
  line-height: 40px;
  font-size: 16px !important;
  letter-spacing: 0.5px;
  font-weight: normal !important;
  font-family: "DINPro-Bold";
}
body.account .columns .block .block-title a.action {
  float: right;
  width: auto;
  line-height: 30px;
  margin: 5px 0 !important;
  font-size: 13px;
  letter-spacing: 0.5px;
  color: #0041C0;
  text-decoration: underline;
  font-family: "DINPro-Medium";
}
body.account .columns .block .block-content {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
body.account .columns .block .block-content .box .box-title {
  width: 100%;
  vertical-align: top;
  margin: 0;
  font-weight: normal;
  margin: 0 0 10px;
}
body.account .columns .block .block-content .box .box-title span {
  display: inline-block;
  width: auto;
  vertical-align: top;
  font-size: 14px;
  font-family: "DINPro-Bold";
  letter-spacing: 0.5px;
}
body.account .columns .block .block-content .box .box-content {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0 0 10px;
}
body.account .columns .block .block-content .box .box-content p {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0;
  font-size: 14px;
  letter-spacing: 0.5px;
}
body.account .columns .block .block-content .box .box-content address {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  font-size: 14px;
  letter-spacing: 0.5px;
  line-height: 24px;
}
body.account .columns .block .block-content .box .box-content address a {
  color: #282828;
  text-decoration: none;
  cursor: default;
  pointer-events: none;
}
body.account .columns .block .block-content .box .box-content img {
  border: 1px solid #919191;
  display: inline-block;
  width: 120px;
  border-radius: 50%;
}
body.account .columns .block .block-content .box .box-content form {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
body.account .columns .block .block-content .box .box-content input[name="sk_profile_pic"] {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0 0 15px;
  font-size: 14px;
  letter-spacing: 0.5px;
}
body.account .columns .block .block-content .box .box-content button {
  display: inline-block;
  width: auto;
  vertical-align: top;
  border: none;
  padding: 0 30px;
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.5px;
  line-height: 40px;
  border-radius: 6px;
  background: #0041C0;
  color: #fff;
}
body.account .columns .block .block-content .box .box-actions {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0;
}
body.account .columns .block .block-content .box .box-actions a {
  font-size: 13px;
  letter-spacing: 0.5px;
  color: #0041C0;
  text-decoration: underline;
  line-height: 24px;
  display: inline-block;
  width: auto;
}
body.account .columns .block .block-content .box .box-actions a.change-password {
  display: none;
}
body.account .columns .block .block-content .box .box-actions a:after {
  display: none;
}
body.account .columns .table-wrapper {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
body.account .columns table tr th {
  padding: 10px;
  line-height: 30px;
  font-weight: normal;
  letter-spacing: 0.5px;
  font-size: 14px;
  font-family: "DINPro-Bold";
}
body.account .columns table tr th strong {
  font-weight: normal;
}
body.account .columns table tr td {
  border-color: #919191;
  padding: 10px;
  line-height: 30px;
  font-size: 14px;
  letter-spacing: 0.5px;
}
body.account .columns table tr td a {
  color: #0041C0;
  font-family: "DINPro-Medium";
  font-size: 12px;
}
body.account .columns table tr td span.price {
  color: #0041C0;
  font-family: "DINPro-Bold";
}
body.account .columns table tr td strong {
  font-weight: normal;
}
body.account .columns .toolbar {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
body.account .columns .toolbar .toolbar-amount {
  display: none;
}
body.account .columns .toolbar .pages {
  float: left;
  width: auto;
}
body.account .columns .toolbar .pages .pages-label {
  display: none;
}
body.account .columns .toolbar .pages .pages-items {
  width: auto;
  vertical-align: top;
}
body.account .columns .toolbar .pages .pages-items .item {
  display: inline-block;
  width: 30px;
  margin: 0 10px 0 0;
  vertical-align: top;
}
body.account .columns .toolbar .pages .pages-items .item strong {
  vertical-align: top;
  width: 100%;
  font-size: 12px;
  font-weight: normal;
  background: #ececec;
  text-align: center;
  padding: 0;
  border-radius: 3px;
}
body.account .columns .toolbar .pages .pages-items .item .label {
  display: none;
}
body.account .columns .toolbar .pages .pages-items .item span {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  line-height: 30px;
}
body.account .columns .toolbar .pages .pages-items .item a {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding: 0;
  text-align: center;
  background: #0041C0;
  color: #ffffff;
  border-radius: 3px;
  margin: 0;
  border: none;
  box-shadow: none;
}
body.account .columns .toolbar .pages .pages-items .item a:before {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding: 0;
  color: #fff;
  border-radius: 0;
}
body.account .columns .order-links {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  background: #f7f7f7;
  padding: 0 15px;
  box-sizing: border-box;
  margin: 0 0 15px;
}
body.account .columns .order-links .item {
  float: right;
  width: auto;
  margin: 0;
  background: none;
}
body.account .columns .order-links .item strong {
  border: none;
  background: no-repeat;
  float: left;
  width: auto;
  padding: 0;
  margin: 0;
  font-size: 16px;
  letter-spacing: 0.5px;
  font-family: "DINPro-Bold";
  text-transform: capitalize;
}
body.account .columns .order-links .item a {
  float: left;
  width: auto;
  padding: 0;
  border: none;
  font-family: "DINPro-Bold";
  color: #0041C0;
  font-size: 13px;
  letter-spacing: 0.5px;
  background: none;
}
body.account .columns .order-links .item.current {
  float: left;
}
body.account .columns .order-details-items {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  border: none;
}
body.account .columns .order-details-items table tbody {
  border-color: #919191;
}
body.account .columns .order-details-items table tr th {
  padding: 10px;
}
body.account .columns .order-details-items table tr td {
  padding: 10px;
  background: none;
}
body.account .columns .order-details-items table tr td .product-item-name {
  margin: 0;
  display: inline-block;
  width: auto;
  vertical-align: top;
  font-size: 14px;
}
body.account .columns .order-details-items table tr td.price span,
body.account .columns .order-details-items table tr td.subtotal span {
  display: inline-block;
  width: auto;
  vertical-align: top;
  padding: 0;
  line-height: 30px;
  font-size: 14px;
  font-weight: normal !important;
}
body.account .columns .order-details-items table tfoot {
  background: none;
  border-top: 1px solid #919191;
}
body.account .columns .order-details-items.invoice .actions-toolbar {
  display: none;
}
body.account .columns .order-details-items.invoice .order-title {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding: 0;
  border: none;
  margin: 10px 0;
}
body.account .columns .order-details-items.invoice .order-title strong {
  float: left;
  width: auto;
  font-weight: normal;
  font-size: 18px;
  letter-spacing: 0.5px;
  font-family: "DINPro-Bold";
  line-height: 24px;
}
body.account .columns .order-details-items.invoice .order-title a.action {
  float: right;
  width: auto;
  margin: 0;
  line-height: 24px;
  font-size: 13px;
  font-weight: normal;
  letter-spacing: 0.5px;
  font-family: "DINPro-Bold";
}
body.account .columns #wishlist-view-form {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
body.account .columns #wishlist-view-form + .actions-toolbar,
body.account .columns #wishlist-view-form .actions-toolbar {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 30px 0 10px;
  text-align: center;
}
body.account .columns #wishlist-view-form + .actions-toolbar .primary,
body.account .columns #wishlist-view-form .actions-toolbar .primary {
  display: inline-block;
  float: none;
  width: 100%;
  vertical-align: top;
  text-align: center;
}
body.account .columns #wishlist-view-form + .actions-toolbar button.action,
body.account .columns #wishlist-view-form .actions-toolbar button.action {
  display: inline-block;
  width: auto;
  vertical-align: top;
  border: none;
  line-height: 40px;
  padding: 0 40px;
  border-radius: 6px;
  font-weight: normal;
  font-family: "DINPro-Regular";
  letter-spacing: 0.5px;
  text-transform: capitalize;
  background: #0041c0;
  color: #fff;
  margin: 0 15px;
  box-sizing: border-box;
  height: 40px;
}
body.account .columns #wishlist-view-form + .actions-toolbar button.action.share,
body.account .columns #wishlist-view-form .actions-toolbar button.action.share {
  display: none;
}
body.account .columns #wishlist-view-form + .actions-toolbar button.action.update,
body.account .columns #wishlist-view-form .actions-toolbar button.action.update {
  background: #fff;
  border: 1px solid #0041c0;
  color: #0041c0;
  display: none;
}
body.account .columns .products-grid.wishlist {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
body.account .columns .products-grid.wishlist .product-items {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
body.account .columns .products-grid.wishlist .product-item {
  float: left;
  width: calc((33.333333% - 12px));
  margin-left: 12px;
  margin-bottom: 12px;
}
body.account .columns .products-grid.wishlist .product-item:nth-child(3n+1) {
  margin-left: 0;
}
body.account .columns .products-grid.wishlist .product-item-info {
  width: 100%;
}
body.account .columns .products-grid.wishlist .product-item-photo {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 20px 0 0;
}
body.account .columns .products-grid.wishlist .product-item-name {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 5px 0 0;
}
body.account .columns .products-grid.wishlist .price-box {
  margin: 0 0 5px;
}
body.account .columns .products-grid.wishlist .price-box p {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0;
}
body.account .columns .products-grid.wishlist .product-item-inner {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  position: static;
  border: none;
  padding: 0;
  margin: 0;
  box-shadow: none;
}
body.account .columns .products-grid.wishlist .product-item-inner .comment-box {
  display: none;
}
body.account .columns .products-grid.wishlist .product-item-inner .product-item-actions a.action {
  margin: 0;
  line-height: 40px;
  color: #282828;
}
body.account .columns .products-grid.wishlist .product-item-inner .product-item-actions a.action.edit {
  display: none;
}
body.account .columns .products-grid.wishlist .product-item-inner .product-item-actions a.action:before {
  color: #282828;
}
body.account .columns .products-grid.wishlist .product-item-inner .product-item-actions .actions-primary {
  display: none;
}
body.account .columns .products-grid.wishlist .product-item-inner .product-item-actions .actions-secondary {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0;
}
body.account .columns .products-grid.wishlist .product-item-inner .product-item-actions .buynow-btn {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
body.account .columns .products-grid.wishlist .product-item-inner .product-item-actions .buynow-btn a {
  float: left;
  width: 75%;
}
body.account .columns .products-grid.wishlist .product-item-inner .product-item-actions .buynow-btn a:nth-child(2) {
  float: right;
  width: auto;
  max-width: 25%;
}
body.account .columns .products-grid.wishlist .product-item-inner .product-item-actions .buynow-btn a:nth-child(2) button.action {
  box-shadow: none;
  background: none;
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin: 5px 0 0;
}
body.account .columns .products-grid.wishlist .product-item-inner .product-item-actions .buynow-btn a:nth-child(2) button.action span {
  display: none;
}
body.account .columns .products-grid.wishlist .product-item-inner .product-item-actions .buynow-btn a:nth-child(2) button.action:after {
  content: '\e604';
  font-family: 'luma-icons';
  display: inline-block;
  width: 100%;
  font-size: 20px;
  color: #000000;
}
body.account .columns .products-grid.wishlist .product-item-inner .product-item-actions button.action.tocart {
  display: inline-block;
  width: 100%;
  padding: 0;
  border: none;
  border-radius: 12px;
  background: #0041c0;
  line-height: 40px;
  text-transform: capitalize;
  letter-spacing: .5px;
  font-weight: 400;
  color: #fff;
  box-sizing: border-box;
  margin: 0;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.19);
}
body.account .columns .products-grid.wishlist .product-item-inner .box-tocart {
  float: left;
  width: calc((100% - 100px));
}
body.account .columns .products-grid.wishlist .product-item-inner .box-tocart .fieldset {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0;
}
body.account .columns .products-grid.wishlist .product-item-inner .box-tocart .field.qty {
  float: left;
  width: auto;
  margin: 0;
  padding: 0 10px 0 0;
  display: none;
}
body.account .columns .products-grid.wishlist .product-item-inner .box-tocart .label {
  display: none;
}
body.account .columns .products-grid.wishlist .product-item-inner .box-tocart .control {
  display: inline-block;
  width: auto;
  vertical-align: top;
}
body.account .columns .products-grid.wishlist .product-item-inner .box-tocart input.qty {
  float: left;
  width: 60px;
  padding: 0;
  height: 40px;
  line-height: 40px;
  box-sizing: border-box;
  border: 1px solid #919191;
  border-radius: 4px;
  background: none;
  font-size: 14px;
  font-family: "DINPro-Medium";
  font-weight: normal;
}
body.account .columns .products-grid.wishlist .product-item-inner .box-tocart .product-item-actions {
  float: left;
  width: 100%;
}
body.account .columns .products-grid.wishlist .product-item-inner .box-tocart .actions-primary {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
body.account .columns .products-grid.wishlist .product-item-inner .box-tocart button.action.primary {
  float: left;
  width: 100%;
  vertical-align: top;
  padding: 0;
  line-height: 40px;
  border: none;
  height: 40px;
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.5px;
  font-family: "DINPro-Regular";
  border-radius: 6px;
  background: #0041c0;
}
body.account .columns .actions-toolbar {
  display: inline-block;
  width: auto;
  vertical-align: top;
}
body.account .columns .actions-toolbar button.action.primary {
  float: left;
  width: auto;
  margin: 0;
  padding: 0 30px;
  line-height: 40px;
  background: #0041c0;
  border-radius: 6px;
  font-size: 14px;
  font-weight: normal;
  font-family: "DINPro-Regular";
  letter-spacing: 0.5px;
}
body.account .columns form.form-address-edit,
body.account .columns form.form-edit-account,
body.account .columns form.form-newsletter-manage {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
body.account .columns form.form-address-edit .message.info,
body.account .columns form.form-edit-account .message.info,
body.account .columns form.form-newsletter-manage .message.info {
  display: inline-block;
  width: calc((50% - 20px));
  vertical-align: top;
  box-sizing: border-box;
  margin: 10px;
}
body.account .columns form.form-address-edit .fieldset,
body.account .columns form.form-edit-account .fieldset,
body.account .columns form.form-newsletter-manage .fieldset {
  float: left;
  width: 100%;
  margin: 0 0 20px;
}
body.account .columns form.form-address-edit .legend,
body.account .columns form.form-edit-account .legend,
body.account .columns form.form-newsletter-manage .legend {
  width: 100%;
  padding: 0 15px;
  box-sizing: border-box;
  background: #f7f7f7;
  font-size: 16px;
  letter-spacing: 0.5px;
  line-height: 40px;
  border-radius: 6px;
  border: none;
  font-family: "DINPro-Bold";
}
body.account .columns form.form-address-edit .legend span,
body.account .columns form.form-edit-account .legend span,
body.account .columns form.form-newsletter-manage .legend span {
  display: inline-block;
  width: auto;
  vertical-align: top;
  font-size: 16px;
  font-weight: normal;
  margin: 0;
}
body.account .columns form.form-address-edit .field,
body.account .columns form.form-edit-account .field,
body.account .columns form.form-newsletter-manage .field {
  float: left;
  width: 50%;
  padding: 0 10px;
  box-sizing: border-box;
  margin: 0 0 15px;
}
body.account .columns form.form-address-edit .field .label,
body.account .columns form.form-edit-account .field .label,
body.account .columns form.form-newsletter-manage .field .label {
  font-weight: normal;
  margin: 0 0 10px;
  font-size: 13px;
  letter-spacing: 0.5px;
  font-family: "DINPro-Medium";
  float: left;
  width: auto;
  height: 24px;
}
body.account .columns form.form-address-edit .field .control,
body.account .columns form.form-edit-account .field .control,
body.account .columns form.form-newsletter-manage .field .control {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
body.account .columns form.form-address-edit .field input,
body.account .columns form.form-edit-account .field input,
body.account .columns form.form-newsletter-manage .field input {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  border: 1px solid #919191;
  line-height: 40px;
  height: 40px;
  font-size: 13px;
  color: #282828;
  border-radius: 6px;
  letter-spacing: 0.5px;
  font-weight: normal;
  padding: 0 12px;
  box-shadow: none;
  font-family: "DINPro-Regular";
}
body.account .columns form.form-address-edit .field select,
body.account .columns form.form-edit-account .field select,
body.account .columns form.form-newsletter-manage .field select {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  border: 1px solid #919191;
  line-height: 40px;
  height: 40px;
  font-size: 13px;
  color: #282828;
  border-radius: 6px;
  letter-spacing: 0.5px;
  font-weight: normal;
  padding: 0 30px 0 12px;
  box-shadow: none;
}
body.account .columns form.form-address-edit .field.street,
body.account .columns form.form-edit-account .field.street,
body.account .columns form.form-newsletter-manage .field.street {
  width: 100%;
}
body.account .columns form.form-address-edit .field.street .field.primary,
body.account .columns form.form-edit-account .field.street .field.primary,
body.account .columns form.form-newsletter-manage .field.street .field.primary {
  display: none;
}
body.account .columns form.form-address-edit .field.street input#street_1,
body.account .columns form.form-edit-account .field.street input#street_1,
body.account .columns form.form-newsletter-manage .field.street input#street_1 {
  float: left;
  width: calc((50% - 10px));
  margin: 0 10px 0 0;
}
body.account .columns form.form-address-edit .field .nested,
body.account .columns form.form-edit-account .field .nested,
body.account .columns form.form-newsletter-manage .field .nested {
  display: inline-block;
  width: 50%;
  vertical-align: top;
}
body.account .columns form.form-address-edit .field .nested .field.additional,
body.account .columns form.form-edit-account .field .nested .field.additional,
body.account .columns form.form-newsletter-manage .field .nested .field.additional {
  width: calc((100% - 10px));
  padding: 0;
  margin: 0 0 0 10px;
}
body.account .columns form.form-address-edit .field .nested .field.additional:nth-child(2),
body.account .columns form.form-edit-account .field .nested .field.additional:nth-child(2),
body.account .columns form.form-newsletter-manage .field .nested .field.additional:nth-child(2) {
  display: none;
}
body.account .columns form.form-address-edit .field.region input#region,
body.account .columns form.form-edit-account .field.region input#region,
body.account .columns form.form-newsletter-manage .field.region input#region {
  display: none;
}
body.account .columns form.form-address-edit .field .address-type-container,
body.account .columns form.form-edit-account .field .address-type-container,
body.account .columns form.form-newsletter-manage .field .address-type-container {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 15px 0 0;
}
body.account .columns form.form-address-edit .field .address-type-container .address-heading,
body.account .columns form.form-edit-account .field .address-type-container .address-heading,
body.account .columns form.form-newsletter-manage .field .address-type-container .address-heading {
  float: left;
  width: 100%;
  margin: 0 0 10px;
  font-family: "DINPro-Medium";
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 0.5px;
}
body.account .columns form.form-address-edit .field .address-type-container input,
body.account .columns form.form-edit-account .field .address-type-container input,
body.account .columns form.form-newsletter-manage .field .address-type-container input {
  float: left;
  width: auto;
  margin: 0;
  border: none;
}
body.account .columns form.form-address-edit .field .address-type-container label,
body.account .columns form.form-edit-account .field .address-type-container label,
body.account .columns form.form-newsletter-manage .field .address-type-container label {
  float: left;
  width: auto;
  line-height: 40px;
  font-family: "DINPro-Bold";
  letter-spacing: 0.6px;
  font-weight: normal;
  margin: 0 16px 0 0;
  padding: 0 8px;
}
body.account .columns form.form-address-edit .field.choice,
body.account .columns form.form-edit-account .field.choice,
body.account .columns form.form-newsletter-manage .field.choice {
  clear: both;
}
body.account .columns form.form-address-edit .field.choice input,
body.account .columns form.form-edit-account .field.choice input,
body.account .columns form.form-newsletter-manage .field.choice input {
  float: left;
  width: auto;
  border: none;
  margin: 0;
  padding: 0;
}
body.account .columns form.form-address-edit .field.choice .label,
body.account .columns form.form-edit-account .field.choice .label,
body.account .columns form.form-newsletter-manage .field.choice .label {
  float: left;
  width: auto;
  padding: 0 12px;
  line-height: 40px;
  font-size: 14px;
  letter-spacing: 0.5px;
  margin: 0;
  font-weight: normal;
  height: 40px;
}
body.account .columns form.form-edit-account .fieldset.info .field:last-child.choice {
  display: none;
}
body.account .columns form.form-edit-account .fieldset.info .field .choice {
  display: none;
}
body.account .columns form.form-edit-account .fieldset.info .field.field-dob .ui-datepicker-trigger {
  display: none;
}
body.account .columns form.form-newsletter-manage .fieldset {
  margin: 0;
}
body.account .columns form.form-newsletter-manage .field.choice {
  width: 100%;
}
body.account .columns form.form-newsletter-manage .field.choice input {
  line-height: 38px;
  height: 38px;
  padding: 0;
}
body.account .columns form.form-newsletter-manage .field.choice .label {
  max-width: calc((100% - 20px));
}
body.account .columns form.form-newsletter-manage span.note {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding: 0;
  box-sizing: border-box;
  margin: 0;
  line-height: 18px;
  font-size: 12px;
  letter-spacing: 0.5px;
}
body.account .columns .block-order-details-view .order-status {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0;
  padding: 0;
  border: none;
  text-align: center;
  box-sizing: border-box;
}
body.account .columns .block-order-details-view .order-status h2 {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 5px 0;
  font-size: 14px;
  letter-spacing: 0.5px;
  font-family: "DINPro-Bold";
  line-height: 30px;
  font-weight: normal;
}
body.account .columns .block-order-details-view .order-status .process-steps-tracker {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
body.account .columns .block-order-details-view .order-status .process-steps {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  text-align: center;
}
body.account .columns .block-order-details-view .order-status .process-steps .steps {
  float: left;
  max-width: 20%;
  font-family: "DINPro-Medium";
  letter-spacing: 0.5px;
  font-size: 12px;
}
body.account.customeramc-customer-index h3.sec-title {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0 0 20px;
  padding: 0 15px;
  line-height: 40px;
  background: #f7f7f7;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0.5px;
  font-family: "DINPro-Bold";
  border: none;
  border-radius: 6px;
  box-sizing: border-box;
}
body.account.customeramc-customer-index form.form-appliance {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
body.account.customeramc-customer-index form.form-appliance .row {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
body.account.customeramc-customer-index form.form-appliance .row tr {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
body.account.customeramc-customer-index form.form-appliance .row tr th {
  display: inline-block;
  width: 50%;
  padding: 0 10px;
  font-size: 13px;
  letter-spacing: 0.5px;
  font-weight: normal;
  font-family: "DINPro-Medium";
  line-height: 24px;
  margin: 0 0 10px;
  box-sizing: border-box;
}
body.account.customeramc-customer-index form.form-appliance .row tr td {
  width: 50%;
  float: left;
  padding: 0 10px;
  box-sizing: border-box;
}
body.account.customeramc-customer-index form.form-appliance .row tr td span {
  display: none;
}
body.account.customeramc-customer-index form.form-appliance .row select {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0 0 15px;
  border: 1px solid #919191;
  height: 40px;
  line-height: 40px;
  padding: 0 30px 0 12px;
  box-shadow: none;
  color: #282828;
  font-size: 13px;
  font-weight: normal;
  letter-spacing: 0.5px;
  border-radius: 6px;
  box-sizing: border-box;
  font-family: "DINPro-Regular";
}
body.account.customeramc-customer-index form.form-appliance .row input {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0 0 15px;
  border: 1px solid #919191;
  border-radius: 6px;
  height: 40px;
  line-height: 40px;
  padding: 0 12px;
  font-size: 13px;
  letter-spacing: 0.5px;
  color: #282828;
  box-shadow: none;
  box-sizing: border-box;
  font-family: "DINPro-Regular";
}
body.account.customeramc-customer-index form.form-appliance .row textarea {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding: 0 12px;
  border: 1px solid #919191;
  border-radius: 6px;
  box-shadow: none;
  color: #282828;
  font-size: 12px;
  line-height: 24px;
  height: 74px;
  letter-spacing: 0.5px;
  font-family: "DINPro-Regular";
}
body.account.customeramc-customer-index form.form-appliance .form-group {
  float: left;
  width: 100%;
  margin: 0 0 15px;
  padding: 0 12px;
  box-sizing: border-box;
}
body.account.customeramc-customer-index form.form-appliance .form-group.col-sm-6 {
  width: 50%;
}
body.account.customeramc-customer-index form.form-appliance .form-group .primary {
  float: right;
  width: auto;
  margin: 10px 0;
}
body.account.customeramc-customer-index form.form-appliance .form-group button.action.primary {
  margin: 0;
  padding: 0 30px;
  border: none;
  line-height: 40px;
  background: #0041c0;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0.5px;
  font-family: "DINPro-Regular";
  border-radius: 6px;
}
body.account.customeramc-customer-index form.form-appliance .actions-toolbar {
  width: 100%;
  padding: 0 12px;
  box-sizing: border-box;
}
body.account.customeramc-customer-index form.form-appliance .actions-toolbar .secondry {
  float: left;
  width: auto;
  margin: 10px 0;
}
body.account.customeramc-customer-index form.form-appliance .actions-toolbar .primary {
  float: right;
  width: auto;
  margin: 10px 0;
}
body.account.customeramc-customer-index form.form-appliance .actions-toolbar #submit_btn {
  margin: 0;
  padding: 0 30px;
  border: none;
  line-height: 40px;
  background: #0041c0;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0.5px;
  font-family: "DINPro-Regular";
  border-radius: 6px;
}
body.account.customeramc-customer-index form.form-appliance .actions-toolbar button.action.primary {
  margin: 0;
  padding: 0 30px;
  border: none;
  line-height: 40px;
  background: #0041c0;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0.5px;
  font-family: "DINPro-Regular";
  border-radius: 6px;
}
body.account.customeramcplans-customer-index h3 {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0 0 20px;
  padding: 0 15px;
  line-height: 40px;
  background: #f7f7f7;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0.5px;
  font-family: "DINPro-Bold";
  border: none;
  border-radius: 6px;
  box-sizing: border-box;
}
body.account.customeramcplans-customer-index .products-grid {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0;
}
body.account.customeramcplans-customer-index .product-items {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 20px 0;
}
body.account.customeramcplans-customer-index .product-items span {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0 !important;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.5px;
  font-family: "DINPro-Regular";
}
body.account.customeramcplans-customer-index .product-items span a {
  display: inline-block;
  width: auto;
  vertical-align: top;
  color: #0041c0;
  font-family: "DINPro-Medium";
}
body.account.customeramcplans-customer-index .product-items .services-section {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
body.account.customeramcplans-customer-index .product-items form {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
body.account.customeramcplans-customer-index .product-items .row {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.14);
  border-radius: 10px;
  margin: 0 0 20px;
  box-sizing: border-box;
  padding: 15px;
}
body.account.customeramcplans-customer-index .product-items .col-md-3 {
  float: left;
  width: 25%;
  padding: 10px;
  box-sizing: border-box;
}
body.account.customeramcplans-customer-index .product-items .col-md-3 .sec-pic {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  text-align: center;
}
body.account.customeramcplans-customer-index .product-items .col-md-3 .sec-pic img {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  max-width: 150px;
}
body.account.customeramcplans-customer-index .product-items .col-md-3 .expire-date {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  text-align: center;
  font-size: 11px;
  letter-spacing: 0.5px;
  font-weight: normal;
  font-family: "DINPro-Bold";
  line-height: 24px;
  margin: 10px 0 0;
}
body.account.customeramcplans-customer-index .product-items .col-md-9 {
  float: right;
  width: 75%;
  padding: 5px 10px;
  box-sizing: border-box;
}
body.account.customeramcplans-customer-index .product-items .col-md-9 .row {
  padding: 0;
  box-shadow: none;
  margin: 0;
}
body.account.customeramcplans-customer-index .product-items .col-md-9 .col-md-4 {
  float: left;
  width: 20%;
}
body.account.customeramcplans-customer-index .product-items .col-md-9 .col-md-4 small {
  float: left;
  width: 100%;
  font-size: 13px;
  letter-spacing: 0.5px;
  font-weight: normal;
  line-height: 20px;
}
body.account.customeramcplans-customer-index .product-items .col-md-9 .col-md-4 .txt-cont {
  float: left;
  width: 100%;
  vertical-align: top;
  font-size: 14px;
  letter-spacing: 0.5px;
  font-weight: normal;
  font-family: "DINPro-Medium";
  line-height: 24px;
  margin: 8px 0 0;
}
body.account.customeramcplans-customer-index .product-items .col-sm-12 {
  float: right;
  width: 75%;
  vertical-align: top;
  padding: 5px 10px;
  box-sizing: border-box;
}
body.account.customeramcplans-customer-index .product-items .col-sm-12 input.action {
  float: left;
  width: auto;
  background: #0041c0;
  border-radius: 6px;
  padding: 0 30px;
  line-height: 40px;
  font-weight: normal;
  letter-spacing: 0.5px;
  border: none;
  font-size: 14px;
  font-family: "DINPro-Regular";
}
body.account.customeramcplans-customer-index .product-items .col-sm-12 a {
  float: right;
  width: auto;
  line-height: 40px;
  font-size: 12px;
  letter-spacing: 0.5px;
  font-family: "DINPro-Medium";
  color: #0041c0;
}
body.account.customeramcplans-customer-index .product-items .col-sm-12 a.action.submit.primary {
  float: left;
  border: none;
  background: #0041c0;
  color: #fff;
  font-weight: normal;
  font-family: "DINPro-Regular";
  padding: 0 25px;
  font-size: 14px;
}
body.account.customeramcplans-customer-index .product-items .col-sm-12 br {
  display: none;
}
body.account.customeramcplans-customer-index .product-items .select-warranty {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
body.account.customeramcplans-customer-index .product-items .select-warranty h4.sub-title {
  float: left;
  width: 100%;
  margin: 0;
  font-weight: normal;
}
body.account.customeramcplans-customer-index .product-items .select-warranty h4.sub-title strong {
  display: inline-block;
  width: auto;
  vertical-align: top;
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.5px;
  font-family: "DINPro-Medium";
  line-height: 30px;
}
body.account.customeramcplans-customer-index .product-items .select-warranty .total-amc {
  float: left;
  width: 100%;
}
body.account.customeramcplans-customer-index .product-items .select-warranty .year-amc {
  float: left;
  width: 25%;
  padding: 0 5px;
  box-sizing: border-box;
}
body.account.customeramcplans-customer-index .product-items .select-warranty .year-amc .btn-radio {
  float: left;
  width: 100%;
}
body.account.customeramcplans-customer-index .product-items .select-warranty .year-amc input {
  float: left;
  width: auto;
  line-height: 30px;
  height: 30px;
  box-sizing: border-box;
  margin: 0;
}
body.account.customeramcplans-customer-index .product-items .select-warranty .year-amc label {
  float: left;
  width: 100%;
  max-width: calc((100% - 15px));
  padding: 0 5px;
  box-sizing: border-box;
}
body.account.customeramcplans-customer-index .product-items .select-warranty .year-amc .warranty-year {
  float: left;
  width: 100%;
  line-height: 28px;
  letter-spacing: 0.5px;
  font-weight: normal;
  font-family: "DINPro-Bold";
  font-size: 13px;
}
body.account.customeramcplans-customer-index .product-items .select-warranty .year-amc .price-amc {
  float: left;
  width: 100%;
  margin: 0;
  line-height: 18px;
}
body.account.customeramcplans-customer-index .product-items .select-warranty .year-amc .price-amc span {
  line-height: 18px;
  color: #0041c0;
  font-family: "DINPro-Bold";
  letter-spacing: 0.5px;
  font-size: 14px;
  width: auto;
}
body.account.customeramcplans-customer-index .product-items .select-warranty .year-amc .price-amc span.main_amt {
  margin: 0 10px 0 0 !important;
  font-family: "DINPro-Regular";
  color: #282828;
  font-size: 12px;
}
body.account.customeramcplans-customer-index .product-items .select-warranty .year-amc .price-amc i {
  line-height: 14px;
  float: left;
  margin: 4px 3px 0 0;
}
body.account.customeramcplans-customer-index .product-items .select-warranty .error-messages {
  float: left;
  width: 100%;
}
body.account.customeramcplans-customer-index .product-items .select-warranty .error-messages span {
  float: left;
  width: auto;
  font-size: 11px !important;
  font-family: "DINPro-Medium";
  line-height: 18px;
}
body.account.customeroutofw-customer-index h3 {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0 0 20px;
  padding: 0 15px;
  line-height: 40px;
  background: #f7f7f7;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0.5px;
  font-family: "DINPro-Bold";
  border: none;
  border-radius: 6px;
  box-sizing: border-box;
}
body.account.customeroutofw-customer-index #success_msg {
  float: left;
  width: 100%;
  font-size: 13px;
  color: green;
  letter-spacing: 0.5px;
}
body.account.customeroutofw-customer-index #success_msg .alert {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding: 10px;
  box-sizing: border-box;
  position: relative;
}
body.account.customeroutofw-customer-index #success_msg .alert .close {
  right: 10px;
  text-align: center;
  background-position: -64px -5px;
}
body.account.customeroutofw-customer-index #error_msg {
  float: left;
  width: 100%;
  font-size: 13px;
  color: red;
  letter-spacing: 0.5px;
}
body.account.customeroutofw-customer-index #error_msg .alert {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding: 10px;
  box-sizing: border-box;
  position: relative;
}
body.account.customeroutofw-customer-index #error_msg .alert .close {
  right: 10px;
  text-align: center;
  background-position: -64px -5px;
}
body.account.customeroutofw-customer-index .page-products {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
body.account.customeroutofw-customer-index .products.wrapper {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0;
}
body.account.customeroutofw-customer-index .products.wrapper form {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
body.account.customeroutofw-customer-index .products.wrapper .product-items {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0;
}
body.account.customeroutofw-customer-index .products.wrapper .product-item {
  float: left;
  width: 50%;
  padding: 15px;
}
body.account.customeroutofw-customer-index .product-item-info {
  padding: 15px;
  border-radius: 10px;
}
body.account.customeroutofw-customer-index .product-item-info .form-group {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0;
}
body.account.customeroutofw-customer-index .product-item-info .product-item-name {
  margin: 0 0 5px;
}
body.account.customeroutofw-customer-index .product-item-info .blk {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  font-family: "DINPro-Medium";
}
body.account.customeroutofw-customer-index .product-item-info .blk strong {
  display: inline-block;
  width: auto;
  vertical-align: top;
  font-weight: normal;
  letter-spacing: 0.5px;
  font-size: 13px;
  margin: 0 5px 0 0;
  font-family: "DINPro-Regular";
}
body.account.customeroutofw-customer-index .product-item-info .form-group label {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 10px 0;
}
body.account.customeroutofw-customer-index .product-item-info .form-group label strong {
  display: inline-block;
  width: auto;
  vertical-align: top;
  font-weight: normal;
  font-size: 13px;
  letter-spacing: 0.5px;
}
body.account.customeroutofw-customer-index .product-item-info .form-group .btn-radio {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
body.account.customeroutofw-customer-index .product-item-info .form-group .btn-radio input {
  float: left;
  width: auto;
  border: none;
  margin: 0;
  line-height: 40px;
  height: 40px;
  box-sizing: border-box;
}
body.account.customeroutofw-customer-index .product-item-info .form-group .btn-radio label {
  float: left;
  width: auto;
  margin: 0 10px;
  line-height: 36px;
  font-weight: normal;
  font-family: "DINPro-Medium";
  font-size: 13px;
}
body.account.customeroutofw-customer-index .form-group {
  float: left;
  width: 100%;
  margin: 0 0 15px;
  padding: 0 12px;
}
body.account.customeroutofw-customer-index .form-group textarea {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding: 0 12px;
  border: 1px solid #919191;
  border-radius: 6px;
  box-shadow: none;
  color: #282828;
  font-size: 12px;
  line-height: 24px;
  height: 74px;
  letter-spacing: 0.5px;
  font-family: "DINPro-Regular";
}
body.account.customeroutofw-customer-index .actions-toolbar {
  width: 100%;
  padding: 0 12px;
  box-sizing: border-box;
}
body.account.customeroutofw-customer-index .actions-toolbar .secondry {
  float: left;
  width: auto;
  margin: 10px 0;
}
body.account.customeroutofw-customer-index .actions-toolbar .primary {
  float: right;
  width: auto;
  margin: 10px 0;
}
body.account.customeroutofw-customer-index .actions-toolbar button.action.primary {
  margin: 0;
  padding: 0 30px;
  border: none;
  line-height: 40px;
  background: #0041c0;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0.5px;
  font-family: "DINPro-Regular";
  border-radius: 6px;
}
body.account.mymodule-customer-index h3 {
  display: none;
  width: 100%;
  vertical-align: top;
  margin: 0 0 20px;
  padding: 0 15px;
  line-height: 40px;
  background: #f7f7f7;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0.5px;
  font-family: "DINPro-Bold";
  border: none;
  border-radius: 6px;
  box-sizing: border-box;
}
body.account.mymodule-customer-index .text-right {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0 0 15px 0;
  text-align: right;
}
body.account.mymodule-customer-index .text-right button {
  margin: 0;
  padding: 0 30px;
  border: none;
  line-height: 40px;
  background: #0041c0;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0.5px;
  font-family: "DINPro-Regular";
  border-radius: 6px;
  display: inline-block;
  width: auto;
  vertical-align: top;
  color: #ffffff;
}
body.account.mymodule-customer-index .page-products {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
body.account.mymodule-customer-index .page-products .products-grid .product-item .action-toolbar {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  min-height: 102px;
}
body.account.mymodule-customer-index .page-products .products-grid .product-item .action-toolbar a.view-details,
body.account.mymodule-customer-index .page-products .products-grid .product-item .action-toolbar a.buy-amc {
  float: left;
  width: 48%;
  margin: 10px 0 0;
}
body.account.mymodule-customer-index .page-products .products-grid .product-item .action-toolbar a.view-details button,
body.account.mymodule-customer-index .page-products .products-grid .product-item .action-toolbar a.buy-amc button {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding: 0;
  border: 1px solid #0041c0 !important;
  box-sizing: border-box;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  letter-spacing: 0.5px;
  text-transform: none;
  font-weight: normal;
  font-family: "DINPro-Regular";
  border-radius: 6px;
  background: #ffffff;
  color: #0041c0;
}
body.account.mymodule-customer-index .page-products .products-grid .product-item .action-toolbar a.buy-amc {
  width: 80%;
  margin: 10px 10% 0px;
}
body.account.mymodule-customer-index .page-products .products-grid .product-item .action-toolbar a.buy-amc button {
  background: #0041c0;
  color: #fff;
  text-transform: uppercase;
}
body.account.mymodule-customer-index .page-products .products-grid .product-item .action-toolbar .services_buttons {
  margin: 10px 0 0;
  float: right;
  width: 48%;
}
body.account.mymodule-customer-index .page-products .products-grid .product-item .action-toolbar .services_buttons button {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding: 0;
  border: none;
  background: #0041c0;
  color: #fff;
  line-height: 40px;
  font-weight: normal;
  font-family: "DINPro-Regular";
  letter-spacing: 0.5px;
  font-size: 14px;
  border-radius: 6px;
  height: 40px;
  box-sizing: border-box;
}
body.account.mymodule-customer-index .products-grid {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0;
}
body.account.mymodule-customer-index .product-items {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
body.account.mymodule-customer-index .product-items .product-item {
  padding: 15px;
  border-radius: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.14);
}
body.account.mymodule-customer-index .product-items .product-item .product-item-info {
  padding: 0;
  box-shadow: none;
  border-radius: 0;
}
body.account.mymodule-customer-index .product-item a {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
body.account.mymodule-customer-index .product-item .product-image-container {
  max-height: 150px;
  overflow: hidden;
}
body.account.mymodule-customer-index .product-item .product-image-photo {
  max-height: 150px;
}
body.account.mymodule-customer-index .product-item .product-item-link {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  font-size: 14px;
  color: #282828;
  letter-spacing: 0.5px;
  font-weight: normal;
  font-family: "DINPro-Bold";
  line-height: 18px;
  min-height: 36px;
}
body.account.mymodule-customer-index .product-item .blk {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  color: #282828;
  font-family: "DINPro-Medium";
  font-size: 14px;
}
body.account.mymodule-customer-index .product-item .blk strong {
  display: inline-block;
  width: auto;
  vertical-align: top;
  font-weight: normal;
  letter-spacing: 0.5px;
  font-size: 13px;
  margin: 0 5px 0 0;
  font-family: "DINPro-Regular";
}
body.account.mymodule-customer-index .modal-inner-wrap {
  width: 90%;
  max-width: 700px;
}
body.account.mymodule-customer-index .modal-inner-wrap .modal-header {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding: 10px;
  text-align: center;
}
body.account.mymodule-customer-index .modal-inner-wrap .modal-header .modal-title {
  display: inline-block;
  width: auto;
  vertical-align: top;
  border: none;
  padding: 0;
  margin: 0;
  font-size: 18px;
  letter-spacing: 0.5px;
  font-weight: normal;
  font-family: "DINPro-Bold";
  line-height: 40px;
  color: #282828;
}
body.account.mymodule-customer-index .modal-inner-wrap .modal-header .action-close {
  padding: 0;
  margin: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
body.account.mymodule-customer-index .modal-inner-wrap .modal-header .action-close:before {
  line-height: 30px;
  width: 100%;
  color: #282828;
}
body.account.mymodule-customer-index .modal-inner-wrap .modal-content {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  box-sizing: border-box;
  padding: 0 20px 20px;
  margin: 0;
}
body.account.mymodule-customer-index .modal-inner-wrap .modal-content #service_popup_modal,
body.account.mymodule-customer-index .modal-inner-wrap .modal-content #appliance-popup-modal {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
body.account.mymodule-customer-index #service_popup_modal .form-contact,
body.account.mymodule-customer-index #appliance-popup-modal .form-contact,
body.account.mymodule-customer-index #service_popup_modal .form-appliance,
body.account.mymodule-customer-index #appliance-popup-modal .form-appliance {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
body.account.mymodule-customer-index #service_popup_modal .form-contact .row,
body.account.mymodule-customer-index #appliance-popup-modal .form-contact .row,
body.account.mymodule-customer-index #service_popup_modal .form-appliance .row,
body.account.mymodule-customer-index #appliance-popup-modal .form-appliance .row {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
body.account.mymodule-customer-index #service_popup_modal .form-contact .col-sm-4.form-group,
body.account.mymodule-customer-index #appliance-popup-modal .form-contact .col-sm-4.form-group,
body.account.mymodule-customer-index #service_popup_modal .form-appliance .col-sm-4.form-group,
body.account.mymodule-customer-index #appliance-popup-modal .form-appliance .col-sm-4.form-group {
  width: 33.333333%;
}
body.account.mymodule-customer-index #service_popup_modal .form-contact .col-sm-12.form-group,
body.account.mymodule-customer-index #appliance-popup-modal .form-contact .col-sm-12.form-group,
body.account.mymodule-customer-index #service_popup_modal .form-appliance .col-sm-12.form-group,
body.account.mymodule-customer-index #appliance-popup-modal .form-appliance .col-sm-12.form-group {
  width: 100%;
}
body.account.mymodule-customer-index #service_popup_modal .form-contact .form-group,
body.account.mymodule-customer-index #appliance-popup-modal .form-contact .form-group,
body.account.mymodule-customer-index #service_popup_modal .form-appliance .form-group,
body.account.mymodule-customer-index #appliance-popup-modal .form-appliance .form-group {
  float: left;
  width: 50%;
  padding: 0 12px;
  box-sizing: border-box;
}
body.account.mymodule-customer-index #service_popup_modal .form-contact .form-group label,
body.account.mymodule-customer-index #appliance-popup-modal .form-contact .form-group label,
body.account.mymodule-customer-index #service_popup_modal .form-appliance .form-group label,
body.account.mymodule-customer-index #appliance-popup-modal .form-appliance .form-group label {
  float: left;
  width: 100%;
  margin: 0 0 10px;
  font-family: "DINPro-Medium";
  font-weight: normal;
  letter-spacing: 0.5px;
  font-size: 13px;
  line-height: 24px;
  height: 24px;
}
body.account.mymodule-customer-index #service_popup_modal .form-contact .form-group br,
body.account.mymodule-customer-index #appliance-popup-modal .form-contact .form-group br,
body.account.mymodule-customer-index #service_popup_modal .form-appliance .form-group br,
body.account.mymodule-customer-index #appliance-popup-modal .form-appliance .form-group br {
  display: none;
}
body.account.mymodule-customer-index #service_popup_modal .form-contact .form-group select,
body.account.mymodule-customer-index #appliance-popup-modal .form-contact .form-group select,
body.account.mymodule-customer-index #service_popup_modal .form-appliance .form-group select,
body.account.mymodule-customer-index #appliance-popup-modal .form-appliance .form-group select {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0 0 15px;
  border: 1px solid #919191;
  height: 40px;
  line-height: 40px;
  padding: 0 30px 0 12px;
  box-shadow: none;
  color: #282828;
  font-size: 13px;
  font-weight: normal;
  letter-spacing: 0.5px;
  border-radius: 6px;
  box-sizing: border-box;
  font-family: "DINPro-Regular";
}
body.account.mymodule-customer-index #service_popup_modal .form-contact .form-group input,
body.account.mymodule-customer-index #appliance-popup-modal .form-contact .form-group input,
body.account.mymodule-customer-index #service_popup_modal .form-appliance .form-group input,
body.account.mymodule-customer-index #appliance-popup-modal .form-appliance .form-group input {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0 0 15px;
  border: 1px solid #919191;
  border-radius: 6px;
  height: 40px;
  line-height: 40px;
  padding: 0 12px;
  font-size: 13px;
  letter-spacing: 0.5px;
  color: #282828;
  box-shadow: none;
  box-sizing: border-box;
  font-family: "DINPro-Regular";
}
body.account.mymodule-customer-index #service_popup_modal .form-contact .form-group textarea,
body.account.mymodule-customer-index #appliance-popup-modal .form-contact .form-group textarea,
body.account.mymodule-customer-index #service_popup_modal .form-appliance .form-group textarea,
body.account.mymodule-customer-index #appliance-popup-modal .form-appliance .form-group textarea {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding: 0 12px;
  border: 1px solid #919191;
  border-radius: 6px;
  box-shadow: none;
  color: #282828;
  font-size: 12px;
  line-height: 24px;
  height: 74px;
  letter-spacing: 0.5px;
  font-family: "DINPro-Regular";
  margin: 0 0 15px;
}
body.account.mymodule-customer-index #service_popup_modal .form-contact input[type="radio"],
body.account.mymodule-customer-index #appliance-popup-modal .form-contact input[type="radio"],
body.account.mymodule-customer-index #service_popup_modal .form-appliance input[type="radio"],
body.account.mymodule-customer-index #appliance-popup-modal .form-appliance input[type="radio"] {
  float: left;
  width: auto;
  line-height: 40px;
  margin: 0 0 0 12px;
  height: 40px;
}
body.account.mymodule-customer-index #service_popup_modal .form-contact input[type="radio"] + label,
body.account.mymodule-customer-index #appliance-popup-modal .form-contact input[type="radio"] + label,
body.account.mymodule-customer-index #service_popup_modal .form-appliance input[type="radio"] + label,
body.account.mymodule-customer-index #appliance-popup-modal .form-appliance input[type="radio"] + label {
  display: inline-block;
  width: auto;
  vertical-align: top;
  margin: 0 10px;
  line-height: 40px;
  font-size: 13px;
  color: #282828;
  letter-spacing: 0.5px;
  font-weight: normal;
  font-family: "DINPro-Medium";
}
body.account.mymodule-customer-index #service_popup_modal .form-contact .actions-toolbar,
body.account.mymodule-customer-index #appliance-popup-modal .form-contact .actions-toolbar,
body.account.mymodule-customer-index #service_popup_modal .form-appliance .actions-toolbar,
body.account.mymodule-customer-index #appliance-popup-modal .form-appliance .actions-toolbar {
  width: 100%;
  padding: 0 12px;
  box-sizing: border-box;
}
body.account.mymodule-customer-index #service_popup_modal .form-contact .actions-toolbar .primary,
body.account.mymodule-customer-index #appliance-popup-modal .form-contact .actions-toolbar .primary,
body.account.mymodule-customer-index #service_popup_modal .form-appliance .actions-toolbar .primary,
body.account.mymodule-customer-index #appliance-popup-modal .form-appliance .actions-toolbar .primary {
  float: right;
  width: auto;
  margin: 10px 0;
}
body.account.mymodule-customer-index #service_popup_modal .form-contact .actions-toolbar button.action.primary,
body.account.mymodule-customer-index #appliance-popup-modal .form-contact .actions-toolbar button.action.primary,
body.account.mymodule-customer-index #service_popup_modal .form-appliance .actions-toolbar button.action.primary,
body.account.mymodule-customer-index #appliance-popup-modal .form-appliance .actions-toolbar button.action.primary {
  margin: 0;
  padding: 0 30px;
  border: none;
  line-height: 40px;
  background: #0041c0;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0.5px;
  font-family: "DINPro-Regular";
  border-radius: 6px;
}
body.account.customtab-customer-index h3 {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0 0 20px;
  padding: 0 15px;
  line-height: 40px;
  background: #f7f7f7;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0.5px;
  font-family: "DINPro-Bold";
  border: none;
  border-radius: 6px;
  box-sizing: border-box;
}
body.account.customtab-customer-index .head-section {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
body.account.customtab-customer-index .choose-filter {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
body.account.customtab-customer-index .filter-column {
  float: left;
  width: 50%;
  padding: 0 12px;
  box-sizing: border-box;
}
body.account.customtab-customer-index .filter-column small {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  font-size: 13px;
  letter-spacing: 0.5px;
  font-family: "DINPro-Medium";
  font-weight: normal;
  color: #282828;
  margin: 0 0 10px;
}
body.account.customtab-customer-index .filter-column select {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0 0 15px;
  border: 1px solid #919191;
  height: 40px;
  line-height: 40px;
  padding: 0 30px 0 12px;
  box-shadow: none;
  color: #282828;
  font-size: 13px;
  font-weight: normal;
  letter-spacing: 0.5px;
  border-radius: 6px;
  box-sizing: border-box;
  font-family: "DINPro-Regular";
}
body.account.customtab-customer-index button.btn-primary {
  float: left;
  margin: 0 0 0 12px;
  padding: 0 30px;
  border: none;
  line-height: 40px;
  background: #0041c0;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0.5px;
  font-family: "DINPro-Regular";
  border-radius: 6px;
  color: #fff;
}
body.account.customtab-customer-index .modal-inner-wrap {
  width: 90%;
  max-width: 700px;
}
body.account.customtab-customer-index .modal-inner-wrap .modal-header {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding: 10px;
  text-align: center;
}
body.account.customtab-customer-index .modal-inner-wrap .modal-header .modal-title {
  display: inline-block;
  width: auto;
  vertical-align: top;
  border: none;
  padding: 0;
  margin: 0;
  font-size: 18px;
  letter-spacing: 0.5px;
  font-weight: normal;
  font-family: "DINPro-Bold";
  line-height: 40px;
  color: #282828;
}
body.account.customtab-customer-index .modal-inner-wrap .modal-header .action-close {
  padding: 0;
  margin: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
body.account.customtab-customer-index .modal-inner-wrap .modal-header .action-close:before {
  line-height: 30px;
  width: 100%;
  color: #282828;
}
body.account.customtab-customer-index .modal-inner-wrap .modal-content {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  box-sizing: border-box;
  padding: 0 20px 20px;
  margin: 0;
}
body.account.customtab-customer-index .modal-inner-wrap .modal-content #popup-modal {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
body.account.customtab-customer-index #popup-modal .form-contact {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
body.account.customtab-customer-index #popup-modal .form-contact .hidden {
  display: none;
}
body.account.customtab-customer-index #popup-modal .form-contact .row {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
body.account.customtab-customer-index #popup-modal .form-contact .col-sm-4.form-group {
  width: 33.333333%;
}
body.account.customtab-customer-index #popup-modal .form-contact .col-sm-12.form-group {
  width: 100%;
}
body.account.customtab-customer-index #popup-modal .form-contact .form-group {
  float: left;
  width: 50%;
  padding: 0 12px;
  box-sizing: border-box;
}
body.account.customtab-customer-index #popup-modal .form-contact .form-group label {
  float: left;
  width: 100%;
  margin: 0 0 10px;
  font-family: "DINPro-Medium";
  font-weight: normal;
  letter-spacing: 0.5px;
  font-size: 13px;
  line-height: 24px;
  height: 24px;
}
body.account.customtab-customer-index #popup-modal .form-contact .form-group br {
  display: none;
}
body.account.customtab-customer-index #popup-modal .form-contact .form-group select {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0 0 15px;
  border: 1px solid #919191;
  height: 40px;
  line-height: 40px;
  padding: 0 30px 0 12px;
  box-shadow: none;
  color: #282828;
  font-size: 13px;
  font-weight: normal;
  letter-spacing: 0.5px;
  border-radius: 6px;
  box-sizing: border-box;
  font-family: "DINPro-Regular";
}
body.account.customtab-customer-index #popup-modal .form-contact .form-group input {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0 0 15px;
  border: 1px solid #919191;
  border-radius: 6px;
  height: 40px;
  line-height: 40px;
  padding: 0 12px;
  font-size: 13px;
  letter-spacing: 0.5px;
  color: #282828;
  box-shadow: none;
  box-sizing: border-box;
  font-family: "DINPro-Regular";
}
body.account.customtab-customer-index #popup-modal .form-contact .form-group textarea {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding: 0 12px;
  border: 1px solid #919191;
  border-radius: 6px;
  box-shadow: none;
  color: #282828;
  font-size: 12px;
  line-height: 24px;
  height: 74px;
  letter-spacing: 0.5px;
  font-family: "DINPro-Regular";
  margin: 0 0 15px;
}
body.account.customtab-customer-index #popup-modal .form-contact .form-group div.mage-error {
  float: left;
  width: 100%;
  margin: -12px 0 5px;
  font-size: 11px;
  line-height: 18px;
}
body.account.customtab-customer-index #popup-modal .form-contact .form-group #error .alert {
  float: left;
  width: 100%;
  text-align: left;
  font-size: 12px;
  color: #e02b27;
}
body.account.customtab-customer-index #popup-modal .form-contact input[type="radio"] {
  float: left;
  width: auto;
  line-height: 40px;
  margin: 0 0 0 12px;
  height: 40px;
}
body.account.customtab-customer-index #popup-modal .form-contact input[type="radio"] + label {
  display: inline-block;
  width: auto;
  vertical-align: top;
  margin: 0 10px;
  line-height: 40px;
  font-size: 13px;
  color: #282828;
  letter-spacing: 0.5px;
  font-weight: normal;
  font-family: "DINPro-Medium";
}
body.account.customtab-customer-index #popup-modal .form-contact .actions-toolbar {
  width: 100%;
  padding: 0 12px;
  box-sizing: border-box;
}
body.account.customtab-customer-index #popup-modal .form-contact .actions-toolbar .primary {
  float: right;
  width: auto;
  margin: 10px 0;
}
body.account.customtab-customer-index #popup-modal .form-contact .actions-toolbar button.action.primary {
  margin: 0;
  padding: 0 30px;
  border: none;
  line-height: 40px;
  background: #0041c0;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0.5px;
  font-family: "DINPro-Regular";
  border-radius: 6px;
}
body.account.customtab-customer-index #popup-modal .form-contact #address_type-error {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0 0 0 12px;
  box-sizing: border-box;
}
body.account.customtab-customer-index .products-grid {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
body.account.customtab-customer-index .product-items {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0;
}
body.account.customtab-customer-index .services-section {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0 0 20px;
}
body.account.customtab-customer-index .services-section .new-tag {
  display: none;
}
body.account.customtab-customer-index .services-section .services-header {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding: 10px;
  box-sizing: border-box;
  background: #f7f7f7;
  border-radius: 8px;
}
body.account.customtab-customer-index .services-section .services-header .row {
  float: left;
  width: calc((100% - 60px));
}
body.account.customtab-customer-index .services-section .services-header .row .col-lg-3 {
  float: left;
  width: 25%;
  padding: 0 10px;
  box-sizing: border-box;
}
body.account.customtab-customer-index .services-section .services-header small {
  width: 100%;
  font-size: 13px;
  font-weight: normal;
  letter-spacing: 0.5px;
  line-height: 24px;
  float: left;
}
body.account.customtab-customer-index .services-section .services-header .txt-cont {
  width: 100%;
  color: #0041c0;
  letter-spacing: 0.5px;
  font-weight: normal;
  font-size: 14px;
  font-family: "DINPro-Medium";
  line-height: 28px;
  float: left;
}
body.account.customtab-customer-index .services-section .services-header a.accord-set {
  float: right;
  width: 50px;
  margin: 10px 0 0;
  font-size: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
body.account.customtab-customer-index .services-section .show-accord {
  float: left;
  width: 100%;
  margin: 10px 0;
  padding: 10px;
  box-sizing: border-box;
}
body.account.customtab-customer-index .services-section .show-accord .services-mid {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
body.account.customtab-customer-index .services-section .show-accord .row {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
body.account.customtab-customer-index .services-section .show-accord .row .col-sm-12 {
  padding: 0;
  float: left;
  width: 100%;
}
body.account.customtab-customer-index .services-section .show-accord .row .col-lg-3 {
  float: left;
  width: 25%;
  padding: 0 10px;
  box-sizing: border-box;
}
body.account.customtab-customer-index .services-section .show-accord .row .col-lg-8 {
  float: left;
  width: 66.6666%;
}
body.account.customtab-customer-index .services-section .show-accord .row .col-md-6 {
  float: left;
  width: 50%;
}
body.account.customtab-customer-index .services-section .show-accord .row .col-lg-4 {
  float: left;
  width: 33.3333%;
}
body.account.customtab-customer-index .services-section .show-accord small {
  float: left;
  width: 100%;
  font-size: 13px;
  letter-spacing: 0.5px;
  line-height: 24px;
}
body.account.customtab-customer-index .services-section .show-accord .txt-cont {
  float: left;
  width: 100%;
  font-size: 14px;
  font-weight: normal;
  font-family: "DINPro-Medium";
  line-height: 24px;
  margin: 0 0 5px;
}
body.account.customtab-customer-index .services-section .show-accord .services-footer {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
body.account.customtab-customer-index .services-section .show-accord .col-md-12 {
  padding: 0;
}
body.account.customtab-customer-index .services-section .show-accord .col-md-6 {
  padding: 0;
}
body.account.customer-account-edit .modal-inner-wrap {
  width: 90%;
  max-width: 700px;
}
body.account.customer-account-edit .modal-inner-wrap .modal-header {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding: 10px;
  text-align: center;
  box-sizing: border-box;
}
body.account.customer-account-edit .modal-inner-wrap .modal-header .modal-title {
  display: inline-block;
  width: auto;
  vertical-align: top;
  border: none;
  padding: 0;
  margin: 0;
  font-size: 18px;
  letter-spacing: 0.5px;
  font-weight: normal;
  font-family: "DINPro-Bold";
  line-height: 40px;
  color: #282828;
}
body.account.customer-account-edit .modal-inner-wrap .modal-header .action-close {
  padding: 0;
  margin: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
body.account.customer-account-edit .modal-inner-wrap .modal-header .action-close:before {
  line-height: 30px;
  width: 100%;
  color: #282828;
}
body.account.customer-account-edit .modal-inner-wrap .modal-content {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  box-sizing: border-box;
  padding: 0 20px 20px;
  margin: 0;
}
body.account.customer-account-edit .modal-inner-wrap .modal-content #popup-modal {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
body.account.customer-account-edit .modal-inner-wrap .modal-content .legend {
  border: none;
  margin: 0;
  padding: 0;
  line-height: 40px;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  font-size: 18px !important;
  letter-spacing: 0.5px;
  color: #282828;
  font-weight: normal !important;
  font-family: "DINPro-Bold";
}
body.account.customer-account-edit .form.form-edit-account {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
body.account.customer-account-edit .form.form-edit-account .message.info {
  display: inline-block;
  width: calc((50% - 20px));
  vertical-align: top;
  box-sizing: border-box;
  margin: 10px;
}
body.account.customer-account-edit .form.form-edit-account .fieldset {
  float: left;
  width: 100%;
  margin: 0 0 20px;
}
body.account.customer-account-edit .form.form-edit-account .legend {
  width: 100%;
  padding: 0 15px;
  box-sizing: border-box;
  background: #f7f7f7;
  font-size: 16px;
  letter-spacing: 0.5px;
  line-height: 40px;
  border-radius: 6px;
  border: none;
  font-family: "DINPro-Bold";
}
body.account.customer-account-edit .form.form-edit-account .legend span {
  display: inline-block;
  width: auto;
  vertical-align: top;
  font-size: 16px;
  font-weight: normal;
  margin: 0;
}
body.account.customer-account-edit .form.form-edit-account .field {
  float: left;
  width: 50%;
  padding: 0 10px;
  box-sizing: border-box;
  margin: 0 0 15px;
}
body.account.customer-account-edit .form.form-edit-account .field .label {
  font-weight: normal;
  margin: 0 0 10px;
  font-size: 13px;
  letter-spacing: 0.5px;
  font-family: "DINPro-Medium";
  float: left;
  width: auto;
  height: 24px;
}
body.account.customer-account-edit .form.form-edit-account .field .control {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
body.account.customer-account-edit .form.form-edit-account .field .control .ui-datepicker-trigger {
  display: none;
}
body.account.customer-account-edit .form.form-edit-account .field input {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  border: 1px solid #919191;
  line-height: 40px;
  height: 40px;
  font-size: 13px;
  color: #282828;
  border-radius: 6px;
  letter-spacing: 0.5px;
  font-weight: normal;
  padding: 0 12px;
  box-shadow: none;
  font-family: "DINPro-Regular";
}
body.account.customer-account-edit .form.form-edit-account .field select {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  border: 1px solid #919191;
  line-height: 40px;
  height: 40px;
  font-size: 13px;
  color: #282828;
  border-radius: 6px;
  letter-spacing: 0.5px;
  font-weight: normal;
  padding: 0 30px 0 12px;
  box-shadow: none;
}
body.account.customer-account-edit .form.form-edit-account .field.street {
  width: 100%;
}
body.account.customer-account-edit .form.form-edit-account .field.street .field.primary {
  display: none;
}
body.account.customer-account-edit .form.form-edit-account .field.street input#street_1 {
  float: left;
  width: calc((50% - 10px));
  margin: 0 10px 0 0;
}
body.account.customer-account-edit .form.form-edit-account .field .nested {
  display: inline-block;
  width: 50%;
  vertical-align: top;
}
body.account.customer-account-edit .form.form-edit-account .field .nested .field.additional {
  width: calc((100% - 10px));
  padding: 0;
  margin: 0 0 0 10px;
}
body.account.customer-account-edit .form.form-edit-account .field .nested .field.additional:nth-child(2) {
  display: none;
}
body.account.customer-account-edit .form.form-edit-account .field.region input#region {
  display: none;
}
body.account.customer-account-edit .form.form-edit-account .field .address-type-container {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 15px 0 0;
}
body.account.customer-account-edit .form.form-edit-account .field .address-type-container .address-heading {
  float: left;
  width: 100%;
  margin: 0 0 10px;
  font-family: "DINPro-Medium";
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 0.5px;
}
body.account.customer-account-edit .form.form-edit-account .field .address-type-container input {
  float: left;
  width: auto;
  margin: 0;
  border: none;
}
body.account.customer-account-edit .form.form-edit-account .field .address-type-container label {
  float: left;
  width: auto;
  line-height: 40px;
  font-family: "DINPro-Bold";
  letter-spacing: 0.6px;
  font-weight: normal;
  margin: 0 16px 0 0;
  padding: 0 8px;
}
body.account.customer-account-edit .form.form-edit-account .field.choice {
  clear: both;
}
body.account.customer-account-edit .form.form-edit-account .field.choice input {
  float: left;
  width: auto;
  border: none;
  margin: 0;
  padding: 0;
}
body.account.customer-account-edit .form.form-edit-account .field.choice .label {
  float: left;
  width: auto;
  padding: 0 12px;
  line-height: 40px;
  font-size: 14px;
  letter-spacing: 0.5px;
  margin: 0;
  font-weight: normal;
  height: 40px;
}
body.account.customer-account-edit .actions-toolbar {
  display: inline-block;
  width: auto;
  vertical-align: top;
}
body.account.customer-account-edit .actions-toolbar button.action.primary {
  float: left;
  width: auto;
  margin: 0;
  padding: 0 30px;
  line-height: 40px;
  background: #0041c0;
  border-radius: 6px;
  font-size: 14px;
  font-weight: normal;
  font-family: "DINPro-Regular";
  letter-spacing: 0.5px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /*======================Custom Css for Dashboard======================*/
  body.account .sidebar .block .content {
    padding: 10px 5px;
  }
  body.account .sidebar .nav.item {
    padding: 0 5px;
  }
  body.account .sidebar .nav.item a {
    letter-spacing: 0px;
    font-size: 11px;
  }
  body.account .sidebar .nav.item strong {
    letter-spacing: 0px;
    font-size: 11px;
  }
  body.account .columns .page-title-wrapper .page-title span {
    line-height: 36px;
    font-size: 24px;
  }
  body.account .columns .page-title-wrapper .order-status {
    width: 35%;
  }
  body.account .columns .page-title-wrapper .order-actions-toolbar {
    width: 35%;
  }
  body.account .columns .page-title-wrapper .order-date {
    width: 30%;
  }
  body.account .columns table tr th {
    padding: 10px 5px;
    letter-spacing: 0.2px;
    font-size: 12px;
  }
  body.account .columns table tr td {
    padding: 10px 5px;
    letter-spacing: 0.2px;
    font-size: 12px;
  }
  body.account .columns .block .block-content .box .box-content p {
    font-size: 13px;
  }
  body.account .columns .block .block-content .box .box-content address {
    font-size: 13px;
  }
  body.account .columns .products-grid.wishlist .product-item-link {
    font-size: 12px;
  }
  body.account .columns .products-grid.wishlist .price-box {
    min-height: 30px;
  }
  body.account .columns .products-grid.wishlist .price-box span.price {
    font-size: 14px;
    margin: 0 8px 0 0;
  }
  body.account .columns .products-grid.wishlist .price-box .old-price span.price {
    font-size: 10px;
  }
  body.account .columns .products-grid.wishlist .price-box span.mrp-incl {
    vertical-align: top;
    width: 100%;
  }
  body.account .columns .products-grid.wishlist .product-item-inner .box-tocart .field.qty {
    display: none;
  }
  body.account .columns .products-grid.wishlist .product-item-inner .box-tocart .product-item-actions {
    width: 100%;
  }
  body.account .columns .products-grid.wishlist .product-item-inner .product-item-actions button.action.tocart {
    font-size: 12px;
    line-height: 32px;
    border-radius: 6px;
  }
  body.account .columns form.form-address-edit .field.address-type,
  body.account .columns form.form-edit-account .field.address-type,
  body.account .columns form.form-newsletter-manage .field.address-type {
    width: 100%;
  }
  body.account .columns form.form-address-edit .field.choice .label,
  body.account .columns form.form-edit-account .field.choice .label,
  body.account .columns form.form-newsletter-manage .field.choice .label {
    font-size: 12px;
  }
  body.account .columns .order-details-items table tr td .product-item-name {
    font-size: 12px;
  }
  body.account .columns .order-details-items table tr td.price span,
  body.account .columns .order-details-items table tr td.subtotal span {
    font-size: 12px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  /*======================Custom Css for dashboard======================*/
  body.account .columns .page-title-wrapper .order-status {
    width: 25%;
  }
  body.account .columns .page-title-wrapper .order-actions-toolbar {
    width: 25%;
  }
  body.account .columns .page-title-wrapper .order-date {
    width: 50%;
  }
  body.account .columns .products-grid.wishlist .price-box {
    min-height: 30px;
  }
  body.account .columns .products-grid.wishlist .price-box span.mrp-incl {
    vertical-align: top;
    width: 100%;
  }
}
.block-balance .price {
  margin-top: -10px;
  font-size: 3.2rem;
  display: inline-block;
  line-height: 32px;
}
.table-downloadable-products .product-name {
  font-weight: 400;
  margin-right: 15px;
}
.table-downloadable-products .action.download {
  display: inline-block;
  text-decoration: none;
}
.table-downloadable-products .action.download:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  content: '\e626';
  font-family: 'luma-icons';
  margin: 0 5px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.page-product-downloadable .product-add-form {
  clear: both;
  margin-bottom: 25px;
}
.page-product-downloadable .product-options-bottom .field.qty {
  display: none;
}
.samples-item-title {
  font-size: 1.4rem;
  font-weight: 600;
  margin: 0 0 10px;
}
.samples-item {
  margin: 0 0 10px;
}
.field.downloads {
  margin-bottom: 10px;
}
.page-product-downloadable .product-add-form .product-options-wrapper .field.downloads > .control {
  width: 100%;
}
.field.downloads .price-container {
  display: inline;
  white-space: nowrap;
}
.field.downloads .price-container:before {
  content: ' + ';
  display: inline;
}
.field.downloads .price-excluding-tax {
  display: inline;
}
.field.downloads .price-excluding-tax:before {
  content: ' (' attr(data-label) ': ';
}
.field.downloads .price-excluding-tax:after {
  content: ')';
}
.field.downloads .price-including-tax {
  display: inline;
  font-weight: 600;
  font-size: 1.4rem;
}
.field.downloads .field.choice {
  border-bottom: 1px solid #ebebeb;
  box-sizing: border-box;
  margin-bottom: 10px;
  padding-bottom: 10px;
  padding-left: 25px;
  position: relative;
  width: 100%;
  z-index: 1;
}
.field.downloads .field.choice input {
  left: 0;
  position: absolute;
  top: 2px;
}
.field.downloads .field.downloads-all {
  border-bottom: 0;
  padding-left: 0;
}
.field.downloads .sample.link {
  float: right;
}
.field.downloads-all .label {
  color: #006bb4;
  text-decoration: none;
  cursor: pointer;
}
.field.downloads-all .label:visited {
  color: #006bb4;
  text-decoration: none;
}
.field.downloads-all .label:hover {
  color: #006bb4;
  text-decoration: underline;
}
.field.downloads-all .label:active {
  color: #ff5501;
  text-decoration: underline;
}
.field.downloads-all input {
  opacity: 0;
}
.field.downloads.downloads-no-separately .field.choice {
  padding-left: 0;
}
.page-product-giftcard .giftcard-amount {
  border-top: 1px #c1c1c1 solid;
  clear: both;
  margin-bottom: 0;
  padding-top: 15px;
  text-align: left;
}
.page-product-giftcard .giftcard-amount .field:last-child {
  padding-bottom: 20px !important;
}
.page-product-giftcard .product-info-main .price-box .old-price {
  font-size: 20px;
}
.page-product-giftcard .product-info-main .price-box .price-container.price-final > span {
  display: block;
  margin-bottom: 5px;
}
.page-product-giftcard .product-info-main .price-box .price-container.price-final > span:last-child {
  margin-bottom: 0;
}
.page-product-giftcard .product-info-main .price-box .price-container.price-final .price {
  font-size: 22px;
  font-weight: 600;
  line-height: 22px;
}
.page-product-giftcard .product-info-main .price-box + .giftcard.form {
  border-top: 1px #c1c1c1 solid;
  padding-top: 15px;
}
.page-product-giftcard .product-info-main .alert {
  clear: left;
}
.page-product-giftcard .product-info-stock-sku {
  display: block;
}
.page-product-giftcard .product-add-form {
  border: 0;
  clear: none;
  padding-top: 0;
}
.page-product-giftcard .product-add-form .product-options-wrapper .field:not(.text) {
  margin-bottom: 20px;
  margin-top: 20px;
}
.page-product-giftcard .giftcard.form {
  clear: both;
}
.page-product-giftcard .price-box {
  margin-bottom: 10px;
}
.page-product-giftcard .product-info-price {
  border: 0;
  display: block;
  float: right;
  white-space: nowrap;
  width: auto;
}
.giftcard-account .please-wait {
  display: none;
}
.giftcard-account .form-giftcard-redeem .giftcard.info {
  margin-bottom: 30px;
}
.opc-wrapper .form-giftcard-account {
  max-width: 500px;
}
.opc-wrapper .form-giftcard-account .field {
  margin: 0 0 20px;
}
.opc-wrapper .giftcard-account-info {
  margin: 0 0 20px;
}
.opc-wrapper .giftcard-account-info .giftcard-account-number {
  margin: 0 0 10px;
}
.gift-message .field {
  margin-bottom: 20px;
}
.gift-message .field .label {
  color: #666666;
  font-weight: 400;
}
.gift-options {
  margin: 20px 0;
}
.gift-options .actions-toolbar .action-cancel {
  display: none;
}
.gift-options-title {
  font-weight: 600;
  margin: 0 0 20px;
}
.gift-options-content .fieldset {
  margin: 0 0 20px;
}
.gift-summary {
  margin-top: 10px;
  position: relative;
}
.gift-summary .actions-toolbar > .secondary .action {
  margin: 0 0 0 20px;
  width: auto;
}
.gift-summary .action-edit,
.gift-summary .action-delete {
  display: inline-block;
  text-decoration: none;
}
.gift-summary .action-edit > span,
.gift-summary .action-delete > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.gift-summary .action-edit:before,
.gift-summary .action-delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 20px;
  color: #757575;
  content: '\e601';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.gift-summary .action-edit:hover:before,
.gift-summary .action-delete:hover:before {
  color: #333333;
}
.gift-summary .action-edit:active:before,
.gift-summary .action-delete:active:before {
  color: #757575;
}
.gift-summary .action-delete:before {
  content: '\e604';
}
.action-gift {
  display: inline-block;
  text-decoration: none;
}
.action-gift:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.2rem;
  line-height: 20px;
  color: #757575;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 0 0 0 10px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.action-gift:hover:after {
  color: #333333;
}
.action-gift:active:after {
  color: #757575;
}
.action-gift.active:after,
.action-gift._active:after {
  content: '\e621';
}
.gift-summary .actions-toolbar,
.cart.table-wrapper .gift-summary .actions-toolbar {
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.cart.table-wrapper .gift-content {
  box-sizing: border-box;
  clear: left;
  display: none;
  float: left;
  margin-right: -100%;
  padding: 20px 0;
  width: 100%;
}
.cart.table-wrapper .gift-content._active {
  display: block;
}
.cart.table-wrapper .item-gift._active {
  border-top: 1px solid #c1c1c1;
}
.cart.table-wrapper .item-gift .action {
  margin-right: 0;
}
.gift-item-block {
  border-bottom: 1px solid #c1c1c1;
  margin: 0;
}
.gift-item-block._active .title:after {
  content: '\e621';
}
.gift-item-block .title {
  color: #006bb4;
  cursor: pointer;
  margin: 0;
  padding: 10px 40px 10px 15px;
  position: relative;
  display: block;
  text-decoration: none;
}
.gift-item-block .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.2rem;
  line-height: 20px;
  color: #858585;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 0 0 0 10px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.gift-item-block .title:hover:after {
  color: #333333;
}
.gift-item-block .content {
  padding: 10px 0 20px;
  position: relative;
}
.order-details-items .order-gift-message dt:after,
.order-details-items .block-order-details-gift-message dt:after {
  content: '';
}
.order-details-items .order-gift-message .item-message,
.order-details-items .block-order-details-gift-message .item-message {
  clear: left;
}
.order-details-items .order-gift-message .item-options dt,
.order-details-items .block-order-details-gift-message .item-options dt {
  font-weight: 400;
  margin: 10px 0;
}
.gift-messages-order {
  margin-bottom: 25px;
}
.gift-message-summary {
  padding-right: 7rem;
}
.form-giftregistry-share .actions-toolbar:not(:last-child),
.form-giftregistry-edit .actions-toolbar:not(:last-child) {
  margin-bottom: 40px;
}
.form-giftregistry-share .fieldset .nested .field:not(.choice) .control,
.form-giftregistry-edit .fieldset .nested .field:not(.choice) .control {
  width: 100%;
}
.giftregisty-dropdown .action.toggle {
  color: #006bb4;
}
.table-giftregistry-items .product-image {
  margin-right: 10px;
  float: left;
}
.cart-summary .form.giftregistry .fieldset {
  margin: 15px 0 5px;
  text-align: left;
}
.cart-summary .form.giftregistry .fieldset .field {
  margin: 0 0 10px;
}
.cart-summary .form.giftregistry .fieldset .field .control {
  float: none;
  width: auto;
}
.form-giftregistry-search {
  margin-bottom: 60px;
}
.form-giftregistry-search .fields-specific-options .field:nth-last-of-type(1) {
  margin-bottom: 0;
}
.block-giftregistry .actions-toolbar {
  margin: 17px 0 0;
}
.block-giftregistry-shared .item-options .item-value {
  margin: 0 0 25px;
}
.block-giftregistry-shared-items .item .col {
  border: 0;
}
.block-giftregistry-shared-items th {
  border-bottom: 1px solid #cccccc;
}
.block-giftregistry-shared-items .col {
  padding: 20px 11px 10px;
}
.block-giftregistry-shared-items .col .price-box {
  display: inline-block;
}
.block-giftregistry-shared-items .col .price-wrapper {
  font-size: 1.8rem;
  display: block;
  font-weight: 700;
  white-space: nowrap;
}
.block-giftregistry-shared-items .product .item-options {
  margin: 0;
}
.block-giftregistry-shared-items .product-item-photo {
  display: block;
  max-width: 65px;
  padding: 10px 0;
}
.block-giftregistry-shared-items .product-item-name {
  font-size: 1.8rem;
  display: block;
  margin: 0 0 5px;
}
.gift-wrapping .label {
  margin: 0 0 8px;
  display: inline-block;
}
.gift-wrapping .field {
  margin-bottom: 10px;
}
.gift-wrapping-info {
  font-weight: 300;
  font-size: 18px;
  margin: 20px 0;
}
.gift-wrapping-list {
  list-style: none;
  margin: 20px 0 10px;
  padding: 0;
}
.gift-wrapping-list .no-image {
  background: #f2f2f2;
  display: inline-block;
  text-decoration: none;
}
.gift-wrapping-list .no-image > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.gift-wrapping-list .no-image:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 4rem;
  color: #494949;
  content: '\e62a';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.gift-wrapping-list .no-image:after {
  display: block;
}
.gift-wrapping-preview,
.gift-wrapping-item > span {
  cursor: pointer;
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.gift-wrapping-item {
  float: left;
  margin: 0 10px 10px 0;
}
.gift-wrapping-item:last-child {
  margin-right: 0;
}
.gift-wrapping-item._active span:before {
  border: 3px solid #333333;
  box-sizing: border-box;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 2;
}
.gift-wrapping-item > span {
  height: 4rem;
  width: 4rem;
}
.gift-wrapping-title {
  margin: 10px 0;
}
.gift-wrapping-title .action-remove {
  margin: -5px 0 0 5px;
  display: inline-block;
  text-decoration: none;
}
.gift-wrapping-title .action-remove > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.gift-wrapping-title .action-remove:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 20px;
  color: #757575;
  content: '\e604';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.gift-wrapping-title .action-remove:hover:before {
  color: #333333;
}
.gift-wrapping-title .action-remove:active:before {
  color: #757575;
}
.gift-options-content .fieldset .field {
  margin: 10px 0;
}
.gift-wrapping-summary {
  padding-right: 7rem;
}
.gift-wrapping-summary .gift-wrapping-title {
  border: 0;
  display: inline-block;
  padding: 0;
}
.opc-wrapper .fieldset.gift-message .field.gift-wrapping {
  padding: 0;
  width: 100%;
}
.opc-wrapper .data.table .gift-wrapping,
.table-order-items .gift-wrapping {
  margin: 20px 0 0;
}
.opc-wrapper .data.table .gift-wrapping .title,
.table-order-items .gift-wrapping .title {
  float: none;
}
.opc-wrapper .data.table .gift-wrapping .content,
.table-order-items .gift-wrapping .content {
  margin: 0;
}
.opc-wrapper .data.table .gift-wrapping .content > img,
.table-order-items .gift-wrapping .content > img {
  float: left;
  margin: 0 10px 0 0;
  max-height: 50px;
  max-width: 50px;
}
.gift-summary .price-box,
.gift-options .price-box {
  margin-left: 22px;
}
.gift-summary .regular-price:before,
.gift-options .regular-price:before {
  content: attr(data-label) ': ';
}
.gift-summary .regular-price .price,
.gift-options .regular-price .price {
  font-weight: 700;
}
.order-options .item {
  padding-bottom: 20px;
}
.order-options .product {
  margin-bottom: 10px;
}
.order-options .product-image-container {
  float: left;
  padding-right: 10px;
}
.order-options .gift-wrapping {
  margin-bottom: 10px;
}
.table-wrapper.grouped {
  width: auto;
}
.table.grouped .row-tier-price > td {
  border-top: 0;
}
.table.grouped .col.item {
  width: 90%;
}
.table.grouped .col.qty {
  width: 10%;
}
.table.grouped .product-item-name {
  display: inline-block;
  font-weight: 400;
  margin-bottom: 10px;
}
.table.grouped .price-box p {
  margin: 0;
}
.table.grouped .price-box .price {
  font-weight: 700;
}
.table.grouped .price-box .old-price .price {
  font-weight: normal;
}
.table.grouped .stock.unavailable {
  font-weight: normal;
  margin: 0;
  text-transform: none;
  white-space: nowrap;
}
.page-product-grouped .product-info-main .alert {
  clear: left;
}
.page-product-grouped .box-tocart {
  margin-top: 10px;
}
.box-tocart .action.instant-purchase {
  vertical-align: top;
}
.box-tocart .action.instant-purchase:not(:last-child) {
  margin-bottom: 15px;
}
.form-add-invitations .additional,
.form-add-invitations .field.message {
  margin-top: 20px;
}
.form-add-invitations .action.remove {
  top: 4px;
}
.form-add-invitations .action.add {
  display: inline-block;
  text-decoration: none;
  line-height: normal;
  padding: 4px;
  width: auto;
}
.form-add-invitations .action.add > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.form-add-invitations .action.add:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: inherit;
  color: inherit;
  content: '\e61c';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.form-add-invitations .action.add:hover:before {
  color: inherit;
}
.form-add-invitations .action.add:active:before {
  color: inherit;
}
.filter.block {
  margin-bottom: 0;
}
.filter-title strong {
  background-color: #f6f6f6;
  box-shadow: inset 0 1px 0 0 #ffffff, inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
  border: 1px solid #cccccc;
  border-radius: 3px;
  font-weight: 400;
  left: 0;
  line-height: 16px;
  padding: 7px 10px;
  position: absolute;
  text-align: center;
  top: 0;
  z-index: 2;
}
.filter-title strong[data-count]:after {
  color: #ffffff;
  background: #ff5501;
  border-radius: 2px;
  content: attr(data-count);
  display: inline-block;
  font-size: .8em;
  line-height: 1;
  margin: 0 5px;
  min-width: 1em;
  padding: 2px;
}
.filter-title strong.disabled {
  opacity: .5;
}
.filter .block-subtitle {
  border-bottom: 1px solid #cccccc;
  font-size: 14px;
  font-weight: 600;
  line-height: 1em;
  padding: 10px 10px 20px;
}
.filter-subtitle {
  display: none;
}
.filter-current {
  margin: 0;
}
.filter-current .items {
  padding: 5px 10px;
}
.filter-current .item {
  padding-left: 17px;
  position: relative;
  z-index: 1;
}
.filter .filter-current-subtitle {
  border: none;
  display: block;
  padding-bottom: 10px;
}
.filter-current .action.remove {
  left: -2px;
  position: absolute;
  top: -1px;
}
.filter-actions {
  margin-bottom: 25px;
  padding: 0 10px;
}
.filter-label {
  font-weight: 700;
}
.filter-label:after {
  content: ': ';
}
.filter-value {
  color: #757575;
}
.filter-options {
  display: none;
  margin: 0;
}
.filter-options-item {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 10px;
}
.filter-options-title {
  cursor: pointer;
  font-weight: 600;
  margin: 0;
  overflow: hidden;
  padding: 10px 40px 0 10px;
  position: relative;
  text-transform: uppercase;
  word-break: break-all;
  z-index: 1;
  display: block;
  text-decoration: none;
}
.filter-options-title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 13px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.filter-options-title:after {
  position: absolute;
  right: 13px;
  top: 12px;
}
.filter-options-title:hover {
  color: #000000;
}
.active > .filter-options-title:after {
  content: '\e621';
}
.filter-options-content {
  margin: 0;
  padding: 10px;
}
.filter-options-content .item {
  line-height: 1.5em;
  margin: 10px 0;
}
.filter-options-content a {
  color: #494949;
  margin-left: -5px;
  margin-right: -5px;
  padding-left: 5px;
  padding-right: 7px;
}
.filter-options-content a:hover {
  background-color: #e8e8e8;
  text-decoration: none;
}
.filter-options-content a:hover + .count {
  background-color: #e8e8e8;
}
.filter-options-content .count {
  color: #757575;
  font-weight: 300;
  padding-left: 5px;
  padding-right: 5px;
}
.filter-options-content .count:before {
  content: '(';
}
.filter-options-content .count:after {
  content: ')';
}
/*=========================For the filter section=========================*/
#layered-filter-block {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
#layered-filter-block .filter-content {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
#layered-filter-block .filter-top-blocks {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding: 5% 8%;
  box-sizing: border-box;
  background: #0041C0;
  color: #fff;
  margin: 0 0 5px;
  box-shadow: 8px 8px 20px rgba(0, 0, 0, 0.14);
  border-radius: 20px;
}
#layered-filter-block .filter-top-blocks .filter-actions {
  float: right;
  width: auto;
  margin: 0;
  padding: 0;
}
#layered-filter-block .filter-top-blocks .filter-actions a {
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.5px;
  text-decoration: underline;
}
#layered-filter-block .filter-subtitle {
  float: left;
  width: auto;
  border: none;
  padding: 0 0 0 16px;
  line-height: 24px;
  font-weight: normal;
  font-family: "DINPro-Bold";
  text-transform: uppercase;
  letter-spacing: 0.5px;
  background: url('../../frontend/OM/Desktop/en_US/images/filter-icon.svg') no-repeat scroll left top 7px;
  background-size: 10px;
}
#layered-filter-block .filter-current-subtitle {
  display: none;
}
#layered-filter-block .filter-current {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 15px 0 5px;
}
#layered-filter-block .filter-current .items {
  float: left;
  width: auto;
  padding: 0;
}
#layered-filter-block .filter-current .item {
  float: left;
  width: auto;
  padding: 0;
  margin: 0 10px 10px 0;
  padding: 8px 14px;
  background: rgba(255, 255, 255, 0.16);
  border-radius: 7px;
}
#layered-filter-block .filter-current .filter-label {
  display: none;
}
#layered-filter-block .filter-current .filter-value {
  width: auto;
  vertical-align: top;
  margin: 0;
  color: #fff;
  font-size: 13px;
}
#layered-filter-block .filter-current .amshopby-button {
  float: left;
  width: auto;
  vertical-align: top;
  margin: 0 10px 0 0;
  color: #fff;
  line-height: 21px;
  text-decoration: none;
}
#layered-filter-block .filter-current .amshopby-button:hover {
  color: #fff;
}
#layered-filter-block .filter-current .amshopby-button:hover:after {
  color: #fff;
}
#layered-filter-block .filter-options {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
#layered-filter-block .filter-options-item {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  border: none;
  padding: 5% 8%;
  margin: 0 0 5px;
  box-shadow: 3px 1px 16px rgba(0, 0, 0, 0.09);
  border-radius: 20px;
  box-sizing: border-box;
}
#layered-filter-block .filter-options-item .filter-options-title {
  padding: 0px 40px 0 0;
  font-weight: normal;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-family: "DINPro-Bold";
  color: #000;
  margin: 5px 0;
}
#layered-filter-block .filter-options-item .filter-options-title:after {
  top: 0;
}
#layered-filter-block .filter-options-item .filter-options-content {
  float: left;
  width: 100%;
  padding: 0;
}
#layered-filter-block .filter-options-item input {
  margin-top: 0;
  top: 1px;
}
#layered-filter-block .filter-options-item .item a {
  background: none;
  color: #000000;
}
#layered-filter-block .filter-options-item a.am_shopby_link_selected span {
  color: #585a5a;
  font-weight: normal;
  font-family: "DINPro-Medium";
}
#layered-filter-block .filter-options-item.Category.Type {
  display: none;
}
.amshopby-slider-container .am-slider .ui-slider-handle {
  background: #0041C0;
}
body.category-refrigerator #layered-filter-block .filter-options-item.Size,
body.category-frost-free #layered-filter-block .filter-options-item.Size {
  display: none;
}
body.category-refrigerator #layered-filter-block .filter-options-item.House.Hold.Size,
body.category-frost-free #layered-filter-block .filter-options-item.House.Hold.Size {
  display: inline-block;
}
body.category-microwave-oven #layered-filter-block .filter-options-item.Color,
body.category-convection #layered-filter-block .filter-options-item.Color,
body.category-solo #layered-filter-block .filter-options-item.Color {
  display: none;
}
body.category-miraie #layered-filter-block .filter-options-item {
  display: none;
}
body.category-miraie #layered-filter-block .filter-options-item.Category.Type {
  display: inline-block;
}
body.category-miraie.show-more-filter #layered-filter-block .filter-options-item {
  display: inline-block;
}
.map-popup-wrapper.popup .action.close {
  top: 10px;
}
.map-popup {
  background: #ffffff;
  border: 1px solid #adadad;
  padding: 22px;
  width: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  transition: opacity 0.3s linear;
  left: 0;
  margin-top: 10px;
  position: absolute;
  top: 0;
  z-index: 1001;
  display: none;
  opacity: 0;
  box-sizing: border-box;
}
.map-popup .popup-header {
  margin: 0 0 25px;
  padding-right: 16px;
}
.map-popup .popup-header .title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.map-popup .popup-actions .action.close {
  position: absolute;
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  right: 10px;
  top: 10px;
}
.map-popup .popup-actions .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.map-popup .popup-actions .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 16px;
  color: #8c8c8c;
  content: '\e616';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.map-popup .popup-actions .action.close:hover:before {
  color: #737373;
}
.map-popup .popup-actions .action.close:active:before {
  color: #737373;
}
.map-popup .popup-actions .action.close:focus,
.map-popup .popup-actions .action.close:active {
  background: none;
  border: none;
}
.map-popup .popup-actions .action.close:hover {
  background: none;
  border: none;
}
.map-popup .popup-actions .action.close.disabled,
.map-popup .popup-actions .action.close[disabled],
fieldset[disabled] .map-popup .popup-actions .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.map-popup.active {
  opacity: 1;
}
.map-popup .map-info-price {
  margin: 0 0 20px;
}
.map-popup .map-info-price .price-box {
  margin: 0 0 20px;
}
.map-popup .map-info-price .price-box .label:after {
  content: ': ';
}
.map-popup .action.primary {
  margin-right: 10px;
}
.map-popup .map-msrp {
  margin-bottom: 10px;
}
.map-popup .actual-price {
  margin: 3px 0 15px;
}
.map-popup .regular-price .price-label {
  display: none;
}
.map-popup .popup-header {
  display: none;
}
.map-old-price {
  text-decoration: none;
}
.map-old-price .price-wrapper {
  text-decoration: line-through;
}
.map-fallback-price {
  display: none;
}
.map-old-price,
.product-item .map-old-price,
.product-info-price .map-show-info {
  display: inline-block;
  min-width: 10rem;
}
.map-old-price:not(:last-child),
.product-item .map-old-price:not(:last-child),
.product-info-price .map-show-info:not(:last-child) {
  margin-right: 10px;
}
.product-options-bottom .price-box .old-price .price-container > span,
.product-info-price .price-box .old-price .price-container > span {
  display: inline;
}
.map-form-addtocart {
  display: inline-block;
  text-align: center;
}
.map-form-addtocart img {
  display: block;
  margin: 0 auto;
}
button.map-show-info {
  background-image: none;
  -moz-box-sizing: content-box;
  box-shadow: none;
  line-height: inherit;
  text-shadow: none;
  font-weight: 400;
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #006bb4;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
button.map-show-info:focus,
button.map-show-info:active {
  background: none;
  border: none;
}
button.map-show-info:hover {
  background: none;
  border: none;
}
button.map-show-info.disabled,
button.map-show-info[disabled],
fieldset[disabled] button.map-show-info {
  pointer-events: none;
  opacity: 0.5;
}
button.map-show-info:visited {
  color: #006bb4;
  text-decoration: none;
}
button.map-show-info:hover {
  color: #006bb4;
  text-decoration: underline;
}
button.map-show-info:active {
  color: #ff5501;
  text-decoration: underline;
}
button.map-show-info:hover,
button.map-show-info:active,
button.map-show-info:focus {
  background: none;
  border: 0;
}
button.map-show-info.disabled,
button.map-show-info[disabled],
fieldset[disabled] button.map-show-info {
  color: #006bb4;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.wishlist.split.button {
  display: inline-block;
  position: relative;
  margin-right: 5%;
  vertical-align: middle;
}
.wishlist.split.button:before,
.wishlist.split.button:after {
  content: '';
  display: table;
}
.wishlist.split.button:after {
  clear: both;
}
.wishlist.split.button .action.split {
  float: left;
  margin: 0;
}
.wishlist.split.button .action.toggle {
  float: right;
  margin: 0;
}
.wishlist.split.button .action.toggle {
  display: inline-block;
  text-decoration: none;
}
.wishlist.split.button .action.toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.wishlist.split.button .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: inherit;
  color: #666666;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.split.button .action.toggle:hover:after {
  color: #333333;
}
.wishlist.split.button .action.toggle:active:after {
  color: inherit;
}
.wishlist.split.button .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.wishlist.split.button .action.toggle.active > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.wishlist.split.button .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: inherit;
  color: #666666;
  content: '\e621';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.split.button .action.toggle.active:hover:after {
  color: #333333;
}
.wishlist.split.button .action.toggle.active:active:after {
  color: inherit;
}
.wishlist.split.button .items {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 200px;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.wishlist.split.button .items li {
  margin: 0;
  padding: 5px 5px 5px 23px;
}
.wishlist.split.button .items li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.wishlist.split.button .items:before,
.wishlist.split.button .items:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.wishlist.split.button .items:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.wishlist.split.button .items:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.wishlist.split.button .items:before {
  left: 10px;
  top: -12px;
}
.wishlist.split.button .items:after {
  left: 9px;
  top: -14px;
}
.wishlist.split.button.active {
  overflow: visible;
}
.wishlist.split.button.active .items {
  display: block;
}
.wishlist.split.button .items {
  padding: 6px 0;
  text-align: left;
}
.wishlist.split.button .items .item > span {
  display: block;
  padding: 5px 5px 5px 23px;
}
.wishlist.split.button .items li {
  padding: 0;
}
.wishlist.split.button > .action.split {
  margin-right: 5px;
}
.wishlist.split.button > .action.split:before {
  content: '\e600';
}
.wishlist.split.button > .action.split:before {
  margin: 0;
  width: 18px;
}
.wishlist.split.button > .action:active,
.wishlist.split.button > .action:focus,
.wishlist.split.button > .action:hover {
  color: #333333;
}
.wishlist.split.button > .action.toggle:before {
  border-left: 1px solid #666666;
  content: '';
  float: left;
  height: 15px;
  margin: 3px 4px 0 0;
}
.cart.table-wrapper .wishlist.split.button {
  vertical-align: baseline;
}
.cart.table-wrapper .wishlist.split.button > .action.split {
  font-weight: normal;
  letter-spacing: normal;
  text-transform: none;
}
.cart.table-wrapper .wishlist.split.button > .action.toggle:after {
  color: #006bb4;
}
.cart.table-wrapper .wishlist.split.button > .action.split,
.cart.table-wrapper .wishlist.split.button > .action.toggle {
  color: #006bb4;
}
.cart.table-wrapper .wishlist.split.button > .action.split:before,
.cart.table-wrapper .wishlist.split.button > .action.toggle:before {
  display: none;
}
.wishlist.window.popup {
  background: #ffffff;
  border: 1px solid #adadad;
  padding: 22px;
  width: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  transition: opacity 0.3s linear;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1001;
  display: none;
  opacity: 0;
  box-sizing: border-box;
}
.wishlist.window.popup .popup-header {
  margin: 0 0 25px;
  padding-right: 16px;
}
.wishlist.window.popup .popup-header .title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.wishlist.window.popup .popup-actions .action.close {
  position: absolute;
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  right: 10px;
  top: 10px;
}
.wishlist.window.popup .popup-actions .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.wishlist.window.popup .popup-actions .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 16px;
  color: #8c8c8c;
  content: '\e616';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.window.popup .popup-actions .action.close:hover:before {
  color: #737373;
}
.wishlist.window.popup .popup-actions .action.close:active:before {
  color: #737373;
}
.wishlist.window.popup .popup-actions .action.close:focus,
.wishlist.window.popup .popup-actions .action.close:active {
  background: none;
  border: none;
}
.wishlist.window.popup .popup-actions .action.close:hover {
  background: none;
  border: none;
}
.wishlist.window.popup .popup-actions .action.close.disabled,
.wishlist.window.popup .popup-actions .action.close[disabled],
fieldset[disabled] .wishlist.window.popup .popup-actions .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.wishlist.window.popup.active {
  opacity: 1;
}
.wishlist.window.popup.active {
  display: block;
}
.wishlist.overlay {
  transition: opacity 0.15s linear;
  background: #8c8c8c;
  z-index: 899;
  bottom: 0;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
}
.wishlist.overlay.active {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.wishlist.overlay.active {
  display: block;
}
.wishlist-dropdown.move .action.toggle,
.wishlist-dropdown.copy .action.toggle {
  color: #006bb4;
}
.page-multiple-wishlist .actions-toolbar > .primary {
  display: block;
  float: none;
  text-align: left;
}
.page-multiple-wishlist .actions-toolbar > .primary .action.remove {
  float: right;
}
.block-wishlist-management {
  position: relative;
}
.block-wishlist-management .wishlist-select .wishlist-name-label {
  font-weight: 600;
}
.block-wishlist-management .wishlist-title {
  margin-bottom: 10px;
}
.block-wishlist-management .wishlist-title strong {
  font-weight: 300;
  margin-right: 10px;
}
.block-wishlist-management .wishlist-notice {
  color: #7d7d7d;
  display: inline-block;
  margin-right: 20px;
}
.block-wishlist-management .wishlist-notice.private {
  display: inline-block;
  text-decoration: none;
}
.block-wishlist-management .wishlist-notice.private:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: #a3a3a3;
  content: '\e629';
  font-family: 'luma-icons';
  margin: 0 5px 0 0;
  vertical-align: text-bottom;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block-wishlist-management .wishlist-toolbar-select,
.block-wishlist-management .wishlist-toolbar-actions {
  display: inline-block;
}
.block-wishlist-management .wishlist-toolbar-select {
  margin-right: 20px;
}
.block-wishlist-management .wishlist-toolbar .copy .dropdown {
  right: 0;
}
.block-wishlist-management .wishlist-toolbar .copy .dropdown:before {
  left: auto;
  right: 11px;
}
.block-wishlist-management .wishlist-toolbar .copy .dropdown:after {
  left: auto;
  right: 10px;
}
.block-wishlist-management .wishlist-dropdown.move {
  margin-right: 20px;
}
.block-wishlist-search-form .form-wishlist-search {
  margin-bottom: 60px;
  max-width: 500px;
}
.block-wishlist-search-results .table-wrapper {
  border-top: none;
}
.block-wishlist-info-items .block-title {
  margin-bottom: 20px;
  font-size: 2.2rem;
}
.block-wishlist-info-items .block-title > strong {
  font-weight: 300;
}
.block-wishlist-info-items .product-item {
  width: 100%;
}
.block-wishlist-info-items .product-item-photo {
  margin-left: 20px;
}
.block-wishlist-info-items .product-item-info {
  width: auto;
}
.block-wishlist-info-items .product-item-info:hover .split {
  visibility: visible;
}
.block-wishlist-info-items .price-wrapper {
  display: block;
  margin: 0 0 10px;
}
.block-wishlist-info-items .split {
  clear: both;
  padding: 10px 0;
  visibility: hidden;
}
.block-wishlist-info-items .wishlist-dropdown .change {
  color: #006bb4;
}
.block-wishlist-info-items .action.towishlist {
  padding: 10px 0;
}
.block-wishlist-info-items .input-text.qty {
  margin-right: 10px;
}
.multicheckout.results h3,
.multicheckout.success h3 {
  font-size: 1.6rem;
  margin-bottom: 20px;
  margin-top: 30px;
}
.multicheckout.results h3 a,
.multicheckout.success h3 a {
  color: #333333;
}
.multicheckout.results h3 a:hover,
.multicheckout.success h3 a:hover {
  text-decoration: none;
}
.multicheckout.results ul.orders-list,
.multicheckout.success ul.orders-list {
  list-style: none;
  padding-left: 0;
}
.multicheckout.results .orders-list,
.multicheckout.success .orders-list {
  margin-top: 25px;
  padding-left: 16px;
}
.multicheckout.results .orders-list .shipping-list .shipping-item,
.multicheckout.success .orders-list .shipping-list .shipping-item {
  margin-left: 84px;
}
.multicheckout.results .orders-list .shipping-list .shipping-label,
.multicheckout.success .orders-list .shipping-list .shipping-label {
  font-weight: 700;
  margin-right: 10px;
}
.multicheckout.results .orders-list .shipping-list .shipping-address,
.multicheckout.success .orders-list .shipping-list .shipping-address {
  font-weight: 400;
}
.multicheckout.results .orders-list .shipping-list .error-block,
.multicheckout.success .orders-list .shipping-list .error-block {
  color: #e02b27;
}
.multicheckout.results .orders-list .shipping-list .error-block .error-label,
.multicheckout.success .orders-list .shipping-list .error-block .error-label {
  font-weight: 700;
  margin-right: 10px;
}
.multicheckout.results .orders-list .shipping-list .error-block .error-description,
.multicheckout.success .orders-list .shipping-list .error-block .error-description {
  font-weight: 400;
}
.multicheckout.results .orders-succeed .orders-list,
.multicheckout.success .orders-succeed .orders-list {
  margin-top: 0;
}
.multicheckout.results .orders-succeed .orders-list .shipping-list .order-id,
.multicheckout.success .orders-succeed .orders-list .shipping-list .order-id {
  float: left;
}
.multicheckout.results .orders-succeed .orders-list .shipping-list .shipping-item,
.multicheckout.success .orders-succeed .orders-list .shipping-list .shipping-item {
  margin-left: 100px;
}
.multicheckout .title {
  margin-bottom: 30px;
}
.multicheckout .title strong {
  font-weight: 400;
}
.multicheckout .table-wrapper {
  margin-bottom: 0;
}
.multicheckout .table-wrapper .action.delete {
  display: inline-block;
}
.multicheckout .table-wrapper .col .qty {
  display: inline-block;
}
.multicheckout .table-wrapper .col.item .action.edit {
  font-weight: 400;
  margin-left: 10px;
}
.multicheckout:not(.address) .table-wrapper .product-item-name {
  margin: 0;
}
.multicheckout > .actions-toolbar {
  margin-top: 40px;
}
.multicheckout .actions-toolbar > .secondary {
  display: block;
}
.multicheckout .actions-toolbar > .secondary .action {
  margin-bottom: 25px;
}
.multicheckout .actions-toolbar > .secondary .action.back {
  display: block;
  margin-left: 0;
}
.multicheckout .actions-toolbar > .primary {
  margin-right: 10px;
}
.multicheckout .item-options {
  margin: 10px 0 0;
}
.multicheckout .block .methods-shipping .item-content .fieldset > .field:before {
  display: none;
}
.multicheckout .block .methods-shipping .item-content .fieldset > .field .control {
  display: inline-block;
}
.multicheckout .block-title,
.multicheckout .block-content .title {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 10px;
}
.multicheckout .block-title strong,
.multicheckout .block-content .title strong {
  font-weight: 400;
}
.multicheckout .block-title strong span,
.multicheckout .block-content .title strong span {
  color: #a6a6a6;
}
.multicheckout .block-content .title {
  border-bottom: none;
  padding-bottom: 0;
}
.multicheckout.order-review .block-title > strong {
  font-size: 2.4rem;
}
.multicheckout.order-review .block-shipping .block-content:not(:last-child) {
  margin-bottom: 40px;
}
.multicheckout.order-review .error-description {
  color: #e02b27;
  font-weight: 400;
  margin-bottom: 10px;
  margin-top: -10px;
}
.multicheckout .box-title span {
  margin-right: 10px;
}
.multicheckout .box-title > .action {
  margin: 0;
}
.multicheckout .box-shipping-method .price {
  font-weight: 700;
}
.multicheckout .box-billing-method .fieldset {
  margin: 0;
}
.multicheckout .box-billing-method .fieldset .legend.box-title {
  margin: 0 0 5px;
}
.multicheckout .checkout-review .grand.totals {
  font-size: 2.1rem;
  margin-bottom: 40px;
}
.multicheckout .checkout-review .grand.totals .mark {
  font-weight: 400;
}
[class^='multishipping-'] .logo {
  margin-left: 0;
}
.multishipping-checkout-success .nav-sections {
  display: block;
}
.block.newsletter {
  margin-bottom: 20px;
}
.block.newsletter .form.subscribe {
  display: table;
  width: 100%;
}
.block.newsletter .fieldset {
  display: table-cell;
  margin: 0;
  padding: 0;
  vertical-align: top;
}
.block.newsletter .field {
  margin: 0;
}
.block.newsletter .field .control {
  display: inline-block;
  text-decoration: none;
  display: block;
}
.block.newsletter .field .control:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 32px;
  color: #575757;
  content: '\e61d';
  font-family: 'luma-icons';
  margin: 0 0 0 8px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block.newsletter .field .control:before {
  position: absolute;
}
.block.newsletter input {
  margin-right: 35px;
  padding: 0 0 0 35px;
}
.block.newsletter .title {
  display: none;
}
.block.newsletter .actions {
  display: table-cell;
  vertical-align: top;
  width: 1%;
}
.block.newsletter .action.subscribe {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-left: -1px;
  white-space: nowrap;
}
.data.switch .counter {
  color: #7d7d7d;
}
.data.switch .counter:before {
  content: '(';
}
.data.switch .counter:after {
  content: ')';
}
.rating-summary {
  overflow: hidden;
  white-space: nowrap;
}
.rating-summary .rating-result {
  width: 88px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.rating-summary .rating-result:before {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  -webkit-font-smoothing: antialiased;
  color: #c7c7c7;
  font-family: 'luma-icons';
  font-size: 16px;
  height: 16px;
  letter-spacing: 2px;
  line-height: 16px;
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
  display: block;
  font-style: normal;
  font-weight: normal;
  speak: none;
}
.rating-summary .rating-result > span {
  display: block;
  overflow: hidden;
}
.rating-summary .rating-result > span:before {
  position: relative;
  z-index: 2;
  -webkit-font-smoothing: antialiased;
  color: #ff5501;
  font-family: 'luma-icons';
  font-size: 16px;
  height: 16px;
  letter-spacing: 2px;
  line-height: 16px;
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
  display: block;
  font-style: normal;
  font-weight: normal;
  speak: none;
}
.rating-summary .rating-result > span span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.product-reviews-summary .rating-summary .label,
.table-reviews .rating-summary .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.review-control-vote {
  overflow: hidden;
}
.review-control-vote:before {
  color: #c7c7c7;
  font-family: 'luma-icons';
  font-size: 16px;
  height: 16px;
  letter-spacing: 2px;
  line-height: 16px;
  font-style: normal;
  font-weight: normal;
  speak: none;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
  display: block;
  position: absolute;
  z-index: 1;
}
.review-control-vote input[type="radio"] {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.review-control-vote input[type="radio"]:hover + label:before,
.review-control-vote input[type="radio"]:checked + label:before {
  opacity: 1;
}
.review-control-vote label {
  cursor: pointer;
  display: block;
  position: absolute;
}
.review-control-vote label span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.review-control-vote label:before {
  color: #ff5501;
  font-family: 'luma-icons';
  font-size: 16px;
  height: 16px;
  letter-spacing: 2px;
  line-height: 16px;
  font-style: normal;
  font-weight: normal;
  speak: none;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  opacity: 0;
}
.review-control-vote label:hover:before {
  opacity: 1;
}
.review-control-vote label:hover ~ label:before {
  opacity: 0;
}
.review-control-vote .rating-5 {
  z-index: 2;
}
.review-control-vote .rating-5:before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
}
.review-control-vote .rating-4 {
  z-index: 3;
}
.review-control-vote .rating-4:before {
  content: '\e605' '\e605' '\e605' '\e605';
}
.review-control-vote .rating-3 {
  z-index: 4;
}
.review-control-vote .rating-3:before {
  content: '\e605' '\e605' '\e605';
}
.review-control-vote .rating-2 {
  z-index: 5;
}
.review-control-vote .rating-2:before {
  content: '\e605' '\e605';
}
.review-control-vote .rating-1 {
  z-index: 6;
}
.review-control-vote .rating-1:before {
  content: '\e605';
}
.review-control-vote:before {
  content: '\e625' '\e625' '\e625' '\e625' '\e625';
}
.products-reviews-toolbar {
  position: relative;
}
.products-reviews-toolbar .toolbar-amount {
  position: relative;
  text-align: center;
}
.review-toolbar {
  border-top: 1px solid #c9c9c9;
  margin: 0 0 20px;
  padding: 0;
  text-align: center;
}
.review-toolbar:first-child {
  display: none;
}
.review-toolbar .pages {
  border-bottom: 1px solid #c9c9c9;
  display: block;
  padding: 20px 0;
  text-align: center;
}
.review-toolbar .limiter {
  display: none;
}
.review-add .block-title {
  display: none;
}
.review-form .action.submit.primary {
  background: #eeeeee;
  border: 1px solid #cccccc;
  color: #333333;
  font-size: 1.4rem;
  line-height: 1.6rem;
  padding: 7px 15px;
  margin: 0;
}
.review-form .action.submit.primary:focus,
.review-form .action.submit.primary:active {
  background: #e2e2e2;
  border: 1px solid #cccccc;
  color: #333333;
}
.review-form .action.submit.primary:hover {
  background: #e1e1e1;
  border: 1px solid #cccccc;
  color: #333333;
}
.review-form .actions-toolbar .actions-primary {
  padding: 0;
}
.fieldset .review-legend.legend {
  border-bottom: 0;
  line-height: 1.3;
  margin-bottom: 20px;
  padding: 0;
}
.fieldset .review-legend.legend span {
  margin: 0;
}
.fieldset .review-legend.legend strong {
  display: block;
  font-weight: 600;
}
.fieldset .review-field-ratings > .label {
  font-weight: 600;
  margin-bottom: 10px;
  padding: 0;
}
.review-control-vote label:before,
.review-control-vote:before {
  font-size: 32px;
  height: 32px;
  letter-spacing: 10px;
  line-height: 32px;
}
.review-field-rating .label {
  font-weight: 600;
}
.review-field-rating .control {
  margin-bottom: 48px;
  margin-top: 10px;
}
.review-list {
  margin-bottom: 30px;
}
.review-list .block-title strong {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.review-item {
  border-bottom: 1px solid #c9c9c9;
  margin: 0;
  padding: 20px 0;
}
.review-item:after {
  clear: both;
  content: '';
  display: table;
}
.review-item:last-child {
  border-width: 0;
}
.review-ratings {
  display: table;
  margin-bottom: 10px;
  max-width: 100%;
}
.review-author {
  display: inline;
}
.review-author .review-details-value {
  font-weight: 400;
}
.review-date {
  display: inline;
}
.review-title {
  font-weight: 600;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
  margin: 0 0 20px;
}
.review-content {
  margin-bottom: 20px;
}
.page-main .column .review-add {
  margin-bottom: 0;
}
.data.table.reviews .rating-summary {
  margin-top: -4px;
}
.customer.review.view .review.title,
.customer.review.view .ratings.summary.items,
.customer.review.view .product.details {
  margin-bottom: 20px;
}
.product-reviews-summary {
  margin-bottom: 5px;
}
.products.wrapper.list .product-reviews-summary {
  margin: 0 auto;
}
.product-reviews-summary .rating-summary {
  display: inline-block;
  vertical-align: middle;
}
.product-reviews-summary .reviews-actions {
  display: inline-block;
  font-size: 11px;
  vertical-align: middle;
}
.product-reviews-summary .reviews-actions a:not(:last-child) {
  margin-right: 30px;
}
.product-reviews-summary .reviews-actions .action.add {
  white-space: nowrap;
}
.product-info-main .rating-summary,
.customer-review .rating-summary {
  margin-right: 30px;
}
.block-reviews-dashboard .items .item {
  margin-bottom: 20px;
}
.block-reviews-dashboard .items .item:last-child {
  margin-bottom: 0;
}
.block-reviews-dashboard .product-name {
  display: inline-block;
}
.block-reviews-dashboard .product-name:not(:last-child) {
  margin-bottom: 5px;
}
.block-reviews-dashboard .rating-summary .label {
  font-weight: 600;
  margin-right: 10px;
  vertical-align: middle;
}
.table-reviews .product-name,
.block-reviews-dashboard .product-name {
  font-weight: 400;
}
.table-reviews .rating-summary {
  display: inline-block;
  vertical-align: baseline;
}
.customer-review .product-media {
  float: left;
  margin-right: 3%;
  max-width: 285px;
  width: 30%;
}
.customer-review .review-details {
  margin: 0;
}
.customer-review .review-details .customer-review-rating {
  margin-bottom: 20px;
}
.customer-review .review-details .customer-review-rating .item {
  margin-bottom: 10px;
}
.customer-review .review-details .customer-review-rating .item:last-child {
  margin-bottom: 0;
}
.customer-review .review-details .review-title {
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-weight: 600;
  margin-bottom: 20px;
}
.customer-review .review-details .review-content {
  margin: 0;
  margin-bottom: 20px;
}
.customer-review .review-details .review-date {
  color: #a6a6a6;
}
.block-reward-info .reward-balance {
  font-size: 1.8rem;
  margin-bottom: 25px;
}
.block-reward-info .reward-rates:not(:last-child),
.block-reward-info .reward-limit:not(:last-child),
.block-reward-info .reward-expiring:not(:last-child) {
  margin-bottom: 25px;
}
.block-reward-info .reward-rates .title,
.block-reward-info .reward-limit .title,
.block-reward-info .reward-expiring .title {
  display: inline-block;
  margin-bottom: 10px;
}
.order-details-items.rma .order-title {
  display: none;
}
.order-details-items.rma .order-title + .toolbar {
  display: none;
}
.form-create-return .additional:first-child {
  margin-top: 0;
}
.form-create-return .field.comment {
  margin-top: 55px;
}
.table-wrapper.table-returns .returns-details.hidden {
  display: none;
}
.block-returns-comments .returns-comments dt,
.block-returns-comments .returns-comments dd {
  margin: 0;
}
.block-returns-comments .returns-comments dt {
  font-weight: 400;
}
.block-returns-comments .returns-comments dd {
  margin-bottom: 15px;
}
.block-returns-comments .returns-comments dd:last-child {
  margin-bottom: 0;
}
.block-returns-comments .fieldset {
  margin-bottom: 20px;
}
.magento-rma-guest-create .order-links .item a {
  line-height: 1.42857143;
  margin: 0 30px 0 0;
  padding: 0;
  color: #006bb4;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
.magento-rma-guest-create .order-links .item a:visited {
  color: #006bb4;
  text-decoration: none;
}
.magento-rma-guest-create .order-links .item a:hover {
  color: #006bb4;
  text-decoration: underline;
}
.magento-rma-guest-create .order-links .item a:active {
  color: #ff5501;
  text-decoration: underline;
}
.magento-rma-guest-create .order-links .item a:hover,
.magento-rma-guest-create .order-links .item a:active,
.magento-rma-guest-create .order-links .item a:focus {
  background: none;
  border: 0;
}
.magento-rma-guest-create .order-links .item a.disabled,
.magento-rma-guest-create .order-links .item a[disabled],
fieldset[disabled] .magento-rma-guest-create .order-links .item a {
  color: #006bb4;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
#registrant-options .item .control table .col.qty .input-qty {
  display: none;
}
.order-links .item {
  line-height: 40px;
  margin: 0 0 -1px;
}
.order-links .item strong {
  background: #ffffff;
  border: 1px solid #cccccc;
  display: block;
  font-weight: 400;
  padding: 0 20px;
}
.order-links .item a {
  background: #f6f6f6;
  color: #6d6d6d;
  border: 1px solid #cccccc;
  display: block;
  font-weight: 400;
  padding: 0 20px;
}
.order-links .item a:hover {
  background: #ffffff;
  text-decoration: none;
}
.order-details-items {
  border: 1px solid #cccccc;
  margin-bottom: 40px;
  padding: 10px;
}
.order-details-items .order-title {
  border-bottom: 1px solid #cccccc;
  padding: 0 0 10px;
}
.order-details-items .order-title > strong {
  font-size: 2.4rem;
  font-weight: 300;
}
.order-details-items .order-title .action {
  display: inline-block;
}
.order-details-items .table-wrapper {
  margin: 0;
}
.order-details-items .table-wrapper + .actions-toolbar {
  display: none;
}
.order-details-items .table-wrapper:not(:last-child) {
  margin-bottom: 30px;
}
.order-details-items .table-wrapper.order-items-shipment {
  overflow: visible;
}
.order-details-items .table-order-items > thead > tr > th {
  border-bottom: 1px solid #cccccc;
}
.order-details-items .table-order-items tbody + tbody {
  border-top: 1px solid #cccccc;
}
.account .order-details-items .table-order-items tbody tr:nth-child(even) td {
  background: none;
}
.order-details-items .table-order-items tbody td {
  padding-bottom: 20px;
  padding-top: 20px;
}
.order-details-items .table-order-items tbody .col.label {
  font-weight: 700;
  padding-bottom: 5px;
  padding-top: 0;
}
.order-details-items .table-order-items tbody .col.options {
  padding: 10px 10px 15px;
}
.order-details-items .table-order-items tbody > .item-parent td {
  padding-bottom: 5px;
}
.order-details-items .table-order-items tbody > .item-parent + tr td {
  padding-top: 5px;
}
.order-details-items .table-order-items tbody .item-options-container td {
  padding-bottom: 15px;
  padding-top: 0;
}
.order-details-items .table-order-items .product-item-name {
  margin: 0 0 10px;
}
.order-details-items .item-options {
  margin: 0;
}
.order-details-items .item-options dt {
  margin: 0;
}
.order-details-items .item-options dd {
  margin: 0 0 15px;
}
.order-details-items .item-options dd:last-child {
  margin-bottom: 0;
}
.order-details-items .item-options.links dt {
  display: inline-block;
}
.order-details-items .item-options.links dt:after {
  content: ': ';
}
.order-details-items .item-options.links dd {
  margin: 0;
}
.order-details-items thead .col.qty {
  text-align: center;
}
.order-details-items .col.name {
  padding-top: 16px;
}
.order-details-items .action.show {
  display: inline-block;
  text-decoration: none;
  color: #333333;
}
.order-details-items .action.show > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.order-details-items .action.show:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 10px;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.order-details-items .action.show.expanded:after {
  content: '\e621';
}
.order-details-items .product-item-name {
  font-size: 1.8rem;
}
.order-details-items .items-qty .item {
  white-space: nowrap;
}
.order-details-items .items-qty .title:after {
  content: ': ';
}
.order-details-items .pages-items .item:first-child,
.order-details-items .pages-items .item:last-child {
  margin-right: 0;
}
.block-order-details-comments {
  margin: 0 0 40px;
}
.block-order-details-comments .comment-date {
  font-weight: 600;
}
.block-order-details-comments .comment-content {
  line-height: 1.6;
  margin: 0 0 20px;
}
.block-order-details-view .block-content .box {
  margin-bottom: 30px;
}
.block-order-details-view .box-title {
  font-weight: 600;
}
.block-order-details-view .box-content .payment-method .title {
  font-weight: 400;
}
.block-order-details-view .box-content .payment-method .content {
  margin: 0;
}
.block-order-details-view .box-content .payment-method .content > strong {
  font-weight: 400;
}
.block-order-details-view .box-content .payment-method .content > strong:after {
  content: ': ';
}
.column.main .order-details-items .block-order-details-gift-message {
  margin: 40px 0 0;
}
.block-order-details-gift-message + .actions-toolbar {
  display: none;
}
.order-tracking {
  margin: 0;
  padding: 20px 0;
}
.order-title + .order-tracking {
  border-bottom: 1px solid #cccccc;
}
.order-tracking .tracking-title {
  display: inline-block;
}
.order-tracking .tracking-content {
  display: inline-block;
  margin: 0 0 0 5px;
}
.order-actions-toolbar {
  margin-bottom: 25px;
}
.order-actions-toolbar .action {
  margin-right: 30px;
}
.order-actions-toolbar .action.print {
  display: none;
  margin: 0;
}
.form-orders-search .field:last-child {
  margin-bottom: 20px;
}
.block-reorder .actions-toolbar {
  margin: 17px 0;
}
.block-reorder .product-item-name {
  float: left;
  width: calc(80%);
}
.block-reorder .product-item::after {
  clear: both;
  content: '';
  display: table;
}
.block-reorder .product-item .field.item {
  float: left;
  width: 20px;
}
.form.send.friend .fieldset .field .control {
  width: 100%;
}
.product-social-links .action.mailto.friend:before {
  content: '\e61d';
}
.block-collapsible-nav .content {
  background: #f5f5f5;
  padding: 15px 0;
}
.block-collapsible-nav .item {
  margin: 3px 0 0;
}
.block-collapsible-nav .item:first-child {
  margin-top: 0;
}
.block-collapsible-nav .item a,
.block-collapsible-nav .item > strong {
  border-left: 3px solid transparent;
  color: #575757;
  display: block;
  padding: 5px 18px 5px 15px;
}
.block-collapsible-nav .item a {
  text-decoration: none;
}
.block-collapsible-nav .item a:hover {
  background: #e8e8e8;
}
.block-collapsible-nav .item.current a,
.block-collapsible-nav .item.current > strong {
  border-color: #ff5501;
  color: #000000;
  font-weight: 600;
}
.block-collapsible-nav .item.current a {
  border-color: #ff5501;
}
.block-collapsible-nav .item .delimiter {
  border-top: 1px solid #d1d1d1;
  display: block;
  margin: 10px 1.8rem;
}
body {
  background-color: #ffffff;
  font-size: 14px;
  line-height: 24px;
  color: #585a5a;
  font-family: 'DINPro-Regular';
}
.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-main > .page-title-wrapper .page-title {
  hyphens: auto;
}
a,
.alink,
button.action,
button {
  transition: all 0.5s ease;
}
a:hover,
.alink:hover {
  color: #0041c0;
}
.loadingdiv {
  float: left;
  width: 100%;
  vertical-align: top;
  text-align: center;
  line-height: 40px;
}
.get_compare_list_bar .comparisonBar .compare_header .h2 span.numberOfItems {
  display: none;
}
.category-fully-automatic-top-load .pixel-pic,
.checkout-onepage-success .pixel-pic {
  display: none;
}
body .owl-theme .owl-nav {
  height: 0;
  margin: 0;
}
body .owl-theme .owl-nav button span {
  position: absolute;
  top: calc((50% - 26px));
  font-size: 0;
  color: transparent;
  display: inline-block;
  width: 30px;
  height: 52px;
  background: url('../../frontend/OM/Desktop/en_US/images/left-nav-arrow.svg') no-repeat scroll center / 20px;
}
body .owl-theme .owl-nav button.owl-next span {
  background: url('../../frontend/OM/Desktop/en_US/images/right-nav-arrow.svg') no-repeat scroll center / 20px;
}
body .owl-theme .owl-dots .owl-dot span {
  background: #5f5f5f;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  border: 1px solid #5f5f5f;
  position: relative;
}
body .owl-theme .owl-dots .owl-dot span:after {
  content: " ";
  width: 7.5px;
  height: 7.5px;
  background: #5f5f5f;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
body .owl-theme .owl-dots .owl-dot.active span,
body .owl-theme .owl-dots .owl-dot:hover span {
  background: #ffffff;
  border: 1px solid #0041c0;
}
body .owl-theme .owl-dots .owl-dot.active span:after,
body .owl-theme .owl-dots .owl-dot:hover span:after {
  background: #0041c0;
}
/*===================for the notification pop-up===================*/
body .modal-popup.notification_bell_popup .modal-inner-wrap {
  max-width: 620px;
  width: 80%;
  border-radius: 10px;
  padding: 15px;
  box-sizing: border-box;
}
body .modal-popup.notification_bell_popup .modal-inner-wrap .modal-header {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding: 0;
}
body .modal-popup.notification_bell_popup .modal-inner-wrap .modal-header h1 {
  display: none;
}
body .modal-popup.notification_bell_popup .modal-inner-wrap .modal-header button.action-close {
  margin: 10px;
  height: 14px;
}
body .modal-popup.notification_bell_popup .modal-inner-wrap .modal-content {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding: 15px 0 0;
}
body .modal-popup.notification_bell_popup .modal-inner-wrap .modal-footer {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding: 0;
  margin: 15px 0 0;
  border: none;
  text-align: center;
}
body .modal-popup.notification_bell_popup .modal-inner-wrap .modal-footer button {
  display: inline-block;
  width: auto;
  vertical-align: top;
  padding: 0 30px;
  line-height: 36px;
  box-sizing: border-box;
  border: none;
  border-radius: 6px;
  background: #0041C0;
  color: #ffffff;
  letter-spacing: 0.5px;
  font-weight: normal;
}
body .modal-popup.notification_bell_popup .modal-inner-wrap .modal-footer button span {
  display: inline-block;
  width: auto;
  vertical-align: top;
}
body .modal-popup.notification_bell_popup .cpp-custom-promo-popup {
  float: left;
  width: 100%;
}
body .modal-popup.notification_bell_popup .cpp-custom-promo-popup strong span {
  font-family: "DINPro-Bold";
  letter-spacing: 0.5px;
  font-weight: normal;
  font-size: 16px;
  line-height: 30px;
  display: inline-block;
  vertical-align: top;
  width: auto;
  text-transform: uppercase;
  margin: 0 0 10px;
}
body .modal-popup.notification_bell_popup .cpp-custom-promo-popup .testimonials-list {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 15px 0;
  font-size: 13px;
  letter-spacing: 0.5px;
}
body .modal-popup.notification_bell_popup .cpp-custom-promo-popup .testimonials {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0;
  text-align: center;
  padding: 0 10px;
  box-sizing: border-box;
}
body .modal-popup.notification_bell_popup .cpp-custom-promo-popup .testimonials p {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 10px 0;
  color: #282828;
  letter-spacing: 0.5px;
  font-size: 13px;
  font-family: "DINPro-Medium";
}
body .modal-popup.notification_bell_popup .cpp-custom-promo-popup .testimonials p strong {
  font-weight: normal;
  font-family: "DINPro-Bold";
}
body .modal-popup.notification_bell_popup .cpp-custom-promo-popup .testimonials p span {
  font-weight: normal !important;
  font-family: "DINPro-Bold";
}
.page-header {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 20px;
}
.page-header .panel.wrapper {
  background-color: #6e716e;
  color: #ffffff;
}
.page-header .top-bar-content {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  background: #f7f7f7;
  text-align: center;
}
.page-header .top-bar-content .top-bar-container {
  display: inline-block;
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
}
.page-header .top-bar-content .top-bar-cont {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding: 0 10px;
  box-sizing: border-box;
}
.page-header .top-bar-content marquee {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  font-size: 12px;
  letter-spacing: 1px;
  font-family: "DINPro-Medium";
  text-transform: capitalize;
  color: #0041C0;
}
.header.panel > .header.links {
  margin: 0;
  padding: 0;
  list-style: none none;
  float: right;
  font-size: 0;
  margin-left: auto;
  margin-right: 20px;
}
.header.panel > .header.links > li {
  display: inline-block;
  vertical-align: top;
}
.header.panel > .header.links > li {
  font-size: 14px;
  margin: 0 0 0 15px;
}
.header.panel > .header.links > li.customer-welcome {
  margin: 0 0 0 5px;
}
.header.panel > .header.links > li > a {
  color: #ffffff;
  text-decoration: none;
}
.header.panel > .header.links > li > a:visited {
  color: #ffffff;
  text-decoration: none;
}
.header.panel > .header.links > li > a:hover {
  color: #ffffff;
  text-decoration: underline;
}
.header.panel > .header.links > li > a:active {
  color: #ffffff;
  text-decoration: underline;
}
.header.content {
  padding-top: 15px 20px;
  position: relative;
}
.header.links {
  float: right;
  width: auto;
  padding: 0;
  margin: 1px 0 1px 12px;
  list-style: none;
}
.header.links li {
  display: none;
  margin: 0;
}
.header.links li.authorization-link {
  display: inline-block;
  width: auto;
  vertical-align: middle;
}
.header.links li.authorization-link a {
  font-size: 0px;
  width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  position: relative;
}
.header.links li.authorization-link a:before {
  content: " ";
  display: inline-block;
  width: 30px;
  vertical-align: top;
  left: 50%;
  top: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  color: #0a0a0a;
  line-height: 30px;
  height: 30px;
  background: url('../../frontend/OM/Desktop/en_US/images/user.svg') no-repeat scroll center / 24px;
}
.header.links li.authorization-link a:hover:before {
  color: #0041c0;
}
.header.links li.notification-tab {
  display: inline-block;
  width: auto;
  vertical-align: middle;
}
.header.links #click-notification {
  display: inline-block;
  width: 30px;
  vertical-align: top;
  margin: 1px 0 1px 12px;
  height: 30px;
  position: relative;
  background: url('../../frontend/OM/Desktop/en_US/images/notification2.svg') no-repeat scroll center / 30px;
  line-height: 30px;
}
.header.links #click-notification i {
  display: none;
}
.header.links #click-notification #bell_count {
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #0041C0;
  color: #ffffff;
  line-height: 14px;
  position: absolute;
  right: 0;
  top: 4px;
  font-size: 12px;
  text-align: center;
}
.header.links #click-notification #bell_count.empty {
  display: none !important;
}
.header ul.compare.wrapper {
  display: none;
}
.header .minicart-wrapper .action.showcart {
  width: auto;
  line-height: 30px;
}
.header .minicart-wrapper .action.showcart:before {
  content: " ";
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: url('../../frontend/OM/Desktop/en_US/images/cart.svg') no-repeat scroll center top 3px;
  background-size: 27px;
}
.header .minicart-wrapper .action.showcart:hover:before {
  color: #0041C0;
}
.header .minicart-wrapper.active .action.showcart:before {
  color: #0041C0;
}
.logo {
  float: left;
  margin: 0 0 10px 40px;
  max-width: 50%;
  position: relative;
  z-index: 5;
}
.logo img {
  display: block;
  height: 32px;
}
.page-print .logo {
  display: inline-block;
  float: none;
}
.page-print .nav-toggle {
  display: none;
}
.page-main > .page-title-wrapper .page-title + .action {
  margin-top: 30px;
}
.action.skip:focus {
  background: #f0f0f0;
  padding: 10px;
  box-sizing: border-box;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 15;
}
.action-skip-wrapper {
  height: 0;
  position: relative;
}
.top-user-links {
  float: right;
  width: 30px;
  height: 30px;
  margin: 1px 0 1px 12px;
}
.top-user-links .top-user-dropdown {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.top-user-links .top-user-dropdown a {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  height: 30px;
  position: relative;
}
.top-user-links .top-user-dropdown a:after {
  content: " ";
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  position: absolute;
  text-align: center;
  display: inline-block;
  line-height: 30px;
  width: 30px;
  height: 30px;
  background: url(../../frontend/OM/Desktop/en_US/images/wishlist.svg) no-repeat scroll center / 24px;
  padding: 5px;
}
.top-user-links .top-user-dropdown a:hover:after {
  color: #0041C0;
}
.top-user-links .top-user-dropdown span {
  display: none;
  font-size: 0px;
}
.location-container {
  display: inline-block;
  width: auto;
  vertical-align: top;
  position: relative;
  padding: 0 0 0 30px;
  margin: 1px 0 1px 30px;
}
.location-container span {
  display: inline-block;
  width: auto;
  vertical-align: top;
  font-size: 12px;
  letter-spacing: 0.5px;
  margin: 0 2px;
  line-height: 30px;
}
.location-container:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 30px;
  background: url('../../frontend/OM/Desktop/en_US/images/location.svg') no-repeat scroll center / 24px;
  height: 30px;
}
/*======================Custom Css for Search Suggestion======================*/
#search_mini_form #searchsuite-autocomplete {
  margin: 0 16px;
  left: 0;
  width: calc((100% - 32px));
  border: 1px solid #919191;
}
#search_mini_form #searchsuite-autocomplete .suggest {
  display: none;
}
#search_mini_form #searchsuite-autocomplete .product {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding: 10px;
  box-sizing: border-box;
}
#search_mini_form #searchsuite-autocomplete .title {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding: 0 10px;
  box-sizing: border-box;
  background: #ececec;
  color: #282828;
  margin: 0 0 15px;
  border-radius: 5px;
}
#search_mini_form #searchsuite-autocomplete .title span {
  float: left;
  width: auto;
  line-height: 40px;
  letter-spacing: 0.5px;
  font-family: "DINPro-Medium";
}
#search_mini_form #searchsuite-autocomplete .title a {
  width: auto;
  color: #0041C0;
  font-size: 12px;
  letter-spacing: 0.5px;
  text-decoration: underline;
  font-weight: normal;
}
#search_mini_form #searchsuite-autocomplete .title a span {
  margin: 0 2px;
}
#search_mini_form #searchsuite-autocomplete ul {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding: 0 10px;
  box-sizing: border-box;
}
#search_mini_form #searchsuite-autocomplete li {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding: 0 0 10px;
  margin: 0 0 10px;
  border-bottom: 1px dashed #919191;
}
#search_mini_form #searchsuite-autocomplete .qs-option-info {
  margin: 0;
}
#search_mini_form #searchsuite-autocomplete .qs-option-title a {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  text-transform: none;
  letter-spacing: 0.5px;
  color: #282828;
  opacity: 1;
  font-size: 13px;
  font-family: "DINPro-Bold";
  line-height: 24px;
}
#search_mini_form #searchsuite-autocomplete .qs-option-reviews {
  display: none;
}
#search_mini_form #searchsuite-autocomplete .qs-option-sku {
  display: inline-block;
  color: #282828;
  font-weight: normal;
  font-family: "DINPro-Medium";
  font-size: 10px;
  letter-spacing: 0.5px;
}
#search_mini_form #searchsuite-autocomplete .qs-option-price {
  width: 100%;
  vertical-align: top;
  margin: 0;
}
#search_mini_form #searchsuite-autocomplete .qs-option-price .price-box {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0;
  font-weight: normal;
}
#search_mini_form #searchsuite-autocomplete .qs-option-price .price-box span {
  float: left;
  width: auto;
}
#search_mini_form #searchsuite-autocomplete .qs-option-price .price-box span.price-label {
  display: none;
}
#search_mini_form #searchsuite-autocomplete .qs-option-price .price-box span.price {
  font-size: 14px;
  letter-spacing: 0.5px;
  margin: 0 10px 0 0;
  font-weight: normal;
  font-family: "DINPro-bold";
}
#search_mini_form #searchsuite-autocomplete .qs-option-price .price-box span.save-price {
  width: 100%;
  line-height: 18px;
  font-size: 11px;
}
#search_mini_form #searchsuite-autocomplete .qs-option-price .price-box span.save-price strong {
  font-weight: normal;
  color: #00A0C6;
  letter-spacing: 0.5px;
  margin: 0 5px 0 0;
  font-family: "DINPro-Medium";
  font-size: 12px;
}
#search_mini_form #searchsuite-autocomplete .qs-option-price .price-box span.mrp-incl {
  display: none;
}
#search_mini_form #searchsuite-autocomplete .qs-option-price .price-box .special-price span.price {
  color: #0041C0;
}
#search_mini_form #searchsuite-autocomplete .qs-option-price .price-box .old-price span.price {
  font-size: 10px;
  font-family: "DINPro-Regular";
  text-decoration: line-through;
}
.message.global p {
  margin: 0;
}
.message.global.noscript,
.message.global.cookie {
  margin: 0 0 10px;
  padding: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #ffee9c;
  border-color: #d6ca8e;
  color: #333333;
  margin: 0;
}
.message.global.noscript a,
.message.global.cookie a {
  color: #006bb4;
}
.message.global.noscript a:hover,
.message.global.cookie a:hover {
  color: #006bb4;
}
.message.global.noscript a:active,
.message.global.cookie a:active {
  color: #ff5501;
}
.message.global.cookie {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  z-index: 3;
}
.message.global.cookie .actions {
  margin-top: 10px;
}
.message.global.demo {
  margin: 0 0 10px;
  padding: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #ff0101;
  border-color: none;
  color: #ffffff;
  margin-bottom: 0;
  text-align: center;
}
.message.global.demo a {
  color: #006bb4;
}
.message.global.demo a:hover {
  color: #006bb4;
}
.message.global.demo a:active {
  color: #ff5501;
}
#notice-cookie-block {
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
  padding: 15px;
  background: #ececec;
}
#notice-cookie-block .content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
}
#notice-cookie-block .content p {
  float: left;
  width: 80%;
  padding: 0 15px 0 0;
  box-sizing: border-box;
  font-size: 13px;
  letter-spacing: 0.5px;
  font-family: "DINPro-Regular";
  color: #000000;
  line-height: 22px;
}
#notice-cookie-block .content .actions {
  float: right;
  width: 20%;
  text-align: center;
  margin: 0;
}
#notice-cookie-block .content #btn-cookie-allow {
  display: inline-block;
  width: auto;
  padding: 0 30px;
  border: none;
  background: #0041c0;
  line-height: 40px;
  font-size: 14px;
  font-weight: normal;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  border-radius: 6px;
  margin: 2px 0;
}
.page-footer {
  margin-top: 0;
  padding: 30px 0;
  background: #efefef;
}
.footer.content {
  border-top: 1px solid #cecece;
  padding-top: 20px;
}
.footer.content .links > li {
  background: #3c3c3c;
  font-size: 1.6rem;
  border-top: 1px solid #cecece;
  margin: 0 -15px;
  padding: 0 15px;
}
.footer.content .links a,
.footer.content .links strong {
  display: block;
  padding: 10px 0;
}
.footer.content .links strong {
  color: #a6a6a6;
  font-weight: normal;
}
.footer.content .links a {
  color: #575757;
  text-decoration: none;
}
.footer.content .links a:visited {
  color: #575757;
  text-decoration: none;
}
.footer.content .links a:hover {
  color: #333333;
  text-decoration: underline;
}
.footer.content .links a:active {
  color: #333333;
  text-decoration: underline;
}
.copyright {
  background-color: #dedede;
  color: #232323;
  box-sizing: border-box;
  display: block;
  padding: 10px;
  text-align: center;
  letter-spacing: 0.5px;
}
.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: 10px;
  line-height: 22px;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.page-header .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: 10px;
  line-height: 22px;
  color: inherit;
  content: '\e621';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.page-header .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 {
  color: #333333;
  text-decoration: none;
  display: block;
  padding: 8px;
}
.page-header .panel.wrapper .switcher .options ul.dropdown a:visited,
.page-footer .switcher .options ul.dropdown a:visited {
  color: #333333;
  text-decoration: none;
}
.page-header .panel.wrapper .switcher .options ul.dropdown a:hover,
.page-footer .switcher .options ul.dropdown a:hover {
  color: #333333;
  text-decoration: none;
}
.page-header .panel.wrapper .switcher .options ul.dropdown a:active,
.page-footer .switcher .options ul.dropdown a:active {
  color: #333333;
  text-decoration: none;
}
.page-header .panel.wrapper .switcher strong,
.page-footer .switcher strong {
  font-weight: 400;
}
.page-header .panel.wrapper .switcher .options ul.dropdown {
  right: 0;
}
.page-header .panel.wrapper .switcher .options ul.dropdown:before {
  left: auto;
  right: 10px;
}
.page-header .panel.wrapper .switcher .options ul.dropdown:after {
  left: auto;
  right: 9px;
}
.footer-links {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.footer-links .foot-col {
  float: left;
  width: 20%;
  padding: 0 10px 0 0;
  box-sizing: border-box;
  color: #232323;
}
.foot-col-title {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.foot-col-title span {
  display: inline-block;
  width: auto;
  vertical-align: top;
  font-size: 16px;
  line-height: 20px;
  font-family: 'DINPro-Bold';
  text-transform: uppercase;
  letter-spacing: 0.2px;
  margin: 0 0 12px;
}
.foot-col-inner {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 36px 0 30px;
}
.foot-col-content {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.foot-col-content ul.foot-links {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding: 0;
  margin: 0;
}
.foot-col-content ul.foot-links li {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 3px 0;
}
.foot-col-content ul.foot-links a {
  display: inline-block;
  width: auto;
  vertical-align: top;
  letter-spacing: 0.5px;
  font-size: 14px;
  color: #232323;
  text-decoration: none;
}
.foot-col-content ul.foot-links a:hover {
  color: #0041c0;
}
.foot-col-content ul.foot-links.social-links li {
  width: auto;
  margin: 0;
}
.foot-col-content ul.foot-links.social-links a {
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #ffffff;
  background: #232323;
  border-radius: 50%;
  font-size: 20px;
  margin: 0 10px 0 0;
}
.foot-col-content ul.foot-links.social-links a em {
  vertical-align: top;
  line-height: 40px;
  width: auto;
  text-align: center;
  padding: 0 11px;
}
.foot-col-content ul.foot-links.social-links a em.fa-facebook {
  padding: 0 8px 0 14px;
}
.newsletter-sec {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.newsletter-sec .block.newsletter {
  width: 100%;
  max-width: 100%;
}
#newsletter-validate-detail {
  border: none;
  border-radius: 0px;
  overflow: hidden;
}
#newsletter-validate-detail .field {
  max-width: calc((100% - 40px));
  width: 100%;
}
#newsletter-validate-detail .field .control {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
#newsletter-validate-detail .field .control:before {
  margin: 0;
  content: none;
}
#newsletter-validate-detail .field #newsletter {
  background: none;
  border: 1px solid #727272;
  height: 36px;
  box-sizing: border-box;
  line-height: 36px;
  margin: 0;
  padding: 0 8px;
  color: #232323;
  font-size: 12px;
  letter-spacing: 0.5px;
  border-radius: 5px 0 0 5px;
  border-right: none;
  box-shadow: none;
}
#newsletter-validate-detail .field #newsletter::placeholder {
  color: #232323;
  opacity: 1;
}
#newsletter-validate-detail .field #newsletter:-ms-input-placeholder {
  color: #232323;
}
#newsletter-validate-detail .field #newsletter::-ms-input-placeholder {
  color: #232323;
}
#newsletter-validate-detail .actions {
  width: 40px;
  float: right;
  margin: 0 -1px 0 0;
}
#newsletter-validate-detail .actions button.action {
  display: inline-block;
  width: 100%;
  padding: 0;
  vertical-align: top;
  height: 36px;
  background: #bdbdbd;
  border: 1px solid #727272;
  position: relative;
  border-left: none;
}
#newsletter-validate-detail .actions button.action:after {
  content: '\f105';
  font-family: 'FontAwesome';
  color: #ffffff;
  font-size: 24px;
}
#newsletter-validate-detail .actions button.action span {
  display: none;
  font-size: 0;
}
.foot-contact {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0 0 15px;
}
.foot-contact .foot-icon {
  float: left;
  width: 30px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  font-size: 18px;
}
.foot-contact .foot-icon img {
  display: inline-block;
  width: auto;
  vertical-align: top;
  max-width: 18px;
  margin: 3px 0;
}
.foot-contact .foot-cont {
  float: left;
  width: calc((100% - 40px));
  margin: 0 0 0 10px;
}
.foot-contact .foot-cont-title {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  line-height: 24px;
  font-size: 14px;
  font-family: 'DINPro-Medium';
  letter-spacing: 0.5px;
}
.foot-contact .foot-cont-info {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.foot-contact .foot-cont-info a {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  line-height: 24px;
  margin: 3px 0 0;
  color: #232323;
  letter-spacing: 0.2px;
  text-decoration: none;
}
.sidebar .widget.block:not(:last-child),
.sidebar .widget:not(:last-child) {
  margin-bottom: 40px;
}
.widget {
  clear: both;
}
.page-header .widget.block,
.page-footer .widget.block {
  margin: 20px 0;
}
.page-header .links .widget.block,
.page-footer .links .widget.block {
  margin: 0;
}
.ui-datepicker td {
  padding: 0;
}
.ui-tooltip {
  background: #ffffff;
  border: 1px solid #bbbbbb;
  padding: 10px;
}
.cms-home .page-main {
  max-width: 100%;
  padding: 0;
}
.cms-home .page-main .page.messages {
  padding: 0 20px;
}
.cms-home .home-cont-sections {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.home-cont-sec {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding: 20px 0 30px;
}
.home-cont-sec.home-cont-sec-2 {
  padding-bottom: 24px;
}
.home-cont-sec.home-new-launch-sec {
  padding-bottom: 24px;
}
.home-cont-sec.home-cont-sec-3 {
  padding-bottom: 18px;
}
.home-cont-sec.home-cont-sec-4 {
  padding-bottom: 15px;
}
.home-cont-sec.home-cont-sec-4 .home-sec-title {
  margin: 0 0 15px;
}
.home-cont-sec.home-cont-sec-4 .home-sec-title span {
  line-height: 60px;
}
.home-cont-sec.home-cont-sec-4 .home-sec-title.sec-second-title {
  margin: 20px 0 0;
}
.home-cont-sec.home-cont-sec-4 .home-sec-title.sec-second-title span {
  line-height: 30px;
}
.home-cont-sec.home-cont-sec-5 {
  padding-bottom: 20px;
}
.home-cont-sec.home-cont-sec-5 .home-sec-desc {
  padding: 0 10%;
  font-size: 15px;
  line-height: 28px;
}
.home-cont-sec.home-cont-sec-6 {
  padding: 20px 0 20px;
}
.home-cont-sec.home-top-banners {
  padding: 0;
}
.home-container {
  margin: 0 auto;
  max-width: 1540px;
  padding: 0 20px;
  box-sizing: border-box;
}
.home-cont {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.home-desktop-banners {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0;
}
.home-mobile-banners {
  display: none;
}
.home-info-blocks-list {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.home-info-block {
  display: inline-block;
  width: auto;
  padding: 0 0;
  margin: 0 2.2%;
  text-align: center;
}
.home-info-block.home-info-block-1 {
  max-width: 94px;
}
.home-info-block.home-info-block-2 {
  max-width: 136px;
}
.home-info-block.home-info-block-3 {
  max-width: 120px;
}
.home-info-block.home-info-block-4 {
  max-width: 76px;
}
.home-info-block.home-info-block-5 {
  max-width: 76px;
}
.home-info-block.home-info-block-6 {
  max-width: 70px;
}
.home-info-block.home-info-block-7 {
  max-width: 86px;
}
.home-info-block.home-info-block-8 {
  margin-left: 0;
  max-width: 60px;
}
.home-info-block.home-info-block-9 {
  max-width: 76px;
}
.home-info-block.home-info-block-10 {
  margin-right: 0;
  margin-left: 0px;
}
.home-info-block .term-info-cond {
  transform: rotate(-90deg);
}
.home-info-block .term-info-cond .term-details {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  line-height: 16px;
  font-size: 12px;
  color: #0041c0;
  letter-spacing: 0.5px;
  text-transform: capitalize;
  text-align: center;
  text-decoration: underline;
}
.home-sales-icon {
  display: inline-block;
  width: auto;
  margin: 0;
}
.home-sales-icon img {
  display: inline-block;
  width: auto;
  vertical-align: middle;
  max-height: 48px;
}
.home-info-cont {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  text-align: center;
}
.home-info-cont .info-title {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  font-size: 16px;
  text-transform: capitalize;
  letter-spacing: 0.2px;
  font-family: 'DINPro-Bold';
  color: #0041c0;
}
.home-info-cont .info-details {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  letter-spacing: 0.5px;
  font-size: 14px;
  line-height: 18px;
  font-family: 'DINPro-Medium';
}
.home-sec-title {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  text-align: center;
}
.home-sec-title span {
  display: inline-block;
  width: auto;
  vertical-align: top;
  font-size: 24px;
  font-family: 'DINPro-Bold';
  letter-spacing: 0.5px;
  line-height: 30px;
  color: #1f1f1f;
}
.home-sec-title span .count {
  display: none;
  width: auto;
  vertical-align: baseline;
  font-size: 12px;
  font-weight: normal;
  color: #919191;
  font-family: 'DINPro-Regular';
  line-height: 14px;
}
.home-sec-title img {
  display: inline-block;
  width: auto;
  max-height: 60px;
  vertical-align: middle;
  margin: 0 15px 0 0;
}
.home-sec-desc {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  text-align: center;
  padding: 0 18%;
  box-sizing: border-box;
  margin: 0 0 20px;
}
.home-sec-desc span {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  letter-spacing: 0.5px;
}
.home-sec-desc strong {
  font-weight: normal;
  font-family: "DINPro-Bold";
}
.home-support-blocks-list {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  text-align: center;
  margin: 15px 0 0;
}
.supp-block {
  display: inline-block;
  width: auto;
  vertical-align: top;
  max-width: 140px;
  margin: 10px;
}
.supp-block a {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.supp-block a:hover .supp-label {
  color: #585a5a;
}
.supp-block .supp-pic {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.supp-block .supp-pic img {
  max-width: 90px;
  display: inline-block;
  vertical-align: top;
  box-shadow: 5px 6px 30px rgba(0, 0, 0, 0.2);
  border: 1px solid #E1EBFF;
  border-radius: 10px;
}
.supp-block .supp-label {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 8px 0 0;
  font-size: 14px;
  letter-spacing: 0.5px;
  line-height: 20px;
  font-family: "DINPro-Medium";
}
.home-deal-pro-slider {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 16px 0 0;
}
.home-categories-banner {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  text-align: center;
  margin: 40px 0 20px;
}
.mirale-banner-sec {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.mirale-banner-sec a {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.mirale-banner-sec img {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  box-shadow: 11px 11px 51px rgba(0, 0, 0, 0.14);
}
.mirale-video-sec {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  position: relative;
  padding-bottom: 28%;
}
.mirale-video-sec iframe {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.mirale-slider-sec {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  box-sizing: border-box;
  padding: 20px 40px 10px;
  overflow: hidden;
  position: relative;
  margin: 0;
}
.mirale-slider-sec .miraie-products-carousel {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.mirale-slider-sec .owl-item {
  display: inline-block;
  vertical-align: top;
}
.mirale-slider-sec .owl-nav button span {
  left: -35px;
}
.mirale-slider-sec .owl-nav button.owl-next span {
  left: auto;
  right: -35px;
}
.mirale-slider-sec .product-item-info {
  width: 100%;
  margin: 0;
}
.mirale-slider-sec .products-grid .product-item {
  width: 100% !important;
  margin-bottom: 0;
  padding: 12px 6px !important;
}
.mirale-slider-sec .new-launch {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 4px 0;
}
.mirale-slider-sec .new-launch a {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  text-align: center;
  padding: 6px;
  box-sizing: border-box;
  position: relative;
}
.mirale-slider-sec .new-launch a .companyname {
  position: absolute;
  left: 0px;
  top: 18px;
  display: inline-block;
  width: auto;
  color: #fff;
  line-height: 32px;
  height: auto;
  text-align: center;
  margin: 0;
}
.mirale-slider-sec .new-launch a .companyname img {
  display: inline-block;
  width: auto;
  max-height: 40px;
  vertical-align: top;
  box-shadow: none;
  border-radius: 0;
}
.mirale-slider-sec .new-launch a .companyname.tag-2 {
  top: 62px;
}
.mirale-slider-sec .new-launch a .companyname.tag-3 {
  top: 104px;
}
.mirale-slider-sec .new-launch a .companyname.-extended-warranty,
.mirale-slider-sec .new-launch a .companyname.extended-warranty {
  top: 6px;
  left: auto;
  right: 16px;
}
.mirale-slider-sec .new-launch img {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  border-radius: 20px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}
.mirale-slider-sec .owl-dots {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  text-align: center;
}
.about-banner-sec {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  position: relative;
  margin: 20px 0;
}
.about-banner-sec img {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}
.about-banner-sec .banner-over-cont {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #ffffff;
}
.about-banner-sec .banner-over-cont span {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.about-banner-sec .banner-over-cont span.boc-top {
  font-size: 18px;
  font-family: 'DINPro-Medium';
}
.about-banner-sec .banner-over-cont span.boc-middle {
  font-size: 56px;
  font-family: 'DINPro-Bold';
  line-height: 50px;
}
.about-banner-sec .banner-over-cont span.boc-last {
  font-family: 'DINPro-Medium';
  font-size: 22px;
  line-height: 36px;
}
.home-buttons-bar {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 10px 0 0;
  text-align: center;
}
.home-buttons-bar a {
  display: inline-block;
  width: auto;
  vertical-align: top;
  background: #0041c0;
  color: #ffffff;
  padding: 0 30px;
  line-height: 42px;
  border-radius: 8px;
  font-size: 15px;
  letter-spacing: 0.5px;
  text-transform: capitalize;
  text-decoration: none;
}
.explore-category-slider-sec {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0;
  padding: 0 40px;
  box-sizing: border-box;
}
.explore-category-slider-sec .owl-nav button span {
  left: -35px;
}
.explore-category-slider-sec .owl-nav button.owl-next span {
  left: auto;
  right: -35px;
}
.home-cate-banner-sec {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 14px 0 0;
  padding: 6px;
  box-sizing: border-box;
}
.cate-block {
  float: left;
  width: 30.5%;
  box-sizing: border-box;
  padding: 6px;
}
.cate-block a {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  position: relative;
}
.cate-block.cate-block-1,
.cate-block.cate-block-6,
.cate-block.cate-block-11 {
  width: 38.83%;
}
.cate-block .cate-pic {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  border-radius: 26px;
  overflow: hidden;
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.2);
}
.cate-block .cate-pic img {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.cate-block .cate-info {
  display: inline-block;
  width: auto;
  vertical-align: top;
  position: absolute;
  top: auto;
  bottom: 30px;
  left: 30px;
  color: #000000;
}
.cate-block .cate-info.white-label {
  color: #fff;
}
.cate-block .cate-info .cate-title {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  font-family: 'DINPro-Bold';
  letter-spacing: 0.5px;
  font-size: 16px;
  text-transform: capitalize;
}
.cate-block .cate-info .cate-laebl {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  line-height: 18px;
}
.hometopcategory {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.hometopcategory-container {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
#top-product-element {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0;
}
#top-product-element .product-tab {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  text-align: center;
}
#top-product-element .products-name-list {
  display: inline-block;
  width: auto;
  vertical-align: top;
  margin: 0 5px;
}
#top-product-element .products-name-list a {
  display: inline-block;
  width: auto;
  vertical-align: top;
  color: #282828;
  letter-spacing: 0.2px;
  padding: 0 10px;
  line-height: 40px;
  border: 2px solid transparent;
  transition: all 0.5s ease;
  border-radius: 10px;
  cursor: pointer;
  font-family: "DINPro-Bold";
}
#top-product-element .products-name-list.active a {
  border-color: #0041c0;
  color: #0041c0;
  font-family: "DINPro-Bold";
}
#top-product-element .top-products {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0;
  padding: 0 40px;
  box-sizing: border-box;
}
#top-product-element .top-products .deal-offer-slide {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 20px 0 0;
}
#top-product-element .top-products .deal-offer-left-sec {
  float: left;
  width: 25%;
  padding: 6px;
  box-sizing: border-box;
}
#top-product-element .top-products .deal-offer-left-sec a {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  text-align: right;
}
#top-product-element .top-products .deal-offer-left-sec img {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  height: 812px;
  border-radius: 20px;
}
#top-product-element .top-products .deal-offer-right-sec {
  float: right;
  width: 75%;
}
#top-product-element .top-products .deal-offer-right-sec.full-width {
  width: 100%;
}
#top-product-element .top-products .deal-offer-right-sec.full-width .home-page-product-list {
  width: 25%;
}
#top-product-element .top-products .deal-offer-right-sec.full-width .home-page-product-list.desc-vertical-banner {
  width: 50%;
}
#top-product-element .top-products .deal-offer-right-sec.full-width .home-page-product-list.desc-vertical-banner a {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  text-align: center;
}
#top-product-element .top-products .deal-offer-right-sec.full-width .home-page-product-list.desc-vertical-banner img {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  height: 400px;
  border-radius: 20px;
}
#top-product-element .top-products .product-container {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  list-style: none;
  padding: 0;
  margin: 0;
}
#top-product-element .top-products .home-page-product-list {
  float: left;
  width: 33.33333%;
  padding: 6px;
  box-sizing: border-box;
  margin: 0;
}
#top-product-element .top-products .home-page-product-list.desc-vertical-banner {
  width: 66.666666%;
}
#top-product-element .top-products .home-page-product-list.desc-vertical-banner a {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  text-align: center;
}
#top-product-element .top-products .home-page-product-list.desc-vertical-banner img {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  height: 400px;
  border-radius: 20px;
}
#top-product-element .top-products .owl-nav button span {
  left: -35px;
}
#top-product-element .top-products .owl-nav button.owl-next span {
  left: auto;
  right: -35px;
}
#top-product-element .custom_addto_form {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.14);
  border-radius: 20px;
  padding: 15px;
  box-sizing: border-box;
  position: relative;
}
#top-product-element .custom_addto_form .product-wrapper {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
#top-product-element .custom_addto_form .product-wrapper-container {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
#top-product-element .custom_addto_form .discount-container {
  display: inline-block;
  width: auto;
  vertical-align: top;
  position: absolute;
  /*top: 15px;*/
  top: 47px;
  left: 12px;
  line-height: 18px;
  font-size: 12px;
  font-family: "DINPro-Bold";
  font-weight: normal;
  letter-spacing: 0px;
  text-transform: uppercase;
  color: #0041C0;
}
#top-product-element .custom_addto_form .companyname {
  position: absolute;
  left: -6px;
  top: 14px;
  display: inline-block;
  width: auto;
  color: #fff;
  line-height: 32px;
  height: auto;
  text-align: center;
}
#top-product-element .custom_addto_form .companyname img {
  display: inline-block;
  width: auto;
  max-height: 40px;
  vertical-align: top;
}
#top-product-element .custom_addto_form .companyname.tag-2 {
  top: 56px;
}
#top-product-element .custom_addto_form .companyname.tag-3 {
  top: 98px;
}
#top-product-element .custom_addto_form .companyname.-extended-warranty,
#top-product-element .custom_addto_form .companyname.extended-warranty {
  top: 0;
  left: auto;
  right: 12px;
}
#top-product-element .custom_addto_form .companyname.-extended-warranty ~ .pwc-content-wrapper .action.towishlist,
#top-product-element .custom_addto_form .companyname.extended-warranty ~ .pwc-content-wrapper .action.towishlist {
  top: 50px;
}
#top-product-element .custom_addto_form .companyname.-extended-warranty img,
#top-product-element .custom_addto_form .companyname.extended-warranty img {
  max-height: 48px;
}
#top-product-element .custom_addto_form .companyname + .discount-container {
  top: 47px;
}
#top-product-element .custom_addto_form .companyname.tag-1.-extended-warranty + .discount-container,
#top-product-element .custom_addto_form .companyname.tag-1.extended-warranty + .discount-container {
  /*top: 15px;*/
}
#top-product-element .custom_addto_form .pwc-img-wrapper {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 26px 0 0;
}
#top-product-element .custom_addto_form .pwc-img-wrapper a {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  text-align: center;
}
#top-product-element .custom_addto_form .pwc-img-wrapper img {
  display: inline-block;
  width: auto;
  vertical-align: top;
  max-height: 110px;
}
#top-product-element .custom_addto_form .pwc-content-wrapper {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
#top-product-element .custom_addto_form .pwc-content-wrapper .product-hover {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
#top-product-element .custom_addto_form .pwc-content-wrapper ul {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding: 0;
  list-style: none;
}
#top-product-element .custom_addto_form .pwc-content-wrapper li {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0;
}
#top-product-element .custom_addto_form .pwc-content-wrapper .actions.add-to-cart {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0;
}
#top-product-element .custom_addto_form .pwc-content-wrapper .action.tocart {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  text-align: center;
  padding: 0;
  border: none;
  border-radius: 12px;
  background: #0041c0;
  text-decoration: none;
  color: #ffffff;
  letter-spacing: 0.5px;
  line-height: 40px;
  font-family: 'DINPro-Regular';
  font-weight: normal;
  text-transform: capitalize;
}
#top-product-element .custom_addto_form .pwc-content-wrapper .action-secondry {
  float: right;
  width: auto;
}
#top-product-element .custom_addto_form .pwc-content-wrapper .action.towishlist {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 0px;
}
#top-product-element .custom_addto_form .pwc-content-wrapper .action.towishlist:before {
  content: " ";
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url('../../frontend/OM/Desktop/en_US/images/pdp-wishlist.svg') no-repeat scroll center / 24px;
  margin: 0;
}
#top-product-element .custom_addto_form .product-desc {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
#top-product-element .custom_addto_form .product-name {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 5px 0 0;
}
#top-product-element .custom_addto_form .product-name a {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  line-height: 16px;
  font-family: 'DINPro-Bold';
  font-weight: normal;
  letter-spacing: 0.5px;
  color: #282828;
  text-decoration: none;
  height: 36px;
  overflow: hidden;
  font-size: 14px;
}
#top-product-element .custom_addto_form .product-name a:hover {
  color: #0041c0;
}
#top-product-element .custom_addto_form .product-sku {
  float: left;
  width: 100%;
  margin: 0 0 3px;
  line-height: 14px;
}
#top-product-element .custom_addto_form .product-sku span {
  display: inline-block;
  width: auto;
  vertical-align: top;
  font-size: 11px;
  font-family: 'DINPro-Bold';
  color: #373737;
  font-weight: normal;
  letter-spacing: 0.5px;
}
#top-product-element .custom_addto_form .product-price {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
#top-product-element .custom_addto_form .price-box {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0 0 3px;
  line-height: 18px;
  height: 18px;
  overflow: hidden;
}
#top-product-element .custom_addto_form .price-box .price-label {
  display: none;
}
#top-product-element .custom_addto_form .price-box span {
  display: inline-block;
  width: auto;
  vertical-align: top;
  line-height: 18px;
}
#top-product-element .custom_addto_form .price-box span.price {
  font-size: 16px;
  margin: 0 6px 0 0;
  font-weight: normal;
  font-family: 'DINPro-Bold';
  color: #0041c0;
  letter-spacing: 0.5px;
  line-height: 18px;
}
#top-product-element .custom_addto_form .price-box span.old-price span.price {
  font-size: 12px;
  font-family: 'DINPro-Regular';
  color: #282828;
  text-decoration: line-through;
}
#top-product-element .custom_addto_form .price-box span.save-price {
  display: none;
}
#top-product-element .custom_addto_form .price-box span.mrp-incl {
  font-size: 10px;
  color: #232323;
  letter-spacing: 0;
  line-height: 11px;
  vertical-align: middle;
}
#top-product-element .custom_addto_form .offer-content-section {
  color: #000000;
  line-height: 18px;
  font-size: 12px;
  font-family: 'DINPro-Regular';
  min-height: 75px;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0 0 5px;
  font-weight: normal;
}
.featured-logo {
  display: flex;
  width: 100%;
  min-height: 32px;
  text-align: center;
  align-items: center;
  justify-content: center;
}
.featured-logo .top-feature-logo {
  float: left;
  width: 50%;
  vertical-align: top;
}
.featured-logo .bottom-feature-logo {
  float: right;
  width: 50%;
  vertical-align: top;
}
.featured-logo .feature-pic {
  display: inline-block;
  width: auto;
  padding: 0 4px;
  box-sizing: border-box;
  text-align: center;
  max-width: 25%;
}
.featured-logo .feature-pic img {
  display: inline-block !important;
  width: auto !important;
  vertical-align: middle;
  max-height: 30px;
}
.new-launch-slider-sec {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 18px 0 0;
  padding: 0 40px;
  box-sizing: border-box;
  position: relative;
}
.new-launch-slider-sec .new-launch {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 4px 0;
}
.new-launch-slider-sec .new-launch a {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  text-align: center;
  padding: 6px;
  box-sizing: border-box;
  position: relative;
}
.new-launch-slider-sec .new-launch a .companyname {
  position: absolute;
  left: 0px;
  top: 18px;
  display: inline-block;
  width: auto;
  color: #fff;
  line-height: 32px;
  height: auto;
  text-align: center;
}
.new-launch-slider-sec .new-launch a .companyname img {
  display: inline-block;
  width: auto;
  max-height: 40px;
  vertical-align: top;
  box-shadow: none;
  border-radius: 0;
}
.new-launch-slider-sec .new-launch a .companyname.tag-2 {
  top: 60px;
}
.new-launch-slider-sec .new-launch a .companyname.tag-3 {
  top: 102px;
}
.new-launch-slider-sec .new-launch a .companyname.-extended-warranty,
.new-launch-slider-sec .new-launch a .companyname.extended-warranty {
  top: 6px;
  left: auto;
  right: 20px;
}
.new-launch-slider-sec .new-launch img {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  border-radius: 20px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}
.new-launch-slider-sec .owl-dots {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  text-align: center;
}
.warranty-banner-sec {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 20px 0 0;
}
.warranty-banner-sec a {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.warranty-banner-sec img {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
/*======================Custom Css for Order success page======================*/
.checkout-onepage-success .page-title-wrapper {
  display: none;
}
.checkout-onepage-success .checkout-success {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  text-align: center;
  margin: 60px 0 0;
}
.checkout-onepage-success .order-success-top-sec {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.checkout-onepage-success .order-succ-pic {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0 0 20px;
}
.checkout-onepage-success .order-succ-pic .succ-pic {
  display: inline-block;
  width: 100px;
  height: 100px;
  vertical-align: top;
  background: url('../../frontend/OM/Desktop/en_US/images/success-arrow.png') no-repeat scroll center / cover;
}
.checkout-onepage-success .order-succ-title {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0 0 20px;
}
.checkout-onepage-success .order-succ-title h1 {
  display: inline-block;
  width: auto;
  vertical-align: top;
  margin: 0;
  font-size: 24px;
  font-weight: normal;
  font-family: "DINPro-Bold";
  color: #00A0C6;
  letter-spacing: 1px;
  line-height: 30px;
}
.checkout-onepage-success .order-succ-label {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0 0 10px;
}
.checkout-onepage-success .order-succ-label span {
  display: inline-block;
  width: 100%;
  max-width: 300px;
  font-size: 13px;
  letter-spacing: 0.5px;
  color: #000000;
  line-height: 20px;
}
.checkout-onepage-success .order-succ-bar {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.checkout-onepage-success .order-succ-bar .succ-bar {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  max-width: 360px;
  background: transparent linear-gradient(180deg, #e4e4e4 0%, #b9b9b9 100%) 0% 0% no-repeat padding-box;
  height: 28px;
  border-radius: 14px;
}
.checkout-onepage-success .order-succ-table-sec {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.checkout-onepage-success .order-succ-table {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  max-width: 340px;
  background: #F6F6F7;
  margin: -12px 0 0;
  border-top: 12px solid #fff;
  padding: 15px 20px;
  box-sizing: border-box;
}
.checkout-onepage-success .order-succ-col {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  border-bottom: 1px solid #919191;
}
.checkout-onepage-success .order-succ-col .order-label {
  float: left;
  width: 50%;
  text-align: left;
  color: #282828;
  font-size: 13px;
  letter-spacing: 0.5px;
  line-height: 40px;
}
.checkout-onepage-success .order-succ-col .order-value {
  float: right;
  width: 50%;
  text-align: right;
  font-size: 14px;
  line-height: 40px;
  font-family: "DINPro-Bold";
  letter-spacing: 1px;
  color: #282828;
}
.checkout-onepage-success .order-succ-col .order-value p {
  margin: 0;
  display: none;
}
.checkout-onepage-success .actions-toolbar {
  display: inline-block;
  width: 70%;
  vertical-align: top;
  margin: 30px 0;
  padding-bottom: 50px;
  border-bottom: 1px dashed #919191;
  text-align: center;
}
.checkout-onepage-success .actions-toolbar .primary {
  float: none;
  display: inline-block;
  width: auto;
  vertical-align: top;
}
.checkout-onepage-success .actions-toolbar .primary a.action.primary {
  padding: 0 20px;
  border: 1px solid #0041C0;
  line-height: 40px;
  margin: 0 10px;
  font-weight: normal;
  letter-spacing: 0.5px;
  font-size: 13px;
  background: #fff;
  color: #0041C0;
  border-radius: 6px;
  box-sizing: border-box;
  height: 40px;
}
.checkout-onepage-success .actions-toolbar .secondry {
  float: none;
  display: inline-block;
  width: auto;
}
.checkout-onepage-success .actions-toolbar .secondry a.action.secondry {
  padding: 0 20px;
  line-height: 40px;
  height: 40px;
  background: #0041C0;
  color: #ffffff;
  border-radius: 6px;
  text-decoration: none;
  box-sizing: border-box;
}
.checkout-onepage-success #registration {
  display: none;
}
.checkout-onepage-success .order-succ-review-sec {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.checkout-onepage-success .order-succ-form-sec {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  max-width: 380px;
}
.checkout-onepage-success .order-form-sidepic {
  float: left;
  width: 90px;
  margin: 0 20px 0 0;
}
.checkout-onepage-success .order-form-sidepic .form-sidepic {
  display: inline-block;
  width: 90px;
  height: 90px;
  vertical-align: top;
  background: url(../../frontend/OM/Desktop/en_US/images/order-form-side.png) no-repeat scroll center / cover;
}
.checkout-onepage-success .order-form-cont {
  float: left;
  width: calc((100% - 110px));
  text-align: left;
}
.checkout-onepage-success .order-form-cont .order-form-title {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  font-size: 14px;
  font-family: "DINPro-Bold";
  letter-spacing: 0.5px;
  line-height: 30px;
  color: #282828;
}
.checkout-onepage-success .order-form-cont .order-form-label {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  font-size: 13px;
  color: #282828;
  line-height: 20px;
  letter-spacing: 0.5px;
}
.checkout-onepage-success .order-form-cont .actions-toolbar {
  width: auto;
  margin: 10px 0 0;
  padding: 0;
  border: none;
}
.checkout-onepage-success .order-form-cont .actions-toolbar .primary a.action.primary {
  margin: 0;
}
body.checkout-onepage-success._has-modal {
  overflow: visible;
}
/*======================Custom Css for Unsubscribe page======================*/
#customer-unsubscribe-section .row {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 40px 0;
}
#customer-unsubscribe-section .col-md-8 {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
}
#customer-unsubscribe-section form#addData {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  background: #f8f8f8;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 10px;
}
#customer-unsubscribe-section form#addData .fieldset {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0;
}
#customer-unsubscribe-section form#addData .legend {
  text-align: center;
  border: none;
  margin: 0 0 8px;
  padding: 0 0 8px;
  line-height: 40px;
  font-size: 20px;
  font-weight: normal;
  font-family: "DINPro-Bold";
  letter-spacing: 1px;
  color: #282828;
}
#customer-unsubscribe-section form#addData .field {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0 0 15px;
}
#customer-unsubscribe-section form#addData .field .label {
  width: 100%;
  vertical-align: top;
  margin: 0 0 5px;
  line-height: 24px;
  font-size: 13px;
  font-weight: normal;
  letter-spacing: 0.5px;
  color: #282828;
  font-family: "DINPro-Medium";
}
#customer-unsubscribe-section form#addData .field .control {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
#customer-unsubscribe-section form#addData .field input {
  height: 40px;
  line-height: 40px;
  border: 1px solid #919191;
  border-radius: 6px;
  padding: 0 12px;
  color: #282828;
  font-size: 13px;
  letter-spacing: 0.5px;
  box-shadow: none;
  font-family: "DINPro-Regular";
}
#customer-unsubscribe-section form#addData .actions-toolbar {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  text-align: center;
  margin: 5px 0 0;
}
#customer-unsubscribe-section form#addData .actions-toolbar .primary {
  width: 100%;
}
#customer-unsubscribe-section form#addData .actions-toolbar button.action.submit {
  width: auto;
  float: none;
  margin: 0;
  padding: 0 30px;
  border: none;
  line-height: 40px;
  font-weight: normal;
  letter-spacing: 1px;
  text-transform: capitalize;
  background: #0041c0;
  font-size: 14px;
  font-family: "DINPro-Regular";
  border-radius: 6px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /*======================Custom Css for header======================*/
  body .header.content {
    padding: 15px 20px;
  }
  .header .logo img {
    height: 28px;
    width: auto;
    margin: 3px 0 0;
  }
  .header .location-container {
    margin-left: 12px;
  }
  .header .block-search {
    width: 200px;
  }
  .header .block-search input {
    padding-right: 30px;
    padding-left: 12px;
  }
  .header .block-search .action.search {
    right: 2px;
  }
  .nav-sections .navigation ul li.level0 {
    padding: 0 5px 0 2px;
  }
  .nav-sections .navigation ul li.level0 a.level-top {
    font-size: 11px;
    letter-spacing: 0.1px;
  }
  .nav-sections .navigation ul li.level0 #desktop-menu-icon {
    width: 14px;
    height: 14px;
    background-size: 14px;
    margin: 15px 0;
  }
  .nav-sections .navigation ul li.level0 .megamenu-list .menu-list a {
    font-size: 12px;
    margin: 3px 0;
  }
  .nav-sections .navigation ul li.level0 .desktop-menu-list a {
    font-size: 12px;
    margin: 2px 0;
  }
  /*======================Custom Css for footer content======================*/
  .foot-col-title span {
    font-size: 14px;
    line-height: 18px;
    margin: 0 0 8px;
  }
  .foot-col-content ul.foot-links a {
    font-size: 12px;
    line-height: 18px;
  }
  .foot-col-content ul.foot-links li {
    line-height: 18px;
  }
  .foot-col-content ul.foot-links.social-links a {
    margin: 5px;
  }
  .foot-contact .foot-icon {
    width: 20px;
  }
  .foot-contact .foot-cont {
    width: calc((100% - 30px));
    margin: 0 0 0 5px;
  }
  .foot-contact .foot-cont-info a {
    font-size: 12px;
    word-wrap: break-word;
  }
  /*======================Custom Css for home page content======================*/
  .home-cont-sec.home-cont-sec-5 .home-sec-desc {
    padding: 0 4%;
  }
  .home-info-block {
    margin: 0 1.1%;
  }
  .home-info-block.home-info-block-1 {
    max-width: 68px;
  }
  .home-info-block.home-info-block-2 {
    max-width: 100px;
  }
  .home-info-block.home-info-block-3 {
    max-width: 88px;
  }
  .home-info-block.home-info-block-4 {
    max-width: 58px;
  }
  .home-info-block.home-info-block-5 {
    max-width: 56px;
  }
  .home-info-block.home-info-block-6 {
    max-width: 45px;
  }
  .home-info-block.home-info-block-7 {
    max-width: 64px;
  }
  .home-info-block.home-info-block-8 {
    max-width: 60px;
  }
  .home-info-block.home-info-block-9 {
    max-width: 58px;
  }
  .home-info-block .term-info-cond .term-details {
    line-height: 13px;
    font-size: 10px;
  }
  .home-info-cont .info-details {
    font-size: 11px;
    letter-spacing: 0.1px;
  }
  #top-product-element .top-products {
    padding: 0 25px;
  }
  #top-product-element .top-products .deal-offer-left-sec img {
    height: 662px;
    border-radius: 12px;
  }
  #top-product-element .top-products .deal-offer-right-sec.full-width .home-page-product-list.desc-vertical-banner img {
    height: 325px;
    border-radius: 12px;
  }
  #top-product-element .top-products .home-page-product-list.desc-vertical-banner img {
    height: 325px;
    border-radius: 12px;
  }
  #top-product-element .custom_addto_form {
    padding: 8px;
    border-radius: 12px;
  }
  #top-product-element .custom_addto_form .product-name a {
    font-size: 12px;
    height: 32px;
    line-height: 16px;
  }
  #top-product-element .custom_addto_form .product-sku {
    line-height: 14px;
    margin: 2px 0 0;
  }
  #top-product-element .custom_addto_form .product-sku span {
    font-size: 9px;
  }
  #top-product-element .custom_addto_form .price-box {
    margin: 0;
    line-height: 18px;
    height: 32px;
  }
  #top-product-element .custom_addto_form .price-box span {
    line-height: 18px;
  }
  #top-product-element .custom_addto_form .price-box span.price {
    font-size: 13px;
    line-height: 18px;
  }
  #top-product-element .custom_addto_form .price-box span.old-price span.price {
    font-size: 11px;
  }
  #top-product-element .custom_addto_form .price-box span.mrp-incl {
    font-size: 8px;
    float: left;
  }
  #top-product-element .custom_addto_form .offer-content-section {
    font-size: 9px;
    line-height: 14px;
    min-height: 70px;
  }
  #top-product-element .custom_addto_form .pwc-img-wrapper {
    margin: 32px 0 0;
  }
  #top-product-element .custom_addto_form .pwc-img-wrapper img {
    max-height: 65px;
  }
  #top-product-element .custom_addto_form .pwc-content-wrapper .action.tocart {
    font-size: 13px;
    line-height: 30px;
  }
  #top-product-element .custom_addto_form .pwc-content-wrapper .action.towishlist {
    right: 6px;
  }
  #top-product-element .custom_addto_form .discount-container {
    /*top: 8px;*/
    top: 30px;
    left: 6px;
    line-height: 14px;
    font-size: 10px;
  }
  #top-product-element .custom_addto_form .companyname {
    left: -5px;
    top: 8px;
    line-height: 28px;
  }
  #top-product-element .custom_addto_form .companyname img {
    max-height: 28px;
  }
  #top-product-element .custom_addto_form .companyname.tag-2 {
    top: 40px;
  }
  #top-product-element .custom_addto_form .companyname.tag-3 {
    top: 72px;
  }
  #top-product-element .custom_addto_form .companyname.-extended-warranty,
  #top-product-element .custom_addto_form .companyname.extended-warranty {
    right: 6px;
    top: 0;
  }
  #top-product-element .custom_addto_form .companyname.-extended-warranty img,
  #top-product-element .custom_addto_form .companyname.extended-warranty img {
    max-height: 34px;
  }
  #top-product-element .custom_addto_form .companyname.-extended-warranty ~ .pwc-content-wrapper .action.towishlist,
  #top-product-element .custom_addto_form .companyname.extended-warranty ~ .pwc-content-wrapper .action.towishlist {
    top: 34px;
  }
  #top-product-element .custom_addto_form .companyname + .discount-container {
    top: 30px;
  }
  #top-product-element .custom_addto_form .companyname.tag-1.-extended-warranty + .discount-container,
  #top-product-element .custom_addto_form .companyname.tag-1.extended-warranty + .discount-container {
    /*top: 8px;*/
  }
  .featured-logo {
    min-height: 22px;
  }
  .featured-logo .feature-pic {
    line-height: 20px;
  }
  .featured-logo .feature-pic img {
    max-height: 20px;
  }
  .new-launch-slider-sec {
    padding: 0px 25px;
  }
  .new-launch-slider-sec .new-launch a .companyname {
    left: 2px;
    top: 10px;
    line-height: 28px;
  }
  .new-launch-slider-sec .new-launch a .companyname img {
    max-height: 28px;
  }
  .new-launch-slider-sec .new-launch a .companyname.tag-2 {
    top: 44px;
  }
  .new-launch-slider-sec .new-launch a .companyname.tag-3 {
    top: 74px;
  }
  .new-launch-slider-sec .new-launch a .companyname.-extended-warranty,
  .new-launch-slider-sec .new-launch a .companyname.extended-warranty {
    right: 13px;
    top: 6px;
  }
  .new-launch-slider-sec .new-launch img {
    border-radius: 12px;
  }
  .mirale-video-sec iframe {
    max-height: 360px;
  }
  .mirale-slider-sec {
    padding: 25px 25px 10px;
  }
  .mirale-slider-sec .new-launch a .companyname {
    left: 2px;
    top: 10px;
    line-height: 28px;
  }
  .mirale-slider-sec .new-launch a .companyname img {
    max-height: 28px;
  }
  .mirale-slider-sec .new-launch a .companyname.tag-2 {
    top: 42px;
  }
  .mirale-slider-sec .new-launch a .companyname.tag-3 {
    top: 74px;
  }
  .mirale-slider-sec .new-launch a .companyname.-extended-warranty,
  .mirale-slider-sec .new-launch a .companyname.extended-warranty {
    right: 13px;
    top: 6px;
  }
  .mirale-slider-sec .new-launch img {
    border-radius: 12px;
  }
  .cate-block .cate-pic {
    border-radius: 12px;
  }
  .explore-category-slider-sec {
    padding: 0 25px;
  }
  .home-sec-desc {
    padding: 0 10%;
  }
  .supp-block {
    max-width: 110px;
    margin: 10px 4px;
  }
  .supp-block .supp-pic img {
    max-width: 70px;
  }
  .supp-block .supp-label {
    font-size: 12px;
    letter-spacing: 0.2px;
  }
  .about-banner-sec .banner-over-cont span.boc-top {
    font-size: 15px;
  }
  .about-banner-sec .banner-over-cont span.boc-middle {
    font-size: 46px;
    line-height: 44px;
  }
  .about-banner-sec .banner-over-cont span.boc-last {
    font-size: 18px;
    line-height: 30px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  /*======================Custom Css for Header======================*/
  .nav-sections .navigation ul li.level0 {
    padding: 0 1.15%;
  }
  .nav-sections .navigation ul li.level0 a.level-top {
    font-size: 13px;
    letter-spacing: 0.3px;
  }
  /*======================Custom Css for footer======================*/
  .foot-col-content ul.foot-links.social-links a {
    margin: 5px 10px 5px 0;
  }
  .foot-col-content ul.foot-links a {
    font-size: 13px;
  }
  .foot-contact .foot-cont-info a {
    font-size: 13px;
    word-wrap: break-word;
  }
  /*======================Custom Css for home page======================*/
  .home-info-block {
    margin: 0 1.8%;
  }
  .home-info-block.home-info-block-1 {
    max-width: 84px;
  }
  .home-info-block.home-info-block-2 {
    max-width: 120px;
  }
  .home-info-block.home-info-block-3 {
    max-width: 106px;
  }
  .home-info-block.home-info-block-4 {
    max-width: 70px;
  }
  .home-info-block.home-info-block-5 {
    max-width: 68px;
  }
  .home-info-block.home-info-block-6 {
    max-width: 60px;
  }
  .home-info-block.home-info-block-7 {
    max-width: 78px;
  }
  .home-info-block.home-info-block-8 {
    max-width: 60px;
  }
  .home-info-block.home-info-block-9 {
    max-width: 70px;
  }
  .home-info-cont .info-details {
    letter-spacing: 0.2px;
    font-size: 13px;
  }
  #top-product-element .custom_addto_form .pwc-img-wrapper {
    margin: 30px 0 0;
  }
  #top-product-element .custom_addto_form .pwc-img-wrapper img {
    max-height: 80px;
  }
  #top-product-element .custom_addto_form .discount-container {
    left: 10px;
    line-height: 16px;
    font-size: 11px;
    /*top: 14px;*/
    top: 38px;
  }
  #top-product-element .custom_addto_form .offer-content-section {
    min-height: 95px;
  }
  #top-product-element .custom_addto_form .companyname img {
    max-height: 32px;
  }
  #top-product-element .custom_addto_form .companyname.tag-2 {
    top: 48px;
  }
  #top-product-element .custom_addto_form .companyname.tag-3 {
    top: 82px;
  }
  #top-product-element .custom_addto_form .companyname.-extended-warranty,
  #top-product-element .custom_addto_form .companyname.extended-warranty {
    right: 13px;
    top: 0;
  }
  #top-product-element .custom_addto_form .companyname.-extended-warranty img,
  #top-product-element .custom_addto_form .companyname.extended-warranty img {
    max-height: 44px;
  }
  #top-product-element .custom_addto_form .companyname + .discount-container {
    top: 38px;
  }
  #top-product-element .custom_addto_form .companyname.tag-1.-extended-warranty + .discount-container,
  #top-product-element .custom_addto_form .companyname.tag-1.extended-warranty + .discount-container {
    /*top: 14px;*/
  }
  #top-product-element .product-name a {
    font-size: 12px;
  }
  #top-product-element .top-products .deal-offer-left-sec img {
    height: 790px;
  }
  #top-product-element .top-products .deal-offer-right-sec.full-width .home-page-product-list.desc-vertical-banner img {
    height: 389px;
  }
  #top-product-element .top-products .home-page-product-list.desc-vertical-banner img {
    height: 389px;
  }
  .featured-logo {
    min-height: 27px;
  }
  .featured-logo .feature-pic {
    line-height: 25px;
  }
  .featured-logo .feature-pic img {
    max-height: 25px;
  }
  .new-launch-slider-sec .new-launch a .companyname {
    left: 2px;
    top: 14px;
    line-height: 28px;
  }
  .new-launch-slider-sec .new-launch a .companyname img {
    max-height: 28px;
  }
  .new-launch-slider-sec .new-launch a .companyname.tag-2 {
    top: 48px;
  }
  .new-launch-slider-sec .new-launch a .companyname.tag-3 {
    top: 80px;
  }
  .new-launch-slider-sec .new-launch a .companyname.-extended-warranty,
  .new-launch-slider-sec .new-launch a .companyname.extended-warranty {
    right: 16px;
    top: 6px;
  }
  .mirale-video-sec iframe {
    max-height: 420px;
  }
  .mirale-slider-sec .new-launch a .companyname {
    left: 2px;
    top: 14px;
    line-height: 28px;
  }
  .mirale-slider-sec .new-launch a .companyname img {
    max-height: 28px;
  }
  .mirale-slider-sec .new-launch a .companyname.tag-2 {
    top: 48px;
  }
  .mirale-slider-sec .new-launch a .companyname.tag-3 {
    top: 82px;
  }
  .mirale-slider-sec .new-launch a .companyname.-extended-warranty,
  .mirale-slider-sec .new-launch a .companyname.extended-warranty {
    right: 16px;
    top: 6px;
  }
}
@media only screen and (min-width: 1201px) and (max-width: 1280px) {
  /*======================Custom Css for Header======================*/
  .nav-sections .navigation ul li.level0 {
    padding: 0 1.55%;
  }
}
.my-credit-cards .status {
  font-style: italic;
}
.my-credit-cards .action.delete {
  background-image: none;
  -moz-box-sizing: content-box;
  box-shadow: none;
  line-height: inherit;
  text-shadow: none;
  font-weight: 400;
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #006bb4;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
.my-credit-cards .action.delete:focus,
.my-credit-cards .action.delete:active {
  background: none;
  border: none;
}
.my-credit-cards .action.delete:hover {
  background: none;
  border: none;
}
.my-credit-cards .action.delete.disabled,
.my-credit-cards .action.delete[disabled],
fieldset[disabled] .my-credit-cards .action.delete {
  pointer-events: none;
  opacity: 0.5;
}
.my-credit-cards .action.delete:visited {
  color: #006bb4;
  text-decoration: none;
}
.my-credit-cards .action.delete:hover {
  color: #006bb4;
  text-decoration: underline;
}
.my-credit-cards .action.delete:active {
  color: #ff5501;
  text-decoration: underline;
}
.my-credit-cards .action.delete:hover,
.my-credit-cards .action.delete:active,
.my-credit-cards .action.delete:focus {
  background: none;
  border: 0;
}
.my-credit-cards .action.delete.disabled,
.my-credit-cards .action.delete[disabled],
fieldset[disabled] .my-credit-cards .action.delete {
  color: #006bb4;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.my-credit-cards-popup .modal-footer {
  text-align: right;
}
.my-credit-cards-popup .action.secondary {
  background-image: none;
  -moz-box-sizing: content-box;
  box-shadow: none;
  line-height: inherit;
  text-shadow: none;
  font-weight: 400;
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #006bb4;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  margin-right: 20px;
}
.my-credit-cards-popup .action.secondary:focus,
.my-credit-cards-popup .action.secondary:active {
  background: none;
  border: none;
}
.my-credit-cards-popup .action.secondary:hover {
  background: none;
  border: none;
}
.my-credit-cards-popup .action.secondary.disabled,
.my-credit-cards-popup .action.secondary[disabled],
fieldset[disabled] .my-credit-cards-popup .action.secondary {
  pointer-events: none;
  opacity: 0.5;
}
.my-credit-cards-popup .action.secondary:visited {
  color: #006bb4;
  text-decoration: none;
}
.my-credit-cards-popup .action.secondary:hover {
  color: #006bb4;
  text-decoration: underline;
}
.my-credit-cards-popup .action.secondary:active {
  color: #ff5501;
  text-decoration: underline;
}
.my-credit-cards-popup .action.secondary:hover,
.my-credit-cards-popup .action.secondary:active,
.my-credit-cards-popup .action.secondary:focus {
  background: none;
  border: 0;
}
.my-credit-cards-popup .action.secondary.disabled,
.my-credit-cards-popup .action.secondary[disabled],
fieldset[disabled] .my-credit-cards-popup .action.secondary {
  color: #006bb4;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.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-social-links .action.towishlist:before,
.block-bundle-summary .action.towishlist:before,
.product-item .action.towishlist:before,
.table-comparison .action.towishlist:before {
  content: '\e600';
}
.account .table-wrapper .data.table.wishlist > thead > tr > th,
.account .table-wrapper .data.table.wishlist > tbody > tr > th,
.account .table-wrapper .data.table.wishlist > tfoot > tr > th,
.account .table-wrapper .data.table.wishlist > thead > tr > td,
.account .table-wrapper .data.table.wishlist > tbody > tr > td,
.account .table-wrapper .data.table.wishlist > tfoot > tr > td {
  border-top: 1px solid #cccccc;
}
.account .table-wrapper .data.table.wishlist > caption + thead > tr:first-child > th,
.account .table-wrapper .data.table.wishlist > colgroup + thead > tr:first-child > th,
.account .table-wrapper .data.table.wishlist > thead:first-child > tr:first-child > th,
.account .table-wrapper .data.table.wishlist > caption + thead > tr:first-child > td,
.account .table-wrapper .data.table.wishlist > colgroup + thead > tr:first-child > td,
.account .table-wrapper .data.table.wishlist > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.account .table-wrapper .data.table.wishlist > tbody + tbody {
  border-top: 1px solid #cccccc;
}
.account .table-wrapper .data.table.wishlist thead > tr > th {
  border-bottom: 0;
}
.account .table-wrapper .data.table.wishlist tbody > tr:last-child > td {
  border-bottom: 1px solid #cccccc;
}
.account .table-wrapper .data.table.wishlist .product.name {
  display: inline-block;
  margin-bottom: 10px;
}
.account .table-wrapper .data.table.wishlist .box-tocart {
  margin: 10px 0;
}
.account .table-wrapper .data.table.wishlist .box-tocart .qty {
  vertical-align: middle;
}
.account .table-wrapper .data.table.wishlist .col.item {
  width: 50%;
}
.account .table-wrapper .data.table.wishlist .col.photo {
  max-width: 150px;
}
.account .table-wrapper .data.table.wishlist .col.selector {
  max-width: 15px;
}
.account .table-wrapper .data.table.wishlist textarea {
  margin: 10px 0;
}
.account .table-wrapper .data.table.wishlist .input-text.qty {
  margin-bottom: 10px;
}
.account .table-wrapper .data.table.wishlist .action.primary {
  vertical-align: top;
}
.account .table-wrapper .data.table.wishlist .price {
  font-weight: 700;
}
.link.wishlist .counter {
  color: #7d7d7d;
  white-space: nowrap;
}
.link.wishlist .counter:before {
  content: '(';
}
.link.wishlist .counter:after {
  content: ')';
}
.block-wishlist .product-item-name {
  margin-right: 25px;
}
.products-grid.wishlist .product-item {
  margin-left: 2%;
  width: calc((100% - 4%) / 3);
}
.products-grid.wishlist .product-item:nth-child(3n + 1) {
  margin-left: 0;
}
.products-grid.wishlist .product-item-photo {
  display: block;
  margin-bottom: 10px;
}
.products-grid.wishlist .product-item-name {
  margin-top: 0;
}
.products-grid.wishlist .product-item .price-box {
  margin: 0;
}
.products-grid.wishlist .product-item-comment {
  display: block;
  height: 42px;
  margin: 10px 0;
}
.products-grid.wishlist .product-item-actions > * {
  margin-right: 15px;
}
.products-grid.wishlist .product-item-actions > *:last-child {
  margin-right: 0;
}
.products-grid.wishlist .product-item-actions .action.edit,
.products-grid.wishlist .product-item-actions .action.delete {
  display: inline-block;
  text-decoration: none;
}
.products-grid.wishlist .product-item-actions .action.edit > span,
.products-grid.wishlist .product-item-actions .action.delete > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.products-grid.wishlist .product-item-actions .action.edit:before,
.products-grid.wishlist .product-item-actions .action.delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 20px;
  color: #757575;
  content: '\e601';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.products-grid.wishlist .product-item-actions .action.edit:hover:before,
.products-grid.wishlist .product-item-actions .action.delete:hover:before {
  color: #333333;
}
.products-grid.wishlist .product-item-actions .action.edit:active:before,
.products-grid.wishlist .product-item-actions .action.delete:active:before {
  color: #757575;
}
.products-grid.wishlist .product-item-actions .action.delete:before {
  content: '\e604';
}
.block-banners .banner-item,
.block-banners-inline .banner-item {
  display: block;
}
.block-banners .banner-item-content,
.block-banners-inline .banner-item-content {
  margin-bottom: 20px;
}
.block-banners .banner-item-content img,
.block-banners-inline .banner-item-content img {
  display: block;
  margin: 0 auto;
}
.columns .block-event {
  position: relative;
  z-index: 2;
}
.block-event .block-content {
  position: relative;
}
.block-event .block-content > .action {
  cursor: pointer;
  margin-top: -6px;
  position: absolute;
  top: 50%;
  z-index: 3;
}
.block-event .block-content > .action.backward,
.block-event .block-content > .action.forward {
  opacity: .5;
  overflow: hidden;
  width: 20px;
  display: inline-block;
  text-decoration: none;
}
.block-event .block-content > .action.backward > span,
.block-event .block-content > .action.forward > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.block-event .block-content > .action.backward:before,
.block-event .block-content > .action.forward:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 55px;
  line-height: 30px;
  color: inherit;
  content: '\e617';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block-event .block-content > .action.backward:before,
.block-event .block-content > .action.forward:before {
  margin-left: -15px;
}
.block-event .block-content > .action.backward {
  left: 0;
}
.block-event .block-content > .action.forward {
  right: 0;
}
.block-event .block-content > .action.forward:before {
  content: '\e608';
}
.block-event .block-content > .action.forward:before {
  margin-left: -20px;
}
.block-event .block-content > .action.inactive {
  cursor: default;
  display: none;
}
.block-event .block-content > .action:hover {
  opacity: 1;
}
.block-event .slider-panel {
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.block-event .slider-panel .slider {
  white-space: nowrap;
}
.block-event .slider-panel .slider .item {
  background: #f0f0f0;
  display: inline-block;
  text-align: center;
  vertical-align: top;
  white-space: normal;
  width: 16.35%;
}
.sidebar-main .block-event .slider-panel .slider .item,
.sidebar-additional .block-event .slider-panel .slider .item {
  width: 100%;
}
.block-event .slider-panel .slider .item img {
  max-width: 100%;
}
.block-event .slider-panel .slider .item .category-name {
  display: inline-block;
  font-size: 1.8rem;
  padding: 15px 5px 0;
  word-break: break-all;
}
.block-event .slider-panel .slider .item .ticker {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.block-event .slider-panel .slider .item .ticker li {
  display: none;
  margin: 0 5px;
}
.block-event .slider-panel .slider .item .ticker .value {
  font-size: 2.6rem;
  font-weight: 300;
}
.block-event .slider-panel .slider .item .ticker .label {
  display: block;
  font-size: 1.3rem;
}
.block-event .slider-panel .slider .item .dates {
  font-weight: 300;
}
.block-event .slider-panel .slider .item .dates .start,
.block-event .slider-panel .slider .item .dates .end,
.block-event .slider-panel .slider .item .dates .date {
  display: block;
}
.block-event .slider-panel .slider .item .dates .start:after {
  font-size: 1.8rem;
  content: '\2013';
  display: block;
}
.block-event .slider-panel .slider .item .dates .date {
  font-size: 1.8rem;
  font-weight: 300;
}
.block-event .slider-panel .slider .item .dates .time {
  font-size: 1.3rem;
}
.block-event .slider-panel .slider .item .box-event .box-content {
  padding: 5px 0 10px;
}
.block-event .slider-panel .slider .item .box-event .box-title {
  display: block;
  font-weight: 300;
  margin: 10px 0 0;
}
.block-event .slider-panel .slider .item .action.show {
  display: block;
  padding: 0;
}
.block-event .slider-panel .slider .item .action.show .category.name {
  display: inline-block;
  padding: 30px 10px 0;
}
.block-event .slider-panel .slider .item .action.show img {
  display: block;
}
.block-event .slider-panel .slider .item .action.event {
  background-image: none;
  background: #1979c3;
  border: 1px solid #1979c3;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  padding: 7px 15px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  margin-top: 15px;
}
.block-event .slider-panel .slider .item .action.event:focus,
.block-event .slider-panel .slider .item .action.event:active {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
.block-event .slider-panel .slider .item .action.event:hover {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
.block-event .slider-panel .slider .item .action.event.disabled,
.block-event .slider-panel .slider .item .action.event[disabled],
fieldset[disabled] .block-event .slider-panel .slider .item .action.event {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.block-event .slider-panel .slider .item .action.event:hover {
  text-decoration: none;
}
.block-static-block.widget,
.block-cms-link.widget {
  margin-bottom: 20px;
}
.links .block-static-block.widget,
.links .block-cms-link.widget {
  margin-bottom: 0;
}
.block-cms-link-inline.widget {
  margin: 0;
}
.block-wishlist-search .form-wishlist-search {
  margin: 20px 0 0;
}
.block-cms-hierarchy-link.widget {
  display: block;
  margin-bottom: 20px;
}
.block-cms-hierarchy-link-inline.widget {
  margin: 0;
}
.sidebar .block-addbysku .fieldset {
  margin: 0;
}
.sidebar .block-addbysku .fieldset .fields {
  position: relative;
}
.sidebar .block-addbysku .fieldset .fields .field {
  display: inline-block;
  margin-bottom: 10px;
  vertical-align: top;
}
.sidebar .block-addbysku .fieldset .fields .field.sku {
  margin-right: -85px;
  padding-right: 90px;
  width: 100%;
}
.sidebar .block-addbysku .fieldset .fields .field.qty .qty + .mage-error {
  width: 80px;
}
.sidebar .block-addbysku .fieldset .fields .actions-toolbar {
  position: absolute;
  right: 0;
  top: 7px;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar {
  margin-bottom: 20px;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar .primary {
  text-align: left;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar .primary .action {
  width: auto;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar .secondary {
  float: none;
  text-align: left;
}
.sidebar .block-addbysku .action.add {
  display: inline-block;
  text-decoration: none;
  line-height: normal;
  padding: 4px;
  width: auto;
}
.sidebar .block-addbysku .action.add > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sidebar .block-addbysku .action.add:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: inherit;
  color: inherit;
  content: '\e61c';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.sidebar .block-addbysku .action.add:hover:before {
  color: inherit;
}
.sidebar .block-addbysku .action.add:active:before {
  color: inherit;
}
.sidebar .block-addbysku .action.links {
  display: inline-block;
  margin: 20px 0 0;
}
.sidebar .block-addbysku .action.reset {
  display: block;
  margin: 10px 0;
}
.sidebar .block-addbysku .action.remove {
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
}
.sidebar .block-addbysku .action.remove > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sidebar .block-addbysku .action.remove:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: inherit;
  color: #999999;
  content: '\e616';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.sidebar .block-addbysku .action.remove:hover:before {
  color: inherit;
}
.sidebar .block-addbysku .action.remove:active:before {
  color: inherit;
}
.sidebar .block-addbysku .action.remove:focus,
.sidebar .block-addbysku .action.remove:active {
  background: none;
  border: none;
}
.sidebar .block-addbysku .action.remove:hover {
  background: none;
  border: none;
}
.sidebar .block-addbysku .action.remove.disabled,
.sidebar .block-addbysku .action.remove[disabled],
fieldset[disabled] .sidebar .block-addbysku .action.remove {
  pointer-events: none;
  opacity: 0.5;
}
.block-product-link.widget,
.block-category-link.widget {
  display: block;
  margin-bottom: 20px;
}
.block-product-link-inline.widget {
  margin: 0;
}
.block.widget .products-grid .product-item {
  margin-left: 2%;
  width: calc((100% - 2%) / 2);
}
.block.widget .products-grid .product-item:nth-child(2n + 1) {
  margin-left: 0;
}
.block.widget .product-item-info {
  width: auto;
}
.block.widget .pager {
  padding: 0;
}
.block.widget .pager .toolbar-amount {
  float: none;
  font-size: 1.2rem;
}
.block.widget .pager .pages-item-previous {
  padding-left: 0;
}
.block.widget .pager .pages-item-next {
  position: relative;
}
.block.widget .pager .items {
  white-space: nowrap;
}
@media only screen and (max-width: 768px) {
  .field-tooltip .field-tooltip-content {
    right: -10px;
    top: 40px;
    left: auto;
  }
}
@media only screen and (max-width: 767px) {
  .abs-visually-hidden-mobile-m {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-mobile-m:before,
  .abs-add-clearfix-mobile-m:after,
  .account .column.main .block:not(.widget) .block-title:before,
  .account .column.main .block:not(.widget) .block-title:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-mobile-m:after,
  .account .column.main .block:not(.widget) .block-title:after {
    clear: both;
  }
  .abs-toggling-title-mobile,
  .block-wishlist-management .wishlist-select .wishlist-name,
  .block-collapsible-nav .title {
    border-top: 1px solid #cccccc;
    cursor: pointer;
    margin-bottom: 0;
    position: relative;
    border-bottom: 1px solid #cccccc;
    padding: 10px 40px 10px 15px;
    display: block;
    text-decoration: none;
  }
  .block-wishlist-management .wishlist-select .wishlist-name:after,
  .block-collapsible-nav .title:after {
    position: absolute;
    right: 20px;
    top: 10px;
  }
  .abs-toggling-title-mobile:after,
  .block-wishlist-management .wishlist-select .wishlist-name:after,
  .block-collapsible-nav .title:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    margin: 3px 0 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .abs-toggling-title-mobile.active:after,
  .block-wishlist-management .wishlist-select .wishlist-name.active:after,
  .block-collapsible-nav .title.active:after {
    content: '\e621';
  }
  .abs-icon-add-mobile,
  .block-wishlist-management .wishlist-add.item .add {
    display: block;
    text-decoration: none;
  }
  .abs-icon-add-mobile:before,
  .block-wishlist-management .wishlist-add.item .add:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    line-height: 10px;
    color: inherit;
    content: '\e61c';
    font-family: 'luma-icons';
    margin: 0 5px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .abs-checkout-tooltip-content-position-top-mobile,
  .field-tooltip .field-tooltip-content {
    right: -10px;
    top: 40px;
    left: auto;
  }
  .field-tooltip .field-tooltip-content:before,
  .field-tooltip .field-tooltip-content:after {
    border: 10px solid transparent;
    height: 0;
    width: 0;
    margin-top: -21px;
    right: 10px;
    left: auto;
    top: 0;
  }
  .field-tooltip .field-tooltip-content:before {
    border-bottom-color: #666666;
  }
  .field-tooltip .field-tooltip-content:after {
    border-bottom-color: #f4f4f4;
    top: 1px;
  }
  .navigation,
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-main,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .account .page-main,
  .cms-privacy-policy .page-main {
    padding-top: 41px;
    position: relative;
  }
  .navigation {
    padding: 0;
  }
  .navigation .parent .level-top {
    position: relative;
    display: block;
    text-decoration: none;
  }
  .navigation .parent .level-top:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 42px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .parent .level-top:after {
    position: absolute;
    right: 7px;
    top: -8px;
  }
  .navigation .parent .level-top.ui-state-active:after {
    content: '\e621';
  }
  .nav-sections {
    -webkit-overflow-scrolling: touch;
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    -ms-transition: left 0.3s;
    transition: left 0.3s;
    height: 100%;
    left: -80%;
    left: calc(-1 * (100% - 54px));
    overflow: auto;
    position: fixed;
    top: 0;
    width: 80%;
    width: calc(100% - 54px);
  }
  .nav-sections .switcher {
    border-top: 1px solid #d1d1d1;
    font-size: 1.6rem;
    font-weight: 700;
    margin: 0;
    padding: .8rem 3.5rem .8rem 2rem;
  }
  .nav-sections .switcher .label {
    display: block;
    margin-bottom: 5px;
  }
  .nav-sections .switcher:last-child {
    border-bottom: 1px solid #d1d1d1;
  }
  .nav-sections .switcher-trigger strong {
    position: relative;
    display: block;
    text-decoration: none;
  }
  .nav-sections .switcher-trigger strong:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 42px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .nav-sections .switcher-trigger strong:after {
    position: absolute;
    right: -40px;
    top: -16px;
  }
  .nav-sections .switcher-trigger.active strong:after {
    content: '\e621';
  }
  .nav-sections .switcher-dropdown {
    margin: 0;
    padding: 0;
    list-style: none none;
    display: none;
    padding: 10px 0;
  }
  .nav-sections .switcher-options.active .switcher-dropdown {
    display: block;
  }
  .nav-sections .header.links {
    margin: 0;
    padding: 0;
    list-style: none none;
    border-bottom: 1px solid #d1d1d1;
  }
  .nav-sections .header.links li {
    font-size: 1.6rem;
    margin: 0;
  }
  .nav-sections .header.links li.greet.welcome {
    border-top: 1px solid #d1d1d1;
    font-weight: 700;
    padding: 0.8rem 15px;
  }
  .nav-sections .header.links li > a {
    border-top: 1px solid #d1d1d1;
  }
  .nav-sections .header.links a,
  .nav-sections .header.links a:hover {
    color: #575757;
    text-decoration: none;
    display: block;
    font-weight: 700;
    padding: 0.8rem 15px;
  }
  .nav-sections .header.links .header.links {
    border: 0;
  }
  .nav-before-open {
    height: 100%;
    overflow-x: hidden;
    width: 100%;
  }
  .nav-before-open .page-wrapper {
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    -ms-transition: left 0.3s;
    transition: left 0.3s;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: relative;
  }
  .nav-before-open body {
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
  }
  .nav-open .page-wrapper {
    left: 80%;
    left: calc(100% - 54px);
  }
  .nav-open .nav-sections {
    -webkit-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    -ms-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    left: 0;
    z-index: 99;
  }
  .nav-open .nav-toggle:after {
    background: rgba(0, 0, 0, 0.7);
    content: '';
    display: block;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1;
  }
  .nav-sections-items {
    position: relative;
    z-index: 1;
  }
  .nav-sections-items:before,
  .nav-sections-items:after {
    content: '';
    display: table;
  }
  .nav-sections-items:after {
    clear: both;
  }
  .nav-sections-item-title {
    background: #e3e3e3;
    border: solid #d7d7d7;
    border-width: 0 0 1px 1px;
    box-sizing: border-box;
    float: left;
    height: 71px;
    padding-top: 24px;
    text-align: center;
    width: 33.33%;
  }
  .nav-sections-item-title.active {
    background: transparent;
    border-bottom: 0;
  }
  .nav-sections-item-title .nav-sections-item-switch:hover {
    text-decoration: none;
  }
  .nav-sections-item-content {
    box-sizing: border-box;
    float: right;
    margin-left: -100%;
    margin-top: 71px;
    width: 100%;
    padding: 25px 0;
  }
  .nav-sections-item-content:before,
  .nav-sections-item-content:after {
    content: '';
    display: table;
  }
  .nav-sections-item-content:after {
    clear: both;
  }
  .nav-sections-item-content.active {
    display: block;
  }
  .navigation {
    background: #f0f0f0;
    box-sizing: border-box;
  }
  .navigation ul {
    margin: 0;
    padding: 0;
  }
  .navigation li {
    margin: 0;
  }
  .navigation a {
    display: block;
    padding-top: 10px;
    padding-right: 0;
    padding-bottom: 10px;
    padding-left: 15px;
  }
  .navigation a,
  .navigation a:hover {
    color: #575757;
    text-decoration: none;
  }
  .navigation .level0 {
    border-top: 1px solid #d1d1d1;
    font-size: 1.6rem;
  }
  .navigation .level0 > .level-top {
    font-weight: 700;
    padding: 8px 40px 8px 15px;
    text-transform: uppercase;
    word-wrap: break-word;
  }
  .navigation .level0 > .level-top:hover {
    color: #333333;
  }
  .navigation .level0.active .all-category .ui-state-focus {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
    color: #333333;
    padding-left: 7px;
    display: inline-block;
  }
  .navigation .level0 > .level1 {
    font-weight: 600;
  }
  .navigation .level0.active > a:not(.ui-state-active),
  .navigation .level0.has-active > a:not(.ui-state-active) {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
    color: #333333;
  }
  .navigation .level0.active > a:not(.ui-state-active) span:not(.ui-menu-icon),
  .navigation .level0.has-active > a:not(.ui-state-active) span:not(.ui-menu-icon) {
    margin-left: -8px;
  }
  .navigation li.level0:last-child {
    border-bottom: 1px solid #d1d1d1;
  }
  .navigation .submenu > li {
    word-wrap: break-word;
  }
  .navigation .submenu > li > a:hover {
    color: #333333;
  }
  .navigation .submenu:not(:first-child) {
    font-weight: 400;
    line-height: 1.3;
    left: auto !important;
    overflow-x: hidden;
    padding: 0;
    position: relative;
    top: auto !important;
    transition: left 0.3s ease-out;
  }
  .navigation .submenu:not(:first-child) > li > a {
    padding-left: 15px;
  }
  .navigation .submenu:not(:first-child) > li:last-child {
    margin-bottom: 0;
  }
  .navigation .submenu:not(:first-child) ul {
    display: block;
    padding-left: 15px;
  }
  .navigation .submenu:not(:first-child) ul > li {
    margin: 0;
  }
  .navigation .submenu:not(:first-child) ul > li a {
    color: #575757;
    display: block;
    line-height: normal;
  }
  .navigation .submenu:not(:first-child) ul > li a:hover {
    color: #333333;
  }
  .navigation .submenu:not(:first-child).expanded {
    display: block !important;
    padding-right: 0;
    top: 0 !important;
  }
  .navigation .submenu:not(:first-child) .active > a {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
    color: #333333;
    padding-left: 7px;
  }
  .navigation .submenu:not(:first-child) .level1.active > a {
    padding-left: 7px;
  }
  .product.data.items .item.title > .switch {
    padding: 1px 15px 1px;
  }
  .product.data.items > .item.content {
    padding: 10px 15px 30px;
  }
  .breadcrumbs {
    /*display: none;*/
    position: fixed;
    top: 79px;
    width: 100%;
    box-sizing: border-box;
    border-bottom: 1px solid #e2e2e2;
    padding: 0 10px;
    height: 22px;
    margin: 0;
    background: #fff;
    z-index: 2;
  }
  .modal-popup.modal-slide {
    left: 44px;
    z-index: 900;
  }
  .modal-popup.modal-slide._show .modal-inner-wrap {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .modal-popup.modal-slide .modal-inner-wrap {
    height: 100%;
    overflow-y: auto;
    position: static;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    width: auto;
  }
  .modal-popup.modal-slide .modal-inner-wrap {
    margin: 0;
    max-height: none;
  }
  .custom-slide {
    bottom: 0;
    left: 0;
    min-width: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0s .3s, opacity .3s ease;
    transition: visibility 0s .3s, opacity .3s ease;
    left: 44px;
    z-index: 900;
  }
  .custom-slide._show {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
  }
  .custom-slide._show .modal-inner-wrap {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .custom-slide .modal-inner-wrap {
    background-color: #ffffff;
    box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
    opacity: 1;
    pointer-events: auto;
  }
  .custom-slide._show .modal-inner-wrap {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .custom-slide .modal-inner-wrap {
    height: 100%;
    overflow-y: auto;
    position: static;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    width: auto;
  }
  .custom-slide._show {
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .custom-slide .modal-inner-wrap {
    background-color: #f4f4f4;
    box-sizing: border-box;
    height: auto;
    min-height: 100%;
  }
  body._has-modal-custom {
    height: 100vh;
    overflow: hidden;
    width: 100vw;
  }
  body._has-modal-custom .modal-custom-overlay {
    background-color: rgba(51, 51, 51, 0.55);
  }
  .modal-popup {
    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: 14px;
    font-weight: 700;
  }
  .lac-notification {
    padding: 5px 0;
  }
  .lac-notification .lac-notification-icon {
    display: none;
  }
  .lac-notification .lac-notification-text,
  .lac-notification .lac-notification-links {
    float: none;
    padding: 5px 0;
    text-align: center;
  }
  .filter-content .filter-current .am-show-more {
    display: none !important;
  }
  .filter-content .active .am-show-more {
    display: block !important;
    margin-bottom: 10px;
  }
  .modal-popup.custom-promo-popup-modal {
    width: 300px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .modal-popup.custom-promo-popup-modal .modal-inner-wrap {
    height: auto;
    position: relative;
    top: 40%;
  }
  .modal-popup.custom-promo-popup-modal._show .modal-inner-wrap {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .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%;
  }
  .ajax-login-form .mobile-modal-content .ajax-login-conten .page_title .txthead {
    font-size: 18px;
    line-height: 30px;
  }
  .ajax-login-form .mobile-modal-content .ajax-login-conten .page_title .txtp {
    font-size: 14px;
    line-height: 24px;
  }
  .ajax-login-form .mobile-modal-content #ajaxotplogin .login-window .otp-content {
    padding: 0 10px;
  }
  .ajax-login-form .mobile-modal-content #ajaxotplogin .login-window .info span.title {
    font-size: 14px;
    line-height: 24px;
  }
  .ajax-login-form .mobile-modal-content #ajaxotplogin .login-window .model-bottom .mobbtn {
    line-height: 36px;
    height: 36px;
    font-size: 12px !important;
  }
  .block-cart-failed .block-title {
    margin: 0 20px 20px;
  }
  .catalog-product-view .column.main {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .catalog-product-view .product.media {
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1;
  }
  .block.related .action.select {
    display: block;
    margin: 5px 0;
  }
  .compare,
  .product-addto-links .action.tocompare,
  .product-item-actions .actions-secondary > .action.tocompare {
    display: none;
  }
  .block-search {
    margin-top: 10px;
  }
  .cart-container .form-cart .actions.main {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
  .cart-container .form-cart .actions.main .clear,
  .cart-container .form-cart .actions.main .continue {
    margin: 0 0 25px 0;
  }
  .cart-discount {
    border-bottom: 1px solid #cccccc;
  }
  .cart.table-wrapper {
    border-top: 1px solid #cccccc;
  }
  .cart.table-wrapper thead .col.item,
  .cart.table-wrapper thead .col.qty,
  .cart.table-wrapper thead .col.price,
  .cart.table-wrapper thead .col.subtotal,
  .cart.table-wrapper thead .col.msrp {
    display: none;
  }
  .cart.table-wrapper .col.qty,
  .cart.table-wrapper .col.price,
  .cart.table-wrapper .col.subtotal,
  .cart.table-wrapper .col.msrp {
    box-sizing: border-box;
    display: block;
    float: left;
    white-space: nowrap;
    width: 33%;
  }
  .cart.table-wrapper .col.qty[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: 600;
    padding-bottom: 10px;
  }
  .cart.table-wrapper .col.msrp {
    white-space: normal;
  }
  .cart.table-wrapper .item .col.item {
    padding-bottom: 0;
  }
  .cart.table-wrapper tbody > tr > td:last-child {
    border: 0;
  }
  .cart-totals {
    padding-left: 15px;
    padding-right: 15px;
  }
  .cart-totals .table-wrapper {
    border-top: 0;
  }
  .cart-totals .totals tbody > tr:not(:last-child) > td:last-child {
    border: 0;
  }
  .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: left;
  }
  .minicart-wrapper {
    margin-top: 10px;
  }
  .minicart-wrapper:before,
  .minicart-wrapper:after {
    content: '';
    display: table;
  }
  .minicart-wrapper:after {
    clear: both;
  }
  .minicart-wrapper .product .actions {
    float: left;
    margin: 10px 0 0 0;
  }
  .minicart-wrapper .update-cart-item {
    float: right;
    margin-left: 0;
  }
  .checkout-index-index .modal-popup .modal-footer .action-save-address {
    width: 100%;
  }
  .checkout-index-index .modal-popup .modal-footer .action-hide-popup {
    margin-top: 20px;
  }
  .field-tooltip .field-tooltip-content {
    right: -10px;
    top: 40px;
    left: auto;
  }
  .checkout-payment-method .payment-methods {
    margin: 0 -15px;
  }
  .checkout-payment-method .step-title {
    padding-left: 15px;
    padding-right: 15px;
  }
  .checkout-payment-method .payment-method-title {
    padding: 15px;
  }
  .checkout-payment-method .payment-method-content {
    padding: 0 15px 20px;
  }
  .checkout-payment-method .checkout-billing-address .action-cancel {
    margin-top: 10px;
  }
  .checkout-payment-method .payment-option {
    margin: 0 -15px;
  }
  .checkout-payment-method .payment-option .payment-option-title {
    padding: 15px;
  }
  .checkout-payment-method .payment-option .payment-option-content {
    padding: 0 15px 20px;
  }
  .login-container .fieldset:after {
    text-align: center;
  }
  .account .messages {
    margin-bottom: 0;
  }
  .account .column.main .block:not(.widget) .block-title > .action {
    float: right;
    margin-top: 5px;
  }
  .account .column.main .block:not(.widget) .block-content .box {
    margin-bottom: 20px;
  }
  .account .column.main .block:not(.widget) .block-content .box:last-child {
    margin-bottom: 0;
  }
  .control.captcha-image .captcha-img {
    display: block;
    margin-bottom: 10px;
  }
  .customer-account-index .page-title-wrapper {
    position: relative;
  }
  .form.search.advanced .field.price .with-addon .input-text {
    flex-basis: auto;
    width: 100%;
  }
  .cart-discount .giftcard .content {
    padding-bottom: 35px;
  }
  .cart-discount .actions-toolbar .secondary {
    bottom: 17px;
  }
  .field.open-amount {
    width: 100%;
  }
  .page-product-giftcard .product-info-main .product-info-stock-sku {
    display: block;
    padding-left: 10px;
    text-align: left;
  }
  .gift-message .actions-toolbar .action-update {
    font-size: 2rem;
    padding: 15px;
    width: 100%;
  }
  .gift-item-block {
    border-top: 1px solid #c1c1c1;
    border-bottom: 0;
  }
  .gift-item-block .title:after {
    font-size: 1.2rem;
    position: absolute;
    right: 20px;
    top: 10px;
  }
  .gift-item-block .content {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .cart.table-wrapper .gift-content {
    border-top: 1px solid #c1c1c1;
    margin-right: -15px;
    overflow: hidden;
    padding-left: 15px;
    padding-right: 15px;
  }
  .cart .action-gift {
    display: inline-block;
    text-decoration: none;
  }
  .cart .action-gift > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .cart .action-gift:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 20px;
    color: #757575;
    content: '\e62a';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .cart .action-gift:hover:after {
    color: #333333;
  }
  .cart .action-gift:active:after {
    color: #757575;
  }
  .cart .action-gift._active {
    border: 1px solid #c1c1c1;
    border-bottom-color: #ffffff;
    margin: -5px 14px -1px -15px;
    padding: 4px 10px 9px 14px;
  }
  .cart .action-gift._active:after {
    color: #333333;
  }
  .gift-options-cart-item + .towishlist {
    left: 0;
    position: absolute;
  }
  .cart.table-wrapper .action-giftregistry {
    display: inline-block;
    text-decoration: none;
  }
  .cart.table-wrapper .action-giftregistry > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .cart.table-wrapper .action-giftregistry:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 20px;
    color: #757575;
    content: '\e62b';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .cart.table-wrapper .action-giftregistry:hover:before {
    color: #333333;
  }
  .cart.table-wrapper .action-giftregistry:active:before {
    color: #757575;
  }
  .gift-options-cart-item .gift-wrapping,
  .cart-gift-item .gift-wrapping {
    border-bottom: 1px solid #c1c1c1;
    margin-bottom: 20px;
    padding-bottom: 10px;
  }
  .gift-wrapping-list {
    width: 100%;
  }
  .gift-wrapping-summary + .gift-message-summary {
    padding-right: 0;
  }
  .gift-options-cart-item {
    float: left;
    width: 100%;
  }
  .gift-wrapping-preview img {
    width: 100%;
  }
  .item-actions .actions-toolbar .gift-options .gift-wrapping,
  .item-actions .actions-toolbar .gift-options .gift-message {
    display: block;
  }
  .product-add-form .table-wrapper.grouped {
    margin-left: -15px;
    margin-right: -15px;
  }
  .product-add-form .table-wrapper.grouped .table.data.grouped tr td {
    padding: 5px 10px 5px 15px;
  }
  body.filter-active .page-header {
    display: none;
  }
  body.filter-active .page-wrapper {
    height: 0;
    margin-top: -999999em;
    visibility: hidden;
  }
  body.filter-active .columns {
    z-index: 999;
  }
  .filter.active {
    position: relative;
    visibility: visible;
    z-index: 99;
  }
  .filter.active .filter-options-item:last-child {
    margin-bottom: 40px;
  }
  .filter.active .filter-title {
    border-bottom: 1px solid #cccccc;
    height: 48px;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 2;
  }
  .filter.active .filter-title strong {
    box-shadow: none;
    background: none;
    border: 0;
    color: transparent;
    left: auto;
    right: 3px;
    top: 10px;
    display: inline-block;
    text-decoration: none;
  }
  .filter.active .filter-title strong:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: inherit;
    color: #7d7d7d;
    content: '\e616';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .filter.active .filter-subtitle {
    background: #ffffff;
    display: block;
    height: 50px;
    left: 0;
    line-height: 32px;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1;
  }
  .filter.active .filter-options {
    background: #ffffff;
    bottom: 0;
    display: block;
    left: 0;
    overflow: scroll;
    position: fixed;
    right: 0;
    top: 50px;
    z-index: 10;
  }
  .filter .filter-subtitle {
    font-size: 20px;
    font-weight: 300;
  }
  .filter-actions {
    margin: -35px -10px 25px;
  }
  .filter-options-content {
    padding: 5px 10px;
  }
  .filter .filter-current {
    border: solid #cccccc;
    border-width: 1px 0;
    margin: 5px -10px 0;
  }
  .filter .filter-current .items {
    display: none;
  }
  .filter .filter-current-subtitle {
    position: relative;
    text-transform: uppercase;
    z-index: 1;
    display: block;
    text-decoration: none;
  }
  .filter .filter-current-subtitle:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 13px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .filter .filter-current-subtitle:before {
    position: absolute;
    right: 10px;
    top: 10px;
  }
  .filter .filter-current-subtitle:after {
    color: #7d7d7d;
    content: ' (' attr(data-count) ')';
    font-size: .9em;
  }
  .filter .filter-current.active {
    padding-bottom: 30px;
  }
  .filter .filter-current.active .block-subtitle:before {
    content: '\e621';
  }
  .filter .filter-current.active .items {
    display: block;
  }
  .filter .filter-current.active + .block-actions {
    display: block;
  }
  .filter .filter-current + .block-actions {
    display: none;
  }
  .filter-no-options .filter-title:before {
    background: rgba(255, 255, 255, 0.5);
    content: '';
    display: block;
    height: 40px;
    left: 0;
    margin-top: -60px;
    position: relative;
    width: 75px;
    z-index: 99;
  }
  .filter-no-options .filter-content {
    margin-bottom: 20px;
  }
  .page-with-filter .columns .sidebar-main {
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0;
  }
  .map-popup {
    max-width: 100%;
  }
  .map-old-price,
  .map-show-info {
    display: inline-block;
  }
  .map-old-price:not(:last-child),
  .map-show-info:not(:last-child) {
    margin-bottom: 10px;
  }
  .block-wishlist-management {
    clear: both;
    margin-top: -21px;
  }
  .block-wishlist-management .wishlist-select {
    margin: 0 -15px 20px;
  }
  .block-wishlist-management .wishlist-select .wishlist-name {
    font-size: 1.6rem;
  }
  .block-wishlist-management .wishlist-select-items {
    border-bottom: 1px solid #cccccc;
    background: #f5f5f5;
    display: none;
    padding: 15px 0;
  }
  .block-wishlist-management .wishlist-select-items.active {
    display: block;
  }
  .block-wishlist-management .wishlist-select-items .item {
    margin: 3px 0 0;
  }
  .block-wishlist-management .wishlist-select-items .item:first-child {
    margin-top: 0;
  }
  .block-wishlist-management .wishlist-select-items .item.current {
    display: none;
  }
  .block-wishlist-management .wishlist-select-items .item a {
    color: #333333;
    display: block;
    padding: 5px 18px;
    text-decoration: none;
  }
  .block-wishlist-management .wishlist-select-items .item a:hover {
    background: #e8e8e8;
  }
  .block-wishlist-management .wishlist-title strong {
    font-size: 2.6rem;
  }
  .block-wishlist-management .wishlist-info {
    margin-bottom: 15px;
  }
  .block-wishlist-management .wishlist-toolbar-select,
  .block-wishlist-management .wishlist-toolbar-actions {
    margin-bottom: 15px;
  }
  .products-grid.wishlist .product-item-checkbox {
    left: 0;
    position: absolute;
    top: 20px;
  }
  .page-multiple-wishlist .products-grid.wishlist .product-item-photo {
    margin-left: 25px;
  }
  .page-multiple-wishlist .products-grid.wishlist .product-item-name,
  .page-multiple-wishlist .products-grid.wishlist .product-item-description,
  .page-multiple-wishlist .products-grid.wishlist .product-item .price-box,
  .page-multiple-wishlist .products-grid.wishlist .product-item-tooltip {
    margin-left: 115px;
  }
  .products-grid.wishlist .wishlist-dropdown {
    display: none;
  }
  .multishipping-checkout-success .nav-toggle {
    display: block;
  }
  .multishipping-checkout-success .logo {
    margin-left: 40px;
  }
  .multicheckout .actions-toolbar > .primary {
    margin-right: 0;
  }
  .block.newsletter input {
    font-size: 12px;
    padding-left: 30px;
  }
  .block.newsletter .field .control:before {
    font-size: 13px;
  }
  .order-pager-wrapper .toolbar-amount {
    left: inherit;
    position: relative;
    text-align: center;
    top: inherit;
  }
  .order-pager-wrapper .pages {
    text-align: center;
  }
  .order-pager-wrapper .action.previous,
  .order-pager-wrapper .action.next {
    margin: 0;
  }
  .form.send.friend .fieldset {
    padding-bottom: 5px;
  }
  .form.send.friend .action.remove {
    margin-left: 0;
    right: 0;
    top: 100%;
  }
  .block-collapsible-nav {
    left: 0;
    position: absolute;
    top: -21px;
    width: 100%;
    z-index: 5;
  }
  .block-collapsible-nav .content {
    border-bottom: 1px solid #cccccc;
    display: none;
  }
  .block-collapsible-nav .content.active {
    display: block;
  }
  .customer-name,
  .customer-welcome + .authorization-link {
    display: none;
  }
  .nav-sections .switcher-trigger strong:after {
    font-size: 1.6rem;
    right: -25px;
    top: -2px;
  }
  .navigation .parent .level-top:after {
    font-size: 1.6rem;
    right: 10px;
    top: 7px;
  }
  .page-footer .footer.content .switcher-store {
    background: #3c3c3c;
    font-size: 1.6rem;
    margin: 0 -15px;
  }
  .page-footer .footer.content .switcher-store .switcher-options {
    display: block;
  }
  .page-footer .footer.content .switcher-store .switcher-options ul.dropdown {
    background: none;
    border: 0;
    box-shadow: none;
    margin: 0;
    position: relative;
  }
  .page-footer .footer.content .switcher-store .switcher-options ul.dropdown:before,
  .page-footer .footer.content .switcher-store .switcher-options ul.dropdown:after {
    display: none;
  }
  .page-footer .footer.content .switcher-store .switcher-options .switcher-trigger,
  .page-footer .footer.content .switcher-store .switcher-options .switcher-option {
    border-top: 1px solid #cecece;
    display: block;
    padding: 10px 20px;
  }
  .page-footer .footer.content .switcher-store .switcher-options .switcher-trigger strong {
    padding: 10px 0;
  }
  .page-footer .footer.content .switcher-store .switcher-options .switcher-option a {
    padding: 0;
  }
  .logo {
    margin-bottom: 13px;
    margin-top: 4px;
  }
  .cms-page-view .page-main {
    padding-top: 0;
    position: relative;
  }
  .products-grid.wishlist {
    margin-bottom: 30px;
    margin-right: 0;
  }
  .products-grid.wishlist .product-item {
    padding: 20px 0 20px 0;
    position: relative;
  }
  .products-grid.wishlist .product-item-photo {
    float: left;
    margin-right: 20px;
  }
  .products-grid.wishlist .product-item-name {
    font-size: 1.6rem;
  }
  .products-grid.wishlist .product-item-actions {
    display: block;
    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,
  .products-grid.wishlist .product-item-actions .action.delete {
    margin-top: 7px;
  }
  .products-grid.wishlist .product-item-name,
  .products-grid.wishlist .product-item-description,
  .products-grid.wishlist .product-item .price-box,
  .products-grid.wishlist .product-item-tooltip {
    margin-left: 95px;
  }
  .products-grid.wishlist .product-item .box-tocart {
    float: left;
    margin-right: 20px;
  }
  .products-grid.wishlist .product-item .box-tocart .stock {
    margin-top: 7px;
  }
  .products-grid.wishlist .product-item .giftregisty-dropdown,
  .products-grid.wishlist .product-item .field.qty {
    display: none;
  }
  .products-grid.wishlist .product-image-container {
    max-width: 80px;
  }
  .wishlist-index-index .product-item {
    width: 100%;
  }
  .wishlist-index-index .product-item-info {
    width: auto;
  }
  .cart.table-wrapper .towishlist {
    display: inline-block;
    text-decoration: none;
  }
  .cart.table-wrapper .towishlist > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .cart.table-wrapper .towishlist:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 20px;
    color: #757575;
    content: '\e600';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .cart.table-wrapper .towishlist:hover:before {
    color: #333333;
  }
  .cart.table-wrapper .towishlist:active:before {
    color: #757575;
  }
  .cart.table-wrapper .towishlist:before {
    overflow: visible;
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 2%) / 2);
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item:nth-child(2n + 1) {
    margin-left: 0;
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item-photo {
    display: block;
    position: relative;
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item-details {
    margin: 0;
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item-info {
    text-align: center;
  }
  .braintree-applepay-container-product {
    display: block;
  }
  .braintree-applepay-container-product .braintree-apple-pay-button {
    width: 100%;
  }
}
@media only screen and (max-width: 639px) {
  .abs-visually-hidden-mobile,
  .table-downloadable-products .col.title:before,
  .table-giftregistry-items .col.product:before {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-mobile:before,
  .abs-add-clearfix-mobile:after,
  .abs-checkout-order-review tbody > tr:before,
  .abs-checkout-order-review tbody > tr:after,
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:before,
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:after,
  .table-giftregistry-items .col.product:before,
  .table-giftregistry-items .col.product:after,
  .multicheckout.order-review .data.table tbody > tr:before,
  .multicheckout.order-review .data.table tbody > tr:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-mobile:after,
  .abs-checkout-order-review tbody > tr:after,
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:after,
  .table-giftregistry-items .col.product:after,
  .multicheckout.order-review .data.table tbody > tr:after {
    clear: both;
  }
  .multicheckout.order-review .data.table tbody > tr:not(:last-child) {
    border-bottom: 1px solid #cccccc;
  }
  .multicheckout.order-review .data.table tbody > tr > td.col.item:before {
    display: none;
  }
  .multicheckout.order-review .data.table tbody > tr > td.col.qty,
  .multicheckout.order-review .data.table tbody > tr > td.col.price,
  .multicheckout.order-review .data.table tbody > tr > td.col.subtotal {
    box-sizing: border-box;
    float: left;
    text-align: center;
    white-space: nowrap;
    width: 33%;
  }
  .multicheckout.order-review .data.table tbody > tr > td.col.qty[data-th]:before,
  .multicheckout.order-review .data.table tbody > tr > td.col.price[data-th]:before,
  .multicheckout.order-review .data.table tbody > tr > td.col.subtotal[data-th]:before {
    content: attr(data-th) ':';
    display: block;
    font-weight: 700;
    padding-bottom: 10px;
  }
  .multicheckout.order-review .data.table tbody > tr > td.col:last-child {
    border: 0;
  }
  .abs-checkout-order-review .product-item-name,
  .multicheckout.order-review .data.table .product-item-name {
    margin: 0;
  }
  .abs-product-items-summary tbody .col {
    padding: 10px 0 0;
  }
  .abs-product-items-summary tfoot .mark {
    padding-bottom: 5px;
    text-align: left;
  }
  .abs-product-items-summary tfoot .amount {
    padding-top: 0;
    text-align: left;
  }
  .abs-product-items-summary tfoot .grand.totals {
    font-size: 1.6rem;
  }
  .abs-product-items-summary tfoot .grand.totals .mark {
    padding-bottom: 0;
    padding-top: 5px;
  }
  .abs-product-items-summary tfoot .grand.totals .amount {
    padding-bottom: 10px;
    padding-top: 0;
  }
  .abs-product-items-summary tfoot .grand.totals .amount strong {
    border-top: none;
  }
  .abs-account-table-margin-mobile,
  .table-wrapper.balance-history,
  .table-wrapper.reward-history,
  .table-wrapper.orders-recent {
    margin-top: -20px;
  }
  .abs-sidebar-totals-mobile th:before,
  .abs-sidebar-totals-mobile td:before,
  .account .table-billing-agreements .col.actions:before,
  .account .table-billing-agreements-related .col.actions:before,
  .cart .table.items .col.item:before,
  .cart .table.items .item-actions td:before,
  .account .table-giftregistry .col.actions:before,
  .table.grouped > tbody > tr > td:before,
  .account .table-reviews .col.actions:before,
  .account .table-order-items .col.actions:before,
  .account .table-order-items .col.options:before,
  .cart-totals .totals th:before,
  .cart-totals .totals td:before,
  .opc-block-summary .totals th:before,
  .opc-block-summary .totals td:before {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-no-display-s,
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison).additional-attributes tbody th,
  .order-details-items .table-order-items .options-label,
  .opc-wrapper .shipping-address-item.selected-item .action-select-shipping-item {
    display: none;
  }
  .abs-title-orders-mobile .page-main .page-title-wrapper .page-title,
  .magento-rma-returns-returns .page-main .page-title-wrapper .page-title,
  .magento-rma-returns-view .page-main .page-title-wrapper .page-title,
  .account .page-main .page-title-wrapper .page-title,
  [class^='sales-guest-'] .page-main .page-title-wrapper .page-title,
  .sales-guest-view .page-main .page-title-wrapper .page-title {
    display: block;
  }
  .abs-title-orders-mobile .page-main .page-title-wrapper .order-status,
  .magento-rma-returns-returns .page-main .page-title-wrapper .order-status,
  .magento-rma-returns-view .page-main .page-title-wrapper .order-status,
  .account .page-main .page-title-wrapper .order-status,
  [class^='sales-guest-'] .page-main .page-title-wrapper .order-status,
  .sales-guest-view .page-main .page-title-wrapper .order-status {
    margin: -10px 0 10px;
  }
  .abs-table-striped-mobile > tbody > tr > td:last-child,
  .account .data.table > tbody > tr > td:last-child {
    border: 0;
  }
  .abs-no-border-top,
  .table-wrapper.balance-history,
  .table-wrapper.table-returns,
  .table-wrapper.orders-recent,
  .order-details-items .table-wrapper {
    border-top: 0;
  }
  .abs-no-border-bottom {
    border-bottom: 0;
  }
  .abs-sidebar-totals-mobile .amount,
  .cart-totals .totals .amount,
  .opc-block-summary .totals .amount {
    text-align: right;
  }
  .table-wrapper {
    border-top: 1px solid #cccccc;
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
    position: relative;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) {
    border: none;
    display: block;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > thead > tr > th {
    display: none;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody {
    display: block;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr {
    display: block;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr td,
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr th {
    border-bottom: none;
    display: block;
    padding: 5px 10px;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr td[data-th]:before,
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr th[data-th]:before {
    padding-right: 10px;
    content: attr(data-th) ': ';
    display: inline-block;
    color: #111111;
    font-weight: 700;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr > th {
    background-color: #f6f6f6;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) tbody > tr > td:first-child {
    padding-top: 15px;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) tbody > tr > td:last-child {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 15px;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) tbody > tr > td.col.qty {
    text-align: left;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison).additional-attributes tbody td:last-child {
    border: none;
    padding: 0 0 5px;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot {
    display: block;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr {
    display: block;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:first-child th,
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:first-child td {
    padding-top: 20px;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot .mark {
    box-sizing: border-box;
    float: left;
    text-align: left;
    width: 70%;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot .amount {
    box-sizing: border-box;
    float: left;
    text-align: right;
    width: 30%;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot .grand.totals {
    font-size: 1.6rem;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot .grand.totals .amount {
    padding-bottom: 10px;
  }
  .data-table-definition-list thead {
    display: none;
  }
  .data-table-definition-list tbody th {
    padding-bottom: 0;
  }
  .data-table-definition-list tbody th,
  .data-table-definition-list tbody td {
    display: block;
    padding-left: 0;
    padding-right: 0;
  }
  .pages .pages-items {
    display: block;
    padding: 2px 40px 0;
    position: relative;
    white-space: normal;
    z-index: 1;
  }
  .pages-item-previous {
    left: 0;
    position: absolute;
    top: 0;
    z-index: 1;
  }
  .pages-item-next {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
  }
  /* Overwriting Magento's padding for the method title to make
       sure our KP methods have the same height as the core methods */
  .klarna-payments-method > .payment-method-title {
    padding: 6.5px 0 6.5px 15px;
  }
  .form-new-agreement select {
    width: auto;
  }
  .table-paypal-review-items .col.subtotal {
    text-align: left;
  }
  .table-paypal-review-items .product-item-name {
    display: inline-block;
  }
  .column .block-addbysku .sku {
    margin-right: -85px;
    padding-right: 90px;
  }
  .column .block-addbysku .action.remove {
    display: inline-block;
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
  }
  .column .block-addbysku .action.remove > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .column .block-addbysku .action.remove:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: inherit;
    color: #757575;
    content: '\e604';
    font-family: 'luma-icons';
    margin: -4px 0 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .column .block-addbysku .action.remove:hover:before {
    color: inherit;
  }
  .column .block-addbysku .action.remove:active:before {
    color: inherit;
  }
  .column .block-addbysku .action.remove:focus,
  .column .block-addbysku .action.remove:active {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove:hover {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove.disabled,
  .column .block-addbysku .action.remove[disabled],
  fieldset[disabled] .column .block-addbysku .action.remove {
    pointer-events: none;
    opacity: 0.5;
  }
  .products-list .product-item {
    table-layout: fixed;
  }
  .products-list .product-item-photo {
    padding: 0 10px 10px 0;
    width: 30%;
  }
  .cart .table.items .col.qty {
    text-align: center;
  }
  /*======================Custom Css for disabled product and message======================*/
  .pro-disabled-msg span {
    font-size: 11px;
    line-height: 32px;
  }
  #shopping-cart-table .cart.item.disabled .product-item-details .disabled-product span {
    font-size: 11px;
    line-height: 18px;
  }
  /*======================Custom Css for pop-ups on cart page======================*/
  .cart-page-popup .popup-box .main-content {
    width: 90%;
    padding: 15px;
  }
  .cart-page-popup .popup-box .popup-heading {
    margin: 0 0 10px;
    font-size: 16px;
  }
  #notifyform .field .label span {
    margin: 0 0 5px;
    font-size: 12px;
  }
  #notifyform .field input {
    height: 36px !important;
    line-height: 36px;
    font-size: 12px;
  }
  #notifyform .actions-toolbar button.action.submit {
    line-height: 34px;
    font-size: 12px;
  }
  .opc-wrapper .step-title {
    font-size: 18px;
    border-bottom: 0;
    padding-bottom: 0;
  }
  .opc-wrapper .step-content {
    margin: 0 0 15px;
  }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address,
  .opc-wrapper .methods-shipping {
    background: #f4f4f4;
    margin: 20px -15px 15px;
    padding: 20px 15px;
  }
  .opc-wrapper .form-login + .form-shipping-address {
    margin-top: -15px;
  }
  .opc-wrapper .shipping-address-item {
    border-bottom: 1px solid #cccccc;
    margin: 0 0 15px;
    padding: 0 0 15px;
    width: 100%;
  }
  .opc-wrapper .shipping-address-item.selected-item {
    padding: 15px 35px 15px 18px;
    border-bottom-width: 2px;
  }
  .opc-wrapper .shipping-address-item.selected-item .edit-address-link {
    right: 39px;
  }
  .opc-wrapper .action-select-shipping-item {
    float: none;
    margin-top: 10px;
    width: 100%;
  }
  .opc-wrapper .action-show-popup {
    width: 100%;
  }
  .opc-wrapper .methods-shipping {
    border-bottom: 1px solid #cccccc;
    padding-top: 30px;
  }
  .opc-wrapper .edit-address-link {
    display: inline-block;
    text-decoration: none;
    margin: 0;
    position: absolute;
    right: 0;
    top: 5px;
  }
  .opc-wrapper .edit-address-link > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .opc-wrapper .edit-address-link:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 20px;
    color: #757575;
    content: '\e601';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .opc-wrapper .edit-address-link:hover:before {
    color: #333333;
  }
  .opc-wrapper .edit-address-link:active:before {
    color: #757575;
  }
  .shipping-policy-block.field-tooltip {
    margin-bottom: 20px;
    position: relative;
    right: auto;
    top: auto;
  }
  .shipping-policy-block.field-tooltip .field-tooltip-content {
    width: 300px;
    right: auto;
  }
  .shipping-policy-block.field-tooltip .field-tooltip-content:before,
  .shipping-policy-block.field-tooltip .field-tooltip-content:after {
    right: auto;
  }
  .opc-block-shipping-information .shipping-information-title {
    font-size: 2.3rem;
  }
  .opc-block-summary > .title {
    border-bottom: 0;
    font-size: 18px;
    margin-bottom: 20px;
    padding-bottom: 0;
  }
  .account .column.main,
  .account .sidebar-additional {
    margin: 0;
    padding: 0;
  }
  .account .sidebar-main .account-nav {
    margin-bottom: 0;
  }
  .page-product-downloadable .product-options-wrapper {
    margin-bottom: 25px;
  }
  .table-downloadable-products .product-name {
    display: block;
    margin-bottom: 5px;
  }
  .page-product-downloadable .product-info-price ~ *:last-child:after {
    border-bottom: 1px solid #c1c1c1;
    content: '';
    display: block;
    height: 0;
    margin: 25px -10px;
    overflow: hidden;
    width: auto;
  }
  .table-giftregistry-items .field.choice,
  .table-giftregistry-items .field.qty {
    display: inline-block;
  }
  .form-giftregistry-search .fieldset {
    margin-bottom: 20px;
  }
  .block-giftregistry-results .block-title {
    margin-bottom: 0;
  }
  .block-giftregistry-results .table-wrapper {
    border-top: none;
  }
  .block-giftregistry-shared-items .block-title {
    margin-bottom: 10px;
  }
  .block-giftregistry-shared-items .table-wrapper {
    border-top: 0;
  }
  .table.grouped > thead > tr > th {
    border-bottom: 1px solid #cccccc;
    display: table-cell;
  }
  .table.grouped > tbody {
    border-bottom: 1px solid #cccccc;
  }
  .table.grouped > tbody > tr > td {
    padding: 11px 10px;
    border: 0;
    display: table-cell;
  }
  .table-wrapper .table.grouped:not(.totals):not(.cart):not(.table-comparison) > tbody > tr > td:last-child {
    border-bottom: 0;
  }
  .page-product-grouped .minimal-price {
    margin: 0;
  }
  .page-product-grouped .product-info-price {
    border: 0;
    margin-bottom: 0;
  }
  .page-product-grouped .product-info-price .price-box {
    padding-bottom: 0;
  }
  .form-add-invitations .action.remove {
    display: inline-block;
    text-decoration: none;
  }
  .form-add-invitations .action.remove > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .form-add-invitations .action.remove:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: inherit;
    color: #757575;
    content: '\e604';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .form-add-invitations .action.remove:hover:before {
    color: inherit;
  }
  .form-add-invitations .action.remove:active:before {
    color: inherit;
  }
  .multicheckout .data.table .address:before {
    margin-bottom: 5px;
  }
  .multicheckout .product-item-name,
  .multicheckout .price-including-tax,
  .multicheckout .price-excluding-tax {
    display: inline-block;
  }
  .multicheckout .block-content .box:not(:last-child) {
    margin-bottom: 40px;
  }
  .multicheckout .block-content .box:last-child {
    margin-bottom: 0;
  }
  .multicheckout.order-review .box-items .data.table thead {
    display: block;
  }
  .multicheckout.order-review .box-items .data.table thead tr {
    display: block;
  }
  .multicheckout.order-review .box-items .data.table thead .col.item {
    display: block;
    padding: 0;
  }
  .multicheckout.order-review .data.table.table-order-review > tbody > tr > td.col.subtotal {
    border-bottom: none;
  }
  .multicheckout.order-review .data.table.table-order-review > tbody > tr > td.col.qty {
    text-align: center;
  }
  .multicheckout .actions-toolbar .action {
    margin-bottom: 25px;
  }
  .multicheckout .actions-toolbar > .primary {
    margin-bottom: 25px;
    margin-right: 0;
  }
  .customer-review .product-name {
    margin-bottom: 5px;
  }
  .customer-review .product-reviews-summary .rating-summary {
    display: block;
    margin-bottom: 5px;
  }
  .form-create-return .additional .field:nth-last-child(2) {
    margin-bottom: 0;
  }
  .form-create-return .additional .field:last-child {
    margin-top: 20px;
  }
  .account .column.main .returns-details-items .block-returns-tracking .block-title > .action.track {
    display: block;
    float: none;
    margin: 10px 0 0;
  }
  .table-wrapper.orders-recent .table-order-items.table tbody > tr > td.col {
    padding-left: 0;
  }
  .order-details-items thead {
    display: block;
  }
  .order-details-items thead tr {
    display: block;
  }
  .order-pager-wrapper {
    display: block;
  }
  .account .table-order-items tbody tr {
    display: block;
  }
  .account .table-order-items .product-item-name {
    display: inline-block;
    margin: 0;
  }
  .account .table-order-items .action.show {
    margin-top: 0;
  }
  .order-details-items .order-title strong {
    display: block;
  }
  .order-details-items .action {
    margin-top: 10px;
  }
  .order-details-items .items-qty {
    display: inline-block;
    vertical-align: top;
  }
  .order-details-items .col.price .price-including-tax,
  .order-details-items .col.subtotal .price-including-tax,
  .order-details-items .col.price .price-excluding-tax,
  .order-details-items .col.subtotal .price-excluding-tax {
    display: inline-block;
  }
  .order-details-items .data.table .col.options {
    padding: 0 10px 15px;
  }
  .order-details-items .data.table .col.options:before {
    display: none;
  }
  .order-details-items .options-label + .item-options-container[data-th]:before,
  .order-details-items .item-options-container + .item-options-container[data-th]:before {
    content: attr(data-th) ':';
    display: block;
    font-weight: 700;
    padding-left: 10px;
  }
  .order-details-items .options-label + .item-options-container .col,
  .order-details-items .item-options-container + .item-options-container .col {
    font-size: 1.2rem;
    padding: 0 10px;
  }
  .order-details-items .options-label + .item-options-container .col:first-child,
  .order-details-items .item-options-container + .item-options-container .col:first-child {
    padding-top: 3px;
  }
  .order-details-items .options-label + .item-options-container .col:last-child,
  .order-details-items .item-options-container + .item-options-container .col:last-child {
    padding-bottom: 20px;
  }
  .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status {
    display: none;
  }
  .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status:before {
    display: none;
  }
  .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status._default {
    display: block;
  }
  .my-credit-cards .card-type img {
    vertical-align: middle;
  }
  .products-grid.wishlist .product-item {
    border-bottom: 1px solid #e8e8e8;
    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;
  }
  .minicart-wrapper .block-minicart {
    width: 290px;
  }
  .modal-popup .field-tooltip .field-tooltip-content {
    width: 200px;
  }
}
@media all and (min-width: 640px) {
  .abs-blocks-2columns-s {
    width: 48%;
  }
  .abs-reset-left-margin-desktop-s,
  .column:not(.sidebar-main) .multicheckout .actions-toolbar,
  .multicheckout .block-shipping .box-shipping-method .fieldset .legend {
    margin-left: 0;
  }
  .abs-visually-hidden-desktop-s {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-desktop-s:before,
  .abs-add-clearfix-desktop-s:after,
  .multicheckout .block-billing:before,
  .multicheckout .block-billing:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-desktop-s:after,
  .multicheckout .block-billing:after {
    clear: both;
  }
  .abs-add-box-sizing-desktop-s,
  .multicheckout .block-shipping .box,
  .multicheckout .block-billing .box-billing-address,
  .multicheckout .block-billing .box-billing-method {
    box-sizing: border-box;
  }
  .abs-form-field-column-2-s .fieldset .field {
    padding: 0 12px 0 0;
    box-sizing: border-box;
    display: inline-block;
    width: 50%;
    vertical-align: top;
  }
  .abs-form-field-column-2-s .fieldset .field + .fieldset {
    clear: both;
  }
  .abs-form-field-column-2-s .fieldset .field .field {
    padding: 0;
    width: 100%;
  }
  .abs-form-field-revert-column-1-s {
    width: 100%;
  }
  .abs-action-print-s {
    display: inline-block;
    text-decoration: none;
  }
  .abs-action-print-s:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: 16px;
    color: inherit;
    content: '\e624';
    font-family: 'luma-icons';
    margin: 0 4px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .table > tbody > tr > th,
  .table > tbody > tr > td {
    border-top: 1px solid #cccccc;
  }
  .table > tbody + tbody {
    border-top: 1px solid #cccccc;
  }
  .ui-dialog.popup {
    width: 420px;
  }
  .column .block-addbysku .action.remove {
    background-image: none;
    -moz-box-sizing: content-box;
    box-shadow: none;
    line-height: inherit;
    text-shadow: none;
    font-weight: 400;
    line-height: 1.42857143;
    margin: 0;
    padding: 0;
    color: #006bb4;
    text-decoration: none;
    background: none;
    border: 0;
    display: inline;
    margin-top: -4px;
  }
  .column .block-addbysku .action.remove:focus,
  .column .block-addbysku .action.remove:active {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove:hover {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove.disabled,
  .column .block-addbysku .action.remove[disabled],
  fieldset[disabled] .column .block-addbysku .action.remove {
    pointer-events: none;
    opacity: 0.5;
  }
  .column .block-addbysku .action.remove:visited {
    color: #006bb4;
    text-decoration: none;
  }
  .column .block-addbysku .action.remove:hover {
    color: #006bb4;
    text-decoration: underline;
  }
  .column .block-addbysku .action.remove:active {
    color: #ff5501;
    text-decoration: underline;
  }
  .column .block-addbysku .action.remove:hover,
  .column .block-addbysku .action.remove:active,
  .column .block-addbysku .action.remove:focus {
    background: none;
    border: 0;
  }
  .column .block-addbysku .action.remove.disabled,
  .column .block-addbysku .action.remove[disabled],
  fieldset[disabled] .column .block-addbysku .action.remove {
    color: #006bb4;
    opacity: 0.5;
    cursor: default;
    pointer-events: none;
    text-decoration: underline;
  }
  .catalogsearch-advanced-result .message.error {
    margin-top: 0;
  }
  .products-grid .product-item {
    margin-bottom: 30px;
  }
  .product-item-actions {
    display: block;
  }
  .products-grid .product-item-actions {
    margin: 10px 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%;
    padding: 0;
    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;
  }
  .cart-container .block.crosssell .products-grid .product-item-actions {
    margin: 0 0 10px;
  }
  .multicheckout .actions-toolbar .secondary {
    float: none;
    margin-top: 11px;
    text-align: right;
  }
  .multicheckout .actions-toolbar .secondary .action {
    margin-left: 0;
  }
  .multicheckout .actions-toolbar .secondary .action.back {
    display: block;
    float: left;
  }
  .multicheckout .item-options {
    margin: 20px 0 0;
  }
  .multicheckout .block-content .box {
    margin-bottom: 0;
  }
  .multicheckout .block-shipping .box {
    float: left;
    width: 25%;
  }
  .multicheckout .block-shipping .box-shipping-method {
    padding-left: 25px;
    padding-right: 25px;
    width: 50%;
  }
  .multicheckout .block-shipping .box-shipping-method .fieldset .field:before {
    display: none;
  }
  .multicheckout .block-billing .box-billing-address {
    float: left;
    width: 25%;
  }
  .multicheckout .block-billing .box-billing-method {
    float: left;
    padding-left: 25px;
    width: 50%;
  }
  .multicheckout.form.address .table-wrapper .applicable {
    margin: 7px 0 0;
  }
  .multicheckout.order-review .box-items {
    clear: left;
    float: none;
    padding-top: 40px;
    width: auto;
  }
  .multicheckout.order-review .col.item {
    width: 75%;
  }
  .multicheckout .methods-payment .item-content > .fieldset {
    width: auto;
  }
  .multicheckout .methods-payment .item-content > .fieldset .field.cvv {
    display: inline-block;
    width: auto;
  }
  .multicheckout .methods-payment .fieldset > .field:not(.choice) > .label {
    float: none;
    margin-bottom: 8px;
    text-align: left;
    width: auto;
  }
  .multicheckout .methods-payment .fieldset > .field:not(.choice):not(.cvv) .control {
    width: 100%;
  }
  .review-form {
    max-width: 500px;
  }
  .review-ratings {
    float: left;
    margin-bottom: 0;
    max-width: 240px;
  }
  .review-ratings ~ .review-content,
  .review-ratings ~ .review-details {
    margin-left: 280px;
  }
  .review-toolbar {
    margin: 0 0 30px;
  }
  .review-toolbar .pages {
    padding: 30px 0;
  }
  .fieldset .review-legend.legend {
    margin-bottom: 30px;
  }
  .review-item {
    padding: 30px 0;
  }
  .review-title {
    margin: 0 0 30px;
  }
  .order-details-items .order-title .action {
    margin: 12px 0 0 30px;
  }
  .order-details-items .order-title .action.track {
    float: right;
  }
  .wishlist-index-index .products-grid .product-item-actions {
    margin: 0;
  }
  .block.widget .products-grid .product-item,
  .page-layout-1column .block.widget .products-grid .product-item,
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 33.33333333%;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 4%) / 3);
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
}
#braintree-three-d-modal {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  align-items: center;
  height: 100vh;
  width: 100vw;
  z-index: 100000;
  visibility: visible;
}
#braintree-three-d-modal .bt-modal-frame {
  height: 420px;
  width: 440px;
  margin: auto;
  background-color: #ffffff;
  z-index: 2;
  border-radius: 6px;
}
#braintree-three-d-modal .bt-modal-body {
  height: 380px;
  margin: 20px;
  background-color: white;
  border: 1px solid lightgray;
}
#braintree-three-d-modal .bt-mask {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.75;
}
.braintree-applepay-container-product {
  display: inline-block;
}
.braintree-applepay-container-product .braintree-apple-pay-button {
  padding: 10px 0;
  margin: 0;
  margin-bottom: 15px;
}
.braintree-apple-pay-button {
  -webkit-appearance: -apple-pay-button;
  -apple-pay-button-type: plain;
  display: block;
  width: 200px;
  min-height: 40px;
  border: 1px solid black;
  background-image: -webkit-named-image(apple-pay-logo-black);
  background-size: 100% calc(60% + 2px);
  background-repeat: no-repeat;
  background-color: black;
  background-position: 50% 50%;
  border-radius: 5px;
  padding: 2px;
  margin: 20px auto;
  transition: background-color 0.15s;
  cursor: pointer;
}
.ppcredit-summary {
  background: linear-gradient(to right, #009cde, #003087);
  color: #ffffff;
  padding: 15px;
  text-align: center;
  margin: 10px 0px;
}
.ppcreditcalc-container {
  border: 1px solid #dedede;
  background: #ffffff;
}
.ppcreditcalc-header {
  background: #ffffff;
  padding: 15px;
}
.ppcreditcalc-legal {
  background-color: #eee;
  border-top: 1px solid #dedede;
  padding: 15px;
  font-size: 1.2rem;
  line-height: 2rem;
}
.ppcreditcalc-instalments {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid #DEDEDE;
  border-bottom: 1px solid #DEDEDE;
  background-color: #eeeeee;
}
.ppcreditcalc-instalments li {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.ppcreditcalc-instalments-term {
  display: block;
  padding: 10px 15px;
  color: #000;
}
.ppcreditcalc-instalments-term:hover {
  background: #009CDE;
  color: #FFF;
  text-decoration: none;
}
.ppcreditcalc-instalments-term.active {
  background: #003087;
  color: #FFF;
}
.ppcreditcalc-instalment-summary {
  padding: 15px;
}
.ppcreditcalc-instalment-summary dl {
  margin: 0;
}
.ppcreditcalc-instalment-summary dt {
  display: inline-block;
  width: 50%;
}
.ppcreditcalc-instalment-summary dd {
  display: inline-block;
}
#braintree_expirationDate {
  width: 90px;
}
button.braintree-googlepay-button {
  background-origin: content-box;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  border: 0;
  border-radius: 4px;
  box-shadow: rgba(60, 64, 67, 0.3) 0 1px 1px 0, rgba(60, 64, 67, 0.15) 0 1px 3px 1px;
  cursor: pointer;
  height: 40px;
  min-height: 40px;
  padding: 11px 24px;
}
button.braintree-googlepay-button.black {
  background-color: #000;
  box-shadow: none;
  padding: 12px 24px 10px;
}
button.braintree-googlepay-button.white {
  background-color: #ffffff;
}
button.braintree-googlepay-button.short {
  min-width: 90px;
  width: 160px;
}
button.braintree-googlepay-button.black.short {
  background-image: url(https://www.gstatic.com/instantbuy/svg/dark_gpay.svg);
}
button.braintree-googlepay-button.white.short {
  background-image: url(https://www.gstatic.com/instantbuy/svg/light_gpay.svg);
}
button.braintree-googlepay-button.black:active {
  background-color: #5f6368;
}
button.braintree-googlepay-button.black:hover {
  background-color: #3c4043;
}
button.braintree-googlepay-button.white:active {
  background-color: #ffffff;
}
button.braintree-googlepay-button.white:focus {
  box-shadow: #e8e8e8 0 1px 1px 0, #e8e8e8 0 1px 3px;
}
button.braintree-googlepay-button.white:hover {
  background-color: #f8f8f8;
}
button.braintree-googlepay-button.long {
  min-width: 152px;
  width: 240px;
}
button.braintree-googlepay-button.white.long {
  background-image: url(https://www.gstatic.com/instantbuy/svg/light/en.svg);
}
button.braintree-googlepay-button.black.long {
  background-image: url(https://www.gstatic.com/instantbuy/svg/dark/en.svg);
}
.googlepay-minicart-logo {
  margin-top: 15px;
  text-align: center;
}
.checkout-payment-method .credit-card-types.braintree-credit-card-types img {
  width: 30px;
  -webkit-filter: none;
  -webkit-transition: none;
}
.braintree-card-control {
  position: relative;
}
.braintree-credit-card-selected {
  position: absolute;
  z-index: 10;
  left: 10px;
}
.braintree-paypal-logo.oneclick-container {
  width: 100%;
}
#payment_form_braintree_ach_direct_debit .field > .fields .field .label {
  font-weight: 600;
}
#payment_form_braintree_ach_direct_debit .field > .fields .field.required > .label:after {
  content: '*';
  color: #e02b27;
  font-size: 1.8rem;
  margin: 0 0 0 5px;
}
#payment_form_braintree_ach_direct_debit .field > .fields .field .control {
  margin: 10px 10px 0 0;
}
#payment_form_braintree_ach_direct_debit .field > .fields .field .control input[type="text"]::placeholder,
#payment_form_braintree_ach_direct_debit .field > .fields .field .control input[type="number"]::placeholder {
  color: lightgrey;
}
#payment-method-braintree-lpm .primary {
  width: 100%;
}
#payment-method-braintree-lpm .primary .action {
  margin-bottom: 12px;
  width: 100%;
}
#payment-method-braintree-lpm .primary .action img {
  height: 40px;
}
#payment-method-braintree-cc-vault .field.required .label {
  font-weight: 600;
}
#payment-method-braintree-cc-vault .field.required .label:after {
  content: '*';
  color: #e02b27;
  font-size: 1.8rem;
  margin: 0 0 0 5px;
}
#payment-method-braintree-cc-vault .field .hosted-control {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  height: 32px;
  padding: 0 9px;
  vertical-align: baseline;
  box-sizing: border-box;
  position: relative;
  width: 5rem;
}
#payment-method-braintree-cc-vault .field .hosted-control.braintree-hosted-fields-invalid:not(.braintree-hosted-fields-focused) ~ .hosted-error {
  height: auto;
  opacity: 1;
}
#payment-method-braintree-cc-vault .field .hosted-error {
  clear: both;
  color: #e02b27;
  font-size: 1.2rem;
  height: 0;
  margin-top: 7px;
  opacity: 0;
}
.braintree-paypal-fieldset {
  display: none;
}
.payment-method-braintree .hosted-control {
  border: 1px solid #c2c2c2;
  height: 32px;
  padding: 8px 15px;
  max-width: 300px;
}
.payment-method-braintree .hosted-control.braintree-hosted-fields-invalid:not(.braintree-hosted-fields-focused) ~ .hosted-error {
  height: auto;
  opacity: 1;
}
.payment-method-braintree .hosted-error {
  clear: both;
  color: #e02b27;
  font-size: 1.2rem;
  height: 0;
  margin-top: 7px;
  opacity: 0;
}
.payment-method-braintree .cvv {
  max-width: 200px;
  position: relative;
}
.payment-method-braintree .cvv .field-tooltip {
  top: 10px;
  right: 30px;
}
#braintree_cc_number {
  padding-left: 68px;
}
.comparisonBar {
    bottom: 0;
    position: fixed;
    width: 95rem;
    z-index: 99999;
    max-width: 100%;
}
.comparisonBar .compare_header {
    /* background-color: #414348;
    cursor: pointer;
    padding: 11px 20px;
    float: left;
    width: 100%;
    border: 1px solid #414348;
    border-bottom: 0; */
	background-color: #ff5501;
    cursor: pointer;
    padding: 11px 20px;
    float: none;
    width: auto;
    border: 1px solid #ff5501;
    border-bottom: 0;
    overflow: hidden;
}
.comparisonBar .compare_header .h2 {
    color: #fff;
    float: left;
    font-size: 14px;
    line-height: 20px;
    margin: 0;
    display: block;
    width: 100%;
}
.comparisonBar .compare_header .fa {
    margin: 3px 0 0 0;
    float: right;
    color: #fff;
}
.comparisonBar .compare_header span.numberOfItems {
    background: #fff;
    border-radius: 100%;
    color: #000;
    line-height: 20px;
    margin-right: 1rem;
    overflow: hidden;
    width: 20px;
    height: 20px;
    display: inline-block;
    text-align: center;
    float: left;
}
.comparisonBar .inner {
    /* background: #f1f1f2;
    padding: 15px 15px 10px 5px;
    border: 1px solid #d6d6d8;
    border-bottom: 0;
    float: left;
    position: relative;
    width: 100%; */
	background: #f1f1f2;
    padding: 15px 15px 10px 5px;
    border: 1px solid #ff5501;
    border-bottom: 0;
    float: none;
    position: relative;
    width: auto;
}
.comparisonBar .inner .comparison_selectedproducts {
    display: inline-block;
    /* max-height: 144px; */
    width: 84%;
}
.comparisonBar .inner .comparison_selectedproducts table {
    table-layout: fixed;
}
.comparisonBar .inner .comparison_selectedproducts table tr td {
    padding: 0 15px;
}
.comparisonBar .inner .comparison_selectedproducts .comparisonProductBox {
    background: #fff;
    cursor: pointer;
    float: left;
    max-height: 140px;
    margin-right: 1rem;
    overflow: hidden;
    text-align: center;
    position: relative;
    padding: 2rem 1rem;
    width: 100%;
    border: 1px solid #d6d6d8;
}
.comparisonBar .inner .comparison_selectedproducts .comparisonProductBox:hover {
    border-color: #fdb794;
}
.comparisonBar .inner .comparison_selectedproducts .comparisonProductBox img {
    text-align: center;
    margin-bottom: 1rem;
}
.comparisonBar .inner .comparison_selectedproducts .comparisonProductBox .product_name {
    color: #000;
    font-size: 14px;
    font-weight: 500;
    margin-top: 1rem;
    overflow: hidden;
    text-align: center;
}
.comparisonBar .inner .info {
    display: inline-block;
    width: 16%;
    float: right;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -20px;
}
.comparisonBar .inner .info a {
    float: right;
    font-weight: 500;
}
.comparisonBar .inner .delete {
    float: right;
    position: absolute;
    right: 8px;
    top: 8px;
}
.comparisonBar .inner .delete span {
    font-size: 0;
}
.comparisonBar .inner .delete span:before {
    color: #ff6901;
    content: "\f057";
    font: normal normal normal 18px/1 FontAwesome;
}
.comparisonBar .inner .delete:hover span:before {
    color: #000;
}
.comparisonBar.open .fa.fa-long-arrow-up {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.page-layout-1column .comparisonBar{
	left: 0;
    right: 0;
    margin: 0 auto;
}

@media (max-width: 767px) {
    .comparisonBar {
        width: 100%;
        left: 0;
    }
    .comparisonBar .inner .comparison_selectedproducts {
        width: 100%;
		max-height: 100%;
    }
    .comparisonBar .inner .info {
        position: static;
        width: 100%;
        margin-top: 10px;
        text-align: center;
    }
    .comparisonBar .inner .info a {
        float: none;
        font-weight: 500;
    }
    .comparisonBar .inner .product_name {
        min-height: 40px;
    }
	.comparisonBar .inner{
		float: left;
	}
}

@media (min-width: 768px) and (max-width: 1200px) {
    .comparisonBar {
        width: 100%;
        left: 0;
    }
    .comparisonBar .inner .comparison_selectedproducts {
        width: 80%;
    }
}form.minisearch.loading .control input[type="text"] {
    box-shadow: none;
    -webkit-animation-name: search-loading; /* Chrome, Safari, Opera */
    -webkit-animation-duration: 3s; /* Chrome, Safari, Opera */
    -webkit-animation-iteration-count: infinite; /* Chrome, Safari, Opera */
    animation-name: search-loading;
    animation-duration: 3s;
    animation-iteration-count: infinite;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes search-loading {
    0%   {box-shadow: none;}
    25%   {box-shadow: 0 0 3px 1px #68a8e0;}
    50%   {box-shadow: 0 0 3px 1px #ffffff;}
    75%   {box-shadow: 0 0 3px 1px #68a8e0;}
    100%   {box-shadow: none;}
}

/* Standard syntax */
@keyframes search-loading {
    0%   {box-shadow: none;}
    25%   {box-shadow: 0 0 3px 1px #68a8e0;}
    50%   {box-shadow: 0 0 3px 1px #ffffff;}
    75%   {box-shadow: 0 0 3px 1px #68a8e0;}
    100%   {box-shadow: none;}
}

.searchsuite-autocomplete {
    background-color: #fff;
    border: 1px solid #c2c2c2;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
    left: -85px;
    margin-top: 4px;
    width: 350px;
    position: absolute;
    z-index: 9999999;
}
.searchsuite-autocomplete .suggest,
.searchsuite-autocomplete .product {
    margin: 0;
}

.searchsuite-autocomplete.active,
.searchsuite-autocomplete .suggest.active,
.searchsuite-autocomplete .product.active {
    display: block;
}

.searchsuite-autocomplete .suggest {
    color: #3C3C3C;
}

.searchsuite-autocomplete .title {
    padding: 10px;
    margin-bottom: 5px;
    background: #f0f0f0;
    color: #575757;
}

.searchsuite-autocomplete .title .see-all {
    display: inline-block;
    float: right;
    color: #909090;
    cursor: pointer;
}

.searchsuite-autocomplete .no-result {
    padding: 10px;
    background: #f0f0f0;
    color: #575757;
    text-align: center;
}

.searchsuite-autocomplete ul {
    padding: 0 10px;
    margin-bottom: 0;
    list-style-type: none;
}

.searchsuite-autocomplete ul li {
    color: #000;
    cursor: unset;
    padding: 0;
}

.searchsuite-autocomplete .suggest ul li {
    color: #3C3C3C;
}

.searchsuite-autocomplete .product ul li {
    border-bottom: 1px solid #D4D2D2;
}
.searchsuite-autocomplete .product ul li:last-child {
    border-bottom: none;
}

.searchsuite-autocomplete ul li:hover,
.searchsuite-autocomplete ul li.selected {
    background-color: #fff;
}

.searchsuite-autocomplete ul li:after {
    clear: both;
    content: '';
    display: block;
}

.searchsuite-autocomplete ul li.action {
    padding: 0;
}

.searchsuite-autocomplete ul li.action .action.close {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    box-shadow: none;
    box-sizing: content-box;
    cursor: pointer;
    display: inline-block;
    float: right;
    font-weight: 400;
    height: 30px;
    line-height: inherit;
    margin: 0;
    padding: 0;
    right: 0;
    text-decoration: none;
    text-shadow: none;
    top: 0;
    width: 40px;
}

.searchsuite-autocomplete ul li.action .action.close:before {
    color: #8f8f8f;
    content: '\e616';
    display: inline-block;
    font-family: 'luma-icons';
    font-size: 16px;
    font-weight: normal;
    margin: 0;
    overflow: hidden;
    text-align: center;
    vertical-align: top;
}

.searchsuite-autocomplete ul li.gray-row {
    text-align: center;
}

.searchsuite-autocomplete ul li.gray-row,
.searchsuite-autocomplete ul li.gray-row:hover,
.searchsuite-autocomplete ul li.gray-row.selected {
    background-color: #e8e8e8;
}

.searchsuite-autocomplete ul li.gray-row a {
    color: #7B7B7B;
    text-decoration: blink;
}

.searchsuite-autocomplete ul li a {
    cursor: pointer;
}

.searchsuite-autocomplete ul li .qs-option-image {
    float: left;
    max-width: 82px;
    width: 25%;
}

.searchsuite-autocomplete ul li .qs-option-info {
    color: #000;
    display: inline-block;
    float: left;
    padding-left: 5%;
    text-align: left;
    width: 70%;
    margin-bottom: 10px;
}

.searchsuite-autocomplete ul li .qs-option-info.noimage {
    padding-left: 0;
    width: 100%;
}
.searchsuite-autocomplete ul li:last-child .qs-option-info {
    margin-bottom: 0;
}

.searchsuite-autocomplete ul li .qs-option-info .qs-option-title {
    display: inline-block;
    margin: 0;
    width: 100%;
}

.searchsuite-autocomplete ul li .qs-option-info .qs-option-reviews {
    display: inline-block;
    text-transform: lowercase;
    width: 100%;
}

.searchsuite-autocomplete ul li .qs-option-info .qs-option-reviews .product-reviews-summary {
    margin-bottom: 4px;
}

.searchsuite-autocomplete ul li .qs-option-info .qs-option-reviews .reviews-actions {
    font-size: 12px;
}

.searchsuite-autocomplete ul li .qs-option-info .qs-option-sku {
    display: block;
    width: 100%;
    color: #004875;
    font-size: 12px;
}

.searchsuite-autocomplete ul li .qs-option-info .qs-option-shortdescription,
.searchsuite-autocomplete ul li .qs-option-info .qs-option-description {
    color: #3C3C3C;
    font-size: 13px;
}


.searchsuite-autocomplete ul li .qs-option-info .qs-option-price {
    display: inline-block;
    font-weight: bold;
    margin-top: 15px;
}

.searchsuite-autocomplete ul li .qs-option-info .qs-option-addtocart {
    display: inline-block;
    float: right;
    margin-top: 10px;
}

@media only screen and (max-width: 767px) {
    .searchsuite-autocomplete {
        border-top: 0;
        left: 15px;
        margin-top: 0;
        right: 15px;
        width: auto;
    }
}
code[class*="language-"] {
  color: black;
  text-shadow: 0 1px white;
  font-family: Consolas, Monaco, 'Andale Mono', monospace;
  direction: ltr;
  text-align: left;
  white-space: pre;
  word-spacing: normal;
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}
code[class*="language-"]::-moz-selection {
  text-shadow: none;
  background: #b3d4fc;
}
code[class*="language-"]::selection {
  text-shadow: none;
  background: #b3d4fc;
}
pre[class*="language-"] {
  color: black;
  text-shadow: 0 1px white;
  font-family: Consolas, Monaco, 'Andale Mono', monospace;
  direction: ltr;
  text-align: left;
  white-space: pre;
  word-spacing: normal;
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  padding: 1em;
  margin: .5em 0;
  overflow: auto;
  background: #f5f2f0;
}
pre[class*="language-"]::-moz-selection {
  text-shadow: none;
  background: #b3d4fc;
}
pre[class*="language-"]::selection {
  text-shadow: none;
  background: #b3d4fc;
}
:not(pre) > code[class*="language-"] {
  background: #f5f2f0;
  padding: .1em;
  border-radius: .3em;
}
.token.comment {
  color: slategray;
}
.token.prolog {
  color: slategray;
}
.token.doctype {
  color: slategray;
}
.token.cdata {
  color: slategray;
}
.token.punctuation {
  color: #999;
}
.namespace {
  opacity: .7;
}
.token.property {
  color: #905;
}
.token.tag {
  color: #905;
}
.token.boolean {
  color: #905;
}
.token.number {
  color: #905;
}
.token.constant {
  color: #905;
}
.token.symbol {
  color: #905;
}
.token.selector {
  color: #690;
}
.token.attr-name {
  color: #690;
}
.token.string {
  color: #690;
}
.token.builtin {
  color: #690;
}
.token.operator {
  color: #a67f59;
  background: rgba(255, 255, 255, 0.5);
}
.token.entity {
  color: #a67f59;
  background: rgba(255, 255, 255, 0.5);
  cursor: help;
}
.token.url {
  color: #a67f59;
  background: rgba(255, 255, 255, 0.5);
}
.language-css .token.string {
  color: #a67f59;
  background: rgba(255, 255, 255, 0.5);
}
.style .token.string {
  color: #a67f59;
  background: rgba(255, 255, 255, 0.5);
}
.token.variable {
  color: #a67f59;
  background: rgba(255, 255, 255, 0.5);
}
.token.atrule {
  color: #07a;
}
.token.attr-value {
  color: #07a;
}
.token.keyword {
  color: #07a;
}
.token.regex {
  color: #e90;
}
.token.important {
  color: #e90;
  font-weight: bold;
}
@media print {
  code[class*="language-"] {
    text-shadow: none;
  }
  pre[class*="language-"] {
    text-shadow: none;
  }
}
.intl-tel-input {
  position: relative;
  display: block; }
.intl-tel-input * {
  box-sizing: border-box;
  -moz-box-sizing: border-box; }
.intl-tel-input .hide {
  display: none; }
.intl-tel-input .v-hide {
  visibility: hidden; }
.intl-tel-input input, .intl-tel-input input[type=text], .intl-tel-input input[type=tel] {
  position: relative;
  z-index: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-right: 36px;
  margin-right: 0;
  border: 2px solid #d2dae2;
  border-radius: 6px;
  max-width: 600px;
  padding-right: 50px;
  box-shadow: 0px 3px 8.55px 0.45px rgba(0, 0, 0, 0.21);
  height: 40px !important;
  font-size: 12px;
  font-family: Montserrat-Bold;
}
.intl-tel-input .country-list
{
  z-index:9999 !important;
}
.intl-tel-input .flag-container {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 1px; }
.modal
{
  z-index: 99 !important;
}
.intl-tel-input .selected-flag {
  z-index: 1;
  position: relative;
  width: 36px;
  height: 100%;
  padding: 0 0 0 8px; }
.intl-tel-input .selected-flag .iti-flag {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto; }
.intl-tel-input .selected-flag .iti-arrow {
  position: absolute;
  top: 50%;
  margin-top: -2px;
  right: 6px;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 4px solid #555; }
.intl-tel-input .selected-flag .iti-arrow.up {
  border-top: none;
  border-bottom: 4px solid #555; }
.intl-tel-input .country-list {
  position: absolute;
  z-index: 2;
  list-style: none;
  text-align: left;
  padding: 0;
  margin: 0 0 0 -1px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  background-color: white;
  border: 1px solid #CCC;
  white-space: nowrap;
  max-height: 200px;
  overflow-y: scroll; }
.intl-tel-input .country-list.dropup {
  bottom: 100%;
  margin-bottom: -1px; }
.intl-tel-input .country-list .flag-box {
  display: inline-block;
  width: 20px; }
@media (max-width: 500px) {
  .intl-tel-input .country-list {
    white-space: normal; } }
.intl-tel-input .country-list .divider {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #CCC; }
.intl-tel-input .country-list .country {
  padding: 5px 10px; }
.intl-tel-input .country-list .country .dial-code {
  color: #999; }
.intl-tel-input .country-list .country.highlight {
  background-color: rgba(0, 0, 0, 0.05); }
.intl-tel-input .country-list .flag-box, .intl-tel-input .country-list .country-name, .intl-tel-input .country-list .dial-code {
  vertical-align: middle; }
.intl-tel-input .country-list .flag-box, .intl-tel-input .country-list .country-name {
  margin-right: 6px; }
.intl-tel-input.allow-dropdown input, .intl-tel-input.allow-dropdown input[type=text], .intl-tel-input.allow-dropdown input[type=tel], .intl-tel-input.separate-dial-code input, .intl-tel-input.separate-dial-code input[type=text], .intl-tel-input.separate-dial-code input[type=tel] {
  padding-right: 6px;
  padding-left: 52px;
  margin-left: 0; }
.intl-tel-input.allow-dropdown .flag-container, .intl-tel-input.separate-dial-code .flag-container {
  right: auto;
  left: 0; }
.intl-tel-input.allow-dropdown .selected-flag, .intl-tel-input.separate-dial-code .selected-flag {
  width: 46px; }
.intl-tel-input.allow-dropdown .flag-container:hover {
  cursor: pointer; }
.intl-tel-input.allow-dropdown .flag-container:hover .selected-flag {
  background-color: rgba(0, 0, 0, 0.05); }
.intl-tel-input.allow-dropdown input[disabled] + .flag-container:hover, .intl-tel-input.allow-dropdown input[readonly] + .flag-container:hover {
  cursor: default; }
.intl-tel-input.allow-dropdown input[disabled] + .flag-container:hover .selected-flag, .intl-tel-input.allow-dropdown input[readonly] + .flag-container:hover .selected-flag {
  background-color: transparent; }
.intl-tel-input.separate-dial-code .selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
  display: table; }
.intl-tel-input.separate-dial-code .selected-dial-code {
  display: table-cell;
  vertical-align: middle;
  padding-left: 28px; }
.intl-tel-input.separate-dial-code.iti-sdc-2 input, .intl-tel-input.separate-dial-code.iti-sdc-2 input[type=text], .intl-tel-input.separate-dial-code.iti-sdc-2 input[type=tel] {
  padding-left: 66px; }
.intl-tel-input.separate-dial-code.iti-sdc-2 .selected-flag {
  width: 60px; }
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input, .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type=text], .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type=tel] {
  padding-left: 76px; }
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 .selected-flag {
  width: 70px; }
.intl-tel-input.separate-dial-code.iti-sdc-3 input, .intl-tel-input.separate-dial-code.iti-sdc-3 input[type=text], .intl-tel-input.separate-dial-code.iti-sdc-3 input[type=tel] {
  padding-left: 74px; }
.intl-tel-input.separate-dial-code.iti-sdc-3 .selected-flag {
  width: 68px; }
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input, .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type=text], .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type=tel] {
  padding-left: 84px; }
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 .selected-flag {
  width: 78px; }
.intl-tel-input.separate-dial-code.iti-sdc-4 input, .intl-tel-input.separate-dial-code.iti-sdc-4 input[type=text], .intl-tel-input.separate-dial-code.iti-sdc-4 input[type=tel] {
  padding-left: 82px; }
.intl-tel-input.separate-dial-code.iti-sdc-4 .selected-flag {
  width: 76px; }
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input, .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type=text], .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type=tel] {
  padding-left: 92px; }
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 .selected-flag {
  width: 86px; }
.intl-tel-input.separate-dial-code.iti-sdc-5 input, .intl-tel-input.separate-dial-code.iti-sdc-5 input[type=text], .intl-tel-input.separate-dial-code.iti-sdc-5 input[type=tel] {
  padding-left: 90px; }
.intl-tel-input.separate-dial-code.iti-sdc-5 .selected-flag {
  width: 84px; }
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input, .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input[type=text], .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input[type=tel] {
  padding-left: 100px; }
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 .selected-flag {
  width: 94px; }
.intl-tel-input.iti-container {
  position: absolute;
  top: -1000px;
  left: -1000px;
  z-index: 1060;
  padding: 1px; }
.intl-tel-input.iti-container:hover {
  cursor: pointer; }

.iti-mobile .intl-tel-input.iti-container {
  top: 30px;
  bottom: 30px;
  left: 30px;
  right: 30px;
  position: fixed; }

.iti-mobile .intl-tel-input .country-list {
  max-height: 100%;
  width: 100%; }
.iti-mobile .intl-tel-input .country-list .country {
  padding: 10px 10px;
  line-height: 1.5em; }

.iti-flag {
  width: 20px; }
.iti-flag.be {
  width: 18px; }
.iti-flag.ch {
  width: 15px; }
.iti-flag.mc {
  width: 19px; }
.iti-flag.ne {
  width: 18px; }
.iti-flag.np {
  width: 13px; }
.iti-flag.va {
  width: 15px; }
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti-flag {
    background-size: 5652px 15px; } }
.iti-flag.ac {
  height: 10px;
  background-position: 0px 0px; }
.iti-flag.ad {
  height: 14px;
  background-position: -22px 0px; }
.iti-flag.ae {
  height: 10px;
  background-position: -44px 0px; }
.iti-flag.af {
  height: 14px;
  background-position: -66px 0px; }
.iti-flag.ag {
  height: 14px;
  background-position: -88px 0px; }
.iti-flag.ai {
  height: 10px;
  background-position: -110px 0px; }
.iti-flag.al {
  height: 15px;
  background-position: -132px 0px; }
.iti-flag.am {
  height: 10px;
  background-position: -154px 0px; }
.iti-flag.ao {
  height: 14px;
  background-position: -176px 0px; }
.iti-flag.aq {
  height: 14px;
  background-position: -198px 0px; }
.iti-flag.ar {
  height: 13px;
  background-position: -220px 0px; }
.iti-flag.as {
  height: 10px;
  background-position: -242px 0px; }
.iti-flag.at {
  height: 14px;
  background-position: -264px 0px; }
.iti-flag.au {
  height: 10px;
  background-position: -286px 0px; }
.iti-flag.aw {
  height: 14px;
  background-position: -308px 0px; }
.iti-flag.ax {
  height: 13px;
  background-position: -330px 0px; }
.iti-flag.az {
  height: 10px;
  background-position: -352px 0px; }
.iti-flag.ba {
  height: 10px;
  background-position: -374px 0px; }
.iti-flag.bb {
  height: 14px;
  background-position: -396px 0px; }
.iti-flag.bd {
  height: 12px;
  background-position: -418px 0px; }
.iti-flag.be {
  height: 15px;
  background-position: -440px 0px; }
.iti-flag.bf {
  height: 14px;
  background-position: -460px 0px; }
.iti-flag.bg {
  height: 12px;
  background-position: -482px 0px; }
.iti-flag.bh {
  height: 12px;
  background-position: -504px 0px; }
.iti-flag.bi {
  height: 12px;
  background-position: -526px 0px; }
.iti-flag.bj {
  height: 14px;
  background-position: -548px 0px; }
.iti-flag.bl {
  height: 14px;
  background-position: -570px 0px; }
.iti-flag.bm {
  height: 10px;
  background-position: -592px 0px; }
.iti-flag.bn {
  height: 10px;
  background-position: -614px 0px; }
.iti-flag.bo {
  height: 14px;
  background-position: -636px 0px; }
.iti-flag.bq {
  height: 14px;
  background-position: -658px 0px; }
.iti-flag.br {
  height: 14px;
  background-position: -680px 0px; }
.iti-flag.bs {
  height: 10px;
  background-position: -702px 0px; }
.iti-flag.bt {
  height: 14px;
  background-position: -724px 0px; }
.iti-flag.bv {
  height: 15px;
  background-position: -746px 0px; }
.iti-flag.bw {
  height: 14px;
  background-position: -768px 0px; }
.iti-flag.by {
  height: 10px;
  background-position: -790px 0px; }
.iti-flag.bz {
  height: 14px;
  background-position: -812px 0px; }
.iti-flag.ca {
  height: 10px;
  background-position: -834px 0px; }
.iti-flag.cc {
  height: 10px;
  background-position: -856px 0px; }
.iti-flag.cd {
  height: 15px;
  background-position: -878px 0px; }
.iti-flag.cf {
  height: 14px;
  background-position: -900px 0px; }
.iti-flag.cg {
  height: 14px;
  background-position: -922px 0px; }
.iti-flag.ch {
  height: 15px;
  background-position: -944px 0px; }
.iti-flag.ci {
  height: 14px;
  background-position: -961px 0px; }
.iti-flag.ck {
  height: 10px;
  background-position: -983px 0px; }
.iti-flag.cl {
  height: 14px;
  background-position: -1005px 0px; }
.iti-flag.cm {
  height: 14px;
  background-position: -1027px 0px; }
.iti-flag.cn {
  height: 14px;
  background-position: -1049px 0px; }
.iti-flag.co {
  height: 14px;
  background-position: -1071px 0px; }
.iti-flag.cp {
  height: 14px;
  background-position: -1093px 0px; }
.iti-flag.cr {
  height: 12px;
  background-position: -1115px 0px; }
.iti-flag.cu {
  height: 10px;
  background-position: -1137px 0px; }
.iti-flag.cv {
  height: 12px;
  background-position: -1159px 0px; }
.iti-flag.cw {
  height: 14px;
  background-position: -1181px 0px; }
.iti-flag.cx {
  height: 10px;
  background-position: -1203px 0px; }
.iti-flag.cy {
  height: 14px;
  background-position: -1225px 0px; }
.iti-flag.cz {
  height: 14px;
  background-position: -1247px 0px; }
.iti-flag.de {
  height: 12px;
  background-position: -1269px 0px; }
.iti-flag.dg {
  height: 10px;
  background-position: -1291px 0px; }
.iti-flag.dj {
  height: 14px;
  background-position: -1313px 0px; }
.iti-flag.dk {
  height: 15px;
  background-position: -1335px 0px; }
.iti-flag.dm {
  height: 10px;
  background-position: -1357px 0px; }
.iti-flag.do {
  height: 14px;
  background-position: -1379px 0px; }
.iti-flag.dz {
  height: 14px;
  background-position: -1401px 0px; }
.iti-flag.ea {
  height: 14px;
  background-position: -1423px 0px; }
.iti-flag.ec {
  height: 14px;
  background-position: -1445px 0px; }
.iti-flag.ee {
  height: 13px;
  background-position: -1467px 0px; }
.iti-flag.eg {
  height: 14px;
  background-position: -1489px 0px; }
.iti-flag.eh {
  height: 10px;
  background-position: -1511px 0px; }
.iti-flag.er {
  height: 10px;
  background-position: -1533px 0px; }
.iti-flag.es {
  height: 14px;
  background-position: -1555px 0px; }
.iti-flag.et {
  height: 10px;
  background-position: -1577px 0px; }
.iti-flag.eu {
  height: 14px;
  background-position: -1599px 0px; }
.iti-flag.fi {
  height: 12px;
  background-position: -1621px 0px; }
.iti-flag.fj {
  height: 10px;
  background-position: -1643px 0px; }
.iti-flag.fk {
  height: 10px;
  background-position: -1665px 0px; }
.iti-flag.fm {
  height: 11px;
  background-position: -1687px 0px; }
.iti-flag.fo {
  height: 15px;
  background-position: -1709px 0px; }
.iti-flag.fr {
  height: 14px;
  background-position: -1731px 0px; }
.iti-flag.ga {
  height: 15px;
  background-position: -1753px 0px; }
.iti-flag.gb {
  height: 10px;
  background-position: -1775px 0px; }
.iti-flag.gd {
  height: 12px;
  background-position: -1797px 0px; }
.iti-flag.ge {
  height: 14px;
  background-position: -1819px 0px; }
.iti-flag.gf {
  height: 14px;
  background-position: -1841px 0px; }
.iti-flag.gg {
  height: 14px;
  background-position: -1863px 0px; }
.iti-flag.gh {
  height: 14px;
  background-position: -1885px 0px; }
.iti-flag.gi {
  height: 10px;
  background-position: -1907px 0px; }
.iti-flag.gl {
  height: 14px;
  background-position: -1929px 0px; }
.iti-flag.gm {
  height: 14px;
  background-position: -1951px 0px; }
.iti-flag.gn {
  height: 14px;
  background-position: -1973px 0px; }
.iti-flag.gp {
  height: 14px;
  background-position: -1995px 0px; }
.iti-flag.gq {
  height: 14px;
  background-position: -2017px 0px; }
.iti-flag.gr {
  height: 14px;
  background-position: -2039px 0px; }
.iti-flag.gs {
  height: 10px;
  background-position: -2061px 0px; }
.iti-flag.gt {
  height: 13px;
  background-position: -2083px 0px; }
.iti-flag.gu {
  height: 11px;
  background-position: -2105px 0px; }
.iti-flag.gw {
  height: 10px;
  background-position: -2127px 0px; }
.iti-flag.gy {
  height: 12px;
  background-position: -2149px 0px; }
.iti-flag.hk {
  height: 14px;
  background-position: -2171px 0px; }
.iti-flag.hm {
  height: 10px;
  background-position: -2193px 0px; }
.iti-flag.hn {
  height: 10px;
  background-position: -2215px 0px; }
.iti-flag.hr {
  height: 10px;
  background-position: -2237px 0px; }
.iti-flag.ht {
  height: 12px;
  background-position: -2259px 0px; }
.iti-flag.hu {
  height: 10px;
  background-position: -2281px 0px; }
.iti-flag.ic {
  height: 14px;
  background-position: -2303px 0px; }
.iti-flag.id {
  height: 14px;
  background-position: -2325px 0px; }
.iti-flag.ie {
  height: 10px;
  background-position: -2347px 0px; }
.iti-flag.il {
  height: 15px;
  background-position: -2369px 0px; }
.iti-flag.im {
  height: 10px;
  background-position: -2391px 0px; }
.iti-flag.in {
  height: 14px;
  background-position: -2413px 0px; }
.iti-flag.io {
  height: 10px;
  background-position: -2435px 0px; }
.iti-flag.iq {
  height: 14px;
  background-position: -2457px 0px; }
.iti-flag.ir {
  height: 12px;
  background-position: -2479px 0px; }
.iti-flag.is {
  height: 15px;
  background-position: -2501px 0px; }
.iti-flag.it {
  height: 14px;
  background-position: -2523px 0px; }
.iti-flag.je {
  height: 12px;
  background-position: -2545px 0px; }
.iti-flag.jm {
  height: 10px;
  background-position: -2567px 0px; }
.iti-flag.jo {
  height: 10px;
  background-position: -2589px 0px; }
.iti-flag.jp {
  height: 14px;
  background-position: -2611px 0px; }
.iti-flag.ke {
  height: 14px;
  background-position: -2633px 0px; }
.iti-flag.kg {
  height: 12px;
  background-position: -2655px 0px; }
.iti-flag.kh {
  height: 13px;
  background-position: -2677px 0px; }
.iti-flag.ki {
  height: 10px;
  background-position: -2699px 0px; }
.iti-flag.km {
  height: 12px;
  background-position: -2721px 0px; }
.iti-flag.kn {
  height: 14px;
  background-position: -2743px 0px; }
.iti-flag.kp {
  height: 10px;
  background-position: -2765px 0px; }
.iti-flag.kr {
  height: 14px;
  background-position: -2787px 0px; }
.iti-flag.kw {
  height: 10px;
  background-position: -2809px 0px; }
.iti-flag.ky {
  height: 10px;
  background-position: -2831px 0px; }
.iti-flag.kz {
  height: 10px;
  background-position: -2853px 0px; }
.iti-flag.la {
  height: 14px;
  background-position: -2875px 0px; }
.iti-flag.lb {
  height: 14px;
  background-position: -2897px 0px; }
.iti-flag.lc {
  height: 10px;
  background-position: -2919px 0px; }
.iti-flag.li {
  height: 12px;
  background-position: -2941px 0px; }
.iti-flag.lk {
  height: 10px;
  background-position: -2963px 0px; }
.iti-flag.lr {
  height: 11px;
  background-position: -2985px 0px; }
.iti-flag.ls {
  height: 14px;
  background-position: -3007px 0px; }
.iti-flag.lt {
  height: 12px;
  background-position: -3029px 0px; }
.iti-flag.lu {
  height: 12px;
  background-position: -3051px 0px; }
.iti-flag.lv {
  height: 10px;
  background-position: -3073px 0px; }
.iti-flag.ly {
  height: 10px;
  background-position: -3095px 0px; }
.iti-flag.ma {
  height: 14px;
  background-position: -3117px 0px; }
.iti-flag.mc {
  height: 15px;
  background-position: -3139px 0px; }
.iti-flag.md {
  height: 10px;
  background-position: -3160px 0px; }
.iti-flag.me {
  height: 10px;
  background-position: -3182px 0px; }
.iti-flag.mf {
  height: 14px;
  background-position: -3204px 0px; }
.iti-flag.mg {
  height: 14px;
  background-position: -3226px 0px; }
.iti-flag.mh {
  height: 11px;
  background-position: -3248px 0px; }
.iti-flag.mk {
  height: 10px;
  background-position: -3270px 0px; }
.iti-flag.ml {
  height: 14px;
  background-position: -3292px 0px; }
.iti-flag.mm {
  height: 14px;
  background-position: -3314px 0px; }
.iti-flag.mn {
  height: 10px;
  background-position: -3336px 0px; }
.iti-flag.mo {
  height: 14px;
  background-position: -3358px 0px; }
.iti-flag.mp {
  height: 10px;
  background-position: -3380px 0px; }
.iti-flag.mq {
  height: 14px;
  background-position: -3402px 0px; }
.iti-flag.mr {
  height: 14px;
  background-position: -3424px 0px; }
.iti-flag.ms {
  height: 10px;
  background-position: -3446px 0px; }
.iti-flag.mt {
  height: 14px;
  background-position: -3468px 0px; }
.iti-flag.mu {
  height: 14px;
  background-position: -3490px 0px; }
.iti-flag.mv {
  height: 14px;
  background-position: -3512px 0px; }
.iti-flag.mw {
  height: 14px;
  background-position: -3534px 0px; }
.iti-flag.mx {
  height: 12px;
  background-position: -3556px 0px; }
.iti-flag.my {
  height: 10px;
  background-position: -3578px 0px; }
.iti-flag.mz {
  height: 14px;
  background-position: -3600px 0px; }
.iti-flag.na {
  height: 14px;
  background-position: -3622px 0px; }
.iti-flag.nc {
  height: 10px;
  background-position: -3644px 0px; }
.iti-flag.ne {
  height: 15px;
  background-position: -3666px 0px; }
.iti-flag.nf {
  height: 10px;
  background-position: -3686px 0px; }
.iti-flag.ng {
  height: 10px;
  background-position: -3708px 0px; }
.iti-flag.ni {
  height: 12px;
  background-position: -3730px 0px; }
.iti-flag.nl {
  height: 14px;
  background-position: -3752px 0px; }
.iti-flag.no {
  height: 15px;
  background-position: -3774px 0px; }
.iti-flag.np {
  height: 15px;
  background-position: -3796px 0px; }
.iti-flag.nr {
  height: 10px;
  background-position: -3811px 0px; }
.iti-flag.nu {
  height: 10px;
  background-position: -3833px 0px; }
.iti-flag.nz {
  height: 10px;
  background-position: -3855px 0px; }
.iti-flag.om {
  height: 10px;
  background-position: -3877px 0px; }
.iti-flag.pa {
  height: 14px;
  background-position: -3899px 0px; }
.iti-flag.pe {
  height: 14px;
  background-position: -3921px 0px; }
.iti-flag.pf {
  height: 14px;
  background-position: -3943px 0px; }
.iti-flag.pg {
  height: 15px;
  background-position: -3965px 0px; }
.iti-flag.ph {
  height: 10px;
  background-position: -3987px 0px; }
.iti-flag.pk {
  height: 14px;
  background-position: -4009px 0px; }
.iti-flag.pl {
  height: 13px;
  background-position: -4031px 0px; }
.iti-flag.pm {
  height: 14px;
  background-position: -4053px 0px; }
.iti-flag.pn {
  height: 10px;
  background-position: -4075px 0px; }
.iti-flag.pr {
  height: 14px;
  background-position: -4097px 0px; }
.iti-flag.ps {
  height: 10px;
  background-position: -4119px 0px; }
.iti-flag.pt {
  height: 14px;
  background-position: -4141px 0px; }
.iti-flag.pw {
  height: 13px;
  background-position: -4163px 0px; }
.iti-flag.py {
  height: 11px;
  background-position: -4185px 0px; }
.iti-flag.qa {
  height: 8px;
  background-position: -4207px 0px; }
.iti-flag.re {
  height: 14px;
  background-position: -4229px 0px; }
.iti-flag.ro {
  height: 14px;
  background-position: -4251px 0px; }
.iti-flag.rs {
  height: 14px;
  background-position: -4273px 0px; }
.iti-flag.ru {
  height: 14px;
  background-position: -4295px 0px; }
.iti-flag.rw {
  height: 14px;
  background-position: -4317px 0px; }
.iti-flag.sa {
  height: 14px;
  background-position: -4339px 0px; }
.iti-flag.sb {
  height: 10px;
  background-position: -4361px 0px; }
.iti-flag.sc {
  height: 10px;
  background-position: -4383px 0px; }
.iti-flag.sd {
  height: 10px;
  background-position: -4405px 0px; }
.iti-flag.se {
  height: 13px;
  background-position: -4427px 0px; }
.iti-flag.sg {
  height: 14px;
  background-position: -4449px 0px; }
.iti-flag.sh {
  height: 10px;
  background-position: -4471px 0px; }
.iti-flag.si {
  height: 10px;
  background-position: -4493px 0px; }
.iti-flag.sj {
  height: 15px;
  background-position: -4515px 0px; }
.iti-flag.sk {
  height: 14px;
  background-position: -4537px 0px; }
.iti-flag.sl {
  height: 14px;
  background-position: -4559px 0px; }
.iti-flag.sm {
  height: 15px;
  background-position: -4581px 0px; }
.iti-flag.sn {
  height: 14px;
  background-position: -4603px 0px; }
.iti-flag.so {
  height: 14px;
  background-position: -4625px 0px; }
.iti-flag.sr {
  height: 14px;
  background-position: -4647px 0px; }
.iti-flag.ss {
  height: 10px;
  background-position: -4669px 0px; }
.iti-flag.st {
  height: 10px;
  background-position: -4691px 0px; }
.iti-flag.sv {
  height: 12px;
  background-position: -4713px 0px; }
.iti-flag.sx {
  height: 14px;
  background-position: -4735px 0px; }
.iti-flag.sy {
  height: 14px;
  background-position: -4757px 0px; }
.iti-flag.sz {
  height: 14px;
  background-position: -4779px 0px; }
.iti-flag.ta {
  height: 10px;
  background-position: -4801px 0px; }
.iti-flag.tc {
  height: 10px;
  background-position: -4823px 0px; }
.iti-flag.td {
  height: 14px;
  background-position: -4845px 0px; }
.iti-flag.tf {
  height: 14px;
  background-position: -4867px 0px; }
.iti-flag.tg {
  height: 13px;
  background-position: -4889px 0px; }
.iti-flag.th {
  height: 14px;
  background-position: -4911px 0px; }
.iti-flag.tj {
  height: 10px;
  background-position: -4933px 0px; }
.iti-flag.tk {
  height: 10px;
  background-position: -4955px 0px; }
.iti-flag.tl {
  height: 10px;
  background-position: -4977px 0px; }
.iti-flag.tm {
  height: 14px;
  background-position: -4999px 0px; }
.iti-flag.tn {
  height: 14px;
  background-position: -5021px 0px; }
.iti-flag.to {
  height: 10px;
  background-position: -5043px 0px; }
.iti-flag.tr {
  height: 14px;
  background-position: -5065px 0px; }
.iti-flag.tt {
  height: 12px;
  background-position: -5087px 0px; }
.iti-flag.tv {
  height: 10px;
  background-position: -5109px 0px; }
.iti-flag.tw {
  height: 14px;
  background-position: -5131px 0px; }
.iti-flag.tz {
  height: 14px;
  background-position: -5153px 0px; }
.iti-flag.ua {
  height: 14px;
  background-position: -5175px 0px; }
.iti-flag.ug {
  height: 14px;
  background-position: -5197px 0px; }
.iti-flag.um {
  height: 11px;
  background-position: -5219px 0px; }
.iti-flag.un {
  height: 14px;
  background-position: -5241px 0px; }
.iti-flag.us {
  height: 11px;
  background-position: -5263px 0px; }
.iti-flag.uy {
  height: 14px;
  background-position: -5285px 0px; }
.iti-flag.uz {
  height: 10px;
  background-position: -5307px 0px; }
.iti-flag.va {
  height: 15px;
  background-position: -5329px 0px; }
.iti-flag.vc {
  height: 14px;
  background-position: -5346px 0px; }
.iti-flag.ve {
  height: 14px;
  background-position: -5368px 0px; }
.iti-flag.vg {
  height: 10px;
  background-position: -5390px 0px; }
.iti-flag.vi {
  height: 14px;
  background-position: -5412px 0px; }
.iti-flag.vn {
  height: 14px;
  background-position: -5434px 0px; }
.iti-flag.vu {
  height: 12px;
  background-position: -5456px 0px; }
.iti-flag.wf {
  height: 14px;
  background-position: -5478px 0px; }
.iti-flag.ws {
  height: 10px;
  background-position: -5500px 0px; }
.iti-flag.xk {
  height: 15px;
  background-position: -5522px 0px; }
.iti-flag.ye {
  height: 14px;
  background-position: -5544px 0px; }
.iti-flag.yt {
  height: 14px;
  background-position: -5566px 0px; }
.iti-flag.za {
  height: 14px;
  background-position: -5588px 0px; }
.iti-flag.zm {
  height: 14px;
  background-position: -5610px 0px; }
.iti-flag.zw {
  height: 10px;
  background-position: -5632px 0px; }

.iti-flag {
  width: 20px;
  height: 15px;
  box-shadow: 0px 0px 1px 0px #888;
  background-image: url("../../frontend/OM/Desktop/en_US/Magecomp_Mobilelogin/img/flags.png");
  background-repeat: no-repeat;
  background-color: #DBDBDB;
  background-position: 20px 0; }
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti-flag {
    background-image: url("../../frontend/OM/Desktop/en_US/Magecomp_Mobilelogin/img/flags@2x.png"); } }

.iti-flag.np {
  background-color: transparent; }
#error-msg {
  color: red;
}
#valid-msg {
  color: #00C900;
}
input.error {
  border: 1px solid #FF7C7C;
}
@font-face {
  font-family: Montserrat-Bold;
  src: url(../../frontend/OM/Desktop/en_US/Magecomp_Mobilelogin/font/Montserrat-Bold.ttf);
}
@font-face {
  font-family: Montserrat-Regular;
  src: url(../../frontend/OM/Desktop/en_US/Magecomp_Mobilelogin/font/Montserrat-Regular.ttf);
}
#blankerror {
  display: none;
}
#mobileNotValid {
  display: none;
}
#otpNotValid {
  display: none;
}
#validmsg {
  display: none;
}
#reg_mob_error_msg {
  display: none;
}
#reg-sms-please-wait {
  display: none;
}
#regi_otp_cont {
  display: none;
}
#reg-submit-please-wait {
  display: none;
}
#checkforgototperror {
  display: none;
}
#blankerror_forgorpass {
  display: none;
}
#forgotmobileerror {
  display: none;
}
#mobile-forgot-email {
  display: none;
}
#valid-msg {
  display: none;
}
#forgot-mob-error-msg {
  display: none;
}
#forgot-sms-please-wait {
  display: none;
}
#otp-cont {
  display: none;
}
#passresetbyotp {
  display: none;
}
#passresetbyemail {
  display: none;
}
#forgot-sms-verify-please-wait {
  display: none;
}
#forgototpverify {
  display: none;
}
#blankerror_forgot1 {
  display: none;
}
#setnewpass {
  display: none;
}
#passmatcherror {
  display: none;
}
#resetpassvalidation {
  display: none;
}
#blankerror_forgot2 {
  display: none;
}
#set-new-pass-please-wait {
  display: none;
}
#loginotpmobbtnerror {
  display: none;
}
#loginsendotperror {
  display: none;
}
#updatepasssuccess {
  display: none;
}
#sendemail_success {
  display: none;
}
#checkloginotperror {
  display: none;
}
#emptyotp {
  display: none;
}
#login-mob-error-msg {
  display: none;
}
#login-sms-please-wait {
  display: none;
}
#loginotpverify {
  display: none;
}
#login-verify-please-wait {
  display: none;
}
#notice {
  margin-left: 44px !important;
}
#forgotmob-div {
  float: left;
  width: 100%;
}
#emailpasswrong_error1 {
  display: none;
}
#progress-indicator {
  display: none;
}
#form-list {
  padding: 0;
}
#input-box-login {
  position: relative;
}
#input-box-password {
  position: relative;
}
#notice1 {
  margin-left: 5px;
}
#progress_indecator {
  float: right;
}
#blankpage_customer_register {
  display: none;
}
#otpverify {
  display: none;
}
#reg-otp-verify-please-wait {
  display: none;
}
#customer-progress-indicator {
  display: none;
}
#sending {
  display: none;
  cursor: pointer;
}
#submitbtnajax1 {
  float: left;
}
#submitbtnajax {
  float: left;
}
#emailpasswrong_msg {
  display: none;
}
#customer-login-please-wait {
  display: none;
}
#updatemobile_img {
  display: none;
}
.modal {
  display: none;
  position: fixed;
  z-index: 9999999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.71);
}
.modal .error1 {
  color: #f44242;
  padding: 9px;
  margin-top: 10px;
  clear: both;
}
.modal .success {
  color: #30b201;
  font-weight: 600;
  width: 90%;
  padding: 2px;
  clear: both;
}
.modal .page-title {
  color: #169fc8;
  font-family: Montserrat-Bold;
  font-size: 30px;
  font-variant-caps: all-small-caps;
  font-weight: bold;
  text-align: center;
}
.modal .error span {
  font-size: 12px;
  margin-left: 11px;
}
.modal .button {
  font-weight: bold !important;
  font-weight: bold;
}
.modal input[type="text"] {
  border: 2px solid #d2dae2;
  border-radius: 6px;
  max-width: 600px;
  padding-right: 50px;
  box-shadow: 0px 3px 8.550000000000001px 0.45px rgba(0, 0, 0, 0.21);
  height: 40px !important;
  font-size: 12px;
  font-family: Montserrat-Bold;
}
.modal input[type="text"]::-moz-placeholder {
  color: #313131;
  font-family: Montserrat-Regular;
  opacity: 1;
}
.modal input[type="text"]::-webkit-input-placeholder {
  color: #000;
  font-family: Montserrat-Regular;
}
.modal input[type="password"] {
  border: 2px solid #d2dae2;
  border-radius: 6px;
  max-width: 600px;
  padding-right: 50px;
  box-shadow: 0px 3px 8.550000000000001px 0.45px rgba(0, 0, 0, 0.21);
  height: 40px !important;
  font-size: 12px;
  font-family: Montserrat-Bold;
}
.modal input[type="password"]::-moz-placeholder {
  color: #313131;
  font-family: Montserrat-Regular;
  opacity: 1;
}
.modal input[type="password"]::-webkit-input-placeholder {
  color: #000;
  font-family: Montserrat-Regular;
}
.modal .buttons-set {
  margin: 31px auto 80px;
  max-width: 510px;
  width: 88%;
}
.modal .buttons-set button.button {
  float: right;
}
.modal .buttons-set-ultimate {
  margin: 31px auto 80px;
  max-width: 450px;
  width: 95%;
  font-size: 12px;
}
.left {
  float: left !important;
  margin-right: 15px;
}
select:focus {
  outline: none;
}
.customer-progress-indicator {
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 10003;
}
.customer-please-wait {
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
}
.page_title {
  color: #169fc8;
  font-family: Montserrat-Bold;
  font-size: 30px;
  font-variant-caps: all-small-caps;
  font-weight: bold;
  text-align: center;
}
.mobile-modal-content {
  background-color: #ffffff;
  font-family: Montserrat-Regular;
  height: 550px;
  left: 0;
  margin: 0 auto;
  padding: 20px;
  position: absolute;
  right: 0;
  top: 25%;
  max-width: 460px;
}
.mobile-modal-content .form-list {
  margin: 0;
  padding: 0;
  text-align: center;
}
.mobile-modal-content .action {
  background-color: #ffffff;
  border: medium none;
  border-radius: 8px;
  box-shadow: 0 3px 13.05px 1.95px rgba(0, 0, 0, 0.21);
  color: #169fc8;
  font-family: Montserrat-Bold;
  font-size: 26px;
  height: 50px;
  text-transform: uppercase;
  width: 100%;
  padding: 0;
}
.mobile-modal-content .buttons-set {
  margin: 31px auto 80px !important;
  max-width: 578px !important;
  width: 100% !important;
}
.ajax-register-form .ultimate {
  width: 800px;
  height: 600px;
}
.ajax-register-form .ultimate .leftimage {
  height: 600px !important;
}
.ajax-register-form .sendotp {
  float: right;
}
.ajax-register-form .error {
  color: #903;
}
.ajax-register-form .verifyotp {
  max-width: 192px !important;
}
.ajax-forgot-form .ultimate {
  width: 800px;
  height: 600px;
}
.ajax-forgot-form .ultimate .notice {
  margin-left: 40px;
  margin-bottom: 10px;
  text-align: left;
  margin-top: 10px;
  margin-left: 40px !important;
}
.ajax-forgot-form .mobile-modal-content {
  height: 550px;
}
.ajax-forgot-form .mobile-modal-content .notice {
  margin-left: 43px;
  margin-bottom: 10px;
  text-align: left;
  margin-top: 10px;
}
.ajax-login-form .ultimate {
  width: 800px;
  height: 600px;
}
.ajax-login-form .ultimate .notice {
  margin-left: 40px;
  margin-bottom: 10px;
  text-align: left;
  margin-top: 10px;
}
.ajax-login-form .mobile-modal-content {
  font-family: Montserrat-Regular;
  height: auto;
}
.ajax-login-form .mobile-modal-content .notice {
  margin-left: 43px;
  margin-bottom: 10px;
  text-align: left;
  margin-top: 10px;
  margin-left: 6px !important;
}
.ajax-login-form ul li {
  list-style: outside none none !important;
}
.ajax-login-form .page-title {
  margin-top: 20px;
}
.ultimate {
  background-color: #ffffff;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 25%;
  font-family: Montserrat-Regular;
}
.ultimate .email {
  width: 100% !important;
}
.ultimate .mobilenumber {
  width: 100% !important;
}
.ultimate .notice {
  margin-left: 5px;
  margin-bottom: 10px;
}
.ultimate .reg-form .send-otp-button {
  margin-right: 0.5% !important;
}
.submitbtnajax {
  text-align: center;
  margin: 0 auto;
  width: 97px;
}
.progress-indicator {
  text-align: center;
}
.model-bottom {
  float: left;
  margin-top: 30px;
  width: 100%;
}
.notice {
  font-size: 11px;
  margin-left: 3px;
  margin-bottom: 10px;
}
.buttons-set a:hover {
  text-decoration: none !important;
}
.close {
  color: #000;
  font-size: 26px;
  font-weight: bold;
  position: absolute;
  right: 10px;
  background-image: url("../../frontend/OM/Desktop/en_US/Magecomp_Mobilelogin/images/icons.png");
  background-position: -65px -2px;
  padding: 11px;
}
.close:hover {
  text-decoration: none;
  cursor: pointer;
}
.close:focus {
  text-decoration: none;
  cursor: pointer;
}
.closediv {
  float: right;
  height: 20px;
  position: relative;
  right: -20px;
  text-align: center;
  top: -10px;
  vertical-align: middle;
}
.mobbtn {
  background-color: #ffffff;
  border: medium none;
  border-radius: 6px;
  box-shadow: 0 3px 13.05px 1.95px rgba(0, 0, 0, 0.21);
  color: #169fc8;
  font-family: Montserrat-Bold;
  height: 40px;
  text-transform: uppercase;
  width: 100%;
  padding: 0;
  max-width: 150px;
  font-size: 13px !important;
  background-color: #169fc8;
  color: white;
}
.mobbtn:hover {
  background-color: #ffffff !important;
  border: medium none;
  border-radius: 8px;
  color: #169fc8;
  font-family: Montserrat-Bold;
  padding: 0;
  text-transform: uppercase;
}
.progress-indicator.forgot-mobile-progress-indicator {
  float: right !important;
  margin-right: 60px;
  margin-top: 18px;
}
.forogotlink {
  float: right;
}
.forogotlink a {
  color: #169fc8;
  font-size: 12px;
}
.right {
  float: left;
  padding: 20px;
  width: 53%;
}
.leftimg {
  float: left;
  height: 100%;
  object-fit: cover;
  width: 100%;
  display: inline-block;
}
.closediv-ultimate {
  float: right;
  height: 20px;
  position: relative;
  right: -25px;
  text-align: center;
  top: -10px;
  vertical-align: middle;
  width: 20px;
}
.register-ultimate {
  float: left;
  font-size: 11px;
  margin-left: 24px;
}
.leftimage {
  float: left;
  width: 47%;
  height: 600px;
  max-width: 330px;
}
.register {
  font-size: 12px;
  float: left;
}
.reg-form .register {
  margin-top: 10px;
  font-size: 12px;
}
.reg-form .reginput {
  width: 47%;
  float: left;
  margin-bottom: 12px;
}
.reg-form .send-otp-button {
  float: right;
  margin-right: 0.5%;
  margin-bottom: 12px;
}
.reg-form .otp-content {
  width: 100%;
  margin: 0;
}
.reg-form .even {
  margin-left: 6%;
}
.setnewpass .reginput {
  margin-bottom: 12px;
}
#myModal input::-webkit-input-placeholder {
  color: grey !important;
}
#myModal input:-moz-placeholder {
  color: grey !important;
}
#myModal input::-moz-placeholder {
  color: grey !important;
}
#myModal input:-ms-input-placeholder {
  color: red !important;
}
#login-type {
  height: 33px;
  padding-right: 2px;
  margin-top: 30px;
  margin-bottom: 0px;
  padding-left: 0px;
  margin-left: 9px;
}
#login-type li {
  float: left;
  list-style: none;
  outline: none;
  width: 49%;
  text-align: center;
}
#login-type li a {
  font-family: Arial, Helvetica, sans-serif;
  font-size: small;
  font-weight: bold;
  color: #5685bc;
  padding-top: 12px;
  padding-left: 7px;
  padding-right: 7px;
  padding-bottom: 6%;
  display: block;
  background: #FFF;
  text-decoration: none;
  outline: none;
  text-transform: uppercase;
  font-size: 13px !important;
  background-color: #169fc8 !important;
  color: white;
  border-radius: 6px;
  box-shadow: 0 3px 13.05px 1.95px rgba(0, 0, 0, 0.21);
  font-family: Montserrat-Regular;
}
#login-type li a:hover {
  color: #169fc8 !important;
  outline: none;
  background-color: #ffffff !important;
  border: medium none;
  border-radius: 8px;
  color: #169fc8;
  box-shadow: 0 3px 13.05px 1.95px rgba(0, 0, 0, 0.21) !important;
}
#login-type li a.inactive {
  padding-top: 12px;
  padding-bottom: 5.4%;
  padding-left: 8px;
  padding-right: 8px;
  color: #333 !important;
  background: #EEE !important;
  outline: none;
  text-transform: uppercase;
  box-shadow: none !important;
}
#login-type .login-type-last {
  margin-left: 2% !important;
}
#tabs li a.inactive:hover {
  color: #169fc8 !important;
  outline: none;
  background-color: #ffffff !important;
  border: medium none;
  border-radius: 8px;
  color: #169fc8;
  box-shadow: 0 3px 13.05px 1.95px rgba(0, 0, 0, 0.21) !important;
}
.login-container h2 {
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 10px;
  color: #5685bc;
}
.login-container p {
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 1.3;
  font-size: small;
}
.login-container ul {
  margin-left: 4px;
  font-size: small;
  line-height: 1.4;
  list-style-type: disc;
}
.login-container li {
  padding-bottom: 5px;
  margin-left: 5px;
}
.custom-select {
  position: relative;
  font-family: Arial;
  width: 26%;
  float: left;
  border: 2px solid #d2dae2;
  border-radius: 8px;
  box-shadow: 0 3px 13.05px 1.95px rgba(0, 0, 0, 0.21);
  font-weight: bold;
  margin-bottom: 31px;
  margin-left: 5%;
  margin-right: 2%;
}
.custom-select select {
  display: none;
}
.select-selected {
  background-color: white;
  border-radius: 8px;
  padding: 8px 16px;
  border: 1px solid transparent;
  cursor: pointer;
  user-select: none;
}
.select-selected:after {
  position: absolute;
  content: "";
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #000 transparent transparent transparent;
}
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
  top: 7px;
}
.select-items {
  background-color: #ffffff;
  border: medium none;
  box-shadow: 0 3px 13.05px 1.95px rgba(0, 0, 0, 0.21);
  font-family: Montserrat-Bold;
  border-radius: 4px;
  position: absolute;
  background-color: white;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}
.select-items div {
  padding: 8px 16px;
  border: 1px solid transparent;
  cursor: pointer;
  user-select: none;
}
.select-items div:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.select-hide {
  display: none;
}
.same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}
.reset-type {
  border: 2px solid #d2dae2;
  border-radius: 8px;
  box-shadow: 0 3px 13.05px 1.95px rgba(0, 0, 0, 0.21);
  float: none;
  font-weight: bold;
  height: 43px;
  margin-bottom: 31px;
  margin-left: 5%;
  margin-right: 2%;
  width: 28%;
}
.reset-msg {
  font-size: 14px;
  float: left;
  width: 64%;
}
#ajaxlogin-forgot-window .send-otp-button {
  float: right;
  margin-right: 9.5%;
  margin-bottom: 12px;
  margin-top: 18px;
}
.reg-submit {
  padding-top: 0px;
  width: 190px !important;
}
.registraionform .content {
  margin-top: 23px !important;
}
.create-account-page-main-div .progress-indicator {
  float: left;
  position: absolute;
}
.create-account-page-main-div .error {
  color: #e02b27;
}
.create-account-resend-otp {
  float: right;
  cursor: pointer;
}
.forgotmobileerror {
  color: #903;
}
#forgotmob {
  font-family: Montserrat-Regular !important;
}
.option {
  background-color: #ffffff;
  border: medium none;
  border-radius: 8px;
  box-shadow: 0 3px 13.05px 1.95px rgba(0, 0, 0, 0.21);
  color: #169fc8;
  font-family: Montserrat-Bold;
  height: 50px;
  text-transform: uppercase;
}
.mobileotpsenderror {
  display: none;
}
.checkotperror {
  display: none;
}
.mobileExist {
  display: none;
}
.regcontollererror {
  display: none;
}
.login-window .content {
  margin-top: 47px;
}
label.reset-msg {
  line-height: 40px;
}
.passresetbyemail {
  margin-right: 8.5%;
}
input.forgotverifyotp.reset-password.mobbtn {
  width: 140px !important;
}
.forgotverifyotp.reset-password .model-bottom {
  width: 95% !important;
  float: none !important;
}
.createlinking {
  color: #fa6000 !important;
}
.loginlink {
  margin: 0 auto;
  width: 97px;
}
.user-icon {
  background-image: url("../../frontend/OM/Desktop/en_US/Magecomp_Mobilelogin/images/icons.png");
  background-repeat: no-repeat;
  padding: 20px;
  position: absolute;
  right: 4px;
  top: -18px;
  background-position: -15px 10px;
}
.pass-icon {
  background-image: url("../../frontend/OM/Desktop/en_US/Magecomp_Mobilelogin/images/icons.png");
  background-repeat: no-repeat;
  padding: 20px;
  position: absolute;
  right: 4px;
  top: -18px;
  background-position: -104px 11px;
}
.otp-content {
  margin: 30px auto 0;
  width: 83%;
}
.loginotpverify {
  float: left;
  width: 100%;
}
.loginotpverify .submitbtnajax {
  width: 250px;
}
.info {
  margin: 29px auto 0;
  width: 85%;
}
.info > p {
  margin-bottom: 0;
}
.form-create-account .info {
  margin: 0;
  width: 100%;
}
.form-create-account .otp-content {
  margin: 0;
  width: 100%;
}
.form-create-account .submitbtnajax {
  width: 0;
}
.reg-email {
  width: 100% !important;
}
.reg-mobile {
  width: 100% !important;
}
.forgotsendotp.mobbtn {
  float: right;
}
@media screen and (max-width: 1500px) {
  .ultimate {
    top: 5%;
  }
  .mobile-modal-content {
    top: 2%;
  }
}
@media screen and (max-width: 768px) {
  .ajax-login-form .mobile-modal-content {
    width: 95%;
  }
  .ajax-login-form .ultimate {
    width: 95%;
  }
  .ajax-register-form .mobile-modal-content {
    width: 95%;
  }
  .ajax-register-form .ultimate {
    width: 95%;
  }
  .ajax-forgot-form .mobile-modal-content {
    width: 95%;
  }
  .ajax-forgot-form .ultimate {
    width: 95%;
  }
  .right {
    width: 46%;
  }
}
@media screen and (max-width: 650px) {
  .ajax-login-form .mobile-modal-content {
    width: 85%;
  }
  .ajax-login-form .ultimate {
    width: 85%;
    max-width: 550px;
    width: 80%;
  }
  .ajax-login-form .right {
    float: left;
    margin: 0 auto;
    padding: 7px;
    width: 93%;
  }
  .ajax-register-form .mobile-modal-content {
    width: 85%;
  }
  .ajax-register-form .ultimate {
    width: 85%;
  }
  .ajax-forgot-form .mobile-modal-content {
    width: 85%;
  }
  .ajax-forgot-form .ultimate {
    width: 85%;
  }
  .leftimage {
    display: none;
  }
  .right {
    padding: 0px;
    width: 100%;
    float: left;
    margin: 0 auto;
  }
  .closediv-ultimate {
    top: -6px;
  }
  .ultimate {
    padding: 20px;
  }
}
@media screen and (max-width: 585px) {
  .forogotlink {
    font-size: 12px;
    float: left;
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .ajax-login-form .mobile-modal-content {
    width: 85%;
    height: auto;
  }
  .ajax-register-form .mobile-modal-content {
    width: 85%;
    height: auto;
  }
  .ajax-forgot-form .mobile-modal-content {
    width: 85%;
    height: auto;
  }
  #login-type li a {
    padding-bottom: 8.7%;
    font-size: 11px !important;
  }
  #login-type li a.inactive {
    padding-bottom: 7.7%;
  }
  .modal .buttons-set {
    width: 100%;
    font-size: 12px;
  }
  .mobile-modal-content {
    top: 3%;
  }
  .mobile-modal-content .input-text {
    height: 55px !important;
  }
  .forogotlink {
    font-size: 12px;
    float: left;
    width: 100%;
  }
  .reset-type {
    margin-top: 10px;
    margin-left: 0px;
  }
  .reg-form {
    margin-left: 0;
  }
  .reg-form .reginput {
    width: 100% !important;
  }
  .reg-form .even {
    margin-left: 0;
  }
  .reg-form .otp-content {
    width: 100%;
  }
  .reg-form .send-otp-button {
    margin-right: 1%;
  }
  .ultimate .reg-form .reginput {
    width: 98% !important;
  }
}
/**
 * Copyright © Magefan (support@magefan.com). All rights reserved.
 * Please visit Magefan.com for license details (https://magefan.com/end-user-license-agreement).
 *
 * Glory to Ukraine! Glory to the heroes!
 */

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

.post-holder {
    padding-bottom: 20px;
    margin-bottom: 40px;
    /*background: #F5F5F5;*/
    padding: 20px;
    border: 1px solid #e9e9e9;
    border-radius: 5px;
}
/*
.post-holder:hover {
    box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 2;
}
*/

.post-holder .post-header {position:relative;}

.post-holder .post-header .post-info {padding: 0 0 20px 0;}
.post-holder .post-header .post-info .item {display: inline-block}
.post-holder .post-header .post-info .dash {display: none; /* fix for old templates */}
.post-holder .post-header .post-info .label {font-weight: 700;}
.post-holder .post-header .post-info .value {font-style: italic;}
.post-holder .post-header .post-info .item::after {display: inline-block; content: ' | ';color:#b9b9b9}
.post-holder .post-header .post-info .item:last-child::after{display: none}

.post-list {
    margin-top: 0px;
    margin-bottom: 20px;
    list-style: none;
}
.post-list-wrapper .post-list {padding-left: 0}

.post-list .post-content .post-read-more {padding-top:10px; float:right;}

.subcategory-links-wrapper ul,
.post-links-wrapper ul {list-style: none}

.post-content .post-description img {margin: 15px 0;max-width: 100%;height: auto}
.post-content .post-description ul,
.post-content .post-description ol {list-style-position: inside;}

.post-content .post-description .post-ftimg-hld {margin: 0 0 10px 0;}
.post-content .post-description .post-ftimg-hld img {width:100%; padding:0; margin:0;}

.post-list .post-header .post-title {max-width:80%;}
.post-list .post-header .post-title a {
    text-decoration: none;
    font-size: 22px;
    color: #636363;
}



.post-list .post-header .post-title {
    margin: 0;
    padding: 10px 0;
    float:left;
}

.post-list .post-holder .post-header .addthis_toolbox {float: right; padding-top: 20px;}
.post-list .hidden {display:none;}

.post-view .post-holder .post-header .addthis_toolbox {float: right;}
.post-view .post-bottom {margin-top:30px;}

.post-view .post-nextprev-hld  {margin-bottom: 30px;}
.post-view .post-nextprev-hld .nextprev-link {font-weight: 700;}
.post-view .post-nextprev-hld .prev-link {float:left}
.post-view .post-nextprev-hld .next-link {float:right}

.post-view .post-gallery {margin:15px 0 15px 0}
.post-view .post-gallery .gallery-image-hld {margin: 0 14px 14px 0; border:1px solid #ccc; display: block; float:left}
.post-view .post-gallery .gallery-image{padding: 0; margin:0; display:block}

.post-view .block {margin-bottom: 30px;}


.widget.block-categories ul {
    list-style: initial;
    padding-left:0;
}

.widget.block-categories ul ul {
    margin-left:20px;
}

.widget.block-categories ul,
.widget.block-categories li {
    margin: 5px 0 5px 9px;
    padding: 0;
}

.widget.block-rss .rss-icon {float: left; width: 23px; padding-right: 10px;}

.widget.blog-search {
    width:100%;
    margin-bottom: 40px;
    position: relative;
    float: right;
    /*padding-left: 15px;
    z-index: 4;*/
}

.widget.blog-search .block-content {
    margin-bottom: 0;
}

.widget.blog-search .block-content .form {
    position: relative;
}

.widget.blog-search  label {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    text-decoration: none;
    display: inline-block;
    float: right;
}

.widget.blog-search .control {
    border-top: 0;
    margin: 0;
    padding: 0;
    clear: both;
}

.widget.blog-search input {
    position: static;
    padding-right: 35px;
    margin: 0;
    left: -300%;
}

.widget.blog-search .action.search {
    position: absolute;
    right: 10px;
    top: 0;
    top: calc(50% - 16px);
    z-index: 1;
    display: inline-block;
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
}

.widget.blog-search .action.search:before {
    -webkit-font-smoothing: antialiased;
    content: '';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    overflow: hidden;
    speak: none;
    width: 16px;
    height: 32px;
    background: url(../../frontend/OM/Desktop/en_US/Magefan_Blog/images/search-icon.svg) no-repeat -10px -7px;
    background-size: 35px;
    opacity: 0.5;
}

.widget.blog-search .action.search > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/* Tag claud widget */
.widget.block-tagclaud .smallest{font-size: 0.75em}
.widget.block-tagclaud .small{font-size:1em}
.widget.block-tagclaud .medium{font-size:1.25em}
.widget.block-tagclaud .large{font-size:1.5em}
.widget.block-tagclaud .largest{font-size:2em}

.blog-widget-recent .post-list {
    padding: 0;
    margin: 0;
}

.blog-widget-recent .post-holder {
    width: 31.2%;
    float: left;
    margin: 1%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.post-list-wrapper.blog-widget-recent:not(.blog-widget-recent-masonry) .post-holder {width: 48%;}
.post-list-wrapper.blog-widget-recent:not(.blog-widget-recent-masonry) .post-holder:nth-child(2n+1) {
    clear: both;
}
@media (max-width: 767px) {
    .post-list-wrapper.blog-widget-recent:not(.blog-widget-recent-masonry) .post-holder {width: 98%;}
}

@media (max-width: 1024px) {
    .blog-widget-recent .post-holder {
        width: 48%;
    }
}
@media (max-width: 767px) {
    .blog-widget-recent .post-holder {
        width: 98%;
    }
}

.blog-widget-recent .post-description .post-text-hld {
    min-height: 150px;
    overflow-y: auto;
}

.blog-widget-recent-masonry .post-description .post-text-hld {
    max-height: none;
    min-height: 0;
}
.blog-widget-recent-masonry .post-description .post-ftimg-hld {
    width: 100%;
    margin: 0;
}

.mfblog-autoloader {text-align: center;}
.mfblog-autoloader .mfblog-show-onload {display: none;}


@media (max-width: 420px) {
    #mfblog_gcomments {max-width:345px; overflow-y: scroll;}
}

.blog-category-view .category-content,
.blog-tag-view .tag-content {padding-left: 0}

/* Posts List */
.widget.block-list-posts .block-content .item {
    padding: 8px 0 0 0;
}
.widget.block-list-posts .block-content .item .post-image {
    width: 60px;
    float: left;
    border-radius: 0;
    padding: 2px;
    background-color: #fff;
    border: 1px solid #e9e9e9;
    margin-right: 12px;
}
.widget.block-list-posts .block-content .item .post-image .post-item-link {
    display: inline-block;
}
.widget.block-list-posts .block-content .item .post-image .post-item-link img {
    width: 100%;
    height: auto;
    vertical-align: middle;
}
/* END Posts List */
/**
 * Copyright © Magefan (support@magefan.com). All rights reserved.
 * Please visit Magefan.com for license details (https://magefan.com/end-user-license-agreement).
 *
 * Glory to Ukraine! Glory to the heroes!
 *//**
 * 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 - Core
 */
.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1;
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */
}

.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;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
    display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
    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-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
}

.owl-carousel.owl-loaded {
    display: block;
}

.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;
}

/* No Js */
.no-js .owl-carousel {
    display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
    animation-duration: 1000ms;
    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 Carousel - Auto Height Plugin
 */
.owl-height {
    transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
    /**
              This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
              calculation of the height of the owl-item that breaks page layouts
           */
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.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/OM/Desktop/en_US/Mageplaza_Core/css/owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform 100ms 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-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none;
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 400ms 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
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.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: 0.5;
    cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 10px;
}

.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #869791;
}
@charset "UTF-8";

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.7.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */

@-webkit-keyframes bounce{0%,20%,53%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0);animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0);animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}@keyframes bounce{0%,20%,53%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0);animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0);animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}.bounce{-webkit-animation-name:bounce;-webkit-transform-origin:center bottom;animation-name:bounce;transform-origin:center bottom}@-webkit-keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.pulse{-webkit-animation-name:pulse;animation-name:pulse}@-webkit-keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shake{0%,to{-webkit-transform:translateZ(0);transform:translateZ(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{0%,to{-webkit-transform:translateZ(0);transform:translateZ(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-name:headShake;-webkit-animation-timing-function:ease-in-out;animation-name:headShake;animation-timing-function:ease-in-out}@-webkit-keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}.swing{-webkit-animation-name:swing;-webkit-transform-origin:top center;animation-name:swing;transform-origin:top center}@-webkit-keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(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(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}@keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(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(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.jello{-webkit-animation-name:jello;-webkit-transform-origin:center;animation-name:jello;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-duration:1.3s;-webkit-animation-name:heartBeat;-webkit-animation-timing-function:ease-in-out;animation-duration:1.3s;animation-name:heartBeat;animation-timing-function:ease-in-out}@-webkit-keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{-webkit-transform:scale3d(.3,.3,.3);opacity:0;transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{-webkit-transform:scale3d(1.03,1.03,1.03);opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{-webkit-transform:scaleX(1);opacity:1;transform:scaleX(1)}}@keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{-webkit-transform:scale3d(.3,.3,.3);opacity:0;transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{-webkit-transform:scale3d(1.03,1.03,1.03);opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{-webkit-transform:scaleX(1);opacity:1;transform:scaleX(1)}}.bounceIn{-webkit-animation-duration:.75s;-webkit-animation-name:bounceIn;animation-duration:.75s;animation-name:bounceIn}@-webkit-keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{-webkit-transform:translate3d(0,-3000px,0);opacity:0;transform:translate3d(0,-3000px,0)}60%{-webkit-transform:translate3d(0,25px,0);opacity:1;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:translateZ(0);transform:translateZ(0)}}@keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{-webkit-transform:translate3d(0,-3000px,0);opacity:0;transform:translate3d(0,-3000px,0)}60%{-webkit-transform:translate3d(0,25px,0);opacity:1;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:translateZ(0);transform:translateZ(0)}}.bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{-webkit-transform:translate3d(-3000px,0,0);opacity:0;transform:translate3d(-3000px,0,0)}60%{-webkit-transform:translate3d(25px,0,0);opacity:1;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:translateZ(0);transform:translateZ(0)}}@keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{-webkit-transform:translate3d(-3000px,0,0);opacity:0;transform:translate3d(-3000px,0,0)}60%{-webkit-transform:translate3d(25px,0,0);opacity:1;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:translateZ(0);transform:translateZ(0)}}.bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{-webkit-transform:translate3d(3000px,0,0);opacity:0;transform:translate3d(3000px,0,0)}60%{-webkit-transform:translate3d(-25px,0,0);opacity:1;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:translateZ(0);transform:translateZ(0)}}@keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{-webkit-transform:translate3d(3000px,0,0);opacity:0;transform:translate3d(3000px,0,0)}60%{-webkit-transform:translate3d(-25px,0,0);opacity:1;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:translateZ(0);transform:translateZ(0)}}.bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{-webkit-transform:translate3d(0,3000px,0);opacity:0;transform:translate3d(0,3000px,0)}60%{-webkit-transform:translate3d(0,-20px,0);opacity:1;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:translateZ(0);transform:translateZ(0)}}@keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{-webkit-transform:translate3d(0,3000px,0);opacity:0;transform:translate3d(0,3000px,0)}60%{-webkit-transform:translate3d(0,-20px,0);opacity:1;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:translateZ(0);transform:translateZ(0)}}.bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{-webkit-transform:scale3d(1.1,1.1,1.1);opacity:1;transform:scale3d(1.1,1.1,1.1)}to{-webkit-transform:scale3d(.3,.3,.3);opacity:0;transform:scale3d(.3,.3,.3)}}@keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{-webkit-transform:scale3d(1.1,1.1,1.1);opacity:1;transform:scale3d(1.1,1.1,1.1)}to{-webkit-transform:scale3d(.3,.3,.3);opacity:0;transform:scale3d(.3,.3,.3)}}.bounceOut{-webkit-animation-duration:.75s;-webkit-animation-name:bounceOut;animation-duration:.75s;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{-webkit-transform:translate3d(0,-20px,0);opacity:1;transform:translate3d(0,-20px,0)}to{-webkit-transform:translate3d(0,2000px,0);opacity:0;transform:translate3d(0,2000px,0)}}@keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{-webkit-transform:translate3d(0,-20px,0);opacity:1;transform:translate3d(0,-20px,0)}to{-webkit-transform:translate3d(0,2000px,0);opacity:0;transform:translate3d(0,2000px,0)}}.bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{-webkit-transform:translate3d(20px,0,0);opacity:1;transform:translate3d(20px,0,0)}to{-webkit-transform:translate3d(-2000px,0,0);opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes bounceOutLeft{20%{-webkit-transform:translate3d(20px,0,0);opacity:1;transform:translate3d(20px,0,0)}to{-webkit-transform:translate3d(-2000px,0,0);opacity:0;transform:translate3d(-2000px,0,0)}}.bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{-webkit-transform:translate3d(-20px,0,0);opacity:1;transform:translate3d(-20px,0,0)}to{-webkit-transform:translate3d(2000px,0,0);opacity:0;transform:translate3d(2000px,0,0)}}@keyframes bounceOutRight{20%{-webkit-transform:translate3d(-20px,0,0);opacity:1;transform:translate3d(-20px,0,0)}to{-webkit-transform:translate3d(2000px,0,0);opacity: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%{-webkit-transform:translate3d(0,20px,0);opacity:1;transform:translate3d(0,20px,0)}to{-webkit-transform:translate3d(0,-2000px,0);opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{-webkit-transform:translate3d(0,20px,0);opacity:1;transform:translate3d(0,20px,0)}to{-webkit-transform:translate3d(0,-2000px,0);opacity:0;transform:translate3d(0,-2000px,0)}}.bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{-webkit-transform:translate3d(0,-100%,0);opacity:0;transform:translate3d(0,-100%,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}@keyframes fadeInDown{0%{-webkit-transform:translate3d(0,-100%,0);opacity:0;transform:translate3d(0,-100%,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{-webkit-transform:translate3d(0,-2000px,0);opacity:0;transform:translate3d(0,-2000px,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}@keyframes fadeInDownBig{0%{-webkit-transform:translate3d(0,-2000px,0);opacity:0;transform:translate3d(0,-2000px,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}.fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{-webkit-transform:translate3d(-100%,0,0);opacity:0;transform:translate3d(-100%,0,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}@keyframes fadeInLeft{0%{-webkit-transform:translate3d(-100%,0,0);opacity:0;transform:translate3d(-100%,0,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}.fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{-webkit-transform:translate3d(-2000px,0,0);opacity:0;transform:translate3d(-2000px,0,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}@keyframes fadeInLeftBig{0%{-webkit-transform:translate3d(-2000px,0,0);opacity:0;transform:translate3d(-2000px,0,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}.fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{-webkit-transform:translate3d(100%,0,0);opacity:0;transform:translate3d(100%,0,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}@keyframes fadeInRight{0%{-webkit-transform:translate3d(100%,0,0);opacity:0;transform:translate3d(100%,0,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}.fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{-webkit-transform:translate3d(2000px,0,0);opacity:0;transform:translate3d(2000px,0,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}@keyframes fadeInRightBig{0%{-webkit-transform:translate3d(2000px,0,0);opacity:0;transform:translate3d(2000px,0,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}.fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{-webkit-transform:translate3d(0,100%,0);opacity:0;transform:translate3d(0,100%,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}@keyframes fadeInUp{0%{-webkit-transform:translate3d(0,100%,0);opacity:0;transform:translate3d(0,100%,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{-webkit-transform:translate3d(0,2000px,0);opacity:0;transform:translate3d(0,2000px,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}@keyframes fadeInUpBig{0%{-webkit-transform:translate3d(0,2000px,0);opacity:0;transform:translate3d(0,2000px,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}.fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1}to{-webkit-transform:translate3d(0,100%,0);opacity:0;transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{0%{opacity:1}to{-webkit-transform:translate3d(0,100%,0);opacity:0;transform:translate3d(0,100%,0)}}.fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1}to{-webkit-transform:translate3d(0,2000px,0);opacity:0;transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{0%{opacity:1}to{-webkit-transform:translate3d(0,2000px,0);opacity:0;transform:translate3d(0,2000px,0)}}.fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1}to{-webkit-transform:translate3d(-100%,0,0);opacity:0;transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{0%{opacity:1}to{-webkit-transform:translate3d(-100%,0,0);opacity:0;transform:translate3d(-100%,0,0)}}.fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1}to{-webkit-transform:translate3d(-2000px,0,0);opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{0%{opacity:1}to{-webkit-transform:translate3d(-2000px,0,0);opacity:0;transform:translate3d(-2000px,0,0)}}.fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0);opacity:0;transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0);opacity:0;transform:translate3d(100%,0,0)}}.fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1}to{-webkit-transform:translate3d(2000px,0,0);opacity:0;transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{0%{opacity:1}to{-webkit-transform:translate3d(2000px,0,0);opacity:0;transform:translate3d(2000px,0,0)}}.fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1}to{-webkit-transform:translate3d(0,-100%,0);opacity:0;transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{0%{opacity:1}to{-webkit-transform:translate3d(0,-100%,0);opacity:0;transform:translate3d(0,-100%,0)}}.fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1}to{-webkit-transform:translate3d(0,-2000px,0);opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{0%{opacity:1}to{-webkit-transform:translate3d(0,-2000px,0);opacity:0;transform:translate3d(0,-2000px,0)}}.fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes flip{0%{-webkit-animation-timing-function:ease-out;-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);animation-timing-function:ease-out;transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn)}40%{-webkit-animation-timing-function:ease-out;-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);animation-timing-function:ease-out;transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg)}50%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);animation-timing-function:ease-in;transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg)}80%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);animation-timing-function:ease-in;transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg)}to{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);animation-timing-function:ease-in;transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg)}}@keyframes flip{0%{-webkit-animation-timing-function:ease-out;-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);animation-timing-function:ease-out;transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn)}40%{-webkit-animation-timing-function:ease-out;-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);animation-timing-function:ease-out;transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg)}50%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);animation-timing-function:ease-in;transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg)}80%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);animation-timing-function:ease-in;transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg)}to{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);animation-timing-function:ease-in;transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg)}}.animated.flip{-webkit-animation-name:flip;-webkit-backface-visibility:visible;animation-name:flip;backface-visibility:visible}@-webkit-keyframes flipInX{0%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{-webkit-transform:perspective(400px) rotateX(10deg);opacity:1;transform:perspective(400px) rotateX(10deg)}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{0%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{-webkit-transform:perspective(400px) rotateX(10deg);opacity:1;transform:perspective(400px) rotateX(10deg)}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.flipInX{-webkit-animation-name:flipInX;-webkit-backface-visibility:visible!important;animation-name:flipInX;backface-visibility:visible!important}@-webkit-keyframes flipInY{0%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateY(90deg);animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateY(90deg)}40%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateY(-20deg);animation-timing-function:ease-in;transform:perspective(400px) rotateY(-20deg)}60%{-webkit-transform:perspective(400px) rotateY(10deg);opacity:1;transform:perspective(400px) rotateY(10deg)}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{0%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateY(90deg);animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateY(90deg)}40%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateY(-20deg);animation-timing-function:ease-in;transform:perspective(400px) rotateY(-20deg)}60%{-webkit-transform:perspective(400px) rotateY(10deg);opacity:1;transform:perspective(400px) rotateY(10deg)}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.flipInY{-webkit-animation-name:flipInY;-webkit-backface-visibility:visible!important;animation-name:flipInY;backface-visibility:visible!important}@-webkit-keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);opacity:1;transform:perspective(400px) rotateX(-20deg)}to{-webkit-transform:perspective(400px) rotateX(90deg);opacity:0;transform:perspective(400px) rotateX(90deg)}}@keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);opacity:1;transform:perspective(400px) rotateX(-20deg)}to{-webkit-transform:perspective(400px) rotateX(90deg);opacity:0;transform:perspective(400px) rotateX(90deg)}}.flipOutX{-webkit-animation-duration:.75s;-webkit-animation-name:flipOutX;-webkit-backface-visibility:visible!important;animation-duration:.75s;animation-name:flipOutX;backface-visibility:visible!important}@-webkit-keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);opacity:1;transform:perspective(400px) rotateY(-15deg)}to{-webkit-transform:perspective(400px) rotateY(90deg);opacity:0;transform:perspective(400px) rotateY(90deg)}}@keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);opacity:1;transform:perspective(400px) rotateY(-15deg)}to{-webkit-transform:perspective(400px) rotateY(90deg);opacity:0;transform:perspective(400px) rotateY(90deg)}}.flipOutY{-webkit-animation-duration:.75s;-webkit-animation-name:flipOutY;-webkit-backface-visibility:visible!important;animation-duration:.75s;animation-name:flipOutY;backface-visibility:visible!important}@-webkit-keyframes lightSpeedIn{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);opacity:0;transform:translate3d(100%,0,0) skewX(-30deg)}60%{-webkit-transform:skewX(20deg);opacity:1;transform:skewX(20deg)}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes lightSpeedIn{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);opacity:0;transform:translate3d(100%,0,0) skewX(-30deg)}60%{-webkit-transform:skewX(20deg);opacity:1;transform:skewX(20deg)}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.lightSpeedIn{-webkit-animation-name:lightSpeedIn;-webkit-animation-timing-function:ease-out;animation-name:lightSpeedIn;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOut{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);opacity:0;transform:translate3d(100%,0,0) skewX(30deg)}}@keyframes lightSpeedOut{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);opacity:0;transform:translate3d(100%,0,0) skewX(30deg)}}.lightSpeedOut{-webkit-animation-name:lightSpeedOut;-webkit-animation-timing-function:ease-in;animation-name:lightSpeedOut;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{-webkit-transform:rotate(-200deg);-webkit-transform-origin:center;opacity:0;transform:rotate(-200deg);transform-origin:center}to{-webkit-transform:translateZ(0);-webkit-transform-origin:center;opacity:1;transform:translateZ(0);transform-origin:center}}@keyframes rotateIn{0%{-webkit-transform:rotate(-200deg);-webkit-transform-origin:center;opacity:0;transform:rotate(-200deg);transform-origin:center}to{-webkit-transform:translateZ(0);-webkit-transform-origin:center;opacity:1;transform:translateZ(0);transform-origin:center}}.rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn}@-webkit-keyframes rotateInDownLeft{0%{-webkit-transform:rotate(-45deg);-webkit-transform-origin:left bottom;opacity:0;transform:rotate(-45deg);transform-origin:left bottom}to{-webkit-transform:translateZ(0);-webkit-transform-origin:left bottom;opacity:1;transform:translateZ(0);transform-origin:left bottom}}@keyframes rotateInDownLeft{0%{-webkit-transform:rotate(-45deg);-webkit-transform-origin:left bottom;opacity:0;transform:rotate(-45deg);transform-origin:left bottom}to{-webkit-transform:translateZ(0);-webkit-transform-origin:left bottom;opacity:1;transform:translateZ(0);transform-origin:left bottom}}.rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft}@-webkit-keyframes rotateInDownRight{0%{-webkit-transform:rotate(45deg);-webkit-transform-origin:right bottom;opacity:0;transform:rotate(45deg);transform-origin:right bottom}to{-webkit-transform:translateZ(0);-webkit-transform-origin:right bottom;opacity:1;transform:translateZ(0);transform-origin:right bottom}}@keyframes rotateInDownRight{0%{-webkit-transform:rotate(45deg);-webkit-transform-origin:right bottom;opacity:0;transform:rotate(45deg);transform-origin:right bottom}to{-webkit-transform:translateZ(0);-webkit-transform-origin:right bottom;opacity:1;transform:translateZ(0);transform-origin:right bottom}}.rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight}@-webkit-keyframes rotateInUpLeft{0%{-webkit-transform:rotate(45deg);-webkit-transform-origin:left bottom;opacity:0;transform:rotate(45deg);transform-origin:left bottom}to{-webkit-transform:translateZ(0);-webkit-transform-origin:left bottom;opacity:1;transform:translateZ(0);transform-origin:left bottom}}@keyframes rotateInUpLeft{0%{-webkit-transform:rotate(45deg);-webkit-transform-origin:left bottom;opacity:0;transform:rotate(45deg);transform-origin:left bottom}to{-webkit-transform:translateZ(0);-webkit-transform-origin:left bottom;opacity:1;transform:translateZ(0);transform-origin:left bottom}}.rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft}@-webkit-keyframes rotateInUpRight{0%{-webkit-transform:rotate(-90deg);-webkit-transform-origin:right bottom;opacity:0;transform:rotate(-90deg);transform-origin:right bottom}to{-webkit-transform:translateZ(0);-webkit-transform-origin:right bottom;opacity:1;transform:translateZ(0);transform-origin:right bottom}}@keyframes rotateInUpRight{0%{-webkit-transform:rotate(-90deg);-webkit-transform-origin:right bottom;opacity:0;transform:rotate(-90deg);transform-origin:right bottom}to{-webkit-transform:translateZ(0);-webkit-transform-origin:right bottom;opacity:1;transform:translateZ(0);transform-origin:right bottom}}.rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight}@-webkit-keyframes rotateOut{0%{-webkit-transform-origin:center;opacity:1;transform-origin:center}to{-webkit-transform:rotate(200deg);-webkit-transform-origin:center;opacity:0;transform:rotate(200deg);transform-origin:center}}@keyframes rotateOut{0%{-webkit-transform-origin:center;opacity:1;transform-origin:center}to{-webkit-transform:rotate(200deg);-webkit-transform-origin:center;opacity:0;transform:rotate(200deg);transform-origin:center}}.rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut}@-webkit-keyframes rotateOutDownLeft{0%{-webkit-transform-origin:left bottom;opacity:1;transform-origin:left bottom}to{-webkit-transform:rotate(45deg);-webkit-transform-origin:left bottom;opacity:0;transform:rotate(45deg);transform-origin:left bottom}}@keyframes rotateOutDownLeft{0%{-webkit-transform-origin:left bottom;opacity:1;transform-origin:left bottom}to{-webkit-transform:rotate(45deg);-webkit-transform-origin:left bottom;opacity:0;transform:rotate(45deg);transform-origin:left bottom}}.rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft}@-webkit-keyframes rotateOutDownRight{0%{-webkit-transform-origin:right bottom;opacity:1;transform-origin:right bottom}to{-webkit-transform:rotate(-45deg);-webkit-transform-origin:right bottom;opacity:0;transform:rotate(-45deg);transform-origin:right bottom}}@keyframes rotateOutDownRight{0%{-webkit-transform-origin:right bottom;opacity:1;transform-origin:right bottom}to{-webkit-transform:rotate(-45deg);-webkit-transform-origin:right bottom;opacity:0;transform:rotate(-45deg);transform-origin:right bottom}}.rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight}@-webkit-keyframes rotateOutUpLeft{0%{-webkit-transform-origin:left bottom;opacity:1;transform-origin:left bottom}to{-webkit-transform:rotate(-45deg);-webkit-transform-origin:left bottom;opacity:0;transform:rotate(-45deg);transform-origin:left bottom}}@keyframes rotateOutUpLeft{0%{-webkit-transform-origin:left bottom;opacity:1;transform-origin:left bottom}to{-webkit-transform:rotate(-45deg);-webkit-transform-origin:left bottom;opacity:0;transform:rotate(-45deg);transform-origin:left bottom}}.rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft}@-webkit-keyframes rotateOutUpRight{0%{-webkit-transform-origin:right bottom;opacity:1;transform-origin:right bottom}to{-webkit-transform:rotate(90deg);-webkit-transform-origin:right bottom;opacity:0;transform:rotate(90deg);transform-origin:right bottom}}@keyframes rotateOutUpRight{0%{-webkit-transform-origin:right bottom;opacity:1;transform-origin:right bottom}to{-webkit-transform:rotate(90deg);-webkit-transform-origin:right bottom;opacity:0;transform:rotate(90deg);transform-origin:right bottom}}.rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight}@-webkit-keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;-webkit-transform-origin:top left;animation-timing-function:ease-in-out;transform-origin:top left}20%,60%{-webkit-animation-timing-function:ease-in-out;-webkit-transform:rotate(80deg);-webkit-transform-origin:top left;animation-timing-function:ease-in-out;transform:rotate(80deg);transform-origin:top left}40%,80%{-webkit-animation-timing-function:ease-in-out;-webkit-transform:rotate(60deg);-webkit-transform-origin:top left;animation-timing-function:ease-in-out;opacity:1;transform:rotate(60deg);transform-origin:top left}to{-webkit-transform:translate3d(0,700px,0);opacity:0;transform:translate3d(0,700px,0)}}@keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;-webkit-transform-origin:top left;animation-timing-function:ease-in-out;transform-origin:top left}20%,60%{-webkit-animation-timing-function:ease-in-out;-webkit-transform:rotate(80deg);-webkit-transform-origin:top left;animation-timing-function:ease-in-out;transform:rotate(80deg);transform-origin:top left}40%,80%{-webkit-animation-timing-function:ease-in-out;-webkit-transform:rotate(60deg);-webkit-transform-origin:top left;animation-timing-function:ease-in-out;opacity:1;transform:rotate(60deg);transform-origin:top left}to{-webkit-transform:translate3d(0,700px,0);opacity:0;transform:translate3d(0,700px,0)}}.hinge{-webkit-animation-duration:2s;-webkit-animation-name:hinge;animation-duration:2s;animation-name:hinge}@-webkit-keyframes jackInTheBox{0%{-webkit-transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{-webkit-transform:scale(1);opacity:1;transform:scale(1)}}@keyframes jackInTheBox{0%{-webkit-transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{-webkit-transform:scale(1);opacity:1;transform:scale(1)}}.jackInTheBox{-webkit-animation-name:jackInTheBox;animation-name:jackInTheBox}@-webkit-keyframes rollIn{0%{-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}@keyframes rollIn{0%{-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}.rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) rotate(120deg);opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}@keyframes rollOut{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) rotate(120deg);opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}.rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{0%{-webkit-transform:scale3d(.3,.3,.3);opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{0%{-webkit-transform:scale3d(.3,.3,.3);opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0)}}@keyframes zoomInDown{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0)}}.zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0)}}@keyframes zoomInLeft{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0)}}.zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0)}}@keyframes zoomInRight{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0)}}.zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0)}}@keyframes zoomInUp{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0)}}.zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{0%{opacity:1}50%{-webkit-transform:scale3d(.3,.3,.3);opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{-webkit-transform:scale3d(.3,.3,.3);opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0)}to{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform-origin:center bottom}}@keyframes zoomOutDown{40%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0)}to{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform-origin:center bottom}}.zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown}@-webkit-keyframes zoomOutLeft{40%{-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{-webkit-transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;opacity:0;transform:scale(.1) translate3d(-2000px,0,0);transform-origin:left center}}@keyframes zoomOutLeft{40%{-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{-webkit-transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;opacity:0;transform:scale(.1) translate3d(-2000px,0,0);transform-origin:left center}}.zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft}@-webkit-keyframes zoomOutRight{40%{-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{-webkit-transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;opacity:0;transform:scale(.1) translate3d(2000px,0,0);transform-origin:right center}}@keyframes zoomOutRight{40%{-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{-webkit-transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;opacity:0;transform:scale(.1) translate3d(2000px,0,0);transform-origin:right center}}.zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight}@-webkit-keyframes zoomOutUp{40%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0)}to{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform-origin:center bottom}}@keyframes zoomOutUp{40%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0)}to{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform-origin:center bottom}}.zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp}@-webkit-keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:hidden}}@keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:hidden}}.slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:hidden}}@keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:hidden}}.slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:hidden}}@keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:hidden}}.slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:hidden}}@keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:hidden}}.slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}.animated{-webkit-animation-duration:1s;-webkit-animation-fill-mode:both;animation-duration:1s;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:.8s;animation-duration:.8s}.animated.faster{-webkit-animation-duration:.5s;animation-duration:.5s}.animated.slow{-webkit-animation-duration:2s;animation-duration:2s}.animated.slower{-webkit-animation-duration:3s;animation-duration:3s}@media (prefers-reduced-motion){.animated{-webkit-animation:unset!important;-webkit-transition:none!important;animation:unset!important;transition:none!important}}/**
 * Mageplaza
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Mageplaza.com license that is
 * available through the world-wide-web at this URL:
 * https://www.mageplaza.com/LICENSE.txt
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 *
 * @category    Mageplaza
 * @package     Mageplaza_BannerSlider
 * @copyright   Copyright (c) Mageplaza (https://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/LICENSE.txt
 */

/*.mp-banner-slider .owl-nav button span {
	position: absolute;
	top: calc(50% - 20px);
	font-size: 0;
	color: transparent;
	display: inline-block;
	width: 40px;
	height: 40px;
	background: url('../../frontend/OM/Desktop/en_US/Mageplaza_BannerSlider/images/left-nav-arrow.svg') no-repeat scroll center / 30px;
}*/

.mp-banner-slider .owl-nav button:hover span::after {
	/*/color: #ececec;	*/
}

.mp-banner-slider .owl-nav .owl-prev span{
    left: 3%;
}

.mp-banner-slider .owl-nav .owl-prev span::after {
    /*content: '\f104';*/
}

.mp-banner-slider .owl-nav .owl-next span{
    right: 3%;	
}

.mp-banner-slider .owl-nav .owl-next span::after {
    /*content: '\f105';*/
}

.mp-banner-slider .owl-dots{
    position: absolute;
	top: auto;
	left: 50%;
	display: inline-block;
	width: auto;
	transform: translate(-50%, 0);
	bottom: 12px;
}

.mp-banner-slider .owl-dots .owl-dot{
    box-shadow: none;
}

.sidebar .mp-banner-slider .owl-nav button span{
    font-size: 30px;
    top: 30%;
}

.sidebar .mp-banner-slider .owl-dots .owl-dot span{
    width: 8px;
    height: 8px;
}

.sidebar .mp-banner-slider .owl-dots{
    top: 70%;
    left: 42.5%;
}

@media only screen and (max-width: 764px) {
    .mp-banner-slider .owl-nav button span{
        top: 20%;
        font-size: 45px;
    }
    .mp-banner-slider .owl-dots{
        top: 62%;
        left: 47%;
    }
}

@media only screen and (max-width: 1024px) and (min-width: 768px) {
    .mp-banner-slider .owl-nav button span{
        top: 30%;
        font-size: 80px;
    }
    .mp-banner-slider .owl-dots{
        top: 75%;
        left: 49%;
    }
}
.testimonials-list .testimonials {
  margin: 0 10px 0 10px;
}
.testimonials-list figure.testimonial.loaded {
  animation-name: testimonialsSlideInUp;
  animation-duration: 0.7s;
  animation-fill-mode: both;
}
.testimonials-list figure.testimonial:nth-child(2n) .info {
  text-align: right;
}
.testimonials-list figure.testimonial:nth-child(2n) .info .author {
  right: 0;
  padding: 0 120px 0 10px;
}
.testimonials-list figure.testimonial:nth-child(2n) .arrow {
  border-left-width: 25px;
  border-right-width: 0;
  left: auto;
  right: 50px;
}
.testimonials-list figure.testimonial:nth-child(2n) .contacts-info a:last-child img {
  margin-right: 0;
}
.testimonials-list figure.testimonial blockquote .extra-info {
  display: flex;
  justify-content: space-between;
  position: relative;
  top: 5px;
}
.testimonials-list figure.testimonial blockquote .extra-info .date {
  padding-top: 3px;
}
.testimonials-list figure.testimonial blockquote .extra-info .rating::before {
  content: '';
}
.testimonials-list figure.testimonial blockquote .extra-info .rating .review-ratings {
  float: none;
}
.testimonials-list figure.testimonial blockquote .extra-info .rating .review-ratings .rating-label {
  padding: 3px 20px 5px 0;
}
.testimonials-list figure.testimonial .contacts-info a {
  white-space: nowrap;
}
.testimonials-list figure.testimonial .contacts-info a:first-child img {
  margin-left: 0;
}
.testimonials-list figure.testimonial .contacts-info img {
  margin: 0 5px;
  width: auto;
  height: auto;
  border-radius: 0;
}
.testimonials-list .more-button {
  width: 100%;
  margin: 20px 0;
  display: inline-block;
  border-radius: 1px;
  font-size: 18px;
  text-align: center;
}
.testimonials-list .more-button a {
  color: #fff;
  background: #479ccf;
  border: 1px solid #3793cb;
  text-shadow: 0 1px 0 #3188bc;
  text-decoration: none;
  padding: 11px 30px;
  transition: background 0.2s linear 0s;
}
.testimonials-list .more-button a:focus,
.testimonials-list .more-button a:hover {
  background: #5ba7d4;
  color: #fff;
}
.testimonials-list .more-button a:focus {
  box-shadow: inset 0 0 8px #3188bc;
}
.testimonials-list .more-button .disabled {
  opacity: 0.5;
  cursor: wait;
}
.testimonials-list .page-title button {
  float: right;
}
.testimonials-list .page-title h1 {
  float: left;
  border-bottom: none;
}
.testimonials-list .page-title::after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
}
.testimonials-list figure.testimonial,
.testimonials-slider figure.testimonial {
  position: relative;
  margin: 40px 1%;
  padding: 0 20px;
  text-align: left;
  box-shadow: none !important;
}
.testimonials-list figure.testimonial blockquote,
.testimonials-slider figure.testimonial blockquote {
  background-color: #fff;
  display: block;
  font-size: 20px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5em;
  margin: 0;
  padding: 25px 50px 30px;
  position: relative;
  -webkit-filter: drop-shadow(0 3px 15px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(0 3px 15px rgba(0, 0, 0, 0.1));
}
.testimonials-list figure.testimonial blockquote::before,
.testimonials-slider figure.testimonial blockquote::before,
.testimonials-list figure.testimonial blockquote::after,
.testimonials-slider figure.testimonial blockquote::after {
  content: "\201C";
  position: absolute;
  color: #2b00f7;
  font-size: 50px;
  font-style: normal;
}
.testimonials-list figure.testimonial blockquote::before,
.testimonials-slider figure.testimonial blockquote::before {
  top: 25px;
  left: 20px;
}
.testimonials-list figure.testimonial blockquote::after,
.testimonials-slider figure.testimonial blockquote::after {
  content: "\201D";
  right: 20px;
  bottom: 0;
}
.testimonials-list figure.testimonial img,
.testimonials-slider figure.testimonial img {
  max-width: 100%;
  vertical-align: middle;
  height: 90px;
  width: 90px;
  border-radius: 50%;
  margin: 40px 0 0 10px;
}
.testimonials-list figure.testimonial .arrow,
.testimonials-slider figure.testimonial .arrow {
  top: 100%;
  left: 50px;
  width: 0;
  height: 0;
  border-left: 0 solid transparent;
  border-right: 25px solid transparent;
  border-top: 25px solid #fff;
  margin: 0;
  position: absolute;
}
.testimonials-list figure.testimonial .author,
.testimonials-slider figure.testimonial .author {
  position: absolute;
  bottom: 45px;
  padding: 0 10px 0 120px;
  margin: 0;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
.testimonials-list figure.testimonial .author h5,
.testimonials-slider figure.testimonial .author h5 {
  font-family: sans-serif;
  font-weight: 400;
  font-size: 1.4em;
  line-height: 1.4em;
  opacity: 0.9;
  margin: 0;
}
.form.testimonial .review-field-rating .field-error,
.form.testimonial .review-field-rating div.mage-error[generated] {
  margin-top: 38px;
}
.form.testimonial .review-field-rating .label {
  font-weight: 600;
}
/** widgets styles */
.block-testimonials .block-content .testimonial-container {
  min-height: 130px;
}
.block-testimonials .block-content .content .content-wrapper {
  height: 85px;
  min-height: 85px;
  display: block;
  overflow: hidden;
}
.block-testimonials .block-content .content .testimonial-message {
  clear: both;
}
.block-testimonials .block-content .content .name {
  float: right;
  margin-top: 10px;
  font-style: italic;
}
.block-testimonials .block-content .read-more,
.block-testimonials .block-content .read-less {
  padding-top: 10px;
  display: inline-block;
}
.block-testimonials .block-content .review {
  text-align: center;
}
.block-testimonials .block-content .review .score {
  font-weight: bold;
  font-size: 40px;
  color: #e26703;
}
.block-testimonials.empty-design,
.block-testimonials.empty-design .block-content {
  background: none;
  border: none;
}
.block-testimonials.empty-design .block-content .content {
  padding: 0;
}
.block-testimonials.empty-design .actions-toolbar,
.block-testimonials.empty-design .block-title {
  display: none;
}
.testimonials-slider .content-heading {
  text-align: center;
}
.testimonials-slider .block-content {
  max-width: 1200px;
  margin: 0 auto;
}
.testimonials-slider figure.testimonial {
  box-sizing: border-box;
  margin: 0;
  padding: 40px 20px 0;
  height: 100%;
}
.testimonials-slider figure.testimonial blockquote {
  font-size: 16px;
}
.testimonials-slider .review-ratings {
  float: none;
}
.std .testimonialForm li {
  list-style: none;
}
@media (max-width: 480px) {
  .testimonials-slider figure.testimonial blockquote {
    padding: 25px 0 30px;
    -webkit-filter: none;
    filter: none;
  }
  .testimonials-slider figure.testimonial blockquote::before,
  .testimonials-slider figure.testimonial blockquote::after {
    content: '';
  }
  .testimonials-list figure.testimonial {
    padding: 0;
  }
  .testimonials-list figure.testimonial blockquote {
    padding: 25px 20px 30px;
    font-size: 16px;
  }
  .testimonials-list figure.testimonial blockquote::before,
  .testimonials-list figure.testimonial blockquote::after {
    content: '';
  }
}
@media (min-width: 1025px) {
  .testimonials-slider:not(.swiper-container-initialized) figure.testimonial {
    max-width: 33.33%;
  }
}
@keyframes testimonialsSlideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
/*=================Font Family Variables=================*/
/*=================Font-size Options Variables=================*/
/*=================Color Options Variables=================*/
.fotorama-stretch,
.fotorama-focus-overlay:after,
.fotorama__stage__shaft,
.fotorama__stage__frame,
.fotorama__html,
.fotorama__video iframe {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.fotorama-grab-cursor,
.fotorama__wrap .fotorama__grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.fotorama-grabbing-cursor,
.fotorama__grabbing * {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.fotorama-gpu,
.fotorama--fullscreen,
.fotorama__caption,
.fotorama__wrap--css3 .fotorama__spinner,
.fotorama__wrap--css3 .fotorama__stage,
.fotorama__wrap--css3 .fotorama__nav,
.fotorama__wrap--css3 .fotorama__stage__frame,
.fotorama__wrap--css3 .fotorama__html,
.fotorama__stage:before,
.fotorama__nav:before,
.fotorama__stage:after,
.fotorama__nav:after,
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full {
  transform: translateZ(0);
}
.fotorama-focus,
.fotorama__nav__frame,
.fotorama__fullscreen-icon:focus,
.fotorama__zoom-out:focus,
.fotorama__zoom-in:focus {
  outline: 0;
}
.fotorama-focus-overlay:after {
  background-color: #006bb4;
  border-radius: inherit;
  content: '';
}
.fotorama-transform-disabled,
.fotorama__wrap--video .fotorama__stage__shaft,
.fotorama__wrap--video .fotorama__stage,
.fotorama__wrap--video .fotorama__stage__frame--video,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html {
  transform: none !important;
}
.fotorama-transition-for-slide,
.fotorama__wrap--css3 .fotorama__stage__shaft,
.fotorama__wrap--css3 .fotorama__nav__shaft,
.fotorama__wrap--css3 .fotorama__thumb-border {
  transition-duration: 0ms;
  transition-property: transform, width;
  transition-timing-function: cubic-bezier(0.1, 0, 0.25, 1);
}
.fotorama-no-select,
.fotorama__wrap,
.fotorama__no-select,
.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__video-close {
  user-select: none;
}
.fotorama-select,
.fotorama__select {
  user-select: text;
}
.fotorama-empty-bg {
  background: url(data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs=);
}
.fotorama-auto-margin,
.fotorama__nav,
.fotorama__nav__frame {
  margin: auto;
  padding: 0;
}
.fotorama-inline-block,
.fotorama__nav__shaft,
.fotorama__nav__frame,
.fotorama__caption__wrap {
  *display: inline;
  *zoom: 1;
  -moz-box-orient: vertical;
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: middle;
}
.fotorama-content-box,
.fotorama__nav__frame {
  box-sizing: content-box;
}
.fotorama-border-box,
.fotorama__thumb-border,
.fotorama__caption__wrap,
.fotorama__arr {
  box-sizing: border-box;
}
.fotorama-hidden,
.fotorama--hidden,
.fotorama__load {
  left: -99999px;
  position: absolute;
  top: -99999px;
  z-index: -1000;
}
.fotorama-visible {
  left: auto;
  opacity: 1;
  position: relative;
  top: auto;
  z-index: auto;
}
.fotorama-no-tap,
.fotorama__stage__shaft,
.fotorama__stage__frame,
.fotorama__nav,
.fotorama__nav__shaft,
.fotorama__nav__frame,
.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__video-close {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.transitionDuration {
  transition-duration: 333ms;
}
.transitionDurationZero {
  transition-duration: 0ms;
}
.fotorama-sprite,
.fotorama__fullscreen .fotorama__zoom-out,
.fotorama__fullscreen .fotorama__zoom-in,
.fotorama__arr .fotorama__arr__arr,
.fotorama__fullscreen-icon,
.fotorama__video-play,
.fotorama__thumb--icon,
.fotorama__video-close {
  background-image: url('../../frontend/OM/Desktop/en_US/mage/gallery/gallery.png');
  background-repeat: no-repeat;
}
@media print {
  .fotorama-print-background,
  .fotorama-sprite,
  .fotorama__thumb-border,
  .fotorama__fullscreen .fotorama__zoom-out,
  .fotorama__fullscreen .fotorama__zoom-in,
  .fotorama__arr .fotorama__arr__arr,
  .fotorama__fullscreen-icon,
  .fotorama__video-play,
  .fotorama__thumb--icon,
  .fotorama__video-close {
    background: none !important;
  }
}
.fotorama__fullscreen-icon:focus,
.fotorama__zoom-out:focus,
.fotorama__zoom-in:focus,
.fotorama__arr:focus,
.fotorama__stage__shaft:focus,
.fotorama__nav__frame--thumb:focus .fotorama__thumb,
.fotorama__nav__frame--dot:focus .fotorama__dot {
  box-shadow: none;
}
.fotorama__fullscreen-icon:focus:after,
.fotorama__zoom-out:focus:after,
.fotorama__zoom-in:focus:after,
.fotorama__arr:focus:after,
.fotorama__stage__shaft:focus:after,
.fotorama__nav__frame--thumb:focus .fotorama__thumb:after,
.fotorama__nav__frame--dot:focus .fotorama__dot:after {
  border-radius: inherit;
  bottom: 3px;
  box-shadow: 0 0 3px 1px #00699d;
  content: '';
  left: 3px;
  position: absolute;
  right: 3px;
  top: 3px;
  z-index: 1000;
}
.fotorama__nav__frame--thumb:focus .fotorama__thumb:after,
.fotorama__nav__frame--dot:focus .fotorama__thumb:after,
.fotorama__nav__frame--thumb:focus .fotorama__dot:after,
.fotorama__nav__frame--dot:focus .fotorama__dot:after {
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}
.fotorama__nav__frame--thumb:focus .fotorama__thumb.fotorama_vertical_ratio:after,
.fotorama__nav__frame--dot:focus .fotorama__thumb.fotorama_vertical_ratio:after {
  left: 2px;
  right: 2px;
}
.fotorama__nav__frame--thumb:focus .fotorama__thumb,
.fotorama__nav__frame--dot:focus .fotorama__thumb {
  overflow: inherit;
}
.fotorama__nav__frame:nth-child(2):focus .fotorama__thumb:after {
  left: 1px;
}
.fotorama__nav__frame:nth-child(2):focus .fotorama__thumb.fotorama_vertical_ratio:after {
  top: 1px;
}
.fotorama__nav__frame:last-child:focus .fotorama__thumb:after {
  right: 1px;
}
.fotorama__nav__frame:last-child:focus .fotorama__thumb.fotorama_vertical_ratio:after {
  bottom: 1px;
}
.fotorama__thumb__arr {
  box-shadow: none;
}
.fotorama--fullscreen {
  background: #ffffff;
  bottom: 0 !important;
  float: none !important;
  left: 0 !important;
  margin: 0 !important;
  position: fixed !important;
  right: 0 !important;
  top: 0 !important;
  width: 100% !important;
  z-index: 1000 !important;
}
.fotorama--fullscreen .fotorama__wrap {
  max-width: 100% !important;
}
.fotorama__fullscreen {
  overflow: hidden;
  position: relative;
}
.fotorama__fullscreen .fotorama__zoom-in,
.fotorama__fullscreen .fotorama__zoom-out {
  cursor: pointer;
  display: block;
  height: 80px;
  overflow: hidden;
  position: absolute;
  width: 80px;
}
.fotorama__fullscreen .fotorama__zoom-out {
  background-position: 0 -80px !important;
  top: 80px;
}
.fotorama__fullscreen .fotorama__zoom-out.fotorama__zoom-out--disabled {
  display: none;
}
.fotorama__fullscreen .fotorama__zoom-in {
  background-position: 0 0 !important;
  top: 0;
}
.fotorama__fullscreen .fotorama__zoom-in.fotorama__zoom-in--disabled {
  display: none;
}
.fotorama__fullscreen .fotorama__video-close {
  display: none;
}
.fotorama--fullscreen .fotorama__loaded--full .fotorama__img {
  display: none;
}
.fotorama--fullscreen .fotorama__loaded--full .fotorama__img--full {
  display: block;
}
.fotorama__zoom-in,
.fotorama__zoom-out {
  display: none;
}
.fotorama {
  min-width: 1px;
  overflow: hidden;
}
.fotorama__wrap {
  -webkit-text-size-adjust: 100%;
  direction: ltr;
  position: relative;
  z-index: 0;
}
.fotorama__wrap--rtl .fotorama__stage__frame {
  direction: rtl;
}
.fotorama__stage,
.fotorama__nav {
  max-width: 100%;
  overflow: hidden;
  position: relative;
}
.fotorama__wrap--pan-y {
  -ms-touch-action: pan-y;
}
.fotorama__stage__shaft {
  position: relative;
}
.fotorama__wrap .fotorama__pointer {
  cursor: pointer;
}
.fotorama__wrap--slide .fotorama__stage__frame {
  opacity: 1 !important;
}
.fotorama__stage__frame {
  overflow: hidden;
}
.fotorama__stage__frame.fotorama__active {
  z-index: 8;
}
.fotorama__wrap--fade .fotorama__stage__frame {
  display: none;
}
.fotorama__wrap--fade .fotorama__stage__frame.fotorama__active,
.fotorama__wrap--fade .fotorama__fade-front,
.fotorama__wrap--fade .fotorama__fade-rear {
  display: block;
  left: 0;
  top: 0;
}
.fotorama__wrap--fade .fotorama__fade-front {
  z-index: 8;
}
.fotorama__wrap--fade .fotorama__fade-rear {
  z-index: 7;
}
.fotorama__wrap--fade .fotorama__fade-rear.fotorama__active {
  z-index: 9;
}
.fotorama__wrap--fade .fotorama__stage .fotorama__shadow {
  display: none;
}
.fotorama__img {
  border: none !important;
  max-width: inherit;
  opacity: 0;
}
.fotorama__loaded .fotorama__img,
.fotorama__error .fotorama__img {
  opacity: 1;
}
.fotorama__img--full {
  display: none;
}
.fotorama__nav {
  display: none;
  font-size: 0;
  line-height: 0;
  white-space: nowrap;
  z-index: 5;
}
.fotorama__nav__shaft {
  left: 0;
  position: relative;
  text-align: left;
  top: 0;
}
.fotorama__nav__frame {
  position: relative;
}
.fotorama__nav--dots {
  display: block;
  text-align: center;
}
.fotorama__nav--dots .fotorama__nav__frame {
  height: 30px;
  width: 18px;
}
.fotorama__nav--dots .fotorama__nav__frame--thumb,
.fotorama__nav--dots .fotorama__thumb-border {
  display: none;
}
.fotorama__nav--thumbs {
  display: block;
}
.fotorama__nav--thumbs .fotorama__nav__frame {
  padding-left: 0 !important;
}
.fotorama__nav--thumbs .fotorama__nav__frame:last-child {
  padding-right: 0 !important;
}
.fotorama__nav--thumbs .fotorama__nav__frame--dot {
  display: none;
}
.fotorama__active .fotorama__dot {
  background-color: #ff5501;
  border-color: #ff5501;
}
.fotorama__nav__frame.fotorama__active .fotorama__nav__frame {
  border-width: 3px;
  height: 0;
  width: 0;
}
.fotorama__nav__frame.fotorama__active .fotorama__nav__frame:after {
  left: -3px;
  padding: 3px;
  top: -3px;
}
.fotorama__nav__frame:focus  {
  box-shadow: none;
}
.fotorama__nav__frame:focus :after {
  left: -1px;
  padding: 1px;
  top: -1px;
}
.fotorama__dot {
  border-radius: 6px;
  border: 1px solid #858585;
  display: block;
  height: 4px;
  left: 6px;
  position: relative;
  top: 12px;
  width: 4px;
}
.fotorama__thumb {
  background-color: #ebebeb;
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.fotorama__nav__frame:focus .fotorama__thumb {
  z-index: 2;
}
.fotorama__thumb-border {
  backface-visibility: hidden;
  background-image: linear-gradient(to bottom right, rgba(255, 255, 255, 0.25), rgba(64, 64, 64, 0.1));
  border: 1px solid #ff5501;
  left: 0;
  position: absolute;
  top: 0;
  z-index: 9;
}
.fotorama__caption {
  bottom: 0;
  color: #000000;
  font-size: 14px;
  left: 0;
  line-height: 1.5;
  position: absolute;
  right: 0;
  z-index: 12;
}
.fotorama__caption a {
  border-bottom: 1px solid;
  border-color: rgba(0, 0, 0, 0.005);
  color: #000000;
  text-decoration: none;
}
.fotorama__caption a:hover {
  border-color: rgba(0, 0, 0, 0.005);
  color: #000000;
}
.fotorama__wrap--rtl .fotorama__caption {
  left: auto;
  right: 0;
}
.fotorama__wrap--video .fotorama__caption,
.fotorama__wrap--no-captions .fotorama__caption {
  display: none;
}
.fotorama__caption__wrap {
  background-color: #ffffff;
  padding: 5px 10px;
}
@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fotorama__spinner {
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  left: 50%;
  position: absolute;
  top: 50%;
}
.fotorama__wrap--css3 .fotorama__spinner {
  animation: spinner 24s infinite linear;
}
.fotorama__wrap--css3 .fotorama__html {
  transition-duration: 0.3s;
  transition-property: opacity;
  transition-timing-function: linear;
}
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html {
  opacity: 0;
}
.fotorama__select {
  cursor: auto;
}
.fotorama__video {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 32px;
  z-index: 10;
}
@-moz-document url-prefix() {
  .fotorama__active {
    box-shadow: 0 0 0 transparent;
  }
}
.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__video-close {
  cursor: pointer;
  position: absolute;
}
.fotorama__arr {
  z-index: 900;
}
.fotorama__fullscreen-icon,
.fotorama__zoom-out,
.fotorama__zoom-in,
.fotorama__video-close {
  z-index: 1000;
}
.fotorama__arr {
  bottom: 0;
  position: absolute;
  top: 0;
  width: 80px;
}
._block-content-loading .fotorama__arr {
  opacity: 0;
}
.fotorama__arr .fotorama__arr__arr {
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  left: 50%;
  position: absolute;
  top: 50%;
  height: 80px;
  width: 80px;
}
.fotorama__arr--prev {
  left: 0;
}
.fotorama__arr--prev .fotorama__arr__arr {
  background-position: -80px -80px;
}
.fotorama__arr--next {
  right: 0;
}
.fotorama__arr--next .fotorama__arr__arr {
  background-position: -160px -80px;
}
.fotorama__arr--disabled {
  cursor: default;
  opacity: 0;
  pointer-events: none;
}
.fotorama__fullscreen-icon {
  background-position: 0 0;
  display: none;
  height: 80px;
  right: 0;
  top: 0;
  width: 80px;
  z-index: 1000;
}
.fotorama--fullscreen-icons .fotorama__fullscreen-icon {
  display: none;
}
.fotorama--fullscreen .fotorama__fullscreen-icon {
  background-position: -80px 0;
  display: inline-block;
}
.fotorama__video-play {
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  left: 50%;
  position: absolute;
  top: 50%;
  background-position: -80px -160px;
  height: 160px;
  width: 160px;
}
.fotorama__wrap--css2 .fotorama__video-play,
.fotorama__wrap--video .fotorama__stage .fotorama__video-play {
  display: none;
}
.fotorama__loaded .fotorama__video-play,
.fotorama__error .fotorama__video-play,
.fotorama__nav__frame .fotorama__video-play {
  display: block;
  opacity: 1;
}
.fotorama__nav__frame .fotorama__video-play {
  background-position: 0 -240px;
  height: 80px;
  width: 80px;
}
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon {
  opacity: 0;
}
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus {
  opacity: 1;
}
.fotorama__wrap--toggle-arrows:not(.fotorama__wrap--video) .fotorama__video-close {
  display: none;
}
.fotorama__wrap--toggle-arrows.fotorama__wrap--video .fotorama__video-close {
  opacity: 1;
  right: 93px;
  top: 97px;
}
.fotorama__wrap--toggle-arrows:not(.fotorama__wrap--video) .fotorama__video-close {
  display: none;
}
.fotorama__wrap--toggle-arrows.fotorama__wrap--video .fotorama__video-close {
  opacity: 1;
  right: 93px;
  top: 97px;
}
.fotorama__wrap--toggle-arrows:not(.fotorama__wrap--video) .fotorama__video-close {
  display: none;
}
.fotorama__wrap--toggle-arrows.fotorama__wrap--video .fotorama__video-close {
  opacity: 1;
  right: 93px;
  top: 97px;
}
.fotorama__wrap--video .fotorama__arr,
.fotorama__wrap--video .fotorama__fullscreen-icon {
  opacity: 0 !important;
}
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon {
  display: none;
}
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus {
  display: block;
}
.fotorama__wrap--css2.fotorama__wrap--video .fotorama__arr,
.fotorama__wrap--css2.fotorama__wrap--video .fotorama__fullscreen-icon {
  display: none !important;
}
.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:not(:focus) {
  -webkit-transform: translate3d(80px, -80px, 0);
  -ms-transform: translate3d(80px, -80px, 0);
  -o-transform: translate3d(80px, -80px, 0);
  transform: translate3d(80px, -80px, 0);
}
.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--prev:not(:focus) {
  -webkit-transform: translate3d(-120px, 0, 0);
  -ms-transform: translate3d(-120px, 0, 0);
  -o-transform: translate3d(-120px, 0, 0);
  transform: translate3d(-120px, 0, 0);
}
.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--next:not(:focus) {
  -webkit-transform: translate3d(120px, 0, 0);
  -ms-transform: translate3d(120px, 0, 0);
  -o-transform: translate3d(120px, 0, 0);
  transform: translate3d(120px, 0, 0);
}
.fotorama__wrap--css3.fotorama__wrap--video .fotorama__fullscreen-icon {
  -webkit-transform: translate3d(80px, -80px, 0) !important;
  -ms-transform: translate3d(80px, -80px, 0) !important;
  -o-transform: translate3d(80px, -80px, 0) !important;
  transform: translate3d(80px, -80px, 0) !important;
}
.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--prev {
  -webkit-transform: translate3d(-120px, 0, 0) !important;
  -ms-transform: translate3d(-120px, 0, 0) !important;
  -o-transform: translate3d(-120px, 0, 0) !important;
  transform: translate3d(-120px, 0, 0) !important;
}
.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--next {
  -webkit-transform: translate3d(120px, 0, 0) !important;
  -ms-transform: translate3d(120px, 0, 0) !important;
  -o-transform: translate3d(120px, 0, 0) !important;
  transform: translate3d(120px, 0, 0) !important;
}
.fotorama__wrap--css3 .fotorama__arr:not(:focus),
.fotorama__wrap--css3 .fotorama__fullscreen-icon:not(:focus),
.fotorama__wrap--css3 .fotorama__video-play:not(:focus),
.fotorama__wrap--css3 .fotorama__video-close:not(:focus) {
  transition-duration: 0.3s;
  transition-property: transform, opacity, background-color;
}
.fotorama__stage:before,
.fotorama__nav:before,
.fotorama__stage:after,
.fotorama__nav:after {
  background-repeat: no-repeat;
  content: '';
  display: block;
  pointer-events: none;
  position: absolute;
  text-decoration: none;
  z-index: 10;
}
.fotorama__stage:before,
.fotorama__nav:before {
  left: -10px;
  top: -10px;
}
.fotorama__stage:after,
.fotorama__nav:after {
  right: -10px;
  bottom: -10px;
}
.fotorama__stage.fotorama__shadows--left:before,
.fotorama__nav.fotorama__shadows--left:before,
.fotorama__stage.fotorama__shadows--right:after,
.fotorama__nav.fotorama__shadows--right:after {
  background-size: 1px 100%, 5px 100%;
  bottom: 0;
  height: auto;
  top: 0;
  width: 10px;
}
.fotorama__stage.fotorama__shadows--top:before,
.fotorama__nav.fotorama__shadows--top:before,
.fotorama__stage.fotorama__shadows--bottom:after,
.fotorama__nav.fotorama__shadows--bottom:after {
  background-size: 100% 1px, 100% 5px ;
  height: 10px;
  left: 0;
  right: 0;
  width: auto;
}
.fotorama__stage.fotorama__shadows--left:before,
.fotorama__nav.fotorama__shadows--left:before {
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 0 50%, rgba(0, 0, 0, 0.4), transparent);
  background-position: 0 0, 0 0;
  left: 0;
}
.fotorama__stage.fotorama__shadows--right:after,
.fotorama__nav.fotorama__shadows--right:after {
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 100% 50%, rgba(0, 0, 0, 0.4), transparent);
  background-position: 100% 0, 100% 0;
  right: 0;
}
.fotorama__stage.fotorama__shadows--top:before,
.fotorama__nav.fotorama__shadows--top:before {
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 50% 0, rgba(0, 0, 0, 0.4), transparent);
  background-position: 0 0, 0 0;
  top: 0;
}
.fotorama__stage.fotorama__shadows--bottom:after,
.fotorama__nav.fotorama__shadows--bottom:after {
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 50% 100%, rgba(0, 0, 0, 0.4), transparent);
  background-position: 0 100%, 0 100%;
  bottom: 0;
}
.fotorama--fullscreen .fotorama__stage:before,
.fotorama--fullscreen .fotorama__nav:before,
.fotorama__wrap--no-shadows .fotorama__stage:before,
.fotorama__wrap--no-shadows .fotorama__nav:before,
.fotorama__wrap--fade .fotorama__stage:before,
.fotorama--fullscreen .fotorama__stage:after,
.fotorama--fullscreen .fotorama__nav:after,
.fotorama__wrap--no-shadows .fotorama__stage:after,
.fotorama__wrap--no-shadows .fotorama__nav:after,
.fotorama__wrap--fade .fotorama__stage:after {
  display: none;
}
.fotorama__nav-wrap .fotorama_vertical_ratio .fotorama__img {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: auto;
  position: absolute;
  top: 50%;
  width: 100%;
}
.fotorama__nav-wrap .fotorama_horizontal_ratio .fotorama__img {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translateY(-50%, -50%);
  -o-transform: translateY(-50%, -50%);
  transform: translateY(-50%, -50%);
  top: 50%;
  left: 50%;
  position: absolute;
  width: auto;
}
.magnifier-thumb-wrapper {
  display: block;
  left: 0;
  position: relative;
  top: 0;
}
.magnifier-lens {
  border: solid 1px #bbbbbb;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 800;
}
.magnify-lens {
  background: rgba(255, 255, 255, 0.5);
  border: solid 1px #bbbbbb;
  color: #ffffff;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  z-index: 1000;
  overflow: hidden;
}
.magnify-lens .magnifier-large {
  width: auto;
  height: auto;
  max-height: none;
  max-width: none;
  border: none;
  position: absolute;
  z-index: 100;
}
.magnifier-loader-text {
  margin-top: 10px;
}
.magnifier-preview {
  bottom: 0;
  left: 58%;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 2;
  top: 215px;
}
.magnifier-preview:not(.hidden) {
  background-color: #ffffff;
}
.magnifier-preview img {
  left: 0;
  max-width: inherit;
  max-height: inherit;
  position: absolute;
  top: 0;
  object-fit: scale-down;
}
.fotorama__stage__frame {
  text-align: center;
}
.fotorama__stage__frame .fotorama__img {
  height: auto;
  left: 50%;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  transition-duration: 0.3s;
  transition-property: width, height, top, left;
  vertical-align: middle;
  width: auto;
}
.magnify-opaque {
  opacity: .5;
}
.magnify-hidden {
  display: none;
}
.fotorama__nav-wrap--vertical.fotorama__nav-wrap {
  display: inline-block;
  left: 0;
  position: absolute;
  top: 0;
}
.fotorama__nav-wrap--vertical .fotorama__nav__shaft {
  background-color: white;
  width: 100%;
}
.fotorama__nav-wrap--vertical .fotorama__nav__shaft .fotorama__nav__frame--thumb {
  display: block;
  padding-bottom: inherit !important;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img {
  display: none;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img,
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full {
  bottom: 0;
  left: 0;
  margin: auto;
  max-height: inherit;
  max-width: inherit;
  position: absolute;
  right: 0;
  top: 0;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full {
  cursor: default;
  display: block;
  height: auto;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  top: 0;
  transition: 0.3s linear;
  vertical-align: middle;
  width: auto;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full.fotorama__img--zoommable {
  cursor: pointer;
  max-height: none;
  max-width: none;
  transition-property: width, height, bottom, right, top, left;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full.fotorama__img--draggable {
  cursor: move;
  transition-property: none;
}
.fotorama--fullscreen .fotorama__stage__frame iframe {
  left: 80px;
  width: calc(100% - 80px * 2);
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left,
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right {
  bottom: 0;
  cursor: pointer;
  position: absolute;
  top: 0;
  width: 30px;
  z-index: 1000;
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left .fotorama__thumb--icon,
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right .fotorama__thumb--icon {
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  left: 50%;
  position: absolute;
  top: 50%;
  width: 100%;
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left {
  left: 0;
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right {
  right: 0;
}
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--left,
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--right {
  cursor: pointer;
  height: 30px;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 1000;
}
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--left .fotorama__thumb--icon,
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--right .fotorama__thumb--icon {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  margin: auto;
  width: 30px;
}
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--left {
  top: 0;
}
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--right {
  bottom: 0;
}
.fotorama__wrap--only-active .fotorama__stage,
.fotorama__wrap--only-active .fotorama__nav {
  max-width: 99999px !important;
}
.fotorama__wrap--only-active .fotorama__stage__frame {
  visibility: hidden;
}
.fotorama__wrap--only-active .fotorama__stage__frame.fotorama__active {
  visibility: visible;
}
.fotorama__thumb--icon {
  font-size: 0.001px;
  padding-bottom: 30px;
}
.fotorama__thumb__arr--left .fotorama__thumb--icon {
  background-position: -25px -265px;
}
.fotorama__thumb__arr--right .fotorama__thumb--icon {
  background-position: -25px -350px;
}
.magnify-fullimage {
  display: none;
}
.fotorama__arr,
.fotorama__thumb__arr {
  background-color: rgba(255, 255, 255, 0.3);
  transition: background-color 0.3s ease-in-out;
}
.fotorama__arr:hover,
.fotorama__thumb__arr:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
.fotorama__arr:active,
.fotorama__thumb__arr:active {
  background-color: rgba(213, 213, 213, 0.5);
}
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__fullscreen-icon,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-out,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-in {
  background-color: rgba(255, 255, 255, 0.3);
  transition: background-color 0.3s ease-in-out;
}
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__fullscreen-icon:hover,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-out:hover,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-in:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__fullscreen-icon:active,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-out:active,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-in:active {
  background-color: rgba(213, 213, 213, 0.5);
}
.fotorama__video-close {
  background-position: -80px 0;
  height: 80px;
  opacity: 0;
  right: 0;
  top: 0;
  transform: translate3d(80px, -80px, 0);
  transition: opacity 0.3s ease-in-out;
  width: 80px;
}
@media all and (max-width: 768px) {
  .fotorama__video-close {
    background-position: -100px -20px;
    top: 10px;
    height: 40px;
    width: 40px;
  }
}
.fotorama__video-close.fotorama-show-control {
  opacity: 1;
  transform: translate3d(0, -10px, 0);
}
.gallery-placeholder__image {
  display: block;
  margin: auto;
}
.fotorama__spinner {
  background-image: url('../../frontend/OM/Desktop/en_US/images/loader-1.gif');
  bottom: 0;
  display: none;
  height: 64px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 64px;
  z-index: 100;
}
.fotorama__spinner.fotorama__spinner--show {
  display: block;
}
.fotorama__product-video--loaded .fotorama__img,
.fotorama__product-video--loaded .fotorama__img--full {
  display: none !important;
}
.fotorama__stage .fotorama__arr--shown {
  display: block !important;
}
.fotorama__stage .fotorama__arr--hidden {
  display: none !important;
}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('../../frontend/OM/Desktop/en_US/MageArray_AjaxCompare/fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('../../frontend/OM/Desktop/en_US/MageArray_AjaxCompare/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../../frontend/OM/Desktop/en_US/MageArray_AjaxCompare/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../../frontend/OM/Desktop/en_US/MageArray_AjaxCompare/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../../frontend/OM/Desktop/en_US/MageArray_AjaxCompare/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../../frontend/OM/Desktop/en_US/MageArray_AjaxCompare/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('../../frontend/OM/Desktop/en_US/MageArray_AjaxCompare/fonts/fontawesome-webfont.eot?v=4.7.0');src:url('../../frontend/OM/Desktop/en_US/MageArray_AjaxCompare/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('../../frontend/OM/Desktop/en_US/MageArray_AjaxCompare/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('../../frontend/OM/Desktop/en_US/MageArray_AjaxCompare/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('../../frontend/OM/Desktop/en_US/MageArray_AjaxCompare/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('../../frontend/OM/Desktop/en_US/MageArray_AjaxCompare/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}
