/**
 * 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*/
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}
@-ms-viewport {
  width: device-width;
}
article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}
body {
  margin: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.375;
  color: #212529;
  background-color: #fff;
}
[tabindex="-1"]:focus {
  outline: 0 !important;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: .5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
dfn {
  font-style: italic;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -.25em;
}
sup {
  top: -.5em;
}
a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  color: #0056b3;
  text-decoration: underline;
}
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}
pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}
figure {
  margin: 0 0 1rem;
}
img {
  vertical-align: middle;
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}
th {
  text-align: inherit;
}
label {
  display: inline-block;
  margin-bottom: .5rem;
}
button {
  border-radius: 0;
}
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
summary {
  display: list-item;
  cursor: pointer;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1230px) {
  .container {
    max-width: 1200px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}
.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}
.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}
.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}
.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}
.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}
.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.order-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}
.order-last {
  -webkit-box-ordinal-group: 14;
  -ms-flex-order: 13;
  order: 13;
}
.order-0 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}
.order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}
.order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}
.order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}
.order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6;
}
.order-7 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7;
}
.order-8 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8;
}
.order-9 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9;
}
.order-10 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10;
}
.order-11 {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 11;
  order: 11;
}
.order-12 {
  -webkit-box-ordinal-group: 13;
  -ms-flex-order: 12;
  order: 12;
}
.offset-1 {
  margin-left: 8.333333%;
}
.offset-2 {
  margin-left: 16.666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.333333%;
}
.offset-5 {
  margin-left: 41.666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.333333%;
}
.offset-8 {
  margin-left: 66.666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.333333%;
}
.offset-11 {
  margin-left: 91.666667%;
}
@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1230px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
.align-baseline {
  vertical-align: baseline !important;
}
.align-top {
  vertical-align: top !important;
}
.align-middle {
  vertical-align: middle !important;
}
.align-bottom {
  vertical-align: bottom !important;
}
.align-text-bottom {
  vertical-align: text-bottom !important;
}
.align-text-top {
  vertical-align: text-top !important;
}
.bg-primary {
  background-color: #007bff !important;
}
a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important;
}
.bg-secondary {
  background-color: #6c757d !important;
}
a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}
.bg-success {
  background-color: #28a745 !important;
}
a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}
.bg-info {
  background-color: #17a2b8 !important;
}
a.bg-info:hover,
a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}
.bg-warning {
  background-color: #ffc107 !important;
}
a.bg-warning:hover,
a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}
.bg-danger {
  background-color: #dc3545 !important;
}
a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}
.bg-light {
  background-color: #f8f9fa !important;
}
a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}
.bg-dark {
  background-color: #343a40 !important;
}
a.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}
.bg-white {
  background-color: #fff !important;
}
.bg-transparent {
  background-color: transparent !important;
}
.border {
  border: 1px solid #dee2e6 !important;
}
.border-top {
  border-top: 1px solid #dee2e6 !important;
}
.border-right {
  border-right: 1px solid #dee2e6 !important;
}
.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}
.border-left {
  border-left: 1px solid #dee2e6 !important;
}
.border-0 {
  border: 0 !important;
}
.border-top-0 {
  border-top: 0 !important;
}
.border-right-0 {
  border-right: 0 !important;
}
.border-bottom-0 {
  border-bottom: 0 !important;
}
.border-left-0 {
  border-left: 0 !important;
}
.border-primary {
  border-color: #007bff !important;
}
.border-secondary {
  border-color: #6c757d !important;
}
.border-success {
  border-color: #28a745 !important;
}
.border-info {
  border-color: #17a2b8 !important;
}
.border-warning {
  border-color: #ffc107 !important;
}
.border-danger {
  border-color: #dc3545 !important;
}
.border-light {
  border-color: #f8f9fa !important;
}
.border-dark {
  border-color: #343a40 !important;
}
.border-white {
  border-color: #fff !important;
}
.rounded {
  border-radius: 0.25rem !important;
}
.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}
.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}
.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}
.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}
.rounded-circle {
  border-radius: 50% !important;
}
.rounded-0 {
  border-radius: 0 !important;
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.d-none {
  display: none !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1230px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-21by9::before {
  padding-top: 42.857143%;
}
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}
.embed-responsive-4by3::before {
  padding-top: 75%;
}
.embed-responsive-1by1::before {
  padding-top: 100%;
}
.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}
.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}
.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}
.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}
.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}
.justify-content-start {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}
.justify-content-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}
.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.justify-content-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}
.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}
.align-items-start {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}
.align-items-end {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}
.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}
.align-items-baseline {
  -webkit-box-align: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}
.align-items-stretch {
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}
.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}
.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}
.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}
.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}
.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}
.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}
.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}
.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}
.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}
.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}
.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}
.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}
@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1230px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}
.float-right {
  float: right !important;
}
.float-none {
  float: none !important;
}
@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1230px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.position-static {
  position: static !important;
}
.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute !important;
}
.position-fixed {
  position: fixed !important;
}
.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}
@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  -webkit-clip-path: none;
  clip-path: none;
}
.w-25 {
  width: 25% !important;
}
.w-50 {
  width: 50% !important;
}
.w-75 {
  width: 75% !important;
}
.w-100 {
  width: 100% !important;
}
.h-25 {
  height: 25% !important;
}
.h-50 {
  height: 50% !important;
}
.h-75 {
  height: 75% !important;
}
.h-100 {
  height: 100% !important;
}
.mw-100 {
  max-width: 100% !important;
}
.mh-100 {
  max-height: 100% !important;
}
.m-0 {
  margin: 0 !important;
}
.mt-0,
.my-0 {
  margin-top: 0 !important;
}
.mr-0,
.mx-0 {
  margin-right: 0 !important;
}
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}
.ml-0,
.mx-0 {
  margin-left: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}
.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}
.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}
.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}
.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}
.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}
.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.mt-3,
.my-3 {
  margin-top: 1rem !important;
}
.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}
.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}
.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}
.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}
.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}
.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.mt-5,
.my-5 {
  margin-top: 3rem !important;
}
.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}
.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}
.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}
.p-0 {
  padding: 0 !important;
}
.pt-0,
.py-0 {
  padding-top: 0 !important;
}
.pr-0,
.px-0 {
  padding-right: 0 !important;
}
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}
.pl-0,
.px-0 {
  padding-left: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}
.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}
.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}
.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}
.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}
.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}
.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.pt-3,
.py-3 {
  padding-top: 1rem !important;
}
.pr-3,
.px-3 {
  padding-right: 1rem !important;
}
.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}
.pl-3,
.px-3 {
  padding-left: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}
.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}
.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}
.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.pt-5,
.py-5 {
  padding-top: 3rem !important;
}
.pr-5,
.px-5 {
  padding-right: 3rem !important;
}
.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}
.pl-5,
.px-5 {
  padding-left: 3rem !important;
}
.m-auto {
  margin: auto !important;
}
.mt-auto,
.my-auto {
  margin-top: auto !important;
}
.mr-auto,
.mx-auto {
  margin-right: auto !important;
}
.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}
@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1230px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
.text-justify {
  text-align: justify !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1230px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.font-weight-light {
  font-weight: 300 !important;
}
.font-weight-normal {
  font-weight: 400 !important;
}
.font-weight-bold {
  font-weight: 700 !important;
}
.font-italic {
  font-style: italic !important;
}
.text-white {
  color: #fff !important;
}
.text-primary {
  color: #007bff !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #0062cc !important;
}
.text-secondary {
  color: #6c757d !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #545b62 !important;
}
.text-success {
  color: #28a745 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #1e7e34 !important;
}
.text-info {
  color: #17a2b8 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #117a8b !important;
}
.text-warning {
  color: #ffc107 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #d39e00 !important;
}
.text-danger {
  color: #dc3545 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #bd2130 !important;
}
.text-light {
  color: #f8f9fa !important;
}
a.text-light:hover,
a.text-light:focus {
  color: #dae0e5 !important;
}
.text-dark {
  color: #343a40 !important;
}
a.text-dark:hover,
a.text-dark:focus {
  color: #1d2124 !important;
}
.text-muted {
  color: #6c757d !important;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !important;
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}
.figure {
  display: inline-block;
}
.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}
.figure-caption {
  font-size: 90%;
  color: #6c757d;
}
.media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.media-body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * Copyright © magebig.com - All rights reserved.
 * See LICENSE.txt for license details.
 */
.prices-tier,
.cart-summary .checkout-methods-items,
.opc-wrapper .opc,
.opc-progress-bar,
.checkout-agreements-items,
.block-wishlist-management .wishlist-select-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;
}
.prices-tier > li,
.cart-summary .checkout-methods-items > li,
.opc-wrapper .opc > li,
.opc-progress-bar > li,
.checkout-agreements-items > li,
.block-wishlist-management .wishlist-select-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;
}
.block-event .slider-panel .slider .item .action.event {
  background-image: none;
  background: #f2f2f2;
  border: 1px solid #cdcdcd;
  color: #333333;
  cursor: pointer;
  font-family: Work Sans, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin: 0;
  padding: 7px 15px;
  font-size: 1.6rem;
  line-height: 1.8rem;
  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 #cdcdcd;
  color: #333333;
}
.abs-action-link-button:hover,
.block-event .slider-panel .slider .item .action.event:hover {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #555555;
}
.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,
.checkout-container .action-additional,
.paypal-button-widget .paypal-button,
.cart.table-wrapper .actions-toolbar > .action-delete,
.cart.table-wrapper .action.help.map,
.opc-wrapper .edit-address-link,
.opc-block-shipping-information .shipping-information-title .action-edit,
.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,
.gift-wrapping-title .action-remove,
.table-comparison .wishlist.split.button > .action,
.product-items .wishlist.split.button > .action,
.abs-add-fields .action.remove,
.paypal-review-discount .action.check,
.cart-discount .action.check,
.form-giftregistry-share .action.remove,
.form-giftregistry-edit .action.remove,
.form-add-invitations .action.remove,
.form-create-return .action.remove,
.form.send.friend .action.remove {
  line-height: 1.42857143;
  padding: 0;
  color: #1979c3;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  border-radius: 0;
  font-weight: 400;
  color: #000000;
}
.abs-action-button-as-link:visited,
.abs-action-remove:visited,
.abs-discount-block .action.check:visited,
.checkout-container .action-additional:visited,
.paypal-button-widget .paypal-button:visited,
.cart.table-wrapper .actions-toolbar > .action-delete:visited,
.cart.table-wrapper .action.help.map:visited,
.opc-wrapper .edit-address-link:visited,
.opc-block-shipping-information .shipping-information-title .action-edit: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,
.gift-wrapping-title .action-remove:visited,
.table-comparison .wishlist.split.button > .action:visited,
.product-items .wishlist.split.button > .action:visited,
.abs-add-fields .action.remove:visited,
.paypal-review-discount .action.check:visited,
.cart-discount .action.check:visited,
.form-giftregistry-share .action.remove:visited,
.form-giftregistry-edit .action.remove:visited,
.form-add-invitations .action.remove:visited,
.form-create-return .action.remove:visited,
.form.send.friend .action.remove:visited {
  color: #1979c3;
  text-decoration: none;
}
.abs-action-button-as-link:hover,
.abs-action-remove:hover,
.abs-discount-block .action.check:hover,
.checkout-container .action-additional:hover,
.paypal-button-widget .paypal-button:hover,
.cart.table-wrapper .actions-toolbar > .action-delete:hover,
.cart.table-wrapper .action.help.map:hover,
.opc-wrapper .edit-address-link:hover,
.opc-block-shipping-information .shipping-information-title .action-edit: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,
.gift-wrapping-title .action-remove:hover,
.table-comparison .wishlist.split.button > .action:hover,
.product-items .wishlist.split.button > .action:hover,
.abs-add-fields .action.remove:hover,
.paypal-review-discount .action.check:hover,
.cart-discount .action.check:hover,
.form-giftregistry-share .action.remove:hover,
.form-giftregistry-edit .action.remove:hover,
.form-add-invitations .action.remove:hover,
.form-create-return .action.remove:hover,
.form.send.friend .action.remove:hover {
  color: #006bb4;
  text-decoration: underline;
}
.abs-action-button-as-link:active,
.abs-action-remove:active,
.abs-discount-block .action.check:active,
.checkout-container .action-additional:active,
.paypal-button-widget .paypal-button:active,
.cart.table-wrapper .actions-toolbar > .action-delete:active,
.cart.table-wrapper .action.help.map:active,
.opc-wrapper .edit-address-link:active,
.opc-block-shipping-information .shipping-information-title .action-edit: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,
.gift-wrapping-title .action-remove:active,
.table-comparison .wishlist.split.button > .action:active,
.product-items .wishlist.split.button > .action:active,
.abs-add-fields .action.remove:active,
.paypal-review-discount .action.check:active,
.cart-discount .action.check:active,
.form-giftregistry-share .action.remove:active,
.form-giftregistry-edit .action.remove:active,
.form-add-invitations .action.remove:active,
.form-create-return .action.remove:active,
.form.send.friend .action.remove:active {
  color: #ff5501;
  text-decoration: underline;
}
.abs-action-button-as-link:hover,
.abs-action-button-as-link:active,
.abs-action-button-as-link:focus,
.abs-action-remove:hover,
.abs-action-remove:active,
.abs-action-remove:focus,
.abs-discount-block .action.check:hover,
.abs-discount-block .action.check:active,
.abs-discount-block .action.check:focus,
.checkout-container .action-additional:hover,
.checkout-container .action-additional:active,
.checkout-container .action-additional:focus,
.paypal-button-widget .paypal-button:hover,
.paypal-button-widget .paypal-button:active,
.paypal-button-widget .paypal-button: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,
.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,
.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,
.gift-wrapping-title .action-remove:hover,
.gift-wrapping-title .action-remove:active,
.gift-wrapping-title .action-remove:focus,
.table-comparison .wishlist.split.button > .action:hover,
.table-comparison .wishlist.split.button > .action:active,
.table-comparison .wishlist.split.button > .action:focus,
.product-items .wishlist.split.button > .action:hover,
.product-items .wishlist.split.button > .action:active,
.product-items .wishlist.split.button > .action:focus,
.abs-add-fields .action.remove:hover,
.abs-add-fields .action.remove:active,
.abs-add-fields .action.remove:focus,
.paypal-review-discount .action.check:hover,
.paypal-review-discount .action.check:active,
.paypal-review-discount .action.check:focus,
.cart-discount .action.check:hover,
.cart-discount .action.check:active,
.cart-discount .action.check:focus,
.form-giftregistry-share .action.remove:hover,
.form-giftregistry-share .action.remove:active,
.form-giftregistry-share .action.remove:focus,
.form-giftregistry-edit .action.remove:hover,
.form-giftregistry-edit .action.remove:active,
.form-giftregistry-edit .action.remove:focus,
.form-add-invitations .action.remove:hover,
.form-add-invitations .action.remove:active,
.form-add-invitations .action.remove:focus,
.form-create-return .action.remove:hover,
.form-create-return .action.remove:active,
.form-create-return .action.remove:focus,
.form.send.friend .action.remove:hover,
.form.send.friend .action.remove:active,
.form.send.friend .action.remove:focus {
  background: none;
  border: 0;
}
.abs-action-button-as-link.disabled,
.abs-action-button-as-link[disabled],
fieldset[disabled] .abs-action-button-as-link,
.abs-action-remove.disabled,
.abs-action-remove[disabled],
fieldset[disabled] .abs-action-remove,
.abs-discount-block .action.check.disabled,
.abs-discount-block .action.check[disabled],
fieldset[disabled] .abs-discount-block .action.check,
.checkout-container .action-additional.disabled,
.checkout-container .action-additional[disabled],
fieldset[disabled] .checkout-container .action-additional,
.paypal-button-widget .paypal-button.disabled,
.paypal-button-widget .paypal-button[disabled],
fieldset[disabled] .paypal-button-widget .paypal-button,
.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,
.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,
.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,
.gift-wrapping-title .action-remove.disabled,
.gift-wrapping-title .action-remove[disabled],
fieldset[disabled] .gift-wrapping-title .action-remove,
.table-comparison .wishlist.split.button > .action.disabled,
.table-comparison .wishlist.split.button > .action[disabled],
fieldset[disabled] .table-comparison .wishlist.split.button > .action,
.product-items .wishlist.split.button > .action.disabled,
.product-items .wishlist.split.button > .action[disabled],
fieldset[disabled] .product-items .wishlist.split.button > .action,
.abs-add-fields .action.remove.disabled,
.abs-add-fields .action.remove[disabled],
fieldset[disabled] .abs-add-fields .action.remove,
.paypal-review-discount .action.check.disabled,
.paypal-review-discount .action.check[disabled],
fieldset[disabled] .paypal-review-discount .action.check,
.cart-discount .action.check.disabled,
.cart-discount .action.check[disabled],
fieldset[disabled] .cart-discount .action.check,
.form-giftregistry-share .action.remove.disabled,
.form-giftregistry-share .action.remove[disabled],
fieldset[disabled] .form-giftregistry-share .action.remove,
.form-giftregistry-edit .action.remove.disabled,
.form-giftregistry-edit .action.remove[disabled],
fieldset[disabled] .form-giftregistry-edit .action.remove,
.form-add-invitations .action.remove.disabled,
.form-add-invitations .action.remove[disabled],
fieldset[disabled] .form-add-invitations .action.remove,
.form-create-return .action.remove.disabled,
.form-create-return .action.remove[disabled],
fieldset[disabled] .form-create-return .action.remove,
.form.send.friend .action.remove.disabled,
.form.send.friend .action.remove[disabled],
fieldset[disabled] .form.send.friend .action.remove {
  color: #1979c3;
  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),
.checkout-container .action-additional:active,
.checkout-container .action-additional:not(:focus),
.paypal-button-widget .paypal-button:active,
.paypal-button-widget .paypal-button: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),
.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),
.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),
.gift-wrapping-title .action-remove:active,
.gift-wrapping-title .action-remove:not(:focus),
.table-comparison .wishlist.split.button > .action:active,
.table-comparison .wishlist.split.button > .action:not(:focus),
.product-items .wishlist.split.button > .action:active,
.product-items .wishlist.split.button > .action:not(:focus),
.abs-add-fields .action.remove:active,
.abs-add-fields .action.remove:not(:focus),
.paypal-review-discount .action.check:active,
.paypal-review-discount .action.check:not(:focus),
.cart-discount .action.check:active,
.cart-discount .action.check:not(:focus),
.form-giftregistry-share .action.remove:active,
.form-giftregistry-share .action.remove:not(:focus),
.form-giftregistry-edit .action.remove:active,
.form-giftregistry-edit .action.remove:not(:focus),
.form-add-invitations .action.remove:active,
.form-add-invitations .action.remove:not(:focus),
.form-create-return .action.remove:active,
.form-create-return .action.remove:not(:focus),
.form.send.friend .action.remove:active,
.form.send.friend .action.remove:not(:focus) {
  box-shadow: none;
  color: #fcb800;
}
.abs-revert-to-action-secondary,
.paypal-review .block .actions-toolbar .action.primary,
.cart-summary .block .actions-toolbar > .primary .action.primary,
.cart-summary .form.giftregistry .fieldset .action.primary {
  background: #f2f2f2;
  border: 1px solid #cdcdcd;
  color: #333333;
}
.abs-revert-secondary-color:focus,
.abs-revert-secondary-color:active,
.abs-revert-to-action-secondary:focus,
.abs-revert-to-action-secondary:active,
.paypal-review .block .actions-toolbar .action.primary:focus,
.paypal-review .block .actions-toolbar .action.primary:active,
.cart-summary .block .actions-toolbar > .primary .action.primary:focus,
.cart-summary .block .actions-toolbar > .primary .action.primary:active,
.cart-summary .form.giftregistry .fieldset .action.primary:focus,
.cart-summary .form.giftregistry .fieldset .action.primary:active {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #333333;
}
.abs-revert-secondary-color:hover,
.abs-revert-to-action-secondary:hover,
.paypal-review .block .actions-toolbar .action.primary:hover,
.cart-summary .block .actions-toolbar > .primary .action.primary:hover,
.cart-summary .form.giftregistry .fieldset .action.primary:hover {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #555555;
}
.products-grid.wishlist .product-item .box-tocart .tocart {
  font-size: 1.6rem;
  line-height: 1.8rem;
  padding: 7px 15px;
}
#store-selector .form-continue .actions-toolbar .action.primary,
.multicheckout .action.primary,
.cart-summary .checkout-methods-items .action.primary.checkout,
.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 {
  line-height: 2.4rem;
  padding: 14px 17px;
  font-size: 2rem;
}
.multicheckout .item-options dt,
.cart.table-wrapper .item-options dt,
.block-giftregistry-shared-items .product .item-options dt {
  float: left;
  clear: left;
  margin: 0 11px 0 0;
}
.multicheckout .item-options dt:after,
.cart.table-wrapper .item-options dt:after,
.block-giftregistry-shared-items .product .item-options dt:after {
  content: ': ';
}
.rtl-layout .multicheckout .item-options dt,
.rtl-layout .cart.table-wrapper .item-options dt,
.rtl-layout .block-giftregistry-shared-items .product .item-options dt {
  float: right;
  clear: right;
  margin: 0 0 5.5px 11px;
}
.multicheckout .item-options dd,
.cart.table-wrapper .item-options dd,
.block-giftregistry-shared-items .product .item-options dd {
  float: left;
  display: inline-block;
  margin: 0 0 5.5px;
}
.rtl-layout .multicheckout .item-options dd,
.rtl-layout .cart.table-wrapper .item-options dd,
.rtl-layout .block-giftregistry-shared-items .product .item-options dd {
  float: right;
}
.product.media .product.photo .photo.image {
  display: block;
  height: auto;
  max-width: 100%;
  margin: 0 auto;
}
.giftregisty-dropdown,
.wishlist-dropdown {
  display: inline-block;
  position: relative;
}
.abs-dropdown-simple:before,
.abs-dropdown-simple:after,
.giftregisty-dropdown:before,
.giftregisty-dropdown:after,
.wishlist-dropdown:before,
.wishlist-dropdown:after {
  content: '';
  display: table;
}
.abs-dropdown-simple:after,
.giftregisty-dropdown:after,
.wishlist-dropdown:after {
  clear: both;
}
.abs-dropdown-simple .action.toggle,
.giftregisty-dropdown .action.toggle,
.wishlist-dropdown .action.toggle {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.abs-dropdown-simple .action.toggle:after,
.giftregisty-dropdown .action.toggle:after,
.wishlist-dropdown .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: "\f3d0";
  font-family: 'mbicon';
  margin: 0 0 0 5px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-dropdown-simple .action.toggle:hover:after,
.giftregisty-dropdown .action.toggle:hover:after,
.wishlist-dropdown .action.toggle:hover:after {
  color: inherit;
}
.abs-dropdown-simple .action.toggle:active:after,
.giftregisty-dropdown .action.toggle:active:after,
.wishlist-dropdown .action.toggle:active:after {
  color: inherit;
}
.abs-dropdown-simple .action.toggle.active,
.giftregisty-dropdown .action.toggle.active,
.wishlist-dropdown .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.abs-dropdown-simple .action.toggle.active:after,
.giftregisty-dropdown .action.toggle.active:after,
.wishlist-dropdown .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e618';
  font-family: 'mbicon';
  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;
}
.multicheckout .table-wrapper .col .qty .input-text,
.column .block-addbysku .qty .qty,
.account .table-return-items .qty .input-text,
.table-giftregistry-items .field.qty .qty,
.block-giftregistry-shared-items .qty .qty,
.account .table-wrapper .data.table.wishlist .box-tocart .qty,
.products-grid.wishlist .product-item .box-tocart input.qty,
.sidebar .block-addbysku .fieldset .fields .field.qty .qty {
  width: 54px;
  text-align: center;
}
.sidebar .action.delete,
.table-comparison .cell.remove .action.delete,
.filtered .item .action.remove {
  display: inline-block;
  text-decoration: none;
}
.abs-remove-button-for-blocks > span,
.sidebar .action.delete > span,
.table-comparison .cell.remove .action.delete > span,
.filtered .item .action.remove > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-remove-button-for-blocks:before,
.sidebar .action.delete:before,
.table-comparison .cell.remove .action.delete:before,
.filtered .item .action.remove:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 15px;
  color: #999999;
  content: "\e935";
  font-family: 'mbicon';
  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,
.filtered .item .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,
.filtered .item .action.remove:active:before {
  color: #999999;
}
.product.name a > a {
  color: #333333;
  text-decoration: none;
}
.abs-product-link > a:visited,
.product.name a > a:visited {
  color: #333333;
  text-decoration: underline;
}
.abs-product-link > a:hover,
.product.name a > a:hover {
  color: #333333;
  text-decoration: underline;
}
.abs-product-link > a:active,
.product.name a > a:active {
  color: #333333;
  text-decoration: underline;
}
.abs-like-link:visited {
  color: #1979c3;
  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 {
  width: auto;
  line-height: normal;
  position: absolute;
  top: 34px;
  margin-left: 73%;
}
.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: 33px;
}
.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: 33px 0 0;
}
.order-details-items .order-items .order-gift-message:not(.expanded-content) {
  height: 0;
  visibility: hidden;
}
.mgz__actions-switch-checkbox,
.multicheckout .table-wrapper .col .label,
.multicheckout .block .methods-shipping .item-content .fieldset > .legend,
.block.newsletter .label,
.table-comparison .cell.label.remove span,
.table-comparison .cell.label.product span,
.cart.table-wrapper .col.qty .label,
.action.showcart .counter-label,
.checkout-index-index .page-title-wrapper,
.checkout-payment-method .field-select-billing > .label,
.checkout-payment-method .payments .legend,
.checkout-payment-method .ccard .legend,
.fieldset .fullname.field > .label,
.account .column.main .limiter > .label,
.field.street .field.additional .label,
.account-nav .title,
.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,
.block-wishlist-search-form .form-wishlist-search .fieldset > .legend,
.page-multiple-wishlist .page-title-wrapper .page-title,
.review-date .review-details-label,
.customer-review .product-details .rating-average-label,
.block-reorder .product-item .label,
.opc-wrapper .form-discount .field .label,
.action.skip:not(:focus),
.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;
}
.shipping-policy-block.field-tooltip .field-tooltip-action span {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.abs-navigation-icon:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 34px;
  line-height: 1.2;
  color: inherit;
  content: "\e93a";
  font-family: 'mbicon';
  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 {
  padding: 4px 5.5px;
  display: inline-block;
  text-decoration: none;
}
.abs-split-button .action.toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-split-button .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: "\f3d0";
  font-family: 'mbicon';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-split-button .action.toggle:hover:after {
  color: inherit;
}
.abs-split-button .action.toggle:active:after {
  color: inherit;
}
.abs-split-button .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.abs-split-button .action.toggle.active > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-split-button .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e618';
  font-family: 'mbicon';
  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 5.5px;
}
.abs-split-button .items li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.abs-split-button .items:before,
.abs-split-button .items:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.abs-split-button .items:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.abs-split-button .items:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.abs-split-button .items:before {
  right: 10px;
  top: -12px;
}
.abs-split-button .items:after {
  right: 9px;
  top: -14px;
}
.abs-split-button.active {
  overflow: visible;
}
.abs-split-button.active .items {
  display: block;
}
.abs-toggling-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 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 12px;
  color: inherit;
  content: "\e93a";
  font-family: 'mbicon';
  margin: 3px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-discount-block .block,
.cart-summary .block,
.paypal-review-discount .block,
.cart-discount .block {
  margin: 0;
}
.abs-discount-block .block > .title,
.cart-summary .block > .title,
.paypal-review-discount .block > .title,
.cart-discount .block > .title {
  border-top: 1px solid #d1d1d1;
  cursor: pointer;
  margin-bottom: 0;
  position: relative;
  padding: 10px 15px 10px;
  display: block;
  text-decoration: none;
}
.abs-discount-block .block > .title:after,
.cart-summary .block > .title:after,
.paypal-review-discount .block > .title:after,
.cart-discount .block > .title:after {
  position: absolute;
  right: 22px;
  top: 11px;
}
.abs-cart-block > .title > span,
.abs-discount-block .block > .title > span,
.cart-summary .block > .title > span,
.paypal-review-discount .block > .title > span,
.cart-discount .block > .title > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-cart-block > .title:after,
.abs-discount-block .block > .title:after,
.cart-summary .block > .title:after,
.paypal-review-discount .block > .title:after,
.cart-discount .block > .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 12px;
  color: inherit;
  content: "\e93a";
  font-family: 'mbicon';
  margin: 3px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-discount-block .block > .title:after,
.cart-summary .block > .title:after,
.paypal-review-discount .block > .title:after,
.cart-discount .block > .title:after {
  color: #858585;
}
.abs-discount-block .block .content,
.cart-summary .block .content,
.paypal-review-discount .block .content,
.cart-discount .block .content {
  display: none;
  padding: 5px 0 20px;
  position: relative;
  font-size: 1.4rem;
}
.abs-cart-block.active > .title:after,
.abs-discount-block .block.active > .title:after,
.cart-summary .block.active > .title:after,
.paypal-review-discount .block.active > .title:after,
.cart-discount .block.active > .title:after {
  content: "\e939";
}
.abs-discount-block .block.active .content,
.cart-summary .block.active .content,
.paypal-review-discount .block.active .content,
.cart-discount .block.active .content {
  display: block;
}
.abs-account-blocks .block-title,
.multicheckout .block-title,
.multicheckout .block-content .title,
.form-giftregistry-search .legend,
.block-giftregistry-results .block-title,
.block-giftregistry-shared-items .block-title,
.block-wishlist-search-form .block-title,
.customer-review .review-details .title,
.multicheckout .block-title,
.paypal-review .block .block-title,
.account .column.main .block:not(.widget) .block-title,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title,
.sales-guest-view .column.main .block:not(.widget) .block-title {
  margin-bottom: 27.5px;
  padding-bottom: 11px;
  border-bottom: 1px solid #d1d1d1;
}
.abs-account-blocks .block-title > strong,
.abs-account-blocks .block-title > span,
.multicheckout .block-title > strong,
.multicheckout .block-title > span,
.multicheckout .block-content .title > strong,
.multicheckout .block-content .title > span,
.form-giftregistry-search .legend > strong,
.form-giftregistry-search .legend > span,
.block-giftregistry-results .block-title > strong,
.block-giftregistry-results .block-title > span,
.block-giftregistry-shared-items .block-title > strong,
.block-giftregistry-shared-items .block-title > span,
.block-wishlist-search-form .block-title > strong,
.block-wishlist-search-form .block-title > span,
.customer-review .review-details .title > strong,
.customer-review .review-details .title > span,
.multicheckout .block-title > strong,
.multicheckout .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,
.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 {
  color: #000000;
}
.order-details-items tfoot td {
  background: #f5f5f5;
}
.paypal-review .table-paypal-review-items .col.price .price-including-tax,
.paypal-review .table-paypal-review-items .col.price .price-excluding-tax,
.paypal-review .table-paypal-review-items .col.subtotal .price-including-tax,
.paypal-review .table-paypal-review-items .col.subtotal .price-excluding-tax,
.cart.table-wrapper .col.price .price-including-tax,
.cart.table-wrapper .col.price .price-excluding-tax,
.cart.table-wrapper .col.subtotal .price-including-tax,
.cart.table-wrapper .col.subtotal .price-excluding-tax,
.cart.table-wrapper .col.msrp .price-including-tax,
.cart.table-wrapper .col.msrp .price-excluding-tax,
.order-details-items .col.price .price-including-tax,
.order-details-items .col.price .price-excluding-tax,
.order-details-items .col.subtotal .price-including-tax,
.order-details-items .col.subtotal .price-excluding-tax {
  display: block;
  font-size: 1.8rem;
  line-height: 1;
  white-space: nowrap;
}
.paypal-review .table-paypal-review-items .col.price .price-including-tax .price,
.paypal-review .table-paypal-review-items .col.price .price-excluding-tax .price,
.paypal-review .table-paypal-review-items .col.subtotal .price-including-tax .price,
.paypal-review .table-paypal-review-items .col.subtotal .price-excluding-tax .price,
.cart.table-wrapper .col.price .price-including-tax .price,
.cart.table-wrapper .col.price .price-excluding-tax .price,
.cart.table-wrapper .col.subtotal .price-including-tax .price,
.cart.table-wrapper .col.subtotal .price-excluding-tax .price,
.cart.table-wrapper .col.msrp .price-including-tax .price,
.cart.table-wrapper .col.msrp .price-excluding-tax .price,
.order-details-items .col.price .price-including-tax .price,
.order-details-items .col.price .price-excluding-tax .price,
.order-details-items .col.subtotal .price-including-tax .price,
.order-details-items .col.subtotal .price-excluding-tax .price {
  font-weight: 700;
}
.bundle-options-container .price-notice .price-including-tax,
.bundle-options-container .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 {
  display: inline-block;
  font-size: 1.4rem;
}
.bundle-options-container .price-notice .price-including-tax + .price-excluding-tax,
.product-options-wrapper .field .price-notice .price-including-tax + .price-excluding-tax,
.cart-summary .price-including-tax + .price-excluding-tax,
.gift-summary .price-including-tax + .price-excluding-tax,
.gift-options .price-including-tax + .price-excluding-tax {
  display: inline-block;
  font-size: 1.1rem;
}
.bundle-options-container .price-notice .price-including-tax + .price-excluding-tax:before,
.product-options-wrapper .field .price-notice .price-including-tax + .price-excluding-tax:before,
.cart-summary .price-including-tax + .price-excluding-tax:before,
.gift-summary .price-including-tax + .price-excluding-tax:before,
.gift-options .price-including-tax + .price-excluding-tax:before {
  content: "(" attr(data-label) ": ";
}
.bundle-options-container .price-notice .price-including-tax + .price-excluding-tax:after,
.product-options-wrapper .field .price-notice .price-including-tax + .price-excluding-tax:after,
.cart-summary .price-including-tax + .price-excluding-tax:after,
.gift-summary .price-including-tax + .price-excluding-tax:after,
.gift-options .price-including-tax + .price-excluding-tax:after {
  content: ")";
}
.price-including-tax .cart-tax-total,
.price-excluding-tax .cart-tax-total,
.paypal-review .table-paypal-review-items .cart-tax-total,
.cart.table-wrapper .cart-tax-total,
.order-details-items .cart-tax-total {
  cursor: pointer;
  position: relative;
  padding-right: 11px;
  display: inline-block;
  text-decoration: none;
}
.abs-tax-total:after,
.price-including-tax .cart-tax-total:after,
.price-excluding-tax .cart-tax-total:after,
.paypal-review .table-paypal-review-items .cart-tax-total:after,
.cart.table-wrapper .cart-tax-total:after,
.order-details-items .cart-tax-total:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 8px;
  line-height: 8px;
  color: inherit;
  content: "\e93a";
  font-family: 'mbicon';
  margin: 3px 0 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.price-including-tax .cart-tax-total:after,
.price-excluding-tax .cart-tax-total:after,
.paypal-review .table-paypal-review-items .cart-tax-total:after,
.cart.table-wrapper .cart-tax-total:after,
.order-details-items .cart-tax-total:after {
  position: absolute;
  right: -2px;
  top: 4px;
}
.abs-tax-total-expanded:after,
.price-including-tax .cart-tax-total-expanded:after,
.price-excluding-tax .cart-tax-total-expanded:after,
.paypal-review .table-paypal-review-items .cart-tax-total-expanded:after,
.cart.table-wrapper .cart-tax-total-expanded:after,
.order-details-items .cart-tax-total-expanded:after {
  content: "\e939";
}
.giftcard-account .form-giftcard-redeem .fieldset,
.form-giftregistry-create .fieldset {
  margin-bottom: 22px;
}
.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;
  vertical-align: top;
  padding-top: 1px;
  padding-right: 27.5px;
  padding-bottom: 5.5px;
}
.review-ratings .rating-result,
.customer-review .review-details .customer-review-rating .rating-result {
  vertical-align: top;
  display: table-cell;
}
.rtl-layout .review-ratings .rating-label,
.rtl-layout .customer-review .review-details .customer-review-rating .rating-label {
  padding-right: 0;
  padding-left: 27.5px;
}
.multicheckout .block-title > .action,
.paypal-review .block .block-title > .action,
.account .column.main .block:not(.widget) .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;
}
.multicheckout .block-title .action.edit,
.multicheckout .block-title .action.view,
.paypal-review .block .block-title .action.edit,
.paypal-review .block .block-title .action.view,
.account .column.main .block:not(.widget) .block-title .action.edit,
.account .column.main .block:not(.widget) .block-title .action.view,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title .action.edit,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title .action.view,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title .action.edit,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title .action.view,
.sales-guest-view .column.main .block:not(.widget) .block-title .action.edit,
.sales-guest-view .column.main .block:not(.widget) .block-title .action.view {
  float: right;
  position: relative;
}
.multicheckout .block-title .action.edit:after,
.multicheckout .block-title .action.view:after,
.paypal-review .block .block-title .action.edit:after,
.paypal-review .block .block-title .action.view:after,
.account .column.main .block:not(.widget) .block-title .action.edit:after,
.account .column.main .block:not(.widget) .block-title .action.view:after,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title .action.edit:after,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title .action.view:after,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title .action.edit:after,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title .action.view:after,
.sales-guest-view .column.main .block:not(.widget) .block-title .action.edit:after,
.sales-guest-view .column.main .block:not(.widget) .block-title .action.view:after {
  display: inline-block;
  font-family: mbicon;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e9be";
  font-size: 12px;
  margin-left: 5.5px;
  line-height: 18px;
  vertical-align: middle;
}
.multicheckout .block-title .action.view:after,
.paypal-review .block .block-title .action.view:after,
.account .column.main .block:not(.widget) .block-title .action.view:after,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title .action.view:after,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title .action.view:after,
.sales-guest-view .column.main .block:not(.widget) .block-title .action.view:after {
  display: inline-block;
  font-family: mbicon;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e6a5";
  font-size: 12px;
}
.multicheckout .block-title strong,
.paypal-review .block .block-title strong,
.account .column.main .block:not(.widget) .block-title strong,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title strong,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title strong,
.sales-guest-view .column.main .block:not(.widget) .block-title strong {
  font-weight: 500;
}
.multicheckout .box-title,
.paypal-review .block .box-title,
.account .column.main .block:not(.widget) .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 11px;
}
.multicheckout .box-title > span,
.paypal-review .block .box-title > span,
.account .column.main .block:not(.widget) .box-title > span,
.magento-rma-guest-returns .column.main .block:not(.widget) .box-title > span,
[class^='sales-guest-'] .column.main .block:not(.widget) .box-title > span,
.sales-guest-view .column.main .block:not(.widget) .box-title > span {
  font-weight: 500;
}
.multicheckout .box-title > .action,
.paypal-review .block .box-title > .action,
.account .column.main .block:not(.widget) .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: 11px;
}
.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: "\e936";
  font-family: 'mbicon';
  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: 5.5px;
}
.abs-sidebar-totals .table-caption,
.multicheckout .block .methods-shipping .item-content .fieldset > .legend + br,
.multicheckout .hidden,
[class^='multishipping-'] .nav-sections,
[class^='multishipping-'] .nav-toggle,
.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,
.no-display,
.cart-totals .table-caption,
.opc-block-summary .table-totals .table-caption {
  display: none;
}
.return-status,
.order-status {
  border: 2px solid #d1d1d1;
  border-radius: 3px;
  display: inline-block;
  margin: 3px 0 0;
  padding: 2px 11px;
  text-transform: uppercase;
  vertical-align: top;
}
.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: 11px;
}
.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;
}
.block-giftregistry-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,
.block-giftregistry-results .data.table > tbody > tr:nth-child(even) > td,
.block-giftregistry-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: #ffffff;
}
.abs-table-striped > thead > tr > th,
.abs-table-striped > tbody > tr > th,
.abs-table-striped > tfoot > tr > th,
.abs-table-striped > thead > tr > td,
.abs-table-striped > tbody > tr > td,
.abs-table-striped > tfoot > tr > td,
.block-giftregistry-results .data.table > thead > tr > th,
.block-giftregistry-results .data.table > tbody > tr > th,
.block-giftregistry-results .data.table > tfoot > tr > th,
.block-giftregistry-results .data.table > thead > tr > td,
.block-giftregistry-results .data.table > tbody > tr > td,
.block-giftregistry-results .data.table > tfoot > tr > td,
.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,
.block-giftregistry-results .data.table > thead > tr > th,
.block-giftregistry-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 #d1d1d1;
}
.block-wishlist .counter {
  color: #7d7d7d;
  font-size: 1.2rem;
  white-space: nowrap;
}
.block-reorder .block-title,
.block-wishlist .block-title {
  margin: 0 0 22px;
}
.block-cart-failed,
.cart-container .form-cart {
  margin-bottom: 22px;
}
.block-cart-failed .actions.main .continue,
.block-cart-failed .actions.main .clear,
.cart-container .form-cart .actions.main .continue,
.cart-container .form-cart .actions.main .clear {
  display: none;
}
.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-giftregistry-edit .field.date input {
  margin-right: 11px;
  width: calc(100% - (23px + 11px));
}
.field .control._with-tooltip {
  position: relative;
}
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content,
.shipping-policy-block.field-tooltip .field-tooltip-content {
  right: -11px;
  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: 11px;
  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-block-shipping-information .shipping-information-title,
.checkout-agreements-items .checkout-agreements-item-title {
  color: #000000;
  font-family: Work Sans;
}
.cart-totals,
.opc-block-summary .table-totals {
  border-top: 1px solid #d1d1d1;
  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;
}
.rtl-layout .cart-totals tbody .amount,
.rtl-layout .cart-totals tfoot .amount,
.rtl-layout .opc-block-summary .table-totals tbody .amount,
.rtl-layout .opc-block-summary .table-totals tfoot .amount {
  padding: 6px 14px 6px 0;
  text-align: left;
}
.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 {
  border-top: 1px solid #d1d1d1;
  font-size: 1.8rem;
  padding-right: 11px;
}
.rtl-layout .cart-totals .grand .mark,
.rtl-layout .opc-block-summary .table-totals .grand .mark {
  padding-right: 0;
  padding-left: 11px;
}
.cart-totals .grand .amount,
.opc-block-summary .table-totals .grand .amount {
  border-top: 1px solid #d1d1d1;
  font-size: 1.8rem;
}
.cart-totals .msrp,
.opc-block-summary .table-totals .msrp {
  margin-bottom: 11px;
}
.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-top: 1px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
  cursor: pointer;
}
.cart-totals .totals-tax-summary .amount .price,
.opc-block-summary .table-totals .totals-tax-summary .amount .price {
  position: relative;
  padding-right: 22px;
  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: "\e93a";
  font-family: 'mbicon';
  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: "\e939";
}
.cart-totals .totals-tax-details,
.opc-block-summary .table-totals .totals-tax-details {
  display: none;
  border-bottom: 1px solid #d1d1d1;
}
.cart-totals .totals-tax-details.shown,
.opc-block-summary .table-totals .totals-tax-details.shown {
  display: table-row;
}
.cart-totals .table-wrapper,
.opc-block-summary .table-totals .table-wrapper {
  margin-bottom: 0;
}
.paypal-review-discount .block,
.cart-discount .block {
  padding-top: 66px;
}
.paypal-review-discount .block > .title strong,
.cart-discount .block > .title strong {
  color: #000000;
  font-weight: 400;
}
.paypal-review-discount .actions-toolbar,
.cart-discount .actions-toolbar {
  display: table-cell;
  vertical-align: top;
  width: 1%;
}
.paypal-review-discount .actions-toolbar .action.primary,
.paypal-review-discount .actions-toolbar .action.cancel,
.cart-discount .actions-toolbar .action.primary,
.cart-discount .actions-toolbar .action.cancel {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin: 0 0 0 -1px;
  white-space: nowrap;
  width: auto;
}
.paypal-review-discount .action.check,
.cart-discount .action.check {
  font-weight: 400;
}
.paypal-review-discount .fieldset,
.cart-discount .fieldset {
  display: table;
  width: 100%;
}
.paypal-review-discount .fieldset > .field > .label,
.cart-discount .fieldset > .field > .label {
  display: none;
}
.paypal-review-discount .field,
.cart-discount .field {
  display: table-cell;
}
@font-face {
  font-family: Work Sans;
  src: url('../../frontend/MageBig/martfury_wowshop02/en_US/fonts/worksans/regular/WorkSans-Regular.woff2') format('woff2'), url('../../frontend/MageBig/martfury_wowshop02/en_US/fonts/worksans/regular/WorkSans-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Work Sans;
  src: url('../../frontend/MageBig/martfury_wowshop02/en_US/fonts/worksans/medium/WorkSans-Medium.woff2') format('woff2'), url('../../frontend/MageBig/martfury_wowshop02/en_US/fonts/worksans/medium/WorkSans-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Work Sans;
  src: url('../../frontend/MageBig/martfury_wowshop02/en_US/fonts/worksans/bold/WorkSans-Bold.woff2') format('woff2'), url('../../frontend/MageBig/martfury_wowshop02/en_US/fonts/worksans/bold/WorkSans-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
.items {
  list-style: none;
  padding: 0;
}
.page-title {
  text-transform: capitalize;
  font-size: 2.4rem;
  font-weight: normal;
  margin: 10px 0;
}
.catalog-category-view .page-title {
  text-align: left;
}
.whatsapp {
  position: relative;
  top: -2px;
}
.table-wrapper {
  margin-bottom: 22px;
}
th.col,
td.col {
  width: auto;
}
.table tfoot {
  background: #f5f5f5;
}
.table tfoot > tr:first-child th,
.table tfoot > tr:first-child td {
  border-top: 1px solid #d1d1d1;
  padding-top: 15px;
}
.table tfoot th,
.table tfoot td {
  border: 0;
}
.table tfoot .mark {
  font-weight: 400;
  text-align: right;
}
@media (max-width: 767px) {
  .table-wrapper {
    border-top: 1px solid #d1d1d1;
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
    position: relative;
  }
  .table-wrapper table#my-orders-table {
    clear: both;
  }
  .table-wrapper.additional-attributes-wrapper {
    border-top: none;
  }
  .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: 5.5px 0;
  }
  .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: 11px;
    content: attr(data-th) ': ';
    display: inline-block;
    color: #111111;
    font-weight: 500;
  }
  .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 #d1d1d1;
    padding-bottom: 15px;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) tbody > tr > td.col.qty {
    text-align: right;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison).additional-attributes tbody th {
    display: none;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison).additional-attributes tbody td:last-child {
    border: none;
    padding: 0 0 5.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: 22px;
  }
  .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%;
    background-color: transparent;
  }
  .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: 11px;
  }
  .block-addresses-list .table-wrapper {
    border-top: none;
  }
}
@media (min-width: 768px) {
  .account .table > tbody > tr > th,
  .account .table > tbody > tr > td {
    border-bottom: 1px solid #ccc;
    padding: 10px 5px;
    width: auto;
  }
  .account .table > thead > tr > th {
    padding: 10px 5px;
  }
  .account .table > tbody > tr > th {
    background: #f1f1f1;
  }
}
.message.info {
  margin: 0;
  padding: 30px 40px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #e2f6fe;
  color: #000000;
  padding-left: 40px;
  position: relative;
}
.message.info a {
  color: #1979c3;
}
.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: 20px;
  line-height: 20px;
  color: #00b6ff;
  content: "\e954";
  font-family: 'mbicon';
  margin: -10px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 15px;
  width: 40px;
  position: absolute;
  text-align: center;
}
.message.error {
  margin: 0;
  padding: 30px 40px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #e2f6fe;
  color: #e02b27;
  padding-left: 40px;
  position: relative;
}
.message.error a {
  color: #1979c3;
}
.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: 20px;
  line-height: 20px;
  color: #e02b27;
  content: "\e954";
  font-family: 'mbicon';
  margin: -10px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 15px;
  width: 40px;
  position: absolute;
  text-align: center;
}
.message.warning {
  margin: 0;
  padding: 30px 40px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #e2f6fe;
  color: #000000;
  padding-left: 40px;
  position: relative;
}
.message.warning a {
  color: #1979c3;
}
.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: 20px;
  line-height: 20px;
  color: #00b6ff;
  content: "\e954";
  font-family: 'mbicon';
  margin: -10px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 15px;
  width: 40px;
  position: absolute;
  text-align: center;
}
.message.notice {
  margin: 0;
  padding: 30px 40px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #e2f6fe;
  color: #000000;
  padding-left: 40px;
  position: relative;
}
.message.notice a {
  color: #1979c3;
}
.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: 20px;
  line-height: 20px;
  color: #00b6ff;
  content: "\e954";
  font-family: 'mbicon';
  margin: -10px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 15px;
  width: 40px;
  position: absolute;
  text-align: center;
}
.message.success {
  margin: 0;
  padding: 30px 40px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #e5efe5;
  color: #006400;
  padding-left: 40px;
  position: relative;
}
.message.success a {
  color: #1979c3;
}
.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: 20px;
  line-height: 20px;
  color: #006400;
  content: "\e959";
  font-family: 'mbicon';
  margin: -10px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 15px;
  width: 40px;
  position: absolute;
  text-align: center;
}
.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: 11px;
}
.tooltip.wrapper .tooltip.content .label:first-child {
  margin-top: 0;
}
.tooltip.wrapper .tooltip.content .values {
  margin: 0;
}
div.ui-tooltip.ui-widget {
  position: absolute;
  z-index: 9999;
  opacity: 0;
  -webkit-transition: top 0ms cubic-bezier(0.23, 1, 0.32, 1) 0ms, -webkit-transform 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms, opacity 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  transition: top 0ms cubic-bezier(0.23, 1, 0.32, 1) 0ms, transform 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms, opacity 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
  background: #333333;
  border-radius: 3px;
  color: #ffffff;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  border: 4px solid #333333;
  padding: 0;
  box-shadow: none;
}
div.ui-tooltip.ui-widget > div {
  padding: 2px 5px;
  font-size: 1.2rem;
}
div.ui-tooltip.ui-widget:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(0, 0, 0, 0);
  border-top-color: #333333;
  margin-left: -14px;
  border-top-width: 10px;
  border-right-width: 4px;
  border-bottom-width: 0;
  border-left-width: 4px;
}
div.ui-tooltip.ui-widget.in {
  opacity: 1;
  -webkit-transform: translate3d(0px, 16px, 0px);
  transform: translate3d(0px, 16px, 0px);
}
.load.indicator {
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 9999;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  position: absolute;
}
.load.indicator:before {
  background: transparent url('../../frontend/MageBig/martfury_wowshop02/en_US/images/loader-1.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 {
  background: rgba(255, 255, 255, 0.9);
  z-index: 999999;
  bottom: 0;
  left: 0;
  margin: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
}
.loading-mask .loader {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -15px;
  margin-left: -15px;
  width: 30px;
  height: 30px;
  border: 2px dashed #fcb800;
  border-radius: 100%;
  animation: loadingD 1.5s 0.3s cubic-bezier(0.17, 0.37, 0.43, 0.67) infinite;
  content: '';
}
.loading-mask .loader > img {
  display: none !important;
}
.loading-mask .loader > p {
  display: none;
}
body > .loading-mask {
  z-index: 1000000;
}
._block-content-loading {
  position: relative;
}
.loading-mask[data-role='main-css-loader'] {
  opacity: 0;
  visibility: hidden;
  background: #fff !important;
}
@keyframes loadingD {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fieldset {
  border: none;
  padding: 0;
  margin-bottom: 15px;
}
.fieldset > .field,
.fieldset > .fields > .field {
  margin-bottom: 15px;
}
.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;
}
.fieldset > .field .label,
.fieldset > .fields > .field .label {
  font-weight: 500;
}
.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: 11px;
}
.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: 5.5px;
}
.fieldset.info > div.legend {
  float: none !important;
}
fieldset.field {
  border: 0;
  padding: 0;
}
.field.date .time-picker {
  display: inline-block;
  margin-top: 11px;
  white-space: nowrap;
}
.field .message.warning {
  margin-top: 11px;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background: #ffffff url('../../frontend/MageBig/martfury_wowshop02/en_US/images/select-bg.svg') no-repeat 100% 46%;
  background-size: 30px 60px;
  border: 1px solid #d1d1d1;
  height: 32px;
  padding-right: 25px;
  padding-left: 8px;
}
select::-ms-expand {
  display: none;
}
.lt-ie10 select {
  background-image: none;
  padding-right: 8px;
}
select.multiselect {
  background: #ffffff;
  height: auto;
  max-height: 150px;
  padding: 8px;
}
input.input-text {
  height: 32px;
  width: 100%;
  padding: 0 10px;
}
.field {
  position: relative;
}
.field > input[type="checkbox"] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  border: 0;
}
.field > input[type="checkbox"] + label {
  position: relative;
  padding-left: 25px;
  margin: 0;
  cursor: pointer;
  font-weight: normal !important;
}
.field > input[type="checkbox"] + label:before {
  content: '';
  width: 16px;
  height: 16px;
  border: 1px solid #000000;
  position: absolute;
  top: 50%;
  margin-top: -8px;
  left: 0;
}
.field > input[type="checkbox"]:checked + label:after {
  content: '\e934';
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  margin-top: -8px;
  left: 0;
  font-family: 'mbicon' !important;
  speak: none;
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 15px;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #000000;
  border: 1px solid #000000;
  font-size: 10px;
  text-align: center;
  font-weight: bold;
}
.field > input[type="radio"] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  border: 0;
}
.field > input[type="radio"] + label {
  position: relative;
  padding-left: 25px;
  margin: 0;
  cursor: pointer;
  font-weight: normal !important;
  line-height: 20px;
}
.field > input[type="radio"] + label:before {
  content: '';
  width: 16px;
  height: 16px;
  border: 1px solid #000000;
  position: absolute;
  top: 50%;
  margin-top: -8px;
  left: 0;
  border-radius: 50%;
  font-size: 16px;
}
.field > input[type="radio"]:checked + label:after {
  content: '';
  width: 8px;
  height: 8px;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  left: 4px;
  border: 1px solid #000000;
  font-size: 10px;
  text-align: center;
  font-weight: bold;
  border-radius: 50%;
  background-color: #000000;
}
.field-error,
div.mage-error[generated] {
  margin: 7px 0;
  color: #ea3b4b;
  font-size: 1.4rem !important;
  border: none !important;
}
.mage-error {
  border: 1px solid red !important;
}
.mage-error {
  border: 1px solid red !important;
}
#qty-error {
  position: absolute;
  bottom: 100%;
  width: 500px;
  margin-bottom: 14px;
  text-align: left;
}
#customer-email-error {
  border: none !important;
}
.opc-wrapper .field-error {
  display: none;
}
.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: "\e789";
  font-family: 'mbicon';
  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 22px;
}
.sidebar .fieldset > .field:not(.choice) .label,
.sidebar .fieldset .fields > .field .label {
  margin: 0 0 4px;
  padding: 0 0 5.5px;
  text-align: left;
  width: 100%;
}
.sidebar .fieldset > .field:not(.choice) .control,
.sidebar .fieldset .fields > .field .control {
  width: 100%;
}
@font-face {
  font-family: 'mbicon';
  src: url('../../frontend/MageBig/martfury_wowshop02/en_US/fonts/mbicon/mbicon.woff2') format('woff2'), url('../../frontend/MageBig/martfury_wowshop02/en_US/fonts/mbicon/mbicon.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.mbi,
.sidebar .close-expanded {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'mbicon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fab {
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.mbi-paint-roller:before {
  content: "\e620";
}
.mbi-palette:before {
  content: "\e626";
}
.mbi-color-sampler:before {
  content: "\e627";
}
.mbi-wind:before {
  content: "\e643";
}
.mbi-fan:before {
  content: "\e644";
}
.mbi-shovel:before {
  content: "\e67b";
}
.mbi-drawers:before {
  content: "\e6a2";
}
.mbi-drawers2:before {
  content: "\e6a3";
}
.mbi-drawers3:before {
  content: "\e6a4";
}
.mbi-clipboard-user:before {
  content: "\e6d0";
}
.mbi-register:before {
  content: "\e6d1";
}
.mbi-exit:before {
  content: "\e6d3";
}
.mbi-papers:before {
  content: "\e6d4";
}
.mbi-news:before {
  content: "\e6d5";
}
.mbi-podium:before {
  content: "\e6e1";
}
.mbi-music-note:before {
  content: "\e6e4";
}
.mbi-music-note2:before {
  content: "\e6e5";
}
.mbi-guitar:before {
  content: "\e6e9";
}
.mbi-headphones:before {
  content: "\e6ef";
}
.mbi-bookmark:before {
  content: "\e715";
}
.mbi-library:before {
  content: "\e718";
}
.mbi-baby-bottle:before {
  content: "\e72c";
}
.mbi-bow-tie:before {
  content: "\e738";
}
.mbi-tie:before {
  content: "\e739";
}
.mbi-socks:before {
  content: "\e73a";
}
.mbi-shoes:before {
  content: "\e73c";
}
.mbi-hat:before {
  content: "\e73d";
}
.mbi-pants:before {
  content: "\e73e";
}
.mbi-shorts:before {
  content: "\e73f";
}
.mbi-flip-flops:before {
  content: "\e740";
}
.mbi-shirt:before {
  content: "\e741";
}
.mbi-hanger:before {
  content: "\e742";
}
.mbi-laundry:before {
  content: "\e743";
}
.mbi-vault:before {
  content: "\e769";
}
.mbi-tablet:before {
  content: "\e7ab";
}
.mbi-laptop:before {
  content: "\e7ad";
}
.mbi-laptop-phone:before {
  content: "\e7ae";
}
.mbi-cable:before {
  content: "\e7b3";
}
.mbi-tv:before {
  content: "\e7b5";
}
.mbi-remote-control:before {
  content: "\e7b7";
}
.mbi-lamp:before {
  content: "\e7bc";
}
.mbi-lampshade:before {
  content: "\e7be";
}
.mbi-heart-pulse1:before {
  content: "\e7e9";
}
.mbi-thermometer:before {
  content: "\e7f0";
}
.mbi-beaker:before {
  content: "\e7f3";
}
.mbi-bone:before {
  content: "\e7f5";
}
.mbi-diamond2:before {
  content: "\e807";
}
.mbi-teacup:before {
  content: "\e80b";
}
.mbi-teapot:before {
  content: "\e80c";
}
.mbi-chef:before {
  content: "\e813";
}
.mbi-egg:before {
  content: "\e815";
}
.mbi-egg2:before {
  content: "\e816";
}
.mbi-platter:before {
  content: "\e818";
}
.mbi-steak:before {
  content: "\e819";
}
.mbi-hamburger:before {
  content: "\e81a";
}
.mbi-hotdog:before {
  content: "\e81b";
}
.mbi-pizza:before {
  content: "\e81c";
}
.mbi-sausage:before {
  content: "\e81d";
}
.mbi-fish:before {
  content: "\e81f";
}
.mbi-carrot:before {
  content: "\e820";
}
.mbi-cheese:before {
  content: "\e821";
}
.mbi-bread:before {
  content: "\e822";
}
.mbi-ice-cream:before {
  content: "\e823";
}
.mbi-candy:before {
  content: "\e825";
}
.mbi-lollipop:before {
  content: "\e826";
}
.mbi-cherry:before {
  content: "\e829";
}
.mbi-grapes:before {
  content: "\e82a";
}
.mbi-pine-tree:before {
  content: "\e82f";
}
.mbi-paw:before {
  content: "\e832";
}
.mbi-car-wash2:before {
  content: "\e84c";
}
.mbi-boat:before {
  content: "\e85e";
}
.mbi-dumbbell:before {
  content: "\e861";
}
.mbi-swim:before {
  content: "\e863";
}
.mbi-football:before {
  content: "\e864";
}
.mbi-baseball-bat:before {
  content: "\e865";
}
.mbi-baseball:before {
  content: "\e866";
}
.mbi-tennis:before {
  content: "\e867";
}
.mbi-tennis2:before {
  content: "\e868";
}
.mbi-ping-pong:before {
  content: "\e869";
}
.mbi-hockey:before {
  content: "\e86a";
}
.mbi-8ball:before {
  content: "\e86b";
}
.mbi-bowling-pins:before {
  content: "\e86d";
}
.mbi-golf2:before {
  content: "\e86f";
}
.mbi-christmas:before {
  content: "\e8a5";
}
.mbi-easter-egg:before {
  content: "\e8a6";
}
.mbi-pencil2:before {
  content: "\e032";
}
.mbi-home3:before {
  content: "\e602";
}
.mbi-home5:before {
  content: "\e604";
}
.mbi-pencil:before {
  content: "\e60d";
}
.mbi-pencil5:before {
  content: "\e613";
}
.mbi-cog:before {
  content: "\e672";
}
.mbi-trash2:before {
  content: "\e681";
}
.mbi-heart:before {
  content: "\e68c";
}
.mbi-star:before {
  content: "\e68d";
}
.mbi-star-empty:before {
  content: "\e68f";
}
.mbi-flag2:before {
  content: "\e691";
}
.mbi-at-sign:before {
  content: "\e695";
}
.mbi-envelope:before {
  content: "\e696";
}
.mbi-envelope-open:before {
  content: "\e697";
}
.mbi-paper-plane:before {
  content: "\e699";
}
.mbi-eye:before {
  content: "\e6a5";
}
.mbi-eye-crossed:before {
  content: "\e6a6";
}
.mbi-printer:before {
  content: "\e6b1";
}
.mbi-presentation:before {
  content: "\e6f6";
}
.mbi-film-play:before {
  content: "\e6f8";
}
.mbi-clapboard-play:before {
  content: "\e6f9";
}
.mbi-camera2:before {
  content: "\e704";
}
.mbi-picture:before {
  content: "\e70e";
}
.mbi-picture3:before {
  content: "\e710";
}
.mbi-bookmark2:before {
  content: "\e716";
}
.mbi-label:before {
  content: "\e717";
}
.mbi-profile:before {
  content: "\e71b";
}
.mbi-user:before {
  content: "\e71e";
}
.mbi-store:before {
  content: "\e744";
}
.mbi-store-24:before {
  content: "\e746";
}
.mbi-bag2:before {
  content: "\e74c";
}
.mbi-cart:before {
  content: "\e74d";
}
.mbi-cart-empty:before {
  content: "\e74e";
}
.mbi-tag:before {
  content: "\e755";
}
.mbi-tags:before {
  content: "\e756";
}
.mbi-credit-card2:before {
  content: "\e759";
}
.mbi-telephone:before {
  content: "\e76a";
}
.mbi-phone-wave:before {
  content: "\e76c";
}
.mbi-phone-outgoing:before {
  content: "\e76e";
}
.mbi-telephone2:before {
  content: "\e777";
}
.mbi-pushpin:before {
  content: "\e778";
}
.mbi-map-marker:before {
  content: "\e77a";
}
.mbi-location:before {
  content: "\e783";
}
.mbi-calendar-empty:before {
  content: "\e785";
}
.mbi-calendar-check:before {
  content: "\e786";
}
.mbi-calendar-cross:before {
  content: "\e787";
}
.mbi-calendar-31:before {
  content: "\e788";
}
.mbi-calendar-full:before {
  content: "\e789";
}
.mbi-calendar-user:before {
  content: "\e78c";
}
.mbi-screen:before {
  content: "\e798";
}
.mbi-phone:before {
  content: "\e7a5";
}
.mbi-power:before {
  content: "\e7b9";
}
.mbi-bubble:before {
  content: "\e7d6";
}
.mbi-bubbles:before {
  content: "\e7d7";
}
.mbi-bubble-question:before {
  content: "\e7da";
}
.mbi-heart-pulse:before {
  content: "\e7e8";
}
.mbi-pie-chart:before {
  content: "\e7f8";
}
.mbi-graph:before {
  content: "\e7fa";
}
.mbi-chart-growth:before {
  content: "\e7fb";
}
.mbi-chart-bars:before {
  content: "\e7fc";
}
.mbi-gift:before {
  content: "\e7ff";
}
.mbi-diamond:before {
  content: "\e806";
}
.mbi-diamond4:before {
  content: "\e809";
}
.mbi-rocket:before {
  content: "\e837";
}
.mbi-car:before {
  content: "\e84a";
}
.mbi-truck:before {
  content: "\e857";
}
.mbi-icons2:before {
  content: "\e880";
}
.mbi-alarm:before {
  content: "\e8aa";
}
.mbi-alarm-ringing:before {
  content: "\e8ad";
}
.mbi-volume-high:before {
  content: "\e8b0";
}
.mbi-volume-medium:before {
  content: "\e8b1";
}
.mbi-volume-low:before {
  content: "\e8b2";
}
.mbi-volume:before {
  content: "\e8b3";
}
.mbi-mute:before {
  content: "\e8b4";
}
.mbi-loading:before {
  content: "\e8d0";
}
.mbi-undo2:before {
  content: "\e8d8";
}
.mbi-redo2:before {
  content: "\e8d9";
}
.mbi-sync2:before {
  content: "\e8dd";
}
.mbi-clock3:before {
  content: "\e8e8";
}
.mbi-watch:before {
  content: "\e8e9";
}
.mbi-alarm2:before {
  content: "\e8ea";
}
.mbi-download:before {
  content: "\e8f3";
}
.mbi-download2:before {
  content: "\e8f5";
}
.mbi-upload2:before {
  content: "\e8f6";
}
.mbi-exit-left:before {
  content: "\e8fd";
}
.mbi-exit-right:before {
  content: "\e8fe";
}
.mbi-enter-right2:before {
  content: "\e903";
}
.mbi-exit-left2:before {
  content: "\e907";
}
.mbi-link2:before {
  content: "\e917";
}
.mbi-unlink2:before {
  content: "\e918";
}
.mbi-thumbs-up:before {
  content: "\e919";
}
.mbi-share2:before {
  content: "\e920";
}
.mbi-magnifier:before {
  content: "\e922";
}
.mbi-zoom-in:before {
  content: "\e925";
}
.mbi-zoom-out:before {
  content: "\e926";
}
.mbi-loupe:before {
  content: "\e927";
}
.mbi-cross:before {
  content: "\e92a";
}
.mbi-menu:before {
  content: "\e92b";
}
.mbi-list:before {
  content: "\e92c";
}
.mbi-list2:before {
  content: "\e92d";
}
.mbi-list3:before {
  content: "\e92e";
}
.mbi-list4:before {
  content: "\e930";
}
.mbi-menu3:before {
  content: "\e931";
}
.mbi-check:before {
  content: "\e934";
}
.mbi-cross2:before {
  content: "\e935";
}
.mbi-plus:before {
  content: "\e936";
}
.mbi-minus:before {
  content: "\e937";
}
.mbi-chevron-up:before {
  content: "\e939";
}
.mbi-chevron-down:before {
  content: "\e93a";
}
.mbi-chevron-left:before {
  content: "\e93b";
}
.mbi-chevron-right:before {
  content: "\e93c";
}
.mbi-arrow-up:before {
  content: "\e941";
}
.mbi-arrow-down:before {
  content: "\e942";
}
.mbi-arrow-left:before {
  content: "\e943";
}
.mbi-arrow-right:before {
  content: "\e944";
}
.mbi-arrow-up-right:before {
  content: "\e945";
}
.mbi-expand:before {
  content: "\e94a";
}
.mbi-contract:before {
  content: "\e94b";
}
.mbi-expand2:before {
  content: "\e94c";
}
.mbi-contract2:before {
  content: "\e94d";
}
.mbi-tab:before {
  content: "\e94f";
}
.mbi-notification:before {
  content: "\e954";
}
.mbi-warning:before {
  content: "\e955";
}
.mbi-checkmark-circle:before {
  content: "\e959";
}
.mbi-play-circle:before {
  content: "\e96a";
}
.mbi-pause-circle:before {
  content: "\e96b";
}
.mbi-grid:before {
  content: "\e975";
}
.mbi-layers:before {
  content: "\e977";
}
.mbi-funnel:before {
  content: "\e97c";
}
.mbi-check-square:before {
  content: "\e999";
}
.mbi-menu-square:before {
  content: "\e99b";
}
.mbi-sort-alpha-asc:before {
  content: "\e9b5";
}
.mbi-sort-alpha-desc:before {
  content: "\e9b6";
}
.mbi-sort-amount-asc:before {
  content: "\e9b9";
}
.mbi-sort-amount-desc:before {
  content: "\e9ba";
}
.mbi-pencil-line:before {
  content: "\e9be";
}
.mbi-pointer-right:before {
  content: "\e9c1";
}
.mbi-ellipsis:before {
  content: "\e9e9";
}
.mbi-vk:before {
  content: "\e900";
}
.mbi-foursquare:before {
  content: "\e901";
}
.mbi-yahoo:before {
  content: "\e902";
}
.mbi-google:before {
  content: "\e904";
}
.mbi-amazon:before {
  content: "\e905";
}
.mbi-facebook-square:before {
  content: "\f082";
}
.mbi-twitter:before {
  content: "\f099";
}
.mbi-facebook:before {
  content: "\f09a";
}
.mbi-github:before {
  content: "\f09b";
}
.mbi-credit-card:before {
  content: "\f09d";
}
.mbi-pinterest:before {
  content: "\f0d2";
}
.mbi-google-plus:before {
  content: "\f0d5";
}
.mbi-money:before {
  content: "\f0d6";
}
.mbi-linkedin:before {
  content: "\f0e1";
}
.mbi-youtube:before {
  content: "\f167";
}
.mbi-instagram:before {
  content: "\f16d";
}
.mbi-apple:before {
  content: "\f179";
}
.mbi-android:before {
  content: "\f17b";
}
.mbi-dribbble:before {
  content: "\f17d";
}
.mbi-skype:before {
  content: "\f17e";
}
.mbi-io-add:before {
  content: "\f2c7";
}
.mbi-io-done:before {
  content: "\f383";
}
.mbi-more-vertical:before {
  content: "\f397";
}
.mbi-io-remove:before {
  content: "\f2f4";
}
.mbi-ios-arrow-down:before {
  content: "\f3d0";
}
.mbi-ios-arrow-left:before {
  content: "\f3d2";
}
.mbi-ios-arrow-right:before {
  content: "\f3d3";
}
.mbi-ios-arrow-up:before {
  content: "\f3d8";
}
.mbi-checkmark-outline:before {
  content: "\f3fe";
}
.mbi-checkmark:before {
  content: "\f3ff";
}
.mbi-circle-filled:before {
  content: "\f400";
}
.mbi-circle-outline:before {
  content: "\f401";
}
.mbi-contact-outline:before {
  content: "\f419";
}
.mbi-star-outline:before {
  content: "\f4b2";
}
.mbi-star2:before {
  content: "\f4b3";
}
.mbi-load-c:before {
  content: "\f29c";
}
.mbi-social-rss:before {
  content: "\f23d";
}
.action.tocart.disabled {
  pointer-events: none;
}
.action.tocart.disabled .mbi {
  position: relative;
}
.action.tocart.disabled .mbi:after {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 2px dashed #fcb800;
  border-radius: 100%;
  animation: loadingD 1.5s 0.3s cubic-bezier(0.17, 0.37, 0.43, 0.67) infinite;
}
.minicart-wrapper .loading-mask {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 2px dashed #fcb800;
  border-radius: 100%;
  animation: loadingD 1.5s 0.3s cubic-bezier(0.17, 0.37, 0.43, 0.67) infinite;
  background: #ffffff;
}
.minicart-wrapper .loading-mask .loader {
  display: none;
}
.loading-mask {
  background: rgba(255, 255, 255, 0.9);
  z-index: 1000;
}
.loading-mask .loader {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -15px;
  margin-left: -15px;
  width: 30px;
  height: 30px;
  border: 2px dashed #fcb800;
  border-radius: 100%;
  animation: loadingD 1.5s 0.3s cubic-bezier(0.17, 0.37, 0.43, 0.67) infinite;
  content: '';
}
.loading-mask .loader img {
  display: none !important;
}
.owl-carousel:after,
.product-image-photo.swatch-option-loading,
div.social-login-ajax-loading:after {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -15px;
  margin-left: -15px;
  width: 30px;
  height: 30px;
  border: 2px dashed #fcb800;
  border-radius: 100%;
  z-index: 201;
  animation: loadingD 1.5s 0.3s cubic-bezier(0.17, 0.37, 0.43, 0.67) infinite;
  content: '';
}
.product-image-photo.swatch-option-loading {
  content: '';
}
.captcha.refreshing .reload {
  pointer-events: none;
}
.captcha.refreshing .reload .mbi {
  animation: loadingD 1.5s 0.3s cubic-bezier(0.17, 0.37, 0.43, 0.67) infinite;
}
.reload.captcha-reload {
  border-radius: 50%;
  padding: 0;
  width: 50px;
  height: 50px;
  line-height: 48px;
  font-size: 30px;
  vertical-align: top;
}
.reload.captcha-reload .mbi {
  line-height: inherit;
  display: block;
}
div.social-login-ajax-loading {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  opacity: 1;
  background: rgba(255, 255, 255, 0.5);
}
@keyframes loadingD {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
a.action.continue,
a.action.primary {
  display: inline-block;
  text-decoration: none;
  text-transform: capitalize;
  vertical-align: top;
}
a.action.continue:hover,
a.action.primary:hover,
a.action.continue:active,
a.action.primary:active,
a.action.continue:focus,
a.action.primary:focus {
  text-decoration: none;
}
.action.button,
.action.continue {
  background-image: none;
  background: #f2f2f2;
  border: 1px solid #cdcdcd;
  color: #333333;
  cursor: pointer;
  display: inline-block;
  font-family: Work Sans, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin: 0;
  padding: 7px 15px;
  font-size: 1.6rem;
  line-height: 1.8rem;
  box-sizing: border-box;
  vertical-align: middle;
  vertical-align: top;
  margin-bottom: 5px;
  text-transform: capitalize;
}
.action.button:focus,
.action.continue:focus,
.action.button:active,
.action.continue:active {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #333333;
}
.action.button:hover,
.action.continue:hover {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #555555;
}
.action.button.disabled,
.action.continue.disabled,
.action.button[disabled],
.action.continue[disabled],
fieldset[disabled] .action.button,
fieldset[disabled] .action.continue {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.action.primary,
.action.secondary {
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  margin: 0;
  outline: none;
  padding: 5px 15px;
  min-width: 120px;
  background-color: #fcb800;
  border: 1px solid #fcb800;
  color: #ffffff;
  font-weight: 500;
  border-radius: 3px;
  display: inline-block;
  vertical-align: top;
  line-height: 26px;
  text-align: center;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.action.primary:hover,
.action.secondary:hover {
  background-color: #ffffff;
  color: #000000;
}
#go-top {
  position: fixed;
  right: 15px;
  bottom: 15px;
  z-index: 99;
}
#go-top a {
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  text-transform: capitalize;
  display: inline-block;
  font-size: 26px;
  padding: 0 2px;
  text-align: center;
  border-bottom: 2px solid #ccc;
  line-height: 1;
}
#go-top a i {
  display: inline-block;
}
.action.back,
.action.print,
.action.track,
.action.edit,
.action.view,
.action.change-password,
.action.order {
  color: #0066cc;
  font-size: 1.5rem;
}
.action.back:hover,
.action.print:hover,
.action.track:hover,
.action.edit:hover,
.action.view:hover,
.action.change-password:hover,
.action.order:hover {
  color: #fcb800;
}
.action.edit + .change-password {
  float: right;
}
.action.back {
  margin-top: 10px;
  margin-bottom: 30px;
  display: inline-block;
}
.popup-authentication .modal-popup .modal-inner-wrap {
  max-width: 500px;
}
.modal-custom .action-close:before,
.modal-popup .action-close:before,
.modal-slide .action-close:before {
  font-size: 20px;
  line-height: 20px;
}
.table-wrapper tbody {
  font-size: 1.5rem;
}
.product.data.items {
  margin: 0;
  padding: 0;
  border-bottom: 0px solid #d1d1d1;
  margin-bottom: 0;
  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 0 5.5px;
}
.product.data.items > .item.title > .switch {
  background: #ffffff;
  border-bottom: 0px solid #d1d1d1;
  border-left: 0px solid #d1d1d1;
  border-right: 0px solid #d1d1d1;
  border-top: 0px solid #d1d1d1;
  height: 44px;
  padding: 0px 22px 0px 22px;
  font-weight: 500;
  line-height: 44px;
  font-size: 2rem;
  color: #999999;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:visited {
  color: #999999;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:hover {
  color: #999999;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:active {
  color: #333333;
  text-decoration: none;
}
.product.data.items > .item.title:not(.disabled) > .switch:focus,
.product.data.items > .item.title:not(.disabled) > .switch:hover {
  background: #ffffff;
}
.product.data.items > .item.title:not(.disabled) > .switch:active,
.product.data.items > .item.title.active > .switch,
.product.data.items > .item.title.active > .switch:focus,
.product.data.items > .item.title.active > .switch:hover {
  background: #ffffff;
  color: #333333;
  text-decoration: none;
  padding-bottom: 0px;
}
.product.data.items > .item.content {
  background: #ffffff;
  border: 0px solid #d1d1d1;
  margin: 0 0 5.5px;
  padding: 22px 22px 22px 22px;
}
.product.data.items .item.title a {
  position: relative;
  color: #999 !important;
  text-decoration: none;
}
.product.data.items .item.title a:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: inherit;
  color: inherit;
  content: "\e93a";
  font-family: 'mbicon';
  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: 22px;
  top: 0px;
}
.product.data.items .item.title.opened a:after {
  content: "\e939";
}
.product.data.items .item.title.opened > .switch {
  color: #000 !important;
}
.product.data.items .value p:last-child {
  margin-bottom: 0;
}
.product.data.items .table-wrapper {
  margin: 0;
}
@media (min-width: 768px) {
  .product.data.items {
    position: relative;
    z-index: 1;
    border-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .product.data.items:before {
    position: absolute;
    content: '';
    height: 1px;
    background-color: #ccc;
    top: 51px;
    left: 0;
    width: 100%;
  }
  .product.data.items:before,
  .product.data.items:after {
    content: '';
    display: table;
  }
  .product.data.items:after {
    clear: both;
  }
  .product.data.items > .item.title {
    float: left;
    width: auto;
  }
  .product.data.items > .item.title > .switch {
    height: 22px;
    display: block;
    position: relative;
    z-index: 2;
  }
  .product.data.items > .item.content {
    margin-top: 22px;
    box-sizing: border-box;
    float: right;
    margin-left: -100%;
    width: 100%;
  }
  .product.data.items > .item.content:before,
  .product.data.items > .item.content:after {
    content: '';
    display: table;
  }
  .product.data.items > .item.content:after {
    clear: both;
  }
  .product.data.items > .item.content.active {
    display: block;
  }
  .product.data.items > .item.title {
    margin: 0 0 0 0;
  }
  .product.data.items > .item.title > .switch {
    font-weight: 500;
    line-height: 50px;
    font-size: 2rem;
    color: #999999;
    text-decoration: none;
    background: #ffffff;
    border: 0px solid #d1d1d1;
    border-bottom: none;
    height: 50px;
    padding: 0px 15px 0px 15px;
  }
  .product.data.items > .item.title > .switch:visited {
    color: #999999;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:hover {
    color: #999999;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:active {
    color: #333333;
    text-decoration: none;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:focus,
  .product.data.items > .item.title:not(.disabled) > .switch:hover {
    background: #ffffff;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:active,
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    background: #ffffff;
    color: #333333;
    text-decoration: none;
  }
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    padding-bottom: 0px;
  }
  .product.data.items > .item.content {
    background: #ffffff;
    margin-top: 50px;
    padding: 22px 22px 22px 22px;
    border: 0px solid #d1d1d1;
  }
  .product.data.items .item.title > .switch {
    position: relative;
    text-transform: capitalize;
  }
  .product.data.items .item.title > .switch:before,
  .product.data.items .item.title > .switch:after {
    content: '';
    position: absolute;
    bottom: -2px;
    top: auto;
    right: auto;
    left: 50%;
    height: 3px;
    background: #fcb800;
    width: 0;
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease;
  }
  .product.data.items .item.title > .switch:after {
    right: 50%;
    left: auto;
  }
  .product.data.items .item.title > .switch:hover:before,
  .product.data.items .item.title > .switch:hover:after {
    width: 50%;
  }
  .product.data.items .item.title.opened a:before,
  .product.data.items .item.title.opened a:after {
    width: 50%;
  }
  .product.data.items .item.title .counter {
    display: none;
  }
  .product.data.items {
    text-align: center;
  }
  .product.data.items > .item.title {
    display: inline-block;
    float: none;
  }
  .product.data.items .item.content {
    text-align: initial;
    padding: 30px 0;
  }
}
.pages {
  text-align: center;
}
.pages .pages-items {
  display: inline-block;
  padding: 0;
  list-style: none;
}
.pages .pages-items .item {
  float: left;
  height: 34px;
  line-height: 34px;
  min-width: 34px;
  padding: 0;
  display: block;
  text-align: center;
  background-color: #f5f5f5;
  font-size: 1.5rem;
  margin: 0 4px;
}
.pages .pages-items .item.current {
  background-color: #fcb800;
}
.pages .pages-items .item.current strong {
  font-weight: normal;
  display: block;
}
.pages .pages-items .item a {
  color: #000;
  display: block;
  padding: 0 8px;
}
.pages .pages-items .item:hover {
  background-color: #fcb800;
}
.pages .label {
  display: none;
}
.pages .action.next:after {
  display: inline-block;
  font-family: mbicon;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f3d3";
  font-size: 18px;
  vertical-align: middle;
}
.pages .action.previous:before {
  display: inline-block;
  font-family: mbicon;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f3d2";
  font-size: 18px;
  vertical-align: middle;
}
.pages .action span {
  display: inline-block;
  vertical-align: middle;
}
.pages .action .label {
  display: none;
}
.account .actions-toolbar > .secondary .action.back {
  display: none;
}
.account .toolbar .limiter {
  float: right;
}
.account .toolbar .limiter .limiter-text {
  display: none;
}
.account .toolbar .limiter .limiter-label {
  font-weight: normal;
}
.account .toolbar,
.account .actions-toolbar {
  margin-bottom: 30px;
}
.account .account-nav {
  margin-bottom: 30px !important;
}
.breadcrumbs .items {
  padding: 0;
}
.breadcrumbs .items > li {
  text-transform: capitalize;
  display: inline-block;
  font-size: 1.4rem;
}
.breadcrumbs .item:not(:last-child):after {
  content: '/';
  display: inline-block;
  padding: 0 5px;
}
.ui-dialog.popup .action.close {
  position: absolute;
  height: 40px;
  right: 0;
  top: 0;
  width: 40px;
  z-index: 1001;
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
}
.ui-dialog.popup .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ui-dialog.popup .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: "\e935";
  font-family: 'mbicon';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.ui-dialog.popup .action.close:hover:before {
  color: inherit;
}
.ui-dialog.popup .action.close:active:before {
  color: inherit;
}
.ui-dialog.popup .action.close:focus,
.ui-dialog.popup .action.close:active {
  background: none;
  border: none;
}
.ui-dialog.popup .action.close:hover {
  background: none;
  border: none;
}
.ui-dialog.popup .action.close.disabled,
.ui-dialog.popup .action.close[disabled],
fieldset[disabled] .ui-dialog.popup .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.popup-pointer {
  margin-left: -14px;
  position: absolute;
  top: -14px;
}
.popup-pointer:before,
.popup-pointer:after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-bottom-style: solid;
}
.popup-pointer:before {
  left: 2px;
  top: 2px;
  border: solid 6px;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.popup-pointer:after {
  left: 1px;
  top: 0px;
  border: solid 7px;
  border-color: transparent transparent #aeaeae transparent;
  z-index: 98;
}
.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;
}
html {
  font-size: 62.5%;
}
body {
  font-size: 16px;
}
a,
button,
input {
  transition: all 250ms ease;
}
:focus,
a:focus {
  outline: none !important;
}
a,
a:hover,
a:focus {
  text-decoration: none;
}
a:hover {
  color: #fcb800;
}
input {
  border: 1px solid #ccc;
  padding: 0 4px;
  max-width: 100%;
}
input[type="file"] {
  padding: 4px;
}
input[type="image"] {
  border: none;
  padding: 0;
}
input:not([type="radio"]):not([type="checkbox"]),
textarea {
  -webkit-appearance: none;
}
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset;
}
ul,
ol {
  padding-left: 25px;
  margin: 0;
}
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled] {
  cursor: default;
}
button {
  border: 1px solid #fcb800;
  background-color: #ffffff;
  border-radius: 5px;
  padding: 5px 15px;
}
.update-cart-item {
  height: 24px;
  min-height: 24px;
}
th,
dt {
  font-weight: 500;
}
blockquote {
  border-left: 3px solid #ea3b4b;
  padding-left: 30px;
  font-weight: 500;
  font-size: 1.8rem;
}
.no-border {
  border: none !important;
}
.blockquote-footer::before {
  content: "\2014 \00A0";
}
.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}
.modal-popup .modal-footer {
  text-align: right;
}
.page.messages {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 10000;
  width: 320px;
  margin-left: -150px;
  margin-top: -60px;
}
.page.messages .messages .close-message-bg {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.page.messages .close-message {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
  cursor: pointer;
  width: 40px;
  height: 40px;
  font-size: 16px;
  display: block;
  line-height: 40px;
  text-align: center;
}
.page.messages .messages {
  display: none;
  text-align: center;
}
.page.messages .messages .message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  min-height: 120px;
  z-index: 2;
}
.message.success {
  border-left: 4px solid #4CAF50;
}
.message.notice {
  border-left: 4px solid #e1951d;
}
.message.error {
  border-left: 4px solid #00b6ff;
}
.message.info.empty {
  margin-bottom: 50px;
  padding: 13px 40px;
}
.message.info.empty > *:first-child:before {
  top: 20px;
}
button.mfp-close:before {
  font-family: mbicon;
}
.field-tooltip .field-tooltip-action {
  display: none !important;
}
.product.media {
  display: block;
  position: relative;
}
.gallery-placeholder .loading-mask {
  position: absolute;
}
.modal-content {
  border: none;
  border-radius: 0;
}
.h-100 {
  height: 100%;
}
.header-top-row {
  padding: 10px 0;
  font-size: 1.3rem;
}
.welcome {
  overflow: hidden;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  background-color: #eeeeee;
}
.header.links {
  margin: 0;
  padding: 0;
  list-style: none none;
  display: inline-block;
  vertical-align: top;
}
.header.links > li {
  display: inline-block;
  vertical-align: top;
}
.header.links > li {
  display: block;
}
.header.links .name {
  white-space: nowrap;
  max-width: 80px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
.header.links .log-in.link {
  cursor: pointer;
}
.mfp-content .header.links {
  width: 100%;
}
.mfp-content .header.links > li {
  width: 100%;
}
.mfp-content .acc-topbar .acc-btn {
  padding: 15px;
}
.mfp-content .acc-topbar .acc-btn > div {
  display: inline-block;
  vertical-align: top;
}
.mfp-content .acc-topbar .acc-list {
  position: static;
  opacity: 1;
  visibility: visible;
  margin: 0;
}
.mfp-content .acc-topbar .acc-list ul {
  box-shadow: none;
}
.top-link-wrap {
  margin: 0 -25px;
}
.top-link-wrap > div {
  padding: 0 25px;
  position: relative;
}
.top-link-wrap > div:before {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -7px;
  width: 1px;
  height: 14px;
  background-color: #ccc;
  content: '';
}
.top-link-wrap > div:first-child:before {
  display: none;
}
.language-topbar {
  position: relative;
}
.language-topbar .lang-curr {
  cursor: pointer;
  width: 100%;
}
.language-topbar .lang-curr a {
  display: block;
  padding: 13px 0;
}
.language-topbar .lang-curr i {
  display: inline-block;
  padding-left: 5px;
  vertical-align: middle;
}
.language-topbar .lang-curr .title {
  padding-left: 25px;
  position: relative;
}
.language-topbar .lang-curr .title .lang-flag {
  position: absolute;
  left: 0;
  top: 0;
  line-height: 1;
}
.language-topbar .lang-list {
  min-width: 100%;
  position: absolute;
  right: 0;
  top: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 250ms ease, opacity 250ms ease, margin 250ms ease;
  -moz-transition: visibility 250ms ease, opacity 250ms ease, margin 250ms ease;
  transition: visibility 250ms ease, opacity 250ms ease, margin 250ms ease;
  z-index: 110;
  margin-top: 30px;
  padding-top: 20px;
}
.language-topbar .lang-list ul {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  background: #fff;
  padding: 15px 0;
  display: block;
  list-style: none;
}
.language-topbar .lang-list ul li {
  padding: 0 15px;
}
.language-topbar .lang-list ul li a {
  line-height: 34px;
  display: inline-block;
  width: 100%;
  text-decoration: none;
  white-space: nowrap;
  padding: 0 25px;
  background-position: 0 center;
  background-repeat: no-repeat;
  background-size: 18px auto;
  position: relative;
}
.language-topbar .lang-list ul li .lang-flag {
  position: absolute;
  left: 0;
  top: 0;
}
.language-topbar:hover .lang-list {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}
.currency-topbar {
  position: relative;
}
.currency-topbar .currency-sym {
  cursor: pointer;
}
.currency-topbar .currency-sym a {
  display: block;
  padding: 13px 0;
}
.currency-topbar .currency-sym .sym {
  display: none;
}
.currency-topbar .currency-sym i {
  display: inline-block;
  padding-left: 5px;
  vertical-align: middle;
}
.currency-topbar .currency-list {
  min-width: 100%;
  position: absolute;
  left: 0;
  top: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 250ms ease, opacity 250ms ease, margin 250ms ease;
  -moz-transition: visibility 250ms ease, opacity 250ms ease, margin 250ms ease;
  transition: visibility 250ms ease, opacity 250ms ease, margin 250ms ease;
  z-index: 110;
  margin-top: 30px;
  padding-top: 20px;
}
.currency-topbar .currency-list ul {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  background: #fff;
  padding: 15px 0;
  display: block;
  list-style: none;
}
.currency-topbar .currency-list ul li a {
  line-height: 34px;
  display: inline-block;
  width: 100%;
  text-decoration: none;
  white-space: nowrap;
  padding: 0 15px;
}
.currency-topbar .currency-list ul li a .sym,
.currency-topbar .currency-list ul li a i {
  margin: 0 15px;
}
.currency-topbar:hover .currency-list {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}
.acc-topbar {
  position: relative;
  float: left;
}
.acc-topbar .acc-btn {
  cursor: pointer;
  float: left;
  width: 100%;
}
.acc-topbar .acc-btn a {
  display: block;
  padding: 13px 0;
}
.acc-topbar .acc-btn i {
  display: inline-block;
  padding-left: 15px;
}
.acc-topbar .acc-list {
  text-align: left;
  min-width: 100%;
  position: absolute;
  right: 0;
  top: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 250ms ease, opacity 250ms ease, margin 250ms ease;
  -moz-transition: visibility 250ms ease, opacity 250ms ease, margin 250ms ease;
  transition: visibility 250ms ease, opacity 250ms ease, margin 250ms ease;
  z-index: 100;
  margin-top: 30px;
  padding-top: 20px;
}
.acc-topbar .acc-list ul {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  background: #fff;
  padding: 15px 0;
  display: block;
  list-style: none;
}
.acc-topbar .acc-list ul li a {
  line-height: 34px;
  display: inline-block;
  width: 100%;
  text-decoration: none;
  white-space: nowrap;
  padding-right: 15px;
  color: #000000;
}
.acc-topbar .acc-list ul li a:hover {
  color: #fcb800;
}
.acc-topbar .acc-list ul li a i {
  margin: 0 15px;
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
  line-height: 34px;
}
.acc-topbar:hover .acc-list {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}
.header-maininner-row {
  min-height: 70px;
  position: relative;
  padding: 0 0;
}
.header-main-inner {
  position: relative;
}
.header-menu-content {
  border-top: 1px solid rgba(204, 204, 204, 0.5);
  border-bottom: 1px solid rgba(204, 204, 204, 0.5);
}
.menu-logo {
  display: table;
}
.menu-logo .btn-nav {
  display: table-cell;
  margin-right: 15px;
}
.logo {
  margin: 0;
  display: table-cell;
}
.logo a {
  display: inline-block;
}
.logo img {
  max-width: 100%;
  height: auto;
}
.col-search.show {
  display: block !important;
  position: absolute;
  bottom: 9px;
  z-index: 1000;
}
.search-popup {
  background: #fff;
}
.sticky-menu.active {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  width: 100%;
  max-width: 100% !important;
  top: 0;
  left: 0;
  right: 0;
  z-index: 889;
  margin: 0 auto;
  position: fixed !important;
  -webkit-animation: fadeInDown 0.3s linear;
  animation: fadeInDown 0.3s linear;
  background-color: #ffffff;
  color: #000000;
}
.sticky-menu.active a {
  color: #000000;
}
.sticky-menu.active a:hover {
  color: #fcb800;
}
.sticky-menu.active .header-maininner-row {
  min-height: 60px;
}
.sticky-menu.active .menu-logo {
  display: none;
}
.sticky-menu.active .vertical-menu {
  top: 50%;
  margin-top: -25px;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.header-content-action {
  float: right;
  display: block;
  position: relative;
}
.header-content-action > div {
  width: auto;
  float: left;
  margin-right: 30px;
  position: static;
}
.header-content-action > div:last-child {
  margin-right: 0;
}
.header-content-action > div > a > i {
  display: inline-block;
  vertical-align: top;
}
.header-content-action a {
  color: #000000;
}
.header-content-action a:hover {
  color: #fcb800;
}
.header-content-action .authorization-link a {
  color: #000000;
}
.header-content-action .authorization-link + li a:hover {
  color: #fcb800;
}
.btn-search-mobile > i {
  font-size: 3rem;
  cursor: pointer;
  line-height: 42px;
}
.user-topbar {
  font-size: 1.4rem;
}
.user-topbar .header.links > li {
  line-height: 16px;
}
.user-topbar i {
  font-size: 2rem;
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  line-height: 42px;
}
.user-topbar .header.links {
  padding: 4px 0;
}
.col-home a i {
  font-size: 2rem;
  line-height: 42px;
  display: block;
}
.wishlist-icon {
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.wishlist-icon i {
  font-size: 3rem;
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  line-height: 42px;
}
.wishlist-icon .qty {
  position: absolute;
  right: -5px;
  bottom: 0;
  background-color: #fcb800;
  color: #ffffff;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  font-size: 1.2rem;
  text-align: center;
  line-height: 20px;
  font-weight: bold;
}
.wishlist-icon .qty.empty {
  display: none;
}
.col-logo {
  position: static;
}
.header-main-inner .vertical-menu {
  position: absolute;
  top: 100%;
  left: 15px;
  z-index: 100;
  height: 50px;
  width: 25%;
}
.header-main-inner .vertical-menu:before {
  left: 0;
  top: 0;
  content: '';
  width: 100%;
  height: 2px;
  background-color: #fcb800;
  display: block;
  opacity: 0;
  visibility: hidden;
  position: absolute;
}
.header-main-inner .vertical-menu:hover:before {
  opacity: 1;
  visibility: visible;
}
.header-horizontal .vertical-menu {
  display: none !important;
}
.sticky-menu.active .header-horizontal .vertical-menu {
  display: block !important;
}
.sticky-menu.active .vertical-menu .title {
  color: #000;
}
.vertical-menu {
  height: 50px;
}
.vertical-menu .title {
  font-weight: bold;
  font-size: 1.6rem;
  padding: 10px 0;
  line-height: 30px;
  cursor: pointer;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.vertical-menu .title i {
  display: inline-block;
  vertical-align: middle;
  padding-left: 5px;
}
.vertical-menu .title > .mbi-menu {
  font-size: 30px;
  margin-right: 5px;
  float: left;
}
.vertical-menu:hover .navigation {
  display: block;
}
.vertical-menu .navigation {
  width: 300px;
  padding: 15px 0;
  border: 1px solid #d3d3d3;
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  z-index: 1000;
  background-color: #ffffff;
  margin-top: -1px;
}
.vertical-menu .navigation .level0.level-top {
  padding: 0;
  position: static;
}
.vertical-menu .navigation .level0.level-top > .submenu {
  min-height: 100%;
  padding-top: 15px;
}
.vertical-menu .navigation .level0.level-top > .submenu:before {
  top: 0;
}
.vertical-menu .magebig-nav > li {
  float: left;
  width: 100%;
  display: block;
  color: #000;
}
.vertical-menu .magebig-nav > li > i {
  position: absolute;
  top: auto;
  padding: 9px 15px;
  right: 0;
}
.vertical-menu .magebig-nav > li > i:before {
  content: '\f3d3';
}
.vertical-menu .magebig-nav > li a {
  font-weight: normal;
  color: #000;
}
.vertical-menu .magebig-nav > li a:hover {
  color: #fcb800;
}
.vertical-menu .magebig-nav li.level0 {
  height: auto;
  line-height: 20px;
  padding: 0;
}
.vertical-menu .magebig-nav > li.level0 > a.level-top {
  text-transform: none;
  width: 100%;
  padding: 9px 15px;
}
.vertical-menu .magebig-nav > li.level0:hover > a.level-top {
  background-color: #fcb800;
  color: #000;
}
.vertical-menu .magebig-nav li ul.show-sub,
.vertical-menu .magebig-nav li div.show-sub {
  left: 100%;
  top: 0;
}
.img-outside {
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  bottom: 0;
  right: -95px;
  z-index: -1;
  padding-bottom: 30px;
}
.img-inside {
  position: absolute;
  max-width: 100%;
  max-height: 97%;
  bottom: 0;
  right: 0;
  z-index: -1;
  overflow: hidden;
}
.img-inside img {
  max-width: 100%;
  height: auto;
}
.static-bottom-menu {
  margin-top: 60px;
  margin-bottom: 15px;
}
.static-bottom-menu .link-text {
  font-size: 32px;
  font-weight: 300;
  margin-bottom: 20px;
  line-height: 1.2;
}
.static-bottom-menu .link-text .small-text {
  font-size: 20px;
  display: block;
}
.sticky-menu.active .vertical-menu .title .mbi-menu {
  display: block;
}
.sticky-menu.active .vertical-menu .title i {
  display: none;
}
.hotline-top {
  float: right;
}
.hotline-top i {
  float: left;
  margin-right: 10px;
  margin-top: 3px;
}
.pusher-left {
  overflow: hidden;
}
.pusher-left .magebig-container {
  -webkit-transform: translate3d(-320px, 0, 0);
  transform: translate3d(-320px, 0, 0);
}
.pusher-left .pusher-overlay {
  visibility: visible;
  opacity: 1;
  z-index: 99;
}
.pusher-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  visibility: hidden;
  opacity: 0;
}
.magebig-container {
  -moz-transition: transform 500ms;
  -webkit-transition: transform 500ms;
  -o-transition: transform 500ms;
  transition: transform 500ms;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.magebig-container {
  position: relative;
}
.page-wrapper {
  position: relative;
  left: 0;
  z-index: 10;
  height: 100%;
  -webkit-transition: -webkit-transform 250ms;
  -o-transition: -o-transform 250ms;
  transition: transform 250ms;
  overflow: hidden;
}
.magebig-mobile-menu .nav-bar-wrap {
  overflow: auto;
  height: 100%;
  position: relative;
  padding-right: 40px;
}
.magebig-mobile-menu .nav-bar-wrap:before {
  position: fixed;
  content: '';
  top: 0;
  left: 0;
  right: 40px;
  height: 100%;
  background-color: #fff;
  z-index: 99;
  max-width: 460px;
}
.magebig-mobile-menu .nav-bar .nav-logo {
  padding: 15px;
  text-align: center;
  margin-bottom: 15px;
}
.magebig-mobile-menu ul.nav-collapse li {
  text-align: left;
}
.magebig-mobile-menu ul.nav-collapse li a {
  color: #000;
  font-size: 14px;
  text-transform: capitalize;
  padding: 10px 42px 10px 15px;
  line-height: 17px;
  height: auto;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.magebig-mobile-menu ul.nav-collapse li span.mbi {
  height: 38px;
  line-height: 38px;
}
.magebig-mobile-menu ul.nav-collapse li span.expanded {
  color: #000;
  font-size: 20px;
}
.magebig-mobile-menu ul.nav-collapse li span.collapsed {
  color: #000;
  font-size: 20px;
}
.magebig-mobile-menu ul.nav-collapse > li > a {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.magebig-mobile-menu ul.nav-collapse li.last a {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.magebig-mobile-menu ul {
  list-style: none;
}
.magebig-mobile-menu li.level0 i.fa-angle-down {
  display: none;
}
.nav-open,
.nav-open body {
  overflow: hidden;
}
.magebig-mobile-menu {
  position: fixed;
  width: 270px;
  height: 100%;
  top: 0;
  left: -270px;
  z-index: 9999;
}
.magebig-mobile-menu .close-nav {
  position: fixed;
  top: 0;
  left: 100%;
  border: none;
  color: #ffffff;
  z-index: 100;
  background-color: transparent;
  font-size: 25px;
  line-height: 1;
  text-align: left;
  cursor: pointer;
  padding: 10px;
  margin-left: -40px;
}
.magebig-mobile-menu nav {
  width: 100%;
  position: relative;
  z-index: 101;
  max-width: 460px;
  padding-bottom: 60px;
}
.overlay-contentpush {
  visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-transition: transform 250ms;
  -webkit-transition: transform 250ms;
  -o-transition: transform 250ms;
  transition: transform 250ms;
}
.overlay-contentpush.open {
  visibility: visible;
  overflow: hidden;
  width: 100%;
  -webkit-transform: translate3d(270px, 0, 0);
  transform: translate3d(270px, 0, 0);
}
.page-wrapper.overlay-open {
  -webkit-transform: translate3d(270px, 0, 0);
  transform: translate3d(270px, 0, 0);
  position: relative;
}
.page-wrapper.overlay-open:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1000;
}
.mb-toggle-switch {
  display: inline-block;
  position: relative;
  overflow: hidden;
  margin: 14px 0 8px 0;
  padding: 0;
  width: 20px;
  height: 20px;
  font-size: 0;
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  border: none;
  cursor: pointer;
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
}
.mb-toggle-switch:focus {
  outline: none;
}
.mb-toggle-switch span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 2px;
  background: #000;
  margin-top: -1px;
  width: 30px;
  margin-left: -15px;
}
.mb-toggle-switch span::before {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #000;
  content: "";
  top: 6px;
}
.mb-toggle-switch span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #000;
  content: "";
  bottom: 6px;
}
.sticky-menu.active .mb-toggle-switch span:before,
.sticky-menu.active .mb-toggle-switch span,
.sticky-menu.active .mb-toggle-switch span:after {
  background-color: #000;
}
.mb-toggle-switch__htx {
  background-color: transparent;
}
.mb-toggle-switch__htx span {
  -webkit-transition: background 0s 0.3s;
  -o-transition: background 0s 0.3s;
  transition: background 0s 0.3s;
}
.mb-toggle-switch__htx span::before {
  -webkit-transition-duration: 0.3s, 0.3s;
  -o-transition-duration: 0.3s, 0.3s;
  transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s, 0s;
  -o-transition-delay: 0.3s, 0s;
  transition-delay: 0.3s, 0s;
  -webkit-transition-property: top, -webkit-transform;
  -o-transition-property: top, -o-transform;
  transition-property: top, transform;
}
.mb-toggle-switch__htx span::after {
  -webkit-transition-duration: 0.3s, 0.3s;
  -o-transition-duration: 0.3s, 0.3s;
  transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s, 0s;
  -o-transition-delay: 0.3s, 0s;
  transition-delay: 0.3s, 0s;
  -webkit-transition-property: bottom, -webkit-transform;
  -o-transition-property: bottom, -o-transform;
  transition-property: bottom, transform;
}
.mb-toggle-switch__htx.active {
  background-color: transparent;
}
.mb-toggle-switch__htx.active span {
  background: none;
}
.mb-toggle-switch__htx.active span::before {
  top: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition-delay: 0s, 0.3s;
  -o-transition-delay: 0s, 0.3s;
  transition-delay: 0s, 0.3s;
}
.mb-toggle-switch__htx.active span::after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition-delay: 0s, 0.3s;
  -o-transition-delay: 0s, 0.3s;
  transition-delay: 0s, 0.3s;
}
.sidebar ul.nav-collapse li span.mbi {
  text-align: right;
}
ul.nav-collapse {
  line-height: 0.5em;
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.nav-collapse ul.level0 > li > a {
  padding-left: 20px;
}
ul.nav-collapse ul.level1 > li > a {
  padding-left: 30px;
}
ul.nav-collapse ul.level2 > li > a {
  padding-left: 45px;
}
ul.nav-collapse ul.level3 > li > a {
  padding-left: 60px;
}
ul.nav-collapse ul.level4 > li > a {
  padding-left: 75px;
}
ul.nav-collapse ul.level5 > li > a {
  padding-left: 90px;
}
ul.nav-collapse ul.level6 > li > a {
  padding-left: 105px;
}
ul.nav-collapse li {
  background: none;
  position: relative;
  line-height: 20px;
}
ul.nav-collapse li a {
  display: block;
  margin: 0;
  height: 42px;
  padding: 10px 42px 10px 0;
  line-height: 18px;
  text-decoration: none;
  text-shadow: none;
  -webkit-transition: color 0.3s ease-in-out 0s;
  -o-transition: color 0.3s ease-in-out 0s;
  transition: color 0.3s ease-in-out 0s;
}
ul.nav-collapse li a:hover {
  color: #bbb;
}
ul.nav-collapse li span.text {
  display: none;
}
ul.nav-collapse li span.mbi {
  visibility: visible;
  background-color: transparent;
  cursor: pointer;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 42px;
  height: 28px;
  line-height: 28px;
  text-align: center;
}
ul.nav-collapse > li > a {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
ul.nav-collapse ul {
  display: none;
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.nav-collapse ul li {
  clear: both;
  margin: 0;
  padding: 0;
}
ul.nav-collapse ul li a {
  font-size: 100%;
  outline: none;
  padding-left: 15px;
}
ul.nav-collapse ul ul li a {
  padding-left: 30px;
}
ul.nav-collapse ul ul ul li a {
  padding-left: 40px;
}
ul.nav-collapse li.level0 > a > span > .cat-label {
  position: static;
  display: inline-block;
  vertical-align: top;
}
ul.nav-collapse li.level0 > a > span > .pin-bottom:before {
  display: none;
}
ul#mb-collapsible li span.collapsed {
  top: 0;
}
ul#mb-collapsible li span.expanded {
  top: 0;
}
ul.detail-parent {
  margin: 0;
  padding: 0 0 0 17px;
}
.sidebar .block-title {
  position: relative;
  color: #000000;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.sidebar .block-title strong {
  font-size: 1.8rem;
  font-weight: 500;
}
.sidebar .block-content {
  padding: 0;
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.sidebar ul.nav-collapse {
  margin-top: 15px;
}
.sidebar ul.nav-collapse li a {
  height: auto;
  border: none;
  position: relative;
  padding: 5px 20px 5px 0;
  color: #000000;
  font-size: 1.4rem;
}
.sidebar ul.nav-collapse li a:hover {
  color: #fcb800;
}
.sidebar .block-content.show-expanded {
  visibility: visible;
  -webkit-transform: translate3d(-320px, 0, 0);
  transform: translate3d(-320px, 0, 0);
}
.sidebar .close-expanded {
  display: none;
  position: fixed;
  top: 0;
  right: 280px;
  padding: 10px;
  z-index: 100;
  background: rgba(255, 255, 255, 0.8);
  color: #000;
}
.sidebar .close-expanded:before {
  content: "\e935";
}
.sidebar .block.active .close-expand-mb {
  visibility: visible;
  opacity: 1;
}
.sidebar .block.active .close-expanded {
  display: block;
}
body.hide-over {
  overflow: hidden;
}
.close-expand-mb {
  position: fixed;
  z-index: 9;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 500ms ease, opacity 500ms ease;
  -moz-transition: visibility 500ms ease, opacity 500ms ease;
  transition: visibility 500ms ease, opacity 500ms ease;
}
.block-nav {
  background-color: #f5f5f5;
  padding: 20px;
  margin-bottom: 30px;
}
.promo-top img {
  width: 100%;
  height: auto;
}
.instagram-item a {
  position: relative;
  display: block;
}
.instagram-item a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  display: none;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.instagram-item a:after {
  content: "\f16d";
  position: absolute;
  top: 50%;
  left: 0;
  font-size: 40px;
  line-height: 40px;
  margin-top: -20px;
  width: 100%;
  text-align: center;
  display: none;
  color: #fff;
  font-family: 'mbicon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  z-index: 2;
}
.instagram-item a:hover:before,
.instagram-item a:hover:after {
  display: block;
}
.main-slider-full {
  margin-bottom: 30px;
}
.main-slider-full .main-slider-container {
  padding-top: 30px;
}
.main-slider-full .owl-dots {
  position: absolute;
  width: 100%;
  bottom: 0;
  vertical-align: top;
}
.main-slider-full .owl-dots .owl-dot span {
  background: transparent;
  border-radius: 0;
  width: 20px;
  height: 6px;
  margin: 0 3px;
}
.main-slider-full .owl-dots .owl-dot.active span,
.main-slider-full .owl-dots .owl-dot:hover span {
  background: #000;
}
.owl-theme .owl-nav {
  position: static;
  display: block;
  margin: 0;
}
.owl-theme .owl-nav [class*='owl-'] {
  position: absolute;
  top: 50%;
  margin: 0;
  padding: 0;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  text-align: center;
  line-height: 40px;
  left: 0;
  border: none;
  border-radius: 0;
  background-color: rgba(0, 0, 0, 0.2);
  color: #ffffff;
  font-size: 20px;
  outline: none;
}
.owl-theme .owl-nav [class*='owl-'] > * {
  display: inline-block;
  vertical-align: top;
  line-height: inherit;
}
.owl-theme .owl-nav .owl-next {
  left: auto;
  right: 0;
}
.owl-theme:hover .owl-nav {
  display: block;
}
.owl-carousel .owl-nav.disabled {
  display: none !important;
}
.owl-theme .owl-nav [class*='owl-']:hover {
  background-color: #000;
}
.owl-carousel .owl-item img.swatch-option-loading {
  width: 30px;
  height: 30px;
}
.selling-feature {
  margin: 30px 0 30px;
}
.selling-feature .media-left {
  width: 40px;
  height: 40px;
  color: #666666;
}
.selling-feature .media-left .mbi {
  font-size: 40px;
  color: #fcb800;
}
.selling-feature .media-heading {
  font-weight: bold;
  font-size: 1.8rem;
}
.selling-feature .text {
  font-size: 1.4rem;
  color: #666666;
}
.selling-feature .row > div {
  border-right: 1px solid #cccccc;
  margin-bottom: 30px;
}
.selling-feature .row > div .media {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
}
.selling-feature .row > div .media .media-body {
  -webkit-box-flex: unset;
  -ms-flex: none;
  flex: none;
}
.selling-feature .row > div:last-child {
  border: none;
}
.block-catalog {
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
  border: 1px solid #d9d9d9;
}
.block-catalog img {
  width: 100%;
  height: auto;
  transform: scale(1);
  transition: transform linear 250ms;
}
.block-catalog .info {
  position: absolute;
  top: 0;
  left: 0;
  padding: 25px 30px;
}
.block-catalog .info .title {
  font-size: 2.4rem;
  line-height: 1.2;
  font-weight: normal;
}
.block-catalog .info .title a {
  color: #000000;
}
.block-catalog .info .text {
  font-size: 1.2rem;
  color: #666666;
}
.deal-block-top {
  padding: 15px 0;
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 30px;
  display: inline-block;
  width: 100%;
}
.deal-block-top + div {
  margin-bottom: 30px;
}
.deal-block-top .title {
  display: inline-block;
  font-size: 2.4rem;
  margin-right: 60px;
  vertical-align: middle;
}
.deal-block-top .promo-v1 {
  display: inline-block;
}
.deal-block-top .promo-count {
  display: inline-block;
  background-color: #f14705;
  padding: 2px 10px;
  color: #ffffff;
  border-radius: 2px;
  vertical-align: middle;
}
.deal-block-top .promo-count > div {
  display: inline-block;
  padding: 0 2px;
  position: relative;
}
.deal-block-top .promo-count > div:before {
  content: ':';
  display: inline-block;
  margin-right: 4px;
}
.deal-block-top .promo-count > div:first-child:before {
  display: none;
}
.deal-block-top .promo-count > div .num {
  min-width: 20px;
  display: inline-block;
}
.deal-block-top .view-all {
  float: right;
}
.deal-block-top .view-all a {
  color: #000000;
}
.deal-block-top .view-all a:hover {
  color: #fcb800;
}
.sold-progress {
  width: 100%;
  height: 10px;
  background-color: #eaeaea;
  margin: 10px 0 0;
  display: none;
}
.sold-progress > div {
  background-color: #fcb800;
  height: 100%;
}
.sold-qty {
  display: none;
}
.page-bottom {
  background-color: #fff;
  padding: 70px 0;
}
.block-cat-wrap {
  margin-bottom: 70px;
}
.block-cat-list {
  background-color: #ffffff;
}
.block-cat-home {
  padding: 30px 30px 60px;
}
.block-cat-home .title {
  font-weight: normal;
  line-height: 1.1;
  font-size: 2.4rem;
  margin-top: 0;
  margin-bottom: 30px;
}
.block-cat-home ul {
  list-style: none;
  padding: 0;
}
.block-cat-home ul li a {
  font-size: 1.4rem;
  padding: 5px 0;
  display: block;
}
.block-cat-home ul li a:hover {
  color: #fcb800;
  font-weight: bold;
}
.block-cat-home .view-all {
  position: absolute;
  bottom: 30px;
  left: 30px;
  font-style: italic;
}
.block-cat-home .view-all a {
  color: #999999;
  font-size: 1.4rem;
}
.block-cat-home .view-all a:hover {
  color: #fcb800;
}
.swatches-list .swatch-option {
  margin-bottom: 5px;
  margin-right: 5px;
}
.swatch-option.image {
  background-size: contain !important;
}
.product-options-wrapper .swatch-option.text {
  padding: 4px 15px;
}
.block-cat-product {
  height: 100%;
}
.block-cat-product .widget-product {
  background-color: #ffffff;
}
.block-cat-product .product-item {
  margin-bottom: 0;
}
.block-cat-product .owl-carousel .owl-item {
  border-left: 1px solid #e1e1e1;
}
.block-cat-product .owl-carousel .owl-item:first-child {
  border: none;
}
.block-cat-product .product-item {
  padding: 15px;
  min-height: 340px;
  max-height: 340px;
  overflow: hidden;
  position: relative;
}
.block-cat-product .product-item + .product-item {
  border-top: 1px solid #e1e1e1;
}
.block-cat-product .product-item .swatches-list {
  display: none;
}
.block-cat-product .product-item:hover .swatches-list {
  top: 5px;
  left: 5px;
  position: absolute;
  display: block;
  z-index: 10;
}
.block-cat-product .product-item:hover .swatches-list .swatch-attribute {
  float: left;
}
.block-cat-product .product-item:hover .swatches-list .swatch-attribute .swatch-option {
  float: left;
  clear: both;
}
.block-cat-product .product-item .price-box {
  margin-bottom: 0;
}
.block-cat-product .product-item .price-box .price {
  font-size: 1.6rem;
}
.block-cat-product .product-item .old-price .price {
  font-size: 1.4rem;
}
.normal-price .price-label {
  display: none !important;
}
.normal-price .price {
  color: #EA1E3C !important;
}
.price-container .price {
  color: #EA1E3C !important;
}
.block-cat-promo {
  position: relative;
}
.block-cat-promo a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
}
.block-cat-promo a span {
  position: relative;
  top: 85%;
}
.recently-viewed h2 {
  margin-bottom: 25px;
  margin-top: 0;
  font-size: 2.4rem;
  font-weight: normal;
}
.recently-viewed .details,
.recently-viewed .product-btn {
  display: none;
}
.recently-viewed .category-products {
  padding: 30px 80px;
  background-color: #ffffff;
}
.recently-viewed .category-products .product-items,
.recently-viewed .category-products .product-show {
  margin: 0;
}
.recently-viewed .product-item-photo:hover img {
  outline: 2px solid #fcb800;
  outline-offset: -2px;
}
.recently-viewed .owl-theme .owl-nav [class*='owl-'] {
  left: -60px;
  background-color: transparent !important;
  color: #000 !important;
}
.recently-viewed .owl-theme .owl-nav .owl-next {
  right: -60px;
  left: auto;
}
.footer-content {
  border-top: 1px solid #e1e1e1;
  padding-top: 70px;
}
.footer-main {
  color: #666666;
  padding-bottom: 70px;
}
.footer-main .title {
  margin-bottom: 40px;
  font-size: 1.6rem;
  font-weight: bold;
}
.footer-main .phone {
  color: #fcb800;
  font-size: 2.4rem;
  font-weight: bold;
}
.footer-main a {
  color: #666666;
}
.footer-main a:hover {
  color: #000000;
}
.footer-main .footer-links {
  list-style: none;
  padding: 0;
}
.footer-main .footer-links li {
  padding: 5px 0;
}
.footer-quicklinks {
  padding-top: 70px;
  padding-bottom: 70px;
  border-top: 1px solid #e1e1e1;
}
.footer-quicklinks .mr-footer-links {
  padding: 0;
  margin: 0;
  margin-top: 10px;
  list-style: none;
}
.footer-quicklinks .mr-footer-links li {
  display: inline-block;
  padding: 0 10px;
  position: relative;
  font-size: 1.4rem;
}
.footer-quicklinks .mr-footer-links li:before {
  position: absolute;
  top: 50%;
  right: 0;
  height: 14px;
  background-color: #e1e1e1;
  margin-top: -7px;
  content: '';
  width: 1px;
}
.footer-quicklinks .mr-footer-links li:first-child {
  padding-left: 0;
}
.footer-quicklinks .mr-footer-links li:first-child:before {
  display: none;
}
.footer-quicklinks .mr-footer-links li:last-child {
  padding-right: 0;
}
.footer-quicklinks .mr-footer-links li:last-child:before {
  display: none;
}
.footer-copyright-vertical {
  border-top: 1px solid #e1e1e1;
}
.social-links {
  list-style: none;
  padding: 0;
  margin: 20px -10px;
}
.social-links li {
  display: inline-block;
  padding: 0 10px;
}
.social-links .twitter {
  color: #00ccff;
}
.social-links .whatsapp {
  color: #25D366;
}
.social-links .facebook {
  color: #336699;
}
.social-links .gplus {
  color: #cc0000;
}
.social-links .instagram {
  color: #996633;
}
.social-links .youtube {
  color: #cc3333;
}
.text-copyright {
  text-align: left;
  font-size: 1.4rem;
  margin: 15px 0;
}
.mr-payment {
  margin: 40px 0;
  text-align: right;
  list-style: none;
  padding: 0;
  font-size: 1.4rem;
}
.mr-payment li {
  display: inline-block;
}
.mr-payment img {
  max-width: 100%;
  height: auto;
}
.wrapper-breadcrums {
  background-color: #f1f1f1;
  padding: 15px 0;
}
.wrapper-breadcrums li a {
  color: #0099cc;
}
.wrapper-breadcrums li a:hover {
  color: #fcb800;
}
.category-list-top {
  border: 1px solid #bfbfbf;
  margin-bottom: 30px;
  padding: 0;
}
.category-list-top .title a {
  font-size: 1.8rem;
  padding: 20px 0 10px;
  display: block;
  color: #000000;
}
.category-list-top ul {
  padding: 0 0 20px;
  list-style: none;
  font-size: 1.4rem;
}
.category-list-top ul li a {
  color: #666666;
}
.category-list-top ul li a:hover {
  color: #000000;
  font-weight: bold;
  text-decoration: underline;
}
.product-info-main-top {
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 20px;
  padding: 10px 0;
}
.product-info-main-top .page-title {
  margin: 20px 0;
  text-align: left;
}
.product-info-main-top .info-after-title > div {
  display: inline-block;
  vertical-align: top;
  padding: 0 15px;
  position: relative;
}
.product-info-main-top .info-after-title > div:before {
  content: '';
  width: 1px;
  height: 14px;
  top: 50%;
  margin-top: -7px;
  position: absolute;
  left: 0;
  background-color: #e8e8e8;
}
.product-info-main-top .info-after-title > div:first-child {
  padding-left: 0;
}
.product-info-main-top .info-after-title > div:first-child:before {
  display: none;
}
.item.content img {
  max-width: 100%;
  height: auto;
}
.promo-product {
  background: #f4f4f4;
  padding: 20px 25px;
  margin: 15px 0;
}
.promo-product .label-cd {
  text-transform: uppercase;
  font-weight: 500;
}
.promo-product .sold-wrap {
  border-top: 1px solid #ccc;
  padding-top: 10px;
  margin-top: 10px;
}
.promo-product .sold-progress {
  margin: 0;
  height: 15px;
}
.promo-product .num {
  background: #ffffff;
}
.cat-links {
  border-top: 1px solid #e1e1e1;
  margin-top: 20px;
  padding: 10px 0;
}
.cat-links a {
  color: #0099cc;
}
.cat-links a:hover {
  color: #fcb800;
}
/* widget tabs */
.tabs-collection {
  text-align: center;
}
.tab-mobile {
  display: none;
  vertical-align: top;
  margin: 0;
  height: 55px;
  line-height: 55px;
  text-transform: uppercase;
  font-size: 18px;
  position: relative;
  cursor: pointer;
}
.tab-mobile i {
  display: inline-block;
  line-height: 55px;
  vertical-align: top;
}
.tab-mobile span {
  display: inline-block;
  line-height: 55px;
  vertical-align: top;
}
.tabs-wrap {
  margin-bottom: 30px;
  position: relative;
}
.widget-tabs {
  border-bottom: none;
  display: inline-block;
  vertical-align: top;
  list-style: none;
  padding: 0;
}
.widget-tabs > li.opened > a,
.widget-tabs > li.opened > a:focus,
.widget-tabs > li.opened > a:hover {
  border: none;
  background: transparent;
  color: #000;
}
.widget-tabs > li > a:focus,
.widget-tabs > li > a:hover {
  background: transparent;
  border: none;
  color: #000;
}
.widget-tabs > li > a {
  margin: 0;
  padding: 15px;
  border-radius: 0;
  color: #999999;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
  border: none;
  display: block;
}
.widget-tabs > li {
  position: relative;
  margin: 0;
  float: left;
}
.widget-tabs > li:before {
  display: inline-block;
  font-family: mbicon;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: "\f111";
  position: absolute;
  top: 50%;
  left: -4px;
  margin-top: -4px;
  font-size: 8px;
  width: 8px;
  height: 8px;
  color: #999;
  line-height: 1;
}
.widget-tabs > li:first-child:before {
  display: none;
}
.widget-collection-style1 {
  position: relative;
  padding-bottom: 5px;
  border-top: 1px solid rgba(204, 204, 204, 0.5);
}
.widget-collection-style1 .tabs-collection {
  padding-top: 35px;
}
.widget-collection-style1 .widget-tabs {
  margin: 0;
  height: 135px;
}
.widget-collection-style1 .tabs-wrap {
  margin: 0;
}
.widget-collection-style1 .tab-mobile {
  height: 135px;
}
.widget-collection-style1 .owl-carousel .owl-nav {
  position: absolute;
  top: -74px;
  left: 50%;
  width: 110px;
  z-index: 10;
  margin: 0 0 0 -55px;
  display: inline-block;
}
.widget-collection-style1 .owl-carousel .owl-nav:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 35px;
  width: 40px;
  height: 1px;
  border-bottom: 1px dashed #e5e5e5;
  z-index: -1;
}
.widget-collection-style1 .owl-carousel .owl-nav > div {
  position: static;
  float: left;
  margin: 0;
  padding: 0;
  width: 34px;
  height: 34px;
  font-size: 22px;
  color: #cccccc;
  background: #fff;
  border: 1px solid #cccccc;
  text-align: center;
  line-height: 32px;
  border-radius: 0;
}
.widget-collection-style1 .owl-carousel .owl-nav > div:hover {
  background: #ccc;
}
.widget-collection-style1 .owl-carousel .owl-nav .owl-next {
  float: right;
}
.title-widget {
  margin: 45px 0 40px 0;
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
  color: #000;
}
.blog-grid {
  list-style: none;
  padding: 0;
  margin: 0;
}
.blog-style {
  padding-bottom: 25px;
  border-top: 1px solid rgba(204, 204, 204, 0.5);
}
.blog-style .title-widget {
  margin: 45px 0 40px 0;
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
  color: #000;
  font-weight: bold;
  letter-spacing: 0.5px;
}
.blog-style .blog {
  margin-bottom: 30px;
  min-height: 100px;
  position: relative;
}
.blog-style .main-post {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  text-align: initial;
  color: #fff;
  padding: 15px;
  min-height: 90px;
  background: rgba(255, 255, 255, 0);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(0, 0, 0, 0.5)));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}
.blog-style .main-post .title-post {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}
.blog-style .main-post .title-post a {
  color: #fff;
}
.blog-style .main-post-inner {
  font-size: 12px;
}
.blog-style .main-post-inner i {
  margin-right: 12px;
}
.blog-style .main-post-inner > span {
  margin-right: 27px;
}
/* NewsPopup */
.subscribe .title {
  margin-top: 45px;
  margin-bottom: 10px;
  color: #000;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.5px;
}
.subscribe .text {
  color: #999999;
  margin-bottom: 45px;
  font-size: 14px;
}
.subscribe .input-box {
  position: relative;
}
.subscribe .input-box input {
  height: 50px;
  border: 1px solid #e5e5e5;
  padding: 0 140px 0 20px;
  width: 100%;
  outline: none;
  color: #999999;
  border-radius: 3px 3px 0 0;
}
.subscribe .input-box button {
  position: absolute;
  top: 0;
  right: 0;
  height: 50px;
  border: none;
  box-shadow: none;
  outline: none;
  background: #fcb800;
  color: #ffffff;
  line-height: 50px;
  padding: 0 20px;
  font-weight: bold;
  border-radius: 0 3px 3px 0;
}
.footer-top {
  border-top: 1px solid rgba(204, 204, 204, 0.5);
}
.information-logo {
  margin-bottom: 30px;
  text-align: center;
  font-size: 1.4rem;
}
.information-logo .logo-bottom {
  display: block;
  margin-bottom: 40px;
}
.information-footer .footer-static {
  padding: 0 30px;
}
.footer-static h3 {
  margin: 0 0 45px 0;
  text-transform: uppercase;
  position: relative;
  font-weight: bold;
  font-size: 1.6rem;
}
.footer-static ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-static ul li {
  padding: 5px 0;
  position: relative;
}
.footer-static ul li a {
  font-size: 1.4rem;
  padding: 0 20px;
  display: block;
  -webkit-transition: padding 250ms ease;
  -moz-transition: padding 250ms ease;
  transition: padding 250ms ease;
}
.footer-static ul li a > span {
  position: absolute;
  top: 6px;
  left: 0;
  line-height: inherit;
}
.footer-static ul li a:hover {
  padding-left: 30px;
}
.copyright {
  display: block;
  width: 100%;
  border-top: 1px solid rgba(204, 204, 204, 0.5);
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 1.4rem;
  text-align: center;
}
.loading-mask .loader > img {
  width: auto !important;
  height: auto;
}
/* Hover Effect */
.hover-effect01 {
  position: relative;
  z-index: 1;
  display: block;
}
.hover-effect01:before {
  background-color: rgba(255, 255, 255, 0.15);
  content: "";
  height: 0;
  left: 0;
  margin: auto;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  width: 0;
  z-index: 1;
}
.hover-effect01:after {
  background-color: rgba(255, 255, 255, 0.15);
  bottom: 0;
  content: "";
  height: 0;
  position: absolute;
  right: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  width: 0;
  z-index: 1;
}
.hover-effect01:hover:after {
  height: 100%;
  width: 100%;
}
.hover-effect01:hover:before {
  height: 100%;
  width: 100%;
}
.hover-effect01-black {
  position: relative;
}
.hover-effect01-black:before {
  background-color: rgba(0, 0, 0, 0.15);
  content: "";
  height: 0;
  left: 0;
  margin: auto;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  width: 0;
  z-index: -1;
}
.hover-effect01-black:after {
  background-color: rgba(0, 0, 0, 0.15);
  bottom: 0;
  content: "";
  height: 0;
  position: absolute;
  right: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  width: 0;
  z-index: -1;
}
.hover-effect01-black:hover:after {
  height: 100%;
  width: 100%;
}
.hover-effect01-black:hover:before {
  height: 100%;
  width: 100%;
}
.hover-effect02 {
  position: relative;
}
.hover-effect02:before {
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  background: transparent;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  width: 100%;
}
.hover-effect02:hover:before {
  box-shadow: 0 0 0 40px rgba(255, 255, 255, 0.6) inset;
}
.hover-effect03 {
  position: relative;
  transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
}
.hover-effect03:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  visibility: hidden;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transform: scale(0.5) rotateY(180deg);
  -moz-transform: scale(0.5) rotateY(180deg);
  -ms-transform: scale(0.5) rotateY(180deg);
  -o-transform: scale(0.5) rotateY(180deg);
  transform: scale(0.5) rotateY(180deg);
  transition: 0.4s;
  -moz-transition: 0.4s;
  -webkit-transition: 0.4s;
  z-index: 99;
}
.hover-effect03:hover {
  opacity: 0.35;
  visibility: visible;
  -webkit-transform: scale(1) rotateY(0deg);
  -moz-transform: scale(1) rotateY(0deg);
  -ms-transform: scale(1) rotateY(0deg);
  -o-transform: scale(1) rotateY(0deg);
  transform: scale(1) rotateY(0deg);
}
.hover-effect04 {
  position: relative;
  overflow: hidden;
}
.hover-effect04:after {
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  content: '';
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.hover-effect04:hover:after {
  -webkit-transform: translate(-100%);
  -moz-transform: translate(-100%);
  -ms-transform: translate(-100%);
  -o-transform: translate(-100%);
  transform: translate(-100%);
}
.hover-effect05 {
  position: relative;
}
.hover-effect05:before {
  content: " ";
  position: absolute;
  top: 5px;
  left: 5px;
  bottom: 5px;
  right: 5px;
  border: 2px solid transparent;
  z-index: 100;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  opacity: 0;
}
.hover-effect05:after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 100;
  opacity: 0;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
}
.hover-effect05:hover:before {
  opacity: 1;
  top: 15px;
  left: 15px;
  bottom: 15px;
  right: 15px;
  border: 2px solid rgba(255, 255, 255, 0.8);
}
.hover-effect05:hover:after {
  opacity: 1;
}
.hover-effect06 {
  position: relative;
}
.hover-effect06:before {
  background-color: #000;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  transition: all 0.3s ease-out 0s;
  opacity: 0;
}
.hover-effect06:after {
  background-color: #000;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  transition: all 0.3s ease-out 0s;
  opacity: 0;
}
.hover-effect06:hover:before {
  transition: all 0.4s ease-out 0s;
  opacity: 0.3;
}
.hover-effect06:hover:after {
  transition: all 0.4s ease-out 0s;
  opacity: 0.3;
}
.hover-effect07 {
  overflow: hidden;
  position: relative;
}
.hover-effect07 > span {
  z-index: 10;
}
.hover-effect07:after {
  background: #fff;
  content: "";
  height: 155px;
  left: -75px;
  opacity: .5;
  position: absolute;
  top: -50px;
  -webkit-transform: rotate(35deg);
  -ms-transform: rotate(35deg);
  transform: rotate(35deg);
  -webkit-transition: all 1000ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1000ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 50px;
  z-index: 1;
}
.hover-effect07:hover:after {
  left: 120%;
  -webkit-transition: all 1000ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1000ms cubic-bezier(0.19, 1, 0.22, 1);
}
.contact-index-index .page-title-wrapper {
  display: none;
}
.contact-index-index .main-slider-full {
  margin-bottom: 0;
}
.contact-info-text {
  padding: 20px 0;
}
.contact-info-text .title {
  margin: 80px 0;
}
.contact-info-text .heading {
  margin-bottom: 30px;
}
.contact-info-text .text {
  color: #666;
  margin-bottom: 60px;
  word-wrap: break-word;
}
#contact-form .contact-title {
  margin-bottom: 30px;
}
#contact-form .control {
  margin-bottom: 30px;
}
#contact-form input {
  height: 50px;
  border: 1px solid #ccc;
  background-color: #fff;
  padding: 5px 10px;
}
#contact-form textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  background-color: #fff;
  margin-bottom: 10px;
}
#contact-form .actions-toolbar {
  text-align: center;
}
#contact-form .actions-toolbar .primary {
  display: inline-block;
}
.customer-account-logoutsuccess .main-container,
.checkout-onepage-success .main-container {
  text-align: center;
  padding-top: 100px;
  padding-bottom: 100px;
}
.footer-checkout {
  margin-top: 30px;
}
.logo-checkout {
  text-align: center;
}
.logo-checkout .logo {
  padding-top: 30px;
  display: inline-block;
}
#customer-email-fieldset {
  margin-bottom: 0;
}
.form.password.forget button.action.reload {
  width: auto;
  height: 40px;
}
.cms-content {
  padding-bottom: 60px;
}
/* Gallery */
.gallery-placeholder {
  position: relative;
}
.gallery-placeholder .fotorama__caption__wrap {
  background: transparent;
}
.gallery-placeholder .fotorama__nav--thumbs .fotorama__nav__frame:last-child {
  margin-right: 0 !important;
  margin-bottom: 0 !important;
}
.gallery-placeholder .fotorama__thumb {
  border: 1px solid #d9d9d9;
  box-sizing: border-box;
}
.gallery-placeholder .fotorama__arr {
  display: none;
}
.fotorama--fullscreen .gallery-placeholder .fotorama__arr {
  display: block;
}
.gallery-placeholder .magnifier-preview {
  left: 0;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  z-index: 10;
}
.gallery-placeholder .fotorama__nav-wrap--vertical .fotorama__thumb-border {
  margin-top: 0 !important;
}
.gallery-placeholder .fotorama__thumb__arr--right .fotorama__thumb--icon {
  background-position: -25px -346px;
}
.gallery-placeholder .fotorama__spinner {
  background-position: center center;
  background-repeat: no-repeat;
}
.gallery-placeholder .fotorama__stage__frame.fotorama-video-container .fotorama__img {
  height: 100%;
  object-fit: cover;
}
.gallery-placeholder .fotorama__nav-wrap .video-thumb-icon .fotorama_vertical_ratio .fotorama__img {
  height: 200%;
}
.gallery-placeholder .fotorama__thumb-border {
  border-color: #fcb800;
  background: none;
}
.fotorama__fullscreen-icon:focus:after {
  display: none !important;
}
div.fotorama__spinner {
  background-image: none;
  animation: none !important;
  width: 100%;
  height: 100%;
}
div.fotorama__spinner.loading-mask {
  display: block;
}
.fotorama--fullscreen .fotorama__nav-wrap--horizontal .fotorama__nav {
  margin-top: 0 !important;
}
.magnifier-preview img {
  max-height: inherit;
}
.fotorama__thumb:hover {
  cursor: pointer;
}
._block-content-loading.imgs {
  padding-left: 75px;
}
._block-content-loading.imgs .thumb-pl {
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  border: 1px solid #ccc;
}
.cms-noroute-index .page-title {
  display: none;
}
.cms-noroute-index .page-main {
  padding: 50px 0 150px;
  background-color: #efeef0;
}
/* Layout 02 */
.layout02 .main-slider-full {
  background-color: transparent;
  padding-bottom: 30px;
  margin-bottom: 0;
}
.layout02 .heading-title,
.layout02 .deal-block-top .title {
  font-weight: 500;
}
.main-slider-v2 .block-top {
  margin-bottom: 30px;
}
.main-slider-v2 .slider {
  margin-bottom: 30px;
}
.block-banner .banner {
  margin-bottom: 30px;
}
.block-banner .banner img {
  max-width: 100%;
  height: auto;
  width: 100%;
}
.block-main-product .top-title {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  margin-bottom: 10px;
}
.block-main-product .top-title .title {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 32px;
  padding: 5px 0;
}
.block-main-product .top-title a {
  color: #000000;
}
.block-main-product .top-title a:hover {
  color: #fcb800;
}
.block-main-product .top-title .list-category {
  float: right;
  list-style: none;
  padding: 10px 0;
  margin: 0 -10px;
}
.block-main-product .top-title .list-category li {
  display: inline-block;
  padding: 0 10px;
}
.block-top img {
  width: 100%;
  height: auto;
}
.footer-widgets .selling-feature {
  margin-top: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 30px;
  margin-bottom: 60px;
}
/* Layout 03 */
.item-slider .container {
  height: 100%;
}
.item-slider .block-content {
  position: relative;
  height: 100%;
}
.item-slider .block-center {
  left: 30%;
}
.block-center {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.top-cat-row {
  margin-bottom: 30px;
}
.top-cat-item {
  text-align: center;
  border: 1px solid #bfbfbf;
  margin-bottom: 30px;
}
.top-cat-item:hover {
  border-color: #fcb800;
}
.top-cat-item:hover .title a {
  color: #fcb800;
}
.top-cat-item .title a {
  color: #000000;
  font-size: 1.6rem;
  font-weight: normal;
}
.block-testimonial {
  padding: 70px 0;
}
.block-testimonial .heading-title {
  margin-bottom: 60px;
}
.block-testimonial .testimonial {
  background-color: #ffffff;
  border: 1px solid #bbbbbb;
  border-radius: 3px;
  padding: 30px;
  position: relative;
  margin-bottom: 30px;
}
.block-testimonial .testimonial .name {
  margin-bottom: 10px;
}
.block-testimonial .testimonial > img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  margin-bottom: 30px;
  margin-top: -75px;
  overflow: hidden;
}
.block-testimonial .testimonial:before {
  position: absolute;
  content: '”';
  right: 30px;
  top: 0;
  font-size: 9rem;
  color: #fcb800;
}
.widget-gallery-image:hover {
  border-color: #fcb800;
}
.product-item.single-discount .gallery-wrap .discount-percent {
  background-color: #fcb800;
}
.product-item.single-discount .stock-wrap .stock.available {
  color: #fcb800;
}
.product-item.single-discount .sold-qty {
  color: #fcb800;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background-color: #fcb800;
}
/* Layout 04 */
.block-wellcome {
  margin-bottom: 40px;
}
.block-wellcome .title {
  text-transform: uppercase;
  font-weight: 500;
}
.block-wellcome .text {
  color: #333333;
}
.block-product-layout04 .heading-title {
  font-weight: 500;
  margin: 30px 0;
}
.top-cat-layout04 .heading-title,
.brand-row .heading-title {
  text-align: center;
  font-weight: 500;
  margin: 30px 0;
  text-transform: uppercase;
}
.brand-row {
  margin-bottom: 60px;
}
.brand-row .row {
  border-left: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
}
.brand-row .row > div {
  border: 1px solid #e1e1e1;
  border-left: 0;
  border-bottom: 0;
}
.brand-row .title {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  font-size: 2.4rem;
  font-weight: 400;
  padding: 20px 0;
}
.brand-row .item {
  background: #fff;
}
.brand-row .item img {
  max-width: 100%;
  height: auto;
}
.brand-row .item a:hover {
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}
.form-orders-search {
  max-width: 600px;
  margin: 0 auto;
  padding: 30px 0 60px;
  width: 100%;
}
.form-orders-search select {
  width: 100%;
}
.form-orders-search legend {
  text-align: center;
}
/** Layout 05 **/
.layout05.cms-index-index .page-main {
  background-color: #eeeeee;
  padding-bottom: 60px;
}
.layout05.cms-index-index .vertical-menu:before {
  opacity: 1;
  visibility: visible;
  background-color: #000000;
}
.layout05.cms-index-index .vertical-menu .navigation {
  display: block;
  margin-top: 30px;
}
.layout05.cms-index-index .sticky-menu.active .vertical-menu:before {
  opacity: 0;
  visibility: visible;
}
.layout05.cms-index-index .sticky-menu.active .vertical-menu:hover:before {
  opacity: 1;
  visibility: visible;
  background-color: #fcb800;
}
.layout05.cms-index-index .sticky-menu.active .vertical-menu .navigation {
  display: none;
  margin-top: -1px;
  height: auto !important;
}
.layout05.cms-index-index .sticky-menu.active .vertical-menu:hover .navigation {
  display: block;
}
.banner-slider-top {
  margin-top: 30px;
  background: #fff;
  margin-bottom: 30px;
  border: 1px solid #d3d3d3;
}
.item-bn-inner .item-bn {
  display: block;
  height: 187px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.item-bn-inner img {
  width: 100%;
  height: auto;
}
.item-bn-slider-05 .item-slider .item {
  display: block;
  height: 374px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.layout05 .selling-feature-wrap {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  background-color: #fff;
  padding: 0 30px;
  margin-bottom: 30px;
}
.layout05 .selling-feature-wrap .selling-feature {
  margin-bottom: 0;
}
.layout05 .vertical-menu .navigation {
  padding-bottom: 14px;
}
.layout05 .vertical-menu .navigation .level0.level-top {
  padding: 0;
}
.layout05 .vertical-menu .navigation .level0.level-top:hover {
  background-color: #fcb800;
}
.layout05 .vertical-menu .navigation .level0.level-top:hover > a {
  color: #000000;
  font-weight: normal;
}
.layout05 .vertical-menu .navigation .level0.level-top > a.level-top {
  padding: 9px 15px;
}
.layout05 .vertical-menu .navigation .level0.level-top > a.level-top + i {
  right: 0;
  padding: 9px 15px;
}
.search-trend-wrap {
  margin-bottom: 30px;
}
.search-trend-wrap .search-title .title {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  font-size: 2.4rem;
  font-weight: 400;
  padding: 20px 0;
}
.search-trend {
  background-color: #fff;
}
.search-trend a {
  color: #000;
}
.search-trend a:hover {
  color: #fcb800;
}
.search-trend .title.active a {
  color: #fcb800;
}
.search-trend .trend-tabs {
  border-bottom: 1px solid #e1e1e1;
  padding: 0 60px;
  text-align: center;
}
.search-trend .owl-item .switch {
  width: 100%;
}
.search-trend .switch {
  display: inline-block;
  text-align: center;
  padding: 30px 0;
  vertical-align: top;
}
.search-trend .switch i {
  display: block;
  font-size: 3.6rem;
  margin-bottom: 15px;
}
.search-trend .switch span {
  display: block;
}
.search-trend .owl-theme .owl-nav [class*='owl-'] {
  opacity: 1;
  visibility: visible;
  width: 60px;
}
.trend-content {
  padding: 30px;
  text-align: center;
}
.trend-content .item-trend {
  margin-bottom: 30px;
}
.trend-content .item-trend span {
  display: block;
}
.deal-block-top-wrap {
  background-color: #fff;
}
.deal-block-top-wrap .widget-product {
  padding: 0 20px;
  padding-bottom: 10px;
}
.deal-block-top-wrap .deal-block-top {
  padding-left: 20px;
  padding-right: 20px;
}
.block-product-layout-wrap {
  background-color: #fff;
  margin-bottom: 30px;
}
.block-product-layout-wrap .top-title {
  padding: 5px 20px;
  margin-bottom: 0;
}
.block-product-layout-wrap .top-title .title i,
.block-product-layout-wrap .top-title .title span {
  display: inline-block;
  vertical-align: middle;
}
.block-product-layout-wrap .block-product-layout-inner {
  padding: 20px;
}
.block-product-layout-wrap .block-product-sidebar {
  padding: 20px;
}
.block-product-layout-wrap .block-product-sidebar .heading-title {
  font-size: 1.6rem;
  padding: 0 0 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  font-weight: 400;
}
.block-product-layout-wrap .block-product-col-left {
  border-right: 1px solid rgba(0, 0, 0, 0.15);
}
.block-product-layout-wrap .widget-tabs > li > a {
  font-size: 1.6rem;
  font-weight: 400;
  text-transform: capitalize;
}
.block-product-layout-wrap .widget-tabs > li:before {
  display: none;
}
.block-product-layout-wrap .tabs-wrap {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.block-product-layout-wrap .widget-tabs {
  margin: 0 -15px;
}
.block-product-layout-wrap .block-product-tab-cat .owl-theme .owl-nav {
  position: absolute;
  right: 0;
  top: -77px;
}
.block-product-layout-wrap .block-product-tab-cat .owl-theme .owl-nav [class*='owl-'] {
  position: static;
  opacity: 1;
  visibility: visible;
  margin: 0;
}
.block-product-layout-wrap .product-item {
  margin-bottom: 0;
}
.tab-content-fadein {
  position: relative;
}
.tab-content-fadein > div {
  display: none;
}
.tab-content-fadein > div[aria-hidden="false"] {
  position: relative;
  z-index: 2;
  opacity: 1;
  top: 0;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all .35s ease;
  transition: all .35s ease;
  -webkit-transition-delay: .1s;
  transition-delay: .1s;
  display: block !important;
}
.tab-content-fadein > div[aria-hidden="true"] {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  opacity: 0;
  -webkit-transition: opacity .35s ease;
  transition: opacity .35s ease;
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
  display: block !important;
}
.max-1600 .container {
  max-width: 1600px;
}
.max-1900 .container {
  max-width: 1900px;
}
.max-100 .container {
  max-width: 100%;
}
/** Layout 06 **/
.layout06 .panel.wrapper {
  position: relative;
}
.layout06 .panel.header:before {
  content: '●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●';
  position: absolute;
  bottom: -16px;
  left: 0;
  font-size: 56px;
  text-align: center;
  letter-spacing: -10px;
  width: 100%;
  color: #ffffff;
  line-height: 1;
  text-indent: -10px;
  white-space: nowrap;
}
.mb-navigation-home {
  position: relative;
  padding-top: 15px;
}
.mb-navigation-home.vertical-menu {
  height: 100%;
  margin-right: -15px;
}
.mb-navigation-home .navigation-home,
.mb-navigation-home .magebig-nav {
  height: 100%;
}
.mb-navigation-home .magebig-nav li.level0 {
  position: static;
}
.mb-navigation-home .level0.level-top > .submenu {
  padding-top: 15px;
  min-height: 100%;
}
.mb-navigation-home .magebig-nav div.submenu:before {
  top: 0;
}
.mb-navigation-home .level0.level-top > a {
  padding: 9px 15px;
}
.mb-navigation-home .level0.level-top > a:hover {
  background-color: #fcb800;
  color: #000;
  font-weight: 400;
}
.mb-navigation-home .magebig-nav > li > i {
  padding: 9px 15px;
}
.banner-slider-cat .bn-inner {
  border-left: 1px solid #d3d3d3;
}
.bn-menu {
  padding-right: 0;
}
.sticky-addcart .page-title-wrapper {
  display: none;
}
.sticky-addcart.active {
  position: fixed;
  background-color: #fff;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  padding-top: 5px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.sticky-addcart.active .fieldset-add {
  float: right;
  width: 55%;
  text-align: right;
}
.sticky-addcart.active .towishlist,
.sticky-addcart.active .actions #instant-purchase,
.sticky-addcart.active .paypal {
  display: none !important;
}
.sticky-addcart.active .page-title-wrapper {
  margin: 0;
  float: left;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  width: 45%;
}
.sticky-addcart.active .page-title-wrapper .page-title {
  margin: 0 !important;
  font-size: 2rem;
}
.sticky-addcart.active .page-title-wrapper .page-title span {
  display: block;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}
.sticky-addcart.active .tocart,
.sticky-addcart.active .field {
  margin-bottom: 5px !important;
}
.sticky-addcart.active .tocart {
  margin-right: 0 !important;
}
.sticky-addcart.active .field > label {
  text-align: left;
}
.sticky-addcart.active .stick-info a {
  margin-right: 15px;
  color: #666666;
}
.sticky-addcart.active .stick-info a:hover {
  color: #fcb800;
}
.sticky-addcart.active .stick-info a .counter {
  display: none;
}
.page-bottom .sold-qty {
  display: none;
}
.page-bottom .sold-progress {
  display: none;
}
.txtColorPrimary {
  color: #EA1E3C !important;
}
.aboutTit {
  font-size: 17px;
  margin: 15px 0px;
}
.aboutTxt {
  color: #999;
}
.bgBox {
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: 2em;
}
.lightBox {
  background: #fbfbfb;
}
.boxTop {
  margin-top: 15px;
}
.company-links {
  margin-top: 15px;
  color: #999;
}
.company-links a:hover {
  color: #ea3b4b;
}
.page-main .column.main {
  margin-top: 0 !important;
}
.triangle-bullet {
  list-style: none;
  padding-left: 15px;
  color: #000;
}
.triangle-bullet li:before {
  content: "";
  border-color: transparent #515151;
  border-style: solid;
  border-width: 0.25em 0 .25em .35em;
  display: block;
  height: 0;
  width: 0;
  left: -15px;
  top: 15px;
  position: relative;
}
.shipping-bullet {
  list-style: none;
  padding-left: 15px;
  color: #333;
}
.shipping-bullet li:before {
  content: "";
  border-color: transparent #515151;
  border-style: solid;
  border-width: 0.25em 0 .25em .35em;
  display: block;
  height: 0;
  width: 0;
  left: -15px;
  top: 15px;
  position: relative;
}
.product-thumbnail {
  width: 64px;
  height: 65px;
}
.product-coupon-container {
  width: 100%;
  margin: 5px 15px 0px;
  padding-right: 15px;
}
.product-coupon-download {
  width: 100% !important;
  border: 1px solid #000000 !important;
  background-color: #ffffff !important;
  color: #333333 !important;
  padding: 5px 15px !important;
}
.product-coupon-download:hover {
  border: 1px solid #ea3b4b !important;
  background-color: #ea3b4b !important;
  color: #ffffff !important;
}
.product-coupon-download:disabled {
  width: 100% !important;
  border: 1px solid #f4f4f4 !important;
  background-color: #f4f4f4 !important;
  color: #a5a5a5 !important;
  padding: 5px 15px !important;
}
.product-coupon-download .disabled {
  width: 100% !important;
  border: 1px solid #f4f4f4 !important;
  background-color: #f4f4f4 !important;
  color: #a5a5a5 !important;
  padding: 5px 15px !important;
  cursor: not-allowed;
  pointer-events: none;
}
.loader {
  border: 1px solid #f3f3f3;
  border-radius: 50%;
  border-top: 1px solid #ea3b4b;
  width: 20px;
  height: 20px;
  -webkit-animation: spin 2s linear infinite;
  /* Safari */
  animation: spin 2s linear infinite;
}
/* Safari */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.cms-home-onecolumn .main-slider-full {
  margin-bottom: 15px;
}
/* ============================================ *
 * Blog
 * ============================================ */
.blog-index-index .page-title,
.blog-post-view .page-title,
.blog-category-view .page-title {
  text-align: center;
  margin: 30px 0;
}
.widget.blog-search.block .action.search {
  right: 0;
}
.widget.blog-search.block .action.search:before {
  font-family: mbicon;
  content: "\e922";
  overflow: visible;
  right: 0;
  padding: 0 10px;
  width: auto;
  line-height: 32px;
  background: transparent;
  opacity: 1;
}
.post-list {
  margin-bottom: 0;
}
#blog_search_mini_form {
  position: relative;
}
.blog-categories .block-content ul {
  list-style: none;
  margin: 0;
  padding-left: 15px;
  padding-right: 0;
}
.blog-categories .block-content ul li {
  display: inline-block;
  width: 100%;
}
.blog-categories .block-content ul li a {
  display: inline-block;
  padding: 5px 0 5px 0;
  position: relative;
}
.blog-categories .block-content ul li a:before {
  display: inline-block;
  font-family: mbicon;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f3d3";
  font-size: 14px;
  position: absolute;
  top: 50%;
  margin-top: -7px;
  left: -15px;
}
.sidebar .widget.block .block-title {
  text-transform: capitalize;
}
.widget.blog-search,
.sidebar .widget.block {
  margin-bottom: 30px;
}
.widget.block-recent-posts .block-content .item {
  padding: 0;
  margin-bottom: 5px;
}
.widget.block-tagclaud .tagclaud-hld .largest {
  font-size: 1.2rem;
}
div.post-content .post-description .post-ftimg-hld img {
  float: left;
  width: auto;
  margin-right: 25px;
}
.post-view .post-holder,
.post-list .post-holder {
  background: transparent;
  padding: 0;
  border: none;
}
.post-view .post-holder:hover,
.post-list .post-holder:hover {
  box-shadow: none;
}
.post-view .post-content .post-description .post-ftimg-hld,
.post-list .post-content .post-description .post-ftimg-hld {
  margin-left: 0;
  margin-bottom: 3px;
}
.post-view .post-content,
.post-list .post-content {
  text-align: justify;
}
.post-view .post-content .widgetplus,
.post-list .post-content .widgetplus {
  text-align: initial;
}
.share-tag {
  margin: 40px 0;
  text-align: center;
}
.share-tag .post-categories {
  margin-bottom: 20px;
}
.share-tag .item .label {
  font-weight: bold;
}
.addthis_toolbox > a {
  float: none !important;
  display: inline-block;
}
.addthis_toolbox > a svg,
.addthis_toolbox > a > .at-icon-wrapper {
  width: 45px !important;
  height: 45px !important;
  line-height: 45px !important;
  text-align: center;
  border-radius: 3px;
}
.addthis_toolbox > a svg {
  padding: 10px;
}
.post-view img {
  max-width: 100%;
  height: auto;
}
.post-view,
.post-list-wrapper {
  padding-right: 100px;
}
.img-featured img {
  width: 100%;
}
.post-list-wrapper .title {
  font-weight: 500;
  font-size: 2rem;
}
.post-list-wrapper .title a {
  color: #000000;
}
.post-list-wrapper .title a:hover {
  color: #fcb800;
}
.post-list-wrapper .post-categories {
  margin-top: 20px;
  margin-bottom: 10px;
}
.post-list-wrapper .post-categories a {
  color: #000000;
}
.post-list-wrapper .post-categories a:hover {
  color: #fcb800;
}
.post-list-wrapper .post-posed-date {
  color: #999999;
}
.post-list-wrapper .post-item {
  margin-bottom: 30px;
}
.toolbar-blog-posts {
  margin-bottom: 60px;
}
.blog-post-wrap .post-list-wrapper {
  padding: 0;
}
.block-blog-main {
  margin-bottom: 50px;
  border-bottom: 1px solid #d8d8d8;
  padding-bottom: 30px;
}
.post-item-date {
  font-style: italic;
}
.layout-rtl .post-view,
.layout-rtl .post-list-wrapper {
  padding-left: 100px;
  padding-right: 0;
}
@media (max-width: 991px) {
  .post-view,
  .post-list-wrapper {
    padding-right: 0;
  }
  .layout-rtl .post-view,
  .layout-rtl .post-list-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
  .post-list-wrapper .title {
    font-weight: 500;
    font-size: 1.8rem;
  }
}
.on-pc {
  display: block;
}
.on-mob {
  display: none;
}
.fa-whatsapp:before {
  content: "\f232";
}
@media (min-width: 1230px) {
  .sticky-menu.active .btn-nav {
    display: none;
  }
}
@media (min-width: 992px) {
  .col-mb-5 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .sidebar-wrap.mfp-hide {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .icon-top-mobile {
    display: none;
  }
  .toggle-mobile .title .mbi {
    display: none;
  }
  .toggle-mobile .content-toggle {
    display: block !important;
  }
}
@media (max-width: 1199px) {
  .toolbar-amount {
    display: none;
  }
  .smartmenu.magebig-nav li.level0 {
    padding: 0 10px;
  }
  .smartmenu.magebig-nav li.level0 a {
    font-size: 1.4rem;
  }
  .smartmenu.magebig-nav li.level0 > .mbi {
    padding-left: 5px;
  }
  .hotline-top {
    font-size: 14px;
  }
  .vertical-menu .title {
    font-size: 14px;
  }
  .vertical-menu .navigation {
    max-width: 270px;
  }
  .vertical-menu .navigation .level0.level-top > .submenu {
    max-width: 500px;
  }
  .page-wrapper {
    overflow: hidden;
  }
  .layout05.cms-index-index .vertical-menu .navigation {
    display: none;
    margin-top: -1px;
  }
  .layout05.cms-index-index .vertical-menu:hover .navigation {
    display: block;
  }
}
@media (max-width: 991px) {
  .header-content-action > div {
    margin-right: 15px;
  }
  .selling-feature .row > div {
    border: none;
  }
  .block-cat-list {
    margin-bottom: 10px;
  }
  .toolbar-products .limiter,
  .toolbar-amount {
    display: none;
  }
  .toolbar-products .modes .modes-label {
    display: none;
  }
  .toolbar-products .sorter {
    margin-right: 40px;
  }
  .top-link-wrap > div {
    padding: 0 15px;
  }
  .vertical-menu .navigation .level0.level-top > .submenu {
    max-width: 460px;
  }
  .footer-links-wrap {
    margin-bottom: 30px;
  }
  .footer-main .title {
    margin-bottom: 15px;
  }
  .heading-title {
    font-size: 2rem;
  }
  .catalog-category-view .sidebar-wrap,
  .catalogsearch-result-index .sidebar-wrap {
    display: none;
    padding: 0;
  }
  .catalog-category-view .mfp-content .sidebar-wrap,
  .catalogsearch-result-index .mfp-content .sidebar-wrap {
    display: block;
  }
}
@media (max-width: 767px) {
  ._block-content-loading.imgs {
    padding-left: 0;
  }
  ._block-content-loading.imgs .thumb-pl {
    display: none;
  }
  .fotorama__caption__wrap {
    display: none;
  }
  .magebig-tooltip {
    display: none !important;
  }
  .sticky-menu.active .header-maininner-row {
    padding: 0;
  }
  .sticky-menu.active .menu-logo {
    margin: 0;
    padding: 0;
    display: table;
  }
  .sticky-menu.active .col-search {
    display: none;
  }
  .sticky-menu.active .header-horizontal .vertical-menu {
    display: none !important;
  }
  .menu-logo {
    width: 100%;
    margin-bottom: 10px;
  }
  .menu-logo .logo {
    vertical-align: middle;
  }
  .icon-top-mobile {
    display: table-cell;
    vertical-align: middle;
    text-align: right;
  }
  .icon-top-mobile .minicart-action {
    margin: 0 10px;
  }
  .icon-top-mobile .user-topbar {
    display: inline-block;
    vertical-align: top;
  }
  .header-content-action {
    float: none;
    position: relative;
    display: flex;
  }
  .header-content-action > div {
    float: none;
    margin: 0;
    text-align: center;
    position: static;
    font-size: 10px;
    line-height: 0;
  }
  .header-content-action .block-minicart {
    text-align: left;
  }
  .hide-mobile {
    display: none;
  }
  .col-search .mfp-hide {
    display: block !important;
  }
  .mfp-content .top-search-wrap {
    display: block;
    margin-top: 20px;
    padding: 0;
  }
  .search-popup .mfp-content {
    vertical-align: top;
  }
  .mfp-close-btn-in.search-popup .mfp-close {
    color: #ccc;
    top: -48px;
    right: -20px;
  }
  .heading-title {
    font-size: 1.8rem;
  }
  .product-item .product-btn {
    opacity: 1;
    visibility: visible;
    position: relative;
    margin: 0;
    padding: 0;
  }
  .box-tocart .actions .tocart,
  .box-tocart .instant-purchase {
    margin-right: 0;
  }
  .box-tocart .field {
    margin-right: 5px;
  }
  .top-link-wrap {
    margin: 0 -15px;
  }
  .user-topbar {
    position: relative;
  }
  .user-topbar .header.links {
    position: absolute;
    top: 100%;
    right: 0;
    min-width: 160px;
    padding: 20px;
    z-index: 102;
    background-color: #ffffff;
    text-align: right;
    border: 1px solid #cccccc;
    display: none;
  }
  .user-topbar .header.links .customer-name {
    display: none;
  }
  .user-topbar .header.links li {
    padding: 5px 0;
  }
  .user-topbar:hover .header.links {
    display: block;
  }
  .user-topbar:hover .header.links .acc-topbar {
    position: static;
  }
  .user-topbar:hover .header.links .acc-list {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
    top: -20px;
  }
  .subscribe .text {
    margin-bottom: 15px;
  }
  #newsletter-validate-detail {
    margin-bottom: 40px;
  }
  .footer-container #newsletter-validate-detail {
    margin-bottom: 0;
  }
  .text-copyright {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 10px;
  }
  .footer-widgets .selling-feature {
    margin-bottom: 0;
    border: none;
  }
  .mr-payment {
    text-align: center;
    margin-top: 0;
  }
  .recently-viewed .category-products {
    padding: 15px;
  }
  .product-item .special-price .price,
  .product-item .minimal-price .price,
  .product-item .price-box .price {
    font-size: 1.4rem;
  }
  .product-item .old-price .price {
    font-size: 1.3rem;
  }
  .message.global.cookie .content > p {
    padding-right: 0;
  }
  .message.global.cookie .actions {
    position: static;
    margin-top: 10px;
    text-align: center;
  }
  .item-slider .block-center {
    left: 30px;
  }
  .product.data.items > .item.title > .switch {
    color: #000;
  }
  .additional-attributes tbody tr {
    border-bottom: none !important;
  }
  .additional-attributes tr th {
    width: auto;
  }
  .product-info-price {
    margin-top: 15px;
  }
  .social-share {
    text-align: left;
  }
  .social-share .social-listing {
    padding: 0;
    text-align: left;
  }
  .block-product-layout-wrap .block-product-col-left {
    border-right: none;
  }
  .sticky-addcart.active .page-title-wrapper {
    display: none;
  }
  .sticky-addcart.active .fieldset-add {
    display: block;
    width: 100%;
  }
  .sticky-addcart.active .fieldset-add > .field {
    float: left;
  }
  .footer-copyright-vertical {
    margin-bottom: 70px;
  }
  .trend-content .row > div:nth-child(16) {
    display: none;
  }
  .selling-feature .media-heading {
    font-size: 1.4rem;
    font-weight: 500;
  }
  .selling-feature .row > div .media {
    flex-wrap: wrap;
    text-align: center;
  }
  .selling-feature .media-left {
    width: 100%;
    margin: 0 !important;
    height: auto;
  }
  .selling-feature .media-left .mbi {
    font-size: 30px;
  }
  .selling-feature .row > div .media .media-body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .col-btn-actions {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1000;
    background: #fff;
    padding: 0px 5px 12px;
    width: 100%;
    -webkit-box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  }
  .col-btn-actions a,
  .col-btn-actions i {
    color: #000;
  }
  .col-btn-actions a:hover,
  .col-btn-actions i:hover {
    color: #fcb800;
  }
  #go-top {
    bottom: 75px;
  }
  .toggle-mobile .content-toggle {
    display: none;
    padding-bottom: 20px;
  }
  .toggle-mobile .title {
    position: relative;
  }
  .toggle-mobile .title .mbi {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    cursor: pointer;
    font-weight: bold;
  }
  .toggle-mobile .title .mbi:before {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -8px;
    font-size: 16px;
    line-height: 1;
  }
  .layout-rtl .toggle-mobile .title .mbi:before {
    right: auto;
    left: 0;
  }
  .footer-main .title {
    position: relative;
    padding: 15px 0;
    border-top: 1px solid #e1e1e1;
    margin: 0;
    line-height: 20px;
  }
  .footer-links-wrap {
    margin: 0;
  }
  .footer-quicklinks {
    padding: 15px 0;
  }
  .footer-quicklinks > .title {
    color: #666;
    font-weight: bold;
  }
  .footer-main {
    padding-bottom: 70px;
  }
  .block-cat-product .product-item {
    max-height: unset;
  }
  .menu-logo .search {
    width: 100% !important;
  }
  .sticky-menu.active .menu-logo .search {
    width: 100% !important;
  }
}
@media (max-width: 575px) {
  .top-link-wrap {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .top-link-wrap > div {
    padding: 0 10px;
  }
  .quickview-wrap {
    padding: 30px 15px;
  }
  .item-bn-slider-05 .item-slider .item {
    height: 320px;
  }
  div.box-tocart .field,
  div.box-tocart .actions .tocart,
  div.box-tocart .instant-purchase {
    margin-right: 0;
    margin-left: 0;
  }
  div.box-tocart .fieldset-add input.input-text {
    width: 100px;
  }
}
@media (max-width: 374px) {
  .btn-compare {
    display: none;
  }
  .item-bn-slider-05 .item-slider .item {
    height: 250px;
  }
  .sticky-addcart.active .fieldset-add .tocart {
    min-width: 150px !important;
  }
  div.box-tocart .actions .towishlist {
    display: none;
  }
}
@media (min-width: 992px) {
  .sidebar .block-content {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .tp-md-5-col {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (min-width: 992px) {
  .tp-lg-5-col {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (min-width: 1200px) {
  .tp-xl-5-col {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .tp-xl-8-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 12.5%;
    flex: 0 0  12.5%;
    max-width: 12.5%;
  }
  .layout05 .vertical-menu .navigation {
    width: 100%;
  }
  .layout05.cms-index-index .vertical-menu .navigation {
    height: 563px;
  }
}
@media (min-width: 1600px) {
  .tp-2-col {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .tp-3-col {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333333%;
    -ms-flex: 0 0 33.33333333%;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .tp-4-col {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .tp-5-col {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .tp-6-col {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66666667%;
    -ms-flex: 0 0 16.66666667%;
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .tp-8-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 12.5%;
    flex: 0 0  12.5%;
    max-width: 12.5%;
  }
  .max-1600.layout05.cms-index-index .vertical-menu .navigation,
  .max-1900.layout05.cms-index-index .vertical-menu .navigation,
  .max-100.layout05.cms-index-index .vertical-menu .navigation {
    height: 713px;
    width: 100%;
  }
  .max-1600.layout05 .vertical-menu .navigation .level0.level-top,
  .max-1900.layout05 .vertical-menu .navigation .level0.level-top,
  .max-100.layout05 .vertical-menu .navigation .level0.level-top {
    padding: 5px 0;
  }
  .max-1600.layout06 .mb-navigation-home.vertical-menu .level0.level-top,
  .max-1900.layout06 .mb-navigation-home.vertical-menu .level0.level-top,
  .max-100.layout06 .mb-navigation-home.vertical-menu .level0.level-top {
    padding: 5px 0;
  }
  .max-1600 .item-bn-slider-05 .item-slider .item,
  .max-1900 .item-bn-slider-05 .item-slider .item,
  .max-100 .item-bn-slider-05 .item-slider .item {
    height: 474px;
  }
  .max-1600 .item-bn-inner .item-bn,
  .max-1900 .item-bn-inner .item-bn,
  .max-100 .item-bn-inner .item-bn {
    height: 237px;
  }
  .max-1600 .block-cat-wrap .block-cat-list,
  .max-1900 .block-cat-wrap .block-cat-list,
  .max-100 .block-cat-wrap .block-cat-list {
    flex: 0 0 35%;
    max-width: 35%;
  }
  .max-1600 .block-cat-wrap .col-xl-7,
  .max-1900 .block-cat-wrap .col-xl-7,
  .max-100 .block-cat-wrap .col-xl-7 {
    flex: 0 0 65%;
    max-width: 65%;
  }
  .max-1600 .block-cat-product .product-item,
  .max-1900 .block-cat-product .product-item,
  .max-100 .block-cat-product .product-item {
    min-height: 385px;
    max-height: 400px;
  }
}
body {
  font-family: Work Sans, 'Segoe UI', 'Helvetica Neue';
  background-color: #ffffff;
  color: #000000;
  background-image: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.smartmenu {
  font-family: Work Sans, 'Segoe UI', 'Helvetica Neue';
}
input,
textarea {
  font-family: Work Sans, 'Segoe UI', 'Helvetica Neue';
}
.font-special {
  font-family: Work Sans, 'Segoe UI', 'Helvetica Neue';
}
.font-text,
.std,
.desc,
.text {
  font-family: Work Sans, 'Segoe UI', 'Helvetica Neue';
}
a {
  color: #000000;
}
a:hover {
  color: #fcb800;
}
blockquote {
  border-left-color: #fcb800;
}
.post-content a {
  color: #0066cc;
}
.post-content a:hover {
  color: #fcb800;
}
.page-header {
  background-color: #ffffff;
  color: #000000;
  background-image: none;
}
.page-header .wishlist-icon,
.page-header .showcart {
  color: #000000;
}
.page-header .wishlist-icon:hover,
.page-header .showcart:hover {
  color: #fcb800;
}
.page-header a {
  color: #000000;
}
.page-header a:hover {
  color: #fcb800;
}
.page-footer {
  background-color: #ffffff;
  color: #000000;
  background-image: none;
}
.page-footer a {
  color: #000000;
}
.page-footer a:hover {
  color: #fcb800;
}
.header-top-inner {
  color: #000000;
  background-color: transparent;
  border-bottom: none;
}
.header-top-inner a,
.header-top-inner .title,
.header-top-inner .log-in {
  color: #000000;
}
.header-top-inner a:hover,
.header-top-inner .title:hover,
.header-top-inner .log-in:hover {
  color: #fcb800;
}
.dropdown a,
.mage-dropdown-dialog a {
  color: #000;
}
.dropdown a:hover,
.mage-dropdown-dialog a:hover {
  color: #fcb800;
}
.mage-dropdown-dialog {
  color: #000;
}
.owl-carousel.owl-theme .owl-dots .owl-dot.active span,
.owl-carousel.owl-theme .owl-dots .owl-dot:hover span {
  background: #fcb800;
}
.maincolor {
  color: #fcb800;
}
.header-menu-content {
  background: transparent;
}
.horizontal-menu .magebig-nav li.level0 > a {
  color: #000000;
}
.horizontal-menu .magebig-nav li.level0 > a:hover {
  color: #fcb800;
}
.horizontal-menu .magebig-nav li.level0 > a + .mbi {
  color: #000000;
}
.vertical-menu .title,
.hotline-top {
  color: #000000;
}
@media (min-width: 768px) {
  .header-content-action .authorization-link a {
    color: #000000;
  }
  .header-content-action .authorization-link a:hover {
    color: #fcb800;
  }
  .header-content-action .authorization-link + li a {
    color: rgba(0, 0, 0, 0.6);
  }
  .sticky-menu.active .header-content-action .authorization-link + li a {
    color: rgba(0, 0, 0, 0.6);
  }
  .sticky-menu.active .header-content-action .authorization-link a {
    color: #000000;
  }
  .sticky-menu.active .header-content-action .authorization-link a:hover {
    color: #fcb800;
  }
}
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;
}
.modal-slide {
  left: 30px;
  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._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,
.ie10 .modal-popup._inner-scroll,
.ie9 .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,
.ie10 .modal-popup._inner-scroll .modal-inner-wrap,
.ie9 .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: 30px;
  padding-right: 30px;
}
.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: 12px;
  padding-top: 30px;
}
.modal-popup .modal-footer {
  margin-top: auto;
  padding-bottom: 30px;
  padding-top: 30px;
}
.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: 16px;
  line-height: 16px;
  color: #000000;
  content: "\e935";
  font-family: 'mbicon';
  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.confirm .modal-inner-wrap {
  max-width: 650px;
}
.modal-popup .modal-title {
  border-bottom: 1px solid #c1c1c1;
  font-weight: 300;
  padding-bottom: 11px;
  font-size: 24px;
  margin-bottom: 0;
  min-height: 1em;
  word-wrap: break-word;
}
.modal-popup .action-close {
  padding: 22px;
}
.modal-popup .street .control .field {
  margin-bottom: 10px;
}
.modal-popup .street .control .field:last-child {
  margin-bottom: 0;
}
.modal-popup .street .label {
  display: none;
}
.modal-popup .street legend.label {
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: .5rem;
  display: block;
}
.modal-popup .field-tooltip {
  display: none;
}
.modal-popup .select {
  width: 100%;
}
.modal-slide .action-close {
  padding: 15px;
}
.modal-slide .page-main-actions {
  margin-bottom: -14.4rem;
  margin-top: 2.1rem;
}
.modals-overlay {
  background-color: rgba(51, 51, 51, 0.55);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
}
body._has-modal-custom .modal-custom-overlay {
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 899;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.checkout-container .change-shipping-address-button,
.checkout-container .change-billing-address-button {
  display: block;
  margin-bottom: 15px;
}
.checkout-container .edit-shipping-address-button,
.checkout-container .edit-billing-address-button {
  display: block;
}
.checkout-container .checkout-shipping-address div.new-address-popup,
.checkout-container .checkout-payment-method div.new-address-popup {
  margin: 0 35px 20px 0;
  position: relative;
}
.checkout-container .checkout-shipping-address div.change-address-popup,
.checkout-container .checkout-payment-method div.change-address-popup {
  margin: 5px 0 -5px 0;
}
.checkout-container .checkout-shipping-address div.edit-address-popup,
.checkout-container .checkout-payment-method div.edit-address-popup {
  float: left;
  margin: 5px 35px -5px 0;
}
.checkout-container .checkout-shipping-address div.shipping-address-item.selected,
.checkout-container .checkout-payment-method div.shipping-address-item.selected,
.checkout-container .checkout-shipping-address .checkout-billing-address,
.checkout-container .checkout-payment-method .checkout-billing-address {
  margin: 0;
  padding-left: 0;
}
.checkout-container .checkout-shipping-address .new-billing-address-button,
.checkout-container .checkout-payment-method .new-billing-address-button {
  display: block;
  margin: 20px 35px 0 20px;
  position: relative;
}
.shipping-address-modal.modal-popup.modal-slide .modal-inner-wrap[class],
.billing-address-modal.modal-popup.modal-slide .modal-inner-wrap[class] {
  background-color: #ffffff;
}
.shipping-address-modal .modal-inner-wrap h1.modal-title,
.billing-address-modal .modal-inner-wrap h1.modal-title {
  border: none;
}
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-search,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-search {
  width: 250px;
}
.shipping-address-modal .modal-inner-wrap .block.block-search,
.billing-address-modal .modal-inner-wrap .block.block-search {
  left: 20px;
  position: absolute;
  top: 81px;
}
.shipping-address-modal .modal-inner-wrap .admin__action-select-shipping-addressmultiselect-search-count,
.billing-address-modal .modal-inner-wrap .admin__action-select-shipping-addressmultiselect-search-count {
  border-bottom: 1px solid #cccccc;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 13px;
  margin: 5px -30px 10px -30px;
  padding: 0 0 5px 30px;
}
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-empty-area,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-empty-area {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  padding-top: 5px;
}
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root {
  border-bottom: 1px solid #cccccc;
  clear: both;
  float: left;
  margin-bottom: 10px;
  padding-bottom: 15px;
  position: relative;
  width: 100%;
}
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .address-details,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .address-details {
  float: left;
}
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .edit-address,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .edit-address,
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .ship-here,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .ship-here,
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .select-address,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .select-address,
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .address-selected,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .address-selected {
  float: right;
  margin-right: 20px;
  margin-top: 20px;
}
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .edit-address button,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .edit-address button,
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .ship-here button,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .ship-here button,
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .select-address button,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .select-address button,
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .address-selected button,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .address-selected button {
  background: #006bb7;
  border: 1px solid #006bb4;
  box-shadow: none;
  color: #ffffff;
  outline: 0;
}
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .address-selected button,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .address-selected button {
  background-color: #eeeeee;
  border: none;
  box-shadow: none;
  color: #777777;
}
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .address-selected button:hover,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .address-selected button:hover {
  cursor: auto;
  background-color: #eeeeee;
  border: none;
  box-shadow: none;
  color: #777777;
}
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .default-address,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .default-address,
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .edit-address,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .edit-address {
  float: right;
  margin-right: 20px;
  margin-top: 20px;
}
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .default-address button,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .default-address button,
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .edit-address button,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .edit-address button {
  background-color: Transparent;
  border: none;
  box-shadow: none;
}
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .default-address button.action-primary,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .default-address button.action-primary {
  color: #777777;
  text-transform: uppercase;
}
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .default-address button.action-primary:hover,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .default-address button.action-primary:hover {
  cursor: auto;
}
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .edit-address button.action-primary,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .edit-address button.action-primary {
  color: #006bb4;
}
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner {
  margin-top: 10px;
  overflow-y: auto;
}
.shipping-address-modal .modal-inner-wrap ul,
.billing-address-modal .modal-inner-wrap ul {
  list-style-type: none;
  padding-left: 0;
}
.admin__data-grid-loading-mask {
  background: rgba(255, 255, 255, 0.5);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 4;
}
.admin__data-grid-loading-mask .spinner {
  background: url('../../frontend/MageBig/martfury_wowshop02/en_US/images/loader-2.gif') 50% 50% no-repeat;
  display: inline-block;
  font-size: 4rem;
  height: 1em;
  left: 50%;
  margin-left: -2rem;
  margin-right: 1.5rem;
  position: absolute;
  top: 50%;
  width: 1em;
}
.ie9 .admin__data-grid-loading-mask .spinner {
  background: url('../../frontend/MageBig/martfury_wowshop02/en_US/images/loader-2.gif') 50% 50% no-repeat;
  bottom: 0;
  height: 149px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 218px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.product-info-stock-sku .configurable-variation-qty {
  display: none;
}
/**
     * @codingStandardsIgnoreStart
     */
#store-pickup.selected-shipping ~ #store-selector {
  display: none;
}
#store-pickup.selected-store-pickup ~ #shipping,
#store-pickup.selected-store-pickup ~ #opc-shipping_method {
  visibility: hidden;
  height: 0;
  overflow: hidden;
}
#delivery-method-selector {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#delivery-method-selector .action {
  line-height: 2.4rem;
  padding: 14px 17px;
  font-size: 2rem;
}
#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: 22px 0 0;
}
.location-details .location-name {
  font-size: 20px;
  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 22px;
  padding: 0 0 11px;
  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: 20px;
}
.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 22px;
}
/**
 * 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/MageBig/martfury_wowshop02/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/MageBig/martfury_wowshop02/en_US/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.eot');
  src: url('../../frontend/MageBig/martfury_wowshop02/en_US/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.eot?#iefix') format('embedded-opentype'), url('../../frontend/MageBig/martfury_wowshop02/en_US/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.woff') format('woff'), url('../../frontend/MageBig/martfury_wowshop02/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;
}
.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.6rem;
  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.4rem;
  font-size: 2rem;
  line-height: 1.42857143;
  margin: 0 10px 10px 0;
  padding: 14px 17px;
  color: #1979c3;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  font-weight: 600;
  box-shadow: none;
  box-sizing: border-box;
  display: inline-block;
}
a.pagebuilder-button-link:visited,
button.pagebuilder-button-link:visited,
div.pagebuilder-button-link:visited {
  color: #1979c3;
  text-decoration: none;
}
a.pagebuilder-button-link:hover,
button.pagebuilder-button-link:hover,
div.pagebuilder-button-link:hover {
  color: #006bb4;
  text-decoration: underline;
}
a.pagebuilder-button-link:active,
button.pagebuilder-button-link:active,
div.pagebuilder-button-link:active {
  color: #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: #1979c3;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
a.pagebuilder-button-primary,
button.pagebuilder-button-primary,
div.pagebuilder-button-primary {
  text-decoration: none;
  background-image: none;
  background: #1979c3;
  border: 1px solid #1979c3;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: Work Sans, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin: 0 10px 10px 0;
  padding: 7px 15px;
  font-size: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
  line-height: 2.4rem;
  padding: 14px 17px;
  font-size: 2rem;
  border-radius: 3px;
  box-shadow: none;
}
a.pagebuilder-button-primary:hover,
button.pagebuilder-button-primary:hover,
div.pagebuilder-button-primary:hover,
a.pagebuilder-button-primary:active,
button.pagebuilder-button-primary:active,
div.pagebuilder-button-primary:active,
a.pagebuilder-button-primary:focus,
button.pagebuilder-button-primary:focus,
div.pagebuilder-button-primary:focus {
  text-decoration: none;
}
a.pagebuilder-button-primary:focus,
button.pagebuilder-button-primary:focus,
div.pagebuilder-button-primary:focus,
a.pagebuilder-button-primary:active,
button.pagebuilder-button-primary:active,
div.pagebuilder-button-primary:active {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
a.pagebuilder-button-primary:hover,
button.pagebuilder-button-primary:hover,
div.pagebuilder-button-primary:hover {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
a.pagebuilder-button-primary.disabled,
button.pagebuilder-button-primary.disabled,
div.pagebuilder-button-primary.disabled,
a.pagebuilder-button-primary[disabled],
button.pagebuilder-button-primary[disabled],
div.pagebuilder-button-primary[disabled],
fieldset[disabled] a.pagebuilder-button-primary,
fieldset[disabled] button.pagebuilder-button-primary,
fieldset[disabled] div.pagebuilder-button-primary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
a.pagebuilder-button-secondary,
button.pagebuilder-button-secondary,
div.pagebuilder-button-secondary {
  text-decoration: none;
  background-image: none;
  background: #f2f2f2;
  border: 1px solid #cdcdcd;
  color: #333333;
  cursor: pointer;
  display: inline-block;
  font-family: Work Sans, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin: 0 10px 10px 0;
  padding: 7px 15px;
  font-size: 1.6rem;
  line-height: 1.8rem;
  box-sizing: border-box;
  vertical-align: middle;
  line-height: 2.4rem;
  padding: 14px 17px;
  font-size: 2rem;
  border-radius: 3px;
  box-shadow: none;
}
a.pagebuilder-button-secondary:hover,
button.pagebuilder-button-secondary:hover,
div.pagebuilder-button-secondary:hover,
a.pagebuilder-button-secondary:active,
button.pagebuilder-button-secondary:active,
div.pagebuilder-button-secondary:active,
a.pagebuilder-button-secondary:focus,
button.pagebuilder-button-secondary:focus,
div.pagebuilder-button-secondary:focus {
  text-decoration: none;
}
a.pagebuilder-button-secondary:focus,
button.pagebuilder-button-secondary:focus,
div.pagebuilder-button-secondary:focus,
a.pagebuilder-button-secondary:active,
button.pagebuilder-button-secondary:active,
div.pagebuilder-button-secondary:active {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #333333;
}
a.pagebuilder-button-secondary:hover,
button.pagebuilder-button-secondary:hover,
div.pagebuilder-button-secondary:hover {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #555555;
}
a.pagebuilder-button-secondary.disabled,
button.pagebuilder-button-secondary.disabled,
div.pagebuilder-button-secondary.disabled,
a.pagebuilder-button-secondary[disabled],
button.pagebuilder-button-secondary[disabled],
div.pagebuilder-button-secondary[disabled],
fieldset[disabled] a.pagebuilder-button-secondary,
fieldset[disabled] button.pagebuilder-button-secondary,
fieldset[disabled] div.pagebuilder-button-secondary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.pagebuilder-column {
  box-sizing: border-box;
}
[data-content-type='heading'] {
  word-wrap: break-word;
}
[data-content-type='html'] {
  word-wrap: break-word;
}
figure[data-content-type='image'] {
  box-sizing: border-box;
}
figure[data-content-type='image'] > [data-element='link'],
figure[data-content-type='image'] > [data-element='link'] img {
  border-radius: inherit;
}
figure[data-content-type='image'] figcaption {
  word-wrap: break-word;
}
[data-content-type='map'] {
  box-sizing: border-box;
  height: 300px;
}
[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: 100%;
}
[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: 100%;
  width: 100%;
}
[data-content-type='slide'] {
  box-sizing: border-box;
  line-height: 20px;
  min-height: inherit;
  overflow: hidden;
}
[data-content-type='slide'] > [data-element='link'],
[data-content-type='slide'] > [data-element='empty_link'] {
  color: inherit;
  min-height: inherit;
  text-decoration: inherit;
}
[data-content-type='slide'] > [data-element='link']:hover,
[data-content-type='slide'] > [data-element='empty_link']:hover {
  color: inherit;
  text-decoration: inherit;
}
[data-content-type='slide'] + [data-content-type='slide'] {
  height: 0;
  min-height: 0;
}
.slick-slider [data-content-type='slide'] + [data-content-type='slide'] {
  height: initial;
  min-height: inherit;
}
.pagebuilder-slide-wrapper {
  border-radius: inherit;
  box-sizing: border-box;
  min-height: inherit;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.pagebuilder-slide-wrapper .jarallax-viewport-element {
  height: 100%;
  left: -15000vw;
  position: absolute;
  top: 0;
  width: 1px;
  z-index: 100;
}
.slick-current .pagebuilder-slide-wrapper .jarallax-viewport-element {
  left: 0;
}
.pagebuilder-slide-wrapper.jarallax .video-overlay {
  -webkit-transform: unset;
  z-index: 1;
}
.pagebuilder-slide-wrapper.jarallax .pagebuilder-overlay {
  position: relative;
  z-index: 2;
}
.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > div,
.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > img,
.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > video,
.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > iframe {
  margin: auto !important;
  transform: none !important;
}
.pagebuilder-slide-wrapper .pagebuilder-overlay {
  -moz-transition: background-color 500ms ease;
  -o-transition: background-color 500ms ease;
  -webkit-transition: background-color 500ms ease;
  border-radius: inherit;
  box-sizing: border-box;
  padding: 30px;
  transition: background-color 500ms ease;
}
.pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: inherit;
}
.pagebuilder-slide-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
  max-width: 540px;
}
.pagebuilder-slide-wrapper [data-element='content'] {
  min-height: 50px;
  overflow: auto;
}
.pagebuilder-slide-wrapper .pagebuilder-slide-button {
  -moz-transition: opacity 500ms ease;
  -o-transition: opacity 500ms ease;
  -webkit-transition: opacity 500ms ease;
  margin: 20px 0 0 0;
  max-width: 100%;
  text-align: inherit;
  transition: opacity 500ms ease;
  word-break: break-word;
}
.pagebuilder-slide-wrapper .pagebuilder-poster-content {
  width: 100%;
}
[data-appearance='collage-centered'] .pagebuilder-slide-wrapper .pagebuilder-overlay {
  margin-left: auto;
  margin-right: auto;
}
[data-appearance='collage-left'] .pagebuilder-slide-wrapper .pagebuilder-overlay {
  margin-right: auto;
}
[data-appearance='collage-right'] .pagebuilder-slide-wrapper .pagebuilder-overlay {
  margin-left: auto;
}
div[data-content-type='slider'] {
  visibility: hidden;
}
div[data-content-type='slider'].slick-initialized {
  visibility: visible;
}
div[data-content-type='slider'] .slick-list,
div[data-content-type='slider'] .slick-track,
div[data-content-type='slider'] .slick-slide {
  min-height: inherit;
}
div[data-content-type='slider'] .slick-list > div,
div[data-content-type='slider'] .slick-track > div,
div[data-content-type='slider'] .slick-slide > div {
  line-height: 0;
  min-height: inherit;
  overflow: hidden;
  width: 100%;
}
a.button {
  -moz-appearance: button;
  -webkit-appearance: button;
  appearance: button;
  color: initial;
  padding: 10px;
  text-decoration: none;
}
div[data-content-type='tabs'] .tabs-navigation {
  display: block;
  font-size: 0;
  margin: 0 0 -1px;
  padding: 0;
}
div[data-content-type='tabs'] .tabs-navigation li:first-child {
  margin-left: 0 !important;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header {
  background: #f6f6f6;
  border: 1px solid #cccccc;
  border-bottom: 0;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow-wrap: break-word;
  position: relative;
  word-wrap: break-word;
  z-index: 1;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header:not(:first-child) {
  margin-left: -1px;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title {
  border-right: 0;
  color: #000000;
  cursor: pointer !important;
  display: block;
  font-size: 14px;
  font-weight: 600;
  padding: 1.4rem 2rem;
  position: relative;
  transition: all .3s;
  vertical-align: middle;
  white-space: normal;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title span.tab-title {
  display: block;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title:hover {
  text-decoration: none;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header:last-child {
  border-right: 1px solid #cccccc;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header.ui-state-active {
  background: #ffffff;
  z-index: 19;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header.ui-state-active a.tab-title {
  position: relative;
  transition: all .3s;
}
div[data-content-type='tabs'] .tabs-content {
  border: 1px solid #cccccc;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  z-index: 9;
}
div[data-content-type='tabs'] .tabs-content [data-content-type='tab-item'] {
  box-sizing: border-box;
  min-height: inherit;
}
div[data-content-type='tabs'] .tabs-content [data-content-type='tab-item']:not(:first-child) {
  display: none;
}
div[data-content-type='tabs'].tab-align-left .tabs-content {
  border-top-left-radius: 0 !important;
}
div[data-content-type='tabs'].tab-align-right .tabs-content {
  border-top-right-radius: 0 !important;
}
div[data-content-type='text'] {
  word-wrap: break-word;
}
div[data-content-type='video'] {
  font-size: 0;
}
div[data-content-type='video'] .pagebuilder-video-inner {
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
}
div[data-content-type='video'] .pagebuilder-video-container {
  border-radius: inherit;
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
}
div[data-content-type='video'] iframe,
div[data-content-type='video'] video {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.jarallax {
  position: relative;
  z-index: 0;
}
.jarallax > .jarallax-img {
  font-family: 'object-fit: cover;', sans-serif;
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.jarallax-video-fallback {
  transform: scale3d(0, 0, 0);
}
.jarallax .video-overlay {
  -webkit-transform: translate3d(0, 0, 0);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -99;
}
.jarallax [id*='jarallax-container'] video,
.jarallax [id*='jarallax-container'] iframe {
  visibility: hidden;
}
.cms-content-important {
  background-color: #f5f5f5;
  color: #333333;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.1;
  margin: 0 0 35px -20px;
  padding: 20px;
}
.pagebuilder-full-width {
  float: left;
  width: 100%;
}
.pagebuilder-content-type {
  box-sizing: border-box;
  margin-bottom: 20px;
}
.pagebuilder-accordion {
  margin: 0;
  padding: 0;
}
.pagebuilder-accordion > .item.title {
  box-sizing: border-box;
  float: none;
  width: 100%;
}
.pagebuilder-accordion > .item.title > .switch {
  display: block;
}
.pagebuilder-accordion > .item.content {
  box-sizing: border-box;
  display: block;
  float: none;
  margin: 0;
}
.pagebuilder-accordion > .item.content:before,
.pagebuilder-accordion > .item.content:after {
  content: '';
  display: table;
}
.pagebuilder-accordion > .item.content:after {
  clear: both;
}
.pagebuilder-accordion > .item.content.active {
  display: block;
}
.pagebuilder-accordion > .item.title {
  margin: 0 0 5.5px;
}
.pagebuilder-accordion > .item.title > .switch {
  background: #ffffff;
  border-bottom: 0px solid #d1d1d1;
  border-left: 0px solid #d1d1d1;
  border-right: 0px solid #d1d1d1;
  border-top: 0px solid #d1d1d1;
  height: 44px;
  padding: 0px 22px 0px 22px;
  font-weight: 500;
  line-height: 44px;
  font-size: 2rem;
  color: #999999;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title > .switch:visited {
  color: #999999;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title > .switch:hover {
  color: #999999;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title > .switch:active {
  color: #333333;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title:not(.disabled) > .switch:focus,
.pagebuilder-accordion > .item.title:not(.disabled) > .switch:hover {
  background: #ffffff;
}
.pagebuilder-accordion > .item.title:not(.disabled) > .switch:active,
.pagebuilder-accordion > .item.title.active > .switch,
.pagebuilder-accordion > .item.title.active > .switch:focus,
.pagebuilder-accordion > .item.title.active > .switch:hover {
  background: #ffffff;
  color: #333333;
  text-decoration: none;
  padding-bottom: 0px;
}
.pagebuilder-accordion > .item.content {
  background: #ffffff;
  border: 0px solid #d1d1d1;
  margin: 0 0 5.5px;
  padding: 22px 22px 22px 22px;
}
/**
 * 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.
 */
.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;
}
[data-content-type='dynamic_block'] figure[data-content-type='image'] img {
  display: inline;
}
[data-content-type='dynamic_block'] .block-banners .banner-item-content,
[data-content-type='dynamic_block'] .block-banners-inline .banner-item-content {
  margin-bottom: auto;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.checkout-container .checkout-payment-method div.new-address-popup {
  margin: 0 35px 20px 20px;
  position: relative;
}
.checkout-shipping-address .address-sender {
  position: relative;
  z-index: 1;
}
.checkout-shipping-address .address-sender .radio {
  position: absolute;
  top: 9px;
}
.checkout-shipping-address .address-sender .radio ~ .shipping-address-item {
  left: 25px;
  padding: 0 0 25px 0;
}
.checkout-shipping-address .address-sender .radio ~ .shipping-address-item:before {
  content: none;
}
.checkout-shipping-address .default-shipping-address.address-sender ~ .new-address-popup {
  margin-left: 25px;
}
.blog-post-item-title {
  font-weight: bold;
  margin-bottom: 1rem;
  padding-top: 0;
  margin-top: 0;
}
.blog-post-item-title a {
  text-decoration: none;
}
.blog-post-item-meta {
  margin-bottom: 1.1rem;
}
.tag-items {
  margin: 0;
  padding: 0;
}
.tag-items .tag-item {
  list-style: none;
  display: inline-block;
}
.tag-items .tag-item .tag-item-link {
  background: #eee;
  border-radius: 3px 0 0 3px;
  color: #999;
  display: block;
  height: 28px;
  line-height: 26px;
  padding: 0 18px 0 21px;
  position: relative;
  margin: 0 10px 10px 0;
  text-decoration: none;
  -webkit-transition: color 0.2s;
}
.tag-items .tag-item .tag-item-link::before {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 1px rgba(0, 0, 0, 0.25);
  content: '';
  height: 6px;
  left: 8px;
  position: absolute;
  width: 6px;
  top: 10px;
}
.tag-items .tag-item .tag-item-link::after {
  background: #fff;
  border-bottom: 14px solid transparent;
  border-left: 12px solid #eee;
  border-top: 15px solid transparent;
  content: '';
  position: absolute;
  right: 0;
  top: 0;
}
.tag-items .tag-item .tag-item-link:hover {
  background-color: crimson;
  color: white;
}
.tag-items .tag-item .tag-item-link:hover::after {
  border-left-color: crimson;
}
.author-details {
  list-style-type: none;
  display: flex;
  background-color: rgba(246, 246, 246, 0.4);
  background: rgba(246, 246, 246, 0.4);
  padding: 8px;
}
.blog-post-list {
  list-style: none;
  padding: 0;
}
.blog-post-list .blog-post-list-item {
  margin-bottom: 2.2rem;
}
.blog-post-list .blog-post-list-item .blog-post-item-image {
  max-height: 250px;
  overflow: hidden;
  margin-bottom: 15px;
}
.blog-post-list .blog-post-list-item .blog-post-item-image .post-image {
  max-width: 100%;
}
.blog-post-list .blog-post-list-item .blog-post-item-short-content {
  display: block;
  overflow: hidden;
  max-height: 150px;
}
.blog-post-list .blog-post-list-item .blog-post-item-meta {
  color: #7a7a7a;
}
.blog-post-list .blog-post-list-item .read-more .post-link {
  color: #EB384B;
}
.post-items-widget-post-grid .blog-post-list-item {
  margin-bottom: 2.2rem;
}
.blog-post-info {
  padding: 0;
  margin-bottom: 1.1rem;
}
.blog-post-info li {
  list-style: none;
  display: inline-block;
}
.post-items {
  margin-top: 1rem;
  padding: 0 14px;
}
.post-detail-title h1 {
  margin-bottom: 10px;
}
.post-detail-content {
  margin-bottom: 1.5rem;
}
.topic-items {
  padding: 0;
}
.topic-items .topic-item {
  list-style: none;
  padding-bottom: 10px;
  border-bottom: 1px solid #f0f0f0;
}
.topic-items .topic-item a {
  font-size: 1.6rem;
  text-decoration: none;
  color: #666;
  text-transform: capitalize;
  padding-right: 10px;
}
.topic-items .topic-item a:hover {
  color: #272727;
  background: #e8e8e8;
}
.author-images {
  box-sizing: border-box;
  max-width: 200px;
}
.author-images .author-image {
  max-width: 150px;
}
.author-description {
  margin-left: 20px;
}
.author-description strong.author-full-name {
  display: block;
  width: 100%;
  font-size: 2rem;
  text-transform: capitalize;
}
.toolbar.review-toolbar {
  border: none;
}
.author-link .author-name {
  text-transform: capitalize;
  font-weight: 500;
}
/**
 * Owl Carousel v2.3.0
 * Copyright 2020 David Deutsch
 * Licensed under  ()
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel-categwidget {
  width: 100%;
  display: none;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel-categwidget > li,
.owl-carousel-categwidget > div {
  display: inline-block;
  vertical-align: top;
}
.owl-carousel-categwidget > li img,
.owl-carousel-categwidget > div img {
  width: 100%;
}
.owl-carousel-categwidget .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}
.owl-carousel-categwidget .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel-categwidget .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  transform: translate3d(0px, 0px, 0px);
}
.owl-carousel-categwidget .owl-wrapper,
.owl-carousel-categwidget .owl-item {
  -moz-backface-visibility: hidden;
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
}
.owl-carousel-categwidget .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel-categwidget .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel-categwidget .owl-nav.disabled,
.owl-carousel-categwidget .owl-dots.disabled {
  display: none;
}
.owl-carousel-categwidget .owl-nav .owl-prev,
.owl-carousel-categwidget .owl-nav .owl-next,
.owl-carousel-categwidget .owl-dot {
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel-categwidget .owl-nav button {
  opacity: 0;
  visibility: hidden;
  transition: all 250ms ease;
}
.owl-carousel-categwidget:hover .owl-nav button {
  opacity: 1;
  visibility: visible;
}
.owl-carousel-categwidget .owl-nav button.owl-prev,
.owl-carousel-categwidget .owl-nav button.owl-next,
.owl-carousel-categwidget button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel-categwidget.owl-loaded {
  display: block;
  position: relative;
  white-space: normal;
}
.owl-carousel-categwidget.owl-loaded > li,
.owl-carousel-categwidget.owl-loaded > div {
  display: block;
}
.owl-carousel-categwidget.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel-categwidget.owl-hidden {
  opacity: 0;
}
.owl-carousel-categwidget.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel-categwidget.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-categwidget.owl-grab {
  cursor: grab;
}
.owl-carousel-categwidget.owl-rtl {
  direction: rtl;
}
.owl-carousel-categwidget.owl-rtl .owl-item {
  float: right;
}
/* No Js */
.no-js .owl-carousel-categwidget {
  display: block;
}
/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel-categwidget .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel-categwidget .owl-animated-in {
  z-index: 0;
}
.owl-carousel-categwidget .owl-animated-out {
  z-index: 1;
}
.owl-carousel-categwidget .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@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-categwidget .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}
.owl-carousel-categwidget .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
/*
 *  Owl Carousel - Video Plugin
 */
.owl-carousel-categwidget .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel-categwidget .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("../../frontend/MageBig/martfury_wowshop02/en_US/css/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  backface-visibility: hidden;
  transition: -webkit-transform 100ms ease;
  transition: transform 100ms ease;
}
.owl-carousel-categwidget .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}
.owl-carousel-categwidget .owl-video-playing .owl-video-tn,
.owl-carousel-categwidget .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel-categwidget .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}
.owl-carousel-categwidget .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
/*
 *  Green theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav [class*='owl-'] {
  position: absolute;
  top: 50%;
  margin: 0;
  padding: 0;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  text-align: center;
  line-height: 40px;
  left: 0;
  border: none;
  border-radius: 0;
  background-color: rgba(0, 0, 0, 0.2);
  color: #ffffff;
  font-size: 20px;
  outline: none;
}
.owl-theme .owl-nav [class*='owl-']:hover {
  background: rgba(0, 0, 0, 0.5);
  color: #FFF;
  text-decoration: none;
}
.owl-theme .owl-nav .owl-next {
  left: auto;
  right: 0;
}
.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;
  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: #022335;
}
.category-products {
  position: relative;
}
.block-static {
  position: relative;
}
.cwiw {
  width: 100%;
  clear: both;
  float: none;
  text-align: center;
}
.cwiw .heading-section {
  padding: 15px 0;
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 30px;
  display: inline-block;
  width: 100%;
}
.cwiw .heading-section .title {
  font-size: 2.4rem;
  margin-right: 60px;
  vertical-align: middle;
  float: left;
}
.cwiw .categ-name {
  font-size: 14px;
}
.cwiw .owl-carousel-categwidget .owl-nav button {
  opacity: 1;
  visibility: visible;
  font-size: 30px;
  color: #ccc;
}
.cwiw .owl-carousel-categwidget .owl-nav button:hover {
  background: none;
  color: #000;
}
.cwiw .owl-carousel-categwidget .owl-nav .owl-next {
  left: auto;
  right: -40px;
}
.cwiw .owl-carousel-categwidget .owl-nav .owl-prev {
  left: -40px;
  right: auto;
}
.cwiw a:hover {
  text-decoration: none;
}
.categoryimage-block {
  max-width: 10%;
}
.categoryimage-block img {
  width: 100%;
}
.product-label-container {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
}
.product-label-grid-contain {
  position: absolute;
  top: 0px;
  right: 0;
  z-index: 11;
}
.product-label-grid-contain .label1,
.product-label-grid-contain .label2 {
  font-size: 12px;
  padding: 5px 10px;
  color: #ffffff;
  text-transform: uppercase;
  float: right;
  font-weight: 600;
}
.product-label-container .label1,
.product-label-container .label2 {
  font-size: 12px;
  padding: 5px 10px;
  color: #ffffff;
  text-transform: uppercase;
  float: right;
  font-weight: 600;
}
.product-label-grid-contain .label1,
.product-label-container .label1 {
  background: #f16905;
  border: 1px solid white;
  box-shadow: 0px 0px 6px 0px #3d3d3d;
}
@font-face {
  font-family: 'svgicons';
  src: url('../../frontend/MageBig/martfury_wowshop02/en_US/ForaStudio_AppleSignin/fonts/svgicons.woff2') format('woff2'), url('../../frontend/MageBig/martfury_wowshop02/en_US/ForaStudio_AppleSignin/fonts/svgicons.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: auto;
}
.clr {
  width: 100%;
  float: left;
}
.modal-inner-wrap.fs-social-popup {
  width: 80%;
  border: 0;
  border-radius: 8px;
  max-width: 650px;
  background: none;
  min-height: auto;
}
.modal-inner-wrap.fs-social-popup .modal-header {
  background: #fff;
  border-radius: 4px 4px 0px 0px;
  padding: 0;
}
.modal-inner-wrap.fs-social-popup .modal-header .action-close {
  display: block;
  border: #fff solid 0px;
  background: #000;
  margin: 16px 16px 0 0;
  border-radius: 100px;
  width: 26px;
  height: 26px;
  padding: 0;
  line-height: 20px;
  text-align: center;
  color: #fff;
}
.modal-inner-wrap.fs-social-popup .modal-header .action-close:before {
  line-height: 20px;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
}
.modal-inner-wrap.fs-social-popup .modal-header .modal-title {
  background: #e7e7e7;
  border-bottom: 1px solid #e6e6e6;
  border-radius: 4px 4px 0px 0px;
  display: block;
  padding: 14px 20px;
}
.modal-inner-wrap.fs-social-popup .modal-content {
  background: #fff;
  padding: 18px 40px 20px;
  border-radius: 0px 0px 4px 4px;
}
.modal-inner-wrap.fs-social-popup .modal-content #fs-login-form {
  float: left;
  width: 50%;
  position: relative;
  padding: 0 40px 0 0;
  border-right: 1px solid #ddd;
  box-sizing: border-box;
}
.modal-inner-wrap.fs-social-popup .modal-content #fs-login-form .form-list,
.modal-inner-wrap.fs-social-popup .modal-content #fs-login-form .AppleSignin-input-box {
  padding: 0 0 10px 0;
}
.modal-inner-wrap.fs-social-popup .modal-content #fs-login-form .form-list .login-label,
.modal-inner-wrap.fs-social-popup .modal-content #fs-login-form .AppleSignin-input-box .login-label {
  display: block;
}
.modal-inner-wrap.fs-social-popup .modal-content #fs-login-form .form-list .input-text,
.modal-inner-wrap.fs-social-popup .modal-content #fs-login-form .AppleSignin-input-box .input-text {
  border-radius: 2px;
  box-shadow: 0 2px 2px #e3e3e3 inset;
  font-family: inherit;
  font-size: 1.1em;
  height: 35px;
  margin: 0;
  padding: 5px 4px;
  width: 96%;
}
.modal-inner-wrap.fs-social-popup .modal-content #fs-login-form .form-list label.label:after,
.modal-inner-wrap.fs-social-popup .modal-content #fs-login-form .AppleSignin-input-box label.label:after,
.modal-inner-wrap.fs-social-popup .modal-content #fs-login-form .form-list label.required:after,
.modal-inner-wrap.fs-social-popup .modal-content #fs-login-form .AppleSignin-input-box label.required:after {
  color: red;
  content: " *";
  font-family: "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
}
.modal-inner-wrap.fs-social-popup .modal-content #fs-login-form .fs-login-popup-button {
  padding-top: 10px;
}
.modal-inner-wrap.fs-social-popup .modal-content #fs-login-form .fs-login-popup-button .pass-register {
  float: left;
  width: 100%;
  padding: 10px 0 16px 0;
}
.modal-inner-wrap.fs-social-popup .modal-content #fs-login-form .fs-login-popup-button .pass-register #fs-forgot-password {
  float: left;
}
.modal-inner-wrap.fs-social-popup .modal-content #fs-login-form .fs-login-popup-button .pass-register #fs-AppleSignin-create {
  float: left;
}
.modal-inner-wrap.fs-social-popup .modal-content #fs-login-form .fs-login-popup-button .pass-register span {
  float: left;
  color: #c1c1c1;
}
.modal-inner-wrap.fs-social-popup .modal-content #fs-login-form .form-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.modal-inner-wrap.fs-social-popup .modal-content #fs-login-form .form-list li .name-firstname {
  margin: 0 0 10px 0;
}
.modal-inner-wrap.fs-social-popup .modal-content #fs-login-form .form-list li .actions-toolbar {
  margin: 0;
}
.modal-inner-wrap.fs-social-popup .modal-content #fs-login-form .form-list li .actions-toolbar .fs-back {
  line-height: 32px;
}
.modal-inner-wrap.fs-social-popup .modal-content #fs-login-form .fs-forgot-user {
  margin: 0 0 30px 0;
}
.modal-inner-wrap.fs-social-popup .modal-content #fs-login-form .fs-forgot-user .fs-login-input-box {
  margin: 14px 0 6px 0;
}
.modal-inner-wrap.fs-social-popup .modal-content #fs-login-form .fs-forgot-user .primary {
  float: left;
  margin-right: 20px;
}
.modal-inner-wrap.fs-social-popup .modal-content #fs-login-form .fs-forgot-user .secondary {
  float: left;
}
.modal-inner-wrap.fs-social-popup .modal-content #fs-login-form .fs-forgot-user .secondary .fs-back {
  line-height: 32px;
}
.modal-inner-wrap.fs-social-popup .modal-content #fs-login-form .fs-login-user:after,
.modal-inner-wrap.fs-social-popup .modal-content #fs-login-form .fs-forgot-user:after {
  right: -15px;
  text-align: center;
  position: absolute;
  line-height: 28px;
  top: 116px;
  border-radius: 100px;
  background: #fff;
  width: 30px;
  height: 30px;
  content: "or";
  font-family: "Helvetica Neue", Verdana, Arial, sans-serif;
  color: #666;
  display: inline-block;
}
.modal-inner-wrap.fs-social-popup .modal-content #fs-login-form .fs-forgot-user:after {
  top: 100px;
}
.modal-inner-wrap.fs-social-popup .modal-content .fs-create-user.fs-register-user {
  float: left;
  width: 50%;
  position: relative;
  padding: 0 40px 0 0;
  border-right: 1px solid #ddd;
  box-sizing: border-box;
}
.modal-inner-wrap.fs-social-popup .modal-content .fs-create-user.fs-register-user .fs-login-form-popup .password-strength-meter {
  padding: 0 5px;
}
.modal-inner-wrap.fs-social-popup .modal-content .fs-create-user.fs-register-user .form-list,
.modal-inner-wrap.fs-social-popup .modal-content .fs-create-user.fs-register-user .AppleSignin-input-box {
  padding: 0 0 10px 0;
}
.modal-inner-wrap.fs-social-popup .modal-content .fs-create-user.fs-register-user .form-list .login-label,
.modal-inner-wrap.fs-social-popup .modal-content .fs-create-user.fs-register-user .AppleSignin-input-box .login-label {
  display: block;
}
.modal-inner-wrap.fs-social-popup .modal-content .fs-create-user.fs-register-user .form-list .input-text,
.modal-inner-wrap.fs-social-popup .modal-content .fs-create-user.fs-register-user .AppleSignin-input-box .input-text {
  border-radius: 2px;
  box-shadow: 0 2px 2px #e3e3e3 inset;
  font-family: inherit;
  font-size: 1.1em;
  height: 35px;
  margin: 0;
  padding: 5px 4px;
  width: 96%;
}
.modal-inner-wrap.fs-social-popup .modal-content .fs-create-user.fs-register-user .form-list label.label:after,
.modal-inner-wrap.fs-social-popup .modal-content .fs-create-user.fs-register-user .AppleSignin-input-box label.label:after,
.modal-inner-wrap.fs-social-popup .modal-content .fs-create-user.fs-register-user .form-list label.required:after,
.modal-inner-wrap.fs-social-popup .modal-content .fs-create-user.fs-register-user .AppleSignin-input-box label.required:after {
  color: red;
  content: " *";
  font-family: "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
}
.modal-inner-wrap.fs-social-popup .modal-content .fs-create-user.fs-register-user .fs-login-popup-button {
  padding-top: 10px;
}
.modal-inner-wrap.fs-social-popup .modal-content .fs-create-user.fs-register-user .fs-login-popup-button .pass-register {
  float: left;
  width: 100%;
  padding: 10px 0 16px 0;
}
.modal-inner-wrap.fs-social-popup .modal-content .fs-create-user.fs-register-user .fs-login-popup-button .pass-register #fs-forgot-password {
  float: left;
}
.modal-inner-wrap.fs-social-popup .modal-content .fs-create-user.fs-register-user .fs-login-popup-button .pass-register #fs-AppleSignin-create {
  float: left;
}
.modal-inner-wrap.fs-social-popup .modal-content .fs-create-user.fs-register-user .fs-login-popup-button .pass-register span {
  float: left;
  color: #c1c1c1;
}
.modal-inner-wrap.fs-social-popup .modal-content .fs-create-user.fs-register-user .form-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.modal-inner-wrap.fs-social-popup .modal-content .fs-create-user.fs-register-user .form-list li .name-firstname {
  margin: 0 0 10px 0;
}
.modal-inner-wrap.fs-social-popup .modal-content .fs-create-user.fs-register-user .form-list li .actions-toolbar {
  margin: 0;
}
.modal-inner-wrap.fs-social-popup .modal-content .fs-create-user.fs-register-user .form-list li .actions-toolbar .fs-back {
  line-height: 32px;
}
.modal-inner-wrap.fs-social-popup .modal-content .fs-create-user.fs-register-user .fs-forgot-user {
  margin: 0 0 30px 0;
}
.modal-inner-wrap.fs-social-popup .modal-content .fs-create-user.fs-register-user .fs-forgot-user .fs-login-input-box {
  margin: 14px 0 6px 0;
}
.modal-inner-wrap.fs-social-popup .modal-content .fs-create-user.fs-register-user .fs-forgot-user .primary {
  float: left;
  margin-right: 20px;
}
.modal-inner-wrap.fs-social-popup .modal-content .fs-create-user.fs-register-user .fs-forgot-user .secondary {
  float: left;
}
.modal-inner-wrap.fs-social-popup .modal-content .fs-create-user.fs-register-user .fs-forgot-user .secondary .fs-back {
  line-height: 32px;
}
.modal-inner-wrap.fs-social-popup .modal-content .fs-create-user.fs-register-user:after {
  right: -15px;
  text-align: center;
  position: absolute;
  line-height: 28px;
  top: 200px;
  border-radius: 100px;
  background: #fff;
  width: 30px;
  height: 30px;
  content: "or";
  font-family: "Helvetica Neue", Verdana, Arial, sans-serif;
  color: #666;
  display: inline-block;
}
.modal-inner-wrap.fs-social-popup .modal-content #fs-login-apple {
  float: right;
  width: 42%;
  box-sizing: border-box;
}
.modal-inner-wrap.fs-social-popup .modal-content #fs-login-apple .fs-login-h3 {
  border: 0;
  margin: 8px 0 12px;
  padding: 0 0 4px 0;
}
.modal-inner-wrap.fs-social-popup .modal-content #fs-login-apple .fs-login-apple {
  margin: 0 0 0px;
  padding: 0 0 0px;
  list-style: none;
  float: left;
}
.modal-inner-wrap.fs-social-popup .modal-content #fs-login-apple .fs-login-apple li {
  padding: 0 12px 0px 0;
  width: 220px;
}
.modal-inner-wrap.fs-social-popup .modal-content #fs-login-apple .fs-login-apple li button {
  width: 100%;
  background: #ccc;
  border-radius: 3px;
  text-align: left;
  float: left;
  line-height: 30px;
  color: #333;
  border: 0;
  height: 32px;
  padding: 0;
  margin: 0 0 10px 0;
}
.modal-inner-wrap.fs-social-popup .modal-content #fs-login-apple .fs-login-apple li button:hover {
  opacity: .9;
}
.modal-inner-wrap.fs-social-popup .modal-content #fs-login-apple .fs-login-apple li button:not(.primary) {
  box-shadow: 0 0px 0 0 #ffffff inset, 0 0px 0 0 rgba(204, 204, 204, 0.3) inset;
}
.modal-inner-wrap.fs-social-popup .modal-content #fs-login-apple .fs-login-apple li button span {
  padding: 0;
}
.modal-inner-wrap.fs-social-popup .modal-content #fs-login-apple .fs-login-apple li button span .fa {
  width: 32px;
  background: #b7b7b7;
  height: 32px;
  color: #333;
  font-size: 18px;
  float: left;
  padding: 0;
  text-align: center;
  line-height: 32px;
  border-radius: 3px 0 0 3px;
}
.modal-inner-wrap.fs-social-popup .modal-content #fs-login-apple .fs-login-apple li button span span {
  padding: 0 0 0 14px;
  float: left;
}
.modal-inner-wrap.fs-social-popup .modal-content #fs-login-apple .fs-login-apple-all {
  margin: 8px 0 6px;
  border-top: #ddd solid 1px;
  padding: 15px 0 0;
  list-style: none;
  width: 100% !important;
  float: left;
}
.modal-inner-wrap.fs-social-popup .modal-content #fs-login-apple .fs-login-apple-all li {
  display: block;
  margin: 0;
  padding: 0;
}
.modal-inner-wrap.fs-social-popup .modal-content #fs-login-apple .fs-login-apple-all li button {
  border-radius: 2px;
  background: #ccc;
  text-align: left;
  float: left;
  line-height: 30px;
  color: #333;
  border: 0;
  height: 32px;
  width: 32px;
  padding: 0;
  margin: 0 4px 4px 0;
}
.modal-inner-wrap.fs-social-popup .modal-content #fs-login-apple .fs-login-apple-all li button:hover {
  opacity: .9;
}
.modal-inner-wrap.fs-social-popup .modal-content #fs-login-apple .fs-login-apple-all li button:not(.primary) {
  box-shadow: 0 0px 0 0 #ffffff inset, 0 0px 0 0 rgba(204, 204, 204, 0.3) inset;
}
.modal-inner-wrap.fs-social-popup .modal-content #fs-login-apple .fs-login-apple-all li button span {
  padding: 0;
}
.modal-inner-wrap.fs-social-popup .modal-content #fs-login-apple .fs-login-apple-all li button span .fa {
  width: 32px;
  height: 32px;
  background: #b7b7b7;
  color: #333;
  font-size: 18px;
  float: left;
  padding: 0;
  text-align: center;
  line-height: 32px;
  border-radius: 3px;
}
.modal-inner-wrap.fs-social-popup .modal-content #fs-login-apple .fs-login-apple-all li button span span {
  padding: 0 0 0 14px;
  float: left;
  display: none;
}
.modal-inner-wrap.fs-social-popup .modal-content .fs-login-h3 {
  color: #666;
  font-family: "tahoma", Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  padding-bottom: 4px;
  text-rendering: optimizespeed;
  text-transform: uppercase;
  margin: 8px 0 12px 0;
}
.modal-inner-wrap.fs-social-popup .modal-content #fs-more-less {
  background: #333;
  border-radius: 2px;
  color: #fff;
  cursor: pointer;
  float: left;
  font-weight: bold;
  padding: 6px 10px;
  min-width: 110px;
}
.modal-inner-wrap.fs-social-popup .modal-content #fs-more-less.plus:before {
  background: #fff;
  border-radius: 100px;
  color: #333;
  content: "+";
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  height: 20px;
  line-height: 18px;
  margin: 0 8px 0 0;
  padding: 0;
  text-align: center;
  vertical-align: top;
  width: 20px;
}
.modal-inner-wrap.fs-social-popup .modal-content #fs-more-less.minus:before {
  background: #fff;
  border-radius: 100px;
  color: #333;
  content: "-";
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  height: 20px;
  line-height: 18px;
  margin: 0 8px 0 0;
  padding: 0;
  text-align: center;
  vertical-align: top;
  width: 20px;
}
#fs-login-apple {
  float: left;
  width: 100%;
  padding-bottom: 20px;
  padding-right: 27%;
  box-sizing: border-box;
}
#fs-login-apple .fs-login-h3 {
  border-bottom: #ddd solid 1px;
  margin: 20px 0 20px 0;
  padding: 0 0 12px;
}
#fs-login-apple .fs-login-apple {
  width: 100%;
  float: left;
  border-top: 1px solid #ccc;
  padding-top: 40px;
  margin-top: 40px;
}
#fs-login-apple .fs-login-apple li {
  padding: 0 5px;
  float: left;
  margin: 0;
  width: 50%;
  box-sizing: border-box;
}
#fs-login-apple .fs-login-apple li button {
  width: 100%;
  background: #ccc;
  border-radius: 3px;
  text-align: left;
  float: left;
  line-height: 45px;
  color: #333;
  height: 45px;
  padding: 0;
}
#fs-login-apple .fs-login-apple li button:hover {
  opacity: .9;
}
#fs-login-apple .fs-login-apple li button span {
  padding: 0;
}
#fs-login-apple .fs-login-apple li button span .fa {
  width: 50px;
  height: 45px;
  color: #333;
  background: #b7b7b7;
  font-size: 22px;
  float: left;
  padding: 0;
  text-align: center;
  line-height: 45px;
  border-radius: 3px 0 0 3px;
}
#fs-login-apple .fs-login-apple li button span span {
  padding: 0 0 0 20px;
  float: left;
  font-size: 14px;
  color: #333;
  font-weight: 500;
  letter-spacing: 0.5px;
}
#fs-login-apple .fs-login-apple-btn,
#fs-login-apple .fs-login-apple-all {
  margin: 8px 0 6px;
  border-top: #ddd solid 1px;
  padding: 15px 0 0;
  list-style: none;
  width: 100%;
  float: left;
}
#fs-login-apple .fs-login-apple-btn li,
#fs-login-apple .fs-login-apple-all li {
  display: block;
  margin: 0;
  padding: 0;
}
#fs-login-apple .fs-login-apple-btn li button,
#fs-login-apple .fs-login-apple-all li button {
  border-radius: 3px;
  background: #ccc;
  text-align: left;
  float: left;
  line-height: 30px;
  color: #333;
  border: 0;
  height: 32px;
  width: 32px;
  padding: 0;
  margin: 0 4px 4px 0;
}
#fs-login-apple .fs-login-apple-btn li button:hover,
#fs-login-apple .fs-login-apple-all li button:hover {
  opacity: .9;
}
#fs-login-apple .fs-login-apple-btn li button:not(.primary),
#fs-login-apple .fs-login-apple-all li button:not(.primary) {
  box-shadow: 0 0px 0 0 #ffffff inset, 0 0px 0 0 rgba(204, 204, 204, 0.3) inset;
}
#fs-login-apple .fs-login-apple-btn li button span,
#fs-login-apple .fs-login-apple-all li button span {
  padding: 0;
}
#fs-login-apple .fs-login-apple-btn li button span .fa,
#fs-login-apple .fs-login-apple-all li button span .fa {
  width: 32px;
  height: 32px;
  color: #333;
  background: #b7b7b7;
  font-size: 18px;
  float: left;
  padding: 0;
  text-align: center;
  line-height: 32px;
  border-radius: 3px;
}
#fs-login-apple .fs-login-apple-btn li button span span,
#fs-login-apple .fs-login-apple-all li button span span {
  padding: 0 0 0 14px;
  float: left;
  display: none;
}
#fs-login-apple #fs-more-less {
  background: #333;
  border-radius: 2px;
  color: #fff;
  cursor: pointer;
  float: left;
  display: block;
  margin: 0 0 0px 0;
  font-weight: bold;
  clear: both;
  padding: 6px 10px;
  min-width: 110px;
}
#fs-login-apple #fs-more-less.plus:before {
  background: #fff;
  border-radius: 100px;
  color: #333;
  content: "+";
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  height: 20px;
  line-height: 18px;
  margin: 0 8px 0 0;
  padding: 0;
  text-align: center;
  vertical-align: top;
  width: 20px;
}
#fs-login-apple #fs-more-less.minus:before {
  background: #fff;
  border-radius: 100px;
  color: #333;
  content: "-";
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  height: 20px;
  line-height: 18px;
  margin: 0 8px 0 0;
  padding: 0;
  text-align: center;
  vertical-align: top;
  width: 20px;
}
.modal-inner-wrap.fs-social-popup .modal-content #fs_popup.bottom #fs-login-form {
  width: 100%;
  padding: 0;
  margin: 0;
  border-bottom: 0;
  border-right: 0;
}
.modal-inner-wrap.fs-social-popup .modal-content #fs_popup.bottom #fs-login-form .fs-login-user:after,
.modal-inner-wrap.fs-social-popup .modal-content #fs_popup.bottom #fs-login-form .fs-forgot-user:after {
  left: 50%;
  bottom: -30px;
  right: inherit;
  top: inherit;
}
.modal-inner-wrap.fs-social-popup .modal-content #fs_popup.bottom .fs-create-user.fs-register-user {
  width: 100%;
  padding: 0 0 20px 0;
  margin: 0;
  border-right: 0;
  border-bottom: 0;
}
.modal-inner-wrap.fs-social-popup .modal-content #fs_popup.bottom .fs-create-user.fs-register-user:after {
  left: 50%;
  bottom: -30px;
  right: inherit;
  top: inherit;
}
.modal-inner-wrap.fs-social-popup .modal-content #fs_popup.bottom #fs-login-apple {
  width: 100%;
  border-top: 1px solid #dddddd;
  padding: 40px 0 0;
  margin: 16px 0 0;
}
.modal-inner-wrap.fs-social-popup .modal-content #fs_popup.top #fs-login-form {
  width: 100%;
  padding: 0;
  margin: 0;
  border-bottom: 0;
  border-right: 0;
}
.modal-inner-wrap.fs-social-popup .modal-content #fs_popup.top #fs-login-form .fs-login-user:after,
.modal-inner-wrap.fs-social-popup .modal-content #fs_popup.top #fs-login-form .fs-forgot-user:after {
  left: 50%;
  bottom: -30px;
  right: inherit;
  top: inherit;
}
.modal-inner-wrap.fs-social-popup .modal-content #fs_popup.top .fs-create-user.fs-register-user {
  width: 100%;
  padding: 0;
  margin: 0;
  border-right: 0;
  border-bottom: 0;
}
.modal-inner-wrap.fs-social-popup .modal-content #fs_popup.top .fs-create-user.fs-register-user:after {
  left: 50%;
  bottom: -30px;
  right: inherit;
  top: inherit;
}
.modal-inner-wrap.fs-social-popup .modal-content #fs_popup.top #fs-login-apple {
  width: 100%;
  border-top: 1px solid #dddddd;
  padding: 40px 0 0;
  margin: 16px 0 0;
}
.modal-inner-wrap.fs-social-popup .modal-content #fs_popup.top #fs-login-form {
  width: 100%;
  padding: 0;
  margin: 0;
  border-bottom: 0;
  border-right: 0;
}
.modal-inner-wrap.fs-social-popup .modal-content #fs_popup.top #fs-login-form .fs-login-user:after,
.modal-inner-wrap.fs-social-popup .modal-content #fs_popup.top #fs-login-form .fs-forgot-user:after {
  left: 50%;
  bottom: inherit;
  right: inherit;
  top: -43px;
}
.modal-inner-wrap.fs-social-popup .modal-content #fs_popup.top .fs-create-user.fs-register-user {
  width: 100%;
  padding: 0 0 26px 0;
  margin: 0;
  border-right: 0;
  border-bottom: 0;
}
.modal-inner-wrap.fs-social-popup .modal-content #fs_popup.top .fs-create-user.fs-register-user:after {
  left: 50%;
  bottom: inherit;
  right: inherit;
  top: -43px;
}
.modal-inner-wrap.fs-social-popup .modal-content #fs_popup.top #fs-login-apple {
  width: 100%;
  border-top: 0;
  border-bottom: 1px solid #dddddd;
  padding: 0 0 40px;
  margin: 0 0 26px;
}
.modal-inner-wrap.fs-social-popup .modal-content #fs_popup.left #fs-login-form {
  width: 52%;
  padding: 0 0 0 40px;
  margin: 0;
  border-bottom: 0;
  border-right: 0;
  border-left: 1px solid #dddddd;
}
.modal-inner-wrap.fs-social-popup .modal-content #fs_popup.left #fs-login-form .fs-login-user,
.modal-inner-wrap.fs-social-popup .modal-content #fs_popup.left #fs-login-form .fs-forgot-user {
  min-height: 324px;
}
.modal-inner-wrap.fs-social-popup .modal-content #fs_popup.left #fs-login-form .fs-login-user:after,
.modal-inner-wrap.fs-social-popup .modal-content #fs_popup.left #fs-login-form .fs-forgot-user:after {
  bottom: inherit;
  left: -15px;
  top: 50%;
  right: inherit;
}
.modal-inner-wrap.fs-social-popup .modal-content #fs_popup.left .fs-create-user.fs-register-user {
  width: 52%;
  padding: 0 0 26px 40px;
  margin: 0;
  border-right: 0;
  border-bottom: 0;
  border-left: 1px solid #dddddd;
}
.modal-inner-wrap.fs-social-popup .modal-content #fs_popup.left .fs-create-user.fs-register-user:after {
  left: 50%;
  bottom: inherit;
  left: -15px;
  top: 50%;
  right: inherit;
}
.modal-inner-wrap.fs-social-popup .modal-content #fs_popup.left #fs-login-apple {
  width: 48%;
  float: left;
  border-top: 0;
  border-bottom: 0px solid #dddddd;
  padding: 0 0 40px;
  margin: 0 0 26px;
}
@media only screen and (max-width: 768px) {
  .social-popup.modal-popup.modal-slide {
    left: 0;
  }
  .modal-popup.modal-slide._inner-scroll .modal-inner-wrap.fs-social-popup {
    min-height: auto;
    border-radius: 4px;
    margin: 14px;
    max-width: 740px;
  }
  .modal-popup.modal-slide._inner-scroll .modal-inner-wrap.fs-social-popup .modal-content #fs_popup.left #fs-login-apple {
    width: 100%;
    border-bottom: 1px solid #dddddd;
  }
  .modal-popup.modal-slide._inner-scroll .modal-inner-wrap.fs-social-popup .modal-content #fs_popup.left #fs-login-apple:after {
    top: inherit;
    bottom: -15px;
  }
  .modal-popup.modal-slide._inner-scroll .modal-inner-wrap.fs-social-popup .modal-content #fs_popup.left #fs-login-form {
    width: 100%;
    padding: 0;
    border: 0;
  }
  .modal-popup.modal-slide._inner-scroll .modal-inner-wrap.fs-social-popup .modal-content #fs_popup.left .fs-create-user.fs-register-user {
    border-left: 0;
    padding: 0 0 26px;
    width: 100%;
  }
  .modal-popup.modal-slide._inner-scroll .modal-inner-wrap.fs-social-popup .modal-content #fs_popup.top #fs-login-apple:after {
    top: inherit;
    bottom: -15px;
  }
  .modal-popup.modal-slide._inner-scroll .modal-title {
    font-size: 24px;
    font-weight: normal;
    line-height: 30px;
  }
  .modal-popup.modal-slide._inner-scroll .modal-content {
    padding: 18px 26px 20px;
  }
  .modal-popup.modal-slide._inner-scroll .modal-content #fs-login-form {
    border: 0;
    padding: 0;
    width: 100%;
  }
  .modal-popup.modal-slide._inner-scroll .modal-content #fs-login-form .fs-login-user:after,
  .modal-popup.modal-slide._inner-scroll .modal-content #fs-login-form .fs-forgot-user:after {
    display: none;
  }
  .modal-popup.modal-slide._inner-scroll .modal-content #fs-login-form .fs-login-user .form-list,
  .modal-popup.modal-slide._inner-scroll .modal-content #fs-login-form .fs-forgot-user .form-list,
  .modal-popup.modal-slide._inner-scroll .modal-content #fs-login-form .fs-login-user .AppleSignin-input-box,
  .modal-popup.modal-slide._inner-scroll .modal-content #fs-login-form .fs-forgot-user .AppleSignin-input-box {
    padding: 0 0 10px 0;
  }
  .modal-popup.modal-slide._inner-scroll .modal-content #fs-login-form .fs-login-user .form-list .input-text,
  .modal-popup.modal-slide._inner-scroll .modal-content #fs-login-form .fs-forgot-user .form-list .input-text,
  .modal-popup.modal-slide._inner-scroll .modal-content #fs-login-form .fs-login-user .AppleSignin-input-box .input-text,
  .modal-popup.modal-slide._inner-scroll .modal-content #fs-login-form .fs-forgot-user .AppleSignin-input-box .input-text {
    width: 100%;
  }
  .modal-popup.modal-slide._inner-scroll .modal-content .fs-create-user.fs-register-user {
    border: 0;
    padding: 0 0 0 0;
    width: 100%;
  }
  .modal-popup.modal-slide._inner-scroll .modal-content .fs-create-user.fs-register-user .form-list,
  .modal-popup.modal-slide._inner-scroll .modal-content .fs-create-user.fs-register-user .AppleSignin-input-box {
    padding: 0 0 10px 0;
  }
  .modal-popup.modal-slide._inner-scroll .modal-content .fs-create-user.fs-register-user .form-list .input-text,
  .modal-popup.modal-slide._inner-scroll .modal-content .fs-create-user.fs-register-user .AppleSignin-input-box .input-text {
    width: 100%;
  }
  .modal-popup.modal-slide._inner-scroll .modal-content .fs-create-user.fs-register-user:after {
    display: none;
  }
  .modal-popup.modal-slide._inner-scroll .modal-content #fs-login-apple {
    width: 100%;
    border-top: 1px solid #ddd;
    margin: 16px 0 0 0;
    padding: 20px 0 0 0;
    position: relative;
  }
  .modal-popup.modal-slide._inner-scroll .modal-content #fs-login-apple .fs-login-apple {
    width: 100%;
  }
  .modal-popup.modal-slide._inner-scroll .modal-content #fs-login-apple .fs-login-apple-all {
    width: 100%;
  }
  .modal-popup.modal-slide._inner-scroll .modal-content #fs-login-apple #fs-more-less {
    clear: both;
  }
  .modal-popup.modal-slide._inner-scroll .modal-content #fs-login-apple:after {
    left: 50%;
    text-align: center;
    position: absolute;
    line-height: 28px;
    top: -16px;
    margin: 0 0 0 -15px;
    border-radius: 100px;
    background: #fff;
    width: 30px;
    height: 30px;
    content: "or";
    font-family: "Helvetica Neue", Verdana, Arial, sans-serif;
    color: #666;
    display: inline-block;
  }
}
#apple_btn {
  border: 1px solid #507cbe;
}
#google_btn {
  border: 1px solid #de4b39;
}
#google_btn .fa {
  background: #de4b39 url('../../frontend/MageBig/martfury_wowshop02/en_US/images/gplus.png') no-repeat center center !important;
}
#remember-me-box {
  margin-top: 20px;
  width: 100%;
  float: left;
}
#remember-me-box .label {
  box-sizing: border-box;
  padding-right: 0;
}
#remember-me-box .label span {
  font-size: 15px;
  color: #333;
}
#remember-me-box .label:before {
  background: #fff;
}
.customer-account-create #fs-login-apple {
  padding-right: 0;
}
.customer-account-create #fs-login-apple .fs-login-apple {
  border-bottom: 1px solid #ccc;
  padding-bottom: 40px;
  margin-bottom: 10px;
  border-top: 0;
  padding-top: 0;
}
@media (max-width: 1300px) {
  #fs-login-apple,
  .info-safe {
    padding-right: 0 !important;
  }
}
@media (max-width: 1023px) {
  #fs-login-apple .fs-login-apple li {
    width: 100%;
    padding: 0 0 20px 0;
  }
}
.customer-account-login #fs-login-apple {
  display: block !important;
}
/**
 * Owl Carousel v2.3.0
 * Copyright 2020 David Deutsch
 * Licensed under  ()
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel-categwidget {
  width: 100%;
  display: none;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel-categwidget > li,
.owl-carousel-categwidget > div {
  display: inline-block;
  vertical-align: top;
}
.owl-carousel-categwidget > li img,
.owl-carousel-categwidget > div img {
  width: 100%;
}
.owl-carousel-categwidget .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}
.owl-carousel-categwidget .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel-categwidget .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  transform: translate3d(0px, 0px, 0px);
}
.owl-carousel-categwidget .owl-wrapper,
.owl-carousel-categwidget .owl-item {
  -moz-backface-visibility: hidden;
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
}
.owl-carousel-categwidget .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel-categwidget .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel-categwidget .owl-nav.disabled,
.owl-carousel-categwidget .owl-dots.disabled {
  display: none;
}
.owl-carousel-categwidget .owl-nav .owl-prev,
.owl-carousel-categwidget .owl-nav .owl-next,
.owl-carousel-categwidget .owl-dot {
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel-categwidget .owl-nav button {
  opacity: 0;
  visibility: hidden;
  transition: all 250ms ease;
}
.owl-carousel-categwidget:hover .owl-nav button {
  opacity: 1;
  visibility: visible;
}
.owl-carousel-categwidget .owl-nav button.owl-prev,
.owl-carousel-categwidget .owl-nav button.owl-next,
.owl-carousel-categwidget button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel-categwidget.owl-loaded {
  display: block;
  position: relative;
  white-space: normal;
}
.owl-carousel-categwidget.owl-loaded > li,
.owl-carousel-categwidget.owl-loaded > div {
  display: block;
}
.owl-carousel-categwidget.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel-categwidget.owl-hidden {
  opacity: 0;
}
.owl-carousel-categwidget.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel-categwidget.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-categwidget.owl-grab {
  cursor: grab;
}
.owl-carousel-categwidget.owl-rtl {
  direction: rtl;
}
.owl-carousel-categwidget.owl-rtl .owl-item {
  float: right;
}
/* No Js */
.no-js .owl-carousel-categwidget {
  display: block;
}
/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel-categwidget .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel-categwidget .owl-animated-in {
  z-index: 0;
}
.owl-carousel-categwidget .owl-animated-out {
  z-index: 1;
}
.owl-carousel-categwidget .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@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-categwidget .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}
.owl-carousel-categwidget .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
/*
 *  Owl Carousel - Video Plugin
 */
.owl-carousel-categwidget .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel-categwidget .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("../../frontend/MageBig/martfury_wowshop02/en_US/css/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  backface-visibility: hidden;
  transition: -webkit-transform 100ms ease;
  transition: transform 100ms ease;
}
.owl-carousel-categwidget .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}
.owl-carousel-categwidget .owl-video-playing .owl-video-tn,
.owl-carousel-categwidget .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel-categwidget .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}
.owl-carousel-categwidget .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
/*
 *  Green theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav [class*='owl-'] {
  position: absolute;
  top: 50%;
  margin: 0;
  padding: 0;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  text-align: center;
  line-height: 40px;
  left: 0;
  border: none;
  border-radius: 0;
  background-color: rgba(0, 0, 0, 0.2);
  color: #ffffff;
  font-size: 20px;
  outline: none;
}
.owl-theme .owl-nav [class*='owl-']:hover {
  background: rgba(0, 0, 0, 0.5);
  color: #FFF;
  text-decoration: none;
}
.owl-theme .owl-nav .owl-next {
  left: auto;
  right: 0;
}
.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;
  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: #022335;
}
.category-products {
  position: relative;
}
.block-static {
  position: relative;
}
.onair-channel-list-widget {
  background: #d7d7d7;
  width: 100%;
  display: flex;
}
.onair-widget-block {
  padding-top: 30px;
}
.onair-widget-block .close-live-video-home {
  padding: 1px 7px;
  height: 25px;
  width: 25px;
  border-radius: 15px;
  display: block;
  position: relative;
  top: -230px;
  left: 94%;
  z-index: 99999;
  background-color: red;
  color: #fff;
  font-weight: 500;
}
.onair-channel-list-widget img {
  object-fit: contain;
  width: 100%;
  height: 50px;
}
.onair-product-box {
  border: 1px solid #e6dada;
  min-height: 228px;
  min-width: 50%;
  max-width: 50%;
  max-height: 228px;
  margin-top: 10px;
  display: block;
  position: relative;
  z-index: 1;
}
.onair-product-box .onair-product-name-block {
  height: 80px;
  overflow: hidden;
}
.onair-product-box .live-play-button {
  width: 45px;
  height: 45px;
  border: 2px solid #000;
  position: absolute;
  bottom: 5px;
  left: 5px;
  border-radius: 25px;
  padding: 10px 12px;
  cursor: pointer;
}
.onair-product-box .play-button-div {
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 20px solid #ea3b4b;
}
.onair-product-box .onair-prod-mainimage {
  width: 90%;
  position: relative;
  left: 0;
  top: 0;
  margin-left: 5%;
}
.onair-label-image {
  position: absolute;
  left: 0px;
  top: 0px;
  background: #ea3b4b;
  color: white;
  padding: 3px;
  z-index: 10;
}
.onair-product-details {
  padding: 20px 10px;
}
.onair-discount-price {
  color: #ea3b4b;
  font-size: 22px;
}
.onair-original-price {
  text-decoration: line-through;
}
.onair-discount-label {
  background: #fbaf44;
  border-radius: 3px;
  font-size: 16px;
  font-weight: 700;
  max-width: max-content;
  padding: 5px;
  display: block;
  color: #383838;
}
.onair-product-name {
  color: #41a6ff;
}
.onair-timelimit {
  color: #000;
  font-weight: 800;
  font-size: 20px;
}
.onair-timelimit span {
  color: #ea3b4b;
}
.active-channel {
  border-bottom: 3px solid #ea3b4b;
}
.tv-schedule-container {
  padding: 25px 0px;
}
.tv-schedule-container .onair-date-table tr {
  border: 1px solid #d7d7d7;
  text-align: center;
  font-weight: 700;
  width: 100%;
}
.tv-schedule-container .onair-date-table .onair-active {
  background: #d7d7d7;
}
.tv-schedule-container .tvschedule-channel-list {
  background: #d7d7d7;
  display: flex;
}
.tv-schedule-container .tvschedule-channel-list img {
  width: 100%;
  max-width: 77px;
}
.tv-schedule-container .onair-live-section {
  padding-top: 25px;
}
.tv-schedule-container .onair-live-section .onair-live-box {
  border: 1px solid #d7d7d7;
  min-width: 100%;
  min-height: 350px;
  padding: 10px;
}
.tv-schedule-container .onair-live-section .onair-live-box .onair-live-label {
  left: 0px;
  top: 0px;
  background: #ea3b4b;
  color: white;
  padding: 3px 10px;
  z-index: 10;
  border-radius: 5px;
}
.tv-schedule-container .onair-live-section .onair-live-box .onair-live-time {
  font-weight: 700;
}
.tv-schedule-container .onair-live-section .onair-live-box .preview_image {
  min-width: 100%;
  margin-top: 15px;
}
.tv-schedule-container .onair-live-section #onair-live-product-section {
  border: 1px solid #d7d7d7;
  padding: 10px;
  min-width: 100%;
  min-height: 350px;
}
.tv-schedule-container .onair-live-section #onair-live-product-section .onair-live-product-image {
  margin: 0 auto;
  text-align: center;
}
.tv-schedule-container .onair-live-section #onair-live-product-section .onair-live-product-image img {
  max-width: 150px;
  width: 100%;
}
.tv-schedule-container .onair-live-section #onair-live-product-section .onair-timelimit {
  min-width: 100%;
  text-align: center;
}
.tv-schedule-container .next-airing-section {
  padding-top: 25px;
}
.tv-schedule-container .next-airing-section .onair-live-label {
  left: 0px;
  top: 0px;
  background: #ea3b4b;
  color: white;
  padding: 3px 10px;
  z-index: 10;
  border-radius: 5px;
}
.tv-schedule-container .next-airing-section #onair-next-airing-productlist {
  padding: 15px 0;
}
.tv-schedule-container .next-airing-section #onair-next-airing-productlist .next-airing-product-image {
  margin: 0 auto;
  text-align: center;
}
.tv-schedule-container .next-airing-section #onair-next-airing-productlist .next-airing-product-image img {
  width: 100%;
}
.tv-schedule-container .previously-aired-section {
  padding-top: 25px;
}
.tv-schedule-container .previously-aired-section .onair-live-label {
  left: 0px;
  top: 0px;
  background: #ea3b4b;
  color: white;
  padding: 3px 10px;
  z-index: 10;
  border-radius: 5px;
}
.tv-schedule-container .previously-aired-section #onair-previously-aired-productlist {
  padding: 15px 0;
}
.tv-schedule-container .previously-aired-section #onair-previously-aired-productlist .previous-aired-product-image {
  margin: 0 auto;
  text-align: center;
}
.tv-schedule-container .previously-aired-section #onair-previously-aired-productlist .previous-aired-product-image img {
  width: 100%;
}
.tv-schedule-container .main-onair-area .bordered-box {
  border: 1px solid #a2a2a2;
  width: 45%;
  margin: 15px;
  padding: 10px;
  min-height: 100%;
}
.tv-schedule-container .main-onair-area .bordered-box .onair-top-label-container {
  display: none;
  position: absolute;
  z-index: 999;
}
.tv-schedule-container .main-onair-area .bordered-box .onair-top-label-container .onair-live-label {
  left: 0px;
  top: 0px;
  background: #ea3b4b;
  color: white;
  padding: 3px 10px;
  z-index: 10;
  border-radius: 5px;
}
.tv-schedule-container .main-onair-area .bordered-box .onair-top-label-container .onair-live-time {
  font-weight: 700;
}
.tv-schedule-container .main-onair-area .bordered-box .play-onair {
  display: none;
  border: 2px solid #000;
  border-radius: 20px;
  width: 35px;
  height: 35px;
  position: absolute;
  bottom: 25px;
  padding: 6px 8px;
}
.tv-schedule-container .main-onair-area .bordered-box .play-onair .arrow-right {
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 20px solid #ea3b4b;
}
.tv-schedule-container .main-onair-area .bordered-box .onair-productimage-contain img {
  width: 100%;
}
.tv-schedule-container .main-onair-area .bordered-box .onair-live-product-section {
  min-height: 100%;
}
.tv-schedule-container .main-onair-area .bordered-box .onair-live-product-section .productname-tvschedule {
  font-size: 32px;
  font-weight: 500;
}
.tv-schedule-container .main-onair-area .bordered-box .onair-live-product-section .tvschedule-price-container {
  margin-top: 20px;
  min-width: 100%;
}
.tv-schedule-container .main-onair-area .bordered-box .onair-live-product-section .tvschedule-price-container .tvschedule-discount,
.tv-schedule-container .main-onair-area .bordered-box .onair-live-product-section .tvschedule-price-container .tvschedule-prices {
  display: inline-table;
}
.tv-schedule-container .main-onair-area .bordered-box .onair-live-product-section .tvschedule-price-container .tvschedule-prices .onair-discount-price,
.tv-schedule-container .main-onair-area .bordered-box .onair-live-product-section .tvschedule-price-container .tvschedule-prices .onair-original-price {
  line-height: 0px;
  position: absolute;
}
.tv-schedule-container .main-onair-area .bordered-box .onair-live-product-section .tvschedule-price-container .tvschedule-prices .onair-discount-price {
  color: #000;
  font-weight: 600;
  font-size: 32px;
}
.tv-schedule-container .main-onair-area .bordered-box .onair-live-product-section .tvschedule-price-container .tvschedule-prices .onair-original-price {
  text-decoration: line-through;
  color: #aeaeae;
  font-size: 18px;
  font-weight: 500;
}
.tv-schedule-container .main-onair-area .bordered-box .onair-live-product-section .onair-product-details {
  min-height: 100%;
}
.tv-schedule-container .main-onair-area .bordered-box .tvsched-timer-container {
  width: 100%;
}
.tv-schedule-container .main-onair-area .bordered-box .tvsched-timer-container .tvschedule-timer {
  position: relative;
  bottom: 65px;
  text-align: center;
  width: 80%;
  margin: 0 auto;
  background: #ea3b4b;
  color: #fff;
  padding: 20px 0;
}
.tv-schedule-container .main-onair-area .bordered-box .tvsched-timer-container .tvschedule-timer .onair-timelimit {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
}
.tv-schedule-container .main-onair-area .bordered-box .tvsched-timer-container .tvschedule-timer .onair-timelimit .remainTime {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
}
.onair-date-table a {
  cursor: pointer;
}
.tvschedule-channel-list a {
  cursor: pointer;
}
.onair-row-product-name {
  min-height: 50px;
  max-height: 50px;
  overflow: hidden;
}
.product-discount-label-container {
  background: #FBAF43;
  font-size: 18px;
  -webkit-border-radius: 5px;
  line-height: 20px;
  font-weight: 700;
  padding: 2px 10px;
  display: block;
  width: 100px;
  color: #383838;
}
.sale-countdown {
  margin: 0 -5px;
}
.sale-countdown > div {
  display: inline-block;
  padding: 0 5px;
}
.sale-countdown.style-box {
  margin: 0 -15px;
}
.sale-countdown.style-box > div {
  padding: 0 15px;
  position: relative;
}
.sale-countdown.style-box > div:before {
  content: ':';
  position: absolute;
  right: -1px;
  line-height: 55px;
}
.sale-countdown.style-box > div:last-child:before {
  display: none;
}
.sale-countdown.style-box .num {
  color: red;
  min-width: 55px;
  height: 55px;
  border: 1px solid #d9d9d9;
  line-height: 53px;
  font-weight: 500;
  font-size: 25px;
  display: inline-block;
  text-align: center;
}
.sale-countdown.style-box .unit {
  font-size: 14px;
  color: #666666;
  text-align: center;
  display: block;
}
@media (max-width: 991px) {
  .product-promo-wrap .widget-sidebar {
    margin-top: 30px;
  }
  .sale-countdown.style-box {
    margin: 0 -10px;
  }
  .sale-countdown.style-box > div {
    padding: 0 10px;
  }
  .sale-countdown.style-box .num {
    min-width: 40px;
    height: 40px;
    line-height: 38px;
    font-weight: 500;
    font-size: 16px;
  }
  .sale-countdown.style-box > div:before {
    line-height: 40px;
  }
  .widget-sidebar .heading-title {
    font-size: 18px;
    padding-top: 5px;
  }
  .product-item.single-discount .product-item-name {
    font-size: 16px;
    max-resolution: 15px;
  }
  .product-promo-wrap .widget-sidebar,
  .product-promo-wrap .widget-gallery-image {
    height: auto;
  }
  .widget-product .heading-title,
  .block-main-product .top-title .title {
    font-size: 18px;
  }
}
.gs-hotdeals-timer {
  display: inline-block;
}
.gs-hotdeals-timer .gs-timer-block {
  display: inline-block;
  background-color: #f14705;
  padding: 2px 10px;
  color: #ffffff;
  border-radius: 2px;
  vertical-align: middle;
  width: 180px;
}
.gs-hotdeals-timer .gs-timer-block div {
  display: inline-block;
  position: relative;
}
.order-tracking {
  display: block;
}
.cart-message-special {
  margin: 15px 0;
  font-size: 14px;
  font-weight: 600;
}
.cart-message-special .message-box {
  text-align: center;
  padding: 10px;
  border-radius: 5px;
}
.cart-message-special .success {
  background-color: #dcffd4;
  border: 1px dashed #16ad13;
}
.cart-message-special .warning {
  background: #ffe2d4;
  border: 1px dashed #ff0000;
}
.property-contact-container #contact-container .alert .alert-danger {
  background-color: #ffaaaa;
  padding: 10px;
}
.property-contact-container #contact-container .alert .alert-success {
  background-color: #aaffbe;
  padding: 10px;
}
.loading-mask .loader {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -15px;
  margin-left: -15px;
  width: 30px;
  height: 30px;
  border: 2px dashed #1979c3;
  border-radius: 100%;
  animation: loadingD 1.5s 0.3s cubic-bezier(0.17, 0.37, 0.43, 0.67) infinite;
  content: '';
}
.loading-mask .loader img {
  display: none;
}
@keyframes loadingD {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  display: none;
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.white-popup {
  background: #fff;
}
.mfp-container {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0;
  box-sizing: border-box;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  padding: 30px 15px;
  z-index: 1045;
  box-sizing: border-box;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  text-indent: 9999px;
}
.mfp-close:before {
  content: '×';
  text-indent: 0;
  float: left;
  width: 100%;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
  display: inline-block;
}
/*.mfp-figure:after {
        content: '';
        position: absolute;
        left: 0;
        top: 40px;
        bottom: 40px;
        display: block;
        right: 0;
        width: auto;
        height: auto;
        z-index: -1;
        box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
        background: #444;
    }*/
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
  position: relative;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
  width: 100%;
  text-align: center;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
             * Remove all paddings around the image on small screen
             */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/**
     * Fade-zoom animation for first dialog
     */
/* start state */
.mfp-zoom-in .zoom-anim-dialog {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}
/* animate in */
.mfp-zoom-in.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
/* animate out */
.mfp-zoom-in.mfp-removing .zoom-anim-dialog {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
}
/* Dark overlay, start state */
.mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
/* animate in */
.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}
/* animate out */
.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}
/**
     * Fade-move animation for second dialog
     */
/* at start */
.mfp-slide-bottom .zoom-anim-dialog {
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -moz-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -ms-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -o-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  transform: translateY(-20px) perspective(600px) rotateX(10deg);
}
/* animate in */
.mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  -webkit-transform: translateY(0) perspective(600px) rotateX(0);
  -moz-transform: translateY(0) perspective(600px) rotateX(0);
  -ms-transform: translateY(0) perspective(600px) rotateX(0);
  -o-transform: translateY(0) perspective(600px) rotateX(0);
  transform: translateY(0) perspective(600px) rotateX(0);
}
/* animate out */
.mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
  opacity: 0;
  -webkit-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -moz-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -ms-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -o-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  transform: translateY(-10px) perspective(600px) rotateX(10deg);
}
/* Dark overlay, start state */
.mfp-slide-bottom.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
/* animate in */
.mfp-slide-bottom.mfp-ready.mfp-bg {
  opacity: 0.8;
}
/* animate out */
.mfp-slide-bottom.mfp-removing.mfp-bg {
  opacity: 0;
}
.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1);
}
.mfp-newspaper {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-newspaper .mfp-with-anim {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.5s;
  transform: scale(0) rotate(500deg);
}
.mfp-newspaper.mfp-bg {
  opacity: 0;
  transition: all 0.5s;
}
.mfp-newspaper.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1) rotate(0deg);
}
.mfp-newspaper.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-newspaper.mfp-removing .mfp-with-anim {
  transform: scale(0) rotate(500deg);
  opacity: 0;
}
.mfp-newspaper.mfp-removing.mfp-bg {
  opacity: 0;
}
.mfp-move-horizontal {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-move-horizontal .mfp-with-anim {
  opacity: 0;
  transition: all 0.3s;
  transform: translateX(-50px);
}
.mfp-move-horizontal.mfp-bg {
  opacity: 0;
  transition: all 0.3s;
}
.mfp-move-horizontal.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: translateX(0);
}
.mfp-move-horizontal.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-move-horizontal.mfp-removing .mfp-with-anim {
  transform: translateX(50px);
  opacity: 0;
}
.mfp-move-horizontal.mfp-removing.mfp-bg {
  opacity: 0;
}
.mfp-move-from-top {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-move-from-top .mfp-with-anim {
  opacity: 0;
  transition: all 0.2s;
  transform: translateY(-100px);
}
.mfp-move-from-top.mfp-bg {
  opacity: 0;
  transition: all 0.2s;
}
.mfp-move-from-top.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: translateY(0);
}
.mfp-move-from-top.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-move-from-top.mfp-removing .mfp-with-anim {
  transform: translateY(-50px);
  opacity: 0;
}
.mfp-move-from-top.mfp-removing.mfp-bg {
  opacity: 0;
}
.mfp-3d-unfold {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-3d-unfold .mfp-content {
  perspective: 2000px;
}
.mfp-3d-unfold .mfp-with-anim {
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transform-style: preserve-3d;
  transform: rotateY(-60deg);
}
.mfp-3d-unfold.mfp-bg {
  opacity: 0;
  transition: all 0.5s;
}
.mfp-3d-unfold.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: rotateY(0deg);
}
.mfp-3d-unfold.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-3d-unfold.mfp-removing .mfp-with-anim {
  transform: rotateY(60deg);
  opacity: 0;
}
.mfp-3d-unfold.mfp-removing.mfp-bg {
  opacity: 0;
}
.mfp-zoom-out .mfp-with-anim {
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transform: scale(1.3);
}
.mfp-zoom-out.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.mfp-zoom-out.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1);
}
.mfp-zoom-out.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-zoom-out.mfp-removing .mfp-with-anim {
  transform: scale(1.3);
  opacity: 0;
}
.mfp-zoom-out.mfp-removing.mfp-bg {
  opacity: 0;
}
.mfp-preloader {
  color: #CCC;
  top: 50%;
  text-align: center;
  z-index: 1044;
  width: 30px;
  height: 30px;
  background-color: #FFF;
  opacity: 1;
  position: absolute;
  left: 50%;
  margin-top: -15px;
  margin-left: -15px;
  -webkit-animation: rotateplane 1.2s infinite ease-in-out;
  animation: rotateplane 1.2s infinite ease-in-out;
}
@-webkit-keyframes rotateplane {
  0% {
    -webkit-transform: perspective(120px);
  }
  50% {
    -webkit-transform: perspective(120px) rotateY(180deg);
  }
  100% {
    -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg);
  }
}
@keyframes rotateplane {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}
div.fotorama--fullscreen {
  z-index: 2000 !important;
}
.swatch-option-tooltip {
  z-index: 1999 !important;
}
.mfp-wrap.mfp-slide-right {
  background: #fff;
  width: 420px;
  right: -420px;
  max-width: 100%;
  left: auto;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  transition: all 250ms ease;
  z-index: 99999;
}
.mfp-wrap.mfp-slide-right .mfp-content {
  vertical-align: top;
  margin: 0;
}
.mfp-wrap.mfp-slide-right.mfp-ready {
  right: 0;
}
.mfp-wrap.mfp-slide-right.mfp-removing {
  right: -420px;
}
.mfp-wrap.mfp-slide-right.mfp-none-transition {
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}
.layout-rtl .mfp-wrap.mfp-slide-right {
  left: -400px;
  right: auto;
}
.layout-rtl .mfp-wrap.mfp-slide-right.mfp-ready {
  left: 0;
  right: auto;
}
.layout-rtl .mfp-wrap.mfp-slide-right.mfp-removing {
  left: -400px;
  right: auto;
}
.layout-rtl .mfp-close {
  left: 0;
  right: auto;
}
/** initial setup **/
.nano {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.nano > .nano-content {
  position: relative;
  overflow: scroll;
  overflow-x: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.nano > .nano-content:focus {
  outline: thin dotted;
}
.nano > .nano-content::-webkit-scrollbar {
  display: none;
}
.nano > .nano-pane {
  background: rgba(0, 0, 0, 0.15);
  position: absolute;
  width: 6px;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0.5;
  -webkit-transition: .2s;
  -moz-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  border-radius: 3px;
}
.nano > .nano-pane > .nano-slider {
  background: #444;
  background: rgba(0, 0, 0, 0.5);
  position: relative;
  margin: 0;
  border-radius: 3px;
}
.nano:hover > .nano-pane,
.nano-pane.active,
.nano-pane.flashed {
  opacity: 1;
}
.has-scrollbar > .nano-content::-webkit-scrollbar {
  display: block;
}
.minisearch .loading-mask {
  position: absolute;
  width: 40px;
  right: 100px;
  left: auto;
  background: transparent;
}
.layout-rtl .minisearch .loading-mask {
  left: 100px;
  right: auto;
}
.ajaxsearch {
  background-color: #fff;
  border: 1px solid #c2c2c2;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  left: 0;
  margin-top: 4px;
  width: 100%;
  position: absolute;
  z-index: 9999999;
}
.ajaxsearch .suggest {
  margin: 0;
  color: #3C3C3C;
}
.ajaxsearch .suggest ul li {
  color: #3C3C3C;
}
.ajaxsearch .product {
  margin: 0;
}
.ajaxsearch .product ul li {
  border-bottom: 1px solid #ebebeb;
}
.ajaxsearch .product ul li:last-child {
  border-bottom: none;
}
.ajaxsearch .product ul li > a {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding: 10px 0;
}
.ajaxsearch .product ul li .price-box {
  margin: 0;
}
.ajaxsearch .title {
  padding: 10px;
  background: #f0f0f0;
  color: #575757;
}
.ajaxsearch .title .see-all {
  display: inline-block;
  float: right;
  color: #909090;
  cursor: pointer;
}
.layout-rtl .ajaxsearch .title .see-all {
  float: left;
}
.ajaxsearch .no-result {
  padding: 10px;
  background: #f0f0f0;
  color: #575757;
  text-align: center;
}
.ajaxsearch ul {
  padding: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.ajaxsearch ul li {
  color: #000;
  cursor: unset;
  padding: 0 10px;
  display: inline-block;
  width: 100%;
}
.ajaxsearch ul li:hover {
  background-color: #f6f6f6;
}
.ajaxsearch ul li .qs-option-info {
  color: #000;
  display: inline-block;
  float: left;
  padding: 0 10px;
  width: 75%;
}
.layout-rtl .ajaxsearch ul li .qs-option-info {
  float: right;
}
.ajaxsearch ul li .qs-option-image {
  float: left;
  max-width: 65px;
  width: 25%;
}
.layout-rtl .ajaxsearch ul li .qs-option-image {
  float: right;
}
.ajaxsearch ul li .qs-option-image img {
  max-width: 100%;
  height: auto;
  border: 1px solid #ccc;
}
.ajaxsearch ul li .qs-option-image .qs-option-info.noimage {
  padding-left: 0;
  width: 100%;
}
.ajaxsearch ul li .qs-option-image:last-child .qs-option-info {
  margin-bottom: 0;
}
.ajaxsearch ul li .qs-option-image .qs-option-info .qs-option-title {
  display: inline-block;
  margin: 0;
  width: 100%;
}
.ajaxsearch ul li .qs-option-image .qs-option-info .qs-option-reviews {
  display: inline-block;
  text-transform: lowercase;
  width: 100%;
}
.ajaxsearch ul li .qs-option-image .qs-option-info .qs-option-reviews .product-reviews-summary {
  margin-bottom: 4px;
}
.ajaxsearch ul li .qs-option-image .qs-option-info .qs-option-reviews .reviews-actions {
  font-size: 12px;
}
.ajaxsearch ul li .qs-option-image .qs-option-info .qs-option-sku {
  display: block;
  width: 100%;
  color: #004875;
  font-size: 12px;
}
.ajaxsearch ul li .qs-option-image .qs-option-info .qs-option-price {
  display: inline-block;
  font-weight: 500;
}
.magebig-ajax-popup {
  max-width: 600px;
  margin: 0 auto;
  background-color: #ffffff;
  padding: 30px;
  text-align: center;
  position: relative;
}
.wishlist-media .product-image-container {
  display: inline-block;
  vertical-align: middle;
}
#magebig_newsletter {
  width: 100%;
  margin: 0 auto;
  border-radius: 3px;
  position: relative;
}
#magebig_newsletter .mfp-close {
  background-color: #000000;
  color: #ffffff;
  top: 12px;
  right: 12px;
  opacity: 1;
}
#magebig_newsletter .field-recaptcha {
  margin-top: 10px;
}
.newsletter-content {
  padding: 15px;
}
.newsletter-content .newsletter-inner {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 10;
}
.newsletter-content .newsletter-title h3 {
  margin: 40px 0 30px;
  font-size: 24px;
  text-transform: capitalize;
  font-weight: 400;
}
.newsletter-content .newsletter-title h3 span {
  color: #ff3300;
  font-weight: 500;
}
.newsletter-content .newsletter_text {
  padding: 0 30px;
}
.newsletter-content .newsletter_text .text_desc {
  color: #666666;
  margin-bottom: 30px;
  padding: 0 7px;
}
.newsletter-content .input-box input {
  height: 44px;
  padding: 0 15px;
  width: 100%;
  text-align: center;
  color: #999999;
  border: 1px solid #d9d9d9;
}
.newsletter-content .input-box button {
  margin-top: 20px;
  margin-bottom: 25px;
}
.not-show-popup input {
  vertical-align: top;
  margin-top: 4px;
}
#newsletter-validate-detail .field-recaptcha {
  margin-top: 10px;
}
@media (max-width: 767px) {
  #magebig_newsletter:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
  }
  .newsletter-content .newsletter_text {
    padding: 0;
  }
  .newsletter-content .newsletter_text .text_desc {
    color: #000;
  }
}
.quickview-wrap {
  background-color: #fff;
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
  padding: 30px;
  position: relative;
  overflow: hidden;
}
.quickview-wrap .product-info-main-top {
  padding-top: 0;
}
.brand-desc {
  margin-bottom: 15px;
}
ul.brand-list {
  list-style: none;
  padding: 5px;
  background: #fff;
  border: 1px solid #ccc;
  border-top: none;
  display: block;
  width: 100% !important;
}
ul.brand-list li {
  margin: 5px 0;
}
.brand-search-form {
  position: relative;
}
.brand-search-form i {
  position: absolute;
  top: 50%;
  font-size: 16px;
  line-height: 1;
  right: 5px;
  margin-top: -8px;
}
.layout-rtl .brand-search-form i {
  left: 5px;
  right: auto;
}
.brand-search-form .brand-image img {
  max-width: 50px;
  height: auto;
}
.brand-search-form .brand-title {
  padding: 0 5px;
}
.brand-list-wrap {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 10;
}
.brand-search-index .brand-search-form {
  position: relative;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  margin-bottom: 15px;
}
.brand-search-index .brand-search-form ul {
  padding: 5px;
  list-style: none;
}
.brand-search-index .brand-search-form input {
  height: 40px;
  border-radius: 3px;
}
.featured-brands .brand-item {
  margin-bottom: 15px;
}
.brand-item-inner {
  margin-bottom: 30px;
  text-align: center;
}
.brand-item-inner .count {
  font-size: 1.2rem;
}
.brand-list-page .char-list {
  overflow: hidden;
  margin-bottom: 20px;
  text-align: center;
}
.brand-list-page .char-item {
  display: none;
  margin: 5px;
  padding: 4px 10px;
  background-color: #fff;
  color: #fcb800;
  border: 1px solid #ccc;
  text-decoration: none;
  border-radius: 3px;
  transition: all ease 400ms;
  min-width: 32px;
  opacity: 0.5;
  cursor: default;
  font-size: 14px;
}
.brand-list-page .char-item.available {
  opacity: 1;
  cursor: pointer;
  display: inline-block;
}
.brand-list-page .char-item.available:hover {
  background-color: #fcb800;
  color: #ffffff;
  border-color: #fcb800;
}
.brand-list-page .char-item.active {
  background-color: #fcb800;
  color: #ffffff;
  border-color: #fcb800;
}
.mb-navigation {
  display: inline-block;
  vertical-align: top;
}
.vertical-menu .magebig-nav {
  padding: 0;
  width: 100%;
}
.nav-bar .magebig-nav li.level0 > a {
  color: #000;
}
.nav-bar .magebig-nav li.level0 > a:hover {
  color: #bbb;
}
.magebig-nav {
  margin: 0;
  padding: 9px 0;
  width: auto;
  display: inline-block;
  vertical-align: top;
}
.magebig-nav > li {
  float: left;
  padding: 0;
  text-align: left;
}
.magebig-nav .itemgrid ul.level0 {
  margin: 0 -15px;
}
.magebig-nav ul.level0 li {
  outline: none;
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.magebig-nav ul.level0 li:hover {
  background: none;
}
.magebig-nav li.custom-block {
  float: left;
  border-left: none;
}
.magebig-nav li.level0 {
  display: block;
  line-height: 30px;
  padding: 0 10px;
  position: relative;
  cursor: pointer;
}
.magebig-nav li.level0 a {
  position: relative;
}
.magebig-nav li.level0 ul li {
  height: auto;
}
.magebig-nav li.level0 ul li a {
  border: 0 none;
  display: block;
  font-size: 100%;
  height: auto;
  margin: 0;
  outline: medium none;
  text-transform: capitalize;
  width: 100%;
  background-color: transparent;
}
.magebig-nav li.level0 ul li a:hover {
  outline: medium none;
  text-decoration: none;
}
.magebig-nav li.level0 ul li a span.title_group {
  padding-left: 0;
}
.magebig-nav li.level0 ul li:hover {
  border-top: none;
}
.magebig-nav li.level0 ul li ol {
  margin: 0 0 0 5px;
}
.magebig-nav li.level0 ul li ul li a {
  border-bottom: 1px solid #cfcfcf;
}
.magebig-nav li.level0 ul li.groups a {
  font-size: 100%;
  font-weight: normal;
  line-height: 20px;
  padding: 10px 0;
}
.magebig-nav li.level0 ul li.groups > a {
  font-weight: 600;
}
.magebig-nav li.level0:hover > .show-sub {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}
.magebig-nav li.level0 .groups-wrapper ul li a {
  border: 0 none;
  height: auto;
  margin: 0;
  outline: medium none;
  text-transform: capitalize;
  display: block;
  width: 100%;
  background-color: transparent;
  padding: 4px 0;
  line-height: 18px;
}
.magebig-nav li.level0 .simple-dropdown .groups-wrapper ul.level1 li a {
  line-height: 20px;
  padding: 10px 0;
}
.magebig-nav li.level0 .simple-dropdown ul li.groups > a {
  border-bottom: 1px solid #ccc;
}
.magebig-nav li.level0.mega_fullwidth {
  position: static;
}
.magebig-nav li > a {
  float: left;
  margin: 0;
  padding: 0;
  display: block;
  outline: none;
  text-decoration: none;
  position: relative;
  color: #000;
}
.magebig-nav img {
  max-width: 100%;
  height: auto;
}
.magebig-nav li.active a.level-top {
  outline: none;
}
.magebig-nav li ul.show-sub {
  left: 0;
  outline: none;
  width: 100%;
  min-width: 220px;
  z-index: 999;
}
.magebig-nav li div.show-sub {
  left: 0;
  outline: none;
  width: 100%;
  min-width: 220px;
  z-index: 999;
}
.magebig-nav li .show-sub li.mega_right > div.show-sub {
  left: auto;
  right: 100%;
  margin-right: -100%;
}
.magebig-nav li .show-sub li .show-sub li.mega_right > div.show-sub {
  left: auto;
  right: 100%;
  margin-right: -100%;
}
.magebig-nav li .show-sub li .show-sub li .show-sub li.mega_right > div.show-sub {
  left: auto;
  right: 100%;
  margin-right: -100%;
}
.magebig-nav li .show-sub li .show-sub li .show-sub li .show-sub li.mega_right > div.show-sub {
  left: auto;
  right: 100%;
  margin-right: -100%;
}
.magebig-nav li .show-sub li div.show-sub {
  left: 70%;
  top: 0;
}
.magebig-nav li .show-sub li:hover > div.show-sub {
  opacity: 1;
  visibility: visible;
  margin: 0;
}
.magebig-nav li .show-sub .groups-wrapper li > div.show-sub {
  padding: 10px 15px;
}
.magebig-nav li ul span {
  white-space: normal;
}
.magebig-nav li .groups-wrapper .parent > a {
  position: relative;
}
.magebig-nav li .groups-wrapper .parent > a:before {
  content: '\f3d3';
  position: absolute;
  right: 5px;
  top: 8px;
  font-family: 'mbicon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.magebig-nav li .simple-dropdown .parent > a {
  position: relative;
}
.magebig-nav li .simple-dropdown .parent > a:before {
  content: '\f3d3';
  position: absolute;
  right: 5px;
  top: 12px;
  font-family: 'mbicon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.magebig-nav li.mega_center.level-top > div.show-sub {
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.magebig-nav li.mega_right > div.show-sub {
  left: auto;
  right: 100%;
  margin-right: -100%;
}
.magebig-nav div.level0 {
  padding: 15px 15px;
  cursor: default;
}
.magebig-nav div.submenu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 180ms ease, opacity 180ms ease, margin 180ms ease;
  -moz-transition: visibility 180ms ease, opacity 180ms ease, margin 180ms ease;
  transition: visibility 180ms ease, opacity 180ms ease, margin 180ms ease;
  margin-top: 30px;
  padding-top: 25px;
}
.magebig-nav div.submenu:before {
  position: absolute;
  content: '';
  top: 9px;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  z-index: -1;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.magebig-nav div.submenu ul {
  border: none;
  margin: 0;
  padding: 0;
  position: static;
  width: auto;
}
.magebig-nav div.submenu.simple-dropdown {
  padding-top: 10px;
}
.magebig-nav li.dropdown-group {
  position: relative;
}
.magebig-nav li.dropdown-group .dropdown.submenu {
  max-width: 270px;
  padding: 0;
}
.magebig-nav li.dropdown-group .dropdown.submenu li.level1:hover > .show-sub {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}
.magebig-nav .simple-dropdown ul li a {
  line-height: 20px;
  padding: 10px 0;
}
.magebig-nav .simple-dropdown ul.level0 li {
  width: 100%;
  padding: 0 15px;
  float: left;
}
.magebig-nav .simple-dropdown ul.level0 li a {
  border-bottom: 1px solid #e5e5e5;
}
.magebig-nav .simple-dropdown ul.level0 li:last-child > a {
  border-bottom: none;
}
.magebig-nav .simple-dropdown ul.level0 li.groups {
  border-bottom: none;
}
.magebig-nav ul li {
  background: none;
  margin: 0;
}
.magebig-nav ul li ul.level1 li {
  border: 0;
  margin: 0;
  width: 100%;
  float: left;
}
.magebig-nav ul li ul.level2 li {
  border: 0;
  margin: 0;
  width: 100%;
  float: left;
}
.magebig-nav ul li.active {
  background: none;
  margin: 0;
}
.horizontal-menu .smartmenu a.level-top > .mbi {
  font-size: 16px;
}
.smartmenu .mbi {
  display: inline-block;
  line-height: inherit;
  padding-left: 15px;
  vertical-align: top;
}
.smartmenu a.level-top > .mbi {
  padding-left: 0;
  padding-right: 7px;
  font-size: 20px;
}
.smartmenu a.level-top > img {
  padding-left: 0;
  padding-right: 7px;
  display: inline-block;
}
.itemgrid .item {
  padding: 0 15px;
}
#smartmenu a {
  position: relative;
}
li.level0 > a > span > .cat-label {
  position: absolute;
  bottom: 90%;
  left: 90%;
}
li.level0 > a > span > .pin-bottom:before {
  position: absolute;
  left: 50%;
  top: 100%;
  width: 0;
  height: 0;
  content: "";
  border-top: 4px solid #cc0000;
  border-left: 0 solid transparent;
  border-right: 4px solid transparent;
  margin-left: -3px;
}
li.level1 > a > span > .cat-label {
  display: inline-block !important;
  margin: 0 2px;
}
.cat-label {
  padding: 2px 4px;
  transition: color 450ms ease-in-out, background-color 450ms ease-in-out;
  border-radius: 2px;
  font-size: 10px;
  line-height: 13px;
  background: #cc0000;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
}
.cat-label.cat-label-label1 {
  background: #3689C3;
}
.cat-label.pin-bottom.cat-label-label1:before {
  border-top-color: #3689C3;
}
.is-sticky li.level0 > a > span > .cat-label {
  bottom: auto;
  top: 0;
}
div.show-sub {
  left: 0;
  outline: none;
  width: 100%;
  z-index: 9;
}
.menu-static-blocks .mega-blockright {
  position: relative;
  text-align: center;
}
.menu-static-blocks .mega-blockright img {
  width: 100%;
}
.menu-static-blocks .mega-blockright:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: '';
  background: rgba(0, 0, 0, 0.5);
}
.menu-static-blocks .mega-right {
  color: #fff;
  width: 100%;
  padding: 0 15px;
}
.menu-static-blocks .mega-right .text-small {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
}
.menu-static-blocks .mega-right .text-large {
  color: #fff;
  letter-spacing: 0.1px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 20px;
}
.itemgrid-1col .item {
  width: 100%;
}
.itemgrid-2col .item {
  width: 50%;
}
.itemgrid-3col .item {
  width: 33.3333333333%;
}
.itemgrid-4col .item {
  width: 25%;
}
.itemgrid-4col .item.dop {
  width: 50%;
}
.itemgrid-5col .item {
  width: 20%;
}
.itemgrid-5col .item.dop {
  width: 40%;
}
.itemgrid-6col .item {
  width: 16.6666666667%;
}
.itemgrid-6col .item.dop {
  width: 33.3333333333%;
}
.itemgrid-7col .item {
  width: 14.2857142857%;
}
.col12-1 {
  display: inline-block;
  vertical-align: top;
  padding: 0 15px;
  width: 8.33333333333%;
}
.col12-2 {
  display: inline-block;
  vertical-align: top;
  padding: 0 15px;
  width: 16.6666666667%;
}
.col12-3 {
  display: inline-block;
  vertical-align: top;
  padding: 0 15px;
  width: 25%;
}
.col12-4 {
  display: inline-block;
  vertical-align: top;
  padding: 0 15px;
  width: 33.3333333333%;
}
.col12-5 {
  display: inline-block;
  vertical-align: top;
  padding: 0 15px;
  width: 41.6666666667%;
}
.col12-6 {
  display: inline-block;
  vertical-align: top;
  padding: 0 15px;
  width: 50%;
}
.col12-7 {
  display: inline-block;
  vertical-align: top;
  padding: 0 15px;
  width: 58.3333333332%;
}
.col12-8 {
  display: inline-block;
  vertical-align: top;
  padding: 0 15px;
  width: 66.6666666667%;
}
.col12-9 {
  display: inline-block;
  vertical-align: top;
  padding: 0 15px;
  width: 75%;
}
.col12-10 {
  display: inline-block;
  vertical-align: top;
  padding: 0 15px;
  width: 83.3333333333%;
}
.col12-11 {
  display: inline-block;
  vertical-align: top;
  padding: 0 15px;
  width: 91.6666666666%;
}
.col12-12 {
  display: inline-block;
  vertical-align: top;
  padding: 0 15px;
  width: 100%;
}
.grid4-1 {
  display: inline-block;
  vertical-align: top;
  padding: 0 15px;
  width: 25%;
}
.grid4-2 {
  display: inline-block;
  vertical-align: top;
  padding: 0 15px;
  width: 50%;
}
.grid4-3 {
  display: inline-block;
  vertical-align: top;
  padding: 0 15px;
  width: 75%;
}
.grid2-1 {
  display: inline-block;
  vertical-align: top;
  padding: 0 15px;
  width: 50%;
}
.grid-full {
  display: inline-block;
  vertical-align: top;
  padding: 0 15px;
  width: 100%;
}
.grid-col2-sidebar {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding: 0 15px;
}
.grid-col2-main {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding: 0 15px;
}
.mb-menu .mbi {
  display: none;
}
.block-nav .mbi {
  display: none;
}
.block-nav a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.block-nav a:hover {
  text-overflow: unset;
}
.block-nav a > .mbi {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  padding-right: 3px;
}
.block-nav a > .mbi + span {
  display: inline-block;
  vertical-align: middle;
}
.layout-rtl .magebig-nav li .show-sub li div.show-sub {
  left: auto;
  right: 70%;
}
.layout-rtl .magebig-nav li .groups-wrapper .parent > a:before {
  content: "\f3d2";
  right: auto;
  left: 5px;
}
.layout-rtl .magebig-nav li .simple-dropdown .parent > a:before {
  content: "\f104";
  right: auto;
  left: 5px;
}
.layout-rtl li.level0 > a > span > .cat-label {
  left: auto;
  right: 90%;
}
.layout-rtl li.level0 > a > span > .pin-bottom:before {
  border-left: 4px solid transparent;
  border-right: 0 solid transparent;
  margin-left: -3px;
}
.layout-rtl ul.nav-collapse {
  padding-left: 0;
  padding-right: 0;
}
.layout-rtl ul#mb-collapsible li span.collapsed,
.layout-rtl ul#mb-collapsible li span.expanded {
  left: 0;
  border-left: 0;
  text-align: center;
  right: auto;
}
.layout-rtl .sidebar ul.nav-collapse li a {
  padding: 5px 0 5px 20px;
  text-align: right;
}
.layout-rtl .sidebar ul.nav-collapse li span.mbi {
  text-align: left;
  left: 0;
  right: auto;
}
.layout-rtl .magebig-mobile-menu ul.nav-collapse li {
  text-align: right;
}
.layout-rtl .magebig-mobile-menu ul.nav-collapse li a {
  padding: 10px 15px 10px 42px;
}
.layout-rtl ul.nav-collapse ul.level0 > li > a {
  padding-right: 30px;
}
.layout-rtl ul.nav-collapse ul.level1 > li > a {
  padding-right: 45px;
}
.layout-rtl ul.nav-collapse ul.level2 > li > a {
  padding-right: 60px;
}
.layout-rtl ul.nav-collapse ul.level3 > li > a {
  padding-right: 75px;
}
.layout-rtl ul.nav-collapse ul.level4 > li > a {
  padding-right: 85px;
}
.layout-rtl ul.nav-collapse ul.level5 > li > a {
  padding-right: 95px;
}
.layout-rtl ul.nav-collapse ul.level6 > li > a {
  padding-right: 100px;
}
.layout-rtl .sidebar ul.nav-collapse ul.level0 li a:before {
  right: 10px;
}
.layout-rtl .sidebar ul.nav-collapse ul.level1 li a:before {
  right: 20px;
}
.layout-rtl .sidebar ul.nav-collapse ul.level2 li a:before {
  right: 30px;
}
.layout-rtl .sidebar ul.nav-collapse ul.level3 li a:before {
  right: 40px;
}
.layout-rtl .sidebar ul.nav-collapse ul.level4 li a:before {
  right: 50px;
}
.layout-rtl .sidebar ul.nav-collapse ul.level5 li a:before {
  right: 55px;
}
.layout-rtl .sidebar ul.nav-collapse ul.level6 li a:before {
  right: 60px;
}
.nav-bar {
  padding: 0 20px;
}
.nav-bar .magebig-nav li.level0 {
  width: 100%;
}
.nav-bar .smartmenu.magebig-nav li.level0 {
  padding: 0 15px;
  line-height: 40px;
  height: auto;
  position: relative;
}
.nav-bar .smartmenu.magebig-nav li.level0 > .mbi {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
}
.nav-bar .magebig-nav li div.show-sub {
  margin-top: 0;
  display: none;
  position: static;
}
.nav-bar .magebig-nav li.level0:hover > .show-sub {
  position: static;
  width: 100% !important;
  display: block;
}
.nav-bar .magebig-nav li.level0:hover > .show-sub:before {
  display: none;
}
.nav-bar a.level-top > i {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  padding-right: 2px;
  margin-left: -15px;
}
.nav-bar a.level-top > i + span {
  vertical-align: middle;
}
/**
 * Copyright © magebig.com - All rights reserved.
 * See LICENSE.txt for license details.
 */
#social-login-popup {
  overflow: hidden;
  position: relative;
  padding: 0;
  width: auto;
  max-width: 430px;
  margin: 0 auto;
}
#social-login-popup .login-container,
#social-login-popup .form.password.forget,
#social-login-popup .block-new-customer {
  margin: 0;
  min-width: auto;
}
.mfp-hide {
  display: none;
}
#social-login-popup .block-container {
  width: 100%;
  display: inline-block;
}
#social-login-popup .social-login-title {
  padding: 15px;
  background-color: #f1f1f1;
  border-radius: 0;
}
.social-login-ajax-loading {
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0.6;
  background: #fbfaf6 url("../../frontend/MageBig/martfury_wowshop02/en_US/images/ajax-loader.gif") no-repeat center center;
}
#social-login-popup .block-container .block .block-title {
  font-weight: 500;
  background: #fff;
  margin-top: -43px;
  position: absolute;
  width: 100%;
  left: 0;
  text-align: center;
  font-size: 20px;
  text-transform: uppercase;
}
#social-login-popup .block-container .block .block-title:before {
  height: 1px;
  background: #ccc;
  content: '';
  width: 100%;
  z-index: 1;
  top: 50%;
  left: 0;
  display: block;
  position: absolute;
}
#social-login-popup .block-container .block .block-title span {
  position: relative;
  z-index: 2;
  padding: 0 15px;
  background-color: #fff;
  display: inline-block;
}
.social-btn {
  margin-bottom: 10px;
  color: #fff;
}
.social-btn a {
  color: #fff;
}
.social-btn a:hover {
  color: #fff;
}
#social-login-popup .fieldset {
  margin: 0;
  box-shadow: none;
  border-radius: 0;
}
#social-login-popup .actions-toolbar {
  margin-top: 7px;
  text-align: center;
}
#social-login-popup .actions-toolbar > .secondary .action.back {
  display: block;
}
.social-login-title h2 {
  margin: 0;
  padding: 0 15px;
  background: no-repeat 12px center;
  color: #000;
  font-size: 20px;
  font-weight: 500;
}
.form-fake-email {
  background-color: #ffffff;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
  border-radius: 2px;
  padding: 30px;
}
.form-fake-email input {
  height: 48px;
  border-radius: 2px;
  font-size: 14px;
  font-size: 0.875rem;
}
.form-fake-email button.action.send {
  width: 100%;
  height: 53px;
}
#social-login-popup .mfp-close {
  color: #000;
  height: 57px;
  line-height: 57px;
}
#social-login-popup .message {
  padding-top: 10px;
  padding-bottom: 10px;
}
#social-login-popup .message.error > *:first-child:before {
  top: 50%;
}
#social-login-popup .message.success > *:first-child:before {
  top: 50%;
}
/* Authentication Popup */
.social-login-authentication-popup {
  width: 100%;
}
.social-login-authentication-popup .social-btn {
  display: inline-block;
}
.social-login-authentication-popup .social-btn .btn-social {
  padding: 0;
}
.social-login-authentication-popup .social-btn .btn-social svg,
.social-login-authentication-popup .social-btn .btn-social > span:first-child {
  position: static;
  vertical-align: top;
  margin: 0;
  padding: 10px;
}
/*Button Style*/
.actions-toolbar button {
  border-radius: 0;
}
.social-btn button {
  height: 33px;
  border: none;
}
.social-btn button span span {
  margin-left: 25px;
  color: #ffffff;
}
.social-login-authentication-channel .actions-toolbar.social-btn > .primary .action {
  width: 100%;
  margin: 0;
  min-width: 170px;
  text-align: left;
  border-radius: 5px;
}
.social-login-authentication-channel .actions-toolbar.social-btn > .primary .action:hover {
  opacity: 0.9;
}
.social-btn-actions-toolbar {
  display: inline-block;
  width: 100%;
}
.register-sociallogin {
  float: left;
}
#fb-customer,
#gg-customer,
#tw-customer,
#li-customer,
#ins-customer,
#ya-customer,
#git-customer,
#vk-customer,
#fo-customer,
#live-customer,
#am-customer {
  float: left;
}
#social-login-popup .social-login-authentication-channel {
  background-color: #ffffff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
  border-radius: 2px;
  padding: 30px;
  margin-top: -15px;
}
.social-btn .btn-social {
  display: block;
  text-decoration: none;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  user-select: none;
  background-image: none;
  border-radius: 3px;
  padding: 12px 12px 12px 60px;
}
.btn-social {
  position: relative;
  padding-left: 44px;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.btn-social > svg {
  position: absolute;
  left: 0;
  top: 50%;
  bottom: 0;
  width: 44px;
  text-align: center;
  fill: #fff;
  height: 44px;
  margin-top: -22px;
  font-size: 14px;
  padding: 10px 0;
  background: rgba(0, 0, 0, 0.2);
}
.btn-social.btn-lg {
  padding-left: 61px;
}
.btn-social.btn-lg > :first-child {
  line-height: 45px;
  width: 45px;
  font-size: 1.8em;
}
.btn-social.btn-sm {
  padding-left: 38px;
}
.btn-social.btn-sm > :first-child {
  line-height: 28px;
  width: 28px;
  font-size: 1.4em;
}
.btn-social.btn-xs {
  padding-left: 30px;
}
.btn-social.btn-xs > :first-child {
  line-height: 20px;
  width: 20px;
  font-size: 1.2em;
}
.btn-social-icon {
  position: relative;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 34px;
  width: 34px;
  padding: 0;
}
.btn-social-icon > :first-child {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 32px;
  line-height: 34px;
  font-size: 1.6em;
  text-align: center;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}
.btn-social-icon.btn-lg {
  padding-left: 61px;
}
.btn-social-icon.btn-lg > :first-child {
  line-height: 45px;
  width: 45px;
  font-size: 1.8em;
}
.btn-social-icon.btn-sm {
  padding-left: 38px;
}
.btn-social-icon.btn-sm > :first-child {
  line-height: 28px;
  width: 28px;
  font-size: 1.4em;
}
.btn-social-icon.btn-xs {
  padding-left: 30px;
}
.btn-social-icon.btn-xs > :first-child {
  line-height: 20px;
  width: 20px;
  font-size: 1.2em;
}
.btn-social-icon > :first-child {
  border: none;
  text-align: center;
  width: 100%;
}
.btn-social-icon.btn-lg {
  height: 45px;
  width: 45px;
  padding-left: 0;
  padding-right: 0;
}
.btn-social-icon.btn-sm {
  height: 30px;
  width: 30px;
  padding-left: 0;
  padding-right: 0;
}
.btn-social-icon.btn-xs {
  height: 22px;
  width: 22px;
  padding-left: 0;
  padding-right: 0;
}
.btn-adn {
  color: #fff;
  background-color: #d87a68;
}
.btn-adn:focus,
.btn-adn.focus {
  color: #fff;
  background-color: #ce563f;
}
.btn-adn:hover {
  color: #fff;
  background-color: #ce563f;
}
.btn-adn:active,
.btn-adn.active,
.open > .dropdown-toggle.btn-adn {
  color: #fff;
  background-color: #ce563f;
}
.btn-adn:active:hover,
.btn-adn.active:hover,
.open > .dropdown-toggle.btn-adn:hover,
.btn-adn:active:focus,
.btn-adn.active:focus,
.open > .dropdown-toggle.btn-adn:focus,
.btn-adn:active.focus,
.btn-adn.active.focus,
.open > .dropdown-toggle.btn-adn.focus {
  color: #fff;
  background-color: #b94630;
}
.btn-adn:active,
.btn-adn.active,
.open > .dropdown-toggle.btn-adn {
  background-image: none;
}
.btn-adn.disabled:hover,
.btn-adn[disabled]:hover,
fieldset[disabled] .btn-adn:hover,
.btn-adn.disabled:focus,
.btn-adn[disabled]:focus,
fieldset[disabled] .btn-adn:focus,
.btn-adn.disabled.focus,
.btn-adn[disabled].focus,
fieldset[disabled] .btn-adn.focus {
  background-color: #d87a68;
}
.btn-adn .badge {
  color: #d87a68;
  background-color: #fff;
}
.btn-bitbucket {
  color: #fff;
  background-color: #205081;
}
.btn-bitbucket:focus,
.btn-bitbucket.focus {
  color: #fff;
  background-color: #163758;
}
.btn-bitbucket:hover {
  color: #fff;
  background-color: #163758;
}
.btn-bitbucket:active,
.btn-bitbucket.active,
.open > .dropdown-toggle.btn-bitbucket {
  color: #fff;
  background-color: #163758;
}
.btn-bitbucket:active:hover,
.btn-bitbucket.active:hover,
.open > .dropdown-toggle.btn-bitbucket:hover,
.btn-bitbucket:active:focus,
.btn-bitbucket.active:focus,
.open > .dropdown-toggle.btn-bitbucket:focus,
.btn-bitbucket:active.focus,
.btn-bitbucket.active.focus,
.open > .dropdown-toggle.btn-bitbucket.focus {
  color: #fff;
  background-color: #0f253c;
}
.btn-bitbucket:active,
.btn-bitbucket.active,
.open > .dropdown-toggle.btn-bitbucket {
  background-image: none;
}
.btn-bitbucket.disabled:hover,
.btn-bitbucket[disabled]:hover,
fieldset[disabled] .btn-bitbucket:hover,
.btn-bitbucket.disabled:focus,
.btn-bitbucket[disabled]:focus,
fieldset[disabled] .btn-bitbucket:focus,
.btn-bitbucket.disabled.focus,
.btn-bitbucket[disabled].focus,
fieldset[disabled] .btn-bitbucket.focus {
  background-color: #205081;
}
.btn-bitbucket .badge {
  color: #205081;
  background-color: #fff;
}
.btn-dropbox {
  color: #fff;
  background-color: #1087dd;
}
.btn-dropbox:focus,
.btn-dropbox.focus {
  color: #fff;
  background-color: #0d6aad;
}
.btn-dropbox:hover {
  color: #fff;
  background-color: #0d6aad;
}
.btn-dropbox:active,
.btn-dropbox.active,
.open > .dropdown-toggle.btn-dropbox {
  color: #fff;
  background-color: #0d6aad;
}
.btn-dropbox:active:hover,
.btn-dropbox.active:hover,
.open > .dropdown-toggle.btn-dropbox:hover,
.btn-dropbox:active:focus,
.btn-dropbox.active:focus,
.open > .dropdown-toggle.btn-dropbox:focus,
.btn-dropbox:active.focus,
.btn-dropbox.active.focus,
.open > .dropdown-toggle.btn-dropbox.focus {
  color: #fff;
  background-color: #0a568c;
}
.btn-dropbox:active,
.btn-dropbox.active,
.open > .dropdown-toggle.btn-dropbox {
  background-image: none;
}
.btn-dropbox.disabled:hover,
.btn-dropbox[disabled]:hover,
fieldset[disabled] .btn-dropbox:hover,
.btn-dropbox.disabled:focus,
.btn-dropbox[disabled]:focus,
fieldset[disabled] .btn-dropbox:focus,
.btn-dropbox.disabled.focus,
.btn-dropbox[disabled].focus,
fieldset[disabled] .btn-dropbox.focus {
  background-color: #1087dd;
}
.btn-dropbox .badge {
  color: #1087dd;
  background-color: #fff;
}
.btn-facebook {
  color: #fff;
  background-color: #3b5998;
}
.btn-facebook:focus,
.btn-facebook.focus {
  color: #fff;
  background-color: #2d4373;
}
.btn-facebook:hover {
  color: #fff;
  background-color: #2d4373;
}
.btn-facebook:active,
.btn-facebook.active,
.open > .dropdown-toggle.btn-facebook {
  color: #fff;
  background-color: #2d4373;
}
.btn-facebook:active:hover,
.btn-facebook.active:hover,
.open > .dropdown-toggle.btn-facebook:hover,
.btn-facebook:active:focus,
.btn-facebook.active:focus,
.open > .dropdown-toggle.btn-facebook:focus,
.btn-facebook:active.focus,
.btn-facebook.active.focus,
.open > .dropdown-toggle.btn-facebook.focus {
  color: #fff;
  background-color: #23345a;
}
.btn-facebook:active,
.btn-facebook.active,
.open > .dropdown-toggle.btn-facebook {
  background-image: none;
}
.btn-facebook.disabled:hover,
.btn-facebook[disabled]:hover,
fieldset[disabled] .btn-facebook:hover,
.btn-facebook.disabled:focus,
.btn-facebook[disabled]:focus,
fieldset[disabled] .btn-facebook:focus,
.btn-facebook.disabled.focus,
.btn-facebook[disabled].focus,
fieldset[disabled] .btn-facebook.focus {
  background-color: #3b5998;
}
.btn-facebook .badge {
  color: #3b5998;
  background-color: #fff;
}
.btn-flickr {
  color: #fff;
  background-color: #ff0084;
}
.btn-flickr:focus,
.btn-flickr.focus {
  color: #fff;
  background-color: #cc006a;
}
.btn-flickr:hover {
  color: #fff;
  background-color: #cc006a;
}
.btn-flickr:active,
.btn-flickr.active,
.open > .dropdown-toggle.btn-flickr {
  color: #fff;
  background-color: #cc006a;
}
.btn-flickr:active:hover,
.btn-flickr.active:hover,
.open > .dropdown-toggle.btn-flickr:hover,
.btn-flickr:active:focus,
.btn-flickr.active:focus,
.open > .dropdown-toggle.btn-flickr:focus,
.btn-flickr:active.focus,
.btn-flickr.active.focus,
.open > .dropdown-toggle.btn-flickr.focus {
  color: #fff;
  background-color: #a80057;
}
.btn-flickr:active,
.btn-flickr.active,
.open > .dropdown-toggle.btn-flickr {
  background-image: none;
}
.btn-flickr.disabled:hover,
.btn-flickr[disabled]:hover,
fieldset[disabled] .btn-flickr:hover,
.btn-flickr.disabled:focus,
.btn-flickr[disabled]:focus,
fieldset[disabled] .btn-flickr:focus,
.btn-flickr.disabled.focus,
.btn-flickr[disabled].focus,
fieldset[disabled] .btn-flickr.focus {
  background-color: #ff0084;
}
.btn-flickr .badge {
  color: #ff0084;
  background-color: #fff;
}
.btn-foursquare {
  color: #fff;
  background-color: #f94877;
}
.btn-foursquare:focus,
.btn-foursquare.focus {
  color: #fff;
  background-color: #f71752;
}
.btn-foursquare:hover {
  color: #fff;
  background-color: #f71752;
}
.btn-foursquare:active,
.btn-foursquare.active,
.open > .dropdown-toggle.btn-foursquare {
  color: #fff;
  background-color: #f71752;
}
.btn-foursquare:active:hover,
.btn-foursquare.active:hover,
.open > .dropdown-toggle.btn-foursquare:hover,
.btn-foursquare:active:focus,
.btn-foursquare.active:focus,
.open > .dropdown-toggle.btn-foursquare:focus,
.btn-foursquare:active.focus,
.btn-foursquare.active.focus,
.open > .dropdown-toggle.btn-foursquare.focus {
  color: #fff;
  background-color: #e30742;
}
.btn-foursquare:active,
.btn-foursquare.active,
.open > .dropdown-toggle.btn-foursquare {
  background-image: none;
}
.btn-foursquare.disabled:hover,
.btn-foursquare[disabled]:hover,
fieldset[disabled] .btn-foursquare:hover,
.btn-foursquare.disabled:focus,
.btn-foursquare[disabled]:focus,
fieldset[disabled] .btn-foursquare:focus,
.btn-foursquare.disabled.focus,
.btn-foursquare[disabled].focus,
fieldset[disabled] .btn-foursquare.focus {
  background-color: #f94877;
}
.btn-foursquare .badge {
  color: #f94877;
  background-color: #fff;
}
.btn-github {
  color: #fff;
  background-color: #444;
}
.btn-github:focus,
.btn-github.focus {
  color: #fff;
  background-color: #2b2b2b;
}
.btn-github:hover {
  color: #fff;
  background-color: #2b2b2b;
}
.btn-github:active,
.btn-github.active,
.open > .dropdown-toggle.btn-github {
  color: #fff;
  background-color: #2b2b2b;
}
.btn-github:active:hover,
.btn-github.active:hover,
.open > .dropdown-toggle.btn-github:hover,
.btn-github:active:focus,
.btn-github.active:focus,
.open > .dropdown-toggle.btn-github:focus,
.btn-github:active.focus,
.btn-github.active.focus,
.open > .dropdown-toggle.btn-github.focus {
  color: #fff;
  background-color: #191919;
}
.btn-github:active,
.btn-github.active,
.open > .dropdown-toggle.btn-github {
  background-image: none;
}
.btn-github.disabled:hover,
.btn-github[disabled]:hover,
fieldset[disabled] .btn-github:hover,
.btn-github.disabled:focus,
.btn-github[disabled]:focus,
fieldset[disabled] .btn-github:focus,
.btn-github.disabled.focus,
.btn-github[disabled].focus,
fieldset[disabled] .btn-github.focus {
  background-color: #444;
}
.btn-github .badge {
  color: #444;
  background-color: #fff;
}
.btn-google {
  color: #fff;
  background-color: #dd4b39;
}
.btn-google:focus,
.btn-google.focus {
  color: #fff;
  background-color: #c23321;
}
.btn-google:hover {
  color: #fff;
  background-color: #c23321;
}
.btn-google:active,
.btn-google.active,
.open > .dropdown-toggle.btn-google {
  color: #fff;
  background-color: #c23321;
}
.btn-google:active:hover,
.btn-google.active:hover,
.open > .dropdown-toggle.btn-google:hover,
.btn-google:active:focus,
.btn-google.active:focus,
.open > .dropdown-toggle.btn-google:focus,
.btn-google:active.focus,
.btn-google.active.focus,
.open > .dropdown-toggle.btn-google.focus {
  color: #fff;
  background-color: #a32b1c;
}
.btn-google:active,
.btn-google.active,
.open > .dropdown-toggle.btn-google {
  background-image: none;
}
.btn-google.disabled:hover,
.btn-google[disabled]:hover,
fieldset[disabled] .btn-google:hover,
.btn-google.disabled:focus,
.btn-google[disabled]:focus,
fieldset[disabled] .btn-google:focus,
.btn-google.disabled.focus,
.btn-google[disabled].focus,
fieldset[disabled] .btn-google.focus {
  background-color: #dd4b39;
}
.btn-google .badge {
  color: #dd4b39;
  background-color: #fff;
}
.btn-google .fa-google {
  background: url("../../frontend/MageBig/martfury_wowshop02/en_US/images/g-logo.png") no-repeat;
}
.btn-google .fa-google:before {
  content: "";
}
.btn-instagram {
  color: #fff;
  background-color: #8a49a1;
}
.btn-instagram:focus,
.btn-instagram.focus {
  color: #fff;
  background-color: #c1558b;
}
.btn-instagram:hover {
  color: #fff;
  background-color: #c1558b;
}
.btn-instagram:active,
.btn-instagram.active,
.open > .dropdown-toggle.btn-instagram {
  color: #fff;
  background-color: #c1558b;
}
.btn-instagram:active:hover,
.btn-instagram.active:hover,
.open > .dropdown-toggle.btn-instagram:hover,
.btn-instagram:active:focus,
.btn-instagram.active:focus,
.open > .dropdown-toggle.btn-instagram:focus,
.btn-instagram:active.focus,
.btn-instagram.active.focus,
.open > .dropdown-toggle.btn-instagram.focus {
  color: #fff;
  background-color: #26455d;
}
.btn-instagram:active,
.btn-instagram.active,
.open > .dropdown-toggle.btn-instagram {
  background-image: none;
}
.btn-instagram.disabled:hover,
.btn-instagram[disabled]:hover,
fieldset[disabled] .btn-instagram:hover,
.btn-instagram.disabled:focus,
.btn-instagram[disabled]:focus,
fieldset[disabled] .btn-instagram:focus,
.btn-instagram.disabled.focus,
.btn-instagram[disabled].focus,
fieldset[disabled] .btn-instagram.focus {
  background-color: #3f729b;
}
.btn-instagram .badge {
  color: #3f729b;
  background-color: #fff;
}
.btn-linkedin {
  color: #fff;
  background-color: #007bb6;
}
.btn-linkedin:focus,
.btn-linkedin.focus {
  color: #fff;
  background-color: #005983;
}
.btn-linkedin:hover {
  color: #fff;
  background-color: #005983;
}
.btn-linkedin:active,
.btn-linkedin.active,
.open > .dropdown-toggle.btn-linkedin {
  color: #fff;
  background-color: #005983;
}
.btn-linkedin:active:hover,
.btn-linkedin.active:hover,
.open > .dropdown-toggle.btn-linkedin:hover,
.btn-linkedin:active:focus,
.btn-linkedin.active:focus,
.open > .dropdown-toggle.btn-linkedin:focus,
.btn-linkedin:active.focus,
.btn-linkedin.active.focus,
.open > .dropdown-toggle.btn-linkedin.focus {
  color: #fff;
  background-color: #00405f;
}
.btn-linkedin:active,
.btn-linkedin.active,
.open > .dropdown-toggle.btn-linkedin {
  background-image: none;
}
.btn-linkedin.disabled:hover,
.btn-linkedin[disabled]:hover,
fieldset[disabled] .btn-linkedin:hover,
.btn-linkedin.disabled:focus,
.btn-linkedin[disabled]:focus,
fieldset[disabled] .btn-linkedin:focus,
.btn-linkedin.disabled.focus,
.btn-linkedin[disabled].focus,
fieldset[disabled] .btn-linkedin.focus {
  background-color: #007bb6;
}
.btn-linkedin .badge {
  color: #007bb6;
  background-color: #fff;
}
.btn-microsoft {
  color: #fff;
  background-color: #2672ec;
}
.btn-microsoft:focus,
.btn-microsoft.focus {
  color: #fff;
  background-color: #125acd;
}
.btn-microsoft:hover {
  color: #fff;
  background-color: #125acd;
}
.btn-microsoft:active,
.btn-microsoft.active,
.open > .dropdown-toggle.btn-microsoft {
  color: #fff;
  background-color: #125acd;
}
.btn-microsoft:active:hover,
.btn-microsoft.active:hover,
.open > .dropdown-toggle.btn-microsoft:hover,
.btn-microsoft:active:focus,
.btn-microsoft.active:focus,
.open > .dropdown-toggle.btn-microsoft:focus,
.btn-microsoft:active.focus,
.btn-microsoft.active.focus,
.open > .dropdown-toggle.btn-microsoft.focus {
  color: #fff;
  background-color: #0f4bac;
}
.btn-microsoft:active,
.btn-microsoft.active,
.open > .dropdown-toggle.btn-microsoft {
  background-image: none;
}
.btn-microsoft.disabled:hover,
.btn-microsoft[disabled]:hover,
fieldset[disabled] .btn-microsoft:hover,
.btn-microsoft.disabled:focus,
.btn-microsoft[disabled]:focus,
fieldset[disabled] .btn-microsoft:focus,
.btn-microsoft.disabled.focus,
.btn-microsoft[disabled].focus,
fieldset[disabled] .btn-microsoft.focus {
  background-color: #2672ec;
}
.btn-microsoft .badge {
  color: #2672ec;
  background-color: #fff;
}
.btn-odnoklassniki {
  color: #fff;
  background-color: #f4731c;
}
.btn-odnoklassniki:focus,
.btn-odnoklassniki.focus {
  color: #fff;
  background-color: #d35b0a;
}
.btn-odnoklassniki:hover {
  color: #fff;
  background-color: #d35b0a;
}
.btn-odnoklassniki:active,
.btn-odnoklassniki.active,
.open > .dropdown-toggle.btn-odnoklassniki {
  color: #fff;
  background-color: #d35b0a;
}
.btn-odnoklassniki:active:hover,
.btn-odnoklassniki.active:hover,
.open > .dropdown-toggle.btn-odnoklassniki:hover,
.btn-odnoklassniki:active:focus,
.btn-odnoklassniki.active:focus,
.open > .dropdown-toggle.btn-odnoklassniki:focus,
.btn-odnoklassniki:active.focus,
.btn-odnoklassniki.active.focus,
.open > .dropdown-toggle.btn-odnoklassniki.focus {
  color: #fff;
  background-color: #b14c09;
}
.btn-odnoklassniki:active,
.btn-odnoklassniki.active,
.open > .dropdown-toggle.btn-odnoklassniki {
  background-image: none;
}
.btn-odnoklassniki.disabled:hover,
.btn-odnoklassniki[disabled]:hover,
fieldset[disabled] .btn-odnoklassniki:hover,
.btn-odnoklassniki.disabled:focus,
.btn-odnoklassniki[disabled]:focus,
fieldset[disabled] .btn-odnoklassniki:focus,
.btn-odnoklassniki.disabled.focus,
.btn-odnoklassniki[disabled].focus,
fieldset[disabled] .btn-odnoklassniki.focus {
  background-color: #f4731c;
}
.btn-odnoklassniki .badge {
  color: #f4731c;
  background-color: #fff;
}
.btn-openid {
  color: #fff;
  background-color: #f7931e;
}
.btn-openid:focus,
.btn-openid.focus {
  color: #fff;
  background-color: #da7908;
}
.btn-openid:hover {
  color: #fff;
  background-color: #da7908;
}
.btn-openid:active,
.btn-openid.active,
.open > .dropdown-toggle.btn-openid {
  color: #fff;
  background-color: #da7908;
}
.btn-openid:active:hover,
.btn-openid.active:hover,
.open > .dropdown-toggle.btn-openid:hover,
.btn-openid:active:focus,
.btn-openid.active:focus,
.open > .dropdown-toggle.btn-openid:focus,
.btn-openid:active.focus,
.btn-openid.active.focus,
.open > .dropdown-toggle.btn-openid.focus {
  color: #fff;
  background-color: #b86607;
}
.btn-openid:active,
.btn-openid.active,
.open > .dropdown-toggle.btn-openid {
  background-image: none;
}
.btn-openid.disabled:hover,
.btn-openid[disabled]:hover,
fieldset[disabled] .btn-openid:hover,
.btn-openid.disabled:focus,
.btn-openid[disabled]:focus,
fieldset[disabled] .btn-openid:focus,
.btn-openid.disabled.focus,
.btn-openid[disabled].focus,
fieldset[disabled] .btn-openid.focus {
  background-color: #f7931e;
}
.btn-openid .badge {
  color: #f7931e;
  background-color: #fff;
}
.btn-pinterest {
  color: #fff;
  background-color: #cb2027;
}
.btn-pinterest:focus,
.btn-pinterest.focus {
  color: #fff;
  background-color: #9f191f;
}
.btn-pinterest:hover {
  color: #fff;
  background-color: #9f191f;
}
.btn-pinterest:active,
.btn-pinterest.active,
.open > .dropdown-toggle.btn-pinterest {
  color: #fff;
  background-color: #9f191f;
}
.btn-pinterest:active:hover,
.btn-pinterest.active:hover,
.open > .dropdown-toggle.btn-pinterest:hover,
.btn-pinterest:active:focus,
.btn-pinterest.active:focus,
.open > .dropdown-toggle.btn-pinterest:focus,
.btn-pinterest:active.focus,
.btn-pinterest.active.focus,
.open > .dropdown-toggle.btn-pinterest.focus {
  color: #fff;
  background-color: #801419;
}
.btn-pinterest:active,
.btn-pinterest.active,
.open > .dropdown-toggle.btn-pinterest {
  background-image: none;
}
.btn-pinterest.disabled:hover,
.btn-pinterest[disabled]:hover,
fieldset[disabled] .btn-pinterest:hover,
.btn-pinterest.disabled:focus,
.btn-pinterest[disabled]:focus,
fieldset[disabled] .btn-pinterest:focus,
.btn-pinterest.disabled.focus,
.btn-pinterest[disabled].focus,
fieldset[disabled] .btn-pinterest.focus {
  background-color: #cb2027;
}
.btn-pinterest .badge {
  color: #cb2027;
  background-color: #fff;
}
.btn-reddit {
  color: #000;
  background-color: #eff7ff;
}
.btn-reddit:focus,
.btn-reddit.focus {
  color: #000;
  background-color: #bcddff;
}
.btn-reddit:hover {
  color: #000;
  background-color: #bcddff;
}
.btn-reddit:active,
.btn-reddit.active,
.open > .dropdown-toggle.btn-reddit {
  color: #000;
  background-color: #bcddff;
}
.btn-reddit:active:hover,
.btn-reddit.active:hover,
.open > .dropdown-toggle.btn-reddit:hover,
.btn-reddit:active:focus,
.btn-reddit.active:focus,
.open > .dropdown-toggle.btn-reddit:focus,
.btn-reddit:active.focus,
.btn-reddit.active.focus,
.open > .dropdown-toggle.btn-reddit.focus {
  color: #000;
  background-color: #98ccff;
}
.btn-reddit:active,
.btn-reddit.active,
.open > .dropdown-toggle.btn-reddit {
  background-image: none;
}
.btn-reddit.disabled:hover,
.btn-reddit[disabled]:hover,
fieldset[disabled] .btn-reddit:hover,
.btn-reddit.disabled:focus,
.btn-reddit[disabled]:focus,
fieldset[disabled] .btn-reddit:focus,
.btn-reddit.disabled.focus,
.btn-reddit[disabled].focus,
fieldset[disabled] .btn-reddit.focus {
  background-color: #eff7ff;
}
.btn-reddit .badge {
  color: #eff7ff;
  background-color: #000;
}
.btn-soundcloud {
  color: #fff;
  background-color: #f50;
}
.btn-soundcloud:focus,
.btn-soundcloud.focus {
  color: #fff;
  background-color: #c40;
}
.btn-soundcloud:hover {
  color: #fff;
  background-color: #c40;
}
.btn-soundcloud:active,
.btn-soundcloud.active,
.open > .dropdown-toggle.btn-soundcloud {
  color: #fff;
  background-color: #c40;
}
.btn-soundcloud:active:hover,
.btn-soundcloud.active:hover,
.open > .dropdown-toggle.btn-soundcloud:hover,
.btn-soundcloud:active:focus,
.btn-soundcloud.active:focus,
.open > .dropdown-toggle.btn-soundcloud:focus,
.btn-soundcloud:active.focus,
.btn-soundcloud.active.focus,
.open > .dropdown-toggle.btn-soundcloud.focus {
  color: #fff;
  background-color: #a83800;
}
.btn-soundcloud:active,
.btn-soundcloud.active,
.open > .dropdown-toggle.btn-soundcloud {
  background-image: none;
}
.btn-soundcloud.disabled:hover,
.btn-soundcloud[disabled]:hover,
fieldset[disabled] .btn-soundcloud:hover,
.btn-soundcloud.disabled:focus,
.btn-soundcloud[disabled]:focus,
fieldset[disabled] .btn-soundcloud:focus,
.btn-soundcloud.disabled.focus,
.btn-soundcloud[disabled].focus,
fieldset[disabled] .btn-soundcloud.focus {
  background-color: #f50;
}
.btn-soundcloud .badge {
  color: #f50;
  background-color: #fff;
}
.btn-tumblr {
  color: #fff;
  background-color: #2c4762;
}
.btn-tumblr:focus,
.btn-tumblr.focus {
  color: #fff;
  background-color: #1c2d3f;
}
.btn-tumblr:hover {
  color: #fff;
  background-color: #1c2d3f;
}
.btn-tumblr:active,
.btn-tumblr.active,
.open > .dropdown-toggle.btn-tumblr {
  color: #fff;
  background-color: #1c2d3f;
}
.btn-tumblr:active:hover,
.btn-tumblr.active:hover,
.open > .dropdown-toggle.btn-tumblr:hover,
.btn-tumblr:active:focus,
.btn-tumblr.active:focus,
.open > .dropdown-toggle.btn-tumblr:focus,
.btn-tumblr:active.focus,
.btn-tumblr.active.focus,
.open > .dropdown-toggle.btn-tumblr.focus {
  color: #fff;
  background-color: #111c26;
}
.btn-tumblr:active,
.btn-tumblr.active,
.open > .dropdown-toggle.btn-tumblr {
  background-image: none;
}
.btn-tumblr.disabled:hover,
.btn-tumblr[disabled]:hover,
fieldset[disabled] .btn-tumblr:hover,
.btn-tumblr.disabled:focus,
.btn-tumblr[disabled]:focus,
fieldset[disabled] .btn-tumblr:focus,
.btn-tumblr.disabled.focus,
.btn-tumblr[disabled].focus,
fieldset[disabled] .btn-tumblr.focus {
  background-color: #2c4762;
}
.btn-tumblr .badge {
  color: #2c4762;
  background-color: #fff;
}
.btn-twitter {
  color: #fff;
  background-color: #55acee;
}
.btn-twitter:focus,
.btn-twitter.focus {
  color: #fff;
  background-color: #2795e9;
}
.btn-twitter:hover {
  color: #fff;
  background-color: #2795e9;
}
.btn-twitter:active,
.btn-twitter.active,
.open > .dropdown-toggle.btn-twitter {
  color: #fff;
  background-color: #2795e9;
}
.btn-twitter:active:hover,
.btn-twitter.active:hover,
.open > .dropdown-toggle.btn-twitter:hover,
.btn-twitter:active:focus,
.btn-twitter.active:focus,
.open > .dropdown-toggle.btn-twitter:focus,
.btn-twitter:active.focus,
.btn-twitter.active.focus,
.open > .dropdown-toggle.btn-twitter.focus {
  color: #fff;
  background-color: #1583d7;
}
.btn-twitter:active,
.btn-twitter.active,
.open > .dropdown-toggle.btn-twitter {
  background-image: none;
}
.btn-twitter.disabled:hover,
.btn-twitter[disabled]:hover,
fieldset[disabled] .btn-twitter:hover,
.btn-twitter.disabled:focus,
.btn-twitter[disabled]:focus,
fieldset[disabled] .btn-twitter:focus,
.btn-twitter.disabled.focus,
.btn-twitter[disabled].focus,
fieldset[disabled] .btn-twitter.focus {
  background-color: #55acee;
}
.btn-twitter .badge {
  color: #55acee;
  background-color: #fff;
}
.btn-vimeo {
  color: #fff;
  background-color: #1ab7ea;
}
.btn-vimeo:focus,
.btn-vimeo.focus {
  color: #fff;
  background-color: #1295bf;
}
.btn-vimeo:hover {
  color: #fff;
  background-color: #1295bf;
}
.btn-vimeo:active,
.btn-vimeo.active,
.open > .dropdown-toggle.btn-vimeo {
  color: #fff;
  background-color: #1295bf;
}
.btn-vimeo:active:hover,
.btn-vimeo.active:hover,
.open > .dropdown-toggle.btn-vimeo:hover,
.btn-vimeo:active:focus,
.btn-vimeo.active:focus,
.open > .dropdown-toggle.btn-vimeo:focus,
.btn-vimeo:active.focus,
.btn-vimeo.active.focus,
.open > .dropdown-toggle.btn-vimeo.focus {
  color: #fff;
  background-color: #0f7b9f;
}
.btn-vimeo:active,
.btn-vimeo.active,
.open > .dropdown-toggle.btn-vimeo {
  background-image: none;
}
.btn-vimeo.disabled:hover,
.btn-vimeo[disabled]:hover,
fieldset[disabled] .btn-vimeo:hover,
.btn-vimeo.disabled:focus,
.btn-vimeo[disabled]:focus,
fieldset[disabled] .btn-vimeo:focus,
.btn-vimeo.disabled.focus,
.btn-vimeo[disabled].focus,
fieldset[disabled] .btn-vimeo.focus {
  background-color: #1ab7ea;
}
.btn-vimeo .badge {
  color: #1ab7ea;
  background-color: #fff;
}
.btn-vk {
  color: #fff;
  background-color: #587ea3;
}
.btn-vk:focus,
.btn-vk.focus {
  color: #fff;
  background-color: #466482;
}
.btn-vk:hover {
  color: #fff;
  background-color: #466482;
}
.btn-vk:active,
.btn-vk.active,
.open > .dropdown-toggle.btn-vk {
  color: #fff;
  background-color: #466482;
}
.btn-vk:active:hover,
.btn-vk.active:hover,
.open > .dropdown-toggle.btn-vk:hover,
.btn-vk:active:focus,
.btn-vk.active:focus,
.open > .dropdown-toggle.btn-vk:focus,
.btn-vk:active.focus,
.btn-vk.active.focus,
.open > .dropdown-toggle.btn-vk.focus {
  color: #fff;
  background-color: #3a526b;
}
.btn-vk:active,
.btn-vk.active,
.open > .dropdown-toggle.btn-vk {
  background-image: none;
}
.btn-vk.disabled:hover,
.btn-vk[disabled]:hover,
fieldset[disabled] .btn-vk:hover,
.btn-vk.disabled:focus,
.btn-vk[disabled]:focus,
fieldset[disabled] .btn-vk:focus,
.btn-vk.disabled.focus,
.btn-vk[disabled].focus,
fieldset[disabled] .btn-vk.focus {
  background-color: #587ea3;
}
.btn-vk .badge {
  color: #587ea3;
  background-color: #fff;
}
.btn-yahoo {
  color: #fff;
  background-color: #720e9e;
}
.btn-yahoo:focus,
.btn-yahoo.focus {
  color: #fff;
  background-color: #500a6f;
}
.btn-yahoo:hover {
  color: #fff;
  background-color: #500a6f;
}
.btn-yahoo:active,
.btn-yahoo.active,
.open > .dropdown-toggle.btn-yahoo {
  color: #fff;
  background-color: #500a6f;
}
.btn-yahoo:active:hover,
.btn-yahoo.active:hover,
.open > .dropdown-toggle.btn-yahoo:hover,
.btn-yahoo:active:focus,
.btn-yahoo.active:focus,
.open > .dropdown-toggle.btn-yahoo:focus,
.btn-yahoo:active.focus,
.btn-yahoo.active.focus,
.open > .dropdown-toggle.btn-yahoo.focus {
  color: #fff;
  background-color: #39074e;
}
.btn-yahoo:active,
.btn-yahoo.active,
.open > .dropdown-toggle.btn-yahoo {
  background-image: none;
}
.btn-yahoo.disabled:hover,
.btn-yahoo[disabled]:hover,
fieldset[disabled] .btn-yahoo:hover,
.btn-yahoo.disabled:focus,
.btn-yahoo[disabled]:focus,
fieldset[disabled] .btn-yahoo:focus,
.btn-yahoo.disabled.focus,
.btn-yahoo[disabled].focus,
fieldset[disabled] .btn-yahoo.focus {
  background-color: #720e9e;
}
.btn-yahoo .badge {
  color: #720e9e;
  background-color: #fff;
}
.btn-amazon {
  color: #fff;
  background-color: #ff9900;
}
.btn-amazon:focus,
.btn-amazon.focus {
  color: #fff;
  background-color: #ffb425;
}
.btn-amazon:hover {
  color: #fff;
  background-color: #ffb425;
}
.btn-amazon:active,
.btn-amazon.active,
.open > .dropdown-toggle.btn-amazon {
  color: #fff;
  background-color: #ffb425;
}
.btn-amazon:active:hover,
.btn-amazon.active:hover,
.open > .dropdown-toggle.btn-amazon:hover,
.btn-amazon:active:focus,
.btn-amazon.active:focus,
.open > .dropdown-toggle.btn-amazon:focus,
.btn-amazon:active.focus,
.btn-amazon.active.focus,
.open > .dropdown-toggle.btn-amazon.focus {
  color: #fff;
  background-color: #ffb425;
}
.btn-amazon:active,
.btn-amazon.active,
.open > .dropdown-toggle.btn-amazon {
  background-image: none;
}
.btn-amazon.disabled:hover,
.btn-amazon[disabled]:hover,
fieldset[disabled] .btn-amazon:hover,
.btn-amazon.disabled:focus,
.btn-amazon[disabled]:focus,
fieldset[disabled] .btn-amazon:focus,
.btn-amazon.disabled.focus,
.btn-amazon[disabled].focus,
fieldset[disabled] .btn-amazon.focus {
  background-color: #ff9900;
}
.btn-amazon .badge {
  color: #ff9900;
  background-color: #fff;
}
/**
 * Owl Carousel v2.3.0
 * Copyright 2020 David Deutsch
 * Licensed under  ()
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  width: 100%;
  display: none;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel > li,
.owl-carousel > div {
  display: inline-block;
  vertical-align: top;
}
.owl-carousel > li img,
.owl-carousel > div img {
  width: 100%;
}
.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 */
  transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -moz-backface-visibility: hidden;
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  height: auto;
}
.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: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button {
  opacity: 0;
  visibility: hidden;
  transition: all 250ms ease;
}
.owl-carousel:hover .owl-nav button {
  opacity: 1;
  visibility: visible;
}
.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;
  position: relative;
  white-space: normal;
}
.owl-carousel.owl-loaded > li,
.owl-carousel.owl-loaded > div {
  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: 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 {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
  backface-visibility: hidden;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes fadeInDownSlide {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDownSlide {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDownSlide {
  visibility: hidden;
}
.owl-loaded .active .fadeInDownSlide {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  backface-visibility: hidden;
  visibility: visible;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.delay-0s5 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.animated.delay-1s5 {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}
.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.animated.delay-2s5 {
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s;
}
.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}
.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}
.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}
.animated.fast {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
}
.animated.faster {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}
.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}
/*
 *  Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}
/*
 *  Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
  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/MageBig/martfury_wowshop02/en_US/css/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  backface-visibility: hidden;
  transition: -webkit-transform 100ms ease;
  transition: transform 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
  -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%;
}
/*
 *  Green theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav [class*='owl-'] {
  position: absolute;
  top: 50%;
  margin: 0;
  padding: 0;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  text-align: center;
  line-height: 40px;
  left: 0;
  border: none;
  border-radius: 0;
  background-color: rgba(0, 0, 0, 0.2);
  color: #ffffff;
  font-size: 20px;
  outline: none;
}
.owl-theme .owl-nav [class*='owl-']:hover {
  background: rgba(0, 0, 0, 0.5);
  color: #FFF;
  text-decoration: none;
}
.owl-theme .owl-nav .owl-next {
  left: auto;
  right: 0;
}
.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;
  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: #022335;
}
.category-products {
  position: relative;
}
.block-static {
  position: relative;
}
.video-fullscreen {
  min-height: 100%;
}
.widgetplus-block {
  position: relative;
}
.slider-2 {
  overflow: hidden;
}
.slider-2 .owl-carousel {
  width: 100%;
  display: block;
  white-space: nowrap;
  opacity: 1;
  visibility: visible;
  height: auto;
  min-height: 30px;
}
.slider-2 .owl-carousel .owl-item {
  white-space: normal;
}
.slider-2 .owl-carousel > [data-content-type=html] {
  white-space: nowrap;
}
.slider-2 .owl-carousel > [data-content-type=html] > div {
  display: inline-block;
  width: 100%;
}
.slider-2 .owl-carousel:before {
  display: none;
}
.slider-2 .owl-carousel > li,
.slider-2 .owl-carousel > div {
  width: 100%;
}
.slider-2 .owl-dots {
  position: absolute;
  width: 100%;
  bottom: 0;
  vertical-align: top;
}
.owl-carousel {
  width: 100%;
  display: block;
  white-space: nowrap;
  opacity: 1;
  visibility: visible;
  height: 100px;
  overflow: hidden;
}
.owl-carousel .owl-item {
  white-space: normal;
}
.owl-carousel:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #fff;
  z-index: 200;
  content: '';
}
.owl-carousel.owl-loaded {
  height: auto;
  overflow: visible;
}
.owl-carousel.owl-loaded:before,
.owl-carousel.owl-loaded:after {
  display: none;
  background: none;
}
.block-cat-product .owl-carousel {
  position: static;
}
.video-block {
  max-width: 100%;
  height: auto;
}
video.background {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  min-width: 100%;
  height: auto;
  min-height: 100%;
  transform: translateX(-50%) translateY(-50%);
  z-index: -1;
}
.price-wrap {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.price-wrap .price-box {
  float: left;
}
.price-wrap .discount-percent {
  float: right;
  color: #f14705;
  font-size: 14px;
}
.product-item-photo .discount-percent,
.product.media .discount-percent {
  position: absolute;
  background: #fbaf44;
  font-size: 14px;
  top: 15px;
  right: 18px;
  text-align: center;
  padding: 4px;
  color: #383838;
  z-index: 2;
  -webkit-border-radius: 3px;
  line-height: 14px;
  font-weight: bold;
  max-width: 40px;
}
.widget-product {
  margin-bottom: 30px;
}
.widget-product .owl-theme .owl-nav [class*='owl-'] {
  background-color: rgba(255, 255, 255, 0.2);
  color: #cccccc;
  left: -40px;
  font-size: 30px;
}
.widget-product .owl-theme .owl-nav [class*='owl-']:hover {
  color: #000;
}
.widget-product .owl-theme .owl-nav .owl-next {
  left: auto;
  right: -40px;
}
.widget-product .owl-carousel .owl-nav button {
  opacity: 1;
  visibility: visible;
}
.widget-product .owl-carousel .product-item {
  margin-bottom: 0;
}
.widget-product .heading-title {
  font-size: 24px;
  font-weight: 500;
}
.widget-nav-top .heading-title {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #e1e1e1;
}
.widget-nav-top .owl-nav {
  position: absolute;
  top: 0;
  right: -10px;
  margin-top: -55px;
}
.widget-nav-top .owl-theme .owl-nav [class*='owl-'] {
  position: static;
  font-size: 20px;
  width: 30px;
  margin: 0;
}
.widget-nav-top .owl-theme .owl-nav [class*='owl-']:hover {
  color: #000;
}
.widget-heading-center .heading-title {
  background-color: #f4f4f4;
  text-align: center;
  padding: 10px 0;
  margin-bottom: 10px;
  font-weight: 500;
  border-bottom: 1px solid #e3e3e3;
  font-size: 20px;
}
.block-cat-product .widget-product {
  margin-bottom: 0;
}
.widget-gallery-image {
  border: 1px solid #e1e1e1;
  padding: 10px 30px;
  margin-top: 30px;
}
.widget-gallery-image .heading-title {
  font-weight: 500;
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.widget-gallery-image.widget-product .owl-theme .owl-nav [class*='owl-'] {
  color: #cccccc;
  font-size: 16px;
  top: -36px;
  right: 0;
  left: auto;
  border: 1px solid #e1e1e1;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
.widget-gallery-image.widget-product .owl-theme .owl-nav [class*='owl-']:hover {
  border-color: #000000;
  color: #000000;
}
.widget-gallery-image.widget-product .owl-theme .owl-nav .owl-prev {
  right: 40px;
}
.product-item.single-discount .gallery-wrap {
  position: relative;
}
.product-item.single-discount .gallery-wrap .discount-percent {
  position: absolute;
  top: 15px;
  right: 15px;
  color: #ffffff;
  font-size: 25px;
  font-weight: 500;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  line-height: 70px;
  text-align: center;
}
.product-item.single-discount .product-item-name {
  max-height: none;
  font-size: 18px;
}
.product-item.single-discount .special-price .price {
  font-size: 24px;
  color: #ff3300;
  font-weight: 500;
}
.product-item.single-discount .stock-wrap {
  margin: 10px 0 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #d1d1d1;
}
.product-item.single-discount .stock-wrap .stock {
  display: inline-block;
}
.product-item.single-discount .sold-progress {
  height: 18px;
}
.product-item.single-discount .promo-countdown {
  margin-bottom: 15px;
}
.sale-countdown {
  margin: 0 -5px;
}
.sale-countdown > div {
  display: inline-block;
  padding: 0 5px;
}
.sale-countdown.style-box {
  margin: 0 -15px;
}
.sale-countdown.style-box > div {
  padding: 0 15px;
  position: relative;
}
.sale-countdown.style-box > div:before {
  content: ':';
  position: absolute;
  right: -1px;
  line-height: 55px;
}
.sale-countdown.style-box > div:last-child:before {
  display: none;
}
.sale-countdown.style-box .num {
  color: red;
  min-width: 55px;
  height: 55px;
  border: 1px solid #d9d9d9;
  line-height: 53px;
  font-weight: 500;
  font-size: 25px;
  display: inline-block;
  text-align: center;
}
.sale-countdown.style-box .unit {
  font-size: 14px;
  color: #666666;
  text-align: center;
  display: block;
}
.product-promo-wrap {
  margin: 30px 0;
}
.product-promo-wrap .widget-sidebar {
  margin: 0;
  height: 100%;
}
.product-promo-wrap .widget-gallery-image {
  margin: 0;
  height: 100%;
}
.widget-sidebar {
  margin: 30px 0;
  padding: 10px 20px;
  border: 1px solid #e1e1e1;
}
.widget-sidebar .heading-title {
  font-weight: 500;
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 10px;
  margin-bottom: 5px;
  display: inline-block;
  width: 100%;
}
.widget-sidebar .product-item .product-item-name {
  margin-bottom: 7px;
}
.product-sidebar {
  margin: 10px 0;
}
.product-sidebar .product-item-info {
  position: relative;
}
.product-sidebar .product-show {
  position: absolute;
  top: 0;
  left: 0;
}
.product-sidebar .product-item-details {
  padding-left: 70px;
}
.product-sidebar .product-image-container {
  max-width: 65px;
}
@media (max-width: 991px) {
  .product-promo-wrap .widget-sidebar {
    margin-top: 30px;
  }
  .sale-countdown.style-box {
    margin: 0 -10px;
  }
  .sale-countdown.style-box > div {
    padding: 0 10px;
  }
  .sale-countdown.style-box .num {
    min-width: 40px;
    height: 40px;
    line-height: 38px;
    font-weight: 500;
    font-size: 16px;
  }
  .sale-countdown.style-box > div:before {
    line-height: 40px;
  }
  .widget-sidebar .heading-title {
    font-size: 18px;
    padding-top: 5px;
  }
  .product-item.single-discount .product-item-name {
    font-size: 16px;
    max-resolution: 15px;
  }
  .product-promo-wrap .widget-sidebar,
  .product-promo-wrap .widget-gallery-image {
    height: auto;
  }
  .widget-product .heading-title,
  .block-main-product .top-title .title {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .widget-product .owl-theme .owl-nav [class*='owl-'] {
    left: -15px;
  }
  .widget-product .owl-theme .owl-nav .owl-next {
    right: -15px;
    left: auto;
  }
}
.catalog-category-view .actions-primary + .actions-secondary {
  vertical-align: top;
}
.catalog-category-view button.buynow {
  margin-left: 5px;
}
.catalog-product-view #product-addtocart-button {
  float: left;
}
.buy-now-btn {
  margin-right: 1%;
  width: 49%;
  line-height: 3.6rem;
}
@media (max-width: 767px) {
  .catalog-category-view button.buynow {
    margin-top: 5px;
    margin-left: 0px;
  }
}
.faq-collection {
  margin-bottom: 20px;
}
.faq-collection .ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 10px 0 0 0;
  padding: 0.8em .5em 0.8em 1em;
  font-size: 15px;
  font-weight: bold;
}
.faq-collection .ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto;
}
.faq-collection .ui-slider.ui-state-disabled .ui-slider-handle,
.faq-collection .ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}
.faq-collection .ui-slider-vertical {
  width: .8em;
  height: 100px;
}
.faq-collection .ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.6em;
}
.faq-collection .ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}
.faq-collection .ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}
.faq-collection .ui-slider-vertical .ui-slider-range-max {
  top: 0;
}
.faq-collection .faq-accordion .ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5;
}
.faq-collection .faq-accordion .ui-widget-content {
  border: 1px solid #dddddd;
  background: #ffffff;
  color: #333333;
}
.faq-collection .faq-accordion .ui-widget-content a {
  color: #333333;
}
.faq-collection .ui-state-default,
.faq-collection .ui-widget-content .ui-state-default,
.faq-collection .ui-widget-header .ui-state-default {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545;
}
.faq-collection .ui-state-hover a,
.faq-collection .ui-state-hover a:hover,
.faq-collection .ui-state-hover a:link,
.faq-collection .ui-state-hover a:visited,
.faq-collection .ui-state-focus a,
.faq-collection .ui-state-focus a:hover,
.faq-collection .ui-state-focus a:link,
.faq-collection .ui-state-focus a:visited {
  color: #2b2b2b;
  text-decoration: none;
}
.faq-collection .ui-visual-focus {
  box-shadow: 0 0 3px 1px #5e9ed6;
}
.faq-collection .ui-state-active,
.faq-collection .ui-widget-content .ui-state-active,
.faq-collection .ui-widget-header .ui-state-active {
  border: 1px solid #003eff;
  background: #007fff;
  font-weight: normal;
  color: #ffffff;
}
.faq-collection .ui-state-active a,
.faq-collection .ui-state-active a:link,
.faq-collection .ui-state-active a:visited {
  color: #ffffff;
  text-decoration: none;
}
.faq-collection .group-title {
  margin: 25px 0;
  font-size: 18px;
  text-transform: uppercase;
  line-height: 1.5;
  padding-bottom: 0.25em;
  border-bottom: 1px solid #ddd;
  width: 100%;
  color: #198dd3;
  font-weight: bold;
}
.faq-collection .group-title i {
  float: left;
  width: 2.15em;
  border-bottom: 1px solid #b55;
  position: absolute;
  bottom: -1px;
  z-index: 9999;
  border-bottom-color: #198dd3;
}
.faq-collection .faq-groups {
  width: 100%;
  margin-bottom: 30px;
  text-align: center;
}
.faq-collection .faq-group {
  display: inline-block;
}
.faq-collection .faq-group-image {
  border: 1px solid #1979C3;
  padding: 20px;
  margin-right: 25px;
}
.faq-collection img.group-image {
  height: 100px;
  width: 100px;
}
.faq-collection .faq-groupname {
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  margin: 10px 25px 0 0;
}
.faq-collection .faq-group a.group-link:hover {
  color: #ff5501;
  text-decoration: none;
}
.faq-collection .faq-group .faq-group-image:hover {
  border-color: #ff5501;
}
.faq-collection .faq-content .ui-accordion-header:hover {
  background-color: #1979c3;
  color: #ffffff;
}
.faq-collection .faq-group:hover {
  border-color: #ff5501;
}
.faq-collection .faq-collection {
  margin-bottom: 30px;
  float: left;
  width: 100%;
}
.faq-collection .ui-accordion .ui-state-default:after {
  content: '\f054';
  font-family: 'FontAwesome';
  float: right;
}
.faq-collection .ui-accordion .ui-accordion-header-active:after {
  content: '\f078';
  font-family: 'FontAwesome';
}
#faq-loader {
  display: block;
  position: fixed;
  left: 50%;
  top: 50%;
}
.bfb-checkbox-item,
.bfb-radio-item {
  margin-top: 0.7rem;
}
.mgz-control-radio,
.mgz-control-checkbox {
  cursor: pointer;
  opacity: .01;
  overflow: hidden;
  position: absolute !important;
  vertical-align: top;
}
.mgz-control-radio:after,
.mgz-control-checkbox:after {
  display: none;
}
.mgz-control-radio + label,
.mgz-control-checkbox + label {
  cursor: pointer;
  display: inline-block;
  vertical-align: sub;
}
.mgz-control-radio + label:before,
.mgz-control-checkbox + label:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Magezon-Icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #ffffff;
  border: 1px solid #adadad;
  color: transparent;
  float: left;
  height: 1.6rem;
  text-align: center;
  vertical-align: top;
  width: 1.6rem;
}
.mgz-control-radio + label,
.mgz-control-checkbox + label {
  padding-left: 2.2rem;
}
.mgz-control-radio + label:before,
.mgz-control-checkbox + label:before {
  margin: 1px 0 0 -2.2rem;
}
.mgz-control-radio:checked + label:before,
.mgz-control-checkbox:checked + label:before {
  color: #514943;
}
.mgz-control-radio.disabled + label,
.mgz-control-checkbox.disabled + label,
.mgz-control-radio[disabled] + label,
.mgz-control-checkbox[disabled] + label {
  color: #303030;
  cursor: default;
  opacity: .5;
}
.mgz-control-radio.disabled + label:before,
.mgz-control-checkbox.disabled + label:before,
.mgz-control-radio[disabled] + label:before,
.mgz-control-checkbox[disabled] + label:before {
  background-color: #e9e9e9;
  border-color: #adadad;
  cursor: default;
}
._keyfocus .mgz-control-radio:not([disabled]):focus + label:before,
._keyfocus .mgz-control-checkbox:not([disabled]):focus + label:before,
._keyfocus .mgz-control-radio:not(.disabled):focus + label:before,
._keyfocus .mgz-control-checkbox:not(.disabled):focus + label:before {
  border-color: #007bdb;
}
.mgz-control-radio:not([disabled]):hover + label:before,
.mgz-control-checkbox:not([disabled]):hover + label:before,
.mgz-control-radio:not(.disabled):hover + label:before,
.mgz-control-checkbox:not(.disabled):hover + label:before {
  border-color: #878787;
}
.mgz-control-radio + label:before {
  border-radius: 1.6rem;
  content: '';
  transition: border-color 0.1s linear, color 0.1s ease-in;
}
.mgz-control-radio.mgz-control-radio + label:before {
  line-height: 140%;
}
.mgz-control-radio:checked + label {
  position: relative;
}
.mgz-control-radio:checked + label:after {
  background-color: #514943;
  border-radius: 50%;
  content: '';
  height: 10px;
  left: 3px;
  position: absolute;
  top: 4px;
  width: 10px;
}
.mgz-control-radio:checked:not([disabled]):hover,
.mgz-control-radio:checked:not(.disabled):hover {
  cursor: default;
}
.mgz-control-radio:checked:not([disabled]):hover + label,
.mgz-control-radio:checked:not(.disabled):hover + label {
  cursor: default;
}
.mgz-control-radio:checked:not([disabled]):hover + label:before,
.mgz-control-radio:checked:not(.disabled):hover + label:before {
  border-color: #adadad;
}
.mgz-control-checkbox + label:before {
  border-radius: 1px;
  content: '';
  font-size: 0;
  transition: font-size 0.1s ease-out, color 0.1s ease-out, border-color 0.1s linear;
}
.mgz-control-checkbox:checked + label:before {
  content: '\e62d';
  font-size: 1.1rem;
  line-height: 125%;
}
.mgz__actions-switch {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.admin__field-control .mgz__actions-switch {
  line-height: 3.2rem;
}
.mgz__actions-switch + .admin__field-service {
  min-width: 34rem;
}
.mgz__actions-switch-checkbox {
  position: absolute !important;
}
._disabled .mgz__actions-switch-checkbox + .mgz__actions-switch-label,
.mgz__actions-switch-checkbox.disabled + .mgz__actions-switch-label {
  cursor: not-allowed;
  opacity: 0.5;
  pointer-events: none;
}
.mgz__actions-switch-checkbox:checked + .mgz__actions-switch-label:before {
  left: 15px;
}
.mgz__actions-switch-checkbox:checked + .mgz__actions-switch-label:after {
  background: #79a22e;
}
.mgz__actions-switch-checkbox:checked + .mgz__actions-switch-label .mgz__actions-switch-text:before {
  content: attr(data-text-on);
}
._error .mgz__actions-switch-checkbox + .mgz__actions-switch-label:before,
._error .mgz__actions-switch-checkbox + .mgz__actions-switch-label:after {
  border-color: #e22626;
}
.mgz__actions-switch-label {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  cursor: pointer;
  display: inline-block;
  height: 22px;
  line-height: 22px;
  position: relative;
  user-select: none;
  vertical-align: middle;
}
.mgz__actions-switch-label:before,
.mgz__actions-switch-label:after {
  left: 0;
  position: absolute;
  right: auto;
  top: 0;
}
.mgz__actions-switch-label:before {
  background: #ffffff;
  border: 1px solid #aaa6a0;
  border-radius: 100%;
  content: '';
  display: block;
  height: 22px;
  transition: left 0.2s ease-in 0s;
  width: 22px;
  z-index: 1;
}
.mgz__actions-switch-label:after {
  background: #e3e3e3;
  border: 1px solid #aaa6a0;
  border-radius: 12px;
  content: '';
  display: block;
  height: 22px;
  transition: background 0.2s ease-in 0s;
  width: 37px;
  z-index: 0;
}
.mgz__actions-switch-text:before {
  content: attr(data-text-off);
  padding-left: 47px;
  white-space: nowrap;
}
.mgzFlex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.mgz-invisible {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.magezon-icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Magezon-Icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.MgzFontAwesome {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.mgz-text-left {
  text-align: left;
}
.mgz-text-right {
  text-align: right;
}
.mgz-text-center {
  text-align: center;
}
.mgz-text-justify {
  text-align: justify;
}
.mgz-hidden {
  display: none;
}
.mgz-hide {
  display: none;
}
.mgz-visible {
  display: block;
}
.mgz_fit {
  width: 1% !important;
}
.mgz_center {
  text-align: center;
}
.lazy-blur {
  transform: translate3d(0, 0, 0);
  transform: translateZ(0);
  transition: 0.3s filter linear;
  -o-transition: 0.3s -o-filter linear;
  -webkit-filter: blur(5px);
  filter: blur(5px);
}
.lazy-blur.lazy-loaded {
  -webkit-filter: blur(0px);
  filter: blur(0px);
  image-rendering: initial;
}
.owl-carousel .owl-item img.lazy-loading {
  height: 0;
}
#wowshop_homepopup {
  width: 100%;
  margin: 0 auto;
  border-radius: 3px;
  position: relative;
}
#wowshop_homepopup .mfp-close {
  background-color: #000000;
  color: #ffffff;
  top: 12px;
  right: 12px;
  opacity: 1;
}
#wowshop_homepopup figure {
  margin: 0;
}
.homepopup-content {
  padding: 15px;
}
.homepopup-content .homepopup-inner {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 10;
}
.homepopup-content .homepopup-title h3 {
  margin: 40px 0 30px;
  font-size: 24px;
  text-transform: capitalize;
  font-weight: 400;
}
.homepopup-content .homepopup-title h3 span {
  color: #ff3300;
  font-weight: bold;
}
.homepopup-content .homepopup {
  padding: 0 30px;
}
.homepopup-content .homepopup_textt .text_desc {
  color: #666666;
  margin-bottom: 30px;
  padding: 0 7px;
}
.homepopup-content .input-box input {
  height: 44px;
  padding: 0 15px;
  width: 100%;
  text-align: center;
  color: #999999;
  border: 1px solid #d9d9d9;
}
.homepopup-content .input-box button {
  margin-top: 20px;
  margin-bottom: 25px;
}
.not-show-popup input {
  vertical-align: top;
  margin-top: 4px;
}
.subcriber_label {
  margin-bottom: 0;
  font-size: 11px;
}
.subcriber_label #discheck {
  display: block;
  float: left;
  margin-right: 5px;
}
/**
 * Owl Carousel v2.3.0
 * Copyright 2020 David Deutsch
 * Licensed under  ()
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel-sliderplus-wow {
  width: 100%;
  display: none;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel-sliderplus-wow > li,
.owl-carousel-sliderplus-wow > div {
  display: inline-block;
  vertical-align: top;
}
.owl-carousel-sliderplus-wow > li img,
.owl-carousel-sliderplus-wow > div img {
  width: 100%;
}
.owl-carousel-sliderplus-wow .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}
.owl-carousel-sliderplus-wow .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel-sliderplus-wow .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  transform: translate3d(0px, 0px, 0px);
}
.owl-carousel-sliderplus-wow .owl-wrapper,
.owl-carousel-sliderplus-wow .owl-item {
  -moz-backface-visibility: hidden;
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
}
.owl-carousel-sliderplus-wow .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  margin-bottom: -10px;
}
.owl-carousel-sliderplus-wow .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel-sliderplus-wow .owl-nav.disabled,
.owl-carousel-sliderplus-wow .owl-dots.disabled {
  display: none;
}
.owl-carousel-sliderplus-wow .owl-nav .owl-prev,
.owl-carousel-sliderplus-wow .owl-nav .owl-next,
.owl-carousel-sliderplus-wow .owl-dot {
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel-sliderplus-wow .owl-nav button {
  opacity: 0;
  visibility: hidden;
  transition: all 250ms ease;
}
.owl-carousel-sliderplus-wow:hover .owl-nav button {
  opacity: 1;
  visibility: visible;
}
.owl-carousel-sliderplus-wow .owl-nav button.owl-prev,
.owl-carousel-sliderplus-wow .owl-nav button.owl-next,
.owl-carousel-sliderplus-wow button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel-sliderplus-wow.owl-loaded {
  display: block;
  position: relative;
  white-space: normal;
}
.owl-carousel-sliderplus-wow.owl-loaded > li,
.owl-carousel-sliderplus-wow.owl-loaded > div {
  display: block;
}
.owl-carousel-sliderplus-wow.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel-sliderplus-wow.owl-hidden {
  opacity: 0;
}
.owl-carousel-sliderplus-wow.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel-sliderplus-wow.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-sliderplus-wow.owl-grab {
  cursor: grab;
}
.owl-carousel-sliderplus-wow.owl-rtl {
  direction: rtl;
}
.owl-carousel-sliderplus-wow.owl-rtl .owl-item {
  float: right;
}
/* No Js */
.no-js .owl-carousel-sliderplus-wow {
  display: block;
}
/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel-sliderplus-wow .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel-sliderplus-wow .owl-animated-in {
  z-index: 0;
}
.owl-carousel-sliderplus-wow .owl-animated-out {
  z-index: 1;
}
.owl-carousel-sliderplus-wow .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@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-sliderplus-wow .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}
.owl-carousel-sliderplus-wow .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
/*
 *  Owl Carousel - Video Plugin
 */
.owl-carousel-sliderplus-wow .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel-sliderplus-wow .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("../../frontend/MageBig/martfury_wowshop02/en_US/css/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  backface-visibility: hidden;
  transition: -webkit-transform 100ms ease;
  transition: transform 100ms ease;
}
.owl-carousel-sliderplus-wow .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}
.owl-carousel-sliderplus-wow .owl-video-playing .owl-video-tn,
.owl-carousel-sliderplus-wow .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel-sliderplus-wow .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}
.owl-carousel-sliderplus-wow .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
/*
 *  Green theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav [class*='owl-'] {
  position: absolute;
  top: 50%;
  margin: 0;
  padding: 0;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  text-align: center;
  line-height: 40px;
  left: 0;
  border: none;
  border-radius: 0;
  background-color: rgba(0, 0, 0, 0.2);
  color: #ffffff;
  font-size: 20px;
  outline: none;
}
.owl-theme .owl-nav [class*='owl-']:hover {
  background: rgba(0, 0, 0, 0.5);
  color: #FFF;
  text-decoration: none;
}
.owl-theme .owl-nav .owl-next {
  left: auto;
  right: 0;
}
.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;
  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: #022335;
}
.category-products {
  position: relative;
}
.block-static {
  position: relative;
}
.owl-carousel-sliderplus-wow .owl-nav button {
  opacity: 1;
  visibility: visible;
  font-size: 30px;
  color: #ccc;
}
.owl-carousel-sliderplus-wow .owl-nav button:hover {
  background: none;
  color: #000;
}
.owl-carousel-sliderplus-wow .owl-nav .owl-next {
  left: auto;
  right: -40px;
}
.owl-carousel-sliderplus-wow .owl-nav .owl-prev {
  left: -40px;
  right: auto;
}
.owl-carousel-sliderplus-wow .owl-dots .owl-dot.active span {
  background-color: #EB384B !important;
}
.block-category-event {
  background: #f0f0f0;
  color: #333333;
  padding: 11px 0 15px;
  text-align: center;
}
.block-category-event.block:last-child {
  margin-bottom: 11px;
}
.block-category-event .block-title {
  margin: 0 0 11px;
}
.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: 44px;
  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%;
}
.multicheckout.results h3,
.multicheckout.success h3 {
  font-size: 1.6rem;
  margin-bottom: 22px;
  margin-top: 33px;
}
.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: 27.5px;
  padding-left: 18px;
}
.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: 11px;
}
.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: 11px;
}
.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: 33px;
}
.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: 11px;
}
.multicheckout:not(.address) .table-wrapper .product-item-name {
  margin: 0;
}
.multicheckout > .actions-toolbar {
  margin-top: 44px;
}
.multicheckout .actions-toolbar > .secondary {
  display: block;
}
.multicheckout .actions-toolbar > .secondary .action {
  margin-bottom: 27.5px;
}
.multicheckout .actions-toolbar > .secondary .action.back {
  display: block;
  margin-left: 0;
}
.multicheckout .actions-toolbar > .primary {
  margin-right: 11px;
}
.multicheckout .item-options {
  margin: 11px 0 0;
}
.multicheckout .block .methods-shipping .item-content .fieldset > .field:before {
  display: none;
}
.multicheckout .block .methods-shipping .item-content .fieldset > .field .control {
  display: inline-block;
}
.multicheckout .block-title,
.multicheckout .block-content .title {
  border-bottom: 1px solid #d1d1d1;
  padding-bottom: 11px;
}
.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: 44px;
}
.multicheckout.order-review .error-description {
  color: #e02b27;
  font-weight: 400;
  margin-bottom: 11px;
  margin-top: -11px;
}
.multicheckout .box-title span {
  margin-right: 11px;
}
.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 5.5px;
}
.multicheckout .checkout-review .grand.totals {
  font-size: 2.4rem;
  margin-bottom: 44px;
}
.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: 44px;
}
.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: 35px;
  line-height: 33px;
  color: #c2c2c2;
  content: "\e696";
  font-family: 'mbicon';
  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;
}
.table-wrapper.billing-agreements {
  margin-bottom: 44px;
}
.payment-method-content .pay-later-message {
  margin-bottom: 10px;
  margin-top: 10px;
}
.paypal {
  display: inline-block;
  vertical-align: top;
}
.paypal.paypal-logo {
  margin-top: 10px;
}
.block-minicart .paypal,
.cart-summary .paypal {
  display: block;
}
.paypal img {
  display: block;
  margin: 5.5px auto 0;
}
.opc .paypal {
  vertical-align: middle;
}
.paypal.acceptance {
  display: block;
  margin: 0 0 22px;
}
.map-form-addtocart .paypal {
  display: block;
  margin: 11px auto 5.5px;
}
.cart-summary .paypal + .paypal {
  margin-top: 27.5px;
}
.paypal-review .actions-toolbar {
  margin-top: 11px;
}
.paypal-review .paypal-review-title {
  padding: 0 0 11px;
}
.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 33px;
}
.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 #d1d1d1;
  margin: 0 0 44px;
  padding: 11px 0 0;
}
.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: #1979c3;
  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: #1979c3;
  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: #1979c3;
  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: #1979c3;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  margin-right: 22px;
}
.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: #1979c3;
  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: #1979c3;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.minilist .weee {
  display: table-row;
  font-size: 1.1rem;
}
.minilist .weee:before {
  display: none;
}
.price-container.weee:before {
  display: none;
}
.login-container .g-recaptcha,
.form-login .g-recaptcha,
.form-edit-account .g-recaptcha {
  margin-bottom: 15px !important;
}
.grecaptcha-badge {
  box-shadow: grey 0 0 2px !important;
  margin: 0 auto;
  border-radius: 3px;
  display: block;
  overflow: hidden;
}
.column .block-addbysku .fieldset {
  margin: 0;
}
.column .block-addbysku .fieldset .fields {
  position: relative;
}
.column .block-addbysku .fieldset .fields .field {
  display: inline-block;
  margin-bottom: 11px;
  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 22px;
  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 5.5px 0 0;
}
.column .block-addbysku .block-content .actions-toolbar .secondary a.action {
  margin-top: 6px;
}
.column .block-addbysku .block-content .actions-toolbar .primary,
.column .block-addbysku .block-content .actions-toolbar .secondary {
  display: block;
  float: none;
}
.column .block-addbysku .block-content .actions-toolbar > .secondary {
  text-align: left;
}
.column .block-addbysku .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: 22px;
  color: inherit;
  content: "\e936";
  font-family: 'mbicon';
  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 22px;
  padding-top: 11px;
}
.block-cart-failed {
  margin: 44px 0;
}
.block-cart-failed .block-title {
  font-size: 3rem;
}
.block-cart-failed .block-title strong {
  font-weight: 300;
}
.block-cart-failed .actions.secondary {
  text-align: center;
}
.block-cart-failed .actions.secondary .action {
  display: block;
  margin: 0 auto 11px;
}
.price-box .price-from {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 0;
}
.price-box .price-to {
  display: inline-block;
  margin-bottom: 0;
}
.bundle-options-container {
  clear: both;
}
.bundle-options-container .legend.title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 3rem;
  margin-top: 2.75rem;
  margin-bottom: 2.2rem;
}
.bundle-options-container .price-box .price {
  font-size: 20px;
  font-weight: 700;
}
.bundle-options-container .price-box > p {
  display: inline-block;
}
.bundle-options-container .nested .field.qty .label {
  display: inline-block;
}
.bundle-options-container .nested .field.qty input {
  display: inline-block;
  width: auto;
  max-width: 100px;
}
.bundle-options-container select {
  width: 100%;
}
.bundle-options-container input.qty {
  height: 32px;
}
.bundle-options-container .option-item {
  padding-right: 15px;
}
.bundle-options-container .box-tocart .field {
  display: none;
}
.bundle-options-container p.required {
  color: #e02b27;
}
.bundle-options-container .product-options-bottom {
  clear: left;
}
.fieldset-bundle-options {
  margin: 0;
}
.fieldset-bundle-options .option-flex {
  display: flex;
}
.fieldset-bundle-options .qty {
  text-align: center;
}
div.mage-error[generated] + div.mage-error[generated] {
  display: none !important;
}
.product-items {
  padding: 0;
  list-style: none;
}
.product-item {
  vertical-align: top;
  margin-bottom: 30px;
}
.product-item-name {
  font-size: 1.4rem;
  margin: 0 0 10px;
  display: block;
  font-weight: normal;
}
.product-item-name a {
  color: #0066cc;
}
.product-item-name a:hover {
  color: #fcb800;
}
.product-item-info {
  max-width: 100%;
}
.product-item-description {
  margin: 27.5px 0;
}
.product-item .product-reviews-summary .rating-summary {
  margin: 0 4px 0 0;
}
.product-item .product-reviews-summary .reviews-actions {
  font-size: 1.4rem;
}
.product-item .tocompare:before {
  content: "\e7fc";
}
.price-box {
  margin: 0 0 10px;
}
.price-box .price {
  font-size: 1.8rem;
  white-space: nowrap;
}
.price-box .price-label {
  font-size: 14px;
  display: inline-block;
}
.price-box .price-label:after {
  content: ':';
}
.special-price .price,
.minimal-price .price {
  font-size: 1.8rem;
}
.special-price .price-wrapper,
.minimal-price .price-wrapper {
  display: inline-block;
}
.special-price .price-including-tax + .price-excluding-tax,
.minimal-price .price-including-tax + .price-excluding-tax {
  display: inline-block;
}
.special-price {
  display: inline-block;
}
.special-price .price-label {
  display: none;
}
.special-price .price {
  color: #ff3300;
}
.old-price {
  display: block;
}
.old-price .price-label {
  display: none;
}
.old-price .price {
  font-size: 1.4rem;
  color: #999999 !important;
}
.minimal-price .price-container {
  display: inline-block;
}
.minimal-price-link {
  display: none;
  margin-top: 5px;
}
.minimal-price-link .price-label {
  color: #1979c3;
  font-size: 1.4rem;
}
.minimal-price-link .price {
  font-weight: 400;
}
.minimal-price-link,
.price-excluding-tax,
.price-including-tax {
  white-space: nowrap;
}
.price-from {
  margin: 0;
  display: inline-block;
}
.price-to {
  margin: 0;
  display: none;
}
.price-to .price-label {
  display: inline-block;
}
.price-to .price-label:after {
  content: '';
}
.product-show {
  position: relative;
  overflow: hidden;
  padding-bottom: 10px;
}
.product-show > a {
  display: block;
}
.product-item:hover .product-btn {
  opacity: 1;
  visibility: visible;
  margin-bottom: 0;
}
.product-btn {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
  width: 100%;
  padding: 10px 0;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  margin-bottom: -40px;
  -webkit-transition: visibility 250ms ease, opacity 250ms ease, margin 250ms ease;
  -moz-transition: visibility 250ms ease, opacity 250ms ease, margin 250ms ease;
  transition: visibility 250ms ease, opacity 250ms ease, margin 250ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.product-btn .mbi {
  width: 34px;
  height: 34px;
  font-size: 18px;
  line-height: 34px;
  display: inline-block;
  border-radius: 50%;
}
.product-btn button,
.product-btn a {
  display: block;
  padding: 0;
  margin: 0;
  width: 100%;
  border: none;
  box-shadow: none;
  background-color: transparent;
  color: #000;
}
.product-btn button:hover,
.product-btn a:hover {
  color: #ffffff;
}
.product-btn button:hover .mbi,
.product-btn a:hover .mbi {
  background-color: #fcb800;
}
.prices-tier .benefit {
  color: #ea3b4b;
}
.product-item .tocompare:before {
  display: none;
}
.btn-quickview {
  display: inline-block;
}
.swatches-list {
  position: relative;
}
.product-item-details .swatches-list {
  display: none;
}
.price-container .price {
  font-weight: 500;
}
.price-container .price-including-tax + .price-excluding-tax,
.price-container .weee {
  margin-top: 5.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 {
  font-size: 1.4rem;
}
.products-list .product-item {
  margin-bottom: 0;
}
.products-list .product-item-info {
  border: 1px solid transparent;
  border-top-color: #e1e1e1;
  padding: 20px 15px;
}
.products-list .product-item-info:hover {
  border: 1px solid #e1e1e1;
}
.products-list .product-image-container {
  width: 100% !important;
}
.products-list .tocart {
  width: 100%;
  margin: 20px 0;
}
.products-list .btn-quickview {
  position: absolute;
  right: 10px;
  bottom: 10px;
  background-color: #ffffff;
  border: none;
  z-index: 10;
  display: none;
}
.product-btn-info .col button {
  padding: 0;
  border: none;
}
.product-btn-info .col button i {
  display: inline-block;
  vertical-align: middle;
}
.toolbar-amount {
  float: left;
  line-height: 20px;
  margin: 0 35px 0 0;
  padding: 7px 0;
  vertical-align: middle;
}
.products.wrapper ~ .toolbar .toolbar-amount {
  display: none;
}
.toolbar-products {
  margin-bottom: 35px;
  padding: 7px 10px;
  background-color: #f5f5f5;
  display: inline-block;
  width: 100%;
  font-size: 1.4rem;
}
.products.wrapper ~ .toolbar-products {
  padding: 0;
  background-color: transparent;
}
.toolbar-products .pages {
  display: none;
}
.products.wrapper ~ .toolbar-products .pages {
  display: block;
}
.toolbar-products label {
  margin: 0;
}
.toolbar-products select {
  height: 31px;
  cursor: pointer;
  background-color: transparent;
}
.toolbar-products .limiter {
  float: left;
  border: 1px solid #b8b8b8;
  padding-left: 10px;
  background: #ffffff;
}
.products.wrapper ~ .toolbar-products .limiter {
  display: none;
}
.toolbar-products .limiter .control {
  display: inline-block;
}
.toolbar-products .limiter-options {
  margin: 0;
  width: auto;
  border: none;
}
.toolbar-products .sorter {
  float: left;
  border: 1px solid #b8b8b8;
  background-color: #ffffff;
  padding-left: 10px;
  position: relative;
}
.toolbar-products .sorter select {
  margin-left: -6px;
  border: none;
}
.toolbar-products .sorter .sorter-action {
  position: absolute;
  top: 0;
  right: -30px;
  color: #000000;
  font-weight: bold;
  height: 100%;
}
.toolbar-products .modes {
  float: right;
  padding: 5px 0;
}
.toolbar-products .modes .modes-label {
  float: left;
  font-weight: normal;
  padding: 2px 0;
  margin-right: 5px;
}
.products.wrapper ~ .toolbar-products .modes {
  display: none;
}
.toolbar-products .modes-mode {
  color: #000000;
  float: left;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  display: inline-block;
  text-decoration: none;
}
.toolbar-products .modes-mode:not(.active):hover {
  color: #000000;
}
.toolbar-products .modes-mode:last-child {
  margin-left: 10px;
}
.toolbar-products .modes-mode.active:before {
  color: #000000;
}
.toolbar-products .modes-mode > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.toolbar-products .modes-mode:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: inherit;
  color: #999999;
  content: "\e975";
  font-family: 'mbicon';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.toolbar-products .modes-mode:hover:before {
  color: #000000;
}
.toolbar-products .mode-list:before {
  content: "\e930";
}
.sorter {
  margin-right: 65px;
}
.products.wrapper ~ .toolbar .sorter {
  display: none;
}
.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: 20px;
  line-height: 31px;
  color: #000000;
  content: "\e9b5";
  font-family: 'mbicon';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.sorter-action:hover:before {
  color: #fcb800;
}
.sorter-action.sort-desc:before {
  content: "\e9b6";
}
.filter-mobile-btn {
  position: relative;
  cursor: pointer;
  padding: 13px 10px;
  background-color: #f5f5f5;
  margin-bottom: 5px;
}
.filter-mobile-btn .text {
  font-weight: 500;
  text-transform: uppercase;
}
.layout-rtl .filter-mobile-btn .text {
  text-align: right;
}
.filter-mobile-btn i {
  position: absolute;
  top: 50%;
  margin-top: -15px;
  right: 0;
  height: 30px;
  width: 40px;
  line-height: 30px;
  font-size: 24px;
  text-align: center;
}
.layout-rtl .filter-mobile-btn i {
  right: auto;
  left: 0;
}
.old-price .price-wrapper .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: 22px;
}
.product-image-container {
  display: 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;
  width: 100%;
}
.product-item-photo img {
  width: 100%;
  height: auto;
}
.product.media .placeholder .photo.container {
  max-width: 100%;
}
.product.media .notice {
  color: #7d7d7d;
  font-size: 1.4rem;
  margin: 11px 0;
}
.product.media .product.thumbs {
  margin: 22px 0 33px;
}
.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 .item.content {
  display: none;
}
.product.info.detailed .opened + .item.content {
  display: block;
}
.additional-attributes {
  width: auto;
  margin: 0 auto;
}
.additional-attributes tbody tr {
  border-bottom: 1px solid #ccc;
}
.additional-attributes tbody tr:last-child {
  border-bottom: none;
}
.additional-attributes tr th {
  font-weight: 500;
  text-align: right;
  border-right: 1px solid #ccc;
  padding: 10px 30px;
  width: 50%;
}
.additional-attributes tr td {
  padding: 10px 30px;
}
.product-info-main .page-title-wrapper .page-title {
  margin-top: 0;
  margin-bottom: 10px;
}
.product-info-main .stock.available,
.product-info-main .stock.unavailable {
  display: inline-block;
  margin-right: 22px;
  vertical-align: top;
}
.product-info-main .stock.available span {
  color: #669900;
}
.product-info-main .stock.unavailable span {
  color: #FF0000;
}
.product-info-main .product.attribute.sku {
  display: inline-block;
  vertical-align: top;
  line-height: 16px;
}
.product-info-main .product.attribute.sku > .value {
  display: inline-block;
  vertical-align: top;
  color: #999999;
}
.product-info-main .product.attribute.sku .type {
  margin-right: 5px;
  font-weight: normal;
  display: inline-block;
}
.product-info-main .product.attribute.sku .type:after {
  content: ':';
}
.product-info-main .product.attribute.overview {
  display: none;
  margin-top: 10px;
}
.product-info-main .product.alert {
  margin: 11px 0;
}
.product-info-main .promotion-labels-container .promo-label-box {
  padding: 2px 4px;
  font-size: 12px;
  font-weight: 500;
  border-width: 2px;
  border-style: solid;
}
.product-info-main .promotion-labels-container .promo-label-box.installment {
  border-color: #00d000;
}
.product-info-main .promotion-labels-container .promo-label-box.hotdeal {
  border-color: #FF0000;
}
.product-options-wrapper .fieldset-product-options-inner .legend {
  font-weight: 700;
  margin: 0 0 5.5px;
  font-size: 1.4rem;
  border: none;
  display: inline-block;
  float: none;
  padding: 0;
}
.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.4rem;
  margin: 0 0 0 5.5px;
}
.product-options-wrapper .field .note {
  display: block;
  font-style: italic;
}
.product-options-wrapper .field .note:before {
  content: '';
  display: none;
}
.product-item .price-box .price-to {
  display: none;
}
.product-info-price .price-box .price-wrapper .price,
.product-options-bottom .price-box .price-wrapper .price {
  font-size: 2.4rem;
  font-weight: 700;
}
.product-info-price .price-box .price,
.product-options-bottom .price-box .price {
  white-space: nowrap;
}
.product-info-price .special-price .price-label + .price-wrapper,
.product-options-bottom .special-price .price-label + .price-wrapper {
  display: inline-block;
}
.product-info-price .old-price,
.product-options-bottom .old-price,
.product-info-price .special-price,
.product-options-bottom .special-price {
  display: inline-block;
}
.product-info-price .old-price .price-label,
.product-options-bottom .old-price .price-label,
.product-info-price .special-price .price-label,
.product-options-bottom .special-price .price-label {
  display: none;
}
.product-info-price .old-price .price-label:after,
.product-options-bottom .old-price .price-label:after,
.product-info-price .special-price .price-label:after,
.product-options-bottom .special-price .price-label:after {
  content: ': ';
}
.product-info-price .old-price .price-wrapper .price,
.product-options-bottom .old-price .price-wrapper .price {
  font-size: 1.4rem;
  color: #999 !important;
  padding: 0 10px;
}
.product-info-price .action.tocompare,
.product-options-bottom .action.tocompare {
  vertical-align: top;
}
.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: #1979c3;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
.ui-dialog-titlebar-close:visited {
  color: #1979c3;
  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: #1979c3;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.block.related .action.select {
  margin: 0 5.5px;
}
.sidebar .product-items .product-item {
  margin-bottom: 22px;
  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: 11px;
}
.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: 0;
}
.sidebar .product-items-images {
  margin-left: -5.5px;
}
.sidebar .product-items-images .product-item {
  float: left;
  padding-left: 5.5px;
}
.sidebar .product-items-names .product-item {
  margin-bottom: 11px;
}
.sidebar .product-items-names .product-item-name {
  margin: 0;
}
.product-item .product-item-name a {
  color: #333;
}
.product-item .product-item-name {
  max-height: 40px;
  overflow: hidden;
}
.product-reviews-summary .reviews-actions {
  display: inline-block;
  text-transform: capitalize;
}
.product-reviews-summary .reviews-actions .add:before {
  content: '|';
  display: inline-block;
  padding: 0 5px;
}
.product-info-stock-sku {
  margin-top: 10px;
}
.product-info-price {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e1e1e1;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.box-tocart .field {
  display: inline-block;
  vertical-align: top;
}
.box-tocart .field > label {
  display: block;
  font-size: 1.2rem;
  line-height: 15px;
  color: #666666;
  margin: 0;
}
.box-tocart .fieldset-add {
  display: inline-block;
  position: relative;
  vertical-align: top;
}
.box-tocart .fieldset-add .control {
  position: relative;
}
.box-tocart .fieldset-add .custom-qty {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.box-tocart .fieldset-add .custom-qty button {
  border: none;
  height: 37px;
  width: 40px;
  text-align: center;
  display: block;
  line-height: 37px;
  font-size: 12px;
  border-radius: 0;
  margin: 0;
  padding: 0;
  outline: none;
  cursor: pointer;
  background-color: transparent;
}
.box-tocart .fieldset-add .custom-qty.increase {
  right: 0;
  left: auto;
}
.box-tocart .fieldset-add input.input-text {
  border: 1px solid #d9d9d9;
  border-radius: 1px;
  height: 37px;
  width: 120px;
  text-align: center;
  padding: 0 40px;
  font-size: 1.4rem;
}
.box-tocart .actions {
  display: inline-block;
  vertical-align: top;
}
.box-tocart .actions .towishlist {
  display: inline-block;
  font-size: 26px;
  line-height: 52px;
  color: #999999;
  border: none;
  padding: 0;
}
.box-tocart .actions .towishlist > span {
  line-height: inherit;
  display: block;
}
.box-tocart .actions .towishlist:hover {
  color: #fcb800;
}
.box-tocart .actions #instant-purchase {
  display: inline-block;
}
.box-tocart .field {
  margin-right: 20px;
  margin-bottom: 10px;
}
.box-tocart .actions .tocart,
.box-tocart .instant-purchase {
  display: inline-block;
  height: 52px;
  min-width: 200px;
  text-align: center;
  border-radius: 2px;
  text-transform: capitalize;
  font-weight: bold;
  border: 1px solid #fcb800;
  background-color: #fcb800;
  color: #ffffff;
  margin-right: 20px;
  margin-bottom: 10px;
}
.box-tocart .actions .tocart:hover,
.box-tocart .instant-purchase:hover {
  background-color: #ffffff;
  color: #000000;
}
.products-grid .product-items .product-item {
  margin-bottom: 20px;
}
.products-grid .product-item-info .product-item-details {
  min-height: 100px;
}
.products-grid .product-item-info .product-item-details .discount-percent {
  position: absolute;
  background: #f14705;
  font-size: 14px;
  right: 15px;
  padding: 2px 5px;
  color: #ffffff;
  z-index: 10;
  float: right;
}
@media (min-width: 768px) {
  .widget-product-grid .product-item .product-item-details {
    min-height: 85px;
  }
}
@media (max-width: 768px) {
  .widget-product-grid .product-item .product-item-details {
    min-height: 50px;
  }
}
body.catalog-product-compare-index .action.print {
  float: right;
  margin: 15px 0;
}
.table-wrapper.comparison {
  clear: both;
  max-width: 100%;
  overflow-x: auto;
}
.table-comparison {
  table-layout: fixed;
}
.table-comparison .cell.label,
.table-comparison td:last-child {
  border-right: 1px solid #d1d1d1;
}
.table-comparison .cell {
  padding: 15px;
  width: 140px;
}
.table-comparison .cell .attribute.value {
  overflow: hidden;
  width: 100%;
}
.table-comparison .cell.product.info,
.table-comparison .cell.product.label {
  border-bottom: 1px solid #d1d1d1;
}
.table-comparison .cell.label .attribute.label {
  display: block;
  width: 100%;
  word-wrap: break-word;
}
.table-comparison .cell.attribute {
  font-size: 1.3rem;
}
.table-comparison .cell.attribute img {
  height: auto;
  max-width: 100%;
}
.table-comparison .product-item-photo {
  display: block;
  margin: 0 auto 15px;
}
.table-comparison .product-image-photo {
  margin-left: 0;
}
.table-comparison .product-item-actions,
.table-comparison .price-box,
.table-comparison .product.rating,
.table-comparison .product-item-name {
  display: block;
  margin: 15px 0;
}
.table-comparison .product-addto-links {
  margin-top: 15px;
}
.table-comparison .product-addto-links .action.split,
.table-comparison .product-addto-links .action.toggle {
  line-height: 1.2rem;
  padding: 5.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: 11px;
}
.table-comparison .action.tocart {
  white-space: nowrap;
}
.comparison.headings {
  display: none;
}
.discount-percent1 {
  position: absolute;
  background: #f14705;
  font-size: 14px;
  top: 5px;
  right: 55%;
  padding: 2px 5px;
  color: #ffffff;
  z-index: 10;
}
.discount-percent-label-pdp {
  display: none;
}
.product-info-main .discount-percent-label-pdp {
  background: #fbaf44;
  margin-left: 10px;
  padding: 5px;
  display: inherit;
  border-radius: 5px;
  font-weight: 700;
  position: absolute;
  margin-top: 2px;
}
.block-search {
  position: relative;
  width: 100%;
  padding-right: 40px;
  z-index: 8;
  font-size: 1.4rem;
}
.block-search input {
  border: 1px solid #ccc;
  border-right: none;
  border-radius: 3px 0 0 3px;
  width: 100%;
  height: 42px;
  padding: 0 15px;
  margin: 0;
}
.block-search .action.search {
  position: absolute;
  right: 0;
  top: 0;
  margin: 0;
  width: 70px;
  text-align: center;
}
.block-search .action.search .mbi-magnifier {
  font-size: 20px;
  font-weight: 400;
  position: relative;
}
.block-search button {
  border: none;
  box-shadow: none;
  border-radius: 0 3px 3px 0;
  outline: none;
  text-transform: none;
  height: 42px;
  color: #ffffff;
  background-color: #fcb800;
  font-weight: bold;
}
.block-search .label,
.block-search .block-title {
  display: none;
}
.block-search .nested {
  display: none;
}
.block-search .search-autocomplete {
  display: none;
  width: 100% !important;
  color: #000000;
  max-height: 380px;
  overflow-y: visible;
  overflow-x: hidden;
}
.block-search .search-autocomplete > ul {
  padding: 10px 15px;
  list-style: none;
}
.block-search .search-autocomplete > ul .amount {
  color: #ccc;
  padding: 0 5px;
}
.cashback-alert {
  width: 100%;
  margin-top: 15px;
}
.checkout-cart-index .page-main {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 60px;
}
.voucher-select {
  width: 100%;
  font-size: 12px;
}
.wowcash-container {
  background-color: #eee;
  padding: 20px;
  margin: 15px 0;
}
.cashback-input-section {
  margin: 10px 0;
}
.cashback-input-section button {
  margin-left: 10px;
  border: 2px solid #ea3b4b;
  border-radius: 0;
}
.wowcash-header {
  float: left;
  width: 100%;
  font-weight: 600;
  font-size: 18px;
}
.wowcash-indication {
  float: left;
  width: 100%;
  font-size: 16px;
}
.wowcash-indication .available_cashback {
  color: #ea3b4b;
}
.wowcash-input {
  float: left;
}
.cart-container {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.cart-summary .block .content {
  padding: 5px 15px;
}
.cart-summary {
  background: #f5f5f5;
  margin-bottom: 27.5px;
  padding: 0 0 27.5px;
  z-index: 10;
}
.cart-summary > .title {
  font-size: 2.4rem;
  display: none;
  font-weight: 500;
  margin: 12px 0;
}
.cart-summary select {
  width: 100%;
}
.cart-summary .block form:not(:last-of-type) .fieldset {
  margin: 0 0 10px;
}
.cart-summary .block .price {
  font-weight: 700;
}
.cart-summary .block .field {
  margin: 0 0 16px;
}
.cart-summary .block .field.note {
  display: none;
}
.cart-summary .block .actions-toolbar > .primary {
  text-align: left;
}
.cart-summary .block .actions-toolbar > .primary .action.primary {
  width: auto;
}
.cart-summary .block .title strong {
  font-size: 1.6rem;
  font-weight: 500;
}
.cart-summary .block .item-options {
  margin: 0 0 16px;
}
.cart-summary .block .item-options .field .radio {
  float: left;
}
.cart-summary .block .item-options .field .radio + .label {
  display: block;
  margin: 0;
  overflow: hidden;
}
.page-main .cart-summary .block {
  margin-bottom: 0;
}
.cart-summary .checkout-methods-items {
  margin: 22px 0 0;
  padding: 0 15px;
  text-align: center;
}
.cart-summary .checkout-methods-items .action.primary.checkout {
  width: 100%;
  white-space: normal;
}
.cart-summary .checkout-methods-items .item {
  margin-bottom: 27.5px;
}
.cart-summary .checkout-methods-items .item:last-child {
  margin-bottom: 0;
}
.cart-summary .message {
  padding-left: 22px;
}
.cart-summary .message > *:first-child:before {
  display: none;
}
.cart-summary .action.multicheckout {
  color: #006bb4;
}
.cart-totals tbody .mark,
.cart-totals tfoot .mark {
  text-align: left;
}
.cart.table-wrapper .cart thead tr th.col {
  border-bottom: 1px solid #d1d1d1;
  padding-bottom: 15px;
  padding-top: 15px;
  text-align: center;
}
.cart.table-wrapper .cart tbody td {
  border: 0;
}
.cart.table-wrapper .cart > .item {
  border-bottom: 1px solid #d1d1d1;
  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: 0 10px;
  text-align: center;
}
.cart.table-wrapper .col.qty {
  padding: 0 10px;
  text-align: center;
}
.cart.table-wrapper .col.qty .input-text {
  height: 26px;
  margin-top: -7px;
  text-align: center;
  width: 45px;
  padding: 0;
}
.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: inline-block;
  width: 100%;
  min-height: 75px;
  padding: 15px 15px 11px 90px;
  position: relative;
}
.cart.table-wrapper .actions-toolbar {
  position: relative;
}
.cart.table-wrapper .actions-toolbar > .action-edit,
.cart.table-wrapper .actions-toolbar > .action-delete {
  position: absolute;
  right: 16px;
  bottom: -30px;
  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: #000000;
  content: "\e60d";
  font-family: 'mbicon';
  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: #000000;
}
.cart.table-wrapper .actions-toolbar > .action-delete {
  right: 0;
}
.cart.table-wrapper .actions-toolbar > .action-delete:before {
  content: "\e681";
}
.cart.table-wrapper .item-actions .actions-toolbar > a {
  display: none;
}
.cart.table-wrapper .item-actions-top .actions-toolbar > div {
  display: none;
}
.cart.table-wrapper .item-actions-top .actions-toolbar > a {
  display: block;
  z-index: 10;
}
.cart.table-wrapper .action {
  margin-right: 27.5px;
}
.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: 0;
  max-width: 65px;
  padding: 0;
  position: absolute;
  top: 15px;
  width: 100%;
}
.cart.table-wrapper .product-item-name {
  font-size: 1.6rem;
  display: block;
  margin: -3px 0 5.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: 5px;
  display: inline-block;
  font-size: 1.4rem;
}
.cart.table-wrapper .action.configure {
  display: inline-block;
  margin: 11px 0 0;
}
.cart.table-wrapper .item .message {
  margin-top: 22px;
}
.cart-products-toolbar .toolbar-amount {
  left: inherit;
  margin: 27.5px 0 15px;
  padding: 0;
  position: relative;
  text-align: center;
  top: inherit;
}
.cart-products-toolbar-top {
  border-bottom: 1px solid #d1d1d1;
}
.cart-discount {
  border-bottom: 1px solid #d1d1d1;
  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;
}
#discount-coupon-form {
  position: relative;
  padding-right: 105px;
  font-size: 1.4rem;
}
#discount-coupon-form .actions-toolbar {
  position: absolute;
  right: 0;
  top: 0;
}
#discount-coupon-form .actions-toolbar button {
  height: 32px;
  padding: 0 10px;
  min-width: 100px;
  text-align: center;
}
.checkout-cart-index .page-title {
  padding: 20px 0;
  text-align: right;
}
.block.crosssell {
  padding: 0 15px;
  margin-top: 70px;
}
.block.crosssell .product-item-info {
  width: 200px;
}
@media (min-width: 992px) {
  .cart.table-wrapper .product-item-photo {
    max-width: 100%;
  }
}
.block-minicart .items-total .count {
  font-weight: 700;
}
.block-minicart .subtotal {
  margin: 0 0 10px 0;
}
.block-minicart .subtotal .label {
  font-size: 1.8rem;
  font-weight: 500;
}
.block-minicart .subtotal .amount {
  float: right;
  color: #ff3300;
  font-weight: 500;
}
.block-minicart .amount .price-wrapper:first-child .price {
  font-size: 20px;
  font-weight: 700;
}
.block-minicart .subtitle {
  display: none;
}
.block-minicart .subtitle.empty {
  display: block;
  font-size: 14px;
  padding: 33px 0 22px;
  text-align: center;
}
.block-minicart .text.empty {
  text-align: center;
}
.block-minicart .block-content .cart-sum-wrap .actions {
  width: 100%;
  display: inline-block;
}
.block-minicart .block-content .cart-sum-wrap .actions > div {
  display: inline-block;
  vertical-align: top;
  width: 48%;
}
.block-minicart .block-content .cart-sum-wrap .actions .action {
  width: 100%;
  padding: 10px;
}
.block-minicart .block-content .cart-sum-wrap .actions > .primary {
  float: right;
}
.block-minicart .block-content .cart-sum-wrap .actions > .primary .action.primary {
  margin-bottom: 15px;
}
.block-minicart .block-content .cart-sum-wrap .actions > .primary .action.primary:last-child {
  margin-bottom: 0;
}
.block-minicart .empty-cart {
  margin-top: 20%;
}
.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-items .product-item:first-child .actions {
  top: 0;
}
.sticky-menu.active .minicart-wrapper .block-minicart {
  margin-top: 10px;
}
.sticky-menu.active .minicart-wrapper .action.showcart:after,
.sticky-menu.active .minicart-wrapper .action.showcart:before {
  bottom: -11px;
}
.minicart-action {
  display: inline-block;
}
.action.showcart {
  white-space: nowrap;
  position: relative;
  display: block;
  border: none;
}
.action.showcart > i {
  font-size: 3rem;
  display: block;
  line-height: 42px;
}
.action.showcart .counter.qty {
  position: absolute;
  right: -5px;
  bottom: 0;
  background-color: #fcb800;
  color: #ffffff;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  font-size: 1.2rem;
  text-align: center;
  line-height: 20px;
  font-weight: bold;
}
.action.showcart .counter.qty.empty {
  background-color: transparent;
}
.action.showcart .counter.qty.empty .counter-number {
  display: none;
}
.action.showcart .counter.qty .loader > img {
  max-width: 20px;
}
.minicart-wrapper .block-minicart .block-title {
  display: none;
}
.minicart-wrapper .product .actions {
  position: absolute;
  top: 12px;
  right: 0;
  margin: 0;
  text-align: right;
}
.minicart-wrapper .product .actions > .primary,
.minicart-wrapper .product .actions > .secondary {
  display: inline;
}
.minicart-wrapper .minicart-widgets {
  margin-top: 15px;
}
.cart-modal .mfp-content {
  position: static;
  padding: 0;
}
.cart-modal .block-minicart {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#minicart-content-wrapper {
  overflow-x: auto;
  height: 100%;
  max-height: 100%;
  padding: 60px 15px 160px;
}
#minicart-content-wrapper .title-top {
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 100;
  left: 0;
  padding: 10px 15px;
  background: #f1f1f1;
  border-bottom: 1px solid #ccc;
}
#minicart-content-wrapper .title-top .qty {
  display: inline-block;
  background: #e1e1e1;
  min-width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  border-radius: 50%;
  margin: 0 5px;
}
.cart-sum-wrap {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  padding: 15px;
  background: #fff;
  z-index: 10;
}
.minicart-items {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.minicart-items .product-item {
  padding: 15px 0;
  position: relative;
  margin: 0;
}
.minicart-items .product-item:not(:first-child) {
  border-top: 1px solid #e5e5e5;
}
.minicart-items .product-item:first-child {
  padding-top: 0;
}
.minicart-items .product-item-pricing .label {
  display: inline-block;
  font-size: 1.4rem;
}
.minicart-items .price-minicart {
  margin-bottom: 5.5px;
}
.minicart-items .product > .product-item-photo,
.minicart-items .product > .product-image-container {
  float: left;
}
.minicart-items .product .toggle {
  display: block;
  text-decoration: none;
  cursor: pointer;
  position: relative;
}
.minicart-items .product .toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 14px;
  color: inherit;
  content: "\e93a";
  font-family: 'mbicon';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-items .product .toggle:after {
  position: static;
  padding: 0 5px;
  margin-top: -2px;
  font-weight: bold;
}
.minicart-items .product.active > .toggle:after {
  content: "\e939";
}
.minicart-items .product-item-name {
  font-weight: 400;
  margin: 0 0 5px;
  padding-right: 25px;
}
.minicart-items .product-item-name a {
  color: #1979c3;
}
.minicart-items .product-item-details {
  padding-left: 75px;
}
.minicart-items .product-item-details .price {
  font-weight: 500;
}
.minicart-items .product-item-details .price-including-tax,
.minicart-items .product-item-details .price-excluding-tax {
  margin: 5.5px 0 0;
}
.minicart-items .product-item-details .weee[data-label] {
  font-size: 1.1rem;
}
.minicart-items .product-item-details .details-qty {
  margin-top: 5px;
  margin-bottom: 0;
}
.minicart-items .product.options {
  font-size: 1.3rem;
  list-style: none;
  padding: 0;
  margin: 0;
  display: table;
}
.minicart-items .product.options li {
  display: table-row;
}
.minicart-items .product.options li > span {
  display: table-cell;
}
.minicart-items .product.options li > span:last-child {
  padding: 0 10px;
}
.minicart-items .cart-input-update {
  display: inline-block;
  position: relative;
  margin: 0 5px;
}
.minicart-items .cart-input-update button {
  position: absolute;
  top: 0;
  left: 0;
  line-height: 28px;
  border: none;
  font-size: 11px;
  background: transparent;
  padding: 0 10px;
}
.minicart-items .cart-input-update button.plus {
  right: 0;
  left: auto;
}
.minicart-items .cart-input-update .item-qty {
  border: 1px solid #ebebeb;
  text-align: center;
  width: 80px;
  height: 26px;
  padding: 0 20px;
  line-height: 24px;
  font-size: 1.4rem;
}
.minicart-items .update-cart-item {
  font-size: 1.1rem;
  vertical-align: top;
  padding: 0 10px;
  min-width: 80px;
}
.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: 15px;
  line-height: 16px;
  color: #999999;
  content: "\e60d";
  font-family: 'mbicon';
  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: #fcb800;
}
.minicart-items .action.edit:active:before,
.minicart-items .action.delete:active:before {
  color: #303030;
}
.minicart-items .action.delete {
  padding: 0 5px;
}
.minicart-items .action.delete:before {
  content: "\e681";
}
.minicart-items .action.delete[disabled="disabled"] {
  pointer-events: none;
  cursor: default;
}
.minicart-items .action.delete[disabled="disabled"]:before {
  color: #cccccc;
}
.minicart-items .action.edit {
  display: none;
}
.checkout-container {
  margin: 0 0 22px;
}
.opc-wrapper {
  margin: 0 0 22px;
}
.opc-wrapper .step-title {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 20px;
}
.opc-wrapper .step-content {
  margin: 0 0 30px;
}
.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;
}
.opc-estimated-wrapper {
  border-bottom: 1px solid #cccccc;
  margin: 0 0 15px;
  padding: 15px 0;
  display: inline-block;
  width: 100%;
}
.opc-estimated-wrapper .estimated-block {
  font-size: 18px;
  font-weight: 700;
  float: left;
}
.opc-estimated-wrapper .estimated-block .estimated-label {
  padding-right: 5px;
}
.opc-estimated-wrapper .minicart-wrapper .action.showcart:before {
  color: #333333;
}
.opc-progress-bar {
  margin-top: 30px;
  margin-bottom: 15px;
  counter-reset: i;
  font-size: 0;
  text-align: center;
}
.opc-progress-bar-item {
  margin: 0 0 11px;
  display: inline-block;
  position: relative;
  text-align: center;
  vertical-align: top;
  width: 50%;
}
.opc-progress-bar-item:before {
  background: #e4e4e4;
  top: 19px;
  content: '';
  height: 7px;
  left: 0;
  position: absolute;
  width: 100%;
}
.opc-progress-bar-item:first-child:before {
  border-radius: 6px 0 0 6px;
}
.opc-progress-bar-item:last-child:before {
  border-radius: 0 6px 6px 0;
}
.opc-progress-bar-item > span {
  display: inline-block;
  padding-top: 45px;
  width: 100%;
  word-wrap: break-word;
  color: #e4e4e4;
  font-weight: 300;
  font-size: 1.8rem;
}
.opc-progress-bar-item > span:before,
.opc-progress-bar-item > span:after {
  background: #e4e4e4;
  height: 38px;
  margin-left: -19px;
  width: 38px;
  border-radius: 50%;
  content: '';
  left: 50%;
  position: absolute;
  top: 0;
}
.opc-progress-bar-item > span:after {
  background: #ffffff;
  height: 26px;
  margin-left: -13px;
  top: 6px;
  width: 26px;
  content: counter(i);
  counter-increment: i;
  color: #333333;
  font-weight: 600;
  font-size: 1.8rem;
}
.opc-progress-bar-item._active:before {
  background: #fcb800;
}
.opc-progress-bar-item._active > span {
  color: #333333;
}
.opc-progress-bar-item._active > span:before {
  background: #fcb800;
}
.opc-progress-bar-item._active > span:after {
  content: "\f383";
  font-family: 'mbicon';
  line-height: 1;
  font-size: 2.6rem;
}
.opc-progress-bar-item._complete {
  cursor: pointer;
}
.opc-progress-bar-item._complete > span {
  color: #333333;
}
.opc-progress-bar-item._complete > span:after {
  content: "\f383";
  font-family: 'mbicon';
  line-height: 1;
  font-size: 2.6rem;
}
.customer-main-child .opc-progress-bar-item {
  margin: 0 0 11px;
  display: inline-block;
  position: relative;
  text-align: center;
  vertical-align: top;
  width: 20%;
}
.customer-main-child .opc-progress-bar-item > span {
  display: inline-block;
  padding-top: 45px;
  width: 100%;
  word-wrap: break-word;
  color: #333333;
  font-weight: 300;
  font-size: 1.2rem;
}
.customer-main-child .opc-progress-bar-item > span:before,
.customer-main-child .opc-progress-bar-item > span:after {
  background: #e4e4e4;
  height: 38px;
  margin-left: -19px;
  width: 38px;
  border-radius: 50%;
  content: '';
  left: 50%;
  position: absolute;
  top: 0;
}
.customer-main-child .opc-progress-bar-item > span:after {
  background: #ffffff;
  height: 26px;
  margin-left: -13px;
  top: 6px;
  width: 26px;
  content: '';
  color: #333333;
  font-weight: 600;
  font-size: 1.2rem;
}
.customer-main-child .opc-progress-bar-item._active:before {
  background: #fcb800;
}
.customer-main-child .opc-progress-bar-item._active > span {
  color: #333333;
}
.customer-main-child .opc-progress-bar-item._active > span:before {
  background: #fcb800;
}
.customer-main-child .opc-progress-bar-item._active > span:after {
  font-family: 'mbicon';
  line-height: 1;
  font-size: 1.6rem;
}
.customer-main-child .opc-progress-bar-item._complete {
  cursor: pointer;
}
.customer-main-child .opc-progress-bar-item._complete > span {
  color: #333333;
}
.customer-main-child .opc-progress-bar-item._complete > span:after {
  font-family: 'mbicon';
  line-height: 1;
  font-size: 1.6rem;
}
.field.choice .field-tooltip {
  display: inline-block;
  margin-left: 11px;
  position: relative;
  top: -3px;
}
.field.choice .field-tooltip-action {
  line-height: 24px;
}
.field._error .control input,
.field._error .control select,
.field._error .control textarea {
  border-color: #ea3b4b;
}
.opc-wrapper .fieldset > .field > .label {
  font-weight: 500;
  font-size: 1.4rem;
  margin-bottom: 5px;
}
.opc-wrapper .fieldset > .field.street .control .label {
  display: none;
}
.opc-wrapper .fieldset .field-tooltip {
  display: none;
}
.opc-wrapper .fieldset select {
  width: 100%;
}
.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 .field-tooltip-action {
  display: inline-block;
  text-decoration: none;
}
.field-tooltip .field-tooltip-action > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.field-tooltip .field-tooltip-action:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: inherit;
  color: #bbbbbb;
  content: "\e7da";
  font-family: 'mbicon';
  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;
}
._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: 16px;
  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;
}
.opc-wrapper .form-login .fieldset .note,
.opc-wrapper .form-shipping-address .fieldset .note {
  font-size: 1.3rem;
  color: #666;
}
.opc-wrapper .shipping-address-list {
  float: left;
  width: 100%;
}
.opc-wrapper .shipping-address-dropdown {
  float: left;
  width: 98%;
}
.opc-wrapper .select-shipping-address {
  float: left;
  width: 100%;
}
.opc-wrapper .shipping-address-items > div {
  margin-bottom: 15px;
}
.opc-wrapper .billing-address-dropdown {
  margin-bottom: 15px;
}
.opc-wrapper .shipping-address-item {
  line-height: 1.6;
  transition: 0.3s border-color;
  padding: 15px 15px 54px;
  border: 2px solid #f1f1f1;
  width: 100%;
  height: 100%;
  display: inline-block;
  font-size: 16px;
  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 {
  color: #ff5501;
  content: "\e959";
  font-family: 'mbicon';
  height: 30px;
  width: 30px;
  font-size: 26px;
  line-height: 30px;
  position: absolute;
  right: 2px;
  text-align: center;
  top: 2px;
}
.opc-wrapper .shipping-address-item.selected-item .action-select-shipping-item {
  visibility: hidden;
}
.opc-wrapper .action-show-popup {
  margin: 0 0 22px;
}
.opc-wrapper .action-show-popup > span:before {
  content: '+';
  padding-right: 5.5px;
}
.opc-wrapper .action-select-shipping-item {
  margin: 0;
  position: absolute;
  right: 15px;
  bottom: 15px;
}
.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: 22px 0;
}
.methods-shipping .actions-toolbar .action.primary {
  margin: 22px 0 0;
}
.table-checkout-shipping-method thead th {
  display: none;
}
.table-checkout-shipping-method tbody td {
  border-top: 1px solid #cccccc;
  padding-bottom: 22px;
  padding-top: 22px;
}
.table-checkout-shipping-method tbody td:first-child {
  padding-left: 0;
  padding-right: 0;
  width: 20px;
}
.table-checkout-shipping-method tbody tr:first-child td {
  border-top: none;
}
.table-checkout-shipping-method tbody .row-error td {
  border-top: none;
  padding-bottom: 11px;
  padding-top: 0;
}
.checkout-shipping-method {
  position: relative;
}
.shipping-policy-block.field-tooltip {
  top: 12px;
}
.shipping-policy-block.field-tooltip .field-tooltip-action {
  color: #1979c3;
  cursor: pointer;
}
.shipping-policy-block.field-tooltip .field-tooltip-action:before {
  display: none;
}
.shipping-policy-block.field-tooltip .field-tooltip-content {
  width: 420px;
  top: 33px;
}
.opc-block-shipping-information .shipping-information {
  padding: 15px;
  background-color: #f5f5f5;
  margin-bottom: 30px;
}
.opc-block-shipping-information .shipping-information-title {
  border-bottom: 1px solid #cccccc;
  margin: 0 0 10px;
  padding-bottom: 10px;
  position: relative;
}
.opc-block-shipping-information .shipping-information-title .action-edit {
  top: 0;
  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: 14px;
  line-height: 23px;
  color: #000000;
  content: "\e672";
  font-family: 'mbicon';
  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: #000000;
}
.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 22px;
}
.opc-block-summary {
  background: #f5f5f5;
  padding: 20px;
  margin: 0 0 30px;
}
.opc-block-summary > .title {
  font-size: 2rem;
  font-weight: 500;
  display: block;
  margin-bottom: 15px;
}
.opc-block-summary .mark .value {
  color: #999999;
  display: block;
}
.opc-block-summary .grand.incl + .grand.excl .mark,
.opc-block-summary .grand.incl + .grand.excl .amount {
  border-top: 0;
  font-size: 1.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 #d1d1d1;
  padding: 11px 44px 11px 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: 14px;
  line-height: 1;
  color: inherit;
  content: "\e93a";
  font-family: 'mbicon';
  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: 50%;
  margin-top: -10px;
  font-weight: 700;
}
.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: "\e939";
}
.opc-block-summary .items-in-cart .product {
  position: relative;
}
.opc-block-summary .minicart-items-wrapper {
  margin: 0 -15px 0 0;
  max-height: 385px;
  padding: 15px 15px 0 0;
  border: 0;
  overflow: auto;
}
.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 11px;
  width: 100%;
}
.opc-block-summary .product-item .product-item-name-block {
  display: table-cell;
  padding-right: 5.5px;
  text-align: left;
}
.opc-block-summary .product-item .subtotal {
  display: table-cell;
  text-align: right;
}
.opc-block-summary .product-item .price {
  font-size: 1.6rem;
  font-weight: 400;
}
.opc-block-summary .product-item .price-including-tax + .price-excluding-tax {
  margin: 0;
}
.opc-block-summary .product-item .price-including-tax + .price-excluding-tax .price {
  font-size: 1rem;
}
.opc-block-summary .actions-toolbar {
  position: relative;
  z-index: 1;
  margin-top: 5px;
}
.opc-block-summary .actions-toolbar .secondary {
  border-top: 1px solid #d1d1d1;
  display: block;
  float: none;
  margin: -1px 0 0;
  padding: 15px 0 0;
  text-align: left;
}
.opc-block-summary .actions-toolbar .secondary .action {
  margin: 0;
}
@media (max-width: 767px) {
  .opc-block-summary .minicart-items-wrapper {
    overflow: visible;
    max-height: none;
  }
}
.authentication-dropdown {
  box-sizing: border-box;
}
.authentication-dropdown .modal-inner-wrap {
  padding: 27.5px;
}
.authentication-wrapper {
  float: right;
  margin-top: 0;
  max-width: 50%;
  position: relative;
  z-index: 1;
}
._has-auth-shown .authentication-wrapper {
  z-index: 900;
}
.action-auth-toggle {
  margin-bottom: 10px;
  position: relative;
}
.action-auth-toggle:before {
  font-family: 'mbicon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e71e";
}
.action-auth-toggle > span {
  vertical-align: text-bottom;
}
.block-authentication input {
  height: 40px;
}
.block-authentication .block-title {
  font-size: 2rem;
  border-bottom: 0;
  margin-bottom: 27.5px;
  text-transform: capitalize;
}
.block-authentication .block-title strong {
  font-weight: 500;
}
.block-authentication .field .label {
  font-weight: 400;
}
.block-authentication .actions-toolbar {
  margin-bottom: 5.5px;
}
.block-authentication .actions-toolbar > .secondary {
  text-align: left;
}
.block-authentication .block[class] {
  margin: 0;
}
.block-authentication .block[class] ul {
  margin-bottom: 30px;
}
.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: 44px;
  padding-top: 44px;
  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;
}
.block-authentication .actions-toolbar > .primary {
  margin-right: 0;
  width: 100%;
}
.block-authentication .actions-toolbar > .primary .action {
  margin-right: 0;
  width: 100%;
}
.block-authentication .actions-toolbar > .secondary {
  margin-right: 0;
  margin-bottom: 10px;
  padding-top: 0;
}
.checkout-payment-method .step-title {
  border-bottom: 0;
  margin-bottom: 0;
}
.checkout-payment-method .payment-method:first-child .payment-method-title {
  border-top: 0;
}
.checkout-payment-method .payment-method._active .payment-method-content {
  display: block;
}
.checkout-payment-method .payment-method + .payment-method .payment-method-title {
  border-top: 1px solid #cccccc;
}
.checkout-payment-method .payment-method-title {
  padding: 22px 0;
  margin: 0;
}
.checkout-payment-method .payment-method-title .payment-icon {
  display: inline-block;
  margin-right: 5.5px;
  vertical-align: middle;
}
.checkout-payment-method .payment-method-title .action-help {
  display: inline-block;
  margin-left: 5.5px;
}
.checkout-payment-method .payment-method-content {
  display: none;
  padding: 0 0 22px 0;
}
.checkout-payment-method .payment-method-content .fieldset:not(:last-child) {
  margin: 0 0 22px;
}
.checkout-payment-method .payment-group + .payment-group .step-title {
  margin: 22px 0 0;
}
.checkout-payment-method .field-select-billing,
.checkout-payment-method .billing-address-form {
  max-width: 100%;
}
.checkout-payment-method .billing-address-same-as-shipping-block {
  margin: 0 0 11px;
}
.checkout-payment-method .checkout-billing-address {
  margin: 0 0 22px;
}
.checkout-payment-method .checkout-billing-address .primary .action-update {
  margin-right: 0;
}
.checkout-payment-method .checkout-billing-address .billing-address-details {
  line-height: 27px;
  padding: 0 0 0 23px;
}
.checkout-payment-method .payment-method-note + .checkout-billing-address {
  margin-top: 22px;
}
.checkout-payment-method .payment-method-iframe {
  background-color: transparent;
  display: none;
  width: 100%;
}
.checkout-payment-method .no-payments-block {
  margin: 22px 0;
}
.checkout-payment-method .actions-toolbar {
  display: inline-block;
  width: 100%;
}
.checkout-payment-method .actions-toolbar .primary {
  float: right;
  margin: 0;
  min-width: 250px;
}
.checkout-payment-method .discount-code {
  display: none;
}
.checkout-payment-method .payment-option._active .payment-option-title .action-toggle:after {
  content: "\e939";
}
.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: 22px 0;
}
.checkout-payment-method .payment-option-title .action-toggle {
  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: #000000;
  content: "\e93a";
  font-family: 'mbicon';
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.checkout-payment-method .payment-option-title .action-toggle:hover:after {
  color: #333333;
}
.checkout-payment-method .payment-option-title .action-toggle:active:after {
  color: #000000;
}
.checkout-payment-method .payment-option-title .action-toggle:after {
  vertical-align: top;
  line-height: 19px;
}
.checkout-payment-method .payment-option-content {
  padding: 0 0 22px 22px;
}
.checkout-payment-method .payment-option-inner {
  margin: 0 0 22px;
}
.checkout-payment-method .credit-card-types {
  padding: 0;
}
.checkout-payment-method .credit-card-types .item {
  display: inline-block;
  list-style: none;
  margin: 0 5.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: 5.5px;
}
.checkout-payment-method .ccard .fields .select {
  padding-left: 5.5px;
  padding-right: 5.5px;
}
.checkout-payment-method .ccard .month .select {
  width: 140px;
}
.checkout-payment-method .ccard .year .select {
  width: 80px;
}
.checkout-payment-method .ccard .number .input-text {
  width: 225px;
}
.checkout-payment-method .ccard > .field.cvv > .control {
  padding-right: 22px;
  width: auto;
}
.checkout-payment-method .ccard .cvv .input-text {
  width: 55px;
}
.checkout-payment-method .ccard.fieldset > .field .fields.group.group-2 .field {
  width: auto !important;
}
.checkout-agreements-block .checkout-agreements {
  margin-bottom: 22px;
}
.checkout-agreements-block .action-show {
  vertical-align: baseline;
}
.checkout-agreements-items {
  padding-bottom: 33px;
}
.checkout-agreements-items .checkout-agreements-item {
  margin-bottom: 22px;
}
.checkout-agreements-items .checkout-agreements-item-title {
  border-bottom: 0;
}
.checkout-agreement-item-content {
  overflow: auto;
}
.billing-section-together {
  float: right;
  width: 48%;
}
.shipping-section-together {
  float: left;
  width: 48%;
  position: relative;
  z-index: 99999;
}
@media (min-width: 320px) and (max-width: 768px) {
  .billing-section-together {
    float: none;
    width: 100%;
  }
  .shipping-section-together {
    float: none;
    width: 100%;
    position: relative;
    z-index: 99999;
  }
}
li#opc-shipping_method {
  float: left;
  width: 100%;
}
.payment-method-billing-address {
  display: none;
}
.checkout-shipping-method .step-title {
  display: none;
}
div#onepage-checkout-shipping-method-additional-load {
  display: none;
}
div#checkout-shipping-method-load {
  display: none;
}
.remove-cashback-btn {
  background-color: #ea3b4b;
  border-radius: 5px;
  padding: 0px 5px;
  color: #FFF;
  display: none;
}
.apply-cashback-alert .message.success {
  background-color: #d5ffcc;
  /* Green background */
  color: #389c3c;
  /* Darker green text color */
  margin: 10px 0px 0px 0px;
  padding: 10px !important;
  width: 100%;
  border: 2px dashed #26722e;
  /* Darker green border */
  text-align: center;
}
.apply-cashback-alert .message.error {
  background-color: #ffccd5;
  color: #c92a48;
  margin: 10px 0px 0px 0px;
  padding: 10px !important;
  width: 100%;
  border: 2px dashed #b11b34;
  text-align: center;
}
.message.success > *:first-child:before {
  content: "" !important;
}
.message.error > *:first-child:before {
  content: "" !important;
}
.available_cashback {
  color: #c92a48;
}
.wowvoucher-alert .message.success {
  background-color: #d5ffcc;
  /* Green background */
  color: #389c3c;
  /* Darker green text color */
  margin: 10px 0px 0px 0px;
  padding: 10px !important;
  width: 100%;
  border: 2px dashed #26722e;
  /* Darker green border */
  text-align: center;
}
.wowvoucher-alert .message.error {
  background-color: #ffccd5;
  color: #c92a48;
  margin: 10px 0px 0px 0px;
  padding: 10px !important;
  width: 100%;
  border: 2px dashed #b11b34;
  text-align: center;
}
.wowcashback-input input[type="number"] {
  padding: 7.5px 20px !important;
  border: 1px solid #C7C7C7 !important;
}
.dob-wrapper {
  margin-right: 15px;
  float: left;
}
.gender-wrapper {
  float: right;
}
.dob-wrapper,
.gender-wrapper {
  margin-bottom: 15px;
  width: 48%;
}
.dob-wrapper input,
.gender-wrapper input {
  height: 48px;
  border-radius: 2px;
  font-size: 1.4rem;
  width: 100%;
}
.dob-wrapper select,
.gender-wrapper select {
  height: 48px;
  border-radius: 2px;
  font-size: 1.4rem;
  width: 100%;
}
.reg-first {
  padding-bottom: 0px !important;
  margin-bottom: 0px !important;
}
.reg-second {
  padding-top: 0px !important;
}
.reg-third {
  padding-top: 0px !important;
}
.customer-account-login .page-title-wrapper,
.customer-account-forgotpassword .page-title-wrapper,
.customer-account-create .page-title-wrapper,
.customer-account-confirmation .page-title-wrapper,
.multishipping-checkout-login .page-title-wrapper {
  display: none;
}
.customer-account-login .page-main,
.customer-account-forgotpassword .page-main,
.customer-account-create .page-main,
.customer-account-confirmation .page-main,
.multishipping-checkout-login .page-main {
  background-color: #f1f1f1;
}
.login-container,
.form.password.reset,
.form.send.confirmation,
.form.password.forget {
  max-width: 430px;
  width: 100%;
  margin: 100px auto;
}
.login-container .fieldset,
.form.password.reset .fieldset,
.form.send.confirmation .fieldset,
.form.password.forget .fieldset {
  background-color: #ffffff;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
  border-radius: 2px;
  padding: 30px;
}
.login-container .input-text,
.form.password.reset .input-text,
.form.send.confirmation .input-text,
.form.password.forget .input-text {
  height: 48px;
  border-radius: 2px;
  font-size: 1.4rem;
}
.login-container button.action,
.form.password.reset button.action,
.form.send.confirmation button.action,
.form.password.forget button.action {
  width: 100%;
  height: 53px;
}
.block.block-new-customer {
  max-width: 600px;
  width: 100%;
  margin: 100px auto;
}
.block.block-new-customer .fieldset {
  background-color: #ffffff;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
  border-radius: 2px;
  padding: 30px;
}
.block.block-new-customer .input-text {
  height: 48px;
  border-radius: 2px;
  font-size: 1.4rem;
}
.block.block-new-customer button.action {
  width: 100%;
  height: 53px;
}
.login-container .block-new-customer .actions-toolbar {
  margin-top: 25px;
}
.login-container .block .block-title {
  font-weight: bold;
  margin-bottom: 30px;
  font-size: 2rem;
}
.login-container .block .block-title a {
  color: #999999;
}
.login-container .block .block-title .active {
  color: #000000;
}
.login-container .block .block-title .title {
  display: inline-block;
  padding: 0 15px;
}
.login-container .control {
  position: relative;
}
.login-container .remind {
  position: absolute;
  right: 5px;
  top: 0;
  line-height: 48px;
  z-index: 3;
  color: #0066cc;
  font-size: 1.4rem;
}
.block-addresses-list .items.addresses > .item {
  margin-bottom: 22px;
}
.block-addresses-list .items.addresses > .item:last-child {
  margin-bottom: 0;
}
.form-address-edit #region_id {
  display: none;
}
.form-edit-account .fieldset.password {
  display: none;
}
.box-billing-address .box-content,
.box-shipping-address .box-content,
.box-information .box-content,
.box-newsletter .box-content {
  line-height: 26px;
}
.fieldset .fullname.field > .label + .control {
  width: 100%;
}
.customer-account-index .column .block {
  display: inline-block;
  margin-bottom: 30px;
  width: 100%;
}
.customer-account-index .column .block-title {
  padding: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ccc;
  font-weight: 500;
  background: #f1f1f1;
}
.account .page-title {
  padding: 20px 0;
  text-align: right;
}
.account .legend,
.account .legend + br {
  display: none;
}
.account .sidebar-additional {
  margin: 30px 0;
  background-color: #F5F5F5;
  padding: 20px 15px;
}
.account .sidebar-additional .block-title {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #CCCCCC;
}
.account .sidebar-additional .block-title .counter {
  display: none;
}
.account .sidebar-additional .block-content {
  margin-bottom: 20px;
}
.account .column.main h2 {
  margin-top: 0;
}
.account .column.main .toolbar {
  text-align: center;
  display: inline-block;
  width: 100%;
}
.account .column.main .toolbar .limiter-options {
  width: auto;
}
.account .table-wrapper .action {
  margin-right: 15px;
}
.account .table-wrapper .action:last-child {
  margin-right: 0;
}
.account-nav {
  margin-bottom: 30px;
}
.account-nav .content {
  background: #f5f5f5;
  padding: 15px 0;
}
.account-nav .item {
  margin: 0;
}
.account-nav .item:first-child {
  margin-top: 0;
}
.account-nav .item a,
.account-nav .item > strong {
  border-left: 3px solid transparent;
  display: block;
  padding: 5.5px 18px 5.5px 15px;
}
.account-nav .item a {
  text-decoration: none;
}
.account-nav .item a:hover {
  background: #e8e8e8;
}
.account-nav .item.current a,
.account-nav .item.current strong {
  border-color: #ff5501;
  font-weight: 600;
}
.account-nav .item.current a {
  border-color: #ff5501;
}
.account-nav .item .delimiter {
  display: none;
}
.account-nav .items1 {
  list-style: none;
  margin-left: 20px;
}
.account-nav .lnav {
  margin-left: 10px;
}
.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: 15px 0;
}
.control.captcha-image .captcha-img {
  vertical-align: middle;
  margin-right: 10px;
}
.block-addresses-default .block-title,
.block-addresses-list .block-title {
  margin-bottom: 30px;
}
.block-addresses-default .block-content,
.block-addresses-list .block-content {
  display: inline-block;
  width: 100%;
  margin-bottom: 30px;
}
.form-address-edit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.form-address-edit > fieldset {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 15px;
}
.form-address-edit > fieldset select {
  width: 100%;
}
.form-address-edit > fieldset .legend,
.form-address-edit > fieldset .legend + br {
  display: none;
}
.form-address-edit .actions-toolbar {
  padding: 0 15px;
}
.form-address-edit .street .nested {
  margin-top: 5px;
}
.fieldset > .field.choice {
  margin-bottom: 5px;
}
.block-balance .price {
  font-size: 3.2rem;
  line-height: 32px;
  display: inline-block;
  margin-top: -11px;
}
.table-downloadable-products .product-name {
  font-weight: 400;
  margin-right: 15px;
  display: block;
}
.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: "\e8f5";
  font-family: 'mbicon';
  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: 27.5px;
}
.page-product-downloadable .product-options-bottom .field.qty {
  display: none;
}
.samples-item-title {
  font-size: 1.4rem;
  font-weight: 600;
  margin: 0 0 11px;
}
.samples-item {
  margin: 0 0 11px;
}
.field.downloads {
  margin-bottom: 11px;
}
.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 {
  box-sizing: border-box;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 11px;
  margin-bottom: 11px;
  width: 100%;
  position: relative;
  z-index: 1;
  padding-left: 25px;
}
.field.downloads .field.choice input {
  position: absolute;
  left: 0;
  top: 2px;
}
.field.downloads .field.downloads-all {
  padding-left: 0;
  border-bottom: 0;
}
.field.downloads .sample.link {
  float: right;
}
.field.downloads-all .label {
  color: #1979c3;
  text-decoration: none;
  cursor: pointer;
}
.field.downloads-all .label:visited {
  color: #1979c3;
  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 {
  text-align: left;
  margin-bottom: 0;
  clear: both;
  border-top: 1px #c1c1c1 solid;
  padding-top: 15px;
}
.page-product-giftcard .giftcard-amount .field:last-child {
  padding-bottom: 22px !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_price > span {
  display: block;
  margin-bottom: 5.5px;
}
.page-product-giftcard .product-info-main .price-box .price-container.price-final_price > span:last-child {
  margin-bottom: 0;
}
.page-product-giftcard .product-info-main .price-box .price-container.price-final_price .price {
  font-size: 22px;
  line-height: 22px;
  font-weight: 600;
}
.page-product-giftcard .product-info-main .price-box + .giftcard.form {
  border-top: 1px #c1c1c1 solid;
  padding-top: 15px;
}
.page-product-giftcard .product-info-stock-sku {
  display: block;
}
.page-product-giftcard .product-add-form {
  clear: none;
  border: 0;
  padding-top: 0;
}
.page-product-giftcard .product-add-form .product-options-wrapper .field:not(.text) {
  margin-top: 22px;
  margin-bottom: 22px;
}
.page-product-giftcard .giftcard.form {
  clear: both;
}
.page-product-giftcard .price-box {
  margin-bottom: 10px;
}
.page-product-giftcard .product-info-price {
  float: right;
  width: auto;
  display: block;
  white-space: nowrap;
  border: 0;
}
.giftcard-account .please-wait {
  display: none;
}
.giftcard-account .form-giftcard-redeem .giftcard.info {
  margin-bottom: 33px;
}
.opc-wrapper .form-giftcard-account {
  max-width: 500px;
}
.opc-wrapper .form-giftcard-account .field {
  margin: 0 0 22px;
}
.opc-wrapper .giftcard-account-info {
  margin: 0 0 22px;
}
.opc-wrapper .giftcard-account-info .giftcard-account-number {
  margin: 0 0 11px;
}
.gift-message .field .label {
  color: #666666;
  font-weight: 400;
}
.cart.table-wrapper .item-gift._active {
  border-top: 1px solid #c1c1c1;
}
.cart.table-wrapper .item-gift .action {
  margin-right: 0;
}
.gift-options {
  margin: 22px 0;
}
.gift-options .actions-toolbar .action-cancel {
  display: none;
}
.gift-options-title {
  font-weight: 600;
  margin: 0 0 22px;
}
.gift-options-content .fieldset {
  margin: 0 0 22px;
}
.gift-summary {
  position: relative;
}
.gift-summary .actions-toolbar > .secondary .action {
  margin: 0 0 0 22px;
  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: #000000;
  content: "\e60d";
  font-family: 'mbicon';
  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: #000000;
}
.gift-summary .action-delete:before {
  content: "\e681";
}
.gift-summary .actions-toolbar,
.cart.table-wrapper .gift-summary .actions-toolbar {
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.cart.table-wrapper .gift-content {
  display: none;
  clear: left;
  float: left;
  margin-right: -100%;
  padding: 22px 0;
  width: 100%;
}
.cart.table-wrapper .gift-content._active {
  display: table;
  table-layout: fixed;
}
.gift-item-block {
  border-bottom: 1px solid #c1c1c1;
  margin: 0;
}
.gift-item-block._active .title:after {
  content: "\e939";
}
.gift-item-block .title {
  color: #1979c3;
  cursor: pointer;
  display: block;
  text-decoration: none;
  margin: 0;
  padding: 11px 44px 11px 15px;
  position: relative;
}
.gift-item-block .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 20px;
  color: #858585;
  content: "\e93a";
  font-family: 'mbicon';
  margin: 0 0 0 11px;
  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: 11px 0 22px;
  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: 11px 0;
}
.options-order-container,
.options-items-container {
  margin-bottom: 11px;
}
.gift-messages-order {
  margin-bottom: 27.5px;
}
.form-giftregistry-share .actions-toolbar:not(:last-child),
.form-giftregistry-edit .actions-toolbar:not(:last-child) {
  margin-bottom: 44px;
}
.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: #1979c3;
}
.table-giftregistry-items .product-image {
  margin-right: 11px;
  float: left;
}
.cart-summary .form.giftregistry .fieldset {
  margin: 15px 0 5.5px;
  text-align: left;
}
.cart-summary .form.giftregistry .fieldset .field {
  margin: 0 0 11px;
}
.cart-summary .form.giftregistry .fieldset .field .control {
  float: none;
  width: auto;
}
.form-giftregistry-edit .giftregistry-type {
  margin-bottom: 33px;
  margin-top: -27.5px;
}
.form-giftregistry-search {
  margin-bottom: 66px;
}
.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 27.5px;
}
.block-giftregistry-shared-items .item .col {
  border: 0;
}
.block-giftregistry-shared-items th {
  border-bottom: 1px solid #d1d1d1;
}
.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: 11px 0;
}
.block-giftregistry-shared-items .product-item-name {
  font-size: 1.8rem;
  display: block;
  margin: 0 0 5.5px;
}
.gift-wrapping-info {
  font-weight: 300;
  font-size: 20px;
  margin: 22px 0;
}
.gift-wrapping-list {
  list-style: none;
  margin: 22px 0 11px;
  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: "\e6f6";
  font-family: 'mbicon';
  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 11px 11px 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: 11px 0;
}
.gift-wrapping-title .action-remove {
  margin: -5.5px 0 0 5.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: #000000;
  content: "\e681";
  font-family: 'mbicon';
  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: #000000;
}
.gift-options-content .fieldset .field {
  margin: 11px 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: 22px 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 11px 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;
}
.table-wrapper.grouped {
  width: auto;
}
.table.grouped th {
  font-weight: 500;
  padding: 5px 0;
}
.table.grouped td {
  border-top: 1px solid #e1e1e1;
  padding: 5px 0;
}
.table.grouped .row-tier-price > td {
  border-top: 0;
  padding-top: 0;
  font-size: 1.4rem;
}
.table.grouped input.qty {
  width: 60px;
  text-align: center;
  height: 26px;
  padding-right: 0;
}
.table.grouped .product-item-name {
  font-weight: 400;
  display: inline-block;
  margin-bottom: 0;
  margin-right: 10px;
}
.table.grouped .price-box {
  display: inline-block;
}
.table.grouped .price-box p {
  margin: 0;
}
.table.grouped .price-box .price {
  font-weight: bold;
}
.table.grouped .price-box .old-price .price {
  font-weight: normal;
}
.table.grouped .price-box .price-label {
  display: none;
}
.table.grouped .stock.unavailable {
  margin: 0;
  white-space: nowrap;
  text-transform: none;
  font-weight: normal;
}
.form-add-invitations .additional,
.form-add-invitations .field.message {
  margin-top: 22px;
}
.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: 22px;
  color: inherit;
  content: "\e936";
  font-family: 'mbicon';
  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;
}
.block.filter {
  margin-bottom: 30px;
  background-color: #f5f5f5;
  padding: 20px;
}
.block.filter .filter-title {
  font-size: 1.8rem;
  text-transform: uppercase;
}
.block.filter .filter-subtitle {
  display: none;
}
.block-subtitle {
  display: inline-block;
  margin-bottom: 11px;
}
.filter-current ul,
.filter-current ol {
  list-style: none;
  padding: 0;
  margin: 0;
}
.filter-current .item {
  padding-right: 20px;
  position: relative;
}
.filter-current .item .remove {
  position: absolute;
  top: 2px;
  right: 0;
  font-size: 12px;
  width: 20px;
  height: 20px;
  text-align: right;
}
.filter-current .filter-label {
  display: block;
  font-weight: 500;
}
.filter-current .filter-label:after {
  content: ':';
}
.filter-current + .filter-actions {
  margin-bottom: 30px;
  text-align: right;
}
.filter-current + .filter-actions .clear .mbi {
  display: inline-block;
  vertical-align: middle;
}
.filter-options {
  margin: 0;
}
.filter-options ul,
.filter-options ol {
  list-style: none;
  padding: 0;
}
.filter-options .filter-options-title {
  font-size: 1.5rem;
  margin: 0;
  padding: 15px 0 5px;
  text-transform: uppercase;
  font-weight: 500;
  position: relative;
  cursor: pointer;
}
.filter-options .filter-options-content {
  font-size: 1.4rem;
  margin: 0;
  padding: 0 0 20px;
  border-bottom: 1px solid #d8d8d8;
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.filter-options .filter-options-content .item {
  margin-bottom: 3px;
}
.filter-options .count {
  color: #7d7d7d;
}
.filter-options .count:before {
  content: '(';
}
.filter-options .count:after {
  content: ')';
}
.filter-options-item[data-collapsible="true"] .filter-options-title:after {
  display: inline-block;
  font-family: mbicon;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f3d0";
  font-size: 14px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -7px;
  line-height: inherit;
}
.filter-options-item[data-collapsible="true"] .filter-options-title[aria-expanded="true"]:after {
  content: "\f3d8";
}
.filtered .items {
  margin: 15px 0;
}
.filtered .item {
  margin-bottom: 6px;
  padding-left: 22px;
  position: relative;
}
.filtered .item .label {
  font-weight: 700;
}
.filtered .item .action.remove {
  left: -6px;
  position: absolute;
  top: 0;
}
.filtered + .actions {
  margin-bottom: 35px;
}
.map-popup-wrapper.popup .action.close {
  top: 11px;
}
.map-popup {
  background: #ffffff;
  border: 1px solid #aeaeae;
  padding: 22px;
  width: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  transition: opacity 0.3s linear;
  left: 0;
  margin-top: 11px;
  position: absolute;
  top: 0;
  z-index: 1001;
  display: none;
  opacity: 0;
}
.map-popup .popup-header {
  margin: 0 0 25px;
  padding-right: 22px;
}
.map-popup .popup-header .title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.1rem;
  margin-top: 1.65rem;
  margin-bottom: 1.1rem;
}
.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: 11px;
  top: 11px;
}
.map-popup .popup-actions .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.map-popup .popup-actions .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: "\e935";
  font-family: 'mbicon';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.map-popup .popup-actions .action.close:hover:before {
  color: inherit;
}
.map-popup .popup-actions .action.close:active:before {
  color: inherit;
}
.map-popup .popup-actions .action.close:focus,
.map-popup .popup-actions .action.close:active {
  background: none;
  border: none;
}
.map-popup .popup-actions .action.close:hover {
  background: none;
  border: none;
}
.map-popup .popup-actions .action.close.disabled,
.map-popup .popup-actions .action.close[disabled],
fieldset[disabled] .map-popup .popup-actions .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.map-popup.active {
  opacity: 1;
}
.map-popup .map-info-price {
  margin: 0 0 22px;
}
.map-popup .map-info-price .price-box {
  margin: 0 0 22px;
}
.map-popup .map-info-price .price-box .label:after {
  content: ": ";
}
.map-popup .action.primary {
  margin-right: 11px;
}
.map-popup .map-msrp {
  margin-bottom: 11px;
}
.map-popup .actual-price {
  margin: 3px 0 15px;
}
.map-popup .popup-header {
  display: none;
}
.map-old-price {
  text-decoration: none;
}
.map-old-price .price-wrapper {
  text-decoration: line-through;
}
.map-old-price:not(:last-child),
.product-item .map-old-price:not(:last-child),
.product-info-price .map-show-info:not(:last-child) {
  margin-right: 11px;
}
.product-options-bottom .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;
}
.wishlist.split.button {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.wishlist.split.button:before,
.wishlist.split.button:after {
  content: '';
  display: table;
}
.wishlist.split.button:after {
  clear: both;
}
.wishlist.split.button .action.split {
  float: left;
  margin: 0;
}
.wishlist.split.button .action.toggle {
  float: right;
  margin: 0;
}
.wishlist.split.button button.action.split {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.wishlist.split.button button + .action.toggle {
  border-bottom-left-radius: 0;
  border-left: 0;
  border-top-left-radius: 0;
}
.wishlist.split.button .action.toggle {
  display: inline-block;
  text-decoration: none;
}
.wishlist.split.button .action.toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.wishlist.split.button .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: #7d7d7d;
  content: "\e93a";
  font-family: 'mbicon';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.split.button .action.toggle:hover:after {
  color: #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: 22px;
  line-height: 22px;
  color: #7d7d7d;
  content: "\e939";
  font-family: 'mbicon';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.split.button .action.toggle.active:hover:after {
  color: #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 {
  text-align: left;
}
.wishlist.split.button .items .item:last-child:hover {
  background: #e8e8e8;
}
.table-comparison .wishlist.split.button > .action.split:before,
.product-items .wishlist.split.button > .action.split:before {
  content: "\e68c";
}
.table-comparison .wishlist.split.button > .action:active,
.product-items .wishlist.split.button > .action:active,
.table-comparison .wishlist.split.button > .action:focus,
.product-items .wishlist.split.button > .action:focus,
.table-comparison .wishlist.split.button > .action:hover,
.product-items .wishlist.split.button > .action:hover {
  color: #333333;
}
.table-comparison .wishlist.split.button > .action.toggle:before,
.product-items .wishlist.split.button > .action.toggle:before {
  border-left: 1px solid #c9c9c9;
  content: '';
  float: left;
  height: 15px;
  margin-top: 3px;
}
.product-info-main .wishlist.split.button .action.split,
.block-bundle-summary .wishlist.split.button .action.split,
.product-add-form .wishlist.split.button .action.split,
.product-info-main .wishlist.split.button .action.toggle,
.block-bundle-summary .wishlist.split.button .action.toggle,
.product-add-form .wishlist.split.button .action.toggle {
  line-height: 1.2rem;
  padding: 5.5px 8px;
  font-size: 1.1rem;
}
.product-info-main .wishlist.split.button .action.toggle,
.block-bundle-summary .wishlist.split.button .action.toggle,
.product-add-form .wishlist.split.button .action.toggle {
  padding: 0;
}
.cart.table-wrapper .wishlist.split.button {
  margin-bottom: 11px;
}
.cart.table-wrapper .wishlist.split.button > .action.toggle {
  padding: 4px 5.5px;
}
.wishlist.window.popup {
  box-sizing: border-box;
  background: #ffffff;
  border: 1px solid #aeaeae;
  padding: 22px;
  width: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  transition: opacity 0.3s linear;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1001;
  display: none;
  opacity: 0;
}
.wishlist.window.popup .popup-header {
  margin: 0 0 25px;
  padding-right: 22px;
}
.wishlist.window.popup .popup-header .title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.1rem;
  margin-top: 1.65rem;
  margin-bottom: 1.1rem;
}
.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: 11px;
  top: 11px;
}
.wishlist.window.popup .popup-actions .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.wishlist.window.popup .popup-actions .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: "\e935";
  font-family: 'mbicon';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.window.popup .popup-actions .action.close:hover:before {
  color: inherit;
}
.wishlist.window.popup .popup-actions .action.close:active:before {
  color: inherit;
}
.wishlist.window.popup .popup-actions .action.close:focus,
.wishlist.window.popup .popup-actions .action.close:active {
  background: none;
  border: none;
}
.wishlist.window.popup .popup-actions .action.close:hover {
  background: none;
  border: none;
}
.wishlist.window.popup .popup-actions .action.close.disabled,
.wishlist.window.popup .popup-actions .action.close[disabled],
fieldset[disabled] .wishlist.window.popup .popup-actions .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.wishlist.window.popup.active {
  opacity: 1;
}
.wishlist.window.popup.active {
  display: block;
}
.wishlist.overlay {
  transition: opacity 0.15s linear;
  background: #000000;
  z-index: 899;
  bottom: 0;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
}
.wishlist.overlay.active {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.wishlist.overlay.active {
  display: block;
}
.block-wishlist-management {
  position: relative;
}
.block-wishlist-management .wishlist-select .wishlist-name-label {
  font-weight: 600;
}
.block-wishlist-management .wishlist-title {
  margin-bottom: 11px;
}
.block-wishlist-management .wishlist-title strong {
  font-weight: 300;
  margin-right: 11px;
}
.block-wishlist-management .wishlist-notice {
  color: #7d7d7d;
  display: inline-block;
  margin-right: 22px;
}
.block-wishlist-management .wishlist-toolbar-select,
.block-wishlist-management .wishlist-toolbar-actions {
  display: inline-block;
}
.block-wishlist-management .wishlist-toolbar-select {
  margin-right: 22px;
}
.block-wishlist-management .wishlist-dropdown.move {
  margin-right: 22px;
}
.block-wishlist-search-form .form-wishlist-search {
  margin-bottom: 66px;
  max-width: 500px;
}
.block-wishlist-search-results .toolbar-wishlist-results {
  text-align: center;
}
.block-wishlist-info-items .block-title {
  margin-bottom: 22px;
  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: 22px;
}
.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 11px;
}
.block-wishlist-info-items .split {
  clear: both;
  padding: 11px 0;
}
.block-wishlist-info-items .action.towishlist {
  padding: 11px 0;
}
.fotorama-video-container:after {
  background: url(../../frontend/MageBig/martfury_wowshop02/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;
  cursor: pointer;
}
.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/MageBig/martfury_wowshop02/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;
  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;
  cursor: pointer;
}
.fotorama__product-video--loading:after {
  visibility: hidden;
}
.review-main-div {
  float: left;
  width: 100%;
  margin-bottom: 10px;
  border: 1px solid #ccc;
}
.review-image-div {
  float: left;
  width: 20%;
  margin-right: 10px;
}
.review-details-div {
  float: left;
  width: 75%;
  min-height: 100px;
}
.review-head-left {
  float: left;
  width: 70%;
}
.review-head-right {
  float: right;
}
.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: #dddddd;
  font-family: 'mbicon';
  font-size: 16px;
  height: 16px;
  letter-spacing: 2px;
  line-height: 16px;
  content: "\f4b3" "\f4b3" "\f4b3" "\f4b3" "\f4b3";
  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: #ffcc00;
  font-family: 'mbicon';
  font-size: 16px;
  height: 16px;
  letter-spacing: 2px;
  line-height: 16px;
  content: "\f4b3" "\f4b3" "\f4b3" "\f4b3" "\f4b3";
  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: #dddddd;
  font-family: 'mbicon';
  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: "\f4b3" "\f4b3" "\f4b3" "\f4b3" "\f4b3";
  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: #ffcc00;
  font-family: 'mbicon';
  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: "\f4b3" "\f4b3" "\f4b3" "\f4b3" "\f4b3";
}
.review-control-vote .rating-4 {
  z-index: 3;
}
.review-control-vote .rating-4:before {
  content: "\f4b3" "\f4b3" "\f4b3" "\f4b3";
}
.review-control-vote .rating-3 {
  z-index: 4;
}
.review-control-vote .rating-3:before {
  content: "\f4b3" "\f4b3" "\f4b3";
}
.review-control-vote .rating-2 {
  z-index: 5;
}
.review-control-vote .rating-2:before {
  content: "\f4b3" "\f4b3";
}
.review-control-vote .rating-1 {
  z-index: 6;
}
.review-control-vote .rating-1:before {
  content: "\f4b3";
}
.review-control-vote:before {
  content: "\f4b2" "\f4b2" "\f4b2" "\f4b2" "\f4b2";
}
.review-items {
  padding: 0;
  list-style: none;
  border-bottom: 1px solid #c9c9c9;
}
.review-items li:first-child {
  padding-top: 0;
}
#product-review-table {
  display: table;
}
#product-review-table .review-field-rating {
  display: table-row;
}
#product-review-table .review-field-rating .label,
#product-review-table .review-field-rating .review-control-vote {
  display: table-cell;
  vertical-align: top;
  line-height: 20px;
  padding-bottom: 10px;
  margin: 0;
  font-size: 1.4rem;
}
#product-review-table .review-field-rating .review-control-vote {
  padding: 0 30px;
}
.review-toolbar {
  padding: 0;
  margin: 0 0 22px;
  text-align: center;
}
.review-toolbar:first-child {
  display: none;
}
.review-toolbar .pages {
  display: block;
  text-align: center;
  border-bottom: 1px solid #c9c9c9;
  padding: 22px 0;
}
.review-toolbar .limiter {
  display: none;
  border: none;
  text-align: right;
}
.review-add .block-title {
  display: none;
}
.fieldset .review-legend.legend {
  line-height: 1.3;
  border-bottom: 0;
  padding: 0;
  margin-bottom: 22px;
}
.fieldset .review-legend.legend span {
  margin: 0;
}
.fieldset .review-legend.legend strong {
  display: block;
  font-weight: 600;
  padding-top: 10px;
  font-size: 1.4rem;
}
.fieldset .review-field-ratings > .label {
  font-weight: 500;
  padding: 0;
  font-size: 1.4rem;
  margin: 0;
}
.review-control-vote label:before,
.review-control-vote:before {
  font-size: 18px;
  line-height: 18px;
  height: 18px;
  letter-spacing: 6px;
}
.review-field-rating .label {
  font-weight: 500;
}
.review-list .block-title strong {
  font-weight: 300;
  line-height: 1.1;
  font-size: 3rem;
  margin-top: 2.75rem;
  margin-bottom: 2.2rem;
}
.review-item {
  padding: 22px 0;
  margin: 0;
}
.review-item:after {
  clear: both;
  content: '';
  display: table;
}
.review-ratings {
  display: table;
  max-width: 100%;
  margin-bottom: 11px;
  float: left;
  margin-right: 30px;
}
.review-ratings .rating-label {
  font-size: 1.4rem;
  margin: 0;
}
.review-author {
  display: inline;
}
.review-author .review-details-value {
  font-weight: 400;
}
.review-date {
  display: inline;
}
.review-title {
  font-size: 1.4rem;
  margin: 0 0 22px;
  font-weight: 500;
}
.review-content {
  font-size: 1.4rem;
}
.review-fieldset .field.required > .label {
  font-size: 1.4rem;
}
.review-fieldset .field.required > .label:after {
  content: '*';
  color: #e02b27;
  margin: 0 0 0 2px;
}
.review-field-nickname,
.review-field-summary {
  margin-bottom: 15px;
}
.review-field-nickname input,
.review-field-summary input {
  width: 100%;
  height: 40px;
  padding: 0 15px;
  border: 1px solid #ccc;
}
.review-field-text textarea {
  width: 100%;
  height: 100px;
  padding: 15px;
  display: block;
  border: 1px solid #ccc;
}
.review-form-actions {
  margin-top: 15px;
}
.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: 22px;
}
.products.wrapper.list .product-reviews-summary {
  margin: 0 auto;
}
.product-reviews-summary .rating-summary {
  display: inline-block;
  vertical-align: top;
  line-height: 16px;
}
.product-reviews-summary .rating-summary .rating-result {
  vertical-align: top;
}
.product-reviews-summary .reviews-actions {
  display: inline-block;
  vertical-align: top;
  line-height: 16px;
}
.product-reviews-summary .reviews-actions a {
  font-size: 1.4rem;
  color: #666666;
}
.product-reviews-summary .reviews-actions a:not(:last-child) {
  margin-right: 10px;
}
.product-reviews-summary .reviews-actions > a > span {
  display: none;
}
.product-info-main .product-reviews-summary .reviews-actions > a > span {
  display: inline;
}
.product-info-main .rating-summary,
.customer-review .rating-summary {
  margin-right: 10px;
}
.block-reviews-dashboard .items .item {
  margin-bottom: 22px;
}
.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: 5.5px;
}
.block-reviews-dashboard .rating-summary .label {
  font-weight: 600;
  margin-right: 11px;
}
.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 {
  width: 30%;
  max-width: 285px;
  float: left;
  margin-right: 3%;
}
.customer-review .review-details {
  margin: 0;
}
.customer-review .review-details .customer-review-rating {
  margin-bottom: 22px;
}
.customer-review .review-details .customer-review-rating .item {
  margin-bottom: 11px;
}
.customer-review .review-details .customer-review-rating .item:last-child {
  margin-bottom: 0;
}
.customer-review .review-details .review-title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.1rem;
  margin-top: 1.65rem;
  margin-bottom: 1.1rem;
  margin-bottom: 22px;
}
.customer-review .review-details .review-content {
  margin: 0;
  margin-bottom: 22px;
}
.customer-review .review-details .review-date {
  color: #a6a6a6;
}
.block-reward-info .reward-balance {
  font-size: 1.8rem;
  margin-bottom: 27.5px;
}
.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: 27.5px;
}
.block-reward-info .reward-rates .title,
.block-reward-info .reward-limit .title,
.block-reward-info .reward-expiring .title {
  display: inline-block;
  margin-bottom: 11px;
}
.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;
}
.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: 22px;
}
#cancel-order-button {
  border: 1px solid #666;
  padding: 5px 10px;
  display: inline-block;
}
.sales-order-view .modal-popup._inner-scroll .modal-content {
  overflow-y: initial;
}
.sales-order-view .modal-popup.modal-slide .modal-footer {
  text-align: center;
  margin-left: 30px;
  margin-right: 30px;
  padding-top: 25px;
}
.sales-order-view .modal-footer button.cancel {
  background-color: #000000;
  border: 1px solid #000000;
  color: #ffffff;
  text-transform: uppercase;
  min-width: 200px;
}
.sales-order-view .modal-footer button.req_cancel {
  background-color: #ea3b4b;
  border: 1px solid #ea3b4b;
  color: #ffffff;
  text-transform: uppercase;
  min-width: 250px;
}
.sales-order-view #cancel-order-popup {
  text-align: center;
}
.sales-order-view #cancel-order-popup h3 {
  padding: 10px;
  margin: 0 auto;
}
.sales-order-view #cancel-order-popup hr {
  border: 1px solid #dddddd;
}
.sales-order-view #cancel-order-popup .cancele-caution {
  padding: 15px 0;
  border-bottom: 1px solid #dddddd;
}
.sales-order-view #cancel-order-popup .cancel-reason-head {
  padding: 30px 15px 15px;
  margin-bottom: 10px;
  border-bottom: 1px solid #dddddd;
}
.sales-order-view #cancel-order-popup .formCancelReson .radio {
  width: 50%;
  float: left;
  text-align: left;
  padding: 5px;
}
.sales-order-view #cancel-order-popup .formCancelReson .radio input[type="radio"] {
  float: left;
  width: 15px;
  position: relative;
  top: 4px;
}
.sales-order-view #cancel-order-popup .formCancelReson .radio label {
  padding-left: 8px;
  float: left;
  width: calc(85%);
}
.sales-order-view #cancel-order-popup form#cancel-form {
  padding: 10px;
}
.history-main-div {
  float: left;
  width: 100%;
  margin-bottom: 10px;
  border: 1px solid #ccc;
}
.history-background-div {
  float: left;
  width: 100%;
  background-color: #ccc;
  min-height: 50px;
}
.history-head-left {
  float: left;
  padding: 10px;
}
.history-head-right {
  float: right;
  padding: 10px;
}
.history-head-right .action {
  color: #06c;
}
.history-main-div .table-order-items .col .price {
  font-weight: 100 !important;
}
.mobtd {
  display: none;
}
table {
  width: 100%;
}
table caption {
  display: none;
}
.table-order-items th {
  font-weight: 500;
  padding: 5px 0;
}
.order-links {
  display: none;
  width: 100%;
  vertical-align: top;
  position: relative;
  z-index: 10;
}
.order-links .item {
  line-height: 50px;
  margin: 0 0 -1px;
}
.order-links .item strong {
  padding: 0 20px;
  border: 1px solid #d1d1d1;
  border-bottom-color: #ffffff;
  display: block;
}
.order-links .item.current {
  background: #fff;
}
.order-links .item a {
  background: #f1f1f1;
  color: #999999;
  border: 1px solid #d1d1d1;
  display: block;
  font-weight: 500;
  padding: 0 20px;
}
.order-links .item a:hover {
  background: #ffffff;
  text-decoration: none;
}
.block-order-details-view .block-title {
  margin-bottom: 15px;
}
.order-details-items {
  margin-bottom: 30px;
  padding: 20px;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  position: relative;
  z-index: 8;
}
.order-details-items .order-title {
  border-bottom: 1px solid #d1d1d1;
  padding: 0 0 11px;
}
.order-details-items .order-title > strong {
  font-size: 1.8rem;
  font-weight: 500;
}
.order-details-items .order-title .action {
  display: inline-block;
}
.order-details-items .table-wrapper {
  margin: 0;
}
.order-details-items .table-wrapper:not(:last-child) {
  margin-bottom: 33px;
}
.order-details-items .actions-toolbar {
  display: none;
}
.order-details-items .table-order-items > thead > tr > th {
  border-bottom: 1px solid #d1d1d1;
  width: auto;
}
.order-details-items .table-order-items tbody + tbody {
  border-top: 1px solid #d1d1d1;
}
.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: 10px;
  padding-top: 10px;
}
.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: 0 0 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;
  font-size: 1.6rem;
}
.order-details-items .item-options {
  margin: 0;
  font-size: 1.4rem;
}
.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 .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: "\e93a";
  font-family: 'mbicon';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.order-details-items .action.show.expanded:after {
  content: "\e939";
}
.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 > .block-title strong {
  font-size: 1.8rem;
  font-weight: 500;
}
.block-order-details-view .box-title strong {
  font-weight: 500;
}
.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: 30px 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 #d1d1d1;
}
.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 a {
  color: #0066cc;
}
.order-actions-toolbar .action a:hover {
  color: #fcb800;
}
.order-status-wrap {
  display: none;
}
.order-status-wrap .actions-toolbar {
  float: right;
  text-align: right;
}
.form-orders-search .field:last-child {
  margin-bottom: 22px;
}
.block-reorder .actions-toolbar {
  margin: 17px 0;
}
.block-reorder .product-item-name {
  display: inline-block;
}
.block-reorder .product-item .field.item {
  display: inline-block;
}
.opc-wrapper .form-discount {
  position: relative;
  display: inline-block;
  width: 100%;
}
.opc-wrapper .form-discount .actions-toolbar {
  position: absolute;
  top: 0;
  right: 0;
  width: auto;
}
.opc-wrapper .form-discount .actions-toolbar .primary {
  min-width: auto;
}
.opc-wrapper .form-discount .actions-toolbar button {
  border: 1px solid #fcb800;
  box-shadow: none;
  height: 32px;
  background-color: #ffffff;
  padding: 0 15px;
}
.product-social-links .action.mailto.friend:before {
  display: inline-block;
  font-family: mbicon;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f0e0";
  font-size: 16px;
  margin-right: 5px;
}
/**
 * Copyright © magebig.com - All rights reserved.
 * See LICENSE.txt for license details.
 */
.swatch-attribute-label {
  font-weight: 500;
  position: relative;
}
.swatch-attribute-label.required {
  padding-right: 10px;
}
.swatch-attribute-label[data-required="1"]:after {
  content: '*';
  color: #ea3b4b;
  position: absolute;
  right: -11px;
  top: -2px;
  font-weight: bold;
  font-size: 1em;
}
.swatch-attribute-selected-option {
  color: #646464;
  padding-left: 17px;
}
.swatch-option {
  min-width: 50px;
  max-width: 100px;
  height: 50px;
  float: left;
  margin: 0 10px 10px 0;
  text-align: center;
  cursor: pointer;
  position: relative;
  border: 1px solid #dadada;
  overflow: hidden;
  text-overflow: ellipsis;
}
.swatch-option.text {
  color: #686868;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  padding: 4px;
  min-width: 30px;
  width: auto;
  height: auto;
}
.swatch-option.selected {
  border: 1px solid #fcb800 !important;
  color: #000 !important;
  outline: none !important;
}
.swatch-option.text.selected {
  background-color: #FFF !important;
}
.clearfix:after {
  content: " ";
  /* Older browser do not support empty content */
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}
.swatch-option:not(.disabled):hover {
  border: 1px solid #fcb800 !important;
  outline: none !important;
}
.swatch-option:not(.disabled):before {
  position: absolute;
  top: 1px;
  left: 1px;
  right: 1px;
  bottom: 1px;
  content: '';
}
.swatch-option:not(.disabled):hover:before,
.swatch-option.selected:before {
  border: 3px solid #f1f1f1;
}
.swatch-option.disabled {
  cursor: default;
}
.swatch-option.disabled:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: -moz-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #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%);
  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: -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: 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%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#00ffffff', GradientType=1);
}
.swatch-option-tooltip {
  max-width: 140px;
  /*max-height: 160px;*/
  max-height: 100%;
  min-height: 20px;
  min-width: 20px;
  position: absolute;
  padding: 5px;
  background: #fff;
  color: #949494;
  border: 1px solid #adadad;
  display: none;
  z-index: 999;
  text-align: center;
}
.swatch-option-tooltip .corner,
.swatch-option-tooltip-layered .corner {
  left: 40%;
  position: absolute;
  bottom: 0;
  height: 8px;
}
.swatch-option-tooltip .corner:after,
.swatch-option-tooltip-layered .corner:after {
  content: '';
  position: relative;
  top: -1px;
  left: -16px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 7.5px 0 7.5px;
  border-color: #fff transparent transparent transparent;
  font-size: 1px;
}
.swatch-option-tooltip .corner:before,
.swatch-option-tooltip-layered .corner:before {
  content: '';
  position: relative;
  top: 1px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 8.5px 0 8.5px;
  border-color: #adadad transparent transparent transparent;
  font-size: 1px;
}
.swatch-option-tooltip .image,
.swatch-option-tooltip-layered .image {
  display: block;
  height: 130px;
  width: 130px;
  /*margin: 0 0 5px;*/
  margin: 0 auto;
}
.swatch-option-tooltip .title {
  max-width: 140px;
  min-height: 20px;
  max-height: 200px;
  color: #282828;
  text-align: center;
  display: block;
  overflow: hidden;
}
.swatch-opt {
  margin: 20px 0;
}
.swatch-more {
  display: inline-block;
  margin: 2px 0;
  text-decoration: none !important;
  position: static;
  z-index: 1;
}
/* Layered Features */
.swatch-option-link-layered {
  position: relative;
  margin: 0 !important;
  padding: 0 !important;
  display: inline-block;
}
.swatch-option-link-layered .swatch-option {
  margin: 0;
}
.swatch-option-link-layered .swatch-option:not(.text),
.swatch-option-link-layered .swatch-option:not(.text):before {
  border-radius: 50%;
}
.swatch-option-link-layered .swatch-option:not(.text),
.swatches-list .swatch-option:not(.text) {
  height: 30px;
  width: 30px;
  min-width: 30px;
  max-width: 30px;
  max-height: 30px;
}
.swatch-option-link-layered:focus > div {
  box-shadow: 0 0 3px 1px #68a8e0;
}
.swatch-option-tooltip-layered {
  width: 140px;
  position: absolute;
  background: #fff;
  color: #949494;
  border: 1px solid #adadad;
  display: none;
  z-index: 999;
  left: -47px;
}
.swatch-visual-tooltip-layered {
  height: 160px;
  top: -170px;
}
.swatch-textual-tooltip-layered {
  height: 30px;
  top: -40px;
}
.swatch-option-link-layered:hover > .swatch-option-tooltip-layered {
  display: block;
}
.swatch-attribute-options .swatch-option-tooltip-layered .title {
  width: 100%;
  height: 20px;
  position: absolute;
  bottom: -5px;
  left: 0;
  color: #282828;
  text-align: center;
  margin-bottom: 10px;
}
.swatch-option-disabled:after {
  content: '';
  position: absolute;
  width: 42px;
  height: 2px;
  background: #ea3b4b;
  transform: rotate(-30deg);
  -o-transform: rotate(-30deg);
  -moz-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  -webkit-transform: rotate(-30deg);
  z-index: 995;
  left: -4px;
  top: 10px;
}
.swatch-option-disabled {
  outline: none !important;
  cursor: default;
  border: 0;
}
/* Bugfix for Add To Cart button */
.swatch-opt-listing {
  margin-bottom: 10px;
}
/*.swatch-option-loading {*/
/*content: url("../../frontend/MageBig/martfury_wowshop02/images/loader-1.gif");*/
/*width: auto;*/
/*}*/
.swatch-input {
  left: -1000px;
  position: absolute;
  visibility: hidden;
}
body {
  background-color: #ffffff;
}
.page-main > .page-title-wrapper .page-title + .action {
  margin-top: 33px;
}
.page-print .nav-toggle {
  display: none;
}
.page-print .page-title-wrapper {
  display: inline-block;
  width: 100%;
  margin-top: 20px;
}
.page-print .page-title-wrapper .page-title {
  padding: 0;
  margin: 0;
  float: left;
}
.page-print .page-title-wrapper .order-status {
  float: right;
  margin: 0;
}
.page-print .page-title-wrapper .order-date {
  display: inline-block;
  width: 100%;
  text-align: right;
}
.action.skip:focus {
  background: #f0f0f0;
  padding: 11px;
  box-sizing: border-box;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 15;
}
.message.global p {
  margin: 0;
}
.message.global.noscript,
.message.global.cookie {
  padding: 30px 40px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: rgba(0, 0, 0, 0.8);
  border-color: #d6ca8e;
  color: #ffffff;
  margin: 0;
}
.message.global.noscript a,
.message.global.cookie a {
  color: #fcb800;
}
.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: 1000;
  font-size: 1.6rem;
  text-align: center;
  padding: 20px;
}
.message.global.cookie .content {
  max-width: 1200px;
  text-align: left;
  display: inline-block;
  position: relative;
}
.message.global.cookie .content > p {
  display: inline-block;
  padding-right: 150px;
}
.message.global.cookie .actions {
  position: absolute;
  right: 0;
  top: 0;
}
.message.global.cookie.bottom-left {
  width: 320px;
}
.message.global.cookie.bottom-left .content > p {
  padding-right: 0;
}
.message.global.cookie.bottom-left .actions {
  margin-top: 10px;
  position: static;
  text-align: center;
}
.message.global.cookie.bottom-right {
  width: 320px;
  left: auto;
  right: 0;
}
.message.global.cookie.bottom-right .content > p {
  padding-right: 0;
}
.message.global.cookie.bottom-right .actions {
  margin-top: 10px;
  position: static;
  text-align: center;
}
.message.global.demo {
  margin: 0;
  padding: 30px 40px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #ff0101;
  border-color: none;
  color: #ffffff;
  margin-bottom: 0;
  text-align: center;
}
.message.global.demo a {
  color: #1979c3;
}
.message.global.demo a:hover {
  color: #006bb4;
}
.message.global.demo a:active {
  color: #ff5501;
}
.page-footer {
  margin-top: auto;
}
.footer.content {
  border-top: 1px solid #d1d1d1;
  margin-top: 25px;
  padding-bottom: 25px;
  padding-top: 25px;
}
.footer.content .links > li {
  margin: 0 0 8px;
}
.footer.content .switcher-store {
  margin: 0 0 30px;
}
.footer .copyright,
.footer .bugs {
  display: block;
  margin: 20px 0 0;
}
.widget {
  clear: both;
}
.ui-datepicker td {
  padding: 0;
}
.tvshow-link,
.tvshow-link .mbi.mbi-tv {
  color: red;
  font-weight: 500;
}
@media (min-width: 600px), print {
  .page-print .block-order-details-view .block-content .box {
    width: 50%;
    float: left;
  }
}
.account .table-wrapper .data.table.wishlist > thead > tr > th,
.account .table-wrapper .data.table.wishlist > tbody > tr > th,
.account .table-wrapper .data.table.wishlist > tfoot > tr > th,
.account .table-wrapper .data.table.wishlist > thead > tr > td,
.account .table-wrapper .data.table.wishlist > tbody > tr > td,
.account .table-wrapper .data.table.wishlist > tfoot > tr > td {
  border-top: 1px solid #d1d1d1;
}
.account .table-wrapper .data.table.wishlist > caption + thead > tr:first-child > th,
.account .table-wrapper .data.table.wishlist > colgroup + thead > tr:first-child > th,
.account .table-wrapper .data.table.wishlist > thead:first-child > tr:first-child > th,
.account .table-wrapper .data.table.wishlist > caption + thead > tr:first-child > td,
.account .table-wrapper .data.table.wishlist > colgroup + thead > tr:first-child > td,
.account .table-wrapper .data.table.wishlist > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.account .table-wrapper .data.table.wishlist > tbody + tbody {
  border-top: 1px solid #d1d1d1;
}
.account .table-wrapper .data.table.wishlist thead > tr > th {
  border-bottom: 0;
}
.account .table-wrapper .data.table.wishlist tbody > tr:last-child > td {
  border-bottom: 1px solid #d1d1d1;
}
.account .table-wrapper .data.table.wishlist .product.name {
  display: inline-block;
  margin-bottom: 11px;
}
.account .table-wrapper .data.table.wishlist .box-tocart {
  margin: 11px 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: 11px 0;
}
.account .table-wrapper .data.table.wishlist .input-text.qty {
  margin-bottom: 11px;
}
.account .table-wrapper .data.table.wishlist .action.primary {
  vertical-align: top;
}
.account .table-wrapper .data.table.wishlist .price {
  font-weight: 700;
}
.link.wishlist .counter {
  white-space: nowrap;
}
.link.wishlist .counter:before {
  content: '(';
}
.link.wishlist .counter:after {
  content: ')';
}
.block-wishlist .product-item-name {
  margin-right: 27.5px;
}
.rtl-layout .block-wishlist .product-item-name {
  margin-left: 27.5px;
  margin-right: 0;
}
.wishlist-toolbar {
  margin-bottom: 30px;
}
.products-grid.wishlist .label {
  display: none;
}
.products-grid.wishlist .product-items {
  overflow: inherit !important;
}
.products-grid.wishlist .product-item-photo {
  display: block;
  margin-bottom: 11px;
}
.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;
  width: 100%;
  border: 1px solid #ccc;
  margin: 11px 0;
}
.products-grid.wishlist .product-item-actions > * {
  margin-right: 15px;
}
.products-grid.wishlist .product-item-actions > *:last-child {
  margin-right: 0;
}
.products-grid.wishlist .product-item .box-tocart .tocart {
  width: 100%;
}
.wishlist-action .delete {
  float: right;
  padding: 8px 0;
}
.wishlist.share textarea {
  width: 100%;
  border: 1px solid #ccc;
  padding: 4px;
}
.rely-payment.payment-method .payment-method-title {
  display: flex;
}
.rely-payment.payment-method .payment-method-title input[type="radio"] {
  margin: auto 5px auto 0;
}
.rely-payment.payment-method .payment-method-title label.label {
  display: flex;
  margin: auto auto auto 3px;
}
.rely-payment.payment-method .payment-method-title span#logo {
  width: 105px;
  margin-right: 28px;
  display: flex;
}
.rely-payment.payment-method .payment-method-title .checkout-payment-method .payment-method-title {
  display: flex;
}
.rely-payment.payment-method .payment-method-title span#logo img {
  width: 100%;
  border-radius: 3px;
  box-shadow: 0 0 3px #cde5ff;
  padding: 10px;
}
.rely-payment.payment-method .payment-method-title #logo span {
  margin: auto;
  vertical-align: middle;
  display: flex;
  margin-top: 11px;
}
.rely-payment.payment-method .payment-method-title .label span {
  margin: auto;
}
.rely-payment.payment-method .payment-method-billing-address {
  padding: 10px;
  border-radius: 5px;
  margin-bottom: 10px;
  box-shadow: 0 0 3px #cde5ff;
}
.rely-payment.payment-method .payment-method-billing-address .billing-address-details {
  width: 600px;
  word-wrap: break-word;
}
.rely-payment.payment-method .primary {
  width: 100%;
}
.rely-payment.payment-method .primary button.action.primary.checkout {
  width: 100%;
}
.rely-payment.payment-method .primary button.action.primary.checkout {
  background: #ea3b4b;
  width: 35%;
  transition: 0.5s all ease-in;
  border: 0;
}
.rely-payment.payment-method .primary button.action.primary.checkout:hover {
  background: #303ff9;
  transition: 0.5s all ease-in;
}
.rely-payment.payment-method .rely-overlay-container {
  display: none;
}
.rely-payment.payment-method .rely-overlay-container.active {
  position: fixed;
  top: 0;
  bottom: 0;
  flex-direction: column;
  right: 0;
  left: 0;
  z-index: 1000;
  background: linear-gradient(180deg, #131313 7d, #3a3a3a);
  cursor: pointer;
  display: flex;
}
.rely-payment.payment-method .rely-overlay-container.active .rely-overlay-bg {
  position: fixed;
  top: 0;
  bottom: 0;
  flex-direction: column;
  right: 0;
  left: 0;
  z-index: 500;
  background: linear-gradient(180deg, #6b6868, #3a3a3c);
  opacity: 0.8;
}
.rely-payment.payment-method .rely-overlay-container.active .rely-overlay-container-close {
  position: fixed;
  right: 7px;
  top: 7px;
  font-size: x-large;
  background: none;
  color: white;
  padding: 0 13px 4px 13px;
  align-items: center;
  border-radius: 37px;
  display: flex;
  z-index: 1001;
  transition: 1s all;
  vertical-align: middle;
  box-shadow: 0 0 black;
  text-shadow: 4px 3px 5px black;
}
.rely-payment.payment-method .rely-overlay-container.active .rely-overlay-container-close:hover {
  transition: 1s all;
  color: black;
  text-shadow: none;
  background: #a9a9a9b8;
}
.rely-payment.payment-method .rely-overlay-container.active .rely-overlay-container {
  display: flex;
  width: 100%;
  z-index: 999;
  height: 100%;
}
.rely-payment.payment-method .rely-overlay-container.active .rely-overlay-container .rely-overlay-content {
  margin: auto;
  display: flex;
  padding: 10px;
  border-radius: 52px;
  flex-direction: column;
  align-items: center;
}
.rely-payment.payment-method .rely-overlay-container.active .rely-overlay-container .rely-overlay-content .rely-overlay-logo {
  display: flex;
  padding: 10px;
  border-radius: 38px;
  box-shadow: 1px 1px 8px #333333;
  background: #ffffff;
  width: 206px;
  margin-bottom: 41px;
}
.rely-payment.payment-method .rely-overlay-container.active .rely-overlay-container .rely-overlay-content .rely-overlay-text {
  display: flex;
  margin: auto;
  padding: 0 10px;
  flex-direction: column;
  text-align: center;
  color: white;
}
.rely-payment.payment-method .rely-overlay-container.active .rely-overlay-container .rely-overlay-content .rely-overlay-text .rely-overlay-medium-text {
  font-size: xx-large;
  font-style: initial;
  font-weight: 300;
  text-shadow: 3px 3px 9px black;
}
.rely-payment.payment-method .rely-overlay-container.active .rely-overlay-container .rely-overlay-content .rely-overlay-text .rely-overlay-small-text {
  font-weight: 400;
  font-style: normal;
  text-shadow: 3px 3px 9px black;
}
@media only screen and (max-width: 900px) {
  .rely-payment.payment-method .payment-method-billing-address .billing-address-details {
    width: 400px;
    word-wrap: break-word;
  }
}
@media only screen and (max-width: 600px) {
  .rely-payment.payment-method .rely-overlay-content {
    flex-direction: column;
  }
  .rely-payment.payment-method .rely-overlay-content .rely-overlay-text {
    flex-direction: column;
    align-items: center;
  }
}
@media only screen and (max-width: 400px) {
  .rely-payment.payment-method .payment-method-billing-address .billing-address-details {
    width: 300px;
    word-wrap: break-word;
  }
}
div#rely-popup-modal {
  position: fixed;
  right: 50%;
  left: 50%;
  bottom: 100%;
  display: flex;
  width: 0;
  height: 0;
  top: 50%;
  opacity: 0;
  transition: 0.5s all, 2s z-index;
}
div#rely-popup-modal.active {
  top: 0;
  right: 0;
  left: 0;
  border: 0;
  z-index: 102;
  bottom: 0;
  width: 100%;
  height: 100%;
  transition: 0.5s all, 2s z-index;
  opacity: 100%;
}
.rely-popup-model-container {
  height: 62%;
  display: flex;
  width: 40%;
  z-index: 104;
  position: relative;
  background: white;
  border-radius: 18px;
  box-shadow: 1px 1px 4px #00000045;
  margin: auto;
}
.rely-logo img {
  width: 155px;
  margin: 33px auto;
}
.rely-logo {
  display: flex;
}
.rely-popup-modal-body {
  display: flex;
  overflow-y: scroll;
  height: 100%;
  box-shadow: 1px 1px 4px #00000045;
  float: left;
  border-radius: 18px;
}
.rely-popup-modal-header {
  /* display: flex; */
  position: absolute;
  right: 0;
}
.rely-popup-modal-header button.close-button {
  position: relative;
  margin-right: 0;
  margin-top: 0;
  border-radius: 39px;
  right: 0;
  border: 0;
  transition: .5s all;
  font-size: x-large;
  color: #353434;
  background: none;
}
.rely-popup-image img {
  height: 100%;
  width: 100%;
}
.rely-popup-content {
  margin-left: 15px;
  display: flex;
  flex-direction: column;
}
p.rely-popup-content-text {
  letter-spacing: 1px;
  display: flex;
  margin: 35px 50px 44px 7px;
}
.rely-popup-modal .rely-popup-modal-header button.close-button {
  display: none;
}
.rely-popup-modal.active .rely-popup-modal-header button.close-button {
  display: unset;
}
.rely-popup-modal.active .rely-popup-modal-header button.close-button:hover {
  color: #5a5858;
  transition: .5s all;
}
.rely-popup-modal-body::-webkit-scrollbar {
  width: 3px;
}
.rely-popup-modal-body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.17);
  border-radius: 10px;
}
.rely-popup-modal-body::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
  background: linear-gradient(45deg, #00adff, #38479c);
}
div#rely-popup-overlay.active {
  position: fixed;
  background: #00000063;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 103;
  opacity: 1;
  transition: 1s opacity;
}
div#rely-popup-overlay {
  transition: 1s opacity;
  opacity: 0;
}
.overlay-click {
  opacity: 0;
  z-index: 103;
  display: none;
}
.strip-widget-title {
  text-align: center;
  width: 50%;
  margin: auto;
}
.rely-popup-content-icon {
  width: 158px;
  height: 45px;
}
svg.rely-popup-content-icon {
  padding: 0 14px;
}
svg.rely-popup-content-icon.heart {
  padding: 0 19px;
}
svg.rely-popup-content-icon.cart {
  padding-left: 7px;
  padding-right: 0;
}
p.rely-popup-content-notice {
  margin: auto;
}
@media only screen and (max-width: 800px) {
  .rely-popup-modal-body {
    flex-direction: column;
  }
  .rely-popup-model-container {
    width: 80%;
  }
}
.strip-image img {
  height: 27px;
  /* background: #fff; */
  padding: 10px;
}
.container .content {
  display: flex;
  margin: auto;
}
.strip-text {
  display: flex;
  flex-direction: row;
}
span.main-text {
  display: flex;
  margin: auto;
  font-size: medium;
  font-weight: 600;
  color: black;
}
.rely-banner-strip .container {
  display: flex;
}
.rely-banner-strip.container {
  display: flex;
}
.strip-image {
  display: flex;
}
.rely-banner-strip {
  cursor: pointer;
  background: #f9f9f9;
  font-weight: 700;
  height: inherit;
  left: auto;
  overflow: inherit;
  position: relative;
  top: 0;
  width: 100%;
}
.strip-text-tagline {
  display: flex;
}
@media only screen and (max-width: 800px) {
  .strip-image img {
    padding-left: 0;
  }
  .strip-text-tagline {
    display: flex;
  }
  .strip-text {
    flex-direction: column;
  }
}
.strip-title div {
  margin: auto 0;
}
.strip-widget {
  cursor: pointer;
}
.strip-title {
  display: flex;
  flex-direction: column;
}
.strip-logo {
  background: white;
  padding: 10px;
  display: flex;
  border-radius: 5px;
}
.strip-main-heading {
  margin: auto;
  font-size: x-large;
  margin-left: 10px;
  font-weight: bolder;
}
.strip-widget-content-text {
  font-size: small;
}
.strip-widget-content-text img {
  width: 91px;
  vertical-align: middle;
}
.strip-logo img {
  height: 20px;
}
.strip-widget-text {
  margin-right: 10px;
}
.strip-widget-content-text .learn-more {
  text-decoration: underline;
  margin-left: 4px;
  font-weight: 800;
}
.smile-es-range-slider [data-role=from-label] {
  display: block;
  float: left;
  padding: 0 0 5px;
}
.smile-es-range-slider [data-role=to-label] {
  display: block;
  float: right;
  padding: 0 0 5px;
}
.smile-es-range-slider [data-role=message-box] {
  font-size: 90%;
  flex: 1;
  padding: 6px 0 0;
}
.smile-es-range-slider [data-role=message-box].empty {
  color: #e02b27;
  font-size: 1.4rem;
  padding: 0;
}
.smile-es-range-slider .actions-toolbar {
  display: flex;
  margin: 15px 0;
}
.smile-es-range-slider .ui-slider {
  margin: 0 5px;
  clear: both;
}
.smile-es-range-slider .ui-slider-handle {
  padding: 0;
  margin: -3px 0 0 -7px;
  -webkit-border-radius: 15px;
  width: 15px;
  height: 15px;
  background: #ff5501;
}
.smile-es-range-slider a.action.primary {
  padding: 0;
  min-width: 80px;
}
.filter .filter-content .item {
  margin: 10px 0;
}
.filter .block-subtitle {
  display: none;
}
.filter .field.search input[type="text"] {
  width: 100%;
  height: 32px;
  border: 1px solid #d1d1d1;
  margin-bottom: 10px;
}
.filter .field.search .control {
  position: relative;
}
.filter .field.search label {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  width: 30px;
  height: 32px;
  line-height: 32px;
  text-align: center;
}
.filter .no-results-message p {
  margin: 9px 10px 0;
  background-color: #FFEEEE;
  padding: 5px;
  color: #AA0000;
}
.smile-elasticsuite-autocomplete-result .product-image-box {
  float: left;
  padding: 0;
  width: 55px;
  position: absolute;
  left: 11px;
}
.smile-elasticsuite-autocomplete-result .product-shop {
  float: left;
  margin: 0;
  padding: 0;
  white-space: normal;
  width: 100%;
  padding-left: 55px;
}
.smile-elasticsuite-autocomplete-result .product-item .price-box {
  margin: 0;
}
.smile-elasticsuite-autocomplete-result .category-mini-crumb {
  font-style: italic;
  display: block;
  margin-bottom: 0.2em;
  font-size: 85%;
  color: #929292;
}
.smile-elasticsuite-autocomplete-result .product-attribute-label {
  text-transform: uppercase;
  vertical-align: super;
  font-size: 63%;
  color: #777;
}
.smile-elasticsuite-autocomplete-result .price-box span.old-price {
  display: inline-block;
}
.filter-options-item .item a {
  position: relative;
}
.filter-options-item .item a input[type='checkbox'] {
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 1px;
  opacity: 0;
}
.filter-options-item .item a label {
  cursor: pointer;
  margin: 0;
}
.filter-options-item .item a input[type='checkbox'] + label:before {
  border: 1px solid #d1d1d1;
  background: #ffffff;
  display: inline-block;
  content: " ";
  white-space: pre;
  width: 15px;
  height: 15px;
  text-align: center;
  font-size: 10px;
  line-height: 13px;
  font-weight: bold;
  vertical-align: text-bottom;
}
.filter-options-item .item a input[type='checkbox']:checked + label:before {
  content: "\e934";
  color: #fcb800;
  font-weight: bold;
  border-color: #000000;
  font-family: 'mbicon' !important;
  speak: none;
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.filter-options-item .item a input[type='checkbox']:checked + label {
  color: #fcb800;
}
.filter-options-item .nano > .nano-content {
  position: relative;
  max-height: 150px;
}
.filter-options-item .nano > .nano-pane {
  width: 6px;
  border-radius: 0;
  opacity: 1;
  visibility: visible;
  background: rgba(0, 0, 0, 0.15);
}
.filter-options-item .nano > .nano-pane > .nano-slider {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  margin: 0;
  background: rgba(0, 0, 0, 0.25);
}
#search_mini_form > .field {
  position: static;
}
.search-autocomplete {
  position: absolute;
  z-index: 3;
  overflow: hidden;
  margin-top: 10px;
  background-color: #ffffff;
  border: 1px solid #c2c2c2;
  width: 100% !important;
  display: none;
}
.search-autocomplete dl {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.search-autocomplete dl dt {
  border-top: 1px solid #e5e5e5;
  cursor: default;
  margin: 0;
  padding: 5.5px 44px 5.5px 11px;
  position: relative;
  text-align: left;
  white-space: normal;
}
.search-autocomplete dl dt:not(:empty) {
  background: #ffffff;
  border-top: 0;
  border-bottom: 0;
}
.search-autocomplete dl dt:first-child {
  border-top: none;
}
.search-autocomplete dl dt:hover,
.search-autocomplete dl dt.selected {
  background: #e8e8e8;
}
.search-autocomplete dl dd {
  border-top: 1px solid #e5e5e5;
  cursor: pointer;
  margin: 0;
  padding: 5.5px 11px;
  position: relative;
  text-align: left;
  white-space: normal;
}
.search-autocomplete dl dd:not(:empty) {
  background: #ffffff;
  border: 1px solid #c2c2c2;
  border-top: 0;
  border-left: 0;
  border-right: 0;
}
.search-autocomplete dl dd:first-child {
  border-top: none;
}
.search-autocomplete dl dd:last-child {
  border-bottom: none;
}
.search-autocomplete dl dd:hover,
.search-autocomplete dl dd.selected {
  background: #e8e8e8;
}
.search-autocomplete dl dd .amount {
  color: #999999;
  position: absolute;
  right: 7px;
  top: 5.5px;
}
.search-autocomplete dl dd .clear {
  clear: both;
}
.smile-elasticsuite-autocomplete-result {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.search-autocomplete dl {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  border-left: 1px solid #c2c2c2;
}
.search-autocomplete dl dt.autocomplete-list-title:hover {
  background-color: transparent;
}
.search-autocomplete dl:first-child {
  border: none;
}
.block-mgk-bestseller .block-content .tab-links {
  overflow: hidden;
}
.block-mgk-bestseller .block-content .tab-title {
  display: inline-block;
  margin-right: 11px;
}
.block-mgk-bestseller .block-content .tab-title a {
  color: #000;
}
.block-mgk-bestseller .block-content .tab-title.active:hover a {
  color: #fff;
}
.block-mgk-bestseller .block-content .tab-title.active a {
  color: #fff;
}
.block-banners .banner-item,
.block-banners-inline .banner-item {
  display: block;
}
.block-banners .banner-item-content,
.block-banners-inline .banner-item-content {
  margin-bottom: 22px;
}
.block-banners .banner-item-content img,
.block-banners-inline .banner-item-content img {
  display: block;
  margin: 0 auto;
}
.block-product-link.widget,
.block-category-link.widget {
  display: block;
  margin-bottom: 22px;
}
.block-product-link-inline.widget {
  margin: 0;
}
.block.widget .products-grid .product-item {
  margin-left: 2%;
  width: calc((100% - 2%) / 2);
}
.block.widget .products-grid .product-item:nth-child(2n + 1) {
  margin-left: 0;
}
.block.widget .product-item-info {
  width: auto;
}
.block.widget .pager {
  padding: 0;
}
.block.widget .pager .toolbar-amount {
  float: none;
  font-size: 1.2rem;
}
.block.widget .pager .pages-item-previous {
  padding-left: 0;
}
.block.widget .pager .pages-item-next {
  position: relative;
}
.block.widget .pager .items {
  white-space: nowrap;
}
.columns .block-event {
  position: relative;
  z-index: 2;
}
.block-event .block-content {
  position: relative;
}
.block-event .block-content > .action {
  cursor: pointer;
  margin-top: -6px;
  position: absolute;
  top: 50%;
  z-index: 3;
}
.block-event .block-content > .action.backward,
.block-event .block-content > .action.forward {
  opacity: .5;
  overflow: hidden;
  width: 20px;
  display: inline-block;
  text-decoration: none;
}
.block-event .block-content > .action.backward > span,
.block-event .block-content > .action.forward > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.block-event .block-content > .action.backward:before,
.block-event .block-content > .action.forward:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 55px;
  line-height: 30px;
  color: inherit;
  content: "\f3d2";
  font-family: 'mbicon';
  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: "\f3d3";
}
.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 11px;
}
.block-event .slider-panel .slider .item .box-event .box-title {
  display: block;
  font-weight: 300;
  margin: 11px 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: Work Sans, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  padding: 7px 15px;
  font-size: 1.6rem;
  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: 22px;
}
.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: 22px 0 0;
}
.block-cms-hierarchy-link.widget {
  display: block;
  margin-bottom: 22px;
}
.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: 11px;
  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;
  top: 7px;
  right: 0;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar {
  margin-bottom: 22px;
}
.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: 22px;
  color: inherit;
  content: "\e936";
  font-family: 'mbicon';
  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: 22px 0 0;
}
.sidebar .block-addbysku .action.reset {
  display: block;
  margin: 11px 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: 22px;
  color: #999999;
  content: "\e935";
  font-family: 'mbicon';
  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;
}
@media only screen and (max-width: 768px) {
  .abs-checkout-tooltip-content-position-top-mobile {
    right: -11px;
    top: 40px;
    left: auto;
  }
}
@media only screen and (max-width: 767px) {
  .abs-visually-hidden-mobile-m {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-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: "\e936";
    font-family: 'mbicon';
    margin: 0 5px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .modal-popup.modal-slide {
    left: 30px;
    z-index: 900;
  }
  .modal-popup.modal-slide._show .modal-inner-wrap {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .modal-popup.modal-slide .modal-inner-wrap {
    height: 100%;
    overflow-y: auto;
    position: static;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    width: auto;
  }
  .modal-popup.modal-slide .modal-inner-wrap {
    margin: 0;
    max-height: none;
  }
  .custom-slide {
    bottom: 0;
    left: 0;
    min-width: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0s .3s, opacity .3s ease;
    transition: visibility 0s .3s, opacity .3s ease;
    left: 30px;
    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;
  }
  .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.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%;
  }
  .shipping-address-modal.modal-popup.modal-slide,
  .billing-address-modal.modal-popup.modal-slide {
    left: 0;
  }
  .shipping-address-modal .modal-inner-wrap,
  .billing-address-modal .modal-inner-wrap {
    min-height: 400px;
  }
  .shipping-address-modal .modal-inner-wrap h1.modal-title,
  .billing-address-modal .modal-inner-wrap h1.modal-title {
    border: none;
  }
  .shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .edit-address,
  .billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .edit-address,
  .shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .ship-here,
  .billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .ship-here,
  .shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .select-address,
  .billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .select-address,
  .shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .address-selected,
  .billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .address-selected {
    clear: left;
    float: left;
    margin-top: 5px;
    position: relative;
    top: 5px;
  }
  .shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .default-address,
  .billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .default-address {
    margin-top: 5px;
    position: absolute;
    right: 1rem;
    top: 0;
  }
  .address-loading-mask {
    top: 105px;
  }
  .lac-notification {
    padding: 5px 0;
  }
  .lac-notification .lac-notification-icon {
    display: none;
  }
  .lac-notification .lac-notification-text,
  .lac-notification .lac-notification-links {
    float: none;
    padding: 5px 0;
    text-align: center;
  }
  .pagebuilder-banner-wrapper {
    background-attachment: scroll !important;
  }
  .pagebuilder-banner-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
    max-width: none;
  }
  .pagebuilder-column {
    background-attachment: scroll !important;
    flex-basis: 100%;
    max-width: 100%;
  }
  .pagebuilder-column-group {
    flex-wrap: wrap;
  }
  [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;
  }
  #appleid-signin,
  #appleid-signin svg {
    margin-bottom: 20px;
    margin-top: 5px;
  }
  .customer-account-create .main {
    margin-top: 60px !important;
  }
  .login-container {
    margin-bottom: 5px !important;
  }
  .block-new-customer {
    margin-top: 15px !important;
  }
  .onair-product-box .onair-discount-price {
    font-size: 16px;
    font-weight: 700;
  }
  .onair-product-box .onair-original-price {
    font-size: 14px;
    line-height: 10px;
    color: #8c8c8c;
  }
  .onair-product-box .onair-discount-label {
    background: #fbaf44;
    border-radius: 3px;
    font-size: 16px;
    font-weight: 700;
    max-width: max-content;
    padding: 5px;
    display: block;
    color: #383838;
  }
  .onair-product-box .onair-product-name-block {
    height: 50px;
    overflow: hidden;
  }
  .onair-product-box .onair-product-name-block .onair-product-name {
    font-size: 18px;
  }
  .tvschedule-mob {
    display: block;
  }
  .tvschedule-mob .onair-active {
    background: #d41b15;
    color: #ffffff;
  }
  .tvschedule-day-mob {
    float: left;
    width: 33%;
    font-size: 12px;
    text-align: center;
    border: 1px solid #000;
  }
  .tvschedule-pc {
    display: none;
  }
  .tv-schedule-container .onair-live-section {
    margin: 0px 0px !important;
  }
  .tv-schedule-container .onair-live-section .offset-md-1 {
    padding-bottom: 5px !important;
  }
  .tv-schedule-container .onair-live-section .onair-video-box {
    padding-right: 2px;
    padding-left: 2px;
  }
  .tv-schedule-container .onair-live-section .onair-video-box .onair-live-box {
    min-height: 372px;
  }
  .tv-schedule-container .onair-live-section .onair-video-box .onair-live-box .onair-live-time {
    display: none;
  }
  .tv-schedule-container .onair-live-section .onair-video-box #onair-live-product-section {
    min-height: 372px;
  }
  .tv-schedule-container .onair-live-section .onair-video-box #onair-live-product-section .onair-live-product-image {
    display: none;
  }
  .tv-schedule-container .onair-live-section .onair-video-box #onair-live-product-section .onair-product-name {
    font-size: 14px;
  }
  .tv-schedule-container .onair-live-section .onair-video-box #onair-live-product-section .onair-product-details {
    margin-top: 50px;
  }
  .tv-schedule-container .onair-live-section .onair-video-box #onair-live-product-section .onair-product-details .onair-timelimit {
    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%;
  }
  .multishipping-checkout-success .nav-toggle {
    display: block;
  }
  .multishipping-checkout-success .logo {
    margin-left: 44px;
  }
  .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;
  }
  .block-cart-failed .block-title {
    margin: 0 22px 22px;
  }
  .catalog-product-view .product.media {
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1;
  }
  .block.related .action.select {
    display: block;
    margin: 5.5px 0;
  }
  .compare,
  .product-addto-links .action.tocompare,
  .product-item-actions .actions-secondary > .action.tocompare,
  [class*='block-compare'] {
    display: none;
  }
  .discount-percent1 {
    right: 5%;
  }
  .cart-container .form-cart .actions.main {
    text-align: center;
  }
  .cart-discount {
    border-bottom: 1px solid #d1d1d1;
  }
  .cart.table-wrapper {
    border-top: 1px solid #d1d1d1;
  }
  .cart.table-wrapper thead {
    display: none;
  }
  .cart.table-wrapper thead .col.item,
  .cart.table-wrapper thead .col.qty,
  .cart.table-wrapper thead .col.price,
  .cart.table-wrapper thead .col.subtotal,
  .cart.table-wrapper thead .col.msrp {
    display: none;
  }
  .cart.table-wrapper .col.qty,
  .cart.table-wrapper .col.price,
  .cart.table-wrapper .col.subtotal,
  .cart.table-wrapper .col.msrp {
    box-sizing: border-box;
    display: block;
    float: left;
    white-space: nowrap;
    width: 33%;
  }
  .cart.table-wrapper .col.qty:before,
  .cart.table-wrapper .col.price:before,
  .cart.table-wrapper .col.subtotal:before,
  .cart.table-wrapper .col.msrp:before {
    content: attr(data-th);
    display: block;
    font-weight: 500;
    padding: 5px 0;
    font-size: 1.4rem;
  }
  .cart.table-wrapper .col.msrp {
    white-space: normal;
  }
  .cart.table-wrapper .col.price {
    text-align: left;
  }
  .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 .cart table,
  .cart.table-wrapper .cart tbody,
  .cart.table-wrapper .cart tr {
    display: inline-block;
    width: 100%;
    vertical-align: top;
  }
  .cart.table-wrapper tbody > tr > td:last-child {
    border: 0;
    width: 100%;
    display: block;
  }
  .cart .table.items .col.qty {
    text-align: center;
  }
  .checkout-payment-method .payment-method-title {
    padding: 15px;
  }
  .checkout-payment-method .payment-method-content {
    padding: 0 15px 22px;
  }
  .checkout-payment-method .checkout-billing-address .action-cancel {
    margin-top: 11px;
  }
  .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 22px;
  }
  .customer-account-index .page-title-wrapper {
    position: relative;
  }
  .form-address-edit > fieldset {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .customer-account-index .customer-child-align-center {
    text-align: center !important;
  }
  .cart-discount .giftcard .content {
    padding-bottom: 35px;
  }
  .cart-discount .actions-toolbar .secondary {
    bottom: 17px;
  }
  .field.open-amount {
    width: 100%;
  }
  .gift-message .actions-toolbar .action-update {
    font-size: 2rem;
    padding: 15px;
    width: 100%;
  }
  .gift-item-block {
    border-bottom: 0;
    border-top: 1px solid #c1c1c1;
  }
  .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;
  }
  .gift-message-summary {
    padding-right: 7rem;
  }
  .cart.table-wrapper .action-gift {
    display: inline-block;
    text-decoration: none;
  }
  .cart.table-wrapper .action-gift > 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-gift:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 20px;
    color: #000000;
    content: "\e6f6";
    font-family: 'mbicon';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .cart.table-wrapper .action-gift:hover:after {
    color: #333333;
  }
  .cart.table-wrapper .action-gift:active:after {
    color: #000000;
  }
  .cart.table-wrapper .action-gift._active {
    border: 1px solid #c1c1c1;
    border-bottom-color: #ffffff;
    margin: -5.5px 14px -1px -15px;
    padding: 4px 11px 9px 14px;
  }
  .cart.table-wrapper .action-gift._active:after {
    color: #333333;
  }
  .cart.table-wrapper .gift-content {
    border-top: 1px solid #c1c1c1;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden;
  }
  .gift-options-cart-item + .action-towishlist {
    left: 43px;
    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: #000000;
    content: "\e7ff";
    font-family: 'mbicon';
    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: #000000;
  }
  .gift-wrapping {
    border-bottom: 1px solid #c1c1c1;
    margin-bottom: 22px;
    padding-bottom: 11px;
  }
  .gift-wrapping-list {
    width: 100%;
  }
  .gift-wrapping-summary + .gift-message-summary {
    padding-right: 0;
  }
  .gift-options-cart-item {
    float: left;
  }
  .gift-wrapping-preview img {
    width: 100%;
  }
  .item-actions .actions-toolbar .gift-options .gift-wrapping,
  .item-actions .actions-toolbar .gift-options .gift-message {
    display: block;
  }
  .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: 11px;
  }
  .block-wishlist-management {
    clear: both;
    margin-top: -21px;
  }
  .block-wishlist-management .wishlist-select {
    margin: 0 -15px 20px;
  }
  .block-wishlist-management .wishlist-select-items {
    border-bottom: 1px solid #d1d1d1;
    background: #f5f5f5;
    display: none;
    padding: 15px 0;
  }
  .block-wishlist-management .wishlist-select-items.active {
    display: block;
  }
  .block-wishlist-management .wishlist-select-items .item {
    margin: 3px 0 0;
  }
  .block-wishlist-management .wishlist-select-items .item:first-child {
    margin-top: 0;
  }
  .block-wishlist-management .wishlist-select-items .item.current {
    display: none;
  }
  .block-wishlist-management .wishlist-select-items .item a {
    display: block;
    padding: 5.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: 20px;
    position: absolute;
    top: 20px;
  }
  .page-multiple-wishlist .products-grid.wishlist .product-item-photo {
    margin-left: 27.5px;
  }
  .page-multiple-wishlist .products-grid.wishlist .product-item-name,
  .page-multiple-wishlist .products-grid.wishlist .product-item-description,
  .page-multiple-wishlist .products-grid.wishlist .product-item .price-box,
  .page-multiple-wishlist .products-grid.wishlist .product-item-tooltip {
    margin-left: 115px;
  }
  .products-grid.wishlist .wishlist-dropdown {
    display: none;
  }
  .history-head-left {
    max-width: 48%;
    font-size: 12px;
  }
  .history-head-right {
    max-width: 48%;
    font-size: 12px;
  }
  .mobtd {
    display: block;
    font-weight: 500;
    float: left;
  }
  .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 .action {
    margin: 0 15px;
  }
  .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:before,
  .order-details-items .item-options-container + .item-options-container:before {
    content: attr(data-th) ':';
    display: block;
    font-weight: 500;
    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;
  }
  .order-links .item strong,
  .order-links .item a {
    padding: 0 15px;
  }
  .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;
  }
  .sales-order-view #cancel-order-popup .formCancelReson .radio {
    width: 100%;
  }
  .sales-order-view .modal-popup.modal-slide {
    left: 10px;
    right: 10px;
  }
  .sales-order-view .modal-popup.modal-slide .modal-footer {
    padding-top: 10px;
    width: 100%;
    margin: 0 auto;
  }
  .sales-order-view .modal-popup.modal-slide .action-close {
    text-align: right;
  }
  .sales-order-view .modal-popup.modal-slide button {
    min-width: 100%;
  }
  .sales-order-view .modal-popup.modal-slide button.cancel {
    margin-bottom: 5px;
  }
  .cart.table-wrapper .action-towishlist {
    display: inline-block;
    text-decoration: none;
  }
  .cart.table-wrapper .action-towishlist > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .cart.table-wrapper .action-towishlist:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 20px;
    color: #000000;
    content: "\e68c";
    font-family: 'mbicon';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .cart.table-wrapper .action-towishlist:hover:before {
    color: #333333;
  }
  .cart.table-wrapper .action-towishlist:active:before {
    color: #000000;
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 2%) / 2);
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item:nth-child(2n + 1) {
    margin-left: 0;
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item-photo {
    display: block;
    position: relative;
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item-details {
    margin: 0;
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item-info {
    text-align: center;
  }
  .braintree-applepay-container-product {
    display: block;
  }
  .braintree-applepay-container-product .braintree-apple-pay-button {
    width: 100%;
  }
}
@media only screen and (max-width: 639px) {
  .abs-visually-hidden-mobile,
  .table-downloadable-products .col.title:before,
  .table-giftregistry-items .col.product:before {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .multicheckout.order-review .data.table tbody > tr:not(:last-child) {
    border-bottom: 1px solid #d1d1d1;
  }
  .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:before,
  .multicheckout.order-review .data.table tbody > tr > td.col.price:before,
  .multicheckout.order-review .data.table tbody > tr > td.col.subtotal:before {
    content: attr(data-th) ":";
    display: block;
    font-weight: 500;
    padding-bottom: 11px;
  }
  .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: 11px 0 0;
  }
  .abs-product-items-summary tfoot .mark {
    padding-bottom: 5.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-top: 5.5px;
    padding-bottom: 0;
  }
  .abs-product-items-summary tfoot .grand.totals .amount {
    padding-bottom: 11px;
    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 {
    margin-top: -22px;
  }
  .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,
  .cart-totals .totals th:before,
  .cart-totals .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,
  .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 {
    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 {
    margin: -11px 0 11px;
  }
  .abs-table-striped-mobile > tbody > tr > td:last-child {
    border: 0;
  }
  .abs-no-border-top,
  .table-wrapper.balance-history,
  .table-wrapper.table-returns {
    border-top: 0;
  }
  .abs-no-border-bottom {
    border-bottom: 0;
  }
  .abs-sidebar-totals-mobile .amount,
  .cart-totals .totals .amount {
    text-align: right;
  }
  .notPc {
    display: block;
  }
  .notmobile {
    display: none;
  }
  .bgBox {
    display: block;
    position: relative;
    width: 100%;
    margin-bottom: 2em;
  }
  .bgBox .txtBox {
    padding: 0;
    border: 0;
  }
  .bgBox h4 {
    font-size: 20px;
  }
  .textBox {
    padding: 15px 20px;
  }
  .on-pc {
    display: none;
  }
  .on-mob {
    display: block;
  }
  .user-icon-mobile {
    display: none;
  }
  .icon-top-mobile .user-topbar {
    display: none;
  }
  .menu-logo .block-search {
    padding-right: 65px !important;
  }
  .menu-logo .block-search button {
    width: 65px !important;
  }
  .sticky-menu.active .text-hide {
    display: none !important;
  }
  .sticky-menu.active .menu-logo .block-search {
    padding-right: 0px !important;
  }
  .sticky-menu.active .menu-logo .block-search button {
    width: 65px !important;
  }
  .multicheckout .data.table .address:before {
    margin-bottom: 5.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: 44px;
  }
  .multicheckout .block-content .box:last-child {
    margin-bottom: 0;
  }
  .multicheckout.order-review .box-items .data.table thead {
    display: block;
  }
  .multicheckout.order-review .box-items .data.table thead tr {
    display: block;
  }
  .multicheckout.order-review .box-items .data.table thead .col.item {
    display: block;
    padding: 0;
  }
  .multicheckout .actions-toolbar .action {
    margin-bottom: 27.5px;
  }
  .multicheckout .actions-toolbar > .primary {
    margin-bottom: 27.5px;
    margin-right: 0;
  }
  .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: 22px;
    color: #000000;
    content: "\e681";
    font-family: 'mbicon';
    margin: 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;
  }
  .voucher-select {
    margin-top: 5px;
  }
  .cart .table.items .col.qty {
    text-align: center;
  }
  .opc-wrapper .step-title {
    font-size: 18px;
    border-bottom: 0;
    padding-bottom: 0;
  }
  .opc-wrapper .form-login {
    border-bottom: 1px solid #cccccc;
    margin: 0 0 15px;
    padding: 0 0 15px;
  }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address {
    margin-top: 28px;
  }
  .opc-wrapper .action-show-popup {
    width: 100%;
  }
  .opc-wrapper .edit-address-link {
    display: inline-block;
    text-decoration: none;
    margin: 0;
    position: absolute;
    right: 0;
    top: 1px;
  }
  .opc-wrapper .edit-address-link > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .opc-wrapper .edit-address-link:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 28px;
    line-height: 28px;
    color: #303030;
    content: "\e672";
    font-family: 'mbicon';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .opc-wrapper .edit-address-link:hover:before {
    color: #303030;
  }
  .opc-wrapper .edit-address-link:active:before {
    color: #303030;
  }
  .shipping-policy-block.field-tooltip {
    margin-bottom: 22px;
    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;
  }
  .dob-wrapper,
  .gender-wrapper {
    float: left;
  }
  .dob-wrapper,
  .gender-wrapper {
    margin-bottom: 15px;
    width: 100%;
  }
  .dob-wrapper input,
  .gender-wrapper input {
    height: 48px;
    border-radius: 2px;
    font-size: 1.4rem;
    width: 100%;
  }
  .dob-wrapper select,
  .gender-wrapper select {
    height: 48px;
    border-radius: 2px;
    font-size: 1.4rem;
    width: 100%;
  }
  .account .column.main,
  .account .sidebar-additional {
    margin: 0;
  }
  .customer-child-align-center {
    text-align: center !important;
  }
  .page-product-downloadable .product-options-wrapper {
    margin-bottom: 27.5px;
  }
  .table-downloadable-products .product-name {
    display: block;
    margin-bottom: 5.5px;
  }
  .page-product-downloadable .product-info-price ~ *:last-child:after {
    border-bottom: 1px #c1c1c1 solid;
    content: '';
    display: block;
    height: 0;
    overflow: hidden;
    width: auto;
    margin: 27.5px -11px;
  }
  .table-giftregistry-items .field.choice,
  .table-giftregistry-items .field.qty {
    display: inline-block;
  }
  .form-giftregistry-search .fieldset {
    margin-bottom: 22px;
  }
  .block-giftregistry-results .block-title {
    margin-bottom: 0;
  }
  .block-giftregistry-results .table-wrapper {
    border-top: none;
  }
  .block-giftregistry-shared-items .block-title {
    margin-bottom: 11px;
  }
  .block-giftregistry-shared-items .table-wrapper {
    border-top: 0;
  }
  .table.grouped > thead > tr > th {
    display: table-cell;
    border-bottom: 1px solid #d1d1d1;
  }
  .table.grouped > tbody {
    border-bottom: 1px solid #d1d1d1;
  }
  .table.grouped > tbody > tr > td {
    border: 0;
    display: table-cell;
    padding: 8px 11px;
  }
  .table.grouped > tbody > tr > td:last-child {
    border: 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: 22px;
    color: #000000;
    content: "\e681";
    font-family: 'mbicon';
    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;
  }
  .customer-review .product-name {
    margin-bottom: 5.5px;
  }
  .customer-review .product-reviews-summary .rating-summary {
    display: block;
    margin-bottom: 5.5px;
  }
  .form-create-return .additional .field:nth-last-child(2) {
    margin-bottom: 0;
  }
  .form-create-return .additional .field:last-child {
    margin-top: 22px;
  }
  .account .column.main .returns-details-items .block-returns-tracking .block-title > .action.track {
    float: none;
    display: block;
    margin: 11px 0 0;
  }
  .search-width {
    width: 272px !important;
  }
  .search-remove {
    display: none !important;
  }
  #wishlist-view-form .actions-toolbar .action {
    width: 100%;
    margin-top: 10px;
  }
  #braintree-three-d-modal .bt-modal-frame {
    width: 100%;
  }
}
@media only screen and (max-width: 479px) {
  .tooltip.wrapper .tooltip.content {
    min-width: 10rem;
  }
  .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-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 {
    width: 100%;
    padding: 0;
  }
  .abs-form-field-revert-column-1-s {
    width: 100%;
  }
  .abs-action-print-s {
    display: inline-block;
    text-decoration: none;
  }
  .abs-action-print-s:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: 16px;
    color: inherit;
    content: "\e6b1";
    font-family: 'mbicon';
    margin: 0 4px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .ui-dialog.popup {
    width: 420px;
  }
  #appleid-signin,
  #appleid-signin svg {
    margin-left: 25%;
    margin-bottom: 20px;
    margin-top: 5px;
  }
  .customer-account-create .main {
    margin-top: 60px !important;
  }
  .login-container {
    margin-bottom: 5px !important;
  }
  .block-new-customer {
    margin-top: 15px !important;
  }
  .tvschedule-mob {
    display: none;
  }
  .tvschedule-pc {
    display: block;
  }
  .multicheckout .actions-toolbar .secondary {
    float: none;
    margin-top: 11px;
    text-align: right;
  }
  .multicheckout .actions-toolbar .secondary .action {
    margin-left: 11px;
  }
  .multicheckout .actions-toolbar .secondary .action.back {
    display: block;
    float: left;
  }
  .multicheckout .item-options {
    margin: 22px 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: 27.5px;
    padding-right: 27.5px;
    width: 50%;
  }
  .multicheckout .block-shipping .box-shipping-method .fieldset .field:before {
    display: none;
  }
  .multicheckout .block-billing .box-billing-address {
    float: left;
    width: 25%;
  }
  .multicheckout .block-billing .box-billing-method {
    float: left;
    padding-left: 27.5px;
    width: 50%;
  }
  .multicheckout.form.address .table-wrapper .applicable {
    margin: 7px 0 0;
  }
  .multicheckout.order-review .box-items {
    clear: left;
    float: none;
    padding-top: 44px;
    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%;
  }
  .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: #1979c3;
    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: #1979c3;
    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: #1979c3;
    opacity: 0.5;
    cursor: default;
    pointer-events: none;
    text-decoration: underline;
  }
  .order-details-items .order-title .action {
    margin: 12px 15px 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;
  }
}
.tvschedule-box {
  width: 250px;
  display: inline-block;
  padding: 10px;
  border: 1px solid #bbbbbb ;
  margin: 10px;
  min-width: 250px;
  min-height: 250px;
  vertical-align: top;
  height: 250px;
}
.live_video {
  display: none;
}
.live-video-box {
  margin: 0 auto;
  max-width: 550px;
}
.close-live-video {
  padding: 1px;
  height: 25px;
  width: 25px;
  border-radius: 15px;
  display: block;
  position: relative;
  top: -250px;
  left: 94%;
  z-index: 99999;
  background-color: red;
  color: #fff;
  font-weight: 500;
  cursor: pointer;
}
.tvschedule-section-boxes-container {
  text-align: center;
  display: none;
}
.airing-product-image {
  width: 230px;
  height: 230px;
}
.onair-product-name {
  font-weight: bold;
  color: #00b2ff;
  font-size: 20px;
  text-align: left;
  height: 80px;
  overflow: hidden;
}
.onair-discount-container {
  min-width: 100%;
  display: flex;
}
.discount-percent-display {
  width: 50px;
  height: 50px;
  background: #ffa800;
  border-radius: 25px;
  padding: 6px;
  padding-top: 10px;
  float: left;
  display: inline-block;
  vertical-align: top;
}
.discount-text-round {
  color: #ffffff;
  font-weight: bold;
  font-size: 20px;
}
.onair-price-display {
  width: 70%;
  float: left;
  display: inline-block;
  vertical-align: top;
  margin-left: 10px;
  margin-top: 5px;
}
.new-price {
  font-weight: bold;
  font-size: 24px;
  line-height: 0;
}
.old-price {
  color: #939393;
  font-size: 14px;
  line-height: 0;
}
.onair-product-details-button-contain {
  margin-top: 15px;
}
.btn.btn-default.viewdetails-onair-product-btn {
  padding: 5px 20px;
  font-size: 12px;
  color: #ffffff;
  background: #000000;
  border-width: 0px;
  border-radius: 0;
}
.onair-timer-countdown-container {
  position: absolute;
  bottom: 20px;
}
.timer-box-onair {
  min-height: 40px;
  min-width: 230px;
  background: #ea3b4b;
  text-align: center;
  padding: 10px;
}
.timer-label-dicplay {
  color: #ffffff;
  font-size: 18px;
}
.count-down-timer-time {
  color: #ffffff;
  letter-spacing: 0px;
  font-weight: bold;
  font-size: 18px;
}
.onair-live-data-onimage {
  position: absolute;
  z-index: 999999;
  display: flex;
}
.onair-tag {
  background: #ea3b4b;
  border-radius: 5px;
  padding: 2px 5px;
  font-weight: bold;
  color: #fff;
}
.timde-duration {
  font-weight: bold;
  padding: 2px 5px;
}
.live-play-button {
  width: 45px;
  height: 45px;
  border: 2px solid #000;
  position: absolute;
  bottom: 20px;
  border-radius: 25px;
  padding: 10px 12px;
  cursor: pointer;
}
.play-button-div {
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 20px solid #ea3b4b;
}
.onair-row-product-name .onair-product-name {
  font-weight: normal;
  color: #000;
  font-size: 16px;
  text-align: left;
  min-height: 50px;
  max-height: 50px;
  overflow: hidden;
}
.scroll-timer {
  padding: 5px;
  background-color: #ffa800;
}
.onair-live-label {
  left: 0px;
  top: 0px;
  background: #ea3b4b;
  color: white;
  padding: 5px 10px;
  z-index: 10;
  border-radius: 5px;
}
#onair-previously-aired-productlist,
#onair-next-airing-productlist {
  margin: 20px 0;
}
.channel-label-home {
  font-size: 12px;
  font-weight: 600;
  vertical-align: bottom;
}
.channel-label-page {
  height: 75px;
  line-height: 75px;
  font-size: 12px;
  font-weight: 600;
}
@media (max-width: 1000px) {
  .channel-label-page {
    height: 100%;
    line-height: 12px;
    font-size: 12px;
    font-weight: 600;
    display: block;
  }
}
.pwp-main-wrapper {
  min-width: 100%;
  background-color: #efefef;
  padding: 15px;
  margin-bottom: 15px;
}
.pwp-main-wrapper .tooltip {
  position: relative;
}
.pwp-main-wrapper .tooltip .tooltip-toggle {
  font-size: 14px;
  font-style: italic;
  text-decoration: underline;
  color: #ea3b4a;
}
.pwp-main-wrapper .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-bottom: 5px;
  bottom: 100%;
  left: 0;
}
.pwp-main-wrapper .tooltip .tooltip-content:after,
.pwp-main-wrapper .tooltip .tooltip-content:before {
  border: solid transparent;
  content: '';
  height: 0;
  position: absolute;
  width: 0;
}
.pwp-main-wrapper .tooltip .tooltip-content:after {
  border-width: 5px;
  border-color: transparent;
}
.pwp-main-wrapper .tooltip .tooltip-content:before {
  border-width: 6px;
  border-color: transparent;
}
.pwp-main-wrapper .tooltip .tooltip-content:after,
.pwp-main-wrapper .tooltip .tooltip-content:before {
  top: 100%;
}
.pwp-main-wrapper .tooltip .tooltip-content:after {
  border-top-color: #ffffff;
  left: 15px;
  margin-left: -5px;
}
.pwp-main-wrapper .tooltip .tooltip-content:before {
  border-top-color: #bbbbbb;
  left: 15px;
  margin-left: -6px;
}
.pwp-main-wrapper .tooltip .tooltip-toggle {
  cursor: help;
}
.pwp-main-wrapper .tooltip .tooltip-toggle:hover + .tooltip-content,
.pwp-main-wrapper .tooltip .tooltip-toggle:focus + .tooltip-content,
.pwp-main-wrapper .tooltip:hover .tooltip-content {
  display: block;
}
.pwp-main-wrapper .tooltip .tooltip-content {
  font-style: italic;
  font-size: 14px;
}
.pwp-items-list {
  margin-top: 15px;
}
.pwp-offer-ribbon {
  line-height: 14px;
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.15);
  letter-spacing: -1px;
  display: block;
  width: 6rem;
  height: 4rem;
  background: linear-gradient(to bottom, #999999 0%, #cccccc 100%);
  color: white;
  margin: 0;
  float: left;
  padding-top: 1rem;
  position: absolute;
  -webkit-filter: drop-shadow(0 0.5rem 0.3em rgba(0, 0, 0, 0.5));
  transform: translate3d(0, 0, 0);
}
.pwp-offer-ribbon:after {
  content: "";
  width: 0;
  height: 0;
  border-right: 3rem solid transparent;
  border-left: 3rem solid transparent;
  border-top: 1.5rem solid #CCCCCC;
  position: absolute;
  top: 4rem;
  left: 0;
}
.pwp-offer-ribbon.ribbon--red {
  background: linear-gradient(to bottom, #d3362d 0%, #e57368 100%);
}
.pwp-offer-ribbon.ribbon--red:after {
  border-top: 1.5rem solid #E57368;
}
.pwp-main-wrapper .pwp-heading {
  color: #4e4e4e;
}
.pwp-item {
  background-color: #fff;
  padding: 10px;
}
.pwp-item-image {
  max-width: 100%;
}
.pwp-item-name {
  font-size: 14px;
}
.pwp-special-price {
  float: left;
  color: #EA1E3C;
  font-weight: 500;
}
.pwp-price-block {
  height: 25px;
}
.pwp-orig-price {
  color: #999999 !important;
  font-size: 1.4rem;
  text-decoration: line-through;
  line-height: 24px;
}
input.pwp-qty {
  width: 22px;
}
.pwp-qty-wrapper {
  float: left;
}
.pwp-select-button {
  float: right;
}
.pwp-select-button input.select-button {
  background: #ea3b4b;
  color: #fff;
  border-color: #ea3b4b;
}
.pwp-select-button input.remove-button {
  background: #000;
  color: #fff;
  border-color: #000;
  display: none;
}
.pwp-select-wrapper {
  display: flow-root;
}
.selected-product {
  border: 2px solid #ea3b4b;
}
.block-minicart .extra-discount-total .label {
  font-size: 1.8rem;
  font-weight: 500;
}
.block-minicart .extra-discount-total .amount {
  float: right;
  font-weight: 500;
}
.shop-on-apps {
  position: relative;
  display: inline-block;
}
.shop-on-app-content {
  min-width: 100%;
  position: absolute;
  right: 0;
  top: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 250ms ease,opacity 250ms ease,margin 250ms ease;
  -moz-transition: visibility 250ms ease,opacity 250ms ease,margin 250ms ease;
  transition: visibility 250ms ease,opacity 250ms ease,margin 250ms ease;
  z-index: 110;
  margin-top: 30px;
  padding: 5px 5px 10px 5px;
  background-color: #fff;
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2);
}
.trackorder-content {
  min-width: 315px;
  position: absolute;
  left: 0;
  top: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 250ms ease,opacity 250ms ease,margin 250ms ease;
  -moz-transition: visibility 250ms ease,opacity 250ms ease,margin 250ms ease;
  transition: visibility 250ms ease,opacity 250ms ease,margin 250ms ease;
  z-index: 110;
  margin-top: 30px;
  padding: 20px;
  background-color: #fff;
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2);
}
.shop-on-app-content a,
.trackorder a {
  color: black;
  padding: 0 16px;
  text-decoration: none;
  display: block;
}
.trackorder {
  position: relative;
  display: inline-block;
}
.forward-go {
  color: #fff;
  font-weight: 800;
  background-color: red;
  position: absolute;
  right: 15px;
  padding: 7px;
}
.shop-on-apps:hover .shop-on-app-content,
.trackorder:hover .trackorder-content {
  opacity: 1;
  visibility: visible;
  margin-top: 20px;
}
.shopon-mob {
  display: none;
}
.shopon-pc {
  display: block;
}
@media (max-width: 767px) {
  .shopon-mob {
    display: block;
  }
  .shopon-pc {
    display: none;
  }
}
.top-link-wrap > div:before {
  content: none;
}
#braintree-three-d-modal {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  align-items: center;
  height: 100vh;
  width: 100vw;
  z-index: 100000;
  visibility: visible;
}
#braintree-three-d-modal .bt-modal-frame {
  height: 420px;
  width: 440px;
  margin: auto;
  background-color: #ffffff;
  z-index: 2;
  border-radius: 6px;
}
#braintree-three-d-modal .bt-modal-body {
  height: 380px;
  margin: 20px;
  background-color: white;
  border: 1px solid lightgray;
}
#braintree-three-d-modal .bt-mask {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.75;
}
.braintree-applepay-container-product {
  display: inline-block;
}
.braintree-applepay-container-product .braintree-apple-pay-button {
  padding: 10px 0;
  margin: 0;
  margin-bottom: 15px;
}
.braintree-apple-pay-button {
  -webkit-appearance: -apple-pay-button;
  -apple-pay-button-type: plain;
  display: block;
  width: 200px;
  min-height: 40px;
  border: 1px solid black;
  background-image: -webkit-named-image(apple-pay-logo-black);
  background-size: 100% calc(60% + 2px);
  background-repeat: no-repeat;
  background-color: black;
  background-position: 50% 50%;
  border-radius: 5px;
  padding: 2px;
  margin: 20px auto;
  transition: background-color 0.15s;
  cursor: pointer;
}
.ppcredit-summary {
  background: linear-gradient(to right, #009cde, #003087);
  color: #ffffff;
  padding: 15px;
  text-align: center;
  margin: 10px 0px;
}
.ppcreditcalc-container {
  border: 1px solid #dedede;
  background: #ffffff;
}
.ppcreditcalc-header {
  background: #ffffff;
  padding: 15px;
}
.ppcreditcalc-legal {
  background-color: #eee;
  border-top: 1px solid #dedede;
  padding: 15px;
  font-size: 1.2rem;
  line-height: 2rem;
}
.ppcreditcalc-instalments {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid #DEDEDE;
  border-bottom: 1px solid #DEDEDE;
  background-color: #eeeeee;
}
.ppcreditcalc-instalments li {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.ppcreditcalc-instalments-term {
  display: block;
  padding: 10px 15px;
  color: #000;
}
.ppcreditcalc-instalments-term:hover {
  background: #009CDE;
  color: #FFF;
  text-decoration: none;
}
.ppcreditcalc-instalments-term.active {
  background: #003087;
  color: #FFF;
}
.ppcreditcalc-instalment-summary {
  padding: 15px;
}
.ppcreditcalc-instalment-summary dl {
  margin: 0;
}
.ppcreditcalc-instalment-summary dt {
  display: inline-block;
  width: 50%;
}
.ppcreditcalc-instalment-summary dd {
  display: inline-block;
}
#braintree_expirationDate {
  width: 90px;
}
button.braintree-googlepay-button {
  background-origin: content-box;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  border: 0;
  border-radius: 4px;
  box-shadow: rgba(60, 64, 67, 0.3) 0 1px 1px 0, rgba(60, 64, 67, 0.15) 0 1px 3px 1px;
  cursor: pointer;
  height: 40px;
  min-height: 40px;
  padding: 11px 24px;
}
button.braintree-googlepay-button.black {
  background-color: #000;
  box-shadow: none;
  padding: 12px 24px 11px;
}
button.braintree-googlepay-button.white {
  background-color: #ffffff;
}
button.braintree-googlepay-button.short {
  min-width: 90px;
  width: 160px;
}
button.braintree-googlepay-button.black.short {
  background-image: url(https://www.gstatic.com/instantbuy/svg/dark_gpay.svg);
}
button.braintree-googlepay-button.white.short {
  background-image: url(https://www.gstatic.com/instantbuy/svg/light_gpay.svg);
}
button.braintree-googlepay-button.black:active {
  background-color: #5f6368;
}
button.braintree-googlepay-button.black:hover {
  background-color: #3c4043;
}
button.braintree-googlepay-button.white:active {
  background-color: #ffffff;
}
button.braintree-googlepay-button.white:focus {
  box-shadow: #e8e8e8 0 1px 1px 0, #e8e8e8 0 1px 3px;
}
button.braintree-googlepay-button.white:hover {
  background-color: #f8f8f8;
}
button.braintree-googlepay-button.long {
  min-width: 152px;
  width: 240px;
}
button.braintree-googlepay-button.white.long {
  background-image: url(https://www.gstatic.com/instantbuy/svg/light/en.svg);
}
button.braintree-googlepay-button.black.long {
  background-image: url(https://www.gstatic.com/instantbuy/svg/dark/en.svg);
}
.googlepay-minicart-logo {
  margin-top: 15px;
  text-align: center;
}
.checkout-payment-method .credit-card-types.braintree-credit-card-types img {
  width: 30px;
  -webkit-filter: none;
  -webkit-transition: none;
}
.braintree-card-control {
  position: relative;
}
.braintree-credit-card-selected {
  position: absolute;
  z-index: 10;
  left: 11px;
}
.braintree-paypal-logo.oneclick-container {
  width: 100%;
}
#payment_form_braintree_ach_direct_debit .field > .fields .field .label {
  font-weight: 600;
}
#payment_form_braintree_ach_direct_debit .field > .fields .field.required > .label:after {
  content: '*';
  color: #e02b27;
  font-size: 1.8rem;
  margin: 0 0 0 5px;
}
#payment_form_braintree_ach_direct_debit .field > .fields .field .control {
  margin: 11px 11px 0 0;
}
#payment_form_braintree_ach_direct_debit .field > .fields .field .control input[type="text"]::placeholder,
#payment_form_braintree_ach_direct_debit .field > .fields .field .control input[type="number"]::placeholder {
  color: lightgrey;
}
#payment-method-braintree-lpm .primary {
  width: 100%;
}
#payment-method-braintree-lpm .primary .action {
  margin-bottom: 12px;
  width: 100%;
}
#payment-method-braintree-lpm .primary .action img {
  height: 40px;
}
#payment-method-braintree-cc-vault .field.required .label {
  font-weight: 600;
}
#payment-method-braintree-cc-vault .field.required .label:after {
  content: '*';
  color: #e02b27;
  font-size: 1.8rem;
  margin: 0 0 0 5px;
}
#payment-method-braintree-cc-vault .field .hosted-control {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: Work Sans, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  height: 32px;
  padding: 0 9px;
  vertical-align: baseline;
  box-sizing: border-box;
  position: relative;
  width: 5rem;
}
#payment-method-braintree-cc-vault .field .hosted-control.braintree-hosted-fields-invalid:not(.braintree-hosted-fields-focused) ~ .hosted-error {
  height: auto;
  opacity: 1;
}
#payment-method-braintree-cc-vault .field .hosted-error {
  clear: both;
  color: #e02b27;
  font-size: 1.2rem;
  height: 0;
  margin-top: 7px;
  opacity: 0;
}
.braintree-paypal-fieldset {
  display: none;
}
.payment-method-braintree .hosted-control {
  border: 1px solid #c2c2c2;
  height: 32px;
  padding: 8px 15px;
  max-width: 300px;
}
.payment-method-braintree .hosted-control.braintree-hosted-fields-invalid:not(.braintree-hosted-fields-focused) ~ .hosted-error {
  height: auto;
  opacity: 1;
}
.payment-method-braintree .hosted-error {
  clear: both;
  color: #e02b27;
  font-size: 1.2rem;
  height: 0;
  margin-top: 7px;
  opacity: 0;
}
.payment-method-braintree .cvv {
  max-width: 200px;
  position: relative;
}
.payment-method-braintree .cvv .field-tooltip {
  top: 11px;
  right: 33px;
}
#braintree_cc_number {
  padding-left: 68px;
}
.cod-top-msg {
  background-color: #fff3cd;
  color: #8d6e14;
  padding: 10px;
  width: 97%;
}
.item-info .product-item-details .cod-not-avalible {
  color: red;
  font-size: 13px;
}
.item-info .product-item-details .cod-avalible {
  font-size: 13px;
}
.catalogsearch-result-index .search.results dd.item {
  display: inline-flex;
  width: auto;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  background-color: #ffdca9;
  border: 1px solid #ffdca9;
  padding: 4px 10px;
  border-radius: 5px;
}
.catalogsearch-result-index .search.results dd.item:hover {
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #fbaf43;
  color: #fbaf43;
}
.wishlist-container .wishlist-form {
  padding: 15px;
  background: #f5f5f5;
  border-radius: 5px;
  border: 1px solid #fbaf42;
}
.wishlist-container .wishlist-form .control-label {
  font-weight: bold;
}
.wishlist-container .wishlist-form .form-check-inline input[type="checkbox"]:checked + label:after {
  color: #f00;
  font-size: 13px;
}
.wishlist-container .wishlist-form .form-check-inline input[type="checkbox"]:hover + label:after {
  color: #f00;
  font-size: 13px;
}
.wishlist-container .wishlist-form .form-group {
  margin: 10px 0;
}
.wishlist-container .wishlist-form .form-group .form-control {
  padding: 10px;
}
.wishlist-container .wishlist-form .checkboxes-contactmethod {
  margin-top: 5px;
}
.wishlist-container .wishlist-form .checkboxes-contactmethod .form-check.form-check-inline {
  margin-right: 25px;
}
.wishlist-container .wishlist-form .checkboxes-contactmethod .form-check.form-check-inline .form-check-label {
  font-size: 14px;
}
.wishlist-container .wishlist-form .pre-order-submit-wrap {
  text-align: center;
}
.wishlist-container .wishlist-form .pre-order-submit-wrap .pre-order-submit {
  background-color: #ea394a;
  border-radius: 5px;
  border: 0;
  color: #FFF;
  font-weight: 600;
  font-size: 16px;
}
.wishlist-container .alert {
  border-radius: 5px;
  font-weight: 400;
  margin: 15px 0;
  padding: 25px;
  text-align: center;
}
.wishlist-container .alert-danger {
  border: 1px solid #df0000;
  background-color: #ffdcdc;
  color: #cb0000;
}
.wishlist-container .alert-success {
  border: 1px solid #00b531;
  background-color: #dcffdd;
  color: #000000;
}
.wishlist-container #response-message {
  display: none;
}
.slogan-container .slogan-form {
  padding: 15px;
}
.slogan-container .slogan-form .control-label {
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 10px;
}
.slogan-container .slogan-form .form-group {
  margin-top: 20px;
  margin-bottom: 20px;
}
.slogan-container .slogan-form .form-group .form-control {
  padding: 10px;
}
.slogan-container .slogan-form .slogan-submit-wrap {
  text-align: center;
}
.slogan-container .slogan-form .slogan-submit-wrap .slogan-submit {
  border-radius: 5px;
  border: 0;
  font-weight: 600;
  font-size: 16px;
}
.slogan-container .slogan-form span.example {
  font-weight: 100;
  font-size: 14px;
  font-style: italic;
  line-height: 25px;
}
.slogan-container .slogan-form input[type="radio"] + label {
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
}
.slogan-container .slogan-form input[type="radio"] + label:before {
  top: 16%;
}
.slogan-container .slogan-form input[type="radio"]:checked + label:before {
  border-color: #ffb400;
}
.slogan-container .slogan-form input[type="radio"]:hover + label:before {
  border-color: #ffb400;
}
.slogan-container .slogan-form .form-error {
  display: none;
  color: #f00;
  font-size: 14px;
  font-style: italic;
  font-weight: 100;
}
.slogan-container .slogan-form .heading-text-order {
  font-size: 20px;
  line-height: 20px;
  margin: 10px 0 25px;
}
.slogan-container .alert {
  border-radius: 5px;
  font-weight: 400;
  margin: 15px 0;
  padding: 25px;
  text-align: center;
}
.slogan-container .alert-danger {
  border: 1px solid #df0000;
  background-color: #ffdcdc;
  color: #cb0000;
}
.slogan-container .alert-success {
  border: 1px solid #00b531;
  background-color: #dcffdd;
  color: #000000;
}
.slogan-container #response-message {
  display: none;
}
.property-contact-container .mt20 {
  margin-top: 20px;
}
.property-contact-container .form-group .control-label {
  font-size: 14px;
}
.property-contact-container .form-group .message {
  height: 156px;
}
.property-contact-container .policy {
  font-size: 10px;
}
.property-contact-container .contact-submit {
  background-color: #ea394a;
  color: #FFF;
  font-weight: 500;
  font-size: 16px;
  padding: 5px 50px;
  border-color: #ea394a;
  border-radius: 5px;
}
.property-contact-container .form-error {
  display: none;
}
.overlay-loading {
  display: none;
  position: fixed;
  min-width: 100%;
  height: 100%;
  opacity: 0.6;
  background: #000;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 99999;
  text-align: center;
}
.overlay-loading img {
  width: 65px;
  top: 50%;
  left: 50%;
  position: absolute;
}
@media (max-width: 991px) {
  .catalogsearch-result-index .search.results .products.wrapper.category-products {
    margin-top: 35px;
  }
}
.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{background-color:transparent;border:none;font-size:1em}.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline;list-style:none;padding:0}.select2-container .select2-selection--multiple .select2-selection__clear{background-color:transparent;border:none;font-size:1em}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;margin-left:5px;padding:0;max-width:100%;resize:none;height:18px;vertical-align:bottom;font-family:sans-serif;overflow:hidden;word-break:keep-all}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:white;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;user-select:none;-webkit-user-select:none}.select2-results__option--selectable{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff;filter:alpha(opacity=0)}.select2-hidden-accessible{border:0 !important;clip:rect(0 0 0 0) !important;-webkit-clip-path:inset(50%) !important;clip-path:inset(50%) !important;height:1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important;white-space:nowrap !important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;height:26px;margin-right:20px;padding-right:0px}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--default .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;padding-bottom:5px;padding-right:5px;position:relative}.select2-container--default .select2-selection--multiple.select2-selection--clearable{padding-right:25px}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;font-weight:bold;height:20px;margin-right:10px;margin-top:5px;position:absolute;right:0;padding:1px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:inline-block;margin-left:5px;margin-top:5px;padding:0;padding-left:20px;position:relative;max-width:100%;overflow:hidden;text-overflow:ellipsis;vertical-align:bottom;white-space:nowrap}.select2-container--default .select2-selection--multiple .select2-selection__choice__display{cursor:default;padding-left:2px;padding-right:5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{background-color:transparent;border:none;border-right:1px solid #aaa;border-top-left-radius:4px;border-bottom-left-radius:4px;color:#999;cursor:pointer;font-size:1em;font-weight:bold;padding:0 4px;position:absolute;left:0;top:0}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover,.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus{background-color:#f1f1f1;color:#333;outline:none}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display{padding-left:5px;padding-right:2px}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{border-left:1px solid #aaa;border-right:none;border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:4px;border-bottom-right-radius:4px}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__clear{float:left;margin-left:10px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid black 1px;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:transparent;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--group{padding:0}.select2-container--default .select2-results__option--disabled{color:#999}.select2-container--default .select2-results__option--selected{background-color:#ddd}.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable{background-color:#5897fb;color:white}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:-webkit-linear-gradient(top, #fff 50%, #eee 100%);background-image:-o-linear-gradient(top, #fff 50%, #eee 100%);background-image:linear-gradient(to bottom, #fff 50%, #eee 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic .select2-selection--single:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;height:26px;margin-right:20px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-linear-gradient(top, #eee 50%, #ccc 100%);background-image:-o-linear-gradient(top, #eee 50%, #ccc 100%);background-image:linear-gradient(to bottom, #eee 50%, #ccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #5897fb}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:transparent;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:-webkit-linear-gradient(top, #fff 0%, #eee 50%);background-image:-o-linear-gradient(top, #fff 0%, #eee 50%);background-image:linear-gradient(to bottom, #fff 0%, #eee 50%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:-webkit-linear-gradient(top, #eee 50%, #fff 100%);background-image:-o-linear-gradient(top, #eee 50%, #fff 100%);background-image:linear-gradient(to bottom, #eee 50%, #fff 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)}.select2-container--classic .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0;padding-bottom:5px;padding-right:5px}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;display:inline-block;margin-left:5px;margin-top:5px;padding:0}.select2-container--classic .select2-selection--multiple .select2-selection__choice__display{cursor:default;padding-left:2px;padding-right:5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{background-color:transparent;border:none;border-top-left-radius:4px;border-bottom-left-radius:4px;color:#888;cursor:pointer;font-size:1em;font-weight:bold;padding:0 4px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555;outline:none}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display{padding-left:5px;padding-right:2px}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:4px;border-bottom-right-radius:4px}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #5897fb}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option--group{padding:0}.select2-container--classic .select2-results__option--disabled{color:grey}.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb}@font-face {
  font-family: "Font Awesome 5 Pro";
  src: url('../../frontend/MageBig/martfury_wowshop02/en_US/fonts/Font-Awesome-5-Pro/Font-Awesome-5-Pro-Solid.otf') format('opentype');
  src: url('../../frontend/MageBig/martfury_wowshop02/en_US/fonts/Font-Awesome-5-Pro/Font-Awesome-5-Pro-Solid.eot') format('embedded-opentype'), url('../../frontend/MageBig/martfury_wowshop02/en_US/fonts/Font-Awesome-5-Pro/Font-Awesome-5-Pro-Solid.eot?#iefix') format('embedded-opentype'), url('../../frontend/MageBig/martfury_wowshop02/en_US/fonts/Font-Awesome-5-Pro/Font-Awesome-5-Pro-Solid.woff2') format('woff2'), url('../../frontend/MageBig/martfury_wowshop02/en_US/fonts/Font-Awesome-5-Pro/Font-Awesome-5-Pro-Solid.woff') format('woff'), url('../../frontend/MageBig/martfury_wowshop02/en_US/fonts/Font-Awesome-5-Pro/Font-Awesome-5-Pro-Solid.ttf') format('truetype'), url('../../frontend/MageBig/martfury_wowshop02/en_US/fonts/Font-Awesome-5-Pro/Font-Awesome-5-Pro-Solid.svg#Font-Awesome-5-Pro-Solid') format('svg');
}
/*===============Style Guide================*/
/* BUTTON */
/* BUTTON MORE */
* {
  margin: 0;
  padding: 0;
  outline: none;
  box-sizing: border-box;
}
body .field-error {
  color: #ff0000;
  font-size: 16px;
  line-height: 30px;
  margin-top: 5px;
}
.field-error span {
  color: #ff0000 !important;
}
body .fieldset > .field:not(.choice) > .label {
  width: 100%;
  margin-bottom: 7px;
  padding: 0;
  text-align: left;
}
body .fieldset > .field.required > .label span:after {
  content: '*';
  display: inline-block;
  color: #CF4647;
  font-style: normal;
  margin-left: 2px;
}
body .fieldset > .field:not(.choice) > .label em {
  color: #CF4647;
  font-style: normal;
  margin-left: 3px;
  font-size: 12px;
}
body .fieldset > .field:not(.choice) > .control {
  width: 100%;
}
body .fieldset > .field {
  margin: 0px 0 18px;
}
.page-layout-2columns-left .sidebar-additional {
  display: none;
}
.text-yellow {
  color: #F8BA00;
}
body.account .toolbar .toolbar-amount {
  display: none;
}
@media all and (min-width: 768px) {
  .ie10 .page-wrapper,
  .ie11 .page-wrapper {
    height: auto;
  }
  body .featured-banner:after {
    display: none;
  }
}
body {
  font: normal normal normal 14px/21px Poppins;
  letter-spacing: 0px;
  color: #383838;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  overflow-x: hidden;
}
body.cms-page-view .page-main .column.main {
  min-height: auto;
  padding-bottom: 40px;
}
body.cms-page-view .page-main {
  margin-bottom: 0;
}
body .navigation,
body .breadcrumbs,
body .header.content,
body .page-wrapper > .widget,
body .page-wrapper > .page-bottom,
body .block.category.event,
body .top-container,
body .container,
.messages,
.message-config {
  padding: 0 30px;
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
}
body.cms-styleguide .page-main div button,
body.cms-styleguide .page-main div .button {
  margin-bottom: 30px;
}
.featured-banner .featured-image {
  min-height: 251px;
  position: relative;
}
body .featured-banner .featured-image {
  background-position: center;
  background-size: cover;
}
@media (max-width: 767px) {
  .featured-banner .featured-image {
    min-height: 106px;
  }
}
.content-bottom-product {
  background-size: cover;
  /* padding: 80px 0 54px 0; */
}
body .featured-banner .featured-content .breadcrumbs {
  /* white-space: nowrap; */
  margin-top: 20px;
  text-align: left;
  justify-content: left;
  /* text-overflow: ellipsis; */
  /* overflow: hidden; */
  /* margin-top: 90px; */
  /* margin-bottom: -107px; */
}
body.catalogsearch-result-index .featured-banner .featured-content h1 {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
body .featured-banner {
  margin-bottom: 10px;
}
.featured-banner h1.page-title {
  margin-bottom: 0;
  padding-left: 0;
  color: #fff !important;
}
.featured-banner h1.page-title:before {
  display: none;
}
.featured-banner h1.page-title {
  margin-bottom: 0 !important;
}
body .breadcrumbs {
  width: 100%;
}
.normal {
  font-weight: normal;
}
.container {
  max-width: 1260px;
  margin: 0 auto;
  padding: 0 30px;
}
body .featured-banner .featured-content {
  position: absolute;
  z-index: 0;
  padding: 0;
  padding-left: 30px;
  padding-right: 30px;
  display: block;
  width: 100%;
  left: 0;
  right: 0;
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
body h1,
body .h1,
body .title-1,
.featured-banner h1.page-title {
  margin: 0 0 20px;
  font-size: 30px;
  line-height: 43px;
  letter-spacing: 0px;
  color: #383838;
  position: relative;
  text-transform: capitalize;
  font-family: Poppins;
  font-weight: 700;
}
@media (max-width: 767px) {
  body h1,
  body .h1,
  body .title-1,
  .featured-banner h1.page-title {
    font-size: 20px;
    line-height: 30px;
  }
}
body h2,
body .h2,
body .title-2,
body h1.page-title {
  margin: 0 0 20px;
  font-size: 30px;
  line-height: 43px;
  letter-spacing: 0px;
  color: #383838;
  position: relative;
  text-transform: capitalize;
  font-family: Poppins;
  font-weight: 700;
}
@media (max-width: 767px) {
  body h2,
  body .h2,
  body .title-2,
  body h1.page-title {
    font-size: 20px;
    line-height: 30px;
  }
}
body h3,
body .h3,
body .title-3 {
  font-size: 24px;
  line-height: 33px;
  margin: 0 0 20px;
  font-weight: 700;
  font-family: Poppins;
  letter-spacing: 0;
  color: #383838;
}
@media (max-width: 767px) {
  body h3,
  body .h3,
  body .title-3 {
    font-size: 19px;
    line-height: 27px;
  }
}
body h4,
body .h4,
body .title-4 {
  font-size: 20px;
  line-height: 28px;
  margin: 0 0 20px;
  font-weight: bold;
  font-family: Poppins;
  letter-spacing: 0;
  color: #383838;
}
@media (max-width: 767px) {
  body h4,
  body .h4,
  body .title-4 {
    font-size: 18px;
    line-height: 25px;
  }
}
body h5,
body .h5,
body .title-5 {
  font-size: 18px;
  line-height: 26px;
  margin: 0 0 20px;
  font-weight: bold;
  font-family: Poppins;
  letter-spacing: 0;
  color: #383838;
}
@media (max-width: 767px) {
  body h5,
  body .h5,
  body .title-5 {
    font-size: 17px;
    line-height: 24px;
  }
}
body h6,
body .h6,
body .title-6 {
  font-size: 15px;
  line-height: 23px;
  margin: 0 0 20px;
  font-weight: 600;
  font-family: Poppins;
  letter-spacing: 0;
  color: #383838;
}
main a,
main a:visited,
.alink:visited,
.alink,
.abs-product-link > a:visited,
.product-item-name > a:visited,
.product.name a > a:visited {
  letter-spacing: 0px;
  color: #383838;
  background: transparent;
}
main a:focus,
main a:visited:focus,
.alink:visited:focus,
.alink:focus,
.abs-product-link > a:visited:focus,
.product-item-name > a:visited:focus,
.product.name a > a:visited:focus,
main a:active,
main a:visited:active,
.alink:visited:active,
.alink:active,
.abs-product-link > a:visited:active,
.product-item-name > a:visited:active,
.product.name a > a:visited:active {
  text-decoration: none;
  transition: 0.3s;
  color: #EB384B;
  outline: none;
  background: transparent;
}
main a:hover,
main a:visited:hover,
.alink:visited:hover,
.alink:hover,
.abs-product-link > a:visited:hover,
.product-item-name > a:visited:hover,
.product.name a > a:visited:hover {
  text-decoration: none;
  color: #EB384B;
  outline: none;
  background: transparent;
}
p {
  margin-bottom: 15px;
  /*font-family: "Poppins";
  font-size: 14px;
  color: #1D1D1D;
  line-height: 24px;*/
}
p.error-text {
  color: #ff0000;
}
body .breadcrumbs ul.items {
  line-height: 1;
  /*display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-overflow: ellipsis;
  overflow: hidden;*/
  width: auto;
}
body .breadcrumbs ul.items li.item {
  text-transform: capitalize;
  font: normal normal normal 12px/16px Poppins;
  letter-spacing: 0px;
  color: #8E8E8E;
  text-overflow: ellipsis;
  text-align: left;
  overflow: hidden;
  width: auto;
}
body .breadcrumbs ul.items li.item a {
  text-transform: capitalize;
  font: normal normal normal 12px/16px Poppins;
  letter-spacing: 0;
  color: #8E8E8E;
}
body .breadcrumbs ul.items li.item a:hover {
  text-decoration: none;
  color: #eb384b /* opacity: 0.7; */ /* filter: alpha(opacity=70); */;
}
body .breadcrumbs ul.items li.item strong {
  word-break: break-all;
  font-weight: 400;
  color: #8E8E8E;
}
body .breadcrumbs ul.items li.item:not(:last-child):after {
  content: "\f324";
  display: inline-block;
  vertical-align: middle;
  margin: 0 2px;
  bottom: 0;
  line-height: 1;
  font-size: 8px;
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  width: auto;
  padding: 0;
}
.page-title-wrapper h1.page-title {
  text-align: center;
  margin-top: 20px;
}
input.mage-error,
select.mage-error,
textarea.mage-error {
  border-color: #ff0000;
  margin-top: 0;
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 50px white inset !important;
  -webkit-text-fill-color: #333;
}
input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 50px white inset;
  /*your box-shadow*/
  -webkit-text-fill-color: #333;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: color #333;
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
  transition: background-color 5000s ease-in-out 0s;
}
body .message {
  padding: 0;
  margin: 20px auto !important;
  max-width: 1260px;
}
button:not(.primary) {
  box-shadow: none;
}
.action.close {
  color: #000;
}
/* BUTTON */
button:not(.action-accept),
button.primary,
button.btn-primary,
#confirmBox .ajax-added-item .amcart-confirm-buttons .button.am-btn-right,
.button-primary,
.button,
a.action.back,
.review-form .action.submit.primary,
a.action.create.primary,
.form.contact .action.submit.primary,
.action.subscribe.primary,
.paypal-review .block .actions-toolbar .action.primary,
.block-compare .action.primary,
.cart-summary .block .actions-toolbar > .primary .action.primary,
.cart-summary .form.giftregistry .fieldset .action.primary,
.paypal-review-discount .actions-toolbar .action.primary,
.paypal-review-discount .actions-toolbar .action.cancel,
.cart-discount .actions-toolbar .action.primary,
.cart-discount .actions-toolbar .action.cancel,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup,
.action.primary,
a.action.primary,
.box-tocart .action.tocart.primary,
.action.primary.checkout,
.action-primary {
  -webkit-appearance: none;
  -webkit-border-fit: border;
  transition: all 0s;
  text-decoration: none;
  min-height: auto;
  padding: 8px 20px 9px;
  text-align: center;
  font: normal normal bold 15px/21px Poppins;
  letter-spacing: 0px;
  text-transform: inherit;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: inline-block;
  color: #fff;
  transition: 0.3s;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  border: 1px solid #EB384B;
  background: #EB384B;
}
button:not(.action-accept):hover,
button.primary:hover,
button.btn-primary:hover,
#confirmBox .ajax-added-item .amcart-confirm-buttons .button.am-btn-right:hover,
.button-primary:hover,
.button:hover,
a.action.back:hover,
.review-form .action.submit.primary:hover,
a.action.create.primary:hover,
.form.contact .action.submit.primary:hover,
.action.subscribe.primary:hover,
.paypal-review .block .actions-toolbar .action.primary:hover,
.block-compare .action.primary:hover,
.cart-summary .block .actions-toolbar > .primary .action.primary:hover,
.cart-summary .form.giftregistry .fieldset .action.primary:hover,
.paypal-review-discount .actions-toolbar .action.primary:hover,
.paypal-review-discount .actions-toolbar .action.cancel:hover,
.cart-discount .actions-toolbar .action.primary:hover,
.cart-discount .actions-toolbar .action.cancel:hover,
.block-compare .action.primary:not(:focus):hover,
.cart-summary .block .actions-toolbar > .primary .action.primary:not(:focus):hover,
.cart-summary .form.giftregistry .fieldset .action.primary:not(:focus):hover,
.paypal-review-discount .actions-toolbar .action.primary:not(:focus):hover,
.paypal-review-discount .actions-toolbar .action.cancel:not(:focus):hover,
.cart-discount .actions-toolbar .action.primary:not(:focus):hover,
.cart-discount .actions-toolbar .action.cancel:not(:focus):hover,
.checkout-payment-method .checkout-billing-address .action-cancel:hover,
.checkout-payment-method .checkout-billing-address .action-cancel:not(:focus):hover,
.opc-wrapper .edit-address-link:hover,
.opc-wrapper .edit-address-link:not(:focus):hover,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:not(:focus):hover,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:hover,
.action.primary:hover,
a.action.primary:hover,
.box-tocart .action.tocart.primary:hover,
.action.primary.checkout:hover,
.action-primary:hover,
button.primary:focus,
button.btn-primary:focus,
button:not(.action-accept):focus,
#confirmBox .ajax-added-item .amcart-confirm-buttons .button.am-btn-right:focus,
.button-primary:focus,
.button:focus,
a.action.back:focus,
.review-form .action.submit.primary:focus,
a.action.create.primary:focus,
.form.contact .action.submit.primary:focus,
.action.subscribe.primary:focus,
.paypal-review .block .actions-toolbar .action.primary:focus,
.block-compare .action.primary:focus,
.cart-summary .block .actions-toolbar > .primary .action.primary:focus,
.cart-summary .form.giftregistry .fieldset .action.primary:focus,
.paypal-review-discount .actions-toolbar .action.primary:focus,
.paypal-review-discount .actions-toolbar .action.cancel:focus,
.cart-discount .actions-toolbar .action.primary:focus,
.cart-discount .actions-toolbar .action.cancel:focus,
.block-compare .action.primary:not(:focus):focus,
.cart-summary .block .actions-toolbar > .primary .action.primary:not(:focus):focus,
.cart-summary .form.giftregistry .fieldset .action.primary:not(:focus):focus,
.paypal-review-discount .actions-toolbar .action.primary:not(:focus):focus,
.paypal-review-discount .actions-toolbar .action.cancel:not(:focus):focus,
.cart-discount .actions-toolbar .action.primary:not(:focus):focus,
.cart-discount .actions-toolbar .action.cancel:not(:focus):focus,
.checkout-payment-method .checkout-billing-address .action-cancel:focus,
.checkout-payment-method .checkout-billing-address .action-cancel:not(:focus):focus,
.opc-wrapper .edit-address-link:focus,
.opc-wrapper .edit-address-link:not(:focus):focus,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:not(:focus):focus,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:focus,
.action.primary:not(.action-accept):focus,
a.action.primary:focus,
.box-tocart .action.tocart.primary:focus,
.action.primary.checkout:focus,
.action-primary:focus,
button:not(.action-accept):active,
button.primary:active,
button.btn-primary:active,
#confirmBox .ajax-added-item .amcart-confirm-buttons .button.am-btn-right:active,
.button-primary:active,
.button:active,
a.action.back:active,
.review-form .action.submit.primary:active,
a.action.create.primary:active,
.form.contact .action.submit.primary:active,
.action.subscribe.primary:active,
.paypal-review .block .actions-toolbar .action.primary:active,
.block-compare .action.primary:active,
.cart-summary .block .actions-toolbar > .primary .action.primary:active,
.cart-summary .form.giftregistry .fieldset .action.primary:active,
.paypal-review-discount .actions-toolbar .action.primary:active,
.paypal-review-discount .actions-toolbar .action.cancel:active,
.cart-discount .actions-toolbar .action.primary:active,
.cart-discount .actions-toolbar .action.cancel:active,
.block-compare .action.primary:not(:focus):active,
.cart-summary .block .actions-toolbar > .primary .action.primary:not(:focus):active,
.cart-summary .form.giftregistry .fieldset .action.primary:not(:focus):active,
.paypal-review-discount .actions-toolbar .action.primary:not(:focus):active,
.paypal-review-discount .actions-toolbar .action.cancel:not(:focus):active,
.cart-discount .actions-toolbar .action.primary:not(:focus):active,
.cart-discount .actions-toolbar .action.cancel:not(:focus):active,
.checkout-payment-method .checkout-billing-address .action-cancel:active,
.checkout-payment-method .checkout-billing-address .action-cancel:not(:focus):active,
.opc-wrapper .edit-address-link:active,
.opc-wrapper .edit-address-link:not(:focus):active,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:not(:focus):active,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:active,
.action.primary:active,
a.action.primary:active,
.box-tocart .action.tocart.primary:active,
.action.primary.checkout:active,
.action-primary:not(.action-accept):active,
main a.button:hover,
main a.button:focus,
main a.button:active,
main a.button:visited:hover,
main a.button:not(:focus):active {
  text-decoration: none;
  background: #fff;
  color: #EB384B;
  outline: none;
  border: 1px solid #EB384B;
}
button.primary.orange {
  background: #FBAF43;
  border-color: #FBAF43;
}
button.primary.orange:hover,
button.primary.orange:focus,
button.primary.orange:active,
button.primary.orange:visited:hover,
button.primary.orange:not(:focus):active {
  background: #fff;
  color: #FBAF43;
  border-color: #FBAF43;
}
header a:focus,
header a:visited:focus,
.alink:visited:focus,
.alink:focus,
.abs-product-link > a:visited:focus,
.product-item-name > a:visited:focus,
.product.name a > a:visited:focus,
a:active,
a:visited:active,
.alink:visited:active,
.alink:active,
.abs-product-link > a:visited:active,
.product-item-name > a:visited:active,
.product.name a > a:visited:active {
  text-decoration: none;
  outline: none;
  background: transparent;
  box-shadow: none;
}
.page-main .action:not(.remind) {
  position: relative;
  overflow: hidden;
}
.page-main .action:not(.remind):after {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f0da";
  display: none;
  margin-left: 8px;
  vertical-align: middle;
  position: relative;
  bottom: 1px;
}
.page-main .action.edit:after,
.page-main .action.view:after,
.page-main .action.order:after,
.page-main .action.change-password:after,
.page-main .action.btn-remove:after,
.page-main .action.clear:after {
  display: none;
}
.sorter-action:before {
  display: none;
}
.page-main .sorter .sorter-action:after {
  display: none;
}
/* BUTTON SMALL */
.button.button-small {
  height: 44px;
  line-height: 44px;
  font-size: 14px;
}
/* BUTTON TRANSITION */
.button.button-transparent {
  background: transparent;
  color: #000;
}
.button.button-transparent:hover,
.button.button-transparent:focus,
.button.button-transparent:active {
  background: #444444;
  color: #ffffff;
}
/* BUTTON MORE */
.button-more {
  display: inline-block;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  font-weight: bold;
  line-height: 20px;
  letter-spacing: 0px;
  color: #ffffff;
  text-transform: uppercase;
  padding-bottom: 14px;
  border-bottom: 2px dashed #ffffff;
}
.button-more:hover,
.button-more:focus,
.button-more:active {
  color: #000;
  border-color: #000;
}
::-webkit-input-placeholder {
  font-weight: 500;
  font-size: 13px;
  color: #8E8E8E !important;
}
:-ms-input-placeholder {
  font-weight: 500;
  font-size: 13px;
  color: #8E8E8E !important;
}
::placeholder {
  font-weight: 500;
  font-size: 13px;
  color: #8E8E8E !important;
}
input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type="datetime"],
input[type="email"],
input.input-text {
  letter-spacing: 0;
  padding: 7.5px 20px;
  vertical-align: middle;
  outline: none;
  border: 1px solid #C7C7C7;
  height: auto;
  font-size: 12px;
  line-height: 18px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  color: #8E8E8E;
  background: #fff;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="datetime"]:focus,
input[type="email"]:focus,
input.input-text:focus {
  border-color: #000;
}
input[type="text"]:required:valid,
input[type="password"]:required:valid,
input[type="url"]:required:valid,
input[type="tel"]:required:valid,
input[type="search"]:required:valid,
input[type="number"]:required:valid,
input[type="datetime"]:required:valid,
input[type="email"]:required:valid {
  border-color: #000;
}
input[type="text"].mage-error,
input[type="password"].mage-error,
input[type="url"].mage-error,
input[type="tel"].mage-error,
input[type="search"].mage-error,
input[type="number"].mage-error,
input[type="datetime"].mage-error,
input[type="email"].mage-error,
input.input-text.mage-error {
  color: #ff0000;
  border-color: #ff0000;
  border-width: 1px;
}
input[type="text"].mage-error::-webkit-input-placeholder,
input[type="password"].mage-error::-webkit-input-placeholder,
input[type="url"].mage-error::-webkit-input-placeholder,
input[type="tel"].mage-error::-webkit-input-placeholder,
input[type="search"].mage-error::-webkit-input-placeholder,
input[type="number"].mage-error::-webkit-input-placeholder,
input[type="datetime"].mage-error::-webkit-input-placeholder,
input[type="email"].mage-error::-webkit-input-placeholder,
input.input-text.mage-error::-webkit-input-placeholder {
  color: #ff0000;
}
input[type="text"].mage-error::-moz-placeholder,
input[type="password"].mage-error::-moz-placeholder,
input[type="url"].mage-error::-moz-placeholder,
input[type="tel"].mage-error::-moz-placeholder,
input[type="search"].mage-error::-moz-placeholder,
input[type="number"].mage-error::-moz-placeholder,
input[type="datetime"].mage-error::-moz-placeholder,
input[type="email"].mage-error::-moz-placeholder,
input.input-text.mage-error::-moz-placeholder {
  color: #ff0000;
}
input[type="text"].mage-error:-ms-input-placeholder,
input[type="password"].mage-error:-ms-input-placeholder,
input[type="url"].mage-error:-ms-input-placeholder,
input[type="tel"].mage-error:-ms-input-placeholder,
input[type="search"].mage-error:-ms-input-placeholder,
input[type="number"].mage-error:-ms-input-placeholder,
input[type="datetime"].mage-error:-ms-input-placeholder,
input[type="email"].mage-error:-ms-input-placeholder,
input.input-text.mage-error:-ms-input-placeholder {
  color: #ff0000;
}
input[type="text"].mage-error:-moz-placeholder,
input[type="password"].mage-error:-moz-placeholder,
input[type="url"].mage-error:-moz-placeholder,
input[type="tel"].mage-error:-moz-placeholder,
input[type="search"].mage-error:-moz-placeholder,
input[type="number"].mage-error:-moz-placeholder,
input[type="datetime"].mage-error:-moz-placeholder,
input[type="email"].mage-error:-moz-placeholder,
input.input-text.mage-error:-moz-placeholder {
  color: #ff0000;
}
input[type="text"].mage-error:focus,
input[type="password"].mage-error:focus,
input[type="url"].mage-error:focus,
input[type="tel"].mage-error:focus,
input[type="search"].mage-error:focus,
input[type="number"].mage-error:focus,
input[type="datetime"].mage-error:focus,
input[type="email"].mage-error:focus,
input.input-text.mage-error:focus {
  border-width: 1px;
}
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="datetime"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input.input-text::-webkit-input-placeholder,
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="datetime"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input.input-text::-moz-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="datetime"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input.input-text:-ms-input-placeholder,
input[type="text"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
input[type="url"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="number"]:-moz-placeholder,
input[type="datetime"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input.input-text:-moz-placeholder {
  color: #8E8E8E;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  text-transform: initial;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  cursor: pointer;
  box-shadow: none;
  background: #ffffff url(../../frontend/MageBig/martfury_wowshop02/en_US/images/down-arrow.svg) no-repeat right 18px center;
  background-size: 9px;
  height: auto;
  letter-spacing: 0;
  padding: 7.5px 40px 7.5px 20px;
  vertical-align: middle;
  outline: none;
  border: 1px solid #C7C7C7;
  font-size: 12px;
  line-height: 18px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  color: #8E8E8E;
  width: 100%;
}
select:required:valid {
  border-color: #000;
}
select:focus {
  color: #8E8E8E;
  border: 1px solid #000;
}
select:-moz-focusring {
  color: transparent;
}
select.mage-error {
  letter-spacing: 0px;
  color: #ff0000;
  border-color: #ff0000;
}
select.mage-error:after {
  color: #ff0000;
}
option:not(:checked) {
  color: #b0adad;
}
textarea {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  letter-spacing: 0;
  padding: 7.5px 20px;
  vertical-align: middle;
  outline: none;
  border: 1px solid #C7C7C7;
  font-size: 12px;
  line-height: 18px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  color: #8E8E8E;
  width: 100%;
}
textarea:focus {
  color: #8E8E8E;
  border: 1px solid #000;
  padding: 7.5px 20px;
}
textarea:required:valid {
  border-color: #000;
}
textarea::-webkit-input-placeholder {
  letter-spacing: 0px;
  color: #8E8E8E;
}
textarea:hover,
textarea:focus,
textarea:active,
textarea:visited {
  outline: none;
  box-shadow: none;
}
textarea.mage-error {
  color: #ff0000;
  border-color: #ff0000;
  border-width: 1px;
  letter-spacing: 0px;
}
textarea.mage-error::-webkit-input-placeholder {
  color: #ff0000;
}
textarea.mage-error::-moz-placeholder {
  color: #ff0000;
}
textarea.mage-error:-ms-input-placeholder {
  color: #ff0000;
}
textarea.mage-error:-moz-placeholder {
  color: #ff0000;
}
textarea.mage-error:focus {
  border-width: 1px;
}
div.mage-error {
  border: 0 !important;
  color: #ff0000;
  letter-spacing: 0px;
  margin-top: 8px;
}
._keyfocus *:focus,
input:not([disabled]):focus,
textarea:not([disabled]):focus,
select:not([disabled]):focus {
  box-shadow: none;
  outline: none;
}
.field._error .control input,
.field._error .control select,
.field._error .control textarea {
  border-width: 1px;
  border-color: #ff0000;
}
body .validation-advice,
.field-error,
div.mage-error[generated] {
  font: normal normal normal 15px/20px Poppins;
  letter-spacing: 0px;
  color: #ff0000;
  margin-top: 5px;
  text-align: left;
}
.fieldset > .field > .label,
.fieldset > .fields > .field > .label,
.opc-wrapper .form-login .fieldset .field .label,
.opc-wrapper .form-shipping-address .fieldset .field .label {
  text-align: left;
  margin: 0 0 10px 0;
  font-weight: 600;
}
.fieldset > .field.required > .label:after,
.fieldset > .fields > .field.required > .label:after,
.fieldset > .field._required > .label:after,
.fieldset > .fields > .field._required > .label:after {
  letter-spacing: 0px;
  color: #EE2E2E;
  margin: 0;
}
.field .control._with-tooltip input {
  width: 100%;
  margin-right: 0;
}
.field-tooltip {
  display: none;
}
.fieldset > .field.choice .label,
.fieldset > .fields > .field.choice .label {
  display: block;
  text-transform: inherit;
}
input[type="checkbox"] {
  display: none;
}
.fieldset > .field > input[type="checkbox"] + label,
.fieldset > .field > input[type="checkbox"] + a,
input[type="checkbox"] + a,
input[type="checkbox"] + label {
  position: relative;
  padding-left: 21px;
  padding-top: 0;
  padding-bottom: 0;
  font: normal normal normal 11px/17px Poppins;
  letter-spacing: 0px;
  cursor: pointer;
  display: block;
}
body:not(.catalog-product-view) input[type="checkbox"] + label:before,
body:not(.catalog-product-view) input[type="checkbox"] + a:before,
body.catalog-product-view .review-form input[type="checkbox"] + label:before,
body.catalog-product-view .review-form input[type="checkbox"] + a:before {
  content: "";
  height: 14px;
  width: 14px;
  position: absolute;
  left: 0;
  top: 1px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border: 1px solid #f10000;
  margin: 0;
}
#aw-filter-cat input[type="checkbox"] + label {
  padding-left: 0px;
}
#aw-filter-cat input[type="checkbox"] + label:before {
  content: none;
}
body:not(.catalog-product-view) input[type="checkbox"]:checked + label:after,
body:not(.catalog-product-view) input[type="checkbox"]:checked + a:after,
body.catalog-product-view .review-form input[type="checkbox"]:checked + label:after,
body.catalog-product-view .review-form input[type="checkbox"]:checked + a:after {
  content: "\f00c";
  font-family: "Font Awesome 5 Pro" !important;
  display: block;
  position: absolute;
  top: -1px;
  left: 3px;
  font-weight: 400 !important;
  color: #f10000;
  font-size: 9px;
  border: 0;
  margin: 0;
  width: auto;
  height: auto;
  line-height: 18px;
}
body:not(.catalog-product-view) input[type="radio"] + label {
  position: relative;
  padding-left: 24px;
  padding-top: 0;
  padding-bottom: 0;
  font: normal normal normal 14px/21px Poppins;
  letter-spacing: 0px;
  cursor: pointer;
  display: block;
}
.fieldset .control {
  position: relative;
}
.review-form .fieldset .control {
  position: static;
}
input[type="radio"] {
  width: 0;
  height: 0;
  overflow: hidden;
  padding: 0;
  margin: 0;
  position: absolute;
}
input[type="checkbox"]:disabled + label,
input[type="radio"]:disabled + label {
  pointer-events: none;
}
input[type="checkbox"]:disabled,
input[type="radio"]:disabled {
  opacity: 0.5;
  pointer-events: none;
}
body:not(.catalog-product-view) input[type="radio"] + label:before {
  background: #ffffff 0% 0% no-repeat padding-box;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  content: "";
  height: 14px;
  width: 14px;
  left: 0;
  top: 3px;
  position: absolute;
  border: 4px solid #D0D0D0;
}
body:not(.catalog-product-view) input[type="radio"]:checked + label:before,
body:not(.catalog-product-view) input[type="radio"]:hover + label:before,
body:not(.catalog-product-view) input[type="radio"]:checked + a:before {
  border-color: #383838;
}
.message.warning {
  padding: 18px 26px 18px 43px;
  font: normal normal normal 14px/21px Poppins;
  box-sizing: border-box;
  letter-spacing: 0px;
  height: auto;
  color: #000;
}
.message.warning > *:first-child:before {
  left: 12px;
  top: 27px;
  width: 22px;
}
.message.info {
  letter-spacing: 0px;
  height: auto;
  padding: 18px 26px 18px 43px;
  font: normal normal normal 14px/21px Poppins;
  box-sizing: border-box;
  color: #000;
}
.message.info > *:first-child:before {
  margin: -10px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 12px;
  top: 27px;
  width: 22px;
  position: absolute;
  text-align: center;
}
.nav-sections {
  margin-bottom: 0;
}
body .message.notice {
  height: auto;
  padding: 18px 26px 18px 43px;
  font: normal normal normal 14px/21px Poppins;
  box-sizing: border-box;
  letter-spacing: 0px;
  color: #000;
}
body .message.notice > *:first-child:before {
  left: 12px;
  top: 28px;
  width: 22px;
  height: 20px;
}
.page.messages .messages {
  text-align: left;
}
.message-config div[role="alert"] {
  padding-top: 20px;
}
.message-config .close {
  position: absolute;
  top: 15px;
  right: 16px;
  cursor: pointer;
}
.messages,
.message-config {
  max-width: 1260px;
  padding: 0;
  margin: 0;
  margin-left: auto;
  margin-right: auto;
}
.messages .message-success,
.message-config .message-success {
  height: auto;
  padding: 18px 26px 18px 43px;
  font: normal normal normal 14px/21px Poppins;
  box-sizing: border-box;
  letter-spacing: 0px;
  color: #000;
  display: block !important;
  min-height: auto !important;
  text-align: left;
}
.messages .message-success div::before,
.message-config .message-success div::before {
  color: #000;
  height: 20px !important;
  width: 22px !important;
  display: inline-block;
  positon-request: no-request;
  left: 12px !important;
  top: 28px !important;
  position: absolute;
  background-size: 16px;
  background-repeat: no-repeat;
}
.messages .message-success .close,
.message-config .message-success .close {
  font-size: 0;
}
.messages .message-success .close:after,
.message-config .message-success .close:after {
  letter-spacing: 0px;
  color: #333;
  content: '\f00d';
  font-family: "Font Awesome 5 Pro";
  font-size: 18px;
  font-weight: 300;
  line-height: 18px;
}
.messages .message-error,
.message-config .message-error,
.message.warning {
  height: auto;
  padding: 18px 26px 18px 43px;
  box-sizing: border-box;
  font: normal normal normal 14px/21px Poppins;
  letter-spacing: 0px;
  color: #000;
  display: block !important;
  min-height: auto !important;
  text-align: left;
}
.message.warning {
  height: auto;
  padding: 18px 26px 18px 43px;
  box-sizing: border-box;
  font: normal normal normal 14px/21px Poppins;
  letter-spacing: 0px;
  color: #000;
  display: block !important;
  min-height: auto !important;
  text-align: left;
}
.message.warning > *:first-child:before {
  left: 12px !important;
  top: 28px !important;
  margin: -10px 0 0;
}
.messages .message-error div:before,
.message-config .message-error div:before {
  color: #333;
  height: 20px !important;
  width: 22px !important;
  display: inline-block;
  positon-request: no-request;
  left: 12px !important;
  top: 28px !important;
  position: absolute;
  background-size: 16px;
  background-repeat: no-repeat;
}
.messages .message-error .close,
.message-config .message-error .close {
  font-size: 0;
}
.messages .message-error .close:after,
.message-config .message-error .close:after {
  color: #333;
  content: '\f00d';
  font-family: "Font Awesome 5 Pro";
  font-size: 18px;
  font-weight: 300;
  line-height: 18px;
}
.messages .message.info,
.message-config .message.info {
  height: auto;
  padding: 16px 26px 16px 40px;
  box-sizing: border-box;
  font: normal normal normal 15px/25px Poppins;
  letter-spacing: 0px;
  color: #333;
}
.messages .message.info span::before,
.message-config .message.info span::before {
  color: #333;
  height: 20px !important;
  width: 22px !important;
  display: inline-block;
  positon-request: no-request;
  left: 12px !important;
  top: 24px !important;
  position: absolute;
  background-size: 16px;
  background-repeat: no-repeat;
}
.messages .message.info .close,
.message-config .message.info .close {
  font-size: 0;
}
.messages .message.info .close:after,
.message-config .message.info .close:after {
  color: #333;
  content: '\f00d';
  font-family: "Font Awesome 5 Pro";
  font-size: 18px;
  font-weight: 300;
  line-height: 18px;
}
.messages .message.notice,
.message-config .message.notice {
  height: auto;
  padding: 16px 26px 16px 43px;
  box-sizing: border-box;
  color: #333;
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  line-height: 25px;
  font-weight: 400;
}
.messages .message.notice div::before,
.message-config .message.notice div::before {
  color: #333;
  height: 20px !important;
  width: 22px !important;
  display: inline-block;
  positon-request: no-request;
  left: 12px !important;
  top: 24px !important;
  position: absolute;
  background-size: 16px;
  background-repeat: no-repeat;
}
.messages .message.notice .close,
.message-config .message.notice .close {
  font-size: 0;
}
.messages .message.notice .close:after,
.message-config .message.notice .close:after {
  color: #333;
  content: '\f00d';
  font-family: "Font Awesome 5 Pro";
  font-size: 18px;
  font-weight: 300;
  line-height: 18px;
}
body .page-main .page.messages {
  padding-left: 0;
  padding-right: 0;
  position: static;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  margin-top: 20px;
}
.message.close {
  position: absolute;
  right: 13px;
  top: 7px;
  cursor: pointer;
}
.message.info a,
.message.success a,
.message.notice a,
.message-error a {
  color: #EF4D4D !important;
  font: 600 15px/16px 'Poppins', sans-serif;
}
.message.info a:hover,
.message.success a:hover,
.message.notice a:hover,
.message-error a:hover {
  text-decoration: underline;
}
#confirmBox .error {
  margin: 33px 40px 5px;
  width: 100%;
}
.toolbar-products {
  background: transparent;
  padding: 0;
  text-align: center;
}
.pager .pages {
  display: inline;
}
.pager .pages .pages-label {
  display: none;
}
.pager .pages .action {
  background-color: transparent;
  box-shadow: none;
}
.pager .pages .action.next {
  margin-left: 0;
}
.toolbar.review-toolbar {
  padding-top: 20px;
}
.review-toolbar .pages {
  border-bottom: 0;
}
.toolbar-products .pages {
  display: inline-block;
}
.pages .action.next {
  margin-left: 2px;
  vertical-align: middle;
  width: auto;
  position: relative;
}
.pages .item,
.pages .pages-items .item {
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0px;
  color: #000000;
  display: inline-block;
  vertical-align: middle;
  margin: 2px;
  text-align: center;
  padding: 0;
  height: auto;
  min-width: 19px;
  background: transparent;
}
main .pages ul li:before {
  display: none;
}
.pages .action.next:before,
.pages .action.next:visited:before {
  font-size: 8px;
  font-family: "Font Awesome 5 Pro";
  content: "\f054";
  color: #000;
  line-height: 1;
  font-weight: 400;
}
.page-main .pages .action.previous:before,
.page-main .pages .action.previous:visited:before {
  font-size: 8px;
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  content: "\f053";
  color: #000;
  line-height: 1;
}
.pages .pages-items {
  white-space: inherit;
}
.pages a.page.last,
.pages a.page.first,
.pages a.page.last:hover,
.pages a.page.first:hover {
  font-size: 0;
  position: relative;
}
.pages a.page.last,
.pages a.page.last:hover {
  padding: 0 3px;
  width: auto;
}
.pages a.page.first,
.pages a.page.first:hover {
  padding: 0 3px;
  width: auto;
}
.pages a.page.last:before {
  font-size: 8px;
  font-family: "Font Awesome 5 Pro";
  content: "\f054";
  color: #000;
  line-height: 18px;
  font-weight: 400;
  display: inline-block;
  vertical-align: middle;
}
.pages a.page.last:after {
  font-size: 8px;
  font-family: "Font Awesome 5 Pro";
  content: "\f054";
  color: #000;
  line-height: 18px;
  font-weight: 400;
  display: inline-block;
  vertical-align: middle;
  margin-left: 0;
  position: relative;
  top: 0px;
}
.pages a.page.first:before {
  font-size: 8px;
  font-family: "Font Awesome 5 Pro";
  content: "\f053";
  color: #000;
  line-height: 18px;
  font-weight: 400;
  display: inline-block;
  vertical-align: middle;
}
.pages a.page.first:after {
  font-size: 8px;
  font-family: "Font Awesome 5 Pro";
  content: "\f053";
  color: #000;
  line-height: 18px;
  font-weight: 400;
  display: inline-block;
  vertical-align: middle;
  margin-left: 0px;
  position: relative;
  top: 0px;
}
.pages .action.next:after,
.page-main .action.previous:after {
  display: none;
}
.pages .pages-items .item.pages-item-next,
.pages .pages-items .item.pages-item-previous {
  min-width: 12px;
  width: 12px;
}
.pages .pages-items .item .action.last {
  padding-left: 0;
}
.pages .pages-items .item .action.first {
  padding-right: 0;
}
.page-main .pages .action {
  border: 0;
  display: block;
  margin: 0;
}
.page-main .pages .action:before {
  color: #000;
}
.page-main .pages .action:hover:before,
.page-main .pages .action:hover:after {
  color: #EB384B;
}
.page-main .pages .action:hover {
  border: 0;
}
.page-main .pages .action span {
  display: none;
}
.page-main .pages .action.next:before,
.page-main .pages .action.previous:before {
  margin: 0 0 0 0px;
}
.page-main .pages .action.next {
  position: relative;
  top: -1px;
  width: 16px;
}
.page-main .action.previous {
  margin-right: 0px;
  vertical-align: middle;
  width: 16px;
  overflow: inherit;
  margin: 0;
  top: -1px;
  left: 0px;
}
.pages .action.previous:before {
  font-size: inherit;
  margin: 0 0 0 0px;
}
.page-main .action.previous:hover,
.page-main .action.previous:hover:before,
.page-main .action.previous:before:hover {
  color: #fff;
}
.pages .pages-items .item.pages-item-first {
  margin-right: 0;
}
.pages .action {
  border: 0;
}
.pages .pages-items .item.current,
.pages .pages-items .item:hover {
  background: transparent;
}
.pages .pages-items .item a,
.pages a.page,
.pages a,
.pages a.page:visited {
  border: 0;
  color: #000000;
  padding: 0 3px;
  margin: 0;
}
.pages strong.page,
.pages a.page:hover,
.pages a.page:visited:hover,
.pages .pages-items .item.current strong {
  color: #EB384B;
  font-weight: 700;
}
.frame,
.frame :after,
.frame :before,
.panel-popup,
.panel-popup :after,
.panel-popup :before {
  box-sizing: border-box;
}
.no-padding {
  padding: 0;
}
.no-padding-right {
  padding-right: 0 !important;
}
.no-padding-left {
  padding-left: 0 !important;
}
.line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /*  margin-right: -15px;
  margin-left: -15px;*/
}
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-des,
.col-des-1,
.col-des-10,
.col-des-11,
.col-des-12,
.col-des-2,
.col-des-3,
.col-des-4,
.col-des-5,
.col-des-6,
.col-des-7,
.col-des-8,
.col-des-9,
.col-des-auto,
.col-tb,
.col-tb-1,
.col-tb-10,
.col-tb-11,
.col-tb-12,
.col-tb-2,
.col-tb-3,
.col-tb-4,
.col-tb-5,
.col-tb-6,
.col-tb-7,
.col-tb-8,
.col-tb-9,
.col-tb-auto,
.col-mb,
.col-mb-1,
.col-mb-10,
.col-mb-11,
.col-mb-12,
.col-mb-2,
.col-mb-3,
.col-mb-4,
.col-mb-5,
.col-mb-6,
.col-mb-7,
.col-mb-8,
.col-mb-9,
.col-mb-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 8.333333%;
  flex: 0 1 8.333333%;
  max-width: 8.333333%;
}
.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 16.666667%;
  flex: 0 1 16.666667%;
  max-width: 16.666667%;
}
.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 25%;
  flex: 0 1 25%;
  max-width: 25%;
}
.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 33.333333%;
  flex: 0 1 33.333333%;
  max-width: 33.333333%;
}
.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 41.666667%;
  flex: 0 1 41.666667%;
  max-width: 41.666667%;
}
.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
  max-width: 50%;
}
.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 58.333333%;
  flex: 0 1 58.333333%;
  max-width: 58.333333%;
}
.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 66.666667%;
  flex: 0 1 66.666667%;
  max-width: 66.666667%;
}
.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 75%;
  flex: 0 1 75%;
  max-width: 75%;
}
.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 83.333333%;
  flex: 0 1 83.333333%;
  max-width: 83.333333%;
}
.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 91.666667%;
  flex: 0 1 91.666667%;
  max-width: 91.666667%;
}
.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  max-width: 100%;
}
.col-mb {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.col-mb-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: auto;
  max-width: none;
}
.col-mb-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 8.333333%;
  flex: 0 1 8.333333%;
  max-width: 8.333333%;
}
.col-mb-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 16.666667%;
  flex: 0 1 16.666667%;
  max-width: 16.666667%;
}
.col-mb-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 25%;
  flex: 0 1 25%;
  max-width: 25%;
}
.col-mb-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 33.333333%;
  flex: 0 1 33.333333%;
  max-width: 33.333333%;
}
.col-mb-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 41.666667%;
  flex: 0 1 41.666667%;
  max-width: 41.666667%;
}
.col-mb-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
  max-width: 50%;
}
.col-mb-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 58.333333%;
  flex: 0 1 58.333333%;
  max-width: 58.333333%;
}
.col-mb-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 66.666667%;
  flex: 0 1 66.666667%;
  max-width: 66.666667%;
}
.col-mb-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 75%;
  flex: 0 1 75%;
  max-width: 75%;
}
.col-mb-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 83.333333%;
  flex: 0 1 83.333333%;
  max-width: 83.333333%;
}
.col-mb-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 91.666667%;
  flex: 0 1 91.666667%;
  max-width: 91.666667%;
}
.col-mb-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  max-width: 100%;
}
.atome-divider-product-listing {
  background: #ffe5c1;
  border-radius: 5px;
  padding: 0 5px;
  font-size: 12px;
  margin-bottom: 5px;
}
.atome-divider-product-listing img.atome-logo-product-listing {
  width: 58px;
  display: inline;
  margin-top: -3px;
  margin-left: 5px;
}
@media (min-width: 768px) {
  .col-tb {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-tb-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: auto;
    max-width: none;
  }
  .col-tb-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 8.333333%;
    flex: 0 1 8.333333%;
    max-width: 8.333333%;
  }
  .col-tb-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 16.666667%;
    flex: 0 1 16.666667%;
    max-width: 16.666667%;
  }
  .col-tb-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 25%;
    flex: 0 1 25%;
    max-width: 25%;
  }
  .col-tb-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 33.333333%;
    flex: 0 1 33.333333%;
    max-width: 33.333333%;
  }
  .col-tb-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 41.666667%;
    flex: 0 1 41.666667%;
    max-width: 41.666667%;
  }
  .col-tb-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    max-width: 50%;
  }
  .col-tb-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 58.333333%;
    flex: 0 1 58.333333%;
    max-width: 58.333333%;
  }
  .col-tb-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 66.666667%;
    flex: 0 1 66.666667%;
    max-width: 66.666667%;
  }
  .col-tb-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 75%;
    flex: 0 1 75%;
    max-width: 75%;
  }
  .col-tb-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 83.333333%;
    flex: 0 1 83.333333%;
    max-width: 83.333333%;
  }
  .col-tb-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 91.666667%;
    flex: 0 1 91.666667%;
    max-width: 91.666667%;
  }
  .col-tb-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .col-des {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-des-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: auto;
    max-width: none;
  }
  .col-des-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 8.333333%;
    flex: 0 1 8.333333%;
    max-width: 8.333333%;
  }
  .col-des-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 16.666667%;
    flex: 0 1 16.666667%;
    max-width: 16.666667%;
  }
  .col-des-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 25%;
    flex: 0 1 25%;
    max-width: 25%;
  }
  .col-des-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 33.333333%;
    flex: 0 1 33.333333%;
    max-width: 33.333333%;
  }
  .col-des-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 41.666667%;
    flex: 0 1 41.666667%;
    max-width: 41.666667%;
  }
  .col-des-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    max-width: 50%;
  }
  .col-des-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 58.333333%;
    flex: 0 1 58.333333%;
    max-width: 58.333333%;
  }
  .col-des-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 66.666667%;
    flex: 0 1 66.666667%;
    max-width: 66.666667%;
  }
  .col-des-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 75%;
    flex: 0 1 75%;
    max-width: 75%;
  }
  .col-des-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 83.333333%;
    flex: 0 1 83.333333%;
    max-width: 83.333333%;
  }
  .col-des-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 91.666667%;
    flex: 0 1 91.666667%;
    max-width: 91.666667%;
  }
  .col-des-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: 100%;
  }
  body:not(.active-builder) .hidden-des {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .row-1 .col {
    -ms-flex: 0 1 calc(100%);
    flex: 0 1 calc(100%);
    max-width: calc(100%);
    width: 100%;
  }
  .row-2 .col {
    -ms-flex: 0 1 calc(50%);
    flex: 0 1 calc(50%);
    max-width: calc(50%);
    width: 100%;
  }
  .row-3 .col {
    -ms-flex: 0 1 calc(33.33333333%);
    flex: 0 1 calc(33.33333333%);
    max-width: calc(33.33333333%);
    width: 100%;
  }
  .row-4 .col {
    -ms-flex: 0 1 calc(25%);
    flex: 0 1 calc(25%);
    max-width: calc(25%);
    width: 100%;
  }
  .row-5 .col {
    -ms-flex: 0 1 calc(20%);
    flex: 0 1 calc(20%);
    max-width: calc(20%);
    width: 100%;
  }
  .row-6 .col {
    -ms-flex: 0 1 calc(16.66666667%);
    flex: 0 1 calc(16.66666667%);
    max-width: calc(16.66666667%);
    width: 100%;
  }
  .row-7 .col {
    -ms-flex: 0 1 calc(14.28571429%);
    flex: 0 1 calc(14.28571429%);
    max-width: calc(14.28571429%);
    width: 100%;
  }
  .row-8 .col {
    -ms-flex: 0 1 calc(12.5%);
    flex: 0 1 calc(12.5%);
    max-width: calc(12.5%);
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .row-tablet-1 .col {
    -ms-flex: 0 1 calc(100%);
    flex: 0 1 calc(100%);
    max-width: calc(100%);
    width: 100%;
  }
  .row-tablet-2 .col {
    -ms-flex: 0 1 calc(50%);
    flex: 0 1 calc(50%);
    max-width: calc(50%);
    width: 100%;
  }
  .row-tablet-3 .col {
    -ms-flex: 0 1 calc(33.33333333%);
    flex: 0 1 calc(33.33333333%);
    max-width: calc(33.33333333%);
    width: 100%;
  }
  .row-tablet-4 .col {
    -ms-flex: 0 1 calc(25%);
    flex: 0 1 calc(25%);
    max-width: calc(25%);
    width: 100%;
  }
  .row-tablet-5 .col {
    -ms-flex: 0 1 calc(20%);
    flex: 0 1 calc(20%);
    max-width: calc(20%);
    width: 100%;
  }
  .row-tablet-6 .col {
    -ms-flex: 0 1 calc(16.66666667%);
    flex: 0 1 calc(16.66666667%);
    max-width: calc(16.66666667%);
    width: 100%;
  }
  .row-tablet-7 .col {
    -ms-flex: 0 1 calc(14.28571429%);
    flex: 0 1 calc(14.28571429%);
    max-width: calc(14.28571429%);
    width: 100%;
  }
  .row-tablet-8 .col {
    -ms-flex: 0 1 calc(12.5%);
    flex: 0 1 calc(12.5%);
    max-width: calc(12.5%);
    width: 100%;
  }
  body:not(.active-builder) .hidden-tb {
    display: none !important;
  }
}
@media (max-width: 767.98px) {
  .row-mobile-1 .col {
    -ms-flex: 0 1 calc(100%);
    flex: 0 1 calc(100%);
    max-width: calc(100%);
    width: 100%;
  }
  .row-mobile-2 .col {
    -ms-flex: 0 1 calc(50%);
    flex: 0 1 calc(50%);
    max-width: calc(50%);
    width: 100%;
  }
  .row-mobile-3 .col {
    -ms-flex: 0 1 calc(33.33333333%);
    flex: 0 1 calc(33.33333333%);
    max-width: calc(33.33333333%);
    width: 100%;
  }
  .row-mobile-4 .col {
    -ms-flex: 0 1 calc(25%);
    flex: 0 1 calc(25%);
    max-width: calc(25%);
    width: 100%;
  }
  .row-mobile-5 .col {
    -ms-flex: 0 1 calc(20%);
    flex: 0 1 calc(20%);
    max-width: calc(20%);
    width: 100%;
  }
  .row-mobile-6 .col {
    -ms-flex: 0 1 calc(16.66666667%);
    flex: 0 1 calc(16.66666667%);
    max-width: calc(16.66666667%);
    width: 100%;
  }
  .row-mobile-7 .col {
    -ms-flex: 0 1 calc(14.28571429%);
    flex: 0 1 calc(14.28571429%);
    max-width: calc(14.28571429%);
    width: 100%;
  }
  .row-mobile-8 .col {
    -ms-flex: 0 1 calc(12.5%);
    flex: 0 1 calc(12.5%);
    max-width: calc(12.5%);
    width: 100%;
  }
  body:not(.active-builder) .hidden-mb {
    display: none !important;
  }
}
.no-padding-col.section-builder-full {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.no-padding-col .line {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.no-padding-col .frame,
.no-padding-col .line div[class*=col-des],
.no-padding-col .line div[class*=col-tb],
.no-padding-col .line div[class*=col-mb] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.no-margin {
  margin: 0 !important;
}
.no-margin-top {
  margin-top: 0 !important;
}
.no-margin-bottom {
  margin-bottom: 0 !important;
}
@media (max-width: 991px) {
  body .page-main {
    margin-top: -90px;
  }
  body .page-main,
  body.cms-styleguide .page-main {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .atome-divider-product-listing {
    background: #ffe5c1;
    border-radius: 4px;
    padding: 0 2px;
    font-size: 10px;
    margin-bottom: 5px;
  }
  .atome-divider-product-listing img.atome-logo-product-listing {
    width: 40px;
    display: inline;
    margin-top: -1px;
    margin-left: 0px;
  }
  body {
    font-size: 12px;
    line-height: 18px;
  }
  .page-main .action,
  .page-main button {
    width: 100%;
  }
  body .featured-banner .featured-content .breadcrumbs {
    margin-top: 10px;
    margin-bottom: 0;
  }
  .featured-banner h1.page-title {
    margin-bottom: 0;
    margin-top: 0;
  }
  body .container,
  .message-config,
  .container {
    padding: 0 20px;
  }
  body .featured-banner .featured-content {
    padding: 0 20px;
  }
  .navigation,
  .breadcrumbs,
  .page-header .header.panel,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container,
  body .container,
  .messages,
  .message-config {
    padding-left: 0;
    padding-right: 0;
  }
  .messages .messages {
    padding-left: 0;
    padding-right: 0;
  }
  .fieldset > .field > input[type="checkbox"] + label,
  .fieldset > .field > input[type="checkbox"] + a,
  input[type="checkbox"] + a,
  input[type="checkbox"] + label {
    font-size: 10px;
    line-height: 16px;
    padding-left: 19px;
  }
  body:not(.catalog-product-view) input[type="checkbox"] + label:before,
  body:not(.catalog-product-view) input[type="checkbox"] + a:before,
  body.catalog-product-view .review-form input[type="checkbox"] + label:before,
  body.catalog-product-view .review-form input[type="checkbox"] + a:before {
    width: 13px;
    height: 13px;
  }
  body:not(.catalog-product-view) input[type="radio"] + label {
    font-size: 11px;
    line-height: 17px;
    padding-left: 44px;
  }
  body:not(.catalog-product-view) input[type="radio"] + label:before {
    top: 1px;
  }
  .fieldset > .field > .label,
  .fieldset > .fields > .field > .label,
  .opc-wrapper .form-login .fieldset .field .label,
  .opc-wrapper .form-shipping-address .fieldset .field .label {
    font-size: 14px;
    line-height: 21px;
  }
  .messages .message-success,
  .message-config .message-success,
  .messages .message-error,
  .message-config .message-error,
  .message.warning,
  .message.info {
    font-size: 12px;
    line-height: 18px;
  }
  .message.error > *:first-child:before,
  .message.success > *:first-child:before,
  .message.warning > *:first-child:before,
  .message.info > *:first-child:before {
    font-size: 18px;
    margin-top: -11px;
  }
  .more-space-content {
    margin-top: 10px;
  }
  .more-space-content .category-products .product-item .product-item-details {
    padding: 5px 5px 5px;
    min-height: 65px;
    max-height: 65px;
  }
  .more-space-content .category-products .product-item .price-box .price {
    line-height: 20px;
  }
  .more-space-content .old-price {
    text-decoration: none;
    position: relative;
    top: -5px;
  }
  .more-space-content .category-products .product-item .old-price .price {
    text-decoration: line-through;
  }
  .more-space-content span.old-price.sly-old-price.no-display {
    margin: -5px 0 -5px;
  }
  .without-top-notice .header-main-content .header-top-inner {
    display: none !important;
  }
}
.more-space-content {
  margin-top: 15px;
}
body.cms-styleguide form.choise .fieldset .control {
  width: auto !important;
  display: block;
  clear: both;
  float: left;
}
@font-face {
  font-family: "PaytoneOne";
  src: url('../../frontend/MageBig/martfury_wowshop02/en_US/fonts/PaytoneOne-Regular.ttf') format('truetype');
}
#wowshop_homepopup .mfp-close {
  padding: 0;
  border: 0;
  width: 44px;
  height: 44px;
}
.page-footer .footer-main .footer-links li.login-ac {
  display: none;
}
body.is-login .page-footer .footer-main .footer-links li.logout-ac {
  display: none;
}
body.is-login .page-footer .footer-main .footer-links li.login-ac {
  display: block;
}
#wowshop_homepopup button.mfp-close:before {
  position: relative;
  font-size: 30px;
}
body .faq-collection .faq-group .faq-group-image:hover {
  border-color: #EB384B;
}
body .faq-collection .faq-group a.group-link:hover {
  color: #EB384B;
}
.cms-home-onecolumn .main-container {
  max-width: 100%;
  padding: 0;
}
.cms-home-onecolumn .main .widgetplus-block > .block-static {
  padding: 0 30px;
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
}
.cms-home-onecolumn .owl-theme .owl-dots {
  bottom: 15px;
}
.cms-home-onecolumn .owl-theme .owl-dots .owl-dot span {
  background: #fff;
}
.cms-home-onecolumn .owl-carousel.owl-theme .owl-dots .owl-dot.active span,
.cms-home-onecolumn .owl-carousel.owl-theme .owl-dots .owl-dot:hover span {
  background: #EB384B;
}
.owl-theme .owl-dots .owl-dot {
  border: 0;
  background: transparent;
}
.label-cashback,
.label-shipping {
  font-size: 8px;
  line-height: 12px;
  padding: 3px 5px 1px;
  min-width: 80px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  margin-right: 5px;
  margin-bottom: 4px;
  font-weight: 600;
}
.label-cashback {
  color: #FBAF43;
  border: 1px solid #FBAF43;
}
.label-shipping {
  color: #696969;
  border: 1px solid #696969;
  margin-right: 0 !important;
}
.home-session-head-s1 {
  background-color: #e93a4a;
  width: fit-content;
  padding: 24px 35px;
  font-size: 44px;
  font-weight: 900;
  color: #fff;
  margin-left: 8px;
  border-radius: 40px 0px;
  box-shadow: -8px 8px 0px 0px #f9ae41;
}
.cms-home-onecolumn .main .widgetplus-block .title span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  display: block;
}
.cms-home-onecolumn .main .widgetplus-block.hot-deals .title:after {
  width: 222px;
  background-size: contain;
  height: 119px;
  top: 11px;
}
.cms-home-onecolumn .main .widgetplus-block.hot-deals .gs-hotdeals-timer {
  position: relative;
  top: 3px;
  float: right;
}
.selling-feature .block-static .owl-carousel {
  width: calc(100% - 300px);
  margin-left: auto;
  margin-right: 0;
  max-width: 765px;
  padding-right: 15px;
}
.widgetplus-block.selling-feature,
.selling-feature .block-wrap .selling-feature {
  margin: 0;
}
.selling-feature .block-wrap .row.align-items-center {
  display: block;
}
.selling-feature .item-slider {
  border: 0;
  margin-bottom: 30px;
  padding: 0 15px;
}
.selling-feature .item-slider .list-features {
  background: #ffffff;
  padding: 12px 15px 12px 19px;
  box-shadow: 0px 6px 12px -7px #ababab;
  -webkit-box-shadow: 0px 6px 12px -7px #ababab;
  -moz-box-shadow: 0px 6px 12px -7px #ababab;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
}
.selling-feature .item-slider .media-body {
  max-width: max-content;
}
.selling-feature .list-features .media-heading {
  font-size: 14px;
  line-height: 21px;
  margin: 0;
  font-weight: 700;
}
.selling-feature .list-features .text {
  font-size: 12px;
  line-height: 17px;
  font-weight: normal;
  font-family: Open Sans;
  color: #383838;
  margin-top: -2px;
}
.selling-feature .list-features .media-left {
  width: auto;
  height: auto;
  margin-right: 10px !important;
}
.cms-home-onecolumn .main .widgetplus-block.selling-feature {
  margin-bottom: -96px;
}
.mobile-pick-block-top {
  margin-bottom: 33px;
}
.widgetplus .deal-block-top {
  border-bottom: 0;
  position: relative;
  padding: 0;
}
.deal-block-top .gs-hotdeals-timer .title-hotdeals-timer,
.product-info-main .gs-hotdeals-timer .title-hotdeals-timer {
  display: none;
}
.deal-block-top .gs-hotdeals-timer .gs-timer-block,
.product-info-main .gs-hotdeals-timer .gs-timer-block {
  background-color: #FFFFFF !important;
  color: #000000;
  font-size: 10px;
  font-weight: 500;
  text-transform: capitalize;
  padding: 0;
  border-radius: 0%;
  -webkit-border-radius: 0%;
  -moz-border-radius: 0%;
  width: auto;
}
.deal-block-top .gs-hotdeals-timer .gs-timer-block .cd-sale,
.product-info-main .gs-hotdeals-timer .gs-timer-block .cd-sale {
  text-align: center;
  position: relative;
  padding-right: 23px;
}
.deal-block-top .gs-hotdeals-timer .gs-timer-block .cd-sale:before,
.product-info-main .gs-hotdeals-timer .gs-timer-block .cd-sale:before {
  content: ':';
  display: inline-block;
  position: absolute;
  top: 9px;
  right: 8px;
  font-size: 18px;
  line-height: 23px;
  font-family: Roboto;
  font-weight: 700;
}
.deal-block-top .gs-hotdeals-timer .gs-timer-block .cd-sale:last-child:before,
.product-info-main .gs-hotdeals-timer .gs-timer-block .cd-sale:last-child:before {
  display: none;
}
.deal-block-top .gs-hotdeals-timer .gs-timer-block .num,
.product-info-main .gs-hotdeals-timer .gs-timer-block .num {
  width: 40px;
  height: 42px;
  background: #383838;
  color: #fff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  font-size: 22px;
  line-height: 33px;
  font-weight: 500;
  display: inline-block;
  text-align: center;
  padding: 4px;
}
.deal-block-top .gs-hotdeals-timer .gs-timer-block .unit,
.product-info-main .gs-hotdeals-timer .gs-timer-block .unit {
  display: block;
  clear: both;
}
.hot-deals {
  margin-bottom: 40px;
}
.new-arrivals .deal-block-top {
  padding-bottom: 12px;
}
.new-arrivals .category-products .product-item .product-item-name a {
  overflow: hidden;
}
.new-arrivals .category-products .product-item .product-item-details .product-left {
  display: none;
}
.cms-home-onecolumn .main .widgetplus-block.new-arrivals .widgetplus.newcreated {
  padding: 0;
  margin-bottom: 15px;
}
.cms-home-onecolumn .main .widgetplus-block.new-arrivals .widgetplus.featured {
  margin-bottom: 10px;
}
.cms-home-onecolumn .page-main .new-arrivals .owl-carousel .owl-nav button {
  top: 50%;
  margin-top: 62px;
}
.cms-home-onecolumn .page-main .new-arrivals .owl-carousel .owl-nav button.owl-prev {
  left: 6px;
}
.cms-home-onecolumn .page-main .new-arrivals .owl-carousel .owl-nav button.owl-next {
  right: 6px;
}
.page-main .bestsellers .deal-block-top {
  margin-bottom: 7px;
}
.cms-home-onecolumn .main .widgetplus-block .widgetplus.featured,
.cms-home-onecolumn .main .widgetplus-block .widgetplus.newcreated {
  margin-bottom: 21px;
}
.mobile-pick-block-top .category-products,
.cms-home-onecolumn .main .widgetplus-block .widgetplus.featured {
  margin-left: -5px;
  margin-right: -5px;
}
.category-products .product-items.owl-carousel .product-item,
.widgetplus.hotdeals .owl-carousel .category-products,
.widgetplus.featured .owl-carousel .category-products {
  padding: 0 5px;
}
.new-arrivals .category-products .product-items.owl-carousel .product-item {
  padding: 0 15px;
}
.category-products .product-items .product-item {
  margin-bottom: 30px;
}
.category-products .product-item .product-image-container {
  width: 100% !important;
}
.category-products .product-item .product-item-info {
  background-color: #FFF;
  max-width: 100%;
  border: 1px solid #D0D0D0;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  position: relative;
}
.category-products .product-item:hover .product-item-info {
  border-color: #eb384b;
}
.category-products .product-item .product-item-info .product-label {
  position: absolute;
  top: 15px;
  right: 18px;
  text-align: center;
  z-index: 2;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
}
.category-products .product-item .product-item-info .product-label .label {
  background: #fbaf44;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 5px;
  font-size: 14px;
  line-height: 14px;
  font-weight: 700;
  padding: 4px;
  max-width: 40px;
  display: block;
  color: #383838;
}
.hotdeals .category-products .product-item .product-item-info .product-label .label.discount-percent {
  display: none;
}
.category-products .product-items .product-item .product-show {
  padding-bottom: 0;
}
.category-products .product-items .product-item .product-show img {
  border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  max-height: 100%;
  max-width: max-content;
}
.category-products .product-items .product-item .product-btn {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
  width: auto;
  background: transparent;
  padding: 0;
  min-width: auto;
  bottom: 6px;
  right: 6px;
  margin: 0;
  position: absolute;
}
.category-products .product-items .product-item .product-btn button {
  background: transparent;
  border: 0;
  padding: 0;
}
.category-products .product-items .product-item .product-btn button i {
  font-size: 22px;
  background: transparent;
  color: #fbaf43 !important;
}
.category-products .product-item .product-item-details {
  padding: 10px 10px 0px;
}
.category-products .product-item .detail-label {
  margin-bottom: 3px;
}
.category-products .product-item .detail-label > div {
  margin-bottom: 5px;
  margin-right: 2px;
}
.category-products .product-item .product-item-name {
  max-height: 35px;
  margin-bottom: 2px;
}
.category-products .product-item .product-item-name a {
  color: #383838;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  letter-spacing: 0;
  display: inherit;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  height: 38px;
}
.category-products .product-item .product-item-name a:hover,
.category-products .product-item .product-item-name a:focus {
  color: #ea3b4b;
}
.category-products .product-item .price-box {
  margin-bottom: 0px;
  float: none;
}
.category-products .product-item .price-wrap {
  margin-bottom: 0px;
}
.category-products .product-item .price-box .price {
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  color: #EB384B !important;
}
.category-products .product-item .old-price .price {
  font-size: 12px;
  line-height: 20px;
  color: #383838 !important;
  font-weight: 400;
}
.category-products .product-item .price-box > span {
  display: inline-block;
  vertical-align: middle;
}
.category-products .product-item .left-line {
  width: 49px;
  height: 4px;
  display: inline-block;
  vertical-align: middle;
  background: #D6D6D6;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  position: relative;
  margin-right: 6px;
}
.category-products .product-item .left-line .value {
  height: 4px;
  background: #EB384B;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  position: absolute;
  top: 0;
  left: 0;
  max-width: 90%;
}
.category-products .product-item .big .left-line .value {
  background: #57CE2E;
}
.category-products .product-item .left-text {
  color: #EB384B;
  font-size: 10px;
  line-height: 20px;
}
.category-products .product-item .left-text.big,
.category-products .product-item .big .left-text {
  color: #57CE2E;
  font-weight: 600;
}
.cms-home-onecolumn .main .widgetplus-block button.owl-prev {
  left: -23px;
}
.cms-home-onecolumn .main .widgetplus-block button.owl-next {
  right: -23px;
}
.widgetplus-block .widget-product .owl-carousel .owl-nav button,
.cms-home-onecolumn .page-main .owl-carousel .owl-nav button {
  width: 46px;
  height: 46px;
  border: 0px solid #707070;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  color: #8E8E8E;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  background: #fff;
  top: 29%;
}
.widgetplus-block .widget-product .owl-carousel .owl-nav button:hover,
.cms-home-onecolumn .page-main .owl-carousel .owl-nav button:hover {
  color: #000;
}
.widgetplus-block .widget-product .owl-carousel .owl-nav button i,
.cms-home-onecolumn .page-main .owl-carousel .owl-nav button i {
  font-family: "Font Awesome 5 Pro" !important;
  font-weight: 400;
  font-size: 24px;
}
.widgetplus-block .widget-product .owl-carousel .owl-nav button .mbi-chevron-left:before,
.cms-home-onecolumn .page-main .owl-carousel .owl-nav button .mbi-chevron-left:before {
  content: "\f053";
}
.widgetplus-block .widget-product .owl-carousel .owl-nav button .mbi-chevron-right:before,
.cms-home-onecolumn .page-main .owl-carousel .owl-nav button .mbi-chevron-right:before {
  content: "\f054";
}
.cms-home-onecolumn .bestsellers {
  margin-bottom: 65px;
}
.bestsellers .tab-nav {
  text-align: center;
  border: 1px solid #F32F44;
  max-width: max-content;
  margin: 0 auto 44px;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
}
.bestsellers .tab-nav .items {
  font-size: 0;
}
.bestsellers .tab-nav .item {
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  line-height: 23px;
  font-weight: 500;
  cursor: pointer;
  margin: 0;
  padding: 9px 39px;
}
.bestsellers .tab-nav .item.active:first-child {
  margin-left: 0;
}
.bestsellers .tab-nav .item.active:last-child {
  margin-right: 0;
}
.bestsellers .tab-nav .item.active,
.bestsellers .tab-nav .item:hover {
  background: #EB384B;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  color: #fff;
}
.main-bottom {
  margin-bottom: 82px;
}
.main-bottom .slider-2.slider-middle {
  max-height: 100%;
  margin-bottom: 37px;
}
.main-bottom .slider-middle .owl-nav {
  padding: 0 30px;
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
}
.main-bottom .slider-middle .owl-nav button {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}
.main-bottom .slider-middle .owl-nav button.owl-prev {
  left: calc((100% - 1260px)/2 + 37px);
  top: 50%;
}
.main-bottom .slider-middle .owl-nav button.owl-next {
  right: calc((100% - 1260px)/2 + 37px);
  top: 50%;
}
.main-bottom .list-product-image {
  margin-bottom: 37px;
  padding-top: 15px;
}
.main-bottom .list-product-image .items > .container {
  position: relative;
}
.main-bottom .list-product-image .items > .container:after {
  width: 100%;
  height: 35px;
  content: '';
  background: #f5f5f5;
  display: block;
}
.main-bottom .list-product-image .items:last-child > .container:after {
  display: none;
}
.main-bottom .list-product-image .content-items {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 30px 33px 27px;
  z-index: 1;
  position: relative;
}
.main-bottom .list-product-image .block-top .title {
  font-size: 24px;
  line-height: 35px;
  display: inline-block;
  vertical-align: top;
  margin-right: 22px;
  margin-bottom: 16px;
}
.main-bottom .list-product-image .block-top .link-cate {
  display: inline-block;
  vertical-align: top;
  padding: 8px;
}
.main-bottom .list-product-image .block-top .link-cate a {
  color: #EB384B;
  font-weight: 700;
  text-decoration: underline;
}
.main-bottom .list-product-image .block-top .link-cate a:hover {
  text-decoration: none;
}
.main-bottom .category-products .product-item .product-item-info {
  border: 0;
}
.main-bottom .list-product-image .widget-product.discount .product-item {
  margin-bottom: 0;
}
.main-bottom .list-product-image .widget-product.discount .owl-carousel .owl-nav button {
  top: 50%;
  margin-top: -35px;
}
.main-bottom .list-product-image .widget-product.discount .owl-nav button.owl-prev {
  left: -30px;
}
.main-bottom .list-product-image .widget-product.discount .owl-nav button.owl-next {
  right: -30px;
}
.all_live_video {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  background: rgba(0, 0, 0, 0.8);
}
.all_live_video .live-video-box {
  height: 100vh;
  position: relative;
  max-width: 90%;
}
.all_live_video .live-video-box iframe {
  height: 80vh;
  top: 10vh;
  position: absolute;
  z-index: 2;
}
.all_live_video .live-video-box .close-live-video-home {
  position: fixed;
  z-index: 1;
  right: 0;
  top: 0;
  left: auto;
  background: transparent;
  width: 100vw;
  height: 100vh;
  padding: 0;
  font-size: 0;
  cursor: pointer;
}
@media (min-width: 768px) {
  .main-bottom .slider-2.slider-middle.screen-mobile {
    display: none;
  }
}
@media (max-width: 1260px) {
  .main-bottom .slider-middle .owl-nav button.owl-prev {
    left: 30px;
  }
  .main-bottom .slider-middle .owl-nav button.owl-next {
    right: 30px;
  }
}
@media (max-width: 1120px) and (min-width: 768px) {
  .selling-feature .item-slider {
    padding: 0 7px;
  }
  .selling-feature .block-static .owl-carousel {
    padding-right: 23px;
  }
  .selling-feature .item-slider .list-features {
    padding: 12px 10px;
  }
  .selling-feature .list-features .media-left {
    margin-right: 7px !important;
  }
  .selling-feature .list-features .media-heading {
    font-size: 12px;
    line-height: 18px;
  }
  .selling-feature .list-features .text {
    font-size: 10px;
    line-height: 15px;
  }
  .cms-home-onecolumn .owl-theme .owl-dots {
    bottom: 0px;
  }
}
@media (max-width: 1024px) and (min-width: 768px) {
  .cms-home-onecolumn #onairwidget-section .onair-product-box {
    padding: 25px 0;
  }
  .cms-home-onecolumn #onairwidget-section .onair-product-box .onair-product-details {
    padding-left: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .selling-feature .block-static .owl-carousel {
    width: calc(100% - 290px);
  }
  .cms-home-onecolumn .main .widgetplus-block .title {
    font-size: 20px;
  }
  .category-products .product-item .product-item-details {
    padding: 15px;
  }
  .label-shipping {
    min-width: 76px;
  }
  .new-arrivals .category-products .product-item .product-item-info {
    padding: 20px 15px 14px;
  }
  .page-main .bestsellers .deal-block-top {
    margin-bottom: 15px;
  }
  .cms-home-onecolumn .bestsellers {
    margin-bottom: 30px;
  }
  .main-bottom {
    margin-bottom: 60px;
  }
}
@media (max-width: 991px) {
  .hot-deals {
    margin-bottom: 0;
  }
}
@media (max-width: 767.98px) {
  .list-product-image .category-products .product-item .price-box > span.old-price {
    display: none;
  }
  .main-bottom .slider-2.slider-middle.screen-desktop {
    display: none;
  }
  #wowshop_homepopup button.mfp-close:before {
    bottom: 2px;
    left: 1px;
  }
  .cms-home-onecolumn .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    width: auto;
  }
  .label-cashback,
  .label-shipping {
    font-size: 6px;
    line-height: 9px;
    min-width: 60px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    padding: 2px 3px 1px;
  }
  .cms-home-onecolumn .main .widgetplus-block > .block-static {
    padding: 0 17px;
  }
  .cms-home-onecolumn .main .widgetplus-block.selling-feature > .block-static {
    padding: 13px 24px;
  }
  .cms-home-onecolumn .main .widgetplus-block.selling-feature {
    margin-bottom: -76px;
  }
  .home-session-head-s1 {
    padding: 12px 20px;
    font-size: 22px;
    border-radius: 28px 0px;
  }
  .deal-block-top .title {
    display: inline-block;
    font-size: 20px;
    margin-right: 0;
    vertical-align: middle;
  }
  .cms-home-onecolumn .widget-wow-mobile-pick {
    z-index: 1;
  }
  .cms-home-onecolumn .main .widgetplus-block .title:after {
    background-size: contain;
    background-repeat: no-repeat;
    width: 250px;
    height: 122px;
    top: -12px;
    margin-left: 10px;
  }
  .cms-home-onecolumn .main .widgetplus-block.hot-deals .title:after {
    width: 176px;
    height: 78px;
    top: 1px;
  }
  .cms-home-onecolumn .main .widgetplus-block .widgetplus.featured,
  .cms-home-onecolumn .main .widgetplus-block .widgetplus.newcreated {
    padding: 0;
    margin-bottom: 15px;
  }
  .category-products .product-item .product-item-details {
    padding: 7px 7px 0px;
  }
  .selling-feature .list-features .media-heading {
    font-size: 10px;
    line-height: 16px;
  }
  .selling-feature .list-features .text {
    font-size: 8px;
    line-height: 12px;
  }
  .category-products .product-item .product-item-name {
    max-height: 33px;
    margin-bottom: 0;
  }
  .category-products .product-item .price-box .special-price {
    margin-right: 7px;
  }
  .category-products .product-item .product-item-name a {
    font-size: 9px;
    line-height: 14px;
    height: 28px;
  }
  .category-products .product-item .price-box .price {
    font-size: 13px;
  }
  .category-products .product-item .old-price .price {
    font-size: 9px;
  }
  .category-products .product-item .left-text {
    font-weight: 600;
  }
  .category-products .product-items .product-item {
    margin-bottom: 4px;
  }
  .deal-block-top .gs-hotdeals-timer .gs-timer-block .num,
  .product-info-main .gs-hotdeals-timer .gs-timer-block .num {
    width: 30px;
    height: 30px;
    font-size: 16px;
    line-height: 25px;
    padding: 3px;
  }
  .new-arrivals .category-products .product-item .product-item-name a {
    font-size: 12px;
    line-height: 16px;
  }
  .new-arrivals .category-products .product-item .price-box .price {
    font-size: 14px;
    line-height: 24px;
  }
  .new-arrivals .category-products .product-item .old-price .price {
    font-size: 12px;
    line-height: 14px;
  }
  .bestsellers .tab-nav .item {
    font-size: 10px;
    line-height: 16px;
    padding: 5px 12px;
    min-width: 64px;
  }
  .bestsellers .tab-nav {
    margin-bottom: 20px;
  }
  .cms-home-onecolumn .main .widgetplus-block .owl-nav,
  .main-bottom .slider-middle .owl-nav,
  .main-bottom .list-product-image .owl-nav {
    display: none !important;
  }
  .main-bottom .list-product-image .items > .container {
    padding: 0;
  }
  .main-bottom .list-product-image .content-items {
    padding: 14px 15px;
  }
  .main-bottom .list-product-image .block-top .title {
    font-size: 16px;
    line-height: 25px;
    margin-right: 7px;
    margin-bottom: 9px;
  }
  .main-bottom .list-product-image .block-top .link-cate {
    padding: 3px 8px;
  }
  .main-bottom .list-product-image .block-top .link-cate a {
    font-size: 10px;
    line-height: 16px;
  }
  .main-bottom .list-product-image {
    margin-bottom: 0;
  }
  .main-bottom {
    margin-bottom: 0;
  }
  .main-bottom .slider-2.slider-middle .item-slider img {
    width: 100%;
    min-height: 240px;
    object-position: 4% center;
    object-fit: cover;
  }
  .cms-home-onecolumn .page-footer {
    margin-top: 0;
  }
  .selling-feature .block-static .owl-carousel {
    max-width: 200px;
    padding-right: 0;
    margin-right: -15px;
    min-width: 165px;
  }
  .selling-feature .item-slider .list-features {
    background: white !important;
    padding: 3px 0;
    justify-content: right;
    -webkit-justify-content: right;
    -moz-justify-content: right;
  }
  .cms-home-onecolumn .category-products .owl-carousel,
  .cms-home-onecolumn .widget-product.featured .owl-carousel,
  .cms-home-onecolumn .widget-product.hotdeals .owl-carousel {
    padding-right: 22%;
  }
  .cms-home-onecolumn .category-products .owl-carousel .owl-stage-outer,
  .cms-home-onecolumn .widget-product.hotdeals .owl-carousel .owl-stage-outer,
  .cms-home-onecolumn .widget-product.featured .owl-carousel .owl-stage-outer {
    overflow: inherit;
  }
  .cms-home-onecolumn .main .widgetplus-block.slider-0 > .block-static {
    padding: 0;
  }
  .cms-home-onecolumn .main .widgetplus-block.slider-0 > .block-static > .block-wrap > div:last-child {
    padding-left: 0;
    margin-left: 17px;
    overflow: hidden;
  }
  .cms-home-onecolumn .owl-theme .owl-dots .owl-dot span {
    width: 6px;
    height: 6px;
    margin: 4.5px;
  }
  .cms-home-onecolumn .owl-theme .owl-dots {
    bottom: 3px;
  }
  .new-arrivals .category-products .product-item .product-item-info {
    padding: 12px 10px;
  }
  .new-arrivals .category-products .product-item .product-item-name {
    margin-bottom: 7px;
    padding: 0;
  }
  .cms-home-onecolumn .main .widgetplus-block.widget-wow-mobile-pick .title {
    top: 5px;
  }
  .mobile-pick-block-top {
    margin-bottom: 18px;
  }
  .selling-feature .list-features .media-left {
    width: 20px;
    margin-right: 6px !important;
  }
  .deal-block-top .gs-hotdeals-timer .gs-timer-block .cd-sale,
  .gs-hotdeals-timer .gs-timer-block .cd-sale {
    padding-right: 14px;
  }
  .deal-block-top .gs-hotdeals-timer .gs-timer-block .cd-sale:last-child,
  .gs-hotdeals-timer .gs-timer-block .cd-sale:last-child {
    padding-right: 0;
  }
  .deal-block-top .gs-hotdeals-timer .gs-timer-block .cd-sale:before,
  .gs-hotdeals-timer .gs-timer-block .cd-sale:before {
    top: 2px;
    right: 3px;
    font-size: 21px;
  }
  .widgetplus .deal-block-top {
    margin-bottom: 17px;
  }
  .featured .category-products .product-items .product-item {
    margin-bottom: 9px;
  }
  .cms-home-onecolumn .new-arrivals {
    margin-top: 10px;
  }
  .new-arrivals .deal-block-top {
    padding-bottom: 0px;
    margin-bottom: 15px;
  }
  .page-main .bestsellers .deal-block-top {
    margin-bottom: 18px;
  }
  .cms-home-onecolumn .bestsellers {
    margin-bottom: 37px;
  }
  .main-bottom .slider-2.slider-middle {
    margin-bottom: 11px;
  }
  .main-bottom .list-product-image .items > .container:after {
    height: 20px;
  }
  .category-products .product-items .product-item .product-btn button i {
    font-size: 20px;
  }
  .next-airing-section {
    margin-top: 15px;
  }
  .next-airing-section .content-headding {
    margin-bottom: 15px;
  }
  .next-airing-section .onair-live-label {
    font-size: 12px;
    line-height: 18px;
    background: transparent;
    color: #383838;
    font-weight: 700;
    width: 110px;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 110px;
    position: static;
    padding: 0;
    display: inline-block;
    white-space: nowrap;
  }
  .next-airing-section .onair-live-link {
    font-size: 10px;
    line-height: 16px;
    font-weight: 700;
    text-decoration: underline;
    color: #383838;
    float: right;
    position: relative;
    bottom: -2px;
  }
  .next-airing-section .onair-live-link:hover,
  .next-airing-section .onair-live-link:focus {
    color: #EB384B;
  }
  .next-airing-section .inner-item {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    flex-wrap: wrap;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
  }
  .next-airing-section .next-airing-product-image {
    width: 100px;
  }
  .next-airing-section .onair-product-details {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    flex-wrap: wrap;
    width: calc(100% - 100px);
    padding: 0 0 0 18px;
  }
  .next-airing-section .onair-product-details .row:first-child {
    padding-top: 0 !important;
  }
  .next-airing-section .onair-product-details > .row {
    display: block;
  }
  .next-airing-section .onair-product-details .onair-row-product-name,
  .next-airing-section .onair-product-details .onair-row-product-price {
    clear: both;
    width: 100%;
  }
  .next-airing-section .detail-label {
    margin-top: 0px;
    margin-bottom: 2px;
    clear: both;
    display: block;
    width: 100%;
  }
  .next-airing-section .label-cashback,
  .next-airing-section .label-shipping {
    background: #fff;
  }
  .next-airing-section .scroll-timer {
    display: block;
    background: #383838;
    color: #fff;
    border-radius: 5px;
    font-size: 10px;
    line-height: 14px;
    font-weight: 700;
    font-family: Open Sans;
    padding: 3px 8px;
    margin-bottom: 8px;
  }
  .next-airing-section .onair-row-product-name {
    min-height: 0;
  }
  .next-airing-section .onair-row-product-name .onair-product-name {
    font-size: 12px;
    line-height: 18px;
    color: #383838;
    font-weight: 700;
  }
  .cms-home-onecolumn .next-airing-section .onair-product-details .onair-discount-price,
  .next-airing-section .onair-discount-price {
    font-size: 16px;
    line-height: 25px;
    color: #383838;
  }
  .cms-home-onecolumn .next-airing-section .onair-product-details .onair-original-price,
  .next-airing-section .onair-product-details .onair-original-price {
    font-size: 10px;
    line-height: 16px;
    color: #383838;
  }
  div#home-onair-next-airing-productlist {
    padding: 0 20px;
  }
  .cms-home-onecolumn .page-main .next-airing-section .owl-carousel .owl-nav button,
  .next-airing-section .owl-carousel .owl-nav button {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    width: 30px;
    height: 30px;
    background: transparent;
    top: 50%;
  }
  .cms-home-onecolumn .page-main .next-airing-section .owl-carousel .owl-nav button i,
  .next-airing-section .owl-carousel .owl-nav button i {
    font-size: 10px;
  }
  .next-airing-section .owl-carousel .owl-nav button.owl-prev {
    margin-left: -30px;
  }
  .next-airing-section .owl-carousel .owl-nav button.owl-next {
    margin-right: -30px;
  }
  .next-airing-section .fa-chevron-double-right:before {
    content: "\f324";
    font-weight: 400;
    display: inline-block;
    position: static;
    font-family: "Font Awesome 5 Pro";
    font-size: 8px;
  }
  .new-arrivals .category-products {
    margin-left: -5px;
    margin-right: -5px;
  }
  .new-arrivals .category-products .product-items.owl-carousel .product-item {
    padding: 0 5px;
  }
}
@media (max-width: 358px) {
  .cms-home-onecolumn .main .widgetplus-block.hot-deals .title {
    margin-right: 5px;
  }
  .deal-block-top .gs-hotdeals-timer .gs-timer-block .cd-sale,
  .gs-hotdeals-timer .gs-timer-block .cd-sale {
    padding-right: 8px;
  }
  .deal-block-top .gs-hotdeals-timer .gs-timer-block .cd-sale:before,
  .gs-hotdeals-timer .gs-timer-block .cd-sale:before {
    right: 0;
  }
  .cms-home-onecolumn .category-products .owl-carousel,
  .cms-home-onecolumn .widget-product.featured .owl-carousel {
    padding-right: 16%;
  }
  .cms-home-onecolumn .onair-product-details .onair-discount-price + br {
    display: block;
  }
  .cms-home-onecolumn .onair-product-details .onair-product-addto-cart button {
    padding: 6px 8px;
  }
  .cms-home-onecolumn #onairwidget-section .onair-product-box:first-child {
    -ms-flex: 0 0 42%;
    flex: 0 0 42%;
    max-width: 42%;
  }
  .cms-home-onecolumn #onairwidget-section .onair-product-box:last-child {
    -ms-flex: 0 0 58%;
    flex: 0 0 58%;
    max-width: 58%;
    padding-left: 0;
  }
  .selling-feature .block-static .owl-carousel {
    min-width: 125px;
  }
  .selling-feature .item-slider {
    padding: 0;
  }
  .cms-home-onecolumn .onair-product-installments .logo-installments {
    width: 20px;
    height: 6px;
  }
  .selling-feature .list-features .media-heading {
    font-size: 9px;
  }
  .category-products .product-item .price-box .special-price {
    margin-right: 2px;
  }
}
/*Update*/
.hotdeals .category-products .product-items .product-item {
  padding-right: 5px;
  padding-left: 5px;
}
.hotdeals .category-products .product-items {
  margin-right: -5px;
  margin-left: -5px;
}
.cms-onair .has-onair .onair-product-details .live-play-button .onair-label,
.cms-home-onecolumn .has-onair .onair-product-details .live-play-button .onair-label {
  max-width: 65px;
}
.cms-onair .has-onair .onair-product-details .onair-product-addto-cart,
.cms-home-onecolumn .onair-product-box.has-onair .onair-product-details > .row:last-child .onair-product-addto-cart {
  -ms-flex: 0 0 calc(100% - 100px);
  flex: 0 0 calc(100% - 100px);
  max-width: calc(100% - 100px);
}
.cms-onair .has-onair .onair-product-details .onair-product-view-demo,
.cms-home-onecolumn .onair-product-box.has-onair .onair-product-details > .row:last-child .onair-product-view-demo {
  -ms-flex: 0 0 100px;
  flex: 0 0 100px;
  max-width: 100px;
}
.page-products .toolbar-products .sorter a.action.sorter-action {
  position: relative;
  line-height: 0;
  top: 2px;
  margin-left: 15px;
  right: 0;
  display: initial;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cms-onair .has-onair .onair-product-details .onair-product-view-demo,
  .cms-home-onecolumn .onair-product-box.has-onair .onair-product-details > .row:last-child .onair-product-view-demo {
    padding-right: 0;
  }
  .cms-onair .has-onair .onair-product-details .onair-product-addto-cart,
  .cms-home-onecolumn .onair-product-box.has-onair .onair-product-details > .row:last-child .onair-product-addto-cart {
    -ms-flex: 0 0 calc(100% - 105px);
    flex: 0 0 calc(100% - 105px);
    max-width: calc(100% - 105px);
  }
}
@media (max-width: 767.98px) {
  .hotdeals .category-products {
    margin-right: -17.5%;
  }
  .hotdeals .category-products .product-items .product-item {
    margin-bottom: 9px;
  }
  .cms-onair .has-onair .onair-product-details .onair-product-addto-cart,
  .cms-home-onecolumn .onair-product-box.has-onair .onair-product-details > .row:last-child .onair-product-addto-cart {
    -ms-flex: 0 0 calc(100% - 70px);
    flex: 0 0 calc(100% - 70px);
    max-width: calc(100% - 70px);
  }
  .cms-onair .has-onair .onair-product-details .onair-product-view-demo,
  .cms-home-onecolumn .onair-product-box.has-onair .onair-product-details > .row:last-child .onair-product-view-demo {
    -ms-flex: 0 0 70px;
    flex: 0 0 70px;
    max-width: 70px;
  }
  .cms-onair .has-onair .onair-product-details .live-play-button .onair-label,
  .cms-home-onecolumn .has-onair .onair-product-details .live-play-button .onair-label {
    max-width: 45px;
  }
}
@media (max-width: 358px) {
  .hotdeals .category-products {
    margin-right: -27.5%;
  }
}
.page-products .page-header .header-main-inner {
  padding-bottom: 10px;
}
@media (min-width: 992px) {
  .page-products .sidebar-main {
    padding: 0;
    width: 19.5%;
    order: -1;
    -webkit-order: -1;
  }
  .page-products .column.main {
    padding-left: 43px;
    width: 80.5%;
  }
}
.page-products .featured-banner .page-title-wrapper h1.page-title {
  text-align: left;
  margin-top: 0;
  text-transform: uppercase;
}
body.page-products .featured-banner .featured-content {
  margin-top: -17px;
}
.page-products .featured-banner .wrapper-breadcrums {
  background: transparent;
  padding: 0;
}
body.page-products .featured-banner .featured-content .breadcrumbs {
  padding: 0;
  margin: 8px 0 0 0;
}
body.catalog-category-view .breadcrumbs ul.items li.item a,
body.catalog-category-view .breadcrumbs ul.items li.item {
  color: #fff;
}
body.catalog-category-view .breadcrumbs ul.items li.item a:hover {
  color: #EB384B;
}
body.page-products .featured-banner {
  margin-top: 0 !important;
}
body.page-products .featured-banner .featured-image {
  margin-bottom: 18px;
}
.page-products .toolbar-products {
  margin-bottom: 20px;
}
.page-products .toolbar-products .pages,
.page-products .toolbar-products .modes,
.page-products .toolbar-amount {
  display: none;
}
.products.wrapper ~ .toolbar-products .toolbar-sorter,
.products.wrapper ~ .toolbar-products .field.limiter,
.products.wrapper .product-items ~ .toolbar-products .toolbar-sorter,
.products.wrapper .product-items ~ .toolbar-products .field.limiter {
  display: none;
}
.products.wrapper ~ .toolbar-products .pages,
.products.wrapper .product-items ~ .toolbar-products .pages {
  display: block;
  margin-top: 21px;
}
.products.wrapper ~ .toolbar-products,
.products.wrapper .product-items ~ .toolbar-products {
  margin-bottom: 0;
}
.page-products .toolbar-products .sorter,
.page-products .toolbar-products .limiter {
  border: 0;
}
.page-products .toolbar-products .sorter {
  margin-right: 0;
  padding-left: 0;
}
.page-products .toolbar-products .limiter {
  float: right;
  display: block;
}
.page-products .toolbar-products .limiter label {
  display: none;
}
.page-products .toolbar-products .sorter label {
  position: relative;
  padding-right: 0px;
  font-size: 12px;
  line-height: 18px;
  color: #000000;
  vertical-align: middle;
  display: inline-block;
}
.page-products .toolbar-products .sorter label:after {
  content: ':';
  display: inline-block;
  vertical-align: middle;
  margin-left: 1px;
  line-height: 14px;
  position: relative;
  bottom: 1px;
}
.page-products .toolbar-products .sorter select,
.page-products .toolbar-products .limiter select {
  margin-left: 0;
  border: none;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  font-size: 12px;
  line-height: 18px;
  color: #000000;
  padding: 0;
  background: #ffffff url(../../frontend/MageBig/martfury_wowshop02/en_US/images/down-arrow.svg) no-repeat right center;
  background-size: 9px;
  height: auto;
  padding-right: 15px;
  min-width: auto;
  margin-left: -3px;
  padding-left: 3px;
  max-width: max-content;
}
.page-products .toolbar-products .sorter select {
  padding-right: 18px;
}
.page-products .category-products .product-item .detail-label {
  margin-bottom: 0px;
  width: calc(100% + 10px);
}
.page-products .container.main-container > .columns.row {
  margin: 0;
}
.page-products .category-products .product-items .product-item .product-show {
  border-bottom: 1px solid #D0D0D0;
}
.page-products .category-products .product-items .product-item:hover .product-show {
  border-color: #eb384b;
}
.page-products .category-products .product-items .product-item .product-btn button i {
  color: #383838;
}
.page-products .category-products .product-items .product-item {
  padding: 0 5.5px;
  margin-bottom: 15px;
}
.page-products .category-products .product-items {
  margin: 0 -5.5px;
}
.page-products .category-products .product-item .product-item-details {
  padding: 13px 18px;
}
.page-products .category-products .product-item .product-item-details .product-left {
  display: none;
}
.category-products .product-item .gs-timer-label {
  color: #000000;
  padding: 0;
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
  display: inline-block;
  margin-right: 0;
}
.category-products .product-item .gs-hotdeals-timer .gs-timer-block {
  background: transparent !important;
  color: #000000;
  padding: 0;
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
  display: inline-block;
  width: auto;
}
.category-products .product-item .gs-hotdeals-timer {
  margin-right: -15px;
  margin-top: 8px;
  white-space: inherit !important;
}
.page-products .category-products .product-item .product-item-name a {
  text-decoration: none;
}
.category-products .product-item .product-installments {
  margin-top: 11px;
}
.category-products .product-item .label-installments {
  font-size: 9px;
  line-height: 18px;
  color: #000;
}
.category-products .product-item .label-installments .logo-installments {
  width: 30px;
  height: 10px;
  background: url(../../frontend/MageBig/martfury_wowshop02/en_US/images/home/logo-installments.svg);
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 1px;
}
.page-products .sidebar-main .block.filter .block-title.filter-title {
  margin-bottom: 0;
}
.page-products .sidebar-main .block.filter .block-title.filter-title strong {
  text-transform: uppercase;
  font-size: 15px;
  line-height: 23px;
  font-weight: 700;
  padding: 0;
}
.page-products .sidebar-main .block {
  background-color: transparent;
  padding: 0;
  margin-bottom: 30px;
}
.page-products .filter-options .filter-options-item {
  border-bottom: 1px solid #d0d0d0;
}
.page-products .filter-options .filter-options-item.brands .filter-options-content {
  padding-bottom: 20px;
}
.page-products .filter-options .filter-options-item.delivery .filter-options-content {
  margin-top: -2px;
}
.page-products .sidebar-main .block.block-nav {
  border-bottom: 1px solid #d0d0d0;
  padding-bottom: 15px;
  margin-bottom: 0px;
}
.page-products .filter-options .filter-options-item:last-child {
  border-bottom: 0;
}
.page-products .filter-options .filter-options-title,
.page-products .sidebar .block-title strong,
.page-products .sidebar .block.block-nav .nav-title strong {
  font-size: 14px;
  line-height: 21px;
  font-weight: 600;
  text-transform: capitalize;
  color: #000;
  padding-bottom: 15px;
  padding-top: 15px;
}
.page-products .sidebar .block.block-nav .nav-title {
  position: relative;
  cursor: pointer;
}
.page-products .sidebar .block.block-nav .nav-title:after {
  display: inline-block;
  font-family: mbicon;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f3d8";
  font-size: 14px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -11px;
  line-height: inherit;
}
.page-products .filter-options-item[data-collapsible="true"] .filter-options-title:after {
  margin-top: -11px;
}
.page-products .sidebar .block.block-nav .nav-title.show:after {
  content: "\f3d0";
}
.page-products .sidebar .filter-current {
  margin-top: 15px;
}
.page-products .sidebar .filter-current .filter-label {
  display: inline-block;
  font-weight: normal;
  vertical-align: top;
  font-size: 12px;
  line-height: 18px;
}
.page-products .sidebar .filter-current .filter-value {
  display: inline-block;
  font-weight: normal;
  vertical-align: top;
  font-size: 12px;
  line-height: 18px;
}
.page-products .sidebar .filter-current .item .remove {
  top: 0;
}
.page-products .column.main .clear-filter-wrap {
  display: none;
}
.page-products .filter-options .filter-options-content {
  border: 0;
  margin-top: 0;
  margin-bottom: 2px;
}
.page-products .filter-options .ui-slider-horizontal {
  height: 8px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  background: #D6D6D6;
  margin: 0;
}
.page-products .filter-options .mb-range-slider .ui-slider-handle {
  padding: 0;
  margin: 0 0 0 -7px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  width: 8px;
  height: 8px;
  background: #EB384B;
  cursor: e-resize;
}
.page-products .amshopby-slider-container.-default .ui-slider-range {
  height: 8px;
  background: #EB384B;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  transform: translate(-7px, 0px);
}
.page-products .amshopby-slider-container.-default .am-slider:before,
.page-products .amshopby-slider-container.-default .am-slider:after {
  height: 8px;
  background: #D6D6D6;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
.page-products .amshopby-slider-container.-default .am-slider .ui-slider-handle {
  width: 12px;
  height: 13px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  background: #EB384B;
  transform: translate(-10px, -3px);
  cursor: pointer;
}
.page-products .sidebar-main ul.nav-collapse ul {
  display: block;
}
.page-products .amshopby-slider-container.-default .am-slider:after,
.page-products .amshopby-slider-container.-default .am-slider:before {
  display: none;
}
.page-products .sidebar ul.nav-collapse li.nav-1.level-top > a,
.page-products .sidebar ul.nav-collapse li.nav-1.level-top > a + span.mbi,
.page-products .sidebar ul.nav-collapse li.level0.level-top > a,
.page-products .sidebar ul.nav-collapse li.level0.level-top > a + span.mbi {
  display: none;
}
.page-products .sidebar ul.nav-collapse li a {
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  color: #000;
  font-family: Poppins;
  padding-left: 26px;
}
.page-products .filter-options .filter-options-item.options-item-cat {
  margin-top: -5px;
}
.page-products .filter-options .filter-options-item.options-item-cat .item a {
  padding-left: 26px;
  display: block;
}
.page-products .filter-options .filter-options-item.options-item-cat .item {
  margin: 0 0 5px;
}
.page-products .filter-options .filter-options-item.options-item-cat .filter-options-content {
  margin-top: -10px;
  padding-bottom: 6px;
}
.page-products .filter .filter-content .item {
  margin: 0 0 7.5px;
  max-width: max-content;
}
.page-products .filter ul.nav-collapse ul li {
  max-width: max-content;
}
.page-products .filter-options ul label,
.page-products .sidebar .filter-checkbox-radio .field > input[type="checkbox"] + label,
.page-products .sidebar .filter-options-item .item a,
.page-products .filter-options-content .am-ranges .items.-am-multiselect .item [class*='am-filter-item'] {
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  color: #000;
  font-family: Poppins;
  padding-left: 20px;
  text-decoration: none;
}
.page-products .sidebar .filter-checkbox-radio .field > input[type="checkbox"] + label,
.page-products .filter-options-item .filter-options-content .items:not(.items-children):not(.am-category-view),
.page-products .filter-options-item .filter-options-content .am-category-wrapper,
.page-products .filter-options-item .filter-options-content .amshopby-fromto-wrap {
  margin: 0;
}
.page-products .sidebar input[type="checkbox"] + label:before,
.page-products .sidebar input[type="checkbox"] + a:before,
.page-products .sidebar .filter-checkbox-radio .field > input[type="checkbox"] + label:before,
.page-products .filter-options input[type='checkbox'] + .amshopby-choice:hover:before,
.page-products .filter-options input[type='checkbox']:checked + .amshopby-choice:before,
.page-products .filter-options input[type='checkbox'] + .amshopby-choice:before {
  display: none !important;
}
.page-products .sidebar input[type="checkbox"]:checked + label:after,
.page-products .sidebar input[type="checkbox"]:checked + a:after,
.page-products .sidebar .filter-checkbox-radio .field > input[type="checkbox"]:checked + label:after {
  width: 7px;
  height: 7px;
  content: '';
  background: #EB384B;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  top: 10px;
  left: 0;
  position: absolute;
  border: 0;
}
.page-products .sidebar input[type="checkbox"]:hover + label:after,
.page-products .sidebar .filter-options-item .item a.amshopby-link-selected:after,
.page-products .sidebar .filter-options-item .item a:hover:after {
  width: 7px;
  height: 7px;
  content: '';
  background: #EB384B;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  top: 6px;
  left: 0;
  position: absolute;
  border: 0;
}
.page-products .filter-options input[type='checkbox']:checked + .amshopby-choice:after,
.page-products .filter-options input[type='checkbox'] + .amshopby-choice:hover:after {
  display: none !important;
}
.page-products .sidebar ul.nav-collapse li.active > a:before,
.page-products .sidebar ul.nav-collapse li > a:hover:before {
  width: 7px;
  height: 7px;
  content: '';
  background: #EB384B;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  top: 11px;
  left: 0;
  position: absolute;
}
.page-products .sidebar .filter-options-overflow {
  max-height: 100% !important;
}
.page-products .sidebar .search-filter-wrap {
  display: none;
}
.page-products .sidebar ul.nav-collapse {
  margin-top: 4px;
}
.page-products .sidebar-main .main-title {
  margin-bottom: 11px;
  margin-top: 3px;
}
.page-products .sidebar-main .main-title strong {
  color: #383838;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 23px;
}
.page-products .sidebar-main .block-action .clear-button {
  margin-bottom: 9px;
}
.page-products .sidebar-main .block-action a.filter-clear {
  -webkit-appearance: none;
  -webkit-border-fit: border;
  transition: all 0s;
  text-decoration: none;
  min-height: auto;
  padding: 6px 5px;
  font: normal normal bold 15px/21px Poppins;
  letter-spacing: 0px;
  text-transform: inherit;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: block;
  color: #8E8E8E;
  transition: 0.3s;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  border: 1px solid #F5F5F5;
  background: #F5F5F5;
  text-align: center;
  width: 100%;
}
.page-products .sidebar-main .block-action a.filter-clear:hover,
.page-products .sidebar-main .block-action a.filter-clear:focus {
  color: #F5F5F5;
  background: #8E8E8E;
}
.page-products .sidebar-main .block-action .am_shopby_apply_filters {
  position: static;
  width: 100% !important;
  display: block;
  visibility: inherit;
}
.page-products .sidebar-main .block-action .am-show-button {
  background: transparent;
  padding: 0;
  display: block;
  box-shadow: none;
  border-radius: 0;
  margin: 0;
  min-width: auto;
  width: 100%;
}
.page-products .sidebar-main .block-action .am-show-button:before,
.page-products .sidebar-main .block-action .am-show-button .am-items {
  display: none;
}
.page-products .sidebar-main .block-action .amshopby-button {
  display: block;
  width: 100%;
  padding: 6px 5px;
  font-size: 15px;
  line-height: 21px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.page-products .amshopby-slider-container .amshopby-slider-display {
  text-align: left;
  margin-left: -10px;
  margin-top: 9px;
}
.page-products .amshopby-slider-container {
  margin: 10px -8px 5px 0;
}
.page-products .sidebar ul.nav-collapse li a {
  padding-bottom: 1px;
  text-decoration: none;
}
.page-products .sidebar-main .block.block-nav .nav-content {
  padding-bottom: 0;
}
.page-products .filter-options .options-item-brands .filter-options-content {
  padding-bottom: 39px;
}
.page-products .filter-options .options-item-delivery .filter-options-content {
  margin-top: -4px;
  padding-bottom: 30px;
}
.page-products .filter-options .options-item-promo_period .filter-options-content {
  margin-top: -5px;
  margin-bottom: 5px;
}
.page-products .amshopby-filter-current .amshopby-items,
.page-products .amasty-catalog-topnav {
  display: none;
}
@media (min-width: 991.1px) {
  .page-products .sidebar-main .actions-close {
    display: none;
  }
}
@media (max-width: 1199px) {
  .page-products .category-products .product-items .product-item {
    -ms-flex: 0 1 33%;
    flex: 0 1 33%;
    max-width: 33%;
  }
  body.page-products .featured-banner .featured-content {
    margin-top: 0;
  }
}
@media (max-width: 991px) {
  .page-products .filter-mobile-wrap {
    display: inline-block !important;
    width: 30px;
    height: 30px;
    text-align: left;
    vertical-align: top;
    position: relative;
    bottom: 3px;
    margin-bottom: 6px;
  }
  .page-products .toolbar-products .sorter label {
    display: inline-block !important;
  }
  .page-products .filter-mobile-wrap .filter-mobile-btn {
    background: transparent;
    padding: 0;
    margin: 0;
    width: 24px;
    height: 24px;
  }
  .page-products .filter-mobile-wrap .filter-mobile-btn span {
    display: none;
  }
  .page-products .filter-mobile-wrap .filter-mobile-btn .mbi-io-add {
    width: 24px;
    height: 24px;
    position: static;
  }
  .page-products .filter-mobile-wrap .filter-mobile-btn .mbi-io-add:before {
    content: '';
    width: 24px;
    height: 24px;
    background: url(../../frontend/MageBig/martfury_wowshop02/en_US/images/cate/filter.svg) no-repeat;
    display: block;
  }
  .mfp-close-btn-in .mfp-close {
    color: #333;
    background: transparent;
    padding: 0;
    border: 0;
    opacity: 1;
    font-size: 30px;
  }
  .page-products .category-products .toolbar-products {
    position: absolute;
    top: -36px;
    right: 0;
  }
  .page-products .filter-mobile-wrap + .toolbar-products,
  .page-products .category-products .toolbar-products {
    display: inline-block;
    width: calc(100% - 35px);
  }
  .page-products .category-products .product-items + .toolbar-products {
    display: block;
    width: 100%;
    position: static;
  }
  .page-with-filter .columns .sidebar-main {
    width: 100%;
  }
  .page-products.open-filter .container.main-container > .columns.row:before {
    content: '';
    background: rgba(11, 11, 11, 0.8);
    z-index: 0;
    transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    z-index: 9998;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    display: block !important;
  }
  .page-products .sidebar-main {
    right: -100%;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 9999;
    transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    height: 100vh;
  }
  .page-products .sidebar-main.fixed {
    right: 0;
  }
  .page-products .sidebar-main .block.filter {
    max-width: 400px;
    width: calc(100% - 40px);
    position: absolute;
    right: 0;
    background: #fff;
    padding: 6px 10px;
    height: 100%;
    top: 0;
    overflow: auto;
  }
  .page-products .sidebar-main .block-action {
    padding-bottom: 15px;
  }
  .page-products .sidebar-main .block.filter .block-title.filter-title {
    margin-bottom: 0;
    padding-right: 50px;
    padding-top: 2px;
  }
  .page-products .sidebar-main .block.filter .actions-close {
    height: 32px;
    position: absolute;
    right: 0;
    width: 40px;
    z-index: 1;
  }
  .page-products .sidebar-main .block.filter .actions-close button {
    color: #333;
    background: transparent;
    padding: 0;
    border: 0;
    opacity: 1;
    font-size: 0;
    text-align: center;
    width: 32px;
    height: 32px;
    position: absolute;
    right: 0;
  }
  .page-products .sidebar-main .block.filter .actions-close button:before {
    font-family: mbicon;
    content: "×";
    font-size: 30px;
  }
  .open-filter {
    overflow: hidden;
  }
  .page-products .toolbar-products .limiter {
    float: none;
    display: inline-block;
    vertical-align: top;
    margin-left: 9px;
  }
  .page-products .toolbar-products .sorter {
    float: none;
    display: inline-block;
    vertical-align: top;
  }
  .page-products .category-products .toolbar-products {
    text-align: right;
  }
}
@media (max-width: 900px) {
  .page-products .category-products .product-items .product-item {
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    max-width: 50%;
  }
}
@media (max-width: 767.98px) {
  body.page-products .featured-banner .featured-image {
    margin-bottom: 13px;
  }
  .page-products .filter-mobile-wrap + .toolbar-products {
    margin-bottom: 0;
  }
  .page-products .featured-banner .wrapper-breadcrums {
    display: none;
  }
  .page-products .featured-banner .page-title-wrapper h1.page-title {
    text-align: center;
  }
  .page-products .page-header .header-main-inner {
    padding-bottom: 0;
  }
  .page-products .toolbar-products .sorter label {
    font-size: 10px;
    line-height: 16px;
  }
  .page-products .toolbar-products .sorter select,
  .page-products .toolbar-products .limiter select {
    font-size: 10px;
    line-height: 16px;
    padding-right: 13px;
  }
  .page-products .toolbar-products .limiter select {
    padding-right: 10px;
  }
  .page-products .category-products .product-items .product-item {
    -ms-flex: 0 1 33%;
    flex: 0 1 33%;
    max-width: 33%;
  }
  .page-products .category-products .product-item .product-item-details {
    padding: 12px;
  }
  .page-products .category-products .product-items .product-item {
    padding: 0 8px;
  }
  .page-products .category-products .product-items {
    margin: 0 -8px;
  }
  .page-products .category-products .product-item .product-item-name a {
    font-size: 10px;
  }
  .category-products .product-item .gs-hotdeals-timer .gs-timer-block .cd-sale {
    padding-right: 0;
  }
  .category-products .product-item .gs-timer-label,
  .category-products .product-item .gs-hotdeals-timer .gs-timer-block {
    font-size: 8px;
    line-height: 12px;
    margin-right: 0;
  }
  .category-products .product-item .product-installments {
    margin-top: 5px;
  }
  .category-products .product-item .gs-hotdeals-timer {
    margin-top: 2px;
  }
  .page-products .category-products .product-item .detail-label {
    margin-bottom: -1px;
  }
  .category-products .product-item .label-installments {
    line-height: 12px;
  }
  .page-products .category-products .product-item .product-item-details .product-left {
    display: block;
  }
}
@media (max-width: 544px) {
  .page-products .category-products .product-items .product-item {
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    max-width: 50%;
  }
}
@media (max-width: 350px) {
  .page-products .filter-mobile-wrap {
    width: 20px;
  }
  .page-products .filter-mobile-wrap + .toolbar-products,
  .page-products .category-products .toolbar-products {
    width: calc(100% - 22px);
  }
  .page-products .toolbar-products .limiter {
    padding-left: 0;
    margin-left: 0;
  }
  .page-products .toolbar-products .sorter select {
    padding-right: 10px;
    background-size: 7px;
  }
  .page-products .toolbar-products .limiter select {
    padding-right: 10px;
    background-size: 7px;
  }
  .page-products .filter-mobile-wrap .filter-mobile-btn .mbi-io-add:before {
    width: 20px;
    height: 20px;
    background-size: contain;
    position: relative;
    top: 3px;
  }
}
.category-mobile-pick .product-item button.action-view-demo:hover svg {
  border: 1px solid #79BD9A;
  border-radius: 50%;
}
.category-mobile-pick .category-view {
  margin-bottom: 50px;
}
.category-mobile-pick .category-view + .columns .sidebar-main .main-title strong,
.page-products.category-mobile-pick .sidebar-main .block.filter .block-title.filter-title strong {
  text-transform: capitalize;
}
.category-products .product-item .product-view-demo {
  margin-bottom: 5px;
}
.category-products .product-item .product-item-info .product-label .label.label-sold-out {
  background: #ea3b4b;
}
@media (min-width: 767px) {
  .category-mobile-pick .page-footer {
    margin-top: 0;
  }
  .category-mobile-pick .products.wrapper .product-items ~ .toolbar-products .pages {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .category-mobile-pick .category-view {
    margin-bottom: 20px;
  }
  .category-products .product-item button.action-view-demo {
    font-size: 10px;
  }
  .category-products .product-item button.action-view-demo svg {
    width: 11px;
    height: 11px;
    margin-top: 0 !important;
  }
}
@media (max-width: 350px) {
  .page-products .category-products .product-item button.action-view-demo {
    padding: 5px 5px 3px;
  }
}
/*=====popup view demo=====*/
body.video-popup-show {
  overflow: hidden;
}
.category-products .product-item .product-view-demo .videos {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  background: rgba(0, 0, 0, 0.8);
}
.category-products .product-item .product-view-demo .videos.show-video {
  display: block;
}
.category-products .product-item .product-view-demo .videos .video-iframe {
  height: 80vh;
  position: relative;
  max-width: 90%;
  margin: 0 auto;
  text-align: center;
  z-index: 1;
  top: 10vh;
}
.category-products .product-item .product-view-demo .videos iframe {
  width: 100%;
  height: 100%;
}
.category-products .product-item .product-view-demo .videos .actions-close {
  position: fixed;
  z-index: 1;
  right: 0;
  top: 0;
  left: auto;
  background: transparent;
  width: 100vw;
  height: 100vh;
  padding: 0;
  font-size: 0;
  cursor: pointer;
}
.category-products .product-item .product-view-demo .videos .actions-close .close-button {
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  height: 100%;
}
.category-view .item .video-container.show-video {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  background: rgba(0, 0, 0, 0.8);
}
.category-view .item .video-container.show-video .videos {
  height: 100vh;
  position: relative;
  max-width: 90%;
  margin: 0 auto;
  text-align: center;
  z-index: 3;
}
.category-mobile-pick .category-description .show-video iframe {
  height: 80vh;
  position: relative;
  z-index: 9;
  width: 100%;
  top: 10vh;
}
.category-mobile-pick .category-description .show-video .content-name-video {
  color: #fff;
  display: none;
}
.category-view .item .video-container.show-video .actions-close {
  display: block !important;
  position: fixed;
  z-index: 1;
  right: 0;
  top: 0;
  left: auto;
  background: transparent;
  width: 100vw;
  height: 100vh;
  padding: 0;
  font-size: 0;
  cursor: pointer;
}
.category-view .item .video-container.show-video .actions-close .close-button {
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .category-products .product-item .product-view-demo .videos .video-iframe {
    max-width: 100%;
    height: auto;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    min-height: 212px;
  }
  .video-popup-show .page-header .col-btn-actions {
    z-index: 0;
  }
  .category-view .item .video-container.show-video .videos {
    width: 100%;
    max-width: 100%;
  }
  .category-mobile-pick .category-description .show-video iframe {
    max-width: 100%;
    height: auto;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    min-height: 212px;
  }
  .category-products .product-item .product-view-demo .videos iframe {
    min-height: 212px;
  }
}
.cms-noroute-index .page-footer {
  margin-top: 0;
}
.cms-page-view .wrapper-breadcrums {
  margin-bottom: 40px;
}
.cms-page-view .page-main ul li,
.cms-page-view .page-main ol li {
  list-style: none;
}
.cms-page-view .page-main ol,
.cms-page-view .page-main ul {
  padding: 0;
  margin-bottom: 20px;
}
.cms-page-view .page-main ol ol,
.cms-page-view .page-main ul ul {
  padding-left: 20px;
  margin-bottom: 0px;
}
.cms-page-view .page-main table {
  box-sizing: border-box;
  border: 1px solid #c1c1c1;
  border-spacing: 0px;
  max-width: 512.8px;
  background-color: #ffffff;
  font-style: normal;
  font-variant-ligatures: normal;
  font-variant-caps: normal;
  letter-spacing: normal;
  orphans: 2;
  text-align: start;
  text-transform: none;
  white-space: normal;
  widows: 2;
  word-spacing: 0px;
  -webkit-text-stroke-width: 0px;
  text-decoration-thickness: initial;
  text-decoration-style: initial;
  text-decoration-color: initial;
  margin-bottom: 20px;
}
.cms-page-view .page-main table td {
  box-sizing: border-box;
  border: 1px solid #c1c1c1;
  padding: 10px;
}
.cms-page-view .page-main table td p {
  margin: 0;
}
@media (max-width: 991px) {
  .cms-noroute-index .page-main {
    padding: 50px 0 80px;
  }
  .cms-noroute-index .page-main .column.main .text-center br:nth-of-type(2) {
    display: none;
  }
}
@media (max-width: 767px) {
  .cms-noroute-index {
    background-color: #efeef0;
  }
}
.faq-collection .ui-accordion .ui-accordion-header br {
  display: none;
}
.faq-collection .ui-accordion .ui-accordion-header span + br {
  display: block;
}
.faq-collection .faq-group {
  margin-bottom: 15px;
  padding: 0 12px;
  width: calc(20% - 12px);
  vertical-align: top;
}
.faq-collection .faq-group .faq-group-image {
  margin-right: 0;
}
.faq-index-index .page-main {
  margin-top: 20px;
}
.faq-index-index .page-main .page-title {
  margin-top: 0;
}
@media (max-width: 991px) {
  .faq-collection .faq-group {
    width: calc(25% - 12px);
  }
  .faq-collection img.group-image {
    height: auto;
    width: 100%;
    max-width: 100px;
  }
}
@media (max-width: 767px) {
  .faq-collection .faq-group {
    width: calc(33.333% - 12px);
  }
}
@media (max-width: 575px) {
  .faq-collection .faq-group {
    width: calc(50% - 12px);
  }
}
@media (max-width: 400px) {
  .faq-collection .faq-group {
    width: 100%;
    max-width: 200px;
  }
}
body .wrapper-breadcrums {
  background-color: transparent;
  padding: 12px 0 8px;
}
.catalog-product-view .product-info-main .product.attribute.sku > * {
  color: #8E8E8E;
}
.catalog-product-view .product-info-main .cat-links {
  display: none;
}
.fotorama__stage__frame .fotorama__img,
.fotorama__nav-wrap .fotorama_vertical_ratio .fotorama__img {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.gallery-placeholder .fotorama__thumb {
  border: 1px solid #D0D0D0;
  background: transparent;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.gallery-placeholder .fotorama__thumb-border {
  border-color: transparent;
}
.fotorama__stage.fotorama__shadows--right:after,
.fotorama__nav.fotorama__shadows--right:after {
  display: none;
}
.fotorama__arr:hover,
.fotorama__thumb__arr:hover {
  background: transparent;
}
.fotorama--fullscreen .fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,
.fotorama--fullscreen .fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon {
  opacity: 1;
  filter: alpha(opacity=100);
}
.catalog-product-view .fotorama--fullscreen .fotorama__arr,
.catalog-product-view .fotorama--fullscreen .fotorama__thumb__arr,
.catalog-product-view .fotorama--fullscreen .fotorama__arr:active,
.catalog-product-view .fotorama--fullscreen .fotorama__thumb__arr:active {
  display: block !important;
}
.catalog-product-view .main .product-info-main .page-title {
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  text-align: left;
  margin-top: 10px;
  text-transform: inherit;
  margin-bottom: 8px;
}
.product-info-main .product-info-price .price-box .old-price {
  margin-left: 5px;
}
.product-info-main .product-info-price .price-box .price-wrapper .price,
.product-info-main .product-options-bottom .price-box .price-wrapper .price {
  font-size: 24px;
  font-weight: 700;
  line-height: 35px;
}
.product-info-main .product-info-price .old-price .price-wrapper .price,
.product-info-main .product-options-bottom .old-price .price-wrapper .price {
  font-size: 18px;
  line-height: 27px;
  color: #8E8E8E !important;
  font-weight: 400;
  padding: 0;
  position: relative;
  bottom: 2px;
}
.product-info-main .product-info-price {
  padding-bottom: 0;
  border: 0;
  margin-bottom: 15px;
}
.product-info-main .price-box {
  margin: 0;
}
.product-info-main .gs-hotdeals-timer-label {
  margin-top: 10px;
}
.gs-hotdeals-timer-label {
  font-size: 12px;
  line-height: 16px;
  color: #000;
  margin-bottom: 7px;
}
.product-info-main .gs-hotdeals-timer {
  display: block;
  margin-bottom: 22px;
}
.product.media .gallery-placeholder .fotorama__caption__wrap {
  display: none;
}
.catalog-product-view .column.main .product-info-main .pwp-main-wrapper {
  border: 1px solid #D0D0D0;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 25px 29px 25px 29px;
  text-align: left;
  max-width: 468px;
  min-width: auto;
  margin-bottom: 16px;
  margin-left: 0;
}
.catalog-product-view .column.main .product-info-main .pwp-main-wrapper .pwp-heading,
.catalog-product-view .column.main .product-info-main .pwp-main-wrapper .tooltip a {
  color: #000000;
  font-size: 12px;
  line-height: 16px;
}
.catalog-product-view .column.main .pwp-main-wrapper .category-products .pwp-items-list {
  padding-right: 17%;
}
.catalog-product-view .column.main .pwp-main-wrapper .category-products .pwp-items-list .owl-stage-outer {
  overflow: inherit;
}
.catalog-product-view .column.main .pwp-main-wrapper .category-products {
  margin-left: -6px;
  margin-right: -29px;
  margin-top: 0px;
  padding: 0;
  overflow: hidden;
  text-align: left;
  max-width: 948px;
}
.catalog-product-view .column.main .pwp-main-wrapper {
  background: transparent;
  text-align: center;
  border: 0;
  padding: 0;
  margin: 32px -5px 47px;
}
.catalog-product-view .column.main .pwp-main-wrapper .pwp-heading {
  color: #000000;
  font-size: 16px;
  line-height: 16px;
  font-style: normal;
  font-weight: 500;
  margin-right: 0;
  margin-left: 0px;
}
.catalog-product-view .column.main .pwp-main-wrapper .tooltip a {
  color: #000000;
  font-size: 16px;
  line-height: 16px;
  font-style: normal;
  font-weight: 500;
  text-decoration: underline;
}
.catalog-product-view .column.main .pwp-main-wrapper .product-item .price-wrap {
  margin-bottom: 14px;
}
.catalog-product-view .column.main .pwp-main-wrapper .product-item .product-item-name {
  margin-bottom: 4px;
}
.catalog-product-view .column.main .pwp-main-wrapper .category-products .product-item {
  padding: 0 5px;
}
.catalog-product-view .column.main .pwp-main-wrapper .product-show {
  padding-bottom: 0;
}
.catalog-product-view .column.main .pwp-main-wrapper .product-show img {
  border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
}
.catalog-product-view .column.main .pwp-main-wrapper .product-show .btn-wishlist button {
  background: transparent;
  padding: 0;
  font-size: 22px;
  color: #fbaf43 !important;
  border: 0;
}
.catalog-product-view .column.main .pwp-main-wrapper .product-show .btn-wishlist {
  bottom: 6px;
  right: 6px;
  margin: 0;
  position: absolute;
}
.pwp-main-wrapper .category-products .product-item .product-item-details {
  padding: 6px 14px 16px;
}
.pwp-main-wrapper .category-products .product-item .product-item-details .price-box .price,
.pwp-main-wrapper .category-products .product-item .product-item-details .price-wrap {
  font-weight: 700;
  font-size: 15px;
  line-height: 21px;
  color: #EB384B !important;
}
.pwp-main-wrapper .category-products .product-item .product-item-name a {
  font-size: 12px;
}
.pwp-main-wrapper .category-products .product-item .product-item-details .old-price .price {
  font-size: 14px;
  line-height: 20px;
  color: #383838 !important;
  font-weight: 400;
}
.pwp-main-wrapper .category-products .product-item .action.tocart.primary {
  font-size: 12px;
  line-height: 18px;
  padding: 6px;
  min-width: 100px;
}
.pwp-main-wrapper .category-products .product-item {
  margin-bottom: 0;
}
.catalog-product-view .product-info-main .fieldset > .field {
  margin: 0px 0 24px;
}
.product-info-main select {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 11px;
  border-color: #D0D0D0;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  color: #000;
  background-size: 8px;
}
.product-info-main .box-tocart .label[for="qty"] {
  display: none !important;
}
.product-info-main .box-tocart .fieldset-add > .field {
  width: 130px;
  margin-right: 6px;
}
.product-info-main .box-tocart .fieldset-add input.input-text {
  border: 1px solid #D0D0D0;
  border-radius: 5px;
  height: 40px;
  width: 100%;
  font-size: 15px;
  line-height: 18px;
  color: #000;
  font-weight: 600;
  padding: 0 51px;
}
.product-info-main .box-tocart .fieldset-add .custom-qty button {
  font-size: 15px;
  color: #000;
  line-height: 18px;
  height: 38px;
  width: 40px;
}
.product-info-main .box-tocart .fieldset-add .custom-qty button.minus {
  padding-left: 15px;
}
.product-info-main .box-tocart .fieldset-add .custom-qty button.plus {
  padding-right: 15px;
}
.product-info-main .box-tocart .fieldset-add .custom-qty button span:before {
  font-family: Poppins;
  font-weight: 600;
  content: "-";
}
.product-info-main .box-tocart .fieldset-add .custom-qty button.plus span:before {
  content: "+";
}
.product-info-main .box-tocart .actions button[type="submit"] {
  margin-right: 8px !important;
  height: auto;
  width: auto;
  min-width: 130px;
}
.product-info-main .box-tocart .actions > * {
  display: inline-block;
  vertical-align: middle;
}
.product-item-details .pwp-select-button {
  float: none;
}
.product-info-main .action.tocart.primary {
  background: #FBAF43;
  border-color: #FBAF43;
}
.product-info-main .action.tocart.primary:hover,
.product-info-main .action.tocart.primary:focus {
  background: #fff;
  color: #FBAF43;
  border-color: #FBAF43;
}
.product-info-main .box-tocart .actions button.towishlist {
  background: transparent;
  color: #383838;
  height: auto;
  line-height: 40px;
  font-size: 21px;
  padding-left: 7px;
}
.product-info-main .box-tocart .actions button.towishlist:hover {
  color: #EB384B;
}
@media (min-width: 768px) {
  .sticky-addcart.active {
    display: none;
  }
  .product-info-main .gs-hotdeals-timer .gs-timer-block {
    font-size: 13px;
    line-height: 20px;
  }
  .product-info-main .gs-hotdeals-timer .gs-timer-block .num {
    font-size: 20px;
    line-height: 30px;
    width: 42px;
    height: 43px;
    padding: 6px 4px;
  }
  .catalog-product-view .page-main .column.main > .row > .col-md-5:first-child {
    padding-right: 12px;
    margin-bottom: 50px;
  }
  .catalog-product-view .page-main .column.main > .row > .col-md-5:nth-child(2) {
    padding-left: 20px;
    margin-bottom: 50px;
  }
}
.catalog-product-view .main .social-share {
  text-align: left;
  margin: 15px 0;
}
.catalog-product-view .main .social-share .social-label {
  display: inline-block;
  vertical-align: middle;
  margin-right: 13px;
  font-size: 12px;
  line-height: 16px;
  color: #000;
}
.catalog-product-view .main .social-share .social-listing {
  vertical-align: middle;
}
.catalog-product-view .main .social-share a {
  margin-right: 10px;
}
.catalog-product-view .main .social-share a img.social-share-icons-pdp {
  max-height: 30px;
  transition: transform .2s;
}
.catalog-product-view .main .social-share a:hover img.social-share-icons-pdp,
.catalog-product-view .main .social-share a:focus img.social-share-icons-pdp {
  transform: scale(1.2);
}
.catalog-product-view .product-info-main .product-hoolah {
  font-size: 12px;
  line-height: 16px;
  color: #000;
  margin-bottom: 20px;
}
.catalog-product-view .product-info-main .product-hoolah .logo {
  width: 34px;
  height: 11px;
  background: url(../../frontend/MageBig/martfury_wowshop02/en_US/images/home/logo-installments.svg);
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 1px;
  margin-right: 4px;
  vertical-align: middle;
  position: relative;
  bottom: 1px;
}
.catalog-product-view .product-info-main .product-hoolah a#hoolah-learn-more {
  text-decoration: underline;
  font-size: 100%;
  margin-left: 0;
  position: relative;
  bottom: 1px;
  color: #000;
}
.catalog-product-view .product-info-main .product-hoolah a#hoolah-learn-more:hover,
.catalog-product-view .product-info-main .product-hoolah a#hoolah-learn-more:focus {
  color: #FBAF43;
}
.catalog-product-view .product-benefits.not-login a {
  text-decoration: underline;
}
.catalog-product-view .product-benefits.not-login a:hover,
.catalog-product-view .product-benefits.not-login a:focus {
  color: #FBAF43;
}
.catalog-product-view .product-benefits > .title {
  font-size: 12px;
  line-height: 16px;
  color: #000;
  margin-bottom: 20px;
  position: relative;
}
.catalog-product-view .product-benefits > .title span {
  padding-left: 26px;
  display: block;
}
.catalog-product-view .product-benefits > .title span.icon {
  position: absolute;
  top: 3px;
  left: 0;
  padding: 0;
}
.catalog-product-view .product-benefits > .title strong {
  text-decoration: underline;
}
.catalog-product-view .product-benefits > .title .change-color {
  color: #EB384B;
  font-weight: 700;
  text-decoration: none;
}
.catalog-product-view .product-benefits .list-benefits .item {
  margin-bottom: 15px;
}
.catalog-product-view .product-benefits .list-benefits .item .inner-item {
  background: #F5F5F5;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 10px;
  text-align: center;
  min-height: 114px;
}
.catalog-product-view .product-benefits .list-benefits .item .title {
  font-size: 12px;
  line-height: 17px;
  margin-bottom: 3px;
}
.catalog-product-view .product-benefits .list-benefits .item:not(.cashback) .icon {
  padding-top: 6px;
}
.catalog-product-view .product-benefits .list-benefits .item .value {
  margin-bottom: 3px;
}
.catalog-product-view .product-benefits .list-benefits .item .value strong {
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
}
.catalog-product-view .product-info-main .product-claim {
  position: relative;
  margin-bottom: 20px;
  max-width: 410px;
}
.catalog-product-view .product-info-main .product-claim:after,
.catalog-product-view .product-info-main .product-claim:before {
  content: " ";
  display: block;
  position: absolute;
  top: 0px;
  width: 5px;
  height: 100%;
  background-image: url(../../frontend/MageBig/martfury_wowshop02/en_US/images/home/saw3.jpg);
  background-repeat: repeat-y;
  background-position: top center;
  background-size: contain;
}
.catalog-product-view .product-info-main .product-claim:after {
  right: 0px;
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -ms-transform-origin: rotate(180deg);
  -webkit-transform-origin: rotate(180deg);
}
.catalog-product-view .product-info-main .product-claim:before {
  left: 0px;
}
.catalog-product-view .product-info-main .product-claim .claim-content {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  position: relative;
  width: calc(100% - 8px);
  margin: auto;
  border-top: 1px solid #D0D0D0;
  border-bottom: 1px solid #D0D0D0;
  padding: 16px 19px 16px 16px;
}
.font-text,
.std,
.desc,
.text {
  font-family: 'Poppins';
}
.catalog-product-view .product-info-main .product-claim .desc {
  font-size: 10px;
  line-height: 14px;
  color: #000;
  font-family: 'Poppins';
  margin-left: 7px;
}
.catalog-product-view .product-info-main .product-claim .action-claim {
  margin-left: 6%;
  padding: 3px 23.5px;
  font-size: 12px;
  line-height: 18px;
}
.catalog-product-view .page-main .column.main > .row > .col-md-2 {
  padding: 0;
}
.catalog-product-view .main .product.data.items {
  text-align: left;
}
.catalog-product-view .main .product.data.items > .item.title > .switch {
  color: #D6D6D6 !important;
  font-size: 18px;
  line-height: 25px;
  font-weight: 600;
  padding: 0 6px;
  letter-spacing: 0.16px;
  height: 37px;
}
.catalog-product-view .main .product.data.items .item.title.opened > .switch {
  color: #383838 !important;
}
.catalog-product-view .main .product.data.items .item.title > .switch:before,
.catalog-product-view .main .product.data.items .item.title > .switch:after {
  background: #EB384B;
}
.catalog-product-view .main .product.data.items > .item.title .data.switch .counter {
  color: currentColor;
  font-size: inherit;
}
.catalog-product-view .main .product.data.items:before {
  background-color: #707070;
  left: 0;
  width: 100%;
}
.catalog-product-view .main .product.info.detailed {
  margin-bottom: 50px;
}
.catalog-product-view .product.info.detailed .item.content .list-images {
  width: calc(100% + 45px);
  margin-right: -45px;
  margin-top: 20px;
}
.catalog-product-view .info.detailed .item.content .list-images .two-image {
  margin-left: -22px;
  margin-right: -22px;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  font-size: 0;
  margin-bottom: 22px;
}
.catalog-product-view .info.detailed .item.content .list-images .two-image img {
  padding: 0 22px;
}
.catalog-product-view .main .product.data.items .aw-pq-question-list-wrapper {
  float: none;
}
.catalog-product-view .main .product.data.items .aw-pq-list__please-login-note {
  float: none;
}
.catalog-product-view .main .product.data.items .three-image {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
}
.catalog-product-view .product.data.items .item.content .attribute.description hr {
  border-color: #D0D0D0;
}
.catalog-product-view .product.data.items .item.content table {
  border: 0;
  position: relative;
}
.catalog-product-view .product.data.items .item.content table:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid  #D0D0D0;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.catalog-product-view .product.data.items .item.content table tbody {
  position: relative;
  z-index: 1;
}
.catalog-product-view .product.data.items .item.content table td,
.catalog-product-view .product.data.items .item.content table th {
  padding: 16px 22px;
  border-color: #D0D0D0;
}
.catalog-product-view .product.data.items .item.content table tr:first-child td {
  border-top: 0;
}
.catalog-product-view .product.data.items .item.content table tr:last-child td {
  border-bottom: 0;
}
.catalog-product-view .product.data.items .item.content table tr td:first-child {
  border-left: 0;
  padding: 16px 11px 12px 11px;
}
.catalog-product-view .product.data.items .item.content table tr td:last-child {
  border-right: 0;
  padding: 14px 14px 14px 17px;
}
.product.data #mp-review-summary .block-title h2 {
  font-size: 24px;
  line-height: 35px;
  margin: 0px 0 10px;
}
.product.data #mp-review-summary .block-content {
  margin: 0 -10px;
}
.product.data .recommend-product span {
  font-size: 20px;
}
.product.data #mp-review-summary .block-content .summary-points {
  margin-bottom: 10px;
}
.product .summary-points .summary-points-text {
  font-size: 40px;
}
.product #mp-review-summary .rating-summary,
.product #mp-review-summary .reviews-actions {
  margin-bottom: 5px;
}
.product #mp-review-list #mp-review-sort {
  width: auto;
}
.product #mp-review-list .mp-review-helpful button {
  -webkit-appearance: none;
  -webkit-border-fit: border;
  transition: all 0s;
  text-decoration: none;
  min-height: auto;
  padding: 8px 20px 9px;
  text-align: center;
  font: normal normal bold 15px/21px Poppins;
  letter-spacing: 0px;
  text-transform: inherit;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: inline-block;
  color: #fff;
  transition: 0.3s;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  border: 1px solid #EB384B;
  background: #EB384B;
}
.product #mp-review-list .mp-review-helpful button:hover,
.product #mp-review-list .mp-review-helpful button:focus,
.product #mp-review-list .mp-review-helpful button:active {
  background: fff;
}
#mp-review-list .mp-review-item .form-child-left-div {
  float: none;
  width: 100%;
}
#mp-review-list .mp-review-item .form-child-right-div {
  float: none;
  width: 100%;
  margin-top: 10px;
}
#mp-review-list .mp-review-item .form-main-div {
  float: none;
}
.product #mp-review-list .mp-review-load-more,
.product #mp-review-list .mp_image_load_more_loader {
  padding: 0;
}
.product #mp-review-list .mp-review-helpful .mp-review-helpful-btn {
  height: auto;
}
.page-main .aw-pq-question-sort__sortby {
  min-width: auto;
}
.page-main .aw-pq-list__question-expand_arrow_right {
  border: 0;
}
.page-main .aw-pq-list__question-content {
  font-size: 14px;
}
.page-main .aw-pq-list__question-content .aw-by-span {
  color: #383838;
  font-size: 14px;
}
.page-main .aw-pq-list__answer-list {
  margin-left: 24px;
}
.page-main .answer-span {
  padding: 0;
  color: #383838;
  background: transparent;
}
.page-main .answer-span:after,
.page-main .aw-pq-list__question-expand_arrow_right:after {
  content: ':';
  display: inline-block;
  vertical-align: middle;
  padding-left: 1px;
  position: relative;
  bottom: 1px;
}
.title-releted {
  text-align: center;
  font-size: 24px;
  line-height: 35px;
  margin-bottom: 45px;
}
.category-products.releted-product .product-items .product-item .product-show {
  border-bottom: 1px solid #D0D0D0;
  padding: 19px;
}
.category-products.releted-product .product-items .product-item:hover .product-show {
  border-color: #eb384b;
}
.category-products.releted-product .product-item .product-item-details {
  padding: 13px 18px 15px;
}
.category-products.releted-product .product-items.owl-carousel .product-item {
  padding: 0 10px;
  margin-bottom: 34px;
}
.category-products.releted-product {
  margin-left: -10px;
  margin-right: -10px;
}
.category-products .product-item .product-item-info .product-label .label {
  margin-bottom: 3px;
}
.catalog-product-view .fotorama--fullscreen .fotorama__nav-wrap--horizontal .fotorama__nav {
  text-align: center;
}
.fotorama__nav-wrap.fotorama__nav-wrap--horizontal {
  margin: auto;
  text-align: center;
}
.catalog-product-view .fotorama__arr,
.catalog-product-view .fotorama__thumb__arr,
.catalog-product-view .fotorama__arr:active,
.catalog-product-view .fotorama__thumb__arr:active,
.catalog-product-view .fotorama__arr:hover,
.catalog-product-view .fotorama__thumb__arr:hover,
.catalog-product-view .fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__fullscreen-icon,
.catalog-product-view .fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-out,
.catalog-product-view .fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-in {
  background-color: transparent;
}
.catalog-product-view .fotorama__stage.fotorama__shadows--left:before,
.catalog-product-view .fotorama__nav.fotorama__shadows--left:before {
  background: transparent;
}
.product-info-main .box-tocart .actions script {
  display: none;
}
@media (min-width: 768px) {
  .catalog-product-view .page-header .header-main-inner {
    padding-bottom: 10px;
  }
  .catalog-product-view .main .product.data.items > .item.title {
    margin-right: 35px;
  }
  .catalog-product-view .product.data.items > .item.content {
    margin-top: 37px;
    padding: 22px 6px;
  }
  .catalog-product-view .main .product.data.items:before {
    top: 37px;
  }
  .category-products.releted-product .product-items .product-item .product-btn button i {
    color: #383838;
  }
}
@media (max-width: 1260px) {
  .catalog-product-view .info.detailed .item.content .list-images .two-image img {
    width: 50%;
  }
  .catalog-product-view .main .product.data.items .three-image img {
    width: 33.3333%;
  }
  .catalog-product-view .info.detailed .item.content .list-images .two-image {
    margin-right: -26px;
  }
}
@media (max-width: 1024px) {
  .catalog-product-view .column.main .pwp-main-wrapper .category-products {
    padding-right: 0;
  }
}
@media (max-width: 860px) and (min-width: 768px) {
  .product-info-main .box-tocart .actions button[type="submit"] {
    min-width: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
  .product-info-main .box-tocart .actions button.towishlist {
    padding-left: 0;
  }
}
@media (max-width: 767.98px) {
  .catalog-product-view .product-info-main .product.attribute.sku {
    margin-top: 15px;
  }
  .catalog-product-view .wrapper-breadcrums {
    display: none;
  }
  .catalog-product-view main.page-main {
    margin: 15px;
  }
  .catalog-product-view .page-main .column.main > .row > .col-md-5,
  .catalog-product-view .page-main .column.main > .row > .col-md-2 {
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: 100%;
  }
  .catalog-product-view .fotorama__stage__frame .fotorama__img {
    width: 100%;
  }
  .catalog-product-view .main .product-info-main .page-title {
    font-size: 18px;
    line-height: 20px;
  }
  .product-info-main .sticky-addcart-wrap {
    min-height: auto !important;
  }
  .catalog-product-view .main .product.data.items {
    padding: 0;
  }
  .catalog-product-view .main .product.data.items > .item.title > .switch {
    padding: 9px 5px;
    width: max-content;
    position: relative;
    font-size: 14px;
    line-height: 16px;
    color: #383838 !important;
    letter-spacing: 0;
    height: auto;
  }
  .catalog-product-view .main .product.data.items > .item.title > .switch:after {
    content: '';
    width: 100%;
    height: 3px;
    background: #EB384B;
    display: block;
    position: absolute;
    bottom: -2px;
    left: 0;
    top: auto;
  }
  .catalog-product-view .main .product.data.items > .item.title {
    border-bottom: 1px solid #707070;
    position: relative;
    padding: 0 17px;
  }
  .catalog-product-view .main .product.data.items {
    margin-left: -17px;
    margin-right: -17px;
  }
  .catalog-product-view .column.main .pwp-main-wrapper .pwp-heading {
    padding-left: 0px;
  }
  .catalog-product-view .column.main .product-info-main .pwp-main-wrapper .pwp-heading,
  .catalog-product-view .column.main .product-info-main .pwp-main-wrapper .tooltip a {
    font-size: 10px;
    line-height: 15px;
    color: #383838;
    font-weight: 500;
  }
  .catalog-product-view .column.main .pwp-main-wrapper,
  .catalog-product-view .column.main .product-info-main .pwp-main-wrapper {
    border: 1px solid #D0D0D0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    padding: 23px 15px;
    text-align: left;
    margin-left: 0;
    margin-right: -15%;
    max-width: 115%;
  }
  .catalog-product-view .column.main .pwp-main-wrapper .category-products {
    margin-left: -7px;
    margin-right: -7px;
    margin-top: 6px;
    padding: 0;
    overflow: hidden;
  }
  .catalog-product-view .column.main .pwp-main-wrapper .category-products .pwp-items-list {
    padding-right: 22%;
  }
  .catalog-product-view .column.main .pwp-main-wrapper .category-products .pwp-items-list .owl-stage-outer {
    overflow: inherit;
  }
  .pwp-main-wrapper .category-products .product-item .product-item-details {
    padding: 13px 8px 18px;
  }
  .pwp-main-wrapper .category-products .product-item .product-item-details .price-box .price,
  .pwp-main-wrapper .category-products .product-item .product-item-details .price-wrap {
    font-size: 13px;
  }
  .pwp-main-wrapper .category-products .product-item .product-item-details .old-price .price {
    font-size: 9px;
    line-height: 20px;
  }
  .product-info-main .box-tocart .actions button[type="submit"].buy-now-btn {
    margin-right: 0 !important;
    width: 100%;
  }
  .product-info-main .box-tocart .fieldset-add input.input-text {
    height: 33px;
    padding: 0 27px;
  }
  .product-info-main .box-tocart .fieldset-add .custom-qty button {
    height: 32px;
    width: 20px;
  }
  .product-info-main .box-tocart .fieldset-add .custom-qty button.minus {
    padding-left: 10px;
  }
  .product-info-main .box-tocart .fieldset-add .custom-qty button.plus {
    padding-right: 10px;
  }
  .product-info-main .box-tocart .fieldset-add > .field {
    width: 81px;
    margin-right: 3px;
  }
  .product-info-main .product-info-price {
    margin: 0;
  }
  .product-info-main .box-tocart .fieldset-add {
    display: block;
    width: 100%;
  }
  .product-info-main .box-tocart .fieldset-add > .actions {
    width: calc(100% - 88px);
    text-align: right;
    font-size: 0;
    max-width: 266px;
  }
  .product-info-main .action.tocart.primary {
    font-size: 12px;
    line-height: 14px;
    padding-left: 5px;
    padding-right: 5px;
    min-width: auto;
  }
  .product-info-main .box-tocart .actions button[type="submit"] {
    font-size: 12px;
    line-height: 14px;
    min-width: auto;
    padding-left: 5px;
    padding-right: 5px;
  }
  .product-info-main .box-tocart .actions button.tocart,
  .product-info-main .box-tocart .actions .buynow-button {
    font-size: 12px;
    line-height: 14px;
    width: calc(50% - 6px);
    min-width: auto;
    max-width: 114px;
  }
  .catalog-product-view #product-addtocart-button {
    float: none;
    display: inline-block;
    vertical-align: middle;
    min-width: auto !important;
    margin-bottom: 0 !important;
    margin-right: 8px !important;
  }
  .catalog-product-view .product-benefits {
    max-width: 100%;
  }
  .catalog-product-view .page-main .column.main > .row > .col-md-2 {
    padding: 0 15px;
  }
  .category-products.releted-product .product-items.owl-carousel .product-item {
    padding: 0 8px;
  }
  .product-info-main .sticky-addcart-wrap .sticky-addcart.active {
    top: auto;
    bottom: 0;
    padding: 12px 0;
  }
  .catalog-product-view .product-benefits .list-benefits .item .inner-item {
    padding: 5px;
    min-height: auto;
    height: 100%;
  }
  .catalog-product-view .product-benefits > .title {
    margin-bottom: 13px;
  }
  .catalog-product-view .product-benefits > .title span.icon {
    top: -5px;
  }
  .catalog-product-view .product-benefits .list-benefits .item .icon svg {
    height: 22px;
  }
  .catalog-product-view .product-benefits .list-benefits .item:not(.cashback) .icon svg {
    height: 19px;
  }
  .catalog-product-view .product-benefits .list-benefits {
    display: flex;
    margin: 0 -3.5px;
  }
  .catalog-product-view .product-benefits .list-benefits .item {
    min-height: auto;
    width: 33.333%;
    padding: 0 3.5px;
  }
  .catalog-product-view .product-benefits .list-benefits .item .title {
    font-size: 8px;
    line-height: 11px;
  }
  .catalog-product-view .product-benefits .list-benefits .item .value strong {
    font-size: 10px;
    line-height: 16px;
  }
  .category-products.releted-product {
    margin-left: -8px;
    margin-right: -8px;
  }
  .category-products.releted-product .product-item .product-item-details {
    padding: 12px 8px 12px 13px;
  }
  .category-products.releted-product .product-item .detail-label > div {
    margin-right: 0;
  }
  .catalog-product-view .info.detailed .item.content .list-images .two-image img,
  .catalog-product-view .main .product.data.items .three-image img {
    width: 100%;
    padding: 0;
    margin-bottom: 7px;
  }
  .catalog-product-view .info.detailed .item.content .list-images .two-image img:last-child,
  .catalog-product-view .main .product.data.items .three-image img:last-child {
    margin-bottom: 0;
  }
  .catalog-product-view .info.detailed .item.content .list-images .two-image,
  .catalog-product-view .main .product.data.items .three-image {
    margin-right: 0;
    margin-left: 0;
    display: block;
    margin-bottom: 7px;
  }
  .catalog-product-view .product.info.detailed .item.content .list-images {
    width: 100%;
    margin-right: 0;
  }
  .catalog-product-view .product-info-main .fieldset > .field {
    margin: 0px 0 15px;
  }
  .gs-hotdeals-timer-label {
    margin-bottom: 0;
  }
  .catalog-product-view .gs-hotdeals-timer .gs-timer-block .cd-sale {
    padding-right: 24px;
  }
  .catalog-product-view .gs-hotdeals-timer .gs-timer-block .cd-sale:before {
    top: 3px;
    right: 10px;
    font-size: 20px;
    font-weight: normal;
  }
  .product-info-main .gs-hotdeals-timer {
    margin-bottom: 18px;
  }
  .catalog-product-view .product.data.items > .item.content {
    padding: 11px 17px 15px 17px;
  }
  .product.data #mp-review-summary .block-title h2 {
    font-size: 20px;
    line-height: 30px;
  }
  .catalog-product-view .column.main .pwp-main-wrapper .product-item .product-item-name {
    margin-bottom: 0;
  }
  .catalog-product-view .column.main .pwp-main-wrapper .category-products .product-item {
    margin-bottom: 4px;
  }
  .title-releted {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 18px;
  }
  .catalog-product-view .main .product.info.detailed {
    margin-bottom: 45px;
  }
  .category-products.releted-product .product-item .detail-label {
    margin-bottom: 0;
    width: calc(100% + 5px);
  }
  .category-products.releted-product .product-item .detail-label > div {
    margin-bottom: 2px;
  }
  .category-products.releted-product .product-items .product-item .product-show {
    padding: 0;
  }
  .catalog-product-view .product-info-main .product-claim .action-claim {
    width: 86px;
    margin-left: 8px;
  }
  .catalog-product-view .product-info-main .product-claim .claim-content {
    padding: 17px 10px 17px 15px;
  }
  .catalog-product-view .product-info-main .product-claim .desc {
    margin-left: 10px;
  }
  .product-info-main .box-tocart .actions button.towishlist {
    float: right !important;
    width: auto;
    line-height: 36px;
  }
}
@media (max-width: 350px) {
  .catalog-product-view .page-main .pwp-main-wrapper .tooltip {
    display: block;
    padding-left: 0;
  }
  .category-products.releted-product .product-item .detail-label > div {
    /* min-width:auto */
  }
}
/*Cate Update*/
.page-layout-page_wow_mobile_pick .category-products .product-item .product-view-demo {
  margin-top: 8px;
}
.page-layout-page_wow_mobile_pick .category-products .product-item button.action-view-demo:hover {
  background: transparent;
  color: #79BD9A;
}
.page-layout-page_wow_mobile_pick .page-layout-page_wow_mobile_pick .category-products .product-item button.action-view-demo {
  width: 100%;
  display: flex;
  justify-items: center;
  align-items: center;
  justify-content: center;
  background: #79BD9A;
  border: 1px solid #79BD9A;
  font-size: 12px;
  line-height: 18px;
  color: #fff;
  padding: 5px 20px 3px;
}
.page-layout-page_wow_mobile_pick .category-products .product-item button.action-view-demo svg {
  margin-top: -2px;
}
.page-layout-page_wow_mobile_pick .category-products .product-item button.action-view-demo span {
  margin-left: 3.3px;
}
.page-layout-page_wow_mobile_pick .category-view .row-mobile-1 .item .inner-item .open-popup-video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
  z-index: 1;
}
.page-layout-page_wow_mobile_pick .category-view .row-mobile-1 .item .inner-item .video-container .videos .actions-close {
  display: none;
}
.page-layout-page_wow_mobile_pick .category-view .row-mobile-1 .item .inner-item {
  position: relative;
}
.page-products .category-products .product-item .gs-hotdeals-timer {
  display: block;
  white-space: nowrap;
  overflow: hidden;
}
.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}
.tools:hover {
  color: #fff;
  background: #999;
  transition: 0.5s;
}
.tools {
  font-size: 10px;
  font-weight: 600;
  border-radius: 50%;
  padding: 0px 4px !important;
  cursor: pointer;
  line-height: 12px;
  background-color: #fbaf43;
  color: #fff;
  top: -2px;
  left: 5px;
  border-bottom: 0px;
}
.tooltip .tooltiptext {
  visibility: hidden;
  width: 210px;
  background-color: #fff;
  color: #383838;
  text-align: left;
  border-radius: 6px;
  padding: 15px;
  position: absolute;
  z-index: 1;
  margin-left: -120px;
  top: 180%;
  box-shadow: 0px 0px 5px -2px #000000;
  font-size: 10px;
  font-weight: 400;
}
.tooltip .tooltiptext::after {
  bottom: 90%;
  right: 84px;
  border: 8px solid #000;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  margin-left: -.5em;
  border-color: transparent transparent #fff #fff;
  transform: rotate(135deg);
  box-shadow: -3px 3px 3px -2px #dddddd;
}
.tools:hover .tooltiptext {
  visibility: visible;
}
.catalog-product-view .cod-availability-message {
  margin: 10px 0;
  color: #000;
  width: 100%;
  text-align: left;
}
.catalog-product-view .cod-availability-message .fa.fa-truck {
  margin-right: 10px;
  color: #ea1e3c;
  font-size: 14px;
}
.catalog-product-view .free-gift-display-pdp.container {
  background: #f5f5f5;
  border-radius: 5px;
  border: 1px solid #ffffff;
  padding: 10px 15px;
  margin: 10px 0px 15px;
}
.catalog-product-view .row.free-gift-item {
  border-top: 1px solid #c7c7c7;
  margin-top: 5px;
  padding: 10px 0;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../../frontend/MageBig/martfury_wowshop02/en_US/fonts/Open_Sans/OpenSans-Regular.eot');
  src: url('../../frontend/MageBig/martfury_wowshop02/en_US/fonts/Open_Sans/OpenSans-Regular.eot?#iefix') format('embedded-opentype'), url('../../frontend/MageBig/martfury_wowshop02/en_US/fonts/Open_Sans/OpenSans-Regular.woff2') format('woff2'), url('../../frontend/MageBig/martfury_wowshop02/en_US/fonts/Open_Sans/OpenSans-Regular.woff') format('woff'), url('../../frontend/MageBig/martfury_wowshop02/en_US/fonts/Open_Sans/OpenSans-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../../frontend/MageBig/martfury_wowshop02/en_US/fonts/Open_Sans/OpenSans-Italic.eot');
  src: url('../../frontend/MageBig/martfury_wowshop02/en_US/fonts/Open_Sans/OpenSans-Italic.eot?#iefix') format('embedded-opentype'), url('../../frontend/MageBig/martfury_wowshop02/en_US/fonts/Open_Sans/OpenSans-Italic.woff2') format('woff2'), url('../../frontend/MageBig/martfury_wowshop02/en_US/fonts/Open_Sans/OpenSans-Italic.woff') format('woff'), url('../../frontend/MageBig/martfury_wowshop02/en_US/fonts/Open_Sans/OpenSans-Italic.ttf') format('truetype');
  font-weight: normal;
  font-style: italic;
}
body .footer .copyright {
  margin: auto;
}
.page-footer .footer.content {
  padding-bottom: 0;
}
body #go-top a {
  border: none;
  height: 49px;
  width: 49px;
  border-radius: 50%;
  background-color: #FFFFFF;
  box-shadow: 0px 3px 6px #00000014;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}
.page-header .account-nav .nav-item a {
  cursor: pointer;
}
body .mbi-chevron-up:before {
  content: "";
  width: 17px;
  height: 8px;
  background-image: url(../../frontend/MageBig/martfury_wowshop02/en_US/images/scoll-top.svg);
  background-repeat: no-repeat;
  display: block;
  background-position: center;
}
.page-footer .footer-top .subscribe .input-box input,
.page-header .content-search form input {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.header-main-content.sticky-menu {
  background-color: #F5F5F5;
}
.header-content-action .tv-shows-mobile button {
  overflow: initial;
}
body .minicart-items .update-cart-item {
  height: 40px;
}
body .block-minicart .block-content .cart-sum-wrap .actions > .primary .action.primary {
  background-color: #FBAF43;
  border-color: #FBAF43;
}
body .block-minicart .block-content .cart-sum-wrap .actions > .primary .action.primary:hover {
  background-color: #fff;
  border-color: #EB384B;
}
body.block-minicart .block-content .cart-sum-wrap .actions .action {
  line-height: 23px;
  padding: 12px 10px 13px;
}
body .block-minicart .subtotal {
  border-top: 1px solid #D9D9D9;
  padding-top: 20px;
}
body .minicart-items .product-item-details .price {
  font: normal 500 15px/23px Poppins;
  letter-spacing: 0;
  color: #383838 !important;
}
body .minicart-items .product-item:not(:first-child) {
  border: none;
}
body .minicart-items .cart-input-update .item-qty {
  width: 88px;
  height: 40px;
  border: 1px solid #D0D0D0;
  border-radius: 5px;
  padding: 0 32px;
}
body .minicart-items .cart-input-update button {
  display: flex;
  align-items: center;
  height: 100%;
  border: 1px solid #D0D0D0;
  box-sizing: border-box;
}
body .minicart-items .cart-input-update button.cart-btn-qty.minus {
  border-right-color: transparent;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
body .minicart-items .cart-input-update button.cart-btn-qty.plus {
  border-left-color: transparent;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  background: E#fff;
}
body .minicart-items .cart-input-update button.cart-btn-qty.plus:hover,
body .minicart-items .cart-input-update button.cart-btn-qty.minus:hover,
body .minicart-items .cart-input-update button:hover {
  border-color: #EB384B;
  border-radius: 5px;
}
body .minicart-items .cart-input-update .item-qty,
body .minicart-items .cart-input-update button span:before {
  display: block;
  color: #000;
  font: normal 600 15px/18px Poppins;
  letter-spacing: 0;
}
body .minicart-items .cart-input-update button:hover span.mbi-plus:before {
  color: #EB384B;
}
body .minicart-items .cart-input-update button span.mbi-plus:before {
  content: "+";
}
body .minicart-items .cart-input-update button span.mbi-minus:before {
  content: "-";
}
body .block-minicart .block-content .cart-sum-wrap .actions {
  display: block;
  margin-top: 29px;
}
body .block-minicart .block-content .cart-sum-wrap .actions > .primary {
  float: initial;
  width: 100%;
  display: block;
}
body .block-minicart .block-content .cart-sum-wrap .actions > div {
  display: inline-block;
  vertical-align: top;
  width: 48%;
  width: 100%;
  display: block;
  margin-bottom: 15px;
}
body .block-minicart .block-content .cart-sum-wrap .actions > div.primary {
  margin-bottom: 0px;
}
body .cart-sum-wrap {
  padding-left: 40px;
  padding-right: 36px;
  padding-bottom: 19px;
}
body .block-minicart .amount .price-wrapper:first-child .price,
body .block-minicart .subtotal .label {
  font: normal 600 18px/1.5 Poppins;
  letter-spacing: 0;
  color: #000000 !important;
}
body .block-minicart .amount .price-wrapper:first-child .price {
  font-weight: 500;
}
.page-header .action.showcart .counter.qty.empty {
  display: none;
}
.page-footer .footer-content {
  border: none;
  padding-top: 0;
}
.page-footer .footer-app img {
  width: 100%;
  cursor: pointer;
}
body .page-footer a:hover {
  color: #EB384B;
}
.page-footer .footer-app img:hover {
  opacity: 0.5;
}
.page-footer .footer-content-mid {
  background-color: #383838;
  border-top: 1px solid #e1e1e1;
  padding-top: 28px;
}
.page-footer .footer-bottom span,
.page-footer .h4,
.page-footer a {
  font: normal 400 12px/1.5 Poppins;
  letter-spacing: 0;
  color: #F5F5F5;
}
.page-footer .footer-bottom span {
  color: #fff;
}
.page-footer .h4 {
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 17px;
}
.page-footer .footer-main {
  padding-left: 0;
  padding-bottom: 34px;
}
.page-footer .copyright {
  border: none;
  padding-left: 30px;
  padding-right: 30px;
  max-width: 1259px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 6px;
  padding-bottom: 6px;
}
.page-footer .footer-bottom {
  background-color: #000000;
}
.page-footer .footer-top .col-item:not(.col-right) {
  padding-left: 105px;
  position: relative;
}
.page-footer .footer-top .col-item:not(.col-right):after {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: 100%;
  top: 0;
  left: 0;
  position: absolute;
}
.page-footer .footer-top .col-item.col-mid p {
  max-width: 320px;
  max-width: 100%;
}
.page-footer .footer-top .col-left:after {
  width: 77px;
  height: 77px;
  background-image: url(../../frontend/MageBig/martfury_wowshop02/en_US/images/footer-top-mail.svg);
  margin-top: -10px;
}
.page-footer .footer-top .col-mid:after {
  width: 86px;
  height: 86px;
  background-image: url(../../frontend/MageBig/martfury_wowshop02/en_US/images/footer-top-mid.svg);
}
.page-footer .footer-top .col-item.col-right a {
  background-repeat: no-repeat;
  background-size: 100%;
  display: block;
  width: 33px;
  height: 36px;
}
.page-footer .footer-top .col-item.col-right a * {
  display: none;
}
.page-footer .footer-top .col-item.col-right .facebook a {
  background-image: url(../../frontend/MageBig/martfury_wowshop02/en_US/images/face-iconfooter.svg);
  transform: rotate(90deg);
  margin-left: -1px;
  margin-right: 0px;
  margin-bottom: 0;
}
.page-footer .footer-top .col-item.col-right .facebook a:hover {
  background-image: url(../../frontend/MageBig/martfury_wowshop02/en_US/images/face-iconfooter-hover.svg);
}
.page-footer .footer-top .col-item.col-right .instagram a {
  background-image: url(../../frontend/MageBig/martfury_wowshop02/en_US/images/instagram-footer.svg);
}
.page-footer .footer-top .col-item.col-right .instagram a:hover {
  background-image: url(../../frontend/MageBig/martfury_wowshop02/en_US/images/instagram-footer-hover.svg);
}
.page-footer .footer-top .subscribe .text {
  margin-bottom: 11px;
}
.page-footer .footer-top .subscribe .input-box {
  position: relative;
  max-width: 340px;
}
.page-footer .footer-top .subscribe .input-box input {
  padding-right: 50px;
  height: 40px;
  border: 1px solid #D6D6D6;
  border-radius: 5px;
  padding-left: 25px;
}
.page-footer .footer-top .title-footer-top {
  line-height: 36px;
  color: #EB384B;
  text-transform: initial;
  margin-bottom: 1px;
}
.page-footer .footer-top .col-item.col-right > div {
  max-width: 156px;
  margin-top: 12px;
}
.page-footer .footer-top .col-item.col-right > div .facebook {
  padding: 0;
}
.page-footer .footer-top strong {
  font: normal 700 18px/24px Poppins;
  letter-spacing: 0;
  color: #383838;
}
.page-footer .footer-top .col-left button span {
  display: none;
}
.page-footer .footer-top button {
  background-color: transparent;
  color: #383838;
  border: none;
  padding: 0;
  width: 63px;
  height: 40px;
}
.page-footer .footer-top button:after {
  content: none;
}
.page-footer .footer-top button svg {
  display: block;
  margin: auto;
}
.page-footer .footer-top .col-left button:hover {
  color: #EB384B;
}
.page-footer .footer-top {
  padding-top: 55px;
  padding-bottom: 38px;
  box-shadow: 2px 0px 6px #00000010;
  -webkit-box-shadow: 2px 0px 6px #00000010;
  -moz-box-shadow: 2px 0px 6px #00000010;
  border: none;
}
body .mfp-close-btn-in.cart-modal .mfp-close {
  display: none;
}
body .minicart-items .action.delete:before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../../frontend/MageBig/martfury_wowshop02/en_US/images/closeminicart.svg);
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  margin-left: -5px;
  margin-top: 3px;
}
body .minicart-items .action.delete:hover:before {
  background-image: url(../../frontend/MageBig/martfury_wowshop02/en_US/images/closeminicart-hover.svg);
}
body .minicart-items .action.delete {
  height: 17px;
  width: 17px;
  padding: 0;
}
body #minicart-content-wrapper .title-top .qty {
  display: none;
}
body #minicart-content-wrapper .title-top .text,
body #minicart-content-wrapper .title-top {
  font: normal 600 20px/1.5 Poppins;
  letter-spacing: 0;
  color: #383838;
  background-color: #fff;
  text-align: center;
  border-bottom: none;
  padding-top: 19px;
}
body #minicart-content-wrapper {
  padding-left: 42px;
  padding-right: 36px;
  padding-top: 75px;
  padding-bottom: 243px;
}
body .minicart-items .product-item-details {
  padding-left: 107px;
}
body .minicart-items .product-item-name a,
body .minicart-items .product-item-name {
  font: normal 600 12px/1.5 Poppins;
  letter-spacing: 0;
  color: #000000;
  margin-bottom: 11px;
}
body .minicart-items .product-item-name a:hover {
  color: #ea3b4b;
}
.cart-modal .product-image-container {
  width: 90px !important;
  height: 90px !important;
  border-radius: 5px;
  border: 1px solid #D0D0D0;
}
body .minicart-items .product.options li > span {
  font: normal 400 10px/1.6 Poppins;
  letter-spacing: 0;
  color: #383838;
}
body .cart-modal .product-item-pricing .price-container {
  order: 2;
}
body .minicart-items .product-item-details .details-qty {
  order: 1;
}
body .cart-modal .product-item-pricing {
  display: flex;
  flex-direction: column;
}
body .minicart-items .product-item-pricing .label {
  display: none;
}
body .minicart-items .cart-input-update {
  margin: 0;
}
.page-header .custom-button-header {
  display: none;
}
.page-header .tablet {
  display: none;
}
.content-back-btn,
.cms-index-index .content-back-btn {
  display: none;
}
.header-content-action .col a span.icon-account.mobile-show {
  display: none;
}
.nav-bar-wrap .content-menu-mb-top {
  display: flex;
  flex-wrap: wrap;
}
.nav-bar-wrap .content-menu-mb-top .col-left,
.nav-bar-wrap .content-menu-mb-top .col-right {
  width: 50%;
}
.magebig-mobile-menu .content-menu-mb-top nav {
  padding-bottom: 0;
  margin-bottom: 0;
  padding: 0;
}
.magebig-mobile-menu .content-menu-mb-top nav .nav-item {
  text-align: right;
}
.nav-bar-wrap .content-menu-mb-top p {
  font-size: 10px;
  line-height: 1.4;
  color: #000000;
}
.nav-bar-wrap .content-menu-mb-top p.title-menu-top-mobile {
  font-size: 14px;
  width: 100%;
}
.page-footer .footer-main .footer-links li {
  padding: 1px 0;
}
.page-footer .footer-app {
  padding-left: 73px;
}
.page-footer .footer-app .h4 {
  margin-bottom: 25px;
}
.page-header .vertical-menu .magebig-nav > li.level0:nth-child(1) .show-sub-content .menu-items {
  display: none;
}
@media (min-width: 768px) {
  body .overlay-contentpush.open {
    visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .mobile-show {
    display: none !important;
  }
  body .page-wrapper.overlay-open:after {
    content: none;
  }
  body .page-wrapper.overlay-open {
    -webkit-transform: initial;
    transform: initial;
    position: relative;
  }
  body .overlay-contentpush.open {
    display: none;
  }
  .page-header .category-products .product-items .product-item .product-btn {
    right: 17px;
  }
  .account .page-header .account-nav {
    margin-bottom: 0 !important;
  }
  .page-header .vertical-menu .navigation {
    animation: rect 0.13s;
  }
  .page-header .vertical-menu .magebig-nav > li.level0 > a.level-top {
    padding: 7px 15px;
    padding-left: 42px;
  }
  .page-header .account-nav li.nav-item .list-account {
    list-style-type: none;
  }
  .page-header .account-nav li.nav-item .list-account .item-account {
    margin-bottom: 14px;
  }
  .page-header .account-nav li.nav-item {
    position: relative;
    display: flex;
  }
  .page-header .account-nav li.nav-item .content-nav-account {
    position: absolute;
    left: 0;
    top: 140%;
    background-color: #fff;
    border-bottom: 4px solid #FBAF43;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    min-width: 140px;
    z-index: -1;
    opacity: 0;
    padding-top: 20px;
    -webkit-box-shadow: 0 3px 6px #00000014, 0 5px px #00000014;
    box-shadow: 0 3px 6px #00000014, 0 5px px #00000014;
    border-left: 1px solid #D6D6D6;
  }
  .page-header .account-nav li.nav-item .content-nav-account ul {
    list-style-type: none;
  }
  .page-header .account-nav li.nav-item .content-nav-account ul li {
    margin-bottom: 14px;
  }
  .page-header .account-nav .nav-item .content-nav-account a {
    justify-content: left;
  }
  .page-header .account-nav li.nav-item:hover .content-nav-account {
    pointer-events: auto;
    z-index: 99;
    opacity: 1;
    top: 100%;
    animation: rect 0.13s;
  }
  .page-header .vertical-menu .magebig-nav {
    padding-top: 20px;
    padding-bottom: 10px;
  }
  .page-header .vertical-menu .navigation {
    width: 235px;
    padding-top: 0;
    padding-bottom: 0;
  }
  .page-header .header-top-inner {
    background-color: #383838;
    font: normal 500 12px/1.5 Poppins;
    color: #fff;
    text-align: center;
    letter-spacing: 0;
    padding: 9px 0;
  }
  .page-header .header-main-inner .vertical-menu {
    position: static;
    top: initial;
    left: initial;
    z-index: initial;
    height: auto;
    width: 100%;
    margin-top: 0;
    padding: 5px 0;
  }
  .page-header .shop-tv {
    position: relative;
  }
  .page-header .content.shop-tv {
    padding-left: 0;
    position: relative;
    margin: 0;
    margin-left: 0;
    padding-right: 10px;
    width: 17%;
  }
  .page-header .content-search {
    width: 30%;
    padding-right: 10px;
  }
  .page-header .content-tv-menu {
    position: absolute;
    left: 0;
    top: 140%;
    background-color: #fff;
    border-bottom: 4px solid #FBAF43;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    min-width: 179px;
    z-index: -1;
    opacity: 0;
    padding-top: 20px;
  }
  .page-header .content.shop-tv button {
    font-size: 14px;
    color: #383838;
    line-height: 1.5;
    display: flex;
    align-items: center;
    padding-right: 14px;
    padding-left: 11px;
    padding-top: 8px;
    padding-bottom: 6px;
  }
  .page-header .content.shop-tv button:hover,
  .page-header .content.shop-tv button:focus {
    color: #FBAF43;
  }
  .page-header .content.shop-tv .iconarrow-tv {
    margin-left: 8px;
    height: 24px;
  }
  .page-header .content.shop-tv .title-shop-tv,
  .page-header .content.shop-tv .icon-shop-tv {
    display: flex;
  }
  .page-header .content.shop-tv .icon-shop-tv {
    margin-right: 7px;
  }
  .page-header .content.shop-tv:hover .content-tv-menu {
    z-index: 99;
    opacity: 1;
    top: 100%;
    animation: rect 0.13s;
  }
  @keyframes rect {
    0% {
      top: 140%;
    }
    100% {
      top: 100%;
    }
  }
  @-moz-keyframes rect {
    0% {
      top: 140%;
    }
    100% {
      top: 100%;
    }
  }
  @-webkit-keyframes rect {
    0% {
      top: 140%;
    }
    100% {
      top: 100%;
    }
  }
  @-o-keyframes rect {
    0% {
      top: 140%;
    }
    100% {
      top: 100%;
    }
  }
  .page-header .content-tv-menu a {
    font: normal 400 14px/1.5 Poppins;
    letter-spacing: 0;
    color: #383838;
  }
  .page-header .content-tv-menu a.activer,
  .page-header .content-tv-menu a:hover {
    color: #EB384B;
    -webkit-text-stroke: 0.5px #EB384B;
  }
  .page-header .content-tv-menu li {
    list-style-type: none;
    margin-bottom: 14px;
  }
  .page-header .shop-all {
    position: relative;
    padding-right: 10px;
    width: 13%;
  }
  .page-header a.action.primary.btn-shop-all,
  .page-header .btn-shop-all {
    display: flex;
    align-items: center;
    padding: 6.5px 21px 6.5px 14px;
    letter-spacing: 0;
    font-size: 16px;
    line-height: 25px;
    width: 100%;
  }
  .page-header .icon-shop-all {
    margin-right: 10px;
    display: flex;
    align-items: center;
  }
  .page-header .block-search .action.search {
    background-color: transparent;
    color: #383838;
    border: 1px solid transparent;
    position: absolute;
    width: 48px;
    height: 100%;
    left: 0;
    top: 0;
    padding-top: 10px;
  }
  .page-header .content-search form input {
    padding-left: 48px;
    height: 40px;
    border-color: #D6D6D6;
  }
  .page-header .block-search .action.search:hover {
    color: #EB384B;
  }
  .page-header .content-search form {
    position: relative;
    max-width: 350px;
    width: 100%;
    height: 40px;
  }
  .page-header .user-topbar.col {
    display: flex;
  }
  .page-header .user-topbar.col .content {
    background-color: transparent;
    padding: 0;
    padding-left: 0;
  }
  .page-header .account-nav {
    margin-bottom: 0;
  }
  .page-header .header-content-action {
    padding-left: 0;
    padding-right: 10px;
    width: 11.3%;
  }
  .page-header .account-nav .nav-item a {
    font: normal 500 14px/1.5 Poppins;
    color: #383838;
    display: flex;
    padding: 0;
  }
  .page-header .account-nav .nav-item label {
    margin-bottom: 0;
  }
  .page-header .account-nav .nav-item a span {
    padding-right: 7px;
  }
  .page-header .account-nav .nav-item a:hover {
    color: #ea3b4b;
  }
  .page-header .content-minicart .action.showcart {
    display: flex;
    font-weight: 500;
    color: #383838;
  }
  .page-header .content-minicart .action.showcart:hover {
    color: #EB384B;
  }
  .page-header .action.showcart .counter.qty {
    background-color: #EB384B;
    font: normal 700 14px/1.5 Poppins;
    color: #fff;
    position: static;
    margin-left: 8px;
  }
  .page-header .icon-cart {
    margin-right: 10px;
  }
  .page-header .vertical-menu .magebig-nav > li a {
    color: #383838;
  }
  .page-header .vertical-menu .magebig-nav > li .show-sub-content .staticblock-menu-top .content-link-show-link a {
    font: normal 12px/17px 'Open Sans';
    letter-spacing: 0;
    text-decoration: underline;
    margin-top: -11px;
    white-space: nowrap;
  }
  .page-header .vertical-menu .magebig-nav > li .show-sub-content .staticblock-menu-top .content-link-show-link a:hover {
    color: #EB384B;
  }
  .page-header .vertical-menu .magebig-nav > li .show-sub-content .staticblock-menu-top .content-link-show-link {
    display: flex;
    align-items: center;
  }
  .page-header .magebig-nav .simple-dropdown ul.level0 li a {
    border: none;
  }
  .page-header .magebig-nav li.level0 ul li.groups > a {
    font: normal 400 14px/21px Poppins;
    letter-spacing: 0;
  }
  .page-header .magebig-nav li.active > a.level-top,
  .page-header .vertical-menu .magebig-nav li:hover > a,
  .page-header .vertical-menu .magebig-nav > li.level0:hover > a.level-top {
    background-color: transparent;
    color: #EB384B;
    -webkit-text-stroke: 0.5px #EB384B;
  }
  .page-header .vertical-menu .magebig-nav > li:hover > i {
    font-weight: 700;
    color: #EB384B;
  }
  .page-header .content-tv-menu,
  .vertical-menu .navigation .level0.level-top > .submenu:before,
  .page-header .vertical-menu .navigation {
    -webkit-box-shadow: 0 3px 6px #00000014, 0 5px 6px #00000014;
    box-shadow: 0 3px 6px #00000014, 0 5px 6px #00000014;
    border-left: 1px solid #D6D6D6;
  }
  .vertical-menu .navigation .level0.level-top > .submenu:before {
    -wbkit-box-shadow: 0 3px 6px #00000014, 0 5px 6px #00000014;
    box-shadow: 0 3px 6px #00000014, 0 5px 6px #00000014;
    background: transparent;
    content: none;
  }
  .page-header .sticky-menu.active .header-maininner-row {
    min-height: auto;
  }
  .page-header .content-tv-menu {
    pointer-events: none;
  }
  .page-header .content.shop-tv:hover .content-tv-menu {
    pointer-events: auto;
  }
  .page-header .header-maininner-row {
    min-height: initial;
    flex-wrap: initial;
    margin: initial;
  }
  .page-header .block-search {
    padding-right: 0;
  }
  .page-header .content-logo {
    padding-right: 10px;
    padding-top: 2px;
    width: 21%;
  }
  .page-header .content-minicart {
    padding-left: 0;
    display: block;
    width: 7.7%;
    text-align: revert;
    display: flex;
    justify-content: flex-end;
  }
  .page-header .logo img {
    width: 100%;
  }
  .page-header .header-main-inner {
    padding-top: 5px;
  }
  .page-header .vertical-menu .title {
    padding-top: 0;
    padding-bottom: 0;
  }
  .page-footer .footer-top .subscribe .input-box input::placeholder,
  .page-header .content-search form input::placeholder {
    font: normal 500 13px/20px Poppins !important;
    letter-spacing: 0 !important;
    color: #8E8E8E !important;
  }
  .page-footer .footer-top .subscribe .input-box input:-ms-input-placeholder,
  .page-header .content-search form input:-ms-input-placeholder {
    font: normal 500 13px/20px Poppins !important;
    letter-spacing: 0 !important;
    color: #8E8E8E !important;
  }
  .page-footer .footer-top .subscribe .input-box input::-ms-input-placeholder,
  .page-header .content-search form input::-ms-input-placeholder {
    font: normal 500 13px/20px Poppins !important;
    letter-spacing: 0 !important;
    color: #8E8E8E !important;
  }
  .page-header .header-main-inner .vertical-menu:before {
    content: none;
  }
  .page-header .account-nav .nav-item a span.title {
    width: 100%;
    height: auto;
    overflow: initial;
    position: static;
    margin: 0;
    padding-right: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-width: 104px;
  }
  .page-header .vertical-menu .navigation .level0.level-top > .submenu {
    pointer-events: none;
    min-width: 359px;
    overflow-y: auto;
  }
  .page-header .vertical-menu .navigation .level0.level-top > .submenu {
    pointer-events: auto;
    min-width: 512px;
  }
  .page-header .show-sub-content .item-sellers > .img,
  .page-header .show-sub-content .item-time > .img,
  .page-header .show-sub-content .item-shipping > .img {
    font-size: 0px;
    line-height: 0px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }
  .page-header .show-sub-content .item-sellers p,
  .page-header .show-sub-content .item-time p,
  .page-header .show-sub-content .item-shipping p {
    font: normal 400 10px/14px Poppins;
    letter-spacing: 0;
    color: #383838;
  }
  .page-header .show-sub-content .item-sellers p.title,
  .page-header .show-sub-content .item-time p.title,
  .page-header .show-sub-content .item-shipping p.title {
    font: normal 700 11px/17px Poppins;
    letter-spacing: 0;
    color: #383838;
    margin-bottom: 0px;
  }
  .page-header .show-sub-content .item-sellers > .img {
    width: 23px;
    height: 25px;
    background-image: url(../../frontend/MageBig/martfury_wowshop02/en_US/images/menu_award_cup_trophy_icon.svg);
  }
  .page-header .show-sub-content .item-time > .img {
    width: 27px;
    height: 31px;
    background-image: url(../../frontend/MageBig/martfury_wowshop02/en_US/images/menu_clock_hour_timer_watch_icon.svg);
  }
  .page-header .show-sub-content .item-shipping > .img {
    width: 41px;
    height: 31px;
    background-image: url(../../frontend/MageBig/martfury_wowshop02/en_US/images/menu-icon-shipping.svg);
    margin-top: 0px;
  }
  .page-header .show-sub-content .staticblock-menu-top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 17px;
  }
  .page-header .show-sub-content .row.wowshop-menu-block-submenu {
    width: 100%;
    max-width: 100%;
  }
  .page-header .show-sub-content .wowshop-menu-block-submenu > .item .content {
    display: block;
    padding-left: 7px;
  }
  .page-header .show-sub-content .wowshop-menu-block-submenu > .item,
  .page-header .show-sub-content .wowshop-menu-block-submenu {
    display: flex;
  }
  .page-header .show-sub-content .wowshop-menu-block-submenu > .item.item-time {
    margin-left: 34px;
  }
  .page-header .show-sub-content .wowshop-menu-block-submenu > .item.item-shipping {
    margin-left: 38px;
  }
  .page-header .vertical-menu .navigation,
  .page-header .vertical-menu .navigation .level0.level-top > .submenu {
    border-bottom: 4px solid#FBAF43;
    -webkit-box-shadow: 0px 3px 6px #00000014, 0 3px 6px #00000014;
    box-shadow: 0px 3px 6px #00000014, 0 3px 6px #00000014;
    background-color: #fff;
  }
  .page-header .vertical-menu .navigation .level0.level-top > .submenu {
    height: initial !important;
  }
  .page-header .vertical-menu .navigation .level0.level-top > .submenu {
    height: calc(100% + 4px) !important;
  }
  .page-header .vertical-menu .navigation .level0.evel-top > .submenu {
    -webkit-box-shadow: 1px 8px 8px #00000014, 9px 0px 9px #00000014;
    box-shadow: 1px 8px 8px #00000014, 9px 0px 9px #00000014;
    border-left: 1px solid #D6D6D6;
    top: 0px;
    left: calc(100% - 1px);
  }
  .page-header .vertical-menu .navigation {
    border-bottom-left-radius: 4px;
    border-top: none;
    top: calc(100% - 2px);
    border-left: 0;
    border-right: 0;
  }
  .page-header .vertical-menu .navigation .level0.level-top > .submenu {
    border-bottom-right-radius: 4px;
  }
  .page-header .staticblock-product-width .widget-product {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
  }
  .page-header .staticblock-product-width .widget-product > .category-products {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .page-header .staticblock-product-width.not-owl .widget-product > .category-products {
    width: 50%;
    display: flex;
  }
  .page-header .staticblock-product-width .widget-product > .category-products > .product-items {
    margin-left: 0;
    margin-right: 0;
  }
  .page-header .staticblock-product-width .widget-product > .category-products > .product-items .product-item {
    width: 100%;
    flex: 0 1 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    margin-bottom: 10px;
  }
  .page-header .staticblock-product-width {
    max-width: 480px;
  }
  .page-header .show-sub-content {
    overflow-y: auto;
  }
  .page-header .show-sub-content .wowshop-menu-block-submenu > .item.item-time {
    margin-left: 0;
    padding-left: 15px;
  }
  .page-header .show-sub-content .wowshop-menu-block-submenu > .item.item-shipping {
    margin-left: 0;
  }
  .page-header .show-sub-content .wowshop-menu-block-submenu {
    flex-wrap: wrap;
  }
  .page-header .vertical-menu .magebig-nav > li .show-sub-content .staticblock-menu-top .content-link-show-link {
    align-items: initial;
  }
  .page-header .vertical-menu .magebig-nav > li .show-sub-content .staticblock-menu-top .content-link-show-link a {
    margin-top: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .page-header .account-nav li.nav-item:hover .content-nav-account {
    min-width: 110px;
  }
  .page-header .account-nav .nav-item .id-pupup-create-account,
  .page-header .account-nav .nav-item label {
    display: none;
  }
  .page-header .vertical-menu .magebig-nav > li.level0 > a.level-top {
    padding-left: 15px;
  }
  .page-header .vertical-menu .navigation {
    width: 210px;
  }
  .page-header .vertical-menu .navigation .level0.level-top > .submenu {
    padding-left: 10px;
    padding-right: 0;
    width: 417px !important;
    min-width: initial;
    padding-top: 30px;
  }
  .page-header .content-tv-menu,
  .page-header .account-nav li.nav-item .list-account {
    padding-left: 15px;
  }
}
@media (min-width: 992px) {
  .page-header .vertical-menu .navigation .level0.level-top > .submenu {
    height: initial !important;
  }
  .page-header .vertical-menu .navigation .level0.level-top > .submenu {
    height: calc(100% + 4px) !important;
  }
  .page-header .vertical-menu .navigation .level0.level-top > .submenu {
    pointer-events: auto;
    height: 561px;
  }
  .page-header .category-products .product-items .product-item {
    margin-bottom: 0;
  }
  .page-header .vertical-menu:not(.ipad) .magebig-nav > li > i {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1023px) {
  .page-header .show-sub-content .wowshop-menu-block-submenu > .item.item-sellers,
  .page-header .show-sub-content .wowshop-menu-block-submenu > .item.item-shipping,
  .page-header .show-sub-content .wowshop-menu-block-submenu > .item.item-time {
    margin-left: 0;
    padding-left: 15px;
    width: 50%;
    justify-content: left;
  }
  .page-header .show-sub-content .wowshop-menu-block-submenu {
    margin-left: -15px;
  }
  .page-header .show-sub-content .wowshop-menu-block-submenu > .item .content {
    margin: initial;
  }
}
@media (min-width: 1024px) {
  .page-footer .footer-top .col-item.col-mid {
    flex: 0 0 39.666667%;
    max-width: 39.666667%;
  }
  .page-footer .footer-top .col-item.col-right {
    flex: 0 0 18.666667%;
    max-width: 18.666667%;
    padding-left: 10px;
  }
  .page-footer .col-company {
    flex: 0 0 30.333333%;
    max-width: 30.333333%;
  }
  .page-footer .col-account {
    padding-left: 18px;
    flex: 0 0 37.333333%;
    max-width: 37.333333%;
  }
  .page-footer .col-customer {
    flex: 0 0 30.333333%;
    max-width: 30.333333%;
  }
  .page-header .vertical-menu .navigation .level0.level-top > .submenu {
    pointer-events: auto;
    height: 546px;
  }
  .page-header .vertical-menu .navigation .level0.level-top > .submenu {
    height: initial !important;
  }
  .page-header .vertical-menu .navigation .level0.level-top > .submenu {
    height: calc(100% + 4px) !important;
  }
  .page-header .show-sub-content .wowshop-menu-block-submenu > .item.item-time {
    margin-left: 0;
    padding-left: 15px;
  }
  .page-header .show-sub-content .wowshop-menu-block-submenu > .item.item-shipping {
    margin-left: 0;
  }
  .page-header .show-sub-content .wowshop-menu-block-submenu {
    flex-wrap: wrap;
  }
  .page-header .vertical-menu .magebig-nav > li .show-sub-content .staticblock-menu-top .content-link-show-link {
    align-items: initial;
  }
  .page-header .vertical-menu .magebig-nav > li .show-sub-content .staticblock-menu-top .content-link-show-link a {
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  .page-header .category-products .product-items .product-item {
    margin-bottom: 41px;
  }
  .page-header .vertical-menu .magebig-nav > li .show-sub-content .staticblock-menu-top .content-link-show-link a {
    margin-top: -11px;
  }
  .page-header .vertical-menu .magebig-nav > li .show-sub-content .staticblock-menu-top .content-link-show-link {
    align-items: center;
  }
  .page-header .vertical-menu .navigation .level0.level-top > .submenu {
    pointer-events: auto;
    min-width: 646px;
    padding: 31px 16px 30px 34.5px;
  }
  .page-header .vertical-menu .navigation .level0.level-top > .submenu {
    height: initial !important;
  }
  .page-header .vertical-menu .navigation .level0.level-top > .submenu {
    height: calc(100% + 4px) !important;
  }
  .page-header .show-sub-content .wowshop-menu-block-submenu > .item.item-time {
    margin-left: 15px;
  }
  .page-header .show-sub-content .wowshop-menu-block-submenu > .item.item-shipping {
    margin-left: 15px;
  }
}
@media (min-width: 1366px) {
  .page-header .vertical-menu .navigation .level0.level-top > .submenu {
    pointer-events: auto;
    min-width: 733px;
  }
  .page-header .show-sub-content .wowshop-menu-block-submenu > .item.item-time {
    margin-left: 17px;
  }
  .page-header .show-sub-content .wowshop-menu-block-submenu > .item.item-shipping {
    margin-left: 38px;
  }
}
@media (min-width: 768px) and (max-width: 1280px) {
  .page-header .content.shop-tv {
    width: 19%;
  }
  .page-header .account-nav li.nav-item {
    padding-top: 5px;
    padding-bottom: 5px;
    justify-content: center;
  }
  .page-header .content-search {
    width: 34%;
  }
  .page-header .header-content-action {
    width: 12.3%;
  }
  .page-header .shop-all {
    position: relative;
  }
  .page-header .content-search form {
    max-width: 100%;
    width: 100%;
  }
  .page-header a.action.primary.btn-shop-all,
  .page-header .btn-shop-all,
  .page-header .content.shop-tv button {
    font-size: 12px;
    line-height: 1.5;
    padding-top: 8px;
    padding-bottom: 8px;
    height: 40px;
    display: flex;
    align-items: center;
  }
  .page-header a.action.primary.btn-shop-all,
  .page-header .btn-shop-all {
    padding-right: 20px;
    padding-left: 14px;
    min-width: auto;
    width: 100%;
    justify-content: center;
  }
  .page-header .content.shop-tv .iconarrow-tv {
    height: 21px;
  }
  .page-header .content.shop-tv button {
    padding-right: 14px;
    padding-left: 11px;
  }
  .page-header .icon-cart,
  .page-header .account-nav .nav-item a span.title,
  .page-header .account-nav .nav-item a span {
    /* display: flex; */
    align-items: center;
  }
  .page-header .account-nav .nav-item a span.icon-account {
    display: flex;
  }
  .page-header .content-minicart .action.showcart,
  .page-header .account-nav .nav-item a {
    font-size: 12px;
    white-space: nowrap;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .page-header .icon-cart {
    margin-right: 4px;
    display: flex;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  .page-header .account-nav li.nav-item .content-nav-account {
    min-width: 130px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .page-header .account-nav li.nav-item .content-nav-account {
    min-width: 100px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .page-header .account-nav .nav-item a span.title {
    max-width: 80px;
  }
  .page-header .header-content-action {
    width: 12.3%;
    padding-left: 5px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .page-header .content.shop-tv:hover .content-tv-menu {
    padding-right: 15px;
  }
  .page-header .content.shop-tv:hover .content-tv-menu ul {
    padding-left: 0;
  }
  .page-header .category-products .product-items .product-item {
    margin-bottom: 0;
  }
  .page-header .header-main-inner {
    padding-bottom: 6px;
  }
  .page-header .header-content-action {
    width: auto;
    padding-left: 10px;
  }
  .page-header a.action.primary.btn-shop-all,
  .page-header .btn-shop-all {
    padding: 9.5px 10px 10.5px 10px;
    min-width: auto;
    width: 100%;
    height: 40px;
  }
  .page-header .content-logo {
    padding-right: 5px;
  }
  .page-header .content.shop-tv .iconarrow-tv {
    height: 20px;
  }
  .page-header .content.shop-tv button {
    padding-bottom: 9px;
    padding-top: 9px;
    font-size: 11px;
    height: 40px;
  }
  .page-header .content-logo {
    padding-right: 10px;
    width: 15%;
  }
  .page-header .content-search form {
    width: 100%;
  }
  .page-header .tablet {
    display: block;
  }
  .page-header .desktop {
    display: none;
  }
  .page-header .content-minicart {
    padding-left: 0px;
  }
  .page-header .account-nav .nav-item a span.title {
    display: none;
  }
  .page-header .content-minicart .action.showcart span.title-cart {
    display: none;
  }
  .page-header .icon-cart {
    margin-right: 0;
  }
  .page-header .content.shop-tv {
    width: 24%;
  }
  .page-header .content-minicart .action.showcart,
  .page-header .account-nav .nav-item a {
    height: 22px;
  }
  .page-header .shop-all {
    position: relative;
    width: 17%;
  }
  .page-header .account-nav .nav-item a {
    font-size: 10px;
    line-height: 1.5;
  }
}
@media (max-width: 1199px) {
  .page-footer .footer-top .title-footer-top {
    font-size: 24px;
    line-height: 1.5;
  }
  .page-footer .footer-top strong {
    font-size: 15px;
    line-height: 1.5;
  }
}
@media (max-width: 991px) {
  .page-footer .footer-app {
    padding-left: 0;
  }
  .page-footer .footer-app > .row {
    max-width: 500px;
  }
  .page-footer .footer-main {
    padding-bottom: 0;
  }
  .page-footer .footer-content-mid {
    padding-top: 19px;
    padding-bottom: 19px;
  }
  .page-footer .footer-top strong {
    font-size: 13px;
  }
  .page-footer .footer-top .col-mid:after,
  .page-footer .footer-top .col-left:after {
    width: 60px;
    height: 60px;
  }
  .page-footer .footer-top .col-item:not(.col-right) {
    padding-left: 70px;
    padding-right: 15px;
  }
  .page-footer .footer-top .title-footer-top {
    font-size: 18px;
  }
}
@media (max-width: 767.98px) {
  body .magebig-mobile-menu .hotdeals .category-products {
    margin-right: 0;
  }
  body #go-top a {
    height: 38px;
    width: 38px;
  }
  body .minicart-items .update-cart-item {
    width: 88px;
    margin-top: 10px;
  }
  body .mfp-close-btn-in.cart-modal .mfp-close {
    height: 40px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  body .mfp-close-btn-in.cart-modal button.mfp-close:before {
    height: 30px;
  }
  body .minicart-items .product-item-name a,
  body .minicart-items .product-item-name {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 36px;
    display: block;
    display: -webkit-box;
  }
  .desktop-show {
    display: none !important;
  }
  .page-footer .footer-top .subscribe .input-box input::placeholder,
  .page-header .content-search form input::placeholder {
    font: normal 500 13px/20px Poppins !important;
    letter-spacing: 0 !important;
    color: #8E8E8E !important;
  }
  .page-footer .footer-top .subscribe .input-box input:-ms-input-placeholder,
  .page-header .content-search form input:-ms-input-placeholder {
    font: normal 500 13px/20px Poppins !important;
    letter-spacing: 0 !important;
    color: #8E8E8E !important;
  }
  .page-footer .footer-top .subscribe .input-box input::-ms-input-placeholder,
  .page-header .content-search form input::-ms-input-placeholder {
    font: normal 500 13px/20px Poppins !important;
    letter-spacing: 0 !important;
    color: #8E8E8E !important;
  }
  .page-header .account-nav li.nav-item .content-nav-account {
    display: none;
  }
  .page-footer .footer-top {
    box-shadow: 2px 0px 6px #00000014;
    -webkit-box-shadow: 2px 0px 6px #00000014;
    -moz-box-shadow: 2px 0px 6px #00000014;
  }
  .account .page-header .container .content.shop-tv,
  .page-header .header-top-inner,
  .page-header .shop-all,
  .page-header .content-minicart .action.showcart span.title-cart,
  .page-header .header-content-action .link.account-nav.link.account-nav,
  .page-header .content.shop-tv {
    display: none;
  }
  .content-back-btn,
  .page-header .custom-button-header {
    display: none;
  }
  .content-back-btn {
    width: 30px;
    height: 40px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    padding: 0;
  }
  .page-header .custom-button-header button {
    background-color: transparent;
    color: #EB384B;
    border: none;
    padding: 15px 10px 6px 35px;
  }
  .content-logo h1 {
    display: flex;
    width: 50px;
    height: auto;
  }
  .content-logo .logo img {
    max-width: 100%;
    height: auto;
    display: block;
    padding: 10px 5px 10px 5px;
    content: url('../../frontend/MageBig/martfury_wowshop02/en_US/images/wow-icon.png');
  }
  .page-header .content-search .top-search-wrap {
    padding: 10px;
    width: calc(90vw);
  }
  .page-header .content-search .top-search-wrap.open {
    display: block;
  }
  .page-header .action.showcart .counter.qty {
    margin-left: 0;
    font-size: 8px;
    line-height: 15px;
    background-color: #EB384B;
    color: #fff;
    right: -10px;
    width: 15px;
    height: 15px;
  }
  .page-header .content-logo {
    padding-left: 0;
    padding-right: 0;
  }
  .page-header .header-maininner-row {
    position: relative;
    padding: 5px 0;
    min-height: auto;
    margin: 0;
  }
  .page-header .header-maininner-row .content-logo .logo {
    width: 50px;
    max-width: 50px;
  }
  .page-header .content-minicart {
    padding-left: 0px;
    position: absolute;
    right: 20px;
    top: 16px;
    z-index: 9999;
  }
  .page-header .content-search {
    position: absolute;
    left: 50px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;
    width: 100%;
  }
  .page-header .content-search form {
    height: 40px;
    position: relative;
  }
  .page-header .block-search .action.search {
    background-color: transparent;
    color: #383838;
    border: 1px solid transparent;
    position: absolute;
    width: 40px;
    height: 100%;
    left: 0;
    top: 0;
    padding: 10px 12px;
  }
  .page-header .block-search .action.search:hover {
    background-color: #EB384B;
    border-color: #EB384B;
    color: #fff;
  }
  .page-header .content-search form input {
    padding-left: 48px;
    height: 40px;
    border-color: #D6D6D6;
    color: #303030;
    font-size: 14px;
    border-radius: 13px;
  }
  .page-header .content-minicart .action.showcart {
    display: flex;
    font-weight: 500;
    color: #383838;
    position: relative;
  }
  .page-header .sticky-menu.active .header-maininner-row {
    margin: 0;
  }
  .page-header .sticky-menu.active .content-search .top-search-wrap {
    top: 52px;
  }
  .page-header .sticky-menu.active .text-hide {
    display: block !important;
  }
  .page-header {
    min-height: initial !important;
  }
  .page-header .header.panel {
    padding-left: 0;
    padding-right: 0;
  }
  .page-header .content-minicart svg {
    width: 22px;
  }
  .page-header .user-topbar .content {
    display: none;
  }
  .page-header .col-btn-actions .user-topbar .content {
    display: block;
    background-color: #fff;
    padding: 0;
  }
  .header-content-action .btn-nav-mobile button {
    background-color: #fff;
    color: #EB384B;
    padding: 0;
    border: none;
  }
  .header-content-action .col .title-menu-mb,
  .header-content-action .col .title {
    font: normal 700 10px/1.6 Poppins;
    letter-spacing: 0;
    color: #EB384B;
    width: initial;
    height: initial;
    display: block;
    margin: 0;
    position: static;
    white-space: nowrap;
  }
  .header-content-action .btn-nav-mobile svg {
    display: block;
  }
  .page-header .header-content-action .user-topbar .link.account-nav.link.account-nav {
    display: block;
  }
  .header-content-action .tv-shows-mobile button {
    background-color: #fff;
    border: none;
  }
  .header-content-action.account-desktop {
    display: none;
  }
  .header-content-action:not(.account-desktop) {
    justify-content: space-between;
  }
  .content-tv-menu-mobile {
    height: 100%;
    top: 0;
  }
  .content-tv-menu-mobile .nav-bar-wrap-tv-menu-mobile:before {
    content: '';
  }
  .content-tv-menu-mobile .nav-bar-wrap-tv-menu-mobile .menu-child {
    font: normal 400 12px/18px Poppins;
    letter-spacing: 0;
    color: #000000;
    padding-left: 0;
    padding-top: 7.5px;
    padding-bottom: 7.5px;
    border-color: #fff;
  }
  .header-content-action .tv-shows-mobile button,
  .header-content-action .col a,
  .header-content-action .btn-nav-mobile button {
    height: 25px;
    padding: 0;
    display: block;
    margin: auto;
    margin-bottom: 6px;
  }
  body .magebig-mobile-menu ul {
    padding-left: 0;
  }
  body .magebig-mobile-menu ul.hide-menu {
    display: none;
  }
  .header-content-action .tv-shows-mobile button svg {
    display: block;
  }
  .header-content-action .col.tvshow-link a {
    margin-top: -2px;
    margin-bottom: 0px;
  }
  .page-header .col-btn-actions {
    padding: 11px 17px 0px 17px;
  }
  .header-content-action > div.col {
    flex-grow: initial;
    height: 51px;
  }
  .header-content-action .btn-nav-mobile button {
    width: 25px;
    border-radius: initial;
  }
  .header-content-action .col a {
    color: #EB384B;
    height: auto;
    margin-bottom: 0;
  }
  .header-content-action .col a span {
    display: block;
  }
  .header-content-action .col a span.icon-account {
    display: none;
  }
  .header-content-action .col a span.icon-account.mobile-show {
    display: block;
    margin-bottom: 6px;
  }
  body .magebig-mobile-menu .nav-bar-wrap:before,
  body .magebig-mobile-menu nav {
    max-width: 292px;
  }
  body .magebig-mobile-menu nav {
    padding: 33px 30px 10px 30px;
  }
  .magebig-mobile-menu .content-menu-mb-top nav a.action.primary.btn-default {
    min-width: 70px;
    line-height: 1;
    padding: 3px 12px 5px;
    margin-top: -2px;
    min-width: 77px;
    font-size: 11px;
    line-height: 17px;
  }
  .nav-bar-wrap .content-menu-mb-top .col-left {
    width: 65%;
    margin: 0;
  }
  .nav-bar-wrap .content-menu-mb-top .col-right {
    width: 35%;
  }
  .nav-bar-wrap .content-menu-mb-top p.title-menu-top-mobile {
    max-width: 100%;
    margin-bottom: 1px;
  }
  .nav-bar-wrap .content-menu-mb-top p {
    max-width: 146px;
    margin-bottom: 0;
  }
  .nav-bar li.level0.level-top > .submenu {
    display: block;
    width: 292px !important;
    position: fixed;
    height: 100vh !important;
    top: 0;
    left: -292px;
    opacity: 1;
    pointer-events: none;
    background-color: #fff;
    visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-transition: transform 250ms;
    -webkit-transition: transform 250ms;
    -o-transition: transform 250ms;
    transition: transform 250ms;
    padding-top: 54px;
  }
  .nav-bar li.level0.level-top > .submenu .item {
    display: block;
    width: 100%;
  }
  .nav-bar li.level0.level-top > i {
    position: absolute;
    right: 0px;
    top: 0;
    font-size: 12px;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: right;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  body .magebig-mobile-menu ul.nav-collapse li a {
    font: normal 400 12px/18px Poppins;
    letter-spacing: 0;
    color: #000000;
    padding-left: 0;
    padding-top: 7.5px;
    padding-bottom: 7.5px;
    border-color: #fff;
  }
  .nav-bar li.level0.level-top.active-mobile-menu > .submenu.active-mobile-menu {
    opacity: 1;
    pointer-events: auto;
    z-index: 102;
    visibility: visible;
    overflow: hidden;
    width: 100%;
    -webkit-transform: translate3d(292px, 0, 0);
    transform: translate3d(292px, 0, 0);
    overflow-y: auto;
  }
  .nav-bar li.level0.level-top > .submenu > .show-sub-content {
    padding-top: 22px;
  }
  body .magebig-mobile-menu ul.nav-collapse .submenu li a {
    color: #383838;
    padding-left: 0;
    padding-right: 0;
  }
  .content-tv-menu-mobile .nav-bar-wrap-tv-menu-mobile .menu-child:hover a,
  body .magebig-mobile-menu ul.nav-collapse .submenu li:hover > a .magebig-mobile-menu li:hover .mbi-ios-arrow-down,
  body .magebig-mobile-menu ul.nav-collapse li:hover > a {
    color: #EB384B;
    -webkit-text-stroke: 0.5px #EB384B;
  }
  .magebig-mobile-menu .account-nav {
    margin-bottom: 0;
    margin-top: 2px;
    margin-bottom: 3px !important;
  }
  .nav-bar-wrap .content-menu-mb-top {
    margin-bottom: 46px;
    margin-top: 0;
    transform: initial;
  }
  .magebig-mobile-menu .mbi-ios-arrow-down:before {
    /* content: ""; */
    width: 6px;
    height: 8px;
    /* background-image: url(../../frontend/MageBig/martfury_wowshop02/en_US/images/down-arrowmenu-mb.svg); */
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    transform: rotate(-86deg);
    color: #000000;
  }
  .magebig-mobile-menu li:hover .mbi-ios-arrow-down:before {
    /* content: ""; */
    width: 6px;
    height: 8px;
    /* background-image: url(../../frontend/MageBig/martfury_wowshop02/en_US/images/down-arrowmenu-mb-hover.svg); */
    color: #EB384B;
    -webkit-text-stroke: 0.5px #EB384B;
  }
  .magebig-mobile-menu ul.nav-collapse li .mbmenu-block {
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 25px;
  }
  .magebig-mobile-menu ul.nav-collapse li .mbmenu-block img {
    width: 100%;
  }
  .magebig-mobile-menu ul.nav-collapse li .mbmenu-block.mbmenu-block-center {
    padding-top: 0;
  }
  .nav-bar ul.nav-collapse li {
    padding-left: 0;
    padding-right: 0;
  }
  .magebig-mobile-menu ul.nav-collapse ul {
    display: block;
  }
  .close-nav-submunu span {
    width: 25px;
    height: 25px;
    display: block;
    transform: rotate(90deg);
  }
  .close-nav-mobile .close-nav-submunu {
    border-color: #8E8E8E;
    color: #8E8E8E;
    background-color: #fff;
    padding: 2.5px;
    z-index: 103;
  }
  .close-nav-mobile .close-nav-submunu:hover {
    border-color: #EB384B;
    color: #EB384B;
  }
  .close-nav-mobile .content-close-nav-mobile {
    display: flex;
    align-items: center;
    z-index: 200;
    background-color: #fff;
    width: 100%;
    padding-top: 12px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 10px;
    border-bottom: 3px solid #D6D6D6;
    position: absolute;
    top: 0;
  }
  .close-nav-mobile p.title-parent {
    font: normal 700 12px/1.5 Poppins;
    color: #000000;
    margin-block: 0;
    padding-left: 16px;
    z-index: 103;
  }
  .close-nav-mobile {
    display: flex;
    align-items: center;
    width: auto;
    margin-left: -30px;
    margin-right: -30px;
    /* margin-top: -33px; */
  }
  .close-nav-mobile.not-label {
    display: none;
  }
  .magebig-mobile-menu .title-show-all {
    display: none;
  }
  body .magebig-mobile-menu ul.nav-collapse li a.link-show-all {
    font: normal 400 10px/1.4 'Open Sans';
    color: #383838;
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 50px;
    text-decoration: underline;
  }
  body .magebig-mobile-menu ul.nav-collapse li a.link-show-all:hover {
    color: #EB384B;
  }
  .page-footer .footer-top .col-item:not(.col-right):after {
    content: none;
  }
  .page-footer .footer-top .col-item,
  .page-footer .footer-top .col-item:not(.col-right) {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    max-width: 71.9%;
    margin: auto;
    min-width: 259px;
  }
  .page-footer .footer-top .col-item.col-right > div {
    flex-wrap: initial;
    justify-content: center;
    max-width: 100%;
    margin: 0;
    margin-top: 22px;
  }
  .page-footer .footer-top .col-item.col-right > div .facebook,
  .page-footer .footer-top .col-item.col-right > div .instagram {
    flex: initial;
    max-width: initial;
    width: auto;
    display: table;
    margin: 0px 9px;
  }
  .page-footer .footer-top .subscribe .input-box {
    max-width: 100%;
  }
  .page-footer .footer-top {
    padding-top: 37px;
    padding-bottom: 21px;
  }
  .page-footer .footer-top .title-footer-top {
    font-size: 18px;
    line-height: 25px;
  }
  .page-footer .footer-top strong {
    font-size: 12px;
  }
  .page-footer .footer-top .subscribe .text {
    margin-bottom: 13px;
  }
  .page-footer #newsletter-validate-detail {
    margin-bottom: 24px;
  }
  .page-footer .footer-top .col-item.col-right .title-footer-top {
    display: none;
  }
  .page-footer .footer-top .col-item.col-right a {
    width: 25px;
    height: 27px;
  }
  .page-footer .footer-top .col-item.col-right > div .instagram {
    padding: 0;
    display: table;
  }
  .page-footer .footer-top .col-item.col-right .facebook a {
    background-position: center;
    margin-top: 0;
  }
  .page-footer .toggle-mobile .content-toggle {
    display: block !important;
    padding-bottom: 19px;
  }
  .page-footer .toggle-mobile .title .mbi:before {
    content: none;
  }
  .page-footer .toggle-mobile .title .mbi {
    display: none;
  }
  .page-footer .footer-main .title {
    border: none;
    padding: 0;
    margin-bottom: 3px;
  }
  .page-footer .footer-main .footer-links {
    display: flex;
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px;
  }
  .page-footer .footer-main .footer-links li {
    padding: 0px 5px;
  }
  .page-footer a {
    font-size: 10px;
    line-height: 1.6;
  }
  .page-footer .footer-app .h4 {
    margin-bottom: 18px;
  }
  .page-footer .col-apple,
  .page-footer .col-appgallery,
  .page-footer .col-store {
    padding: 0 4px;
  }
  .page-footer .footer-app > .row {
    margin-left: -4px;
    margin-right: -4px;
  }
  .page-footer .footer-app {
    padding-left: 0;
    padding-right: 0;
  }
  .page-footer .col-store {
    padding-left: 4px;
  }
  .page-footer .footer-bottom span {
    font: normal 500 10px/1.6 Poppins;
  }
  .page-footer .footer-app > .row:not(.default-btr) {
    margin-left: -4px;
    margin-right: -4px;
  }
  .page-footer {
    margin-bottom: 62px;
  }
  body .mfp-wrap.mfp-slide-right {
    width: 352px;
  }
  .col.col-home.tv-shows-mobile span:after,
  .col.col-home.tv-shows-mobile span:before {
    content: none;
  }
  .magebig-mobile-menu .staticblock-menu-top .img {
    font-size: 0px;
    line-height: 0px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }
  .magebig-mobile-menu .staticblock-menu-top .item-sellers .img {
    width: 23px;
    height: 25px;
    background-image: url(../../frontend/MageBig/martfury_wowshop02/en_US/images/menu_award_cup_trophy_icon.svg);
  }
  .magebig-mobile-menu .staticblock-menu-top .item-time .img {
    width: 27px;
    height: 31px;
    background-image: url(../../frontend/MageBig/martfury_wowshop02/en_US/images/menu_clock_hour_timer_watch_icon.svg);
  }
  .magebig-mobile-menu .staticblock-menu-top .item-shipping .img {
    width: 41px;
    height: 31px;
    background-image: url(../../frontend/MageBig/martfury_wowshop02/en_US/images/menu-icon-shipping.svg);
    margin-top: 0px;
  }
  body .magebig-mobile-menu ul > li.level0:nth-child(1) .show-sub-content .menu-items,
  .magebig-mobile-menu .staticblock-menu-top .content-link-show-link {
    display: none;
  }
  .magebig-mobile-menu .nav-bar li.level0.level-top > .submenu .staticblock-menu-top .item .title {
    margin-bottom: 0;
  }
  .magebig-mobile-menu .nav-bar li.level0.level-top > .submenu .staticblock-menu-top .item {
    display: flex;
  }
  .magebig-mobile-menu .nav-bar li.level0.level-top > .submenu .staticblock-menu-top .item .content {
    padding-left: 10px;
  }
  .magebig-mobile-menu .category-products .product-items .product-item {
    flex: 0 1 100%;
    max-width: 100%;
    width: 100%;
  }
  body .magebig-mobile-menu.open .nav-bar-wrap {
    overflow: hidden;
  }
  .magebig-mobile-menu .category-products .product-item .product-item-name {
    overflow: initial;
  }
  .magebig-mobile-menu .category-products .product-item .product-item-name a {
    height: auto;
  }
  .header-content-action .col .my-address .title {
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-width: 62px;
  }
}
@media (max-width: 499px) {
  .page-header .content-search .top-search-wrap {
    width: calc(100vw - 55px);
    right: -34px;
    top: 41px;
  }
  .page-header .sticky-menu.active .content-search .top-search-wrap {
    top: 47px;
  }
  .page-header .content-search form {
    width: 100%;
  }
  .page-header .content-logo {
    max-width: 99px;
  }
  .page-header .header-maininner-row {
    padding: 5px 5px;
  }
  .page-header .content-minicart {
    top: 16px;
    height: 19px;
  }
  .page-header .sticky-menu.active .content-minicart {
    top: 18px;
  }
}
@media (max-width: 359px) {
  body .mfp-wrap.mfp-slide-right {
    width: 300px;
  }
  body .magebig-mobile-menu nav {
    padding: 33px 28px 10px 28px;
  }
  body .cart-sum-wrap,
  body #minicart-content-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.row.default-btr img {
  width: auto;
}
.page-footer .footer-app .row.default-btr img:hover {
  opacity: 1;
}
.page-footer .footer-app > .row {
  margin-bottom: 18px;
}
.page-footer .footer-app .row.default-btr .h4 {
  margin-bottom: 22px;
}
.page-footer .footer-app .row.default-btr {
  margin-top: -4px;
}
@media (max-width: 767px) {
  .row.default-btr .mobile-show img {
    width: 100%;
  }
  .page-footer .footer-app .row.default-btr .h4 {
    margin-bottom: 15px;
  }
}
/*.cms-no-route-404 ul.smartmenu.magebig-nav li.level0.nav-1.level-top.mega_fullwidth.parent .level0.submenu.show-sub {
   pointer-events: auto !important;
   opacity: 1 !important;
   visibility: visible !important;
   z-index: 99999999999 !important;
   transition: visibility 180ms ease, opacity 180ms ease, margin 180ms ease;
}

 .cms-no-route-404 .page-header .vertical-menu .navigation {
   display: block;
}*/
/*column left*/
.account .columns {
  flex-wrap: nowrap;
  margin-top: 33px;
}
.account .order-md-3 {
  padding-left: 47px;
}
.sidebar-wrap {
  max-width: 290px;
}
.account .container .content {
  display: block;
  padding: 23px 0;
  border-radius: 10px;
  background-color: #f5f5f5;
}
.account .container .content.account-nav-content {
  margin-bottom: 21px;
}
.account .items .item {
  margin-left: 40px;
  margin-right: 38px;
}
.sidebar .account.sales-order-history .account-nav {
  margin-bottom: 21px;
}
.account .account-nav .item a:hover {
  background-color: #f5f5f5;
}
.account .your-order .h4 {
  font-size: 18px;
  line-height: 27px;
  font-weight: 600;
  font-family: 'Poppins';
}
.account .account-nav-content {
  border-radius: 10px;
}
.account.customer-address-index .block-addresses-default {
  display: none;
}
.account .sidebar .product-items-names .product-item {
  display: flex;
}
.account .recent-orders .title-account-sidebar {
  margin-bottom: 0;
}
.account .sidebar .product-items-names .product-item .col-right {
  margin-left: 9px;
}
.account .sidebar .product-items-names .product-item .col-right span,
.account .main-wrap .product-items-names .product-item .col-right span {
  font: 12px/18px 'Poppins';
  color: #383838;
}
.account .sidebar .product-items .price-box {
  margin: 0;
}
.account .sidebar .product-items-names .product-item .col-right .product-price span,
.account .main-wrap .product-items-names .product-item .col-right .product-price span {
  font-weight: bold;
  color: #383838 !important;
}
.account .sidebar .product-items-names .product-item .col-right span:hover,
.account .main-wrap .product-items-names .product-item .col-right span:hover {
  color: #EB384B;
}
.account .recent-orders .block-reorder {
  margin-left: 40px;
  margin-right: 29px;
  margin-top: 23.4px;
}
.account .block-reorder .product-item .field.item {
  display: block;
}
.account .sidebar .product-items-names .product-item .col-left .image-product {
  width: 53px;
  height: 53px;
}
.account .sidebar .product-items-names .product-item .col-left .image-product img {
  width: 100%;
  height: 100%;
}
.account .sidebar .col-right .product-item-name {
  font-weight: normal;
}
.account .block-reorder .actions-toolbar {
  margin-top: 21px;
  margin-bottom: 0;
}
.account .recent-orders .block-reorder .actions-toolbar button {
  /*background-color: #D6D6D6;
  border: 1px solid #D6D6D6;*/
  padding: 10px 29px 9px;
  font: 15px/18px 'Poppins';
  font-weight: bold;
}
/*.account .container .content.recent-orders {

  padding-bottom: 34px;

  background-color: #f5f5f5;

}*/
.account .container .main-wrap .content.recent-orders {
  display: none;
}
.account .recent-orders .block-reorder .actions-toolbar button:hover {
  color: #EB384B;
}
/*end column left*/
.sales-order-view .history-main-div {
  border-radius: 5px;
}
.account .page-title-wrapper {
  position: relative;
  width: 100vw;
  margin-left: calc((100vw - 100%)/(-2));
  margin-right: calc((100vw - 100%)/(-2));
}
.account .page-title-wrapper:before {
  content: '';
  width: 100%;
  height: 100%;
  background-image: url(../../frontend/MageBig/martfury_wowshop02/en_US/images/order_history/david-kovalenko-qdqSo0kJZ2c-unsplash@2x.png);
  /*opacity: 0.5;*/
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.account .page-title-wrapper h1.page-title {
  margin: 0;
  padding: 31px 0;
}
.sales-order-history .page-title-wrapper h1.page-title span:before,
.sales-order-view .page-title-wrapper h1.page-title span:before {
  content: 'My Account';
  font-size: 30px;
}
.sales-order-view .page-title-wrapper h1.page-title span,
.sales-order-history .page-title-wrapper h1.page-title span {
  font-size: 0;
}
.orders-history .history thead {
  border-bottom: 1px solid #000;
}
.sales-order-history .table:not(.cart):not(.totals) > thead > tr > th,
.sales-order-history .table:not(.cart):not(.totals) > tbody > tr > th,
.sales-order-history .table:not(.cart):not(.totals) > tfoot > tr > th,
.sales-order-history .table:not(.cart):not(.totals) > thead > tr > td,
.sales-order-history .table:not(.cart):not(.totals) > tbody > tr > td,
.sales-order-history .table:not(.cart):not(.totals) > tfoot > tr > td {
  /*width: auto;*/
  max-width: 140px;
  padding-left: 27.5px;
  padding-right: 27.5px;
}
.sales-order-history .orders-history .history tbody tr td {
  border: none;
  padding: 10px 5px;
}
.sales-order-history .orders-history .history tbody tr td:first-child,
.sales-order-history .orders-history .history thead tr th:first-child {
  padding-left: 0;
}
.sales-order-history .orders-history .history tbody tr td:last-child,
.sales-order-history .orders-history .history thead tr th:last-child {
  padding-right: 0;
}
.sales-order-history .orders-history .history thead tr th {
  padding: 10px 5px 15px;
}
.sales-order-history .orders-history .history tbody tr td a,
.sales-order-history .orders-history .history thead tr th,
.sales-order-history .orders-history .history tbody tr td {
  color: #383838;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  font-family: 'Poppins';
}
.sales-order-history .orders-history .history tbody tr td.id a.action.view {
  text-decoration: underline;
}
.sales-order-history .orders-history .history tbody tr td a:hover {
  color: #EB384B;
}
.sales-order-history .orders-history {
  border: 1px solid #CACACA;
  border-radius: 5px;
  padding: 22px 55px 26px;
  margin-bottom: 34px;
}
.sales-order-history .order-products-toolbar .limiter {
  display: none;
}
.account .toolbar .pager .pages {
  position: relative;
}
.account .pager .pages .current .page {
  line-height: 20px;
  padding: 0;
  font-weight: 500;
  font-size: 14px;
}
.account a.primary.orange.track {
  background: #FBAF43;
  border-color: #FBAF43;
}
.sales-order-view .history-main-div {
  border: none;
}
.sales-order-view .history-background-div {
  background-color: #fff;
}
.sales-order-view .table-order-border {
  border: 1px solid #CACACA;
  border-radius: 5px;
}
.border-table #my-orders-table tbody td {
  font: normal normal normal 14px/20px Poppins;
  letter-spacing: 0px;
  color: #383838;
  max-width: 100%;
  border: none;
  padding: 26px 30px 0 30px;
}
.sales-order-view #my-orders-table tbody tr:last-child td {
  padding-bottom: 22px;
  color: #191919;
}
.sales-order-view #my-orders-table tbody td:first-child {
  display: flex;
  align-items: center;
  padding-left: 5px;
  flex-wrap: wrap;
  width: 350px;
}
.sales-order-view #my-orders-table tbody td:first-child p {
  width: calc(100% - 73px);
}
.sales-order-view #my-orders-table tbody td:first-child .fg-section p {
  margin: 0;
  width: 100%;
}
.sales-order-view #my-orders-table tbody td:last-child {
  padding-right: 15px;
  float: right;
}
.sales-order-view #my-orders-table tbody td img {
  width: 53px;
  height: 53px;
}
.sales-order-view #my-orders-table tbody td p {
  margin-left: 20px;
  margin-top: 0;
  margin-bottom: 0;
  color: #191919;
}
.sales-order-view #cancel-order-button {
  display: none;
}
.sales-order-view #my-orders-table tfoot,
.sales-order-view #my-orders-table tfoot tr td {
  background-color: #fff;
}
.sales-order-view #my-orders-table tfoot tr td {
  padding-right: 7px;
  padding-left: 71.7px;
  color: #191919;
}
.grand_total th {
  padding: 0;
}
.sales-order-view #my-orders-table tfoot tr.grand_total {
  border-top: 1px solid #000;
}
.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;
}
.sales-order-view .order-details-items {
  padding: 0;
  margin-bottom: 33px;
}
.sales-order-view .order-details-items .actions-toolbar,
.sales-order-view .actions-toolbar > .secondary .action.back {
  display: block;
}
.sales-order-view .actions-toolbar > .secondary .action.back {
  cursor: pointer;
  width: 170px;
  height: 40px;
  padding: 8px 15.4px 9px 13px;
  margin: 0;
}
.sales-order-history .order-details-items .actions-toolbar {
  display: none;
}
.sales-order-view tbody {
  border-bottom: 1px solid #000;
}
.sales-order-view thead {
  border-bottom: 1px solid #000;
}
.sales-order-view .order-details-items .table-wrapper:not(:last-child) {
  margin: 0;
}
.sales-order-view .order-details-items .table-order-items > thead > tr > th {
  padding: 0 30px 0 30px;
  border: 0;
}
.sales-order-view .order-details-items .table-order-items > thead > tr > th:first-child {
  padding-left: 5px;
}
.sales-order-view .order-details-items .table-order-items > thead > tr > th:last-child {
  padding-right: 15px;
  float: right;
}
.account .page-main .column.main .block.block-order-details-view .block-content:not(.widget) .box,
[class^='sales-guest-'] .page-main .column.main .block.block-order-details-view .block-content:not(.widget) .box,
.sales-guest-view .page-main .column.main .block.block-order-details-view .block-content:not(.widget) .box {
  width: 50%;
}
.account .page-main .column.main .block:not(.widget) .block-title {
  border: none;
  padding: 0;
  margin-bottom: 34px;
}
.account .page-main .column.main .block:not(.widget) .block-title strong {
  font: 18px/25px Poppins;
  font-weight: 600;
  color: #383838;
}
.account .page-main .column.main .block:not(.widget) .box-title {
  margin-bottom: 0;
}
.account .column.main .block-content .box-title > span {
  font: 15px/21px Poppins;
  font-weight: 600;
  color: #000;
}
.sales-order-view .box-content address {
  font: 14px/20px Poppins;
  font-weight: 400;
  line-height: 21px;
  margin-bottom: 0;
  word-break: break-word;
}
.sales-order-view .block-order-details-view .block-content .box {
  margin-bottom: 43px;
}
.sales-order-view .block-order-details-view .block-content .box:last-child {
  margin-bottom: 64px;
}
.sales-order-view .payment-method {
  margin-bottom: 0;
}
.account .actions-toolbar {
  margin-bottom: 56px;
}
.history-head-right {
  padding: 0;
}
.check-complete {
  color: #EB384B;
}
.check-processing {
  color: #FBAF43;
}
.check-canceled {
  color: #383838;
}
.sales-order-view .border-table {
  clear: both;
  border: 1px solid #cacaca;
  padding: 48px 41px 32px;
  border-radius: 5px;
}
.sales-order-view tfoot .grand_total th,
.sales-order-view tfoot .grand_total td {
  padding-top: 20px;
  font: 18px/27px 'Poppins';
  font-weight: 700;
  color: #191919;
}
.sales-order-view .table tfoot > tr:first-child th,
.sales-order-view .table tfoot > tr:first-child td {
  padding-top: 26px;
  border: none;
  font: 16px/23px Poppins;
  font-weight: 400;
}
.sales-order-view #my-orders-table tfoot tr th,
.sales-order-view #my-orders-table tfoot tr td {
  font: 16px/23px Poppins;
  font-weight: 400;
}
.sales-order-view #my-orders-table tfoot tr.shipping th,
.sales-order-view #my-orders-table tfoot tr.shipping td {
  padding-bottom: 24px;
  font: 16px/23px Poppins;
}
.sales-order-view .history-head-left .order-id,
.sales-order-view .history-head-left .order-date {
  display: flex;
}
.sales-order-view .history-head-left span {
  text-transform: capitalize;
}
.sales-order-view .history-head-left .order-id {
  font: 18px/27px 'Poppins';
  font-weight: 600;
}
.history-head-left {
  padding: 0 0 32px 0;
}
.box-overflow-table {
  overflow-x: auto;
}
.sales-order-history .sorter-options {
  border: none;
  width: auto;
}
.box-title-sort {
  position: relative;
}
.sales-order-history .box-title-sort h4 {
  font-size: 18px;
  line-height: 27px;
  font-weight: 600;
}
.box-title-sort .sorter {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
}
.box-title-sort .sorter .sorter-label {
  font: 12px/18px 'Poppins';
  font-weight: 400;
  color: #000;
  display: inline-block !important;
}
.box-title-sort .sorter select {
  padding: 7.5px 15px 7.5px 6px;
  background: #ffffff url(../../frontend/MageBig/martfury_wowshop02/en_US/images/order_history/down-arrow.svg) no-repeat right center;
  font: 12px/18px 'Poppins';
  font-weight: 400;
  color: #000;
}
.box-border-table {
  overflow-x: auto;
  float: left;
}
.products-grid.wishlist .old-price {
  display: inline-block;
}
/*popup*/
body.sales-order-view #cancel-form .formRowGroup input[type="radio"] + label:before {
  top: 0;
}
body.sales-order-view #cancel-order-popup .formCancelReson .radio label {
  width: 100%;
  float: none;
  padding-left: 24px;
}
/*end*/
@media (max-width: 1367px) {
  .account .page-title-wrapper:before {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
}
@media (max-width: 1201px) {
  .sales-order-history .table:not(.cart):not(.totals) > thead > tr > th,
  .sales-order-history .table:not(.cart):not(.totals) > tbody > tr > th,
  .sales-order-history .table:not(.cart):not(.totals) > tfoot > tr > th,
  .sales-order-history .table:not(.cart):not(.totals) > thead > tr > td,
  .sales-order-history .table:not(.cart):not(.totals) > tbody > tr > td,
  .sales-order-history .table:not(.cart):not(.totals) > tfoot > tr > td {
    padding-left: 15px;
    padding-right: 15px;
  }
  .sales-order-history .orders-history .history tbody tr td:first-child,
  .sales-order-history .orders-history .history thead tr th:first-child {
    padding-left: 0;
  }
  .sales-order-history .orders-history .history tbody tr td:last-child,
  .sales-order-history .orders-history .history thead tr th:last-child {
    padding-right: 0;
  }
  #my-orders-table tfoot tr td {
    padding-left: 0;
  }
  .sales-order-view .order-details-items .table-order-items > thead > tr > th {
    padding: 0 20px 5px 0;
  }
  .border-table #my-orders-table tbody td {
    padding: 15px 20px 0 20px;
    float: none;
  }
}
@media (max-width: 1080px) {
  .sales-order-history .table:not(.cart):not(.totals) > thead > tr > th,
  .sales-order-history .table:not(.cart):not(.totals) > tbody > tr > th,
  .sales-order-history .table:not(.cart):not(.totals) > tfoot > tr > th,
  .sales-order-history .table:not(.cart):not(.totals) > thead > tr > td,
  .sales-order-history .table:not(.cart):not(.totals) > tbody > tr > td,
  .sales-order-history .table:not(.cart):not(.totals) > tfoot > tr > td {
    /*width: auto;*/
    padding-left: 5px;
    padding-right: 5px;
  }
  .sales-order-history .orders-history .history tbody tr td:first-child,
  .sales-order-history .orders-history .history thead tr th:first-child {
    padding-left: 0;
  }
  .sales-order-history .orders-history .history tbody tr td:last-child,
  .sales-order-history .orders-history .history thead tr th:last-child {
    padding-right: 0;
  }
  .sales-order-view .border-table {
    padding: 20px;
  }
}
@media (max-width: 991px) {
  .sales-order-history .orders-history {
    padding: 5px 21px 29px;
    overflow-x: auto;
  }
  .account .order-md-3 {
    padding-left: 20px;
  }
  .sales-order-view .order-details-items .table-order-items > thead > tr > th {
    padding: 0 10px;
  }
  .border-table #my-orders-table tbody td {
    padding: 15px 10px 0 10px;
    float: none;
  }
  .sales-order-view .table tfoot > tr:first-child th,
  .sales-order-view .table tfoot > tr:first-child td {
    padding-top: 15px;
  }
  .sales-order-view #my-orders-table tfoot tr.shipping th,
  .sales-order-view #my-orders-table tfoot tr.shipping td {
    padding-bottom: 15px;
  }
  .sales-order-view #my-orders-table tbody td p {
    margin-left: 10px;
    margin-top: 0;
    margin-bottom: 0;
  }
  .sales-order-view #my-orders-table tfoot tr td {
    padding-left: 5px;
  }
}
@media (max-width: 876px) {
  .sales-order-history .orders-history .history tbody tr td a,
  .account .main-container .main .orders-history .history tbody tr td,
  .account .main-container .main .orders-history .history thead tr th {
    font-size: 12px;
  }
}
@media (max-width: 767.98px) {
  .sales-order-history .table:not(.cart):not(.totals) > thead > tr > th,
  .sales-order-history .table:not(.cart):not(.totals) > tbody > tr > th,
  .sales-order-history .table:not(.cart):not(.totals) > tfoot > tr > th,
  .sales-order-history .table:not(.cart):not(.totals) > thead > tr > td,
  .sales-order-history .table:not(.cart):not(.totals) > tbody > tr > td,
  .sales-order-history .table:not(.cart):not(.totals) > tfoot > tr > td {
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }
  .account.sales-order-view .sidebar-wrap .recent-orders {
    display: none;
  }
  .account .container .main-wrap .content.recent-orders {
    display: block;
  }
  .account .main-wrap .recent-orders .block-reorder {
    margin: 0;
  }
  .account .recent-orders .block-reorder .actions-toolbar button {
    width: 118px;
  }
  .account .main-wrap .actions-toolbar {
    margin-bottom: 30px;
  }
  .sales-order-history .container .main-wrap .content.recent-orders {
    display: block;
  }
  .sales-order-history .container .sidebar-wrap .content.recent-orders {
    display: none;
  }
  .sales-order-history .container .main-wrap .block-reorder,
  .sales-order-view .container .main-wrap .block-reorder {
    background-color: #F5F5F5;
    padding: 21.4px 40px 34px;
    border-radius: 10px;
    margin-bottom: 21px;
  }
  .sales-order-history .container .main-wrap .block-reorder {
    margin: auto;
  }
  .sales-order-view .container .main-wrap .block-reorder {
    margin-bottom: 27px;
  }
  .account .main-wrap .block-reorder .product-item {
    display: flex;
    margin-bottom: 21px;
  }
  .account .main-wrap .block-reorder .product-items {
    /*margin-top: 23.4px;*/
  }
  .account .main-wrap .product-items-names .product-item .col-left .image-product,
  .account .main-wrap .product-items-names .product-item .col-left .image-product img {
    width: 53px;
    height: 53px;
  }
  .account .main-wrap .product-items-names .product-item .col-right {
    margin-left: 9px;
  }
  .account .main-wrap .block-reorder .subtitle {
    font-size: 18px;
    font-weight: 600;
    line-height: 27px;
  }
  .account .main-wrap .block-reorder .product-item-name,
  .account .main-wrap .block-reorder .product-price .price-box {
    margin-bottom: 0;
    overflow: unset;
  }
  .sales-order-history .main-wrap button.action.tocart.primary,
  .sales-order-view .main-wrap button.action.tocart.primary {
    width: 118px;
    background-color: #FBAF43;
    border: #FBAF43;
  }
  .account .main-wrap .block-reorder .actions-toolbar {
    margin-bottom: 0;
  }
  .sales-order-history .no-display,
  .sales-order-view .no-display {
    display: block;
  }
  .box-border-table {
    float: none;
  }
  .sales-order-history .orders-history .history tbody tr td a {
    font-size: 12px;
  }
  .sales-order-view #my-orders-table tbody tr:last-child td {
    padding-bottom: 36px;
  }
  .sales-order-history .box-title-sort h4 {
    font-size: 19px;
    line-height: 16px;
    font-weight: bold;
  }
  .sales-order-history .box-title-sort .sorter select option,
  .sales-order-history .box-title-sort .sorter .sorter-label,
  .sales-order-history .box-title-sort .sorter select {
    font-size: 10px;
    font-weight: 400;
  }
  .sales-order-history .table-wrapper table#my-orders-table {
    width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
  }
  .account .columns {
    flex-direction: column;
    margin-top: 0;
  }
  .sidebar-wrap {
    margin: auto;
    max-width: 100%;
  }
  .sales-order-history .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > thead > tr {
    display: flex;
    padding-bottom: 6.5px;
  }
  .sales-order-view .order-details-items thead tr {
    display: flex;
  }
  .account .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > thead > tr > th {
    display: block;
    min-width: 90px;
    padding-left: 5px;
    color: #231F20;
    font: 12px/16px 'Poppins';
    font-weight: 600;
    padding-right: 5px;
  }
  .account .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > thead > tr > th:first-child {
    padding-left: 0;
  }
  .account.sales-order-view .order-md-3.main-wrap,
  .account.sales-order-history .order-md-3.main-wrap {
    padding-left: 15px;
  }
  .account .main-container .main .orders-history .history {
    display: table;
  }
  .account .main-container .main .orders-history .history thead tr,
  .account .main-container .main .orders-history .history tbody tr {
    display: flex;
  }
  .account .main-container .main .orders-history .history tbody {
    padding-top: 5px;
  }
  .account .main-container .main .orders-history .history tbody tr {
    padding: 5px 0;
  }
  .account .main-container .main .orders-history .history tbody tr td {
    padding: 0 5px;
    min-width: 90px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    font-size: 12px;
    color: #191919;
  }
  .account .main-container .main .orders-history .history tbody tr td:first-child {
    padding-left: 0px;
    padding-top: 0;
    padding-right: 0;
    max-width: 97px;
  }
  .account .main-container .main .orders-history .history tbody tr td:last-child {
    border: none;
    padding-right: 0;
  }
  .orders-history {
    padding: 16px 29px 35px;
  }
  .orders-history .history thead {
    border: none;
  }
  .sales-order-view .border-table tfoot tr {
    display: flex;
    padding-bottom: 5px;
  }
  .border-table tfoot tr th {
    min-width: 90px;
  }
  .sales-order-view .border-table {
    padding: 17px 33px;
    width: fit-content;
  }
  .sales-order-view #my-orders-table tbody td p {
    margin-bottom: 0;
  }
  .sales-order-view .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > thead > tr > th:first-child {
    min-width: 180px;
  }
  .sales-order-view .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:first-child th,
  .sales-order-view .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:first-child td {
    padding-top: 19px;
  }
  .sales-order-view #my-orders-table tfoot tr.grand_total {
    font-weight: bold;
  }
  .sales-order-view .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr,
  .sales-order-view .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr {
    display: flex;
    align-items: center;
  }
  .sales-order-view .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr th,
  .sales-order-view .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr td {
    font-weight: 400;
    font-size: 14px;
    font-family: 'Poppins';
    color: #191919;
  }
  .sales-order-view .border-table #my-orders-table tbody td {
    padding-bottom: 10px;
  }
  .sales-order-view .history-head-left,
  .sales-order-view .history-head-right {
    float: none;
    margin: auto;
    text-align: center;
  }
  .sales-order-view .border-table #my-orders-table tbody td {
    padding: 15px 5px 0 5px;
  }
  .sales-order-view .order-details-items .order-title {
    display: none;
  }
  .border-table #my-orders-table tbody td .sales-order-view .history-background-div {
    padding-bottom: 47px;
    margin: auto;
  }
  .sales-order-view .history-head-left {
    padding: 0px;
    margin-bottom: 20px;
  }
  .sales-order-view .history-head-left .order-id,
  .sales-order-view .history-head-left .order-date {
    display: block;
  }
  .sales-order-view .table-wrapper {
    border: none;
  }
  .sales-order-view .history-head-left .order-id {
    font: 19px/27px 'Poppins';
    font-weight: 600;
  }
  .sales-order-view .history-head-right {
    max-width: 130px;
    margin-bottom: 48px;
  }
  .sales-order-view .history-head-left {
    max-width: 100%;
  }
  .sales-order-view .history-head-left .order-id,
  .sales-order-view .history-head-left .order-date {
    margin-bottom: 2px;
  }
  .sales-order-view .history-head-right .titles a {
    margin-left: 0;
  }
  .sales-order-view .history-main-div {
    margin-bottom: 0;
  }
  .sales-order-view #my-orders-table tbody td:first-child {
    min-width: 180px;
    padding-left: 0;
  }
}
@media (max-width: 620px) {
  .sales-order-history .orders-history {
    width: fit-content;
    margin-bottom: 0;
  }
  .sales-order-history .box-overflow-table {
    margin-bottom: 34px;
  }
}
@media (max-width: 376px) {
  .account.sales-order-view .main-wrap .actions-toolbar {
    display: block;
  }
  .sales-order-view .actions-toolbar > .secondary .action.back {
    margin: auto;
  }
  .sales-order-view .actions-toolbar > .secondary .action.back.cancel-order {
    margin-top: 21px;
  }
}
.customer-account-create #remember-me-box {
  display: none;
}
.cms-page-view .page.messages {
  display: none;
}
.customer-account-create .page-main {
  background: #fff;
}
.customer-account-create .block-new-customer {
  max-width: 100%;
}
.customer-account-create .customer-form-before {
  display: flex;
  position: relative;
  max-width: 894px;
  margin: auto;
  padding-top: 110px;
  margin-bottom: 44px;
}
.customer-account-create .social-btn {
  max-width: 290px;
  height: 50px !important;
  min-height: 50px;
  margin: 0;
  position: relative;
}
.customer-account-create .field-recaptcha {
  margin-bottom: 30px;
}
.customer-account-create .social-btn .btn-social {
  height: 50px;
  font-size: 20px;
  line-height: 30px;
  padding: 10px 12px 14px 40px;
  font-weight: 600;
  text-align: center;
  border-radius: 5px;
}
.customer-account-create .btn-social.btn-facebook > svg {
  left: 29%;
  width: inherit;
  background: none;
  top: 25px;
}
.customer-account-create .btn-social.btn-google > svg {
  left: 32%;
  width: inherit;
  background: none;
  top: 25px;
}
.customer-account-create .account-social-login {
  width: 66.2%;
}
.customer-account-create .account-social-login .logo-login-footer {
  display: none;
}
.customer-account-create .account-social-login .label-create {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 53px;
  font-family: 'Poppins';
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
}
.customer-account-create .account-social-login .block-content {
  display: flex;
  gap: 12px;
}
.customer-account-create #appleid-signin {
  width: 33.8%;
  height: 50px;
  margin: 0;
  max-width: 290px;
  margin-left: 12px;
  border-radius: 5px;
  background: #000;
  position: relative;
}
.customer-account-create #appleid-signin:after {
  content: '';
  background-image: url(../../frontend/MageBig/martfury_wowshop02/en_US/images/apple_login.svg);
  width: 28px;
  height: 28px;
  position: absolute;
  background-repeat: no-repeat;
  top: 50%;
  left: 15%;
  transform: translateY(-50%);
}
.customer-account-create #appleid-signin:before {
  content: 'Sign in with Apple';
  color: white;
  position: absolute;
  left: calc(56% - (180px / 2));
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  font-weight: 600;
}
.customer-account-create #appleid-signin div {
  display: none;
}
.customer-account-create .block-content {
  max-width: 630px;
  margin: auto;
}
.customer-account-create .block-content .text-form-create {
  text-align: center;
  font-size: 14px;
  line-height: 21px;
  font-weight: 500;
  font-family: 'Poppins';
}
.customer-account-create .block-content .fieldset {
  padding: 31px 0;
  box-shadow: none;
  display: flex;
  flex-wrap: wrap;
}
.customer-account-create .block-content .create-names {
  padding: 0;
  margin: 0;
}
.customer-account-create .fieldset > .field {
  width: 100%;
}
.customer-account-create .block-content .form-create-account .field-name-firstname,
.customer-account-create .block-content .form-create-account .password {
  padding-right: 6px;
}
.customer-account-create .block-content .form-create-account .field-name-lastname,
.customer-account-create .block-content .form-create-account .confirmation {
  padding-left: 6px;
}
.customer-account-create .block-content .fieldset input {
  height: 35px;
}
.customer-account-create .block-content .form-create-account .account,
.customer-account-create .block-content .form-create-account .create-names {
  display: flex;
  padding-bottom: 0;
}
.customer-account-create .block-content .form-create-account .field-name-firstname,
.customer-account-create .block-content .form-create-account .field-name-lastname,
.customer-account-create .block-content .form-create-account .password,
.customer-account-create .block-content .form-create-account .confirmation {
  width: 50%;
}
.customer-account-create .block-content .form-create-account #password-strength-meter-container {
  display: none;
}
.customer-account-create .block-content .form-create-account ._has-datepicker ~ .ui-datepicker-trigger {
  display: none;
}
.customer-account-create .block-content .form-create-account .dob-wrapper,
.customer-account-create .block-content .form-create-account .field.date ._has-datepicker,
.customer-account-create .block-content .form-create-account ._has-datepicker {
  width: 100% !important;
  margin: 0;
}
.customer-account-create .block-content .account .actions-toolbar {
  max-width: 130px;
  margin: auto;
}
.customer-account-create .block-content .form-create-account .newsletter {
  margin-bottom: 23px;
}
.customer-account-create .block-content .form-create-account .newsletter .label:before {
  width: 18px;
  height: 18px;
}
.customer-account-create .block-content .form-create-account .newsletter .label:after {
  left: 3px;
  top: 2px;
  font-size: 11px;
  width: auto;
  height: auto;
}
.customer-account-create .block-content .form-create-account .newsletter .label {
  padding-left: 28px;
}
.customer-account-create .block-content .form-create-account .newsletter span,
.customer-account-create .block-content .form-create-account .choice span {
  font-size: 13px;
  line-height: 20px;
  font-weight: 400;
}
.customer-account-create .block-content .fieldset.additional_info {
  padding-top: 0;
  padding-bottom: 0;
}
.customer-account-create .block-content .form-create-account .text-form-last {
  font-size: 13px;
  line-height: 20px;
  font-weight: 400;
}
.customer-account-create .block.block-new-customer button.action {
  height: 40px;
  border-radius: 5px;
  width: 130px;
}
.customer-account-create .block.block-new-customer .check {
  padding: 0;
}
@media (max-width: 991px) {
  .customer-account-create .btn-social.btn-facebook > svg {
    left: 24%;
  }
  .customer-account-create .btn-social.btn-google > svg {
    left: 27%;
  }
  .customer-account-create #appleid-signin:after {
    top: 50%;
    left: 6%;
    transform: translateY(-50%);
  }
  .customer-account-create #appleid-signin:before {
    left: calc(56% - (180px / 2));
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (max-width: 767px) {
  .customer-account-create .customer-form-before {
    display: inherit;
    max-width: 100%;
  }
  .customer-account-create .account-social-login .block-content {
    display: inherit;
    gap: inherit;
    max-width: 100%;
  }
  .customer-account-create .btn-social.btn-facebook > svg {
    left: 39%;
  }
  .customer-account-create .btn-social.btn-google > svg {
    left: 40%;
  }
  .customer-account-create #appleid-signin:after {
    top: 50%;
    left: calc(54% - (220px / 2));
    transform: translateY(-50%);
  }
  .customer-account-create #appleid-signin:before {
    left: calc(56% - (180px / 2));
    top: 50%;
    transform: translateY(-50%);
  }
  .customer-account-create .account-social-login {
    width: 100%;
  }
  .customer-account-create .social-btn {
    max-width: 100%;
    margin-bottom: 10px;
  }
  .customer-account-create #appleid-signin {
    width: 100%;
    max-width: 100%;
    margin: 0;
  }
  .customer-account-create #appleid-signin div {
    max-width: 100% !important;
  }
  .customer-account-create .block-content .form-create-account .account,
  .customer-account-create .block-content .form-create-account .create-names {
    display: inherit;
  }
  .customer-account-create .block-content .form-create-account .field-name-firstname,
  .customer-account-create .block-content .form-create-account .field-name-lastname,
  .customer-account-create .block-content .form-create-account .password,
  .customer-account-create .block-content .form-create-account .confirmation {
    width: 100%;
  }
  .customer-account-create .block-content .form-create-account .field-name-firstname,
  .customer-account-create .block-content .form-create-account .password {
    padding-right: 0px;
  }
  .customer-account-create .block-content .form-create-account .field-name-lastname,
  .customer-account-create .block-content .form-create-account .confirmation {
    padding-left: 0px;
  }
}
@media (max-width: 579px) {
  .customer-account-create .social-btn .btn-social svg {
    left: 33%;
  }
}
@media (max-width: 448px) {
  .customer-account-create .account-social-login .label-create {
    top: 15px;
  }
}
@media (max-width: 425px) {
  .customer-account-create .btn-social.btn-facebook > svg {
    left: 33%;
    top: 20px;
  }
  .customer-account-create .btn-social.btn-google > svg {
    left: 34%;
    top: 20px;
  }
  .customer-account-create .social-btn .btn-social {
    height: 40px;
    padding: 5px 12px 14px 20px;
    font-size: 16px;
  }
  .customer-account-create #appleid-signin:before {
    left: calc(56% - (145px / 2));
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
  }
  .customer-account-create #appleid-signin:after {
    top: 50%;
    left: calc(54% - (185px / 2));
    transform: translateY(-50%);
    height: 25px;
  }
  .customer-account-create .social-btn {
    margin-bottom: 0;
  }
  .customer-account-create #appleid-signin {
    height: 40px;
  }
  .customer-account-create .customer-form-before {
    padding-top: 100px;
    margin-bottom: 15px;
  }
  .customer-account-create .block-content .fieldset {
    padding: 10px 0;
  }
  .customer-account-create .fieldset > .field {
    margin-bottom: 10px;
  }
  .customer-account-create .block-new-customer {
    margin-bottom: 20px !important;
  }
}
@media (max-width: 374px) {
  .customer-account-create .btn-social.btn-facebook > svg {
    left: 30%;
    top: 20px;
  }
  .customer-account-create .btn-social.btn-google > svg {
    left: 32%;
    top: 20px;
  }
  .customer-account-create .g-recaptcha iframe {
    transform: scale(0.9);
    position: relative;
    left: -18px;
  }
}
.customer-account-login .login-container {
  background: #fff;
  margin-bottom: 100px !important;
}
.customer-account-login .login-container .fieldset,
.customer-account-login .form.password.reset .fieldset,
.customer-account-login .form.send.confirmation .fieldset,
.customer-account-login .form.password.forget .fieldset {
  box-shadow: none;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
}
.customer-account-login .title-login-form {
  display: none;
}
.customer-account-login .page-main .action:not(.remind) {
  font-size: 15px;
  font-weight: bold;
}
.customer-account-login .tooltip.wrapper {
  padding-left: 5px;
  top: -2px;
}
.customer-account-login .tooltip.wrapper .toggle {
  height: 21px;
  font-size: 15px;
}
.customer-account-login #remember-me-box {
  display: flex;
}
/*.customer-account-login .block-link {
  display: none;
}*/
.customer-account-login .logo-login-footer {
  display: none;
}
.customer-account-login #appleid-signin {
  max-width: 100%;
  margin: auto;
  height: 50px;
  background: #000;
  border-radius: 5px;
  position: relative;
  cursor: pointer;
}
.customer-account-login #appleid-signin:after {
  content: '';
  background-image: url(../../frontend/MageBig/martfury_wowshop02/en_US/images/apple_login.svg);
  width: 28px;
  height: 28px;
  position: absolute;
  background-repeat: no-repeat;
  top: 50%;
  left: 26%;
  transform: translate(-50%, -50%);
}
.customer-account-login #appleid-signin:before {
  content: 'Sign in with Apple';
  color: white;
  position: absolute;
  left: calc(55% - (180px / 2));
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  font-weight: 600;
}
.customer-account-login #appleid-signin div {
  display: none;
}
.customer-account-login .customer-login {
  padding: 30px;
  padding-top: 0;
  padding-bottom: 30px;
}
.customer-account-login .social-btn {
  margin-bottom: 15px;
}
.customer-account-login .social-btn .btn-social {
  height: 50px;
  font-size: 20px;
  line-height: 30px;
  padding: 10px 12px 14px 50px;
  font-weight: 600;
  text-align: center;
  border-radius: 5px;
}
.customer-account-login .btn-social > svg {
  background: none;
}
.customer-account-login .btn-social.btn-facebook > svg {
  left: 30%;
}
.customer-account-login .btn-social.btn-google > svg {
  left: 33%;
}
.customer-account-login .login-container .block .block-title {
  margin-bottom: 10px;
  padding-top: 30px;
}
#social-login-popup .label-create {
  margin-bottom: 18px;
  width: -webkit-fill-available;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  line-height: 27px;
}
#social-login-popup .label-create span {
  font-size: 0;
}
#social-login-popup .label-create span:before {
  content: 'Sign up with your social media account';
  font-size: 18px;
}
.customer-account-login .login-container .block .block-title a:hover {
  color: #000;
}
.customer-account-login #remember-me-box {
  margin: 0;
  padding: 15px 0;
  order: 1;
  width: fit-content;
}
.customer-account-login .login .actions-toolbar {
  order: 2;
}
.customer-account-login #remember-me-box .label:before {
  top: 1px;
  background: #f10000 0% 0% no-repeat padding-box;
}
.customer-account-login .login-container .remind {
  width: fit-content;
}
.customer-account-login .login-container .account-social-login {
  padding: 0 30px;
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  .customer-account-login .login-container {
    margin-bottom: 60px !important;
    margin-top: 60px;
  }
  .customer-account-login .login-container .fieldset,
  .customer-account-login .form.password.reset .fieldset,
  .customer-account-login .form.send.confirmation .fieldset,
  .customer-account-login .form.password.forget .fieldset {
    padding: 20px;
  }
  .customer-account-login .customer-login {
    padding: 20px;
    padding-top: 0;
    padding-bottom: 30px;
  }
  .customer-account-login .login-container .account-social-login {
    padding: 0 20px;
  }
}
@media (max-width: 480px) {
  .customer-account-login .social-btn .btn-social {
    padding: 10px 12px 14px 20px;
  }
  .customer-account-login .btn-social.btn-facebook > svg {
    left: 26%;
  }
  .customer-account-login .btn-social.btn-google > svg {
    left: 29%;
  }
  .customer-account-login #appleid-signin:after {
    top: 50%;
    left: 21%;
    transform: translateY(-50%);
  }
  .customer-account-login #appleid-signin:before {
    left: calc(55% - (180px / 2));
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (max-width: 425px) {
  .customer-account-login .social-btn .btn-social {
    padding: 10px 12px 14px 35px;
  }
  .customer-account-login .btn-social.btn-facebook > svg {
    left: 27%;
  }
  .customer-account-login .btn-social.btn-google > svg {
    left: 31%;
  }
  .customer-account-login #appleid-signin:after {
    top: 50%;
    left: 16%;
    transform: translateY(-50%);
  }
  .customer-account-login #appleid-signin:before {
    left: calc(55% - (180px / 2));
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (max-width: 374px) {
  .customer-account-login .btn-social.btn-facebook > svg {
    left: 17%;
  }
  .customer-account-login .btn-social.btn-google > svg {
    left: 23%;
  }
  .customer-account-login #appleid-signin:after {
    top: 50%;
    left: 8%;
    transform: translateY(-50%);
  }
  .customer-account-login #appleid-signin:before {
    left: calc(55% - (180px / 2));
    top: 50%;
    transform: translateY(-50%);
  }
  .customer-account-login .field-recaptcha .g-recaptcha {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
    margin-bottom: 0 !important;
    width: fit-content;
  }
}
.products-grid.wishlist .old-price {
  display: inline-block;
}
/* popup */
body #social-login-popup {
  max-width: 835px;
  min-height: 475px;
  height: fit-content;
  border: 5px solid #FBAF43;
  display: flex;
  background: #fff;
  margin: 147px auto !important;
}
body #social-login-popup .social-login-title {
  display: none;
}
body #social-login-popup .block-container .block .block-title a:hover {
  color: #eb384b;
}
body #social-login-popup .social-login-title .social-login-title h2 {
  line-height: 38px;
}
body #social-login-popup .block-container .block .block-title:before {
  content: none;
}
body #social-login-popup .mfp-close {
  color: #000;
  top: -20px;
  right: 0;
  font-size: 20px;
  background: none;
  border: none;
}
body #social-login-popup .mfp-close:before {
  content: '\f00d';
  font-family: 'Font Awesome 5 Pro';
}
body #social-login-popup .mfp-close:hover {
  border: none;
  color: red;
  background: none;
}
body #social-login-popup .fieldset.login {
  padding-top: 55px;
  padding-left: 35px;
}
body #social-login-popup .login-container button.action,
body #social-login-popup .login-container .input-text {
  height: 35px;
  min-width: 272px;
  width: fit-content;
  padding: 7.5px 10px;
}
body #social-login-popup .social-btn .btn-social {
  padding-bottom: 15px;
  height: 50px;
  font-size: 20px;
  line-height: 30px;
  padding: 10px 12px 14px 40px;
  font-weight: 600;
  text-align: center;
  border-radius: 5px;
}
body #social-login-popup #appleid-signin {
  height: 50px;
  margin: 0;
  max-width: 290px;
  border-radius: 5px;
  background: #000;
  position: relative;
  width: 100%;
}
body #social-login-popup #appleid-signin svg {
  margin: 0;
}
body #social-login-popup input[type="checkbox"] {
  display: block;
  width: fit-content;
  height: fit-content;
}
body #social-login-popup .field.rememberme {
  display: flex;
  margin-bottom: 0;
  margin-top: 18px;
}
body #social-login-popup .field.rememberme .control {
  width: fit-content;
  height: fit-content;
  margin-right: 5px;
}
body #social-login-popup .field.rememberme .label {
  margin-bottom: 0;
  font-size: 10px;
  line-height: 16px;
  font-weight: 400;
}
body #social-login-popup .label-create span {
  font-weight: bold;
}
body #social-login-popup .btn-social > svg {
  background: none;
}
body #social-login-popup .btn-social.btn-facebook > svg {
  left: 21%;
}
body #social-login-popup .btn-social.btn-google > svg {
  left: 25%;
}
body #social-login-popup .block-content {
  margin: 0 auto;
}
body #social-login-popup .social-login-authentication-channel .block-content {
  padding: 0 20px;
}
body #social-login-popup .create .block-content {
  display: none;
}
body #social-login-popup .block-content .actions-toolbar {
  max-width: 100%;
  width: 100%;
  min-width: 290px;
  margin-bottom: 15px;
}
#social-login-popup .block-container .block .block-title {
  display: none;
}
#social-login-popup .block-container {
  display: flex;
}
#social-login-popup .social-login-authentication-channel {
  padding-left: 35px;
  padding-right: 35px;
  display: flex;
  flex-direction: column;
  order: 1;
  width: 55%;
  padding: 0;
  margin-top: 0;
  box-shadow: none;
}
#social-login-popup .login-container {
  order: 2;
  width: 45%;
}
#social-login-popup .logo-login-footer {
  padding-bottom: 25px;
  padding-top: 60px;
  margin: 0 auto;
  display: block;
}
#social-login-popup .logo-login-footer img {
  width: -webkit-fill-available;
  padding: 0 18px;
}
#social-login-popup .title-login-form {
  display: block;
  margin-bottom: 15px;
  font-weight: 500;
}
#social-login-popup .label-create {
  text-align: center;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 15px;
}
#social-login-popup .action.remind {
  position: absolute;
  text-align: end;
  top: 39px;
  right: 35px;
  line-height: 16px;
  font-size: 10px;
  color: #EB384B;
  font-style: italic;
}
body #social-login-popup .login-container .primary .action {
  width: fit-content;
  min-width: 130px;
  text-align: center;
  height: 40px;
}
body #social-login-popup .login-container .primary {
  text-align: start;
}
#social-login-popup .block-link,
#social-login-popup .block-link a {
  font-size: 16px;
  margin-top: 25px;
  color: #eb384b;
  order: 2;
  font-weight: 600;
}
#social-login-popup .block-link a:hover {
  color: #383838;
}
body #social-login-popup .field.password {
  margin-bottom: 30px;
}
body #social-login-popup .field-recaptcha .g-recaptcha {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
  margin-bottom: 0 !important;
  width: fit-content;
}
body #social-login-popup .field.rememberme .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 13px;
  width: 13px;
  border-radius: 3px;
  background-color: #d6d6d6;
  pointer-events: none;
}
body #social-login-popup .field.rememberme .checkmark:after {
  content: "\f00c";
  font-family: 'Font Awesome 5 Pro';
  left: 2.5px;
  top: -4px;
  width: 0px;
  color: white;
  height: 10px;
  font-size: 8px;
  position: absolute;
  display: none;
}
body #social-login-popup .field.rememberme input:checked ~ .checkmark:after {
  display: block;
}
body #social-login-popup .block-content .actions-toolbar #appleid-signin:after {
  left: 18%;
}
@media (max-width: 991px) {
  body #social-login-popup .mfp-close {
    color: #000;
    top: -10px;
    right: -5px;
    font-size: 20px;
    background: none;
    border: none;
  }
  body #social-login-popup .login-container button.action,
  body #social-login-popup .login-container .input-text {
    min-width: fit-content;
    width: 100%;
  }
  body #social-login-popup #appleid-signin:after {
    left: 15%;
  }
  body #social-login-popup .fieldset.login {
    padding-right: 15px;
  }
  #social-login-popup .block-link,
  #social-login-popup .block-link a {
    font-size: 14px;
  }
}
@media (max-width: 767.99px) {
  body #social-login-popup {
    height: auto;
  }
  #social-login-popup .logo-login-footer {
    padding-top: 45px;
  }
  #social-login-popup .block-container {
    flex-direction: column;
  }
  #social-login-popup .block-container.create {
    display: none;
  }
  #social-login-popup .login-container,
  #social-login-popup .social-login-authentication-channel {
    width: 100%;
    max-width: 100%;
  }
  #social-login-popup .login-container {
    padding: 35px 30px;
    margin-bottom: 15px !important;
  }
  body #social-login-popup .fieldset.login {
    padding: 0;
  }
  #social-login-popup .title-login-form {
    text-align: center;
  }
  #social-login-popup .block-link,
  #social-login-popup .block-link a {
    font-size: 12px;
    margin-top: 15px;
  }
}
@media (max-width: 479px) {
  #social-login-popup .logo-login-footer {
    padding-top: 15px;
    padding-bottom: 0px;
    width: -webkit-fill-available;
  }
  body #social-login-popup .block-content .actions-toolbar {
    min-width: 227px;
  }
  #social-login-popup .label-create span:before {
    font-size: 13px;
  }
  #social-login-popup .label-create {
    margin-bottom: 0;
  }
  body #social-login-popup .block-content .actions-toolbar {
    margin-bottom: 10px;
  }
  body #social-login-popup .social-btn .btn-social {
    padding-bottom: 15px;
    height: 39px;
    font-size: 15px;
    line-height: 20px;
    padding: 10px 12px 14px 40px;
    font-weight: 600;
    text-align: center;
    border-radius: 5px;
  }
  body #social-login-popup .btn-social.btn-facebook > svg {
    left: 25%;
    width: 39px;
    height: 39px;
    top: inherit;
  }
  body #social-login-popup .btn-social.btn-google > svg {
    left: 28%;
    width: 39px;
    height: 39px;
    top: inherit;
  }
  body #social-login-popup #appleid-signin {
    height: 39px;
  }
  #social-login-popup #appleid-signin:before {
    left: calc(55% - (136px / 2));
    font-size: 15px;
    line-height: 20px;
  }
  body #social-login-popup #appleid-signin:after {
    width: 15.4px;
    height: 19px;
  }
  #social-login-popup .login-container {
    padding: 5px 20px 30px;
  }
  #social-login-popup .action.remind {
    right: 0;
  }
  #social-login-popup .login .block-link,
  #social-login-popup .login .block-link a {
    margin-top: 5px;
  }
  body #social-login-popup .field-recaptcha .g-recaptcha {
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -o-transform: scale(0.7);
    transform: scale(0.7);
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
    margin-bottom: 0 !important;
    width: fit-content;
  }
}
@media (max-width: 374.99px) {
  body #social-login-popup .field-recaptcha .g-recaptcha {
    -webkit-transform: scale(0.65);
    -moz-transform: scale(0.65);
    -ms-transform: scale(0.65);
    -o-transform: scale(0.65);
    transform: scale(0.65);
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
    margin-bottom: 0 !important;
    width: fit-content;
  }
  #social-login-popup .logo-login-footer {
    margin: inherit;
  }
  body #social-login-popup .mfp-close {
    top: -15px;
    right: -10px;
  }
}
@media (max-width: 330px) {
  #social-login-popup .label-create span:before {
    font-size: 12px;
  }
}
/* end popup */
.cms-onair .page-title-wrapper h1.page-title {
  display: none;
}
.cms-onair .section-2 .previously-aired-section .onair-product-details .row > .col-sm-12 {
  margin-bottom: 5px;
}
.cms-onair .breadcrumbs ul.items li.item {
  color: #FFF;
}
.cms-onair .breadcrumbs ul.items li.item a {
  color: #FFF;
}
.cms-onair .page-main .column.main {
  padding-bottom: 20px;
}
.cms-onair .page-footer {
  margin-top: 0;
}
.cms-onair .wrapper-breadcrums {
  display: none;
}
.cms-onair .container.main-container {
  max-width: 100%;
  padding: 0;
}
.cms-onair .tv-schedule-container {
  padding: 0;
}
.cms-onair .tv-schedule-container .row {
  margin: 0;
}
.cms-onair .tv-schedule-container .tabs-banner {
  width: 100%;
}
.cms-onair .tv-schedule-container .tabs-banner .col {
  padding: 0;
  position: relative;
}
.cms-onair .tv-schedule-container .tabs-banner .col.active-channel {
  border-bottom: none;
}
.cms-onair .tv-schedule-container .tabs-banner .channel-breadcrumbs {
  position: absolute;
  z-index: 0;
  padding: 0;
  padding-left: 30px;
  padding-right: 30px;
  display: block;
  width: 100%;
  left: 0;
  right: 0;
  bottom: auto;
  top: 15px;
}
.cms-onair .tv-schedule-container .tabs-banner .channel-breadcrumbs .breadcrumbs {
  padding: 0;
}
.cms-onair .tv-schedule-container .tabs-banner .channel-breadcrumbs .breadcrumbs ul.items {
  margin-bottom: 0;
}
.cms-onair .tv-schedule-container .tabs-banner .channel-banner .banner-desktop {
  display: block;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.cms-onair .tv-schedule-container .tabs-banner .channel-banner .banner-mobile {
  display: none;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.cms-onair .tv-schedule-container .channel-list {
  display: none;
  margin-top: 8px;
  margin-bottom: 7px;
}
.cms-onair .tv-schedule-container .channel-list .col-md-12 {
  padding: 0;
}
.cms-onair .tv-schedule-container .tvschedule-channel-list {
  display: flex;
  display: -webkit-flex;
  flex-flow: wrap;
  -webkit-flex-flow: wrap;
  background: unset;
  border: none;
}
.cms-onair .tv-schedule-container .tvschedule-channel-list .col {
  width: 32%;
  flex-basis: initial;
  -webkit-flex-basis: initial;
  flex-grow: initial;
  -webkit-flex-flow: initial;
  margin-bottom: 4px;
  padding: 0;
  margin-right: 2%;
  height: 42px;
}
.cms-onair .tv-schedule-container .tvschedule-channel-list .col:nth-child(3n) {
  margin-right: 0;
}
.cms-onair .tv-schedule-container .tvschedule-channel-list .col a {
  /*display: block;*/
  border: 1px solid #CACACA;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  height: 100%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  padding: 5px;
}
.cms-onair .tv-schedule-container .tvschedule-channel-list .col.active a {
  border: 2px solid #F32F44;
}
.cms-onair .tv-schedule-container .tvschedule-channel-list .col a img {
  /*width: auto;*/
  width: 100%;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  margin: 0 auto;
}
.cms-onair .tv-schedule-container .tabs-banner img {
  width: 100%;
  max-width: 100%;
  opacity: 0;
}
.cms-onair .section-1 {
  padding: 40px 0;
  background-color: #F5F5F5;
}
.cms-onair .section-1 .container {
  display: flex;
  display: -webkit-flex;
}
.cms-onair .section-1 .container .onair-widget-block {
  /*padding: 0;*/
  width: 58%;
}
.cms-onair .section-1 .container .next-airing-block {
  width: 42%;
}
.cms-onair #tvshows-onairwidget {
  min-height: 195px;
  height: 100%;
  border: 3px solid #EB384B;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  background: #fff;
  margin: 0;
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
  -webkit-filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
}
.cms-onair .onair-product-heading > .row {
  background: #EB384B;
}
.cms-onair .onair-product-heading .onair-label {
  background: #EB384B;
  color: #fff;
  font-size: 24px;
  line-height: 35px;
  font-weight: 700;
  padding: 2px 24px;
  -ms-flex: 0 0 44%;
  flex: 0 0 44%;
  max-width: 44%;
}
.cms-onair .onair-product-heading .onair-timelimit {
  margin: 0;
  font-size: 18px;
  line-height: 27px;
  font-weight: 700;
  text-align: right;
  padding: 8px 27px 8px 0;
  background: #EB384B;
  -ms-flex: 0 0 56%;
  flex: 0 0 56%;
  max-width: 56%;
}
.cms-onair #tvshows-onairwidget .onair-product-box {
  border: 0;
  min-width: 0;
  max-width: 100%;
  padding: 30px 0 25px;
}
.cms-onair #tvshows-onairwidget .onair-product-box:first-child {
  -ms-flex: 0 0 51%;
  flex: 0 0 51%;
  max-width: 51%;
  max-height: 100%;
}
.cms-onair #tvshows-onairwidget .onair-product-box:last-child {
  -ms-flex: 0 0 49%;
  flex: 0 0 49%;
  max-width: 49%;
  padding-left: 9px;
  padding-right: 15px;
  max-height: 100%;
  display: -webkit-flex;
  display: -ms-flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  display: flex;
}
.cms-onair #tvshows-onairwidget .onair-product-box .onair-product-details {
  max-width: 263px;
  padding-top: 0;
  padding-bottom: 0;
}
.cms-onair .onair-product-box .detail-label {
  margin-bottom: 5px;
}
.cms-onair .onair-product-box .onair-product-details > .row {
  margin-bottom: 12px;
}
.cms-onair .onair-product-box .onair-product-name-block {
  max-height: 60px;
  height: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.cms-onair .onair-product-box .onair-product-name-block .onair-product-name {
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  color: #383838;
  height: auto;
}
/*.cms-onair .onair-product-details .row.onair-price

{

  margin-bottom: 10px;

}*/
.cms-onair .onair-product-details .onair-discount-price {
  font-size: 24px;
  line-height: 35px;
  font-weight: 700;
  margin-right: 7px;
}
.cms-onair .onair-product-details .onair-discount-price + br {
  display: none;
}
.cms-onair .onair-product-details .onair-original-price {
  font-size: 18px;
  line-height: 27px;
  color: #383838;
  position: relative;
  bottom: 2px;
}
.cms-onair .onair-product-installments .label-installments {
  font-size: 12px;
  line-height: 16px;
  color: #000000;
}
.cms-onair .onair-product-installments .logo-installments {
  width: 34px;
  height: 11px;
  background: url(../../frontend/MageBig/martfury_wowshop02/en_US/images/home/logo-installments.svg);
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 1px;
}
.cms-onair .onair-product-details .onair-product-addto-cart {
  -ms-flex: 0 0 calc(100% - 99px);
  flex: 0 0 calc(100% - 99px);
  max-width: calc(100% - 99px);
  margin-top: 10px;
  padding-right: 10px;
}
.cms-onair .onair-product-details .onair-product-addto-cart button {
  font-size: 14px;
  line-height: 18px;
  background: #EB384B;
  color: #fff;
  border: 1px solid #EB384B;
  width: 100%;
  padding: 10px 20px;
}
/*.cms-onair .onair-product-box .onair-product-details > .row:last-child .onair-product-view-demo {

  -ms-flex: 0 0 114px;

  flex: 0 0 114px;

  max-width: 114px;

  padding: 0 15px 0 0;

  margin-top: 2px;

}*/
.cms-onair .onair-product-details .onair-product-view-demo {
  -ms-flex: 0 0 99px;
  flex: 0 0 99px;
  max-width: 99px;
  padding: 0 0 0 0;
  margin-top: 10px;
}
.cms-onair .onair-product-details .onair-product-view-demo .live-play-button {
  background: #79BD9A;
  border: 1px solid #79BD9A;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  width: 100%;
  height: auto;
  color: #fff;
  font-size: 12px;
  line-height: 14px;
  font-weight: 700;
  text-align: center;
  position: static;
  padding: 5px 3px;
}
.cms-onair .onair-product-details .live-play-button .play-button-div {
  width: 22px;
  height: 22px;
  background: #F5F5F5;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #79BD9A;
}
.cms-onair .onair-product-details .live-play-button .play-button-div:before {
  content: '';
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 9px solid #EB384B;
  display: block;
  position: absolute;
  top: 50%;
  left: calc(50% + 1px);
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.cms-onair .onair-product-details .live-play-button .onair-label {
  padding-left: 6px;
  max-width: 45px;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
}
.cms-onair .onair-product-details .onair-product-view-more .view-more-button {
  font-family: 'Open Sans';
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0;
  text-decoration: underline;
  position: relative;
}
.cms-onair .onair-product-details .onair-product-view-more .view-more-button:after {
  position: absolute;
}
.cms-onair .live_video {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  background: rgba(0, 0, 0, 0.8);
}
.cms-onair .live_video .live-video-box {
  height: 100vh;
  position: relative;
  max-width: 90%;
}
.cms-onair .live_video .live-video-box iframe {
  height: 80vh;
  top: 10vh;
  position: absolute;
  z-index: 2;
}
.cms-onair .live_video .live-video-box .close-live-video {
  position: fixed;
  z-index: 1;
  right: 0;
  top: 0;
  left: auto;
  background: transparent;
  width: 100vw;
  height: 100vh;
  padding: 0;
  font-size: 0;
  cursor: pointer;
}
.cms-onair #tvshows-onairwidget .onair-product-box.not-items {
  padding: 0;
}
.cms-onair #tvshows-onairwidget .onair-product-box.not-items,
.cms-onair #tvshows-onairwidget .onair-product-box.not-items:last-child {
  display: block;
}
.cms-onair #tvshows-onairwidget .onair-product-box.not-items:last-child .row {
  margin: 0 -3px;
}
.cms-onair .onair-product-box.not-items .onair-label-image {
  background: #EB384B;
  color: #fff;
  padding: 2.5px 27px;
  font-size: 24px;
  line-height: 35px;
  font-weight: 700;
  display: block;
  width: 100%;
  margin: 0 -1px;
}
.cms-onair #tvshows-onairwidget .onair-product-box.not-items .onair-product-name-block {
  background: #EB384B;
  color: #fff;
  padding: 2.5px 27px;
  font-size: 24px;
  line-height: 35px;
  font-weight: 700;
  display: block;
  width: 100%;
  height: auto;
}
.cms-onair #tvshows-onairwidget .onair-product-box.not-items .onair-product-name-block a {
  color: #fff;
  display: block;
  line-height: 35px;
  text-align: right;
  /*padding-right: 10px;*/
}
.cms-onair .next-airing-section .onair-live-label {
  font-size: 16px;
  font-weight: bold;
  line-height: 21px;
  letter-spacing: 0;
  display: block;
  color: #383838;
  background: none;
  position: relative;
  padding: 15px 0 10px;
}
.cms-onair .next-airing-section .onair-live-label:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #D6D6D6;
}
.cms-onair .next-airing-section #onair-next-airing-productlist {
  margin: 17px 0 23px;
}
/*---------------------------------------------------------------------------------*/
.cms-onair .next-airing-section .nextonair {
  display: flex;
  display: -webkit-flex;
}
.cms-onair .next-airing-section .nextonair.owl-carousel button.owl-prev,
.cms-onair .next-airing-section .nextonair.owl-carousel button.owl-next {
  width: 30px;
  height: 30px;
  opacity: 1;
  visibility: visible;
  background: transparent;
}
.cms-onair .next-airing-section .nextonair.owl-carousel button.owl-prev {
  margin-left: -30px;
}
.cms-onair .next-airing-section .nextonair.owl-carousel button.owl-next {
  margin-right: -30px;
}
.cms-onair .next-airing-section .nextonair.owl-carousel button {
  color: #8E8E8E;
}
.cms-onair .next-airing-section .nextonair.owl-carousel button:hover {
  color: #000;
}
/*.cms-onair .next-airing-section .nextonair.owl-carousel button i
{
  font-family: "Font Awesome 5 Pro" !important;
  font-size: 10px;
  font-weight: 400;
}*/
/*.cms-onair .next-airing-section .nextonair .item {
  width: 28%;
  margin-right: 8%;
}
.cms-onair .next-airing-section .nextonair .item:last-child {
  margin-right: 0;
}*/
.cms-onair .next-airing-section .nextonair .item .next-airing-product-image img {
  width: 100%;
  max-width: 100%;
}
/*---------------------------------------------------------------------------------*/
.cms-onair .next-airing-section .nextonair .item .next-airing-product-image {
  background-color: #fff;
}
.cms-onair .next-airing-section .nextonair .item .onair-product-details {
  padding: 10px 0;
}
.cms-onair .next-airing-section .nextonair .item .onair-product-details .detail-label {
  margin-top: 10px;
}
.cms-onair .next-airing-section .nextonair .item .onair-product-details .onair-row-product-name {
  min-height: 0;
  max-height: 35px;
}
.cms-onair .next-airing-section .nextonair .item .onair-product-details .onair-row-product-name .onair-product-name {
  font-family: 'Poppins';
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0;
  font-weight: 700;
  max-height: 35px;
  min-height: 0;
  height: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  margin-bottom: 10px;
  color: #383838;
}
.cms-onair .next-airing-section .nextonair .item .onair-product-details .onair-row-product-name .onair-product-name:hover {
  color: #EB384B;
}
.cms-onair .next-airing-section .nextonair .item .onair-product-details .onair-discount-price {
  font-size: 18px;
  line-height: 24px;
  color: #383838;
}
.cms-onair .next-airing-section .nextonair .item .onair-product-details .onair-original-price {
  font-size: 12px;
  line-height: 16px;
}
.cms-onair .section-1 .next-airing-block .next-airing-section {
  margin: 0;
}
.cms-onair .section-1 .next-airing-block .next-airing-section .col-md-12 {
  padding: 0;
  padding-left: 45px;
}
.cms-onair .scroll-timer {
  /*display: block;*/
  background: #383838;
  color: #fff;
  border-radius: 5px;
  font-size: 10px;
  line-height: 14px;
  font-weight: 700;
  font-family: Open Sans;
  padding: 3px 8px;
  margin-bottom: 8px;
}
.cms-onair .section-1 .next-airing-section .onair-row-product-name .cms-onair .section-2 {
  padding-top: 34px;
}
.cms-onair .section-1 .next-airing-section .view-past-deals-button {
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0;
  font-weight: 700;
  text-align: right;
  padding-right: 10px;
  text-decoration: underline;
}
.cms-onair .section-1 .next-airing-section .view-past-deals-button:hover {
  cursor: pointer;
  color: #EB384B;
}
.cms-onair .section-2 {
  padding-top: 35px;
  text-align: center;
}
.cms-onair .section-2 .container .col-md-12 {
  padding: 0;
}
/*.cms-onair .section-2 .previously-aired-section {







  text-align: center;







}*/
.cms-onair .section-2 .previously-aired-section .onair-live-label {
  /*font-size: 24px;







  font-weight: bold;







  line-height: 65px;







  letter-spacing: 0;*/
  color: #000;
  background: none;
  padding: 0;
  text-align: center;
  margin-bottom: 16px;
}
.cms-onair .section-2 .previously-aired-section .tvschedule-pc {
  display: inline-block;
  text-align: center;
}
.cms-onair .section-2 .previously-aired-section ul.onair-date-table {
  padding: 0;
  display: flex;
  display: -webkit-flex;
  list-style-type: none;
  margin-bottom: 0;
}
.cms-onair .section-2 .previously-aired-section ul.onair-date-table li {
  /*padding: 9px 21px;*/
  margin: 0 7.5px;
  border: 1px solid #8E8E8E;
  border-radius: 5px;
}
.cms-onair .section-2 .previously-aired-section ul.onair-date-table li a {
  font-size: 14px;
  line-height: 19px;
  display: block;
  padding: 7px 21px;
  color: #8E8E8E;
}
.cms-onair .section-2 .previously-aired-section ul.onair-date-table li.onair-active {
  border: 2px solid #EB384B;
}
.cms-onair .section-2 .previously-aired-section ul.onair-date-table li.onair-active a {
  color: #EB384B;
}
.cms-onair .section-2 .previously-aired-section #onair-previously-aired-productlist {
  margin: 25px 0 0;
}
.cms-onair .onair-product-heading {
  background: #EB384B;
  height: min-content;
  position: relative;
}
.cms-onair .onair-product-heading:before {
  content: '';
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  position: absolute;
  top: -2px;
  left: -1px;
  background: #EB384B;
}
.cms-onair .section-2 .previously-aired-section .previousonair {
  display: flex;
  display: -webkit-flex;
  flex-flow: wrap;
  -webkit-flex-flow: wrap;
  text-align: left;
  margin: 0 -15px;
}
.cms-onair .section-2 .previously-aired-section .previousonair .item {
  width: 25%;
  padding: 0 15px 60px;
}
.cms-onair .section-2 .previously-aired-section .previousonair .item .item-inner {
  border: 1px solid #D0D0D0;
  border-radius: 5px;
  /*padding: 14px;*/
}
.cms-onair .section-2 .previously-aired-section .onair-product-show {
  position: relative;
}
.cms-onair .section-2 .previously-aired-section .product-label {
  position: absolute;
  top: 16px;
  right: 15px;
  text-align: center;
}
.cms-onair .section-2 .previously-aired-section .product-label span {
  background-color: #383838 !important;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  font-size: 14px;
  line-height: 19px;
  font-weight: 700;
  padding: 4px 17px;
  min-width: 68px;
  display: inline-block;
  color: #fff;
}
.cms-onair .section-2 .previously-aired-section .previous-aired-product-image a {
  display: block;
}
.cms-onair .section-2 .previously-aired-section .previous-aired-product-image img {
  width: 100%;
  max-width: 100%;
  border-radius: 5px 5px 0 0;
}
.cms-onair .section-2 .previously-aired-section .onair-product-show .product-btn {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
  width: auto;
  background: transparent;
  padding: 0;
  min-width: auto;
  bottom: 6px;
  right: 6px;
  margin: 0;
  position: absolute;
}
.cms-onair .section-2 .previously-aired-section .onair-product-show .product-btn button {
  background: transparent;
  border: 0;
  padding: 0;
}
.cms-onair .section-2 .previously-aired-section .onair-product-show .product-btn button i {
  font-size: 22px;
  background: transparent;
  color: #fbaf43;
}
.cms-onair .section-2 .previously-aired-section .onair-product-details {
  padding: 32px 20px 27px 25px;
}
/*.cms-onair .section-2 .previously-aired-section .onair-product-details .detail-label {



  display: none;



}*/
.cms-onair .section-2 .previously-aired-section .onair-product-details .previous-aired-product-brand {
  font-family: 'Open Sans';
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #8E8E8E;
  margin-bottom: 7px;
}
.cms-onair .section-2 .previously-aired-section .onair-product-details .onair-row-product-name {
  max-height: 38px;
  min-height: 0;
  margin-bottom: 8px;
  margin-left: 0;
  margin-right: 0;
}
.cms-onair .section-2 .previously-aired-section .onair-product-details .onair-row-product-name .col-sm-12 {
  padding: 0;
}
.cms-onair .section-2 .previously-aired-section .onair-product-details .onair-row-product-name .onair-product-name {
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  color: #383838;
  max-height: 38px;
  min-height: 0;
  height: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.cms-onair .section-2 .previously-aired-section .onair-product-details .onair-row-product-name .onair-product-name:hover {
  color: #EB384B;
}
.cms-onair .section-2 .previously-aired-section .onair-product-details .previous-product-price {
  margin-left: 0;
  margin-right: 0;
}
.cms-onair .section-2 .previously-aired-section .onair-product-details .previous-product-price .onair-discount-price,
.cms-onair .section-2 .previously-aired-section .onair-product-details .previous-product-price .onair-price {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  color: #EB384B;
}
.cms-onair .section-2 .previously-aired-section .onair-product-details .previous-product-price .onair-discount-price {
  color: #EB384B;
  margin-right: 3px;
}
.cms-onair .section-2 .previously-aired-section .onair-product-details .previous-product-price .onair-price {
  color: #383838;
}
/*.cms-onair .section-2 .previously-aired-section .onair-product-details .previous-product-price .col-sm-6,







.cms-onair .section-2 .previously-aired-section .onair-product-details .previous-product-price .col-sm-12







{







  padding: 0;







}







.cms-onair .section-2 .previously-aired-section .onair-product-details .previous-product-price .col-sm-12 .onair-discount-price







{







  color: #383838;







}*/
.cms-onair .section-2 .previously-aired-section .onair-product-details .previous-product-price .onair-original-price {
  font-size: 14px;
  line-height: 20px;
  color: #383838;
}
.cms-onair .section-2 .previously-aired-section .onair-product-details .onair-product-view-demo {
  max-width: 100%;
  flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  padding: 0;
}
.cms-onair .section-2 .previously-aired-section .onair-product-details .onair-product-view-demo .live-play-button {
  padding: 4px 3px;
}
.cms-onair .section-2 .previously-aired-section .onair-product-details .onair-product-view-demo .play-button-div {
  width: 16px;
  height: 16px;
}
.cms-onair .section-2 .previously-aired-section .onair-product-details .onair-product-view-demo .play-button-div:before {
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 6px solid #EB384B;
}
.cms-onair .section-2 .previously-aired-section .onair-product-details .onair-product-view-demo .onair-label {
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
  display: inline;
  padding-left: 17px;
}
.cms-onair .section-2 .previously-aired-section .onair-product-details .product-left .left-line {
  width: 49px;
  height: 4px;
  display: inline-block;
  vertical-align: middle;
  background: #D6D6D6;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  position: relative;
  margin-right: 6px;
}
.cms-onair .section-2 .previously-aired-section .onair-product-details .product-left .left-line .value {
  height: 4px;
  background: #EB384B;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  position: absolute;
  top: 0;
  left: 0;
  max-width: 90%;
}
.cms-onair .section-2 .previously-aired-section .onair-product-details .product-left.big .left-line .value {
  background: #57CE2E;
}
.cms-onair .section-2 .previously-aired-section .onair-product-details .product-left .left-text {
  color: #EB384B;
  font-size: 10px;
  line-height: 20px;
  font-weight: 600;
}
.cms-onair .section-2 .previously-aired-section .onair-product-details .product-left.big .left-text {
  color: #57CE2E;
  font-weight: 600;
}
/*.cms-onair .section-2 .previously-aired-section #onair-previously-aired-productlist



{



  position: relative;



}*/
/*.cms-onair #tvshows-onairwidget.loading,



.cms-onair .next-airing-section #onair-next-airing-productlist.loading,*/
.cms-onair .section-2 .previously-aired-section .loading {
  position: relative;
}
/*.cms-onair #tvshows-onairwidget.loading:before,



.cms-onair .next-airing-section #onair-next-airing-productlist.loading:before,*/
.cms-onair .section-2 .previously-aired-section .loading:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 200;
  content: '';
}
/*.cms-onair #tvshows-onairwidget.loading:after,



.cms-onair .next-airing-section #onair-next-airing-productlist.loading:after,*/
.cms-onair .section-2 .previously-aired-section .loading:after {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -15px;
  margin-left: -15px;
  width: 30px;
  height: 30px;
  border: 2px dashed #fcb800;
  border-radius: 100%;
  z-index: 201;
  animation: loadingD 1.5s 0.3s cubic-bezier(0.17, 0.37, 0.43, 0.67) infinite;
  content: '';
}
@media (max-width: 1280px) {
  .cms-onair .onair-product-heading .onair-label {
    font-size: 18px;
    line-height: 1.3;
    padding: 5px 20px;
  }
  .cms-onair .onair-product-heading .onair-timelimit {
    font-size: 16px;
    line-height: 1.3;
    padding: 5px 20px 5px 0;
  }
  .cms-onair .onair-product-box.not-items .onair-label-image {
    font-size: 18px;
    line-height: 1.3;
    padding: 5px 20px;
  }
  .cms-onair #tvshows-onairwidget .onair-product-box.not-items .onair-product-name-block {
    font-size: 18px;
    line-height: 1.3;
    padding: 5px 10px;
  }
  .cms-onair #tvshows-onairwidget .onair-product-box.not-items .onair-product-name-block a {
    font-size: 18px;
    line-height: 1.3;
    padding-right: 15px;
  }
}
@media (max-width: 1199px) {
  .cms-onair .section-1 .next-airing-block .next-airing-section .col-md-12 {
    padding-left: 30px;
  }
  /*.cms-onair .next-airing-section .nextonair .item {
    width: 30%;
    margin-right: 5%;
  }*/
  .cms-onair .next-airing-section .nextonair.owl-carousel button.owl-prev {
    margin-left: -30px;
  }
  .cms-onair .next-airing-section .nextonair.owl-carousel button.owl-next {
    margin-right: -30px;
  }
}
@media (max-width: 1024px) {
  .cms-onair #tvshows-onairwidget .onair-product-box:first-child {
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    max-width: 45%;
    max-height: 100%;
  }
  .cms-onair #tvshows-onairwidget .onair-product-box:last-child {
    -ms-flex: 0 0 55%;
    flex: 0 0 55%;
    max-width: 55%;
    max-height: 100%;
    padding-right: 0;
  }
  .cms-onair #tvshows-onairwidget .onair-product-box .onair-product-details {
    padding-left: 0;
  }
  /*.cms-onair .section-1 .next-airing-block .next-airing-section .col-md-12 {
    padding-left: 20px;
  }*/
  /*.cms-onair .next-airing-section .nextonair .item {
    width: 32%;
    margin-right: 2%;
  }*/
}
@media (max-width: 991px) {
  .cms-onair .onair-product-heading .onair-label {
    font-size: 15px;
    line-height: 1.3;
    padding: 4px 15px;
  }
  .cms-onair .onair-product-heading .onair-timelimit {
    font-size: 13px;
    line-height: 1.3;
    padding: 4px 15px 4px 0;
  }
  .cms-onair .onair-product-box .onair-product-details > .row {
    margin-bottom: 5px;
  }
  .cms-onair .onair-product-box .onair-product-name-block {
    max-height: 48px;
  }
  .cms-onair .onair-product-box .onair-product-name-block .onair-product-name {
    font-size: 18px;
    line-height: 24px;
  }
  .cms-onair .onair-product-details .onair-discount-price {
    font-size: 18px;
    line-height: 24px;
  }
  .cms-onair .onair-product-details .onair-original-price {
    font-size: 15px;
    line-height: 20px;
  }
  .cms-onair .onair-product-details .onair-product-addto-cart {
    -ms-flex: 0 0 calc(100% - 95px);
    flex: 0 0 calc(100% - 95px);
    max-width: calc(100% - 95px);
    padding-right: 8px;
  }
  .cms-onair .onair-product-details .onair-product-addto-cart button {
    font-size: 13px;
    min-width: auto;
    padding-left: 0;
    padding-right: 0;
  }
  .cms-onair .onair-product-details .onair-product-view-demo {
    -ms-flex: 0 0 95px;
    flex: 0 0 95px;
    max-width: 95px;
    padding-right: 15px;
  }
  .cms-onair .section-2 .previously-aired-section .previousonair .item {
    width: 33.3%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cms-onair .section-1 .container .onair-widget-block {
    width: 50%;
  }
  .cms-onair .section-1 .container .next-airing-block {
    width: 50%;
  }
  /*.cms-onair .section-1 .next-airing-block .next-airing-section .col-md-12 {
    padding-left: 14px;
  }*/
  .cms-onair .onair-product-box.not-items .onair-label-image {
    font-size: 15px;
    line-height: 1.3;
    padding: 4px 15px;
  }
  .cms-onair #tvshows-onairwidget .onair-product-box.not-items .onair-product-name-block {
    font-size: 15px;
    line-height: 1.3;
    padding: 4px 15px;
  }
  .cms-onair #tvshows-onairwidget .onair-product-box.not-items .onair-product-name-block a {
    font-size: 15px;
    line-height: 1.3;
    padding-right: 0;
  }
}
@media (min-width: 768px) {
  .cms-onair .section-2 .previously-aired-section .onair-live-label.show-mobile {
    display: none;
  }
  .cms-onair .next-airing-section .onair-live-label.show-mobile {
    display: none;
  }
}
@media (max-width: 767px) {
  .cms-onair .tv-schedule-container .tabs-banner .channel-breadcrumbs {
    display: none;
    padding-left: 17px;
    padding-right: 17px;
  }
  .cms-onair .tv-schedule-container .tabs-banner .channel-banner .banner-desktop {
    display: none;
  }
  .cms-onair .tv-schedule-container .tabs-banner .channel-banner .banner-mobile {
    display: block;
  }
  .cms-onair .tv-schedule-container .channel-list {
    display: block;
  }
  .cms-onair #tvshows-onairwidget .onair-product-box .onair-product-details {
    max-width: 100%;
    padding-left: 4%;
    padding-right: 13px;
  }
  .cms-onair .section-1 {
    background-color: transparent;
    padding: 0;
  }
  .cms-onair .section-1 .container {
    display: block;
  }
  .cms-onair .section-1 .container .onair-widget-block {
    width: 100%;
  }
  .cms-onair .onair-product-heading .onair-label {
    font-size: 14px;
    line-height: 19px;
    padding: 3px 12px;
  }
  .cms-onair .onair-product-heading .onair-timelimit {
    font-size: 12px;
    line-height: 16px;
    padding: 6px 15px 6px 0;
  }
  .cms-onair #tvshows-onairwidget .onair-product-box {
    padding: 9px 0 21px;
    min-height: auto;
  }
  .cms-onair #tvshows-onairwidget .onair-product-box:first-child img {
    width: 92%;
    margin-left: 10%;
  }
  /*.cms-onair #tvshows-onairwidget .onair-product-box:last-child







  {







    padding-left: 15px;







  }*/
  .cms-onair .onair-product-box .onair-product-details > .row {
    margin-bottom: 0;
  }
  .cms-onair .onair-product-box .detail-label {
    margin-bottom: 3px;
  }
  .cms-onair .onair-product-box .onair-product-name-block .onair-product-name {
    font-size: 14px;
    line-height: 18px;
  }
  .cms-onair .onair-product-details .onair-original-price {
    font-size: 12px;
    line-height: 16px;
    color: #696969;
  }
  .cms-onair .onair-product-installments .label-installments {
    font-size: 7px;
    line-height: 16px;
  }
  .cms-onair .onair-product-installments .logo-installments {
    width: 22px;
    height: 7px;
  }
  .cms-onair .onair-product-details .onair-product-addto-cart {
    -ms-flex: 0 0 calc(100% - 57px);
    flex: 0 0 calc(100% - 57px);
    max-width: max-content;
    margin-top: 3px;
    margin-bottom: 0;
    padding-right: 5px;
  }
  .cms-onair .onair-product-details .onair-product-addto-cart button {
    font-size: 12px;
    line-height: 18px;
    padding: 5px 16px;
  }
  .cms-onair .onair-product-details .onair-product-view-demo {
    -ms-flex: 0 0 57px;
    flex: 0 0 57px;
    max-width: 57px;
    padding-right: 0px;
    margin-top: 3px;
  }
  .cms-onair .onair-product-details .onair-product-view-demo .live-play-button {
    font-size: 8px;
    line-height: 8px;
    padding: 6px 3px;
  }
  .cms-onair .onair-product-details .live-play-button .play-button-div {
    width: 15px;
    height: 15px;
  }
  .cms-onair .onair-product-details .live-play-button .play-button-div:before {
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 6px solid #EB384B;
  }
  .cms-onair .onair-product-details .live-play-button .onair-label {
    padding-left: 5px;
    max-width: 30px;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
  }
  .cms-onair .onair-product-details .onair-product-view-more {
    display: none;
  }
  .cms-onair .onair-product-box.not-items .onair-label-image {
    font-size: 12px;
    line-height: 18px;
    padding: 4.5px 12px;
  }
  .cms-onair #tvshows-onairwidget .onair-product-box.not-items .onair-product-name-block {
    font-size: 12px;
    line-height: 18px;
    padding: 3.5px 12px;
  }
  .cms-onair #tvshows-onairwidget .onair-product-box.not-items .onair-product-name-block a {
    font-size: 12px;
    line-height: 18px;
    padding: 1px 0;
  }
  /*------------------------------------------------------------------------------------------*/
  .cms-onair .next-airing-section #onair-next-airing-productlist {
    margin: 15px 0 23px;
  }
  .cms-onair .next-airing-section .nextonair {
    display: block;
    /*padding-left: 33px;
    padding-right: 20px;*/
    padding-left: 30px;
    padding-right: 30px;
  }
  .cms-onair .next-airing-section .nextonair.owl-carousel button.owl-prev {
    margin-left: -10px;
  }
  .cms-onair .next-airing-section .nextonair.owl-carousel button.owl-next {
    margin-right: -10px;
  }
  .cms-onair .next-airing-section .nextonair .item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 22px;
  }
  .cms-onair .next-airing-section .nextonair .item .inner-item {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    flex-wrap: wrap;
    align-items: initial;
    -webkit-align-items: initial;
    -moz-align-items: initial;
  }
  .cms-onair .next-airing-section .nextonair .item .next-airing-product-image {
    height: auto !important;
  }
  .cms-onair .next-airing-section .nextonair .item .onair-product-details {
    padding: 1px 0 0 16px;
  }
  .cms-onair .scroll-timer {
    margin-bottom: 4px;
  }
  .cms-onair .next-airing-section .nextonair .item .onair-product-details .row {
    margin: 0;
  }
  .cms-onair .next-airing-section .nextonair .item .onair-product-details .col-sm-12,
  .cms-onair .next-airing-section .nextonair .item .onair-product-details .col-sm-6 {
    padding: 0;
  }
  .cms-onair .next-airing-section .nextonair .item .onair-product-details .detail-label {
    margin-top: 0;
    margin-bottom: 0;
    height: auto !important;
  }
  .cms-onair .next-airing-section .label-cashback,
  .cms-onair .next-airing-section .label-shipping {
    margin-bottom: 0;
  }
  .cms-onair .next-airing-section .nextonair .item .onair-product-details .onair-row-product-name {
    display: block;
    width: 100%;
  }
  .cms-onair .next-airing-section .nextonair .onair-product-details .onair-row-product-name .onair-product-name {
    margin-bottom: 0;
    height: auto !important;
  }
  .cms-onair .next-airing-section .nextonair .item .onair-product-details .onair-row-product-name .onair-product-name {
    margin-bottom: 0;
  }
  .cms-onair .next-airing-section .nextonair .item .onair-product-details .next-airing-price {
    width: 100%;
  }
  /*------------------------------------------------------------------------------------------*/
  .cms-onair .section-1 .container .next-airing-block {
    width: 100%;
  }
  .cms-onair .section-1 .next-airing-block .next-airing-section .col-md-12 {
    padding-left: 0;
  }
  .cms-onair .next-airing-section .onair-live-label {
    width: 100%;
    max-width: 100%;
    font-size: 14px;
    line-height: 19px;
    padding: 20px 0 10px 0;
    text-transform: capitalize;
  }
  .cms-onair .next-airing-section .onair-live-label.show-desktop {
    display: none;
  }
  .cms-onair .next-airing-section .onair-live-label:after {
    display: none;
  }
  .cms-onair .section-1 .next-airing-section .view-past-deals-button {
    display: none;
  }
  .cms-onair .section-2 {
    padding-top: 52px;
  }
  .cms-onair .section-2 .previously-aired-section .onair-live-label {
    font-size: 20px;
    line-height: 27px;
    margin-bottom: 13px;
  }
  .cms-onair .section-2 .previously-aired-section .onair-live-label.show-desktop {
    display: none;
  }
  .cms-onair .section-2 .previously-aired-section .tvschedule-pc {
    width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    padding-bottom: 10px;
    margin-bottom: 0;
  }
  .cms-onair .section-2 .previously-aired-section ul.onair-date-table li a {
    padding: 7px 21px;
  }
  .cms-onair .section-2 .previously-aired-section #onair-previously-aired-productlist {
    margin: 7px 0 0;
  }
  .cms-onair .section-2 .previously-aired-section .previousonair {
    margin: 0 -8px;
  }
  .cms-onair .section-2 .previously-aired-section .previousonair .item {
    width: 50%;
    padding: 0 8px 17px;
  }
  .cms-onair .section-2 .previously-aired-section .product-label {
    top: 8px;
    right: 6px;
  }
  .cms-onair .section-2 .previously-aired-section .product-label span {
    font-size: 10px;
    line-height: 14px;
    padding: 2px 11px 3px;
    min-width: 47px;
  }
  .cms-onair .section-2 .previously-aired-section .onair-product-show .product-btn {
    bottom: -2px;
    right: -1px;
  }
  .cms-onair .section-2 .previously-aired-section .onair-product-show .product-btn button i {
    font-size: 14px;
  }
  .cms-onair .section-2 .previously-aired-section .onair-product-details {
    padding: 10px 9px 14px 12px;
  }
  .cms-onair .section-2 .previously-aired-section .onair-product-details .detail-label {
    display: block;
  }
  .cms-onair .section-2 .previously-aired-section .onair-product-details .previous-aired-product-brand {
    font-size: 8px;
    line-height: 11px;
  }
  .cms-onair .section-2 .previously-aired-section .onair-product-details .onair-row-product-name {
    max-height: 31px;
  }
  .cms-onair .section-2 .previously-aired-section .onair-product-details .onair-row-product-name .onair-product-name {
    font-size: 10px;
    line-height: 14px;
    max-height: 31px;
  }
  .cms-onair .section-2 .previously-aired-section .onair-product-details .previous-product-price .onair-discount-price,
  .cms-onair .section-2 .previously-aired-section .onair-product-details .previous-product-price .onair-price {
    font-size: 14px;
    line-height: 28px;
  }
  .cms-onair .section-2 .previously-aired-section .onair-product-details .previous-product-price .onair-original-price {
    font-size: 10px;
    line-height: 20px;
  }
  /*.cms-onair .section-2 .previously-aired-section .onair-product-details .previous-aired-product-brand



  {



    display: none;



  }*/
  .cms-onair .section-2 .previously-aired-section .onair-product-details .onair-product-view-demo {
    display: none;
  }
}
@media (max-width: 358px) {
  .cms-onair .onair-product-details .onair-discount-price + br {
    display: block;
  }
  /*.cms-onair .next-airing-section .nextonair {
    padding-left: 0;
    padding-right: 0;
  }*/
  .cms-onair #tvshows-onairwidget .onair-product-box:first-child {
    -ms-flex: 0 0 42%;
    flex: 0 0 42%;
    max-width: 42%;
  }
  .cms-onair #tvshows-onairwidget .onair-product-box:last-child {
    -ms-flex: 0 0 58%;
    flex: 0 0 58%;
    max-width: 58%;
    padding-left: 0;
  }
  .cms-onair .onair-product-details .onair-product-addto-cart button {
    padding: 6px 8px;
  }
  .cms-onair .onair-product-details .onair-product-view-demo .live-play-button {
    padding: 7px 3px;
  }
}
@media (max-width: 319px) {
  .cms-onair .section-2 .previously-aired-section .previousonair .item {
    width: 100%;
    padding: 0 0 20px;
  }
}
.cms-signup-success .signup-success {
  margin-top: 35px;
}
.cms-signup-success .signup-success .content {
  text-align: center;
  flex-direction: column;
  max-width: 510px;
}
.cms-signup-success .column.main {
  padding: 0 !important;
}
.cms-signup-success .signup-success-title {
  color: #EB384B;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  margin-top: 25px;
  margin-bottom: 11px;
}
.cms-signup-success .signup-success-text {
  line-height: 21px;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 35px;
}
.cms-signup-success .signup-success-link a {
  font-size: 15px;
  line-height: 18px;
  font-weight: bold;
  color: #fff !important;
  padding: 8px 26px 9px;
  background: #FBAF43;
  border-radius: 5px;
  border: 1px solid #FBAF43;
}
.cms-signup-success .signup-success-link a:hover {
  color: #FBAF43 !important;
  background: #fff;
}
@media (max-width: 767px) {
  .cms-signup-success .signup-success {
    margin-top: 0px;
    margin-bottom: 40px;
  }
  .cms-signup-success .signup-success-title {
    font-size: 18px;
  }
  .cms-signup-success .signup-success-text {
    font-size: 12px;
  }
}
.account .title-account-sidebar {
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
  padding-left: 40px;
}
.account .items .item strong {
  color: #EB384B;
}
.account .sidebar .items .item:nth-child(3),
.account .sidebar .items .item:nth-child(5),
.account .sidebar .items .item:nth-child(6),
.account .sidebar .items .item:nth-child(7),
.account .sidebar .items .item:nth-child(9),
.account .sidebar .items .item:nth-child(10),
.account .sidebar .items .item:nth-child(13) {
  display: none;
}
div#gift-options-cart {
  display: none;
}
.cms-order-tracking .wrapper-breadcrums {
  display: none;
}
.cms-order-tracking .page-main .columns .column.main {
  padding-bottom: 35px;
}
.cms-order-tracking .order-tracking .page-title {
  margin-bottom: 9px;
  margin-top: 15px;
  font-size: 20px;
  line-height: 30px;
}
.cms-order-tracking .order-tracking .text-order-1 {
  margin-bottom: 0;
}
.cms-order-tracking .order-tracking .text-order-2 {
  margin-bottom: 25px;
}
.cms-order-tracking .order-tracking .fieldset {
  margin-bottom: 24px;
}
.cms-order-tracking .order-tracking .fieldset .id .label {
  text-align: center;
  font-weight: bold;
  margin-bottom: 0;
  font-weight: 600;
}
.cms-order-tracking .order-tracking .fieldset .id .label span:after {
  display: none;
}
.cms-order-tracking .order-tracking .fieldset .id .control input {
  max-width: 303px;
}
.cms-order-tracking .actions-toolbar #submit-button {
  font-size: 15px;
  line-height: 18px;
  font-weight: bold;
  padding: 11px 35px 9px;
  max-width: 190px;
}
.cms-order-tracking .order-status-mobile {
  margin-top: 87.5px;
  border-top: 3px solid #f5f5f5;
  margin-bottom: 15px;
}
.cms-order-tracking .order-status-mobile .status-title {
  text-align: start;
  margin-top: 27px;
  margin-bottom: 34px;
  color: #EB384B;
  font-size: 16px;
  font-weight: 600;
  line-height: 21px;
  padding-left: 124px;
}
.cms-order-tracking .order-tracking .order-status-mobile .order-status-content {
  display: flex;
  padding: 0 77px;
  gap: 34.5px;
}
.cms-order-tracking .order-status-mobile .status-success {
  display: flex;
  width: 28%;
  border-right: 3px solid #f5f5f5;
  height: fit-content;
}
.cms-order-tracking .order-status-mobile .status-processing {
  display: flex;
  width: 24%;
  border-right: 3px solid #f5f5f5;
  height: fit-content;
}
.cms-order-tracking .order-status-mobile .status-shipped {
  display: flex;
  width: 42%;
}
.cms-order-tracking .order-status-mobile .status-success .success-left,
.cms-order-tracking .order-status-mobile .status-processing .processing-left,
.cms-order-tracking .order-status-mobile .status-shipped .shipped-left {
  /* min-width: 60px; */
  text-align: start;
  padding-right: 12px;
}
.cms-order-tracking .order-status-mobile .status-success .success-right,
.cms-order-tracking .order-status-mobile .status-processing .processing-right,
.cms-order-tracking .order-status-mobile .status-shipped .shipped-right {
  text-align: start;
  font-size: 14px;
  line-height: 21px;
}
.cms-order-tracking .order-status-mobile .status-success .success-title,
.cms-order-tracking .order-status-mobile .status-processing .processing-title,
.cms-order-tracking .order-status-mobile .status-shipped .shipped-title {
  margin-bottom: 5px;
  font-weight: bold;
  color: #231F20;
}
/* order-detal */
.order-tracking-detail .order-details-items {
  padding: 0;
  margin: 0;
}
.order-tracking-detail .order-details-items .table-order-items tbody td.name {
  display: flex;
  border: none;
  margin: 10px;
}
.order-tracking-detail .order-details-items .table-order-items tbody .history-head-left {
  margin: auto 0;
}
.order-tracking-detail .history-head-left {
  padding: 0;
}
.order-tracking-detail .history-head-left img {
  margin-right: 10px;
}
.order-tracking-detail .history-head-left span {
  font-size: 18px;
  line-height: 28px;
}
.order-tracking-detail .history-head-right {
  font-size: 18px;
  line-height: 28px;
}
.order-tracking-detail .history-main-div {
  border: none;
}
.order-tracking-detail .history-background-div {
  display: flex;
  flex-direction: column;
  padding: 15px 10px;
}
.order-tracking-detail .order-details-items .table-order-items {
  margin-bottom: 0;
  width: -webkit-fill-available;
  max-width: 100%;
}
.order-tracking-detail .order-details-items .table-order-items > thead > tr > th {
  border: 1px solid #d1d1d1;
  text-align: center;
  margin: 10px 0;
  height: 40px;
}
.order-tracking-detail .order-details-items .items-qty {
  margin: 10px 5px;
}
.order-tracking-detail .order-details-items .items-qty .item {
  text-align: center;
}
.order-tracking-detail .order-details-items .items-qty .content {
  width: fit-content;
}
.order-tracking-detail .table tfoot > tr th {
  padding-right: 10px;
  border: 1px solid #d1d1d1;
}
.order-tracking-detail .table tfoot > tr:first-child th,
.order-tracking-detail .table tfoot > tr:first-child td {
  padding: 10px 10px 10px;
}
.order-tracking-detail .price-excluding-tax {
  text-align: end;
  padding-right: 5px;
}
.order-tracking-detail .price-excluding-tax .price {
  font-weight: 400;
  font-size: 14px;
}
/* end order-detal */
@media (max-width: 991px) {
  .cms-order-tracking .order-status-mobile .status-title {
    padding-left: 77px;
  }
  .cms-order-tracking .order-tracking .order-status-mobile {
    display: block;
    border-top: 3px solid #f5f5f5;
    margin-top: 25px;
    margin-bottom: 0;
  }
  .cms-order-tracking .order-tracking .order-status-mobile .order-status-content {
    padding: 0;
    display: block;
  }
  .cms-order-tracking .order-tracking .order-status-mobile .status-title {
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 0;
    font-size: 14px;
  }
  .cms-order-tracking .order-status-mobile .status-success,
  .cms-order-tracking .order-status-mobile .status-processing,
  .cms-order-tracking .order-status-mobile .status-shipped {
    display: flex;
    margin-bottom: 20px;
    width: -webkit-fill-available;
    border: none;
  }
  .cms-order-tracking .order-status-mobile .status-processing {
    margin-bottom: 28px;
  }
  .cms-order-tracking .order-status-mobile .status-success .success-left,
  .cms-order-tracking .order-status-mobile .status-processing .processing-left,
  .cms-order-tracking .order-status-mobile .status-shipped .shipped-left {
    min-width: 60px;
    text-align: start;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .cms-order-tracking .page-main .columns .column.main {
    padding-bottom: 0;
  }
  .cms-order-tracking .order-tracking .fieldset .id .label {
    margin-bottom: 5px;
  }
  .cms-order-tracking .page-main .columns .column .order-tracking {
    padding-bottom: 0px;
    padding-top: 17px;
  }
  .cms-order-tracking .order-tracking .page-title,
  .cms-order-tracking .order-tracking .text-order-2 {
    margin-bottom: 19px;
    margin-top: 0;
  }
  .cms-order-tracking .order-tracking .fieldset {
    margin-bottom: 0;
  }
  .cms-order-tracking .order-tracking .fieldset .id {
    margin-bottom: 21px;
  }
  .cms-order-tracking .order-tracking .fieldset .id .control input {
    width: 100% !important;
    max-width: 100%;
  }
  /* order-detal */
  .order-tracking-detail .history-head-left,
  .order-tracking-detail .history-head-right {
    width: fit-content;
    max-width: fit-content;
  }
  .order-tracking-detail .order-details-items .order-title {
    padding: 20px;
    border-top: 3px solid #f5f5f5;
  }
  .order-tracking-detail .order-details-items .table-order-items tbody .history-head-left {
    margin: auto;
  }
  .order-tracking-detail .history-head-left img {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .order-tracking-detail .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) tbody > tr > td:first-child:before {
    display: none;
  }
  .order-tracking-detail .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) tbody > tr > td:first-child {
    margin: 0;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    display: flex;
    border-left: 1px solid #c1c1c1;
    border-right: 1px solid #c1c1c1;
  }
  .order-tracking-detail .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr td,
  .order-tracking-detail .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr th {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .order-tracking-detail .order-details-items .items-qty {
    margin: 0px;
  }
  .order-tracking-detail .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) tbody > tr > td.subtotal {
    display: flex;
  }
  .order-tracking-detail .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:first-child th,
  .order-tracking-detail .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:first-child td {
    padding: 10px 6px;
  }
  .order-tracking-detail .table-wrapper .table:not(.totals):not(.table-comparison) tfoot .mark {
    padding: 10px 6px;
  }
}
@media (max-width: 340px) {
  .cms-order-tracking .order-tracking .text-order-1,
  .cms-order-tracking .order-tracking .text-order-2 {
    font-size: 11px;
  }
}
.category-mobile-pick .category-description {
  background-color: #fff;
  border: 1px solid #D0D0D0;
  border-radius: 5px;
  padding-left: 42.5px;
  padding-right: 42.5px;
  padding-bottom: 28px;
}
.category-mobile-pick.page-products .featured-banner .page-title-wrapper h1.page-title {
  text-transform: initial;
}
.category-mobile-pick .category-description .row {
  margin-left: -21px;
  margin-right: -21px;
  margin-top: 41px;
}
.category-mobile-pick .category-description .col {
  padding-left: 21px;
  padding-right: 21px;
  /* height: 197px; */
  margin-bottom: 32px;
}
.category-mobile-pick .category-description .content-name-video,
.category-mobile-pick .category-description a,
.category-mobile-pick .category-description h2 {
  text-align: center;
  display: block;
}
.category-mobile-pick .category-description h2 {
  margin-bottom: 5px;
}
.category-mobile-pick .category-description .content-name-video {
  line-height: 18px;
  font-weight: 600;
  color: #383838;
  max-width: 261px;
  margin: auto;
  margin-top: 20px;
}
.category-mobile-pick .category-view a {
  font-size: 12px;
  line-height: 1.5;
  text-decoration: underline;
}
.category-mobile-pick a:hover {
  text-decoration: underline;
}
.category-mobile-pick .category-description iframe {
  width: 100%;
  height: 197px;
}
body.page-products.category-mobile-pick .featured-banner,
body.page-products.category-mobile-pick .featured-banner .featured-image {
  margin-bottom: 0;
}
.category-mobile-pick .category-description {
  padding-top: 41px;
  margin-top: 94px;
}
.category-mobile-pick .content-body-top {
  display: flex;
  justify-content: center;
  margin-left: -15px;
  margin-right: -15px;
  transform: translateY(calc(-170px - 50%));
  height: 0;
}
.category-mobile-pick .content-body-top .owl-stage {
  display: flex;
  justify-content: center;
}
.category-mobile-pick .content-body-top .item {
  color: #fff;
  background-color: #EB384B;
  padding: 14px 7px 14px 7px;
  border-radius: 11px;
  box-shadow: 0 3px 6px #00000014;
  display: flex;
  align-items: center;
  min-height: 64px;
  width: 100%;
  justify-content: center;
}
.category-mobile-pick .content-body-top .widgetplus {
  width: 100%;
}
.category-mobile-pick .content-body-top .owl-carousel.owl-drag .owl-item {
  max-width: 222px;
}
.category-mobile-pick .content-body-top .item p:not(.title) {
  font: normal 400 12px/17px 'Open Sans';
  margin: 0;
  margin-top: -4px;
}
.category-mobile-pick .content-body-top .item p.title {
  font-weight: 700;
  line-height: 1.5;
  display: flex;
  margin: 0;
}
.category-mobile-pick .content-body-top .item p.title strong {
  font-weight: 700 !important;
}
.category-mobile-pick .content-body-top .item .content {
  display: block;
  padding-left: 8.5px;
  margin: 0;
}
.category-mobile-pick .content-body-top .item .img {
  font-size: 0px;
  line-height: 0px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.category-mobile-pick .content-body-top .item.item-sellers .img {
  width: 29px;
  height: 32px;
  background-image: url(../../frontend/MageBig/martfury_wowshop02/en_US/images/mb_pick_cup_trophy.svg);
}
.category-mobile-pick .content-body-top .item.item-time .img {
  width: 32px;
  height: 36px;
  background-image: url(../../frontend/MageBig/martfury_wowshop02/en_US/images/mb_pick_hour_timer.svg);
}
.category-mobile-pick .content-body-top .item.item-shipping .img {
  width: 49px;
  height: 32px;
  background-image: url(../../frontend/MageBig/martfury_wowshop02/en_US/images/mb_pick-icon-shipping.svg);
}
@media (max-width: 991px) {
  .category-mobile-pick .content-body-top .item p.title {
    font-size: 13px;
  }
}
@media (max-width: 767.98px) {
  .category-mobile-pick .content-body-top .owl-carousel.owl-drag .owl-item {
    max-width: initial;
  }
  .category-mobile-pick .category-description {
    padding-top: 24px;
    margin-top: 51px;
    padding-left: 17px;
    padding-right: 17px;
    padding-bottom: 21px;
  }
  .category-mobile-pick .content-body-top {
    display: flex;
    justify-content: center;
    margin-left: -15px;
    margin-right: -15px;
    transform: translateY(calc(-95px - 50%));
  }
  .category-mobile-pick .category-description h2 {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 0;
  }
  .category-mobile-pick .category-view a {
    font-size: 10px;
    line-height: 1.6;
  }
  .category-mobile-pick .video-container {
    display: block;
  }
  .category-mobile-pick .video-container:not(.show-video) .videos {
    display: flex;
  }
  .category-mobile-pick .category-description iframe {
    width: 118px;
    height: 68px;
  }
  .category-mobile-pick .category-description .content-name-video {
    margin: 0;
    max-width: 100%;
    padding-left: 22px;
    font-size: 10px;
    font-weight: 600;
    line-height: 1.4;
    text-align: left;
    display: flex;
    align-items: center;
  }
  .category-mobile-pick .category-description .row {
    margin-left: -17px;
    margin-right: -17px;
    margin-top: 26px;
    height: 231px;
    overflow-y: auto;
  }
  .category-mobile-pick .category-description .col {
    padding-left: 17px;
    padding-right: 17px;
    margin-bottom: 10px;
  }
}
@media (max-width: 767.98px) and (min-width: 720px) {
  .category-mobile-pick .content-body-top {
    transform: translateY(calc(-110px - 50%));
  }
}
@media (max-width: 719px) {
  .category-mobile-pick .content-body-top {
    max-width: 180px;
    margin: auto;
  }
  .category-mobile-pick .content-body-top .item p.title {
    line-height: 18px;
  }
  .category-mobile-pick .content-body-top .item p:not(.title) {
    font-size: 10px;
    line-height: 1.4;
  }
  .category-mobile-pick .content-body-top .item.item-sellers .img {
    width: 21px;
    height: 23px;
  }
  .category-mobile-pick .content-body-top .item.item-shipping .img {
    width: 39px;
    height: 24px;
  }
  .category-mobile-pick .content-body-top .item.item-time .img {
    width: 25px;
    height: 28px;
  }
  .category-mobile-pick .content-body-top .item .content {
    padding-left: 6px;
  }
  .category-mobile-pick .content-body-top .item {
    padding: 0px 1px 0px 0px;
    min-height: 40px;
  }
}
.customer-customer-voucher .order-md-3 {
  padding-left: 30px;
}
.customer-customer-voucher .page-main .column.main .block:not(.widget) .block-title strong {
  font: 24px/35px 'Poppins';
  font-weight: 600;
  margin-bottom: 11px;
  color: #383838;
}
.customer-customer-voucher .page-main .column.main .block:not(.widget) .title-content strong {
  font: 20px/40px 'Poppins';
  font-weight: 600;
  color: #383838;
}
.customer-customer-voucher .columns {
  margin-top: 32px;
}
.customer-customer-voucher .block.block-dashboard-coupon .box-content input#coupon_code {
  width: 325px;
  padding-left: 15px;
  margin-right: 15px;
  padding-top: 10px;
  border-radius: 5px;
  display: inline-block;
}
.customer-customer-voucher #form-validate {
  position: relative;
}
.customer-customer-voucher #form-validate button {
  position: absolute;
  height: 26px;
  font: 12px/15px 'Poppins';
  padding: 4.6px 24.8px 4.4px 24.2px;
  border-radius: 3px;
  top: 9px;
  font-weight: 700;
}
.customer-customer-voucher .block-dashboard-details {
  margin-top: 75px;
  margin-bottom: 0;
}
.customer-customer-voucher .page-main .column.main .block:not(.widget) .block-title {
  margin-bottom: 11px;
}
.account .page-title-wrapper h1.page-title {
  color: #fff;
}
.account.customer-customer-voucher .recent-orders .block-reorder .actions-toolbar button {
  background-color: #FBAF43;
  border: 1px solid #FBAF43;
}
.account .account-nav .title {
  position: relative;
  overflow: unset;
  width: 100%;
  clip: unset;
  height: auto;
  margin: 0;
}
.account .account-nav .title strong {
  position: absolute;
  top: 28px;
  left: 40px;
  font: 18px/27px 'Poppins';
  font-weight: 600;
  color: #000;
  pointer-events: none;
}
.account .items .item strong,
.account .account-nav .item a {
  padding: 4.2px 0;
  border: none;
}
.account .container .content.account-nav-content ul.items {
  margin-top: 37px;
}
/*style pager*/
body.account .page-main .pages .action.next {
  height: 20px;
  width: 17px;
}
body.account .pages .action.next:before {
  /*content: '';

    background-image: url(../../frontend/MageBig/martfury_wowshop02/en_US/images/order_history/arrow-pointing-to-right.svg);*/
  content: '';
  width: 17px;
  height: 11px;
  background-image: url(../../frontend/MageBig/martfury_wowshop02/en_US/images/order_history/hover-r.svg);
  /*opacity: 0.5;*/
  position: absolute;
  top: 6px;
  left: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
body.account .pages .action.next:hover:before {
  content: '';
  width: 17px;
  height: 11px;
  background-image: url(../../frontend/MageBig/martfury_wowshop02/en_US/images/order_history/hover-rt.svg);
  /*opacity: 0.5;*/
  position: absolute;
  top: 6px;
  left: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
body.account .pages .action.previous:before {
  /*content: '';

    background-image: url(../../frontend/MageBig/martfury_wowshop02/en_US/images/order_history/arrow-pointing-to-right.svg);*/
  content: '';
  width: 17px;
  height: 11px;
  background-image: url(../../frontend/MageBig/martfury_wowshop02/en_US/images/order_history/hover-l.svg);
  /*opacity: 0.5;*/
  position: absolute;
  top: 6px;
  left: -17px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
body.account .pages .action.previous:hover:before {
  content: '';
  width: 17px;
  height: 11px;
  background-image: url(../../frontend/MageBig/martfury_wowshop02/en_US/images/order_history/hover-lt.svg);
  /*opacity: 0.5;*/
  position: absolute;
  top: 6px;
  left: -17px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
/*body.account .pages .action.next {

    background: #f5f5f5 url(../../frontend/MageBig/martfury_wowshop02/en_US/images/order_history/arrow-pointing-to-right.svg) no-repeat right 23px center;

  }*/
/*end pager*/
.customer-customer-voucher .block-dashboard-details div .type {
  min-height: 53px;
  padding: 0;
  /*background-color: #FFC350;*/
  border-right: 1px dashed #dedede;
  /*max-width: 91.28px;*/
  /* width: 91.28px;

    height: 53px;*/
  margin-left: 24px;
}
.customer-customer-voucher .block-dashboard-details div .type:before {
  content: '';
  width: 24px;
  height: 53px;
  background-image: url(../../frontend/MageBig/martfury_wowshop02/en_US/images/order_history/before-voucher.png);
  opacity: 1;
  position: absolute;
  top: 0;
  left: -24px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.customer-customer-voucher .block-dashboard-details div .type .price {
  font-size: 18px;
  /*line-height: 27px;*/
  font-weight: 600;
  font-family: 'Poppins';
  color: #383838;
  max-height: 53px;
  /*height: 53px;*/
  background-color: #FFD164;
  border: 3px solid #FFC350;
  min-width: 70px;
  display: flex;
  align-items: center;
  line-height: 50px;
  padding: 0 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-line-clamp: 1;
}
.customer-customer-voucher .block-dashboard-details div div {
  display: flex;
  border: 0 !important;
  position: relative;
}
.customer-customer-voucher .block-dashboard-details .coupon {
  flex-direction: column;
  align-items: flex-start;
}
.customer-customer-voucher .block-dashboard-details .coupon .content-coupon {
  margin-bottom: 20.9px;
}
.customer-customer-voucher .block-dashboard-details div .name {
  align-items: flex-start;
  flex-direction: column;
  padding-left: 18.7px;
}
.customer-customer-voucher .block-dashboard-details div .unit {
  color: #383838;
  font-weight: 500;
}
.customer-customer-voucher .block-dashboard-details div .name span {
  font: 12px/18px 'Poppins';
  color: #383838;
}
.account .pager .items .item {
  margin: 2px;
}
.account .pager .items .item.pages-item-next {
  width: 17px;
  padding-left: 16.9px;
}
.account .pager .items .item a {
  font: 14px/21px 'Poppins';
}
@media (min-width: 768px) {
  .account .account-nav .title {
    pointer-events: none;
  }
}
@media (max-width: 767.98px) {
  .customer-customer-voucher .block-dashboard-details .coupon .content-coupon:last-child {
    margin-bottom: 19px;
  }
  .customer-customer-voucher .block-dashboard-details .box-content {
    margin-top: 23.1px;
  }
  .account.customer-customer-voucher .container .content.recent-orders {
    display: none;
  }
  .account .page-title-wrapper h1.page-title {
    padding: 19px 0 13px 0  ;
    color: #383838;
  }
  .customer-customer-voucher .columns {
    margin-top: 0;
  }
  .customer-customer-voucher #form-validate button {
    position: static;
    width: auto;
  }
  .account .page-title-wrapper:before {
    background: none;
  }
  .customer-customer-voucher .page-main .order-md-3.main-wrap {
    padding-left: 15px;
  }
  .customer-customer-voucher .block.block-dashboard-coupon .box-content input#coupon_code {
    margin-bottom: 8px;
    width: 100%;
    margin-right: auto;
    /*padding: 4px 0 11px;*/
    text-align: center;
    display: flex;
  }
  .customer-customer-voucher #form-validate button {
    height: 26px;
  }
  .customer-customer-voucher .block-dashboard-details {
    margin-top: 33px;
  }
  .customer-customer-voucher .page-main input#coupon_code::placeholder {
    text-align: center;
  }
  .customer-customer-voucher .page-main .column.main .block:not(.widget) .block-title {
    margin-bottom: 18px;
    margin-top: 11px;
  }
  .customer-customer-voucher .page-main .column.main .block:not(.widget) .block-title strong {
    font: 19px/22px 'Poppins';
    font-weight: bold;
  }
  .customer-customer-voucher .page-main .column.main .block:not(.widget) .title-content {
    margin-bottom: 5px;
  }
  .customer-customer-voucher .page-main .column.main .block:not(.widget) .title-content strong {
    font: 18px/27px 'Poppins';
    font-weight: 600;
  }
  .customer-customer-voucher .block-dashboard-coupon {
    text-align: center;
  }
  .customer-customer-voucher .page-title-wrapper h1.page-title span:before {
    content: 'My Account';
    font-size: 30px;
  }
  .customer-customer-voucher .page-title-wrapper h1.page-title span {
    font-size: 0;
  }
  .account .account-nav .title {
    background: #f5f5f5 url(../../frontend/MageBig/martfury_wowshop02/en_US/images/order_history/down-arrow.svg) no-repeat right 23px center;
  }
  .account .account-nav .title.account-nav-title.active {
    background: #f5f5f5 url(../../frontend/MageBig/martfury_wowshop02/en_US/images/order_history/up-arrow.svg) no-repeat right 23px center;
  }
  /*.box-account-nav-content{

    display: none;

  }*/
  .box-account-nav-content.active {
    display: block;
  }
  .box-account-nav-content .items {
    display: flex;
    flex-direction: column;
  }
  .box-account-nav-content .items .item {
    /*order: 1;*/
    /*display: none;*/
  }
  .box-account-nav-content.active .items .item {
    display: block;
  }
  .box-account-nav-content .items .item.current {
    /*order: 0  ;*/
    /*display: block;*/
  }
  /*.account .title-account-sidebar {

    display: none;

  }*/
  /*  .account .container .content.account-nav-content {

    padding: 12px 23px 12px 23px;

    margin-left: 0;

  }*/
  .account .items .item {
    margin: 0;
  }
  .account .items .item strong {
    color: #000000;
    font-weight: 600;
  }
  .account .container .account-nav .content {
    display: none;
  }
  body.account .container .account-nav .content.active {
    display: block;
  }
  body.account .sidebar-main .account-nav .title {
    padding: 10.5px 23px;
    background-color: #f5f5f5;
    border-radius: 5px;
  }
  #account-nav.account-nav-content {
    padding-top: 0;
    padding-bottom: 10.5px;
    margin-top: 5px;
    border-radius: 5px;
    padding-top: 10.5px;
  }
  .account .items .item strong,
  .account .account-nav .item a {
    padding: 4.2px 23px;
    border: none;
  }
  .account .account-nav .title strong {
    position: unset;
    font: 12px/18px 'Poppins';
    font-weight: 600;
  }
  .account .container .content.account-nav-content ul.items {
    margin-top: 0;
  }
  /*  .account .recent-orders .block-reorder {

    padding: 23.4px 29px 0 40px;

  }

  .account .main-wrap .block-reorder .product-items {

    margin-top: 0;

  }*/
  .account .container .content {
    padding-bottom: 0;
    /* width: 20px; */
    /* height: 20px; */
  }
}
@media (max-width: 360px) {
  .customer-customer-voucher .block-dashboard-coupon {
    text-align: center;
  }
  .customer-customer-voucher .page-main input:not([type="radio"]):not([type="checkbox"]),
  textarea {
    padding: 4px 20% 11px;
  }
}
.page-number,
.account .page-nonumber {
  display: none;
}
.account .page-number {
  display: block;
}
/*.account .page-nonumber {

  display: no;

}*/
.checkout-cart-index .cart-container .cart-summary .block > .title {
  border: 0;
  padding: 0;
  margin-bottom: 8px;
}
.checkout-cart-index .cart-container .cart-summary {
  border: 1px solid #D0D0D0;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 49px 52px 44px 48px;
  background: transparent;
  margin-top: 20px;
}
.checkout-cart-index .cart-container .cart-summary .block .title strong {
  color: #000000;
  font-size: 15px;
  font-weight: 600;
  line-height: 23px;
}
.checkout-cart-index .cart-container .cart-summary .block > .title:after {
  display: none;
}
.checkout-cart-index .cart-container .cart-summary #discount-coupon-form {
  padding: 0;
}
.checkout-cart-index .cart-container .cart-summary #discount-coupon-form .fieldset {
  width: 100%;
  position: relative;
  margin-bottom: 20px;
}
.checkout-cart-index .cart-container .cart-summary #discount-coupon-form input[type="text"] {
  border: 1px solid #D4D4D4;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  color: #383838;
  font-size: 14px;
  line-height: 21px;
  text-transform: uppercase;
  padding: 13.5px 50px 13.5px 29px;
  font-weight: normal;
  letter-spacing: -0.4px;
}
.checkout-cart-index .cart-container #discount-coupon-form .actions-toolbar button {
  color: #383838;
  background: transparent;
  border: 0;
  min-width: auto;
  position: absolute;
  right: 12px;
  top: 8px;
}
.checkout-cart-index .cart-container .cart-totals {
  border: 0;
  padding: 0;
}
.checkout-cart-index .cart-container .cart-totals .grand .mark {
  border: 0;
  padding: 0;
}
.checkout-cart-index .cart-container .cart-totals .grand .amount {
  border: 0;
  font-size: 14px;
  line-height: 21px;
  color: #383838;
  font-weight: normal;
  padding: 0;
}
.checkout-cart-index .cart-container .cart-summary .table-wrapper tbody td,
.checkout-cart-index .cart-container .cart-summary .table-wrapper tbody th {
  word-break: break-all;
  white-space: normal;
}
.checkout-cart-index .cart-container .cart-summary .table-wrapper tbody td strong {
  font-weight: normal;
}
.checkout-cart-index .cart-container .cart-summary .table-wrapper tbody th strong {
  font-weight: 500;
}
.checkout-cart-index .cart-container .cart-summary .table-wrapper tbody tr {
  background: #F5F5F5;
  padding: 13.5px 24px 13.5px 28px;
  display: block;
  width: 100%;
  margin-bottom: 19px;
}
.checkout-cart-index .cart-container .cart-summary .table-wrapper tbody tr.totals.shipping.excl .value {
  display: none;
}
.checkout-cart-index .cart-container .cart-summary .table-wrapper tbody th,
.checkout-cart-index .cart-container .cart-summary .cart-totals .grand .mark {
  font-size: 15px;
  line-height: 23px;
  color: #000000;
  font-weight: 500;
  display: inline-block;
  width: 59.9%;
  vertical-align: top;
  padding: 0 5px 0 0;
}
.checkout-cart-index .cart-container .cart-summary .table-wrapper tbody td {
  color: #383838;
  font-size: 14px;
  line-height: 21px;
  display: inline-block;
  width: 38%;
  vertical-align: top;
  padding: 0;
}
.checkout-cart-index .cart-container .cart-summary .checkout-methods-items {
  margin: 0;
}
.checkout-cart-index .cart-container .cart-summary .checkout-methods-items .action.primary.checkout {
  font-size: 15px;
  line-height: 23px;
}
.checkout-cart-index .cart-container .cart-summary .link-to-shop-page {
  text-align: center;
  margin-top: 15px;
}
.checkout-cart-index .cart-container .cart-summary .link-to-shop-page a {
  font-size: 13px;
  line-height: 20px;
}
.checkout-cart-index .cart-container .cart-summary .link-to-shop-page .block {
  display: block;
  float: none;
}
.checkout-cart-index .cart.table-wrapper .cart thead tr th.col.item {
  text-align: left;
  padding-left: 0;
}
.checkout-cart-index .cart.table-wrapper .actions-toolbar > .action-delete:before {
  display: none;
}
.checkout-cart-index .cart.table-wrapper .cart thead tr th.col {
  border-color: #D0D0D0;
  color: #000000;
  font-size: 15px;
  line-height: 23px;
  font-weight: 600;
}
.checkout-cart-index .cart.table-wrapper .field.qty {
  width: 88px;
}
.checkout-cart-index .cart.table-wrapper .field.qty .custom-qty,
.checkout-cart-index .cart.table-wrapper .field.qty .control.qty {
  position: relative;
}
.checkout-cart-index .cart.table-wrapper .field.qty .custom-qty {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.checkout-cart-index .cart.table-wrapper .field.qty .custom-qty.increase {
  right: 0;
  left: auto;
}
.checkout-cart-index .cart.table-wrapper .field.qty input.input-text {
  border: 1px solid #D0D0D0;
  border-radius: 5px;
  height: 40px;
  width: 100%;
  font-size: 15px;
  line-height: 18px;
  color: #000;
  font-weight: 600;
  padding: 0 30px;
  text-align: center;
}
.field.qty input::-webkit-outer-spin-button,
.field.qty input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.field.qty input[type=number] {
  -moz-appearance: textfield;
}
.checkout-cart-index .cart.table-wrapper .field.qty .custom-qty button {
  font-size: 15px;
  color: #000;
  line-height: 18px;
  height: 38px;
  width: 30px;
  border: none;
  text-align: center;
  display: block;
  border-radius: 0;
  margin: 0;
  padding: 0;
  outline: none;
  cursor: pointer;
  background-color: transparent;
}
.checkout-cart-index .cart.table-wrapper .field.qty .custom-qty button.minus {
  padding-left: 0px;
}
.checkout-cart-index .cart.table-wrapper .field.qty .custom-qty button.plus {
  padding-right: 0px;
}
.checkout-cart-index .cart.table-wrapper .field.qty .label {
  display: none !important;
}
.checkout-cart-index .cart.table-wrapper .field.qty .custom-qty button span:before {
  font-family: Poppins;
  font-weight: 600;
  content: "-";
}
.checkout-cart-index .cart.table-wrapper .field.qty .custom-qty button.plus span:before {
  content: "+";
}
.checkout-cart-index .cart.table-wrapper .product-item-photo .product-image-container {
  width: 90px;
  height: auto;
  max-width: 90px;
  border: 1px solid #D0D0D0;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 0;
  display: block;
}
.checkout-cart-index .cart.table-wrapper .product-item-photo img {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.checkout-cart-index .cart.table-wrapper .product-item-name {
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
  margin: 0 0 5px 0;
  max-width: 175px;
}
.checkout-cart-index .cart.table-wrapper .product-item-details .triangle-bullet {
  font-size: 12px;
}
.checkout-cart-index .cart.table-wrapper .product-item-details {
  vertical-align: middle;
  max-width: 175px;
}
.checkout-cart-index .cart.table-wrapper .product-item-name a {
  color: #000;
}
.checkout-cart-index .cart.table-wrapper .product-item-name h4 {
  font-size: 12px;
  line-height: 14px;
  padding-top: 5px;
}
.checkout-cart-index .cart.table-wrapper .product-item-name a:hover,
.checkout-cart-index .cart.table-wrapper .product-item-name a:focus {
  color: #EB384B;
}
.checkout-cart-index .cart.table-wrapper .product-item-details dl.item-options {
  font-size: 12px;
  line-height: 18px;
  color: #383838;
  margin: 0;
}
.checkout-cart-index .cart.table-wrapper .product-item-details dl.item-options dd {
  margin: 0;
}
.checkout-cart-index .cart.table-wrapper .col.price .price-excluding-tax .price,
.checkout-cart-index .cart.table-wrapper .col.subtotal .price-including-tax .price,
.checkout-cart-index .cart.table-wrapper .col.subtotal .price-excluding-tax .price,
.checkout-cart-index .cart.table-wrapper .col.msrp .price-including-tax .price,
.checkout-cart-index .cart.table-wrapper .col.msrp .price-excluding-tax .price,
.checkout-cart-index .cart.table-wrapper .price-including-tax .price,
.checkout-cart-index .cart.table-wrapper .price-excluding-tax .price {
  font-size: 14px;
  line-height: 21px;
  font-weight: normal;
}
.checkout-cart-index .cart.table-wrapper .actions-toolbar .action-delete {
  color: #D9D9D9;
  top: 50%;
  height: 24px;
  margin-top: -11px;
  right: 27px;
}
.checkout-cart-index .cart-container .form-cart .actions.main .clear {
  display: inline-block;
  min-width: 130px;
}
.checkout-cart-index .cart-container .form-cart .actions.main {
  text-align: left;
}
.checkout-cart-index .cart-container .form-cart .actions.main button {
  background: #FBAF43;
  border-color: #FBAF43;
}
.checkout-cart-index .cart-container .form-cart .actions.main button:hover,
.checkout-cart-index .cart-container .form-cart .actions.main button:focus {
  background: #fff;
  color: #FBAF43;
  border-color: #FBAF43;
}
.checkout-cart-index .cart-container .form-cart .actions.main .update {
  display: none;
}
.checkout-cart-index .cart.table-wrapper .cart > .item {
  border: 0;
}
.checkout-cart-index .form-cart .table-wrapper {
  border-bottom: 1px solid #D0D0D0;
  padding-bottom: 10px;
  margin-bottom: 17px;
}
.checkout-cart-index .cart.table-wrapper .actions-toolbar {
  position: static;
}
.checkout-cart-index .page-title-wrapper h1.page-title {
  margin-top: 0;
  padding-top: 18px;
  margin-bottom: 0;
}
.checkout-cart-index .cart.table-wrapper .item .col.item {
  padding: 14px 0;
}
.checkout-cart-index .cart.table-wrapper .cart thead tr th.col.delete {
  width: 55px;
}
.checkout-cart-index .cart.table-wrapper .col.price,
.checkout-cart-index .cart.table-wrapper .col.qty {
  text-align: center;
}
.checkout-cart-index .title-releted {
  margin-top: 20px;
  margin-bottom: 38px;
}
.checkout-cart-index .releted-product .product-items {
  font-size: 0;
}
.checkout-cart-index .releted-product .product-items .product-item {
  padding: 0 10px;
  width: 20%;
  vertical-align: top;
  display: inline-block;
  margin-bottom: 0;
}
.checkout-cart-index .page-main {
  padding-bottom: 40px;
}
.checkout-cart-index .releted-product .product-items .product-item .product-btn {
  bottom: 0;
}
.checkout-cart-index .releted-product .product-item .product-item-name {
  margin-top: -3px;
}
.checkout-cart-index .releted-product .product-item .product-item-info .product-label .label {
  background: #707070;
}
@media (min-width: 768px) {
  .checkout-cart-index .page-header .header-main-inner {
    padding-bottom: 10px;
  }
  .checkout-cart-index .cart.table-wrapper .field.qty .custom-qty {
    top: -6px;
  }
  .checkout-cart-index .cart.table-wrapper .hide-desktop {
    display: none !important;
  }
  .checkout-cart-index .cart-container .form-cart {
    width: 60%;
  }
  .checkout-cart-index .cart-summary {
    width: 40%;
  }
  .checkout-cart-index .cart.table-wrapper .product-item-photo {
    padding-right: 22px;
  }
  .checkout-cart-index .cart.table-wrapper .item .col.price > span {
    position: relative;
    bottom: 4px;
  }
  .checkout-cart-index .cart.table-wrapper .item:nth-of-type(1) .col.item {
    padding-top: 26px;
  }
  .checkout-cart-index .cart.table-wrapper .item:nth-of-type(1) .col {
    padding-top: 9px;
  }
}
@media (min-width: 992px) {
  .checkout-cart-index .cart-container {
    padding-right: 2.8%;
  }
  .checkout-cart-index .cart-container .form-cart {
    width: 57%;
  }
  .checkout-cart-index .cart-summary {
    width: 43%;
  }
}
@media (max-width: 1199px) {
  .checkout-cart-index .releted-product .product-items .product-item {
    width: 25%;
  }
  .checkout-cart-index .releted-product .product-items .product-item:nth-child(5) {
    display: none;
  }
}
@media (max-width: 991.98px) and (min-width: 768px) {
  .checkout-cart-index .cart-container .cart-summary {
    padding: 20px;
  }
  .checkout-cart-index .cart.table-wrapper .product-item-photo {
    padding-right: 15px;
    min-width: 90px;
  }
  .checkout-cart-index .cart.table-wrapper .product-item-photo .product-image-container {
    max-width: 75px;
  }
  .checkout-cart-index .cart-container .cart-summary .table-wrapper tbody tr {
    padding: 13.5px 15px;
  }
  .checkout-cart-index .cart.table-wrapper .actions-toolbar .action-delete {
    right: 10px;
  }
}
@media (max-width: 767.98px) {
  .checkout-cart-index .cart.table-wrapper .hide-mobile {
    display: none !important;
  }
  .checkout-cart-index .releted-product .product-items .product-item {
    width: 33.333%;
  }
  .checkout-cart-index .releted-product .product-items .product-item:nth-child(4) {
    display: none;
  }
  .checkout-cart-index .cart-summary .block .content {
    padding: 0;
  }
  .checkout-cart-index .cart-container .cart-summary .checkout-methods-items {
    padding: 0;
  }
  .checkout-cart-index .cart-container {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    flex-wrap: wrap;
  }
  .checkout-cart-index .cart-container .form-cart {
    order: -1;
    width: 100%;
  }
  .checkout-cart-index .cart-container .cart-summary {
    width: 100%;
    margin-top: 7px;
    padding: 19px 20px 19px 20px;
  }
  .checkout-cart-index .cart.table-wrapper .product-item-photo {
    display: inline-block;
    min-width: 91px;
    position: static;
    vertical-align: top;
  }
  .checkout-cart-index .cart.table-wrapper .product-item-details {
    vertical-align: top;
    padding-right: 0;
    display: inline-block;
    padding-left: 16px;
    max-width: calc(100% - 120px);
    position: static;
    padding-top: 8px;
  }
  .checkout-cart-index .cart.table-wrapper .product-item-name {
    font-size: 12px;
    line-height: 18px;
    max-width: 100%;
  }
  .checkout-cart-index .cart.table-wrapper .field.qty {
    width: 84px;
    margin-bottom: 11px;
  }
  .checkout-cart-index .cart-container .form-cart .actions.main .clear {
    display: inline-block;
    min-width: 113px;
    width: max-content;
    font-size: 12px;
    line-height: 28px;
    padding: 2px;
  }
  .checkout-cart-index .cart-container .form-cart .actions.main {
    text-align: center;
  }
  .checkout-cart-index .cart.table-wrapper .item-actions {
    position: absolute;
    right: 0;
    width: 30px;
    top: 54px;
  }
  .checkout-cart-index .cart.table-wrapper .item-actions td {
    padding: 0;
  }
  .checkout-cart-index .cart.table-wrapper .actions-toolbar .action-delete {
    width: 30px;
    position: static;
    display: block;
    text-align: right;
    top: 0;
  }
  .checkout-cart-index .form-cart .table-wrapper {
    border: 0;
    padding-bottom: 0;
  }
  .checkout-cart-index .page-title-wrapper h1.page-title {
    font-size: 16px;
    line-height: 25px;
    padding-bottom: 0;
  }
  .checkout-cart-index .cart.table-wrapper .item .col.item {
    padding: 8px 0 9px;
  }
  .checkout-cart-index .cart.table-wrapper .field.qty input.input-text {
    height: 32px;
    width: 100%;
    font-size: 11px;
    line-height: 18px;
  }
  .checkout-cart-index .cart.table-wrapper .field.qty .custom-qty button {
    height: 32px;
    font-size: 11px;
    width: 25px;
  }
  .checkout-cart-index .cart-container .cart-summary .block .title strong {
    font-size: 12px;
    line-height: 18px;
  }
  .checkout-cart-index .cart-container .cart-summary #discount-coupon-form input[type="text"] {
    font-size: 11px;
    line-height: 17px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    padding: 10.5px 42px 10.5px 18px;
  }
  .checkout-cart-index .cart-container #discount-coupon-form .actions-toolbar button {
    right: 7px;
    top: 4px;
  }
  .checkout-cart-index .cart-container .cart-summary .table-wrapper tbody th,
  .checkout-cart-index .cart-container .cart-summary .cart-totals .grand .mark {
    font-size: 12px;
    line-height: 18px;
  }
  .checkout-cart-index .cart-container .cart-summary .table-wrapper tbody td {
    font-size: 12px;
    line-height: 18px;
  }
  .checkout-cart-index .cart-container .cart-summary .checkout-methods-items .action.primary.checkout {
    font-size: 13px;
    line-height: 19px;
    padding: 9.5px;
  }
  .checkout-cart-index .cart-container .cart-summary .link-to-shop-page {
    margin-top: 12px;
    margin-bottom: 3px;
  }
  .checkout-cart-index .cart-container .cart-summary .link-to-shop-page a {
    font-size: 10px;
    line-height: 16px;
  }
  .checkout-cart-index .title-releted {
    font-size: 16px;
    line-height: 25px;
    margin-top: 28px;
    margin-bottom: 14px;
  }
  .checkout-cart-index .cart-container .cart-summary .block > .title {
    margin-bottom: 14px;
  }
  .checkout-cart-index .cart-summary .block .field {
    margin: 0;
  }
  .checkout-cart-index .cart-container .cart-summary #discount-coupon-form .fieldset {
    margin-bottom: 12px;
  }
  .checkout-cart-index .cart-container .cart-summary .table-wrapper tbody tr {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    padding: 11px 28px 11px 23px;
    margin-bottom: 12px;
  }
  .checkout-cart-index .cart-container .cart-summary .table-wrapper tbody th strong {
    padding: 0;
  }
  .checkout-cart-index .cart-container .cart-summary .table-wrapper tbody td strong {
    padding: 0;
    font-size: 12px;
    line-height: 18px;
  }
  .checkout-cart-index .page-main {
    padding-bottom: 0;
  }
  .checkout-cart-index .page-footer {
    margin-top: 7px;
  }
}
@media (max-width: 575px) {
  .checkout-cart-index .releted-product .product-items .product-item {
    width: 50%;
    padding: 0 8px;
    margin-bottom: 17px;
  }
  .checkout-cart-index .releted-product .product-items .product-item:nth-child(4) {
    display: inline-block;
  }
}
@media (max-width: 370px) {
  .checkout-cart-index .cart-container .cart-summary {
    padding: 19px 17px;
  }
  .checkout-cart-index .cart-container .cart-summary .table-wrapper tbody tr {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.account .myGrade > div {
  display: block;
  margin: initial;
  margin-left: 0;
}
.account .myGrade {
  text-align: left;
  margin-bottom: 21px;
}
.account h2.title-page-rewards {
  font: normal 600 24px/35px Poppins;
  color: #383838;
  letter-spacing: 0;
  margin-bottom: 12px;
}
.account p.fz-12 {
  font-size: 12px;
  line-height: 1.5;
  color: #191919;
}
.account p.description-rewards-milestones {
  margin-bottom: 10px;
}
.account p.fz-16 {
  font-size: 16px;
  line-height: 25px;
}
.account p .fw-bold {
  font-weight: 700;
}
.account .customer-main-child .opc-progress-bar-item {
  width: 100%;
  height: auto;
  display: block;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}
.account .customer-main-child .opc-progress-bar-item:before {
  content: "";
  width: 20px;
  height: 5px;
  background-color: #F5F5F5;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -10px;
}
.account .customer-main-child .opc-progress-bar-item.white:before {
  content: none;
}
.account .customer-main-child .opc-progress-bar-item.active:before {
  background-color: #EB384B;
}
.account .customer-main-child .opc-progress-bar-item:before .account .customer-main-child .opc-progress-bar-item > span:before,
.account .customer-main-child .opc-progress-bar-item > span:after,
.account .customer-main-child .opc-progress-bar-item > span:after,
.account .customer-main-child .opc-progress-bar-item > span:after {
  content: none;
}
.account .opc-progress-bar {
  display: flex;
  margin-left: -10px;
  margin-right: -10px;
  margin-top: 20px;
  margin-bottom: 26px;
}
.account .opc-progress-bar-item .item-content {
  width: 100%;
  max-height: 78px;
  height: 100%;
  display: block;
  border: 5px;
  background-color: #F5F5F5;
  border-radius: 5px;
  border: 3px solid transparent;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 6px;
}
.account .opc-progress-bar-item.active .item-content {
  border-color: #F32F44;
  background-color: #fff;
}
.account .opc-progress-bar-item .title {
  font: normal 700 12px/1.5 Poppins;
  letter-spacing: 0;
  color: #888888;
  display: block;
  text-transform: uppercase;
}
.account .opc-progress-bar-item.active .title {
  color: #EB384B;
}
.account .opc-progress-bar-item .item-img-rewands {
  filter: grayscale(100%);
  margin: auto;
  background-repeat: no-repeat;
}
.account .opc-progress-bar-item.active .item-img-rewands {
  filter: inherit;
}
.account .opc-progress-bar-item.white .item-img-rewands {
  background-image: url(../../frontend/MageBig/martfury_wowshop02/en_US/images/white.svg);
  margin-top: 13px;
  width: 28px;
  height: 35px;
}
.account .opc-progress-bar-item.silver .item-img-rewands {
  background-image: url(../../frontend/MageBig/martfury_wowshop02/en_US/images/silver.svg);
  margin-top: 14px;
  width: 28px;
  height: 28px;
}
.account .opc-progress-bar-item.gold .item-img-rewands {
  background-image: url(../../frontend/MageBig/martfury_wowshop02/en_US/images/gold.svg);
  margin-top: 12px;
  width: 27px;
  height: 36px;
}
.account .opc-progress-bar-item.diamond .item-img-rewands {
  background-image: url(../../frontend/MageBig/martfury_wowshop02/en_US/images/diamond.svg);
  margin-top: 17px;
  width: 33px;
  height: 28px;
}
.account .opc-progress-bar-item.platinum .item-img-rewands {
  background-image: url(../../frontend/MageBig/martfury_wowshop02/en_US/images/platinum.svg);
  margin-top: 14px;
  width: 30px;
  height: 32px;
}
.account .myInfo {
  max-width: 835px;
  width: 100%;
}
.account .order-md-3.main-wrap {
  padding-left: 30px;
}
.customer-customer-wowcashback .color-000 {
  color: #000;
}
.customer-customer-wowcashback .main-container .customer-main-child.customer-margin-top.block-border {
  max-width: 405px;
  background-color: #F5F5F5;
  border-radius: 5px;
  padding: 18px 10px 12px 10px;
}
.account .main-container .customer-main-child.customer-margin-top.block-border .item-title {
  font-size: 15px;
  font-weight: 600;
  line-height: 25px;
  color: #000000;
  padding-left: 10px;
  padding-right: 22px;
}
.account .main-container .customer-main-child.customer-margin-top.block-border .customer-main-child {
  font-size: 23px;
  line-height: 34px;
  font-weight: 600;
  letter-spacing: 0;
  color: #FBAF43;
}
.customer-customer-wowcashback .main-container .customer-main-child.customer-margin-top.block-border,
.customer-customer-wowcashback .main-container .customer-main-child.customer-margin-top.block-border strong.box-title.span-bottom {
  justify-content: center;
  align-items: center;
  display: flex;
}
.customer-customer-wowcashback .main-container .customer-main-child.customer-margin-top.block-border span {
  display: block;
}
.customer-customer-wowcashback .box.box-perks.block-border p {
  text-align: left;
  margin-bottom: 8px;
}
body.customer-customer-wowcashback .box.box-perks.block-border {
  float: initial;
  padding: 0;
  border: none;
}
.customer-customer-wowcashback .content-description-bottom h4 {
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 34px;
}
.customer-customer-wowcashback .content-description-bottom p,
.customer-customer-wowcashback .content-description-bottom strong {
  color: #191919;
  line-height: 18px;
  margin-bottom: 1px;
}
.customer-customer-wowcashback .content-description-bottom ul {
  list-style-type: none;
  padding: 0px;
}
.customer-customer-wowcashback .content-description-bottom li {
  position: relative;
  padding-left: 0;
  margin-bottom: 16px;
  display: flex;
}
.customer-customer-wowcashback .content-description-bottom li.item-silver {
  margin-bottom: 26px;
}
.customer-customer-wowcashback .content-description-bottom li.item-gold {
  margin-bottom: 20px;
}
.customer-customer-wowcashback .content-description-bottom li.item-diamond {
  margin-bottom: 21px;
}
.customer-customer-wowcashback .content-description-bottom li div:not(.image) {
  padding-left: 14px;
}
.customer-customer-wowcashback .content-description-bottom li .image {
  font-size: 10px;
  line-height: 1.6;
  color: #8E8E8E;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-align: center;
  width: 55px;
}
.customer-customer-wowcashback .content-description-bottom li .image:before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  background-position: 50% 0%;
  margin: auto;
  margin-top: 3px;
}
.customer-customer-wowcashback .content-description-bottom li.item-white .image:before {
  background-image: url(../../frontend/MageBig/martfury_wowshop02/en_US/images/white.svg);
  width: 41px;
  height: 41px;
}
.customer-customer-wowcashback .content-description-bottom li.item-silver .image:before {
  background-image: url(../../frontend/MageBig/martfury_wowshop02/en_US/images/silver.svg);
  width: 39px;
  height: 39px;
  filter: grayscale(100%);
}
.customer-customer-wowcashback .content-description-bottom li.item-gold .image:before {
  background-image: url(../../frontend/MageBig/martfury_wowshop02/en_US/images/gold.svg);
  width: 34px;
  height: 41px;
}
.customer-customer-wowcashback .content-description-bottom li.item-diamond .image:before {
  background-image: url(../../frontend/MageBig/martfury_wowshop02/en_US/images/diamond.svg);
  width: 55px;
  height: 31px;
}
.customer-customer-wowcashback .content-description-bottom li.item-platinum .image:before {
  background-image: url(../../frontend/MageBig/martfury_wowshop02/en_US/images/platinum.svg);
  width: 35px;
  height: 39px;
}
.customer-customer-wowcashback .content-description-bottom {
  margin-top: 43px;
}
.account .rewands-bar {
  display: flex;
  margin-bottom: 14px;
}
.account .rewands-bar div {
  height: 4px;
  background-color: #D6D6D6;
  border-radius: 2px;
}
.account .rewands-bar div.unlock-rewards {
  background-color: #EB384B;
}
.account .opc-progress-bar-item .opc-progress-bar-item {
  display: none;
}
.account .opc-progress-bar-item.active:not(.platinum) + .opc-progress-bar-item .unlock-rewards-img {
  width: 18px;
  height: 20px;
  display: block;
  background-image: url(../../frontend/MageBig/martfury_wowshop02/en_US/images/closed_lock_icon.svg);
  background-repeat: no-repeat;
  position: absolute;
  bottom: -46px;
  left: 50%;
  transform: translateX(-50%);
}
.customer-customer-wowcashback main {
  margin-bottom: 45px;
}
.account .subWrap {
  border: none;
  padding: 0;
}
.customer-customer-wowcashback .block-dashboard-details div .type .price {
  font-size: 16px;
}
.customer-customer-wowcashback .block-dashboard-details div .type.plus {
  background-color: #E88D29;
  min-height: 100px;
  max-width: 126px;
}
.customer-customer-wowcashback .block-dashboard-details div div.box-content {
  margin-top: 10px;
}
.customer-customer-wowcashback .block-dashboard-details div .type.plus,
.customer-customer-wowcashback .block-dashboard-details div .name {
  margin-top: 0;
}
@media (max-width: 1199px) {
  .account .order-md-3.main-wrap {
    padding-left: 15px;
  }
}
@media (max-width: 991px) {
  .account .opc-progress-bar {
    margin-bottom: 10px;
  }
  .account .opc-progress-bar-item.active:not(.platinum) + .opc-progress-bar-item .unlock-rewards-img {
    bottom: -29px;
  }
  .customer-customer-wowcashback .main-container .customer-main-child.customer-margin-top.block-border {
    max-width: initial;
  }
  .customer-customer-wowcashback .content-description-bottom {
    margin-top: 30px;
  }
  .customer-customer-wowcashback .content-description-bottom h4 {
    margin-bottom: 10px;
  }
}
@media (max-width: 767.98px) {
  .account .myItem {
    margin-right: -17px;
    padding-left: 31px;
    padding-right: 34px;
    overflow-x: auto;
    margin-bottom: -2px;
  }
  .account .opc-progress-bar-item .item-content {
    width: 151px;
    max-width: initial;
  }
  .account .rewands-bar,
  .account .opc-progress-bar {
    width: 835px;
  }
  .account .opc-progress-bar-item.platinum {
    padding-right: 17px;
  }
  .account h2.title-page-rewards {
    font-size: 19px;
    font-weight: 700;
    line-height: 27px;
    letter-spacing: 0;
    color: #231F20;
    text-align: center;
    margin-bottom: 8px;
  }
  .account p.fz-16 {
    font-size: 12px;
    line-height: 18px;
    color: #191919;
    margin-bottom: -1px;
  }
  .account p .fw-bold,
  .account p.fz-12 {
    font-size: 10px;
    font-weight: 400;
    color: #191919;
    letter-spacing: 0;
    margin: 0;
  }
  .account .main-container .customer-main-child.customer-margin-top.block-border .item-title {
    line-height: 23px;
    padding: 0 3px;
    white-space: nowrap;
  }
  .account .main-container .customer-main-child.customer-margin-top.block-border .customer-main-child {
    font-size: 15px;
    line-height: 23px;
  }
  .account .opc-progress-bar {
    margin-bottom: 20px;
  }
  .account .opc-progress-bar-item.active:not(.platinum) + .opc-progress-bar-item .unlock-rewards-img {
    bottom: -39px;
  }
  .account .myGrade {
    margin-bottom: 19px;
  }
  .customer-customer-wowcashback .main-container .customer-main-child.customer-margin-top.block-border span.item-icon {
    width: 36px;
    height: 36px;
    margin-right: 11px;
  }
  .customer-customer-wowcashback .main-container .customer-main-child.customer-margin-top.block-border {
    max-width: 100%;
    padding: 18px 10px 20px 10px;
  }
  .customer-customer-wowcashback .content-description-bottom li .image {
    width: 79px;
  }
  .customer-customer-wowcashback main {
    margin-bottom: 0;
  }
}
@media (max-width: 359px) {
  .account .main-container .customer-main-child.customer-margin-top.block-border .item-title {
    font-size: 12px;
  }
}
body.account .unlock-rewards-img {
  display: none !important;
}
.account.customer-account-index .account-nav .title {
  pointer-events: none;
}
.customer-account-index .account .myGrade {
  margin-bottom: 41px;
}
.account.customer-account-index .myInfo {
  max-width: 857px;
}
.account .items .item.current strong {
  font-weight: 700;
}
.account.customer-account-edit .account-nav .title strong,
.account.customer-address-index .account-nav .title strong,
.account.customer-address-form .account-nav .title strong {
  font-size: 0;
}
.account.customer-account-edit .account-nav .title strong:before,
.account.customer-address-index .account-nav .title strong:before,
.account.customer-address-form .account-nav .title strong:before {
  content: ' Account Navigation';
  font: 18px/27px 'Poppins';
  font-weight: 600;
  color: #000;
}
.content-text-count,
.content-text-cashback {
  cursor: pointer;
}
.account.customer-account-edit .account-nav .item:first-child a,
.account.customer-address-index .account-nav .item:first-child a,
.account.customer-address-form .account-nav .item:first-child a {
  font-weight: 700;
  color: #eb384b;
}
.account.customer-account-index .page-main .column.main .block:not(.widget) .block-title {
  background: none;
  font-size: 14px;
  line-height: 21px;
  font-weight: 600;
  margin-bottom: 5px !important;
}
.account.customer-account-index .page-main .column.main .block:not(.widget) .block-title strong {
  font-size: 15px;
  line-height: 21px;
  color: #000;
  font-weight: 600;
}
.customer-account-index .main-container .box-perks {
  border: none;
  height: 100%;
}
.customer-account-index .perks-content .customer-margin-top {
  border: 1px solid #f1f1f1;
  max-width: 405px;
  background: #f5f5f5;
}
.customer-account-index .main-container .perks-content {
  display: flex;
  height: -webkit-fill-available;
}
.customer-account-index .main-container .block_buttom_more {
  max-width: 257px;
  background: #EB384B;
  border-radius: 5px;
  margin-top: 20px;
  text-align: center;
  border: 1px solid #eb384b;
}
.account.customer-account-index .main-container .recent-order-btn:hover,
.account.customer-account-index .main-container .recent-order-btn:focus,
.customer-account-index .main-container .block_buttom_more:hover,
.customer-account-index .main-container .block_buttom_more:focus {
  background-color: #fff;
}
.customer-account-index .main-container .recent-order-btn:hover a,
.customer-account-index .main-container .recent-order-btn:focus a,
.customer-account-index .main-container .block_buttom_more:hover a.action.edit,
.customer-account-index .main-container .block_buttom_more:focus a.action.edit {
  color: #eb384b !important;
}
.customer-account-index .main-container .block_buttom_more a.action.edit {
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  line-height: 18px;
  padding: 10px 0 9px;
  display: block;
  margin: 0;
}
.customer-account-index .main-container .block.block-account-voucher {
  margin-bottom: 50px;
  display: flex;
  flex-direction: column;
}
.account.customer-account-index .column.main .order-products-toolbar {
  display: none;
}
.account.customer-account-index .box-title-sort {
  display: none;
}
.account .main-container .recent-order-btn {
  display: none;
}
.account.customer-account-index .main-container .recent-order-btn {
  max-width: 190px;
  border-radius: 5px;
  background: #EB384B;
  text-align: center;
  margin-top: 5px;
  display: block;
  border: 1px solid #eb384b;
}
.customer-account-index .main-container .recent-order-btn a {
  font-size: 15px;
  font-weight: bold;
  color: #fff !important;
  line-height: 18px;
  display: block;
  padding: 10px 0 9px;
}
.customer-account-index .main-container .block-dashboard-info .block-title {
  display: none;
}
.account.customer-account-index .page-main .column.main .block:not(.widget) .span-bottom {
  display: flex;
  height: 75px;
  margin: auto;
  width: fit-content;
  padding: 0 5px;
}
.account.customer-account-index .page-main .column.main .block:not(.widget) .box-title .item-icon {
  margin: auto 0;
}
.account.customer-account-index .page-main .column.main .block:not(.widget) .box-title .content-text-count .text-count-voucher {
  margin-bottom: 0;
  font-size: 15px;
  line-height: 23px;
  font-weight: 600;
}
.account.customer-account-index .page-main .column.main .block:not(.widget) .box-title .content-text-count span.count-vouchre {
  font-size: 15px;
  line-height: 23px;
  font-weight: 600;
}
.account.customer-account-index .page-main .column.main .block:not(.widget) .box-title .content-text-count span {
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
}
.account.customer-account-index .page-main .column.main .block:not(.widget) .box-title .content-text-count {
  height: fit-content;
  margin: auto;
  text-align: left;
  margin-left: 18px;
}
.account.customer-account-index .page-main .column.main .block:not(.widget) .box-title .desktop-show,
.account.customer-account-index .page-main .column.main .block:not(.widget) .box-title .mobile-show {
  margin: auto;
  height: fit-content;
  margin-left: 10px;
  padding: 0;
  font-size: 15px;
  line-height: 23px;
  font-weight: 600;
}
.account.customer-account-index .page-main .column.main .block:not(.widget) .box-title .cashback-deposit {
  height: fit-content;
  margin: auto;
  margin-left: 10px;
  font-size: 23px;
  font-weight: 600;
  line-height: 32px;
}
.customer-account-index .action.edit,
.customer-account-index .action.change-password {
  color: #EB384B;
  text-decoration: underline;
  margin-right: 10px;
  font-size: 12px;
}
.customer-account-index .action.view {
  color: #383838;
  font-size: 14px;
}
.customer-account-index .action.view:hover {
  color: #EB384B;
}
.customer-account-index .column .block-dashboard-info {
  margin-top: 45px;
}
.account .page-main .column.main .block:not(.widget) .box-content {
  word-break: break-all;
}
.customer-account-index .column .block-dashboard-info .block-content .box-content p,
.customer-account-index .column .block-dashboard-addresses .block-content .box-content p {
  margin-bottom: 0px;
}
.customer-account-index .column .block-dashboard-addresses {
  margin-bottom: 25px;
}
.customer-account-index .main-container .block_buttom_more .action.edit {
  text-decoration: none;
}
.account.customer-account-index p.description-rewards-milestones {
  margin-bottom: 0px;
}
.account.customer-account-index .opc-progress-bar {
  /* margin-bottom: 20px; */
}
.account.customer-account-index .rewands-bar {
  padding: 0 5px;
}
.account.customer-account-index .title-page-rewards.desktop-show {
  margin-bottom: 40px;
}
.account.customer-account-index .table > thead > tr > th {
  padding: 5px;
  font-weight: 400;
}
.account.customer-account-index .table-wrapper {
  margin-bottom: 0;
  width: auto;
}
.account.customer-account-index .table > tbody > tr > th,
.account.customer-account-index .table > tbody > tr > td {
  border: none;
  font-size: 14px;
}
.customer-account-index .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr td[data-th]:before,
.customer-account-index .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr th[data-th]:before {
  content: none;
}
.account.customer-account-index .abs-blocks-2columns,
.account.customer-account-index .abs-discount-block-desktop .block,
.account.customer-account-index .column.main .block:not(.widget) .block-content .box,
.account.customer-account-index .storecredit .block,
.account.customer-account-index .paypal-review-discount .block,
.cart-discount .block {
  width: 47%;
}
.account.customer-account-index .page-main .column.main .block:not(.widget) .box-title > span {
  color: #000;
  font-size: 15px;
  font-weight: 500;
}
.account.customer-account-index .page-main .column.main .block:not(.widget) .block-link {
  position: absolute;
  bottom: 0;
}
.account.customer-account-index .page-main .column.main .block.block-account-voucher .block-title strong {
  font-size: 14px;
  font-weight: 400;
}
.account.customer-account-index .page-main .column.main .block-dashboard-info .block-content .box-title > span {
  font-weight: 600;
}
.account.customer-address-index .columns .main-wrap {
  min-width: calc(100% - 290px);
}
.block-addresses-list .block-content .additional-addresses {
  overflow: auto;
}
/* edit*/
.form-address-edit .street .nested {
  display: none;
}
.form-address-edit .zip .control .message {
  display: none !important;
}
.account .actions-toolbar {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.account .actions-toolbar .primary {
  order: 2;
}
.account.customer-account-edit .actions-toolbar > .secondary .action.back,
.account .form-address-edit .actions-toolbar > .secondary .action.back,
.account .form-newsletter-manage .actions-toolbar > .secondary .action.back {
  display: block;
  width: 120px;
  margin: 0;
}
.account.customer-address-form .form-address-edit .actions-toolbar .action.primary {
  padding: 7px 17px;
  font-size: 15px;
}
.account.customer-customer-wowcashback .recent-orders .block-reorder .actions-toolbar button {
  background-color: #fbaf43;
  border: 1px solid #fbaf43;
  color: #fff;
}
.account.customer-customer-wowcashback .recent-orders .block-reorder .actions-toolbar button:hover {
  color: #fbaf43;
  background-color: #fff;
}
.account.customer-address-index .recent-orders .block-reorder .actions-toolbar button,
.account.sales-order-history .recent-orders .block-reorder .actions-toolbar button,
.account.wishlist-index-index .recent-orders .block-reorder .actions-toolbar button,
.account.customer-account-index .recent-orders .block-reorder .actions-toolbar button {
  background-color: #eb384b;
  border: 1px solid #eb384b;
  color: #fff;
}
.account.customer-address-index .recent-orders .block-reorder .actions-toolbar button:hover,
.account.sales-order-history .recent-orders .block-reorder .actions-toolbar button:hover,
.account.wishlist-index-index .recent-orders .block-reorder .actions-toolbar button:hover,
.account.customer-account-index .recent-orders .block-reorder .actions-toolbar button:hover {
  color: #eb384b;
  background-color: #fff;
}
.abs-field-date input,
.field.date ._has-datepicker,
.field-dob ._has-datepicker,
.form-giftregistry-search .fields-specific-options .datetime-picker,
.form-giftregistry-edit .field.date input {
  width: 100%;
}
button.ui-datepicker-trigger.v-middle {
  display: none;
}
.page.messages div[role="alert"] > .message {
  margin: 0 !important;
}
/*wishlist*/
.account.wishlist-index-index .product-image-container {
  margin: auto;
}
.wishlist-index-index .btn-remove.action.delete {
  width: fit-content;
}
.wishlist-index-index .wishlist-action {
  display: flex;
  justify-content: space-between;
}
.wishlist-index-index .product-item .product-item-name a {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  word-break: break-word;
}
.wishlist-index-index .products-grid.wishlist .product-item-comment:focus {
  border-color: #000;
}
.wishlist-index-index .products-grid.wishlist .product-item-comment {
  padding: 10px 20px;
}
.wishlist-index-index .products-grid.wishlist .product-item .box-tocart .tocart {
  font-size: 14px;
}
.account.customer-address-index .action.edit {
  color: #383838;
}
.account.customer-address-index .action.edit:focus,
.account.customer-address-index .action.edit:hover {
  color: #eb384b;
}
.account.customer-address-index .actions-toolbar > .secondary .action.back {
  display: block;
  margin: 0;
}
.account.customer-address-index .items.pages-items {
  margin-top: 5px;
}
@media (max-width: 1240px) {
  .customer-account-index .main-container .perks-content {
    flex-direction: column;
  }
  .customer-account-index .main-container .box-perks {
    width: 100%;
  }
  .customer-account-index .perks-content .customer-margin-top {
    max-width: 100%;
    margin-bottom: 10px;
  }
  .account.wishlist-index-index .actions-toolbar .primary botton {
    margin-bottom: 10px;
  }
}
@media (max-width: 991px) {
  .account.wishlist-index-index .actions-toolbar .primary {
    /* margin-bottom: 10px; */
  }
}
@media (max-width: 800px) {
  .account.customer-account-index .page-main .column.main .block:not(.widget) .box-title .desktop-show,
  .account.customer-account-index .page-main .column.main .block:not(.widget) .box-title .mobile-show {
    font-size: 12px;
  }
  .account.customer-account-index .page-main .column.main .block:not(.widget) .box-title .cashback-deposit {
    font-size: 19px;
  }
  .account.customer-account-index .page-main .column.main .block:not(.widget) .box-title .content-text-count span.count-vouchre,
  .account.customer-account-index .page-main .column.main .block:not(.widget) .box-title .content-text-count .text-count-voucher {
    font-size: 12px;
  }
  .account.customer-account-index .page-main .column.main .block:not(.widget) .box-title .content-text-count {
    margin-left: 10px;
  }
}
@media (max-width: 768px) {
  .account.customer-account-index .account-nav .title {
    pointer-events: initial;
  }
  .account.customer-account-index .main-container .recent-order-btn {
    margin-top: 15px;
  }
}
@media (max-width: 767.99px) {
  .account .account-nav {
    margin-bottom: 41px !important;
  }
  .account.customer-account-edit .account-nav .title strong:before,
  .account.customer-address-index .account-nav .title strong:before,
  .account.customer-address-form .account-nav .title strong:before {
    font: 12px/18px 'Poppins';
    font-weight: 600;
  }
  .account.customer-account-edit .account-nav .item:first-child a,
  .account.customer-address-index .account-nav .item:first-child a,
  .account.customer-address-form .account-nav .item:first-child a {
    font-weight: 700;
    color: #000;
  }
  .account.customer-account-edit .actions-toolbar > .secondary .action.back {
    width: 100%;
  }
  .account.customer-account-index .page-main .column.main .block:not(.widget) .block-title {
    display: none;
  }
  .account.customer-account-index h2.title-page-rewards {
    margin-top: 20px;
  }
  .account.customer-account-index p.description-rewards-milestones {
    text-align: center;
  }
  .customer-account-index .main-container .recent-order-btn {
    margin-top: 15px;
  }
  .customer-account-index .column .table-wrapper-border {
    overflow-x: auto;
  }
  .account.customer-account-index .main-container .main .orders-history .history tbody tr td {
    min-width: auto;
    overflow: auto;
  }
  .customer-account-index .orders-history {
    padding: 31px 30px 15px;
    border: 1px solid #d1d1d1;
    border-radius: 5px;
    width: fit-content;
  }
  .customer-account-index .column .block.block-dashboard-info {
    margin-top: 55px;
    margin-bottom: 0;
  }
  .box.box-newsletter {
    margin-top: 45px;
  }
  .account.customer-account-index .page-main .column .block.block-dashboard-addresses .block-title {
    margin-bottom: 10px !important;
  }
  .account.customer-account-index .recent-orders .block-reorder .actions-toolbar button {
    background-color: #fbaf43;
    border: 1px solid #fbaf43;
    color: #fff;
  }
  .account.customer-account-index .recent-orders .block-reorder .actions-toolbar button:hover {
    color: #fbaf43;
    background-color: #fff;
  }
  .customer-account-index .action.view {
    font-size: 12px;
  }
  .customer-account-index .column .block-dashboard-addresses {
    margin-top: 45px;
  }
  .account.customer-account-index .abs-blocks-2columns,
  .account.customer-account-index .abs-discount-block-desktop .block,
  .account.customer-account-index .column.main .block:not(.widget) .block-content .box,
  .account.customer-account-index .storecredit .block,
  .account.customer-account-index .paypal-review-discount .block,
  .cart-discount .block {
    width: 100%;
  }
  .account.customer-account-index .column.main .block:not(.widget) .block-content .box-billing-address {
    margin-bottom: 25px;
  }
  .customer-account-index .main-container .block.block-account-voucher {
    margin-bottom: 0;
  }
  .customer-account-index .main-container .block_buttom_more {
    max-width: 100%;
    background: none;
    margin-top: 0;
  }
  .customer-account-index .main-container .block_buttom_more a.action.edit {
    color: #383838;
    font-size: 12px;
  }
  .account.wishlist-index-index .actions-toolbar .primary {
    width: 100%;
  }
  .account.customer-account-index .container .content.recent-orders {
    display: none;
  }
  .account .container .content.recent-orders {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
  .customer-account-index .no-display {
    display: block;
    margin: 25px 40px 35px 40px;
  }
  .account.customer-account-index .main-wrap .product-items-names .product-item .col-right span {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
  }
  .account.customer-account-index .main-wrap .product-items-names .product-item .col-right {
    margin: auto 9px;
  }
  .account.customer-account-index .container .main-wrap .content.recent-orders {
    display: block;
    margin-bottom: 40px;
    margin-top: 25px;
  }
  .customer-address-index .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr td[data-th]:before,
  .customer-address-index .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr th[data-th]:before {
    padding-right: 11px;
    content: attr(data-th) ': ';
    display: inline-block;
    color: #111111;
    font-weight: 500;
  }
  .customer-address-index .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr td,
  .customer-address-index .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr th {
    border-bottom: none;
    display: block;
    padding: 5.5px 0;
  }
  .customer-address-index .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr {
    padding: 15px 0;
  }
  .customer-address-index .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr:not(:last-child) {
    border-bottom: 1px solid;
  }
  .customer-address-index #additional-addresses-table thead {
    display: none;
  }
  .account.customer-address-index .page-main .column.main .box-content address {
    font-size: 15px;
    padding: 5px 0;
  }
  .account.customer-address-index .block-addresses-default .block-content .box {
    margin-bottom: 15px;
  }
  .account.customer-address-index .page-main .column.main .block:not(.widget) .block-title {
    border-bottom: 2px solid;
  }
  .account.customer-address-index .page-main .column.main .block-addresses-list .block-title {
    margin-bottom: 15px;
  }
}
@media (max-width: 600px) {
  .account.customer-account-index .table-wrapper {
    width: fit-content;
  }
}
@media (max-width: 480px) {
  .wishlist-index-index .products-grid.wishlist .product-item .box-tocart .tocart {
    font-size: 12px;
  }
}
@media (min-width: 640px) {
  #wishlist-view-form .actions-toolbar .action {
    margin-top: 10px;
  }
}
.checkout-index-index #shipping .shipping-address-items.row {
  display: block;
  margin: 0;
}
div#giftcardaccount-placer {
  display: none;
}
.page-main .cart-summary .block.discount {
  display: none;
}
.checkout-index-index .step-title {
  background: #eb384b;
  vertical-align: middle;
  padding: 12px;
  border-radius: 5px;
  color: #fff;
  font-weight: 600;
  font-size: 15px;
  line-height: 23px;
}
.checkout-index-index .opc-progress-bar-item._complete > span:after,
.checkout-index-index .opc-progress-bar-item._active > span:after {
  background: #eb384b;
  color: #fff;
  font-size: 23px;
}
.checkout-index-index .opc-progress-bar-item._complete > span,
.checkout-index-index .opc-progress-bar-item._active > span,
.checkout-index-index .opc-progress-bar-item > span {
  padding-right: 10px;
  font-size: 10px;
  font-weight: 600;
  line-height: 18px;
}
.checkout-index-index .opc-progress-bar-item > span:before,
.opc-progress-bar-item > span:after {
  width: 28px;
  height: 28px;
  margin-top: 5px;
}
.checkout-index-index .opc-progress-bar-item > span:after {
  line-height: 25px;
  height: 24px;
  width: 24px;
  margin-left: -17px;
  color: #e4e4e4;
  margin-top: 1px;
  font-size: 11px;
}
.checkout-index-index .opc-progress-bar-item:before {
  height: 2px;
}
.checkout-index-index .shipping-address-item.selected-item {
  /*display: none;*/
}
.opc-wrapper .shipping-address-item.selected-item {
  border: none;
  padding: 0;
  margin-bottom: 30px;
  padding-left: 20px;
  color: #eb384b;
}
.opc-wrapper .shipping-address-item.selected-item:after {
  display: none;
}
.checkout-index-index .opc-wrapper .edit-address-link:hover,
.checkout-index-index .opc-wrapper .edit-address-link:not(:focus):hover {
  border: none;
}
.checkout-index-index .opc-wrapper .edit-address-link {
  margin-top: 0;
  color: #EB384B !important;
}
.checkout-index-index .opc-wrapper .edit-address-link:hover span,
.checkout-index-index .opc-wrapper .edit-address-link:focus span,
.checkout-index-index .opc-wrapper .edit-address-link:active span {
  text-decoration: underline;
}
.checkout-index-index .opc-wrapper .edit-address-link:before {
  color: inherit;
}
.checkout-index-index .opc-wrapper .edit-address-link:hover:before {
  color: #EB384B;
}
.checkout-index-index .wowcash-header {
  font-size: 15px;
  line-height: 20px;
  font-weight: bold;
  color: #000;
  margin-bottom: 5px;
}
body.checkout-index-index .row.wowcash-container .wowcash-image {
  margin-right: 10px;
}
body.checkout-index-index .row.wowcash-container .wowcash-image svg {
  width: 77px;
  height: 70px;
}
body.checkout-index-index .row.wowcash-container .wowcash-allcontent {
  display: flex;
  flex-direction: column;
}
body.checkout-index-index .row.wowcash-container .wowcash-content {
  font-size: 14px;
  font-weight: 400;
  color: #000;
}
.checkout-index-index .cashback-alert {
  margin-top: 0;
  /* display: none; */
}
.message.success > *:first-child:before {
  top: 50%;
  transform: translateX(-50%);
  left: 20px;
}
/* .checkout-index-index .message.success {
  margin: 0 !important;
  padding: 10px 40px;
} */
.checkout-index-index .wowcash-input {
  min-width: 147px;
  min-height: 35px;
  border: 1px solid #d0d0d0;
  border-radius: 5px;
}
.checkout-index-index .wowcashback-input {
  min-width: auto;
  min-height: auto;
  border: 1px solid #d0d0d0;
  border-radius: 5px;
}
.checkout-index-index .cashback-input-section button {
  height: 26px;
  line-height: 0px;
  margin-top: 5px;
}
.checkout-index-index div#checkout-step-shipping {
  display: flex;
  flex-direction: column;
}
.checkout-index-index .shipping-section-together {
  width: 100%;
}
.checkout-index-index .billing-section-together {
  width: 100%;
}
.checkout-index-index .billing-section-together .step-title {
  display: none !important;
}
.checkout-index-index .voucher-icon {
  display: inline-block;
}
body.checkout-index-index .checkout-payment-method .cart-voucher-section.row.wowcash-container {
  background-color: #dcffd4;
  border: 1px dashed #16ad13;
}
body.checkout-index-index .checkout-payment-method .cart-voucher-section.row.wowcash-container .cart_voucher_items {
  width: 100%;
}
body.checkout-index-index .checkout-payment-method .cart-voucher-section.row.wowcash-container .cart_voucher_items .cart_voucher_list_container {
  width: 100%;
}
body.checkout-index-index .checkout-payment-method .cart-voucher-section.row.wowcash-container .cart_voucher_items .cart_voucher_list_container .v_list {
  width: 100%;
}
.checkout-index-index .cart-voucher-section .voucher-text {
  position: relative;
}
.checkout-index-index .voucher-text p {
  margin-bottom: 5px;
}
.checkout-index-index .voucher-text {
  display: inline-block;
  margin-left: 15px;
  vertical-align: top;
}
.checkout-index-index .opc-progress-bar-item._complete:before,
.checkout-index-index .opc-progress-bar-item._complete > span:before,
.checkout-index-index .opc-progress-bar-item._active:before,
.checkout-index-index .opc-progress-bar-item._active > span:before {
  background: #eb384b;
}
.checkout-index-index .primary {
  width: fit-content;
  margin: auto;
}
.checkout-index-index button.action.action-show-popup {
  background: none;
  border: none;
}
.checkout-index-index button.action.action-show-popup span {
  color: #eb384b;
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
}
.checkout-index-index .opc-wrapper {
  width: 56%;
}
.checkout-index-index .modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide {
  width: 44%;
}
.checkout-index-index .opc-progress-bar {
  margin-bottom: 25px;
  margin-top: 25px;
}
body.checkout-index-index .minicart-items .product-item-details .details-qty {
  display: flex;
  border: 1px solid;
  margin: 0;
  width: min-content;
  background: #fff;
  border-radius: 5px;
  order: 1;
}
body.checkout-index-index input[type="text"],
body.checkout-index-index input.input-text,
body.checkout-index-index .opc-wrapper .fieldset select {
  height: 45px;
}
.checkout-index-index input[type="number"] {
  max-width: 35px;
  padding: 0;
  border: none;
  text-align: center;
  border-radius: 0;
  height: auto;
}
body.checkout-index-index .minicart-items .update-cart-item {
  background: #fff;
  color: #000;
  border: none;
  min-width: fit-content;
  padding: 0 10px;
}
.checkout-index-index .details-qty-price-container {
  display: flex;
  position: relative;
}
.checkout-index-index .opc-block-summary .product-item .subtotal {
  order: 2;
}
.checkout-index-index .opc-block-summary {
  border: 3px solid #d0d0d0;
  background: none;
  padding-top: 31px;
  padding-right: 35px;
  padding-left: 49px;
  padding-bottom: 60px;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  border-radius: 5px;
}
.checkout-index-index .opc-block-summary .items-in-cart > .title:after {
  content: none;
}
.checkout-index-index .opc-block-summary .items-in-cart > .title {
  border: none;
  padding: 0;
  padding-top: 5px;
  pointer-events: none;
}
.checkout-index-index .opc-block-summary > .title {
  line-height: 27px;
  font-size: 18px;
  font-weight: 600;
  margin: 0;
}
.checkout-index-index .checkout-payment-method .payment-method-title {
  border: none !important;
  padding: 10px 0 10px 35px;
}
.checkout-index-index .payment-method {
  margin-top: 20px;
}
.checkout-index-index .block.items-in-cart.opened {
  overflow: auto;
}
.checkout-index-index .opc-block-summary .items-in-cart > .title strong {
  font-size: 13px;
  line-height: 20px;
  color: #ed384b;
  font-style: italic;
}
body.checkout-index-index .checkout-index-index .minicart-items .actions .update-cart-item {
  height: 100%;
}
.checkout-index-index .minicart-items .product-item .actions {
  top: 50%;
  position: absolute;
  right: 0;
  transform: translateY(-50%);
}
.checkout-index-index .minicart-items .product-item .actions button {
  padding: 0;
  color: #d9d9d9;
  pointer-events: auto;
}
.checkout-index-index .minicart-items .product-item .actions button * {
  pointer-events: none;
}
.checkout-index-index .minicart-items .product-item .actions button:hover {
  color: #eb384b;
}
body.checkout-index-index .minicart-items .product-item-name {
  max-width: 210px;
  word-break: break-all;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  height: auto;
  overflow: hidden;
}
.checkout-index-index .minicart-items-wrapper.overflowed {
  width: 100%;
  margin-top: 25px;
  padding: 0;
}
.checkout-index-index .select2-container--default .select2-selection--single {
  min-height: 45px;
}
.checkout-index-index .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 45px;
}
.checkout-index-index .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 45px;
}
.checkout-index-index fieldset.fieldset {
  margin-top: 10px;
}
body.checkout-index-index .fieldset > .field.save-address > .label span {
  padding-left: 20px;
}
.checkout-index-index .select2-container {
  width: 100% !important;
}
body.checkout-index-index .minicart-items .product-item-details {
  padding-left: 115px;
}
.checkout-index-index .minicart-items .product-item-details .price-excluding-tax {
  margin: auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin-left: 28px;
}
body.checkout-index-index .minicart-items .product-item-details .price {
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
}
.checkout-index-index .footer-copyright {
  max-width: 100%;
  width: 100%;
  text-align: center;
}
.checkout-index-index .footer-payment {
  display: none;
}
.checkout-index-index .row.align-items-center {
  display: block;
}
.checkout-index-index .text-copyright {
  text-align: center;
  color: #fff;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  padding: 6px 0;
  margin: 0;
}
body:not(.catalog-product-view) input[type="radio"] + label:before {
  top: 50%;
}
.checkout-index-index .columns.row {
  min-height: 90vh;
}
.checkout-index-index .footer-copyright-vertical {
  border: none;
  margin-bottom: 0px !important;
}
.checkout-index-index .container.footer-checkout {
  background: #383838;
  max-width: 100vw;
}
.checkout-index-index .opc-estimated-wrapper {
  display: none;
}
.checkout-shipping-method {
  display: none;
}
.checkout-index-index .product-image-wrapper {
  overflow: inherit;
}
.checkout-index-index .minicart-items .product .product-image-container {
  width: 90px !important;
  height: 90px !important;
  object-fit: fill;
  border: 1px solid #d0d0d0;
  padding: 10px;
  max-height: max-content;
  border-radius: 5px;
}
.checkout-index-index .product-image-wrapper img {
  object-fit: cover;
  width: -webkit-fill-available;
  height: auto;
}
.checkout-index-index .column.main .opc-block-summary .product-item {
  padding: 0;
  margin-bottom: 20px;
  min-height: 90px;
}
.checkout-index-index .fieldset .field._required .label span:after {
  content: '*';
  display: inline-block;
  color: #CF4647;
  font-style: normal;
  margin-left: 2px;
}
.checkout-index-index fieldset.street .control .field:first-child {
  margin-bottom: 10px;
}
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}
input[type="number"]:hover,
input[type="number"]:focus {
  -moz-appearance: number-input;
}
body.checkout-index-index .row.wowcash-container {
  margin-top: -10px;
  border: 1px solid #d0d0d0;
  background: inherit;
  padding: 15px;
  border-radius: 5px;
}
body.checkout-index-index .row.wowcash-container .row.coupon-register-inputbox button {
  width: 100%;
}
body.checkout-index-index .opc-block-summary .table-totals {
  order: 2;
  margin-top: 35px;
  max-width: -webkit-fill-available;
  border: none;
}
body.checkout-index-index .opc-block-summary .table-totals tbody tr {
  background: #f5f5f5;
  padding: 13.5px 24px 13.5px 28px;
  display: block;
  margin-bottom: 19px;
  border-radius: 5px;
  width: 100%;
}
body.checkout-index-index .cart-totals tbody .mark,
body.checkout-index-index .cart-totals tfoot .mark,
.opc-block-summary .table-totals tbody .mark,
body.checkout-index-index .opc-block-summary .table-totals tfoot .mark {
  font-size: 15px;
  line-height: 23px;
  color: #000000;
  font-weight: 500;
  display: inline-block;
  width: 59.9%;
  vertical-align: top;
  padding: 0 5px 0 0;
}
.checkout-index-index .opc-block-summary .table-totals .grand .amount {
  border: none;
  font-size: 14px;
}
.checkout-index-index .opc-block-summary .table-totals .grand strong {
  font-weight: 400;
}
body.checkout-index-index .opc-block-summary .table-totals tbody .mark {
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  border: none;
}
body.checkout-index-index .opc-block-summary .table-totals tbody .mark button {
  margin-top: 10px;
}
body.checkout-index-index .opc-block-summary .table-totals tbody td {
  color: #383838;
  font-size: 14px;
  line-height: 21px;
  display: inline-block;
  width: 38%;
  vertical-align: top;
  padding: 0;
}
body.checkout-index-index .opc-block-shipping-information {
  display: none;
}
body:not(.catalog-product-view) input[type="radio"] + label:before {
  top: 50%;
}
.field > input[type="radio"]:checked + label:after {
  content: none;
}
body:not(.catalog-product-view) input[type="radio"] + label {
  font-size: 14px;
  line-height: 19px;
  color: #383838;
}
@media (max-width: 1187px) {
  .checkout-index-index .minicart-items .product-item-details .price-excluding-tax {
    margin-left: 15px;
  }
  .checkout-index-index .minicart-items .product-item-details .price-excluding-tax {
    position: inherit;
    margin: 15px 0 0;
  }
  .checkout-index-index .details-qty-price-container {
    flex-direction: column;
  }
  .checkout-index-index .opc-block-summary .product-item .subtotal {
    text-align: left;
  }
}
@media (min-width: 768px) {
  body.checkout-index-index .row.wowcash-container .row.coupon-register-inputbox {
    width: 100%;
  }
  body.checkout-index-index .row.wowcash-container .row.coupon-register-inputbox button {
    width: 100%;
  }
  .checkout-index-index fieldset.street .control .field {
    width: 50%;
  }
  body.checkout-index-index .fieldset > .field.street > .control {
    display: flex;
    gap: 30px;
  }
  .checkout-index-index .opc-progress-bar-item .field.street .control {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  body.checkout-index-index .opc-wrapper #shipping-new-address-form > .field.street > .control > .field:first-child {
    padding-left: 15px;
    padding-right: 0;
  }
  body.checkout-index-index .opc-wrapper #shipping-new-address-form > .field.street > .control > .field {
    padding-left: 0;
    gap: 0;
  }
  body.checkout-index-index .opc-wrapper #shipping-new-address-form > .field.street > .control {
    flex-wrap: initial;
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  .checkout-index-index .opc-block-summary {
    padding-top: 15px;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 25px;
    overflow: auto;
  }
  .checkout-index-index .minicart-items .product-item .actions .update-cart-item {
    height: fit-content;
  }
  .checkout-index-index .minicart-items .product-item .actions {
    top: 0;
    transform: none;
  }
}
@media (max-width: 767px) {
  .checkout-index-index .cart-voucher-section .voucher-text {
    position: relative;
    width: 70%;
  }
  .checkout-index-index .opc-wrapper {
    width: 100%;
  }
  .checkout-index-index .modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide {
    width: 100%;
    display: block;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    opacity: 1;
  }
  .checkout-index-index .modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide #opc-sidebar,
  .checkout-index-index .modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .modal-content,
  .checkout-index-index .modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .modal-inner-wrap {
    visibility: visible;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    transform: translateX(0);
    box-shadow: none;
  }
  .checkout-index-index .minicart-items .product-item-details .price-excluding-tax {
    position: inherit;
    margin: 15px 0 0;
  }
  .checkout-index-index .opc-block-summary .product-item .subtotal {
    text-align: left;
  }
  .checkout-index-index .details-qty-price-container {
    flex-direction: column;
  }
  .checkout-index-index .modal-custom .action-close,
  .checkout-index-index .minicart-items .product-item .actions {
    display: none;
  }
  body.checkout-index-index .minicart-items .update-cart-item {
    margin-top: 0;
    width: auto;
  }
  body.checkout-index-index .minicart-items .product-item-name {
    padding-right: 0;
  }
}
.cms-aboutus .wrapper-breadcrums {
  display: none;
}
.cms-aboutus .page-title-wrapper {
  position: relative;
  width: 100vw;
  margin-left: calc(0vw);
  margin-right: calc(0vw);
}
.cms-aboutus .page-title-wrapper:before {
  content: '';
  width: 100%;
  height: 100%;
  background-image: url(../../frontend/MageBig/martfury_wowshop02/en_US/images/banner-about-us.png);
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.cms-aboutus .page-title-wrapper h1.page-title {
  padding: 30.5px 0;
  color: #fff;
  margin: 0;
}
.cms-aboutus .container.about-us {
  margin-top: 5vw;
}
.container.about-us img {
  width: -webkit-fill-available;
  height: -webkit-fill-available;
  object-fit: cover;
}
/*.cms-about-us .about-us-top .content-top {
  display: flex;
}
.cms-about-us .content-top-left {
  width: 37%;
  text-align: center;
  background-color: #eb3a4a;
  border-top-left-radius: 150px;
  border-top-right-radius: 150px;
  border-bottom-right-radius: 150px;
  border-bottom-left-radius: 0;
  margin-left: 25px;
  margin-right: 60px;
  padding-bottom: 58px;
  margin-top: 15px;
  height: -webkit-fill-available;
}
.cms-about-us .content-top-left img {
  width: 90px;
  margin: auto;
  margin-top: 15px;
  margin-bottom: 22px;
}
.cms-about-us .content-top-left p {
  font-size: 25px;
  line-height: 35px;
  font-weight: bold;
  color: #fff;
  max-width: 284px;
  margin: auto;
}
.cms-about-us .content-top-right .title-right-top {
  font-size: 25px;
  line-height: 38px;
  font-weight: 600;
  margin-bottom: 30px;
}
.cms-about-us .content-top-right p {
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  margin-bottom: 20px;
}
.cms-about-us .image-mid {
  max-width: 638px;
  margin: auto;
  margin-top: 35px;
  margin-bottom: 10px;
}
.cms-about-us .image-mid img {
  width: -webkit-fill-available;
}
.cms-about-us .content-top-right {
  width: 63%;
  padding-right: 35px;
}
.cms-about-us .about-us-bottom {
  display: flex;
  margin: 0 10px;
}
.cms-about-us .about-us-bottom .comtent-bottom-left,
.cms-about-us .about-us-bottom .comtent-bottom-right {
  background: #f5f5f5;
  border-radius: 19px;
  width: 529px;
  min-height: 207px;
  text-align: center;
  margin: auto;
}
.cms-about-us .about-us-bottom .comtent-bottom-left .text-up {
  color: #eb384b;
}
.cms-about-us .about-us-bottom .comtent-bottom-right .text-up {
  color: #fbaf43;
}
.cms-about-us .about-us-bottom .text-up {
  font-size: 25px;
  line-height: 35px;
  font-weight: bold;
  margin-top: 35px;
  margin-bottom: 11px;
}
.cms-about-us .about-us-bottom .text-down {
  font-size: 14px;
  line-height: 21px;
  max-width: 335px;
  font-weight: 400;
  margin: auto;
  margin-bottom: 35px;
}
@media (max-width: 1440px) {
  .cms-about-us .about-us-bottom {
    gap: 25px;
  }
  .cms-about-us .content-top-right {
    padding-right: 0;
  }
}
@media (max-width: 1187px) {
  .cms-about-us .content-top-left {
    margin-left: 0;
    margin-right: 45px;
  }
  .cms-about-us .container.about-us {
    margin-top: 65px;
  }
}
@media (max-width: 991px) {
  .cms-about-us .content-top-left {
    margin-right: 25px;
  }
  .cms-about-us .content-top-left p {
    font-size: 20px;
    padding: 0 20px;
  }
  .cms-about-us .content-top-left {
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
  }
  .cms-about-us .content-top-right .title-right-top {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 15px;
  }
  .cms-about-us .content-top-right p {
    margin-bottom: 10px;
  }
}
@media (max-width: 480px) {
  .cms-about-us .about-us-top .content-top {
    display: block;
  }
  .cms-about-us .content-top-left {
    margin: 0;
    width: 100%;
    padding-bottom: 40px;
  }
  .cms-about-us .content-top-left p {
    max-width: 100%;
  }
  .cms-about-us .content-top-right {
    width: 100%;
    margin-top: 25px;
  }
  .cms-about-us .image-mid {
    margin: 10px auto 0;
  }
  .cms-about-us .about-us-bottom {
    display: block;
    gap: initial;
  }
  .cms-about-us .about-us-bottom .comtent-bottom-left,
  .cms-about-us .about-us-bottom .comtent-bottom-right {
    width: 100%;
    margin: 0;
    height: fit-content;
    margin-top: 20px;
    min-height: auto;
    display: inline-block;
  }
  .cms-about-us .about-us-bottom .text-up {
    margin-top: 25px;
    font-size: 20px;
  }
  body.cms-page-view.cms-about-us .page-main .column.main {
    padding-bottom: 0;
  }
  .cms-about-us .container.about-us {
    margin-top: 45px;
  }
}
@media (max-width: 320px) {
  .cms-about-us .content-top-left p {
    font-size: 16px;
    line-height: 25px;
  }
  .cms-about-us .content-top-left img {
    width: 50px;
  }
  .cms-about-us .content-top-left {
    border-top-left-radius: 70px;
    border-top-right-radius: 70px;
    border-bottom-right-radius: 70px;
    height: -webkit-fill-available;
    min-height: fit-content;
    display: inline-block;
  }
}
 */
.cms-ceo-message .page-wrapper .wrapper-breadcrums {
  display: none;
}
.cms-ceo-message .page-main .columns {
  margin-top: 69px;
}
.cms-ceo-message .page-main .columns .column {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.cms-ceo-message .page-main .columns .column img {
  width: 100%;
  height: 100%;
}
.cms-ceo-message .page-title-wrapper h1.page-title {
  padding: 34px 0 27px 0;
  color: #fff;
  margin: 0;
}
.cms-ceo-message .page-title-wrapper {
  position: relative;
  width: 100vw;
  margin-left: calc(0vw);
  margin-right: calc(0vw);
}
.cms-ceo-message .page-title-wrapper h1.page-title:before {
  content: 'CEO Message';
  font-size: 30px;
}
.cms-ceo-message .page-title-wrapper h1.page-title {
  font-size: 0;
}
.cms-ceo-message .page-title-wrapper:before {
  content: '';
  width: 100%;
  height: 100%;
  background-image: url(../../frontend/MageBig/martfury_wowshop02/en_US/images/tim-swaan-eOpewngf68w-unsplash.png);
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (max-width: 767px) {
  body.cms-ceo-message .page-main .column.main {
    padding-bottom: 10px;
  }
  .cms-ceo-message .page-main .columns {
    margin-top: 40px;
  }
}
/*.cms-ceo-message .page-main {
	margin-top: 69px;
}
/*.cms-ceo-message .page-title-wrapper{
	position: relative;
    width: 100vw;
    margin-left: calc((100vw - 100%)/(-2));
    margin-right: calc((100vw - 100%)/(-2));
}
.cms-ceo-message .page-title-wrapper h1.page-title:before {
	content: 'CEO Message';
	font-size: 30px;
}
.cms-ceo-message .page-title-wrapper h1.page-title{
	font-size: 0;
}
.cms-ceo-message .page-title-wrapper:before {
	content: '';
    width: 100%;
    height: 100%;
    background-image: url(../../frontend/MageBig/martfury_wowshop02/en_US/images/tim-swaan-eOpewngf68w-unsplash.png);
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.cms-ceo-message .page-main .columns {
	max-width: 889px;
	margin: auto;
	background-color: #F5F5F5;
	border-radius: 20px;
	margin-top: 69px;
}
.cms-ceo-message .page-main .columns .main-wrap {
	padding: 66px 82px;
} 
body.cms-ceo-message .page-main .columns .column.main {
	padding-bottom: 0;
}
.cms-ceo-message .page-main .title-content h2 {
	    text-align: center;
    font-size: 25px;
    font-weight: 600;
    line-height: 38px;
    letter-spacing: 0;
    color: #EB384B;
    margin-bottom: 40px;
    font-family: 'Poppins';
}
.cms-ceo-message .page-main .content {
	margin-bottom: 20px;
	display: block;
}
.cms-ceo-message .page-main p{
	font: 14px/21px 'Poppins';
	font-weight: 400;
	letter-spacing: 0;
	color: #383838;
	margin-bottom: 20px;
}
.cms-ceo-message .page-main .content span a {
	font-weight: bold;
	color: #EB384B;
	cursor: pointer;
	margin-left: 5px;
}
.cms-ceo-message .page-main .content span {
	display: flex;
}
.cms-ceo-message .page-main .main-wrap {
	padding: 0;
}
.cms-ceo-message .page-main .block-static-block {
	margin-bottom: 0;
}
.cms-ceo-message .page-main .end-message {
	margin-bottom: 0px;
}
.cms-ceo-message .page-main .end-message h5{
	
	font: 14px/21px 'Poppins';
	letter-spacing: 0;
	margin-bottom: 0;
	font-weight: 400;
}
@media (max-width: 767px){
	body.cms-ceo-message .page-main .columns .main-wrap {
		padding: 30px 40px;
	}
	.cms-ceo-message .page-main .content span{
		display: block;
	}
	.cms-ceo-message .page-main .content span p {	
		margin-bottom: 0;
	}
	.cms-ceo-message .page-main .content span a {
		margin-left: 0;
	}
	.cms-ceo-message .page-main p {
		margin-bottom: 10px;
	}
	.cms-ceo-message .page-main .title-content h2 {
		margin-bottom: 20px;
	}
}
*/
.main-bottom .slider-2.slider-middle {
  display: none;
}
.field.field-postseq,
.field.field-barangay {
  display: none;
}
#channel-02 .channel-banner,
#channel-25 .channel-banner,
#channel-26 .channel-banner {
  display: none;
}
.onair-channel-list-widget,
.tv-schedule-container .tvschedule-channel-list {
  background: #ffffff;
  border: 1px solid #eee;
}
.tv-schedule-container .onair-date-table .onair-active,
.tvschedule-mob .onair-active {
  background: #000000;
  color: #fff;
}
.tvschedule-day-mob {
  border: 1px solid #eee;
  padding: 10px 0;
  font-weight: 700;
  width: 33.33%;
}
.product-item-details .discount-percent,
.products-grid .product-item-info .product-item-details .discount-percent {
  background: #fbaf43;
  font-size: 12px;
  font-weight: 700;
}
.product-item-name {
  font-weight: 700;
}
.gallery-placeholder .fotorama__nav-wrap--vertical .fotorama__thumb-border {
  margin-top: 10px !important;
}
.discount-percent1 {
  background: #fbaf43;
  font-size: 16px;
  font-weight: 700;
}
.product-item .product-reviews-summary .rating-summary,
.product-item .product-reviews-summary .reviews-actions {
  display: none;
}
.deal-block-top + div,
.widget-product {
  margin-bottom: 0;
}
.block-catalog {
  margin-bottom: 0px;
  border: 1px solid #fff;
}
.page-bottom {
  padding: 0;
}
.slider-2 {
  max-height: 283px;
}
.onair-product-box {
  min-height: 170px;
  max-height: 230px;
  margin-top: -1px;
  border: 1px solid #eee;
}
.onair-product-name-block {
  height: 45px;
}
.onair-product-name {
  font-size: 16px;
  color: #000;
}
.onair-product-box .onair-product-name-block .onair-product-name {
  font-size: 16px;
}
.onair-timelimit {
  color: #fff;
  font-size: 14px;
  background: #ec3f52;
  padding: 5px;
  width: fit-content;
  margin: auto;
}
.onair-timelimit span {
  color: #ffffff;
  font-weight: 800;
}
.onair-label-image {
  padding: 3px 10px;
}
.timde-duration {
  background: #ffffff;
}
.onair-product-box .onair-product-name-block {
  height: 42px;
}
.onair-product-box .live-play-button {
  border: 2px solid #eb384b;
  background: #eb384b;
}
.onair-product-box .play-button-div {
  border-left: 20px solid #ffffff;
}
a.np_ButtonWatermark {
  display: none !important;
}
.sorter-options option[value="bestseller"] {
  display: none;
}
.deal-block-top .title a,
.mobile-pick-block-top .title a {
  color: #FFFFFF;
}
.product-left {
  display: none;
}
.view-more-button {
  color: #eb384b !important;
  font-weight: 500;
  font-size: 16px;
  padding: 6px;
  border-radius: 5px;
  border: 2px solid #eb384b;
}
.view-more-button:hover {
  color: #FFFFFF !important;
  font-weight: 500;
  font-size: 16px;
  padding: 6px;
  border-radius: 5px;
  background-color: #eb384b;
  border: 2px solid #eb384b;
}
.view-more-container {
  text-align: center;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .hot-deals {
    margin-bottom: 0px;
  }
  .cms-home-onecolumn .bestsellers {
    margin-bottom: 0px;
  }
  .view-more-container {
    text-align: center;
    margin-top: -30px;
  }
  .category-products .product-item .product-item-info {
    min-height: 330px;
  }
}
.ins-top-search-container-c12,
.ins-top-search-container-c13,
.ins-top-search-container-c14,
.ins-top-search-container-c15,
.ins-top-search-container-c16 {
  display: none !important;
}
.category-mobile-pick .category-view a {
  text-align: left !important;
}
.page-header .vertical-menu .magebig-nav > li.level0:nth-child(1) .show-sub-content .menu-items {
  display: block;
}
body .magebig-mobile-menu ul > li.level0:nth-child(1) .show-sub-content .menu-items,
.magebig-mobile-menu .staticblock-menu-top .content-link-show-link {
  display: block;
}
.catalog-product-view div[class^='ins-campaign-wrapper'] {
  background: #eaeaea;
  padding: 5px 0px;
  margin: 0px auto 10px auto;
}
.catalog-product-view h3[class^='ins-campaign-title-wrapper'] {
  font-size: 14px;
}
.catalog-product-view div[class^='ins-campaign-button-wrapper'] {
  font-size: 14px;
  flex: 0 0 80px;
  padding: 2px 0px;
  background: #000000;
  border-radius: 5px;
}
.sidebar .content.recent-orders,
.account.customer-account-index .container .main-wrap .content.recent-orders {
  display: none !important;
}
@media (max-width: 768px) {
  .account.customer-account-index .container .main-wrap .content.recent-orders {
    display: none !important;
  }
  .category-products .product-item .product-item-info {
    min-height: 233px;
  }
  .category-products .product-item .product-item-info .product-label {
    top: 8px;
    right: 10px;
  }
  .category-products .product-item .product-item-info .product-label .label {
    padding: 2px;
    max-width: 40px;
    font-size: 12px;
    line-height: 12px;
  }
}
.main-bottom .slider-2.slider-middle {
  margin-bottom: 0;
  background-color: #f4f4f4;
}
.main-bottom .list-product-image {
  background-color: #f4f4f4;
}
.main-bottom .list-product-image .content-items {
  background: #FFF;
}
.main-bottom .list-product-image .category-products .product-items .product-item {
  margin-bottom: 0 !important;
  padding: 0 !important;
}
.catalog-product-view .cod-availability-message .fa.fa-truck {
  font-size: 10px !important;
}
.load-more .fa.fa-redo {
  font-size: 14px;
}
.widget-product-carousel .product-item-details .product-item-inner .product-item-actions {
  display: none !important;
}
.product-name {
  font-weight: 700;
  font-size: 12px;
}
.product-price {
  font-weight: 700;
  font-size: 20px;
  color: #eb384b;
  position: absolute;
  bottom: 0px;
}
.main-onair-container {
  margin-bottom: -30px;
}
.main-onair-container .onair-widget-block-homepage {
  background-color: #d1d3da91;
  padding: 15px 25px 60px;
}
.main-onair-container .onair-widget-block-homepage .header-row {
  margin-bottom: 10px;
}
.main-onair-container .onair-widget-block-homepage .header-row .channel-header {
  text-align: left;
  font-weight: 500;
  font-size: 14px;
}
.main-onair-container .onair-widget-block-homepage .header-row .channel-header-link {
  text-align: right;
  font-weight: 500;
  font-size: 14px;
  color: #dc3545;
  /* channel-chooser Button */
  /* The container <div> - needed to position the channel-chooser content */
  /* channel-chooser Content (Hidden by Default) */
  /* Links inside the channel-chooser */
  /* Change color of channel-chooser links on hover */
  /* Show the channel-chooser menu on hover */
  /* Change the background color of the channel-chooser button when the channel-chooser content is shown */
}
.main-onair-container .onair-widget-block-homepage .header-row .channel-header-link .channel-drop {
  color: #eb384b;
  border: none;
}
.main-onair-container .onair-widget-block-homepage .header-row .channel-header-link .channel-chooser {
  position: relative;
  display: inline-block;
}
.main-onair-container .onair-widget-block-homepage .header-row .channel-header-link .channel-chooser-content {
  display: none;
  position: absolute;
  background-color: #FFFFFF;
  min-width: 100px;
  box-shadow: 0px 12px 14px 0px rgba(0, 0, 0, 0.05);
  z-index: 1;
  border-bottom: 3px solid #fbaf43;
  text-align: left;
}
.main-onair-container .onair-widget-block-homepage .header-row .channel-header-link .channel-chooser-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}
.main-onair-container .onair-widget-block-homepage .header-row .channel-header-link .channel-chooser-content a:hover {
  background-color: #ddd;
}
.main-onair-container .onair-widget-block-homepage .header-row .channel-header-link .channel-chooser:hover .channel-chooser-content {
  display: block;
}
.main-onair-container .onair-widget-block-homepage .image-container {
  position: relative;
  padding: 0 0 0 15px;
}
.main-onair-container .onair-widget-block-homepage .image-container img {
  max-height: 35px;
}
.main-onair-container .onair-widget-block-homepage .onair-detail-container .current-show-status {
  display: inline-block;
  width: 60%;
}
.main-onair-container .onair-widget-block-homepage .onair-detail-container .current-show-status .icon-container {
  width: 60%;
  position: absolute;
  top: 0;
  right: 10px;
}
.main-onair-container .onair-widget-block-homepage .onair-detail-container .current-show-status .icon-container .live-play-button {
  background-color: #042b4d;
  padding: 4px 16px;
  border-radius: 10px !important;
  height: 35px !important;
  max-height: 35px !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  top: 0px;
  bottom: 10px !important;
}
.main-onair-container .onair-widget-block-homepage .onair-detail-container .current-show-status .container-upcoming-next-show {
  max-height: 50px;
  font-size: 11px;
}
.main-onair-container .onair-widget-block-homepage .onair-detail-container .button-container {
  float: right;
  width: 40%;
}
.main-onair-container .onair-widget-block-homepage .onair-detail-container .button-container button {
  max-height: 50px;
  padding: 5px 10px;
  font-size: 12px;
}
.main-onair-container .onair-widget-block-homepage .onair-product-detail-container {
  padding-top: 10px;
}
.outer-border {
  padding: 2px;
  /* Space between outer and inner borders */
}
.inner-border {
  border-radius: 10px;
  background-color: #fff;
  padding: 10px;
}
.product-original-price {
  font-weight: 700;
  font-size: 20px;
  color: #d1d3da91;
}
img.onair-product-image {
  width: auto;
  max-height: 100%;
}
.channel-area .row .col-6 {
  min-height: 100px;
  max-height: 100px;
}
.noairing-container {
  max-height: 110px;
  min-height: 110px;
}
.icon-container .fa {
  color: #ecc067;
  /* Yellow color for the icon */
}
@media (min-width: 992px) and (max-width: 1218px) {
  .main-onair-container {
    margin-bottom: -50px;
  }
  .main-onair-container .onair-widget-block-homepage .onair-detail-container .button-container {
    width: 45%;
  }
  .main-onair-container .onair-widget-block-homepage .onair-detail-container .button-container button {
    max-height: 50px;
    padding: 5px 0px;
    font-size: 10px;
  }
  .main-onair-container .onair-widget-block-homepage .onair-detail-container .current-show-status {
    width: 55%;
  }
  .main-onair-container .onair-widget-block-homepage .onair-detail-container .current-show-status .icon-container {
    right: 25px;
  }
}
@media (max-width: 767px) {
  .main-onair-container .onair-widget-block-homepage {
    padding: 15px 25px 30px;
  }
  .main-onair-container .onair-widget-block-homepage .onair-detail-container .button-container button {
    max-height: 50px;
    padding: 5px 0px;
    font-size: 10px;
  }
  .main-onair-container .onair-widget-block-homepage .onair-detail-container .current-show-status .icon-container {
    right: 10px;
  }
}
@media (max-width: 575px) {
  .main-onair-container .onair-widget-block-homepage .onair-detail-container .current-show-status {
    width: 55%;
  }
  .main-onair-container .onair-widget-block-homepage .onair-detail-container .current-show-status .icon-container {
    right: 30px;
  }
  .main-onair-container .onair-widget-block-homepage .onair-detail-container .button-container {
    width: 45%;
  }
}
[class^="multipleonair-homepage-"].owl-carousel.owl-theme {
  z-index: 0 !important;
}
span.product-count-text {
  position: absolute;
  bottom: 0;
}
#floatingitem a {
    position: fixed;
    z-index: 9999;
    float: right;
    cursor: pointer;
    min-width: 40px;
    max-width: 200px;
    text-align: center;
    -webkit-transition: All .5s ease;
    -moz-transition: All .5s ease;
    -o-transition: All .5s ease;
    -ms-transition: All .5s ease;
    transition: All .5s ease;
}

@media(max-width: 767px) {
    #floatingitem a {
        max-width: 150px;
    }

    #floatingitem .btn-web{
        display: none;
    }
}

@media(min-width: 768px) {
    #floatingitem .btn-mobile{
        display: none;
    }
}
.ipay88-payment-types .ipay88-payment-type-group-header {
  margin-bottom: 1rem;
}

.ipay88-payment-types .ipay88-payment-type-label {
  /* align-items: center; */
  cursor: pointer;
  /* display: flex;
  margin: 1em 0; */
}

.ipay88-payment-types .ipay88-payment-type-logo {
  height: 20px;
  margin-left: 5px;
  margin-right: 5px;
}
body:not(.catalog-product-view) .ipay-method input[type="radio"] + label:before{
	top: 20%;
}
.ipay-method{
	display: inline-block;
}
.ipay88-payment-types .payment-methods-display-section hr{
	margin: 10px 0;
}
.ipay88-payment-types .payment-methods-display-section{
  padding: 5px;
  height: 100%;
}

.ipay88-payment-types {
  margin: 0 15px 15px;
  width: 94%;
}.fotorama-stretch,
.fotorama-focus-overlay:after,
.fotorama__stage__shaft,
.fotorama__stage__frame,
.fotorama__html,
.fotorama__video iframe {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.fotorama-grab-cursor,
.fotorama__wrap .fotorama__grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.fotorama-grabbing-cursor,
.fotorama__grabbing * {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.fotorama-gpu,
.fotorama--fullscreen,
.fotorama__caption,
.fotorama__wrap--css3 .fotorama__spinner,
.fotorama__wrap--css3 .fotorama__stage,
.fotorama__wrap--css3 .fotorama__nav,
.fotorama__wrap--css3 .fotorama__stage__frame,
.fotorama__wrap--css3 .fotorama__html,
.fotorama__stage:before,
.fotorama__nav:before,
.fotorama__stage:after,
.fotorama__nav:after,
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full {
  transform: translateZ(0);
}
.fotorama-focus,
.fotorama__nav__frame,
.fotorama__fullscreen-icon:focus,
.fotorama__zoom-out:focus,
.fotorama__zoom-in:focus {
  outline: 0;
}
.fotorama-focus-overlay:after {
  background-color: #006bb4;
  border-radius: inherit;
  content: '';
}
.fotorama-transform-disabled,
.fotorama__wrap--video .fotorama__stage__shaft,
.fotorama__wrap--video .fotorama__stage,
.fotorama__wrap--video .fotorama__stage__frame--video,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html {
  transform: none !important;
}
.fotorama-transition-for-slide,
.fotorama__wrap--css3 .fotorama__stage__shaft,
.fotorama__wrap--css3 .fotorama__nav__shaft,
.fotorama__wrap--css3 .fotorama__thumb-border {
  transition-duration: 0ms;
  transition-property: transform, width;
  transition-timing-function: cubic-bezier(0.1, 0, 0.25, 1);
}
.fotorama-no-select,
.fotorama__wrap,
.fotorama__no-select,
.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__video-close {
  user-select: none;
}
.fotorama-select,
.fotorama__select {
  user-select: text;
}
.fotorama-empty-bg {
  background: url(data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs=);
}
.fotorama-auto-margin,
.fotorama__nav,
.fotorama__nav__frame {
  margin: auto;
  padding: 0;
}
.fotorama-inline-block,
.fotorama__nav__shaft,
.fotorama__nav__frame,
.fotorama__caption__wrap {
  *display: inline;
  *zoom: 1;
  -moz-box-orient: vertical;
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: middle;
}
.fotorama-content-box,
.fotorama__nav__frame {
  box-sizing: content-box;
}
.fotorama-border-box,
.fotorama__thumb-border,
.fotorama__caption__wrap,
.fotorama__arr {
  box-sizing: border-box;
}
.fotorama-hidden,
.fotorama--hidden,
.fotorama__load {
  left: -99999px;
  position: absolute;
  top: -99999px;
  z-index: -1000;
}
.fotorama-visible {
  left: auto;
  opacity: 1;
  position: relative;
  top: auto;
  z-index: auto;
}
.fotorama-no-tap,
.fotorama__stage__shaft,
.fotorama__stage__frame,
.fotorama__nav,
.fotorama__nav__shaft,
.fotorama__nav__frame,
.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__video-close {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.transitionDuration {
  transition-duration: 333ms;
}
.transitionDurationZero {
  transition-duration: 0ms;
}
.fotorama-sprite,
.fotorama__fullscreen .fotorama__zoom-out,
.fotorama__fullscreen .fotorama__zoom-in,
.fotorama__arr .fotorama__arr__arr,
.fotorama__fullscreen-icon,
.fotorama__video-play,
.fotorama__thumb--icon,
.fotorama__video-close {
  background-image: url('../../frontend/MageBig/martfury_wowshop02/en_US/mage/gallery/gallery.png');
  background-repeat: no-repeat;
}
@media print {
  .fotorama-print-background,
  .fotorama-sprite,
  .fotorama__thumb-border,
  .fotorama__fullscreen .fotorama__zoom-out,
  .fotorama__fullscreen .fotorama__zoom-in,
  .fotorama__arr .fotorama__arr__arr,
  .fotorama__fullscreen-icon,
  .fotorama__video-play,
  .fotorama__thumb--icon,
  .fotorama__video-close {
    background: none !important;
  }
}
.fotorama__fullscreen-icon:focus,
.fotorama__zoom-out:focus,
.fotorama__zoom-in:focus,
.fotorama__arr:focus,
.fotorama__stage__shaft:focus,
.fotorama__nav__frame--thumb:focus .fotorama__thumb,
.fotorama__nav__frame--dot:focus .fotorama__dot {
  box-shadow: none;
}
.fotorama__fullscreen-icon:focus:after,
.fotorama__zoom-out:focus:after,
.fotorama__zoom-in:focus:after,
.fotorama__arr:focus:after,
.fotorama__stage__shaft:focus:after,
.fotorama__nav__frame--thumb:focus .fotorama__thumb:after,
.fotorama__nav__frame--dot:focus .fotorama__dot:after {
  border-radius: inherit;
  bottom: 3px;
  box-shadow: 0 0 3px 1px #68a8e0;
  content: '';
  left: 3px;
  position: absolute;
  right: 3px;
  top: 3px;
  z-index: 1000;
}
.fotorama__nav__frame--thumb:focus .fotorama__thumb:after,
.fotorama__nav__frame--dot:focus .fotorama__thumb:after,
.fotorama__nav__frame--thumb:focus .fotorama__dot:after,
.fotorama__nav__frame--dot:focus .fotorama__dot:after {
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}
.fotorama__nav__frame--thumb:focus .fotorama__thumb.fotorama_vertical_ratio:after,
.fotorama__nav__frame--dot:focus .fotorama__thumb.fotorama_vertical_ratio:after {
  left: 2px;
  right: 2px;
}
.fotorama__nav__frame--thumb:focus .fotorama__thumb,
.fotorama__nav__frame--dot:focus .fotorama__thumb {
  overflow: inherit;
}
.fotorama__nav__frame:nth-child(2):focus .fotorama__thumb:after {
  left: 1px;
}
.fotorama__nav__frame:nth-child(2):focus .fotorama__thumb.fotorama_vertical_ratio:after {
  top: 1px;
}
.fotorama__nav__frame:last-child:focus .fotorama__thumb:after {
  right: 1px;
}
.fotorama__nav__frame:last-child:focus .fotorama__thumb.fotorama_vertical_ratio:after {
  bottom: 1px;
}
.fotorama__thumb__arr {
  box-shadow: none;
}
.fotorama--fullscreen {
  background: #ffffff;
  bottom: 0 !important;
  float: none !important;
  left: 0 !important;
  margin: 0 !important;
  position: fixed !important;
  right: 0 !important;
  top: 0 !important;
  width: 100% !important;
  z-index: 1000 !important;
}
.fotorama--fullscreen .fotorama__wrap {
  max-width: 100% !important;
}
.fotorama__fullscreen {
  overflow: hidden;
  position: relative;
}
.fotorama__fullscreen .fotorama__zoom-in,
.fotorama__fullscreen .fotorama__zoom-out {
  cursor: pointer;
  display: block;
  height: 80px;
  overflow: hidden;
  position: absolute;
  width: 80px;
}
.fotorama__fullscreen .fotorama__zoom-out {
  background-position: 0 -80px !important;
  top: 80px;
}
.fotorama__fullscreen .fotorama__zoom-out.fotorama__zoom-out--disabled {
  display: none;
}
.fotorama__fullscreen .fotorama__zoom-in {
  background-position: 0 0 !important;
  top: 0;
}
.fotorama__fullscreen .fotorama__zoom-in.fotorama__zoom-in--disabled {
  display: none;
}
.fotorama__fullscreen .fotorama__video-close {
  display: none;
}
.fotorama--fullscreen .fotorama__loaded--full .fotorama__img {
  display: none;
}
.fotorama--fullscreen .fotorama__loaded--full .fotorama__img--full {
  display: block;
}
.fotorama__zoom-in,
.fotorama__zoom-out {
  display: none;
}
.fotorama {
  min-width: 1px;
  overflow: hidden;
}
.fotorama__wrap {
  -webkit-text-size-adjust: 100%;
  direction: ltr;
  position: relative;
  z-index: 0;
}
.fotorama__wrap--rtl .fotorama__stage__frame {
  direction: rtl;
}
.fotorama__stage,
.fotorama__nav {
  max-width: 100%;
  overflow: hidden;
  position: relative;
}
.fotorama__wrap--pan-y {
  -ms-touch-action: pan-y;
}
.fotorama__stage__shaft {
  position: relative;
}
.fotorama__wrap .fotorama__pointer {
  cursor: pointer;
}
.fotorama__wrap--slide .fotorama__stage__frame {
  opacity: 1 !important;
}
.fotorama__stage__frame {
  overflow: hidden;
}
.fotorama__stage__frame.fotorama__active {
  z-index: 8;
}
.fotorama__wrap--fade .fotorama__stage__frame {
  display: none;
}
.fotorama__wrap--fade .fotorama__stage__frame.fotorama__active,
.fotorama__wrap--fade .fotorama__fade-front,
.fotorama__wrap--fade .fotorama__fade-rear {
  display: block;
  left: 0;
  top: 0;
}
.fotorama__wrap--fade .fotorama__fade-front {
  z-index: 8;
}
.fotorama__wrap--fade .fotorama__fade-rear {
  z-index: 7;
}
.fotorama__wrap--fade .fotorama__fade-rear.fotorama__active {
  z-index: 9;
}
.fotorama__wrap--fade .fotorama__stage .fotorama__shadow {
  display: none;
}
.fotorama__img {
  border: none !important;
  max-width: inherit;
  opacity: 0;
}
.fotorama__loaded .fotorama__img,
.fotorama__error .fotorama__img {
  opacity: 1;
}
.fotorama__img--full {
  display: none;
}
.fotorama__nav {
  display: none;
  font-size: 0;
  line-height: 0;
  white-space: nowrap;
  z-index: 5;
}
.fotorama__nav__shaft {
  left: 0;
  position: relative;
  text-align: left;
  top: 0;
}
.fotorama__nav__frame {
  position: relative;
}
.fotorama__nav--dots {
  display: block;
  text-align: center;
}
.fotorama__nav--dots .fotorama__nav__frame {
  height: 30px;
  width: 18px;
}
.fotorama__nav--dots .fotorama__nav__frame--thumb,
.fotorama__nav--dots .fotorama__thumb-border {
  display: none;
}
.fotorama__nav--thumbs {
  display: block;
}
.fotorama__nav--thumbs .fotorama__nav__frame {
  padding-left: 0 !important;
}
.fotorama__nav--thumbs .fotorama__nav__frame:last-child {
  padding-right: 0 !important;
}
.fotorama__nav--thumbs .fotorama__nav__frame--dot {
  display: none;
}
.fotorama__active .fotorama__dot {
  background-color: #ff5501;
  border-color: #ff5501;
}
.fotorama__nav__frame.fotorama__active .fotorama__nav__frame {
  border-width: 3px;
  height: 0;
  width: 0;
}
.fotorama__nav__frame.fotorama__active .fotorama__nav__frame:after {
  left: -3px;
  padding: 3px;
  top: -3px;
}
.fotorama__nav__frame:focus  {
  box-shadow: none;
}
.fotorama__nav__frame:focus :after {
  left: -1px;
  padding: 1px;
  top: -1px;
}
.fotorama__dot {
  border-radius: 6px;
  border: 1px solid #858585;
  display: block;
  height: 4px;
  left: 6px;
  position: relative;
  top: 12px;
  width: 4px;
}
.fotorama__thumb {
  background-color: #ebebeb;
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.fotorama__nav__frame:focus .fotorama__thumb {
  z-index: 2;
}
.fotorama__thumb-border {
  backface-visibility: hidden;
  background-image: linear-gradient(to bottom right, rgba(255, 255, 255, 0.25), rgba(64, 64, 64, 0.1));
  border: 1px solid #ff5501;
  left: 0;
  position: absolute;
  top: 0;
  z-index: 9;
}
.fotorama__caption {
  bottom: 0;
  color: #000000;
  font-size: 14px;
  left: 0;
  line-height: 1.5;
  position: absolute;
  right: 0;
  z-index: 12;
}
.fotorama__caption a {
  border-bottom: 1px solid;
  border-color: rgba(0, 0, 0, 0.005);
  color: #000000;
  text-decoration: none;
}
.fotorama__caption a:hover {
  border-color: rgba(0, 0, 0, 0.005);
  color: #000000;
}
.fotorama__wrap--rtl .fotorama__caption {
  left: auto;
  right: 0;
}
.fotorama__wrap--video .fotorama__caption,
.fotorama__wrap--no-captions .fotorama__caption {
  display: none;
}
.fotorama__caption__wrap {
  background-color: #ffffff;
  padding: 5px 10px;
}
@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fotorama__spinner {
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  left: 50%;
  position: absolute;
  top: 50%;
}
.fotorama__wrap--css3 .fotorama__spinner {
  animation: spinner 24s infinite linear;
}
.fotorama__wrap--css3 .fotorama__html {
  transition-duration: 0.3s;
  transition-property: opacity;
  transition-timing-function: linear;
}
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html {
  opacity: 0;
}
.fotorama__select {
  cursor: auto;
}
.fotorama__video {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 32px;
  z-index: 10;
}
@-moz-document url-prefix() {
  .fotorama__active {
    box-shadow: 0 0 0 transparent;
  }
}
.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__video-close {
  cursor: pointer;
  position: absolute;
}
.fotorama__arr {
  z-index: 900;
}
.fotorama__fullscreen-icon,
.fotorama__zoom-out,
.fotorama__zoom-in,
.fotorama__video-close {
  z-index: 1000;
}
.fotorama__arr {
  bottom: 0;
  position: absolute;
  top: 0;
  width: 80px;
}
._block-content-loading .fotorama__arr {
  opacity: 0;
}
.fotorama__arr .fotorama__arr__arr {
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  left: 50%;
  position: absolute;
  top: 50%;
  height: 80px;
  width: 80px;
}
.fotorama__arr--prev {
  left: 0;
}
.fotorama__arr--prev .fotorama__arr__arr {
  background-position: -80px -80px;
}
.fotorama__arr--next {
  right: 0;
}
.fotorama__arr--next .fotorama__arr__arr {
  background-position: -160px -80px;
}
.fotorama__arr--disabled {
  cursor: default;
  opacity: 0;
  pointer-events: none;
}
.fotorama__fullscreen-icon {
  background-position: 0 0;
  display: none;
  height: 80px;
  right: 0;
  top: 0;
  width: 80px;
  z-index: 1000;
}
.fotorama--fullscreen-icons .fotorama__fullscreen-icon {
  display: none;
}
.fotorama--fullscreen .fotorama__fullscreen-icon {
  background-position: -80px 0;
  display: inline-block;
}
.fotorama__video-play {
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  left: 50%;
  position: absolute;
  top: 50%;
  background-position: -80px -160px;
  height: 160px;
  width: 160px;
}
.fotorama__wrap--css2 .fotorama__video-play,
.fotorama__wrap--video .fotorama__stage .fotorama__video-play {
  display: none;
}
.fotorama__loaded .fotorama__video-play,
.fotorama__error .fotorama__video-play,
.fotorama__nav__frame .fotorama__video-play {
  display: block;
  opacity: 1;
}
.fotorama__nav__frame .fotorama__video-play {
  background-position: 0 -240px;
  height: 80px;
  width: 80px;
}
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon {
  opacity: 0;
}
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus {
  opacity: 1;
}
.fotorama__wrap--toggle-arrows:not(.fotorama__wrap--video) .fotorama__video-close {
  display: none;
}
.fotorama__wrap--toggle-arrows.fotorama__wrap--video .fotorama__video-close {
  opacity: 1;
  right: 93px;
  top: 97px;
}
.fotorama__wrap--toggle-arrows:not(.fotorama__wrap--video) .fotorama__video-close {
  display: none;
}
.fotorama__wrap--toggle-arrows.fotorama__wrap--video .fotorama__video-close {
  opacity: 1;
  right: 93px;
  top: 97px;
}
.fotorama__wrap--toggle-arrows:not(.fotorama__wrap--video) .fotorama__video-close {
  display: none;
}
.fotorama__wrap--toggle-arrows.fotorama__wrap--video .fotorama__video-close {
  opacity: 1;
  right: 93px;
  top: 97px;
}
.fotorama__wrap--video .fotorama__arr,
.fotorama__wrap--video .fotorama__fullscreen-icon {
  opacity: 0 !important;
}
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon {
  display: none;
}
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus {
  display: block;
}
.fotorama__wrap--css2.fotorama__wrap--video .fotorama__arr,
.fotorama__wrap--css2.fotorama__wrap--video .fotorama__fullscreen-icon {
  display: none !important;
}
.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:not(:focus) {
  -webkit-transform: translate3d(80px, -80px, 0);
  -ms-transform: translate3d(80px, -80px, 0);
  -o-transform: translate3d(80px, -80px, 0);
  transform: translate3d(80px, -80px, 0);
}
.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--prev:not(:focus) {
  -webkit-transform: translate3d(-120px, 0, 0);
  -ms-transform: translate3d(-120px, 0, 0);
  -o-transform: translate3d(-120px, 0, 0);
  transform: translate3d(-120px, 0, 0);
}
.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--next:not(:focus) {
  -webkit-transform: translate3d(120px, 0, 0);
  -ms-transform: translate3d(120px, 0, 0);
  -o-transform: translate3d(120px, 0, 0);
  transform: translate3d(120px, 0, 0);
}
.fotorama__wrap--css3.fotorama__wrap--video .fotorama__fullscreen-icon {
  -webkit-transform: translate3d(80px, -80px, 0) !important;
  -ms-transform: translate3d(80px, -80px, 0) !important;
  -o-transform: translate3d(80px, -80px, 0) !important;
  transform: translate3d(80px, -80px, 0) !important;
}
.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--prev {
  -webkit-transform: translate3d(-120px, 0, 0) !important;
  -ms-transform: translate3d(-120px, 0, 0) !important;
  -o-transform: translate3d(-120px, 0, 0) !important;
  transform: translate3d(-120px, 0, 0) !important;
}
.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--next {
  -webkit-transform: translate3d(120px, 0, 0) !important;
  -ms-transform: translate3d(120px, 0, 0) !important;
  -o-transform: translate3d(120px, 0, 0) !important;
  transform: translate3d(120px, 0, 0) !important;
}
.fotorama__wrap--css3 .fotorama__arr:not(:focus),
.fotorama__wrap--css3 .fotorama__fullscreen-icon:not(:focus),
.fotorama__wrap--css3 .fotorama__video-play:not(:focus),
.fotorama__wrap--css3 .fotorama__video-close:not(:focus) {
  transition-duration: 0.3s;
  transition-property: transform, opacity, background-color;
}
.fotorama__stage:before,
.fotorama__nav:before,
.fotorama__stage:after,
.fotorama__nav:after {
  background-repeat: no-repeat;
  content: '';
  display: block;
  pointer-events: none;
  position: absolute;
  text-decoration: none;
  z-index: 10;
}
.fotorama__stage:before,
.fotorama__nav:before {
  left: -10px;
  top: -10px;
}
.fotorama__stage:after,
.fotorama__nav:after {
  right: -10px;
  bottom: -10px;
}
.fotorama__stage.fotorama__shadows--left:before,
.fotorama__nav.fotorama__shadows--left:before,
.fotorama__stage.fotorama__shadows--right:after,
.fotorama__nav.fotorama__shadows--right:after {
  background-size: 1px 100%, 5px 100%;
  bottom: 0;
  height: auto;
  top: 0;
  width: 10px;
}
.fotorama__stage.fotorama__shadows--top:before,
.fotorama__nav.fotorama__shadows--top:before,
.fotorama__stage.fotorama__shadows--bottom:after,
.fotorama__nav.fotorama__shadows--bottom:after {
  background-size: 100% 1px, 100% 5px ;
  height: 10px;
  left: 0;
  right: 0;
  width: auto;
}
.fotorama__stage.fotorama__shadows--left:before,
.fotorama__nav.fotorama__shadows--left:before {
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 0 50%, rgba(0, 0, 0, 0.4), transparent);
  background-position: 0 0, 0 0;
  left: 0;
}
.fotorama__stage.fotorama__shadows--right:after,
.fotorama__nav.fotorama__shadows--right:after {
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 100% 50%, rgba(0, 0, 0, 0.4), transparent);
  background-position: 100% 0, 100% 0;
  right: 0;
}
.fotorama__stage.fotorama__shadows--top:before,
.fotorama__nav.fotorama__shadows--top:before {
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 50% 0, rgba(0, 0, 0, 0.4), transparent);
  background-position: 0 0, 0 0;
  top: 0;
}
.fotorama__stage.fotorama__shadows--bottom:after,
.fotorama__nav.fotorama__shadows--bottom:after {
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 50% 100%, rgba(0, 0, 0, 0.4), transparent);
  background-position: 0 100%, 0 100%;
  bottom: 0;
}
.fotorama--fullscreen .fotorama__stage:before,
.fotorama--fullscreen .fotorama__nav:before,
.fotorama__wrap--no-shadows .fotorama__stage:before,
.fotorama__wrap--no-shadows .fotorama__nav:before,
.fotorama__wrap--fade .fotorama__stage:before,
.fotorama--fullscreen .fotorama__stage:after,
.fotorama--fullscreen .fotorama__nav:after,
.fotorama__wrap--no-shadows .fotorama__stage:after,
.fotorama__wrap--no-shadows .fotorama__nav:after,
.fotorama__wrap--fade .fotorama__stage:after {
  display: none;
}
.fotorama__nav-wrap .fotorama_vertical_ratio .fotorama__img {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: auto;
  position: absolute;
  top: 50%;
  width: 100%;
}
.fotorama__nav-wrap .fotorama_horizontal_ratio .fotorama__img {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translateY(-50%, -50%);
  -o-transform: translateY(-50%, -50%);
  transform: translateY(-50%, -50%);
  top: 50%;
  left: 50%;
  position: absolute;
  width: auto;
}
.magnifier-thumb-wrapper {
  display: block;
  left: 0;
  position: relative;
  top: 0;
}
.magnifier-lens {
  border: solid 1px #bbbbbb;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 800;
}
.magnify-lens {
  background: rgba(255, 255, 255, 0.5);
  border: solid 1px #bbbbbb;
  color: #ffffff;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  z-index: 1000;
  overflow: hidden;
}
.magnify-lens .magnifier-large {
  width: auto;
  height: auto;
  max-height: none;
  max-width: none;
  border: none;
  position: absolute;
  z-index: 100;
}
.magnifier-loader-text {
  margin-top: 10px;
}
.magnifier-preview {
  bottom: 0;
  left: 58%;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 2;
  top: 215px;
}
.magnifier-preview:not(.hidden) {
  background-color: #ffffff;
}
.magnifier-preview img {
  left: 0;
  max-width: inherit;
  max-height: inherit;
  position: absolute;
  top: 0;
  object-fit: scale-down;
}
.fotorama__stage__frame {
  text-align: center;
}
.fotorama__stage__frame .fotorama__img {
  height: auto;
  left: 50%;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  transition-duration: 0.3s;
  transition-property: width, height, top, left;
  vertical-align: middle;
  width: auto;
}
.magnify-opaque {
  opacity: .5;
}
.magnify-hidden {
  display: none;
}
.fotorama__nav-wrap--vertical.fotorama__nav-wrap {
  display: inline-block;
  left: 0;
  position: absolute;
  top: 0;
}
.fotorama__nav-wrap--vertical .fotorama__nav__shaft {
  background-color: white;
  width: 100%;
}
.fotorama__nav-wrap--vertical .fotorama__nav__shaft .fotorama__nav__frame--thumb {
  display: block;
  padding-bottom: inherit !important;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img {
  display: none;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img,
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full {
  bottom: 0;
  left: 0;
  margin: auto;
  max-height: inherit;
  max-width: inherit;
  position: absolute;
  right: 0;
  top: 0;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full {
  cursor: default;
  display: block;
  height: auto;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  top: 0;
  transition: 0.3s linear;
  vertical-align: middle;
  width: auto;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full.fotorama__img--zoommable {
  cursor: pointer;
  max-height: none;
  max-width: none;
  transition-property: width, height, bottom, right, top, left;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full.fotorama__img--draggable {
  cursor: move;
  transition-property: none;
}
.fotorama--fullscreen .fotorama__stage__frame iframe {
  left: 80px;
  width: calc(100% - 80px * 2);
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left,
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right {
  bottom: 0;
  cursor: pointer;
  position: absolute;
  top: 0;
  width: 30px;
  z-index: 1000;
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left .fotorama__thumb--icon,
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right .fotorama__thumb--icon {
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  left: 50%;
  position: absolute;
  top: 50%;
  width: 100%;
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left {
  left: 0;
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right {
  right: 0;
}
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--left,
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--right {
  cursor: pointer;
  height: 30px;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 1000;
}
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--left .fotorama__thumb--icon,
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--right .fotorama__thumb--icon {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  margin: auto;
  width: 30px;
}
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--left {
  top: 0;
}
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--right {
  bottom: 0;
}
.fotorama__wrap--only-active .fotorama__stage,
.fotorama__wrap--only-active .fotorama__nav {
  max-width: 99999px !important;
}
.fotorama__wrap--only-active .fotorama__stage__frame {
  visibility: hidden;
}
.fotorama__wrap--only-active .fotorama__stage__frame.fotorama__active {
  visibility: visible;
}
.fotorama__thumb--icon {
  font-size: 0.001px;
  padding-bottom: 30px;
}
.fotorama__thumb__arr--left .fotorama__thumb--icon {
  background-position: -25px -265px;
}
.fotorama__thumb__arr--right .fotorama__thumb--icon {
  background-position: -25px -350px;
}
.magnify-fullimage {
  display: none;
}
.fotorama__arr,
.fotorama__thumb__arr {
  background-color: rgba(255, 255, 255, 0.3);
  transition: background-color 0.3s ease-in-out;
}
.fotorama__arr:hover,
.fotorama__thumb__arr:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
.fotorama__arr:active,
.fotorama__thumb__arr:active {
  background-color: rgba(213, 213, 213, 0.5);
}
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__fullscreen-icon,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-out,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-in {
  background-color: rgba(255, 255, 255, 0.3);
  transition: background-color 0.3s ease-in-out;
}
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__fullscreen-icon:hover,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-out:hover,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-in:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__fullscreen-icon:active,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-out:active,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-in:active {
  background-color: rgba(213, 213, 213, 0.5);
}
.fotorama__video-close {
  background-position: -80px 0;
  height: 80px;
  opacity: 0;
  right: 0;
  top: 0;
  transform: translate3d(80px, -80px, 0);
  transition: opacity 0.3s ease-in-out;
  width: 80px;
}
@media all and (max-width: 768px) {
  .fotorama__video-close {
    background-position: -100px -20px;
    top: 10px;
    height: 40px;
    width: 40px;
  }
}
.fotorama__video-close.fotorama-show-control {
  opacity: 1;
  transform: translate3d(0, -10px, 0);
}
.gallery-placeholder__image {
  display: block;
  margin: auto;
}
.fotorama__spinner {
  background-image: url('../../frontend/MageBig/martfury_wowshop02/en_US/images/loader-1.gif');
  bottom: 0;
  display: none;
  height: 64px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 64px;
  z-index: 100;
}
.fotorama__spinner.fotorama__spinner--show {
  display: block;
}
.fotorama__product-video--loaded .fotorama__img,
.fotorama__product-video--loaded .fotorama__img--full {
  display: none !important;
}
.fotorama__stage .fotorama__arr--shown {
  display: block !important;
}
.fotorama__stage .fotorama__arr--hidden {
  display: none !important;
}
@font-face {
  font-family: 'Magento-Icons';
  src: url('../../frontend/MageBig/martfury_wowshop02/en_US/Magezon_Core/fonts/Magento-Icons/Magento-Icons.eot');
  src: url('../../frontend/MageBig/martfury_wowshop02/en_US/Magezon_Core/fonts/Magento-Icons/Magento-Icons.eot?#iefix') format('embedded-opentype'), url('../../frontend/MageBig/martfury_wowshop02/en_US/Magezon_Core/fonts/Magento-Icons/Magento-Icons.woff2') format('woff2'), url('../../frontend/MageBig/martfury_wowshop02/en_US/Magezon_Core/fonts/Magento-Icons/Magento-Icons.woff') format('woff'), url('../../frontend/MageBig/martfury_wowshop02/en_US/Magezon_Core/fonts/Magento-Icons/Magento-Icons.ttf') format('truetype'), url('../../frontend/MageBig/martfury_wowshop02/en_US/Magezon_Core/fonts/Magento-Icons/Magento-Icons.svg#Magento-Icons') format('svg');
  font-weight: normal;
  font-style: normal;
}
.spinner {
  display: inline-block;
  font-size: 4rem;
  height: 1em;
  margin-right: 1.5rem;
  position: relative;
  width: 1em;
}
.spinner > span {
  -webkit-transform: scale(0.4);
  -moz-transform: scale(0.4);
  -ms-transform: scale(0.4);
  transform: scale(0.4);
  -webkit-animation-name: fade;
  -moz-animation-name: fade;
  -ms-animation-name: fade;
  animation-name: fade;
  -webkit-animation-duration: .72s;
  -moz-animation-duration: .72s;
  -ms-animation-duration: .72s;
  animation-duration: .72s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: normal;
  -moz-animation-direction: normal;
  -ms-animation-direction: normal;
  animation-direction: normal;
  background-color: #fff;
  border-radius: 6px;
  clip: rect(0 0.28571429em 0.1em 0);
  height: .1em;
  margin-top: .5em;
  position: absolute;
  width: 1em;
}
.spinner > span:nth-child(1) {
  -webkit-animation-delay: 0.27s;
  -moz-animation-delay: 0.27s;
  -ms-animation-delay: 0.27s;
  animation-delay: 0.27s;
  -webkit-transform: rotate(-315deg);
  -moz-transform: rotate(-315deg);
  -ms-transform: rotate(-315deg);
  transform: rotate(-315deg);
}
.spinner > span:nth-child(2) {
  -webkit-animation-delay: 0.36s;
  -moz-animation-delay: 0.36s;
  -ms-animation-delay: 0.36s;
  animation-delay: 0.36s;
  -webkit-transform: rotate(-270deg);
  -moz-transform: rotate(-270deg);
  -ms-transform: rotate(-270deg);
  transform: rotate(-270deg);
}
.spinner > span:nth-child(3) {
  -webkit-animation-delay: 0.45s;
  -moz-animation-delay: 0.45s;
  -ms-animation-delay: 0.45s;
  animation-delay: 0.45s;
  -webkit-transform: rotate(-225deg);
  -moz-transform: rotate(-225deg);
  -ms-transform: rotate(-225deg);
  transform: rotate(-225deg);
}
.spinner > span:nth-child(4) {
  -webkit-animation-delay: 0.54s;
  -moz-animation-delay: 0.54s;
  -ms-animation-delay: 0.54s;
  animation-delay: 0.54s;
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.spinner > span:nth-child(5) {
  -webkit-animation-delay: 0.63s;
  -moz-animation-delay: 0.63s;
  -ms-animation-delay: 0.63s;
  animation-delay: 0.63s;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.spinner > span:nth-child(6) {
  -webkit-animation-delay: 0.72s;
  -moz-animation-delay: 0.72s;
  -ms-animation-delay: 0.72s;
  animation-delay: 0.72s;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.spinner > span:nth-child(7) {
  -webkit-animation-delay: 0.81s;
  -moz-animation-delay: 0.81s;
  -ms-animation-delay: 0.81s;
  animation-delay: 0.81s;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.spinner > span:nth-child(8) {
  -webkit-animation-delay: 0.9;
  -moz-animation-delay: 0.9;
  -ms-animation-delay: 0.9;
  animation-delay: 0.9;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
@-moz-keyframes fade {
  0% {
    background-color: #514943;
  }
  100% {
    background-color: #fff;
  }
}
@-webkit-keyframes fade {
  0% {
    background-color: #514943;
  }
  100% {
    background-color: #fff;
  }
}
@-ms-keyframes fade {
  0% {
    background-color: #514943;
  }
  100% {
    background-color: #fff;
  }
}
@keyframes fade {
  0% {
    background-color: #514943;
  }
  100% {
    background-color: #fff;
  }
}
form.loading .mgz__spinner {
  display: block;
}
.mgz__spinner {
  display: none;
  position: relative;
  width: 186px;
  height: 20px;
  margin: auto;
  position: absolute;
  left: 45%;
  top: 15px;
}
.mgz__spinner .spinner-item {
  position: absolute;
  top: 0;
  background-color: #d8d8d8;
  width: 20px;
  height: 20px;
  animation-name: bounce_fountainG;
  -o-animation-name: bounce_fountainG;
  -ms-animation-name: bounce_fountainG;
  -webkit-animation-name: bounce_fountainG;
  -moz-animation-name: bounce_fountainG;
  animation-duration: 0.645s;
  -o-animation-duration: 0.645s;
  -ms-animation-duration: 0.645s;
  -webkit-animation-duration: 0.645s;
  -moz-animation-duration: 0.645s;
  animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-direction: normal;
  -o-animation-direction: normal;
  -ms-animation-direction: normal;
  -webkit-animation-direction: normal;
  -moz-animation-direction: normal;
  transform: scale(0.3);
  -o-transform: scale(0.3);
  -ms-transform: scale(0.3);
  -webkit-transform: scale(0.3);
  -moz-transform: scale(0.3);
  border-radius: 15px;
  -o-border-radius: 15px;
  -ms-border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
}
.mgz__spinner .spinner-item.spinner-item-1 {
  left: 0;
  animation-delay: 0.256s;
  -o-animation-delay: 0.256s;
  -ms-animation-delay: 0.256s;
  -webkit-animation-delay: 0.256s;
  -moz-animation-delay: 0.256s;
}
.mgz__spinner .spinner-item.spinner-item-2 {
  left: 20px;
  animation-delay: 0.3225s;
  -o-animation-delay: 0.3225s;
  -ms-animation-delay: 0.3225s;
  -webkit-animation-delay: 0.3225s;
  -moz-animation-delay: 0.3225s;
}
.mgz__spinner .spinner-item.spinner-item-3 {
  left: 40px;
  animation-delay: 0.389s;
  -o-animation-delay: 0.389s;
  -ms-animation-delay: 0.389s;
  -webkit-animation-delay: 0.389s;
  -moz-animation-delay: 0.389s;
}
.mgz__spinner .spinner-item.spinner-item-4 {
  left: 60px;
  animation-delay: 0.4555s;
  -o-animation-delay: 0.4555s;
  -ms-animation-delay: 0.4555s;
  -webkit-animation-delay: 0.4555s;
  -moz-animation-delay: 0.4555s;
}
.mgz__spinner .spinner-item.spinner-item-5 {
  left: 80px;
  animation-delay: 0.522s;
  -o-animation-delay: 0.522s;
  -ms-animation-delay: 0.522s;
  -webkit-animation-delay: 0.522s;
  -moz-animation-delay: 0.522s;
}
.mgz__spinner .spinner-item.spinner-item-6 {
  left: 100px;
  animation-delay: 0.5885s;
  -o-animation-delay: 0.5885s;
  -ms-animation-delay: 0.5885s;
  -webkit-animation-delay: 0.5885s;
  -moz-animation-delay: 0.5885s;
}
.mgz__spinner .spinner-item.spinner-item-7 {
  left: 120px;
  animation-delay: 0.645s;
  -o-animation-delay: 0.645s;
  -ms-animation-delay: 0.645s;
  -webkit-animation-delay: 0.645s;
  -moz-animation-delay: 0.645s;
}
.mgz__spinner .spinner-item.spinner-item-8 {
  left: 140px;
  animation-delay: 0.7115s;
  -o-animation-delay: 0.7115s;
  -ms-animation-delay: 0.7115s;
  -webkit-animation-delay: 0.7115s;
  -moz-animation-delay: 0.7115s;
}
@keyframes bounce_fountainG {
  0% {
    transform: scale(1);
    background-color: #d8d8d8;
  }
  100% {
    transform: scale(0.3);
    background-color: #d8d8d8;
  }
}
@-o-keyframes bounce_fountainG {
  0% {
    -o-transform: scale(1);
    background-color: #d8d8d8;
  }
  100% {
    -o-transform: scale(0.3);
    background-color: #d8d8d8;
  }
}
@-ms-keyframes bounce_fountainG {
  0% {
    -ms-transform: scale(1);
    background-color: #d8d8d8;
  }
  100% {
    -ms-transform: scale(0.3);
    background-color: #d8d8d8;
  }
}
@-webkit-keyframes bounce_fountainG {
  0% {
    -webkit-transform: scale(1);
    background-color: #d8d8d8;
  }
  100% {
    -webkit-transform: scale(0.3);
    background-color: #d8d8d8;
  }
}
@-moz-keyframes bounce_fountainG {
  0% {
    -moz-transform: scale(1);
    background-color: #d8d8d8;
  }
  100% {
    -moz-transform: scale(0.3);
    background-color: #d8d8d8;
  }
}
.mgz__page-actions.page-main-actions {
  margin: 0 0 3rem;
  background: #f8f8f8;
  border-bottom: 1px solid #e3e3e3;
  border-top: 1px solid #e3e3e3;
  padding: 1.5rem;
}
.mgz__page-actions.page-main-actions .page-actions .page-actions-buttons {
  float: right;
  justify-content: flex-end;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.mgz__page-actions.page-main-actions .page-actions .page-actions-buttons button {
  background-color: transparent;
  text-shadow: none;
  color: #41362f;
  font-size: 1.6rem;
  letter-spacing: .025em;
  padding-bottom: .8875em;
  padding-top: .8875em;
  border-color: transparent;
  box-shadow: none;
  margin-left: 1.3rem;
  font-weight: 600;
}
.mgz__page-actions.page-main-actions .page-actions .page-actions-buttons button.primary {
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
  background-color: #eb5202;
  border-color: #eb5202;
  color: #fff;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.25);
}
.mgz__page-actions.page-main-actions .page-actions .page-actions-buttons button.primary:hover {
  background-color: #ba4000;
  border-color: #b84002;
  box-shadow: 0 0 0 1px #007bdb;
  color: #fff;
  text-decoration: none;
}
.mgz__page-actions.page-main-actions .page-actions .page-actions-buttons button.action-secondary {
  background-color: #514943;
  border-color: #514943;
  color: #fff;
}
.mgz__page-actions.page-main-actions .page-actions .page-actions-buttons button.action-secondary:hover {
  background-color: #35302c;
  border-color: #35302c;
  box-shadow: 0 0 0 1px #007bdb;
}
.mgz__page-actions.page-main-actions .page-actions .page-actions-buttons > button.back {
  float: left;
  -ms-flex-order: -1;
  -webkit-order: -1;
  order: -1;
  margin-left: 1.3rem;
}
@media (max-width: 480px) {
  .mgz__page-actions.page-main-actions .page-actions .page-actions-buttons {
    display: block;
  }
  .mgz__page-actions.page-main-actions .page-actions .page-actions-buttons button.back {
    margin: 0;
  }
}
.mgz__page-actions.page-main-actions .page-actions:before,
.mgz__page-actions.page-main-actions .page-actions:after {
  content: '';
  display: table;
  clear: both;
}
.mgz__page-actions.page-main-actions .page-actions #back:before {
  content: '\e626';
  margin-right: .5em;
  position: relative;
  top: 1px;
  font-family: 'Magento-Icons';
}
@media (max-width: 480px) {
  .mgz__page-actions.page-main-actions .page-actions .page-actions-buttons {
    text-align: center;
  }
  .mgz__page-actions.page-main-actions .page-actions .page-actions-buttons button {
    margin-left: 0;
  }
}
.sidebar {
  max-width: 100%;
}
.main-icon-container {
    margin-bottom: 15px;
}

.highlighted-icons-section .first-section, .highlighted-icons-section .second-section {
    display: flex;
}

.highlighted-icons-section .highlight-icon-item{
    text-align: center;
    padding: 10px;
    max-width: 20%;
}

.highlighted-icons-section .highlight-icon-item img.highlight-icon-image {
    max-width: 100%;
    /* padding: 15px; */
}

.highlighted-icons-section .highlight-icon-item span.highlight-icon-text {
    font-weight: 400;
    display: inline-block;
    margin-top: 10px;
}

.special-zone-section .special-zone-header-image{
    text-align: center;
}

.special-zone-section{
    margin-top: -25px;
    position: relative;
    margin-bottom: 50px;
}

/* 
Countdown timer style starts
*/
.wow-timer-display-holder{
    display: none;
}

.wow-countdown-timer{
    background-color: #fff !important;
    color: #000;
    font-size: 10px;
    font-weight: 500;
    text-transform: capitalize;
    padding: 0;
    border-radius: 0;
    width: auto;
    display: flex;
}

.wow-countdown-timer .timer-section{
    text-align: center;
    position: relative;
    padding-right: 15px;
}

/* .wow-countdown-timer .timer-section:before{
    content: ':';
    display: inline-block;
    position: absolute;
    top: 9px;
    right: 8px;
    font-size: 18px;
    line-height: 23px;
    font-family: Roboto;
    font-weight: 700;
} */

.wow-countdown-timer .timer-section .timer-num{
    width: 90px;
    height: 60px;
    background: #383838;
    color: #fff;
    border-radius: 5px;
    font-size: 35px;
    line-height: 35px;
    font-weight: 500;
    display: inline-block;
    text-align: center;
    padding: 12px;
}

.wow-countdown-timer .timer-section .section-legend{
    font-size: 18px;
    display: block;
    clear: both;
    margin-top: -3px;
    border-radius: 0 0 5px 5px;
    background-color: #c7c7c7;
    padding: 10px;
}

/* 
Countdown timer style ends
*/

@media (min-width: 1180px) {

    .special-zone-section .special-zone-header-image img{
        max-width: 800px;
    }

    .special-zone-section .product-section{
        padding: 138px 0 15px;
        margin-top: -128px;
    }
}
@media (min-width: 992px) and (max-width: 1179px) {

    .special-zone-section .special-zone-header-image img{
        max-width: 500px;
    }

    .special-zone-section .product-section{
        padding: 84px 0 15px;
        margin-top: -84px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .special-zone-section .special-zone-header-image img{
        max-width: 500px;
    }

    .special-zone-section .product-section{
        padding: 84px 0 15px;
        margin-top: -84px;
    }
}

@media (min-width: 420px) and (max-width: 767px) {
    .special-zone-section .special-zone-header-image img{
        max-width: 330px;
    }

    .special-zone-section .product-section{
        padding: 59px 0 15px;
        margin-top: -59px;
    }
}

@media (min-width: 768px) {
    .highlighted-icons-section .first-section{
        padding-right: 0;
    }
    .highlighted-icons-section .second-section{
        padding-left: 0;
    }
    .highlighted-icons-section .highlight-icon-item span.highlight-icon-text {
        font-weight: 500;
        display: inline-block;
        margin-top: 10px;
    }
}
@media (max-width: 767px) {
    .highlighted-icons-section .highlight-icon-item span.highlight-icon-text {
        font-size: 10px;
        line-height: 10px;
    }
    .special-zone-section .special-zone-header-image{
        text-align: center;
    }
}

@media (max-width: 419px) {
    .special-zone-section .special-zone-header-image img{
        max-width: 250px;
    }

    .special-zone-section .product-section{
        padding: 47px 0 0;
        margin-top: -47px;
    }
}