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

.ui-timepicker-div .ui_tpicker_unit_hide {
    display:none;
}
body {
  margin: 0;
  padding: 0;
}
article,
aside,
details,
figcaption,
figure,
main,
footer,
header,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
nav ul,
nav ol {
  list-style: none none;
}
img {
  max-width: 100%;
  height: auto;
  border: 0;
}
video,
embed,
object {
  max-width: 100%;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size-adjust: 100%;
}
body {
  color: #333333;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  font-size: 1.4rem;
}
p {
  margin-top: 0rem;
  margin-bottom: 1rem;
}
abbr[title] {
  border-bottom: 1px dotted #cccccc;
  cursor: help;
}
b,
strong {
  font-weight: 700;
}
em,
i {
  font-style: italic;
}
mark {
  background: #f6f6f6;
  color: #000000;
}
small,
.small {
  font-size: 12px;
}
hr {
  border: 0;
  border-top: 1px solid #cccccc;
  margin-bottom: 20px;
  margin-top: 20px;
}
sub,
sup {
  font-size: 71.42857143000001%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -.5em;
}
sub {
  bottom: -.25em;
}
dfn {
  font-style: italic;
}
h1 {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
}
h2 {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
h3 {
  font-weight: 600;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
}
h4 {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.4rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
h5 {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.2rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
h6 {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small {
  color: #333333;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
a,
.alink {
  color: #006bb4;
  text-decoration: none;
}
a:visited,
.alink:visited {
  color: #006bb4;
  text-decoration: none;
}
a:hover,
.alink:hover {
  color: #006bb4;
  text-decoration: underline;
}
a:active,
.alink:active {
  color: #ff5501;
  text-decoration: underline;
}
ul,
ol {
  margin-top: 0rem;
  margin-bottom: 2.5rem;
}
ul > li,
ol > li {
  margin-top: 0rem;
  margin-bottom: 1rem;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
dl {
  margin-bottom: 20px;
  margin-top: 0;
}
dt {
  font-weight: 700;
  margin-bottom: 5px;
  margin-top: 0;
}
dd {
  margin-bottom: 10px;
  margin-top: 0;
  margin-left: 0;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, 'Courier New', monospace;
}
code {
  background: #f6f6f6;
  color: #111111;
  padding: 2px 4px;
  font-size: 1.2rem;
  white-space: nowrap;
}
kbd {
  background: #f6f6f6;
  color: #111111;
  padding: 2px 4px;
  font-size: 1.2rem;
}
pre {
  background: #f6f6f6;
  border: 1px solid #cccccc;
  color: #111111;
  line-height: 1.42857143;
  margin: 0 0 10px;
  padding: 10px;
  font-size: 1.2rem;
  display: block;
  word-wrap: break-word;
}
pre code {
  background-color: transparent;
  border-radius: 0;
  color: inherit;
  font-size: inherit;
  padding: 0;
  white-space: pre-wrap;
}
blockquote {
  border-left: 0 solid #cccccc;
  margin: 0 0 20px 40px;
  padding: 0;
  color: #333333;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: italic;
  font-weight: 400;
  line-height: 1.42857143;
  font-size: 1.4rem;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  color: #333333;
  line-height: 1.42857143;
  font-size: 1rem;
  display: block;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
blockquote cite {
  font-style: normal;
}
blockquote:before,
blockquote:after {
  content: '';
}
q {
  quotes: none;
}
q:before,
q:after {
  content: '';
  content: none;
}
cite {
  font-style: normal;
}
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  max-width: 100%;
}
table th {
  text-align: left;
}
table > tbody > tr > th,
table > tfoot > tr > th,
table > tbody > tr > td,
table > tfoot > tr > td {
  vertical-align: top;
}
table > thead > tr > th,
table > thead > tr > td {
  vertical-align: bottom;
}
table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
  padding: 11px 10px;
}
button {
  background-image: none;
  background: #eeeeee;
  border: 1px solid #cccccc;
  color: #333333;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  margin: 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
}
button:focus,
button:active {
  background: #e2e2e2;
  border: 1px solid #cccccc;
  color: #333333;
}
button:hover {
  background: #e1e1e1;
  border: 1px solid #cccccc;
  color: #333333;
}
button.disabled,
button[disabled],
fieldset[disabled] button {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type*="date"],
input[type="email"] {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: 32px;
  line-height: 1.42857143;
  padding: 0 9px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
}
input[type="text"]:disabled,
input[type="password"]:disabled,
input[type="url"]:disabled,
input[type="tel"]:disabled,
input[type="search"]:disabled,
input[type="number"]:disabled,
input[type*="date"]:disabled,
input[type="email"]:disabled {
  opacity: 0.5;
}
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type*="date"]::-moz-placeholder,
input[type="email"]::-moz-placeholder {
  color: #575757;
}
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type*="date"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder {
  color: #575757;
}
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type*="date"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder {
  color: #575757;
}
input[type="number"] {
  -moz-appearance: textfield;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}
select {
  background: #ffffff 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 {
  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,
.magento-payments-review-discount .actions-toolbar .action.primary,
.magento-payments-review-discount .actions-toolbar .action.cancel,
.abs-discount-block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
.cart-summary .block .actions-toolbar > .primary .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
.cart-summary .form.giftregistry .fieldset .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
.abs-discount-block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary,
.cart-summary .block .actions-toolbar > .primary .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary,
.cart-summary .form.giftregistry .fieldset .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .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),
.magento-payments-review-discount .actions-toolbar .action.primary:not(:focus),
.magento-payments-review-discount .actions-toolbar .action.cancel:not(:focus),
.abs-discount-block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary:not(:focus),
.cart-summary .block .actions-toolbar > .primary .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary:not(:focus),
.cart-summary .form.giftregistry .fieldset .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary:not(:focus),
.abs-discount-block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary:not(:focus),
.cart-summary .block .actions-toolbar > .primary .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary:not(:focus),
.cart-summary .form.giftregistry .fieldset .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .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,
.magento-payments-review-discount .actions-toolbar .action.primary:active,
.magento-payments-review-discount .actions-toolbar .action.cancel:active,
.abs-discount-block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary:active,
.cart-summary .block .actions-toolbar > .primary .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary:active,
.cart-summary .form.giftregistry .fieldset .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary:active,
.abs-discount-block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary:active,
.cart-summary .block .actions-toolbar > .primary .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary:active,
.cart-summary .form.giftregistry .fieldset .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .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,
.magento-payments-review-discount .action.check,
.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,
.magento-payments-review-discount .action.check: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,
.magento-payments-review-discount .action.check: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,
.magento-payments-review-discount .action.check: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,
.magento-payments-review-discount .action.check:hover,
.magento-payments-review-discount .action.check:active,
.magento-payments-review-discount .action.check: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,
.magento-payments-review-discount .action.check.disabled,
.magento-payments-review-discount .action.check[disabled],
fieldset[disabled] .magento-payments-review-discount .action.check,
.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),
.magento-payments-review-discount .action.check:active,
.magento-payments-review-discount .action.check: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,
.magento-payments-review .block .actions-toolbar .action.primary,
.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,
.magento-payments-review .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
.paypal-review .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
.magento-payments-review .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary,
.paypal-review .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary,
.cart-summary .block .actions-toolbar > .primary .action.primary,
.abs-discount-code .form-discount .actions-toolbar .primary .action,
.cart-summary .form.giftregistry .fieldset .action.primary,
.magento-payments-review-discount .actions-toolbar .action.primary,
.magento-payments-review-discount .actions-toolbar .action.cancel,
.abs-discount-block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
.cart-summary .block .actions-toolbar > .primary .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
.cart-summary .form.giftregistry .fieldset .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
.abs-discount-block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary,
.cart-summary .block .actions-toolbar > .primary .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary,
.cart-summary .form.giftregistry .fieldset .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .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,
.magento-payments-review .block .actions-toolbar .action.primary:focus,
.magento-payments-review .block .actions-toolbar .action.primary: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,
.magento-payments-review .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary:focus,
.magento-payments-review .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary:active,
.paypal-review .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary:focus,
.paypal-review .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary:active,
.magento-payments-review .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary:focus,
.magento-payments-review .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary:active,
.paypal-review .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary:focus,
.paypal-review .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary: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,
.magento-payments-review-discount .actions-toolbar .action.primary:focus,
.magento-payments-review-discount .actions-toolbar .action.primary:active,
.magento-payments-review-discount .actions-toolbar .action.cancel:focus,
.magento-payments-review-discount .actions-toolbar .action.cancel:active,
.abs-discount-block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary:focus,
.abs-discount-block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary:active,
.cart-summary .block .actions-toolbar > .primary .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary:focus,
.cart-summary .block .actions-toolbar > .primary .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary:active,
.cart-summary .form.giftregistry .fieldset .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary:focus,
.cart-summary .form.giftregistry .fieldset .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary:active,
.abs-discount-block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary:focus,
.abs-discount-block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary:active,
.cart-summary .block .actions-toolbar > .primary .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary:focus,
.cart-summary .block .actions-toolbar > .primary .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary:active,
.cart-summary .form.giftregistry .fieldset .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary:focus,
.cart-summary .form.giftregistry .fieldset .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .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,
.magento-payments-review .block .actions-toolbar .action.primary: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,
.magento-payments-review .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary:hover,
.paypal-review .block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary:hover,
.magento-payments-review .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary:hover,
.paypal-review .block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary: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,
.magento-payments-review-discount .actions-toolbar .action.primary:hover,
.magento-payments-review-discount .actions-toolbar .action.cancel:hover,
.abs-discount-block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary:hover,
.cart-summary .block .actions-toolbar > .primary .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary:hover,
.cart-summary .form.giftregistry .fieldset .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary:hover,
.abs-discount-block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary:hover,
.cart-summary .block .actions-toolbar > .primary .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary:hover,
.cart-summary .form.giftregistry .fieldset .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .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,
.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,
#store-selector .form-continue .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
.order-review-form .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
.order-review-form .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
.bundle-actions .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary.customize,
.bundle-options-container .block-bundle-summary .box-tocart .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
.cart-summary .checkout-methods-items .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary.checkout,
.block-minicart .block-content > .actions > .primary .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
.methods-shipping .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
.form-address-edit .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
.multicheckout .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
#store-selector .form-continue .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary,
.order-review-form .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary,
.order-review-form .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary,
.bundle-actions .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary.customize,
.bundle-options-container .block-bundle-summary .box-tocart .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary,
.cart-summary .checkout-methods-items .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary.checkout,
.block-minicart .block-content > .actions > .primary .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary,
.methods-shipping .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary,
.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary,
.form-address-edit .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary,
.multicheckout .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .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,
.bundle-actions .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary.customize,
.bundle-options-container .block-bundle-summary .box-tocart .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
.bundle-actions .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary.customize,
.bundle-options-container .block-bundle-summary .box-tocart .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary {
  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,
.magento-payments-review-discount .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,
.magento-payments-review-discount .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,
.magento-payments-review-discount .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,
.magento-payments-review-discount .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,
.magento-payments-review-discount .block,
.paypal-review-discount .block,
.cart-discount .block {
  margin: 0;
}
.abs-discount-block .block > .title:after,
.cart-summary .block > .title:after,
.magento-payments-review-discount .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,
.magento-payments-review-discount .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,
.magento-payments-review-discount .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,
.magento-payments-review-discount .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,
.magento-payments-review .block .block-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,
.magento-payments-review .block .block-title > strong,
.magento-payments-review .block .block-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;
}
.magento-payments-review .table-magento-payments-review-items .col.price .price-including-tax,
.magento-payments-review .table-magento-payments-review-items .col.price .price-excluding-tax,
.magento-payments-review .table-magento-payments-review-items .col.subtotal .price-including-tax,
.magento-payments-review .table-magento-payments-review-items .col.subtotal .price-excluding-tax,
.paypal-review .table-paypal-review-items .col.price .price-including-tax,
.paypal-review .table-paypal-review-items .col.price .price-excluding-tax,
.paypal-review .table-paypal-review-items .col.subtotal .price-including-tax,
.paypal-review .table-paypal-review-items .col.subtotal .price-excluding-tax,
.cart.table-wrapper .col.price .price-including-tax,
.cart.table-wrapper .col.price .price-excluding-tax,
.cart.table-wrapper .col.subtotal .price-including-tax,
.cart.table-wrapper .col.subtotal .price-excluding-tax,
.cart.table-wrapper .col.msrp .price-including-tax,
.cart.table-wrapper .col.msrp .price-excluding-tax,
.order-details-items .col.price .price-including-tax,
.order-details-items .col.price .price-excluding-tax,
.order-details-items .col.subtotal .price-including-tax,
.order-details-items .col.subtotal .price-excluding-tax {
  color: #666666;
  font-size: 1.8rem;
  display: block;
  line-height: 1;
  white-space: nowrap;
}
.magento-payments-review .table-magento-payments-review-items .col.price .price-including-tax .price,
.magento-payments-review .table-magento-payments-review-items .col.price .price-excluding-tax .price,
.magento-payments-review .table-magento-payments-review-items .col.subtotal .price-including-tax .price,
.magento-payments-review .table-magento-payments-review-items .col.subtotal .price-excluding-tax .price,
.paypal-review .table-paypal-review-items .col.price .price-including-tax .price,
.paypal-review .table-paypal-review-items .col.price .price-excluding-tax .price,
.paypal-review .table-paypal-review-items .col.subtotal .price-including-tax .price,
.paypal-review .table-paypal-review-items .col.subtotal .price-excluding-tax .price,
.cart.table-wrapper .col.price .price-including-tax .price,
.cart.table-wrapper .col.price .price-excluding-tax .price,
.cart.table-wrapper .col.subtotal .price-including-tax .price,
.cart.table-wrapper .col.subtotal .price-excluding-tax .price,
.cart.table-wrapper .col.msrp .price-including-tax .price,
.cart.table-wrapper .col.msrp .price-excluding-tax .price,
.order-details-items .col.price .price-including-tax .price,
.order-details-items .col.price .price-excluding-tax .price,
.order-details-items .col.subtotal .price-including-tax .price,
.order-details-items .col.subtotal .price-excluding-tax .price {
  font-weight: 700;
}
.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,
.magento-payments-review .table-magento-payments-review-items .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,
.magento-payments-review .table-magento-payments-review-items .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,
.magento-payments-review .table-magento-payments-review-items .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,
.magento-payments-review .table-magento-payments-review-items .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;
}
.magento-payments-review .block .block-title > .action,
.paypal-review .block .block-title > .action,
.account .column.main .block:not(.widget) .block-title > .action,
.multicheckout .block-title > .action,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title > .action,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title > .action,
.sales-guest-view .column.main .block:not(.widget) .block-title > .action {
  margin-left: 15px;
}
.magento-payments-review .block .box-title,
.paypal-review .block .box-title,
.account .column.main .block:not(.widget) .box-title,
.multicheckout .box-title,
.magento-rma-guest-returns .column.main .block:not(.widget) .box-title,
[class^='sales-guest-'] .column.main .block:not(.widget) .box-title,
.sales-guest-view .column.main .block:not(.widget) .box-title {
  display: inline-block;
  margin: 0 0 10px;
}
.magento-payments-review .block .box-title > span,
.paypal-review .block .box-title > span,
.account .column.main .block:not(.widget) .box-title > span,
.multicheckout .box-title > span,
.magento-rma-guest-returns .column.main .block:not(.widget) .box-title > span,
[class^='sales-guest-'] .column.main .block:not(.widget) .box-title > span,
.sales-guest-view .column.main .block:not(.widget) .box-title > span {
  font-size: 1.6rem;
}
.magento-payments-review .block .box-title > .action,
.paypal-review .block .box-title > .action,
.account .column.main .block:not(.widget) .box-title > .action,
.multicheckout .box-title > .action,
.magento-rma-guest-returns .column.main .block:not(.widget) .box-title > .action,
[class^='sales-guest-'] .column.main .block:not(.widget) .box-title > .action,
.sales-guest-view .column.main .block:not(.widget) .box-title > .action {
  font-weight: 400;
  margin-left: 10px;
}
.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;
}
.magento-payments-review-discount .block > .title strong,
.paypal-review-discount .block > .title strong,
.cart-discount .block > .title strong {
  color: #006bb4;
  font-weight: 400;
}
.magento-payments-review-discount .actions-toolbar,
.paypal-review-discount .actions-toolbar,
.cart-discount .actions-toolbar {
  display: table-cell;
  vertical-align: top;
  width: 1%;
}
.magento-payments-review-discount .actions-toolbar .action.primary,
.magento-payments-review-discount .actions-toolbar .action.cancel,
.abs-discount-block .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
.abs-discount-block .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary,
.paypal-review-discount .actions-toolbar .action.primary,
.paypal-review-discount .actions-toolbar .action.cancel,
.cart-discount .actions-toolbar .action.primary,
.cart-discount .actions-toolbar .action.cancel {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin: 0 0 0 -1px;
  white-space: nowrap;
  width: auto;
}
.magento-payments-review-discount .actions-toolbar .secondary,
.paypal-review-discount .actions-toolbar .secondary,
.cart-discount .actions-toolbar .secondary {
  bottom: 5px;
  left: 15px;
  position: absolute;
}
.magento-payments-review-discount .action.check,
.paypal-review-discount .action.check,
.cart-discount .action.check {
  font-weight: 400;
}
.magento-payments-review-discount .fieldset,
.paypal-review-discount .fieldset,
.cart-discount .fieldset {
  display: table;
  width: 100%;
}
.magento-payments-review-discount .fieldset > .field > .label,
.paypal-review-discount .fieldset > .field > .label,
.cart-discount .fieldset > .field > .label {
  display: none;
}
.magento-payments-review-discount .field,
.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;
}
@font-face {
  font-family: 'D-DIN-PRO-Bold';
  src: url('../../frontend/OM/Desktop/en_US/fonts/D-DIN-PRO/D-DIN-PRO-Bold/D-DIN-PRO-Bold.woff2') format('woff2'), url('../../frontend/OM/Desktop/en_US/fonts/D-DIN-PRO/D-DIN-PRO-Bold/D-DIN-PRO-Bold.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'D-DIN-PRO-SemiBold';
  src: url('../../frontend/OM/Desktop/en_US/fonts/D-DIN-PRO/D-DIN-PRO-SemiBold/D-DIN-PRO-SemiBold.woff2') format('woff2'), url('../../frontend/OM/Desktop/en_US/fonts/D-DIN-PRO/D-DIN-PRO-SemiBold/D-DIN-PRO-SemiBold.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'D-DIN-PRO-Regular';
  src: url('../../frontend/OM/Desktop/en_US/fonts/D-DIN-PRO/D-DIN-PRO-Regular/D-DIN-PRO-Regular.woff2') format('woff2'), url('../../frontend/OM/Desktop/en_US/fonts/D-DIN-PRO/D-DIN-PRO-Regular/D-DIN-PRO-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'DIN-Medium-Regular';
  src: url('../../frontend/OM/Desktop/en_US/fonts/DIN-Medium/DIN-Medium-Regular/DIN-Medium-Regular.woff2') format('woff2'), url('../../frontend/OM/Desktop/en_US/fonts/DIN-Medium/DIN-Medium-Regular/DIN-Medium-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter-Bold';
  src: url('../../frontend/OM/Desktop/en_US/fonts/Inter/Inter-Bold/Inter-Bold.woff2') format('woff2'), url('../../frontend/OM/Desktop/en_US/fonts/Inter/Inter-Bold/Inter-Bold.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter-ExtraBold';
  src: url('../../frontend/OM/Desktop/en_US/fonts/Inter/Inter-ExtraBold/Inter-ExtraBold.woff2') format('woff2'), url('../../frontend/OM/Desktop/en_US/fonts/Inter/Inter-ExtraBold/Inter-ExtraBold.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter-Medium';
  src: url('../../frontend/OM/Desktop/en_US/fonts/Inter/Inter-Medium/Inter-Medium.woff2') format('woff2'), url('../../frontend/OM/Desktop/en_US/fonts/Inter/Inter-Medium/Inter-Medium.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter-Regular';
  src: url('../../frontend/OM/Desktop/en_US/fonts/Inter/Inter-Regular/Inter-Regular.woff2') format('woff2'), url('../../frontend/OM/Desktop/en_US/fonts/Inter/Inter-Regular/Inter-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'RedHatDisplay-Bold';
  src: url('../../frontend/OM/Desktop/en_US/fonts/RedHatDisplay/RedHatDisplay-Bold/RedHatDisplay-Bold.woff2') format('woff2'), url('../../frontend/OM/Desktop/en_US/fonts/RedHatDisplay/RedHatDisplay-Bold/RedHatDisplay-Bold.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'RedHatDisplay-ExtraBold';
  src: url('../../frontend/OM/Desktop/en_US/fonts/RedHatDisplay/RedHatDisplay-ExtraBold/RedHatDisplay-ExtraBold.woff2') format('woff2'), url('../../frontend/OM/Desktop/en_US/fonts/RedHatDisplay/RedHatDisplay-ExtraBold/RedHatDisplay-ExtraBold.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,
a.paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
a.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .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,
a.paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
a.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary {
  display: inline-block;
  text-decoration: none;
}
a.action.primary:hover,
a.action.primary:active,
a.action.primary:focus,
a.paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary:hover,
a.paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary:active,
a.paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary:focus,
a.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary:hover,
a.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary:active,
a.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary:focus {
  text-decoration: none;
}
.action.primary,
.action-primary,
.paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .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,
.paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary:focus,
.paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary:active,
.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary:focus,
.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary:active {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
.action.primary:hover,
.action-primary:hover,
.paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary:hover,
.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .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,
.paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary.disabled,
.paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary[disabled],
fieldset[disabled] .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary.disabled,
.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary[disabled],
fieldset[disabled] .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .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;
  min-height: 24px;
  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,
.checkout-cart-index .cart-container div#block-discount .fieldset.coupon .actions-toolbar .primary button.paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
.checkout-cart-index .cart-container div#block-discount .fieldset.coupon .actions-toolbar .primary button.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .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,
.checkout-cart-index .cart-container .stock-popup .main-content .popup-content .pincode-sec button.paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
.checkout-cart-index .cart-container .stock-popup .main-content .popup-content .pincode-sec button.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .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;
  padding: 0;
  text-align: center;
}
@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: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 .cart.table-wrapper tbody.cart.item.warranty-registration 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.warranty-registration tr.item-info .product-item-details .qty-box {
  width: 40px !important;
}
.checkout-cart-index .cart-container .form-cart .cart.table-wrapper tbody.cart.item.warranty-registration 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.warranty-registration 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 .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,
.checkout-cart-index .cart-container .cart-summary .checkout-methods-items .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary.checkout,
.checkout-cart-index .cart-container .cart-summary .checkout-methods-items .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .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 .warranty-container .warr-right .warr-options.warr-option-list-1 .w-option {
  width: 40%;
  padding: 8px 2px 8px 25px;
}
.checkout-cart-index .warranty-modal .modal-inner-wrap .warranty-container .warr-right .warr-options.warr-option-list-1 .w-option .product-price-container {
  display: inline-block;
  margin: 0 5px;
}
.checkout-cart-index .warranty-modal .modal-inner-wrap .warranty-container .warr-right .warr-options.warr-option-list-2 .w-option {
  width: 40%;
  margin: 0 2% 0 0;
}
.checkout-cart-index .warranty-modal .modal-inner-wrap .warranty-container .warr-right .warr-options.warr-option-list-3 .w-option {
  width: 30%;
  margin: 0 2% 0 0;
}
.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;
}
body._has-modal {
  height: 100%;
  overflow: hidden;
  width: 100%;
}
.modals-overlay {
  z-index: 899;
}
.modal-slide,
.modal-popup {
  bottom: 0;
  left: 0;
  min-width: 0;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s .3s, opacity .3s ease;
  transition: visibility 0s .3s, opacity .3s ease;
}
.modal-slide._show,
.modal-popup._show {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}
.modal-slide._show .modal-inner-wrap,
.modal-popup._show .modal-inner-wrap {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-slide .modal-inner-wrap,
.modal-popup .modal-inner-wrap {
  background-color: #ffffff;
  box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
  opacity: 1;
  pointer-events: auto;
}
.modal-slide {
  left: 44px;
  z-index: 900;
}
.modal-slide._show .modal-inner-wrap {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.modal-slide .modal-inner-wrap {
  height: 100%;
  overflow-y: auto;
  position: static;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  width: auto;
}
.modal-slide._inner-scroll .modal-inner-wrap {
  overflow-y: visible;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.modal-slide._inner-scroll .modal-header,
.modal-slide._inner-scroll .modal-footer {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.modal-slide._inner-scroll .modal-content {
  overflow-y: auto;
}
.modal-slide._inner-scroll .modal-footer {
  margin-top: auto;
}
.modal-slide .modal-header,
.modal-slide .modal-content,
.modal-slide .modal-footer {
  padding: 0 2.6rem 2.6rem;
}
.modal-slide .modal-header {
  padding-bottom: 2.1rem;
  padding-top: 2.1rem;
}
.modal-popup {
  z-index: 900;
  left: 0;
  overflow-y: auto;
}
.modal-popup.confirm .modal-inner-wrap {
  max-width: 50rem;
}
.modal-popup._show .modal-inner-wrap {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.modal-popup .modal-inner-wrap {
  margin: 5rem auto;
  width: 75%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  box-sizing: border-box;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  -webkit-transform: translateY(-200%);
  transform: translateY(-200%);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: transform .2s ease;
}
.modal-popup._inner-scroll {
  overflow-y: visible;
}
.ie11 .modal-popup._inner-scroll {
  overflow-y: auto;
}
.modal-popup._inner-scroll .modal-inner-wrap {
  max-height: 90%;
}
.ie11 .modal-popup._inner-scroll .modal-inner-wrap {
  max-height: none;
}
.modal-popup._inner-scroll .modal-content {
  overflow-y: auto;
}
.modal-popup .modal-header,
.modal-popup .modal-content,
.modal-popup .modal-footer {
  padding-left: 3rem;
  padding-right: 3rem;
}
.modal-popup .modal-header,
.modal-popup .modal-footer {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.modal-popup .modal-header {
  padding-bottom: 1.2rem;
  padding-top: 3rem;
}
.modal-popup .modal-footer {
  margin-top: auto;
  padding-bottom: 3rem;
  padding-top: 3rem;
}
.modal-popup .modal-footer-actions {
  text-align: right;
}
.modal-custom .action-close,
.modal-popup .action-close,
.modal-slide .action-close {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-shadow: none;
  font-weight: 400;
  display: inline-block;
  text-decoration: none;
  position: absolute;
  right: 0;
  top: 0;
}
.modal-custom .action-close:focus,
.modal-popup .action-close:focus,
.modal-slide .action-close:focus,
.modal-custom .action-close:active,
.modal-popup .action-close:active,
.modal-slide .action-close:active {
  background: none;
  border: none;
}
.modal-custom .action-close:hover,
.modal-popup .action-close:hover,
.modal-slide .action-close:hover {
  background: none;
  border: none;
}
.modal-custom .action-close.disabled,
.modal-popup .action-close.disabled,
.modal-slide .action-close.disabled,
.modal-custom .action-close[disabled],
.modal-popup .action-close[disabled],
.modal-slide .action-close[disabled],
fieldset[disabled] .modal-custom .action-close,
fieldset[disabled] .modal-popup .action-close,
fieldset[disabled] .modal-slide .action-close {
  pointer-events: none;
  opacity: 0.5;
}
.modal-custom .action-close > span,
.modal-popup .action-close > span,
.modal-slide .action-close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.modal-custom .action-close:before,
.modal-popup .action-close:before,
.modal-slide .action-close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: 14px;
  color: #757575;
  content: '\e616';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.modal-custom .action-close:hover:before,
.modal-popup .action-close:hover:before,
.modal-slide .action-close:hover:before {
  color: inherit;
}
.modal-custom .action-close:active:before,
.modal-popup .action-close:active:before,
.modal-slide .action-close:active:before {
  color: inherit;
}
.modal-custom .action-close:hover:before,
.modal-popup .action-close:hover:before,
.modal-slide .action-close:hover:before {
  color: #1a1a1a;
}
.modal-custom .action-close {
  margin: 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-sticky {
  position: relative;
  z-index: 999;
}
.lac-notification-sticky .lac-notification {
  background-color: #373330;
  color: #ffffff;
  font-size: 16px;
}
.lac-notification-sticky .lac-notification .lac-notification-icon {
  float: left;
  margin: 10px 25px 10px 10px;
}
.lac-notification-sticky .lac-notification .lac-notification-icon .logo-img {
  display: block;
}
.lac-notification-sticky .lac-notification .lac-notification-text {
  float: left;
  padding: 15px 0;
}
.lac-notification-sticky .lac-notification .lac-notification-links {
  float: right;
  padding: 15px 0;
}
.lac-notification-sticky .lac-notification .lac-notification-links a {
  color: #ffffff;
  font-size: 14px;
}
.lac-notification-sticky .lac-notification .lac-notification-links .lac-notification-close-link:after {
  background: url('../../frontend/OM/Desktop/en_US/Magento_LoginAsCustomerFrontendUi/images/close.svg');
  content: ' ';
  display: inline-block;
  height: 12px;
  margin-left: 5px;
  vertical-align: middle;
  width: 12px;
}
@font-face {
  font-family: 'pagebuilder-font';
  font-style: normal;
  font-weight: normal;
  src: url('../../frontend/OM/Desktop/en_US/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.eot');
  src: url('../../frontend/OM/Desktop/en_US/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.eot?#iefix') format('embedded-opentype'), url('../../frontend/OM/Desktop/en_US/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.woff') format('woff'), url('../../frontend/OM/Desktop/en_US/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.ttf') format('truetype');
}
.pagebuilder-icon,
.slick-prev:before,
.slick-next:before,
.slick-prev:after,
.slick-next:after {
  -webkit-font-smoothing: antialiased;
  font-family: 'pagebuilder-font';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
}
[class^='pagebuilder-icon-']:before,
[class*=' pagebuilder-icon-']:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-family: 'pagebuilder-font';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-decoration: inherit;
  text-rendering: auto;
  text-transform: none;
  vertical-align: middle;
}
.pagebuilder-icon-down:before {
  content: '\f101';
}
.pagebuilder-icon-next:before {
  content: '\f102';
}
.pagebuilder-icon-prev:before {
  content: '\f103';
}
.pagebuilder-icon-up:before {
  content: '\f104';
}
.product-full-width-section {
  padding: .5em 0;
}
.product-full-width-section .block.review-add {
  margin-top: 2.7rem;
}
.page-layout-product-full-width .block.related {
  margin-top: 2.7rem;
}
.page-main-details .product-section-title {
  border-bottom: 1px solid #c6c6c6;
  margin-bottom: 15px;
  padding-bottom: 12px;
}
.additional-attributes-wrapper .additional-attributes {
  border: none;
  width: auto;
}
.additional-attributes-wrapper .additional-attributes > tbody > tr > th {
  border: none;
  padding: 5.5px 30px 10px 0;
}
.additional-attributes-wrapper .additional-attributes > tbody > tr > td {
  border: none;
  padding: 5.5px 5px 10px;
}
.cms-index-index.page-layout-cms-full-width .nav-sections {
  margin-bottom: 0;
}
.slick-slider {
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-touch-action: pan-y;
  -ms-user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  box-sizing: border-box;
  display: block;
  position: relative;
  touch-action: pan-y;
  user-select: none;
}
.slick-list {
  display: block;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-track {
  display: block;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 0;
}
.slick-track:before,
.slick-track:after {
  content: '';
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  border: 1px solid transparent;
  display: block;
  height: auto;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-prev {
  left: 2rem;
}
.slick-prev:before {
  content: '\f103';
  padding-right: 5px;
}
.slick-next {
  right: 2rem;
}
.slick-next:before {
  content: '\f102';
  padding-left: 5px;
}
.slick-prev,
.slick-next {
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  background: rgba(252, 252, 252, 0.6);
  border: none;
  border-radius: 0;
  color: transparent;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 60px;
  line-height: 0;
  outline: none;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 60px;
  z-index: 101;
}
.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  opacity: .2;
}
.slick-prev:hover,
.slick-next:hover {
  background: #fcfcfc;
  border: none;
}
.slick-prev:hover.slick-disabled,
.slick-next:hover.slick-disabled {
  opacity: .2;
}
.slick-prev:hover:before,
.slick-next:hover:before {
  color: #494949;
}
.slick-prev:before,
.slick-next:before,
.slick-prev:after,
.slick-next:after {
  color: #555555;
  font-size: 38px;
  opacity: 1;
}
.slick-prev:active,
.slick-next:active,
.slick-prev:focus,
.slick-next:focus,
.slick-prev:not(.primary),
.slick-next:not(.primary) {
  background: rgba(252, 252, 252, 0.7);
  border: none;
  box-shadow: none;
}
.slick-prev:active:active,
.slick-next:active:active,
.slick-prev:focus:active,
.slick-next:focus:active,
.slick-prev:not(.primary):active,
.slick-next:not(.primary):active {
  box-shadow: none;
}
.slick-dots {
  font-size: 1.4rem;
  line-height: normal;
  letter-spacing: normal;
  display: block;
  list-style: none;
  margin: 0;
  padding: 15px 0;
  text-align: center;
  width: 100%;
}
.slick-dots li {
  cursor: pointer;
  display: inline-block;
  height: 14px;
  margin: 0 5px;
  padding: 0;
  position: relative;
  vertical-align: middle;
  width: 14px;
}
.slick-dots li button {
  background: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 10px;
  box-shadow: none;
  cursor: pointer;
  display: block;
  height: 14px;
  padding: 0;
  text-indent: -99999px;
  transition: .3s;
  width: 14px;
}
.slick-dots li button:hover {
  border: 1px solid #b3b3b3;
}
.slick-dots li button:active,
.slick-dots li button:focus,
.slick-dots li button:not(.primary) {
  box-shadow: none;
}
.slick-dots li.slick-active button {
  background: #1c1918;
}
[data-content-type='banner'] > [data-element='link'],
[data-content-type='banner'] > [data-element='empty_link'] {
  color: inherit;
  text-decoration: inherit;
}
[data-content-type='banner'] > [data-element='link']:hover,
[data-content-type='banner'] > [data-element='empty_link']:hover {
  color: inherit;
  text-decoration: inherit;
}
.pagebuilder-banner-wrapper {
  background-clip: padding-box;
  border-radius: inherit;
  box-sizing: border-box;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.pagebuilder-banner-wrapper .pagebuilder-overlay {
  -moz-transition: background-color 500ms ease;
  -o-transition: background-color 500ms ease;
  -webkit-transition: background-color 500ms ease;
  box-sizing: border-box;
  padding: 30px;
  position: relative;
  transition: background-color 500ms ease;
}
.pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
  align-items: center;
  display: flex;
  justify-content: center;
}
.pagebuilder-banner-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
  max-width: 540px;
}
.pagebuilder-banner-wrapper.jarallax .video-overlay {
  z-index: 0;
}
.pagebuilder-banner-wrapper [data-element='content'] {
  min-height: 50px;
  overflow: auto;
}
.pagebuilder-banner-wrapper .pagebuilder-banner-button {
  -moz-transition: opacity 500ms ease;
  -o-transition: opacity 500ms ease;
  -webkit-transition: opacity 500ms ease;
  margin: 20px 0 0 0;
  max-width: 100%;
  text-align: inherit;
  transition: opacity 500ms ease;
  word-break: break-word;
}
.pagebuilder-banner-wrapper .pagebuilder-poster-content {
  width: 100%;
}
[data-appearance='collage-centered'] .pagebuilder-banner-wrapper .pagebuilder-overlay {
  margin-left: auto;
  margin-right: auto;
}
[data-appearance='collage-left'] .pagebuilder-banner-wrapper .pagebuilder-overlay {
  margin-right: auto;
}
[data-appearance='collage-right'] .pagebuilder-banner-wrapper .pagebuilder-overlay {
  margin-left: auto;
}
[data-content-type$='block'] .block p:last-child {
  margin-bottom: 1rem;
  margin-top: 0;
}
[data-content-type='buttons'] {
  max-width: 100%;
}
[data-content-type='button-item'] {
  max-width: 100%;
}
[data-content-type='button-item'] [data-element='link'],
[data-content-type='button-item'] [data-element='empty_link'] {
  max-width: 100%;
  word-wrap: break-word;
}
[data-content-type='button-item'] [data-element='empty_link'] {
  cursor: default;
}
a.pagebuilder-button-link,
button.pagebuilder-button-link,
div.pagebuilder-button-link {
  line-height: 2.2rem;
  font-size: 1.8rem;
  line-height: 1.42857143;
  margin: 0 10px 10px 0;
  padding: 14px 17px;
  color: #006bb4;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  font-weight: 600;
  box-shadow: none;
  box-sizing: border-box;
  display: inline-block;
}
a.pagebuilder-button-link:visited,
button.pagebuilder-button-link:visited,
div.pagebuilder-button-link:visited {
  color: #006bb4;
  text-decoration: none;
}
a.pagebuilder-button-link:hover,
button.pagebuilder-button-link:hover,
div.pagebuilder-button-link:hover {
  color: #006bb4;
  text-decoration: underline;
}
a.pagebuilder-button-link:active,
button.pagebuilder-button-link:active,
div.pagebuilder-button-link:active {
  color: #ff5501;
  text-decoration: underline;
}
a.pagebuilder-button-link:hover,
button.pagebuilder-button-link:hover,
div.pagebuilder-button-link:hover,
a.pagebuilder-button-link:active,
button.pagebuilder-button-link:active,
div.pagebuilder-button-link:active,
a.pagebuilder-button-link:focus,
button.pagebuilder-button-link:focus,
div.pagebuilder-button-link:focus {
  background: none;
  border: 0;
}
a.pagebuilder-button-link.disabled,
button.pagebuilder-button-link.disabled,
div.pagebuilder-button-link.disabled,
a.pagebuilder-button-link[disabled],
button.pagebuilder-button-link[disabled],
div.pagebuilder-button-link[disabled],
fieldset[disabled] a.pagebuilder-button-link,
fieldset[disabled] button.pagebuilder-button-link,
fieldset[disabled] div.pagebuilder-button-link {
  color: #006bb4;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
a.pagebuilder-button-primary,
button.pagebuilder-button-primary,
div.pagebuilder-button-primary {
  text-decoration: none;
  background-image: none;
  background: #1979c3;
  border: 1px solid #1979c3;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  margin: 0 10px 10px 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  line-height: 2.2rem;
  padding: 14px 17px;
  font-size: 1.8rem;
  border-radius: 3px;
  box-shadow: none;
}
a.pagebuilder-button-primary:hover,
button.pagebuilder-button-primary:hover,
div.pagebuilder-button-primary:hover,
a.pagebuilder-button-primary:active,
button.pagebuilder-button-primary:active,
div.pagebuilder-button-primary:active,
a.pagebuilder-button-primary:focus,
button.pagebuilder-button-primary:focus,
div.pagebuilder-button-primary:focus {
  text-decoration: none;
}
a.pagebuilder-button-primary:focus,
button.pagebuilder-button-primary:focus,
div.pagebuilder-button-primary:focus,
a.pagebuilder-button-primary:active,
button.pagebuilder-button-primary:active,
div.pagebuilder-button-primary:active {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
a.pagebuilder-button-primary:hover,
button.pagebuilder-button-primary:hover,
div.pagebuilder-button-primary:hover {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
a.pagebuilder-button-primary.disabled,
button.pagebuilder-button-primary.disabled,
div.pagebuilder-button-primary.disabled,
a.pagebuilder-button-primary[disabled],
button.pagebuilder-button-primary[disabled],
div.pagebuilder-button-primary[disabled],
fieldset[disabled] a.pagebuilder-button-primary,
fieldset[disabled] button.pagebuilder-button-primary,
fieldset[disabled] div.pagebuilder-button-primary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
a.pagebuilder-button-secondary,
button.pagebuilder-button-secondary,
div.pagebuilder-button-secondary {
  text-decoration: none;
  background-image: none;
  background: #eeeeee;
  border: 1px solid #cccccc;
  color: #333333;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  margin: 0 10px 10px 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
  line-height: 2.2rem;
  padding: 14px 17px;
  font-size: 1.8rem;
  border-radius: 3px;
  box-shadow: none;
}
a.pagebuilder-button-secondary:hover,
button.pagebuilder-button-secondary:hover,
div.pagebuilder-button-secondary:hover,
a.pagebuilder-button-secondary:active,
button.pagebuilder-button-secondary:active,
div.pagebuilder-button-secondary:active,
a.pagebuilder-button-secondary:focus,
button.pagebuilder-button-secondary:focus,
div.pagebuilder-button-secondary:focus {
  text-decoration: none;
}
a.pagebuilder-button-secondary:focus,
button.pagebuilder-button-secondary:focus,
div.pagebuilder-button-secondary:focus,
a.pagebuilder-button-secondary:active,
button.pagebuilder-button-secondary:active,
div.pagebuilder-button-secondary:active {
  background: #e2e2e2;
  border: 1px solid #cccccc;
  color: #333333;
}
a.pagebuilder-button-secondary:hover,
button.pagebuilder-button-secondary:hover,
div.pagebuilder-button-secondary:hover {
  background: #e1e1e1;
  border: 1px solid #cccccc;
  color: #333333;
}
a.pagebuilder-button-secondary.disabled,
button.pagebuilder-button-secondary.disabled,
div.pagebuilder-button-secondary.disabled,
a.pagebuilder-button-secondary[disabled],
button.pagebuilder-button-secondary[disabled],
div.pagebuilder-button-secondary[disabled],
fieldset[disabled] a.pagebuilder-button-secondary,
fieldset[disabled] button.pagebuilder-button-secondary,
fieldset[disabled] div.pagebuilder-button-secondary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.pagebuilder-column {
  box-sizing: border-box;
}
[data-content-type='heading'] {
  word-wrap: break-word;
}
[data-content-type='html'] {
  word-wrap: break-word;
}
figure[data-content-type='image'] {
  box-sizing: border-box;
}
figure[data-content-type='image'] > [data-element='link'],
figure[data-content-type='image'] > [data-element='link'] img {
  border-radius: inherit;
}
figure[data-content-type='image'] figcaption {
  word-wrap: break-word;
}
[data-content-type='map'] {
  box-sizing: border-box;
  height: 300px;
}
[data-content-type='row'] li.product-item {
  text-align: left;
}
.pagebuilder-column .widget-product-grid .product-item {
  max-width: 100%;
  min-width: 50px;
}
.pagebuilder-column .widget-product-grid .product-item .price-box {
  word-wrap: break-word;
}
.pagebuilder-column .widget-product-grid .product-item .price-box .price {
  white-space: normal;
}
.pagebuilder-column .widget-product-grid .product-item .product-item-actions .actions-primary {
  display: inline-block;
  max-width: 100%;
}
.pagebuilder-column .widget-product-grid .product-item .product-item-actions .actions-secondary {
  display: inline-block;
  width: auto;
}
.pagebuilder-column .widget-product-grid .product-item .product-item-actions .tocart {
  max-width: 100%;
  white-space: normal;
}
.pagebuilder-column [data-content-type='products'] .block.widget .products-grid .widget-product-grid.product-items .product-item {
  width: 200px;
}
[data-content-type='products'][data-appearance='carousel'] .slick-initialized li.product-item {
  display: block;
}
[data-content-type='products'][data-appearance='carousel'] .slick-initialized li.product-item:first-child {
  visibility: visible;
}
[data-content-type='products'][data-appearance='carousel'] .product-item-info {
  width: auto;
}
[data-content-type='products'][data-appearance='carousel'] li.product-item {
  display: none;
}
[data-content-type='products'][data-appearance='carousel'] li.product-item:first-child {
  display: block;
  visibility: hidden;
}
[data-content-type='products'][data-appearance='carousel'].center-mode .product-item {
  opacity: .5;
  transition: all 300ms ease;
}
[data-content-type='products'][data-appearance='carousel'].center-mode .product-item:hover {
  opacity: 1;
}
[data-content-type='products'][data-appearance='carousel'].center-mode .slick-current .product-item {
  opacity: 1;
}
[data-content-type='row'][data-appearance='contained'] {
  box-sizing: border-box;
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 1280px;
}
[data-content-type='row'][data-appearance='contained'] [data-element='inner'] {
  box-sizing: border-box;
}
[data-content-type='row'][data-appearance='full-bleed'] {
  box-sizing: border-box;
}
[data-content-type='row'][data-appearance='full-width'] {
  box-sizing: border-box;
}
[data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  width: 100%;
}
[data-content-type='slide'] {
  box-sizing: border-box;
  line-height: 20px;
  min-height: inherit;
  overflow: hidden;
}
[data-content-type='slide'] > [data-element='link'],
[data-content-type='slide'] > [data-element='empty_link'] {
  color: inherit;
  min-height: inherit;
  text-decoration: inherit;
}
[data-content-type='slide'] > [data-element='link']:hover,
[data-content-type='slide'] > [data-element='empty_link']:hover {
  color: inherit;
  text-decoration: inherit;
}
[data-content-type='slide'] + [data-content-type='slide'] {
  height: 0;
  min-height: 0;
}
.slick-slider [data-content-type='slide'] + [data-content-type='slide'] {
  height: initial;
  min-height: inherit;
}
.pagebuilder-slide-wrapper {
  border-radius: inherit;
  box-sizing: border-box;
  min-height: inherit;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.pagebuilder-slide-wrapper .jarallax-viewport-element {
  height: 100%;
  left: -15000vw;
  position: absolute;
  top: 0;
  width: 1px;
  z-index: 100;
}
.slick-current .pagebuilder-slide-wrapper .jarallax-viewport-element {
  left: 0;
}
.pagebuilder-slide-wrapper.jarallax .video-overlay {
  -webkit-transform: unset;
  z-index: 1;
}
.pagebuilder-slide-wrapper.jarallax .pagebuilder-overlay {
  position: relative;
  z-index: 2;
}
.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > div,
.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > img,
.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > video,
.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > iframe {
  margin: auto !important;
  transform: none !important;
}
.pagebuilder-slide-wrapper .pagebuilder-overlay {
  -moz-transition: background-color 500ms ease;
  -o-transition: background-color 500ms ease;
  -webkit-transition: background-color 500ms ease;
  border-radius: inherit;
  box-sizing: border-box;
  padding: 30px;
  transition: background-color 500ms ease;
}
.pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: inherit;
}
.pagebuilder-slide-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
  max-width: 540px;
}
.pagebuilder-slide-wrapper [data-element='content'] {
  min-height: 50px;
  overflow: auto;
}
.pagebuilder-slide-wrapper .pagebuilder-slide-button {
  -moz-transition: opacity 500ms ease;
  -o-transition: opacity 500ms ease;
  -webkit-transition: opacity 500ms ease;
  margin: 20px 0 0 0;
  max-width: 100%;
  text-align: inherit;
  transition: opacity 500ms ease;
  word-break: break-word;
}
.pagebuilder-slide-wrapper .pagebuilder-poster-content {
  width: 100%;
}
[data-appearance='collage-centered'] .pagebuilder-slide-wrapper .pagebuilder-overlay {
  margin-left: auto;
  margin-right: auto;
}
[data-appearance='collage-left'] .pagebuilder-slide-wrapper .pagebuilder-overlay {
  margin-right: auto;
}
[data-appearance='collage-right'] .pagebuilder-slide-wrapper .pagebuilder-overlay {
  margin-left: auto;
}
div[data-content-type='slider'] {
  visibility: hidden;
}
div[data-content-type='slider'].slick-initialized {
  visibility: visible;
}
div[data-content-type='slider'] .slick-list,
div[data-content-type='slider'] .slick-track,
div[data-content-type='slider'] .slick-slide {
  min-height: inherit;
}
div[data-content-type='slider'] .slick-list > div,
div[data-content-type='slider'] .slick-track > div,
div[data-content-type='slider'] .slick-slide > div {
  line-height: 0;
  min-height: inherit;
  overflow: hidden;
  width: 100%;
}
div[data-content-type='slider'] a.button {
  -moz-appearance: button;
  -webkit-appearance: button;
  appearance: button;
  color: initial;
  padding: 10px;
  text-decoration: none;
}
div[data-content-type='tabs'] .tabs-navigation {
  display: block;
  font-size: 0;
  margin: 0 0 -1px;
  padding: 0;
}
div[data-content-type='tabs'] .tabs-navigation li:first-child {
  margin-left: 0 !important;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header {
  background: #f6f6f6;
  border: 1px solid #cccccc;
  border-bottom: 0;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow-wrap: break-word;
  position: relative;
  word-wrap: break-word;
  z-index: 1;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header:not(:first-child) {
  margin-left: -1px;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title {
  border-right: 0;
  color: #000000;
  cursor: pointer !important;
  display: block;
  font-size: 14px;
  font-weight: 600;
  padding: 1.4rem 2rem;
  position: relative;
  transition: all .3s;
  vertical-align: middle;
  white-space: normal;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title span.tab-title {
  display: block;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title:hover {
  text-decoration: none;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header:last-child {
  border-right: 1px solid #cccccc;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header.ui-state-active {
  background: #ffffff;
  z-index: 19;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header.ui-state-active a.tab-title {
  position: relative;
  transition: all .3s;
}
div[data-content-type='tabs'] .tabs-content {
  border: 1px solid #cccccc;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  z-index: 9;
}
div[data-content-type='tabs'] .tabs-content [data-content-type='tab-item'] {
  box-sizing: border-box;
  min-height: inherit;
}
div[data-content-type='tabs'] .tabs-content [data-content-type='tab-item']:not(:first-child) {
  display: none;
}
div[data-content-type='tabs'].tab-align-left .tabs-content {
  border-top-left-radius: 0 !important;
}
div[data-content-type='tabs'].tab-align-right .tabs-content {
  border-top-right-radius: 0 !important;
}
div[data-content-type='text'] {
  word-wrap: break-word;
}
div[data-content-type='video'] {
  font-size: 0;
}
div[data-content-type='video'] .pagebuilder-video-inner {
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
}
div[data-content-type='video'] .pagebuilder-video-container {
  border-radius: inherit;
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
}
div[data-content-type='video'] iframe,
div[data-content-type='video'] video {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.jarallax {
  position: relative;
  z-index: 0;
}
.jarallax > .jarallax-img {
  font-family: 'object-fit: cover;', sans-serif;
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.jarallax-video-fallback {
  transform: scale3d(0, 0, 0);
}
.jarallax .video-overlay {
  -webkit-transform: translate3d(0, 0, 0);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -99;
}
.jarallax [id*='jarallax-container'] video,
.jarallax [id*='jarallax-container'] iframe {
  visibility: hidden;
}
.cms-content-important {
  background-color: #f5f5f5;
  color: #333333;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.1;
  margin: 0 0 35px -20px;
  padding: 20px;
}
.pagebuilder-full-width {
  float: left;
  width: 100%;
}
.pagebuilder-content-type {
  box-sizing: border-box;
  margin-bottom: 20px;
}
.pagebuilder-accordion {
  margin: 0;
  padding: 0;
}
.pagebuilder-accordion > .item.title {
  box-sizing: border-box;
  float: none;
  width: 100%;
}
.pagebuilder-accordion > .item.title > .switch {
  display: block;
}
.pagebuilder-accordion > .item.content {
  box-sizing: border-box;
  display: block;
  float: none;
  margin: 0;
}
.pagebuilder-accordion > .item.content:before,
.pagebuilder-accordion > .item.content:after {
  content: '';
  display: table;
}
.pagebuilder-accordion > .item.content:after {
  clear: both;
}
.pagebuilder-accordion > .item.content.active {
  display: block;
}
.pagebuilder-accordion > .item.title {
  margin: 0;
}
.pagebuilder-accordion > .item.title > .switch {
  border-top: 1px solid #cccccc;
  height: 40px;
  padding: 1px 10px 1px 10px;
  font-weight: 600;
  line-height: 40px;
  font-size: 1.4rem;
  color: #333333;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title > .switch:visited {
  color: #6d6d6d;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title > .switch:hover {
  color: #333333;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title > .switch:active {
  color: #333333;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title:not(.disabled) > .switch:active,
.pagebuilder-accordion > .item.title.active > .switch,
.pagebuilder-accordion > .item.title.active > .switch:focus,
.pagebuilder-accordion > .item.title.active > .switch:hover {
  color: #333333;
  text-decoration: none;
  padding-bottom: 1px;
}
.pagebuilder-accordion > .item.content {
  background: #ffffff;
  margin: 0;
  padding: 10px 10px 30px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form-discount .g-recaptcha {
  margin-top: 50px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.login-container .g-recaptcha,
.form-login .g-recaptcha,
.form-edit-account .g-recaptcha {
  margin-bottom: 10px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.required-captcha.checkbox {
  position: absolute;
  display: block;
  visibility: visible;
  overflow: hidden;
  opacity: 0;
  width: 1px;
  height: 1px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.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;
}
.payment-method .flex-center {
  align-items: center;
  display: flex;
  gap: 5px;
}
.payment-method .payment-type-icon {
  height: 40px;
}
.card-grid {
  display: grid;
}
.card-aux {
  gap: 20px;
  grid-template-columns: minmax(auto, 400px);
}
.card-aux .actions-toolbar {
  justify-self: start;
}
.card-container {
  margin-top: 20px;
  align-items: center;
}
.card-container .card-layout {
  column-gap: 10px;
  display: grid;
  grid-template-areas: 'card-number-field-area card-number-field-area' 'expiration-date-field-area cvv-field-area';
  max-width: 400px;
  row-gap: 10px;
  grid-template-columns: repeat(2, 1fr);
}
.card-container .card-layout .display-lock {
  align-items: center;
  display: flex;
  flex-direction: row-reverse;
}
.card-container .card-layout .display-lock .lock-icon:hover::before {
  color: #757575;
}
.card-container .card-layout .display-lock .lock-icon:before {
  color: #bbbbbb;
  content: '\e629';
  display: inline-block;
  font-family: 'luma-icons';
  font-size: 18px;
  font-weight: normal;
  line-height: inherit;
  overflow: hidden;
  speak: none;
  text-align: center;
  vertical-align: middle;
}
.card-container .card-layout .card-number-field-area {
  grid-area: card-number-field-area;
}
.card-container .card-layout .expiration-date-field-area {
  grid-area: expiration-date-field-area;
}
.card-container .card-layout .cvv-field-area {
  grid-area: cvv-field-area;
}
.card-container .field div.error {
  border-color: #ed8380;
}
.card-container .field .label {
  display: block;
  font-weight: 600;
}
.card-container .field .card-field {
  border: 1px solid #c2c2c2;
  height: 32px;
  padding: 8px 15px;
}
.card-container .field .field-wrapper {
  position: relative;
}
.card-container .field .field-wrapper .field-tooltip {
  cursor: pointer;
  position: absolute;
  right: 15px;
  top: 10px;
}
.checkout-index-index > .loading-mask {
  z-index: 999;
}
.magento-payments-review .actions-toolbar {
  margin-top: 10px;
}
.magento-payments-review .magento-payments-review-title {
  padding: 0 0 10px;
}
.magento-payments-review .magento-payments-review-title > strong {
  font-size: 2.4rem;
  font-weight: 300;
}
.magento-payments-review .magento-payments-review-title .action {
  display: inline-block;
  margin: 12px 0 0 30px;
}
.magento-payments-review .table-magento-payments-review-items .col.name {
  padding-top: 16px;
}
.magento-payments-review .table-magento-payments-review-items .col.qty {
  text-align: center;
}
.magento-payments-review .item-options dt {
  display: inline-block;
}
.magento-payments-review .item-options dt:after {
  content: ': ';
}
.magento-payments-review .item-options dd {
  margin: 0;
}
.magento-payments-review .payment-source-logo {
  margin-top: 10px;
}
.magento-payments-review .payment-source-logo[alt='googlepay'] {
  height: 40px;
}
.magento-payments-review .payment-source-logo[alt='applepay'] {
  height: 40px;
}
.magento-payments-review .payment-source-logo[alt='paypal'],
.magento-payments-review .payment-source-logo[alt='paylater'] {
  height: 26px;
}
.magento-payments-review .payment-source-logo[alt='venmo'] {
  height: 20px;
}
.magento-payments-review-discount {
  border-bottom: 1px solid #cccccc;
  margin: 0 0 40px;
  padding: 10px 0 0;
}
.block-minicart .block-content > .actions .smart-buttons {
  margin-top: 15px;
}
.pay-later-message {
  margin-top: 10px;
}
.smart-buttons > div > div {
  vertical-align: bottom;
}
.apple-pay {
  margin-top: 14px;
}
.cart-summary .apple-pay {
  margin-top: 11px;
}
.google-pay {
  margin-top: 14px;
}
.google-pay button {
  background-origin: content-box;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  border: 0;
}
.cart-summary .google-pay {
  margin-bottom: 14px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.product-info-stock-sku .configurable-variation-qty {
  display: none;
}
.amslick-slider-container {
  /* phpcs:ignore Magento2.Less.SemicolonSpacing.NotAtEnd */
}
.amslick-slider-container .slick-dots li button:focus,
.amslick-slider-container .slick-dots li button:hover,
.amslick-slider-container .slick-list:focus {
  outline: 0;
}
.amslick-slider-container .slick-list,
.amslick-slider-container .slick-slider,
.amslick-slider-container .slick-track {
  display: block;
  position: relative;
}
.amslick-slider-container .slick-loading .slick-slide,
.amslick-slider-container .slick-loading .slick-track {
  visibility: hidden;
}
.amslick-slider-container .slick-list {
  margin: 0;
  overflow: hidden;
  padding: 0;
}
.amslick-slider-container .slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.amslick-slider-container .slick-slider .slick-list,
.amslick-slider-container .slick-slider .slick-track {
  transform: translate3d(0, 0, 0);
}
.amslick-slider-container .slick-track {
  left: 0;
  margin: 0 auto;
  top: 0;
}
.amslick-slider-container .slick-track:after,
.amslick-slider-container .slick-track:before {
  content: '';
  display: table;
}
.amslick-slider-container .slick-track:after {
  clear: both;
}
.amslick-slider-container .slick-slide,
.amslick-slider-container .slick-slide.slick-loading img {
  display: none;
}
.amslick-slider-container .slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  vertical-align: middle;
}
.amslick-slider-container [dir=rtl] .slick-slide {
  float: right;
}
.amslick-slider-container .slick-slide.dragging img {
  pointer-events: none;
}
.amslick-slider-container .slick-vertical .slick-slide {
  border: 1px solid transparent;
  display: block;
  height: auto;
}
.amslick-slider-container .slick-arrow.slick-hidden {
  display: none;
}
.amslick-slider-container .slick-loading .slick-list {
  background: 0 0;
  position: relative;
}
.amslick-slider-container .slick-loading .slick-list:before {
  animation: loading 1s infinite linear;
  border-color: rgba(0, 0, 0, 0.2);
  border-radius: 100%;
  border-style: solid;
  border-top-color: #5c5c5c;
  border-width: 3px;
  content: '';
  display: block;
  height: 25px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 25px;
}
.amslick-slider-container .slick-next.slick-disabled,
.amslick-slider-container .slick-prev.slick-disabled {
  opacity: 0.25;
}
.amslick-slider-container .slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.amslick-slider-container .slick-dots {
  display: block;
  left: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
.amslick-slider-container .slick-dots li {
  cursor: pointer;
  display: inline-block;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  position: relative;
  width: 20px;
}
.amslick-slider-container .slick-dots li button,
.amslick-slider-container .slick-slider .slick-arrow {
  box-shadow: none;
  cursor: pointer;
  display: block;
  outline: 0;
}
.amslick-slider-container .slick-dots li button {
  background: 0 0;
  border: 0;
  color: transparent;
  font-size: 0;
  height: 20px;
  line-height: 0;
  padding: 5px;
  width: 20px;
}
.amslick-slider-container .slick-dots li button:focus:before,
.amslick-slider-container .slick-dots li button:hover:before {
  opacity: 1;
}
.amslick-slider-container .slick-dots li button:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #000000;
  content: '•';
  font-size: 16px;
  height: 20px;
  left: 0;
  line-height: 20px;
  opacity: 0.25;
  position: absolute;
  text-align: center;
  top: 0;
  width: 20px;
}
.amslick-slider-container .slick-dots li.slick-active button:before {
  color: #000000;
  opacity: 0.75;
}
.amslick-slider-container .slick-slider {
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
  padding: 0 20px;
  touch-action: pan-y;
  user-select: none;
}
.amslick-slider-container .slick-slider .slick-arrow {
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uMi40QTEgMSAwIDAgMSAxLjYuMmwxMiAxMGExIDEgMCAwIDEgMCAxLjZsLTEyIDEwYTEgMSAwIDAgMS0xLjItMS42TDExLjMzMyAxMSAuNCAxLjhBMSAxIDAgMCAxIC4yLjR6IiBmaWxsPSIjQzRDNEM0Ii8+PC9zdmc+') center no-repeat !important;
  border: none;
  color: transparent;
  font-size: 0;
  height: 22px;
  line-height: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  transition: background .3s ease;
  width: 15px;
}
.amslick-slider-container .slick-slider .slick-arrow:before,
.amslick-slider-container .slick-slider .slick-arrow:after {
  content: '';
}
.amslick-slider-container .slick-slider .slick-arrow:hover {
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uMi40QTEgMSAwIDAgMSAxLjYuMmwxMiAxMGExIDEgMCAwIDEgMCAxLjZsLTEyIDEwYTEgMSAwIDAgMS0xLjItMS42TDExLjMzMyAxMSAuNCAxLjhBMSAxIDAgMCAxIC4yLjR6IiBmaWxsPSIjMTYxNjE2Ii8+PC9zdmc+') center no-repeat;
}
.amslick-slider-container .slick-slider .slick-arrow.slick-next {
  right: 0;
}
.amslick-slider-container .slick-slider .slick-arrow.slick-prev {
  left: 0;
  transform: rotate(180deg) translate(0, 50%);
}
.amslick-slider-container .slick-initialized .slick-slide {
  display: inline-block !important;
  float: none !important;
  height: auto;
}
.amslick-slider-container .product-items.slick-slider > .slick-list {
  padding: 15px 0;
}
.amslick-slider-container .product-items.slick-slider .slick-slide .product-item {
  display: block !important;
  margin: auto !important;
  max-width: 205px;
}
.amslick-slider-container .sidebar.sidebar-additional {
  width: 100%;
}
@keyframes loading {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(359.9deg);
  }
}
._am-word-break {
  word-wrap: break-word;
  word-break: break-word;
}
.amcoupons-main-container .amcoupons-input .label {
  font-weight: 400;
}
.amcoupons-applied-coupon {
  word-wrap: break-word;
  word-break: break-word;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 7px 10px;
  border-radius: 1px;
  background: #ffffff;
}
.amcoupons-applied-coupon:not(:last-of-type) {
  margin-bottom: 10px;
}
.amcoupons-applied-coupon .amcoupons-remove {
  margin-left: auto;
  line-height: 1;
  display: inline-block;
  text-decoration: none;
}
.amcoupons-applied-coupon .amcoupons-remove:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: 14px;
  color: #575855;
  content: '\e616';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.amcoupons-applied-coupon .amcoupons-message {
  width: 100%;
}
.amcoupons-applied-coupon.message.success,
.amcoupons-applied-coupon.message.warning {
  display: flex;
  padding: 7px 10px;
}
.amcoupons-applied-coupon.message.success .amcoupons-remove,
.amcoupons-applied-coupon.message.warning .amcoupons-remove {
  display: none;
}
.amcoupons-applied-coupon.message.success > *:first-child:before,
.amcoupons-applied-coupon.message.warning > *:first-child:before {
  content: '';
}
.cart-totals tr[class='totals'] .title,
.totals.discount .title {
  display: inline-block;
  text-decoration: none;
}
.cart-totals tr[class='totals'] .title:after,
.totals.discount .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 12px;
  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;
}
.cart-totals tr[class='totals'] .title.-active,
.totals.discount .title.-active {
  display: inline-block;
  text-decoration: none;
}
.cart-totals tr[class='totals'] .title.-active:after,
.totals.discount .title.-active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 12px;
  color: #858585;
  content: '\e621';
  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;
}
.totals.discount {
  cursor: pointer;
}
.totals.discount .title {
  word-wrap: break-word;
  word-break: break-word;
}
.totals.discount .discount.coupon {
  display: none;
}
.totals.discount .mark {
  max-width: 290px;
}
.cart-totals .title {
  word-wrap: break-word;
  word-break: break-word;
}
.cart-totals .mark {
  max-width: 209px;
}
.cart-totals .discount.coupon {
  display: none;
}
.cart-totals tr[class='totals'] .title {
  word-wrap: break-word;
  word-break: break-word;
}
.table-wrapper tr[class='totals'] {
  cursor: pointer;
}
.cart-totals .amcoupons-total-coupons {
  display: none;
}
.cart-totals .amcoupons-total-coupons .mark {
  padding-left: 10px;
}
.cart-summary .block .amcoupons-main-container .actions-toolbar > .amcoupons-apply,
.checkout-index-index .amcoupons-main-container .actions-toolbar > .amcoupons-apply,
.paypal-express-review .amcoupons-main-container .actions-toolbar > .amcoupons-apply,
.braintree-paypal-review .amcoupons-main-container .actions-toolbar > .amcoupons-apply {
  width: 100%;
  text-align: center;
}
.checkout-index-index .amcoupons-main-container,
.paypal-express-review .amcoupons-main-container,
.braintree-paypal-review .amcoupons-main-container {
  display: flex;
  flex-direction: column;
  width: 275px;
}
.checkout-index-index .amcoupons-main-container .amcoupons-applied-coupon:not(.message),
.paypal-express-review .amcoupons-main-container .amcoupons-applied-coupon:not(.message),
.braintree-paypal-review .amcoupons-main-container .amcoupons-applied-coupon:not(.message) {
  background: #f5faff;
}
.checkout-index-index .amcoupons-main-container .field,
.paypal-express-review .amcoupons-main-container .field,
.braintree-paypal-review .amcoupons-main-container .field {
  margin: 0;
}
.checkout-index-index .amcoupons-main-container .actions-toolbar,
.paypal-express-review .amcoupons-main-container .actions-toolbar,
.braintree-paypal-review .amcoupons-main-container .actions-toolbar {
  margin: 0;
  width: auto;
}
.checkout-index-index .amcoupons-main-container .actions-toolbar > .amcoupons-apply,
.paypal-express-review .amcoupons-main-container .actions-toolbar > .amcoupons-apply,
.braintree-paypal-review .amcoupons-main-container .actions-toolbar > .amcoupons-apply {
  margin: 10px 0 0;
}
.paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary {
  border-radius: 3px;
  box-shadow: none;
}
.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;
  }
}
/*=========================Custom Css for My products and other custom section in user dashboard=========================*/
.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;
}
/*=========================Custom Css for My products page in user dashboard and its modal pop-ups=========================*/
body.account.mymodule-customer-index .page-products .products-grid .product-items {
  display: flex;
}
body.account.mymodule-customer-index .modal-popup #appliance-popup-modal .form-appliance .form-group {
  padding: 0 8px;
}
body.account.mymodule-customer-index .modal-popup #appliance-popup-modal .form-appliance .form-group div.mage-error {
  margin: -15px 0 15px;
  font-size: 10px;
  letter-spacing: 0px;
}
body.account.mymodule-customer-index .modal-popup #appliance-popup-modal .form-appliance .form-group.modal-suggestions-sec {
  position: relative;
}
body.account.mymodule-customer-index .modal-popup #appliance-popup-modal .form-appliance .form-group #model_suggestions {
  float: left;
  width: calc((100% - 25px));
  padding: 0;
  list-style: none;
  margin: 0;
  position: absolute;
  top: 69px;
  background: #fff;
  border: 1px solid #919191;
  left: 12px;
  border-top: none;
  z-index: 1;
  max-height: 120px;
  overflow-x: scroll;
  border-radius: 0 0 6px 6px;
}
body.account.mymodule-customer-index .modal-popup #appliance-popup-modal .form-appliance .form-group #model_suggestions li {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding: 0 10px !important;
  margin: 0;
  box-sizing: border-box;
  line-height: 30px;
  background: #f6f6f6;
  transition: all 0.5s ease;
  color: #000000;
}
body.account.mymodule-customer-index .modal-popup #appliance-popup-modal .form-appliance .form-group #model_suggestions li:hover {
  background: #0041c0;
  color: #fff;
}
body.account.mymodule-customer-index .modal-popup #appliance-popup-modal .form-appliance .form-group #appliance_error,
body.account.mymodule-customer-index .modal-popup #appliance-popup-modal .form-appliance .form-group #appliance_success {
  float: left;
  width: 100%;
}
body.account.mymodule-customer-index .modal-popup #appliance-popup-modal .form-appliance .form-group #appliance_error .message,
body.account.mymodule-customer-index .modal-popup #appliance-popup-modal .form-appliance .form-group #appliance_success .message {
  margin: 20px 0;
}
body.account.mymodule-customer-index .modal-popup #appliance-popup-modal .form-appliance .form-group #appliance_error .message button.close,
body.account.mymodule-customer-index .modal-popup #appliance-popup-modal .form-appliance .form-group #appliance_success .message button.close {
  float: right;
  width: auto;
  top: 4px;
  right: 2px;
  border: none;
  padding: 0;
  background: none;
}
body.account.mymodule-customer-index .modal-popup #appliance-popup-modal .form-appliance .form-group #appliance_error .message button.close:after,
body.account.mymodule-customer-index .modal-popup #appliance-popup-modal .form-appliance .form-group #appliance_success .message button.close:after {
  content: '\e616';
  font-family: 'luma-icons';
  color: #000;
  font-size: 12px;
  display: inline-block;
  width: 20px;
  line-height: 20px;
  vertical-align: top;
}
body.account.mymodule-customer-index .modal-popup .modal-inner-wrap {
  max-width: 780px;
}
body.account.mymodule-customer-index .modal-popup .modal-inner-wrap .modal-header {
  box-sizing: border-box;
}
body.account.mymodule-customer-index .modal-popup .modal-inner-wrap .modal-content {
  padding: 0 10px 10px;
}
body.account.mymodule-customer-index .modal-popup .modal-inner-wrap .modal-content .serial-pro-reg {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  text-align: center;
  color: #000;
  font-family: 'DINPRo-Medium';
  font-size: 16px;
  letter-spacing: 0.5px;
  line-height: 40px;
}
body.account.mymodule-customer-index .modal-popup .modal-inner-wrap .modal-footer {
  padding: 0 20px 20px;
  text-align: center;
}
body.account.mymodule-customer-index .modal-popup .modal-inner-wrap .modal-footer button.action-primary {
  background: #0041c0;
  border: none;
  padding: 0 30px;
  line-height: 40px;
  font-size: 16px;
  letter-spacing: 1px;
}
.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: 1em;
  padding: 30px 0;
}
.iass-spinner img,
.ias-noneleft img {
  display: 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;
}
.infinitescroll .toolbar-bottom {
  display: none;
}
/*=========================Custom Css for AC warranty Registration page=========================*/
body.omappliance-appliance-index .cms-page-section .cms-page-title {
  margin: 40px 0 10px;
}
#appliance-popup-modal {
  display: block;
  width: 100%;
  vertical-align: top;
  margin: 10px auto;
  max-width: 800px;
  padding: 20px;
  box-sizing: border-box;
  background: #f6f6f6;
  border-radius: 10px;
}
#appliance-popup-modal .form-appliance {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
#appliance-popup-modal .form-appliance h3 {
  background: #dedede;
  padding: 0 15px;
  margin: 10px 0 20px;
  line-height: 50px;
  box-sizing: border-box;
  border-radius: 5px;
  font-size: 18px;
  text-align: center;
}
#appliance-popup-modal .row {
  display: flex;
  width: 100%;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}
#appliance-popup-modal .form-group {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0 0 20px;
}
#appliance-popup-modal .form-group label {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  color: #222222;
  font-weight: normal;
  letter-spacing: 0.5px;
  font-size: 16px;
  font-family: "DINPRo-Medium";
  line-height: 24px;
  margin: 0 0 10px;
}
#appliance-popup-modal .form-group select {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  border: 1px solid #E5E5E5;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  border-radius: 12px;
  font-family: "DINPRo-Regular";
  padding: 0 30px 0 10px;
  box-shadow: none;
  color: #222222;
  letter-spacing: 0.5px;
  background-color: #fff;
  box-sizing: border-box;
}
#appliance-popup-modal .form-group input {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  background: #fff;
  border: 1px solid #E5E5E5;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  border-radius: 12px;
  font-family: "DINPRo-Regular";
  box-shadow: none;
  color: #222222;
  padding: 0 10px;
  letter-spacing: 0.5px;
  box-sizing: border-box;
}
#appliance-popup-modal .form-group textarea {
  display: inline-block;
  width: 100% !important;
  vertical-align: top;
  background: #fff;
  padding: 0 10px;
  border-radius: 12px;
  height: 190px !important;
  font-size: 16px;
  line-height: 36px;
  font-family: "DINPRo-Regular";
  border: 1px solid #E5E5E5;
  color: #222222;
  letter-spacing: 0.5px;
  box-shadow: none;
  box-sizing: border-box;
}
#appliance-popup-modal .form-group.inner-group {
  margin: 0;
}
#appliance-popup-modal .form-group .choice-group {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0 0 10px;
}
#appliance-popup-modal .form-group .choice-group input {
  width: auto;
  line-height: 40px;
  height: 40px;
  margin: 0 5px 0 0;
  border: none;
}
#appliance-popup-modal .form-group .choice-group label {
  width: auto;
  margin: 0;
  line-height: 40px;
  max-width: calc((100% - 30px));
}
#appliance-popup-modal .form-group.modal-suggestions-sec {
  position: relative;
}
#appliance-popup-modal .form-group .suggestion-dropdown {
  float: left;
  width: calc((100% - 25px));
  padding: 0;
  list-style: none;
  margin: 0;
  position: absolute;
  top: 69px;
  background: #fff;
  border: 1px solid #919191;
  left: 12px;
  border-top: none;
  z-index: 1;
  max-height: 120px;
  overflow-x: scroll;
  border-radius: 0 0 6px 6px;
}
#appliance-popup-modal .form-group .suggestion-dropdown li {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding: 0 10px !important;
  margin: 0;
  box-sizing: border-box;
  line-height: 30px;
  background: #f6f6f6;
  transition: all 0.5s ease;
  color: #000000;
}
#appliance-popup-modal .form-group .suggestion-dropdown li:hover {
  background: #0041c0;
  color: #fff;
}
#appliance-popup-modal .form-group .message {
  padding: 10px 40px;
}
#appliance-popup-modal .form-group .message .close {
  padding: 0px;
  display: none;
  vertical-align: top;
  top: 9px;
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  line-height: 20px;
  background: #f6f6f6;
}
#appliance-popup-modal .form-group .message .close:after {
  content: '\e616';
  font-family: 'luma-icons';
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 10px;
  vertical-align: top;
  font-weight: 600;
  color: #000;
}
#appliance-popup-modal .actions-toolbar {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  text-align: center;
}
#appliance-popup-modal .actions-toolbar .primary {
  float: none;
  display: inline-block;
  width: auto;
  vertical-align: top;
}
#appliance-popup-modal .actions-toolbar button.action.submit {
  color: #fff;
  line-height: 50px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 16px;
  margin: 0 15px;
  background: #0041C0;
  padding: 0 30px;
  min-width: 200px;
  border-radius: 50px;
}
@keyframes blinker {
  from {
    opacity: 1.0;
  }
  50% {
    opacity: 0.7;
  }
  to {
    opacity: 1.0;
  }
}
.blink {
  animation: blinker 1s infinite;
}
@keyframes leaves {
  from {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  to {
    transform: scale(1);
  }
}
.leaveing {
  animation: leaves 1s ease-in-out infinite alternate;
}
@keyframes change-color-move {
  from {
    background-color: #0041c0;
  }
  50% {
    background-color: rgba(0, 65, 192, 0.7);
  }
  to {
    background-color: #0041c0;
  }
}
.change-color-move {
  animation: change-color-move 1s infinite;
}
/*=========================Custom Css for the callback custom slide popup=========================*/
.catalog-product-view .custom-callback-form-sec #call-me-back {
  transform: scale(0) rotate(-90deg);
  transition: all 0.5s ease-out;
}
.catalog-product-view .custom-callback-form-sec #call-me-back.active {
  transform: scale(1) rotate(-90deg);
}
.custom-callback-form-sec {
  float: right;
  position: fixed;
  right: -450px;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 4;
  transition: 1s;
}
.custom-callback-form-sec.active {
  right: 0px;
  transition: 1s;
}
.custom-callback-form-sec .callback-cust-btn {
  float: left;
  width: 100%;
  position: relative;
}
.custom-callback-form-sec #call-me-back {
  display: inline-block;
  width: 160px;
  vertical-align: top;
  background: #0041C0;
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  letter-spacing: 1px;
  font-family: "DINPRo-Medium";
  font-size: 14px;
  font-weight: normal;
  line-height: 40px;
  padding: 0 0 10px;
  border-radius: 10px 10px 0px 0px;
  transform: rotate(-90deg);
  position: absolute;
  left: -106px;
  left: -105px;
  top: 55px;
  box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  transition: all 0.5s ease-out;
}
.custom-callback-form-sec .call-text {
  display: inline-block;
  width: auto;
  vertical-align: top;
}
.cartempty.custom-callback-form-sec {
  display: none;
}
.callback-cust-form {
  display: inline-block;
  width: 400px;
  vertical-align: top;
  padding: 15px 20px;
  background: #fff;
  box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.3);
  border-radius: 0;
  border: 2px solid #0041C0;
}
.callback-cust-form .callback-form-sec {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  position: relative;
}
.callback-cust-form #close-callback-from {
  float: right;
  position: absolute;
  top: -10px;
  right: -16px;
  margin: 0;
  font-size: 0px;
  width: 20px;
  line-height: 20px;
  height: 20px;
  cursor: pointer;
}
.callback-cust-form #close-callback-from:after {
  content: '\e616';
  font-family: 'luma-icons';
  font-size: 11px;
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  color: #000;
  text-align: center;
  background: #ececec;
  border-radius: 50%;
}
.callback-cust-form .form_title {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  text-align: center;
}
.callback-cust-form .form_title .txtp {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0px;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0.5px;
  text-transform: none;
  font-variant-caps: normal;
  color: #282828;
  font-family: "DINPro-Medium";
  line-height: 24px;
}
.callback-cust-form .form-message {
  float: left;
  width: 100%;
}
.callback-cust-form .form-message span {
  float: left;
  width: 100%;
  background: #e5efe5;
  color: #006400;
  padding: 5px 10px;
  font-size: 12px;
  letter-spacing: 0.5px;
  font-weight: normal;
  font-family: "DINPRo-Medium";
  text-transform: capitalize;
  margin: 10px 0 auto;
  box-sizing: border-box;
  border-radius: 5px;
  line-height: 20px;
  display: none;
}
.callback-cust-form .form-message span:before {
  content: '\e60e';
  font-family: 'luma-icons';
  display: inline-block;
  width: auto;
  vertical-align: top;
  margin: 0 5px 0 0;
  font-size: 16px;
}
.callback-cust-form .form-message span.success {
  display: block;
}
.custom-callback-form {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.custom-callback-form .fieldset {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0;
}
.custom-callback-form .field {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 10px 0 15px !important;
  position: relative;
}
.custom-callback-form .mobile-number-field {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.custom-callback-form .mobile-number-field input#mobile-number {
  font-weight: normal;
  font-family: "DINPro-Medium";
  letter-spacing: 0.5px;
  font-size: 13px;
}
.custom-callback-form .radio-fields legend {
  display: inline-block;
  width: auto;
  vertical-align: top;
  line-height: 30px;
  color: #585a5a;
  letter-spacing: 0.5px;
  font-family: 'DINPRo-Medium';
  margin: 0 15px 0 0;
}
.custom-callback-form .radio-field {
  display: inline-block;
  width: auto;
  vertical-align: top;
  margin: 0 15px;
  position: relative;
}
.custom-callback-form .radio-field input {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  line-height: 30px;
  margin: 0;
  box-shadow: none;
  position: absolute;
  height: 100%;
  opacity: 0;
  left: 0;
  top: 0;
}
.custom-callback-form .radio-field input:checked ~ label:before {
  background: #0060df url("../../frontend/OM/Desktop/en_US/images/tick.svg") no-repeat scroll center / 11px;
  border: #0060df;
}
.custom-callback-form .radio-field label {
  display: inline-block;
  width: auto;
  vertical-align: top;
  line-height: 30px;
  font-size: 13px;
  letter-spacing: 0.5px;
  color: #000;
  font-family: 'DINPRo-Medium';
}
.custom-callback-form .radio-field label:before {
  content: ' ';
  width: 16px;
  height: 16px;
  border: 1px solid #000;
  display: inline-block;
  vertical-align: top;
  margin: 7px 8px 0 0;
  border-radius: 3px;
  box-sizing: border-box;
  background: none;
}
.custom-callback-form .cond-option {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0 0 12px;
  padding: 0;
  box-sizing: border-box;
  text-align: left;
  position: relative;
}
.custom-callback-form .cond-option input {
  float: left;
  width: 14px;
  margin: 0 10px 0 0;
  border: none;
  line-height: 32px;
  height: 32px !important;
  position: static;
  box-shadow: none;
}
.custom-callback-form .cond-option .label {
  display: inline-block;
  width: auto;
  vertical-align: top;
  line-height: 32px;
  font-size: 12px;
  font-family: "DINPRo-Medium";
  letter-spacing: 0.5px;
}
.custom-callback-form .cond-option div.mage-error {
  bottom: -10px;
}
.custom-callback-form .actions-toolbar {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0;
  text-align: center;
}
.custom-callback-form .actions-toolbar .primary {
  float: none;
  display: inline-block;
  width: auto;
  vertical-align: top;
}
.custom-callback-form .actions-toolbar .primary button.action {
  margin: 0;
  border: none;
  padding: 0;
  width: 150px;
  background: #0041C0 !important;
  border-radius: 5px;
  font-family: 'DINPro-Medium';
  font-size: 13px;
  text-transform: capitalize;
  font-weight: normal;
  letter-spacing: 1px;
  line-height: 32px;
  color: #fff;
}
.custom-callback-form div.mage-error {
  position: absolute;
  margin: 0;
  float: left;
  width: 100%;
  line-height: 14px;
  font-size: 10px;
  bottom: -16px;
  color: red;
  letter-spacing: 0.5px;
}
.custom-callback-form #resend-otp-timer {
  display: block;
  color: red;
  font-size: 12px;
}
.custom-callback-form .field.otp-field {
  margin: 0 !important;
  float: left;
}
.custom-callback-form .field.otp-field div.mage-error {
  bottom: 3px;
}
.custom-callback-form .fieldset.otp-fieldset {
  float: left;
}
.custom-callback-form #callback_verify_otp {
  float: left;
  width: 100%;
  margin: 15px 0 20px;
  border: 2px solid #d2dae2;
  border-radius: 6px;
  box-shadow: 0px 3px 8.550000000000001px 0.45px rgba(0, 0, 0, 0.21);
  height: 40px;
  line-height: 40px;
  font-weight: normal;
  font-family: "DINPRo-Medium";
  font-size: 13px;
  letter-spacing: 0.5px;
  text-align: center;
}
.callback-form-loader {
  position: absolute;
  top: 0;
  width: 100%;
  text-align: center;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
  display: none;
  vertical-align: middle;
}
.callback-form-loader.active {
  display: block;
}
/*=========================Custom Css for the callback custom slide popup for checkout page specific=========================*/
.checkout-index-index .custom-callback-form .mobile-number-field input#mobile-number {
  padding-left: 84px !important;
}
/*=========================Custom Css for the Enquire Form on category page=========================*/
.category-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;
}
.category-sticky-form .category-sticky-form-content {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.category-sticky-form .category-sticky-form-sec {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding: 0 70px;
  box-sizing: border-box;
}
.category-sticky-form .cb-form-title {
  float: left;
  width: 100%;
  cursor: pointer;
}
.category-sticky-form .cb-form-title span {
  display: inline-block;
  width: auto;
  vertical-align: top;
  font-size: 16px;
  color: #fff;
  font-family: "DINPro-Medium";
  font-weight: normal;
  letter-spacing: 0.5px;
  line-height: 40px;
  margin: 5px 0;
}
.category-sticky-form .cb-form-title.active {
  width: auto;
}
.category-sticky-form .cb-form-title.active span {
  font-family: "DINPro-Regular";
}
.category-sticky-form .cb-form-close {
  float: right;
  width: auto;
  padding: 10px 3% 0;
  cursor: pointer;
  display: none;
}
.category-sticky-form .cb-form-close span {
  font-size: 0;
  width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: top;
}
.category-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;
}
.category-sticky-form .cb-form-close.active {
  display: inline-block;
}
.category-sticky-form .cb-form {
  float: left;
  width: 100%;
  padding: 0;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease-out;
}
.category-sticky-form .cb-form.active {
  transform: scaleY(1);
  max-height: 1000px;
  transition: max-height 0.5s ease-in;
}
.category-sticky-form .category-form-message {
  float: left;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.5px;
  font-family: "DINPRo-Medium";
}
.category-sticky-form .category-form-message.success {
  padding: 0 0 15px;
}
.category-sticky-form .category-form-message.error {
  padding: 0 0 15px;
  color: #FF8080;
}
#cayegory-enquire-form {
  float: left;
  width: 100%;
  padding: 0 0 15px;
}
#cayegory-enquire-form .fieldset {
  float: left;
  width: 80%;
  margin: 0;
  letter-spacing: 0.5px;
}
#cayegory-enquire-form .field {
  float: left;
  width: 25%;
  margin: 0;
  padding: 0 10px;
  box-sizing: border-box;
}
#cayegory-enquire-form .field.name {
  padding-left: 0;
}
#cayegory-enquire-form .field.terms {
  width: 100%;
  padding-left: 0;
  text-align: center;
  margin: 10px 0 0;
}
#cayegory-enquire-form .field.terms input {
  width: 20px;
  border: none;
  margin-top: 0;
  height: 30px;
  line-height: 30px;
}
#cayegory-enquire-form .field.terms label {
  display: inline-block;
  width: auto;
  vertical-align: top;
  line-height: 30px;
  font-size: 13px;
  color: #fff;
  letter-spacing: 0.5px;
}
#cayegory-enquire-form .field.terms label a {
  color: #ffffff;
  text-decoration: underline;
  font-family: "DINPro-Medium";
}
#cayegory-enquire-form .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;
}
#cayegory-enquire-form .field input::placeholder {
  color: #ffffff;
  opacity: 1;
}
#cayegory-enquire-form .field input:-ms-input-placeholder {
  color: #ffffff;
}
#cayegory-enquire-form .field input::-ms-input-placeholder {
  color: #ffffff;
}
#cayegory-enquire-form .field input.mage-error {
  color: #ffffff;
}
#cayegory-enquire-form .field select {
  border: 1px solid #97B5EF;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  border-radius: 6px;
  height: 40px;
  background-color: #1E5DD6;
  background-image: url('../../frontend/OM/Desktop/en_US/images/select-bg-white.svg');
  color: #fff;
  padding: 0 30px 0 10px;
  font-size: 13px;
  letter-spacing: 0.5px;
}
#cayegory-enquire-form .field select.mage-error {
  color: #ffffff;
}
#cayegory-enquire-form .field .mage-error {
  margin: 0;
  color: #FF8080;
}
#cayegory-enquire-form .actions-toolbar {
  float: right;
  width: 20%;
  padding: 0 10px;
  box-sizing: border-box;
}
#cayegory-enquire-form .actions-toolbar .primary {
  width: 100%;
  vertical-align: top;
}
#cayegory-enquire-form .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%;
}
.get_compare_list_bar.enquire-enable-adjust .comparisonBar {
  bottom: 50px;
}
.get_compare_list_bar.enquire-enable-adjust.adjust-up .comparisonBar {
  bottom: 145px;
}
/*=========================Custom Css for Clearance sale page=========================*/
.category-clearance-sale .filter-options-content .item .count {
  display: none;
}
.category-clearance-sale .sections.nav-sections.sticky.fade {
  display: none;
}
.category-clearance-sale .page-header.fade {
  display: none;
}
.category-clearance-sale .breadcrumbs.fade {
  display: none;
}
.clearance-sale-pro-sec {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.clearance-sale-pro-sec .top-filer {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.clearance-sale-pro-sec .filter-form-bar {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  box-sizing: border-box;
  margin: 0 0 15px;
  box-shadow: 0px 6px 22px rgba(0, 0, 0, 0.14);
  background: #fff;
  padding: 10px;
  border-radius: 6px;
}
.clearance-sale-pro-sec .filter-form-bar input,
.clearance-sale-pro-sec .filter-form-bar select {
  width: 23%;
  float: left;
  margin: 0 1%;
  border-radius: 5px;
  color: #000;
  border: 1px solid #cccccc;
  font-size: 12px;
  letter-spacing: 0.5px;
  box-shadow: none;
}
.clearance-sale-pro-sec .custom-search-filters {
  float: left;
  width: auto;
  padding: 0 20px;
  border: none;
  border-radius: 6px;
  line-height: 32px;
  font-weight: normal;
  letter-spacing: 0.5px;
  background: #0041C0;
  text-transform: uppercase;
  font-size: 12px;
  font-family: "DINPRo-Medium";
}
.clearance-sale-pro-sec .custom-search-filters:hover {
  border: none;
  background: #0041C0;
}
.clearance-sale-pro-sec .custom-search-filters-resets {
  float: left;
  width: auto;
  margin: 0 0 0 10px;
  border: 1px solid #0041C0;
  border-radius: 6px;
  padding: 0 20px;
  line-height: 30px;
  box-sizing: border-box;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #0041C0;
  font-family: "DINPRo-Medium";
  font-size: 12px;
  cursor: pointer;
}
.clearance-sale-pro-sec .custom-search-filters-resets.disabled {
  opacity: 0.7;
  cursor: default;
  pointer-events: none;
}
.clearance-sale-pro-sec .message.info {
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
  margin: 30px 0;
  border-radius: 5px;
}
.pagination-sec {
  float: right;
  width: auto;
  margin: -32px 0 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.pagination-sec .pages {
  display: inline-block;
  width: auto;
  vertical-align: top;
}
.pagination-sec .pages .pages-items {
  display: inline-block !important;
  overflow: hidden;
}
.pagination-sec .pages .page {
  width: 32px;
  text-align: center;
  padding: 0;
  line-height: 32px;
  vertical-align: top;
  font-size: 13px;
  font-weight: normal;
  font-family: "DINPRo-Medium";
  border-radius: 3px;
  background: #ececec;
  color: #000000;
  margin: 0;
  border: none;
  box-shadow: none;
}
.pagination-sec .pages .page span {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  color: #000000;
}
.pagination-sec .pages .page.action.previous:visited:before,
.pagination-sec .pages .page.action.next:visited:before {
  color: #000;
}
.pagination-sec .pages .current .page {
  background: #0041C0;
  color: #fff;
}
.pagination-sec .pages .current .page span {
  color: #fff;
}
#product-table {
  float: left;
  width: 100%;
  margin: 15px 0;
  box-sizing: border-box;
  padding: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.14);
  border-radius: 8px;
  overflow: hidden;
}
#product-table th.col {
  vertical-align: top;
  padding: 10px;
  text-align: center;
  font-weight: normal;
  font-size: 13px;
  letter-spacing: 0.5px;
  font-family: "DINPRo-Bold";
  color: #fff;
  line-height: 17px;
  background: #0041c0;
}
#product-table th.col.actions {
  min-width: 210px;
}
#product-table th.col .armc {
  display: inline-block;
  width: auto;
  vertical-align: top;
  font-size: 9px;
  font-family: "DINPRo-Regular";
  line-height: 14px;
  margin: 2px;
}
#product-table td.col {
  padding: 10px;
  font-size: 12px;
  letter-spacing: 0.5px;
  line-height: 18px;
  color: #000;
  font-weight: normal;
  font-family: "DINPRo-Medium";
  text-align: center;
}
#product-table td.col .armc {
  display: inline-block;
  width: auto;
  vertical-align: top;
  font-size: 9px;
  font-family: "DINPRo-Regular";
  letter-spacing: 0px;
  line-height: 12px;
  margin: 5px 0 0;
}
#product-table td.col.offer-price {
  font-size: 13px;
  font-family: "DINPRo-Bold";
  color: #0041c0;
}
#product-table td.col .addtocart-btn,
#product-table td.col .viewpro-btn {
  float: left;
  width: 100px;
  margin: 0 10px 0 0;
}
#product-table td.col .addtocart-btn button,
#product-table td.col .viewpro-btn button {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  border: 1px solid #0041c0;
  background: #fff;
  text-align: center;
  padding: 0 0px;
  line-height: 28px;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.5px;
  border-radius: 4px;
  font-family: "DINPRo-Medium";
  font-weight: normal;
  color: #0041c0;
  box-sizing: border-box;
}
#product-table td.col .buynow-btn {
  float: right;
  width: 100px;
}
#product-table td.col .buynow-btn button {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding: 0;
  line-height: 30px;
  border-radius: 5px;
  box-sizing: border-box;
  background: #0041c0;
  font-size: 12px;
  font-weight: normal;
  border: none;
  font-family: "DINPRo-Medium";
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
#product-table td.col .view-product-btn {
  float: left;
  width: 100px;
}
#product-table td.col .view-product-btn a {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding: 0;
  line-height: 30px;
  border-radius: 5px;
  box-sizing: border-box;
  background: #1b7ced;
  font-size: 11px;
  font-weight: normal;
  border: none;
  font-family: "DINPRo-Medium";
  text-transform: uppercase;
  letter-spacing: 0.5px;
  text-decoration: none;
  color: #ffffff;
}
#product-table td.col .emi-options-btn {
  float: left;
  width: 210px;
  clear: both;
  margin: 5px 0 -4px;
  color: #00a0c6;
  text-decoration: underline;
  line-height: 16px;
  font-size: 11px;
  cursor: pointer;
}
.modals-overlay {
  background: rgba(0, 0, 0, 0.71);
}
.modal-popup.clearance-sale-pincode-popup {
  transition: none;
}
.modal-popup.clearance-sale-pincode-popup .modal-inner-wrap {
  max-width: 500px;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 10px;
  text-align: center;
  top: 2%;
  max-height: 96%;
  margin: 0 auto;
  transform: none;
}
.modal-popup.clearance-sale-pincode-popup .modal-header {
  padding: 0;
}
.modal-popup.clearance-sale-pincode-popup .modal-header .modal-title {
  display: none;
}
.modal-popup.clearance-sale-pincode-popup .action-close {
  margin: 0;
  padding: 0;
  top: 5px;
  right: 5px;
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
}
.modal-popup.clearance-sale-pincode-popup .action-close:before {
  color: #000;
  font-weight: bold;
  font-size: 11px;
  display: inline-block;
  width: 100%;
  line-height: 20px;
  vertical-align: top;
}
.modal-popup.clearance-sale-pincode-popup .modal-footer {
  display: none;
}
.modal-popup.clearance-sale-pincode-popup .modal-content {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding: 0;
}
#clearance-pincode-popup {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
#clearance-pincode-popup .popup-top-title {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
#clearance-pincode-popup .popup-title {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0;
  line-height: 40px;
  font-size: 28px;
  color: #0041C0;
  letter-spacing: 1px;
  font-family: "DINPRo-Bold";
  font-weight: normal;
}
#clearance-pincode-popup .popup-desc {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 10px 0 0;
  line-height: 24px;
  font-size: 16px;
  font-family: "DINPRo-Medium";
  color: #282828;
  letter-spacing: 0.5px;
}
#clearance-pincode-popup .pincode-field {
  float: left;
  width: 100%;
  text-align: left;
  padding: 0 20px;
  box-sizing: border-box;
  margin: 10px auto 0;
}
#clearance-pincode-popup .pincode-field.disabled {
  cursor: default;
  opacity: 0.6;
  pointer-events: none;
}
#clearance-pincode-popup .intl-tel-input {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0 0 15px;
}
#clearance-pincode-popup .intl-tel-input .pincode-icon {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  text-align: center;
  line-height: 38px;
  font-size: 20px;
}
#clearance-pincode-popup input {
  float: left;
  width: 100%;
  margin: 0;
  box-shadow: 0px 3px 8.550000000000001px 0.45px rgba(0, 0, 0, 0.21);
  height: 40px !important;
  border-radius: 6px;
  font-family: Montserrat-Regular;
  letter-spacing: 0.5px;
  font-size: 13px;
  font-weight: normal;
}
#clearance-pincode-popup button.pincode-btn {
  float: none;
  display: inline-block;
  width: 103px;
  margin: 5px auto 0;
  padding: 0;
  border: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  background: #0041C0;
  color: #fff;
  box-shadow: none;
  vertical-align: top;
  font-family: "DINPRo-Medium";
  font-weight: normal;
  line-height: 40px;
  border-radius: 6px;
  font-size: 13px;
}
#clearance-pincode-popup .error-row {
  float: left;
  width: 100%;
  vertical-align: top;
}
#clearance-pincode-popup .error-row span {
  float: left;
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
  font-size: 12px;
  color: red;
  letter-spacing: 1px;
  text-transform: none;
  margin: 5px 0 10px;
}
#clearance-pincode-popup .success-row {
  float: left;
  width: 100%;
}
#clearance-pincode-popup .success-row .succ-top-msg {
  float: left;
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
  color: green;
  margin: 15px 0 0;
}
#clearance-pincode-popup .success-row .success-message {
  margin: 0 0 0 5px;
  font-family: "DINPRo-Medium";
  font-size: 13px;
  letter-spacing: 0.8px;
}
#clearance-pincode-popup .free-del-to-show {
  float: left;
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
  margin: 10px 0 0;
}
#clearance-pincode-popup .free-del-to-show span {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  color: #000000;
  font-size: 12px;
  font-family: "DINPRo-Medium";
  letter-spacing: 0.7px;
  line-height: 28px;
}
#clearance-pincode-popup .add-more-pro {
  float: left;
  width: 100%;
}
#clearance-pincode-popup .add-more-pro button.add-more-btn {
  display: inline-block;
  width: auto;
  vertical-align: top;
  border: 1px solid #0041C0;
  background: none;
  color: #0041C0;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 13px;
  font-weight: normal;
  font-family: "DINPRo-Medium";
  border-radius: 6px;
  padding: 0 20px;
  line-height: 38px;
  box-sizing: border-box;
  margin: 15px 0 0;
}
/*=========================Custom Css for Diwali Bonanza page=========================*/
.category-diwali-bonanza .page-main .columns {
  background: url('../../frontend/OM/Desktop/en_US/images/diwali-fest-bg.png') repeat scroll left top;
}
.category-diwali-bonanza .filter-options-content .item .count {
  display: none;
}
.category-diwali-bonanza .sections.nav-sections.sticky.fade {
  display: none;
}
.category-diwali-bonanza .page-header.fade {
  display: none;
}
.category-diwali-bonanza .breadcrumbs.fade {
  display: none;
}
#diwali-bonanza #product-table th.col.features {
  min-width: 180px;
}
#diwali-bonanza #product-table th.col.mrp {
  min-width: 115px;
}
#diwali-bonanza #product-table th.col.offer-price {
  min-width: 74px;
}
#diwali-bonanza #product-table th.col.employee-offers {
  min-width: 175px;
}
#diwali-bonanza #product-table td.col {
  vertical-align: middle;
}
#diwali-bonanza #product-table td.col.offer-price span {
  display: inline-block;
  width: auto;
  vertical-align: top;
  padding: 0 3px;
}
#diwali-bonanza #product-table td.col.offer-price span.original-price {
  font-size: 12px;
  color: #000;
  text-decoration: line-through;
  font-family: 'DINPRo-Regular';
}
#diwali-bonanza #product-table ul {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding: 0;
  margin: 0;
  max-width: 260px;
}
#diwali-bonanza #product-table li {
  float: left;
  width: 100%;
  margin: 0 0 7px;
  text-align: left;
  line-height: 16px;
}
#diwali-bonanza #product-table li:last-child {
  margin: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #product-table {
    word-wrap: break-word;
    word-break: break-word;
  }
  #product-table th.col {
    padding: 10px 2px;
    font-size: 10px;
    letter-spacing: 0px;
    line-height: 14px;
  }
  #product-table th.col.actions {
    min-width: 135px;
  }
  #product-table td.col {
    padding: 10px 2px;
    font-size: 9px;
    letter-spacing: 0px;
    line-height: 16px;
  }
  #product-table td.col.offer-price {
    font-size: 11px;
  }
  #product-table td.col .addtocart-btn,
  #product-table td.col .viewpro-btn {
    width: 65px;
    margin: 0 5px 0 0;
  }
  #product-table td.col .addtocart-btn button,
  #product-table td.col .viewpro-btn button {
    font-size: 9px;
    letter-spacing: 0px;
  }
  #product-table td.col .buynow-btn {
    width: 65px;
  }
  #product-table td.col .buynow-btn button {
    font-size: 9px;
    letter-spacing: 0px;
  }
  /*=========================Custom Css for Diwali Bonanza page=========================*/
  #diwali-bonanza #product-table th.col.features {
    min-width: 180px;
  }
  #diwali-bonanza #product-table th.col.mrp {
    min-width: 72px;
  }
  #diwali-bonanza #product-table th.col.offer-price {
    min-width: 40px;
  }
  #diwali-bonanza #product-table th.col.employee-offers {
    min-width: 100px;
  }
  #diwali-bonanza #product-table li {
    max-width: 100px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1250px) {
  #product-table {
    word-wrap: break-word;
    word-break: break-word;
  }
  #product-table th.col {
    padding: 10px 5px;
    font-size: 11px;
    letter-spacing: 0.3px;
    line-height: 16px;
  }
  #product-table th.col.actions {
    min-width: 170px;
  }
  #product-table td.col {
    padding: 10px 5px;
    font-size: 10px;
    letter-spacing: 0.3px;
    line-height: 16px;
  }
  #product-table td.col.offer-price {
    font-size: 12px;
  }
  #product-table td.col .addtocart-btn,
  #product-table td.col .viewpro-btn {
    width: 80px;
  }
  #product-table td.col .addtocart-btn button,
  #product-table td.col .viewpro-btn button {
    font-size: 10px;
    letter-spacing: 0.3px;
  }
  #product-table td.col .buynow-btn {
    width: 80px;
  }
  #product-table td.col .buynow-btn button {
    font-size: 10px;
    letter-spacing: 0.3px;
  }
  /*=========================Custom Css for Diwali Bonanza page=========================*/
  #diwali-bonanza #product-table th.col.features {
    min-width: 120px;
  }
  #diwali-bonanza #product-table th.col.mrp {
    min-width: 60px;
  }
  #diwali-bonanza #product-table th.col.offer-price {
    min-width: 60px;
  }
  #diwali-bonanza #product-table th.col.employee-offers {
    min-width: 120px;
  }
  #diwali-bonanza #product-table li {
    max-width: 120px;
  }
}
/*=========================Custom bundle option on product page=========================*/
#bundle-accessories-sec {
  display: none;
  width: 100%;
  float: left;
  margin: 0 0 10px;
}
#bundle-accessories-sec.active-combo {
  display: block;
}
#bundle-accessories-sec .bund-acc-sec-title {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
#bundle-accessories-sec .bund-acc-sec-info {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
#bundle-accessories-sec .accessory-list {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
#bundle-accessories-sec .accessory-item {
  display: inline-block;
  width: 80%;
  vertical-align: top;
  position: relative;
  margin: 0 0 20px;
}
#bundle-accessories-sec .accessory-item.disabled {
  opacity: 0.6;
  cursor: default;
  pointer-events: none;
}
#bundle-accessories-sec .accessory-item:last-child {
  margin: 0;
}
#bundle-accessories-sec .accessory-item input {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  height: 100%;
  position: absolute;
  opacity: 0;
  margin: 0;
  z-index: 1;
  top: 0;
  left: 0;
  cursor: pointer;
  border: none;
}
#bundle-accessories-sec .accessory-item input:checked ~ .acces-item-info {
  border-color: #0041c0;
  background: #fff;
}
#bundle-accessories-sec .acces-item-info {
  display: flex;
  width: 100%;
  padding: 15px;
  box-sizing: border-box;
  background: #ececec;
  border: 2px solid #F5F5F5;
  border-radius: 10px;
  align-items: center;
}
#bundle-accessories-sec .access-item-pic {
  display: inline-block;
  width: 120px;
  text-align: center;
  margin: 0 20px 0 0;
}
#bundle-accessories-sec .access-item-pic img {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
#bundle-accessories-sec .access-item-details {
  display: inline-block;
  width: calc((100% - 150px));
  vertical-align: top;
}
#bundle-accessories-sec .access-item-name {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  font-size: 14px;
  color: #000;
  font-family: 'DINPRo-Medium';
  letter-spacing: 0.5px;
  line-height: 22px;
  margin: 0px;
}
#bundle-accessories-sec .access-item-price-box {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 10px 0;
}
#bundle-accessories-sec .access-item-price-label {
  display: inline-block;
  width: auto;
  vertical-align: top;
  line-height: 30px;
  font-size: 14px;
  color: #000;
  font-family: 'DINPRo-Bold';
  letter-spacing: 1px;
}
#bundle-accessories-sec .access-item-final-price {
  display: inline-block;
  width: auto;
  vertical-align: top;
  line-height: 30px;
  font-size: 22px;
  color: #0041c0;
  font-family: 'DINPRo-Bold';
  letter-spacing: 0.5px;
  margin: 0 8px;
}
#bundle-accessories-sec .access-item-old-price {
  display: inline-block;
  width: auto;
  vertical-align: bottom;
  line-height: 26px;
  letter-spacing: 1px;
  text-decoration: line-through;
  color: #282828;
  font-size: 16px;
  font-family: 'DINPRo-Regular';
  margin: 0;
}
#bundle-accessories-sec .access-item-action {
  display: inline-block;
  width: auto;
  vertical-align: top;
  margin: 0px;
  color: #fe7f00;
  font-family: 'DINPRo-Medium';
  letter-spacing: 0.5px;
  font-weight: normal;
}
#bundle-accessories-sec .access-item-action span {
  display: inline-block;
  width: auto;
  vertical-align: top;
}
#additionaldiscountcatalog-ajax {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
/*=========================Custom Css for the employee login  popup=========================*/
.employee-login-click {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  line-height: 18px;
  margin: 22px 0 0;
}
.employee-login-click .employee-login-text {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0;
  font-weight: normal;
  font-family: "DINPRo-MEdium";
  letter-spacing: 0.5px;
  line-height: 18px;
  font-size: 14px;
  color: #282828;
}
.employee-login-click .employee-login-link {
  display: inline-block;
  width: auto;
  vertical-align: top;
  text-decoration: underline;
  color: #0041C0;
}
.customer-login-click {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  line-height: 18px;
  margin: 15px 0 0;
}
.customer-login-click .customer-login-text {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0;
  font-weight: normal;
  font-family: "DINPRo-MEdium";
  letter-spacing: 0.5px;
  line-height: 18px;
  font-size: 14px;
  color: #282828;
}
.customer-login-click .customer-login-link {
  display: inline-block;
  width: auto;
  vertical-align: top;
  text-decoration: underline;
  color: #0041C0;
}
.modals-overlay {
  background: rgba(0, 0, 0, 0.71);
}
.modal-popup.employee-login-popup {
  transition: none;
}
.modal-popup.employee-login-popup .modal-inner-wrap {
  max-width: 500px;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 10px;
  text-align: center;
  top: 2%;
  max-height: 96%;
  margin: 0 auto;
  transform: none;
}
.modal-popup.employee-login-popup .modal-header {
  padding: 0;
}
.modal-popup.employee-login-popup .action-close {
  margin: 0;
  padding: 0;
  top: 5px;
  right: 5px;
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
}
.modal-popup.employee-login-popup .action-close:before {
  color: #000;
  font-weight: bold;
  font-size: 11px;
  display: inline-block;
  width: 100%;
  line-height: 20px;
  vertical-align: top;
}
.modal-popup.employee-login-popup .modal-footer {
  display: none;
}
.modal-popup.employee-login-popup .modal-content {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding: 0;
}
.modal-popup.employee-login-popup .employee-login-container {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.modal-popup.employee-login-popup .employee-login-container .login-heading {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0;
  line-height: 40px;
  font-size: 28px;
  color: #0041C0;
  letter-spacing: 1px;
  font-family: "DINPRo-Bold";
  font-weight: normal;
}
.modal-popup.employee-login-popup .employee-login-container .sub-login-heading,
.modal-popup.employee-login-popup .employee-login-container .sub-login-headinges {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 10px 0;
  line-height: 28px;
  font-size: 16px;
  font-family: "DINPRo-Medium";
  color: #282828;
  letter-spacing: 0.5px;
}
.modal-popup.employee-login-popup .employee-login-container .sub-login-heading.first,
.modal-popup.employee-login-popup .employee-login-container .sub-login-headinges.first {
  margin-bottom: 0;
  line-height: 24px;
}
.modal-popup.employee-login-popup .employee-login-container .sub-login-heading.second,
.modal-popup.employee-login-popup .employee-login-container .sub-login-headinges.second {
  margin-top: 0;
  line-height: 24px;
}
.modal-popup.employee-login-popup .employee-login-container .intl-tel-input {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0 0 15px;
}
.modal-popup.employee-login-popup .employee-login-container .intl-tel-input .email-icon {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  text-align: center;
  line-height: 38px;
  font-size: 20px;
}
.modal-popup.employee-login-popup .employee-login-container .intl-tel-input .flag-container {
  text-align: left;
}
.modal-popup.employee-login-popup .employee-login-container .intl-tel-input.show-employee-number.disabled {
  opacity: 0.6;
  cursor: default;
  pointer-events: none;
}
.modal-popup.employee-login-popup .employee-login-container .login-field {
  float: left;
  width: 100%;
  text-align: left;
  padding: 0 20px;
  box-sizing: border-box;
  margin: 10px auto 0;
}
.modal-popup.employee-login-popup .employee-login-container .login-field.disabled {
  cursor: default;
  opacity: 0.6;
  pointer-events: none;
}
.modal-popup.employee-login-popup .employee-login-container input {
  float: left;
  width: 100%;
  margin: 0;
  box-shadow: 0px 3px 8.550000000000001px 0.45px rgba(0, 0, 0, 0.21);
  height: 40px !important;
  border-radius: 6px;
  border: 1px solid #0041c0;
  font-family: Montserrat-Regular;
  letter-spacing: 0.5px;
  font-size: 13px;
  font-weight: normal;
}
.modal-popup.employee-login-popup .employee-login-container .disabled input {
  border-color: #d2dae2;
  border-width: 2px;
}
.modal-popup.employee-login-popup .employee-login-container .disclaimer {
  display: inline-block;
  width: 100%;
  font-size: 12px;
  letter-spacing: 0.5px;
  line-height: 18px;
  position: relative;
  top: -8px;
  float: left;
}
.modal-popup.employee-login-popup .employee-login-container .disclaimer b {
  font-weight: normal;
  font-family: "DINPRo-MEdium";
}
.modal-popup.employee-login-popup .employee-login-container .emailotpverify {
  float: left;
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
  position: relative;
}
.modal-popup.employee-login-popup .employee-login-container .verify-timing-resend {
  display: inline-block;
  width: auto;
  vertical-align: top;
  position: absolute;
  right: 22px;
  top: -28px;
}
.modal-popup.employee-login-popup .employee-login-container .verify-timing-resend .login-popup-btn-box {
  float: right;
  width: auto;
}
.modal-popup.employee-login-popup .employee-login-container .verify-timing-resend .login-popup-btn-box input.disabled-class {
  display: none;
}
.modal-popup.employee-login-popup .employee-login-container .verify-timing-resend #resend-otp-btn,
.modal-popup.employee-login-popup .employee-login-container .verify-timing-resend #resend-otp-btn-employee {
  float: right;
  width: auto;
  padding: 0;
  background: none;
  color: #0041C0;
  font-size: 10px;
  text-decoration: underline;
  line-height: 16px;
  height: 16px !important;
}
.modal-popup.employee-login-popup .employee-login-container .verify-timing-resend .timer-clock {
  float: right;
  width: auto;
  clear: both;
  font-size: 10px;
  letter-spacing: 0.5px;
  line-height: 16px;
}
.modal-popup.employee-login-popup .employee-login-container input[type="button"] {
  float: none;
  display: inline-block;
  width: 150px;
  margin: 0 auto;
  padding: 0;
  border: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  background: #0041C0;
  color: #fff;
  box-shadow: none;
  vertical-align: top;
  font-family: "DINPRo-Medium";
}
.modal-popup.employee-login-popup .employee-login-container input[type="button"].disabled {
  cursor: default;
  pointer-events: none;
  opacity: 0.7;
}
.modal-popup.employee-login-popup .employee-login-container .employee-error-msg {
  float: left;
  width: auto;
  text-align: left;
  margin: 0;
  color: red;
  font-size: 11px;
  letter-spacing: 0.2px;
  line-height: 18px;
  padding: 0 0 0 20px;
  min-width: 60%;
  box-sizing: border-box;
}
.modal-popup.employee-login-popup .employee-login-container .employee-error-msg.resend-error {
  position: absolute;
  bottom: 10px;
  font-size: 11px;
  left: 20px;
}
.modal-popup.employee-login-popup .employee-login-container .employee-error-msg ~ input.verifyOtp {
  margin-bottom: 15px;
}
.modal-popup.employee-login-popup .employee-login-container .mobile-employee-error-msg {
  float: left;
  width: 100%;
  text-align: left;
  margin: 0 0 10px;
  color: red;
  font-size: 11px;
  letter-spacing: 0.2px;
  line-height: 18px;
}
.modal-popup.employee-login-popup .employee-login-container .otp-content {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 10px auto;
  padding: 0;
  box-sizing: border-box;
}
.modal-popup.employee-login-popup .employee-login-container .otp-content input {
  max-width: 65%;
}
.modal-popup.employee-login-popup .employee-login-container .otp-content.verified {
  cursor: default;
  pointer-events: none;
  opacity: 0.6;
}
.modal-popup.employee-login-popup .employee-login-container .otp-content.verified input {
  border-color: #d2dae2;
}
.modal-popup.employee-login-popup .employee-login-container .otp-content.verified .verified-class {
  float: right;
  width: 34%;
  text-align: center;
  line-height: 40px;
  color: green;
  letter-spacing: 0.5px;
  font-size: 12px;
}
.modal-popup.employee-login-popup .employee-login-container .otp-content.verified .verified-class em {
  display: inline-block;
  width: auto;
  vertical-align: top;
  border: 2px solid green;
  margin: 8px 10px 0 0;
  border-radius: 50%;
  padding: 3px;
  font-size: 14px;
}
.modal-popup.employee-login-popup .employee-login-container .login-popup-btn-box input.disabled-class {
  opacity: 0.6;
  cursor: default;
  pointer-events: none;
}
.modal-popup.employee-login-popup .employee-login-container .field.choice {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0 0 5px;
}
.modal-popup.employee-login-popup .employee-login-container .field.choice input {
  float: left;
  width: 14px;
  margin: 0 10px 0 0;
  border: none;
  line-height: 32px;
  height: 32px !important;
  position: static;
  box-shadow: none;
}
.modal-popup.employee-login-popup .employee-login-container .field.choice .label {
  display: inline-block;
  width: auto;
  vertical-align: top;
  line-height: 32px;
  font-size: 12px;
  font-family: "DINPRo-Medium";
  letter-spacing: 0.5px;
}
.modal-popup.employee-login-popup .employee-login-container .field.choice.disabled {
  opacity: 0.6;
  cursor: default;
  pointer-events: none;
}
.modal-popup.employee-login-popup .employee-login-container input.verifyOtp {
  float: right;
  width: calc((34% - 20px));
  margin: -50px 20px 0 0;
  position: relative;
  z-index: 1;
}
.modal-popup.employee-login-popup .employee-login-container input.mobileotpverifybtn {
  float: right;
  width: 34%;
  margin: -50px 0 0 0;
  position: relative;
  z-index: 1;
}
.modal-popup.employee-login-popup .employee-login-container .mobile-number-field {
  float: left;
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
  margin: 0;
  text-align: left;
}
.modal-popup.employee-login-popup .employee-login-container .mobile-number-field .intl-tel-input {
  margin: 15px 0 10px;
}
.modal-popup.employee-login-popup .employee-login-container .submit-btn-employee {
  float: left;
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
  position: relative;
}
.modal-popup.employee-login-popup .employee-login-container .submit-btn-employee .mobileotpverify {
  float: left;
  width: 100%;
  vertical-align: top;
  position: relative;
}
.modal-popup.employee-login-popup .employee-login-container .submit-btn-employee .mobileotpverify .verify-timing-resend {
  right: 0;
  top: -38px;
}
.modal-popup.employee-login-popup .employee-login-container input.loginotpemailbtn {
  margin: 10px 20px 0;
}
.modal-popup.employee-login-popup .emailotpverify .login-popup-btn-box {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.modal-popup.employee-login-popup .emailotpverify .login-popup-btn-box input.disabled-class {
  opacity: 0.6;
  cursor: default;
  pointer-events: none;
}
.modal-popup.employee-login-popup .emailotpverify .info {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.modal-popup.employee-login-popup .emailotpverify .info .title {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0;
  line-height: 28px;
  font-size: 16px;
  font-family: "DINPRo-Medium";
  color: #282828;
  letter-spacing: 0.5px;
}
.modal-popup.employee-login-popup .emailotpverify .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;
}
.modal-popup.employee-login-popup .emailotpverify .otp-content {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 10px auto;
}
.modal-popup.employee-login-popup .emailotpverify .otp-content input {
  margin: 0;
}
.modal-popup.employee-restriction-popup .modal-inner-wrap {
  max-width: 400px;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 10px;
  text-align: center;
  top: 2%;
  max-height: 96%;
  margin: 0 auto;
}
.modal-popup.employee-restriction-popup .modal-header {
  padding: 0;
}
.modal-popup.employee-restriction-popup .action-close {
  margin: 0;
  padding: 0;
  top: 5px;
  right: 5px;
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
}
.modal-popup.employee-restriction-popup .action-close:before {
  color: #000;
  font-weight: bold;
  font-size: 11px;
  display: inline-block;
  width: 100%;
  line-height: 20px;
  vertical-align: top;
}
.modal-popup.employee-restriction-popup .modal-footer {
  display: none;
}
.modal-popup.employee-restriction-popup .modal-content {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding: 0;
}
.modal-popup.employee-restriction-popup .restriction-msg {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  text-align: center;
}
.modal-popup.employee-restriction-popup .restriction-msg h1 {
  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;
  text-decoration: underline;
  color: #17469e;
}
.modal-popup.employee-restriction-popup .restriction-msg h2 {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  font-weight: normal;
  font-family: "DINPRo-Regular";
  font-size: 13px;
  color: #282828;
  letter-spacing: 1px;
  line-height: 24px;
  margin: 10px 0;
}
.modal-popup.employee-restriction-popup .restriction-msg h3 {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  font-weight: normal;
  font-family: "DINPRo-Medium";
  font-size: 11px;
  color: #000000;
  letter-spacing: 1px;
  line-height: 24px;
  margin: 10px 0;
}
.modal-popup.employee-restriction-popup .restriction-msg h3 b {
  font-weight: normal;
}
.checkout-index-index .modal-popup.employee-login-popup .modal-inner-wrap {
  margin: 0 auto;
  left: inherit;
}
.checkout-index-index .modal-popup.employee-login-popup .modal-header {
  border: none;
  margin: 0;
  padding: 0;
}
.checkout-index-index .modal-popup.employee-login-popup .modal-footer {
  display: none;
}
.checkout-index-index .modal-popup.employee-login-popup .employee-login-container .login-field input {
  padding-left: 84px !important;
}
.checkout-index-index .modal-popup.employee-login-popup .employee-login-container .show-employee-number input {
  padding-left: 84px !important;
}
.checkout-index-index .modal-popup.employee-login-popup .employee-login-container .intl-tel-input.allow-dropdown input {
  padding-left: 84px !important;
}
/*=========================Custom Css for the employee purchase programe page in user dashboard=========================*/
body.account.employeepopup-index-employeepurchase .columns .page-title-wrapper {
  display: none;
}
body.account.employeepopup-index-employeepurchase .columns .page-title-wrapper.second-title {
  display: inline-block;
}
body.account.employeepopup-index-employeepurchase .columns .page-title-wrapper .page-title {
  position: relative;
}
body.account.employeepopup-index-employeepurchase .columns .page-title-wrapper .page-title .year-drop-down {
  position: absolute;
  right: 0;
  top: 0;
}
body.account.employeepopup-index-employeepurchase .columns .page-title-wrapper .page-title .year-drop-down label {
  float: left;
  width: auto;
  line-height: 40px;
  font-size: 14px;
}
body.account.employeepopup-index-employeepurchase .columns .page-title-wrapper .page-title .year-drop-down select {
  float: left;
  width: 120px;
  margin: 2px 0 0 6px;
  border: 1px solid #919191;
  border-radius: 4px;
  padding: 0 26px 0 8px;
  height: 36px;
  line-height: 36px;
  font-family: "DINPRo-Medium";
  font-size: 13px;
  letter-spacing: 0.8px;
  text-align: center;
}
body.account.employeepopup-index-employeepurchase .columns .page-title-wrapper .page-sub-title {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  text-align: center;
  margin: 10px 0 20px;
}
body.account.employeepopup-index-employeepurchase .columns .page-title-wrapper .page-sub-title span {
  display: inline-block;
  width: auto;
  vertical-align: top;
  font-size: 24px;
  font-family: "DINPRo-Bold";
  line-height: 40px;
  font-weight: normal;
  letter-spacing: 1px;
  text-transform: capitalize;
}
body.account.employeepopup-index-employeepurchase .columns table tr td span.price {
  color: #282828;
  font-family: "DINPro-Regular";
}
body.account.employeepopup-index-employeepurchase #employee-purchase-limits-table tr td,
body.account.employeepopup-index-employeepurchase #employee-purchase-limits-table tr th {
  text-align: center;
  width: 25%;
}
body.account.employeepopup-index-employeepurchase #employee-purchase-limits-table tr td.left-col,
body.account.employeepopup-index-employeepurchase #employee-purchase-limits-table tr th.left-col {
  text-align: left;
  font-family: "DINPRo-Bold";
}
body.account.employeepopup-index-employeepurchase #my-orders-table tr th,
body.account.employeepopup-index-employeepurchase #my-orders-table tr td {
  text-align: center;
}
body.account.employeepopup-index-employeepurchase #my-orders-table tr td.id {
  /*text-align: left;*/
}
body.account.employeepopup-index-employeepurchase .no-record-label {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  text-align: center;
}
body.account.employeepopup-index-employeepurchase .no-record-label .sub-title {
  display: inline-block;
  width: auto;
  vertical-align: top;
  margin: 0 0 20px;
  font-size: 20px;
  letter-spacing: 0.5px;
}
@media only screen and (min-width: 1501px) {
  .modal-popup.employee-login-popup .modal-inner-wrap {
    top: 25%;
  }
}
/*=========================Custom Css for the product page exchange avail section and popup=========================*/
body.no-scroll {
  overflow: hidden;
}
.exchange-avil-section {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0 0 20px;
}
.exchange-avil-section .pr-title {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.exchange-avil-section .exchange-trigger {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.exchange-avil-section .exchange-label {
  float: left;
  width: auto;
  margin: 0;
  line-height: 40px;
  letter-spacing: 0.6px;
  font-family: 'DINPro-regular';
  color: #000;
  text-transform: none;
  min-width: 194px;
}
.exchange-avil-section .exchange-label .price-upto {
  display: inline-block;
  width: auto;
  vertical-align: top;
  font-size: 16px;
  letter-spacing: 1px;
  font-family: "DINPro-Bold";
  color: #0041c0;
}
.exchange-avil-section .title-icon {
  float: left;
  width: auto;
  max-height: 28px;
  margin: -3px 12px 0 0;
}
.exchange-avil-section.disabled {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  position: relative;
  z-index: -1;
}
.exchange-avil-section.disabled #exchange-popup-trigger {
  background: #d1d1d1;
  cursor: default;
  pointer-events: none;
}
.exchange-avil-section-inner {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  float: left;
}
.exchange-avil-section-inner .exchange-popup,
.exchange-avil-section-inner .exchange-reset-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.72);
  z-index: 4;
}
.exchange-avil-section-inner .exchange-popup.active,
.exchange-avil-section-inner .exchange-reset-popup.active {
  display: block;
}
#exchange-popup-trigger {
  float: left;
  width: auto;
  margin: 0 0 0 20px;
  padding: 0;
  line-height: 40px;
  background: #0041C0;
  color: #fff;
  font-family: "DINPro-Medium";
  letter-spacing: 0.5px;
  width: 100px;
  text-align: center;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.5s ease;
}
#exchange-popup-trigger span {
  display: inline-block;
  width: auto;
  vertical-align: top;
}
.exchange-popup-container {
  display: inline-block;
  width: 90%;
  max-width: 700px;
  height: 90%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  overflow: hidden;
  max-height: 400px;
  border-radius: 10px;
}
.exchange-pop-up-cont {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding: 20px 20px 0px;
  box-sizing: border-box;
  position: relative;
  height: 100%;
}
.exchange-pop-up-cont .exchange-popup-close,
.exchange-pop-up-cont .exchange-reset-popup-close {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  color: #000;
  font-family: "DINPro-Medium";
  font-size: 12px;
  cursor: pointer;
}
.exchange-pop-up-cont .exchange-popup-close span,
.exchange-pop-up-cont .exchange-reset-popup-close span {
  display: inline-block;
  width: auto;
  vertical-align: top;
}
.exchange-pop-up-cont .ex-popup-title {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.exchange-pop-up-cont .ex-popup-title h3 {
  display: inline-block;
  width: auto;
  vertical-align: top;
  color: #000;
  font-weight: normal;
  font-family: "DINPro-Bold";
  font-size: 20px;
  margin: 0;
  line-height: 28px;
}
.exchange-pop-up-cont .ex-popup-form-sec {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  text-align: left;
  margin: 20px 0 0;
  overflow-y: scroll;
  overflow-x: hidden;
  box-sizing: border-box;
  background: #fff;
  height: calc((100% - 118px));
  padding: 0px 10px;
  /*scrollbar-width: none;
			-ms-overflow-style: none;*/
  scroll-behavior: smooth;
  /*&::-webkit-scrollbar {
				display: none;
			}*/
}
.exchange-pop-up-cont .ex-popup-form-sec::-webkit-scrollbar {
  width: 8px;
}
.exchange-pop-up-cont .ex-popup-form-sec::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.exchange-pop-up-cont .ex-popup-form-sec::-webkit-scrollbar-thumb {
  background: #888;
}
.exchange-pop-up-cont .ex-popup-form-sec::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.exchange-pop-up-cont .ex-popup-form-col {
  display: none;
  float: left;
  width: 100%;
  margin: 0 0 10px;
}
.exchange-pop-up-cont .ex-popup-form-col label {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  font-size: 16px;
  font-weight: normal;
  color: #000;
  font-family: "DINPro-Medium";
  letter-spacing: 0.5px;
  text-transform: capitalize;
  line-height: 28px;
  margin: 0 0 10px;
}
.exchange-pop-up-cont .ex-popup-form-col.active {
  display: block;
}
.exchange-pop-up-cont .ex-popup-form-col .field {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.exchange-pop-up-cont .ex-popup-form-col .field .ex-pop-check-msg {
  display: none;
  width: 100%;
  vertical-align: top;
  margin: 5px 0;
  font-size: 12px;
  letter-spacing: 0.5px;
  line-height: 18px;
}
.exchange-pop-up-cont .ex-popup-form-col .field .ex-pop-check-msg.error {
  color: red;
}
.exchange-pop-up-cont .ex-popup-form-col .field .ex-pop-check-msg.success {
  color: green;
}
.exchange-pop-up-cont .ex-popup-form-col .field .ex-pop-check-msg.show {
  display: block;
}
.exchange-pop-up-cont .ex-popup-form-col #ex-pincode {
  float: left;
  width: calc((100% - 120px));
  padding: 0 10px;
  box-shadow: none;
  border: 1px solid #919191;
  height: 40px;
  font-size: 13px;
  letter-spacing: 0.5px;
  font-family: "DINPro-Regular";
  color: #000;
  border-radius: 8px;
}
.exchange-pop-up-cont .ex-popup-form-col .ex-popup-form-btn {
  margin: 0 0 0 20px;
  width: 100px;
  padding: 0;
  border: none;
  line-height: 40px;
  font-family: "DINPro-Medium";
  font-weight: normal;
  letter-spacing: 0.5px;
  color: #ffffff;
  border-radius: 10px;
  background: #0041C0;
}
.exchange-pop-up-cont .ex-popup-form-col .options-list {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.exchange-pop-up-cont .ex-popup-form-col .options-list .option {
  float: left;
  width: 23%;
  margin: 0 2% 2% 0;
  position: relative;
  text-align: center;
  box-shadow: none;
  border: none;
  cursor: pointer;
  height: auto;
}
.exchange-pop-up-cont .ex-popup-form-col .options-list .option label {
  margin: 0;
  line-height: 20px;
  padding: 10px 4px;
  box-sizing: border-box;
  font-size: 13px;
  font-family: "DINPro-Regular";
  letter-spacing: 0.5px;
  box-shadow: 6px 6px 15px rgba(0, 0, 0, 0.14);
  border: 1px solid #dfdfdf;
  border-radius: 10px;
}
.exchange-pop-up-cont .ex-popup-form-col .options-list .option label.double-view {
  line-height: 40px;
}
.exchange-pop-up-cont .ex-popup-form-col .options-list .option input {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  margin: 0;
  border: none;
  opacity: 0;
  z-index: 1;
  cursor: pointer;
}
.exchange-pop-up-cont .ex-popup-form-col .options-list .option input:checked ~ label {
  border: 1px solid #0041c0;
  color: #000000;
  background: #ececec;
}
.exchange-pop-up-cont .ex-popup-form-col .options-list.radio-opt-list {
  min-height: 180px;
}
.exchange-pop-up-cont .ex-popup-form-col .options-list .radio-opt {
  float: left;
  width: 25%;
  text-align: center;
  position: relative;
}
.exchange-pop-up-cont .ex-popup-form-col .options-list .radio-opt:after {
  content: " ";
  display: inline-block;
  width: 85%;
  position: absolute;
  border-bottom: 1px solid #919191;
  height: 1px;
  left: 55%;
  bottom: 10px;
}
.exchange-pop-up-cont .ex-popup-form-col .options-list .radio-opt:last-child:after {
  content: none;
}
.exchange-pop-up-cont .ex-popup-form-col .options-list .radio-opt:last-child .radio-opt-desc {
  left: auto;
  right: 0;
}
.exchange-pop-up-cont .ex-popup-form-col .options-list .radio-opt:last-child .radio-opt-desc:after {
  left: calc((50% + 18px));
}
.exchange-pop-up-cont .ex-popup-form-col .options-list .radio-opt .radio-opt-desc {
  position: absolute;
  left: 0;
  width: 200px;
  top: 80px;
  box-sizing: border-box;
  padding: 5px;
  border: 1px solid #0041c0;
  display: none;
  border-radius: 10px;
}
.exchange-pop-up-cont .ex-popup-form-col .options-list .radio-opt .radio-opt-desc:after {
  bottom: 100%;
  left: calc((50% - 22px));
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(0, 65, 192, 0);
  border-bottom-color: #0041c0;
  border-width: 8px;
  margin-left: -8px;
}
.exchange-pop-up-cont .ex-popup-form-col .options-list .radio-opt .radio-opt-desc ul {
  float: left;
  width: 100%;
  padding: 0 0 0 17px;
  box-sizing: border-box;
  text-align: left;
  margin: 0;
}
.exchange-pop-up-cont .ex-popup-form-col .options-list .radio-opt .radio-opt-desc li {
  float: left;
  width: 100%;
  margin: 0 0 6px;
  font-size: 12px;
  letter-spacing: 0.5px;
  color: #000;
  line-height: 16px;
}
.exchange-pop-up-cont .ex-popup-form-col .options-list .radio-opt input:checked ~ div.radio-opt-desc.active {
  display: block !important;
}
.exchange-pop-up-cont .ex-popup-form-col .options-list .radio-opt .radio-opt-lebel.not-working {
  line-height: 44px;
  margin: 0 0 4px;
}
.exchange-pop-up-cont .ex-popup-form-col .options-list .radio-opt .radio-opt-price.not-working {
  display: none;
}
.exchange-pop-up-cont .ex-popup-form-col .options-list p {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0;
  font-size: 12px;
  color: #000;
  letter-spacing: 0.5px;
  line-height: 20px;
}
.exchange-pop-up-cont .ex-popup-form-col .options-list p span {
  display: inline-block;
  width: auto;
  vertical-align: top;
}
.exchange-pop-up-cont .ex-popup-form-col .options-list p.radio-opt-lebel {
  font-family: "DINPro-Bold";
}
.exchange-pop-up-cont .ex-popup-form-col .ex-popup-pro-info {
  display: inline-block;
  width: 100%;
  text-align: center;
  vertical-align: top;
  background: #f7f7f7;
  padding: 15px;
  box-sizing: border-box;
  border-radius: 10PX;
  margin: 30px 0 20px;
}
.exchange-pop-up-cont .ex-popup-form-col .ex-pro-info {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0 0 10px;
  letter-spacing: 0.5px;
  color: #000;
  font-size: 13px;
}
.exchange-pop-up-cont .ex-popup-form-col .ex-pro-info-text {
  font-size: 15px;
  line-height: 36px;
}
.exchange-pop-up-cont .ex-popup-form-col .ex-pro-info-name {
  color: #0041c0;
  font-family: "DINPro-Bold";
}
.exchange-pop-up-cont .ex-popup-form-col .ex-pro-info-value {
  margin: 0 0 10px;
}
.exchange-pop-up-cont .ex-popup-form-col .ex-pro-info-price {
  color: #0041c0;
  font-family: "DINPro-Medium";
}
.exchange-pop-up-cont .ex-popup-form-col .ex-pro-info-inspection strong {
  font-weight: normal;
  font-family: "DINPro-Bold";
}
.exchange-pop-up-cont .ex-popup-form-col .ex-popup-form-how-it-work {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.exchange-pop-up-cont .ex-popup-form-col .ex-hiw-step {
  float: left;
  width: 25%;
  text-align: center;
  padding: 0 6px;
  box-sizing: border-box;
  font-size: 12px;
  letter-spacing: 0.5px;
  color: #000;
  position: relative;
}
.exchange-pop-up-cont .ex-popup-form-col .ex-hiw-step span {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.exchange-pop-up-cont .ex-popup-form-col .ex-hiw-step .ex-step-count {
  color: #000000;
  font-family: "DINPro-Bold";
  text-decoration: none;
}
.exchange-pop-up-cont .ex-popup-form-col .ex-hiw-step .ex-step-icon img {
  display: inline-block;
  width: auto;
  vertical-align: top;
  max-width: 46px;
  margin: 8px 0;
}
.exchange-pop-up-cont .ex-popup-form-col .ex-hiw-step .ex-step-desc {
  line-height: 18px;
  font-size: 11px;
}
.exchange-pop-up-cont .ex-popup-form-col .ex-hiw-step:after {
  /*content: "\f061";
					position: absolute;
					right: -15px;
					top: 41px;
					width: 30px;
					height: 30px;
					font-family: FontAwesome;
					line-height: 30px;
					display: inline-block;
					vertical-align: top;
					font-size: 19px;
					color: #0041c0;*/
}
.exchange-pop-up-cont .ex-popup-form-col .ex-hiw-step:last-child:after {
  content: none;
}
.exchange-pop-up-cont .ex-popup-form-col .ex-hiw-step.ex-hiw-step-1 {
  padding-left: 0;
}
.exchange-pop-up-cont .ex-popup-form-col .ex-hiw-step.ex-hiw-step-5 {
  padding-right: 0;
}
.exchange-pop-up-cont .ex-popup-form-col .ex-popup-form-cond {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0 0 10px;
}
.exchange-pop-up-cont .ex-popup-form-col .ex-popup-form-cond .cond-option {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 10px 0 0px;
}
.exchange-pop-up-cont .ex-popup-form-col .ex-popup-form-cond input {
  float: left;
  width: auto;
  margin: 1px 8px 0 0;
}
.exchange-pop-up-cont .ex-popup-form-col .ex-popup-form-cond label {
  float: left;
  width: auto;
  font-size: 11px;
  line-height: 20px;
  margin: 0;
  font-family: "DINPro-Regular";
  max-width: calc((100% - 22px));
  letter-spacing: 0.3px;
}
.exchange-pop-up-cont .ex-popup-btn-section {
  display: inline-block;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: #fff;
  text-align: center;
  padding: 10px 0 20px;
}
.exchange-pop-up-cont .ex-popup-btn-section button {
  position: static;
  padding: 0 20px;
  line-height: 40px;
  height: auto;
  border: none;
  border-radius: 10px;
  width: 130px;
  text-align: center;
  margin: 0 10px;
  font-weight: normal;
  color: #000;
  font-size: 13px;
  letter-spacing: 0.5px;
  text-transform: none;
  font-family: "DINPro-Medium";
  background: #ececec;
}
.exchange-pop-up-cont .ex-popup-btn-section button.ex-popup-order,
.exchange-pop-up-cont .ex-popup-btn-section button.ex-popup-reset {
  background: #0041c0;
  color: #fff;
}
.exchange-final-msg {
  display: none;
  width: 100%;
  float: left;
  margin: 15px 0;
  text-align: center;
  padding: 20px;
  box-sizing: border-box;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  position: relative;
  color: #000;
}
.exchange-final-msg.show {
  display: block;
}
.exchange-final-msg .exchange-msg-close {
  position: absolute;
  width: 20px;
  height: 20px;
  display: inline-block;
  top: 5px;
  right: 5px;
  line-height: 20px;
  font-family: "DINPro-Medium";
  font-size: 12px;
  cursor: pointer;
}
.exchange-final-msg .exchange-form-result {
  float: left;
  width: 100%;
  margin: 10px 0;
  font-size: 13px;
  letter-spacing: 0.5px;
}
.exchange-final-msg span {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.exchange-final-msg span strong {
  font-weight: normal;
  font-family: "DINPro-Bold";
}
.exchange-final-msg span.e-price,
.exchange-final-msg span.e-prices {
  width: auto;
}
.exchange-final-msg .exchange-msg-title {
  font-size: 15px;
  font-family: "DINPro-Medium";
  margin: 0 0 10px;
}
.exchange-final-msg .exchange-msg-cont {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 10px 0 0;
  font-size: 11px;
  line-height: 18px;
}
.exchange-final-msg .exchange-msg-cont .tooltip {
  position: relative;
  display: inline-block;
  margin: 0 8px;
  font-size: 15px;
  vertical-align: top;
  width: auto;
}
.exchange-final-msg .exchange-msg-cont .tooltip em {
  color: #86adf5;
}
.exchange-final-msg .exchange-msg-cont .tooltip .tooltiptext {
  visibility: hidden;
  width: 200px;
  background: #86adf5;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  position: absolute;
  z-index: 1;
  display: inline-block;
  right: -85px;
  padding: 10px;
  box-sizing: border-box;
  font-size: 11px;
  top: 22px;
  line-height: 18px;
}
.exchange-final-msg .exchange-msg-cont .tooltip .tooltiptext span {
  display: inline-block;
  width: auto;
}
.exchange-final-msg .exchange-msg-cont .tooltip:hover .tooltiptext {
  visibility: visible;
}
#exchange-reset-popup .exchange-popup-container {
  max-height: 200px;
  max-width: 400px;
  border-radius: 10px;
}
#exchange-reset-popup .exchange-pop-up-cont .ex-reset-pop-cont {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  text-align: center;
}
#exchange-reset-popup .exchange-pop-up-cont .ex-popup-form-sec {
  height: auto;
  margin-bottom: 0;
  padding: 0;
}
/*=========================Custom Css Extended Warranty Custom Content on Category page=========================*/
.category-extended-warranty .page-main .columns {
  display: none;
}
.category-extended-warranty .category-cms {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.category-extended-warranty .ext-war-section .home-container {
  max-width: 1540px;
  padding: 0 20px;
  display: revert;
}
.extended-warranty-content-section {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 15px 0 0;
}
.extended-warranty-custom-sec {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.ext-war-section {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding: 20px 0;
}
.ext-war-top-logo {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  text-align: center;
}
.ext-war-top-logo img {
  display: inline-block;
  width: auto;
  vertical-align: top;
  margin: 5px 0 25px;
}
.ext-war-top-title {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  text-align: center;
  margin: 10px 0;
}
.ext-war-top-title span {
  display: inline-block;
  width: auto;
  vertical-align: top;
  font-size: 36px;
  line-height: 48px;
  font-family: 'DINPRo-Light';
  text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.16);
  color: #000;
  margin: 0 0 5px;
  letter-spacing: 0.5px;
}
.ext-war-top-sub-title {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  text-align: center;
  margin: 5px 0 20px;
}
.ext-war-top-sub-title span {
  display: inline-block;
  width: auto;
  vertical-align: top;
  font-size: 16px;
  letter-spacing: 0.5px;
  color: #282828;
  font-family: 'DINPRo-Medium';
}
.ext-war-top-icon-list {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 2%;
  margin: 0;
  flex-wrap: wrap;
}
.ext-war-top-icon-list.how-to-claim-icons .ext-war-icon-block {
  width: 18%;
  display: inline-block;
}
.ext-war-top-icon-list.how-to-claim-icons .ext-war-icon-pic {
  width: 100%;
  margin: 0;
}
.ext-war-top-icon-list.how-to-claim-icons .ext-war-icon-pic img {
  max-height: 150px;
}
.ext-war-top-icon-list.how-to-claim-icons .ext-war-icon-info {
  width: 100%;
  text-align: center;
}
.ext-war-icon-block {
  display: flex;
  width: 31%;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 5px 0;
}
.ext-war-icon-pic {
  display: inline-block;
  width: 80px;
  vertical-align: top;
  margin: 0 12px 0 0;
  text-align: center;
}
.ext-war-icon-pic img {
  display: inline-block;
  width: auto;
  vertical-align: top;
  max-height: 80px;
}
.ext-war-icon-info {
  display: inline-block;
  width: calc((100% - 100px));
  vertical-align: top;
}
.ext-war-icon-label {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.ext-war-icon-label span {
  display: inline-block;
  width: auto;
  vertical-align: top;
  font-size: 14px;
  font-family: 'DINPRo-Medium';
  color: #000;
  letter-spacing: 0.5px;
}
.ext-war-icon-desc {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 2px 0 0;
  font-size: 13px;
  line-height: 18px;
  color: #282828;
  letter-spacing: 0.5px;
}
.ext-war-icon-desc span {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.ext-war-top-buttons {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 25px 0 20px;
  text-align: center;
}
.ext-war-top-buttons .ext-war-top-btn {
  display: inline-block;
  width: auto;
  vertical-align: top;
  margin: 0 10px;
}
.ext-war-top-buttons .ext-war-top-btn.ext-war-find-certificate .ext-war-btn {
  background: none;
  color: #0041C0;
  border: 2px solid #0041C0;
  line-height: 36px;
}
.ext-war-top-buttons .ext-war-btn {
  display: inline-block;
  width: 200px;
  vertical-align: top;
  line-height: 40px;
  background: #0041C0;
  color: #fff;
  border-radius: 6px;
  box-sizing: border-box;
  text-decoration: none;
}
.ext-war-top-buttons .ext-war-btn span {
  display: inline-block;
  width: auto;
  vertical-align: top;
  font-size: 15px;
  font-family: 'DINPRo-Medium';
  letter-spacing: 0.5px;
}
.ext-war-mid-banner-slider {
  margin: 15px 0 0;
}
.ext-war-pro-grid-list {
  display: flex;
  width: 100%;
  margin: 20px 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 2%;
}
.ext-war-pro-card-pic {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding: 0 15px;
  box-sizing: border-box;
}
.ext-war-pro-card-pic a {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.ext-war-pro-card-pic img {
  display: inline-block;
  width: auto;
  vertical-align: top;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.14);
}
.warranty-accordian-sec {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 10px 0;
}
.warranty-accordian-sec .ques-block {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  background: #ececec;
  margin: 5px 0;
}
.warranty-accordian-sec .ques {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0;
  padding: 10px 20px;
  box-sizing: border-box;
  font-weight: normal;
  letter-spacing: 0.5px;
  line-height: 40px;
  font-family: 'DINPRo-Medium';
  color: #000;
  font-size: 20px;
  transition: all 0.5s ease;
  cursor: pointer;
}
.warranty-accordian-sec .ques:after {
  content: "\f067";
  width: 40px;
  height: 40px;
  line-height: 40px;
  float: right;
  font-family: FontAwesome;
  font-weight: normal;
  font-size: 18px;
}
.warranty-accordian-sec .ques.active {
  background: #000;
  color: #fff;
}
.warranty-accordian-sec .ques.active:after {
  content: "\f068";
}
.warranty-accordian-sec .answ {
  float: left;
  width: 100%;
  max-height: 0px;
  overflow: hidden;
  transition: max-height 0.4s ease;
}
.warranty-accordian-sec .answ.active {
  max-height: 4000px;
}
.warranty-accordian-sec .answ-content {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding: 10px 20px;
  box-sizing: border-box;
}
.warranty-accordian-sec .answ-content span {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.5px;
  color: #000;
  margin: 6px 0;
}
.warranty-calculation-form-sec {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  background: #ececec;
  padding: 20px;
  border-radius: 10px;
  box-sizing: border-box;
}
.warranty-calc-form-cont {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
#wararnty-calc-form {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding: 0 10%;
  box-sizing: border-box;
}
#wararnty-calc-form .fieldset {
  display: flex;
  width: 100%;
  margin: 0;
  padding: 0;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}
#wararnty-calc-form .field {
  display: inline-block;
  width: 40%;
  vertical-align: top;
  margin: 10px 0;
}
#wararnty-calc-form .field .label {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  font-weight: normal;
  font-family: 'DINPRo-Medium';
  color: #000;
  letter-spacing: 0.5px;
  font-size: 16px;
  line-height: 28px;
  margin: 0 0 10px;
}
#wararnty-calc-form .field .label span {
  display: inline-block;
  width: auto;
  vertical-align: top;
}
#wararnty-calc-form .field .label:after {
  display: inline-block;
  width: auto;
  vertical-align: top;
}
#wararnty-calc-form .field .control {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
#wararnty-calc-form .field .control select {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  box-shadow: none;
  border: 1px solid #e5e5e5;
  padding: 0px 30px 0px 10px;
  border-radius: 12px;
  height: 50px;
  line-height: 50px;
  font-family: "DINPRo-Regular";
  color: #000000;
  font-size: 16px;
}
#wararnty-calc-form .field .control input {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  box-shadow: none;
  border: 1px solid #e5e5e5;
  padding: 0px 10px;
  border-radius: 12px;
  height: 50px;
  line-height: 50px;
  font-family: "DINPRo-Regular";
  color: #000000;
  font-size: 16px;
}
#wararnty-calc-form .actions-toolbar {
  display: inline-block;
  width: 20%;
  vertical-align: top;
  margin: 48px 0 0px 0;
}
#wararnty-calc-form .actions-toolbar .primary {
  width: 100%;
  float: left;
}
#wararnty-calc-form .actions-toolbar .action {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  background: #0041c0;
  border: none;
  padding: 0;
  line-height: 50px;
  border-radius: 12px;
  color: #fff;
  font-size: 18px;
  font-weight: normal;
  font-family: 'DINPRo-Medium';
  letter-spacing: 0.5px;
}
#wararnty-calc-form .actions-toolbar .action span {
  display: inline-block;
  width: auto;
  vertical-align: top;
}
.warranty-calc-price-grids {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 20px 0 0;
  padding: 20px 0 0;
  border-top: 1px solid #282828;
}
.warranty-calc-term {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  text-align: center;
}
.warranty-calc-term a {
  float: right;
  width: auto;
  text-align: right;
  margin: 5px 0 0;
  font-size: 16px;
  letter-spacing: 1px;
  color: #0041c0;
  font-family: 'DINPRo-Medium';
  text-decoration: underline;
  line-height: 28px;
}
.warranty-calc-term span {
  display: inline-block;
  width: auto;
  vertical-align: top;
}
.warranty-calc-term .warranty-disclaimer {
  float: left;
  width: auto;
  color: #000;
  font-family: 'DINPRo-Medium';
  letter-spacing: 0.5px;
  line-height: 28px;
  margin: 5px 10px 0;
}
.warranty-calc-term .warranty-disclaimer a {
  margin: 0 5px;
  text-decoration: none;
}
.ext-war-year-blocks {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc((100% - 20px));
  margin: 10px;
  gap: 0px;
  flex-wrap: wrap;
}
.ext-war-year-blocks .ext-war-year-block {
  display: inline-block;
  width: 23%;
  vertical-align: top;
  padding: 20px;
  box-sizing: border-box;
  background: #fff;
  border-radius: 10px;
  margin: 0 1%;
}
.ext-war-year-blocks .ext-war-year-pic {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  text-align: center;
}
.ext-war-year-blocks .ext-war-year-pic img {
  display: inline-block;
  width: auto;
  vertical-align: top;
  max-height: 90px;
}
.ext-war-year-blocks .ext-war-year-info {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  text-align: center;
  margin: 20px 0;
}
.ext-war-year-blocks .ext-war-year-info span {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  font-size: 14px;
  font-family: "DINPRo-Medium";
  margin: 0;
  line-height: 24px;
  min-height: 48px;
  letter-spacing: 0.5px;
}
.ext-war-year-blocks .ext-war-year-btn {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  text-align: center;
}
.ext-war-year-blocks .ext-war-year-btn a {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  border: 2px solid #0041c0;
  border-radius: 5px;
  color: #0041c0;
  line-height: 36px;
  font-size: 15px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: normal;
  font-family: 'DINPRo-Medium';
  text-decoration: none;
}
.ext-war-year-blocks .ext-war-year-btn a:hover,
.ext-war-year-blocks .ext-war-year-btn a:focus {
  background: #0041c0;
  color: #fff;
}
.ext-war-year-blocks .ext-war-year-price {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  text-align: center;
}
.ext-war-year-blocks .ext-war-year-price .price-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  width: 100%;
  margin: 5px 0;
  flex-wrap: wrap;
}
.ext-war-year-blocks .ext-war-year-price span {
  display: inline-block;
  width: auto;
  vertical-align: top;
  font-size: 10px;
  letter-spacing: 0.5px;
  color: #232323;
}
.ext-war-year-blocks .ext-war-year-price span.price {
  color: #0041c0;
  font-family: 'DINPRo-Bold';
  font-size: 16px;
}
.ext-war-year-blocks .ext-war-year-price span.old-price {
  font-size: 13px;
  text-decoration: line-through;
}
.ext-war-year-blocks .ext-war-year-price span.price-save {
  color: green;
  font-weight: 400;
  font-size: 13px;
  font-family: 'DINPro-Medium';
  text-transform: uppercase;
  letter-spacing: 0.2px;
}
.ext-war-year-blocks .ext-war-year-price span.price-desc {
  font-size: 12px;
  letter-spacing: 0.2px;
}
.ext-war-year-blocks .ac-disclaimer {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 15px 0 0;
  line-height: 18px;
  font-style: italic;
}
.ext-war-year-blocks .ac-disclaimer span {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  color: #000;
  font-size: 11px;
  line-height: 18px;
}
.ext-war-year-blocks .ac-disclaimer span b {
  display: inline;
  width: auto;
  vertical-align: top;
  font-weight: normal;
  font-family: 'DINPRo-Medium';
}
.ext-war-testimonial-container {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.ext-war-testimonial-container .testimonial-review-sec {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.ext-war-testimonial-container .testimonial-reviews {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.ext-war-testimonial-container .review-block {
  display: inline-block;
  width: 94%;
  vertical-align: top;
  text-align: center;
  padding: 20px;
  box-sizing: border-box;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  margin: 3%;
}
.ext-war-testimonial-container .review-block .review-pic {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 10px 0;
}
.ext-war-testimonial-container .review-block .review-pic em {
  display: inline-block;
  width: auto;
  vertical-align: top;
  color: #000;
  font-size: 70px;
}
.ext-war-testimonial-container .review-block .review-use {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 10px 0;
  font-size: 18px;
  font-family: 'DINPRo-Medium';
  letter-spacing: 0.5px;
  color: #000;
  line-height: 28px;
}
.ext-war-testimonial-container .review-block .review-desc {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 10px 0;
  font-size: 15px;
  letter-spacing: 0.5px;
  line-height: 28px;
  padding: 0 10px;
  box-sizing: border-box;
  color: #000;
}
@media only screen and (min-width: 1240px) and (max-width: 1440px) {
  .ext-war-year-blocks .ext-war-year-block {
    width: 24%;
    margin: 0 0.5%;
  }
  .ext-war-year-blocks .ext-war-year-price .price-box {
    gap: 2px;
  }
  .ext-war-year-blocks .ext-war-year-price span.price {
    font-size: 15px;
  }
  .ext-war-year-blocks .ext-war-year-price span.price-save {
    font-size: 11px;
    letter-spacing: 0px;
  }
  .ext-war-year-blocks .ext-war-year-price span.price-desc {
    font-size: 10px;
    letter-spacing: 0px;
  }
}
/*=========================Custom Css for the My coupons section in user dashboard=========================*/
#customer-coupons-sec {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
#customer-coupons-sec .coupons-status {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0 0 10px;
}
#customer-coupons-sec .coupons-status span {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  box-sizing: border-box;
}
#customer-coupons-sec .coupons-status span.success {
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #e5efe5;
  color: #006400;
  padding: 20px;
}
#customer-coupons-sec .coupons-status span.error {
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #fae5e5;
  color: #e02b27;
  padding: 20px;
}
#customer-coupons-sec .coupons-list {
  display: flex;
  width: 100%;
  gap: 30px;
  flex-wrap: wrap;
}
#customer-coupons-sec .coupon-item {
  display: flex;
  width: calc((50% - 15px));
  gap: 20px;
  padding: 15px;
  box-sizing: border-box;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 4px;
  border-radius: 10px;
  align-items: center;
  position: relative;
}
#customer-coupons-sec .coupon-item.disabled {
  cursor: default;
  pointer-events: none;
  opacity: 0.7;
  background: #ececec;
}
#customer-coupons-sec .coupon-item-left {
  display: inline-block;
  width: 80%;
  vertical-align: top;
}
#customer-coupons-sec .coupon-item-right {
  display: inline-block;
  width: calc((20% - 20px));
  vertical-align: top;
  padding: 5px 0;
}
#customer-coupons-sec .copy-button {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  text-align: center;
  background: #0041C0;
  color: #fff;
  letter-spacing: 0.5px;
  font-family: 'DINPRo-Medium';
  font-size: 13px;
  line-height: 20px;
  padding: 5px 0 7px;
  border-radius: 5px;
}
#customer-coupons-sec .apply-button {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  text-align: center;
  background: none;
  color: #0041C0;
  letter-spacing: 0.5px;
  font-family: 'DINPRo-Medium';
  font-size: 13px;
  line-height: 20px;
  padding: 5px 0 7px;
  border-radius: 5px;
  border: 1px solid #0041C0;
  box-sizing: border-box;
  margin: 0 0 8px;
}
#customer-coupons-sec .term-link {
  position: absolute;
  right: 15px;
  bottom: 4px;
  display: inline-block;
  width: auto;
  vertical-align: top;
  font-size: 11px;
  font-family: 'DINPRo-Medium';
  color: #0041C0;
  letter-spacing: 0.5px;
}
#customer-coupons-sec .coupon-title {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  font-size: 16px;
  font-family: 'DINPRo-Bold';
  letter-spacing: 0.8px;
  margin: 0 0 6px;
  color: #000;
}
#customer-coupons-sec .coupon-title.second-title {
  font-size: 14px;
  letter-spacing: 0.3px;
}
#customer-coupons-sec .coupon-title.color-title {
  color: #0041C0;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.4px;
}
#customer-coupons-sec .coupon-title.min-title {
  font-size: 14px;
}
#customer-coupons-sec .coupon-code-col {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  font-size: 12px;
  line-height: 18px;
  color: #585A5A;
  margin: 0 0 5px;
}
#customer-coupons-sec .coupon-info-label {
  display: inline-block;
  width: auto;
  vertical-align: top;
}
#customer-coupons-sec .coupon-info-label:after {
  content: ":";
  display: inline-block;
  width: auto;
  vertical-align: top;
  margin: 0 5px;
  line-height: 16px;
}
#customer-coupons-sec .coupon-info-value {
  display: inline-block;
  width: auto;
  vertical-align: top;
  color: #000;
  font-family: 'DINPRo-Medium';
  letter-spacing: 0.5px;
}
#customer-coupons-sec .coupon-info-value.desc {
  font-size: 11px;
  color: #000;
  line-height: 16px;
  font-family: 'DINPRo-Regular';
}
#customer-coupons-sec .coupon-info-value#coupon-code {
  padding: 2px 10px;
  margin: -3px 0 0;
  border: 1px dashed #000;
  background: linear-gradient(180deg, #f8aa33 33%, #fe7f00 67%);
  color: #000;
  border-radius: 2px;
  text-transform: uppercase;
  font-size: 13px;
}
/*=========================Custom Css for the Asc coupons pop-up on home page=========================*/
.modal-popup.asc-show-login-popup-alert .modal-inner-wrap {
  max-width: 620px;
  width: 80%;
  border-radius: 10px;
  padding: 15px;
  box-sizing: border-box;
}
.modal-popup.asc-show-login-popup-alert .modal-inner-wrap .modal-header {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding: 0;
  margin: 0;
  border: none;
}
.modal-popup.asc-show-login-popup-alert .modal-inner-wrap .modal-header button.action-close {
  margin: 10px;
  height: 14px;
  padding: 0;
}
.modal-popup.asc-show-login-popup-alert .modal-inner-wrap .modal-content {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding: 15px 0 0;
}
.modal-popup.asc-show-login-popup-alert .modal-inner-wrap .modal-footer {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding: 0;
  margin: 15px 0 0;
  border: none;
  text-align: center;
}
.modal-popup.asc-show-login-popup-alert .modal-inner-wrap .modal-footer button.action.primary,
.modal-popup.asc-show-login-popup-alert .modal-inner-wrap .modal-footer button.paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
.modal-popup.asc-show-login-popup-alert .modal-inner-wrap .modal-footer button.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary {
  display: inline-block;
  width: auto;
  vertical-align: top;
  padding: 0 30px;
  line-height: 40px;
  box-sizing: border-box;
  border-radius: 6px;
  background: none;
  letter-spacing: .5px;
  font-weight: 400;
  color: #0041c0;
  margin: 6px;
  border: 1px solid #0041c0;
  font-family: 'DINPRo-Medium';
  float: none;
}
.modal-popup.asc-show-login-popup-alert .modal-inner-wrap .modal-footer button.action.primary:last-child,
.modal-popup.asc-show-login-popup-alert .modal-inner-wrap .modal-footer button.paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary:last-child,
.modal-popup.asc-show-login-popup-alert .modal-inner-wrap .modal-footer button.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary:last-child {
  background: #0041c0;
  color: #fff;
}
.modal-popup.asc-show-login-popup-alert .modal-inner-wrap .modal-footer button.action.primary span,
.modal-popup.asc-show-login-popup-alert .modal-inner-wrap .modal-footer button.paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary span,
.modal-popup.asc-show-login-popup-alert .modal-inner-wrap .modal-footer button.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary span {
  display: inline-block;
  width: auto;
  vertical-align: top;
}
#asc-login-popup {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
#asc-login-popup .popup-title {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  text-align: center;
}
#asc-login-popup .popup-title span {
  display: inline-block;
  width: auto;
  vertical-align: top;
  color: #17469e;
  text-transform: uppercase;
  font-family: 'DINPRo-Bold';
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.5px;
  text-decoration: underline;
}
#asc-login-popup .popup-content {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
#asc-login-popup .popup-content p {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 4px 0;
  font-size: 18px;
  letter-spacing: 0.5px;
  font-family: 'DINPRo-Medium';
  color: #222;
  text-align: center;
  line-height: 28px;
}
/*=========================For the product warranty notice pop-up=========================*/
.modal-popup.warr-expire-popup-sec-alert .modal-inner-wrap {
  max-width: 620px;
  width: 80%;
  border-radius: 10px;
  padding: 15px;
  box-sizing: border-box;
}
.modal-popup.warr-expire-popup-sec-alert .modal-inner-wrap .modal-header {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding: 0;
  margin: 0;
  border: none;
}
.modal-popup.warr-expire-popup-sec-alert .modal-inner-wrap .modal-header button.action-close {
  margin: 0px;
  height: 14px;
  padding: 0;
  top: 24px;
  right: 24px;
}
.modal-popup.warr-expire-popup-sec-alert .modal-inner-wrap .modal-content {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding: 15px 15px 0;
  border: 3px solid #0041c0;
  border-radius: 10px 10px 0 0;
  box-sizing: border-box;
  border-bottom: none;
}
.modal-popup.warr-expire-popup-sec-alert .modal-inner-wrap .modal-footer {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0;
  border: 3px solid #0041c0;
  text-align: center;
  box-sizing: border-box;
  padding: 15px;
  border-top: none;
  border-radius: 0 0 10px 10px;
}
.modal-popup.warr-expire-popup-sec-alert .modal-inner-wrap .modal-footer button.action.primary,
.modal-popup.warr-expire-popup-sec-alert .modal-inner-wrap .modal-footer button.paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
.modal-popup.warr-expire-popup-sec-alert .modal-inner-wrap .modal-footer button.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary {
  display: inline-block;
  width: auto;
  vertical-align: top;
  padding: 0 30px;
  line-height: 40px;
  box-sizing: border-box;
  border-radius: 6px;
  background: none;
  letter-spacing: .5px;
  font-weight: 400;
  color: #0041c0;
  margin: 6px;
  border: 1px solid #0041c0;
  font-family: 'DINPRo-Medium';
  float: none;
}
.modal-popup.warr-expire-popup-sec-alert .modal-inner-wrap .modal-footer button.action.primary:last-child,
.modal-popup.warr-expire-popup-sec-alert .modal-inner-wrap .modal-footer button.paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary:last-child,
.modal-popup.warr-expire-popup-sec-alert .modal-inner-wrap .modal-footer button.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary:last-child {
  background: #0041c0;
  color: #fff;
}
.modal-popup.warr-expire-popup-sec-alert .modal-inner-wrap .modal-footer button.action.primary span,
.modal-popup.warr-expire-popup-sec-alert .modal-inner-wrap .modal-footer button.paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary span,
.modal-popup.warr-expire-popup-sec-alert .modal-inner-wrap .modal-footer button.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary span {
  display: inline-block;
  width: auto;
  vertical-align: top;
}
#warr-expire-popup-sec {
  float: left;
  width: 100%;
}
.warr-expire-popup {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.warr-expire-popup-cont {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  text-align: center;
}
.warr-expire-popup-cont h2 {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 6px 0;
  line-height: 46px;
  font-weight: 400;
}
.warr-expire-desc {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.warr-expire-desc p {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 5px 0 15px;
  font-size: 18px;
  color: #000;
  font-family: 'DINPro-Medium';
  letter-spacing: 0.5px;
  line-height: 28px;
}
/*======================Custom Css for Order feedbacks page======================*/
.order-feedback-section {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 20px 0;
}
.order-feedback-section .order-feed-page-title {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  text-align: center;
  margin: 10px 0 0;
}
.order-feedback-section .order-feed-page-title .order-feed-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;
}
.order-feed-page-content {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  text-align: center;
}
.order-feed-form-container {
  display: inline-block;
  width: 90%;
  max-width: 560px;
  padding: 20px;
  margin: 15px auto;
  text-align: left;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.16);
  border-radius: 20px;
  box-sizing: border-box;
}
.order-feed-form-container form {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.order-feed-form-container .field {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0 0 15px;
}
.order-feed-form-container .field label {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  font-weight: normal;
  font-size: 13px;
  letter-spacing: 0.5px;
  font-family: "DINPro-Medium";
  color: #000000;
  line-height: 24px;
  margin: 0;
}
.order-feed-form-container .field label span {
  display: inline-block;
  width: auto;
  vertical-align: top;
}
.order-feed-form-container .field.choice .control {
  display: inline-block;
  width: auto;
  vertical-align: top;
  margin: 0;
}
.order-feed-form-container .field.choice .control:before {
  font-size: 24px;
  line-height: 40px;
  height: 40px;
  letter-spacing: 5px;
}
.order-feed-form-container .field.choice .control label {
  margin: 0;
  padding: 0;
  width: auto;
}
.order-feed-form-container .field.choice .control label:before {
  font-size: 24px;
  letter-spacing: 5px;
  height: 40px;
  line-height: 40px;
  color: #0041C0;
}
.order-feed-form-container .field.choice label {
  width: auto;
  line-height: 40px;
  padding: 0 20px 0 0;
  margin: 0;
}
.order-feed-form-container .field textarea {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 10px 0 0;
  padding: 0 10px;
  height: 90px;
  border-radius: 5px;
  font-size: 12px;
  letter-spacing: 0.5px;
  line-height: 24px;
  box-shadow: none;
  border: 1px solid #919191;
  color: #000;
}
.order-feed-form-container .action-toolbar {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  text-align: center;
  margin: 15px 0 10px;
}
.order-feed-form-container .action-toolbar input {
  display: inline-block;
  width: auto;
  vertical-align: top;
  padding: 0 30px;
  border: none;
  line-height: 40px;
  border-radius: 5px;
  background: #0041C0;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  color: #fff;
  font-family: "DINPro-MEdium";
  box-shadow: none;
}
.order-feed-form-container .order-feed-form-success {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  text-align: center;
  letter-spacing: 0.8px;
  font-size: 13px;
  font-family: "DINPro-Medium";
  color: green;
  line-height: 30px;
  margin: 10px 0;
  box-sizing: border-box;
}
.order-feed-form-container .order-feed-form-error {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  text-align: center;
  letter-spacing: 0.8px;
  font-size: 13px;
  font-family: "DINPro-Medium";
  color: red;
  line-height: 30px;
  margin: 10px 0;
  box-sizing: border-box;
}
/*=========================Custom Css for the order product review form page=========================*/
#order-product-reviews {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding: 40px 0;
}
#order-product-reviews .orpro-review-form-container {
  display: block;
  width: 90%;
  max-width: 700px;
  padding: 20px;
  margin: 0 auto;
  background: #EAEAEA;
  border-radius: 10px;
  box-sizing: border-box;
}
#order-product-reviews .orpro-review-form-section {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
#order-product-reviews .orpro-review-form-title {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  text-align: center;
  margin: 0 0 10px;
}
#order-product-reviews .orpro-review-form-title span {
  display: inline-block;
  width: auto;
  vertical-align: top;
  font-family: 'DINPRo-Bold';
  letter-spacing: 0.5px;
  font-size: 24px;
  line-height: 40px;
  color: #000;
}
#order-product-reviews .orpro-review-form-subtitle {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  text-align: center;
  margin: 0 0 20px;
}
#order-product-reviews .orpro-review-form-subtitle span {
  display: inline-block;
  width: auto;
  vertical-align: top;
  letter-spacing: 0.5px;
  font-size: 16px;
  font-family: 'DINPRo-Medium';
  color: #000;
  line-height: 28px;
}
#order-product-reviews .orpro-review-form-sec {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
#orpro-review-form {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
#orpro-review-form .review-fieldset {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  border-bottom: 1px solid #c2c2c2;
}
#orpro-review-form .review-legend {
  float: left;
  width: 98%;
  margin: 0 1% 24px;
}
#orpro-review-form .review-legend span {
  float: left;
  width: 170px;
  text-align: left;
  font-size: 16px;
  line-height: 30px;
  color: #000;
  letter-spacing: 0.5px;
  font-family: 'DINPRo-Medium';
}
#orpro-review-form .review-legend span em {
  display: inline-block;
  width: auto;
  vertical-align: top;
  font-style: normal;
  padding: 0 10px;
}
#orpro-review-form .review-legend strong {
  float: left;
  width: calc((100% - 170px));
  background: #86adf5;
  padding: 6px 10px;
  box-sizing: border-box;
  border-radius: 10px;
  color: #000;
  font-family: 'DINPRo-Bold';
  font-weight: normal;
  letter-spacing: 0.5px;
  font-size: 16px;
  line-height: 28px;
}
#orpro-review-form .review-legend .orpro-sku {
  width: auto;
  text-align: center;
  background: #fff;
  padding: 0 10px;
  border-radius: 5px;
  font-size: 14px;
  line-height: 24px;
  display: inline-block;
  float: none;
  margin: 6px 40% 6px 0;
}
#orpro-review-form div.field {
  display: inline-block;
  width: 98%;
  vertical-align: top;
  margin: 0 1% 24px;
}
#orpro-review-form div.field label {
  float: left;
  width: auto;
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.5px;
  line-height: 28px;
  color: #000;
  font-family: 'DINPRo-Medium';
  margin: 0 0 10px;
}
#orpro-review-form div.field label span {
  display: inline-block;
  width: auto;
  vertical-align: top;
}
#orpro-review-form div.field .control {
  float: left;
  width: 100%;
  position: relative;
}
#orpro-review-form div.field .control div.mage-error {
  position: absolute;
  left: 2px;
  bottom: -20px;
  font-size: 12px;
  line-height: 18px;
  float: left;
  width: auto;
}
#orpro-review-form div.field input {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  border: 1px solid #e5e5e5;
  height: 50px;
  line-height: 50px;
  padding: 0 10px;
  font-size: 16px;
  letter-spacing: 0.5px;
  font-family: 'DINPRo-Regular';
  border-radius: 12px;
  box-shadow: none;
}
#orpro-review-form div.field textarea {
  display: inline-block;
  width: 100% !important;
  vertical-align: top;
  border: 1px solid #e5e5e5;
  padding: 2px 10px;
  border-radius: 12px;
  font-size: 16px;
  letter-spacing: 0.5px;
  line-height: 28px;
  height: 120px !important;
  box-sizing: border-box;
  box-shadow: none;
}
#orpro-review-form .review-field-ratings {
  display: inline-block;
  width: 98%;
  vertical-align: top;
  margin: 0 1% 24px;
}
#orpro-review-form .review-field-ratings .control {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
#orpro-review-form .review-field-ratings .control.review-control-vote {
  max-width: calc((100% - 170px));
  margin: 0;
  position: static;
}
#orpro-review-form .review-field-ratings .control.review-control-vote:before {
  font-size: 24px;
  height: 24px;
  line-height: 24px;
  letter-spacing: 20px;
  padding: 3px 0;
}
#orpro-review-form .review-field-ratings .control.review-control-vote input {
  width: 1px;
  height: 1px;
  border: 0px;
  padding: 0px;
}
#orpro-review-form .review-field-ratings .control.review-control-vote .rating-label {
  width: 24px;
  padding: 3px 0;
  text-align: center;
  line-height: 24px;
  box-sizing: border-box;
  margin: 0;
}
#orpro-review-form .review-field-ratings .control.review-control-vote .rating-label:before {
  line-height: 24px;
  font-size: 24px;
  letter-spacing: 20px;
}
#orpro-review-form .review-field-ratings .nested {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
#orpro-review-form .review-field-ratings .review-field-rating {
  margin: 0;
  width: 100%;
}
#orpro-review-form .review-field-ratings label.label {
  width: 170px;
  margin: 0;
  line-height: 30px;
  text-align: left;
}
#orpro-review-form .review-field-ratings label.label span em {
  display: inline-block;
  width: auto;
  vertical-align: top;
  padding: 0 10px;
  font-style: normal;
}
#orpro-review-form .review-field-ratings div.mage-error {
  padding: 0 0 0 190px;
}
#orpro-review-form .actions-toolbar {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  text-align: center;
}
#orpro-review-form .actions-toolbar button.action {
  margin: 0;
  padding: 0;
  width: 250px;
  background: #0041C0;
  border-radius: 30px;
  line-height: 50px;
  font-size: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: normal;
  font-family: 'DINPRo-Bold';
  border: none;
  color: #ffffff;
  float: none;
}
#orpro-review-form .actions-toolbar button.action span {
  display: inline-block;
  width: auto;
  vertical-align: top;
}
/*======================Custom Css for Promo Offer page======================*/
.promo-offer-container {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  text-align: center;
  color: #000;
  letter-spacing: 0.5px;
}
.promo-offer-container .congrats-class {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  font-size: 28px;
  font-weight: normal;
  font-family: "DINPro-Bold";
  color: #0041c0;
  letter-spacing: 0.5px;
  margin: 0 0 15px;
  line-height: 40px;
}
.promo-offer-container .coupon-code-col {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0 0 10px;
  line-height: 40px;
  font-weight: normal;
  letter-spacing: 0.5px;
  color: #0041c0;
  font-family: "DINPro-Bold";
  font-size: 24px;
}
.promo-offer-container .coupon-code-label {
  display: inline-block;
  width: auto;
  vertical-align: top;
}
.promo-offer-container .coupon-code {
  display: inline-block;
  width: auto;
  vertical-align: top;
  margin: 0 5px;
  line-height: 38px;
  font-weight: normal;
  letter-spacing: 0.5px;
  color: #0041c0;
  font-family: "DINPro-Bold";
  font-size: 24px;
  padding: 0 15px;
  border: 1px dashed #0041c0;
  box-sizing: border-box;
}
.promo-offer-container p {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  line-height: 30px;
  margin: 0 0 10px;
}
.promo-offer-container .coupon-url {
  display: inline-block;
  width: auto;
  vertical-align: top;
  margin: 10px 0 0;
  background: #0041c0;
  color: #fff;
  padding: 0 30px;
  line-height: 40px;
  border-radius: 5px;
  font-family: "DINPro-Medium";
  letter-spacing: 1px;
  text-transform: uppercase;
}
.block-category-event {
  background: #f0f0f0;
  color: #333333;
  padding: 10px 0 15px;
  text-align: center;
}
.block-category-event.block:last-child {
  margin-bottom: 10px;
}
.block-category-event .block-title {
  margin: 0 0 10px;
}
.block-category-event .block-title strong {
  font-size: 1.5rem;
  font-weight: 300;
}
.block-category-event .ticker {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.block-category-event .ticker li {
  display: none;
  margin: 0 15px;
}
.block-category-event .ticker .value {
  font-size: 1.8rem;
  font-weight: 300;
}
.block-category-event .ticker .label {
  font-size: 1rem;
  display: block;
  text-transform: lowercase;
}
.block-category-event .dates {
  display: table;
  margin: 0 auto;
}
.block-category-event .dates .start,
.block-category-event .dates .end {
  display: table-cell;
  vertical-align: top;
}
.block-category-event .dates .date {
  font-size: 1.8rem;
}
.block-category-event .dates .time {
  display: block;
}
.block-category-event .dates .start {
  padding-right: 40px;
  position: relative;
}
.block-category-event .dates .start:after {
  font-size: 1.8rem;
  content: '\2013';
  display: block;
  position: absolute;
  right: 15px;
  top: 0;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
*/
.contact-index-index .column:not(.sidebar-main) .form.contact {
  float: none;
  width: 50%;
}
.contact-index-index .column:not(.sidebar-additional) .form.contact {
  float: none;
  width: 50%;
}
.table-wrapper.billing-agreements {
  margin-bottom: 40px;
}
.payment-method-content .pay-later-message {
  margin-bottom: 10px;
  margin-top: 10px;
}
.paypal {
  display: inline-block;
  vertical-align: top;
}
.block-minicart .paypal,
.cart-summary .paypal {
  display: block;
}
.paypal img {
  display: block;
  margin: 5px auto 0;
}
.opc .paypal {
  vertical-align: middle;
}
.paypal.acceptance {
  display: block;
  margin: 0 0 20px;
}
.map-form-addtocart .paypal {
  display: block;
  margin: 10px auto 5px;
}
.cart-summary .paypal + .paypal {
  margin-top: 25px;
}
.paypal-review .actions-toolbar {
  margin-top: 10px;
}
.paypal-review .paypal-review-title {
  padding: 0 0 10px;
}
.paypal-review .paypal-review-title > strong {
  font-size: 2.4rem;
  font-weight: 300;
}
.paypal-review .paypal-review-title .action {
  display: inline-block;
  margin: 12px 0 0 30px;
}
.paypal-review .table-paypal-review-items .col.name {
  padding-top: 16px;
}
.paypal-review .table-paypal-review-items .col.qty {
  text-align: center;
}
.paypal-review .item-options dt {
  display: inline-block;
}
.paypal-review .item-options dt:after {
  content: ': ';
}
.paypal-review .item-options dd {
  margin: 0;
}
.paypal-review-discount {
  border-bottom: 1px solid #cccccc;
  margin: 0 0 40px;
  padding: 10px 0 0;
}
.fotorama-video-container:after {
  background: url('../../frontend/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;
}
.swatch-option.selected {
  outline: 2px solid #ff5501;
  border: 1px solid #ffffff;
  color: #333333;
}
.swatch-option:not(.disabled):hover {
  border: 1px solid #ffffff;
  color: #333333;
  outline: 1px solid #999999;
}
.swatch-option.image:not(.disabled):hover,
.swatch-option.color:not(.disabled):hover {
  border: 1px solid #ffffff;
  outline: 2px solid #c34000;
}
.swatch-option.disabled {
  box-shadow: unset;
  cursor: default;
  pointer-events: none;
}
.swatch-option.disabled:after {
  background: linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(42%, rgba(255, 255, 255, 0)), color-stop(43%, #ffffff), color-stop(46%, #ffffff), color-stop(47%, #ff5216), color-stop(53%, #ff5216), color-stop(54%, #ffffff), color-stop(57%, #ffffff), color-stop(58%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  bottom: 0;
  content: '';
  filter: 'progid:DXImageTransform.Microsoft.gradient(startColorstr=#00ffffff, endColorstr=#00ffffff, GradientType=1)';
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.swatch-option-disabled {
  border: 0;
  cursor: default;
  outline: none !important;
}
.swatch-option-disabled:after {
  -webkit-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  transform: rotate(-30deg);
  background: #e02b27;
  content: '';
  height: 2px;
  left: -4px;
  position: absolute;
  top: 10px;
  width: 42px;
  z-index: 995;
}
.swatch-option-loading {
  content: url('../../frontend/OM/Desktop/en_US/images/loader-2.gif');
}
.swatch-option-tooltip {
  border: 1px solid #dadada;
  color: #949494;
  background: #ffffff;
  display: none;
  max-height: 100%;
  min-height: 20px;
  min-width: 20px;
  padding: 5px;
  position: absolute;
  text-align: center;
  z-index: 999;
}
.swatch-option-tooltip .corner,
.swatch-option-tooltip-layered .corner {
  bottom: 0;
  height: 8px;
  left: 40%;
  position: absolute;
}
.swatch-option-tooltip .corner:before,
.swatch-option-tooltip-layered .corner:before,
.swatch-option-tooltip .corner:after,
.swatch-option-tooltip-layered .corner:after {
  border-style: solid;
  content: '';
  font-size: 1px;
  height: 0;
  position: relative;
  width: 0;
}
.swatch-option-tooltip .corner:before,
.swatch-option-tooltip-layered .corner:before {
  border-color: #adadad transparent transparent transparent;
  border-width: 8px 8.5px 0 8.5px;
  left: 0;
  top: 2px;
}
.swatch-option-tooltip .corner:after,
.swatch-option-tooltip-layered .corner:after {
  border-color: #ffffff transparent transparent transparent;
  border-width: 7px 7.5px 0 7.5px;
  left: -15px;
  top: 1px;
}
.swatch-option-tooltip .image,
.swatch-option-tooltip-layered .image {
  display: block;
  height: 130px;
  margin: 0 auto;
  width: 130px;
}
.swatch-option-tooltip-layered {
  background: #ffffff;
  border: 1px solid #dadada;
  color: #949494;
  display: none;
  left: -47px;
  position: absolute;
  width: 140px;
  z-index: 999;
}
.swatch-option-tooltip .title {
  color: #282828;
  display: block;
  max-height: 200px;
  min-height: 20px;
  overflow: hidden;
  text-align: center;
}
.swatch-option-link-layered {
  margin: 0 !important;
  padding: 0 !important;
  position: relative;
}
.swatch-option-link-layered:focus > div {
  box-shadow: 0 0 3px 1px #00699d;
}
.swatch-option-link-layered:hover > .swatch-option-tooltip-layered {
  display: block;
}
.swatch-opt {
  margin: 20px 0;
}
.swatch-opt-listing {
  margin-bottom: 10px;
}
.swatch-more {
  display: inline-block;
  margin: 2px 0;
  padding: 2px;
  position: static;
}
.swatch-visual-tooltip-layered {
  height: 160px;
  top: -170px;
}
.swatch-textual-tooltip-layered {
  height: 30px;
  top: -40px;
}
.swatch-input {
  left: -1000px;
  position: absolute;
  visibility: hidden;
}
.clearfix:after {
  clear: both;
  content: '';
  display: block;
  height: 0;
  visibility: hidden;
}
.minilist .weee {
  display: table-row;
  font-size: 1.1rem;
}
.minilist .weee:before {
  display: none;
}
.price-container.weee:before {
  display: none;
}
/*=========================Custom Css for the Compare Bar=========================*/
#compare-bar-section {
  float: left;
  width: 100%;
}
#compare-bar-section .comparisonBar {
  float: left;
  width: 80%;
  left: 0px;
  margin: 0px 10%;
}
#compare-bar-section .comparelist {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
#compare-bar-section .compare_header {
  float: none;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  overflow: hidden;
  cursor: pointer;
  background-color: #eb7f2e;
  border: 1px solid #eb7f2e;
  box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.5);
  border-radius: 10px 10px 0px 0px;
  padding: 8px 20px;
  box-sizing: border-box;
}
#compare-bar-section .compare_header .h2 {
  color: #ffffff;
  font-family: 'DINPro-Medium';
  font-size: 17px;
  line-height: 26px;
  text-align: center;
  float: left;
  width: 100%;
}
#compare-bar-section .compare_header .label {
  float: left;
  width: auto;
}
#compare-bar-section .compare_header .numberOfItems {
  display: inline-block;
  width: auto;
  vertical-align: top;
  font-size: 15px;
}
#compare-bar-section .compare_header .shoetext {
  float: right;
  width: auto;
  font-size: 14px;
}
#compare-bar-section .compare_header .shoetext i {
  color: #fff;
  margin: 0 0 0 3px;
  line-height: 26px;
}
#compare-bar-section .compare_header .shoetext i:before {
  content: "\f106";
}
#compare-bar-section .open .compare_header .shoetext i:before {
  content: "\f107";
}
.get_compare_list_bar .comparisonBar .inner {
  border: 1px solid #f7f7f7;
  background: #f7f7f7;
}
.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: #000000;
  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: #282828;
  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;
  font-family: 'DINPro-Medium';
  cursor: pointer;
}
.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: #ffffff;
  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: #f6f6f6;
  margin-top: 10px;
}
/*=========================Custom Css for the Compare Page=========================*/
.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%;
  float: left;
  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%;
  float: left;
  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 .attribute.value span {
  display: inline-block;
  width: auto;
  vertical-align: top;
}
.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%;
  min-height: 330px;
}
.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 .product-item-name {
  margin: 0;
}
.catalog-product_compare-index .page-main .table-comparison tbody tr td.cell.product.info .product-box .price-box {
  margin-top: 0px;
}
.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 {
  display: block;
  margin: 0 auto;
  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 a.action {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  text-align: center;
  padding: 0;
  line-height: 40px;
  color: #ffffff;
  background: #0041c0;
  border-radius: 8px;
  letter-spacing: 0.5px;
  font-family: "DINPRo-Regular";
  font-weight: normal;
}
.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;
}
#product-comparison .blank-add .product-box {
  background: #f7f7f7;
}
#product-comparison .blank-add .product-box a {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
}
#product-comparison .blank-add .product-box .blank-add-box {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  font-family: 'DINPRo-Medium';
  text-transform: capitalize;
  letter-spacing: 0.5px;
  font-size: 16px;
  color: #0041C0;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
#product-comparison .blank-add .product-box .blank-add-box:before {
  content: '\e61c';
  font-family: 'luma-icons';
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0 0 10px;
  font-size: 32px;
  line-height: 40px;
  font-weight: 600;
}
#show-difference tr {
  border: none;
}
#show-difference td {
  padding: 0;
  position: relative;
}
#show-difference .compare-show-difference-bar {
  display: inline-block;
  width: 100%;
  position: absolute;
  top: -44px;
}
#show-difference .show-difference-label {
  display: inline-block;
  width: auto;
  vertical-align: top;
  line-height: 30px;
  font-size: 13px;
  color: #000;
  font-family: 'DINPRo-Medium';
  max-width: calc((100% - 70px));
}
#show-difference .compare-show-difference {
  display: inline-block;
  width: 50px;
  height: 24px;
  vertical-align: top;
  margin: 3px 0;
  position: relative;
}
#show-difference .compare-show-difference input {
  opacity: 0;
  width: 100%;
  height: 100%;
  border: none;
  display: inline-block;
  vertical-align: top;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
#show-difference .compare-show-difference input:checked + .difference-slider {
  background-color: #2196F3;
}
#show-difference .compare-show-difference input:checked + .difference-slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
#show-difference .difference-slider {
  position: relative;
  cursor: pointer;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 34px;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  height: 100%;
}
#show-difference .difference-slider:before {
  position: absolute;
  content: ' ';
  height: 20px;
  width: 20px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 50%;
  display: inline-block;
}
#show-diff-list tr.diffent-values td .attribute.value span {
  background: #C5e3ec;
  padding: 0 6px;
  border-radius: 3px;
  color: #000;
  max-width: 95%;
}
#show-diff-list.show-diff tr {
  display: none;
}
#show-diff-list.show-diff tr.diffent-values {
  display: revert;
}
#show-diff-list.show-diff tr#custom-check-offer {
  display: revert;
}
#show-diff-list.show-diff .emi-table tr {
  display: revert;
}
#custom-check-offer .offer-row {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
#custom-check-offer .cashback-offer {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  background: linear-gradient(180deg, #f8aa33 33%, #fe7f00 67%);
  max-width: 172px;
  padding: 0 5px;
  box-sizing: border-box;
  line-height: 36px;
  color: #000;
  text-decoration: none;
  border-radius: 10px;
  font-size: 13px;
  font-family: 'DINPRo-Medium';
  text-transform: uppercase;
  letter-spacing: 0.5px;
  text-align: center;
  position: relative;
}
#custom-check-offer .offer-popup {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.71);
  z-index: 9;
}
#custom-check-offer .offer-popup .main-content {
  background: #ffffff;
  min-height: 300px;
  max-width: 740px;
  width: 100%;
  border-radius: 15px;
  margin: 20px auto 0px;
}
#custom-check-offer .offer-popup .closediv {
  right: 0px;
  top: 6px;
}
#custom-check-offer .offer-popup .popup-heading {
  color: #232323;
  font-size: 16px;
  font-family: 'DINPro-Bold';
  text-align: center;
  margin: 20px 0px 0px;
  display: inline-block;
  width: 100%;
}
#custom-check-offer .offer-popup .popup-content {
  padding: 10px 15px 15px;
  font-size: 14px;
  color: #232323;
  box-sizing: border-box;
}
#custom-check-offer .offer-popup .popup-content p {
  font-size: 12px;
  max-width: 100%;
}
#custom-check-offer .offer-popup .card-details {
  position: relative;
}
#custom-check-offer .offer-popup .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;
}
#custom-check-offer .offer-popup .card-title {
  font-family: 'DINPro-Bold';
  color: #282828;
  padding: 0px 20px;
  font-size: 13px;
  cursor: pointer;
  display: inline-block;
  border-right: 1px solid #000;
}
#custom-check-offer .offer-popup .card-title.active {
  color: #0041c0;
}
#custom-check-offer .offer-popup .card-title#card2 {
  border-right: 0px;
}
#custom-check-offer .offer-popup .card-title.solo {
  border-right: 0px;
}
#custom-check-offer .offer-popup .card-content-container {
  display: inline-block;
  width: 100%;
}
#custom-check-offer .offer-popup .card-info.active {
  display: block !important;
}
#custom-check-offer .offer-popup .emi-banks {
  display: inline-block;
  width: 100%;
  position: relative;
  box-sizing: border-box;
}
#custom-check-offer .offer-popup .bank-title-container {
  float: left;
  width: 34%;
  max-height: 340px;
  overflow-y: scroll;
  overflow-x: visible;
  scrollbar-width: auto;
  padding: 0 2% 0 0;
  margin: 0 2% 0 0;
  box-sizing: border-box;
}
#custom-check-offer .offer-popup .bank-title {
  font-size: 13px;
  border-bottom: 1px solid #eee;
  padding: 10px;
  letter-spacing: 0.5px;
  cursor: pointer;
  box-sizing: border-box;
  text-align: left;
}
#custom-check-offer .offer-popup .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';
}
#custom-check-offer .offer-popup .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);
}
#custom-check-offer .offer-popup .bank-title:last-child {
  border-bottom: 0px;
}
#custom-check-offer .offer-popup .bank-dtl-container {
  float: left;
  width: 64%;
  padding-left: 0;
  box-sizing: border-box;
}
#custom-check-offer .offer-popup .bank-emi {
  width: 100%;
}
#custom-check-offer .offer-popup .bank-emi p.addtional-cash-text {
  padding-top: 10px;
}
#custom-check-offer .offer-popup .bank-emi.active {
  display: block !important;
}
#custom-check-offer .offer-popup .emi-table tr {
  border: none;
}
#custom-check-offer .offer-popup .emi-table tr th {
  background: #EFEFEF;
  text-align: center;
  padding: 10px 0px;
  font-family: 'DINPro-Bold';
  font-size: 12px;
}
#custom-check-offer .offer-popup .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;
  float: none;
  width: auto;
}
#custom-check-offer .offer-popup .emi-table tr td strong {
  font-weight: normal;
  font-family: 'DINPro-Medium';
}
#custom-check-offer .offer-popup .emi-table tr td span.to-full {
  float: left;
  width: 100%;
  line-height: normal;
}
#custom-check-offer .offer-popup .emi-table tr.gre-bg td {
  background: #F5F5F5;
  line-height: normal;
}
#custom-check-offer .offer-popup .emi-table tr:last-child td {
  border-bottom: 0px;
}
#custom-check-offer .offer-popup p.no-offers {
  text-align: center;
  font-family: 'DINPro-Medium';
}
#custom-check-offer .offer-popup p.note {
  border-top: 1px solid #f1f1f1;
  padding-top: 7px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /*=========================Custom Css for the Compare Page=========================*/
  .catalog-product_compare-index .page-main .table-comparison tbody tr td.cell.product.info .product-box .price-box {
    margin-top: 0px;
    display: inline-block;
    height: 36px;
  }
  .catalog-product_compare-index .page-main .table-comparison tbody tr td.cell.product.info .product-box .emp-price-box .price-box {
    height: 52px;
  }
  .catalog-product_compare-index .page-main .table-comparison tbody tr td.cell.product.info .product-box .emp-price-box .price-box .regular-mrp-price {
    width: 100%;
  }
  .catalog-product_compare-index .page-main .table-comparison tbody tr td.cell.product.info .product-box .emp-price-box .price-box span {
    line-height: 16px;
  }
  #show-difference .show-difference-label {
    font-size: 11px;
    max-width: calc((100% - 56px));
  }
}
/*======================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: -20px 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 .txthead.warranty-heading {
  font-size: 22px;
  text-transform: none;
}
.ajax-login-form .mobile-modal-content .ajax-login-conten .page_title .txtp {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 10px 0 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: 24px;
}
.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%;
}
.ajax-login-form .mobile-modal-content #ajaxotplogin .login-window .model-bottom .mobbtn.disabled-class {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.ajax-login-form .mobile-modal-content #ajaxotplogin .login-window .cond-option {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0 0 10px;
  padding: 0 22px;
  box-sizing: border-box;
  text-align: left;
}
.ajax-login-form .mobile-modal-content #ajaxotplogin .login-window .cond-option input {
  float: left;
  width: 14px;
  margin: 0 10px 0 0;
  border: none;
  line-height: 32px;
  height: 32px !important;
  position: static;
  box-shadow: none;
}
.ajax-login-form .mobile-modal-content #ajaxotplogin .login-window .cond-option .label {
  display: inline-block;
  width: auto;
  vertical-align: top;
  line-height: 32px;
  font-size: 12px;
  font-family: "DINPRo-Medium";
  letter-spacing: 0.5px;
}
.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 3px 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: 86px;
  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;
  /*& + .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: 6px;
}
.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.-exchange-availables,
.catalog-product-view .product.media .companyname.exchange-availables,
.catalog-product-view .product.media .companyname.-exchange-availables-1,
.catalog-product-view .product.media .companyname.exchange-availables-1 {
  top: 3px;
  right: 6px;
  left: auto;
}
.catalog-product-view .product.media .companyname.-exchange-availables img,
.catalog-product-view .product.media .companyname.exchange-availables img,
.catalog-product-view .product.media .companyname.-exchange-availables-1 img,
.catalog-product-view .product.media .companyname.exchange-availables-1 img {
  height: 48px;
  max-height: 48px;
}
.catalog-product-view .product.media .discount-container {
  position: absolute;
  left: 100px;
  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-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 {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0 0 10px;
}
.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 .offers-section .offer-row a.cashback-offer {
  background: linear-gradient(180deg, #f8aa33 33%, #fe7f00 67%);
  color: #000000;
  padding: 0 5px;
  line-height: 36px;
  height: auto;
  display: inline-block;
  width: 220px;
  vertical-align: top;
  text-decoration: none;
  border-radius: 10px;
  font-size: 13px;
  letter-spacing: 0.5px;
  margin: 5px 0;
  font-family: "DINPRo-MEdium";
  position: relative;
  text-transform: uppercase;
  box-sizing: border-box;
  text-align: center;
}
.catalog-product-view .product-info-main .offers-section .offer-row a.cashback-offer img {
  display: inline-block;
  width: 28px;
  vertical-align: top;
  position: absolute;
  right: -21px;
  bottom: -14px;
  transform: rotate(-13deg);
}
.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 {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.catalog-product-view .product-info-main .choose-option-section ul.choose-option {
  padding: 0px;
  display: flex;
  justify-content: start;
  margin: 0 0 10px;
}
.catalog-product-view .product-info-main .choose-option-section ul.choose-option li {
  width: 50%;
  box-sizing: border-box;
  list-style: none;
  margin: 0 0 10px;
}
.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 {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0 0 5px;
}
.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 .pincode-sec {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.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;
  float: left;
  margin: 0 10px 0 0;
}
@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,
.catalog-product-view .product-info-main .delivery-section .availability-form button.paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
.catalog-product-view .product-info-main .delivery-section .availability-form button.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary {
  background: #0041C0;
  color: #fff;
  border-radius: 10px;
  height: 40px;
  width: 100px;
  font-weight: normal;
  font-size: 13px;
  margin-left: 10px;
  font-family: "DINPro-Medium";
  position: static;
  margin: 0px;
  float: left;
  max-width: calc((100% - 210px));
}
.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-title-container .card-title.solo {
  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: 34%;
  max-height: 340px;
  overflow-y: scroll;
  overflow-x: visible;
  scrollbar-width: auto;
  padding: 0 2% 0 0;
  margin: 0 2% 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 .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: block;
  width: auto;
  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: 2%;
}
.catalog-product-view .product-description .manuf-section .manuf-row .manuf:last-child {
  padding-left: 2%;
}
.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;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.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: -6px;
  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: 60px;
}
.catalog-product-view .block-viewed-products-grid .products-grid ol.recent-view-slider .owl-stage-outer .product-item .companyname.-exchange-availables,
.catalog-product-view .block-viewed-products-grid .products-grid ol.recent-view-slider .owl-stage-outer .product-item .companyname.exchange-availables,
.catalog-product-view .block-viewed-products-grid .products-grid ol.recent-view-slider .owl-stage-outer .product-item .companyname.-exchange-availables-1,
.catalog-product-view .block-viewed-products-grid .products-grid ol.recent-view-slider .owl-stage-outer .product-item .companyname.exchange-availables-1 {
  top: 8px;
  right: 60px;
  left: auto;
}
.catalog-product-view .block-viewed-products-grid .products-grid ol.recent-view-slider .owl-stage-outer .product-item .companyname.-exchange-availables img,
.catalog-product-view .block-viewed-products-grid .products-grid ol.recent-view-slider .owl-stage-outer .product-item .companyname.exchange-availables img,
.catalog-product-view .block-viewed-products-grid .products-grid ol.recent-view-slider .owl-stage-outer .product-item .companyname.-exchange-availables-1 img,
.catalog-product-view .block-viewed-products-grid .products-grid ol.recent-view-slider .owl-stage-outer .product-item .companyname.exchange-availables-1 img {
  height: 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 {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.catalog-product-view .block-viewed-products-grid .products-grid ol.recent-view-slider .owl-stage-outer .product-item .product-item-photo .product-image-container {
  display: inline-block;
  width: 100% !important;
  vertical-align: top;
}
.catalog-product-view .block-viewed-products-grid .products-grid ol.recent-view-slider .owl-stage-outer .product-item .product-item-photo .product-image-wrapper {
  padding-bottom: 100% !important;
}
.catalog-product-view .block-viewed-products-grid .products-grid ol.recent-view-slider .owl-stage-outer .product-item .featured-logo {
  display: none;
  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;
}
.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;
}
.cat-banners .category-banner-video {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
  padding-bottom: 28%;
}
.cat-banners .category-banner-video iframe {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}
.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 .message.notice dl.block {
  display: none;
}
.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: 42px 0 0;
}
.product-item-details {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.product-item-details .product-item-name {
  float: left;
  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: 34px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin: 0 0 2px;
}
.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 .emp-price-box {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.product-item-details .emp-price-box .price-box {
  display: flex;
  flex-wrap: wrap;
}
.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.old-price.hide-price {
  display: none;
}
.product-item-details .price-box span.old-price.emp-old-price span.price {
  text-decoration: none;
  position: relative;
}
.product-item-details .price-box span.old-price.emp-old-price span.price:after {
  content: " ";
  position: absolute;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #858585;
  left: 0;
  top: 6px;
}
.product-item-details .price-box span.save-price {
  display: none;
}
.product-item-details .price-box span.mrp-incl {
  /*vertical-align: middle;
					line-height: 11px;*/
  font-size: 10px;
  line-height: 18px;
  letter-spacing: 0;
  color: #232323;
}
.product-item-details .price-box span.regular-mrp-price {
  width: 55%;
  margin: 2px 0 0 0;
  order: 3;
}
.product-item-details .price-box span.regular-mrp-price .price-container {
  display: flex;
  flex-wrap: wrap;
}
.product-item-details .price-box span.regular-mrp-price .price-label {
  display: inline-block;
  width: auto;
  vertical-align: top;
  font-family: "DINPRo-Regular";
  font-size: 10px;
  order: 0;
  margin: 0 5px 0 0;
  letter-spacing: 0;
  color: #232323;
}
.product-item-details .price-box span.regular-mrp-price .price-label:after {
  content: none;
}
.product-item-details .price-box span.regular-mrp-price .price {
  font-size: 12px;
  font-family: "DINPRo-Regular";
  color: #282828;
  text-decoration: none;
  position: relative;
}
.product-item-details .price-box span.regular-mrp-price .price:after {
  content: " ";
  position: absolute;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #858585;
  left: 0;
  top: 6px;
}
.product-item-details .price-box span.regular-mrp-price .price-wrapper {
  order: 1;
}
.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 .offer-content-section .pack-of {
  font-family: "DINPRo-Bold";
  color: #0041c0;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin: 15px 0 0;
  display: inline-block;
  width: auto;
  vertical-align: top;
}
.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;
  vertical-align: top;
}
.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: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 5px 0 10px;
  line-height: 16px;
}
.product-item-details .product-reviews-summary .rating-summary {
  display: inline-block;
  width: auto;
  vertical-align: top;
  margin: 0 5px 0 0;
}
.product-item-details .product-reviews-summary .rating-summary .label {
  display: none;
}
.product-item-details .product-reviews-summary .rating-summary .rating-result {
  display: inline-block;
  vertical-align: top;
}
.product-item-details .product-reviews-summary .review-rating-outof {
  display: inline-block;
  width: auto;
  vertical-align: top;
  line-height: 16px;
  margin: 0;
}
.product-item-details .product-reviews-summary .review-rating-outof span {
  display: inline-block;
  width: auto;
  vertical-align: top;
  color: #000;
  font-family: 'DINPRo-Regular';
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.5px;
}
.product-item-details .product-reviews-summary .review-rating-outof span b {
  font-weight: normal;
  font-family: 'DINPRo-Bold';
}
.product-item-details .product-reviews-summary .reviews-actions {
  display: inline-block;
  width: auto;
  vertical-align: top;
  margin: 0;
}
.product-item-details .product-reviews-summary .reviews-actions a {
  display: inline-block;
  width: auto;
  vertical-align: top;
  font-family: 'DINPRo-Medium';
  color: #000;
  font-size: 13px;
  letter-spacing: 0.5px;
  line-height: 16px;
}
.product-item-details .product-reviews-summary .reviews-actions a.action .review-empty {
  display: inline-block;
  width: auto;
  vertical-align: top;
  letter-spacing: 1px;
  color: #ff5501;
}
.product-item-details .product-reviews-summary .reviews-actions a.action .review-empty:after {
  content: '\e625' '\e625' '\e625' '\e625' '\e625';
  display: inline-block;
  width: auto;
  vertical-align: top;
  font-family: 'luma-icons';
  letter-spacing: 2px;
  font-size: 16px;
  height: 16px;
  line-height: 16px;
}
.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: 0px;
  right: 60px;
  left: auto;
}
.product-item-details .companyname.-extended-warranty img,
.product-item-details .companyname.extended-warranty img {
  height: 44px;
}
.product-item-details .companyname.-exchange-availables,
.product-item-details .companyname.exchange-availables,
.product-item-details .companyname.-exchange-availables-1,
.product-item-details .companyname.exchange-availables-1 {
  top: 8px;
  right: 60px;
  left: auto;
}
.product-item-details .companyname.-exchange-availables img,
.product-item-details .companyname.exchange-availables img,
.product-item-details .companyname.-exchange-availables-1 img,
.product-item-details .companyname.exchange-availables-1 img {
  height: 46px;
}
.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 catgeory page side sticky btn=========================*/
.category-sticky-side-btn {
  float: left;
  width: auto;
  position: fixed;
  top: 50%;
  right: 0px;
  transform: translate(0%, -50%);
  z-index: 1;
}
.cate-side-sticky-btn {
  float: left;
  width: auto;
}
.cate-side-fix-btn {
  float: left;
  width: auto;
  position: relative;
}
.cate-side-fix-btn a {
  float: right;
  width: 160px;
  background: linear-gradient(180deg, #f8aa33 0%, #fe7f00 100%);
  color: #000 !important;
  font-weight: normal;
  text-decoration: none;
  font-family: 'DINPRo-Medium';
  line-height: 50px;
  font-size: 14px;
  text-align: center;
  position: absolute;
  transform: rotate(-90deg);
  border-radius: 10px 10px 0px 0px;
  box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.3);
  top: -26px;
  left: -105px;
}
/*=========================For the Sidebar Filter Custom Banner section=========================*/
.category-filter-banner {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 3px 1px 16px rgba(0, 0, 0, 0.09);
}
.category-filter-banner a {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.category-filter-banner img {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.block.widget .recent-view-slider .product-item-info {
  width: 100%;
}
.product-info-main #features .technical-details {
  float: right;
  width: auto;
  padding: 0 10px;
  background: #0041C0;
  line-height: 24px;
  color: #fff;
  font-size: 12px;
  font-family: "DINPRo-Medium";
  letter-spacing: 1px;
  border-radius: 5px;
  text-decoration: none;
}
.product-info-main #features .pr-title span {
  display: inline-block;
  width: auto;
  vertical-align: top;
  line-height: 24px;
}
/*=========================For the product page image section scrolling and hover zoom=========================*/
.catalog-product-view .fotorama__video-close {
  display: none;
}
.catalog-product-view .wr360wrap .container .hotspot_rollover {
  display: none !important;
}
.catalog-product-view .wr360wrap .container .theme_panel_back {
  background: none !important;
  position: static;
}
.catalog-product-view .wr360wrap .container .hotspot_indicator {
  display: none !important;
}
.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;
  z-index: 1;
}
.catalog-product-view .product-info-top-sec .product-media-container .magnifier-preview {
  top: 0 !important;
  width: 100% !important;
  left: calc((100% + 10px)) !important;
  height: calc((100% - 120px)) !important;
  border: 1px solid #cfcfcf;
  border-radius: 12px;
}
.catalog-product-view .product-description .key-item .key-disclaimer {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  font-size: 11px;
  letter-spacing: 0.5px;
  line-height: 16px;
  padding: 0 0 0 40%;
  box-sizing: border-box;
  margin: 0;
}
.catalog-product-view .product-description p.font-size,
.catalog-product-view .product-description p.sub-dislaimer {
  width: 100%;
  font-size: 10px;
  line-height: 18px;
  letter-spacing: 0.5px;
  font-weight: normal;
  font-family: "DINPRo-Regular";
  margin: 5px 0 0;
  float: left;
}
.catalog-product-view .product-description p.font-size b,
.catalog-product-view .product-description p.sub-dislaimer b {
  font-weight: normal;
}
.catalog-product-view .product-description .faq-content p {
  display: inline;
}
.catalog-product-view .product-description.Air.Conditioners .top-spac li:first-child {
  display: none !important;
}
/*=========================For the product page exchange avail section=========================*/
.catalog-product-view .product-info-main h3.pr-title {
  font-weight: normal;
  font-family: "DINPro-Medium";
}
.catalog-product-view .product-pack-of {
  float: left;
  width: 100%;
  margin: -20px 0 20px;
}
.catalog-product-view .product-pack-of .pro-pack-of {
  display: inline-block;
  width: auto;
  vertical-align: top;
  font-size: 17px;
  letter-spacing: 0.5px;
  font-family: "DINPRo-Bold";
  color: #0041c0;
  text-transform: uppercase;
}
/*=========================For the product page employee login price section changes=========================*/
.catalog-product-view .sticky-container .price-section .price-box .save-price.emp-save-price {
  display: inline-block;
  width: auto;
  vertical-align: bottom;
  line-height: 27px;
}
.catalog-product-view .sticky-container .price-section .price-box .save-price.emp-save-price strong {
  display: inline-block !important;
  width: auto;
  vertical-align: top;
  font-weight: normal;
  font-family: "DINPRo-Medium";
}
.catalog-product-view .sticky-container .price-section .price-box .regular-mrp-price {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.catalog-product-view .sticky-container .price-section .price-box .regular-mrp-price span {
  display: inline-block;
  width: auto;
  vertical-align: top;
  margin: 0;
  padding: 0;
}
.catalog-product-view .sticky-container .price-section .price-box .regular-mrp-price span.price {
  font-size: 16px;
  line-height: 24px;
  font-family: 'DINPro-Regular';
  text-decoration: none;
  text-decoration-color: #858585;
  position: relative;
}
.catalog-product-view .sticky-container .price-section .price-box .regular-mrp-price span.price:after {
  content: " ";
  position: absolute;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #858585;
  left: 0;
  top: 9px;
}
.catalog-product-view .sticky-container .price-section .price-box .regular-mrp-price span .price-label {
  margin: 0 0 0 5px;
  font-family: 'DINPro-Regular';
  font-size: 13px;
}
.catalog-product-view .sticky-container .price-section .price-box .mrp-incl.emp-mrp-incl {
  width: auto;
  display: inline-block;
  vertical-align: top;
  margin: 0 0 0 5px;
  font-size: 13px;
}
.catalog-product-view .sticky-container .price-section .price-box .old-price.hide-price {
  display: none;
}
.catalog-product-view .sticky-container .price-section .price-box .old-price.emp-old-price {
  display: inline-block;
  width: auto;
  vertical-align: top;
}
.catalog-product-view .sticky-container .price-section .price-box .old-price.emp-old-price span {
  display: inline-block;
  width: auto;
  vertical-align: top;
  line-height: 24px;
}
.catalog-product-view .sticky-container .price-section .price-box .old-price.emp-old-price span.price {
  font-size: 16px;
  text-decoration: none;
  text-decoration-color: #858585;
  position: relative;
}
.catalog-product-view .sticky-container .price-section .price-box .old-price.emp-old-price span.price:after {
  content: " ";
  position: absolute;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #858585;
  left: 0;
  top: 9px;
}
.catalog-product-view .sticky-container .sticky-cont .sty-btn-sec ul li .pack-of,
.catalog-product-view .sticky-container .sticky-cont .sty-btn-sec ul li .pack-of-hidden {
  color: transparent;
  font-family: "DINPRo-Bold";
  letter-spacing: 0.5px;
  background: #eaeaea;
  position: relative;
  left: -10px;
  font-size: 2px;
  top: -2px;
}
.catalog-product-view .product-info-main .product-info-price .price-box .old-price.hide-price {
  display: none;
}
.catalog-product-view .product-info-main .product-info-price .price-box .regular-mrp-price {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.catalog-product-view .product-info-main .product-info-price .price-box .regular-mrp-price span {
  display: inline-block;
  width: auto;
  vertical-align: top;
  line-height: 24px;
  margin: 0;
}
.catalog-product-view .product-info-main .product-info-price .price-box .regular-mrp-price span.price {
  font-size: 16px;
  color: #585a5a;
  font-family: "DINPRo-Regular";
  text-decoration: none;
  text-decoration-color: #AFAFAF;
  position: relative;
}
.catalog-product-view .product-info-main .product-info-price .price-box .regular-mrp-price span.price:after {
  content: " ";
  position: absolute;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #AFAFAF;
  left: 0;
  top: 9px;
}
.catalog-product-view .product-info-main .product-info-price .price-box .regular-mrp-price span.price-label {
  font-size: 13px;
  margin: 0 0 0 5px;
  font-family: 'DINPro-Regular';
  letter-spacing: 0.5px;
  color: #2A2A2A;
}
.catalog-product-view .product-info-main .product-info-price .price-box .mrp-incl.emp-mrp-incl {
  display: inline-block;
  width: auto;
  vertical-align: top;
  line-height: 24px;
  font-size: 13px;
  margin: 0 0 0 5px;
}
.catalog-product-view .product-info-main .product-info-price .price-box .old-price.emp-old-price {
  display: inline-block;
  width: auto;
  vertical-align: top;
}
.catalog-product-view .product-info-main .product-info-price .price-box .old-price.emp-old-price span {
  display: inline-block;
  width: auto;
  vertical-align: top;
  line-height: 24px;
}
.catalog-product-view .product-info-main .product-info-price .price-box .old-price.emp-old-price span.price-label {
  display: none;
}
.catalog-product-view .product-info-main .product-info-price .price-box .old-price.emp-old-price span.price {
  font-size: 16px;
  color: #585a5a;
  text-decoration: none;
  text-decoration-color: #AFAFAF;
  position: relative;
}
.catalog-product-view .product-info-main .product-info-price .price-box .old-price.emp-old-price span.price:after {
  content: " ";
  position: absolute;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #AFAFAF;
  left: 0;
  top: 9px;
}
.catalog-product-view .product-info-main .offers-section .offer-row.emp-add-disc p {
  display: none;
}
.catalog-product-view .product-info-main .offers-section.emp-case-hidden .offer-row.emp-add-disc {
  display: none;
}
/*=========================For the product page Avaialble cities list pop-up design=========================*/
.available-city-popup-link {
  display: inline-block;
  width: auto;
  vertical-align: top;
  margin: 0 0 0 30px;
  cursor: pointer;
}
.available-city-popup-link span {
  display: inline-block;
  width: auto;
  vertical-align: top;
  padding: 0 20px;
  color: #0041C0;
  border-radius: 10px;
  line-height: 40px;
  border: none;
  font-family: "DINPRo-Medium";
  letter-spacing: 0.5px;
  text-transform: capitalize;
  text-decoration: underline;
}
.modal-popup.available-cities-list-popup .modal-inner-wrap {
  max-width: 500px;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 10px;
  text-align: center;
  top: 2%;
  max-height: 96%;
  margin: 0 auto;
}
.modal-popup.available-cities-list-popup .modal-header {
  padding: 0;
}
.modal-popup.available-cities-list-popup .action-close {
  margin: 0;
  padding: 0;
  top: 5px;
  right: 5px;
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
}
.modal-popup.available-cities-list-popup .action-close:before {
  color: #000;
  font-weight: bold;
  font-size: 11px;
  display: inline-block;
  width: 100%;
  line-height: 20px;
  vertical-align: top;
}
.modal-popup.available-cities-list-popup .modal-footer {
  display: none;
}
.modal-popup.available-cities-list-popup .modal-content {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding: 0;
}
.modal-popup.available-cities-list-popup .available-cities-list-container {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.avail-cities-list-sec {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.avail-cities-list-sec .avail-cities-title {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0 0 10px;
}
.avail-cities-list-sec .avail-cities-title span {
  display: inline-block;
  width: auto;
  vertical-align: top;
  font-size: 20px;
  letter-spacing: 0.5px;
  font-family: "DINPRo-Bold";
  color: #0041C0;
  font-weight: normal;
  line-height: 36px;
}
.avail-cities-list-sec .avail-cities-cont {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  text-align: center;
}
.avail-cities-list-sec .avail-cities-list-table {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.avail-cities-list-sec table {
  border: 1px solid #282828;
  border: none;
}
.avail-cities-list-sec table th,
.avail-cities-list-sec table td {
  padding: 5px;
  font-size: 12px;
  letter-spacing: 0.5px;
  font-family: "DINPRo-Medium";
  color: #282828;
  text-align: center;
  font-weight: normal;
  line-height: 24px;
  vertical-align: top;
}
.avail-cities-list-sec table th {
  background: #ececec;
  font-family: "DINPRo-Bold";
  text-transform: uppercase;
  font-size: 13px;
}
.avail-cities-list-sec table tr {
  border-bottom: 1px solid #919191;
}
.avail-cities-list-sec table tr:first-child {
  border: none;
}
/*=========================For the product page Avaialble coupon list design=========================*/
.available-coupons-list-section {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0 0 4px;
}
.available-coupons-list-section .pr-title {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0 0 15px;
  padding: 0 0 10px;
  border-bottom: 1px solid #cfcfcf;
}
.available-coupons-list-section .pr-btn-title {
  display: inline-block;
  width: auto;
  vertical-align: top;
  border: 1px solid #0041C0;
  box-sizing: border-box;
  line-height: 34px;
  padding: 0 20px;
  border-radius: 8px;
  font-size: 15px;
  color: #000;
  font-family: "DINPRo-Medium";
  letter-spacing: 0.5px;
}
.avail-prod-coupon-sec {
  display: inline-block;
  width: auto;
  vertical-align: top;
  position: relative;
  max-width: 100%;
  box-sizing: border-box;
  padding: 0 22px 0 0;
}
.avail-coupon-checkbox {
  float: left;
  width: auto;
  position: static;
  height: 24px;
  margin: 6px 0;
}
.avail-coupon-checkbox img {
  display: inline-block;
  width: 28px;
  position: absolute;
  vertical-align: top;
  bottom: 2px;
  right: 16px;
  transform: rotate(-13deg);
}
.avail-coupon-checkbox #coupon-apply {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  border: none;
  z-index: 1;
  cursor: pointer;
}
.avail-coupon-checkbox #coupon-apply:checked ~ .custom-checkbox:after {
  background: url("../../frontend/OM/Desktop/en_US/images/tick.svg") no-repeat scroll center / 12px;
  content: " ";
  height: 18px;
  transition: all .25s ease 0s;
  width: 20px;
  font-family: FontAwesome;
  display: inline-block;
  line-height: 20px;
  vertical-align: top;
  text-align: center;
  position: absolute;
  top: 0px;
  left: 0px;
  color: #fff;
}
.avail-coupon-checkbox #coupon-apply:checked ~ .custom-checkbox:before {
  background: #02AD13;
  border-color: #02AD13;
}
.avail-coupon-checkbox #coupon-apply:checked:hover ~ .custom-checkbox:before {
  outline: none;
  border-color: #02AD13;
}
.avail-coupon-checkbox #coupon-apply:checked ~ .hand-pic-discount {
  display: none;
}
.avail-coupon-checkbox #coupon-apply:hover ~ .custom-checkbox:before {
  border-color: #0041c0;
  outline: 2px solid #0041c0;
  transition: none;
}
.avail-coupon-checkbox .custom-checkbox {
  display: none;
  width: 20px;
  height: 20px;
  margin: 2px;
  vertical-align: top;
  position: relative;
}
.avail-coupon-checkbox .custom-checkbox:before {
  border: 1px solid #505050;
  border-radius: 0;
  content: "";
  height: 18px;
  transition: all .25s ease 0s;
  width: 18px;
  display: inline-block;
  vertical-align: top;
  border-radius: 3px;
}
.avail-prod-coupons-list {
  display: inline-block;
  width: auto;
  vertical-align: top;
}
.avail-coupon {
  float: left;
  width: 172px;
  margin: 0px 16px 16px 0;
  padding: 0 5px;
  box-sizing: border-box;
  border-radius: 10px;
  border: none;
  background: linear-gradient(180deg, #f8aa33 33%, #fe7f00 67%);
}
.avail-coupon span {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  line-height: 36px;
  text-align: center;
  font-family: "DINPRo-Medium";
  color: #000;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  font-size: 13px;
}
.avail-coupon span.coupon-price {
  width: auto;
}
.avail-coupon span.applid-text {
  display: none;
}
.avail-coupon.applied {
  background: #DAF4D8;
}
.avail-coupon.applied span {
  color: #02AD13;
}
.avail-coupon.applied span.applid-text {
  display: inline-block;
}
.avail-coupon.applied span.non-applid-text {
  display: none;
}
/*=========================For the product page Long title design changes on the place of product name=========================*/
.catalog-product-view .product-info-top-sec .product-info-main .page-title-wrapper {
  /*display: none;*/
}
.catalog-product-view .product-info-top-sec .product-info-main .full-title {
  font-weight: normal;
  letter-spacing: 0.5px;
  color: #282828;
  font-size: 18px;
  font-family: 'DINPro-Bold';
  margin: -5px 0 0px;
  line-height: 26px;
  vertical-align: top;
  display: none;
}
/*=========================For the product page a+ content video section addition=========================*/
.catalog-product-view .product-description .key-future-setion .all-keys .key-item.key-video-item {
  width: 100%;
}
.catalog-product-view .product-description .key-future-setion .all-keys .key-item .key-video {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  position: relative;
  padding-bottom: 28%;
  border-radius: 15px;
  overflow: hidden;
}
.catalog-product-view .product-description .key-future-setion .all-keys .key-item .key-video iframe {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
/*=========================For the product page specific offer pop-up=========================*/
#pro-specific-offer-sec {
  display: none;
  width: 100%;
  vertical-align: top;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  overflow: auto;
  z-index: 99;
  background: rgba(0, 0, 0, 0.71);
}
#pro-specific-offer-sec.active {
  display: inline-block;
}
#pro-specific-offer-sec.active.no-active {
  display: none !important;
}
.pro-specific-offer-popup {
  display: inline-block;
  width: 90%;
  vertical-align: top;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 600px;
  margin: 30px 0;
  background: #fff;
  border-radius: 10px;
  padding: 15px;
  box-sizing: border-box;
}
.pro-specific-offer-popup-cont {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  text-align: center;
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  border: 3px solid #0041c0;
  box-sizing: border-box;
  position: relative;
}
.pro-specific-offer-popup-close {
  float: right;
  width: auto;
  cursor: poniter;
}
.pro-specific-offer-popup-close .close {
  right: 5px;
  top: 5px;
  padding: 10px;
  background-position: -65px -8px;
}
.pro-specific-offer-desc {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.pro-specific-offer-desc h1 {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 5px 0 15px;
  font-size: 30px;
  font-family: 'DINPRo-Bold';
  color: #0041c0;
  line-height: 40px;
}
.pro-specific-offer-desc p {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 5px 0 15px;
  font-size: 18px;
  color: #000;
  font-family: 'DINPro-Medium';
  letter-spacing: 0.5px;
  line-height: 28px;
}
.pro-specific-offer-desc .coupon-code {
  display: inline-block;
  width: 360px;
  vertical-align: top;
  background: #0041c0;
  color: #fff;
  font-size: 18px;
  font-family: 'DINPRo-Bold';
  letter-spacing: 1.5px;
  max-width: 90%;
  line-height: 48px;
  border-radius: 5px;
  text-transform: uppercase;
  margin: 5px 0 15px;
}
.pro-specific-offer-desc small {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  font-family: 'DINPRo-Bold';
  letter-spacing: 0.8px;
  font-size: 11px;
  margin: 5px 0 0;
}
.pro-specific-offer-desc .pro-dimesions {
  display: flex;
  width: 100%;
  margin: 0 0 10px;
  align-items: center;
  justify-content: center;
}
.pro-specific-offer-desc .pro-dime-col {
  display: inline-block;
  width: auto;
  vertical-align: top;
  padding: 0 2%;
  box-sizing: border-box;
  max-width: 33%;
}
.pro-specific-offer-desc .pro-dime-col span {
  display: inline-block;
  width: auto;
  vertical-align: top;
  font-size: 14px;
  line-height: 28px;
  color: #585a5a;
  font-family: 'DINPRo-Medium';
  position: relative;
  letter-spacing: 0.5px;
}
.pro-specific-offer-desc .pro-dime-col span.pro-dime-label:after {
  content: ":";
  display: inline-block;
  width: auto;
  vertical-align: top;
  margin: 0 5px;
  line-height: 24px;
}
.pro-specific-offer-desc .pro-dime-col span.pro-dime-value {
  color: #0041c0;
  font-size: 16px;
  font-family: 'DINPRo-Bold';
}
.pro-specific-offer-desc .pro-final-dimesion {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  font-family: 'DINPRo-Bold';
  color: #0041c0;
  line-height: 30px;
}
.pro-specific-offer-desc .pro-specific-offer-buttons {
  align-items: center;
  justify-content: center;
  gap: 20px;
  display: flex;
}
.pro-specific-offer-desc .pro-specific-offer-btn-primary {
  display: inline-block;
  width: 130px;
  vertical-align: top;
  line-height: 40px;
  box-shadow: 10pt 10pt 30pt rgba(0, 0, 0, 0.14);
  border: 1px solid #0041c0;
  box-sizing: border-box;
  border-radius: 10px;
  color: #0041c0;
  font-family: 'DINPRo-Medium';
  letter-spacing: 0.5px;
  font-size: 16px;
  cursor: pointer;
}
.pro-specific-offer-desc .pro-specific-offer-btn-secondry {
  display: inline-block;
  width: 130px;
  vertical-align: top;
  line-height: 40px;
  box-shadow: 10pt 10pt 30pt rgba(0, 0, 0, 0.14);
  border: 1px solid #0041c0;
  box-sizing: border-box;
  border-radius: 10px;
  color: #ffffff;
  font-family: 'DINPRo-Medium';
  letter-spacing: 0.5px;
  font-size: 16px;
  background: #0041c0;
  cursor: pointer;
}
/*=========================For the product page key feature learn more pop-up=========================*/
.key-feature-popup-link {
  display: inline-block;
  width: auto;
  vertical-align: top;
  font-family: 'DINPRo-Medium';
  letter-spacing: 0.5px;
  color: #0041C0;
  text-decoration: underline;
  margin: 0 5px;
  cursor: pointer;
}
.key-feature-popup-cont {
  display: none;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  background: rgba(0, 0, 0, 0.71);
  z-index: 4;
}
.key-feature-popup-cont.active {
  display: inline-block;
}
.key-feature-popup-container {
  display: inline-block;
  width: 90%;
  max-width: 600px;
  box-sizing: border-box;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 30px;
  background: #fff;
  border-radius: 20px;
}
.key-feature-popup-close {
  float: right;
  width: auto;
  cursor: poniter;
}
.key-feature-popup-close .close {
  right: 7px;
  top: 7px;
  padding: 10px;
  background-position: -65px -8px;
}
.key-feature-popup-desc {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.key-feature-popup-desc p {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  letter-spacing: 0.5px;
  margin: 7px 0;
}
/*=========================For the product page Delivery tat message section=========================*/
.catalog-product-view .product-info-main .delivery-tat-message-sec {
  float: left;
  width: 100%;
}
.catalog-product-view .product-info-main .delivery-tat-message-sec .del-tat-msg {
  display: inline-block;
  width: auto;
  vertical-align: top;
  border: 2px dashed red;
  margin: 0 0 5px;
  padding: 10px;
  border-radius: 5px;
  font-size: 14px;
  color: #282828;
  font-family: 'DINPRo-Regular';
  letter-spacing: 0.5px;
  font-weight: normal;
  line-height: 24px;
}
.catalog-product-view .product-info-main .delivery-tat-message-sec .del-tat-msg strong {
  font-weight: normal;
  color: #000;
  font-family: 'DINPRo-Bold';
}
.catalog-product-view .product-info-main .delivery-tat-message-sec .del-time {
  color: green;
  font-family: 'DINPRo-Bold';
}
/*=========================For the product page CPP Program pop-up section=========================*/
.catalog-product-view .product-info-main .emp-custom-offer-pop-up {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.catalog-product-view .product-info-main .emp-custom-offer-pop-up a.emp-cpp-popup-link {
  background: linear-gradient(180deg, #f8aa33 33%, #fe7f00 67%);
  color: #000000 !important;
  padding: 0 5px;
  line-height: 36px !important;
  height: auto;
  display: inline-block;
  width: 220px;
  vertical-align: top;
  text-decoration: none !important;
  border-radius: 10px;
  font-size: 13px !important;
  letter-spacing: 0.5px;
  margin: 10px 0 !important;
  font-family: "DINPRo-MEdium";
  position: relative;
  text-transform: uppercase;
  box-sizing: border-box;
  text-align: center;
}
.catalog-product-view .product-info-main .emp-custom-offer-pop-up a.emp-cpp-popup-link img {
  display: inline-block;
  width: 28px;
  vertical-align: top;
  position: absolute;
  right: -21px;
  bottom: -14px;
  transform: rotate(-13deg);
}
/*=========================For the product page installation guide section=========================*/
.pro-installation-guide {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  text-align: left;
  margin: 0px 0 10px;
}
.pro-installation-guide a {
  background: #1b7ced;
  color: #fff;
  display: inline-block;
  width: 172px;
  vertical-align: top;
  padding: 0;
  line-height: 36px;
  font-size: 14px;
  font-weight: normal;
  font-family: 'DINPRo-Medium';
  letter-spacing: 0.5px;
  border-radius: 8px;
  text-decoration: none;
  text-align: center;
}
.catalog-product-view .product-info-main .offers-section .offer-row.install-guide h4 {
  display: inline-block;
  width: auto;
  vertical-align: top;
  line-height: 30px;
}
.catalog-product-view .product-info-main .offers-section .offer-row.install-guide .pro-installation-guide {
  margin: -4px 0 -3px 10px;
  width: auto;
}
.catalog-product-view .product-info-main .offers-section .offer-row.install-guide .pro-installation-guide a {
  color: #fff;
  line-height: 36px;
  text-decoration: none;
}
.catalog-product-view .product-info-main .offers-section .offer-row.install-guide p {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
/*=========================For the product page installation guide section=========================*/
.custom-prod-info-popups {
  top: 0;
  background: rgba(0, 0, 0, 0.71);
  border-radius: 0;
  bottom: initial;
  height: 100%;
  box-shadow: none;
  z-index: 6;
  display: none;
  position: fixed;
  left: 0;
  width: 100%;
}
.custom-prod-info-popups.active {
  display: block;
}
.custom-prod-info-popups .custom-prod-popup-content {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.custom-prod-info-popups .custom-prod-popup-sec {
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  background: #fff;
  box-sizing: border-box;
  border-radius: 8px;
  padding: 20px;
  max-width: 800px;
}
.custom-prod-info-popups .custom-prod-popup-close {
  float: right;
  width: auto;
  cursor: pointer;
  display: block;
  position: absolute;
  top: 2px;
  right: 2px;
  padding: 0;
  z-index: 2;
}
.custom-prod-info-popups .custom-prod-popup-close span {
  display: inline-block;
  vertical-align: top;
  width: 28px;
  height: 28px;
  font-size: 0;
}
.custom-prod-info-popups .custom-prod-popup-close span:after {
  content: '\e616';
  font-family: 'luma-icons';
  display: inline-block;
  width: 28px;
  height: 28px;
  vertical-align: top;
  font-weight: bold;
  text-align: center;
  color: #9d9d9d;
  font-size: 17px;
  line-height: 28px;
}
.custom-prod-info-popups .custom-prod-popup-container {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.custom-prod-info-popups .custom-prod-popup-title {
  float: left;
  width: 100%;
  text-align: center;
}
.custom-prod-info-popups .custom-prod-popup-title span {
  display: inline-block;
  width: auto;
  vertical-align: top;
  font-weight: normal;
  letter-spacing: 0.5px;
  font-family: 'RedHatDisplay-Bold';
  font-size: 28px;
  line-height: 36px;
  color: #000;
  margin: 0;
}
.custom-prod-info-popups .prod-popup-info-sec {
  float: left;
  width: 100%;
}
.custom-prod-info-popups .room-size-pic {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 5px 0 0;
}
.custom-prod-info-popups .room-size-pic img {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  border-radius: 10px;
}
.custom-prod-info-popups .odu-stand-pic {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 15px 0 0;
  text-align: center;
}
.custom-prod-info-popups .odu-stand-pic img {
  display: inline-block;
  width: auto;
  vertical-align: top;
  border-radius: 10px;
  max-height: 70vh;
}
.custom-prod-info-popups .pro-install-guide-pdf {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 15px 0 0;
}
.custom-prod-info-popups .pro-install-guide-pdf iframe {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  height: 70vh;
  box-sizing: border-box;
  border: 2px solid #000;
  border-radius: 10px;
}
.check-room-size-section {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0 0 10px 0;
}
.check-room-size-section .room-size-sec {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.check-room-size-section .room-size-sec .room-size-sec-title {
  display: inline-block;
  width: auto;
  vertical-align: top;
  font-size: 18px;
  line-height: 36px;
  font-weight: normal;
  font-family: 'DINPRo-Medium';
  color: #000;
  letter-spacing: 0.5px;
  margin: 0 15px 0 0;
}
.check-room-size-section .room-size-sec .room-size-btn {
  display: inline-block;
  width: auto;
  vertical-align: top;
  line-height: 28px;
  padding: 0;
  border-radius: 8px;
  letter-spacing: 0.5px;
  font-weight: normal;
  font-family: 'DINPRo-Medium';
  cursor: pointer;
  font-size: 20px;
  color: #1b7ced;
  text-decoration: underline;
}
.odu-stand-section {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.odu-stand-section .odu-stand-sec {
  display: inline-block;
  width: auto;
  vertical-align: top;
}
.odu-stand-section .odu-stand-btn {
  background: linear-gradient(180deg, #f8aa33 33%, #fe7f00 67%);
  color: #000000 !important;
  padding: 0 5px;
  line-height: 36px !important;
  height: auto;
  display: inline-block;
  width: 220px;
  vertical-align: top;
  text-decoration: none !important;
  border-radius: 10px;
  font-size: 13px !important;
  letter-spacing: 0.5px;
  margin: 10px 0 !important;
  font-family: "DINPRo-MEdium";
  position: relative;
  text-transform: uppercase;
  box-sizing: border-box;
  text-align: center;
  cursor: pointer;
}
.odu-stand-section .odu-stand-btn img {
  display: inline-block;
  width: 28px;
  vertical-align: top;
  position: absolute;
  right: -21px;
  bottom: -14px;
  transform: rotate(-13deg);
}
.odu-stand-section .custom-tooltips {
  margin: 16px 0 0 14px;
}
#odu-stand-popup .custom-prod-popup-sec {
  max-width: 500px;
}
#odu-stand-popup .custom-prod-popup-title span {
  letter-spacing: 0.2px;
  font-size: 24px;
}
#room-size-content-popup .custom-prod-popup-sec {
  padding: 5px;
}
.catalog-product-view .product-description #manufacture_section .manuf-row .manuf {
  border: none;
}
/*=========================For the Catgeory page CPP Program sticky button section=========================*/
.cpp-category-sticky-btn {
  display: inline-block;
  width: 160px;
  vertical-align: top;
  position: fixed;
  right: -58px;
  top: initial;
  bottom: 110px;
  transform: rotate(-90deg);
  z-index: 2;
}
.cpp-category-sticky-btn .cpp-sticky-btn {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  background: linear-gradient(180deg, #f8aa33 33%, #fe7f00 67%);
  color: #000;
  padding: 0;
  line-height: 48px;
  font-size: 13px;
  letter-spacing: 0.5px;
  font-family: 'DINPRo-Medium';
  text-align: center;
  border-radius: 10px 10px 0 0;
  cursor: pointer;
}
/*=========================For the product page bank offer pop-up offer text=========================*/
.catalog-product-view .emi-banks .bankoffertext {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 10px 0;
  font-size: 10px;
  text-align: left;
  font-family: 'DINPRo-Regular';
  letter-spacing: 0px;
  line-height: 15px;
}
.catalog-product-view .emi-banks .bankoffertext b {
  font-weight: normal;
  font-family: 'DINPRo-Medium';
}
/*======================Custom Css from admin for catgeory and product page fixing======================*/
#notify-popup {
  font-family: "DINPRo-Medium";
}
body.catalog-product-view .offer-popup .popup-box .main-content .popup-content .card-details .card-title-container #card1 {
  border: none;
}
body.catalog-product-view .offer-popup .popup-box .main-content .popup-content .card-details .card-title-container #card2 {
  display: none;
}
body.catalog-product-view .product-description.Conditioners .key-future-setion .all-keys .key-item .key-video {
  padding-bottom: 40%;
}
#layered-filter-block .filter-options-item.Ref.Dimension.Size,
#layered-filter-block .filter-options-item.Refrigerator.Type,
#layered-filter-block .filter-options-item.Ref.Type,
#layered-filter-block .filter-options-item.Wachine.Machine.Type {
  display: none;
}
/*======================Custom Css from category page product grids for the banner fixes======================*/
.page-products .products-grid .product-items {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  width: 100%;
  margin: 0 0 12px !important;
}
.page-products .products-grid .product-items .product-item {
  margin: 0;
}
.page-products .products-grid .product-items .product-item.cat-banners {
  width: 100%;
}
/*=========================For the product page compaitablity box section & Find My Model Pop-up=========================*/
.product-compatibility-section {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.product-compatibility-section .compatible_desc {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  text-align: left;
  font-family: 'DINPRo-Medium';
  font-size: 16px;
  color: #000;
  letter-spacing: 0.5px;
  margin: 0 0 15px;
  line-height: 30px;
}
.product-compatibility-section #compatible_count {
  display: inline-block;
  width: auto;
  vertical-align: top;
}
.product-compatibility-section #find-models {
  float: right;
  width: auto;
  color: #0041C0;
  text-decoration: underline;
  cursor: pointer;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.5px;
}
#compatibility-form {
  display: inline-block;
  width: 90%;
  vertical-align: top;
  margin: 10px 0;
}
#compatibility-form span.select2 {
  display: inline-block;
  width: 60% !important;
  text-align: left;
  padding: 0 20px;
  border: 1px solid #c2c2c2;
  box-sizing: border-box;
  background: #fff;
  height: 40px;
  border-radius: 8px;
}
#compatibility-form span.select2 span {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  border: none;
  box-shadow: none;
  height: 38px;
  font-size: 16px;
  letter-spacing: 0.5px;
  line-height: 38px;
  color: #000;
}
#compatibility-form span.select2 span#select2-compatibleSelect-container {
  padding: 0;
  width: calc((100% - 60px));
}
#compatibility-form span.select2 span.select2-selection__arrow {
  width: 60px;
}
#compatibility-form span.select2 span.select2-selection__arrow b {
  border-color: #000 transparent transparent transparent;
  border-width: 7px 6px 0 6px;
  margin-top: -4px;
}
#compatibility-form #searchBtn {
  display: inline-block;
  width: 30%;
  max-width: 250px;
  padding: 0;
  vertical-align: top;
  border: none;
  line-height: 40px;
  background: #0041C0;
  color: #fff;
  text-transform: capitalize;
  border-radius: 8px;
  letter-spacing: 1px;
  font-weight: normal;
  font-family: 'DINPRo-Medium';
  margin: 0 14px;
}
#resultBox {
  float: left;
  width: 100%;
}
#resultBox.hidden {
  display: none;
}
#resultBox #resultMsg {
  float: left;
  width: auto;
  font-size: 16px;
  line-height: 40px;
  color: #000;
  letter-spacing: 0.5px;
  font-family: 'DINPRo-Medium';
}
#resultBox #reSearchBtn {
  display: inline-block;
  width: auto;
  padding: 0 20px;
  vertical-align: top;
  border: none;
  line-height: 40px;
  background: #0041C0;
  color: #fff;
  text-transform: capitalize;
  border-radius: 8px;
  letter-spacing: 1px;
  font-weight: normal;
  font-family: 'DINPRo-Medium';
  margin: 0 14px;
}
#find-my-modal-popup {
  display: none;
  width: 100%;
  vertical-align: top;
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  left: 0;
  top: 0;
  height: 100%;
  z-index: 6;
}
#find-my-modal-popup.active {
  display: inline-block;
}
.find-modal-container {
  display: inline-block;
  width: 90%;
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translate(-50%);
  max-width: 600px;
  margin: 0 auto;
  padding: 20px;
  background: #fff;
  border-radius: 15px;
  box-sizing: border-box;
  position: relative;
}
.find-modal-container .find-modal-content {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  max-height: calc((100vh - 100px));
  overflow: scroll;
  scrollbar-width: none;
}
.find-modal-container .find-modal-title {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  text-align: center;
  margin: 0 0 10px;
  line-height: 36px;
  font-size: 20px;
  letter-spacing: 0.5px;
  font-family: 'DINPRo-Bold';
  color: #000;
}
.find-modal-container .find-modal-title .find-modal-close {
  float: right;
  width: auto;
}
.find-modal-container .find-modal-title .find-modal-close .close {
  top: 4px;
  right: 4px;
}
.find-modal-container .find-modal-form-sec {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.find-modal-container .find-modal-form {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.find-modal-container .field {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0 0 20px;
}
.find-modal-container .field .control {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.find-modal-container .field select {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  border: 1px solid #919191;
  border-radius: 6px;
  height: 40px;
  line-height: 40px;
  box-sizing: border-box;
  padding: 0 40px 0 10px;
  font-size: 13px;
  letter-spacing: 0.5px;
  color: #000;
  box-shadow: none;
}
.find-modal-container .find-modal-form-result {
  float: left;
  width: 100%;
  text-align: center;
}
.find-modal-container .model-info {
  float: left;
  width: 100%;
}
.find-modal-container .modal-info-cont {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.find-modal-container .modal-info-pic {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.find-modal-container .modal-info-pic img {
  display: inline-block;
  width: auto;
  vertical-align: top;
}
.find-modal-container .modal-info-detail {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 20px 0 0;
}
.find-modal-container .modal-info-detail span {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  font-size: 13px;
  letter-spacing: 0.5px;
  color: #000;
  line-height: 28px;
  font-family: 'DINPRo-Medium';
}
.compatiable-disclaimer {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 10px 0 5px;
}
.compatiable-disclaimer span {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  font-size: 11px;
  line-height: 18px;
  letter-spacing: 0.5px;
  color: #000;
}
/*=========================For the product page top review link and count=========================*/
.product-info-main .product-add-form {
  float: left;
  width: 100%;
}
.product-info-main .product-social-links {
  float: left;
  width: 100%;
  margin: 0;
}
.product-info-main .product-social-links .product-addto-links {
  float: left;
  width: auto;
  margin: 0;
}
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: 12px;
    word-break: normal;
  }
  #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 .product-item-actions .action.towishlist {
    top: 5px;
    right: 5px;
    width: 24px;
    height: 24px;
    line-height: 24px;
  }
  .product-item-details .product-item-actions .action.towishlist:before {
    background-size: 18px;
    width: 24px;
    height: 24px;
  }
  .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: 35px;
    top: 0;
  }
  .product-item-details .companyname.-extended-warranty img,
  .product-item-details .companyname.extended-warranty img {
    height: 36px;
  }
  .product-item-details .companyname.-exchange-availables,
  .product-item-details .companyname.exchange-availables,
  .product-item-details .companyname.-exchange-availables-1,
  .product-item-details .companyname.exchange-availables-1 {
    top: 6px;
    right: 35px;
    left: auto;
  }
  .product-item-details .companyname.-exchange-availables img,
  .product-item-details .companyname.exchange-availables img,
  .product-item-details .companyname.-exchange-availables-1 img,
  .product-item-details .companyname.exchange-availables-1 img {
    height: 38px;
  }
  .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: 55px;
  }
  .product-item-details .companyname.-extended-warranty img,
  .product-item-details .companyname.extended-warranty img {
    height: 38px;
  }
  .product-item-details .companyname.-exchange-availables,
  .product-item-details .companyname.exchange-availables,
  .product-item-details .companyname.-exchange-availables-1,
  .product-item-details .companyname.exchange-availables-1 {
    top: 8px;
    right: 55px;
    left: auto;
  }
  .product-item-details .companyname.-exchange-availables img,
  .product-item-details .companyname.exchange-availables img,
  .product-item-details .companyname.-exchange-availables-1 img,
  .product-item-details .companyname.exchange-availables-1 img {
    height: 40px;
  }
  .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;*/
  }
}
@media only screen and (min-width: 1199px) and (max-width: 1250px) {
  /*======================Custom Css for product page======================*/
  .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;
  }
  .catalog-product-view .sticky-container .sticky-cont .sty-btn-sec .buy-now-btn {
    margin: 3px 0 0;
  }
}
.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,
.cart-summary .block .actions-toolbar > .primary .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
.cart-summary .block .actions-toolbar > .primary .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .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,
.cart-summary .checkout-methods-items .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary.checkout,
.cart-summary .checkout-methods-items .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .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: 65px;
  padding: 0;
  position: absolute;
  top: 15px;
  width: 100%;
}
.cart.table-wrapper .product-item-name {
  font-size: 1.8rem;
  display: block;
  margin: -3px 0 5px;
}
.cart.table-wrapper .gift-registry-name-label:after {
  content: ':';
}
.cart.table-wrapper .item-options {
  margin-bottom: 0;
}
.cart.table-wrapper .product-item-name + .item-options {
  margin-top: 20px;
}
.cart.table-wrapper .action.configure {
  display: inline-block;
  margin: 10px 0 0;
}
.cart.table-wrapper .item .message {
  margin-top: 20px;
}
.cart-products-toolbar .toolbar-amount {
  left: inherit;
  margin: 25px 0 15px;
  padding: 0;
  position: relative;
  text-align: center;
  top: inherit;
}
.cart-products-toolbar-top {
  border-bottom: 1px solid #cccccc;
}
.cart-discount {
  border-bottom: 1px solid #cccccc;
  clear: left;
}
.cart-empty {
  padding-left: 15px;
  padding-right: 15px;
}
.cart-tax-info + .cart-tax-total,
.cart .cart-tax-info + .cart-tax-total {
  display: block;
}
.cart.table-wrapper .col.price,
.order-items.table-wrapper .col.price,
.cart.table-wrapper .col.qty,
.order-items.table-wrapper .col.qty,
.cart.table-wrapper .col.subtotal,
.order-items.table-wrapper .col.subtotal,
.cart.table-wrapper .col.msrp,
.order-items.table-wrapper .col.msrp {
  text-align: right;
}
/*======================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;
}
#shopping-cart-table .cart.item .deluervy-single-item {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
#shopping-cart-table .cart.item .deluervy-single-item .del-tat-msg {
  display: inline-block;
  width: auto;
  vertical-align: top;
  border: 2px dashed red;
  margin: 15px 0 0;
  padding: 10px;
  border-radius: 5px;
  font-size: 14px;
  color: #282828;
  font-family: 'DINPRo-Regular';
  letter-spacing: 0.5px;
  font-weight: normal;
  line-height: 24px;
}
#shopping-cart-table .cart.item .deluervy-single-item .del-tat-msg strong {
  font-weight: normal;
  color: #000;
  font-family: 'DINPRo-Bold';
}
#shopping-cart-table .cart.item .deluervy-single-item .del-time {
  color: green;
  font-family: 'DINPRo-Bold';
  display: inline-block;
}
#shopping-cart-table .cart.item .delivery-notice {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  background: #f6f6f6;
  padding: 5px 8px;
  box-sizing: border-box;
  border-radius: 5px;
  font-size: 12px;
  letter-spacing: 0.5px;
  color: #000;
  line-height: 18px;
  margin: 10px 0 0;
}
#shopping-cart-table .cart.item .delivery-notice strong {
  display: inline-block;
  width: auto;
  vertical-align: top;
  font-weight: 400;
  font-family: 'DINPRo-Medium';
}
#shopping-cart-table .cart.item .delivery-notice strong:after {
  content: ":";
  display: inline-block;
  width: auto;
  vertical-align: top;
  margin: 0 5px;
  line-height: 17px;
}
/*======================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 .field.terms input#terms {
  float: left;
  width: 20px;
  border: none;
  height: 30px;
  line-height: 30px;
  margin-top: 0;
  top: 0;
}
#notifyform .field.terms label {
  display: inline-block;
  width: auto;
  vertical-align: top;
  line-height: 30px;
  font-size: 13px;
  font-family: "DINPro-Regular";
  letter-spacing: 0.5px;
  color: #000;
}
#notifyform .field.terms label a {
  display: inline-block;
  width: auto;
  vertical-align: top;
  text-decoration: underline;
  color: #0041c0;
  font-family: "DINPRo-Medium";
}
#notifyform .field.otp-field {
  margin: 0;
  float: left;
}
#notifyform .field.otp-field input {
  margin: 20px 0 10px;
}
#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: 150px;
  float: none;
  margin: 0;
  padding: 0;
  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;
}
#notifyform .actions-toolbar.notify-otp-submit {
  float: left;
  margin: 0;
}
#notifyform #resend-notify-otp-timer {
  float: left;
  width: 100%;
  margin: 5px 0;
  color: red;
  text-align: center;
  letter-spacing: 0.5px;
}
#notifyform #notify-verify-otp-error {
  float: left;
  width: 100%;
  margin: 5px 0;
  color: red;
  letter-spacing: 0.5px;
}
#notifyform #notify-verify-form-button {
  display: inline-block;
  width: 150px;
  vertical-align: top;
  margin: 10px auto 0;
  padding: 0px;
  border: none;
  box-sizing: border-box;
  background: #0041c0;
  color: #fff;
  line-height: 40px;
  letter-spacing: 1px;
  font-weight: normal;
  font-size: 14px;
  border-radius: 6px;
  font-family: "DINPro-Regular";
  text-transform: capitalize;
}
/*======================Custom Css for exchange offer section on cart page======================*/
#shopping-cart-table .exchange-option {
  border: none;
  padding: 10px 0;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  position: relative;
  align-items: center;
}
#shopping-cart-table .exchange-option .exchange-icon {
  width: 165px;
  box-sizing: border-box;
  text-align: center;
  padding: 10px 8px;
}
#shopping-cart-table .exchange-option .exchange-pic {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
#shopping-cart-table .exchange-option img {
  display: inline-block;
  width: auto;
  vertical-align: top;
  width: 90px;
}
#shopping-cart-table .exchange-option .exchange-info {
  width: calc((100% - 165px));
  box-sizing: border-box;
  padding: 10px 8px;
}
#shopping-cart-table .exchange-option .exchange-offer-col {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  position: relative;
  padding: 0 0 0 12px;
}
#shopping-cart-table .exchange-option .exchange-title {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0;
  line-height: 24px;
  color: #000;
  font-family: 'DINPro-Bold';
  font-size: 16px;
}
#shopping-cart-table .exchange-option .exchange-desc {
  display: inline-block;
  width: calc((100% - 200px));
  vertical-align: top;
  margin: 0;
  color: #282828;
  letter-spacing: 0.5px;
}
#shopping-cart-table .exchange-option .exchange-price {
  display: inline-block;
  width: auto;
  vertical-align: top;
  color: #0041C0;
  font-family: "DINPro-Bold";
}
#shopping-cart-table .exchange-option .exchange-partner {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0;
  color: #000;
  font-family: "DINPro-Medium";
  font-size: 13px;
}
#shopping-cart-table .exchange-option .actions-toolbar {
  position: absolute;
  right: 0;
  top: 0;
}
#shopping-cart-table .exchange-option .actions-toolbar .action-delete {
  display: inline-block;
  width: 20px;
  vertical-align: top;
  height: 20px;
  line-height: 20px;
}
#shopping-cart-table .exchange-option .actions-toolbar .action-delete:before {
  color: #000000;
  font-size: 15px;
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  vertical-align: top;
}
#shopping-cart-table .exchange-option .actions-toolbar .action-delete.hidden {
  display: none;
}
#shopping-cart-table .exchange-option .actions-toolbar .action-add {
  display: inline-block;
  width: 190px;
  vertical-align: top;
  background: #1b7ced;
  color: #ffffff;
  font-weight: normal;
  font-family: "DINPro-Medium";
  letter-spacing: 0.8px;
  padding: 0;
  line-height: 40px;
  font-size: 14px;
  border-radius: 5px;
  box-sizing: border-box;
  border: none;
  text-decoration: none;
  text-align: center;
  margin: 0;
}
#shopping-cart-table .exchange-option .actions-toolbar .action-add em {
  display: inline-block;
  width: auto;
  vertical-align: top;
  line-height: 34px;
  font-size: 10px;
  margin: 4px 2px 0 0;
}
#shopping-cart-table .exchange-option .actions-toolbar .action-add.hidden {
  display: none;
}
.checkout-cart-index .cart-container .add-more-product {
  float: right;
  text-align: right;
  border-top: 1px solid #D5D5D5;
  padding: 20px 0 0;
  margin: 10px 25px 0;
  max-width: calc((100% - 50px));
}
.checkout-cart-index .cart-container .add-more-product a.more-prod {
  min-width: 190px;
  box-sizing: border-box;
  text-align: center;
  background: #1b7ced !important;
  color: #ffffff !important;
  text-decoration: none;
}
.checkout-cart-index .cart-container .add-more-product .emp-custom-cart-popup {
  display: inline-block;
  width: auto;
  vertical-align: top;
  margin: 0 20px 0 0;
}
.checkout-cart-index .cart-container .add-more-product .emp-custom-cart-popup a {
  display: inline-block;
  width: 190px;
  vertical-align: top;
  color: #ffffff;
  font-size: 13px;
  cursor: pointer;
  text-decoration: none;
  border: none;
  padding: 0;
  border-radius: 6px;
  line-height: 40px;
  letter-spacing: 0.8px;
  font-family: "DINPro-Medium";
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
  background: #1b7ced;
  text-align: center;
  box-sizing: border-box;
}
.checkout-cart-index .cart-container .product-pack-of {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.checkout-cart-index .cart-container .product-pack-of .pro-pack-of {
  display: inline-block;
  width: auto;
  vertical-align: top;
  font-size: 12px;
  color: #0041C0;
  font-family: "DINPRo-Bold";
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.checkout-cart-index .cart-container .min-qty-error {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  font-size: 11px;
  letter-spacing: 0.5px;
  color: red;
  line-height: 18px;
}
/*======================Custom Css for extended warranty pop-up on cart page======================*/
.checkout-cart-index .warranty-modal .modal-inner-wrap .warranty-container {
  position: relative;
}
.checkout-cart-index .warranty-modal .modal-inner-wrap .warranty-container .cart.table-wrapper {
  display: inline-block;
  width: auto;
  vertical-align: top;
}
.checkout-cart-index .warranty-modal .modal-inner-wrap .warranty-container .actions-toolbar {
  position: static;
  padding: 0;
}
.checkout-cart-index .warranty-modal .modal-inner-wrap .warranty-container .delete-warranty-item {
  display: inline-block;
  width: 20px;
  line-height: 20px;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
.checkout-cart-index .warranty-modal .modal-inner-wrap .warranty-container .delete-warranty-item:before {
  vertical-align: top;
  line-height: 20px;
  width: 20px;
  color: #000;
}
.checkout-cart-index .warranty-modal .modal-inner-wrap .warranty-container.disabled {
  opacity: 0.6;
  cursor: default;
  pointer-events: none;
}
.checkout-cart-index .warranty-modal .modal-inner-wrap .warranty-container .amc-mrp-incl {
  float: right;
  width: auto;
  margin: 10px 0 0;
  font-size: 11px;
  line-height: 18px;
  letter-spacing: 0.5px;
  color: #282828;
  font-family: "DINPRo-Medium";
}
/*======================Custom Css for Multiple coupon funtionality on cart page======================*/
.checkout-cart-index .page-wrapper .cart-container .cart-title {
  padding: 0 15px;
}
.checkout-cart-index #block-discount {
  position: relative;
  margin-bottom: 5px !important;
  min-height: 42px;
}
.checkout-cart-index #block-discount .title {
  display: none;
}
.checkout-cart-index #block-discount .content {
  display: inline-block !important;
  width: 100%;
  vertical-align: top;
}
.checkout-cart-index #block-discount .coupon-list-link {
  display: inline-block;
  width: 200px;
  vertical-align: top;
  margin: 0 0 0 15px;
}
.checkout-cart-index #block-discount .coupon-list-link a {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding: 0;
  line-height: 42px;
  border: none;
  background: linear-gradient(180deg, #f8aa33 33%, #fe7f00 67%);
  color: #000;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  border-radius: 10px;
  font-family: 'DINPRo-Medium';
  font-size: 14px;
  text-align: center;
  box-sizing: border-box;
  text-decoration: none;
}
.checkout-cart-index #discount-coupon-form {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.checkout-cart-index #discount-coupon-form .fieldset {
  margin: 0 0 12px;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.checkout-cart-index #discount-coupon-form .amcoupons-full-container {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.checkout-cart-index #discount-coupon-form .amcoupons-form-container {
  float: left;
  width: 100%;
  max-width: 300px;
  border: 1px solid #9f9f9f;
  padding: 3px;
  box-sizing: border-box;
  border-radius: 12px;
}
.checkout-cart-index #discount-coupon-form .field {
  float: left;
  width: calc((100% - 75px));
  position: relative;
}
.checkout-cart-index #discount-coupon-form .field input {
  float: left;
  width: 100%;
  padding: 0 10px;
  border: none;
  color: #282828;
  opacity: 0.5;
  line-height: 36px;
  height: 36px;
  font-size: 14px;
  letter-spacing: 0.5px;
  box-shadow: none;
}
.checkout-cart-index #discount-coupon-form .field div.mage-error {
  display: inline-block;
  width: auto;
  vertical-align: top;
  line-height: 16px;
  margin: 0;
  font-size: 11px;
  letter-spacing: 0.5px;
  position: absolute;
  bottom: -19px;
  left: 12px;
}
.checkout-cart-index #discount-coupon-form .actions-toolbar {
  float: right;
  width: 70px;
}
.checkout-cart-index #discount-coupon-form .actions-toolbar button {
  width: 100%;
  padding: 0;
  line-height: 36px;
  height: 36px;
  border: none;
  background: #0041c0;
  border-radius: 12px;
  font-weight: normal;
  letter-spacing: 0.5px;
  font-size: 13px;
  text-transform: capitalize;
  font-family: 'DINPro-Medium';
}
.checkout-cart-index .amcoupons-applied-coupon-list {
  float: right;
  width: 100%;
}
.checkout-cart-index .amcoupons-applied-coupon-list .amcoupons-applied-coupon {
  display: inline-block;
  width: auto;
  vertical-align: top;
  background: #DAF4D8;
  padding: 0 12px;
  line-height: 32px;
  border-radius: 10px;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 13px;
  font-family: "DINPRo-Medium";
  margin: 12px 10px 10px 0;
  color: #02AD13;
}
.checkout-cart-index .amcoupons-applied-coupon-list .amcoupons-applied-coupon a {
  display: inline-block;
  width: auto;
  vertical-align: top;
  line-height: 32px;
  margin: 0 0 0 10px;
}
.checkout-cart-index .amcoupons-applied-coupon-list .amcoupons-applied-coupon a:before {
  color: #fff;
  font-weight: 700;
  font-size: 10px;
  padding: 0;
  background: #02AD13;
  border-radius: 50%;
  width: 20px;
  line-height: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: top;
  margin: 6px 0 0;
}
.checkout-cart-index .amcoupons-applied-coupon-list .amcoupons-applied-coupon .amcoupons-message {
  display: none;
}
#shopping-cart-table .available-coupons-list-section {
  margin: 10px 0 5px;
  border-top: 1px solid #D5D5D5;
  border-bottom: 1px solid #D5D5D5;
  padding: 10px 0;
}
#shopping-cart-table .available-coupons-list-section .pr-title {
  border: none;
  padding: 0;
}
#shopping-cart-table .available-coupons-list-section .pr-title .pr-btn-title {
  line-height: 24px;
  font-size: 13px;
  text-transform: capitalize;
  color: #02AD13;
  border-radius: 0px;
  border: none;
  padding: 0;
}
#shopping-cart-table .avail-prod-coupons-list {
  width: 100%;
}
#shopping-cart-table .avail-coupon {
  margin: 0 10px 10px 0;
  width: 100px;
  padding: 0;
}
#shopping-cart-table .field.qty {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
#shopping-cart-table .field.qty .control.qty {
  vertical-align: top;
  margin: 10px 0 2px;
}
#shopping-cart-table .field.qty .min-qty-error {
  float: left;
  width: auto;
}
#shopping-cart-table-top {
  display: none;
}
#shopping-cart-table-top .available-coupons-list-section {
  margin: 5px 0;
}
#shopping-cart-table-top .available-coupons-list-section .pr-title {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  line-height: 24px;
  margin: 0 0 10px;
  font-size: 13px;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  font-weight: normal;
  font-family: "DINPro-Medium";
  color: #02AD13;
  border-radius: 7px;
}
#shopping-cart-table-top .avail-coupon button {
  margin: 0;
  float: left;
  width: auto;
  padding: 0;
  background: none;
  border: none;
  color: #0041c0;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 11px;
  text-decoration: underline;
  line-height: 40px;
  opacity: 1;
  font-family: "DINPRo-Bold";
  font-weight: normal;
}
#shopping-cart-table-top .avail-coupon button[disabled="disabled"] {
  display: none;
}
#shopping-cart-table-top .avail-coupon.coupon_active {
  background: #9ae79a;
  border-color: #9ae79a;
}
#shopping-cart-table-top .avail-coupon.coupon_active .coup-code {
  opacity: 0.8;
}
/*======================Custom Css for extended warranty bar in cart table on cart page======================*/
#shopping-cart-table tr.other-option {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding: 20px 0;
  border-top: 1px solid #D5D5D5;
}
#shopping-cart-table tr.other-option td {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  text-align: right;
  padding: 0px;
  margin: 0px;
}
#shopping-cart-table tr.other-option .add-warranty-btn {
  float: right;
  width: auto;
}
#shopping-cart-table tr.other-option .add-warranty-btn span.ex-warranty {
  display: inline-block;
  width: 190px;
  vertical-align: top;
  color: #ffffff;
  font-size: 13px;
  cursor: pointer;
  text-decoration: none;
  border: none;
  padding: 0;
  border-radius: 6px;
  line-height: 40px;
  letter-spacing: 0.8px;
  font-family: "DINPro-Medium";
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
  background: #1b7ced;
  text-align: center;
  box-sizing: border-box;
}
#shopping-cart-table tr.other-option .add-warranty-btn .warranty-note {
  display: inline-block;
  width: auto;
  vertical-align: top;
  margin: 0 15px;
  font-family: "DINPro-Medium";
  font-size: 13px;
  letter-spacing: 0.5px;
  color: #282828;
  line-height: 40px;
}
#shopping-cart-table tr.other-option .price-box {
  display: inline-block;
  width: 90px;
  text-align: right;
}
#shopping-cart-table tr.other-option .price-box .price {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  font-size: 18px;
  line-height: 24px;
  font-family: 'DINPro-Bold';
  color: #0041C0;
  font-weight: 700;
}
#shopping-cart-table tr.other-option .price-box .edit-warranty {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  font-family: 'DINPro-Bold';
  color: #0041C0;
  font-weight: normal;
  cursor: pointer;
  text-decoration: underline;
}
#cart-extended-warranty-section {
  padding: 20px 0 0 !important;
  position: relative;
}
#cart-extended-warranty-section .warranty-applied-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
#cart-extended-warranty-section .warranty-pic {
  display: inline-block;
  width: 185px;
  vertical-align: top;
  padding: 0 20px 0 0;
  text-align: center;
  box-sizing: border-box;
}
#cart-extended-warranty-section .warranty-pic img {
  display: inline-block;
  width: auto;
  vertical-align: top;
  max-height: 70px;
}
#cart-extended-warranty-section .warranty-applied-container {
  display: inline-block;
  width: calc((100% - 280px));
  text-align: left;
}
#cart-extended-warranty-section .warranty-applied {
  display: inline-block;
  width: auto;
  vertical-align: top;
  font-size: 16px;
  font-family: 'DINPRo-Bold';
  color: #282828;
  letter-spacing: 0.5px;
  line-height: 22px;
}
#cart-extended-warranty-section .mrp-inc {
  color: #232323;
  font-size: 12px;
}
#cart-extended-warranty-section #delete-extended-warranty {
  display: inline-block;
  width: auto;
  vertical-align: top;
}
#cart-extended-warranty-section #delete-extended-warranty:before {
  font-size: 15px;
  color: #000;
}
#cart-extended-warranty-section .actions-toolbar {
  display: inline-block;
  width: auto;
  vertical-align: top;
  position: absolute;
  right: 0;
  top: 0;
}
#cart-promotional-warranty-section .warranty-label {
  display: inline-block;
  width: auto;
  vertical-align: top;
  font-size: 14px;
  color: #282828;
  line-height: 22px;
  position: relative;
  padding-left: 40px;
  cursor: pointer;
}
#cart-promotional-warranty-section .price-box {
  width: 100% !important;
}
.block.crosssell {
  padding: 0 15px;
  margin-top: 70px;
}
.block.crosssell .product-item-info {
  width: 200px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /*======================Custom Css for exchange offer section on cart page======================*/
  #shopping-cart-table .exchange-option .exchange-desc {
    width: 100%;
  }
  #shopping-cart-table .exchange-option .actions-toolbar {
    position: static;
    text-align: right;
    padding: 15px 0 0;
  }
  /*======================Custom Css for Multiple coupon funtionality on cart page======================*/
  #shopping-cart-table .avail-coupon {
    margin: 0 5px 5px 0;
  }
  #shopping-cart-table .avail-coupon span {
    font-size: 11px;
  }
}
.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,
.block-minicart .block-content > .actions > .primary .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
.block-minicart .block-content > .actions > .primary .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .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 .checkout-customer-sec .custom-error {
  float: left;
  width: 100%;
  text-align: center;
  color: red;
  font-size: 12px;
  letter-spacing: 0.5px;
  font-family: 'DINPRo-Medium';
  line-height: 18px;
  margin: 5px 0 10px;
}
.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;
  transform: scale(1.2);
}
.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,
.checkout-customer-section .customer-login-sec form.customer-login .actions-toolbar button.paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
.checkout-customer-section .customer-login-sec form.customer-login .actions-toolbar button.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .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((16.5% - 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,
.checkout-customer-section .customer-verify-sec .customer-bottom-cont2 form.form .actions-toolbar button.paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
.checkout-customer-section .customer-verify-sec .customer-bottom-cont2 form.form .actions-toolbar button.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .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,
.checkout-container #checkoutSteps .step-content form.form.form-login .actions-toolbar button.paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
.checkout-container #checkoutSteps .step-content form.form.form-login .actions-toolbar button.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .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,
.checkout-container #checkoutSteps .step-content form.form .actions-toolbar button.paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
.checkout-container #checkoutSteps .step-content form.form .actions-toolbar button.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .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.street .field._required .label:after {
  content: "*";
  margin: 0 0 0 5px;
  font-size: 1.2rem;
}
.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.save-address label.active {
  position: static;
  line-height: 40px;
  padding: 0 10px;
}
.checkout-container #checkoutSteps .step-content .field.save-address label.active 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,
.checkout-index-index .modal-popup .modal-footer button.paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
.checkout-index-index .modal-popup .modal-footer button.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .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.street .field._required .label:after,
.checkout-index-index .modal-popup .modal-content .billing-address-form .field.street .field._required .label:after {
  content: "*";
  margin: 0 0 0 5px;
  font-size: 1.2rem;
}
.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.choice label.active,
.checkout-index-index .modal-popup .modal-content .billing-address-form .field.choice label.active,
.checkout-index-index .modal-popup .modal-content form.form .field.save-address label.active,
.checkout-index-index .modal-popup .modal-content .billing-address-form .field.save-address label.active {
  position: static;
  line-height: 40px;
  padding: 0 10px;
}
.checkout-index-index .modal-popup .modal-content form.form .field.choice label.active span,
.checkout-index-index .modal-popup .modal-content .billing-address-form .field.choice label.active span,
.checkout-index-index .modal-popup .modal-content form.form .field.save-address label.active span,
.checkout-index-index .modal-popup .modal-content .billing-address-form .field.save-address label.active span {
  font-size: 13px;
  color: #282828;
}
.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;
}
/*=======================Custom Css for the coupon remove pop-up=======================*/
.checkout-index-index #remove-coupon-container {
  display: none;
  width: 100%;
  vertical-align: top;
}
.checkout-index-index #remove-coupon-container.active {
  display: inline-block;
}
.checkout-index-index #remove-coupon-container .modal-overlay {
  display: inline-block;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  background: rgba(0, 0, 0, 0.71);
  z-index: 99;
}
.checkout-index-index .remove-coupon-pop-up {
  display: inline-block;
  width: 90%;
  position: fixed;
  z-index: 99;
  background: #fff;
  max-width: 460px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 20px;
  border-radius: 10px;
  text-align: center;
}
.checkout-index-index .remove-coup-pop-up-cont {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.checkout-index-index .remove-coup-pop-up-cont p {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  font-family: "DINPRo-Medium";
  letter-spacing: 0.5px;
  font-size: 15px;
  line-height: 30px;
  color: #222;
  margin: 0 0 15px;
  word-wrap: break-word;
}
.checkout-index-index .remove-coup-pop-up-cont .change-address,
.checkout-index-index .remove-coup-pop-up-cont .change-pincode {
  display: inline-block;
  width: auto;
  vertical-align: top;
  margin: 0 5px;
  line-height: 40px;
  text-transform: uppercase;
  background: #ececec;
  border-radius: 6px;
  min-width: 90px;
  font-family: "DINPRo-Medium";
  color: #222;
  cursor: pointer;
  padding: 0 10px;
}
.checkout-index-index .remove-coup-pop-up-cont .change-address {
  background: #0041c0;
  color: #ffffff;
}
.checkout-index-index .remove-coup-pop-up-cont .remove-coupon {
  display: inline-block;
  width: auto;
  vertical-align: top;
  margin: 0 5px;
  line-height: 40px;
  text-transform: uppercase;
  letter-spacing: 1px;
  background: #0041c0;
  padding: 0;
  border-radius: 6px;
  color: #fff;
  font-family: "DINPro-Medium";
  font-size: 13px;
  min-width: 90px;
  cursor: pointer;
}
@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,
.methods-shipping .actions-toolbar .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
.methods-shipping .actions-toolbar .braintree-paypal-review .paypal-review-discount .block .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 .checkout-agreement.field {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.checkout-agreements-block .checkout-agreement.field.required label:after {
  content: none;
}
.checkout-agreements-block .checkout-agreement.field.required .action-show:after {
  content: '*';
  color: #e02b27;
  font-size: 1.2rem;
}
.checkout-agreements-block .action-show {
  vertical-align: baseline;
}
.checkout-agreements-items {
  padding-bottom: 30px;
}
.checkout-agreements-items .checkout-agreements-item {
  margin-bottom: 20px;
}
.checkout-agreements-items .checkout-agreements-item-title {
  border-bottom: 0;
}
.checkout-agreement-item-content {
  overflow: auto;
}
/*=========================Custom Css for  Create Today Enrich Tomorrow page=========================*/
.cms-ctet-page-sections {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.cms-ctet-page-content {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.ctet-top-banenr {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  text-align: center;
}
.ctet-top-banenr img {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.ctet-top-text {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  text-align: center;
  margin: 40px 0 30px;
}
.ctet-top-text p {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  text-align: center;
  font-size: 16px;
  color: #000;
  line-height: 36px;
  letter-spacing: 0.5px;
  margin: 10px 0;
  font-family: "D-DIN-PRO-Regular";
}
.ctet-page-inner-section {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  text-align: center;
}
.ctet-page-inner-container {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  text-align: left;
  margin: 0 auto;
  max-width: 1042px;
}
.ctet-inner-block-list {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.ctet-inner-block {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0 0 50px;
}
.ctet-inner-banners {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.ctet-inner-top-banner {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0 0 12px;
}
.ctet-inner-top-banner img {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.ctet-inner-bottom-banners {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.ctet-bottom-pic {
  float: left;
  width: calc((25% - 6px));
}
.ctet-bottom-pic img {
  display: inline-block;
  width: auto;
  vertical-align: top;
}
.ctet-bottom-pic.ctet-pic-2 {
  margin: 0 12px;
}
.ctet-bottom-pic.half-width {
  width: calc((50% - 12px));
}
.ctet-inner-text-cols {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 40px 0 10px;
}
.ctet-inner-text-cols .ctet-inner-text {
  float: left;
  width: 49%;
  margin: 0 1% 0 0;
}
.ctet-inner-text-cols .ctet-inner-text.text-col-2 {
  margin: 0 0 0 1%;
}
.ctet-inner-text-title {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  font-size: 20px;
  line-height: 36px;
  font-weight: normal;
  color: #000;
  font-family: "D-DIN-PRO-Bold";
  margin: 0 0 15px;
  letter-spacing: 0px;
}
.ctet-inner-text-cont {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  font-size: 16px;
  color: #4c4c4c;
  line-height: 28px;
  letter-spacing: 0px;
  font-family: "D-DIN-PRO-Regular";
}
.ctet-inner-video {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  text-align: center;
}
.ctete-video-title {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 15px 0 40px;
  line-height: 36px;
  font-size: 20px;
  font-family: "D-DIN-PRO-Bold";
  color: #000;
  letter-spacing: 0.5px;
}
.ctet-video-sec {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  position: relative;
  padding: 28%;
  box-sizing: border-box;
}
.ctet-video-sec iframe {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}
.ctet-explore-categories {
  display: inline-block;
  width: 100%;
  margin: 30px 0;
  vertical-align: top;
}
.ctet-explore-title {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  text-align: center;
}
.ctet-explore-title span {
  display: inline-block;
  width: auto;
  vertical-align: top;
  margin: 10px 0 40px;
  line-height: 36px;
  font-size: 20px;
  color: #000;
  font-family: "D-DIN-PRO-Bold";
  letter-spacing: 0.5px;
}
.ctet-explore-cate-list {
  display: inline-block;
  width: auto;
  vertical-align: top;
}
.ctet-explore-cate-list .ctet-explore-block {
  float: left;
  width: 23%;
  margin: 0 1%;
}
.ctet-explore-cate-list .ctet-explore-block.explore-block-1 {
  margin-left: 0;
}
.ctet-explore-cate-list .ctet-explore-block.explore-block-4 {
  margin-right: 0;
}
.ctet-explore-pic {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.ctet-explore-pic a {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.ctet-explore-pic img {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  border-radius: 20px;
}
/*=========================Custom Css for Refrigerator Landing page=========================*/
body.cms-bottommountedrefrigerator .page-main {
  max-width: 100%;
  padding: 0;
}
.cms-refbk-page-sections,
.cms-refbk-page-sec,
.cms-refbk-page-content {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.refbk-top-banenr {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  text-align: center;
}
.refbk-top-banenr img {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.refbk-top-text {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  text-align: center;
  margin: 40px 0 30px;
}
.refbk-top-text p {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  text-align: center;
  font-size: 16px;
  color: #000;
  line-height: 36px;
  letter-spacing: 0.5px;
  margin: 10px 0;
  font-family: "D-DIN-PRO-Regular";
}
.refbk-page-inner-section {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  text-align: center;
}
.refbk-page-inner-container {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  text-align: left;
  margin: 0 auto;
  max-width: 1042px;
}
.refbk-inner-block-list {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.refbk-inner-block {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0 0 50px;
}
.refbk-inner-banners {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.refbk-inner-banners img {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.refbk-inner-text-col {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  text-align: center;
  margin: 30px 0 0;
}
.refbk-inner-text-cont {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  font-size: 16px;
  color: #000000;
  line-height: 36px;
  letter-spacing: 0.5px;
  font-family: "D-DIN-PRO-Regular";
}
.refbk-page-tree-section {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  text-align: center;
}
.refbk-page-tree-section .refbk-page-inner-container {
  max-width: 990px;
  margin-bottom: 50px;
}
.refbk-page-tree-section .leaf-title {
  font-size: 20px;
  line-height: 36px;
  font-family: "D-DIN-PRO-Bold";
  letter-spacing: 0;
}
.refbk-page-tree-section .leaf-info {
  font-size: 16px;
  line-height: 28px;
  font-family: "D-DIN-PRO-Regular";
  letter-spacing: 0px;
}
.refbk-inner-video {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  text-align: center;
}
.refbk-video-title {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 15px 0 40px;
  line-height: 36px;
  font-size: 20px;
  font-family: "D-DIN-PRO-Bold";
  color: #000;
  letter-spacing: 0.5px;
}
.refbk-video-sec {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  position: relative;
  padding: 28%;
  box-sizing: border-box;
}
.refbk-video-sec iframe {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}
/*=======================Css for the product grids on the page=======================*/
.cms-refbk-page-sections .products-grid {
  margin: 20px 0;
  padding: 0 40px;
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.cms-refbk-page-sections .products-grid h1 {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  text-align: center;
  font-size: 20px;
  letter-spacing: 0.5px;
  font-weight: normal;
  font-family: "D-DIN-PRO-Bold";
  color: #282828;
  line-height: 36px;
  margin: 15px 0 40px;
}
.cms-refbk-page-sections .products-grid .products {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0;
}
.cms-refbk-page-sections .products-grid li.product-item {
  /*width: 100%;*/
  width: 25%;
  padding: 8px 6px;
  box-sizing: border-box;
  margin: 0;
}
.cms-refbk-page-sections .product-item-details .product-item-name a {
  line-height: 17px;
}
.cms-refbk-page-sections .product-item-details .product-item-actions .action.tocompare {
  bottom: 0;
  position: relative;
  left: 0;
  margin: 10px 0 0;
}
.cms-refbk-page-sections .product-item-details .product-item-actions .actions-primary .buynow-btn {
  float: right;
  width: 48%;
}
.cms-refbk-page-sections .product-item-details .product-item-actions .actions-primary .buynow-btn .buynow {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  background: #0041c0;
  text-align: center;
  color: #fff;
  line-height: 40px;
  border-radius: 10px;
  text-decoration: none;
}
.cms-refbk-page-sections .product-item-details .product-item-actions .actions-primary .custom_addto_form {
  float: left;
  width: 48%;
}
.cms-refbk-page-sections .wash-items .owl-nav button span {
  left: -35px;
}
.cms-refbk-page-sections .wash-items .owl-nav button.owl-next span {
  left: auto;
  right: -35px;
}
.cms-refbk-page-sections .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-refbk-page-sections .owl-theme .owl-dots .owl-dot span:after {
  content: none;
}
.cms-refbk-page-sections .owl-theme .owl-dots .owl-dot.active span,
.cms-refbk-page-sections .owl-theme .owl-dots .owl-dot:hover span {
  background: #0041c0;
}
/*=========================Custom Css for  Create Today Enrich Tomorrow page=========================*/
.cms-welcome-to-adulthood .page-main,
.cms-welcome-to-parenthood .page-main {
  max-width: 100%;
  padding: 0;
}
.cms-wtad-page-sections {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.cms-wtad-page-content {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.wtad-top-banenr {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  text-align: center;
}
.wtad-top-banenr img {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.wtad-top-text {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  text-align: center;
  margin: 40px 0 30px;
  padding: 0 20px;
  box-sizing: border-box;
}
.wtad-top-text p {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  text-align: center;
  font-size: 16px;
  color: #000;
  line-height: 36px;
  letter-spacing: 0.5px;
  margin: 10px 0;
  font-family: "D-DIN-PRO-Regular";
}
.wtad-page-inner-section {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  text-align: center;
}
.wtad-page-inner-container {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  text-align: left;
  margin: 0 auto;
  max-width: 1042px;
}
.wtad-inner-block-list {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.wtad-inner-block {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0 0 50px;
}
.wtad-inner-block.wtad-video-block {
  float: left;
  width: 50%;
  padding: 0 20px;
  box-sizing: border-box;
}
.wtad-inner-block.wtad-video-block .led-camp-video-sec {
  padding-bottom: 50%;
}
.wtad-inner-text-cols {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 10px 0 40px;
  text-align: center;
}
.wtad-inner-text-cols .wtad-link {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.wtad-inner-text-cols .wtad-link a {
  display: inline-block;
  width: auto;
  vertical-align: top;
  line-height: 20px;
  font-family: "D-DIN-PRO-Bold";
  color: #0041c0;
  letter-spacing: 0.5px;
  text-decoration: underline;
  font-size: 14px;
  text-transform: capitalize;
  padding: 10px 0 0;
}
.wtad-inner-text-title {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  font-size: 20px;
  line-height: 36px;
  font-weight: normal;
  color: #000;
  font-family: "D-DIN-PRO-Bold";
  margin: 0 0 15px;
  letter-spacing: 0px;
}
.wtad-inner-text-cont {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  font-size: 16px;
  color: #4c4c4c;
  line-height: 28px;
  letter-spacing: 0px;
  font-family: "D-DIN-PRO-Regular";
}
.wtad-inner-banners {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.wtad-slider-pic {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  border-radius: 10px;
  overflow: hidden;
}
.cms-welcome-to-adulthood .wtad-top-banner-slider .owl-nav button span,
.cms-welcome-to-parenthood .wtad-top-banner-slider .owl-nav button span {
  left: -35px;
}
.cms-welcome-to-adulthood .wtad-top-banner-slider .owl-nav button.owl-next span,
.cms-welcome-to-parenthood .wtad-top-banner-slider .owl-nav button.owl-next span {
  left: auto;
  right: -35px;
}
.cms-form-sticky-btn {
  display: inline-block;
  width: auto;
  position: fixed;
  right: -42px;
  top: 50%;
  z-index: 1;
  transform: translate(0, -50%);
}
.cms-form-sticky-btn .sticky-form-btn {
  display: inline-block;
  width: 120px;
  vertical-align: top;
  transform: rotate(-90deg);
}
.cms-form-sticky-btn .sticky-form-btn a {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  background: #0041c0;
  color: #fff;
  line-height: 40px;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: normal;
  font-family: "DINPRo-Medium";
  padding: 0 0 10px;
  border-radius: 5px;
  text-decoration: none;
  text-align: center;
}
/*=========================Custom Css for cms page inner form=========================*/
.cms-inner-form-container {
  margin: 0 auto;
  max-width: 1240px;
  padding: 0 10px;
  box-sizing: border-box;
}
.cms-page-inner-form-section {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.cms-page-inner-form-title {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  text-align: center;
  margin: 0 0 40px;
}
.cms-page-inner-form-title span {
  display: inline-block;
  width: auto;
  vertical-align: top;
  font-family: 'DINPro-Regular';
  color: #222222;
  font-size: 42px;
  line-height: 48px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.cms-page-inner-form-title span b {
  font-weight: normal;
  font-family: "DINPRo-Bold";
  color: #0066B2;
}
.cms-page-inner-form {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.cms-page-inner-form #callbackform {
  padding: 0;
}
.cms-page-inner-form #callbackform .fieldset {
  width: 100%;
}
.cms-page-inner-form #callbackform .label {
  display: inline-block;
  width: auto;
  vertical-align: top;
  margin: 0 0 15px;
  line-height: 24px;
  font-size: 16px;
  font-family: "DINPRo-Medium";
  font-weight: normal;
  color: #222222;
}
.cms-page-inner-form #callbackform .label span {
  display: inline-block;
  width: auto;
  vertical-align: top;
}
.cms-page-inner-form #callbackform .label:after {
  content: none;
}
.cms-page-inner-form #callbackform .control {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  position: relative;
}
.cms-page-inner-form #callbackform .control.checkbox-field {
  /*margin: 15px 0 0;*/
}
.cms-page-inner-form #callbackform .control.checkbox-field label {
  float: left;
  width: calc((100% - 45px));
  max-width: calc((100% - 45px));
  font-size: 16px;
  color: #222222;
  line-height: 50px;
  font-family: "DINPRo-Medium";
  letter-spacing: 0.5px;
}
.cms-page-inner-form #callbackform .control.checkbox-field label a {
  color: #0041c0;
  font-family: "DINPRo-Bold";
}
.cms-page-inner-form #callbackform .field {
  width: 50%;
  padding: 0 15px;
  margin: 0 0 20px;
  position: relative;
}
.cms-page-inner-form #callbackform .field.otp-field {
  clear: both;
}
.cms-page-inner-form #callbackform .field input {
  background: none;
  border: 1px solid #E5E5E5;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  border-radius: 12px;
  font-family: "DINPRo-Regular";
  box-shadow: none;
  color: #222222;
}
.cms-page-inner-form #callbackform .field input::placeholder {
  color: #787878;
  opacity: 1;
}
.cms-page-inner-form #callbackform .field select {
  border: 1px solid #E5E5E5;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  border-radius: 12px;
  font-family: "DINPRo-Regular";
  padding: 0 30px 0 10px;
  box-shadow: none;
  color: #222222;
}
.cms-page-inner-form #callbackform .field .checkbox-field input {
  width: 20px;
  margin: 0 10px 0 0;
  float: left;
}
.cms-page-inner-form #callbackform .field div.mage-error {
  color: #e02b27;
  position: absolute;
  bottom: -16px;
  line-height: 14px;
}
.cms-page-inner-form #callbackform .actions-toolbar {
  float: left;
  width: 50%;
  padding: 0 15px;
  margin: 0 0 20px;
}
.cms-page-inner-form #callbackform .actions-toolbar .primary {
  float: left;
  width: auto;
  margin: 39px 0 0;
}
.cms-page-inner-form #callbackform .actions-toolbar button,
.cms-page-inner-form #callbackform .actions-toolbar button.action.submit {
  display: inline-block;
  width: 250px;
  vertical-align: top;
  padding: 0 40px;
  border: none;
  background: #0041c0;
  color: #fff;
  line-height: 50px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 16px;
  border-radius: 60px;
}
.cms-page-inner-form #callbackform .actions-toolbar button.action.send-otp {
  width: 250px;
}
.cms-page-inner-form #callbackform .actions-toolbar button.action.send-otp.resend-otp {
  background: none;
  color: #0041C0;
  text-align: left;
  text-decoration: underline;
  font-family: 'DINPRo-Medium';
  text-transform: capitalize;
  width: auto;
}
.cms-page-inner-form #callbackform .actions-toolbar #resend-otp-timer {
  display: inline-block;
  width: auto;
  vertical-align: top;
  line-height: 50px;
  color: red;
}
/*=========================Custom Css for Refrigerator Landing page=========================*/
body.cms-greatfestivedeals .page-main {
  max-width: 100%;
  padding: 0;
}
.cms-deal-offer-page-sections,
.cms-deal-offer-page-sec,
.cms-deal-offer-page-content {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.deal-offer-top-banenr {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  text-align: center;
}
.deal-offer-top-banenr img {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
/*=======================Css for the product grids on the page=======================*/
.cms-deal-offer-page-sections #top-product-element .top-products .home-page-product-list {
  width: 25%;
}
/*=========================Custom Css for  Create Today Enrich Tomorrow page=========================*/
.cms-diwali-wali-safai .page-main {
  max-width: 100%;
  padding: 0;
}
.cms-diwasaf-page-sections {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.cms-diwasaf-page-sections .home-container {
  max-width: 1082px;
}
.cms-diwasaf-page-sections .home-container .cms-page-section {
  margin: 10px 0;
}
.cms-diwasaf-page-sections .cms-page-section .cms-title {
  font-family: "DINPRo-Regular";
  margin: 0 0 10px;
  line-height: 48px;
  font-size: 32px;
  color: #000;
  letter-spacing: 0px;
  text-transform: uppercase;
}
.cms-diwasaf-page-sections .cms-page-section .cms-page-content p {
  font-size: 18px;
  color: #000000;
  line-height: 36px;
  letter-spacing: 0px;
  font-family: "D-DIN-PRO-Regular";
  text-align: center;
}
.cms-diwasaf-page-sections .cms-page-section .cms-page-content ul {
  margin: 0;
}
.cms-diwasaf-page-sections .cms-page-section .cms-page-content li {
  font-size: 18px;
  font-family: "D-DIN-PRO-Regular";
  line-height: 28px;
  margin: 0 0 10px;
}
.cms-diwasaf-page-sections .cms-page-section table {
  max-width: 100%;
}
.cms-diwasaf-page-sections .cms-page-section table th {
  vertical-align: top;
  font-size: 13px;
  letter-spacing: 0px;
  padding: 10px 5px;
  color: #000;
  font-family: "DINPro-Bold";
  border-right: 1px solid #919191;
  text-align: center;
}
.cms-diwasaf-page-sections .cms-page-section table th.col.asc-address {
  width: 200px;
}
.cms-diwasaf-page-sections .cms-page-section table th.col.pin-code {
  width: 60px;
}
.cms-diwasaf-page-sections .cms-page-section table td {
  font-size: 12px;
  letter-spacing: 0px;
  color: #4c4c4c;
  padding: 10px 5px;
  vertical-align: top;
  text-align: center;
  word-wrap: break-word;
  word-break: break-all;
  font-family: "DINPRo-Medium";
}
.cms-diwasaf-page-sections .cms-inner-form-container {
  max-width: 1082px;
  padding: 0 20px;
}
.cms-diwasaf-page-sections .cms-page-inner-form-section {
  margin: 15px 0;
}
.cms-diwasaf-page-sections .cms-page-inner-form-section .cms-page-inner-form-title span {
  font-size: 32px;
}
.cms-diwasaf-page-content {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.diwasaf-top-banner {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  text-align: center;
}
.diwasaf-top-banner img {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.diwasaf-inner-banners {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 20px 0;
  text-align: center;
  padding: 0;
  box-sizing: border-box;
}
.diwasaf-inner-banners .diwasaf-top-banner-slider .diwasaf-slider-pic {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.diwasaf-inner-banners .diwasaf-top-banner-slider .owl-nav button span {
  left: -35px;
}
.diwasaf-inner-banners .diwasaf-top-banner-slider .owl-nav button.owl-next span {
  left: auto;
  right: -35px;
}
#diwasaf-sticky-btn {
  right: 15px;
}
#diwasaf-sticky-btn .sticky-form-btn {
  transform: none;
  width: auto;
}
#diwasaf-sticky-btn .sticky-form-btn a {
  line-height: 50px;
  padding: 0;
  border-radius: 50%;
  width: 50px;
  font-size: 26px;
}
.ascs-center-list-btn {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 10px 0 30px;
  text-align: center;
}
.ascs-center-list-btn a {
  display: inline-block;
  width: auto;
  vertical-align: top;
  padding: 0 30px;
  background: #0041c0;
  color: #fff !important;
  font-weight: normal;
  font-family: "DINPRo-Medium";
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 40px;
  font-size: 15px;
  border-radius: 10px;
  text-decoration: none;
}
.cms-half-sec {
  float: left;
  width: 46%;
  margin: 0 2% 30px;
  padding: 15px;
  box-sizing: border-box;
  border-radius: 10px;
  background: #f6f6f6;
}
.cms-icon img {
  display: inline-block;
  width: auto;
  vertical-align: top;
  border-radius: 6px;
}
.cms-page-inner-form #callbackform .fieldset.otp-fieldset {
  margin: 0;
}
.cms-page-inner-form #callbackform .field.otp-field {
  float: left;
}
.cms-page-inner-form #callbackform .actions-toolbar.submit-toolbar {
  margin: 0;
}
.cms-page-inner-form #callbackform .actions-toolbar button.action.send-otp {
  color: #fff;
  line-height: 50px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 16px;
  margin: 0 15px 0 0;
  background: #0041C0;
}
.cms-page-inner-form #callbackform .actions-toolbar #resend-otp-timer {
  font-size: 13px;
}
/*=========================Custom Css for Green impact pledge page=========================*/
.cms-green-impact .breadcrumbs {
  display: none;
}
.cms-green-impact .page-main {
  padding: 0;
  max-width: 100%;
}
.cms-green-impact .column.main {
  padding-bottom: 0px;
}
.cms-green-impact-pledge-section {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.cms-green-impact-pledge-section .grimpl-sec {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.grimpl-sec-top-video .grimpl-vid-topbar {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.grimpl-sec-top-video .vid-topbar {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  text-align: center;
  padding: 28px 0;
}
.grimpl-sec-top-video .vid-topbar span {
  display: inline-block;
  width: auto;
  vertical-align: top;
  line-height: 42px;
  font-size: 32px;
  color: #fff;
  font-family: 'RedHatDisplay-ExtraBold';
  font-weight: normal;
  letter-spacing: 0.5px;
}
.grimpl-sec-top-video .vid-topbar span strong {
  font-weight: normal;
  font-family: 'Inter-Bold';
  color: #00AD19;
}
.grimpl-sec-top-video .grimpl-video-slider .grimpl-vid-slide {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.grimpl-sec-top-video .grimpl-video-slider .owl-nav .owl-prev span {
  left: 0px;
  width: 75px;
  line-height: 75px;
  height: 75px;
  /*background: url('../../frontend/OM/Desktop/en_US/images/left-nav-arrow-w.svg') no-repeat scroll center / 20px;*/
}
.grimpl-sec-top-video .grimpl-video-slider .owl-nav .owl-next span {
  right: 0px;
  width: 75px;
  line-height: 75px;
  height: 75px;
  /*background: url('../../frontend/OM/Desktop/en_US/images/right-nav-arrow-w.svg') no-repeat scroll center / 20px;*/
}
.grimpl-sec-top-video .grimpl-vid {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  position: relative;
  padding-bottom: 50%;
}
.grimpl-sec-top-video .grimpl-vid iframe {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
.grimpl-sec-top-video.center-look {
  padding: 80px 0;
  background: linear-gradient(120deg, #ffffff 0%, #cde8ca 100%) no-repeat scroll center bottom;
  background-size: 100% 50%;
}
.grimpl-sec-top-video.center-look .home-container {
  max-width: 1040px;
}
.grimpl-sec-top-video .grimpl-vid-info {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 30px 0 0;
}
.grimpl-sec-top-video .grimpl-vid-info span {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  text-align: center;
  margin: 30px 0 0;
  font-family: 'Inter-Medium';
  letter-spacing: 1px;
  font-size: 24px;
  line-height: 40px;
  color: #000;
}
.grimpl-sec-form-count .home-container {
  max-width: 1240px;
}
.grimpl-sec-form-count .grimpl-count-sec {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.grimpl-sec-form-count .grimpl-count-bottombar {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  text-align: center;
  background: rgba(0, 0, 0, 0.3);
}
.grimpl-sec-form-count .grimpl-count-bottombar .bottom-topbar {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding: 28px 0;
}
.grimpl-sec-form-count .grimpl-count-bottombar .count-bottom-text {
  display: inline-block;
  width: auto;
  vertical-align: top;
  font-family: 'Inter-Bold';
  color: #fff;
  font-weight: normal;
  letter-spacing: 0.5px;
  font-size: 40px;
  line-height: 50px;
}
.grimpl-sec-form-count .count-top-title {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  text-align: center;
}
.grimpl-sec-form-count .count-top-title .count-title-text {
  display: inline-block;
  width: auto;
  vertical-align: top;
  font-size: 48px;
  line-height: 58px;
  color: #fff;
  padding: 103px 0 0 0;
  max-width: 930px;
  font-family: 'Inter-Bold';
  font-weight: normal;
  letter-spacing: 0.5px;
}
.grimpl-sec-form-count .counter-bar {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 36px 0 92px;
  background: #222222B2;
  padding: 50px 0;
  border-radius: 8px;
  text-align: center;
}
.grimpl-sec-form-count .counter-bar .counter-bar-cont {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding: 0 20px;
  box-sizing: border-box;
}
.grimpl-sec-form-count .counter-bar .counter-bar-number {
  display: inline-block;
  width: auto;
  vertical-align: top;
  margin: 0 19px 0 0;
}
.grimpl-sec-form-count .counter-bar .counter-bar-text {
  display: inline-block;
  width: auto;
  vertical-align: top;
}
.grimpl-sec-form-count .counter-bar .count-bar-text {
  display: inline-block;
  width: auto;
  vertical-align: top;
  font-size: 32px;
  line-height: 70px;
  color: #fff;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  font-weight: normal;
  font-family: "Inter-Bold";
}
.grimpl-sec-form-count .counter-bar .count-num {
  float: left;
  width: 70px;
  line-height: 70px;
  box-sizing: border-box;
  border-right: 1px solid #616161;
  color: #fff;
  font-family: 'Inter-Bold';
  font-size: 40px;
  font-weight: normal;
}
.grimpl-sec-form-count .counter-bar .count-num:last-child {
  border: none;
}
.grimpl-sec-form-count .counter-btn {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0 0 103px;
  text-align: center;
}
.grimpl-sec-form-count .counter-btn .pledge-btn {
  display: inline-block;
  width: auto;
  vertical-align: top;
  background: #6D6D6D;
  border-radius: 60px;
}
.grimpl-sec-form-count .counter-btn .pledge-btn a {
  display: inline-block;
  width: auto;
  vertical-align: top;
  position: relative;
  background: linear-gradient(180deg, rgba(0, 255, 37, 0.5) 0%, rgba(70, 218, 0, 0.48) 100%);
  color: #fff;
  padding: 0 36px;
  line-height: 70px;
  border-radius: 60px;
  font-family: 'RedHatDisplay-Bold';
  font-weight: normal;
  font-size: 28px;
  letter-spacing: 0.5px;
  text-decoration: none;
}
.grimpl-sec-form-count .counter-btn .pledge-btn img {
  position: absolute;
  right: -40px;
  top: -40px;
}
.grimpl-sec-news {
  background: #00010d;
}
.grimpl-sec-news .home-container {
  max-width: 1240px;
}
.grimpl-sec-news .grimpl-news-slider-sec {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding: 180px 0 90px;
}
.grimpl-sec-news .news-slider-title {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  text-align: center;
  margin: 0 0 60px;
}
.grimpl-sec-news .news-slider-title span {
  display: inline-block;
  width: auto;
  vertical-align: top;
  line-height: 42px;
  font-size: 32px;
  font-family: 'RedHatDisplay-Bold';
  color: #fff;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.grimpl-sec-news .grimpl-news-slider-cont {
  float: left;
  width: 100%;
  padding: 0 15%;
  box-sizing: border-box;
  position: relative;
}
.grimpl-sec-news .grimpl-news-slider-cont .grimpl-news-slider {
  position: static;
}
.grimpl-sec-news .grimpl-news-slider-cont .grimpl-news-slider .owl-stage-outer {
  padding: 40px 0;
}
.grimpl-sec-news .grimpl-news-slider-cont .owl-nav .owl-prev span {
  left: 0px;
  width: 75px;
  line-height: 75px;
  height: 75px;
  background: url('../../frontend/OM/Desktop/en_US/images/left-nav-arrow-w.svg') no-repeat scroll center / 20px;
}
.grimpl-sec-news .grimpl-news-slider-cont .owl-nav .owl-next span {
  right: 0px;
  width: 75px;
  line-height: 75px;
  height: 75px;
  background: url('../../frontend/OM/Desktop/en_US/images/right-nav-arrow-w.svg') no-repeat scroll center / 20px;
}
.grimpl-sec-news .grimpl-news-slider-cont .owl-item.active.center {
  z-index: 1;
}
.grimpl-sec-news .grimpl-news-slider-cont .owl-item.active.center .grimpl-news-slide {
  transform: scale(1.2);
}
.grimpl-sec-news .grimpl-news-slide {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  transition: all 0.5s ease;
}
.grimpl-sec-news .grimpl-news-slide .news-slide-cont {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  position: relative;
}
.grimpl-sec-news .grimpl-news-slide .news-slide-pic {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.grimpl-sec-news .grimpl-news-slide .news-slide-pic img {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.grimpl-sec-news .grimpl-news-slide .news-slide-desc {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  position: absolute;
  top: 100px;
  left: 0;
}
.grimpl-sec-news .grimpl-news-slide .news-slide-desc span {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding: 0 60px;
  box-sizing: border-box;
  color: #fff;
  font-size: 24px;
  line-height: 32px;
  font-family: 'RedHatDisplay-Bold';
  font-weight: normal;
  letter-spacing: 0.5px;
  text-align: center;
}
.grimpl-sec-news .grimpl-news-slide .news-btn {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  position: absolute;
  bottom: 36px;
  text-align: center;
}
.grimpl-sec-news .grimpl-news-slide .news-btn a {
  display: inline-block;
  width: auto;
  vertical-align: top;
  line-height: 32px;
  background: #222222B2;
  text-transform: capitalize;
  color: #fff;
  letter-spacing: 0.5px;
  width: 100px;
  border-radius: 7px;
  font-size: 10px;
  font-family: 'RedHatDisplay-Bold';
}
/*=========================Custom Css for Green impact pledge Result Form=========================*/
.cms-sticky-form.pop-up-form {
  top: 0;
  background: rgba(0, 0, 0, 0.71);
  border-radius: 0;
  bottom: initial;
  height: 100%;
  box-shadow: none;
  z-index: 6;
  display: none;
}
.cms-sticky-form.pop-up-form.active {
  display: block;
}
.cms-sticky-form.pop-up-form .callback-form-sec {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  padding: 80px 120px;
  background: #fff;
  box-sizing: border-box;
  border-radius: 8px;
  max-width: 980px;
}
.cms-sticky-form.pop-up-form .cb-form-title {
  text-align: center;
  cursor: default;
}
.cms-sticky-form.pop-up-form .cb-form-title span {
  font-family: 'RedHatDisplay-Bold';
  font-size: 28px;
  line-height: 36px;
  color: #000;
  margin: 0;
}
.cms-sticky-form.pop-up-form .cb-form-sub-title {
  float: left;
  width: 100%;
  text-align: center;
}
.cms-sticky-form.pop-up-form .cb-form-sub-title span {
  display: inline-block;
  width: auto;
  vertical-align: top;
  font-family: 'DINPRo-Medium';
  color: #000;
  font-size: 16px;
  line-height: 24px;
  margin: 8px 0 0;
}
.cms-sticky-form.pop-up-form .cb-form {
  max-height: initial;
}
.cms-sticky-form.pop-up-form #callbackform {
  padding: 0;
  margin: 20px 0 0;
  position: relative;
}
.cms-sticky-form.pop-up-form #callbackform .fieldset {
  width: 100%;
}
.cms-sticky-form.pop-up-form #callbackform .field {
  padding: 0 10px;
  width: 50%;
  margin: 0 0 20px;
}
.cms-sticky-form.pop-up-form #callbackform .field.name,
.cms-sticky-form.pop-up-form #callbackform .field.email {
  padding-left: 0px;
}
.cms-sticky-form.pop-up-form #callbackform .field.phone,
.cms-sticky-form.pop-up-form #callbackform .field.city {
  padding-right: 0px;
}
.cms-sticky-form.pop-up-form #callbackform .field input {
  color: #000;
  background: #fff;
  border-radius: 0px;
  border: 1px solid #000;
  border-width: 0px 0px 1px 0px;
  padding: 0;
  font-size: 16px;
  line-height: 50px;
  height: 50px;
  box-shadow: none;
}
.cms-sticky-form.pop-up-form #callbackform .field input::placeholder {
  color: #8a8a8a;
}
.cms-sticky-form.pop-up-form #callbackform .field.terms {
  text-align: left;
  padding: 0;
}
.cms-sticky-form.pop-up-form #callbackform .field.terms label {
  line-height: 54px;
  color: #000;
  font-size: 14px;
}
.cms-sticky-form.pop-up-form #callbackform .field.terms label a {
  color: #00AA4B;
}
.cms-sticky-form.pop-up-form #callbackform .field .control {
  position: relative;
}
.cms-sticky-form.pop-up-form #callbackform .field .control div.mage-error {
  color: #e02b27;
  position: absolute;
  bottom: -24px;
}
.cms-sticky-form.pop-up-form #callbackform .actions-toolbar {
  width: auto;
  text-align: center;
  padding: 0;
  position: absolute;
  bottom: 20px;
  right: 0;
}
.cms-sticky-form.pop-up-form #callbackform .actions-toolbar button.action.submit {
  padding: 0;
  width: 120px;
  border-radius: 8px;
  line-height: 54px;
  background: #00AA4B;
  color: #fff;
  font-size: 16px;
  font-family: 'RedHatDisplay-Bold';
}
.cms-sticky-form.pop-up-form .callback-from-container {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.cms-sticky-form.pop-up-form #success-message {
  display: none;
  width: 100%;
  vertical-align: top;
  text-align: center;
}
.cms-sticky-form.pop-up-form #success-message.active {
  display: block;
}
.cms-sticky-form.pop-up-form #success-message .cb-form-close {
  display: block;
  padding: 0;
  position: absolute;
  right: 40px;
  top: 40px;
}
.cms-sticky-form.pop-up-form #success-message .cb-form-close span {
  width: 35px;
  height: 35px;
}
.cms-sticky-form.pop-up-form #success-message .cb-form-close span:after {
  color: #9d9d9d;
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 30px;
}
.cms-sticky-form.pop-up-form .success-msg-cont {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.cms-sticky-form.pop-up-form .succ-msg-pic {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.cms-sticky-form.pop-up-form .succ-msg-pic img {
  width: 200px;
  vertical-align: top;
  margin: 0 0 15px;
}
.cms-sticky-form.pop-up-form .succ-msg-title {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0 0 15px;
}
.cms-sticky-form.pop-up-form .succ-msg-title span {
  display: inline-block;
  width: auto;
  vertical-align: top;
  color: #000;
  font-size: 40px;
  font-weight: normal;
  font-family: 'RedHatDisplay-Bold';
  line-height: 54px;
}
.cms-sticky-form.pop-up-form .succ-msg-desc {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0 0 32px;
}
.cms-sticky-form.pop-up-form .succ-msg-desc span {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  box-sizing: border-box;
  padding: 0 8%;
  font-size: 16px;
  line-height: 22px;
  color: #000;
  font-family: 'Inter-Regular';
}
.cms-sticky-form.pop-up-form .succ-msg-btn {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.cms-sticky-form.pop-up-form #success-form-close-btn {
  display: inline-block;
  width: auto;
  vertical-align: top;
  line-height: 44px;
  padding: 0 24px;
  background: #00AA4B;
  color: #fff;
  border-radius: 8px;
  font-size: 16px;
  font-family: 'RedHatDisplay-Bold';
  letter-spacing: 0.5px;
  font-weight: normal;
  text-transform: capitalize;
  cursor: pointer;
}
/*=========================Custom Css for Green impact pledge Result page=========================*/
.cms-pushforchange .breadcrumbs {
  display: none;
}
.cms-pushforchange .page-main {
  padding: 0;
  max-width: 100%;
}
.cms-pushforchange .column.main {
  padding-bottom: 0px;
}
.cms-panasonic-green-impact .page-main {
  padding: 0;
  max-width: 100%;
}
.cms-panasonic-green-impact .column.main {
  padding-bottom: 0px;
}
.cms-green-impact-pledge-result-section {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.cms-green-impact-pledge-result-section .grimpl-sec {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.cms-green-impact-pledge-result-section .cms-page-slider img {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.grimpl-sec-form-count.result-form-count .counter-bar {
  background: #fff;
  margin: 110px 0;
}
.grimpl-sec-form-count.result-form-count .counter-bar .count-bar-text {
  color: #000;
}
.grimpl-sec-form-count.result-form-count .counter-bar .count-num {
  color: #00AD19;
}
.grimpl-sec-emission .home-container {
  max-width: 1080px;
}
.grimpl-sec-emission .grimpl-emission-content {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 14% 0 0;
}
.grimpl-sec-emission .grimpl-emission-desc {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  text-align: center;
  margin: 0 0 40px;
}
.grimpl-sec-emission .emission-text {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  font-size: 40px;
  line-height: 48px;
  color: #222;
  font-weight: normal;
  font-family: 'Inter-Medium';
}
.grimpl-sec-emission .grimpl-emission-vid-sec {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  text-align: center;
  margin: 0 0 60px;
}
.grimpl-sec-emission .grimpl-emission-vid-btn {
  display: inline-block;
  width: auto;
  vertical-align: top;
}
.grimpl-sec-emission .emission-vid-btn {
  display: inline-block;
  width: auto;
  line-height: 68px;
  border: 1px solid #00AD19;
  padding: 0 40px;
  vertical-align: top;
  border-radius: 80px;
  cursor: pointer;
}
.grimpl-sec-emission .emission-vid-btn span {
  float: left;
  width: auto;
  font-size: 24px;
  color: #00AD19;
  font-family: 'Inter-Bold';
}
.grimpl-sec-emission .emission-vid-btn img {
  float: left;
  width: 58px;
  margin: 5px;
}
.grimpl-sec-emission .grimpl-emission-vid-pop-up {
  position: fixed;
  top: 50%;
  display: none;
  width: 800px;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 7;
  background: #d9d9d9;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 8px;
}
.grimpl-sec-emission .grimpl-emission-vid-pop-up.active {
  display: block;
}
.grimpl-sec-emission .grimpl-emission-video-conatiner {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding: 20px;
  box-sizing: border-box;
  position: relative;
}
.grimpl-sec-emission .emission-video {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  position: relative;
  padding-bottom: 60%;
}
.grimpl-sec-emission .emission-video iframe {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}
.grimpl-sec-emission .emission-video-close {
  position: absolute;
  display: inline-block;
  width: auto;
  vertical-align: top;
  right: -10px;
  top: -10px;
  cursor: pointer;
}
.grimpl-sec-emission .emission-video-close img {
  display: inline-block;
  width: 20px;
  vertical-align: top;
}
.grimpl-sec-initiatives .home-container {
  max-width: 1200px;
}
.grimpl-sec-initiatives .grimpl-initiatives-content {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 60px 0 150px;
}
.grimpl-sec-initiatives .grimpl-initia-title {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  text-align: center;
}
.grimpl-sec-initiatives .grimpl-initia-title span {
  display: inline-block;
  width: auto;
  vertical-align: top;
  font-size: 48px;
  line-height: 58px;
  color: #222;
  text-transform: capitalize;
  font-family: 'Inter-Bold';
}
.grimpl-sec-initiatives .grimpl-initia-desc {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  text-align: center;
  margin: 15px 0 75px;
}
.grimpl-sec-initiatives .grimpl-initia-desc span {
  display: block;
  vertical-align: top;
  max-width: 900px;
  margin: 0 auto;
  font-size: 16px;
  font-family: 'Inter-Regular';
  line-height: 20px;
  color: #222;
}
.grimpl-sec-initiatives .grimpl-initia-img-grid {
  display: flex;
  gap: 50px;
  align-content: center;
  justify-content: center;
}
.grimpl-sec-initiatives .initia-img-grid {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.grimpl-sec-initiatives .initia-img-grid-cont {
  display: inline-block;
  position: relative;
  width: 100%;
  vertical-align: top;
  overflow: hidden;
  border-radius: 30px;
  background: #000;
}
.grimpl-sec-initiatives .initia-img-grid-cont:hover .initia-img-grid-front {
  opacity: 0;
  transform: rotateY(360deg);
}
.grimpl-sec-initiatives .initia-img-grid-cont:hover .initia-img-grid-back {
  opacity: 1;
  transform: rotateY(360deg);
}
.grimpl-sec-initiatives .initia-img-grid-front {
  float: left;
  width: 100%;
  opacity: 1;
  transition: all 0.5s ease;
}
.grimpl-sec-initiatives .initia-img-grid-front img {
  width: 100%;
  vertical-align: top;
  border-radius: 30px;
}
.grimpl-sec-initiatives .initia-grid-cont {
  position: absolute;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  padding: 0 10px;
  box-sizing: border-box;
  font-family: 'Inter-Bold';
  font-size: 24px;
  line-height: 30px;
}
.grimpl-sec-initiatives .initia-grid-cont strong {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  font-weight: normal;
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  font-family: 'Inter-Regular';
  line-height: 20px;
  margin: 40px 0 0;
}
.grimpl-sec-initiatives .initia-grid-cont strong:last-child {
  margin-top: 10px;
}
.grimpl-sec-initiatives .initia-img-grid-back {
  float: left;
  width: 100%;
  opacity: 0;
  transition: all 0.5s ease;
  position: absolute;
  top: 0;
  height: 100%;
}
.grimpl-sec-initiatives .grimpl-initia-year-map {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 130px 0 0;
}
.grimpl-sec-initiatives .grimpl-year-map-list {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.grimpl-sec-initiatives .grimpl-year-map-grid {
  float: left;
  width: 33.333333%;
  text-align: center;
  position: relative;
}
.grimpl-sec-initiatives .year-map-grid-cont {
  float: left;
  width: 270px;
}
.grimpl-sec-initiatives .year-map-grid-cont:after {
  content: " ";
  width: calc((100% + 22px));
  border-bottom: 2px dashed #00AD19;
  position: absolute;
  top: 22px;
  left: 158px;
  z-index: -1;
}
.grimpl-sec-initiatives .year-map-grid-2 .year-map-grid-cont {
  float: none;
  margin: 0 auto;
  display: block;
}
.grimpl-sec-initiatives .year-map-grid-2 .year-map-grid-cont:after {
  left: calc((50% + 22px));
}
.grimpl-sec-initiatives .year-map-grid-3 .year-map-grid-cont {
  float: right;
}
.grimpl-sec-initiatives .year-map-grid-3 .year-map-grid-cont:after {
  content: none;
}
.grimpl-sec-initiatives .year-map-dot {
  display: inline-block;
  width: auto;
  vertical-align: top;
  padding: 8px;
  border: 1px dashed #00AD19;
  border-radius: 50%;
  box-sizing: border-box;
  background: #fff;
}
.grimpl-sec-initiatives .map-dot {
  float: left;
  width: 26px;
  height: 26px;
  background: #00AD19;
  border-radius: 50%;
}
.grimpl-sec-initiatives .year-map-year {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 30px 0 20px;
  line-height: 54px;
}
.grimpl-sec-initiatives .map-year {
  display: inline-block;
  width: auto;
  vertical-align: top;
  font-size: 44px;
  line-height: 54px;
  color: #222;
  font-family: 'Inter-Bold';
}
.grimpl-sec-initiatives .year-map-desc {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.grimpl-sec-initiatives .map-desc {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  font-size: 16px;
  font-family: 'Inter-Regular';
  line-height: 20px;
  color: #222;
}
.grimpl-sec-goals .home-container {
  max-width: 1280px;
}
.grimpl-sec-goals .grimpl-goal-sec {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding: 50px 0 20px;
}
.grimpl-sec-goals .grimpl-goal-title {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  text-align: center;
  margin: 0 0 40px;
}
.grimpl-sec-goals .grimpl-goal-title span {
  display: inline-block;
  width: auto;
  vertical-align: top;
  color: #fff;
  font-size: 48px;
  line-height: 58px;
  font-family: 'Inter-Bold';
}
.grimpl-sec-goals .grimpl-goal-grid-list {
  display: flex;
  align-content: center;
  justify-content: center;
  gap: 10px;
}
.grimpl-sec-goals .grimpl-goal-grid {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.grimpl-sec-goals .grimpl-goal-grid-cont {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  background: rgba(34, 34, 34, 0.7);
  border-radius: 8px;
  padding: 30px;
  box-sizing: border-box;
}
.grimpl-sec-goals .goal-grid-img {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  text-align: center;
  margin: 0 0 20px;
}
.grimpl-sec-goals .goal-grid-img img {
  width: auto;
  vertical-align: top;
  height: 80px;
}
.grimpl-sec-goals .goal-grid-title {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  text-align: center;
}
.grimpl-sec-goals .goal-grid-title span {
  display: inline-block;
  width: auto;
  vertical-align: top;
  color: #fff;
  font-size: 64px;
  line-height: 74px;
  font-family: 'Inter-Bold';
}
.grimpl-sec-goals .goal-grid-desc {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  text-align: center;
}
.grimpl-sec-goals .goal-grid-desc span {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  color: #fff;
  font-size: 20px;
  line-height: 24px;
  min-height: 72px;
  box-sizing: border-box;
  font-family: 'Inter-Regular';
}
.grimpl-sec-goals .grimpl-goal-disclaimer {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 60px 0 0;
}
.grimpl-sec-goals .goal-disclaimer-cont {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.grimpl-sec-goals .disc-text {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 5px 0;
  font-family: 'Inter-Medium';
  color: #fff;
  line-height: 20px;
  font-weight: normal;
  font-size: 16px;
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.8);
}
.grimpl-goal-slider-sec {
  background: linear-gradient(90deg, #00ad19 50%, #ffffff 50%);
  margin: 0 0 130px;
}
.grimpl-goal-slider-sec .home-container {
  max-width: 1240px;
}
.grimpl-goal-slider-sec .goal-slider-sec {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.grimpl-goal-slider-sec .goal-slider-side-desc {
  float: left;
  width: 50%;
}
.grimpl-goal-slider-sec .slider-side-desc {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  box-sizing: border-box;
  padding: 98px 40px 98px 0;
  color: #fff;
  font-size: 48px;
  line-height: 58px;
  font-weight: normal;
  font-family: "Inter-Regular";
}
.grimpl-goal-slider-sec .goal-slider-side-slider {
  float: left;
  width: 50%;
  box-sizing: border-box;
  padding: 48px 0 48px 74px;
}
.grimpl-goal-slider-sec .goal-slide {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.grimpl-goal-slider-sec .goal-slide-cont {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.grimpl-goal-slider-sec .goal-slide-icon {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0 0 24px;
}
.grimpl-goal-slider-sec .goal-slide-icon img {
  width: auto !important;
  vertical-align: top;
  max-height: 126px;
}
.grimpl-goal-slider-sec .goal-slide-title {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0 0 36px;
}
.grimpl-goal-slider-sec .goal-slide-title span {
  display: inline-block;
  width: auto;
  vertical-align: top;
  font-size: 36px;
  line-height: 44px;
  font-family: 'Inter-Bold';
  color: #222;
  font-weight: normal;
}
.grimpl-goal-slider-sec .goal-slide-desc {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.grimpl-goal-slider-sec .goal-slide-desc ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.grimpl-goal-slider-sec .goal-slide-desc ul li {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0;
  font-size: 18px;
  line-height: 36px;
  font-family: 'Inter-Medium';
  color: #222;
}
.grimpl-goal-slider-sec .owl-nav {
  text-align: left;
  display: inline-block;
  width: auto;
  position: absolute;
  bottom: -98px;
  left: 0;
}
.grimpl-goal-slider-sec .owl-nav .owl-prev {
  margin: 0;
  background: none !important;
}
.grimpl-goal-slider-sec .owl-nav .owl-prev span {
  position: static;
  width: 93px;
  line-height: 20px;
  height: 20px;
  background: url('../../frontend/OM/Desktop/en_US/images/long-arrow-left.png') no-repeat scroll center / 80px;
}
.grimpl-goal-slider-sec .owl-nav .owl-next {
  margin: 0;
  background: none !important;
}
.grimpl-goal-slider-sec .owl-nav .owl-next span {
  position: static;
  width: 93px;
  line-height: 20px;
  height: 20px;
  background: url('../../frontend/OM/Desktop/en_US/images/long-arrow-right.png') no-repeat scroll center / 80px !important;
}
.grimpl-mid-slider-sec .home-container {
  max-width: 1240px;
}
.grimpl-mid-slider-sec .mid-slider-sec {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 130px 0 110px;
}
.grimpl-mid-slider-sec .mid-slide {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.grimpl-mid-slider-sec .mid-slide-cont {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  position: relative;
  overflow: hidden;
  text-align: center;
}
.grimpl-mid-slider-sec .mid-slide-pic {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.grimpl-mid-slider-sec .mid-slide-num {
  display: inline-block;
  width: auto;
  vertical-align: top;
  position: absolute;
  top: 50%;
  left: 45px;
  transform: translate(0%, -50%);
}
.grimpl-mid-slider-sec .m-slide-num {
  display: inline-block;
  width: auto;
  vertical-align: top;
  height: 186px;
  line-height: 186px;
  color: rgba(255, 255, 255, 0.13);
  font-size: 270px;
  font-family: initial;
}
.grimpl-mid-slider-sec .mid-slide-desc {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.grimpl-mid-slider-sec .mid-slide-text {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  box-sizing: border-box;
  padding: 0 13%;
}
.grimpl-mid-slider-sec .mid-slide-text-title {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  color: #fff;
  font-weight: normal;
  font-family: 'Inter-Bold';
  font-size: 50px;
  line-height: 60px;
  margin: 0 0 20px;
}
.grimpl-mid-slider-sec .mid-slide-text-subtitle {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  color: #fff;
  font-size: 24px;
  font-weight: normal;
  font-family: 'Inter-Medium';
  box-sizing: border-box;
  padding: 0 18%;
  line-height: 32px;
}
.grimpl-mid-slider-sec .mid-slide-text-info {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.grimpl-mid-slider-sec .mid-slide-text-info ul {
  display: inline-block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
}
.grimpl-mid-slider-sec .mid-slide-text-info ul li {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  color: #fff;
  font-family: 'Inter-Regular';
  line-height: 30px;
  font-size: 20px;
  font-weight: normal;
  margin: 10px 0 0;
}
.grimpl-sec-newsgrids .home-container {
  max-width: 1240px;
}
.grimpl-sec-newsgrids .grimpl-newsgrids-sec {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.grimpl-sec-newsgrids .grimpl-newsgrids-title {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  text-align: center;
  margin: 0 0 36px;
}
.grimpl-sec-newsgrids .grimpl-newsgrids-title span {
  display: inline-block;
  width: auto;
  vertical-align: top;
  font-family: 'Inter-Bold';
  color: #00AD19;
  font-size: 48px;
  line-height: 58px;
  font-weight: normal;
}
.grimpl-sec-newsgrids .grimpl-newsgrids-title span b {
  font-weight: normal;
  color: #222;
}
.grimpl-sec-newsgrids .newsgrids-list {
  display: flex;
  width: 100%;
  gap: 20px;
  margin: 0 0 116px;
  align-content: center;
  justify-content: center;
}
.grimpl-sec-newsgrids .newgrids-col {
  float: left;
  width: 25%;
}
.grimpl-sec-newsgrids .newgrids-col .merge-bottom {
  margin: 0 0 20px;
}
.grimpl-sec-newsgrids .new-grid-pic {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.grimpl-sec-newsgrids .new-grid-pic a {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  border-radius: 12px;
  overflow: hidden;
}
.grimpl-sec-newsgrids .new-grid-pic img {
  width: 100%;
  vertical-align: top;
}
.grimpl-sec-sustainability .home-container {
  max-width: 1240px;
}
.grimpl-sec-sustainability .grimpl-sustainability-sec {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0 0 100px;
}
.grimpl-sec-sustainability .grimpl-sustainability-title {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0 0 70px;
  text-align: center;
}
.grimpl-sec-sustainability .grimpl-sustainability-title span {
  display: inline-block;
  width: auto;
  vertical-align: top;
  font-weight: normal;
  font-size: 48px;
  line-height: 58px;
  font-family: 'Inter-Bold';
  color: #222;
}
.grimpl-sec-sustainability .sustainability-grid-list {
  display: flex;
  gap: 30px;
  align-content: center;
  justify-content: center;
}
.grimpl-sec-sustainability .sustainability-grid {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.grimpl-sec-sustainability .sustainability-grid:hover .sust-grid-cont {
  bottom: 21px;
}
.grimpl-sec-sustainability .sustainability-grid-cont {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
}
.grimpl-sec-sustainability .sust-grid-pic {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.grimpl-sec-sustainability .sust-grid-pic img {
  vertical-align: top;
  width: 100%;
  border-radius: 12px;
}
.grimpl-sec-sustainability .sust-grid-cont {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  text-align: center;
  padding: 0 23px;
  box-sizing: border-box;
  position: absolute;
  bottom: -130px;
  left: 0;
  transition: all 0.5s ease;
}
.grimpl-sec-sustainability .sust-grid-title {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  line-height: 38px;
  font-size: 32px;
  font-weight: normal;
  font-family: 'Inter-Bold';
  color: #fff;
  min-height: 76px;
  margin: 0 0 50px;
}
.grimpl-sec-sustainability .sust-grid-desc {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  font-size: 24px;
  color: #fff;
  line-height: 30px;
  min-height: 130px;
  font-weight: normal;
  font-family: 'Inter-Regular';
}
.grimpl-sec-mid-video .grimpl-vid {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  overflow: hidden;
  border-radius: 12px;
  margin: 0 0 70px;
  position: relative;
  padding-bottom: 50%;
}
.grimpl-sec-mid-video .grimpl-vid iframe {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
/*=========================Custom Css for tab slider section of global warning=========================*/
.grimpl-global-warning-sec .home-container {
  max-width: 1240px;
}
.grimpl-global-warning-sec-info {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 30px 0;
  text-align: center;
}
.grimpl-global-warning-sec-info span {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  font-size: 30px;
  font-weight: normal;
  font-family: 'Inter-Medium';
  color: #222;
  line-height: 42px;
  max-width: 1000px;
}
.global-warn-tabs-sec {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
#global-warn-tab-sliders {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding: 0 30px;
  box-sizing: border-box;
}
.global-warn-sec-top-tabs {
  display: flex;
  width: 100%;
  margin: 20px 0 30px;
  justify-content: center;
  gap: 10px;
  align-items: center;
}
.global-warn-sec-top-tabs .gw-top-tab {
  display: inline-block;
  width: auto;
  vertical-align: top;
  min-width: 165px;
}
.global-warn-sec-top-tabs .gw-top-tab[aria-expanded="true"] .top-tab-title {
  background: #00ad19;
}
.global-warn-sec-top-tabs .gw-top-tab[aria-expanded="true"] .top-tab-title span {
  color: #fff;
}
.global-warn-sec-top-tabs .top-tab-title {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  box-sizing: border-box;
  text-align: center;
  border: 2px solid #00ad19;
  border-radius: 5px;
  transition: all 0.5s ease;
  cursor: pointer;
}
.global-warn-sec-top-tabs .top-tab-title span {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  color: #01544c;
  font-size: 13px;
  font-family: 'Inter-Bold';
  letter-spacing: 0.5px;
  padding: 6px 0px;
  box-sizing: border-box;
  line-height: 36px;
  text-transform: none;
}
.global-warn-sec-top-tabs .top-tab-title:hover {
  background: #00ad19;
}
.global-warn-sec-top-tabs .top-tab-title:hover span {
  color: #fff;
}
.global-warn-sec-top-tabs-cont {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.global-warn-sec-top-tabs-cont .gw-top-tab-content {
  float: left;
  width: 100%;
}
.gw-tab-slider-sec {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.gw-tab-slider-banners {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.gw-tab-slider-title {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  text-align: center;
  margin: 15px 0 30px;
  font-size: 28px;
  font-family: 'Inter-Bold';
  color: #000;
  letter-spacing: 1px;
  font-weight: normal;
  line-height: 40px;
}
.gw-tab-slider-title strong {
  color: #00AD19;
}
.gw-tab-slider .gw-tab-slide {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.gw-tab-slider .gw-slide-content {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.gw-tab-slider .gw-slide-info {
  display: inline-block;
  width: 45%;
  margin: 0 4% 0 0;
}
.gw-tab-slider .gw-slide-pic {
  display: inline-block;
  width: 45%;
  margin: 0 0 0 4%;
}
.gw-tab-slider .gw-slide-pic img {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  border-radius: 10px;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.2);
}
.gw-tab-slider .gw-slide-title {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  font-size: 20px;
  letter-spacing: 1px;
  font-family: 'Inter-Medium';
  color: #000;
  line-height: 36px;
  margin: 0 0 20px;
}
.gw-tab-slider .gw-slide-desc {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  letter-spacing: 1px;
  font-family: 'Inter-Regular';
  font-size: 16px;
  line-height: 30px;
  color: #000;
}
.gw-tab-slider .owl-nav button.owl-prev span {
  left: -35px;
}
.gw-tab-slider .owl-nav button.owl-next span {
  right: -35px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .global-warn-sec-top-tabs {
    gap: 4px;
  }
  .global-warn-sec-top-tabs .gw-top-tab {
    min-width: 105px;
  }
  .global-warn-sec-top-tabs .top-tab-title span {
    font-size: 8px;
    letter-spacing: 0px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1230px) {
  .global-warn-sec-top-tabs {
    gap: 8px;
  }
  .global-warn-sec-top-tabs .gw-top-tab {
    min-width: 138px;
  }
  .global-warn-sec-top-tabs .top-tab-title span {
    font-size: 11px;
    letter-spacing: 0px;
  }
}
/*=========================Custom Css for Washing Machine Camp Landing page=========================*/
.cms-washing-machine-special-campaign .page-main {
  max-width: 100%;
  padding: 0;
}
.cms-washing-machine-special-campaign .page-main .column.main {
  padding-bottom: 0px;
}
.cms-wm-camp-page-sections {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.cms-wm-camp-page-sections .cms-page-section .cms-title {
  font-family: 'DINPRo-Light';
  font-size: 45px;
  line-height: 56px;
  text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.16);
  margin: 0 0 48px;
  color: #000000;
}
.cms-wm-camp-page-sections .cms-page-section .wm-camp-monsoon-features .cms-title {
  margin: 16px 0 18px;
}
.cms-wm-camp-page-sections .cms-page-section .wm-camp-laundry-needs .cms-title {
  margin: 15px 0 24px;
}
.cms-wm-camp-page-sections .cms-page-section .wm-camp-household-sec .cms-page-title {
  margin: 0;
}
.cms-wm-camp-page-sections .cms-page-section .wm-camp-household-sec .cms-title {
  margin: 15px 0 25px;
}
.cms-wm-camp-page-content {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.cms-wm-camp-page-content .home-container {
  max-width: 1140px;
}
.wm-camp-page-sec {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 30px 0;
}
.wm-camp-page-sec.wm-camp-top-slider {
  margin-top: 0px;
  margin-bottom: 40px;
}
.wm-camp-page-sec .models-list {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  gap: 60px;
}
.wm-camp-page-sec .models-list.center {
  justify-content: center;
}
.wm-camp-page-sec.wm-camp-eligible-models {
  margin-bottom: 0px;
}
.wm-camp-page-sec.wm-camp-eligible-models .wm-camp-product-wm1 {
  margin: 0;
}
.wm-camp-page-sec.wm-camp-below-sec-nav {
  margin: 0px 0 28px;
  padding-top: 80px;
}
.wm-camp-page-sec.wm-camp-laundry-needs {
  margin-top: 77px;
}
.wm-camp-page-sec.wm-camp-household-sec {
  margin-top: 48px;
  margin-bottom: 5px;
}
.wm-camp-page-sec.wm-camp-bottom-banner-sec {
  margin: 0 0 5px;
  background: #cae6ef;
}
.digit-box {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  text-align: center;
}
.digit-box b {
  display: inline-block;
  width: 36px;
  vertical-align: top;
  line-height: 36px;
  background: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 7px;
  color: #5977A6;
  font-size: 25px;
  font-family: 'DINPRo-Medium';
  font-weight: normal;
}
.digit-box.blue b {
  background: #5977A6;
  color: #fff;
  border: 1.5px solid rgba(255, 255, 255, 0.93);
  font-size: 34px;
  width: 48px;
  height: 48px;
  line-height: 48px;
}
.wm-camp-top-banner {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.wm-camp-top-banner img {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.wm-camp-product {
  float: left;
  width: calc((50% - 30px));
  margin: 0 0 60px;
}
.wm-camp-pro-pic {
  float: left;
  width: 43%;
  padding: 0 15px 0 0;
  box-sizing: border-box;
}
.wm-camp-pro-pic a {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.wm-camp-pro-pic img {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.wm-camp-pro-info {
  float: left;
  width: 57%;
}
.pro-info-feature-list {
  display: flex;
  width: 100%;
  gap: 5px;
  flex-wrap: wrap;
  border-bottom: 1px solid #C5CDD7;
  padding: 0 0 10px;
}
.pro-info-feature-list .pro-info-feature {
  float: left;
  width: calc((33.3333% - 4px));
}
.pro-info-feature-list .pro-feat-icon {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0 0 8px;
  border: 1px solid #E6E9EE;
  box-sizing: border-box;
}
.pro-info-feature-list .pro-feat-icon img {
  display: inline-block;
  width: auto;
  vertical-align: top;
}
.pro-info-feature-list .pro-feat-label {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  text-align: center;
  font-family: 'DINPRo-Bold';
  font-size: 14px;
  line-height: 16px;
  color: #1F1F1F;
  letter-spacing: 0px;
}
.pro-info-feature-list .pro-disclaimer {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  font-size: 12px;
  line-height: 28px;
  font-family: 'DINPRo-Light';
  color: #1F1F1F;
  margin: -12px 0 0;
}
.pro-buy-option {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  border-bottom: 1px solid #C5CDD7;
  padding: 10px 0 15px;
}
.pro-buy-option:last-child {
  border: none;
}
.pro-buy-option .pro-option-sku {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  font-family: 'DINPRo-Regular';
  font-size: 18px;
  line-height: 26px;
  color: #1F1F1F;
}
.pro-buy-option .pro-option-sku b {
  font-weight: normal;
  display: inline-block;
  width: auto;
  vertical-align: top;
  font-family: 'DINPRo-Bold';
  font-size: 22px;
}
.pro-buy-option .pro-option-price-box {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 5px 0;
}
.pro-buy-option .special-price {
  display: inline-block;
  width: auto;
  vertical-align: top;
  font-size: 18px;
  font-family: 'DINPRo-Bold';
  color: #0041C0;
  line-height: 26px;
}
.pro-buy-option .old-price {
  display: inline-block;
  width: auto;
  vertical-align: bottom;
  color: #1F1F1F;
  text-decoration: line-through;
  font-size: 14px;
  font-family: 'DINPRo-Bold';
}
.pro-buy-option .save-price {
  display: inline-block;
  width: auto;
  vertical-align: bottom;
  margin: 0 0 0 3px;
  color: #1F1F1F;
  font-family: 'DINPRo-Regular';
  font-size: 14px;
  line-height: 26px;
}
.pro-buy-option .save-price strong {
  font-weight: normal;
  font-family: 'DINPRo-Bold';
  font-size: 18px;
  display: inline-block;
  width: auto;
  vertical-align: top;
  margin: 0 5px 0 0;
}
.pro-buy-option .wm-pro-buy-btn {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  text-align: right;
}
.pro-buy-option .wm-pro-buy-btn a {
  display: inline-block;
  width: auto;
  vertical-align: top;
  background: #0041C0;
  color: #fff;
  font-size: 19px;
  font-family: 'DINPRo-Bold';
  text-transform: uppercase;
  padding: 0 26px;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.16);
  line-height: 36px;
  border-radius: 10px;
  text-decoration: none;
}
.pro-buy-option .wm-pro-buy-btn a span {
  display: inline-block;
  width: auto;
  vertical-align: top;
}
.below-sec-nav-list {
  display: flex;
  justify-content: center;
  width: 100%;
  background: #5977A6;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.below-sec-cont {
  display: inline-block;
  width: 33.333333%;
  text-align: center;
  border-right: 6px solid #fff;
  box-sizing: border-box;
}
.below-sec-cont:last-child {
  border: none;
}
.below-sec-cont a {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding: 21px 0px 15px;
  box-sizing: border-box;
}
.below-sec-cont .below-sec-label {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  font-size: 30px;
  line-height: 33px;
  color: #fff;
  font-family: 'DINPRo-Medium';
  margin: 12px 0 16px;
  padding: 0 0 3px;
}
.below-sec-cont .below-sec-icon {
  float: left;
  width: 100%;
  text-align: center;
  max-height: 12px;
}
.below-sec-cont .below-sec-icon img {
  display: inline-block;
  width: auto;
  vertical-align: top;
}
.monsoon-features {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.monsoon-feat {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding: 28px 0;
  background: #E6E9EE;
}
.monsoon-feat .monfeat-sec {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  align-items: center;
}
.monsoon-feat .monfeat-pic {
  float: left;
  width: 50%;
}
.monsoon-feat .monfeat-pic img {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.monsoon-feat .monfeat-info {
  float: left;
  width: 50%;
  padding: 0 0 0 50px;
  box-sizing: border-box;
}
.monsoon-feat .monfeat-num {
  float: left;
  width: auto;
  font-family: 'DINPRo-Regular';
  color: #fff;
  font-size: 80px;
  line-height: 64px;
  margin: 0 8px 0 0;
}
.monsoon-feat .monfeat-label {
  float: left;
  width: calc((100% - 100px));
  font-family: 'DINPRo-Medium';
  font-size: 28px;
  line-height: 32px;
  color: #1F1F1F;
}
.monsoon-feat .monfeat-desc {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 40px 0 0;
  color: #1F1F1F;
  font-family: 'DINPRo-Regular';
  font-size: 18px;
  line-height: 32px;
}
.monsoon-feat .monfeat-disclaimer {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 20px 0 0;
  font-family: 'DINPRo-Regular';
  font-size: 12px;
  line-height: 24px;
  color: #1F1F1F;
}
.monsoon-feat.monsoon-feat-white {
  background: #fff;
  padding: 56px 0;
}
.monsoon-feat.monsoon-feat-white .monfeat-pic {
  order: 2;
}
.monsoon-feat.monsoon-feat-white .monfeat-info {
  order: 1;
  padding: 0 50px 0 0;
}
.monsoon-feat.monsoon-feat-white .monfeat-num {
  color: #DDE3ED;
}
.laundry-needs-top-sec {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.laundry-need-ques-blocks {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  margin: 0;
  gap: 25px;
  justify-content: center;
}
.laundry-ques-block {
  display: inline-block;
  width: calc((33.333% - 17px));
}
.laundry-ques-block a {
  display: flex;
  width: 100%;
  vertical-align: top;
  background: #6E93CC;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  padding: 32px 24px 32px 10px;
  box-sizing: border-box;
  align-items: center;
  text-decoration: none;
}
.laundry-ques-mark {
  display: inline-block;
  width: auto;
  color: rgba(253, 254, 255, 0.4);
  font-size: 40px;
  font-family: 'DINPRo-Regular';
  line-height: 48px;
  padding: 0 14px 0 0;
}
.laundry-ques-info {
  display: inline-block;
  width: auto;
  font-family: 'DINPRo-Bold';
  color: #ffffff;
  font-size: 20px;
  line-height: 24px;
}
.laundry-ques-icon {
  display: inline-block;
  width: auto;
  vertical-align: top;
  margin: 0 0 0 10px;
}
.laundry-needs-bottom-sec {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 66px 0 0;
}
.laundry-need-info-blocks {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.laundry-info-block {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.laundry-needs-bottom-sec-bg {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  background: #F3F7FD;
  padding: 22px 0;
}
.laundry-info-content {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 22px 0 0;
}
.laundry-info-question {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0 0 14px;
}
.laundry-info-question span {
  display: inline-block;
  width: auto;
  vertical-align: top;
  padding: 6px 20px;
  background: #6E93CC;
  color: #fff;
  font-family: 'DINPRo-Bold';
  font-size: 18px;
  line-height: 24px;
}
.laundry-info-question span b {
  font-weight: normal;
  display: inline-block;
  width: auto;
  vertical-align: top;
  line-height: 24px;
  font-family: 'DINPRo-Regular';
  font-size: 20px;
  color: rgba(255, 255, 255, 0.6);
  margin: 0 6px 0 0;
}
.laundry-info-ans-title {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0;
  padding: 0 60px 0 0;
  box-sizing: border-box;
  position: relative;
}
.laundry-info-ans-title .ans-alpha {
  display: inline-block;
  width: auto;
  vertical-align: top;
  font-family: 'DINPRo-Medium';
  font-size: 42px;
  line-height: 52px;
  color: #6E93CC;
  padding: 0 13px 0 0;
  position: relative;
  margin: 0 14px 0 0;
}
.laundry-info-ans-title .ans-alpha:after {
  content: ' ';
  position: absolute;
  width: 2px;
  height: 36px;
  background: #6E93CC;
  right: -1px;
  top: 10px;
}
.laundry-info-ans-title .ans-title {
  display: inline-block;
  width: auto;
  vertical-align: top;
  color: #1F1F1F;
  font-family: 'DINPRo-Medium';
  font-size: 42px;
  line-height: 52px;
}
.laundry-backt-to-ques {
  display: inline-block;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translate(0, -50%);
  width: auto;
}
.laundry-backt-to-ques a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  vertical-align: top;
  border-radius: 50%;
  background: #6E93CC;
  color: #fff;
}
.laundry-backt-to-ques em {
  display: inline-block;
  width: auto;
  vertical-align: top;
  line-height: 40px;
  font-size: 30px;
}
.laundry-backt-to-ques em:before {
  display: inline-block;
  width: auto;
  vertical-align: top;
  line-height: 35px;
  color: #fff;
}
.laundry-info-ans-content {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.laundry-ans-pic {
  float: left;
  width: 48%;
}
.laundry-ans-pic img {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.laundry-ans-desc {
  float: left;
  width: 52%;
  padding: 0 0 0 50px;
  box-sizing: border-box;
}
.laundry-ans-desc .laundry-ans-tag-icons {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  min-height: 86px;
}
.laundry-ans-desc .ans-tag-icon {
  float: left;
  width: auto;
}
.laundry-ans-desc .ans-tag-icon img {
  display: inline-block;
  width: auto;
  vertical-align: top;
}
.laundry-ans-desc .ans-tag-icon.right-icon {
  float: right;
}
.laundry-ans-desc .ans-tag-icon.right-icon img {
  margin: 0 0 0 10px;
}
.laundry-ans-desc .laundry-ans-title {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 30px 0;
  color: #1F1F1F;
  font-size: 24px;
  line-height: 30px;
  font-family: 'DINPRo-Medium';
}
.laundry-ans-desc .laundry-ans-info {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  font-size: 18px;
  line-height: 32px;
  color: #1F1F1F;
  font-family: 'DINPRo-Regular';
  margin: 0 0 26px;
}
.laundry-ans-desc .laundry-ans-points {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding: 0;
  margin: 0;
  list-style: none;
}
.laundry-ans-desc .laundry-ans-points li {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0 0 8px;
  padding: 2px 0 2px 40px;
  box-sizing: border-box;
  font-size: 18px;
  line-height: 24px;
  font-family: 'DINPRo-Regular';
  color: #1F1F1F;
  background: url('../../frontend/OM/Desktop/en_US/images/wm-camp-tick.png') no-repeat scroll top 2px left / 24px;
}
.laundry-ans-desc .laundry-ans-points li:last-child {
  margin: 0;
}
.laundry-info-ans-relevant {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 60px 0 0;
}
.laundry-ans-relevant-title {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  text-align: center;
  /*position: relative;
		
		&:after {
			content: ' ';
			width: 100%;
			border-bottom: 1px solid #CCCCCC;
			position: absolute;
			left: 0;
			top: 50%;
			transform: translate(0, -50%);
		}*/
}
.laundry-ans-relevant-title span {
  display: inline-block;
  width: auto;
  vertical-align: top;
  font-size: 30px;
  line-height: 40px;
  color: #1F1F1F;
  font-family: 'DINPRo-Medium';
  position: relative;
  z-index: 1;
  background: #fff;
  padding: 0 18px;
}
.laundry-ans-relevant-cont {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 30px 0 0;
}
.laundry-ans-relevant-video {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  text-align: center;
}
.laundry-ans-relevant-video .wm-camp-video-sec {
  max-width: 800px;
  margin: 0 auto;
}
.household-sec {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  background: #E7EBF2;
  padding: 80px 0;
}
.household-block-list {
  display: flex;
  gap: 40px;
}
.household-block {
  display: inline-block;
  width: 33.3333%;
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
}
.household-block-pic {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  position: relative;
}
.household-block-pic img {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.household-block-pic .household-pic-label {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  position: absolute;
  bottom: 0;
  left: 0px;
  z-index: 1;
  background: rgba(89, 126, 166, 0.75);
  text-align: center;
  color: #fff;
  font-size: 24px;
  line-height: 36px;
  font-family: 'DINPRo-Bold';
  padding: 5px 0;
}
.household-block-cont {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding: 20px;
  box-sizing: border-box;
}
.household-block-cont .hh-block-label {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  font-size: 18px;
  line-height: 24px;
  color: #1F1F1F;
  font-family: 'DINPRo-Light';
}
.household-block-cont .hh-block-pro {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  color: #1F1F1F;
  font-size: 22px;
  font-family: 'DINPRo-Medium';
  line-height: 24px;
  margin: 8px 0 0;
}
.household-block-cont .hh-block-pro.maerg-top {
  margin: 26px 0 0;
}
.household-block-cont .hh-block-pro-buy {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 8px 0 0;
}
.household-block-cont .hh-block-pro-buy a {
  display: inline-block;
  width: auto;
  vertical-align: top;
  background: #0041C0;
  color: #fff;
  font-size: 19px;
  font-family: 'DINPRo-Bold';
  text-transform: uppercase;
  padding: 0 30px;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.16);
  line-height: 36px;
  border-radius: 10px;
  text-decoration: none;
}
.camp-bottom-banner-section {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.camp-bottom-banner-pic {
  float: left;
  width: 37%;
  margin: 0 1% 0 0;
}
.camp-bottom-banner-pic img {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.camp-bottom-banner-info {
  float: left;
  width: 62%;
  margin: 20px 0 0;
}
.camp-bottom-banner-info .camp-bottom-title {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  color: #394144;
  font-size: 26px;
  line-height: 30px;
  font-family: 'DINPRo-Bold';
}
.camp-bottom-banner-info .camp-bottom-title b {
  font-weight: normal;
  font-size: 30px;
  line-height: 30px;
  color: #b40400;
  font-family: 'DINPRo-Bold';
}
.camp-bottom-banner-info .camp-bottom-subtitle {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  color: #394144;
  font-family: 'DINPRo-Medium';
  font-size: 18px;
  margin: 5px 0 0;
}
.camp-bottom-banner-info .camp-bottom-midtitle {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  line-height: 24px;
  font-size: 16px;
  font-family: 'DINPRo-Medium';
  margin: 10px 0 0;
  padding: 0 12px;
  background: linear-gradient(104deg, #ffffff 9%, #cae6ef 100%);
  color: #598EA6;
}
.camp-bottom-banner-info .camp-bottom-points {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 8px 0 0;
  padding: 0 0 0 8px;
  list-style: none;
}
.camp-bottom-banner-info .camp-bottom-points li {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0;
  padding: 2px 0 2px 40px;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 24px;
  font-family: 'DINPRo-Medium';
  color: #1F1F1F;
  background: url('../../frontend/OM/Desktop/en_US/images/wm-camp-tick-white.png') no-repeat scroll top 3px left / 22px;
}
.back-to-top-pointers {
  float: left;
  width: auto;
}
.back-to-top-circle {
  position: fixed;
  right: 36px;
  bottom: 120px;
  display: inline-block;
  width: auto;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  border-radius: 50%;
  transition: all 0.5s ease-out;
  transform: scale(0);
  z-index: 1;
}
.back-to-top-circle a {
  display: inline-block;
  vertical-align: top;
  width: 50px;
  text-align: center;
  line-height: 50px;
  height: 50px;
  background: #0041C0;
}
.back-to-top-circle.active {
  transform: scale(1);
}
.back-to-top-circle em {
  display: inline-block;
  width: auto;
  vertical-align: top;
  line-height: 44px;
  color: #fff;
  font-size: 36px;
}
/*=========================Custom Css for LED Festive Camp Landing page=========================*/
.cms-led-tv-diwali-festive-offers .page-main {
  max-width: 100%;
  padding: 0;
}
.cms-led-tv-diwali-festive-offers .page-main .column.main {
  padding-bottom: 0px;
}
.cms-lefe-camp-page-sections {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.cms-lefe-camp-page-sections .cms-page-section .cms-title {
  font-family: 'DINPRo-Light';
  font-size: 45px;
  line-height: 56px;
  text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.16);
  margin: 10px 0 20px;
  color: #000000;
}
.cms-page-desc {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  text-align: center;
  padding: 0 20px;
  margin: 0 0 20px;
  box-sizing: border-box;
}
.cms-page-desc .cms-desc-info {
  display: inline-block;
  width: 85%;
  vertical-align: top;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.5px;
  color: #000;
  max-width: 1600px;
}
.cms-led-camp-page-content {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.cms-led-camp-page-content .home-container {
  padding: 0 20px;
  max-width: 1680px;
}
.led-camp-page-sec {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding: 30px 0;
}
.led-camp-page-sec.led-camp-top-slider {
  padding-top: 0px;
}
.led-camp-top-banner {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.led-camp-top-banner img {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.led-camp-page-sec .product-item-info {
  padding: 15px;
  background: #ffffff url('../../frontend/OM/Desktop/en_US/images/diwali-fest-pro-grid-bg-1.png') no-repeat scroll center top;
  background-size: contain;
}
.led-camp-page-sec .product-item-info .product-item-photo {
  margin: 10px 0 0;
}
.led-camp-page-sec .product-item-info .companyname {
  display: none;
}
.led-camp-page-sec .product-item-info .offer-content-section ul {
  margin: 0;
}
.led-camp-page-sec .product-item-info .discount-container {
  top: 6px;
  left: 10px;
  display: inline-block;
  width: 36px;
  height: 36px;
}
.led-camp-page-sec .product-item-info .discount-container span {
  display: inline-block;
  width: 100%;
  text-align: center;
  line-height: 16px;
  padding: 2px;
  box-sizing: border-box;
  background: #ee1377;
  color: #fff;
  border-radius: 50%;
  font-size: 11px;
}
.led-camp-page-sec .product-item-info .pro-grid-special-offer {
  line-height: 18px;
  height: 18px;
}
.led-camp-page-sec .product-item-info .pro-grid-special-offer span {
  line-height: 18px;
}
.led-camp-page-sec .product-item-info .pro-grid-special-offer:nth-child(2) {
  display: none;
}
.below-sec-nav-list {
  display: flex;
  justify-content: center;
  width: 100%;
  background: none;
  /*box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);*/
}
.below-sec-cont {
  display: inline-block;
  width: auto;
  text-align: center;
  border-right: 6px solid #fff;
  box-sizing: border-box;
  vertical-align: top;
  max-width: 50%;
}
.below-sec-cont:last-child {
  border: none;
}
.below-sec-cont a {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding: 0px;
  box-sizing: border-box;
}
.below-sec-cont .below-sec-pic {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.below-sec-cont .below-sec-pic img {
  display: inline-block;
  width: auto;
  vertical-align: top;
}
.led-camp-features {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.led-camp-feat-sec {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding: 10px 0;
}
.led-camp-feat-sec .led-camp-feat-pic {
  float: left;
  width: 100%;
}
.led-camp-feat-sec .led-camp-feat-pic img {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.led-camp-relevant-video {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding: 40px 0 20px;
}
.led-camp-video-sec {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  position: relative;
  padding-bottom: 28%;
  margin: 10px 0 0;
}
.led-camp-video-sec iframe {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
.back-to-top-pointers {
  float: left;
  width: auto;
}
.back-to-top-circle {
  position: fixed;
  right: 36px;
  bottom: 120px;
  display: inline-block;
  width: auto;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  border-radius: 50%;
  transition: all 0.5s ease-out;
  transform: scale(0);
  z-index: 1;
}
.back-to-top-circle a {
  display: inline-block;
  vertical-align: top;
  width: 50px;
  text-align: center;
  line-height: 50px;
  height: 50px;
  background: #0041C0;
}
.back-to-top-circle.active {
  transform: scale(1);
}
.back-to-top-circle em {
  display: inline-block;
  width: auto;
  vertical-align: top;
  line-height: 44px;
  color: #fff;
  font-size: 36px;
}
/*=========================Custom Css for Diwali Festive Camp Landing page=========================*/
.cms-diwali-offers-with-panasonic .page-main {
  max-width: 100%;
  padding: 0;
}
.cms-diwali-offers-with-panasonic .page-main .column.main {
  padding-bottom: 0px;
}
.cms-diwali-camp-page-sections {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  background: url('../../frontend/OM/Desktop/en_US/images/diwali-fest-bg.png') repeat scroll left top;
}
.cms-diwali-camp-page-content {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.diwali-camp-page-sec {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding: 30px 0;
}
.diwali-camp-page-sec.diwali-camp-top-slider {
  padding-top: 0px;
}
.diwali-camp-page-sec.diwali-mid-title {
  padding: 0;
}
.diwali-camp-page-sec.diwali-camp-rtbs {
  padding-bottom: 0px;
}
.diwali-camp-top-banner {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.diwali-camp-top-banner img {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.diwali-rtbs-list {
  display: flex;
  width: 100%;
  align-content: space-between;
  justify-content: center;
  gap: 8%;
}
.diwali-rtb-box {
  display: inline-block;
  width: auto;
  vertical-align: top;
}
.diwali-rtb-pic {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.diwali-rtb-pic img {
  display: inline-block;
  width: auto;
  vertical-align: top;
}
/*=========================Custom Css for Product Section=========================*/
.diwali-fest-prod-list {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding: 30px 0 0;
}
.diwali-fest-prod-list .home-container {
  max-width: 100%;
  padding: 0px;
}
.diwali-fest-prod-list .diwali-fest-pro {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.diwali-fest-prod-list .home-cont-sec {
  padding: 0px;
}
.diwali-fest-prod-list .home-deal-pro-slider {
  margin: 0;
}
.diwali-fest-prod-list #top-product-element .product-tab {
  padding: 30px 0;
}
.diwali-fest-prod-list #top-product-element .product-top-tabs {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding: 0 10px;
  box-sizing: border-box;
}
.diwali-fest-prod-list #top-product-element .products-name-list {
  margin: 0 0.6%;
  width: 13%;
  max-width: 150px;
}
.diwali-fest-prod-list #top-product-element .products-name-list a {
  font-size: 14px;
  letter-spacing: 0.5px;
  padding: 0 10px;
  border-color: #fab920;
  box-shadow: 4px 4px 14px rgba(0, 0, 0, 0.14);
  background: #fff;
  width: 100%;
  box-sizing: border-box;
}
.diwali-fest-prod-list #top-product-element .products-name-list a:hover {
  background: #fab920;
}
.diwali-fest-prod-list #top-product-element .top-products {
  padding: 20px 0px 30px;
}
.diwali-fest-prod-list #top-product-element .top-products .cms-deal-offer-section {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.diwali-fest-prod-list #top-product-element .top-products .cms-deal-offer-section .home-page-product-list {
  width: 100%;
}
.diwali-fest-prod-list #top-product-element .top-products .cms-deal-offer-section .custom_addto_form {
  background: #ffffff url('../../frontend/OM/Desktop/en_US/images/diwali-fest-pro-grid-bg-1.png') no-repeat scroll center top;
  background-size: contain;
}
.diwali-fest-prod-list #top-product-element .top-products .product-collect-box {
  display: flex;
  padding: 0 20px;
  align-items: center;
  justify-content: center;
  align-content: center;
}
.diwali-fest-prod-list #top-product-element .top-products .pwc-img-wrapper {
  margin: 10px 0 0;
}
.diwali-fest-prod-list #top-product-element .top-products .pwc-img-wrapper img {
  max-height: initial;
}
.diwali-fest-prod-list #top-product-element .top-products .discount-container {
  top: 5px;
  left: 10px;
  display: inline-block;
  width: 36px;
  height: 36px;
}
.diwali-fest-prod-list #top-product-element .top-products .discount-container span {
  display: inline-block;
  width: 100%;
  text-align: center;
  line-height: 16px;
  padding: 2px;
  box-sizing: border-box;
  background: #ee1377;
  color: #fff;
  border-radius: 50%;
  font-size: 11px;
}
.diwali-fest-prod-list #top-product-element .top-products .product-hover ul {
  margin: 0;
}
.diwali-fest-prod-list #top-product-element .top-products .action-secondry {
  display: none;
}
.deal-container-title {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  text-align: center;
  /*background: #fff;*/
  margin: 40px 0 20px;
}
.deal-container-title .deal-cont-title {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  max-width: 1200px;
  margin: 0px auto;
  background: url('../../frontend/OM/Desktop/en_US/images/diwali-fest-title-bg-3.png') no-repeat scroll center / contain;
}
.deal-container-title span {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  font-size: 28px;
  font-family: 'DINPRo-Bold';
  line-height: 40px;
  padding: 10px 30px;
  background: #EB1970;
  color: #F9B721;
  border: 2px solid #F9B721;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  max-width: 700px;
  border-radius: 50px;
  box-sizing: border-box;
}
.deals-container {
  width: 100%;
  max-width: 1680px;
  margin: 0 auto;
}
.deal-container-banner {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 30px 0 0;
}
.deal-banner-pic {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.deal-banner-pic img {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .diwali-fest-prod-list #top-product-element .product-top-tabs {
    padding: 0 10px;
  }
  .diwali-fest-prod-list #top-product-element .products-name-list {
    margin: 0px 2px;
    width: 100px;
  }
  .diwali-fest-prod-list #top-product-element .products-name-list a {
    font-size: 10px;
    padding: 0 2px;
  }
  .deal-container-title span {
    font-size: 24px;
    line-height: 30px;
    max-width: 560px;
    letter-spacing: 0.2px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  .diwali-fest-prod-list #top-product-element .product-top-tabs {
    padding: 0 20px;
  }
  .diwali-fest-prod-list #top-product-element .products-name-list {
    margin: 0px 2px;
    width: 132px;
  }
  .diwali-fest-prod-list #top-product-element .products-name-list a {
    font-size: 13px;
    padding: 0 3px;
  }
}
/*======================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;
  max-width: 100%;
}
.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-title.yt-link-title {
  cursor: pointer;
}
.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 .fieldset.otp-fieldset {
  margin: -36px 0 0;
}
#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 div.mage-error {
  margin: 0;
  color: #FF8080;
}
#callbackform .field.otp-field {
  margin: 0;
  float: right;
}
#callbackform.form-with-otp .field.terms {
  width: auto;
  margin: 20px 0 0;
}
#callbackform.form-with-otp .field div.control {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  position: relative;
}
#callbackform.form-with-otp .field div.mage-error {
  margin: 0;
  color: #FF8080;
  position: absolute;
  top: 42px;
  line-height: 11px;
  left: 0;
}
#callbackform #resend-otp-timer {
  float: left;
  width: 100%;
  color: #fff;
  text-align: left;
  font-size: 11px;
  line-height: 16px;
}
#callbackform .actions-toolbar {
  float: right;
  width: 20%;
  padding: 0 10px;
  box-sizing: border-box;
}
#callbackform .actions-toolbar.submit-toolbar {
  margin: -36px 0 0;
}
#callbackform .actions-toolbar .primary {
  width: 100%;
  vertical-align: top;
}
#callbackform .actions-toolbar button.action.submit,
#callbackform .actions-toolbar button.action.send-otp {
  width: 200px;
  padding: 0;
  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%;
  float: left;
}
/*======================Custom Css for Seo Sitemap page======================*/
.seo-tree-struture {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding: 0 5%;
  box-sizing: border-box;
}
.seo-tree-leafs {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.seo-tree-col {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  position: relative;
  margin: 0 0 70px;
}
.seo-tree-col .st-leaf {
  float: left;
  width: 25%;
  position: relative;
}
.seo-tree-col .st-leaf a {
  display: inline-block;
  width: 80%;
  text-align: center;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 3px;
  box-shadow: 0 3px 3px #666;
  line-height: 18px;
  font-size: 13px;
  padding: 12px;
  color: #282828;
  text-decoration: none;
  transition: all 0.5s ease;
  position: relative;
}
.seo-tree-col .st-leaf a:hover {
  background: #0041C0;
  border-color: #0041C0;
  color: #fff;
}
.seo-tree-col .st-leaf a:before {
  content: " ";
  width: 1px;
  height: 30px;
  border-left: 2px solid #ccc;
  position: absolute;
  left: 50%;
  top: -30px;
  transform: translate(-50%, 0);
}
.seo-tree-col .st-leaf a.disabled-tab {
  background: #ececec;
  font-family: 'DINPro-Medium';
  cursor: default;
  pointer-events: none;
}
.seo-tree-col .st-leaf:after {
  content: " ";
  width: 100%;
  height: 1px;
  border-bottom: 2px solid #ccc;
  position: absolute;
  left: -60%;
  top: -30px;
}
.seo-tree-col .st-leaf:first-child:after {
  width: 70%;
  left: -20%;
}
.seo-tree-col:after {
  content: " ";
  width: 1px;
  height: calc((100% + 70px));
  position: absolute;
  left: -5%;
  top: -28px;
  border-left: 2px solid #cccccc;
}
.seo-tree-col:last-child:after {
  border: none;
}
.seo-tree-col.seo-tree-leaf-1:after {
  height: calc((100% + 22px));
  top: 22px;
}
.seo-tree-col.seo-tree-leaf-1 #home {
  position: static;
}
.seo-tree-col.seo-tree-leaf-1 #home:after {
  width: 5%;
  left: -5%;
  top: 19px;
}
.seo-tree-col.seo-tree-leaf-1 #home a:before {
  content: none;
}
.cms-page-section .cms-page-content .seo-tree-col ul {
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}
.cms-page-section .cms-page-content .seo-tree-col ul li {
  margin: 0 0 20px;
}
.cms-page-section .cms-page-content .seo-tree-col ul li a:before {
  height: 20px;
  top: -20px;
  z-index: -1;
}
.cms-page-section .cms-page-content .seo-tree-col ul.active li.collapsed_item {
  max-height: initial;
  margin: 0 0 20px;
}
.cms-page-section .cms-page-content .seo-tree-col li.collapsed_item {
  margin: 0;
  max-height: 0px;
  overflow: hidden;
}
/*======================Custom Css for Green Impact page======================*/
.cms-greenimpact .sections.nav-sections {
  display: none;
}
.cms-greenimpact .page-main {
  padding: 0;
  max-width: 100%;
}
.cms-greenimpact .page-header {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}
.cms-green-impact-page-sections {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.cms-green-impact-page-sections .cms-page-content {
  padding: 60px 0;
}
.cms-green-impact-page-sections .cms-page-section h1.cms-title {
  font-size: 42px;
  line-height: 40px;
  margin: 0px;
  padding: 12px 0px 25px;
  text-align: left;
  font-family: "DINPro-Light";
  letter-spacing: 0.5px;
}
.cms-green-impact-page-sections .cms-page-section .t-right-link {
  display: none;
}
.cms-green-impact-page-sections .cms-page-section .t-right-link a {
  font-family: "DINPro-Medium";
  letter-spacing: 0.5px;
  font-size: 14px;
  padding-left: 30px;
  margin-left: 20px;
  color: #000;
  line-height: 36px;
  display: inline-block;
}
.cms-green-impact-page-sections .cms-page-section .t-right-link a.contact-us {
  background: url(../../frontend/OM/Desktop/en_US/images/contact-us.png) no-repeat left center;
  background-size: 16px;
}
.cms-green-impact-page-sections .cms-page-section .t-right-link a.save-page {
  background: url(../../frontend/OM/Desktop/en_US/images/save-page.png) no-repeat left center;
  background-size: 14px;
}
.cms-green-impact-page-sections .cms-page-section .t-right-link a.share {
  background: url(../../frontend/OM/Desktop/en_US/images/l-share.png) no-repeat left center;
  background-size: 16px;
}
.cms-green-impact-page-sections .cms-page-slider {
  position: relative;
}
.cms-green-impact-page-sections .cms-page-slider .home-container {
  position: relative;
}
.cms-green-impact-page-sections .cms-page-slider .v-banner {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  position: relative;
  overflow: hidden;
}
.cms-green-impact-page-sections .cms-page-slider .v-banner iframe {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.cms-green-impact-page-sections .cms-page-slider .v-banner img.b-aero-img {
  position: absolute;
  right: 0px;
  height: 100%;
  top: 0px;
  display: inline-block;
  width: auto;
  vertical-align: top;
  max-width: 25%;
}
.cms-green-impact-page-sections .cms-page-slider .v-banner img.b-aero-img-left {
  position: absolute;
  left: 0px;
  height: 100%;
  top: 0px;
  display: inline-block;
  width: auto;
  vertical-align: top;
  max-width: 25%;
}
.cms-green-impact-page-sections .cms-page-slider .banner-cap {
  position: absolute;
  bottom: 50px;
  background: #000000bf;
  max-width: 767px;
  padding: 10px;
  color: #fff;
  left: 35px;
  border-left: 28px solid #0041c0;
  padding-left: 24px;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.cms-green-impact-page-sections .cms-page-slider .banner-cap h3 {
  font-size: 24px;
  line-height: 32px;
  margin: 10px 0;
  font-family: "DINPro-Medium";
  display: inline-block;
  width: 100%;
  vertical-align: top;
  font-weight: normal;
}
.cms-green-impact-page-sections .cms-page-slider .banner-cap p {
  font-size: 16px;
  line-height: 24px;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0 0 10px 0;
}
.cms-green-page-cont-sec {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.cms-green-page-cont-sec .cms-page-content.grey {
  background: #F0F0F0;
}
.cms-green-page-cont-sec .cms-page-content .view-infographic a {
  background: #76BC21;
  color: #fff;
  padding: 0px 32px;
  display: inline-block;
  width: auto;
  vertical-align: top;
  text-transform: uppercase;
  line-height: 46px;
  text-decoration: none;
}
.cms-green-page-cont-sec .cms-page-content .view-infographic.text-center {
  text-align: center;
  margin: 20px 0 30px;
}
.cms-green-page-cont-sec .cms-page-content small {
  display: inline-block;
  width: auto;
  vertical-align: bottom;
  line-height: 8px;
  font-size: 8px;
  position: relative;
  left: 1px;
  top: -2px;
}
.cms-green-page-cont-sec .in-page-navigation {
  background: #000000;
  color: #ababab;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.cms-green-page-cont-sec .in-page-navigation ul.navigation-llist {
  list-style: none;
}
.cms-green-page-cont-sec .in-page-navigation ul.navigation-llist li {
  display: inline-block;
  width: auto;
  vertical-align: top;
  opacity: 0.6;
  margin: 0;
}
.cms-green-page-cont-sec .in-page-navigation ul.navigation-llist li a {
  display: inline-block;
  width: auto;
  line-height: 60px;
  background: url(../../frontend/OM/Desktop/en_US/images/green-page-down-icon.svg) no-repeat left center;
  padding-left: 28px;
  margin: 0 30px 0 0;
  font-size: 22px;
  transition: all 0.5s ease;
  color: #ffffff;
  text-decoration: none;
  font-family: "DINPro-Medium";
}
.cms-green-page-cont-sec .in-page-navigation ul.navigation-llist li:hover {
  opacity: 1;
}
.cms-green-page-cont-sec .in-page-navigation.smaller {
  position: sticky;
  top: 0;
  z-index: 1;
}
.cms-green-page-cont-sec h2.sec-title {
  font-size: 28px;
  line-height: 36px;
  margin-bottom: 30px;
  color: #000;
  font-weight: normal;
  font-family: "DINPro-Regular";
  margin-top: 0;
}
.cms-green-page-cont-sec p {
  font-size: 16px;
  line-height: 28px;
  color: #000;
}
.cms-green-page-cont-sec .first {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  margin: 0;
}
.cms-green-page-cont-sec .first .content-part {
  width: 56%;
  font-size: 18px;
  line-height: 28px;
  color: #000;
  float: left;
  box-sizing: border-box;
}
.cms-green-page-cont-sec .first .image-part {
  width: 44%;
  height: auto;
  border: none;
  float: right;
  padding: 0 7% 0 17%;
  box-sizing: border-box;
}
.cms-green-page-cont-sec .year-box {
  display: flex;
  width: 100%;
}
.cms-green-page-cont-sec .year-box .box {
  flex: 1;
}
.cms-green-page-cont-sec .year-box .box img {
  border: none;
  max-width: 90%;
  margin-bottom: 20px;
  padding: 0 20% 0 10%;
  box-sizing: border-box;
}
.cms-green-page-cont-sec .year-box .box ul {
  padding-left: 20px;
  max-width: 350px;
}
.cms-green-page-cont-sec .year-box .box ul li {
  margin: 0 0 10px;
  color: #000;
  font-size: 15px;
  line-height: 24px;
}
.cms-green-page-cont-sec .year-box .box p {
  font-size: 18px;
}
.cms-green-page-cont-sec .story-line .content-part {
  display: flex;
  margin-top: 50px;
}
.cms-green-page-cont-sec .story-line .content-part .stats-box {
  flex: 1;
}
.cms-green-page-cont-sec .story-line .content-part .stats ul.story-numbers {
  padding: 0;
  list-style: none;
  padding-right: 28px;
}
.cms-green-page-cont-sec .story-line .content-part .stats ul.story-numbers li {
  display: flex;
  width: 100%;
  margin-bottom: 10px;
  padding: 10px 20px 10px 0;
  border-left: 10px solid transparent;
  transition: all 0.5s ease;
  box-sizing: border-box;
  cursor: pointer;
}
.cms-green-page-cont-sec .story-line .content-part .stats ul.story-numbers li.active {
  box-sizing: border-box;
  background: #f0f0f0;
  border-color: #0041c0;
}
.cms-green-page-cont-sec .story-line .content-part .stats ul.story-numbers li .number {
  border: none;
  display: inline-block;
  float: left;
  margin-right: 25px;
  flex: none;
}
.cms-green-page-cont-sec .story-line .content-part .stats ul.story-numbers li .stats-details {
  color: #000;
}
.cms-green-page-cont-sec .story-line .content-part .stats ul.story-numbers li .stats-details h3 {
  font-size: 24px;
  line-height: 32px;
  color: #000;
  margin-top: 0;
}
.cms-green-page-cont-sec .story-line .content-part .stats ul.story-numbers li .stats-details p {
  font-size: 15px;
  line-height: 20px;
  color: #000;
}
.cms-green-page-cont-sec .story-line .content-part .story-image.stats-box {
  text-align: center;
  display: none;
}
.cms-green-page-cont-sec .story-line .content-part .story-image.stats-box.active {
  display: block;
}
.cms-green-page-cont-sec .story-line .content-part .story-image.stats-box img {
  border: none;
  padding: 10px;
}
.cms-green-page-cont-sec .next-to-story {
  display: flex;
}
.cms-green-page-cont-sec .next-to-story .equal-box {
  flex: 1;
}
.cms-green-page-cont-sec .next-to-story .equal-box h3 {
  font-size: 30px;
  line-height: 40px;
  color: #000;
  margin-bottom: 40px;
}
.cms-green-page-cont-sec .next-to-story .equal-box p {
  line-height: 32px;
  font-size: 18px;
}
.cms-green-page-cont-sec .next-to-story .content-box {
  padding: 0 80px;
}
.cms-green-page-cont-sec .next-to-story .content-box.padding-right {
  padding-right: 0;
}
.cms-green-page-cont-sec .next-to-story .content-box.padding-left {
  padding-left: 0;
}
.cms-green-page-cont-sec .next-to-story .content-box p {
  margin-bottom: 35px;
}
.cms-green-page-cont-sec .next-to-story .image-area img {
  width: 100%;
}
.cms-green-page-cont-sec .quotes {
  max-width: 796px;
  margin: 0 auto;
  padding-top: 30px;
}
.cms-green-page-cont-sec .quotes .quote {
  font-size: 28px;
  line-height: 34px;
  margin-bottom: 40px;
  color: #000;
}
.cms-green-page-cont-sec .quotes .quote-by {
  font-size: 15px;
  line-height: 32px;
  color: #000;
}
.cms-green-page-cont-sec .quotes .quote-by p {
  font-weight: 700;
}
.cms-green-page-cont-sec .rethinking {
  display: flex;
  flex-direction: column;
}
.cms-green-page-cont-sec .rethinking h2 {
  font-size: 36px;
  color: #000;
  line-height: 46px;
  font-family: "DINPro-Medium";
}
.cms-green-page-cont-sec .rethinking p {
  font-size: 18px;
  line-height: 30px;
}
.cms-green-page-cont-sec .rethinking .three-col {
  display: flex;
  margin-top: 30px;
}
.cms-green-page-cont-sec .rethinking .three-col .col {
  flex: 1;
  padding-right: 35px;
}
.cms-green-page-cont-sec .rethinking .three-col .col h3 {
  font-size: 24px;
  line-height: 31px;
}
.cms-green-page-cont-sec .rethinking .three-col .col p {
  font-size: 18px;
  line-height: 30px;
  color: #000;
}
.cms-green-page-cont-sec .rethinking .three-col .col img {
  border: none;
}
.cms-green-page-cont-sec .rethinking .last-col {
  margin-top: 60px;
  padding-bottom: 40px;
}
.cms-green-page-cont-sec .rethinking .last-col h3 {
  font-size: 24px;
  line-height: 31px;
  margin-bottom: 20px;
}
.cms-green-page-cont-sec .rethinking .last-col p {
  font-size: 18px;
  line-height: 30px;
  color: #000;
  margin-bottom: 50px;
}
.cms-green-page-cont-sec .rethinking .last-col p.source {
  margin: 50px 0 0;
}
/*======================Custom Css for Lumix CMS page======================*/
.cms-lumix-page-sections {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.cms-lumix-page-sections .cms-page-section .cms-title {
  color: #fff;
  font-size: 30px;
  text-transform: uppercase;
}
.cms-lumix-page-sections .cms-page-section .cms-page-content {
  color: #fff;
}
.cms-lumix-page-sections .cms-page-section .leaf-info {
  color: #fff;
}
.cms-lumix-page-sections .cms-page-section .leaf-info small {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 15px 0 0;
  font-size: 10px;
  font-family: 'DINPro-Medium';
  letter-spacing: 0.8px;
  line-height: 16px;
}
.cms-lumix-page-sections .cms-page-tree:after {
  border-color: #AB0033;
}
.cms-lumix-page-sections .leaf-number:after {
  background: #AB0033;
}
.cms-lumix-page-sections .leaf-title {
  color: #AB0033;
  font-size: 26px;
  text-transform: uppercase;
}
.cms-lumix-page-sections .products-grid {
  margin: 20px 0;
  padding: 0 40px;
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.cms-lumix-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-lumix-page-sections .products-grid .products {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0;
}
.cms-lumix-page-sections .products-grid li.product-item {
  width: 100%;
  padding: 8px 6px;
  box-sizing: border-box;
  margin: 0;
}
.cms-lumix-page-sections .product-item-details .product-item-name a {
  line-height: 17px;
}
.cms-lumix-page-sections .product-item-details .product-item-actions .action.tocompare {
  bottom: 28px;
}
.cms-lumix-page-sections .product-item-details .product-item-actions .actions-primary .buynow-btn {
  float: right;
  width: 48%;
}
.cms-lumix-page-sections .wash-items .owl-nav button span {
  left: -35px;
}
.cms-lumix-page-sections .wash-items .owl-nav button.owl-next span {
  left: auto;
  right: -35px;
}
.cms-panasonic-lumix-s9 .page-main {
  padding: 0;
  max-width: 100%;
  background: #000;
}
.cms-panasonic-lumix-s9 .page.messages {
  display: none;
}
.cms-panasonic-lumix-s9 .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-panasonic-lumix-s9 .owl-theme .owl-dots .owl-dot span:after {
  content: none;
}
.cms-panasonic-lumix-s9 .owl-theme .owl-dots .owl-dot.active span,
.cms-panasonic-lumix-s9 .owl-theme .owl-dots .owl-dot:hover span {
  background: #AB0033;
  border-color: #AB0033;
}
.cms-panasonic-lumix-s9 .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-panasonic-lumix-s9 .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-panasonic-lumix-s9 .cms-product-info .cms-pro-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.cms-product-info {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding: 0 40px;
  box-sizing: border-box;
}
.cms-product-info .cms-pro-container {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  background: #ececec;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 5px;
  margin: 25px 0;
  color: #000;
}
.cms-product-info .cms-pro-right {
  float: left;
  width: 75%;
  padding: 0 25px 0 0;
  box-sizing: border-box;
}
.cms-product-info .cms-pro-left {
  float: right;
  width: 25%;
}
.cms-product-info .cms-pro-name {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0 0 25px;
  font-size: 24px;
  letter-spacing: 1px;
  line-height: 36px;
  font-family: "DINPRo-Bold";
}
.cms-product-info .cms-pro-pics-gallery {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.cms-product-info .pro-pics-list {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.cms-product-info .pro-pic {
  float: left;
  width: 13%;
  margin: 0 3% 0 0;
  cursor: pointer;
}
.cms-product-info .pro-pic img {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding: 5px;
  box-sizing: border-box;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
  border-radius: 5px;
}
.cms-product-info .cms-pro-price {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  text-align: right;
}
.cms-product-info .pro-price-label {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.8px;
  font-family: "DINPRo-Bold";
}
.cms-product-info .pro-price {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  line-height: 40px;
  font-size: 24px;
  letter-spacing: 1px;
  font-weight: normal;
  font-family: "DINPRo-Bold";
  color: #AB0033;
}
.cms-product-info .old-pro-price {
  display: inline-block;
  width: auto;
  vertical-align: middle;
  line-height: 30px;
  font-size: 17px;
  letter-spacing: 1px;
  text-decoration: line-through;
  font-family: 'DINPro-Regular';
  color: #000;
  margin: 0 0 0 10px;
}
.cms-product-info .pro-price-note {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  font-size: 11px;
  letter-spacing: 1px;
  line-height: 18px;
}
.cms-product-info .cms-pro-call-back {
  display: inline-block;
  width: auto;
  vertical-align: top;
  text-transform: capitalize;
  letter-spacing: 1px;
  background: #AB0033;
  line-height: 40px;
  padding: 0 30px;
  border-radius: 6px;
  color: #fff;
  font-family: "DINPRo-Medium";
  font-size: 14px;
  margin: 20px 0 0;
  text-decoration: none;
}
.cms-pro-zoom-popup {
  display: none;
  width: 100%;
  vertical-align: top;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  background: rgba(0, 0, 0, 0.71);
  z-index: 3;
}
.cms-pro-zoom-popup.active {
  display: inline-block;
}
.cms-pro-zoom-popup .pro-zoom-sec {
  display: inline-block;
  position: absolute;
  width: 90%;
  height: auto;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 700px;
  max-height: 90vh;
}
.cms-pro-zoom-popup .pro-zoom-container {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  position: relative;
  padding: 0;
  box-sizing: border-box;
  background: #ffffff;
  max-height: 90vh;
}
.cms-pro-zoom-popup .zoom-close {
  display: inline-block;
  z-index: 4;
  position: absolute;
  right: -15px;
  top: -15px;
  cursor: pointer;
}
.cms-pro-zoom-popup .zoom-close span {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: #AB0033;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  line-height: 28px;
  font-size: 14px;
}
.cms-pro-zoom-popup .pro-zoom-pic-slider {
  padding: 0 40px;
  box-sizing: border-box;
}
.cms-pro-zoom-popup .pro-zoom-pic-slider .owl-nav {
  float: left;
  width: 100%;
}
.cms-pro-zoom-popup .pro-zoom-pic-slider .owl-nav button {
  display: inline-block;
  width: 30px;
  position: absolute;
  margin: 0;
  height: 60px;
  z-index: 11;
  background: none !important;
  top: 50%;
  transform: translate(0, -50%);
  left: 10px;
}
.cms-pro-zoom-popup .pro-zoom-pic-slider .owl-nav button span {
  position: static;
  display: inline-block;
  vertical-align: middle;
}
.cms-pro-zoom-popup .pro-zoom-pic-slider .owl-nav button.owl-next {
  left: initial;
  right: 10px;
}
.cms-pro-zoom-popup .owl-item .pro-pic-slide {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  text-align: center;
}
.cms-pro-zoom-popup .owl-item .pro-pic-slide img {
  display: inline-block;
  width: auto;
  vertical-align: top;
  max-height: 90vh;
}
/*======================Custom Css for Thankyou pop-up for request a call back form======================*/
.thankyou-msg-popup {
  float: left;
  width: 100%;
  display: none;
}
.thankyou-msg-popup.active {
  display: block;
}
.thankyou-msg-container {
  display: inline-block;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  background: rgba(0, 0, 0, 0.71);
  z-index: 6;
}
.thankyou-popup {
  display: inline-block;
  width: 90%;
  max-width: 500px;
  background: #fff;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 20px;
  border-radius: 6px;
  text-align: center;
  box-sizing: border-box;
}
.thankyou-popup .thankyou-popup-cont {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.thankyou-popup .thank-icon {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 5px 0 15px;
}
.thankyou-popup .thank-icon em {
  display: inline-block;
  width: auto;
  vertical-align: top;
  color: #006400;
  font-size: 28px;
  border: 4px solid #006400;
  border-radius: 50%;
  padding: 13px;
}
.thankyou-popup .thank-title {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  font-size: 30px;
  line-height: 40px;
  font-weight: normal;
  font-family: "DINPRo-Bold";
  color: #282828;
  letter-spacing: 1px;
  margin: 0 0 15px;
}
.thankyou-popup .thank-desc {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  letter-spacing: 1px;
  font-weight: normal;
  font-family: "DINPRo-Medium";
  color: #000;
  margin: 0 0 5px;
}
/*======================Custom Css for Lumix Lesson Page & Custom Pop-up & CMS Accordian======================*/
.cms-lumix-lessons .page-main {
  padding: 0;
  max-width: 100%;
}
.cms-lumix-lessons .cate-side-fix-btn a {
  top: 0px;
}
.cms-popup-section {
  top: 0;
  background: rgba(0, 0, 0, 0.71);
  border-radius: 0;
  bottom: initial;
  height: 100%;
  box-shadow: none;
  z-index: 6;
  display: none;
  width: 100%;
  position: fixed;
  left: 0;
}
.cms-popup-section.active {
  display: block;
}
.cms-popup-section .cms-popup-content {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.cms-popup-section .cms-popup-sec {
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  padding: 30px;
  background: #fff;
  box-sizing: border-box;
  border-radius: 8px;
  max-width: 700px;
}
.cms-popup-section .cms-popup-title {
  float: left;
  width: 100%;
  text-align: center;
  margin: 0 0 10px;
}
.cms-popup-section .cms-popup-title span {
  display: inline-block;
  width: auto;
  vertical-align: top;
  font-weight: normal;
  letter-spacing: 0.5px;
  font-family: 'DINPRo-Bold';
  font-size: 20px;
  line-height: 28px;
  color: #000;
  margin: 0;
}
.cms-popup-section .cms-popup-close {
  float: right;
  width: auto;
  cursor: pointer;
  position: absolute;
  top: 6px;
  right: 6px;
  padding: 0;
}
.cms-popup-section .cms-popup-close span {
  display: inline-block;
  vertical-align: top;
  width: 28px;
  height: 28px;
  font-size: 0;
}
.cms-popup-section .cms-popup-close span:after {
  display: inline-block;
  vertical-align: top;
  width: 28px;
  height: 28px;
  line-height: 28px;
  color: #9d9d9d;
  font-size: 24px;
  font-weight: bold;
  content: '\e616';
  font-family: 'luma-icons';
  text-align: center;
}
.cms-popup-section .cms-popup-cont {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.cms-popup-section iframe {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  border-radius: 5px;
}
.cms-page-accordian-section {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding: 50px 40px 0px;
  box-sizing: border-box;
  margin: -40px 0 10px;
}
.cms-accordian-title-list {
  display: flex;
  width: 100%;
  margin: 10px 0;
  gap: 20px;
  align-items: center;
  justify-content: center;
}
.cms-accord-trigger-box {
  display: inline-block;
  width: 32%;
  vertical-align: top;
  padding: 0;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  margin: 10px 0;
  border-radius: 5px;
  background: #6E93CC;
  min-width: 260px;
  transition: all 0.5s ease;
}
.cms-accord-trigger-box[aria-expanded="true"] {
  background: #0041C0;
}
.cms-accord-trigger-box[aria-expanded="true"] .cms-accord-trigger-title span {
  color: #fff;
}
.cms-accord-trigger-box[aria-expanded="true"] .cms-accord-trigger-title em {
  transform: rotate(-180deg);
  background: #fff;
  color: #0041C0;
}
.cms-accord-trigger-title {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  cursor: pointer;
  padding: 20px;
  box-sizing: border-box;
}
.cms-accord-trigger-title span {
  float: left;
  width: auto;
  max-width: calc((100% - 50px));
  font-size: 20px;
  font-family: 'DINPRo-Medium';
  color: #fff;
  line-height: 30px;
}
.cms-accord-trigger-title em {
  float: right;
  width: 30px;
  height: 30px;
  text-align: center;
  background: #fff;
  line-height: 30px;
  border-radius: 50%;
  color: #6E93CC;
  font-size: 24px;
  transition: all 0.5s ease;
}
.cms-accordian-content-sec {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0 0 30px;
}
.cms-accord-trigger-cont {
  float: left;
  width: 100%;
}
.cms-accord-info {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding: 15px;
  box-sizing: border-box;
  background: #f3f7fd;
  border-radius: 10px;
}
.cms-accord-info span {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  color: #000;
  letter-spacing: 0.5px;
}
.lumix-videos-index-list {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.lumix-video-index-point {
  float: left;
  width: 50%;
  padding: 8px;
  box-sizing: border-box;
}
.lumix-video-index-point a {
  display: inline list-item;
  width: auto;
  vertical-align: top;
  list-style: disc;
  font-size: 16px;
  line-height: 30px;
  color: #000;
  font-family: 'DINPRo-Medium';
  text-transform: uppercase;
  text-decoration: none;
}
.lumix-video-index-point a:hover {
  color: #0041C0;
}
.lumix-expert-info-sec {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.lumix-expert-info-box {
  display: flex;
  width: 100%;
  margin: 0 0 20px;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
.lumix-expert-info-box.left-box .lumix-expert-info-desc {
  order: 1;
  text-align: right;
}
.lumix-expert-info-box.left-box .lumix-expert-info-pic {
  order: 2;
}
.lumix-expert-info-pic {
  display: inline-block;
  width: 30%;
  vertical-align: top;
  border-radius: 50%;
  text-align: center;
}
.lumix-expert-info-pic img {
  display: inline-block;
  width: auto;
  vertical-align: top;
  border-radius: 50%;
  max-height: 300px;
}
.lumix-expert-info-desc {
  display: inline-block;
  width: calc((70% - 50px));
  vertical-align: top;
}
.lumix-expert-info-desc .expert-title {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  font-size: 13px;
  font-family: 'DINPRo-Medium';
  line-height: 20px;
  margin: 0 0 20px;
}
.lumix-expert-info-desc .expert-title strong {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  font-weight: normal;
  font-family: 'DINPRo-Bold';
  font-size: 18px;
  line-height: 28px;
}
.lumix-lesson-collection {
  display: flex;
  width: 100%;
  gap: 10px;
  align-items: center;
  justify-content: center;
  margin: 20px 0;
}
.lumix-lesson-collection .lumix-coll-pic {
  display: inline-block;
  width: calc((33% - 10px));
  vertical-align: top;
}
.lumix-lesson-collection .lumix-coll-pic a {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.lumix-lesson-collection .lumix-coll-pic img {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
/*======================Custom Css for Camera Festive Offer CMS page======================*/
.cms-camera-diwali-festive-offers .page-main {
  padding: 0;
  max-width: 100%;
}
.cms-camera-diwali-festive-offers .page.messages {
  display: none;
}
.cms-camera-diwali-festive-offers .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-camera-diwali-festive-offers .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-camera-diwali-festive-offers .cms-product-info .cms-pro-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.cms-camera-diwali-festive-offers .cms-product-info .pro-pic {
  width: 12%;
  margin: 0 2% 0 0;
}
.cms-camera-diwali-festive-offers .cms-product-info .pro-price {
  color: #EB1970;
}
.cms-camera-diwali-festive-offers .cms-product-info .cms-pro-call-back {
  background: #EB1970;
}
.cms-camera-diwali-festive-offers .camera-fest-box {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0 0 50px;
}
.cms-camera-diwali-festive-offers .cms-page-tree .leaf-title {
  color: #EB1970;
}
.cms-camera-diwali-festive-offers .cms-page-tree:after {
  border-color: #EB1970;
}
.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,
.customer-account-create .page-main .fieldset .mobileget .model-bottom .submitbtnajax .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
.customer-account-create .page-main .fieldset .otpverify .model-bottom .submitbtnajax .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
.customer-account-create .page-main .fieldset .mobileget .model-bottom .submitbtnajax .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary,
.customer-account-create .page-main .fieldset .otpverify .model-bottom .submitbtnajax .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .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,
.customer-account-create .page-main .fieldset .mobileget .model-bottom .submitbtnajax .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary:hover,
.customer-account-create .page-main .fieldset .otpverify .model-bottom .submitbtnajax .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary:hover,
.customer-account-create .page-main .fieldset .mobileget .model-bottom .submitbtnajax .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary:hover,
.customer-account-create .page-main .fieldset .otpverify .model-bottom .submitbtnajax .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .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 Order track status section of user dashboard=========================*/
  /*=========================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;
  /*order: 1;
					
					&:nth-child(10),
					&:nth-child(6) {
						display: none;
					}
					
					&:nth-child(1) {
						order: 0;
					}
					
					&:nth-child(2) {
						order: 0;
					}
					
					&:nth-child(8) {
						order: 5;
					}
					
					&:nth-child(9) {
						order: 6;
					}
					
					&:nth-child(11) {
						order: 4;
					}
					
					&:nth-child(12) {
						order: 3;
					}
					
					&:nth-child(13) {
						order: 0;
					}
					
					&:nth-child(14) {
						order: 4;
					}
					
					&:nth-child(15) {
						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-wrapper.additional-addresses {
  overflow: hidden;
}
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 table.table-additional-addresses-items {
  table-layout: fixed;
  word-wrap: break-word;
}
body.account .columns table.table-additional-addresses-items tr th,
body.account .columns table.table-additional-addresses-items tr td {
  letter-spacing: 0.2px;
  font-size: 13px;
  white-space: normal;
  vertical-align: top;
  line-height: 24px;
  padding: 10px 5px;
}
body.account .columns table.table-additional-addresses-items tr th.col.streetaddress {
  white-space: nowrap;
  width: 20%;
}
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 .order-details-items.invoice .order-title form {
  float: right;
  width: auto;
}
body.account .columns .order-details-items.invoice .order-title button.action {
  margin: -2px 0 0;
  padding: 0 16px;
  border: none;
  line-height: 28px;
  vertical-align: top;
  background: #0041c0;
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.5px;
}
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: none;
  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,
body.account .columns .products-grid.wishlist .product-item-inner .box-tocart button.paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
body.account .columns .products-grid.wishlist .product-item-inner .box-tocart button.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .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,
body.account .columns .actions-toolbar button.paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
body.account .columns .actions-toolbar button.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .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 .block-order-details-view .order-status-bar {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0;
  padding: 0;
  border: none;
  text-align: center;
  box-sizing: border-box;
}
body.account .block-order-details-view .order-status-bar 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 .block-order-details-view .order-status-bar .process-steps-tracker {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
body.account .block-order-details-view .order-status-bar .process-steps {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  text-align: center;
}
body.account .block-order-details-view .order-status-bar .process-steps .proc-step {
  float: left;
  max-width: 25%;
  font-family: "DINPro-Medium";
  letter-spacing: 0.5px;
  font-size: 12px;
  padding-left: 0;
  font-weight: normal;
  width: 300px;
  text-align: center;
  position: relative;
}
body.account .block-order-details-view .order-status-bar .process-steps .proc-step:before {
  content: '';
  height: 6px;
  width: 50%;
  position: absolute;
  background: #e9e9f1;
  top: calc((50% + 17px));
  right: -2px;
  transform: translate(0, -50%);
  margin-top: 10px;
}
body.account .block-order-details-view .order-status-bar .process-steps .proc-step:after {
  content: '';
  height: 6px;
  width: calc(50%);
  position: absolute;
  background: #e9e9f1;
  top: calc((50% + 17px));
  left: 0;
  transform: translate(0, -50%);
  margin-top: 10px;
}
body.account .block-order-details-view .order-status-bar .process-steps .proc-step:first-child:after {
  display: none;
}
body.account .block-order-details-view .order-status-bar .process-steps .proc-step:last-child:before {
  display: none;
}
body.account .block-order-details-view .order-status-bar .process-steps .proc-step .proc-step-dot {
  width: 30px;
  height: 30px;
  display: block;
  background: #e9e9f1;
  margin: 15px auto;
  border-radius: 100%;
}
body.account .block-order-details-view .order-status-bar .process-steps .proc-step.complete .proc-step-dot {
  background: #218c0c;
}
body.account .block-order-details-view .order-status-bar .process-steps .proc-step.complete .proc-step-dot:after {
  content: "\f00c";
  font-family: FontAwesome;
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  position: relative;
  z-index: 1;
  width: 100%;
  line-height: 30px;
  font-weight: normal;
  color: #fff;
}
body.account .block-order-details-view .order-status-bar .process-steps .proc-step.complete:after {
  background: #218c0c;
}
body.account .block-order-details-view .order-status-bar .process-steps .proc-step.complete:before {
  background: #218c0c;
}
body.account .block-order-details-view .order-status-bar .process-steps .proc-step-info {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  min-height: 52px;
}
body.account .block-order-details-view .order-status-bar .process-steps .proc-step-label {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  font-size: 14px;
  line-height: 28px;
}
body.account .block-order-details-view .order-status-bar .process-steps .proc-step-date {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  line-height: 22px;
}
body.account .block-order-details-view .order-status-bar .process-steps.steps-3 {
  padding: 0 10%;
  box-sizing: border-box;
}
body.account .block-order-details-view .order-status-bar .process-steps.steps-3 .proc-step {
  max-width: 33.333333%;
  width: 300px;
}
body.account .block-order-details-view .order-status-bar .process-steps.steps-5 .proc-step {
  max-width: 20%;
}
body.account .block-order-details-view .order-status-bar .order-disclaimer {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 5px 0 0;
  font-size: 11px;
  letter-spacing: 0.5px;
  font-family: 'DINPRo-Medium';
}
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,
body.account.customeramc-customer-index form.form-appliance .form-group button.paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
body.account.customeramc-customer-index form.form-appliance .form-group button.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .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,
body.account.customeramc-customer-index form.form-appliance .actions-toolbar button.paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
body.account.customeramc-customer-index form.form-appliance .actions-toolbar button.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .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 .model-checkbox-col {
  float: left;
  width: 5%;
  padding: 10px;
  box-sizing: border-box;
  position: relative;
  top: 70px;
}
body.account.customeramcplans-customer-index .product-items .model-checkbox-col .sec-checkbox {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  line-height: 40px;
}
body.account.customeramcplans-customer-index .product-items .model-checkbox-col .sec-checkbox input.model-checkbox {
  margin: 0;
  top: 0;
}
body.account.customeramcplans-customer-index .product-items .col-md-3 {
  float: left;
  width: 20%;
  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;
  font-family: "DINPRo-Bold";
}
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 .amc-mrp-incl {
  float: right;
  width: auto;
  line-height: 40px;
  font-size: 12px;
  letter-spacing: .5px;
  font-family: "DINPro-Medium";
}
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 span.old-price {
  width: 100%;
  color: #585a5a;
  font-family: "DINPRo-Medium";
  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.customeramcplans-customer-index .comman-add-tocart {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  text-align: center;
}
body.account.customeramcplans-customer-index .add-all-tocart {
  display: inline-block;
  width: auto;
  vertical-align: top;
  background: #0041c0;
  color: #fff;
  padding: 0 30px;
  line-height: 40px;
  border-radius: 6px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 14px;
  font-family: 'DINPro-Medium';
  cursor: pointer;
}
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,
body.account.customeroutofw-customer-index .actions-toolbar button.paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
body.account.customeroutofw-customer-index .actions-toolbar button.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .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,
body.account.mymodule-customer-index #service_popup_modal .form-contact .actions-toolbar button.paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
body.account.mymodule-customer-index #appliance-popup-modal .form-contact .actions-toolbar button.paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
body.account.mymodule-customer-index #service_popup_modal .form-appliance .actions-toolbar button.paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
body.account.mymodule-customer-index #appliance-popup-modal .form-appliance .actions-toolbar button.paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
body.account.mymodule-customer-index #service_popup_modal .form-contact .actions-toolbar button.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary,
body.account.mymodule-customer-index #appliance-popup-modal .form-contact .actions-toolbar button.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary,
body.account.mymodule-customer-index #service_popup_modal .form-appliance .actions-toolbar button.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary,
body.account.mymodule-customer-index #appliance-popup-modal .form-appliance .actions-toolbar button.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .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,
body.account.customtab-customer-index #popup-modal .form-contact .actions-toolbar button.paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
body.account.customtab-customer-index #popup-modal .form-contact .actions-toolbar button.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .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 input[type="checkbox"] {
  width: auto;
  margin: 0 5px 0 0;
}
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.customer.consent {
  width: 100%;
}
body.account.customer-account-edit .form.form-edit-account .field.customer.consent .label {
  float: none;
  display: inline-block;
  margin: 0;
  line-height: 40px;
  height: 40px;
  vertical-align: top;
}
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 .form.form-edit-account .field .verified-alternate {
  display: none !important;
}
body.account.customer-account-edit .form.form-edit-account .field.alternate_mobile .control div {
  float: right;
  width: 148px;
  font-size: 11px;
  bottom: -2px !important;
}
body.account.customer-account-edit .form.form-edit-account .field.alternate_mobile .control #change_mobile {
  display: inline-block;
  width: auto;
  font-weight: normal !important;
  font-family: "DINPro-Medium";
  line-height: 14px;
}
body.account.customer-account-edit .form.form-edit-account .field.alternate_mobile .control .verify_alternate {
  float: right;
  width: auto;
  font-size: 11px;
  line-height: 14px;
  height: 0;
  position: relative;
  bottom: -1px;
  font-weight: normal !important;
  font-family: "DINPro-Medium";
  padding: 0 10px;
}
body.account.customer-account-edit .form.form-edit-account .field div.mage-error {
  margin: 0;
  float: left;
  line-height: 12px;
  font-size: 1.1rem;
  height: 0;
  position: relative;
  bottom: -4px;
  width: 100%;
}
body.account.customer-account-edit .form.form-edit-account .field span.already-exist-error,
body.account.customer-account-edit .form.form-edit-account .field span.error-message,
body.account.customer-account-edit .form.form-edit-account .field span.error-message-region,
body.account.customer-account-edit .form.form-edit-account .field span.error-message-city,
body.account.customer-account-edit .form.form-edit-account .field span.uncomplete-complete {
  margin: 0;
  float: left;
  line-height: 12px;
  font-size: 11px;
  height: 0;
  position: relative;
  bottom: -4px;
  width: 100%;
  color: red;
}
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,
body.account.customer-account-edit .actions-toolbar button.paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
body.account.customer-account-edit .actions-toolbar button.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .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;
}
#my-orders-table tr.merged-order-row td.col {
  border: none;
  background: #cdcdcdcd;
  position: relative;
  border-top: 1px solid #000;
  border-color: #000 !important;
}
#my-orders-table tr.merged-order-row td.col.id:after {
  content: "\f07d";
  position: absolute;
  left: 10px;
  width: 70px;
  height: 32px;
  border-right: none;
  top: -16px;
  font-family: FontAwesome;
  text-align: center;
  font-size: 22px;
  display: none;
  vertical-align: top;
  line-height: 32px;
}
#my-orders-table tr.merged-order-row.row-first td.col {
  border-top: 1px solid #000;
}
#my-orders-table tr.merged-order-row.row-first td.col.id:after {
  content: none;
}
/*=========================Custom css for the alternate number pop-up verify=========================*/
.verified-alternate {
  position: relative;
  left: 10em;
  bottom: 1.5em;
  transform: translateY(-50%);
  display: block;
  width: 25px;
  height: 25px;
  line-height: 24px;
  text-align: center;
  color: var(--white);
  border-radius: 100%;
  background-color: green;
}
.alternate-number-popup .action-close {
  display: block !important;
}
.alternate-number-popup .action-close:before {
  font-weight: bold;
}
.alternate-number-popup .modal-title {
  padding-bottom: 0;
  border: none;
  color: #17469E;
  font-weight: 500;
  font-size: 20px;
}
.alternate-number-popup .modal-inner-wrap {
  max-width: 500px !important;
  border-radius: 5px;
}
#alternate_mob_modal {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  text-align: center;
}
#alternate_mob_modal h4 {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  text-align: center !important;
  margin: 5px 0;
  font-weight: normal;
  line-height: 24px;
  font-family: "DINPro-Medium";
  color: #282828;
  font-size: 16px;
  letter-spacing: 0.5px;
}
#alternate_mob_modal #alter_otp {
  font-weight: 400;
  font-size: 13px;
  margin: 5px 0 20px 0;
  box-shadow: 0px 3px 8.550000000000001px 0.45px rgba(0, 0, 0, 0.21);
  border-radius: 6px;
  text-align: center;
  border: 1px solid #0041c0;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  letter-spacing: 0.5px;
  font-family: Montserrat-Regular;
  float: left;
  width: 100%;
}
#alternate_mob_modal #verifyotp {
  display: inline-block;
  width: 150px;
  vertical-align: top;
  padding: 0;
  border: none;
  background: #0041c0;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  font-family: "DINPRo-Medium";
  line-height: 40px;
  border-radius: 6px;
  letter-spacing: 1px;
  text-transform: uppercase;
  box-shadow: none;
}
#alternate_mob_modal #error-otp {
  float: left;
  width: 100%;
  vertical-align: top;
  color: #fb0707;
  font-family: "DINPRo-Medium";
  letter-spacing: 0.5px;
  margin: 10px 0;
}
/*=========================Custom css for the extended warranty section top banner in user dashboard=========================*/
.ewc-account-top-banner {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.ewc-account-top-banner .customer-amc-top-banner {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.ewc-account-top-banner img {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  border-radius: 10px;
  margin: 0 0 20px;
}
@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 table.table-additional-addresses-items tr th,
  body.account .columns table.table-additional-addresses-items tr td {
    letter-spacing: 0px;
    font-size: 10px;
    white-space: normal;
    vertical-align: top;
    line-height: 18px;
    padding: 8px 2px;
  }
  body.account .columns table.table-additional-addresses-items tr th.col.streetaddress {
    width: 18%;
  }
  body.account .columns table.table-additional-addresses-items tr td.col.actions a {
    font-size: 10px;
  }
  body.account .columns table.table-additional-addresses-items tr td.col.actions a.action:after {
    margin: 4px 1px 0 3px;
    height: 10px;
  }
  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: inline-block;
  width: auto;
  vertical-align: top;
  font-weight: normal;
  font-family: 'DINPRo-Medium';
  font-size: 12px;
}
#layered-filter-block .filter-current .filter-label:after {
  margin: 0 0 0 4px;
}
#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,
.map-popup .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
.map-popup .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .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;
}
html,
body {
  scroll-behavior: smooth;
}
.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;
}
/*=========================Below Custom Css By Designer For different reviews different sections on different Pages=========================*/
/*================For the Product Page Different section of reviews================*/
#product-reviews-section {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 50px 0 40px;
}
#product-reviews-section .product-reviws-content {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
#product-reviews-section .reviews-top-title {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  text-align: center;
  margin: 0 0 20px;
}
#product-reviews-section .reviews-top-title span {
  display: inline-block;
  width: auto;
  vertical-align: top;
  font-size: 60px;
  line-height: 70px;
  color: #2A2A2A;
  font-family: 'DINPRo-Bold';
  letter-spacing: 0.5px;
}
#product-reviews-section .reviews-top-title span.counter {
  display: none;
}
#product-reviews-section .reviews-content {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
#product-review-container {
  float: left;
  width: 100%;
}
#product-review-form-sec {
  float: left;
  width: 100%;
}
#product-review-form-sec .product-review-form-top {
  float: left;
  width: 100%;
  text-align: center;
  max-height: 100px;
  overflow: hidden;
  transition: max-height 0.5s ease;
}
#product-review-form-sec .product-review-form-top.non-active {
  max-height: 0px;
}
#product-review-form-sec .product-review-top-toogle {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  max-width: 700px;
  margin: 20px 0;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 50px;
  background: #EAEAEA;
}
#product-review-form-sec .product-review-top-toogle span {
  display: inline-block;
  width: auto;
  vertical-align: top;
  font-size: 16px;
  font-family: 'DINPRo-Medium';
  color: #000;
  letter-spacing: 0.5px;
  line-height: 40px;
}
#product-review-form-sec .product-review-top-toogle span.toggler-btn {
  margin: 0 0 0 20px;
  padding: 0 20px;
  background: #1954C1;
  border-radius: 10px;
  color: #fff;
  font-size: 17px;
  cursor: pointer;
}
#product-review-form-sec .product-review-form-bottom {
  float: left;
  width: 100%;
  text-align: center;
  max-height: 0px;
  overflow: hidden;
  transition: max-height 0.5s ease;
  position: relative;
}
#product-review-form-sec .product-review-form-bottom.active {
  max-height: 10000px;
}
#product-review-form-sec .review-add {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  max-width: 700px;
  margin: 20px 0;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 10px;
  background: #EAEAEA;
}
#product-review-form-sec .review-add .block-title {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0 0 20px 0;
}
#product-review-form-sec .review-add .block-title strong {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  font-size: 24px;
  color: #000;
  font-weight: normal;
  font-family: 'DINPRo-Bold';
  line-height: 40px;
}
#product-review-form-sec #review-form-content {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0 0 10px;
}
#product-review-form-sec #no-review-form {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  font-size: 16px;
  letter-spacing: 0.5px;
  color: #000;
  font-family: 'DINPRo-Medium';
  margin: 0;
  line-height: 40px;
}
#product-review-form-sec #no-review-form div {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
#product-review-form-sec #review-form-sign-in {
  display: inline-block;
  width: auto;
  margin: 0 0 0 10px;
  border: 2px solid #1954C1;
  color: #1954C1;
  font-family: 'DINPRo-Bold';
  padding: 0 20px;
  border-radius: 10px;
  font-size: 18px;
  text-decoration: none;
}
/*for the review top count and link*/
#product-top-review-summary {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 20px 0 0;
}
#product-top-review-summary .product-reviews-summary {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0;
  padding: 0;
}
#product-top-review-summary .rating-summary {
  display: inline-block;
  width: auto;
  vertical-align: top;
  line-height: 16px;
  padding: 0;
  margin: 0;
}
#product-top-review-summary .rating-summary .rating-result {
  vertical-align: top;
  margin: 11px 5px 11px 0;
}
#product-top-review-summary .rating-summary .rating-result > span:before {
  z-index: 1;
}
#product-top-review-summary .rating-summary .review-rating-outof {
  display: inline-block;
  width: auto;
  vertical-align: top;
  line-height: 38px;
  letter-spacing: 0.5px;
  font-size: 18px;
  margin: 0;
  padding: 0;
  color: #000;
}
#product-top-review-summary .rating-summary .review-rating-outof span {
  display: inline-block;
  width: auto;
  vertical-align: top;
}
#product-top-review-summary .rating-summary .review-rating-outof span b {
  display: inline-block;
  width: auto;
  vertical-align: top;
  font-weight: normal;
  font-family: 'DINPRo-Bold';
}
#product-top-review-summary .reviews-actions {
  display: inline-block;
  width: auto;
  vertical-align: top;
  margin: 0;
  padding: 0;
}
#product-top-review-summary .reviews-actions .action.add {
  display: inline-block;
  width: auto;
  vertical-align: top;
  color: #000;
  padding: 0;
  font-size: 15px;
  letter-spacing: 0.5px;
  line-height: 36px;
  border-radius: 5px;
  font-family: 'DINPRo-Medium';
  text-decoration: underline;
}
#product-top-review-summary .reviews-actions .action.add.empty:before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
  font-family: 'luma-icons';
  display: inline-block;
  width: auto;
  vertical-align: top;
  letter-spacing: 4px;
  line-height: 36px;
  margin: 0 2px 0 0;
  color: #c7c7c7;
}
#product-top-review-summary .reviews-actions .action.view {
  display: inline-block;
  width: auto;
  vertical-align: top;
  margin: 0 0 0 7px;
  font-size: 16px;
  line-height: 38px;
  font-family: 'DINPRo-Medium';
  letter-spacing: 0.5px;
  text-decoration: underline;
  padding: 0;
  background: none;
  color: #000;
}
#product-top-review-summary .reviews-actions .action.view:before {
  content: '(';
}
#product-top-review-summary .reviews-actions .action.view:after {
  content: ')';
}
/*for the reviews list*/
#customer-reviews {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
#customer-reviews .block-title {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
#customer-reviews .block-title strong {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  font-size: 24px;
  font-family: 'DINPRo-Bold';
  color: #000;
  letter-spacing: 0.5px;
  line-height: 40px;
  margin: 0;
}
#customer-reviews .block-content {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding: 10px 0;
  border-bottom: 1px solid #ccc;
  margin: 0 0 15px;
}
#customer-reviews .review-items {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
#customer-reviews .review-item {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding: 20px;
  box-sizing: border-box;
  background: #EAEAEA;
  margin: 10px 0;
  border-radius: 12px;
  border: none;
}
#customer-reviews .review-ratings {
  float: left;
  width: auto;
  padding: 12px 20px 12px 0;
  max-width: 100px;
}
#customer-reviews .review-ratings .rating-label {
  display: none;
}
#customer-reviews .review-ratings .rating-result {
  float: left;
  width: auto;
}
#customer-reviews .review-ratings .rating-result > span:before {
  z-index: 1;
}
#customer-reviews .review-title {
  float: left;
  width: calc((100% - 120px));
  margin: 0;
  font-size: 20px;
  line-height: 40px;
  color: #000;
  font-weight: normal;
  font-family: 'DINPRo-Medium';
}
#customer-reviews .review-content-container {
  float: left;
  width: 100%;
  margin: 15px 0 0;
}
#customer-reviews .review-content {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0 0 15px;
  font-size: 15px;
  letter-spacing: 0.5px;
  color: #000;
  line-height: 26px;
}
#customer-reviews .review-details {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
#customer-reviews .review-author {
  float: left;
  width: auto;
  margin: 0;
}
#customer-reviews .review-date {
  float: right;
  width: auto;
  margin: 0;
}
#customer-reviews .review-details-label {
  display: inline-block;
  width: auto;
  vertical-align: top;
  font-size: 14px;
  color: #000;
  letter-spacing: 0.5px;
  font-family: 'DINPRo-Medium';
  position: static;
  line-height: 24px;
  height: initial;
  margin: 0 5px 0 0;
}
#customer-reviews .review-details-value {
  display: inline-block;
  width: auto;
  vertical-align: top;
  font-family: 'DINPRo-Medium';
  letter-spacing: 0.8px;
  font-size: 15px;
  color: #0041c0;
}
#customer-reviews .review-toolbar {
  float: left;
  width: 100%;
  border: none;
  margin: 10px 0;
}
#customer-reviews .review-toolbar .pager {
  float: left;
  width: 100%;
}
#customer-reviews .review-toolbar .pages {
  float: left;
  width: 100%;
  border: none;
  padding: 10px 0;
}
#customer-reviews .review-toolbar #paging-label {
  display: none;
}
#customer-reviews .review-toolbar .pages-items {
  display: inline-block;
  width: auto;
  vertical-align: top;
}
#customer-reviews .review-toolbar li.item {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin: 0 5px;
  background: #86adf5;
  border-radius: 5px;
  box-sizing: border-box;
}
#customer-reviews .review-toolbar li.item .page {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding: 0;
  line-height: 40px;
  background: none;
}
#customer-reviews .review-toolbar li.item .page .label {
  display: none;
}
#customer-reviews .review-toolbar li.item .page span {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  font-size: 20px;
  color: #000;
  font-family: 'DINPRo-Medium';
  line-height: 40px;
}
#customer-reviews .review-toolbar li.item.current {
  background: #1954C1;
}
#customer-reviews .review-toolbar li.item.current .page {
  font-weight: normal;
}
#customer-reviews .review-toolbar li.item.current .page span {
  color: #fff;
}
#customer-reviews .review-toolbar li.item .action {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  border: none;
  margin: 0;
  padding: 0;
}
#customer-reviews .review-toolbar li.item .action:before {
  color: #000;
  font-size: 18px;
}
/*for the review form*/
#review-form {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  max-width: 100%;
  padding: 0 10px;
  box-sizing: border-box;
}
#review-form .fieldset {
  float: left;
  width: 100%;
  margin: 0;
}
#review-form .review-legend {
  margin: 0 1% 24px;
  width: 98%;
}
#review-form .review-legend span {
  float: left;
  width: 170px;
  text-align: left;
  color: #000;
  font-family: 'DINPRo-Medium';
  letter-spacing: 0.5px;
  font-size: 16px;
  line-height: 30px;
  text-transform: capitalize;
}
#review-form .review-legend span em {
  display: inline-block;
  width: auto;
  vertical-align: top;
  font-weight: normal;
  font-style: normal;
  padding: 0 10px;
}
#review-form .review-legend strong {
  float: left;
  width: calc((100% - 170px));
  text-align: left;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.5px;
  text-transform: capitalize;
  font-family: 'DINPRo-Bold';
  background: #86adf5;
  padding: 6px 10px;
  box-sizing: border-box;
  border-radius: 10px;
  color: #000;
}
#review-form #input-message-box {
  float: left;
  width: auto;
}
#review-form div.field {
  float: left;
  width: 98%;
  margin: 0 1% 24px;
}
#review-form div.field .label {
  float: left;
  width: auto;
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.5px;
  line-height: 28px;
  color: #000;
  font-family: 'DINPRo-Medium';
  margin: 0 0 10px;
}
#review-form div.field .label span {
  display: inline-block;
  width: auto;
  vertical-align: top;
}
#review-form div.field .label span em {
  display: inline-block;
  width: auto;
  vertical-align: top;
  font-weight: normal;
  font-style: normal;
  padding: 0 10px;
}
#review-form div.field .label:after {
  display: none;
}
#review-form div.field .control {
  float: left;
  width: 100%;
  position: relative;
}
#review-form div.field .control div.mage-error {
  position: absolute;
  left: 2px;
  bottom: -20px;
  font-size: 12px;
  line-height: 18px;
  float: left;
  width: auto;
}
#review-form div.field input {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  border: 1px solid #e5e5e5;
  height: 50px;
  line-height: 50px;
  padding: 0 10px;
  font-size: 16px;
  letter-spacing: 0.5px;
  font-family: 'DINPRo-Regular';
  border-radius: 12px;
  box-shadow: none;
}
#review-form div.field textarea {
  display: inline-block;
  width: 100% !important;
  vertical-align: top;
  border: 1px solid #e5e5e5;
  padding: 2px 10px;
  border-radius: 12px;
  font-size: 16px;
  letter-spacing: 0.5px;
  line-height: 28px;
  height: 120px !important;
  box-sizing: border-box;
  box-shadow: none;
}
#review-form div.field.review-field-nickname,
#review-form div.field.review-field-summary {
  width: 48%;
}
#review-form .review-field-ratings {
  float: left;
  width: 98%;
  margin: 0 1% 24px;
}
#review-form #product-review-table {
  float: left;
  width: 100%;
  margin: 0;
}
#review-form #product-review-table .review-field-rating {
  float: left;
  width: 100%;
  margin: 0;
}
#review-form #product-review-table .review-field-rating label {
  width: 170px;
  padding: 0;
  box-sizing: border-box;
  text-align: left;
  margin: 0;
  line-height: 30px;
}
#review-form #product-review-table .review-field-rating .review-control-vote {
  max-width: calc((100% - 170px));
  margin: 0;
  position: static;
}
#review-form #product-review-table .review-field-rating .review-control-vote label {
  width: 24px;
  padding: 3px 0px 3px 0;
  text-align: center;
  line-height: 24px;
}
#review-form #product-review-table .review-field-rating .review-control-vote label:before {
  line-height: 24px;
  font-size: 24px;
  letter-spacing: 20px;
}
#review-form #product-review-table .review-field-rating .review-control-vote:before {
  font-size: 24px;
  height: 24px;
  line-height: 24px;
  letter-spacing: 20px;
  padding: 3px 0;
}
#review-form #product-review-table .review-field-rating input[type="radio"] {
  width: 1px;
  height: 1px;
  border: 0px;
  padding: 0;
}
#review-form .actions-toolbar {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  text-align: center;
}
#review-form .actions-toolbar .primary {
  float: none;
  display: inline-block;
  width: auto;
  vertical-align: top;
}
#review-form .actions-toolbar button.action.submit {
  margin: 0;
  padding: 0;
  width: 250px;
  background: #0041C0;
  border-radius: 30px;
  line-height: 50px;
  font-size: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: normal;
  font-family: 'DINPRo-Bold';
  border: none;
  color: #ffffff;
}
#review-form .actions-toolbar button.action.submit span {
  display: inline-block;
  width: auto;
  vertical-align: top;
}
/*================For the Customer Dashboard Different section and pages of reviews================*/
/*for the my recent review section on my account page*/
#customer-reviews-list {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
#customer-reviews-list .item {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.review-item-info {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding: 15px;
  background: #EAEAEA;
  box-sizing: border-box;
  border-radius: 8px;
}
.review-item-info .review-item-col {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 8px 0;
}
.review-item-info .review-col-label {
  float: left;
  width: auto;
  min-width: 180px;
}
.review-item-info .review-col-label span {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  font-size: 14px;
  letter-spacing: 0.5px;
  font-family: 'DINPro-Regular';
  color: #000000;
  line-height: 28px;
}
.review-item-info .review-col-label span em {
  float: right;
  width: auto;
  font-style: normal;
  line-height: 24px;
  font-size: 18px;
  padding: 0 15px;
}
.review-item-info .review-col-value {
  float: left;
  width: calc((100% - 180px));
}
.review-item-info .product-name {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  background: #86adf5;
  padding: 6px 12px;
  box-sizing: border-box;
  border-radius: 5px;
}
.review-item-info .product-name a {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  color: #000;
  font-size: 16px;
  font-family: 'DINPRo-Bold';
  font-weight: normal;
  letter-spacing: 0.8px;
  line-height: 28px;
  text-decoration: none;
}
.review-item-info .product-name span {
  display: inline-block;
  width: auto;
  vertical-align: top;
  margin: 10px 0 ;
  background: #fff;
  padding: 0 10px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-family: 'DINPRo-Medium';
  font-size: 14px;
  line-height: 24px;
  border-radius: 5px;
}
.review-item-info .product-name span em {
  display: inline-block;
  width: auto;
  vertical-align: top;
  font-style: normal;
  padding: 0 5px;
  line-height: 20px;
  font-size: 16px;
  font-weight: 600;
}
.review-item-info .rating-summary {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.review-item-info .rating-result {
  margin: 6px 0;
  vertical-align: top;
}
.review-item-info .rating-result > span:before {
  z-index: 1;
}
.review-item-info .review-rating-outof {
  display: inline-block;
  width: auto;
  vertical-align: top;
  margin: 0 5px;
}
.review-item-info .review-rating-outof span {
  display: inline-block;
  width: auto;
  vertical-align: top;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.5px;
  color: #000;
}
.review-item-info .review-rating-outof span b {
  font-weight: normal;
  font-family: 'DINPRo-Bold';
  display: inline-block;
  width: auto;
  vertical-align: top;
  line-height: 26px;
}
.review-item-info .product-review-title {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.review-item-info .product-review-title span {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  font-size: 16px;
  letter-spacing: 0.5px;
  font-family: 'DINPRo-Medium';
  color: #000;
  line-height: 28px;
}
.review-item-info .product-review-desc {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.review-item-info .product-review-desc span {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  letter-spacing: 0.5px;
  font-size: 16px;
  line-height: 28px;
}
/*for the my product reviews list page*/
#my-reviews-table .rating-summary .rating-result > span:before {
  z-index: 1;
}
/*for the my product reviews solo review detail page*/
#customer-review-details {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
#customer-review-details .product-details {
  display: flex;
  width: 100%;
  margin: 0 0 30px;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
#customer-review-details .product-details:before,
#customer-review-details .product-details:after {
  display: none;
}
#customer-review-details .product-media {
  display: inline-block;
  width: 200px;
  vertical-align: top;
  margin: 0;
  padding: 5px;
  box-sizing: border-box;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  border-radius: 8px;
}
#customer-review-details .product-media .product-photo {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
#customer-review-details .product-media a {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
#customer-review-details .product-media span {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  height: initial;
  aspect-ratio: initial;
}
#customer-review-details .product-media .product-image-photo {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  position: static;
  height: initial;
  margin: 0;
  max-width: 100%;
}
#customer-review-details .product-info {
  display: inline-block;
  width: calc((100% - 230px));
  vertical-align: top;
}
#customer-review-details .product-info .product-name {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
#customer-review-details .product-info .product-name a {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  color: #000;
  text-decoration: none;
  font-family: 'DINPRo-Bold';
  font-size: 18px;
  letter-spacing: 0.5px;
  line-height: 30px;
  font-weight: normal;
}
#customer-review-details .product-info #product-top-review-summary .action.view {
  cursor: default;
  pointer-events: none;
  text-decoration: none;
}
#customer-review-details .review-details {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
#customer-review-details .review-details .title {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  border: none;
  margin: 0 0 20px;
  background: #f7f7f7;
  padding: 0 10px;
  border-radius: 8px;
  box-sizing: border-box;
}
#customer-review-details .review-details .title strong {
  display: inline-block;
  width: auto;
  vertical-align: top;
  line-height: 40px;
  font-size: 16px;
  letter-spacing: 0.5px;
  font-family: 'DINPRo-Bold';
}
#customer-review-details .review-item-box {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding: 20px;
  background: #EAEAEA;
  box-sizing: border-box;
  border-radius: 12px;
}
#customer-review-details .review-item-box .customer-review-rating {
  float: left;
  width: 120px;
  margin: 0;
}
#customer-review-details .review-item-box .rating-summary {
  display: inline-block;
  width: auto;
  vertical-align: top;
  margin: 0;
  line-height: 16px;
  padding: 12px 0;
}
#customer-review-details .review-item-box span.rating-label {
  display: none;
}
#customer-review-details .review-item-box .rating-result {
  display: inline-block;
  width: auto;
  vertical-align: top;
}
#customer-review-details .review-item-box .review-title {
  float: left;
  width: calc((100% - 120px));
  font-size: 20px;
  line-height: 40px;
  font-family: 'DINPRo-Medium';
  color: #000;
  font-weight: normal;
  letter-spacing: 0.5px;
  margin: 0;
}
#customer-review-details .review-item-box .review-content {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 15px 0;
  font-size: 15px;
  letter-spacing: 0.5px;
  line-height: 26px;
  color: #000;
}
#customer-review-details .review-item-box .review-date {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  color: #000;
  font-family: 'DINPRo-Medium';
}
#customer-review-details .review-item-box .review-date .date {
  color: #0041c0;
  font-size: 15px;
}
.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;
}
.category-fully-automatic-top-load .pixel-pic,
.checkout-onepage-success .pixel-pic {
  display: none;
}
#chatbot-icon {
  z-index: 9 !important;
}
button#gift-products {
  display: none;
}
.cross {
  text-decoration: line-through;
}
.expire-date.red-warning {
  color: red;
}
.page-products .message.notice dl.block {
  display: none;
}
.pro-grid-special-offer {
  float: left;
  width: 100%;
  text-align: center;
  height: 20px;
  line-height: 20px;
  overflow: hidden;
}
.pro-grid-special-offer span {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  font-size: 13px;
  letter-spacing: 0.5px;
  font-family: "DINPRo-Bold";
  color: #0041c0;
  line-height: 20px;
}
.pro-grid-special-offer.emp-case-hidden span {
  display: none !important;
}
li.productclass-to-hide {
  display: none !important;
}
.products .product-items .message.info {
  line-height: 24px;
}
@supports (-webkit-touch-callout: none) {
  .pwc-cont-sec {
    display: none;
  }
}
@keyframes increase {
  0% {
    width: 1px;
  }
  100% {
    width: 50px;
  }
}
@keyframes blinker {
  from {
    opacity: 1.0;
  }
  50% {
    opacity: .8;
  }
  to {
    opacity: 1.0;
  }
}
.addtional-cash-text {
  display: none;
}
.order-details-items .item-options {
  display: none;
}
#diwali-bonanza #product-table {
  background: #fff;
}
#diwali-bonanza #product-table ul {
  padding: 0 0 0 16px;
}
#diwali-bonanza #product-table .employee-offers ul {
  text-align: center;
  width: auto;
  max-width: 200px;
}
#diwali-bonanza #product-table .employee-offers ul li {
  text-align: center;
  width: auto;
}
/*======================Custom Css from admin for checkout page input field label position fixingp======================*/
.checkout-index-index .modal-popup .modal-inner-wrap .modal-content form.form .field label {
  top: -10px;
  line-height: 16px;
  font-size: 11px;
  background: #fff;
  left: 10px;
  padding: 0 5px;
  z-index: 1;
}
.checkout-index-index .modal-popup .modal-inner-wrap .modal-content form.form .field label:after {
  color: #0041c0;
}
.checkout-index-index .modal-popup .modal-inner-wrap .modal-content form.form .field label span {
  font-size: 11px;
  font-family: "DINPro-Medium";
  color: #0041c0;
  opacity: 1;
}
.checkout-index-index .modal-popup .modal-inner-wrap .modal-content .billing-address-form .field label {
  top: -10px;
  line-height: 16px;
  font-size: 11px;
  background: #fff;
  left: 10px;
  padding: 0 5px;
  z-index: 1;
}
.checkout-index-index .modal-popup .modal-inner-wrap .modal-content .billing-address-form .field label:after {
  color: #0041c0;
}
.checkout-index-index .modal-popup .modal-inner-wrap .modal-content .billing-address-form .field label span {
  font-size: 11px;
  font-family: "DINPro-Medium";
  color: #0041c0;
  opacity: 1;
}
.checkout-container .opc-wrapper #checkoutSteps .step-content .field label {
  top: -10px;
  line-height: 16px;
  font-size: 11px;
  background: #fff;
  left: 10px;
  padding: 0 5px;
  z-index: 1;
}
.checkout-container .opc-wrapper #checkoutSteps .step-content .field label:after {
  color: #0041c0;
}
.checkout-container .opc-wrapper #checkoutSteps .step-content .field label span {
  font-size: 11px;
  font-family: "DINPro-Medium";
  color: #0041c0;
  opacity: 1;
}
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;
}
body .owl-theme .owl-item img {
  transform-style: unset;
}
/*===================for the custom design of owl slider dots on home page and actegory page top sliders===================*/
.home-desktop-banners .mp-banner-slider .owl-dots {
  bottom: 8px;
  /*left: 12px;
				transform: none;*/
}
.home-desktop-banners .mp-banner-slider .owl-dots .owl-dot span {
  border: none;
  width: 50px;
  height: 3px;
  border-radius: 1px;
  background: #A8A8A8;
}
.home-desktop-banners .mp-banner-slider .owl-dots .owl-dot span:after {
  height: 3px;
  width: 0px;
  border-bottom: none;
  transform: none;
  top: 0px;
  left: 0px;
  border-radius: 1px;
  max-width: 100%;
}
.home-desktop-banners .mp-banner-slider .owl-dots .owl-dot:hover span {
  border: none;
  background: #A8A8A8;
}
.home-desktop-banners .mp-banner-slider .owl-dots .owl-dot:hover span:after {
  background: #A8A8A8;
}
.home-desktop-banners .mp-banner-slider .owl-dots .owl-dot.active span {
  border: none;
  background: #A8A8A8;
}
.home-desktop-banners .mp-banner-slider .owl-dots .owl-dot.active span:after {
  background: #fff;
  -webkit-animation: increase 9s;
  -moz-animation: increase 9s;
  -o-animation: increase 9s;
  animation: increase 9s;
  animation-fill-mode: forwards;
  animation-play-state: running;
}
.home-desktop-banners .mp-banner-slider:hover .owl-dots .owl-dot.active span:after {
  animation-play-state: paused;
}
.catalog-category-view .pre-category-slider .owl-dots {
  bottom: -2px;
}
.catalog-category-view .pre-category-slider .owl-dots .owl-dot span {
  border: none;
  width: 50px;
  height: 3px;
  border-radius: 1px;
  background: #A8A8A8;
}
.catalog-category-view .pre-category-slider .owl-dots .owl-dot span:after {
  height: 3px;
  width: 0px;
  border-bottom: none;
  transform: none;
  top: 0px;
  left: 0px;
  border-radius: 1px;
  max-width: 100%;
}
.catalog-category-view .pre-category-slider .owl-dots .owl-dot:hover span {
  border: none;
  background: #A8A8A8;
}
.catalog-category-view .pre-category-slider .owl-dots .owl-dot:hover span:after {
  background: #A8A8A8;
}
.catalog-category-view .pre-category-slider .owl-dots .owl-dot.active span {
  border: none;
  background: #A8A8A8;
}
.catalog-category-view .pre-category-slider .owl-dots .owl-dot.active span:after {
  background: #fff;
  -webkit-animation: increase 9s;
  -moz-animation: increase 9s;
  -o-animation: increase 9s;
  animation: increase 9s;
  animation-fill-mode: forwards;
}
.catalog-category-view .pre-category-slider:hover .owl-dots .owl-dot.active span:after {
  animation-play-state: paused;
}
/*===================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.links #click-notification-asc {
  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-asc i {
  display: none;
}
.header.links #click-notification-asc #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-asc #bell_count.empty {
  display: none !important;
}
.header.links #click-notification-asc #bell_count_asc {
  display: inline-block;
  width: 50px;
  vertical-align: top;
  position: absolute;
  top: -16px;
  left: -10px;
  font-family: 'DINPRo-Medium';
  text-align: center;
  line-height: 14px;
  font-size: 12px;
  letter-spacing: 0.5px;
  background: #FEE900;
  color: #D22B2B;
  padding: 0px 4px 2px;
  box-sizing: border-box;
  border-radius: 3px;
  text-transform: capitalize;
  animation: blinker 1s infinite;
}
.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;
}
.header .minicart-wrapper.active .block-minicart {
  display: none !important;
}
.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;
}
.top-customer-name-sec {
  float: right;
  width: auto;
  margin: 0 18px 0 40px;
}
.top-customer-name-sec span {
  display: inline-block;
  width: auto;
  vertical-align: top;
  line-height: 32px;
  color: #282828;
  font-size: 13px;
  letter-spacing: 0.5px;
}
.top-customer-name-sec span.cust-name {
  color: #0041c0;
  font-family: "DINPRo-Medium";
  text-transform: capitalize;
}
.top-customer-name-sec.emp-acc-customer {
  position: relative;
}
.top-customer-name-sec.emp-acc-customer span {
  line-height: 20px;
}
.top-customer-name-sec.emp-acc-customer span.top-cust-name {
  padding-bottom: 14px;
}
.top-customer-name-sec.emp-acc-customer span.emp-account-label {
  position: absolute;
  left: 0;
  width: 100%;
  font-size: 10px;
  white-space: nowrap;
  text-align: center;
  bottom: 0;
  line-height: 16px;
  font-weight: normal;
  font-family: "DINPRo-Medium";
  color: #0041c0;
  letter-spacing: 0.2px;
}
/*======================Custom Css for Search Suggestion======================*/
#search_mini_form #searchsuite-autocomplete {
  margin: 0 16px;
  left: 0;
  width: calc((100% - 32px));
  border: 1px solid #919191;
  max-height: 427px;
  overflow: scroll;
}
#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 {
  float: left;
  width: auto;
  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.save-price span {
  float: none;
  display: inline-block;
  vertical-align: top;
}
#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;
}
.foot-col-content ul.foot-links.social-links a em.fa-twitter:before {
  color: transparent;
  background: url('../../frontend/OM/Desktop/en_US/images/twitter-x-white.svg') no-repeat scroll center;
}
.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-cont-sec.home-top-banners .video-banner {
  float: left;
  width: 100%;
  overflow: hidden;
}
.home-cont-sec.home-top-banners .video-banner video {
  float: left;
  width: 100%;
  height: auto;
}
.home-cont-sec.home-top-banners .banner-item {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.home-cont-sec.home-top-banners .banner-item .item-image {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.home-cont-sec.home-top-banners .banner-item .item-content {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.home-cont-sec.home-top-banners .banner-item a {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.home-cont-sec.home-top-banners .banner-item img {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.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;
  min-height: calc((32vw - 3px));
}
.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 1.9%;
  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: 110px;
  margin: 0 1.9%;
}
.home-info-block.home-info-block-3.custom-tooltips .tooltiptext {
  top: 85px;
  right: -40px;
  z-index: 1;
}
.home-info-block.home-info-block-4 {
  max-width: 70px;
}
.home-info-block.home-info-block-5 {
  margin-right: 0;
  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 {
  max-width: 60px;
}
.home-info-block.home-info-block-9 {
  max-width: 76px;
}
.home-info-block.home-info-block-10 {
  margin-left: 0px;
}
.home-info-block.home-info-block-11 {
  max-width: 70px;
}
.home-info-block.home-info-block-13 {
  margin-left: 0;
  max-width: 140px;
}
.home-info-block.prebooking-popup-show {
  cursor: pointer;
}
.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;
  background: #fff;
}
.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 a .companyname.-exchange-availables,
.mirale-slider-sec .new-launch a .companyname.exchange-availables,
.mirale-slider-sec .new-launch a .companyname.-exchange-availables-1,
.mirale-slider-sec .new-launch a .companyname.exchange-availables-1 {
  top: 8px;
  right: 60px;
  left: auto;
}
.mirale-slider-sec .new-launch a .companyname.-exchange-availables img,
.mirale-slider-sec .new-launch a .companyname.exchange-availables img,
.mirale-slider-sec .new-launch a .companyname.-exchange-availables-1 img,
.mirale-slider-sec .new-launch a .companyname.exchange-availables-1 img {
  height: 42px;
}
.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-pic .regular-image {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.cate-block .cate-pic.flip-pic {
  position: relative;
}
.cate-block .cate-pic.flip-pic .flip-image {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.cate-block .cate-pic.flip-pic .regular-image {
  position: relative;
  z-index: 1;
  transition: all 0.5s ease;
}
.cate-block .cate-pic.flip-pic:hover .regular-image {
  opacity: 0;
  transition: all 0.5s ease;
}
.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 2px;
}
#top-product-element .products-name-list a {
  display: inline-block;
  width: auto;
  vertical-align: top;
  color: #282828;
  letter-spacing: 0px;
  padding: 0 6px;
  line-height: 40px;
  border: 2px solid transparent;
  transition: all 0.5s ease;
  border-radius: 10px;
  cursor: pointer;
  font-family: "DINPro-Bold";
  font-size: 13px;
}
#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;
  overflow: hidden;
  border-radius: 20px;
}
#top-product-element .top-products .deal-offer-left-sec img {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  height: 984px;
  border-radius: 20px;
  transition: all 0.5s ease;
}
#top-product-element .top-products .deal-offer-left-sec.emp-price-deal-left-banner img {
  height: 1014px;
}
#top-product-element .top-products .deal-offer-left-sec:hover img {
  /*transform: scale(1.1);*/
}
#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;
  border-radius: 20px;
  overflow: hidden;
}
#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: 486px;
  transition: all 0.5s ease;
}
#top-product-element .top-products .deal-offer-right-sec.full-width .home-page-product-list.desc-vertical-banner:hover img {
  /*transform: scale(1.1);*/
}
#top-product-element .top-products .deal-offer-right-sec.full-width .home-page-product-list.desc-vertical-banner.emp-price-deal-vert-banner img {
  height: 481px;
}
#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;
  border-radius: 20px;
  overflow: hidden;
}
#top-product-element .top-products .home-page-product-list.desc-vertical-banner img {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  height: 486px;
  transition: all 0.5s ease;
}
#top-product-element .top-products .home-page-product-list.desc-vertical-banner:hover img {
  /*transform: scale(1.1);*/
}
#top-product-element .top-products .home-page-product-list.desc-vertical-banner.emp-price-deal-vert-banner img {
  height: 501px;
}
#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: 8px;
  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: -5px;
  top: 12px;
  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: 30px;
  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: 50px;
}
#top-product-element .custom_addto_form .companyname.-extended-warranty img,
#top-product-element .custom_addto_form .companyname.extended-warranty img {
  max-height: 38px;
}
#top-product-element .custom_addto_form .companyname.-exchange-availables,
#top-product-element .custom_addto_form .companyname.exchange-availables,
#top-product-element .custom_addto_form .companyname.-exchange-availables-1,
#top-product-element .custom_addto_form .companyname.exchange-availables-1 {
  top: 3px;
  right: 50px;
  left: auto;
}
#top-product-element .custom_addto_form .companyname.-exchange-availables img,
#top-product-element .custom_addto_form .companyname.exchange-availables img,
#top-product-element .custom_addto_form .companyname.-exchange-availables-1 img,
#top-product-element .custom_addto_form .companyname.exchange-availables-1 img {
  height: 36px;
  max-height: 36px;
}
#top-product-element .custom_addto_form .companyname + .discount-container {
  top: 42px;
  font-size: 11px;
  line-height: 16px;
  left: 6px;
}
#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: 36px 0 0;
  padding: 0;
  box-sizing: border-box;
  z-index: -1;
  position: relative;
}
#top-product-element .custom_addto_form .pwc-img-wrapper a {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  text-align: center;
  overflow: hidden;
  height: 212px;
  padding: 0;
  box-sizing: border-box;
}
#top-product-element .custom_addto_form .pwc-img-wrapper img {
  display: inline-block;
  width: auto;
  vertical-align: top;
  max-height: 100%;
  transform: scale(0.88);
  transition: all 0.3s ease;
}
#top-product-element .custom_addto_form:hover .pwc-img-wrapper img {
  transform: scale(1);
  transition: all 0.3s ease;
}
#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 .pwc-content-wrapper .pro-grid-special-offer ~ .pro-grid-special-offer {
  display: none;
}
#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: 34px;
  overflow: hidden;
  font-size: 14px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin: 0 0 2px;
}
#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 .product-price.emp-price-box .price-box {
  display: flex;
  flex-wrap: wrap;
  height: 36px;
}
#top-product-element .custom_addto_form .product-price.emp-price-box .price-box span.mrp-incl {
  line-height: 18px;
  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.old-price.hide-price {
  display: none;
}
#top-product-element .custom_addto_form .price-box span.old-price.emp-old-price span.price {
  position: relative;
  text-decoration: none;
}
#top-product-element .custom_addto_form .price-box span.old-price.emp-old-price span.price:after {
  content: " ";
  position: absolute;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #858585;
  left: 0;
  top: 6px;
}
#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 .price-box span.regular-mrp-price {
  width: 100%;
  margin: 2px 0 0 0;
  order: 3;
}
#top-product-element .custom_addto_form .price-box span.regular-mrp-price .price-container {
  display: flex;
  flex-wrap: wrap;
}
#top-product-element .custom_addto_form .price-box span.regular-mrp-price .price-wrapper {
  order: 1;
}
#top-product-element .custom_addto_form .price-box span.regular-mrp-price .price {
  font-size: 12px;
  font-family: "DINPRo-Regular";
  color: #282828;
  text-decoration: none;
  position: relative;
}
#top-product-element .custom_addto_form .price-box span.regular-mrp-price .price:after {
  content: " ";
  position: absolute;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #858585;
  left: 0;
  top: 6px;
}
#top-product-element .custom_addto_form .price-box span.regular-mrp-price .price-label {
  display: inline-block;
  width: auto;
  vertical-align: top;
  font-family: "DINPRo-Regular";
  font-size: 10px;
  order: 0;
  margin: 0 5px 0 0;
  letter-spacing: 0;
  color: #232323;
}
#top-product-element .custom_addto_form .price-box span.regular-mrp-price .price-label:after {
  content: none;
}
#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;
}
#top-product-element .location-to-show .location-wise-show {
  display: inline-block !important;
}
#top-product-element .location-to-show .location-wise-hide {
  display: none !important;
}
.featured-logo {
  display: none;
  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 a .companyname.-exchange-availables,
.new-launch-slider-sec .new-launch a .companyname.exchange-availables,
.new-launch-slider-sec .new-launch a .companyname.-exchange-availables-1,
.new-launch-slider-sec .new-launch a .companyname.exchange-availables-1 {
  top: 8px;
  right: 60px;
  left: auto;
}
.new-launch-slider-sec .new-launch a .companyname.-exchange-availables img,
.new-launch-slider-sec .new-launch a .companyname.exchange-availables img,
.new-launch-slider-sec .new-launch a .companyname.-exchange-availables-1 img,
.new-launch-slider-sec .new-launch a .companyname.exchange-availables-1 img {
  height: 42px;
}
.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 Employee code field on checkout page======================*/
.checkout-index-index .employee-code-container {
  float: left;
  width: 100%;
  margin: 10px 0 30px;
  position: relative;
}
.checkout-index-index .employee-code-container label {
  display: inline-block;
  width: auto;
  vertical-align: top;
  position: absolute;
  top: -10px;
  left: 10px;
  font-size: 11px;
  padding: 0 5px;
  background: #fff;
  line-height: 16px;
  color: #0041C0;
  font-family: "DINPRo-Medium";
  letter-spacing: 0.5px;
}
.checkout-index-index .employee-code-container input#employee-code {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  height: 40px;
  line-height: 40px;
  border-radius: 6px;
  border: 1px solid #919191;
  padding: 0 10px;
  color: #000;
  font-size: 13px;
  letter-spacing: 0.5px;
  box-shadow: none;
}
.checkout-index-index .employee-code-container .employee-code-mismatch-error {
  float: left;
  width: auto;
  font-size: 10px;
  line-height: 16px;
  color: #e02b27;
  letter-spacing: 0.5px;
}
/*======================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: none;
}
.checkout-onepage-success .order-succ-col span {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.checkout-onepage-success .order-succ-col .order-label {
  float: left;
  width: auto;
  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: 168px;
  word-wrap: break-word;
  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 .order-succ-col:nth-child(2) {
  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,
.checkout-onepage-success .actions-toolbar .primary a.paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
.checkout-onepage-success .actions-toolbar .primary a.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .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,
.checkout-onepage-success .order-form-cont .actions-toolbar .primary a.paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
.checkout-onepage-success .order-form-cont .actions-toolbar .primary a.braintree-paypal-review .paypal-review-discount .block .actions-toolbar .action.primary {
  margin: 0;
}
.checkout-onepage-success .shipmet-timing-bar {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0px 0 30px;
  text-align: center;
}
.checkout-onepage-success .shipmet-timing-bar .pref-container {
  display: inline-block;
  width: auto;
  vertical-align: top;
  max-width: 90%;
  padding: 15px;
  box-sizing: border-box;
  background: #f7f7f7;
  border-radius: 10px;
}
.checkout-onepage-success .shipmet-timing-bar .pref-container span {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0 0 15px;
  color: #000;
  font-size: 13px;
  letter-spacing: 0.5px;
  line-height: 20px;
}
.checkout-onepage-success .shipmet-timing-bar .pref-container #button_pref {
  display: inline-block;
  width: auto;
  vertical-align: top;
  border: none;
  padding: 0 20px;
  background: #0041C0;
  color: #ffffff;
  text-decoration: none;
  height: 40px;
  line-height: 40px;
  border-radius: 6px;
  text-transform: capitalize;
  letter-spacing: 0.6px;
  font-weight: normal;
}
.checkout-onepage-success .shipmet-timing-bar .pref-container #button_pref span {
  margin: 0;
  color: #fff;
  letter-spacing: 0.6px;
  line-height: 40px;
}
.checkout-onepage-success .delivery-schedular-popup .modal-inner-wrap {
  max-width: 520px;
  border-radius: 10px;
  padding: 20px;
  box-sizing: border-box;
  width: 90%;
}
.checkout-onepage-success .delivery-schedular-popup .modal-header {
  padding: 0;
  text-align: center;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.checkout-onepage-success .delivery-schedular-popup .modal-title {
  border: none;
  font-weight: normal;
  padding: 0;
  font-size: 28px;
  font-family: "DINPro-Bold";
  color: #000;
  letter-spacing: 1px;
  line-height: 40px;
}
.checkout-onepage-success .delivery-schedular-popup .action-close {
  margin: 8px;
  height: 20px;
  line-height: 20px;
}
.checkout-onepage-success .delivery-schedular-popup .action-close:before {
  color: #000000;
  font-weight: 900;
  line-height: 20px;
  height: 20px;
  vertical-align: top;
  width: 20px;
  text-align: center;
}
.checkout-onepage-success .delivery-schedular-popup .modal-content {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  box-sizing: border-box;
  padding: 0;
  margin: 15px 0 10px;
}
.checkout-onepage-success .delivery-schedular-popup .modal-footer {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding: 0;
  text-align: center !important;
  border: none !important;
}
.checkout-onepage-success .delivery-schedular-popup button.prefeered_submit {
  display: inline-block;
  width: auto;
  vertical-align: top;
  padding: 0 30px;
  border: none;
  background: #0041C0;
  color: #fff;
  font-weight: normal;
  line-height: 40px;
  border-radius: 6px;
  letter-spacing: 0.5px;
  font-family: "DINPro-Regular";
  font-size: 13px;
}
.checkout-onepage-success #modal_pref {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  text-align: center;
}
.checkout-onepage-success #modal_pref .form-info {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  line-height: 24px;
  font-size: 13px;
  letter-spacing: 0.8px;
  font-weight: normal;
  color: #000;
  margin: 0 0 15px;
}
.checkout-onepage-success #delivery_form {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.checkout-onepage-success #delivery_form h3 {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.8px;
  font-family: "DINPro-Medium";
  color: #000;
  margin: 5px 0 10px;
  line-height: 24px;
}
.checkout-onepage-success #delivery_form .field {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0 0 20px;
}
.checkout-onepage-success #delivery_form .field input {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  border: 1px solid #919191;
  height: 40px;
  line-height: 40px;
  border-radius: 6px;
  padding: 0 12px;
  font-size: 13px;
  color: #282828;
  letter-spacing: 0.5px;
  font-weight: normal;
  font-family: "DINPRo-Regular";
  box-sizing: border-box;
  box-shadow: none;
}
.checkout-onepage-success #delivery_form .field input#datepicker {
  position: relative;
  z-index: 1;
  background: rgba(0, 0, 0, 0);
}
.checkout-onepage-success #delivery_form .field select {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  height: 40px;
  line-height: 40px;
  border: 1px solid #919191;
  border-radius: 6px;
  font-size: 13px;
  font-weight: normal;
  letter-spacing: 0.5px;
  font-family: "DINPRo-Regular";
  padding: 0 30px 0 12px;
  color: #282828;
  box-sizing: border-box;
  box-shadow: none;
}
.checkout-onepage-success #delivery_form .field.date {
  position: relative;
}
.checkout-onepage-success #delivery_form .field.date:after {
  content: '\e612';
  font-family: 'luma-icons';
  position: absolute;
  right: 0;
  top: 0;
  line-height: 40px;
  width: 40px;
  font-size: 20px;
}
.checkout-onepage-success .success-coupon-show-popup .modal-inner-wrap {
  max-width: 520px;
  border-radius: 10px;
  padding: 20px;
  box-sizing: border-box;
  width: 90%;
}
.checkout-onepage-success .success-coupon-show-popup .modal-header {
  padding: 0;
  text-align: center;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.checkout-onepage-success .success-coupon-show-popup .modal-title {
  border: none;
  font-weight: normal;
  padding: 0;
  font-size: 24px;
  font-family: "DINPro-Bold";
  color: #000;
  letter-spacing: 1px;
  line-height: 40px;
}
.checkout-onepage-success .success-coupon-show-popup .action-close {
  margin: 0;
  height: 20px;
  line-height: 20px;
  padding: 10px;
}
.checkout-onepage-success .success-coupon-show-popup .action-close:before {
  color: #000000;
  font-weight: 900;
  line-height: 20px;
  height: 20px;
  vertical-align: top;
  width: 20px;
  text-align: center;
}
.checkout-onepage-success .success-coupon-show-popup .modal-content {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  box-sizing: border-box;
  padding: 0;
  margin: 0 0 15px 0;
  text-align: center;
  font-family: 'DINPRo-MEdium';
  color: #000;
  letter-spacing: 0.5px;
  font-size: 16px;
}
.checkout-onepage-success .success-coupon-show-popup .modal-footer {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding: 0;
  text-align: center !important;
  border: none !important;
}
.checkout-onepage-success .success-coupon-show-popup button.action-accept {
  display: inline-block;
  width: auto;
  vertical-align: top;
  padding: 0 30px;
  border: none;
  background: #0041C0;
  color: #fff;
  font-weight: normal;
  line-height: 40px;
  border-radius: 6px;
  letter-spacing: 0.5px;
  font-family: "DINPro-Regular";
  font-size: 13px;
}
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 {
  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;
  color: #ffffff;
}
/*======================Custom Css for Custom Tooltips======================*/
.custom-tooltips {
  display: inline-block;
  width: auto;
  vertical-align: top;
  margin: 0 0 0 4px;
  font-size: 15px;
  position: relative;
}
.custom-tooltips em {
  color: #86adf5;
}
.custom-tooltips .tooltiptext {
  display: inline-block;
  width: 200px;
  vertical-align: top;
  background: #86adf5;
  border-radius: 6px;
  font-size: 11px;
  line-height: 18px;
  text-align: center;
  color: #fff;
  padding: 10px;
  box-sizing: border-box;
  position: absolute;
  z-index: 2;
  top: 22px;
  right: -85px;
  visibility: hidden;
}
.custom-tooltips .tooltiptext .tool-text {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.custom-tooltips:hover .tooltiptext {
  visibility: visible;
}
.offers-section .custom-tooltips .tooltiptext {
  right: -10px;
}
/*======================Custom Css for Pre Booking Pop-up======================*/
.page-footer .cms-sticky-form .cb-form-close {
  display: block;
  position: absolute;
  top: 8px;
  right: 8px;
  padding: 0;
}
.page-footer .cms-sticky-form .cb-form-close span {
  width: 35px;
  height: 35px;
}
.page-footer .cms-sticky-form .cb-form-close span:after {
  color: #9d9d9d;
  font-size: 22px;
  line-height: 35px;
  width: 35px;
  height: 35px;
}
.page-footer .cms-sticky-form.pop-up-form .callback-form-sec {
  padding: 40px;
  max-width: 700px;
}
.page-footer .cms-sticky-form.pop-up-form #callbackform .field.terms {
  width: auto;
}
.page-footer .cms-sticky-form.pop-up-form #callbackform .field.terms label a {
  color: #0041c0;
}
.page-footer .cms-sticky-form.pop-up-form #callbackform .field .control div.mage-error {
  font-size: 10px;
}
.page-footer .cms-sticky-form.pop-up-form #callbackform .actions-toolbar button.action.submit {
  background: #0041c0;
  display: block !important;
}
/*======================Custom Css for CPP Offer Info Pop-up======================*/
.page-footer .cms-sticky-ccp-popup {
  top: 0;
  background: rgba(0, 0, 0, 0.71);
  border-radius: 0;
  bottom: initial;
  height: 100%;
  box-shadow: none;
  z-index: 6;
  display: none;
  position: fixed;
  left: 0;
  width: 100%;
}
.page-footer .cms-sticky-ccp-popup.active {
  display: block;
}
.page-footer .cms-sticky-ccp-popup .cms-ccp-popup-content {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.page-footer .cms-sticky-ccp-popup .cms-ccp-popup-sec {
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  background: #fff;
  box-sizing: border-box;
  border-radius: 8px;
  padding: 20px;
  max-width: 600px;
}
.page-footer .cms-sticky-ccp-popup .cms-ccp-popup-close {
  float: right;
  width: auto;
  cursor: pointer;
  display: block;
  position: absolute;
  top: 2px;
  right: 2px;
  padding: 0;
}
.page-footer .cms-sticky-ccp-popup .cms-ccp-popup-close span {
  display: inline-block;
  vertical-align: top;
  width: 28px;
  height: 28px;
  font-size: 0;
}
.page-footer .cms-sticky-ccp-popup .cms-ccp-popup-close span:after {
  content: '\e616';
  font-family: 'luma-icons';
  display: inline-block;
  width: 28px;
  height: 28px;
  vertical-align: top;
  font-weight: bold;
  text-align: center;
  color: #9d9d9d;
  font-size: 17px;
  line-height: 28px;
}
.page-footer .cms-sticky-ccp-popup .cms-ccp-popup-container {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.page-footer .cms-sticky-ccp-popup .cms-ccp-popup-container:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('../../frontend/OM/Desktop/en_US/images/new-cpp-pop-up-watermark.png') no-repeat scroll center / 62%;
  opacity: 0.7;
  z-index: -1;
}
.page-footer .cms-sticky-ccp-popup .cms-ccp-popup-title {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0 0 15px;
  gap: 10px;
}
.page-footer .cms-sticky-ccp-popup .cms-ccp-popup-title img {
  display: inline-block;
  width: auto;
  vertical-align: top;
  max-height: 40px;
}
.page-footer .cms-sticky-ccp-popup .cms-ccp-popup-title span {
  display: inline-block;
  width: auto;
  vertical-align: top;
  font-weight: normal;
  letter-spacing: 0.5px;
  font-family: 'DINPRo-Bold';
  font-size: 28px;
  line-height: 40px;
  color: #000;
}
.page-footer .cms-sticky-ccp-popup .cms-ccp-popup-info-sec {
  float: left;
  width: 100%;
}
.page-footer .cms-sticky-ccp-popup .cms-ccp-offers-benefits-list {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.page-footer .cms-sticky-ccp-popup .ccp-benefit-box {
  float: left;
  width: 48%;
  padding: 5px;
  box-sizing: border-box;
  background: #b6dcff;
  border-radius: 10px;
  margin: 1%;
}
.page-footer .cms-sticky-ccp-popup .ccp-benefit-box b {
  display: inline-block;
  vertical-align: top;
  font-weight: normal;
  font-size: 24px;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 36px;
}
.page-footer .cms-sticky-ccp-popup .ccp-benefit-box strong {
  display: inline-block;
  width: auto;
  vertical-align: top;
  font-size: 14px;
  letter-spacing: 0.2px;
  color: #000;
  line-height: 24px;
  font-weight: normal;
  font-family: 'DINPRo-Medium';
  margin: 8px 0 0 5px;
}
.page-footer .cms-sticky-ccp-popup .employee-login-popup-link {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  text-align: center;
  margin: 20px 0 0;
}
.page-footer .cms-sticky-ccp-popup .employee-login-popup-link .avail-offer-sec {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  text-align: left;
}
.page-footer .cms-sticky-ccp-popup .employee-login-popup-link .avail-offer-title {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  font-size: 16px;
  font-family: 'DINPRo-Bold';
  color: #000;
  letter-spacing: 0.5px;
  line-height: 28px;
}
.page-footer .cms-sticky-ccp-popup .employee-login-popup-link .avail-offer-cont {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.page-footer .cms-sticky-ccp-popup .employee-login-popup-link .offer-cont {
  display: inline-block;
  width: auto;
  vertical-align: top;
  font-size: 15px;
  font-family: 'DINPRo-Medium';
  color: #000;
  letter-spacing: 0.5px;
  margin: 8px 10px 0 0;
  line-height: 24px;
}
.page-footer .cms-sticky-ccp-popup .employee-login-popup-link .employee-login-link {
  display: inline-block;
  width: auto;
  vertical-align: top;
  background: linear-gradient(180deg, #f8aa33 33%, #fe7f00 67%);
  color: #000;
  padding: 0 10px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-family: 'DINPRo-Medium';
  line-height: 40px;
  border-radius: 5px;
  text-decoration: none;
}
/*======================Custom Css for after login customer offer Pop-up======================*/
.customer-login-offer-popup-sec {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.customer-login-offer-popup-sec .customer-offer-popup {
  display: none;
  vertical-align: top;
  width: 100%;
}
.customer-login-offer-popup-sec .customer-offer-popup.active {
  display: inline-block;
}
.customer-login-offer-popup-sec .customer-offer-popup-content {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  z-index: 6;
  background: rgba(0, 0, 0, 0.71);
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
}
.customer-login-offer-popup-sec .customer-offer-popup-cont {
  display: inline-block;
  width: 90%;
  vertical-align: top;
  position: absolute;
  max-width: 600px;
  box-sizing: border-box;
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.customer-login-offer-popup-sec .customer-offer-popup-close {
  float: right;
  width: auto;
  position: relative;
}
.customer-login-offer-popup-sec .customer-offer-popup-close span {
  display: inline-block;
  width: 28px;
  height: 28px;
  vertical-align: top;
  font-size: 0px;
  position: absolute;
  right: -18px;
  top: -18px;
  cursor: pointer;
}
.customer-login-offer-popup-sec .customer-offer-popup-close span:after {
  content: '\e616';
  font-family: 'luma-icons';
  display: inline-block;
  width: 28px;
  font-size: 17px;
  color: #9d9d9d;
  line-height: 28px;
  height: 28px;
  text-align: center;
  vertical-align: top;
  font-weight: 600;
}
.customer-login-offer-popup-sec .customer-offer-popup-container {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.customer-login-offer-popup-sec .customer-offer-popup-container .login-pop-up-title {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  text-align: center;
  font-size: 28px;
  line-height: 40px;
  font-family: 'DINPRo-Bold';
  color: #000;
  margin: 0 0 20px;
}
.customer-login-offer-popup-sec .customer-offer-popup-container .login-pop-up-pics {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.customer-login-offer-popup-sec .customer-offer-popup-container .login-pop-up-pics img {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  border-radius: 8px;
}
.checkout-index-index .customer-login-offer-popup-sec,
.checkout-onepage-success .customer-login-offer-popup-sec {
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .pro-grid-special-offer span {
    font-size: 8.5px;
    letter-spacing: 0px;
  }
  /*======================Custom Css for header======================*/
  body .header.content {
    padding: 15px 20px;
  }
  .header .logo img {
    height: 28px;
    width: auto;
    margin: 3px 0 0;
  }
  .header .top-user-links {
    margin: 1px 0 1px 8px;
  }
  .header .header.links {
    margin: 1px 0 1px 8px;
  }
  .header .header.links #click-notification {
    margin: 1px 0 1px 8px;
  }
  .header .header.links #click-notification-asc {
    margin: 1px 0 1px 8px;
  }
  .header .minicart-wrapper {
    margin: 1px 0 1px 8px;
  }
  .header .location-container {
    margin-left: 12px;
  }
  .header .location-container span {
    font-size: 10px;
  }
  .header .block-search {
    width: 142px;
  }
  .header .block-search input {
    padding-right: 30px;
    padding-left: 12px;
  }
  .header .block-search .action.search {
    right: 2px;
  }
  .header .top-customer-name-sec {
    margin: 0 0 0 8px;
  }
  .header .top-customer-name-sec span {
    font-size: 9px;
    letter-spacing: 0.1px;
  }
  .header .top-customer-name-sec.emp-acc-customer span.emp-account-label {
    font-size: 7px;
    letter-spacing: 0px;
  }
  .nav-sections .navigation ul li.level0.nav-divider {
    padding: 13px 0px;
  }
  .nav-sections .navigation ul li.level0.bg-color-menu .menu-box .level-top {
    padding: 0 4px;
  }
  .nav-sections .navigation ul li.level0 a.level-top {
    font-size: 7px;
    letter-spacing: 0px;
  }
  .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 {
    width: calc((22% - 10px));
    margin: 0 10px 0 0;
  }
  .nav-sections .navigation ul li.level0 .megamenu-list .menu-list a {
    font-size: 11px;
    margin: 3px 0;
    letter-spacing: 0.2px;
  }
  .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 0.6%;
  }
  .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: 54px;
  }
  .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.home-info-block-13 {
    max-width: 110px;
  }
  .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 .products-name-list {
    margin: 0 1px;
  }
  #top-product-element .products-name-list a {
    letter-spacing: 0px;
    padding: 0 2px;
    font-size: 9px;
    border-width: 1px;
    font-family: "DINPro-Medium";
  }
  #top-product-element .top-products {
    padding: 0 25px;
  }
  #top-product-element .top-products .deal-offer-left-sec a {
    border-radius: 12px;
  }
  #top-product-element .top-products .deal-offer-left-sec img {
    height: 816px;
  }
  #top-product-element .top-products .deal-offer-left-sec:hover img {
    /*transform: scale(1.1);*/
  }
  #top-product-element .top-products .deal-offer-left-sec.emp-price-deal-left-banner img {
    height: 864px;
  }
  #top-product-element .top-products .deal-offer-right-sec.full-width .home-page-product-list.desc-vertical-banner a {
    border-radius: 12px;
  }
  #top-product-element .top-products .deal-offer-right-sec.full-width .home-page-product-list.desc-vertical-banner img {
    height: 402px;
  }
  #top-product-element .top-products .deal-offer-right-sec.full-width .home-page-product-list.desc-vertical-banner:hover img {
    /*transform: scale(1.1);*/
  }
  #top-product-element .top-products .deal-offer-right-sec.full-width .home-page-product-list.desc-vertical-banner.emp-price-deal-vert-banner img {
    height: 426px;
  }
  #top-product-element .top-products .home-page-product-list.desc-vertical-banner a {
    border-radius: 12px;
  }
  #top-product-element .top-products .home-page-product-list.desc-vertical-banner img {
    height: 402px;
  }
  #top-product-element .top-products .home-page-product-list.desc-vertical-banner:hover img {
    /*transform: scale(1.1);*/
  }
  #top-product-element .top-products .home-page-product-list.desc-vertical-banner.emp-price-deal-vert-banner img {
    height: 426px;
  }
  #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 .product-price.emp-price-box .price-box {
    height: 56px;
  }
  #top-product-element .custom_addto_form .product-price.emp-price-box .price-box .old-price.emp-old-price span.price {
    margin: 0;
  }
  #top-product-element .custom_addto_form .product-price.emp-price-box .price-box span.regular-mrp-price {
    margin: 0;
  }
  #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: 8px;
    line-height: 11px;
    min-height: 70px;
  }
  #top-product-element .custom_addto_form .pwc-img-wrapper a {
    height: 138px;
  }
  #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;
    width: 24px;
    height: 24px;
    line-height: 24px;
  }
  #top-product-element .custom_addto_form .pwc-content-wrapper .action.towishlist:before {
    background-size: 18px;
    width: 24px;
    height: 24px;
  }
  #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: 32px;
    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.-exchange-availables,
  #top-product-element .custom_addto_form .companyname.exchange-availables,
  #top-product-element .custom_addto_form .companyname.-exchange-availables-1,
  #top-product-element .custom_addto_form .companyname.exchange-availables-1 {
    top: 3px;
    right: 32px;
    left: auto;
  }
  #top-product-element .custom_addto_form .companyname.-exchange-availables img,
  #top-product-element .custom_addto_form .companyname.exchange-availables img,
  #top-product-element .custom_addto_form .companyname.-exchange-availables-1 img,
  #top-product-element .custom_addto_form .companyname.exchange-availables-1 img {
    height: 36px;
  }
  #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 a .companyname.-exchange-availables,
  .new-launch-slider-sec .new-launch a .companyname.exchange-availables,
  .new-launch-slider-sec .new-launch a .companyname.-exchange-availables-1,
  .new-launch-slider-sec .new-launch a .companyname.exchange-availables-1 {
    top: 8px;
    right: 60px;
    left: auto;
  }
  .new-launch-slider-sec .new-launch a .companyname.-exchange-availables img,
  .new-launch-slider-sec .new-launch a .companyname.exchange-availables img,
  .new-launch-slider-sec .new-launch a .companyname.-exchange-availables-1 img,
  .new-launch-slider-sec .new-launch a .companyname.exchange-availables-1 img {
    height: 42px;
  }
  .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 a .companyname.-exchange-availables,
  .mirale-slider-sec .new-launch a .companyname.exchange-availables,
  .mirale-slider-sec .new-launch a .companyname.-exchange-availables-1,
  .mirale-slider-sec .new-launch a .companyname.exchange-availables-1 {
    top: 8px;
    right: 60px;
    left: auto;
  }
  .mirale-slider-sec .new-launch a .companyname.-exchange-availables img,
  .mirale-slider-sec .new-launch a .companyname.exchange-availables img,
  .mirale-slider-sec .new-launch a .companyname.-exchange-availables-1 img,
  .mirale-slider-sec .new-launch a .companyname.exchange-availables-1 img {
    height: 42px;
  }
  .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;
  }
  /*======================Custom Css for CPP Offer Info Pop-up======================*/
  .page-footer .cms-sticky-ccp-popup .cms-ccp-popup-sec {
    width: 98%;
    padding: 20px 10px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  .pro-grid-special-offer span {
    font-size: 11px;
    letter-spacing: 0.2px;
  }
  /*======================Custom Css for Header======================*/
  .nav-sections .navigation ul li.level0.bg-color-menu .menu-box .level-top {
    padding: 0 4px;
  }
  .nav-sections .navigation ul li.level0 a.level-top {
    font-size: 10px;
    letter-spacing: 0px;
  }
  .header .top-customer-name-sec {
    margin: 0 0 0 12px;
  }
  .header .block-search {
    width: 260px;
  }
  /*======================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.2%;
  }
  .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: 64px;
  }
  .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-block.home-info-block-13 {
    max-width: 130px;
  }
  .home-info-cont .info-details {
    letter-spacing: 0.2px;
    font-size: 13px;
  }
  #top-product-element .products-name-list {
    margin: 0 1px;
  }
  #top-product-element .products-name-list a {
    padding: 0 2px;
    font-size: 12px;
  }
  #top-product-element .custom_addto_form .pwc-img-wrapper a {
    height: 172px;
  }
  #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;
    line-height: 15px;
    font-size: 10px;
  }
  #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: 48px;
    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.-exchange-availables,
  #top-product-element .custom_addto_form .companyname.exchange-availables,
  #top-product-element .custom_addto_form .companyname.-exchange-availables-1,
  #top-product-element .custom_addto_form .companyname.exchange-availables-1 {
    top: 2px;
    right: 48px;
    left: auto;
  }
  #top-product-element .custom_addto_form .companyname.-exchange-availables img,
  #top-product-element .custom_addto_form .companyname.exchange-availables img,
  #top-product-element .custom_addto_form .companyname.-exchange-availables-1 img,
  #top-product-element .custom_addto_form .companyname.exchange-availables-1 img {
    height: 42px;
    max-height: 42px;
  }
  #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 .custom_addto_form .product-price.emp-price-box .price-box {
    height: 56px;
  }
  #top-product-element .custom_addto_form .product-price.emp-price-box .price-box .old-price.emp-old-price span.price {
    margin: 0;
  }
  #top-product-element .custom_addto_form .product-price.emp-price-box .price-box span.regular-mrp-price {
    margin: 0;
  }
  #top-product-element .product-name a {
    font-size: 12px;
  }
  #top-product-element .top-products .deal-offer-left-sec img {
    height: 945px;
  }
  #top-product-element .top-products .deal-offer-left-sec:hover img {
    /*transform: scale(1.1);*/
  }
  #top-product-element .top-products .deal-offer-left-sec.emp-price-deal-left-banner img {
    height: 1014px;
  }
  #top-product-element .top-products .deal-offer-right-sec.full-width .home-page-product-list.desc-vertical-banner img {
    height: 466px;
  }
  #top-product-element .top-products .deal-offer-right-sec.full-width .home-page-product-list.desc-vertical-banner:hover img {
    /*transform: scale(1.1);*/
  }
  #top-product-element .top-products .deal-offer-right-sec.full-width .home-page-product-list.desc-vertical-banner.emp-price-deal-vert-banner img {
    height: 501px;
  }
  #top-product-element .top-products .home-page-product-list.desc-vertical-banner img {
    height: 466px;
  }
  #top-product-element .top-products .home-page-product-list.desc-vertical-banner:hover img {
    /*transform: scale(1.1);*/
  }
  #top-product-element .top-products .home-page-product-list.desc-vertical-banner.emp-price-deal-vert-banner img {
    height: 501px;
  }
  .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;
  }
  .new-launch-slider-sec .new-launch a .companyname.-exchange-availables,
  .new-launch-slider-sec .new-launch a .companyname.exchange-availables,
  .new-launch-slider-sec .new-launch a .companyname.-exchange-availables-1,
  .new-launch-slider-sec .new-launch a .companyname.exchange-availables-1 {
    top: 8px;
    right: 60px;
    left: auto;
  }
  .new-launch-slider-sec .new-launch a .companyname.-exchange-availables img,
  .new-launch-slider-sec .new-launch a .companyname.exchange-availables img,
  .new-launch-slider-sec .new-launch a .companyname.-exchange-availables-1 img,
  .new-launch-slider-sec .new-launch a .companyname.exchange-availables-1 img {
    height: 42px;
  }
  .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;
  }
  .mirale-slider-sec .new-launch a .companyname.-exchange-availables,
  .mirale-slider-sec .new-launch a .companyname.exchange-availables,
  .mirale-slider-sec .new-launch a .companyname.-exchange-availables-1,
  .mirale-slider-sec .new-launch a .companyname.exchange-availables-1 {
    top: 8px;
    right: 60px;
    left: auto;
  }
  .mirale-slider-sec .new-launch a .companyname.-exchange-availables img,
  .mirale-slider-sec .new-launch a .companyname.exchange-availables img,
  .mirale-slider-sec .new-launch a .companyname.-exchange-availables-1 img,
  .mirale-slider-sec .new-launch a .companyname.exchange-availables-1 img {
    height: 42px;
  }
  /*======================Custom Css for CPP Offer Info Pop-up======================*/
  .page-footer .cms-sticky-ccp-popup .cms-ccp-popup-sec {
    width: 96%;
    padding: 20px 10px;
  }
}
@media only screen and (min-width: 1201px) and (max-width: 1280px) {
  /*======================Custom Css for Header======================*/
  .nav-sections .navigation ul li.level0.bg-color-menu .menu-box .level-top {
    padding: 0 4px;
  }
  .nav-sections .navigation ul li.level0 a.level-top {
    font-size: 11px;
    letter-spacing: 0px;
  }
  /*======================Custom Css for Homepage======================*/
  #top-product-element .custom_addto_form .offer-content-section {
    line-height: 17px;
    font-size: 11px;
  }
  #top-product-element .products-name-list {
    margin: 0 2px;
  }
  #top-product-element .products-name-list a {
    padding: 0 4px;
  }
}
@media only screen and (min-width: 1281px) and (max-width: 1360px) {
  /*======================Custom Css for Header======================*/
  .nav-sections .navigation ul li.level0 a.level-top {
    letter-spacing: 0px;
    font-size: 12px;
  }
}
@media only screen and (min-width: 1361px) and (max-width: 1500px) {
  /*======================Custom Css for Header======================*/
  .nav-sections .navigation ul li.level0 a.level-top {
    letter-spacing: 0.1px;
    font-size: 13px;
  }
}
.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,
.account .table-wrapper .data.table.wishlist .paypal-express-review .paypal-review-discount .block .actions-toolbar .action.primary,
.account .table-wrapper .data.table.wishlist .braintree-paypal-review .paypal-review-discount .block .actions-toolbar .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';
}
/*=========================Custom Css for the Testimonial section on home page=========================*/
.testimonial-slider-sec {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 20px 0 0;
}
.testimonial-slider-sec .home-testimonial-slider {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0 !important;
}
.testimonial-slider-sec .testimonial-slider-container {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding: 0 5%;
  box-sizing: border-box;
}
.testimonial-slider-sec .testimonial-slider-container .testimonials-slider.owl-carousel .owl-stage {
  display: flex;
}
.testimonial-slider-sec .testimonial-slider-container .testimonials-slider.owl-carousel .owl-stage .owl-item {
  display: flex;
}
.testimonial-slider-sec .tmls-item-info {
  float: left !important;
  width: 96% !important;
  margin: 0 2%;
  background: #f6f6f6;
  border-radius: 10px;
  padding: 15px;
  box-sizing: border-box;
}
.testimonial-slider-sec .tmls-item-info .tmls-item {
  float: left;
  width: 100%;
  padding: 0;
  border: none;
  text-align: center;
  overflow: visible;
}
.testimonial-slider-sec .tmls-item-info .tmls-item .tmls-box {
  display: inline-block;
  width: 100% !important;
  vertical-align: top;
  padding: 0 !important;
  border: none !important;
  margin: 0 !important;
}
.testimonial-slider-sec .tmls-item-info .tmls-item .tmls-image {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0;
}
.testimonial-slider-sec .tmls-item-info .tmls-item .tmls-image img {
  display: inline-block;
  width: auto;
  vertical-align: top;
  border-radius: 50%;
  height: 130px;
}
.testimonial-slider-sec .tmls-item-info .tmls-item .tmls-title {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 15px 0 0;
}
.testimonial-slider-sec .tmls-item-info .tmls-item .tmls-title span {
  display: inline-block;
  width: auto;
  vertical-align: top;
  font-size: 20px;
  font-family: 'DINPRo-Medium';
  color: #000;
  letter-spacing: 0.5px;
  line-height: 40px;
  text-transform: capitalize;
}
.testimonial-slider-sec .tmls-item-info .tmls-item .tmls-rating {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 15px 0 0;
}
.testimonial-slider-sec .tmls-item-info .tmls-item .tmls-testimonial {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding: 15px;
  box-sizing: border-box;
}
.testimonial-slider-sec .tmls-item-info .tmls-item .tmls-testimonial .tmls-testimo-text {
  float: left;
  width: 100%;
  color: #000;
  letter-spacing: 0.5px;
  font-size: 15px;
  line-height: 28px;
  margin: 0;
  padding: 0;
}
.testimonial-slider-sec .tmls-item-info .tmls-item .tmls-name {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  font-size: 18px;
  font-weight: normal;
  margin: 0;
}
.testimonial-slider-sec .tmls-item-info .tmls-item .tmls-name span {
  display: inline-block;
  width: auto;
  vertical-align: top;
  font-family: 'DINPRo-Medium';
  letter-spacing: 0.8px;
  color: #000;
  text-transform: capitalize;
  font-size: 18px;
  font-weight: normal;
}
.testimonial-slider-sec .tmls-item-info .tmls-item .customer-other-info {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 15px 0 5px;
}
.testimonial-slider-sec .tmls-item-info .tmls-item .customer-other-info span {
  display: inline-block;
  width: auto;
  vertical-align: top;
  text-transform: uppercase;
  color: #000;
  font-size: 14px;
  letter-spacing: 1px;
}
.testimonial-slider-sec .tmls-item-info .tmls-item .cust-info-label {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
/*=========================Custom Css for the Testimonial List Page=========================*/
.cms-page-content .share-your-testimonials {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  text-align: center;
}
.cms-page-content .shyo-testimonial {
  display: inline-block;
  width: 100%;
  max-width: 800px;
  background: #f1f1f1;
  padding: 10px 30px;
  box-sizing: border-box;
  text-align: left;
  border-radius: 5px;
  margin: 20px 0;
}
.cms-page-content .shyo-testi-label {
  display: inline-block;
  width: auto;
  vertical-align: top;
  font-size: 15px;
  font-family: 'DINPRo-Medium';
  line-height: 40px;
}
.cms-page-content .shyo-testi-btn {
  float: right;
  width: auto;
}
.cms-page-content .shyo-testi-btn a {
  display: inline-block;
  width: auto;
  vertical-align: top;
  color: #fff;
  text-transform: capitalize;
  letter-spacing: 1px;
  font-family: 'DINPRo-Medium';
  font-size: 15px;
  padding: 0 20px;
  background: #0041c0;
  line-height: 40px;
  border-radius: 5px;
}
.testimonial-list {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.testimonial-list .tmls-widget.tmls-list {
  float: left;
  width: 100%;
  margin: 20px 0 !important;
}
.testimonial-list .tmls-widget.tmls-list .block-title.content-heading {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0 0 20px !important;
}
.testimonial-list .tmls-widget.tmls-list .title {
  display: inline-block;
  width: auto;
  vertical-align: top;
  margin: 0;
}
.testimonial-list .tmls-widget.tmls-list .title:after {
  display: none;
}
.testimonial-list .tmls-widget.tmls-list .title span {
  display: inline-block;
  width: auto;
  vertical-align: top;
  padding: 0;
  background: none;
  font-size: 24px;
  line-height: 40px;
  font-family: 'DINPRo-Medium';
}
.testimonial-list .tmls-widget.tmls-list .tab-content {
  padding: 0;
  overflow: initial;
  width: 100%;
  float: left;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 15px;
}
.testimonial-list .tmls-widget.tmls-list .tmls-item-info {
  display: inline-block;
  width: calc((50% - 10px));
  vertical-align: top;
  background: #f1f1f1;
  border-radius: 8px;
}
.testimonial-list .tmls-widget.tmls-list .tmls-item {
  float: left;
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  margin: 0;
}
.testimonial-list .tmls-widget.tmls-list .tmls-box {
  display: flex;
  width: 100%;
  border: none;
  padding: 0;
  margin: 0;
  border-radius: inherit;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.testimonial-list .tmls-widget.tmls-list .tmls-box-left {
  display: inline-block;
  width: 150px;
  vertical-align: top;
}
.testimonial-list .tmls-widget.tmls-list .tmls-box-right {
  display: inline-block;
  width: calc((100% - 170px));
  vertical-align: top;
  text-align: left;
}
.testimonial-list .tmls-widget.tmls-list .tmls-image {
  display: inline-block;
  width: 150px;
  margin: 0;
  vertical-align: top;
}
.testimonial-list .tmls-widget.tmls-list .tmls-image img {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  border-radius: 50%;
}
.testimonial-list .tmls-widget.tmls-list .tmls-title {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0;
}
.testimonial-list .tmls-widget.tmls-list .tmls-title span {
  display: inline-block;
  width: auto;
  vertical-align: top;
  font-size: 20px;
  font-family: 'DINPRo-Medium';
  color: #000;
  letter-spacing: 0.5px;
  line-height: 40px;
  text-transform: capitalize;
}
.testimonial-list .tmls-widget.tmls-list .tmls-rating {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 15px 0 0;
}
.testimonial-list .tmls-widget.tmls-list .tmls-testimonial {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding: 15px 0;
  box-sizing: border-box;
}
.testimonial-list .tmls-widget.tmls-list .tmls-testimonial .tmls-testimo-text {
  float: left;
  width: 100%;
  color: #000;
  letter-spacing: 0.5px;
  font-size: 15px;
  line-height: 28px;
  margin: 0;
  padding: 0;
}
.testimonial-list .tmls-widget.tmls-list .tmls-name {
  display: inline-block;
  width: auto;
  vertical-align: top;
  font-size: 18px;
  font-weight: normal;
  margin: 0 0 6px;
}
.testimonial-list .tmls-widget.tmls-list .tmls-name span {
  display: inline-block;
  width: auto;
  vertical-align: top;
  font-family: 'DINPRo-Medium';
  letter-spacing: 0.8px;
  color: #000;
  text-transform: capitalize;
  font-size: 18px;
  font-weight: normal;
}
.testimonial-list .tmls-widget.tmls-list .customer-other-info {
  float: right;
  width: auto;
  vertical-align: top;
  margin: 0;
}
.testimonial-list .tmls-widget.tmls-list .customer-other-info span {
  display: inline-block;
  width: auto;
  vertical-align: top;
  text-transform: uppercase;
  color: #000;
  font-size: 14px;
  letter-spacing: 1px;
}
.testimonial-list .tmls-widget.tmls-list .cust-info-label {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
/*=========================Custom Css for the Testimonial Form Page=========================*/
.testimonial-form-section {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  text-align: center;
}
#testimonial-form-sec {
  float: none;
  width: 100%;
  margin: 20px 0 !important;
  max-width: 700px;
  display: inline-block;
  vertical-align: top;
  padding: 20px;
  background: #f1f1f1;
  border-radius: 8px;
}
#testimonial-form-sec .tmls-sform {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
#testimonial-form-sec .tmls-sform .fieldset {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0;
  letter-spacing: 0.5px;
  text-align: left;
}
#testimonial-form-sec .tmls-sform .field {
  float: left;
  width: 48%;
  margin: 0 1% 24px;
}
#testimonial-form-sec .tmls-sform .field label {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0 0 10px;
  font-size: 16px;
  line-height: 28px;
  font-family: 'DINPRo-Medium';
  letter-spacing: 0.5px;
  font-weight: normal;
  color: #000;
}
#testimonial-form-sec .tmls-sform .field label span {
  display: inline-block;
  width: auto;
  vertical-align: top;
}
#testimonial-form-sec .tmls-sform .field label:after {
  display: none;
}
#testimonial-form-sec .tmls-sform .field .control {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  position: relative;
}
#testimonial-form-sec .tmls-sform .field .control input {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  border: 1px solid #e5e5e5;
  color: #000;
  line-height: 50px;
  height: 50px;
  border-radius: 12px;
  padding: 0 10px;
  font-family: 'DINPRo-Regular';
  font-size: 16px;
  letter-spacing: 0.5px;
  box-sizing: border-box;
  box-shadow: none;
}
#testimonial-form-sec .tmls-sform .field .control input#tmls-fimage {
  border: none;
  padding: 0;
}
#testimonial-form-sec .tmls-sform .field .control input#total_votes {
  float: left;
  width: 0;
  height: 0px;
  visibility: hidden;
  border: none;
}
#testimonial-form-sec .tmls-sform .field .control select {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  border: 1px solid #e5e5e5;
  color: #000;
  line-height: 50px;
  height: 50px;
  border-radius: 12px;
  padding: 0 30px 0 10px;
  font-family: 'DINPRo-Regular';
  font-size: 16px;
  letter-spacing: 0.5px;
  box-sizing: border-box;
  box-shadow: none;
}
#testimonial-form-sec .tmls-sform .field .control textarea {
  display: inline-block;
  width: 100% !important;
  vertical-align: top;
  border: 1px solid #e5e5e5;
  padding: 2px 10px;
  border-radius: 12px;
  font-size: 16px;
  letter-spacing: 0.5px;
  line-height: 28px;
  height: 120px !important;
  box-sizing: border-box;
  box-shadow: none;
}
#testimonial-form-sec .tmls-sform .field .control.checkbox-field input {
  float: left;
  width: 20px;
  margin: 0 10px 0 0;
  box-shadow: none;
  top: 0;
  height: 26px;
  line-height: 26px;
}
#testimonial-form-sec .tmls-sform .field .control.checkbox-field label {
  float: left;
  width: calc((100% - 40px));
  line-height: 24px;
  margin: 0;
  font-size: 13px;
  letter-spacing: 1px;
}
#testimonial-form-sec .tmls-sform .field .control.checkbox-field label a {
  margin: 0 2px;
}
#testimonial-form-sec .tmls-sform .field .control div.mage-error {
  position: absolute;
  left: 2px;
  bottom: -20px;
  font-size: 12px;
  line-height: 18px;
  float: left;
  width: auto;
}
#testimonial-form-sec .tmls-sform .field .control .upload-disclaimer {
  float: left;
  width: 100%;
  height: 0;
}
#testimonial-form-sec .tmls-sform .field .control .upload-disclaimer span {
  display: inline-block;
  width: auto;
  vertical-align: top;
  font-size: 10px;
  font-family: 'DINPRo-MEdium';
  color: #000;
  line-height: 0px;
  margin: -3px 0 0;
}
#testimonial-form-sec .tmls-sform .field.full-field {
  width: 98%;
}
#testimonial-form-sec .tmls-sform .field.rating-field .label {
  /*width: auto;
  						margin: 0;
  						line-height: 40px;*/
}
#testimonial-form-sec .tmls-sform .field.rating-field #stars-default {
  /*width: auto;
  						margin: 0 20px;*/
}
#testimonial-form-sec .tmls-sform .field.rating-field #stars-default .ratings {
  display: inline-block;
  width: auto;
  vertical-align: top;
  padding: 0;
}
#testimonial-form-sec .tmls-sform .field.rating-field #stars-default .ratings .ratings_stars {
  float: left;
  width: 40px;
  height: 40px;
  padding: 0;
  text-align: center;
  background-position: center;
}
#testimonial-form-sec .tmls-sform .field.rating-field #stars-default #total_votes-error {
  padding: 0 0 0 10px;
}
#testimonial-form-sec .tmls-sform .actions-toolbar {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  text-align: center;
}
#testimonial-form-sec .tmls-sform .actions-toolbar .primary {
  float: none;
  display: inline-block;
  width: auto;
  vertical-align: top;
}
#testimonial-form-sec .tmls-sform .actions-toolbar button.action.submit {
  margin: 0;
  padding: 0;
  width: 250px;
  background: #0041C0;
  border-radius: 30px;
  line-height: 50px;
  font-size: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: normal;
  font-family: 'DINPRo-Bold';
  border: none;
}
#testimonial-form-sec .tmls-sform .actions-toolbar button.action.submit span {
  display: inline-block;
  width: auto;
  vertical-align: top;
}
.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;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.account.vault-cards-listaction .page-title-wrapper {
  display: none;
}
.account.vault-cards-listaction .address-select-modal__form-container {
  margin-bottom: 20px;
}
.account.vault-cards-listaction .address-select-modal__form-container > div {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
.account.vault-cards-listaction .address-select-modal__form-container > div > div {
  margin-top: 10px;
}
.account.vault-cards-listaction .field.company,
.account.vault-cards-listaction .field.choice.set.billing,
.account.vault-cards-listaction .field.choice.set.shipping,
.account.vault-cards-listaction .primary[data-action='save-address'] {
  display: none !important;
}
.account.vault-cards-listaction #form-validate {
  display: none;
}
.account.vault-cards-listaction [for='repeat_order_cc_number'] + .control {
  position: relative;
}
.account.vault-cards-listaction .account-section__title-view-all-link {
  display: block;
  margin-bottom: 30px;
}
.account.vault-cards-listaction .braintree-credit-card-types {
  display: flex;
  flex-wrap: wrap;
}
.account.vault-cards-listaction .braintree-credit-card-types .item {
  margin-right: 5px;
  margin-top: 5px;
}
.account.vault-cards-listaction .braintree-credit-card-types .item:last-child {
  margin-right: 0;
}
.account.vault-cards-listaction .braintree-credit-card-types img {
  height: 24px;
}
.account.vault-cards-listaction .separator {
  margin: 10px 10px 0;
}
.account.vault-cards-listaction .address-select-container {
  border: 1px solid #cccccc;
  border-radius: 2px;
  padding: 25px;
}
.account.vault-cards-listaction #braintree_submit {
  font-size: 1.6rem;
  border-radius: 3px;
  box-shadow: none;
  box-sizing: border-box;
  color: #ffffff;
  height: 40px;
  margin: 10px 0;
  padding: 0 20px;
}
.account.vault-cards-listaction .subs-modal-overlay {
  background-color: #000000;
  height: 100%;
  left: 0;
  opacity: 0.3;
  position: fixed;
  top: 0;
  width: 100%;
}
.account.vault-cards-listaction #paypal_container {
  margin: auto;
  max-width: 360px;
}
.account.vault-cards-listaction .add-methods {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.account.vault-cards-listaction .add-method {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  border: 1px solid #cccccc;
  border-radius: 2px;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  padding: 3px;
  width: 50%;
}
.account.vault-cards-listaction .add-method:hover {
  border-color: #797777;
}
.account.vault-cards-listaction .add-method:first-child {
  margin-right: 35px;
}
.account.vault-cards-listaction .add-method > div {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px 10px;
}
.account.vault-cards-listaction .add-method > div p {
  font-weight: 700;
  padding-top: 15px;
}
.account.vault-cards-listaction .add-method .icon-container {
  background: #f0f0f0;
  border-radius: 0 0 1px 1px;
  height: 100%;
  padding: 15px 0;
  width: 100%;
}
.account.vault-cards-listaction .add-method .icon-container ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  list-style: none;
  margin: 0;
  max-width: 160px;
  padding: 0;
  width: 100%;
}
.account.vault-cards-listaction .add-method .icon-container ul li {
  margin: 0;
  width: 25%;
}
.account.vault-cards-listaction .add-method .icon-container ul li img {
  height: 24px;
}
.account.vault-cards-listaction .subs-modal {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  height: 100%;
  justify-content: center;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}
.account.vault-cards-listaction .subs-modal__box {
  -moz-box-shadow: 0 4px 15px 5px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 4px 15px 5px rgba(0, 0, 0, 0.25);
  background-color: #ffffff;
  box-shadow: 0 4px 15px 5px rgba(0, 0, 0, 0.25);
  margin: 20px;
  max-width: 610px;
  overflow-y: auto;
  padding: 40px 20px;
  position: relative;
  text-align: center;
  width: 100%;
}
.account.vault-cards-listaction .subs-modal__close-button {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  box-shadow: none !important;
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 20px;
}
.account.vault-cards-listaction .subs-modal__close-button:focus,
.account.vault-cards-listaction .subs-modal__close-button:active {
  background: none;
  border: none;
}
.account.vault-cards-listaction .subs-modal__close-button:hover {
  background: none;
  border: none;
}
.account.vault-cards-listaction .subs-modal__close-button.disabled,
.account.vault-cards-listaction .subs-modal__close-button[disabled],
fieldset[disabled] .account.vault-cards-listaction .subs-modal__close-button {
  pointer-events: none;
  opacity: 0.5;
}
.account.vault-cards-listaction .subs-modal__screen-reader-label {
  display: none;
}
.account.vault-cards-listaction .subs-modal__title {
  text-align: center;
}
.account.vault-cards-listaction .add-card-modal .subs-modal__box {
  padding: 20px;
}
.account.vault-cards-listaction .add-card-modal form {
  margin: 0;
}
.account.vault-cards-listaction .add-card-modal legend {
  border-bottom: none !important;
  margin-bottom: 20px !important;
  padding-bottom: 0 !important;
}
.account.vault-cards-listaction .add-paypal-modal span,
.account.vault-cards-listaction .add-paypal-modal p {
  font-weight: 500;
  margin: 30px 0;
}
.account.vault-cards-listaction #co-transparent-form-braintree .fieldset {
  max-width: 400px;
}
.braintree-three-d-modal {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  visibility: visible;
  width: 100vw;
  z-index: #000000;
}
.braintree-three-d-modal .bt-modal-frame {
  background-color: #ffffff;
  border-radius: 6px;
  height: 420px;
  margin: auto;
  width: 440px;
  z-index: 2;
}
.braintree-three-d-modal .bt-modal-body {
  background-color: #ffffff;
  border: 1px solid lightgray;
  height: 380px;
  margin: 20px;
}
.braintree-three-d-modal .bt-mask {
  background-color: #000000;
  height: 100%;
  left: 0;
  opacity: 0.75;
  position: absolute;
  top: 0;
  width: 100%;
}
.braintree-applepay-container-product {
  display: inline-block;
}
.braintree-applepay-container-product .braintree-apple-pay-button {
  margin: 0;
  margin-bottom: 15px;
  padding: 10px 0;
}
.braintree-apple-pay-button {
  -apple-pay-button-type: plain;
  -webkit-appearance: -apple-pay-button;
  background-color: #000000;
  background-image: -webkit-named-image(apple-pay-logo-black);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100% calc(60% + 2px);
  border: 1px solid #000000;
  border-radius: 5px;
  cursor: pointer;
  display: block;
  margin: 20px auto;
  min-height: 40px;
  padding: 2px;
  transition: background-color 0.15s;
  width: 200px;
}
.braintree-applepay-minicart.minicart .braintree-apple-pay-button,
.braintree-applepay-minicart.cart .braintree-apple-pay-button {
  width: 100%;
}
.ppcredit-summary {
  background: linear-gradient(to right, #009cde, braintree_color-ppcredit-dark);
  color: #ffffff;
  margin: 10px 0;
  padding: 15px;
  text-align: center;
}
.ppcreditcalc-container {
  background: #ffffff;
  border: 1px solid #dedede;
}
.ppcreditcalc-header {
  background: #ffffff;
  padding: 15px;
}
.ppcreditcalc-legal {
  background-color: #eeeeee;
  border-top: 1px solid #dedede;
  font-size: 1.2rem;
  line-height: 2rem;
  padding: 15px;
}
.ppcreditcalc-instalments {
  background-color: #eeeeee;
  border-bottom: 1px solid #dedede;
  border-top: 1px solid #dedede;
  list-style: none;
  margin: 0;
  padding: 0;
}
.ppcreditcalc-instalments li {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.ppcreditcalc-instalments-term {
  color: #000000;
  display: block;
  padding: 10px 15px;
}
.ppcreditcalc-instalments-term:hover {
  background: braintree_color-ppcredit-light;
  color: #ffffff;
  text-decoration: none;
}
.ppcreditcalc-instalments-term.active {
  background: braintree_color-ppcredit-dark;
  color: #ffffff;
}
.ppcreditcalc-instalment-summary {
  padding: 15px;
}
.ppcreditcalc-instalment-summary dl {
  margin: 0;
}
.ppcreditcalc-instalment-summary dt {
  display: inline-block;
  width: 50%;
}
.ppcreditcalc-instalment-summary dd {
  display: inline-block;
}
#braintree_expirationDate {
  width: 90px;
}
button.braintree-googlepay-button {
  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: #000000;
  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.minicart .braintree-googlepay-button.long,
.googlepay-minicart-logo.cart .braintree-googlepay-button.long {
  width: 100%;
}
.googlepay-minicart-logo {
  margin-top: 15px;
  text-align: center;
}
.checkout-payment-method .credit-card-types.braintree-credit-card-types img {
  -webkit-filter: none;
  -webkit-transition: none;
  width: 30px;
}
.braintree-card-control {
  position: relative;
}
.braintree-credit-card-selected {
  left: 10px;
  position: absolute;
  z-index: 10;
}
.braintree-paypal-logo.oneclick-container {
  width: 100%;
}
#payment_form_braintree_ach_direct_debit .field > .fields .field .label {
  font-weight: 600;
}
#payment_form_braintree_ach_direct_debit .field > .fields .field.required > .label:after {
  color: #e02b27;
  content: '*';
  font-size: 1.8rem;
  margin: 0 0 0 5px;
}
#payment_form_braintree_ach_direct_debit .field > .fields .field .control {
  margin: 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-applepay #braintree_applepay_enable_vault {
  padding-top: 20px;
}
#payment-method-braintree-cc-vault .field.required .label,
#payment-method-braintree-applepay-vault .field.required .label {
  font-weight: 600;
}
#payment-method-braintree-cc-vault .field.required .label:after,
#payment-method-braintree-applepay-vault .field.required .label:after {
  content: '*';
  color: #e02b27;
  font-size: 1.8rem;
  margin: 0 0 0 5px;
}
#payment-method-braintree-cc-vault .field .hosted-control,
#payment-method-braintree-applepay-vault .field .hosted-control {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  box-sizing: border-box;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  height: 32px;
  padding: 0 9px;
  position: relative;
  vertical-align: baseline;
  width: 5rem;
}
#payment-method-braintree-cc-vault .field .hosted-control.braintree-hosted-fields-invalid:not(.braintree-hosted-fields-focused) ~ .hosted-error,
#payment-method-braintree-applepay-vault .field .hosted-control.braintree-hosted-fields-invalid:not(.braintree-hosted-fields-focused) ~ .hosted-error {
  height: auto;
  opacity: 1;
}
#payment-method-braintree-cc-vault .field .hosted-error,
#payment-method-braintree-applepay-vault .field .hosted-error {
  clear: both;
  color: #e02b27;
  font-size: 1.2rem;
  height: 0;
  margin-top: 7px;
  opacity: 0;
}
.braintree-paypal-fieldset {
  display: none;
}
.braintree-paypal-buttons,
.braintree-paypal-vault {
  margin-top: 20px;
}
.payment-method-braintree .hosted-control {
  border: 1px solid #c2c2c2;
  height: 32px;
  max-width: 300px;
  padding: 8px 15px;
}
.payment-method-braintree .hosted-control.braintree-hosted-fields-invalid:not(.braintree-hosted-fields-focused) ~ .hosted-error {
  height: auto;
  opacity: 1;
}
.payment-method-braintree .hosted-error {
  clear: both;
  color: #e02b27;
  font-size: 1.2rem;
  height: 0;
  margin-top: 7px;
  opacity: 0;
}
.payment-method-braintree .cvv {
  max-width: 200px;
  position: relative;
}
.payment-method-braintree .cvv .field-tooltip {
  right: 30px;
  top: 10px;
}
#braintree_cc_number {
  padding-left: 68px;
}
.braintree-express-payments {
  display: flex;
  flex-wrap: wrap;
}
.braintree-express-payments > div {
  display: flex;
  flex-wrap: wrap;
}
.braintree-express-payments span {
  display: block;
  font-size: 18px;
  margin: 20px 0;
}
.braintree-express-payments span.express-payment-title {
  width: 100%;
}
.braintree-express-payments span.express-payment-subtitle {
  align-items: center;
  display: flex;
  position: relative;
  width: 100%;
}
.braintree-express-payments span.express-payment-subtitle > span {
  background: #ffffff;
  display: block;
  margin: 0 auto;
  padding: 0 5px;
}
.braintree-express-payments span.express-payment-subtitle:before {
  background: #cccccc;
  content: '';
  display: block;
  height: 1px;
  position: absolute;
  width: 100%;
  z-index: -1;
}
.braintree-express-payments > div > div {
  margin-top: 5px;
  padding-right: 5px;
  width: 240px;
}
.braintree-express-payments .braintree-googlepay-button,
.braintree-express-payments .braintree-apple-pay-button {
  margin: 0;
  min-height: 30px;
}
.braintree-express-payments .braintree-googlepay-button {
  height: 35px;
}
.braintree-express-payments .braintree-apple-pay-button {
  height: 29px;
  width: 234px;
}
@media only screen and (max-width: 769px) {
  .field-tooltip .field-tooltip-content {
    right: -10px;
    top: 40px;
    left: auto;
  }
}
@media only screen and (max-width: 768px) {
  .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: 90vh;
    /** iOS webkit fix height problem when added long content **/
  }
  .custom-slide {
    bottom: 0;
    left: 0;
    min-width: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0s .3s, opacity .3s ease;
    transition: visibility 0s .3s, opacity .3s ease;
    left: 44px;
    z-index: 900;
  }
  .custom-slide._show {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
  }
  .custom-slide._show .modal-inner-wrap {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .custom-slide .modal-inner-wrap {
    background-color: #ffffff;
    box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
    opacity: 1;
    pointer-events: auto;
  }
  .custom-slide._show .modal-inner-wrap {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .custom-slide .modal-inner-wrap {
    height: 100%;
    overflow-y: auto;
    position: static;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    width: auto;
  }
  .custom-slide._show {
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .custom-slide .modal-inner-wrap {
    background-color: #f4f4f4;
    box-sizing: border-box;
    height: auto;
    min-height: 100%;
  }
  body._has-modal-custom {
    height: 100vh;
    overflow: hidden;
    width: 100vw;
  }
  body._has-modal-custom .modal-custom-overlay {
    background-color: rgba(51, 51, 51, 0.55);
  }
  .modal-popup {
    pointer-events: auto;
  }
  .modal-popup.modal-slide .modal-inner-wrap[class] {
    background-color: #f4f4f4;
  }
  .modal-popup.modal-slide._inner-scroll._show {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
  }
  .modal-popup.modal-slide._inner-scroll .modal-inner-wrap {
    height: auto;
    min-height: 100%;
  }
  .modal-popup .modal-title {
    font-size: 14px;
    font-weight: 700;
  }
  .lac-notification {
    padding: 5px 0;
  }
  .lac-notification .lac-notification-icon {
    display: none;
  }
  .lac-notification .lac-notification-text,
  .lac-notification .lac-notification-links {
    float: none;
    padding: 5px 0;
    text-align: center;
  }
  .pagebuilder-banner-wrapper {
    background-attachment: scroll !important;
  }
  .pagebuilder-banner-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
    max-width: none;
  }
  .pagebuilder-column {
    background-attachment: scroll !important;
    flex-basis: 100%;
    max-width: 100%;
  }
  .pagebuilder-column-group {
    flex-wrap: wrap;
  }
  .pagebuilder-column-line {
    flex-wrap: wrap;
  }
  [data-content-type='row'][data-appearance='contained'] [data-element='inner'] {
    background-attachment: scroll !important;
  }
  [data-content-type='row'][data-appearance='full-bleed'] {
    background-attachment: scroll !important;
  }
  [data-content-type='row'][data-appearance='full-width'] {
    background-attachment: scroll !important;
  }
  .pagebuilder-slide-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
    max-width: none;
  }
  [data-content-type='tab-item'] {
    background-attachment: scroll !important;
  }
  .pagebuilder-mobile-hidden {
    display: none !important;
  }
  .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%);
  }
  .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;
  }
  #appliance-popup-modal {
    padding: 10px;
  }
  #appliance-popup-modal .row {
    flex-wrap: wrap;
    gap: 0;
  }
  #appliance-popup-modal .form-group select {
    border-radius: 6px;
  }
  #appliance-popup-modal .form-group input {
    border-radius: 6px;
  }
  #appliance-popup-modal .form-group textarea {
    border-radius: 6px;
  }
  .custom-callback-form-sec {
    right: -300px;
  }
  .custom-callback-form-sec #call-me-back {
    width: 120px;
    font-size: 12px;
    line-height: 34px;
    left: -80px;
    top: 38px;
  }
  .callback-cust-form {
    width: 250px;
  }
  .custom-callback-form .cond-option input {
    margin: 0 6px 0 0;
  }
  .custom-callback-form .cond-option .label {
    font-size: 10px;
    letter-spacing: 0.2px;
  }
  .custom-callback-form .mobile-number-field input#mobile-number {
    font-size: 11px;
  }
  .custom-callback-form .radio-fields legend {
    margin: 0;
  }
  .custom-callback-form .radio-field {
    margin: 0 6px;
  }
  .custom-callback-form .radio-field input {
    margin-right: 3px;
  }
  .custom-callback-form .radio-field label {
    font-size: 12px;
  }
  .custom-callback-form #callback_verify_otp {
    font-size: 11px;
  }
  .custom-callback-form .actions-toolbar .primary button.action {
    font-size: 12px;
    line-height: 28px;
  }
  .custom-callback-form div.mage-error {
    font-size: 9px;
  }
  /*=========================Custom Css for the Enquire Form on category page=========================*/
  .category-sticky-form {
    border-radius: 0;
    box-shadow: none;
    bottom: 72px;
  }
  .category-sticky-form .category-sticky-form-sec {
    padding: 0 10px;
  }
  .category-sticky-form .cb-form-title {
    text-align: center;
  }
  .category-sticky-form .cb-form-title span {
    font-size: 14px;
  }
  #cayegory-enquire-form {
    padding: 0;
  }
  #cayegory-enquire-form .fieldset {
    width: 100%;
  }
  #cayegory-enquire-form .field {
    width: 100%;
    margin: 0 0 15px;
    padding: 0;
  }
  #cayegory-enquire-form .field.terms {
    margin: 0 0 15px;
  }
  #cayegory-enquire-form .field.terms label {
    font-size: 12px;
  }
  #cayegory-enquire-form .field input {
    height: 36px;
    font-size: 12px;
    line-height: 36px;
  }
  #cayegory-enquire-form .field input:focus {
    font-size: 16px;
  }
  #cayegory-enquire-form .field select {
    height: 36px;
    font-size: 12px;
    line-height: 36px;
  }
  #cayegory-enquire-form .field select:focus {
    font-size: 16px;
  }
  #cayegory-enquire-form .actions-toolbar {
    width: 100%;
    padding: 0 0 15px;
  }
  #cayegory-enquire-form .actions-toolbar button.action.submit {
    width: 100%;
  }
  .get_compare_list_bar.enquire-enable-adjust .comparisonBar {
    bottom: 122px;
  }
  .get_compare_list_bar.enquire-enable-adjust.adjust-up .comparisonBar {
    bottom: 426px;
  }
  body.category-clearance-sale.page-products .page-wrapper .page-main {
    padding: 176px 0 0 !important;
  }
  body.category-clearance-sale.page-products.user-logged-in .page-wrapper .page-main {
    padding: 199px 0 0 !important;
  }
  body.category-clearance-sale.page-products.user-logged-in .clearance-sale-pro-sec .top-filer {
    top: 124px;
  }
  body.category-clearance-sale.page-products.user-logged-in #layered-filter-block {
    top: 160px;
  }
  body.category-clearance-sale.page-products.user-logged-in #layered-filter-block.active {
    top: 0;
    left: 0;
  }
  body.category-clearance-sale #layered-filter-block {
    top: 139px;
    left: 5px;
  }
  body.category-clearance-sale #layered-filter-block.active {
    top: 0;
    left: 0;
  }
  body.category-clearance-sale #layered-filter-block .filter-title {
    border: none;
  }
  .clearance-sale-pro-sec .top-filer {
    position: fixed;
    top: 101px;
    left: 0;
    background: #fff;
    padding: 0 10px 5px;
    box-sizing: border-box;
    z-index: 1;
  }
  .clearance-sale-pro-sec .filter-form-bar {
    box-shadow: none;
    background: none;
    padding: 0;
    margin: 0 0 4px;
    border-radius: 0;
  }
  .clearance-sale-pro-sec .filter-form-bar input,
  .clearance-sale-pro-sec .filter-form-bar select {
    width: calc((33% - 8px));
    margin: 4px;
    box-sizing: border-box;
    line-height: 28px;
    height: 28px;
    padding: 0 24px 0 5px;
    font-size: 10px;
    background-size: 26px;
  }
  .clearance-sale-pro-sec .custom-search-filters {
    float: right;
    line-height: 30px;
    font-size: 11px;
    letter-spacing: 1px;
    padding: 0;
    margin: 0 4px;
    width: calc((25% - 8px));
    text-align: center;
  }
  .clearance-sale-pro-sec .custom-search-filters-resets {
    float: right;
    width: calc((25% - 8px));
    margin: 0 4px;
    padding: 0;
    line-height: 28px;
    font-size: 11px;
    text-align: center;
  }
  .pagination-sec {
    margin: 18px 0 5px;
    position: static;
  }
  .pagination-sec .pages .pages-items {
    padding: 0;
    z-index: 0;
  }
  .clearance-sale-pro-list {
    display: inline-block;
    width: auto;
    vertical-align: top;
  }
  .sale-products-grids-list {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin: 20px 0 0;
  }
  .sale-products-grids-list .product-table-grid {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin: 0 0 15px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.14);
    border-radius: 8px;
    padding: 10px;
    box-sizing: border-box;
    position: relative;
    background: #f6f6f6;
  }
  .sale-products-grids-list .pro-grid-left {
    float: left;
    width: 70%;
    margin: 0 3% 0 0;
  }
  .sale-products-grids-list .pro-grid-right {
    float: right;
    width: 27%;
  }
  .sale-products-grids-list .pro-grid-price {
    float: left;
    width: 70%;
    margin: 0 3% 0 0;
  }
  .sale-products-grids-list span.col {
    float: left;
    width: auto;
    color: #000;
    letter-spacing: 0.5px;
    line-height: 20px;
  }
  .sale-products-grids-list span.col.model {
    width: 100%;
    font-family: "DINPro-Bold";
  }
  .sale-products-grids-list span.col.sub-category {
    margin: 0 0 0 10px;
  }
  .sale-products-grids-list span.col.qty {
    margin: 0 0 0 10px;
  }
  .sale-products-grids-list span.col.packing-damage {
    width: 100%;
  }
  .sale-products-grids-list span.col .label {
    float: left;
    width: auto;
  }
  .sale-products-grids-list span.col .value {
    float: left;
    width: auto;
    font-family: "DINPRo-Medium";
    margin: 0 0 0 5px;
  }
  .sale-products-grids-list span.col.offer-price {
    font-size: 12px;
    color: #0041c0;
    font-family: "DINPRo-Bold";
  }
  .sale-products-grids-list span.col.mrp {
    text-decoration: line-through;
    margin: 0 10px;
  }
  .sale-products-grids-list span.col .armc {
    font-family: "DINPRo-Regular";
    font-size: 9px;
    letter-spacing: 0.2px;
    display: inline-block;
    width: auto;
    vertical-align: top;
    line-height: 20px;
    text-decoration: none;
    margin: 0 0 0 4px;
  }
  .sale-products-grids-list span.col.discount {
    font-family: "DINPRo-Medium";
  }
  .sale-products-grids-list .actions {
    display: inline-block;
    width: 100%;
    vertical-align: top;
  }
  .sale-products-grids-list .addtocart-btn,
  .sale-products-grids-list .viewpro-btn {
    float: left;
    width: 100%;
    margin: 0 0 10px;
  }
  .sale-products-grids-list .addtocart-btn button,
  .sale-products-grids-list .viewpro-btn button {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    border: 1px solid #0041c0;
    background: #fff;
    text-align: center;
    padding: 0 0px;
    line-height: 28px;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 0.5px;
    border-radius: 4px;
    font-family: "DINPRo-Medium";
    font-weight: normal;
    color: #0041c0;
    box-sizing: border-box;
  }
  .sale-products-grids-list .buynow-btn {
    float: right;
    width: 100%;
  }
  .sale-products-grids-list .buynow-btn button {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    padding: 0;
    line-height: 30px;
    border-radius: 4px;
    box-sizing: border-box;
    background: #0041c0;
    font-size: 11px;
    font-weight: normal;
    border: none;
    font-family: "DINPRo-Medium";
    text-transform: uppercase;
    letter-spacing: 0.5px;
  }
  .sale-products-grids-list .view-product-btn {
    float: left;
    width: 100px;
  }
  .sale-products-grids-list .view-product-btn a {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    padding: 0;
    line-height: 30px;
    border-radius: 4px;
    box-sizing: border-box;
    background: #1b7ced;
    font-size: 11px;
    font-weight: normal;
    border: none;
    font-family: "DINPRo-Medium";
    text-transform: uppercase;
    letter-spacing: 0.5px;
    text-decoration: none;
    color: #ffffff;
    text-align: center;
  }
  .sale-products-grids-list .emi-options-btn {
    float: left;
    width: 100%;
    clear: both;
    margin: 6px 0 0;
    color: #00a0c6;
    text-decoration: underline;
    line-height: 16px;
    font-size: 11px;
    cursor: pointer;
    font-family: "DINPRo-Medium";
    text-align: center;
    letter-spacing: 0px;
  }
  .modal-popup.clearance-sale-pincode-popup {
    top: 3%;
    left: 0;
    width: 95%;
    right: 0;
    margin: 0 auto;
    bottom: initial;
    max-width: 460px;
  }
  .modal-popup.clearance-sale-pincode-popup .modal-inner-wrap {
    background: #fff !important;
    transform: none !important;
  }
  #clearance-pincode-popup .popup-title {
    font-size: 18px;
    line-height: 30px;
  }
  #clearance-pincode-popup .popup-desc {
    font-size: 14px;
    line-height: 20px;
  }
  #clearance-pincode-popup .pincode-field .selected-flag {
    padding: 0;
    width: 68px;
  }
  #clearance-pincode-popup input {
    padding-left: 74px;
  }
  /*=========================Custom Css for Diwali Bonanza page=========================*/
  body.category-diwali-bonanza.page-products .page-wrapper .page-main {
    padding: 176px 0 0 !important;
  }
  body.category-diwali-bonanza.page-products.user-logged-in .page-wrapper .page-main {
    padding: 199px 0 0 !important;
  }
  body.category-diwali-bonanza.page-products.user-logged-in .clearance-sale-pro-sec .top-filer {
    top: 124px;
  }
  body.category-diwali-bonanza.page-products.user-logged-in #layered-filter-block {
    top: 160px;
  }
  body.category-diwali-bonanza.page-products.user-logged-in #layered-filter-block.active {
    top: 0;
    left: 0;
  }
  body.category-diwali-bonanza #layered-filter-block {
    top: 139px;
    left: 5px;
  }
  body.category-diwali-bonanza #layered-filter-block.active {
    top: 0;
    left: 0;
  }
  body.category-diwali-bonanza #layered-filter-block .filter-title {
    border: none;
  }
  #diwali-bonanza .filter-form-bar input,
  #diwali-bonanza .filter-form-bar select {
    width: calc((33% - 8px));
  }
  #diwali-bonanza .sale-products-grids-list .pro-grid-left {
    width: 67%;
  }
  #diwali-bonanza .sale-products-grids-list .pro-grid-right {
    width: 30%;
  }
  #diwali-bonanza .sale-products-grids-list span.col.sub-category {
    margin: 0;
  }
  #diwali-bonanza .sale-products-grids-list span.col.category {
    margin: 0 10px 0 0;
  }
  #diwali-bonanza .col ul {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin: 5px 0;
    padding: 0 0 0 12px;
  }
  #diwali-bonanza .col ul li {
    float: left;
    width: 100%;
    vertical-align: top;
    line-height: 16px;
    margin: 5px 0;
  }
  body.user-logged-in.category-monsoon-carnival .page-wrapper .page-main,
  body.user-logged-in.category-rakhi-offer .page-wrapper .page-main {
    padding: 200px 0 0 !important;
  }
  body.user-logged-in.category-monsoon-carnival .clearance-sale-pro-sec .top-filer,
  body.user-logged-in.category-rakhi-offer .clearance-sale-pro-sec .top-filer {
    top: 126px;
  }
  #bundle-accessories-sec .bund-acc-sec-title {
    padding: 20px 0 10px;
    border-top: 1px solid #cfcfcf;
  }
  #bundle-accessories-sec .bund-acc-sec-info {
    border-bottom: 1px solid #cfcfcf;
    padding: 0 0 20px;
    margin: 0 0 10px;
  }
  #bundle-accessories-sec .accessory-item {
    width: 100%;
    margin: 0 0 10px;
  }
  #bundle-accessories-sec .acces-item-info {
    padding: 10px;
    border-radius: 8px;
  }
  #bundle-accessories-sec .access-item-pic {
    width: 80px;
    margin: 0 10px 0 0;
  }
  #bundle-accessories-sec .access-item-details {
    width: calc((100% - 100px));
  }
  #bundle-accessories-sec .access-item-name {
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 0.3px;
  }
  #bundle-accessories-sec .access-item-price-box {
    margin: 5px 0;
  }
  #bundle-accessories-sec .access-item-action {
    font-size: 13px;
  }
  #bundle-accessories-sec .access-item-price-label {
    font-size: 13px;
    letter-spacing: 0.3px;
  }
  #bundle-accessories-sec .access-item-final-price {
    font-size: 18px;
    letter-spacing: 0.3px;
    margin: 0 4px;
  }
  #bundle-accessories-sec .access-item-old-price {
    font-size: 13px;
    line-height: 26px;
    letter-spacing: 0.3px;
  }
  .modal-popup.employee-login-popup {
    top: 3%;
    left: 0;
    width: 95%;
    right: 0;
    margin: 0 auto;
    bottom: initial;
    max-width: 460px;
  }
  .modal-popup.employee-login-popup .modal-inner-wrap {
    background: #fff !important;
    transform: none !important;
  }
  .modal-popup.employee-login-popup .employee-login-container .login-heading {
    font-size: 18px;
    line-height: 30px;
  }
  .modal-popup.employee-login-popup .employee-login-container .sub-login-heading,
  .modal-popup.employee-login-popup .employee-login-container .sub-login-headinges {
    font-size: 14px;
    line-height: 24px;
  }
  .modal-popup.employee-login-popup .employee-login-container .sub-login-heading.first,
  .modal-popup.employee-login-popup .employee-login-container .sub-login-headinges.first {
    margin-bottom: 0;
    line-height: 20px;
  }
  .modal-popup.employee-login-popup .employee-login-container .sub-login-heading.second,
  .modal-popup.employee-login-popup .employee-login-container .sub-login-headinges.second {
    margin-top: 0;
    line-height: 20px;
  }
  .modal-popup.employee-login-popup .employee-login-container input {
    font-size: 11px;
  }
  .modal-popup.employee-login-popup .employee-login-container input:focus {
    font-size: 16px;
  }
  .modal-popup.employee-login-popup .employee-login-container input[type="button"] {
    height: 36px;
    line-height: 36px;
    font-size: 12px;
  }
  .modal-popup.employee-login-popup .employee-login-container .login-field {
    padding: 0 10px;
  }
  .modal-popup.employee-login-popup .employee-login-container .disclaimer {
    font-size: 12px;
    letter-spacing: 1.1px;
  }
  .modal-popup.employee-login-popup .employee-login-container .field.choice {
    margin: 0 0 10px 0;
  }
  .modal-popup.employee-login-popup .employee-login-container .field.choice .label {
    font-size: 11px;
  }
  .modal-popup.employee-login-popup .employee-login-container .verify-timing-resend {
    right: 12px;
    top: -12px;
  }
  .modal-popup.employee-login-popup .employee-login-container .emailotpverify {
    padding: 0 10px;
  }
  .modal-popup.employee-login-popup .employee-login-container input.verifyOtp {
    width: calc((39% - 10px));
    margin: -50px 10px 0 0;
  }
  .modal-popup.employee-login-popup .employee-login-container input.mobileotpverifybtn {
    width: 38%;
  }
  .modal-popup.employee-login-popup .employee-login-container .otp-content input {
    max-width: 60%;
  }
  .modal-popup.employee-login-popup .employee-login-container .mobile-number-field {
    padding: 0 10px;
  }
  .modal-popup.employee-login-popup .employee-login-container .submit-btn-employee {
    padding: 0 10px;
  }
  .modal-popup.employee-login-popup .employee-login-container .submit-btn-employee .mobileotpverify .verify-timing-resend {
    right: 0;
    top: -12px;
  }
  .modal-popup.employee-login-popup .employee-login-container .employee-error-msg {
    padding: 0 0 0 10px;
    letter-spacing: 0px;
    font-size: 10px;
  }
  .modal-popup.employee-login-popup .employee-login-container .intl-tel-input .flag-container .selected-flag {
    width: 66px;
    padding-left: 4px;
  }
  .modal-popup.employee-login-popup .employee-login-container .intl-tel-input input {
    padding-left: 72px !important;
  }
  .modal-popup.employee-login-popup .emailotpverify .info .title {
    font-size: 14px;
    line-height: 24px;
  }
  .modal-popup.employee-restriction-popup {
    top: 25%;
    left: 0;
    width: 95%;
    right: 0;
    margin: 0 auto;
    bottom: initial;
    max-width: 460px;
  }
  .modal-popup.employee-restriction-popup .modal-inner-wrap {
    background: #fff !important;
  }
  /*=========================Custom Css for the employee purchase programe page in user dashboard=========================*/
  body.account.employeepopup-index-employeepurchase .columns .page-title-wrapper {
    display: none;
  }
  body.account.employeepopup-index-employeepurchase .columns .page-title-wrapper.second-title {
    display: inline-block;
  }
  body.account.employeepopup-index-employeepurchase .columns .page-title-wrapper .page-sub-title {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    text-align: center;
    margin: 10px 0 20px;
  }
  body.account.employeepopup-index-employeepurchase .columns .page-title-wrapper .page-sub-title span {
    display: inline-block;
    width: auto;
    vertical-align: top;
    font-size: 16px;
    font-family: "DINPRo-Bold";
    line-height: 28px;
    font-weight: normal;
    letter-spacing: 1px;
    text-transform: capitalize;
  }
  body.account.employeepopup-index-employeepurchase .columns .page-title-wrappers {
    display: inline-block;
    width: 100%;
    vertical-align: top;
  }
  body.account.employeepopup-index-employeepurchase .columns .page-title-wrappers .page-titles {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin: 20px 0;
    text-align: center;
    position: relative;
  }
  body.account.employeepopup-index-employeepurchase .columns .page-title-wrappers .page-titles span {
    display: inline-block;
    width: auto;
    vertical-align: top;
    line-height: 30px;
    font-size: 18px;
    font-family: "DINPro-Bold";
    font-weight: normal;
    letter-spacing: 1px;
    color: #000000;
  }
  body.account.employeepopup-index-employeepurchase .columns .page-title-wrappers .page-titles .year-drop-down {
    position: static;
    right: 0;
    top: 0;
    margin: 10px 0 0;
  }
  body.account.employeepopup-index-employeepurchase .columns .page-title-wrappers .page-titles .year-drop-down label {
    float: left;
    width: auto;
    line-height: 34px;
    font-size: 11px;
  }
  body.account.employeepopup-index-employeepurchase .columns .page-title-wrappers .page-titles .year-drop-down select {
    float: left;
    width: 110px;
    margin: 0px 0 0 6px;
    border: 1px solid #919191;
    border-radius: 4px;
    padding: 0 26px 0 8px;
    height: 34px;
    line-height: 34px;
    font-family: "DINPRo-Medium";
    font-size: 11px;
    letter-spacing: 0.8px;
    text-align: center;
  }
  body.account.employeepopup-index-employeepurchase .columns table tr td span.price {
    color: #282828;
    font-family: "DINPro-Regular";
  }
  body.account.employeepopup-index-employeepurchase #employee-purchase-limits-table tr td,
  body.account.employeepopup-index-employeepurchase #employee-purchase-limits-table tr th {
    text-align: left;
    width: 100%;
    box-sizing: border-box;
  }
  body.account.employeepopup-index-employeepurchase #employee-purchase-limits-table tr td.left-col,
  body.account.employeepopup-index-employeepurchase #employee-purchase-limits-table tr th.left-col {
    text-align: left;
    font-family: "DINPRo-Bold";
  }
  body.account.employeepopup-index-employeepurchase #employee-purchase-limits-table tr td.left-col:before,
  body.account.employeepopup-index-employeepurchase #employee-purchase-limits-table tr th.left-col:before {
    content: none;
  }
  body.account.employeepopup-index-employeepurchase #employee-purchase-limits-table tr td.col:before {
    min-width: 70px;
  }
  body.account.employeepopup-index-employeepurchase #my-orders-table tr th,
  body.account.employeepopup-index-employeepurchase #my-orders-table tr td {
    text-align: left;
  }
  body.account.employeepopup-index-employeepurchase #my-orders-table tr td.id {
    text-align: left;
  }
  body.account.employeepopup-index-employeepurchase #my-orders-table tr td:before {
    width: 70px;
  }
  .exchange-avil-section {
    padding: 20px 0;
    border-top: 1px solid #cfcfcf;
  }
  .exchange-avil-section .exchange-label .price-upto {
    font-size: 14px;
  }
  .exchange-popup-container {
    width: 95%;
  }
  .exchange-pop-up-cont {
    padding: 20px 8px 0px;
  }
  .exchange-pop-up-cont .ex-popup-title h3 {
    font-size: 16px;
  }
  .exchange-pop-up-cont .ex-popup-form-sec {
    margin: 12px 0 0;
    padding: 0px 5px;
    height: calc((100% - 106px));
  }
  .exchange-pop-up-cont .ex-popup-form-col label {
    font-size: 13px;
    line-height: 24px;
  }
  .exchange-pop-up-cont .ex-popup-form-col .field .ex-pop-check-msg {
    font-size: 10px;
  }
  .exchange-pop-up-cont .ex-popup-form-col .field .ex-pop-check-msg em {
    margin: 0;
    color: green;
    line-height: 18px;
    font-size: 11px;
  }
  .exchange-pop-up-cont .ex-popup-form-col #ex-pincode {
    height: 34px;
  }
  .exchange-pop-up-cont .ex-popup-form-col .ex-popup-form-btn {
    line-height: 34px;
    font-size: 13px;
  }
  .exchange-pop-up-cont .ex-popup-form-col .options-list .option {
    width: 46%;
    margin: 0 4% 4% 0;
  }
  .exchange-pop-up-cont .ex-popup-form-col .options-list .option label {
    line-height: 16px;
    font-size: 11px;
    letter-spacing: 0.3px;
    padding: 10px 4px;
  }
  .exchange-pop-up-cont .ex-popup-form-col .options-list .option label.double-view {
    line-height: 32px;
  }
  .exchange-pop-up-cont .ex-popup-form-col .options-list.radio-opt-list {
    min-height: 180px;
  }
  .exchange-pop-up-cont .ex-popup-form-col .options-list .radio-opt:last-child .radio-opt-desc:after {
    left: calc((50% + 12px));
  }
  .exchange-pop-up-cont .ex-popup-form-col .options-list .radio-opt .radio-opt-desc {
    width: 120px;
    top: 70px;
    line-height: 16px;
  }
  .exchange-pop-up-cont .ex-popup-form-col .options-list .radio-opt .radio-opt-desc:after {
    left: calc((50% - 20px));
  }
  .exchange-pop-up-cont .ex-popup-form-col .options-list .radio-opt .radio-opt-desc li {
    font-size: 10px;
    line-height: 13px;
  }
  .exchange-pop-up-cont .ex-popup-form-col .options-list .radio-opt .radio-opt-lebel.not-working {
    line-height: 40px;
    margin: 0;
  }
  .exchange-pop-up-cont .ex-popup-form-col .options-list .radio-opt .radio-opt-price.not-working {
    display: none;
  }
  .exchange-pop-up-cont .ex-popup-form-col .options-list p {
    font-size: 10px;
    letter-spacing: 0px;
  }
  .exchange-pop-up-cont .ex-popup-form-col .options-list p.radio-opt-lebel {
    font-size: 9px;
  }
  .exchange-pop-up-cont .ex-popup-form-col .ex-pro-info {
    font-size: 11px;
  }
  .exchange-pop-up-cont .ex-popup-form-col .ex-pro-info-text {
    font-size: 14px;
    line-height: 24px;
  }
  .exchange-pop-up-cont .ex-popup-form-col .ex-hiw-step {
    width: 50%;
    padding: 0 10px;
    margin: 0 0 20px;
  }
  .exchange-pop-up-cont .ex-popup-form-col .ex-hiw-step .ex-step-icon img {
    margin: 3px 0;
  }
  .exchange-pop-up-cont .ex-popup-form-col .ex-hiw-step:last-child:after,
  .exchange-pop-up-cont .ex-popup-form-col .ex-hiw-step.ex-hiw-step-2:after,
  .exchange-pop-up-cont .ex-popup-form-col .ex-hiw-step.ex-hiw-step-4:after {
    content: none;
  }
  .exchange-pop-up-cont .ex-popup-btn-section button {
    padding: 0;
    line-height: 36px;
    width: 110px;
    font-size: 12px;
  }
  .exchange-final-msg .exchange-form-result {
    font-size: 11px;
  }
  .exchange-final-msg .exchange-msg-title {
    font-size: 14px;
  }
  .exchange-final-msg .exchange-msg-cont {
    font-size: 9px;
    letter-spacing: 0.2px;
  }
  .exchange-final-msg .exchange-msg-cont .tooltip {
    margin: 0 0 0 6px;
  }
  .exchange-final-msg .exchange-msg-cont .tooltip .tooltiptext {
    right: -10px;
  }
  #exchange-reset-popup .exchange-popup-container {
    max-height: 160px;
  }
  #customer-coupons-sec .coupon-item {
    padding: 10px;
    gap: 10px;
    width: 100%;
  }
  #customer-coupons-sec .coupons-list {
    flex-wrap: wrap;
    gap: 15px;
  }
  #customer-coupons-sec .coupon-item-right {
    width: 72px;
  }
  #customer-coupons-sec .coupon-item-left {
    width: calc((100% - 82px));
  }
  #customer-coupons-sec .coupon-title.second-title {
    font-size: 13px;
    letter-spacing: 0.2px;
  }
  #asc-login-popup .popup-content p {
    margin: 6px 0;
    font-size: 16px;
    line-height: 24px;
  }
  .warr-expire-popup-cont h2 {
    font-size: 20px;
    line-height: 30px;
  }
  .warr-expire-desc p {
    margin: 6px 0;
    font-size: 16px;
    line-height: 24px;
  }
  /*======================Custom Css for Order feedbacks page======================*/
  .order-feedback-section .order-feed-page-title .order-feed-title {
    line-height: 30px;
    font-size: 18px;
  }
  .order-feed-form-container {
    padding: 15px;
  }
  .order-feed-form-container .field {
    margin: 0 0 10px;
  }
  .order-feed-form-container .field label {
    font-size: 12px;
    line-height: 18px;
  }
  .order-feed-form-container .action-toolbar input {
    line-height: 36px;
  }
  /*=========================Custom Css for the order product review form page=========================*/
  #order-product-reviews .orpro-review-form-container {
    padding: 10px;
  }
  #order-product-reviews .orpro-review-form-title span {
    font-size: 20px;
    line-height: 36px;
  }
  #order-product-reviews .orpro-review-form-subtitle span {
    font-size: 14px;
    line-height: 24px;
  }
  #orpro-review-form .review-legend span {
    width: 100%;
    text-align: left;
    font-size: 13px;
    margin: 0 0 10px;
    line-height: 22px;
  }
  #orpro-review-form .review-legend strong {
    width: 100%;
    font-size: 14px;
    line-height: 24px;
    font-family: 'DINPRo-Medium';
  }
  #orpro-review-form .review-legend .orpro-sku {
    font-size: 12px;
    line-height: 22px;
  }
  #orpro-review-form div.field label {
    font-size: 13px;
    line-height: 20px;
  }
  #orpro-review-form div.field input {
    height: 40px;
    line-height: 40px;
    font-size: 13px;
    border-radius: 6px;
  }
  #orpro-review-form div.field textarea {
    font-size: 13px;
    line-height: 24px;
    height: 100px !important;
  }
  #orpro-review-form .review-field-ratings label.label {
    width: 100%;
    text-align: left;
  }
  #orpro-review-form .review-field-ratings .control.review-control-vote {
    max-width: 100%;
    height: 32px;
  }
  #orpro-review-form .review-field-ratings div.mage-error {
    padding: 0;
  }
  #orpro-review-form .actions-toolbar button.action {
    font-size: 14px;
    line-height: 40px;
  }
  /*======================Custom Css for Promo Offer page======================*/
  .promo-offer-container {
    padding: 0 10px;
    box-sizing: border-box;
    margin: 30px 0;
  }
  .promo-offer-container .congrats-class {
    font-size: 24px;
    line-height: 40px;
  }
  .promo-offer-container .coupon-code-col {
    line-height: 40px;
    font-size: 20px;
    margin: 0 0 30px;
  }
  .promo-offer-container .coupon-code {
    line-height: 40px;
    font-size: 20px;
  }
  .promo-offer-container .coupon-url {
    padding: 0 30px;
    line-height: 40px;
    font-size: 14px;
    margin: 25px 0 100px;
  }
  .promo-offer-container .lower-coupon-text {
    line-height: 28px;
    margin: 10px 0 30px;
    font-size: 14px;
  }
  .promo-offer-container .coupon-upper-text {
    line-height: 28px;
    margin: 10px 0 30px;
    font-size: 14px;
  }
  .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 .txthead.warranty-heading {
    text-transform: none;
    font-size: 16px;
  }
  .ajax-login-form .mobile-modal-content .ajax-login-conten .page_title .txtp {
    font-size: 14px;
    line-height: 20px;
  }
  .ajax-login-form .mobile-modal-content #ajaxotplogin .login-window .otp-content {
    padding: 0 10px;
  }
  .ajax-login-form .mobile-modal-content #ajaxotplogin .login-window .otp-content input {
    font-size: 13px;
  }
  .ajax-login-form .mobile-modal-content #ajaxotplogin .login-window .otp-content input:focus {
    font-size: 16px;
  }
  .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;
  }
  .ajax-login-form .mobile-modal-content #ajaxotplogin .login-window .cond-option {
    padding: 0 12px;
  }
  .ajax-login-form .mobile-modal-content #ajaxotplogin .login-window .cond-option .label {
    font-size: 11px;
  }
  .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;
  }
  /*================For the Product Page Diiferent section of reviews================*/
  #product-reviews-section {
    margin: 30px 0;
    padding: 0 10px;
    box-sizing: border-box;
  }
  #product-reviews-section .reviews-top-title span {
    width: 100%;
    font-size: 24px;
    line-height: 30px;
    text-align: left;
  }
  #product-review-form-sec .product-review-top-toogle span {
    font-size: 14px;
    line-height: 24px;
  }
  #product-review-form-sec .product-review-top-toogle span.toggler-btn {
    margin: 10px 10px 0;
    line-height: 36px;
    font-size: 15px;
  }
  #product-review-form-sec .product-review-form-top {
    max-height: 200px;
  }
  #product-review-form-sec .review-add .block-title {
    margin: 0 0 10px 0;
  }
  #product-review-form-sec .review-add .block-title strong {
    font-size: 20px;
    line-height: 36px;
  }
  #product-review-form-sec #review-form-sign-in {
    margin: 5px 10px 0 10px;
    font-size: 16px;
    line-height: 36px;
    border-width: 1px;
  }
  /*for the review top count and link*/
  #product-top-review-summary .reviews-actions .action.add {
    font-size: 13px;
  }
  #product-top-review-summary .reviews-actions .action.view {
    font-size: 13px;
  }
  #product-top-review-summary .rating-summary .review-rating-outof {
    font-size: 16px;
  }
  /*for the reviews list*/
  #customer-reviews .block-title strong {
    text-align: center;
    font-size: 18px;
    line-height: 28px;
  }
  #customer-reviews .review-item {
    padding: 10px;
    border-radius: 6px;
  }
  #customer-reviews .review-title {
    width: 100%;
    font-size: 15px;
    letter-spacing: 0.5px;
    line-height: 28px;
  }
  #customer-reviews .review-ratings {
    margin: 0;
  }
  #customer-reviews .review-content {
    font-size: 13px;
    line-height: 24px;
  }
  #customer-reviews .review-details-label {
    font-size: 13px;
  }
  #customer-reviews .review-details-value {
    line-height: 24px;
    font-size: 14px;
  }
  #customer-reviews .review-toolbar .pages-items {
    padding: 0;
  }
  #customer-reviews .review-toolbar li.item {
    position: static;
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  #customer-reviews .review-toolbar li.item .page {
    line-height: 30px;
  }
  #customer-reviews .review-toolbar li.item .page span {
    font-size: 16px;
    line-height: 30px;
  }
  #customer-reviews .review-toolbar li.item .action:before {
    font-size: 16px;
  }
  /*for the review form*/
  #review-form {
    padding: 0px;
  }
  #review-form .review-legend span {
    width: 100%;
    text-align: left;
    font-size: 13px;
    margin: 0 0 10px;
    line-height: 22px;
  }
  #review-form .review-legend strong {
    width: 100%;
    font-size: 14px;
    line-height: 24px;
    font-family: 'DINPRo-Medium';
  }
  #review-form div.field .label {
    font-size: 13px;
    line-height: 20px;
  }
  #review-form div.field input {
    height: 40px;
    line-height: 40px;
    font-size: 13px;
    border-radius: 6px;
  }
  #review-form div.field textarea {
    font-size: 13px;
    line-height: 24px;
    height: 100px !important;
  }
  #review-form div.field.review-field-nickname,
  #review-form div.field.review-field-summary {
    width: 98%;
  }
  #review-form .review-field-ratings label.label {
    width: 100%;
    text-align: left;
  }
  #review-form .review-field-ratings .control.review-control-vote {
    max-width: 100%;
    height: 32px;
  }
  #review-form .review-field-ratings div.mage-error {
    padding: 0;
    float: left;
    width: 100%;
    text-align: left;
  }
  #review-form #product-review-table .review-field-rating label {
    width: 100%;
    text-align: left;
  }
  #review-form #product-review-table .review-field-rating .review-control-vote {
    max-width: 100%;
  }
  #review-form .actions-toolbar button.action.submit {
    font-size: 14px;
    line-height: 40px;
  }
  /*================For the Customer Dashboard Different section and pages of reviews================*/
  /*for the my recent review section on my account page*/
  .review-item-info {
    padding: 8px;
  }
  .review-item-info .review-col-label {
    min-width: initial;
  }
  .review-item-info .review-col-label span {
    font-size: 12px;
    line-height: 20px;
  }
  .review-item-info .review-col-label span em {
    padding: 0 8px;
    font-size: 12px;
    line-height: 18px;
  }
  .review-item-info .review-col-value {
    width: 100%;
  }
  .review-item-info .product-name a {
    font-size: 13px;
    line-height: 22px;
    letter-spacing: 0.5px;
  }
  .review-item-info .product-name span {
    font-size: 12px;
    line-height: 20px;
  }
  .review-item-info .product-name span em {
    font-size: 12px;
    line-height: 17px;
  }
  .review-item-info .product-review-title span {
    font-size: 14px;
    line-height: 24px;
  }
  .review-item-info .product-review-desc span {
    font-size: 14px;
    line-height: 24px;
  }
  .review-item-info .review-rating-outof span {
    font-size: 14px;
  }
  /*for the my product reviews solo review detail page*/
  #customer-review-details .product-info {
    width: 100%;
  }
  #customer-review-details .product-info .product-name a {
    font-size: 15px;
    line-height: 24px;
  }
  #customer-review-details .product-details {
    flex-wrap: wrap;
  }
  #customer-review-details .product-media {
    display: block;
    margin: 0 auto;
  }
  #customer-review-details .review-item-box .review-title {
    width: 100%;
    font-size: 16px;
    line-height: 28px;
  }
  #customer-review-details .review-item-box .review-content {
    font-size: 13px;
    line-height: 22px;
  }
  .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: 100%;
  }
  .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;
  }
  .account.vault-cards-listaction .add-methods {
    flex-direction: column;
  }
  .account.vault-cards-listaction .add-methods > div {
    width: calc(100% - 6px);
  }
  .account.vault-cards-listaction .add-methods > div > div:first-child {
    flex-direction: row;
  }
  .account.vault-cards-listaction .add-methods > div > div:first-child img {
    margin-right: 20px;
  }
  .account.vault-cards-listaction .add-methods > div:first-child {
    margin-bottom: 20px;
    margin-right: 0;
  }
  .account.vault-cards-listaction .braintree-credit-card-types {
    max-width: 130px;
  }
  .braintree-applepay-container-product {
    display: block;
  }
  .braintree-applepay-container-product .braintree-apple-pay-button {
    width: 100%;
  }
  div.braintree-express-payments > div > div {
    width: 100%;
  }
  div.braintree-express-payments .braintree-googlepay-button.long {
    height: 45px;
    width: 100%;
  }
  div.braintree-express-payments .braintree-apple-pay-button {
    height: 45px;
    width: calc(100% - 10px);
  }
}
@media only screen and (max-width: 639px) {
  .abs-visually-hidden-mobile,
  .table-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;
  }
  .table-magento-payments-review-items .col.subtotal {
    text-align: left;
  }
  .table-magento-payments-review-items .product-item-name {
    display: inline-block;
  }
  .cart-summary .apple-pay {
    margin-top: 14px;
  }
  .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 product coloum betterment on cart page======================*/
  .checkout-cart-index .cart.table-wrapper .product-item-photo {
    margin: 0;
    max-width: 100px;
    top: 0px;
  }
  .checkout-cart-index .cart.table-wrapper .actions-toolbar > .action-delete {
    right: -6px;
    top: -8px;
  }
  .checkout-cart-index .cart-container .form-cart .cart.table-wrapper tbody.cart.item {
    padding: 8px 15px;
    overflow: hidden;
  }
  .checkout-cart-index .cart-container .form-cart .cart.table-wrapper tbody.cart.item tr.item-info td.col.item {
    padding-left: 105px;
  }
  .checkout-cart-index .cart-container .cart-title span {
    float: none;
  }
  /*======================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;
    letter-spacing: 0px;
  }
  #shopping-cart-table .cart.item .deluervy-single-item {
    font-size: 12px;
    line-height: 18px;
  }
  #shopping-cart-table .cart.item .deluervy-single-item .del-tat-msg {
    font-size: 12px;
    line-height: 18px;
    margin: 10px 0 5px;
  }
  #shopping-cart-table .cart.item .delivery-notice {
    padding: 4px 6px;
    font-size: 11px;
    letter-spacing: 0.2px;
    line-height: 16px;
    margin: 20px 0 5px;
    position: relative;
    left: -105px;
    width: calc((100% + 105px));
  }
  #shopping-cart-table .cart.item .delivery-notice strong:after {
    line-height: 13px;
  }
  /*======================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 .field.terms input#terms {
    width: 16px;
    height: 24px !important;
    line-height: 24px;
  }
  #notifyform .field.terms label {
    line-height: 24px;
    font-size: 11px;
  }
  #notifyform .actions-toolbar button.action.submit {
    line-height: 34px;
    font-size: 12px;
  }
  #notifyform #notify-verify-form-button {
    line-height: 34px;
    font-size: 12px;
  }
  /*======================Custom Css for exchange offer section on cart page======================*/
  #shopping-cart-table .exchange-option {
    align-items: baseline;
  }
  #shopping-cart-table .exchange-option .exchange-pic {
    margin: 20px 0 0;
  }
  #shopping-cart-table .exchange-option .exchange-icon {
    width: 90px;
  }
  #shopping-cart-table .exchange-option img {
    width: 65px;
  }
  #shopping-cart-table .exchange-option .exchange-desc {
    width: 100%;
  }
  #shopping-cart-table .exchange-option .exchange-info {
    width: calc((100% - 90px));
    padding: 10px 0;
  }
  #shopping-cart-table .exchange-option .exchange-offer-col {
    padding: 0;
    position: static;
  }
  #shopping-cart-table .exchange-option .actions-toolbar {
    top: 8px;
    right: -2px;
  }
  #shopping-cart-table .exchange-option .actions-toolbar.add-exchange-opt {
    width: 100%;
    padding: 0 0 60px;
    position: relative;
    top: 0;
    left: 0;
    float: left;
  }
  #shopping-cart-table .exchange-option .actions-toolbar .action-add {
    font-size: 14px;
    width: calc((100% + 90px));
    position: absolute;
    float: left;
    left: -90px;
    top: 50px;
  }
  #shopping-cart-table tr.other-option .ex-warranty {
    font-size: 14px;
    width: calc((100% - 20px));
    margin: 0 10px;
  }
  .checkout-cart-index .cart-container .add-more-product {
    margin-bottom: 40px;
  }
  .checkout-cart-index .cart-container .add-more-product .emp-custom-cart-popup {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .checkout-cart-index .cart-container .add-more-product .emp-custom-cart-popup a {
    width: 100%;
  }
  /*======================Custom Css for extended warranty pop-up on cart page======================*/
  .checkout-cart-index .modal-popup.modal-slide._show.warranty-modal .modal-inner-wrap .warranty-container .warr-right .add-warranty {
    font-size: 14px;
    padding: 0 20px 0 10px;
    box-sizing: border-box;
  }
  .checkout-cart-index .warranty-modal .modal-inner-wrap .warranty-container .cart.table-wrapper {
    display: inline-block;
    width: 20px;
    vertical-align: top;
    visibility: visible;
    position: absolute;
    right: 5px;
    top: 5px;
    border: none;
    margin: 0;
  }
  .checkout-cart-index .warranty-modal .modal-inner-wrap .warranty-container .delete-warranty-item {
    position: static;
  }
  /*======================Custom Css for Multiple coupon funtionality on cart page======================*/
  .checkout-cart-index #block-discount .coupon-list-link {
    position: static;
    margin: 0 0 10px;
  }
  .checkout-cart-index #block-discount .coupon-list-link a {
    font-size: 13px;
    line-height: 36px;
  }
  #shopping-cart-table .avail-coupon {
    margin: 0 7px 7px 0;
  }
  #shopping-cart-table .available-coupons-list-section {
    float: left;
    padding-bottom: 0;
    border-bottom: none;
  }
  #shopping-cart-table .available-coupons-list-section .avail-prod-coupon-sec {
    float: left;
  }
  .cart-summary .cart-totals tr[class="totals"] .title:after {
    color: #fff;
  }
  .cart-summary .cart-totals .totals .amount {
    color: #fff;
  }
  #shopping-cart-table-top {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    padding: 0 15px;
    box-sizing: border-box;
  }
  .checkout-cart-index .amcoupons-applied-coupon-list {
    float: right;
    width: 100%;
    margin: 5px 0 0;
  }
  .checkout-cart-index .amcoupons-applied-coupon-list .amcoupons-applied-coupon {
    font-size: 11px;
    line-height: 36px;
    margin: 5px 10px 5px 0;
  }
  .checkout-cart-index .amcoupons-applied-coupon-list .amcoupons-applied-coupon a {
    line-height: 36px;
  }
  .checkout-cart-index .amcoupons-applied-coupon-list .amcoupons-applied-coupon a:before {
    width: 18px;
    line-height: 18px;
    height: 18px;
    margin: 9px 0 0;
  }
  /*======================Custom Css for extended warranty bar in cart table on cart page======================*/
  #shopping-cart-table tr.other-option .add-warranty-btn {
    width: 100%;
  }
  #shopping-cart-table tr.other-option .add-warranty-btn span.ex-warranty {
    width: calc((100% - 20px));
  }
  #shopping-cart-table tr.other-option .emp-custom-cart-popup {
    width: 100%;
    margin: 20px 0 0 0;
  }
  #shopping-cart-table tr.other-option .emp-custom-cart-popup a {
    width: calc((100% - 20px));
    margin: 0 10px;
  }
  #shopping-cart-table tr.other-option .price-box {
    width: 100%;
    text-align: left;
  }
  #cart-extended-warranty-section .warranty-applied-section {
    flex-wrap: wrap;
  }
  #cart-extended-warranty-section .warranty-pic {
    width: 105px;
    padding: 0px;
  }
  #cart-extended-warranty-section .warranty-side-info {
    display: inline-block;
    width: calc((100% - 110px));
    text-align: left;
  }
  #cart-extended-warranty-section .warranty-applied-container {
    width: 100%;
  }
  #cart-extended-warranty-section .warranty-applied {
    letter-spacing: 0px;
    margin: 0 0 10px;
  }
  .opc-wrapper .step-title {
    font-size: 18px;
    border-bottom: 0;
    padding-bottom: 0;
  }
  .opc-wrapper .step-content {
    margin: 0 0 15px;
  }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address,
  .opc-wrapper .methods-shipping {
    background: #f4f4f4;
    margin: 20px -15px 15px;
    padding: 20px 15px;
  }
  .opc-wrapper .form-login + .form-shipping-address {
    margin-top: -15px;
  }
  .opc-wrapper .shipping-address-item {
    border-bottom: 1px solid #cccccc;
    margin: 0 0 15px;
    padding: 0 0 15px;
    width: 100%;
  }
  .opc-wrapper .shipping-address-item.selected-item {
    padding: 15px 35px 15px 18px;
    border-bottom-width: 2px;
  }
  .opc-wrapper .shipping-address-item.selected-item .edit-address-link {
    right: 39px;
  }
  .opc-wrapper .action-select-shipping-item {
    float: none;
    margin-top: 10px;
    width: 100%;
  }
  .opc-wrapper .action-show-popup {
    width: 100%;
  }
  .opc-wrapper .methods-shipping {
    border-bottom: 1px solid #cccccc;
    padding-top: 30px;
  }
  .opc-wrapper .edit-address-link {
    display: inline-block;
    text-decoration: none;
    margin: 0;
    position: absolute;
    right: 0;
    top: 5px;
  }
  .opc-wrapper .edit-address-link > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .opc-wrapper .edit-address-link:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 20px;
    color: #757575;
    content: '\e601';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .opc-wrapper .edit-address-link:hover:before {
    color: #333333;
  }
  .opc-wrapper .edit-address-link:active:before {
    color: #757575;
  }
  .shipping-policy-block.field-tooltip {
    margin-bottom: 20px;
    position: relative;
    right: auto;
    top: auto;
  }
  .shipping-policy-block.field-tooltip .field-tooltip-content {
    width: 300px;
    right: auto;
  }
  .shipping-policy-block.field-tooltip .field-tooltip-content:before,
  .shipping-policy-block.field-tooltip .field-tooltip-content:after {
    right: auto;
  }
  .opc-block-shipping-information .shipping-information-title {
    font-size: 2.3rem;
  }
  .opc-block-summary > .title {
    border-bottom: 0;
    font-size: 18px;
    margin-bottom: 20px;
    padding-bottom: 0;
  }
  .account .column.main,
  .account .sidebar-additional {
    margin: 0;
    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;
  }
  .checkout-index-index .columns .amcoupons-main-container,
  .paypal-express-review .amcoupons-main-container,
  .braintree-paypal-review .amcoupons-main-container {
    box-sizing: border-box;
    width: 100%;
  }
  .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;
  }
}
/** css related to Uppy **/
.uppy-Dashboard-progressindicators,
.uppy-Dashboard-close,
.uppy-Dashboard-dropFilesHereHint,
.uppy-Dashboard-inner{
    display:none;
}

.image.image-placeholder #fileUploader{
    border:500px solid transparent;
    bottom:0;
    cursor:pointer;
    font-size:10em;
    height:100%;
    left:0;
    opacity:0;
    position:absolute;
    right:0;
    top:0;
    width:100%;
    z-index:3
}
.comparisonBar {
    bottom: 0;
    position: fixed;
    width: 95rem;
    z-index: 99999;
    max-width: 100%;
}
.miss--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;*/
}
.miss--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;
}
.miss--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) {
    .miss--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) {
    .miss--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;
  }
}
/**
 * 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';*/
}

body .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%;
    }
}
.tmls-widget .ratings, .tmls-sform .ratings {
    overflow: visible;
    padding: 10px;
    position: relative;
}

.tmls-widget .ratings_stars, .tmls-sform .ratings_stars {
    background: url('../../frontend/OM/Desktop/en_US/Ves_Testimonial/image/star_blank.png') no-repeat;
    float: left;
    height: 28px;
    padding: 2px;
    width: 32px;
}

.tmls-widget .ratings_blank, .tmls-sform .ratings_blank {
    background: url('../../frontend/OM/Desktop/en_US/Ves_Testimonial/image/star_blank.png') no-repeat;
    height: 19px;
    width: 19px;
    margin: auto 5px;
    display: inline-block;
}

.tmls-widget .ratings_vote, .tmls-sform .ratings_vote {
    background: url('../../frontend/OM/Desktop/en_US/Ves_Testimonial/image/star_voted.png') no-repeat;
}

.tmls-widget .ratings_over, .tmls-sform .ratings_over {
    background: url('../../frontend/OM/Desktop/en_US/Ves_Testimonial/image/star_overs.png') no-repeat;
}

.tmls-widget .total_votes {
    background: #eaeaea;
    top: 58px;
    left: 0;
    padding: 5px;
    position: absolute;
}

.tmls-widget .tmls-item .list-social {
    padding: 0;
    margin: 0;
}

.tmls-widget .tab-content {
    overflow: hidden
}

.tmls-widget .tmls-item .list-social li {
    display: inline-block;
    margin-bottom: 0px;
    text-align: center;
}

.tmls-widget .tmls-item ul.list-social li a {
    width: 26px;
    height: 26px;
    line-height: 26px;
    border-radius: 50%;
    display: inline-block;
    margin-right: -3px;
    color: #707070;
}

.tmls-widget .tmls-item ul.list-social li a.facebook:hover {
    background: #3b5999;
}

.tmls-widget .tmls-item ul.list-social li a.twitter:hover {
    background: #55acef
}

.tmls-widget .tmls-item ul.list-social li a.google:hover {
    background: #dc4d3c
}

.tmls-widget .tmls-item ul.list-social li a.youtube:hover {
    background: #e04e41
}

.tmls-widget .tmls-item ul.list-social li a.linkedin:hover {
    background: #0077B5
}

.tmls-widget .tmls-item ul.list-social li a.vimeo:hover {
    background: #44BBFF
}

.tmls-widget .tmls-item ul.list-social li a.email:hover {
    background: #E34D42;
}

.tmls-widget .tmls-item ul.list-social li a:hover i:before {
    color: #FFF;
}

.tmls-widget.tmls-grayscale .tmls-item:hover .tmls-image img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

.tmls-widget .tmls-item > div {
    margin: 0 0 5px 0;
}

.tmls-widget.tmls-grayscale .tmls-item .tmls-image img {
    filter: grayscale(100%);
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: gray;
}

.tmls-widget.content-small-radius .tmls-item .tmls-box {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.tmls-widget.content-medium-radius .tmls-item .tmls-box {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.tmls-widget.content-large-radius .tmls-item .tmls-box {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.tmls-widget.content-no-radius .tmls-item .tmls-box {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.tmls-widget.image-small-radius .tmls-item .tmls-image img {
    -webkit-border-radius: 16%;
    -moz-border-radius: 16%;
    border-radius: 16%;
}

.tmls-widget.image-medium-radius .tmls-item .tmls-image img {
    -webkit-border-radius: 32%;
    -moz-border-radius: 32%;
    border-radius: 32%;
}

.tmls-widget.image-large-radius .tmls-item .tmls-image img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.tmls-widget .tmls-item .tmls-image img {
    max-width: 100%;
    width: auto;
    margin: 0 auto;
}

.tmls-widget .block-title h2:after {
    height: 2px;
    width: 30px;
    background: #1db3d9;
    content: ' ';
    display: block;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px
}

.tmls-widget.no-image .tmls-item .tmls-image img, .tmls-widget.no-image .tmls-image-container .tmls-image {
    display: none;
}

.tmls-widget.small-image .tmls-item .tmls-image img, .tmls-widget.small-image .tmls-image-container .tmls-image {
    width: 50px;
    height: 50px;
}

.tmls-widget.medium-image .tmls-item .tmls-image img, .tmls-widget.medium-image .tmls-image-container .tmls-image {
    width: 80px;
    height: 80px;
}

.tmls-widget.large-image .tmls-item .tmls-image img, .tmls_images.large-image .tmls-image-container .tmls-image {
    width: 100px;
    height: 100px;
}

.tmls-widget.xlarge-image .tmls-item .tmls-image img, .tmls-widget.xlarge-image .tmls-image-container .tmls-image {
    width: 150px;
    height: 150px;
}

.tmls-widget .tmls-item .tmls-title {
    font-size: 1.5em;
    font-weight: normal;
}

.tmls-widget .tmls-item .tmls-rating {
    line-height: 1;
}

.tmls-widget .tmls-item .tmls-name {
    font-weight: bold;
    font-size: 15px;
}

.tmls-widget .tmls-item .tmls-company {
    margin-top: 5px;
}

.tmls-widget .tmls-item .tmls-testimonial {
    line-height: 1.6em;
}

.tmls-widget .tmls-item .tmls-date {
    margin-right: 8px;
}

.tmls-widget .tmls-item {
    padding: 20px;
    text-align: center;
}

.tmls-widget .tmls-item {
    border-right: 1px dashed #ddd;
    float: left;
    overflow: hidden;
}

.tmls-widget .tmls-item-info {
    float: left;
    width: 100%;
}

.tmls-widget .owl-item.active:last-child .tmls-item-info {
    border-right: 0
}

.tmls-widget .owl-carousel .owl-item {
    padding: 0;
}

.tmls-carousel-multi .tmls-item {
    border-bottom: 1px dashed #ddd;
}

.tmls-carousel-multi .tmls-item.last {
    border-bottom: 0
}

.tmls-widget .tmls-item .tmls-image {
    margin: 15px 0;
}

.tmls-widget .tmls-item .tmls-box {
    position: relative;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 100%;
    padding: 15px;
    border: 1px solid #DDDDDD;
    margin-bottom: 25px;
}

.tmls-widget .tmls-item .tmls-arrow {
    width: 20px;
    height: 11px;
    position: absolute;
    top: 100%;
    left: 30px;
    display: block;
    line-height: 0px;
}

.tmls-widget .tmls-rating> .ratings_over:first-child {
    margin-left: 0;
}

.tmls-widget .tmls-item .tmls-title {
    margin-bottom: 12px;
    line-height: 1.2em;
}

.tmls-widget .block-title.content-heading {
    margin-bottom: 40px;
}

.tmls-widget .tmls-fulltext {
    display: none;
}

.tmls-widget {
    margin-bottom: 30px !important;
    float: left;
    width: 100%
}

/** All Top */
.tmls-alltop .tmls-date {
    margin-right: 0;
}

.tmls-alltop .tmls-socialnetworks {
    margin-bottom: 10px;
}

/* Style 1*/
.tmls-widget.tmls-style1 .tmls-item .tmls-testimonial {
    margin-bottom: 20px;
}

.tmls-widget .tmls-item .tmls-name {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
}

.tmls-widget.tmls-style1 .tmls-item .tmls-meta {
    margin-bottom: 15px;
}

.tmls-widget .tmls-item .tmls-company {
    margin-bottom: 10px;
}

/* Style 2*/
.tmls-widget.tmls-style2 .tmls-item .tmls-testimonial {
    margin-bottom: 20px;
}

.tmls-widget.tmls-style2 .tmls-item {
    text-align: left;
    float: left;
    height: 100%;
}

.tmls-widget.tmls-style2 .tmls-item .tmls-left {
    float: left;
    margin-right: 20px;
    height: 100%;
}

.tmls-widget.tmls-style2 .tmls-item .tmls-meta {
    margin-bottom: 15px;
}

/* Style 3*/
.tmls-widget.tmls-style3 .tmls-item .tmls-arrow {
    left: 30px;
}

.tmls-widget.tmls-style3 .tmls-item {
    text-align: left
}

.tmls-widget.tmls-style3 .tmls-item .tmls-title {
    text-align: center;
}

.tmls-widget.tmls-style3 .tmls-item .tmls-testimonial {
    text-align: center;
}

.tmls-widget.tmls-style3 .tmls-item .tmls-left {
    float: left;
    margin-right: 20px;
    height: 100%;
}

.tmls-widget.tmls-style3 .tmls-image {
    margin-top: 0;
    margin-bottom: 0;
}

.tmls-widget.tmls-style3 .tmls-item .tmls-meta {
    margin-bottom: 10px;
}

/* Style4 */
.tmls-widget.tmls-style4 .tmls-item .tmls-arrow {
    left: 0px;
    width: 100%;
}

.tmls-widget.tmls-style4 .tmls-item .tmls-meta {
    margin-bottom: 10px
}

/* Grid */
.tmls-widget.tmls-grid .row .tmls-item:last-child {
    border-right: 0;
}

.tmls-widget.tmls-grid .row {
    border-bottom: 1px dashed #ddd;
}

.tmls-widget.tmls-grid .tmls-testimonial {
    margin-bottom: 30px;
}

.tmls-widget.tmls-grid .tab-content .row:last-child {
    border-bottom: 0
}

.tmls-widget.tmls-grid .tmls-meta {
    margin-bottom: 10px
}

/* Grid 1 */
.tmls-widget.tmls-grid1 .tmls-item .tmls-testimonial {
    margin-bottom: 20px;
}

.tmls-widget.tmls-grid1 .tmls-item {
    text-align: left;
    float: left;
    height: 100%;
}

.tmls-widget.tmls-grid1 .tmls-item .tmls-left {
    float: left;
    margin-right: 20px;
    height: 100%;
    max-width: 28%;
    margin-right: 3%;
}

.tmls-widget.tmls-grid1 .tmls-item .tmls-right {
    max-width: 68%;
    float: left;
}

.tmls-widget.tmls-grid1 .tmls-item .tmls-meta {
    margin-bottom: 15px;
}

.tmls-widget.tmls-grid1 .row {
    border-bottom: 1px dashed #ddd;
}

.tmls-widget.tmls-grid1 .tab-content .row .tmls-item:last-child {
    border-right: 0
}

.tmls-widget.tmls-grid1 .row:last-child {
    border-bottom: 0
}

/* Grid2 */
.tmls-widget.tmls-grid2 .row {
    border-bottom: 1px dashed #ddd;
}

.tmls-widget.tmls-grid2 .tab-content .row .tmls-item:last-child {
    border-right: 0
}

.tmls-widget.tmls-grid2 .tab-content .row:last-child {
    border-bottom: 0
}

.tmls-widget.tmls-grid2 .tmls-meta {
    margin-bottom: 10px
}

.tmls-widget.tmls-grid2 .tmls-item .tmls-arrow {
    left: 0;
    width: 100%;
}

/* Slide */
.tmls-widget.tmls-slide .tmls-item .tmls-title {
    margin: 20px 0
}

.tmls-widget.tmls-slide .tmls-item .tmls-testimonial, .tmls-widget.tmls-slide .tmls-item .tmls-company {
    margin: 10px 0
}

.tmls-widget.tmls-slide .tmls-item {
    display: inline-block;
    border-right: 0;
    padding: 0
}

.tmls-widget.tmls-slide .tmls-item .tmls-image img {
    border-radius: 0;
    cursor: pointer
}

.tmls-widget.tmls-slide .tmls-item .tmls-image img:hover, .tmls-widget.tmls-slide .tmls-item.active .tmls-image img {
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(0%);
}

.tmls-widget.tmls-slide .tmls-item .tmls-image img {
    filter: grayscale(100%);
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: gray;
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
}

.tmls-widget.tmls-slide .tmls-image-container {
    margin: 3px;
    display: inline-block;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.tmls-widget.tmls-slide .tmls-image-overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    content: "";
    background-color: #ffffff;
    opacity: 0.60;
    filter: alpha(opacity=60);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.2s;
}

.tmls-widget.tmls-slide .tmls-image {
    -webkit-filter: grayscale(100%);
    -webkit-transition: filter 0.5s;
    -moz-transition: filter 0.5s;
    -o-transition: filter 0.5s;
    -ms-transition: filter 0.5s;
    transition: filter 0.5s;
    width: 100px;
    height: 100px;
    text-align: center;
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -o-filter: grayscale(0);
}

.tmls-widget.tmls-slide .tmls-image-container.selected .tmls-image-overlay {
    display: none;
}

.tmls-widget.tmls-slide .tmls-image-container.selected img {
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -o-filter: grayscale(0%);
}

.tmls-widget.tmls-slide .tab-content {
    text-align: center;
}

.tmls-widget.tmls-slide .tmls-item {
    width: 100%;
}

/** Tmls Form */
.tmls-form label, .tmls-form .label, .tmls-sform .label {
    color: #333;
    font-size: 100%;
    padding: 0;
}

.tmls-form .label em, .tmls-sform .label em {
    content: '*';
    color: #e02b27;
    font-size: 1.2rem;
    margin: 0 0 0 5px;
}

.tmls-sform .row, .tmls-form .row {
    margin-bottom: 20px;
}

.tmls-sform h2 {
    text-align: center;
}

/** List **/
.tmls-widget.tmls-list .tmls-item {
    border-right: 0;
    border-bottom: 1px dashed #DDDDDD;
    width: 100%;
    float: left;
}

.tmls-widget.tmls-list .tab-content {
    overflow: initial;
    width: 100%;
    float: left;
}

.tmls-widget.tmls-list .tab-content .tmls-item:last-child {
    border-bottom: 0;
}

@media (max-width: 768px) {
    .tmls-widget.tmls-grid1 .tmls-item .tmls-left {
        max-width: auto;
        margin-right: 5px;
    }

    .tmls-widget.tmls-grid1 .tmls-item .tmls-right {
        max-width: auto;
        float: left;
    }
}

.ves-testimonialpage h2 {
    font-size: 28px !important;
    font-weight: normal;
    text-align: center;
    color: #1db3d9;
}

.ves-testimonialpage .tmls-widget .block-title.content-heading {
    margin-bottom: 60px !important;
}

.tmls-widget.no-after .block-title h2:after {
    display: none
}

.tmls-widget.no-after .block-title h2 {
    font-size: 20px !important;
}

.ves-testimonialpage .tmls-widget.no-after .block-title.content-heading {
    margin-bottom: 20px !important
}

.tmls-widget .title span {
    background: #FFF;
    padding: 0 20px;
}
/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.6.2
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2016 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/

/* @group Base */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.chosen-container * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}
.chosen-container.chosen-with-drop .chosen-drop {
  left: 0;
}
.chosen-container a {
  cursor: pointer;
}
.chosen-container .search-choice .group-name, .chosen-container .chosen-single .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: normal;
  color: #999999;
}
.chosen-container .search-choice .group-name:after, .chosen-container .chosen-single .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top;
}

/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 25px;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #fff;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #ffffff), color-stop(50%, #f6f6f6), color-stop(52%, #eeeeee), color-stop(100%, #f4f4f4));
  background: -webkit-linear-gradient(#ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: -moz-linear-gradient(#ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: -o-linear-gradient(#ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: linear-gradient(#ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-clip: padding-box;
  box-shadow: 0 0 3px white inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px;
}
.chosen-container-single .chosen-default {
  color: #999;
}
.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}
.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url('../../frontend/OM/Desktop/en_US/Amasty_ShopbyLite/css/chosen/chosen-sprite.png') -42px 1px no-repeat;
  font-size: 1px;
}
.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}
.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url('../../frontend/OM/Desktop/en_US/Amasty_ShopbyLite/css/chosen/chosen-sprite.png') no-repeat 0px 2px;
}
.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}
.chosen-container-single .chosen-search input[type="text"] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: white url('../../frontend/OM/Desktop/en_US/Amasty_ShopbyLite/css/chosen/chosen-sprite.png') no-repeat 100% -20px;
  background: url('../../frontend/OM/Desktop/en_US/Amasty_ShopbyLite/css/chosen/chosen-sprite.png') no-repeat 100% -20px;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}
.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}
.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px;
}

/* @end */
/* @group Results */
.chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}
.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none;
}
.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}
.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}
.chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
  background-image: -webkit-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: -moz-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: -o-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #fff;
}
.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4;
}
.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}
.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}
.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}

/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background-image: -webkit-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: -moz-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: -o-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: linear-gradient(#eeeeee 1%, #ffffff 15%);
  cursor: text;
}
.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}
.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #999;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}
.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  max-width: 100%;
  border-radius: 3px;
  background-color: #eeeeee;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default;
}
.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url('../../frontend/OM/Desktop/en_US/Amasty_ShopbyLite/css/chosen/chosen-sprite.png') -42px 1px no-repeat;
  font-size: 1px;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  color: #666;
}
.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}
.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}
.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}

/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #eeeeee), color-stop(80%, #ffffff));
  background-image: -webkit-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: -moz-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: -o-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: linear-gradient(#eeeeee 20%, #ffffff 80%);
  box-shadow: 0 1px 0 #fff inset;
}
.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}
.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px;
}
.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #222 !important;
}

/* @end */
/* @group Disabled Support */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}
.chosen-disabled .chosen-single {
  cursor: default;
}
.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}

/* @end */
/* @group Right to Left */
.chosen-rtl {
  text-align: right;
}
.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}
.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}
.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}
.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}
.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}
.chosen-rtl .chosen-choices li {
  float: right;
}
.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl;
}
.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}
.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}
.chosen-rtl.chosen-container-single-nosearch .chosen-search,
.chosen-rtl .chosen-drop {
  left: 9999px;
}
.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}
.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}
.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}
.chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  background: white url('../../frontend/OM/Desktop/en_US/Amasty_ShopbyLite/css/chosen/chosen-sprite.png') no-repeat -30px -20px;
  background: url('../../frontend/OM/Desktop/en_US/Amasty_ShopbyLite/css/chosen/chosen-sprite.png') no-repeat -30px -20px;
  direction: rtl;
}
.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}
.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}

/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  .chosen-rtl .chosen-search input[type="text"],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type="text"],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: url('../../frontend/OM/Desktop/en_US/Amasty_ShopbyLite/css/chosen/chosen-sprite@2x.png') !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}
/* @end */
/*!
 *  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}
