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

.ui-timepicker-div .ui_tpicker_unit_hide {
    display:none;
}
body {
  margin: 0;
  padding: 0;
}
article,
aside,
details,
figcaption,
figure,
main,
footer,
header,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
nav ul,
nav ol {
  list-style: none none;
}
img {
  max-width: 100%;
  height: auto;
  border: 0;
}
video,
embed,
object {
  max-width: 100%;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size-adjust: 100%;
}
body {
  color: #777777;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  font-size: 1.3rem;
}
p {
  margin-top: 0rem;
  margin-bottom: 0.9rem;
}
abbr[title] {
  border-bottom: 1px dotted #cccccc;
  cursor: help;
}
b,
strong {
  font-weight: 700;
}
em,
i {
  font-style: italic;
}
mark {
  background: #f6f6f6;
  color: #1e1e1e;
}
small,
.small {
  font-size: 12px;
}
hr {
  border: 0;
  border-top: 1px solid #cccccc;
  margin-bottom: 18px;
  margin-top: 18px;
}
sub,
sup {
  font-size: 69.23076923000001%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -.5em;
}
sub {
  bottom: -.25em;
}
dfn {
  font-style: italic;
}
h1 {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.5rem;
  margin-top: 0rem;
  margin-bottom: 1.8rem;
}
h2 {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.5rem;
  margin-top: 2.25rem;
  margin-bottom: 1.8rem;
}
h3 {
  font-weight: 600;
  line-height: 1.1;
  font-size: 1.7rem;
  margin-top: 1.8rem;
  margin-bottom: 0.9rem;
}
h4 {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.3rem;
  margin-top: 1.8rem;
  margin-bottom: 1.8rem;
}
h5 {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.2rem;
  margin-top: 1.8rem;
  margin-bottom: 1.8rem;
}
h6 {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1rem;
  margin-top: 1.8rem;
  margin-bottom: 1.8rem;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small {
  color: #777777;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
a,
.alink {
  color: #0088cc;
  text-decoration: none;
}
a:visited,
.alink:visited {
  color: #0088cc;
  text-decoration: none;
}
a:hover,
.alink:hover {
  color: #0088cc;
  text-decoration: underline;
}
a:active,
.alink:active {
  color: #0088cc;
  text-decoration: underline;
}
ul,
ol {
  margin-top: 0rem;
  margin-bottom: 2.25rem;
}
ul > li,
ol > li {
  margin-top: 0rem;
  margin-bottom: 0.9rem;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
dl {
  margin-bottom: 18px;
  margin-top: 0;
}
dt {
  font-weight: 700;
  margin-bottom: 4.5px;
  margin-top: 0;
}
dd {
  margin-bottom: 9px;
  margin-top: 0;
  margin-left: 0;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, 'Courier New', monospace;
}
code {
  background: #f6f6f6;
  color: #555555;
  padding: 2px 4px;
  font-size: 1.2rem;
  white-space: nowrap;
}
kbd {
  background: #f6f6f6;
  color: #555555;
  padding: 2px 4px;
  font-size: 1.2rem;
}
pre {
  background: #f6f6f6;
  border: 1px solid #cccccc;
  color: #555555;
  line-height: 1.4;
  margin: 0 0 9px;
  padding: 9px;
  font-size: 1.2rem;
  display: block;
  word-wrap: break-word;
}
pre code {
  background-color: transparent;
  border-radius: 0;
  color: inherit;
  font-size: inherit;
  padding: 0;
  white-space: pre-wrap;
}
blockquote {
  border-left: 0 solid #cccccc;
  margin: 0 0 18px 36px;
  padding: 0;
  color: #777777;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: italic;
  font-weight: 400;
  line-height: 1.4;
  font-size: 1.3rem;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  color: #777777;
  line-height: 1.4;
  font-size: 0.9rem;
  display: block;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
blockquote cite {
  font-style: normal;
}
blockquote:before,
blockquote:after {
  content: '';
}
q {
  quotes: none;
}
q:before,
q:after {
  content: '';
  content: none;
}
cite {
  font-style: normal;
}
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  max-width: 100%;
}
table th {
  text-align: left;
}
table > tbody > tr > th,
table > tfoot > tr > th,
table > tbody > tr > td,
table > tfoot > tr > td {
  vertical-align: top;
}
table > thead > tr > th,
table > thead > tr > td {
  vertical-align: bottom;
}
table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
  padding: 11px 9px;
}
button {
  background-image: none;
  background: #eeeeee;
  border: 1px solid #cccccc;
  color: #777777;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  margin: 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  line-height: 1.5rem;
  box-sizing: border-box;
  vertical-align: middle;
}
button:focus,
button:active {
  background: #e2e2e2;
  border: 1px solid #cccccc;
  color: #777777;
}
button:hover {
  background: #e1e1e1;
  border: 1px solid #cccccc;
  color: #777777;
}
button.disabled,
button[disabled],
fieldset[disabled] button {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type*="date"],
input[type="email"] {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border-radius: 6px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 13px;
  height: 38px;
  line-height: 1.4;
  padding: 10px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
}
input[type="text"]:disabled,
input[type="password"]:disabled,
input[type="url"]:disabled,
input[type="tel"]:disabled,
input[type="search"]:disabled,
input[type="number"]:disabled,
input[type*="date"]:disabled,
input[type="email"]:disabled {
  opacity: 0.5;
}
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type*="date"]::-moz-placeholder,
input[type="email"]::-moz-placeholder {
  color: #dddddd;
}
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type*="date"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder {
  color: #dddddd;
}
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type*="date"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder {
  color: #dddddd;
}
input[type="number"] {
  -moz-appearance: textfield;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}
select {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border-radius: 6px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 13px;
  height: 38px;
  line-height: 1.4;
  padding: 4.5px 9px 4px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
}
select:disabled {
  opacity: 0.5;
}
select[multiple] {
  height: auto;
  background-image: none;
}
textarea {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border-radius: 6px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 13px;
  height: auto;
  line-height: 1.4;
  margin: 0;
  padding: 9px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  resize: vertical;
}
textarea:disabled {
  opacity: 0.5;
}
textarea::-moz-placeholder {
  color: #dddddd;
}
textarea::-webkit-input-placeholder {
  color: #dddddd;
}
textarea:-ms-input-placeholder {
  color: #dddddd;
}
input[type="checkbox"] {
  margin: 2px 4.5px 0 0;
  position: relative;
  top: 2px;
}
input[type="checkbox"]:disabled {
  opacity: 0.5;
}
input[type="radio"] {
  margin: 2px 4.5px 0 0;
}
input[type="radio"]:disabled {
  opacity: 0.5;
}
input.mage-error,
select.mage-error,
textarea.mage-error {
  border-color: #ed8380;
}
div.mage-error {
  color: #e02b27;
  font-size: 1.2rem;
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
form {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
address {
  font-style: normal;
}
*:focus {
  box-shadow: none;
  outline: 0;
}
._keyfocus *:focus,
input:not([disabled]):focus,
textarea:not([disabled]):focus,
select:not([disabled]):focus {
  box-shadow: 0 0 3px 1px #68a8e0;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.aw-ar__agreements-items,
.bundle-options-container .block-bundle-summary .bundle.items,
.search-terms,
.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,
.product-items,
.prices-tier,
.block-banners .banner-items,
.block-banners-inline .banner-items,
.block-event .slider-panel .slider {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.aw-ar__agreements-items > li,
.bundle-options-container .block-bundle-summary .bundle.items > li,
.search-terms > 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,
.product-items > li,
.prices-tier > 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: #0088cc;
  border: 1px solid #0088cc;
  color: #ffffff;
}
.action-primary:hover {
  background: #0088cc;
  border: 1px solid #0088cc;
  color: #ffffff;
}
.action-primary.disabled,
.action-primary[disabled],
fieldset[disabled] .action-primary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.abs-discount-block .actions-toolbar .action.primary,
.abs-discount-block .actions-toolbar .action.cancel,
.cart-summary .block .actions-toolbar > .primary .action.primary,
.cart-summary .form.giftregistry .fieldset .action.primary,
.block-compare .action.primary,
.magento-payments-review-discount .actions-toolbar .action.primary,
.magento-payments-review-discount .actions-toolbar .action.cancel,
.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-radius: 3px;
}
.block-event .slider-panel .slider .item .action.event {
  background-image: none;
  background: #eeeeee;
  border: 1px solid #cccccc;
  color: #777777;
  cursor: pointer;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  margin: 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  line-height: 1.5rem;
  box-sizing: border-box;
  vertical-align: middle;
  display: inline-block;
  text-decoration: none;
  border-radius: 3px;
}
.abs-action-link-button:focus,
.abs-action-link-button:active,
.block-event .slider-panel .slider .item .action.event:focus,
.block-event .slider-panel .slider .item .action.event:active {
  background: #e2e2e2;
  border: 1px solid #cccccc;
  color: #777777;
}
.abs-action-link-button:hover,
.block-event .slider-panel .slider .item .action.event:hover {
  background: #e1e1e1;
  border: 1px solid #cccccc;
  color: #777777;
}
.abs-action-link-button.disabled,
.abs-action-link-button[disabled],
fieldset[disabled] .abs-action-link-button,
.block-event .slider-panel .slider .item .action.event.disabled,
.block-event .slider-panel .slider .item .action.event[disabled],
fieldset[disabled] .block-event .slider-panel .slider .item .action.event {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.abs-action-link-button:hover,
.abs-action-link-button:active,
.abs-action-link-button:focus,
.block-event .slider-panel .slider .item .action.event:hover,
.block-event .slider-panel .slider .item .action.event:active,
.block-event .slider-panel .slider .item .action.event:focus {
  text-decoration: none;
}
.abs-action-remove,
.abs-discount-block .action.check,
.popup .actions-toolbar .action.cancel,
.aw-ar__agreements-block .action-show,
.paypal-button-widget .paypal-button,
.bundle-options-container .action.back,
.cart.table-wrapper .actions-toolbar > .action-delete,
.cart.table-wrapper .action.help.map,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup,
.opc-wrapper .edit-address-link,
.opc-block-shipping-information .shipping-information-title .action-edit,
.action-auth-toggle,
.checkout-payment-method .payment-method-billing-address .action-cancel,
.checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address,
.checkout-agreements-block .action-show,
.gift-options .actions-toolbar .action-cancel,
.gift-summary .action-edit,
.gift-summary .action-delete,
.gift-wrapping-title .action-remove,
.wishlist.split.button > .action,
.block.related .action.select,
.abs-add-fields .action.remove,
.magento-payments-review-discount .action.check,
.paypal-review-discount .action.check,
.cart-discount .action.check,
.form-giftregistry-share .action.remove,
.form-giftregistry-edit .action.remove,
.form-add-invitations .action.remove,
.form-create-return .action.remove,
.form.send.friend .action.remove {
  line-height: 1.4;
  padding: 0;
  color: #0088cc;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  border-radius: 0;
  font-weight: 400;
}
.abs-action-button-as-link:visited,
.abs-action-remove:visited,
.abs-discount-block .action.check:visited,
.popup .actions-toolbar .action.cancel:visited,
.aw-ar__agreements-block .action-show:visited,
.paypal-button-widget .paypal-button:visited,
.bundle-options-container .action.back:visited,
.cart.table-wrapper .actions-toolbar > .action-delete:visited,
.cart.table-wrapper .action.help.map:visited,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:visited,
.opc-wrapper .edit-address-link:visited,
.opc-block-shipping-information .shipping-information-title .action-edit:visited,
.action-auth-toggle:visited,
.checkout-payment-method .payment-method-billing-address .action-cancel:visited,
.checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address: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,
.wishlist.split.button > .action:visited,
.block.related .action.select:visited,
.abs-add-fields .action.remove:visited,
.magento-payments-review-discount .action.check:visited,
.paypal-review-discount .action.check:visited,
.cart-discount .action.check:visited,
.form-giftregistry-share .action.remove:visited,
.form-giftregistry-edit .action.remove:visited,
.form-add-invitations .action.remove:visited,
.form-create-return .action.remove:visited,
.form.send.friend .action.remove:visited {
  color: #0088cc;
  text-decoration: none;
}
.abs-action-button-as-link:hover,
.abs-action-remove:hover,
.abs-discount-block .action.check:hover,
.popup .actions-toolbar .action.cancel:hover,
.aw-ar__agreements-block .action-show:hover,
.paypal-button-widget .paypal-button:hover,
.bundle-options-container .action.back:hover,
.cart.table-wrapper .actions-toolbar > .action-delete:hover,
.cart.table-wrapper .action.help.map:hover,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:hover,
.opc-wrapper .edit-address-link:hover,
.opc-block-shipping-information .shipping-information-title .action-edit:hover,
.action-auth-toggle:hover,
.checkout-payment-method .payment-method-billing-address .action-cancel:hover,
.checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address: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,
.wishlist.split.button > .action:hover,
.block.related .action.select:hover,
.abs-add-fields .action.remove:hover,
.magento-payments-review-discount .action.check:hover,
.paypal-review-discount .action.check:hover,
.cart-discount .action.check:hover,
.form-giftregistry-share .action.remove:hover,
.form-giftregistry-edit .action.remove:hover,
.form-add-invitations .action.remove:hover,
.form-create-return .action.remove:hover,
.form.send.friend .action.remove:hover {
  color: #0088cc;
  text-decoration: underline;
}
.abs-action-button-as-link:active,
.abs-action-remove:active,
.abs-discount-block .action.check:active,
.popup .actions-toolbar .action.cancel:active,
.aw-ar__agreements-block .action-show:active,
.paypal-button-widget .paypal-button:active,
.bundle-options-container .action.back:active,
.cart.table-wrapper .actions-toolbar > .action-delete:active,
.cart.table-wrapper .action.help.map:active,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:active,
.opc-wrapper .edit-address-link:active,
.opc-block-shipping-information .shipping-information-title .action-edit:active,
.action-auth-toggle:active,
.checkout-payment-method .payment-method-billing-address .action-cancel:active,
.checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address: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,
.wishlist.split.button > .action:active,
.block.related .action.select:active,
.abs-add-fields .action.remove:active,
.magento-payments-review-discount .action.check:active,
.paypal-review-discount .action.check:active,
.cart-discount .action.check:active,
.form-giftregistry-share .action.remove:active,
.form-giftregistry-edit .action.remove:active,
.form-add-invitations .action.remove:active,
.form-create-return .action.remove:active,
.form.send.friend .action.remove:active {
  color: #0088cc;
  text-decoration: underline;
}
.abs-action-button-as-link:hover,
.abs-action-button-as-link:active,
.abs-action-button-as-link:focus,
.abs-action-remove:hover,
.abs-action-remove:active,
.abs-action-remove:focus,
.abs-discount-block .action.check:hover,
.abs-discount-block .action.check:active,
.abs-discount-block .action.check:focus,
.popup .actions-toolbar .action.cancel:hover,
.popup .actions-toolbar .action.cancel:active,
.popup .actions-toolbar .action.cancel:focus,
.aw-ar__agreements-block .action-show:hover,
.aw-ar__agreements-block .action-show:active,
.aw-ar__agreements-block .action-show:focus,
.paypal-button-widget .paypal-button:hover,
.paypal-button-widget .paypal-button:active,
.paypal-button-widget .paypal-button:focus,
.bundle-options-container .action.back:hover,
.bundle-options-container .action.back:active,
.bundle-options-container .action.back:focus,
.cart.table-wrapper .actions-toolbar > .action-delete:hover,
.cart.table-wrapper .actions-toolbar > .action-delete:active,
.cart.table-wrapper .actions-toolbar > .action-delete:focus,
.cart.table-wrapper .action.help.map:hover,
.cart.table-wrapper .action.help.map:active,
.cart.table-wrapper .action.help.map:focus,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:hover,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:active,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:focus,
.opc-wrapper .edit-address-link:hover,
.opc-wrapper .edit-address-link:active,
.opc-wrapper .edit-address-link:focus,
.opc-block-shipping-information .shipping-information-title .action-edit:hover,
.opc-block-shipping-information .shipping-information-title .action-edit:active,
.opc-block-shipping-information .shipping-information-title .action-edit:focus,
.action-auth-toggle:hover,
.action-auth-toggle:active,
.action-auth-toggle:focus,
.checkout-payment-method .payment-method-billing-address .action-cancel:hover,
.checkout-payment-method .payment-method-billing-address .action-cancel:active,
.checkout-payment-method .payment-method-billing-address .action-cancel:focus,
.checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address:hover,
.checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address:active,
.checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address: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,
.wishlist.split.button > .action:hover,
.wishlist.split.button > .action:active,
.wishlist.split.button > .action:focus,
.block.related .action.select:hover,
.block.related .action.select:active,
.block.related .action.select:focus,
.abs-add-fields .action.remove:hover,
.abs-add-fields .action.remove:active,
.abs-add-fields .action.remove:focus,
.magento-payments-review-discount .action.check:hover,
.magento-payments-review-discount .action.check:active,
.magento-payments-review-discount .action.check:focus,
.paypal-review-discount .action.check:hover,
.paypal-review-discount .action.check:active,
.paypal-review-discount .action.check:focus,
.cart-discount .action.check:hover,
.cart-discount .action.check:active,
.cart-discount .action.check:focus,
.form-giftregistry-share .action.remove:hover,
.form-giftregistry-share .action.remove:active,
.form-giftregistry-share .action.remove:focus,
.form-giftregistry-edit .action.remove:hover,
.form-giftregistry-edit .action.remove:active,
.form-giftregistry-edit .action.remove:focus,
.form-add-invitations .action.remove:hover,
.form-add-invitations .action.remove:active,
.form-add-invitations .action.remove:focus,
.form-create-return .action.remove:hover,
.form-create-return .action.remove:active,
.form-create-return .action.remove:focus,
.form.send.friend .action.remove:hover,
.form.send.friend .action.remove:active,
.form.send.friend .action.remove:focus {
  background: none;
  border: 0;
}
.abs-action-button-as-link.disabled,
.abs-action-button-as-link[disabled],
fieldset[disabled] .abs-action-button-as-link,
.abs-action-remove.disabled,
.abs-action-remove[disabled],
fieldset[disabled] .abs-action-remove,
.abs-discount-block .action.check.disabled,
.abs-discount-block .action.check[disabled],
fieldset[disabled] .abs-discount-block .action.check,
.popup .actions-toolbar .action.cancel.disabled,
.popup .actions-toolbar .action.cancel[disabled],
fieldset[disabled] .popup .actions-toolbar .action.cancel,
.aw-ar__agreements-block .action-show.disabled,
.aw-ar__agreements-block .action-show[disabled],
fieldset[disabled] .aw-ar__agreements-block .action-show,
.paypal-button-widget .paypal-button.disabled,
.paypal-button-widget .paypal-button[disabled],
fieldset[disabled] .paypal-button-widget .paypal-button,
.bundle-options-container .action.back.disabled,
.bundle-options-container .action.back[disabled],
fieldset[disabled] .bundle-options-container .action.back,
.cart.table-wrapper .actions-toolbar > .action-delete.disabled,
.cart.table-wrapper .actions-toolbar > .action-delete[disabled],
fieldset[disabled] .cart.table-wrapper .actions-toolbar > .action-delete,
.cart.table-wrapper .action.help.map.disabled,
.cart.table-wrapper .action.help.map[disabled],
fieldset[disabled] .cart.table-wrapper .action.help.map,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup.disabled,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup[disabled],
fieldset[disabled] .checkout-index-index .modal-popup .modal-footer .action-hide-popup,
.opc-wrapper .edit-address-link.disabled,
.opc-wrapper .edit-address-link[disabled],
fieldset[disabled] .opc-wrapper .edit-address-link,
.opc-block-shipping-information .shipping-information-title .action-edit.disabled,
.opc-block-shipping-information .shipping-information-title .action-edit[disabled],
fieldset[disabled] .opc-block-shipping-information .shipping-information-title .action-edit,
.action-auth-toggle.disabled,
.action-auth-toggle[disabled],
fieldset[disabled] .action-auth-toggle,
.checkout-payment-method .payment-method-billing-address .action-cancel.disabled,
.checkout-payment-method .payment-method-billing-address .action-cancel[disabled],
fieldset[disabled] .checkout-payment-method .payment-method-billing-address .action-cancel,
.checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address.disabled,
.checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address[disabled],
fieldset[disabled] .checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address,
.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,
.wishlist.split.button > .action.disabled,
.wishlist.split.button > .action[disabled],
fieldset[disabled] .wishlist.split.button > .action,
.block.related .action.select.disabled,
.block.related .action.select[disabled],
fieldset[disabled] .block.related .action.select,
.abs-add-fields .action.remove.disabled,
.abs-add-fields .action.remove[disabled],
fieldset[disabled] .abs-add-fields .action.remove,
.magento-payments-review-discount .action.check.disabled,
.magento-payments-review-discount .action.check[disabled],
fieldset[disabled] .magento-payments-review-discount .action.check,
.paypal-review-discount .action.check.disabled,
.paypal-review-discount .action.check[disabled],
fieldset[disabled] .paypal-review-discount .action.check,
.cart-discount .action.check.disabled,
.cart-discount .action.check[disabled],
fieldset[disabled] .cart-discount .action.check,
.form-giftregistry-share .action.remove.disabled,
.form-giftregistry-share .action.remove[disabled],
fieldset[disabled] .form-giftregistry-share .action.remove,
.form-giftregistry-edit .action.remove.disabled,
.form-giftregistry-edit .action.remove[disabled],
fieldset[disabled] .form-giftregistry-edit .action.remove,
.form-add-invitations .action.remove.disabled,
.form-add-invitations .action.remove[disabled],
fieldset[disabled] .form-add-invitations .action.remove,
.form-create-return .action.remove.disabled,
.form-create-return .action.remove[disabled],
fieldset[disabled] .form-create-return .action.remove,
.form.send.friend .action.remove.disabled,
.form.send.friend .action.remove[disabled],
fieldset[disabled] .form.send.friend .action.remove {
  color: #0088cc;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.abs-action-remove:active,
.abs-action-remove:not(:focus),
.abs-discount-block .action.check:active,
.abs-discount-block .action.check:not(:focus),
.popup .actions-toolbar .action.cancel:active,
.popup .actions-toolbar .action.cancel:not(:focus),
.aw-ar__agreements-block .action-show:active,
.aw-ar__agreements-block .action-show:not(:focus),
.paypal-button-widget .paypal-button:active,
.paypal-button-widget .paypal-button:not(:focus),
.bundle-options-container .action.back:active,
.bundle-options-container .action.back:not(:focus),
.cart.table-wrapper .actions-toolbar > .action-delete:active,
.cart.table-wrapper .actions-toolbar > .action-delete:not(:focus),
.cart.table-wrapper .action.help.map:active,
.cart.table-wrapper .action.help.map:not(:focus),
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:active,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:not(:focus),
.opc-wrapper .edit-address-link:active,
.opc-wrapper .edit-address-link:not(:focus),
.opc-block-shipping-information .shipping-information-title .action-edit:active,
.opc-block-shipping-information .shipping-information-title .action-edit:not(:focus),
.action-auth-toggle:active,
.action-auth-toggle:not(:focus),
.checkout-payment-method .payment-method-billing-address .action-cancel:active,
.checkout-payment-method .payment-method-billing-address .action-cancel:not(:focus),
.checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address:active,
.checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address: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),
.wishlist.split.button > .action:active,
.wishlist.split.button > .action:not(:focus),
.block.related .action.select:active,
.block.related .action.select:not(:focus),
.abs-add-fields .action.remove:active,
.abs-add-fields .action.remove:not(:focus),
.magento-payments-review-discount .action.check:active,
.magento-payments-review-discount .action.check:not(:focus),
.paypal-review-discount .action.check:active,
.paypal-review-discount .action.check:not(:focus),
.cart-discount .action.check:active,
.cart-discount .action.check:not(:focus),
.form-giftregistry-share .action.remove:active,
.form-giftregistry-share .action.remove:not(:focus),
.form-giftregistry-edit .action.remove:active,
.form-giftregistry-edit .action.remove:not(:focus),
.form-add-invitations .action.remove:active,
.form-add-invitations .action.remove:not(:focus),
.form-create-return .action.remove:active,
.form-create-return .action.remove:not(:focus),
.form.send.friend .action.remove:active,
.form.send.friend .action.remove:not(:focus) {
  box-shadow: none;
}
#store-selector .form-continue .actions-toolbar .action.primary,
.order-review-form .action.primary,
.cart-summary .checkout-methods-items .action.primary.checkout,
.block-minicart .block-content > .actions > .primary .action.primary,
.methods-shipping .actions-toolbar .action.primary,
.block-authentication .action.action-register,
.block-authentication .action.action-login,
.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .action.primary,
.multicheckout .action.primary,
.box-tocart .action.tocart,
.form-address-edit .actions-toolbar .action.primary {
  line-height: 1;
  padding: 0 17px;
}
.cart.table-wrapper .item-options dt,
.block-giftregistry-shared-items .product .item-options dt,
.multicheckout .item-options dt {
  float: left;
  clear: left;
  margin: 0 9px 4.5px 0;
}
.cart.table-wrapper .item-options dt:after,
.block-giftregistry-shared-items .product .item-options dt:after,
.multicheckout .item-options dt:after {
  content: ': ';
}
.cart.table-wrapper .item-options dd,
.block-giftregistry-shared-items .product .item-options dd,
.multicheckout .item-options dd {
  float: left;
  display: inline-block;
  margin: 0 0 4.5px;
}
.actions-toolbar > .primary .action,
.actions-toolbar > .secondary .action,
.box-tocart .action.tocart {
  width: 100%;
}
.cart.table-wrapper .product-image-wrapper,
.minicart-items .product-image-wrapper,
.block-giftregistry-shared-items .product-image-wrapper,
.products-list .product-image-wrapper {
  height: auto;
  padding: 0 !important;
}
.cart.table-wrapper .product-image-wrapper .product-image-photo,
.minicart-items .product-image-wrapper .product-image-photo,
.block-giftregistry-shared-items .product-image-wrapper .product-image-photo,
.products-list .product-image-wrapper .product-image-photo {
  position: static;
}
.product.media .product.photo .photo.image {
  display: block;
  height: auto;
  max-width: 100%;
  margin: 0 auto;
}
.customer-account-login .page-title-wrapper,
.customer-account-create .page-title-wrapper,
.customer-account-forgotpassword .page-title-wrapper {
  background-color: #f4f4f4;
  border-bottom: none;
  padding: 3.75rem 0;
  text-align: center;
  position: relative;
}
.customer-account-login .page-title-wrapper h1.page-title,
.customer-account-create .page-title-wrapper h1.page-title,
.customer-account-forgotpassword .page-title-wrapper h1.page-title {
  color: #212529 !important;
  font-size: 28px;
  font-weight: 700;
  margin: 0;
}
.customer-account-login .page-title-wrapper::before,
.customer-account-login .page-title-wrapper::after,
.customer-account-create .page-title-wrapper::before,
.customer-account-create .page-title-wrapper::after,
.customer-account-forgotpassword .page-title-wrapper::before,
.customer-account-forgotpassword .page-title-wrapper::after {
  content: '';
  position: absolute;
  width: 30vw;
  height: 100%;
  top: 0;
  background: inherit;
}
.customer-account-login .page-title-wrapper::before,
.customer-account-create .page-title-wrapper::before,
.customer-account-forgotpassword .page-title-wrapper::before {
  right: 100%;
}
.customer-account-login .page-title-wrapper::after,
.customer-account-create .page-title-wrapper::after,
.customer-account-forgotpassword .page-title-wrapper::after {
  left: 100%;
}
.login-container .block .block-title,
.fieldset.create > .legend {
  margin-bottom: 15px;
  margin-top: 0;
  font-size: 22px;
  color: #222529;
  letter-spacing: -.01em;
}
.giftregisty-dropdown,
.wishlist-dropdown {
  display: inline-block;
  position: relative;
}
.abs-dropdown-simple:before,
.abs-dropdown-simple:after,
.giftregisty-dropdown:before,
.giftregisty-dropdown:after,
.wishlist-dropdown:before,
.wishlist-dropdown:after {
  content: '';
  display: table;
}
.abs-dropdown-simple:after,
.giftregisty-dropdown:after,
.wishlist-dropdown:after {
  clear: both;
}
.abs-dropdown-simple .action.toggle,
.giftregisty-dropdown .action.toggle,
.wishlist-dropdown .action.toggle {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.abs-dropdown-simple .action.toggle:after,
.giftregisty-dropdown .action.toggle:after,
.wishlist-dropdown .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: inherit;
  color: inherit;
  content: '\e81c';
  font-family: 'porto-icons';
  margin: 0 0 0 5px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-dropdown-simple .action.toggle:hover:after,
.giftregisty-dropdown .action.toggle:hover:after,
.wishlist-dropdown .action.toggle:hover:after {
  color: inherit;
}
.abs-dropdown-simple .action.toggle:active:after,
.giftregisty-dropdown .action.toggle:active:after,
.wishlist-dropdown .action.toggle:active:after {
  color: inherit;
}
.abs-dropdown-simple .action.toggle.active,
.giftregisty-dropdown .action.toggle.active,
.wishlist-dropdown .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.abs-dropdown-simple .action.toggle.active:after,
.giftregisty-dropdown .action.toggle.active:after,
.wishlist-dropdown .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: inherit;
  color: inherit;
  content: '\e81b';
  font-family: 'porto-icons';
  margin: 0 0 0 5px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-dropdown-simple .action.toggle.active:hover:after,
.giftregisty-dropdown .action.toggle.active:hover:after,
.wishlist-dropdown .action.toggle.active:hover:after {
  color: inherit;
}
.abs-dropdown-simple .action.toggle.active:active:after,
.giftregisty-dropdown .action.toggle.active:active:after,
.wishlist-dropdown .action.toggle.active:active:after {
  color: inherit;
}
.abs-dropdown-simple ul.dropdown,
.giftregisty-dropdown ul.dropdown,
.wishlist-dropdown ul.dropdown {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 200px;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.abs-dropdown-simple ul.dropdown li,
.giftregisty-dropdown ul.dropdown li,
.wishlist-dropdown ul.dropdown li {
  margin: 0;
  padding: 5px 5px 5px 23px;
}
.abs-dropdown-simple ul.dropdown li:hover,
.giftregisty-dropdown ul.dropdown li:hover,
.wishlist-dropdown ul.dropdown li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.abs-dropdown-simple ul.dropdown:before,
.abs-dropdown-simple ul.dropdown:after,
.giftregisty-dropdown ul.dropdown:before,
.giftregisty-dropdown ul.dropdown:after,
.wishlist-dropdown ul.dropdown:before,
.wishlist-dropdown ul.dropdown:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.abs-dropdown-simple ul.dropdown:before,
.giftregisty-dropdown ul.dropdown:before,
.wishlist-dropdown ul.dropdown:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.abs-dropdown-simple ul.dropdown:after,
.giftregisty-dropdown ul.dropdown:after,
.wishlist-dropdown ul.dropdown:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.abs-dropdown-simple ul.dropdown:before,
.giftregisty-dropdown ul.dropdown:before,
.wishlist-dropdown ul.dropdown:before {
  left: 10px;
  top: -12px;
}
.abs-dropdown-simple ul.dropdown:after,
.giftregisty-dropdown ul.dropdown:after,
.wishlist-dropdown ul.dropdown:after {
  left: 9px;
  top: -14px;
}
.abs-dropdown-simple.active,
.giftregisty-dropdown.active,
.wishlist-dropdown.active {
  overflow: visible;
}
.abs-dropdown-simple.active ul.dropdown,
.giftregisty-dropdown.active ul.dropdown,
.wishlist-dropdown.active ul.dropdown {
  display: block;
}
.giftregisty-dropdown ul.items,
.wishlist-dropdown ul.items {
  padding: 6px 0;
}
.column .block-addbysku .qty .qty,
.bundle-options-container .input-text.qty,
.table-giftregistry-items .field.qty .qty,
.block-giftregistry-shared-items .qty .qty,
.block-wishlist-info-items .input-text.qty,
.multicheckout .table-wrapper .col .qty .input-text,
.account .table-wrapper .data.table.wishlist .box-tocart .qty,
.products-grid.wishlist .product-item .box-tocart input.qty,
.box-tocart .input-text.qty,
.account .data.table-return-items .qty .input-text,
.sidebar .block-addbysku .fieldset .fields .field.qty .qty {
  width: 54px;
  text-align: center;
}
.block,
.customer-review .product-details,
.block-banners,
.block-banners-inline {
  margin-bottom: 36px;
}
.filter-current .action.remove,
.sidebar .product-items .action.delete,
.table-comparison .cell.remove .action.delete,
.block-compare .action.delete {
  display: inline-block;
  text-decoration: none;
}
.abs-remove-button-for-blocks > span,
.filter-current .action.remove > span,
.sidebar .product-items .action.delete > span,
.table-comparison .cell.remove .action.delete > span,
.block-compare .action.delete > 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,
.filter-current .action.remove:before,
.sidebar .product-items .action.delete:before,
.table-comparison .cell.remove .action.delete:before,
.block-compare .action.delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 15px;
  color: #999999;
  content: '\f819';
  font-family: 'porto-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-remove-button-for-blocks:hover:before,
.filter-current .action.remove:hover:before,
.sidebar .product-items .action.delete:hover:before,
.table-comparison .cell.remove .action.delete:hover:before,
.block-compare .action.delete:hover:before {
  color: #494949;
}
.abs-remove-button-for-blocks:active:before,
.filter-current .action.remove:active:before,
.sidebar .product-items .action.delete:active:before,
.table-comparison .cell.remove .action.delete:active:before,
.block-compare .action.delete:active:before {
  color: #999999;
}
.product-item-name,
.product.name a {
  font-weight: 400;
}
.product-item-name > a,
.product.name a > a {
  color: #777777;
  text-decoration: none;
}
.abs-product-link > a:visited,
.product-item-name > a:visited,
.product.name a > a:visited {
  color: #777777;
  text-decoration: underline;
}
.abs-product-link > a:hover,
.product-item-name > a:hover,
.product.name a > a:hover {
  color: #777777;
  text-decoration: underline;
}
.abs-product-link > a:active,
.product-item-name > a:active,
.product.name a > a:active {
  color: #777777;
  text-decoration: underline;
}
.abs-like-link:visited {
  color: #0088cc;
  text-decoration: none;
}
.abs-like-link:hover {
  color: #0088cc;
  text-decoration: underline;
}
.abs-like-link:active {
  color: #0088cc;
  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: 27px;
}
.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: 27px 0 0;
}
.order-details-items .order-items .order-gift-message:not(.expanded-content) {
  height: 0;
  visibility: hidden;
}
.opc-wrapper .form-discount .field .label,
.bundle-options-container .block-bundle-summary .product-image-container,
.bundle-options-container .block-bundle-summary .product.name,
.bundle-options-container .block-bundle-summary .stock,
.cart.table-wrapper .col.qty .label,
.minicart-wrapper .action.showcart .text,
.minicart-wrapper .action.showcart .counter-label,
.checkout-index-index .page-title-wrapper,
.checkout-onepage-success .page-title-wrapper,
.checkout-payment-method .field-select-billing > .label,
.checkout-payment-method .payments .legend,
.checkout-payment-method .ccard .legend,
.block-balance .balance-price-label,
.page-product-downloadable .product-options-wrapper .fieldset .legend.links-title,
.page-product-giftcard .fieldset.giftcard > .legend,
.opc-wrapper .form-giftcard-account .field .label,
.form-add-invitations .fields .label,
.filter-options-content .filter-count-label,
.table-comparison .wishlist.split.button > .action.split span,
.product-items .wishlist.split.button > .action.split span,
.page-multiple-wishlist .page-title-wrapper .page-title,
.block-wishlist-search-form .form-wishlist-search .fieldset > .legend,
.multicheckout .table-wrapper .col .label,
.multicheckout .block .methods-shipping .item-content .fieldset > .legend,
.block.newsletter .label,
.block-reorder .product-item .label,
.products-grid.wishlist .product-item .comment-box .label,
.product-item-actions .actions-secondary.action span,
.modes-label,
.special-price .price-label,
.table-comparison .cell.label.remove span,
.table-comparison .cell.label.product span,
.block.related .field.choice .label,
.field.street .field.additional .label,
.review-date .review-details-label,
.customer-review .product-details .rating-average-label,
.action.skip:not(:focus),
.page-header .switcher .label,
.page-footer .switcher .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-add-clearfix:before,
.abs-add-clearfix:after,
.abs-add-fields .fieldset .actions-toolbar:before,
.abs-add-fields .fieldset .actions-toolbar:after,
.bundle-options-container .product-options-wrapper .field.choice .label:before,
.bundle-options-container .product-options-wrapper .field.choice .label:after,
.bundle-options-container .product-options-wrapper .field.choice .label:before,
.bundle-options-container .product-options-wrapper .field.choice .label:after,
.cart.table-wrapper .actions-toolbar:before,
.cart.table-wrapper .actions-toolbar:after,
.cart.table-wrapper .item-options:before,
.cart.table-wrapper .item-options:after,
.minicart-items .product-item > .product:before,
.minicart-items .product-item > .product:after,
.checkout-container:before,
.checkout-container:after,
.opc-estimated-wrapper:before,
.opc-estimated-wrapper:after,
.opc-wrapper .field.addresses:before,
.opc-wrapper .field.addresses:after,
.page-product-downloadable .product-add-form:before,
.page-product-downloadable .product-add-form:after,
.gift-item-block .content:before,
.gift-item-block .content:after,
.order-details-items .order-gift-message:before,
.order-details-items .order-gift-message:after,
.order-details-items .block-order-details-gift-message:before,
.order-details-items .block-order-details-gift-message:after,
.block-giftregistry-shared-items .product .item-options:before,
.block-giftregistry-shared-items .product .item-options:after,
.gift-wrapping-list:before,
.gift-wrapping-list:after,
.opc-wrapper .data.table .gift-wrapping .content:before,
.opc-wrapper .data.table .gift-wrapping .content:after,
.table-order-items .gift-wrapping .content:before,
.table-order-items .gift-wrapping .content:after,
.map-popup .map-info-price:before,
.map-popup .map-info-price:after,
.multicheckout .item-options:before,
.multicheckout .item-options:after,
.multicheckout .block:before,
.multicheckout .block:after,
.multicheckout .block-content:before,
.multicheckout .block-content:after,
.form-create-return .actions-toolbar:before,
.form-create-return .actions-toolbar:after,
.toolbar:before,
.toolbar:after,
.sidebar .product-items-images:before,
.sidebar .product-items-images:after,
.customer-review .product-details:before,
.customer-review .product-details:after,
.header.content:before,
.header.content:after,
.form-giftregistry-share .fieldset .actions-toolbar:before,
.form-giftregistry-share .fieldset .actions-toolbar:after,
.form-giftregistry-edit .fieldset .actions-toolbar:before,
.form-giftregistry-edit .fieldset .actions-toolbar:after,
.form-add-invitations .fieldset .actions-toolbar:before,
.form-add-invitations .fieldset .actions-toolbar:after,
.form-create-return .fieldset .actions-toolbar:before,
.form-create-return .fieldset .actions-toolbar:after,
.form.send.friend .fieldset .actions-toolbar:before,
.form.send.friend .fieldset .actions-toolbar:after {
  content: '';
  display: table;
}
.abs-add-clearfix:after,
.abs-add-fields .fieldset .actions-toolbar:after,
.bundle-options-container .product-options-wrapper .field.choice .label:after,
.bundle-options-container .product-options-wrapper .field.choice .label:after,
.cart.table-wrapper .actions-toolbar:after,
.cart.table-wrapper .item-options:after,
.minicart-items .product-item > .product:after,
.checkout-container:after,
.opc-estimated-wrapper:after,
.opc-wrapper .field.addresses:after,
.page-product-downloadable .product-add-form:after,
.gift-item-block .content:after,
.order-details-items .order-gift-message:after,
.order-details-items .block-order-details-gift-message:after,
.block-giftregistry-shared-items .product .item-options:after,
.gift-wrapping-list:after,
.opc-wrapper .data.table .gift-wrapping .content:after,
.table-order-items .gift-wrapping .content:after,
.map-popup .map-info-price:after,
.multicheckout .item-options:after,
.multicheckout .block:after,
.multicheckout .block-content:after,
.form-create-return .actions-toolbar:after,
.toolbar:after,
.sidebar .product-items-images:after,
.customer-review .product-details:after,
.header.content:after,
.form-giftregistry-share .fieldset .actions-toolbar:after,
.form-giftregistry-edit .fieldset .actions-toolbar:after,
.form-add-invitations .fieldset .actions-toolbar:after,
.form-create-return .fieldset .actions-toolbar:after,
.form.send.friend .fieldset .actions-toolbar:after {
  clear: both;
}
.abs-field-date .control,
.abs-field-tooltip,
.columns .column.main,
.columns .sidebar-main,
.columns .sidebar-additional,
.column .block-addbysku .sku,
.search-autocomplete,
.cart-summary,
.opc-wrapper .shipping-address-item,
.shipping-policy-block.field-tooltip .field-tooltip-content,
.opc-block-summary,
.product-item,
.sidebar .product-items-images .product-item,
.block-event .slider-panel .slider .item .action.show,
.sidebar .block-addbysku .fieldset .fields .field.sku,
.form.search.advanced .fields.range .field.date .control,
.field .control._with-tooltip,
.form-giftregistry-edit .field.date .control {
  box-sizing: border-box;
}
.abs-navigation-icon:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 34px;
  line-height: 1.2;
  color: inherit;
  content: '\e81c';
  font-family: 'porto-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-split-button:before,
.abs-split-button:after {
  content: '';
  display: table;
}
.abs-split-button:after {
  clear: both;
}
.abs-split-button .action.split {
  float: left;
  margin: 0;
}
.abs-split-button .action.toggle {
  float: right;
  margin: 0;
}
.abs-split-button button.action.split {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.abs-split-button button + .action.toggle {
  border-bottom-left-radius: 0;
  border-left: 0;
  border-top-left-radius: 0;
}
.abs-split-button .action.toggle {
  display: inline-block;
  text-decoration: none;
}
.abs-split-button .action.toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-split-button .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: inherit;
  color: inherit;
  content: '\e81c';
  font-family: 'porto-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-split-button .action.toggle:hover:after {
  color: inherit;
}
.abs-split-button .action.toggle:active:after {
  color: inherit;
}
.abs-split-button .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.abs-split-button .action.toggle.active > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-split-button .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: inherit;
  color: inherit;
  content: '\e81b';
  font-family: 'porto-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-split-button .action.toggle.active:hover:after {
  color: inherit;
}
.abs-split-button .action.toggle.active:active:after {
  color: inherit;
}
.abs-split-button .items {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 100%;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.abs-split-button .items li {
  margin: 0;
  padding: 3px 4.5px;
}
.abs-split-button .items li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.abs-split-button .items:before,
.abs-split-button .items:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.abs-split-button .items:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.abs-split-button .items:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.abs-split-button .items:before {
  right: 10px;
  top: -12px;
}
.abs-split-button .items:after {
  right: 9px;
  top: -14px;
}
.abs-split-button.active {
  overflow: visible;
}
.abs-split-button.active .items {
  display: block;
}
.bundle-options-container .block-bundle-summary .product-addto-links > .action,
.wishlist.split.button > .action.split,
.product-social-links .action.mailto.friend,
.moved-add-to-links .action.mailto.friend,
.product-social-links .action.towishlist,
.product-addto-links .action.towishlist,
.block-bundle-summary .action.towishlist,
.product-item .action.towishlist,
.table-comparison .action.towishlist,
.product-item-actions .actions-secondary.action,
.action.tocompare,
.product-addto-links .action.tocompare,
.moved-add-to-links .action.tocompare,
.product-social-links .action.tocompare {
  color: #222529;
  vertical-align: middle;
  text-transform: uppercase;
  font-weight: 600;
  width: 32px;
  height: 32px;
  line-height: 30px;
  border: 1px solid #e7e7e7;
  display: inline-block;
  text-decoration: none;
}
.abs-actions-addto:before,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:before,
.wishlist.split.button > .action.split:before,
.product-social-links .action.mailto.friend:before,
.moved-add-to-links .action.mailto.friend:before,
.product-social-links .action.towishlist:before,
.product-addto-links .action.towishlist:before,
.block-bundle-summary .action.towishlist:before,
.product-item .action.towishlist:before,
.table-comparison .action.towishlist:before,
.product-item-actions .actions-secondary.action:before,
.action.tocompare:before,
.product-addto-links .action.tocompare:before,
.moved-add-to-links .action.tocompare:before,
.product-social-links .action.tocompare:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.125rem;
  line-height: inherit;
  color: inherit;
  font-family: 'porto-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.bundle-options-container .block-bundle-summary .product-addto-links > .action:hover,
.wishlist.split.button > .action.split:hover,
.product-social-links .action.mailto.friend:hover,
.moved-add-to-links .action.mailto.friend:hover,
.product-social-links .action.towishlist:hover,
.product-addto-links .action.towishlist:hover,
.block-bundle-summary .action.towishlist:hover,
.product-item .action.towishlist:hover,
.table-comparison .action.towishlist:hover,
.product-item-actions .actions-secondary.action:hover,
.action.tocompare:hover,
.product-addto-links .action.tocompare:hover,
.moved-add-to-links .action.tocompare:hover,
.product-social-links .action.tocompare:hover {
  text-decoration: none;
}
.bundle-options-container .block-bundle-summary .product-addto-links > .action:before,
.wishlist.split.button > .action.split:before,
.product-social-links .action.mailto.friend:before,
.moved-add-to-links .action.mailto.friend:before,
.product-social-links .action.towishlist:before,
.product-addto-links .action.towishlist:before,
.block-bundle-summary .action.towishlist:before,
.product-item .action.towishlist:before,
.table-comparison .action.towishlist:before,
.product-item-actions .actions-secondary.action:before,
.action.tocompare:before,
.product-addto-links .action.tocompare:before,
.moved-add-to-links .action.tocompare:before,
.product-social-links .action.tocompare:before {
  display: block;
}
.box-tocart {
  margin: 0 0 27px;
}
.abs-cart-block > .title,
.abs-discount-block .block > .title,
.cart-summary .block > .title,
.magento-payments-review-discount .block > .title,
.paypal-review-discount .block > .title,
.cart-discount .block > .title {
  border-top: 1px solid #cccccc;
  cursor: pointer;
  margin-bottom: 0;
  position: relative;
  padding: 9px 36px 9px 15px;
  display: block;
  text-decoration: none;
}
.abs-cart-block > .title:after,
.abs-discount-block .block > .title:after,
.cart-summary .block > .title:after,
.magento-payments-review-discount .block > .title:after,
.paypal-review-discount .block > .title:after,
.cart-discount .block > .title:after {
  position: absolute;
  right: 18px;
  top: 9px;
}
.abs-toggling-title > span,
.abs-cart-block > .title > span,
.abs-discount-block .block > .title > span,
.cart-summary .block > .title > span,
.magento-payments-review-discount .block > .title > span,
.paypal-review-discount .block > .title > span,
.cart-discount .block > .title > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-toggling-title:after,
.abs-cart-block > .title:after,
.abs-discount-block .block > .title:after,
.cart-summary .block > .title:after,
.magento-payments-review-discount .block > .title:after,
.paypal-review-discount .block > .title:after,
.cart-discount .block > .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 12px;
  color: inherit;
  content: '\e81c';
  font-family: 'porto-icons';
  margin: 3px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-discount-block .block,
.cart-summary .block,
.magento-payments-review-discount .block,
.paypal-review-discount .block,
.cart-discount .block {
  margin: 0;
}
.abs-discount-block .block > .title:after,
.cart-summary .block > .title:after,
.magento-payments-review-discount .block > .title:after,
.paypal-review-discount .block > .title:after,
.cart-discount .block > .title:after {
  color: #858585;
}
.abs-discount-block .block .content,
.cart-summary .block .content,
.magento-payments-review-discount .block .content,
.paypal-review-discount .block .content,
.cart-discount .block .content {
  display: none;
  padding: 5px 15px 23px;
  position: relative;
}
.abs-cart-block.active > .title:after,
.abs-discount-block .block.active > .title:after,
.cart-summary .block.active > .title:after,
.magento-payments-review-discount .block.active > .title:after,
.paypal-review-discount .block.active > .title:after,
.cart-discount .block.active > .title:after {
  content: '\e81b';
}
.abs-discount-block .block.active .content,
.cart-summary .block.active .content,
.magento-payments-review-discount .block.active .content,
.paypal-review-discount .block.active .content,
.cart-discount .block.active .content {
  display: block;
}
.multicheckout .table-wrapper .cart-price {
  font-size: 1.4rem;
  font-weight: 400;
}
.multicheckout .table-wrapper .product-item-name {
  font-size: 1.4rem;
  font-weight: 300;
  margin: 0;
}
.block-addresses-list address,
.box-billing-address .box-content,
.box-shipping-address .box-content,
.box-information .box-content,
.box-newsletter .box-content {
  line-height: 24px;
}
.magento-payments-review .table-magento-payments-review-items .col.price .price-including-tax,
.magento-payments-review .table-magento-payments-review-items .col.price .price-excluding-tax,
.magento-payments-review .table-magento-payments-review-items .col.subtotal .price-including-tax,
.magento-payments-review .table-magento-payments-review-items .col.subtotal .price-excluding-tax,
.paypal-review .table-paypal-review-items .col.price .price-including-tax,
.paypal-review .table-paypal-review-items .col.price .price-excluding-tax,
.paypal-review .table-paypal-review-items .col.subtotal .price-including-tax,
.paypal-review .table-paypal-review-items .col.subtotal .price-excluding-tax,
.cart.table-wrapper .col.price .price-including-tax,
.cart.table-wrapper .col.price .price-excluding-tax,
.cart.table-wrapper .col.subtotal .price-including-tax,
.cart.table-wrapper .col.subtotal .price-excluding-tax,
.cart.table-wrapper .col.msrp .price-including-tax,
.cart.table-wrapper .col.msrp .price-excluding-tax,
.order-details-items .col.price .price-including-tax,
.order-details-items .col.price .price-excluding-tax,
.order-details-items .col.subtotal .price-including-tax,
.order-details-items .col.subtotal .price-excluding-tax {
  color: #444444;
  display: block;
  font-size: 1.3rem;
  line-height: 1;
  white-space: nowrap;
}
.magento-payments-review .table-magento-payments-review-items .col.price .price-including-tax .price,
.magento-payments-review .table-magento-payments-review-items .col.price .price-excluding-tax .price,
.magento-payments-review .table-magento-payments-review-items .col.subtotal .price-including-tax .price,
.magento-payments-review .table-magento-payments-review-items .col.subtotal .price-excluding-tax .price,
.paypal-review .table-paypal-review-items .col.price .price-including-tax .price,
.paypal-review .table-paypal-review-items .col.price .price-excluding-tax .price,
.paypal-review .table-paypal-review-items .col.subtotal .price-including-tax .price,
.paypal-review .table-paypal-review-items .col.subtotal .price-excluding-tax .price,
.cart.table-wrapper .col.price .price-including-tax .price,
.cart.table-wrapper .col.price .price-excluding-tax .price,
.cart.table-wrapper .col.subtotal .price-including-tax .price,
.cart.table-wrapper .col.subtotal .price-excluding-tax .price,
.cart.table-wrapper .col.msrp .price-including-tax .price,
.cart.table-wrapper .col.msrp .price-excluding-tax .price,
.order-details-items .col.price .price-including-tax .price,
.order-details-items .col.price .price-excluding-tax .price,
.order-details-items .col.subtotal .price-including-tax .price,
.order-details-items .col.subtotal .price-excluding-tax .price {
  font-weight: 400;
}
.bundle-options-container .product-options-wrapper .fieldset-bundle-options .field.choice .price-notice .price-including-tax,
.bundle-options-container .product-options-wrapper .fieldset-bundle-options .field.choice .price-notice .price-excluding-tax,
.bundle-options-container .product-options-wrapper .field.choice .price-notice .price-including-tax,
.bundle-options-container .product-options-wrapper .field.choice .price-notice .price-excluding-tax,
.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 .product-options-wrapper .fieldset-bundle-options .field.choice .price-notice .price-including-tax + .price-excluding-tax,
.bundle-options-container .product-options-wrapper .field.choice .price-notice .price-including-tax + .price-excluding-tax,
.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 .product-options-wrapper .fieldset-bundle-options .field.choice .price-notice .price-including-tax + .price-excluding-tax:before,
.bundle-options-container .product-options-wrapper .field.choice .price-notice .price-including-tax + .price-excluding-tax:before,
.cart-summary .price-including-tax + .price-excluding-tax:before,
.gift-summary .price-including-tax + .price-excluding-tax:before,
.gift-options .price-including-tax + .price-excluding-tax:before {
  content: "(" attr(data-label) ": ";
}
.bundle-options-container .product-options-wrapper .fieldset-bundle-options .field.choice .price-notice .price-including-tax + .price-excluding-tax:after,
.bundle-options-container .product-options-wrapper .field.choice .price-notice .price-including-tax + .price-excluding-tax:after,
.cart-summary .price-including-tax + .price-excluding-tax:after,
.gift-summary .price-including-tax + .price-excluding-tax:after,
.gift-options .price-including-tax + .price-excluding-tax:after {
  content: ")";
}
.price-including-tax .cart-tax-total,
.price-excluding-tax .cart-tax-total,
.magento-payments-review .table-magento-payments-review-items .cart-tax-total,
.paypal-review .table-paypal-review-items .cart-tax-total,
.cart.table-wrapper .cart-tax-total,
.order-details-items .cart-tax-total {
  cursor: pointer;
  position: relative;
  padding-right: 9px;
  display: inline-block;
  text-decoration: none;
}
.abs-tax-total:after,
.price-including-tax .cart-tax-total:after,
.price-excluding-tax .cart-tax-total:after,
.magento-payments-review .table-magento-payments-review-items .cart-tax-total:after,
.paypal-review .table-paypal-review-items .cart-tax-total:after,
.cart.table-wrapper .cart-tax-total:after,
.order-details-items .cart-tax-total:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 8px;
  line-height: 8px;
  color: inherit;
  content: '\e81c';
  font-family: 'porto-icons';
  margin: 3px 0 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.price-including-tax .cart-tax-total:after,
.price-excluding-tax .cart-tax-total:after,
.magento-payments-review .table-magento-payments-review-items .cart-tax-total:after,
.paypal-review .table-paypal-review-items .cart-tax-total:after,
.cart.table-wrapper .cart-tax-total:after,
.order-details-items .cart-tax-total:after {
  position: absolute;
  right: -2px;
  top: 4px;
}
.abs-tax-total-expanded:after,
.price-including-tax .cart-tax-total-expanded:after,
.price-excluding-tax .cart-tax-total-expanded:after,
.magento-payments-review .table-magento-payments-review-items .cart-tax-total-expanded:after,
.paypal-review .table-paypal-review-items .cart-tax-total-expanded:after,
.cart.table-wrapper .cart-tax-total-expanded:after,
.order-details-items .cart-tax-total-expanded:after {
  content: '\e81b';
}
.giftcard-account .form-giftcard-redeem .fieldset,
.form-giftregistry-create .fieldset {
  margin-bottom: 18px;
}
.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: baseline;
  padding-top: 1px;
  padding-right: 22.5px;
  padding-bottom: 4.5px;
}
.review-ratings .rating-result,
.customer-review .review-details .customer-review-rating .rating-result {
  vertical-align: top;
  display: table-cell;
}
.block-addresses-list .items.addresses .item.actions .action:after,
.account .data.table .col.actions .action:after,
[class^="sales-guest-"] .data.table .col.actions .action:after,
.sales-guest-view .data.table .col.actions .action:after,
.block .box-actions .action:after {
  content: "";
  display: inline-block;
  height: 12px;
  margin: 0 9px;
  border-left: 1px solid #eaeaea;
  vertical-align: -1px;
}
.block-addresses-list .items.addresses .item.actions .action:last-child:after,
.account .data.table .col.actions .action:last-child:after,
[class^="sales-guest-"] .data.table .col.actions .action:last-child:after,
.sales-guest-view .data.table .col.actions .action:last-child:after,
.block .box-actions .action:last-child:after {
  display: none;
}
.magento-payments-review .block .block-title > .action,
.paypal-review .block .block-title > .action,
.multicheckout .block-title > .action,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title > .action,
[class^="sales-guest-"] .column.main .block:not(.widget) .block-title > .action,
.sales-guest-view .column.main .block:not(.widget) .block-title > .action,
.account .column.main .block:not(.widget) .block-title > .action {
  float: right;
  font-size: 13px;
  line-height: 19px;
}
.magento-payments-review .block .box-title,
.paypal-review .block .box-title,
.multicheckout .box-title,
.magento-rma-guest-returns .column.main .block:not(.widget) .box-title,
[class^="sales-guest-"] .column.main .block:not(.widget) .box-title,
.sales-guest-view .column.main .block:not(.widget) .box-title,
.account .column.main .block:not(.widget) .box-title {
  display: block;
}
.magento-payments-review .block .box-title > .action,
.paypal-review .block .box-title > .action,
.multicheckout .box-title > .action,
.magento-rma-guest-returns .column.main .block:not(.widget) .box-title > .action,
[class^="sales-guest-"] .column.main .block:not(.widget) .box-title > .action,
.sales-guest-view .column.main .block:not(.widget) .box-title > .action,
.account .column.main .block:not(.widget) .box-title > .action {
  font-weight: 400;
  margin-left: 9px;
}
.block-minicart .subtotal .label:after,
.minicart-items .details-qty .label:after,
.minicart-items .price-minicart .label:after,
.order-details-items .order-gift-message .label:after,
.order-details-items .block-order-details-gift-message .label:after,
.block-wishlist-management .wishlist-select .wishlist-name-label:after {
  content: ": ";
}
.abs-dropdown-items-new .action.new,
.wishlist.split.button .action.new,
.wishlist-dropdown .action.new {
  display: inline-block;
  text-decoration: none;
}
.abs-icon-add:before,
.abs-dropdown-items-new .action.new:before,
.wishlist.split.button .action.new:before,
.wishlist-dropdown .action.new:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 10px;
  color: inherit;
  content: '\e61c';
  font-family: 'porto-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.split.button .items .item:last-child:hover,
.wishlist-dropdown .items .item:last-child:hover {
  background: #e8e8e8;
}
.wishlist.split.button .action.new:before,
.wishlist-dropdown .action.new:before {
  margin-left: -17px;
  margin-right: 4.5px;
}
.abs-sidebar-totals .table-caption,
.cart-summary .block .fieldset.estimate > .legend,
.cart-summary .block .fieldset.estimate > .legend + br,
.minicart-items .product-item-details .weee[data-label] .label,
.page-product-giftcard .fieldset.giftcard > .legend + br,
.order-details-items .order-items .order-gift-message .action.close,
.multicheckout .block .methods-shipping .item-content .fieldset > .legend + br,
.multicheckout .hidden,
[class^="multishipping-"] .nav-sections,
[class^="multishipping-"] .nav-toggle,
.sidebar .subtitle,
.no-display,
.cart-totals .table-caption,
.opc-block-summary .table-totals .table-caption {
  display: none;
}
.return-status,
.order-status {
  border: 2px solid #cccccc;
  border-radius: 3px;
  display: inline-block;
  padding: 0 9px;
  text-transform: uppercase;
  vertical-align: top;
}
.magento-rma-returns-returns .page-main .page-title-wrapper .page-title,
.magento-rma-returns-view .page-main .page-title-wrapper .page-title,
.magento-rma-guest-returns .page-main .page-title-wrapper .page-title,
.account .page-main .page-title-wrapper .page-title,
[class^="sales-guest-"] .page-main .page-title-wrapper .page-title,
.sales-guest-view .page-main .page-title-wrapper .page-title,
.magento-rma-guest-returns .page-main .page-title-wrapper .page-title {
  color: #0088cc;
  font-size: 20px;
  margin: 0 0 15px;
  font-weight: 400;
}
.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: 13px;
  margin-bottom: 9px;
}
.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,
.block-wishlist-search-results .data.table,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table,
.account .column.main .order-details-items .table-wrapper .data.table,
[class^="sales-guest-"] .column.main .order-details-items .table-wrapper .data.table,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table {
  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,
.block-wishlist-search-results .data.table > tbody > tr:nth-child(even) > td,
.block-wishlist-search-results .data.table > tbody > tr:nth-child(even) > th,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > td,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > th,
.account .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > td,
.account .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > th,
[class^="sales-guest-"] .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > td,
[class^="sales-guest-"] .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > th,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > td,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > th {
  background: #f6f6f6;
}
.abs-table-striped > thead > tr > th,
.abs-table-striped > tbody > tr > th,
.abs-table-striped > tfoot > tr > th,
.abs-table-striped > thead > tr > td,
.abs-table-striped > tbody > tr > td,
.abs-table-striped > tfoot > tr > td,
.block-giftregistry-results .data.table > thead > tr > th,
.block-giftregistry-results .data.table > tbody > tr > th,
.block-giftregistry-results .data.table > tfoot > tr > th,
.block-giftregistry-results .data.table > thead > tr > td,
.block-giftregistry-results .data.table > tbody > tr > td,
.block-giftregistry-results .data.table > tfoot > tr > td,
.block-wishlist-search-results .data.table > thead > tr > th,
.block-wishlist-search-results .data.table > tbody > tr > th,
.block-wishlist-search-results .data.table > tfoot > tr > th,
.block-wishlist-search-results .data.table > thead > tr > td,
.block-wishlist-search-results .data.table > tbody > tr > td,
.block-wishlist-search-results .data.table > tfoot > tr > td,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > tbody > tr > th,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > th,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > thead > tr > td,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > tbody > tr > td,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > td,
.account .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
.account .column.main .order-details-items .table-wrapper .data.table > tbody > tr > th,
.account .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > th,
.account .column.main .order-details-items .table-wrapper .data.table > thead > tr > td,
.account .column.main .order-details-items .table-wrapper .data.table > tbody > tr > td,
.account .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > td,
[class^="sales-guest-"] .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
[class^="sales-guest-"] .column.main .order-details-items .table-wrapper .data.table > tbody > tr > th,
[class^="sales-guest-"] .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > th,
[class^="sales-guest-"] .column.main .order-details-items .table-wrapper .data.table > thead > tr > td,
[class^="sales-guest-"] .column.main .order-details-items .table-wrapper .data.table > tbody > tr > td,
[class^="sales-guest-"] .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > td,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > tbody > tr > th,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > th,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > thead > tr > td,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > tbody > tr > td,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > td {
  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,
.block-wishlist-search-results .data.table > thead > tr > th,
.block-wishlist-search-results .data.table > thead > tr > td,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > thead > tr > td,
.account .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
.account .column.main .order-details-items .table-wrapper .data.table > thead > tr > td,
[class^="sales-guest-"] .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
[class^="sales-guest-"] .column.main .order-details-items .table-wrapper .data.table > thead > tr > td,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > thead > tr > td {
  border-bottom: 1px solid #cccccc;
}
.block-wishlist .counter,
.block-compare .counter {
  color: #c1c1c1;
  font-size: 1.2rem;
  white-space: nowrap;
}
.block-reorder .block-title,
.block-wishlist .block-title,
.block-compare .block-title,
.widget .block-title {
  margin: 0 0 18px;
}
.block-reorder .block-title strong,
.block-wishlist .block-title strong,
.block-compare .block-title strong,
.widget .block-title strong {
  font-size: 16px;
  font-weight: 600;
  color: #000;
}
.block-cart-failed,
.cart-container .form-cart {
  margin-bottom: 18px;
}
.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.search.advanced .fields.range .field.date .control,
.form-giftregistry-edit .field.date .control {
  position: relative;
}
.abs-field-date input,
.form-giftregistry-search .fields-specific-options .datetime-picker,
.form.search.advanced .fields.range .field.date input,
.form-giftregistry-edit .field.date input {
  margin-right: 9px;
  width: calc(100% - (23px + 9px));
}
.field .control._with-tooltip {
  position: relative;
}
.field .control._with-tooltip input {
  margin-right: 9px;
  width: calc(100% - (21px + 9px + 4.5px));
}
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content,
.shipping-policy-block.field-tooltip .field-tooltip-content {
  right: -9px;
  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: 9px;
  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: #dddddd;
}
.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;
}
.aw-ar__agreements-items .aw-ar__agreements-item-title,
.opc-wrapper .step-title,
.opc-block-shipping-information .shipping-information-title,
.opc-block-summary > .title,
.checkout-agreements-items .checkout-agreements-item-title {
  padding-bottom: 9px;
  color: #777777;
  font-weight: 300;
  font-size: 1rem;
}
.cart-totals,
.opc-block-summary .table-totals {
  border-top: 1px solid #cccccc;
  padding-top: 10px;
}
.cart-totals tbody .mark,
.cart-totals tfoot .mark,
.opc-block-summary .table-totals tbody .mark,
.opc-block-summary .table-totals tfoot .mark {
  border: 0;
  font-weight: 400;
  padding: 6px 0;
}
.cart-totals tbody .amount,
.cart-totals tfoot .amount,
.opc-block-summary .table-totals tbody .amount,
.opc-block-summary .table-totals tfoot .amount {
  border: 0;
  font-weight: 400;
  padding: 6px 0 6px 14px;
  text-align: right;
  color: #000;
}
.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 #cccccc;
  font-size: 1.8rem;
  padding-right: 9px;
}
.cart-totals .grand .amount,
.opc-block-summary .table-totals .grand .amount {
  border-top: 1px solid #cccccc;
  font-size: 1.8rem;
}
.cart-totals .msrp,
.opc-block-summary .table-totals .msrp {
  margin-bottom: 9px;
}
.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 #cccccc;
  border-bottom: 1px solid #cccccc;
  cursor: pointer;
}
.cart-totals .totals-tax-summary .amount .price,
.opc-block-summary .table-totals .totals-tax-summary .amount .price {
  position: relative;
  padding-right: 18px;
  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: '\e81c';
  font-family: 'porto-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.cart-totals .totals-tax-summary .amount .price:after,
.opc-block-summary .table-totals .totals-tax-summary .amount .price:after {
  position: absolute;
  right: 3px;
  top: 3px;
}
.cart-totals .totals-tax-summary.expanded .mark,
.cart-totals .totals-tax-summary.expanded .amount,
.opc-block-summary .table-totals .totals-tax-summary.expanded .mark,
.opc-block-summary .table-totals .totals-tax-summary.expanded .amount {
  border-bottom: 0;
}
.abs-sidebar-totals .totals-tax-summary.expanded .amount .price:after,
.cart-totals .totals-tax-summary.expanded .amount .price:after,
.opc-block-summary .table-totals .totals-tax-summary.expanded .amount .price:after {
  content: '\e81b';
}
.cart-totals .totals-tax-details,
.opc-block-summary .table-totals .totals-tax-details {
  display: none;
  border-bottom: 1px solid #cccccc;
}
.cart-totals .totals-tax-details.shown,
.opc-block-summary .table-totals .totals-tax-details.shown {
  display: table-row;
}
.cart-totals .table-wrapper,
.opc-block-summary .table-totals .table-wrapper {
  margin-bottom: 0;
}
.magento-payments-review-discount .block > .title strong,
.paypal-review-discount .block > .title strong,
.cart-discount .block > .title strong {
  color: #1979c3;
  font-weight: 400;
}
.magento-payments-review-discount .actions-toolbar,
.paypal-review-discount .actions-toolbar,
.cart-discount .actions-toolbar {
  display: table-cell;
  vertical-align: top;
  width: 1%;
}
.magento-payments-review-discount .actions-toolbar .action.primary,
.magento-payments-review-discount .actions-toolbar .action.cancel,
.paypal-review-discount .actions-toolbar .action.primary,
.paypal-review-discount .actions-toolbar .action.cancel,
.cart-discount .actions-toolbar .action.primary,
.cart-discount .actions-toolbar .action.cancel {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin: 0 0 0 -1px;
  white-space: nowrap;
  width: auto;
}
.magento-payments-review-discount .actions-toolbar .secondary,
.paypal-review-discount .actions-toolbar .secondary,
.cart-discount .actions-toolbar .secondary {
  bottom: 5px;
  left: 15px;
  position: absolute;
}
.magento-payments-review-discount .action.check,
.paypal-review-discount .action.check,
.cart-discount .action.check {
  font-weight: 400;
}
.magento-payments-review-discount .fieldset,
.paypal-review-discount .fieldset,
.cart-discount .fieldset {
  display: table;
  width: 100%;
}
.magento-payments-review-discount .fieldset > .field > .label,
.paypal-review-discount .fieldset > .field > .label,
.cart-discount .fieldset > .field > .label {
  display: none;
}
.magento-payments-review-discount .field,
.paypal-review-discount .field,
.cart-discount .field {
  display: table-cell;
}
.items {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.columns {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.columns:after {
  clear: both;
  content: ' ';
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.columns .column.main {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
  max-width: 100%;
}
.columns .sidebar-main {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
  max-width: 100%;
}
.columns .sidebar-additional {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
  max-width: 100%;
  padding: 20px 0;
}
.page-main {
  padding-top: 20px;
  padding-bottom: 40px;
}
.page-main > .page-title-wrapper .page-title {
  font-size: 20px;
  margin: 0 0 15px;
  color: #0088cc;
}
.table {
  margin-bottom: 0;
}
th.mark {
  background-color: transparent;
}
.table-wrapper {
  margin-bottom: 18px;
}
table > caption {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.table tfoot {
  border-top: 1px solid #ccc;
}
.table tfoot > tr:first-child th,
.table tfoot > tr:first-child td {
  border-top: 1px solid #cccccc;
  padding-top: 18px;
}
.table tfoot th,
.table tfoot td {
  border: 0;
}
.table tfoot .mark {
  font-weight: 400;
  text-align: right;
}
.message.info {
  margin: 0 0 9px;
  padding: 12px 18px 12px 22.5px;
  display: block;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 45px;
  position: relative;
}
.message.info a {
  color: #0088cc;
}
.message.info a:hover {
  color: #0088cc;
}
.message.info a:active {
  color: #0088cc;
}
.message.info > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #c07600;
  content: '\f84a';
  font-family: 'porto-icons';
  margin: -12px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 22px;
  width: 45px;
  position: absolute;
  text-align: center;
}
.message.error {
  margin: 0 0 9px;
  padding: 12px 18px 12px 22.5px;
  display: block;
  font-size: 1.3rem;
  background: #fae5e5;
  color: #e02b27;
  padding-left: 45px;
  position: relative;
}
.message.error a {
  color: #0088cc;
}
.message.error a:hover {
  color: #0088cc;
}
.message.error a:active {
  color: #0088cc;
}
.message.error > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #b30000;
  content: '\f847';
  font-family: 'porto-icons';
  margin: -12px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 22px;
  width: 45px;
  position: absolute;
  text-align: center;
}
.message.warning {
  margin: 0 0 9px;
  padding: 12px 18px 12px 22.5px;
  display: block;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 45px;
  position: relative;
}
.message.warning a {
  color: #0088cc;
}
.message.warning a:hover {
  color: #0088cc;
}
.message.warning a:active {
  color: #0088cc;
}
.message.warning > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #c07600;
  content: '\f84a';
  font-family: 'porto-icons';
  margin: -12px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 22px;
  width: 45px;
  position: absolute;
  text-align: center;
}
.message.notice {
  margin: 0 0 9px;
  padding: 12px 18px 12px 22.5px;
  display: block;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 45px;
  position: relative;
}
.message.notice a {
  color: #0088cc;
}
.message.notice a:hover {
  color: #0088cc;
}
.message.notice a:active {
  color: #0088cc;
}
.message.notice > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #c07600;
  content: '\f84a';
  font-family: 'porto-icons';
  margin: -12px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 22px;
  width: 45px;
  position: absolute;
  text-align: center;
}
.message.success {
  margin: 0 0 9px;
  padding: 12px 18px 12px 22.5px;
  display: block;
  font-size: 1.3rem;
  background: #e5efe5;
  color: #006400;
  padding-left: 45px;
  position: relative;
}
.message.success a {
  color: #0088cc;
}
.message.success a:hover {
  color: #0088cc;
}
.message.success a:active {
  color: #0088cc;
}
.message.success > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #006400;
  content: '\f846';
  font-family: 'porto-icons';
  margin: -12px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 22px;
  width: 45px;
  position: absolute;
  text-align: center;
}
.panel.header .links,
.panel.header .switcher {
  display: none;
}
.nav-toggle {
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  display: block;
  margin-right: 20px;
  position: relative;
  z-index: 1;
  padding: 6.5px 10px 6.5px 1px;
  text-align: center;
  vertical-align: middle;
  margin: 8px .25rem 8px 0;
  line-height: 20px;
  border-radius: .25rem;
}
.nav-toggle:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  line-height: inherit;
  color: inherit;
  content: '\f827';
  font-family: 'porto-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.nav-toggle:hover:before {
  color: inherit;
}
.nav-toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
@media (max-width: 991px) {
  .navigation .parent .level-top {
    position: relative;
    display: block;
    text-decoration: none;
    color: #777;
  }
  .navigation .parent .level-top:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 42px;
    line-height: inherit;
    color: inherit;
    content: '\e81c';
    font-family: 'porto-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .parent .level-top:after {
    position: absolute;
    right: 7px;
    top: -8px;
  }
  .navigation .parent .level-top.ui-state-active:after {
    content: '\e81b';
  }
  .nav-sections {
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    -ms-transition: left 0.3s;
    transition: left 0.3s;
    height: 100%;
    left: -80%;
    left: calc(-1 * (100% - 54px));
    overflow: auto;
    position: fixed;
    top: 0;
    width: 80%;
    width: calc(100% - 54px);
    background-color: #f6f6f6;
  }
  .nav-sections .switcher {
    border-bottom: 1px solid #dddddd;
    font-weight: 400;
    margin: 0;
    padding: 12px 20px;
    height: auto;
    color: #777;
  }
  .nav-sections .switcher .label {
    display: block;
    margin-bottom: 4.5px;
  }
  .nav-sections .switcher-trigger strong {
    display: inline-block !important;
    position: relative;
  }
  .nav-sections .switcher-dropdown {
    margin: 0;
    padding: 0;
    list-style: none none;
    padding: 9px 0;
  }
  .nav-sections .header.links {
    margin: 0;
    padding: 0;
    list-style: none none;
    color: #777777;
  }
  .nav-sections .header.links li {
    border-bottom: 1px solid #dddddd;
    margin: 0;
  }
  .nav-sections .header.links li.greet.welcome {
    font-weight: 400;
    padding: 12px 20px;
  }
  .nav-sections .header.links a,
  .nav-sections .header.links a:hover {
    color: #777777;
    text-decoration: none;
    display: block;
    font-weight: 400;
    padding: 12px 20px;
  }
  .nav-sections .header.links a:hover {
    color: #0088cc !important;
  }
  .nav-before-open {
    height: 100%;
    width: 100%;
  }
  .nav-before-open .page-wrapper {
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    -ms-transition: left 0.3s;
    transition: left 0.3s;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: relative;
  }
  .nav-before-open body {
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
  }
  .nav-open .page-wrapper {
    left: 80%;
    left: calc(100% - 54px);
    overflow: visible;
  }
  .nav-open .nav-sections {
    -webkit-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    -ms-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    left: 0;
    z-index: 99;
  }
  .nav-open .nav-toggle:after {
    background: rgba(0, 0, 0, 0.01);
    content: '';
    display: block;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1;
  }
  header.page-header .nav-sections-items {
    position: relative;
    z-index: 1;
  }
  header.page-header .nav-sections-items:before,
  header.page-header .nav-sections-items:after {
    content: '';
    display: table;
  }
  header.page-header .nav-sections-items:after {
    clear: both;
  }
  header.page-header .nav-sections-item-title {
    background: #0088cc;
    border: solid rgba(255, 255, 255, 0.3);
    border-width: 0 0 1px 1px;
    box-sizing: border-box;
    float: left;
    height: 71px;
    padding-top: 24px;
    text-align: center;
    width: 33.33%;
  }
  header.page-header .nav-sections-item-title.active {
    background: transparent;
    border-bottom: 0;
  }
  header.page-header .nav-sections-item-title.active > a,
  header.page-header .nav-sections-item-title.active > a:hover,
  header.page-header .nav-sections-item-title.active > a:focus {
    color: #0088cc;
  }
  header.page-header .nav-sections-item-title > a,
  header.page-header .nav-sections-item-title > a:hover,
  header.page-header .nav-sections-item-title > a:focus {
    color: #ffffff;
  }
  header.page-header .nav-sections-item-content {
    box-sizing: border-box;
    float: right;
    margin-left: -100%;
    margin-top: 71px;
    width: 100%;
  }
  header.page-header .nav-sections-item-content:before,
  header.page-header .nav-sections-item-content:after {
    content: '';
    display: table;
  }
  header.page-header .nav-sections-item-content:after {
    clear: both;
  }
  header.page-header .nav-sections-item-content.active {
    display: block;
  }
  .navigation {
    background: transparent;
    box-sizing: border-box;
  }
  .navigation ul {
    margin: 0;
    padding: 0;
  }
  .navigation li {
    margin: 0;
  }
  .navigation a {
    display: block;
    padding-top: 9px;
    padding-right: 0;
    padding-bottom: 9px;
    padding-left: 15px;
  }
  .navigation a,
  .navigation a:hover {
    color: #777777;
    text-decoration: none;
  }
  .navigation .level0 {
    border-top: 1px solid #dddddd;
    font-size: 1.3rem;
  }
  .navigation .level0 > .level-top {
    font-weight: 400;
    padding: 8px 36px 8px 15px;
    text-transform: uppercase;
    word-wrap: break-word;
  }
  .navigation .level0 > .level-top:hover {
    color: #777777;
  }
  .navigation .level0.active .all-category .ui-state-focus {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
    padding-left: 7px;
    display: inline-block;
  }
  .navigation .level0 > .level1 {
    font-weight: 600;
  }
  .navigation .level0.active > a:not(.ui-state-active),
  .navigation .level0.has-active > a:not(.ui-state-active) {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
  }
  .navigation .level0.active > a:not(.ui-state-active) span:not(.ui-menu-icon),
  .navigation .level0.has-active > a:not(.ui-state-active) span:not(.ui-menu-icon) {
    margin-left: -8px;
  }
  .navigation li.level0:last-child {
    border-bottom: 1px solid #dddddd;
  }
  .navigation .submenu > li {
    word-wrap: break-word;
  }
  .navigation .submenu > li > a:hover {
    color: #777777;
  }
  .navigation .submenu:not(:first-child) {
    font-weight: 400;
    line-height: 1.3;
    left: auto !important;
    overflow-x: hidden;
    padding: 0;
    position: relative;
    top: auto !important;
    transition: left 0.3s ease-out;
  }
  .navigation .submenu:not(:first-child) > li > a {
    padding-left: 15px;
  }
  .navigation .submenu:not(:first-child) > li:last-child {
    margin-bottom: 0;
  }
  .navigation .submenu:not(:first-child) ul {
    display: block;
    padding-left: 15px;
  }
  .navigation .submenu:not(:first-child) ul > li {
    margin: 0;
  }
  .navigation .submenu:not(:first-child) ul > li a {
    color: #777777;
    display: block;
    line-height: normal;
  }
  .navigation .submenu:not(:first-child) ul > li a:hover {
    color: #777777;
  }
  .navigation .submenu:not(:first-child).expanded {
    display: block !important;
    padding-right: 0;
    top: 0 !important;
  }
  .navigation .submenu:not(:first-child) .active > a {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
    padding-left: 7px;
  }
  .navigation .submenu:not(:first-child) .level1.active > a {
    padding-left: 7px;
  }
  .navigation a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .navigation a:hover {
    color: #0088cc !important;
  }
  .navigation li.level0 {
    line-height: 16px;
  }
  .navigation li.level0:first-child {
    border-top: 0;
  }
  .navigation li.level0 > a.level-top {
    padding: 13px 36px 13px 15px;
  }
  .navigation li.level0 > a.ui-state-active {
    color: #000;
    font-weight: 600;
  }
  .navigation li.level0 > a.ui-state-active,
  .navigation li.level0 > a.ui-state-active + .submenu {
    background-color: #eeeeee;
  }
  .navigation li.level0.active .all-category .ui-state-focus,
  .navigation li.level0.active > a:not(.ui-state-active),
  .navigation li.level0.has-active > a:not(.ui-state-active),
  .navigation li.level0.active > a:not(.ui-state-active) span:not(.ui-menu-icon),
  .navigation li.level0.has-active > a:not(.ui-state-active) span:not(.ui-menu-icon) {
    border-left: 0;
    margin-left: 0;
  }
  .navigation li.level0 > .ui-menu-item > a {
    font-weight: 400;
  }
  .navigation li.level0 .ui-menu-item > a:before {
    content: '\f801';
    display: inline;
    font-family: 'porto-icons';
    margin-right: 10px;
    font-size: 16px;
    vertical-align: top;
    color: #aaaaaa;
  }
  .navigation li.level0 ul.level0 > .level1 {
    font-weight: 400;
  }
  .navigation ul.submenu,
  .navigation ul.submenu:not(:first-child) {
    padding-left: 15px;
  }
  .navigation ul.submenu .active > a,
  .navigation ul.submenu:not(:first-child) .active > a,
  .navigation ul.submenu .level1.active > a,
  .navigation ul.submenu:not(:first-child) .level1.active > a {
    padding-left: 15px;
    border: 0;
    font-weight: 600;
  }
  .navigation ul.submenu > li {
    line-height: 16px;
  }
}
@media (min-width: 992px) {
  .nav-toggle {
    display: none;
  }
  .nav-sections {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .nav-sections-item-title {
    display: none;
  }
  .nav-sections-item-content > * {
    display: none;
  }
  .nav-sections-item-content > .navigation {
    display: block;
    z-index: 5;
  }
  .navigation {
    background: transparent;
    font-size: 12px;
    font-weight: 700;
    height: inherit;
    left: auto;
    overflow: inherit;
    padding: 0;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 3;
  }
  .navigation:empty {
    display: none;
  }
  .navigation ul {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    position: relative;
  }
  .navigation li.level0 {
    border-top: none;
  }
  .navigation li.level1 {
    position: relative;
  }
  .navigation .level0 {
    margin: 0 9px 0 0;
    display: inline-block;
    position: relative;
  }
  .navigation .level0:last-child {
    margin-right: 0;
    padding-right: 0;
  }
  .navigation .level0:hover:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 100%;
    width: 10px;
    height: calc(100% + 3px);
    z-index: 1;
  }
  .navigation .level0 > .level-top {
    color: #575757;
    line-height: 46px;
    padding: 0 12px;
    text-decoration: none;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
  }
  .navigation .level0 > .level-top:hover,
  .navigation .level0 > .level-top.ui-state-focus {
    color: #777777;
    text-decoration: none;
  }
  .navigation .level0.active > .level-top,
  .navigation .level0.has-active > .level-top {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0;
    color: #777777;
    text-decoration: none;
    display: inline-block;
  }
  .navigation .level0.parent:hover > .submenu {
    overflow: visible !important;
  }
  .navigation .level0.parent > .level-top {
    padding-right: 20px;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon {
    position: absolute;
    right: 0;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: 20px;
    color: inherit;
    content: '\e81c';
    font-family: 'porto-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0 .submenu {
    background: #ffffff;
    border: 0 solid #0088cc;
    box-shadow: 0 4.5px 4.5px rgba(0, 0, 0, 0.19);
    font-weight: 400;
    min-width: 230px;
    padding: 0;
    display: none;
    left: 0;
    margin: 0 !important;
    position: absolute;
    z-index: 1;
    margin-top: 11px;
  }
  .navigation .level0 .submenu > ul {
    margin-top: 11px;
  }
  .navigation .level0 .submenu > ul:before,
  .navigation .level0 .submenu > ul:after {
    content: '';
    display: block;
    overflow: hidden;
    position: absolute;
  }
  .navigation .level0 .submenu > ul:before {
    color: #ffffff;
    left: 20px;
    top: -20px;
    border: 10px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #ffffff;
    z-index: 4;
  }
  .navigation .level0 .submenu > ul:after {
    border: 11px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #0088cc;
    color: #0088cc;
    left: 19px;
    top: -22px;
    z-index: 3;
  }
  .navigation .level0 .submenu:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 4px;
    left: 0;
    top: -4px;
    z-index: 1;
  }
  .navigation .level0 .submenu a {
    display: block;
    line-height: inherit;
    color: #777777;
    padding: 9px 5px;
  }
  .navigation .level0 .submenu a:hover,
  .navigation .level0 .submenu a.ui-state-focus {
    background: #f4f4f4;
    color: #777777;
    text-decoration: none;
  }
  .navigation .level0 .submenu .active > a {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 3px;
  }
  .navigation .level0 .submenu .submenu {
    top: -1px !important;
    left: 100% !important;
  }
  .navigation .level0 .submenu .submenu-reverse {
    left: auto !important;
    right: 100%;
  }
  .navigation .level0 .submenu li {
    margin: 0;
    position: relative;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon {
    position: absolute;
    right: 3px;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: 20px;
    color: inherit;
    content: '\f801';
    font-family: 'porto-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0.more {
    position: relative;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0.more:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 26px;
    line-height: inherit;
    color: inherit;
    content: '\e607';
    font-family: 'porto-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0.more:before {
    display: none;
  }
  .navigation .level0.more:after {
    cursor: pointer;
    padding: 8px 12px;
    position: relative;
    z-index: 1;
  }
  .navigation .level0.more:hover > .submenu {
    overflow: visible !important;
  }
  .navigation .level0.more li {
    display: block;
  }
  .panel.header .links,
  .panel.header .switcher {
    display: inline-block;
    margin: 0;
    vertical-align: middle;
  }
  .navigation li.level0 {
    transition-delay: 0.3s;
    margin-right: 0;
  }
}
.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: #777777;
  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: 9px;
}
.tooltip.wrapper .tooltip.content .label:first-child {
  margin-top: 0;
}
.tooltip.wrapper .tooltip.content .values {
  margin: 0;
}
.ui-tooltip {
  position: absolute;
  z-index: 9999;
}
.load.indicator {
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 9999;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  position: absolute;
}
.load.indicator:before {
  background: transparent url('../../frontend/Smartwave/porto_child/en_US/images/loader-2.gif') no-repeat 50% 50%;
  border-radius: 5px;
  height: 160px;
  width: 160px;
  bottom: 0;
  box-sizing: border-box;
  content: '';
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
}
.load.indicator > span {
  display: none;
}
.loading-mask {
  bottom: 0;
  left: 0;
  margin: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.5);
}
.loading-mask .loader > img {
  bottom: 0;
  left: 0;
  margin: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
}
.loading-mask .loader > p {
  display: none;
}
body > .loading-mask {
  z-index: 9999;
}
._block-content-loading {
  position: relative;
}
[data-role='main-css-loader'] {
  display: none;
}
.fieldset {
  border: 0;
  margin: 0 0 36px;
  padding: 0;
  letter-spacing: -.31em;
}
.fieldset > * {
  letter-spacing: normal;
}
.fieldset > .legend {
  margin: 0 0 18px;
  padding: 0 0 9px;
  width: 100%;
  box-sizing: border-box;
  float: left;
  font-weight: 300;
  line-height: 1.2;
  font-size: 1.8rem;
}
.fieldset > .legend + br {
  clear: both;
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.fieldset:last-child {
  margin-bottom: 0;
}
.fieldset > .field,
.fieldset > .fields > .field {
  margin: 0 0 18px;
}
.fieldset > .field > .label,
.fieldset > .fields > .field > .label {
  margin: 0 0 8px;
  display: inline-block;
}
.fieldset > .field:last-child,
.fieldset > .fields > .field:last-child {
  margin-bottom: 0;
}
.fieldset > .field > .label,
.fieldset > .fields > .field > .label {
  font-weight: 400;
  font-size: 1.4rem;
}
.fieldset > .field > .label + br,
.fieldset > .fields > .field > .label + br {
  display: none;
}
.fieldset > .field .choice input,
.fieldset > .fields > .field .choice input {
  vertical-align: top;
}
.fieldset > .field .fields.group:before,
.fieldset > .fields > .field .fields.group:before,
.fieldset > .field .fields.group:after,
.fieldset > .fields > .field .fields.group:after {
  content: '';
  display: table;
}
.fieldset > .field .fields.group:after,
.fieldset > .fields > .field .fields.group:after {
  clear: both;
}
.fieldset > .field .fields.group .field,
.fieldset > .fields > .field .fields.group .field {
  box-sizing: border-box;
  float: left;
}
.fieldset > .field .fields.group.group-2 .field,
.fieldset > .fields > .field .fields.group.group-2 .field {
  width: 50% !important;
}
.fieldset > .field .fields.group.group-3 .field,
.fieldset > .fields > .field .fields.group.group-3 .field {
  width: 33.3% !important;
}
.fieldset > .field .fields.group.group-4 .field,
.fieldset > .fields > .field .fields.group.group-4 .field {
  width: 25% !important;
}
.fieldset > .field .fields.group.group-5 .field,
.fieldset > .fields > .field .fields.group.group-5 .field {
  width: 20% !important;
}
.fieldset > .field .addon,
.fieldset > .fields > .field .addon {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 0;
  width: 100%;
}
.fieldset > .field .addon textarea,
.fieldset > .fields > .field .addon textarea,
.fieldset > .field .addon select,
.fieldset > .fields > .field .addon select,
.fieldset > .field .addon input,
.fieldset > .fields > .field .addon input {
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: inline-block;
  margin: 0;
  width: auto;
}
.fieldset > .field .addon .addbefore,
.fieldset > .fields > .field .addon .addbefore,
.fieldset > .field .addon .addafter,
.fieldset > .fields > .field .addon .addafter {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border-radius: 6px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 13px;
  height: 38px;
  line-height: 1.4;
  padding: 10px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  -ms-flex-order: 3;
  -webkit-order: 3;
  order: 3;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  width: auto;
}
.fieldset > .field .addon .addbefore:disabled,
.fieldset > .fields > .field .addon .addbefore:disabled,
.fieldset > .field .addon .addafter:disabled,
.fieldset > .fields > .field .addon .addafter:disabled {
  opacity: 0.5;
}
.fieldset > .field .addon .addbefore::-moz-placeholder,
.fieldset > .fields > .field .addon .addbefore::-moz-placeholder,
.fieldset > .field .addon .addafter::-moz-placeholder,
.fieldset > .fields > .field .addon .addafter::-moz-placeholder {
  color: #dddddd;
}
.fieldset > .field .addon .addbefore::-webkit-input-placeholder,
.fieldset > .fields > .field .addon .addbefore::-webkit-input-placeholder,
.fieldset > .field .addon .addafter::-webkit-input-placeholder,
.fieldset > .fields > .field .addon .addafter::-webkit-input-placeholder {
  color: #dddddd;
}
.fieldset > .field .addon .addbefore:-ms-input-placeholder,
.fieldset > .fields > .field .addon .addbefore:-ms-input-placeholder,
.fieldset > .field .addon .addafter:-ms-input-placeholder,
.fieldset > .fields > .field .addon .addafter:-ms-input-placeholder {
  color: #dddddd;
}
.fieldset > .field .addon .addbefore,
.fieldset > .fields > .field .addon .addbefore {
  float: left;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
.fieldset > .field .additional,
.fieldset > .fields > .field .additional {
  margin-top: 9px;
}
.fieldset > .field.required > .label:after,
.fieldset > .fields > .field.required > .label:after,
.fieldset > .field._required > .label:after,
.fieldset > .fields > .field._required > .label:after {
  content: '*';
  color: #e02b27;
  font-size: 1.2rem;
  margin: 0 0 0 4.5px;
}
.fieldset > .field .note,
.fieldset > .fields > .field .note {
  font-size: 1.2rem;
  margin: 3px 0 0;
  padding: 0;
  display: inline-block;
  text-decoration: none;
}
.fieldset > .field .note:before,
.fieldset > .fields > .field .note:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 12px;
  font-family: 'porto-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.fieldset > .field.no-label > .label,
.fieldset > .fields > .field.no-label > .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.fieldset > .field.choice .label,
.fieldset > .fields > .field.choice .label {
  font-weight: normal;
  margin: 0;
  display: inline;
}
.fieldset > .field .label,
.fieldset > .fields > .field .label {
  font-size: 0.92em;
}
.column:not(.main) .fieldset > .field .label,
.column:not(.main) .fieldset > .fields > .field .label {
  font-weight: normal;
}
.fieldset > .field .note,
.fieldset > .fields > .field .note {
  font-size: 0.92em;
}
.fieldset > .field .field.choice,
.fieldset > .fields > .field .field.choice {
  margin-bottom: 9px;
}
.fieldset > .field .field.choice:last-child,
.fieldset > .fields > .field .field.choice:last-child {
  margin-bottom: 0;
}
.fieldset > .legend {
  color: #222529;
}
.legend + .fieldset,
.legend + div {
  clear: both;
}
.legend span {
  margin-right: 4.5px;
}
fieldset.field {
  border: 0;
  padding: 0;
}
.field.date .time-picker {
  white-space: nowrap;
  margin-top: 9px;
  display: inline-block;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  border: 1px solid #cccccc;
  height: 32px;
  background: #ffffff url('../../frontend/Smartwave/porto_child/en_US/images/select-bg.svg') no-repeat 99% 49%;
  background-size: 26px 60px;
  padding-right: 25px;
  text-indent: .01em;
  text-overflow: '';
  font-family: inherit;
}
select::-ms-expand {
  display: none;
}
.lt-ie10 select {
  background-image: none;
  padding-right: 4px;
}
div.mage-error[generated] {
  margin-top: 7px;
  font-size: 1em;
}
.field-error {
  font-size: 1em;
}
.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: #777777;
  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;
}
.hasDatepicker + .ui-datepicker-trigger {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-shadow: none;
  font-weight: 400;
  display: block;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
}
.hasDatepicker + .ui-datepicker-trigger:focus,
.hasDatepicker + .ui-datepicker-trigger:active {
  background: none;
  border: none;
}
.hasDatepicker + .ui-datepicker-trigger:hover {
  background: none;
  border: none;
}
.hasDatepicker + .ui-datepicker-trigger.disabled,
.hasDatepicker + .ui-datepicker-trigger[disabled],
fieldset[disabled] .hasDatepicker + .ui-datepicker-trigger {
  pointer-events: none;
  opacity: 0.5;
}
.hasDatepicker + .ui-datepicker-trigger > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.hasDatepicker + .ui-datepicker-trigger:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 23px;
  line-height: 23px;
  color: #c1c1c1;
  content: '\e612';
  font-family: 'porto-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.hasDatepicker + .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 18px;
}
.sidebar .fieldset > .field:not(.choice) .label,
.sidebar .fieldset .fields > .field .label {
  margin: 0 0 4px;
  padding: 0 0 4.5px;
  text-align: left;
  width: 100%;
}
.sidebar .fieldset > .field:not(.choice) .control,
.sidebar .fieldset .fields > .field .control {
  width: 100%;
}

button,
a.action.primary {
  border-radius: 3px;
  height: 38px;
  line-height: 22px;
  font-weight: 400;
}
button.action.switch {
  height: auto;
}
button:not(.primary) {
  border: 1px solid #ccc;
  color: #777;
  line-height: 30px;
  padding: 0 12px;
  height: 32px;
  background-color: #fff;
}
button:hover {
  color: #fff;
  background-color: #0088cc;
  border-color: #0088cc;
}
body:not(._keyfocus) button:focus {
  box-shadow: none;
}
a.action.primary {
  display: inline-block;
  text-decoration: none;
}
a.action.primary:hover,
a.action.primary:active,
a.action.primary:focus {
  text-decoration: none;
}
.action.primary {
  background-image: none;
  background: #0088cc;
  border: 1px solid #0088cc;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  padding: 7px 15px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  font-weight: 400;
  line-height: 22px;
}
.action.primary:focus,
.action.primary:active {
  background: #0088cc;
  border: 1px solid #0088cc;
  color: #ffffff;
}
.action.primary:hover {
  background: #0088cc;
  border: 1px solid #0088cc;
  color: #ffffff;
}
.action.primary.disabled,
.action.primary[disabled],
fieldset[disabled] .action.primary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
#discount-coupon-form #coupon_code {
  border-radius: 3px 0 0 3px;
}
.product.data.items {
  margin: 0;
  padding: 0;
}
.product.data.items > .item.title {
  box-sizing: border-box;
  float: none;
  width: 100%;
}
.product.data.items > .item.title > .switch {
  display: block;
}
.product.data.items > .item.content {
  box-sizing: border-box;
  display: block;
  float: none;
  margin: 0;
}
.product.data.items > .item.content:before,
.product.data.items > .item.content:after {
  content: '';
  display: table;
}
.product.data.items > .item.content:after {
  clear: both;
}
.product.data.items > .item.content.active {
  display: block;
}
.product.data.items > .item.title {
  margin: 0;
}
.product.data.items > .item.title > .switch {
  border-top: 1px solid #eeeeee;
  height: 36px;
  padding: 1px 9px 1px 9px;
  font-weight: 600;
  line-height: 36px;
  font-size: 1.3rem;
  color: #777777;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:visited {
  color: #c1c1c1;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:hover {
  color: #777777;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:active {
  color: #777777;
  text-decoration: none;
}
.product.data.items > .item.title:not(.disabled) > .switch:active,
.product.data.items > .item.title.active > .switch,
.product.data.items > .item.title.active > .switch:focus,
.product.data.items > .item.title.active > .switch:hover {
  color: #777777;
  text-decoration: none;
  padding-bottom: 1px;
}
.product.data.items > .item.content {
  background: #ffffff;
  margin: 0;
  padding: 9px 9px 27px;
}
.product.data.items .item.title {
  color: #818692;
  padding: 15px 0;
  font-weight: 700;
  text-transform: uppercase;
  background: none;
  border-bottom: 2px solid #e7e7e7;
}
.product.data.items .item.title > .switch {
  font-size: 13px;
  display: inline-block;
  border: none;
  height: auto;
  padding: 0 !important;
  color: inherit;
  font-weight: inherit;
  line-height: inherit;
  background: none !important;
  display: block;
}
.product.data.items .item.title > .switch:hover {
  color: inherit;
  background: none;
}
.product.data.items .item.title.active {
  color: #222529;
  border-color: #222529;
}
.product.data.items .item.title.active > .switch {
  color: inherit;
  background: none;
  padding: 0;
}
.product.data.items .item.title.active > .switch:hover,
.product.data.items .item.title.active > .switch:focus {
  padding: 0;
  color: inherit;
  background: none;
}
.product.data.items .item.title:hover {
  border-color: #222529;
  color: #222529;
}
.product.data.items .item.title:hover > .switch {
  color: inherit;
  padding: 0;
}
.product.data.items .item.title a {
  position: relative;
}
.product.data.items .item.title a:after {
  font-family: 'porto-icons';
  content: '\e81c';
  position: absolute;
  right: 9px;
  top: 1px;
}
.product.data.items .item.title.active a:after {
  content: '\e81b';
  font-family: 'porto-icons';
}
.product.data.items > .item.content {
  border: none;
  box-shadow: none;
  padding: 30px 0 15px;
}
.product.data.items > .item.content p {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: .005em;
  line-height: 1.9;
}
.product.data.items .value p:last-child {
  margin-bottom: 0;
}
.product.data.items .table-wrapper {
  margin: 0;
}
.porto-info-list,
.product.description ul {
  padding-left: 38.5px;
  margin-bottom: 20px;
}
.porto-info-list li,
.product.description ul li {
  list-style: none;
  line-height: 1.5;
  padding-top: .5em;
  padding-bottom: .5em;
  margin: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.porto-info-list .porto-info-icon,
.product.description ul .porto-info-icon,
.porto-info-list [class^=porto-icon-],
.product.description ul [class^=porto-icon-] {
  margin-right: 16.5px;
  line-height: 1.3;
  top: 2px;
  color: #21293c;
  font-size: 16px;
}
.porto-info-list .porto-icon-ok:before,
.product.description ul .porto-icon-ok:before {
  content: '\e8c1';
}
.porto-info-list .porto-info-list-item .porto-info-icon,
.product.description ul .porto-info-list-item .porto-info-icon {
  width: auto;
  display: inline-block;
}
.pages > .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages .items {
  font-size: 0;
  letter-spacing: -1px;
  line-height: 0;
  white-space: nowrap;
  margin: 0;
  padding: 0;
  list-style: none none;
  display: inline-block;
  font-weight: 400;
}
.pages .item {
  font-size: 1.3rem;
  line-height: 2.4rem;
  letter-spacing: normal;
  margin: 0 5px 0 0;
  display: inline-block;
}
.pages .item .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages a.page {
  background: #ffffff;
  border: 1px solid #cccccc;
  color: #0088cc;
  display: inline-block;
  padding: 0 4.5px;
  text-decoration: none;
}
.pages a.page:visited {
  color: #0088cc;
}
.pages a.page:hover {
  background: #0088cc;
  border: 1px solid #0088cc;
  color: #ffffff;
  text-decoration: none;
}
.pages a.page:active {
  color: #ffffff;
}
.pages strong.page {
  background: #0088cc;
  border: 1px solid #0088cc;
  font-size: 1.3rem;
  line-height: 2.4rem;
  letter-spacing: normal;
  color: #ffffff;
  display: inline-block;
  font-weight: 400;
  padding: 0 4.5px;
}
.pages .action {
  background: #ffffff;
  border: 1px solid #cccccc;
  color: #999999;
  display: inline-block;
  padding: 0;
  text-decoration: none;
}
.pages .action:visited {
  color: #999999;
}
.pages .action:hover {
  background: #0088cc;
  border: 1px solid #0088cc;
  color: #ffffff;
  text-decoration: none;
}
.pages .action:active {
  color: #ffffff;
}
.pages .action.next {
  display: inline-block;
  text-decoration: none;
}
.pages .action.next:visited:before {
  color: #999999;
}
.pages .action.next:active:before {
  color: #ffffff;
}
.pages .action.next > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages .action.next:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: inherit;
  color: #999999;
  content: '\f801';
  font-family: 'porto-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.pages .action.next:hover:before {
  color: #ffffff;
}
.pages .action.next:active:before {
  color: #ffffff;
}
.pages .action.previous {
  display: inline-block;
  text-decoration: none;
}
.pages .action.previous:visited:before {
  color: #999999;
}
.pages .action.previous:active:before {
  color: #ffffff;
}
.pages .action.previous > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages .action.previous:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: inherit;
  color: #999999;
  content: '\f802';
  font-family: 'porto-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.pages .action.previous:hover:before {
  color: #ffffff;
}
.pages .action.previous:active:before {
  color: #ffffff;
}
.pages .item:last-child {
  margin-right: 0;
}
.pages strong.page,
.pages a.page,
.pages .action {
  border: 1px solid #ccc;
  border-radius: 0;
  color: #7b858a;
  display: block !important;
  font-size: 15px;
  font-weight: 700;
  margin: 0 0;
  padding: 0 .5em;
  line-height: 2.1em;
  min-width: 2.2em;
  height: 2.2em;
  text-decoration: none;
  text-align: center;
  background: none;
}
.pages strong.page::before,
.pages a.page::before,
.pages .action::before,
.pages strong.page:visited,
.pages a.page:visited,
.pages .action:visited,
.pages strong.page:hover,
.pages a.page:hover,
.pages .action:hover {
  color: inherit !important;
  background: none;
}
.actions-toolbar > .primary,
.actions-toolbar > .secondary {
  text-align: center;
  margin-bottom: 9px;
}
.actions-toolbar > .primary .action,
.actions-toolbar > .secondary .action {
  margin-bottom: 9px;
}
.actions-toolbar > .primary .action:last-child,
.actions-toolbar > .secondary .action:last-child {
  margin-bottom: 0;
}
.actions-toolbar > .primary:last-child,
.actions-toolbar > .secondary:last-child {
  margin-bottom: 0;
}
.actions-toolbar > .secondary .action.back {
  display: none;
}
.sidebar .actions-toolbar .action.primary {
  height: 32px;
  line-height: 30px;
  padding: 0 15px;
}
.sidebar .actions-toolbar .secondary a.action {
  line-height: 32px;
  margin: 0;
}
.page-wrapper > .breadcrumbs {
  padding: 0;
  background-color: #171717;
  color: #ffffff;
  font-size: .75rem;
  margin-bottom: 0;
}
.page-wrapper > .breadcrumbs .items {
  padding: 12px 10px;
  display: flex;
  flex-wrap: wrap;
  font-size: 1em;
  color: inherit;
}
.page-wrapper > .breadcrumbs .items > li {
  text-shadow: none;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  margin: 0;
}
.page-wrapper > .breadcrumbs .items > li.home a {
  position: relative;
  width: 14px;
  text-indent: -9999px;
}
.page-wrapper > .breadcrumbs .items > li.home a:after {
  font-family: porto-icons;
  content: "\e883";
  float: left;
  text-indent: 0;
}
.page-wrapper > .breadcrumbs .items > li a {
  display: inline-block;
  border-color: transparent;
  background: transparent;
  color: inherit;
  padding: 0;
}
.page-wrapper > .breadcrumbs .items > li:not(:last-child)::after {
  position: relative;
  content: "\e81a";
  font-family: porto-icons;
  right: -1px;
  display: block;
  float: right;
  margin: 0 4px;
  width: 20px;
  text-align: center;
  font-style: normal;
  font-size: 12px;
  line-height: inherit;
}
.page-wrapper > .breadcrumbs .items > li strong {
  font-weight: inherit;
}
.page-wrapper > .breadcrumbs a,
.page-wrapper > .breadcrumbs a:hover,
.page-wrapper > .breadcrumbs a:focus {
  color: #ffffff;
}
.page-wrapper > .breadcrumbs .item:not(:last-child):after {
  line-height: 15px;
}
.ui-dialog.popup .action.close {
  position: absolute;
  height: 40px;
  right: 0;
  top: 0;
  width: 40px;
  z-index: 1001;
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
}
.ui-dialog.popup .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ui-dialog.popup .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 16px;
  color: #8c8c8c;
  content: '\f819';
  font-family: 'porto-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.ui-dialog.popup .action.close:hover:before {
  color: #737373;
}
.ui-dialog.popup .action.close:active:before {
  color: popup-icon-font__color-active;
}
.ui-dialog.popup .action.close:focus,
.ui-dialog.popup .action.close:active {
  background: none;
  border: none;
}
.ui-dialog.popup .action.close:hover {
  background: none;
  border: none;
}
.ui-dialog.popup .action.close.disabled,
.ui-dialog.popup .action.close[disabled],
fieldset[disabled] .ui-dialog.popup .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.popup .actions-toolbar .action.cancel {
  font-weight: 400;
}
.popup-pointer {
  margin-left: -14px;
  position: absolute;
  top: -14px;
}
.popup-pointer:before,
.popup-pointer:after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-bottom-style: solid;
}
.popup-pointer:before {
  left: 2px;
  top: 2px;
  border: solid 6px;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.popup-pointer:after {
  left: 1px;
  top: 0px;
  border: solid 7px;
  border-color: transparent transparent #aeaeae transparent;
  z-index: 98;
}
.price-tier_price .price-excluding-tax,
.price-tier_price .price-including-tax {
  display: inline;
}
.price-including-tax,
.price-excluding-tax {
  display: block;
  font-size: 1.8rem;
  line-height: 1;
}
.price-including-tax .price,
.price-excluding-tax .price {
  font-weight: 700;
}
.price-including-tax + .price-excluding-tax,
.weee[data-label] {
  display: block;
  font-size: 1.8rem;
}
.price-including-tax + .price-excluding-tax:before,
.weee[data-label]:before {
  content: attr(data-label) ': ';
  font-size: 1.1rem;
}
.price-including-tax + .price-excluding-tax .price,
.weee[data-label] .price {
  font-size: 1.1rem;
}
body._has-modal {
  height: 100%;
  overflow: hidden;
  width: 100%;
}
.modals-overlay {
  z-index: 899;
}
.modal-slide,
.modal-popup {
  bottom: 0;
  left: 0;
  min-width: 0;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s .3s, opacity .3s ease;
  transition: visibility 0s .3s, opacity .3s ease;
}
.modal-slide._show,
.modal-popup._show {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}
.modal-slide._show .modal-inner-wrap,
.modal-popup._show .modal-inner-wrap {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-slide .modal-inner-wrap,
.modal-popup .modal-inner-wrap {
  background-color: #ffffff;
  box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
  opacity: 1;
  pointer-events: auto;
}
.modal-slide {
  left: 44px;
  z-index: 900;
}
.modal-slide._show .modal-inner-wrap {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.modal-slide .modal-inner-wrap {
  height: 100%;
  overflow-y: auto;
  position: static;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  width: auto;
}
.modal-slide._inner-scroll .modal-inner-wrap {
  overflow-y: visible;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.modal-slide._inner-scroll .modal-header,
.modal-slide._inner-scroll .modal-footer {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.modal-slide._inner-scroll .modal-content {
  overflow-y: auto;
}
.modal-slide._inner-scroll .modal-footer {
  margin-top: auto;
}
.modal-slide .modal-header,
.modal-slide .modal-content,
.modal-slide .modal-footer {
  padding: 0 2.6rem 2.6rem;
}
.modal-slide .modal-header {
  padding-bottom: 2.1rem;
  padding-top: 2.1rem;
}
.modal-popup {
  z-index: 900;
  left: 0;
  overflow-y: auto;
}
.modal-popup.confirm .modal-inner-wrap {
  max-width: 50rem;
}
.modal-popup._show .modal-inner-wrap {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.modal-popup .modal-inner-wrap {
  margin: 5rem auto;
  width: 75%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  box-sizing: border-box;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  -webkit-transform: translateY(-200%);
  transform: translateY(-200%);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: transform .2s ease;
}
.modal-popup._inner-scroll {
  overflow-y: visible;
}
.ie11 .modal-popup._inner-scroll {
  overflow-y: auto;
}
.modal-popup._inner-scroll .modal-inner-wrap {
  max-height: 90%;
}
.ie11 .modal-popup._inner-scroll .modal-inner-wrap {
  max-height: none;
}
.modal-popup._inner-scroll .modal-content {
  overflow-y: auto;
}
.modal-popup .modal-header,
.modal-popup .modal-content,
.modal-popup .modal-footer {
  padding-left: 3rem;
  padding-right: 3rem;
}
.modal-popup .modal-header,
.modal-popup .modal-footer {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.modal-popup .modal-header {
  padding-bottom: 1.2rem;
  padding-top: 3rem;
}
.modal-popup .modal-footer {
  margin-top: auto;
  padding-bottom: 3rem;
  padding-top: 3rem;
}
.modal-popup .modal-footer-actions {
  text-align: right;
}
.modal-custom .action-close,
.modal-popup .action-close,
.modal-slide .action-close {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-shadow: none;
  font-weight: 400;
  display: inline-block;
  text-decoration: none;
  position: absolute;
  right: 0;
  top: 0;
}
.modal-custom .action-close:focus,
.modal-popup .action-close:focus,
.modal-slide .action-close:focus,
.modal-custom .action-close:active,
.modal-popup .action-close:active,
.modal-slide .action-close:active {
  background: none;
  border: none;
}
.modal-custom .action-close:hover,
.modal-popup .action-close:hover,
.modal-slide .action-close:hover {
  background: none;
  border: none;
}
.modal-custom .action-close.disabled,
.modal-popup .action-close.disabled,
.modal-slide .action-close.disabled,
.modal-custom .action-close[disabled],
.modal-popup .action-close[disabled],
.modal-slide .action-close[disabled],
fieldset[disabled] .modal-custom .action-close,
fieldset[disabled] .modal-popup .action-close,
fieldset[disabled] .modal-slide .action-close {
  pointer-events: none;
  opacity: 0.5;
}
.modal-custom .action-close > span,
.modal-popup .action-close > span,
.modal-slide .action-close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.modal-custom .action-close:before,
.modal-popup .action-close:before,
.modal-slide .action-close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 13px;
  line-height: 13px;
  color: #0088cc;
  content: '\f819';
  font-family: 'porto-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.modal-custom .action-close:hover:before,
.modal-popup .action-close:hover:before,
.modal-slide .action-close:hover:before {
  color: inherit;
}
.modal-custom .action-close:active:before,
.modal-popup .action-close:active:before,
.modal-slide .action-close:active:before {
  color: inherit;
}
.modal-custom .action-close:hover:before,
.modal-popup .action-close:hover:before,
.modal-slide .action-close:hover:before {
  color: #5e5e5e;
}
.modal-custom .action-close {
  margin: 22.5px;
}
.modal-popup {
  pointer-events: none;
}
.modal-popup .modal-title {
  border-bottom: 1px solid #c1c1c1;
  font-weight: 300;
  padding-bottom: 9px;
  font-size: 26px;
  margin-bottom: 0;
  min-height: 1em;
  word-wrap: break-word;
}
.modal-popup .action-close {
  padding: 9px;
}
.modal-slide .action-close {
  padding: 1.1rem 2rem;
}
.modal-slide .page-main-actions {
  margin-bottom: -11.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;
}
/**
     * @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.1rem;
  padding: 14px 17px;
  font-size: 1.7rem;
}
#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: 18px 0 0;
}
.location-details .location-name {
  font-size: 17px;
  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 18px;
  padding: 0 0 9px;
  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: 17px;
}
.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 18px;
}
/**
 * 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/Smartwave/porto_child/en_US/Magento_LoginAsCustomerFrontendUi/images/close.svg');
  content: ' ';
  display: inline-block;
  height: 12px;
  margin-left: 5px;
  vertical-align: middle;
  width: 12px;
}

.pagebuilder-icon,
.slick-prev:before,
.slick-next:before,
.slick-prev:after,
.slick-next:after {
  -webkit-font-smoothing: antialiased;
  font-family: 'pagebuilder-font';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
}
[class^='pagebuilder-icon-']:before,
[class*=' pagebuilder-icon-']:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-family: 'pagebuilder-font';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-decoration: inherit;
  text-rendering: auto;
  text-transform: none;
  vertical-align: middle;
}
.pagebuilder-icon-down:before {
  content: '\f101';
}
.pagebuilder-icon-next:before {
  content: '\f102';
}
.pagebuilder-icon-prev:before {
  content: '\f103';
}
.pagebuilder-icon-up:before {
  content: '\f104';
}
.product-full-width-section {
  padding: .5em 0;
}
.product-full-width-section .block.review-add {
  margin-top: 2.7rem;
}
.page-layout-product-full-width .block.related {
  margin-top: 2.7rem;
}
.page-main-details .product-section-title {
  border-bottom: 1px solid #c6c6c6;
  margin-bottom: 15px;
  padding-bottom: 12px;
}
.additional-attributes-wrapper .additional-attributes {
  border: none;
  width: auto;
}
.additional-attributes-wrapper .additional-attributes > tbody > tr > th {
  border: none;
  padding: 5.5px 30px 10px 0;
}
.additional-attributes-wrapper .additional-attributes > tbody > tr > td {
  border: none;
  padding: 5.5px 5px 10px;
}
.cms-index-index.page-layout-cms-full-width .nav-sections {
  margin-bottom: 0;
}
.slick-slider {
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-touch-action: pan-y;
  -ms-user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  box-sizing: border-box;
  display: block;
  position: relative;
  touch-action: pan-y;
  user-select: none;
}
.slick-list {
  display: block;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-track {
  display: block;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 0;
}
.slick-track:before,
.slick-track:after {
  content: '';
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  border: 1px solid transparent;
  display: block;
  height: auto;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-prev {
  left: 2rem;
}
.slick-prev:before {
  content: '\f103';
  padding-right: 5px;
}
.slick-next {
  right: 2rem;
}
.slick-next:before {
  content: '\f102';
  padding-left: 5px;
}
.slick-prev,
.slick-next {
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  background: rgba(252, 252, 252, 0.6);
  border: none;
  border-radius: 0;
  color: transparent;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 60px;
  line-height: 0;
  outline: none;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 60px;
  z-index: 101;
}
.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  opacity: .2;
}
.slick-prev:hover,
.slick-next:hover {
  background: #fcfcfc;
  border: none;
}
.slick-prev:hover.slick-disabled,
.slick-next:hover.slick-disabled {
  opacity: .2;
}
.slick-prev:hover:before,
.slick-next:hover:before {
  color: #494949;
}
.slick-prev:before,
.slick-next:before,
.slick-prev:after,
.slick-next:after {
  color: #555555;
  font-size: 38px;
  opacity: 1;
}
.slick-prev:active,
.slick-next:active,
.slick-prev:focus,
.slick-next:focus,
.slick-prev:not(.primary),
.slick-next:not(.primary) {
  background: rgba(252, 252, 252, 0.7);
  border: none;
  box-shadow: none;
}
.slick-prev:active:active,
.slick-next:active:active,
.slick-prev:focus:active,
.slick-next:focus:active,
.slick-prev:not(.primary):active,
.slick-next:not(.primary):active {
  box-shadow: none;
}
.slick-dots {
  font-size: 1.3rem;
  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.1rem;
  font-size: 1.7rem;
  line-height: 1.4;
  margin: 0 10px 10px 0;
  padding: 14px 17px;
  color: #0088cc;
  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: #0088cc;
  text-decoration: none;
}
a.pagebuilder-button-link:hover,
button.pagebuilder-button-link:hover,
div.pagebuilder-button-link:hover {
  color: #0088cc;
  text-decoration: underline;
}
a.pagebuilder-button-link:active,
button.pagebuilder-button-link:active,
div.pagebuilder-button-link:active {
  color: #0088cc;
  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: #0088cc;
  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: #0088cc;
  border: 1px solid #0088cc;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  margin: 0 10px 10px 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  line-height: 2.1rem;
  padding: 14px 17px;
  font-size: 1.7rem;
  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: #0088cc;
  border: 1px solid #0088cc;
  color: #ffffff;
}
a.pagebuilder-button-primary:hover,
button.pagebuilder-button-primary:hover,
div.pagebuilder-button-primary:hover {
  background: #0088cc;
  border: 1px solid #0088cc;
  color: #ffffff;
}
a.pagebuilder-button-primary.disabled,
button.pagebuilder-button-primary.disabled,
div.pagebuilder-button-primary.disabled,
a.pagebuilder-button-primary[disabled],
button.pagebuilder-button-primary[disabled],
div.pagebuilder-button-primary[disabled],
fieldset[disabled] a.pagebuilder-button-primary,
fieldset[disabled] button.pagebuilder-button-primary,
fieldset[disabled] div.pagebuilder-button-primary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
a.pagebuilder-button-secondary,
button.pagebuilder-button-secondary,
div.pagebuilder-button-secondary {
  text-decoration: none;
  background-image: none;
  background: #eeeeee;
  border: 1px solid #cccccc;
  color: #777777;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  margin: 0 10px 10px 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  line-height: 1.5rem;
  box-sizing: border-box;
  vertical-align: middle;
  line-height: 2.1rem;
  padding: 14px 17px;
  font-size: 1.7rem;
  border-radius: 3px;
  box-shadow: none;
}
a.pagebuilder-button-secondary:hover,
button.pagebuilder-button-secondary:hover,
div.pagebuilder-button-secondary:hover,
a.pagebuilder-button-secondary:active,
button.pagebuilder-button-secondary:active,
div.pagebuilder-button-secondary:active,
a.pagebuilder-button-secondary:focus,
button.pagebuilder-button-secondary:focus,
div.pagebuilder-button-secondary:focus {
  text-decoration: none;
}
a.pagebuilder-button-secondary:focus,
button.pagebuilder-button-secondary:focus,
div.pagebuilder-button-secondary:focus,
a.pagebuilder-button-secondary:active,
button.pagebuilder-button-secondary:active,
div.pagebuilder-button-secondary:active {
  background: #e2e2e2;
  border: 1px solid #cccccc;
  color: #777777;
}
a.pagebuilder-button-secondary:hover,
button.pagebuilder-button-secondary:hover,
div.pagebuilder-button-secondary:hover {
  background: #e1e1e1;
  border: 1px solid #cccccc;
  color: #777777;
}
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: 1140px;
}
[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: 1140px;
  width: 100%;
}
[data-content-type='slide'] {
  box-sizing: border-box;
  line-height: 20px;
  min-height: inherit;
  overflow: hidden;
}
[data-content-type='slide'] > [data-element='link'],
[data-content-type='slide'] > [data-element='empty_link'] {
  color: inherit;
  min-height: inherit;
  text-decoration: inherit;
}
[data-content-type='slide'] > [data-element='link']:hover,
[data-content-type='slide'] > [data-element='empty_link']:hover {
  color: inherit;
  text-decoration: inherit;
}
[data-content-type='slide'] + [data-content-type='slide'] {
  height: 0;
  min-height: 0;
}
.slick-slider [data-content-type='slide'] + [data-content-type='slide'] {
  height: initial;
  min-height: inherit;
}
.pagebuilder-slide-wrapper {
  border-radius: inherit;
  box-sizing: border-box;
  min-height: inherit;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.pagebuilder-slide-wrapper .jarallax-viewport-element {
  height: 100%;
  left: -15000vw;
  position: absolute;
  top: 0;
  width: 1px;
  z-index: 100;
}
.slick-current .pagebuilder-slide-wrapper .jarallax-viewport-element {
  left: 0;
}
.pagebuilder-slide-wrapper.jarallax .video-overlay {
  -webkit-transform: unset;
  z-index: 1;
}
.pagebuilder-slide-wrapper.jarallax .pagebuilder-overlay {
  position: relative;
  z-index: 2;
}
.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > div,
.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > img,
.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > video,
.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > iframe {
  margin: auto !important;
  transform: none !important;
}
.pagebuilder-slide-wrapper .pagebuilder-overlay {
  -moz-transition: background-color 500ms ease;
  -o-transition: background-color 500ms ease;
  -webkit-transition: background-color 500ms ease;
  border-radius: inherit;
  box-sizing: border-box;
  padding: 30px;
  transition: background-color 500ms ease;
}
.pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: inherit;
}
.pagebuilder-slide-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
  max-width: 540px;
}
.pagebuilder-slide-wrapper [data-element='content'] {
  min-height: 50px;
  overflow: auto;
}
.pagebuilder-slide-wrapper .pagebuilder-slide-button {
  -moz-transition: opacity 500ms ease;
  -o-transition: opacity 500ms ease;
  -webkit-transition: opacity 500ms ease;
  margin: 20px 0 0 0;
  max-width: 100%;
  text-align: inherit;
  transition: opacity 500ms ease;
  word-break: break-word;
}
.pagebuilder-slide-wrapper .pagebuilder-poster-content {
  width: 100%;
}
[data-appearance='collage-centered'] .pagebuilder-slide-wrapper .pagebuilder-overlay {
  margin-left: auto;
  margin-right: auto;
}
[data-appearance='collage-left'] .pagebuilder-slide-wrapper .pagebuilder-overlay {
  margin-right: auto;
}
[data-appearance='collage-right'] .pagebuilder-slide-wrapper .pagebuilder-overlay {
  margin-left: auto;
}
div[data-content-type='slider'] {
  visibility: hidden;
}
div[data-content-type='slider'].slick-initialized {
  visibility: visible;
}
div[data-content-type='slider'] .slick-list,
div[data-content-type='slider'] .slick-track,
div[data-content-type='slider'] .slick-slide {
  min-height: inherit;
}
div[data-content-type='slider'] .slick-list > div,
div[data-content-type='slider'] .slick-track > div,
div[data-content-type='slider'] .slick-slide > div {
  line-height: 0;
  min-height: inherit;
  overflow: hidden;
  width: 100%;
}
div[data-content-type='slider'] a.button {
  -moz-appearance: button;
  -webkit-appearance: button;
  appearance: button;
  color: initial;
  padding: 10px;
  text-decoration: none;
}
div[data-content-type='tabs'] .tabs-navigation {
  display: block;
  font-size: 0;
  margin: 0 0 -1px;
  padding: 0;
}
div[data-content-type='tabs'] .tabs-navigation li:first-child {
  margin-left: 0 !important;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header {
  background: #f6f6f6;
  border: 1px solid #cccccc;
  border-bottom: 0;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow-wrap: break-word;
  position: relative;
  word-wrap: break-word;
  z-index: 1;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header:not(:first-child) {
  margin-left: -1px;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title {
  border-right: 0;
  color: #000000;
  cursor: pointer !important;
  display: block;
  font-size: 14px;
  font-weight: 600;
  padding: 1.4rem 2rem;
  position: relative;
  transition: all .3s;
  vertical-align: middle;
  white-space: normal;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title span.tab-title {
  display: block;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title:hover {
  text-decoration: none;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header:last-child {
  border-right: 1px solid #cccccc;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header.ui-state-active {
  background: #ffffff;
  z-index: 19;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header.ui-state-active a.tab-title {
  position: relative;
  transition: all .3s;
}
div[data-content-type='tabs'] .tabs-content {
  border: 1px solid #cccccc;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  z-index: 9;
}
div[data-content-type='tabs'] .tabs-content [data-content-type='tab-item'] {
  box-sizing: border-box;
  min-height: inherit;
}
div[data-content-type='tabs'] .tabs-content [data-content-type='tab-item']:not(:first-child) {
  display: none;
}
div[data-content-type='tabs'].tab-align-left .tabs-content {
  border-top-left-radius: 0 !important;
}
div[data-content-type='tabs'].tab-align-right .tabs-content {
  border-top-right-radius: 0 !important;
}
div[data-content-type='text'] {
  word-wrap: break-word;
}
div[data-content-type='video'] {
  font-size: 0;
}
div[data-content-type='video'] .pagebuilder-video-inner {
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
}
div[data-content-type='video'] .pagebuilder-video-container {
  border-radius: inherit;
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
}
div[data-content-type='video'] iframe,
div[data-content-type='video'] video {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.jarallax {
  position: relative;
  z-index: 0;
}
.jarallax > .jarallax-img {
  font-family: 'object-fit: cover;', sans-serif;
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.jarallax-video-fallback {
  transform: scale3d(0, 0, 0);
}
.jarallax .video-overlay {
  -webkit-transform: translate3d(0, 0, 0);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -99;
}
.jarallax [id*='jarallax-container'] video,
.jarallax [id*='jarallax-container'] iframe {
  visibility: hidden;
}
.cms-content-important {
  background-color: #f5f5f5;
  color: #333333;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.1;
  margin: 0 0 35px -20px;
  padding: 20px;
}
.pagebuilder-full-width {
  float: left;
  width: 100%;
}
.pagebuilder-content-type {
  box-sizing: border-box;
  margin-bottom: 20px;
}
.pagebuilder-accordion {
  margin: 0;
  padding: 0;
}
.pagebuilder-accordion > .item.title {
  box-sizing: border-box;
  float: none;
  width: 100%;
}
.pagebuilder-accordion > .item.title > .switch {
  display: block;
}
.pagebuilder-accordion > .item.content {
  box-sizing: border-box;
  display: block;
  float: none;
  margin: 0;
}
.pagebuilder-accordion > .item.content:before,
.pagebuilder-accordion > .item.content:after {
  content: '';
  display: table;
}
.pagebuilder-accordion > .item.content:after {
  clear: both;
}
.pagebuilder-accordion > .item.content.active {
  display: block;
}
.pagebuilder-accordion > .item.title {
  margin: 0;
}
.pagebuilder-accordion > .item.title > .switch {
  border-top: 1px solid #eeeeee;
  height: 36px;
  padding: 1px 9px 1px 9px;
  font-weight: 600;
  line-height: 36px;
  font-size: 1.3rem;
  color: #777777;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title > .switch:visited {
  color: #c1c1c1;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title > .switch:hover {
  color: #777777;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title > .switch:active {
  color: #777777;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title:not(.disabled) > .switch:active,
.pagebuilder-accordion > .item.title.active > .switch,
.pagebuilder-accordion > .item.title.active > .switch:focus,
.pagebuilder-accordion > .item.title.active > .switch:hover {
  color: #777777;
  text-decoration: none;
  padding-bottom: 1px;
}
.pagebuilder-accordion > .item.content {
  background: #ffffff;
  margin: 0;
  padding: 9px 9px 27px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form-discount .g-recaptcha {
  margin-top: 50px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.login-container .g-recaptcha,
.form-login .g-recaptcha,
.form-edit-account .g-recaptcha {
  margin-bottom: 10px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.required-captcha.checkbox {
  position: absolute;
  display: block;
  visibility: visible;
  overflow: hidden;
  opacity: 0;
  width: 1px;
  height: 1px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.block.newsletter .field-recaptcha .field .control:before {
  content: none;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.review-form .field-recaptcha {
  margin-bottom: 10px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form.send.friend .g-recaptcha {
  margin-top: 40px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form.wishlist.share .g-recaptcha {
  margin-bottom: 40px;
}
.payment-method .flex-center {
  align-items: center;
  display: flex;
  gap: 5px;
}
.payment-method .payment-type-icon {
  height: 40px;
}
.card-grid {
  display: grid;
}
.card-aux {
  gap: 20px;
  grid-template-columns: minmax(auto, 400px);
}
.card-aux .actions-toolbar {
  justify-self: start;
}
.card-container {
  margin-top: 20px;
  align-items: center;
}
.card-container .card-layout {
  column-gap: 10px;
  display: grid;
  grid-template-areas: 'card-number-field-area card-number-field-area' 'expiration-date-field-area cvv-field-area';
  max-width: 400px;
  row-gap: 10px;
  grid-template-columns: repeat(2, 1fr);
}
.card-container .card-layout .display-lock {
  align-items: center;
  display: flex;
  flex-direction: row-reverse;
}
.card-container .card-layout .display-lock .lock-icon:hover::before {
  color: #757575;
}
.card-container .card-layout .display-lock .lock-icon:before {
  color: #bbbbbb;
  content: '\e629';
  display: inline-block;
  font-family: 'luma-icons';
  font-size: 18px;
  font-weight: normal;
  line-height: inherit;
  overflow: hidden;
  speak: none;
  text-align: center;
  vertical-align: middle;
}
.card-container .card-layout .card-number-field-area {
  grid-area: card-number-field-area;
}
.card-container .card-layout .expiration-date-field-area {
  grid-area: expiration-date-field-area;
}
.card-container .card-layout .cvv-field-area {
  grid-area: cvv-field-area;
}
.card-container .field div.error {
  border-color: #ed8380;
}
.card-container .field .label {
  display: block;
  font-weight: 600;
}
.card-container .field .card-field {
  border: 1px solid #c2c2c2;
  height: 32px;
  padding: 8px 15px;
}
.card-container .field .field-wrapper {
  position: relative;
}
.card-container .field .field-wrapper .field-tooltip {
  cursor: pointer;
  position: absolute;
  right: 15px;
  top: 10px;
}
.checkout-index-index > .loading-mask {
  z-index: 999;
}
.magento-payments-review .actions-toolbar {
  margin-top: 9px;
}
.magento-payments-review .magento-payments-review-title {
  padding: 0 0 9px;
}
.magento-payments-review .magento-payments-review-title > strong {
  font-size: 2.4rem;
  font-weight: 300;
}
.magento-payments-review .magento-payments-review-title .action {
  display: inline-block;
  margin: 12px 0 0 27px;
}
.magento-payments-review .table-magento-payments-review-items .col.name {
  padding-top: 16px;
}
.magento-payments-review .table-magento-payments-review-items .col.qty {
  text-align: center;
}
.magento-payments-review .item-options dt {
  display: inline-block;
}
.magento-payments-review .item-options dt:after {
  content: ': ';
}
.magento-payments-review .item-options dd {
  margin: 0;
}
.magento-payments-review .payment-source-logo {
  margin-top: 10px;
}
.magento-payments-review .payment-source-logo[alt='googlepay'] {
  height: 40px;
}
.magento-payments-review .payment-source-logo[alt='applepay'] {
  height: 40px;
}
.magento-payments-review .payment-source-logo[alt='paypal'],
.magento-payments-review .payment-source-logo[alt='paylater'] {
  height: 26px;
}
.magento-payments-review .payment-source-logo[alt='venmo'] {
  height: 20px;
}
.magento-payments-review-discount {
  border-bottom: 1px solid #cccccc;
  margin: 0 0 36px;
  padding: 9px 0 0;
}
.block-minicart .block-content > .actions .smart-buttons {
  margin-top: 15px;
}
.pay-later-message {
  margin-top: 10px;
}
.smart-buttons > div > div {
  vertical-align: bottom;
}
.apple-pay {
  margin-top: 14px;
}
.cart-summary .apple-pay {
  margin-top: 11px;
}
.google-pay {
  margin-top: 14px;
}
.google-pay button {
  background-origin: content-box;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  border: 0;
}
.cart-summary .google-pay {
  margin-bottom: 14px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.product-info-stock-sku .configurable-variation-qty {
  display: none;
}
.aw-advanced-reviews-summary-container .aw-ar-rating {
  display: inline-block;
  vertical-align: middle;
}
.aw-advanced-reviews-summary-container .review-summary-actions {
  display: inline-block;
  vertical-align: middle;
}
.aw-advanced-reviews-summary-container .review-summary-actions a:not(:last-child) {
  margin-right: 27px;
}
.product-info-main .aw-advanced-reviews-summary-container {
  float: left;
}
.product-info-main .aw-advanced-reviews-summary-container .aw-ar-rating {
  margin-right: 27px;
}
.product-item .aw-advanced-reviews-summary-container {
  margin-bottom: 13.5px;
}
.product-item .aw-advanced-reviews-summary-container .aw-ar-rating {
  margin: 0 3.5px 0 0;
}
.product-item .aw-advanced-reviews-summary-container .review-summary-actions {
  font-size: 12px;
  margin-top: 4.5px;
  text-transform: lowercase;
}
.aw-ar__file-uploader {
  margin-bottom: 10px;
}
.aw-ar__file-uploader-summary {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 10px;
}
.aw-ar__file-uploader .uploader-area {
  position: relative;
}
.aw-ar__file-uploader .uploader-area input[type='file'] {
  opacity: 0;
  overflow: hidden;
  position: absolute;
  width: 0;
}
.aw-ar__file-uploader .uploader-area .label-text {
  opacity: 0;
  overflow: hidden;
  position: absolute;
  width: 0;
}
.aw-ar__file-uploader .uploader-drop-zone {
  cursor: pointer;
  display: block;
  padding: 10px 0;
  background: #ffffff;
  border: 1px dashed #cccccc;
  border-radius: 3px;
  text-align: center;
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -ms-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  padding-left: 35px;
}
.aw-ar__file-uploader .uploader-drop-zone-inner {
  background: #ffffff;
  display: block;
  opacity: 1;
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -ms-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.aw-ar__file-uploader .uploader-drop-zone-inner .uploader-dragging {
  opacity: 0.4;
}
.aw-ar__file-uploader .uploader-placeholder-text::before {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+Cjxzdmcgd2lkdGg9IjI1cHgiIGhlaWdodD0iMjFweCIgdmlld0JveD0iMCAwIDI1IDIxIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKICAgICB4bWxuczpza2V0Y2g9Imh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaC9ucyI+CiAgICA8ZyBpZD0iUGFnZS0xIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIiBza2V0Y2g6dHlwZT0iTVNQYWdlIj4KICAgICAgICA8ZyBpZD0iMDVfRHJvcHpvbmUtKENBKS0tLXVwbG9hZGVkIiBza2V0Y2g6dHlwZT0iTVNBcnRib2FyZEdyb3VwIgogICAgICAgICAgIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0zMTMuMDAwMDAwLCAtNjQ1LjAwMDAwMCkiIGZpbGw9IiM3MDcwNzAiPgogICAgICAgICAgICA8ZyBpZD0iSXNzdWUtQXR0YWNobWVudHMiIHNrZXRjaDp0eXBlPSJNU0xheWVyR3JvdXAiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDIwLjAwMDAwMCwgNjAyLjAwMDAwMCkiPgogICAgICAgICAgICAgICAgPGcgaWQ9IkRyYWctJmFtcDstZHJvcC1lbXB0eS0yIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyOTMuMDAwMDAwLCA0My4wMDAwMDApIiBza2V0Y2g6dHlwZT0iTVNTaGFwZUdyb3VwIj4KICAgICAgICAgICAgICAgICAgICA8ZyBpZD0iY2xvdWQtdXBsb2FkLTIiPgogICAgICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNMTMuMTI0Nzk3NywxOS42NDc5NDEgTDEzLjEyNDc5NzcsMTEuMDU2MzA2IEwxNS4xNzM3OTIyLDEzLjEzMDYxMDQgQzE1LjQ1NzI5NTcsMTMuNDE2NjYzNiAxNS45MTQzNzI3LDEzLjQxNjY2MzYgMTYuMTk4NzAyNywxMy4xMzA2MTA0IEMxNi40ODEzNzk2LDEyLjg0MzcyMDcgMTYuNDgxMzc5NiwxMi4zODAzNDc5IDE2LjE5ODcwMjcsMTIuMDk0Mjk0NiBMMTIuOTEzMjAzMyw4Ljc2OTU1MjY3IEMxMi44Nzg0ODg2LDguNzM1MjU5NzMgMTIuODQwNDY3Nyw4LjcwNTE0ODg2IDEyLjgwMTYyMDMsOC42NzgzODM2NCBDMTIuNzg1MDg5NSw4LjY2NzUxMDI3IDEyLjc2NzczMjEsOC42NjA4MTg5NyAxMi43NTEyMDEzLDguNjUwNzgyMDEgQzEyLjcyNzIzMTYsOC42MzY1NjI5OSAxMi43MDI0MzU0LDguNjIyMzQzOTcgMTIuNjc2ODEyNyw4LjYxMTQ3MDYgQzEyLjY1NTMyMjYsOC42MDIyNzAwNSAxMi42MzMwMDYsOC41OTcyNTE1OCAxMi42MTE1MTU5LDguNTkxMzk2NjggQzEyLjU4ODM3MjgsOC41ODM4Njg5NyAxMi41NjUyMjk3LDguNTc0NjY4NDIgMTIuNTQxMjYsOC41NzA0ODYzNiBDMTIuNTA0MDY1Nyw4LjU2MjEyMjIzIDEyLjQ2Njg3MTMsOC41NjA0NDk0IDEyLjQyOTY3Nyw4LjU1ODc3NjU3IEMxMi40MTg5MzIsOC41NTg3NzY1NyAxMi40MTA2NjY1LDguNTU1NDMwOTIgMTIuMzk5MDk1LDguNTU1NDMwOTIgQzEyLjM4NzUyMzQsOC41NTU0MzA5MiAxMi4zNzg0MzE1LDguNTU4Nzc2NTcgMTIuMzY2ODU5OSw4LjU1ODc3NjU3IEMxMi4zMzA0OTIxLDguNTYwNDQ5NCAxMi4yOTQxMjQzLDguNTYyOTU4NjQgMTIuMjU4NTgzMSw4LjU3MDQ4NjM2IEMxMi4yMzI5NjAzLDguNTc1NTA0ODQgMTIuMjA4OTkwNiw4LjU4NTU0MTc5IDEyLjE4NDE5NDQsOC41OTMwNjk1MSBDMTIuMTYzNTMwOSw4LjU5OTc2MDgyIDEyLjE0MzY5MzksOC42MDMxMDY0NyAxMi4xMjMwMzA0LDguNjExNDcwNiBDMTIuMDk0OTI4LDguNjIzMTgwMzggMTIuMDY5MzA1Miw4LjYzODIzNTgyIDEyLjA0Mjg1NTksOC42NTQxMjc2NiBDMTIuMDI3OTc4Miw4LjY2MjQ5MTc5IDEyLjAxMzEwMDUsOC42NjgzNDY2OSAxMS45OTgyMjI3LDguNjc3NTQ3MjMgQzExLjk1NzcyMjIsOC43MDUxNDg4NiAxMS45MjA1Mjc5LDguNzM2MDk2MTQgMTEuODg2NjM5Nyw4Ljc3MDM4OTA4IEw4LjYwMTk2NjksMTIuMDk0Mjk0NiBDOC40NjA2Mjg0NCwxMi4yMzczMjEyIDguMzg5NTQ1OTQsMTIuNDI1NTE0MiA4LjM4OTU0NTk0LDEyLjYxMjAzNDMgQzguMzg5NTQ1OTQsMTIuODAwMjI3MiA4LjQ2MDYyODQ0LDEyLjk4NzU4MzcgOC42MDE5NjY5LDEzLjEzMDYxMDQgQzguODg0NjQzODMsMTMuNDE2NjYzNiA5LjM0MjU0NzM5LDEzLjQxNjY2MzYgOS42MjYwNTA4NiwxMy4xMzA2MTA0IEwxMS42NzUwNDUzLDExLjA1NjMwNiBMMTEuNjc1MDQ1MywxOS42NDg3Nzc0IEMxMS42NzUwNDUzLDIwLjA1MzYwMTMgMTEuOTk5MDQ5MywyMC4zODIzMTE2IDEyLjM5ODI2ODQsMjAuMzgyMzExNiBDMTIuODAwNzkzOCwyMC4zODE0NzUyIDEzLjEyNDc5NzcsMjAuMDUzNjAxMyAxMy4xMjQ3OTc3LDE5LjY0Nzk0MSBMMTMuMTI0Nzk3NywxOS42NDc5NDEgWiIKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgaWQ9IlNoYXBlIj48L3BhdGg+CiAgICAgICAgICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0yMC43MDMzNDk2LDYuMjg0NTY5NDUgQzIwLjQ3OTM1NzEsMi45MTQ2NjEyMiAxNy42OTgwNDc1LDAuMjQzMTU3ODk1IDE0LjMxMjUzNjgsMC4yNDMxNTc4OTUgQzEyLjE4MjU0MTMsMC4yNDMxNTc4OTUgMTAuMjEwNDE1MSwxLjMzMzg0MDUzIDkuMDMyNTk0NjIsMy4wNjY4ODg0IEM4LjU1NzMzMzcsMi44NjExMzA3OCA4LjA0MjM5ODgzLDIuNzUyMzk3MDkgNy41MTkxOTg1NiwyLjc1MjM5NzA5IEM1LjUxMzE4NDIyLDIuNzUyMzk3MDkgMy44NTU5NzAwOCw0LjI5MzA2OTk1IDMuNjQyNzIyNTcsNi4yNjYxNjgzNyBDMS42MDE5OTM1Myw3LjA1NzQxNTEzIDAuMjEwMDk4OTUxLDkuMDM4MDQxMjYgMC4yMTAwOTg5NTEsMTEuMzIzOTU4MiBDMC4yMTAwOTg5NTEsMTQuMzIxNjYyNiAyLjYyMDI5MTcsMTYuNzYwNjQzMSA1LjU4MjYxMzY0LDE2Ljc2MDY0MzEgTDkuNjYzMjQ1MTksMTYuNzYwNjQzMSBMOS42NjMyNDUxOSwxNS41MDYwMjM1IEw1LjU4MTc4NzEsMTUuNTA2MDIzNSBDMy4yOTg4ODE2MywxNS41MDYwMjM1IDEuNDQ5MDgzNDksMTMuNjM2NjQwMyAxLjQ0OTA4MzQ5LDExLjMyMzk1ODIgQzEuNDQ5MDgzNDksOS4yNTA0OTAxOCAyLjk0OTI1NDksNy41MzkxODkwNSA0LjkwOTgwOTUsNy4yMTIxNTE1NCBDNC44NzY3NDc4Nyw3LjA0NTcwNTM0IDQuODU4NTYzOTcsNi44NzUwNzcwOCA0Ljg1ODU2Mzk3LDYuNjk5NDMwMzMgQzQuODU4NTYzOTcsNS4yMTE0NTE0OSA2LjA0OTYwOTE1LDQuMDA3MDE2NjggNy41MTkxOTg1Niw0LjAwNzAxNjY4IEM4LjI5ODYyNjQ2LDQuMDA3MDE2NjggOC45OTI5MjA2Niw0LjM1MjQ1NTI4IDkuNDc5NzUzMTUsNC44OTI3NzgxMiBDMTAuMjE0NTQ3OSwyLjkwOTY0Mjc0IDEyLjA5ODIzNDIsMS40OTc3Nzc0OSAxNC4zMTI1MzY4LDEuNDk3Nzc3NDkgQzE3LjE2NTc1NTMsMS40OTc3Nzc0OSAxOS40Nzg0MTYzLDMuODM3MjI0ODMgMTkuNDc4NDE2Myw2LjcyNTM1OTE0IEMxOS40Nzg0MTYzLDYuODkwOTY4OTMgMTkuNDcxODAzOSw3LjA1NjU3ODcxIDE5LjQ1NDQ0NjYsNy4yMTg4NDI4NSBDMjEuMzc2OTgwMyw3LjU3ODUwMDQ2IDIyLjgzNjY1MTIsOS4yNzU1ODI1NyAyMi44MzY2NTEyLDExLjMyMzk1ODIgQzIyLjgzNjY1MTIsMTMuNjM2NjQwMyAyMC45ODY4NTMxLDE1LjUwNjAyMzUgMTguNzAzOTQ3NiwxNS41MDYwMjM1IEwxNS4wODc4MzE5LDE1LjUwNjAyMzUgTDE1LjA4NzgzMTksMTYuNzYwNjQzMSBMMTguNzAzOTQ3NiwxNi43NjA2NDMxIEMyMS42NjYyNjk2LDE2Ljc2MDY0MzEgMjQuMDc2NDYyMywxNC4zMjE2NjI2IDI0LjA3NjQ2MjMsMTEuMzIzOTU4MiBDMjQuMDc1NjM1OCw5LjA3MzE3MDYxIDIyLjcwNzcxMDksNy4wOTY3MjY1NCAyMC43MDMzNDk2LDYuMjg0NTY5NDUgTDIwLjcwMzM0OTYsNi4yODQ1Njk0NSBaIgogICAgICAgICAgICAgICAgICAgICAgICAgICAgICBpZD0iU2hhcGUiPjwvcGF0aD4KICAgICAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==");
  background-position: 0 0;
  width: 24px;
  height: 21px;
  position: absolute;
  margin-left: -31px;
  display: inline-block;
  content: " ";
}
.aw-ar__file-uploader .uploader-spinner {
  color: #636363;
  display: none;
  height: 135px;
  width: 80px;
  vertical-align: middle;
}
.aw-ar__file-uploader .uploader-spinner .admin__data-grid-loading-mask {
  background: transparent;
}
.aw-ar__file-uploader._loading .uploader-spinner {
  display: inline-block;
}
.aw-ar__file-uploader .field-note {
  color: #303030;
  font-size: 12px;
  margin-top: 5px;
}
.aw-ar__file-uploader-preview {
  position: relative;
  width: 120px;
  margin-right: 5px;
  margin-top: 5px;
}
.aw-ar__file-uploader-preview .actions {
  position: absolute;
  top: 0;
  right: 0;
}
.aw-ar__file-uploader-preview .actions .action-remove {
  cursor: pointer;
  height: 20px;
  width: 20px;
  z-index: 5;
  display: block;
  text-decoration: none;
  background-color: #d1d1d1;
  border: none;
  border-radius: 0;
  box-shadow: none;
  margin: 0;
  padding: 0;
  right: 0;
  bottom: 0;
}
.aw-ar__file-uploader-preview .actions .action-remove::before {
  font-size: 17px;
  color: #ffffff;
  content: 'x';
  vertical-align: middle;
  display: inline-block;
  overflow: hidden;
  speak: none;
  text-align: center;
  font-weight: bold;
  line-height: 20px;
}
.aw-ar__file-uploader-preview .actions .action-remove > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.aw-ar__file-uploader-file-name {
  white-space: nowrap;
  word-wrap: normal;
  overflow: hidden;
  text-overflow: ellipsis;
}
.aw-ar__file-uploader-file-name-link {
  color: #303030;
}
.aw-ar__file-uploader-image {
  width: 120px;
  height: 120px;
  border: 1px solid #f0f0f0;
  background-color: #ffffff;
  position: relative;
  margin-bottom: 5px;
}
.aw-ar__file-uploader-image .preview-img {
  height: 100%;
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.aw-ar__file-uploader-image .preview-img img {
  max-width: 100%;
  max-height: 100%;
}
.all-customer-reviews .aw-ar-main .aw-ar__review-list-column-main .summary {
  margin-bottom: 5px;
}
.aw-ar__block-url {
  margin-bottom: 8px;
  line-height: 1.4;
  font-size: 14px;
}
.aw-ar__review-list .review-item {
  border: none;
  padding: 0;
  margin-bottom: 46px;
}
.aw-ar__review-list-sidebar-main .nickname {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  margin-bottom: 4.5px;
  line-height: 1.4;
}
.aw-ar__review-list-sidebar-main .is_verified_buyer {
  margin-bottom: 4.5px;
  line-height: 1.2;
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  color: #707070;
}
.aw-ar__review-list-sidebar-main .recommend {
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  color: #669933;
  line-height: 1.4;
  margin-bottom: 4.5px;
}
.aw-ar__review-list-sidebar-main .recommend::before {
  content: '';
  width: 10px;
  height: 10px;
  margin-top: -3px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 3.5px;
  background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMCIgaGVpZ2h0PSIxMCIgdmlld0JveD0iMCAwIDE2IDE2Ij4gIDxkZWZzPiAgICA8c3R5bGU+ICAgICAgLmNscy0xIHsgICAgICAgIGZpbGw6ICM0Mzg0MDA7ICAgICAgICBmaWxsLXJ1bGU6IGV2ZW5vZGQ7ICAgICAgfSAgICA8L3N0eWxlPiAgPC9kZWZzPiAgPHBhdGggaWQ9IlJlY3RhbmdsZV8xX2NvcHkiIGRhdGEtbmFtZT0iUmVjdGFuZ2xlIDEgY29weSIgY2xhc3M9ImNscy0xIiBkPSJNOCwwQTgsOCwwLDEsMSwwLDgsOCw4LDAsMCwxLDgsMFptNC4wNDEsNy4xTDguMjg1LDExLjExMmEwLjk5NCwwLjk5NCwwLDAsMS0uOC4zMSwwLjk0OSwwLjk0OSwwLDAsMS0uOTMxLTAuMjUybC0yLjMxLTIuNWExLjA1OCwxLjA1OCwwLDAsMS0uMDI3LTEuNDQ5bDAuMzQtLjM2OEEwLjk1LDAuOTUsMCwwLDEsNS45NDQsNi44M0w3LjQsOC40bDIuODItMy4wMTVhMSwxLDAsMCwxLDEuNDEzLS4wNDdsMC4zNjUsMC4zNDJBMSwxLDAsMCwxLDEyLjA0MSw3LjFaIi8+PC9zdmc+');
}
.aw-ar__review-list-sidebar-main .recommend.dont {
  color: #e80000;
}
.aw-ar__review-list-sidebar-main .recommend.dont::before {
  content: '';
  background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMCIgaGVpZ2h0PSIxMCIgdmlld0JveD0iMCAwIDE2IDE2Ij48cGF0aCBkYXRhLW5hbWU9IlJvdW5kZWQgUmVjdGFuZ2xlIDIgY29weSAyIiBkPSJNMyAwaDEwYTMgMyAwIDAgMSAzIDN2MTBhMyAzIDAgMCAxLTMgM0gzYTMgMyAwIDAgMS0zLTNWM2EzIDMgMCAwIDEgMy0zem02LjQxNiAxMS4yTDcuOTkyIDkuNzcyIDYuNTY4IDExLjJhMS4wMDcgMS4wMDcgMCAwIDEtMS40MjQgMGwtLjM1NS0uMzZhMS4wMDcgMS4wMDcgMCAwIDEgMC0xLjQyNGwxLjQyMy0xLjQyNC0xLjQyMy0xLjQyNGExLjAwNyAxLjAwNyAwIDAgMSAwLTEuNDI0bC4zNTYtLjM1NmExLjAwNyAxLjAwNyAwIDAgMSAxLjQyNCAwbDEuNDIzIDEuNDI0IDEuNDI0LTEuNDIzYTEuMDA3IDEuMDA3IDAgMCAxIDEuNDI0IDBsLjM2LjM1NmExLjAwNyAxLjAwNyAwIDAgMSAwIDEuNDI0TDkuNzcyIDcuOTkyIDExLjIgOS40MTZhMS4wMDcgMS4wMDcgMCAwIDEgMCAxLjQyNGwtLjM2LjM2YTEuMDA3IDEuMDA3IDAgMCAxLTEuNDI0IDB6IiBmaWxsPSIjZTgwMDAwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz48L3N2Zz4=');
}
.aw-ar__review-list-column-main {
  position: relative;
}
.aw-ar__review-list-column-main .summary {
  font-weight: 600;
  font-style: normal;
  font-size: 14px;
  margin-bottom: 8px;
  line-height: 1.4;
}
.aw-ar__review-list-column-main .review-body {
  margin-top: 40px;
}
.aw-ar__review-list-column-main .created_at {
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  color: #707070;
  float: right;
}
.aw-ar__review-list-column-main .content {
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  line-height: 20px;
  margin-top: 15px;
}
.aw-ar__review-list-column-main .content.hide-more {
  max-height: 160px;
  overflow: hidden;
  position: relative;
  -webkit-transition: max-height 0.5s ease-in;
  -moz-transition: max-height 0.5s ease-in;
  -ms-transition: max-height 0.5s ease-in;
  transition: max-height 0.5s ease-in;
}
.aw-ar__review-list-column-main .content.hide-more::after {
  position: absolute;
  background: rgba(255, 255, 255, 0);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(20%, rgba(255, 255, 255, 0.5)), color-stop(100%, #ffffff), color-stop(100%, #ffffff));
  background: -webkit-linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 20%, #ffffff 100%, #ffffff 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 20%, #ffffff 100%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0);
  width: 100%;
  height: 40px;
  display: block;
  content: '';
  bottom: 0;
  left: 0;
  z-index: 2;
}
.aw-ar__review-list-column-main .content.hide-more.open-block {
  max-height: inherit;
}
.aw-ar__review-list-column-main .content.hide-more.open-block::after {
  display: none;
}
.aw-ar__review-list-column-main .content .data-grid-cell-content-wrapper:not(:last-child) {
  margin: 0 0 20px;
}
.aw-ar__review-list-column-main .content .review-data {
  white-space: pre-line;
}
.aw-ar__review-list-column-main .show-button {
  color: #006bb4;
  display: inline-block;
  margin-top: 9px;
  cursor: pointer;
  font-size: 13px;
}
.aw-ar__review-list-column-main .show-button:hover {
  text-decoration: underline;
}
.aw-ar__review-list-column-main .rating-list {
  float: left;
}
.aw-ar__review-list-column-main .review-helpful-report-wrapper {
  margin-top: 10px;
  float: left;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}
.aw-ar__review-list-column-main .review-helpful-report-wrapper .helpful {
  font-size: 13px;
  position: relative;
}
.aw-ar__review-list-column-main .review-helpful-report-wrapper .helpful .text-h {
  font-weight: 600;
  font-style: normal;
  line-height: 20px;
  margin-right: 9px;
}
.aw-ar__review-list-column-main .review-helpful-report-wrapper .helpful .icon-h {
  margin-right: 9px;
  text-decoration: none;
  color: #333333;
  cursor: pointer;
}
.aw-ar__review-list-column-main .review-helpful-report-wrapper .helpful .icon-h.like:hover {
  color: #438400;
}
.aw-ar__review-list-column-main .review-helpful-report-wrapper .helpful .icon-h.like:hover svg path {
  fill: #438400;
}
.aw-ar__review-list-column-main .review-helpful-report-wrapper .helpful .icon-h.like svg.voted path {
  fill: #438400;
}
.aw-ar__review-list-column-main .review-helpful-report-wrapper .helpful .icon-h.like .greater {
  color: #438400;
}
.aw-ar__review-list-column-main .review-helpful-report-wrapper .helpful .icon-h.dislike:hover {
  color: #e80000;
}
.aw-ar__review-list-column-main .review-helpful-report-wrapper .helpful .icon-h.dislike:hover svg path {
  fill: #e80000;
}
.aw-ar__review-list-column-main .review-helpful-report-wrapper .helpful .icon-h.dislike svg.voted path {
  fill: #e80000;
}
.aw-ar__review-list-column-main .review-helpful-report-wrapper .helpful .icon-h.dislike .greater {
  color: #e80000;
}
.aw-ar__review-list-column-main .review-helpful-report-wrapper .helpful .icon-h.dislike.dislike {
  margin-top: 3px;
}
.aw-ar__review-list-column-main .review-helpful-report-wrapper .helpful svg {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 5px;
}
.aw-ar__review-list-column-main .review-helpful-report-wrapper .helpful svg path {
  fill: #c2c2c2;
}
.aw-ar__review-list-column-main .review-helpful-report-wrapper .messages {
  position: absolute;
  bottom: -35px;
  display: block;
}
.aw-ar__review-list-column-main .review-helpful-report-wrapper .messages .message.success {
  padding: 3px;
  margin: 0;
  font-size: 13px;
}
.aw-ar__review-list-column-main .report-abuse {
  margin-top: 12px;
  line-height: 1;
  float: left;
}
.aw-ar__review-list-column-main .report-abuse a {
  cursor: pointer;
}
.aw-ar__review-list-column-main .report-abuse a::before {
  content: '';
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE4LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgdmlld0JveD0iMCAwIDMzMCAzMzAiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDMzMCAzMzA7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGZpbGw9IiNjMmMyYzIiIGQ9Ik0yOTksMjEuMDQyQzI4MC4xMjEsNi44ODMsMjU5Ljg5NiwwLDIzNy4xNjksMGMtMjYuNzc3LDAtNTIuNTMyLDkuNjU4LTc3LjQ0LDE4Ljk5Nw0KCWMtMjMuNDMyLDguNzg2LTQ1LjU2MywxNy4wODUtNjYuODk4LDE3LjA4N2MtMC4wMDMsMC0wLjAwNiwwLTAuMDA5LDBjLTEzLjg1MiwwLTI2LjAzMy0zLjUwMy0zNy44MjEtMTAuOTJWMTUuMDE3DQoJYzAtOC4yODQtNi43MTYtMTUtMTUtMTVzLTE1LDYuNzE2LTE1LDE1djE4LjAyNXYxODAuMTQ5VjMxNWMwLDguMjg0LDYuNzE2LDE1LDE1LDE1czE1LTYuNzE2LDE1LTE1di03Ni4wNQ0KCWMxMS45LDQuODY4LDI0LjQyOCw3LjI4MywzNy44MzEsNy4yODNjMjYuNzc2LDAsNTIuNTMtOS42NTcsNzcuNDM2LTE4Ljk5N2MyMy40MzQtOC43ODcsNDUuNTY2LTE3LjA4Nyw2Ni45MDItMTcuMDg3DQoJYzE2LjIyLDAsMzAuMTQ4LDQuNzgsNDMuODMxLDE1LjA0MmM0LjU0NSwzLjQwOSwxMC42MjYsMy45NTgsMTUuNzA4LDEuNDE3UzMwNSwyMTguODczLDMwNSwyMTMuMTkxVjMzLjA0Mg0KCUMzMDUsMjguMzIxLDMwMi43NzcsMjMuODc1LDI5OSwyMS4wNDJ6IE0yNzUsMTg3LjQwOWMtMTEuODk4LTQuODY3LTI0LjQzLTcuMjYtMzcuODMxLTcuMjZjLTI2Ljc3NSwwLTUyLjUyOSw5LjY1OC03Ny40MzYsMTguOTk3DQoJYy0yMy40MzMsOC43ODctNDUuNTY2LDE3LjA4Ny02Ni45MDIsMTcuMDg3Yy0xMy44NTcsMC0yNi4wNDItMy40ODktMzcuODMxLTEwLjkwNVY1OC44MjVjMTEuODk2LDQuODY2LDI0LjQyNSw3LjI2LDM3LjgyMSw3LjI1OQ0KCWMwLjAwMywwLDAuMDA5LDAsMC4wMTIsMGMyNi43NzItMC4wMDMsNTIuNTI0LTkuNjU5LDc3LjQyOS0xOC45OTdDMTkzLjY5NiwzOC4zLDIxNS44MzEsMzAsMjM3LjE2OSwzMA0KCWMxMy44NTgsMCwyNi4wNDIsMy40ODksMzcuODMxLDEwLjkwNVYxODcuNDA5eiIvPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPC9zdmc+DQo=');
  width: 13px;
  height: 13px;
  display: inline-block;
}
.aw-ar__review-list-column-main .report-abuse a:hover::before,
.aw-ar__review-list-column-main .report-abuse a:active::before {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE4LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgdmlld0JveD0iMCAwIDMzMCAzMzAiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDMzMCAzMzA7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGZpbGw9IiNmZjAxMDEiIGQ9Ik0yOTksMjEuMDQyQzI4MC4xMjEsNi44ODMsMjU5Ljg5NiwwLDIzNy4xNjksMGMtMjYuNzc3LDAtNTIuNTMyLDkuNjU4LTc3LjQ0LDE4Ljk5Nw0KCWMtMjMuNDMyLDguNzg2LTQ1LjU2MywxNy4wODUtNjYuODk4LDE3LjA4N2MtMC4wMDMsMC0wLjAwNiwwLTAuMDA5LDBjLTEzLjg1MiwwLTI2LjAzMy0zLjUwMy0zNy44MjEtMTAuOTJWMTUuMDE3DQoJYzAtOC4yODQtNi43MTYtMTUtMTUtMTVzLTE1LDYuNzE2LTE1LDE1djE4LjAyNXYxODAuMTQ5VjMxNWMwLDguMjg0LDYuNzE2LDE1LDE1LDE1czE1LTYuNzE2LDE1LTE1di03Ni4wNQ0KCWMxMS45LDQuODY4LDI0LjQyOCw3LjI4MywzNy44MzEsNy4yODNjMjYuNzc2LDAsNTIuNTMtOS42NTcsNzcuNDM2LTE4Ljk5N2MyMy40MzQtOC43ODcsNDUuNTY2LTE3LjA4Nyw2Ni45MDItMTcuMDg3DQoJYzE2LjIyLDAsMzAuMTQ4LDQuNzgsNDMuODMxLDE1LjA0MmM0LjU0NSwzLjQwOSwxMC42MjYsMy45NTgsMTUuNzA4LDEuNDE3UzMwNSwyMTguODczLDMwNSwyMTMuMTkxVjMzLjA0Mg0KCUMzMDUsMjguMzIxLDMwMi43NzcsMjMuODc1LDI5OSwyMS4wNDJ6IE0yNzUsMTg3LjQwOWMtMTEuODk4LTQuODY3LTI0LjQzLTcuMjYtMzcuODMxLTcuMjZjLTI2Ljc3NSwwLTUyLjUyOSw5LjY1OC03Ny40MzYsMTguOTk3DQoJYy0yMy40MzMsOC43ODctNDUuNTY2LDE3LjA4Ny02Ni45MDIsMTcuMDg3Yy0xMy44NTcsMC0yNi4wNDItMy40ODktMzcuODMxLTEwLjkwNVY1OC44MjVjMTEuODk2LDQuODY2LDI0LjQyNSw3LjI2LDM3LjgyMSw3LjI1OQ0KCWMwLjAwMywwLDAuMDA5LDAsMC4wMTIsMGMyNi43NzItMC4wMDMsNTIuNTI0LTkuNjU5LDc3LjQyOS0xOC45OTdDMTkzLjY5NiwzOC4zLDIxNS44MzEsMzAsMjM3LjE2OSwzMA0KCWMxMy44NTgsMCwyNi4wNDIsMy40ODksMzcuODMxLDEwLjkwNVYxODcuNDA5eiIvPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPC9zdmc+DQo=');
}
.aw-ar__review-list-column-main-top {
  overflow: hidden;
}
.container-featured-review {
  border-bottom: 1px solid #cccccc;
  border-top: 1px solid #eeeeee;
  background-color: #f8f8f8;
}
.container-featured-review .featured-review-title {
  margin: 0 0 15px 0;
}
.container-featured-review .featured-review-title span {
  display: block;
  border-bottom: 1px solid #eeeeee;
  padding: 25px 35px 25px;
}
.container-featured-review .block-content {
  padding-right: 70px;
}
.container-featured-review .aw-ar__review-list-column-main .content.hide-more::after {
  background: rgba(255, 255, 255, 0);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(248, 248, 248, 0)), color-stop(20%, rgba(248, 248, 248, 0.5)), color-stop(100%, #f8f8f8), color-stop(100%, #f8f8f8));
  background: -webkit-linear-gradient(to bottom, rgba(248, 248, 248, 0) 0%, rgba(248, 248, 248, 0.5) 20%, #f8f8f8 100%, #f8f8f8 100%);
  background: linear-gradient(to bottom, rgba(248, 248, 248, 0) 0%, rgba(248, 248, 248, 0.5) 20%, #f8f8f8 100%, #f8f8f8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8f8f8', endColorstr='#f8f8f8', GradientType=0);
}
.aw-ar-rating .ratings-controls-container {
  font-size: 0;
}
.aw-ar-rating .ratings-controls-container label {
  display: inline-block;
  width: 37px;
  height: 32px;
  vertical-align: middle;
}
.aw-ar-rating .ratings-controls-container label::before {
  height: 32px;
  width: 32px;
  line-height: 32px;
  display: block;
  content: '';
  background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20height%3D%2220%22%20width%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%3E%3Cpath%20fill%3D%22rgba(199, 199, 199, 0.999)%22%20d%3D%22M19.241%207.143h-6.567L10.68%201.188A.704.704%200%200%200%2010%20.714a.704.704%200%200%200-.679.474L7.326%207.143H.714A.716.716%200%200%200%200%207.857a.5.5%200%200%200%20.013.12c.01.157.08.331.3.505l5.397%203.804-2.072%206.022c-.102.29%200%20.616.246.804.13.093.25.174.402.174.147%200%20.321-.076.446-.161L10%2015.371l5.268%203.754a.83.83%200%200%200%20.446.16c.152%200%20.273-.075.398-.173a.708.708%200%200%200%20.245-.804l-2.071-6.022%205.352-3.84.13-.111c.116-.125.232-.295.232-.478%200-.393-.366-.714-.759-.714zm-5.679%204.13a1.254%201.254%200%200%200-.455%201.419l1.344%203.915c.058.165-.13.304-.272.206l-3.456-2.465a1.247%201.247%200%200%200-1.45%200l-3.456%202.46c-.143.103-.33-.04-.272-.205l1.343-3.915a1.258%201.258%200%200%200-.46-1.43L2.813%208.71c-.142-.098-.07-.326.103-.326h4.406c.536%200%201.014-.344%201.183-.853l1.322-3.937c.053-.161.286-.161.34%200l1.32%203.937c.17.51.648.853%201.184.853h4.343c.174%200%20.246.223.103.321z%22%2F%3E%3C%2Fsvg%3E');
  background-size: 32px 32px;
}
.aw-ar-rating .ratings-controls-container label._checked::before,
.aw-ar-rating .ratings-controls-container label._hovered::before {
  content: '';
  background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20fill%3D%22rgba(255, 85, 1, 0.999)%22%20d%3D%22M19.241%207.143h-6.567L10.68%201.188A.704.704%200%200%200%2010%20.714a.704.704%200%200%200-.679.474L7.326%207.143H.714A.716.716%200%200%200%200%207.857c0%20.04.005.085.013.12.01.157.08.331.3.505l5.397%203.804-2.072%206.022c-.102.29%200%20.616.246.804.13.093.25.174.402.174.147%200%20.321-.076.446-.161L10%2015.371l5.268%203.754a.83.83%200%200%200%20.446.16c.152%200%20.273-.075.398-.173a.708.708%200%200%200%20.245-.804l-2.071-6.022%205.352-3.84.13-.111c.116-.125.232-.295.232-.478%200-.393-.366-.714-.759-.714z%22%2F%3E%3C%2Fsvg%3E');
  background-size: 32px 32px;
}
.aw-ar-rating .ratings-controls-container .rating-tooltip {
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 13.5px;
}
.aw-ar-rating .ratings-controls-container._checked label._hovered:not(._checked)::before {
  content: '';
  background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20height%3D%2220%22%20width%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%3E%3Cpath%20fill%3D%22rgba(199, 199, 199, 0.999)%22%20d%3D%22M19.241%207.143h-6.567L10.68%201.188A.704.704%200%200%200%2010%20.714a.704.704%200%200%200-.679.474L7.326%207.143H.714A.716.716%200%200%200%200%207.857a.5.5%200%200%200%20.013.12c.01.157.08.331.3.505l5.397%203.804-2.072%206.022c-.102.29%200%20.616.246.804.13.093.25.174.402.174.147%200%20.321-.076.446-.161L10%2015.371l5.268%203.754a.83.83%200%200%200%20.446.16c.152%200%20.273-.075.398-.173a.708.708%200%200%200%20.245-.804l-2.071-6.022%205.352-3.84.13-.111c.116-.125.232-.295.232-.478%200-.393-.366-.714-.759-.714zm-5.679%204.13a1.254%201.254%200%200%200-.455%201.419l1.344%203.915c.058.165-.13.304-.272.206l-3.456-2.465a1.247%201.247%200%200%200-1.45%200l-3.456%202.46c-.143.103-.33-.04-.272-.205l1.343-3.915a1.258%201.258%200%200%200-.46-1.43L2.813%208.71c-.142-.098-.07-.326.103-.326h4.406c.536%200%201.014-.344%201.183-.853l1.322-3.937c.053-.161.286-.161.34%200l1.32%203.937c.17.51.648.853%201.184.853h4.343c.174%200%20.246.223.103.321z%22%2F%3E%3C%2Fsvg%3E');
}
.aw-ar-rating .rating {
  height: 17px;
  z-index: 2;
  position: relative;
  overflow: hidden;
}
.aw-ar-rating .rating::before {
  content: '';
  height: 17px;
  display: block;
  background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20height%3D%2220%22%20width%3D%22115%22%20viewBox%3D%220%200%20115%2020%22%3E%3Cpath%20fill%3D%22rgba(255, 85, 1, 0.999)%22%20d%3D%22M20.956%207.196H14.39L12.394%201.24a.704.704%200%200%200-.679-.473.704.704%200%200%200-.678.473L9.04%207.196H2.43a.716.716%200%200%200-.714.714c0%20.04.005.085.014.12.009.157.08.33.299.505l5.397%203.803-2.071%206.023c-.103.29%200%20.616.245.803.13.094.25.174.402.174a.872.872%200%200%200%20.446-.16l5.268-3.755%205.268%203.755c.125.089.3.16.446.16.152%200%20.273-.075.398-.174a.708.708%200%200%200%20.245-.803l-2.071-6.023L21.354%208.5l.129-.111c.116-.125.232-.295.232-.478%200-.393-.366-.714-.759-.714zm22.897%200h-6.566L35.29%201.24a.704.704%200%200%200-.679-.473.704.704%200%200%200-.678.473l-1.996%205.956h-6.611a.716.716%200%200%200-.715.714c0%20.04.005.085.014.12.01.157.08.33.299.505l5.397%203.803-2.071%206.023c-.103.29%200%20.616.245.803.13.094.25.174.402.174a.876.876%200%200%200%20.447-.16l5.267-3.755%205.268%203.755c.125.089.3.16.447.16.151%200%20.272-.075.397-.174a.708.708%200%200%200%20.246-.803l-2.072-6.023L44.251%208.5l.13-.111c.115-.125.231-.295.231-.478%200-.393-.366-.714-.759-.714zm22.897%200h-6.566L58.188%201.24a.704.704%200%200%200-.678-.473.704.704%200%200%200-.679.473l-1.995%205.956h-6.612a.716.716%200%200%200-.714.714c0%20.04.004.085.013.12.01.157.08.33.3.505l5.396%203.803-2.071%206.023c-.103.29%200%20.616.246.803.129.094.25.174.401.174a.872.872%200%200%200%20.447-.16l5.268-3.755%205.267%203.755c.125.089.3.16.447.16.152%200%20.272-.075.397-.174a.708.708%200%200%200%20.246-.803l-2.072-6.023L67.148%208.5l.13-.111c.116-.125.232-.295.232-.478%200-.393-.366-.714-.76-.714zm22.898%200H83.08L81.085%201.24a.704.704%200%200%200-.678-.473.704.704%200%200%200-.679.473l-1.995%205.956H71.12a.716.716%200%200%200-.714.714c0%20.04.005.085.013.12.01.157.08.33.3.505l5.397%203.803-2.072%206.023c-.102.29%200%20.616.246.803.13.094.25.174.402.174a.872.872%200%200%200%20.446-.16l5.268-3.755%205.268%203.755c.125.089.299.16.446.16.152%200%20.272-.075.397-.174a.708.708%200%200%200%20.246-.803l-2.071-6.023L90.045%208.5l.13-.111c.116-.125.232-.295.232-.478%200-.393-.366-.714-.76-.714zm22.897%200h-6.567l-1.995-5.956a.704.704%200%200%200-.679-.473.704.704%200%200%200-.679.473l-1.995%205.956h-6.612a.716.716%200%200%200-.714.714c0%20.04.005.085.013.12.01.157.08.33.3.505l5.397%203.803-2.072%206.023c-.102.29%200%20.616.246.803.13.094.25.174.402.174a.872.872%200%200%200%20.446-.16l5.268-3.755%205.268%203.755c.125.089.299.16.446.16.152%200%20.273-.075.398-.174a.708.708%200%200%200%20.245-.803l-2.071-6.023%205.352-3.839.13-.111c.116-.125.232-.295.232-.478%200-.393-.366-.714-.759-.714z%22%2F%3E%3C%2Fsvg%3E');
  background-size: 90px 17px;
}
.aw-ar-rating .not-editable {
  position: relative;
}
.aw-ar-rating .not-editable .aw-ar-rating-container {
  height: 17px;
  width: 90px;
  overflow: hidden;
  position: relative;
  margin-left: -3px;
  z-index: 1;
}
.aw-ar-rating .not-editable .aw-ar-rating-container::before {
  height: 17px;
  width: 100%;
  content: '';
  background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20115%2020%22%20width%3D%22115%22%20height%3D%2220%22%3E%3Cpath%20fill%3D%22rgba(199, 199, 199, 0.999)%22%20d%3D%22M20.841%207.177h-6.567L12.28%201.22a.704.704%200%200%200-.68-.472.704.704%200%200%200-.678.473L8.926%207.177H2.314a.716.716%200%200%200-.714.714.5.5%200%200%200%20.013.12c.01.157.08.33.3.505L7.31%2012.32l-2.072%206.022c-.102.29%200%20.616.246.803.13.094.25.175.402.175.147%200%20.321-.076.446-.161l5.268-3.755%205.268%203.755a.83.83%200%200%200%20.446.16c.152%200%20.273-.075.398-.174a.708.708%200%200%200%20.245-.803l-2.071-6.022%205.352-3.84.13-.111c.116-.125.232-.295.232-.478%200-.393-.366-.714-.759-.714zm-5.678%204.13a1.254%201.254%200%200%200-.456%201.419l1.344%203.915c.058.165-.13.304-.272.205l-3.456-2.464a1.247%201.247%200%200%200-1.45%200l-3.456%202.46c-.143.103-.33-.04-.272-.205l1.343-3.916a1.258%201.258%200%200%200-.46-1.428l-3.615-2.55c-.143-.097-.072-.325.102-.325h4.407a1.25%201.25%200%200%200%201.183-.853l1.321-3.937c.054-.161.286-.161.34%200l1.32%203.937c.17.51.648.853%201.184.853h4.343c.175%200%20.246.223.103.321zm28.618-4.13h-6.566L35.219%201.22a.704.704%200%200%200-.679-.473.704.704%200%200%200-.678.473l-1.996%205.956h-6.611a.716.716%200%200%200-.715.714.5.5%200%200%200%20.014.12c.009.157.08.33.299.505l5.397%203.804-2.071%206.022c-.103.29%200%20.616.245.803.13.094.25.175.402.175.147%200%20.322-.076.447-.161l5.267-3.755%205.268%203.755c.125.09.3.16.447.16.151%200%20.272-.075.397-.174a.708.708%200%200%200%20.246-.803l-2.072-6.022%205.353-3.84.13-.111c.115-.125.231-.295.231-.478%200-.393-.366-.714-.759-.714zm-5.678%204.13a1.254%201.254%200%200%200-.455%201.419l1.343%203.915c.058.165-.13.304-.272.205l-3.455-2.464a1.247%201.247%200%200%200-1.451%200l-3.456%202.46c-.142.103-.33-.04-.272-.205l1.344-3.916a1.258%201.258%200%200%200-.46-1.428l-3.616-2.55c-.143-.097-.071-.325.103-.325h4.406c.536%200%201.013-.344%201.183-.853l1.321-3.937c.054-.161.286-.161.34%200l1.321%203.937c.17.51.647.853%201.183.853h4.344c.174%200%20.245.223.102.321zm28.619-4.13h-6.567L58.159%201.22a.704.704%200%200%200-.678-.473.704.704%200%200%200-.679.473l-1.995%205.956h-6.612a.716.716%200%200%200-.714.714.5.5%200%200%200%20.013.12c.01.157.08.33.3.505l5.397%203.804-2.072%206.022c-.103.29%200%20.616.246.803.13.094.25.175.401.175.148%200%20.322-.076.447-.161l5.268-3.755%205.268%203.755a.83.83%200%200%200%20.446.16c.152%200%20.272-.075.397-.174a.708.708%200%200%200%20.246-.803l-2.072-6.022%205.353-3.84.13-.111c.116-.125.232-.295.232-.478%200-.393-.366-.714-.76-.714zm-5.679%204.13a1.254%201.254%200%200%200-.455%201.419l1.344%203.915c.058.165-.13.304-.273.205l-3.455-2.464a1.247%201.247%200%200%200-1.45%200l-3.456%202.46c-.143.103-.33-.04-.273-.205l1.344-3.916a1.258%201.258%200%200%200-.46-1.428l-3.616-2.55c-.143-.097-.071-.325.103-.325h4.406c.536%200%201.014-.344%201.183-.853l1.322-3.937c.053-.161.285-.161.339%200l1.321%203.937c.17.51.648.853%201.183.853h4.344c.174%200%20.246.223.103.321zm28.619-4.13h-6.567L81.1%201.22a.704.704%200%200%200-.679-.473.704.704%200%200%200-.679.473l-1.995%205.956h-6.612a.716.716%200%200%200-.714.714.5.5%200%200%200%20.013.12c.01.157.08.33.3.505l5.397%203.804-2.072%206.022c-.102.29%200%20.616.246.803.13.094.25.175.402.175.147%200%20.321-.076.446-.161l5.268-3.755%205.268%203.755a.83.83%200%200%200%20.446.16c.152%200%20.273-.075.398-.174a.708.708%200%200%200%20.245-.803l-2.071-6.022%205.352-3.84.13-.111c.116-.125.232-.295.232-.478%200-.393-.366-.714-.759-.714zm-5.678%204.13a1.254%201.254%200%200%200-.456%201.419l1.344%203.915c.058.165-.13.304-.272.205l-3.456-2.464a1.247%201.247%200%200%200-1.45%200l-3.456%202.46c-.143.103-.33-.04-.272-.205l1.343-3.916a1.258%201.258%200%200%200-.46-1.428l-3.615-2.55c-.143-.097-.072-.325.102-.325h4.406a1.25%201.25%200%200%200%201.184-.853l1.32-3.937c.055-.161.287-.161.34%200l1.322%203.937c.17.51.647.853%201.183.853h4.343c.175%200%20.246.223.103.321zm28.618-4.13h-6.567L104.04%201.22a.704.704%200%200%200-.679-.473.704.704%200%200%200-.678.473l-1.996%205.956h-6.611a.716.716%200%200%200-.715.714.5.5%200%200%200%20.014.12c.009.157.08.33.299.505l5.397%203.804L97%2018.342c-.103.29%200%20.616.245.803.13.094.25.175.402.175.147%200%20.322-.076.447-.161l5.267-3.755%205.268%203.755c.125.09.3.16.447.16.151%200%20.272-.075.397-.174a.708.708%200%200%200%20.245-.803l-2.07-6.022L113%208.48l.13-.111c.115-.125.231-.295.231-.478%200-.393-.366-.714-.759-.714zm-5.678%204.13a1.254%201.254%200%200%200-.456%201.419l1.344%203.915c.058.165-.13.304-.272.205l-3.455-2.464a1.247%201.247%200%200%200-1.451%200l-3.456%202.46c-.143.103-.33-.04-.272-.205l1.344-3.916a1.258%201.258%200%200%200-.46-1.428l-3.616-2.55c-.143-.097-.072-.325.103-.325h4.406a1.25%201.25%200%200%200%201.183-.853l1.321-3.937c.054-.161.286-.161.34%200l1.32%203.937c.17.51.648.853%201.184.853h4.344c.174%200%20.245.223.102.321z%22%2F%3E%3C%2Fsvg%3E');
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background-size: 90px 17px;
}
.aw-ar-rating .not-editable .tooltip-rating {
  position: absolute;
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  color: #333333;
  left: 0;
  top: -15px;
  opacity: 0;
  min-width: 130px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.aw-ar-rating .not-editable:hover .tooltip-rating {
  opacity: 1;
}
@media only screen and (max-width: 479px) {
  .aw-ar-review-form .field .control .aw-ar-rating .ratings-controls-container {
    padding-bottom: 0;
  }
  .aw-ar-rating .ratings-controls-container .rating-tooltip {
    display: block;
    margin-top: 13.5px;
    margin-left: 0;
  }
}
.aw-ar__attachments {
  overflow: hidden;
  margin-top: 10px;
}
.aw-ar__attachments::before {
  content: '';
  clear: both;
}
.aw-ar__attach {
  float: left;
  background-color: #f8f8f8;
  border: 1px solid #f0f0f0;
  margin: 0 5px 5px 0;
}
.aw-ar__attach img {
  max-height: 100%;
  height: 100%;
}
.aw-ar__attach .preview-link {
  height: 100%;
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #303030;
}
.aw-ar__attach .file-name {
  margin: auto;
  padding: 15px;
}
.aw-ar__data-grid-filters-wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.aw-ar__form-field-wrap {
  margin-bottom: 20px;
}
.aw-ar__form-field-wrap:last-child {
  margin-right: 0;
}
.aw-ar__form-field-control {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}
.aw-ar__form-field-control .admin__control-select {
  padding-top: 7px;
  border-color: #c2c2c2;
  color: #333333;
}
.aw-ar__form-field-control .admin__control-checkbox {
  margin: 0 5px 0 0;
  display: inline-block;
  vertical-align: middle;
}
.aw-ar__form-field-control .admin__field-label {
  line-height: 1;
  display: inline-block;
  font-weight: 600;
  font-size: 13px;
  vertical-align: middle;
}
@media only screen and (max-width: 440px) {
  .aw-ar__form-field-control .admin__control-select {
    max-width: 100px;
  }
}
@media only screen and (max-width: 374px) {
  .aw-ar__form-field-control .admin__control-select {
    max-width: 100%;
  }
}
/* 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;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  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;
  text-align: left;
  z-index: 1045;
}
.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 {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.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;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}
.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;
}
.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;
}
.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%;
}
.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;
  }
}
.mfp-title {
  white-space: normal;
  padding-right: 0;
  color: #333;
  padding-top: 15px;
  padding-bottom: 25px;
}
.mfp-title .data-grid-cell-content {
  white-space: pre-line;
}
.mfp-title .data-grid-cell-content:not(:last-child) {
  margin-bottom: 20px;
}
.mfp-counter {
  top: 15px;
  left: 0;
  font-weight: 600;
}
.mfp-bg {
  background: #ffffff;
  opacity: 0.9;
}
.mfp-preloader {
  color: #333;
}
.mfp-gallery .mfp-image-holder .mfp-content .mfp-figure .mfp-close {
  cursor: default !important;
}
.aw-ar__review-list .add-comment {
  cursor: pointer;
  font: 12px 600;
}
.aw-ar__review-list .comment {
  margin: 20px 0 0 0;
}
.aw-ar__review-list .comment-wrapper {
  padding: 0 15px;
  position: relative;
  border-left: 1px solid #dadada;
}
.aw-ar__review-list .comment-wrapper .nickname {
  font-weight: 600;
  padding-right: 80px;
  font-size: 12px;
}
.aw-ar__review-list .comment-wrapper.admin-comment {
  padding: 15px;
  background-color: #f6f6f6;
  margin-left: 30px;
  border: none;
  border-radius: 3px;
}
.aw-ar__review-list .comment-wrapper.admin-comment .comment-date {
  top: 15px;
}
.aw-ar__review-list .comment-date {
  position: absolute;
  right: 15px;
  top: 3px;
  font-size: 12px;
}
.aw-ar__review-list .comment-content {
  margin-top: 10px;
  white-space: pre-line;
  font-size: 12px;
}
.aw-ar__review-list .comments .report-abuse {
  float: none;
  margin-top: 10px;
}
.aw-ar__review-list .comments-block .actions-toolbar {
  margin-top: 20px;
}
.aw-ar__review-list .comments-block .form-container {
  margin-top: 20px;
}
.aw-ar__review-list .comments-block .form-container .aw-ar-wrapper-fieldset {
  margin-top: 15px;
  padding: 0;
}
.review-widget-container.aw-ar-widget {
  border-bottom: 1px solid #c9c9c9;
}
.review-widget-container.aw-ar-widget .review-item {
  padding: 20px 0 25px 0;
  border: none;
}
.review-widget-container.aw-ar-widget .review-item .product-image-container {
  width: 54px !important;
  min-width: 54px;
  height: 54px;
  border: none;
  margin-right: 15px;
  margin-top: 5px;
}
.review-widget-container.aw-ar-widget .review-item-preview {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin-bottom: 10px;
}
.review-widget-container.aw-ar-widget .review-item .show-button,
.review-widget-container.aw-ar-widget .review-item .read-more-link {
  color: #006bb4;
  display: inline-block;
  margin-top: 9px;
  cursor: pointer;
  font-size: 13px;
}
.review-widget-container.aw-ar-widget .review-item .show-button:hover,
.review-widget-container.aw-ar-widget .review-item .read-more-link:hover {
  text-decoration: underline;
}
.review-widget-container.aw-ar-widget .review-item .show-button {
  display: none;
}
.review-widget-container.aw-ar-widget .product-name {
  max-height: 60px;
  overflow: hidden;
  margin-bottom: 5px;
}
.review-widget-container.aw-ar-widget .product-url {
  font-weight: 600;
  font-style: normal;
  font-size: 14px;
  color: #1979c3;
}
.review-widget-container.aw-ar-widget .review__rating-name {
  margin: auto 0;
}
.review-widget-container.aw-ar-widget .content {
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  line-height: 20px;
  margin-top: 5px;
}
.review-widget-container.aw-ar-widget .rating-container .aw-ar-rating .rating {
  height: 15px;
}
.review-widget-container.aw-ar-widget .rating-container .aw-ar-rating .rating::before {
  height: 15px;
  background-size: 78px 15px;
}
.review-widget-container.aw-ar-widget .rating-container .aw-ar-rating .not-editable .aw-ar-rating-container {
  height: 15px;
  width: 78px;
}
.review-widget-container.aw-ar-widget .rating-container .aw-ar-rating .not-editable .aw-ar-rating-container::before {
  height: 15px;
  background-size: 78px 15px;
}
.review-widget-container.aw-ar-widget .nickname {
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  color: #999999;
  margin-bottom: 10px;
}
.review-widget-container.aw-ar-widget .summary {
  font-weight: 600;
  font-style: normal;
  font-size: 15px;
}
.aw-ar__agreements-block .aw-ar__agreements {
  margin-bottom: 18px;
}
.aw-ar__agreements-block .action-show {
  vertical-align: baseline;
}
.aw-ar__agreements-items {
  padding-bottom: 27px;
}
.aw-ar__agreements-items .aw-ar__agreements-item {
  margin-bottom: 18px;
}
.aw-ar__agreements-items .aw-ar__agreements-item-title {
  border-bottom: 0;
}
.aw-ar__agreement-item-content {
  overflow: auto;
}
.aw-ar__review-list.customer {
  padding-top: 30px;
  margin-top: 40px;
  border-top: 1px solid #cccccc;
}
.aw-ar-email-subscriber-form .admin__fieldset {
  border: none;
  margin-bottom: 10px;
  padding-left: 0;
}
.aw-ar-email-subscriber-form .fieldset-wrapper-title {
  margin-bottom: 10px;
}
.aw-reviews__review-listing.product.container .header .section .product.attribute.sku {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.aw-reviews__review-listing.product.container .header .section .product.attribute.sku .type {
  font-weight: normal;
  margin-right: 5px;
}
.aw-reviews__review-listing.product.container .header .section .product.attribute.sku .type::after {
  content: '#:';
}
.aw-reviews__review-listing.product.container .header .section .aw-ar-review-summary {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.aw-reviews__review-listing.product.container .header .section .aw-ar-review-summary .column-summary .recommend-customers .recommend-text {
  width: auto;
}
.aw-reviews__review-listing.product.container .header .section .aw-ar-review-summary .column-summary:first-child {
  padding-bottom: 20px;
  margin-bottom: 25px;
  border-bottom: 1px solid #e4e4e4;
}
.aw-reviews__review-listing.product.container .header .section .aw-ar-review-summary .column-summary:last-child {
  margin-top: 25px;
}
.aw-reviews__review-listing.product.container .back-to-product {
  height: 41px;
  line-height: 41px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 14px;
  text-align: center;
  display: inline-block;
}
.aw-reviews__review-listing.product.container .aw-ar-write-review-control .action.primary {
  border: 1px solid #0088cc;
  background-color: #0088cc;
  color: #ffffff;
}
.aw-reviews__review-listing.product.container .aw-ar-write-review-control .action.primary:hover {
  background-color: #0088cc;
  color: #ffffff;
}
.modal-inner-wrap .modal-content .popup-message {
  padding-bottom: 3rem;
}
.admin__data-grid-outer-wrap {
  position: relative;
}
.admin__data-grid-outer-wrap .admin__data-grid-loading-mask {
  background: rgba(255, 255, 255, 0.5);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 399;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.admin__data-grid-outer-wrap .admin__data-grid-loading-mask .spinner {
  display: inline-block;
  font-size: 4rem;
  height: 1em;
  margin: auto;
  position: relative;
  width: 1em;
  background: none;
  left: 0;
  top: 0;
}
.admin__data-grid-outer-wrap .admin__data-grid-loading-mask .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);
}
.admin__data-grid-outer-wrap .admin__data-grid-loading-mask .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);
}
.admin__data-grid-outer-wrap .admin__data-grid-loading-mask .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);
}
.admin__data-grid-outer-wrap .admin__data-grid-loading-mask .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);
}
.admin__data-grid-outer-wrap .admin__data-grid-loading-mask .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);
}
.admin__data-grid-outer-wrap .admin__data-grid-loading-mask .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);
}
.admin__data-grid-outer-wrap .admin__data-grid-loading-mask .spinner > span:nth-child(7) {
  -webkit-animation-delay: 0.8100000000000001s;
  -moz-animation-delay: 0.8100000000000001s;
  -ms-animation-delay: 0.8100000000000001s;
  animation-delay: 0.8100000000000001s;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.admin__data-grid-outer-wrap .admin__data-grid-loading-mask .spinner > span:nth-child(8) {
  -webkit-animation-delay: 0.9s;
  -moz-animation-delay: 0.9s;
  -ms-animation-delay: 0.9s;
  animation-delay: 0.9s;
  -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: #ffffff;
  }
}
@-webkit-keyframes fade {
  0% {
    background-color: #514943;
  }
  100% {
    background-color: #ffffff;
  }
}
@-ms-keyframes fade {
  0% {
    background-color: #514943;
  }
  100% {
    background-color: #ffffff;
  }
}
@keyframes fade {
  0% {
    background-color: #514943;
  }
  100% {
    background-color: #ffffff;
  }
}
.admin__data-grid-outer-wrap .admin__data-grid-loading-mask .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: 0.72s;
  -moz-animation-duration: 0.72s;
  -ms-animation-duration: 0.72s;
  animation-duration: 0.72s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: linear;
  -moz-animation-direction: linear;
  -ms-animation-direction: linear;
  animation-direction: linear;
  background-color: #fff;
  border-radius: 6px;
  clip: rect(0 0.28571429em 0.1em 0);
  height: .1em;
  margin-top: 0.5em;
  position: absolute;
  width: 1em;
}
.product-full-width-section .aw-ar-main .container-header {
  margin-left: 0;
  margin-right: 0;
}
.product-full-width-section .aw-ar-main .container-header .title {
  display: none;
}
.product-full-width-section .aw-ar-main .container-header .aw-ar-review-summary {
  padding-left: 0;
  padding-right: 0;
  padding-top: 15px;
}
.product-full-width-section .aw-ar-main .container-body {
  margin-left: 0;
  margin-right: 0;
}
.aw-ar-main {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.aw-ar-main .container-header {
  border-bottom: 1px solid #e4e4e4;
}
.aw-ar-main .container-body {
  padding-top: 27px;
}
.aw-ar-main .clear-float {
  clear: both;
  height: 0;
}
.aw-ar-main .read-more-wrapper {
  text-align: center;
}
.aw-ar-main .read-more-wrapper .action.view {
  height: 41px;
  line-height: 41px;
  font-size: 14px;
  text-align: center;
  border-radius: 3px;
  padding: 0;
  display: inline-block;
  padding: 0 30px;
  box-sizing: border-box;
  font-weight: 600;
  text-decoration: none;
}
.aw-ar-main .read-more-wrapper .action.view:hover {
  color: #1979c3;
  text-decoration: underline;
}
.aw-ar-review-form {
  background-color: #f8f8f8;
  border-top: 1px solid #e4e4e4;
}
.aw-ar-review-form .field .label {
  margin: 0 0 3.5px 0;
  font-size: 13px;
  font-weight: 600;
}
.aw-ar-review-form .field .label .field-custom-note {
  color: #303030;
  font-size: 12px;
  font-weight: 400;
}
.aw-ar-review-form .field:first-child .label {
  font-weight: 400;
  font-size: 15px;
}
.aw-ar-review-form .field .control .admin__field-value {
  font-size: 19px;
  font-weight: 600;
  line-height: 1.1;
}
.aw-ar-review-form .field .control .admin__control-textarea {
  min-height: 106px;
  font-weight: 400;
  outline: none;
  box-shadow: none;
  border: 1px solid #adadad;
  font-size: 13px;
  background-color: #ffffff;
}
.aw-ar-review-form .field .control .admin__control-textarea::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.375);
}
.aw-ar-review-form .field .control .admin__control-textarea:-moz-placeholder {
  color: rgba(0, 0, 0, 0.375);
}
.aw-ar-review-form .field .control .admin__control-textarea::-moz-placeholder {
  color: rgba(0, 0, 0, 0.375);
}
.aw-ar-review-form .field .control .admin__control-textarea:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.375);
}
.aw-ar-review-form .field .control .input-text {
  font-size: 13px;
  height: 34px;
  font-weight: 400;
  outline: none;
  box-shadow: none;
  border: 1px solid #adadad;
  background-color: #ffffff;
}
.aw-ar-review-form .field .control .input-text:focus,
.aw-ar-review-form .field .control .input-text:active {
  outline: none;
  box-shadow: none;
}
.aw-ar-review-form .actions-toolbar {
  margin-top: 10px;
}
.aw-ar-review-form .actions-toolbar .primary {
  float: none;
  display: block;
  text-align: right;
}
.aw-ar-review-form .actions-toolbar .action.primary {
  margin: 0;
  background: #ff5501;
  border: none;
  height: 41px;
  line-height: 41px;
  padding: 0;
  width: 100%;
  font-size: 14px;
  color: #ffffff;
  text-align: center;
  display: inline-block;
}
.aw-ar-review-form .actions-toolbar .action.primary:hover {
  background: #fc5e10;
}
.aw-ar-wrapper-fieldset {
  max-width: 850px;
  padding: 0 13.5px;
  margin: 0 auto;
}
.aw-ar-wrapper-fieldset .fieldset {
  margin: 0;
}
.aw-ar-review-summary .brief-summary {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.aw-ar-review-summary .brief-summary .aggregated-rating-absolute {
  font-size: 50px;
  line-height: 50px;
  font-weight: 400;
  margin-right: 13.5px;
}
.aw-ar-review-summary .column-summary:first-child {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.aw-ar-review-summary .column-summary .recommend-customers {
  margin-top: auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #707070;
}
.aw-ar-review-summary .column-summary .recommend-customers .percent {
  font-weight: 400;
  font-style: normal;
  font-size: 32px;
  line-height: 1.1;
  margin-right: 4.5px;
  float: left;
}
.aw-ar-review-summary .column-summary .recommend-customers .recommend-text {
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  line-height: 18px;
  width: 162px;
}
.aw-ar-review-summary .reviews-count {
  font-weight: normal;
  font-size: 14px;
  text-transform: capitalize;
  color: #333333;
  line-height: 1.1;
  margin-top: 4.5px;
}
.aw-ar-review-summary .detailed-summary .rating-value-row {
  margin-bottom: 4.5px;
  cursor: pointer;
}
.aw-ar-review-summary .detailed-summary .rating-value-row:last-child {
  margin-bottom: 0;
}
.aw-ar-review-summary .detailed-summary .rating-value-row._active .rating-value-label,
.aw-ar-review-summary .detailed-summary .rating-value-row._active .rating-value-reviews-percent,
.aw-ar-review-summary .detailed-summary .rating-value-row._active .rating-value-reviews-count {
  color: #ff5501;
}
.aw-ar-review-summary .detailed-summary .rating-value-label {
  color: #333333;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  line-height: 1.1;
  display: inline-block;
  margin-right: 4.5px;
  width: 50px;
  text-align: right;
}
.aw-ar-review-summary .detailed-summary .rating-value-reviews-count {
  color: #333333;
}
.aw-ar-review-summary .detailed-summary .rating-value-reviews-percent,
.aw-ar-review-summary .detailed-summary .rating-value-reviews-count {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  line-height: 1.1;
  display: inline-block;
}
.aw-ar-review-summary .detailed-summary .rating-bar {
  width: 125px;
  background-color: #f2f2f2;
  border-radius: 5px;
  height: 6px;
  display: inline-block;
  margin-right: 4.5px;
  vertical-align: middle;
}
.aw-ar-review-summary .detailed-summary .rating-bar .progress-bar {
  background-color: #ff5501;
  height: 6px;
  display: inline-block;
  border-radius: 5px;
  vertical-align: top;
}
.aw-ar-write-review-control .action.primary {
  color: #1979c3;
  border: 1px solid #1979c3;
  background-color: transparent;
  height: 41px;
  line-height: 41px;
  width: 170px;
  font-size: 14px;
  text-align: center;
  border-radius: 3px;
  padding: 0;
}
.aw-ar-write-review-control .action.primary:hover {
  background-color: #1979c3;
  color: #ffffff;
}
.aw-ar__review-list .review-sorting {
  font-size: 13px;
}
.aw-ar__review-list .review-sorting > span,
.aw-ar__review-list .review-sorting > div {
  margin-right: 18px;
  margin-bottom: 18px;
  line-height: 1.1;
  display: inline-block;
}
.aw-ar__review-list .review-sorting > span {
  font-weight: 600;
}
.aw-ar__review-list .review-sorting > div .data-grid-header-content {
  border-bottom: 1px dashed;
}
.aw-ar__review-list .review-sorting > div .data-grid-header-content:hover {
  color: #006bb4;
}
.aw-ar__review-list .review-sorting > div .data-grid-header._sortable {
  cursor: pointer;
}
.aw-ar__review-list .review-sorting > div .data-grid-header._sortable::after {
  content: '';
  display: none;
  width: 7px;
  height: 11px;
  vertical-align: middle;
  margin-left: 3.5px;
  background: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20height%3D%2211%22%20width%3D%227%22%3E%3Cpath%20fill%3D%22%23939393%22%20d%3D%22M3.993%2010.923h-.987V1.167h.987%22%20stroke-width%3D%22.468%22%2F%3E%3Cpath%20fill%3D%22%23939393%22%20d%3D%22M3.514.067l3.287%203.287-.698.698L2.816.765z%22%20stroke-width%3D%22.494%22%2F%3E%3Cpath%20d%3D%22M3.497.06L.24%203.32l.691.691L4.189.752z%22%20fill%3D%22%23939393%22%20stroke-width%3D%22.494%22%2F%3E%3C%2Fsvg%3E');
}
.aw-ar__review-list .review-sorting > div .data-grid-header._sortable._ascend .data-grid-header-content,
.aw-ar__review-list .review-sorting > div .data-grid-header._sortable._descend .data-grid-header-content {
  color: #006bb4;
}
.aw-ar__review-list .review-sorting > div .data-grid-header._sortable._ascend::after,
.aw-ar__review-list .review-sorting > div .data-grid-header._sortable._descend::after {
  display: inline-block;
}
.aw-ar__review-list .review-sorting > div .data-grid-header._sortable._ascend::after {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.aw-ar__review-list.customer .block-title {
  margin-bottom: 0 !important;
}
.aw-ar__review-list.customer .block-content {
  margin-bottom: 36px;
  border-bottom: 1px solid #cccccc;
}
.aw-ar__review-list.customer .data-grid td,
.aw-ar__review-list.customer .data-grid th {
  padding: 11px 15px;
}
.aw-ar__review-list.customer .data-grid tbody tr td {
  border-top: 1px solid #cccccc;
}
.aw-ar__review-list.customer .data-grid .data-grid-th._sortable {
  position: relative;
  cursor: pointer;
}
.aw-ar__review-list.customer .data-grid .data-grid-th._sortable._descend::before,
.aw-ar__review-list.customer .data-grid .data-grid-th._sortable._ascend::before {
  position: absolute;
  right: 4px;
  font-size: 17px;
  top: 6px;
}
.aw-ar__review-list.customer .data-grid .data-grid-th._sortable .data-grid-cell-content::before,
.aw-ar__review-list.customer .data-grid .data-grid-th._sortable .data-grid-cell-content::after {
  display: none;
}
.aw-ar__review-list.customer .data-grid .data-grid-th._sortable._descend::before {
  content: '\2191';
}
.aw-ar__review-list.customer .data-grid .data-grid-th._sortable._ascend::before {
  content: '\2193';
}
.aw-ar__review-list-wrapper.recent {
  margin-bottom: 50px;
}
.aw-ar__review-list-nav .label-text {
  opacity: 0;
  overflow: hidden;
  position: absolute;
  width: 0;
}
.aw-ar__review-list-nav .review-nav-wrap .action-previous,
.aw-ar__review-list-nav .review-nav-wrap .action-next {
  display: inline-block;
  vertical-align: top;
  padding: 6.5px 4.5px;
  border-radius: 0;
  line-height: 1;
  height: 32px;
  font-size: 13px;
}
.aw-ar__review-list-nav .review-nav-wrap .action-previous::before,
.aw-ar__review-list-nav .review-nav-wrap .action-next::before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 15px;
  line-height: inherit;
  color: #707070;
  content: '\e608';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: 400;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.aw-ar__review-list-nav .review-nav-wrap .action-previous::before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.aw-ar__review-list-nav .review-nav-wrap .control-text {
  width: 40px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  box-shadow: none;
  border-radius: 0;
  height: 32px;
  line-height: 32px;
  margin: 0 4.5px;
}
.aw-ar__review-list-nav .review-nav-wrap .control-support-text {
  display: inline-block;
  vertical-align: middle;
  margin-right: 4.5px;
}
.aw-ar-wrapper-fieldset .actions-toolbar {
  position: relative;
  z-index: 1000;
}
.products .product-reward-points-earning {
  padding-bottom: 1rem;
}
.product-info-main .product-reward-points-earning {
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.form-reward-points .label.conversion-rate {
  margin-bottom: 10px;
}
.form-reward-points .field {
  margin-bottom: 25px;
  display: flex;
  align-items: flex-start;
}
.form-reward-points .field .label.for-input {
  padding-top: 5px;
}
.form-reward-points .field .control {
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
  width: auto !important;
  min-width: 75px;
}
.form-reward-points .field .control .input-text {
  width: auto;
  min-width: 75px;
  max-width: 180px;
}
.form-reward-points .field .control .input-text.mage-error {
  margin-bottom: 10px;
}
.form-reward-points .field .control #aw-reward-points-qty-error {
  max-width: 180px;
  position: relative;
  bottom: 0;
}
.form-reward-points .field .control .mage-error[generated] {
  position: absolute;
  bottom: -24px;
}
.form-reward-points .actions-toolbar {
  display: unset;
}
.rewardpoints .block-content {
  margin-bottom: 20px;
}
.rewardpoints .coupon-apply .control-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: start;
  -ms-align-items: start;
  align-items: start;
}
.rewardpoints .coupon-apply .control-wrapper .action {
  margin-left: 10px;
}
.transactions-toolbar {
  position: relative;
}
.aw_reward_points__balance-green {
  color: #329c6e;
}
.aw_reward_points__balance-red {
  color: #d13441;
}
.amslick-slider-container {
  /* phpcs:ignore Magento2.Less.SemicolonSpacing.NotAtEnd */
}
.amslick-slider-container .slick-dots li button:focus,
.amslick-slider-container .slick-dots li button:hover,
.amslick-slider-container .slick-list:focus {
  outline: 0;
}
.amslick-slider-container .slick-list,
.amslick-slider-container .slick-slider,
.amslick-slider-container .slick-track {
  display: block;
  position: relative;
}
.amslick-slider-container .slick-loading .slick-slide,
.amslick-slider-container .slick-loading .slick-track {
  visibility: hidden;
}
.amslick-slider-container .slick-list {
  margin: 0;
  overflow: hidden;
  padding: 0;
}
.amslick-slider-container .slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.amslick-slider-container .slick-slider .slick-list,
.amslick-slider-container .slick-slider .slick-track {
  transform: translate3d(0, 0, 0);
}
.amslick-slider-container .slick-track {
  left: 0;
  margin: 0 auto;
  top: 0;
}
.amslick-slider-container .slick-track:after,
.amslick-slider-container .slick-track:before {
  content: '';
  display: table;
}
.amslick-slider-container .slick-track:after {
  clear: both;
}
.amslick-slider-container .slick-slide,
.amslick-slider-container .slick-slide.slick-loading img {
  display: none;
}
.amslick-slider-container .slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  vertical-align: middle;
}
.amslick-slider-container [dir=rtl] .slick-slide {
  float: right;
}
.amslick-slider-container .slick-slide.dragging img {
  pointer-events: none;
}
.amslick-slider-container .slick-vertical .slick-slide {
  border: 1px solid transparent;
  display: block;
  height: auto;
}
.amslick-slider-container .slick-arrow.slick-hidden {
  display: none;
}
.amslick-slider-container .slick-loading .slick-list {
  background: 0 0;
  position: relative;
}
.amslick-slider-container .slick-loading .slick-list:before {
  animation: loading 1s infinite linear;
  border-color: rgba(0, 0, 0, 0.2);
  border-radius: 100%;
  border-style: solid;
  border-top-color: #5c5c5c;
  border-width: 3px;
  content: '';
  display: block;
  height: 25px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 25px;
}
.amslick-slider-container .slick-next.slick-disabled,
.amslick-slider-container .slick-prev.slick-disabled {
  opacity: 0.25;
}
.amslick-slider-container .slick-dotted.slick-slider {
  margin-bottom: 27px;
}
.amslick-slider-container .slick-dots {
  display: block;
  left: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
.amslick-slider-container .slick-dots li {
  cursor: pointer;
  display: inline-block;
  height: 20px;
  margin: 0 4.5px;
  padding: 0;
  position: relative;
  width: 20px;
}
.amslick-slider-container .slick-dots li button,
.amslick-slider-container .slick-slider .slick-arrow {
  box-shadow: none;
  cursor: pointer;
  display: block;
  outline: 0;
}
.amslick-slider-container .slick-dots li button {
  background: 0 0;
  border: 0;
  color: transparent;
  font-size: 0;
  height: 20px;
  line-height: 0;
  padding: 4.5px;
  width: 20px;
}
.amslick-slider-container .slick-dots li button:focus:before,
.amslick-slider-container .slick-dots li button:hover:before {
  opacity: 1;
}
.amslick-slider-container .slick-dots li button:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #000000;
  content: '•';
  font-size: 16px;
  height: 20px;
  left: 0;
  line-height: 20px;
  opacity: 0.25;
  position: absolute;
  text-align: center;
  top: 0;
  width: 20px;
}
.amslick-slider-container .slick-dots li.slick-active button:before {
  color: #000000;
  opacity: 0.75;
}
.amslick-slider-container .slick-slider {
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
  padding: 0 20px;
  touch-action: pan-y;
  user-select: none;
}
.amslick-slider-container .slick-slider .slick-arrow {
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uMi40QTEgMSAwIDAgMSAxLjYuMmwxMiAxMGExIDEgMCAwIDEgMCAxLjZsLTEyIDEwYTEgMSAwIDAgMS0xLjItMS42TDExLjMzMyAxMSAuNCAxLjhBMSAxIDAgMCAxIC4yLjR6IiBmaWxsPSIjQzRDNEM0Ii8+PC9zdmc+') center no-repeat !important;
  border: none;
  color: transparent;
  font-size: 0;
  height: 22px;
  line-height: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  transition: background .3s ease;
  width: 15px;
}
.amslick-slider-container .slick-slider .slick-arrow:before,
.amslick-slider-container .slick-slider .slick-arrow:after {
  content: '';
}
.amslick-slider-container .slick-slider .slick-arrow:hover {
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uMi40QTEgMSAwIDAgMSAxLjYuMmwxMiAxMGExIDEgMCAwIDEgMCAxLjZsLTEyIDEwYTEgMSAwIDAgMS0xLjItMS42TDExLjMzMyAxMSAuNCAxLjhBMSAxIDAgMCAxIC4yLjR6IiBmaWxsPSIjMTYxNjE2Ii8+PC9zdmc+') center no-repeat;
}
.amslick-slider-container .slick-slider .slick-arrow.slick-next {
  right: 0;
}
.amslick-slider-container .slick-slider .slick-arrow.slick-prev {
  left: 0;
  transform: rotate(180deg) translate(0, 50%);
}
.amslick-slider-container .slick-initialized .slick-slide {
  display: inline-block !important;
  float: none !important;
  height: auto;
}
.amslick-slider-container .product-items.slick-slider > .slick-list {
  padding: 15px 0;
}
.amslick-slider-container .product-items.slick-slider .slick-slide .product-item {
  display: block !important;
  margin: auto !important;
  max-width: 205px;
}
.amslick-slider-container .sidebar.sidebar-additional {
  width: 100%;
}
@keyframes loading {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(359.9deg);
  }
}
.amgdprcookie-cookie-container {
  margin: 0 10px 20px 0;
  padding: 0 0 25px 0;
}
.amgdprcookie-cookie-container.-modal:first-child {
  padding-top: 25px;
}
.amgdprcookie-cookie-container.-modal .amgdprcookie-header,
.amgdprcookie-cookie-container.-modal .amgdprcookie-text {
  padding-left: 25px;
}
.amgdprcookie-cookie-container.-modal {
  box-shadow: none;
  direction: ltr;
  margin-right: 30px;
}
.amgdprcookie-cookie-container .amgdprcookie-header {
  display: flex;
  justify-content: space-between;
}
.amgdprcookie-cookie-container .amgdprcookie-caption {
  font-size: 16px;
  font-weight: bold;
  line-height: 27px;
  margin: 0 0 15px;
}
.amgdprcookie-cookie-container .amgdprcookie-text {
  color: #363636;
  font-size: 12px;
  margin-bottom: 10px;
}
.amgdprcookie-cookie-container .amgdprcookie-options {
  color: #4670c9;
  cursor: pointer;
  font-size: 12px;
}
.amgdprcookie-toggle-cookie {
  padding-left: 50px;
  position: relative;
}
.amgdprcookie-toggle-cookie .amgdprcookie-input {
  height: 0;
  opacity: 0;
  width: 0;
}
.amgdprcookie-toggle-cookie .amgdprcookie-label {
  background: #a5a5a5;
  border-radius: 40px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  height: 29px;
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
}
.amgdprcookie-toggle-cookie .amgdprcookie-label:after {
  background: #ffffff;
  border-radius: 40px;
  content: '';
  height: 25px;
  left: 2px;
  position: absolute;
  top: 2px;
  transition: all .4s ease;
  width: 25px;
}
.amgdprcookie-toggle-cookie .amgdprcookie-input:active + .amgdprcookie-label,
.amgdprcookie-toggle-cookie .amgdprcookie-input:focus + .amgdprcookie-label {
  box-shadow: 0 0 3px 1px #00699d;
}
.amgdprcookie-toggle-cookie .amgdprcookie-input:checked:disabled + .amgdprcookie-label {
  background: #e8e8e8;
}
.amgdprcookie-toggle-cookie .amgdprcookie-input:checked:disabled + .amgdprcookie-label:after {
  left: 95%;
  transform: translateX(-100%);
}
.amgdprcookie-toggle-cookie .amgdprcookie-input:checked:not([disabled]) + .amgdprcookie-label {
  background: #1979c3;
}
.amgdprcookie-toggle-cookie .amgdprcookie-input:checked:not([disabled]) + .amgdprcookie-label:after {
  left: 95%;
  transform: translateX(-100%);
}
.amgdprcookie-toggle-cookie .amgdprcookie-input:not([checked]) + .amgdprcookie-label {
  background: #a5a5a5;
}
.amgdprcookie-toggle-cookie .amgdprcookie-input:disabled + .amgdprcookie-label {
  background: #e8e8e8;
}
.amgdprcookie-toggle-cookie .amgdprcookie-input:disabled + .amgdprcookie-label:after {
  left: 2px;
}
.amgdprcookie-toggle-cookie .amgdprcookie-input:focus + .amgdprcookie-label {
  box-shadow: 0 0 3px 1px #00699d;
}
.amgdprcookie-main-wrapper {
  color: #363636;
}
.amgdprcookie-main-wrapper .amgdprcookie-top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}
.amgdprcookie-main-wrapper .amgdprcookie-head {
  font-size: 20px;
  line-height: 20px;
}
.amgdprcookie-main-wrapper .amgdprcookie-btn-wrapper {
  display: flex;
}
.amgdprcookie-main-wrapper .amgdprcookie-btn {
  background: #ef7c4a;
  border: 0;
  border-radius: 6px;
  box-shadow: 0 3px 5px rgba(62, 40, 13, 0.15);
  color: #ffffff;
  font-size: 14px;
  padding: 7px 27px;
  text-transform: uppercase;
}
.amgdprcookie-main-wrapper .amgdprcookie-btn:first-child {
  margin: 0 15px;
}
.amgdprcookie-main-wrapper .amgdprcookie-btn:hover {
  background: #eb5a1b;
}
.amgdprcookie-main-wrapper .amgdprcookie-btn:focus,
.amgdprcookie-main-wrapper .amgdprcookie-btn:active {
  box-shadow: 0 0 3px 1px #00699d;
}
.amgdprcookie-cookie-container .amgdprcookie-link {
  color: #2977c2;
  cursor: pointer;
  float: right;
  font-size: 12px;
  letter-spacing: .3px;
  text-transform: capitalize;
}
.amgdprjs-bar-template {
  display: block !important;
  position: fixed;
  /* added to support older browsers */
  position: sticky;
}
.amgdprjs-bar-template .amgdprcookie-buttons-block .amgdprcookie-button {
  margin-right: 5px;
}
.amgdprjs-bar-template.-popup {
  left: 50%;
  margin: 0 auto;
  max-width: 740px;
  position: fixed;
  top: 50%;
  transform: translate(-50%, -50%);
}
.amgdprjs-bar-template.-popup:before {
  background-color: #0a6c9f;
  content: '';
  height: 100%;
  width: 100%;
}
.amgdprjs-bar-template.-popup .amgdprcookie-bar-container {
  padding: 50px;
}
.amgdprjs-bar-template.-popup .amgdprcookie-bar-block {
  width: 100%;
}
.amgdprjs-bar-template .amgdprcookie-buttons-block {
  display: flex;
  justify-content: center;
}
.amgdprcookie-groups-modal {
  z-index: 999;
}
.amgdprcookie-groups-modal .modal-inner-wrap {
  border-radius: 4px;
  box-shadow: 0 -2px 18px rgba(0, 0, 0, 0.06);
  max-width: 740px;
}
.amgdprcookie-groups-modal.-table .modal-inner-wrap {
  max-width: 1290px;
  min-width: 700px;
  overflow-x: auto;
}
.amgdprcookie-groups-modal .modal-title {
  border-bottom: none;
  font-size: 20px;
  font-weight: bold;
}
.amgdprcookie-groups-modal .action-close:focus {
  box-shadow: 0 0 3px 1px #00699d;
}
.amgdprcookie-groups-modal .amgdprcookie-form {
  padding: 0 10px;
}
.amgdprcookie-groups-modal .amgdprcookie-done {
  background-color: #4670c9;
  border-radius: 3px;
  box-shadow: none;
  color: #ffffff;
  font-weight: bold;
  letter-spacing: 1.35px;
  text-transform: uppercase;
  transition: background-color 0.3s ease-out;
  width: 100%;
}
.amgdprcookie-groups-modal .amgdprcookie-done:hover {
  background-color: #1357e6;
}
.amgdprcookie-groups-modal .amgdprcookie-done:focus {
  background-color: #1357e6;
  box-shadow: 0 0 3px 1px #00699d;
}
.amgdprcookie-groups-modal:not(.-table) .modal-footer {
  padding-top: 0;
}
.amgdprcookie-groups-modal .amgdprcookie-form-container,
.amgdprcookie-groups-modal .amgdprcookie-tbody {
  overflow: auto;
  scrollbar-color: #e0e0e0 #ffffff;
  scrollbar-width: thin;
  scrollbar-face-color: #e0e0e0;
  scrollbar-highlight-color: #e0e0e0;
  scrollbar-shadow-color: #e0e0e0;
  scrollbar-track-color: #ffffff;
  display: block;
  max-height: 500px;
  overflow-y: auto;
}
.amgdprcookie-groups-modal .amgdprcookie-form-container::-webkit-scrollbar,
.amgdprcookie-groups-modal .amgdprcookie-tbody::-webkit-scrollbar {
  width: 6px;
}
.amgdprcookie-groups-modal .amgdprcookie-form-container::-webkit-scrollbar-track,
.amgdprcookie-groups-modal .amgdprcookie-tbody::-webkit-scrollbar-track {
  background-color: #ffffff;
  box-shadow: none;
}
.amgdprcookie-groups-modal .amgdprcookie-form-container::-webkit-scrollbar-thumb,
.amgdprcookie-groups-modal .amgdprcookie-tbody::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #e0e0e0;
}
.amgdprcookie-bar-container {
  background: #ffffff;
  box-shadow: 0 -2px 18px rgba(0, 0, 0, 0.06);
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 30px 10px;
  z-index: 10;
}
.amgdprcookie-bar-container.modal-popup {
  bottom: unset;
  left: unset;
  overflow-y: unset;
  pointer-events: auto;
  position: unset;
  right: unset;
  top: unset;
  transition: unset;
}
.amgdprcookie-bar-container .amgdprcookie-buttons-block {
  display: flex;
  flex-direction: column;
}
.amgdprcookie-bar-container .amgdprcookie-policy {
  margin-bottom: 20px;
  max-height: 30vh;
  max-width: 640px;
  overflow-y: auto;
}
.amgdprcookie-bar-container .amgdprcookie-button:first-child {
  margin-bottom: 10px;
}
.amgdprcookie-bar-container .amgdprcookie-buttons-block .amgdprcookie-button {
  margin-bottom: 0;
  padding: 10px 30px;
}
.amgdprcookie-bar-container .action-close {
  line-height: 14px;
  right: 10px;
  top: 10px;
}
.amgdprcookie-bar-container .action-close:focus,
.amgdprcookie-bar-container .action-close:active {
  box-shadow: 0 0 3px 1px #00699d;
  opacity: .9;
}
.amgdprcookie-buttons-block {
  display: flex;
  flex-direction: column;
}
.amgdprcookie-buttons-block.-settings {
  padding-bottom: 30px;
}
.amgdprcookie-buttons-block.-information {
  padding-bottom: 3rem;
  padding-top: 3rem;
}
.amgdprcookie-buttons-block .amgdprcookie-button {
  background: #ffffff;
  border: none;
  border-radius: 3px;
  box-shadow: none;
  color: #4670c9;
  font-weight: bold;
  letter-spacing: 1.35px;
  margin-top: 15px;
  padding: 10px 15px;
  text-transform: uppercase;
  transition: opacity 0.3s ease, color 0.3s ease-out, background-color 0.3s ease-out, border 0.3s ease-out;
}
.amgdprcookie-buttons-block .amgdprcookie-button:hover {
  opacity: .9;
}
.amgdprcookie-buttons-block .amgdprcookie-button:active,
.amgdprcookie-buttons-block .amgdprcookie-button:focus {
  box-shadow: 0 0 3px 1px #00699d;
  opacity: .9;
}
.amgdprcookie-buttons-block .amgdprcookie-button.-allow,
.amgdprcookie-buttons-block .amgdprcookie-button.-save {
  background: #4670c9;
  color: #ffffff;
  flex-basis: 33%;
}
.amgdprcookie-modal-template {
  background: #ffffff;
  margin-left: 5px;
  overflow-y: auto;
}
.amgdprcookie-modal-template .action-close {
  background: #ffffff;
  line-height: 14px;
  margin: 0;
  padding: 8px;
  right: 0;
  top: 0;
  z-index: 1;
}
.amgdprcookie-modal-template .action-close:focus,
.amgdprcookie-modal-template .action-close:active {
  background: #ffffff;
  box-shadow: 0 0 3px 1px #00699d;
  opacity: .9;
}
.amgdprcookie-modal-template .action-close:hover {
  background: #ffffff;
}
.amgdprcookie-modal-template .amgdprcookie-button.-allow:not(.-save) {
  background: inherit;
  color: #4670c9;
  margin-bottom: 0;
}
.amgdprcookie-modal-container .modal-content {
  padding: 0;
}
.amgdprcookie-groups-container {
  box-shadow: 0 -2px 18px rgba(0, 0, 0, 0.06);
  direction: rtl;
  height: auto;
  overflow-y: scroll;
}
.amgdprcookie-policy-container {
  bottom: 0;
  box-shadow: 0 -2px 18px rgba(0, 0, 0, 0.06);
  padding: 24px;
  position: absolute;
}
.amgdprcookie-text-container .amgdprcookie-policy {
  display: inline;
}
.amgdprcookie-modal-container.modal-popup.modal-slide {
  left: 0;
  pointer-events: none;
}
.amgdprcookie-modal-container .modal-inner-wrap {
  height: 100%;
  margin: 0;
  position: relative;
}
.amgdprcookie-modal-container .modal-inner-wrap .modal-header {
  position: absolute;
  right: 0;
}
.amgdprcookie-modal-container .modal-inner-wrap .action-close {
  margin: 5px;
  padding: 0;
}
.amgdprcookie-modal-container .modal-inner-wrap .action-close:before {
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGNpcmNsZSBjeD0iOC41IiBjeT0iOC41IiByPSI4IiBzdHJva2U9IiNDQUNBQ0EiLz48cGF0aCBkPSJNNS4yNSA1LjI1bDYuNSA2LjVtMC02LjVsLTYuNSA2LjUiIHN0cm9rZT0iI0NBQ0FDQSIvPjwvc3ZnPg==') no-repeat center;
  content: '';
  height: 25px;
  width: 25px;
}
.amgdprcookie-modal-container .modal-inner-wrap .action-close:focus {
  box-shadow: 0 0 3px 1px #00699d;
}
.amgdprcookie-modal-container .modal-inner-wrap .amgdprcookie-groups-container {
  overflow: auto;
  scrollbar-color: #e8e8e8 #ffffff;
  scrollbar-width: thin;
  scrollbar-face-color: #e8e8e8;
  scrollbar-highlight-color: #e8e8e8;
  scrollbar-shadow-color: #e8e8e8;
  scrollbar-track-color: #ffffff;
}
.amgdprcookie-modal-container .modal-inner-wrap .amgdprcookie-groups-container::-webkit-scrollbar {
  width: 4px;
}
.amgdprcookie-modal-container .modal-inner-wrap .amgdprcookie-groups-container::-webkit-scrollbar-track {
  background-color: #ffffff;
  box-shadow: none;
}
.amgdprcookie-modal-container .modal-inner-wrap .amgdprcookie-groups-container::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #e8e8e8;
}
.amgdprcookie-settings-form .amgdprcookie-toggle-cookie .amgdprcookie-input.disabled + .amgdprcookie-label {
  background: #e8e8e8;
}
.amgdprcookie-groups-modal .amgdprcookie-table .amgdprcookie-row,
.amgdprcookie-groups-modal .amgdprcookie-table thead tr,
.amgdprcookie-groups-modal .amgdprcookie-table thead {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.amgdprcookie-groups-modal .amgdprcookie-cell.-name {
  word-wrap: break-word;
}
.amgdprcookie-modal-container .amgdprcookie-modal-template {
  height: 100%;
  margin-left: 0;
  min-width: 400px;
  pointer-events: auto;
  position: relative;
  width: 20%;
  z-index: 900;
}
.ammodals-overlay {
  background-color: rgba(51, 51, 51, 0.55);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 899;
}
[data-amgdpr-content-from='subscription'] {
  display: table-row-group;
}
.block.newsletter .form.subscribe > [data-amgdpr-content-from='subscription'].amgdpr-checkbox.field {
  float: none;
}
[data-amgdpr-content-from='subscription'] .amgdpr-checkbox {
  margin-top: 8px;
}
[data-amgdpr-content-from='subscription'] .amgdpr-label.label {
  position: inherit;
}
.amgdpr-modal-container {
  z-index: 999;
}
.amgdpr-modal-container .amgdpr-privacy-policy {
  display: none;
}
.amgdpr-modal-container .amgdpr-privacy-policy,
.amgdpr-modal-container .amgdpr-html-content {
  max-height: 500px;
  overflow-y: scroll;
  word-wrap: break-word;
}
.checkout-index-index .amgdpr-modal-container.modal-popup:not(.agreements-modal):not(.popup-authentication) .modal-inner-wrap,
.amgdpr-modal-container .modal-inner-wrap {
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.35);
  max-width: 1130px;
}
.amgdpr-modal-container .modal-header {
  padding: 30px 30px 20px;
}
.amgdpr-modal-container .modal-content {
  padding: 0 30px 0 25px;
}
.amgdpr-modal-container .modal-footer {
  padding: 30px 35px 30px;
}
.amgdpr-modal-container .modal-header .modal-title {
  border-bottom: none;
  color: #5384ec;
  font-size: 26px;
  font-weight: 400;
  margin-left: 10px;
  padding: 0;
}
.amgdpr-modal-container .action.action-primary:hover {
  background-color: #1357e6;
}
.amgdpr-modal-container .action.action-primary {
  background-color: #4670c9;
  border-radius: 3px;
  box-shadow: none;
  color: #ffffff;
  font-weight: bold;
  letter-spacing: 1.35px;
  text-transform: uppercase;
  transition: background-color 0.3s ease-out;
  width: 100%;
}
.amgdpr-modal-container .action-close {
  line-height: 14px;
  right: 10px;
  top: 10px;
}
.amgdpr-modal-container .action-close:focus,
.amgdpr-modal-container .action-primary:focus,
.amgdpr-modal-container .action-close:active,
.amgdpr-modal-container .action-primary:active {
  box-shadow: 0 0 3px 1px #00699d;
  opacity: .9;
}
.amgdpr-modal-container .amgdpr-html-content::-webkit-scrollbar,
.amgdpr-modal-container .amgdpr-privacy-policy::-webkit-scrollbar {
  width: 6px;
}
.amgdpr-modal-container .amgdpr-html-content::-webkit-scrollbar-track,
.amgdpr-modal-container .amgdpr-privacy-policy::-webkit-scrollbar-track {
  background: #ffffff;
  width: 6px;
}
.amgdpr-modal-container .amgdpr-html-content::-webkit-scrollbar-thumb,
.amgdpr-modal-container .amgdpr-privacy-policy::-webkit-scrollbar-thumb {
  background: #e0e0e0;
  border-radius: 2px;
}
.amgdpr-notification-container {
  background: #ffeaac;
  font-weight: 600;
  margin-left: 10px;
  padding: 25px;
}
.amgdpr-cookie-link {
  margin-top: 10px;
}
.amgdpr-cookie-link .amgdpr-link {
  display: none;
}
.amgdpr-cookie-link .amgdpr-link.-show {
  display: block;
}
.amgdpr-settings-container {
  display: inline-flex;
  flex-wrap: wrap;
  margin: -36px 0 36px -36px;
  width: calc(100% + 40px);
}
.amgdpr-settings-container .amgdpr-block {
  display: none;
  margin-top: 18px;
}
.amgdpr-settings-container .amgdpr-block .fieldset {
  margin-bottom: 18px;
}
.amgdpr-settings-container .amgdpr-mail {
  margin-top: 10px;
}
.amgdpr-settings-container .amgdpr-block .amgdpr-checkbox.field,
.amgdpr-settings-container .field.control.checkbox {
  margin-bottom: 20px;
}
.amgdpr-checkbox-container {
  margin: 36px 0 0 36px;
  max-width: 220px;
  position: relative;
}
.amgdpr-checkbox-container > .amgdpr-checkbox:checked ~ .amgdpr-block {
  display: block;
}
.amgdpr-checkbox-container > .amgdpr-checkbox {
  height: 1px;
  opacity: 0;
  position: absolute;
  width: 1px;
}
.amgdpr-checkbox-container > .amgdpr-label {
  background-color: #e8f6ff;
  border: 2px solid #e8f6ff;
  border-radius: 20px;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 220px;
  position: relative;
  transition: border 0.3s ease-in, background-color 0.3s ease-in;
  width: 220px;
}
.amgdpr-checkbox-container > .amgdpr-label:before {
  content: '';
  height: 100px;
  left: 50%;
  position: absolute;
  top: 40%;
  transform: translate(-50%, -50%);
  width: 100px;
}
.amgdpr-checkbox-container > .amgdpr-label.-download:before {
  background: url('../../frontend/Smartwave/porto_child/en_US/Amasty_Gdpr/images/download.svg') no-repeat center;
}
.amgdpr-checkbox-container > .amgdpr-checkbox:checked + .amgdpr-label.-download:before {
  background: url('../../frontend/Smartwave/porto_child/en_US/Amasty_Gdpr/images/download_active.svg') no-repeat center;
}
.amgdpr-checkbox-container > .amgdpr-label.-policy:before {
  background: url('../../frontend/Smartwave/porto_child/en_US/Amasty_Gdpr/images/policy.svg') no-repeat center;
}
.amgdpr-checkbox-container > .amgdpr-checkbox:checked + .amgdpr-label.-policy:before {
  background: url('../../frontend/Smartwave/porto_child/en_US/Amasty_Gdpr/images/policy_active.svg') no-repeat center;
}
.amgdpr-checkbox-container > .amgdpr-label.-anonymise:before {
  background: url('../../frontend/Smartwave/porto_child/en_US/Amasty_Gdpr/images/anonymise.svg') no-repeat center;
}
.amgdpr-checkbox-container > .amgdpr-checkbox:checked + .amgdpr-label.-anonymise:before {
  background: url('../../frontend/Smartwave/porto_child/en_US/Amasty_Gdpr/images/anonymise_active.svg') no-repeat center;
}
.amgdpr-checkbox-container > .amgdpr-label.-delete:before {
  background: url('../../frontend/Smartwave/porto_child/en_US/Amasty_Gdpr/images/delete.svg') no-repeat center;
}
.amgdpr-checkbox-container > .amgdpr-checkbox:checked + .amgdpr-label.-delete:before {
  background: url('../../frontend/Smartwave/porto_child/en_US/Amasty_Gdpr/images/delete_active.svg') no-repeat center;
}
.amgdpr-checkbox-container > .amgdpr-label.-consents:before {
  background: url('../../frontend/Smartwave/porto_child/en_US/Amasty_Gdpr/images/consents.svg') no-repeat center;
}
.amgdpr-checkbox-container > .amgdpr-checkbox:checked + .amgdpr-label.-consents:before {
  background: url('../../frontend/Smartwave/porto_child/en_US/Amasty_Gdpr/images/consents_active.svg') no-repeat center;
}
.amgdpr-checkbox-container > .amgdpr-label.-dpoinfo:before {
  background: url('../../frontend/Smartwave/porto_child/en_US/Amasty_Gdpr/images/officer.svg') no-repeat center;
}
.amgdpr-checkbox-container > .amgdpr-checkbox:checked + .amgdpr-label.-dpoinfo:before {
  background: url('../../frontend/Smartwave/porto_child/en_US/Amasty_Gdpr/images/officer_active.svg') no-repeat center;
}
.amgdpr-checkbox-container > .amgdpr-checkbox:checked + .amgdpr-label {
  background-color: #3d9fe9;
}
.amgdpr-checkbox-container > .amgdpr-checkbox:checked + .amgdpr-label .amgdpr-title {
  color: #fff;
}
.amgdpr-checkbox-container .amgdpr-title {
  color: #333;
  font-size: 16px;
  font-weight: 600;
  left: 50%;
  min-width: 180px;
  position: absolute;
  text-align: center;
  top: 80%;
  transform: translate(-50%, -50%);
  transition: color 0.3s ease-in;
}
.amgdpr-checkbox-container .amgdpr-svg {
  fill: #000;
}
.amgdpr-checkbox-container > .amgdpr-checkbox:focus + .amgdpr-label,
.amgdpr-checkbox-container > .amgdpr-checkbox:active + .amgdpr-label,
.amgdpr-checkbox-container > .amgdpr-label:hover {
  border: 2px solid #1979c2;
  box-shadow: 0 5px 10px #b7dbf7;
}
.amgroupassign-li-nav {
  display: flex;
  flex-direction: column;
  align-items: baseline;
}
.amgroupassign-groupcode {
  background-color: #C3E1FD;
  padding: 3px 5px;
  border-radius: 3px;
  font-size: 8px;
  font-weight: 600;
  line-height: 10px;
  max-width: 155px;
  margin: 0 18px 10px;
}
.am-recaptcha-container .messages-container {
  margin-top: 15px;
}
.am-recaptcha-container .hidden {
  left: -10000px;
  position: absolute;
  visibility: hidden;
}
.am-recaptcha-place-order .grecaptcha-badge {
  z-index: 1000;
}
.recaptcha-error {
  border: 1px solid #dd4b39;
  padding: 5px;
}
.recaptcha-error .recaptcha-error-message {
  color: #dd4b39;
  font-size: 12px;
  padding: 4px 0;
}
/* phpcs:ignore Magento2.Less.AvoidId.IdSelectorUsage */
.am-submit-summary #checkout-payment-method-load .actions-toolbar:has(#am-recaptcha-block) {
  /* phpcs:ignore Magento2.Less.AvoidId.IdSelectorUsage */
  display: block;
}
.am-submit-summary #checkout-payment-method-load .actions-toolbar:has(#am-recaptcha-block) .primary > *:not(#am-recaptcha-block) {
  display: none;
}
.am-submit-summary #checkout-payment-method-load .actions-toolbar:has(#am-recaptcha-block) .primary:has(.grecaptcha-badge) {
  display: none;
}
.amskit-toolbar-wrap {
  position: fixed;
  bottom: 10px;
  left: 3%;
  z-index: 9999;
  width: 300px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
}
.amskit-toolbar-wrap.-open:after {
  content: '';
  position: absolute;
  bottom: 15px;
  left: 0;
  width: 100%;
  height: 25px;
  pointer-events: none;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 35%, #ffffff);
}
.amskit-toolbar-wrap.-open {
  padding-bottom: 15px;
}
.amskit-toolbar-box {
  padding: 10px 20px;
  border-radius: 10px;
  background: #e4e4e4;
  box-sizing: border-box;
  cursor: pointer;
}
.amskit-toolbar-box.-open {
  border-radius: 10px 10px 0 0;
  cursor: auto;
}
.amskit-toolbar-box > .amskit-title {
  display: inline-block;
  line-height: 30px;
  font-size: 18px;
  font-weight: 600;
  color: #000;
}
.amskit-toolbar-box > .amskit-title:before {
  content: '';
  display: inline-block;
  margin-right: 10px;
  width: 30px;
  height: 30px;
  vertical-align: top;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgZmlsbD0ibm9uZSI+PGNpcmNsZSBjeD0iMTUiIGN5PSIxNSIgcj0iMTUiIGZpbGw9IiNGRjk0MTYiLz48cGF0aCBmaWxsPSIjZmZmIiBkPSJNNyA3Ljc1MmMwIC40ODUuMDE4LjkxMS4wMTggMS4zOTZ2Ny43MDVsLjAwMSAzLjU5OGMwIC41ODktLjAxNSAxLjE4MiAwIDEuNzcydi4wMjZjMCAuNDA2LjM0Ny43NTEuNzU0Ljc1MWgxNC40NzJjLjM5NiAwIC43NzItLjM0NS43NTQtLjc1LS4wMi0uNDA2LS4zMzItLjc1Mi0uNzU0LS43NTJINy43OGwuNzU0Ljc1MXYtMS40NTNsLS4wMDEtMy40NFYxMy4xNCA5LjQ5M2MwLS41OS0uMDAzLTEuMTI1LS4wMTgtMS43MTR2LS4wMjdjMC0uMzk0LS4zMzYtLjc3LS43NDItLjc1MS0uNDE5LjAxOC0uNzczLjMzLS43NzMuNzUxeiIvPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0xMC42MzYgMTguNzA2djMuNDk3YzAgLjQxOC4zMzUuODE2LjcyOC43OTZhLjc3OS43NzkgMCAwIDAgLjcyNy0uNzk2di0zLjA1Mi0uNDQ1YzAtLjQxOC0uMzM0LS44MTYtLjcyNy0uNzk2YS43NzYuNzc2IDAgMCAwLS43MjguNzk2ek0xNC4yNzMgMTUuMTF2Ny4wNTNjMCAuNDM5LjMzNC44NTcuNzI3LjgzNi4zOTMtLjAyLjcyNy0uMzY4LjcyNy0uODM2di02LjE3LS44ODNjMC0uNDM5LS4zMzQtLjg1Ny0uNzI3LS44MzYtLjM5My4wMi0uNzI3LjM2OC0uNzI3LjgzNnpNMTcuOTEgMTUuODV2Ni4yOTljMCAuNDQ3LjMzNC44NzEuNzI3Ljg1LjM5Mi0uMDIxLjcyNy0uMzc0LjcyNy0uODV2LTUuNTItLjc3OGMwLS40NDctLjMzNS0uODcyLS43MjctLjg1LS4zOTMuMDIxLS43MjguMzc0LS43MjguODV6TTIxLjU0NiAxMi44OTNWMjIuMTk4YzAgLjQyLjMzNC44MjEuNzI3LjgwMS4zOTMtLjAyLjcyNy0uMzUyLjcyNy0uODAxdi0zLjE0LTUuMDA2LTEuMTU5YzAtLjQyLS4zMzQtLjgyMS0uNzI3LS44MDEtLjM5My4wMi0uNzI3LjM1Mi0uNzI3LjgwMXpNOC4zODIgMTYuMDI3bDIuMDA4LTEuMzg2YzEuMDYyLS43MzIgMi4xMi0xLjQ2OCAzLjE4My0yLjJsLjczOS0uNTExYy4zMjQtLjIyMS41LS42NjguMjcxLTEuMDI5LS4yMDctLjMxOS0uNjg2LS41MS0xLjAzMi0uMjdsLTIuMDA4IDEuMzg1Yy0xLjA2My43MzMtMi4xMjIgMS40NjktMy4xODQgMi4ybC0uNzM4LjUxMWMtLjMyNS4yMjItLjUwMi42NjktLjI3MiAxLjAzLjIxMS4zMjIuNjg2LjUxIDEuMDMzLjI3eiIvPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0xMy43MzIgMTIuMDA5bDMuMjQ3LjYyLjQ2OC4wOWMuMzg0LjA3NS44MzItLjExLjkyNi0uNTI2LjA4My0uMzcyLS4xMTMtLjg0NS0uNTI3LS45MjRsLTMuMjQ4LS42Mi0uNDY3LS4wOWMtLjM4NC0uMDc0LS44MzMuMTEtLjkyNy41MjYtLjA4Ny4zNjguMTEzLjg0NS41MjguOTI0eiIvPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0xOC4xNzcgMTIuNTI0YzEuMTA4LTEuMTk4IDIuMjE2LTIuMzkyIDMuMzIzLTMuNTkuMTU1LS4xNy4zMTMtLjMzOC40NjgtLjUwNy4yNjctLjI5LjMwOC0uNzgxIDAtMS4wNjMtLjI5LS4yNjYtLjc4LS4zMDgtMS4wNjcgMC0xLjEwNyAxLjE5OC0yLjIxNSAyLjM5Mi0zLjMyMyAzLjU5LS4xNTQuMTY5LS4zMTIuMzM4LS40NjcuNTA3LS4yNjcuMjg5LS4zMDkuNzggMCAxLjA2My4yOS4yNjYuNzguMzA3IDEuMDY2IDB6Ii8+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTIwLjY3NSA3Ljg5N3YyLjM1YzAgLjM5NS4zNDcuNzcuNzU0Ljc1Mi40MDctLjAxOS43NTMtLjMzLjc1My0uNzUxdi0yLjM1YzAtLjM5NS0uMzQ2LS43Ny0uNzUzLS43NTItLjQxLjAyLS43NTQuMzMtLjc1NC43NTF6Ii8+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTIxLjQyOSA3LjE0NmMtLjc1Ny4wMDgtMS41MTUuMDExLTIuMjcyLjAxOS0uMzk2LjAwNC0uNzcyLjM0Mi0uNzU0Ljc1LjAyLjQwNi4zMzIuNzU2Ljc1NC43NTIuNzU3LS4wMDggMS41MTUtLjAxMSAyLjI3Mi0uMDE5LjM5Ni0uMDA0Ljc3Mi0uMzQyLjc1My0uNzUtLjAxOC0uNDA2LS4zMzEtLjc1Ni0uNzUzLS43NTJ6Ii8+PC9zdmc+) no-repeat center;
}
.amskit-toolbar-box > .amskit-arrow {
  display: inline-block;
  float: right;
  width: 12px;
  height: 30px;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSI4IiBmaWxsPSJub25lIj48cGF0aCBzdHJva2U9IiNCMkIyQjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIxLjUiIGQ9Ik0xMyA3TDcgMSAxIDciLz48L3N2Zz4=) no-repeat center;
}
.amskit-toolbar-box.-open > .amskit-arrow {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  cursor: pointer;
}
.amskit-toolbar-content {
  padding: 10px;
  max-height: 75vh;
  overflow: auto;
  box-sizing: border-box;
  font-size: 14px;
  color: #000;
  background: #fff;
}
.amskit-toolbar-content .amskit-table {
  table-layout: fixed;
}
.amskit-toolbar-content > .amskit-title {
  margin: 10px;
  padding: 0 0 10px;
  border-bottom: 1px solid #e4e4e4;
  font-weight: 600;
  font-size: 16px;
}
.amskit-toolbar-content > .amskit-background {
  margin: 5px -10px 25px;
  padding: 10px;
  background: #f6f6f6;
}
.amskit-toolbar-content .amskit-cell {
  word-break: break-word;
  word-wrap: break-word;
}
.amskit-toolbar-content .amskit-cell.-indent {
  padding-left: 35px;
}
.amskit-toolbar-content .amskit-description {
  font-size: 12px;
  color: #adadad;
}
.amskit-toolbar-content .amskit-description.-headings {
  padding-left: 25px;
}
.amskit-toolbar-content .amskit-icon {
  position: relative;
  padding-left: 25px;
}
.amskit-toolbar-content .amskit-icon:before {
  content: '';
  position: absolute;
  left: 0;
  display: inline-block;
  width: 18px;
  height: 18px;
}
.amskit-toolbar-content .amskit-icon.-warning:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxOCIgZmlsbD0ibm9uZSI+PGNpcmNsZSBjeD0iOSIgY3k9IjkiIHI9IjkiIGZpbGw9IiNFQjU3NTciLz48cGF0aCBzdHJva2U9IiNmZmYiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIyIiBkPSJNOSA0djYuNSIvPjxjaXJjbGUgY3g9IjkiIGN5PSIxNCIgcj0iMSIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==) no-repeat center;
}
.amskit-toolbar-content .amskit-icon.-normal:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxOCIgZmlsbD0ibm9uZSI+PGNpcmNsZSBjeD0iOSIgY3k9IjkiIHI9IjkiIGZpbGw9IiMxNzg3RTAiLz48cGF0aCBzdHJva2U9IiNmZmYiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIyIiBkPSJNNS41IDlsMy4xMjUgM0wxMi41IDciLz48L3N2Zz4=) no-repeat center;
}
.amskit-headings-wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.amskit-headings-wrap > .amskit-item {
  margin-left: 8px;
  margin-bottom: 5px;
  text-align: center;
}
.amskit-headings-wrap .amskit-head {
  text-transform: uppercase;
}
.amskit-page-links {
  padding: 0;
  margin: 0;
  list-style: none;
}
.amskit-page-links > .amskit-item {
  position: relative;
  padding-left: 10px;
}
.amskit-page-links > .amskit-item:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #55b4ff;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.amskit-page-links .amskit-label {
  display: inline-block;
  width: 80%;
}
.amskit-separator-wrap {
  position: relative;
  margin: 15px 0;
  height: 1px;
  background: #c4c4c4;
}
.amskit-separator-wrap ~ .amskit-url {
  display: none;
}
.amskit-separator-wrap > .amskit-button {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 0 10px;
  height: 20px;
  line-height: 20px;
  font-size: 10px;
  border: 1px solid #c4c4c4;
  border-radius: 20px;
  background: #fff;
  color: #c4c4c4;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.amskit-separator-wrap > .amskit-button:hover {
  border-color: #1787e0;
  color: #1787e0;
}
@media (min-width: 480px) {
  .amskit-toolbar-wrap.-open {
    width: 450px;
  }
  .amskit-page-links .amskit-label {
    width: 55%;
  }
}
.amsl-separator {
  border: 1px solid #dbdbdb;
  display: none;
  margin: 0;
  position: relative;
}
.amsl-separator .amsl-icon {
  background: #fff;
  border: 2px solid #dbdbdb;
  border-radius: 20px;
  box-sizing: border-box;
  color: #dbdbdb;
  display: block;
  font-size: 14px;
  height: 33px;
  left: 50%;
  line-height: 27px;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 33px;
}
.amsl-cart-page .-labeled-buttons > .amsl-title,
.amsl-registration-page .-labeled-buttons > .amsl-title,
.amsl-login-page .-labeled-buttons > .amsl-title {
  display: none;
}
.amsl-cart-page .-labeled-buttons .amsl-buttons,
.amsl-registration-page .-labeled-buttons .amsl-buttons,
.amsl-login-page .-labeled-buttons .amsl-buttons {
  justify-content: flex-start;
  width: 100%;
}
.amsl-cart-page .-labeled-buttons .amsl-button-wrapper.with-label.-rectangular,
.amsl-registration-page .-labeled-buttons .amsl-button-wrapper.with-label.-rectangular,
.amsl-login-page .-labeled-buttons .amsl-button-wrapper.with-label.-rectangular {
  margin: 0 0 15px;
}
.amsl-error {
  background: #f69b98;
  display: none;
  flex-basis: 100%;
  margin: 0 20px 20px;
  padding: 5px;
  text-align: left;
  word-break: break-word;
}
.amsl-error.-default {
  margin-bottom: 10px;
}
.amsl-error.-social {
  margin: 35px 20px 0;
}
.amsl-error.-info {
  background: none;
  color: #a1a1a1;
  font-size: 14px;
  line-height: 16px;
  padding: 0;
  text-align: center;
}
.amsl-content {
  min-width: 300px;
}
.amsl-social-wrapper {
  display: flex;
  flex-direction: column;
}
.amsl-cart-page,
.amsl-login-page,
.amsl-registration-page {
  margin: 10px 0;
}
.amsl-cart-page .amsl-error,
.amsl-login-page .amsl-error,
.amsl-registration-page .amsl-error {
  margin: 0 0 10px;
}
.amsl-form .field input[type='checkbox'] {
  top: -1px;
}
.amsl-register-content .form.create.account,
.amsl-forgot-content .form.password.forget {
  max-width: 100%;
  min-width: inherit;
  width: 100%;
}
.amsl-popup-observed .modal-custom.authentication-dropdown,
.amsl-popup-observed .modal-popup.popup-authentication,
.amsl-popup-observed .modal-popup.authentication-dropdown,
.amsl-popup-observed .authentication-wrapper .dropdown-overlay {
  display: none !important;
}
.amsl-focus {
  border-color: #fff;
  outline: 2px solid #006bb4;
  transform: none;
  transition: none;
}
.amsl-button {
  transition: all 0.2s ease;
  background-repeat: no-repeat;
  border-radius: 100px;
  display: block;
}
.amsl-button .amsl-social-icon {
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  height: 100%;
  width: 100%;
}
.amsl-button.-clear {
  background: none;
  border: none;
  box-shadow: none;
  color: initial;
  margin: 0;
  outline: none;
  padding: 0;
}
.amsl-button.-clear:hover,
.amsl-button.-clear:active {
  background: none;
  box-shadow: none;
  color: inherit;
  outline: none;
  text-decoration: none;
}
.amsl-button.-google {
  background: #ffffff;
}
.amsl-button.-google .amsl-social-icon {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzEiIGhlaWdodD0iMzMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PG1hc2sgaWQ9ImEiIG1hc2tVbml0cz0idXNlclNwYWNlT25Vc2UiIHg9IjAiIHk9IjAiIHdpZHRoPSIzMSIgaGVpZ2h0PSIzMyI+PHBhdGggZD0iTS4xMDIgMTYuNTJDLS4yMDggOC4yNjUgNi45MTYuNjM1IDE1LjA1Ni41MzZjNC4xNS0uMzYgOC4xODYgMS4yNzYgMTEuMzI2IDMuOTQ0LTEuMjg4IDEuNDM4LTIuNTk5IDIuODU5LTMuOTk4IDQuMTktMi43NjUtMS43MDUtNi4wOTMtMy4wMDUtOS4zMjMtMS44NS01LjIxIDEuNTA1LTguMzY2IDcuNzUxLTYuNDM4IDEyLjkyNiAxLjU5NyA1LjQwNSA4LjA3MiA4LjM3IDEzLjE0NyA2LjEgMi42MjgtLjk1NSA0LjM2LTMuNDE2IDUuMTItNi4wNjEtMy4wMTEtLjA2MS02LjAyMy0uMDIzLTkuMDM1LS4xMDctLjAwOC0xLjgyLS4wMTUtMy42MzItLjAwOC01LjQ1IDUuMDIzLS4wMDggMTAuMDUzLS4wMjQgMTUuMDgzLjAyMi4zMDkgNC40NTctLjM0IDkuMjI3LTMuMTkzIDEyLjgwNC0zLjkwOSA1LjEwNy0xMS4xMyA2LjYwNS0xNy4wMDMgNC42MDJDNC41IDI5LjU3OC0uMDM0IDIzLjIwMi4xMDIgMTYuNTJ6IiBmaWxsPSIjZmZmIi8+PC9tYXNrPjxnIG1hc2s9InVybCgjYSkiPjxwYXRoIGQ9Ik0tOS43NjIgMzQuMzZWMi4zMzVsMjAuOTQgMTYuMDE0LTIwLjk0IDE2LjAxM3oiIGZpbGw9IiNGQkJDMDUiLz48cGF0aCBkPSJNLTkuNzYyIDIuMzM1bDIwLjk0IDE2LjAxMyA4LjYyMy03LjUxNEw0OS4zNjMgNi4wM3YtMTcuMjQ1SC05Ljc2MnYxMy41NXoiIGZpbGw9IiNFQTQzMzUiLz48cGF0aCBkPSJNLTkuNzYyIDM0LjM2TDI3LjE5IDYuMDNsOS43MzEgMS4yMzIgMTIuNDQxLTE4LjQ3N1Y0Ny45MUgtOS43NjJWMzQuMzZ6IiBmaWxsPSIjMzRBODUzIi8+PHBhdGggZD0iTTQ5LjM2MyA0Ny45MUwxMS4xNzggMTguMzQ4bC00LjkyNy0zLjY5Nkw0OS4zNjMgMi4zMzRWNDcuOTF6IiBmaWxsPSIjNDI4NUY0Ii8+PC9nPjwvc3ZnPg==);
}
.amsl-button.-twitter {
  background: #137ab9;
}
.amsl-button.-twitter .amsl-social-icon {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzQiIGhlaWdodD0iMjciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEwLjgyMSAyNi45ODJjMTIuMjY1IDAgMTguOTcyLTEwLjE4OCAxOC45NzItMTkuMDIxIDAtLjI5LS4wMDYtLjU3OC0uMDItLjg2NUExMy41NzggMTMuNTc4IDAgMCAwIDMzLjEgMy42MzVjLTEuMTk1LjUzMi0yLjQ4Ljg5LTMuODMgMS4wNTJBNi43MDUgNi43MDUgMCAwIDAgMzIuMjA0Ljk5YTEzLjM1IDEzLjM1IDAgMCAxLTQuMjM0IDEuNjIzQTYuNjUyIDYuNjUyIDAgMCAwIDIzLjEwMi41Yy0zLjY4MyAwLTYuNjY5IDIuOTk0LTYuNjY5IDYuNjg0IDAgLjUyNS4wNTkgMS4wMzUuMTczIDEuNTI1LTUuNTQyLS4yOC0xMC40NTYtMi45NC0xMy43NDQtNi45ODVhNi42OCA2LjY4IDAgMCAwLS45MDMgMy4zNiA2LjY4NSA2LjY4NSAwIDAgMCAyLjk2NyA1LjU2NSA2LjYwNiA2LjYwNiAwIDAgMS0zLjAyLS44MzZ2LjA4NWE2LjY4MyA2LjY4MyAwIDAgMCA1LjM0OSA2LjU1MyA2LjY1OCA2LjY1OCAwIDAgMS0zLjAxMi4xMTUgNi42NzcgNi42NzcgMCAwIDAgNi4yMyA0LjY0MyAxMy4zNTQgMTMuMzU0IDAgMCAxLTguMjgyIDIuODYyYy0uNTM4IDAtMS4wNy0uMDMtMS41OTEtLjA5M2ExOC44NCAxOC44NCAwIDAgMCAxMC4yMjEgMy4wMDMiIGZpbGw9IiNmZmYiLz48L3N2Zz4=);
}
.amsl-button.-facebook {
  background: #3c5a99;
}
.amsl-button.-facebook .amsl-social-icon {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMzgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEyLjM3IDM3LjI4VjIwLjY2OGg1LjU3NmwuODM1LTYuNDc0SDEyLjM3VjEwLjA2YzAtMS44NzUuNTItMy4xNTIgMy4yMDktMy4xNTJsMy40MjgtLjAwMnYtNS43OWMtLjU5My0uMDgtMi42MjgtLjI1Ni00Ljk5Ni0uMjU2LTQuOTQzIDAtOC4zMjcgMy4wMTctOC4zMjcgOC41NTh2NC43NzVILjA5NHY2LjQ3NWg1LjU5VjM3LjI4aDYuNjg2eiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==);
  background-repeat: no-repeat;
}
.amsl-button.-apple {
  background: #ffffff;
}
.amsl-button.-apple .amsl-social-icon {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB0AAAAjCAYAAABo4wHSAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAKGSURBVHgBvVddbtpAEJ5dm1SVIuq8EcWm7glK3/pWOEGSExAe+9T2BE1OUHqCuDcIJ4Ab1Jygq5IfHi1qpApsb2ccg4xrO1HszSeBl9ldvp31zM63DGqCgdjfb34CkF36fX096xWN1aEGHB5aJ5rGLokbgOFDTsrGVyZtt9v9KAJn1yqnZXMYVECr1bJ1fe9X1h4E/M18LkTRPA4VoOsvLrM2KcEpI6xESl5ugiZFKMKQXzw098mkmtbo5hD2HvKyEiljzE6aHkD0fbnk7x5DGM8t6jBNsysl73AOb9EPDyN0GobryRz/mfpxdzGIAtv3ddfzhEfjcSHH6LGN3QZj4GbnFJJSzuk6+5ZMzoGcYN8P9M5FEuOeiJ1BnKMFM6QcLpd/LjzEf6SW1Sayz6AA6LlYr1c98nr7Tk2z/VUVIYF2rtHYG1M7PpGOjqwzfJyDQlB0Y4ycbkk5Z+SlUsJ0OnHLsk6Kg6YeRJH8kk4njmF9DEohJ3d3s6u0hWPId0AhMJ1GWRtFrw0KwVjkQg6pAc+MSqXtMQhDZuSReqAQKGM6eaQClEJ+yFo45ugUlIJ1qYjskGoauKAYpBTvlUZCulrxK1APgw77DXFc2kzz9Tird1QBa6sTpwzncgTPBDwBDxJS7oDi1NkgDKWjUQNVxN9m89VLbHZBIajE3d7OPm5PJF3nQzKCUshYE29JhRAeHs4DUARS/jc3M4faWrpjsVgI3OYDbL6HGpEoh4Hv56jBDVCk/cRHXXXWwwvVjhDPvSri++0FQTQuIXZJTFMDi7SN3zQur0SS+j+dz3+LtLH0qogen+PW9JHAJiL8jHyfD0nRZ8eSomSM95MF0HLcINAGeVeNfzUoF3Ix/HhxAAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
}
.amsl-button.-linkedin {
  background: #0077b7;
}
.amsl-button.-linkedin .amsl-social-icon {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMyIgaGVpZ2h0PSIzNCIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTguMDQ2IDMyLjg1MmMwIC42MzQtLjUwMyAxLjE0OC0xLjEyMiAxLjE0OEgyLjE0OWMtLjYyIDAtMS4xMjItLjUxNC0xLjEyMi0xLjE0OFYxMi4zNjVjMC0uNjM0LjUwMi0xLjE0OCAxLjEyMi0xLjE0OGg0Ljc3NWMuNjIgMCAxLjEyMi41MTQgMS4xMjIgMS4xNDh2MjAuNDg3ek00LjUzNiA5LjI4NkMyLjAzMSA5LjI4NiAwIDcuMjA3IDAgNC42NDMgMCAyLjA3OSAyLjAzMSAwIDQuNTM2IDBjMi41MDYgMCA0LjUzNyAyLjA3OSA0LjUzNyA0LjY0MyAwIDIuNTY0LTIuMDMxIDQuNjQzLTQuNTM3IDQuNjQzek0zMyAzMi45NDRjMCAuNTgzLS40NjIgMS4wNTYtMS4wMzEgMS4wNTZoLTUuMTI0Yy0uNTcgMC0xLjAzMi0uNDczLTEuMDMyLTEuMDU2di05LjYxYzAtMS40MzMuNDExLTYuMjgtMy42Ni02LjI4LTMuMTU4IDAtMy43OTkgMy4zMTgtMy45MjcgNC44MDd2MTEuMDgzYzAgLjU4My0uNDYyIDEuMDU2LTEuMDMyIDEuMDU2SDEyLjI0Yy0uNTcgMC0xLjAzMi0uNDczLTEuMDMyLTEuMDU2VjEyLjI3MmMwLS41ODIuNDYyLTEuMDU1IDEuMDMyLTEuMDU1aDQuOTU1Yy41NyAwIDEuMDMyLjQ3MyAxLjAzMiAxLjA1NnYxLjc4N2MxLjE3LTEuNzk5IDIuOTExLTMuMTg3IDYuNjE2LTMuMTg3IDguMjA1IDAgOC4xNTggNy44NDUgOC4xNTggMTIuMTU2djkuOTE1eiIvPjwvc3ZnPg==);
}
.amsl-button.-instagram {
  background: linear-gradient(0deg, #e09b3d, #c74c4d, #c21975, #7024c4);
}
.amsl-button.-instagram .amsl-social-icon {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzNSIgaGVpZ2h0PSIzNSIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTE3LjUgMy4xNTNjNC42NzMgMCA1LjIyNi4wMTggNy4wNzIuMTAyIDEuNzA2LjA3OCAyLjYzMi4zNjMgMy4yNDkuNjAzLjc2LjI4IDEuNDQ4LjcyOCAyLjAxMiAxLjMwOWE1LjQyIDUuNDIgMCAwIDEgMS4zMSAyLjAxMmMuMjM5LjYxNy41MjQgMS41NDMuNjAyIDMuMjUuMDg0IDEuODQ1LjEwMiAyLjM5OC4xMDIgNy4wNzFzLS4wMTggNS4yMjYtLjEwMiA3LjA3MmMtLjA3OCAxLjcwNi0uMzYzIDIuNjMzLS42MDMgMy4yNWE1Ljc5NCA1Ljc5NCAwIDAgMS0zLjMyMSAzLjMyYy0uNjE3LjI0LTEuNTQzLjUyNS0zLjI1LjYwMy0xLjg0NS4wODQtMi4zOTguMTAyLTcuMDcxLjEwMnMtNS4yMjYtLjAxOC03LjA3Mi0uMTAyYy0xLjcwNi0uMDc4LTIuNjMyLS4zNjMtMy4yNS0uNjAyYTUuNDIzIDUuNDIzIDAgMCAxLTIuMDExLTEuMzEgNS40MjIgNS40MjIgMCAwIDEtMS4zMS0yLjAxMmMtLjI0LS42MTYtLjUyNC0xLjU0My0uNjAyLTMuMjUtLjA4NC0xLjg0NC0uMTAyLTIuMzk4LS4xMDItNy4wNyAwLTQuNjc0LjAxOC01LjIyNy4xMDItNy4wNzIuMDc4LTEuNzA3LjM2My0yLjYzMy42MDMtMy4yNS4yOC0uNzYuNzI4LTEuNDQ4IDEuMzA5LTIuMDEyYTUuNDIyIDUuNDIyIDAgMCAxIDIuMDEyLTEuMzFjLjYxNy0uMjM5IDEuNTQzLS41MjQgMy4yNS0uNjAyIDEuODQ1LS4wODQgMi4zOTgtLjEwMiA3LjA3MS0uMTAyek0xNy41IDBjLTQuNzUzIDAtNS4zNDkuMDItNy4yMTUuMTA1QzguNDIyLjE5IDcuMTUuNDg2IDYuMDM3LjkyYTguNTc4IDguNTc4IDAgMCAwLTMuMSAyLjAxOCA4LjU3OCA4LjU3OCAwIDAgMC0yLjAxOSAzLjFDLjQ4NiA3LjE1LjE5IDguNDIyLjEwNiAxMC4yODUuMDIgMTIuMTUgMCAxMi43NDcgMCAxNy41cy4wMiA1LjM0OS4xMDYgNy4yMTVjLjA4NSAxLjg2My4zOCAzLjEzNS44MTMgNC4yNDhhOC41NzkgOC41NzkgMCAwIDAgMi4wMTkgMy4xIDguNTc4IDguNTc4IDAgMCAwIDMuMSAyLjAxOGMxLjExMi40MzMgMi4zODQuNzI5IDQuMjQ3LjgxNCAxLjg2Ny4wODUgMi40NjMuMTA1IDcuMjE1LjEwNSA0Ljc1MyAwIDUuMzQ5LS4wMiA3LjIxNS0uMTA1IDEuODYzLS4wODUgMy4xMzUtLjM4MSA0LjI0OC0uODE0YTguOTUgOC45NSAwIDAgMCA1LjExOC01LjExOGMuNDMzLTEuMTEzLjcyOS0yLjM4NS44MTQtNC4yNDguMDg1LTEuODY2LjEwNS0yLjQ2Mi4xMDUtNy4yMTVzLS4wMi01LjM0OS0uMTA1LTcuMjE1Yy0uMDg1LTEuODYzLS4zODEtMy4xMzUtLjgxNC00LjI0OGE4LjU3OCA4LjU3OCAwIDAgMC0yLjAxOC0zLjEgOC41NzkgOC41NzkgMCAwIDAtMy4xLTIuMDE5QzI3Ljg1LjQ4NiAyNi41NzguMTkgMjQuNzE1LjEwNiAyMi44NDkuMDIgMjIuMjUzIDAgMTcuNSAweiIvPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0xNy41IDguNTEzYTguOTg2IDguOTg2IDAgMSAwIDAgMTcuOTczIDguOTg2IDguOTg2IDAgMCAwIDAtMTcuOTczem0wIDE0LjgyYTUuODMzIDUuODMzIDAgMSAxIDAtMTEuNjY2IDUuODMzIDUuODMzIDAgMCAxIDAgMTEuNjY2ek0yNi44NDEgMTAuMjU4YTIuMSAyLjEgMCAxIDAgMC00LjIgMi4xIDIuMSAwIDAgMCAwIDQuMnoiLz48L3N2Zz4=);
}
.amsl-button.-amazon {
  background: #ffffff;
}
.amsl-button.-amazon .amsl-social-icon {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0MyIgaGVpZ2h0PSI0MCIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iI0Y5MCIgZD0iTTM4Ljg2OCAzNC42ODVDMzQuMTYgMzguMTUxIDI3LjMzNSA0MCAyMS40NTggNDAgMTMuMjIgNDAgNS44MDIgMzYuOTU3LjE5IDMxLjg5NmMtLjQ0LS4zOTgtLjA0Ni0uOTQuNDgzLS42M0M2LjczIDM0Ljc4NCAxNC4yMTcgMzYuOSAyMS45NTMgMzYuOWM1LjIxNiAwIDEwLjk1NC0xLjA3OCAxNi4yMy0zLjMxNC43OTgtLjMzOCAxLjQ2NS41Mi42ODUgMS4wOTh6Ii8+PHBhdGggZmlsbD0iI0Y5MCIgZD0iTTQwLjgyNiAzMi40NWMtLjYtLjc2OS0zLjk3OS0uMzY0LTUuNDk1LS4xODQtLjQ2My4wNTYtLjUzMy0uMzQ1LS4xMTctLjYzNCAyLjY5MS0xLjg5MSA3LjEwNy0xLjM0NSA3LjYyMi0uNzExLjUxNS42MzctLjEzNCA1LjA1Ny0yLjY2MyA3LjE2Ny0uMzg4LjMyNC0uNzU4LjE1MS0uNTg1LS4yNzkuNTY4LTEuNDE1IDEuODQtNC41ODggMS4yMzgtNS4zNnoiLz48cGF0aCBmaWxsPSIjMjIxRjFGIiBkPSJNMjQuMzczIDE2LjQ0NVYxNS4zM2MtMy43NjMgMC03LjczOC43OTctNy43MzggNS4xODggMCAyLjIyNCAxLjE2NCAzLjczIDMuMTYzIDMuNzMgMS40NjQgMCAyLjc3NC0uODkgMy42MDEtMi4zNCAxLjAyNS0xLjc4Mi45NzQtMy40NTUuOTc0LTUuNDYyek0yOS42MiAyOWMtLjM0NC4zMDQtLjg0MS4zMjYtMS4yMy4xMjMtMS43MjctMS40Mi0yLjAzNC0yLjA4LTIuOTg2LTMuNDM0LTIuODU1IDIuODgzLTQuODc1IDMuNzQ1LTguNTggMy43NDUtNC4zNzcgMC03Ljc4OC0yLjY3My03Ljc4OC04LjAyNiAwLTQuMTggMi4yOTEtNy4wMjggNS41NDgtOC40MTkgMi44MjYtMS4yMzEgNi43NzItMS40NDkgOS43ODgtMS43ODl2LS42NjZjMC0xLjIyNS4wOTUtMi42NzQtLjYzLTMuNzMxLS42MzctLjk1LTEuODUyLTEuMzQtMi45Mi0xLjM0LTEuOTg0IDAtMy43NTYgMS4wMDYtNC4xODggMy4wOTMtLjA4OC40NjMtLjQzMi45Mi0uOS45NDJsLTUuMDUxLS41MzdjLS40MjUtLjA5NC0uODkzLS40MzQtLjc3Ni0xLjA3OUMxMS4wNzIgMS44MjYgMTYuNTk4IDAgMjEuNTQ4IDBjMi41MzIgMCA1Ljg0LjY2NiA3Ljg0IDIuNTY1IDIuNTMyIDIuMzQgMi4yOSA1LjQ2MiAyLjI5IDguODZ2OC4wMjdjMCAyLjQxMiAxLjAxIDMuNDcgMS45NjIgNC43NzQuMzM3LjQ2My40MSAxLjAyMS0uMDE0IDEuMzY5LTEuMDYyLjg3Ny0yLjk1IDIuNTA3LTMuOTkgMy40MkwyOS42MjEgMjkiLz48L3N2Zz4=);
}
.amsl-button.-paypal {
  background: #ffffff;
}
.amsl-button.-paypal .amsl-social-icon {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMyIgaGVpZ2h0PSIzNiIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iIzI1M0I4MCIgZD0iTTkuNDUzIDM2bC43MTMtNC4yNTEtMS41ODgtLjAzNUgzTDYuMjY3IDQuMzQzYS40MDkuNDA5IDAgMCAxIC4xNDctLjI0Ni40NDcuNDQ3IDAgMCAxIC4yOC0uMDk3TDE3IDNjNSAwIDguNDcxLTIuNjM3IDEwLTEgMC0uNS43OCAyLjExNyAxIDMgLjIzMi45MjcgMS44IDEuOTUzIDEuNTc0IDMuMzAzbC0uMDE2LjA5OXYuODY1bC43MTYuMzgxYy42MDQuMzAxIDEuMDgzLjY0NSAxLjQ1MSAxLjA0LjYxMy42NTYgMS4wMSAxLjQ5IDEuMTc3IDIuNDguMTczIDEuMDE3LjExNi4yMjgtLjE2NyAxLjU5OC0uMzI3IDEuNTc3LS44NTYgMi45NS0xLjU3IDQuMDc0YTguNTk3IDguNTk3IDAgMCAxLTIuNDg2IDIuNTZjLS45NDguNjMyLTIuMDc1IDEuMTEyLTMuMzQ4IDEuNDE5LTEuMjM1LjMwMi0yLjY0Mi40NTQtNC4xODUuNDU0aC0uOTk1Yy0uNzEgMC0xLjQwMi4yNC0xLjk0NC42NzItLjU0My40NC0uOTAzIDMuMDQyLTEuMDEzIDMuN2wtLjA3NS4zODItMS4yNiA3LjQ5My0uMDU2LjI3NWMtLjAxNS4wODctLjA0MS4xMy0uMDguMTZhLjIxOS4yMTkgMCAwIDEtLjEzLjA0NWgtNi4xNHoiLz48cGF0aCBmaWxsPSIjMTc5QkQ3IiBkPSJNMjkuNSA3Yy0uMDM2LjIyOS4xNzcuNjYzLjEzMS45MDQtMS41ODggOC4xMjUtNy4wMiAxMC45MzItMTMuOTYgMTAuOTMySDEyLjE0Yy0uODQ4IDAtMS41NjMuNjE1LTEuNjk2IDEuNDQ5TDguNjM1IDMxLjcxOGwtLjUxMyAzLjI0QS45MDIuOTAyIDAgMCAwIDkuMDE1IDM2aDYuMjY1Yy43NDIgMCAxLjM3My0uNTM3IDEuNDktMS4yNjdsLjA2MS0uMzE3IDEuMTgtNy40NjIuMDc2LS40MDlhMS41MDUgMS41MDUgMCAwIDEgMS40ODktMS4yN2guOTM3YzYuMDcgMCAxMC44MjMtMi40NTYgMTIuMjEyLTkuNTY0LjU4LTIuOTcuMjgtNS40NS0xLjI1Ni03LjE5M0MzMS4wMDUgNy45OTIgMzAuMTc0IDcuMzU2IDI5LjUgN3oiLz48cGF0aCBmaWxsPSIjMjIyRDY1IiBkPSJNMjguMDUzIDdjLS4yMjMtLjA3LTEuMjA1LS41NjQtMS40NDEtLjYyMmExMi4yMDQgMTIuMjA0IDAgMCAwLS43MzItLjE1QTE2LjYxMyAxNi42MTMgMCAwIDAgMjMuMDEzIDZoLTguNjg5Yy0uMjEzIDAtLjQxNy4wNTMtLjU5OS4xNDgtLjQuMjEtLjY5OC42MjMtLjc3IDEuMTI5TDExLjA1MyAyMGwtLjA1My4zNzJjLjEyMi0uODQuODMzLTEuNDMgMS42MTQtMS40M2gzLjI1M2M2LjAxIDAgMTEuNDU5LTIuMTIxIDEzLjI5OS05LjE4MWExNy4yMzIgMTcuMjMyIDAgMCAwIC4zMDMtMS4zODljLjA0NC0uMjQyLjA4LS40NzcuMTEzLS43MDhhNy40NTkgNy40NTkgMCAwIDAtMS4yMDEtLjU1MkE5Ljk4NSA5Ljk4NSAwIDAgMCAyOC4wNTMgN3oiLz48cGF0aCBmaWxsPSIjMjUzQjgwIiBkPSJNMTIuNzgzIDkuMzk3Yy4wNzUtLjQ3NC4zODQtLjg2Mi44LTEuMDU4LjE5LS4wODkuNC0uMTM4LjYyMi0uMTM4aDkuMDJjMS4wNjkgMCAyLjA2Ni4wNjggMi45NzcuMjEzYTEyLjEyMiAxMi4xMjIgMCAwIDEgMS44MTcuNDI2Yy40NDcuMTQ3Ljg2My4zMiAxLjI0Ny41MTkgMS4yMjItMy4yNTkuMjc5LTUuMDEyLTEuMjc4LTYuNzU5QzI2LjI3LjY3NiAyMi44OS4xIDE4LjkyOC4xSDcuNDE4Yy0uODEgMC0xLjUuNTgtMS42MjYgMS4zNjhMMSAzMS4zNzVhLjk3OC45NzggMCAwIDAgLjk3NSAxLjEyNWg2LjYyMmwyLjI2Ny0xMS4xNCAxLjkxOS0xMS45NjN6Ii8+PC9zdmc+);
}
.amsl-button.-twitch {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #6441a5;
}
.amsl-button.-twitch .amsl-social-icon {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDEwMDAgMTAwMCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTAwMCAxMDAwIiB4bWw6c3BhY2U9InByZXNlcnZlIj48bWV0YWRhdGE+IFN2ZyBWZWN0b3IgSWNvbnMgOiBodHRwOi8vd3d3Lm9ubGluZXdlYmZvbnRzLmNvbS9pY29uIDwvbWV0YWRhdGE+PGc+PHBhdGggZD0iTTExNSwxMEw0NSwxODV2NjY1aDIxMHYxNDBoMTQwbDE0MC0xNDBoMTc1bDI0NS0yNDVWMTBIMTE1eiBNODUwLDU3MEw3MTAsNzEwSDUwMEwzNjAsODUwVjcxMEgxODVWMTE1aDY2NVY1NzB6Ii8+PHBhdGggZD0iTTY0MCwyNTIuOGgxMDVWNTM1SDY0MFYyNTIuOHoiLz48cGF0aCBkPSJNMzk1LDI1Mi44aDEwNVY1MzVIMzk1VjI1Mi44eiIvPjwvZz48L3N2Zz4=);
  background-size: 50%;
  border: 1px solid #000000;
  border-radius: 5px;
  filter: invert(1);
  height: 50%;
  width: 50%;
}
.amsl-button-wrapper .amsl-button:focus,
.amsl-button-wrapper .amsl-button:hover:focus {
  border-color: #fff;
  outline: 2px solid #006bb4;
  transform: none;
  transition: none;
}
.amsl-button-wrapper.-rectangular .amsl-button,
.amsl-linked-wrapper.-rectangular .amsl-button {
  border-radius: 4px;
}
.amsl-button-wrapper.-rectangular .amsl-button.-twitch .amsl-social-icon {
  background-size: 100%;
  border: none;
}
.amsl-button-wrapper.-rectangular.with-label .amsl-button.-twitch .amsl-social-icon {
  background-size: 70%;
}
.amsl-button-wrapper.with-label.-rectangular {
  width: 100%;
}
.amsl-button-wrapper.with-label.-rectangular .amsl-button {
  display: flex;
  justify-content: start;
  align-items: center;
  border: 2px solid #f6f6f6;
  box-shadow: none;
  box-sizing: border-box;
  height: 50px;
  width: 100%;
}
.amsl-button-wrapper.with-label.-rectangular .amsl-button:hover {
  box-shadow: none;
}
.amsl-button-wrapper.with-label.-rectangular .amsl-button.-google {
  background: #3672ce;
}
.amsl-button-wrapper.with-label.-rectangular .amsl-button.-google:hover {
  background: #5f8fd8;
}
.amsl-button-wrapper.with-label.-rectangular .amsl-button.-paypal {
  background: #007eb3;
}
.amsl-button-wrapper.with-label.-rectangular .amsl-button.-paypal:hover {
  background: #00a2e6;
}
.amsl-button-wrapper.with-label.-rectangular .amsl-button.-amazon {
  background: #232f3e;
}
.amsl-button-wrapper.with-label.-rectangular .amsl-button.-amazon:hover {
  background: #35485f;
}
.amsl-button-wrapper.with-label.-rectangular .amsl-button.-facebook .amsl-social-icon {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMjUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTguNDM4IDI1VjEzLjU5NmgzLjgzM2wuNTc0LTQuNDQ0SDguNDM4VjYuMzE1YzAtMS4yODcuMzU4LTIuMTY0IDIuMjA1LTIuMTY0SDEzVi4xNzRDMTIuNTkyLjEyMSAxMS4xOTQgMCA5LjU2NiAwIDYuMTcgMCAzLjg0MyAyLjA3MSAzLjg0MyA1Ljg3NXYzLjI3N0gwdjQuNDQ0aDMuODQzVjI1aDQuNTk1eiIgZmlsbD0iIzNDNUE5OSIvPjwvc3ZnPg==);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 13px;
}
.amsl-button-wrapper.with-label.-rectangular .amsl-button.-apple:hover {
  background: #f2f2f7;
}
.amsl-button-wrapper.with-label.-rectangular .amsl-button.-apple .amsl-social-icon {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB0AAAAjCAYAAABo4wHSAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAKGSURBVHgBvVddbtpAEJ5dm1SVIuq8EcWm7glK3/pWOEGSExAe+9T2BE1OUHqCuDcIJ4Ab1Jygq5IfHi1qpApsb2ccg4xrO1HszSeBl9ldvp31zM63DGqCgdjfb34CkF36fX096xWN1aEGHB5aJ5rGLokbgOFDTsrGVyZtt9v9KAJn1yqnZXMYVECr1bJ1fe9X1h4E/M18LkTRPA4VoOsvLrM2KcEpI6xESl5ugiZFKMKQXzw098mkmtbo5hD2HvKyEiljzE6aHkD0fbnk7x5DGM8t6jBNsysl73AOb9EPDyN0GobryRz/mfpxdzGIAtv3ddfzhEfjcSHH6LGN3QZj4GbnFJJSzuk6+5ZMzoGcYN8P9M5FEuOeiJ1BnKMFM6QcLpd/LjzEf6SW1Sayz6AA6LlYr1c98nr7Tk2z/VUVIYF2rtHYG1M7PpGOjqwzfJyDQlB0Y4ycbkk5Z+SlUsJ0OnHLsk6Kg6YeRJH8kk4njmF9DEohJ3d3s6u0hWPId0AhMJ1GWRtFrw0KwVjkQg6pAc+MSqXtMQhDZuSReqAQKGM6eaQClEJ+yFo45ugUlIJ1qYjskGoauKAYpBTvlUZCulrxK1APgw77DXFc2kzz9Tird1QBa6sTpwzncgTPBDwBDxJS7oDi1NkgDKWjUQNVxN9m89VLbHZBIajE3d7OPm5PJF3nQzKCUshYE29JhRAeHs4DUARS/jc3M4faWrpjsVgI3OYDbL6HGpEoh4Hv56jBDVCk/cRHXXXWwwvVjhDPvSri++0FQTQuIXZJTFMDi7SN3zQur0SS+j+dz3+LtLH0qogen+PW9JHAJiL8jHyfD0nRZ8eSomSM95MF0HLcINAGeVeNfzUoF3Ix/HhxAAAAAElFTkSuQmCC);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 24px;
}
.amsl-button-wrapper.with-label.-rectangular .amsl-button.-apple .amsl-text {
  color: #1c1c1e;
}
.amsl-button-wrapper.with-label.-rectangular .amsl-button.-google .amsl-social-icon,
.amsl-button-wrapper.with-label.-rectangular .amsl-button.-facebook .amsl-social-icon,
.amsl-button-wrapper.with-label.-rectangular .amsl-button.-amazon .amsl-social-icon,
.amsl-button-wrapper.with-label.-rectangular .amsl-button.-paypal .amsl-social-icon {
  background-color: #ffffff;
  border-radius: 4px;
}
.amsl-button-wrapper.with-label.-rectangular .amsl-social-icon {
  background-size: 70%;
  height: 30px;
  margin: 0 10px;
  min-width: 30px;
  transform: none;
  width: 30px;
}
.amsl-button-wrapper.with-label.-rectangular .amsl-text {
  color: #ffffff;
  margin-right: 5px;
}
.amsl-showmore-wrapper {
  color: #006bb4;
  display: block;
  height: 1px;
  margin: 25px 0;
  position: relative;
  width: 100%;
}
.amsl-showmore-wrapper:before {
  background: #dbdbdb;
  content: '';
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}
.amsl-social-login .amsl-showmore-wrapper > .amsl-showmore-button {
  box-shadow: none;
  height: auto;
  width: auto;
}
.amsl-social-login .amsl-showmore-wrapper > .amsl-showmore-button:focus {
  transform: translateY(-50%);
}
.amsl-social-login .amsl-showmore-wrapper > .amsl-showmore-button:hover {
  box-shadow: none;
}
.amsl-showmore-wrapper > .amsl-showmore-button {
  transition: all 0.3s ease-in-out;
  background: #f6f6f6;
  border: none;
  box-shadow: none;
  color: inherit;
  cursor: pointer;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 400;
  outline: none;
  padding: 5px 15px;
  transform: translateY(-50%);
}
.amsl-showmore-wrapper > .amsl-showmore-button:focus {
  border: 1px solid;
}
.amsl-showmore-wrapper > .amsl-showmore-button:hover {
  background: #f6f6f6;
  opacity: .8;
}
.amsl-showmore-wrapper .amsl-arrow {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iNyIgdmlld0JveD0iMCAwIDEyIDciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEgMUw2IDZMMTEgMSIgc3Ryb2tlPSIjNDg3OEJGIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PC9zdmc+);
  background-position: center;
  display: inline-block;
  height: 7px;
  margin-left: 5px;
  vertical-align: middle;
  width: 12px;
}
.amsl-tabs-wrapper.-forgot {
  display: none;
}
.amsl-tablist {
  list-style: none;
  margin: 20px 20px 30px;
  padding: 0;
}
.amsl-tablist > li:only-child {
  pointer-events: none;
  user-select: none;
}
.amsl-tablist > li:only-child a {
  cursor: default;
}
.amsl-tablist .amsl-title {
  display: inline-block;
  font-size: 18px;
  margin: 0 5px 0 0;
}
.amsl-tablist .amsl-title:hover {
  background: #f0f0f0;
}
.amsl-tablist .amsl-title.active .amsl-link {
  border-bottom: 1px solid #006bb4;
  color: #006bb4;
}
.amsl-tablist .amsl-title .amsl-link {
  color: #757575;
  display: block;
  padding: 7px 20px;
}
.amsl-tablist .amsl-title .amsl-link:hover {
  text-decoration: none;
}
.amsl-login-content {
  flex-direction: row;
  width: 100%;
}
.amsl-login-content .form-login .field.password {
  margin-bottom: 0;
}
.amsl-login-content .field {
  margin-bottom: 15px;
}
.amsl-login-content .fieldset > .field > .label:not(.show-password) {
  display: none;
}
.amsl-login-content .primary,
.amsl-login-content .action.primary.login {
  width: 100%;
}
.amsl-login-content .secondary {
  margin-top: 5px;
  text-align: right;
}
.amsl-login-content .secondary .action.remind {
  color: #006bb4;
}
.amsl-register-content {
  width: 100%;
}
.amsl-register-content .label {
  color: #000000;
}
.amsl-register-content .field {
  margin-bottom: 25px;
}
.amsl-register-content .fieldset {
  min-width: 100%;
}
.amsl-register-content .field.newsletter .label {
  color: #757575;
}
.amsl-register-content .fieldset.create.account .field:nth-of-type(1) {
  margin-bottom: 10px;
}
.amsl-register-content .fieldset.create.info .field-name-firstname,
.amsl-register-content .fieldset.create.info .field-name-lastname {
  display: block;
  width: 100%;
}
.amsl-register-content .fieldset.create.info .field-name-lastname {
  float: right;
}
.amsl-register-content .password-strength-meter,
.amsl-register-content .password-strength-meter:before,
.amsl-register-content .password-none .password-strength-meter:before {
  background-color: #ffffff;
}
.amsl-register-content .fiedset:after,
.amsl-register-content .legend,
.amsl-register-content .fieldset > .legend + br {
  display: none;
}
.amsl-register-content .amsl-form .fullname .fields {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
}
.amsl-register-content .amsl-form .fullname .fields > .field-name-firstname,
.amsl-register-content .amsl-form .fullname .fields > .field.field-name-lastname {
  flex-grow: 1;
}
.amsl-register-content .amsl-form .fullname .fields > .field.field-name-middlename {
  padding: 0;
  width: 100%;
}
.amsl-register-content .amsl-form .fullname .fields > .field-name-prefix,
.amsl-register-content .amsl-form .fullname .fields > .field-name-suffix {
  flex-basis: 100%;
}
.amsl-login-success {
  color: #407740;
  padding: 50px;
}
.amsl-popup-overlay {
  display: flex;
  align-items: center;
  background: rgba(0, 0, 0, 0.4);
  height: 100%;
  overflow: auto;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999;
}
.amsl-popup-block {
  background: #fff;
  border-radius: 8px;
  box-sizing: border-box;
  margin: 10px auto auto;
  max-width: 95vw;
  min-width: 300px;
  position: relative;
}
.amsl-popup-block .amsl-social-login {
  min-height: 180px;
}
.amsl-popup-block .amsl-button-wrapper {
  margin: 0 10px 15px;
}
.amsl-popup-block .amsl-form {
  margin: 0 20px 65px;
  min-width: 250px;
}
.amsl-popup-block .block {
  margin-bottom: 0;
}
.amsl-popup-block .actions-toolbar > .primary {
  margin-bottom: 0;
}
.amsl-popup-block .control.captcha-image .captcha-img {
  display: block;
  max-height: 50px;
}
.amsl-popup-block .amsl-dialog-title {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.amsl-popup-block.-social-top .amsl-login-content {
  display: flex;
  flex-direction: column-reverse;
}
.amsl-popup-block.-social-top .amsl-login-content .amsl-separator {
  display: block;
  margin: 45px 20px;
}
.amsl-popup-block.-social-top .amsl-login-content .amsl-form {
  margin-bottom: 20px;
}
.amsl-popup-block.-social-top .amsl-login-content .amsl-social-login {
  align-items: center;
  border-radius: 4px;
  justify-content: space-around;
  margin: 0 20px;
  min-height: inherit;
  padding: 0;
}
.amsl-popup-block.-social-top .amsl-login-content .amsl-social-login .amsl-title {
  display: none;
}
.amsl-popup-block.-social-top .amsl-login-content .amsl-social-login .amsl-title.-short {
  background: none;
  display: block;
  margin: 0;
  padding: 0;
  position: relative;
  transform: none;
}
.amsl-popup-block.-social-top .amsl-login-content .amsl-social-login .amsl-buttons {
  margin: 20px 0;
  padding: 0;
  width: 60%;
}
.amsl-popup-block.-social-top .amsl-login-content .amsl-social-login .amsl-button-wrapper {
  margin: 5px;
}
.amsl-popup-block.-social-top .amsl-login-content .amsl-social-login .amsl-button {
  height: 40px;
  width: 40px;
}
.amsl-popup-block.-social-top .amsl-login-content .amsl-social-login .amsl-social-icon {
  transform: scale(0.6);
}
.amsl-popup-block.-social-top .amsl-login-content .amsl-error {
  margin: 5px 20px;
  order: 1;
}
.amsl-popup-block.-social-top .amsl-login-content .amsl-error.-info {
  margin-bottom: 20px;
  margin-top: 0;
}
.amsl-popup-block.-social-top .amsl-login-content .amsl-error.-social {
  margin: 0;
}
.amsl-popup-block.-social-top .amsl-login-content .amsl-social-login.-labeled-buttons {
  flex-direction: column;
  padding: 20px 0 0;
}
.amsl-popup-block.-social-top .amsl-login-content .amsl-social-login.-labeled-buttons .amsl-error.-social {
  box-sizing: border-box;
  width: 100%;
}
.amsl-popup-block.-social-top .amsl-login-content .amsl-social-login.-labeled-buttons .amsl-buttons {
  align-items: flex-start;
  flex-direction: column;
  width: 100%;
}
.amsl-popup-block.-social-top .amsl-login-content .amsl-social-login.-labeled-buttons .amsl-button-wrapper {
  box-sizing: border-box;
  margin: 0 0 15px;
  padding: 0 15px;
  width: 100%;
}
.amsl-popup-block.-social-top .amsl-login-content .amsl-social-login.-labeled-buttons .amsl-button {
  width: auto;
}
.amsl-popup-block.-social-top .amsl-login-content .amsl-social-login.-labeled-buttons .amsl-social-icon {
  margin: auto 5px;
  transform: none;
}
.amsl-popup-block .actions-toolbar {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 35px;
}
.amsl-popup-block .actions-toolbar:before,
.amsl-popup-block .actions-toolbar:after {
  display: none;
}
.amsl-popup-block .actions-toolbar .action.primary {
  background: #006bb4;
  border: 2px solid transparent;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  height: 50px;
  margin: 0;
  padding: 14px 45px;
}
.amsl-popup-block .actions-toolbar .action.primary:hover,
.amsl-popup-block .actions-toolbar .action.primary:hover:focus {
  background: #5891e6;
}
.amsl-popup-block .actions-toolbar .action.primary:focus {
  border-color: #fff;
  outline: 2px solid #006bb4;
  transform: none;
  transition: none;
}
.amsl-popup-block .fieldset {
  margin-bottom: 25px;
}
.amsl-popup-block .fieldset:last-of-type {
  margin-bottom: 0;
}
.amsl-popup-block .fieldset > .field > .label,
.amsl-popup-block .fieldset > .fields > .field > .label {
  font-weight: 400;
}
.amsl-popup-block .checkbox {
  height: 20px;
  margin: 0 5px 0 0;
  vertical-align: middle;
  width: 20px;
}
.amsl-popup-block .checkbox + .label {
  vertical-align: middle;
}
.amsl-popup-block .input-text {
  background: #f2f2f2;
  border: 0;
  border-radius: 4px;
  color: #585858;
  height: 45px;
}
.amsl-popup-block .input-text::placeholder {
  color: #a1a1a1;
}
.amsl-popup-block .amsl-close {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMTMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEgMWwxMSAxMW0wLTExTDEgMTIiIHN0cm9rZT0iI0IyQjJCMiIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPjwvc3ZnPg==) center / 15px no-repeat;
  border-radius: 8px;
  cursor: pointer;
  height: 30px;
  position: absolute;
  right: 10px;
  top: 10px;
  transition: none;
  width: 30px;
}
.amsl-popup-block .amsl-close:hover,
.amsl-popup-block .amsl-close:active {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgZmlsbD0ibm9uZSI+PHJlY3Qgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIvPjxnIGNsYXNzPSJjdXJyZW50TGF5ZXIiPjxwYXRoIGQ9Ik0xIDFsMTEgMTFtMC0xMUwxIDEyIiBzdHJva2U9IiMxZGExZjIiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIGNsYXNzPSJzZWxlY3RlZCIvPjwvZz48L3N2Zz4=) center / 15px no-repeat;
}
.amsl-popup-block .amsl-close:focus {
  outline: 1px solid;
}
.amsl-popup-block .form-create-account .fieldset.create.account:after,
.amsl-popup-block .block-title,
.amsl-popup-block .field.note {
  display: none;
}
.amsl-popup-block.-social-top .amsl-showmore-wrapper {
  margin: 25px 0 7px;
}
.amsl-accounts {
  flex-direction: column;
}
.amsl-accounts,
.amsl-accounts .amsl-linked {
  display: flex;
  justify-content: space-between;
}
.amsl-accounts .amsl-accounts-block {
  margin-bottom: 20px;
  width: 100%;
}
.amsl-accounts .amsl-button {
  height: 45px;
  width: 45px;
}
.amsl-accounts .amsl-button.-amazon,
.amsl-accounts .amsl-button.-paypal {
  border: 1px solid #ececec;
}
.amsl-accounts .amsl-linked {
  align-items: center;
  background: #ececec;
  box-sizing: border-box;
  height: 45px;
  margin: 0 0 15px 23px;
  padding: 8px 8px 8px 0;
}
.amsl-accounts .amsl-linked:last-of-type {
  margin-bottom: 0;
}
.amsl-accounts .amsl-linked .amsl-button {
  position: absolute;
  transform: translateX(-50%);
}
.amsl-accounts .amsl-name {
  margin: 0 2px 0 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.amsl-accounts .amsl-social-icon {
  transform: scale(0.7);
}
.amsl-accounts .amsl-unlink {
  display: flex;
  align-items: center;
  background: #006bb4;
  border-radius: 4px;
  height: 100%;
  line-height: 1;
  padding: 1px 15px;
}
.amsl-accounts .amsl-unlink,
.amsl-accounts .amsl-unlink:hover,
.amsl-accounts .amsl-unlink:visited {
  color: #fff;
  text-decoration: none;
}
.amsl-accounts .amsl-unlink:hover {
  background: #5891e6;
}
.amsl-accounts .amsl-social-login {
  height: inherit;
}
.amsl-accounts .amsl-social-login .amsl-buttons {
  padding: 25px 15px;
}
.amsl-accounts .amsl-button-wrapper {
  margin: 7.5px 15px;
}
.amsl-accounts .amsl-accounts-block > .legend {
  box-sizing: border-box;
  width: 100%;
}
.amsl-social-login {
  display: flex;
  flex-wrap: wrap;
  background: #f6f6f6;
  border-radius: 0 0 8px 8px;
  height: 100%;
  position: relative;
  text-align: center;
}
.amsl-social-login .amsl-title {
  background: #dbdbdb;
  border-radius: 4px;
  box-sizing: border-box;
  left: 0;
  margin: 0 auto;
  max-width: 300px;
  padding: 10px 55px;
  position: absolute;
  right: 0;
  transform: translateY(-50%);
  width: 100%;
}
.amsl-social-login .amsl-title.-short {
  display: none;
  width: inherit;
}
.amsl-social-login .amsl-buttons {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 50px 10px;
  width: 100%;
}
.amsl-social-login .amsl-buttons.-flex-center {
  justify-content: center;
}
.amsl-social-login .amsl-button {
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  height: 65px;
  width: 65px;
}
.amsl-social-login .amsl-button:hover {
  box-shadow: 0 4px 4px 2px rgba(0, 0, 0, 0.15);
  text-decoration: none;
}
.amsl-social-login .amsl-button:focus {
  box-shadow: none;
  transform: translateY(-1px);
}
.amsl-social-login .amsl-button.-google:hover {
  background: #ffffff;
}
.amsl-social-login .amsl-button.-twitter:hover {
  background: #1898e7;
}
.amsl-social-login .amsl-button.-facebook:hover {
  background: #4e71ba;
}
.amsl-social-login .amsl-button.-apple:hover {
  background: #fff;
}
.amsl-social-login .amsl-button.-linkedin:hover {
  background: #0098ea;
}
.amsl-social-login .amsl-button.-amazon:hover {
  background: #ffffff;
}
.amsl-social-login .amsl-button.-paypal:hover {
  background: #ffffff;
}
.amsl-social-login .amsl-button.-twitch:hover {
  background: #7e5bbe;
}
.amsl-socials-checkout {
  margin-bottom: 28px;
  margin-top: 38px;
}
.amsl-socials-checkout .amsl-social-login {
  border-radius: 0;
}
.amsl-socials-checkout .amsl-social-login .amsl-buttons {
  padding: 30px 15px 15px;
}
.amsl-socials-checkout .amsl-buttons > .amsl-button-wrapper {
  align-items: center;
  display: flex;
  height: calc(500px / 5 - ((15px * 2) / 5));
  justify-content: center;
  width: calc(500px / 5 - ((15px * 2) / 5));
}
.amsl-cart-page .amsl-social-login,
.amsl-login-page .amsl-social-login,
.amsl-registration-page .amsl-social-login {
  align-items: center;
  flex-direction: column;
  padding-top: 20px;
}
.amsl-cart-page .amsl-social-login .amsl-title,
.amsl-login-page .amsl-social-login .amsl-title,
.amsl-registration-page .amsl-social-login .amsl-title {
  background: none;
  color: #000;
  margin: 0;
  padding: 0 30px;
  position: relative;
  text-align: center;
  transform: none;
}
.amsl-cart-page .amsl-social-login .amsl-buttons,
.amsl-login-page .amsl-social-login .amsl-buttons,
.amsl-registration-page .amsl-social-login .amsl-buttons {
  margin: 0;
  padding: 0;
  width: inherit;
}
.amsl-cart-page .amsl-social-login .amsl-button-wrapper,
.amsl-login-page .amsl-social-login .amsl-button-wrapper,
.amsl-registration-page .amsl-social-login .amsl-button-wrapper {
  margin: 0 10px 10px;
}
.iass-spinner {
  text-align: center;
  font-size: 16px;
  color: #333;
  display: block;
}
.ias-noneleft {
  text-align: center;
  color: #333;
  letter-spacing: 0px;
  font-size: 1em;
  padding: 30px 0;
}
.iass-spinner img,
.ias-noneleft img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.iass-spinner,
.ias-noneleft {
  display: inline-block;
  width: 100%;
}
.ias-trigger-next {
  text-align: center;
  cursor: pointer;
  display: inline-block;
  width: 100%;
}
.load-more {
  font-size: 15px;
  border: none;
}
.load-more::hover {
  background: #0491ff;
}
.ias-trigger-prev {
  text-align: center;
  cursor: pointer;
}
.iass-spinner img {
  height: 40px;
  width: 40px;
  margin-bottom: 7px;
}
.infinitescroll .toolbar-bottom {
  display: none;
}
[data-related-block] {
  width: 100%;
}
.mst-related__block-bulletproof {
  width: 100%;
  box-sizing: border-box;
  margin: 10px 0;
}
.mst-related__block-bulletproof .bulletproof-title {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}
.mst-related__block-bulletproof .bulletproof-content .bulletproof-items {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  transition: transform 500ms;
}
.mst-related__block-bulletproof .bulletproof-content .bulletproof-items .bulletproof-item {
  min-width: 200px;
  flex: 1 1 0;
}
.mst-related__block-bulletproof .bulletproof-content .bulletproof-items .bulletproof-item .bulletproof-item-info {
  padding: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.mst-related__block-bulletproof .bulletproof-content .bulletproof-items .bulletproof-item .bulletproof-item-info .bulletproof-item-photo {
  display: flex;
  width: 152px;
  height: 190px;
  align-items: center;
}
.mst-related__block-bulletproof .bulletproof-content .bulletproof-items .bulletproof-item .bulletproof-item-info .bulletproof-item-photo img {
  height: auto;
}
.mst-related__block-bulletproof .bulletproof-content .bulletproof-items .bulletproof-item .bulletproof-item-info .bulletproof-item-details {
  margin-top: 10px;
  text-align: center;
  display: block;
  max-width: 100%;
}
.mst-related__block-bulletproof .bulletproof-content .bulletproof-items .bulletproof-item .bulletproof-item-info .bulletproof-item-details .bulletproof-item-name .bulletproof-item-link {
  color: #333;
  font-weight: normal;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
.mst-related__block-bulletproof .bulletproof-content .bulletproof-items .bulletproof-item .bulletproof-item-info .bulletproof-item-details .bulletproof-item-name .bulletproof-item-link:hover {
  text-decoration: underline;
}
.mst-related__block-bulletproof .bulletproof-content .bulletproof-items .bulletproof-item .bulletproof-item-info .bulletproof-item-details .price-box {
  margin-top: 10px;
}
.mst-related__block-bulletproof .bulletproof-content .bulletproof-items .bulletproof-item .bulletproof-item-info .bulletproof-item-details .price-box .price-label {
  color: #666666;
  font-size: 12px;
}
.mst-related__block-bulletproof .bulletproof-content .bulletproof-items .bulletproof-item .bulletproof-item-info .bulletproof-item-details .price-box .price {
  font-weight: bold;
}
.mst-related__block-bulletproof .bulletproof-content .bulletproof-items .bulletproof-item .bulletproof-item-info .bulletproof-item-details .product-reviews-summary {
  margin-top: 10px;
}
.mst-related__block-bulletproof .bulletproof-content .bulletproof-items .bulletproof-item .bulletproof-item-info .bulletproof-item-details .bulletproof-item-actions {
  margin-top: 10px;
}
html:lang(ar) .mst-related_products__productsList,
html:lang(arc) .mst-related_products__productsList,
html:lang(dv) .mst-related_products__productsList,
html:lang(fa) .mst-related_products__productsList,
html:lang(ha) .mst-related_products__productsList,
html:lang(he) .mst-related_products__productsList,
html:lang(khw) .mst-related_products__productsList,
html:lang(ks) .mst-related_products__productsList,
html:lang(ku) .mst-related_products__productsList,
html:lang(ps) .mst-related_products__productsList,
html:lang(ur) .mst-related_products__productsList,
html:lang(yi) .mst-related_products__productsList {
  direction: rtl;
}
.mst-related_products__productsList {
  padding: 0;
  position: relative;
  clear: both;
  margin-bottom: 10px;
  overflow: hidden;
}
.mst-related_products__productsList .productsList-list {
  display: block;
  transition-duration: 100ms;
  transition-property: transform;
  transition-timing-function: linear;
}
.mst-related_products__productsList .productsList-list .productsList-list-item {
  display: block;
  padding: 2.2rem;
  box-sizing: border-box;
  float: left;
  width: 100%;
}
.mst-related_products__productsList .productsList-list .productsList-list-item ._active {
  display: block;
}
.mst-related_products__productsList .productsList-list .productsList-list-item .products,
.mst-related_products__productsList .productsList-list .productsList-list-item .mst-related__block-bulletproof {
  margin: 0;
}
.mst-related_products__productsList .productsList-paging {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0rem;
  clear: both;
}
.mst-related_products__productsList .productsList-paging .productsList-page {
  user-select: none;
  margin: .5rem;
  width: 1rem;
  height: 1rem;
  border-radius: 2rem;
  background: #c7c7c7;
  cursor: pointer;
  transition: all 100ms;
}
.mst-related_products__productsList .productsList-paging .productsList-page._active {
  background: #ff5501;
  width: 1.5rem;
  height: 1.5rem;
}
.mst-related_products__productsList .productsList-prev,
.mst-related_products__productsList .productsList-next {
  height: 6rem;
  width: 1.5rem;
  position: absolute;
  top: calc(50% - 30px);
  background: #ffffff;
  background-repeat: no-repeat;
  background-size: 1.2rem 2rem;
  background-position: center;
  cursor: pointer;
  user-select: none;
  z-index: 1000;
  transition: all 100ms;
}
.mst-related_products__productsList .productsList-prev:hover,
.mst-related_products__productsList .productsList-next:hover {
  transform: scale(1.3);
}
.mst-related_products__productsList .productsList-prev {
  left: 0;
  background-image: url("data:image/svg+xml,%0A%3Csvg width='12px' height='20px' viewBox='0 0 12 20' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3C!-- Generator: Sketch 47.1 (45422) - http://www.bohemiancoding.com/sketch --%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cdefs%3E%3C/defs%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='iconfinder_next_308956' transform='translate(1.000000, 1.000000)' stroke-width='2' stroke='%23c0c0c0'%3E%3Cpolyline id='Shape' transform='translate(5.000000, 9.000000) scale(-1, 1) translate(-5.000000, -9.000000) ' points='0.5 0 9.5 9 0.5 18'%3E%3C/polyline%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.mst-related_products__productsList .productsList-next {
  right: 0;
  background-image: url("data:image/svg+xml,%0A%3Csvg width='12px' height='20px' viewBox='0 0 12 20' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3C!-- Generator: Sketch 47.1 (45422) - http://www.bohemiancoding.com/sketch --%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cdefs%3E%3C/defs%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='iconfinder_next_308956' transform='translate(1.000000, 1.000000)' stroke-width='2' stroke='%23c0c0c0'%3E%3Cpolyline id='Shape' points='0.5 0 9.5 9 0.5 18'%3E%3C/polyline%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.mst-related_products__productsList .products-grid li.product-item {
  margin-left: 0;
  margin-right: 0;
}
.mst-related_products__productsList.mst-arp-slider .productsList-list .productsList-list-item {
  transition: transform 100ms;
}
.mst-arp-wrapper .productsList-prev,
.mst-arp-wrapper .productsList-next,
.mst-arp-wrapper .productsList-paging {
  display: none;
}
.mst-arp-slider ol.product-items {
  justify-content: start !important;
  transition: transform 500ms;
  flex-flow: unset !important;
}
@media only screen and (min-width: 1024px) {
  .mst-arp-slider ol.product-items {
    justify-content: start !important;
  }
}
@media only screen and (max-width: 1023px) {
  .mst-arp-slider ol.product-items {
    justify-content: start !important;
  }
}
@media only screen and (max-width: 767px) {
  .mst-arp-slider ol.product-items {
    justify-content: start !important;
  }
}
@media only screen and (max-width: 479px) {
  .mst-arp-wrapper .product-item {
    padding: 10px 0;
  }
  .mst-arp-slider ol.product-items {
    justify-content: start !important;
  }
}
.question-form {
  display: none;
  max-width: 500px;
  position: relative;
}
.answer-form {
  display: none;
  max-width: 500px;
  position: relative;
}
.question-message {
  max-width: 500px;
}
.answer-message {
  max-width: 500px;
}
.qsearch-form {
  display: table;
  width: 100%;
}
.qsearch-form .field {
  display: table-cell;
}
.qsearch-form .submit.control {
  display: table-cell;
  width: 1%;
}
.qsearch-form .submit.control button {
  margin-top: 8px;
}
.questions-list {
  float: left;
  margin-top: 10px;
  width: 100%;
}
.questions-list .no-result {
  color: #e02b27;
  font-weight: 600;
}
.questionqa .fieldset {
  margin-bottom: 10px;
}
.date-n-customer-name {
  display: table;
  margin-top: 5px;
}
.date-n-customer-name .name {
  display: table-cell;
  padding-right: 5px;
}
.date-n-customer-name .date {
  display: table-cell;
}
#productquestions .actions a.action {
  font-size: 16px;
  font-weight: 600;
  margin-right: 5px;
}
.qheader .actions a.action img {
  margin-right: 2px;
  vertical-align: text-bottom;
}
.ansheader .actions a.action img {
  height: 19px;
  margin-right: 2px;
  vertical-align: text-bottom;
}
.answers ul {
  margin: .0;
  padding: .0px;
}
.answers ul li {
  list-style-type: none;
  margin: 0;
}
.questionqa .answers .fieldset {
  margin: 0;
}
#productquestions button.loadmoreanswerbutton {
  margin: 0 0 10px 0;
}
#productquestions .answer-form {
  margin: 20px 0 0 0;
}
#productquestions span.count {
  font-size: 16px;
}
#productquestions .qtitle h3 {
  color: #0066c0;
  font-size: 16px;
  margin: 0;
}
#productquestions span.question-title {
  font-size: 16px;
  font-weight: bold;
  margin: 0 40px 0 0;
  width: 88px;
}
#productquestions .answers .amswer {
  float: left;
  margin: 0 0 10px 0;
  width: 100%;
}
#productquestions .anstitle {
  color: #000000;
  float: left;
  font-weight: 600;
  margin: 0 20px 0 0;
}
#productquestions .ansheader .actions a {
  color: #000000;
}
.anstitle + .actions {
  float: left;
  margin: 0;
}
.date span,
.name span {
  color: #767676 !important;
  font-weight: 400;
}
#productquestions .qtitle {
  float: left;
  line-height: normal;
  margin: 0 15px 0 0;
}
#productquestions .date-n-customer-name {
  display: flex;
  justify-content: flex-start;
  margin-top: 0;
  width: 100%;
}
#productquestions .date-n-customer-name .name {
  display: inline-block;
  float: left;
  margin-top: 0;
  padding-right: 5px;
  width: auto;
}
#productquestions .date-n-customer-name .date {
  display: inline-block;
  float: left;
  margin-top: 0;
  width: auto;
}
#productquestions .qheader {
  align-items: flex-start;
  background: none;
  display: flex;
}
#productquestions .answers {
  align-items: flex-start;
  background: none;
  display: flex;
  margin-top: 15px;
}
.productquestion {
  margin-bottom: 30px;
}
#question-message {
  width: 100%;
}
.qtitle + .actions {
  display: inline-block;
  float: none;
  margin-top: 0;
  vertical-align: text-bottom;
}
.question-form {
  float: left;
  width: 100%;
}
.anstitle + .actions,
.qtitle + .actions {
  text-align: right;
}
.main-ans-content {
  width: 100%;
}
.main-question-content {
  width: 100%;
}
#productquestions .actions-toolbar {
  margin: 10px 0 0 0;
}
#productquestions .answer-form .primary.actions-primary {
  float: left;
}
@media screen and (min-width: 520px) {
  .questionqa .box-addanswer > .fieldset {
    float: left;
    width: 100%;
  }
  .questionqa .box-addanswer > .sortorder {
    float: left;
    width: 60%;
  }
  .questionqa .box-addanswer {
    clear: both;
    float: left;
    width: 100% !important;
  }
  .questionqa .box-addanswer #product-askquestion-button {
    margin-top: 0;
  }
  .box-addanswer .messages {
    clear: both;
    float: left;
  }
  .questionqa .box-addanswer > .sortorder.last {
    float: right;
    width: 38%;
  }
}
@media (min-width: 768px) {
  .detailed .product.data.items > .item.content {
    padding: 15px 35px 15px 35px;
  }
}
@media (max-width: 767px) {
  #productquestions .answer-form button.action.submit.primary {
    float: left;
    font-size: 14px;
    margin: 0 5px 0 0;
    padding: 7px 0;
    width: 121px;
  }
  #productquestions span.question-title {
    width: 57px;
  }
}
@media (max-width: 381px) {
  #productquestions .date-n-customer-name {
    display: inherit;
  }
}
.productquestion #answer-message {
  margin: 20px 0 0 0;
}
.field.checkbox {
  display: flex;
}
/**
 * Mageplaza
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Mageplaza.com license that is
 * available through the world-wide-web at this URL:
 * https://www.mageplaza.com/LICENSE.txt
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 *
 * @category    Mageplaza
 * @package     Mageplaza_Search
 * @copyright   Copyright (c) Mageplaza (https://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/LICENSE.txt
 */
@media only screen and (max-width: 600px) {
  .minisearch .search-category {
    top: 65% !important;
    right: 15px !important;
    height: 32px;
    display: none;
  }
}
.autocomplete-suggestions {
  border: 1px solid #bbbbbb;
  background: #ffffff;
  cursor: default;
  border-top: none;
  height: auto;
  overflow: auto;
  max-height: 2000px;
}
.autocomplete-suggestion {
  cursor: pointer;
  overflow: hidden;
  padding: 10px 5px 10px 5px;
  font-size: 1.2em;
  border-bottom: 1px solid #eeeeee;
  display: block;
}
.autocomplete-suggestion:last-child {
  border-bottom: none;
}
.search-category,
#mpsearch-category {
  height: 100%;
}
.autocomplete-selected {
  background: #eef3d6;
}
input#searchauto {
  border: 1px solid #bbbbbb;
  border-radius: 2px;
  width: 375px;
}
.suggestion-left {
  float: left;
  width: 15%;
  padding: auto;
}
.suggestion-right {
  width: 82%;
  padding-left: 10px;
  text-align: left;
  color: black;
  float: left;
}
.product-name {
  font-size: 14px;
  color: #3399cc;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product-price {
  font-size: 12px;
}
.product-des {
  font-size: 12px;
}
.product-des p {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product-line {
  margin-bottom: 5px;
}
ul#ui-id-1 {
  font-family: inherit;
  padding: 0px;
  border-bottom: none;
}
p.short-des {
  margin: 0px;
  font-size: 0.9em;
  color: #aaaaaa;
}
#view_all {
  text-align: center;
  background: #eff4f7;
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .block-search {
    z-index: 4 !important;
    padding-left: 140px !important;
  }
}
.mst-nav__horizontal-bar {
  padding-bottom: 2rem;
}
.mst-nav__horizontal-bar strong {
  display: none;
}
.mst-nav__horizontal-bar strong[role=heading] {
  display: none;
}
.mst-nav__horizontal-bar .filter-options {
  display: flex !important;
  border-bottom: 1px solid #cccccc;
  flex-wrap: wrap;
}
.mst-nav__horizontal-bar .filter-options .filter-options-item {
  border-bottom: 0;
}
.mst-nav__horizontal-bar .filter-options .filter-options-item:first-child .filter-options-title {
  padding-left: 0;
}
.mst-nav__horizontal-bar .filter-options .filter-options-item.active .filter-options-title {
  color: #000000;
}
.mst-nav__horizontal-bar .filter-options .filter-options-item .filter-options-title {
  user-select: none;
}
.mst-nav__horizontal-bar .filter-options .filter-options-item .filter-options-content {
  border: 1px solid #cccccc;
  background-color: #ffffff;
  position: absolute !important;
  z-index: 10000;
  display: none;
  max-width: 23rem;
}
.mst-nav__horizontal-bar #mst-nav__search .filter-options-content {
  display: block !important;
  max-width: 100%;
  width: 100%;
  position: relative !important;
}
.mst-nav__horizontal-bar #mst-nav__search .mst-nav__search-suggestion {
  overflow-x: hidden;
}
.mst-nav__horizontal-bar .block-actions {
  display: none;
}
.mst-nav__horizontal-bar .filter-current strong[role=heading] {
  display: block;
}
.mst-nav__horizontal-bar .filter-current .items {
  padding: 0;
}
.mst-nav__horizontal-bar .filter-current .items .mst-nav__state-filter {
  white-space: nowrap;
  padding-left: 1rem;
  display: inline-block;
}
.mst-nav__horizontal-bar .filter-current .items .mst-nav__state-filter .action.remove {
  position: initial;
}
.mst-nav__horizontal-bar .filter-current .items .filter-actions {
  margin: 1rem 0;
  display: inline-block;
}
.mst-nav__horizontal-bar .mst-nav__checked-counter {
  display: none;
}
@media only screen and (max-width: 767px) {
  .mst-nav__horizontal-bar {
    padding-bottom: 2rem;
  }
  .mst-nav__horizontal-bar strong[role=heading] {
    display: none;
  }
  .mst-nav__horizontal-bar .filter-options {
    display: block !important;
    border-bottom: 1px solid #cccccc;
  }
  .mst-nav__horizontal-bar .filter-options .filter-options-item {
    border-bottom: 0;
    float: left;
  }
}
.mst-nav__state-filter._removed {
  text-decoration: line-through;
}
.mst-nav__apply-button-wrapper {
  display: none;
  position: absolute;
  align-items: center;
  z-index: 1000;
  transition: all 300ms ease-out;
  box-shadow: 0 8px 50px 0 rgba(0, 0, 0, 0.1), 0 6px 15px 0 rgba(0, 0, 0, 0.15);
  margin-left: 20px;
}
.mst-nav__apply-button-wrapper:before {
  content: "";
  width: 16px;
  height: 16px;
  background: #ffffff;
  transform: translateY(-50%) rotate(45deg);
  position: absolute;
  box-shadow: 0 8px 50px 0 rgba(0, 0, 0, 0.1), 0 6px 15px 0 rgba(0, 0, 0, 0.15);
  top: 50%;
  left: -8px;
}
.mst-nav__apply-button-wrapper .mst-nav__apply-button {
  display: flex;
  padding: 10px;
  align-items: center;
  background-color: #ffffff;
  position: relative;
}
.mst-nav__apply-button-wrapper .mst-nav__apply-button .items {
  display: flex;
  justify-content: center;
  min-width: 80px;
  align-items: center;
}
.mst-nav__apply-button-wrapper .mst-nav__apply-button .items strong {
  font-size: 16px;
  font-weight: bold;
  display: block;
  margin-right: 5px;
}
.mst-nav__apply-button-wrapper .mst-nav__apply-button .items [data-items-label],
.mst-nav__apply-button-wrapper .mst-nav__apply-button .items [data-one-item-label] {
  display: none;
}
.mst-nav__apply-button-wrapper .mst-nav__apply-button .loader {
  display: none;
  min-width: 80px;
  justify-content: center;
}
.mst-nav__apply-button-wrapper .mst-nav__apply-button button {
  border-radius: 0;
  margin-left: 10px;
  transition: all 100ms;
}
.mst-nav__apply-button-wrapper._loading .mst-nav__apply-button .loader {
  display: flex;
}
.mst-nav__apply-button-wrapper._loading .mst-nav__apply-button .items {
  display: none;
}
.mst-nav__apply-button-wrapper._loading .mst-nav__apply-button button {
  opacity: .5;
}
@media only screen and (max-width: 768px) {
  .filter-active .mst-nav__apply-button-wrapper {
    display: block !important;
    z-index: 1000;
    left: unset !important;
    right: 10px;
  }
}
.navigation-overlay {
  position: absolute;
  top: -78px;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  opacity: 0;
  z-index: 1000000;
  display: none;
  transition: all 100ms ease-in;
}
.navigation-overlay > svg {
  font-size: 3rem;
  position: absolute;
  right: 0;
  top: 0;
}
.navigation-overlay._show {
  opacity: .6;
}
.arrowHolder {
  width: 25px;
  height: 25px;
  position: relative;
  float: left;
  z-index: 100;
  top: 0;
}
.arrowHolder .arrowDown {
  border-color: transparent #494949 transparent transparent;
  content: "";
  border-style: solid;
  border-width: 5px;
  height: 0px;
  width: 0px;
  position: absolute;
  top: 8px;
  z-index: 1;
}
.arrowHolder .arrowLeft {
  border-color: #494949 transparent transparent transparent;
  content: "";
  border-style: solid;
  border-width: 5px;
  height: 0;
  width: 0;
  position: absolute;
  top: 9px;
  left: 5px;
  z-index: 1;
}
.ensure_show {
  display: block;
}
.ensure_show:hover {
  background-color: transparent !important;
  text-decoration: underline !important;
}
.mst-nav__tooltip-holder {
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' %3F%3E%3Csvg height='48' viewBox='0 0 48 48' width='48' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0h48v48H0z' fill='none'/%3E%3Cpath d='M24 4C12.95 4 4 12.95 4 24s8.95 20 20 20 20-8.95 20-20S35.05 4 24 4zm2 30h-4V22h4v12zm0-16h-4v-4h4v4z' fill='%23cccccc'/%3E%3C/svg%3E");
  background-size: contain;
  vertical-align: top;
  margin-left: 1rem;
}
.mst-nav__tooltip-holder:hover {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' %3F%3E%3Csvg height='48' viewBox='0 0 48 48' width='48' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0h48v48H0z' fill='none'/%3E%3Cpath d='M24 4C12.95 4 4 12.95 4 24s8.95 20 20 20 20-8.95 20-20S35.05 4 24 4zm2 30h-4V22h4v12zm0-16h-4v-4h4v4z' fill='%23ff915b'/%3E%3C/svg%3E");
}
.mst-nav__tooltip-wrapper {
  max-width: 300px;
}
.mst-nav__checked-counter__wrapper {
  display: inline-flex;
  align-items: center;
  margin-left: 20px;
}
.mst-nav__checked-counter__wrapper .mst-nav__checked-counter {
  background: #f3f3f3;
  border: 1px solid #dddddd;
  border-radius: 1px;
  padding: 3px 5px;
  margin-right: 5px;
  color: #999999;
  font-weight: 600;
  font-size: 11px;
  line-height: 11px;
}
.mst-nav__checked-counter__wrapper a {
  text-decoration: none;
  font-size: 12px;
  margin-left: 2px;
  line-height: 1.8rem;
  color: #333333;
  font-weight: 100;
  opacity: .2;
}
.mst-nav__checked-counter__wrapper a:hover {
  text-decoration: none;
}
.mst-nav__checked-counter__wrapper:hover a {
  opacity: 1;
}
.filter-options-title {
  display: flex;
  align-items: center;
}
[data-element="search"] {
  margin-bottom: 5px;
}
.mst-nav__alphabetical {
  margin: 0 -2px 5px -2px;
  display: flex;
  flex-wrap: wrap;
}
.mst-nav__alphabetical span {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #006bb4;
  padding: 4px;
  text-decoration: none;
}
.mst-nav__alphabetical span:hover {
  text-decoration: underline;
}
.mst-nav__alphabetical span._checked {
  color: #949494;
  text-decoration: none;
  display: flex !important;
}
[data-element="filter"][data-hidden=true] {
  display: none !important;
}
[data-element="filter"][data-search-hidden=true] {
  display: none !important;
}
[data-element="filter"][data-letter-hidden=true] {
  display: none !important;
}
.mst-nav__horizontal-bar .mst-nav__alphabetical-wrapper {
  display: none !important;
}
.visually-hidden,
legend.hidden {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}
.mst-nav__sizeLimiter {
  cursor: pointer;
  color: #757575;
}
.mst-nav__slider .mst-nav__slider-slider {
  position: relative;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background: #cccccc;
  box-shadow: none;
  height: .4rem;
  margin: 1rem 0 2.5rem 0;
  visibility: hidden;
}
.mst-nav__slider .mst-nav__slider-slider.ui-slider {
  visibility: visible;
}
.mst-nav__slider .mst-nav__slider-slider .ui-slider-handle {
  position: absolute;
  display: inline-block;
  z-index: 1;
  transform: translate3d(0, 0, 0);
  transition: background 450ms;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  background: #fff;
  box-shadow: inset 0 0 1px #ffffff, inset 0 1px 7px #ebebeb, 0 3px 6px -3px #bbbbbb;
  width: 1.4rem;
  height: 2.2rem;
  left: 0;
  top: -.9rem;
  cursor: pointer;
  padding: 0;
  margin: 0 0 0 0;
}
.mst-nav__slider .mst-nav__slider-slider :nth-child(3) {
  margin-left: -1.5rem;
}
.mst-nav__slider .mst-nav__slider-slider .ui-slider-range {
  height: 4px;
  background: #f50;
  position: relative;
}
.mst-nav__slider .mst-nav__slider-text {
  text-align: center;
  font-weight: 600;
  margin-bottom: 1.5rem;
  margin-top: 1rem;
  font-size: 1.3rem;
}
.mst-nav__slider .mst-nav__slider-from-to {
  display: flex;
  align-items: center;
}
.mst-nav__slider .mst-nav__slider-from-to .mst-nav__slider-del {
  margin: 0 .5rem;
}
.mst-nav__slider .mst-nav__slider-from-to button {
  margin-left: .5rem;
}
.mst-nav__slider .mst-nav__slider-from-to .mst-nav__slider-input-wrap {
  position: relative;
  display: inline-block;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .mst-nav__slider .mst-nav__slider-from-to input {
    font-size: 16px;
  }
}
.mst-nav__label .mst-nav__label-item {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  position: relative;
}
.mst-nav__label .mst-nav__label-item a {
  display: flex;
  align-items: center;
  padding: .5rem;
  transition: background-color 100ms ease-out;
}
.mst-nav__label .mst-nav__label-item a label,
.mst-nav__label .mst-nav__label-item a input {
  cursor: pointer;
}
.mst-nav__label .mst-nav__label-item a label {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mst-nav__label .mst-nav__label-item a input[type="checkbox"] {
  margin: 0 1rem 0 0;
  top: 0;
}
.mst-nav__label .mst-nav__label-item._mode-link input[type="checkbox"] {
  display: none;
}
.mst-nav__label .mst-nav__label-item._mode-checkbox input[type="checkbox"] {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #ffffff;
  width: 1.7rem;
  height: 1.7rem;
  min-width: 1.7rem;
  min-height: 1.7rem;
  display: inline-block;
  border: .1rem solid #cacaca;
  border-radius: 0.2rem;
  cursor: pointer;
}
.mst-nav__label .mst-nav__label-item._mode-checkbox input[type="checkbox"]:checked:before {
  content: "";
  position: absolute;
  display: inline-block;
  width: .9rem;
  height: .9rem;
  margin: .3rem;
  border-radius: 0.2rem;
  background: #ff915b;
}
.mst-nav__label .mst-nav__label-item._mode-checkbox input[type="checkbox"][checked=true]:before {
  content: "";
  position: absolute;
  display: inline-block;
  width: .9rem;
  height: .9rem;
  margin: .3rem;
  border-radius: 0.2rem;
  background: #ff915b;
}
.mst-nav__label .mst-nav__label-item._mode-checkbox input[type="checkbox"][checked=false]:before {
  background: none;
}
.mst-nav__label .mst-nav__label-item._mode-circle input[type="checkbox"] {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #ffffff;
  width: 1.7rem;
  height: 1.7rem;
  min-width: 1.7rem;
  min-height: 1.7rem;
  display: inline-block;
  border: .1rem solid #cacaca;
  border-radius: 1rem;
  cursor: pointer;
}
.mst-nav__label .mst-nav__label-item._mode-circle input[type="checkbox"]:checked:before {
  content: "";
  position: absolute;
  display: inline-block;
  width: .9rem;
  height: .9rem;
  margin: .3rem;
  border-radius: 1rem;
  background: #ff915b;
}
.mst-nav__label .mst-nav__label-item._mode-circle input[type="checkbox"][checked=true]:before {
  content: "";
  position: absolute;
  display: inline-block;
  width: .9rem;
  height: .9rem;
  margin: .3rem;
  border-radius: 1rem;
  background: #ff915b;
}
.mst-nav__label .mst-nav__label-item._mode-circle input[type="checkbox"][checked=false]:before {
  background: none;
}
.mst-nav__label .mst-nav__label-item._highlight a {
  color: #ff5501;
}
.mst-nav__label .mst-nav__label-item._image .swatch-option {
  background-color: #ffffff !important;
  margin-bottom: 0;
}
.mst-nav__label .mst-nav__label-item._image input[type="checkbox"] {
  display: none;
}
.mst-nav__label .mst-nav__label-item._image._checked .swatch-option,
.mst-nav__label .mst-nav__label-item._image:hover .swatch-option {
  transition: outline-color 50ms ease-out;
  outline: 2px solid #ff5501;
  border-color: #ffffff;
}
.mst-nav__label .mst-nav__label-item._image._full-width label {
  display: none;
}
.mst-nav__label .mst-nav__label-item._image._full-width .swatch-option {
  min-width: 98%;
}
.filter-options-content .count {
  white-space: nowrap;
}
.mst-nav__swatch .swatch-option-link-layered._checked .swatch-option {
  outline: 2px solid #ff5501;
  border-color: #fff;
}
.mst-nav__category .items > .items {
  margin-left: 2.7rem;
}
.mst-nav__category .items.collapsible li {
  margin-left: 24px;
}
.mst-nav__category .items.collapsible .items {
  display: none;
}
.mst-nav__category .items.collapsible .items._active {
  display: block;
}
.mst-nav__category .items.collapsible .mst-nav__label-item._parent {
  display: inline-block;
  width: calc(100% - 24px);
}
.mst-nav__category .items.collapsible .mst-nav__label-item._disabled {
  opacity: .5;
}
.mst-nav__category .items.collapsible .mst-nav__label-item._disabled * {
  cursor: default;
}
.mst-nav__category .items.collapsible .mst-nav__label-item._disabled *:hover {
  cursor: default;
}
.mst-nav__category .items.collapsible .mst-nav__label-item._disabled a:hover {
  background-color: inherit;
}
.mst-nav__category .mst-nav_category-toggler {
  display: inline-block;
  padding: 0 !important;
  margin: 0 !important;
}
.mst-nav__category .mst-nav_category-toggler:hover {
  background-color: inherit;
  cursor: pointer;
}
.mst-nav__category .mst-nav_category-toggler span {
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='currentColor' class='bi bi-chevron-down' viewBox='0 0 24 24'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
  display: inline-block;
  margin-bottom: -7px;
}
.mst-nav__category .mst-nav_category-toggler._active span {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='currentColor' class='bi bi-chevron-up' viewBox='0 0 24 24'%3E%3Cpath fill-rule='evenodd' d='M7.646 4.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1-.708.708L8 5.707l-5.646 5.647a.5.5 0 0 1-.708-.708l6-6z'/%3E%3C/svg%3E");
}
.mst-nav__rating .rating-summary {
  display: flex;
  align-items: center;
}
.mst-nav__rating .rating-summary .rating-result {
  margin-right: 5px;
}
.mst-nav__search {
  padding-left: 0;
  width: 100%;
  position: relative;
}
.mst-nav__search .mst-nav__category a.mst-nav_category-toggler {
  display: none !important;
}
.mst-nav__search .mst-nav__category .items > .items {
  margin-left: 0;
}
.mst-nav__search .filter-current {
  padding: 0 10px;
  width: fit-content;
}
.mst-nav__search .filter-current span {
  color: inherit;
}
.mst-nav__search .filter-current .mst-nav__search-term:hover {
  background: none;
}
.mst-nav__search .action.search {
  display: inline-block;
  background: none;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  position: absolute;
  right: 10px;
  top: 0;
  z-index: 1;
}
.mst-nav__search .action.search::before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 32px;
  color: #757575;
  content: "\e615";
  font-family: "luma-icons";
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.mst-nav__search .mst-nav__search-suggestion {
  position: absolute;
  border: 1px solid #cccccc;
  background: white;
  z-index: 1000;
  max-height: 600px;
  overflow-y: auto;
  left: 0;
  margin-top: -1px;
  min-width: 100%;
  max-width: 50vw;
  width: 400px;
}
.mst-nav__search .mst-nav__search-suggestion .mst-nav__sizeLimiter {
  display: none;
}
.mst-nav__search .mst-nav__search-suggestion .mst-nav__alphabetical {
  display: none;
}
.mst-nav__search .mst-nav__search-suggestion .mst-nav__letter {
  display: none !important;
}
.mst-nav__search .mst-nav__search-suggestion .filter-options-item {
  border: none;
  padding: 0;
}
.mst-nav__search .mst-nav__search-suggestion .filter-options-item .mst-nav__suggestion-title {
  font-weight: 600;
  margin: 0;
  overflow: hidden;
  padding: 5px 10px;
  background: #eeeeee5c;
  position: relative;
  text-transform: uppercase;
  word-break: break-all;
  z-index: 1;
  display: block;
  text-decoration: none;
}
.mst-nav__search .mst-nav__search-suggestion .filter-options-item .filter-options-content {
  padding: 0 10px;
}
.mst-nav__search .mst-nav__search-suggestion .filter-options-item .filter-options-content .items {
  display: flex !important;
  flex-wrap: wrap;
}
.mst-nav__search .mst-nav__search-suggestion .filter-options-item .filter-options-content .items li,
.mst-nav__search .mst-nav__search-suggestion .filter-options-item .filter-options-content .items .mst-nav__label-item {
  margin: 5px 2rem 5px 0 !important;
  display: block;
  width: auto;
}
.mst-nav__search .mst-nav__search-suggestion .mst-nav__suggest-match {
  color: #0e89dc;
  font-weight: 600;
}
/* Make clicks pass-through */
#nprogress {
  pointer-events: none;
}
.mst-nav__progress-bar {
  background: #ff5501;
  position: fixed;
  z-index: 103100;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
}
.mst-nav__progress-bar .mst-nav__progress-bar-peg {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #ff5501, 0 0 5px #ff5501;
  opacity: 1.0;
  -webkit-transform: rotate(3deg) translate(0px, -4px);
  -ms-transform: rotate(3deg) translate(0px, -4px);
  transform: rotate(3deg) translate(0px, -4px);
}
@-webkit-keyframes nprogress-spinner {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes nprogress-spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
body.mst-nav__theme-magento-blank:not(.mst-nav__theme-magento-luma) .mst-nav__horizontal-bar .filter-options {
  flex-direction: column;
  align-items: flex-start;
}
body.mst-nav__theme-magento-blank:not(.mst-nav__theme-magento-luma) .mst-nav__horizontal-bar .filter-options .filter-options-content .items {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.mst-brand__brand-list .js-brand-letter {
  display: block;
  padding: .3rem 1rem;
  text-align: center;
  color: #767676;
  font-size: 1.6rem;
  line-height: 20px;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  text-transform: uppercase;
}
.mst-brand__brand-list .js-brand-letter:hover {
  border-color: #ffffff;
  z-index: 1005;
  color: #333333;
}
.mst-brand__brand-list .js-brand-letter._active {
  color: #ff5501;
  z-index: 900;
}
.mst-brand__brand-list .mst-brand__all_brands_link {
  margin-top: 1.6rem;
}
.mst-brand__brand-list .toolbar {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1.6rem;
}
.mst-brand__brand-list .toolbar > a {
  margin-right: 5rem;
}
.mst-brand__brand-list .toolbar .letters {
  display: flex;
  flex-wrap: wrap;
}
.mst-brand__brand-list .toolbar .letters a {
  margin-left: -1px;
}
.mst-brand__brand-list .letter-row {
  overflow: hidden;
  border-bottom: 1px solid #cccccc;
  padding-top: 10px;
}
.mst-brand__brand-list .letter-row .letter {
  top: 0;
  left: 0;
  font-size: 40px;
  line-height: 60px;
  clear: left;
}
.mst-brand__brand-list .letter-row ul {
  list-style: none;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
.mst-brand__brand-list .letter-row ul li {
  text-align: center;
}
.mst-brand__brand-list .letter-row ul li a {
  color: #333333;
  text-decoration: none;
  display: block;
  padding: 1rem;
}
.mst-brand__brand-list .letter-row ul li a .logo-wrapper {
  height: 10rem;
  vertical-align: middle;
  display: table-cell;
  opacity: 0.8;
}
.mst-brand__brand-list .letter-row ul li a .logo-wrapper img {
  max-height: 10rem;
  max-width: 15rem;
}
.mst-brand__brand-list .letter-row ul li a:hover {
  text-decoration: underline;
  outline: 2px solid #ff5501;
}
.mst-brand__brand-list .letter-row ul li a:hover .logo-wrapper {
  opacity: 1;
}
.mst-brand__modal .mst-brand__menu-title {
  text-align: center;
  margin-top: 0;
  margin-bottom: 2rem;
}
.mst-brand__modal .mst-brand__brand-list {
  background: content-box;
  color: #333333;
}
.mst-brand__modal .modal-inner-wrap {
  max-width: 80rem;
  height: auto;
}
.mst-brand__modal .modal-inner-wrap .mst-brand__menu-modal .letter-row {
  overflow-y: auto;
  max-height: 32rem;
  padding-top: 0;
  border-bottom: 0;
}
.mst-brand__modal .modal-inner-wrap .mst-brand__menu-modal .letter-row ul {
  padding: 0.25rem;
  justify-content: space-evenly;
}
.mst-brand__modal .modal-inner-wrap .mst-brand__menu-modal .letter-row ul li {
  margin-bottom: 0;
}
.mst-brand__modal .modal-inner-wrap .mst-brand__menu-modal .letter-row ul li a .logo-wrapper img {
  max-width: 10rem;
}
.mst-brand__modal .modal-inner-wrap .mst-brand__menu-modal .letter-row ul .m__all_brand_label {
  width: 10rem;
  heigh: 4rem;
  overflow: hidden;
}
.brand-brand-view .columns {
  position: relative;
}
.m-brand-logo {
  float: left;
  margin-right: 10px;
  width: 200px;
}
.m-brand-additional-info {
  margin: 0 0 35px 0;
  display: inline-block;
}
.brand-brand-view .m-brand-banner img {
  width: 100%;
}
.m-brand-slider-container {
  text-align: -webkit-center;
  min-height: 230px;
}
.m-brand-slider-container .m-brand-slider-title {
  font-weight: bold;
  font-size: 1.6rem;
  margin-bottom: 1rem;
}
.m-brand-slider-container .m-brand-slider-wrapper.flexslider .slides {
  display: flex;
  align-items: center;
}
.m-brand-slider-container .m-brand-label {
  position: absolute;
  bottom: 0;
  width: inherit;
  text-align: center;
}
.m-brand-slider-wrapper {
  margin: 0 auto;
}
.m-slider-brand-label {
  padding-bottom: 30px;
  min-height: 100px;
  align-items: center;
  display: flex;
  justify-content: center;
}
.m-brand-slider-wrapper .slides {
  text-align: -webkit-center;
}
.m-brand-slider-container .m-brand-slider-wrapper.flexslider .slides .m-brand-label a {
  color: #333333;
}
/*
     * jQuery FlexSlider v2.7.1
     * http://www.woothemes.com/flexslider/
     *
     * Copyright 2012 WooThemes
     * Free to use under the GPLv2 and later license.
     * http://www.gnu.org/licenses/gpl-2.0.html
     *
     * Contributing author: Tyler Smith (@mbmufffin)
     *
     */
/* ====================================================================================================================
     * FONT-FACE
     * ====================================================================================================================*/

/* ====================================================================================================================
     * RESETS
     * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* ====================================================================================================================
     * BASE STYLES
     * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}
/* ====================================================================================================================
     * DEFAULT THEME
     * ====================================================================================================================*/
.flexslider {
  margin: 0 0 60px;
  background: #ffffff;
  border: 4px solid #ffffff;
  position: relative;
  zoom: 1;
  border-radius: 4px;
}
.flexslider .slides {
  zoom: 1;
}
.flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}
.flex-viewport {
  max-height: 2000px;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
@-moz-document url-prefix() {
  .loading .flex-viewport {
    max-height: none;
  }
}
.carousel li {
  margin-right: 5px;
}
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  transition: all 0.3s ease-in-out;
}
.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 37px;
  display: inline-block;
  content: "\f001";
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.flex-direction-nav a.flex-next:before {
  content: "\f002";
}
.flex-direction-nav .flex-prev {
  left: -50px;
}
.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000000;
}
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: "\f004";
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: "\f003";
}
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.flex-control-paging li a:hover {
  background: #333333;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #000000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  transition: all 1s ease;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
/* ====================================================================================================================
     * RESPONSIVE
     * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}
.m-brand-tooltip-container .ui-tooltip-content::after,
.m-brand-tooltip-container .ui-tooltip-content::before {
  content: "";
  position: absolute;
  border-style: solid;
  display: block;
  left: 4px;
}
.m-brand-tooltip-container.bottom .ui-tooltip-content::before {
  bottom: -8px;
  border-color: #AAA transparent;
  border-width: 8px 10px 0;
}
.m-brand-tooltip-container.bottom .ui-tooltip-content::after {
  bottom: -7px;
  border-color: white transparent;
  border-width: 8px 10px 0;
}
.m-brand-tooltip-container.top .ui-tooltip-content::before {
  top: -8px;
  border-color: #AAA transparent;
  border-width: 0 8px 8px;
}
.m-brand-tooltip-container.top .ui-tooltip-content::after {
  top: -7px;
  border-color: white transparent;
  border-width: 0 8px 8px;
}
.m-brand-tooltip-container.ui-tooltip {
  border-width: 0.8px !important;
  max-width: 350px !important;
  padding: 10px 10px;
  text-align: justify;
}
.m-brand-tooltip-container .ui-tooltip-content img {
  display: block;
  margin: 0 auto;
}
.catalog-product-view .m-logo .m-brand-tooltip img {
  padding-right: 15px;
}
.catalog-product-view .m-logo {
  display: inline-block;
}
.catalog-product-view .m-logo a {
  float: left;
}
.all-products-page-index-index .columns {
  position: relative;
}
.main .mst-scroll__button {
  cursor: pointer;
  display: flex;
  margin: 1rem auto;
  align-items: center;
  justify-content: center;
}
.main .mst-scroll__button:before {
  opacity: 0.6;
  display: block;
  content: "";
  height: 36px;
  width: 36px;
  margin-right: 12px;
  background-image: url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M22.7928 10.3055C22.589 11.2646 23.2047 12.2066 24.1681 12.4094L32.3858 14.1402L34.1553 6.39665C34.3738 5.44085 33.7725 4.48961 32.8125 4.27207C31.8524 4.05452 30.8971 4.65321 30.6786 5.60915L30.104 8.12397C30.066 8.06061 30.0251 7.99829 29.9783 7.9388C27.0513 4.20575 22.488 1.79999 17.3614 1.79999C8.51464 1.79999 1.3501 8.9562 1.3501 17.775C1.3501 26.5939 8.51464 33.75 17.3614 33.75C26.2081 33.75 33.3729 26.5939 33.3729 17.775C33.3729 16.7946 32.5743 16 31.5901 16C30.6053 16 29.8072 16.7946 29.8072 17.775C29.8072 24.6411 24.231 30.2 17.3614 30.2C10.4918 30.2 4.91563 24.6411 4.91563 17.775C4.91563 10.909 10.4918 5.34999 17.3614 5.34999C20.9298 5.34999 24.7283 7.04316 27.0001 9.44976L24.9059 8.93618C23.9426 8.73341 22.9966 9.34644 22.7928 10.3055Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
.main .mst-scroll__button:hover:before {
  opacity: 1;
}
.main .mst-scroll__button._loading {
  opacity: .7;
}
.main .mst-scroll__button._loading:before {
  opacity: 1;
  animation: rotating 3s linear infinite;
}
@-webkit-keyframes rotating {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes reveal {
  from {
    transform: scale(0.001);
  }
  to {
    transform: scale(1);
  }
}
@keyframes slide {
  to {
    transform: translateX(1.5em);
  }
}
.mst-scroll__loader {
  font-size: 20px;
  position: relative;
  width: 4em;
  height: 1em;
  margin: 10px auto;
}
.mst-scroll__loader .loader-dot {
  display: block;
  width: 1em;
  height: 1em;
  border-radius: 0.5em;
  background: #555;
  position: absolute;
  animation-duration: 0.5s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
}
.mst-scroll__loader .loader-dot:nth-child(1),
.mst-scroll__loader .loader-dot:nth-child(2) {
  left: 0;
}
.mst-scroll__loader .loader-dot:nth-child(3) {
  left: 1.5em;
}
.mst-scroll__loader .loader-dot:nth-child(4) {
  left: 3em;
}
.mst-scroll__loader .loader-dot:nth-child(1) {
  animation-name: reveal;
}
.mst-scroll__loader .loader-dot:nth-child(2),
.mst-scroll__loader .loader-dot:nth-child(3) {
  animation-name: slide;
}
.mst-scroll__loader .loader-dot:nth-child(4) {
  animation-name: reveal;
  animation-direction: reverse;
}
.mst-scroll__progress {
  text-align: center;
  width: 40%;
  min-width: 300px;
  margin: 0 auto 1.4rem;
}
.mst-scroll__progress .mst-scroll__progress-label {
  font-size: 1.4rem;
}
.mst-scroll__progress .mst-scroll__progress-bar {
  width: 100%;
  height: 2px;
  background-color: #9a9a9a;
  margin: 1rem 0;
}
.mst-scroll__progress .mst-scroll__progress-bar div {
  background-color: #ff5501;
  height: 100%;
}
/*
 * Shipper HQ
 *
 * @category ShipperHQ
 * @package ShipperHQ_AddressAutocomplete
 * @copyright Copyright (c) 2020 Zowta LTD and Zowta LLC (http://www.ShipperHQ.com)
 * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
 * @author ShipperHQ Team sales@shipperhq.com
 */
.pac-container {
  z-index: 905 !important;
}
@media (min-width: 992px) {
  .sw-megamenu.navigation > ul {
    position: relative;
  }
  .sw-megamenu.navigation > ul:after {
    display: table;
    content: '';
    clear: both;
  }
  .sw-megamenu.navigation .open-children-toggle {
    display: none;
  }
  .sw-megamenu.navigation span.cat-label {
    position: absolute;
    text-transform: uppercase;
    font: inherit;
    font-size: 9px;
    padding: 2px;
    border-radius: 0;
    line-height: 1;
    color: #fff;
  }
  .sw-megamenu.navigation span.cat-label:before {
    content: "";
    position: absolute;
    width: 3px;
    height: 3px;
    border: 3px solid transparent;
  }
  .sw-megamenu.navigation span.cat-label.cat-label-label1 {
    background-color: #0cc485;
  }
  .sw-megamenu.navigation span.cat-label.cat-label-label1::before {
    border-left-color: #0cc485;
  }
  .sw-megamenu.navigation span.cat-label.cat-label-label2 {
    background-color: #eb2771;
  }
  .sw-megamenu.navigation span.cat-label.cat-label-label2::before {
    border-left-color: #eb2771;
  }
  .sw-megamenu.navigation span.cat-label.cat-label-label3 {
    background-color: #0ae3eb;
  }
  .sw-megamenu.navigation span.cat-label.cat-label-label3::before {
    border-left-color: #0ae3eb;
  }
  .sw-megamenu.navigation a:hover > span > span.cat-label {
    text-decoration: none;
  }
  .sw-megamenu.navigation li > a > span {
    position: relative;
  }
  .sw-megamenu.navigation li.level0 > .level-top {
    transition-delay: 0s !important;
  }
  .sw-megamenu.navigation li.level0 > a > span.cat-label {
    top: -10px;
    right: 14px;
  }
  .sw-megamenu.navigation li.level0 > a > span.cat-label:before {
    left: 3px;
    bottom: -4px;
  }
  .sw-megamenu.navigation li.level0 > a > span.cat-label.cat-label-label1:before {
    border-top-color: #0cc485;
  }
  .sw-megamenu.navigation li.level0 > a > span.cat-label.cat-label-label2:before {
    border-top-color: #eb2771;
  }
  .sw-megamenu.navigation li.level0 > a > span.cat-label.cat-label-label3:before {
    border-top-color: #0ae3eb;
  }
  .sw-megamenu.navigation li .subchildmenu li > a > span > span.cat-label {
    top: 3px;
    right: -35px;
  }
  .sw-megamenu.navigation li .subchildmenu li > a > span > span.cat-label:before {
    left: -6px;
    bottom: 3px;
  }
  .sw-megamenu.navigation li .subchildmenu li > a > span > span.cat-label.cat-label-label1:before {
    border-right-color: #0cc485;
  }
  .sw-megamenu.navigation li .subchildmenu li > a > span > span.cat-label.cat-label-label2:before {
    border-right-color: #eb2771;
  }
  .sw-megamenu.navigation li .subchildmenu li > a > span > span.cat-label.cat-label-label3:before {
    border-right-color: #0ae3eb;
  }
  .sw-megamenu.navigation .subchildmenu.mega-columns > li {
    float: left;
    padding: 15px 10px 0;
  }
  .sw-megamenu.navigation .subchildmenu.mega-columns.columns1 > li {
    float: none;
  }
  .sw-megamenu.navigation .subchildmenu.mega-columns.columns2 > li {
    width: 50%;
  }
  .sw-megamenu.navigation .subchildmenu.mega-columns.columns2 > li:nth-child(2n+1) {
    clear: both;
  }
  .sw-megamenu.navigation .subchildmenu.mega-columns.columns3 > li {
    width: 33.33%;
  }
  .sw-megamenu.navigation .subchildmenu.mega-columns.columns3 > li:nth-child(3n+1) {
    clear: both;
  }
  .sw-megamenu.navigation .subchildmenu.mega-columns.columns4 > li {
    width: 25%;
  }
  .sw-megamenu.navigation .subchildmenu.mega-columns.columns4 > li:nth-child(4n+1) {
    clear: both;
  }
  .sw-megamenu.navigation .subchildmenu.mega-columns.columns5 > li {
    width: 20%;
  }
  .sw-megamenu.navigation .subchildmenu.mega-columns.columns5 > li:nth-child(5n+1) {
    clear: both;
  }
  .sw-megamenu.navigation .subchildmenu.mega-columns.columns6 > li {
    width: 16.66%;
  }
  .sw-megamenu.navigation .subchildmenu.mega-columns.columns6 > li:nth-child(6n+1) {
    clear: both;
  }
  .sw-megamenu.navigation li.level0 {
    transition-delay: 0s;
    transition: .2s opacity;
  }
  .sw-megamenu.navigation li.level0.fl-left {
    float: left;
  }
  .sw-megamenu.navigation li.level0.fl-right {
    float: right;
  }
  .sw-megamenu.navigation li.level0.fl-right.staticwidth .submenu {
    left: auto;
    right: 0;
    border-radius: 0;
  }
  .sw-megamenu.navigation li.level0 .submenu {
    display: block;
    visibility: hidden;
    opacity: 0;
    transition: .2s opacity;
    color: #777;
  }
  .sw-megamenu.navigation li.level0 .submenu > ul {
    margin-top: 0;
  }
  .sw-megamenu.navigation li.level0 .submenu > ul:before,
  .sw-megamenu.navigation li.level0 .submenu > ul:after {
    display: none;
  }
  .sw-megamenu.navigation li.level0 .submenu .container {
    padding-left: 10px;
    padding-right: 10px;
  }
  .sw-megamenu.navigation li.level0.parent > .submenu.popup-left {
    left: auto;
    right: 0;
    border-radius: 0;
  }
  .sw-megamenu.navigation li.level0.fullwidth {
    position: static;
  }
  .sw-megamenu.navigation li.level0.fullwidth > .submenu {
    width: 100%;
    border-radius: 0;
  }
  .sw-megamenu.navigation li.level0.fullwidth > .submenu,
  .sw-megamenu.navigation li.level0.staticwidth > .submenu {
    padding: 10px;
    left: 0;
  }
  .sw-megamenu.navigation li.level0.fullwidth:hover > .submenu,
  .sw-megamenu.navigation li.level0.staticwidth:hover > .submenu {
    visibility: visible;
    opacity: 1;
  }
  .sw-megamenu.navigation li.level0.fullwidth .submenu li.parent > a:after,
  .sw-megamenu.navigation li.level0.staticwidth .submenu li.parent > a:after {
    display: none;
  }
  .sw-megamenu.navigation li.level0.fullwidth .submenu li.level1 > a,
  .sw-megamenu.navigation li.level0.staticwidth .submenu li.level1 > a {
    font-size: inherit;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 18px;
    padding-top: 0;
    padding-bottom: 5px;
  }
  .sw-megamenu.navigation li.level0.fullwidth .submenu li.level1 > .menu-thumb-img,
  .sw-megamenu.navigation li.level0.staticwidth .submenu li.level1 > .menu-thumb-img {
    margin: 10px 0 -5px;
  }
  .sw-megamenu.navigation li.level0.fullwidth .submenu a,
  .sw-megamenu.navigation li.level0.staticwidth .submenu a {
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
    padding: 7px 0;
    text-transform: uppercase;
    color: #696969;
  }
  .sw-megamenu.navigation li.level0.fullwidth .submenu a:hover,
  .sw-megamenu.navigation li.level0.staticwidth .submenu a:hover {
    background: none;
  }
  .sw-megamenu.navigation li.level0.fullwidth .submenu a:hover > span,
  .sw-megamenu.navigation li.level0.staticwidth .submenu a:hover > span {
    text-decoration: underline;
  }
  .sw-megamenu.navigation li.level0.fullwidth .submenu .menu-top-block,
  .sw-megamenu.navigation li.level0.staticwidth .submenu .menu-top-block,
  .sw-megamenu.navigation li.level0.fullwidth .submenu .menu-left-block,
  .sw-megamenu.navigation li.level0.staticwidth .submenu .menu-left-block,
  .sw-megamenu.navigation li.level0.fullwidth .submenu .menu-right-block,
  .sw-megamenu.navigation li.level0.staticwidth .submenu .menu-right-block,
  .sw-megamenu.navigation li.level0.fullwidth .submenu .menu-bottom-block,
  .sw-megamenu.navigation li.level0.staticwidth .submenu .menu-bottom-block {
    padding-left: 0;
    padding-right: 0;
  }
  .sw-megamenu.navigation li.level0.fullwidth .submenu .subchildmenu .subchildmenu,
  .sw-megamenu.navigation li.level0.staticwidth .submenu .subchildmenu .subchildmenu {
    padding-bottom: 5px;
  }
  .sw-megamenu.navigation li.level0.classic .submenu {
    padding: 5px 0;
  }
  .sw-megamenu.navigation li.level0.classic .submenu > .row {
    margin: 0;
  }
  .sw-megamenu.navigation li.level0.classic .submenu a {
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
    padding: 8px 15px;
    text-transform: uppercase;
  }
  .sw-megamenu.navigation li.level0.classic .subchildmenu {
    min-width: 230px;
  }
  .sw-megamenu.navigation li.level0.classic .subchildmenu .subchildmenu {
    visibility: hidden;
    opacity: 0;
    transition: .2s opacity;
    padding: 5px 0;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    border-radius: 0;
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    z-index: 6;
  }
  .sw-megamenu.navigation li.level0.classic .subchildmenu > li:hover > .subchildmenu {
    visibility: visible;
    opacity: 1;
  }
  .sw-megamenu.navigation li.level0.classic li.parent > .subchildmenu.popup-left {
    left: auto;
    right: 100%;
    border-radius: 0;
  }
  .sw-megamenu.navigation li.level0.classic li.parent a {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .sw-megamenu.navigation li.level0.classic li.parent a > span {
    margin-right: auto;
  }
  .sw-megamenu.navigation li.level0.classic .subchildmenu.popup-left .subchildmenu {
    left: auto;
    right: 100%;
    border-radius: 0;
  }
  .sw-megamenu.navigation li.level0.classic:hover > .submenu {
    visibility: visible;
    opacity: 1;
  }
  .sw-megamenu.navigation li.level0.classic li:hover > .submenu {
    visibility: visible;
    opacity: 1;
  }
  .sw-megamenu.navigation li.level0.classic .submenu,
  .sw-megamenu.navigation li.level0.classic .subchildmenu .subchildmenu {
    left: 0;
  }
  .sw-megamenu.navigation li.level0.staticwidth .submenu {
    left: 0;
  }
  .sw-megamenu.navigation li.level0 > em,
  .sw-megamenu.navigation li.level0 i {
    color: inherit;
    margin-right: .5rem;
  }
  .sw-megamenu.navigation.side-megamenu {
    padding: 0;
  }
  .sw-megamenu.navigation.side-megamenu li {
    margin: 0;
    position: relative;
  }
  .sw-megamenu.navigation.side-megamenu li.level0 {
    display: block;
    position: relative;
    border-radius: 0;
    margin: 0;
    margin-top: 1px;
    float: none !important;
  }
  .sw-megamenu.navigation.side-megamenu li.level0.parent > a:after {
    content: '\e81a';
    display: inline-block;
    font-family: 'porto-icons';
    margin-right: -2px;
    line-height: inherit;
  }
  .page-layout-2columns-right .page-main .sw-megamenu.navigation.side-megamenu li.level0.parent > a:after {
    content: '\e819';
    margin-left: -2px;
    margin-right: 0;
  }
  .sw-megamenu.navigation.side-megamenu li.level0.classic .submenu li.parent > a:after {
    content: '\e81a';
    display: inline-block;
    font-family: 'porto-icons';
  }
  .page-layout-2columns-right .page-main .sw-megamenu.navigation.side-megamenu li.level0.classic .submenu li.parent > a:after {
    content: '\e819';
  }
  .sw-megamenu.navigation.side-megamenu li.level0.fullwidth > .submenu,
  .sw-megamenu.navigation.side-megamenu li.level0.staticwidth > .submenu {
    left: 100% !important;
    top: 0;
    padding-bottom: 15px;
  }
  .page-layout-2columns-right .page-main .sw-megamenu.navigation.side-megamenu li.level0.fullwidth > .submenu,
  .page-layout-2columns-right .page-main .sw-megamenu.navigation.side-megamenu li.level0.staticwidth > .submenu {
    left: auto !important;
    right: 100% !important;
  }
  .sw-megamenu.navigation.side-megamenu li.level0.classic > .submenu {
    left: 100% !important;
    top: 0;
    padding: 5px;
  }
  .page-layout-2columns-right .page-main .sw-megamenu.navigation.side-megamenu li.level0.classic > .submenu {
    left: auto !important;
    right: 100% !important;
  }
  .sw-megamenu.navigation.side-megamenu li.level0.classic > .submenu .subchildmenu .subchildmenu {
    padding: 5px;
  }
  .sw-megamenu.navigation.side-megamenu li.level0.fullwidth > .submenu {
    width: 1024px;
  }
  .sw-megamenu.navigation.side-megamenu li.level0 > a {
    display: flex;
    align-items: center;
    border-top: 1px solid #e7e7e7;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 0;
    margin-left: 16px;
    margin-right: 18px;
    padding: 14px 12px 14px 5px;
    color: inherit;
  }
  .sw-megamenu.navigation.side-megamenu li.level0 > a > span:not(.cat-label) {
    flex: 1;
  }
  .page-layout-2columns-right .page-main .sw-megamenu.navigation.side-megamenu li.level0 > a > span:not(.cat-label) {
    order: 2;
    text-align: right;
  }
  .sw-megamenu.navigation.side-megamenu li.level0 > a > span.cat-label {
    position: relative;
    margin-left: 10px;
    padding: 0 2px;
    top: 0;
    right: 0;
  }
  .sw-megamenu.navigation.side-megamenu li.level0 > a > span.cat-label:before {
    width: 5px;
    height: 5px;
    border: 3px solid transparent;
    position: absolute;
    left: -6px;
    top: 50%;
    margin-top: -3px;
  }
  .sw-megamenu.navigation.side-megamenu li.level0 > a > span.cat-label.cat-label-label1:before {
    border-right-color: #0cc485;
  }
  .sw-megamenu.navigation.side-megamenu li.level0 > a > span.cat-label.cat-label-label2:before {
    border-right-color: #eb2771;
  }
  .sw-megamenu.navigation.side-megamenu li.level0 > a > span.cat-label.cat-label-label3:before {
    border-right-color: #0ae3eb;
  }
  .sw-megamenu.navigation.side-megamenu li.level0 > a > em,
  .sw-megamenu.navigation.side-megamenu li.level0 > a i {
    color: inherit;
    margin-right: .5rem;
  }
  .page-layout-2columns-right .page-main .sw-megamenu.navigation.side-megamenu li.level0 > a > em,
  .page-layout-2columns-right .page-main .sw-megamenu.navigation.side-megamenu li.level0 > a i {
    margin-left: .5rem;
    margin-right: 0;
  }
  .sw-megamenu.navigation.side-megamenu li.level0:first-child {
    margin-top: 0;
  }
  .sw-megamenu.navigation.side-megamenu li.level0:first-child > a {
    border-top: 0;
  }
  .sw-megamenu.navigation.side-megamenu li.level0:hover {
    background-color: #08c;
  }
  .sw-megamenu.navigation.side-megamenu li.level0:hover > a {
    color: inherit;
    border-top-color: #08c;
  }
  .sw-megamenu.navigation.side-megamenu li.level0 > .submenu {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    border-radius: 0;
  }
  .sw-megamenu.navigation.side-megamenu li.level0 > .submenu::before {
    content: '';
    position: absolute;
    border-right: 12px solid #fff;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    left: -12px;
    top: 11.5px;
    z-index: 112;
    width: auto;
    height: auto;
  }
  .page-layout-2columns-right .page-main .sw-megamenu.navigation.side-megamenu li.level0 > .submenu::before {
    border-left: 12px solid #fff;
    border-right: none;
    right: -12px;
    left: auto;
  }
  .sw-megamenu.navigation.side-megamenu li.active {
    background-color: #08c;
    color: #fff;
  }
  .sw-megamenu.navigation.side-megamenu li.active + .level0 > a {
    border-top: 0;
  }
}
@media (max-width: 991px) {
  .sw-megamenu.navigation.side-megamenu {
    display: none;
  }
  .sw-megamenu.navigation .submenu.level0 {
    height: 0;
    visibility: hidden;
  }
  .sw-megamenu.navigation .submenu.level0.opened {
    visibility: visible;
    height: auto;
  }
  .sw-megamenu.navigation li.level0.staticwidth > .submenu {
    width: auto !important;
  }
  .sw-megamenu.navigation li.level0.fullwidth .menu-top-block,
  .sw-megamenu.navigation li.level0.staticwidth .menu-top-block,
  .sw-megamenu.navigation li.level0.fullwidth .menu-right-block,
  .sw-megamenu.navigation li.level0.staticwidth .menu-right-block,
  .sw-megamenu.navigation li.level0.fullwidth .menu-left-block,
  .sw-megamenu.navigation li.level0.staticwidth .menu-left-block,
  .sw-megamenu.navigation li.level0.fullwidth .menu-bottom-block,
  .sw-megamenu.navigation li.level0.staticwidth .menu-bottom-block {
    display: none;
  }
  .sw-megamenu.navigation li.level0 .menu-thumb-img {
    display: none;
  }
  .sw-megamenu.navigation li.ui-menu-item {
    position: relative;
    float: none !important;
  }
  .sw-megamenu.navigation li.ui-menu-item > a {
    position: relative;
  }
  .sw-megamenu.navigation li.ui-menu-item > .open-children-toggle {
    display: block;
    position: absolute;
    width: 42px;
    height: 42px;
    right: 0;
    top: 0;
    z-index: 1;
    cursor: pointer;
  }
  .sw-megamenu.navigation span.cat-label {
    top: 50%;
    right: 36px;
    margin-top: -7px;
    position: absolute;
    text-transform: uppercase;
    font: inherit;
    font-size: 9px;
    padding: 2px;
    border-radius: 2px;
    line-height: 1;
    color: #fff;
  }
  .sw-megamenu.navigation span.cat-label:before {
    content: "";
    position: absolute;
    width: 3px;
    height: 3px;
    border: 3px solid transparent;
    left: -6px;
    bottom: 3px;
  }
  .sw-megamenu.navigation span.cat-label.cat-label-label1 {
    background-color: #0cc485;
  }
  .sw-megamenu.navigation span.cat-label.cat-label-label1:before {
    border-right-color: #0cc485;
  }
  .sw-megamenu.navigation span.cat-label.cat-label-label2 {
    background-color: #eb2771;
  }
  .sw-megamenu.navigation span.cat-label.cat-label-label2:before {
    border-right-color: #eb2771;
  }
  .sw-megamenu.navigation span.cat-label.cat-label-label3 {
    background-color: #0ae3eb;
  }
  .sw-megamenu.navigation span.cat-label.cat-label-label3:before {
    border-right-color: #0ae3eb;
  }
}
.block-facebook-like .block-title a.btn-like {
  background-color: #08c;
  height: 34px;
  line-height: 34px;
  font-size: 14px;
  width: 80px;
  text-align: center;
  border-radius: 5px;
  margin-top: -8px;
  font-weight: 400;
  margin-right: 45px;
}
.block-tweets ul {
  margin-top: -15px;
}
.block-tweets ul li {
  padding: 15px 0;
  border-top: 1px solid #75b11f;
}
.block-tweets ul li:first-child {
  border-top: 0;
}
.block-tweets p.tweet {
  margin-bottom: 10px;
}
.block-tweets p.timePosted {
  margin-bottom: 0;
  color: #a5d75f;
  font-size: 11px;
  font-style: italic;
}
.block-flickr-photos .block-content {
  margin: -5px;
}
.block-flickr-photos a.flickr-image {
  width: 65px;
  display: inline-block;
  margin: 5px;
}
.block-flickr-photos a.flickr-image:hover {
  opacity: .8;
  filter: alpha(opacity=80);
}
.block-flickr-photos a.flickr-image img {
  width: 100%;
}
.fb-persons {
  margin: -5px;
}
.fb-persons .fb-person {
  display: inline-block;
  width: 75px;
  padding: 5px;
  text-align: center;
}
.fb-persons .fb-person a {
  width: 100%;
  display: inline-block;
}
.fb-persons .fb-person a:hover img {
  opacity: .8;
  filter: alpha(opacity=80);
}
.fb-persons .fb-person img {
  width: 100%;
}
.block-category-event {
  background: #f0f0f0;
  color: #777777;
  padding: 9px 0 15px;
  text-align: center;
}
.block-category-event.block:last-child {
  margin-bottom: 9px;
}
.block-category-event .block-title {
  margin: 0 0 9px;
}
.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: 36px;
  position: relative;
}
.block-category-event .dates .start:after {
  font-size: 1.8rem;
  content: '\2013';
  display: block;
  position: absolute;
  right: 15px;
  top: 0;
}
.table-wrapper.billing-agreements {
  margin-bottom: 36px;
}
.payment-method-content .pay-later-message {
  margin-bottom: 10px;
  margin-top: 10px;
}
.paypal {
  display: inline-block;
  vertical-align: top;
}
.block-minicart .paypal,
.cart-summary .paypal {
  display: block;
}
.paypal img {
  display: block;
  margin: 4.5px auto 0;
}
.opc .paypal {
  vertical-align: middle;
}
.paypal.acceptance {
  display: block;
  margin: 0 0 18px;
}
.map-form-addtocart .paypal {
  display: block;
  margin: 9px auto 4.5px;
}
.cart-summary .paypal + .paypal {
  margin-top: 22.5px;
}
.paypal-review .actions-toolbar {
  margin-top: 9px;
}
.paypal-review .paypal-review-title {
  padding: 0 0 9px;
}
.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 27px;
}
.paypal-review .table-paypal-review-items .col.name {
  padding-top: 16px;
}
.paypal-review .table-paypal-review-items .col.qty {
  text-align: center;
}
.paypal-review .item-options dt {
  display: inline-block;
}
.paypal-review .item-options dt:after {
  content: ': ';
}
.paypal-review .item-options dd {
  margin: 0;
}
.paypal-review-discount {
  border-bottom: 1px solid #cccccc;
  margin: 0 0 36px;
  padding: 9px 0 0;
}
.fotorama-video-container:after {
  background: url('../../frontend/Smartwave/porto_child/en_US/Magento_ProductVideo/img/gallery-sprite.png') bottom right;
  bottom: 0;
  content: '';
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 12px;
  width: 100px;
}
.fotorama-video-container .magnify-lens {
  display: none !important;
}
.fotorama-video-container.video-unplayed:hover img {
  opacity: .6;
}
.fotorama-video-container.video-unplayed:hover:after {
  transform: scale(1.25);
}
.video-thumb-icon:after {
  background: url('../../frontend/Smartwave/porto_child/en_US/Magento_ProductVideo/img/gallery-sprite.png') bottom left;
  bottom: 0;
  content: '';
  height: 40px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 10px;
  width: 49px;
}
.product-video {
  bottom: 0;
  height: 75%;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.product-video iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9999;
}
.fotorama__stage__shaft:focus .fotorama__stage__frame.fotorama__active:after {
  bottom: 0;
  content: '';
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 12px;
  width: 100px;
}
.fotorama__product-video--loading:after {
  visibility: hidden;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 780px) and (orientation: landscape) {
  .product-video {
    height: 100%;
    width: 81%;
  }
}
.opc-wrapper .form-discount {
  max-width: 500px;
}
.swatch-attribute-label {
  font-weight: 700;
  position: relative;
}
.swatch-attribute-label.required {
  padding-right: 9px;
}
.swatch-attribute-label[data-required='1']:after {
  color: #e02b27;
  content: '*';
  font-size: 13px;
  font-weight: 700;
  position: absolute;
  right: -11px;
  top: -2px;
}
.swatch-attribute-selected-option {
  color: #646464;
  padding-left: 17px;
}
.swatch-attribute-options {
  margin: 9px 0;
}
.swatch-attribute-options:focus {
  box-shadow: none;
}
.swatch-attribute-options .swatch-option-tooltip-layered .title {
  color: #282828;
  bottom: -5px;
  height: 20px;
  left: 0;
  margin-bottom: 9px;
  position: absolute;
  text-align: center;
  width: 100%;
}
.swatch-attribute.size .swatch-option,
.swatch-attribute.manufacturer .swatch-option {
  background: #f0f0f0;
  color: #949494;
}
.swatch-attribute.size .swatch-option.selected,
.swatch-attribute.manufacturer .swatch-option.selected {
  background: #ffffff;
  border: 1px solid #ffffff;
  color: #000000;
}
.swatch-option {
  border: 1px solid #dadada;
  cursor: pointer;
  float: left;
  height: 20px;
  margin: 0 9px 4.5px 0;
  max-width: 100%;
  min-width: 30px;
  overflow: hidden;
  padding: 1px 2px;
  position: relative;
  text-align: center;
  text-overflow: ellipsis;
}
.swatch-option:focus {
  box-shadow: 0 0 3px 1px #68a8e0;
}
.swatch-option.text {
  background: #f0f0f0;
  color: #686868;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  margin-right: 7px;
  min-width: 22px;
  padding: 4px 8px;
}
.swatch-option.text.selected {
  background-color: #ffffff;
}
.swatch-option.selected {
  outline: 2px solid #ff5501;
  border: 1px solid #ffffff;
  color: #333333;
}
.swatch-option:not(.disabled):hover {
  border: 1px solid #ffffff;
  color: #333333;
  outline: 1px solid #999999;
}
.swatch-option.image:not(.disabled):hover,
.swatch-option.color:not(.disabled):hover {
  border: 1px solid #ffffff;
  outline: 2px solid #c34000;
}
.swatch-option.disabled {
  box-shadow: unset;
  cursor: default;
  pointer-events: none;
}
.swatch-option.disabled:after {
  background: linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(42%, rgba(255, 255, 255, 0)), color-stop(43%, #ffffff), color-stop(46%, #ffffff), color-stop(47%, #ff5216), color-stop(53%, #ff5216), color-stop(54%, #ffffff), color-stop(57%, #ffffff), color-stop(58%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  bottom: 0;
  content: '';
  filter: 'progid:DXImageTransform.Microsoft.gradient(startColorstr=#00ffffff, endColorstr=#00ffffff, GradientType=1)';
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.swatch-option-disabled {
  border: 0;
  cursor: default;
  outline: none !important;
}
.swatch-option-disabled:after {
  -webkit-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  transform: rotate(-30deg);
  background: #e02b27;
  content: '';
  height: 2px;
  left: -4px;
  position: absolute;
  top: 10px;
  width: 42px;
  z-index: 995;
}
.swatch-option-loading {
  content: url('../../frontend/Smartwave/porto_child/en_US/images/loader-2.gif');
}
.swatch-option-tooltip {
  border: 1px solid #dadada;
  color: #949494;
  background: #ffffff;
  display: none;
  max-height: 100%;
  min-height: 20px;
  min-width: 20px;
  padding: 4.5px;
  position: absolute;
  text-align: center;
  z-index: 999;
}
.swatch-option-tooltip .corner,
.swatch-option-tooltip-layered .corner {
  bottom: 0;
  height: 8px;
  left: 40%;
  position: absolute;
}
.swatch-option-tooltip .corner:before,
.swatch-option-tooltip-layered .corner:before,
.swatch-option-tooltip .corner:after,
.swatch-option-tooltip-layered .corner:after {
  border-style: solid;
  content: '';
  font-size: 1px;
  height: 0;
  position: relative;
  width: 0;
}
.swatch-option-tooltip .corner:before,
.swatch-option-tooltip-layered .corner:before {
  border-color: #adadad transparent transparent transparent;
  border-width: 8px 8.5px 0 8.5px;
  left: 0;
  top: 2px;
}
.swatch-option-tooltip .corner:after,
.swatch-option-tooltip-layered .corner:after {
  border-color: #ffffff transparent transparent transparent;
  border-width: 7px 7.5px 0 7.5px;
  left: -15px;
  top: 1px;
}
.swatch-option-tooltip .image,
.swatch-option-tooltip-layered .image {
  display: block;
  height: 130px;
  margin: 0 auto;
  width: 130px;
}
.swatch-option-tooltip-layered {
  background: #ffffff;
  border: 1px solid #dadada;
  color: #949494;
  display: none;
  left: -47px;
  position: absolute;
  width: 140px;
  z-index: 999;
}
.swatch-option-tooltip .title {
  color: #282828;
  display: block;
  max-height: 200px;
  min-height: 20px;
  overflow: hidden;
  text-align: center;
}
.swatch-option-link-layered {
  margin: 0 !important;
  padding: 0 !important;
  position: relative;
}
.swatch-option-link-layered:focus > div {
  box-shadow: 0 0 3px 1px #68a8e0;
}
.swatch-option-link-layered:hover > .swatch-option-tooltip-layered {
  display: block;
}
.swatch-opt {
  margin: 18px 0;
}
.swatch-opt-listing {
  margin-bottom: 9px;
}
.swatch-more {
  display: inline-block;
  margin: 2px 0;
  padding: 2px;
  position: static;
}
.swatch-visual-tooltip-layered {
  height: 160px;
  top: -170px;
}
.swatch-textual-tooltip-layered {
  height: 30px;
  top: -40px;
}
.swatch-input {
  left: -1000px;
  position: absolute;
  visibility: hidden;
}
.clearfix:after {
  clear: both;
  content: '';
  display: block;
  height: 0;
  visibility: hidden;
}
.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.4;
  margin: 0;
  padding: 0;
  color: #0088cc;
  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: #0088cc;
  text-decoration: none;
}
.my-credit-cards .action.delete:hover {
  color: #0088cc;
  text-decoration: underline;
}
.my-credit-cards .action.delete:active {
  color: #0088cc;
  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: #0088cc;
  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.4;
  margin: 0;
  padding: 0;
  color: #0088cc;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  margin-right: 18px;
}
.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: #0088cc;
  text-decoration: none;
}
.my-credit-cards-popup .action.secondary:hover {
  color: #0088cc;
  text-decoration: underline;
}
.my-credit-cards-popup .action.secondary:active {
  color: #0088cc;
  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: #0088cc;
  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;
}
.column .block-addbysku .fieldset {
  margin: 0;
}
.column .block-addbysku .fieldset .fields {
  position: relative;
}
.column .block-addbysku .fieldset .fields .field {
  display: inline-block;
  margin-bottom: 9px;
  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 18px;
  text-align: left;
}
.column .block-addbysku .block-content .actions-toolbar:before,
.column .block-addbysku .block-content .actions-toolbar:after {
  content: '';
  display: table;
}
.column .block-addbysku .block-content .actions-toolbar:after {
  clear: both;
}
.column .block-addbysku .block-content .actions-toolbar .primary {
  float: left;
}
.column .block-addbysku .block-content .actions-toolbar .primary,
.column .block-addbysku .block-content .actions-toolbar .secondary {
  display: inline-block;
}
.column .block-addbysku .block-content .actions-toolbar .primary a.action,
.column .block-addbysku .block-content .actions-toolbar .secondary a.action {
  display: inline-block;
}
.column .block-addbysku .block-content .actions-toolbar .primary .action {
  margin: 0 15px 0 0;
}
.column .block-addbysku .block-content .actions-toolbar .secondary a.action {
  margin-top: 6px;
}
.column .block-addbysku .block-content .actions-toolbar .primary,
.column .block-addbysku .block-content .actions-toolbar .secondary {
  display: block;
  float: none;
}
.column .block-addbysku .block-content .actions-toolbar > .secondary {
  text-align: left;
}
.column .block-addbysku .action.add {
  display: inline-block;
  text-decoration: none;
  line-height: normal;
  padding: 4px;
  width: auto;
}
.column .block-addbysku .action.add > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.column .block-addbysku .action.add:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  line-height: inherit;
  color: inherit;
  content: '\e61c';
  font-family: 'porto-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.column .block-addbysku .action.add:hover:before {
  color: inherit;
}
.column .block-addbysku .action.add:active:before {
  color: inherit;
}
.column .block-addbysku .reset {
  margin: 7px 0;
}
.column .block-addbysku .note {
  display: block;
  margin: 0 0 18px;
  padding-top: 9px;
}
.block-cart-failed {
  margin: 36px 0;
}
.block-cart-failed .block-title {
  font-size: 2.5rem;
}
.block-cart-failed .block-title strong {
  font-weight: 300;
}
.block-cart-failed .actions {
  text-align: center;
}
.block-cart-failed .actions .action {
  display: block;
  margin: 0 auto 9px;
}
.bundle-actions {
  padding: 1.25rem 0 1.25rem;
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  margin-top: 1rem;
  margin-bottom: 0;
}
.bundle-actions .action.customize {
  letter-spacing: -.015em;
  border: none;
  background: #222529;
}
.bundle-options-container {
  clear: both;
  margin-bottom: 36px;
}
.bundle-options-container .legend.title {
  font-size: 1.125rem;
  color: #222529;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.bundle-options-container button.customization {
  font-size: 1em;
}
.bundle-options-container .product-add-form {
  display: none;
}
.bundle-options-container .product-options-wrapper {
  margin-bottom: 27px;
}
.bundle-options-container .product-options-wrapper .fieldset > .field {
  border-top: 1px #e4e4e4 solid;
  padding-top: 18px;
}
.bundle-options-container .product-options-wrapper .fieldset > .field:first-of-type {
  border-top: 0;
  padding-top: 0;
}
.bundle-options-container .product-options-wrapper .fieldset > .field > .label {
  font-size: 1rem;
  color: #222529;
  font-weight: 600;
  text-transform: uppercase;
}
.bundle-options-container .product-options-wrapper .field.choice input {
  float: left;
  margin-top: 6px;
}
.bundle-options-container .product-options-wrapper .field.choice .label {
  margin-left: 24px;
  display: block;
}
.bundle-options-container .product-options-wrapper .field.choice .product-name {
  display: block;
}
.bundle-options-container .product-options-wrapper .field.choice .price-notice {
  float: left;
}
.bundle-options-container .product-options-wrapper .field.choice .price-excluding-tax {
  display: inline-block;
}
.bundle-options-container .action.back {
  margin-bottom: 27px;
}
.bundle-options-container .block-bundle-summary > .title > strong {
  font-size: 1.125rem;
  color: #222529;
  font-weight: 600;
  text-transform: uppercase;
}
.bundle-options-container .block-bundle-summary > .title,
.bundle-options-container .block-bundle-summary .bundle-summary .subtitle {
  border-bottom: 1px #e7e7e7 solid;
  margin-bottom: 1.2rem;
  padding-bottom: 10px;
}
.bundle-options-container .block-bundle-summary .price-box {
  margin-bottom: 0;
}
.bundle-options-container .block-bundle-summary .price-box .price-label {
  display: block;
  margin-bottom: 4.5px;
}
.bundle-options-container .block-bundle-summary .box-tocart {
  margin-bottom: 15px;
}
.bundle-options-container .block-bundle-summary .bundle-summary.empty {
  display: none;
}
.bundle-options-container .block-bundle-summary .bundle-summary > .subtitle {
  font-size: 1.125rem;
  color: #222529;
  font-weight: 600;
  text-transform: uppercase;
  display: block;
}
.bundle-options-container .block-bundle-summary .bundle.items > li {
  margin-bottom: 5px;
}
.bundle-options-container .block-bundle-summary .bundle.items > li .label {
  font-weight: 600;
  color: #222529;
}
.bundle-options-container .block-bundle-summary .product-addto-links {
  text-align: center;
}
.bundle-options-container .block-bundle-summary .product-addto-links > .action.tocompare:before {
  content: '\f83b';
}
.bundle-options-container p.required {
  color: #e02b27;
}
.bundle-options-container .nested .field label {
  font-weight: 400;
}
.bundle-options-container .nested .product-name {
  font-weight: 400;
}
.bundle-options-container .nested .field.qty {
  margin: 0 0 18px;
  margin-top: 18px;
}
.bundle-options-container .nested .field.qty > .label {
  margin: 0 0 8px;
  display: inline-block;
}
.bundle-options-container .nested .field.qty .label {
  font-weight: 400;
}
.bundle-options-container .nested .field.qty:last-child {
  margin-bottom: 0;
}
.bundle-options-container .price-container .price {
  font-size: 1rem;
  line-height: 1;
  font-weight: 600;
  letter-spacing: -.02em;
  color: #222529;
}
.fieldset-bundle-options .nested.options-list .field.qty {
  display: block;
  margin-top: 9px;
}
.block-search {
  margin-bottom: 0;
}
.block-search .block-title {
  display: none;
}
.block-search .block-content {
  margin-bottom: 0;
}
.block-search .label {
  text-decoration: none;
  display: inline-block;
  float: right;
}
.block-search .label > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.block-search .label:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 28px;
  color: #0088cc;
  content: '\f818';
  font-family: 'porto-icons';
  margin: 0 9px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block-search .label:hover:before {
  color: #0088cc;
}
.block-search .label:active:before {
  color: #0088cc;
}
.block-search .label.active + .control input {
  position: static;
}
.block-search .action.search {
  display: none;
}
.block-search .control {
  clear: both;
  margin: 0 -15px -1px;
  padding: 0 15px;
}
.block-search input {
  left: -300%;
  position: absolute;
  margin: 15px 0;
}
.block-search .nested {
  display: none;
}
.search-autocomplete {
  display: none;
  position: absolute;
  z-index: 3;
  overflow: hidden;
  margin-top: -15px;
}
.search-autocomplete ul {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.search-autocomplete ul:not(:empty) {
  background: #ffffff;
  border: 1px solid #cccccc;
  border-top: 0;
}
.search-autocomplete ul li {
  border-top: 1px solid #e5e5e5;
  cursor: pointer;
  padding: 4.5px 36px 4.5px 9px;
  margin: 0;
  position: relative;
  text-align: left;
  white-space: normal;
}
.search-autocomplete ul li:first-child {
  border-top: none;
}
.search-autocomplete ul li:hover,
.search-autocomplete ul li.selected {
  background: #e8e8e8;
  color: #777;
}
.search-autocomplete ul li .amount {
  color: #999999;
  position: absolute;
  right: 7px;
  top: 4.5px;
}
.form.search.advanced {
  display: block;
  border: 1px solid #ececec;
  border-radius: 8px;
  background: #fff;
  border-top: 4px solid #0088cc;
  padding: 35px 25px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.08);
}
.form.search.advanced .fields.range .field:first-child {
  position: relative;
}
.form.search.advanced .fields.range .field:first-child .control {
  padding-right: 25px;
}
.form.search.advanced .fields.range .field:first-child .control:after {
  content: ' \2013 ';
  display: inline-block;
  text-align: center;
  width: 25px;
  position: absolute;
  right: 0;
  top: 6px;
}
.form.search.advanced .fields.range .field:last-child {
  position: relative;
}
.form.search.advanced .fields.range .field:last-child div.mage-error[generated] {
  position: absolute;
  top: 32px;
  left: 0;
}
.form.search.advanced .fields.range .field.with-addon .control {
  padding-right: 45px;
}
.form.search.advanced .group.price .addon .addafter {
  background: none;
  border: 0;
  padding-top: 6px;
  position: absolute;
  right: 0;
  top: 0;
}
.search-terms {
  line-height: 2em;
}
.search-terms > li {
  display: inline-block;
  margin-right: 9px;
}
.checkout-cart-index .page-main {
  padding-left: 0;
  padding-right: 0;
}
.checkout-cart-index .page-title-wrapper {
  padding-left: 15px;
  padding-right: 15px;
}
.cart-summary {
  background: #f5f5f5;
  margin-bottom: 22.5px;
  padding: 1px 0 22.5px;
  background: #fbfbfb;
  border: 1px solid #ddd;
  border-radius: 8px;
}
.cart-summary > .title {
  font-size: 2.4rem;
  display: none;
  font-weight: 300;
  margin: 12px 0;
}
.cart-summary .block form:not(:last-of-type) .fieldset {
  margin: 0 0 22.5px;
}
.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.4rem;
  font-weight: 600;
}
.cart-summary .block .item-options {
  margin: 0 0 16px;
}
.cart-summary .block .item-options .field .radio {
  float: left;
  margin-right: 8px;
}
.cart-summary .block .item-options .field .radio + .label {
  display: block;
  margin: 0;
  overflow: hidden;
  font-weight: 400;
}
.page-main .cart-summary .block {
  margin-bottom: 0;
}
.cart-summary .checkout-methods-items {
  margin: 18px 0 0;
  padding: 0 15px;
  text-align: center;
}
.cart-summary .checkout-methods-items .action.primary.checkout {
  width: 100%;
}
.cart-summary .checkout-methods-items .item {
  margin-bottom: 22.5px;
}
.cart-summary .checkout-methods-items .item:last-child {
  margin-bottom: 0;
}
.cart-summary .message {
  padding-left: 18px;
}
.cart-summary .message > *:first-child:before {
  display: none;
}
.cart-totals tbody .mark,
.cart-totals tfoot .mark {
  text-align: left;
}
.cart.table-wrapper .product-item-name > a {
  font-size: 14px;
}
.cart.table-wrapper .product-item-name > a,
.cart.table-wrapper .product-item-name > a:hover {
  color: #0088cc;
}
.cart.table-wrapper .product-image-container {
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 3px;
}
.cart.table-wrapper .cart thead tr th.col {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 12px;
  padding-top: 24px;
  font-size: 14px;
  font-weight: 600;
}
.cart.table-wrapper .cart tbody td {
  border: 0;
}
.cart.table-wrapper .cart > .item {
  border-bottom: 1px solid #cccccc;
  position: relative;
}
.cart.table-wrapper .col {
  vertical-align: middle;
}
.cart.table-wrapper .col.price,
.cart.table-wrapper .col.subtotal,
.cart.table-wrapper .col.msrp {
  font-size: 14px;
  text-align: center;
}
.cart.table-wrapper .col.subtotal .price {
  color: #0088cc;
}
.cart.table-wrapper .col.qty {
  text-align: center;
}
.cart.table-wrapper .col.qty .input-text {
  text-align: center;
  width: 45px;
}
.cart.table-wrapper .col.qty .field.qty {
  min-width: 67px;
}
.cart.table-wrapper .col > .price {
  color: #c1c1c1;
  font-size: 1.8rem;
  font-weight: 700;
}
.cart.table-wrapper .item-actions td {
  padding-bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
  white-space: normal;
}
.cart.table-wrapper .item .col.item {
  display: block;
  min-height: 75px;
  padding: 15px 15px 9px 90px;
  position: relative;
}
.cart.table-wrapper .actions-toolbar {
  min-height: 20px;
  padding-bottom: 30px;
  position: relative;
}
.cart.table-wrapper .actions-toolbar > .action-edit,
.cart.table-wrapper .actions-toolbar > .action-delete {
  position: absolute;
  right: 16px;
  top: 0;
  display: inline-block;
  text-decoration: none;
}
.cart.table-wrapper .actions-toolbar > .action-edit > span,
.cart.table-wrapper .actions-toolbar > .action-delete > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.cart.table-wrapper .actions-toolbar > .action-edit:before,
.cart.table-wrapper .actions-toolbar > .action-delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 20px;
  color: #0088cc;
  content: '\f826';
  font-family: 'porto-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.cart.table-wrapper .actions-toolbar > .action-edit:hover:before,
.cart.table-wrapper .actions-toolbar > .action-delete:hover:before {
  color: #777777;
}
.cart.table-wrapper .actions-toolbar > .action-edit:active:before,
.cart.table-wrapper .actions-toolbar > .action-delete:active:before {
  color: #0088cc;
}
.cart.table-wrapper .actions-toolbar > .action-delete {
  right: 0;
}
.cart.table-wrapper .actions-toolbar > .action-delete:before {
  content: '\f81a';
}
.cart.table-wrapper .action {
  margin-right: 15px;
}
.cart.table-wrapper .action:last-child {
  margin-right: 0;
}
.cart.table-wrapper .action.help.map {
  font-weight: 400;
}
.cart.table-wrapper .product-item-photo {
  display: block;
  left: 15px;
  max-width: 65px;
  padding: 0;
  position: absolute;
  top: 15px;
  width: 100%;
  border: 0;
  border-radius: 0;
}
.cart.table-wrapper .product-item-name {
  font-size: 1.8rem;
  display: block;
  margin: 0;
  margin-top: 10px;
}
.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: 18px;
}
.cart.table-wrapper .action.configure {
  display: inline-block;
  margin: 9px 0 0;
}
.cart.table-wrapper .item .message {
  margin-top: 18px;
}
.cart-discount {
  border-bottom: 1px solid #cccccc;
  clear: left;
}
.cart-empty {
  padding-left: 15px;
  padding-right: 15px;
}
.cart-tax-info + .cart-tax-total {
  display: block;
}
.block.crosssell {
  padding: 0 15px;
  margin-top: 70px;
}
.block.crosssell .product-item-info {
  width: 200px;
}
.block-minicart .items-total {
  float: right;
  margin-top: 20px;
}
.block-minicart .items-total .count {
  font-weight: 700;
  color: #000;
}
.block-minicart .subtotal {
  text-align: left;
}
.block-minicart .amount .price-wrapper {
  color: #000;
}
.block-minicart .amount .price-wrapper:first-child .price {
  font-size: 17px;
  font-weight: 700;
}
.block-minicart .subtitle {
  display: none;
}
.block-minicart .subtitle.empty {
  display: block;
  padding: 27px 0 18px;
  text-align: center;
  font-size: 13px;
  font-weight: 400;
}
.block-minicart .text.empty {
  text-align: center;
}
.block-minicart .block-content > .actions {
  margin-top: 15px;
}
.block-minicart .block-content > .actions > .secondary {
  text-align: center;
  margin: 0 0 15px;
}
.block-minicart .block-content > .actions > .secondary .action.viewcart {
  display: block;
  width: 100%;
  padding: 10px 15px;
  text-transform: uppercase;
  font-size: 15px;
  border: 1px solid #ccc;
  border-radius: 3px;
}
.block-minicart .block-content > .actions > .primary {
  margin: 0 0 15px;
}
.block-minicart .block-content > .actions > .primary .action.primary {
  display: block;
  width: 100%;
  padding: 10px 15px;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 15px;
}
.block-minicart .block-content > .actions .paypal-logo {
  margin-top: 15px;
  text-align: center;
}
.block-minicart .block-category-link,
.block-minicart .block-product-link,
.block-minicart .block-cms-link,
.block-minicart .block-banners {
  margin: 15px 0 0;
  text-align: center;
}
.minicart-wrapper {
  display: inline-block;
  position: relative;
}
.minicart-wrapper:before,
.minicart-wrapper:after {
  content: '';
  display: table;
}
.minicart-wrapper:after {
  clear: both;
}
.minicart-wrapper .action.showcart {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.minicart-wrapper .action.showcart:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 35px;
  line-height: 33px;
  color: #0088cc;
  content: '\e8ba';
  font-family: 'porto-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-wrapper .action.showcart:hover:before {
  color: #0088cc;
}
.minicart-wrapper .action.showcart:active:before {
  color: #0088cc;
}
.minicart-wrapper .action.showcart.active {
  display: inline-block;
  text-decoration: none;
}
.minicart-wrapper .action.showcart.active:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 35px;
  line-height: 33px;
  color: #0088cc;
  content: '\e8ba';
  font-family: 'porto-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-wrapper .action.showcart.active:hover:before {
  color: #0088cc;
}
.minicart-wrapper .action.showcart.active:active:before {
  color: #0088cc;
}
.minicart-wrapper .block-minicart {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 0;
  margin-top: 7px;
  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);
}
.minicart-wrapper .block-minicart li {
  margin: 0;
}
.minicart-wrapper .block-minicart li:hover {
  cursor: pointer;
}
.minicart-wrapper .block-minicart:before,
.minicart-wrapper .block-minicart:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.minicart-wrapper .block-minicart:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.minicart-wrapper .block-minicart:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.minicart-wrapper .block-minicart:before {
  left: 10px;
  top: -21px;
}
.minicart-wrapper .block-minicart:after {
  left: 9px;
  top: -23px;
}
.minicart-wrapper.active {
  overflow: visible;
}
.minicart-wrapper.active .block-minicart {
  display: block;
}
.minicart-wrapper .block-minicart {
  padding: 25px 18px;
  width: 320px;
  right: -15px;
  border-top: 6px solid #0088cc;
  color: #777777;
  border-radius: 8px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
}
.minicart-wrapper .block-minicart .block-title {
  display: none;
}
.minicart-wrapper .block-minicart:after {
  left: auto;
  right: 25px;
  border: 9px solid;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
}
.minicart-wrapper .block-minicart:before {
  left: auto;
  right: 26px;
  border: 8px solid;
  border-color: transparent transparent #0088cc transparent;
}
.minicart-wrapper .product .actions {
  float: right;
  margin: -30px 0 0;
}
.minicart-wrapper .product .actions > .primary,
.minicart-wrapper .product .actions > .secondary {
  display: inline;
}
.minicart-wrapper .product .actions > .primary:not(:last-child),
.minicart-wrapper .product .actions > .secondary:not(:last-child) {
  margin-right: 15px;
}
.minicart-wrapper .action.close {
  width: 40px;
  height: 40px;
  top: 0;
  right: 0;
  position: absolute;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-shadow: none;
  font-weight: 400;
  display: inline-block;
  text-decoration: none;
}
.minicart-wrapper .action.close:focus,
.minicart-wrapper .action.close:active {
  background: none;
  border: none;
}
.minicart-wrapper .action.close:hover {
  background: none;
  border: none;
}
.minicart-wrapper .action.close.disabled,
.minicart-wrapper .action.close[disabled],
fieldset[disabled] .minicart-wrapper .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.minicart-wrapper .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.minicart-wrapper .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 16px;
  color: #777777;
  content: '\f819';
  font-family: 'porto-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-wrapper .action.close:hover:before {
  color: inherit;
}
.minicart-wrapper .action.close:active:before {
  color: inherit;
}
.minicart-wrapper .action.showcart {
  white-space: nowrap;
}
.minicart-wrapper .action.showcart .counter.qty {
  color: #ffffff;
  height: 24px;
  line-height: 24px;
  border-radius: 2px;
  display: inline-block;
  margin: -11px 0 0;
  min-width: 18px;
  width: 100%;
  overflow: hidden;
  padding: 0 3px;
  text-align: center;
  white-space: normal;
  position: absolute;
  top: 50%;
  left: 0;
  font-weight: 600;
  font-size: 14px;
}
.minicart-wrapper .action.showcart .counter.qty .loader > img {
  max-width: 24px;
}
.minicart-wrapper .action.showcart:before,
.minicart-wrapper .action.showcart.active:before {
  color: #0088cc;
  line-height: 40px;
  margin: 0;
}
.minicart-wrapper .action.showcart:hover:before,
.minicart-wrapper .action.showcart:active:before,
.minicart-wrapper .action.showcart.active:before,
.minicart-wrapper .action.showcart.active:hover:before {
  color: #0088cc;
}
.minicart-wrapper .minicart-widgets {
  margin-top: 15px;
}
.minicart-items-wrapper {
  margin: 0 -15px;
  overflow-x: auto;
  padding: 15px;
}
.minicart-items {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.minicart-items .product-item {
  padding: 18px 0;
}
.minicart-items .product-item:not(:first-child) {
  border-top: 1px solid #eeeeee;
}
.minicart-items .product-item:first-child {
  padding-top: 0;
}
.minicart-items .product-item-pricing .label {
  display: inline-block;
  width: 4.5rem;
}
.minicart-items .price-minicart {
  margin-bottom: 4.5px;
}
.minicart-items .product-item-name {
  font-size: 14px;
  font-weight: 400;
  margin: 0 0 9px;
}
.minicart-items .product-item-name a {
  color: #0088cc;
}
.minicart-items .product-item-details {
  padding-left: 95px;
  text-align: left;
}
.minicart-items .product-item-details .price {
  font-weight: 700;
  color: #000;
}
.minicart-items .product-item-details .price-including-tax,
.minicart-items .product-item-details .price-excluding-tax {
  margin: 4.5px 0;
}
.minicart-items .product-item-details .weee[data-label] {
  font-size: 1.1rem;
}
.minicart-items .product-item-details .details-qty {
  margin-top: 9px;
}
.minicart-items .product > .product-item-photo,
.minicart-items .product > .product-image-container {
  float: left;
  min-width: 0;
}
.minicart-items .product .toggle {
  border: 0;
  padding: 0 36px 4.5px 0;
}
.minicart-items .product .toggle:after {
  position: static;
  margin: 0 0 0 4.5px;
  color: #8f8f8f;
}
.minicart-items .product .product.options > .toggle:after {
  font-family: 'porto-icons';
}
.minicart-items .product .product.options > .toggle:after {
  content: '\e81c';
}
.minicart-items .product .product.options.active > .toggle:after {
  content: '\e81b';
}
.minicart-items .product.pricing {
  margin-top: 3px;
}
.minicart-items .product.options .tooltip.toggle {
  display: inline-block;
  text-decoration: none;
}
.minicart-items .product.options .tooltip.toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.minicart-items .product.options .tooltip.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 12px;
  color: inherit;
  content: '\e81c';
  font-family: 'porto-icons';
  margin: -3px 0 0 7px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-items .product.options .details {
  display: none;
}
.minicart-items .item-qty {
  width: 40px;
  text-align: center;
  margin-right: 9px;
  border-radius: 3px;
}
.minicart-items .update-cart-item {
  vertical-align: top;
  font-size: 1.1rem;
}
.minicart-items .action.edit,
.minicart-items .action.delete {
  display: inline-block;
  text-decoration: none;
}
.minicart-items .action.edit > span,
.minicart-items .action.delete > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.minicart-items .action.edit:before,
.minicart-items .action.delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 20px;
  color: #0088cc;
  content: '\f826';
  font-family: 'porto-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-items .action.edit:hover:before,
.minicart-items .action.delete:hover:before {
  color: #0088cc;
}
.minicart-items .action.edit:active:before,
.minicart-items .action.delete:active:before {
  color: #0088cc;
}
.minicart-items .action.delete:before {
  content: '\f81a';
}
.minicart-items .subtitle {
  display: none;
}
.checkout-container {
  margin: 1.5rem 0 18px;
}
.checkout-success {
  padding: 30px 0;
}
.cart-empty i.cart-empty {
  font-size: 100px;
  color: #d3d3d4;
}
.cart-empty .btn-go-shop {
  min-width: 200px;
  padding: 16px 0;
  font-size: 15px;
  letter-spacing: -.015em;
  text-align: center;
  color: #fff;
  background-color: #222529;
  border: none;
  line-height: 1.5;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
}
.opc-wrapper {
  margin: 0 0 18px;
}
.opc-wrapper .step-title {
  text-transform: uppercase;
  font-weight: 600;
  color: #222529;
  border-bottom: 1px solid #cccccc;
}
.opc-wrapper .step-content {
  margin: 0 0 36px;
}
.checkout-index-index .logo {
  margin-left: 0;
}
.opc-estimated-wrapper {
  border-bottom: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  margin: -21px -15px 15px;
  padding: 18px 15px;
}
.opc-estimated-wrapper .estimated-block {
  font-size: 1rem;
  float: left;
  font-weight: 600;
}
.opc-estimated-wrapper .estimated-block .estimated-label {
  display: block;
  margin: 0 0 4.5px;
}
.opc-estimated-wrapper .estimated-block .estimated-price {
  color: #0088cc;
}
.opc-estimated-wrapper .minicart-wrapper {
  float: right;
}
.opc-estimated-wrapper .minicart-wrapper button.action.showcart {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  height: auto;
}
.opc-estimated-wrapper .minicart-wrapper button.action.showcart:focus,
.opc-estimated-wrapper .minicart-wrapper button.action.showcart:active {
  background: none;
  border: none;
}
.opc-estimated-wrapper .minicart-wrapper button.action.showcart:hover {
  background: none;
  border: none;
}
.opc-estimated-wrapper .minicart-wrapper button.action.showcart.disabled,
.opc-estimated-wrapper .minicart-wrapper button.action.showcart[disabled],
fieldset[disabled] .opc-estimated-wrapper .minicart-wrapper button.action.showcart {
  pointer-events: none;
  opacity: 0.5;
}
.opc-estimated-wrapper .minicart-wrapper button.action.showcart .counter.qty {
  right: 9px;
  top: 3px;
}
.opc-estimated-wrapper .minicart-wrapper button.action.showcart::before {
  content: '\e8ba';
  font-family: 'porto-icons';
  font-size: 27px;
  display: inline-block;
  color: #222529;
  width: 40px;
  height: 40px;
}
.opc-estimated-wrapper .minicart-wrapper button.action.showcart::after {
  margin: 0;
}
.opc-estimated-wrapper .minicart-wrapper button.action.showcart:hover {
  color: #777;
}
.opc-progress-bar {
  display: none;
}
.field._error .control input,
.field._error .control select,
.field._error .control textarea {
  border-color: #ed8380;
}
.checkout-index-index .modal-popup .fieldset .field .label {
  font-weight: 400;
}
.checkout-index-index .modal-popup .modal-footer .action-hide-popup {
  margin-top: 3px;
}
.field-tooltip {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 1px;
}
.field-tooltip > .label {
  display: none;
}
.field-tooltip._active {
  z-index: 100;
}
.field-tooltip._active .field-tooltip-content {
  display: block;
}
.field-tooltip._active .field-tooltip-action:before {
  color: #777777;
}
.field-tooltip .field-tooltip-action {
  display: inline-block;
  text-decoration: none;
}
.field-tooltip .field-tooltip-action > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.field-tooltip .field-tooltip-action:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 21px;
  line-height: inherit;
  color: #bbbbbb;
  content: '\f853';
  font-family: 'porto-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.field-tooltip .field-tooltip-action:hover:before {
  color: #777777;
}
._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: #777777;
}
.field-tooltip .field-tooltip-content {
  background: #f4f4f4;
  border: 1px solid #dddddd;
  border-radius: 1px;
  font-size: 13px;
  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: #dddddd;
}
.field-tooltip .field-tooltip-content:after {
  border-right-color: #f4f4f4;
  width: 1px;
  z-index: 4;
}
.opc-wrapper .form-login,
.opc-wrapper .form-shipping-address {
  margin-top: 28px;
  margin-bottom: 28px;
}
.opc-wrapper .form-login .fieldset .field .label,
.opc-wrapper .form-shipping-address .fieldset .field .label {
  font-weight: 400;
}
.opc-wrapper .form-login .fieldset .note,
.opc-wrapper .form-shipping-address .fieldset .note {
  font-size: 13px;
  margin-top: 9px;
}
.opc-wrapper .shipping-address-item {
  border: 2px solid transparent;
  font-size: 13px;
  line-height: 30px;
  margin: 0 0 18px;
  padding: 18px 32px 18px 18px;
  transition: 0.3s border-color;
  width: 50%;
  display: inline-block;
  position: relative;
  vertical-align: top;
  word-wrap: break-word;
}
.opc-wrapper .shipping-address-item.selected-item {
  border-color: #ff5501;
}
.opc-wrapper .shipping-address-item.selected-item:after {
  background: #ff5501;
  color: #ffffff;
  content: '\f82b';
  font-family: 'porto-icons';
  height: 27px;
  width: 29px;
  font-size: 19px;
  line-height: 21px;
  padding-top: 2px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
}
.opc-wrapper .shipping-address-item.selected-item .action-select-shipping-item {
  visibility: hidden;
}
.opc-wrapper .action-show-popup {
  margin: 0 0 18px;
}
.opc-wrapper .action-show-popup > span:before {
  content: '+';
  padding-right: 4.5px;
}
.opc-wrapper .action-select-shipping-item {
  float: right;
  margin: 18px 0 0;
}
.opc-wrapper .edit-address-link {
  display: block;
  float: left;
  margin: 26px 5px 0 0;
}
.checkout-shipping-method .step-title {
  margin-bottom: 0;
}
.checkout-shipping-method .no-quotes-block {
  margin: 18px 0;
}
.methods-shipping .actions-toolbar .action.primary {
  margin: 18px 0 0;
}
.table-checkout-shipping-method thead th {
  display: none;
  font-weight: 600;
}
.table-checkout-shipping-method tbody td {
  border-top: 1px solid #cccccc;
  padding-bottom: 18px;
  padding-top: 18px;
}
.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 .col-price {
  font-weight: 600;
}
.table-checkout-shipping-method tbody .row-error td {
  border-top: none;
  padding-bottom: 9px;
  padding-top: 0;
}
.checkout-shipping-method {
  position: relative;
}
.shipping-policy-block.field-tooltip {
  top: 12px;
}
.shipping-policy-block.field-tooltip .field-tooltip-action {
  color: #0088cc;
  cursor: pointer;
}
.shipping-policy-block.field-tooltip .field-tooltip-action:before {
  display: none;
}
.shipping-policy-block.field-tooltip .field-tooltip-content {
  width: 420px;
  top: 27px;
}
.opc-block-shipping-information .shipping-information-title {
  border-bottom: 1px solid #cccccc;
  margin: 0 0 18px;
  position: relative;
}
.opc-block-shipping-information .shipping-information-title .action-edit {
  top: 9px;
  display: inline-block;
  text-decoration: none;
  margin: 0;
  position: absolute;
  right: 0;
}
.opc-block-shipping-information .shipping-information-title .action-edit > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.opc-block-shipping-information .shipping-information-title .action-edit:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 20px;
  color: #0088cc;
  content: '\f826';
  font-family: 'porto-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.opc-block-shipping-information .shipping-information-title .action-edit:hover:before {
  color: #0088cc;
}
.opc-block-shipping-information .shipping-information-title .action-edit:active:before {
  color: #0088cc;
}
.opc-block-shipping-information .shipping-information-title .action-edit:before {
  display: block;
}
.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 18px;
}
.opc-block-summary {
  background: #ffffff;
  padding: 22px 27px;
  border: 2px solid #e7e7e7;
  border-radius: 0;
  margin-bottom: 30px;
}
.opc-block-summary > .title {
  text-transform: uppercase;
  font-weight: 600;
  color: #222529;
  display: block;
}
.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 #cccccc;
  padding: 9px 36px 9px 0;
  cursor: pointer;
  display: block;
  text-decoration: none;
  margin-bottom: 0;
  position: relative;
}
.opc-block-summary .items-in-cart > .title > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.opc-block-summary .items-in-cart > .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 12px;
  color: inherit;
  content: '\e81c';
  font-family: 'porto-icons';
  margin: 3px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.opc-block-summary .items-in-cart > .title:after {
  position: absolute;
  right: 0;
  top: 9px;
}
.opc-block-summary .items-in-cart > .title strong {
  font-size: 1rem;
  font-weight: 300;
  margin: 0;
}
.opc-block-summary .items-in-cart.active > .title:after {
  content: '\e81b';
}
.opc-block-summary .items-in-cart .product {
  position: relative;
}
.opc-block-summary .minicart-items-wrapper {
  margin: 0 -15px 0 0;
  max-height: 370px;
  padding: 15px 15px 0 0;
  border: 0;
}
.column.main .opc-block-summary .product-item {
  margin: 0;
  padding: 5px 0;
}
.opc-block-summary .product-item .product .product-image-container {
  background: none;
  padding-right: 10px;
}
.opc-block-summary .product-item .product-item-inner {
  display: table;
  margin: 0 0 9px;
  width: 100%;
}
.opc-block-summary .product-item .product-item-name-block {
  display: table-cell;
  padding-right: 4.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 .price {
  font-size: 1rem;
}
.authentication-dropdown {
  box-sizing: border-box;
}
.authentication-dropdown .modal-inner-wrap {
  padding: 25px 18px;
}
.authentication-dropdown button.action-close {
  width: 40px;
  height: 40px;
  margin: 0;
}
.authentication-dropdown .modal-header {
  min-height: 0;
  padding: 0;
  border: 0;
}
.authentication-dropdown .modal-content {
  box-shadow: none;
  -webkit-box-shadow: none;
  position: static;
  background: none;
  border: 0;
  border-radius: 0;
}
.authentication-wrapper {
  float: right;
  margin-top: -70px;
  max-width: 50%;
  position: relative;
  z-index: 1;
}
._has-auth-shown .authentication-wrapper {
  z-index: 900;
}
.authentication-wrapper button.action-auth-toggle {
  border: 0;
  color: #0088cc;
  padding: 0;
  background: none;
}
.block-authentication .block-title {
  font-size: 1.7rem;
  border-bottom: 0;
  margin-bottom: 22.5px;
}
.block-authentication .block-title strong {
  font-weight: 300;
}
.block-authentication .field .label {
  font-weight: 400;
}
.block-authentication .block[class] {
  margin: 0;
}
.block-authentication .block[class] ul {
  list-style: none;
  padding-left: 9px;
}
.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: 36px;
  padding-top: 36px;
  position: relative;
}
.block-authentication .block[class] + .block::before {
  height: 36px;
  line-height: 34px;
  margin: -19px 0 0 -18px;
  min-width: 36px;
  background: #ffffff;
  border-radius: 50%;
  border: 1px solid #c1c1c1;
  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 .action {
  padding-top: 15px;
  padding-bottom: 15px;
}
.checkout-payment-method .step-title {
  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-title {
  border-top: 1px solid #cccccc;
  padding: 18px 0;
  margin: 0;
}
.checkout-payment-method .payment-method-title .payment-icon {
  display: inline-block;
  margin-right: 4.5px;
  vertical-align: middle;
}
.checkout-payment-method .payment-method-title .action-help {
  display: inline-block;
  margin-left: 4.5px;
}
.checkout-payment-method .payment-method-content {
  display: none;
  padding: 0 0 18px 22px;
}
.checkout-payment-method .payment-method-content .fieldset:not(:last-child) {
  margin: 0 0 18px;
}
.checkout-payment-method .field-select-billing,
.checkout-payment-method .billing-address-form {
  max-width: 500px;
}
.checkout-payment-method .billing-address-same-as-shipping-block {
  margin: 0 0 9px;
}
.checkout-payment-method .payment-method-billing-address {
  margin: 0 0 18px;
}
.checkout-payment-method .payment-method-billing-address .primary .action-update {
  margin-right: 0;
}
.checkout-payment-method .payment-method-billing-address .billing-address-details {
  line-height: 27px;
  padding: 0 0 0 23px;
}
.checkout-payment-method .payment-method-note + .payment-method-billing-address {
  margin-top: 18px;
}
.checkout-payment-method .payment-method-iframe {
  background-color: transparent;
  display: none;
  width: 100%;
}
.checkout-payment-method .no-payments-block {
  margin: 18px 0;
}
.checkout-payment-method .payment-option._active .payment-option-title .action-toggle:after {
  content: '\e81b';
}
.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: 18px 0;
}
.checkout-payment-method .payment-option-title .action-toggle {
  color: #0088cc;
  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: #0088cc;
  content: '\e81c';
  font-family: 'porto-icons';
  margin: 0 0 0 9px;
  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: #777777;
}
.checkout-payment-method .payment-option-title .action-toggle:active:after {
  color: #0088cc;
}
.checkout-payment-method .payment-option-title .action-toggle > span {
  display: inline-block;
  vertical-align: middle;
}
.checkout-payment-method .payment-option-content {
  padding: 0 0 18px 22px;
}
.checkout-payment-method .payment-option-inner {
  margin: 0 0 18px;
}
.checkout-payment-method .credit-card-types {
  padding: 0;
}
.checkout-payment-method .credit-card-types .item {
  display: inline-block;
  list-style: none;
  margin: 0 4.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%);
  filter: grayscale(0%);
  filter: none;
}
.checkout-payment-method .credit-card-types .item._inactive {
  opacity: 0.4;
  filter: alpha(opacity=40);
}
.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;
  filter: grayscale(100%);
  filter: gray;
}
.checkout-payment-method .ccard .fields > .year {
  padding-left: 4.5px;
}
.checkout-payment-method .ccard .fields .select {
  padding-left: 4.5px;
  padding-right: 4.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 {
  display: inline-block;
  padding-right: 18px;
}
.checkout-payment-method .ccard .cvv .label {
  display: block;
}
.checkout-payment-method .ccard .cvv .input-text {
  width: 55px;
}
.checkout-payment-method .ccard.fieldset > .field .fields.group.group-2 .field {
  width: auto !important;
}
.checkout-agreements-block .checkout-agreements {
  margin-bottom: 18px;
}
.checkout-agreements-block .checkout-agreement.field {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.checkout-agreements-block .checkout-agreement.field.required label:after {
  content: none;
}
.checkout-agreements-block .checkout-agreement.field.required .action-show:after {
  content: '*';
  color: #e02b27;
  font-size: 1.2rem;
}
.checkout-agreements-block .action-show {
  vertical-align: baseline;
}
.checkout-agreements-items {
  padding-bottom: 27px;
}
.checkout-agreements-items .checkout-agreements-item {
  margin-bottom: 18px;
}
.checkout-agreements-items .checkout-agreements-item-title {
  border-bottom: 0;
}
.checkout-agreement-item-content {
  overflow: auto;
}
.contact-index-index .page-title-wrapper {
  display: none;
}
.contact-index-index .fieldset > .legend,
.contact-index-index .contact-info .contacts-title {
  color: #777777;
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: 300;
  letter-spacing: 0;
  text-transform: none;
}
.contact-index-index .page-main .contact-info [class^="porto-icon-"],
.contact-index-index .page-main .contact-info [class*=" porto-icon-"] {
  float: left;
  width: 43px;
  height: 43px;
  background-color: #0088cc;
  color: #fff;
  line-height: 43px;
  text-align: center;
  font-size: 16px;
  border-radius: 6px;
  margin-bottom: 15px;
}
.contact-index-index .page-main .contact-info p {
  margin-left: 55px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 21px;
}
.block-balance .price {
  font-size: 3.2rem;
  line-height: 32px;
  display: inline-block;
  margin-top: -9px;
}
.table-downloadable-products .product-name {
  font-weight: 400;
  margin-right: 15px;
}
.table-downloadable-products .action.download {
  display: inline-block;
  text-decoration: none;
}
.table-downloadable-products .action.download:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  content: '\e626';
  font-family: 'porto-icons';
  margin: 0 5px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.page-product-downloadable .product-add-form {
  clear: both;
  margin-bottom: 22.5px;
}
.page-product-downloadable .product-options-bottom .field.qty {
  display: none;
}
.page-product-downloadable .product-options-wrapper {
  border-bottom: 0;
}
.samples-item-title {
  font-size: 1em;
  font-weight: 400;
  margin: 0 0 10px;
  text-transform: uppercase;
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 5px;
}
.samples-item {
  margin: 0 0 9px;
}
.field.downloads {
  margin-bottom: 9px;
}
.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: 9px;
  margin-bottom: 9px;
  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 .label {
  font-size: 1em;
}
.field.downloads .sample.link {
  float: right;
}
.field.downloads-all .label {
  color: #0088cc;
  text-decoration: none;
  cursor: pointer;
}
.field.downloads-all .label:visited {
  color: #0088cc;
  text-decoration: none;
}
.field.downloads-all .label:hover {
  color: #0088cc;
  text-decoration: underline;
}
.field.downloads-all .label:active {
  color: #0088cc;
  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: 18px !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: 4.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: 18px;
  margin-bottom: 18px;
}
.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: 27px;
}
.opc-wrapper .form-giftcard-account {
  max-width: 500px;
}
.opc-wrapper .form-giftcard-account .field {
  margin: 0 0 18px;
}
.opc-wrapper .giftcard-account-info {
  margin: 0 0 18px;
}
.opc-wrapper .giftcard-account-info .giftcard-account-number {
  margin: 0 0 9px;
}
.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: 18px 0;
}
.gift-options .actions-toolbar .action-cancel {
  display: none;
}
.gift-options-title {
  font-weight: 600;
  margin: 0 0 18px;
}
.gift-options-content .fieldset {
  margin: 0 0 18px;
}
.gift-summary {
  position: relative;
}
.gift-summary .actions-toolbar > .secondary .action {
  margin: 0 0 0 18px;
  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: #0088cc;
  content: '\f826';
  font-family: 'porto-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.gift-summary .action-edit:hover:before,
.gift-summary .action-delete:hover:before {
  color: #777777;
}
.gift-summary .action-edit:active:before,
.gift-summary .action-delete:active:before {
  color: #0088cc;
}
.gift-summary .action-delete:before {
  content: '\f81a';
}
.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: 18px 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: '\e81b';
}
.gift-item-block .title {
  color: #1979c3;
  cursor: pointer;
  display: block;
  text-decoration: none;
  margin: 0;
  padding: 9px 36px 9px 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: '\e81c';
  font-family: 'porto-icons';
  margin: 0 0 0 9px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.gift-item-block .title:hover:after {
  color: #777777;
}
.gift-item-block .content {
  padding: 9px 0 18px;
  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: 9px 0;
}
.options-order-container,
.options-items-container {
  margin-bottom: 9px;
}
.gift-messages-order {
  margin-bottom: 22.5px;
}
.form-giftregistry-share .actions-toolbar:not(:last-child),
.form-giftregistry-edit .actions-toolbar:not(:last-child) {
  margin-bottom: 36px;
}
.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: #0088cc;
}
.table-giftregistry-items .product-image {
  margin-right: 9px;
  float: left;
}
.cart-summary .form.giftregistry .fieldset {
  margin: 15px 0 4.5px;
  text-align: left;
}
.cart-summary .form.giftregistry .fieldset .field {
  margin: 0 0 9px;
}
.cart-summary .form.giftregistry .fieldset .field .control {
  float: none;
  width: auto;
}
.form-giftregistry-edit .giftregistry-type {
  margin-bottom: 27px;
  margin-top: -22.5px;
}
.form-giftregistry-search {
  margin-bottom: 54px;
}
.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 22.5px;
}
.block-giftregistry-shared-items .item .col {
  border: 0;
}
.block-giftregistry-shared-items th {
  border-bottom: 1px solid #cccccc;
}
.block-giftregistry-shared-items .col {
  padding: 20px 11px 10px;
}
.block-giftregistry-shared-items .col .price-box {
  display: inline-block;
}
.block-giftregistry-shared-items .col .price-wrapper {
  font-size: 1.8rem;
  display: block;
  font-weight: 700;
  white-space: nowrap;
}
.block-giftregistry-shared-items .product .item-options {
  margin: 0;
}
.block-giftregistry-shared-items .product-item-photo {
  display: block;
  max-width: 65px;
  padding: 9px 0;
}
.block-giftregistry-shared-items .product-item-name {
  font-size: 1.8rem;
  display: block;
  margin: 0 0 4.5px;
}
.gift-wrapping-info {
  font-weight: 300;
  font-size: 17px;
  margin: 18px 0;
}
.gift-wrapping-list {
  list-style: none;
  margin: 18px 0 9px;
  padding: 0;
}
.gift-wrapping-list .no-image {
  background: #f2f2f2;
  display: inline-block;
  text-decoration: none;
}
.gift-wrapping-list .no-image > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.gift-wrapping-list .no-image:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 4rem;
  color: #494949;
  content: '\e62a';
  font-family: 'porto-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.gift-wrapping-list .no-image:after {
  display: block;
}
.gift-wrapping-preview,
.gift-wrapping-item > span {
  cursor: pointer;
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.gift-wrapping-item {
  float: left;
  margin: 0 9px 9px 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: 9px 0;
}
.gift-wrapping-title .action-remove {
  margin: -4.5px 0 0 4.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: #0088cc;
  content: '\f81a';
  font-family: 'porto-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.gift-wrapping-title .action-remove:hover:before {
  color: #777777;
}
.gift-wrapping-title .action-remove:active:before {
  color: #0088cc;
}
.gift-options-content .fieldset .field {
  margin: 9px 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: 18px 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 9px 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;
}
.page-product-grouped .box-tocart {
  padding: 1.25rem 0 1rem;
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  margin-top: 1rem;
  margin-bottom: 0;
}
.table.grouped .row-tier-price > td {
  border-top: 0;
}
.table.grouped thead {
  text-transform: uppercase;
}
.table.grouped .col.item {
  width: 90%;
  padding: 8px 0;
  font-weight: 400;
  border-color: #e7e7e7;
}
.table.grouped .col.qty {
  width: 10%;
  padding: 8px 0;
  font-weight: 400;
  border-color: #e7e7e7;
}
.table.grouped .product-item-name {
  font-weight: 400;
  margin-bottom: 0;
  display: inline-block;
}
.table.grouped .price-box {
  margin: 0;
  line-height: 1;
}
.table.grouped .price-box p {
  margin: 0;
}
.table.grouped .price-box .price {
  font-weight: 700;
  color: #0088cc;
}
.table.grouped .price-box .old-price .price {
  font-weight: normal;
  color: #999999;
}
.table.grouped .stock.unavailable {
  margin: 0;
  white-space: nowrap;
  text-transform: none;
  font-weight: normal;
}
.page-product-grouped .product-info-price {
  float: right;
  display: none;
  width: auto;
  border: 0;
}
.form-add-invitations .additional,
.form-add-invitations .field.message {
  margin-top: 18px;
}
.form-add-invitations .action.remove {
  top: 4px;
}
.form-add-invitations .action.add {
  display: inline-block;
  text-decoration: none;
  line-height: normal;
  padding: 4px;
  width: auto;
}
.form-add-invitations .action.add > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.form-add-invitations .action.add:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: inherit;
  color: inherit;
  content: '\e61c';
  font-family: 'porto-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.form-add-invitations .action.add:hover:before {
  color: inherit;
}
.form-add-invitations .action.add:active:before {
  color: inherit;
}
.filter.block {
  margin-bottom: 0;
}
.filter-title strong {
  position: absolute;
  z-index: 2;
  line-height: 16px;
  border: 1px solid #cccccc;
  text-align: center;
  padding: 7px 10px;
  background-color: #ffffff;
  box-shadow: inset 0 1px 0 0 #ffffff, inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
  border-radius: 3px;
  font-weight: 400;
  top: 0;
  left: 0;
}
.filter-title strong[data-count]:after {
  content: attr(data-count);
  display: inline-block;
  border-radius: 2px;
  padding: 2px;
  font-size: .8em;
  margin: 0 5px;
  color: #ffffff;
  min-width: 1em;
  line-height: 1;
  background: #fc5e10;
}
.filter-title strong.disabled {
  opacity: .5;
}
.filter .block-subtitle {
  font-weight: 600;
  padding: 9px 9px 18px;
  font-size: 13px;
  line-height: 1em;
  border-bottom: 1px solid #cccccc;
  display: none;
}
.filter-subtitle {
  display: none;
}
.filter-current {
  margin: 0;
}
.filter-current .items {
  border: 1px solid #ddd;
  border-width: 0 1px;
  background-color: #fbfbfb;
  padding: 10px 0;
  margin: 0;
}
.filter-current .item {
  position: relative;
  z-index: 1;
  padding-left: 17px;
}
.filter .filter-current-subtitle {
  display: block;
  padding: 10px 15px;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  border: 1px solid #ddd;
  background-color: #f5f5f5;
  color: #777;
  position: relative;
  cursor: pointer;
  border-radius: 7px 7px 0 0;
}
.filter-current .action.remove {
  position: absolute;
  right: 15px;
  top: -2px;
}
.filter-actions {
  font-size: 11px;
  padding: 10px 15px;
  background: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 0 0 7px 7px;
  text-align: right;
  margin-bottom: 14px;
}
.filter-label {
  text-transform: uppercase;
}
.filter-label:after {
  content: ": ";
}
.filter-value {
  color: #858585;
}
.filter-options {
  display: none;
  margin: 0;
}
.filter-options-item {
  margin-bottom: 14px;
}
.filter-options-item.active .filter-options-title {
  border-radius: 7px 7px 0 0;
}
.filter-options-item.active .filter-options-content {
  display: block !important;
}
.filter-options-title {
  padding: 10px 15px;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  border: 1px solid #ddd;
  background-color: #f5f5f5;
  position: relative;
  cursor: pointer;
  border-radius: 7px;
  display: block;
  text-decoration: none;
}
.filter-options-title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 13px;
  line-height: inherit;
  color: inherit;
  content: '\f823';
  font-family: 'porto-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.filter-options-title:after {
  width: 26px;
  height: 26px;
  display: block;
  border: 1px solid #ddd;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -13px;
  border-radius: 3px;
  color: #ccc;
  text-align: center;
  line-height: 24px;
  background-color: #fff;
  font-size: 10px;
}
.filter-options-title:hover:after {
  background-color: #0088cc;
  color: #fff;
}
.active > .filter-options-title:after {
  content: '\f820';
}
.filter-options-content {
  margin: 0;
  padding: 10px 15px;
  font-size: 13px;
  border: 1px solid #ddd;
  border-top: 0;
  border-radius: 0 0 7px 7px;
  background-color: #fbfbfb;
}
.filter-options-content .item {
  margin: 13px 0;
  line-height: 1.5em;
}
.filter-options-content a {
  color: #777777 !important;
}
.filter-options-content a:hover .count {
  text-decoration: none;
}
.filter-options-content .count {
  color: #858585;
  padding-right: 5px;
}
.filter-options-content .count:before {
  content: "(";
}
.filter-options-content .count:after {
  content: ")";
}
.map-popup-wrapper.popup .action.close {
  top: 9px;
}
.map-popup {
  background: #ffffff;
  border: 1px solid #adadad;
  padding: 22px;
  width: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  transition: opacity 0.3s linear;
  left: 0;
  margin-top: 9px;
  position: absolute;
  top: 0;
  z-index: 1001;
  display: none;
  opacity: 0;
}
.map-popup .popup-header {
  margin: 0 0 25px;
  padding-right: 16px;
}
.map-popup .popup-header .title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.5rem;
  margin-top: 2.25rem;
  margin-bottom: 1.8rem;
}
.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: 9px;
  top: 9px;
}
.map-popup .popup-actions .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.map-popup .popup-actions .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 16px;
  color: #8c8c8c;
  content: '\f819';
  font-family: 'porto-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.map-popup .popup-actions .action.close:hover:before {
  color: #737373;
}
.map-popup .popup-actions .action.close:active:before {
  color: #737373;
}
.map-popup .popup-actions .action.close:focus,
.map-popup .popup-actions .action.close:active {
  background: none;
  border: none;
}
.map-popup .popup-actions .action.close:hover {
  background: none;
  border: none;
}
.map-popup .popup-actions .action.close.disabled,
.map-popup .popup-actions .action.close[disabled],
fieldset[disabled] .map-popup .popup-actions .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.map-popup.active {
  opacity: 1;
}
.map-popup .map-info-price {
  margin: 0 0 18px;
}
.map-popup .map-info-price .price-box {
  margin: 0 0 18px;
}
.map-popup .map-info-price .price-box .label:after {
  content: ": ";
}
.map-popup .action.primary {
  margin-right: 9px;
}
.map-popup .map-msrp {
  margin-bottom: 9px;
}
.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: 9px;
}
.product-options-bottom .price-box .old-price .price-container > span,
.product-info-price .price-box .old-price .price-container > span {
  display: inline;
}
.map-form-addtocart {
  display: inline-block;
  text-align: center;
}
.map-form-addtocart img {
  display: block;
  margin: 0 auto;
}
.wishlist.split.button {
  display: inline-block;
  position: relative;
  margin-right: 5%;
  vertical-align: middle;
}
.wishlist.split.button:before,
.wishlist.split.button:after {
  content: '';
  display: table;
}
.wishlist.split.button:after {
  clear: both;
}
.wishlist.split.button .action.split {
  float: left;
  margin: 0;
}
.wishlist.split.button .action.toggle {
  float: right;
  margin: 0;
}
.wishlist.split.button .action.toggle {
  display: inline-block;
  text-decoration: none;
}
.wishlist.split.button .action.toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.wishlist.split.button .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: inherit;
  color: #999999;
  content: '\e81c';
  font-family: 'porto-icons';
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.split.button .action.toggle:hover:after {
  color: #777777;
}
.wishlist.split.button .action.toggle:active:after {
  color: inherit;
}
.wishlist.split.button .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.wishlist.split.button .action.toggle.active > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.wishlist.split.button .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: inherit;
  color: #999999;
  content: '\e81b';
  font-family: 'porto-icons';
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.split.button .action.toggle.active:hover:after {
  color: #777777;
}
.wishlist.split.button .action.toggle.active:active:after {
  color: inherit;
}
.wishlist.split.button .items {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 200px;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.wishlist.split.button .items li {
  margin: 0;
  padding: 5px 5px 5px 23px;
}
.wishlist.split.button .items li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.wishlist.split.button .items:before,
.wishlist.split.button .items:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.wishlist.split.button .items:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.wishlist.split.button .items:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.wishlist.split.button .items:before {
  left: 10px;
  top: -12px;
}
.wishlist.split.button .items:after {
  left: 9px;
  top: -14px;
}
.wishlist.split.button.active {
  overflow: visible;
}
.wishlist.split.button.active .items {
  display: block;
}
.wishlist.split.button .items {
  padding: 6px 0;
}
.wishlist.split.button > .action.split {
  margin-right: 5px;
}
.wishlist.split.button > .action.split:before {
  content: '\e889';
}
.wishlist.split.button > .action.split:before {
  margin: 0;
}
.wishlist.split.button > .action:active,
.wishlist.split.button > .action:focus,
.wishlist.split.button > .action:hover {
  color: #777777;
}
.wishlist.split.button > .action.toggle:before {
  border-left: 1px solid #999999;
  content: '';
  float: left;
  height: 15px;
  margin: 3px 4px 0 0;
}
.cart.table-wrapper .wishlist.split.button {
  vertical-align: baseline;
}
.cart.table-wrapper .wishlist.split.button > .action.split {
  font-weight: normal;
  letter-spacing: normal;
  text-transform: none;
}
.cart.table-wrapper .wishlist.split.button > .action.toggle:after {
  color: #0088cc;
}
.cart.table-wrapper .wishlist.split.button > .action.split,
.cart.table-wrapper .wishlist.split.button > .action.toggle {
  color: #0088cc;
}
.cart.table-wrapper .wishlist.split.button > .action.split:before,
.cart.table-wrapper .wishlist.split.button > .action.toggle:before {
  display: none;
}
.wishlist.window.popup {
  background: #ffffff;
  border: 1px solid #adadad;
  padding: 22px;
  width: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  transition: opacity 0.3s linear;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1001;
  display: none;
  opacity: 0;
}
.wishlist.window.popup .popup-header {
  margin: 0 0 25px;
  padding-right: 16px;
}
.wishlist.window.popup .popup-header .title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.5rem;
  margin-top: 2.25rem;
  margin-bottom: 1.8rem;
}
.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: 9px;
  top: 9px;
}
.wishlist.window.popup .popup-actions .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.wishlist.window.popup .popup-actions .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 16px;
  color: #8c8c8c;
  content: '\f819';
  font-family: 'porto-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.window.popup .popup-actions .action.close:hover:before {
  color: #737373;
}
.wishlist.window.popup .popup-actions .action.close:active:before {
  color: #737373;
}
.wishlist.window.popup .popup-actions .action.close:focus,
.wishlist.window.popup .popup-actions .action.close:active {
  background: none;
  border: none;
}
.wishlist.window.popup .popup-actions .action.close:hover {
  background: none;
  border: none;
}
.wishlist.window.popup .popup-actions .action.close.disabled,
.wishlist.window.popup .popup-actions .action.close[disabled],
fieldset[disabled] .wishlist.window.popup .popup-actions .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.wishlist.window.popup.active {
  opacity: 1;
}
.wishlist.window.popup.active {
  display: block;
}
.wishlist.overlay {
  transition: opacity 0.15s linear;
  background: #8c8c8c;
  z-index: 899;
  bottom: 0;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
}
.wishlist.overlay.active {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.wishlist.overlay.active {
  display: block;
}
.wishlist-dropdown.move .action.toggle,
.wishlist-dropdown.copy .action.toggle {
  color: #0088cc;
}
.page-multiple-wishlist .actions-toolbar > .primary {
  display: block;
  float: none;
  text-align: left;
}
.page-multiple-wishlist .actions-toolbar > .primary .action.remove {
  float: right;
}
.block-wishlist-management {
  position: relative;
}
.block-wishlist-management .wishlist-select .wishlist-name-label {
  font-weight: 600;
}
.block-wishlist-management .wishlist-title {
  margin-bottom: 9px;
}
.block-wishlist-management .wishlist-title strong {
  font-weight: 300;
  margin-right: 9px;
}
.block-wishlist-management .wishlist-notice {
  color: #c1c1c1;
  display: inline-block;
  margin-right: 18px;
}
.block-wishlist-management .wishlist-notice.private {
  display: inline-block;
  text-decoration: none;
}
.block-wishlist-management .wishlist-notice.private:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: #e7e7e7;
  content: '\e629';
  font-family: 'porto-icons';
  margin: 0 4.5px 0 0;
  vertical-align: text-bottom;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block-wishlist-management .wishlist-toolbar-select,
.block-wishlist-management .wishlist-toolbar-actions {
  display: inline-block;
}
.block-wishlist-management .wishlist-toolbar-select {
  margin-right: 18px;
}
.block-wishlist-management .wishlist-dropdown.move {
  margin-right: 18px;
}
.block-wishlist-search-form .form-wishlist-search {
  margin-bottom: 54px;
  max-width: 500px;
}
.block-wishlist-search-results .table-wrapper {
  border-top: none;
}
.block-wishlist-info-items .block-title {
  margin-bottom: 18px;
  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: 18px;
}
.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 9px;
}
.block-wishlist-info-items .split {
  clear: both;
  padding: 9px 0;
  visibility: hidden;
}
.block-wishlist-info-items .wishlist-dropdown .change {
  color: #0088cc;
}
.block-wishlist-info-items .action.towishlist {
  padding: 9px 0;
}
.block-wishlist-info-items .input-text.qty {
  margin-right: 10px;
}
.multicheckout .title {
  margin-bottom: 27px;
}
.multicheckout .title strong {
  font-weight: 400;
}
.multicheckout .table-wrapper {
  margin-bottom: 0;
}
.multicheckout .table-wrapper .table > tbody > tr > td,
.multicheckout .table-wrapper .table > tbody > tr > th,
.multicheckout .table-wrapper .table > tfoot > tr > td,
.multicheckout .table-wrapper .table > tfoot > tr > th,
.multicheckout .table-wrapper .table > thead > tr > td,
.multicheckout .table-wrapper .table > thead > tr > th {
  vertical-align: middle;
}
.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: 9px;
}
.multicheckout .table-wrapper .product-item-name > a,
.multicheckout .table-wrapper .product-item-name > a:hover {
  color: #0088cc;
}
.multicheckout:not(.address) .table-wrapper .product-item-name {
  margin: 0;
}
.multicheckout > .actions-toolbar {
  margin-top: 36px;
}
.multicheckout .actions-toolbar > .secondary {
  display: block;
}
.multicheckout .actions-toolbar > .secondary .action.back {
  display: block;
  margin-left: 0;
}
.multicheckout .actions-toolbar > .primary {
  margin-right: 9px;
}
.multicheckout .item-options {
  margin: 9px 0 0;
}
.multicheckout .block .methods-shipping .item-content .fieldset > .field:before {
  display: none;
}
.multicheckout .block .methods-shipping .item-content .fieldset > .field .control {
  display: inline-block;
}
.multicheckout .block-title,
.multicheckout .block-content .title {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 9px;
}
.multicheckout .block-title strong,
.multicheckout .block-content .title strong {
  font-weight: 400;
}
.multicheckout .block-title strong span,
.multicheckout .block-content .title strong span {
  color: #eaeaea;
}
.multicheckout .block-content .title {
  border-bottom: none;
  padding-bottom: 0;
}
.multicheckout.order-review .box-items .box-content {
  border-top: 1px solid #ddd;
  border-radius: 8px;
}
.multicheckout.order-review .box-items .data.table {
  margin-bottom: 0;
}
.multicheckout.order-review .block-title > strong {
  font-size: 2.4rem;
}
.multicheckout.order-review .block-shipping .block-content:not(:last-child) {
  margin-bottom: 36px;
}
.multicheckout .box-title span {
  margin-right: 9px;
}
.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;
  color: #777777;
  font-weight: 700;
  text-transform: none;
  font-size: 14px;
  line-height: 1.4;
}
.multicheckout .box-billing-method .methods-payment .item-title label {
  font-size: 14px;
  vertical-align: top;
  font-weight: 600;
}
.multicheckout .checkout-review .grand.totals {
  font-size: 2rem;
  margin-bottom: 36px;
}
.multicheckout .checkout-review .grand.totals .mark {
  font-weight: 400;
  padding: 0;
  background: none;
}
[class^="multishipping-"] .logo {
  margin-left: 0;
}
.multishipping-checkout-success .nav-sections {
  display: block;
}
.multishipping-checkout-login .login-container > .action.create {
  display: none;
}
.block.newsletter .form.subscribe {
  display: table;
  width: 100%;
}
.block.newsletter .fieldset {
  display: table-cell;
  margin: 0;
  padding: 0;
  vertical-align: top;
}
.block.newsletter .field {
  margin: 0;
}
.block.newsletter .field .control {
  display: inline-block;
  text-decoration: none;
  display: block;
}
.block.newsletter .field .control:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 32px;
  color: #dddddd;
  content: '\f84c';
  font-family: 'porto-icons';
  margin: 0 0 0 8px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block.newsletter .field .control:before {
  position: absolute;
}
.block.newsletter input {
  padding-left: 35px;
}
.block.newsletter .title {
  display: none;
}
.block.newsletter .actions {
  display: table-cell;
  vertical-align: top;
  width: 1%;
}
.block.newsletter .action.subscribe {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.block-reward-info .reward-balance {
  font-size: 1.8rem;
  margin-bottom: 22.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: 22.5px;
}
.block-reward-info .reward-rates .title,
.block-reward-info .reward-limit .title,
.block-reward-info .reward-expiring .title {
  display: inline-block;
  margin-bottom: 9px;
}
.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: 18px;
}
.order-links .item {
  line-height: 36px;
  margin: 0 0 -1px;
}
.order-links .item strong {
  background: #ffffff;
  border: 1px solid #cccccc;
  display: block;
  font-weight: 400;
  padding: 0 20px;
}
.order-links .item a {
  background: #f6f6f6;
  color: #c1c1c1;
  border: 1px solid #cccccc;
  display: block;
  font-weight: 400;
  padding: 0 20px;
}
.order-links .item a:hover {
  background: #ffffff;
  text-decoration: none;
}
.order-details-items {
  border: 1px solid #cccccc;
  margin-bottom: 36px;
  padding: 9px;
}
.order-details-items.ordered .order-title {
  display: none;
}
.order-details-items .order-title {
  border-bottom: 1px solid #cccccc;
  padding: 0 0 9px;
}
.order-details-items .order-title > strong {
  font-size: 2.4rem;
  font-weight: 300;
}
.order-details-items .order-title .action {
  display: inline-block;
}
.order-details-items .table-wrapper {
  margin: 0;
}
.order-details-items .table-wrapper + .actions-toolbar > .secondary .action.back {
  display: inline-block;
}
.order-details-items .table-order-items > thead > tr > th {
  border-bottom: 1px solid #cccccc;
}
.order-details-items .table-order-items tbody + tbody {
  border-top: 1px solid #cccccc;
}
.account .order-details-items .table-order-items tbody tr:nth-child(even) td {
  background: none;
}
.order-details-items .table-order-items tbody td {
  padding-top: 20px;
  padding-bottom: 20px;
}
.order-details-items .table-order-items tbody .col.label {
  font-weight: 700;
  padding-top: 0;
  padding-bottom: 5px;
}
.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-top: 0;
  padding-bottom: 15px;
}
.order-details-items .table-order-items .product-item-name {
  margin: 0 0 10px;
}
.order-details-items .item-options {
  margin: 0;
}
.order-details-items .item-options dt {
  margin: 0;
}
.order-details-items .item-options dd {
  margin: 0 0 15px;
}
.order-details-items .item-options dd:last-child {
  margin-bottom: 0;
}
.order-details-items .item-options.links dt {
  display: inline-block;
}
.order-details-items .item-options.links dt:after {
  content: ": ";
}
.order-details-items .item-options.links dd {
  margin: 0;
}
.order-details-items thead .col.qty {
  text-align: center;
}
.order-details-items .col.name {
  padding-top: 16px;
}
.order-details-items .action.show {
  display: inline-block;
  text-decoration: none;
  color: #777777;
}
.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: '\e81c';
  font-family: 'porto-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.order-details-items .action.show.expanded:after {
  content: '\e81b';
}
.order-details-items .items-qty .item {
  white-space: nowrap;
}
.order-details-items .items-qty .title:after {
  content: ": ";
}
.order-details-items .action.print {
  display: none;
}
.block-order-details-comments {
  margin: 0 0 40px;
}
.block-order-details-comments .comment-date {
  font-weight: 600;
}
.block-order-details-comments .comment-content {
  line-height: 1.6;
  margin: 0 0 20px;
}
.block-order-details-view .block-content .box {
  margin-bottom: 30px;
}
.block-order-details-view .box-title {
  font-weight: 600;
}
.block-order-details-view .box-content .payment-method .title {
  font-weight: 400;
}
.block-order-details-view .box-content .payment-method .content {
  margin: 0;
}
.block-order-details-view .box-content .payment-method .content > strong {
  font-weight: 400;
}
.block-order-details-view .box-content .payment-method .content > strong:after {
  content: ': ';
}
.column.main .order-details-items .block-order-details-gift-message {
  margin: 40px 0 0;
}
.block-order-details-gift-message + .actions-toolbar {
  display: none;
}
.order-tracking {
  margin: 0;
  padding: 20px 0;
}
.order-title + .order-tracking {
  border-bottom: 1px solid #cccccc;
}
.order-tracking .tracking-title {
  display: inline-block;
}
.order-tracking .tracking-content {
  display: inline-block;
  margin: 0 0 0 5px;
}
.order-actions-toolbar {
  margin-bottom: 25px;
}
.order-actions-toolbar .action {
  margin-right: 30px;
}
.order-actions-toolbar .action.print {
  display: none;
  margin: 0;
}
.form-orders-search .field.email,
.form-orders-search .field.zip {
  margin-bottom: 0;
}
.block-reorder .actions-toolbar {
  margin: 17px 0;
}
.block-reorder .product-item-name {
  display: inline-block;
}
.block-reorder .product-item .field.item {
  display: inline-block;
}
.form.send.friend {
  display: block;
  border: 1px solid #ececec;
  border-radius: 8px;
  background: #fff;
  border-top: 4px solid #0088cc;
  padding: 35px 25px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.08);
}
.product-social-links .action.mailto.friend:before,
.moved-add-to-links .action.mailto.friend:before {
  content: '\f84c';
}
.form-wishlist-items {
  padding-bottom: 30px;
}
.product-social-links .action.towishlist:before,
.product-addto-links .action.towishlist:before,
.block-bundle-summary .action.towishlist:before,
.product-item .action.towishlist:before,
.table-comparison .action.towishlist:before {
  content: '\e889';
}
.account .table-wrapper .data.table.wishlist > thead > tr > th,
.account .table-wrapper .data.table.wishlist > tbody > tr > th,
.account .table-wrapper .data.table.wishlist > tfoot > tr > th,
.account .table-wrapper .data.table.wishlist > thead > tr > td,
.account .table-wrapper .data.table.wishlist > tbody > tr > td,
.account .table-wrapper .data.table.wishlist > tfoot > tr > td {
  border-top: 1px solid #cccccc;
}
.account .table-wrapper .data.table.wishlist > caption + thead > tr:first-child > th,
.account .table-wrapper .data.table.wishlist > colgroup + thead > tr:first-child > th,
.account .table-wrapper .data.table.wishlist > thead:first-child > tr:first-child > th,
.account .table-wrapper .data.table.wishlist > caption + thead > tr:first-child > td,
.account .table-wrapper .data.table.wishlist > colgroup + thead > tr:first-child > td,
.account .table-wrapper .data.table.wishlist > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.account .table-wrapper .data.table.wishlist > tbody + tbody {
  border-top: 1px solid #cccccc;
}
.account .table-wrapper .data.table.wishlist thead > tr > th {
  border-bottom: 0;
}
.account .table-wrapper .data.table.wishlist tbody > tr:last-child > td {
  border-bottom: 1px solid #cccccc;
}
.account .table-wrapper .data.table.wishlist .product.name {
  display: inline-block;
  margin-bottom: 9px;
}
.account .table-wrapper .data.table.wishlist .box-tocart {
  margin: 9px 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: 9px 0;
}
.account .table-wrapper .data.table.wishlist .input-text.qty {
  margin-bottom: 9px;
}
.account .table-wrapper .data.table.wishlist .action.primary {
  vertical-align: top;
}
.account .table-wrapper .data.table.wishlist .price {
  font-weight: 700;
}
.link.wishlist .counter {
  color: #c1c1c1;
  white-space: nowrap;
}
.link.wishlist .counter:before {
  content: '(';
}
.link.wishlist .counter:after {
  content: ')';
}
.block-wishlist .product-item-name {
  margin-right: 22.5px;
}
.products-grid.wishlist .product-item-photo {
  display: block;
  margin-bottom: 9px;
}
.products-grid.wishlist .product-item-name {
  margin-top: 0;
}
.products-grid.wishlist .product-item .price-box {
  margin: 0;
}
.products-grid.wishlist .product-item-comment {
  display: block;
  height: 42px;
  margin: 9px 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 .qty.field .control {
  width: 45px;
}
.filterproducts.products {
  margin: 0;
}
p.fullwidth-filter-description {
  font-size: 14px;
  color: #666;
  line-height: 1.4;
}
.section-title,
.slider-title,
.widget .widget-title,
.widget .widget-title a {
  color: #313131;
}
.slider-title,
.section-title {
  font-size: 1.1429em;
  line-height: 1.4;
  letter-spacing: normal;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 1.25rem;
  position: relative;
}
.slider-title .line,
.section-title .line {
  display: block;
  height: 1px;
  position: relative;
  bottom: 0.65em;
  width: 0;
}
.porto-products.title-border-bottom > .section-title,
.related.products .slider-title {
  letter-spacing: -0.01em;
  line-height: 22px;
  padding-bottom: 10px;
  margin-bottom: 24px;
}
.porto-products.title-border-bottom .products-slider.show-dots-title-right .owl-dots,
.related.products .products-slider.show-dots-title-right .owl-dots {
  top: -52px;
  height: 32px;
}
.porto-products.title-border-bottom .products-slider.show-nav-title .owl-nav,
.related.products .products-slider.show-nav-title .owl-nav {
  margin-top: -36px;
}
.porto-products.title-border-middle > .section-title {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  margin-bottom: 24px;
}
.porto-products.title-border-middle > .section-title .line-l {
  height: 1px;
  position: relative;
  flex: 1 1 auto;
  min-width: 10%;
  background: rgba(0, 0, 0, 0.08);
}
.porto-products.title-border-middle > .section-title .line-r {
  height: 1px;
  position: relative;
  flex: 1 1 auto;
  min-width: 10%;
  background: rgba(0, 0, 0, 0.08);
}
.porto-products.title-border-middle > .section-title .inline-title {
  padding: 0 12px;
}
.porto-products.title-border-middle > .section-title.text-left .line-l {
  display: none;
}
.porto-products.title-border-middle > .section-title.text-left .inline-title {
  padding-left: 0;
}
.porto-products.title-border-middle > .section-title.text-right .inline-title {
  padding-right: 0;
}
.porto-products.title-border-middle > .section-title.text-right .line-r {
  display: none;
}
.porto-products.title-border-middle .products-slider.show-dots-title-right .owl-dots {
  top: -40px;
  height: 32px;
}
.porto-products.title-border-middle .products-slider.show-nav-title .owl-nav {
  margin-top: -24px;
}
.porto-products.title-border-bottom > .section-title,
.related.products .slider-title,
.porto-products.title-border-middle > .section-title .inline-title:before {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.slider-wrapper {
  margin-left: -10px;
  margin-right: -10px;
}
.products-slider.owl-carousel,
.slider-wrapper .products {
  margin: 0 !important;
}
.porto-products.title-border-bottom .products-slider.show-dots-title-right .owl-dots,
.related.products .products-slider.show-dots-title-right .owl-dots {
  top: -52px;
  height: 32px;
}
.porto-products.title-border-bottom.move-related .products-slider.show-dots-title-right .owl-dots {
  top: -86px;
}
.move-related .product-item-details {
  position: static;
}
.block.related.move-related .field.choice {
  top: 3px;
  left: 8px;
}
.products-slider.owl-carousel .product-item {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.products-slider.owl-carousel .owl-stage-outer {
  padding-top: 10px;
  margin-top: -10px;
}
.ajax-products {
  display: flex;
  flex-wrap: wrap;
}
.ajax-products > .category-list {
  border-right: 1px solid #dcdcdc;
  padding: 0 15px;
}
.ajax-products > .category-list > span {
  font-size: 1.125rem;
  letter-spacing: -.01em;
  margin-bottom: 15px;
  color: #111;
  text-transform: uppercase;
  font-weight: 700;
  display: block;
  line-height: 1.4;
}
.ajax-products > .category-list > ul {
  list-style: none;
  padding: 0;
  margin-bottom: 2rem;
}
.ajax-products > .category-list > ul > li {
  padding: 0;
  margin: 0;
}
.ajax-products > .category-list > ul > li > a {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  padding: 12px 0 12px 24px;
  color: #111;
  display: block;
  position: relative;
}
.ajax-products > .category-list > ul > li > a:before {
  content: '' !important;
  margin-right: 10px;
  position: absolute;
  left: 0;
  width: 14px;
  height: 14px;
  border: 1px solid #d6d6d6;
  background: #fff;
  top: 50%;
  transform: translateY(-50%);
}
.ajax-products > .category-list > ul > li > a.active:after {
  content: '';
  width: 8px;
  height: 8px;
  position: absolute;
  background: #111;
  top: 50%;
  transform: translateY(-50%);
  left: 3px;
}
.ajax-products > .category-list > ul > li > a > span {
  display: inline-block;
}
.ajax-products > .category-list > ul > li > a:hover {
  text-decoration: none;
}
.ajax-products > .category-detail {
  position: relative;
  padding-left: 4vw;
  padding-right: 0;
  margin-bottom: 50px;
  letter-spacing: -.025em;
  min-height: 70vh;
}
.ajax-products > .category-detail > h2 {
  text-align: center;
  margin: 30px 0;
  font-size: 26px;
  color: #000;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 10px;
}
.ajax-products > .category-detail > .ajax_products_loader {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  background-color: rgba(255, 255, 255, 0.5);
}
.load-more-area {
  text-align: center;
  margin: 20px 0;
}
.load-more-area > a {
  margin: 12px 40px;
  border: 1px solid #000;
  width: auto;
  display: inline-block;
  letter-spacing: .075em;
  color: #000;
  padding: 18px 55px;
  font-size: 12px;
  line-height: 1.3333;
  text-transform: uppercase;
  font-weight: 700;
}
.weltpixel-quickview-catalog-product-view .box-tocart .action.tocart {
  width: 100%;
}
.weltpixel-quickview-catalog-product-view .page-wrapper .page-main {
  margin: 20px 0;
}
.weltpixel-quickview-catalog-product-view .reviews-actions .add {
  display: none;
}
.box-gotoproduct #product-gotoproduct-button {
  width: 100%;
  padding: 7px 20px;
  font-size: 14px;
  text-align: center;
  min-width: 150px;
}
.product-item .weltpixel-quickview {
  display: none;
}
.products-grid .product-item .product-item-info {
  position: relative;
}
.products-grid .product-item .product-item-details {
  position: static !important;
}
.side-list .product-item .weltpixel-quickview {
  display: none !important;
}
.products-grid:after {
  display: table;
  content: "";
  clear: both;
}
.products-grid .product-item {
  float: left;
}
.products-grid .product-item {
  width: 50%;
  padding: 10px;
}
.products-grid .product-item.nth-child-2np1 {
  clear: left;
}
.products-grid.products.grid.flex-grid .product-item,
.products-grid.divider-line .product-item {
  border-left: 1px solid #e3e4e4;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  margin-top: -1px;
  transition: all 0.3s;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}
.products-grid.products.grid.flex-grid .product-item.nth-child-2np1,
.products-grid.divider-line .product-item.nth-child-2np1 {
  border-left-color: transparent;
}
.products-grid.products.grid.flex-grid .product-item:nth-child(1) .product-item-info,
.products-grid.divider-line .product-item:nth-child(1) .product-item-info,
.products-grid.products.grid.flex-grid .product-item:nth-child(2) .product-item-info,
.products-grid.divider-line .product-item:nth-child(2) .product-item-info {
  border-top-color: transparent;
}
.products-grid.products.grid.flex-grid .product-item .product-item-info,
.products-grid.divider-line .product-item .product-item-info {
  border-top: 1px solid #e3e4e4;
  padding: 50px 0 10px;
  transition: all 0.3s;
  margin-top: -1px;
}
.products-grid.products.grid.flex-grid .product-item:hover,
.products-grid.divider-line .product-item:hover {
  background-color: #fff;
  border-top-color: #e3e4e4;
  border-bottom-color: #e3e4e4;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
}
.products-grid.products.grid.flex-grid .product-item:hover .product-item-info,
.products-grid.divider-line .product-item:hover .product-item-info {
  border-top-color: transparent;
  padding: 10px 0 50px;
}
.products-grid.products.grid.flex-grid .product-item:hover .product-item-details .product-item-actions,
.products-grid.divider-line .product-item:hover .product-item-details .product-item-actions {
  visibility: visible;
  opacity: 1;
}
.products-grid.products.grid.flex-grid .product-item-details .product-item-inner,
.products-grid.divider-line .product-item-details .product-item-inner {
  margin-bottom: -30px;
}
.products-grid.products.grid.flex-grid .product-item-details .product-item-actions,
.products-grid.divider-line .product-item-details .product-item-actions {
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
}
.products-grid.products.grid.flex-grid .product-item-details .product-item-actions .tocart,
.products-grid.divider-line .product-item-details .product-item-actions .tocart {
  background-color: #0088cc;
  color: #fff;
  border: 0;
  height: 40px;
  line-height: 40px;
}
.products-grid.products.grid.flex-grid .product-item-details .product-item-actions .actions-secondary.towishlist,
.products-grid.divider-line .product-item-details .product-item-actions .actions-secondary.towishlist,
.products-grid.products.grid.flex-grid .product-item-details .product-item-actions .actions-secondary.tocompare,
.products-grid.divider-line .product-item-details .product-item-actions .actions-secondary.tocompare {
  visibility: visible;
  position: static;
  opacity: 1;
  height: 40px;
  line-height: 40px;
  top: 0;
  width: 40px;
  border: 0;
  background-color: #e6e6e6;
  color: #000;
}
.products-grid.products.grid.flex-grid .product-item-details .product-item-actions .actions-secondary.towishlist,
.products-grid.divider-line .product-item-details .product-item-actions .actions-secondary.towishlist {
  margin-right: -3px;
}
.products-grid.products.grid.flex-grid .product-item-details .product-item-actions .actions-secondary.tocompare,
.products-grid.divider-line .product-item-details .product-item-actions .actions-secondary.tocompare {
  margin-left: -3px;
}
.products {
  margin: 4px 0;
}
.product-item {
  vertical-align: top;
}
.product-item-details {
  padding: 10px 0;
}
.product-item-name {
  display: block;
  font-size: 14px;
  margin: 0 0 3px 0;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.product-item-info {
  width: 100%;
  max-width: 100%;
  text-align: center;
}
.product-item-photo {
  display: block;
  position: relative;
  overflow: hidden;
  padding: 3px;
  border: 1px solid #ddd;
  border-radius: 7px;
}
.product-item-photo .product-item-inner {
  position: absolute;
  left: 10px;
  bottom: 10px;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
  z-index: 3;
}
.product-item-photo .product-item-inner .product-item-actions > .action {
  background-color: #fff;
}
.product-item-photo .product-item-inner .product-item-actions > .actions-primary {
  display: inline-block;
}
.product-item-photo .product-item-inner .product-item-actions > .actions-primary .tocart {
  width: 32px;
  padding: 0;
}
.product-item-photo .product-item-inner .product-item-actions > .actions-primary .tocart:before {
  margin-right: 0;
}
.product-item-photo .product-item-inner .product-item-actions > .actions-primary .tocart span {
  display: none;
}
.product-item-photo:hover .product-item-inner {
  visibility: visible;
  opacity: 1;
}
.product-item-actions .actions-secondary.action:before {
  margin: 0;
}
.product-item-actions .action.towishlist {
  border-color: #ed4949;
  color: #ed4949;
}
.product-item-actions .action.towishlist > span {
  display: none;
}
.product-item-actions .action.tocompare {
  border-color: #52b9b5;
  color: #52b9b5;
}
.product-item-actions .action.tocompare > span {
  display: none;
}
.product-item-description {
  margin: 10px 0;
}
.product-item .product-reviews-summary {
  background: url(../../frontend/Smartwave/porto_child/en_US/images/rating-bar.png) center no-repeat;
  line-height: 1;
  margin: 7px 0;
}
.product-item .product-reviews-summary .reviews-actions {
  display: none;
  text-transform: lowercase;
  font-size: 12px;
}
.product-item .rating-summary {
  overflow: hidden;
  white-space: nowrap;
}
.product-item .rating-summary .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.product-item .rating-summary .rating-result {
  width: 72px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.product-item .rating-summary .rating-result:before {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  -webkit-font-smoothing: antialiased;
  color: #c3c5c9;
  font-family: 'porto-icons';
  font-size: 12px;
  height: 12px;
  letter-spacing: 3px;
  line-height: 12px;
  content: '\f844' '\f844' '\f844' '\f844' '\f844';
  display: block;
  font-style: normal;
  font-weight: normal;
  speak: none;
}
.product-item .rating-summary .rating-result > span {
  display: block;
  overflow: hidden;
}
.product-item .rating-summary .rating-result > span:before {
  position: relative;
  z-index: 2;
  -webkit-font-smoothing: antialiased;
  color: #ffc600;
  font-family: 'porto-icons';
  font-size: 12px;
  height: 12px;
  letter-spacing: 3px;
  line-height: 12px;
  content: '\f844' '\f844' '\f844' '\f844' '\f844';
  display: block;
  font-style: normal;
  font-weight: normal;
  speak: none;
}
.product-item .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-item .price-box .price-label {
  font-size: 12px;
  color: #c1c1c1;
}
.product-item .minimal-price .price-container {
  display: block;
}
.product-item .minimal-price-link {
  margin-top: 4.5px;
}
.product-item .price-from,
.product-item .price-to {
  margin: 0;
}
.product-item .tocompare:before {
  content: '\f83b';
}
.product-item .tocart {
  white-space: nowrap;
  border-radius: 0;
  font-size: 1.4rem;
  line-height: 30px;
  padding: 0 10px;
  height: 32px;
  border-radius: 5px;
  font-weight: 400;
}
.product-item .tocart:before {
  display: inline;
  content: '\e8ba';
  font-family: 'porto-icons';
  margin-right: 5px;
  font-size: 15px;
}
.products-grid .product-item .box-tocart input.qty {
  height: 32px;
  padding: 0 9px;
}
.products-grid .product-item-details .product-item-actions {
  white-space: nowrap;
  margin: 0 -20px;
}
.products-grid .product-item-details .product-item-actions .actions-primary {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  z-index: 1;
}
.products-grid .product-item-details .product-item-actions .actions-secondary {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  transition: all 0.3s;
}
.products-grid .product-item-details .product-item-actions .actions-secondary.towishlist {
  right: -36px;
  visibility: hidden;
  opacity: 0;
}
.products-grid .product-item-details .product-item-actions .actions-secondary.tocompare {
  left: -36px;
  visibility: hidden;
  opacity: 0;
}
.products-grid .product-item-details .product-item-actions .tocart {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.products-grid .product-item-info:hover .product-item-details .product-item-actions .actions-secondary.towishlist {
  right: 0;
  visibility: visible;
  opacity: 1;
}
.products-grid .product-item-info:hover .product-item-details .product-item-actions .actions-secondary.tocompare {
  left: 0;
  visibility: visible;
  opacity: 1;
}
.products-grid .product-item-info:hover .product-item-details .product-item-actions .tocart {
  background-color: #0088cc;
  border-color: #0088cc;
  color: #fff;
}
.products-grid .owl-carousel .product-item {
  width: auto;
  float: none;
}
.price-container .price {
  font-size: 2rem;
  color: #444;
}
.price-container .price-including-tax + .price-excluding-tax,
.price-container .weee {
  margin-top: 5px;
}
.price-container .price-including-tax + .price-excluding-tax,
.price-container .weee,
.price-container .price-including-tax + .price-excluding-tax .price,
.price-container .weee .price,
.price-container .weee + .price-excluding-tax:before,
.price-container .weee + .price-excluding-tax .price {
  font-size: 1.1rem;
}
.price-container .weee:before {
  content: "(" attr(data-label) ": ";
}
.price-container .weee:after {
  content: ")";
}
.price-container .weee + .price-excluding-tax:before {
  content: attr(data-label) ": ";
}
.products-list .product-item {
  display: table;
  width: 100%;
  padding: 10px 0;
}
.products-list .product-item-info {
  display: table-row;
  text-align: left;
}
.products-list .product-item-info:after {
  display: table;
  content: '';
  clear: both;
}
.products-list .product-item-photo {
  width: 20%;
  display: block;
  float: left;
  margin-bottom: 20px;
}
.products-list .product-item-details {
  display: block;
  width: 80%;
  padding: 0 0 20px 20px;
  float: left;
}
.products-list .product-item-details .actions-primary {
  display: inline-block;
}
.products-list .product-item-details .actions-secondary {
  margin-left: 2px;
}
.products-list .product-item-name {
  font-size: 18px;
  line-height: 1;
  margin: 10px 0;
}
.products-list .product-item .product-reviews-summary {
  background: none;
}
.page-products .columns {
  position: relative;
  z-index: 1;
  padding-top: 60px;
}
.toolbar {
  text-align: center;
}
.toolbar select {
  background-color: #ffffff;
  border-radius: 3px;
  padding-top: 0;
  padding-bottom: 0;
  height: 26px;
}
.toolbar-amount {
  position: static;
  display: block;
  float: left;
  line-height: 14px;
  padding: 6px 0;
  margin: 0;
  vertical-align: middle;
  text-align: left;
}
.products.wrapper ~ .toolbar .toolbar-amount {
  display: none;
}
.page-with-filter .toolbar-amount {
  position: static;
}
.toolbar-products {
  background-color: transparent;
}
.toolbar-products .pages {
  display: none;
}
.products.wrapper ~ .toolbar-products .pages {
  display: block;
}
.toolbar .pages {
  margin-bottom: 22.5px;
}
.products.wrapper ~ .toolbar .pages {
  float: left;
  margin-bottom: 0;
}
.sorter {
  float: right;
}
.page-products .sorter {
  position: static;
}
.sorter-label {
  margin-bottom: 0;
  line-height: 26px;
  font-weight: 400;
}
.sorter-options {
  margin: 0 4.5px 0 7px;
  width: auto;
}
.sorter-action {
  vertical-align: top;
  display: inline-block;
  text-decoration: none;
}
.sorter-action:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: inherit;
  color: #0088cc;
  content: '\f840';
  font-family: 'porto-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.sorter-action:hover:before {
  color: #0088cc;
}
.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 {
  vertical-align: top;
}
.sorter-action.sort-desc:before {
  content: '\f842';
}
.modes {
  float: left;
  display: inline-block;
  margin-right: 18px;
}
.modes > a {
  text-decoration: none;
}
.modes-mode {
  float: left;
  border: 1px solid #ccc;
  font-weight: 400;
  color: #cccccc;
  text-align: center;
  width: 26px;
  line-height: 26px;
  background-color: #ffffff;
  display: block;
  margin-right: 5px;
  border-radius: 3px;
  display: inline-block;
  text-decoration: none;
}
.modes-mode:last-child {
  margin-right: 0;
}
.modes-mode.active,
.modes-mode:hover {
  background-color: #0088cc;
  border-color: #0088cc;
  color: #fff;
}
.modes-mode > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.modes-mode:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: inherit;
  color: inherit;
  content: '\f839';
  font-family: 'porto-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.modes-mode:before {
  display: block;
}
.mode-list:before {
  content: '\f83a';
}
.limiter {
  float: right;
}
.products.wrapper ~ .toolbar .limiter {
  display: block;
}
.limiter-options {
  width: auto;
  margin: 0 5px 0 7px;
}
.limiter .label {
  font-weight: 400;
  margin: 0;
}
.limiter .control {
  display: inline-block;
}
.action.tocompare:before {
  content: '\f83b';
}
.catalog-category-view .page-title-wrapper {
  display: none;
}
.price-box {
  margin: 8px 0 13px;
}
.price-box .price {
  font-weight: 600;
}
.old-price,
.old.price {
  color: #999999;
}
.old-price {
  display: inline-block;
  vertical-align: middle;
}
.old-price .price {
  text-decoration: line-through;
  color: #999;
  font-size: 14px;
}
.old-price .price-label {
  display: none;
}
.special-price {
  display: inline-block;
  vertical-align: middle;
}
.price-tier_price .price-including-tax + .price-excluding-tax:before {
  content: "(" attr(data-label) ":";
}
.price-tier_price .price-including-tax + .price-excluding-tax:last-child:after {
  content: ")";
}
.price-tier_price .weee[data-label] {
  display: inline;
}
.price-tier_price .weee[data-label]:before {
  content: " +" attr(data-label) ":";
}
.actual-price {
  font-weight: 700;
}
.category-image .image {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
}
.category-cms,
.category-image,
.category-description {
  margin-bottom: 18px;
  word-wrap: break-word;
}
.product-image-container {
  display: inline-block;
  max-width: 100%;
  min-width: 100%;
  position: relative;
  background: #fff;
  overflow: hidden;
  z-index: 0;
}
.product-image-wrapper {
  height: 0;
  display: block;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.product-image-photo {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  height: auto;
  width: 100%;
}
.product-image-photo.default_image {
  position: static;
}
.product-image-photo.hover_image {
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
  padding: 3px;
}
.product-item-photo:hover .product-image-photo.hover_image {
  visibility: visible;
  opacity: 1;
}
.product.media {
  margin-top: 0;
  margin-bottom: 50px;
}
.product.media .placeholder .photo.container {
  max-width: 100%;
}
.product.media .notice {
  margin: 9px 0;
  color: #c1c1c1;
  font-size: 1.2rem;
}
.product.media .product.thumbs {
  margin: 9px 0 22.5px;
}
.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 > li {
  margin: 1rem 0 0;
}
.product.media .items.thumbs img {
  display: block;
}
.product.media .items.thumbs .active {
  display: block;
  line-height: 1;
}
.product.info.detailed {
  clear: both;
  margin-bottom: 50px;
}
.product.info.detailed .additional-attributes {
  width: auto;
  border: none;
}
.product.info.detailed .additional-attributes > thead > tr > th,
.product.info.detailed .additional-attributes > tbody > tr > th,
.product.info.detailed .additional-attributes > tfoot > tr > th,
.product.info.detailed .additional-attributes > thead > tr > td,
.product.info.detailed .additional-attributes > tbody > tr > td,
.product.info.detailed .additional-attributes > tfoot > tr > td {
  border: none;
}
.product.info.detailed .additional-attributes > thead > tr > td,
.product.info.detailed .additional-attributes > tbody > tr > td,
.product.info.detailed .additional-attributes > tfoot > tr > td {
  padding: 5.5px 4.5px 9px 4.5px;
}
.product.info.detailed .additional-attributes > thead > tr > th,
.product.info.detailed .additional-attributes > tbody > tr > th,
.product.info.detailed .additional-attributes > tfoot > tr > th {
  padding: 5.5px 27px 9px 0;
}
.fieldset > .field.qty,
.nested.options-list > .field.qty {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  margin-right: 15px;
}
.fieldset > .field.qty > .label,
.nested.options-list > .field.qty > .label {
  display: none;
}
.fieldset > .actions {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}
.input-text.qty {
  border-radius: 3px;
}
.product-info-main {
  margin-bottom: 30px;
}
.product-info-main .page-title-wrapper h1 {
  margin: 0 0 15px;
  font-size: 28px;
  font-weight: 600;
  line-height: 1;
  color: #555555;
}
.product-info-main .product-info-price {
  border-bottom: 1px #ebebeb solid;
  display: table;
  width: 100%;
  margin-bottom: 15px;
}
.product-info-main .product-info-price .price-box {
  display: table-cell;
  vertical-align: top;
}
.product-info-main .product-info-price .price-box .price-final_price > span {
  display: block;
  margin-bottom: 4.5px;
}
.product-info-main .product-info-price .price-box .price-final_price > span:last-child {
  margin-bottom: 0;
}
.product-info-main .product-info-price .price-including-tax + .price-excluding-tax,
.product-info-main .product-info-price .weee + .price-excluding-tax,
.product-info-main .product-info-price .weee {
  font-size: 1.4rem;
}
.product-info-main .product-info-price .price-including-tax + .price-excluding-tax .price,
.product-info-main .product-info-price .weee + .price-excluding-tax .price,
.product-info-main .product-info-price .weee .price {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 16px;
}
.product-info-main .product-info-price .price-wrapper .price {
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 22px;
  color: #0088cc;
}
.product-info-main .product-info-price .old-price .price-wrapper .price {
  font-size: 2rem;
  font-weight: 300;
  color: #999999;
}
.product-info-main .product-info-price .special-price .price-label:after {
  content: ": ";
}
.product-info-main .product-info-stock-sku {
  min-width: 15rem;
  text-align: right;
  display: table-cell;
  vertical-align: bottom;
  padding-left: 10%;
  padding-bottom: 30px;
  color: #777777;
}
.product-info-main .stock {
  margin: 0;
}
.product-info-main .stock.available,
.product-info-main .stock.unavailable {
  font-weight: 700;
  text-transform: uppercase;
}
.product-info-main .product.sku {
  word-wrap: break-word;
}
.product-info-main .product-add-form {
  clear: both;
}
.product-info-main .product.sku .type {
  font-weight: normal;
  margin-right: 4.5px;
}
.product-info-main .product.sku .type:after {
  content: '#:';
}
.product-info-main .product.sku .value {
  display: inline-block;
}
.product-info-main .product.overview {
  margin: 18px 0;
}
.product-info-main .product.alert {
  margin: 9px 0;
}
.product-info-main .product-reviews-summary {
  margin-bottom: 20px;
}
.product-info-main .box-tocart {
  margin-top: 0;
  margin-bottom: 30px;
}
.product-info-main .box-tocart .actions {
  margin-right: 20px;
}
.product-info-main .product-options-bottom .box-tocart {
  margin-top: 20px;
  margin-bottom: 20px;
}
.product-options-wrapper {
  padding-bottom: 10px;
  border-bottom: 1px solid #ebebeb;
}
.product-options-wrapper .fieldset-product-options-inner .legend {
  border: none;
  font-weight: 600;
  display: inline-block;
  font-size: 1.4rem;
  float: none;
  padding: 0;
  margin: 0 0 8px;
}
.product-options-wrapper .fieldset-product-options-inner.required .legend:after {
  content: '*';
  color: #e02b27;
  font-size: 1.2rem;
  margin: 0 0 0 4.5px;
}
.product-options-wrapper .field .note {
  display: block;
  margin-top: 4.5px;
}
.product-options-bottom .price-box,
.product-info-price .price-box {
  display: table-cell;
  vertical-align: top;
  padding-bottom: 20px;
}
.product-options-bottom .price-box .old-price,
.product-info-price .price-box .old-price {
  font-size: 20px;
  font-weight: 300;
}
.product-options-bottom .price-box .old-price .price-container > span,
.product-info-price .price-box .old-price .price-container > span {
  display: inline-block;
  color: #999999;
}
.product-options-bottom .price-box .old-price .price-container > span.price-label,
.product-info-price .price-box .old-price .price-container > span.price-label {
  display: none;
}
.product-options-bottom .price-box .price-container > span,
.product-info-price .price-box .price-container > span {
  display: block;
  margin-bottom: 4.5px;
}
.product-options-bottom .price-box .price-container > span:last-child,
.product-info-price .price-box .price-container > span:last-child {
  margin-bottom: 0;
}
.product-options-bottom .price-box .price-container .price,
.product-info-price .price-box .price-container .price {
  font-size: 22px;
  line-height: 22px;
  font-weight: 600;
  color: #0088cc;
}
.product-options-bottom .price-box .price-container .price-including-tax + .price-excluding-tax,
.product-info-price .price-box .price-container .price-including-tax + .price-excluding-tax,
.product-options-bottom .price-box .price-container .weee + .price-excluding-tax,
.product-info-price .price-box .price-container .weee + .price-excluding-tax,
.product-options-bottom .price-box .price-container .weee,
.product-info-price .price-box .price-container .weee {
  font-size: 1.2rem;
  line-height: 14px;
}
.product-options-bottom .price-box .price-container .price-including-tax + .price-excluding-tax .price,
.product-info-price .price-box .price-container .price-including-tax + .price-excluding-tax .price,
.product-options-bottom .price-box .price-container .weee + .price-excluding-tax .price,
.product-info-price .price-box .price-container .weee + .price-excluding-tax .price,
.product-options-bottom .price-box .price-container .weee .price,
.product-info-price .price-box .price-container .weee .price {
  font-size: 1.2rem;
  font-weight: 700;
}
.box-tocart .action.tocart {
  vertical-align: top;
}
.box-tocart .action.tocart:not(:last-child) {
  margin-bottom: 0;
}
.product-addto-links {
  display: inline;
}
.product-addto-links .action {
  margin-right: 5%;
}
.product-social-links {
  margin: 0 0 20px;
  text-align: left;
  padding-top: 20px;
  border-top: 1px solid #ebebeb;
}
.moved-add-to-links {
  display: inline-block;
  vertical-align: top;
}
.product-addto-links .action span,
.moved-add-to-links .action span,
.product-social-links .action span {
  display: none;
}
.product-addto-links .action.tocompare:before,
.moved-add-to-links .action.tocompare:before,
.product-social-links .action.tocompare:before {
  content: '\f83b';
}
.product-addto-links .action.mailto.friend,
.moved-add-to-links .action.mailto.friend,
.product-social-links .action.mailto.friend {
  color: #999999;
  border-color: #999999;
  border-radius: 3px;
}
.product-addto-links a.action:before,
.moved-add-to-links a.action:before,
.product-social-links a.action:before {
  line-height: 30px;
}
.product-addto-links .action {
  margin-right: 5px;
  border-radius: 3px;
}
.product-addto-links .action.towishlist {
  color: #ed4949;
  border-color: #ed4949;
}
.product-addto-links .action.tocompare {
  color: #52b9b5;
  border-color: #52b9b5;
}
.prices-tier {
  margin-bottom: 13.5px;
}
.prices-tier .item {
  margin-bottom: 9px;
}
.prices-tier .item:last-child {
  margin-bottom: 0;
}
.prices-tier .price-excluding-tax,
.prices-tier .price-including-tax {
  display: inline-block;
}
.minimal-price-link,
.price-excluding-tax,
.price-including-tax {
  white-space: nowrap;
  display: block;
}
.ui-dialog-titlebar-close {
  line-height: 1.4;
  margin: 0;
  padding: 0;
  color: #0088cc;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
.ui-dialog-titlebar-close:visited {
  color: #0088cc;
  text-decoration: none;
}
.ui-dialog-titlebar-close:hover {
  color: #0088cc;
  text-decoration: underline;
}
.ui-dialog-titlebar-close:active {
  color: #0088cc;
  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: #0088cc;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.qty.field .control,
.qty.field .qty-changer {
  display: inline-block;
  vertical-align: middle;
}
.qty.field .qty-changer > a {
  display: block;
  border: 1px solid #cccccc;
  border-radius: 3px;
  height: 18px;
  line-height: 16px;
  margin-top: 2px;
  color: #ccc;
  font-size: 11px;
}
.qty.field .qty-changer > a:first-child {
  margin-top: 0;
}
.qty.field .qty-changer > a:hover {
  color: #0088cc;
}
.fotorama__nav .fotorama__thumb-border {
  border-color: #0088cc;
}
.sidebar .product-items .product-item {
  margin-bottom: 18px;
  position: relative;
  float: none;
  width: auto;
  padding: 0;
}
.sidebar .product-items .product-item:last-child {
  margin-bottom: 0;
}
.sidebar .product-items .product-item-info {
  position: relative;
  width: auto;
  margin-bottom: 20px;
}
.sidebar .product-items .product-item-info:after {
  content: "";
  display: table;
  clear: both;
}
.sidebar .product-items .product-item-info .product-item-photo {
  float: left;
  max-width: 33%;
  margin-right: 10px;
}
.sidebar .product-items .product-item-info .product-item-photo img {
  position: static;
  width: auto;
}
.sidebar .product-items .product-item-name {
  margin-top: 0;
}
.sidebar .product-items .product-item-details {
  text-align: left;
  margin-left: calc(33% + 15px);
  padding: 7px 0;
}
.sidebar .product-items .product-item-actions {
  display: block;
  margin: 0;
}
.sidebar .product-items .product-item .product-reviews-summary {
  background: none;
}
.sidebar .product-items .price-box {
  display: block;
  margin: 3px 0;
}
.sidebar .product-items .text {
  margin-right: 8px;
}
.sidebar .product-items .counter {
  color: #c1c1c1;
  font-size: 12px;
  white-space: nowrap;
}
.sidebar .product-items .minilist .price {
  display: inline;
  padding: 0;
}
.sidebar .product-items .minilist .weee:before {
  display: inline-block;
}
.sidebar .product-items .action.delete {
  position: absolute;
  right: 0;
  top: 0;
}
.sidebar .product-items-images {
  margin-left: -4.5px;
}
.sidebar .product-items-images .product-item {
  float: left;
  padding-left: 4.5px;
}
.sidebar .product-items-names .product-item {
  margin-bottom: 9px;
}
.sidebar .product-items-names .product-item-name {
  margin: 0;
}
.side-list .product-item-name {
  font-size: 13px;
}
.side-list .price-container .price {
  font-size: 15px;
}
.product-labels {
  position: absolute;
  right: 10px;
  top: 10px;
}
.product-labels .product-label:first-child {
  margin-top: 0;
}
.product-label {
  padding: 7px 10px;
  font-size: 12px;
  font-weight: 600;
  border-radius: 4px;
  color: #fff;
  margin-top: 5px;
  line-height: 1;
}
.product-label.new-label {
  background-color: #62b959;
}
.product-label.sale-label {
  background-color: #e27c7c;
}
body.catalog-product-compare-index .action.print {
  float: right;
  margin: 15px 0;
}
.table-wrapper.comparison {
  clear: both;
  overflow-x: auto;
}
.table-wrapper.comparison .table-comparison > tbody > tr > th,
.table-wrapper.comparison .table-comparison > tbody > tr > td {
  border-top: 0;
}
.table-wrapper.comparison .table-comparison > tbody > tr > th.info,
.table-wrapper.comparison .table-comparison > tbody > tr > td.info {
  background-color: transparent;
}
.table-wrapper.comparison .table-comparison > thead > tr > th {
  border-bottom: 0;
}
.table-wrapper.comparison .product-image-container {
  border: 0;
  border-radius: 0;
  padding: 0;
  background: none;
}
.table-comparison {
  table-layout: fixed;
}
.table-comparison .cell.label,
.table-comparison td:last-child {
  border-right: 1px solid #cccccc;
}
.table-comparison .cell {
  width: 180px;
  padding: 15px;
}
.table-comparison .cell .attibute.value {
  width: 100%;
  overflow: hidden;
}
.table-comparison .cell.product.info,
.table-comparison .cell.product.label {
  border-bottom: 1px solid #cccccc;
}
.table-comparison .cell.label .attribute.label {
  display: block;
  width: 100%;
  word-wrap: break-word;
}
.table-comparison .cell.attribute {
  font-size: 1.3rem;
}
.table-comparison .cell.attribute img {
  max-width: 100%;
  height: auto;
}
.table-comparison .cell.remove {
  padding-top: 0;
  padding-bottom: 0;
  text-align: right;
}
.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: 4.5px 8px;
  font-size: 1.1rem;
}
.table-comparison .product-addto-links .action.toggle {
  padding: 0;
}
.table-comparison .action.tocart {
  white-space: nowrap;
  height: 32px;
  padding: 0 17px;
}
.table-comparison .actions-primary,
.table-comparison .actions-secondary {
  display: inline-block;
}
.comparison.headings {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: auto;
  background: #ffffff;
}
.sidebar .product-item .tocart {
  border-radius: 3px;
}
.block-compare .product-item .product-item-name {
  margin-left: 22px;
}
.block-compare .action.delete {
  position: absolute;
  left: 0;
  right: auto;
  top: 0;
}
.block-compare .actions-toolbar {
  margin: 17px 0 0;
}
.sticky-product {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 4;
  background-color: #fff;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.08);
  padding: 60px 0 15px 0;
}
.sticky-product.no-sticky-header {
  padding: 15px 0;
}
.sticky-product > .container {
  position: relative;
}
.sticky-product .sticky-image,
.sticky-product .sticky-detail {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}
.sticky-product .sticky-detail .product-name-area {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  margin-right: 15px;
}
.sticky-product .sticky-detail .product-name-area .product-name {
  line-height: 25px;
  margin: 0;
  font-size: 16px;
  font-weight: 600;
}
.sticky-product .sticky-detail .availability span {
  font-size: 14px;
  font-weight: 400;
}
.sticky-product .product-info-price .price-box {
  padding-bottom: 0;
}
.sticky-product .product-info-price .price-box .price-container > span {
  margin-bottom: 0;
}
.sticky-product .product-info-price .price-box .price-container .price {
  font-size: 25px;
  color: #444;
}
.sticky-product .product-info-price .price-box .old-price .price-container .price {
  color: #999;
  font-size: 18px;
}
.sticky-product .add-to-cart {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -19px;
}
.sticky-product .product-info-stock-sku {
  min-width: 150px;
  text-align: right;
  display: table-cell;
  vertical-align: bottom;
  padding-left: 10%;
  color: #777;
}
.sticky-product .stock {
  margin: 0;
}
.sticky-product .stock.available,
.sticky-product .stock.unavailable {
  font-weight: 700;
  text-transform: uppercase;
}
.sticky-product .product.attibute.sku {
  word-wrap: break-word;
}
.sticky-product .product.attibute.sku .type {
  font-weight: normal;
  margin-right: 4.5px;
}
.sticky-product .product.attibute.sku .type:after {
  content: '#:';
}
.sticky-product .product.attibute.sku .value {
  display: inline-block;
}
.sticky-product .actions {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -19px;
}
.sticky-product .actions .action.primary {
  min-width: 150px;
}
.layout-fullwidth .sticky-product > .container {
  max-width: 100%;
}
.prev-next-products {
  float: right;
}
.prev-next-products a {
  color: #555;
  display: inline-block;
  font-size: 22px;
  line-height: 28px;
}
.prev-next-products .product-nav {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.prev-next-products .product-nav .product-pop {
  border-top: 3px solid #0088cc;
  position: absolute;
  left: 0;
  top: 100%;
  padding: 10px;
  background-color: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s;
  text-align: center;
  border-radius: 4px;
  width: 100px;
  margin-top: 10px;
}
.prev-next-products .product-nav .product-pop:before {
  content: "";
  width: 5px;
  height: 2px;
  border: 5px solid transparent;
  border-bottom-color: #0088cc;
  display: block;
  position: absolute;
  top: -13px;
  left: 0;
}
.prev-next-products .product-nav .product-pop .product-image {
  margin-bottom: 10px;
}
.prev-next-products .product-nav .product-pop .product-name {
  margin: 0;
  font-weight: 600;
  font-size: 11px;
}
.prev-next-products .product-nav:hover .product-pop {
  opacity: 1;
  visibility: visible;
}
.prev-next-products .product-nav.product-prev .product-pop {
  right: auto;
  left: 0;
  margin-left: -20px;
}
.prev-next-products .product-nav.product-prev .product-pop:before {
  left: 32px;
  right: auto;
}
.prev-next-products .product-nav.product-next .product-pop {
  left: auto;
  right: 0;
  margin-right: -15px;
}
.prev-next-products .product-nav.product-next .product-pop:before {
  right: 26px;
  left: auto;
}
.block.related .action.select {
  vertical-align: top;
}
.block.related .product-item-details {
  z-index: 1;
}
.block.related .field.choice {
  position: absolute;
  top: 2px;
  left: 6px;
}
.block.upsell .title {
  background: url(../../frontend/Smartwave/porto_child/en_US/images/slider-bar.png) right no-repeat;
}
.block.upsell .title strong {
  font-size: 16px;
  text-transform: uppercase;
  background-color: #fff;
  padding: 0;
  padding-right: 20px;
}
.sidebar .custom-block {
  margin-bottom: 30px;
  padding-bottom: 40px;
  background: url(../../frontend/Smartwave/porto_child/en_US/images/bkg_4.png) bottom no-repeat;
}
.sidebar .custom-block.custom-block-1 {
  padding-bottom: 20px;
}
.sidebar .custom-block.custom-block-1 > div {
  min-height: 50px;
  margin-bottom: 20px;
  clear: both;
}
.sidebar .custom-block.custom-block-1 > div em {
  font-size: 30px;
  color: #000;
  float: left;
  width: 50px;
  height: 50px;
  line-height: 48px;
  border: 1px solid #bbb;
  border-radius: 50%;
  text-align: center;
  margin-right: 10px;
}
.sidebar .custom-block.custom-block-1 > div h3 {
  color: #313131;
  font-size: 16px;
  margin: 0;
  line-height: 1.5;
  margin-left: 50px;
  padding-top: 4px;
  font-weight: 600;
  letter-spacing: -0.1px;
}
.sidebar .custom-block.custom-block-1 > div p {
  font-size: 12px;
  margin: 0;
  margin-left: 50px;
  line-height: 1;
}
.login-container {
  padding-top: 2.5rem;
}
.login-container .block-new-customer .actions-toolbar {
  margin-top: 25px;
}
.login-container .block .actions-toolbar > .primary {
  margin-bottom: 1.5rem;
}
.login-container .block .actions-toolbar > .primary,
.login-container .block .actions-toolbar > .secondary {
  display: block;
  float: none;
  text-align: left;
}
.login-container .block .actions-toolbar > .primary .action,
.login-container .block .actions-toolbar > .secondary .action {
  width: 100%;
  text-align: center;
  margin: 0;
  float: none;
  height: auto;
}
.login-container .fieldset:after {
  margin: 9px 0 0;
  content: attr(data-hasrequired);
  display: block;
  letter-spacing: normal;
  word-spacing: normal;
  color: #e02b27;
  font-size: 1.2rem;
}
.login-container .fieldset:after {
  margin-top: 25px;
  font-size: .925em;
}
.login-container,
.form.password.reset,
.form.send.confirmation,
.form.password.forget,
.form.create.account,
.form.form-edit-account,
.form-address-edit,
.form-newsletter-manage {
  display: block;
}
.form.password.reset,
.form.send.confirmation,
.form.password.forget,
.form.create.account,
.form.form-edit-account,
.form-address-edit,
.form-newsletter-manage {
  padding-bottom: 35px;
}
.fieldset > .legend {
  padding: 0;
  border: 0;
  color: #0088cc;
  text-transform: uppercase;
  margin: 0 0 20px;
  font-size: 16px;
  font-weight: 400;
}
.fieldset > .field .label {
  font-size: 1em;
  font-weight: 500;
}
.fieldset > .field .action {
  color: #222529;
  font-weight: 500;
}
.fieldset > .field input.input-text {
  line-height: 32px;
}
.fieldset.create > .legend {
  text-transform: none;
  font-weight: 600;
}
.box .box-title {
  padding: 10px 15px;
  border: 1px solid #ddd;
  background-color: #f5f5f5;
  position: relative;
}
.box .box-content {
  padding: 20px 15px;
  font-size: 13px;
  border: 1px solid #ddd;
  border-top: 0;
  background-color: #fbfbfb;
  min-height: 135px;
}
.box .box-actions {
  margin: 0;
  border: 1px solid #ddd;
  border-top: 0;
  background-color: #f5f5f5;
  padding: 10px 15px;
}
.block-order-details-view {
  margin: 0 -10px;
}
.block-order-details-view .block-title {
  padding: 0 10px;
}
.block-order-details-view .box {
  padding: 0 10px;
}
.block-order-details-view .box .box-content {
  min-height: 155px;
  border-radius: 0 0 5px 5px;
}
.block-dashboard-addresses address {
  margin-bottom: 0;
}
.customer-account-index .block .block-title {
  color: #313131;
}
.customer-account-index .block .block-title strong {
  font-weight: 600;
}
.customer-account-index .box .box-title {
  color: #313131;
  font-weight: 600;
  text-transform: uppercase;
}
.block-addresses-list .items.addresses > .item {
  margin-bottom: 18px;
}
.block-addresses-list .items.addresses > .item:last-child {
  margin-bottom: 0;
}
.block-addresses-list .items.addresses .item.actions {
  margin-top: 4.5px;
}
.form-address-edit #region_id {
  display: none;
}
.form-edit-account .fieldset.password {
  display: none;
}
.form-create-account .fieldset-fullname .fields .field {
  float: none;
}
.form.forget .actions-toolbar {
  clear: both;
  padding: 0;
  width: 100%;
}
.form.forget .actions-toolbar > .primary {
  margin-bottom: 1.5rem;
}
.form.forget .actions-toolbar > .primary,
.form.forget .actions-toolbar > .secondary {
  display: block;
  float: none;
  text-align: left;
}
.form.forget .actions-toolbar > .primary .action,
.form.forget .actions-toolbar > .secondary .action {
  width: 100%;
  text-align: center;
  margin: 0;
  float: none;
  height: auto;
  font-size: 1rem;
  background: #222529;
  border: none;
  padding-bottom: 1rem;
  padding-top: 1rem;
}
.form.create.account,
.form.password.forget {
  padding: 2.5rem 0 0;
}
.account .page-title-wrapper .page-title {
  display: inline-block;
}
.account .column.main {
  margin-bottom: 27px;
}
.account .column.main h2 {
  margin-top: 0;
}
.account .column.main .payment-method {
  padding-top: 0;
  margin-bottom: 0;
}
.account .data.table {
  word-break: break-word;
}
.account .data.table tr th,
.account .data.table tr td {
  padding-left: 0;
}
.account .sidebar-additional {
  margin-top: 36px;
}
.account .table-wrapper {
  margin-bottom: 18px;
}
.account .table-wrapper:last-child {
  margin-bottom: 0;
}
.account .data.table .col.actions .action.delete,
[class^="sales-guest-"] .data.table .col.actions .action.delete,
.sales-guest-view .data.table .col.actions .action.delete {
  color: #d10029;
}
.column.main .block:last-child {
  margin-bottom: 0;
}
.block .title {
  margin-bottom: 9px;
}
.block .title strong {
  font-size: 18px;
  color: #313131;
  padding: 10px 0;
  margin: 0;
  line-height: 1;
}
.block p:last-child {
  margin: 0;
}
.control.captcha-image {
  margin-top: 9px;
}
.control.captcha-image .captcha-img {
  vertical-align: middle;
}
.data.switch .counter {
  color: #c1c1c1;
}
.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: #c3c5c9;
  font-family: 'porto-icons';
  font-size: 16px;
  height: 16px;
  letter-spacing: 2px;
  line-height: 16px;
  content: '\f844' '\f844' '\f844' '\f844' '\f844';
  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: #ffc600;
  font-family: 'porto-icons';
  font-size: 16px;
  height: 16px;
  letter-spacing: 2px;
  line-height: 16px;
  content: '\f844' '\f844' '\f844' '\f844' '\f844';
  display: block;
  font-style: normal;
  font-weight: normal;
  speak: none;
}
.rating-summary .rating-result > span span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.rating-summary .rating-result {
  display: block;
  width: 83px;
}
.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: #c3c5c9;
  font-family: 'porto-icons';
  font-size: 16px;
  height: 16px;
  letter-spacing: 2px;
  line-height: 16px;
  font-style: normal;
  font-weight: normal;
  speak: none;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  content: '\f844' '\f844' '\f844' '\f844' '\f844';
  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: #ffc600;
  font-family: 'porto-icons';
  font-size: 16px;
  height: 16px;
  letter-spacing: 2px;
  line-height: 16px;
  font-style: normal;
  font-weight: normal;
  speak: none;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  opacity: 0;
}
.review-control-vote label:hover:before {
  opacity: 1;
}
.review-control-vote label:hover ~ label:before {
  opacity: 0;
}
.review-control-vote .rating-5 {
  z-index: 2;
}
.review-control-vote .rating-5:before {
  content: '\f844' '\f844' '\f844' '\f844' '\f844';
}
.review-control-vote .rating-4 {
  z-index: 3;
}
.review-control-vote .rating-4:before {
  content: '\f844' '\f844' '\f844' '\f844';
}
.review-control-vote .rating-3 {
  z-index: 4;
}
.review-control-vote .rating-3:before {
  content: '\f844' '\f844' '\f844';
}
.review-control-vote .rating-2 {
  z-index: 5;
}
.review-control-vote .rating-2:before {
  content: '\f844' '\f844';
}
.review-control-vote .rating-1 {
  z-index: 6;
}
.review-control-vote .rating-1:before {
  content: '\f844';
}
.review-control-vote:before {
  content: '\f845' '\f845' '\f845' '\f845' '\f845';
}
.review-toolbar {
  padding: 0;
  border-top: 1px solid #c9c9c9;
  margin: 0 0 18px;
  text-align: center;
}
.review-toolbar:first-child {
  display: none;
}
.review-toolbar .pages {
  display: block;
  text-align: center;
  border-bottom: 1px solid #c9c9c9;
  padding: 18px 0;
}
.review-toolbar .limiter {
  display: none;
}
.review-add .block-title {
  display: none;
}
.review-form .action.submit.primary {
  font-size: 1.4rem;
  line-height: 1.5rem;
  padding: 7px 15px;
  margin: 0;
}
.review-form .actions-toolbar .actions-primary {
  padding: 0;
}
.fieldset .review-legend.legend {
  line-height: 1.3;
  border-bottom: 0;
  padding: 0;
  margin-bottom: 18px;
}
.fieldset .review-legend.legend span {
  margin: 0;
}
.fieldset .review-legend.legend strong {
  display: block;
  font-weight: 600;
}
.fieldset .review-field-ratings > .label {
  margin-bottom: 9px;
  font-weight: 600;
  padding: 0;
}
.review-control-vote label:before,
.review-control-vote:before {
  font-size: 32px;
  line-height: 32px;
  height: 32px;
  letter-spacing: 10px;
}
.review-field-rating .label {
  font-weight: 600;
}
.review-field-rating .control {
  margin-top: 9px;
  margin-bottom: 43.2px;
}
.review-list {
  margin-bottom: 27px;
}
.review-list .block-title strong {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.5rem;
  margin-top: 2.25rem;
  margin-bottom: 1.8rem;
}
.review-item {
  padding: 18px 0;
  border-bottom: 1px solid #c9c9c9;
  margin: 0;
}
.review-item:after {
  clear: both;
  content: '';
  display: table;
}
.review-item:last-child {
  border-width: 0;
}
.review-ratings {
  display: table;
  max-width: 100%;
  margin-bottom: 9px;
}
.review-author {
  display: inline;
}
.review-author .review-details-value {
  font-weight: 400;
}
.review-date {
  display: inline;
}
.review-title {
  font-weight: 600;
  line-height: 1.1;
  font-size: 1.7rem;
  margin-top: 1.8rem;
  margin-bottom: 0.9rem;
  margin: 0 0 18px;
}
.review-content {
  margin-bottom: 18px;
}
.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: 18px;
}
.product-reviews-summary {
  margin-bottom: 10px;
}
.products.wrapper.list .product-reviews-summary {
  margin: 0 auto;
}
.product-reviews-summary .rating-summary {
  display: inline-block;
  vertical-align: middle;
}
.product-reviews-summary .reviews-actions {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  margin-top: 0;
  line-height: 16px;
}
.product-reviews-summary .reviews-actions a {
  color: #bdbdbd;
  padding: 0 15px 0 10px;
}
.product-reviews-summary .reviews-actions a:not(:last-child) {
  border-right: 1px solid #ccc;
}
.product-reviews-summary.no-rating .reviews-actions a:first-child {
  padding-left: 0;
}
.product-info-main .product-reviews-summary,
.customer-review .product-reviews-summary {
  margin-bottom: 20px;
}
.product-info-main .rating-summary,
.customer-review .rating-summary {
  margin-right: 15px;
}
.block-reviews-dashboard .items .item {
  margin-bottom: 18px;
}
.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: 4.5px;
}
.block-reviews-dashboard .rating-summary .label {
  font-weight: 600;
  margin-right: 9px;
}
.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: 18px;
}
.customer-review .review-details .customer-review-rating .item {
  margin-bottom: 9px;
}
.customer-review .review-details .customer-review-rating .item:last-child {
  margin-bottom: 0;
}
.customer-review .review-details .review-title {
  line-height: 1.1;
  font-size: 1.7rem;
  margin-top: 1.8rem;
  margin-bottom: 0.9rem;
  font-weight: 600;
  margin-bottom: 18px;
}
.customer-review .review-details .review-content {
  margin: 0;
  margin-bottom: 18px;
}
.customer-review .review-details .review-date {
  color: #eaeaea;
}
.block-collapsible-nav .item:first-child {
  border-top: 1px solid #ddd;
}
.block-collapsible-nav .item a,
.block-collapsible-nav .item > strong {
  color: #777777;
  display: block;
  padding: 8px 18px 8px 15px;
  position: relative;
  border-bottom: 1px solid #ddd;
}
.block-collapsible-nav .item a:before,
.block-collapsible-nav .item > strong:before {
  font-family: 'porto-icons';
  content: '\f821';
  position: absolute;
  left: 0;
}
.block-collapsible-nav .item a {
  text-decoration: none;
}
.block-collapsible-nav .item a:hover,
.block-collapsible-nav .item a:active,
.block-collapsible-nav .item a:focus {
  color: #0088cc;
  background-color: transparent;
}
.block-collapsible-nav .item.current a,
.block-collapsible-nav .item.current strong {
  color: #0088cc;
  font-weight: 400;
}
body {
  background-color: #ffffff;
}
.ie9 .page-wrapper {
  background-color: #ffffff;
  min-height: 0;
}
.columns .column.main {
  max-width: 100%;
}
.page-header {
  background-color: #ffffff;
  border-top: 3px solid #0088cc;
  position: relative;
  z-index: 4;
}
.page-header .panel.wrapper {
  background-color: #f0f0ed;
  color: #777777;
}
.page-header.header-newskin .minicart-wrapper {
  position: relative;
  width: 58px;
  vertical-align: middle;
  margin-left: 15px;
  margin-right: 0;
}
.page-header.header-newskin .minicart-wrapper .action.close {
  top: 5px;
}
.page-header.header-newskin .minicart-wrapper .action.showcart {
  position: relative;
  padding: 0 25px 0 0;
  line-height: 31px;
}
.page-header.header-newskin .minicart-wrapper .action.showcart:before,
.page-header.header-newskin .minicart-wrapper .action.showcart.active:before {
  content: '\e87f';
  font-size: 29px;
  line-height: 32px;
}
.page-header.header-newskin .minicart-wrapper .action.showcart:after {
  content: "\f803";
  font-family: 'porto-icons';
  position: absolute;
  right: 0;
  top: 1px;
  -webkit-font-smoothing: antialiased;
}
.page-header.header-newskin .minicart-wrapper .action.showcart .counter.qty {
  width: 16px;
  height: 16px;
  display: block;
  font-size: 10px;
  color: #fff;
  background-color: #ed5348;
  text-align: center;
  line-height: 16px;
  border-radius: 20px;
  min-width: auto;
  left: auto;
  right: 16px;
  margin-top: -16px;
}
.page-header.header-newskin.sticky-header .minicart-wrapper .action.showcart {
  line-height: 40px;
}
.page-header.header-newskin.sticky-header .minicart-wrapper .action.showcart:before,
.page-header.header-newskin.sticky-header .minicart-wrapper .action.showcart.active:before {
  line-height: 39px;
}
.header.panel > .header.links {
  margin: 0;
  padding: 0;
  list-style: none none;
  float: right;
  font-size: 0;
  margin-left: auto;
  margin-right: 18px;
}
.header.panel > .header.links > li {
  display: inline-block;
  vertical-align: top;
}
.header.panel > .header.links > li {
  font-size: 11px;
  text-transform: uppercase;
}
.header.panel > .header.links > li > a {
  color: #777777;
  text-decoration: none;
}
.header.panel > .header.links > li > a:visited {
  color: #777777;
  text-decoration: none;
}
.header.panel > .header.links > li > a:hover {
  color: #777777;
  text-decoration: underline;
}
.header.panel > .header.links > li > a:active {
  color: #777777;
  text-decoration: underline;
}
.header.content {
  position: relative;
}
.logo {
  display: inline-block;
  vertical-align: middle;
  margin: 30px 0;
  max-width: 50%;
  position: relative;
  z-index: 5;
}
.logo img {
  display: block;
  max-height: 50px;
  max-width: 100%;
}
.page-print .logo {
  display: inline-block;
  float: none;
}
.page-main > .page-title-wrapper .page-title + .action {
  margin-top: 27px;
}
.action.skip:focus {
  background: #f0f0f0;
  padding: 9px;
  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 {
  margin: 0 0 9px;
  padding: 12px 18px 12px 22.5px;
  display: block;
  font-size: 1.3rem;
  background: #ffee9c;
  border-color: #d6ca8e;
  color: #777777;
  margin: 0;
}
.message.global.noscript a,
.message.global.cookie a {
  color: #0088cc;
}
.message.global.noscript a:hover,
.message.global.cookie a:hover {
  color: #0088cc;
}
.message.global.noscript a:active,
.message.global.cookie a:active {
  color: #0088cc;
}
.message.global.cookie {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  z-index: 3;
}
.message.global.cookie .actions {
  margin-top: 9px;
}
.message.global.demo {
  margin: 0 0 9px;
  padding: 12px 18px 12px 22.5px;
  display: block;
  font-size: 1.3rem;
  background: #ff0101;
  border-color: none;
  color: #ffffff;
  margin-bottom: 0;
  text-align: center;
}
.message.global.demo a {
  color: #0088cc;
}
.message.global.demo a:hover {
  color: #0088cc;
}
.message.global.demo a:active {
  color: #0088cc;
}
.page-header .switcher,
.page-footer .switcher {
  height: 15px;
}
.page-header .switcher .options,
.page-footer .switcher .options {
  display: inline-block;
  position: relative;
}
.page-header .switcher .options:before,
.page-footer .switcher .options:before,
.page-header .switcher .options:after,
.page-footer .switcher .options:after {
  content: '';
  display: table;
}
.page-header .switcher .options:after,
.page-footer .switcher .options:after {
  clear: both;
}
.page-header .switcher .options .action.toggle,
.page-footer .switcher .options .action.toggle {
  padding: 0;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.page-header .switcher .options .action.toggle > span,
.page-footer .switcher .options .action.toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.page-header .switcher .options .action.toggle:after,
.page-footer .switcher .options .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 15px;
  color: inherit;
  content: '\e81c';
  font-family: 'porto-icons';
  margin: 0 0 0 5px;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.page-header .switcher .options .action.toggle:hover:after,
.page-footer .switcher .options .action.toggle:hover:after {
  color: inherit;
}
.page-header .switcher .options .action.toggle:active:after,
.page-footer .switcher .options .action.toggle:active:after {
  color: inherit;
}
.page-header .switcher .options .action.toggle.active,
.page-footer .switcher .options .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.page-header .switcher .options .action.toggle.active > span,
.page-footer .switcher .options .action.toggle.active > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.page-header .switcher .options .action.toggle.active:after,
.page-footer .switcher .options .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 15px;
  color: inherit;
  content: '\e81b';
  font-family: 'porto-icons';
  margin: 0 0 0 5px;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.page-header .switcher .options .action.toggle.active:hover:after,
.page-footer .switcher .options .action.toggle.active:hover:after {
  color: inherit;
}
.page-header .switcher .options .action.toggle.active:active:after,
.page-footer .switcher .options .action.toggle.active:active:after {
  color: inherit;
}
.page-header .switcher .options ul.dropdown,
.page-footer .switcher .options ul.dropdown {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 0;
  margin-top: 4px;
  min-width: 160px;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.page-header .switcher .options ul.dropdown li,
.page-footer .switcher .options ul.dropdown li {
  margin: 0;
  padding: 0;
}
.page-header .switcher .options ul.dropdown li:hover,
.page-footer .switcher .options ul.dropdown li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.page-header .switcher .options ul.dropdown:before,
.page-footer .switcher .options ul.dropdown:before,
.page-header .switcher .options ul.dropdown:after,
.page-footer .switcher .options ul.dropdown:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.page-header .switcher .options ul.dropdown:before,
.page-footer .switcher .options ul.dropdown:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.page-header .switcher .options ul.dropdown:after,
.page-footer .switcher .options ul.dropdown:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.page-header .switcher .options ul.dropdown:before,
.page-footer .switcher .options ul.dropdown:before {
  left: 10px;
  top: -12px;
}
.page-header .switcher .options ul.dropdown:after,
.page-footer .switcher .options ul.dropdown:after {
  left: 9px;
  top: -14px;
}
.page-header .switcher .options.active,
.page-footer .switcher .options.active {
  overflow: visible;
}
.page-header .switcher .options.active ul.dropdown,
.page-footer .switcher .options.active ul.dropdown {
  display: block;
}
.page-header .switcher .options ul.dropdown,
.page-footer .switcher .options ul.dropdown {
  border-radius: 3px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
  left: -10px;
}
.page-header .switcher .options ul.dropdown li,
.page-footer .switcher .options ul.dropdown li {
  border-radius: 3px;
}
.page-header .switcher .options ul.dropdown a,
.page-footer .switcher .options ul.dropdown a {
  display: block;
  padding: 8px 10px;
  color: #777777;
  font-size: 11px;
}
.page-header .switcher .options ul.dropdown a > img,
.page-footer .switcher .options ul.dropdown a > img {
  margin-bottom: 3px;
  margin-right: 3px;
  vertical-align: middle;
}
.page-header .switcher .options ul.dropdown a:hover,
.page-footer .switcher .options ul.dropdown a:hover {
  text-decoration: none;
}
.page-header .switcher strong,
.page-footer .switcher strong {
  font-weight: 400;
  line-height: 15px;
  font-size: 11px;
  vertical-align: top;
  display: inline-block;
}
.page-header .switcher strong > img,
.page-footer .switcher strong > img {
  margin-bottom: 3px;
  margin-right: 3px;
  vertical-align: middle;
}
span.split {
  height: 14px;
  width: 1px;
  border-right: 1px solid #ccc;
  margin: 0 13px;
}
.sidebar .widget.block:not(:last-child),
.sidebar .widget:not(:last-child) {
  margin-bottom: 36px;
}
.widget {
  clear: both;
}
.ui-datepicker td {
  padding: 0;
}
.ui-tooltip {
  border: 1px solid #bbbbbb;
  background: #ffffff;
  padding: 10px;
}
[class^="porto-icon-"]:before,
[class*=" porto-icon-"]:before {
  font-family: 'porto-icons';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.panel {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.recent-posts .item .post-image {
  border-radius: 5px;
  overflow: hidden;
  margin: 0 0 15px 0;
  padding: 2px;
  border: 1px solid #e1e1e1;
  background-color: #fff;
  min-height: 120px;
}
.recent-posts .item .post-image img {
  border-radius: 4px;
  width: 100%;
}
.recent-posts .post-date {
  float: left;
  margin-right: 10px;
  text-align: center;
}
.recent-posts .post-date .day {
  background-color: #f7f7f7;
  color: #0088cc;
  display: block;
  font-size: 18px;
  font-weight: bold;
  padding: 8px;
}
.recent-posts .post-date .month {
  background-color: #0088cc;
  border-radius: 0 0 2px 2px;
  box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.07000000000000001) inset;
  color: #fff;
  font-size: 0.9em;
  padding: 2px 0;
  display: block;
  width: 45px;
}
.recent-posts .postTitle {
  min-height: 55px;
  border: 0;
}
.recent-posts .postTitle h2 {
  font-size: 20px;
  line-height: 27px;
  font-weight: normal;
  padding: 0;
  margin: 0 0 10px 0;
}
.recent-posts .postTitle a:hover {
  text-decoration: none;
}
.recent-posts .postContent {
  font-size: 14px;
  line-height: 1.5;
  padding-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-bottom: 15px;
}
.recent-posts .postContent > p {
  margin: 0;
}
.recent-posts a.readmore {
  font-weight: 300;
  font-size: 16px;
}
.theme-color {
  color: #0088cc !important;
}
.block .block-title {
  margin: 5px 0 10px;
  line-height: 1.2;
  font-size: 16px;
}
.porto-separator {
  margin: 0 0 22px;
}
.porto-separator.short {
  margin: -11px 0 11px;
}
.porto-separator.tall {
  margin: 22px 0 44px;
}
.porto-separator.taller {
  margin: 44px 0 66px;
}
.porto-separator .separator-line {
  margin: 0 auto;
}
.porto-separator .separator-line.align_left {
  margin: 0 auto 0 0;
}
.porto-separator .separator-line.align_center {
  margin: 0 auto;
}
.porto-separator .separator-line.align_right {
  margin: 0 0 0 auto;
}
.porto-ibanner {
  z-index: 1;
  overflow: hidden;
  margin: 0 0 35px;
  text-align: center;
}
.porto-ibanner,
.porto-ibanner > img {
  display: block;
  position: relative;
}
.porto-ibanner > img {
  width: 100%;
  transition: opacity 0.35s;
  border: none;
  padding: 0;
  margin: 0;
  min-height: inherit;
  object-fit: cover;
  transition: transform 0.5s,opacity 0.5s;
  -webkit-backface-visibility: hidden;
}
.porto-ibanner > img.porto-lazyload:not(.lazy-load-loaded) {
  visibility: hidden;
}
.porto-ibanner-layer {
  text-align: left;
  font-size: 1rem;
}
.porto-ibanner .porto-ibanner-desc {
  padding: 15px;
  color: #fff;
  font-size: 1em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: opacity 0.3s;
}
.porto-ibanner .porto-ibanner-desc.no-padding {
  padding: 0;
}
.porto-ibanner .porto-ibanner-desc .porto-ibanner-container {
  position: relative;
  height: 100%;
}
.porto-ibanner .porto-ibanner-desc:before,
.porto-ibanner .porto-ibanner-desc:after {
  pointer-events: none;
}
.porto-ibanner .porto-ibanner-desc,
.porto-ibanner .porto-ibanner-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.porto-ibanner .porto-ibanner-content {
  font-size: .8125em;
  line-height: 1.6;
}
.porto-ibanner .porto-ibanner-title,
.porto-ibanner p {
  letter-spacing: normal;
  padding: 0;
  margin: 0;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  text-decoration: inherit;
  font-style: inherit;
  color: inherit;
}
.porto-ibanner a.porto-ibanner-link {
  display: block;
  z-index: 7;
  opacity: 0;
  background: 0 0;
}
ul.products .product-col {
  padding-left: 10px;
  padding-right: 10px;
}
ul.products li.product-category {
  text-align: center;
}
ul.products li.product-category a {
  text-decoration: none;
}
ul.products li.product-category .thumb-info {
  min-height: 90px;
  margin-bottom: 0;
  text-align: left;
}
ul.products li.product-category .thumb-info h3 {
  font-weight: 700;
  margin: 0 0 10px;
  color: inherit;
  letter-spacing: -.005em;
}
ul.products li.product-category .thumb-info-title {
  background: none;
  max-width: none;
  width: 100%;
  bottom: 0;
  padding: 1.2em 1.5em;
  margin: 0;
}
ul.products li.product-category .thumb-info-type {
  display: block;
  margin: -10px 0 0;
  padding: 0;
  font-weight: 400;
  background: none;
  float: none;
  opacity: .7;
  line-height: 1.8;
}
ul.products li.product-category mark {
  padding: 0;
  background: none;
  color: inherit;
}
ul.products li.product-category .thumb-info-wrapper:after {
  background: rgba(27, 27, 23, 0.15);
  z-index: 1;
  opacity: 1;
}
ul.products li.product-category:hover .thumb-info-wrapper:after {
  background: rgba(27, 27, 23, 0.3);
}
ul.products li.cat-has-icon .thumb-info {
  padding: 40px 0 25px;
  transition: box-shadow 0.2s;
  text-align: center;
}
ul.products li.cat-has-icon .thumb-info > i {
  font-size: 3em;
  display: inline-block;
  margin-bottom: 15px;
}
ul.products li.cat-has-icon .thumb-info-wrap {
  display: block;
}
ul.products li.cat-has-icon .thumb-info-title {
  display: block;
  position: static;
  padding: 0 0 10px;
}
ul.products.category-pos-middle li.product-category .thumb-info-title {
  position: absolute;
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
}
ul.products.category-pos-outside li.product-category .thumb-info-title {
  position: static;
  transform: none;
  display: block;
  padding-left: 0;
  padding-right: 0;
}
ul.products.category-text-center .thumb-info-title {
  text-align: center;
}
ul.products.category-text-right .thumb-info-title {
  text-align: right;
}
li.product-category .thumb-info-title a {
  color: inherit;
}
li.product-category .thumb-info-title a:hover {
  color: inherit;
  text-decoration: underline;
}
li.product-category .sub-categories {
  font-size: .875rem;
  font-weight: 400;
  opacity: .7;
}
ul.category-color-dark li.product-category .thumb-info-title {
  color: #1d2127;
}
.grid-creative.category-pos-outside li.product-category .thumb-info {
  height: calc(100% - (60px));
}
.porto-products.show-count-on-hover li.product-category .thumb-info-type {
  max-height: 10px;
  transition: .5s;
  transform: translateY(20%);
  opacity: 0;
}
.porto-products.show-count-on-hover li.product-category:hover .thumb-info-type {
  max-height: 30px;
  transform: translateY(0);
  opacity: .7;
}
.porto-products.hide-count li.product-category .thumb-info-type {
  display: none;
}
.porto-products.hide-count li.product-category .thumb-info h3 {
  margin-bottom: 0;
}
.thumb-info {
  display: block;
  position: relative;
  text-decoration: none;
  max-width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.thumb-info .thumb-info-wrapper {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  margin: 0;
  overflow: hidden;
  display: block;
  position: relative;
}
.thumb-info .thumb-info-wrapper:after {
  content: "";
  transition: all 0.3s;
  bottom: 0;
  color: #FFF;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  opacity: 0;
  z-index: 1;
}
.thumb-info .thumb-info-title {
  transition: all 0.3s;
  background: rgba(33, 37, 41, 0.8);
  bottom: 13%;
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  left: 0;
  letter-spacing: -.05em;
  padding: 13px 21px 2px;
  position: absolute;
  z-index: 2;
  max-width: 90%;
}
.thumb-info .thumb-info-inner {
  transition: all 0.3s;
  display: block;
  font: inherit;
  color: inherit;
  margin-bottom: 0;
}
.thumb-info .thumb-info-type {
  display: inline-block;
  float: left;
  font-size: .6em;
  font-weight: 600;
  letter-spacing: 0;
  margin: 8px -2px -15px 0;
  padding: 2px 12px;
  text-transform: uppercase;
  z-index: 2;
  line-height: 2.3;
}
.thumb-info img {
  transition: all 0.3s ease;
  position: relative;
  width: 100%;
}
.single-subscribe .newsletter .control {
  display: flex;
  align-items: center;
}
.single-subscribe .newsletter .input-text {
  display: block;
  flex: 1;
}
.single-subscribe .newsletter input {
  height: 3rem;
  padding-left: 20px;
  padding-right: 25px;
  border-radius: 30px 0 0 30px;
  font-size: .75rem;
  color: #777;
  border: none;
  margin: 0;
  width: 100%;
  display: block;
}
.single-subscribe .newsletter .action {
  height: 3rem;
  padding-left: 20px;
  padding-right: 20px;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 0 30px 30px 0;
}
.porto-links-block {
  border: 1px solid;
}
.porto-links-block .links-title {
  border-bottom: 1px solid;
  font-size: 1em;
  font-weight: 700;
  line-height: 14px;
  padding: 15px 20px;
  margin: 0;
  text-transform: uppercase;
  position: relative;
  letter-spacing: .12px;
  transition: 0.25s;
}
.porto-links-block .links-title i {
  margin-right: 5px;
}
.porto-links-block .links-content ul {
  list-style: none;
  padding: 5px 0;
  margin: 0;
}
.porto-links-block li.porto-links-item {
  display: block;
  margin: 0;
}
.porto-links-block li.porto-links-item:first-child > a,
.porto-links-block li.porto-links-item:first-child > span {
  border-top-width: 0;
}
.porto-links-block li.porto-links-item a,
.porto-links-block li.porto-links-item span {
  display: block;
  font-size: 1em;
  line-height: 20px;
  color: #465157;
  letter-spacing: .1px;
  padding: 11px 6px 10px;
  margin: 0 10px -1px;
  text-decoration: none;
  border-top: 1px solid #ddd;
}
.porto-links-block li.porto-links-item a:hover {
  text-decoration: underline;
}
.porto-links-block li.porto-links-item i {
  margin-right: 12px;
  font-size: 20px;
  float: left;
}
.porto-links-block li.porto-links-item i.icon-image {
  display: inline-block;
  vertical-align: middle;
  float: none;
  max-width: 20px;
}
.divider {
  height: 1px;
}
.divider.divider-small {
  margin: 22px auto;
  background: transparent;
}
.divider.divider-small.divider-small-center {
  text-align: center;
}
.divider.divider-small.divider-small-center hr {
  margin-left: auto;
  margin-right: auto;
}
.divider.divider-small hr {
  width: 50px;
  height: 1px;
}
.category-sidebar {
  padding: .7143em 0;
  list-style: none;
  margin: 0;
  font-size: .9286em;
}
.category-sidebar li {
  position: relative;
  margin: 0;
  color: #777;
}
.category-sidebar li > a:not(.expand-icon) {
  display: block;
  font-size: .875rem;
  font-weight: 600;
  padding-top: .625rem;
  padding-bottom: .625rem;
  border-bottom: 1px solid #e7e7e7;
  color: inherit;
}
.category-sidebar li > .expand-icon {
  position: absolute;
  right: -6px;
  top: 9px;
  font-size: 18px;
  line-height: 24px;
  color: inherit;
  width: 24px;
  height: 24px;
}
.category-sidebar li > .expand-icon em.porto-icon-plus-squared::before {
  content: "\f807";
}
.category-sidebar li > .expand-icon em.porto-icon-minus-squared::before {
  content: "\f804";
}
.category-sidebar > li:last-child > a:not(.expand-icon) {
  border-bottom: 0;
}
.category-sidebar ul {
  display: none;
  list-style: none;
  padding-left: 1.0714em;
  margin: 0;
}
.onepage-category > .category-list {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  min-height: 100%;
  width: 80px;
  text-align: left;
  background: #222529;
  padding: 32px 0 0;
  z-index: 20;
}
.onepage-category > .category-list > ul {
  position: relative;
  z-index: 2;
  list-style: none;
  padding: 0;
  transition: all .3s;
  padding-top: 0;
  margin-bottom: 0;
}
.onepage-category > .category-list > ul > li {
  margin: 0;
  margin-bottom: 1rem;
}
.onepage-category > .category-list > ul > li > a {
  color: #fff;
  width: auto;
  line-height: 79px;
  display: inline-block;
  white-space: nowrap;
  position: relative;
  transition: all .3s;
}
.onepage-category > .category-list > ul > li > a > em {
  font-size: 1.6875rem;
  width: 80px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
}
.onepage-category > .category-list > ul > li > a > em > img {
  vertical-align: middle;
}
.onepage-category > .category-list > ul > li > a > span {
  display: inline-block;
  vertical-align: middle;
  opacity: 0;
  visibility: hidden;
  width: 0;
  transition: all .3s;
  font-size: 16px;
  font-weight: 600;
  position: relative;
  overflow: hidden;
}
.onepage-category > .category-list > ul > li > a:after {
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  display: block;
  right: -15px;
  top: 50%;
  margin-top: -8px;
  border: 8px solid transparent;
  transition: all .3s;
}
.onepage-category > .category-list > ul > li > a.active,
.onepage-category > .category-list > ul > li > a:hover {
  background-color: #00d59d;
}
.onepage-category > .category-list > ul > li > a.active:after,
.onepage-category > .category-list > ul > li > a:hover:after {
  border-left-color: #00d59d;
}
.onepage-category > .category-list > ul > li > a:hover > span {
  opacity: 1;
  visibility: visible;
  width: auto;
  padding-right: 50px;
}
.onepage-category > .category-list > ul > li:last-child {
  margin-bottom: 0;
}
.onepage-category > .category-details {
  position: relative;
  float: right;
  width: 100%;
  min-height: 80vh;
}
.onepage-category .category-details {
  padding: 70px 0;
}
.onepage-category .category-details .title-menu {
  position: relative;
  margin-bottom: 25px;
}
.onepage-category .category-details .title-menu > a {
  font-family: 'Poppins';
  color: #222529;
  display: inline-block;
  margin-top: 0;
  font-size: 1.375rem;
  font-weight: 600;
  letter-spacing: .025em;
  line-height: 46px;
  text-transform: uppercase;
}
.onepage-category .category-details .title-menu > a > span {
  display: inline-block;
  vertical-align: middle;
}
.onepage-category .category-details .title-menu > a.parent:after {
  display: inline-block;
  content: "\f813";
  font-family: porto-icons;
  margin-left: 18px;
  font-size: 18px;
  vertical-align: middle;
  line-height: 36px;
}
.onepage-category .category-details .title-menu > a.parent.opened:after {
  content: "\f810";
}
.onepage-category .category-details .title-menu > .menu-popup {
  position: absolute;
  left: 0;
  top: 100%;
  display: none;
  width: 100%;
  z-index: 3;
  background-color: #fff;
  border: 1px solid #bebebe;
  border-radius: 5px;
  padding: 50px 0;
}
.onepage-category .category-details .title-menu > .menu-popup:before {
  content: "";
  border: 8px solid transparent;
  width: 16px;
  height: 16px;
  display: block;
  border-bottom-color: #bebebe;
  position: absolute;
  top: -16px;
  left: 90px;
}
.onepage-category .category-details .title-menu > .menu-popup:after {
  content: "";
  border: 7px solid transparent;
  width: 14px;
  height: 14px;
  display: block;
  border-bottom-color: #fff;
  position: absolute;
  top: -13px;
  left: 91px;
}
.onepage-category .category-details .menu-popup ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.onepage-category .category-details .menu-popup ul > li > a {
  color: #000;
  font-size: 16px;
  line-height: 2.5;
}
.onepage-category .category-details .menu-popup > ul {
  display: flex;
  flex-wrap: wrap;
}
.onepage-category .category-details .menu-popup > ul > li {
  float: left;
  border-left: 1px solid #bebebe;
  margin: 10px 0;
  padding: 30px 0;
}
.onepage-category .category-details .menu-popup > ul > li > a {
  font-weight: 700;
  text-transform: uppercase;
}
.onepage-category .category-details .menu-popup > ul.columns5 > li {
  width: 20%;
  padding-left: 4%;
  padding-right: 4%;
}
.onepage-category .category-details .menu-popup > ul.columns5 > li:nth-child(5n+1) {
  border-left: 0;
  clear: left;
}
.onepage-category .category-details .menu-popup li.menu-item {
  margin-bottom: 0;
}
.onepage-category .category-details .products-area .category-link {
  float: right;
  margin-top: -71px;
  margin-right: 0;
  position: relative;
  z-index: 2;
  font-size: .8125rem;
  padding: 1em 3em;
  letter-spacing: .01em;
  font-weight: 700;
  line-height: 1.42857;
  background: #222529;
  border: 1px solid transparent;
  color: #fff;
  text-transform: uppercase;
}
.onepage-category .additional-content {
  margin-bottom: 1.5vw;
}
.onepage-category .additional-content img {
  max-width: 100%;
}
.onepage-category .menu-popup a > span {
  position: relative;
}
.onepage-category .menu-popup a > span > span.cat-label {
  top: 3px;
  right: -35px;
  font: inherit;
  font-size: 9px;
  padding: 2px;
  z-index: 1;
  border-radius: 2px;
  line-height: 1;
  border: 1px solid #777;
  position: absolute;
}
.onepage-category .onepage-category {
  display: flex;
  flex-wrap: wrap;
}
.onepage-cat.category-list {
  position: fixed;
  width: 80px;
  left: 0;
  height: 100%;
  top: 0;
  bottom: 0;
}
body > .onepage-cat.category-list {
  display: none;
}
.pt_row.pt_row-no-padding .pt_column-inner {
  padding-left: 0;
  padding-right: 0;
}
.pt_row-no-padding .pt_inner {
  margin-left: 0;
  margin-right: 0;
}
.pt_row.pt_row-o-full-height {
  min-height: 100vh;
}
.pt_row.pt_row-flex {
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.pt_row.pt_row-flex > .pt_column_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.pt_row.pt_row-flex > .pt_column_container > .pt_column-inner {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 1;
  max-width: 100%;
}
@media (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .pt_row.pt_row-flex > .pt_column_container > .pt_column-inner {
    /* IE10+ specific styles */
  }
  .pt_row.pt_row-flex > .pt_column_container > .pt_column-inner > * {
    min-height: 1em;
  }
}
.pt_row.pt_row-flex::before,
.pt_row.pt_row-flex::after {
  display: none;
}
.pt_row.pt_row-o-columns-stretch {
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}
.pt_row.pt_row-o-columns-top {
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}
.pt_row.pt_row-o-columns-bottom {
  -webkit-align-content: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end;
}
.pt_row.pt_row-o-columns-middle {
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}
.pt_row.pt_row-o-columns-top::after,
.pt_row.pt_row-o-columns-bottom::after,
.pt_row.pt_row-o-columns-middle::after {
  content: '';
  width: 100%;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  display: block;
}
.pt_row.pt_row-o-equal-height > .pt_column_container {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.pt_row.pt_row-o-content-top > .pt_column_container > .pt_column-inner {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.pt_row.pt_row-o-content-top:not(.pt_row-o-equal-height) > .pt_column_container {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.pt_row.pt_row-o-content-bottom > .pt_column_container > .pt_column-inner {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.pt_row.pt_row-o-content-bottom:not(.pt_row-o-equal-height) > .pt_column_container {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.pt_row.pt_row-o-content-middle > .pt_column_container > .pt_column-inner {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.pt_row.pt_row-o-content-middle:not(.pt_row-o-equal-height) > .pt_column_container {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.pt_column-inner::before,
.pt_column-inner::after {
  content: " ";
  display: table;
}
.pt_column-inner::after {
  clear: both;
}
.porto-img-effect-1 .img-thumbnail:after,
.porto-img-effect-1 .img-thumbnail:before {
  content: "";
  position: absolute;
  opacity: 1;
  z-index: 1;
}
.porto-img-effect-1 .img-thumbnail:before {
  background: rgba(255, 255, 255, 0.3);
  bottom: 0;
  left: 50%;
  right: 51%;
  top: 0;
}
.porto-img-effect-1 .img-thumbnail:after {
  bottom: 50%;
  left: 0;
  right: 0;
  top: 50%;
}
.porto-img-effect-1:hover .img-thumbnail:after,
.porto-img-effect-1:hover .img-thumbnail:before {
  left: 0;
  right: 0;
  opacity: 0;
  transition: 0.5s linear;
}
.porto-img-effect-2 .img-thumbnail:after,
.porto-img-effect-2 .img-thumbnail:before {
  content: "";
  position: absolute;
  background: rgba(255, 255, 255, 0.6);
  height: 100%;
  left: 0;
  opacity: 0.4;
  top: 0;
  transition: 0.9s;
  width: 100%;
  z-index: 1;
}
.porto-img-effect-2 .img-thumbnail:before {
  transform: translate(105%, 0%);
}
.porto-img-effect-2 .img-thumbnail:after {
  transform: translate(-105%, 0%);
}
.porto-img-effect-2:hover .img-thumbnail:after,
.porto-img-effect-2:hover .img-thumbnail:before {
  opacity: 0;
  transform: none;
}
.porto-img-effect-3 .img-thumbnail:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 120%;
  height: 60px;
  background: rgba(255, 255, 255, 0.1);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -150%, 0);
  transition: 0.5s linear;
  backface-visibility: hidden;
  z-index: 1;
}
.porto-img-effect-3:hover .img-thumbnail:before {
  top: 100%;
  left: -100%;
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 200%, 0);
}
.porto-img-effect-4 .img-thumbnail:after,
.porto-img-effect-4 .img-thumbnail:before {
  content: "";
  position: absolute;
  background: rgba(255, 255, 255, 0.1);
  opacity: 1;
  transition: 0.5s;
  z-index: 1;
}
.porto-img-effect-4 .img-thumbnail:before {
  bottom: 0;
  left: 50%;
  right: 51%;
  top: 0;
}
.porto-img-effect-4 .img-thumbnail:after {
  bottom: 50%;
  left: 0;
  right: 0;
  top: 50%;
}
.porto-img-effect-4:hover .img-thumbnail:after,
.porto-img-effect-4:hover .img-thumbnail:before {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0.5;
}
.porto-img-zoom img {
  transition: transform 1s,opacity 1s;
  opacity: 1;
}
.porto-img-zoom:hover img {
  transform: scale(1.1, 1.1) translateZ(0);
  opacity: 0.9;
}
.widget:first-child {
  margin-top: 0;
}
.widget .tagcloud {
  margin-top: -.3846em;
  margin-bottom: -.3846em;
}
.widget .tagcloud a {
  margin: .3846em .3846em .3846em 0;
  padding: .25rem .5rem;
  line-height: 1;
  display: inline-block;
  text-decoration: none;
  font-size: .75em !important;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 10px;
}
.widget.contact-info ul,
.widget.contact-info li {
  border-width: 0;
  margin: 0;
  padding: 0;
}
.widget.contact-info li a:hover {
  text-decoration: underline;
}
.widget.contact-info li:not(:last-child) {
  margin-bottom: 10px;
}
.widget.contact-info p {
  margin-bottom: 10px;
}
.widget.contact-info i {
  clear: both;
  float: left;
  text-align: center;
  width: 16px;
  top: -2px;
  margin: 4px 9px 10px 0;
  font-size: 1.3em;
  position: static !important;
}
.widget.contact-info .contact-details strong,
.widget.contact-info .contact-details span {
  display: block;
  padding-left: 25px;
}
.widget.follow-us .share-links a {
  width: 30px;
  height: 30px;
  border-radius: 30px;
  margin: 2px;
  overflow: hidden;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
  transition: all 0.2s;
  font-size: 14px;
}
.widget.follow-us .share-links a:hover {
  color: #fff;
}
.footer,
.footer p {
  font-size: 13px;
  line-height: 24px;
  letter-spacing: .065px;
}
.footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer li {
  margin: 0;
}
.footer .widget {
  margin-bottom: 20px;
}
.footer .widget p {
  margin-top: -3px;
  margin-bottom: 13px;
  font-size: 1em;
}
.footer .widget + .widget {
  margin-top: 20px;
}
.footer .widget .tagcloud a {
  background: none;
  border-radius: 0;
  font-size: 11px !important;
  font-weight: 400;
  text-transform: none;
  padding: .6em;
  border: 1px solid #313438;
}
.footer .widget .tagcloud a:hover {
  border-color: #fff;
  color: #fff;
}
.footer .follow-us .share-links a {
  width: 40px;
  height: 40px;
  border-radius: 20px;
  border: 1px solid #313438;
  box-shadow: none;
}
.footer .follow-us .share-links a:not(:hover) {
  background: none;
  color: #fff;
}
.footer .contact-info i {
  display: none;
}
.footer .contact-info .contact-details strong,
.footer .contact-info .contact-details span {
  padding-left: 0;
}
.footer .contact-info .contact-details strong {
  line-height: 1em;
  color: #fff;
  font-weight: 400;
}
.footer .newsletter {
  margin-bottom: 0;
}
.footer .newsletter label {
  display: none;
}
.footer .newsletter .field .control:before {
  display: none;
}
.footer .newsletter input {
  height: 48px;
  padding-left: 25px;
  padding-right: 25px;
  border-radius: 30px 0 0 30px;
  font-size: .75rem;
  color: #777;
  border: none;
}
.footer .newsletter .action.subscribe {
  height: 48px;
  padding-left: 25px;
  padding-right: 25px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: .75rem;
  border-radius: 0 30px 30px 0;
  border: none;
}
.footer-top .custom-block {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.footer-top .custom-block:before,
.footer-top .custom-block::after {
  content: '';
  display: block;
  border-top: 1px solid #e7e7e7;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
.footer-top .custom-block:before {
  margin-bottom: 40px;
}
.footer-top .custom-block:after {
  margin-top: 40px;
}
.footer-top .widget:last-child {
  margin-bottom: 0;
}
.footer-middle {
  background-color: #121214;
  color: #777777;
}
.footer-middle > .container {
  position: relative;
  padding-top: 4rem;
  padding-bottom: 1.5rem;
}
.footer-middle > .container::after {
  content: '';
  display: block;
  position: absolute;
  left: 10px;
  bottom: 0;
  right: 10px;
  border-bottom: 1px solid #313438;
}
.footer-middle .widget_media_image img {
  max-width: 111px;
  height: auto;
  display: block;
}
.footer-middle [class^="porto-icon-"],
.footer-middle [class*=" porto-icon-"] {
  color: #777777;
}
.footer-middle .block {
  text-align: left;
  line-height: 1.5;
  margin: 0;
  width: auto;
}
.footer-middle .block .block-title {
  margin-bottom: 20px;
}
.footer-middle .block .block-title strong {
  font-weight: 400;
  padding: 0;
  font-size: 16px;
  color: #ffffff;
  text-transform: none;
}
.footer-middle a,
.footer-middle a:hover,
.footer-middle a:focus {
  color: #ffffff;
}
.footer-bottom {
  background-color: #0c0c0c;
  padding: 15px 0;
  font-size: .9em;
}
.footer-bottom > .container {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.footer-bottom .widget {
  display: inline-block;
  margin: 0;
}
.footer-bottom .logo {
  margin: 0;
  margin-right: 45px;
  float: left;
}
.footer-bottom address {
  order: 1;
  padding: 10px 8px 10px 0;
  text-align: left;
  margin-right: auto;
  flex: auto;
}
.footer-bottom .custom-block.f-right {
  margin: 0;
  order: 2;
  padding: 10px 0 10px 8px;
  text-align: right;
  flex: auto;
}
.footer-bottom .switcher {
  line-height: 1 !important;
  display: block;
  height: auto;
  margin-top: 15px;
  float: left;
}
.footer-bottom .switcher label {
  display: none;
}
.footer-bottom .switcher select {
  display: inline-block;
  width: auto;
  line-height: 1;
}
.footer-ribbon {
  background-color: #0088cc;
  position: absolute;
  top: 0;
  margin: -16px 0 0;
  padding: 10px 20px 6px;
  color: #fff;
  font-size: 1.6em;
  z-index: 4;
}
.footer-ribbon span {
  color: #ffffff;
  font-family: "Shadows Into Light", cursive;
  line-height: 1;
}
.footer-ribbon:before {
  content: "";
  display: block;
  height: 0;
  position: absolute;
  top: 0;
  width: 7px;
  right: 100%;
  border-right: 10px solid #646464;
  border-top: 16px solid transparent;
}
/*** About US ***/
h2.word-rotator-title {
  line-height: 30px;
  font-size: 20px;
  font-weight: 300;
  margin: 0 0 20px 0;
  color: #121214;
}
.word-rotate {
  visibility: hidden;
  width: 100px;
  height: 0;
  margin-bottom: -7px;
  display: inline-block;
  overflow: hidden;
  text-align: center;
  position: relative;
}
h2 .word-rotate {
  margin-bottom: -7px;
}
.word-rotate.active {
  visibility: visible;
  width: auto;
}
.word-rotate .word-rotate-items {
  position: relative;
  top: 0;
  width: 100%;
}
.word-rotate .word-rotate-items span {
  display: block;
  white-space: nowrap;
}
p .alternative-font {
  display: inline-block;
  margin-top: -15px;
  position: relative;
  top: 3px;
  margin-bottom: -6px;
  color: #0088cc;
  font-family: "Shadows Into Light", cursive;
  font-size: 1.6em;
}
.btn-primary {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #0088cc;
  border-color: #0088cc;
}
.btn-primary:hover {
  color: #fff;
  opacity: 0.85;
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
}
.btn:hover {
  text-decoration: none;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.push-top {
  margin-top: 20px;
}
hr.tall {
  margin: 30px 0;
  background-image: -webkit-linear-gradient(left, transparent, rgba(0, 0, 0, 0.2), transparent);
  background-image: linear-gradient(left, transparent, rgba(0, 0, 0, 0.2), transparent);
  border: 0;
  height: 1px;
}
.entry-content h3 {
  font-size: 1.7em;
  font-weight: normal;
  color: #0088cc;
  letter-spacing: normal;
  line-height: 24px;
  margin-bottom: 33px;
  text-transform: uppercase;
}
.entry-content p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 20px;
}
.entry-content .lead {
  font-size: 21px;
  line-height: 1.4;
}
.history {
  margin: 25px 0;
  padding: 0;
  clear: both;
}
.history .thumb {
  background: transparent url(../../frontend/Smartwave/porto_child/en_US/images/history-thumb.png) no-repeat 0 0;
  width: 227px;
  height: 160px;
  margin: 0 0 30px;
  padding: 0;
  float: left;
}
.history .thumb img {
  border-radius: 50%;
  margin: 7px 8px;
  width: 145px;
  height: 145px;
}
.history h4 {
  float: left;
  margin: 15px 0;
  padding: 0;
  color: #0088cc;
  line-height: 27px;
}
.history p {
  margin: 0;
  margin-left: 55px;
  line-height: 24px;
}
.featured-box {
  background: #f5f5f5;
  background-color: transparent;
  background: linear-gradient(to bottom, #ffffff 1%, #f9f9f9 98%) repeat scroll 0 0 transparent;
  box-sizing: border-box;
  border-bottom: 1px solid #DFDFDF;
  border-left: 1px solid #ECECEC;
  border-radius: 8px;
  border-right: 1px solid #ECECEC;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.04);
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  min-height: 100px;
  position: relative;
  text-align: center;
  z-index: 1;
}
.featured-box .box-content {
  border-radius: 8px;
  border-top: 4px solid #0088cc;
  padding: 30px 20px;
}
.featured-box h4 {
  font-size: 1.3em;
  font-weight: 400;
  letter-spacing: -0.7px;
  text-transform: uppercase;
}
.featured-box .block-flickr-photos {
  border: 0;
}
.featured-box .block-flickr-photos .block-title {
  display: none;
}
.featured-box .block-flickr-photos a.flickr-image {
  margin: 5px;
  display: inline-block;
  border: 1px solid #dcdcdc;
  padding: 5px;
  border-radius: 5px;
}
.featured-box .block-flickr-photos a.flickr-image img {
  max-width: 100%;
  width: 75px;
}
.history .featured-box {
  text-align: left;
  margin-left: 225px;
  margin-bottom: 35px;
  min-height: 115px;
}
.history .featured-box .box-content {
  border-top-color: #0088cc;
}
#newsletter_popup {
  background: #ffffff url(../../frontend/Smartwave/porto_child/en_US/images/shop_newsletter_popup.jpg) no-repeat;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.12);
  background-position: center;
  background-size: cover;
  padding: 4rem 2.5rem;
  margin: 0;
  width: 740px;
  min-height: 300px;
  text-align: left;
  position: relative;
}
#newsletter_popup .text_left img {
  max-width: 111px;
  display: block;
}
#newsletter_popup form.subscribe {
  display: flex;
  align-items: center;
}
#newsletter_popup .field {
  flex: 1;
}
#newsletter_popup .field,
#newsletter_popup .actions {
  margin-bottom: 20px;
}
#newsletter_popup input[type="email"] {
  height: 3rem;
  border: none;
  border-radius: 1.5rem 0 0 1.5rem;
  background: #f4f4f4;
  box-shadow: none !important;
  padding-left: 1.375rem;
}
#newsletter_popup .action.primary {
  height: 3rem;
  padding-left: 1.5rem;
  padding-right: 2rem;
  border-radius: 0 1.5rem 1.5rem 0;
  box-shadow: none !important;
  margin-right: .5rem;
  font-weight: 700;
}
#newsletter_popup label.checkbox {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 5px;
}
#newsletter_popup .checkbox {
  font-size: .75rem;
}
#newsletter_popup .checkbox input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 1px solid #ccc;
  width: 1.25rem;
  height: 1.25rem;
  margin-top: -.1rem;
  margin-left: 1px;
  margin-right: 5px;
  vertical-align: middle;
  outline: none;
  border-radius: 3px;
  color: #555;
  top: 0;
}
#newsletter_popup .checkbox input[type="checkbox"]:checked:before {
  content: "\e8c5";
  font-family: 'porto-icons';
  font-weight: 900;
  margin: 0;
  width: 1.15rem;
  height: 1.2rem;
  line-height: 1.2rem;
  float: left;
  font-size: 11px;
  text-align: center;
}
#newsletter_popup div.mage-error[generated] {
  position: absolute;
  margin-top: 40px;
  font-size: .87em;
}
@media (min-width: 768px) {
  .onepage-category > .category-list > ul > li {
    margin-bottom: 1rem;
  }
  .pt_row-o-full-height > .container > .row,
  .pt_row-o-equal-height > .container > .row > .pt_column_container > .pt_column-inner {
    height: 100%;
  }
  .footer .footer-top .widget {
    margin: 0;
  }
}
@media (max-width: 1199px) {
  .onepage-cat.category-list + .main.container {
    padding: 0 50px;
  }
  .onepage-category .category-detail .menu-popup ul > li > a {
    font-size: 11px;
  }
  .onepage-category .category-detail .title-menu > .menu-popup {
    padding: 10px 0;
  }
}
@media (max-width: 991px) {
  .footer .footer-bottom > .container {
    justify-content: flex-start;
  }
  .footer .footer-bottom .custom-block.f-right {
    padding-left: 0;
    text-align: left;
  }
  .porto-ibanner-layer {
    font-size: .875rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .nav-open .onepage-category > .category-list {
    position: absolute;
  }
}
@media (max-width: 767px) {
  #newsletter_popup {
    width: 100% !important;
  }
  #newsletter_popup .col-10 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .porto-ibanner-layer {
    font-size: .8125rem;
  }
  .cms-index-index .onepage-category,
  .onepage-category {
    display: block;
  }
  .onepage-category > .category-list {
    width: auto;
    float: none;
    padding: 0;
    min-height: 0;
    position: static;
    margin-bottom: 20px;
  }
  .onepage-category > .category-list > ul {
    padding: 0;
  }
  .onepage-category > .category-list > ul > li {
    margin: 0;
    display: inline-block;
  }
  .onepage-category > .category-list > ul > li > a:after,
  .onepage-category > .category-list > ul > li > a:hover > span {
    display: none;
  }
  .onepage-category > .category-details {
    float: none;
    width: auto;
  }
  .onepage-category > .category-list > ul {
    position: static !important;
  }
  .onepage-category .category-detail .menu-popup > ul {
    display: block;
  }
  .onepage-category .category-detail .menu-popup > ul.columns5 > li {
    width: 50%;
    padding: 10px 15px;
  }
  .onepage-category .category-detail .menu-popup > ul.columns5 > li:nth-child(5n+1) {
    border-left: 1px solid #bebebe;
    clear: none;
  }
  .onepage-category .category-detail .menu-popup > ul.columns5 > li:nth-child(2n+1) {
    border-left: 0;
    clear: left;
  }
  .onepage-category .category-detail .menu-popup ul > li > a {
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .porto-ibanner-layer {
    font-size: .75rem;
  }
  .onepage-category .category-detail .products-area .category-link {
    margin-left: 0;
    margin-bottom: 25px;
    float: none;
    display: inline-block;
  }
}
.has-ccols:not(.owl-loaded) {
  display: flex;
  width: auto;
}
.has-ccols {
  flex-wrap: wrap;
}
.has-ccols.owl-carousel:not(.owl-loaded) {
  flex-wrap: nowrap;
  overflow: hidden;
}
.has-ccols > *,
.ccols-wrap > * {
  max-width: 100% !important;
  flex: 0 0 auto !important;
  width: var(--porto-cw, 100%) !important;
}
.porto-carousel .elementor-column {
  width: 100% !important;
}
.has-ccols .elementor-section,
.has-ccols .elementor-column,
.has-ccols .elementor-element {
  width: var(--porto-cw, 100%) !important;
}
.owl-carousel.has-ccols:not(.owl-loaded) > * {
  position: relative;
}
.ccols-1 {
  --porto-cw: 100%;
}
.ccols-2 {
  --porto-cw: 50%;
}
.ccols-3 {
  --porto-cw: 33.3333%;
}
.ccols-4 {
  --porto-cw: 25%;
}
.ccols-5 {
  --porto-cw: 20%;
}
.ccols-6 {
  --porto-cw: 16.6666%;
}
.ccols-7 {
  --porto-cw: 14.2857%;
}
.ccols-8 {
  --porto-cw: 12.5%;
}
.ccols-9 {
  --porto-cw: 11.1111%;
}
.ccols-10 {
  --porto-cw: 10%;
}
@media (min-width: 576px) {
  .ccols-sm-1 > * {
    --porto-cw: 100%;
  }
  .ccols-sm-2 > * {
    --porto-cw: 50%;
  }
  .ccols-sm-3 > * {
    --porto-cw: 33.3333%;
  }
  .ccols-sm-4 > * {
    --porto-cw: 25%;
  }
  .ccols-sm-5 > * {
    --porto-cw: 20%;
  }
  .ccols-sm-6 > * {
    --porto-cw: 16.6666%;
  }
}
@media (min-width: 768px) {
  .ccols-md-1 > * {
    --porto-cw: 100%;
  }
  .ccols-md-2 > * {
    --porto-cw: 50%;
  }
  .ccols-md-3 > * {
    --porto-cw: 33.3333%;
  }
  .ccols-md-4 > * {
    --porto-cw: 25%;
  }
  .ccols-md-5 > * {
    --porto-cw: 20%;
  }
  .ccols-md-6 > * {
    --porto-cw: 16.6666%;
  }
}
@media (min-width: 992px) {
  .ccols-lg-1 > * {
    --porto-cw: 100%;
  }
  .ccols-lg-2 > * {
    --porto-cw: 50%;
  }
  .ccols-lg-3 > * {
    --porto-cw: 33.3333%;
  }
  .ccols-lg-4 > * {
    --porto-cw: 25%;
  }
  .ccols-lg-5 > * {
    --porto-cw: 20%;
  }
  .ccols-lg-6 > * {
    --porto-cw: 16.6666%;
  }
  .ccols-lg-7 > * {
    --porto-cw: 14.2857%;
  }
  .ccols-lg-8 > * {
    --porto-cw: 12.5%;
  }
  .ccols-lg-9 > * {
    --porto-cw: 11.1111%;
  }
}
@media (min-width: 1592px) {
  .ccols-xl-2 > * {
    --porto-cw: 50%;
  }
  .ccols-xl-3 > * {
    --porto-cw: 33.3333%;
  }
  .ccols-xl-4 > * {
    --porto-cw: 25%;
  }
  .ccols-xl-5 > * {
    --porto-cw: 20%;
  }
  .ccols-xl-6 > * {
    --porto-cw: 16.6666%;
  }
  .ccols-xl-7 > * {
    --porto-cw: 14.2857%;
  }
  .ccols-xl-8 > * {
    --porto-cw: 12.5%;
  }
  .ccols-xl-9 > * {
    --porto-cw: 11.1111%;
  }
  .ccols-xl-10 > * {
    --porto-cw: 10%;
  }
}
@media (min-width: 1400px) {
  .ccols-sl-10 > * {
    --porto-cw: 10%;
  }
  .ccols-sl-9 > * {
    --porto-cw: 11.1111%;
  }
  .ccols-sl-8 > * {
    --porto-cw: 12.5%;
  }
  .ccols-sl-7 > * {
    --porto-cw: 14.2857%;
  }
}
.has-ccols.owl-loaded > div {
  flex: none !important;
  width: auto !important;
  max-width: none !important;
}
.has-ccols.owl-loaded > .owl-nav {
  width: 100% !important;
}
.row > .porto-carousel {
  padding-left: 0;
  padding-right: 0;
}
.no-background .navigation {
  background: none !important;
}
.megamenu-preview-index .ves-megamenu {
  margin-top: 30px;
}
.megamenu-preview-index .ves-vertical {
  max-width: 300px;
}
.ves-megamenu.top-navigation .ves-navbar {
  display: none;
}
.ves-megamenu > .block-title {
  margin: 0;
  text-align: center;
  padding: 10px;
  background: #333;
  color: #FFF;
}
.ves-megamenu .dynamic-items > ul {
  display: block !important;
}
.ves-megamenu .navigation .drill-opener,
.ves-megamenu .navigation .opener {
  position: absolute;
  right: 0;
  top: 0;
  display: none;
  cursor: pointer;
  text-align: center;
  font-family: 'luma-icons';
  z-index: 99;
  width: auto;
  height: auto;
  line-height: 50px;
  width: 50px;
}
.ves-megamenu .navigation .mega-col {
  padding: 0;
}
.ves-megamenu .navigation .carousel-control {
  top: 40%;
}
.ves-megamenu .navigation .carousel-control.left,
.ves-megamenu .navigation .carousel-control.right {
  transition: all all 300ms ease-in-outs ease-in;
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
  text-shadow: none;
  top: 45%;
  padding: 12px;
  position: absolute;
  background: #f5f5f5;
  color: #333;
  opacity: 1;
  line-height: 1.5em;
  width: auto;
  bottom: auto;
}
.ves-megamenu .navigation .block-content {
  max-width: 100%;
  position: relative;
}
.ves-megamenu .navigation .carousel-indicators {
  bottom: 0;
}
.ves-megamenu .navigation .carousel-indicators > li {
  border: 1px solid #1979c3;
}
.ves-megamenu .navigation .carousel-indicators > li.active {
  background-color: #1979c3;
}
.ves-megamenu .navigation .product-items {
  padding: 10px;
  margin: 0;
}
.ves-megamenu .navigation .item-before-content,
.ves-megamenu .navigation .item-after-content {
  float: left;
  width: 100%;
}
.ves-megamenu .navigation .icon-top {
  line-height: 84px;
  width: 100%;
  height: 84px;
  text-align: center;
  background: #333;
  margin-bottom: 10px;
}
.ves-megamenu .navigation .icon-top:hover {
  background-color: #5bd2ec;
}
.ves-megamenu.ves-vertical .navigation .level0 > a .cat-label {
  position: static;
  padding: 4px 6px;
}
.ves-megamenu .feature-box-v3:hover .fbox-icon .icons {
  background: #ef2840;
  color: #fff;
}
.ves-megamenu .feature-box-v3 .fbox-icon .icons {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  padding: 24px;
  width: 30px;
  -webkit-box-sizing: initial;
  -moz-box-sizing: initial;
  box-sizing: initial;
}
.ves-megamenu .feature-box-v3 .fa:before {
  font-size: 30px;
}
.ves-megamenu .feature-box-v3 a {
  background: #e8e8e8;
  border-left: 0;
  float: none;
  padding: 0;
  display: inline-block;
  *display: inline;
  zoom: 1;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
}
.ves-megamenu ul {
  list-style: none;
  padding: 0;
}
.ves-megamenu .dynamic-items {
  padding: 0;
  width: 20%;
}
.ves-megamenu .level0 ul {
  margin: 0;
  padding: 0;
}
.ves-megamenu .level0 .megamenu-widget > .carousel > .products-grid .product-item {
  width: 100%;
}
.ves-megamenu .level0 .megamenu-widget > .carousel .item {
  display: none;
}
.ves-megamenu .level0 .megamenu-widget > .carousel .item.active {
  display: block;
}
.ves-megamenu .level0 .submenu .nav-item > a {
  padding: 0 20px;
  line-height: 50px;
}
.ves-megamenu .level0 .submenu .nav-item > a > .ves-caret {
  line-height: 50px;
}
.ves-megamenu .navigation .level0 .submenu .block-products-list .product-item a {
  padding: 0;
}
.ves-megamenu .navigation .level0 .submenu .block-products-list .product-item a:hover {
  background: none;
}
.ves-megamenu .navigation .level0 .submenu .block-products-list .product-item .actions-secondary a {
  padding: 0;
  display: inline-block;
  *display: inline;
  zoom: 1;
}
.ves-megamenu .submenu-alignright > .submenu {
  right: 0;
  left: auto !important;
}
.ves-megamenu .text-center {
  text-align: center;
}
.ves-megamenu .pull-right {
  float: right;
}
.ves-megamenu .pull-left {
  float: left;
}
.ves-megamenu .cat-label {
  transition: all all 450ms ease-in-outs ease-in;
  -webkit-transition: all 450ms ease-in-out;
  -o-transition: all 450ms ease-in-out;
  transition: all 450ms ease-in-out;
  color: #FFF;
  padding: 2px 4px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 18px;
  text-transform: none;
  text-shadow: none;
  margin-left: 2px;
}
.ves-megamenu .cat-label.cat-label-v1 {
  background-color: #5bd2ec;
}
.ves-megamenu .cat-label.cat-label-v2 {
  background-color: #d52462;
}
.ves-megamenu .cat-label.cat-label-v3 {
  background: #0cc485;
}
.ves-megamenu .cat-label.pin-bottom:before {
  position: absolute;
  right: 6px;
  top: 22px;
  width: 0;
  height: 0;
  content: "";
  border-style: solid;
  border-width: 4px;
  border-color: transparent;
  transition: all border-color 450ms ease-in-outs ease-in;
  -webkit-transition: border-color 450ms ease-in-out;
  -o-transition: border-color 450ms ease-in-out;
  transition: border-color 450ms ease-in-out;
}
.ves-megamenu .cat-label.cat-label-v1.pin-bottom:before {
  border-top-color: #5bd2ec;
}
.ves-megamenu .cat-label.cat-label-v2.pin-bottom:before {
  border-top-color: #d52462;
}
.ves-megamenu .cat-label.cat-label-v3.pin-bottom:before {
  border-top-color: #0cc485;
}
.ves-megamenu .nav-item {
  position: relative;
}
.ves-megamenu .nav-item > a {
  line-height: 50px;
}
.ves-megamenu .nav-item.active > a {
  background: #333 !important;
  color: #FFF;
}
.ves-megamenu .submenu p > a {
  padding: 0;
}
.ves-megamenu iframe,
.ves-megamenu video {
  max-width: 100%;
}
.ves-megamenu .level0 > a > .item-icon {
  margin-bottom: -5px;
}
.ves-megamenu .onsale {
  padding: 3px 10px;
  background: #d52462;
  color: #FFF;
  margin-right: 5px;
}
.ves-megamenu .new-icon {
  padding: 3px 10px;
  background: #0cc485;
  color: #FFF;
}
.ves-megamenu .owl-carousel .owl-item {
  text-align: center;
}
.ves-megamenu #contact-form {
  width: 100% !important;
}
.ves-megamenu .drill-opener,
.ves-megamenu .drilldown-back,
.ves-megamenu .ves-navbar {
  display: none;
}
.ves-megamenu.ves-daccordion .navigation,
.ves-megamenu.ves-mdrilldown .navigation,
.ves-megamenu.ves-ddrill .navigation {
  border: 1px solid rgba(0, 0, 0, 0.15);
}
.ves-megamenu.ves-daccordion .navigation .level0 > a .cat-label,
.ves-megamenu.ves-mdrilldown .navigation .level0 > a .cat-label,
.ves-megamenu.ves-ddrill .navigation .level0 > a .cat-label {
  position: static;
  padding: 4px 6px;
}
.ves-megamenu.ves-daccordion.has-title .navigation,
.ves-megamenu.ves-mdrilldown.has-title .navigation,
.ves-megamenu.ves-ddrill.has-title .navigation {
  border-top: 0;
}
.ves-navtoggle {
  display: none;
}
.ves-megamenu.ves-daccordion .navigation .nav-item.active > .submenu {
  display: block;
}
#maincontent .cat-label:before {
  display: none;
}
@media (min-width: 768px) and (max-width: 992px) {
  .ves-megamenu .orgin-items > .mega-col > .dropdown-submenu > .submenu {
    position: static;
  }
}
.drilldown {
  position: relative;
  float: left;
  width: 100%;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  max-width: 100% !important;
}
.drilldown .navigation {
  background-color: #FFF;
}
.drilldown .navigation.loaded > .dropdown-menu {
  width: 100% !important;
}
.drilldown .navigation .subhover > .submenu {
  display: none;
}
.drilldown .navigation > .dropdown-menu {
  display: block;
  position: static;
  margin: 0;
  padding: 0;
  border-radius: 0;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.drilldown .navigation .ves-caret {
  display: none;
}
.drilldown .navigation .cat-label {
  position: static;
  margin: 0;
  padding: 4px 6px;
}
.drilldown .navigation .nav-item {
  position: relative !important;
  float: left !important;
  width: 100%;
}
.drilldown .navigation .nav-item > a {
  line-height: 50px;
  position: static;
  padding: 0 15px;
}
.drilldown .navigation .nav-item > a span.drill-opener {
  border: 1px solid #e5e5e5;
  border-right: 0;
  display: none;
}
.drilldown .navigation .mega-col {
  padding: 0;
}
.drilldown .navigation .level0 {
  border-top-color: #e5e5e5;
}
.drilldown .navigation .opener {
  display: none;
}
.drilldown .navigation .drill-opener {
  background: #f0f0f0;
  position: absolute;
}
.drilldown .navigation .drill-opener:before {
  content: "\e608";
}
.drilldown .navigation .drilldown-back {
  position: relative;
  top: 0;
  left: -1px;
  display: none;
}
.drilldown .navigation .drilldown-back a {
  padding: 0;
  background: #f0f0f0;
  text-align: center;
  font-size: 1.3em;
  text-transform: uppercase;
  display: block;
  font-weight: normal;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: -1px;
}
.drilldown .navigation .drilldown-back a .drill-opener {
  position: absolute;
  left: 0;
  right: auto;
  display: block !important;
}
.drilldown .navigation .drilldown-back a .drill-opener:before {
  content: "\e617";
}
.drilldown .navigation .drilldown-back a .drill-opener:after {
  display: none;
}
.drilldown .navigation .drilldown-back a .current-cat {
  line-height: 50px;
  position: relative;
  z-index: 99;
}
.drilldown .navigation .drilldown-back a .current-cat:before {
  display: none;
}
/** FIX BLOG **/
.ves-megamenu .navigation .post-list .post-item a {
  padding: 0;
}
.ves-megamenu .navigation .post-list .post-item .post-meta a {
  display: inline-block;
}
.ves-megamenu .navigation .ves-post {
  text-align: left;
}
.ves-megamenu .navigation .post-list .post-item .post-readmore a {
  background-color: #4db2ec;
  color: #fff;
  display: inline-block;
  line-height: 1;
  padding: 10px 12px;
  -webkit-transition: background-color 0.4s;
  -moz-transition: background-color 0.4s;
  -o-transition: background-color 0.4s;
  transition: background-color 0.4s;
}
.ves-megamenu .navigation .post-list .post-item .addthis_default_style .at300b,
.ves-megamenu .navigation .post-list .post-item .addthis_default_style .at300bo,
.ves-megamenu .navigation .post-list .post-item .addthis_default_style .at300m {
  padding: 0 2px;
}
@media all and (min-width: 968px), print {
  .ves-megamenu.ves-daccordion .navigation,
  .ves-megamenu.ves-mdrilldown .navigation,
  .ves-megamenu.ves-ddrill .navigation {
    border: 0px solid rgba(0, 0, 0, 0.15);
  }
}
.block-banners .banner-item,
.block-banners-inline .banner-item {
  display: block;
}
.block-banners .banner-item-content,
.block-banners-inline .banner-item-content {
  margin-bottom: 18px;
}
.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: 18px;
}
.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: '\f802';
  font-family: 'porto-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block-event .block-content > .action.backward:before,
.block-event .block-content > .action.forward:before {
  margin-left: -15px;
}
.block-event .block-content > .action.backward {
  left: 0;
}
.block-event .block-content > .action.forward {
  right: 0;
}
.block-event .block-content > .action.forward:before {
  content: '\f801';
}
.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 9px;
}
.block-event .slider-panel .slider .item .box-event .box-title {
  display: block;
  font-weight: 300;
  margin: 9px 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: #0088cc;
  border: 1px solid #0088cc;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  padding: 7px 15px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  margin-top: 15px;
}
.block-event .slider-panel .slider .item .action.event:focus,
.block-event .slider-panel .slider .item .action.event:active {
  background: #0088cc;
  border: 1px solid #0088cc;
  color: #ffffff;
}
.block-event .slider-panel .slider .item .action.event:hover {
  background: #0088cc;
  border: 1px solid #0088cc;
  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: 18px;
}
.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: 18px 0 0;
}
.block-cms-hierarchy-link.widget {
  display: block;
  margin-bottom: 18px;
}
.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: 9px;
  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: 18px;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar .primary {
  text-align: left;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar .primary .action {
  width: auto;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar .secondary {
  float: none;
  text-align: left;
}
.sidebar .block-addbysku .action.add {
  display: inline-block;
  text-decoration: none;
  line-height: normal;
  padding: 4px;
  width: auto;
}
.sidebar .block-addbysku .action.add > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sidebar .block-addbysku .action.add:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: inherit;
  color: inherit;
  content: '\e61c';
  font-family: 'porto-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.sidebar .block-addbysku .action.add:hover:before {
  color: inherit;
}
.sidebar .block-addbysku .action.add:active:before {
  color: inherit;
}
.sidebar .block-addbysku .action.links {
  display: inline-block;
  margin: 18px 0 0;
}
.sidebar .block-addbysku .action.reset {
  display: block;
  margin: 9px 0;
}
.sidebar .block-addbysku .action.remove {
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
}
.sidebar .block-addbysku .action.remove > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sidebar .block-addbysku .action.remove:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: inherit;
  color: #999999;
  content: '\f819';
  font-family: 'porto-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.sidebar .block-addbysku .action.remove:hover:before {
  color: inherit;
}
.sidebar .block-addbysku .action.remove:active:before {
  color: inherit;
}
.sidebar .block-addbysku .action.remove:focus,
.sidebar .block-addbysku .action.remove:active {
  background: none;
  border: none;
}
.sidebar .block-addbysku .action.remove:hover {
  background: none;
  border: none;
}
.sidebar .block-addbysku .action.remove.disabled,
.sidebar .block-addbysku .action.remove[disabled],
fieldset[disabled] .sidebar .block-addbysku .action.remove {
  pointer-events: none;
  opacity: 0.5;
}
@media (max-width: 767px) {
  html.fixed {
    overflow: hidden !important;
  }
  html.fixed .catalog-category-view .sidebar .filter-options,
  html.fixed .catalogsearch-result-index .sidebar .filter-options,
  html.fixed .landing-landing-view .sidebar .filter-options {
    display: none;
  }
  html.fixed .catalog-category-view .sidebar .filter-options.showLayered,
  html.fixed .catalogsearch-result-index .sidebar .filter-options.showLayered,
  html.fixed .landing-landing-view .sidebar .filter-options.showLayered {
    display: flex !important;
    flex-direction: column;
  }
}
@media (max-width: 476px) {
  html.nav-open .page-wrapper {
    right: calc(100% - 54px);
  }
}
@media (min-width: 476px) and (max-width: 991px) {
  html.nav-open .page-wrapper {
    right: 400px;
  }
}
@media (max-width: 991px) {
  html.nav-open {
    position: fixed;
    z-index: 3;
  }
  html.nav-open .page-wrapper {
    position: relative;
    left: unset;
  }
  html.nav-open .page-wrapper .page-header::after {
    content: '';
    position: fixed;
    inset: 0;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    background-color: rgba(50, 50, 50, 0.5);
  }
  html.nav-open .page-wrapper .page-header .nav-toggle {
    z-index: 0;
  }
  html.nav-open .page-wrapper .nav-sections {
    right: 0 !important;
    width: calc(100% - 54px);
    max-width: 400px;
  }
  html .ves-mdrilldown nav.navigation .dropdown-menu {
    display: none !important;
  }
  html .ves-megamenu.ves-mdrilldown nav.navigation > .dropdown-menu.ui-state-active:first-child {
    display: block !important;
  }
}
body {
  font-family: 'Montserrat', sans-serif !important;
  background-color: #f1f1f1;
  font-size: 10px;
  overflow: visible !important;
  position: relative;
}
@media screen and (min-width: 992px) {
  body .menu-overlay {
    display: none;
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 4;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
  }
}
@media screen and (min-width: 992px) and (hover: hover) {
  body:has(.navigation > .ui-menu > li:hover) .menu-overlay {
    display: block !important;
  }
}
body .mpquickcart-icon-wrapper {
  position: static !important;
}
body .mpquickcart .block-title {
  padding-top: 2rem;
}
body .mpquickcart .modal-content {
  overflow: hidden !important;
}
body .mpquickcart .modal-content * {
  color: #323232;
  font-size: 1.4rem;
}
body .mpquickcart .minicart-items-wrapper {
  overflow-y: auto;
}
body .mpquickcart .block-footer {
  position: static;
  height: auto;
}
body .mpquickcart .block-items {
  height: 55%;
  padding-top: 2rem;
}
body .mpquickcart .minicart-items-wrapper {
  max-height: unset;
}
body .mpquickcart .action.primary {
  width: 50% !important;
  height: unset;
  transition: 0.3s;
}
body .mpquickcart .action.primary:hover {
  opacity: 0.5;
}
body .mpquickcart .action.primary span {
  color: #ffffff !important;
}
body .mpquickcart .viewcart {
  background-color: #323232 !important;
}
body .mpquickcart #top-cart-btn-checkout {
  background-color: #10a0dd;
}
body .page.messages .messages > * {
  word-wrap: break-word;
}
@media screen and (max-width: 767px) {
  body.catalog-category-view .mst-nav__apply-button-wrapper:not(.filter-options .mst-nav__apply-button-wrapper),
  body.catalogsearch-result-index .mst-nav__apply-button-wrapper:not(.filter-options .mst-nav__apply-button-wrapper),
  body.landing-landing-view .mst-nav__apply-button-wrapper:not(.filter-options .mst-nav__apply-button-wrapper) {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  body.catalog-category-view .layered-mobile-actions .secondary,
  body.catalogsearch-result-index .layered-mobile-actions .secondary,
  body.landing-landing-view .layered-mobile-actions .secondary {
    display: none;
  }
}
@media (max-width: 767px) {
  body.position-fixed {
    overflow-y: hidden !important;
  }
  body.position-fixed.catalog-category-view .sidebar .filter-options .layered-mobile-actions,
  body.position-fixed.catalogsearch-result-index .sidebar .filter-options .layered-mobile-actions,
  body.position-fixed.landing-landing-view .sidebar .filter-options .layered-mobile-actions {
    background-color: #ffffff;
    position: sticky;
    bottom: 0;
    z-index: 9;
    display: grid;
    gap: 0.5rem;
    padding-top: 2.5rem;
    padding-bottom: 1.5rem;
    order: 1;
    margin-top: auto;
  }
  body.position-fixed.catalog-category-view .sidebar .filter-options .layered-mobile-actions .secondary,
  body.position-fixed.catalogsearch-result-index .sidebar .filter-options .layered-mobile-actions .secondary,
  body.position-fixed.landing-landing-view .sidebar .filter-options .layered-mobile-actions .secondary {
    border: none;
    color: #323232;
    font-size: 1.5rem;
    font-weight: 700;
    height: auto;
    padding: 0.4rem;
    text-align: center;
  }
  body.position-fixed.catalog-category-view .sidebar .filter-options .layered-mobile-actions .secondary:hover,
  body.position-fixed.catalogsearch-result-index .sidebar .filter-options .layered-mobile-actions .secondary:hover,
  body.position-fixed.landing-landing-view .sidebar .filter-options .layered-mobile-actions .secondary:hover {
    background-color: transparent;
  }
  body.position-fixed.catalog-category-view .sidebar .filter-options .mst-nav__apply-button-wrapper,
  body.position-fixed.catalogsearch-result-index .sidebar .filter-options .mst-nav__apply-button-wrapper,
  body.position-fixed.landing-landing-view .sidebar .filter-options .mst-nav__apply-button-wrapper {
    background-color: #323232;
    border-radius: 10rem;
    padding: 0;
    box-shadow: unset;
  }
  body.position-fixed.catalog-category-view .sidebar .filter-options .mst-nav__apply-button-wrapper .mst-nav__apply-button,
  body.position-fixed.catalogsearch-result-index .sidebar .filter-options .mst-nav__apply-button-wrapper .mst-nav__apply-button,
  body.position-fixed.landing-landing-view .sidebar .filter-options .mst-nav__apply-button-wrapper .mst-nav__apply-button {
    display: block;
    padding: 0.4rem 0;
  }
  body.position-fixed.catalog-category-view .sidebar .filter-options .mst-nav__apply-button-wrapper .fa-spinner,
  body.position-fixed.catalogsearch-result-index .sidebar .filter-options .mst-nav__apply-button-wrapper .fa-spinner,
  body.position-fixed.landing-landing-view .sidebar .filter-options .mst-nav__apply-button-wrapper .fa-spinner {
    display: none;
  }
  body.position-fixed.catalog-category-view .sidebar .filter-options .mst-nav__apply-button-wrapper .action,
  body.position-fixed.catalogsearch-result-index .sidebar .filter-options .mst-nav__apply-button-wrapper .action,
  body.position-fixed.landing-landing-view .sidebar .filter-options .mst-nav__apply-button-wrapper .action {
    font-size: 1.5rem;
    font-weight: 700;
    margin-left: 0;
    text-transform: none !important;
    display: inherit;
    width: 100%;
    text-align: center;
    border-radius: 10rem !important;
  }
  body.position-fixed.catalog-category-view .sidebar .filter-options .mst-nav__apply-button-wrapper .action:hover,
  body.position-fixed.catalogsearch-result-index .sidebar .filter-options .mst-nav__apply-button-wrapper .action:hover,
  body.position-fixed.landing-landing-view .sidebar .filter-options .mst-nav__apply-button-wrapper .action:hover {
    background-color: #323232;
    color: #ffffff;
  }
  body:not(.position-fixed) .mst-nav__apply-button-wrapper {
    display: none !important;
  }
  body.catalog-category-view .sidebar .filter .close-layer-nav,
  body.catalogsearch-result-index .sidebar .filter .close-layer-nav,
  body.landing-landing-view .sidebar .filter .close-layer-nav {
    display: none;
    position: fixed;
    color: #ffffff;
    font-size: 4rem;
    font-weight: 600;
    cursor: pointer;
    right: 1.2rem;
    top: 50%;
    transform: translateY(-50%);
    z-index: 903;
  }
  body.catalog-category-view .sidebar .filter.show-overlay .close-layer-nav,
  body.catalogsearch-result-index .sidebar .filter.show-overlay .close-layer-nav,
  body.landing-landing-view .sidebar .filter.show-overlay .close-layer-nav {
    display: block;
  }
}
@media (min-width: 768px) {
  body .close-layer-nav {
    display: none;
  }
}
body .products {
  margin: 4px 0;
}
body .row {
  margin-left: 0;
  margin-right: 0;
}
body .headertopfix {
  background-color: #10a0dd;
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1;
  z-index: 3;
  position: relative;
  transition: all 0.3s;
}
@media screen and (min-width: 991px) {
  body .headertopfix {
    z-index: 4;
  }
}
body .headertopfix.panel-up {
  top: -4rem;
}
body .headertopfix .ourbarfix .announcement-button {
  font-family: 'Montserrat', sans-serif;
}
body .headertopfix .ourbarfix .topfix-close {
  background-color: transparent;
  border: none;
  font-size: 3rem;
  color: #ffffff;
  margin-right: 0;
  padding-right: 0;
  padding-left: 0;
  float: unset;
  position: absolute;
  right: 1.25rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
body .headertopfix .ourbarfix .topfix-close a {
  color: inherit;
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  body .page-main {
    margin-left: auto;
    margin-right: auto;
  }
}
body .page-main .category_brands_block {
  background-color: #323232 !important;
  border-radius: 40px;
  margin: 2% 1% !important;
  padding: 20px 0 0 !important;
}
body .page-main .category_brands_block h2 {
  font-size: 30px;
  font-weight: 700;
  line-height: 19px;
  text-align: center;
  width: 100%;
}
body .page-main .category_brands_block .brands {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  overflow-y: hidden;
  padding: 20px 0;
}
@media screen and (max-width: 768px) {
  body .page-main .category_brands_block .brands {
    width: 100%;
  }
}
body .page-main .category_brands_block .brands img {
  height: 7.5rem;
  object-fit: contain;
  width: 100%;
}
body .page-main .category_brands_block .brands > div {
  height: auto;
  margin: 0 0 2%;
  text-align: center;
  max-width: 10%;
}
@media screen and (max-width: 992px) {
  body .page-main .category_brands_block .brands > div {
    margin: 0 0 9%;
  }
}
@media screen and (min-width: 1900px) {
  body .page-main .category_brands_block .brands > div {
    margin: 0 0% 1.5%;
  }
}
@media screen and (max-width: 1024px) {
  body .page-main .category_brands_block .brands > div {
    max-width: 20%;
  }
}
@media screen and (width: 768px) {
  body .page-main .category_brands_block .brands > div {
    max-width: 24%;
  }
}
@media screen and (max-width: 767px) {
  body .page-main .category_brands_block .brands > div {
    display: inline-block;
    max-width: 30%;
  }
}
body .page-main .category_brands_block .brands > div a p {
  color: #ffffff;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.2;
  overflow-x: hidden;
  padding-top: 0.5rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (max-width: 1200px) {
  body .page-main .category_brands_block .brands > div a p {
    font-size: 1.5rem;
  }
}
body .page-main .category_brands_block .toggle_brand {
  font-family: 'Montserrat', sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.4rem;
  padding-bottom: 2.35rem;
  row-gap: 3rem;
  margin: auto;
  cursor: pointer;
}
@media screen and (max-width: 992px) {
  body .page-main .category_brands_block .toggle_brand {
    padding: 2.35rem;
  }
}
body .page-main .category_brands_block .toggle_brand i {
  font-family: 'FontAwesome';
  font-style: normal;
}
body .product-item .tocart {
  border-radius: 0;
}
*::-webkit-scrollbar {
  width: 1.2rem;
  height: 1rem;
}
@media (max-width: 992px) {
  *::-webkit-scrollbar {
    width: 1rem;
  }
}
*::-webkit-scrollbar-track {
  background: #ffffff;
  border-radius: 10rem;
}
*::-webkit-scrollbar-thumb {
  background: linear-gradient(45deg, #10a0dd, #323232);
  border-radius: 10rem;
  border: none;
}
textarea {
  resize: none;
}
.modal-footer button,
.policy-content {
  font-size: 1.2rem;
}
#minicart-content-wrapper span,
#minicart-content-wrapper .label,
#minicart-content-wrapper label {
  font-size: 14px;
}
.account .page-main span,
.account .page-main .label,
.account .page-main label {
  font-size: 14px;
}
.account .page-main .order-status {
  border-color: #b9b9b9;
  padding: 0.25rem 0.9rem;
  line-height: 1;
}
.account .page-main .order-date {
  color: #323232;
}
.breadcrumbs {
  background-color: transparent !important;
  border: none;
  padding: 1% 1% 0 !important;
  margin-bottom: 0;
}
.breadcrumbs .items {
  flex-wrap: wrap !important;
  padding: 5px 0;
}
.breadcrumbs .items .item {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.9rem;
  text-transform: capitalize !important;
}
.breadcrumbs .items .item.product {
  overflow-x: hidden;
}
.breadcrumbs .items .item.product a,
.breadcrumbs .items .item.product strong {
  overflow-x: hidden;
  text-overflow: ellipsis;
  line-height: normal;
}
.breadcrumbs .items .item:not(:last-child)::after {
  color: #323232;
  content: '';
  font-size: 1rem;
  margin: 0;
  font-family: 'FontAwesome';
  margin-top: 4px;
}
@media screen and (max-width: 767px) {
  .breadcrumbs .items .item {
    font-size: 1.5rem;
  }
}
.breadcrumbs .items .item a,
.breadcrumbs .items .item strong {
  color: #323232;
}
header.page-header {
  position: sticky;
  top: 0;
  z-index: 15;
  transition: all 0.3s;
  padding: 0;
}
header.page-header.type22 {
  background-color: #232323;
}
header.page-header.type22 .separator-line-all {
  position: relative;
}
header.page-header.type22 .separator-line-all::after {
  content: '';
  position: absolute;
  height: 1px;
  width: 100%;
  background-color: #707070;
  left: 3px;
  bottom: 4px;
}
@media screen and (min-width: 993px) {
  header.page-header.type22 .nav-sections .navigation > ul > li.hide-desktop {
    display: none !important;
  }
  header.page-header.type22 .separator-line-desktop {
    position: relative;
  }
  header.page-header.type22 .separator-line-desktop::after {
    content: '';
    position: absolute;
    height: 1px;
    width: 100%;
    background-color: #707070;
    left: 3px;
    bottom: 4px;
  }
}
@media screen and (max-width: 992px) {
  header.page-header.type22 .hide-mobile {
    display: none !important;
  }
  header.page-header.type22 .separator-line-mobile {
    position: relative;
  }
  header.page-header.type22 .separator-line-mobile::after {
    content: '';
    position: absolute;
    height: 1px;
    width: 100%;
    background-color: #707070;
    left: 3px;
    bottom: 4px;
  }
  header.page-header.type22 .heading-mobile {
    text-align: center;
    font-weight: 700;
    font-size: 1.8rem;
  }
  header.page-header.type22 .small-line-height-mobile a {
    line-height: 4rem !important;
  }
}
@media screen and (max-width: 992px) {
  header.page-header.type22 .logo {
    margin-right: 0;
    cursor: pointer;
  }
  header.page-header.type22 .logo img {
    max-width: 75%;
  }
  header.page-header.type22 .navigation > ul .level0.parent a::after {
    display: none;
  }
  header.page-header.type22 .navigation > ul .level0.parent .nav-anchor.actived span:first-child::after {
    display: none;
  }
}
@media screen and (min-width: 1500px) {
  header.page-header.type22 .nav-sections-items {
    margin-left: 26rem;
  }
}
@media screen and (min-width: 1100px) and (max-width: 1260px) {
  header.page-header.type22 .nav-sections-items {
    margin-left: 7rem;
  }
}
@media screen and (min-width: 993px) {
  header.page-header.type22 .navigation > ul {
    display: inline-flex !important;
  }
  header.page-header.type22 .navigation > ul .level0.nav-item {
    display: inline-block !important;
    margin: 0;
  }
  header.page-header.type22 .navigation > ul .level0.nav-item:first-child {
    padding-left: 0;
  }
  header.page-header.type22 .navigation > ul .level0.nav-item:last-child {
    padding-right: 0;
  }
  header.page-header.type22 .navigation > ul .level0.nav-item > .nav-anchor {
    padding: 1.65rem 0 !important;
    color: #fff !important;
    text-transform: capitalize;
  }
}
@media screen and (min-width: 993px) and (max-width: 1199px) {
  header.page-header.type22 .navigation > ul .level0.nav-item {
    padding: 0 1rem;
  }
}
@media screen and (min-width: 1200px) {
  header.page-header.type22 .navigation > ul .level0.nav-item {
    padding: 0 1.9rem;
  }
}
header.page-header.type22 .nav-sections-item-title {
  background-color: #232323;
  border: 0;
}
header.page-header.type22 .nav-sections-item-title.active a {
  color: #ffffff;
}
header.page-header.type22 .block-search .label:before {
  color: #ffffff !important;
}
@media screen and (max-width: 490px) {
  header.page-header.type22 .block-search .label.active + .control input {
    left: 0;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 767px) {
  header.page-header.type22 .block-search .search-autocomplete {
    left: 50%;
    top: 8.5rem;
    transform: translateX(-50%);
    margin-top: 0;
  }
}
header.page-header.type22 .block-search .search-autocomplete li {
  color: #323232;
  font-size: 1.6rem;
  font-weight: 400;
}
header.page-header.type22 .block-search .search-autocomplete li .amount {
  color: #323232 !important;
}
header.page-header.type22 .nav-toggle {
  order: 0;
}
header.page-header.type22 .nav-toggle::before {
  color: #ffffff;
}
@media screen and (min-width: 992px) {
  header.page-header.type22:not(.sticky-header) .header.content .nav-sections {
    font-family: 'Montserrat', sans-serif !important;
    margin: 0 !important;
    width: auto;
  }
  header.page-header.type22:not(.sticky-header) .header.content .nav-sections .top-navigation {
    background-color: #232323 !important;
  }
  header.page-header.type22:not(.sticky-header) .header.content .nav-sections .top-navigation > .navigation {
    background-color: #232323;
    padding: 0;
  }
  header.page-header.type22:not(.sticky-header) .header.content .nav-sections .top-navigation > .navigation .ui-menu {
    border: none;
    display: inline-flex;
    justify-content: center;
  }
  header.page-header.type22:not(.sticky-header) .header.content .nav-sections .top-navigation > .navigation .ui-menu .level0.nav-item {
    border-bottom: none;
    transition: 0.3s;
    flex-direction: column-reverse;
    cursor: pointer;
  }
  header.page-header.type22:not(.sticky-header) .header.content .nav-sections .top-navigation > .navigation .ui-menu .level0.nav-item > .nav-anchor {
    background-color: #232323 !important;
    padding: 1.65rem 0;
  }
  header.page-header.type22:not(.sticky-header) .header.content .nav-sections .top-navigation > .navigation .ui-menu .level0.nav-item:hover > .nav-anchor,
  header.page-header.type22:not(.sticky-header) .header.content .nav-sections .top-navigation > .navigation .ui-menu .level0.nav-item.current > .nav-anchor {
    border-bottom: solid 2px #ffffff;
  }
  header.page-header.type22:not(.sticky-header) .header.content .nav-sections .top-navigation > .navigation .ui-menu .level0.nav-item:hover .active-link-line,
  header.page-header.type22:not(.sticky-header) .header.content .nav-sections .top-navigation > .navigation .ui-menu .level0.nav-item.current .active-link-line {
    position: relative;
    height: 2px;
    width: 100%;
  }
  header.page-header.type22:not(.sticky-header) .header.content .nav-sections .top-navigation > .navigation .ui-menu .level0.nav-item:hover .active-link-line::after,
  header.page-header.type22:not(.sticky-header) .header.content .nav-sections .top-navigation > .navigation .ui-menu .level0.nav-item.current .active-link-line::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    top: 1rem;
  }
  header.page-header.type22:not(.sticky-header) .header.content .nav-sections .top-navigation > .navigation .nav-anchor {
    font-size: 1.5rem;
    line-height: 1.9rem;
    padding: 0;
    background-color: transparent !important;
    font-weight: 700;
  }
  header.page-header.type22:not(.sticky-header) .header.content .nav-sections .top-navigation > .navigation .nav-anchor i,
  header.page-header.type22:not(.sticky-header) .header.content .nav-sections .top-navigation > .navigation .nav-anchor .opener,
  header.page-header.type22:not(.sticky-header) .header.content .nav-sections .top-navigation > .navigation .nav-anchor::after,
  header.page-header.type22:not(.sticky-header) .header.content .nav-sections .top-navigation > .navigation .nav-anchor span::after {
    display: none;
  }
  header.page-header.type22:not(.sticky-header) .header.content .nav-sections .ui-menu {
    width: 100% !important;
  }
  header.page-header.type22:not(.sticky-header) .header.content .nav-sections .ui-menu-item .nav-anchor:not(.subitems-group) {
    text-align: right;
    width: 100%;
  }
}
header.page-header.type22 .header.content {
  padding: 0 2rem;
  justify-content: space-between;
}
header.page-header.type22 .header.content::after,
header.page-header.type22 .header.content::before {
  display: none;
}
@media screen and (max-width: 992px) {
  header.page-header.type22 .header.content {
    justify-content: space-between;
    padding-left: 2%;
    padding-right: 1%;
  }
}
header.page-header.type22 .header.content > .logo {
  margin: 0;
}
@media screen and (max-width: 490px) {
  header.page-header.type22 .header.content > .logo {
    margin-right: 0;
  }
}
header.page-header.type22 .header.content > .logo img {
  width: 13.1rem;
  height: 2.5rem;
  object-fit: contain;
}
header.page-header.type22 .header.content .nav-sections {
  font-family: 'Montserrat', sans-serif !important;
}
header.page-header.type22 .header.content .nav-sections .drill-opener {
  background-color: #232323;
  border: none;
}
header.page-header.type22 .nav-sections {
  background-color: #232323 !important;
}
header.page-header.type22 .nav-sections ul {
  background-color: inherit;
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  header.page-header.type22 .nav-sections {
    pointer-events: unset !important;
  }
}
@media screen and (min-width: 992px) {
  header.page-header.type22 .nav-sections .nav-sections-items,
  header.page-header.type22 .nav-sections .nav-sections-item-content,
  header.page-header.type22 .nav-sections .ves-megamenu-mobile,
  header.page-header.type22 .nav-sections .navigation,
  header.page-header.type22 .nav-sections .navigation > ul,
  header.page-header.type22 .nav-sections .navigation > ul > li {
    height: 100%;
  }
  header.page-header.type22 .nav-sections .navigation > ul > li {
    align-items: center;
    display: flex;
  }
}
header.page-header.type22 .nav-sections .close-ves-mobile-menu {
  display: none;
}
@media screen and (max-width: 992px) {
  header.page-header.type22 .nav-sections .close-ves-mobile-menu {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-end;
    padding: 2rem;
    float: right;
    cursor: pointer;
  }
  header.page-header.type22 .nav-sections .close-ves-mobile-menu span {
    width: 20px;
    height: 2px;
    transform: rotate(45deg);
    background-color: #ffffff;
  }
  header.page-header.type22 .nav-sections .close-ves-mobile-menu span:last-child {
    transform: rotate(-45deg);
    margin-top: -2px;
  }
}
header.page-header.type22 .nav-sections .navigation {
  max-width: unset;
  border: unset !important;
  background-color: #232323 !important;
}
@media screen and (min-width: 991px) {
  header.page-header.type22 .nav-sections .navigation {
    position: static;
    max-width: 720px;
  }
}
header.page-header.type22 .nav-sections .navigation .ui-menu,
header.page-header.type22 .nav-sections .navigation > ul {
  border-bottom: none !important;
}
@media screen and (min-width: 991px) {
  header.page-header.type22 .nav-sections .navigation .ui-menu,
  header.page-header.type22 .nav-sections .navigation > ul {
    width: auto !important;
    position: static;
  }
}
header.page-header.type22 .nav-sections .navigation .ui-menu .ui-menu-item,
header.page-header.type22 .nav-sections .navigation > ul .ui-menu-item {
  border: none;
}
header.page-header.type22 .nav-sections .navigation .ui-menu .ui-menu-item.level0,
header.page-header.type22 .nav-sections .navigation > ul .ui-menu-item.level0 {
  margin: 0;
}
@media screen and (min-width: 992px) {
  header.page-header.type22 .nav-sections .navigation .ui-menu .ui-menu-item.level0 > .submenu,
  header.page-header.type22 .nav-sections .navigation > ul .ui-menu-item.level0 > .submenu {
    justify-content: center;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  header.page-header.type22 .nav-sections .navigation .ui-menu .ui-menu-item.level0 > .submenu,
  header.page-header.type22 .nav-sections .navigation > ul .ui-menu-item.level0 > .submenu {
    left: 0 !important;
  }
}
header.page-header.type22 .nav-sections .navigation .ui-menu .ui-menu-item.level0 > .submenu:hover,
header.page-header.type22 .nav-sections .navigation > ul .ui-menu-item.level0 > .submenu:hover {
  display: flex !important;
}
@media screen and (min-width: 991px) {
  header.page-header.type22 .nav-sections .navigation .ui-menu .ui-menu-item.level0 > .submenu,
  header.page-header.type22 .nav-sections .navigation > ul .ui-menu-item.level0 > .submenu {
    padding-top: 3.4rem;
  }
}
header.page-header.type22 .nav-sections .navigation .ui-menu .ui-menu-item.level0 > .submenu .dropdown-mega,
header.page-header.type22 .nav-sections .navigation > ul .ui-menu-item.level0 > .submenu .dropdown-mega {
  background-color: transparent;
  padding: 0;
  margin: 0 !important;
}
header.page-header.type22 .nav-sections .navigation .ui-menu .ui-menu-item.level0 > .submenu .dropdown-mega *,
header.page-header.type22 .nav-sections .navigation > ul .ui-menu-item.level0 > .submenu .dropdown-mega * {
  background-color: transparent;
}
@media screen and (min-width: 991px) {
  header.page-header.type22 .nav-sections .navigation .ui-menu .ui-menu-item.level0.current > .submenu,
  header.page-header.type22 .nav-sections .navigation > ul .ui-menu-item.level0.current > .submenu {
    display: flex !important;
  }
}
@media screen and (min-width: 992px) {
  header.page-header.type22 .nav-sections .navigation .ui-menu .ui-menu-item.level0:hover > .submenu,
  header.page-header.type22 .nav-sections .navigation > ul .ui-menu-item.level0:hover > .submenu {
    display: flex !important;
  }
}
header.page-header.type22 .nav-sections .navigation .ui-menu .ui-menu-item .nav-anchor,
header.page-header.type22 .nav-sections .navigation > ul .ui-menu-item .nav-anchor {
  text-transform: capitalize;
}
header.page-header.type22 .nav-sections .navigation .ui-menu .ui-menu-item .nav-anchor:not(.subitems-group),
header.page-header.type22 .nav-sections .navigation > ul .ui-menu-item .nav-anchor:not(.subitems-group) {
  background-color: #232323 !important;
  color: #ffffff !important;
  font-size: 2rem;
  font-weight: 600;
}
@media screen and (max-width: 992px) {
  header.page-header.type22 .nav-sections .navigation .ui-menu .ui-menu-item .nav-anchor:not(.subitems-group),
  header.page-header.type22 .nav-sections .navigation > ul .ui-menu-item .nav-anchor:not(.subitems-group) {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 993px) {
  header.page-header.type22 .nav-sections .navigation .ui-menu .ui-menu-item .nav-anchor:not(.subitems-group),
  header.page-header.type22 .nav-sections .navigation > ul .ui-menu-item .nav-anchor:not(.subitems-group) {
    line-height: 2.4rem;
  }
}
header.page-header.type22 .nav-sections .navigation .ui-menu .ui-menu-item .nav-anchor:not(.subitems-group) span,
header.page-header.type22 .nav-sections .navigation > ul .ui-menu-item .nav-anchor:not(.subitems-group) span {
  font-size: inherit;
}
header.page-header.type22 .nav-sections .navigation .ui-menu .ui-menu-item .nav-anchor.actived span:first-child,
header.page-header.type22 .nav-sections .navigation > ul .ui-menu-item .nav-anchor.actived span:first-child {
  position: relative;
}
header.page-header.type22 .nav-sections .navigation .ui-menu .ui-menu-item .nav-anchor.actived span:first-child::after,
header.page-header.type22 .nav-sections .navigation > ul .ui-menu-item .nav-anchor.actived span:first-child::after {
  content: '';
  position: absolute;
  height: 10px;
  width: 10px;
  top: 140%;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  border: solid 5px #fff;
  border-bottom-color: transparent;
  border-right-color: transparent;
}
header.page-header.type22 .nav-sections .navigation .ui-menu .ui-menu-item .nav-anchor.actived .caret::before,
header.page-header.type22 .nav-sections .navigation > ul .ui-menu-item .nav-anchor.actived .caret::before {
  transform: rotate(180deg);
}
header.page-header.type22 .nav-sections .navigation .ui-menu .ui-menu-item .nav-anchor .caret,
header.page-header.type22 .nav-sections .navigation > ul .ui-menu-item .nav-anchor .caret {
  position: relative;
}
@media screen and (min-width: 992px) {
  header.page-header.type22 .nav-sections .navigation .ui-menu .ui-menu-item .nav-anchor .caret,
  header.page-header.type22 .nav-sections .navigation > ul .ui-menu-item .nav-anchor .caret {
    display: inline;
  }
}
header.page-header.type22 .nav-sections .navigation .ui-menu .ui-menu-item .nav-anchor .caret::before,
header.page-header.type22 .nav-sections .navigation > ul .ui-menu-item .nav-anchor .caret::before {
  content: '\f107';
  font-family: 'Font Awesome 5 Free';
  font-size: 20px;
  left: 10px;
  position: absolute;
  transition: all 0.2s linear;
  top: 0;
}
header.page-header.type22 .nav-sections .navigation .ui-menu .ui-menu-item .content-wrap,
header.page-header.type22 .nav-sections .navigation > ul .ui-menu-item .content-wrap {
  column-gap: 3.2rem;
  display: none;
}
@media screen and (max-width: 991px) {
  header.page-header.type22 .nav-sections .navigation .ui-menu .ui-menu-item .content-wrap,
  header.page-header.type22 .nav-sections .navigation > ul .ui-menu-item .content-wrap {
    flex-wrap: wrap;
  }
}
header.page-header.type22 .nav-sections .navigation .ui-menu .ui-menu-item .content-wrap .megamenu-content,
header.page-header.type22 .nav-sections .navigation > ul .ui-menu-item .content-wrap .megamenu-content {
  width: 100% !important;
}
@media screen and (min-width: 991px) {
  header.page-header.type22 .nav-sections .navigation .ui-menu .ui-menu-item .content-wrap .megamenu-content,
  header.page-header.type22 .nav-sections .navigation > ul .ui-menu-item .content-wrap .megamenu-content {
    max-width: 288px !important;
  }
}
header.page-header.type22 .nav-sections .navigation .ui-menu .ui-menu-item .content-wrap .megamenu-sidebar,
header.page-header.type22 .nav-sections .navigation > ul .ui-menu-item .content-wrap .megamenu-sidebar {
  padding: 15px 10px;
  width: 100% !important;
}
@media screen and (min-width: 991px) {
  header.page-header.type22 .nav-sections .navigation .ui-menu .ui-menu-item .content-wrap .megamenu-sidebar,
  header.page-header.type22 .nav-sections .navigation > ul .ui-menu-item .content-wrap .megamenu-sidebar {
    column-gap: 2.9rem;
    display: grid;
    row-gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(48%, 1fr));
    padding: 0 2.8rem 3rem 0;
  }
}
header.page-header.type22 .nav-sections .navigation .ui-menu .ui-menu-item .content-wrap .megamenu-sidebar img,
header.page-header.type22 .nav-sections .navigation > ul .ui-menu-item .content-wrap .megamenu-sidebar img {
  position: relative;
  width: 100%;
  z-index: 999;
}
header.page-header.type22 .nav-sections .navigation .ui-menu .ui-menu-item .content-wrap .megamenu-sidebar img:hover,
header.page-header.type22 .nav-sections .navigation > ul .ui-menu-item .content-wrap .megamenu-sidebar img:hover {
  transform: unset !important;
}
header.page-header.type22 .nav-sections .navigation .ui-menu .ui-menu-item .dropdown-menu,
header.page-header.type22 .nav-sections .navigation > ul .ui-menu-item .dropdown-menu {
  background-color: #232323 !important;
  overflow-y: auto;
  border: none !important;
}
@media screen and (min-width: 991px) {
  header.page-header.type22 .nav-sections .navigation .ui-menu .ui-menu-item .dropdown-menu,
  header.page-header.type22 .nav-sections .navigation > ul .ui-menu-item .dropdown-menu {
    min-width: 300px !important;
    top: 100% !important;
    left: 0;
    padding: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    overflow: auto !important;
    max-height: calc(100vh - 52px);
    transform-origin: top center;
    animation: unfold 0.5s forwards;
  }
  header.page-header.type22 .nav-sections .navigation .ui-menu .ui-menu-item .dropdown-menu .mega-col-level-1,
  header.page-header.type22 .nav-sections .navigation > ul .ui-menu-item .dropdown-menu .mega-col-level-1 {
    opacity: 0;
    animation: fadeDown 0.75s 0.5s forwards;
  }
}
@media screen and (min-width: 993px) and (max-width: 1023px) {
  header.page-header.type22 .nav-sections .navigation .ui-menu .ui-menu-item .dropdown-menu,
  header.page-header.type22 .nav-sections .navigation > ul .ui-menu-item .dropdown-menu {
    max-height: 71vh !important;
  }
  header.page-header.type22 .nav-sections .navigation .ui-menu .ui-menu-item .dropdown-menu .content-wrapper,
  header.page-header.type22 .nav-sections .navigation > ul .ui-menu-item .dropdown-menu .content-wrapper {
    padding-bottom: 2rem;
  }
}
@media screen and (min-width: 991px) and (max-width: 1199px) {
  header.page-header.type22 .nav-sections .navigation .ui-menu .ui-menu-item .dropdown-menu .mega-col-level-1,
  header.page-header.type22 .nav-sections .navigation > ul .ui-menu-item .dropdown-menu .mega-col-level-1 {
    padding: 0 2rem;
  }
}
@media screen and (min-width: 1200px) {
  header.page-header.type22 .nav-sections .navigation .ui-menu .ui-menu-item .dropdown-menu .mega-col-level-1,
  header.page-header.type22 .nav-sections .navigation > ul .ui-menu-item .dropdown-menu .mega-col-level-1 {
    padding: 0 5rem;
  }
}
@keyframes unfold {
  0% {
    transform: scaleY(0);
  }
  100% {
    transform: scaleY(1);
  }
}
@keyframes fadeDown {
  0% {
    opacity: 0;
    transform: translateY(-5px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
header.page-header.type22 .nav-sections .navigation .ui-menu .ui-menu-item .dropdown-menu .nav-item.level1 .nav-anchor,
header.page-header.type22 .nav-sections .navigation > ul .ui-menu-item .dropdown-menu .nav-item.level1 .nav-anchor {
  color: #ffffff;
  border: none;
}
@media screen and (min-width: 992px) {
  header.page-header.type22 .nav-sections .navigation .ui-menu .ui-menu-item .dropdown-menu .nav-item.level1 .nav-anchor,
  header.page-header.type22 .nav-sections .navigation > ul .ui-menu-item .dropdown-menu .nav-item.level1 .nav-anchor {
    font-size: 1.8rem !important;
    font-weight: 700 !important;
    line-height: 2.2rem;
  }
}
header.page-header.type22 .nav-sections .navigation .ui-menu .ui-menu-item .dropdown-menu .nav-item.level1 .opener,
header.page-header.type22 .nav-sections .navigation > ul .ui-menu-item .dropdown-menu .nav-item.level1 .opener {
  display: none;
}
header.page-header.type22 .nav-sections .navigation .ui-menu .ui-menu-item .dropdown-menu .nav-item.level2 .nav-anchor,
header.page-header.type22 .nav-sections .navigation > ul .ui-menu-item .dropdown-menu .nav-item.level2 .nav-anchor {
  color: #f1f1f1 !important;
  font-weight: 500 !important;
  text-align: left;
  transition: 0.3s;
}
@media screen and (min-width: 992px) {
  header.page-header.type22 .nav-sections .navigation .ui-menu .ui-menu-item .dropdown-menu .nav-item.level2 .nav-anchor,
  header.page-header.type22 .nav-sections .navigation > ul .ui-menu-item .dropdown-menu .nav-item.level2 .nav-anchor {
    font-size: 1.4rem !important;
    line-height: 1.8rem;
  }
}
header.page-header.type22 .nav-sections .navigation .ui-menu .ui-menu-item .dropdown-menu .nav-item.level2 .nav-anchor:hover,
header.page-header.type22 .nav-sections .navigation > ul .ui-menu-item .dropdown-menu .nav-item.level2 .nav-anchor:hover {
  color: #10a0dd !important;
}
header.page-header.type22 .nav-sections .navigation .ui-menu .ui-menu-item .dropdown-menu .nav-item.level2.category-group-separator,
header.page-header.type22 .nav-sections .navigation > ul .ui-menu-item .dropdown-menu .nav-item.level2.category-group-separator {
  position: relative;
}
header.page-header.type22 .nav-sections .navigation .ui-menu .ui-menu-item .dropdown-menu .nav-item.level2.category-group-separator::after,
header.page-header.type22 .nav-sections .navigation > ul .ui-menu-item .dropdown-menu .nav-item.level2.category-group-separator::after {
  content: '';
  position: absolute;
  height: 1px;
  width: 100%;
  background-color: #707070;
  left: 3px;
  bottom: 4px;
}
header.page-header.type22 .nav-sections .navigation .ui-menu .ui-menu-item .dropdown-menu .nav-item .nav-anchor,
header.page-header.type22 .nav-sections .navigation > ul .ui-menu-item .dropdown-menu .nav-item .nav-anchor {
  text-transform: capitalize !important;
}
@media screen and (min-width: 768px) {
  header.page-header.type22 .nav-sections .navigation .ui-menu .ui-menu-item .dropdown-menu .nav-item .nav-anchor,
  header.page-header.type22 .nav-sections .navigation > ul .ui-menu-item .dropdown-menu .nav-item .nav-anchor {
    padding-bottom: 1rem;
  }
}
header.page-header.type22 .nav-sections .navigation .ui-menu .ui-menu-item .dropdown-menu .nav-item .nav-anchor .caret,
header.page-header.type22 .nav-sections .navigation > ul .ui-menu-item .dropdown-menu .nav-item .nav-anchor .caret {
  display: none;
}
@media screen and (min-width: 993px) {
  header.page-header.type22 .nav-sections .navigation .ui-menu .ui-menu-item .dropdown-menu .two-col .item-content1,
  header.page-header.type22 .nav-sections .navigation > ul .ui-menu-item .dropdown-menu .two-col .item-content1,
  header.page-header.type22 .nav-sections .navigation .ui-menu .ui-menu-item .dropdown-menu .three-col .item-content1,
  header.page-header.type22 .nav-sections .navigation > ul .ui-menu-item .dropdown-menu .three-col .item-content1,
  header.page-header.type22 .nav-sections .navigation .ui-menu .ui-menu-item .dropdown-menu .four-col .item-content1,
  header.page-header.type22 .nav-sections .navigation > ul .ui-menu-item .dropdown-menu .four-col .item-content1 {
    display: flex;
    column-gap: 10rem;
  }
  header.page-header.type22 .nav-sections .navigation .ui-menu .ui-menu-item .dropdown-menu .level1.nav-dropdown > .item-content1 > .mega-col,
  header.page-header.type22 .nav-sections .navigation > ul .ui-menu-item .dropdown-menu .level1.nav-dropdown > .item-content1 > .mega-col {
    width: unset !important;
  }
  header.page-header.type22 .nav-sections .navigation .ui-menu .ui-menu-item .dropdown-menu .level1.nav-dropdown > .item-content1 > .mega-col > div:not(:last-child),
  header.page-header.type22 .nav-sections .navigation > ul .ui-menu-item .dropdown-menu .level1.nav-dropdown > .item-content1 > .mega-col > div:not(:last-child) {
    padding-bottom: 3rem;
  }
}
@media screen and (max-width: 767px) {
  header.page-header.type22 .nav-sections .navigation .drilldown-back {
    left: 0;
  }
}
header.page-header.type22 .nav-sections .navigation .drilldown-back a {
  text-transform: capitalize;
  background-color: #232323;
  color: #ffffff !important;
  font-weight: 700;
}
header.page-header.type22 .nav-sections .navigation .drilldown-back a .drill-opener {
  background-color: #232323;
}
@media screen and (max-width: 768px) {
  header.page-header.type22 .nav-sections .navigation .drilldown-back + .submenu-inner .nav-item {
    background-color: #232323;
  }
}
header.page-header.type22 .nav-sections .navigation .drilldown-back + .submenu-inner .nav-anchor {
  color: #ffffff !important;
  font-size: 1.4rem !important;
  text-transform: capitalize !important;
  background-color: #232323 !important;
  font-weight: 700 !important;
}
@media screen and (max-width: 991px) {
  header.page-header.type22 .nav-sections {
    left: unset;
    right: calc(-1 * (100% - 54px));
  }
  header.page-header.type22 .nav-sections .nav-sections-item-content {
    margin-top: 0;
  }
}
header.page-header.type22 .block-search input {
  height: auto;
  line-height: 1;
  border-radius: 3rem !important;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.9rem;
  color: #b9b9b9;
  font-style: normal;
}
header.page-header.type22 .header-main-right {
  column-gap: 3rem;
}
header.page-header.type22 .header-main-right > * {
  min-width: 24px;
}
@media screen and (max-width: 991px) {
  header.page-header.type22 .header-main-right {
    padding-right: 3%;
  }
  header.page-header.type22 .header-main-right .my-wishlist {
    display: none !important;
  }
  header.page-header.type22 .header-main-right .top-links-area {
    order: 1;
  }
}
@media screen and (max-width: 767px) {
  header.page-header.type22 .header-main-right {
    padding-right: 6%;
  }
}
@media screen and (min-width: 992px) {
  header.page-header.type22 .header-main-right {
    flex: 0 0 auto !important;
  }
}
@media screen and (max-width: 490px) {
  header.page-header.type22 .header-main-right {
    width: 100%;
  }
}
header.page-header.type22 .header-main-right .block-search {
  margin-right: 0;
  width: 100%;
  padding-left: 0 !important;
}
header.page-header.type22 .header-main-right .block-search label:before {
  color: #ffffff !important;
}
@media screen and (max-width: 1260px) {
  header.page-header.type22 .header-main-right .block-search .search #search {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  }
}
@media screen and (width: 768px) {
  header.page-header.type22 .header-main-right .block-search .label,
  header.page-header.type22 .header-main-right .block-search .search-category {
    display: none;
  }
  header.page-header.type22 .header-main-right .block-search #search {
    margin: 0;
  }
}
header.page-header.type22 .header-main-right .autocomplete-suggestion a img {
  max-height: unset;
}
header.page-header.type22 .header-main-right a.action {
  display: block;
  width: auto !important;
  text-align: center;
}
@media screen and (min-width: 992px) {
  header.page-header.type22 .header-main-right a.action {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
header.page-header.type22 .header-main-right a.action.my-wishlist {
  margin-right: 0;
  line-height: 2rem;
}
header.page-header.type22 .header-main-right a img {
  text-align: center;
  display: inline-block;
  margin: auto;
  max-height: 2rem;
}
header.page-header.type22 .header-main-right a[title="FAQ"] img {
  max-height: 3.5rem;
  vertical-align: middle;
}
header.page-header.type22 .header-main-right .search-area {
  max-width: 225px;
  margin: 0;
}
header.page-header.type22 .header-main-right .search-area .minisearch .label::before {
  color: #ffffff;
  margin: 0 !important;
}
header.page-header.type22 .header-main-right .search-area .action.search {
  background-color: #b9b9b9;
  border-radius: 50% !important;
  height: 39px;
  line-height: 36px;
  padding: 0 1.25rem;
}
header.page-header.type22 .header-main-right .search-area .action.search:before {
  color: #323232;
  font-size: 1.6rem;
  font-weight: 700;
}
header.page-header.type22 .header-main-right .search-area .action.search:disabled {
  cursor: not-allowed;
  opacity: 0.5 !important;
}
header.page-header.type22 .header-main-right a i {
  color: #ffffff;
}
header.page-header.type22 .my-bag {
  color: #ffffff !important;
  font-size: 1.2rem !important;
}
header.page-header.type22 .my-bag img {
  display: block;
}
header.page-header.type22 .minicart-wrapper {
  margin-top: 0;
  margin-left: 0px;
  margin-right: 0;
}
header.page-header.type22 .minicart-wrapper .showcart {
  border: 0px solid transparent !important;
  height: unset !important;
  line-height: 14px !important;
}
header.page-header.type22 .minicart-wrapper .showcart .counter {
  background-color: #10a0dd !important;
  right: -4px !important;
}
header.page-header.type22 .minicart-wrapper #top-cart-btn-checkout {
  background-color: #10a0dd;
  border-color: #10a0dd;
  height: auto;
  padding: 1.2rem 1rem 1.5rem;
  border-radius: 0;
}
header.page-header.type22 .minicart-wrapper .minicart {
  position: relative;
}
header.page-header.type22 .minicart-wrapper .minicart .counter {
  background-color: transparent !important;
  height: 2rem !important;
  line-height: 1.9rem !important;
  margin-top: 0 !important;
  right: 0.5rem !important;
  position: absolute !important;
  top: -1rem;
  width: 2rem !important;
}
header.page-header.type22 .minicart-wrapper .minicart .counter .counter-number {
  background-color: #EB4656;
  border-radius: 50%;
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: 600;
  height: 2rem;
  right: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 2rem;
}
header.page-header.type22 .minicart-wrapper .minicart .counter .counter-label {
  display: none !important;
}
header.page-header.type22 .minicart-wrapper .block-minicart {
  border-top-color: #ffffff;
  border-radius: 0 0 4rem 4rem;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.161);
  padding-top: 5px;
  right: -1.89rem;
  padding-bottom: 5.9rem;
  width: 360px;
  overflow: hidden;
}
@media screen and (max-width: 1199px) {
  header.page-header.type22 .minicart-wrapper .block-minicart {
    right: -0.45rem;
  }
}
@media (min-width: 768px) {
  header.page-header.type22 .minicart-wrapper .block-minicart {
    width: 505px;
  }
}
@media screen and (max-width: 576px) {
  header.page-header.type22 .minicart-wrapper .block-minicart {
    right: 0;
    transform: translateX(30%);
    width: 30rem;
  }
}
header.page-header.type22 .minicart-wrapper .block-minicart::before {
  top: -19px;
}
@media (min-width: 992px) {
  header.page-header.type22 .minicart-wrapper .block-minicart::before {
    right: 45px;
  }
}
header.page-header.type22 .minicart-wrapper .block-minicart .block-title {
  color: #323232;
  border-bottom: 1px solid rgba(0, 0, 0, 0.161);
  display: block;
  padding-bottom: 1rem;
  text-align: center;
}
header.page-header.type22 .minicart-wrapper .block-minicart .block-title span {
  font-size: 2.5rem !important;
  font-weight: 700;
  line-height: 150%;
}
header.page-header.type22 .minicart-wrapper .block-minicart .amount .price-wrapper {
  line-height: 0;
}
header.page-header.type22 .minicart-wrapper .block-minicart::before {
  border-bottom-color: #ffffff;
}
header.page-header.type22 .minicart-wrapper .block-minicart .subtotal {
  border-top: 1px solid rgba(0, 0, 0, 0.161);
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 0.5rem;
  flex-wrap: wrap;
  padding: 1rem 0 0.5rem;
}
header.page-header.type22 .minicart-wrapper .block-minicart .subtotal span {
  color: #323232;
  font-size: 2.5rem !important;
  font-weight: 600;
  line-height: 3rem;
  padding: 0;
}
@media screen and (max-width: 767px) {
  header.page-header.type22 .minicart-wrapper .block-minicart .subtotal span {
    font-size: 2rem !important;
  }
}
header.page-header.type22 .minicart-wrapper .block-minicart .subtotal .amount .price {
  color: #9d1107;
}
header.page-header.type22 .minicart-wrapper .block-minicart .shopping-cta {
  display: flex;
  position: absolute;
  left: 0;
  width: 100%;
}
header.page-header.type22 .minicart-wrapper .block-minicart .shopping-cta .sharecart {
  display: none;
}
header.page-header.type22 .minicart-wrapper .block-minicart .shopping-cta .primary,
header.page-header.type22 .minicart-wrapper .block-minicart .shopping-cta .secondary {
  margin: 0;
  flex: 1;
}
header.page-header.type22 .minicart-wrapper .block-minicart .shopping-cta .primary .action,
header.page-header.type22 .minicart-wrapper .block-minicart .shopping-cta .secondary .action {
  margin: 0 !important;
  width: 100%;
  text-transform: none;
  font-family: 'Montserrat', sans-serif;
}
header.page-header.type22 .minicart-wrapper .block-minicart .minicart-widgets {
  display: none;
}
header.page-header.type22 .minicart-wrapper .block-minicart .viewcart {
  background-color: #323232;
  border-color: #323232;
  color: #ffffff;
  height: 100% !important;
  padding: 1.2rem 1rem 1.5rem !important;
}
header.page-header.type22 .minicart-wrapper .block-minicart .viewcart span {
  vertical-align: sub;
}
header.page-header.type22 .minicart-wrapper .minicart-items-wrapper {
  height: auto !important;
}
header.page-header.type22 .minicart-wrapper .minicart-items-wrapper .product-item .product {
  display: flex;
  column-gap: 1rem;
}
header.page-header.type22 .minicart-wrapper .minicart-items-wrapper .product-item .product::before,
header.page-header.type22 .minicart-wrapper .minicart-items-wrapper .product-item .product::after {
  display: none;
}
header.page-header.type22 .minicart-wrapper .minicart-items-wrapper .product-item .product .product-item-photo {
  float: unset;
  margin-bottom: 10px;
  min-width: 26%;
}
header.page-header.type22 .minicart-wrapper .minicart-items-wrapper .product-item .product .product-item-photo .product-image-container {
  border: none;
}
header.page-header.type22 .minicart-wrapper .minicart-items-wrapper .product-item .product .product-item-photo .product-image-container .product-image-photo {
  max-height: 110px;
  height: auto !important;
}
header.page-header.type22 .minicart-wrapper .minicart-items-wrapper .product-item .product .product-item-details {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: baseline;
  column-gap: 1rem;
  padding-left: 0;
}
@media screen and (min-width: 767px) {
  header.page-header.type22 .minicart-wrapper .minicart-items-wrapper .product-item .product .product-item-details {
    grid-template-columns: 240px 90px;
  }
}
header.page-header.type22 .minicart-wrapper .minicart-items-wrapper .product-item .product .product-item-details .product-item-name {
  grid-column-start: 1;
  grid-column-end: 3;
}
header.page-header.type22 .minicart-wrapper .minicart-items-wrapper .product-item .product .product-item-details .product-item-name a {
  color: #323232;
  font-size: 2rem;
  font-weight: 600;
  line-height: 2.4rem;
}
@media screen and (max-width: 767px) {
  header.page-header.type22 .minicart-wrapper .minicart-items-wrapper .product-item .product .product-item-details .options {
    grid-column-start: 1;
    grid-column-end: 3;
  }
}
header.page-header.type22 .minicart-wrapper .minicart-items-wrapper .product-item .product .product-item-details .options.active {
  flex-wrap: wrap;
  gap: 1rem;
}
header.page-header.type22 .minicart-wrapper .minicart-items-wrapper .product-item .product .product-item-details .options .list {
  display: grid;
  grid-template-columns: 85px 140px;
  column-gap: 0.5rem;
}
@media screen and (min-width: 767px) {
  header.page-header.type22 .minicart-wrapper .minicart-items-wrapper .product-item .product .product-item-details .options .list {
    grid-template-columns: 85px 150px;
  }
}
header.page-header.type22 .minicart-wrapper .minicart-items-wrapper .product-item .product .product-item-details .options .list dt,
header.page-header.type22 .minicart-wrapper .minicart-items-wrapper .product-item .product .product-item-details .options .list dd {
  color: #323232;
  word-break: break-word;
}
header.page-header.type22 .minicart-wrapper .minicart-items-wrapper .product-item .product .product-item-details .options .list dd:not(:last-child) {
  padding-right: 1rem;
}
header.page-header.type22 .minicart-wrapper .minicart-items-wrapper .product-item .product .product-item-details .toggle {
  padding: 0;
}
@media screen and (max-width: 767px) {
  header.page-header.type22 .minicart-wrapper .minicart-items-wrapper .product-item .product .product-item-details .product-item-pricing {
    grid-column-start: 1;
    grid-column-end: 2;
  }
}
header.page-header.type22 .minicart-wrapper .minicart-items-wrapper .product-item .product .product-item-details .product-item-pricing .price {
  color: #9d1107;
  font-size: 2rem !important;
  font-weight: 600;
  line-height: 2.4rem;
}
header.page-header.type22 .minicart-wrapper .minicart-items-wrapper .product-item .product .product-item-details .product-item-pricing .details-qty {
  display: none;
}
header.page-header.type22 .minicart-wrapper .minicart-items-wrapper .product-item .product a {
  margin: 0 !important;
}
header.page-header.type22 .minicart-wrapper .minicart-items-wrapper .product-item .product a::before {
  display: none;
}
header.page-header.type22 .minicart-wrapper .minicart-items-wrapper .product-item .product .actions {
  margin: 0;
}
@media screen and (max-width: 767px) {
  header.page-header.type22 .minicart-wrapper .minicart-items-wrapper .product-item .product .actions {
    grid-column-start: 2;
    grid-column-end: 3;
  }
}
header.page-header.type22 .minicart-wrapper .minicart-items-wrapper .product-item .product .actions .action span {
  clip: unset;
  height: auto;
  width: auto;
  margin: 0;
  position: static;
  color: #10a0dd;
  font-size: 1.5rem;
  line-height: 1.9rem;
  font-weight: 400;
}
header.page-header.type22 .minicart-wrapper .minicart-items-wrapper .product-item .product .actions .primary {
  display: none;
}
header.page-header.type22 a.action.my-wishlist {
  margin-left: 0;
}
header.page-header.type22 .top-links-area {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin-right: 0;
}
header.page-header.type22 .top-links-area .links > li {
  cursor: pointer;
  display: block;
  margin: 0 0 0.5rem;
  text-align: left;
  text-transform: uppercase;
  line-height: 1.6rem;
  padding: 0.5rem 1rem;
  transition: all 0.2s linear;
}
header.page-header.type22 .top-links-area .links > li:hover {
  background-color: #f1f1f1;
  transition: all 0.2s linear;
}
header.page-header.type22 .top-links-area .links > li.link {
  float: unset;
}
header.page-header.type22 .top-links-area .links > li span,
header.page-header.type22 .top-links-area .links > li a {
  font-size: 1.3rem;
}
header.page-header.type22 .top-links-area .links > li a {
  color: #323232 !important;
  font-weight: 600;
  display: block;
}
header.page-header.type22 .top-links-area .links > li a .counter {
  color: #323232;
  font-size: 1rem;
}
header.page-header.type22 .top-links-area .welcome {
  width: 160px !important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
header.page-header.type22 .top-links-area .welcome.active ul {
  display: block;
}
header.page-header.type22 .top-links-area .welcome.active ul li a {
  display: block;
  line-height: 1.4;
  padding: 8px;
}
header.page-header.type22 .top-links-area .customer-welcome {
  background-color: transparent;
  position: absolute;
  right: 0;
  text-align: right;
  top: 1rem;
  background-color: transparent !important;
}
header.page-header.type22 .top-links-area .customer-welcome .customer-name {
  display: inline;
}
header.page-header.type22 .top-links-area .customer-welcome .customer-name .switch {
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  vertical-align: top;
  cursor: pointer;
  display: inline-block;
}
header.page-header.type22 .top-links-area .customer-welcome .customer-name .switch > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
header.page-header.type22 .top-links-area .customer-welcome .customer-name .switch::after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 2.4rem;
  line-height: 15px;
  color: inherit;
  content: '\f807';
  font-family: 'porto-icons';
  margin: 0 0 0 5px;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  text-align: center;
}
header.page-header.type22 .top-links-area .customer-welcome .customer-name .switch:hover {
  background: none;
}
header.page-header.type22 .top-links-area .customer-welcome .customer-menu {
  margin-top: 0;
}
header.page-header.type22 .top-links-area .customer-welcome .customer-menu .header.links {
  min-width: 175px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
  border-radius: 3px;
  margin-top: 7px;
  left: auto;
  right: 0;
}
header.page-header.type22 .top-links-area .customer-welcome .customer-menu li {
  margin: 0 !important;
  padding: 0 !important;
  text-transform: capitalize !important;
}
header.page-header.type22 .top-links-area .customer-welcome.active ul {
  display: block;
}
header.page-header.type22 .top-links-area .customer-welcome.active ul li a {
  display: block;
  line-height: 1.4;
  padding: 8px;
}
header.page-header.type22 .top-links-area .customer-welcome ul {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 0;
  margin-top: 4px;
  min-width: 100%;
  z-index: 101;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
header.page-header.type22 .top-links-area .customer-menu ul {
  padding: 0;
}
header.page-header.type22 .top-links-area > .links {
  background-color: #ffffff !important;
  border: none;
  border-radius: 0.3rem 0.3rem 2rem 2rem;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
  display: none;
  left: -45%;
  margin: 0;
  margin-top: 1.5rem;
  min-width: 18rem;
  padding: 1rem 0;
  position: absolute;
  text-align: right;
  transform: translateX(-50%);
  top: 100%;
  z-index: 9;
}
@media screen and (max-width: 576px) {
  header.page-header.type22 .top-links-area > .links {
    left: unset;
    transform: none;
    right: 0;
  }
}
header.page-header.type22 .top-links-icon > a > span {
  display: none;
}
header.page-header.type22 .panel.header > * {
  text-align: left;
}
@media screen and (max-width: 768px) {
  header.page-header.type22.sticky-header {
    height: unset !important;
  }
}
header.page-header.type22.sticky-header a[title="FAQ"] img {
  max-height: 3.5rem !important;
  vertical-align: middle;
}
header.page-header.type22.sticky-header .education,
header.page-header.type22.sticky-header .my-wishlist,
header.page-header.type22.sticky-header .top-links-icon a,
header.page-header.type22.sticky-header .my-bag,
header.page-header.type22.sticky-header .minicart .text {
  color: #ffffff !important;
  font-size: 0.9rem !important;
}
header.page-header.type22.sticky-header .education img,
header.page-header.type22.sticky-header .my-wishlist img,
header.page-header.type22.sticky-header .top-links-icon a img,
header.page-header.type22.sticky-header .my-bag img,
header.page-header.type22.sticky-header .minicart .text img {
  display: block;
}
header.page-header.type22.sticky-header .nav-sections {
  padding-left: 1% !important;
  padding-right: 1% !important;
}
@media screen and (min-width: 768px) {
  header.page-header.type22.sticky-header .nav-sections {
    padding-bottom: 0.8rem !important;
    padding-top: 0.8rem !important;
  }
}
header.page-header.type22.sticky-header .nav-sections .navigation {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 !important;
}
header.page-header.type22.sticky-header .nav-sections .navigation .sticky-logo .logo img {
  height: 2.5rem;
  width: 13.1rem;
  object-fit: contain;
}
@media screen and (max-width: 768px) {
  header.page-header.type22.sticky-header .nav-sections .navigation .sticky-logo {
    display: none !important;
  }
}
header.page-header.type22.sticky-header .nav-sections .navigation li.parent a::before {
  margin-top: 1rem;
}
header.page-header.type22.sticky-header .nav-sections .navigation li.parent a::after {
  line-height: 4.1rem;
}
header.page-header.type22.sticky-header .nav-sections .navigation .search-area {
  margin: 0 !important;
  margin: 0 15px 0 40px;
}
@media screen and (max-width: 1259px) {
  header.page-header.type22.sticky-header .nav-sections .navigation .search-area .search-toggle-icon {
    color: #ffffff !important;
  }
}
@media screen and (min-width: 1260px) and (max-width: 1799px) {
  header.page-header.type22.sticky-header .nav-sections .navigation .search-area {
    flex: 0 0 35%;
  }
}
@media screen and (min-width: 1800px) {
  header.page-header.type22.sticky-header .nav-sections .navigation .search-area {
    max-width: 907px;
  }
}
@media screen and (max-width: 768px) {
  header.page-header.type22.sticky-header .nav-sections .navigation .search-area {
    margin: 0;
  }
}
header.page-header.type22.sticky-header .nav-sections .navigation .search-area .action.search {
  background-color: #b9b9b9;
  border-radius: 50% !important;
  height: 36px;
  line-height: 36px;
  padding: 0 9px;
}
header.page-header.type22.sticky-header .nav-sections .navigation .search-area .action.search:before {
  color: #323232;
  font-size: 16px;
  font-weight: 700;
}
header.page-header.type22.sticky-header .nav-sections .navigation a.action img {
  margin: auto;
  margin-bottom: 3px;
  max-height: 1.8rem;
}
header.page-header.type22.sticky-header .nav-sections .navigation a.action .text {
  color: #ffffff !important;
  display: block !important;
  font-family: 'Montserrat', sans-serif !important;
  font-size: 0.9rem !important;
  font-weight: 400 !important;
  text-align: center;
}
header.page-header.type22.sticky-header .nav-sections .navigation .minicart-wrapper {
  display: grid;
  margin-top: 0;
  position: unset !important;
}
header.page-header.type22.sticky-header .nav-sections .navigation .minicart-wrapper img {
  margin-bottom: -1px !important;
}
header.page-header.type22.sticky-header .nav-sections .navigation .minicart-wrapper .showcart {
  height: unset !important;
  line-height: 16px !important;
  width: 25px !important;
}
header.page-header.type22.sticky-header .nav-sections .navigation .minicart-wrapper .showcart .text {
  font-size: 0.9rem;
  height: 100%;
  position: unset;
  text-align: left;
  width: 100%;
}
header.page-header.type22.sticky-header .nav-sections .navigation .minicart-wrapper .counter {
  height: 1.8rem !important;
  line-height: 1.7rem !important;
  right: 0px !important;
  position: absolute !important;
  top: 12px;
  width: 1.8rem !important;
}
header.page-header.type22.sticky-header .nav-sections .navigation .minicart-wrapper .counter .counter-number {
  font-size: 1.2rem;
  height: 1.8rem;
  width: 1.8rem;
}
header.page-header.type22.sticky-header .nav-sections .navigation .minicart-wrapper .block-minicart {
  right: 8px !important;
  top: 85% !important;
  min-width: auto !important;
}
header.page-header.type22.sticky-header .nav-sections .navigation .minicart-wrapper .block-minicart::before {
  border-bottom-color: #ffffff;
}
header.page-header.nav-up {
  top: -6rem;
}
@media screen and (max-width: 491px) {
  header.page-header.nav-up {
    top: -11rem;
  }
}
header.page-header.compare__nav-up {
  margin-top: -16.2rem;
  top: -11rem;
}
.cms-index-index .product.description ul,
.cms-index-index .product.description li,
.cms-index-index .product.description p {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
}
.cms-index-index .product.description ul {
  padding-left: 20px;
}
.cms-index-index .product.description ul li {
  list-style: disc;
  display: list-item;
  padding-top: 0.25em;
  padding-bottom: .25em;
}
.cms-index-index .filterproduct-title {
  color: #323232;
  display: inline-block;
  font-size: 2.5rem;
  letter-spacing: 0;
  line-height: 3rem !important;
  margin-bottom: 0;
  text-align: left !important;
}
@media screen and (max-width: 576px) {
  .cms-index-index .filterproduct-title {
    display: block;
    font-size: 2rem !important;
    line-height: 1 !important;
  }
}
.cms-index-index .filterproduct-title strong {
  font-weight: 600 !important;
}
.cms-index-index .home-see-more-link {
  color: #323232;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.9rem;
  padding-left: 6.3rem;
}
@media screen and (max-width: 576px) {
  .cms-index-index .home-see-more-link {
    padding-left: 0;
  }
}
.cms-index-index .home-see-more-link span:first-child {
  padding-right: 1rem;
  text-decoration: underline;
}
.cms-index-index .home-see-more-link:hover {
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .cms-index-index .filterproducts {
    display: block !important;
  }
  .cms-index-index .filterproducts .product {
    margin: 0;
    width: 100% !important;
  }
}
.old-price .price {
  color: #8c8c8c !important;
}
.special-price .price {
  color: #9d1107;
}
.cms-index-index .products .product-items .product-item .product-item-info {
  display: flex;
  border-radius: 40px;
  box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.16);
  height: 100%;
  padding: 1.5rem 1.5rem 0.75rem;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .cms-index-index .products .product-items .product-item .product-item-info {
    border-radius: 2rem;
  }
}
.cms-index-index .products .product-items .product-item .product-item-info .product-image-photo {
  height: 100%;
  object-fit: contain;
}
.cms-index-index .products .product-items .product-item .product-item-details {
  text-align: left;
}
.cms-index-index .products .product-items .product-item .product-item-details .product-item-actions {
  display: none;
}
.cms-index-index .products .product-items .product-item .product-item-details .product-item-name .product-item-link {
  color: #323232;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
}
.cms-index-index .products .product-items .product-item .product-item-details .product-reviews-summary {
  display: none;
}
.cms-index-index .products .product-items .product-item .product-item-details .price-box .price-label {
  display: none;
}
.cms-index-index .products .product-items .product-item .product-item-details .price-box .price {
  color: #323232;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
}
.cms-index-index .products .product-items .product-item .product-item-details .price-box .normal-price .price {
  color: #9d1107;
}
.cms-index-index .products .product-items .product-item .product-item-details .price-box .old-price {
  padding-left: 1.8rem;
  vertical-align: unset;
}
.cms-index-index .products .product-items .product-item .product-item-details .price-box .old-price .price {
  color: #8c8c8c;
}
.cms-index-index .products .product-items .product-item:hover .product-item-info .product-item-photo {
  box-shadow: none;
}
.products .product-item:hover .product-item-info .product-item-photo {
  box-shadow: none !important;
}
.cms-index-index .frequent-cat-section,
.catalog-category-view .frequent-cat-section,
.landing-landing-view .frequent-cat-section {
  display: grid;
  justify-content: center;
  align-items: center;
  column-gap: 6rem;
  margin-top: 1.6rem;
  max-width: 100%;
  grid-template-columns: repeat(6, 90px);
  position: relative;
  z-index: 0;
}
@media (max-width: 1199px) {
  .cms-index-index .frequent-cat-section::before,
  .catalog-category-view .frequent-cat-section::before,
  .landing-landing-view .frequent-cat-section::before,
  .cms-index-index .frequent-cat-section::after,
  .catalog-category-view .frequent-cat-section::after,
  .landing-landing-view .frequent-cat-section::after {
    display: none;
  }
}
@media (min-width: 1200px) {
  .cms-index-index .frequent-cat-section::before,
  .catalog-category-view .frequent-cat-section::before,
  .landing-landing-view .frequent-cat-section::before,
  .cms-index-index .frequent-cat-section::after,
  .catalog-category-view .frequent-cat-section::after,
  .landing-landing-view .frequent-cat-section::after {
    position: absolute;
    z-index: -1;
  }
  .cms-index-index .frequent-cat-section::before,
  .catalog-category-view .frequent-cat-section::before,
  .landing-landing-view .frequent-cat-section::before {
    content: url(../../frontend/Smartwave/porto_child/en_US/images/LeftGrayLine.svg);
    left: 0;
  }
  .cms-index-index .frequent-cat-section::after,
  .catalog-category-view .frequent-cat-section::after,
  .landing-landing-view .frequent-cat-section::after {
    content: url(../../frontend/Smartwave/porto_child/en_US/images/RightGrayLine.svg);
    right: 0;
  }
}
@media (max-width: 1700px) {
  .cms-index-index .frequent-cat-section::before,
  .catalog-category-view .frequent-cat-section::before,
  .landing-landing-view .frequent-cat-section::before {
    left: -100px;
  }
  .cms-index-index .frequent-cat-section::after,
  .catalog-category-view .frequent-cat-section::after,
  .landing-landing-view .frequent-cat-section::after {
    right: -100px;
  }
}
@media (max-width: 1510px) {
  .cms-index-index .frequent-cat-section::before,
  .catalog-category-view .frequent-cat-section::before,
  .landing-landing-view .frequent-cat-section::before {
    left: -190px;
  }
  .cms-index-index .frequent-cat-section::after,
  .catalog-category-view .frequent-cat-section::after,
  .landing-landing-view .frequent-cat-section::after {
    right: -190px;
  }
}
@media (max-width: 1350px) {
  .cms-index-index .frequent-cat-section::before,
  .catalog-category-view .frequent-cat-section::before,
  .landing-landing-view .frequent-cat-section::before {
    left: -285px;
  }
  .cms-index-index .frequent-cat-section::after,
  .catalog-category-view .frequent-cat-section::after,
  .landing-landing-view .frequent-cat-section::after {
    right: -285px;
  }
}
@media screen and (max-width: 992px) {
  .cms-index-index .frequent-cat-section,
  .catalog-category-view .frequent-cat-section,
  .landing-landing-view .frequent-cat-section {
    column-gap: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .cms-index-index .frequent-cat-section,
  .catalog-category-view .frequent-cat-section,
  .landing-landing-view .frequent-cat-section {
    column-gap: unset;
    grid-template-columns: repeat(3, 1fr);
    row-gap: 1rem;
  }
}
.cms-index-index .frequent-cat-section .block-category-link,
.catalog-category-view .frequent-cat-section .block-category-link,
.landing-landing-view .frequent-cat-section .block-category-link {
  margin: 0;
}
.cms-index-index .frequent-cat-section .block-category-link a,
.catalog-category-view .frequent-cat-section .block-category-link a,
.landing-landing-view .frequent-cat-section .block-category-link a {
  display: grid;
  place-items: center;
}
.cms-index-index .frequent-cat-section .block-category-link a img,
.catalog-category-view .frequent-cat-section .block-category-link a img,
.landing-landing-view .frequent-cat-section .block-category-link a img {
  max-width: 44px;
  width: 100%;
}
.cms-index-index .frequent-cat-section .block-category-link a span,
.catalog-category-view .frequent-cat-section .block-category-link a span,
.landing-landing-view .frequent-cat-section .block-category-link a span {
  color: #323232;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.9rem;
  text-align: center;
}
.cms-index-index .new-releases-section .home-see-more-link:hover,
.catalog-category-view .new-releases-section .home-see-more-link:hover,
.landing-landing-view .new-releases-section .home-see-more-link:hover {
  color: #000000 !important;
}
.cms-index-index .new-releases-section .products .product-items .product-item .product-item-info,
.catalog-category-view .new-releases-section .products .product-items .product-item .product-item-info,
.landing-landing-view .new-releases-section .products .product-items .product-item .product-item-info {
  column-gap: 7.7rem;
  padding: 4rem 4rem 3rem 3rem;
  position: relative;
}
@media screen and (min-width: 992px) and (max-width: 1600px) {
  .cms-index-index .new-releases-section .products .product-items .product-item .product-item-info,
  .catalog-category-view .new-releases-section .products .product-items .product-item .product-item-info,
  .landing-landing-view .new-releases-section .products .product-items .product-item .product-item-info {
    padding-bottom: 7rem;
  }
}
.cms-index-index .new-releases-section .products .product-items .product-item .product-item-info .product-item-photo,
.catalog-category-view .new-releases-section .products .product-items .product-item .product-item-info .product-item-photo,
.landing-landing-view .new-releases-section .products .product-items .product-item .product-item-info .product-item-photo {
  flex-basis: 100%;
}
@media screen and (min-width: 992px) {
  .cms-index-index .new-releases-section .products .product-items .product-item .product-item-info .product-item-photo,
  .catalog-category-view .new-releases-section .products .product-items .product-item .product-item-info .product-item-photo,
  .landing-landing-view .new-releases-section .products .product-items .product-item .product-item-info .product-item-photo {
    flex-basis: 30%;
  }
}
.cms-index-index .new-releases-section .products .product-items .product-item .product-item-info .product-image-photo,
.catalog-category-view .new-releases-section .products .product-items .product-item .product-item-info .product-image-photo,
.landing-landing-view .new-releases-section .products .product-items .product-item .product-item-info .product-image-photo {
  margin: 0;
  margin-right: auto;
  object-fit: contain;
  max-width: 28rem;
}
@media screen and (max-width: 576px) {
  .cms-index-index .new-releases-section .products .product-items .product-item .product-item-info .product-image-photo,
  .catalog-category-view .new-releases-section .products .product-items .product-item .product-item-info .product-image-photo,
  .landing-landing-view .new-releases-section .products .product-items .product-item .product-item-info .product-image-photo {
    margin: auto;
  }
}
.cms-index-index .new-releases-section .products .product-items .product-item .product-item-details,
.catalog-category-view .new-releases-section .products .product-items .product-item .product-item-details,
.landing-landing-view .new-releases-section .products .product-items .product-item .product-item-details {
  align-self: start;
  padding: 0 0 20px;
  flex-basis: 100%;
}
@media screen and (min-width: 992px) {
  .cms-index-index .new-releases-section .products .product-items .product-item .product-item-details,
  .catalog-category-view .new-releases-section .products .product-items .product-item .product-item-details,
  .landing-landing-view .new-releases-section .products .product-items .product-item .product-item-details {
    flex-basis: 70%;
  }
}
.cms-index-index .new-releases-section .products .product-items .product-item .product-item-details .product-item-name,
.catalog-category-view .new-releases-section .products .product-items .product-item .product-item-details .product-item-name,
.landing-landing-view .new-releases-section .products .product-items .product-item .product-item-details .product-item-name {
  white-space: unset;
}
@media screen and (max-width: 576px) {
  .cms-index-index .new-releases-section .products .product-items .product-item .product-item-details .product-item-name,
  .catalog-category-view .new-releases-section .products .product-items .product-item .product-item-details .product-item-name,
  .landing-landing-view .new-releases-section .products .product-items .product-item .product-item-details .product-item-name {
    text-align: center;
  }
}
.cms-index-index .new-releases-section .products .product-items .product-item .product-item-details .product-item-name .product-item-link,
.catalog-category-view .new-releases-section .products .product-items .product-item .product-item-details .product-item-name .product-item-link,
.landing-landing-view .new-releases-section .products .product-items .product-item .product-item-details .product-item-name .product-item-link {
  font-size: 2.5rem;
  line-height: 3rem;
}
@media screen and (max-width: 576px) {
  .cms-index-index .new-releases-section .products .product-items .product-item .product-item-details .product-item-name .product-item-link,
  .catalog-category-view .new-releases-section .products .product-items .product-item .product-item-details .product-item-name .product-item-link,
  .landing-landing-view .new-releases-section .products .product-items .product-item .product-item-details .product-item-name .product-item-link {
    font-size: 2rem;
    line-height: 2.5rem;
  }
}
.cms-index-index .new-releases-section .products .product-items .product-item .product-item-details div[data-role="aw-ar-product-summary-container"],
.catalog-category-view .new-releases-section .products .product-items .product-item .product-item-details div[data-role="aw-ar-product-summary-container"],
.landing-landing-view .new-releases-section .products .product-items .product-item .product-item-details div[data-role="aw-ar-product-summary-container"] {
  display: none;
}
.cms-index-index .new-releases-section .products .product-items .product-item .product-item-details .discs_details,
.catalog-category-view .new-releases-section .products .product-items .product-item .product-item-details .discs_details,
.landing-landing-view .new-releases-section .products .product-items .product-item .product-item-details .discs_details {
  border-top: solid 1px #323232;
  margin: 1.6rem 0 2.3rem;
  width: fit-content;
  position: relative;
  justify-content: space-between;
}
@media screen and (max-width: 576px) {
  .cms-index-index .new-releases-section .products .product-items .product-item .product-item-details .discs_details,
  .catalog-category-view .new-releases-section .products .product-items .product-item .product-item-details .discs_details,
  .landing-landing-view .new-releases-section .products .product-items .product-item .product-item-details .discs_details {
    margin: 1.6rem auto 2.3rem;
  }
}
.cms-index-index .new-releases-section .products .product-items .product-item .product-item-details .discs_details::after,
.catalog-category-view .new-releases-section .products .product-items .product-item .product-item-details .discs_details::after,
.landing-landing-view .new-releases-section .products .product-items .product-item .product-item-details .discs_details::after {
  background-color: #323232;
  border-radius: 0 0 70% 70%;
  content: '';
  height: 1.2rem;
  right: 0;
  position: absolute;
  top: -1px;
  transform: rotate(12deg);
  width: 1px;
}
.cms-index-index .new-releases-section .products .product-items .product-item .product-item-details .discs_details .attrs,
.catalog-category-view .new-releases-section .products .product-items .product-item .product-item-details .discs_details .attrs,
.landing-landing-view .new-releases-section .products .product-items .product-item .product-item-details .discs_details .attrs {
  color: #323232;
  flex-basis: auto;
  font-size: 1.5rem;
  font-style: italic;
  font-weight: 600;
  line-height: 1.9rem;
  width: unset;
  padding: 0.2rem 1.75rem 0 1rem;
  position: relative;
  text-wrap: nowrap;
}
.cms-index-index .new-releases-section .products .product-items .product-item .product-item-details .discs_details .attrs::before,
.catalog-category-view .new-releases-section .products .product-items .product-item .product-item-details .discs_details .attrs::before,
.landing-landing-view .new-releases-section .products .product-items .product-item .product-item-details .discs_details .attrs::before {
  background-color: #323232;
  border-radius: 0 0 70% 70%;
  content: '';
  height: 1.2rem;
  left: -3px;
  position: absolute;
  top: -1px;
  transform: rotate(12deg);
  width: 1px;
}
.cms-index-index .new-releases-section .products .product-items .product-item .product-item-details .product-item-description,
.catalog-category-view .new-releases-section .products .product-items .product-item .product-item-details .product-item-description,
.landing-landing-view .new-releases-section .products .product-items .product-item .product-item-details .product-item-description {
  color: #323232;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.9rem;
}
.cms-index-index .new-releases-section .products .product-items .product-item .product-item-details .product-item-description .more,
.catalog-category-view .new-releases-section .products .product-items .product-item .product-item-details .product-item-description .more,
.landing-landing-view .new-releases-section .products .product-items .product-item .product-item-details .product-item-description .more {
  display: none;
}
.cms-index-index .new-releases-section .products .product-items .product-item .product-item-details .price-box,
.catalog-category-view .new-releases-section .products .product-items .product-item .product-item-details .price-box,
.landing-landing-view .new-releases-section .products .product-items .product-item .product-item-details .price-box {
  position: absolute;
  bottom: 0;
}
@media screen and (min-width: 640px) {
  .cms-index-index .new-releases-section .products .product-items .product-item .product-item-details .price-box,
  .catalog-category-view .new-releases-section .products .product-items .product-item .product-item-details .price-box,
  .landing-landing-view .new-releases-section .products .product-items .product-item .product-item-details .price-box {
    bottom: 2rem;
  }
}
.cms-index-index .new-releases-section .products .product-items .product-item .product-item-details .price-box .price,
.catalog-category-view .new-releases-section .products .product-items .product-item .product-item-details .price-box .price,
.landing-landing-view .new-releases-section .products .product-items .product-item .product-item-details .price-box .price {
  font-size: 3rem;
  line-height: 3.7rem;
}
@media screen and (max-width: 576px) {
  .cms-index-index .new-releases-section .products .product-items .product-item .product-item-details .price-box .price,
  .catalog-category-view .new-releases-section .products .product-items .product-item .product-item-details .price-box .price,
  .landing-landing-view .new-releases-section .products .product-items .product-item .product-item-details .price-box .price {
    font-size: 2rem;
  }
}
.catalog-category-view .columns,
.landing-landing-view .columns {
  display: block;
}
.catalog-category-view .columns .sidebar,
.landing-landing-view .columns .sidebar {
  float: left;
}
.catalog-category-view .columns .column.main,
.landing-landing-view .columns .column.main {
  float: right;
}
@media screen and (max-width: 767px) {
  .catalog-category-view .columns .column.main,
  .landing-landing-view .columns .column.main {
    float: unset;
  }
}
.catalog-category-view .columns .column.main .products-grid,
.landing-landing-view .columns .column.main .products-grid {
  margin: 10px 0px !important;
}
.cms-index-index .recommended-section {
  margin-bottom: 2rem;
}
.cms-index-index .recommended-section .home-see-more-link:hover {
  color: #ffffff !important;
}
.cms-index-index .recommended-section .products .product-items .product-item-info {
  column-gap: 2rem;
  overflow: hidden;
}
@media screen and (min-width: 1300px) {
  .cms-index-index .recommended-section .products .product-items .product-item:not(:first-of-type) .product-item-photo {
    flex: 0 0 46%;
  }
}
.cms-index-index .recommended-section .products .product-items .product-item:not(:first-of-type) .product-item-photo .product-image-photo {
  max-width: 26.6rem;
  object-fit: contain;
  width: 100%;
}
@media screen and (max-width: 1300px) {
  .cms-index-index .recommended-section .products .product-items .product-item .product-item-photo .product-image-photo {
    width: 266px !important;
  }
}
.cms-index-index .recommended-section .products .product-items .product-item:first-child .product-item-link {
  font-size: 2.5rem;
}
@media screen and (min-width: 1900px) {
  .cms-index-index .recommended-section .products .product-items .product-item:first-child .product-item-link {
    font-size: 3.2rem;
    line-height: 3.9rem;
  }
}
@media screen and (max-width: 576px) {
  .cms-index-index .recommended-section .products .product-items .product-item:first-child .product-item-link {
    font-size: 2rem;
  }
}
.cms-index-index .recommended-section .products .product-items .product-item:first-child .price-box .price {
  font-size: 2.8rem;
}
@media screen and (min-width: 1900px) {
  .cms-index-index .recommended-section .products .product-items .product-item:first-child .price-box .price {
    font-size: 4.5rem;
    line-height: 5.5rem;
  }
}
@media screen and (max-width: 576px) {
  .cms-index-index .recommended-section .products .product-items .product-item:first-child .price-box .price {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1300px) {
  .cms-index-index .recommended-section .products .product-items .product-item:not(:first-of-type) .product-item-details {
    flex: 0 0 50%;
  }
}
@media screen and (max-width: 767px) {
  .cms-index-index .recommended-section .products .product-items .product-item {
    padding: 1rem 0;
  }
  .cms-index-index .recommended-section .products .product-items .product-item .product-item-info .product-item-details .discs_details {
    margin: 2rem auto;
  }
  .cms-index-index .recommended-section .products .product-items .product-item .product-item-info .product-item-details .price-box {
    margin: 0;
  }
  .cms-index-index .recommended-section .products .product-items .product-item:not(:first-child) .product-item-info {
    flex-direction: row;
    padding: 1.5rem 0.5rem 0.75rem;
    column-gap: 1rem;
  }
  .cms-index-index .recommended-section .products .product-items .product-item:not(:first-child) .product-item-info .product-item-photo {
    flex: 1;
  }
  .cms-index-index .recommended-section .products .product-items .product-item:not(:first-child) .product-item-info .product-image-photo {
    max-width: 266px !important;
    width: 100% !important;
  }
  .cms-index-index .recommended-section .products .product-items .product-item:not(:first-child) .product-item-info .product-item-details {
    padding: 0;
    flex: 2;
  }
  .cms-index-index .recommended-section .products .product-items .product-item:not(:first-child) .product-item-info .product-item-details .product-item-link {
    font-size: 1.75rem;
    line-height: 1.2;
  }
  .cms-index-index .recommended-section .products .product-items .product-item:not(:first-child) .product-item-info .product-item-details .discs_details .attrs {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .cms-index-index .recommended-section .products .product-items .product-item:not(:first-child) .product-item-info .product-item-details .price-box .price {
    font-size: 1.7rem;
  }
}
.cms-index-index .recommended-section .products .product-items .product-item .product-item-details {
  padding-bottom: 0;
}
.cms-index-index .recommended-section .products .product-items .product-item .product-item-details .product-item-name .product-item-link {
  font-size: 2.5rem;
  line-height: 3rem;
}
@media screen and (max-width: 576px) {
  .cms-index-index .recommended-section .products .product-items .product-item .product-item-details .product-item-name .product-item-link {
    font-size: 2rem;
  }
}
.cms-index-index .recommended-section .products .product-items .product-item .product-item-details .discs_details {
  border-top: solid 1px #323232;
  margin: 5rem 0 4.3rem;
  width: fit-content;
  position: relative;
  justify-content: space-between;
}
@media screen and (max-width: 1300px) {
  .cms-index-index .recommended-section .products .product-items .product-item .product-item-details .discs_details {
    margin: 5rem auto 4.3rem;
  }
}
.cms-index-index .recommended-section .products .product-items .product-item .product-item-details .discs_details::after {
  background-color: #323232;
  border-radius: 0 0 70% 70%;
  content: '';
  height: 1.4rem;
  right: 0;
  position: absolute;
  top: -1px;
  transform: rotate(12deg);
  width: 1px;
}
.cms-index-index .recommended-section .products .product-items .product-item .product-item-details .discs_details .attrs {
  color: #323232;
  flex-basis: auto;
  font-size: 2rem;
  font-style: italic;
  font-weight: 600;
  line-height: 2.3rem;
  width: unset;
  padding: 0.2rem 1.75rem 0 1rem;
  position: relative;
}
.cms-index-index .recommended-section .products .product-items .product-item .product-item-details .discs_details .attrs::before {
  background-color: #323232;
  border-radius: 0 0 70% 70%;
  content: '';
  height: 1.4rem;
  left: -3px;
  position: absolute;
  top: -1px;
  transform: rotate(12deg);
  width: 1px;
}
.cms-index-index .recommended-section .products .product-items .product-item .product-item-details .price-box .price {
  font-size: 3rem;
  line-height: 3.7rem;
}
@media screen and (max-width: 576px) {
  .cms-index-index .recommended-section .products .product-items .product-item .product-item-details .price-box .price {
    font-size: 20px;
  }
}
.cms-index-index .recommended-section .products .product-items .product-item .product-item-details .aw-advanced-reviews-summary-container {
  margin-bottom: 0;
}
.cms-index-index .page-main {
  max-width: 100%;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .cms-index-index .columns {
    display: block !important;
  }
}
.cms-index-index .columns .column.main {
  order: 0 !important;
  padding: 0;
}
.cms-index-index .mp-banner-slider {
  position: relative;
  color: #222529;
  border-bottom: 1px solid #e7e7e7;
}
.cms-index-index .mp-banner-slider .owl-carousel .owl-item img {
  height: 100%;
}
.cms-index-index .mp-banner-slider .owl-carousel .owl-controls {
  display: none;
}
.cms-index-index .mp-banner-slider:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 61%;
  display: block;
  background: #f7f6f7;
  content: '';
}
.cms-index-index .owl-middle-narrow .owl-theme .owl-controls,
.cms-index-index .owl-middle-narrow.owl-theme .owl-controls {
  visibility: visible;
  opacity: 1;
  width: calc(200%);
  margin-left: -50px;
}
.cms-index-index .owl-middle-narrow .owl-theme .owl-controls .owl-nav [class*=owl-],
.cms-index-index .owl-middle-narrow.owl-theme .owl-controls .owl-nav [class*=owl-] {
  font-size: 24px;
  color: #333;
}
.cms-index-index .home-subcats {
  background-color: #f4f4f4;
  border: 1px solid #f4f4f4;
}
.cms-index-index .home-subcats .porto-sicon-box {
  padding: 10px;
  justify-content: center;
  margin: 0;
  background-color: #ffffff;
}
.cms-index-index .home-subcats .left-icon .porto-sicon-body,
.cms-index-index .home-subcats .left-icon .porto-sicon-left {
  flex: 0 0 auto;
}
.cms-index-index .home-subcats .left-icon .porto-sicon-left {
  margin-right: 15px;
}
.cms-index-index .home-subcats .owl-controls {
  display: none;
}
.cms-index-index .h-100 > .porto-ultimate-content-box {
  height: 100%;
  font-size: .6666vw;
}
@media (max-width: 767px) {
  .cms-index-index .h-100 > .porto-ultimate-content-box {
    min-height: 50vw;
    font-size: 1vw;
  }
}
.new-releases-section.container,
.recommended-section.container,
.recent-viewed-section.container,
.about-section.container {
  max-width: 100%;
}
.new-releases-section.container,
.recommended-section.container,
.recent-viewed-section.container {
  padding: 20px 25px;
}
.new-releases-section,
.recent-viewed-section,
.about-section {
  background-color: #f1f1f1;
}
.recommended-section {
  background-color: #323232;
}
.recommended-section .filterproduct-title,
.recommended-section .home-see-more-link {
  color: #ffffff;
}
.recommended-section .filterproduct-title {
  font-size: 3rem;
  line-height: 3.7rem !important;
}
.recommended-section .filterproducts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 1200px) {
  .recommended-section .filterproducts {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .recommended-section .filterproducts {
    grid-template-columns: repeat(1, 1fr);
  }
}
.recommended-section .filterproducts .product-item {
  max-width: 100% !important;
  width: 100% !important;
}
@media screen and (min-width: 1300px) {
  .recommended-section .filterproducts .product-item:first-child {
    grid-row-start: 1;
    grid-row-end: 3;
  }
}
.recommended-section .filterproducts .product-item:first-child .product-item-info {
  flex-direction: column;
  height: 100%;
  justify-content: space-evenly;
}
.recommended-section .filterproducts .product-item:first-child .product-item-info .product-item-details {
  text-align: center;
}
.recommended-section .filterproducts .product-item:first-child .product-item-info .product-item-details .discs_details {
  margin: 5rem auto 4.3rem;
}
@media screen and (max-width: 1300px) {
  .recommended-section .filterproducts .product-item .product-item-info {
    flex-direction: column;
  }
  .recommended-section .filterproducts .product-item .product-item-info .product-item-details {
    text-align: center;
  }
}
.recommended-section .filterproducts .product-item .product-item-info .product-item-photo {
  margin: 0 auto;
  width: fit-content;
}
.recommended-section .filterproducts .product-item .product-item-info .product-item-details .discs_details {
  border-top: solid 1px #323232;
  margin: 1.6rem auto 2.3rem;
  width: fit-content;
  position: relative;
  justify-content: space-between;
}
.recommended-section .filterproducts .product-item .product-item-info .product-item-details .discs_details::after {
  background-color: #323232;
  border-radius: 0 0 70% 70%;
  content: '';
  height: 1.2rem;
  right: 0;
  position: absolute;
  top: -1px;
  transform: rotate(12deg);
  width: 1px;
}
.recommended-section .filterproducts .product-item .product-item-info .product-item-details .discs_details .attrs {
  color: #323232;
  flex-basis: auto;
  font-size: 1.5rem;
  font-style: italic;
  font-weight: 600;
  line-height: 1.9rem;
  width: unset;
  padding: 0.2rem 1.75rem 0 1rem;
  position: relative;
}
.recommended-section .filterproducts .product-item .product-item-info .product-item-details .discs_details .attrs::before {
  background-color: #323232;
  border-radius: 0 0 70% 70%;
  content: '';
  height: 1.2rem;
  left: -3px;
  position: absolute;
  top: -1px;
  transform: rotate(12deg);
  width: 1px;
}
.recommended-section .filterproducts .product-item .product-item-info .product-item-details .product-item-name {
  white-space: unset !important;
}
.new-releases-section .filterproducts {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}
@media screen and (min-width: 992px) {
  .new-releases-section .filterproducts {
    grid-template-columns: repeat(2, 1fr);
  }
}
.new-releases-section .filterproducts .product-item {
  width: 100%;
}
@media screen and (max-width: 576px) {
  .new-releases-section .filterproducts .product-item .product-item-info {
    flex-direction: column;
  }
}
.new-releases-section .filterproducts .product-item .product-item-info .product-item-photo {
  flex-basis: 100%;
}
@media screen and (min-width: 1900px) {
  .new-releases-section .filterproducts .product-item .product-item-info .product-item-photo {
    flex-basis: 50%;
  }
}
.about-section {
  padding: 2.5rem 15px 2rem !important;
}
.about-section > div {
  background-color: #ffffff;
  border-radius: 40px;
  padding: 15px 40px;
}
.about-section .row div:first-child {
  color: #323232;
  font-size: 25px;
  margin-top: 2rem;
  margin-bottom: 3rem;
  font-weight: 500;
}
@media screen and (min-width: 1200px) {
  .about-section .row div:first-child {
    font-size: 4rem;
    line-height: 4.9rem;
  }
}
@media screen and (max-width: 576px) {
  .about-section .row div:first-child {
    font-size: 20px;
  }
}
.about-section .row div:first-child h3 {
  display: inline-block;
  font-weight: 700;
  color: #323232;
  font-size: 25px;
  margin: 0;
}
@media screen and (min-width: 1200px) {
  .about-section .row div:first-child h3 {
    font-size: 4rem;
    line-height: 4.9rem;
  }
}
@media screen and (max-width: 576px) {
  .about-section .row div:first-child h3 {
    font-size: 20px;
  }
}
.about-section .about-desc {
  padding-top: 0;
}
.about-section .about-desc h4 {
  margin-top: 0;
  margin-bottom: 1rem;
  color: #323232;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 2.8rem;
}
@media screen and (min-width: 1200px) {
  .about-section .about-desc h4 {
    font-size: 2.5rem;
    line-height: 3rem;
  }
}
.about-section .about-desc p {
  color: #323232;
  font-size: 1.6rem;
  line-height: 2rem;
  margin-bottom: 3.75rem;
  font-weight: 400;
}
@media screen and (min-width: 1200px) {
  .about-section .about-desc p {
    font-size: 2rem;
    line-height: 2.4rem;
  }
}
.about-section .about-desc p strong {
  font-weight: 600;
}
.about-section .about-desc p a {
  color: #10a0dd;
  text-decoration: underline;
}
.about-section .about-desc p > span:last-child {
  display: none;
}
.cms-index-index .cart-bottom-blocks {
  background-color: #323232;
  padding-top: 2.6rem;
}
.cms-index-index .cart-bottom-blocks .filterproduct-title {
  color: #ffffff;
  font-size: 3rem;
  font-weight: 600;
  line-height: 3.7rem;
  padding-left: 2.5rem;
}
.cms-index-index .cart-bottom-blocks .home-see-more-link {
  color: #ffffff;
  padding-left: 2.7rem !important;
}
.cms-index-index .cart-bottom-blocks .productsList-list-item {
  padding: 0 !important;
}
.cms-index-index .cart-bottom-blocks .recommended-section {
  padding-top: 1.2rem;
}
.cms-index-index .recent-viewed-section {
  padding: 0 !important;
}
.cms-index-index .recent-viewed-section .filterproduct-title {
  display: none;
}
.cms-index-index .recent-viewed-section #trending_product > p {
  margin-bottom: 0 !important;
}
.cms-index-index .recent-viewed-section .block-viewed-products-grid {
  padding: 20px 25px 0 !important;
  margin-bottom: 0;
}
.cms-index-index .recent-viewed-section .block-viewed-products-grid .block-title strong {
  background: none;
  border-bottom: 0;
  margin-bottom: 15px;
  line-height: 1.4;
  padding-bottom: 0;
  text-align: center;
  color: #323232;
  display: inline-block;
  font-size: 2.5rem;
  font-weight: 600 !important;
  line-height: 3rem !important;
  text-align: left !important;
}
@media screen and (max-width: 767px) {
  .cms-index-index .recent-viewed-section .block-viewed-products-grid .block-title strong {
    margin-top: 20px;
  }
}
@media screen and (max-width: 576px) {
  .cms-index-index .recent-viewed-section .block-viewed-products-grid .block-title strong {
    display: block;
    font-size: 18px;
    line-height: 1 !important;
    margin-bottom: 10px !important;
  }
}
.cms-index-index .recent-viewed-section .block-viewed-products-grid .block-content {
  margin: unset !important;
}
.cms-index-index .recent-viewed-section .block-viewed-products-grid .block-content .filterproducts {
  display: none;
}
.cms-index-index .recent-viewed-section .block-viewed-products-grid .block-content .filterproducts.slick-initialized {
  display: block;
}
.cms-index-index .recent-viewed-section .block-viewed-products-grid .block-content .filterproducts .slick-track {
  padding: 2rem;
  margin-left: 1rem;
  margin-right: unset;
}
.cms-index-index .recent-viewed-section .block-viewed-products-grid .block-content .filterproducts .slick-track .slick-slide {
  margin-right: 2rem;
}
@media screen and (max-width: 481px) {
  .cms-index-index .recent-viewed-section .block-viewed-products-grid .block-content .filterproducts .slick-track .slick-slide {
    margin-right: 5.75rem;
  }
  .cms-index-index .recent-viewed-section .block-viewed-products-grid .block-content .filterproducts .slick-track .slick-slide > div {
    width: 216px;
    margin: auto;
  }
}
@media screen and (max-width: 481px) {
  .cms-index-index .recent-viewed-section .block-viewed-products-grid .block-content .filterproducts .slick-track .slick-slide .product-item {
    float: unset;
  }
}
.cms-index-index .recent-viewed-section .block-viewed-products-grid .block-content .filterproducts.product-items .product-item {
  width: 216px !important;
  max-width: 100%;
}
.cms-index-index .recent-viewed-section .block-viewed-products-grid .block-content .filterproducts.product-items .product-item .product-item-info {
  flex-direction: column;
  height: 274px;
  border-radius: 2rem;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.161);
}
.cms-index-index .recent-viewed-section .block-viewed-products-grid .block-content .filterproducts.product-items .product-item .product-item-info .product-item-photo {
  margin: 0 auto;
  width: 100%;
}
.cms-index-index .recent-viewed-section .block-viewed-products-grid .block-content .filterproducts.product-items .product-item .product-item-info .product-item-photo .product-image-photo {
  height: 162px;
  left: 50%;
  transform: translateX(-50%);
}
.cms-index-index .recent-viewed-section .block-viewed-products-grid .block-content .filterproducts.product-items .product-item .product-item-info .product-item-details {
  padding-top: 0;
  text-align: left;
  align-self: flex-start;
}
.cms-index-index .recent-viewed-section .block-viewed-products-grid .block-content .filterproducts.product-items .product-item .product-item-info .product-item-details .attrs,
.cms-index-index .recent-viewed-section .block-viewed-products-grid .block-content .filterproducts.product-items .product-item .product-item-info .product-item-details .discs_details {
  display: none;
}
.cms-index-index .recent-viewed-section .block-viewed-products-grid .block-content .filterproducts.product-items .product-item .product-item-info .product-item-details .product-item-name {
  font-size: 1.5rem;
  font-weight: 600 !important;
  line-height: 1.9rem;
  white-space: unset;
  overflow: unset;
  text-overflow: unset;
}
.cms-index-index .recent-viewed-section .block-viewed-products-grid .block-content .filterproducts.product-items .product-item .product-item-info .product-item-details .product-item-name .product-item-link {
  font-size: 1.5rem;
}
.cms-index-index .recent-viewed-section .block-viewed-products-grid .block-content .filterproducts.product-items .product-item .product-item-info .product-item-details .product-item-details {
  text-align: center;
}
.cms-index-index .recent-viewed-section .block-viewed-products-grid .block-content .filterproducts.product-items .product-item .product-item-info .product-item-details .product-item-details .product-item-name {
  color: #323232;
  white-space: unset;
  overflow: unset;
  text-overflow: unset;
}
.cms-index-index .recent-viewed-section .block-viewed-products-grid .block-content .filterproducts.product-items .product-item .product-item-info .product-item-details .product-item-details .product-item-name .product-item-link {
  font-size: 1.5rem;
}
.cms-index-index .recent-viewed-section .block-viewed-products-grid .block-content .filterproducts.product-items .product-item .product-item-info .product-item-details .product-item-details .product-item-name a {
  color: #323232;
}
.cms-index-index .recent-viewed-section .block-viewed-products-grid .block-content .filterproducts.product-items .product-item .product-item-info .product-item-details .product-item-details .price-box .price {
  display: none;
}
.cms-index-index .recent-viewed-section .social-insta-section .instagram-photos {
  display: grid;
}
@media screen and (min-width: 768px) {
  .cms-index-index .recent-viewed-section .social-insta-section .instagram-photos {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .cms-index-index .recent-viewed-section .social-insta-section .instagram-photos {
    grid-template-columns: repeat(2, 1fr);
  }
}
.cms-index-index .recent-viewed-section .social-insta-section .instagram-photos > .photo-item {
  max-width: 100%;
  padding: 5px;
}
.cms-index-index .recent-viewed-section .social-insta-section .instagram-photos > .photo-item:not(:first-child) img {
  height: 430px;
}
@media screen and (max-width: 576px) {
  .cms-index-index .recent-viewed-section .social-insta-section .instagram-photos > .photo-item:not(:first-child) img {
    height: 100%;
  }
}
.cms-index-index .recent-viewed-section .social-insta-section .instagram-photos > .photo-item::before {
  background-color: rgba(0, 0, 0, 0);
}
@media screen and (min-width: 992px) {
  .cms-index-index .recent-viewed-section .social-insta-section .instagram-photos > .photo-item:first-child {
    grid-row-start: 1;
    grid-row-end: 3;
  }
}
.cms-index-index .recent-viewed-section .social-insta-section .instagram-photos > .photo-item img {
  border-radius: 30px;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .cms-index-index .recent-viewed-section .social-insta-section .instagram-photos > .photo-item img {
    border-radius: 2rem;
  }
}
.social-insta-section {
  width: 100% !important;
}
.social-insta-section .follow-social-wrapper {
  align-items: center;
  background-color: #323232;
  padding-bottom: 11px !important;
  padding-top: 11px !important;
}
@media screen and (max-width: 576px) {
  .social-insta-section .follow-social-wrapper {
    padding-left: 0 !important;
  }
}
.social-insta-section .follow-social-wrapper .porto-sicon-box {
  align-items: center;
  display: flex;
  margin: 0;
}
@media screen and (max-width: 576px) {
  .social-insta-section .follow-social-wrapper .porto-sicon-box {
    justify-content: center;
  }
}
.social-insta-section .follow-social-wrapper .porto-sicon-box .slash-fwd {
  color: #10a0dd;
  font-size: 22px;
  font-weight: 700;
  padding-right: 7px;
}
@media screen and (min-width: 1900px) {
  .social-insta-section .follow-social-wrapper .porto-sicon-box .slash-fwd {
    font-size: 30px;
  }
}
@media screen and (max-width: 576px) {
  .social-insta-section .follow-social-wrapper .porto-sicon-box .slash-fwd {
    font-size: 16px;
    line-height: 18px;
  }
}
.social-insta-section .follow-social-wrapper .porto-sicon-box .porto-sicon-title {
  font-size: 3rem;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 3.7rem;
  color: #ffffff;
  margin: 0 0 3px;
}
@media screen and (max-width: 576px) {
  .social-insta-section .follow-social-wrapper .porto-sicon-box .porto-sicon-title {
    font-size: 16px;
  }
}
@media screen and (min-width: 576px) {
  .social-insta-section .follow-social-wrapper .footer-social-icons {
    padding-right: 5px;
  }
}
@media screen and (max-width: 576px) {
  .social-insta-section .follow-social-wrapper .footer-social-icons {
    text-align: center;
  }
}
.social-insta-section .follow-social-wrapper .footer-social-icons i {
  color: #ffffff;
  font-size: 38px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}
@media screen and (max-width: 1200px) {
  .social-insta-section .follow-social-wrapper .footer-social-icons i {
    font-size: 22px;
  }
}
.social-insta-section .follow-social-wrapper .footer-social-icons .fa-facebook:before {
  background-color: #ffffff;
  border-radius: 50%;
  color: #323232;
  font-size: 29px;
  font-weight: 600;
  padding: 5px 10px 0;
}
@media screen and (max-width: 1200px) {
  .social-insta-section .follow-social-wrapper .footer-social-icons .fa-facebook:before {
    font-size: 16px;
    padding: 4px 6px 0;
  }
}
.social-insta-section .instagram-photos {
  padding: 15px;
  background-color: #f1f1f1;
  display: grid;
}
@media screen and (min-width: 992px) {
  .social-insta-section .instagram-photos {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media screen and (min-width: 576px) and (max-width: 991px) {
  .social-insta-section .instagram-photos {
    grid-template-columns: repeat(2, 1fr);
  }
}
.social-insta-section .instagram-photos > .photo-item {
  max-width: 100%;
  padding: 10px;
}
.social-insta-section .instagram-photos > .photo-item::before {
  background-color: rgba(0, 0, 0, 0);
}
.social-insta-section .instagram-photos > .photo-item:first-child img {
  height: 100%;
}
.social-insta-section .instagram-photos > .photo-item img {
  border-radius: 30px;
  height: 100%;
  aspect-ratio: 0.75;
  object-fit: cover;
  width: 100%;
}
.page-footer .footer-top {
  background-color: #10a0dd;
}
.page-footer .footer-top .custom-block {
  display: block;
}
.page-footer .footer-top .custom-block::after {
  border: 0;
  margin-top: 0;
}
.page-footer .footer-top .custom-block::before {
  margin-bottom: 0;
}
.page-footer .footer-top .row {
  margin-inline: 0;
}
.page-footer .footer-top .custom-block::before {
  display: none;
}
.page-footer .footer-top .newsletter-section {
  padding: 10px 7px;
}
.page-footer .footer-top .newsletter-section > div {
  padding-left: 2rem !important;
}
.page-footer .footer-top .newsletter-section > div > div > div:first-child {
  flex-grow: 1;
  margin-bottom: 0 !important;
  margin-top: 8px;
  padding-left: 0 !important;
}
.page-footer .footer-top .newsletter-section .fa-envelope {
  color: #ffffff;
  display: inline-block;
  margin: 0 15px 0 0;
}
.page-footer .footer-top .newsletter-section .fa-envelope,
.page-footer .footer-top .newsletter-section h2 {
  font-size: 4rem;
  line-height: 4.9rem;
  text-transform: uppercase;
}
@media screen and (max-width: 1200px) {
  .page-footer .footer-top .newsletter-section .fa-envelope,
  .page-footer .footer-top .newsletter-section h2 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 576px) {
  .page-footer .footer-top .newsletter-section .fa-envelope,
  .page-footer .footer-top .newsletter-section h2 {
    font-size: 2rem;
    line-height: 2.9rem;
  }
}
.page-footer .footer-top .newsletter-section h2 {
  font-weight: 700;
  color: #ffffff;
  margin: 0;
  margin-bottom: 0;
}
@media screen and (min-width: 576px) {
  .page-footer .footer-top .newsletter-section .newsletter-head {
    align-items: center;
    display: flex;
    flex-grow: 1;
    justify-content: space-between;
  }
}
.page-footer .footer-top .newsletter-section p {
  font-size: 1.5rem;
  line-height: 1.9rem;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0;
  color: #ffffff;
}
@media screen and (min-width: 1900px) {
  .page-footer .footer-top .newsletter-section p {
    padding-left: 20px;
  }
}
@media screen and (min-width: 576px) and (max-width: 1899px) {
  .page-footer .footer-top .newsletter-section p {
    padding-left: 6px;
  }
}
@media screen and (max-width: 1200px) {
  .page-footer .footer-top .newsletter-section p {
    font-size: 12px;
  }
}
@media screen and (max-width: 576px) {
  .page-footer .footer-top .newsletter-section p {
    font-size: 10px !important;
  }
}
@media screen and (max-width: 576px) {
  .page-footer .footer-top .newsletter-section p br {
    display: none;
  }
}
.page-footer .footer-top .newsletter-section .sign-up-form {
  flex-grow: 1;
  width: auto;
  flex: 0 0 auto;
  margin: 0 10px;
}
@media screen and (min-width: 992px) and (max-width: 1092px) {
  .page-footer .footer-top .newsletter-section .sign-up-form {
    margin: 0 !important;
  }
}
@media screen and (max-width: 768px) {
  .page-footer .footer-top .newsletter-section .sign-up-form {
    margin: 10px;
    padding-right: 20px;
    width: 100% !important;
  }
}
@media screen and (max-width: 576px) {
  .page-footer .footer-top .newsletter-section .sign-up-form {
    padding-right: 18px;
  }
}
.page-footer .footer-top .newsletter-section .sign-up-form .newsletter #loading-message,
.page-footer .footer-top .newsletter-section .sign-up-form .newsletter .error_message {
  color: darkred !important;
}
.page-footer .footer-top .newsletter-section .sign-up-form .newsletter #loading-message,
.page-footer .footer-top .newsletter-section .sign-up-form .newsletter .error_message,
.page-footer .footer-top .newsletter-section .sign-up-form .newsletter .success_message {
  font-weight: 600;
  font-size: 1.2rem !important;
  line-height: 1.3;
  padding-top: 0.5rem !important;
}
.page-footer .footer-top .newsletter-section .sign-up-form .newsletter .success_message {
  color: #ffffff !important;
}
.page-footer .footer-top .newsletter-section .sign-up-form .newsletter #loading-message {
  text-transform: capitalize !important;
}
@media screen and (min-width: 576px) {
  .page-footer .footer-top .newsletter-section .sign-up-form .subscribe {
    column-gap: 2.2rem;
    display: flex;
  }
}
@media screen and (max-width: 576px) {
  .page-footer .footer-top .newsletter-section .sign-up-form .subscribe .newsletter:nth-child(2) .control {
    display: unset;
  }
}
.page-footer .footer-top .newsletter-section .sign-up-form .subscribe .newsletter .control {
  top: 5px;
}
.page-footer .footer-top .newsletter-section .sign-up-form .subscribe .newsletter .control:before {
  display: none;
}
@media screen and (max-width: 576px) {
  .page-footer .footer-top .newsletter-section .sign-up-form .subscribe .newsletter .control {
    display: grid !important;
  }
}
@media screen and (max-width: 576px) {
  .page-footer .footer-top .newsletter-section .sign-up-form .subscribe .newsletter {
    margin-bottom: 15px;
  }
}
.page-footer .footer-top .newsletter-section .sign-up-form .subscribe .newsletter label {
  color: #ffffff;
  clip: unset;
  display: block;
  font-size: 1.2rem;
  font-weight: 700;
  height: unset;
  line-height: 1.5rem;
  padding-left: 20px;
  position: static !important;
  width: unset;
}
.page-footer .footer-top .newsletter-section .sign-up-form .subscribe .newsletter input {
  border-radius: 10rem !important;
  height: 3.3rem;
  padding: 1rem;
  width: auto;
}
@media screen and (min-width: 1500px) {
  .page-footer .footer-top .newsletter-section .sign-up-form .subscribe .newsletter input {
    width: 26.2rem !important;
  }
}
@media screen and (max-width: 576px) {
  .page-footer .footer-top .newsletter-section .sign-up-form .subscribe .newsletter input {
    width: 100%;
  }
}
.page-footer .footer-top .newsletter-section .sign-up-form .subscribe .newsletter #newsletter-error {
  color: darkred;
  font-weight: 600;
  line-height: 1.3;
  background-color: #ffffff;
  border-radius: 6px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.5);
  margin-top: 1rem;
  padding: 1rem;
  z-index: 1;
  left: 0;
  text-align: left;
  height: fit-content;
  top: 100%;
  bottom: 0;
}
.page-footer .footer-top .newsletter-section .sign-up-form .subscribe .newsletter #newsletter-error::before {
  content: '';
  position: absolute;
  height: 10px;
  width: 10px;
  background-color: #ffffff;
  top: -4px;
  transform: rotate(45deg);
  border-radius: 3px;
  left: 21px;
  z-index: -1;
}
.page-footer .footer-top .newsletter-section .sign-up-form .subscribe .newsletter button {
  align-items: center;
  color: #10a0dd;
  font-size: 1.2rem !important;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  height: 3.3rem;
  line-height: 1.5rem;
  padding: 0 8px !important;
}
@media screen and (min-width: 576px) {
  .page-footer .footer-top .newsletter-section .sign-up-form .subscribe .newsletter button {
    border-radius: 50% !important;
    margin-left: 2rem;
  }
}
@media screen and (max-width: 576px) {
  .page-footer .footer-top .newsletter-section .sign-up-form .subscribe .newsletter button {
    border-radius: 10rem !important;
    margin-top: 2rem;
    width: 100%;
  }
}
.page-footer .footer-top .newsletter-section .sign-up-form + div {
  flex: 1 0 auto;
}
@media screen and (max-width: 576px) {
  .page-footer .footer-top .newsletter-section .sign-up-form + div {
    text-align: center;
  }
}
.page-footer .footer-top .newsletter-section .social-icons-wrapper {
  flex: 1 0 auto;
}
@media screen and (max-width: 576px) {
  .page-footer .footer-top .newsletter-section .social-icons-wrapper {
    text-align: center;
  }
}
.page-footer .footer-top .newsletter-section .social-icons {
  display: flex;
  column-gap: 2rem;
  justify-content: center;
}
@media screen and (min-width: 1200px) {
  .page-footer .footer-top .newsletter-section .social-icons {
    justify-content: flex-end;
  }
}
.page-footer .footer-top .newsletter-section .social-icons a {
  float: none;
  margin-left: 0;
}
.page-footer .footer-top .newsletter-section .social-icons a:hover {
  background-color: transparent !important;
}
.page-footer .footer-top .newsletter-section .social-icons i {
  font-size: 40px;
  color: #ffffff;
  display: inline-block;
  vertical-align: middle;
}
.page-footer .footer-top .newsletter-section .social-icons i:not(:last-child) {
  margin-right: 15px;
}
@media screen and (max-width: 1200px) {
  .page-footer .footer-top .newsletter-section .social-icons i {
    font-size: 22px;
  }
}
.page-footer .footer-top .newsletter-section .social-icons .fa-facebook:before {
  background-color: #ffffff;
  border-radius: 50%;
  color: #10a0dd;
  font-size: 31px;
  font-weight: 600;
  padding: 5px 10px 0;
}
@media screen and (max-width: 1200px) {
  .page-footer .footer-top .newsletter-section .social-icons .fa-facebook:before {
    font-size: 16px;
    padding: 4px 6px 0;
  }
}
.page-footer .footer-middle {
  background-color: #323232;
  padding-top: 0;
}
.page-footer .footer-middle .container {
  max-width: 100% !important;
  padding-bottom: 0;
  padding-left: 24px !important;
  padding-top: 2rem;
}
.page-footer .footer-middle .container .block {
  margin-bottom: 0;
}
.page-footer .footer-middle .container .row {
  margin-inline: 0;
}
.page-footer .footer-middle .container strong {
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: 700 !important;
  line-height: 2.3rem !important;
}
@media screen and (min-width: 992px) {
  .page-footer .footer-middle .container strong {
    font-size: 2.5rem;
    line-height: 3rem !important;
  }
}
.page-footer .footer-middle .container .links li {
  line-height: 28px !important;
  padding: 5px 0 !important;
}
.page-footer .footer-middle .container .links li a {
  color: #ffffff;
  font-size: 1.5rem !important;
  font-weight: 400 !important;
  line-height: 1.9rem !important;
}
.page-footer .footer-middle .container .links li a.underline {
  text-decoration: underline;
  display: flex;
  column-gap: 0.5rem;
  padding: 5px 0;
}
.page-footer .footer-middle .container .links li a i {
  color: #ffffff;
}
.page-footer .footer-middle .container .links li .block-title {
  margin-bottom: 0 !important;
}
.page-footer .footer-middle .container::after {
  display: none;
}
.page-footer .footer-middle .block-title {
  margin-bottom: 10px !important;
}
.page-footer .footer-middle .block-content div {
  padding-left: 0;
  padding-right: 0;
}
.page-footer .footer-bottom {
  background-color: #323232;
  padding-top: 0;
}
.page-footer .footer-bottom .container {
  max-width: 100% !important;
  padding-left: 24px !important;
  padding: 0;
}
.page-footer .footer-bottom .container address {
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.5rem;
  padding: 0;
  text-align: left;
}
.catalog-category-view .discount-label,
.catalogsearch-result-index .discount-label,
.landing-landing-view .discount-label {
  align-items: center;
  background-color: #df3131;
  border-radius: 10rem;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.161);
  color: #ffffff;
  column-gap: 5px;
  display: flex;
  font-size: 1rem;
  font-style: italic;
  font-weight: 600;
  justify-content: center;
  min-width: 8.9rem;
  padding: 0.75rem 0.75rem 0.6rem;
  position: absolute;
  right: 0;
  top: 1.5rem;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .catalog-category-view .discount-label,
  .catalogsearch-result-index .discount-label,
  .landing-landing-view .discount-label {
    font-size: 1.5rem;
    min-width: 10.7rem;
    padding: 0.75rem;
    right: 2rem;
  }
}
.catalog-category-view .discount-label p,
.catalogsearch-result-index .discount-label p,
.landing-landing-view .discount-label p {
  margin-bottom: 0;
  line-height: 1;
}
.catalog-category-view .discount-label .discount-upto-text,
.catalogsearch-result-index .discount-label .discount-upto-text,
.landing-landing-view .discount-label .discount-upto-text {
  column-gap: 0.5rem;
  display: flex;
  font-size: 1rem;
}
.catalog-category-view .discount-label .discount-upto-text span,
.catalogsearch-result-index .discount-label .discount-upto-text span,
.landing-landing-view .discount-label .discount-upto-text span {
  text-transform: capitalize;
}
@media screen and (min-width: 768px) {
  .catalog-category-view .discount-label .discount-upto-text,
  .catalogsearch-result-index .discount-label .discount-upto-text,
  .landing-landing-view .discount-label .discount-upto-text {
    flex: 0;
    flex-wrap: wrap;
    font-size: 0.9rem;
  }
  .catalog-category-view .discount-label .discount-upto-text span,
  .catalogsearch-result-index .discount-label .discount-upto-text span,
  .landing-landing-view .discount-label .discount-upto-text span {
    text-transform: uppercase;
  }
}
.catalog-category-view .mst-nav__apply-button-wrapper,
.catalogsearch-result-index .mst-nav__apply-button-wrapper,
.landing-landing-view .mst-nav__apply-button-wrapper {
  font-family: 'Montserrat', sans-serif;
}
@media screen and (max-width: 767px) {
  .catalog-category-view .mst-nav__apply-button-wrapper,
  .catalogsearch-result-index .mst-nav__apply-button-wrapper,
  .landing-landing-view .mst-nav__apply-button-wrapper {
    background-color: #ffffff;
    position: static;
    padding: 1rem;
    margin-left: 0;
    order: 1;
  }
  .catalog-category-view .mst-nav__apply-button-wrapper::before,
  .catalogsearch-result-index .mst-nav__apply-button-wrapper::before,
  .landing-landing-view .mst-nav__apply-button-wrapper::before {
    display: none;
  }
  .catalog-category-view .mst-nav__apply-button-wrapper .mst-nav__apply-button,
  .catalogsearch-result-index .mst-nav__apply-button-wrapper .mst-nav__apply-button,
  .landing-landing-view .mst-nav__apply-button-wrapper .mst-nav__apply-button {
    padding: 0;
    background-color: transparent;
  }
  .catalog-category-view .mst-nav__apply-button-wrapper .items,
  .catalogsearch-result-index .mst-nav__apply-button-wrapper .items,
  .landing-landing-view .mst-nav__apply-button-wrapper .items {
    min-width: 5rem;
  }
  .catalog-category-view .mst-nav__apply-button-wrapper button,
  .catalogsearch-result-index .mst-nav__apply-button-wrapper button,
  .landing-landing-view .mst-nav__apply-button-wrapper button {
    font-size: 1.2rem;
    height: auto;
    line-height: unset;
    padding: 0.5rem 1rem;
  }
}
.catalog-category-view .mst-nav__apply-button-wrapper .items,
.catalogsearch-result-index .mst-nav__apply-button-wrapper .items,
.landing-landing-view .mst-nav__apply-button-wrapper .items {
  color: #323232;
}
.catalog-category-view .mst-nav__apply-button-wrapper button,
.catalogsearch-result-index .mst-nav__apply-button-wrapper button,
.landing-landing-view .mst-nav__apply-button-wrapper button {
  background-color: #323232;
  border-radius: 8px;
  border-color: #323232 !important;
  font-family: inherit;
}
.catalog-category-view .mst-nav__apply-button-wrapper button:hover,
.catalogsearch-result-index .mst-nav__apply-button-wrapper button:hover,
.landing-landing-view .mst-nav__apply-button-wrapper button:hover {
  background-color: transparent;
  color: #323232;
}
.catalog-category-view .category-description h2,
.catalogsearch-result-index .category-description h2,
.landing-landing-view .category-description h2,
.catalog-category-view .category-description p,
.catalogsearch-result-index .category-description p,
.landing-landing-view .category-description p {
  color: #323232;
  margin: 0;
}
.catalog-category-view .category-description h3,
.catalogsearch-result-index .category-description h3,
.landing-landing-view .category-description h3,
.catalog-category-view .category-description h4,
.catalogsearch-result-index .category-description h4,
.landing-landing-view .category-description h4,
.catalog-category-view .category-description h5,
.catalogsearch-result-index .category-description h5,
.landing-landing-view .category-description h5,
.catalog-category-view .category-description h6,
.catalogsearch-result-index .category-description h6,
.landing-landing-view .category-description h6 {
  color: #323232;
  font-weight: 700;
  margin-bottom: 0.9rem;
}
.catalog-category-view .category-description h2,
.catalogsearch-result-index .category-description h2,
.landing-landing-view .category-description h2 {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.3;
  padding: 1.5rem 0;
}
.catalog-category-view .category-description p,
.catalogsearch-result-index .category-description p,
.landing-landing-view .category-description p {
  font-size: 1.6rem;
  line-height: 1.4;
  margin-bottom: 1rem;
}
.catalog-category-view .category-description .toggle_description,
.catalogsearch-result-index .category-description .toggle_description,
.landing-landing-view .category-description .toggle_description {
  display: none;
}
.catalog-category-view .category-description .readMoreDesc,
.catalogsearch-result-index .category-description .readMoreDesc,
.landing-landing-view .category-description .readMoreDesc {
  position: relative;
  max-height: 11rem;
  overflow: hidden;
}
.catalog-category-view .category-description .readMoreDesc > div,
.catalogsearch-result-index .category-description .readMoreDesc > div,
.landing-landing-view .category-description .readMoreDesc > div {
  display: -webkit-box !important;
  padding-bottom: 0;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.catalog-category-view .category-description .readMoreDesc::after,
.catalogsearch-result-index .category-description .readMoreDesc::after,
.landing-landing-view .category-description .readMoreDesc::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 56px;
  background: linear-gradient(0deg, #f1f1f1, transparent);
}
.catalog-category-view .category-description .category__read-more,
.catalogsearch-result-index .category-description .category__read-more,
.landing-landing-view .category-description .category__read-more {
  padding: 0 1.5rem;
}
.catalog-category-view .category-description .category__read-more p,
.catalogsearch-result-index .category-description .category__read-more p,
.landing-landing-view .category-description .category__read-more p {
  text-align: justify;
}
.catalog-category-view .category-description.read-more-activated .toggle_description,
.catalogsearch-result-index .category-description.read-more-activated .toggle_description,
.landing-landing-view .category-description.read-more-activated .toggle_description {
  color: #10a0dd;
  display: block;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.3;
  padding: 1rem 1.5rem 2rem;
  text-align: center;
  text-decoration: underline;
}
.catalog-category-view .category-description.read-more-activated .toggle_description span,
.catalogsearch-result-index .category-description.read-more-activated .toggle_description span,
.landing-landing-view .category-description.read-more-activated .toggle_description span {
  cursor: pointer;
}
@media screen and (max-width: 480px) {
  .catalog-category-view .products-grid.columns4.products.grid,
  .catalogsearch-result-index .products-grid.columns4.products.grid,
  .landing-landing-view .products-grid.columns4.products.grid,
  .catalog-category-view .get_compare_list_bar.columns4.products.grid,
  .catalogsearch-result-index .get_compare_list_bar.columns4.products.grid,
  .landing-landing-view .get_compare_list_bar.columns4.products.grid {
    margin-top: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .catalog-category-view .products-grid.columns4,
  .catalogsearch-result-index .products-grid.columns4,
  .landing-landing-view .products-grid.columns4,
  .catalog-category-view .get_compare_list_bar.columns4,
  .catalogsearch-result-index .get_compare_list_bar.columns4,
  .landing-landing-view .get_compare_list_bar.columns4 {
    padding-top: 0;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1400px) {
  .catalog-category-view .products-grid.columns4 .product-item,
  .catalogsearch-result-index .products-grid.columns4 .product-item,
  .landing-landing-view .products-grid.columns4 .product-item,
  .catalog-category-view .get_compare_list_bar.columns4 .product-item,
  .catalogsearch-result-index .get_compare_list_bar.columns4 .product-item,
  .landing-landing-view .get_compare_list_bar.columns4 .product-item {
    width: 33%;
    clear: none;
  }
}
.catalog-category-view .products-grid.used-discs-products .product-item.discs .product-item-info .discs_details.used-discs-element,
.catalogsearch-result-index .products-grid.used-discs-products .product-item.discs .product-item-info .discs_details.used-discs-element,
.landing-landing-view .products-grid.used-discs-products .product-item.discs .product-item-info .discs_details.used-discs-element,
.catalog-category-view .get_compare_list_bar.used-discs-products .product-item.discs .product-item-info .discs_details.used-discs-element,
.catalogsearch-result-index .get_compare_list_bar.used-discs-products .product-item.discs .product-item-info .discs_details.used-discs-element,
.landing-landing-view .get_compare_list_bar.used-discs-products .product-item.discs .product-item-info .discs_details.used-discs-element {
  order: 2;
  margin-top: unset !important;
  margin-bottom: 1rem !important;
}
.catalog-category-view .products-grid.used-discs-products .product-item.discs .product-item-info .product-item-details .price-final_price .old-price .price-label,
.catalogsearch-result-index .products-grid.used-discs-products .product-item.discs .product-item-info .product-item-details .price-final_price .old-price .price-label,
.landing-landing-view .products-grid.used-discs-products .product-item.discs .product-item-info .product-item-details .price-final_price .old-price .price-label,
.catalog-category-view .get_compare_list_bar.used-discs-products .product-item.discs .product-item-info .product-item-details .price-final_price .old-price .price-label,
.catalogsearch-result-index .get_compare_list_bar.used-discs-products .product-item.discs .product-item-info .product-item-details .price-final_price .old-price .price-label,
.landing-landing-view .get_compare_list_bar.used-discs-products .product-item.discs .product-item-info .product-item-details .price-final_price .old-price .price-label {
  padding: 0 5px;
}
.catalog-category-view .products-grid.used-discs-products .product-item.discs .product-item-info .product-item-details .price-final_price .price-wrapper,
.catalogsearch-result-index .products-grid.used-discs-products .product-item.discs .product-item-info .product-item-details .price-final_price .price-wrapper,
.landing-landing-view .products-grid.used-discs-products .product-item.discs .product-item-info .product-item-details .price-final_price .price-wrapper,
.catalog-category-view .get_compare_list_bar.used-discs-products .product-item.discs .product-item-info .product-item-details .price-final_price .price-wrapper,
.catalogsearch-result-index .get_compare_list_bar.used-discs-products .product-item.discs .product-item-info .product-item-details .price-final_price .price-wrapper,
.landing-landing-view .get_compare_list_bar.used-discs-products .product-item.discs .product-item-info .product-item-details .price-final_price .price-wrapper {
  padding-left: 0;
}
@media screen and (max-width: 640px) {
  .catalog-category-view .products-grid .product-item,
  .catalogsearch-result-index .products-grid .product-item,
  .landing-landing-view .products-grid .product-item,
  .catalog-category-view .get_compare_list_bar .product-item,
  .catalogsearch-result-index .get_compare_list_bar .product-item,
  .landing-landing-view .get_compare_list_bar .product-item {
    min-height: auto !important;
  }
}
.catalog-category-view .products-grid .product-item .product-item-info,
.catalogsearch-result-index .products-grid .product-item .product-item-info,
.landing-landing-view .products-grid .product-item .product-item-info,
.catalog-category-view .get_compare_list_bar .product-item .product-item-info,
.catalogsearch-result-index .get_compare_list_bar .product-item .product-item-info,
.landing-landing-view .get_compare_list_bar .product-item .product-item-info {
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.12);
  position: relative;
  border-radius: 25px;
  padding: 0;
}
.catalog-category-view .products-grid .product-item .product-item-info .product-item-photo .flight_path_img_container,
.catalogsearch-result-index .products-grid .product-item .product-item-info .product-item-photo .flight_path_img_container,
.landing-landing-view .products-grid .product-item .product-item-info .product-item-photo .flight_path_img_container,
.catalog-category-view .get_compare_list_bar .product-item .product-item-info .product-item-photo .flight_path_img_container,
.catalogsearch-result-index .get_compare_list_bar .product-item .product-item-info .product-item-photo .flight_path_img_container,
.landing-landing-view .get_compare_list_bar .product-item .product-item-info .product-item-photo .flight_path_img_container {
  background: #484848;
  max-height: 300px;
  width: 100%;
}
@media (min-width: 1900px) {
  .catalog-category-view .products-grid .product-item .product-item-info .product-item-photo .flight_path_img_container,
  .catalogsearch-result-index .products-grid .product-item .product-item-info .product-item-photo .flight_path_img_container,
  .landing-landing-view .products-grid .product-item .product-item-info .product-item-photo .flight_path_img_container,
  .catalog-category-view .get_compare_list_bar .product-item .product-item-info .product-item-photo .flight_path_img_container,
  .catalogsearch-result-index .get_compare_list_bar .product-item .product-item-info .product-item-photo .flight_path_img_container,
  .landing-landing-view .get_compare_list_bar .product-item .product-item-info .product-item-photo .flight_path_img_container {
    max-height: 350px;
  }
}
.catalog-category-view .products-grid .product-item .product-item-info .product-item-photo .flight_path_img_container .flight_path_img,
.catalogsearch-result-index .products-grid .product-item .product-item-info .product-item-photo .flight_path_img_container .flight_path_img,
.landing-landing-view .products-grid .product-item .product-item-info .product-item-photo .flight_path_img_container .flight_path_img,
.catalog-category-view .get_compare_list_bar .product-item .product-item-info .product-item-photo .flight_path_img_container .flight_path_img,
.catalogsearch-result-index .get_compare_list_bar .product-item .product-item-info .product-item-photo .flight_path_img_container .flight_path_img,
.landing-landing-view .get_compare_list_bar .product-item .product-item-info .product-item-photo .flight_path_img_container .flight_path_img {
  height: auto;
  max-height: inherit;
  margin: auto;
  padding: 5px 0px;
  width: 100%;
}
.catalog-category-view .products-grid .product-item .product-item-info .product-item-photo,
.catalogsearch-result-index .products-grid .product-item .product-item-info .product-item-photo,
.landing-landing-view .products-grid .product-item .product-item-info .product-item-photo,
.catalog-category-view .get_compare_list_bar .product-item .product-item-info .product-item-photo,
.catalogsearch-result-index .get_compare_list_bar .product-item .product-item-info .product-item-photo,
.landing-landing-view .get_compare_list_bar .product-item .product-item-info .product-item-photo {
  border-top-left-radius: 12px;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .catalog-category-view .products-grid .product-item .product-item-info .product-item-photo,
  .catalogsearch-result-index .products-grid .product-item .product-item-info .product-item-photo,
  .landing-landing-view .products-grid .product-item .product-item-info .product-item-photo,
  .catalog-category-view .get_compare_list_bar .product-item .product-item-info .product-item-photo,
  .catalogsearch-result-index .get_compare_list_bar .product-item .product-item-info .product-item-photo,
  .landing-landing-view .get_compare_list_bar .product-item .product-item-info .product-item-photo {
    border-top-right-radius: 12px;
  }
}
.catalog-category-view .products-grid .product-item .product-item-info .product-item-photo img,
.catalogsearch-result-index .products-grid .product-item .product-item-info .product-item-photo img,
.landing-landing-view .products-grid .product-item .product-item-info .product-item-photo img,
.catalog-category-view .get_compare_list_bar .product-item .product-item-info .product-item-photo img,
.catalogsearch-result-index .get_compare_list_bar .product-item .product-item-info .product-item-photo img,
.landing-landing-view .get_compare_list_bar .product-item .product-item-info .product-item-photo img {
  border-radius: 12px;
  height: 350px;
  object-fit: contain;
  position: relative;
}
.catalog-category-view .products-grid .product-item .product-item-info .discs_details,
.catalogsearch-result-index .products-grid .product-item .product-item-info .discs_details,
.landing-landing-view .products-grid .product-item .product-item-info .discs_details,
.catalog-category-view .get_compare_list_bar .product-item .product-item-info .discs_details,
.catalogsearch-result-index .get_compare_list_bar .product-item .product-item-info .discs_details,
.landing-landing-view .get_compare_list_bar .product-item .product-item-info .discs_details {
  max-width: 47%;
  margin: auto;
  margin-top: 2.3rem;
  border-top: solid 1px #323232;
  width: auto;
  position: relative;
  justify-content: space-between;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .catalog-category-view .products-grid .product-item .product-item-info .discs_details,
  .catalogsearch-result-index .products-grid .product-item .product-item-info .discs_details,
  .landing-landing-view .products-grid .product-item .product-item-info .discs_details,
  .catalog-category-view .get_compare_list_bar .product-item .product-item-info .discs_details,
  .catalogsearch-result-index .get_compare_list_bar .product-item .product-item-info .discs_details,
  .landing-landing-view .get_compare_list_bar .product-item .product-item-info .discs_details {
    max-width: 80%;
  }
}
@media screen and (max-width: 481px) {
  .catalog-category-view .products-grid .product-item .product-item-info .discs_details,
  .catalogsearch-result-index .products-grid .product-item .product-item-info .discs_details,
  .landing-landing-view .products-grid .product-item .product-item-info .discs_details,
  .catalog-category-view .get_compare_list_bar .product-item .product-item-info .discs_details,
  .catalogsearch-result-index .get_compare_list_bar .product-item .product-item-info .discs_details,
  .landing-landing-view .get_compare_list_bar .product-item .product-item-info .discs_details {
    max-width: 60%;
  }
}
@media screen and (max-width: 640px) {
  .catalog-category-view .products-grid .product-item .product-item-info .discs_details,
  .catalogsearch-result-index .products-grid .product-item .product-item-info .discs_details,
  .landing-landing-view .products-grid .product-item .product-item-info .discs_details,
  .catalog-category-view .get_compare_list_bar .product-item .product-item-info .discs_details,
  .catalogsearch-result-index .get_compare_list_bar .product-item .product-item-info .discs_details,
  .landing-landing-view .get_compare_list_bar .product-item .product-item-info .discs_details {
    margin-top: 1rem;
  }
}
.catalog-category-view .products-grid .product-item .product-item-info .discs_details::after,
.catalogsearch-result-index .products-grid .product-item .product-item-info .discs_details::after,
.landing-landing-view .products-grid .product-item .product-item-info .discs_details::after,
.catalog-category-view .get_compare_list_bar .product-item .product-item-info .discs_details::after,
.catalogsearch-result-index .get_compare_list_bar .product-item .product-item-info .discs_details::after,
.landing-landing-view .get_compare_list_bar .product-item .product-item-info .discs_details::after {
  background-color: #323232;
  border-radius: 0 0 70% 70%;
  content: '';
  height: 1rem;
  right: 0;
  position: absolute;
  top: -1px;
  transform: rotate(12deg);
  width: 1px;
}
.catalog-category-view .products-grid .product-item .product-item-info .discs_details .attrs,
.catalogsearch-result-index .products-grid .product-item .product-item-info .discs_details .attrs,
.landing-landing-view .products-grid .product-item .product-item-info .discs_details .attrs,
.catalog-category-view .get_compare_list_bar .product-item .product-item-info .discs_details .attrs,
.catalogsearch-result-index .get_compare_list_bar .product-item .product-item-info .discs_details .attrs,
.landing-landing-view .get_compare_list_bar .product-item .product-item-info .discs_details .attrs {
  color: #323232;
  flex-basis: auto;
  font-style: italic;
  font-weight: 600;
  width: unset;
  padding: 2px 0 0 0;
  flex: 1;
  position: relative;
}
.catalog-category-view .products-grid .product-item .product-item-info .discs_details .attrs::before,
.catalogsearch-result-index .products-grid .product-item .product-item-info .discs_details .attrs::before,
.landing-landing-view .products-grid .product-item .product-item-info .discs_details .attrs::before,
.catalog-category-view .get_compare_list_bar .product-item .product-item-info .discs_details .attrs::before,
.catalogsearch-result-index .get_compare_list_bar .product-item .product-item-info .discs_details .attrs::before,
.landing-landing-view .get_compare_list_bar .product-item .product-item-info .discs_details .attrs::before {
  background-color: #323232;
  border-radius: 0 0 70% 70%;
  content: '';
  height: 1rem;
  left: -2px;
  position: absolute;
  top: -1px;
  transform: rotate(12deg);
  width: 1px;
}
@media screen and (max-width: 768px) {
  .catalog-category-view .products-grid .product-item .product-item-info .discs_details .attrs,
  .catalogsearch-result-index .products-grid .product-item .product-item-info .discs_details .attrs,
  .landing-landing-view .products-grid .product-item .product-item-info .discs_details .attrs,
  .catalog-category-view .get_compare_list_bar .product-item .product-item-info .discs_details .attrs,
  .catalogsearch-result-index .get_compare_list_bar .product-item .product-item-info .discs_details .attrs,
  .landing-landing-view .get_compare_list_bar .product-item .product-item-info .discs_details .attrs {
    width: 25% !important;
    padding: 2px 22px 0 12px;
  }
}
.catalog-category-view .products-grid .product-item .product-item-info .product-item-details,
.catalogsearch-result-index .products-grid .product-item .product-item-info .product-item-details,
.landing-landing-view .products-grid .product-item .product-item-info .product-item-details,
.catalog-category-view .get_compare_list_bar .product-item .product-item-info .product-item-details,
.catalogsearch-result-index .get_compare_list_bar .product-item .product-item-info .product-item-details,
.landing-landing-view .get_compare_list_bar .product-item .product-item-info .product-item-details {
  padding-bottom: 4.5rem;
}
@media screen and (max-width: 640px) {
  .catalog-category-view .products-grid .product-item .product-item-info .product-item-details,
  .catalogsearch-result-index .products-grid .product-item .product-item-info .product-item-details,
  .landing-landing-view .products-grid .product-item .product-item-info .product-item-details,
  .catalog-category-view .get_compare_list_bar .product-item .product-item-info .product-item-details,
  .catalogsearch-result-index .get_compare_list_bar .product-item .product-item-info .product-item-details,
  .landing-landing-view .get_compare_list_bar .product-item .product-item-info .product-item-details {
    padding-top: 0.5rem !important;
  }
}
.catalog-category-view .products-grid .product-item .product-item-info .product-item-details .price-final_price,
.catalogsearch-result-index .products-grid .product-item .product-item-info .product-item-details .price-final_price,
.landing-landing-view .products-grid .product-item .product-item-info .product-item-details .price-final_price,
.catalog-category-view .get_compare_list_bar .product-item .product-item-info .product-item-details .price-final_price,
.catalogsearch-result-index .get_compare_list_bar .product-item .product-item-info .product-item-details .price-final_price,
.landing-landing-view .get_compare_list_bar .product-item .product-item-info .product-item-details .price-final_price {
  align-items: center;
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
}
.catalog-category-view .products-grid .product-item .product-item-info .product-item-details .price-final_price .price-wrapper,
.catalogsearch-result-index .products-grid .product-item .product-item-info .product-item-details .price-final_price .price-wrapper,
.landing-landing-view .products-grid .product-item .product-item-info .product-item-details .price-final_price .price-wrapper,
.catalog-category-view .get_compare_list_bar .product-item .product-item-info .product-item-details .price-final_price .price-wrapper,
.catalogsearch-result-index .get_compare_list_bar .product-item .product-item-info .product-item-details .price-final_price .price-wrapper,
.landing-landing-view .get_compare_list_bar .product-item .product-item-info .product-item-details .price-final_price .price-wrapper {
  padding-left: 10px;
}
.catalog-category-view .products-grid .product-item .product-item-info .product-item-details .price-final_price .old-price .price,
.catalogsearch-result-index .products-grid .product-item .product-item-info .product-item-details .price-final_price .old-price .price,
.landing-landing-view .products-grid .product-item .product-item-info .product-item-details .price-final_price .old-price .price,
.catalog-category-view .get_compare_list_bar .product-item .product-item-info .product-item-details .price-final_price .old-price .price,
.catalogsearch-result-index .get_compare_list_bar .product-item .product-item-info .product-item-details .price-final_price .old-price .price,
.landing-landing-view .get_compare_list_bar .product-item .product-item-info .product-item-details .price-final_price .old-price .price {
  color: #8c8c8c;
}
.catalog-category-view .products-grid .product-item .product-item-info .product-item-details .price-final_price .special-price .price,
.catalogsearch-result-index .products-grid .product-item .product-item-info .product-item-details .price-final_price .special-price .price,
.landing-landing-view .products-grid .product-item .product-item-info .product-item-details .price-final_price .special-price .price,
.catalog-category-view .get_compare_list_bar .product-item .product-item-info .product-item-details .price-final_price .special-price .price,
.catalogsearch-result-index .get_compare_list_bar .product-item .product-item-info .product-item-details .price-final_price .special-price .price,
.landing-landing-view .get_compare_list_bar .product-item .product-item-info .product-item-details .price-final_price .special-price .price {
  color: #9d1107;
}
.catalog-category-view .products-grid .product-item .product-item-info .product-item-details .price-final_price .price-from,
.catalogsearch-result-index .products-grid .product-item .product-item-info .product-item-details .price-final_price .price-from,
.landing-landing-view .products-grid .product-item .product-item-info .product-item-details .price-final_price .price-from,
.catalog-category-view .get_compare_list_bar .product-item .product-item-info .product-item-details .price-final_price .price-from,
.catalogsearch-result-index .get_compare_list_bar .product-item .product-item-info .product-item-details .price-final_price .price-from,
.landing-landing-view .get_compare_list_bar .product-item .product-item-info .product-item-details .price-final_price .price-from {
  order: 1;
}
.catalog-category-view .products-grid .product-item .product-item-info .product-item-details .price-final_price .price-to::before,
.catalogsearch-result-index .products-grid .product-item .product-item-info .product-item-details .price-final_price .price-to::before,
.landing-landing-view .products-grid .product-item .product-item-info .product-item-details .price-final_price .price-to::before,
.catalog-category-view .get_compare_list_bar .product-item .product-item-info .product-item-details .price-final_price .price-to::before,
.catalogsearch-result-index .get_compare_list_bar .product-item .product-item-info .product-item-details .price-final_price .price-to::before,
.landing-landing-view .get_compare_list_bar .product-item .product-item-info .product-item-details .price-final_price .price-to::before {
  padding-right: 0.6rem;
}
.catalog-category-view .products-grid .product-item .product-item-info .product-item-details .price-final_price .price-to .price-final_price,
.catalogsearch-result-index .products-grid .product-item .product-item-info .product-item-details .price-final_price .price-to .price-final_price,
.landing-landing-view .products-grid .product-item .product-item-info .product-item-details .price-final_price .price-to .price-final_price,
.catalog-category-view .get_compare_list_bar .product-item .product-item-info .product-item-details .price-final_price .price-to .price-final_price,
.catalogsearch-result-index .get_compare_list_bar .product-item .product-item-info .product-item-details .price-final_price .price-to .price-final_price,
.landing-landing-view .get_compare_list_bar .product-item .product-item-info .product-item-details .price-final_price .price-to .price-final_price {
  display: inline-block;
}
.catalog-category-view .products-grid .product-item .product-item-info .product-item-details .swatch-attribute .swatch-attribute-options,
.catalogsearch-result-index .products-grid .product-item .product-item-info .product-item-details .swatch-attribute .swatch-attribute-options,
.landing-landing-view .products-grid .product-item .product-item-info .product-item-details .swatch-attribute .swatch-attribute-options,
.catalog-category-view .get_compare_list_bar .product-item .product-item-info .product-item-details .swatch-attribute .swatch-attribute-options,
.catalogsearch-result-index .get_compare_list_bar .product-item .product-item-info .product-item-details .swatch-attribute .swatch-attribute-options,
.landing-landing-view .get_compare_list_bar .product-item .product-item-info .product-item-details .swatch-attribute .swatch-attribute-options {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.catalog-category-view .products-grid .product-item .product-item-info .product-item-details .swatch-attribute .swatch-attribute-options .swatch-option,
.catalogsearch-result-index .products-grid .product-item .product-item-info .product-item-details .swatch-attribute .swatch-attribute-options .swatch-option,
.landing-landing-view .products-grid .product-item .product-item-info .product-item-details .swatch-attribute .swatch-attribute-options .swatch-option,
.catalog-category-view .get_compare_list_bar .product-item .product-item-info .product-item-details .swatch-attribute .swatch-attribute-options .swatch-option,
.catalogsearch-result-index .get_compare_list_bar .product-item .product-item-info .product-item-details .swatch-attribute .swatch-attribute-options .swatch-option,
.landing-landing-view .get_compare_list_bar .product-item .product-item-info .product-item-details .swatch-attribute .swatch-attribute-options .swatch-option {
  float: unset;
}
.catalog-category-view .products-grid .product-item .product-item-info .product-item-details .swatch-attribute .swatch-attribute-options .swatch-option.image,
.catalogsearch-result-index .products-grid .product-item .product-item-info .product-item-details .swatch-attribute .swatch-attribute-options .swatch-option.image,
.landing-landing-view .products-grid .product-item .product-item-info .product-item-details .swatch-attribute .swatch-attribute-options .swatch-option.image,
.catalog-category-view .get_compare_list_bar .product-item .product-item-info .product-item-details .swatch-attribute .swatch-attribute-options .swatch-option.image,
.catalogsearch-result-index .get_compare_list_bar .product-item .product-item-info .product-item-details .swatch-attribute .swatch-attribute-options .swatch-option.image,
.landing-landing-view .get_compare_list_bar .product-item .product-item-info .product-item-details .swatch-attribute .swatch-attribute-options .swatch-option.image {
  background-size: cover !important;
  height: 5rem !important;
  width: 5rem !important;
}
.catalog-category-view .products-grid .product-item .product-item-info .product-item-details .swatch-attribute .swatch-more,
.catalogsearch-result-index .products-grid .product-item .product-item-info .product-item-details .swatch-attribute .swatch-more,
.landing-landing-view .products-grid .product-item .product-item-info .product-item-details .swatch-attribute .swatch-more,
.catalog-category-view .get_compare_list_bar .product-item .product-item-info .product-item-details .swatch-attribute .swatch-more,
.catalogsearch-result-index .get_compare_list_bar .product-item .product-item-info .product-item-details .swatch-attribute .swatch-more,
.landing-landing-view .get_compare_list_bar .product-item .product-item-info .product-item-details .swatch-attribute .swatch-more {
  border-radius: 50%;
  color: #323232;
  font-size: 2rem;
  display: grid;
  border: 1px solid #323232;
  place-items: center;
  height: fit-content;
  padding: 0;
  transition: 0.4s;
  width: 5rem;
  height: 5rem;
}
.catalog-category-view .products-grid .product-item .product-item-info .product-item-details .swatch-attribute .swatch-more:hover,
.catalogsearch-result-index .products-grid .product-item .product-item-info .product-item-details .swatch-attribute .swatch-more:hover,
.landing-landing-view .products-grid .product-item .product-item-info .product-item-details .swatch-attribute .swatch-more:hover,
.catalog-category-view .get_compare_list_bar .product-item .product-item-info .product-item-details .swatch-attribute .swatch-more:hover,
.catalogsearch-result-index .get_compare_list_bar .product-item .product-item-info .product-item-details .swatch-attribute .swatch-more:hover,
.landing-landing-view .get_compare_list_bar .product-item .product-item-info .product-item-details .swatch-attribute .swatch-more:hover {
  text-decoration: none;
  color: #ffffff;
  background-color: #323232;
}
.catalog-category-view .products-grid .product-item .product-item-info .product-item-details .swatch-attribute.apparel_size .swatch-more,
.catalogsearch-result-index .products-grid .product-item .product-item-info .product-item-details .swatch-attribute.apparel_size .swatch-more,
.landing-landing-view .products-grid .product-item .product-item-info .product-item-details .swatch-attribute.apparel_size .swatch-more,
.catalog-category-view .get_compare_list_bar .product-item .product-item-info .product-item-details .swatch-attribute.apparel_size .swatch-more,
.catalogsearch-result-index .get_compare_list_bar .product-item .product-item-info .product-item-details .swatch-attribute.apparel_size .swatch-more,
.landing-landing-view .get_compare_list_bar .product-item .product-item-info .product-item-details .swatch-attribute.apparel_size .swatch-more {
  font-size: 1.25rem;
  padding: 0;
  margin: 0;
}
.catalog-category-view .products-grid .product-item .product-item-info .product-item-details .swatch-attribute.apparel_size .swatch-option.text,
.catalogsearch-result-index .products-grid .product-item .product-item-info .product-item-details .swatch-attribute.apparel_size .swatch-option.text,
.landing-landing-view .products-grid .product-item .product-item-info .product-item-details .swatch-attribute.apparel_size .swatch-option.text,
.catalog-category-view .get_compare_list_bar .product-item .product-item-info .product-item-details .swatch-attribute.apparel_size .swatch-option.text,
.catalogsearch-result-index .get_compare_list_bar .product-item .product-item-info .product-item-details .swatch-attribute.apparel_size .swatch-option.text,
.landing-landing-view .get_compare_list_bar .product-item .product-item-info .product-item-details .swatch-attribute.apparel_size .swatch-option.text {
  margin-bottom: 0;
}
.catalog-category-view .products-grid .product-item .product-item-info .product-item-details .swatch-attribute.apparel_size .swatch-option.text + .swatch-more,
.catalogsearch-result-index .products-grid .product-item .product-item-info .product-item-details .swatch-attribute.apparel_size .swatch-option.text + .swatch-more,
.landing-landing-view .products-grid .product-item .product-item-info .product-item-details .swatch-attribute.apparel_size .swatch-option.text + .swatch-more,
.catalog-category-view .get_compare_list_bar .product-item .product-item-info .product-item-details .swatch-attribute.apparel_size .swatch-option.text + .swatch-more,
.catalogsearch-result-index .get_compare_list_bar .product-item .product-item-info .product-item-details .swatch-attribute.apparel_size .swatch-option.text + .swatch-more,
.landing-landing-view .get_compare_list_bar .product-item .product-item-info .product-item-details .swatch-attribute.apparel_size .swatch-option.text + .swatch-more {
  width: 2.6rem !important;
  height: 2.6rem !important;
}
.catalog-category-view .products-grid .product-item .product-item-info .product-item-details .explain_flightnos,
.catalogsearch-result-index .products-grid .product-item .product-item-info .product-item-details .explain_flightnos,
.landing-landing-view .products-grid .product-item .product-item-info .product-item-details .explain_flightnos,
.catalog-category-view .get_compare_list_bar .product-item .product-item-info .product-item-details .explain_flightnos,
.catalogsearch-result-index .get_compare_list_bar .product-item .product-item-info .product-item-details .explain_flightnos,
.landing-landing-view .get_compare_list_bar .product-item .product-item-info .product-item-details .explain_flightnos {
  color: #10a0dd;
  display: block;
  font-size: 15px;
  line-height: 34px;
  margin: 0 0 2rem;
  text-decoration: underline;
}
.catalog-category-view .products-grid .product-item .product-item-info .product-item-details .product-item-name,
.catalogsearch-result-index .products-grid .product-item .product-item-info .product-item-details .product-item-name,
.landing-landing-view .products-grid .product-item .product-item-info .product-item-details .product-item-name,
.catalog-category-view .get_compare_list_bar .product-item .product-item-info .product-item-details .product-item-name,
.catalogsearch-result-index .get_compare_list_bar .product-item .product-item-info .product-item-details .product-item-name,
.landing-landing-view .get_compare_list_bar .product-item .product-item-info .product-item-details .product-item-name {
  white-space: normal;
  overflow: hidden;
  text-overflow: unset;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.catalog-category-view .products-grid .product-item .product-item-info .product-item-details .product-item-link,
.catalogsearch-result-index .products-grid .product-item .product-item-info .product-item-details .product-item-link,
.landing-landing-view .products-grid .product-item .product-item-info .product-item-details .product-item-link,
.catalog-category-view .get_compare_list_bar .product-item .product-item-info .product-item-details .product-item-link,
.catalogsearch-result-index .get_compare_list_bar .product-item .product-item-info .product-item-details .product-item-link,
.landing-landing-view .get_compare_list_bar .product-item .product-item-info .product-item-details .product-item-link {
  color: #323232;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 2rem;
}
.catalog-category-view .products-grid .product-item .product-item-info .product-item-details .driver_stability_attrs,
.catalogsearch-result-index .products-grid .product-item .product-item-info .product-item-details .driver_stability_attrs,
.landing-landing-view .products-grid .product-item .product-item-info .product-item-details .driver_stability_attrs,
.catalog-category-view .get_compare_list_bar .product-item .product-item-info .product-item-details .driver_stability_attrs,
.catalogsearch-result-index .get_compare_list_bar .product-item .product-item-info .product-item-details .driver_stability_attrs,
.landing-landing-view .get_compare_list_bar .product-item .product-item-info .product-item-details .driver_stability_attrs {
  color: #323232;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.8rem;
  margin-bottom: 0;
}
@media screen and (max-width: 640px) {
  .catalog-category-view .products-grid .product-item .product-item-info .product-item-details .aw-advanced-reviews-summary-container,
  .catalogsearch-result-index .products-grid .product-item .product-item-info .product-item-details .aw-advanced-reviews-summary-container,
  .landing-landing-view .products-grid .product-item .product-item-info .product-item-details .aw-advanced-reviews-summary-container,
  .catalog-category-view .get_compare_list_bar .product-item .product-item-info .product-item-details .aw-advanced-reviews-summary-container,
  .catalogsearch-result-index .get_compare_list_bar .product-item .product-item-info .product-item-details .aw-advanced-reviews-summary-container,
  .landing-landing-view .get_compare_list_bar .product-item .product-item-info .product-item-details .aw-advanced-reviews-summary-container {
    margin-bottom: 0;
  }
}
.catalog-category-view .products-grid .product-item .product-item-info .product-item-details .rating-summary .rating-result,
.catalogsearch-result-index .products-grid .product-item .product-item-info .product-item-details .rating-summary .rating-result,
.landing-landing-view .products-grid .product-item .product-item-info .product-item-details .rating-summary .rating-result,
.catalog-category-view .get_compare_list_bar .product-item .product-item-info .product-item-details .rating-summary .rating-result,
.catalogsearch-result-index .get_compare_list_bar .product-item .product-item-info .product-item-details .rating-summary .rating-result,
.landing-landing-view .get_compare_list_bar .product-item .product-item-info .product-item-details .rating-summary .rating-result {
  width: 100%;
}
.catalog-category-view .products-grid .product-item .product-item-info .product-item-details .rating-summary .rating-result:before,
.catalogsearch-result-index .products-grid .product-item .product-item-info .product-item-details .rating-summary .rating-result:before,
.landing-landing-view .products-grid .product-item .product-item-info .product-item-details .rating-summary .rating-result:before,
.catalog-category-view .get_compare_list_bar .product-item .product-item-info .product-item-details .rating-summary .rating-result:before,
.catalogsearch-result-index .get_compare_list_bar .product-item .product-item-info .product-item-details .rating-summary .rating-result:before,
.landing-landing-view .get_compare_list_bar .product-item .product-item-info .product-item-details .rating-summary .rating-result:before {
  font-size: 12px;
}
.catalog-category-view .products-grid .product-item .product-item-info .product-item-details .rating-summary .rating-result > span::before,
.catalogsearch-result-index .products-grid .product-item .product-item-info .product-item-details .rating-summary .rating-result > span::before,
.landing-landing-view .products-grid .product-item .product-item-info .product-item-details .rating-summary .rating-result > span::before,
.catalog-category-view .get_compare_list_bar .product-item .product-item-info .product-item-details .rating-summary .rating-result > span::before,
.catalogsearch-result-index .get_compare_list_bar .product-item .product-item-info .product-item-details .rating-summary .rating-result > span::before,
.landing-landing-view .get_compare_list_bar .product-item .product-item-info .product-item-details .rating-summary .rating-result > span::before {
  color: #f5b340 !important;
}
.catalog-category-view .products-grid .product-item .product-item-info .product-item-details .reviews-actions,
.catalogsearch-result-index .products-grid .product-item .product-item-info .product-item-details .reviews-actions,
.landing-landing-view .products-grid .product-item .product-item-info .product-item-details .reviews-actions,
.catalog-category-view .get_compare_list_bar .product-item .product-item-info .product-item-details .reviews-actions,
.catalogsearch-result-index .get_compare_list_bar .product-item .product-item-info .product-item-details .reviews-actions,
.landing-landing-view .get_compare_list_bar .product-item .product-item-info .product-item-details .reviews-actions {
  display: inline-block;
  margin-left: -3px;
}
.catalog-category-view .products-grid .product-item .product-item-info .product-item-details .reviews-actions a.view,
.catalogsearch-result-index .products-grid .product-item .product-item-info .product-item-details .reviews-actions a.view,
.landing-landing-view .products-grid .product-item .product-item-info .product-item-details .reviews-actions a.view,
.catalog-category-view .get_compare_list_bar .product-item .product-item-info .product-item-details .reviews-actions a.view,
.catalogsearch-result-index .get_compare_list_bar .product-item .product-item-info .product-item-details .reviews-actions a.view,
.landing-landing-view .get_compare_list_bar .product-item .product-item-info .product-item-details .reviews-actions a.view {
  padding: 0;
  border: 0;
  margin: 0;
  color: #323232;
}
.catalog-category-view .products-grid .product-item .product-item-info .product-item-details .reviews-actions a.view:before,
.catalogsearch-result-index .products-grid .product-item .product-item-info .product-item-details .reviews-actions a.view:before,
.landing-landing-view .products-grid .product-item .product-item-info .product-item-details .reviews-actions a.view:before,
.catalog-category-view .get_compare_list_bar .product-item .product-item-info .product-item-details .reviews-actions a.view:before,
.catalogsearch-result-index .get_compare_list_bar .product-item .product-item-info .product-item-details .reviews-actions a.view:before,
.landing-landing-view .get_compare_list_bar .product-item .product-item-info .product-item-details .reviews-actions a.view:before {
  content: '\0028';
  display: inline;
}
.catalog-category-view .products-grid .product-item .product-item-info .product-item-details .reviews-actions a.view:after,
.catalogsearch-result-index .products-grid .product-item .product-item-info .product-item-details .reviews-actions a.view:after,
.landing-landing-view .products-grid .product-item .product-item-info .product-item-details .reviews-actions a.view:after,
.catalog-category-view .get_compare_list_bar .product-item .product-item-info .product-item-details .reviews-actions a.view:after,
.catalogsearch-result-index .get_compare_list_bar .product-item .product-item-info .product-item-details .reviews-actions a.view:after,
.landing-landing-view .get_compare_list_bar .product-item .product-item-info .product-item-details .reviews-actions a.view:after {
  content: '\0029';
  display: inline;
  position: relative;
}
.catalog-category-view .products-grid .product-item .product-item-info .product-item-details .reviews-actions a.view span,
.catalogsearch-result-index .products-grid .product-item .product-item-info .product-item-details .reviews-actions a.view span,
.landing-landing-view .products-grid .product-item .product-item-info .product-item-details .reviews-actions a.view span,
.catalog-category-view .get_compare_list_bar .product-item .product-item-info .product-item-details .reviews-actions a.view span,
.catalogsearch-result-index .get_compare_list_bar .product-item .product-item-info .product-item-details .reviews-actions a.view span,
.landing-landing-view .get_compare_list_bar .product-item .product-item-info .product-item-details .reviews-actions a.view span {
  display: none;
}
@media screen and (max-width: 767px) {
  .catalog-category-view .products-grid .product-item .product-item-info .product-item-details .reviews-actions a.view,
  .catalogsearch-result-index .products-grid .product-item .product-item-info .product-item-details .reviews-actions a.view,
  .landing-landing-view .products-grid .product-item .product-item-info .product-item-details .reviews-actions a.view,
  .catalog-category-view .get_compare_list_bar .product-item .product-item-info .product-item-details .reviews-actions a.view,
  .catalogsearch-result-index .get_compare_list_bar .product-item .product-item-info .product-item-details .reviews-actions a.view,
  .landing-landing-view .get_compare_list_bar .product-item .product-item-info .product-item-details .reviews-actions a.view {
    font-size: 1.1rem;
  }
}
.catalog-category-view .products-grid .product-item .product-item-info .product-item-details .additional_attr,
.catalogsearch-result-index .products-grid .product-item .product-item-info .product-item-details .additional_attr,
.landing-landing-view .products-grid .product-item .product-item-info .product-item-details .additional_attr,
.catalog-category-view .get_compare_list_bar .product-item .product-item-info .product-item-details .additional_attr,
.catalogsearch-result-index .get_compare_list_bar .product-item .product-item-info .product-item-details .additional_attr,
.landing-landing-view .get_compare_list_bar .product-item .product-item-info .product-item-details .additional_attr {
  margin: 0 0 20px;
}
.catalog-category-view .products-grid .product-item .product-item-info .product-item-details .additional_attr .catalog_card_features,
.catalogsearch-result-index .products-grid .product-item .product-item-info .product-item-details .additional_attr .catalog_card_features,
.landing-landing-view .products-grid .product-item .product-item-info .product-item-details .additional_attr .catalog_card_features,
.catalog-category-view .get_compare_list_bar .product-item .product-item-info .product-item-details .additional_attr .catalog_card_features,
.catalogsearch-result-index .get_compare_list_bar .product-item .product-item-info .product-item-details .additional_attr .catalog_card_features,
.landing-landing-view .get_compare_list_bar .product-item .product-item-info .product-item-details .additional_attr .catalog_card_features {
  font-size: 7px;
}
@media screen and (max-width: 768px) {
  .catalog-category-view .products-grid .product-item .product-item-info .product-item-details .additional_attr .catalog_card_features,
  .catalogsearch-result-index .products-grid .product-item .product-item-info .product-item-details .additional_attr .catalog_card_features,
  .landing-landing-view .products-grid .product-item .product-item-info .product-item-details .additional_attr .catalog_card_features,
  .catalog-category-view .get_compare_list_bar .product-item .product-item-info .product-item-details .additional_attr .catalog_card_features,
  .catalogsearch-result-index .get_compare_list_bar .product-item .product-item-info .product-item-details .additional_attr .catalog_card_features,
  .landing-landing-view .get_compare_list_bar .product-item .product-item-info .product-item-details .additional_attr .catalog_card_features {
    width: 33% !important;
  }
}
.catalog-category-view .products-grid .product-item .product-item-info .product-item-details .additional_attr .catalog_card_features .action.tocompare,
.catalogsearch-result-index .products-grid .product-item .product-item-info .product-item-details .additional_attr .catalog_card_features .action.tocompare,
.landing-landing-view .products-grid .product-item .product-item-info .product-item-details .additional_attr .catalog_card_features .action.tocompare,
.catalog-category-view .get_compare_list_bar .product-item .product-item-info .product-item-details .additional_attr .catalog_card_features .action.tocompare,
.catalogsearch-result-index .get_compare_list_bar .product-item .product-item-info .product-item-details .additional_attr .catalog_card_features .action.tocompare,
.landing-landing-view .get_compare_list_bar .product-item .product-item-info .product-item-details .additional_attr .catalog_card_features .action.tocompare {
  border: unset;
  height: unset;
  width: unset;
  line-height: unset;
  text-transform: unset;
}
.catalog-category-view .products-grid .product-item .product-item-info .product-item-details .additional_attr .catalog_card_features .action.tocompare:before,
.catalogsearch-result-index .products-grid .product-item .product-item-info .product-item-details .additional_attr .catalog_card_features .action.tocompare:before,
.landing-landing-view .products-grid .product-item .product-item-info .product-item-details .additional_attr .catalog_card_features .action.tocompare:before,
.catalog-category-view .get_compare_list_bar .product-item .product-item-info .product-item-details .additional_attr .catalog_card_features .action.tocompare:before,
.catalogsearch-result-index .get_compare_list_bar .product-item .product-item-info .product-item-details .additional_attr .catalog_card_features .action.tocompare:before,
.landing-landing-view .get_compare_list_bar .product-item .product-item-info .product-item-details .additional_attr .catalog_card_features .action.tocompare:before {
  content: '';
}
.catalog-category-view .products-grid .product-item .product-item-info .product-item-details .additional_attr .catalog_card_features a,
.catalogsearch-result-index .products-grid .product-item .product-item-info .product-item-details .additional_attr .catalog_card_features a,
.landing-landing-view .products-grid .product-item .product-item-info .product-item-details .additional_attr .catalog_card_features a,
.catalog-category-view .get_compare_list_bar .product-item .product-item-info .product-item-details .additional_attr .catalog_card_features a,
.catalogsearch-result-index .get_compare_list_bar .product-item .product-item-info .product-item-details .additional_attr .catalog_card_features a,
.landing-landing-view .get_compare_list_bar .product-item .product-item-info .product-item-details .additional_attr .catalog_card_features a {
  color: #323232;
  font-size: 10px;
  text-decoration: none;
  font-weight: 600;
}
.catalog-category-view .products-grid .product-item .product-item-info .product-item-details .additional_attr .catalog_card_features a:hover,
.catalogsearch-result-index .products-grid .product-item .product-item-info .product-item-details .additional_attr .catalog_card_features a:hover,
.landing-landing-view .products-grid .product-item .product-item-info .product-item-details .additional_attr .catalog_card_features a:hover,
.catalog-category-view .get_compare_list_bar .product-item .product-item-info .product-item-details .additional_attr .catalog_card_features a:hover,
.catalogsearch-result-index .get_compare_list_bar .product-item .product-item-info .product-item-details .additional_attr .catalog_card_features a:hover,
.landing-landing-view .get_compare_list_bar .product-item .product-item-info .product-item-details .additional_attr .catalog_card_features a:hover {
  color: #10a0dd;
}
.catalog-category-view .products-grid .product-item .product-item-info .product-item-details .additional_attr .catalog_card_features img,
.catalogsearch-result-index .products-grid .product-item .product-item-info .product-item-details .additional_attr .catalog_card_features img,
.landing-landing-view .products-grid .product-item .product-item-info .product-item-details .additional_attr .catalog_card_features img,
.catalog-category-view .get_compare_list_bar .product-item .product-item-info .product-item-details .additional_attr .catalog_card_features img,
.catalogsearch-result-index .get_compare_list_bar .product-item .product-item-info .product-item-details .additional_attr .catalog_card_features img,
.landing-landing-view .get_compare_list_bar .product-item .product-item-info .product-item-details .additional_attr .catalog_card_features img {
  display: block;
  margin: auto;
  margin-bottom: 0;
  padding: 0.3em;
  width: 45px;
}
.catalog-category-view .products-grid .product-item .product-item-info .product-item-details .additional_attr .show_flightchart img,
.catalogsearch-result-index .products-grid .product-item .product-item-info .product-item-details .additional_attr .show_flightchart img,
.landing-landing-view .products-grid .product-item .product-item-info .product-item-details .additional_attr .show_flightchart img,
.catalog-category-view .get_compare_list_bar .product-item .product-item-info .product-item-details .additional_attr .show_flightchart img,
.catalogsearch-result-index .get_compare_list_bar .product-item .product-item-info .product-item-details .additional_attr .show_flightchart img,
.landing-landing-view .get_compare_list_bar .product-item .product-item-info .product-item-details .additional_attr .show_flightchart img,
.catalog-category-view .products-grid .product-item .product-item-info .product-item-details .additional_attr .compare_added img,
.catalogsearch-result-index .products-grid .product-item .product-item-info .product-item-details .additional_attr .compare_added img,
.landing-landing-view .products-grid .product-item .product-item-info .product-item-details .additional_attr .compare_added img,
.catalog-category-view .get_compare_list_bar .product-item .product-item-info .product-item-details .additional_attr .compare_added img,
.catalogsearch-result-index .get_compare_list_bar .product-item .product-item-info .product-item-details .additional_attr .compare_added img,
.landing-landing-view .get_compare_list_bar .product-item .product-item-info .product-item-details .additional_attr .compare_added img,
.catalog-category-view .products-grid .product-item .product-item-info .product-item-details .additional_attr .show_sdesc img,
.catalogsearch-result-index .products-grid .product-item .product-item-info .product-item-details .additional_attr .show_sdesc img,
.landing-landing-view .products-grid .product-item .product-item-info .product-item-details .additional_attr .show_sdesc img,
.catalog-category-view .get_compare_list_bar .product-item .product-item-info .product-item-details .additional_attr .show_sdesc img,
.catalogsearch-result-index .get_compare_list_bar .product-item .product-item-info .product-item-details .additional_attr .show_sdesc img,
.landing-landing-view .get_compare_list_bar .product-item .product-item-info .product-item-details .additional_attr .show_sdesc img {
  border: solid 2px #323232;
  border-radius: 50%;
}
.catalog-category-view .products-grid .product-item .product-item-info .product-item-details .product.description.product-item-description,
.catalogsearch-result-index .products-grid .product-item .product-item-info .product-item-details .product.description.product-item-description,
.landing-landing-view .products-grid .product-item .product-item-info .product-item-details .product.description.product-item-description,
.catalog-category-view .get_compare_list_bar .product-item .product-item-info .product-item-details .product.description.product-item-description,
.catalogsearch-result-index .get_compare_list_bar .product-item .product-item-info .product-item-details .product.description.product-item-description,
.landing-landing-view .get_compare_list_bar .product-item .product-item-info .product-item-details .product.description.product-item-description {
  background: #ffffff;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
  color: #323232;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 19px;
  margin-top: 0;
  padding: 30px 15px;
  position: absolute;
  text-align: left;
  top: 0;
  width: 100%;
  z-index: 3;
}
.catalog-category-view .products-grid .product-item .product-item-info .product-item-details .product.description.product-item-description h2,
.catalogsearch-result-index .products-grid .product-item .product-item-info .product-item-details .product.description.product-item-description h2,
.landing-landing-view .products-grid .product-item .product-item-info .product-item-details .product.description.product-item-description h2,
.catalog-category-view .get_compare_list_bar .product-item .product-item-info .product-item-details .product.description.product-item-description h2,
.catalogsearch-result-index .get_compare_list_bar .product-item .product-item-info .product-item-details .product.description.product-item-description h2,
.landing-landing-view .get_compare_list_bar .product-item .product-item-info .product-item-details .product.description.product-item-description h2 {
  font-size: 2rem;
  margin: 0 0 1rem;
}
.catalog-category-view .products-grid .product-item .product-item-info .product-item-details .product.description.product-item-description ul,
.catalogsearch-result-index .products-grid .product-item .product-item-info .product-item-details .product.description.product-item-description ul,
.landing-landing-view .products-grid .product-item .product-item-info .product-item-details .product.description.product-item-description ul,
.catalog-category-view .get_compare_list_bar .product-item .product-item-info .product-item-details .product.description.product-item-description ul,
.catalogsearch-result-index .get_compare_list_bar .product-item .product-item-info .product-item-details .product.description.product-item-description ul,
.landing-landing-view .get_compare_list_bar .product-item .product-item-info .product-item-details .product.description.product-item-description ul {
  margin: 0;
  padding: 0;
}
.catalog-category-view .products-grid .product-item .product-item-info .product-item-details .product.description.product-item-description ul li,
.catalogsearch-result-index .products-grid .product-item .product-item-info .product-item-details .product.description.product-item-description ul li,
.landing-landing-view .products-grid .product-item .product-item-info .product-item-details .product.description.product-item-description ul li,
.catalog-category-view .get_compare_list_bar .product-item .product-item-info .product-item-details .product.description.product-item-description ul li,
.catalogsearch-result-index .get_compare_list_bar .product-item .product-item-info .product-item-details .product.description.product-item-description ul li,
.landing-landing-view .get_compare_list_bar .product-item .product-item-info .product-item-details .product.description.product-item-description ul li {
  color: #323232;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 0.5rem;
}
.catalog-category-view .products-grid .product-item .product-item-info .product-item-details .product-item-inner,
.catalogsearch-result-index .products-grid .product-item .product-item-info .product-item-details .product-item-inner,
.landing-landing-view .products-grid .product-item .product-item-info .product-item-details .product-item-inner,
.catalog-category-view .get_compare_list_bar .product-item .product-item-info .product-item-details .product-item-inner,
.catalogsearch-result-index .get_compare_list_bar .product-item .product-item-info .product-item-details .product-item-inner,
.landing-landing-view .get_compare_list_bar .product-item .product-item-info .product-item-details .product-item-inner {
  bottom: 0;
  left: 10px;
  position: absolute;
  width: 100%;
}
@media screen and (max-width: 640px) {
  .catalog-category-view .products-grid .product-item .product-item-info .product-item-details .product-item-inner,
  .catalogsearch-result-index .products-grid .product-item .product-item-info .product-item-details .product-item-inner,
  .landing-landing-view .products-grid .product-item .product-item-info .product-item-details .product-item-inner,
  .catalog-category-view .get_compare_list_bar .product-item .product-item-info .product-item-details .product-item-inner,
  .catalogsearch-result-index .get_compare_list_bar .product-item .product-item-info .product-item-details .product-item-inner,
  .landing-landing-view .get_compare_list_bar .product-item .product-item-info .product-item-details .product-item-inner {
    left: 0 !important;
  }
}
.catalog-category-view .products-grid .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions,
.catalogsearch-result-index .products-grid .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions,
.landing-landing-view .products-grid .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions,
.catalog-category-view .get_compare_list_bar .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions,
.catalogsearch-result-index .get_compare_list_bar .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions,
.landing-landing-view .get_compare_list_bar .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions {
  align-items: stretch;
  display: flex;
  justify-content: space-between;
  margin: 0;
}
.catalog-category-view .products-grid .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .learn__more-wrapper,
.catalogsearch-result-index .products-grid .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .learn__more-wrapper,
.landing-landing-view .products-grid .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .learn__more-wrapper,
.catalog-category-view .get_compare_list_bar .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .learn__more-wrapper,
.catalogsearch-result-index .get_compare_list_bar .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .learn__more-wrapper,
.landing-landing-view .get_compare_list_bar .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .learn__more-wrapper,
.catalog-category-view .products-grid .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary,
.catalogsearch-result-index .products-grid .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary,
.landing-landing-view .products-grid .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary,
.catalog-category-view .get_compare_list_bar .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary,
.catalogsearch-result-index .get_compare_list_bar .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary,
.landing-landing-view .get_compare_list_bar .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary {
  display: grid;
  place-items: center;
  height: 3.7rem;
}
.catalog-category-view .products-grid .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .learn__more-wrapper,
.catalogsearch-result-index .products-grid .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .learn__more-wrapper,
.landing-landing-view .products-grid .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .learn__more-wrapper,
.catalog-category-view .get_compare_list_bar .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .learn__more-wrapper,
.catalogsearch-result-index .get_compare_list_bar .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .learn__more-wrapper,
.landing-landing-view .get_compare_list_bar .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .learn__more-wrapper,
.catalog-category-view .products-grid .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .tocart,
.catalogsearch-result-index .products-grid .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .tocart,
.landing-landing-view .products-grid .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .tocart,
.catalog-category-view .get_compare_list_bar .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .tocart,
.catalogsearch-result-index .get_compare_list_bar .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .tocart,
.landing-landing-view .get_compare_list_bar .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .tocart {
  font-size: 1.4rem !important;
  line-height: 0 !important;
}
.catalog-category-view .products-grid .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .tocart,
.catalogsearch-result-index .products-grid .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .tocart,
.landing-landing-view .products-grid .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .tocart,
.catalog-category-view .get_compare_list_bar .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .tocart,
.catalogsearch-result-index .get_compare_list_bar .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .tocart,
.landing-landing-view .get_compare_list_bar .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .tocart {
  height: fit-content;
}
.catalog-category-view .products-grid .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .learn__more-wrapper,
.catalogsearch-result-index .products-grid .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .learn__more-wrapper,
.landing-landing-view .products-grid .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .learn__more-wrapper,
.catalog-category-view .get_compare_list_bar .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .learn__more-wrapper,
.catalogsearch-result-index .get_compare_list_bar .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .learn__more-wrapper,
.landing-landing-view .get_compare_list_bar .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .learn__more-wrapper {
  align-self: stretch;
  border-bottom-left-radius: 25px;
  color: #ffffff;
  background-color: #323232;
  font-style: italic;
  font-weight: 600;
  width: 50%;
  transition: 0.4s;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  .catalog-category-view .products-grid .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .learn__more-wrapper,
  .catalogsearch-result-index .products-grid .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .learn__more-wrapper,
  .landing-landing-view .products-grid .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .learn__more-wrapper,
  .catalog-category-view .get_compare_list_bar .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .learn__more-wrapper,
  .catalogsearch-result-index .get_compare_list_bar .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .learn__more-wrapper,
  .landing-landing-view .get_compare_list_bar .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .learn__more-wrapper {
    font-size: 1.5rem;
  }
}
.catalog-category-view .products-grid .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .learn__more-wrapper .more,
.catalogsearch-result-index .products-grid .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .learn__more-wrapper .more,
.landing-landing-view .products-grid .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .learn__more-wrapper .more,
.catalog-category-view .get_compare_list_bar .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .learn__more-wrapper .more,
.catalogsearch-result-index .get_compare_list_bar .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .learn__more-wrapper .more,
.landing-landing-view .get_compare_list_bar .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .learn__more-wrapper .more {
  color: inherit;
  display: grid;
  width: 100%;
  height: 100%;
  place-items: center;
  padding: 5px 0;
}
.catalog-category-view .products-grid .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .learn__more-wrapper .loader,
.catalogsearch-result-index .products-grid .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .learn__more-wrapper .loader,
.landing-landing-view .products-grid .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .learn__more-wrapper .loader,
.catalog-category-view .get_compare_list_bar .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .learn__more-wrapper .loader,
.catalogsearch-result-index .get_compare_list_bar .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .learn__more-wrapper .loader,
.landing-landing-view .get_compare_list_bar .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .learn__more-wrapper .loader {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border-bottom-left-radius: 2.5rem;
}
.catalog-category-view .products-grid .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .learn__more-wrapper .loader::before,
.catalogsearch-result-index .products-grid .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .learn__more-wrapper .loader::before,
.landing-landing-view .products-grid .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .learn__more-wrapper .loader::before,
.catalog-category-view .get_compare_list_bar .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .learn__more-wrapper .loader::before,
.catalogsearch-result-index .get_compare_list_bar .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .learn__more-wrapper .loader::before,
.landing-landing-view .get_compare_list_bar .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .learn__more-wrapper .loader::before {
  color: #ffffff;
  font-size: 2.5rem;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .catalog-category-view .products-grid .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .learn__more-wrapper .loader::before,
  .catalogsearch-result-index .products-grid .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .learn__more-wrapper .loader::before,
  .landing-landing-view .products-grid .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .learn__more-wrapper .loader::before,
  .catalog-category-view .get_compare_list_bar .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .learn__more-wrapper .loader::before,
  .catalogsearch-result-index .get_compare_list_bar .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .learn__more-wrapper .loader::before,
  .landing-landing-view .get_compare_list_bar .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .learn__more-wrapper .loader::before {
    font-size: 2rem;
  }
}
.catalog-category-view .products-grid .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .learn__more-wrapper .loader::after,
.catalogsearch-result-index .products-grid .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .learn__more-wrapper .loader::after,
.landing-landing-view .products-grid .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .learn__more-wrapper .loader::after,
.catalog-category-view .get_compare_list_bar .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .learn__more-wrapper .loader::after,
.catalogsearch-result-index .get_compare_list_bar .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .learn__more-wrapper .loader::after,
.landing-landing-view .get_compare_list_bar .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .learn__more-wrapper .loader::after {
  content: '';
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: -1;
  border-bottom-left-radius: 4rem;
}
.catalog-category-view .products-grid .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary,
.catalogsearch-result-index .products-grid .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary,
.landing-landing-view .products-grid .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary,
.catalog-category-view .get_compare_list_bar .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary,
.catalogsearch-result-index .get_compare_list_bar .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary,
.landing-landing-view .get_compare_list_bar .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary {
  background-color: #10a0dd;
  border-bottom-right-radius: 25px;
  padding: 5px 0;
  width: 50%;
}
.catalog-category-view .products-grid .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary .tocart,
.catalogsearch-result-index .products-grid .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary .tocart,
.landing-landing-view .products-grid .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary .tocart,
.catalog-category-view .get_compare_list_bar .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary .tocart,
.catalogsearch-result-index .get_compare_list_bar .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary .tocart,
.landing-landing-view .get_compare_list_bar .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary .tocart,
.catalog-category-view .products-grid .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary .unavailable,
.catalogsearch-result-index .products-grid .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary .unavailable,
.landing-landing-view .products-grid .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary .unavailable,
.catalog-category-view .get_compare_list_bar .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary .unavailable,
.catalogsearch-result-index .get_compare_list_bar .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary .unavailable,
.landing-landing-view .get_compare_list_bar .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary .unavailable {
  background-color: transparent;
  border: none;
  font-style: italic;
  font-weight: 600;
  text-transform: capitalize;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .catalog-category-view .products-grid .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary .tocart,
  .catalogsearch-result-index .products-grid .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary .tocart,
  .landing-landing-view .products-grid .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary .tocart,
  .catalog-category-view .get_compare_list_bar .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary .tocart,
  .catalogsearch-result-index .get_compare_list_bar .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary .tocart,
  .landing-landing-view .get_compare_list_bar .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary .tocart,
  .catalog-category-view .products-grid .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary .unavailable,
  .catalogsearch-result-index .products-grid .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary .unavailable,
  .landing-landing-view .products-grid .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary .unavailable,
  .catalog-category-view .get_compare_list_bar .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary .unavailable,
  .catalogsearch-result-index .get_compare_list_bar .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary .unavailable,
  .landing-landing-view .get_compare_list_bar .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary .unavailable {
    font-size: 1.5rem;
  }
}
.catalog-category-view .products-grid .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary .tocart::before,
.catalogsearch-result-index .products-grid .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary .tocart::before,
.landing-landing-view .products-grid .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary .tocart::before,
.catalog-category-view .get_compare_list_bar .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary .tocart::before,
.catalogsearch-result-index .get_compare_list_bar .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary .tocart::before,
.landing-landing-view .get_compare_list_bar .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary .tocart::before,
.catalog-category-view .products-grid .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary .unavailable::before,
.catalogsearch-result-index .products-grid .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary .unavailable::before,
.landing-landing-view .products-grid .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary .unavailable::before,
.catalog-category-view .get_compare_list_bar .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary .unavailable::before,
.catalogsearch-result-index .get_compare_list_bar .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary .unavailable::before,
.landing-landing-view .get_compare_list_bar .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary .unavailable::before {
  display: none;
}
.catalog-category-view .products-grid .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary .tocart,
.catalogsearch-result-index .products-grid .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary .tocart,
.landing-landing-view .products-grid .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary .tocart,
.catalog-category-view .get_compare_list_bar .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary .tocart,
.catalogsearch-result-index .get_compare_list_bar .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary .tocart,
.landing-landing-view .get_compare_list_bar .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary .tocart {
  color: #ffffff;
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
}
.catalog-category-view .products-grid .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary .unavailable,
.catalogsearch-result-index .products-grid .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary .unavailable,
.landing-landing-view .products-grid .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary .unavailable,
.catalog-category-view .get_compare_list_bar .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary .unavailable,
.catalogsearch-result-index .get_compare_list_bar .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary .unavailable,
.landing-landing-view .get_compare_list_bar .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary .unavailable {
  color: #dddddd;
  opacity: 0.6;
  pointer-events: none;
}
@media screen and (min-width: 2000px) {
  .catalog-category-view .products-grid .filterproducts,
  .catalogsearch-result-index .products-grid .filterproducts,
  .landing-landing-view .products-grid .filterproducts,
  .catalog-category-view .get_compare_list_bar .filterproducts,
  .catalogsearch-result-index .get_compare_list_bar .filterproducts,
  .landing-landing-view .get_compare_list_bar .filterproducts {
    display: block;
  }
  .catalog-category-view .products-grid .filterproducts .product-item,
  .catalogsearch-result-index .products-grid .filterproducts .product-item,
  .landing-landing-view .products-grid .filterproducts .product-item,
  .catalog-category-view .get_compare_list_bar .filterproducts .product-item,
  .catalogsearch-result-index .get_compare_list_bar .filterproducts .product-item,
  .landing-landing-view .get_compare_list_bar .filterproducts .product-item {
    width: 25%;
  }
}
@media screen and (max-width: 767px) {
  .catalog-category-view .get_compare_list_bar .product-item,
  .catalogsearch-result-index .get_compare_list_bar .product-item,
  .landing-landing-view .get_compare_list_bar .product-item {
    float: unset;
    margin: auto;
    width: 95% !important;
  }
}
.catalog-category-view .products-grid,
.catalogsearch-result-index .products-grid,
.landing-landing-view .products-grid {
  margin: 1rem 0 !important;
}
@media screen and (min-width: 768px) {
  .catalog-category-view .products-grid .product-items,
  .catalogsearch-result-index .products-grid .product-items,
  .landing-landing-view .products-grid .product-items {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(29.5rem, 1fr));
  }
}
.catalog-category-view .products-grid .product-item,
.catalogsearch-result-index .products-grid .product-item,
.landing-landing-view .products-grid .product-item {
  min-height: unset !important;
  width: 100% !important;
}
@media screen and (min-width: 768px) and (max-width: 828px) {
  .catalog-category-view .products-grid .product-item,
  .catalogsearch-result-index .products-grid .product-item,
  .landing-landing-view .products-grid .product-item {
    width: 68% !important;
    margin: auto;
  }
}
@media screen and (max-width: 767px) {
  .catalog-category-view .products-grid .product-item,
  .catalogsearch-result-index .products-grid .product-item,
  .landing-landing-view .products-grid .product-item {
    min-height: auto !important;
  }
}
.catalog-category-view .products-grid .product-item .product-item-info,
.catalogsearch-result-index .products-grid .product-item .product-item-info,
.landing-landing-view .products-grid .product-item .product-item-info {
  height: 100%;
}
.catalog-category-view .products-grid .product-item.discs,
.catalogsearch-result-index .products-grid .product-item.discs,
.landing-landing-view .products-grid .product-item.discs {
  min-height: unset;
}
.catalog-category-view .products-grid .product-item.discs .product-item-info .product-item-details,
.catalogsearch-result-index .products-grid .product-item.discs .product-item-info .product-item-details,
.landing-landing-view .products-grid .product-item.discs .product-item-info .product-item-details {
  padding-top: 0;
}
.catalog-category-view .products-grid .product-item.discs .product-item-info .product-item-details .discs_details,
.catalogsearch-result-index .products-grid .product-item.discs .product-item-info .product-item-details .discs_details,
.landing-landing-view .products-grid .product-item.discs .product-item-info .product-item-details .discs_details {
  margin-bottom: 1rem;
}
.catalog-category-view .products-grid .product-item.discs .product-item-info .product-item-details .product-item-name,
.catalogsearch-result-index .products-grid .product-item.discs .product-item-info .product-item-details .product-item-name,
.landing-landing-view .products-grid .product-item.discs .product-item-info .product-item-details .product-item-name,
.catalog-category-view .products-grid .product-item.discs .product-item-info .product-item-details .driver_stability_attrs,
.catalogsearch-result-index .products-grid .product-item.discs .product-item-info .product-item-details .driver_stability_attrs,
.landing-landing-view .products-grid .product-item.discs .product-item-info .product-item-details .driver_stability_attrs {
  padding-bottom: 0.5rem;
}
.catalog-category-view .products-grid .product-item.discs .product-item-info .product-item-details .price_rating,
.catalogsearch-result-index .products-grid .product-item.discs .product-item-info .product-item-details .price_rating,
.landing-landing-view .products-grid .product-item.discs .product-item-info .product-item-details .price_rating {
  align-items: center;
  column-gap: 1.8rem;
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  padding-bottom: 0.7rem;
}
.catalog-category-view .products-grid .product-item.discs .product-item-info .product-item-details .price_rating .price,
.catalogsearch-result-index .products-grid .product-item.discs .product-item-info .product-item-details .price_rating .price,
.landing-landing-view .products-grid .product-item.discs .product-item-info .product-item-details .price_rating .price {
  padding-bottom: 0;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.8rem;
}
.catalog-category-view .products-grid .product-item.discs .product-item-info .product-item-details .price_rating .price-box,
.catalogsearch-result-index .products-grid .product-item.discs .product-item-info .product-item-details .price_rating .price-box,
.landing-landing-view .products-grid .product-item.discs .product-item-info .product-item-details .price_rating .price-box {
  margin-bottom: 0;
}
.catalog-category-view .products-grid .product-item.discs .product-item-info .product-item-details .price_rating .price-label,
.catalogsearch-result-index .products-grid .product-item.discs .product-item-info .product-item-details .price_rating .price-label,
.landing-landing-view .products-grid .product-item.discs .product-item-info .product-item-details .price_rating .price-label {
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 400;
  color: #323232;
  order: 1;
}
.catalog-category-view .products-grid .product-item.discs .product-item-info .product-item-details .price_rating .rating-result::before,
.catalogsearch-result-index .products-grid .product-item.discs .product-item-info .product-item-details .price_rating .rating-result::before,
.landing-landing-view .products-grid .product-item.discs .product-item-info .product-item-details .price_rating .rating-result::before {
  font-size: 1.4rem;
}
.catalog-category-view .products-grid .product-item.discs .product-item-info .product-item-details .price_rating .rating-result > span::before,
.catalogsearch-result-index .products-grid .product-item.discs .product-item-info .product-item-details .price_rating .rating-result > span::before,
.landing-landing-view .products-grid .product-item.discs .product-item-info .product-item-details .price_rating .rating-result > span::before {
  font-size: 1.4rem;
}
.catalog-category-view .products-grid .product-item.discs .product-item-info .product-item-details .product-reviews-summary,
.catalogsearch-result-index .products-grid .product-item.discs .product-item-info .product-item-details .product-reviews-summary,
.landing-landing-view .products-grid .product-item.discs .product-item-info .product-item-details .product-reviews-summary {
  margin: 7px 0 0;
}
.catalog-category-view .products-grid .product-item.discs .product-item-info .additional_attr,
.catalogsearch-result-index .products-grid .product-item.discs .product-item-info .additional_attr,
.landing-landing-view .products-grid .product-item.discs .product-item-info .additional_attr {
  justify-content: center;
  margin-bottom: 0;
  padding-top: 0 !important;
}
.catalog-category-view .products-grid .product-item.discs .product-item-info .additional_attr .catalog_card_features,
.catalogsearch-result-index .products-grid .product-item.discs .product-item-info .additional_attr .catalog_card_features,
.landing-landing-view .products-grid .product-item.discs .product-item-info .additional_attr .catalog_card_features {
  max-width: 32%;
}
.catalog-category-view .products-grid .product-item.discs .product-item-info .additional_attr .catalog_card_features a,
.catalogsearch-result-index .products-grid .product-item.discs .product-item-info .additional_attr .catalog_card_features a,
.landing-landing-view .products-grid .product-item.discs .product-item-info .additional_attr .catalog_card_features a {
  font-size: 9px;
}
.catalog-category-view .products-grid .product-item.discs .product-item-info .additional_attr .catalog_card_features a img,
.catalogsearch-result-index .products-grid .product-item.discs .product-item-info .additional_attr .catalog_card_features a img,
.landing-landing-view .products-grid .product-item.discs .product-item-info .additional_attr .catalog_card_features a img {
  width: 3.5rem;
}
.catalog-category-view .products-grid .product-item:not(.discs) .product-item-info .list-form .product-item-details .price_rating,
.catalogsearch-result-index .products-grid .product-item:not(.discs) .product-item-info .list-form .product-item-details .price_rating,
.landing-landing-view .products-grid .product-item:not(.discs) .product-item-info .list-form .product-item-details .price_rating {
  display: flex;
  flex-direction: column-reverse;
}
.catalog-category-view .products-grid .product-item:not(.discs) .product-item-info .list-form .product-item-details .price_rating .price-box,
.catalogsearch-result-index .products-grid .product-item:not(.discs) .product-item-info .list-form .product-item-details .price_rating .price-box,
.landing-landing-view .products-grid .product-item:not(.discs) .product-item-info .list-form .product-item-details .price_rating .price-box {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .catalog-category-view .products-grid .product-item,
  .catalogsearch-result-index .products-grid .product-item,
  .landing-landing-view .products-grid .product-item {
    margin: auto;
    padding: 6px 9px !important;
    width: 100% !important;
  }
  .catalog-category-view .products-grid .product-item .product-item-info,
  .catalogsearch-result-index .products-grid .product-item .product-item-info,
  .landing-landing-view .products-grid .product-item .product-item-info {
    display: flex;
    align-items: center;
    border-radius: 1.2rem;
    padding-bottom: 1rem;
  }
  .catalog-category-view .products-grid .product-item .product-item-info .product-item-details,
  .catalogsearch-result-index .products-grid .product-item .product-item-info .product-item-details,
  .landing-landing-view .products-grid .product-item .product-item-info .product-item-details {
    display: flex;
    flex-direction: column;
  }
  .catalog-category-view .products-grid .product-item .product-item-info .product-item-details .product-item-name,
  .catalogsearch-result-index .products-grid .product-item .product-item-info .product-item-details .product-item-name,
  .landing-landing-view .products-grid .product-item .product-item-info .product-item-details .product-item-name {
    order: 1;
    white-space: normal;
  }
  .catalog-category-view .products-grid .product-item .product-item-info .towishlist,
  .catalogsearch-result-index .products-grid .product-item .product-item-info .towishlist,
  .landing-landing-view .products-grid .product-item .product-item-info .towishlist {
    left: 9px !important;
    top: 9px !important;
  }
  .catalog-category-view .products-grid .product-item .product-item-info .product-item-photo,
  .catalogsearch-result-index .products-grid .product-item .product-item-info .product-item-photo,
  .landing-landing-view .products-grid .product-item .product-item-info .product-item-photo {
    flex: 1.15;
    margin-bottom: 1rem !important;
    padding: 2rem 1rem;
  }
  .catalog-category-view .products-grid .product-item .product-item-info .product-item-photo img,
  .catalogsearch-result-index .products-grid .product-item .product-item-info .product-item-photo img,
  .landing-landing-view .products-grid .product-item .product-item-info .product-item-photo img {
    border-radius: 0;
    max-height: 12.5rem !important;
    height: 100%;
  }
  .catalog-category-view .products-grid .product-item .product-item-info .see-new-listing-container .product-item-details,
  .catalogsearch-result-index .products-grid .product-item .product-item-info .see-new-listing-container .product-item-details,
  .landing-landing-view .products-grid .product-item .product-item-info .see-new-listing-container .product-item-details {
    padding-bottom: .2rem !important;
  }
  .catalog-category-view .products-grid .product-item .product-item-info .list-form,
  .catalogsearch-result-index .products-grid .product-item .product-item-info .list-form,
  .landing-landing-view .products-grid .product-item .product-item-info .list-form {
    flex: 2;
    display: flex;
    flex-direction: column-reverse;
    padding-bottom: 20px;
  }
  .catalog-category-view .products-grid .product-item .product-item-info .list-form .product-item-details,
  .catalogsearch-result-index .products-grid .product-item .product-item-info .list-form .product-item-details,
  .landing-landing-view .products-grid .product-item .product-item-info .list-form .product-item-details {
    margin-bottom: 0;
    padding-bottom: 0.2rem;
    padding-left: 0;
  }
  .catalog-category-view .products-grid .product-item .product-item-info .list-form .product-item-details .product-item-link,
  .catalogsearch-result-index .products-grid .product-item .product-item-info .list-form .product-item-details .product-item-link,
  .landing-landing-view .products-grid .product-item .product-item-info .list-form .product-item-details .product-item-link {
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.8rem;
  }
  .catalog-category-view .products-grid .product-item .product-item-info .list-form .product-item-details .driver_stability_attrs,
  .catalogsearch-result-index .products-grid .product-item .product-item-info .list-form .product-item-details .driver_stability_attrs,
  .landing-landing-view .products-grid .product-item .product-item-info .list-form .product-item-details .driver_stability_attrs {
    font-size: 1.1rem;
    line-height: 1.4rem;
    font-style: italic;
    font-weight: 300;
  }
  .catalog-category-view .products-grid .product-item .product-item-info .list-form .product-item-details .used_discs_attributes,
  .catalogsearch-result-index .products-grid .product-item .product-item-info .list-form .product-item-details .used_discs_attributes,
  .landing-landing-view .products-grid .product-item .product-item-info .list-form .product-item-details .used_discs_attributes {
    font-style: normal;
  }
  .catalog-category-view .products-grid .product-item .product-item-info .list-form .product-item-details .price_rating .price-label,
  .catalogsearch-result-index .products-grid .product-item .product-item-info .list-form .product-item-details .price_rating .price-label,
  .landing-landing-view .products-grid .product-item .product-item-info .list-form .product-item-details .price_rating .price-label,
  .catalog-category-view .products-grid .product-item .product-item-info .list-form .product-item-details .price_rating .price,
  .catalogsearch-result-index .products-grid .product-item .product-item-info .list-form .product-item-details .price_rating .price,
  .landing-landing-view .products-grid .product-item .product-item-info .list-form .product-item-details .price_rating .price {
    font-size: 1.1rem !important;
    line-height: 1.4rem !important;
  }
  .catalog-category-view .products-grid .product-item .product-item-info .list-form .product-item-details .price_rating .rating-result::before,
  .catalogsearch-result-index .products-grid .product-item .product-item-info .list-form .product-item-details .price_rating .rating-result::before,
  .landing-landing-view .products-grid .product-item .product-item-info .list-form .product-item-details .price_rating .rating-result::before {
    font-size: 1.1rem;
  }
  .catalog-category-view .products-grid .product-item .product-item-info .list-form .product-item-details .price_rating .rating-result > span::before,
  .catalogsearch-result-index .products-grid .product-item .product-item-info .list-form .product-item-details .price_rating .rating-result > span::before,
  .landing-landing-view .products-grid .product-item .product-item-info .list-form .product-item-details .price_rating .rating-result > span::before {
    font-size: 1.1rem;
  }
  .catalog-category-view .products-grid .product-item .product-item-info .list-form .product-item-details .additional_attr,
  .catalogsearch-result-index .products-grid .product-item .product-item-info .list-form .product-item-details .additional_attr,
  .landing-landing-view .products-grid .product-item .product-item-info .list-form .product-item-details .additional_attr {
    justify-content: space-between;
    padding-top: 0.5rem !important;
  }
  .catalog-category-view .products-grid .product-item .product-item-info .list-form .product-item-details .additional_attr .catalog_card_features,
  .catalogsearch-result-index .products-grid .product-item .product-item-info .list-form .product-item-details .additional_attr .catalog_card_features,
  .landing-landing-view .products-grid .product-item .product-item-info .list-form .product-item-details .additional_attr .catalog_card_features {
    padding: 0;
  }
  .catalog-category-view .products-grid .product-item .product-item-info .list-form .product-item-details .additional_attr .catalog_card_features a,
  .catalogsearch-result-index .products-grid .product-item .product-item-info .list-form .product-item-details .additional_attr .catalog_card_features a,
  .landing-landing-view .products-grid .product-item .product-item-info .list-form .product-item-details .additional_attr .catalog_card_features a {
    font-size: 0.7rem;
  }
  .catalog-category-view .products-grid .product-item .product-item-info .list-form .product-item-details .additional_attr .catalog_card_features a img,
  .catalogsearch-result-index .products-grid .product-item .product-item-info .list-form .product-item-details .additional_attr .catalog_card_features a img,
  .landing-landing-view .products-grid .product-item .product-item-info .list-form .product-item-details .additional_attr .catalog_card_features a img {
    width: 3rem;
  }
  .catalog-category-view .products-grid .product-item .product-item-info .list-form .product-item-details .product-item-description,
  .catalogsearch-result-index .products-grid .product-item .product-item-info .list-form .product-item-details .product-item-description,
  .landing-landing-view .products-grid .product-item .product-item-info .list-form .product-item-details .product-item-description {
    border-top-left-radius: 1.2rem !important;
    border-top-right-radius: 1.2rem !important;
    font-size: 1.2rem !important;
    line-height: 1.7rem !important;
    padding: 2rem 1.5rem !important;
  }
  .catalog-category-view .products-grid .product-item .product-item-info .list-form .product-item-details .product-item-inner,
  .catalogsearch-result-index .products-grid .product-item .product-item-info .list-form .product-item-details .product-item-inner,
  .landing-landing-view .products-grid .product-item .product-item-info .list-form .product-item-details .product-item-inner {
    bottom: 0;
    z-index: 2;
  }
  .catalog-category-view .products-grid .product-item .product-item-info .list-form .product-item-details .product-item-inner .product-item-actions .learn__more-wrapper,
  .catalogsearch-result-index .products-grid .product-item .product-item-info .list-form .product-item-details .product-item-inner .product-item-actions .learn__more-wrapper,
  .landing-landing-view .products-grid .product-item .product-item-info .list-form .product-item-details .product-item-inner .product-item-actions .learn__more-wrapper,
  .catalog-category-view .products-grid .product-item .product-item-info .list-form .product-item-details .product-item-inner .product-item-actions .tocart,
  .catalogsearch-result-index .products-grid .product-item .product-item-info .list-form .product-item-details .product-item-inner .product-item-actions .tocart,
  .landing-landing-view .products-grid .product-item .product-item-info .list-form .product-item-details .product-item-inner .product-item-actions .tocart {
    font-size: 1.2rem !important;
    line-height: 0 !important;
  }
  .catalog-category-view .products-grid .product-item .product-item-info .list-form .product-item-details .product-item-inner .product-item-actions .learn__more-wrapper,
  .catalogsearch-result-index .products-grid .product-item .product-item-info .list-form .product-item-details .product-item-inner .product-item-actions .learn__more-wrapper,
  .landing-landing-view .products-grid .product-item .product-item-info .list-form .product-item-details .product-item-inner .product-item-actions .learn__more-wrapper,
  .catalog-category-view .products-grid .product-item .product-item-info .list-form .product-item-details .product-item-inner .product-item-actions .actions-primary,
  .catalogsearch-result-index .products-grid .product-item .product-item-info .list-form .product-item-details .product-item-inner .product-item-actions .actions-primary,
  .landing-landing-view .products-grid .product-item .product-item-info .list-form .product-item-details .product-item-inner .product-item-actions .actions-primary {
    border-radius: 0;
    display: grid;
    place-items: center;
    height: 2.7rem;
  }
  .catalog-category-view .products-grid .product-item .product-item-info .list-form .product-item-details .product-item-inner .product-item-actions .learn__more-wrapper,
  .catalogsearch-result-index .products-grid .product-item .product-item-info .list-form .product-item-details .product-item-inner .product-item-actions .learn__more-wrapper,
  .landing-landing-view .products-grid .product-item .product-item-info .list-form .product-item-details .product-item-inner .product-item-actions .learn__more-wrapper {
    width: 41%;
  }
  .catalog-category-view .products-grid .product-item .product-item-info .list-form .product-item-details .product-item-inner .product-item-actions .actions-primary,
  .catalogsearch-result-index .products-grid .product-item .product-item-info .list-form .product-item-details .product-item-inner .product-item-actions .actions-primary,
  .landing-landing-view .products-grid .product-item .product-item-info .list-form .product-item-details .product-item-inner .product-item-actions .actions-primary {
    width: 59%;
  }
  .catalog-category-view .products-grid .product-item .product-item-info .list-form .discs_details,
  .catalogsearch-result-index .products-grid .product-item .product-item-info .list-form .discs_details,
  .landing-landing-view .products-grid .product-item .product-item-info .list-form .discs_details {
    max-width: 47%;
  }
  .catalog-category-view .products-grid .product-item .product-item-info .list-form .discs_details .attrs,
  .catalogsearch-result-index .products-grid .product-item .product-item-info .list-form .discs_details .attrs,
  .landing-landing-view .products-grid .product-item .product-item-info .list-form .discs_details .attrs {
    font-size: 0.9rem;
    line-height: 1rem;
    padding: 2px 11px 0 4px;
  }
  .catalog-category-view .products-grid .product-item .product-item-info .list-form .discs_details .attrs::before,
  .catalogsearch-result-index .products-grid .product-item .product-item-info .list-form .discs_details .attrs::before,
  .landing-landing-view .products-grid .product-item .product-item-info .list-form .discs_details .attrs::before {
    height: 0.7rem;
  }
  .catalog-category-view .products-grid .product-item .product-item-info .list-form .discs_details::after,
  .catalogsearch-result-index .products-grid .product-item .product-item-info .list-form .discs_details::after,
  .landing-landing-view .products-grid .product-item .product-item-info .list-form .discs_details::after {
    height: 0.7rem;
  }
  .catalog-category-view .products-grid .product-item.discs .product-item-info .product-item-details .driver_stability_attrs,
  .catalogsearch-result-index .products-grid .product-item.discs .product-item-info .product-item-details .driver_stability_attrs,
  .landing-landing-view .products-grid .product-item.discs .product-item-info .product-item-details .driver_stability_attrs {
    order: 2;
  }
  .catalog-category-view .products-grid .product-item.discs .product-item-info .product-item-details .discs_details,
  .catalogsearch-result-index .products-grid .product-item.discs .product-item-info .product-item-details .discs_details,
  .landing-landing-view .products-grid .product-item.discs .product-item-info .product-item-details .discs_details {
    margin-bottom: 0 !important;
    margin-top: 1rem !important;
    order: 3;
  }
  .catalog-category-view .products-grid .product-item.discs .product-item-info .product-item-details .price_rating,
  .catalogsearch-result-index .products-grid .product-item.discs .product-item-info .product-item-details .price_rating,
  .landing-landing-view .products-grid .product-item.discs .product-item-info .product-item-details .price_rating {
    order: 4;
  }
  .catalog-category-view .products-grid .product-item.discs .product-item-info .product-item-details .additional_attr,
  .catalogsearch-result-index .products-grid .product-item.discs .product-item-info .product-item-details .additional_attr,
  .landing-landing-view .products-grid .product-item.discs .product-item-info .product-item-details .additional_attr {
    order: 5;
  }
  .catalog-category-view .products-grid .product-item:not(.discs) .product-item-info .list-form .product-item-details > div[class^="swatch-opt"],
  .catalogsearch-result-index .products-grid .product-item:not(.discs) .product-item-info .list-form .product-item-details > div[class^="swatch-opt"],
  .landing-landing-view .products-grid .product-item:not(.discs) .product-item-info .list-form .product-item-details > div[class^="swatch-opt"] {
    order: 3;
    padding-bottom: 0.5rem;
  }
  .catalog-category-view .products-grid .product-item:not(.discs) .product-item-info .list-form .product-item-details > div[class^="swatch-opt"] .swatch-option.image,
  .catalogsearch-result-index .products-grid .product-item:not(.discs) .product-item-info .list-form .product-item-details > div[class^="swatch-opt"] .swatch-option.image,
  .landing-landing-view .products-grid .product-item:not(.discs) .product-item-info .list-form .product-item-details > div[class^="swatch-opt"] .swatch-option.image {
    background-size: cover !important;
    height: 4.2rem !important;
    width: 4.2rem !important;
    border: 0;
  }
  .catalog-category-view .products-grid .product-item:not(.discs) .product-item-info .list-form .product-item-details > div[class^="swatch-opt"] .swatch-more,
  .catalogsearch-result-index .products-grid .product-item:not(.discs) .product-item-info .list-form .product-item-details > div[class^="swatch-opt"] .swatch-more,
  .landing-landing-view .products-grid .product-item:not(.discs) .product-item-info .list-form .product-item-details > div[class^="swatch-opt"] .swatch-more {
    border: solid 0.5px #707070;
    background-color: #f1f1f1;
    font-size: 1rem;
    padding: 0;
    width: 3.2rem;
    height: 3.2rem;
  }
  .catalog-category-view .products-grid .product-item:not(.discs) .product-item-info .list-form .product-item-details > div[class^="swatch-opt"] .swatch-more:hover,
  .catalogsearch-result-index .products-grid .product-item:not(.discs) .product-item-info .list-form .product-item-details > div[class^="swatch-opt"] .swatch-more:hover,
  .landing-landing-view .products-grid .product-item:not(.discs) .product-item-info .list-form .product-item-details > div[class^="swatch-opt"] .swatch-more:hover {
    color: #323232;
  }
  .catalog-category-view .products-grid .product-item:not(.discs) .product-item-info .list-form .product-item-details .price_rating,
  .catalogsearch-result-index .products-grid .product-item:not(.discs) .product-item-info .list-form .product-item-details .price_rating,
  .landing-landing-view .products-grid .product-item:not(.discs) .product-item-info .list-form .product-item-details .price_rating {
    order: 2;
  }
  .catalog-category-view .products-grid .product-item:not(.discs) .product-item-info .list-form .product-item-details .price_rating .product-reviews-summary,
  .catalogsearch-result-index .products-grid .product-item:not(.discs) .product-item-info .list-form .product-item-details .price_rating .product-reviews-summary,
  .landing-landing-view .products-grid .product-item:not(.discs) .product-item-info .list-form .product-item-details .price_rating .product-reviews-summary {
    margin: 3px 0;
  }
  .catalog-category-view .products-grid .product-item:not(.discs) .product-item-info .list-form .product-item-details .price_rating .price-box,
  .catalogsearch-result-index .products-grid .product-item:not(.discs) .product-item-info .list-form .product-item-details .price_rating .price-box,
  .landing-landing-view .products-grid .product-item:not(.discs) .product-item-info .list-form .product-item-details .price_rating .price-box {
    margin-top: 1px;
  }
  .catalog-category-view .products-grid .product-item:not(.discs) .product-item-info .list-form .product-item-details .price_rating .price-box .price,
  .catalogsearch-result-index .products-grid .product-item:not(.discs) .product-item-info .list-form .product-item-details .price_rating .price-box .price,
  .landing-landing-view .products-grid .product-item:not(.discs) .product-item-info .list-form .product-item-details .price_rating .price-box .price {
    font-weight: 400;
  }
  .catalog-category-view .products-grid .product-item:not(.discs) .product-item-info .list-form .product-item-details .product-item-inner,
  .catalogsearch-result-index .products-grid .product-item:not(.discs) .product-item-info .list-form .product-item-details .product-item-inner,
  .landing-landing-view .products-grid .product-item:not(.discs) .product-item-info .list-form .product-item-details .product-item-inner {
    z-index: 0;
  }
}
.catalog-category-view .toolbar-products:first-of-type,
.catalogsearch-result-index .toolbar-products:first-of-type,
.landing-landing-view .toolbar-products:first-of-type {
  float: right;
}
.catalog-category-view .toolbar-products:first-of-type .sorter,
.catalogsearch-result-index .toolbar-products:first-of-type .sorter,
.landing-landing-view .toolbar-products:first-of-type .sorter {
  display: flex;
  align-items: center;
  justify-content: center;
}
.catalog-category-view .toolbar-products:first-of-type .sorter-action,
.catalogsearch-result-index .toolbar-products:first-of-type .sorter-action,
.landing-landing-view .toolbar-products:first-of-type .sorter-action {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .catalog-category-view .toolbar-products:first-of-type,
  .catalogsearch-result-index .toolbar-products:first-of-type,
  .landing-landing-view .toolbar-products:first-of-type {
    float: unset;
  }
  .catalog-category-view .toolbar-products:first-of-type .sorter,
  .catalogsearch-result-index .toolbar-products:first-of-type .sorter,
  .landing-landing-view .toolbar-products:first-of-type .sorter {
    float: unset;
  }
  .catalog-category-view .toolbar-products:first-of-type .sorter-label,
  .catalogsearch-result-index .toolbar-products:first-of-type .sorter-label,
  .landing-landing-view .toolbar-products:first-of-type .sorter-label {
    font-size: 1.4rem;
    line-height: 2.3rem;
  }
  .catalog-category-view .toolbar-products:first-of-type .sorter-options,
  .catalogsearch-result-index .toolbar-products:first-of-type .sorter-options,
  .landing-landing-view .toolbar-products:first-of-type .sorter-options {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.161);
    font-size: 0.9rem;
    height: 2.4rem;
    line-height: 1.1rem;
    width: 10.1rem;
  }
}
.catalog-category-view .pages,
.catalogsearch-result-index .pages,
.landing-landing-view .pages {
  float: unset !important;
  margin: auto;
}
.catalog-category-view .pages .page,
.catalogsearch-result-index .pages .page,
.landing-landing-view .pages .page,
.catalog-category-view .pages .next,
.catalogsearch-result-index .pages .next,
.landing-landing-view .pages .next,
.catalog-category-view .pages .previous,
.catalogsearch-result-index .pages .previous,
.landing-landing-view .pages .previous {
  border-color: #323232;
  border-radius: 5px;
  color: #323232;
}
.catalog-category-view .pages .page:hover,
.catalogsearch-result-index .pages .page:hover,
.landing-landing-view .pages .page:hover,
.catalog-category-view .pages .next:hover,
.catalogsearch-result-index .pages .next:hover,
.landing-landing-view .pages .next:hover,
.catalog-category-view .pages .previous:hover,
.catalogsearch-result-index .pages .previous:hover,
.landing-landing-view .pages .previous:hover {
  background-color: #323232;
  color: #ffffff !important;
  transition: 0.4s;
}
.catalog-category-view .pages .current .page,
.catalogsearch-result-index .pages .current .page,
.landing-landing-view .pages .current .page {
  background-color: #323232;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .catalog-category-view .flightchart-popup .modal-inner-wrap,
  .catalogsearch-result-index .flightchart-popup .modal-inner-wrap,
  .landing-landing-view .flightchart-popup .modal-inner-wrap {
    background-color: #484848;
    border-radius: 2rem;
    margin-bottom: 0;
    margin-top: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 95%;
  }
  .catalog-category-view .flightchart-popup .modal-inner-wrap .action-close,
  .catalogsearch-result-index .flightchart-popup .modal-inner-wrap .action-close,
  .landing-landing-view .flightchart-popup .modal-inner-wrap .action-close {
    height: auto;
    right: 1rem;
    top: 1rem;
  }
  .catalog-category-view .flightchart-popup .modal-inner-wrap .action-close::before,
  .catalogsearch-result-index .flightchart-popup .modal-inner-wrap .action-close::before,
  .landing-landing-view .flightchart-popup .modal-inner-wrap .action-close::before {
    color: #ffffff !important;
    font-size: 2.5rem;
    overflow: visible;
  }
}
/******* Compare Popup CSS **********************/
.comparisonBar {
  bottom: 0;
  position: fixed !important;
  width: 115rem;
  z-index: 901;
  margin-bottom: 0 !important;
  max-width: 100%;
  width: 100%;
  left: 0;
}
.comparisonBar.open .compare_header a.comparelist:after {
  transform: rotate(180deg);
}
.comparisonBar .comparison_header {
  display: block;
  position: relative;
}
.comparisonBar .compare_header {
  background-color: #101010;
  padding: 0;
  float: none;
  width: 100%;
  overflow: hidden;
  max-width: 1494px;
  border-radius: 40px 40px 0 0;
  position: absolute;
  right: 0px;
  bottom: 0px;
}
.comparisonBar .compare_header a {
  display: inline-block;
  width: 100%;
}
.comparisonBar .compare_header .h2 {
  flex-wrap: wrap;
  margin: 0;
  display: flex !important;
  text-align: center;
}
.comparisonBar .compare_header .h2 .items-to-compare div {
  cursor: pointer;
  width: 40px;
  background: #e2e2e2;
  height: 40px;
  border-radius: 50%;
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 7px;
}
@media screen and (max-width: 768px) {
  .comparisonBar .compare_header .h2 .items-to-compare div {
    height: 25px;
    width: 25px;
  }
}
.comparisonBar .compare_header .h2 .items-to-compare div img {
  border-radius: 50%;
  cursor: pointer;
}
.comparisonBar .compare_header .fa {
  margin: 0;
  float: right;
  padding-left: 10px;
  padding-right: 10px;
}
.comparisonBar .compare_header .numberOfItems {
  color: #ffffff;
  overflow: hidden;
  display: inline-block;
  text-align: center;
  font-size: 20px;
  line-height: 24px;
  font-style: italic;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  margin-top: 1.5rem;
}
@media screen and (max-width: 992px) {
  .comparisonBar .compare_header .numberOfItems {
    font-size: 15px;
    line-height: 19px;
  }
}
@media screen and (max-width: 768px) {
  .comparisonBar .compare_header .numberOfItems {
    margin-top: 1rem;
  }
}
@media screen and (max-width: 576px) {
  .comparisonBar .compare_header .numberOfItems {
    margin-bottom: 1rem;
    margin-top: 1rem;
  }
}
.comparisonBar .compare_header .clear {
  background-color: #646464;
  cursor: pointer;
  display: block;
}
.comparisonBar .compare_header .comparelist {
  background-color: #10a0dd;
  cursor: pointer;
  text-align: center;
  display: block;
}
.comparisonBar .compare_header .comparelist .numberOfItems {
  font-style: italic;
  font-weight: 600;
}
.comparison_popup.inner {
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
  width: 100%;
  position: fixed;
  top: 0%;
  left: 0%;
  background: rgba(50, 50, 50, 0.5);
  border-bottom: 0;
  padding: 0 0 120px !important;
  z-index: 900;
  height: 100%;
  overflow-y: auto;
}
@media screen and (max-width: 576px) {
  .comparison_popup.inner {
    padding: 65px 0 230px !important;
  }
}
.comparison_popup.inner .discs_details {
  max-width: 70% !important;
}
.comparison_popup.inner .discs_details span.attrs {
  font-size: 2.2rem !important;
  font-style: italic;
  line-height: 2.5rem;
}
.comparison_popup.inner .explain_flightnos {
  color: #10a0dd;
  display: block;
  font-size: 15px;
  line-height: 34px;
  margin: 0 0 1rem;
  text-decoration: underline;
}
.comparison_popup.inner .product_name {
  color: #323232;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 3rem;
  padding: 3rem 1rem 0;
}
@media screen and (max-width: 640px) {
  .comparison_popup.inner .product_name {
    padding-top: 1rem;
  }
}
@media screen and (max-width: 1200px) {
  .comparison_popup.inner .product_name {
    font-size: 2rem;
  }
}
.comparison_popup.inner .product-item-details {
  padding: 3.3rem 1rem 0;
  padding-bottom: 0 !important;
  position: unset !important;
}
.comparison_popup.inner .product-item-details .additional_attr a {
  color: #323232;
  font-size: 10px;
  text-decoration: none;
  font-weight: 600;
}
.comparison_popup.inner .product-item-details .additional_attr a:hover {
  color: #10a0dd;
}
.comparison_popup.inner .more {
  border-bottom-left-radius: 25px;
  color: #ffffff;
  background-color: #323232;
  bottom: 0;
  font-size: 16px;
  font-style: italic;
  font-weight: 600;
  left: 0;
  padding: 7px 0 12px !important;
  position: absolute;
  text-transform: capitalize !important;
  width: 50%;
}
.comparison_popup.inner .actions-primary {
  background-color: #10a0dd;
  border-bottom-right-radius: 25px;
  bottom: 0;
  padding: 4px 0 5px;
  position: absolute;
  right: 0;
  width: 50%;
}
.comparison_popup.inner .actions-primary .tocart {
  background-color: transparent;
  color: #ffffff;
  border: none;
  font-size: 16px;
  font-style: italic;
  font-weight: 600;
  padding: 0 !important;
  text-transform: capitalize !important;
}
.comparison_popup.inner .actions-primary .tocart::before {
  display: none;
}
.comparison_popup.inner .comparison_selectedproducts {
  display: inline-block;
  width: 100%;
  top: 10%;
  position: relative;
  left: 0;
  height: auto;
}
@media screen and (max-width: 768px) {
  .comparison_popup.inner .comparison_selectedproducts {
    width: 100% !important;
  }
}
.comparison_popup.inner .comparison_selectedproducts ul {
  width: 100%;
  display: block;
  margin: auto;
  padding: 0;
  text-align: center;
}
.comparison_popup.inner .comparison_selectedproducts ul li {
  max-width: 480px;
  width: 100%;
  display: inline-block;
  margin: auto;
  vertical-align: middle;
  height: auto;
  position: relative;
  background: #ffffff;
  margin: 15px;
  border-radius: 25px;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .comparison_popup.inner .comparison_selectedproducts ul li {
    margin: 1.5rem 0;
  }
}
.comparison_popup.inner .comparison_selectedproducts .comparisonProductBox {
  background: #ffffff;
  box-shadow: none;
  cursor: pointer;
  max-height: 100%;
  text-align: center;
  position: relative;
  width: 100%;
  display: inline-block;
  padding: 0 0 3rem;
}
@media screen and (max-width: 767px) {
  .comparison_popup.inner .comparison_selectedproducts .comparisonProductBox {
    max-height: unset;
    display: inline-block;
  }
  .comparison_popup.inner .comparison_selectedproducts .comparisonProductBox .product-item-photo img {
    height: 300px !important;
  }
}
.comparison_popup.inner .comparison_selectedproducts .comparisonProductBox .product-item-photo {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
.comparison_popup.inner .comparison_selectedproducts .comparisonProductBox .product-item-photo a {
  padding: 0 !important;
}
.comparison_popup.inner .comparison_selectedproducts .comparisonProductBox .product-item-photo .flight_path_img_container {
  max-height: 384px;
}
@media screen and (max-width: 767px) {
  .comparison_popup.inner .comparison_selectedproducts .comparisonProductBox .product-item-photo .flight_path_img_container {
    max-height: 300px;
  }
}
.comparison_popup.inner .comparison_selectedproducts .comparisonProductBox .product-item-photo .flight_path_img_container img {
  max-width: 300px;
}
@media screen and (min-width: 768px) {
  .comparison_popup.inner .comparison_selectedproducts .comparisonProductBox .product-item-photo .flight_path_img_container img {
    max-width: 384px;
    width: 100%;
    height: auto !important;
  }
}
.comparison_popup.inner .comparison_selectedproducts .comparisonProductBox a {
  display: block;
  padding: 0 1rem;
}
.comparison_popup.inner .comparison_selectedproducts .comparisonProductBox a.delete {
  position: absolute;
  top: -8px;
  padding: 0;
  margin: 0;
  width: 45px;
  height: 45px;
  right: -8px;
  background: #000000;
  border-radius: 50%;
  color: #ffffff;
  z-index: 3;
}
.comparison_popup.inner .comparison_selectedproducts .comparisonProductBox a.delete .fa.fa-times:before {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 20px;
  width: 20px;
  display: block;
  cursor: pointer;
  font-size: 29px;
  line-height: 1.5;
}
.comparison_popup.inner .comparison_selectedproducts .comparisonProductBox a img {
  text-align: center;
  margin-bottom: 0;
  padding-left: 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .comparison_popup.inner .comparison_selectedproducts .comparisonProductBox a img {
    max-width: 384px;
    width: 100%;
    height: auto !important;
  }
}
.comparison_popup.inner .comparison_selectedproducts .comparisonProductBox a div.content_container .product_name {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1;
  color: #4b4b4b;
  margin-bottom: 0;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .comparison_popup.inner .comparison_selectedproducts .comparisonProductBox a div.content_container .product_name {
    margin-bottom: 15px;
  }
}
.comparison_popup.inner .comparison_selectedproducts .comparisonProductBox a div.content_container .product-price {
  text-align: left;
}
.comparison_popup.inner .comparison_selectedproducts .comparisonProductBox a div.content_container .product-price span {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1;
  color: #4b4b4b;
}
.comparison_popup.inner .comparison_selectedproducts .comparisonProductBox .flight_path img,
.comparison_popup.inner .comparison_selectedproducts .comparisonProductBox .tocompare img,
.comparison_popup.inner .comparison_selectedproducts .comparisonProductBox .short_desc img {
  width: 50px !important;
}
.comparison_popup.inner .comparison_selectedproducts .comparisonProductBox .flight_path_img_container img {
  height: 100% !important;
  object-fit: contain;
}
.comparison_popup.inner .comparison_selectedproducts .comparisonProductBox .product-item-description {
  border-top-left-radius: 25px !important;
  border-top-right-radius: 25px !important;
}
.comparison_popup.inner .info {
  display: inline-block;
  min-width: 180px;
  width: 100%;
  padding: 20px 15px;
  margin-bottom: 30px;
  border-top: 1px solid #707070;
}
@media screen and (min-width: 768px) {
  .comparison_popup.inner .info {
    padding: 40px 15px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 992px) {
  .comparison_popup.inner .info {
    width: 20%;
    padding: 80px 15px 20px;
    border-top: 0;
  }
}
.comparison_popup.inner .info a {
  font-size: 15px;
  text-transform: uppercase;
  width: 100%;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  display: none;
}
.comparison_popup.inner .info a.primary {
  font-size: 15px;
  line-height: 1;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  color: #ffffff;
  background: #ffffff;
  border: 1px solid #ffffff;
  max-width: 230px;
  margin: 0 auto 18px;
}
.comparison_popup.inner .info a.primary:hover,
.comparison_popup.inner .info a.primary:focus {
  background: #000000;
  color: #ffffff;
}
.comparison_popup.inner .info a.remove_all {
  font-size: 15px;
  line-height: 1;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  text-transform: capitalize;
  color: #4b4b4b;
  position: relative;
}
.comparison_popup.inner .info a.remove_all:before {
  content: "\f1f8";
  font-family: "FontAwesome";
  font-size: 16px;
  color: #4b4b4b;
}
.comparison_popup.inner .info a.remove_all:hover,
.comparison_popup.inner .info a.remove_all:focus {
  color: #ffffff;
}
.comparison_popup.inner .info a.remove_all:hover:before,
.comparison_popup.inner .info a.remove_all:focus:before {
  color: #ffffff;
}
.comparison_popup.inner .delete {
  float: right;
  position: relative;
  right: 0;
  bottom: 0;
}
.comparison_popup.inner .delete span {
  font-size: 13px;
  color: #ffffff;
  text-transform: uppercase;
}
.page-layout-1column .comparisonBar {
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .comparisonBar {
    width: 100%;
    left: 0;
    margin-bottom: 30px;
    position: static;
  }
  .comparisonBar .inner {
    float: left;
  }
  .comparisonBar .inner .comparison_selectedproducts {
    width: 100%;
    max-height: 100%;
  }
  .comparisonBar .inner .comparison_selectedproducts ul li {
    max-width: 350px;
  }
  .comparisonBar .inner .info {
    position: static;
    width: 100%;
    margin-top: 10px;
    text-align: center;
  }
  .comparisonBar .inner .info a {
    float: none;
    font-weight: 500;
  }
  .comparisonBar .inner .product_name {
    min-height: 40px;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .comparisonBar {
    width: 100%;
    left: 0;
  }
  .comparisonBar .inner .comparison_selectedproducts {
    width: 70%;
  }
}
/************* Compare Popup CSS ******************/
.category-discs .page-wrapper .breadcrumbs {
  background-color: transparent;
  border: none;
}
.category-discs .page-wrapper .breadcrumbs .items {
  padding: 5px 0;
}
.category-discs .page-wrapper .breadcrumbs .items .item {
  font-size: 2rem;
  font-weight: 400;
  text-transform: capitalize;
}
.category-discs .page-wrapper .breadcrumbs .items .item:not(:last-child)::after {
  color: #323232;
  content: '';
  font-size: 1rem;
  margin: 0 10px;
  font-family: 'FontAwesome';
}
@media screen and (max-width: 767px) {
  .category-discs .page-wrapper .breadcrumbs .items .item {
    font-size: 1.5rem;
  }
}
.category-discs .page-wrapper .breadcrumbs .items .item a,
.category-discs .page-wrapper .breadcrumbs .items .item strong {
  color: #323232;
}
.category-discs .page-wrapper #maincontent h1 {
  line-height: 1.9rem;
  padding-bottom: 1.5rem;
}
.category-discs .page-wrapper #maincontent .category-view .category-top-block {
  padding: 0 1% 0;
}
@media screen and (max-width: 1024px) {
  .category-discs .page-wrapper #maincontent .category-view .category-top-block {
    flex-direction: column;
    padding: 0 3% 1% 1%;
  }
  .category-discs .page-wrapper #maincontent .category-view .category-top-block > div:first-child {
    order: 2;
  }
  .category-discs .page-wrapper #maincontent .category-view .category-top-block > div:nth-child(2) {
    order: 1;
  }
  .category-discs .page-wrapper #maincontent .category-view .category-top-block > div:nth-child(3) {
    order: 3;
  }
  .category-discs .page-wrapper #maincontent .category-view .category-top-block > div:last-child {
    order: 4;
  }
}
@media screen and (max-width: 768px) {
  .category-discs .page-wrapper #maincontent .category-view .category-top-block {
    padding: 0 6% 1% 3%;
    margin: 0;
  }
}
@media screen and (max-width: 476px) {
  .category-discs .page-wrapper #maincontent .category-view .category-top-block {
    padding: 0 7% 1% 2.75%;
  }
}
.category-discs .page-wrapper #maincontent .category-view .category-top-block .col-md-5 {
  background: #ffffff;
  border-radius: 40px;
  flex: 35%;
  margin: 8px;
  max-width: 100% !important;
  padding: 2.5rem 0;
  display: flex;
  align-items: start;
}
.category-discs .page-wrapper #maincontent .category-view .category-top-block .col-md-5 .col-sm-4 {
  text-align: center;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .category-discs .page-wrapper #maincontent .category-view .category-top-block .col-md-5 .col-sm-4 {
    max-width: 15.5rem;
    width: 100%;
  }
}
.category-discs .page-wrapper #maincontent .category-view .category-top-block .col-md-5 .col-sm-4 img {
  max-width: 20rem;
  width: 100%;
}
@media screen and (min-width: 642px) {
  .category-discs .page-wrapper #maincontent .category-view .category-top-block .col-md-5:nth-of-type(2) ul li:first-child {
    order: 1;
  }
  .category-discs .page-wrapper #maincontent .category-view .category-top-block .col-md-5:nth-of-type(2) ul li:last-child {
    order: 4;
  }
  .category-discs .page-wrapper #maincontent .category-view .category-top-block .col-md-5:nth-of-type(2) ul li:nth-of-type(2) {
    order: 3;
  }
  .category-discs .page-wrapper #maincontent .category-view .category-top-block .col-md-5:nth-of-type(2) ul li:nth-of-type(3) {
    order: 2;
  }
}
@media screen and (max-width: 768px) {
  .category-discs .page-wrapper #maincontent .category-view .category-top-block .col-md-5 .col-sm-8 {
    margin: auto;
  }
}
@media screen and (max-width: 641px) {
  .category-discs .page-wrapper #maincontent .category-view .category-top-block .col-md-5 .col-sm-8 {
    text-align: center;
  }
}
@media screen and (max-width: 481px) {
  .category-discs .page-wrapper #maincontent .category-view .category-top-block .col-md-5 .col-sm-8 {
    text-align: left;
  }
}
.category-discs .page-wrapper #maincontent .category-view .category-top-block .col-md-5 .col-sm-8 h3 {
  color: #323232;
  font-size: 3rem;
  font-weight: 700;
  line-height: 3.7rem;
  text-align: center;
  text-decoration: none;
}
@media screen and (max-width: 1024px) {
  .category-discs .page-wrapper #maincontent .category-view .category-top-block .col-md-5 .col-sm-8 h3 {
    font-size: 2.2rem;
    margin-top: 0;
  }
}
@media screen and (max-width: 481px) {
  .category-discs .page-wrapper #maincontent .category-view .category-top-block .col-md-5 .col-sm-8 h3 {
    text-align: left;
  }
}
.category-discs .page-wrapper #maincontent .category-view .category-top-block .col-md-5 .col-sm-8 h3 a {
  color: inherit;
  text-decoration: none;
  cursor: text;
}
.category-discs .page-wrapper #maincontent .category-view .category-top-block .col-md-5 .col-sm-8 ul {
  column-gap: 9rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  list-style: none;
  padding: 37px 0 0;
  margin-bottom: 0;
  max-width: 485px;
  width: 100%;
  margin: auto;
}
@media screen and (min-width: 1025px) and (max-width: 1500px) {
  .category-discs .page-wrapper #maincontent .category-view .category-top-block .col-md-5 .col-sm-8 ul {
    column-gap: 1rem;
  }
}
@media screen and (max-width: 641px) {
  .category-discs .page-wrapper #maincontent .category-view .category-top-block .col-md-5 .col-sm-8 ul {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .category-discs .page-wrapper #maincontent .category-view .category-top-block .col-md-5 .col-sm-8 ul {
    padding-top: 0;
  }
}
.category-discs .page-wrapper #maincontent .category-view .category-top-block .col-md-5 .col-sm-8 ul li {
  color: #323232;
  font-size: 2rem;
  font-weight: 500;
  line-height: 2.4rem;
  padding-bottom: 0;
}
@media screen and (min-width: 1025px) and (max-width: 1500px) {
  .category-discs .page-wrapper #maincontent .category-view .category-top-block .col-md-5 .col-sm-8 ul li {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media screen and (max-width: 1024px) {
  .category-discs .page-wrapper #maincontent .category-view .category-top-block .col-md-5 .col-sm-8 ul li {
    font-size: 16px;
    line-height: 1.75rem;
  }
}
.category-discs .page-wrapper #maincontent .category-view .category-top-block .col-md-5 .col-sm-8 ul li a {
  color: inherit;
}
.category-discs .page-wrapper #maincontent .category-view .category-top-block .col-md-5 .col-sm-8 ul li a:hover {
  text-decoration: none;
}
.category-discs .page-wrapper #maincontent .category-view + .columns .main {
  padding: 0 1% 0 0;
}
@media screen and (max-width: 768px) {
  .category-discs .page-wrapper #maincontent .category-view + .columns .main .products-grid {
    margin: 1rem 0;
  }
}
@media screen and (min-width: 640px) and (max-width: 767px) {
  .category-discs .page-wrapper #maincontent .category-view + .columns .filterproducts {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 481px) {
  .category-discs .modal-popup.confirm .modal-inner-wrap {
    max-width: 90%;
    width: 100%;
  }
}
.category-bags .page-wrapper .breadcrumbs {
  background-color: transparent;
  border: none;
}
.category-bags .page-wrapper .breadcrumbs .items {
  padding: 5px 0;
}
.category-bags .page-wrapper .breadcrumbs .items .item {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.9rem;
  text-transform: capitalize;
}
.category-bags .page-wrapper .breadcrumbs .items .item:not(:last-child)::after {
  color: #323232;
  content: '';
  font-size: 1rem;
  margin: 0 10px;
  font-family: 'FontAwesome';
}
@media screen and (max-width: 767px) {
  .category-bags .page-wrapper .breadcrumbs .items .item {
    font-size: 1.5rem;
  }
}
.category-bags .page-wrapper .breadcrumbs .items .item a,
.category-bags .page-wrapper .breadcrumbs .items .item strong {
  color: #323232;
}
.category-bags .page-wrapper #maincontent h1 {
  line-height: 1.9rem;
  padding-bottom: 1.5rem;
}
@media (min-width: 993px) {
  .catalog-category-view .column,
  .catalogsearch-result-index .column,
  .landing-landing-view .column {
    width: 76.73% !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .catalog-category-view .column,
  .catalogsearch-result-index .column,
  .landing-landing-view .column {
    width: 70.73% !important;
  }
}
.catalog-category-view .toolbar label,
.catalogsearch-result-index .toolbar label,
.landing-landing-view .toolbar label {
  color: #323232;
  font-size: 2rem;
  font-weight: 400;
  line-height: 3.8rem;
}
@media screen and (max-width: 1024px) {
  .catalog-category-view .toolbar label,
  .catalogsearch-result-index .toolbar label,
  .landing-landing-view .toolbar label {
    font-size: 1.75rem;
  }
}
.catalog-category-view .toolbar select,
.catalogsearch-result-index .toolbar select,
.landing-landing-view .toolbar select {
  border: none;
  border-radius: 4rem;
  color: #323232;
  font-weight: 400;
}
.catalog-category-view .toolbar .modes,
.catalogsearch-result-index .toolbar .modes,
.landing-landing-view .toolbar .modes,
.catalog-category-view .toolbar .limiter,
.catalogsearch-result-index .toolbar .limiter,
.landing-landing-view .toolbar .limiter {
  display: none !important;
}
@media screen and (max-width: 480px) {
  .catalog-category-view .toolbar .sorter,
  .catalogsearch-result-index .toolbar .sorter,
  .landing-landing-view .toolbar .sorter {
    width: 100%;
    margin-right: 1.5rem;
  }
  .catalog-category-view .toolbar .sorter,
  .catalogsearch-result-index .toolbar .sorter,
  .landing-landing-view .toolbar .sorter,
  .catalog-category-view .toolbar .limiter,
  .catalogsearch-result-index .toolbar .limiter,
  .landing-landing-view .toolbar .limiter {
    text-align: center;
  }
}
.catalog-category-view .toolbar .pages .page,
.catalogsearch-result-index .toolbar .pages .page,
.landing-landing-view .toolbar .pages .page {
  border-color: #b9b9b9;
}
.catalog-category-view .toolbar .pages .action,
.catalogsearch-result-index .toolbar .pages .action,
.landing-landing-view .toolbar .pages .action {
  border: none;
  background-color: transparent;
}
.catalog-category-view .toolbar .pages .action::before,
.catalogsearch-result-index .toolbar .pages .action::before,
.landing-landing-view .toolbar .pages .action::before {
  color: #b9b9b9;
  font-size: 2.5rem;
  line-height: 3rem;
  transition: 0.4s;
}
.catalog-category-view .toolbar .pages .action::before:hover,
.catalogsearch-result-index .toolbar .pages .action::before:hover,
.landing-landing-view .toolbar .pages .action::before:hover {
  color: #323232;
}
.catalog-category-view .products-grid,
.catalogsearch-result-index .products-grid,
.landing-landing-view .products-grid {
  clear: both;
  padding-top: 3rem;
}
.catalog-category-view .products-grid .product-item,
.catalogsearch-result-index .products-grid .product-item,
.landing-landing-view .products-grid .product-item {
  min-height: 595px;
  padding: 14px;
  overflow: hidden;
}
@media (min-width: 1900px) {
  .catalog-category-view .products-grid .product-item,
  .catalogsearch-result-index .products-grid .product-item,
  .landing-landing-view .products-grid .product-item {
    min-height: 655px;
  }
}
.catalog-category-view .products-grid .product-item .product-item-info,
.catalogsearch-result-index .products-grid .product-item .product-item-info,
.landing-landing-view .products-grid .product-item .product-item-info {
  min-height: inherit;
  overflow: hidden;
}
.catalog-category-view .products-grid .product-item .product-item-info .towishlist,
.catalogsearch-result-index .products-grid .product-item .product-item-info .towishlist,
.landing-landing-view .products-grid .product-item .product-item-info .towishlist {
  border: 0;
  cursor: pointer;
  left: 20px;
  position: absolute;
  top: 15px;
  width: auto;
  z-index: 3;
}
.catalog-category-view .products-grid .product-item .product-item-info .towishlist::before,
.catalogsearch-result-index .products-grid .product-item .product-item-info .towishlist::before,
.landing-landing-view .products-grid .product-item .product-item-info .towishlist::before {
  color: #323232;
  content: "\f004";
  display: inline;
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  transition: 0.4s;
  font-size: 17px;
}
.catalog-category-view .products-grid .product-item .product-item-info .towishlist:hover::before,
.catalogsearch-result-index .products-grid .product-item .product-item-info .towishlist:hover::before,
.landing-landing-view .products-grid .product-item .product-item-info .towishlist:hover::before,
.catalog-category-view .products-grid .product-item .product-item-info .towishlist.in-wishlist::before,
.catalogsearch-result-index .products-grid .product-item .product-item-info .towishlist.in-wishlist::before,
.landing-landing-view .products-grid .product-item .product-item-info .towishlist.in-wishlist::before {
  font-weight: 900;
}
.catalog-category-view .products-grid .product-item .product-item-info .towishlist span,
.catalogsearch-result-index .products-grid .product-item .product-item-info .towishlist span,
.landing-landing-view .products-grid .product-item .product-item-info .towishlist span {
  display: none;
}
.catalog-category-view .products-grid .product-item .product-item-info .product-item-photo,
.catalogsearch-result-index .products-grid .product-item .product-item-info .product-item-photo,
.landing-landing-view .products-grid .product-item .product-item-info .product-item-photo {
  margin-bottom: 0;
  z-index: unset;
}
.catalog-category-view .products-grid .product-item .product-item-info .product-item-photo .product-image-photo,
.catalogsearch-result-index .products-grid .product-item .product-item-info .product-item-photo .product-image-photo,
.landing-landing-view .products-grid .product-item .product-item-info .product-item-photo .product-image-photo {
  max-height: 300px;
  z-index: unset;
}
@media (min-width: 1900px) {
  .catalog-category-view .products-grid .product-item .product-item-info .product-item-photo .product-image-photo,
  .catalogsearch-result-index .products-grid .product-item .product-item-info .product-item-photo .product-image-photo,
  .landing-landing-view .products-grid .product-item .product-item-info .product-item-photo .product-image-photo {
    max-height: 350px;
  }
}
.catalog-category-view .products-grid .product-item .product-item-info .product-item-photo .product-image-photo.hover_image,
.catalogsearch-result-index .products-grid .product-item .product-item-info .product-item-photo .product-image-photo.hover_image,
.landing-landing-view .products-grid .product-item .product-item-info .product-item-photo .product-image-photo.hover_image {
  display: none;
}
.catalog-category-view .products-grid .product-item .product-item-info .product-item-photo .product-labels,
.catalogsearch-result-index .products-grid .product-item .product-item-info .product-item-photo .product-labels,
.landing-landing-view .products-grid .product-item .product-item-info .product-item-photo .product-labels {
  left: 20px;
}
.catalog-category-view .products-grid .product-item .product-item-info .list_attribute_swatch,
.catalogsearch-result-index .products-grid .product-item .product-item-info .list_attribute_swatch,
.landing-landing-view .products-grid .product-item .product-item-info .list_attribute_swatch {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 1rem 1rem 0;
  row-gap: 1rem;
}
.catalog-category-view .products-grid .product-item .product-item-info .list_attribute_swatch .image,
.catalogsearch-result-index .products-grid .product-item .product-item-info .list_attribute_swatch .image,
.landing-landing-view .products-grid .product-item .product-item-info .list_attribute_swatch .image {
  height: 60px !important;
  width: 60px !important;
}
.catalog-category-view .products-grid .product-item .product-item-info .discs_details .attrs,
.catalogsearch-result-index .products-grid .product-item .product-item-info .discs_details .attrs,
.landing-landing-view .products-grid .product-item .product-item-info .discs_details .attrs {
  font-size: 1.4rem;
  line-height: 1.6rem;
}
.catalog-category-view .products-grid .product-item .product-item-info .product-item-details,
.catalogsearch-result-index .products-grid .product-item .product-item-info .product-item-details,
.landing-landing-view .products-grid .product-item .product-item-info .product-item-details {
  padding-top: 1rem;
}
.catalog-category-view .products-grid .product-item .product-item-info .product-item-details .additional_attr,
.catalogsearch-result-index .products-grid .product-item .product-item-info .product-item-details .additional_attr,
.landing-landing-view .products-grid .product-item .product-item-info .product-item-details .additional_attr {
  padding-top: 2.65rem;
  padding-bottom: 1rem;
}
@media screen and (max-width: 991px) {
  .catalog-category-view .products-grid .product-item .product-item-info .product-item-details .additional_attr,
  .catalogsearch-result-index .products-grid .product-item .product-item-info .product-item-details .additional_attr,
  .landing-landing-view .products-grid .product-item .product-item-info .product-item-details .additional_attr {
    padding-top: 0;
  }
}
.catalog-category-view .products-grid .product-item .product-item-info .product-item-details .price-box,
.catalogsearch-result-index .products-grid .product-item .product-item-info .product-item-details .price-box,
.landing-landing-view .products-grid .product-item .product-item-info .product-item-details .price-box {
  margin-bottom: 0;
}
.catalog-category-view .products-grid .product-item .product-item-info .product-item-details .price-box .price-label,
.catalogsearch-result-index .products-grid .product-item .product-item-info .product-item-details .price-box .price-label,
.landing-landing-view .products-grid .product-item .product-item-info .product-item-details .price-box .price-label {
  display: none;
}
.catalog-category-view .products-grid .product-item .product-item-info .product-item-details .price,
.catalogsearch-result-index .products-grid .product-item .product-item-info .product-item-details .price,
.landing-landing-view .products-grid .product-item .product-item-info .product-item-details .price {
  color: #323232;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 3rem;
  padding-bottom: 1rem;
}
.catalog-category-view #maincontent,
.catalogsearch-result-index #maincontent,
.landing-landing-view #maincontent {
  max-width: 100%;
  padding-top: 0;
}
@media screen and (max-width: 767px) {
  .catalog-category-view #maincontent .page-main-inner .columns,
  .catalogsearch-result-index #maincontent .page-main-inner .columns,
  .landing-landing-view #maincontent .page-main-inner .columns {
    display: flex;
    flex-direction: column-reverse;
  }
}
.catalog-category-view #maincontent .page-title-wrapper,
.catalogsearch-result-index #maincontent .page-title-wrapper,
.landing-landing-view #maincontent .page-title-wrapper {
  display: block;
  text-align: center;
}
.catalog-category-view #maincontent .page-title-wrapper .page-title,
.catalogsearch-result-index #maincontent .page-title-wrapper .page-title,
.landing-landing-view #maincontent .page-title-wrapper .page-title {
  color: #323232;
  font-size: 30px;
  text-transform: capitalize;
}
@media screen and (max-width: 768px) {
  .catalog-category-view #maincontent .page-title-wrapper .page-title,
  .catalogsearch-result-index #maincontent .page-title-wrapper .page-title,
  .landing-landing-view #maincontent .page-title-wrapper .page-title {
    padding-top: 2rem;
  }
}
.catalog-category-view #maincontent .mst-quick-nav__filterList,
.catalogsearch-result-index #maincontent .mst-quick-nav__filterList,
.landing-landing-view #maincontent .mst-quick-nav__filterList {
  flex-wrap: wrap;
  row-gap: 1.5rem;
  padding: 0 1.5rem;
}
@media screen and (min-width: 1300px) {
  .catalog-category-view #maincontent .mst-quick-nav__filterList,
  .catalogsearch-result-index #maincontent .mst-quick-nav__filterList,
  .landing-landing-view #maincontent .mst-quick-nav__filterList {
    float: left;
    max-width: 55.5rem;
    width: 100%;
  }
}
.catalog-category-view #maincontent .mst-quick-nav__filterList + .toolbar-products,
.catalogsearch-result-index #maincontent .mst-quick-nav__filterList + .toolbar-products,
.landing-landing-view #maincontent .mst-quick-nav__filterList + .toolbar-products {
  padding: 0 1rem;
}
@media screen and (min-width: 1300px) {
  .catalog-category-view #maincontent .mst-quick-nav__filterList + .toolbar-products,
  .catalogsearch-result-index #maincontent .mst-quick-nav__filterList + .toolbar-products,
  .landing-landing-view #maincontent .mst-quick-nav__filterList + .toolbar-products {
    float: right;
    padding: 0;
  }
}
.catalog-category-view #maincontent .mst-quick-nav__filterList .mst-quick-nav__item,
.catalogsearch-result-index #maincontent .mst-quick-nav__filterList .mst-quick-nav__item,
.landing-landing-view #maincontent .mst-quick-nav__filterList .mst-quick-nav__item {
  font-size: 14px;
  height: 41px;
  justify-content: center;
  padding: 6px 12px;
  width: auto;
}
@media screen and (min-width: 1900px) {
  .catalog-category-view #maincontent .mst-quick-nav__filterList .mst-quick-nav__item,
  .catalogsearch-result-index #maincontent .mst-quick-nav__filterList .mst-quick-nav__item,
  .landing-landing-view #maincontent .mst-quick-nav__filterList .mst-quick-nav__item {
    font-size: 14px;
  }
}
.catalog-category-view #maincontent .mst-quick-nav__filterList .mst-quick-nav__item._checked,
.catalogsearch-result-index #maincontent .mst-quick-nav__filterList .mst-quick-nav__item._checked,
.landing-landing-view #maincontent .mst-quick-nav__filterList .mst-quick-nav__item._checked {
  background-color: #323232;
  border-color: #323232;
  border-radius: 5px;
  position: relative;
}
.catalog-category-view #maincontent .mst-quick-nav__filterList .mst-quick-nav__item._checked::after,
.catalogsearch-result-index #maincontent .mst-quick-nav__filterList .mst-quick-nav__item._checked::after,
.landing-landing-view #maincontent .mst-quick-nav__filterList .mst-quick-nav__item._checked::after {
  height: 9px;
  position: absolute;
  right: 1px;
  top: 1px;
  width: 9px;
}
.catalog-category-view #maincontent .mst-quick-nav__filterList .mst-quick-nav__item .count,
.catalogsearch-result-index #maincontent .mst-quick-nav__filterList .mst-quick-nav__item .count,
.landing-landing-view #maincontent .mst-quick-nav__filterList .mst-quick-nav__item .count {
  margin-left: 2px;
}
@media screen and (max-width: 992px) {
  .catalog-category-view #maincontent .mst-quick-nav__filterList .mst-quick-nav__filterList-container,
  .catalogsearch-result-index #maincontent .mst-quick-nav__filterList .mst-quick-nav__filterList-container,
  .landing-landing-view #maincontent .mst-quick-nav__filterList .mst-quick-nav__filterList-container {
    overflow-x: auto;
  }
}
.catalog-category-view #maincontent .mst-quick-nav__filterList .mst-quick-nav__filterList-prev,
.catalogsearch-result-index #maincontent .mst-quick-nav__filterList .mst-quick-nav__filterList-prev,
.landing-landing-view #maincontent .mst-quick-nav__filterList .mst-quick-nav__filterList-prev,
.catalog-category-view #maincontent .mst-quick-nav__filterList .mst-quick-nav__filterList-next,
.catalogsearch-result-index #maincontent .mst-quick-nav__filterList .mst-quick-nav__filterList-next,
.landing-landing-view #maincontent .mst-quick-nav__filterList .mst-quick-nav__filterList-next {
  top: 7px;
  z-index: 1;
  background-color: #323232;
}
.catalog-category-view #maincontent .mst-quick-nav__filterList .mst-quick-nav__filterList-prev,
.catalogsearch-result-index #maincontent .mst-quick-nav__filterList .mst-quick-nav__filterList-prev,
.landing-landing-view #maincontent .mst-quick-nav__filterList .mst-quick-nav__filterList-prev {
  left: 0;
  right: auto;
}
.catalog-category-view #maincontent .mst-quick-nav__filterList .mst-quick-nav__filterList-next,
.catalogsearch-result-index #maincontent .mst-quick-nav__filterList .mst-quick-nav__filterList-next,
.landing-landing-view #maincontent .mst-quick-nav__filterList .mst-quick-nav__filterList-next {
  right: 0;
  left: auto;
}
.catalog-category-view #maincontent .mst-quick-nav__filterList .mobile-clearall,
.catalogsearch-result-index #maincontent .mst-quick-nav__filterList .mobile-clearall,
.landing-landing-view #maincontent .mst-quick-nav__filterList .mobile-clearall {
  display: none;
}
@media screen and (max-width: 767px) {
  .catalog-category-view #maincontent .mst-quick-nav__filterList,
  .catalogsearch-result-index #maincontent .mst-quick-nav__filterList,
  .landing-landing-view #maincontent .mst-quick-nav__filterList {
    align-items: flex-start;
  }
  .catalog-category-view #maincontent .mst-quick-nav__filterList .mst-quick-nav__filterList-container,
  .catalogsearch-result-index #maincontent .mst-quick-nav__filterList .mst-quick-nav__filterList-container,
  .landing-landing-view #maincontent .mst-quick-nav__filterList .mst-quick-nav__filterList-container {
    flex-grow: 0;
  }
  .catalog-category-view #maincontent .mst-quick-nav__filterList .mobile-clearall,
  .catalogsearch-result-index #maincontent .mst-quick-nav__filterList .mobile-clearall,
  .landing-landing-view #maincontent .mst-quick-nav__filterList .mobile-clearall {
    border: none;
    margin: 0;
    background-color: #10a0dd;
    color: #ffffff;
    border-radius: 8px;
    align-self: center;
    display: block;
  }
  .catalog-category-view #maincontent .mst-quick-nav__filterList .mobile-clearall a,
  .catalogsearch-result-index #maincontent .mst-quick-nav__filterList .mobile-clearall a,
  .landing-landing-view #maincontent .mst-quick-nav__filterList .mobile-clearall a {
    color: inherit;
  }
}
.catalog-category-view #maincontent .mst-quick-nav__filterList::after,
.catalogsearch-result-index #maincontent .mst-quick-nav__filterList::after,
.landing-landing-view #maincontent .mst-quick-nav__filterList::after {
  background: none;
}
.catalog-category-view #maincontent .toolbar .modes .mode-list,
.catalogsearch-result-index #maincontent .toolbar .modes .mode-list,
.landing-landing-view #maincontent .toolbar .modes .mode-list {
  display: none;
}
.catalog-category-view #maincontent .toolbar:first-of-type,
.catalogsearch-result-index #maincontent .toolbar:first-of-type,
.landing-landing-view #maincontent .toolbar:first-of-type {
  align-items: center;
  column-gap: 3.4rem;
  display: flex;
}
.catalog-category-view #maincontent .toolbar:first-of-type::before,
.catalogsearch-result-index #maincontent .toolbar:first-of-type::before,
.landing-landing-view #maincontent .toolbar:first-of-type::before,
.catalog-category-view #maincontent .toolbar:first-of-type::after,
.catalogsearch-result-index #maincontent .toolbar:first-of-type::after,
.landing-landing-view #maincontent .toolbar:first-of-type::after {
  display: none;
}
.catalog-category-view #maincontent .toolbar:first-of-type .toolbar-amount,
.catalogsearch-result-index #maincontent .toolbar:first-of-type .toolbar-amount,
.landing-landing-view #maincontent .toolbar:first-of-type .toolbar-amount {
  color: #323232;
  display: block;
  font-size: 1.6rem;
  line-height: 1.9rem;
}
@media screen and (max-width: 767px) {
  .catalog-category-view #maincontent .toolbar:first-of-type .toolbar-amount,
  .catalogsearch-result-index #maincontent .toolbar:first-of-type .toolbar-amount,
  .landing-landing-view #maincontent .toolbar:first-of-type .toolbar-amount {
    font-size: 1.2rem;
    line-height: 1.5rem;
    margin-left: 1.5rem;
    flex: 1;
  }
}
@media screen and (max-width: 767px) {
  .catalog-category-view #maincontent .toolbar:first-of-type,
  .catalogsearch-result-index #maincontent .toolbar:first-of-type,
  .landing-landing-view #maincontent .toolbar:first-of-type {
    column-gap: 0;
    padding-bottom: 2rem;
  }
  .catalog-category-view #maincontent .toolbar:first-of-type .toolbar-sorter,
  .catalogsearch-result-index #maincontent .toolbar:first-of-type .toolbar-sorter,
  .landing-landing-view #maincontent .toolbar:first-of-type .toolbar-sorter {
    justify-content: flex-end;
    margin-bottom: 0;
    flex: 1.5;
  }
}
@media screen and (min-width: 993px) {
  .catalog-category-view #maincontent .sidebar,
  .catalogsearch-result-index #maincontent .sidebar,
  .landing-landing-view #maincontent .sidebar {
    padding: 0 22px;
    width: 21.27% !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .catalog-category-view #maincontent .sidebar,
  .catalogsearch-result-index #maincontent .sidebar,
  .landing-landing-view #maincontent .sidebar {
    padding: 0 10px;
    width: 29.27% !important;
  }
}
@media screen and (max-width: 768px) {
  .catalog-category-view #maincontent .sidebar .filter-current,
  .catalogsearch-result-index #maincontent .sidebar .filter-current,
  .landing-landing-view #maincontent .sidebar .filter-current {
    margin: 4.5px 0 0;
  }
  .catalog-category-view #maincontent .sidebar .filter-current.active,
  .catalogsearch-result-index #maincontent .sidebar .filter-current.active,
  .landing-landing-view #maincontent .sidebar .filter-current.active {
    padding-bottom: 1rem;
  }
  .catalog-category-view #maincontent .sidebar .filter-current .filter-current-subtitle,
  .catalogsearch-result-index #maincontent .sidebar .filter-current .filter-current-subtitle,
  .landing-landing-view #maincontent .sidebar .filter-current .filter-current-subtitle {
    margin-bottom: 0;
  }
  .catalog-category-view #maincontent .sidebar .filter-current .filter-current-subtitle::after,
  .catalogsearch-result-index #maincontent .sidebar .filter-current .filter-current-subtitle::after,
  .landing-landing-view #maincontent .sidebar .filter-current .filter-current-subtitle::after {
    font-weight: 400;
  }
  .catalog-category-view #maincontent .sidebar .filter-actions,
  .catalogsearch-result-index #maincontent .sidebar .filter-actions,
  .landing-landing-view #maincontent .sidebar .filter-actions {
    border-top: none;
    margin: 0;
  }
}
@media screen and (min-width: 768px) {
  .catalog-category-view #maincontent .sidebar,
  .catalogsearch-result-index #maincontent .sidebar,
  .landing-landing-view #maincontent .sidebar {
    max-height: 88vh;
    overflow-y: auto;
    position: sticky;
    top: 6rem;
  }
}
.catalog-category-view #maincontent .sidebar .rating-summary .rating-result > span:before,
.catalogsearch-result-index #maincontent .sidebar .rating-summary .rating-result > span:before,
.landing-landing-view #maincontent .sidebar .rating-summary .rating-result > span:before {
  color: #f5b340 !important;
}
.catalog-category-view #maincontent .sidebar .filter-options h3,
.catalogsearch-result-index #maincontent .sidebar .filter-options h3,
.landing-landing-view #maincontent .sidebar .filter-options h3 {
  color: #323232;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 500;
  padding: 2rem 2.5rem 1.5rem;
  margin-bottom: 0;
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .catalog-category-view #maincontent .sidebar .filter-options h3,
  .catalogsearch-result-index #maincontent .sidebar .filter-options h3,
  .landing-landing-view #maincontent .sidebar .filter-options h3 {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .catalog-category-view #maincontent .sidebar,
  .catalogsearch-result-index #maincontent .sidebar,
  .landing-landing-view #maincontent .sidebar {
    float: unset;
    padding-bottom: 2rem;
  }
  .catalog-category-view #maincontent .sidebar .filter-current,
  .catalogsearch-result-index #maincontent .sidebar .filter-current,
  .landing-landing-view #maincontent .sidebar .filter-current {
    display: block;
    margin: 4.5px 1rem 0;
  }
  .catalog-category-view #maincontent .sidebar .filter-actions,
  .catalogsearch-result-index #maincontent .sidebar .filter-actions,
  .landing-landing-view #maincontent .sidebar .filter-actions {
    display: block;
  }
}
.catalog-category-view #maincontent .sidebar .filter-current-subtitle,
.catalogsearch-result-index #maincontent .sidebar .filter-current-subtitle,
.landing-landing-view #maincontent .sidebar .filter-current-subtitle,
.catalog-category-view #maincontent .sidebar .filter-options-title,
.catalogsearch-result-index #maincontent .sidebar .filter-options-title,
.landing-landing-view #maincontent .sidebar .filter-options-title {
  border-bottom: none;
  color: #323232;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1;
  padding-right: 2.25rem;
  text-transform: capitalize;
}
@media screen and (min-width: 1900px) {
  .catalog-category-view #maincontent .sidebar .filter-current-subtitle,
  .catalogsearch-result-index #maincontent .sidebar .filter-current-subtitle,
  .landing-landing-view #maincontent .sidebar .filter-current-subtitle,
  .catalog-category-view #maincontent .sidebar .filter-options-title,
  .catalogsearch-result-index #maincontent .sidebar .filter-options-title,
  .landing-landing-view #maincontent .sidebar .filter-options-title {
    font-size: 2rem;
    line-height: 2.4rem;
  }
}
@media screen and (max-width: 992px) {
  .catalog-category-view #maincontent .sidebar .filter-current-subtitle,
  .catalogsearch-result-index #maincontent .sidebar .filter-current-subtitle,
  .landing-landing-view #maincontent .sidebar .filter-current-subtitle,
  .catalog-category-view #maincontent .sidebar .filter-options-title,
  .catalogsearch-result-index #maincontent .sidebar .filter-options-title,
  .landing-landing-view #maincontent .sidebar .filter-options-title {
    font-size: 1.45rem;
    padding-right: 11px;
  }
}
@media screen and (max-width: 767px) {
  .catalog-category-view #maincontent .sidebar .filter-current-subtitle,
  .catalogsearch-result-index #maincontent .sidebar .filter-current-subtitle,
  .landing-landing-view #maincontent .sidebar .filter-current-subtitle,
  .catalog-category-view #maincontent .sidebar .filter-options-title,
  .catalogsearch-result-index #maincontent .sidebar .filter-options-title,
  .landing-landing-view #maincontent .sidebar .filter-options-title {
    font-size: 1.3rem;
    font-weight: 700;
  }
}
.catalog-category-view #maincontent .sidebar .filter-current-subtitle::after,
.catalogsearch-result-index #maincontent .sidebar .filter-current-subtitle::after,
.landing-landing-view #maincontent .sidebar .filter-current-subtitle::after,
.catalog-category-view #maincontent .sidebar .filter-options-title::after,
.catalogsearch-result-index #maincontent .sidebar .filter-options-title::after,
.landing-landing-view #maincontent .sidebar .filter-options-title::after {
  background-color: transparent;
  color: #323232;
  font-size: 16px;
  font-weight: 100;
  line-height: 1.5;
}
@media screen and (min-width: 1900px) {
  .catalog-category-view #maincontent .sidebar .filter-current-subtitle::after,
  .catalogsearch-result-index #maincontent .sidebar .filter-current-subtitle::after,
  .landing-landing-view #maincontent .sidebar .filter-current-subtitle::after,
  .catalog-category-view #maincontent .sidebar .filter-options-title::after,
  .catalogsearch-result-index #maincontent .sidebar .filter-options-title::after,
  .landing-landing-view #maincontent .sidebar .filter-options-title::after {
    font-size: 2rem;
    line-height: 1;
  }
}
@media screen and (max-width: 992px) {
  .catalog-category-view #maincontent .sidebar .filter-current-subtitle::after,
  .catalogsearch-result-index #maincontent .sidebar .filter-current-subtitle::after,
  .landing-landing-view #maincontent .sidebar .filter-current-subtitle::after,
  .catalog-category-view #maincontent .sidebar .filter-options-title::after,
  .catalogsearch-result-index #maincontent .sidebar .filter-options-title::after,
  .landing-landing-view #maincontent .sidebar .filter-options-title::after {
    font-size: 1.45rem;
    line-height: 1.75;
  }
}
@media screen and (max-width: 767px) {
  .catalog-category-view #maincontent .sidebar .filter-current-subtitle::after,
  .catalogsearch-result-index #maincontent .sidebar .filter-current-subtitle::after,
  .landing-landing-view #maincontent .sidebar .filter-current-subtitle::after,
  .catalog-category-view #maincontent .sidebar .filter-options-title::after,
  .catalogsearch-result-index #maincontent .sidebar .filter-options-title::after,
  .landing-landing-view #maincontent .sidebar .filter-options-title::after {
    font-size: 1.3rem;
    height: auto;
    line-height: 1;
    margin-top: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: auto;
  }
}
.catalog-category-view #maincontent .sidebar .filter-options-title,
.catalogsearch-result-index #maincontent .sidebar .filter-options-title,
.landing-landing-view #maincontent .sidebar .filter-options-title {
  margin-bottom: 0;
  padding: 8px 25px 8px 0;
  text-transform: none;
  border-radius: 0;
}
@media screen and (min-width: 768px) {
  .catalog-category-view #maincontent .sidebar .filter-options-title:not(:nth-last-child(2)),
  .catalogsearch-result-index #maincontent .sidebar .filter-options-title:not(:nth-last-child(2)),
  .landing-landing-view #maincontent .sidebar .filter-options-title:not(:nth-last-child(2)) {
    border-bottom: 1px solid #ccc;
  }
}
@media screen and (max-width: 767px) {
  .catalog-category-view #maincontent .sidebar .filter-options-title,
  .catalogsearch-result-index #maincontent .sidebar .filter-options-title,
  .landing-landing-view #maincontent .sidebar .filter-options-title {
    border-bottom: 1px solid #ccc;
  }
  .catalog-category-view #maincontent .sidebar .filter-options-title:first-of-type,
  .catalogsearch-result-index #maincontent .sidebar .filter-options-title:first-of-type,
  .landing-landing-view #maincontent .sidebar .filter-options-title:first-of-type {
    border-top: 1px solid #ccc;
  }
}
.catalog-category-view #maincontent .sidebar .filter-options-title.flight_number_glide,
.catalogsearch-result-index #maincontent .sidebar .filter-options-title.flight_number_glide,
.landing-landing-view #maincontent .sidebar .filter-options-title.flight_number_glide,
.catalog-category-view #maincontent .sidebar .filter-options-title.flight_fade,
.catalogsearch-result-index #maincontent .sidebar .filter-options-title.flight_fade,
.landing-landing-view #maincontent .sidebar .filter-options-title.flight_fade,
.catalog-category-view #maincontent .sidebar .filter-options-title.flight_turn,
.catalogsearch-result-index #maincontent .sidebar .filter-options-title.flight_turn,
.landing-landing-view #maincontent .sidebar .filter-options-title.flight_turn,
.catalog-category-view #maincontent .sidebar .filter-options-title.tech_rim_configuration,
.catalogsearch-result-index #maincontent .sidebar .filter-options-title.tech_rim_configuration,
.landing-landing-view #maincontent .sidebar .filter-options-title.tech_rim_configuration,
.catalog-category-view #maincontent .sidebar .filter-options-title.tech_diameter,
.catalogsearch-result-index #maincontent .sidebar .filter-options-title.tech_diameter,
.landing-landing-view #maincontent .sidebar .filter-options-title.tech_diameter,
.catalog-category-view #maincontent .sidebar .filter-options-title.tech_rim_thickness,
.catalogsearch-result-index #maincontent .sidebar .filter-options-title.tech_rim_thickness,
.landing-landing-view #maincontent .sidebar .filter-options-title.tech_rim_thickness {
  display: none;
}
.catalog-category-view #maincontent .sidebar .filter-options-title.flight_number_glide.open,
.catalogsearch-result-index #maincontent .sidebar .filter-options-title.flight_number_glide.open,
.landing-landing-view #maincontent .sidebar .filter-options-title.flight_number_glide.open,
.catalog-category-view #maincontent .sidebar .filter-options-title.flight_fade.open,
.catalogsearch-result-index #maincontent .sidebar .filter-options-title.flight_fade.open,
.landing-landing-view #maincontent .sidebar .filter-options-title.flight_fade.open,
.catalog-category-view #maincontent .sidebar .filter-options-title.flight_turn.open,
.catalogsearch-result-index #maincontent .sidebar .filter-options-title.flight_turn.open,
.landing-landing-view #maincontent .sidebar .filter-options-title.flight_turn.open,
.catalog-category-view #maincontent .sidebar .filter-options-title.tech_rim_configuration.open,
.catalogsearch-result-index #maincontent .sidebar .filter-options-title.tech_rim_configuration.open,
.landing-landing-view #maincontent .sidebar .filter-options-title.tech_rim_configuration.open,
.catalog-category-view #maincontent .sidebar .filter-options-title.tech_diameter.open,
.catalogsearch-result-index #maincontent .sidebar .filter-options-title.tech_diameter.open,
.landing-landing-view #maincontent .sidebar .filter-options-title.tech_diameter.open,
.catalog-category-view #maincontent .sidebar .filter-options-title.tech_rim_thickness.open,
.catalogsearch-result-index #maincontent .sidebar .filter-options-title.tech_rim_thickness.open,
.landing-landing-view #maincontent .sidebar .filter-options-title.tech_rim_thickness.open {
  display: block;
}
.catalog-category-view #maincontent .sidebar .filter-options-title.tech_rim_configuration,
.catalogsearch-result-index #maincontent .sidebar .filter-options-title.tech_rim_configuration,
.landing-landing-view #maincontent .sidebar .filter-options-title.tech_rim_configuration,
.catalog-category-view #maincontent .sidebar .filter-options-title.tech_diameter,
.catalogsearch-result-index #maincontent .sidebar .filter-options-title.tech_diameter,
.landing-landing-view #maincontent .sidebar .filter-options-title.tech_diameter,
.catalog-category-view #maincontent .sidebar .filter-options-title.tech_rim_thickness,
.catalogsearch-result-index #maincontent .sidebar .filter-options-title.tech_rim_thickness,
.landing-landing-view #maincontent .sidebar .filter-options-title.tech_rim_thickness {
  display: none;
}
.catalog-category-view #maincontent .sidebar .filter-options-title.tech_rim_configuration.opening,
.catalogsearch-result-index #maincontent .sidebar .filter-options-title.tech_rim_configuration.opening,
.landing-landing-view #maincontent .sidebar .filter-options-title.tech_rim_configuration.opening,
.catalog-category-view #maincontent .sidebar .filter-options-title.tech_diameter.opening,
.catalogsearch-result-index #maincontent .sidebar .filter-options-title.tech_diameter.opening,
.landing-landing-view #maincontent .sidebar .filter-options-title.tech_diameter.opening,
.catalog-category-view #maincontent .sidebar .filter-options-title.tech_rim_thickness.opening,
.catalogsearch-result-index #maincontent .sidebar .filter-options-title.tech_rim_thickness.opening,
.landing-landing-view #maincontent .sidebar .filter-options-title.tech_rim_thickness.opening {
  display: block;
}
.catalog-category-view #maincontent .sidebar .filter-options-title.open,
.catalogsearch-result-index #maincontent .sidebar .filter-options-title.open,
.landing-landing-view #maincontent .sidebar .filter-options-title.open,
.catalog-category-view #maincontent .sidebar .filter-options-title.opening,
.catalogsearch-result-index #maincontent .sidebar .filter-options-title.opening,
.landing-landing-view #maincontent .sidebar .filter-options-title.opening {
  border-bottom: none;
}
.catalog-category-view #maincontent .sidebar .filter-options-title.open::after,
.catalogsearch-result-index #maincontent .sidebar .filter-options-title.open::after,
.landing-landing-view #maincontent .sidebar .filter-options-title.open::after,
.catalog-category-view #maincontent .sidebar .filter-options-title.opening::after,
.catalogsearch-result-index #maincontent .sidebar .filter-options-title.opening::after,
.landing-landing-view #maincontent .sidebar .filter-options-title.opening::after {
  content: "\f883";
}
@media screen and (max-width: 767px) {
  .catalog-category-view #maincontent .sidebar .filter-options-title,
  .catalogsearch-result-index #maincontent .sidebar .filter-options-title,
  .landing-landing-view #maincontent .sidebar .filter-options-title {
    padding: 2rem 2.5rem 2rem 0;
  }
  .catalog-category-view #maincontent .sidebar .filter-options-title.open,
  .catalogsearch-result-index #maincontent .sidebar .filter-options-title.open,
  .landing-landing-view #maincontent .sidebar .filter-options-title.open {
    padding-bottom: 1rem;
  }
  .catalog-category-view #maincontent .sidebar .filter-options-title.open::after,
  .catalogsearch-result-index #maincontent .sidebar .filter-options-title.open::after,
  .landing-landing-view #maincontent .sidebar .filter-options-title.open::after {
    transform: translateY(-10%);
  }
}
.catalog-category-view #maincontent .sidebar .filter,
.catalogsearch-result-index #maincontent .sidebar .filter,
.landing-landing-view #maincontent .sidebar .filter {
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .catalog-category-view #maincontent .sidebar.mobile-sidebar .filter.show-overlay::before,
  .catalogsearch-result-index #maincontent .sidebar.mobile-sidebar .filter.show-overlay::before,
  .landing-landing-view #maincontent .sidebar.mobile-sidebar .filter.show-overlay::before {
    background: rgba(0, 0, 0, 0.671);
    opacity: 1;
    visibility: visible;
    z-index: 902;
  }
}
.catalog-category-view #maincontent .sidebar .filter-title,
.catalogsearch-result-index #maincontent .sidebar .filter-title,
.landing-landing-view #maincontent .sidebar .filter-title {
  cursor: pointer;
}
.catalog-category-view #maincontent .sidebar .filter-title strong,
.catalogsearch-result-index #maincontent .sidebar .filter-title strong,
.landing-landing-view #maincontent .sidebar .filter-title strong {
  border-radius: 0 8px 8px 0;
  border: none !important;
  background-color: #101010;
  z-index: 16;
  top: 50%;
  transform: translateY(-50%);
}
.catalog-category-view #maincontent .sidebar .filter-title strong::before,
.catalogsearch-result-index #maincontent .sidebar .filter-title strong::before,
.landing-landing-view #maincontent .sidebar .filter-title strong::before {
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  .catalog-category-view #maincontent .sidebar .filter-title strong,
  .catalogsearch-result-index #maincontent .sidebar .filter-title strong,
  .landing-landing-view #maincontent .sidebar .filter-title strong {
    display: none;
  }
}
.catalog-category-view #maincontent .sidebar .filter-current .filter-label,
.catalogsearch-result-index #maincontent .sidebar .filter-current .filter-label,
.landing-landing-view #maincontent .sidebar .filter-current .filter-label,
.catalog-category-view #maincontent .sidebar .filter-actions .filter-label,
.catalogsearch-result-index #maincontent .sidebar .filter-actions .filter-label,
.landing-landing-view #maincontent .sidebar .filter-actions .filter-label,
.catalog-category-view #maincontent .sidebar .filter-current .filter-value,
.catalogsearch-result-index #maincontent .sidebar .filter-current .filter-value,
.landing-landing-view #maincontent .sidebar .filter-current .filter-value,
.catalog-category-view #maincontent .sidebar .filter-actions .filter-value,
.catalogsearch-result-index #maincontent .sidebar .filter-actions .filter-value,
.landing-landing-view #maincontent .sidebar .filter-actions .filter-value,
.catalog-category-view #maincontent .sidebar .filter-current .action,
.catalogsearch-result-index #maincontent .sidebar .filter-current .action,
.landing-landing-view #maincontent .sidebar .filter-current .action,
.catalog-category-view #maincontent .sidebar .filter-actions .action,
.catalogsearch-result-index #maincontent .sidebar .filter-actions .action,
.landing-landing-view #maincontent .sidebar .filter-actions .action,
.catalog-category-view #maincontent .sidebar .filter-current .action::before,
.catalogsearch-result-index #maincontent .sidebar .filter-current .action::before,
.landing-landing-view #maincontent .sidebar .filter-current .action::before,
.catalog-category-view #maincontent .sidebar .filter-actions .action::before,
.catalogsearch-result-index #maincontent .sidebar .filter-actions .action::before,
.landing-landing-view #maincontent .sidebar .filter-actions .action::before {
  color: inherit;
  top: 50%;
  transform: translateY(-25%);
}
@media screen and (min-width: 0) {
  .catalog-category-view #maincontent .sidebar .filter-current .action,
  .catalogsearch-result-index #maincontent .sidebar .filter-current .action,
  .landing-landing-view #maincontent .sidebar .filter-current .action,
  .catalog-category-view #maincontent .sidebar .filter-actions .action,
  .catalogsearch-result-index #maincontent .sidebar .filter-actions .action,
  .landing-landing-view #maincontent .sidebar .filter-actions .action {
    top: 6px;
    right: 3px;
    transform: unset;
  }
  .catalog-category-view #maincontent .sidebar .filter-current .filter-clear,
  .catalogsearch-result-index #maincontent .sidebar .filter-current .filter-clear,
  .landing-landing-view #maincontent .sidebar .filter-current .filter-clear,
  .catalog-category-view #maincontent .sidebar .filter-actions .filter-clear,
  .catalogsearch-result-index #maincontent .sidebar .filter-actions .filter-clear,
  .landing-landing-view #maincontent .sidebar .filter-actions .filter-clear {
    border: none;
    margin: 0;
    background-color: #10a0dd;
    color: #ffffff;
    border-radius: 0.5rem;
    padding: 1rem;
  }
}
.catalog-category-view #maincontent .sidebar .filter-current .filter-label,
.catalogsearch-result-index #maincontent .sidebar .filter-current .filter-label,
.landing-landing-view #maincontent .sidebar .filter-current .filter-label,
.catalog-category-view #maincontent .sidebar .filter-actions .filter-label,
.catalogsearch-result-index #maincontent .sidebar .filter-actions .filter-label,
.landing-landing-view #maincontent .sidebar .filter-actions .filter-label {
  text-transform: capitalize;
}
.catalog-category-view #maincontent .sidebar .filter-actions,
.catalogsearch-result-index #maincontent .sidebar .filter-actions,
.landing-landing-view #maincontent .sidebar .filter-actions {
  padding-top: 2.5rem;
}
.catalog-category-view #maincontent .sidebar .filter-options-item,
.catalogsearch-result-index #maincontent .sidebar .filter-options-item,
.landing-landing-view #maincontent .sidebar .filter-options-item {
  border-bottom: solid 1px #b9b9b9;
}
.catalog-category-view #maincontent .sidebar .filter-current .items li,
.catalogsearch-result-index #maincontent .sidebar .filter-current .items li,
.landing-landing-view #maincontent .sidebar .filter-current .items li {
  display: inline-block;
  padding: 1rem 2rem 1rem 1rem !important;
  background-color: #323232;
  color: #ffffff;
  border-radius: 0.5rem;
}
.catalog-category-view #maincontent .sidebar .filter-current,
.catalogsearch-result-index #maincontent .sidebar .filter-current,
.landing-landing-view #maincontent .sidebar .filter-current,
.catalog-category-view #maincontent .sidebar .filter-options-content,
.catalogsearch-result-index #maincontent .sidebar .filter-options-content,
.landing-landing-view #maincontent .sidebar .filter-options-content {
  padding-left: 0;
}
.catalog-category-view #maincontent .sidebar .filter-current div,
.catalogsearch-result-index #maincontent .sidebar .filter-current div,
.landing-landing-view #maincontent .sidebar .filter-current div,
.catalog-category-view #maincontent .sidebar .filter-options-content div,
.catalogsearch-result-index #maincontent .sidebar .filter-options-content div,
.landing-landing-view #maincontent .sidebar .filter-options-content div {
  color: #323232;
}
.catalog-category-view #maincontent .sidebar .filter-current .items,
.catalogsearch-result-index #maincontent .sidebar .filter-current .items,
.landing-landing-view #maincontent .sidebar .filter-current .items,
.catalog-category-view #maincontent .sidebar .filter-options-content .items,
.catalogsearch-result-index #maincontent .sidebar .filter-options-content .items,
.landing-landing-view #maincontent .sidebar .filter-options-content .items {
  padding: 0 !important;
}
.catalog-category-view #maincontent .sidebar .filter-current .items li,
.catalogsearch-result-index #maincontent .sidebar .filter-current .items li,
.landing-landing-view #maincontent .sidebar .filter-current .items li,
.catalog-category-view #maincontent .sidebar .filter-options-content .items li,
.catalogsearch-result-index #maincontent .sidebar .filter-options-content .items li,
.landing-landing-view #maincontent .sidebar .filter-options-content .items li {
  margin: 0;
  padding: 0;
}
.catalog-category-view #maincontent .sidebar .filter-current .items li input[type="checkbox"],
.catalogsearch-result-index #maincontent .sidebar .filter-current .items li input[type="checkbox"],
.landing-landing-view #maincontent .sidebar .filter-current .items li input[type="checkbox"],
.catalog-category-view #maincontent .sidebar .filter-options-content .items li input[type="checkbox"],
.catalogsearch-result-index #maincontent .sidebar .filter-options-content .items li input[type="checkbox"],
.landing-landing-view #maincontent .sidebar .filter-options-content .items li input[type="checkbox"] {
  background: transparent;
  border: solid 1px #323232;
}
.catalog-category-view #maincontent .sidebar .filter-current .items li input[type="checkbox"]:checked::before,
.catalogsearch-result-index #maincontent .sidebar .filter-current .items li input[type="checkbox"]:checked::before,
.landing-landing-view #maincontent .sidebar .filter-current .items li input[type="checkbox"]:checked::before,
.catalog-category-view #maincontent .sidebar .filter-options-content .items li input[type="checkbox"]:checked::before,
.catalogsearch-result-index #maincontent .sidebar .filter-options-content .items li input[type="checkbox"]:checked::before,
.landing-landing-view #maincontent .sidebar .filter-options-content .items li input[type="checkbox"]:checked::before {
  background-color: #323232;
  color: #ffffff;
  content: '\2713';
  font-size: 14px;
  height: inherit;
  margin: -1px;
  text-align: center;
  width: inherit;
}
.catalog-category-view #maincontent .sidebar .filter-current .items li span,
.catalogsearch-result-index #maincontent .sidebar .filter-current .items li span,
.landing-landing-view #maincontent .sidebar .filter-current .items li span,
.catalog-category-view #maincontent .sidebar .filter-options-content .items li span,
.catalogsearch-result-index #maincontent .sidebar .filter-options-content .items li span,
.landing-landing-view #maincontent .sidebar .filter-options-content .items li span,
.catalog-category-view #maincontent .sidebar .filter-current .items li label,
.catalogsearch-result-index #maincontent .sidebar .filter-current .items li label,
.landing-landing-view #maincontent .sidebar .filter-current .items li label,
.catalog-category-view #maincontent .sidebar .filter-options-content .items li label,
.catalogsearch-result-index #maincontent .sidebar .filter-options-content .items li label,
.landing-landing-view #maincontent .sidebar .filter-options-content .items li label {
  color: inherit;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.3;
}
@media screen and (min-width: 1900px) {
  .catalog-category-view #maincontent .sidebar .filter-current .items li span,
  .catalogsearch-result-index #maincontent .sidebar .filter-current .items li span,
  .landing-landing-view #maincontent .sidebar .filter-current .items li span,
  .catalog-category-view #maincontent .sidebar .filter-options-content .items li span,
  .catalogsearch-result-index #maincontent .sidebar .filter-options-content .items li span,
  .landing-landing-view #maincontent .sidebar .filter-options-content .items li span,
  .catalog-category-view #maincontent .sidebar .filter-current .items li label,
  .catalogsearch-result-index #maincontent .sidebar .filter-current .items li label,
  .landing-landing-view #maincontent .sidebar .filter-current .items li label,
  .catalog-category-view #maincontent .sidebar .filter-options-content .items li label,
  .catalogsearch-result-index #maincontent .sidebar .filter-options-content .items li label,
  .landing-landing-view #maincontent .sidebar .filter-options-content .items li label {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .catalog-category-view #maincontent .sidebar .filter-current .items li span,
  .catalogsearch-result-index #maincontent .sidebar .filter-current .items li span,
  .landing-landing-view #maincontent .sidebar .filter-current .items li span,
  .catalog-category-view #maincontent .sidebar .filter-options-content .items li span,
  .catalogsearch-result-index #maincontent .sidebar .filter-options-content .items li span,
  .landing-landing-view #maincontent .sidebar .filter-options-content .items li span,
  .catalog-category-view #maincontent .sidebar .filter-current .items li label,
  .catalogsearch-result-index #maincontent .sidebar .filter-current .items li label,
  .landing-landing-view #maincontent .sidebar .filter-current .items li label,
  .catalog-category-view #maincontent .sidebar .filter-options-content .items li label,
  .catalogsearch-result-index #maincontent .sidebar .filter-options-content .items li label,
  .landing-landing-view #maincontent .sidebar .filter-options-content .items li label {
    font-size: 1.25rem;
  }
}
.catalog-category-view #maincontent .sidebar .filter-current .items li span .count,
.catalogsearch-result-index #maincontent .sidebar .filter-current .items li span .count,
.landing-landing-view #maincontent .sidebar .filter-current .items li span .count,
.catalog-category-view #maincontent .sidebar .filter-options-content .items li span .count,
.catalogsearch-result-index #maincontent .sidebar .filter-options-content .items li span .count,
.landing-landing-view #maincontent .sidebar .filter-options-content .items li span .count,
.catalog-category-view #maincontent .sidebar .filter-current .items li label .count,
.catalogsearch-result-index #maincontent .sidebar .filter-current .items li label .count,
.landing-landing-view #maincontent .sidebar .filter-current .items li label .count,
.catalog-category-view #maincontent .sidebar .filter-options-content .items li label .count,
.catalogsearch-result-index #maincontent .sidebar .filter-options-content .items li label .count,
.landing-landing-view #maincontent .sidebar .filter-options-content .items li label .count {
  margin: 0;
  padding: 0;
}
.catalog-category-view #maincontent .sidebar .filter-current .items li span:hover,
.catalogsearch-result-index #maincontent .sidebar .filter-current .items li span:hover,
.landing-landing-view #maincontent .sidebar .filter-current .items li span:hover,
.catalog-category-view #maincontent .sidebar .filter-options-content .items li span:hover,
.catalogsearch-result-index #maincontent .sidebar .filter-options-content .items li span:hover,
.landing-landing-view #maincontent .sidebar .filter-options-content .items li span:hover,
.catalog-category-view #maincontent .sidebar .filter-current .items li label:hover,
.catalogsearch-result-index #maincontent .sidebar .filter-current .items li label:hover,
.landing-landing-view #maincontent .sidebar .filter-current .items li label:hover,
.catalog-category-view #maincontent .sidebar .filter-options-content .items li label:hover,
.catalogsearch-result-index #maincontent .sidebar .filter-options-content .items li label:hover,
.landing-landing-view #maincontent .sidebar .filter-options-content .items li label:hover {
  text-decoration: none;
}
.catalog-category-view #maincontent .sidebar .filter-current .mst-nav__slider,
.catalogsearch-result-index #maincontent .sidebar .filter-current .mst-nav__slider,
.landing-landing-view #maincontent .sidebar .filter-current .mst-nav__slider,
.catalog-category-view #maincontent .sidebar .filter-options-content .mst-nav__slider,
.catalogsearch-result-index #maincontent .sidebar .filter-options-content .mst-nav__slider,
.landing-landing-view #maincontent .sidebar .filter-options-content .mst-nav__slider {
  display: flex;
  flex-direction: column-reverse;
}
.catalog-category-view #maincontent .sidebar .filter-current .mst-nav__slider .ui-slider,
.catalogsearch-result-index #maincontent .sidebar .filter-current .mst-nav__slider .ui-slider,
.landing-landing-view #maincontent .sidebar .filter-current .mst-nav__slider .ui-slider,
.catalog-category-view #maincontent .sidebar .filter-options-content .mst-nav__slider .ui-slider,
.catalogsearch-result-index #maincontent .sidebar .filter-options-content .mst-nav__slider .ui-slider,
.landing-landing-view #maincontent .sidebar .filter-options-content .mst-nav__slider .ui-slider {
  margin: 2rem 0;
}
.catalog-category-view #maincontent .sidebar .filter-current .mst-nav__slider .ui-slider-range,
.catalogsearch-result-index #maincontent .sidebar .filter-current .mst-nav__slider .ui-slider-range,
.landing-landing-view #maincontent .sidebar .filter-current .mst-nav__slider .ui-slider-range,
.catalog-category-view #maincontent .sidebar .filter-options-content .mst-nav__slider .ui-slider-range,
.catalogsearch-result-index #maincontent .sidebar .filter-options-content .mst-nav__slider .ui-slider-range,
.landing-landing-view #maincontent .sidebar .filter-options-content .mst-nav__slider .ui-slider-range {
  background: #323232;
}
.catalog-category-view #maincontent .sidebar .filter-current .mst-nav__slider .ui-slider-handle,
.catalogsearch-result-index #maincontent .sidebar .filter-current .mst-nav__slider .ui-slider-handle,
.landing-landing-view #maincontent .sidebar .filter-current .mst-nav__slider .ui-slider-handle,
.catalog-category-view #maincontent .sidebar .filter-options-content .mst-nav__slider .ui-slider-handle,
.catalogsearch-result-index #maincontent .sidebar .filter-options-content .mst-nav__slider .ui-slider-handle,
.landing-landing-view #maincontent .sidebar .filter-options-content .mst-nav__slider .ui-slider-handle {
  background-color: #10a0dd;
  border: 0;
  box-shadow: none;
}
.catalog-category-view #maincontent .sidebar .filter-current .mst-nav__slider .mst-nav__slider-from-to,
.catalogsearch-result-index #maincontent .sidebar .filter-current .mst-nav__slider .mst-nav__slider-from-to,
.landing-landing-view #maincontent .sidebar .filter-current .mst-nav__slider .mst-nav__slider-from-to,
.catalog-category-view #maincontent .sidebar .filter-options-content .mst-nav__slider .mst-nav__slider-from-to,
.catalogsearch-result-index #maincontent .sidebar .filter-options-content .mst-nav__slider .mst-nav__slider-from-to,
.landing-landing-view #maincontent .sidebar .filter-options-content .mst-nav__slider .mst-nav__slider-from-to {
  justify-content: end;
}
.catalog-category-view #maincontent .sidebar .filter-current .swatch-option,
.catalogsearch-result-index #maincontent .sidebar .filter-current .swatch-option,
.landing-landing-view #maincontent .sidebar .filter-current .swatch-option,
.catalog-category-view #maincontent .sidebar .filter-options-content .swatch-option,
.catalogsearch-result-index #maincontent .sidebar .filter-options-content .swatch-option,
.landing-landing-view #maincontent .sidebar .filter-options-content .swatch-option {
  background-size: contain !important;
  width: 80px;
  height: auto;
  border: 0;
  border-radius: 100px;
  background-color: #323232;
  color: #ffffff;
  padding: 4px 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.catalog-category-view #maincontent .sidebar .filter-current .swatch-option.color,
.catalogsearch-result-index #maincontent .sidebar .filter-current .swatch-option.color,
.landing-landing-view #maincontent .sidebar .filter-current .swatch-option.color,
.catalog-category-view #maincontent .sidebar .filter-options-content .swatch-option.color,
.catalogsearch-result-index #maincontent .sidebar .filter-options-content .swatch-option.color,
.landing-landing-view #maincontent .sidebar .filter-options-content .swatch-option.color {
  color: #323232;
}
.catalog-category-view #maincontent .sidebar .filter-current .swatch-option.text,
.catalogsearch-result-index #maincontent .sidebar .filter-current .swatch-option.text,
.landing-landing-view #maincontent .sidebar .filter-current .swatch-option.text,
.catalog-category-view #maincontent .sidebar .filter-options-content .swatch-option.text,
.catalogsearch-result-index #maincontent .sidebar .filter-options-content .swatch-option.text,
.landing-landing-view #maincontent .sidebar .filter-options-content .swatch-option.text {
  color: #ffffff !important;
}
.catalog-category-view #maincontent .sidebar .filter-current .swatch-option.image,
.catalogsearch-result-index #maincontent .sidebar .filter-current .swatch-option.image,
.landing-landing-view #maincontent .sidebar .filter-current .swatch-option.image,
.catalog-category-view #maincontent .sidebar .filter-options-content .swatch-option.image,
.catalogsearch-result-index #maincontent .sidebar .filter-options-content .swatch-option.image,
.landing-landing-view #maincontent .sidebar .filter-options-content .swatch-option.image {
  height: 2.4rem;
}
.catalog-category-view #maincontent .sidebar .filter-current input[type="number"],
.catalogsearch-result-index #maincontent .sidebar .filter-current input[type="number"],
.landing-landing-view #maincontent .sidebar .filter-current input[type="number"],
.catalog-category-view #maincontent .sidebar .filter-options-content input[type="number"],
.catalogsearch-result-index #maincontent .sidebar .filter-options-content input[type="number"],
.landing-landing-view #maincontent .sidebar .filter-options-content input[type="number"],
.catalog-category-view #maincontent .sidebar .filter-current input[type="text"],
.catalogsearch-result-index #maincontent .sidebar .filter-current input[type="text"],
.landing-landing-view #maincontent .sidebar .filter-current input[type="text"],
.catalog-category-view #maincontent .sidebar .filter-options-content input[type="text"],
.catalogsearch-result-index #maincontent .sidebar .filter-options-content input[type="text"],
.landing-landing-view #maincontent .sidebar .filter-options-content input[type="text"] {
  border: solid 1px #323232;
  border-radius: 10rem;
  max-width: 5.5rem;
  text-align: center;
  color: #b9b9b9;
  font-size: 1.5rem;
  line-height: 1.9rem;
  font-weight: 400;
}
.catalog-category-view #maincontent .sidebar .filter-current button,
.catalogsearch-result-index #maincontent .sidebar .filter-current button,
.landing-landing-view #maincontent .sidebar .filter-current button,
.catalog-category-view #maincontent .sidebar .filter-options-content button,
.catalogsearch-result-index #maincontent .sidebar .filter-options-content button,
.landing-landing-view #maincontent .sidebar .filter-options-content button {
  border: solid 1px #323232;
  background-color: transparent;
  color: #323232;
  font-weight: 600;
  transition: 0.4s;
  border-radius: 10rem;
}
.catalog-category-view #maincontent .sidebar .filter-current button:hover,
.catalogsearch-result-index #maincontent .sidebar .filter-current button:hover,
.landing-landing-view #maincontent .sidebar .filter-current button:hover,
.catalog-category-view #maincontent .sidebar .filter-options-content button:hover,
.catalogsearch-result-index #maincontent .sidebar .filter-options-content button:hover,
.landing-landing-view #maincontent .sidebar .filter-options-content button:hover {
  background-color: #323232;
  color: #ffffff;
}
.catalog-category-view #maincontent .sidebar .filter-current button.dynamicFilterButton,
.catalogsearch-result-index #maincontent .sidebar .filter-current button.dynamicFilterButton,
.landing-landing-view #maincontent .sidebar .filter-current button.dynamicFilterButton,
.catalog-category-view #maincontent .sidebar .filter-options-content button.dynamicFilterButton,
.catalogsearch-result-index #maincontent .sidebar .filter-options-content button.dynamicFilterButton,
.landing-landing-view #maincontent .sidebar .filter-options-content button.dynamicFilterButton {
  background-color: #323232;
  color: #ffffff;
  cursor: pointer;
}
.catalog-category-view #maincontent .sidebar .filter-current button.dynamicFilterButton:hover,
.catalogsearch-result-index #maincontent .sidebar .filter-current button.dynamicFilterButton:hover,
.landing-landing-view #maincontent .sidebar .filter-current button.dynamicFilterButton:hover,
.catalog-category-view #maincontent .sidebar .filter-options-content button.dynamicFilterButton:hover,
.catalogsearch-result-index #maincontent .sidebar .filter-options-content button.dynamicFilterButton:hover,
.landing-landing-view #maincontent .sidebar .filter-options-content button.dynamicFilterButton:hover {
  background-color: #666666;
  border-color: #666666;
}
.catalog-category-view #maincontent .sidebar .filter-options-content,
.catalogsearch-result-index #maincontent .sidebar .filter-options-content,
.landing-landing-view #maincontent .sidebar .filter-options-content {
  border-bottom: 1px solid #ccc;
  border-radius: 0;
}
.catalog-category-view #maincontent .sidebar .filter-options-content .mst-nav__label > .items,
.catalogsearch-result-index #maincontent .sidebar .filter-options-content .mst-nav__label > .items,
.landing-landing-view #maincontent .sidebar .filter-options-content .mst-nav__label > .items {
  height: 180px;
  overflow-y: auto;
  padding: 0 !important;
  margin-bottom: 0;
}
@media screen and (width: 768px) {
  .catalog-category-view #maincontent .sidebar .filter-options,
  .catalogsearch-result-index #maincontent .sidebar .filter-options,
  .landing-landing-view #maincontent .sidebar .filter-options {
    clear: both;
    position: static;
    overflow: initial;
    display: block;
    background: transparent;
  }
}
@media screen and (max-width: 767px) {
  .catalog-category-view #maincontent .sidebar .filter-options,
  .catalogsearch-result-index #maincontent .sidebar .filter-options,
  .landing-landing-view #maincontent .sidebar .filter-options {
    background-color: #ffffff;
    bottom: 0;
    cursor: auto;
    height: 100%;
    overflow-y: scroll;
    padding: 1rem 1.2rem 0 1.4rem;
    position: fixed;
    width: 87.5%;
    z-index: 903;
    top: 0;
    left: 0;
  }
}
@media screen and (min-width: 768px) {
  .catalog-category-view #maincontent .sidebar .filter-options .mst-nav__apply-button-wrapper,
  .catalogsearch-result-index #maincontent .sidebar .filter-options .mst-nav__apply-button-wrapper,
  .landing-landing-view #maincontent .sidebar .filter-options .mst-nav__apply-button-wrapper {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .mst-nav__apply-button-wrapper .mst-nav__apply-button .loader:before {
    content: "";
  }
}
.catalog-product_compare-index .page-main {
  max-width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}
.catalog-product_compare-index .page-main .page-title-wrapper {
  background-color: #ffffff;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  padding-left: 15px;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .catalog-product_compare-index .page-main .page-title-wrapper {
    z-index: 10;
  }
}
@media (max-width: 992px) {
  .catalog-product_compare-index .page-main .page-title-wrapper {
    text-align: left;
  }
}
.catalog-product_compare-index .page-main .page-title-wrapper .page-title {
  color: #323232;
  font-size: 25px;
  line-height: 30px;
  margin-bottom: 0;
  padding: 1rem 0;
  text-transform: capitalize;
}
@media screen and (max-width: 576px) {
  .catalog-product_compare-index .page-main .page-title-wrapper .page-title {
    font-size: 16px;
  }
}
@media screen and (min-width: 1900px) {
  .catalog-product_compare-index .page-main .page-title-wrapper .page-title {
    font-size: 25px;
  }
}
.catalog-product_compare-index .page-main .column.main {
  padding-bottom: 0 !important;
}
.catalog-product_compare-index .page-main .back_button_container .back_button {
  position: absolute;
  left: 3.5rem;
  top: 1rem;
  z-index: 4;
  color: #323232;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 3rem;
}
@media screen and (max-width: 576px) {
  .catalog-product_compare-index .page-main .back_button_container .back_button {
    font-size: 2rem;
  }
}
@media screen and (max-width: 1200px) {
  .catalog-product_compare-index .page-main .back_button_container .back_button {
    z-index: 10;
  }
}
.catalog-product_compare-index .page-main .back_button_container .back_button::after {
  color: #323232;
  content: '\f053';
  left: -2rem;
  font-size: 1.5rem;
  font-family: 'FontAwesome';
  position: absolute;
}
@media (max-width: 992px) {
  .catalog-product_compare-index .page-main .back_button_container {
    display: none;
  }
}
.catalog-product_compare-index .page-main .recommended_toggle_container {
  align-items: center;
  color: #323232;
  column-gap: 15px;
  display: flex;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  position: absolute;
  right: 15px;
  top: 0.75rem;
}
@media screen and (max-width: 576px) {
  .catalog-product_compare-index .page-main .recommended_toggle_container {
    column-gap: 5px;
    font-size: 14px;
    right: 2px;
  }
}
@media screen and (max-width: 1200px) {
  .catalog-product_compare-index .page-main .recommended_toggle_container {
    z-index: 10;
  }
}
.catalog-product_compare-index .page-main .recommended_toggle_container .switch {
  display: inline-block;
  height: 34px;
  position: relative;
  width: 74px;
}
.catalog-product_compare-index .page-main .recommended_toggle_container .switch input[type="checkbox"] {
  height: 0;
  opacity: 0;
  width: 0;
}
.catalog-product_compare-index .page-main .recommended_toggle_container .switch input[type="checkbox"] + .switch-label:before {
  color: #ffffff;
  content: 'OFF';
  font-size: 16px;
  font-weight: 600;
  position: absolute;
  right: 6px;
  left: unset;
  top: 5px;
  z-index: 1;
}
.catalog-product_compare-index .page-main .recommended_toggle_container .switch input[type="checkbox"]:checked + .switch-label:before {
  color: #ffffff;
  content: 'ON';
  right: unset;
  left: 10px;
}
.catalog-product_compare-index .page-main .recommended_toggle_container .switch input[type="checkbox"]:checked + .switch-label + .switch-handle {
  background-color: #10a0dd !important;
}
.catalog-product_compare-index .page-main .recommended_toggle_container .switch input[type="checkbox"]:checked + .switch-label + .switch-handle:before {
  background-color: #10a0dd !important;
  -webkit-transform: translateX(39px);
  -ms-transform: translateX(39px);
  transform: translateX(39px);
}
.catalog-product_compare-index .page-main .recommended_toggle_container .switch .switch-handle {
  background-color: #323232;
  border-radius: 100px;
  bottom: 0;
  cursor: pointer;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: .4s;
  -webkit-transition: .4s;
}
.catalog-product_compare-index .page-main .recommended_toggle_container .switch .switch-handle:before {
  background-color: #323232;
  border: 5px solid #ffffff;
  border-radius: 50%;
  bottom: 4px;
  content: "";
  height: 26px;
  left: 4px;
  position: absolute;
  width: 26px;
  -webkit-transition: .4s;
  transition: .4s;
}
.catalog-product_compare-index .page-main .table-comparison {
  background-color: #ffffff;
  table-layout: auto;
  border-collapse: unset;
}
.catalog-product_compare-index .page-main .table-comparison tbody tr .cell,
.catalog-product_compare-index .page-main .table-comparison thead tr .cell,
.catalog-product_compare-index .page-main .table-comparison tbody tr td,
.catalog-product_compare-index .page-main .table-comparison thead tr td {
  border: 1px solid #dfdfdf;
  border-top: 0;
}
@media screen and (max-width: 1380px) {
  .catalog-product_compare-index .page-main .table-comparison tbody tr .cell,
  .catalog-product_compare-index .page-main .table-comparison thead tr .cell,
  .catalog-product_compare-index .page-main .table-comparison tbody tr td,
  .catalog-product_compare-index .page-main .table-comparison thead tr td {
    min-width: 281px;
  }
}
@media screen and (max-width: 641px) {
  .catalog-product_compare-index .page-main .table-comparison tbody tr .cell,
  .catalog-product_compare-index .page-main .table-comparison thead tr .cell,
  .catalog-product_compare-index .page-main .table-comparison tbody tr td,
  .catalog-product_compare-index .page-main .table-comparison thead tr td {
    min-width: 190px;
  }
}
.catalog-product_compare-index .page-main .table-comparison tbody tr .cell:first-child,
.catalog-product_compare-index .page-main .table-comparison thead tr .cell:first-child,
.catalog-product_compare-index .page-main .table-comparison tbody tr td:first-child,
.catalog-product_compare-index .page-main .table-comparison thead tr td:first-child {
  border-left: 0;
}
.catalog-product_compare-index .page-main .table-comparison tbody tr .cell:last-child,
.catalog-product_compare-index .page-main .table-comparison thead tr .cell:last-child,
.catalog-product_compare-index .page-main .table-comparison tbody tr td:last-child,
.catalog-product_compare-index .page-main .table-comparison thead tr td:last-child {
  border-right: 0;
}
.catalog-product_compare-index .page-main .table-comparison tbody tr .product,
.catalog-product_compare-index .page-main .table-comparison thead tr .product {
  padding-bottom: 10px;
  width: 20%;
}
.catalog-product_compare-index .page-main .table-comparison tbody tr .product .product_ftr,
.catalog-product_compare-index .page-main .table-comparison thead tr .product .product_ftr {
  align-items: center;
  display: flex;
  flex-direction: row-reverse;
  height: 28px;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.catalog-product_compare-index .page-main .table-comparison tbody tr .product .product_ftr .delete,
.catalog-product_compare-index .page-main .table-comparison thead tr .product .product_ftr .delete {
  background-color: #323232;
  border: 1px solid #000000;
  border-radius: 100%;
  color: #ffffff;
  cursor: pointer;
  height: 32px;
  text-align: center;
  width: 32px;
}
@media screen and (max-width: 641px) {
  .catalog-product_compare-index .page-main .table-comparison tbody tr .product .product_ftr .delete,
  .catalog-product_compare-index .page-main .table-comparison thead tr .product .product_ftr .delete {
    height: 28px;
    width: 28px;
  }
}
.catalog-product_compare-index .page-main .table-comparison tbody tr .product .product_ftr .delete .fa-times,
.catalog-product_compare-index .page-main .table-comparison thead tr .product .product_ftr .delete .fa-times {
  cursor: pointer;
  font-size: 20px;
  margin-top: 4px;
}
@media screen and (max-width: 641px) {
  .catalog-product_compare-index .page-main .table-comparison tbody tr .product .product_ftr .delete .fa-times,
  .catalog-product_compare-index .page-main .table-comparison thead tr .product .product_ftr .delete .fa-times {
    font-size: 18px;
  }
}
.catalog-product_compare-index .page-main .table-comparison tbody tr .product .product_ftr span,
.catalog-product_compare-index .page-main .table-comparison thead tr .product .product_ftr span {
  color: #323232;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}
@media screen and (min-width: 1900px) {
  .catalog-product_compare-index .page-main .table-comparison tbody tr .product .product_ftr span,
  .catalog-product_compare-index .page-main .table-comparison thead tr .product .product_ftr span {
    font-size: 20px;
  }
}
.catalog-product_compare-index .page-main .table-comparison tbody tr .product .product-item-photo,
.catalog-product_compare-index .page-main .table-comparison thead tr .product .product-item-photo {
  height: auto;
  object-fit: contain;
  max-width: 250px;
  width: 100%;
}
@media screen and (min-width: 1900px) {
  .catalog-product_compare-index .page-main .table-comparison tbody tr .product .product-item-photo,
  .catalog-product_compare-index .page-main .table-comparison thead tr .product .product-item-photo {
    max-width: 300px;
  }
}
@media screen and (max-width: 641px) {
  .catalog-product_compare-index .page-main .table-comparison tbody tr .product .product-item-photo,
  .catalog-product_compare-index .page-main .table-comparison thead tr .product .product-item-photo {
    max-width: 15rem;
  }
}
.catalog-product_compare-index .page-main .table-comparison tbody tr .product .prdouct-info,
.catalog-product_compare-index .page-main .table-comparison thead tr .product .prdouct-info {
  align-content: space-between;
  display: grid;
  row-gap: 1rem;
  padding-bottom: 1rem;
}
.catalog-product_compare-index .page-main .table-comparison tbody tr .product .prdouct-info .discs_details,
.catalog-product_compare-index .page-main .table-comparison thead tr .product .prdouct-info .discs_details {
  border-top: solid 1px #323232;
  width: fit-content;
  position: relative;
  margin: auto;
  justify-content: space-between;
}
.catalog-product_compare-index .page-main .table-comparison tbody tr .product .prdouct-info .discs_details::after,
.catalog-product_compare-index .page-main .table-comparison thead tr .product .prdouct-info .discs_details::after {
  background-color: #323232;
  border-radius: 0 0 70% 70%;
  content: '';
  height: 1.6rem;
  right: 0;
  position: absolute;
  top: -1px;
  transform: rotate(12deg);
  width: 1px;
}
@media screen and (max-width: 641px) {
  .catalog-product_compare-index .page-main .table-comparison tbody tr .product .prdouct-info .discs_details::after,
  .catalog-product_compare-index .page-main .table-comparison thead tr .product .prdouct-info .discs_details::after {
    height: 1rem;
  }
}
.catalog-product_compare-index .page-main .table-comparison tbody tr .product .prdouct-info .discs_details .attrs,
.catalog-product_compare-index .page-main .table-comparison thead tr .product .prdouct-info .discs_details .attrs {
  color: #323232;
  flex-basis: auto;
  font-size: 2.2rem;
  font-style: italic;
  font-weight: 600;
  line-height: 2.5rem;
  width: unset;
  padding: 0.2rem 1.75rem 0 1rem;
  position: relative;
}
@media screen and (max-width: 641px) {
  .catalog-product_compare-index .page-main .table-comparison tbody tr .product .prdouct-info .discs_details .attrs,
  .catalog-product_compare-index .page-main .table-comparison thead tr .product .prdouct-info .discs_details .attrs {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.catalog-product_compare-index .page-main .table-comparison tbody tr .product .prdouct-info .discs_details .attrs::before,
.catalog-product_compare-index .page-main .table-comparison thead tr .product .prdouct-info .discs_details .attrs::before {
  background-color: #323232;
  border-radius: 0 0 70% 70%;
  content: '';
  height: 1.6rem;
  left: -3px;
  position: absolute;
  top: -1px;
  transform: rotate(12deg);
  width: 1px;
}
@media screen and (max-width: 641px) {
  .catalog-product_compare-index .page-main .table-comparison tbody tr .product .prdouct-info .discs_details .attrs::before,
  .catalog-product_compare-index .page-main .table-comparison thead tr .product .prdouct-info .discs_details .attrs::before {
    height: 1rem;
    left: -2px;
  }
}
.catalog-product_compare-index .page-main .table-comparison tbody tr .product .prdouct-info .product-item-name,
.catalog-product_compare-index .page-main .table-comparison thead tr .product .prdouct-info .product-item-name {
  margin-bottom: 10px;
  margin-top: 0;
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.catalog-product_compare-index .page-main .table-comparison tbody tr .product .prdouct-info .product-item-name a,
.catalog-product_compare-index .page-main .table-comparison thead tr .product .prdouct-info .product-item-name a {
  color: #323232;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
}
@media screen and (min-width: 1900px) {
  .catalog-product_compare-index .page-main .table-comparison tbody tr .product .prdouct-info .product-item-name a,
  .catalog-product_compare-index .page-main .table-comparison thead tr .product .prdouct-info .product-item-name a {
    font-size: 25px;
    line-height: 30px;
  }
}
@media screen and (max-width: 641px) {
  .catalog-product_compare-index .page-main .table-comparison tbody tr .product .prdouct-info .product-item-name a,
  .catalog-product_compare-index .page-main .table-comparison thead tr .product .prdouct-info .product-item-name a {
    font-size: 1.8rem;
    line-height: 2rem;
  }
}
.catalog-product_compare-index .page-main .table-comparison tbody tr .product .prdouct-info .product-item-actions,
.catalog-product_compare-index .page-main .table-comparison thead tr .product .prdouct-info .product-item-actions {
  margin: 0;
}
.catalog-product_compare-index .page-main .table-comparison tbody tr .product .prdouct-info .product-item-actions .actions-primary,
.catalog-product_compare-index .page-main .table-comparison thead tr .product .prdouct-info .product-item-actions .actions-primary {
  width: 100%;
}
.catalog-product_compare-index .page-main .table-comparison tbody tr .product .prdouct-info .product-item-actions .actions-primary .tocart,
.catalog-product_compare-index .page-main .table-comparison thead tr .product .prdouct-info .product-item-actions .actions-primary .tocart {
  background-color: #10a0dd;
  border-radius: 100px;
  font-size: 20px;
  font-weight: 600;
  text-transform: capitalize;
  width: 100%;
  height: auto;
  padding: 1.4rem 0;
  text-align: center;
}
@media screen and (max-width: 641px) {
  .catalog-product_compare-index .page-main .table-comparison tbody tr .product .prdouct-info .product-item-actions .actions-primary .tocart,
  .catalog-product_compare-index .page-main .table-comparison thead tr .product .prdouct-info .product-item-actions .actions-primary .tocart {
    font-size: 1.8rem;
    line-height: 2rem;
  }
}
.catalog-product_compare-index .page-main .table-comparison tbody tr .product-reviews-summary,
.catalog-product_compare-index .page-main .table-comparison thead tr .product-reviews-summary {
  text-align: center;
}
.catalog-product_compare-index .page-main .table-comparison tbody tr .product-reviews-summary .reviews-actions .action,
.catalog-product_compare-index .page-main .table-comparison thead tr .product-reviews-summary .reviews-actions .action {
  color: #323232;
}
@media screen and (max-width: 641px) {
  .catalog-product_compare-index .page-main .table-comparison tbody tr .product-reviews-summary .reviews-actions .action,
  .catalog-product_compare-index .page-main .table-comparison thead tr .product-reviews-summary .reviews-actions .action {
    padding: 0 3px 0 8px;
    margin-left: 4px;
  }
}
.catalog-product_compare-index .page-main .table-comparison tbody .details-head {
  padding: 0;
  background-color: #323232;
}
.catalog-product_compare-index .page-main .table-comparison tbody .details-header {
  font-size: 2.5rem;
  color: #ffffff;
  line-height: 4.2rem;
  padding: 1.2rem 2rem;
  position: sticky;
  width: 97.5vw;
  left: 0;
}
@media screen and (max-width: 641px) {
  .catalog-product_compare-index .page-main .table-comparison tbody .details-header {
    font-size: 1.8rem;
  }
}
.catalog-product_compare-index .page-main .table-comparison tbody .details-header svg {
  fill: #ffffff;
  cursor: pointer;
}
.catalog-product_compare-index .page-main .table-comparison tbody .details-header .accordion-icon {
  float: right;
  margin-right: 0.5rem;
}
.catalog-product_compare-index .page-main .table-comparison tbody .details-header .accordion-icon::before {
  content: '';
  font-family: 'Montserrat';
  position: absolute;
  color: #ffffff;
  width: 2rem;
  height: 2rem;
  border: solid 3px;
  border-color: #fff transparent transparent #fff;
  transform: rotate(45deg) translate(-1rem, 0);
  border-radius: 3px;
  top: 50%;
  cursor: pointer;
}
.catalog-product_compare-index .page-main .table-comparison tbody .details-header .accordion-icon.open::before {
  border-color: transparent #fff #fff transparent;
  transform: rotate(45deg) translate(-1.5rem, -7px);
}
.catalog-product_compare-index .page-main .table-comparison tbody .fa-info-circle {
  cursor: pointer;
}
@media screen and (max-width: 1380px) {
  .catalog-product_compare-index .page-main .table-comparison tbody .flight_chart_cmp_container {
    table-layout: auto;
  }
}
.catalog-product_compare-index .page-main .table-comparison tbody .flight_chart_cmp_container td {
  border: 1px solid #b9b9b9;
  padding-bottom: 2.5rem;
  background-color: #4d4d4d;
  text-align: center;
  width: 20%;
  min-width: 265px;
}
@media screen and (max-width: 1380px) {
  .catalog-product_compare-index .page-main .table-comparison tbody .flight_chart_cmp_container td {
    min-width: 281px;
  }
}
@media screen and (max-width: 641px) {
  .catalog-product_compare-index .page-main .table-comparison tbody .flight_chart_cmp_container td {
    min-width: 190px;
  }
}
.catalog-product_compare-index .page-main .table-comparison tbody .details-listing th.label {
  padding: 0;
}
.catalog-product_compare-index .page-main .table-comparison tbody .details-listing th.label span {
  position: sticky;
  left: 0;
  width: 97.5vw;
  padding: 1.5rem 1.5rem 1.5rem 2rem;
}
.catalog-product_compare-index .page-main .table-comparison tbody .details-listing > td {
  padding: 0;
}
.catalog-product_compare-index .page-main .table-comparison tbody tr > .label {
  background-color: #dfdfdf;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.4rem;
  color: #323232;
  padding-left: 2rem;
}
@media screen and (max-width: 641px) {
  .catalog-product_compare-index .page-main .table-comparison tbody tr > .label {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 641px) {
  .catalog-product_compare-index .page-main .table-comparison tbody tr > .cell.product {
    padding: 1.5rem 0.5rem;
  }
}
.catalog-product_compare-index .page-main .table-comparison tbody .value {
  font-size: 2rem;
  line-height: 2.4rem;
  font-weight: 400;
  text-align: center;
}
@media screen and (max-width: 641px) {
  .catalog-product_compare-index .page-main .table-comparison tbody .value {
    font-size: 1.5rem;
  }
}
.catalog-product_compare-index .page-main .comparison {
  overflow-x: unset;
}
@media screen and (max-width: 1200px) {
  .catalog-product_compare-index .page-main .comparison {
    overflow: hidden;
  }
  .catalog-product_compare-index .page-main .comparison.fixed-popup {
    max-width: 100vw;
    overflow: auto !important;
    position: relative;
  }
}
.catalog-product_compare-index .page-main .popup_container {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.73);
  inset: 0;
  z-index: 15;
  place-items: center;
  display: none;
}
.catalog-product_compare-index .page-main .popup_container .popup-info {
  background-color: #ffffff;
  border-radius: 3rem;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.161);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.161);
  padding: 6rem 3rem;
  color: #323232;
  max-width: 1143px;
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 3rem;
  -moz-column-gap: 3rem;
  column-gap: 3rem;
  row-gap: 2rem;
}
@media (max-width: 1200px) {
  .catalog-product_compare-index .page-main .popup_container .popup-info {
    max-width: 95%;
  }
}
@media (max-width: 768px) {
  .catalog-product_compare-index .page-main .popup_container .popup-info {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.catalog-product_compare-index .page-main .popup_container .popup-info .fa-times {
  cursor: pointer;
  position: absolute;
  top: 2.5rem;
  right: 3rem;
  font-size: 1.8rem;
}
.catalog-product_compare-index .page-main .popup_container .popup-info svg {
  max-width: 49rem;
  width: 100%;
}
.catalog-product_compare-index .page-main .popup_container .flight_indicators {
  display: grid;
  padding-bottom: 3rem;
  grid-template-columns: repeat(auto-fill, minmax(34rem, 1fr));
  -webkit-column-gap: 3rem;
  -moz-column-gap: 3rem;
  column-gap: 3rem;
  row-gap: 3rem;
}
@media (max-width: 576px) {
  .catalog-product_compare-index .page-main .popup_container .flight_indicators {
    grid-template-columns: repeat(auto-fill, minmax(31rem, 1fr));
  }
}
@media (max-width: 576px) {
  .catalog-product_compare-index .page-main .popup_container .flight_indicators {
    row-gap: 2rem;
  }
}
.catalog-product_compare-index .page-main .popup_container .flight_indicators .indicator {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 2.9rem;
}
@media (max-width: 576px) {
  .catalog-product_compare-index .page-main .popup_container .flight_indicators .indicator {
    row-gap: 0.9rem;
  }
}
.catalog-product_compare-index .page-main .popup_container .flight_indicators .indicator > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 2.5rem;
  -moz-column-gap: 2.5rem;
  column-gap: 2.5rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 576px) {
  .catalog-product_compare-index .page-main .popup_container .flight_indicators .indicator > div {
    -webkit-column-gap: 1.5rem;
    -moz-column-gap: 1.5rem;
    column-gap: 1.5rem;
  }
}
.catalog-product_compare-index .page-main .popup_container .flight_indicators .indicator > div span {
  height: 4.8rem;
  width: 4.8rem;
  border-radius: 50%;
}
@media (max-width: 576px) {
  .catalog-product_compare-index .page-main .popup_container .flight_indicators .indicator > div span {
    height: 3.8rem;
    width: 3.8rem;
  }
}
.catalog-product_compare-index .page-main .popup_container .flight_indicators .indicator > div h2 {
  font-size: 2.5rem;
  line-height: 3rem;
  font-weight: 600;
  margin: 0;
}
@media (max-width: 576px) {
  .catalog-product_compare-index .page-main .popup_container .flight_indicators .indicator > div h2 {
    font-size: 2rem;
  }
}
.catalog-product_compare-index .page-main .popup_container .flight_indicators .indicator > div p {
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 400;
  padding: 0;
}
@media (max-width: 576px) {
  .catalog-product_compare-index .page-main .popup_container .flight_indicators .indicator > div p {
    font-size: 1.8rem;
  }
}
.catalog-product_compare-index .page-main .popup_container .flight_indicators .forward > div span {
  background-color: #424242;
}
.catalog-product_compare-index .page-main .popup_container .flight_indicators .high-speed > div span {
  background-color: #dc0160;
}
.catalog-product_compare-index .page-main .popup_container .flight_indicators .low-speed > div span {
  background-color: #2adad7;
}
.catalog-product_compare-index .page-main .popup_container .popup-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 2.9rem;
}
.catalog-product_compare-index .page-main .popup_container .popup-details h2,
.catalog-product_compare-index .page-main .popup_container .popup-details p {
  margin: 0;
  padding: 0;
}
@media (max-width: 576px) {
  .catalog-product_compare-index .page-main .popup_container .popup-details {
    row-gap: 0.9rem;
  }
}
.catalog-product_compare-index .page-main .popup_container .popup-details h2 {
  font-size: 2.5rem;
  line-height: 3rem;
  font-weight: 600;
}
@media (max-width: 576px) {
  .catalog-product_compare-index .page-main .popup_container .popup-details h2 {
    font-size: 2rem;
  }
}
.catalog-product_compare-index .page-main .popup_container .popup-details p {
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 400;
}
@media (max-width: 576px) {
  .catalog-product_compare-index .page-main .popup_container .popup-details p {
    font-size: 1.8rem;
  }
}
.catalog-product-view .breadcrumbs {
  width: auto;
  margin-bottom: 0;
  padding: 0 1% !important;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: start;
  column-gap: 2rem;
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
@media screen and (max-width: 1200px) {
  .catalog-product-view .breadcrumbs {
    flex-wrap: wrap;
  }
}
.catalog-product-view .breadcrumbs .items {
  flex-wrap: wrap !important;
  padding: 0 !important;
}
.catalog-product-view .breadcrumbs .items .item {
  color: #323232;
  font-size: 2rem;
  font-weight: 400;
  line-height: 2.4rem;
  text-transform: capitalize;
}
@media screen and (max-width: 1200px) {
  .catalog-product-view .breadcrumbs .items .item {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .catalog-product-view .breadcrumbs .items .item {
    font-size: 1.5rem;
  }
}
.catalog-product-view .breadcrumbs .items .item:not(:last-child)::after {
  color: #323232;
  content: '\f054';
  font-size: 1rem;
  margin: 0;
  font-family: 'FontAwesome';
  margin: 0 10px;
}
.catalog-product-view .breadcrumbs .items .item strong {
  font-weight: 300;
}
.catalog-product-view .breadcrumbs .back_button_container {
  padding: 0 !important;
}
.catalog-product-view .back_button_container {
  display: flex;
  align-items: center;
  column-gap: 1rem;
  padding: 1rem 2rem;
}
.catalog-product-view .back_button_container::before {
  content: '\2039';
  font-size: 2rem;
  font-weight: 500;
}
.catalog-product-view .back_button_container a {
  color: #323232;
  font-size: 2rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .catalog-product-view .back_button_container::before {
    margin-right: 0;
  }
  .catalog-product-view .back_button_container a {
    font-size: 1.5rem;
  }
}
.catalog-product-view .page-main {
  max-width: 100%;
  padding-top: 0;
}
@media screen and (max-width: 767px) {
  .catalog-product-view .page-main {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .catalog-product-view .page-main .column.main {
    padding-bottom: 0;
  }
}
.catalog-product-view .page-main .product.media {
  background-color: #ffffff;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  width: 56.5%;
  margin-bottom: 3rem;
}
@media screen and (max-width: 992px) {
  .catalog-product-view .page-main .product.media {
    width: 100%;
  }
}
@media screen and (min-width: 991px) {
  .catalog-product-view .page-main .product.media {
    min-height: 865px;
    border-radius: 0 4rem 4rem 0;
    margin-bottom: 6rem;
  }
}
.catalog-product-view .page-main .product.media .gallery-placeholder {
  cursor: pointer;
}
@media screen and (min-width: 991px) {
  .catalog-product-view .page-main .product.media .gallery-placeholder .fotorama .fotorama__wrap {
    padding: 10rem 0 0;
  }
}
.catalog-product-view .page-main .product.media .gallery-placeholder .fotorama .fotorama__stage {
  background-color: transparent;
  border: none;
  left: 0 !important;
}
@media screen and (min-width: 992px) and (max-width: 1899px) {
  .catalog-product-view .page-main .product.media .gallery-placeholder .fotorama .fotorama__stage {
    height: 665px !important;
  }
}
@media screen and (min-width: 1900px) {
  .catalog-product-view .page-main .product.media .gallery-placeholder .fotorama .fotorama__stage {
    height: 690px !important;
  }
}
.catalog-product-view .page-main .product.media .gallery-placeholder .fotorama .fotorama__stage .fotorama__stage__shaft {
  max-width: 100% !important;
}
.catalog-product-view .page-main .product.media .gallery-placeholder .fotorama .fotorama__stage .fotorama__arr {
  height: fit-content;
  top: 50%;
}
.catalog-product-view .page-main .product.media .gallery-placeholder .fotorama .fotorama__stage .fotorama__caption {
  display: none;
}
.catalog-product-view .page-main .product.media .gallery-placeholder .fotorama .fotorama__stage .fotorama__img {
  width: 55%;
}
@media screen and (min-width: 992px) and (max-width: 1400px) {
  .catalog-product-view .page-main .product.media .gallery-placeholder .fotorama .fotorama__stage .fotorama__img {
    width: 80%;
  }
}
@media screen and (max-width: 576px) {
  .catalog-product-view .page-main .product.media .gallery-placeholder .fotorama .fotorama__stage .fotorama__img {
    width: 90%;
  }
}
.catalog-product-view .page-main .product.media .gallery-placeholder .fotorama .fotorama__nav-wrap .fotorama__nav__frame {
  filter: blur(1px);
}
.catalog-product-view .page-main .product.media .gallery-placeholder .fotorama .fotorama__nav-wrap .fotorama__nav__frame.fotorama__active {
  filter: blur(0);
}
.catalog-product-view .page-main .product.media .gallery-placeholder .fotorama .fotorama__nav-wrap .fotorama__nav__frame .fotorama__thumb {
  border: none !important;
}
.catalog-product-view .page-main .product-info-main {
  background-color: #ffffff;
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  padding: 5rem;
  position: relative;
  width: 42.6%;
  overflow: hidden;
}
@media screen and (min-width: 1900px) {
  .catalog-product-view .page-main .product-info-main {
    padding: 5rem 5rem 6rem;
  }
}
@media screen and (max-width: 1200px) {
  .catalog-product-view .page-main .product-info-main {
    padding: 5rem 2rem;
  }
}
@media screen and (min-width: 993px) {
  .catalog-product-view .page-main .product-info-main {
    margin-top: 11.5rem;
  }
}
@media screen and (max-width: 992px) {
  .catalog-product-view .page-main .product-info-main {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    padding: 3rem;
    width: 100%;
  }
}
.catalog-product-view .page-main .product-info-main .review-summary-actions a {
  color: #10a0dd;
}
.catalog-product-view .page-main .product-info-main .catalog-heading-container {
  display: flex;
  align-items: start;
  justify-content: space-between;
  padding-bottom: 1.5rem;
}
.catalog-product-view .page-main .product-info-main .catalog-heading-container .towishlist {
  cursor: pointer;
  font-size: 2.5rem;
  line-height: 4rem;
}
.catalog-product-view .page-main .product-info-main .catalog-heading-container .towishlist::before {
  color: #323232;
  content: "\f004";
  display: inline;
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  transition: 0.4s;
  font-size: 17px;
}
.catalog-product-view .page-main .product-info-main .catalog-heading-container .towishlist:hover,
.catalog-product-view .page-main .product-info-main .catalog-heading-container .towishlist.in-wishlist {
  text-decoration: none;
}
.catalog-product-view .page-main .product-info-main .catalog-heading-container .towishlist:hover::before,
.catalog-product-view .page-main .product-info-main .catalog-heading-container .towishlist.in-wishlist::before {
  font-weight: 900;
}
.catalog-product-view .page-main .product-info-main .catalog-heading-container .towishlist span {
  display: none;
}
.catalog-product-view .page-main .product-info-main .page-title-wrapper h1 {
  color: #323232;
  font-size: 2.4rem;
  line-height: 1.2 !important;
  letter-spacing: 0;
  margin-bottom: 0;
  padding-bottom: 0 !important;
  font-weight: 700;
  text-transform: capitalize;
}
.catalog-product-view .page-main .product-info-main .product-reviews-summary {
  border-bottom: solid 3px #10a0dd;
  padding-bottom: 20px;
}
@media screen and (max-width: 453px) {
  .catalog-product-view .page-main .product-info-main .product-reviews-summary .rating-summary {
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 453px) {
  .catalog-product-view .page-main .product-info-main .product-reviews-summary .reviews-actions {
    display: flex;
    column-gap: 1rem;
    flex-wrap: wrap;
    align-items: center;
  }
}
.catalog-product-view .page-main .product-info-main .product-reviews-summary .reviews-actions::before {
  color: #c3c5c9;
  font-size: 1.5rem;
}
@media screen and (max-width: 453px) {
  .catalog-product-view .page-main .product-info-main .product-reviews-summary .reviews-actions::before {
    margin-bottom: 1rem;
  }
}
.catalog-product-view .page-main .product-info-main .product-reviews-summary .action {
  color: #10a0dd;
  border-left-color: #323232;
}
@media screen and (max-width: 453px) {
  .catalog-product-view .page-main .product-info-main .product-reviews-summary .action {
    border: none;
    padding: 0;
    margin: 0 0 1rem;
  }
}
.catalog-product-view .page-main .product-info-main .aw-advanced-reviews-summary-container {
  float: unset !important;
  border-bottom: 3px solid #10A0DD;
  padding-bottom: 2rem;
}
.catalog-product-view .page-main .product-info-main .aw-advanced-reviews-summary-container .aw-ar-rating {
  margin-right: 1rem;
}
.catalog-product-view .page-main .product-info-main .aw-advanced-reviews-summary-container .review-summary-actions {
  font-size: 1.6rem;
  line-height: 1.6rem;
}
.catalog-product-view .page-main .product-info-main .aw-advanced-reviews-summary-container .review-summary-actions a {
  color: #10a0dd;
  text-decoration: underline;
}
.catalog-product-view .page-main .product-info-main .aw-advanced-reviews-summary-container .review-summary-actions a:first-child {
  color: #323232;
  font-size: 1.3rem;
  line-height: 1.6rem;
  text-decoration: none;
}
.catalog-product-view .page-main .product-info-main .short_header h3 {
  color: #323232;
  font-size: 20px;
  font-weight: 700;
  line-height: 2.4rem;
  margin-bottom: 0;
  padding-bottom: 0.9rem;
  text-transform: capitalize;
}
.catalog-product-view .page-main .product-info-main .overview {
  border: none;
  margin-bottom: 0;
  margin-top: 5px;
  padding-bottom: 0;
}
.catalog-product-view .page-main .product-info-main .overview h2 {
  color: #323232;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 0.7rem;
}
@media screen and (min-width: 1900px) {
  .catalog-product-view .page-main .product-info-main .overview h2 {
    font-size: 2.5rem;
  }
}
.catalog-product-view .page-main .product-info-main .overview ul {
  margin-bottom: 0;
  padding-left: 2rem;
}
.catalog-product-view .page-main .product-info-main .overview ul li {
  color: #323232;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.4rem;
  margin-bottom: 0;
}
@media screen and (min-width: 1900px) {
  .catalog-product-view .page-main .product-info-main .overview ul li {
    font-size: 2rem;
  }
}
.catalog-product-view .page-main .product-info-main .overview .value {
  color: #323232;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.2rem;
}
.catalog-product-view .page-main .product-info-main .product-info-stock-sku {
  padding: 2rem 0;
}
.catalog-product-view .page-main .product-info-main .product-info-stock-sku .unavailable {
  color: #323232;
  font-size: 1.6rem;
  font-weight: 500;
}
.catalog-product-view .page-main .product-info-main .product-add-form {
  padding: 2rem 0;
}
.catalog-product-view .page-main .product-info-main .product-add-form .product-options-wrapper .configurable_label h3 {
  background-color: transparent;
  border-radius: 10rem;
  color: #323232;
  display: inline-block;
  font-size: 2rem;
  font-weight: 600;
  line-height: 2.4rem;
  padding: 0;
  margin: 0;
}
.catalog-product-view .page-main .product-info-main .product-add-form .product-options-wrapper label {
  color: #323232;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.4rem;
}
.catalog-product-view .page-main .product-info-main .product-add-form .product-options-wrapper label::after {
  display: none;
}
.catalog-product-view .page-main .product-info-main .product-add-form .product-options-wrapper .option_container {
  display: grid;
  grid-gap: 0.8rem 1.3rem;
  grid-template-columns: repeat(auto-fill, minmax(155px, 1fr));
  align-items: center;
  padding: 0.5rem 0 2rem 0;
}
@media screen and (max-width: 768px) {
  .catalog-product-view .page-main .product-info-main .product-add-form .product-options-wrapper .option_container option {
    font-size: 1rem;
  }
}
.catalog-product-view .page-main .product-info-main .product-add-form .product-options-wrapper .option_container .option {
  background-color: #323232;
  border-radius: 10rem;
  font-size: 1.07rem;
  font-weight: 400;
  line-height: 1.75rem;
  max-width: 100%;
  text-align: center;
  padding: 0;
}
@media screen and (min-width: 1900px) {
  .catalog-product-view .page-main .product-info-main .product-add-form .product-options-wrapper .option_container .option {
    font-size: 1.5rem;
  }
}
.catalog-product-view .page-main .product-info-main .product-add-form .product-options-wrapper .option_container .option a {
  color: #ffffff;
  text-decoration: none;
  display: block;
  overflow-x: hidden;
  padding: 1rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.catalog-product-view .page-main .product-info-main .product-add-form .product-options-wrapper .option_container .-price {
  background-color: transparent;
  border-radius: 10rem;
  border-color: #323232;
  color: #323232;
  font-size: 1.07rem;
  font-weight: 500;
  margin: 0;
  line-height: 1.25rem;
  max-width: 100%;
  text-align: center;
  transition: 0.4s;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media screen and (min-width: 1900px) {
  .catalog-product-view .page-main .product-info-main .product-add-form .product-options-wrapper .option_container .-price {
    font-size: 1.5rem;
  }
}
.catalog-product-view .page-main .product-info-main .product-add-form .product-options-wrapper .option_container .-price.-active,
.catalog-product-view .page-main .product-info-main .product-add-form .product-options-wrapper .option_container .-price:hover {
  background-color: #323232;
  color: #ffffff;
}
.catalog-product-view .page-main .product-info-main .product-add-form .product-options-wrapper .swatch-opt {
  margin: 1rem 0;
}
.catalog-product-view .page-main .product-info-main .product-add-form .product-options-wrapper .swatch-opt .swatch-attribute {
  padding-bottom: 1.5rem;
}
.catalog-product-view .page-main .product-info-main .product-add-form .product-options-wrapper .swatch-opt .swatch-attribute .swatch-select {
  border: solid 1px #323232 !important;
  height: unset !important;
  border-radius: 1.2rem !important;
  padding: 4.5px 25px 4px 9px !important;
  text-align: left;
}
.catalog-product-view .page-main .product-info-main .product-add-form .product-options-wrapper .swatch-opt .swatch-attribute-label {
  color: #323232;
  display: block;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 2rem;
  text-transform: capitalize;
}
.catalog-product-view .page-main .product-info-main .product-add-form .product-options-wrapper .swatch-opt .swatch-attribute-options .swatch-option {
  border: none;
  display: grid;
  margin-right: 1rem;
  overflow: visible;
  place-items: center;
  position: relative;
}
.catalog-product-view .page-main .product-info-main .product-add-form .product-options-wrapper .swatch-opt .swatch-attribute-options .swatch-option.selected {
  border: 1px solid #323232;
  border-radius: 1.5rem;
  outline: none;
}
.catalog-product-view .page-main .product-info-main .product-add-form .product-options-wrapper .swatch-opt .swatch-attribute-options .swatch-option.text {
  font-size: 1.75rem;
  padding: 7px 10px;
  border-radius: 6px;
  height: auto;
}
.catalog-product-view .page-main .product-info-main .product-add-form .product-options-wrapper .swatch-opt .swatch-attribute-options .swatch-option .discount_sticker {
  position: absolute;
  max-width: 2rem;
  width: 100%;
  right: -0.6rem;
  top: -0.8rem;
}
.catalog-product-view .page-main .product-info-main .product-add-form .product-options-wrapper .swatch-opt .swatch-attribute-options .swatch-option .discount_sticker svg {
  fill: #df3131;
}
.catalog-product-view .page-main .product-info-main .product-add-form .product-options-wrapper .swatch-opt .swatch-attribute-options .swatch-option .sale_label {
  background-color: #df3131;
  border-radius: 10rem;
  color: #ffffff;
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.1rem;
  padding: 0.4rem 1.005rem;
  position: absolute;
  right: 0.5rem;
  text-transform: uppercase;
  top: 0.4rem;
}
@media screen and (max-width: 992px) {
  .catalog-product-view .page-main .product-info-main .product-add-form .product-options-wrapper .swatch-opt .swatch-attribute-options .swatch-option .sale_label {
    font-size: 0.6rem;
    font-weight: 700;
    line-height: 0.8rem;
    padding: 0.2rem 0.705rem;
  }
}
.catalog-product-view .page-main .product-info-main .product-add-form .simple-price-container {
  margin-top: 2rem;
  margin-bottom: -.5rem;
}
.catalog-product-view .page-main .product-info-main .product-add-form .price-final_price {
  align-items: center;
  column-gap: 1.9rem;
  display: inline-flex;
  flex-direction: row-reverse;
  justify-content: center;
  margin-bottom: 0;
  margin-top: 0;
  text-align: center;
  width: 100%;
}
.catalog-product-view .page-main .product-info-main .product-add-form .price-final_price.simple-product-price {
  column-gap: 1rem;
  flex-direction: row;
}
@media screen and (max-width: 992px) {
  .catalog-product-view .page-main .product-info-main .product-add-form .price-final_price {
    column-gap: 1rem;
    justify-content: start;
    padding-bottom: 2rem;
  }
}
.catalog-product-view .page-main .product-info-main .product-add-form .price-final_price .price-label,
.catalog-product-view .page-main .product-info-main .product-add-form .price-final_price .price {
  font-size: 2rem;
  font-weight: 600;
  line-height: 2.7rem;
  text-transform: capitalize;
}
.catalog-product-view .page-main .product-info-main .product-add-form .price-final_price .price-label:first-of-type {
  color: #323232;
  padding-right: 0.5rem;
  display: inline;
  width: unset;
  height: unset;
}
@media screen and (max-width: 992px) {
  .catalog-product-view .page-main .product-info-main .product-add-form .price-final_price .price-label:first-of-type {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 2rem;
  }
}
.catalog-product-view .page-main .product-info-main .product-add-form .price-final_price .price {
  color: #9d1107;
}
@media screen and (max-width: 992px) {
  .catalog-product-view .page-main .product-info-main .product-add-form .price-final_price .price {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 2rem;
  }
}
.catalog-product-view .page-main .product-info-main .product-add-form .price-final_price .old-price .price-label {
  display: none;
}
.catalog-product-view .page-main .product-info-main .product-add-form .price-final_price .old-price .price {
  color: #8c8c8c;
}
.catalog-product-view .page-main .product-info-main .product-add-form .price-final_price .special-price .price-label:first-of-type {
  position: static;
}
.catalog-product-view .page-main .product-info-main .product-add-form .price-final_price .product-info-discounting {
  order: -1;
}
.catalog-product-view .page-main .product-info-main .product-add-form .product-options-bottom {
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .catalog-product-view .page-main .product-info-main .product-add-form .product-options-bottom {
    bottom: -15px;
  }
}
.catalog-product-view .page-main .product-info-main .product-add-form .product-options-bottom .price-box {
  display: block;
}
.catalog-product-view .page-main .product-info-main .product-add-form .product-options-bottom .box-tocart {
  margin-bottom: 0;
  margin-top: 0;
}
.catalog-product-view .page-main .product-info-main .product-add-form .product-options-bottom .box-tocart .qty {
  display: none;
}
.catalog-product-view .page-main .product-info-main .product-add-form .product-options-bottom .box-tocart .actions {
  margin-right: 0;
  width: 100%;
}
.catalog-product-view .page-main .product-info-main .product-add-form .product-options-bottom .box-tocart .actions .tocart {
  color: #ffffff;
  background-color: #10a0dd;
  padding: 1.072rem 1rem;
  font-size: 20px;
  font-style: italic;
  font-weight: 600;
  margin: 0;
  text-transform: capitalize;
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 993px) {
  .catalog-product-view .page-main .product-info-main .product-add-form .product-options-bottom .box-tocart .actions .tocart {
    border-bottom-left-radius: 40px;
  }
}
@media screen and (min-width: 1900px) {
  .catalog-product-view .page-main .product-info-main .product-add-form .product-options-bottom .box-tocart .actions .tocart {
    font-size: 25px;
    height: 100%;
  }
}
.catalog-product-view .page-main .product-info-main .product-add-form .product-options-bottom .box-tocart .actions .tocart::before {
  display: none;
}
.catalog-product-view .page-main .product-info-main .sales-label {
  background-color: #df3131;
  border-radius: 10rem;
  color: #ffffff;
  display: inline-block;
  font-size: 1.5rem;
  font-style: italic;
  font-weight: 600;
  line-height: 1.9rem;
  padding: 0.7rem 1.34rem;
}
@media screen and (max-width: 575px) {
  .catalog-product-view .page-main .product-info-main .sales-label {
    font-size: 1.2rem;
    line-height: 1.5rem;
    padding: 0.25rem 1rem;
  }
}
.catalog-product-view .page-main .product-info-main .aw-gc-product-add-form .box-tocart {
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  margin-bottom: 0;
}
.catalog-product-view .page-main .product-info-main .aw-gc-product-add-form .box-tocart .qty,
.catalog-product-view .page-main .product-info-main .aw-gc-product-add-form .box-tocart .moved-add-to-links {
  display: none;
}
.catalog-product-view .page-main .product-info-main .aw-gc-product-add-form .box-tocart .actions {
  margin-right: 0;
  width: 100%;
}
.catalog-product-view .page-main .product-info-main .aw-gc-product-add-form .box-tocart .actions .tocart {
  color: #ffffff;
  background-color: #10a0dd;
  border-color: #10a0dd !important;
  padding: 1.072rem 1rem;
  font-size: 20px !important;
  font-style: italic;
  font-weight: 600 !important;
  margin: 0;
  text-transform: capitalize;
  width: 100%;
  letter-spacing: normal !important;
  text-align: center;
  height: auto !important;
}
@media screen and (min-width: 993px) {
  .catalog-product-view .page-main .product-info-main .aw-gc-product-add-form .box-tocart .actions .tocart {
    border-bottom-left-radius: 40px;
  }
}
@media screen and (min-width: 1900px) {
  .catalog-product-view .page-main .product-info-main .aw-gc-product-add-form .box-tocart .actions .tocart {
    font-size: 25px !important;
    height: 100%;
  }
}
.catalog-product-view .page-main .product-info-main .aw-gc-product-add-form .box-tocart .actions .tocart::before {
  display: none;
}
.catalog-product-view .page-main .product-info-main .aw-gc-product-form-description p {
  color: #323232;
  font-size: 1.6rem;
  margin-bottom: 0;
}
.catalog-product-view .page-main .product-info-main .aw-gc-product-form-description p a {
  color: #10a0dd;
}
.catalog-product-view .page-main .product-info-main .aw-gc-product-form-options label,
.catalog-product-view .page-main .product-info-main .aw-gc-product-form-options legend,
.catalog-product-view .page-main .product-info-main .aw-gc-product-form-options .label,
.catalog-product-view .page-main .product-info-main .aw-gc-product-form-options .legend {
  color: #323232;
}
.catalog-product-view .page-main .product-info-main .aw-gc-product-form-options input,
.catalog-product-view .page-main .product-info-main .aw-gc-product-form-options textarea,
.catalog-product-view .page-main .product-info-main .aw-gc-product-form-options select {
  border-color: #b9b9b9;
  color: #323232;
  font-family: 'Montserrat', sans-serif;
  border-width: 1px;
}
.catalog-product-view .page-main .product-info-main .aw-gc-product-form-options input::placeholder,
.catalog-product-view .page-main .product-info-main .aw-gc-product-form-options textarea::placeholder,
.catalog-product-view .page-main .product-info-main .aw-gc-product-form-options select::placeholder {
  color: #777777;
}
.catalog-product-view .page-main .product-info-main .aw-gc-product-form-options textarea {
  border-radius: 1.2rem;
  resize: none;
}
.catalog-product-view .page-main .product-info-main .aw-gc-product-form-options input,
.catalog-product-view .page-main .product-info-main .aw-gc-product-form-options select {
  border-radius: 10rem;
  height: 3.8rem;
}
@media screen and (max-width: 576px) {
  .catalog-product-view .page-main .product-info-main .aw-gc-product-form-options__amount-control {
    width: 100%;
    display: block;
    padding-left: 0;
  }
  .catalog-product-view .page-main .product-info-main .aw-gc-product-form-options__amount-control:first-child {
    margin-bottom: 1.5rem !important;
  }
}
.catalog-product-view .page-main .product-info-main .aw-gc-product-form-options .delivery-date {
  display: none;
}
.catalog-product-view .page-main .product-info-main .aw-gc-product-form-options__preview button {
  background-color: #323232;
  border-color: #323232 !important;
  border-radius: 10rem;
  font-size: 1.07rem;
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  line-height: 1.25rem;
  max-width: 100%;
  text-align: center;
  transition: 0.4s;
}
@media screen and (min-width: 1900px) {
  .catalog-product-view .page-main .product-info-main .aw-gc-product-form-options__preview button {
    font-size: 1.5rem;
  }
}
.catalog-product-view .page-main .product-info-main .aw-gc-product-form-options__preview button:hover {
  background-color: transparent;
  color: #323232;
}
.catalog-product-view .page-main .product-info-main .product-info-price {
  margin-bottom: 0;
  margin-top: 0;
  text-align: center;
}
.catalog-product-view .page-main .product-info-main .product-info-price .price-final_price {
  margin-bottom: 0;
  padding-bottom: 0;
}
.catalog-product-view .page-main .product-info-main .product-info-price .price-label,
.catalog-product-view .page-main .product-info-main .product-info-price .price {
  font-size: 3rem;
  font-weight: 600;
  line-height: 3.7rem;
  text-transform: capitalize;
}
.catalog-product-view .page-main .product-info-main .product-info-price .price-label {
  color: #323232;
  padding-right: 0.5rem;
}
.catalog-product-view .page-main .product-info-main .product-info-price .price {
  color: #9d1107;
}
.catalog-product-view .page-main .product-info-main .amcard-preview-container .amcard-button {
  background-color: #323232;
  border-color: #323232;
  border-radius: 10rem;
  font-size: 1.07rem;
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  line-height: 1.25rem;
  max-width: 100%;
  text-align: center;
  padding: 1em 1.25em;
}
@media screen and (min-width: 1900px) {
  .catalog-product-view .page-main .product-info-main .amcard-preview-container .amcard-button {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .catalog-product-view .page-main .detailed {
    margin-bottom: 0;
  }
}
.catalog-product-view .page-main .detailed .tabs-label-container {
  transition: top 0.4s;
  z-index: 10;
}
.catalog-product-view .page-main .detailed .tabs-label-container.fixed {
  position: fixed;
  width: 100%;
  box-shadow: 0 10px 7px rgba(0, 0, 0, 0.2);
  padding-bottom: 0;
  top: 4.9rem;
}
.catalog-product-view .page-main .detailed .tabs-label-container.nav-up {
  top: 0;
}
@media screen and (max-width: 491px) {
  .catalog-product-view .page-main .detailed .tabs-label-container.nav-down {
    top: 9.4rem !important;
  }
}
@media screen and (max-width: 767px) {
  .catalog-product-view .page-main .detailed .tabs-label-container {
    display: flex;
    top: 5.9rem;
    padding-bottom: 0.75rem;
  }
  .catalog-product-view .page-main .detailed .tabs-label-container .detail_tabs_container {
    padding: 1.5rem 0 0rem;
  }
  .catalog-product-view .page-main .detailed .tabs-label-container .detail_tabs_container:not(.discs) {
    display: none;
  }
  .catalog-product-view .page-main .detailed .tabs-label-container .detail_tabs_container,
  .catalog-product-view .page-main .detailed .tabs-label-container .customtocart {
    flex: 1;
  }
  .catalog-product-view .page-main .detailed .tabs-label-container .discs_details {
    margin: auto;
  }
  .catalog-product-view .page-main .detailed .tabs-label-container .section {
    display: none;
  }
}
.catalog-product-view .page-main .detailed .tabs-label-container .customtocart {
  background-color: #10a0dd;
  height: auto;
  font-size: 2rem;
  font-weight: 600;
  font-style: italic;
  line-height: 2rem;
  text-transform: capitalize;
  float: right;
  margin-top: -5rem;
  padding: 1.4rem 7.33rem;
  text-align: center;
  display: none;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .catalog-product-view .page-main .detailed .tabs-label-container .customtocart {
    padding: 1.4rem 2.33rem;
    position: absolute;
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .catalog-product-view .page-main .detailed .tabs-label-container .customtocart {
    float: unset;
    margin-top: 0;
    padding: 1.4rem 0;
    width: 100%;
  }
}
.catalog-product-view .page-main .detailed .tabs-label-container .discs_details {
  border-top: solid 1px #ffffff;
  width: fit-content;
  padding-bottom: 1rem;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .catalog-product-view .page-main .detailed .tabs-label-container .discs_details {
    position: relative;
  }
}
@media screen and (min-width: 768px) {
  .catalog-product-view .page-main .detailed .tabs-label-container .discs_details {
    padding-bottom: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .catalog-product-view .page-main .detailed .tabs-label-container .discs_details {
    position: absolute;
    top: 35%;
    left: 2rem;
    transform: translate(0);
  }
}
@media screen and (min-width: 993px) {
  .catalog-product-view .page-main .detailed .tabs-label-container .discs_details {
    position: absolute;
    left: 5rem;
    top: 16px;
  }
}
.catalog-product-view .page-main .detailed .tabs-label-container .discs_details::after {
  background-color: #ffffff;
  border-radius: 0 0 70% 70%;
  content: '';
  height: 1.2rem;
  right: 0;
  position: absolute;
  top: -1px;
  transform: rotate(12deg);
  width: 1px;
}
.catalog-product-view .page-main .detailed .tabs-label-container .discs_details .attrs {
  color: #ffffff;
  flex-basis: auto;
  font-size: 1.5rem;
  font-style: italic;
  font-weight: 600;
  line-height: 1;
  width: unset;
  padding: 0.2rem 1.75rem 0 1rem;
  position: relative;
}
.catalog-product-view .page-main .detailed .tabs-label-container .discs_details .attrs::before {
  background-color: #ffffff;
  border-radius: 0 0 70% 70%;
  content: '';
  height: 1.2rem;
  left: -3px;
  position: absolute;
  top: -1px;
  transform: rotate(12deg);
  width: 1px;
}
.catalog-product-view .page-main .detailed .tab-title {
  width: 100%;
  background-color: #ffffff;
  border-radius: 0 !important;
  color: #323232;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  border-color: transparent;
  text-transform: capitalize;
  transition: 0.4s;
  position: relative;
  padding: 1.2rem 0;
  height: auto;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .catalog-product-view .page-main .detailed .tab-title {
    display: none;
  }
}
.catalog-product-view .page-main .detailed .tab-title::before {
  content: '';
  font-family: 'Montserrat';
  position: absolute;
  color: #323232;
  width: 12px;
  height: 12px;
  border: solid 2px;
  border-color: #323232 #323232 transparent transparent;
  transform: rotate(45deg) translate(-5px, -3px);
  border-radius: 3px;
  top: 50%;
  right: 1rem;
}
.catalog-product-view .page-main .detailed .tab-title.open::before {
  border-color: transparent #323232 #323232 transparent;
  transform: rotate(45deg) translate(-5px, -7px);
}
.catalog-product-view .page-main .detailed .detail_tabs_container {
  background: #323232;
  display: flex;
  justify-content: center;
  padding: 1.3rem 0 0.25rem;
}
@media screen and (max-width: 767px) {
  .catalog-product-view .page-main .detailed .detail_tabs_container {
    align-items: center;
    flex-direction: column;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .catalog-product-view .page-main .detailed .detail_tabs_container {
    position: relative;
  }
}
.catalog-product-view .page-main .detailed .detail_tabs_container #tab-label-related_block_3,
.catalog-product-view .page-main .detailed .detail_tabs_container #tab-label-product_info_related {
  display: none;
}
.catalog-product-view .page-main .detailed .detail_tabs_container .section a {
  text-decoration: none;
}
.catalog-product-view .page-main .detailed .detail_tabs_container .section-label {
  border-bottom: 3px solid transparent;
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 0;
  padding: 0rem 4rem 0.75rem;
}
@media screen and (max-width: 1200px) {
  .catalog-product-view .page-main .detailed .detail_tabs_container .section-label {
    font-size: 16px;
  }
}
@media screen and (max-width: 992px) {
  .catalog-product-view .page-main .detailed .detail_tabs_container .section-label {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) and (max-width: 800px) {
  .catalog-product-view .page-main .detailed .detail_tabs_container .section-label {
    padding: 0 0.5rem 0.75rem !important;
  }
}
@media screen and (max-width: 1360px) {
  .catalog-product-view .page-main .detailed .detail_tabs_container .section-label {
    padding: 0 2rem 0.75rem;
  }
}
@media screen and (max-width: 991px) {
  .catalog-product-view .page-main .detailed .detail_tabs_container .section-label {
    padding: 0 1rem 0.75rem;
  }
}
.catalog-product-view .page-main .detailed .detail_tabs_container .section-label.active {
  border-bottom: 3px solid #10a0dd;
}
.catalog-product-view .page-main .detailed #description {
  padding: 8rem 5rem;
  scroll-margin: 3rem;
}
@media screen and (max-width: 768px) {
  .catalog-product-view .page-main .detailed #description {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .catalog-product-view .page-main .detailed #description {
    scroll-margin: 15rem;
  }
}
@media screen and (max-width: 767px) {
  .catalog-product-view .page-main .detailed #description {
    scroll-margin: 30rem;
    padding-bottom: 0;
  }
}
.catalog-product-view .page-main .detailed #description .description {
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .catalog-product-view .page-main .detailed #description .description.attribute {
    padding: 2rem 2rem 0 !important;
  }
}
.catalog-product-view .page-main .detailed #description .description ul {
  list-style-type: disc;
}
.catalog-product-view .page-main .detailed #description .description ul li {
  padding-bottom: 1rem;
  display: list-item;
  list-style: unset;
}
.catalog-product-view .page-main .detailed #description .description .description_slider .owl-carousel {
  margin: auto;
}
@media screen and (max-width: 992px) {
  .catalog-product-view .page-main .detailed #description .description .description_slider .owl-carousel {
    width: 100% !important;
  }
}
.catalog-product-view .page-main .detailed #description .description .description_slider .owl-carousel .owl-stage {
  margin: auto;
}
.catalog-product-view .page-main .detailed #description .description .description_slider .owl-carousel .owl-controls .owl-dots .active span {
  background-color: #323232 !important;
}
.catalog-product-view .page-main .detailed #description .description .description_slider .owl-carousel .owl-controls .owl-dots .owl-dot span {
  background-color: transparent;
  border: solid 2px #323232;
  border-radius: 50%;
  height: 16px;
  width: 16px;
}
.catalog-product-view .page-main .detailed #description .description h1 {
  color: #323232;
  font-size: 4rem;
  font-weight: 900;
  line-height: 5.3rem;
}
@media screen and (max-width: 576px) {
  .catalog-product-view .page-main .detailed #description .description h1 {
    padding-top: 2rem;
  }
}
@media screen and (min-width: 1900px) {
  .catalog-product-view .page-main .detailed #description .description h1 {
    font-size: 5rem;
    line-height: 6.1rem;
  }
}
@media screen and (max-width: 992px) {
  .catalog-product-view .page-main .detailed #description .description h1 {
    font-size: 2.2rem;
    line-height: 3rem;
  }
}
.catalog-product-view .page-main .detailed #description .description p,
.catalog-product-view .page-main .detailed #description .description li,
.catalog-product-view .page-main .detailed #description .description span,
.catalog-product-view .page-main .detailed #description .description div,
.catalog-product-view .page-main .detailed #description .description #productStaticContainer {
  color: #323232;
  font-size: 1.8rem;
  padding-bottom: 1.5rem;
  text-align: justify;
  font-weight: 400;
  line-height: 2.5rem;
}
@media screen and (min-width: 1900px) {
  .catalog-product-view .page-main .detailed #description .description p,
  .catalog-product-view .page-main .detailed #description .description li,
  .catalog-product-view .page-main .detailed #description .description span,
  .catalog-product-view .page-main .detailed #description .description div,
  .catalog-product-view .page-main .detailed #description .description #productStaticContainer {
    font-size: 2.5rem;
    line-height: 3rem;
  }
}
@media screen and (max-width: 992px) {
  .catalog-product-view .page-main .detailed #description .description p,
  .catalog-product-view .page-main .detailed #description .description li,
  .catalog-product-view .page-main .detailed #description .description span,
  .catalog-product-view .page-main .detailed #description .description div,
  .catalog-product-view .page-main .detailed #description .description #productStaticContainer {
    font-size: 1.4rem;
    line-height: 2.1rem;
  }
}
.catalog-product-view .page-main .detailed #description .description p a,
.catalog-product-view .page-main .detailed #description .description li a,
.catalog-product-view .page-main .detailed #description .description span a,
.catalog-product-view .page-main .detailed #description .description div a,
.catalog-product-view .page-main .detailed #description .description #productStaticContainer a {
  color: #10a0dd;
}
.catalog-product-view .page-main .detailed #product_info_flightchart {
  padding-top: 6rem;
  scroll-margin: 8rem;
}
@media screen and (max-width: 1024px) {
  .catalog-product-view .page-main .detailed #product_info_flightchart {
    padding-top: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .catalog-product-view .page-main .detailed #product_info_flightchart {
    scroll-margin: 15rem;
  }
}
@media screen and (max-width: 767px) {
  .catalog-product-view .page-main .detailed #product_info_flightchart {
    scroll-margin: 30rem;
  }
}
.catalog-product-view .page-main .detailed #product_info_flightchart > div {
  background-color: #1d1d1d;
  padding: 1rem 3rem 1rem 0.75rem;
}
@media (min-width: 1200px) {
  .catalog-product-view .page-main .detailed #product_info_flightchart > div {
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 768px) {
  .catalog-product-view .page-main .detailed #product_info_flightchart > div {
    float: unset;
  }
  .catalog-product-view .page-main .detailed #product_info_flightchart > div > div {
    float: unset;
  }
}
@media screen and (max-width: 1199px) {
  .catalog-product-view .page-main .detailed #product_info_flightchart > div {
    padding: 1rem 2rem;
  }
  .catalog-product-view .page-main .detailed #product_info_flightchart > div > div {
    margin-bottom: 3rem;
  }
  .catalog-product-view .page-main .detailed #product_info_flightchart > div > div:not(:nth-child(2)) {
    max-width: 100%;
  }
  .catalog-product-view .page-main .detailed #product_info_flightchart > div > div:nth-child(2) {
    margin: auto auto 3rem;
  }
}
.catalog-product-view .page-main .detailed #product_info_flightchart h2 {
  color: #ffffff;
  font-size: 3rem;
  font-weight: 700;
  line-height: 3rem;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .catalog-product-view .page-main .detailed #product_info_flightchart h2 {
    font-size: 2.5rem;
    line-height: 2.8rem;
    margin-bottom: 0;
  }
}
.catalog-product-view .page-main .detailed #product_info_flightchart .flight_details_container {
  border-radius: 3rem;
  overflow: hidden;
}
.catalog-product-view .page-main .detailed #product_info_flightchart #product-attribute-flight-details {
  margin-left: 0;
  margin-top: 11rem;
  position: relative;
}
@media screen and (max-width: 991px) {
  .catalog-product-view .page-main .detailed #product_info_flightchart #product-attribute-flight-details {
    margin-top: 12.5rem;
  }
}
.catalog-product-view .page-main .detailed #product_info_flightchart #product-attribute-flight-details thead {
  background-color: #323232;
  border-radius: 3rem 3rem 0 0;
}
.catalog-product-view .page-main .detailed #product_info_flightchart #product-attribute-flight-details thead tr:first-child {
  height: 0;
}
.catalog-product-view .page-main .detailed #product_info_flightchart #product-attribute-flight-details thead tr:nth-child(2) td {
  position: relative;
}
.catalog-product-view .page-main .detailed #product_info_flightchart #product-attribute-flight-details thead tr:nth-child(2) td .popup-arrow {
  border-color: transparent #ffffff #ffffff transparent;
  border-style: solid;
  bottom: -1rem;
  border-width: 10px;
  height: 20px;
  left: 50%;
  position: absolute;
  top: -12px;
  transform: rotate(45deg) translate(-50%, 0);
  width: 20px;
}
@media screen and (max-width: 768px) {
  .catalog-product-view .page-main .detailed #product_info_flightchart #product-attribute-flight-details thead tr:nth-child(2) td .popup-arrow {
    border-width: 8px;
    height: 10px;
    width: 10px;
  }
}
.catalog-product-view .page-main .detailed #product_info_flightchart #product-attribute-flight-details .info_popup {
  background-color: #ffffff;
  border-radius: 3rem;
  height: 111px;
  left: 0;
  overflow-y: auto;
  padding: 1.5rem 2rem 0;
  position: absolute;
  top: -100%;
  width: 100%;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  .catalog-product-view .page-main .detailed #product_info_flightchart #product-attribute-flight-details .info_popup {
    top: -115%;
  }
}
.catalog-product-view .page-main .detailed #product_info_flightchart #product-attribute-flight-details .info_popup h5 {
  color: #323232;
  font-size: 2rem;
  font-weight: 600;
  line-height: 3.36rem;
  margin: 0 0 5px;
  text-align: left;
  text-transform: none;
}
@media screen and (max-width: 768px) {
  .catalog-product-view .page-main .detailed #product_info_flightchart #product-attribute-flight-details .info_popup h5 {
    font-size: 1.8rem;
  }
}
.catalog-product-view .page-main .detailed #product_info_flightchart #product-attribute-flight-details .info_popup p {
  color: #323232;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.9rem;
  text-align: left;
  text-transform: none;
}
@media screen and (max-width: 768px) {
  .catalog-product-view .page-main .detailed #product_info_flightchart #product-attribute-flight-details .info_popup p {
    font-size: 1.25rem;
  }
}
.catalog-product-view .page-main .detailed #product_info_flightchart #product-attribute-flight-details tr {
  display: flex;
  justify-content: space-between;
}
.catalog-product-view .page-main .detailed #product_info_flightchart #product-attribute-flight-details tr td {
  color: #f1f1f1;
  font-size: 1.5rem;
  flex: 1 0 auto;
  line-height: 1.9rem;
  padding: 1.5rem;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (max-width: 992px) {
  .catalog-product-view .page-main .detailed #product_info_flightchart #product-attribute-flight-details tr td {
    font-size: 1.25rem;
    line-height: 1.6rem;
  }
}
.catalog-product-view .page-main .detailed #product_info_flightchart #product-attribute-flight-details tr td .dropdown_wrapper {
  position: relative;
  top: -33px;
  width: 100%;
}
.catalog-product-view .page-main .detailed #product_info_flightchart #product-attribute-flight-details tr td .dropdown_wrapper svg {
  position: absolute;
  right: 8px;
  top: 0;
  fill: #ffffff;
  width: 12px;
}
.catalog-product-view .page-main .detailed #product_info_flightchart #product-attribute-flight-details tbody {
  background-color: #b9b9b9;
}
.catalog-product-view .page-main .detailed #product_info_flightchart #product-attribute-flight-details tbody td {
  color: #323232;
  font-size: 3.1rem;
  font-weight: 700;
  line-height: 3.8rem;
  position: relative;
  text-align: center;
}
.catalog-product-view .page-main .detailed #product_info_flightchart #product-attribute-flight-details tbody td:not(:last-child)::after {
  background-color: #323232;
  content: '';
  height: 20px;
  right: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
}
@media screen and (max-width: 992px) {
  .catalog-product-view .page-main .detailed #product_info_flightchart #product-attribute-flight-details tbody td {
    font-size: 2rem;
    line-height: 2.7rem;
  }
}
.catalog-product-view .page-main .detailed #product_info_flightchart .discs_specs_img {
  background-color: #b9b9b9;
  padding: 0 3rem 3.45rem;
  position: relative;
}
.catalog-product-view .page-main .detailed #product_info_flightchart .discs_specs_img .discs_diameter,
.catalog-product-view .page-main .detailed #product_info_flightchart .discs_specs_img .rim_width,
.catalog-product-view .page-main .detailed #product_info_flightchart .discs_specs_img .rim_depth {
  color: #323232;
  font-size: 1rem;
  font-weight: 500;
  line-height: 0.8rem;
}
.catalog-product-view .page-main .detailed #product_info_flightchart .discs_specs_img .discs_diameter {
  display: block;
  padding-bottom: 0.5rem;
  text-align: center;
}
.catalog-product-view .page-main .detailed #product_info_flightchart .discs_specs_img .rim_width {
  display: block;
  text-align: left;
}
.catalog-product-view .page-main .detailed #product_info_flightchart .discs_specs_img .rim_depth {
  left: 7.5vw;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .catalog-product-view .page-main .detailed #product_info_flightchart .discs_specs_img .rim_depth {
    left: 21.5vw;
    top: 54%;
  }
}
@media screen and (max-width: 576px) {
  .catalog-product-view .page-main .detailed #product_info_flightchart .discs_specs_img .rim_depth {
    left: 22.5vw;
    top: 47%;
  }
}
.catalog-product-view .page-main .detailed #product_info_flightchart .discs_specs_img .disclaimer {
  position: absolute;
  right: 2rem;
  bottom: 3.45rem;
  font-size: 1rem;
  font-weight: 500;
  color: #323232;
}
.catalog-product-view .page-main .detailed #product_info_flightchart .additional_flight_attributes .table-wrapper {
  border-top: none;
}
.catalog-product-view .page-main .detailed #product_info_flightchart .additional_flight_attributes h3 {
  color: #ffffff;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
  text-align: left;
}
@media screen and (min-width: 1200px) {
  .catalog-product-view .page-main .detailed #product_info_flightchart .additional_flight_attributes h3 {
    font-size: 2.6rem;
  }
}
.catalog-product-view .page-main .detailed #product_info_flightchart .additional_flight_attributes .attr-data {
  column-gap: 0.5rem;
  display: flex;
}
.catalog-product-view .page-main .detailed #product_info_flightchart .additional_flight_attributes .attr-data .label {
  color: #ffffff;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 2.25rem;
}
@media screen and (min-width: 1900px) {
  .catalog-product-view .page-main .detailed #product_info_flightchart .additional_flight_attributes .attr-data .label {
    font-size: 2rem;
    line-height: 3rem;
  }
}
.catalog-product-view .page-main .detailed #product_info_flightchart .additional_flight_attributes .attr-data .value {
  color: #10a0dd;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 2.25rem;
}
@media screen and (min-width: 1900px) {
  .catalog-product-view .page-main .detailed #product_info_flightchart .additional_flight_attributes .attr-data .value {
    font-size: 2rem;
    line-height: 3rem;
  }
}
.catalog-product-view .page-main .detailed #product_info_flightchart .additional_flight_attributes .col-lg-6 .attr-data {
  justify-content: space-between;
}
@media screen and (min-width: 992px) {
  .catalog-product-view .page-main .detailed #product_info_flightchart .additional_flight_attributes .col-lg-6:nth-child(2) {
    padding-left: 0;
  }
  .catalog-product-view .page-main .detailed #product_info_flightchart .additional_flight_attributes .col-lg-6:nth-child(3) {
    padding-right: 0;
  }
}
.catalog-product-view .page-main .detailed #product_info_flightchart .additional_flight_attributes .col-sm-12 {
  padding: 4.5rem 0 0;
}
.catalog-product-view .page-main .detailed #product_info_flightchart .additional_flight_attributes .col-sm-12 .attr-data {
  justify-content: space-between;
}
.catalog-product-view .page-main .detailed #product_info_flightchart .additional_flight_attributes .button_controller {
  text-align: center;
}
.catalog-product-view .page-main .detailed #product_info_flightchart .additional_flight_attributes .show_hide_adv_specs {
  background-color: #10a0dd;
  border: 0;
  border-radius: 10rem;
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6rem;
  margin-bottom: 2rem;
  margin-top: 7.2rem;
  padding: 1.35rem;
}
@media screen and (max-width: 768px) {
  .catalog-product-view .page-main .detailed #product_info_flightchart .additional_flight_attributes .show_hide_adv_specs {
    font-size: 1.5rem;
  }
}
.catalog-product-view .page-main .detailed #product_info_flightchart .flight_content {
  padding-top: 3.25rem;
}
@media screen and (max-width: 1200px) {
  .catalog-product-view .page-main .detailed #product_info_flightchart .flight_content {
    padding-top: 0.25rem;
  }
}
.catalog-product-view .page-main .detailed #product_info_flightchart .flight_content h4 {
  color: #ffffff;
  font-size: 3rem;
  font-weight: 700;
  line-height: 3rem;
  text-align: left;
  text-transform: capitalize;
}
@media screen and (max-width: 1200px) {
  .catalog-product-view .page-main .detailed #product_info_flightchart .flight_content h4 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 1024px) {
  .catalog-product-view .page-main .detailed #product_info_flightchart .flight_content h4 {
    font-size: 1.75rem;
  }
}
.catalog-product-view .page-main .detailed #product_info_flightchart .flight_content p {
  color: #ffffff;
  font-size: 2.1rem;
  line-height: 1;
  padding: 3rem 0;
}
@media screen and (min-width: 1900px) {
  .catalog-product-view .page-main .detailed #product_info_flightchart .flight_content p {
    font-size: 3rem;
  }
}
@media screen and (max-width: 1200px) {
  .catalog-product-view .page-main .detailed #product_info_flightchart .flight_content p {
    font-size: 1.75rem;
    padding: 1rem 0;
  }
}
@media screen and (max-width: 1024px) {
  .catalog-product-view .page-main .detailed #product_info_flightchart .flight_content p {
    font-size: 1.5rem;
    line-height: 1.25;
    padding: 0;
  }
}
.catalog-product-view .page-main .detailed #product_info_flightchart .flight_img_container {
  background-color: #484848;
  border-radius: 4rem;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.161);
  margin: -7rem 0;
  padding: 3.5rem;
  position: relative;
  z-index: 9;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  .catalog-product-view .page-main .detailed #product_info_flightchart .flight_img_container {
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  .catalog-product-view .page-main .detailed #product_info_flightchart .flight_img_container {
    z-index: 1;
  }
}
.catalog-product-view .page-main .detailed #product_info_flightchart h4 {
  color: #ffffff;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 2rem;
  margin-bottom: 1rem;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .catalog-product-view .page-main .detailed #product_info_flightchart h4 {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1900px) {
  .catalog-product-view .page-main .detailed #product_info_flightchart h4 {
    font-size: 3rem;
    line-height: 3rem;
  }
}
@media screen and (max-width: 1200px) {
  .catalog-product-view .page-main .detailed #product_info_flightchart h4 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 1024px) {
  .catalog-product-view .page-main .detailed #product_info_flightchart h4 {
    font-size: 1.75rem;
  }
}
.catalog-product-view .page-main .detailed #product_info_flightchart table {
  display: grid;
  margin-left: 0.5rem;
  margin-top: 6rem;
}
.catalog-product-view .page-main .detailed #product_info_flightchart table th,
.catalog-product-view .page-main .detailed #product_info_flightchart table td {
  color: #ffffff;
}
.catalog-product-view .page-main .detailed #product_info_flightchart table th {
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 3rem;
  padding-left: 7rem;
  position: relative;
}
.catalog-product-view .page-main .detailed #product_info_flightchart table th::before {
  border-radius: 50%;
  content: '';
  height: 4.8rem;
  left: 0.9rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 4.8rem;
}
@media screen and (max-width: 1900px) {
  .catalog-product-view .page-main .detailed #product_info_flightchart table th::before {
    height: 3.8rem;
    width: 3.8rem;
  }
}
@media screen and (max-width: 1200px) {
  .catalog-product-view .page-main .detailed #product_info_flightchart table th::before {
    height: 2.8rem;
    width: 2.8rem;
  }
}
@media screen and (max-width: 767px) {
  .catalog-product-view .page-main .detailed #product_info_flightchart table th::before {
    left: 0;
  }
}
@media screen and (max-width: 1200px) {
  .catalog-product-view .page-main .detailed #product_info_flightchart table th {
    font-size: 1.75rem;
    padding-left: 5.5rem;
  }
}
@media screen and (max-width: 1024px) {
  .catalog-product-view .page-main .detailed #product_info_flightchart table th {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .catalog-product-view .page-main .detailed #product_info_flightchart table th {
    padding-left: 4.5rem;
    padding-right: 0;
  }
}
.catalog-product-view .page-main .detailed #product_info_flightchart table tr:first-child th::before {
  background-color: #2adad7;
}
.catalog-product-view .page-main .detailed #product_info_flightchart table tr:nth-child(3) th::before {
  background-color: #dc0160;
}
.catalog-product-view .page-main .detailed #product_info_flightchart table tr:nth-child(5) th::before {
  background-color: #424242;
}
@media screen and (min-width: 1201px) {
  .catalog-product-view .page-main .detailed #product_info_flightchart table tr:nth-child(even) td {
    padding-bottom: 3rem;
  }
}
.catalog-product-view .page-main .detailed #product_info_flightchart table td {
  font-size: 2rem;
  font-weight: 400;
  line-height: 3rem;
}
@media screen and (max-width: 1200px) {
  .catalog-product-view .page-main .detailed #product_info_flightchart table td {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .catalog-product-view .page-main .detailed #product_info_flightchart table td {
    padding-left: 0;
    padding-right: 0;
  }
}
.catalog-product-view .page-main .detailed #product_info_flightchart + #additional {
  display: inline-block;
  width: 100%;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .catalog-product-view .page-main .detailed #product_info_flightchart + #additional {
    scroll-margin: 15rem;
  }
}
@media screen and (max-width: 767px) {
  .catalog-product-view .page-main .detailed #product_info_flightchart + #additional {
    scroll-margin: 30rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .catalog-product-view .page-main .detailed #additional {
    scroll-margin: 15rem;
  }
}
@media screen and (max-width: 767px) {
  .catalog-product-view .page-main .detailed #additional {
    scroll-margin: 30rem;
    padding-top: 3rem;
  }
  .catalog-product-view .page-main .detailed #additional .additional-attributes-wrapper {
    padding: 2rem 0 0;
  }
}
.catalog-product-view .page-main .detailed #additional > div:not(.additional-attributes-wrapper) {
  background-color: #1d1d1d;
  margin-bottom: 3rem;
  padding: 0 0 2rem;
}
@media screen and (min-width: 768px) {
  .catalog-product-view .page-main .detailed #additional > div:not(.additional-attributes-wrapper) {
    display: flex;
    justify-content: space-between;
  }
}
.catalog-product-view .page-main .detailed #additional > div:not(.additional-attributes-wrapper) > div {
  background-color: #f1f1f1;
  height: inherit;
  padding: 10rem 2rem 0;
}
@media screen and (min-width: 768px) {
  .catalog-product-view .page-main .detailed #additional > div:not(.additional-attributes-wrapper) > div {
    max-width: 49.5%;
  }
}
@media screen and (max-width: 767px) {
  .catalog-product-view .page-main .detailed #additional > div:not(.additional-attributes-wrapper) > div {
    margin: 0 0 2rem !important;
    max-width: 100%;
  }
}
@media screen and (max-width: 992px) {
  .catalog-product-view .page-main .detailed #additional > div:not(.additional-attributes-wrapper) > div {
    display: grid;
  }
}
@media screen and (max-width: 1024px) {
  .catalog-product-view .page-main .detailed #additional > div:not(.additional-attributes-wrapper) > div {
    padding-top: 3rem;
  }
}
@media screen and (max-width: 991px) {
  .catalog-product-view .page-main .detailed #additional > div:not(.additional-attributes-wrapper) > div {
    padding-bottom: 2rem;
  }
  .catalog-product-view .page-main .detailed #additional > div:not(.additional-attributes-wrapper) > div > div {
    max-width: 100%;
  }
}
.catalog-product-view .page-main .detailed #additional > div:not(.additional-attributes-wrapper) > div h4 {
  color: #323232;
  font-size: 2rem;
  font-weight: 600;
  line-height: 2.1rem;
  margin-bottom: 0;
}
@media screen and (max-width: 1200px) {
  .catalog-product-view .page-main .detailed #additional > div:not(.additional-attributes-wrapper) > div h4 {
    font-size: 1.5rem;
  }
}
.catalog-product-view .page-main .detailed #additional > div:not(.additional-attributes-wrapper) > div form {
  display: inline-block;
  position: relative;
}
.catalog-product-view .page-main .detailed #additional > div:not(.additional-attributes-wrapper) > div form::after {
  content: '';
  font-family: 'FontAwesome';
  font-size: 1.75rem;
  position: absolute;
  right: -1.5rem;
  color: #10a0dd;
  top: 3px;
}
.catalog-product-view .page-main .detailed #additional > div:not(.additional-attributes-wrapper) > div input[type="submit"] {
  color: #10a0dd;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.6rem;
  text-decoration: underline;
  font-family: 'Montserrat', sans-serif;
  border: none;
  padding: 0;
  padding-top: 0.5rem;
  background-color: transparent;
}
.catalog-product-view .page-main .detailed #additional > div:not(.additional-attributes-wrapper) > div .product_grid {
  border-top: 1px solid #bbb;
  margin-top: 1rem;
  padding-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .catalog-product-view .page-main .detailed #additional > div:not(.additional-attributes-wrapper) > div .product_grid {
    column-gap: 15px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 15px;
  }
}
@media screen and (max-width: 640px) {
  .catalog-product-view .page-main .detailed #additional > div:not(.additional-attributes-wrapper) > div .product_grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.catalog-product-view .page-main .detailed #additional > div:not(.additional-attributes-wrapper) > div .product_grid a::after {
  display: none;
}
.catalog-product-view .page-main .detailed #additional > div:not(.additional-attributes-wrapper) > div .product_grid .product-item {
  background-color: #ffffff;
  border-radius: 2rem;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.161);
  margin-bottom: 2.8rem;
  padding: 2rem 2rem 1.5rem;
}
.catalog-product-view .page-main .detailed #additional > div:not(.additional-attributes-wrapper) > div .product_grid .product-item .product-image-photo {
  border-radius: 1rem;
  max-width: 144px;
}
.catalog-product-view .page-main .detailed #additional > div:not(.additional-attributes-wrapper) > div .product_grid .product-item .product-item-details {
  padding: 1rem 0 0;
}
.catalog-product-view .page-main .detailed #additional > div:not(.additional-attributes-wrapper) > div .product_grid .product-item .product-item-details .product-item-name {
  padding: 2rem 0 3rem;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 767px) {
  .catalog-product-view .page-main .detailed #additional > div:not(.additional-attributes-wrapper) > div .product_grid .product-item .product-item-details .product-item-name {
    white-space: unset;
  }
}
.catalog-product-view .page-main .detailed #additional > div:not(.additional-attributes-wrapper) > div .product_grid .product-item .product-item-details .product-item-name .product-item-link {
  color: #323232;
  font-size: 1.5rem !important;
  font-weight: 600 !important;
  line-height: 2.1rem !important;
  text-decoration: none;
}
.catalog-product-view .page-main .detailed #additional > div:not(.additional-attributes-wrapper) > div .product_grid .product-item .product-item-details .discs_details {
  margin: 0 auto !important;
}
.catalog-product-view .page-main .detailed #additional > div:not(.additional-attributes-wrapper) > div .product_grid .product-item .product-item-details p {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.3rem;
  margin-bottom: 0;
  padding: 5px 0;
  text-align: center;
}
.catalog-product-view .page-main .detailed #additional > div:not(.additional-attributes-wrapper) > div .product_grid .product-item .product-item-details .price-box {
  margin: 0;
  text-align: center;
}
.catalog-product-view .page-main .detailed #additional > div:not(.additional-attributes-wrapper) > div .product_grid .product-item .product-item-details .price-box .price-label {
  display: none;
}
.catalog-product-view .page-main .detailed #additional > div:not(.additional-attributes-wrapper) > div .product_grid .product-item .product-item-details .price-box .price {
  color: #9d1107 !important;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2.1rem;
}
.catalog-product-view .page-main .detailed #additional > div:not(.additional-attributes-wrapper) > div:first-child {
  margin-left: 0;
}
@media screen and (min-width: 768px) {
  .catalog-product-view .page-main .detailed #additional > div:not(.additional-attributes-wrapper) > div:first-child {
    border-bottom-right-radius: 4rem;
    border-top-right-radius: 4rem;
  }
}
@media screen and (min-width: 768px) {
  .catalog-product-view .page-main .detailed #additional > div:not(.additional-attributes-wrapper) > div:nth-child(2) {
    border-bottom-left-radius: 4rem;
    border-top-left-radius: 4rem;
  }
}
.catalog-product-view .page-main .detailed #additional > div:not(.additional-attributes-wrapper) > div .discs_details {
  border-top: solid 1px #323232;
  width: fit-content;
  position: relative;
  justify-content: space-between;
}
@media screen and (min-width: 992px) {
  .catalog-product-view .page-main .detailed #additional > div:not(.additional-attributes-wrapper) > div .discs_details {
    width: 100%;
  }
}
.catalog-product-view .page-main .detailed #additional > div:not(.additional-attributes-wrapper) > div .discs_details::after {
  background-color: #323232;
  border-radius: 0 0 70% 70%;
  content: '';
  height: 0.9rem;
  right: 0;
  position: absolute;
  top: -1px;
  transform: rotate(12deg);
  width: 1px;
}
.catalog-product-view .page-main .detailed #additional > div:not(.additional-attributes-wrapper) > div .discs_details .attrs {
  color: #323232;
  flex-basis: auto;
  font-size: 1.1rem;
  font-style: italic;
  font-weight: 600;
  line-height: 1.3rem;
  width: unset;
  padding: 0.2rem 1.75rem 0 1rem;
  position: relative;
}
@media screen and (min-width: 992px) {
  .catalog-product-view .page-main .detailed #additional > div:not(.additional-attributes-wrapper) > div .discs_details .attrs {
    padding: 2px 0 0;
    flex: 1;
  }
}
.catalog-product-view .page-main .detailed #additional > div:not(.additional-attributes-wrapper) > div .discs_details .attrs::before {
  background-color: #323232;
  border-radius: 0 0 70% 70%;
  content: '';
  height: 0.9rem;
  left: -2px;
  position: absolute;
  top: -1px;
  transform: rotate(12deg);
  width: 1px;
}
.catalog-product-view .page-main .detailed #additional .table {
  background-color: #f1f1f1;
  margin: auto auto 3rem;
}
@media screen and (max-width: 640px) {
  .catalog-product-view .page-main .detailed #additional .table {
    padding-left: 2rem;
  }
}
.catalog-product-view .page-main .detailed #additional .table th,
.catalog-product-view .page-main .detailed #additional .table td {
  display: inline-block;
  font-size: 1.2rem;
  line-height: 2.2rem;
}
@media screen and (min-width: 1900px) {
  .catalog-product-view .page-main .detailed #additional .table th,
  .catalog-product-view .page-main .detailed #additional .table td {
    font-size: 2rem;
    line-height: 3rem;
  }
}
.catalog-product-view .page-main .detailed #additional .table th {
  color: #323232;
  font-weight: 600;
  padding: 0 0.5rem 0 0;
}
.catalog-product-view .page-main .detailed #additional .table td {
  color: #10a0dd;
  font-weight: 500;
  padding: 0;
}
.catalog-product-view .page-main .detailed #technical_specs {
  background-color: #1d1d1d;
  padding: 2rem 3rem 5rem;
}
@media (min-width: 992px) {
  .catalog-product-view .page-main .detailed #technical_specs {
    padding: 2rem 5rem 5rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .catalog-product-view .page-main .detailed #technical_specs {
    scroll-margin: 15rem;
  }
}
@media screen and (max-width: 767px) {
  .catalog-product-view .page-main .detailed #technical_specs {
    scroll-margin: 30rem;
    padding-left: 0;
    padding-right: 0;
  }
  .catalog-product-view .page-main .detailed #technical_specs > .other_attr {
    padding-left: 3rem;
    padding-right: 3rem;
    padding-bottom: 5rem;
  }
}
.catalog-product-view .page-main .detailed #technical_specs .attr_header h3 {
  color: #ffffff;
  font-size: 28px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
}
@media screen and (min-width: 1900px) {
  .catalog-product-view .page-main .detailed #technical_specs .attr_header h3 {
    font-size: 30px;
    line-height: 45px;
  }
}
.catalog-product-view .page-main .detailed #technical_specs .technical_specs h2 {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
}
@media screen and (min-width: 1900px) {
  .catalog-product-view .page-main .detailed #technical_specs .technical_specs h2 {
    font-size: 30px;
    line-height: 38px;
  }
}
.catalog-product-view .page-main .detailed #technical_specs .technical_specs ul {
  margin: 0;
  padding-left: 20px;
}
.catalog-product-view .page-main .detailed #technical_specs .technical_specs ul li {
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 2px;
}
@media screen and (min-width: 1900px) {
  .catalog-product-view .page-main .detailed #technical_specs .technical_specs ul li {
    font-size: 25px;
    line-height: 40px;
  }
}
.catalog-product-view .page-main .detailed #technical_specs .other_attr {
  color: #ffffff;
  padding-top: 4rem;
}
.catalog-product-view .page-main .detailed #technical_specs .other_attr img {
  height: auto;
  width: 50px;
}
@media screen and (min-width: 1900px) {
  .catalog-product-view .page-main .detailed #technical_specs .other_attr img {
    height: 59px;
    width: 59px;
  }
}
.catalog-product-view .page-main .detailed #technical_specs .other_attr .col-sm-1 {
  max-width: fit-content !important;
  width: 70px !important;
}
.catalog-product-view .page-main .detailed #technical_specs .other_attr .col-sm-11 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.catalog-product-view .page-main .detailed #technical_specs .other_attr h3 {
  color: #dc0160;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  margin-top: 0;
  text-transform: uppercase;
}
@media screen and (min-width: 1900px) {
  .catalog-product-view .page-main .detailed #technical_specs .other_attr h3 {
    font-size: 20px;
  }
}
.catalog-product-view .page-main .detailed #technical_specs .other_attr h3 + span {
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
}
@media screen and (min-width: 1900px) {
  .catalog-product-view .page-main .detailed #technical_specs .other_attr h3 + span {
    font-size: 20px;
  }
}
.catalog-product-view .page-main .detailed #technical_specs .other_attr .dimensions {
  margin-bottom: 3rem;
}
.catalog-product-view .page-main .detailed #related_block_3 {
  background-color: #f1f1f1 !important;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .catalog-product-view .page-main .detailed #related_block_3 {
    scroll-margin: 15rem;
  }
}
@media screen and (max-width: 767px) {
  .catalog-product-view .page-main .detailed #related_block_3 {
    scroll-margin: 30rem;
  }
}
.catalog-product-view .page-main .detailed #related_block_3 .filterproduct-title {
  border-bottom: 1px solid #dfdfdf;
  font-size: 22px;
  letter-spacing: 0;
  line-height: 1;
  padding-bottom: 15px;
  margin: 20px 25px 15px;
  text-align: left;
  text-transform: capitalize;
}
@media screen and (min-width: 1900px) {
  .catalog-product-view .page-main .detailed #related_block_3 .filterproduct-title {
    font-size: 30px;
    line-height: 37px;
  }
}
@media (min-width: 1200px) {
  .catalog-product-view .page-main .detailed #related_block_3 .filterproduct-title {
    margin-left: 5rem;
    margin-right: 5rem;
  }
}
.catalog-product-view .page-main .detailed #related_block_3 .filterproduct-title strong {
  color: #323232;
  font-weight: 600;
}
.catalog-product-view .page-main .detailed #related_block_3 .home-see-more-link {
  display: none;
}
.catalog-product-view .page-main .detailed #related_block_3 .recommended-section {
  background-color: transparent !important;
  padding-top: 0;
}
@media (min-width: 1200px) {
  .catalog-product-view .page-main .detailed #related_block_3 .recommended-section {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
.catalog-product-view .page-main .detailed #related_block_3 .recommended-section #trending_product {
  padding-top: 0.5rem;
}
.catalog-product-view .page-main .detailed #related_block_3 .recommended-section .filterproducts {
  display: none;
}
.catalog-product-view .page-main .detailed #related_block_3 .recommended-section .filterproducts.slick-initialized {
  display: block;
}
@media screen and (max-width: 767px) {
  .catalog-product-view .page-main .detailed #related_block_3 .recommended-section .filterproducts {
    padding-bottom: 2rem;
  }
}
.catalog-product-view .page-main .detailed #related_block_3 .recommended-section .filterproducts .slick-list {
  padding-left: 1rem;
}
.catalog-product-view .page-main .detailed #related_block_3 .recommended-section .filterproducts .slick-track {
  padding: 0 1rem;
}
@media screen and (min-width: 767px) {
  .catalog-product-view .page-main .detailed #related_block_3 .recommended-section .filterproducts .slick-track {
    margin-left: unset;
  }
}
.catalog-product-view .page-main .detailed #related_block_3 .recommended-section .filterproducts .product-item {
  background-color: #ffffff;
  border-radius: 40px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  padding: 2rem 2rem 3rem;
  margin-bottom: 1rem;
  max-width: 33.3rem !important;
  width: 100% !important;
  min-height: 495px;
}
.catalog-product-view .page-main .detailed #related_block_3 .recommended-section .filterproducts .product-item:first-child {
  grid-row-start: auto;
  grid-row-end: auto;
}
.catalog-product-view .page-main .detailed #related_block_3 .recommended-section .filterproducts .product-item:first-child .product-item-info .product-item-details .discs_details {
  margin: 1.6rem auto 2.3rem;
}
.catalog-product-view .page-main .detailed #related_block_3 .recommended-section .filterproducts .product-item .product-item-info {
  background-color: transparent;
}
.catalog-product-view .page-main .detailed #related_block_3 .recommended-section .filterproducts .product-item .product-item-info .product-item-photo {
  max-width: 255px;
}
.catalog-product-view .page-main .detailed #related_block_3 .recommended-section .filterproducts .product-item .product-item-info .product-item-details {
  padding: 3rem 0 0;
}
.catalog-product-view .page-main .detailed #related_block_3 .recommended-section .filterproducts .product-item .product-item-info .product-item-details .product-item-name {
  text-align: center;
  padding-bottom: 0.5rem;
  white-space: nowrap !important;
  text-overflow: ellipsis;
  overflow: hidden;
}
.catalog-product-view .page-main .detailed #related_block_3 .recommended-section .filterproducts .product-item .product-item-info .product-item-details .product-item-name .product-item-link {
  color: #323232;
  font-size: 2rem;
  font-weight: 600;
  line-height: 2.4rem;
  text-transform: capitalize;
  padding-bottom: 1rem;
}
.catalog-product-view .page-main .detailed #related_block_3 .recommended-section .filterproducts .product-item .product-item-info .product-item-details .price-box {
  margin: 0;
  text-align: center;
}
.catalog-product-view .page-main .detailed #related_block_3 .recommended-section .filterproducts .product-item .product-item-info .product-item-details .price-box .price-label {
  display: none;
}
.catalog-product-view .page-main .detailed #related_block_3 .recommended-section .filterproducts .product-item .product-item-info .product-item-details .price-box .price {
  color: #9d1107 !important;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 3rem;
}
.catalog-product-view .page-main .detailed #related_block_3 .recommended-section .filterproducts .product-item .product-item-info .product-item-details div[data-role="aw-ar-product-summary-container"],
.catalog-product-view .page-main .detailed #related_block_3 .recommended-section .filterproducts .product-item .product-item-info .product-item-details .product-item-actions {
  display: none;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .catalog-product-view .page-main .detailed #product_info_related {
    scroll-margin: 15rem;
  }
}
@media screen and (max-width: 767px) {
  .catalog-product-view .page-main .detailed #product_info_related {
    scroll-margin: 30rem;
  }
}
.catalog-product-view .page-main .detailed #product_info_related .related {
  padding: 2rem 25px 3rem;
}
@media (min-width: 1200px) {
  .catalog-product-view .page-main .detailed #product_info_related .related {
    padding: 3rem 5rem 4rem;
  }
}
.catalog-product-view .page-main .detailed #product_info_related .related .block-title {
  border-bottom: 1px solid #dfdfdf;
  margin-bottom: 0;
  padding-bottom: 18px;
}
.catalog-product-view .page-main .detailed #product_info_related .related #block-related-heading {
  color: #323232;
  font-size: 25px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1;
  text-align: left;
  text-transform: capitalize;
}
@media screen and (min-width: 1900px) {
  .catalog-product-view .page-main .detailed #product_info_related .related #block-related-heading {
    font-size: 30px;
    line-height: 37px;
  }
}
.catalog-product-view .page-main .detailed #product_info_related .related .products-related {
  margin: 4px 0;
}
.catalog-product-view .page-main .detailed #product_info_related .related .product-items {
  column-gap: 3.8rem;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(272px, 1fr));
  padding-top: 20px;
  row-gap: 3rem;
}
@media screen and (max-width: 767px) {
  .catalog-product-view .page-main .detailed #product_info_related .related .product-items {
    display: flex;
    overflow-x: auto;
    padding: 0 0.5rem 2rem;
    /* Hide scrollbar for IE, Edge and Firefox */
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
    /* Hide scrollbar for Chrome, Safari and Opera */
  }
  .catalog-product-view .page-main .detailed #product_info_related .related .product-items::webkit-scrollbar {
    display: none;
  }
}
.catalog-product-view .page-main .detailed #product_info_related .related .product-items .product-item {
  background-color: #ffffff;
  border-radius: 40px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  padding: 2rem 2rem 3rem;
  max-width: unset;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .catalog-product-view .page-main .detailed #product_info_related .related .product-items .product-item {
    flex: 1 0 33.3rem;
  }
}
@media (max-width: 421px) {
  .catalog-product-view .page-main .detailed #product_info_related .related .product-items .product-item {
    flex: 1 0 27.3rem;
    max-width: 27.3rem !important;
  }
}
.catalog-product-view .page-main .detailed #product_info_related .related .product-items .product-item .product-item-info {
  height: 100%;
}
.catalog-product-view .page-main .detailed #product_info_related .related .product-items .product-item .product-item-info .product-item-photo {
  margin: auto;
  max-width: 255px;
}
.catalog-product-view .page-main .detailed #product_info_related .related .product-items .product-item .product-item-info .product-item-details {
  padding: 0;
}
.catalog-product-view .page-main .detailed #product_info_related .related .product-items .product-item .product-item-info .product-item-details .discs_details {
  border-top: solid 1px #323232;
  width: fit-content;
  margin: auto;
  position: relative;
  justify-content: space-between;
}
.catalog-product-view .page-main .detailed #product_info_related .related .product-items .product-item .product-item-info .product-item-details .discs_details::after {
  background-color: #323232;
  border-radius: 0 0 70% 70%;
  content: '';
  height: 1.2rem;
  right: 0;
  position: absolute;
  top: -1px;
  transform: rotate(12deg);
  width: 1px;
}
.catalog-product-view .page-main .detailed #product_info_related .related .product-items .product-item .product-item-info .product-item-details .discs_details .attrs {
  color: #323232;
  flex-basis: auto;
  font-size: 1.5rem;
  font-style: italic;
  font-weight: 600;
  line-height: 1.8rem;
  width: unset;
  padding: 0.2rem 1.75rem 0 1rem;
  position: relative;
}
.catalog-product-view .page-main .detailed #product_info_related .related .product-items .product-item .product-item-info .product-item-details .discs_details .attrs::before {
  background-color: #323232;
  border-radius: 0 0 70% 70%;
  content: '';
  height: 1.2rem;
  left: -3px;
  position: absolute;
  top: -1px;
  transform: rotate(12deg);
  width: 1px;
}
.catalog-product-view .page-main .detailed #product_info_related .related .product-items .product-item .product-item-info .product-item-details .product-item-name {
  text-align: center;
  padding-bottom: 0.5rem;
  white-space: unset;
}
@media screen and (max-width: 767px) {
  .catalog-product-view .page-main .detailed #product_info_related .related .product-items .product-item .product-item-info .product-item-details .product-item-name {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}
.catalog-product-view .page-main .detailed #product_info_related .related .product-items .product-item .product-item-info .product-item-details .product-item-name .product-item-link {
  color: #323232;
  font-size: 2rem;
  font-weight: 600;
  line-height: 2.4rem;
  text-transform: capitalize;
}
.catalog-product-view .page-main .detailed #product_info_related .related .product-items .product-item .product-item-info .product-item-details .price-box {
  margin: 0;
  text-align: center;
}
.catalog-product-view .page-main .detailed #product_info_related .related .product-items .product-item .product-item-info .product-item-details .price-box .price-label {
  display: none;
}
.catalog-product-view .page-main .detailed #product_info_related .related .product-items .product-item .product-item-info .product-item-details .price-box .price {
  color: #9d1107;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 3rem;
}
.catalog-product-view .page-main .detailed #product_info_related .related .product-items .product-item .product-item-info .product-item-details div[data-role="aw-ar-product-summary-container"],
.catalog-product-view .page-main .detailed #product_info_related .related .product-items .product-item .product-item-info .product-item-details .product-item-actions {
  display: none;
}
.catalog-product-view .page-main .detailed #productinfo_qa {
  background-color: #ffffff;
  padding: 0 2% 2rem;
  scroll-margin: 8rem;
}
@media screen and (max-width: 768px) {
  .catalog-product-view .page-main .detailed #productinfo_qa {
    padding: 0 0 2rem;
  }
  .catalog-product-view .page-main .detailed #productinfo_qa > div {
    padding: 0 3% 2rem;
  }
  .catalog-product-view .page-main .detailed #productinfo_qa .product_qa_header h3 {
    font-size: 2rem !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .catalog-product-view .page-main .detailed #productinfo_qa {
    scroll-margin: 15rem;
  }
}
@media screen and (max-width: 767px) {
  .catalog-product-view .page-main .detailed #productinfo_qa {
    scroll-margin: 30rem;
  }
}
.catalog-product-view .page-main .detailed #productinfo_qa * {
  float: unset !important;
}
.catalog-product-view .page-main .detailed #productinfo_qa .product_qa_header h3 {
  color: #323232;
  font-size: 3rem;
  font-weight: 700;
  line-height: 3.7rem;
  margin-bottom: 0;
  padding-bottom: 20px;
  padding-top: 30px;
  margin: 0;
}
.catalog-product-view .page-main .detailed #productinfo_qa button[type=submit] {
  background-color: #323232;
  border-color: #323232;
}
.catalog-product-view .page-main .detailed #productinfo_qa button[type=button] {
  background-color: #323232;
  border-color: #323232;
  color: #ffffff !important;
  height: 38px;
}
.catalog-product-view .page-main .detailed #productinfo_qa button {
  border-radius: 100px;
  text-transform: capitalize;
  font-family: 'Montserrat', sans-serif;
}
.catalog-product-view .page-main .detailed #productinfo_qa .question-form .legend,
.catalog-product-view .page-main .detailed #productinfo_qa .answer-form .legend,
.catalog-product-view .page-main .detailed #productinfo_qa .question-form label,
.catalog-product-view .page-main .detailed #productinfo_qa .answer-form label {
  color: #323232;
  text-transform: capitalize;
}
.catalog-product-view .page-main .detailed #productinfo_qa .question-form input,
.catalog-product-view .page-main .detailed #productinfo_qa .answer-form input,
.catalog-product-view .page-main .detailed #productinfo_qa .question-form select,
.catalog-product-view .page-main .detailed #productinfo_qa .answer-form select {
  border: solid 1px #707070;
  border-radius: 100px;
}
.catalog-product-view .page-main .detailed #productinfo_qa .question-form textarea,
.catalog-product-view .page-main .detailed #productinfo_qa .answer-form textarea {
  border: solid 1px #707070;
}
.catalog-product-view .page-main .detailed #productinfo_qa .box-addanswer .fieldset.sortorder .qsearch-form label {
  display: none;
}
.catalog-product-view .page-main .detailed #productinfo_qa .box-addanswer .fieldset.sortorder .qsearch-form input {
  border: solid 1px #707070;
  border-radius: 100px !important;
  font-size: 16px;
  max-width: 885px;
}
@media screen and (min-width: 1900px) {
  .catalog-product-view .page-main .detailed #productinfo_qa .box-addanswer .fieldset.sortorder .qsearch-form input {
    padding: 25px 10px 18px;
  }
}
.catalog-product-view .page-main .detailed #productinfo_qa .box-addanswer .fieldset.sortorder .qsearch-form input::placeholder {
  color: #b9b9b9;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
}
@media screen and (min-width: 1900px) {
  .catalog-product-view .page-main .detailed #productinfo_qa .box-addanswer .fieldset.sortorder .qsearch-form input::placeholder {
    font-size: 25px;
    line-height: 30px;
  }
}
.catalog-product-view .page-main .detailed #productinfo_qa .box-addanswer .sortorder.last {
  display: none;
}
.catalog-product-view .page-main .detailed #productinfo_qa .productquestion .qheader .question-title,
.catalog-product-view .page-main .detailed #productinfo_qa .productquestion .answers .question-title {
  color: #323232;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
}
@media screen and (min-width: 1900px) {
  .catalog-product-view .page-main .detailed #productinfo_qa .productquestion .qheader .question-title,
  .catalog-product-view .page-main .detailed #productinfo_qa .productquestion .answers .question-title {
    font-size: 28px;
    line-height: 35px;
    margin-right: 70px;
  }
}
.catalog-product-view .page-main .detailed #productinfo_qa .productquestion .qheader .main-question-content .qtitle h3 {
  color: #323232;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
}
@media screen and (min-width: 1900px) {
  .catalog-product-view .page-main .detailed #productinfo_qa .productquestion .qheader .main-question-content .qtitle h3 {
    font-size: 28px;
    line-height: 35px;
  }
}
@media screen and (max-width: 768px) {
  .catalog-product-view .page-main .detailed #productinfo_qa .productquestion .qheader .main-question-content .qtitle h3 {
    font-size: 16px;
  }
}
.catalog-product-view .page-main .detailed #productinfo_qa .productquestion .qheader .main-question-content .actions a {
  color: #323232;
}
.catalog-product-view .page-main .detailed #productinfo_qa .productquestion .qheader .main-question-content .date-n-customer-name {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
}
@media screen and (min-width: 1900px) {
  .catalog-product-view .page-main .detailed #productinfo_qa .productquestion .qheader .main-question-content .date-n-customer-name {
    font-size: 28px;
    line-height: 35px;
  }
}
@media screen and (max-width: 768px) {
  .catalog-product-view .page-main .detailed #productinfo_qa .productquestion .qheader .main-question-content .date-n-customer-name {
    font-size: 16px;
  }
}
.catalog-product-view .page-main .detailed #productinfo_qa .productquestion .answers .main-ans-content .anstitle,
.catalog-product-view .page-main .detailed #productinfo_qa .productquestion .answers .main-ans-content .date-n-customer-name {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
}
@media screen and (min-width: 1900px) {
  .catalog-product-view .page-main .detailed #productinfo_qa .productquestion .answers .main-ans-content .anstitle,
  .catalog-product-view .page-main .detailed #productinfo_qa .productquestion .answers .main-ans-content .date-n-customer-name {
    font-size: 28px;
    line-height: 35px;
  }
}
@media screen and (max-width: 768px) {
  .catalog-product-view .page-main .detailed #productinfo_qa .productquestion .answers .main-ans-content .anstitle,
  .catalog-product-view .page-main .detailed #productinfo_qa .productquestion .answers .main-ans-content .date-n-customer-name {
    font-size: 16px;
  }
}
.catalog-product-view .page-main .detailed #productinfo_qa .productquestion .answers .main-ans-content .anstitle {
  color: #323232;
}
@media screen and (max-width: 768px) {
  .catalog-product-view .page-main .detailed #productinfo_qa .productquestion .answers .main-ans-content .actions {
    float: unset;
    text-align: left;
  }
}
.catalog-product-view .page-main .detailed #productinfo_qa .productquestion .answers .main-ans-content .actions a {
  color: #323232;
}
.catalog-product-view .page-main .detailed #productinfo_qa .productquestion .answers .main-ans-content .date-n-customer-name .name span,
.catalog-product-view .page-main .detailed #productinfo_qa .productquestion .answers .main-ans-content .date-n-customer-name .date span {
  color: #b9b9b9;
}
.catalog-product-view .page-main .detailed #productinfo_qa .productquestion .answers .main-ans-content .answerbutton {
  background-color: #323232;
}
.catalog-product-view .page-main .detailed #product_aw_reviews_tab {
  background-color: #f1f1f1;
  scroll-margin: 8rem;
  padding: 3rem 2%;
}
@media screen and (max-width: 768px) {
  .catalog-product-view .page-main .detailed #product_aw_reviews_tab {
    padding: 3rem 0;
  }
  .catalog-product-view .page-main .detailed #product_aw_reviews_tab > div {
    padding: 0 3%;
  }
  .catalog-product-view .page-main .detailed #product_aw_reviews_tab .container-header .title h2 {
    font-size: 2rem !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .catalog-product-view .page-main .detailed #product_aw_reviews_tab {
    scroll-margin: 15rem;
  }
}
@media screen and (max-width: 767px) {
  .catalog-product-view .page-main .detailed #product_aw_reviews_tab {
    scroll-margin: 30rem;
  }
}
.catalog-product-view .page-main .detailed #product_aw_reviews_tab .aw-reviews__product-review {
  max-width: 100%;
}
.catalog-product-view .page-main .detailed #product_aw_reviews_tab #reviews {
  display: flex;
}
@media screen and (max-width: 1200px) {
  .catalog-product-view .page-main .detailed #product_aw_reviews_tab #reviews {
    display: block;
  }
}
.catalog-product-view .page-main .detailed #product_aw_reviews_tab .container-header {
  margin: 0;
}
@media screen and (max-width: 1200px) {
  .catalog-product-view .page-main .detailed #product_aw_reviews_tab .container-header {
    margin: 0 auto;
  }
}
.catalog-product-view .page-main .detailed #product_aw_reviews_tab .container-header .title {
  padding: 0;
}
.catalog-product-view .page-main .detailed #product_aw_reviews_tab .container-header .title h2 {
  color: #323232;
  font-family: 'Montserrat', sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 1900px) {
  .catalog-product-view .page-main .detailed #product_aw_reviews_tab .container-header .title h2 {
    font-size: 35px;
    line-height: 43px;
  }
}
.catalog-product-view .page-main .detailed #product_aw_reviews_tab .container-header .aw-ar-review-summary {
  padding: 0;
  display: grid;
  row-gap: 6.6rem;
}
@media screen and (max-width: 768px) {
  .catalog-product-view .page-main .detailed #product_aw_reviews_tab .container-header .aw-ar-review-summary {
    row-gap: 1.6rem;
  }
}
@media screen and (max-width: 1200px) {
  .catalog-product-view .page-main .detailed #product_aw_reviews_tab .container-header .aw-ar-review-summary {
    padding-bottom: 2rem;
  }
}
.catalog-product-view .page-main .detailed #product_aw_reviews_tab .container-header .aw-ar-review-summary .aggregated-rating-absolute {
  display: none;
}
.catalog-product-view .page-main .detailed #product_aw_reviews_tab .container-header .aw-ar-review-summary .recommend-customers {
  display: none;
}
.catalog-product-view .page-main .detailed #product_aw_reviews_tab .container-header .aw-ar-review-summary .reviews-count {
  color: #323232;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.75rem;
  font-weight: 300;
  line-height: 2.2rem;
}
.catalog-product-view .page-main .detailed #product_aw_reviews_tab .container-header .aw-ar-review-summary .detailed-summary .rating-values-statistics {
  display: grid;
  row-gap: 0.4rem;
}
.catalog-product-view .page-main .detailed #product_aw_reviews_tab .container-header .aw-ar-review-summary .detailed-summary .rating-values-statistics .rating-value-row {
  align-items: center;
  display: flex;
  gap: 1.3rem 3.4rem;
  font-family: 'Montserrat', sans-serif;
}
@media screen and (max-width: 576px) {
  .catalog-product-view .page-main .detailed #product_aw_reviews_tab .container-header .aw-ar-review-summary .detailed-summary .rating-values-statistics .rating-value-row {
    column-gap: 0.4rem;
  }
}
.catalog-product-view .page-main .detailed #product_aw_reviews_tab .container-header .aw-ar-review-summary .detailed-summary .rating-values-statistics .rating-value-label {
  font-size: 2.1rem;
  font-weight: 600;
  line-height: 2.8rem;
  width: max-content;
  text-align: left;
  flex-basis: 8.5rem;
}
@media screen and (max-width: 576px) {
  .catalog-product-view .page-main .detailed #product_aw_reviews_tab .container-header .aw-ar-review-summary .detailed-summary .rating-values-statistics .rating-value-label {
    font-size: 1.75rem;
    flex-basis: 7rem;
    line-height: 2.4rem;
  }
}
.catalog-product-view .page-main .detailed #product_aw_reviews_tab .container-header .aw-ar-review-summary .detailed-summary .rating-values-statistics .rating-value-reviews-count {
  display: none;
}
.catalog-product-view .page-main .detailed #product_aw_reviews_tab .container-header .aw-ar-review-summary .detailed-summary .rating-values-statistics .rating-value-reviews-percent {
  grid-column-start: 1;
  grid-column-end: 3;
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 2.4rem;
  text-align: right;
  flex-basis: 6.5rem;
}
@media screen and (max-width: 576px) {
  .catalog-product-view .page-main .detailed #product_aw_reviews_tab .container-header .aw-ar-review-summary .detailed-summary .rating-values-statistics .rating-value-reviews-percent {
    flex-basis: 5rem;
  }
}
@media screen and (max-width: 768px) {
  .catalog-product-view .page-main .detailed #product_aw_reviews_tab .container-header .aw-ar-review-summary .detailed-summary .rating-values-statistics .rating-value-reviews-percent {
    font-size: 1.5rem;
    line-height: 1.8rem;
  }
}
.catalog-product-view .page-main .detailed #product_aw_reviews_tab .container-header .aw-ar-review-summary .detailed-summary .rating-values-statistics .rating-bar {
  background-color: #b9b9b9;
  border-radius: 10rem;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.161);
  height: 14px;
  width: 330px;
  min-width: 200px;
}
@media screen and (max-width: 576px) {
  .catalog-product-view .page-main .detailed #product_aw_reviews_tab .container-header .aw-ar-review-summary .detailed-summary .rating-values-statistics .rating-bar {
    width: 215px;
  }
}
.catalog-product-view .page-main .detailed #product_aw_reviews_tab .container-header .aw-ar-review-summary .detailed-summary .rating-values-statistics .rating-bar .progress-bar {
  background-color: #323232;
  border-radius: inherit;
  height: inherit;
}
.catalog-product-view .page-main .detailed #product_aw_reviews_tab .container-header .aw-ar-review-summary .aw-ar-write-review-control button {
  background-color: #323232;
  border-color: #323232;
  border-radius: 10rem;
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  transition: 0.4s;
  text-transform: none;
}
.catalog-product-view .page-main .detailed #product_aw_reviews_tab .container-header .aw-ar-review-summary .aw-ar-write-review-control button:hover {
  background-color: transparent;
  color: #323232;
}
.catalog-product-view .page-main .detailed #product_aw_reviews_tab .container-header .no-reviews-message {
  color: #323232;
}
.catalog-product-view .page-main .detailed #product_aw_reviews_tab .container-header .aw-ar-review-form {
  background-color: #f1f1f1;
  border-top: unset;
  font-family: 'Montserrat', sans-serif;
  padding: 1.5rem 0 0;
}
@media screen and (max-width: 1200px) {
  .catalog-product-view .page-main .detailed #product_aw_reviews_tab .container-header .aw-ar-review-form {
    padding-bottom: 2rem;
  }
}
.catalog-product-view .page-main .detailed #product_aw_reviews_tab .container-header .aw-ar-review-form label,
.catalog-product-view .page-main .detailed #product_aw_reviews_tab .container-header .aw-ar-review-form .admin__field-value {
  color: #323232;
  text-transform: capitalize;
}
.catalog-product-view .page-main .detailed #product_aw_reviews_tab .container-header .aw-ar-review-form input,
.catalog-product-view .page-main .detailed #product_aw_reviews_tab .container-header .aw-ar-review-form select {
  border: solid 1px #707070;
  border-radius: 100px;
}
.catalog-product-view .page-main .detailed #product_aw_reviews_tab .container-header .aw-ar-review-form textarea {
  border: solid 1px #707070;
}
.catalog-product-view .page-main .detailed #product_aw_reviews_tab .container-header .aw-ar-review-form .action-submit {
  background-color: #323232;
  border: solid 1px #323232;
  border-radius: 10rem;
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  transition: 0.4s;
  text-transform: capitalize;
}
@media screen and (min-width: 1900px) {
  .catalog-product-view .page-main .detailed #product_aw_reviews_tab .container-header .aw-ar-review-form .action-submit {
    font-size: 20px;
    line-height: 24px;
  }
}
.catalog-product-view .page-main .detailed #product_aw_reviews_tab .container-header .aw-ar-review-form .action-submit:hover {
  background-color: transparent;
  color: #323232;
}
.catalog-product-view .page-main .detailed #product_aw_reviews_tab .container-header .aw-ar-review-form .aw-ar__file-uploader-summary .action-remove {
  background-color: transparent;
}
.catalog-product-view .page-main .detailed #product_aw_reviews_tab .container-header .aw-ar-review-form .aw-ar__file-uploader-summary .action-remove::before {
  vertical-align: baseline;
  color: #323232;
}
.catalog-product-view .page-main .detailed #product_aw_reviews_tab .container-header .aw-ar-review-form .aw-ar__file-uploader {
  position: relative;
}
.catalog-product-view .page-main .detailed #product_aw_reviews_tab .container-header .aw-ar-review-form .aw-ar__file-uploader #fileUploader {
  border: unset;
  font-size: 10px;
}
.catalog-product-view .page-main .detailed #product_aw_reviews_tab .container-body {
  margin: 0;
}
.catalog-product-view .page-main .detailed #product_aw_reviews_tab .container-body .aw-ar__data-grid-filters-wrap {
  padding-bottom: 2rem;
  padding-left: 0;
}
.catalog-product-view .page-main .detailed #product_aw_reviews_tab .container-body .aw-ar__form-field-wrap .admin__field-option {
  display: flex;
  align-items: center;
}
.catalog-product-view .page-main .detailed #product_aw_reviews_tab .container-body .aw-ar__form-field-wrap .admin__field-option input {
  top: 0;
}
.catalog-product-view .page-main .detailed #product_aw_reviews_tab .container-body .aw-ar__form-field-wrap .admin__control-checkbox {
  background-color: transparent;
  border-color: #323232;
  position: relative;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #ffffff;
  width: 1.7rem;
  height: 1.7rem;
  min-width: 1.7rem;
  min-height: 1.7rem;
  display: inline-block;
  border: .1rem solid #cacaca;
  border-radius: 0.2rem;
  font-family: 'Montserrat', sans-serif;
  cursor: pointer;
}
.catalog-product-view .page-main .detailed #product_aw_reviews_tab .container-body .aw-ar__form-field-wrap .admin__control-checkbox:checked::before {
  background-color: #323232;
  color: #ffffff;
  content: '\2713';
  font-size: 14px;
  height: inherit;
  text-align: center;
  width: inherit;
  padding: 0 0.25rem;
}
.catalog-product-view .page-main .detailed #product_aw_reviews_tab .container-body .aw-ar__form-field-wrap label {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.75rem;
  font-weight: 300;
  line-height: 2.2rem;
}
.catalog-product-view .page-main .detailed #product_aw_reviews_tab .container-body .aw-ar__form-field-control select {
  border-radius: 2.3rem;
  border: none;
  height: auto;
  padding: 0.8rem 2.5rem 0.8rem 1.5rem;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.75rem;
  font-weight: 300;
  line-height: 2.2rem;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  max-width: 100%;
}
.catalog-product-view .page-main .detailed #product_aw_reviews_tab .container-body .aw-ar__review-list-nav button {
  background-color: #323232;
  border-color: #323232;
  border-radius: 10rem;
  font-family: 'Montserrat', sans-serif;
  color: #ffffff;
  transition: 0.4s;
  text-transform: none;
}
.catalog-product-view .page-main .detailed #product_aw_reviews_tab .container-body .aw-ar__review-list-nav button:hover {
  background-color: transparent;
  color: #323232;
}
.catalog-product-view .page-main .detailed #product_aw_reviews_tab .container-body .aw-ar__review-list .review-header {
  display: none;
}
.catalog-product-view .page-main .detailed #product_aw_reviews_tab .container-body .aw-ar__review-list .review-items .review-item .review-item-info {
  display: block;
}
.catalog-product-view .page-main .detailed #product_aw_reviews_tab .container-body .aw-ar__review-list .review-items .review-item .aw-ar__review-list-sidebar-main {
  float: unset;
  text-align: left;
  margin-right: 0;
  max-width: 100%;
}
.catalog-product-view .page-main .detailed #product_aw_reviews_tab .container-body .aw-ar__review-list .review-items .review-item .aw-ar__review-list-sidebar-main .nickname {
  color: #323232;
  font-family: 'Montserrat', sans-serif;
  font-size: 2.25rem;
  font-weight: 300;
  line-height: 2.75rem;
}
@media screen and (max-width: 576px) {
  .catalog-product-view .page-main .detailed #product_aw_reviews_tab .container-body .aw-ar__review-list .review-items .review-item .aw-ar__review-list-sidebar-main .nickname {
    font-size: 2rem;
    line-height: 2.5rem;
  }
}
.catalog-product-view .page-main .detailed #product_aw_reviews_tab .container-body .aw-ar__review-list .review-items .review-item .aw-ar__review-list-sidebar-main .is_verified_buyer {
  font-family: 'Montserrat', sans-serif;
}
.catalog-product-view .page-main .detailed #product_aw_reviews_tab .container-body .aw-ar__review-list .review-items .review-item .aw-ar__review-list-sidebar-main .recommend {
  color: #323232;
  font-size: 1.6rem;
  font-family: 'Montserrat', sans-serif;
}
.catalog-product-view .page-main .detailed #product_aw_reviews_tab .container-body .aw-ar__review-list .review-items .review-item .aw-ar__review-list-sidebar-main .recommend br {
  display: none;
}
.catalog-product-view .page-main .detailed #product_aw_reviews_tab .container-body .aw-ar__review-list .review-items .review-item .aw-ar__review-list-column-main-top {
  display: grid;
  grid: auto / 170px 1fr;
  align-items: center;
}
@media screen and (max-width: 576px) {
  .catalog-product-view .page-main .detailed #product_aw_reviews_tab .container-body .aw-ar__review-list .review-items .review-item .aw-ar__review-list-column-main-top {
    grid: unset;
  }
}
.catalog-product-view .page-main .detailed #product_aw_reviews_tab .container-body .aw-ar__review-list .review-items .review-item .aw-ar__review-list-column-main-top .summary {
  color: #323232;
  font-family: 'Montserrat', sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 2.4rem;
  grid-column-start: 2;
  grid-column-end: 3;
  margin: 0;
}
@media screen and (max-width: 576px) {
  .catalog-product-view .page-main .detailed #product_aw_reviews_tab .container-body .aw-ar__review-list .review-items .review-item .aw-ar__review-list-column-main-top .summary {
    font-size: 1.75rem;
    line-height: 2rem;
  }
}
.catalog-product-view .page-main .detailed #product_aw_reviews_tab .container-body .aw-ar__review-list .review-items .review-item .aw-ar__review-list-column-main-top .rating-list {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 1;
  grid-row-end: 2;
}
.catalog-product-view .page-main .detailed #product_aw_reviews_tab .container-body .aw-ar__review-list .review-items .review-item .aw-ar__review-list-column-main-top .date {
  color: #323232;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 2rem;
  grid-row-start: 2;
  grid-row-end: 3;
}
@media screen and (max-width: 576px) {
  .catalog-product-view .page-main .detailed #product_aw_reviews_tab .container-body .aw-ar__review-list .review-items .review-item .aw-ar__review-list-column-main-top .date {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
.catalog-product-view .page-main .detailed #product_aw_reviews_tab .container-body .aw-ar__review-list .review-items .review-item .aw-ar__review-list-column-main-middle .review-body {
  margin-top: 0;
}
.catalog-product-view .page-main .detailed #product_aw_reviews_tab .container-body .aw-ar__review-list .review-items .review-item .aw-ar__review-list-column-main-middle .review-body .content {
  font-family: 'Montserrat', sans-serif;
  font-size: 2rem;
  font-weight: 300;
  line-height: 2.4rem;
}
@media screen and (max-width: 576px) {
  .catalog-product-view .page-main .detailed #product_aw_reviews_tab .container-body .aw-ar__review-list .review-items .review-item .aw-ar__review-list-column-main-middle .review-body .content {
    font-size: 1.6rem;
  }
}
.catalog-product-view .page-main .detailed #product_aw_reviews_tab .container-body .aw-ar__review-list .review-items .review-item .aw-ar__review-list-column-main-bottom .review-helpful-report-wrapper {
  color: #323232;
  font-family: 'Montserrat', sans-serif;
}
.catalog-product-view .page-main .detailed #product_aw_reviews_tab .container-body .aw-ar__review-list .review-items .review-item .aw-ar__review-list-column-main-bottom .add-comment {
  color: #10a0dd;
}
.catalog-product-view .page-main .detailed #product_aw_reviews_tab .container-body .aw-ar__review-list .review-items .review-item .aw-ar__review-list-column-main-bottom .comment-wrapper {
  color: #323232;
}
.catalog-product-view .page-main .detailed #product_aw_reviews_tab .container-body .aw-ar__review-list .review-items .review-item .aw-ar__review-list-column-main-bottom .aw-ar-comment-form label {
  color: #323232;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
}
.catalog-product-view .page-main .detailed #product_aw_reviews_tab .container-body .aw-ar__review-list .review-items .review-item .aw-ar__review-list-column-main-bottom .aw-ar-comment-form input,
.catalog-product-view .page-main .detailed #product_aw_reviews_tab .container-body .aw-ar__review-list .review-items .review-item .aw-ar__review-list-column-main-bottom .aw-ar-comment-form textarea,
.catalog-product-view .page-main .detailed #product_aw_reviews_tab .container-body .aw-ar__review-list .review-items .review-item .aw-ar__review-list-column-main-bottom .aw-ar-comment-form select {
  color: #323232;
  font-family: 'Montserrat', sans-serif;
  border-color: #b9b9b9;
}
.catalog-product-view .page-main .detailed #product_aw_reviews_tab .container-body .aw-ar__review-list .review-items .review-item .aw-ar__review-list-column-main-bottom .aw-ar-comment-form input,
.catalog-product-view .page-main .detailed #product_aw_reviews_tab .container-body .aw-ar__review-list .review-items .review-item .aw-ar__review-list-column-main-bottom .aw-ar-comment-form select {
  border-radius: 10rem;
}
.catalog-product-view .page-main .detailed #product_aw_reviews_tab .container-body .aw-ar__review-list .review-items .review-item .aw-ar__review-list-column-main-bottom .aw-ar-comment-form textarea {
  border-radius: 1.2rem;
}
.catalog-product-view .page-main .detailed #product_aw_reviews_tab .container-body .aw-ar__review-list .review-items .review-item .aw-ar__review-list-column-main-bottom .aw-ar-comment-form .actions-toolbar button {
  border: solid 1px #323232;
  border-radius: 10rem;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.6rem;
  padding: 1rem 1.5rem !important;
  height: auto;
  line-height: 1.2;
  text-transform: none;
}
.catalog-product-view .page-main .detailed #product_aw_reviews_tab .container-body .aw-ar__review-list .review-items .review-item .aw-ar__review-list-column-main-bottom .aw-ar-comment-form .actions-toolbar button:hover {
  background-color: transparent;
  color: #323232;
}
.catalog-product-view .page-main .detailed #product_aw_reviews_tab .container-body .aw-ar__review-list .review-items .review-item .aw-ar__review-list-column-main-bottom .aw-ar-comment-form .actions-toolbar .action-submit {
  background-color: #323232;
  color: #ffffff;
}
.catalog-product-view .page-main .detailed #product_aw_reviews_tab .container-body .aw-ar__review-list .review-items .review-item .aw-ar__review-list-column-main-bottom .aw-ar-comment-form .actions-toolbar .action-cancel {
  color: #323232;
}
.catalog-product-view .page-main .detailed #product_aw_reviews_tab .container-body .aw-ar__review-list-nav {
  padding-left: 0;
}
.catalog-product-view .page-main .detailed #product_aw_reviews_tab .container-body .aw-ar__review-list-nav .right-column {
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .catalog-product-view .page-main .detailed #description,
  .catalog-product-view .page-main .detailed #additional,
  .catalog-product-view .page-main .detailed #technical_specs,
  .catalog-product-view .page-main .detailed #related_block_3,
  .catalog-product-view .page-main .detailed #product_info_related,
  .catalog-product-view .page-main .detailed #productinfo_qa,
  .catalog-product-view .page-main .detailed #product_aw_reviews_tab,
  .catalog-product-view .page-main .detailed #product_info_flightchart {
    overflow: unset !important;
    height: auto !important;
    padding-top: 0 !important;
    margin-top: unset !important;
    padding-bottom: 0 !important;
    margin-bottom: 0.75rem !important;
  }
  .catalog-product-view .page-main .detailed #description > div,
  .catalog-product-view .page-main .detailed #additional > div,
  .catalog-product-view .page-main .detailed #technical_specs > div,
  .catalog-product-view .page-main .detailed #related_block_3 > div,
  .catalog-product-view .page-main .detailed #product_info_related > div,
  .catalog-product-view .page-main .detailed #productinfo_qa > div,
  .catalog-product-view .page-main .detailed #product_aw_reviews_tab > div,
  .catalog-product-view .page-main .detailed #product_info_flightchart > div {
    display: none;
  }
  .catalog-product-view .page-main .detailed #description > div.show,
  .catalog-product-view .page-main .detailed #additional > div.show,
  .catalog-product-view .page-main .detailed #technical_specs > div.show,
  .catalog-product-view .page-main .detailed #related_block_3 > div.show,
  .catalog-product-view .page-main .detailed #product_info_related > div.show,
  .catalog-product-view .page-main .detailed #productinfo_qa > div.show,
  .catalog-product-view .page-main .detailed #product_aw_reviews_tab > div.show,
  .catalog-product-view .page-main .detailed #product_info_flightchart > div.show {
    display: block;
  }
  .catalog-product-view .page-main .detailed #description > div.show.description,
  .catalog-product-view .page-main .detailed #additional > div.show.description,
  .catalog-product-view .page-main .detailed #technical_specs > div.show.description,
  .catalog-product-view .page-main .detailed #related_block_3 > div.show.description,
  .catalog-product-view .page-main .detailed #product_info_related > div.show.description,
  .catalog-product-view .page-main .detailed #productinfo_qa > div.show.description,
  .catalog-product-view .page-main .detailed #product_aw_reviews_tab > div.show.description,
  .catalog-product-view .page-main .detailed #product_info_flightchart > div.show.description {
    display: flex !important;
  }
}
.catalog-product-view .fotorama--fullscreen .fotorama__stage {
  left: 0;
}
.catalog-product-view .fotorama--fullscreen .fotorama__fullscreen-icon {
  opacity: 1;
}
.catalog-product-view .fotorama--fullscreen .fotorama__fullscreen-icon::before {
  content: "\00d7";
  font-size: 4rem;
  color: #323232;
}
@media (max-width: 992px) and (min-width: 768px) {
  .catalog-product-view .amgiftcard-modal-container .modal-inner-wrap {
    width: 97%;
  }
}
.catalog-product-view .amgiftcard-modal-container table td {
  font-family: 'Montserrat', sans-serif !important;
}
@media (max-width: 767px) {
  .catalog-product-view .amgiftcard-modal-container table td {
    font-size: 14px;
  }
}
.catalog-product-view .amgiftcard-modal-container .modal-footer button {
  background-color: #10a0dd;
  border-color: #10a0dd;
  color: #ffffff;
  padding: 0.5em 1.25em;
  border-radius: 0.8rem;
  height: auto;
  font-weight: 500;
}
.catalog-product-view .aw-gc-product-previewer h2,
.catalog-product-view .aw-gc-product-previewer th,
.catalog-product-view .aw-gc-product-previewer td,
.catalog-product-view .aw-gc-product-previewer p {
  font-family: 'Montserrat', sans-serif !important;
  color: #323232 !important;
}
.catalog-product-view .aw-gc-product-previewer strong {
  font-family: 'Montserrat', sans-serif !important;
  color: #10a0dd !important;
}
.catalog-product-view .aw-gc-product-previewer h2,
.catalog-product-view .aw-gc-product-previewer strong {
  font-weight: 600 !important;
}
.catalog-product-view .aw-gc-product-previewer .button-wrapper a {
  background-color: #10a0dd !important;
  border-color: #10a0dd;
  border-radius: 10rem !important;
  font-family: 'Montserrat', sans-serif !important;
  transition: 0.4s;
}
.catalog-product-view .aw-gc-product-previewer .button-wrapper a:hover {
  opacity: 0.8;
}
.wishlist-popup .modal-title {
  color: #323232;
  border-color: #b9b9b9;
  font-weight: 600;
}
.wishlist-popup .modal-footer button {
  background-color: #10a0dd;
  border-radius: 10rem;
  border-color: #10a0dd;
  color: #ffffff;
  font-size: 1.4rem;
}
.wishlist-popup .modal-footer button:hover {
  background-color: #10a0dd;
  border-color: #10a0dd;
  opacity: 0.5;
}
.checkout-cart-index .newsletter_text {
  display: none;
}
.checkout-cart-index .page-main {
  max-width: 100%;
  padding: 20px 0;
}
.checkout-cart-index .page-main .page-title-wrapper {
  background-color: #ffffff;
  box-shadow: 0 -6px 6px -8px rgba(0, 0, 0, 0.16);
  padding-bottom: 1.5rem;
  padding-top: 2rem;
}
@media screen and (min-width: 993px) {
  .checkout-cart-index .page-main .page-title-wrapper {
    border-top-right-radius: 40px;
    width: 66.66666667%;
    float: left;
    padding-top: 2.4rem;
  }
}
.checkout-cart-index .page-main .page-title-wrapper .page-title {
  color: #323232;
  font-size: 20px;
  margin-bottom: 0;
  font-weight: 600;
  padding: 0 2rem;
  text-transform: capitalize;
}
@media screen and (min-width: 1900px) {
  .checkout-cart-index .page-main .page-title-wrapper .page-title {
    font-size: 25px;
  }
}
.checkout-cart-index .page-main .cart-empty {
  padding: 0 2rem;
}
.checkout-cart-index .page-main .cart-empty p {
  color: #323232;
}
.checkout-cart-index .page-main .cart-empty p a {
  color: #ffffff;
}
@media screen and (max-width: 992px) {
  .checkout-cart-index .page-main .cart-container {
    display: flex;
    flex-direction: column;
  }
  .checkout-cart-index .page-main .cart-container .page-title-wrapper {
    order: 1;
  }
  .checkout-cart-index .page-main .cart-container .form-cart {
    order: 2;
  }
  .checkout-cart-index .page-main .cart-container .cart-related {
    order: 4;
  }
  .checkout-cart-index .page-main .cart-container .cart-discount {
    order: 3;
    padding: 1rem !important;
  }
  .checkout-cart-index .page-main .cart-container .cart-summary {
    order: 5;
  }
  .checkout-cart-index .page-main .cart-container .cart-summary .block > .title {
    border: none;
    padding-left: 0;
  }
  .checkout-cart-index .page-main .cart-container .cart-summary .checkout {
    padding: 0;
  }
  .checkout-cart-index .page-main .cart-container .cart-summary .smart-buttons .paypal-buttons iframe {
    z-index: unset;
  }
  .checkout-cart-index .page-main .cart-container .recently-container {
    order: 6;
  }
  .checkout-cart-index .page-main .cart-container .recently-container .block-viewed-products-grid {
    padding: 2.6rem 1.4rem !important;
  }
  .checkout-cart-index .page-main .cart-container .cart-bottom-blocks {
    order: 7;
    padding-top: 2rem;
  }
  .checkout-cart-index .page-main .cart-container .block-reorder {
    order: 8;
  }
}
.checkout-cart-index .page-main .cart-container .form-cart,
.checkout-cart-index .page-main .cart-container .block-dashboard-history {
  background-color: #ffffff;
}
@media screen and (max-width: 992px) {
  .checkout-cart-index .page-main .cart-container .form-cart,
  .checkout-cart-index .page-main .cart-container .block-dashboard-history {
    width: 100%;
  }
}
.checkout-cart-index .page-main .cart-container .form-cart table thead th,
.checkout-cart-index .page-main .cart-container .block-dashboard-history table thead th {
  color: #323232;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  text-transform: capitalize;
}
.checkout-cart-index .page-main .cart-container .form-cart table thead .price,
.checkout-cart-index .page-main .cart-container .block-dashboard-history table thead .price {
  text-align: right;
}
.checkout-cart-index .page-main .cart-container .form-cart table thead .subtotal,
.checkout-cart-index .page-main .cart-container .block-dashboard-history table thead .subtotal {
  display: none;
}
.checkout-cart-index .page-main .cart-container .form-cart table tbody .item-info,
.checkout-cart-index .page-main .cart-container .block-dashboard-history table tbody .item-info {
  border-bottom: solid 1px #dfdfdf;
}
.checkout-cart-index .page-main .cart-container .form-cart table tbody .item-info .item,
.checkout-cart-index .page-main .cart-container .block-dashboard-history table tbody .item-info .item {
  padding: 0 0 35px;
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  .checkout-cart-index .page-main .cart-container .form-cart table tbody .item-info .item,
  .checkout-cart-index .page-main .cart-container .block-dashboard-history table tbody .item-info .item {
    padding-bottom: 0;
  }
}
.checkout-cart-index .page-main .cart-container .form-cart table tbody .item-info .item .product-item-photo,
.checkout-cart-index .page-main .cart-container .block-dashboard-history table tbody .item-info .item .product-item-photo {
  max-width: 207px;
}
.checkout-cart-index .page-main .cart-container .form-cart table tbody .item-info .item .product-item-photo span,
.checkout-cart-index .page-main .cart-container .block-dashboard-history table tbody .item-info .item .product-item-photo span {
  border: none;
}
@media screen and (max-width: 768px) {
  .checkout-cart-index .page-main .cart-container .form-cart table tbody .item-info .item .product-item-photo,
  .checkout-cart-index .page-main .cart-container .block-dashboard-history table tbody .item-info .item .product-item-photo {
    position: unset;
    margin: auto;
  }
}
.checkout-cart-index .page-main .cart-container .form-cart table tbody .item-info .item .product-item-details,
.checkout-cart-index .page-main .cart-container .block-dashboard-history table tbody .item-info .item .product-item-details {
  padding: 1rem 0 0;
}
@media screen and (min-width: 769px) {
  .checkout-cart-index .page-main .cart-container .form-cart table tbody .item-info .item .product-item-details,
  .checkout-cart-index .page-main .cart-container .block-dashboard-history table tbody .item-info .item .product-item-details {
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  .checkout-cart-index .page-main .cart-container .form-cart table tbody .item-info .item .product-item-details,
  .checkout-cart-index .page-main .cart-container .block-dashboard-history table tbody .item-info .item .product-item-details {
    padding-top: 10px;
  }
}
.checkout-cart-index .page-main .cart-container .form-cart table tbody .item-info .item .product-item-details .product-item-name,
.checkout-cart-index .page-main .cart-container .block-dashboard-history table tbody .item-info .item .product-item-details .product-item-name {
  margin-bottom: 5px;
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .checkout-cart-index .page-main .cart-container .form-cart table tbody .item-info .item .product-item-details .product-item-name,
  .checkout-cart-index .page-main .cart-container .block-dashboard-history table tbody .item-info .item .product-item-details .product-item-name {
    text-align: center;
  }
}
.checkout-cart-index .page-main .cart-container .form-cart table tbody .item-info .item .product-item-details .product-item-name a,
.checkout-cart-index .page-main .cart-container .block-dashboard-history table tbody .item-info .item .product-item-details .product-item-name a {
  color: #323232;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  text-transform: capitalize;
}
@media screen and (min-width: 1900px) {
  .checkout-cart-index .page-main .cart-container .form-cart table tbody .item-info .item .product-item-details .product-item-name a,
  .checkout-cart-index .page-main .cart-container .block-dashboard-history table tbody .item-info .item .product-item-details .product-item-name a {
    font-size: 25px;
    line-height: 30px;
  }
}
@media screen and (max-width: 1200px) {
  .checkout-cart-index .page-main .cart-container .form-cart table tbody .item-info .item .product-item-details .product-item-name a,
  .checkout-cart-index .page-main .cart-container .block-dashboard-history table tbody .item-info .item .product-item-details .product-item-name a {
    font-size: 18px;
  }
}
.checkout-cart-index .page-main .cart-container .form-cart table tbody .item-info .item .product-item-details .item-options,
.checkout-cart-index .page-main .cart-container .block-dashboard-history table tbody .item-info .item .product-item-details .item-options {
  margin-top: 0;
}
.checkout-cart-index .page-main .cart-container .form-cart table tbody .item-info .item .product-item-details .attr_info,
.checkout-cart-index .page-main .cart-container .block-dashboard-history table tbody .item-info .item .product-item-details .attr_info {
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .checkout-cart-index .page-main .cart-container .form-cart table tbody .item-info .item .product-item-details .attr_info,
  .checkout-cart-index .page-main .cart-container .block-dashboard-history table tbody .item-info .item .product-item-details .attr_info {
    padding-bottom: 1rem;
    text-align: center;
  }
}
.checkout-cart-index .page-main .cart-container .form-cart table tbody .item-info .item .product-item-details .attr_info span,
.checkout-cart-index .page-main .cart-container .block-dashboard-history table tbody .item-info .item .product-item-details .attr_info span {
  color: #323232;
  font-size: 1.4rem !important;
  line-height: 2.4rem !important;
  padding-right: 1.7rem;
}
@media screen and (max-width: 768px) {
  .checkout-cart-index .page-main .cart-container .form-cart table tbody .item-info .item .product-item-details .attr_info span,
  .checkout-cart-index .page-main .cart-container .block-dashboard-history table tbody .item-info .item .product-item-details .attr_info span {
    padding-right: 0.7rem;
  }
}
.checkout-cart-index .page-main .cart-container .form-cart table tbody .item-info .item .product-item-details .item-options,
.checkout-cart-index .page-main .cart-container .block-dashboard-history table tbody .item-info .item .product-item-details .item-options {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .checkout-cart-index .page-main .cart-container .form-cart table tbody .item-info .item .product-item-details .item-options,
  .checkout-cart-index .page-main .cart-container .block-dashboard-history table tbody .item-info .item .product-item-details .item-options {
    justify-content: center;
  }
}
.checkout-cart-index .page-main .cart-container .form-cart table tbody .item-info .item .product-item-details .item-options::before,
.checkout-cart-index .page-main .cart-container .block-dashboard-history table tbody .item-info .item .product-item-details .item-options::before {
  display: none;
}
.checkout-cart-index .page-main .cart-container .form-cart table tbody .item-info .item .product-item-details .item-options dt,
.checkout-cart-index .page-main .cart-container .block-dashboard-history table tbody .item-info .item .product-item-details .item-options dt,
.checkout-cart-index .page-main .cart-container .form-cart table tbody .item-info .item .product-item-details .item-options dd,
.checkout-cart-index .page-main .cart-container .block-dashboard-history table tbody .item-info .item .product-item-details .item-options dd {
  color: #323232;
  font-size: 1.4rem;
  line-height: 2.4rem;
}
.checkout-cart-index .page-main .cart-container .form-cart table tbody .item-info .item .product-item-details .item-options dt,
.checkout-cart-index .page-main .cart-container .block-dashboard-history table tbody .item-info .item .product-item-details .item-options dt {
  font-weight: 700;
}
.checkout-cart-index .page-main .cart-container .form-cart table tbody .item-info .item .product-item-details .item-options dd,
.checkout-cart-index .page-main .cart-container .block-dashboard-history table tbody .item-info .item .product-item-details .item-options dd {
  padding-right: 1.7rem;
}
@media screen and (max-width: 768px) {
  .checkout-cart-index .page-main .cart-container .form-cart table tbody .item-info .item .product-item-details .item-options dd,
  .checkout-cart-index .page-main .cart-container .block-dashboard-history table tbody .item-info .item .product-item-details .item-options dd {
    padding-right: 0.7rem;
  }
}
.checkout-cart-index .page-main .cart-container .form-cart table tbody .item-info .item .product-item-details .error,
.checkout-cart-index .page-main .cart-container .block-dashboard-history table tbody .item-info .item .product-item-details .error {
  padding: 1.2rem 1.8rem 1.2rem 4rem;
}
.checkout-cart-index .page-main .cart-container .form-cart table tbody .item-info .item .product-item-details .field.qty,
.checkout-cart-index .page-main .cart-container .block-dashboard-history table tbody .item-info .item .product-item-details .field.qty {
  display: flex;
  width: fit-content;
  position: relative;
  bottom: 0 !important;
  padding-top: 2rem;
}
@media screen and (min-width: 1350px) {
  .checkout-cart-index .page-main .cart-container .form-cart table tbody .item-info .item .product-item-details .field.qty,
  .checkout-cart-index .page-main .cart-container .block-dashboard-history table tbody .item-info .item .product-item-details .field.qty {
    bottom: 0;
    float: left;
  }
}
@media screen and (max-width: 768px) {
  .checkout-cart-index .page-main .cart-container .form-cart table tbody .item-info .item .product-item-details .field.qty,
  .checkout-cart-index .page-main .cart-container .block-dashboard-history table tbody .item-info .item .product-item-details .field.qty {
    margin: auto;
  }
}
.checkout-cart-index .page-main .cart-container .form-cart table tbody .item-info .item .product-item-details .field.qty .label,
.checkout-cart-index .page-main .cart-container .block-dashboard-history table tbody .item-info .item .product-item-details .field.qty .label {
  background-color: #ffffff;
  border: solid 1px #707070;
  border-bottom-left-radius: 100px;
  border-top-left-radius: 100px;
  border-right: 0;
  color: #323232;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  padding: 9px 0 10px 10px;
  text-transform: capitalize;
}
@media screen and (min-width: 1900px) {
  .checkout-cart-index .page-main .cart-container .form-cart table tbody .item-info .item .product-item-details .field.qty .label span,
  .checkout-cart-index .page-main .cart-container .block-dashboard-history table tbody .item-info .item .product-item-details .field.qty .label span {
    vertical-align: inherit;
  }
}
.checkout-cart-index .page-main .cart-container .form-cart table tbody .item-info .item .product-item-details .field.qty .qty input,
.checkout-cart-index .page-main .cart-container .block-dashboard-history table tbody .item-info .item .product-item-details .field.qty .qty input {
  border: solid 1px #707070;
  border-bottom-right-radius: 100px;
  border-top-right-radius: 100px;
  border-left: 0;
  color: #323232;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  width: 50px;
}
.checkout-cart-index .page-main .cart-container .form-cart table tbody .item-info .item .product-item-details .field.qty .qty-changer,
.checkout-cart-index .page-main .cart-container .block-dashboard-history table tbody .item-info .item .product-item-details .field.qty .qty-changer {
  position: absolute;
  right: 1rem;
}
.checkout-cart-index .page-main .cart-container .form-cart table tbody .item-info .item .product-item-details .field.qty .qty-changer a,
.checkout-cart-index .page-main .cart-container .block-dashboard-history table tbody .item-info .item .product-item-details .field.qty .qty-changer a {
  border: 0;
  color: #323232;
  font-size: 12px;
}
.checkout-cart-index .page-main .cart-container .form-cart table tbody .item-info .item .product-item-details .actions-toolbar,
.checkout-cart-index .page-main .cart-container .block-dashboard-history table tbody .item-info .item .product-item-details .actions-toolbar {
  align-items: center;
  column-gap: 5rem;
  display: flex;
  flex-wrap: wrap;
  padding-top: 1rem;
  padding-bottom: 0;
  padding-left: 0;
  margin: 0;
}
@media screen and (min-width: 1900px) {
  .checkout-cart-index .page-main .cart-container .form-cart table tbody .item-info .item .product-item-details .actions-toolbar,
  .checkout-cart-index .page-main .cart-container .block-dashboard-history table tbody .item-info .item .product-item-details .actions-toolbar {
    width: auto;
  }
}
@media screen and (min-width: 769px) {
  .checkout-cart-index .page-main .cart-container .form-cart table tbody .item-info .item .product-item-details .actions-toolbar,
  .checkout-cart-index .page-main .cart-container .block-dashboard-history table tbody .item-info .item .product-item-details .actions-toolbar {
    bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .checkout-cart-index .page-main .cart-container .form-cart table tbody .item-info .item .product-item-details .actions-toolbar,
  .checkout-cart-index .page-main .cart-container .block-dashboard-history table tbody .item-info .item .product-item-details .actions-toolbar {
    justify-content: center;
    column-gap: 2rem;
    padding-bottom: 0;
    padding-left: 0;
  }
}
@media screen and (min-width: 1350px) {
  .checkout-cart-index .page-main .cart-container .form-cart table tbody .item-info .item .product-item-details .actions-toolbar,
  .checkout-cart-index .page-main .cart-container .block-dashboard-history table tbody .item-info .item .product-item-details .actions-toolbar {
    padding-top: 3rem;
    padding-left: 2.7rem;
  }
}
.checkout-cart-index .page-main .cart-container .form-cart table tbody .item-info .item .product-item-details .actions-toolbar::before,
.checkout-cart-index .page-main .cart-container .block-dashboard-history table tbody .item-info .item .product-item-details .actions-toolbar::before,
.checkout-cart-index .page-main .cart-container .form-cart table tbody .item-info .item .product-item-details .actions-toolbar::after,
.checkout-cart-index .page-main .cart-container .block-dashboard-history table tbody .item-info .item .product-item-details .actions-toolbar::after {
  display: none;
}
.checkout-cart-index .page-main .cart-container .form-cart table tbody .item-info .item .product-item-details .actions-toolbar .gift-options-cart-item,
.checkout-cart-index .page-main .cart-container .block-dashboard-history table tbody .item-info .item .product-item-details .actions-toolbar .gift-options-cart-item {
  display: none;
}
.checkout-cart-index .page-main .cart-container .form-cart table tbody .item-info .item .product-item-details .actions-toolbar .action,
.checkout-cart-index .page-main .cart-container .block-dashboard-history table tbody .item-info .item .product-item-details .actions-toolbar .action {
  align-items: center;
  border: none;
  color: #10a0dd;
  display: flex;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 19px;
  margin-right: 0;
  position: unset;
  text-decoration: none !important;
  text-transform: none;
  width: auto;
}
@media screen and (max-width: 1200px) {
  .checkout-cart-index .page-main .cart-container .form-cart table tbody .item-info .item .product-item-details .actions-toolbar .action,
  .checkout-cart-index .page-main .cart-container .block-dashboard-history table tbody .item-info .item .product-item-details .actions-toolbar .action {
    font-size: 12px;
  }
}
.checkout-cart-index .page-main .cart-container .form-cart table tbody .item-info .item .product-item-details .actions-toolbar .action::before,
.checkout-cart-index .page-main .cart-container .block-dashboard-history table tbody .item-info .item .product-item-details .actions-toolbar .action::before {
  color: #323232;
  display: none;
}
.checkout-cart-index .page-main .cart-container .form-cart table tbody .item-info .item .product-item-details .actions-toolbar .action span,
.checkout-cart-index .page-main .cart-container .block-dashboard-history table tbody .item-info .item .product-item-details .actions-toolbar .action span {
  height: auto;
  position: unset;
  width: auto;
}
@media screen and (max-width: 768px) {
  .checkout-cart-index .page-main .cart-container .form-cart table tbody .item-info .item .product-item-details .actions-toolbar .action.action-to-productlist,
  .checkout-cart-index .page-main .cart-container .block-dashboard-history table tbody .item-info .item .product-item-details .actions-toolbar .action.action-to-productlist {
    margin-left: 0;
  }
  .checkout-cart-index .page-main .cart-container .form-cart table tbody .item-info .item .product-item-details .actions-toolbar .action.action-to-productlist img,
  .checkout-cart-index .page-main .cart-container .block-dashboard-history table tbody .item-info .item .product-item-details .actions-toolbar .action.action-to-productlist img {
    display: none;
  }
  .checkout-cart-index .page-main .cart-container .form-cart table tbody .item-info .item .product-item-details .actions-toolbar .action.action-to-productlist span,
  .checkout-cart-index .page-main .cart-container .block-dashboard-history table tbody .item-info .item .product-item-details .actions-toolbar .action.action-to-productlist span {
    display: block;
  }
}
.checkout-cart-index .page-main .cart-container .form-cart table tbody .item-info .item .product-item-details .actions-toolbar .tocompare::before,
.checkout-cart-index .page-main .cart-container .block-dashboard-history table tbody .item-info .item .product-item-details .actions-toolbar .tocompare::before {
  display: none;
}
.checkout-cart-index .page-main .cart-container .form-cart table tbody .item-info .price-as-configured,
.checkout-cart-index .page-main .cart-container .block-dashboard-history table tbody .item-info .price-as-configured {
  display: flex;
  gap: 0.5rem 1rem;
  justify-content: center;
}
@media screen and (min-width: 769px) {
  .checkout-cart-index .page-main .cart-container .form-cart table tbody .item-info .price-as-configured,
  .checkout-cart-index .page-main .cart-container .block-dashboard-history table tbody .item-info .price-as-configured {
    align-items: end;
    flex-direction: column;
  }
}
.checkout-cart-index .page-main .cart-container .form-cart table tbody .item-info .price,
.checkout-cart-index .page-main .cart-container .block-dashboard-history table tbody .item-info .price {
  color: #9d1107;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  text-align: right;
  vertical-align: top;
}
@media screen and (min-width: 1900px) {
  .checkout-cart-index .page-main .cart-container .form-cart table tbody .item-info .price,
  .checkout-cart-index .page-main .cart-container .block-dashboard-history table tbody .item-info .price {
    font-size: 25px;
    line-height: 30px;
  }
}
@media screen and (min-width: 769px) {
  .checkout-cart-index .page-main .cart-container .form-cart table tbody .item-info .price,
  .checkout-cart-index .page-main .cart-container .block-dashboard-history table tbody .item-info .price {
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  .checkout-cart-index .page-main .cart-container .form-cart table tbody .item-info .price,
  .checkout-cart-index .page-main .cart-container .block-dashboard-history table tbody .item-info .price {
    text-align: center;
    width: 100%;
  }
}
.checkout-cart-index .page-main .cart-container .form-cart table tbody .item-info .price .price-excluding-tax .price,
.checkout-cart-index .page-main .cart-container .block-dashboard-history table tbody .item-info .price .price-excluding-tax .price {
  color: #9d1107;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
}
@media screen and (min-width: 1900px) {
  .checkout-cart-index .page-main .cart-container .form-cart table tbody .item-info .price .price-excluding-tax .price,
  .checkout-cart-index .page-main .cart-container .block-dashboard-history table tbody .item-info .price .price-excluding-tax .price {
    font-size: 25px;
    line-height: 30px;
  }
}
.checkout-cart-index .page-main .cart-container .form-cart table tbody .item-info .price .sku,
.checkout-cart-index .page-main .cart-container .block-dashboard-history table tbody .item-info .price .sku {
  color: #323232;
  font-size: 15px;
  font-weight: 400;
  line-height: 19px;
}
@media screen and (min-width: 769px) {
  .checkout-cart-index .page-main .cart-container .form-cart table tbody .item-info .price .sku,
  .checkout-cart-index .page-main .cart-container .block-dashboard-history table tbody .item-info .price .sku {
    bottom: 2.25rem;
    position: absolute;
    right: 0.75rem;
  }
}
.checkout-cart-index .page-main .cart-container .form-cart table tbody .item-info .subtotal,
.checkout-cart-index .page-main .cart-container .block-dashboard-history table tbody .item-info .subtotal {
  display: none;
}
.checkout-cart-index .page-main .cart-container .form-cart .actions,
.checkout-cart-index .page-main .cart-container .block-dashboard-history .actions {
  column-gap: 1rem;
  display: flex;
  justify-content: center;
  padding-bottom: 2rem;
}
.checkout-cart-index .page-main .cart-container .form-cart .actions button,
.checkout-cart-index .page-main .cart-container .block-dashboard-history .actions button {
  background-color: #10a0dd;
  border: none;
  border-radius: 100px;
  color: #ffffff;
}
@media screen and (min-width: 1900px) {
  .checkout-cart-index .page-main .cart-container .form-cart .actions button,
  .checkout-cart-index .page-main .cart-container .block-dashboard-history .actions button {
    font-size: 18px;
  }
}
.checkout-cart-index .page-main .cart-container .block-dashboard-history {
  margin-bottom: 0;
}
.checkout-cart-index .page-main .cart-container .block-dashboard-history table .product-item-photo {
  color: #323232;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  text-transform: capitalize;
}
@media screen and (min-width: 1900px) {
  .checkout-cart-index .page-main .cart-container .block-dashboard-history table .product-item-photo {
    font-size: 25px;
    line-height: 30px;
  }
}
@media screen and (max-width: 1200px) {
  .checkout-cart-index .page-main .cart-container .block-dashboard-history table .product-item-photo {
    font-size: 18px;
  }
}
.checkout-cart-index .page-main .cart-container .block-dashboard-history table .actions-toolbar {
  align-items: center;
  column-gap: 5rem;
  display: flex;
  flex-wrap: wrap;
  padding-top: 1rem;
  padding-bottom: 0;
  padding-left: 2.7rem;
  margin: 0;
}
@media screen and (min-width: 1900px) {
  .checkout-cart-index .page-main .cart-container .block-dashboard-history table .actions-toolbar {
    width: auto;
  }
}
@media screen and (min-width: 769px) {
  .checkout-cart-index .page-main .cart-container .block-dashboard-history table .actions-toolbar {
    bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .checkout-cart-index .page-main .cart-container .block-dashboard-history table .actions-toolbar {
    justify-content: space;
    padding-bottom: 0;
    padding-left: 0;
    column-gap: 15px;
  }
}
@media screen and (min-width: 1350px) {
  .checkout-cart-index .page-main .cart-container .block-dashboard-history table .actions-toolbar {
    padding-top: 3rem;
  }
}
.checkout-cart-index .page-main .cart-container .block-dashboard-history table .actions-toolbar::before {
  display: none;
}
.checkout-cart-index .page-main .cart-container .block-dashboard-history table .actions-toolbar .gift-options-cart-item {
  display: none;
}
.checkout-cart-index .page-main .cart-container .block-dashboard-history table .actions-toolbar .action {
  align-items: center;
  border: none;
  color: #10a0dd;
  display: flex;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 19px;
  margin-right: 0;
  position: unset;
  text-decoration: none !important;
  text-transform: none;
  width: auto;
}
@media screen and (max-width: 1200px) {
  .checkout-cart-index .page-main .cart-container .block-dashboard-history table .actions-toolbar .action {
    font-size: 12px;
  }
}
.checkout-cart-index .page-main .cart-container .block-dashboard-history table .actions-toolbar .action::before {
  color: #323232;
  display: none;
}
.checkout-cart-index .page-main .cart-container .block-dashboard-history table .actions-toolbar .action span {
  height: auto;
  position: unset;
  width: auto;
}
@media screen and (max-width: 768px) {
  .checkout-cart-index .page-main .cart-container .block-dashboard-history table .actions-toolbar .action.action-to-productlist {
    display: none;
    margin-left: 0;
  }
}
.checkout-cart-index .page-main .cart-container .block-dashboard-history table .actions-toolbar .tocompare::before {
  display: none;
}
@media screen and (max-width: 768px) {
  .checkout-cart-index .page-main .cart-container .block-dashboard-history table tbody .item-info td {
    border: unset !important;
    display: block;
  }
  .checkout-cart-index .page-main .cart-container .block-dashboard-history table tbody .item-info td::before {
    display: none !important;
  }
  .checkout-cart-index .page-main .cart-container .block-dashboard-history table tbody .item-info td .product-item-photo {
    text-align: center;
  }
}
.checkout-cart-index .page-main .cart-container .block-dashboard-history table tbody .item-info .info {
  width: 200px;
}
.checkout-cart-index .page-main .cart-container .block-dashboard-history table tbody .item-info:last-child {
  border: unset;
}
.checkout-cart-index .page-main .cart-container .block-dashboard-history .history-toolbar {
  display: none;
}
.checkout-cart-index .page-main .cart-container .cart-summary {
  background-color: #ffffff;
  border-bottom-left-radius: 40px;
  border-top-left-radius: 40px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  padding: 0;
  width: 32.33%;
  overflow: hidden;
}
@media screen and (max-width: 992px) {
  .checkout-cart-index .page-main .cart-container .cart-summary {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    width: 100%;
    border: none;
  }
}
.checkout-cart-index .page-main .cart-container .cart-summary .pay-later-message {
  padding: 1rem;
}
.checkout-cart-index .page-main .cart-container .cart-summary .freeship-progress {
  padding: 1.6rem 2rem;
}
.checkout-cart-index .page-main .cart-container .cart-summary .freeship-progress .upsell,
.checkout-cart-index .page-main .cart-container .cart-summary .freeship-progress .freeship-text {
  font-size: 1.6rem;
  color: #323232;
}
.checkout-cart-index .page-main .cart-container .cart-summary .freeship-progress .upsell .freeship-price,
.checkout-cart-index .page-main .cart-container .cart-summary .freeship-progress .freeship-text .freeship-price {
  color: #9d1107;
}
.checkout-cart-index .page-main .cart-container .cart-summary .freeship-progress .freeship-progress-bar-wrapper .min,
.checkout-cart-index .page-main .cart-container .cart-summary .freeship-progress .freeship-progress-bar-wrapper .max {
  font-size: 1.4rem;
}
.checkout-cart-index .page-main .cart-container .cart-summary .freeship-progress .freeship-progress-bar-wrapper .freeship-progress-bar-progress {
  background: linear-gradient(45deg, #10a0dd, #323232) #ffffff !important;
}
.checkout-cart-index .page-main .cart-container .cart-summary #shipping-zip-form,
.checkout-cart-index .page-main .cart-container .cart-summary #co-shipping-method-form {
  padding: 0 1rem;
}
.checkout-cart-index .page-main .cart-container .cart-summary #co-shipping-method-form dt,
.checkout-cart-index .page-main .cart-container .cart-summary #co-shipping-method-form dd {
  color: #323232;
  font-size: 16px;
}
.checkout-cart-index .page-main .cart-container .cart-summary .summary.title {
  color: #323232;
  font-size: 20px;
  font-weight: 600;
  text-transform: capitalize;
  padding: 7px 20px;
}
@media screen and (min-width: 1900px) {
  .checkout-cart-index .page-main .cart-container .cart-summary .summary.title {
    font-size: 25px;
  }
}
.checkout-cart-index .page-main .cart-container .cart-summary #block-shipping .title::after {
  color: #323232;
  font-size: 16px;
  right: 15px;
}
.checkout-cart-index .page-main .cart-container .cart-summary #block-shipping .title #block-shipping-heading {
  color: #323232;
  margin: 0;
  padding: 7px 20px;
  text-transform: capitalize;
}
@media screen and (min-width: 1900px) {
  .checkout-cart-index .page-main .cart-container .cart-summary #block-shipping .title #block-shipping-heading {
    font-size: 18px;
  }
}
.checkout-cart-index .page-main .cart-container .cart-summary .cart-totals {
  padding: 10px 20px 28px;
}
.checkout-cart-index .page-main .cart-container .cart-summary .cart-totals table .totals .mark,
.checkout-cart-index .page-main .cart-container .cart-summary .cart-totals table .totals-tax-summary .mark,
.checkout-cart-index .page-main .cart-container .cart-summary .cart-totals table .totals-tax-details .mark {
  color: #323232;
  font-size: 16px;
  padding-bottom: 0;
  text-transform: capitalize;
}
@media screen and (min-width: 1900px) {
  .checkout-cart-index .page-main .cart-container .cart-summary .cart-totals table .totals .mark,
  .checkout-cart-index .page-main .cart-container .cart-summary .cart-totals table .totals-tax-summary .mark,
  .checkout-cart-index .page-main .cart-container .cart-summary .cart-totals table .totals-tax-details .mark {
    font-size: 18px;
  }
}
.checkout-cart-index .page-main .cart-container .cart-summary .cart-totals table .totals td[data-th="saving"] .price,
.checkout-cart-index .page-main .cart-container .cart-summary .cart-totals table .totals-tax-summary td[data-th="saving"] .price,
.checkout-cart-index .page-main .cart-container .cart-summary .cart-totals table .totals-tax-details td[data-th="saving"] .price {
  position: relative;
}
.checkout-cart-index .page-main .cart-container .cart-summary .cart-totals table .totals td[data-th="saving"] .price::before,
.checkout-cart-index .page-main .cart-container .cart-summary .cart-totals table .totals-tax-summary td[data-th="saving"] .price::before,
.checkout-cart-index .page-main .cart-container .cart-summary .cart-totals table .totals-tax-details td[data-th="saving"] .price::before {
  content: '-';
  position: absolute;
  left: -1rem;
}
.checkout-cart-index .page-main .cart-container .cart-summary .cart-totals table .totals .amount,
.checkout-cart-index .page-main .cart-container .cart-summary .cart-totals table .totals-tax-summary .amount,
.checkout-cart-index .page-main .cart-container .cart-summary .cart-totals table .totals-tax-details .amount {
  padding-bottom: 0;
}
.checkout-cart-index .page-main .cart-container .cart-summary .cart-totals table .totals .amount .price,
.checkout-cart-index .page-main .cart-container .cart-summary .cart-totals table .totals-tax-summary .amount .price,
.checkout-cart-index .page-main .cart-container .cart-summary .cart-totals table .totals-tax-details .amount .price {
  color: #9d1107;
  font-size: 16px;
}
@media screen and (min-width: 1900px) {
  .checkout-cart-index .page-main .cart-container .cart-summary .cart-totals table .totals .amount .price,
  .checkout-cart-index .page-main .cart-container .cart-summary .cart-totals table .totals-tax-summary .amount .price,
  .checkout-cart-index .page-main .cart-container .cart-summary .cart-totals table .totals-tax-details .amount .price {
    font-size: 18px;
  }
}
.checkout-cart-index .page-main .cart-container .cart-summary .checkout {
  align-items: stretch;
  border-bottom-left-radius: 40px;
  display: flex !important;
  flex-direction: column-reverse;
  justify-content: center;
  margin-top: 0;
}
.checkout-cart-index .page-main .cart-container .cart-summary .checkout .item {
  margin-bottom: 0;
}
.checkout-cart-index .page-main .cart-container .cart-summary .checkout .item button {
  background-color: #10a0dd;
  border-bottom-left-radius: 0;
  font-size: 18px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  line-height: 1;
  margin: auto;
  text-transform: none;
  transition: 0.4s;
}
@media screen and (min-width: 1900px) {
  .checkout-cart-index .page-main .cart-container .cart-summary .checkout .item button {
    font-size: 25px;
    line-height: 30px;
    padding: 25px 0;
  }
}
@media screen and (max-width: 992px) {
  .checkout-cart-index .page-main .cart-container .cart-summary .checkout .item button {
    z-index: 9;
    padding: 2rem 0;
    border-bottom-left-radius: 0;
    position: fixed;
    bottom: 0;
  }
}
.checkout-cart-index .page-main .cart-container .cart-summary .checkout .item button:hover {
  background-color: #1cbbff;
  opacity: 1;
}
@media screen and (max-width: 992px) {
  .checkout-cart-index .page-main .cart-container .cart-summary .checkout .item .gpay-card-info-container {
    position: relative !important;
    z-index: 2;
  }
}
@media screen and (min-width: 1900px) {
  .checkout-cart-index .page-main .cart-container .cart-summary .checkout .item .multicheckout {
    font-size: 18px;
  }
}
.checkout-cart-index .page-main .cart-container .cart-summary .recommended-section {
  border-bottom-left-radius: 40px;
  border-top: solid 2px #707070;
  margin-top: 2rem;
}
@media screen and (max-width: 992px) {
  .checkout-cart-index .page-main .cart-container .cart-summary .recommended-section {
    border-bottom-left-radius: 0;
  }
}
.checkout-cart-index .page-main .cart-container .cart-summary .recommended-section .filterproduct-title {
  color: #323232;
  font-size: 20px;
  letter-spacing: normal;
  font-weight: 600;
  margin-bottom: 0;
  text-align: center;
  text-transform: capitalize;
}
@media screen and (min-width: 1900px) {
  .checkout-cart-index .page-main .cart-container .cart-summary .recommended-section .filterproduct-title {
    font-size: 25px;
    line-height: 30px !important;
  }
}
.checkout-cart-index .page-main .cart-container .cart-summary .recommended-section .filterproduct-title span {
  display: block;
  padding-bottom: 0;
}
.checkout-cart-index .page-main .cart-container .cart-summary .recommended-section .filterproduct-title span strong {
  font-weight: 600;
}
.checkout-cart-index .page-main .cart-container .cart-summary .recommended-section .home-see-more-link {
  display: none;
}
.checkout-cart-index .page-main .cart-container .cart-summary .recommended-section .filterproducts {
  grid-template-columns: repeat(1, 1fr);
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  .checkout-cart-index .page-main .cart-container .cart-summary .recommended-section .filterproducts {
    grid-template-columns: repeat(2, 1fr);
  }
}
.checkout-cart-index .page-main .cart-container .cart-summary .recommended-section .filterproducts .product-item-info {
  display: flex !important;
  flex-direction: row !important;
}
.checkout-cart-index .page-main .cart-container .cart-summary .recommended-section .filterproducts .product-item-info .details {
  flex: 0 0 68%;
}
.checkout-cart-index .page-main .cart-container .cart-summary .recommended-section .filterproducts .product-item-info .details .product-item-name {
  text-align: left;
}
.checkout-cart-index .page-main .cart-container .cart-summary .recommended-section .filterproducts .product-item-info .details .product-item-name .product-item-link {
  color: #323232;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
}
@media screen and (min-width: 1900px) {
  .checkout-cart-index .page-main .cart-container .cart-summary .recommended-section .filterproducts .product-item-info .details .product-item-name .product-item-link {
    font-size: 20px;
    line-height: 24px;
  }
}
.checkout-cart-index .page-main .cart-container .cart-summary .recommended-section .filterproducts .product-item-info .details .price-box,
.checkout-cart-index .page-main .cart-container .cart-summary .recommended-section .filterproducts .product-item-info .details .aw-ar-product-summary-container,
.checkout-cart-index .page-main .cart-container .cart-summary .recommended-section .filterproducts .product-item-info .details .product-item-actions {
  display: none;
}
.checkout-cart-index .page-main .cart-container .recently-container {
  background-color: #ffffff;
  border-bottom-left-radius: 40px;
  border-top-left-radius: 40px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  padding: 0 !important;
  width: 32.33%;
  overflow: hidden;
  float: right;
  clear: right !important;
}
@media screen and (max-width: 992px) {
  .checkout-cart-index .page-main .cart-container .recently-container {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    width: 100%;
    border: none;
  }
}
.checkout-cart-index .page-main .cart-container .recently-container .recent-viewed-section {
  background-color: #ffffff;
  padding: 0 !important;
}
.checkout-cart-index .page-main .cart-container .recently-container .recent-viewed-section p {
  margin: 0 !important;
}
.checkout-cart-index .page-main .cart-container .recently-container .block-viewed-products-grid {
  padding: 2.6rem 2.4rem !important;
}
.checkout-cart-index .page-main .cart-container .recently-container .block-title {
  color: #323232;
  font-size: 2.5rem;
  line-height: 3rem;
  border: none !important;
  text-align: center !important;
}
.checkout-cart-index .page-main .cart-container .recently-container .block-content {
  margin: 0;
}
.checkout-cart-index .page-main .cart-container .recently-container .block-content .products {
  display: grid;
  row-gap: 3rem;
}
.checkout-cart-index .page-main .cart-container .recently-container .block-content .products .product-item {
  max-width: 100%;
}
.checkout-cart-index .page-main .cart-container .recently-container .block-content .products .product-item-photo {
  max-width: 14.1rem !important;
}
.checkout-cart-index .page-main .cart-container .recently-container .block-content .products .product-item-name {
  font-size: 2rem;
  font-weight: 500 !important;
  line-height: 2.4rem;
  white-space: unset;
}
.checkout-cart-index .page-main .cart-container .cart-discount {
  background-color: #ffffff;
  border-bottom-right-radius: 40px;
  border-top-right-radius: 40px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  padding: 2rem;
  margin-bottom: 2rem;
  float: unset !important;
}
@media screen and (max-width: 992px) {
  .checkout-cart-index .page-main .cart-container .cart-discount {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    width: 100%;
  }
}
.checkout-cart-index .page-main .cart-container .cart-discount .amcard-field-container.-cart {
  display: none;
}
.checkout-cart-index .page-main .cart-container .cart-discount .aw-giftcard {
  float: unset;
  width: 100%;
}
@media screen and (max-width: 576px) {
  .checkout-cart-index .page-main .cart-container .cart-discount .aw-giftcard form .field {
    display: block;
  }
  .checkout-cart-index .page-main .cart-container .cart-discount .aw-giftcard form .apply-aw-giftcard,
  .checkout-cart-index .page-main .cart-container .cart-discount .aw-giftcard form input {
    border-radius: 10rem !important;
  }
  .checkout-cart-index .page-main .cart-container .cart-discount .aw-giftcard form input {
    border-right-color: #707070 !important;
  }
  .checkout-cart-index .page-main .cart-container .cart-discount .aw-giftcard form .actions-toolbar {
    justify-content: center;
  }
}
.checkout-cart-index .page-main .cart-container .cart-discount .aw-giftcard form input {
  border-color: #707070;
  border-right-color: transparent;
  border-radius: 10rem 0 0 10rem;
}
.checkout-cart-index .page-main .cart-container .cart-discount .aw-giftcard form input::placeholder {
  color: #777777;
}
.checkout-cart-index .page-main .cart-container .cart-discount .aw-giftcard form .actions-toolbar {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  width: auto;
}
.checkout-cart-index .page-main .cart-container .cart-discount .aw-giftcard form .actions-toolbar::before,
.checkout-cart-index .page-main .cart-container .cart-discount .aw-giftcard form .actions-toolbar::after {
  display: none;
}
.checkout-cart-index .page-main .cart-container .cart-discount .aw-giftcard form .actions-toolbar .primary,
.checkout-cart-index .page-main .cart-container .cart-discount .aw-giftcard form .actions-toolbar .secondary {
  display: block;
  margin: 0;
  position: static;
  float: unset;
}
.checkout-cart-index .page-main .cart-container .cart-discount .aw-giftcard form .actions-toolbar button {
  text-transform: none;
}
.checkout-cart-index .page-main .cart-container .cart-discount .aw-giftcard form .apply-aw-giftcard {
  border-radius: 0 10rem 10rem 0;
  color: #ffffff;
  background-color: #10a0dd;
}
.checkout-cart-index .page-main .cart-container .cart-discount .aw-giftcard form .check-aw-giftcard {
  background-color: transparent;
  border: none;
  color: #10a0dd;
  text-decoration: underline;
  padding: 0;
}
.checkout-cart-index .page-main .cart-container .cart-discount .aw-giftcard form .check-aw-giftcard:hover {
  background-color: transparent;
}
.checkout-cart-index .page-main .cart-container .cart-discount .title {
  border: unset !important;
}
.checkout-cart-index .page-main .cart-container .cart-discount .title strong {
  color: #323232;
  font-size: 20px;
  font-weight: 600;
  text-transform: capitalize;
}
@media screen and (min-width: 1900px) {
  .checkout-cart-index .page-main .cart-container .cart-discount .title strong {
    font-size: 25px;
  }
}
.checkout-cart-index .page-main .cart-container .cart-discount .amcard-title {
  color: #323232;
  font-size: 20px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  text-transform: capitalize;
}
@media screen and (min-width: 1900px) {
  .checkout-cart-index .page-main .cart-container .cart-discount .amcard-title {
    font-size: 25px;
  }
}
.checkout-cart-index .page-main .cart-container .cart-discount #block-discount {
  float: unset !important;
}
.checkout-cart-index .page-main .cart-container .cart-discount #discount-coupon-form {
  padding-top: 20px;
}
.checkout-cart-index .page-main .cart-container .cart-discount #discount-coupon-form #coupon_code {
  background-color: #ffffff;
  border-radius: 10rem 0 0 10rem;
  border-color: #707070;
  border-right-color: transparent;
}
@media screen and (min-width: 1900px) {
  .checkout-cart-index .page-main .cart-container .cart-discount #discount-coupon-form #coupon_code {
    padding: 21px 10px;
  }
}
.checkout-cart-index .page-main .cart-container .cart-discount #discount-coupon-form #coupon_code::placeholder {
  color: #777777;
  font-weight: 400;
  line-height: 1;
}
.checkout-cart-index .page-main .cart-container .cart-discount #discount-coupon-form .actions-toolbar button {
  background-color: #10a0dd;
  border-color: #10a0dd;
  border-bottom-right-radius: 100px;
  border-top-right-radius: 100px;
  color: #ffffff;
  font-size: 14px;
  height: auto;
  padding: 11px 10px;
  font-weight: 400;
  line-height: 1;
  text-transform: capitalize;
}
@media screen and (min-width: 1900px) {
  .checkout-cart-index .page-main .cart-container .cart-discount #discount-coupon-form .actions-toolbar button {
    padding: 14px 10px;
  }
}
.checkout-cart-index .page-main .cart-container .cart-discount form .amgcard-datalist-container .amcard-input-arrow::after {
  top: 50%;
  transform: translateY(-50%);
}
.checkout-cart-index .page-main .cart-container .cart-discount form .amgcard-datalist-container.-active .amcard-input-arrow::after {
  top: 25%;
}
.checkout-cart-index .page-main .cart-container .cart-discount form .amgcard-datalist-container input {
  background-color: #ffffff;
  border-bottom-left-radius: 100px;
  border-right: 0;
  border-top-left-radius: 100px;
  height: 38px;
}
@media screen and (min-width: 1900px) {
  .checkout-cart-index .page-main .cart-container .cart-discount form .amgcard-datalist-container input {
    padding: 25px 10px;
  }
}
.checkout-cart-index .page-main .cart-container .cart-discount form .amgcard-datalist-container input::placeholder {
  color: #b9b9b9;
  font-weight: 400;
  line-height: 1;
}
.checkout-cart-index .page-main .cart-container .cart-discount form .amcard-button {
  background-color: #10a0dd;
  border-bottom-right-radius: 100px;
  border-top-right-radius: 100px;
  color: #ffffff;
  font-size: 14px;
  height: auto;
  border-color: #10a0dd;
  font-weight: 400;
  line-height: 1;
  text-transform: capitalize;
  font-family: 'Montserrat', sans-serif;
  padding: 9px 10px;
}
@media screen and (min-width: 1900px) {
  .checkout-cart-index .page-main .cart-container .cart-discount form .amcard-button {
    padding: 14px 10px;
  }
}
.checkout-cart-index .page-main .cart-container .cart-discount form .amcard-check {
  color: #10a0dd;
  font-family: 'Montserrat', sans-serif;
}
.checkout-cart-index .page-main .cart-container .recently-container {
  clear: both;
  padding: 2.6rem 2.4rem 4.3rem;
}
.checkout-cart-index .page-main .cart-container .recently-container .block-title {
  margin-bottom: 0;
  padding-bottom: 20px;
  text-align: left;
}
.checkout-cart-index .page-main .cart-container .recently-container .block-title strong {
  color: #323232;
  font-size: 20px;
  font-weight: 600;
  padding: 0;
  text-transform: capitalize;
}
@media screen and (min-width: 1900px) {
  .checkout-cart-index .page-main .cart-container .recently-container .block-title strong {
    font-size: 30px;
  }
}
.checkout-cart-index .page-main .cart-container .recently-container .block-viewed-products-grid {
  width: 100%;
}
.checkout-cart-index .page-main .cart-container .recently-container .block-viewed-products-grid .block-title {
  border-bottom: solid 2px #dfdfdf;
  margin-bottom: 15px;
  padding-bottom: 10px;
  text-align: left;
}
.checkout-cart-index .page-main .cart-container .recently-container .block-viewed-products-grid .block-title strong {
  color: #323232;
  font-size: 20px;
  font-weight: 600;
  padding: 0;
  text-transform: capitalize;
}
@media screen and (min-width: 1900px) {
  .checkout-cart-index .page-main .cart-container .recently-container .block-viewed-products-grid .block-title strong {
    font-size: 30px;
  }
}
.checkout-cart-index .page-main .cart-container .recently-container .product-items .product-item {
  margin-left: 0;
  width: 100%;
}
.checkout-cart-index .page-main .cart-container .recently-container .product-items .product-item .product-item-info {
  display: flex;
}
.checkout-cart-index .page-main .cart-container .recently-container .product-items .product-item .product-item-info .product-item-photo {
  background-color: transparent;
  max-width: 255px;
  min-width: unset;
  width: 100% !important;
}
.checkout-cart-index .page-main .cart-container .recently-container .product-items .product-item .product-item-info .product-item-details .product-item-name {
  color: #323232;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  text-align: left;
  text-transform: capitalize;
}
@media screen and (min-width: 1900px) {
  .checkout-cart-index .page-main .cart-container .recently-container .product-items .product-item .product-item-info .product-item-details .product-item-name {
    font-size: 20px;
    line-height: 24px;
  }
}
.checkout-cart-index .page-main .cart-container .recently-container .product-items .product-item .product-item-info .product-item-details .product-item-name a {
  color: #323232;
}
.checkout-cart-index .page-main .cart-container .recently-container .product-items .product-item .product-item-info .product-item-details .attrs {
  border-top: 1px solid #323232;
  color: #323232;
  flex-basis: auto;
  font-size: 1.5rem;
  font-style: italic;
  font-weight: 600;
  line-height: 1.9rem;
  width: unset;
  padding-top: 2px;
  position: relative;
  margin-top: 1rem;
  float: left;
}
.checkout-cart-index .page-main .cart-container .recently-container .product-items .product-item .product-item-info .product-item-details .attrs::before {
  background-color: #323232;
  border-radius: 0 0 70% 70%;
  content: '';
  height: 1.2rem;
  left: -2px;
  position: absolute;
  top: -1px;
  transform: rotate(12deg);
  width: 1px;
}
.checkout-cart-index .page-main .cart-container .recently-container .product-items .product-item .product-item-info .product-item-details .attrs:nth-child(2) {
  margin-left: 0.5rem;
}
.checkout-cart-index .page-main .cart-container .recently-container .product-items .product-item .product-item-info .product-item-details .attrs:nth-child(5)::after {
  background-color: #323232;
  border-radius: 0 0 70% 70%;
  content: '';
  height: 1.2rem;
  right: 1px;
  position: absolute;
  top: -1px;
  transform: rotate(12deg);
  width: 1px;
}
.checkout-cart-index .page-main .cart-container .recently-container .product-items .product-item .product-item-info .product-item-details .price-box {
  margin-top: 0;
  text-align: left;
}
.checkout-cart-index .page-main .cart-container .recently-container .product-items .product-item .product-item-info .product-item-details .price-box .price-label {
  display: none;
}
.checkout-cart-index .page-main .cart-container .recently-container .product-items .product-item .product-item-info .product-item-details .price-box .price {
  color: #9d1107;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
}
@media screen and (min-width: 1900px) {
  .checkout-cart-index .page-main .cart-container .recently-container .product-items .product-item .product-item-info .product-item-details .price-box .price {
    font-size: 28px;
    line-height: 35px;
  }
}
.checkout-cart-index .page-main .cart-container .recently-container .product-items .product-item .product-item-info .product-item-actions {
  display: none;
}
.checkout-cart-index .page-main .cart-container .form-cart {
  box-shadow: 0 5px 6px -2px rgba(0, 0, 0, 0.16) !important;
  border-top-right-radius: 0 !important;
}
.checkout-cart-index .page-main .cart-container .form-cart .actions {
  justify-content: space-between;
}
.checkout-cart-index .page-main .cart-container .form-cart .action.clear {
  background-color: transparent;
  text-decoration: underline;
  color: #10a0dd;
  padding: 0;
  display: inline-block;
}
.checkout-cart-index .page-main .cart-container .form-cart,
.checkout-cart-index .page-main .cart-container .cart-related {
  border-bottom-right-radius: 40px;
  border-top-right-radius: 40px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  padding: 0 2rem;
}
@media screen and (max-width: 992px) {
  .checkout-cart-index .page-main .cart-container .form-cart,
  .checkout-cart-index .page-main .cart-container .cart-related {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
  }
}
.checkout-cart-index .page-main .cart-container .cart-related {
  background-color: #ffffff !important;
  margin-bottom: 2rem;
  padding-top: 2rem;
  width: 100%;
  overflow: hidden;
  clear: unset !important;
}
@media screen and (min-width: 993px) {
  .checkout-cart-index .page-main .cart-container .cart-related {
    width: 66.66666667% !important;
  }
}
.checkout-cart-index .page-main .cart-container .cart-related .block-title {
  color: #323232;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  text-transform: capitalize;
}
@media screen and (min-width: 1900px) {
  .checkout-cart-index .page-main .cart-container .cart-related .block-title {
    font-size: 25px;
    line-height: 30px;
  }
}
.checkout-cart-index .page-main .cart-container .cart-related .block-title strong {
  font-weight: 600;
}
.checkout-cart-index .page-main .cart-container .cart-related .history-recent thead {
  display: none;
}
.checkout-cart-index .page-main .cart-container .cart-related table thead th {
  color: #323232;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  text-transform: capitalize;
}
.checkout-cart-index .page-main .cart-container .cart-related table thead .price {
  text-align: right;
}
.checkout-cart-index .page-main .cart-container .cart-related table thead .subtotal {
  display: none;
}
.checkout-cart-index .page-main .cart-container .cart-related table tbody .item-info {
  border-bottom: solid 1px #dfdfdf;
}
.checkout-cart-index .page-main .cart-container .cart-related table tbody .item-info .item {
  padding: 0 0 35px;
  vertical-align: top;
}
@media screen and (min-width: 769px) {
  .checkout-cart-index .page-main .cart-container .cart-related table tbody .item-info .item {
    display: flex;
    column-gap: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .checkout-cart-index .page-main .cart-container .cart-related table tbody .item-info .item {
    padding-bottom: 0;
  }
}
.checkout-cart-index .page-main .cart-container .cart-related table tbody .item-info .item .product-item-photo {
  max-width: 207px;
}
.checkout-cart-index .page-main .cart-container .cart-related table tbody .item-info .item .product-item-photo span {
  border: none;
  height: auto;
  padding: 0 !important;
}
.checkout-cart-index .page-main .cart-container .cart-related table tbody .item-info .item .product-item-photo span .product-image-photo {
  position: static;
}
@media screen and (max-width: 768px) {
  .checkout-cart-index .page-main .cart-container .cart-related table tbody .item-info .item .product-item-photo {
    position: unset;
    margin: auto;
  }
}
.checkout-cart-index .page-main .cart-container .cart-related table tbody .item-info .item .product-item-details {
  padding: 1rem 0 0;
}
@media screen and (min-width: 769px) {
  .checkout-cart-index .page-main .cart-container .cart-related table tbody .item-info .item .product-item-details {
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  .checkout-cart-index .page-main .cart-container .cart-related table tbody .item-info .item .product-item-details {
    padding-top: 10px;
  }
}
.checkout-cart-index .page-main .cart-container .cart-related table tbody .item-info .item .product-item-details .product-item-name {
  margin-bottom: 5px;
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .checkout-cart-index .page-main .cart-container .cart-related table tbody .item-info .item .product-item-details .product-item-name {
    text-align: center;
  }
}
.checkout-cart-index .page-main .cart-container .cart-related table tbody .item-info .item .product-item-details .product-item-name a {
  color: #323232;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  text-transform: capitalize;
}
@media screen and (min-width: 1900px) {
  .checkout-cart-index .page-main .cart-container .cart-related table tbody .item-info .item .product-item-details .product-item-name a {
    font-size: 25px;
    line-height: 30px;
  }
}
@media screen and (max-width: 1200px) {
  .checkout-cart-index .page-main .cart-container .cart-related table tbody .item-info .item .product-item-details .product-item-name a {
    font-size: 18px;
  }
}
.checkout-cart-index .page-main .cart-container .cart-related table tbody .item-info .item .product-item-details .item-options {
  margin-top: 0;
}
.checkout-cart-index .page-main .cart-container .cart-related table tbody .item-info .item .product-item-details .attr_info {
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .checkout-cart-index .page-main .cart-container .cart-related table tbody .item-info .item .product-item-details .attr_info {
    padding-bottom: 1rem;
    text-align: center;
  }
}
.checkout-cart-index .page-main .cart-container .cart-related table tbody .item-info .item .product-item-details .attr_info span {
  color: #323232;
  font-size: 2rem;
  line-height: 2.4rem;
  padding-right: 2.7rem;
}
@media screen and (max-width: 1200px) {
  .checkout-cart-index .page-main .cart-container .cart-related table tbody .item-info .item .product-item-details .attr_info span {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .checkout-cart-index .page-main .cart-container .cart-related table tbody .item-info .item .product-item-details .attr_info span {
    padding-right: 0.7rem;
  }
}
.checkout-cart-index .page-main .cart-container .cart-related table tbody .item-info .item .product-item-details .item-options {
  display: flex;
  flex-wrap: wrap;
  row-gap: 1rem;
}
@media screen and (max-width: 768px) {
  .checkout-cart-index .page-main .cart-container .cart-related table tbody .item-info .item .product-item-details .item-options {
    justify-content: center;
  }
}
.checkout-cart-index .page-main .cart-container .cart-related table tbody .item-info .item .product-item-details .item-options::before {
  display: none;
}
.checkout-cart-index .page-main .cart-container .cart-related table tbody .item-info .item .product-item-details .item-options dt,
.checkout-cart-index .page-main .cart-container .cart-related table tbody .item-info .item .product-item-details .item-options dd {
  color: #323232;
  font-size: 2rem;
  line-height: 2.4rem;
}
@media screen and (max-width: 1200px) {
  .checkout-cart-index .page-main .cart-container .cart-related table tbody .item-info .item .product-item-details .item-options dt,
  .checkout-cart-index .page-main .cart-container .cart-related table tbody .item-info .item .product-item-details .item-options dd {
    font-size: 1.5rem;
  }
}
.checkout-cart-index .page-main .cart-container .cart-related table tbody .item-info .item .product-item-details .item-options dt {
  font-weight: 700;
}
.checkout-cart-index .page-main .cart-container .cart-related table tbody .item-info .item .product-item-details .item-options dd {
  padding-right: 2.7rem;
}
@media screen and (max-width: 768px) {
  .checkout-cart-index .page-main .cart-container .cart-related table tbody .item-info .item .product-item-details .item-options dd {
    padding-right: 0.7rem;
  }
}
.checkout-cart-index .page-main .cart-container .cart-related table tbody .item-info .item .product-item-details .error {
  padding: 1.2rem 1.8rem 1.2rem 4rem;
}
.checkout-cart-index .page-main .cart-container .cart-related table tbody .item-info .item .product-item-details .field.qty {
  display: flex;
  width: fit-content;
  position: relative;
  bottom: 0 !important;
  padding-top: 3rem;
}
@media screen and (min-width: 1350px) {
  .checkout-cart-index .page-main .cart-container .cart-related table tbody .item-info .item .product-item-details .field.qty {
    bottom: 0;
    float: left;
  }
}
@media screen and (max-width: 768px) {
  .checkout-cart-index .page-main .cart-container .cart-related table tbody .item-info .item .product-item-details .field.qty {
    margin: auto;
  }
}
.checkout-cart-index .page-main .cart-container .cart-related table tbody .item-info .item .product-item-details .field.qty .label {
  background-color: #ffffff;
  border: solid 1px #707070;
  border-bottom-left-radius: 100px;
  border-top-left-radius: 100px;
  border-right: 0;
  color: #323232;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  padding: 9px 0 10px 10px;
  text-transform: capitalize;
}
@media screen and (min-width: 1900px) {
  .checkout-cart-index .page-main .cart-container .cart-related table tbody .item-info .item .product-item-details .field.qty .label span {
    vertical-align: inherit;
  }
}
.checkout-cart-index .page-main .cart-container .cart-related table tbody .item-info .item .product-item-details .field.qty .qty input {
  border: solid 1px #707070;
  border-bottom-right-radius: 100px;
  border-top-right-radius: 100px;
  border-left: 0;
  color: #323232;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  width: 50px;
}
.checkout-cart-index .page-main .cart-container .cart-related table tbody .item-info .item .product-item-details .field.qty .qty-changer {
  position: absolute;
  right: 1rem;
}
.checkout-cart-index .page-main .cart-container .cart-related table tbody .item-info .item .product-item-details .field.qty .qty-changer a {
  border: 0;
  color: #323232;
  font-size: 12px;
}
.checkout-cart-index .page-main .cart-container .cart-related table tbody .item-info .item .product-item-details .actions-toolbar {
  align-items: center;
  column-gap: 5rem;
  display: flex;
  flex-wrap: wrap;
  padding-top: 1rem;
  padding-bottom: 0;
  padding-left: 0;
  margin: 0;
}
@media screen and (min-width: 1900px) {
  .checkout-cart-index .page-main .cart-container .cart-related table tbody .item-info .item .product-item-details .actions-toolbar {
    width: auto;
  }
}
@media screen and (min-width: 769px) {
  .checkout-cart-index .page-main .cart-container .cart-related table tbody .item-info .item .product-item-details .actions-toolbar {
    bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .checkout-cart-index .page-main .cart-container .cart-related table tbody .item-info .item .product-item-details .actions-toolbar {
    justify-content: space-evenly;
    column-gap: 0;
    padding-bottom: 0;
    padding-left: 0;
  }
}
@media screen and (min-width: 1350px) {
  .checkout-cart-index .page-main .cart-container .cart-related table tbody .item-info .item .product-item-details .actions-toolbar {
    padding-top: 3rem;
  }
}
.checkout-cart-index .page-main .cart-container .cart-related table tbody .item-info .item .product-item-details .actions-toolbar::before {
  display: none;
}
.checkout-cart-index .page-main .cart-container .cart-related table tbody .item-info .item .product-item-details .actions-toolbar .gift-options-cart-item {
  display: none;
}
.checkout-cart-index .page-main .cart-container .cart-related table tbody .item-info .item .product-item-details .actions-toolbar .action {
  align-items: center;
  border: none;
  color: #10a0dd;
  display: flex;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 19px;
  margin-right: 0;
  position: unset;
  text-decoration: none !important;
  text-transform: none;
  width: auto;
}
@media screen and (max-width: 1200px) {
  .checkout-cart-index .page-main .cart-container .cart-related table tbody .item-info .item .product-item-details .actions-toolbar .action {
    font-size: 12px;
  }
}
.checkout-cart-index .page-main .cart-container .cart-related table tbody .item-info .item .product-item-details .actions-toolbar .action::before {
  color: #323232;
  display: none;
}
.checkout-cart-index .page-main .cart-container .cart-related table tbody .item-info .item .product-item-details .actions-toolbar .action span {
  height: auto;
  position: unset;
  width: auto;
}
@media screen and (max-width: 768px) {
  .checkout-cart-index .page-main .cart-container .cart-related table tbody .item-info .item .product-item-details .actions-toolbar .action.action-to-productlist {
    margin-left: 0;
  }
  .checkout-cart-index .page-main .cart-container .cart-related table tbody .item-info .item .product-item-details .actions-toolbar .action.action-to-productlist img {
    display: none;
  }
  .checkout-cart-index .page-main .cart-container .cart-related table tbody .item-info .item .product-item-details .actions-toolbar .action.action-to-productlist span {
    display: block;
  }
}
.checkout-cart-index .page-main .cart-container .cart-related table tbody .item-info .item .product-item-details .actions-toolbar .tocompare::before {
  display: none;
}
.checkout-cart-index .page-main .cart-container .cart-related table tbody .item-info .price {
  text-align: right;
  vertical-align: top;
}
@media screen and (min-width: 769px) {
  .checkout-cart-index .page-main .cart-container .cart-related table tbody .item-info .price {
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  .checkout-cart-index .page-main .cart-container .cart-related table tbody .item-info .price {
    text-align: center;
    width: 100%;
  }
}
.checkout-cart-index .page-main .cart-container .cart-related table tbody .item-info .price .price {
  color: #9d1107;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
}
@media screen and (min-width: 1900px) {
  .checkout-cart-index .page-main .cart-container .cart-related table tbody .item-info .price .price {
    font-size: 25px;
    line-height: 30px;
  }
}
.checkout-cart-index .page-main .cart-container .cart-related table tbody .item-info .price .sku {
  color: #323232;
  font-size: 15px;
  font-weight: 400;
  line-height: 19px;
}
@media screen and (min-width: 769px) {
  .checkout-cart-index .page-main .cart-container .cart-related table tbody .item-info .price .sku {
    bottom: 2.25rem;
    position: absolute;
    right: 0.75rem;
  }
}
.checkout-cart-index .page-main .cart-container .cart-related table tbody .item-info .subtotal {
  display: none;
}
.checkout-cart-index .page-main .cart-container .cart-related .actions {
  column-gap: 1rem;
  display: flex;
  justify-content: center;
  padding-bottom: 2rem;
}
.checkout-cart-index .page-main .cart-container .cart-related .actions button {
  background-color: #828282;
  border: none;
  border-radius: 100px;
  color: #ffffff;
}
@media screen and (min-width: 1900px) {
  .checkout-cart-index .page-main .cart-container .cart-related .actions button {
    font-size: 18px;
  }
}
.checkout-cart-index .page-main .cart-container .cart-related .cart-bottom-blocks .home-see-more-link {
  display: none;
}
.checkout-cart-index .page-main .cart-container .cart-related .cart-bottom-blocks .filterproduct-title {
  border-bottom: solid 2px #dfdfdf;
  margin-bottom: 15px;
  padding-bottom: 10px;
  text-align: left;
}
.checkout-cart-index .page-main .cart-container .cart-related .cart-bottom-blocks .filterproduct-title strong {
  color: #323232;
  font-size: 20px;
  font-weight: 600;
  padding: 0;
  text-transform: capitalize;
}
@media screen and (min-width: 1900px) {
  .checkout-cart-index .page-main .cart-container .cart-related .cart-bottom-blocks .filterproduct-title strong {
    font-size: 28px;
  }
}
.checkout-cart-index .page-main .cart-container .cart-related .mst-related_products__productsList {
  padding: 0;
}
.checkout-cart-index .page-main .cart-container .cart-related .mst-related_products__productsList .productsList-list-item {
  padding: 0;
}
.checkout-cart-index .page-main .cart-container .cart-related .mst-related_products__productsList .productsList-list-item .recommended-section {
  background-color: #ffffff;
  border-top: solid 2px #707070;
  clear: unset;
  padding: 0;
}
.checkout-cart-index .page-main .cart-container .cart-related .mst-related_products__productsList .productsList-list-item .recommended-section #trending_product .block-title {
  display: none;
}
.checkout-cart-index .page-main .cart-container .cart-related .mst-related_products__productsList .productsList-list-item .recommended-section #trending_product .products-grid {
  width: 100%;
}
.checkout-cart-index .page-main .cart-container .cart-related .mst-related_products__productsList .productsList-list-item .recommended-section #trending_product .products-grid .product-items {
  display: flex;
  margin: 20px 5px 5px;
  overflow-x: auto;
  padding: 0 0 10px 1px;
}
.checkout-cart-index .page-main .cart-container .cart-related .mst-related_products__productsList .productsList-list-item .recommended-section #trending_product .products-grid .product-items .product-item {
  max-width: 270px;
  width: 100%;
}
@media screen and (min-width: 1900px) {
  .checkout-cart-index .page-main .cart-container .cart-related .mst-related_products__productsList .productsList-list-item .recommended-section #trending_product .products-grid .product-items .product-item {
    max-width: 333px;
  }
}
@media screen and (max-width: 576px) {
  .checkout-cart-index .page-main .cart-container .cart-related .mst-related_products__productsList .productsList-list-item .recommended-section #trending_product .products-grid .product-items .product-item {
    margin-right: 106.4% !important;
  }
}
.checkout-cart-index .page-main .cart-container .cart-related .mst-related_products__productsList .productsList-list-item .recommended-section #trending_product .products-grid .product-items .product-item .product-item-info {
  border-radius: 40px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  height: 100%;
  padding: 1rem;
}
.checkout-cart-index .page-main .cart-container .cart-related .mst-related_products__productsList .productsList-list-item .recommended-section #trending_product .products-grid .product-items .product-item .product-item-info .product-image-container {
  background-color: transparent;
  max-width: 255px;
  min-width: unset;
  width: 100% !important;
}
.checkout-cart-index .page-main .cart-container .cart-related .mst-related_products__productsList .productsList-list-item .recommended-section #trending_product .products-grid .product-items .product-item .product-item-info .product-item-details .product-item-name {
  color: #323232;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  text-align: left;
  text-transform: capitalize;
  white-space: nowrap !important;
}
@media screen and (min-width: 1900px) {
  .checkout-cart-index .page-main .cart-container .cart-related .mst-related_products__productsList .productsList-list-item .recommended-section #trending_product .products-grid .product-items .product-item .product-item-info .product-item-details .product-item-name {
    font-size: 28px;
    line-height: 35px;
  }
}
.checkout-cart-index .page-main .cart-container .cart-related .mst-related_products__productsList .productsList-list-item .recommended-section #trending_product .products-grid .product-items .product-item .product-item-info .product-item-details .price-box {
  margin-top: 0;
  text-align: left;
}
.checkout-cart-index .page-main .cart-container .cart-related .mst-related_products__productsList .productsList-list-item .recommended-section #trending_product .products-grid .product-items .product-item .product-item-info .product-item-details .price-box .price-label {
  display: none;
}
.checkout-cart-index .page-main .cart-container .cart-related .mst-related_products__productsList .productsList-list-item .recommended-section #trending_product .products-grid .product-items .product-item .product-item-info .product-item-details .price-box .price {
  color: #9d1107;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
}
@media screen and (min-width: 1900px) {
  .checkout-cart-index .page-main .cart-container .cart-related .mst-related_products__productsList .productsList-list-item .recommended-section #trending_product .products-grid .product-items .product-item .product-item-info .product-item-details .price-box .price {
    font-size: 28px;
    line-height: 35px;
  }
}
.checkout-cart-index .page-main .cart-container .cart-related .mst-related_products__productsList .productsList-list-item .recommended-section #trending_product .products-grid .product-items .product-item .product-item-info .product-item-actions {
  display: none;
}
.checkout-cart-index .page-main .cart-container .cart-bottom-blocks .recommended-section {
  background-color: transparent;
  padding: 0;
}
.checkout-cart-index .page-main .cart-container .cart-bottom-blocks .block-content .products-grid {
  padding: 0 4.5rem;
}
@media screen and (max-width: 576px) {
  .checkout-cart-index .page-main .cart-container .cart-bottom-blocks .block-content .products-grid {
    padding: 0 2rem;
  }
}
.checkout-cart-index .page-main .cart-container .cart-bottom-blocks .block-content .product-items {
  overflow-y: unset !important;
  margin: 0 !important;
  padding: 0 !important;
  display: none;
}
.checkout-cart-index .page-main .cart-container .cart-bottom-blocks .block-content .product-items.slick-initialized {
  display: block;
}
.checkout-cart-index .page-main .cart-container .cart-bottom-blocks .block-content .product-items .slick-list {
  padding-left: 1.75rem;
}
.checkout-cart-index .page-main .cart-container .cart-bottom-blocks .block-content .product-items .slick-next {
  right: 0;
}
.checkout-cart-index .page-main .cart-container .cart-bottom-blocks .block-content .product-items .slick-track {
  padding-bottom: 2rem;
}
.checkout-cart-index .page-main .cart-container .cart-bottom-blocks .block-content .product-items .slick-track .slick-slide {
  margin-left: 1rem;
}
.checkout-cart-index .page-main .cart-container .cart-bottom-blocks .block-content .product-items .product-item-info {
  min-height: 438px;
}
.checkout-cart-index .page-main .cart-container .cart-bottom-blocks,
.checkout-cart-index .page-main .cart-container .block-reorder {
  background-color: transparent;
  clear: both;
}
.checkout-cart-index .page-main .cart-container .cart-bottom-blocks .filterproduct-title,
.checkout-cart-index .page-main .cart-container .block-reorder .filterproduct-title,
.checkout-cart-index .page-main .cart-container .cart-bottom-blocks .block-title,
.checkout-cart-index .page-main .cart-container .block-reorder .block-title {
  border-bottom: solid 2px #dfdfdf;
  margin-bottom: 15px;
  padding-bottom: 10px;
  text-align: left;
  letter-spacing: normal;
  padding: 0 1.5rem 1.5rem;
}
@media (min-width: 1024px) {
  .checkout-cart-index .page-main .cart-container .cart-bottom-blocks .filterproduct-title,
  .checkout-cart-index .page-main .cart-container .block-reorder .filterproduct-title,
  .checkout-cart-index .page-main .cart-container .cart-bottom-blocks .block-title,
  .checkout-cart-index .page-main .cart-container .block-reorder .block-title {
    margin: 0 4.8rem 2.6rem;
    padding: 0 0 1.5rem;
  }
}
.checkout-cart-index .page-main .cart-container .cart-bottom-blocks .filterproduct-title strong,
.checkout-cart-index .page-main .cart-container .block-reorder .filterproduct-title strong,
.checkout-cart-index .page-main .cart-container .cart-bottom-blocks .block-title strong,
.checkout-cart-index .page-main .cart-container .block-reorder .block-title strong {
  color: #323232;
  font-size: 20px;
  font-weight: 600;
  padding: 0;
  text-transform: capitalize;
}
@media screen and (min-width: 1900px) {
  .checkout-cart-index .page-main .cart-container .cart-bottom-blocks .filterproduct-title strong,
  .checkout-cart-index .page-main .cart-container .block-reorder .filterproduct-title strong,
  .checkout-cart-index .page-main .cart-container .cart-bottom-blocks .block-title strong,
  .checkout-cart-index .page-main .cart-container .block-reorder .block-title strong {
    font-size: 30px;
  }
}
.checkout-cart-index .page-main .cart-container .cart-bottom-blocks .home-see-more-link,
.checkout-cart-index .page-main .cart-container .block-reorder .home-see-more-link {
  display: none;
}
.checkout-cart-index .page-main .cart-container .cart-bottom-blocks .mst-related_products__productsList,
.checkout-cart-index .page-main .cart-container .block-reorder .mst-related_products__productsList,
.checkout-cart-index .page-main .cart-container .cart-bottom-blocks .productsList-list-item,
.checkout-cart-index .page-main .cart-container .block-reorder .productsList-list-item,
.checkout-cart-index .page-main .cart-container .cart-bottom-blocks .recommended-time,
.checkout-cart-index .page-main .cart-container .block-reorder .recommended-time {
  padding: 0;
}
.checkout-cart-index .page-main .cart-container .cart-bottom-blocks .products,
.checkout-cart-index .page-main .cart-container .block-reorder .products,
.checkout-cart-index .page-main .cart-container .cart-bottom-blocks .block-content,
.checkout-cart-index .page-main .cart-container .block-reorder .block-content {
  width: 100%;
}
.checkout-cart-index .page-main .cart-container .cart-bottom-blocks .products .product-items,
.checkout-cart-index .page-main .cart-container .block-reorder .products .product-items,
.checkout-cart-index .page-main .cart-container .cart-bottom-blocks .block-content .product-items,
.checkout-cart-index .page-main .cart-container .block-reorder .block-content .product-items {
  column-gap: 38px;
  display: flex;
  margin: 0 5px 5px;
  overflow-y: auto;
  padding: 1.5rem;
  width: 100% !important;
}
@media (min-width: 1024px) {
  .checkout-cart-index .page-main .cart-container .cart-bottom-blocks .products .product-items,
  .checkout-cart-index .page-main .cart-container .block-reorder .products .product-items,
  .checkout-cart-index .page-main .cart-container .cart-bottom-blocks .block-content .product-items,
  .checkout-cart-index .page-main .cart-container .block-reorder .block-content .product-items {
    padding: 0 45px 10px;
  }
}
.checkout-cart-index .page-main .cart-container .cart-bottom-blocks .products .product-items .product-item,
.checkout-cart-index .page-main .cart-container .block-reorder .products .product-items .product-item,
.checkout-cart-index .page-main .cart-container .cart-bottom-blocks .block-content .product-items .product-item,
.checkout-cart-index .page-main .cart-container .block-reorder .block-content .product-items .product-item {
  max-width: 333px !important;
  padding: 0;
  width: 100% !important;
  flex: none;
  height: inherit;
}
@media screen and (min-width: 576px) {
  .checkout-cart-index .page-main .cart-container .cart-bottom-blocks .products .product-items .product-item,
  .checkout-cart-index .page-main .cart-container .block-reorder .products .product-items .product-item,
  .checkout-cart-index .page-main .cart-container .cart-bottom-blocks .block-content .product-items .product-item,
  .checkout-cart-index .page-main .cart-container .block-reorder .block-content .product-items .product-item {
    min-width: auto !important;
  }
}
.checkout-cart-index .page-main .cart-container .cart-bottom-blocks .products .product-items .product-item .product-item-info,
.checkout-cart-index .page-main .cart-container .block-reorder .products .product-items .product-item .product-item-info,
.checkout-cart-index .page-main .cart-container .cart-bottom-blocks .block-content .product-items .product-item .product-item-info,
.checkout-cart-index .page-main .cart-container .block-reorder .block-content .product-items .product-item .product-item-info {
  background-color: #ffffff;
  border-radius: 40px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  height: 100%;
  padding: 3rem 4rem 3rem;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  .checkout-cart-index .page-main .cart-container .cart-bottom-blocks .products .product-items .product-item .product-item-info,
  .checkout-cart-index .page-main .cart-container .block-reorder .products .product-items .product-item .product-item-info,
  .checkout-cart-index .page-main .cart-container .cart-bottom-blocks .block-content .product-items .product-item .product-item-info,
  .checkout-cart-index .page-main .cart-container .block-reorder .block-content .product-items .product-item .product-item-info {
    padding: 2rem;
  }
}
.checkout-cart-index .page-main .cart-container .cart-bottom-blocks .products .product-items .product-item .product-item-info .product-item-photo,
.checkout-cart-index .page-main .cart-container .block-reorder .products .product-items .product-item .product-item-info .product-item-photo,
.checkout-cart-index .page-main .cart-container .cart-bottom-blocks .block-content .product-items .product-item .product-item-info .product-item-photo,
.checkout-cart-index .page-main .cart-container .block-reorder .block-content .product-items .product-item .product-item-info .product-item-photo {
  background-color: transparent;
  max-width: 255px;
  min-width: unset;
  width: 100% !important;
  margin: auto;
}
.checkout-cart-index .page-main .cart-container .cart-bottom-blocks .products .product-items .product-item .product-item-info .product-item-details,
.checkout-cart-index .page-main .cart-container .block-reorder .products .product-items .product-item .product-item-info .product-item-details,
.checkout-cart-index .page-main .cart-container .cart-bottom-blocks .block-content .product-items .product-item .product-item-info .product-item-details,
.checkout-cart-index .page-main .cart-container .block-reorder .block-content .product-items .product-item .product-item-info .product-item-details {
  padding: 10px 0 0;
  display: grid;
  row-gap: 1.5rem;
}
.checkout-cart-index .page-main .cart-container .cart-bottom-blocks .products .product-items .product-item .product-item-info .product-item-details .product-item-name,
.checkout-cart-index .page-main .cart-container .block-reorder .products .product-items .product-item .product-item-info .product-item-details .product-item-name,
.checkout-cart-index .page-main .cart-container .cart-bottom-blocks .block-content .product-items .product-item .product-item-info .product-item-details .product-item-name,
.checkout-cart-index .page-main .cart-container .block-reorder .block-content .product-items .product-item .product-item-info .product-item-details .product-item-name {
  text-align: center;
}
.checkout-cart-index .page-main .cart-container .cart-bottom-blocks .products .product-items .product-item .product-item-info .product-item-details .product-item-name .product-item-link,
.checkout-cart-index .page-main .cart-container .block-reorder .products .product-items .product-item .product-item-info .product-item-details .product-item-name .product-item-link,
.checkout-cart-index .page-main .cart-container .cart-bottom-blocks .block-content .product-items .product-item .product-item-info .product-item-details .product-item-name .product-item-link,
.checkout-cart-index .page-main .cart-container .block-reorder .block-content .product-items .product-item .product-item-info .product-item-details .product-item-name .product-item-link {
  color: #323232;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  text-transform: capitalize;
}
@media screen and (min-width: 1900px) {
  .checkout-cart-index .page-main .cart-container .cart-bottom-blocks .products .product-items .product-item .product-item-info .product-item-details .product-item-name .product-item-link,
  .checkout-cart-index .page-main .cart-container .block-reorder .products .product-items .product-item .product-item-info .product-item-details .product-item-name .product-item-link,
  .checkout-cart-index .page-main .cart-container .cart-bottom-blocks .block-content .product-items .product-item .product-item-info .product-item-details .product-item-name .product-item-link,
  .checkout-cart-index .page-main .cart-container .block-reorder .block-content .product-items .product-item .product-item-info .product-item-details .product-item-name .product-item-link {
    font-size: 20px;
    line-height: 24px;
  }
}
.checkout-cart-index .page-main .cart-container .cart-bottom-blocks .products .product-items .product-item .product-item-info .product-item-details .discs_details,
.checkout-cart-index .page-main .cart-container .block-reorder .products .product-items .product-item .product-item-info .product-item-details .discs_details,
.checkout-cart-index .page-main .cart-container .cart-bottom-blocks .block-content .product-items .product-item .product-item-info .product-item-details .discs_details,
.checkout-cart-index .page-main .cart-container .block-reorder .block-content .product-items .product-item .product-item-info .product-item-details .discs_details {
  margin: 0 auto !important;
}
.checkout-cart-index .page-main .cart-container .cart-bottom-blocks .products .product-items .product-item .product-item-info .product-item-details .price-box,
.checkout-cart-index .page-main .cart-container .block-reorder .products .product-items .product-item .product-item-info .product-item-details .price-box,
.checkout-cart-index .page-main .cart-container .cart-bottom-blocks .block-content .product-items .product-item .product-item-info .product-item-details .price-box,
.checkout-cart-index .page-main .cart-container .block-reorder .block-content .product-items .product-item .product-item-info .product-item-details .price-box {
  margin-bottom: 0;
  margin-top: 0;
  text-align: center;
}
.checkout-cart-index .page-main .cart-container .cart-bottom-blocks .products .product-items .product-item .product-item-info .product-item-details .price-box .price-label,
.checkout-cart-index .page-main .cart-container .block-reorder .products .product-items .product-item .product-item-info .product-item-details .price-box .price-label,
.checkout-cart-index .page-main .cart-container .cart-bottom-blocks .block-content .product-items .product-item .product-item-info .product-item-details .price-box .price-label,
.checkout-cart-index .page-main .cart-container .block-reorder .block-content .product-items .product-item .product-item-info .product-item-details .price-box .price-label {
  display: none;
}
.checkout-cart-index .page-main .cart-container .cart-bottom-blocks .products .product-items .product-item .product-item-info .product-item-details .price-box .price,
.checkout-cart-index .page-main .cart-container .block-reorder .products .product-items .product-item .product-item-info .product-item-details .price-box .price,
.checkout-cart-index .page-main .cart-container .cart-bottom-blocks .block-content .product-items .product-item .product-item-info .product-item-details .price-box .price,
.checkout-cart-index .page-main .cart-container .block-reorder .block-content .product-items .product-item .product-item-info .product-item-details .price-box .price {
  color: #9d1107;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
}
@media screen and (min-width: 1900px) {
  .checkout-cart-index .page-main .cart-container .cart-bottom-blocks .products .product-items .product-item .product-item-info .product-item-details .price-box .price,
  .checkout-cart-index .page-main .cart-container .block-reorder .products .product-items .product-item .product-item-info .product-item-details .price-box .price,
  .checkout-cart-index .page-main .cart-container .cart-bottom-blocks .block-content .product-items .product-item .product-item-info .product-item-details .price-box .price,
  .checkout-cart-index .page-main .cart-container .block-reorder .block-content .product-items .product-item .product-item-info .product-item-details .price-box .price {
    font-size: 25px;
    line-height: 30px;
  }
}
.checkout-cart-index .page-main .cart-container .cart-bottom-blocks .products .product-items .product-item .product-item-info .product-item-details div[data-role="aw-ar-product-summary-container"],
.checkout-cart-index .page-main .cart-container .block-reorder .products .product-items .product-item .product-item-info .product-item-details div[data-role="aw-ar-product-summary-container"],
.checkout-cart-index .page-main .cart-container .cart-bottom-blocks .block-content .product-items .product-item .product-item-info .product-item-details div[data-role="aw-ar-product-summary-container"],
.checkout-cart-index .page-main .cart-container .block-reorder .block-content .product-items .product-item .product-item-info .product-item-details div[data-role="aw-ar-product-summary-container"],
.checkout-cart-index .page-main .cart-container .cart-bottom-blocks .products .product-items .product-item .product-item-info .product-item-details .summary-short,
.checkout-cart-index .page-main .cart-container .block-reorder .products .product-items .product-item .product-item-info .product-item-details .summary-short,
.checkout-cart-index .page-main .cart-container .cart-bottom-blocks .block-content .product-items .product-item .product-item-info .product-item-details .summary-short,
.checkout-cart-index .page-main .cart-container .block-reorder .block-content .product-items .product-item .product-item-info .product-item-details .summary-short {
  display: none;
}
.checkout-cart-index .page-main .cart-container .cart-bottom-blocks .products .product-items .product-item .product-item-info .product-item-actions,
.checkout-cart-index .page-main .cart-container .block-reorder .products .product-items .product-item .product-item-info .product-item-actions,
.checkout-cart-index .page-main .cart-container .cart-bottom-blocks .block-content .product-items .product-item .product-item-info .product-item-actions,
.checkout-cart-index .page-main .cart-container .block-reorder .block-content .product-items .product-item .product-item-info .product-item-actions {
  display: none;
}
.checkout-cart-index .page-main .cart-container .block-reorder .product-item {
  background-color: #ffffff;
  border-radius: 40px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  height: 100%;
  padding: 3rem 4rem 4rem !important;
  overflow: hidden;
  flex: none;
}
.checkout-cart-index .page-main .cart-container .block-reorder .product-item .product-item-name {
  display: block;
  text-align: center;
}
.checkout-cart-index .page-main .cart-container .block-reorder .product-item .product-item-name a:hover {
  text-decoration: none;
}
.checkout-cart-index .page-main .cart-container .block-reorder .product-item .product-image {
  background-color: transparent;
  max-width: 255px;
  min-width: unset;
  width: 100% !important;
}
.checkout-cart-index .page-main .cart-container .block-reorder .product-item .discs_details {
  border-top: solid 1px #323232;
  margin: 1.3rem auto 0;
  width: fit-content;
  position: relative;
  justify-content: space-between;
}
.checkout-cart-index .page-main .cart-container .block-reorder .product-item .discs_details::after {
  background-color: #323232;
  border-radius: 0 0 70% 70%;
  content: '';
  height: 1.2rem;
  right: 0;
  position: absolute;
  top: -1px;
  transform: rotate(12deg);
  width: 1px;
}
.checkout-cart-index .page-main .cart-container .block-reorder .product-item .discs_details .attrs {
  color: #323232;
  flex-basis: auto;
  font-size: 1.5rem;
  font-style: italic;
  font-weight: 600;
  line-height: 1.9rem;
  width: unset;
  padding: 0.2rem 1.75rem 0 1rem;
  position: relative;
  display: grid;
  padding-right: 1.5rem;
}
.checkout-cart-index .page-main .cart-container .block-reorder .product-item .discs_details .attrs::before {
  background-color: #323232;
  border-radius: 0 0 70% 70%;
  content: '';
  height: 1.2rem;
  left: -3px;
  position: absolute;
  top: -1px;
  transform: rotate(12deg);
  width: 1px;
}
.checkout-cart-index .page-main .cart-container .block-reorder .product-item .product-name {
  color: #323232;
  font-size: 2rem;
  font-weight: 600;
  line-height: 2.4rem;
  padding-bottom: 1.5rem;
  padding-top: 2rem;
  text-transform: capitalize;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.checkout-cart-index .page-main .cart-container .block-reorder .product-item .product-name:hover {
  text-decoration: none;
}
.checkout-cart-index .page-main .cart-container .block-reorder .product-item .product-price {
  color: #9d1107;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 3rem;
  text-align: center;
}
.checkout-cart-index .page-main .cart-container .block-reorder .product-item:hover .product-name,
.checkout-cart-index .page-main .cart-container .block-reorder .product-item:hover .product-price {
  text-decoration: none;
}
.onestepcheckout-index-index .page-main {
  max-width: 1440px;
  /* Save card for future use tooltip container */
}
@media screen and (max-width: 1500px) {
  .onestepcheckout-index-index .page-main {
    max-width: 1200px;
  }
}
.onestepcheckout-index-index .page-main .field-error,
.onestepcheckout-index-index .page-main div.mage-error {
  font-size: 1em;
  color: #ED8380;
}
.onestepcheckout-index-index .page-main ._error input,
.onestepcheckout-index-index .page-main ._error select,
.onestepcheckout-index-index .page-main ._error textarea,
.onestepcheckout-index-index .page-main input.mage-error {
  border-color: #ED8380 !important;
}
.onestepcheckout-index-index .page-main .field-tooltip-action::before {
  color: #323232 !important;
}
.onestepcheckout-index-index .page-main ._warn .warning {
  margin-top: 0.9rem;
}
.onestepcheckout-index-index .page-main .save-card__tooltip {
  position: relative;
  display: inline-block;
}
.onestepcheckout-index-index .page-main .save-card__tooltip:hover .save-card__tooltiptext {
  visibility: visible;
}
.onestepcheckout-index-index .page-main .save-card__tooltiptext {
  visibility: hidden;
  width: 100%;
  max-width: 20rem;
  background-color: #323232;
  color: #ffffff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px !important;
  position: absolute;
  z-index: 1;
}
.onestepcheckout-index-index .page-main .checkout-social-login .amsl-social-login {
  background-color: transparent;
  padding: 2rem 0 !important;
}
.onestepcheckout-index-index .page-main .checkout-social-login .amsl-social-login .amsl-title {
  padding-left: 1rem !important;
  width: auto;
  font-size: 1.6rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .onestepcheckout-index-index .page-main .checkout-social-login .amsl-social-login .amsl-title {
    text-align: center;
    padding-left: 3rem !important;
  }
}
.onestepcheckout-index-index .page-main #customer-email-fieldset .field-tooltip + div {
  color: #323232;
  font-size: 1.3rem;
}
.onestepcheckout-index-index .page-main #customer-email-fieldset .field-tooltip + div a {
  color: #10a0dd;
  font-weight: 600;
}
.onestepcheckout-index-index .page-main .page-title-wrapper .page-title {
  color: #323232;
  font-size: 20px;
  font-weight: 600;
  text-transform: capitalize;
}
@media screen and (min-width: 1900px) {
  .onestepcheckout-index-index .page-main .page-title-wrapper .page-title {
    font-size: 30px;
  }
}
.onestepcheckout-index-index .page-main .page-title-wrapper .checkout-description {
  color: #707070;
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
}
@media screen and (min-width: 1900px) {
  .onestepcheckout-index-index .page-main .page-title-wrapper .checkout-description {
    font-size: 20px;
  }
}
.onestepcheckout-index-index .page-main .checkout-container textarea {
  border: solid 1px #cccccc;
  border-radius: 8px !important;
}
.onestepcheckout-index-index .page-main .checkout-container .opc-estimated-wrapper {
  background-color: #f1f1f1;
  padding: 20px;
  margin: 0;
}
.onestepcheckout-index-index .page-main .checkout-container .opc-estimated-wrapper .estimated-block {
  font-size: 1.6rem;
}
.onestepcheckout-index-index .page-main .checkout-container .opc-estimated-wrapper .estimated-label {
  color: #323232;
}
.onestepcheckout-index-index .page-main .checkout-container .opc-estimated-wrapper .estimated-price {
  color: #9d1107;
}
.onestepcheckout-index-index .page-main .checkout-container .opc-estimated-wrapper .minicart-wrapper {
  margin-top: 0;
}
.onestepcheckout-index-index .page-main .checkout-container .opc-estimated-wrapper .minicart-wrapper .showcart::before {
  background-color: #f1f1f1;
  color: #323232;
}
.onestepcheckout-index-index .page-main .checkout-container .opc-estimated-wrapper .minicart-wrapper .showcart .counter {
  border-radius: 50% !important;
  background-color: #323232;
  width: 25px;
  font-size: 11px;
  top: 1rem;
  right: 0;
  left: unset;
}
.onestepcheckout-index-index .page-main .checkout-container .billing-address-same-as-shipping-block label,
.onestepcheckout-index-index .page-main .checkout-container #checkout-step-payment span,
.onestepcheckout-index-index .page-main .checkout-container .table-totals .totals {
  font-size: 16px;
  word-wrap: break-word;
}
@media screen and (max-width: 768px) {
  .onestepcheckout-index-index .page-main .checkout-container .osc-authentication-wrapper {
    padding: 2rem 2rem 1rem;
  }
}
.onestepcheckout-index-index .page-main .checkout-container .osc-authentication-wrapper > span {
  color: #323232;
  padding-right: 1.5rem;
  font-size: 1.6rem;
}
.onestepcheckout-index-index .page-main .checkout-container .osc-authentication-wrapper .social-login-btn {
  background-color: #10a0dd;
  border-radius: 10rem !important;
  color: #ffffff;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  padding: 0.5rem 2rem;
  text-align: center;
}
@media screen and (min-width: 1900px) {
  .onestepcheckout-index-index .page-main .checkout-container .osc-authentication-wrapper .social-login-btn {
    font-size: 20px;
    line-height: 27px;
  }
}
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .field-tooltip .label {
  display: none;
}
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .checkout-shipping-address,
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .checkout-billing-address,
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .order-summary {
  background-color: #ffffff;
  border-radius: 2rem !important;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 768px) {
  .onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .checkout-shipping-address,
  .onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .checkout-billing-address,
  .onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .order-summary {
    margin-bottom: 2rem;
    padding-bottom: 15px;
  }
}
@media screen and (min-width: 768px) {
  .onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .checkout-shipping-address .field-select-billing,
  .onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .checkout-billing-address .field-select-billing,
  .onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .order-summary .field-select-billing,
  .onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .checkout-shipping-address .billing-address-form,
  .onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .checkout-billing-address .billing-address-form,
  .onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .order-summary .billing-address-form {
    padding-bottom: 20px !important;
  }
}
@media screen and (max-width: 638px) {
  .onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .checkout-shipping-address form,
  .onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .checkout-billing-address form,
  .onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .order-summary form {
    background-color: #ffffff;
    border: none;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
  }
}
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .checkout-shipping-address form,
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .checkout-billing-address form,
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .order-summary form {
  max-width: 100% !important;
}
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .checkout-shipping-address .step-title,
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .checkout-billing-address .step-title,
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .order-summary .step-title {
  background-color: #323232;
  border-radius: 2rem 2rem 0 0 !important;
}
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .checkout-shipping-address legend,
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .checkout-billing-address legend,
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .order-summary legend {
  font-size: 1.6rem !important;
  font-weight: 500 !important;
  padding-left: 0;
}
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .checkout-shipping-address .label,
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .checkout-billing-address .label,
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .order-summary .label,
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .checkout-shipping-address label,
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .checkout-billing-address label,
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .order-summary label {
  color: #323232;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  text-transform: capitalize;
  margin-bottom: 0 !important;
  padding-bottom: 1rem;
}
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .checkout-shipping-address .street label,
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .checkout-billing-address .street label,
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .order-summary .street label {
  display: block;
}
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .checkout-shipping-address input[type=text],
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .checkout-billing-address input[type=text],
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .order-summary input[type=text],
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .checkout-shipping-address input[type=email],
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .checkout-billing-address input[type=email],
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .order-summary input[type=email],
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .checkout-shipping-address input[type=password],
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .checkout-billing-address input[type=password],
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .order-summary input[type=password],
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .checkout-shipping-address select,
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .checkout-billing-address select,
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .order-summary select {
  border: solid 1px #cccccc;
  border-radius: 10rem !important;
  height: 4rem;
}
@media screen and (max-width: 768px) {
  .onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .field-tooltip-content {
    left: unset;
    right: 0;
    top: -70px;
  }
  .onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .field-tooltip-content:before,
  .onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .field-tooltip-content:after {
    bottom: -21px;
    left: unset;
    right: 0;
    top: unset;
    transform: rotate(-90deg);
  }
}
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .checkout-shipping-address .shipping-address-item {
  font-size: 16px;
}
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .checkout-shipping-address .shipping-address-item.selected-item {
  border-color: #323232;
  color: #323232;
}
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .checkout-shipping-address .shipping-address-item.selected-item::after {
  background: #323232;
}
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .checkout-shipping-address .shipping-address-item.not-selected-item {
  border-color: #b9b9b9;
}
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .checkout-shipping-address .shipping-address-item .edit-address-link {
  top: 0;
  color: #10a0dd;
  text-decoration: underline;
}
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .checkout-shipping-address .action-show-popup.action {
  background-color: #323232 !important;
  border-color: #323232 !important;
  border-radius: 0 10rem 10rem 0 !important;
  font-family: 'Montserrat', sans-serif;
  color: #ffffff !important;
}
@media screen and (max-width: 641px) {
  .onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .checkout-shipping-address .action-show-popup.action {
    width: auto;
    padding: 0 3rem;
  }
}
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .checkout-shipping-address .amsl-socials-checkout {
  max-width: unset;
}
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .checkout-shipping-address .amsl-title {
  font-weight: 500;
  font-size: 1.2rem;
}
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .checkout-shipping-address .amsl-buttons {
  justify-content: center;
}
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .checkout-payment-method .payment-group .payment-method-title {
  cursor: pointer;
}
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .checkout-payment-method .payment-group .payment-method-title label {
  color: #323232;
}
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .checkout-payment-method #block-discount-heading,
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .checkout-payment-method #block-reward-heading,
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .checkout-payment-method #block-aw-giftcard-heading,
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .checkout-payment-method .action-toggle {
  color: #323232;
}
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .checkout-payment-method .discount-code .payment-option-content,
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .checkout-payment-method .store-credit-add .payment-option-content,
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .checkout-payment-method .aw-giftcard-code .payment-option-content {
  padding-left: 0;
  padding-right: 0;
}
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .checkout-payment-method .discount-code .payment-option-content .storeCreditLeft,
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .checkout-payment-method .store-credit-add .payment-option-content .storeCreditLeft,
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .checkout-payment-method .aw-giftcard-code .payment-option-content .storeCreditLeft {
  color: #323232;
}
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .checkout-payment-method .discount-code .payment-option-content .storeCreditLeft strong,
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .checkout-payment-method .store-credit-add .payment-option-content .storeCreditLeft strong,
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .checkout-payment-method .aw-giftcard-code .payment-option-content .storeCreditLeft strong {
  font-size: 1.6rem;
}
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .checkout-payment-method .discount-code .payment-option-content button,
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .checkout-payment-method .store-credit-add .payment-option-content button,
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .checkout-payment-method .aw-giftcard-code .payment-option-content button {
  margin: 0;
  border-color: #10a0dd !important;
  border-radius: 10rem !important;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  width: auto;
  padding: 5px 20px;
  height: auto;
  text-transform: capitalize;
}
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .checkout-payment-method .discount-code .payment-option-content .action-apply,
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .checkout-payment-method .store-credit-add .payment-option-content .action-apply,
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .checkout-payment-method .aw-giftcard-code .payment-option-content .action-apply {
  background-color: #10a0dd !important;
  color: #ffffff !important;
}
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .checkout-payment-method .discount-code .payment-option-content .action-cancel,
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .checkout-payment-method .store-credit-add .payment-option-content .action-cancel,
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .checkout-payment-method .aw-giftcard-code .payment-option-content .action-cancel,
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .checkout-payment-method .discount-code .payment-option-content .check-aw-giftcard,
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .checkout-payment-method .store-credit-add .payment-option-content .check-aw-giftcard,
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .checkout-payment-method .aw-giftcard-code .payment-option-content .check-aw-giftcard {
  background-color: transparent !important;
  color: #10a0dd;
}
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .checkout-payment-method .discount-code .payment-option-content .check-aw-giftcard span,
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .checkout-payment-method .store-credit-add .payment-option-content .check-aw-giftcard span,
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .checkout-payment-method .aw-giftcard-code .payment-option-content .check-aw-giftcard span {
  font-size: 1.4rem !important;
}
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .checkout-payment-method .discount-code form,
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .checkout-payment-method .store-credit-add form,
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .checkout-payment-method .aw-giftcard-code form {
  max-width: 100%;
}
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .checkout-payment-method .discount-code form input,
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .checkout-payment-method .store-credit-add form input,
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .checkout-payment-method .aw-giftcard-code form input {
  border-color: #cccccc;
  border-radius: 10rem !important;
}
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .checkout-payment-method .discount-code form input::placeholder,
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .checkout-payment-method .store-credit-add form input::placeholder,
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .checkout-payment-method .aw-giftcard-code form input::placeholder {
  color: #777777;
}
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .checkout-payment-method .discount-code .form-aw-giftcard .primary,
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .checkout-payment-method .store-credit-add .form-aw-giftcard .primary,
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .checkout-payment-method .aw-giftcard-code .form-aw-giftcard .primary,
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .checkout-payment-method .discount-code .form-aw-giftcard .secondary,
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .checkout-payment-method .store-credit-add .form-aw-giftcard .secondary,
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .checkout-payment-method .aw-giftcard-code .form-aw-giftcard .secondary {
  display: block;
  float: unset;
  margin: auto auto 1.5rem;
}
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .checkout-payment-method .amcard-field-container.-cart {
  display: none;
}
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .checkout-payment-method .aw-giftcard-code .payment-option-content {
  padding: 0 2rem;
}
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .checkout-payment-method .aw-giftcard-code .payment-option-content .aw-giftcard-codes-block .block-title span,
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .checkout-payment-method .aw-giftcard-code .payment-option-content .form-aw-giftcard .block-title span {
  color: #323232;
  font-size: 1.4rem !important;
  font-weight: 400;
}
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .checkout-payment-method .aw-giftcard-code .payment-option-content .aw-giftcard-codes-block .box {
  width: 100%;
}
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .checkout-payment-method .aw-giftcard-code .payment-option-content .aw-giftcard-codes-block .box .code {
  color: #323232;
  vertical-align: middle;
}
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .checkout-payment-method .aw-giftcard-code .payment-option-content .aw-giftcard-codes-block .box .balance {
  color: #9d1107;
  vertical-align: middle;
}
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .checkout-payment-method .aw-giftcard-code .payment-option-content .aw-giftcard-codes-block .box .action-apply {
  border-radius: 10rem !important;
  padding: 0.75rem 0;
  text-align: center;
}
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .checkout-payment-method .aw-giftcard-code .payment-option-content .aw-giftcard-codes-block .box .action-apply a {
  color: #ffffff;
  font-weight: 600;
  display: block;
  line-height: normal;
}
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .checkout-payment-method .aw-giftcard-code .payment-option-content .form-aw-giftcard #aw_giftcard__code_info {
  padding-bottom: 2rem;
}
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .checkout-payment-method .aw-giftcard-code .payment-option-content .form-aw-giftcard td {
  color: #323232;
}
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .checkout-payment-method .aw-giftcard-code .payment-option-content .form-aw-giftcard td .price {
  color: #9d1107;
}
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .checkout-shipping-method .step-title,
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .checkout-payment-method .step-title {
  background-color: #323232;
  border-radius: 2rem 2rem 0 0 !important;
}
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .checkout-shipping-method .freeship-progress {
  padding: 1.6rem 2rem;
  background-color: #ffffff;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.161);
}
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .checkout-shipping-method .freeship-progress .upsell,
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .checkout-shipping-method .freeship-progress .freeship-text {
  font-size: 1.6rem;
  color: #323232;
}
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .checkout-shipping-method .freeship-progress .upsell .freeship-price,
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .checkout-shipping-method .freeship-progress .freeship-text .freeship-price {
  color: #9d1107;
}
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .checkout-shipping-method .freeship-progress .freeship-progress-bar-wrapper .min,
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .checkout-shipping-method .freeship-progress .freeship-progress-bar-wrapper .max {
  font-size: 1.4rem;
}
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .checkout-shipping-method .freeship-progress .freeship-progress-bar-wrapper .freeship-progress-bar-progress {
  background: linear-gradient(45deg, #10a0dd, #323232) #ffffff !important;
}
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container #checkout-step-shipping_method,
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container #checkout-step-payment {
  background-color: #ffffff;
  border-radius: 0 0 2rem 2rem !important;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container #checkout-step-shipping_method,
  .onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container #checkout-step-payment {
    margin-bottom: 2rem;
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 638px) {
  .onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container #checkout-step-shipping_method form,
  .onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container #checkout-step-payment form {
    background-color: #ffffff;
    border: none;
    border-bottom-left-radius: 4rem !important;
    border-bottom-right-radius: 4rem !important;
  }
}
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .amgcard-datalist-container .amcard-input-arrow::after {
  top: 50%;
  transform: translateY(-50%);
}
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .amgcard-datalist-container.-active .amcard-input-arrow::after {
  top: 25%;
}
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .amgcard-datalist-container input {
  background-color: #ffffff;
  border-bottom-left-radius: 10rem !important;
  border-right: 0;
  border-top-left-radius: 10rem !important;
  height: 0;
  font-size: 1.6;
  padding: 2rem 1rem;
}
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .amgcard-datalist-container input::placeholder {
  color: #b9b9b9;
  font-weight: 400;
  line-height: 1;
}
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .amcard-button {
  background-color: #10a0dd;
  border-bottom-right-radius: 10rem !important;
  border-top-right-radius: 10rem !important;
  border-color: #10a0dd !important;
  color: #ffffff;
  height: auto;
  font-weight: 600;
  line-height: 1;
  text-transform: capitalize;
  font-family: 'Montserrat', sans-serif;
  padding: 1.3rem 1rem;
}
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .amcard-check {
  color: #10a0dd;
  font-family: 'Montserrat', sans-serif;
}
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container #checkout-step-shipping_method div[data-bind="fadeVisible: isPasswordVisible"] span,
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container #checkout-step-shipping_method div[data-bind="fadeVisible: isPasswordVisible"] a {
  font-size: 1.4rem;
  color: #323232;
}
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container #checkout-step-shipping_method div[data-bind="fadeVisible: isPasswordVisible"] a {
  color: #10a0dd;
}
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container #checkout-step-shipping_method .methods-shipping {
  margin: 0 !important;
  padding: 0 !important;
}
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container #checkout-step-shipping_method .table-checkout-shipping-method td {
  color: #323232;
  font-size: 16px;
}
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container #checkout-step-shipping_method .table-checkout-shipping-method tr {
  display: table-row;
}
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container #checkout-step-shipping_method .table-checkout-shipping-method .col-price {
  color: #9d1107;
}
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container #checkout-step-shipping_method .checkout-comment-block {
  border: none;
}
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container #checkout-step-shipping_method .checkout-comment-block label {
  color: #323232;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  text-transform: capitalize;
}
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container #co-place-order-area {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container #co-place-order-area .actions-toolbar {
    text-align: right;
  }
}
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container #co-place-order-area .place-order-primary {
  text-align: center;
}
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container #co-place-order-area .checkout {
  font-family: 'Montserrat', sans-serif;
  background-color: #10a0dd !important;
  text-transform: capitalize;
  height: unset;
  line-height: 1;
  padding: 1.5rem 3rem;
  border-radius: 10rem !important;
  max-width: 450px;
  width: 100%;
  float: unset;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .order-summary .items-in-cart {
    overflow-x: scroll;
  }
  .onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .order-summary .items-in-cart .minicart-items {
    width: max-content;
  }
}
@media screen and (max-width: 768px) {
  .onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .order-summary .items-in-cart {
    padding: 0 5px;
  }
}
@media screen and (max-width: 576px) {
  .onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .order-summary .items-in-cart {
    overflow-x: scroll;
  }
  .onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .order-summary .items-in-cart .minicart-items {
    width: max-content;
  }
}
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .order-summary .title span {
  color: #323232;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  text-transform: capitalize;
}
@media screen and (min-width: 1900px) {
  .onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .order-summary .title span {
    font-size: 22px;
    line-height: 27px;
  }
}
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .order-summary #checkout-review-table {
  border: unset;
}
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .order-summary #checkout-review-table thead th {
  color: #323232;
  text-transform: capitalize;
  font-size: 1.2rem;
}
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .order-summary #checkout-review-table tbody .product-item .product {
  align-items: center;
  display: flex;
}
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .order-summary #checkout-review-table tbody .product-item .product .product-image-container {
  height: 100% !important;
  width: 115px !important;
  border: none;
}
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .order-summary #checkout-review-table tbody .product-item .product .product-image-container .product-image-wrapper {
  text-align: center;
}
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .order-summary #checkout-review-table tbody .product-item .product .product-item-detail {
  display: table-cell;
  flex: 1;
}
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .order-summary #checkout-review-table tbody .product-item .product .product-item-detail .product-item-inner {
  margin: 0;
}
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .order-summary #checkout-review-table tbody .product-item .product .product-item-detail a {
  color: #323232;
  text-transform: capitalize;
}
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .order-summary #checkout-review-table tbody .product-item .product .product-item-detail .options {
  display: grid;
}
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .order-summary #checkout-review-table tbody .product-item .product .product-item-detail .options > span {
  color: #10a0dd;
  cursor: pointer;
  font-size: 1.2rem;
  font-weight: 600;
}
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .order-summary #checkout-review-table tbody .product-item .product .product-item-detail .options .title {
  color: #323232;
}
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .order-summary #checkout-review-table tbody .product-item .product .product-item-detail .options .item-options {
  align-items: baseline;
  column-gap: 5px;
  display: flex;
  flex-wrap: wrap;
}
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .order-summary #checkout-review-table tbody .product-item .product .product-item-detail .options .item-options dt,
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .order-summary #checkout-review-table tbody .product-item .product .product-item-detail .options .item-options dd {
  font-size: 1.2rem;
}
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .order-summary #checkout-review-table tbody .product-item .product .product-item-detail .options .item-options dd {
  font-weight: 300;
  text-transform: capitalize;
}
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .order-summary #checkout-review-table tbody .product-item .product .product-item-detail .options .item-options dd:not(:last-child) {
  padding-right: 1rem;
}
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .order-summary #checkout-review-table tbody .product-item .product .product-item-detail .options .item-options .label {
  color: #323232;
  font-weight: 600;
}
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .order-summary #checkout-review-table tbody .product-item .product .product-item-detail .options .item-options .values {
  color: #323232;
  font-weight: 500;
}
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .order-summary #checkout-review-table tbody .product-item .details-qty {
  vertical-align: middle;
}
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .order-summary #checkout-review-table tbody .product-item .details-qty .qty-wrapper {
  align-items: center;
  column-gap: 0.5rem;
  display: flex;
}
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .order-summary #checkout-review-table tbody .product-item .details-qty .minus,
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .order-summary #checkout-review-table tbody .product-item .details-qty .plus {
  background-color: transparent !important;
  border: none;
  color: #323232 !important;
  vertical-align: bottom;
}
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .order-summary #checkout-review-table tbody .product-item .details-qty .minus i,
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .order-summary #checkout-review-table tbody .product-item .details-qty .plus i {
  vertical-align: middle;
}
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .order-summary #checkout-review-table tbody .product-item .details-qty .update {
  top: 0;
  border: solid 1px #cccccc;
}
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .order-summary #checkout-review-table tbody .product-item .subtotal {
  vertical-align: middle;
}
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .order-summary #checkout-review-table tbody .product-item .subtotal .cart-price .price {
  color: #9d1107;
  font-family: 500;
}
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .order-summary #checkout-review-table .button-remove {
  vertical-align: middle;
}
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .order-summary #checkout-review-table .button-remove .remove-wrapper {
  column-gap: 5px;
  display: flex;
}
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .order-summary #checkout-review-table .button-remove .remove-wrapper .button-action {
  width: auto;
  height: unset;
  padding: 2px 5px;
}
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .order-summary #checkout-review-table .button-remove .remove-wrapper .button-action.remove {
  background-color: #e65100 !important;
  border-color: #e65100 !important;
  color: #ffffff !important;
}
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .order-summary .table-totals {
  border: none !important;
  font-size: 16px;
}
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .order-summary .table-totals tbody .totals th,
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .order-summary .table-totals tbody .totals-tax-summary th,
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .order-summary .table-totals tbody .totals-tax-details th {
  color: #323232;
}
@media screen and (max-width: 768px) {
  .onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .order-summary .table-totals tbody .totals th,
  .onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .order-summary .table-totals tbody .totals-tax-summary th,
  .onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .order-summary .table-totals tbody .totals-tax-details th {
    padding-left: 2rem;
    text-align: left;
  }
}
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .order-summary .table-totals tbody .totals th span,
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .order-summary .table-totals tbody .totals-tax-summary th span,
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .order-summary .table-totals tbody .totals-tax-details th span {
  color: #323232;
}
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .order-summary .table-totals tbody .totals .amount .price,
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .order-summary .table-totals tbody .totals-tax-summary .amount .price,
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .order-summary .table-totals tbody .totals-tax-details .amount .price {
  color: #9d1107;
}
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .order-summary .table-totals tbody .totals td[data-th="saving"] .price,
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .order-summary .table-totals tbody .totals-tax-summary td[data-th="saving"] .price,
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .order-summary .table-totals tbody .totals-tax-details td[data-th="saving"] .price {
  position: relative;
}
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .order-summary .table-totals tbody .totals td[data-th="saving"] .price::before,
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .order-summary .table-totals tbody .totals-tax-summary td[data-th="saving"] .price::before,
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container .order-summary .table-totals tbody .totals-tax-details td[data-th="saving"] .price::before {
  content: '-';
  position: absolute;
  left: -1rem;
}
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container.opc-sticky {
  width: 100%;
}
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container.opc-sticky .sticky {
  top: 6rem;
}
@media screen and (max-width: 767px) {
  .onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .one-step-checkout-container.opc-sticky {
    display: block;
  }
}
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .action-auth-toggle span {
  color: #10a0dd !important;
}
.onestepcheckout-index-index .page-main .checkout-container .one-step-checkout-wrapper .popup-authentication .action-login {
  background-color: #10a0dd !important;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  border-color: #10a0dd !important;
}
.onestepcheckout-index-index .page-main .osc-cms-block {
  padding: 0 15px;
}
.onestepcheckout-index-index .page-main .osc-cms-block p {
  color: #323232;
  font-size: 14px;
}
.onestepcheckout-index-index .page-main .osc-cms-block p a {
  color: #10a0dd;
}
.onestepcheckout-index-index .modal-popup h1 {
  color: #323232;
  font-size: 2.4rem;
  font-weight: 600;
}
.onestepcheckout-index-index .modal-popup .modal-content .form {
  max-width: 100%;
}
.onestepcheckout-index-index .modal-popup .modal-content .form .label {
  color: #323232;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 1.2;
  text-transform: capitalize;
}
.onestepcheckout-index-index .modal-popup .modal-content .form .field-tooltip .label {
  display: none;
}
.onestepcheckout-index-index .modal-popup .modal-content .form input,
.onestepcheckout-index-index .modal-popup .modal-content .form select {
  border: solid 1px #cccccc;
  border-radius: 10rem !important;
}
.onestepcheckout-index-index .modal-popup .modal-content .form .password-strength-meter {
  color: #323232;
  font-size: 1.2rem;
  padding-top: 0.5rem;
}
.onestepcheckout-index-index .modal-popup .modal-content .form .password-strength-meter #password-strength-meter-label {
  color: #9d1107;
  font-size: 1.2rem;
}
.onestepcheckout-index-index .modal-popup .modal-content .form .actions-toolbar .action-login {
  background-color: #10a0dd !important;
  border-color: #10a0dd !important;
  font-family: 'Montserrat', sans-serif;
  width: fit-content;
  color: #ffffff !important;
}
.onestepcheckout-index-index .modal-popup .modal-content .form .actions-toolbar .secondary a {
  color: #10a0dd;
}
.onestepcheckout-index-index .modal-popup .modal-content .field-tooltip-action::before {
  color: #323232 !important;
}
.onestepcheckout-index-index .modal-popup .modal-footer {
  align-items: center;
}
@media (max-width: 767px) {
  .onestepcheckout-index-index .modal-popup .modal-footer {
    padding-top: 0;
  }
  .onestepcheckout-index-index .modal-popup .modal-footer .action-hide-popup {
    margin-top: 0;
  }
}
.onestepcheckout-index-index .modal-popup .modal-footer .action-save-address {
  background-color: #10a0dd !important;
  border-color: #10a0dd !important;
  border-radius: 10rem !important;
  width: fit-content;
  text-transform: capitalize;
}
.onestepcheckout-index-index .modal-popup .modal-footer .action-hide-popup {
  color: #10a0dd !important;
  font-size: 1.6rem;
  font-weight: 500;
}
.onestepcheckout-index-index .payment-method.stripe-payments .field.save-card-option {
  color: #323232;
  font-size: 12px;
}
.checkout-onepage-success .page-main {
  max-width: 100%;
  padding: 2rem;
}
.checkout-success p,
#registration p,
.cart-empty p {
  color: #323232;
  font-size: 1.6rem;
  font-weight: 500;
}
.checkout-success p a,
#registration p a,
.cart-empty p a {
  color: #10a0dd;
}
.checkout-success .action,
#registration .action,
.cart-empty .action {
  background-color: #10a0dd !important;
  border-color: #10a0dd !important;
  border-radius: 10rem !important;
}
@media screen and (max-width: 767px) {
  .cart-empty {
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
  }
}
.cms-about .breadcrumbs,
.cms-returns .breadcrumbs,
.cms-shipping-policy .breadcrumbs {
  display: none;
}
.cms-about .page-main,
.cms-returns .page-main,
.cms-shipping-policy .page-main {
  max-width: 100%;
  padding: 0 2rem;
}
.cms-about .page-main .content-row,
.cms-returns .page-main .content-row,
.cms-shipping-policy .page-main .content-row {
  padding: 30px 0 40px;
}
@media screen and (max-width: 768px) {
  .cms-about .page-main .content-row,
  .cms-returns .page-main .content-row,
  .cms-shipping-policy .page-main .content-row {
    padding: 30px 0 0 !important;
  }
  .cms-about .page-main .content-row + .content-row,
  .cms-returns .page-main .content-row + .content-row,
  .cms-shipping-policy .page-main .content-row + .content-row {
    padding: 0 0 3rem !important;
  }
}
.cms-about .page-main h1,
.cms-returns .page-main h1,
.cms-shipping-policy .page-main h1 {
  border-bottom: none;
  color: #323232;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.9rem;
  margin-bottom: 2.5rem;
}
.cms-about .page-main h2,
.cms-returns .page-main h2,
.cms-shipping-policy .page-main h2 {
  border-bottom: none;
  color: #323232;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 3rem;
  margin-bottom: 0;
}
.cms-about .page-main h2 + p,
.cms-returns .page-main h2 + p,
.cms-shipping-policy .page-main h2 + p {
  padding-top: 1.7rem;
}
.cms-about .page-main p,
.cms-returns .page-main p,
.cms-shipping-policy .page-main p {
  color: #323232 !important;
  font-size: 2rem !important;
  font-weight: 400 !important;
  line-height: 2.4rem !important;
  margin-bottom: 2rem !important;
}
@media (max-width: 768px) {
  .cms-about .page-main p,
  .cms-returns .page-main p,
  .cms-shipping-policy .page-main p {
    font-size: 1.6rem !important;
  }
}
.cms-about .page-main p a,
.cms-returns .page-main p a,
.cms-shipping-policy .page-main p a {
  color: #10a0dd;
}
.cms-about .page-main iframe,
.cms-returns .page-main iframe,
.cms-shipping-policy .page-main iframe {
  border-radius: 3rem;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.161);
  width: 100%;
}
.customer-account-logoutsuccess .page-main {
  max-width: 100%;
  padding: 0 2rem;
}
.customer-account-logoutsuccess .page-main .content-row {
  padding: 30px 0 40px;
}
@media screen and (max-width: 768px) {
  .customer-account-logoutsuccess .page-main .content-row {
    padding: 30px 0 0 !important;
  }
  .customer-account-logoutsuccess .page-main .content-row + .content-row {
    padding: 0 0 3rem !important;
  }
}
.customer-account-logoutsuccess .page-main h1 {
  color: #323232 !important;
  font-size: 3rem !important;
  font-family: 'Montserrat', sans-serif !important;
  line-height: 1.2 !important;
  padding-top: 3rem;
}
@media (max-width: 768px) {
  .customer-account-logoutsuccess .page-main h1 {
    font-size: 2.5rem !important;
  }
}
.customer-account-logoutsuccess .page-main p {
  color: #323232 !important;
  font-size: 2rem !important;
  font-weight: 400 !important;
  line-height: 2.4rem !important;
  margin-bottom: 2rem !important;
}
@media (max-width: 768px) {
  .customer-account-logoutsuccess .page-main p {
    font-size: 1.6rem !important;
  }
}
.cms-returns .page-wrapper {
  min-height: 100vh;
}
.cms-returns .page-wrapper footer {
  margin-top: auto;
}
.cms-returns .page-main {
  padding-bottom: 2rem;
  padding-top: 3.9rem;
}
.cms-returns .page-main h2 {
  padding: 0 0 2.8rem;
}
.customer-account-create .page-title-wrapper .page-title,
.customer-account-login .page-title-wrapper .page-title,
.customer-account-forgotpassword .page-title-wrapper .page-title,
.customer-account-createpassword .page-title-wrapper .page-title {
  color: #323232 !important;
  font-size: 20px;
  font-weight: 600 !important;
  text-transform: capitalize !important;
}
@media screen and (min-width: 1900px) {
  .customer-account-create .page-title-wrapper .page-title,
  .customer-account-login .page-title-wrapper .page-title,
  .customer-account-forgotpassword .page-title-wrapper .page-title,
  .customer-account-createpassword .page-title-wrapper .page-title {
    font-size: 30px;
  }
}
.account .page-title-wrapper .page-title {
  color: #323232 !important;
  font-size: 24px;
  font-weight: 700 !important;
  text-transform: capitalize !important;
  line-height: 1.3;
}
.account .page-title-wrapper .page-title span {
  font-size: inherit;
  font-weight: inherit;
}
.customer-account-create main form,
.account main form {
  background-color: #ffffff;
  border-bottom-left-radius: 20px !important;
  border-bottom-right-radius: 20px !important;
  border-top: 4px solid #323232 !important;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16) !important;
  max-width: 100% !important;
  padding: 35px 20px !important;
}
.customer-account-create main form .legend,
.account main form .legend {
  color: #323232;
  font-size: 18px !important;
  text-transform: uppercase !important;
  font-weight: 400 !important;
  line-height: 1;
}
@media screen and (min-width: 1900px) {
  .customer-account-create main form .legend,
  .account main form .legend {
    font-size: 28px !important;
    line-height: 35px;
  }
}
.customer-account-create main form .label,
.account main form .label {
  color: #323232;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 1;
  text-transform: capitalize;
}
@media screen and (min-width: 1900px) {
  .customer-account-create main form .label,
  .account main form .label {
    font-size: 22px;
    line-height: 27px;
  }
}
.customer-account-create main form input,
.account main form input,
.customer-account-create main form select,
.account main form select {
  border: solid 1px #707070;
  border-radius: 100px;
}
.customer-account-create main form .password-strength-meter,
.account main form .password-strength-meter {
  color: #323232;
  font-size: 12px;
}
.customer-account-create main form .password-strength-meter #password-strength-meter-label,
.account main form .password-strength-meter #password-strength-meter-label {
  color: #9d1107;
}
.customer-account-create main form .action,
.account main form .action {
  background-color: #828282;
  border: solid 1px #707070;
  border-radius: 100px;
  font-size: 18px !important;
  font-weight: 500;
  line-height: 1;
  text-transform: capitalize !important;
  width: auto !important;
}
@media screen and (min-width: 1900px) {
  .customer-account-create main form .action,
  .account main form .action {
    font-size: 20px !important;
    line-height: 20px;
  }
}
.customer-account-create main button,
.account main button {
  background-color: #828282;
  border: solid 1px #707070;
  border-radius: 100px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  text-transform: capitalize !important;
}
@media screen and (min-width: 1900px) {
  .customer-account-create main button,
  .account main button {
    font-size: 20px;
    line-height: 24px;
  }
}
.customer-account-login .login-container,
.customer-account-forgotpassword .login-container,
.customer-account-createpassword .login-container,
.customer-account-login .forget,
.customer-account-forgotpassword .forget,
.customer-account-createpassword .forget,
.customer-account-login .reset,
.customer-account-forgotpassword .reset,
.customer-account-createpassword .reset {
  background-color: #ffffff;
  border-bottom-left-radius: 40px !important;
  border-bottom-right-radius: 40px !important;
  border-top-color: #323232 !important;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16) !important;
  border-top-width: 4px;
  border-top-style: solid;
}
.customer-account-login .login-container .block-title,
.customer-account-forgotpassword .login-container .block-title,
.customer-account-createpassword .login-container .block-title,
.customer-account-login .forget .block-title,
.customer-account-forgotpassword .forget .block-title,
.customer-account-createpassword .forget .block-title,
.customer-account-login .reset .block-title,
.customer-account-forgotpassword .reset .block-title,
.customer-account-createpassword .reset .block-title {
  color: #323232;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
}
@media screen and (min-width: 1900px) {
  .customer-account-login .login-container .block-title,
  .customer-account-forgotpassword .login-container .block-title,
  .customer-account-createpassword .login-container .block-title,
  .customer-account-login .forget .block-title,
  .customer-account-forgotpassword .forget .block-title,
  .customer-account-createpassword .forget .block-title,
  .customer-account-login .reset .block-title,
  .customer-account-forgotpassword .reset .block-title,
  .customer-account-createpassword .reset .block-title {
    font-size: 28px;
    line-height: 35px;
  }
}
.customer-account-login .login-container .label,
.customer-account-forgotpassword .login-container .label,
.customer-account-createpassword .login-container .label,
.customer-account-login .forget .label,
.customer-account-forgotpassword .forget .label,
.customer-account-createpassword .forget .label,
.customer-account-login .reset .label,
.customer-account-forgotpassword .reset .label,
.customer-account-createpassword .reset .label,
.customer-account-login .login-container .note,
.customer-account-forgotpassword .login-container .note,
.customer-account-createpassword .login-container .note,
.customer-account-login .forget .note,
.customer-account-forgotpassword .forget .note,
.customer-account-createpassword .forget .note,
.customer-account-login .reset .note,
.customer-account-forgotpassword .reset .note,
.customer-account-createpassword .reset .note,
.customer-account-login .login-container .block-new-customer p,
.customer-account-forgotpassword .login-container .block-new-customer p,
.customer-account-createpassword .login-container .block-new-customer p,
.customer-account-login .forget .block-new-customer p,
.customer-account-forgotpassword .forget .block-new-customer p,
.customer-account-createpassword .forget .block-new-customer p,
.customer-account-login .reset .block-new-customer p,
.customer-account-forgotpassword .reset .block-new-customer p,
.customer-account-createpassword .reset .block-new-customer p {
  color: #323232;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
}
@media screen and (min-width: 1900px) {
  .customer-account-login .login-container .label,
  .customer-account-forgotpassword .login-container .label,
  .customer-account-createpassword .login-container .label,
  .customer-account-login .forget .label,
  .customer-account-forgotpassword .forget .label,
  .customer-account-createpassword .forget .label,
  .customer-account-login .reset .label,
  .customer-account-forgotpassword .reset .label,
  .customer-account-createpassword .reset .label,
  .customer-account-login .login-container .note,
  .customer-account-forgotpassword .login-container .note,
  .customer-account-createpassword .login-container .note,
  .customer-account-login .forget .note,
  .customer-account-forgotpassword .forget .note,
  .customer-account-createpassword .forget .note,
  .customer-account-login .reset .note,
  .customer-account-forgotpassword .reset .note,
  .customer-account-createpassword .reset .note,
  .customer-account-login .login-container .block-new-customer p,
  .customer-account-forgotpassword .login-container .block-new-customer p,
  .customer-account-createpassword .login-container .block-new-customer p,
  .customer-account-login .forget .block-new-customer p,
  .customer-account-forgotpassword .forget .block-new-customer p,
  .customer-account-createpassword .forget .block-new-customer p,
  .customer-account-login .reset .block-new-customer p,
  .customer-account-forgotpassword .reset .block-new-customer p,
  .customer-account-createpassword .reset .block-new-customer p {
    font-size: 22px;
    line-height: 27px;
  }
}
.customer-account-login .login-container .label,
.customer-account-forgotpassword .login-container .label,
.customer-account-createpassword .login-container .label,
.customer-account-login .forget .label,
.customer-account-forgotpassword .forget .label,
.customer-account-createpassword .forget .label,
.customer-account-login .reset .label,
.customer-account-forgotpassword .reset .label,
.customer-account-createpassword .reset .label {
  text-transform: capitalize;
}
.customer-account-login .login-container input,
.customer-account-forgotpassword .login-container input,
.customer-account-createpassword .login-container input,
.customer-account-login .forget input,
.customer-account-forgotpassword .forget input,
.customer-account-createpassword .forget input,
.customer-account-login .reset input,
.customer-account-forgotpassword .reset input,
.customer-account-createpassword .reset input,
.customer-account-login .login-container select,
.customer-account-forgotpassword .login-container select,
.customer-account-createpassword .login-container select,
.customer-account-login .forget select,
.customer-account-forgotpassword .forget select,
.customer-account-createpassword .forget select,
.customer-account-login .reset select,
.customer-account-forgotpassword .reset select,
.customer-account-createpassword .reset select {
  border: solid 1px #707070;
  border-radius: 100px;
}
.customer-account-login .login-container .action.login,
.customer-account-forgotpassword .login-container .action.login,
.customer-account-createpassword .login-container .action.login,
.customer-account-login .forget .action.login,
.customer-account-forgotpassword .forget .action.login,
.customer-account-createpassword .forget .action.login,
.customer-account-login .reset .action.login,
.customer-account-forgotpassword .reset .action.login,
.customer-account-createpassword .reset .action.login,
.customer-account-login .login-container .action.create,
.customer-account-forgotpassword .login-container .action.create,
.customer-account-createpassword .login-container .action.create,
.customer-account-login .forget .action.create,
.customer-account-forgotpassword .forget .action.create,
.customer-account-createpassword .forget .action.create,
.customer-account-login .reset .action.create,
.customer-account-forgotpassword .reset .action.create,
.customer-account-createpassword .reset .action.create,
.customer-account-login .login-container .action.submit,
.customer-account-forgotpassword .login-container .action.submit,
.customer-account-createpassword .login-container .action.submit,
.customer-account-login .forget .action.submit,
.customer-account-forgotpassword .forget .action.submit,
.customer-account-createpassword .forget .action.submit,
.customer-account-login .reset .action.submit,
.customer-account-forgotpassword .reset .action.submit,
.customer-account-createpassword .reset .action.submit {
  background-color: #323232 !important;
  border: solid 1px #323232;
  border-radius: 100px;
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
  transition: 0.4s;
}
@media screen and (min-width: 1900px) {
  .customer-account-login .login-container .action.login,
  .customer-account-forgotpassword .login-container .action.login,
  .customer-account-createpassword .login-container .action.login,
  .customer-account-login .forget .action.login,
  .customer-account-forgotpassword .forget .action.login,
  .customer-account-createpassword .forget .action.login,
  .customer-account-login .reset .action.login,
  .customer-account-forgotpassword .reset .action.login,
  .customer-account-createpassword .reset .action.login,
  .customer-account-login .login-container .action.create,
  .customer-account-forgotpassword .login-container .action.create,
  .customer-account-createpassword .login-container .action.create,
  .customer-account-login .forget .action.create,
  .customer-account-forgotpassword .forget .action.create,
  .customer-account-createpassword .forget .action.create,
  .customer-account-login .reset .action.create,
  .customer-account-forgotpassword .reset .action.create,
  .customer-account-createpassword .reset .action.create,
  .customer-account-login .login-container .action.submit,
  .customer-account-forgotpassword .login-container .action.submit,
  .customer-account-createpassword .login-container .action.submit,
  .customer-account-login .forget .action.submit,
  .customer-account-forgotpassword .forget .action.submit,
  .customer-account-createpassword .forget .action.submit,
  .customer-account-login .reset .action.submit,
  .customer-account-forgotpassword .reset .action.submit,
  .customer-account-createpassword .reset .action.submit {
    font-size: 20px;
    line-height: 24px;
  }
}
.customer-account-login .login-container .action.login:hover,
.customer-account-forgotpassword .login-container .action.login:hover,
.customer-account-createpassword .login-container .action.login:hover,
.customer-account-login .forget .action.login:hover,
.customer-account-forgotpassword .forget .action.login:hover,
.customer-account-createpassword .forget .action.login:hover,
.customer-account-login .reset .action.login:hover,
.customer-account-forgotpassword .reset .action.login:hover,
.customer-account-createpassword .reset .action.login:hover,
.customer-account-login .login-container .action.create:hover,
.customer-account-forgotpassword .login-container .action.create:hover,
.customer-account-createpassword .login-container .action.create:hover,
.customer-account-login .forget .action.create:hover,
.customer-account-forgotpassword .forget .action.create:hover,
.customer-account-createpassword .forget .action.create:hover,
.customer-account-login .reset .action.create:hover,
.customer-account-forgotpassword .reset .action.create:hover,
.customer-account-createpassword .reset .action.create:hover,
.customer-account-login .login-container .action.submit:hover,
.customer-account-forgotpassword .login-container .action.submit:hover,
.customer-account-createpassword .login-container .action.submit:hover,
.customer-account-login .forget .action.submit:hover,
.customer-account-forgotpassword .forget .action.submit:hover,
.customer-account-createpassword .forget .action.submit:hover,
.customer-account-login .reset .action.submit:hover,
.customer-account-forgotpassword .reset .action.submit:hover,
.customer-account-createpassword .reset .action.submit:hover {
  background-color: transparent !important;
  color: #323232;
}
.customer-account-login .login-container .action.remind,
.customer-account-forgotpassword .login-container .action.remind,
.customer-account-createpassword .login-container .action.remind,
.customer-account-login .forget .action.remind,
.customer-account-forgotpassword .forget .action.remind,
.customer-account-createpassword .forget .action.remind,
.customer-account-login .reset .action.remind,
.customer-account-forgotpassword .reset .action.remind,
.customer-account-createpassword .reset .action.remind {
  color: #323232;
  font-weight: 500;
  font-size: 1.4rem;
}
.customer-account-login .login-container,
.customer-account-forgotpassword .login-container,
.customer-account-createpassword .login-container {
  padding: 35px 25px;
}
.customer-account-login .login-container .reset-message,
.customer-account-forgotpassword .login-container .reset-message,
.customer-account-createpassword .login-container .reset-message {
  background-color: #f1f1f1;
  border-radius: 8px;
  margin-bottom: 2rem;
  padding: 1.5rem 1rem;
}
.customer-account-login .login-container .reset-message p,
.customer-account-forgotpassword .login-container .reset-message p,
.customer-account-createpassword .login-container .reset-message p {
  color: #323232;
  font-size: 1.4rem;
  margin-bottom: 0;
}
.customer-account-login .login-container .reset-message p a,
.customer-account-forgotpassword .login-container .reset-message p a,
.customer-account-createpassword .login-container .reset-message p a {
  color: #10a0dd;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .customer-account-login .login-container .fieldset .field .control,
  .customer-account-forgotpassword .login-container .fieldset .field .control,
  .customer-account-createpassword .login-container .fieldset .field .control {
    max-width: 430px;
    width: 100%;
  }
}
.customer-account-login .login-container .fieldset::after,
.customer-account-forgotpassword .login-container .fieldset::after,
.customer-account-createpassword .login-container .fieldset::after {
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .customer-account-login .login-container .actions-toolbar,
  .customer-account-forgotpassword .login-container .actions-toolbar,
  .customer-account-createpassword .login-container .actions-toolbar {
    display: flex;
    align-items: center;
  }
}
.customer-account-login .login-container .actions-toolbar .primary,
.customer-account-forgotpassword .login-container .actions-toolbar .primary,
.customer-account-createpassword .login-container .actions-toolbar .primary,
.customer-account-login .login-container .actions-toolbar .secondary,
.customer-account-forgotpassword .login-container .actions-toolbar .secondary,
.customer-account-createpassword .login-container .actions-toolbar .secondary {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .customer-account-login .login-container .actions-toolbar .primary,
  .customer-account-forgotpassword .login-container .actions-toolbar .primary,
  .customer-account-createpassword .login-container .actions-toolbar .primary,
  .customer-account-login .login-container .actions-toolbar .secondary,
  .customer-account-forgotpassword .login-container .actions-toolbar .secondary,
  .customer-account-createpassword .login-container .actions-toolbar .secondary {
    display: inline-block;
  }
}
@media screen and (min-width: 768px) {
  .customer-account-login .login-container .actions-toolbar .primary,
  .customer-account-forgotpassword .login-container .actions-toolbar .primary,
  .customer-account-createpassword .login-container .actions-toolbar .primary,
  .customer-account-login .login-container .actions-toolbar .secondary,
  .customer-account-forgotpassword .login-container .actions-toolbar .secondary,
  .customer-account-createpassword .login-container .actions-toolbar .secondary {
    margin-bottom: 0;
  }
}
.customer-account-login .login-container .actions-toolbar .primary a,
.customer-account-forgotpassword .login-container .actions-toolbar .primary a,
.customer-account-createpassword .login-container .actions-toolbar .primary a,
.customer-account-login .login-container .actions-toolbar .secondary a,
.customer-account-forgotpassword .login-container .actions-toolbar .secondary a,
.customer-account-createpassword .login-container .actions-toolbar .secondary a {
  margin-top: 0;
}
.customer-account-login .login-container .block-customer-login,
.customer-account-forgotpassword .login-container .block-customer-login,
.customer-account-createpassword .login-container .block-customer-login {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.customer-account-login .login-container .block-customer-login .primary button,
.customer-account-forgotpassword .login-container .block-customer-login .primary button,
.customer-account-createpassword .login-container .block-customer-login .primary button {
  line-height: 1;
  font-size: 18px;
  padding: 7px 15px !important;
}
@media screen and (min-width: 768px) {
  .customer-account-login .login-container .block-customer-login .secondary,
  .customer-account-forgotpassword .login-container .block-customer-login .secondary,
  .customer-account-createpassword .login-container .block-customer-login .secondary {
    padding-left: 15px;
  }
}
.customer-account-login .forget,
.customer-account-forgotpassword .forget,
.customer-account-createpassword .forget {
  padding: 3rem !important;
  max-width: 100% !important;
}
.customer-account-login .forget .captcha-reload,
.customer-account-forgotpassword .forget .captcha-reload,
.customer-account-createpassword .forget .captcha-reload {
  border: none;
  padding: 0;
  text-decoration: underline;
  color: #10a0dd;
}
.customer-account-login .forget .captcha-reload:hover,
.customer-account-forgotpassword .forget .captcha-reload:hover,
.customer-account-createpassword .forget .captcha-reload:hover {
  background-color: transparent;
}
.customer-account-login .forget .submit,
.customer-account-forgotpassword .forget .submit,
.customer-account-createpassword .forget .submit {
  border: solid 1px #323232 !important;
  font-size: 1.6rem !important;
  width: fit-content !important;
}
.customer-account-createpassword .reset {
  padding: 3rem;
}
@media screen and (min-width: 768px) {
  .customer-account-index .page-main,
  .account .page-main {
    max-width: 1470px;
    margin: auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .customer-account-index .page-main .column.main,
  .account .page-main .column.main {
    width: 79.7%;
  }
  .customer-account-index .page-main .sidebar,
  .account .page-main .sidebar {
    padding-right: 0;
    width: 17.37%;
  }
}
@media only screen and (max-width: 768px) {
  .customer-account-index .page-main,
  .account .page-main {
    position: relative;
    padding-top: 41px;
  }
}
.customer-account-index .block .block-title,
.account .block .block-title,
.customer-account-index .amsl-accounts .block-title,
.account .amsl-accounts .block-title {
  margin-bottom: 1rem !important;
}
.customer-account-index .block .block-title strong,
.account .block .block-title strong,
.customer-account-index .amsl-accounts .block-title strong,
.account .amsl-accounts .block-title strong {
  color: #323232;
  text-transform: capitalize;
  font-weight: 600;
}
.customer-account-index .block .block-title strong span,
.account .block .block-title strong span,
.customer-account-index .amsl-accounts .block-title strong span,
.account .amsl-accounts .block-title strong span {
  font-size: 16px;
}
.customer-account-index .block .block-title a,
.account .block .block-title a,
.customer-account-index .amsl-accounts .block-title a,
.account .amsl-accounts .block-title a {
  color: #10a0dd;
  font-weight: 500;
}
.customer-account-index .block .box,
.account .block .box,
.customer-account-index .amsl-accounts .box,
.account .amsl-accounts .box,
.customer-account-index .block .amsl-accounts-block,
.account .block .amsl-accounts-block,
.customer-account-index .amsl-accounts .amsl-accounts-block,
.account .amsl-accounts .amsl-accounts-block {
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  border-radius: 2rem;
  overflow: hidden;
}
.customer-account-index .block .box .box-title,
.account .block .box .box-title,
.customer-account-index .amsl-accounts .box .box-title,
.account .amsl-accounts .box .box-title,
.customer-account-index .block .amsl-accounts-block .box-title,
.account .block .amsl-accounts-block .box-title,
.customer-account-index .amsl-accounts .amsl-accounts-block .box-title,
.account .amsl-accounts .amsl-accounts-block .box-title,
.customer-account-index .block .box .legend,
.account .block .box .legend,
.customer-account-index .amsl-accounts .box .legend,
.account .amsl-accounts .box .legend,
.customer-account-index .block .amsl-accounts-block .legend,
.account .block .amsl-accounts-block .legend,
.customer-account-index .amsl-accounts .amsl-accounts-block .legend,
.account .amsl-accounts .amsl-accounts-block .legend {
  background-color: #323232;
  border-radius: 2rem 2rem 0 0;
  color: #ffffff;
  font-size: 12px;
  text-transform: capitalize;
}
.customer-account-index .block .box .box-content,
.account .block .box .box-content,
.customer-account-index .amsl-accounts .box .box-content,
.account .amsl-accounts .box .box-content,
.customer-account-index .block .amsl-accounts-block .box-content,
.account .block .amsl-accounts-block .box-content,
.customer-account-index .amsl-accounts .amsl-accounts-block .box-content,
.account .amsl-accounts .amsl-accounts-block .box-content,
.customer-account-index .block .box .amsl-linked-wrapper,
.account .block .box .amsl-linked-wrapper,
.customer-account-index .amsl-accounts .box .amsl-linked-wrapper,
.account .amsl-accounts .box .amsl-linked-wrapper,
.customer-account-index .block .amsl-accounts-block .amsl-linked-wrapper,
.account .block .amsl-accounts-block .amsl-linked-wrapper,
.customer-account-index .amsl-accounts .amsl-accounts-block .amsl-linked-wrapper,
.account .amsl-accounts .amsl-accounts-block .amsl-linked-wrapper {
  background-color: #ffffff;
  color: #323232;
  font-weight: 500;
}
.customer-account-index .block .box .box-content p,
.account .block .box .box-content p,
.customer-account-index .amsl-accounts .box .box-content p,
.account .amsl-accounts .box .box-content p,
.customer-account-index .block .amsl-accounts-block .box-content p,
.account .block .amsl-accounts-block .box-content p,
.customer-account-index .amsl-accounts .amsl-accounts-block .box-content p,
.account .amsl-accounts .amsl-accounts-block .box-content p,
.customer-account-index .block .box .amsl-linked-wrapper p,
.account .block .box .amsl-linked-wrapper p,
.customer-account-index .amsl-accounts .box .amsl-linked-wrapper p,
.account .amsl-accounts .box .amsl-linked-wrapper p,
.customer-account-index .block .amsl-accounts-block .amsl-linked-wrapper p,
.account .block .amsl-accounts-block .amsl-linked-wrapper p,
.customer-account-index .amsl-accounts .amsl-accounts-block .amsl-linked-wrapper p,
.account .amsl-accounts .amsl-accounts-block .amsl-linked-wrapper p,
.customer-account-index .block .box .box-content address,
.account .block .box .box-content address,
.customer-account-index .amsl-accounts .box .box-content address,
.account .amsl-accounts .box .box-content address,
.customer-account-index .block .amsl-accounts-block .box-content address,
.account .block .amsl-accounts-block .box-content address,
.customer-account-index .amsl-accounts .amsl-accounts-block .box-content address,
.account .amsl-accounts .amsl-accounts-block .box-content address,
.customer-account-index .block .box .amsl-linked-wrapper address,
.account .block .box .amsl-linked-wrapper address,
.customer-account-index .amsl-accounts .box .amsl-linked-wrapper address,
.account .amsl-accounts .box .amsl-linked-wrapper address,
.customer-account-index .block .amsl-accounts-block .amsl-linked-wrapper address,
.account .block .amsl-accounts-block .amsl-linked-wrapper address,
.customer-account-index .amsl-accounts .amsl-accounts-block .amsl-linked-wrapper address,
.account .amsl-accounts .amsl-accounts-block .amsl-linked-wrapper address,
.customer-account-index .block .box .box-content dt,
.account .block .box .box-content dt,
.customer-account-index .amsl-accounts .box .box-content dt,
.account .amsl-accounts .box .box-content dt,
.customer-account-index .block .amsl-accounts-block .box-content dt,
.account .block .amsl-accounts-block .box-content dt,
.customer-account-index .amsl-accounts .amsl-accounts-block .box-content dt,
.account .amsl-accounts .amsl-accounts-block .box-content dt,
.customer-account-index .block .box .amsl-linked-wrapper dt,
.account .block .box .amsl-linked-wrapper dt,
.customer-account-index .amsl-accounts .box .amsl-linked-wrapper dt,
.account .amsl-accounts .box .amsl-linked-wrapper dt,
.customer-account-index .block .amsl-accounts-block .amsl-linked-wrapper dt,
.account .block .amsl-accounts-block .amsl-linked-wrapper dt,
.customer-account-index .amsl-accounts .amsl-accounts-block .amsl-linked-wrapper dt,
.account .amsl-accounts .amsl-accounts-block .amsl-linked-wrapper dt,
.customer-account-index .block .box .box-content dd,
.account .block .box .box-content dd,
.customer-account-index .amsl-accounts .box .box-content dd,
.account .amsl-accounts .box .box-content dd,
.customer-account-index .block .amsl-accounts-block .box-content dd,
.account .block .amsl-accounts-block .box-content dd,
.customer-account-index .amsl-accounts .amsl-accounts-block .box-content dd,
.account .amsl-accounts .amsl-accounts-block .box-content dd,
.customer-account-index .block .box .amsl-linked-wrapper dd,
.account .block .box .amsl-linked-wrapper dd,
.customer-account-index .amsl-accounts .box .amsl-linked-wrapper dd,
.account .amsl-accounts .box .amsl-linked-wrapper dd,
.customer-account-index .block .amsl-accounts-block .amsl-linked-wrapper dd,
.account .block .amsl-accounts-block .amsl-linked-wrapper dd,
.customer-account-index .amsl-accounts .amsl-accounts-block .amsl-linked-wrapper dd,
.account .amsl-accounts .amsl-accounts-block .amsl-linked-wrapper dd {
  color: #323232;
  font-weight: 500;
}
.customer-account-index .block .box .box-content p a,
.account .block .box .box-content p a,
.customer-account-index .amsl-accounts .box .box-content p a,
.account .amsl-accounts .box .box-content p a,
.customer-account-index .block .amsl-accounts-block .box-content p a,
.account .block .amsl-accounts-block .box-content p a,
.customer-account-index .amsl-accounts .amsl-accounts-block .box-content p a,
.account .amsl-accounts .amsl-accounts-block .box-content p a,
.customer-account-index .block .box .amsl-linked-wrapper p a,
.account .block .box .amsl-linked-wrapper p a,
.customer-account-index .amsl-accounts .box .amsl-linked-wrapper p a,
.account .amsl-accounts .box .amsl-linked-wrapper p a,
.customer-account-index .block .amsl-accounts-block .amsl-linked-wrapper p a,
.account .block .amsl-accounts-block .amsl-linked-wrapper p a,
.customer-account-index .amsl-accounts .amsl-accounts-block .amsl-linked-wrapper p a,
.account .amsl-accounts .amsl-accounts-block .amsl-linked-wrapper p a,
.customer-account-index .block .box .box-content address a,
.account .block .box .box-content address a,
.customer-account-index .amsl-accounts .box .box-content address a,
.account .amsl-accounts .box .box-content address a,
.customer-account-index .block .amsl-accounts-block .box-content address a,
.account .block .amsl-accounts-block .box-content address a,
.customer-account-index .amsl-accounts .amsl-accounts-block .box-content address a,
.account .amsl-accounts .amsl-accounts-block .box-content address a,
.customer-account-index .block .box .amsl-linked-wrapper address a,
.account .block .box .amsl-linked-wrapper address a,
.customer-account-index .amsl-accounts .box .amsl-linked-wrapper address a,
.account .amsl-accounts .box .amsl-linked-wrapper address a,
.customer-account-index .block .amsl-accounts-block .amsl-linked-wrapper address a,
.account .block .amsl-accounts-block .amsl-linked-wrapper address a,
.customer-account-index .amsl-accounts .amsl-accounts-block .amsl-linked-wrapper address a,
.account .amsl-accounts .amsl-accounts-block .amsl-linked-wrapper address a,
.customer-account-index .block .box .box-content dt a,
.account .block .box .box-content dt a,
.customer-account-index .amsl-accounts .box .box-content dt a,
.account .amsl-accounts .box .box-content dt a,
.customer-account-index .block .amsl-accounts-block .box-content dt a,
.account .block .amsl-accounts-block .box-content dt a,
.customer-account-index .amsl-accounts .amsl-accounts-block .box-content dt a,
.account .amsl-accounts .amsl-accounts-block .box-content dt a,
.customer-account-index .block .box .amsl-linked-wrapper dt a,
.account .block .box .amsl-linked-wrapper dt a,
.customer-account-index .amsl-accounts .box .amsl-linked-wrapper dt a,
.account .amsl-accounts .box .amsl-linked-wrapper dt a,
.customer-account-index .block .amsl-accounts-block .amsl-linked-wrapper dt a,
.account .block .amsl-accounts-block .amsl-linked-wrapper dt a,
.customer-account-index .amsl-accounts .amsl-accounts-block .amsl-linked-wrapper dt a,
.account .amsl-accounts .amsl-accounts-block .amsl-linked-wrapper dt a,
.customer-account-index .block .box .box-content dd a,
.account .block .box .box-content dd a,
.customer-account-index .amsl-accounts .box .box-content dd a,
.account .amsl-accounts .box .box-content dd a,
.customer-account-index .block .amsl-accounts-block .box-content dd a,
.account .block .amsl-accounts-block .box-content dd a,
.customer-account-index .amsl-accounts .amsl-accounts-block .box-content dd a,
.account .amsl-accounts .amsl-accounts-block .box-content dd a,
.customer-account-index .block .box .amsl-linked-wrapper dd a,
.account .block .box .amsl-linked-wrapper dd a,
.customer-account-index .amsl-accounts .box .amsl-linked-wrapper dd a,
.account .amsl-accounts .box .amsl-linked-wrapper dd a,
.customer-account-index .block .amsl-accounts-block .amsl-linked-wrapper dd a,
.account .block .amsl-accounts-block .amsl-linked-wrapper dd a,
.customer-account-index .amsl-accounts .amsl-accounts-block .amsl-linked-wrapper dd a,
.account .amsl-accounts .amsl-accounts-block .amsl-linked-wrapper dd a {
  color: #10a0dd;
}
.customer-account-index .block .box .box-actions,
.account .block .box .box-actions,
.customer-account-index .amsl-accounts .box .box-actions,
.account .amsl-accounts .box .box-actions,
.customer-account-index .block .amsl-accounts-block .box-actions,
.account .block .amsl-accounts-block .box-actions,
.customer-account-index .amsl-accounts .amsl-accounts-block .box-actions,
.account .amsl-accounts .amsl-accounts-block .box-actions {
  background-color: #ffffff;
  border-radius: 0 0 2rem 2rem;
}
.customer-account-index .block .box .box-actions a,
.account .block .box .box-actions a,
.customer-account-index .amsl-accounts .box .box-actions a,
.account .amsl-accounts .box .box-actions a,
.customer-account-index .block .amsl-accounts-block .box-actions a,
.account .block .amsl-accounts-block .box-actions a,
.customer-account-index .amsl-accounts .amsl-accounts-block .box-actions a,
.account .amsl-accounts .amsl-accounts-block .box-actions a {
  color: #10a0dd;
  font-size: 12px;
  font-weight: 500;
  text-transform: capitalize;
}
.customer-account-index .actions-toolbar button,
.account .actions-toolbar button {
  background-color: #323232 !important;
  border-color: #323232 !important;
  color: #ffffff;
  transition: 0.4s;
}
.customer-account-index .actions-toolbar button:hover,
.account .actions-toolbar button:hover {
  background-color: transparent !important;
  color: #323232;
}
.customer-account-index .form legend,
.account .form legend {
  font-weight: 600 !important;
}
.customer-account-index .amgdpr-settings-container,
.account .amgdpr-settings-container {
  gap: 2rem;
  margin: 0;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .customer-account-index .amgdpr-settings-container,
  .account .amgdpr-settings-container {
    justify-content: center;
  }
}
.customer-account-index .amgdpr-settings-container .amgdpr-checkbox-container,
.account .amgdpr-settings-container .amgdpr-checkbox-container {
  flex: 1;
  margin: 0;
  max-width: 100%;
}
.customer-account-index .amgdpr-settings-container .amgdpr-checkbox-container .amgdpr-label,
.account .amgdpr-settings-container .amgdpr-checkbox-container .amgdpr-label {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  margin: auto;
}
.customer-account-index .amgdpr-settings-container .amgdpr-checkbox-container .amgdpr-label.-policy + .amgdpr-block a,
.account .amgdpr-settings-container .amgdpr-checkbox-container .amgdpr-label.-policy + .amgdpr-block a {
  font-size: 1.6rem;
  color: #10a0dd;
  font-weight: 600;
}
.customer-account-index .amgdpr-settings-container .amgdpr-checkbox-container .amgdpr-label.-download + .amgdpr-block form,
.account .amgdpr-settings-container .amgdpr-checkbox-container .amgdpr-label.-download + .amgdpr-block form,
.customer-account-index .amgdpr-settings-container .amgdpr-checkbox-container .amgdpr-label.-anonymise + .amgdpr-block form,
.account .amgdpr-settings-container .amgdpr-checkbox-container .amgdpr-label.-anonymise + .amgdpr-block form,
.customer-account-index .amgdpr-settings-container .amgdpr-checkbox-container .amgdpr-label.-delete + .amgdpr-block form,
.account .amgdpr-settings-container .amgdpr-checkbox-container .amgdpr-label.-delete + .amgdpr-block form {
  padding: 2rem 1rem;
}
.customer-account-index .amgdpr-settings-container .amgdpr-checkbox-container .amgdpr-label.-download + .amgdpr-block form .policy-content,
.account .amgdpr-settings-container .amgdpr-checkbox-container .amgdpr-label.-download + .amgdpr-block form .policy-content,
.customer-account-index .amgdpr-settings-container .amgdpr-checkbox-container .amgdpr-label.-anonymise + .amgdpr-block form .policy-content,
.account .amgdpr-settings-container .amgdpr-checkbox-container .amgdpr-label.-anonymise + .amgdpr-block form .policy-content,
.customer-account-index .amgdpr-settings-container .amgdpr-checkbox-container .amgdpr-label.-delete + .amgdpr-block form .policy-content,
.account .amgdpr-settings-container .amgdpr-checkbox-container .amgdpr-label.-delete + .amgdpr-block form .policy-content {
  color: #323232;
  font-size: 1.4rem;
}
.customer-account-index .amgdpr-settings-container .amgdpr-checkbox-container .amgdpr-label.-download + .amgdpr-block button,
.account .amgdpr-settings-container .amgdpr-checkbox-container .amgdpr-label.-download + .amgdpr-block button,
.customer-account-index .amgdpr-settings-container .amgdpr-checkbox-container .amgdpr-label.-anonymise + .amgdpr-block button,
.account .amgdpr-settings-container .amgdpr-checkbox-container .amgdpr-label.-anonymise + .amgdpr-block button,
.customer-account-index .amgdpr-settings-container .amgdpr-checkbox-container .amgdpr-label.-delete + .amgdpr-block button,
.account .amgdpr-settings-container .amgdpr-checkbox-container .amgdpr-label.-delete + .amgdpr-block button {
  font-size: 1.6rem !important;
  line-height: 1.2;
  height: auto;
}
.customer-account-index .aw-ar__review-list.customer .block-content,
.account .aw-ar__review-list.customer .block-content {
  border-bottom: none;
  overflow-y: scroll;
}
.customer-account-index table,
.account table {
  background-color: #ffffff;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  border-radius: 1rem;
}
.customer-account-index table th,
.account table th,
.customer-account-index table td,
.account table td {
  color: #323232;
  font-size: 14px;
}
.customer-account-index table th a,
.account table th a,
.customer-account-index table td a,
.account table td a {
  color: #10a0dd;
}
.customer-account-index .aw-giftcard-codes-block .block-title span,
.account .aw-giftcard-codes-block .block-title span,
.customer-account-index #aw_giftcard__code_info .block-title span,
.account #aw_giftcard__code_info .block-title span {
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .customer-account-index .aw-giftcard-codes-block .box,
  .account .aw-giftcard-codes-block .box,
  .customer-account-index #aw_giftcard__code_info .box,
  .account #aw_giftcard__code_info .box {
    width: 100%;
  }
}
.customer-account-index .aw-giftcard-codes-block .box-content,
.account .aw-giftcard-codes-block .box-content,
.customer-account-index #aw_giftcard__code_info .box-content,
.account #aw_giftcard__code_info .box-content {
  min-height: unset;
  border-radius: 1.5rem;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16) !important;
  margin-bottom: 2.5rem;
}
.customer-account-index .aw-giftcard-codes-block .box-content table,
.account .aw-giftcard-codes-block .box-content table,
.customer-account-index #aw_giftcard__code_info .box-content table,
.account #aw_giftcard__code_info .box-content table {
  box-shadow: none;
  border-radius: 0;
  background-color: unset;
}
.customer-account-index .aw-giftcard-codes-block .box-content table td form,
.account .aw-giftcard-codes-block .box-content table td form,
.customer-account-index #aw_giftcard__code_info .box-content table td form,
.account #aw_giftcard__code_info .box-content table td form {
  box-shadow: none !important;
  border: 0 !important;
  padding: 0 !important;
  border-radius: 0 !important;
}
.customer-account-index .amsl-accounts .amsl-accounts-block,
.account .amsl-accounts .amsl-accounts-block {
  background-color: #fff;
}
.customer-account-index .amsl-accounts .amsl-accounts-block .legend,
.account .amsl-accounts .amsl-accounts-block .legend {
  font-weight: 600;
  padding: 10px 15px;
}
.customer-account-index .amsl-accounts .amsl-accounts-block .amsl-social-login,
.account .amsl-accounts .amsl-accounts-block .amsl-social-login {
  background-color: unset;
}
.customer-account-index .amsl-accounts .amsl-accounts-block .amsl-linked-wrapper .amsl-linked,
.account .amsl-accounts .amsl-accounts-block .amsl-linked-wrapper .amsl-linked {
  background: unset;
  border: 1px solid #ececec;
  border-radius: 10px;
}
.customer-account-index .amsl-accounts .amsl-accounts-block .amsl-linked-wrapper form,
.account .amsl-accounts .amsl-accounts-block .amsl-linked-wrapper form {
  box-shadow: none !important;
  border: 0 !important;
  padding: 0 !important;
  border-radius: 0 !important;
}
@media screen and (max-width: 638px) {
  .customer-account-index .table-history-products td[data-th="Image"] img,
  .account .table-history-products td[data-th="Image"] img {
    vertical-align: middle;
  }
  .customer-account-index .table-history-products td[data-th="Actions"],
  .account .table-history-products td[data-th="Actions"] {
    column-gap: 10px;
    display: flex !important;
  }
}
.customer-account-index .pages .item.current .page,
.account .pages .item.current .page {
  background-color: #323232;
  color: #ffffff;
}
.customer-account-index .pages .item .page,
.account .pages .item .page,
.customer-account-index .pages .item .action,
.account .pages .item .action {
  border-color: #323232;
  color: #323232;
}
.customer-account-index .pages .item .page::before,
.account .pages .item .page::before,
.customer-account-index .pages .item .action::before,
.account .pages .item .action::before {
  color: #323232;
}
.customer-account-index .aw-ar-email-subscriber-form .aw-ar-wrapper-fieldset,
.account .aw-ar-email-subscriber-form .aw-ar-wrapper-fieldset {
  max-width: 100%;
}
.customer-account-index .payment-method,
.account .payment-method {
  padding-top: 2rem;
}
.customer-account-index .amcard-field-container.-code,
.account .amcard-field-container.-code {
  align-items: center;
  column-gap: 1.5rem;
  display: flex;
  flex-wrap: wrap;
}
.customer-account-index .amcard-field-container.-code .amcard-title,
.account .amcard-field-container.-code .amcard-title {
  width: 100%;
}
.customer-account-index .amcard-field-container.-code .amcard-field-block,
.account .amcard-field-container.-code .amcard-field-block {
  margin-top: 0;
}
.customer-account-index .amsl-accounts .amsl-linked-wrapper,
.account .amsl-accounts .amsl-linked-wrapper {
  padding-top: 1rem;
}
.customer-account-index .amsl-accounts .amsl-linked-wrapper .amsl-name,
.account .amsl-accounts .amsl-linked-wrapper .amsl-name {
  color: #323232;
  font-size: 1.4rem;
}
.customer-account-index .amsl-accounts .amsl-linked-wrapper .amsl-unlink,
.account .amsl-accounts .amsl-linked-wrapper .amsl-unlink {
  background: #10a0dd;
  border-color: #10a0dd;
  font-size: 1.4rem;
}
.customer-account-index .amsl-accounts .amsl-linked-wrapper .amsl-unlink:hover,
.account .amsl-accounts .amsl-linked-wrapper .amsl-unlink:hover {
  background: #10a0dd;
  opacity: 0.5;
}
.sales-order-view .page-title-wrapper .actions-toolbar a,
.sales-order-invoice .page-title-wrapper .actions-toolbar a,
.sales-order-shipment .page-title-wrapper .actions-toolbar a,
.sales-order-creditmemo .page-title-wrapper .actions-toolbar a,
.sales-order-print .page-title-wrapper .actions-toolbar a {
  color: #10a0dd;
}
.sales-order-view .order-details-items,
.sales-order-invoice .order-details-items,
.sales-order-shipment .order-details-items,
.sales-order-creditmemo .order-details-items,
.sales-order-print .order-details-items {
  background-color: #ffffff;
}
.sales-order-view .order-details-items .product-item-name,
.sales-order-invoice .order-details-items .product-item-name,
.sales-order-shipment .order-details-items .product-item-name,
.sales-order-creditmemo .order-details-items .product-item-name,
.sales-order-print .order-details-items .product-item-name {
  margin-bottom: 0 !important;
}
.sales-order-view .order-details-items .actions-toolbar a,
.sales-order-invoice .order-details-items .actions-toolbar a,
.sales-order-shipment .order-details-items .actions-toolbar a,
.sales-order-creditmemo .order-details-items .actions-toolbar a,
.sales-order-print .order-details-items .actions-toolbar a {
  color: #10a0dd;
  font-weight: 500;
}
.sales-order-view .order-links .item,
.sales-order-invoice .order-links .item,
.sales-order-shipment .order-links .item,
.sales-order-creditmemo .order-links .item,
.sales-order-print .order-links .item {
  cursor: pointer;
  font-size: 1.4rem;
  font-weight: 700;
}
.sales-order-view .order-links .item strong,
.sales-order-invoice .order-links .item strong,
.sales-order-shipment .order-links .item strong,
.sales-order-creditmemo .order-links .item strong,
.sales-order-print .order-links .item strong {
  font-weight: 700 !important;
}
.sales-order-view .order-links .item strong,
.sales-order-invoice .order-links .item strong,
.sales-order-shipment .order-links .item strong,
.sales-order-creditmemo .order-links .item strong,
.sales-order-print .order-links .item strong,
.sales-order-view .order-links .item a,
.sales-order-invoice .order-links .item a,
.sales-order-shipment .order-links .item a,
.sales-order-creditmemo .order-links .item a,
.sales-order-print .order-links .item a {
  color: #323232;
}
.sales-order-view .order-title,
.sales-order-invoice .order-title,
.sales-order-shipment .order-title,
.sales-order-creditmemo .order-title,
.sales-order-print .order-title {
  color: #323232;
}
.sales-order-view .order-title strong,
.sales-order-invoice .order-title strong,
.sales-order-shipment .order-title strong,
.sales-order-creditmemo .order-title strong,
.sales-order-print .order-title strong {
  color: #323232;
}
.sales-order-view .order-title a,
.sales-order-invoice .order-title a,
.sales-order-shipment .order-title a,
.sales-order-creditmemo .order-title a,
.sales-order-print .order-title a {
  color: #10a0dd;
}
.sales-order-view .table,
.sales-order-invoice .table,
.sales-order-shipment .table,
.sales-order-creditmemo .table,
.sales-order-print .table {
  background-color: #ffffff;
  box-shadow: none;
}
.sales-order-view .table th,
.sales-order-invoice .table th,
.sales-order-shipment .table th,
.sales-order-creditmemo .table th,
.sales-order-print .table th,
.sales-order-view .table td,
.sales-order-invoice .table td,
.sales-order-shipment .table td,
.sales-order-creditmemo .table td,
.sales-order-print .table td {
  color: #323232;
}
.sales-order-view .table th a,
.sales-order-invoice .table th a,
.sales-order-shipment .table th a,
.sales-order-creditmemo .table th a,
.sales-order-print .table th a,
.sales-order-view .table td a,
.sales-order-invoice .table td a,
.sales-order-shipment .table td a,
.sales-order-creditmemo .table td a,
.sales-order-print .table td a {
  color: #10a0dd;
}
.sales-order-view .table th .price,
.sales-order-invoice .table th .price,
.sales-order-shipment .table th .price,
.sales-order-creditmemo .table th .price,
.sales-order-print .table th .price,
.sales-order-view .table td .price,
.sales-order-invoice .table td .price,
.sales-order-shipment .table td .price,
.sales-order-creditmemo .table td .price,
.sales-order-print .table td .price {
  color: #9d1107;
}
.sales-order-view .table th strong,
.sales-order-invoice .table th strong,
.sales-order-shipment .table th strong,
.sales-order-creditmemo .table th strong,
.sales-order-print .table th strong,
.sales-order-view .table td strong,
.sales-order-invoice .table td strong,
.sales-order-shipment .table td strong,
.sales-order-creditmemo .table td strong,
.sales-order-print .table td strong {
  color: #323232;
}
.sales-order-view .table tfoot th,
.sales-order-invoice .table tfoot th,
.sales-order-shipment .table tfoot th,
.sales-order-creditmemo .table tfoot th,
.sales-order-print .table tfoot th,
.sales-order-view .table tfoot td,
.sales-order-invoice .table tfoot td,
.sales-order-shipment .table tfoot td,
.sales-order-creditmemo .table tfoot td,
.sales-order-print .table tfoot td {
  padding-top: 1.1rem !important;
}
.sales-order-view .table-order-items .items-qty .item {
  text-align: center;
}
.sales-order-view .table-order-items td.image {
  width: 22rem;
}
.sales-order-view .table-order-items td.image img {
  max-width: 18rem;
  width: 100%;
}
.block-order-details-view .block-content .box {
  box-shadow: none !important;
}
.block-order-details-view .block-content .box .box-content {
  border-radius: 0 0 2rem 2rem;
}
.customer-account-index .page.messages,
.account .page.messages {
  margin-top: 3rem;
}
@media screen and (max-width: 768px) {
  .customer-account-index .sidebar,
  .account .sidebar {
    position: static !important;
  }
  .customer-account-index .sidebar .block-collapsible-nav,
  .account .sidebar .block-collapsible-nav {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
    margin: 2rem 0 0;
    z-index: 4;
  }
}
@media screen and (min-width: 769px) and (max-width: 991px) {
  .customer-account-index .sidebar,
  .account .sidebar {
    order: 0;
  }
}
.customer-account-index .sidebar .items .item,
.account .sidebar .items .item {
  border: none;
  margin-bottom: 0;
  text-transform: capitalize;
}
.customer-account-index .sidebar .items .item.current strong,
.account .sidebar .items .item.current strong,
.customer-account-index .sidebar .items .item.current a,
.account .sidebar .items .item.current a {
  font-weight: 700;
}
.customer-account-index .sidebar .items .item > strong,
.account .sidebar .items .item > strong,
.customer-account-index .sidebar .items .item > a,
.account .sidebar .items .item > a {
  border-bottom: none;
  font-size: 14px;
  font-weight: 500;
  padding: 1rem 0.8rem 1rem 1.5rem;
}
.customer-account-index .sidebar .items .item > strong::before,
.account .sidebar .items .item > strong::before,
.customer-account-index .sidebar .items .item > a::before,
.account .sidebar .items .item > a::before {
  color: #323232;
}
.customer-account-index .sidebar .items .item .delimiter,
.account .sidebar .items .item .delimiter {
  border-bottom: solid 1px #b9b9b9;
  display: block;
}
.customer-account-index .sidebar .items .item strong,
.account .sidebar .items .item strong,
.customer-account-index .sidebar .items .item a,
.account .sidebar .items .item a {
  color: #323232;
}
@media (max-width: 767px) {
  .customer-account-index .sidebar .items .item:last-child > strong,
  .account .sidebar .items .item:last-child > strong,
  .customer-account-index .sidebar .items .item:last-child > a,
  .account .sidebar .items .item:last-child > a {
    border-bottom: none;
  }
}
.wishlist-index-index .limiter {
  margin-bottom: 1rem;
}
.wishlist-index-index .limiter .limiter-label {
  color: #323232;
  font-size: 1.4rem;
  font-weight: 700;
}
.wishlist-index-index .product-items {
  display: flex;
  gap: 1.5rem;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
}
.wishlist-index-index .product-items .product-item {
  height: inherit;
  margin: 0;
}
@media (min-width: 769px) {
  .wishlist-index-index .product-items .product-item {
    flex: 0 1 0;
    width: auto !important;
  }
}
.wishlist-index-index .product-items .product-item .product-item-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.wishlist-index-index .product-items .product-item .product-item-info .product-item-inner {
  margin-top: 0;
  padding-top: 0;
}
.wishlist-index-index .product-item-name {
  color: #323232;
  font-size: 1.6rem;
  font-weight: 600;
  margin-left: 0 !important;
}
.wishlist-index-index .product-item-name a {
  color: inherit;
}
.wishlist-index-index .price-box {
  margin-left: 0 !important;
}
.wishlist-index-index .price-box .price-container {
  align-items: center;
  column-gap: 0.5rem;
  display: flex;
  justify-content: center;
}
.wishlist-index-index .price-box .price-container .price-label {
  color: #323232;
  font-size: 1.8rem;
  font-weight: 400;
}
.wishlist-index-index .price-box .price-container .price {
  color: #9d1107;
}
.wishlist-index-index .box-tocart {
  margin-bottom: 1rem !important;
}
@media (max-width: 768px) {
  .wishlist-index-index .box-tocart {
    display: block;
    width: 100%;
  }
}
.wishlist-index-index .box-tocart .fieldset {
  display: flex !important;
  align-items: center;
  column-gap: 2rem;
  flex-wrap: wrap;
}
.wishlist-index-index .box-tocart .field.qty .input-text {
  border-color: #323232 !important;
  font-size: 1.4rem;
  color: #323232 !important;
}
@media screen and (max-width: 767px) {
  .wishlist-index-index .box-tocart .field.qty {
    display: inline-block !important;
  }
}
.wishlist-index-index .product-item-inner .product-item-comment {
  border-color: #323232;
  font-size: 1.4rem;
  color: #323232;
}
.wishlist-index-index .product-item-inner .product-item-comment::placeholder {
  color: #777777;
}
.wishlist-index-index .product-item-actions {
  margin-top: 0 !important;
}
.wishlist-index-index .product-item-actions .action {
  color: #ffffff;
  line-height: 1;
  padding: 6px 20px 9px;
}
@media (max-width: 768px) {
  .wishlist-index-index .product-item-actions .action {
    float: unset;
  }
}
.wishlist-index-index .product-item-actions .action.edit {
  background-color: #323232;
  border-color: #323232;
}
.wishlist-index-index .product-item-actions .action.delete {
  background-color: #10a0dd;
  border-color: #10a0dd;
}
.wishlist-index-index .actions-toolbar {
  padding-top: 2rem;
}
.wishlist-index-index .actions-toolbar > .primary {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  flex-wrap: wrap;
  justify-content: center;
  float: unset;
}
.wishlist-index-index .actions-toolbar .action {
  margin: 0 !important;
}
@media screen and (max-width: 576px) {
  .wishlist-index-index .actions-toolbar .action {
    width: 100% !important;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .cms-privacy-policy .page-main {
    position: relative;
    padding-top: 41px;
  }
}
.cms-privacy-policy-cookie-restriction-mode .breadcrumbs,
.cms-privacy-security .breadcrumbs {
  background-color: transparent !important;
  border: none;
}
.cms-privacy-policy-cookie-restriction-mode .breadcrumbs .items,
.cms-privacy-security .breadcrumbs .items {
  padding: 5px 0;
}
.cms-privacy-policy-cookie-restriction-mode .breadcrumbs .items .item:not(:last-child)::after,
.cms-privacy-security .breadcrumbs .items .item:not(:last-child)::after {
  color: #323232;
  content: '';
  font-size: 1rem;
  margin: 0;
  font-family: 'FontAwesome';
  margin-top: 4px;
}
.cms-privacy-policy-cookie-restriction-mode .breadcrumbs .items .item a,
.cms-privacy-security .breadcrumbs .items .item a,
.cms-privacy-policy-cookie-restriction-mode .breadcrumbs .items .item strong,
.cms-privacy-security .breadcrumbs .items .item strong {
  font-size: 20px;
  font-weight: 400;
  text-transform: capitalize;
}
@media screen and (max-width: 767px) {
  .cms-privacy-policy-cookie-restriction-mode .breadcrumbs .items .item a,
  .cms-privacy-security .breadcrumbs .items .item a,
  .cms-privacy-policy-cookie-restriction-mode .breadcrumbs .items .item strong,
  .cms-privacy-security .breadcrumbs .items .item strong {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .cms-privacy-policy-cookie-restriction-mode .breadcrumbs .items .item,
  .cms-privacy-security .breadcrumbs .items .item {
    font-size: 1.5rem;
  }
}
.cms-privacy-policy-cookie-restriction-mode .page-title-wrapper .page-title,
.cms-privacy-security .page-title-wrapper .page-title {
  color: #323232 !important;
  font-size: 20px;
  font-weight: 600 !important;
  text-transform: capitalize !important;
}
@media screen and (min-width: 1900px) {
  .cms-privacy-policy-cookie-restriction-mode .page-title-wrapper .page-title,
  .cms-privacy-security .page-title-wrapper .page-title {
    font-size: 30px;
  }
}
.cms-privacy-policy-cookie-restriction-mode .privacy-policy,
.cms-privacy-security .privacy-policy {
  background-color: #ffffff;
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  padding: 2rem;
}
@media screen and (max-width: 576px) {
  .cms-privacy-policy-cookie-restriction-mode .privacy-policy,
  .cms-privacy-security .privacy-policy {
    overflow-x: scroll;
  }
}
.cms-privacy-policy-cookie-restriction-mode .privacy-policy p,
.cms-privacy-security .privacy-policy p,
.cms-privacy-policy-cookie-restriction-mode .privacy-policy h1,
.cms-privacy-security .privacy-policy h1,
.cms-privacy-policy-cookie-restriction-mode .privacy-policy h2,
.cms-privacy-security .privacy-policy h2,
.cms-privacy-policy-cookie-restriction-mode .privacy-policy h3,
.cms-privacy-security .privacy-policy h3,
.cms-privacy-policy-cookie-restriction-mode .privacy-policy h4,
.cms-privacy-security .privacy-policy h4,
.cms-privacy-policy-cookie-restriction-mode .privacy-policy h5,
.cms-privacy-security .privacy-policy h5,
.cms-privacy-policy-cookie-restriction-mode .privacy-policy h6,
.cms-privacy-security .privacy-policy h6,
.cms-privacy-policy-cookie-restriction-mode .privacy-policy li,
.cms-privacy-security .privacy-policy li,
.cms-privacy-policy-cookie-restriction-mode .privacy-policy strong,
.cms-privacy-security .privacy-policy strong,
.cms-privacy-policy-cookie-restriction-mode .privacy-policy span,
.cms-privacy-security .privacy-policy span,
.cms-privacy-policy-cookie-restriction-mode .privacy-policy th,
.cms-privacy-security .privacy-policy th,
.cms-privacy-policy-cookie-restriction-mode .privacy-policy td,
.cms-privacy-security .privacy-policy td {
  color: #323232;
}
.cms-privacy-policy-cookie-restriction-mode .privacy-policy h1,
.cms-privacy-security .privacy-policy h1,
.cms-privacy-policy-cookie-restriction-mode .privacy-policy h2,
.cms-privacy-security .privacy-policy h2,
.cms-privacy-policy-cookie-restriction-mode .privacy-policy h3,
.cms-privacy-security .privacy-policy h3,
.cms-privacy-policy-cookie-restriction-mode .privacy-policy h4,
.cms-privacy-security .privacy-policy h4,
.cms-privacy-policy-cookie-restriction-mode .privacy-policy h5,
.cms-privacy-security .privacy-policy h5,
.cms-privacy-policy-cookie-restriction-mode .privacy-policy h6,
.cms-privacy-security .privacy-policy h6,
.cms-privacy-policy-cookie-restriction-mode .privacy-policy a,
.cms-privacy-security .privacy-policy a,
.cms-privacy-policy-cookie-restriction-mode .privacy-policy strong,
.cms-privacy-security .privacy-policy strong {
  font-weight: 600;
}
.cms-privacy-policy-cookie-restriction-mode .privacy-policy a,
.cms-privacy-security .privacy-policy a {
  color: #10a0dd;
}
.cms-privacy-policy-cookie-restriction-mode .privacy-policy p,
.cms-privacy-security .privacy-policy p,
.cms-privacy-policy-cookie-restriction-mode .privacy-policy a,
.cms-privacy-security .privacy-policy a,
.cms-privacy-policy-cookie-restriction-mode .privacy-policy li,
.cms-privacy-security .privacy-policy li,
.cms-privacy-policy-cookie-restriction-mode .privacy-policy th,
.cms-privacy-security .privacy-policy th,
.cms-privacy-policy-cookie-restriction-mode .privacy-policy td,
.cms-privacy-security .privacy-policy td {
  font-size: 16px;
  line-height: 1.4;
}
@media screen and (min-width: 1900px) {
  .cms-privacy-policy-cookie-restriction-mode .privacy-policy p,
  .cms-privacy-security .privacy-policy p,
  .cms-privacy-policy-cookie-restriction-mode .privacy-policy a,
  .cms-privacy-security .privacy-policy a,
  .cms-privacy-policy-cookie-restriction-mode .privacy-policy li,
  .cms-privacy-security .privacy-policy li,
  .cms-privacy-policy-cookie-restriction-mode .privacy-policy th,
  .cms-privacy-security .privacy-policy th,
  .cms-privacy-policy-cookie-restriction-mode .privacy-policy td,
  .cms-privacy-security .privacy-policy td {
    font-size: 18px;
  }
}
.contact-index-index form.contact button {
  background-color: #323232 !important;
  border-radius: 100px !important;
  color: #ffffff !important;
  height: 38px;
  text-transform: capitalize !important;
}
.contact-index-index .contact {
  background-color: #ffffff;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  padding: 2rem;
}
.contact-index-index .contact legend {
  font-weight: 700 !important;
}
.contact-index-index .contact .legend,
.contact-index-index .contact label {
  color: #323232;
  text-transform: capitalize;
}
.contact-index-index .contact label[for='comment'] {
  text-transform: none;
}
.contact-index-index .contact label span {
  font-size: 1.4rem;
  color: #323232;
}
.contact-index-index .contact input,
.contact-index-index .contact select {
  border: solid 1px #707070;
  border-radius: 100px;
}
.contact-index-index .contact textarea {
  border: solid 1px #707070;
}
@media screen and (max-width: 768px) {
  .contact-index-index .contact > .fieldset {
    margin-bottom: 0;
  }
}
.contact-index-index .contact .telephone {
  margin-bottom: 1.8rem !important;
}
.contact-index-index .contact-info {
  background-color: #ffffff;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  padding: 2rem;
}
@media screen and (max-width: 767px) {
  .contact-index-index .contact-info {
    margin: 20px 10px 0;
  }
}
.contact-index-index .contact-info .contacts-title {
  color: #323232;
  text-transform: capitalize;
}
.contact-index-index .contact-info i {
  background-color: #323232 !important;
}
.contact-index-index .contact-info p {
  color: #323232;
  word-break: break-all;
}
.contact-index-index .contact-info p a {
  color: #10a0dd;
}
.customdiscs-index-post .page.messages {
  padding: 1rem 1.8rem;
}
.customdiscs-index-post .columns {
  padding-top: 0 !important;
  padding-right: 1.8rem;
  padding-left: 1.8rem;
}
@media screen and (max-width: 768px) {
  .customdiscs-index-post .columns {
    z-index: auto !important;
  }
}
@media screen and (max-width: 676px) {
  .customdiscs-index-post .columns {
    padding-right: 0.9rem;
    padding-left: 0.9rem;
  }
}
.customdiscs-index-post main {
  display: flex;
  flex-direction: column;
  max-width: 100%;
  padding-top: 0;
}
.customdiscs-index-post .page-title-wrapper {
  display: none !important;
}
.customdiscs-index-post .sale-toggle {
  column-gap: 1rem;
  display: inline-flex;
  float: right;
  padding-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .customdiscs-index-post .sale-toggle {
    float: left;
    padding-left: 1.5rem;
  }
}
.customdiscs-index-post .sale-toggle > p {
  align-self: center;
  color: #323232;
  font-size: 1.6rem;
  font-weight: 600;
  margin: 0;
}
.customdiscs-index-post .switch {
  display: inline-block;
  height: 34px;
  position: relative;
  width: 74px;
}
.customdiscs-index-post .switch input[type="checkbox"] {
  height: 0;
  opacity: 0;
  width: 0;
}
.customdiscs-index-post .switch input[type="checkbox"]:checked + .slider {
  background-color: #10a0dd !important;
}
.customdiscs-index-post .switch input[type="checkbox"]:checked + .slider:before {
  background-color: #10a0dd !important;
  -webkit-transform: translateX(39px);
  -ms-transform: translateX(39px);
  transform: translateX(39px);
}
.customdiscs-index-post .switch .slider {
  background-color: #323232;
  border-radius: 100px;
  bottom: 0;
  cursor: pointer;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: .4s;
  -webkit-transition: .4s;
}
.customdiscs-index-post .switch .slider:before {
  background-color: #323232;
  border: 5px solid #ffffff;
  border-radius: 50%;
  bottom: 4px;
  content: "";
  height: 26px;
  left: 4px;
  position: absolute;
  width: 26px;
  -webkit-transition: .4s;
  transition: .4s;
}
.customdiscs-index-post #layered-filter-block {
  background-color: #323232;
  border: none;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.161);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  order: -9999;
  justify-content: space-between;
  left: 0;
  margin-bottom: 0;
  padding: 1.5rem 2rem;
  position: sticky;
  top: 49px;
  transition: top 0.3s;
  width: 100%;
  z-index: 4;
}
@media screen and (max-width: 767px) {
  .customdiscs-index-post #layered-filter-block {
    grid-template-columns: repeat(1, 1fr);
    grid-auto-flow: row;
    justify-content: center;
  }
  .customdiscs-index-post #layered-filter-block::before {
    opacity: 0;
    visibility: hidden;
  }
}
@media screen and (max-width: 491px) {
  .customdiscs-index-post #layered-filter-block {
    top: 49px;
  }
}
@media screen and (max-width: 768px) {
  .customdiscs-index-post #layered-filter-block {
    padding: 1.5rem 1rem 2rem;
  }
}
.customdiscs-index-post #layered-filter-block.nav-up {
  top: -6rem;
}
@media screen and (max-width: 768px) {
  .customdiscs-index-post #layered-filter-block.nav-up {
    top: -15rem;
  }
}
.customdiscs-index-post #layered-filter-block .left-section {
  align-items: center;
  column-gap: 54px;
  display: flex;
  width: auto !important;
}
.customdiscs-index-post #layered-filter-block .left-section .back_button,
.customdiscs-index-post #layered-filter-block .left-section .detail_button {
  color: #f1f1f1;
  font-size: 2rem;
  font-weight: 600;
  line-height: 2.4rem;
}
.customdiscs-index-post #layered-filter-block .left-section .back_button::before,
.customdiscs-index-post #layered-filter-block .left-section .detail_button::before,
.customdiscs-index-post #layered-filter-block .left-section .back_button::after,
.customdiscs-index-post #layered-filter-block .left-section .detail_button::after {
  font-size: 2.7rem;
  line-height: 0;
}
@media screen and (max-width: 1290px) {
  .customdiscs-index-post #layered-filter-block .left-section .back_button::before,
  .customdiscs-index-post #layered-filter-block .left-section .detail_button::before,
  .customdiscs-index-post #layered-filter-block .left-section .back_button::after,
  .customdiscs-index-post #layered-filter-block .left-section .detail_button::after {
    font-size: 1.5rem;
  }
}
.customdiscs-index-post #layered-filter-block .left-section .back_button::before {
  content: '\2039';
  margin-right: 1.3rem;
}
@media screen and (max-width: 991px) {
  .customdiscs-index-post #layered-filter-block .left-section .back_button::before {
    margin-right: 0.8rem;
  }
}
.customdiscs-index-post #layered-filter-block .left-section .detail_button {
  display: none;
}
.customdiscs-index-post #layered-filter-block .left-section .detail_button::after {
  content: '\203A';
}
@media screen and (max-width: 991px) {
  .customdiscs-index-post #layered-filter-block .left-section .detail_button::after {
    margin-left: 0.8rem;
  }
}
.customdiscs-index-post #layered-filter-block .left-section .discs_details {
  border-top: solid 1px #ffffff;
  width: 100%;
  position: relative;
  justify-content: space-between;
  max-width: 150px;
}
.customdiscs-index-post #layered-filter-block .left-section .discs_details::after {
  background-color: #ffffff;
  border-radius: 0 0 70% 70%;
  content: '';
  height: 1.2rem;
  right: 0;
  position: absolute;
  top: -1px;
  transform: rotate(12deg);
  width: 1px;
}
@media screen and (max-width: 767px) {
  .customdiscs-index-post #layered-filter-block .left-section .discs_details::after {
    height: 1rem;
  }
}
.customdiscs-index-post #layered-filter-block .left-section .discs_details .attrs {
  color: #ffffff;
  flex-basis: auto;
  font-size: 1.3rem;
  font-style: italic;
  font-weight: 600;
  line-height: 1.9rem;
  width: unset;
  padding: 2px 0 0 0;
  flex: 1;
  position: relative;
}
.customdiscs-index-post #layered-filter-block .left-section .discs_details .attrs::before {
  background-color: #ffffff;
  border-radius: 0 0 70% 70%;
  content: '';
  height: 1.2rem;
  left: -2px;
  position: absolute;
  top: -1px;
  transform: rotate(12deg);
  width: 1px;
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .customdiscs-index-post #layered-filter-block .left-section .discs_details .attrs {
    padding: 2px 12px 0 9px;
  }
}
@media screen and (max-width: 767px) {
  .customdiscs-index-post #layered-filter-block .left-section .discs_details .attrs {
    font-size: 1.1rem;
    line-height: 1.3rem;
  }
  .customdiscs-index-post #layered-filter-block .left-section .discs_details .attrs::before {
    height: 1rem;
  }
}
.customdiscs-index-post #layered-filter-block .left-section .flight_details {
  color: #f1f1f1;
  font-size: 2rem;
  font-weight: 500;
  line-height: 2.4rem;
}
@media screen and (max-width: 1290px) {
  .customdiscs-index-post #layered-filter-block .left-section {
    width: 290px;
  }
  .customdiscs-index-post #layered-filter-block .left-section .back_button,
  .customdiscs-index-post #layered-filter-block .left-section .detail_button {
    font-size: 1.2rem;
    line-height: 1.9rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .customdiscs-index-post #layered-filter-block .left-section {
    justify-content: flex-start;
    column-gap: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .customdiscs-index-post #layered-filter-block .left-section {
    justify-content: space-between;
    width: 100% !important;
  }
  .customdiscs-index-post #layered-filter-block .left-section .detail_button {
    display: block;
  }
}
.customdiscs-index-post #layered-filter-block .filter-title {
  display: none;
}
.customdiscs-index-post #layered-filter-block .filter-content {
  align-items: center;
  column-gap: 17.6rem;
  display: flex;
  margin-top: 0;
  place-content: center;
  text-align: center;
}
@media screen and (max-width: 1420px) {
  .customdiscs-index-post #layered-filter-block .filter-content {
    column-gap: 7.6rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .customdiscs-index-post #layered-filter-block .filter-content {
    column-gap: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .customdiscs-index-post #layered-filter-block .filter-content {
    column-gap: 1.6rem;
    padding-top: 1.5rem;
    align-items: center;
    justify-content: space-evenly;
  }
}
.customdiscs-index-post #layered-filter-block .filter-content .filter-current .filter-current-subtitle {
  border: none;
  color: #ffffff;
  text-transform: capitalize;
}
.customdiscs-index-post #layered-filter-block .filter-content .filter-current .items .item,
.customdiscs-index-post #layered-filter-block .filter-content .filter-current .items .item * {
  color: #ffffff !important;
}
.customdiscs-index-post #layered-filter-block .filter-content .filter-options-item {
  margin-bottom: 0;
  margin-right: 0;
  min-width: unset !important;
}
.customdiscs-index-post #layered-filter-block .filter-content .filter-options-item:first-child.open .filter-options-title::before {
  bottom: -1.25rem;
}
.customdiscs-index-post #layered-filter-block .filter-content .filter-options-item.open .filter-options-title {
  position: relative;
}
.customdiscs-index-post #layered-filter-block .filter-content .filter-options-item.open .filter-options-title::before {
  background-color: #f1f1f1;
  bottom: -1.7rem;
  content: '';
  height: 3px;
  position: absolute;
  width: 100%;
}
.customdiscs-index-post #layered-filter-block .filter-content .filter-options-item:first-child .filter-options-title svg {
  width: 30px;
  height: 30px;
}
@media screen and (max-width: 767px) {
  .customdiscs-index-post #layered-filter-block .filter-content .filter-options-item:first-child .filter-options-title svg {
    width: 18px;
    height: 18px;
  }
}
.customdiscs-index-post #layered-filter-block .filter-content .filter-options-item .filter-options-title {
  border-bottom: none;
  border-radius: 0;
  color: #f1f1f1;
  font-size: 2rem;
  font-weight: 600;
  line-height: 2.4rem;
  margin: 0;
  padding: 0;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  column-gap: 2rem;
}
@media screen and (max-width: 1290px) {
  .customdiscs-index-post #layered-filter-block .filter-content .filter-options-item .filter-options-title {
    font-size: 1.5rem;
    line-height: 1.9rem;
  }
}
@media screen and (max-width: 991px) {
  .customdiscs-index-post #layered-filter-block .filter-content .filter-options-item .filter-options-title {
    column-gap: 0.5rem;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .customdiscs-index-post #layered-filter-block .filter-content .filter-options-item .filter-options-title {
    font-size: 1.2rem;
    line-height: 1.5rem;
  }
}
.customdiscs-index-post #layered-filter-block .filter-content .filter-options-item .filter-options-title::after {
  display: none;
}
.customdiscs-index-post #layered-filter-block .filter-content .filter-options-item .filter-options-title svg {
  width: 22px;
  height: 22px;
  fill: #ffffff;
}
@media screen and (max-width: 767px) {
  .customdiscs-index-post #layered-filter-block .filter-content .filter-options-item .filter-options-title svg {
    width: 18px;
    height: 18px;
  }
}
.customdiscs-index-post #layered-filter-block .filter-content .filter-options-item .filter_content {
  background-color: #323232;
  border-radius: 0 0 3.4rem 3.4rem;
  box-shadow: 0 7px 10px rgba(0, 0, 0, 0.3);
  left: 50%;
  width: 90rem !important;
  position: absolute;
  top: 6rem;
  transform: translateX(-50%);
  width: 100%;
  z-index: 5;
}
@media screen and (max-width: 991px) {
  .customdiscs-index-post #layered-filter-block .filter-content .filter-options-item .filter_content {
    width: 75rem !important;
  }
}
@media screen and (max-width: 767px) {
  .customdiscs-index-post #layered-filter-block .filter-content .filter-options-item .filter_content {
    top: 8.5rem;
    width: 100% !important;
    border-top: solid 1px #b9b9b9;
  }
}
.customdiscs-index-post #layered-filter-block .filter-content .filter-options-item .filter_content.color .col-sm-6 {
  margin-top: 3rem;
  padding-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .customdiscs-index-post #layered-filter-block .filter-content .filter-options-item .filter_content.color .col-sm-6 {
    max-width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .customdiscs-index-post #layered-filter-block .filter-content .filter-options-item .filter_content.color .col-sm-6:first-child {
    border-right: 2px solid #434343;
  }
}
.customdiscs-index-post #layered-filter-block .filter-content .filter-options-item .filter_content .filter--opt-title {
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 2.3rem;
}
@media (min-width: 1900px) {
  .customdiscs-index-post #layered-filter-block .filter-content .filter-options-item .filter_content .filter--opt-title {
    font-size: 2.5rem;
    line-height: 3rem;
  }
}
.customdiscs-index-post #layered-filter-block .filter-content .filter-options-item .filter_content .discs_color1 .swatch-option,
.customdiscs-index-post #layered-filter-block .filter-content .filter-options-item .filter_content .universal_color1 .swatch-option {
  border: 0;
  height: 28px;
  margin-bottom: 1.6rem;
  min-width: 73px;
}
.customdiscs-index-post #layered-filter-block .filter-content .filter-options-item .filter_content .discs_stamp_color .swatch-option {
  border: 0;
  height: 40px;
  margin-bottom: 2rem;
  min-width: 40px;
}
.customdiscs-index-post #layered-filter-block .filter-content .filter-options-item .plastic {
  max-height: 70vh;
  overflow-y: auto;
  padding: 1.8rem 0.5rem 0;
}
@media screen and (max-width: 768px) {
  .customdiscs-index-post #layered-filter-block .filter-content .filter-options-item .plastic {
    padding-bottom: 12rem;
  }
}
.customdiscs-index-post #layered-filter-block .filter-content .filter-options-item .plastic .items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  text-align: left;
}
@media screen and (max-width: 575px) {
  .customdiscs-index-post #layered-filter-block .filter-content .filter-options-item .plastic .items {
    grid-template-columns: none;
  }
}
.customdiscs-index-post #layered-filter-block .filter-content .filter-options-item .plastic .item_option {
  background-color: #ffffff;
  border-radius: 2.5rem;
  margin: 0 0.5rem 1rem !important;
  max-width: 97%;
  padding-bottom: 5.5rem;
  padding-top: 2.5rem;
}
@media screen and (max-width: 894px) {
  .customdiscs-index-post #layered-filter-block .filter-content .filter-options-item .plastic .item_option {
    max-width: 98.75%;
  }
}
@media screen and (max-width: 768px) {
  .customdiscs-index-post #layered-filter-block .filter-content .filter-options-item .plastic .item_option {
    display: flex;
    padding-top: 1.5rem;
    padding-bottom: 4rem;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 600px) {
  .customdiscs-index-post #layered-filter-block .filter-content .filter-options-item .plastic .item_option {
    max-width: 97.5%;
  }
}
.customdiscs-index-post #layered-filter-block .filter-content .filter-options-item .plastic .item_option .plastic__remove-btn {
  background-color: #dc3545 !important;
}
.customdiscs-index-post #layered-filter-block .filter-content .filter-options-item .plastic .item_option > div:first-child img {
  max-width: 13.7rem;
  width: 100%;
}
@media screen and (max-width: 640px) {
  .customdiscs-index-post #layered-filter-block .filter-content .filter-options-item .plastic .item_option > div:first-child img {
    max-width: 12.5rem;
    padding: 0;
  }
}
.customdiscs-index-post #layered-filter-block .filter-content .filter-options-item .plastic .item_option > div:first-child a {
  display: none;
}
@media screen and (max-width: 768px) {
  .customdiscs-index-post #layered-filter-block .filter-content .filter-options-item .plastic .item_option .img-wrapper {
    flex: 1;
  }
}
.customdiscs-index-post #layered-filter-block .filter-content .filter-options-item .plastic .item_option .specs-wrapper {
  column-gap: 1.3rem;
  display: grid;
  place-items: center;
}
@media screen and (max-width: 768px) {
  .customdiscs-index-post #layered-filter-block .filter-content .filter-options-item .plastic .item_option .specs-wrapper {
    align-items: start;
    flex: 1;
  }
}
@media screen and (max-width: 640px) {
  .customdiscs-index-post #layered-filter-block .filter-content .filter-options-item .plastic .item_option .specs-wrapper {
    flex: 1.5;
  }
}
.customdiscs-index-post #layered-filter-block .filter-content .filter-options-item .plastic .item_option .label h3 {
  color: #323232;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.4rem;
  text-align: center;
  margin: 0;
}
@media screen and (max-width: 894px) {
  .customdiscs-index-post #layered-filter-block .filter-content .filter-options-item .plastic .item_option .label h3 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .customdiscs-index-post #layered-filter-block .filter-content .filter-options-item .plastic .item_option .label h3 {
    margin: 0;
  }
}
.customdiscs-index-post #layered-filter-block .filter-content .filter-options-item .plastic .item_option .label h3 .filter-count-label {
  padding-left: 5px;
}
.customdiscs-index-post #layered-filter-block .filter-content .filter-options-item .plastic .item_option .attr_option_details {
  justify-self: stretch;
}
.customdiscs-index-post #layered-filter-block .filter-content .filter-options-item .plastic .item_option .attr_option_details > div {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.customdiscs-index-post #layered-filter-block .filter-content .filter-options-item .plastic .item_option .attr_option_details > div span {
  color: #323232;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.3rem;
}
.customdiscs-index-post #layered-filter-block .filter-content .filter-options-item .plastic .item_option .attr_option_details h4 {
  color: #323232;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.5rem;
  margin: 0 0 0.5rem;
}
.customdiscs-index-post #layered-filter-block .filter-content .filter-options-item .plastic .item_option p {
  color: #323232;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.3rem;
}
.customdiscs-index-post #layered-filter-block .filter-content .filter-options-item .plastic .item_option > div:last-child {
  border-radius: 0 0 2.5rem 2.5rem;
  bottom: 0;
  left: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 100%;
  display: flex;
}
.customdiscs-index-post #layered-filter-block .filter-content .filter-options-item .plastic .item_option > div:last-child a {
  color: #ffffff;
  font-size: 0.9rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  justify-content: center;
  line-height: 1.1rem;
}
.customdiscs-index-post #layered-filter-block .filter-content .filter-options-item .plastic .item_option > div:last-child a:hover {
  text-decoration: none;
}
.customdiscs-index-post #layered-filter-block .filter-content .filter-options-item .plastic .item_option > div:last-child .toggle_desc {
  position: relative;
}
.customdiscs-index-post #layered-filter-block .filter-content .filter-options-item .plastic .item_option > div:last-child .toggle_desc::before {
  position: absolute;
  left: 55px;
  font-size: 9px;
  color: #ffffff;
}
@media screen and (min-width: 700px) and (max-width: 992px) {
  .customdiscs-index-post #layered-filter-block .filter-content .filter-options-item .plastic .item_option > div:last-child .toggle_desc::before {
    left: 35px;
  }
}
@media screen and (min-width: 576px) and (max-width: 701px) {
  .customdiscs-index-post #layered-filter-block .filter-content .filter-options-item .plastic .item_option > div:last-child .toggle_desc::before {
    left: 18px;
  }
}
@media screen and (max-width: 441px) {
  .customdiscs-index-post #layered-filter-block .filter-content .filter-options-item .plastic .item_option > div:last-child .toggle_desc::before {
    left: 38px;
  }
}
.customdiscs-index-post #layered-filter-block .filter-content .filter-options-item .plastic .item_option > div:last-child .toggle_desc.hidetext::before {
  content: '+';
}
.customdiscs-index-post #layered-filter-block .filter-content .filter-options-item .plastic .item_option > div:last-child .toggle_desc.showtext::before {
  content: '-';
}
.customdiscs-index-post #layered-filter-block .filter-content .filter-options-item .plastic .item_option > div:last-child .col-sm-6 {
  padding: 0.5rem 0;
}
@media screen and (max-width: mdscreen-size) {
  .customdiscs-index-post #layered-filter-block .filter-content .filter-options-item .plastic .item_option > div:last-child .col-sm-6 {
    max-width: 100%;
  }
}
.customdiscs-index-post #layered-filter-block .filter-content .filter-options-item .plastic .item_option > div:last-child .col-sm-6:first-child {
  background-color: #404040;
}
.customdiscs-index-post #layered-filter-block .filter-content .filter-options-item .plastic .item_option > div:last-child .col-sm-6:last-child {
  background-color: #10a0dd;
}
.customdiscs-index-post #layered-filter-block .filter-content .filter-options-item .weight {
  padding: 1rem 10rem 2rem;
}
@media screen and (max-width: 768px) {
  .customdiscs-index-post #layered-filter-block .filter-content .filter-options-item .weight {
    padding: 1rem 3rem 2rem;
  }
}
.customdiscs-index-post #layered-filter-block .filter-content .filter-options-item .weight .mst-nav__slider-text {
  color: #ffffff;
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.9rem;
}
.customdiscs-index-post #layered-filter-block .filter-content .filter-options-item .weight .ui-slider {
  display: flex;
  align-items: center;
  background-color: #ffffff;
  height: 100%;
}
.customdiscs-index-post #layered-filter-block .filter-content .filter-options-item .weight .ui-slider .ui-slider-range {
  background-color: #ffffff;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.9rem;
  height: 0.4rem;
}
.customdiscs-index-post #layered-filter-block .filter-content .filter-options-item .weight .ui-slider .ui-slider-handle {
  background-color: #10a0dd;
  border-color: #10a0dd;
  border-radius: 10rem;
  box-shadow: none;
  width: 0.7rem;
  height: 2.2rem;
  cursor: pointer;
}
.customdiscs-index-post #layered-filter-block .filter-content .filter-options-item .weight .weight-wrapper {
  align-items: center;
  display: flex;
  column-gap: 1.5rem;
  padding-top: 2rem;
}
.customdiscs-index-post #layered-filter-block .filter-content .filter-options-item .weight .weight-wrapper .separator {
  width: 15px;
  height: 2px;
  background-color: #ffffff;
}
.customdiscs-index-post #layered-filter-block .filter-content .filter-options-item .weight input {
  border: solid 1px #323232;
  border-radius: 10rem;
  height: 3rem;
  max-width: 8.8rem;
  text-align: center;
  color: #323232;
  font-size: 1.5rem;
  line-height: 1.9rem;
  font-weight: 400;
  width: 100%;
}
.customdiscs-index-post #layered-filter-block .filter-content .filter-options-item .weight button {
  border: solid 1px #ffffff;
  background-color: transparent;
  color: #ffffff;
  font-weight: 600;
  transition: 0.4s;
  border-radius: 10rem;
}
.customdiscs-index-post #layered-filter-block .filter-content .filter-options-item .weight button:hover {
  background-color: #ffffff;
  color: #323232;
}
.customdiscs-index-post #layered-filter-block .filter-content .filter-options-item .weight .mst-nav__slider-del {
  color: #ffffff;
  font-size: 1.5rem;
}
.customdiscs-index-post #layered-filter-block .filter-content .filter-options-item .filter-options-title + .color {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-height: 70vh;
  overflow-y: auto;
}
@media screen and (max-width: 768px) {
  .customdiscs-index-post #layered-filter-block .filter-content .filter-options-item .filter-options-title + .color {
    display: grid;
    padding-bottom: 7rem;
  }
}
.customdiscs-index-post #layered-filter-block .filter-content .filter-options-item .filter-options-title + .color > .discs_color,
.customdiscs-index-post #layered-filter-block .filter-content .filter-options-item .filter-options-title + .color > .discs_stamp {
  margin-bottom: 2rem;
  padding: 1rem 3rem 0;
}
.customdiscs-index-post #layered-filter-block .filter-content .filter-options-item .filter-options-title + .color .filter_content-child {
  padding: 2rem 3rem 0;
}
@media (max-width: 768px) {
  .customdiscs-index-post #layered-filter-block .filter-content .filter-options-item .filter-options-title + .color .filter_content-child {
    padding: 2rem 1rem 0;
    width: 100%;
  }
}
.customdiscs-index-post #layered-filter-block .filter-content .filter-options-item .filter-options-title + .color .filter_content-child .filter--opt-title {
  font-size: 2rem;
  font-weight: 500;
  line-height: 2.4rem;
  text-align: left;
}
.customdiscs-index-post #layered-filter-block .filter-content .filter-options-item .filter-options-title + .color .filter_content-child .swatch-attribute {
  padding: 1rem 0 0;
}
.customdiscs-index-post #layered-filter-block .filter-content .filter-options-item .filter-options-title + .color .filter_content-child .swatch-attribute .color,
.customdiscs-index-post #layered-filter-block .filter-content .filter-options-item .filter-options-title + .color .filter_content-child .swatch-attribute .swatch-option[data-option-label="none"] {
  border-radius: 50%;
  height: 5rem;
  width: 5rem;
  display: grid;
  place-items: center;
  color: #ffffff;
  font-weight: 600;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  background-color: transparent !important;
  border: solid 1px #ffffff;
  margin-bottom: 1rem;
}
.customdiscs-index-post #layered-filter-block .filter-content .filter-options-item .filter-options-title + .color .filter_content-child .swatch-attribute .swatch-attribute-options[data-mst-nav-filter="discs_rim_color"] .image {
  border-radius: 50%;
  height: 4rem;
  width: 4rem;
  display: grid;
  place-items: center;
  color: #ffffff;
  font-weight: 600;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  border: 0;
}
.customdiscs-index-post #layered-filter-block .filter-content .filter-options-item .filter-options-title + .color > .discs_color {
  border-right: 2px solid #434343;
}
.customdiscs-index-post #layered-filter-block .filter-content .filter-options-item .filter-options-title + .color ._checked .swatch-option {
  outline: 2px solid #ff5501;
}
.customdiscs-index-post #layered-filter-block .right-section {
  display: flex;
  justify-content: end;
  align-items: center;
}
@media screen and (min-width: 1290px) {
  .customdiscs-index-post #layered-filter-block .right-section {
    column-gap: 4.7rem;
  }
}
@media screen and (max-width: 767px) {
  .customdiscs-index-post #layered-filter-block .right-section {
    justify-content: center;
    padding-top: 2rem;
  }
}
.customdiscs-index-post #layered-filter-block .right-section .detail_button {
  color: #f1f1f1;
  font-size: 2rem;
  font-weight: 600;
  line-height: 2.4rem;
}
@media screen and (max-width: 767px) {
  .customdiscs-index-post #layered-filter-block .right-section .detail_button {
    display: none;
  }
}
.customdiscs-index-post #layered-filter-block .right-section .detail_button::after {
  content: '\203A';
  font-size: 2.7rem;
  line-height: 0;
  margin-left: 1.3rem;
}
@media screen and (max-width: 1290px) {
  .customdiscs-index-post #layered-filter-block .right-section .detail_button::after {
    font-size: 1.5rem;
    margin-left: 0.8rem;
  }
}
@media screen and (max-width: 1290px) {
  .customdiscs-index-post #layered-filter-block .right-section .detail_button {
    font-size: 1.2rem;
    line-height: 1.9rem;
  }
}
.customdiscs-index-post #layered-filter-block .right-section .change-layout {
  display: none;
  align-items: center;
  column-gap: 1.3rem;
}
.customdiscs-index-post #layered-filter-block .right-section .change-layout > span {
  color: #ffffff;
  font-weight: 400;
  line-height: 2rem;
  font-size: 1.2rem;
}
.customdiscs-index-post #layered-filter-block .right-section .change-layout .layout-icons {
  background-color: #ffffff;
  border-radius: 10rem;
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 1px 4.5px;
  cursor: pointer;
}
.customdiscs-index-post #layered-filter-block .right-section .change-layout .layout-switch {
  text-align: center;
  transition: 0.4s;
  line-height: normal;
  padding: 2px 5px;
  border-radius: 10rem;
}
.customdiscs-index-post #layered-filter-block .right-section .change-layout .layout-switch.list {
  background-color: #10a0dd;
}
.customdiscs-index-post #layered-filter-block .right-section .change-layout .layout-switch.list i {
  color: #ffffff;
}
.customdiscs-index-post #layered-filter-block .right-section .change-layout .layout-switch i {
  color: #323232;
}
@media screen and (max-width: 640px) {
  .customdiscs-index-post #layered-filter-block .right-section {
    justify-content: space-around;
  }
  .customdiscs-index-post #layered-filter-block .right-section .change-layout {
    display: flex;
  }
}
.customdiscs-index-post #layered-filter-block .right-section .toolbar {
  display: flex;
  justify-content: end;
  align-items: center;
  margin-top: 0;
}
.customdiscs-index-post #layered-filter-block .right-section .toolbar .sorter {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .customdiscs-index-post #layered-filter-block .right-section .toolbar .sorter {
    margin-bottom: 0;
  }
}
.customdiscs-index-post #layered-filter-block .right-section .toolbar label {
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2rem;
}
@media screen and (max-width: 991px) {
  .customdiscs-index-post #layered-filter-block .right-section .toolbar label {
    font-size: 1.2rem;
  }
}
.customdiscs-index-post #layered-filter-block .right-section .toolbar select {
  background-color: #ffffff;
  border-radius: 10rem;
  color: #323232;
  cursor: pointer;
  font-family: 'Montserrat', sans-serif;
  height: 2.4rem;
  line-height: 1.3rem;
  padding-bottom: 0.25rem;
  padding-top: 0.25rem;
  font-size: 1rem;
}
.customdiscs-index-post #layered-filter-block .right-section .toolbar select option {
  font-family: 'Montserrat', sans-serif;
}
.customdiscs-index-post #layered-filter-block .right-section .toolbar .sorter-action {
  margin-top: 0;
}
.customdiscs-index-post #layered-filter-block .right-section .toolbar .sorter-action:before {
  color: #ffffff;
}
.customdiscs-index-post #layered-filter-block .right-section .toolbar .limiter {
  display: none;
}
.customdiscs-index-post #layered-filter-block .right-section .toolbar .sorter .sorter-options {
  overflow: hidden !important;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (min-width: 769px) {
  .customdiscs-index-post .filter-current {
    display: inline-block;
  }
}
.customdiscs-index-post .filter-current .filter-current-subtitle {
  color: #323232;
  font-size: 1.6rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .customdiscs-index-post .filter-current .filter-current-subtitle {
    background-color: transparent;
    border: none;
  }
}
@media screen and (max-width: 768px) {
  .customdiscs-index-post .filter-current .items {
    padding-left: 0;
    padding-top: 1rem;
  }
}
.customdiscs-index-post .filter-current .items .item {
  margin-right: 0;
}
.customdiscs-index-post .filter-current .items .item .filter-label {
  color: #323232;
  font-size: 1.6rem;
  font-weight: 600;
}
.customdiscs-index-post .filter-current .items .item .filter-value {
  color: #323232;
  font-size: 1.6rem;
}
.customdiscs-index-post .filter-current .items .item .remove::before {
  color: #323232;
}
.customdiscs-index-post .filter-actions {
  border: none;
  margin: 0;
  padding-top: 0;
}
@media screen and (min-width: 769px) {
  .customdiscs-index-post .filter-actions {
    display: inline-block;
  }
}
.customdiscs-index-post .filter-actions .filter-clear {
  color: #10a0dd;
  font-size: 1.6rem;
  font-weight: 600;
}
.customdiscs-index-post .toolbar {
  margin-top: 0;
}
.customdiscs-index-post .toolbar label {
  color: #323232;
  font-size: 1.6rem;
}
.customdiscs-index-post .toolbar .modes {
  display: none;
}
.customdiscs-index-post .toolbar .pages .item .page:hover {
  background-color: #323232;
  color: #ffffff;
}
.customdiscs-index-post .toolbar .pages .current .page {
  background-color: #323232;
  color: #ffffff;
}
.customdiscs-index-post .discount_label {
  margin-top: 1.2rem;
}
.customdiscs-index-post .discount_label .desktop_label {
  background-color: #df3131;
  border-radius: 10rem;
  color: #ffffff !important;
  font-size: 1.2rem !important;
  font-style: italic;
  font-weight: 600 !important;
  line-height: 1.5rem !important;
  padding: 0.2rem 1.4rem;
}
.customdiscs-index-post .products {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  margin: 0;
}
.customdiscs-index-post .products .product-items {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(435px, 1fr));
  gap: 2.3rem 2rem;
  padding-top: 1rem;
  transition: 0.4s;
}
@media screen and (max-width: 640px) {
  .customdiscs-index-post .products .product-items {
    gap: 1rem;
  }
}
@media screen and (max-width: 676px) {
  .customdiscs-index-post .products .product-items {
    grid-template-columns: repeat(auto-fill, minmax(284px, 1fr));
  }
}
@media screen and (min-width: 677px) and (max-width: 1199px) {
  .customdiscs-index-post .products .product-items {
    grid-template-columns: repeat(auto-fill, minmax(210px, 1fr));
  }
}
@media screen and (min-width: 1200px) and (max-width: 1505px) {
  .customdiscs-index-post .products .product-items {
    grid-template-columns: repeat(auto-fill, minmax(245px, 1fr)) !important;
  }
}
@media screen and (min-width: 1506px) and (max-width: 1877px) {
  .customdiscs-index-post .products .product-items {
    grid-template-columns: repeat(auto-fill, minmax(246px, 1fr)) !important;
  }
}
@media screen and (min-width: 1878px) {
  .customdiscs-index-post .products .product-items {
    grid-template-columns: repeat(auto-fill, minmax(295px, 1fr)) !important;
  }
}
.customdiscs-index-post .products .ias-noneleft {
  color: #323232;
  font-size: 1.6rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .customdiscs-index-post .products .ias-noneleft {
    font-size: 1.5rem;
  }
}
.customdiscs-index-post .products .loading-mask {
  position: static;
  z-index: unset;
}
.customdiscs-index-post .products .loading-mask .loader {
  position: relative;
  padding-top: 6rem;
}
.customdiscs-index-post .products .loading-mask .loader img {
  position: absolute;
  z-index: unset;
}
.customdiscs-index-post .products .loading-mask span {
  color: #323232;
  font-size: 1.6rem;
  font-weight: 500;
}
.customdiscs-index-post .products .ias-trigger-next {
  padding: 4rem 0 0;
}
.customdiscs-index-post .products .ias-trigger-next .load-more {
  border-radius: 10rem;
  background-color: #10a0dd;
  border: none;
  color: #ffffff;
  padding: 0.5rem 2rem;
  height: auto;
}
.customdiscs-index-post .products .product-item {
  float: unset;
  margin: auto;
  width: 100% !important;
  height: 100%;
  position: relative;
  padding: 0 !important;
}
.customdiscs-index-post .products .product-item .product-item-info {
  border-radius: 2.5rem;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.161);
  align-items: end;
  height: 100%;
  transition: 0.4s;
  position: relative;
}
@media screen and (min-width: 641px) {
  .customdiscs-index-post .products .product-item .product-item-info {
    padding-bottom: 5rem;
  }
}
@media screen and (max-width: 640px) {
  .customdiscs-index-post .products .product-item .product-item-info {
    display: grid;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.161);
    border-radius: 1.6rem;
    grid-template-columns: 150px auto;
  }
}
.customdiscs-index-post .products .product-item .product-item-info .towishlist {
  cursor: pointer;
  font-size: 2.5rem;
  line-height: 4rem;
  border: none;
  display: block;
  padding-left: 1rem;
  position: absolute;
  top: 0;
  z-index: 3;
}
@media screen and (max-width: 640px) {
  .customdiscs-index-post .products .product-item .product-item-info .towishlist {
    grid-column-start: 1;
    grid-column-end: 3;
  }
}
.customdiscs-index-post .products .product-item .product-item-info .towishlist::before {
  color: #323232;
  content: "\f004";
  display: inline;
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  transition: 0.4s;
  font-size: 17px;
}
.customdiscs-index-post .products .product-item .product-item-info .towishlist:hover,
.customdiscs-index-post .products .product-item .product-item-info .towishlist.in-wishlist {
  text-decoration: none;
}
.customdiscs-index-post .products .product-item .product-item-info .towishlist:hover::before,
.customdiscs-index-post .products .product-item .product-item-info .towishlist.in-wishlist::before {
  font-weight: 900;
}
.customdiscs-index-post .products .product-item .product-item-info .towishlist span {
  display: none;
}
.customdiscs-index-post .products .product-item .product-item-info .product-item-photo {
  align-items: center;
  border-radius: 0;
  display: flex;
  margin: auto;
  overflow: visible;
  position: relative;
  width: 100%;
  padding-top: 1rem;
}
@media screen and (min-width: 641px) {
  .customdiscs-index-post .products .product-item .product-item-info .product-item-photo {
    max-width: 20rem;
    min-height: 20rem;
  }
}
@media screen and (max-width: 640px) {
  .customdiscs-index-post .products .product-item .product-item-info .product-item-photo {
    height: auto;
    margin-left: auto;
    margin-right: auto;
    max-width: 12.5rem;
    min-height: 12.5rem;
    padding-top: 0;
  }
}
.customdiscs-index-post .products .product-item .product-item-info .product-item-photo .side_profile {
  aspect-ratio: 5;
}
.customdiscs-index-post .products .product-item .product-item-info .product-item-photo .discs-side-view {
  align-items: center;
  background-color: #ffffff;
  border: solid 0.1rem #b9b9b9;
  border-radius: 10rem;
  bottom: 1.9rem;
  cursor: pointer;
  display: flex;
  filter: drop-shadow(0 0.3rem 0.6rem rgba(0, 0, 0, 0.161));
  max-width: 7.9rem;
  padding: 0.4rem 0.32rem;
  position: absolute;
  right: -2.7rem;
  transition: all 0.4s;
  width: 100%;
  z-index: 1;
}
@media screen and (max-width: 640px) {
  .customdiscs-index-post .products .product-item .product-item-info .product-item-photo .discs-side-view {
    max-width: 5rem;
  }
}
.customdiscs-index-post .products .product-item .product-item-info .product-item-photo .discs-side-view:hover,
.customdiscs-index-post .products .product-item .product-item-info .product-item-photo .discs-side-view.active {
  box-shadow: 0 0px 4px 3px #b9b9b9;
}
.customdiscs-index-post .products .product-item .product-item-info .product-item-photo .mobile_label {
  background-color: #df3131;
  border-radius: 10rem;
  color: #ffffff !important;
  display: none;
  font-size: 0.8rem !important;
  font-weight: 700 !important;
  line-height: 1rem !important;
  padding: 0.21rem 0.53rem;
  position: absolute;
  right: 0.3rem;
  text-transform: uppercase;
  top: 0.3rem;
  z-index: 3;
}
.customdiscs-index-post .products .product-item .product-item-info .product-item-details {
  padding-bottom: 0 !important;
  padding-top: 0;
}
@media screen and (max-width: 640px) {
  .customdiscs-index-post .products .product-item .product-item-info .product-item-details {
    display: grid;
    grid-column-start: 2;
    grid-column-end: 3;
    align-self: center;
    padding-top: 0;
    margin: auto;
  }
}
.customdiscs-index-post .products .product-item .product-item-info .product-item-details .instock_item {
  font-size: 0;
}
.customdiscs-index-post .products .product-item .product-item-info .product-item-details .instock_item strong {
  position: absolute;
  top: -8px;
  right: -10px;
  background-color: #323232;
  color: #ffffff;
  border-radius: 50%;
  width: 4rem;
  height: 4rem;
  font-size: 1.6rem;
  z-index: 2;
  display: grid;
  place-items: center;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.161);
}
@media screen and (max-width: 640px) {
  .customdiscs-index-post .products .product-item .product-item-info .product-item-details .instock_item strong {
    width: 3.2rem;
    height: 3.2rem;
    font-size: 1.3rem;
    right: -2px;
    top: -5px;
  }
}
.customdiscs-index-post .products .product-item .product-item-info .product-item-details .product-item-link {
  color: #323232;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.7rem;
  font-family: 'Montserrat', sans-serif;
}
@media screen and (max-width: 640px) {
  .customdiscs-index-post .products .product-item .product-item-info .product-item-details .product-item-link {
    font-size: 1.7rem;
  }
}
.customdiscs-index-post .products .product-item .product-item-info .product-item-details .product-item-name {
  margin-bottom: 0;
  padding-bottom: 1rem;
}
@media screen and (max-width: 640px) {
  .customdiscs-index-post .products .product-item .product-item-info .product-item-details .product-item-name {
    padding-bottom: 0.5rem;
  }
}
.customdiscs-index-post .products .product-item .product-item-info .product-item-details .product-item-name + .attr_info {
  padding-bottom: 1rem;
}
@media screen and (max-width: 640px) {
  .customdiscs-index-post .products .product-item .product-item-info .product-item-details .product-item-name + .attr_info {
    padding-bottom: 0.5rem;
  }
}
.customdiscs-index-post .products .product-item .product-item-info .product-item-details .product-item-name + .attr_info span {
  font-weight: 500;
  font-style: italic;
  font-size: 1.3rem;
  line-height: 1.6rem;
}
.customdiscs-index-post .products .product-item .product-item-info .product-item-details .attr_info h3,
.customdiscs-index-post .products .product-item .product-item-info .product-item-details .attr_info span {
  color: #323232;
  font-size: 1.3rem;
  line-height: 1.6rem;
}
@media screen and (max-width: 640px) {
  .customdiscs-index-post .products .product-item .product-item-info .product-item-details .attr_info h3,
  .customdiscs-index-post .products .product-item .product-item-info .product-item-details .attr_info span {
    font-size: 1.2rem;
    line-height: 1.2;
  }
}
.customdiscs-index-post .products .product-item .product-item-info .product-item-details .attr_info h3 {
  font-weight: 600;
  margin: 1rem 0;
}
.customdiscs-index-post .products .product-item .product-item-info .product-item-details .attr_info span {
  font-weight: 400;
}
.customdiscs-index-post .products .product-item .product-item-info .product-item-details .attr_info.price {
  align-items: center;
  column-gap: 1.1rem;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (min-width: 641px) {
  .customdiscs-index-post .products .product-item .product-item-info .product-item-details .attr_info.price {
    padding-bottom: 0.25rem;
  }
}
.customdiscs-index-post .products .product-item .product-item-info .product-item-details .attr_info.price h4 {
  color: #323232;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 2.25rem;
}
@media screen and (max-width: 640px) {
  .customdiscs-index-post .products .product-item .product-item-info .product-item-details .attr_info.price h4 {
    font-size: 1.5rem;
    margin-bottom: 0;
  }
}
.customdiscs-index-post .products .product-item .product-item-info .product-item-details .attr_info.price .price-box {
  column-gap: 1.1rem;
  display: flex;
  flex-direction: row-reverse;
  margin-bottom: 0;
  margin-top: 1.2rem;
}
.customdiscs-index-post .products .product-item .product-item-info .product-item-details .attr_info.price .price-box .price {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.9rem;
}
.customdiscs-index-post .products .product-item .product-item-info .product-item-details .attr_info.price .price-box .old-price .price {
  color: #8c8c8c;
}
.customdiscs-index-post .products .product-item .product-item-info .product-item-details .attr_info.price .price-box .special-price .price {
  color: #9d1107;
}
.customdiscs-index-post .products .product-item .product-item-info .product-item-inner {
  margin: 10px 0 0;
}
@media screen and (min-width: 641px) {
  .customdiscs-index-post .products .product-item .product-item-info .product-item-inner {
    position: absolute;
    bottom: 0;
    width: 100%;
  }
}
.customdiscs-index-post .products .product-item .product-item-info .product-item-inner .instock_item {
  display: none;
}
@media screen and (max-width: 640px) {
  .customdiscs-index-post .products .product-item .product-item-info .product-item-inner {
    grid-column-start: 1;
    grid-column-end: 3;
  }
}
.customdiscs-index-post .products .product-item .product-item-info .product-item-inner .product-item-actions {
  margin: 0;
}
.customdiscs-index-post .products .product-item .product-item-info .product-item-inner .product-item-actions .actions-primary {
  width: 100%;
}
.customdiscs-index-post .products .product-item .product-item-info .product-item-inner .product-item-actions .actions-primary form {
  display: flex;
}
.customdiscs-index-post .products .product-item .product-item-info .product-item-inner .product-item-actions .actions-primary form .qty-box {
  background-color: #323232;
  border-bottom-left-radius: 2.5rem;
  margin-bottom: 0;
  overflow: hidden;
  padding: 0.5rem 0;
  width: 38%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 640px) {
  .customdiscs-index-post .products .product-item .product-item-info .product-item-inner .product-item-actions .actions-primary form .qty-box {
    border-bottom-left-radius: 1.6rem;
    padding: 0;
  }
}
.customdiscs-index-post .products .product-item .product-item-info .product-item-inner .product-item-actions .actions-primary form .qty-box .qtyminus,
.customdiscs-index-post .products .product-item .product-item-info .product-item-inner .product-item-actions .actions-primary form .qty-box .qtyplus {
  background-color: transparent;
  border: none;
  color: #ffffff;
  font-weight: 400;
}
@media screen and (max-width: 640px) {
  .customdiscs-index-post .products .product-item .product-item-info .product-item-inner .product-item-actions .actions-primary form .qty-box .qtyminus,
  .customdiscs-index-post .products .product-item .product-item-info .product-item-inner .product-item-actions .actions-primary form .qty-box .qtyplus {
    height: 2.7rem;
  }
}
.customdiscs-index-post .products .product-item .product-item-info .product-item-inner .product-item-actions .actions-primary form .qty-box .qty {
  background-color: #ffffff;
  border: none;
  border-radius: 0.5rem;
  color: #323232;
  font-weight: 500;
  width: 4rem;
  height: 2.5rem;
}
@media screen and (min-width: 992px) {
  .customdiscs-index-post .products .product-item .product-item-info .product-item-inner .product-item-actions .actions-primary form .qty-box .qty {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 640px) {
  .customdiscs-index-post .products .product-item .product-item-info .product-item-inner .product-item-actions .actions-primary form .qty-box .qty {
    width: 3.5rem;
    padding: 0;
  }
}
.customdiscs-index-post .products .product-item .product-item-info .product-item-inner .product-item-actions .actions-primary form .tocart {
  background-color: #10a0dd;
  border: none;
  border-bottom-right-radius: 2.5rem;
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.6rem;
  font-style: italic;
  font-weight: 600;
  height: auto;
  line-height: 2rem;
  overflow: hidden;
  padding: 1rem;
  text-transform: unset;
  width: 62%;
  margin: 0;
}
@media screen and (max-width: 640px) {
  .customdiscs-index-post .products .product-item .product-item-info .product-item-inner .product-item-actions .actions-primary form .tocart {
    font-size: 1.5rem;
    border-bottom-right-radius: 1.6rem;
    line-height: 1;
  }
}
.customdiscs-index-post .products .product-item .product-item-info .product-item-inner .product-item-actions .actions-primary form .tocart::before {
  display: none;
}
.customdiscs-index-post .products .product-item + div {
  display: none;
}
@media screen and (max-width: 768px) {
  .customdiscs-index-post .modals-wrapper .variant-popup {
    left: 0;
    pointer-events: none;
  }
}
.customdiscs-index-post .modals-wrapper .variant-popup .arrow {
  position: absolute;
  font-size: 8rem;
  color: #ffffff;
  top: 50%;
  transform: translateY(-50%);
  left: -3rem;
  cursor: pointer;
  padding: 0 0.25rem;
}
.customdiscs-index-post .modals-wrapper .variant-popup .arrow.v-prev::before {
  content: '\2039';
}
.customdiscs-index-post .modals-wrapper .variant-popup .arrow.v-next {
  right: -3rem;
  left: unset;
}
.customdiscs-index-post .modals-wrapper .variant-popup .arrow.v-next::before {
  content: '\203A';
}
.customdiscs-index-post .modals-wrapper .variant-popup .arrow.disabled {
  color: #bbb;
}
.customdiscs-index-post .modals-wrapper .variant-popup .modal-inner-wrap {
  background-color: #ffffff !important;
  border-radius: 2.5rem;
  min-height: unset !important;
  top: 50%;
  transform: translateY(-50%) !important;
  margin-top: 0;
  overflow: visible !important;
}
@media screen and (min-width: 1024px) {
  .customdiscs-index-post .modals-wrapper .variant-popup .modal-inner-wrap {
    width: 41%;
  }
}
@media screen and (max-width: 768px) {
  .customdiscs-index-post .modals-wrapper .variant-popup .modal-inner-wrap {
    height: auto !important;
    width: 85%;
    max-width: 400px;
    left: 50%;
    transform: translate(-50%, -50%) !important;
    position: absolute;
  }
}
.customdiscs-index-post .modals-wrapper .variant-popup .modal-header {
  padding: 0;
}
.customdiscs-index-post .modals-wrapper .variant-popup .modal-content {
  border-radius: 2.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.customdiscs-index-post .modals-wrapper .variant-popup .modal-content .content {
  margin: auto;
  max-width: 700px;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .customdiscs-index-post .modals-wrapper .variant-popup .modal-content .content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
.customdiscs-index-post .modals-wrapper .variant-popup .modal-content .content > *:not(.product, .product-item-inner) {
  display: none;
}
@media screen and (min-width: 1024px) {
  .customdiscs-index-post .modals-wrapper .variant-popup .modal-content .content .product-item-photo {
    grid-column: span 3;
  }
}
.customdiscs-index-post .modals-wrapper .variant-popup .modal-content .content .product-item-photo .discs-side-view {
  pointer-events: none;
  text-align: center;
}
.customdiscs-index-post .modals-wrapper .variant-popup .modal-content .content .product-item-photo .mobile_label {
  display: none;
}
.customdiscs-index-post .modals-wrapper .variant-popup .modal-content .content .product-item-details {
  padding-bottom: 0;
}
@media screen and (min-width: 1024px) {
  .customdiscs-index-post .modals-wrapper .variant-popup .modal-content .content .product-item-details {
    text-align: left;
  }
}
@media screen and (min-width: 641px) {
  .customdiscs-index-post .modals-wrapper .variant-popup .modal-content .content .product-item-details .instock_item {
    display: block !important;
    font-size: 0;
  }
  .customdiscs-index-post .modals-wrapper .variant-popup .modal-content .content .product-item-details .instock_item strong {
    position: absolute;
    background-color: #323232;
    color: #ffffff;
    border-radius: 50%;
    z-index: 2;
    display: grid;
    place-items: center;
    width: 3.9rem;
    height: 3.9rem;
    font-size: 2rem;
    right: -15px;
    top: -20px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.161);
  }
}
.customdiscs-index-post .modals-wrapper .variant-popup .modal-content .content .product-item-details .instock_item {
  display: none;
}
.customdiscs-index-post .modals-wrapper .variant-popup .modal-content .content .product-item-details .product-item-link {
  color: #323232;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 2rem;
}
.customdiscs-index-post .modals-wrapper .variant-popup .modal-content .content .product-item-details .attr_info {
  color: #323232;
  font-size: 1.3rem;
  font-style: italic;
  font-weight: 500;
  line-height: 1.6rem;
}
.customdiscs-index-post .modals-wrapper .variant-popup .modal-content .content .product-item-details .attr_info:not(:last-child) {
  padding-bottom: 0.8rem;
}
.customdiscs-index-post .modals-wrapper .variant-popup .modal-content .content .product-item-details .attr_info .separator {
  font-style: normal;
}
.customdiscs-index-post .modals-wrapper .variant-popup .modal-content .content .product-item-inner {
  padding-top: 1.5rem;
}
@media screen and (min-width: 1024px) {
  .customdiscs-index-post .modals-wrapper .variant-popup .modal-content .content .product-item-inner {
    justify-self: end;
  }
  .customdiscs-index-post .modals-wrapper .variant-popup .modal-content .content .product-item-inner form {
    align-items: end;
  }
}
@media screen and (min-width: 641px) {
  .customdiscs-index-post .modals-wrapper .variant-popup .modal-content .content .product-item-inner {
    padding-bottom: 0;
  }
  .customdiscs-index-post .modals-wrapper .variant-popup .modal-content .content .product-item-inner .instock_item {
    display: none;
  }
  .customdiscs-index-post .modals-wrapper .variant-popup .modal-content .content .product-item-inner form {
    display: flex;
    flex-direction: column-reverse;
  }
}
.customdiscs-index-post .modals-wrapper .variant-popup .modal-content .content .product-item-inner .quantity-wrapper {
  column-gap: 1.8rem;
  display: flex;
  justify-content: center;
  padding-bottom: 1.7rem;
  padding-top: 0;
}
.customdiscs-index-post .modals-wrapper .variant-popup .modal-content .content .product-item-inner .discount-popup .quantity-wrapper {
  order: -1;
  padding-bottom: 0;
  padding-top: 1.7rem;
}
.customdiscs-index-post .modals-wrapper .variant-popup .modal-content .content .product-item-inner .qty {
  color: #323232;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.5rem;
  border-color: #b9b9b9;
  border-radius: 0.5rem;
  height: 2rem;
  padding: 0 0.3rem;
  text-align: center;
  width: 2.8rem;
}
.customdiscs-index-post .modals-wrapper .variant-popup .modal-content .content .product-item-inner .qty-box {
  align-items: center;
  column-gap: 0.5rem;
  display: flex;
}
.customdiscs-index-post .modals-wrapper .variant-popup .modal-content .content .product-item-inner .qtyminus,
.customdiscs-index-post .modals-wrapper .variant-popup .modal-content .content .product-item-inner .qtyplus {
  color: #323232;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.5rem;
}
.customdiscs-index-post .modals-wrapper .variant-popup .modal-content .content .product-item-inner .price h4 {
  color: #323232;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.9rem;
  margin: 0;
}
.customdiscs-index-post .modals-wrapper .variant-popup .modal-content .content .product-item-inner .tocart {
  background-color: #10a0dd;
  border-color: #10a0dd;
  border-radius: 10rem;
  color: #ffffff;
  font-size: 1.2rem;
  font-style: italic;
  font-weight: 600;
  height: auto;
  line-height: 2.4rem;
  padding: 0.5rem 6rem;
  text-transform: none;
}
@media screen and (max-width: 1465px) {
  .customdiscs-index-post .modals-wrapper .variant-popup .modal-content .content .product-item-inner .tocart {
    padding: 0.5rem 2rem;
  }
}
.customdiscs-index-post .modals-wrapper .variant-popup .modal-content .content .product-item-inner .attr_info.price {
  align-items: center;
  column-gap: 1.1rem;
  display: flex;
  justify-content: center;
}
.customdiscs-index-post .modals-wrapper .variant-popup .modal-content .content .product-item-inner .attr_info.price h4 {
  color: #323232;
  font-weight: 700;
  line-height: 2rem;
  font-size: 1.5rem;
  margin-bottom: 0;
  margin-top: 1rem;
}
.customdiscs-index-post .modals-wrapper .variant-popup .modal-content .content .product-item-inner .attr_info.price .price-box {
  column-gap: 1.1rem;
  display: flex;
  flex-direction: row-reverse;
  margin-bottom: 0;
  margin-top: 0;
}
.customdiscs-index-post .modals-wrapper .variant-popup .modal-content .content .product-item-inner .attr_info.price .price-box .price {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.9rem;
}
.customdiscs-index-post .modals-wrapper .variant-popup .modal-content .content .product-item-inner .attr_info.price .price-box .old-price .price {
  color: #8c8c8c;
}
.customdiscs-index-post .modals-wrapper .variant-popup .modal-content .content .product-item-inner .attr_info.price .price-box .special-price .price {
  color: #9d1107;
}
.customdiscs-index-post .modals-wrapper .variant-popup .modal-content .content .product-item-inner .attr_info.price .discount_label {
  margin-top: 0;
}
.customdiscs-index-post .modals-wrapper .variant-popup .modal-header button {
  padding: 0 9px !important;
  right: 2rem;
  z-index: 9;
}
.customdiscs-index-post .modals-wrapper .variant-popup .modal-header button::before {
  height: inherit;
}
@media screen and (max-width: 1024px) {
  .customdiscs-index-post .wishlist-popup .modal-inner-wrap {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .customdiscs-index-post .wishlist-popup .modal-inner-wrap .modal-content {
    padding-left: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .customdiscs-index-post .wishlist-popup .modal-header {
    padding-left: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .customdiscs-index-post .wishlist-popup .modal-title {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 768px) {
  .customdiscs-index-post .wishlist-popup .modal-footer {
    padding-left: 1rem;
    justify-content: center;
    padding-bottom: 2rem;
  }
}
.customdiscs-index-post .wishlist-popup .modal-footer button {
  background-color: #10a0dd;
  border-color: #10a0dd;
  color: #ffffff;
  border-radius: 10rem;
  font-size: 1.5rem !important;
  font-weight: 600 !important;
  padding: 0.5rem 3rem;
  height: auto;
}
@media screen and (max-width: 640px) {
  .customdiscs-index-post.variant--grid #layered-filter-block .right-section .change-layout .layout-switch.grid {
    background-color: #10a0dd;
  }
  .customdiscs-index-post.variant--grid #layered-filter-block .right-section .change-layout .layout-switch.grid i {
    color: #ffffff;
  }
  .customdiscs-index-post.variant--grid #layered-filter-block .right-section .change-layout .layout-switch.list {
    background-color: transparent;
  }
  .customdiscs-index-post.variant--grid #layered-filter-block .right-section .change-layout .layout-switch.list i {
    color: #323232;
  }
  .customdiscs-index-post.variant--grid .products .product-items {
    grid-template-columns: repeat(auto-fill, minmax(85px, 1fr));
  }
  .customdiscs-index-post.variant--grid .products .product-item .product-item-info {
    grid-template-columns: unset;
    border-radius: 0.8rem;
    overflow: hidden;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.161) !important;
  }
  .customdiscs-index-post.variant--grid .products .product-item .product-item-info > *:not(.photo, .details) {
    display: none;
    padding: 0.25rem;
  }
  .customdiscs-index-post.variant--grid .products .product-item .product-item-info .photo {
    min-height: auto;
  }
  .customdiscs-index-post.variant--grid .products .product-item .product-item-info .photo .mobile_label {
    display: inline-block !important;
  }
  .customdiscs-index-post.variant--grid .products .product-item .product-item-info .details {
    display: none;
  }
  .customdiscs-index-post.variant--grid .products .product-item .product-item-info .details *:not(.price, .discount_label) {
    display: none;
  }
  .customdiscs-index-post.variant--grid .products .product-item .product-item-info .details .price {
    height: 0;
  }
  .customdiscs-index-post.variant--grid .products .product-item .product-item-info .details .price *:not(.discount_label) {
    display: none;
  }
  .customdiscs-index-post.variant--grid .products .product-item .product-item-info .details .price .desktop_label {
    display: none;
  }
  .customdiscs-index-post.variant--grid .products .product-item .product-item-info .discs-side-view {
    display: none;
  }
  .customdiscs-index-post .modals-wrapper .variant-popup .modal-inner-wrap {
    background-color: transparent !important;
    overflow: visible;
    box-shadow: none;
  }
  .customdiscs-index-post .modals-wrapper .variant-popup .modal-header button {
    right: 0;
  }
  .customdiscs-index-post .modals-wrapper .variant-popup .modal-content {
    padding: 0;
    overflow: visible;
    background-color: #ffffff;
    border-radius: 2rem;
  }
  .customdiscs-index-post .modals-wrapper .variant-popup .modal-content .image_popup_content {
    border-radius: 2rem;
    align-items: end;
    position: relative;
    transition: 0.4s;
    text-align: left;
    touch-action: pinch-zoom;
  }
  .customdiscs-index-post .modals-wrapper .variant-popup .modal-content .image_popup_content > * {
    display: block;
  }
  .customdiscs-index-post .modals-wrapper .variant-popup .modal-content .image_popup_content .towishlist {
    cursor: pointer;
    font-size: 2.5rem;
    line-height: 4rem;
    border: none;
    display: inline-block;
    padding-left: 1.4rem;
    text-align: left;
  }
  .customdiscs-index-post .modals-wrapper .variant-popup .modal-content .image_popup_content .towishlist::before {
    color: #323232;
    content: "\f004";
    display: inline;
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    transition: 0.4s;
    font-size: 1.7rem;
    font-size: 17px;
  }
  .customdiscs-index-post .modals-wrapper .variant-popup .modal-content .image_popup_content .towishlist:hover,
  .customdiscs-index-post .modals-wrapper .variant-popup .modal-content .image_popup_content .towishlist.in-wishlist {
    text-decoration: none;
  }
  .customdiscs-index-post .modals-wrapper .variant-popup .modal-content .image_popup_content .towishlist:hover::before,
  .customdiscs-index-post .modals-wrapper .variant-popup .modal-content .image_popup_content .towishlist.in-wishlist::before {
    font-weight: 900;
  }
  .customdiscs-index-post .modals-wrapper .variant-popup .modal-content .image_popup_content .towishlist span {
    display: none;
  }
  .customdiscs-index-post .modals-wrapper .variant-popup .modal-content .image_popup_content .product-item-photo {
    border-radius: 0;
    margin: auto;
    width: 100%;
    height: auto;
  }
  .customdiscs-index-post .modals-wrapper .variant-popup .modal-content .image_popup_content .product-item-photo .product-image-photo {
    height: 31.8rem;
    object-fit: contain;
  }
  .customdiscs-index-post .modals-wrapper .variant-popup .modal-content .image_popup_content .product-item-photo .discs-side-view img {
    height: 7.95rem;
    object-fit: contain;
  }
  .customdiscs-index-post .modals-wrapper .variant-popup .modal-content .image_popup_content .product-item-details {
    padding-bottom: 0 !important;
    width: 100%;
    padding-top: 0;
    text-align: center;
    padding: 0 1rem;
  }
  .customdiscs-index-post .modals-wrapper .variant-popup .modal-content .image_popup_content .product-item-details .instock_item strong {
    font-size: 1.3rem;
    right: -20px;
  }
  .customdiscs-index-post .modals-wrapper .variant-popup .modal-content .image_popup_content .product-item-details .product-item-link {
    color: #323232;
    font-weight: 700;
    line-height: 2rem;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.7rem;
    pointer-events: none;
  }
  .customdiscs-index-post .modals-wrapper .variant-popup .modal-content .image_popup_content .product-item-details .product-item-name {
    margin-bottom: 0;
    padding-bottom: 0.5rem;
  }
  .customdiscs-index-post .modals-wrapper .variant-popup .modal-content .image_popup_content .product-item-details .product-item-name + .attr_info {
    padding-bottom: 0.5rem;
  }
  .customdiscs-index-post .modals-wrapper .variant-popup .modal-content .image_popup_content .product-item-details .product-item-name + .attr_info span {
    font-weight: 500;
    font-style: italic;
    font-size: 1.5rem;
  }
  .customdiscs-index-post .modals-wrapper .variant-popup .modal-content .image_popup_content .product-item-details .attr_info h3,
  .customdiscs-index-post .modals-wrapper .variant-popup .modal-content .image_popup_content .product-item-details .attr_info span {
    color: #323232;
    font-size: 1.2rem;
    line-height: 1.2;
  }
  .customdiscs-index-post .modals-wrapper .variant-popup .modal-content .image_popup_content .product-item-details .attr_info h3 {
    font-weight: 600;
    margin: 1rem 0;
  }
  .customdiscs-index-post .modals-wrapper .variant-popup .modal-content .image_popup_content .product-item-details .attr_info span {
    font-weight: 400;
  }
  .customdiscs-index-post .modals-wrapper .variant-popup .modal-content .image_popup_content .product-item-details .attr_info.price {
    align-items: center;
    column-gap: 1.1rem;
    display: flex;
    justify-content: center;
  }
  .customdiscs-index-post .modals-wrapper .variant-popup .modal-content .image_popup_content .product-item-details .attr_info.price h4 {
    color: #323232;
    font-weight: 700;
    line-height: 2rem;
    font-size: 1.5rem;
    margin-bottom: 0;
    margin-top: 1rem;
  }
  .customdiscs-index-post .modals-wrapper .variant-popup .modal-content .image_popup_content .product-item-details .attr_info.price .price-box {
    column-gap: 1.1rem;
    display: flex;
    flex-direction: row-reverse;
    margin-bottom: 0.5rem;
    margin-top: 1rem;
  }
  .customdiscs-index-post .modals-wrapper .variant-popup .modal-content .image_popup_content .product-item-details .attr_info.price .price-box .price {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.9rem;
  }
  .customdiscs-index-post .modals-wrapper .variant-popup .modal-content .image_popup_content .product-item-details .attr_info.price .price-box .old-price .price {
    color: #8c8c8c;
  }
  .customdiscs-index-post .modals-wrapper .variant-popup .modal-content .image_popup_content .product-item-details .attr_info.price .price-box .special-price .price {
    color: #9d1107;
  }
  .customdiscs-index-post .modals-wrapper .variant-popup .modal-content .image_popup_content .product-item-details .attr_info.price .discount_label {
    margin-bottom: 0.5rem;
    margin-top: 1rem;
  }
  .customdiscs-index-post .modals-wrapper .variant-popup .modal-content .image_popup_content .product-item-inner {
    margin: 10px 0 0;
    grid-column-start: 1;
    grid-column-end: 3;
    padding-top: 0;
  }
  .customdiscs-index-post .modals-wrapper .variant-popup .modal-content .image_popup_content .product-item-inner .product-item-actions {
    margin: 0;
  }
  .customdiscs-index-post .modals-wrapper .variant-popup .modal-content .image_popup_content .product-item-inner .product-item-actions .actions-primary {
    width: 100%;
  }
  .customdiscs-index-post .modals-wrapper .variant-popup .modal-content .image_popup_content .product-item-inner .product-item-actions .actions-primary form {
    display: flex;
  }
  .customdiscs-index-post .modals-wrapper .variant-popup .modal-content .image_popup_content .product-item-inner .product-item-actions .actions-primary form .instock_item {
    background-color: #323232;
    border-bottom-left-radius: 2rem;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.5rem;
    color: #ffffff;
    column-gap: 0.5rem;
    width: 16%;
    display: flex;
    align-items: center;
    justify-content: right;
  }
  .customdiscs-index-post .modals-wrapper .variant-popup .modal-content .image_popup_content .product-item-inner .product-item-actions .actions-primary form .instock_item strong {
    font-size: 1.2rem;
    line-height: 1.5rem;
    font-weight: 400;
  }
  .customdiscs-index-post .modals-wrapper .variant-popup .modal-content .image_popup_content .product-item-inner .product-item-actions .actions-primary form .qty-box {
    background-color: #323232;
    margin-bottom: 0;
    overflow: hidden;
    width: 34%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    column-gap: 5px;
  }
  .customdiscs-index-post .modals-wrapper .variant-popup .modal-content .image_popup_content .product-item-inner .product-item-actions .actions-primary form .qty-box .qtyminus,
  .customdiscs-index-post .modals-wrapper .variant-popup .modal-content .image_popup_content .product-item-inner .product-item-actions .actions-primary form .qty-box .qtyplus {
    background-color: transparent;
    border: none;
    color: #ffffff;
    font-weight: 400;
    height: auto;
    font-size: 0.7rem;
  }
  .customdiscs-index-post .modals-wrapper .variant-popup .modal-content .image_popup_content .product-item-inner .product-item-actions .actions-primary form .qty-box .qty {
    background-color: #ffffff;
    border: none;
    border-radius: 0.5rem;
    color: #323232;
    font-weight: 500;
    width: 2.5rem;
    height: 2rem;
    text-align: center;
    padding: 2px;
  }
  .customdiscs-index-post .modals-wrapper .variant-popup .modal-content .image_popup_content .product-item-inner .product-item-actions .actions-primary form .tocart {
    background-color: #10a0dd;
    border: none;
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-style: italic;
    font-weight: 600;
    height: auto;
    overflow: hidden;
    padding: 0.8rem 1rem;
    text-transform: unset;
    width: 50%;
    margin: 0;
    font-size: 1.5rem;
    border-radius: 0 0 2rem 0;
    line-height: 1;
  }
  .customdiscs-index-post .modals-wrapper .variant-popup .modal-content .image_popup_content .product-item-inner .product-item-actions .actions-primary form .tocart::before {
    display: none;
  }
}
@media screen and (max-width: 376px) {
  .customdiscs-index-post .modals-wrapper .modal-inner-wrap {
    padding: 0 3rem;
  }
  .customdiscs-index-post .modals-wrapper .variant-popup .arrow {
    left: 0;
  }
  .customdiscs-index-post .modals-wrapper .variant-popup .arrow.v-next {
    right: 0;
    left: unset;
  }
  .customdiscs-index-post .modals-wrapper .variant-popup .modal-header button {
    right: 3rem;
  }
  .customdiscs-index-post .modals-wrapper .variant-popup .modal-content .image_popup_content .product-item-photo .product-image-photo {
    height: 25.8rem;
  }
  .customdiscs-index-post .modals-wrapper .variant-popup .modal-content .image_popup_content .product-item-photo .discs-side-view img {
    height: 5.5rem;
  }
}
.faq-category-categorylist .page-main,
.faq-index-index .page-main {
  max-width: 100%;
  padding: 4rem 2rem 23rem;
}
@media screen and (max-width: 767px) {
  .faq-category-categorylist .page-main,
  .faq-index-index .page-main {
    padding-bottom: 3rem;
  }
}
.faq-category-categorylist .page-main .faq-page-title,
.faq-index-index .page-main .faq-page-title {
  display: none;
}
.faq-category-categorylist .page-main .page-title,
.faq-index-index .page-main .page-title {
  color: #323232 !important;
  display: block !important;
  font-family: 'Montserrat', sans-serif;
  font-size: 3rem !important;
  font-weight: 600 !important;
  line-height: 1.2;
  text-transform: capitalize !important;
}
@media screen and (max-width: 768px) {
  .faq-category-categorylist .page-main .page-title,
  .faq-index-index .page-main .page-title {
    font-size: 2.5rem !important;
    line-height: 1.2;
  }
}
.faq-category-categorylist .page-main .faqpage-container,
.faq-index-index .page-main .faqpage-container {
  padding-top: 5px;
}
.faq-category-categorylist .page-main .faqpage-container .faqpage_question_wrapper,
.faq-index-index .page-main .faqpage-container .faqpage_question_wrapper {
  background: transparent;
  border-bottom: 1px solid #dfdfdf;
  box-shadow: none;
}
.faq-category-categorylist .page-main .faqpage-container .faqpage_question_wrapper .faqpage_question,
.faq-index-index .page-main .faqpage-container .faqpage_question_wrapper .faqpage_question {
  padding-left: 0;
}
.faq-category-categorylist .page-main .faqpage-container .faqpage_question_wrapper .faqpage_question .faq-question,
.faq-index-index .page-main .faqpage-container .faqpage_question_wrapper .faqpage_question .faq-question {
  align-items: center !important;
  color: #323232;
  column-gap: 0.5rem;
  display: flex !important;
  font-family: 'Montserrat', sans-serif;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.9rem;
  transition: 0.4s;
}
@media screen and (max-width: 768px) {
  .faq-category-categorylist .page-main .faqpage-container .faqpage_question_wrapper .faqpage_question .faq-question,
  .faq-index-index .page-main .faqpage-container .faqpage_question_wrapper .faqpage_question .faq-question {
    font-size: 2rem;
    line-height: 1.2;
    align-items: start !important;
  }
}
.faq-category-categorylist .page-main .faqpage-container .faqpage_question_wrapper .faqpage_question .faq-question .fa,
.faq-index-index .page-main .faqpage-container .faqpage_question_wrapper .faqpage_question .faq-question .fa {
  transition: 0.4s;
}
.faq-category-categorylist .page-main .faqpage-container .faqpage_question_wrapper .faqpage_question .faq-question .fa::before,
.faq-index-index .page-main .faqpage-container .faqpage_question_wrapper .faqpage_question .faq-question .fa::before {
  content: '';
  font-family: 'Montserrat';
  position: absolute;
  color: #323232;
  width: 15px;
  height: 15px;
  border: solid 3px;
  border-color: #323232 #323232 transparent transparent;
  transform: rotate(45deg);
  border-radius: 3px;
  top: 3px;
}
.faq-category-categorylist .page-main .faqpage-container .faqpage_question_wrapper .faqpage_question .faq-question .fa::before:hover,
.faq-index-index .page-main .faqpage-container .faqpage_question_wrapper .faqpage_question .faq-question .fa::before:hover {
  color: #10a0dd;
}
.faq-category-categorylist .page-main .faqpage-container .faqpage_question_wrapper .faqpage_question .faq-question:hover,
.faq-index-index .page-main .faqpage-container .faqpage_question_wrapper .faqpage_question .faq-question:hover {
  color: #10a0dd;
}
.faq-category-categorylist .page-main .faqpage-container .faqpage_question_wrapper .faqpage_question.open .faq-question,
.faq-index-index .page-main .faqpage-container .faqpage_question_wrapper .faqpage_question.open .faq-question {
  color: #10a0dd;
}
.faq-category-categorylist .page-main .faqpage-container .faqpage_question_wrapper .faqpage_question.open .faq-question .fa,
.faq-index-index .page-main .faqpage-container .faqpage_question_wrapper .faqpage_question.open .faq-question .fa {
  transform: rotate(90deg) translate(0, 6px);
  transition: 0.4s;
}
.faq-category-categorylist .page-main .faqpage-container .faqpage_question_wrapper .faqpage_answer,
.faq-index-index .page-main .faqpage-container .faqpage_question_wrapper .faqpage_answer {
  color: #323232;
  font-family: 'Montserrat', sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 2.5rem;
  padding-top: 5px;
}
@media screen and (max-width: 768px) {
  .faq-category-categorylist .page-main .faqpage-container .faqpage_question_wrapper .faqpage_answer,
  .faq-index-index .page-main .faqpage-container .faqpage_question_wrapper .faqpage_answer {
    font-size: 1.6rem;
    line-height: 1.2;
  }
}
.faq-category-categorylist .page-main .faqpage-container .faqpage_question_wrapper .faqpage_answer a,
.faq-index-index .page-main .faqpage-container .faqpage_question_wrapper .faqpage_answer a {
  color: #10a0dd;
}
.modal-popup .modal-header button::before {
  color: #323232 !important;
  font-size: 2rem;
}
.modal-popup .modal-header .modal-title {
  color: #323232;
  border-bottom-color: #323232;
}
.modal-popup .modal-content {
  font-size: 1.6rem;
  color: #323232;
}
.modal-popup .modal-footer {
  column-gap: 1rem;
  display: flex;
}
.modal-popup .modal-footer button {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
}
.modal-popup .modal-footer .action-primary {
  background-color: #323232;
  border-color: #323232;
  color: #ffffff;
}
.modal-popup .modal-footer .action-primary:hover {
  background-color: #10a0dd;
  border-color: #10a0dd;
}
.categorypath-category-baskets .products .product-item,
.categorypath-category-carts .products .product-item,
.categorypath-category-gift-ideas .products .product-item {
  min-height: unset;
}
.categorypath-category-baskets .products .product-item-info,
.categorypath-category-carts .products .product-item-info,
.categorypath-category-gift-ideas .products .product-item-info {
  padding-top: 2rem !important;
}
.aw-ar-rating .rating::before,
.aw-ar-rating .ratings-controls-container label._checked::before,
.aw-ar-rating .ratings-controls-container label._hovered::before,
.aw-ar-rating .not-editable .aw-ar-rating-container::before {
  filter: brightness(0);
}
.aw-ar-rating .rating::before,
.aw-ar-rating .not-editable .aw-ar-rating-container::before {
  background-size: 105px 17px;
}
.aw-ar-rating .not-editable .aw-ar-rating-container {
  width: 105px;
}
.product-item .aw-advanced-reviews-summary-container .review-summary-actions {
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.9rem;
  margin-top: 0;
}
.product-item .aw-advanced-reviews-summary-container .review-summary-actions .action,
.product-item .aw-advanced-reviews-summary-container .review-summary-actions a {
  color: #323232;
  text-decoration: none;
}
.swatch-option-tooltip {
  z-index: 4;
}
.cms-noroute-index .page-main h1 {
  color: #323232 !important;
}
.cms-noroute-index .page-main p {
  color: #323232 !important;
}
.cms-noroute-index .page-main p a {
  color: #10a0dd !important;
}
.amgdprcookie-cookie-container {
  margin-bottom: 30px;
  padding: 25px 0;
}
.amgdprcookie-button {
  height: auto !important;
}
.amgdprcookie-button.-save {
  background-color: #10a0dd !important;
  border-color: #10a0dd;
}
.amgdprcookie-button.-settings {
  color: #10a0dd;
}
.amgdprcookie-bar-container {
  padding: 0;
}
.amgdprcookie-bar-container .action-close {
  top: 0;
  line-height: 1;
  padding: 0;
  right: 5px;
}
.amgdprcookie-bar-container .action-close::before {
  font-size: 2rem;
  color: #323232;
}
.amgdprcookie-groups-modal .modal-inner-wrap {
  width: 90%;
}
.amgdprcookie-groups-modal .action-close {
  display: block;
}
.amgdprcookie-groups-modal .action-close::before {
  color: #323232;
}
.amgdprcookie-bar-block {
  padding: 4rem 1.5rem 1rem;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 2rem;
}
@media screen and (min-width: 769px) {
  .amgdprcookie-bar-block {
    flex-direction: row;
    padding: 2rem 3rem;
  }
}
.amgdprcookie-bar-block .amgdprcookie-policy {
  font-size: 1.3rem;
  margin-bottom: 0;
  max-width: 100%;
  flex: 2;
  font-weight: 500;
  color: #323232;
}
.amgdprcookie-bar-block .amgdprcookie-policy a {
  color: #10a0dd;
}
.amgdprcookie-bar-block .amgdprcookie-buttons-block {
  margin-bottom: 0;
  gap: 1rem;
  flex-direction: row;
}
.amgdprcookie-bar-block .amgdprcookie-buttons-block .amgdprcookie-button {
  margin-top: 0;
  margin-right: 0;
  flex-basis: auto;
  padding: 1rem 2rem;
  border-radius: 10rem;
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (max-width: 381px) {
  .amgdprcookie-bar-block .amgdprcookie-buttons-block .amgdprcookie-button {
    font-size: 1rem;
  }
}
.amgdprcookie-done {
  background-color: #10a0dd !important;
  border-color: #10a0dd !important;
}
.amgdprcookie-toggle-cookie .amgdprcookie-input:checked:not([disabled]) + .amgdprcookie-label {
  background-color: #10a0dd !important;
}
.amgdprcookie-modal-container .amgdprcookie-buttons-block {
  flex-direction: column-reverse;
}
.amgdprcookie-modal-container .amgdprcookie-button.-save {
  color: #10a0dd;
  background-color: transparent;
  border: none;
}
.amgdprcookie-modal-container .amgdprcookie-button.-settings {
  background: #10a0dd;
  border-color: #10a0dd;
  color: #ffffff;
  height: auto;
}
.autocomplete-suggestions {
  max-height: 80vh !important;
}
@media screen and (min-width: 768px) {
  .autocomplete-suggestions {
    width: 500px !important;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 490px) {
  .autocomplete-suggestions {
    top: 8.5rem;
    left: 0;
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 491px) and (max-width: 768px) {
  .autocomplete-suggestions {
    top: 8.5rem;
    right: -350%;
  }
}
.autocomplete-suggestions .autocomplete-suggestion .product-name {
  color: #323232;
  font-weight: 500;
}
.autocomplete-suggestions .autocomplete-suggestion .product-price {
  color: #9d1107;
  font-weight: 500;
}
.autocomplete-suggestions .autocomplete-suggestion .product-des .short-des {
  color: #323232;
  font-weight: 400;
}
.flightmetrics-index-index .page-main {
  margin-left: auto;
  margin-right: auto;
}
.flightmetrics-index-index .page-main .page-title-wrapper {
  padding-bottom: 3rem;
  text-align: center;
}
.flightmetrics-index-index .page-main .page-title-wrapper .page-title {
  color: #323232 !important;
  font-size: 25px;
  line-height: 30px;
  margin-bottom: 0;
  padding: 1rem 0 0;
  text-transform: capitalize !important;
}
@media screen and (max-width: 576px) {
  .flightmetrics-index-index .page-main .page-title-wrapper .page-title {
    font-size: 20px !important;
  }
}
@media screen and (min-width: 1900px) {
  .flightmetrics-index-index .page-main .page-title-wrapper .page-title {
    font-size: 25px;
  }
}
.flightmetrics-index-index .page-main .sizes {
  padding-bottom: 3rem;
  text-align: center;
}
.flightmetrics-index-index .page-main .sizes > p {
  font-size: 1.4rem;
  line-height: 1.3;
  color: #323232;
}
.flightmetrics-index-index .page-main .discs_details {
  border-top: solid 1px #323232;
  width: fit-content;
  position: relative;
  margin: 0 auto !important;
  justify-content: space-between;
}
.flightmetrics-index-index .page-main .discs_details::after {
  background-color: #323232;
  border-radius: 0 0 70% 70%;
  content: '';
  height: 0.9rem;
  right: 0;
  position: absolute;
  top: -1px;
  transform: rotate(12deg);
  width: 1px;
}
.flightmetrics-index-index .page-main .discs_details .attrs {
  color: #323232;
  flex-basis: auto;
  font-size: 1.1rem;
  font-style: italic;
  font-weight: 600;
  line-height: 1.3rem;
  width: unset;
  padding: 0.2rem 1.75rem 0 1rem;
  position: relative;
}
.flightmetrics-index-index .page-main .discs_details .attrs::before {
  background-color: #323232;
  border-radius: 0 0 70% 70%;
  content: '';
  height: 0.9rem;
  left: -2px;
  position: absolute;
  top: -1px;
  transform: rotate(12deg);
  width: 1px;
}
.flightmetrics-index-index .page-main .product_grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  column-gap: 2rem;
  row-gap: 2rem;
}
.flightmetrics-index-index .page-main .product_grid .product-item {
  background-color: #ffffff;
  border-radius: 2rem;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.161);
  margin-bottom: 2.8rem;
  padding: 2rem 2rem 1.5rem;
  width: 100%;
  height: auto;
  margin: 0;
}
.flightmetrics-index-index .page-main .product_grid .product-item .product-image-photo {
  border-radius: 1rem;
  max-width: 144px;
}
.flightmetrics-index-index .page-main .product_grid .product-item .product-item-details {
  padding: 1rem 0 0;
}
.flightmetrics-index-index .page-main .product_grid .product-item .product-item-details .product-item-name {
  padding: 1rem 0;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.flightmetrics-index-index .page-main .product_grid .product-item .product-item-details .product-item-name .product-item-link {
  color: #323232;
  font-size: 1.5rem !important;
  font-weight: 600 !important;
  line-height: 2.1rem !important;
  text-decoration: none;
}
.flightmetrics-index-index .page-main .product_grid .product-item .product-item-details p {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.3rem;
  margin-bottom: 0;
  padding: 5px 0;
  text-align: center;
}
.flightmetrics-index-index .page-main .product_grid .product-item .product-item-details .price-box {
  margin: 0;
  text-align: center;
}
.flightmetrics-index-index .page-main .product_grid .product-item .product-item-details .price-box .price-label {
  display: none;
}
.flightmetrics-index-index .page-main .product_grid .product-item .product-item-details .price-box .price {
  color: #9d1107 !important;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2.1rem;
}
.flightmetrics-recommended-index .page-title-wrapper {
  padding-bottom: 3rem;
  text-align: center;
}
.flightmetrics-recommended-index .page-title-wrapper .page-title {
  color: #323232 !important;
  font-size: 25px;
  line-height: 30px;
  margin-bottom: 0;
  padding: 1rem 0;
  text-transform: capitalize !important;
}
@media screen and (max-width: 576px) {
  .flightmetrics-recommended-index .page-title-wrapper .page-title {
    font-size: 20px !important;
  }
}
@media screen and (min-width: 1900px) {
  .flightmetrics-recommended-index .page-title-wrapper .page-title {
    font-size: 25px;
  }
}
.flightmetrics-recommended-index .filterproduct-title,
.flightmetrics-recommended-index .home-see-more-link {
  display: none;
}
.flightmetrics-recommended-index .recommended-section {
  background-color: transparent;
}
.flightmetrics-recommended-index .recommended-section .product-items {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  column-gap: 2rem;
  row-gap: 2rem;
}
.flightmetrics-recommended-index .recommended-section .product-items .product-item {
  background-color: #ffffff;
  border-radius: 2rem;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.161);
  margin-bottom: 2.8rem;
  padding: 2rem 2rem 1.5rem;
  width: 100%;
  height: auto;
  margin: 0;
}
.flightmetrics-recommended-index .recommended-section .product-items .product-item:first-child {
  grid-row-start: unset;
  grid-row-end: unset;
}
.flightmetrics-recommended-index .recommended-section .product-items .product-item .product-image-photo {
  border-radius: 1rem;
  max-width: 144px;
}
.flightmetrics-recommended-index .recommended-section .product-items .product-item .product-item-details {
  padding: 1rem 0 0;
}
.flightmetrics-recommended-index .recommended-section .product-items .product-item .product-item-details .product-item-name {
  padding: 0 0 1rem;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.flightmetrics-recommended-index .recommended-section .product-items .product-item .product-item-details .product-item-name .product-item-link {
  color: #323232;
  font-size: 1.5rem !important;
  font-weight: 600 !important;
  line-height: 2.1rem !important;
  text-decoration: none;
}
.flightmetrics-recommended-index .recommended-section .product-items .product-item .product-item-details .discs_details {
  border-top: solid 1px #323232;
  width: fit-content;
  position: relative;
  margin: 0 auto !important;
  padding-bottom: 1rem;
  justify-content: space-between;
}
.flightmetrics-recommended-index .recommended-section .product-items .product-item .product-item-details .discs_details::after {
  background-color: #323232;
  border-radius: 0 0 70% 70%;
  content: '';
  height: 0.9rem;
  right: 0;
  position: absolute;
  top: -1px;
  transform: rotate(12deg);
  width: 1px;
}
.flightmetrics-recommended-index .recommended-section .product-items .product-item .product-item-details .discs_details .attrs {
  color: #323232;
  flex-basis: auto;
  font-size: 1.1rem;
  font-style: italic;
  font-weight: 600;
  line-height: 1.3rem;
  width: unset;
  padding: 0.2rem 1.75rem 0 1rem;
  position: relative;
}
.flightmetrics-recommended-index .recommended-section .product-items .product-item .product-item-details .discs_details .attrs::before {
  background-color: #323232;
  border-radius: 0 0 70% 70%;
  content: '';
  height: 0.9rem;
  left: -3px;
  position: absolute;
  top: -1px;
  transform: rotate(12deg);
  width: 1px;
}
.flightmetrics-recommended-index .recommended-section .product-items .product-item .product-item-details p {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.3rem;
  margin-bottom: 0;
  padding: 5px 0;
  text-align: center;
}
.flightmetrics-recommended-index .recommended-section .product-items .product-item .product-item-details .price-box {
  margin: 0;
  text-align: center;
}
.flightmetrics-recommended-index .recommended-section .product-items .product-item .product-item-details .price-box .price-label {
  display: none;
}
.flightmetrics-recommended-index .recommended-section .product-items .product-item .product-item-details .price-box .price {
  color: #9d1107 !important;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2.1rem;
}
.flightmetrics-recommended-index .recommended-section .product-items .product-item .product-item-details .aw-advanced-reviews-summary-container {
  margin-bottom: 0;
}
.flightmetrics-recommended-index .recommended-section .product-items .product-item .product-item-details .product-item-actions {
  display: none;
}
.catalogsearch-result-index .page-title-wrapper {
  padding-bottom: 3rem;
  text-align: center;
}
.catalogsearch-result-index .page-title-wrapper .page-title {
  color: #323232 !important;
  font-size: 25px;
  line-height: 30px;
  margin-bottom: 0;
  padding: 1rem 0;
  text-transform: capitalize !important;
}
@media screen and (max-width: 576px) {
  .catalogsearch-result-index .page-title-wrapper .page-title {
    font-size: 20px !important;
  }
}
@media screen and (min-width: 1900px) {
  .catalogsearch-result-index .page-title-wrapper .page-title {
    font-size: 25px;
  }
}
.catalogsearch-result-index #m-navigation-product-list-wrapper .block {
  background-color: transparent;
  padding: 0;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .catalogsearch-result-index #m-navigation-product-list-wrapper .block {
    padding: 1rem;
    margin: 0;
  }
}
.catalogsearch-result-index #m-navigation-product-list-wrapper .block .title {
  font-weight: 600;
  color: #323232;
}
.catalogsearch-result-index #m-navigation-product-list-wrapper .block .item {
  color: #10a0dd;
  display: inline-block;
}
.catalogsearch-result-index #m-navigation-product-list-wrapper .block .item:not(:last-child) {
  padding-right: 1.5rem;
}
.catalogsearch-result-index #m-navigation-product-list-wrapper .block .item a {
  color: inherit;
}
@media screen and (max-width: 767px) {
  .catalogsearch-result-index #m-navigation-product-list-wrapper:first-child {
    float: unset;
    padding: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .catalogsearch-result-index .products-grid .product-items .product-item {
    min-height: auto;
  }
}
.brands-index-index .page-title-wrapper {
  padding-bottom: 3rem;
  text-align: center;
}
.brands-index-index .page-title-wrapper .page-title {
  color: #323232 !important;
  font-size: 25px;
  line-height: 30px;
  margin-bottom: 0;
  padding: 1rem 0;
  text-transform: capitalize !important;
}
@media screen and (max-width: 576px) {
  .brands-index-index .page-title-wrapper .page-title {
    font-size: 20px !important;
  }
}
@media screen and (min-width: 1900px) {
  .brands-index-index .page-title-wrapper .page-title {
    font-size: 25px;
  }
}
.brands-index-index .brands_container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(20rem, 1fr));
  gap: 3rem;
  place-items: center;
}
.brands-index-index .brands_container > div {
  float: unset;
  width: 100%;
  max-width: 100%;
}
.brands-index-index .brands_container > div a {
  display: block;
  text-align: center;
}
.brands-index-index .brands_container > div a img {
  filter: invert(1);
  height: 10rem;
  object-fit: contain;
}
.brands-index-index .brands_container > div a p {
  color: #323232;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 0;
  padding-top: 1rem;
}
.rating-summary .rating-result {
  width: 100%;
}
.rating-summary .rating-result:before {
  font-size: 15px;
}
.rating-summary .rating-result > span::before {
  color: #323232 !important;
  font-size: 1.5rem;
}
.mst-related_products__productsList .productsList-paging .productsList-page._active {
  background-color: #323232 !important;
}
.mst-related_products__productsList .productsList-paging .productsList-page {
  background-color: transparent !important;
  border: 1px solid #323232 !important;
}
@media screen and (max-width: 693px) {
  .amgdprcookie-modal-template {
    min-width: 330px !important;
  }
}
.feedback-popup {
  left: 0 !important;
  display: grid;
  place-items: center;
  font-family: 'Montserrat', sans-serif;
}
.feedback-popup .modal-inner-wrap {
  max-width: 679px;
  width: 100% !important;
  border-radius: 4rem;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.161);
  padding: 2rem 2rem 0.4rem;
}
@media screen and (max-width: 767px) {
  .feedback-popup .modal-inner-wrap {
    padding: 2rem 3rem 0.4rem;
    width: 90% !important;
  }
  .feedback-popup .modal-inner-wrap .modal-header {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .feedback-popup .modal-inner-wrap form .field {
    width: 100% !important;
  }
}
.feedback-popup .modal-inner-wrap #feedback-form {
  max-height: unset;
}
.feedback-popup .modal-inner-wrap .modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.feedback-popup .modal-inner-wrap .modal-header .action-close {
  position: unset;
  padding: 0;
}
.feedback-popup .modal-inner-wrap h1 {
  font-size: 2rem;
  line-height: 1.3;
  color: #323232;
  border: none !important;
  font-weight: 600;
  padding-bottom: 0;
}
.feedback-popup .modal-inner-wrap .phone .control:last-child {
  display: flex;
  align-items: center;
  padding-top: 1rem;
}
.feedback-popup .modal-inner-wrap label {
  color: #323232;
  font-size: 1.5rem;
}
.feedback-popup .modal-inner-wrap label span {
  color: #323232 !important;
  font-weight: 500 !important;
}
.feedback-popup .modal-inner-wrap input,
.feedback-popup .modal-inner-wrap textarea {
  border-radius: 1rem;
  border: 1px solid #b9b9b9;
  margin-top: 0;
  top: 0;
}
.feedback-popup .modal-inner-wrap .feedback-footer {
  padding: 0;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: space-between;
}
@media screen and (max-width: 441px) {
  .feedback-popup .modal-inner-wrap .feedback-footer {
    justify-content: center;
    flex-wrap: wrap;
    row-gap: 1rem;
  }
}
.feedback-popup .modal-inner-wrap .feedback-footer li {
  margin-bottom: 0;
}
.feedback-popup .modal-inner-wrap .feedback-footer .primary {
  float: unset;
}
.feedback-popup .modal-inner-wrap .feedback-footer .submit {
  background-color: #10a0dd;
  font-size: 1.6rem;
  font-weight: 600;
  color: #ffffff;
  text-transform: capitalize;
  border-color: #10a0dd;
  height: auto;
  margin: 0;
  padding: 0.8rem 5.439rem;
  border-radius: 4rem;
}
.feedback-popup .modal-inner-wrap .feedback-footer .modal-close {
  cursor: pointer;
  font-size: 1.6rem;
  color: #323232;
  font-weight: 500;
  text-transform: capitalize;
}
@media screen and (max-width: 1199px) {
  .sticky-table-wrapper {
    position: fixed;
    position: -webkit-fixed;
    top: 0;
    z-index: 15;
    transition: all 0.3s ease-in-out;
    background-color: #ffffff;
    box-shadow: 0 10px 7px rgba(0, 0, 0, 0.2);
    width: 100%;
    overflow-x: auto;
    -ms-overflow-style: none;
    /* hide scrollbar in IE and Edge */
    scrollbar-width: none;
    /* hide scrollbar in Firefox */
    /* hide scrollbar in Chrome and Safari */
  }
  .sticky-table-wrapper::-webkit-scrollbar {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .sticky-table-wrapper .sticky_row {
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    z-index: 9;
    transition: all 0.3s ease-in-out;
    background-color: #ffffff;
    box-shadow: 0 10px 7px rgba(0, 0, 0, 0.2);
    width: 100%;
  }
  .sticky-table-wrapper .sticky_row.nav-down {
    top: 5.2rem;
  }
}
.sticky_compare {
  display: none;
}
.sticky_row th {
  vertical-align: top;
}
.sticky_row th .unavailable {
  font-size: 2rem;
  font-weight: 600;
  padding: 1.4rem 0;
  text-align: center;
}
@media screen and (max-width: 642px) {
  .sticky_row th .unavailable {
    font-size: 1.8rem;
  }
}
.sticky_row td {
  width: 25% !important;
  min-width: 480px;
}
.sticky_element .sticky_compare {
  display: table-header-group;
}
@media screen and (max-width: 991px) {
  header.page-header.type22 .nav-sections-item-title[aria-controls="store.links"],
  header.page-header.type22 .nav-sections-item-title[aria-controls="store.menu"] {
    display: none !important;
  }
}
#chatra.chatra--webkit {
  z-index: 2 !important;
}
.chatra-mobile-widget-expanded #chatra.chatra--mobile-widget {
  z-index: 16 !important;
}
#chatra.chatra--side-bottom {
  bottom: 5rem !important;
}
.cms-shipping-policy .page-main {
  padding-bottom: 5rem;
  padding-top: 5rem;
}
.cms-shipping-policy .page-main table {
  border-collapse: separate;
  padding: 1rem 2rem 3rem;
}
.cms-shipping-policy .page-main table td {
  color: #323232;
  font-size: 1.4rem;
}
.cms-shipping-policy .page-main .shipping-img {
  padding-top: 3rem;
  text-align: center;
}
.filter-overlay {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 3;
  left: 0;
  display: none;
}
.product-item-info .product.name a,
.swatch-option.text,
.filter-title strong,
.block-minicart .block-content > .actions > .primary .action.primary,
.block-minicart .block-content > .actions > .secondary .action.viewcart,
.products-grid .product-item-details .product-item-actions .tocart,
.price-box .price,
.product-info-main .box-tocart .input-text.qty,
.action.primary,
.action.primary:active {
  font-family: 'Montserrat', sans-serif !important;
}
@media (max-width: 640px) {
  .filter.active .filter-subtitle {
    font-family: 'Montserrat', sans-serif !important;
  }
}
@media (min-width: 768px) {
  .page-header.type22 .header.content .nav-sections {
    font-family: 'Open Sans';
    font-family: 'Montserrat', sans-serif;
  }
}
#social-login-popup {
  border-radius: 1.8rem;
  max-width: 500px;
  width: 100%;
}
@media screen and (max-width: 576px) {
  #social-login-popup {
    max-width: 350px;
  }
}
#social-login-popup form .field .label {
  color: #323232;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 500;
  margin-bottom: 0;
}
#social-login-popup form .field input {
  background-color: transparent;
  border-radius: 10rem !important;
  border: solid 1px #707070;
  color: #323232;
  height: 3.8rem;
}
#social-login-popup form .field input::placeholder {
  font-size: 0;
}
#social-login-popup form .remind {
  color: #10a0dd;
}
#social-login-popup form .action:not(.remind) {
  background-color: transparent;
  border-radius: 10rem !important;
  border: solid 1px #10a0dd !important;
  color: #10a0dd;
  text-transform: none;
  line-height: 1;
  font-size: 1.8rem;
}
#social-login-popup form .action:not(.remind).primary {
  background-color: #10a0dd !important;
  color: #ffffff;
}
#social-login-popup form .action:not(.remind).primary:hover {
  opacity: 0.5;
  background-color: #10a0dd;
}
#social-login-popup form .captcha .captcha-reload {
  border: none !important;
  padding: 0 !important;
  text-decoration: underline;
  font-size: 12px !important;
}
#social-login-popup .amsl-tablist .amsl-title.active {
  border-block-color: #10a0dd;
  color: #10a0dd;
}
#social-login-popup .amsl-tablist .amsl-title a {
  border-bottom-color: inherit;
  color: inherit;
}
#social-login-popup .amsl-login-content {
  flex-direction: column-reverse;
  display: flex;
}
#social-login-popup .amsl-login-content .error-container {
  width: 80%;
  margin: auto;
  font-size: 13px;
  order: 1;
}
#social-login-popup .amsl-login-content .error-container span {
  display: block;
  margin-left: 0;
  background: unset;
  color: red;
}
#social-login-popup .amsl-login-content .reset-message {
  background-color: #f1f1f1;
  border-radius: 8px !important;
  margin-bottom: 2rem;
  padding: 1.5rem 1rem;
}
#social-login-popup .amsl-login-content .reset-message p {
  color: #323232;
  font-size: 1.4rem;
  margin-bottom: 0;
}
#social-login-popup .amsl-login-content .reset-message p a {
  color: #10a0dd;
  text-decoration: underline;
}
#social-login-popup .amsl-login-content > div {
  max-width: 100%;
}
#social-login-popup .amsl-login-content .block-customer-login {
  max-width: 100% !important;
  flex: 0 0 100% !important;
}
#social-login-popup .amsl-login-content .block-new-customer {
  display: none;
}
#social-login-popup .amsl-login-content .amsl-separator {
  margin: 5rem 4rem;
  display: block;
}
#social-login-popup .amsl-login-content .amsl-social-wrapper .amsl-social-login {
  border-radius: 1.2rem !important;
  flex-direction: row;
  align-items: center;
  min-height: auto;
  padding: 3rem 2rem;
  width: 100%;
  flex-wrap: nowrap;
}
#social-login-popup .amsl-login-content .amsl-social-wrapper .amsl-title {
  display: none;
  padding: 0;
  margin: 0;
  background: none;
  transform: none;
  position: static;
}
#social-login-popup .amsl-login-content .amsl-social-wrapper .amsl-title.-short {
  display: block;
  font-weight: 500;
  font-size: 1.6rem;
  text-align: left;
}
@media screen and (max-width: 768px) {
  #social-login-popup .amsl-login-content .amsl-social-wrapper .amsl-title.-short {
    text-align: center;
  }
}
#social-login-popup .amsl-register-content {
  max-width: 500px;
  width: 100%;
}
#social-login-popup .amsl-register-content .form-create-account {
  padding-top: 0;
}
#social-login-popup .amsl-register-content .form-create-account .fieldset {
  padding: 0;
}
@media screen and (max-width: 768px) {
  #social-login-popup .amsl-register-content .form-create-account .fieldset .field-name-lastname {
    float: unset;
  }
}
#social-login-popup .amsl-register-content .form-create-account .fieldset .choice {
  position: relative;
}
#social-login-popup .amsl-register-content .form-create-account .fieldset .choice .field-tooltip #tooltip-label {
  display: none;
}
@media screen and (max-width: 992px) {
  #social-login-popup .amsl-register-content .form-create-account .fieldset .choice .field-tooltip .field-tooltip-content {
    left: unset;
    right: 38px;
  }
  #social-login-popup .amsl-register-content .form-create-account .fieldset .choice .field-tooltip .field-tooltip-content::before {
    right: -21px;
    left: unset;
    border-left-color: #f4f4f4;
    border-right-color: transparent;
  }
  #social-login-popup .amsl-register-content .form-create-account .fieldset .choice .field-tooltip .field-tooltip-content::after {
    display: none;
  }
}
#social-login-popup .amsl-register-content .form-create-account .actions-toolbar {
  max-width: unset;
}
#social-login-popup .amsl-register-content .form-create-account .actions-toolbar .primary {
  margin-bottom: 0;
}
#social-login-popup .amsl-register-content .amsl-social-wrapper .amsl-social-login {
  min-height: auto;
}
#social-login-popup .amsl-register-content .amsl-social-wrapper .amsl-title {
  border-radius: 8px !important;
  font-weight: 500;
  font-size: 1.2rem;
}
#social-login-popup .amsl-register-content .amsl-social-wrapper .amsl-buttons {
  justify-content: center;
  padding: 4rem 1rem;
}
#social-login-popup .amsl-login-success {
  color: #323232;
  font-size: 1.4rem;
}
.amsl-social-wrapper .amsl-buttons {
  gap: 1.5rem;
  flex-wrap: nowrap;
}
@media screen and (max-width: 768px) {
  .amsl-social-wrapper .amsl-buttons {
    justify-content: center;
    padding: 2rem 1rem;
  }
}
.amsl-social-wrapper .amsl-buttons .amsl-button-wrapper {
  margin: 0;
}
.amsl-social-wrapper .amsl-buttons .amsl-button-wrapper .amsl-button {
  height: 40px;
  width: 40px;
}
.amsl-social-wrapper .amsl-buttons .amsl-button-wrapper .amsl-social-icon {
  transform: scale(0.65);
}
.amsl-registration-page .amsl-social-login,
.amsl-login-page .amsl-social-login,
.amsl-cart-page .amsl-social-login {
  padding-bottom: 2rem;
  row-gap: 1rem;
}
.amsl-registration-page .amsl-title,
.amsl-login-page .amsl-title,
.amsl-cart-page .amsl-title {
  font-weight: 500;
  font-size: 1.2rem;
  margin-bottom: 0 !important;
}
body .action.primary,
body .action.primary:hover,
body .modes-mode.active,
body .modes-mode:hover,
body .pages strong.page,
body .pages .action:hover,
body .pages a.page:hover,
body .fotorama__nav .fotorama__thumb-border,
body button:hover,
body .action.primary:focus,
body .action.primary:active,
body .products-grid .product-item-info:hover .product-item-details .product-item-actions .tocart,
body .products-grid.products.grid.flex-grid .product-item-details .product-item-actions .tocart,
body .filter-toggle.active,
body i.ajax-loader,
body .swatch-option.selected,
body .swatch-option.image:not(.disabled):hover,
body .swatch-option.color:not(.disabled):hover,
body .swatch-option:not(.disabled):hover,
body .product-item-info.type3 .product-item-photo .product-item-inner .product-item-actions > .actions-primary .tocart:hover,
body .product-item-info.type3 .product-item-photo .product-item-inner .product-item-actions > .action.tocompare:hover,
body .product-item-info.type5 .product-item-photo .product-item-inner .product-item-actions > .actions-primary .tocart:hover,
body .product-item-info.type5 .product-item-photo .product-item-inner .product-item-actions > .action.tocompare:hover,
body .product-item-info.type6 .product-item-photo .product-item-inner .product-item-actions > .actions-primary .tocart:hover,
body .product-item-info.type6 .product-item-photo .product-item-inner .product-item-actions > .action.tocompare:hover {
  border-color: transparent;
}
main button,
main .action {
  transition: 0.4s;
}
main button:hover,
main .action:hover {
  opacity: 0.8;
}
.shipping-tracking-popup .page-title {
  color: #323232 !important;
  display: block !important;
  font-family: 'Montserrat', sans-serif;
  font-size: 3rem !important;
  font-weight: 600 !important;
  line-height: 1.2;
  text-transform: capitalize !important;
}
.shipping-tracking-popup .page.tracking .subtitle {
  color: #323232;
  font-size: 1.6rem;
  font-weight: 500;
}
.shipping-tracking-popup .page.tracking .table-wrapper {
  padding-top: 2rem;
}
.shipping-tracking-popup .page.tracking .table-wrapper:nth-child(2) tr:first-child th,
.shipping-tracking-popup .page.tracking .table-wrapper:nth-child(2) tr:first-child td {
  border-top: none;
}
@media (max-width: 639px) {
  .shipping-tracking-popup .page.tracking .table-wrapper {
    overflow: unset;
  }
}
.shipping-tracking-popup .page.tracking .table {
  background-color: #ffffff;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  border-radius: 1rem;
  margin-top: 2rem;
}
.shipping-tracking-popup .page.tracking .table tr:last-child td:last-child {
  border-bottom: none !important;
}
.shipping-tracking-popup .page.tracking .table th,
.shipping-tracking-popup .page.tracking .table td {
  color: #323232;
  font-size: 1.4rem;
}
.aw_advanced_reviews-review_listing-product .page-main,
.aw_advanced_reviews-review_listing-product .aw-reviews__review-listing {
  max-width: 147rem;
}
.aw_advanced_reviews-review_listing-product .page-main {
  padding: 2rem 1.5rem;
}
.aw_advanced_reviews-review_listing-product .page-main .aw-ar-rating-container::before {
  filter: unset;
}
.aw_advanced_reviews-review_listing-product .page-main .rating::before {
  filter: invert(67%) sepia(73%) saturate(23) hue-rotate(328deg) brightness(95%) contrast(112%);
}
.aw_advanced_reviews-review_listing-product .aw-reviews__review-listing > .header {
  align-items: start;
  gap: 2rem;
}
@media screen and (max-width: 991px) {
  .aw_advanced_reviews-review_listing-product .aw-reviews__review-listing > .header {
    flex-direction: column;
  }
}
.aw_advanced_reviews-review_listing-product .aw-reviews__review-listing > .header .left {
  background-color: #ffffff;
  border-radius: 3rem;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.161);
  overflow: hidden;
  padding: 2rem 3.6rem 7.5rem !important;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .aw_advanced_reviews-review_listing-product .aw-reviews__review-listing > .header .left {
    max-width: 45.4rem;
    position: sticky;
    top: 0;
    width: unset;
  }
}
@media screen and (min-width: 992px) and (hover: none) and (orientation: landscape) {
  .aw_advanced_reviews-review_listing-product .aw-reviews__review-listing > .header .left {
    position: relative;
    top: unset;
  }
}
@media screen and (max-width: 576px) {
  .aw_advanced_reviews-review_listing-product .aw-reviews__review-listing > .header .left {
    padding: 2rem 1.6rem 7.5rem !important;
  }
}
.aw_advanced_reviews-review_listing-product .aw-reviews__review-listing > .header .left .product-name h2 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.4rem;
  margin: 0;
  padding-top: 2rem;
  text-align: center;
}
.aw_advanced_reviews-review_listing-product .aw-reviews__review-listing > .header .left .no-reviews {
  font-size: 1.6rem;
  color: #323232;
  line-height: 1.9rem;
}
.aw_advanced_reviews-review_listing-product .aw-reviews__review-listing > .header .right {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .aw_advanced_reviews-review_listing-product .aw-reviews__review-listing > .header .right {
    padding: 2rem 1.5rem 0;
  }
}
.aw_advanced_reviews-review_listing-product .aw-reviews__review-listing > .header .right [data-role="aw-ar-product-view-review-container"] {
  margin: 0;
  padding: 1.7rem 0;
}
.aw_advanced_reviews-review_listing-product .aw-reviews__review-listing > .header .right .container-header {
  display: none;
}
.aw_advanced_reviews-review_listing-product .aw-reviews__review-listing > .header .right .container-body {
  margin: 0;
  padding: 0;
}
.aw_advanced_reviews-review_listing-product .aw-reviews__review-listing > .header .right .container-body .aw-ar__data-grid-filters-wrap {
  padding: 0;
  gap: 1rem 2.8rem;
}
.aw_advanced_reviews-review_listing-product .aw-reviews__review-listing > .header .right .container-body .aw-ar__data-grid-filters-wrap:nth-child(3) {
  float: right;
  margin-top: -1.2rem;
}
@media screen and (max-width: 1200px) {
  .aw_advanced_reviews-review_listing-product .aw-reviews__review-listing > .header .right .container-body .aw-ar__data-grid-filters-wrap {
    column-gap: 1rem;
  }
  .aw_advanced_reviews-review_listing-product .aw-reviews__review-listing > .header .right .container-body .aw-ar__data-grid-filters-wrap:nth-child(3) {
    float: unset;
    margin: 0;
    padding: 1rem 0 0;
  }
}
.aw_advanced_reviews-review_listing-product .aw-reviews__review-listing > .header .right .container-body .aw-ar__data-grid-filters-wrap .aw-ar__form-field-wrap {
  margin: 0;
}
.aw_advanced_reviews-review_listing-product .aw-reviews__review-listing > .header .right .container-body .aw-ar__data-grid-filters-wrap .admin__field-option {
  column-gap: 1.3rem;
}
.aw_advanced_reviews-review_listing-product .aw-reviews__review-listing > .header .right .container-body .aw-ar__data-grid-filters-wrap .admin__field-option input {
  border: solid 1px #323232;
  border-radius: 3px;
  margin: 0;
}
.aw_advanced_reviews-review_listing-product .aw-reviews__review-listing > .header .right .container-body .aw-ar__data-grid-filters-wrap .admin__field-option input:checked {
  border-color: transparent;
}
.aw_advanced_reviews-review_listing-product .aw-reviews__review-listing > .header .right .container-body .aw-ar__data-grid-filters-wrap .admin__field-option label {
  color: #323232;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.2rem;
}
@media screen and (min-width: 992px) {
  .aw_advanced_reviews-review_listing-product .aw-reviews__review-listing .product-image {
    overflow: hidden;
  }
}
@media screen and (max-width: 991px) {
  .aw_advanced_reviews-review_listing-product .aw-reviews__review-listing .product-image {
    margin: auto;
    max-width: 40rem;
  }
}
.aw_advanced_reviews-review_listing-product .aw-reviews__review-listing .page-title {
  color: #323232;
  font-size: 2.5rem !important;
  line-height: 3rem !important;
  letter-spacing: 0;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  font-weight: 700 !important;
  text-transform: capitalize;
}
@media screen and (max-width: 991px) {
  .aw_advanced_reviews-review_listing-product .aw-reviews__review-listing .page-title {
    font-size: 2.2rem !important;
    line-height: 2.8rem !important;
  }
}
@media screen and (min-width: 769px) {
  .aw_advanced_reviews-review_listing-product .aw-reviews__review-listing .body {
    padding-top: 3rem;
  }
}
.aw_advanced_reviews-review_listing-product .aw-reviews__review-listing .aw-ar-review-summary {
  padding: 3rem 0 0 !important;
}
.aw_advanced_reviews-review_listing-product .aw-reviews__review-listing .aw-ar-review-summary .column-summary {
  margin: 0;
  float: unset;
}
.aw_advanced_reviews-review_listing-product .aw-reviews__review-listing .aw-ar-review-summary .column-summary .brief-summary,
.aw_advanced_reviews-review_listing-product .aw-reviews__review-listing .aw-ar-review-summary .column-summary .recommend-customers {
  color: #323232;
  margin: 0 !important;
}
.aw_advanced_reviews-review_listing-product .aw-reviews__review-listing .aw-ar-review-summary .column-summary .brief-summary .aggregated-rating-absolute,
.aw_advanced_reviews-review_listing-product .aw-reviews__review-listing .aw-ar-review-summary .column-summary .recommend-customers .aggregated-rating-absolute,
.aw_advanced_reviews-review_listing-product .aw-reviews__review-listing .aw-ar-review-summary .column-summary .brief-summary .percent,
.aw_advanced_reviews-review_listing-product .aw-reviews__review-listing .aw-ar-review-summary .column-summary .recommend-customers .percent {
  float: unset;
  font-size: 3.4rem;
  font-weight: 400;
  line-height: 4.2rem;
  margin: 0;
  width: 10rem;
}
.aw_advanced_reviews-review_listing-product .aw-reviews__review-listing .aw-ar-review-summary .column-summary .brief-summary .reviews-count,
.aw_advanced_reviews-review_listing-product .aw-reviews__review-listing .aw-ar-review-summary .column-summary .recommend-customers .reviews-count,
.aw_advanced_reviews-review_listing-product .aw-reviews__review-listing .aw-ar-review-summary .column-summary .brief-summary .recommend-text,
.aw_advanced_reviews-review_listing-product .aw-reviews__review-listing .aw-ar-review-summary .column-summary .recommend-customers .recommend-text {
  color: #323232;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.8rem;
}
.aw_advanced_reviews-review_listing-product .aw-reviews__review-listing .aw-ar-review-summary .column-summary .rating-values-statistics {
  display: grid;
  padding-top: 2.6rem;
  row-gap: 1.2rem;
}
.aw_advanced_reviews-review_listing-product .aw-reviews__review-listing .aw-ar-review-summary .column-summary .rating-values-statistics .rating-value-row {
  align-items: center;
  display: flex;
  gap: 1.3rem 3.2rem;
  margin-bottom: 0;
  font-family: 'Montserrat', sans-serif;
}
@media screen and (max-width: 1200px) {
  .aw_advanced_reviews-review_listing-product .aw-reviews__review-listing .aw-ar-review-summary .column-summary .rating-values-statistics .rating-value-row {
    column-gap: 0.4rem;
  }
}
@media screen and (max-width: 991px) {
  .aw_advanced_reviews-review_listing-product .aw-reviews__review-listing .aw-ar-review-summary .column-summary .rating-values-statistics .rating-value-row {
    justify-content: center;
  }
}
.aw_advanced_reviews-review_listing-product .aw-reviews__review-listing .aw-ar-review-summary .column-summary .rating-values-statistics .rating-value-label {
  font-size: 2rem;
  font-weight: 500;
  line-height: 2.4rem;
  margin: 0;
  text-align: left;
  white-space: nowrap;
  width: 66px;
}
@media screen and (max-width: 1200px) {
  .aw_advanced_reviews-review_listing-product .aw-reviews__review-listing .aw-ar-review-summary .column-summary .rating-values-statistics .rating-value-label {
    font-size: 1.5rem;
    flex-basis: 7rem;
    line-height: 1.8rem;
  }
}
.aw_advanced_reviews-review_listing-product .aw-reviews__review-listing .aw-ar-review-summary .column-summary .rating-values-statistics .rating-value-reviews-count {
  display: none;
}
.aw_advanced_reviews-review_listing-product .aw-reviews__review-listing .aw-ar-review-summary .column-summary .rating-values-statistics .rating-value-reviews-percent {
  font-size: 2rem;
  font-weight: 500;
  line-height: 2.4rem;
  text-align: right;
}
@media screen and (max-width: 576px) {
  .aw_advanced_reviews-review_listing-product .aw-reviews__review-listing .aw-ar-review-summary .column-summary .rating-values-statistics .rating-value-reviews-percent {
    flex-basis: 5rem;
  }
}
@media screen and (max-width: 1200px) {
  .aw_advanced_reviews-review_listing-product .aw-reviews__review-listing .aw-ar-review-summary .column-summary .rating-values-statistics .rating-value-reviews-percent {
    font-size: 1.5rem;
    line-height: 1.8rem;
    min-width: 4.1rem;
  }
}
.aw_advanced_reviews-review_listing-product .aw-reviews__review-listing .aw-ar-review-summary .column-summary .rating-values-statistics .rating-bar {
  background-color: #b9b9b9;
  border-radius: 10rem;
  height: 1rem;
  margin-right: 0;
  width: 19rem;
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .aw_advanced_reviews-review_listing-product .aw-reviews__review-listing .aw-ar-review-summary .column-summary .rating-values-statistics .rating-bar {
    width: 100%;
  }
}
.aw_advanced_reviews-review_listing-product .aw-reviews__review-listing .aw-ar-review-summary .column-summary .rating-values-statistics .rating-bar .progress-bar {
  background-color: #F5B340;
  border-radius: inherit;
  height: inherit;
}
.aw_advanced_reviews-review_listing-product .aw-reviews__review-listing .aw-ar-review-summary .column-summary .action {
  border: solid 1px transparent !important;
  border-radius: 0;
  color: #ffffff !important;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.6rem;
  margin-bottom: 0 !important;
  padding: 0;
  text-align: center;
  text-transform: none;
}
.aw_advanced_reviews-review_listing-product .aw-reviews__review-listing .aw-ar-review-summary .column-summary .action.primary {
  background-color: #10a0dd;
}
.aw_advanced_reviews-review_listing-product .aw-reviews__review-listing .aw-ar-review-summary .column-summary .action.primary:hover {
  background-color: #10a0dd;
}
.aw_advanced_reviews-review_listing-product .aw-reviews__review-listing .aw-ar-review-summary .column-summary .action.back-to-product {
  background-color: #323232;
}
.aw_advanced_reviews-review_listing-product .aw-reviews__review-listing .aw-ar-review-summary .column-summary .action.back-to-product:hover {
  background-color: #323232;
}
.aw_advanced_reviews-review_listing-product .aw-reviews__review-listing .aw-ar-review-summary .column-summary:first-child {
  align-items: start !important;
  border-bottom: none !important;
  flex-direction: column !important;
  float: unset;
  margin: 0 !important;
  min-width: unset;
  padding: 0 !important;
  row-gap: 1.9rem;
  width: fit-content;
}
@media screen and (max-width: 991px) {
  .aw_advanced_reviews-review_listing-product .aw-reviews__review-listing .aw-ar-review-summary .column-summary:first-child {
    margin: auto !important;
  }
}
.aw_advanced_reviews-review_listing-product .aw-reviews__review-listing .aw-ar-review-summary .column-summary:last-child {
  all: unset;
  bottom: 0;
  display: flex;
  flex-direction: row-reverse !important;
  left: 0;
  margin: 0 !important;
  position: absolute;
  right: 0;
}
.aw_advanced_reviews-review_listing-product .aw-reviews__review-listing .aw-ar-review-summary .column-summary:last-child .aw-ar-write-review-control {
  all: unset;
  flex: 1;
  margin: 0 !important;
}
.aw_advanced_reviews-review_listing-product .aw-reviews__review-listing .aw-ar-review-summary .column-summary:last-child .aw-ar-write-review-control .action {
  width: 100%;
}
.aw_advanced_reviews-review_listing-product .aw-reviews__review-listing .aw-ar-review-summary .column-summary:last-child [data-role="aw-ar-back-to-product-btn"] {
  flex: 1;
}
.aw_advanced_reviews-review_listing-product .aw-reviews__review-listing .aw-ar-review-form {
  background-color: #f1f1f1;
  border-top: unset;
  font-family: 'Montserrat', sans-serif;
  padding: 1.5rem 0 0;
}
@media screen and (max-width: 1200px) {
  .aw_advanced_reviews-review_listing-product .aw-reviews__review-listing .aw-ar-review-form {
    padding-bottom: 2rem;
  }
}
.aw_advanced_reviews-review_listing-product .aw-reviews__review-listing .aw-ar-review-form label,
.aw_advanced_reviews-review_listing-product .aw-reviews__review-listing .aw-ar-review-form .admin__field-value {
  color: #323232;
  text-transform: capitalize;
}
.aw_advanced_reviews-review_listing-product .aw-reviews__review-listing .aw-ar-review-form input,
.aw_advanced_reviews-review_listing-product .aw-reviews__review-listing .aw-ar-review-form select {
  border: solid 1px #707070;
  border-radius: 100px;
}
.aw_advanced_reviews-review_listing-product .aw-reviews__review-listing .aw-ar-review-form textarea {
  border: solid 1px #707070;
}
.aw_advanced_reviews-review_listing-product .aw-reviews__review-listing .aw-ar-review-form .action-submit {
  background-color: #323232;
  border: solid 1px #323232;
  border-radius: 10rem;
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  transition: 0.4s;
  text-transform: capitalize;
}
@media screen and (min-width: 1900px) {
  .aw_advanced_reviews-review_listing-product .aw-reviews__review-listing .aw-ar-review-form .action-submit {
    font-size: 20px;
    line-height: 24px;
  }
}
.aw_advanced_reviews-review_listing-product .aw-reviews__review-listing .aw-ar-review-form .action-submit:hover {
  background-color: transparent;
  color: #323232;
}
.aw_advanced_reviews-review_listing-product .aw-reviews__review-listing .aw-ar-review-form .aw-ar__file-uploader-summary .action-remove {
  background-color: transparent;
}
.aw_advanced_reviews-review_listing-product .aw-reviews__review-listing .aw-ar-review-form .aw-ar__file-uploader-summary .action-remove::before {
  vertical-align: baseline;
  color: #323232;
}
.aw_advanced_reviews-review_listing-product .aw-reviews__review-listing .aw-ar-review-form .aw-ar__file-uploader {
  position: relative;
}
.aw_advanced_reviews-review_listing-product .aw-reviews__review-listing .aw-ar-review-form .aw-ar__file-uploader #fileUploader {
  border: unset;
}
.aw_advanced_reviews-review_listing-product .aw-reviews__review-listing .aw-ar__form-field-wrap .admin__field-option {
  display: flex;
  align-items: center;
}
.aw_advanced_reviews-review_listing-product .aw-reviews__review-listing .aw-ar__form-field-wrap .admin__field-option input {
  top: 0;
}
.aw_advanced_reviews-review_listing-product .aw-reviews__review-listing .aw-ar__form-field-wrap .admin__control-checkbox {
  background-color: transparent;
  position: relative;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #ffffff;
  width: 1.5rem;
  height: 1.5rem;
  min-width: 1.5rem;
  min-height: 1.5rem;
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  cursor: pointer;
}
.aw_advanced_reviews-review_listing-product .aw-reviews__review-listing .aw-ar__form-field-wrap .admin__control-checkbox:checked::before {
  background-color: #323232;
  color: #ffffff;
  content: '\2713';
  font-size: 14px;
  height: inherit;
  text-align: center;
  width: inherit;
  padding: 0 0.25rem;
}
.aw_advanced_reviews-review_listing-product .aw-reviews__review-listing .aw-ar__form-field-wrap label {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.75rem;
  font-weight: 300;
  line-height: 2.2rem;
}
.aw_advanced_reviews-review_listing-product .aw-reviews__review-listing .aw-ar__form-field-control select {
  border-radius: 10rem;
  border: none;
  height: auto;
  padding: 1rem 1.6rem 1rem 2.5rem;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 2.2rem;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  min-width: 27rem;
}
.aw_advanced_reviews-review_listing-product .aw-reviews__review-listing .aw-ar__review-list-nav button {
  background-color: #10a0dd !important;
  border-color: #10a0dd !important;
  border-radius: 10rem;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.6rem;
  transition: 0.4s;
  text-transform: none;
}
.aw_advanced_reviews-review_listing-product .aw-reviews__review-listing .aw-ar__review-list-nav button:hover {
  background-color: transparent !important;
  color: #10a0dd !important;
}
.aw_advanced_reviews-review_listing-product .aw-reviews__review-listing .aw-ar__review-list {
  margin-bottom: 2.5rem;
}
.aw_advanced_reviews-review_listing-product .aw-reviews__review-listing .aw-ar__review-list.container-standard-review {
  padding-top: 1.6rem;
}
.aw_advanced_reviews-review_listing-product .aw-reviews__review-listing .aw-ar__review-list .review-header .review-sorting {
  font-size: 1.8rem;
  line-height: 2.2rem;
  margin: 0;
  padding: 0;
}
.aw_advanced_reviews-review_listing-product .aw-reviews__review-listing .aw-ar__review-list .review-header .review-sorting * {
  color: #323232 !important;
}
.aw_advanced_reviews-review_listing-product .aw-reviews__review-listing .aw-ar__review-list .review-header .review-sorting .data-grid-header-content {
  border-bottom: solid 1px #323232;
}
@media screen and (max-width: 768px) {
  .aw_advanced_reviews-review_listing-product .aw-reviews__review-listing .aw-ar__review-list .review-header .review-sorting {
    font-size: 1.6rem;
  }
  .aw_advanced_reviews-review_listing-product .aw-reviews__review-listing .aw-ar__review-list .review-header .review-sorting > div,
  .aw_advanced_reviews-review_listing-product .aw-reviews__review-listing .aw-ar__review-list .review-header .review-sorting > span {
    margin-right: 1rem;
  }
}
.aw_advanced_reviews-review_listing-product .aw-reviews__review-listing .aw-ar__review-list .review-items .review-item {
  background-color: #ffffff;
  border-radius: 3rem;
  padding: 3rem;
  margin-bottom: 2.5rem;
}
.aw_advanced_reviews-review_listing-product .aw-reviews__review-listing .aw-ar__review-list .review-items .review-item .review-item-info {
  display: block;
}
.aw_advanced_reviews-review_listing-product .aw-reviews__review-listing .aw-ar__review-list .review-items .review-item .aw-ar__review-list-sidebar-main {
  align-items: center;
  display: grid;
  grid: auto / 4fr 1fr;
  float: unset;
  text-align: left;
  margin-right: 0;
  max-width: 100%;
  row-gap: 0.5rem;
}
@media screen and (max-width: 768px) {
  .aw_advanced_reviews-review_listing-product .aw-reviews__review-listing .aw-ar__review-list .review-items .review-item .aw-ar__review-list-sidebar-main {
    grid: unset;
  }
}
.aw_advanced_reviews-review_listing-product .aw-reviews__review-listing .aw-ar__review-list .review-items .review-item .aw-ar__review-list-sidebar-main .nickname {
  color: #323232;
  font-family: 'Montserrat', sans-serif;
  font-size: 2rem;
  font-weight: 300;
  line-height: 2.4rem;
  order: -1;
}
.aw_advanced_reviews-review_listing-product .aw-reviews__review-listing .aw-ar__review-list .review-items .review-item .aw-ar__review-list-sidebar-main .date {
  color: #616161;
  font-size: 1.6rem;
  line-height: 1.9rem;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .aw_advanced_reviews-review_listing-product .aw-reviews__review-listing .aw-ar__review-list .review-items .review-item .aw-ar__review-list-sidebar-main .date {
    text-align: left;
  }
}
.aw_advanced_reviews-review_listing-product .aw-reviews__review-listing .aw-ar__review-list .review-items .review-item .aw-ar__review-list-sidebar-main .is_verified_buyer {
  color: #5E5E5E;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.9rem;
}
.aw_advanced_reviews-review_listing-product .aw-reviews__review-listing .aw-ar__review-list .review-items .review-item .aw-ar__review-list-column-main {
  padding-top: 2.5rem;
}
.aw_advanced_reviews-review_listing-product .aw-reviews__review-listing .aw-ar__review-list .review-items .review-item .aw-ar__review-list-column-main-top .summary {
  color: #323232;
  font-family: 'Montserrat', sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 2.4rem;
  margin: 0;
  padding-bottom: 1.1rem;
}
@media screen and (max-width: 576px) {
  .aw_advanced_reviews-review_listing-product .aw-reviews__review-listing .aw-ar__review-list .review-items .review-item .aw-ar__review-list-column-main-top .summary {
    font-size: 1.75rem;
    line-height: 2rem;
  }
}
.aw_advanced_reviews-review_listing-product .aw-reviews__review-listing .aw-ar__review-list .review-items .review-item .aw-ar__review-list-column-main-top .date {
  color: #616161;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.9rem;
  font-family: 'Montserrat', sans-serif;
}
@media screen and (max-width: 576px) {
  .aw_advanced_reviews-review_listing-product .aw-reviews__review-listing .aw-ar__review-list .review-items .review-item .aw-ar__review-list-column-main-top .date {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
.aw_advanced_reviews-review_listing-product .aw-reviews__review-listing .aw-ar__review-list .review-items .review-item .aw-ar__review-list-column-main-middle.content {
  color: #323232;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.9rem;
  margin: 0;
  padding: 2.5rem 0 0;
}
.aw_advanced_reviews-review_listing-product .aw-reviews__review-listing .aw-ar__review-list .review-items .review-item .aw-ar__review-list-column-main-middle .recommend {
  color: #109C06;
  font-size: 1.6rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  line-height: 1.9rem;
}
.aw_advanced_reviews-review_listing-product .aw-reviews__review-listing .aw-ar__review-list .review-items .review-item .aw-ar__review-list-column-main-middle .recommend br {
  display: none;
}
.aw_advanced_reviews-review_listing-product .aw-reviews__review-listing .aw-ar__review-list .review-items .review-item .aw-ar__review-list-column-main-middle .recommend::before {
  content: '';
  width: 10px;
  height: 10px;
  margin-top: -3px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 1rem;
  background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMCIgaGVpZ2h0PSIxMCIgdmlld0JveD0iMCAwIDE2IDE2Ij4gIDxkZWZzPiAgICA8c3R5bGU+ICAgICAgLmNscy0xIHsgICAgICAgIGZpbGw6ICM0Mzg0MDA7ICAgICAgICBmaWxsLXJ1bGU6IGV2ZW5vZGQ7ICAgICAgfSAgICA8L3N0eWxlPiAgPC9kZWZzPiAgPHBhdGggaWQ9IlJlY3RhbmdsZV8xX2NvcHkiIGRhdGEtbmFtZT0iUmVjdGFuZ2xlIDEgY29weSIgY2xhc3M9ImNscy0xIiBkPSJNOCwwQTgsOCwwLDEsMSwwLDgsOCw4LDAsMCwxLDgsMFptNC4wNDEsNy4xTDguMjg1LDExLjExMmEwLjk5NCwwLjk5NCwwLDAsMS0uOC4zMSwwLjk0OSwwLjk0OSwwLDAsMS0uOTMxLTAuMjUybC0yLjMxLTIuNWExLjA1OCwxLjA1OCwwLDAsMS0uMDI3LTEuNDQ5bDAuMzQtLjM2OEEwLjk1LDAuOTUsMCwwLDEsNS45NDQsNi44M0w3LjQsOC40bDIuODItMy4wMTVhMSwxLDAsMCwxLDEuNDEzLS4wNDdsMC4zNjUsMC4zNDJBMSwxLDAsMCwxLDEyLjA0MSw3LjFaIi8+PC9zdmc+');
}
.aw_advanced_reviews-review_listing-product .aw-reviews__review-listing .aw-ar__review-list .review-items .review-item .aw-ar__review-list-column-main-bottom .review-helpful-report-wrapper {
  color: #5E5E5E;
  font-family: 'Montserrat', sans-serif;
}
.aw_advanced_reviews-review_listing-product .aw-reviews__review-listing .aw-ar__review-list .review-items .review-item .aw-ar__review-list-column-main-bottom .review-helpful-report-wrapper .helpful {
  font-size: 1.6rem;
  line-height: 1.9rem;
}
.aw_advanced_reviews-review_listing-product .aw-reviews__review-listing .aw-ar__review-list .review-items .review-item .aw-ar__review-list-column-main-bottom .review-helpful-report-wrapper .helpful .icon-h {
  font-size: 1.4rem;
  line-height: 1.8rem;
}
.aw_advanced_reviews-review_listing-product .aw-reviews__review-listing .aw-ar__review-list .review-items .review-item .aw-ar__review-list-column-main-bottom .review-helpful-report-wrapper .helpful path {
  fill: #b9b9b9;
}
.aw_advanced_reviews-review_listing-product .aw-reviews__review-listing .aw-ar__review-list .review-items .review-item .aw-ar__review-list-column-main-bottom .add-comment {
  border: solid 1px #b9b9b9;
  border-radius: 10rem;
  color: #323232;
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.9rem;
  padding: 0.6rem 2.14rem;
}
.aw_advanced_reviews-review_listing-product .aw-reviews__review-listing .aw-ar__review-list .review-items .review-item .aw-ar__review-list-column-main-bottom .add-comment:hover {
  text-decoration: none;
}
.aw_advanced_reviews-review_listing-product .aw-reviews__review-listing .aw-ar__review-list .review-items .review-item .aw-ar__review-list-column-main-bottom .comment-wrapper {
  color: #323232;
}
.aw_advanced_reviews-review_listing-product .aw-reviews__review-listing .aw-ar__review-list .review-items .review-item .aw-ar__review-list-column-main-bottom .aw-ar-comment-form label {
  color: #323232;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
}
.aw_advanced_reviews-review_listing-product .aw-reviews__review-listing .aw-ar__review-list .review-items .review-item .aw-ar__review-list-column-main-bottom .aw-ar-comment-form input,
.aw_advanced_reviews-review_listing-product .aw-reviews__review-listing .aw-ar__review-list .review-items .review-item .aw-ar__review-list-column-main-bottom .aw-ar-comment-form textarea,
.aw_advanced_reviews-review_listing-product .aw-reviews__review-listing .aw-ar__review-list .review-items .review-item .aw-ar__review-list-column-main-bottom .aw-ar-comment-form select {
  color: #323232;
  font-family: 'Montserrat', sans-serif;
  border-color: #b9b9b9;
}
.aw_advanced_reviews-review_listing-product .aw-reviews__review-listing .aw-ar__review-list .review-items .review-item .aw-ar__review-list-column-main-bottom .aw-ar-comment-form input,
.aw_advanced_reviews-review_listing-product .aw-reviews__review-listing .aw-ar__review-list .review-items .review-item .aw-ar__review-list-column-main-bottom .aw-ar-comment-form select {
  border-radius: 10rem;
}
.aw_advanced_reviews-review_listing-product .aw-reviews__review-listing .aw-ar__review-list .review-items .review-item .aw-ar__review-list-column-main-bottom .aw-ar-comment-form textarea {
  border-radius: 1.2rem;
}
.aw_advanced_reviews-review_listing-product .aw-reviews__review-listing .aw-ar__review-list .review-items .review-item .aw-ar__review-list-column-main-bottom .aw-ar-comment-form .actions-toolbar button {
  border: solid 1px #323232;
  border-radius: 10rem;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.6rem;
  padding: 1rem 1.5rem !important;
  height: auto;
  line-height: 1.2;
  text-transform: none;
}
.aw_advanced_reviews-review_listing-product .aw-reviews__review-listing .aw-ar__review-list .review-items .review-item .aw-ar__review-list-column-main-bottom .aw-ar-comment-form .actions-toolbar button:hover {
  background-color: transparent;
  color: #323232;
}
.aw_advanced_reviews-review_listing-product .aw-reviews__review-listing .aw-ar__review-list .review-items .review-item .aw-ar__review-list-column-main-bottom .aw-ar-comment-form .actions-toolbar .action-submit {
  background-color: #323232;
  color: #ffffff;
}
.aw_advanced_reviews-review_listing-product .aw-reviews__review-listing .aw-ar__review-list .review-items .review-item .aw-ar__review-list-column-main-bottom .aw-ar-comment-form .actions-toolbar .action-cancel {
  color: #323232;
}
.aw_advanced_reviews-review_listing-product .aw-reviews__review-listing .aw-ar__review-list-nav {
  padding-left: 0;
}
.aw_advanced_reviews-review_listing-product .aw-reviews__review-listing .aw-ar__review-list-nav .right-column {
  margin-left: auto;
}
.aw_advanced_reviews-review_listing-product [data-role="aw-ar-product-view-review-container"] {
  margin: 2rem auto 0;
  max-width: 120rem;
  padding: 0 1.5rem;
}
@media screen and (max-width: 767px) {
  .sidemain_useddiscs .see-more__wrapper {
    height: 16rem;
    overflow: hidden;
  }
  .sidemain_useddiscs .see_more {
    color: #10a0dd;
    font-size: 1.4rem;
    font-weight: 500;
    padding-top: 2rem;
    text-align: center;
    text-decoration: underline;
    text-transform: capitalize;
  }
}
@media screen and (min-width: 768px) {
  .sidemain_useddiscs .see_more {
    display: none;
  }
}
.category-see-new .product-item .price {
  font-weight: 700 !important;
}
@media screen and (max-width: 768px) {
  .category-see-new .product-item .product-item-details .driver_stability_attrs:first-of-type {
    order: 1 !important;
  }
}
.catalog-category-view .see-new-listing-container .see-new-swatch-container,
.landing-landing-view .see-new-listing-container .see-new-swatch-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.catalog-category-view .see-new-listing-container .see-new-swatch-container .swatch-more,
.landing-landing-view .see-new-listing-container .see-new-swatch-container .swatch-more {
  color: #10A0DD;
}
@media screen and (min-width: 1200px) {
  .catalog-category-view .see-new-listing-container .see-new-swatch-container,
  .landing-landing-view .see-new-listing-container .see-new-swatch-container {
    padding: 0px 20px;
  }
}
.catalog-category-view .see-new-listing-container .product-item-details .discs_details,
.landing-landing-view .see-new-listing-container .product-item-details .discs_details {
  margin-top: .5rem !important;
}
.paypal-buttons.paypal-buttons-context-iframe > iframe.component-frame {
  z-index: 1 !important;
}
@media (min-width: 769px) {
  .checkout-cart-index .page-main {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  #additional {
    min-height: 895px;
  }
}
@media (max-width: 567px) {
  header.page-header.type22 .minicart-wrapper .block-minicart {
    right: 0;
    transform: translateX(30%);
    width: 360px !important;
    top: 35px;
    margin-top: 0;
  }
}
.owl-carousel.owl-loaded {
  margin-bottom: 0 !important;
}
.checkout-cart-index .page-main .cart-container .form-cart .action.clear {
  font-family: 'Montserrat', sans-serif !important;
}
.checkout-cart-index .page-main .cart-container .form-cart .actions button {
  font-family: 'Montserrat', sans-serif !important;
}
.amsl-cart-page .amsl-social-login,
.amsl-login-page .amsl-social-login,
.amsl-registration-page .amsl-social-login {
  padding: 20px !important;
}
.amsl-cart-page .amsl-social-login .amsl-button-wrapper,
.amsl-login-page .amsl-social-login .amsl-button-wrapper,
.amsl-registration-page .amsl-social-login .amsl-button-wrapper {
  margin-bottom: 0 !important;
}
@media (max-width: 992px) {
  .checkout-cart-index .page-main .cart-container .cart-summary .checkout .item button {
    position: relative !important;
  }
  .checkout-cart-index .page-main .cart-container .cart-summary.proceed-sticky .checkout .item button[data-role="proceed-to-checkout"] {
    position: relative !important;
  }
  .checkout-cart-index .page-main .cart-container .cart-summary .checkout .item button[data-role="proceed-to-checkout"] {
    position: fixed !important;
  }
}
.account .sidebar.sidebar-main {
  max-width: 250px;
}
.account .orders-history .data.table thead th {
  padding-left: 10px;
}
.account .orders-history .data.table tr td {
  padding-left: 10px;
}
.account .block-dashboard-orders .orders-recent .recent th {
  padding-left: 10px !important;
}
.account .block-dashboard-orders .orders-recent .recent td {
  padding-left: 10px !important;
}
.account .data.table tr th,
.account .data.table tr td {
  padding-left: 10px !important;
}
#reviews .container-header {
  width: auto;
}
#reviews .container-header .aw-ar-wrapper-fieldset {
  padding: 0;
}
#reviews .container-body {
  width: 65%;
}
@media (max-width: 768px) {
  #reviews .container-header {
    width: 100%;
  }
  #reviews .container-body {
    width: 100%;
  }
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.account.vault-cards-listaction .page-title-wrapper {
  display: none;
}
.account.vault-cards-listaction .address-select-modal__form-container {
  margin-bottom: 18px;
}
.account.vault-cards-listaction .address-select-modal__form-container > div {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
.account.vault-cards-listaction .address-select-modal__form-container > div > div {
  margin-top: 9px;
}
.account.vault-cards-listaction .field.company,
.account.vault-cards-listaction .field.choice.set.billing,
.account.vault-cards-listaction .field.choice.set.shipping,
.account.vault-cards-listaction .primary[data-action='save-address'] {
  display: none !important;
}
.account.vault-cards-listaction #form-validate {
  display: none;
}
.account.vault-cards-listaction [for='repeat_order_cc_number'] + .control {
  position: relative;
}
.account.vault-cards-listaction .account-section__title-view-all-link {
  display: block;
  margin-bottom: 27px;
}
.account.vault-cards-listaction .braintree-credit-card-types {
  display: flex;
  flex-wrap: wrap;
}
.account.vault-cards-listaction .braintree-credit-card-types .item {
  margin-right: 5px;
  margin-top: 5px;
}
.account.vault-cards-listaction .braintree-credit-card-types .item:last-child {
  margin-right: 0;
}
.account.vault-cards-listaction .braintree-credit-card-types img {
  height: 24px;
}
.account.vault-cards-listaction .separator {
  margin: 9px 9px 0;
}
.account.vault-cards-listaction .address-select-container {
  border: 1px solid #cccccc;
  border-radius: 2px;
  padding: 22.5px;
}
.account.vault-cards-listaction #braintree_submit {
  font-size: 1.6rem;
  border-radius: 3px;
  box-shadow: none;
  box-sizing: border-box;
  color: #ffffff;
  height: 40px;
  margin: 9px 0;
  padding: 0 18px;
}
.account.vault-cards-listaction .subs-modal-overlay {
  background-color: #000000;
  height: 100%;
  left: 0;
  opacity: 0.3;
  position: fixed;
  top: 0;
  width: 100%;
}
.account.vault-cards-listaction #paypal_container {
  margin: auto;
  max-width: 360px;
}
.account.vault-cards-listaction .add-methods {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin-bottom: 27px;
}
.account.vault-cards-listaction .add-method {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  border: 1px solid #cccccc;
  border-radius: 2px;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  padding: 3px;
  width: 50%;
}
.account.vault-cards-listaction .add-method:hover {
  border-color: #797777;
}
.account.vault-cards-listaction .add-method:first-child {
  margin-right: 35px;
}
.account.vault-cards-listaction .add-method > div {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 18px 9px;
}
.account.vault-cards-listaction .add-method > div p {
  font-weight: 700;
  padding-top: 15px;
}
.account.vault-cards-listaction .add-method .icon-container {
  background: #f0f0f0;
  border-radius: 0 0 1px 1px;
  height: 100%;
  padding: 15px 0;
  width: 100%;
}
.account.vault-cards-listaction .add-method .icon-container ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  list-style: none;
  margin: 0;
  max-width: 160px;
  padding: 0;
  width: 100%;
}
.account.vault-cards-listaction .add-method .icon-container ul li {
  margin: 0;
  width: 25%;
}
.account.vault-cards-listaction .add-method .icon-container ul li img {
  height: 24px;
}
.account.vault-cards-listaction .subs-modal {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  height: 100%;
  justify-content: center;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}
.account.vault-cards-listaction .subs-modal__box {
  -moz-box-shadow: 0 4px 15px 5px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 4px 15px 5px rgba(0, 0, 0, 0.25);
  background-color: #ffffff;
  box-shadow: 0 4px 15px 5px rgba(0, 0, 0, 0.25);
  margin: 18px;
  max-width: 610px;
  overflow-y: auto;
  padding: 36px 18px;
  position: relative;
  text-align: center;
  width: 100%;
}
.account.vault-cards-listaction .subs-modal__close-button {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  box-shadow: none !important;
  cursor: pointer;
  position: absolute;
  right: 18px;
  top: 18px;
}
.account.vault-cards-listaction .subs-modal__close-button:focus,
.account.vault-cards-listaction .subs-modal__close-button:active {
  background: none;
  border: none;
}
.account.vault-cards-listaction .subs-modal__close-button:hover {
  background: none;
  border: none;
}
.account.vault-cards-listaction .subs-modal__close-button.disabled,
.account.vault-cards-listaction .subs-modal__close-button[disabled],
fieldset[disabled] .account.vault-cards-listaction .subs-modal__close-button {
  pointer-events: none;
  opacity: 0.5;
}
.account.vault-cards-listaction .subs-modal__screen-reader-label {
  display: none;
}
.account.vault-cards-listaction .subs-modal__title {
  text-align: center;
}
.account.vault-cards-listaction .add-card-modal .subs-modal__box {
  padding: 18px;
}
.account.vault-cards-listaction .add-card-modal form {
  margin: 0;
}
.account.vault-cards-listaction .add-card-modal legend {
  border-bottom: none !important;
  margin-bottom: 18px !important;
  padding-bottom: 0 !important;
}
.account.vault-cards-listaction .add-paypal-modal span,
.account.vault-cards-listaction .add-paypal-modal p {
  font-weight: 500;
  margin: 27px 0;
}
.account.vault-cards-listaction #co-transparent-form-braintree .fieldset {
  max-width: 400px;
}
.braintree-three-d-modal {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  visibility: visible;
  width: 100vw;
  z-index: #000000;
}
.braintree-three-d-modal .bt-modal-frame {
  background-color: #ffffff;
  border-radius: 6px;
  height: 420px;
  margin: auto;
  width: 440px;
  z-index: 2;
}
.braintree-three-d-modal .bt-modal-body {
  background-color: #ffffff;
  border: 1px solid lightgray;
  height: 380px;
  margin: 20px;
}
.braintree-three-d-modal .bt-mask {
  background-color: #000000;
  height: 100%;
  left: 0;
  opacity: 0.75;
  position: absolute;
  top: 0;
  width: 100%;
}
.braintree-applepay-container-product {
  display: inline-block;
}
.braintree-applepay-container-product .braintree-apple-pay-button {
  margin: 0;
  margin-bottom: 15px;
  padding: 10px 0;
}
.braintree-apple-pay-button {
  -apple-pay-button-type: plain;
  -webkit-appearance: -apple-pay-button;
  background-color: #000000;
  background-image: -webkit-named-image(apple-pay-logo-black);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100% calc(60% + 2px);
  border: 1px solid #000000;
  border-radius: 5px;
  cursor: pointer;
  display: block;
  margin: 20px auto;
  min-height: 40px;
  padding: 2px;
  transition: background-color 0.15s;
  width: 200px;
}
.braintree-applepay-minicart.minicart .braintree-apple-pay-button,
.braintree-applepay-minicart.cart .braintree-apple-pay-button {
  width: 100%;
}
.ppcredit-summary {
  background: linear-gradient(to right, #009cde, braintree_color-ppcredit-dark);
  color: #ffffff;
  margin: 10px 0;
  padding: 15px;
  text-align: center;
}
.ppcreditcalc-container {
  background: #ffffff;
  border: 1px solid #dedede;
}
.ppcreditcalc-header {
  background: #ffffff;
  padding: 15px;
}
.ppcreditcalc-legal {
  background-color: #eeeeee;
  border-top: 1px solid #dedede;
  font-size: 1.2rem;
  line-height: 2rem;
  padding: 15px;
}
.ppcreditcalc-instalments {
  background-color: #eeeeee;
  border-bottom: 1px solid #dedede;
  border-top: 1px solid #dedede;
  list-style: none;
  margin: 0;
  padding: 0;
}
.ppcreditcalc-instalments li {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.ppcreditcalc-instalments-term {
  color: #000000;
  display: block;
  padding: 10px 15px;
}
.ppcreditcalc-instalments-term:hover {
  background: braintree_color-ppcredit-light;
  color: #ffffff;
  text-decoration: none;
}
.ppcreditcalc-instalments-term.active {
  background: braintree_color-ppcredit-dark;
  color: #ffffff;
}
.ppcreditcalc-instalment-summary {
  padding: 15px;
}
.ppcreditcalc-instalment-summary dl {
  margin: 0;
}
.ppcreditcalc-instalment-summary dt {
  display: inline-block;
  width: 50%;
}
.ppcreditcalc-instalment-summary dd {
  display: inline-block;
}
#braintree_expirationDate {
  width: 90px;
}
button.braintree-googlepay-button {
  background-origin: content-box;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  border: 0;
  border-radius: 4px;
  box-shadow: rgba(60, 64, 67, 0.3) 0 1px 1px 0, rgba(60, 64, 67, 0.15) 0 1px 3px 1px;
  cursor: pointer;
  height: 40px;
  min-height: 40px;
  padding: 11px 24px;
}
button.braintree-googlepay-button.black {
  background-color: #000000;
  box-shadow: none;
  padding: 12px 24px 9px;
}
button.braintree-googlepay-button.white {
  background-color: #ffffff;
}
button.braintree-googlepay-button.short {
  min-width: 90px;
  width: 160px;
}
button.braintree-googlepay-button.black.short {
  background-image: url(https://www.gstatic.com/instantbuy/svg/dark_gpay.svg);
}
button.braintree-googlepay-button.white.short {
  background-image: url(https://www.gstatic.com/instantbuy/svg/light_gpay.svg);
}
button.braintree-googlepay-button.black:active {
  background-color: #5f6368;
}
button.braintree-googlepay-button.black:hover {
  background-color: #3c4043;
}
button.braintree-googlepay-button.white:active {
  background-color: #ffffff;
}
button.braintree-googlepay-button.white:focus {
  box-shadow: #e8e8e8 0 1px 1px 0, #e8e8e8 0 1px 3px;
}
button.braintree-googlepay-button.white:hover {
  background-color: #f8f8f8;
}
button.braintree-googlepay-button.long {
  min-width: 152px;
  width: 240px;
}
button.braintree-googlepay-button.white.long {
  background-image: url(https://www.gstatic.com/instantbuy/svg/light/en.svg);
}
button.braintree-googlepay-button.black.long {
  background-image: url(https://www.gstatic.com/instantbuy/svg/dark/en.svg);
}
.googlepay-minicart-logo.minicart .braintree-googlepay-button.long,
.googlepay-minicart-logo.cart .braintree-googlepay-button.long {
  width: 100%;
}
.googlepay-minicart-logo {
  margin-top: 15px;
  text-align: center;
}
.checkout-payment-method .credit-card-types.braintree-credit-card-types img {
  -webkit-filter: none;
  -webkit-transition: none;
  width: 30px;
}
.braintree-card-control {
  position: relative;
}
.braintree-credit-card-selected {
  left: 9px;
  position: absolute;
  z-index: 10;
}
.braintree-paypal-logo.oneclick-container {
  width: 100%;
}
#payment_form_braintree_ach_direct_debit .field > .fields .field .label {
  font-weight: 600;
}
#payment_form_braintree_ach_direct_debit .field > .fields .field.required > .label:after {
  color: #e02b27;
  content: '*';
  font-size: 1.8rem;
  margin: 0 0 0 5px;
}
#payment_form_braintree_ach_direct_debit .field > .fields .field .control {
  margin: 9px 9px 0 0;
}
#payment_form_braintree_ach_direct_debit .field > .fields .field .control input[type='text']::placeholder,
#payment_form_braintree_ach_direct_debit .field > .fields .field .control input[type='number']::placeholder {
  color: lightgrey;
}
#payment-method-braintree-lpm .primary {
  width: 100%;
}
#payment-method-braintree-lpm .primary .action {
  margin-bottom: 12px;
  width: 100%;
}
#payment-method-braintree-lpm .primary .action img {
  height: 40px;
}
#payment-method-braintree-applepay #braintree_applepay_enable_vault {
  padding-top: 20px;
}
#payment-method-braintree-cc-vault .field.required .label,
#payment-method-braintree-applepay-vault .field.required .label {
  font-weight: 600;
}
#payment-method-braintree-cc-vault .field.required .label:after,
#payment-method-braintree-applepay-vault .field.required .label:after {
  content: '*';
  color: #e02b27;
  font-size: 1.8rem;
  margin: 0 0 0 5px;
}
#payment-method-braintree-cc-vault .field .hosted-control,
#payment-method-braintree-applepay-vault .field .hosted-control {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  box-sizing: border-box;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  height: 32px;
  padding: 0 9px;
  position: relative;
  vertical-align: baseline;
  width: 5rem;
}
#payment-method-braintree-cc-vault .field .hosted-control.braintree-hosted-fields-invalid:not(.braintree-hosted-fields-focused) ~ .hosted-error,
#payment-method-braintree-applepay-vault .field .hosted-control.braintree-hosted-fields-invalid:not(.braintree-hosted-fields-focused) ~ .hosted-error {
  height: auto;
  opacity: 1;
}
#payment-method-braintree-cc-vault .field .hosted-error,
#payment-method-braintree-applepay-vault .field .hosted-error {
  clear: both;
  color: #e02b27;
  font-size: 1.2rem;
  height: 0;
  margin-top: 7px;
  opacity: 0;
}
.braintree-paypal-fieldset {
  display: none;
}
.braintree-paypal-buttons,
.braintree-paypal-vault {
  margin-top: 18px;
}
.payment-method-braintree .hosted-control {
  border: 1px solid #c2c2c2;
  height: 32px;
  max-width: 300px;
  padding: 8px 15px;
}
.payment-method-braintree .hosted-control.braintree-hosted-fields-invalid:not(.braintree-hosted-fields-focused) ~ .hosted-error {
  height: auto;
  opacity: 1;
}
.payment-method-braintree .hosted-error {
  clear: both;
  color: #e02b27;
  font-size: 1.2rem;
  height: 0;
  margin-top: 7px;
  opacity: 0;
}
.payment-method-braintree .cvv {
  max-width: 200px;
  position: relative;
}
.payment-method-braintree .cvv .field-tooltip {
  right: 27px;
  top: 9px;
}
#braintree_cc_number {
  padding-left: 68px;
}
.braintree-express-payments {
  display: flex;
  flex-wrap: wrap;
}
.braintree-express-payments > div {
  display: flex;
  flex-wrap: wrap;
}
.braintree-express-payments span {
  display: block;
  font-size: 18px;
  margin: 18px 0;
}
.braintree-express-payments span.express-payment-title {
  width: 100%;
}
.braintree-express-payments span.express-payment-subtitle {
  align-items: center;
  display: flex;
  position: relative;
  width: 100%;
}
.braintree-express-payments span.express-payment-subtitle > span {
  background: #ffffff;
  display: block;
  margin: 0 auto;
  padding: 0 4.5px;
}
.braintree-express-payments span.express-payment-subtitle:before {
  background: #cccccc;
  content: '';
  display: block;
  height: 1px;
  position: absolute;
  width: 100%;
  z-index: -1;
}
.braintree-express-payments > div > div {
  margin-top: 4.5px;
  padding-right: 4.5px;
  width: 240px;
}
.braintree-express-payments .braintree-googlepay-button,
.braintree-express-payments .braintree-apple-pay-button {
  margin: 0;
  min-height: 30px;
}
.braintree-express-payments .braintree-googlepay-button {
  height: 35px;
}
.braintree-express-payments .braintree-apple-pay-button {
  height: 29px;
  width: 234px;
}
@media only screen and (max-width: 769px) {
  .abs-checkout-tooltip-content-position-top-mobile {
    right: -9px;
    top: 40px;
    left: auto;
  }
}
@media only screen and (max-width: 768px) {
  .abs-visually-hidden-mobile-m {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-mobile-m:before,
  .abs-add-clearfix-mobile-m:after,
  .account .column.main .block:not(.widget) .block-title:before,
  .account .column.main .block:not(.widget) .block-title:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-mobile-m:after,
  .account .column.main .block:not(.widget) .block-title:after {
    clear: both;
  }
  .abs-toggling-title-mobile,
  .block-wishlist-management .wishlist-select .wishlist-name,
  .block-collapsible-nav .title {
    border-top: 1px solid #cccccc;
    cursor: pointer;
    margin-bottom: 0;
    position: relative;
    border-bottom: 1px solid #cccccc;
    padding: 9px 36px 9px 15px;
    display: block;
    text-decoration: none;
  }
  .block-wishlist-management .wishlist-select .wishlist-name:after,
  .block-collapsible-nav .title:after {
    position: absolute;
    right: 18px;
    top: 9px;
  }
  .abs-toggling-title-mobile:after,
  .block-wishlist-management .wishlist-select .wishlist-name:after,
  .block-collapsible-nav .title:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: inherit;
    color: inherit;
    content: '\e81c';
    font-family: 'porto-icons';
    margin: 3px 0 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .abs-toggling-title-mobile.active:after,
  .block-wishlist-management .wishlist-select .wishlist-name.active:after,
  .block-collapsible-nav .title.active:after {
    content: '\e81b';
  }
  .abs-icon-add-mobile,
  .block-wishlist-management .wishlist-add.item .add {
    display: block;
    text-decoration: none;
  }
  .abs-icon-add-mobile:before,
  .block-wishlist-management .wishlist-add.item .add:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    line-height: 10px;
    color: inherit;
    content: '\e61c';
    font-family: 'porto-icons';
    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: 44px;
    z-index: 900;
  }
  .modal-popup.modal-slide._show .modal-inner-wrap {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .modal-popup.modal-slide .modal-inner-wrap {
    height: 100%;
    overflow-y: auto;
    position: static;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    width: auto;
  }
  .modal-popup.modal-slide .modal-inner-wrap {
    margin: 0;
    max-height: 90vh;
    /** iOS webkit fix height problem when added long content **/
  }
  .custom-slide {
    bottom: 0;
    left: 0;
    min-width: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0s .3s, opacity .3s ease;
    transition: visibility 0s .3s, opacity .3s ease;
    left: 44px;
    z-index: 900;
  }
  .custom-slide._show {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
  }
  .custom-slide._show .modal-inner-wrap {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .custom-slide .modal-inner-wrap {
    background-color: #ffffff;
    box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
    opacity: 1;
    pointer-events: auto;
  }
  .custom-slide._show .modal-inner-wrap {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .custom-slide .modal-inner-wrap {
    height: 100%;
    overflow-y: auto;
    position: static;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    width: auto;
  }
  .custom-slide._show {
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .custom-slide .modal-inner-wrap {
    background-color: #f4f4f4;
    box-sizing: border-box;
    height: auto;
    min-height: 100%;
  }
  body._has-modal-custom {
    height: 100vh;
    overflow: hidden;
    width: 100vw;
  }
  body._has-modal-custom .modal-custom-overlay {
    background-color: rgba(51, 51, 51, 0.55);
  }
  .modal-popup {
    pointer-events: auto;
  }
  .modal-popup.modal-slide .modal-inner-wrap[class] {
    background-color: #f4f4f4;
  }
  .modal-popup.modal-slide._inner-scroll._show {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
  }
  .modal-popup.modal-slide._inner-scroll .modal-inner-wrap {
    height: auto;
    min-height: 100%;
  }
  .modal-popup .modal-title {
    font-size: 13px;
    font-weight: 700;
  }
  .lac-notification {
    padding: 5px 0;
  }
  .lac-notification .lac-notification-icon {
    display: none;
  }
  .lac-notification .lac-notification-text,
  .lac-notification .lac-notification-links {
    float: none;
    padding: 5px 0;
    text-align: center;
  }
  .pagebuilder-banner-wrapper {
    background-attachment: scroll !important;
  }
  .pagebuilder-banner-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
    max-width: none;
  }
  .pagebuilder-column {
    background-attachment: scroll !important;
    flex-basis: 100%;
    max-width: 100%;
  }
  .pagebuilder-column-group {
    flex-wrap: wrap;
  }
  .pagebuilder-column-line {
    flex-wrap: wrap;
  }
  [data-content-type='row'][data-appearance='contained'] [data-element='inner'] {
    background-attachment: scroll !important;
  }
  [data-content-type='row'][data-appearance='full-bleed'] {
    background-attachment: scroll !important;
  }
  [data-content-type='row'][data-appearance='full-width'] {
    background-attachment: scroll !important;
  }
  .pagebuilder-slide-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
    max-width: none;
  }
  [data-content-type='tab-item'] {
    background-attachment: scroll !important;
  }
  .pagebuilder-mobile-hidden {
    display: none !important;
  }
  .product-info-main .aw-advanced-reviews-summary-container {
    margin-bottom: 4.5px;
  }
  .product-info-main .aw-advanced-reviews-summary-container .review-summary-actions {
    font-size: 9px;
  }
  .aw-ar__block-url {
    font-size: 13px;
  }
  .aw-ar__review-list-sidebar-main .is_verified_buyer {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    display: inline-block;
    vertical-align: middle;
  }
  .aw-ar__review-list-sidebar-main .recommend br {
    display: none;
  }
  .aw-ar__review-list-column-main .review-helpful-report-wrapper .helpful .text-h {
    display: block;
    margin-bottom: 4.5px;
  }
  .container-featured-review .featured-review-title span {
    padding: 25px 10px 25px;
  }
  .container-featured-review .block-content {
    padding: 0 10px;
  }
  .aw-ar__attach {
    height: 80px;
    max-width: 142px;
  }
  .aw-ar__form-field-wrap {
    margin-right: 10px;
  }
  .aw-reviews__review-listing.product .header .section .aw-ar-review-summary {
    padding: 30px 0;
  }
  .aw-reviews__review-listing.product .header .section .aw-ar-review-summary .column-summary:first-child {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    margin: 0;
  }
  .aw-reviews__review-listing.product .header .section .aw-ar-review-summary .column-summary:last-child {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .aw-reviews__review-listing.product .header .section .aw-ar-review-summary .column-summary:last-child .action {
    margin-bottom: 10px;
  }
  .aw-reviews__review-listing.product .header .section .aw-ar-review-summary .column-summary:last-child .aw-ar-write-review-control {
    margin-right: 10px;
  }
  .aw-reviews__review-listing.product .header .section .aw-ar-review-summary .brief-summary {
    margin-right: 20px;
  }
  .aw-reviews__review-listing.product .header .section .aw-ar-review-summary .recommend-customers {
    margin: 0;
  }
  .aw-ar-review-form {
    padding: 18px 0;
  }
  .aw-ar-main .container-header {
    margin: 0 -9px;
  }
  .aw-ar-main .container-header .title {
    padding: 0 9px;
  }
  .aw-ar-main .container-body {
    margin: 0 -9px;
    padding-left: 9px;
    padding-right: 9px;
  }
  .aw-ar-main .container-body .aw-ar__review-list-nav {
    text-align: center;
  }
  .aw-ar-main .container-body .aw-ar__review-list-nav__inner .left-column {
    margin-bottom: 27px;
  }
  .aw-ar-review-summary {
    padding: 0 9px 18px;
  }
  .aw-ar-review-summary .column-summary {
    margin-top: 18px;
  }
  .aw-ar-review-summary .column-summary .recommend-customers {
    margin-top: 36px;
  }
  .aw-ar-review-summary .column-summary:last-child {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .aw-ar-review-summary .column-summary:last-child .aw-ar-write-review-control {
    margin-bottom: 10px;
    margin-right: 10px;
  }
  .aw-ar-review-summary .detailed-summary .rating-bar {
    width: 100%;
  }
  .aw-ar-review-summary .detailed-summary .rating-value-row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
  .aw-ar-review-summary .detailed-summary .rating-value-label {
    min-width: 50px;
  }
  .aw-ar-review-summary .detailed-summary .rating-value-reviews-count {
    margin-right: 4.5px;
  }
  .aw-ar-review-summary .detailed-summary .rating-value-reviews-percent {
    min-width: 41px;
    text-align: left;
  }
  .aw-ar-write-review-control .action.primary {
    display: block;
    margin: 0 auto;
  }
  .aw-ar__review-list .review-sorting {
    margin-bottom: 13.5px;
  }
  .amgdprcookie-groups-modal.-table .modal-inner-wrap {
    min-width: 95%;
  }
  .amgdprcookie-groups-modal .amgdprcookie-table {
    font-size: 1rem;
  }
  .modal-popup .modal-content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .amgdprcookie-bar-container .action-close {
    padding: 10px;
    right: 0;
    top: 0;
  }
  .amgdprcookie-modal-container .amgdprcookie-modal-template {
    min-width: unset;
    width: unset;
  }
  .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 18px 18px;
  }
  .cart-container .form-cart .actions.main {
    text-align: center;
  }
  .cart-discount {
    border-bottom: 1px solid #cccccc;
  }
  .cart.table-wrapper {
    border-top: 1px solid #cccccc;
  }
  .cart.table-wrapper thead .col.item,
  .cart.table-wrapper thead .col.qty,
  .cart.table-wrapper thead .col.price,
  .cart.table-wrapper thead .col.subtotal,
  .cart.table-wrapper thead .col.msrp {
    display: none;
  }
  .cart.table-wrapper .col.qty,
  .cart.table-wrapper .col.price,
  .cart.table-wrapper .col.subtotal,
  .cart.table-wrapper .col.msrp {
    box-sizing: border-box;
    display: block;
    float: left;
    white-space: nowrap;
    width: 33%;
  }
  .cart.table-wrapper .col.qty: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: 600;
    padding-bottom: 10px;
  }
  .cart.table-wrapper .col.msrp {
    white-space: normal;
  }
  .cart.table-wrapper .item .col.item {
    padding-bottom: 0;
  }
  .cart.table-wrapper tbody > tr > td:last-child {
    border: 0;
  }
  .cart-totals {
    padding-left: 15px;
    padding-right: 15px;
  }
  .cart-totals .table-wrapper {
    border-top: 0;
  }
  .cart-totals .totals tbody > tr:not(:last-child) > td:last-child {
    border: 0;
  }
  .checkout-index-index .page-header .minicart-wrapper {
    display: none;
  }
  .page-header.type5 .block-search .label {
    margin-right: 0;
  }
  .checkout-index-index .modal-popup .modal-footer .action-save-address {
    width: 100%;
  }
  .checkout-index-index .modal-popup .modal-footer .action-hide-popup {
    margin-top: 18px;
  }
  .checkout-payment-method .payment-methods {
    margin: 0 -15px;
  }
  .checkout-payment-method .payment-method-title {
    padding: 15px;
  }
  .checkout-payment-method .payment-method-content {
    padding: 0 15px 18px;
  }
  .checkout-payment-method .payment-method-billing-address .action-cancel {
    margin-top: 9px;
  }
  .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 18px;
  }
  .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: #0088cc;
    content: '\e62a';
    font-family: 'porto-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .cart.table-wrapper .action-gift:hover:after {
    color: #777777;
  }
  .cart.table-wrapper .action-gift:active:after {
    color: #0088cc;
  }
  .cart.table-wrapper .action-gift._active {
    border: 1px solid #c1c1c1;
    border-bottom-color: #ffffff;
    margin: -4.5px 14px -1px -15px;
    padding: 4px 9px 9px 14px;
  }
  .cart.table-wrapper .action-gift._active:after {
    color: #777777;
  }
  .cart.table-wrapper .gift-content {
    border-top: 1px solid #c1c1c1;
    margin-right: -15px;
    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: #0088cc;
    content: '\e62b';
    font-family: 'porto-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .cart.table-wrapper .action-giftregistry:hover:before {
    color: #777777;
  }
  .cart.table-wrapper .action-giftregistry:active:before {
    color: #0088cc;
  }
  .gift-wrapping {
    border-bottom: 1px solid #c1c1c1;
    margin-bottom: 18px;
    padding-bottom: 9px;
  }
  .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;
  }
  body.filter-active .page-wrapper {
    visibility: hidden;
    height: 0;
    margin-top: -999999em;
  }
  body.filter-active .columns {
    z-index: 999;
  }
  .filter.active {
    position: relative;
    z-index: 99;
    visibility: visible;
  }
  .filter.active .filter-options-item:last-child {
    margin-bottom: 36px;
  }
  .filter.active .filter-title {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    height: 48px;
    z-index: 2;
    border-bottom: 1px solid #cccccc;
  }
  .filter.active .filter-title strong {
    right: 3px;
    left: auto;
    top: 10px;
    border: 0;
    background: none;
    box-shadow: none;
    color: transparent;
    display: inline-block;
    text-decoration: none;
  }
  .filter.active .filter-title strong:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: inherit;
    color: #c1c1c1;
    content: '\f819';
    font-family: 'porto-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .filter.active .filter-subtitle {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    height: 50px;
    background: transparent;
    z-index: 1;
    line-height: 32px;
  }
  .filter.active .filter-options {
    display: block;
    position: fixed;
    top: 50px;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: scroll;
    background: #ffffff;
    z-index: 10;
  }
  .filter .filter-subtitle {
    font-size: 20px;
    font-weight: 300;
  }
  .filter-actions {
    margin: -35px -9px 22.5px;
  }
  .filter-options-content {
    padding: 4.5px 9px;
  }
  .filter-no-options .filter-title:before {
    content: "";
    width: 100px;
    height: 40px;
    background: rgba(255, 255, 255, 0.5);
    display: block;
    position: relative;
    z-index: 99;
    margin-top: -40px;
    left: -15px;
  }
  .filter .filter-current {
    margin: 4.5px -9px 0;
    border: solid #cccccc;
    border-width: 1px 0;
  }
  .filter .filter-current .items {
    display: none;
  }
  .filter .filter-current-subtitle {
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    display: block;
    text-decoration: none;
  }
  .filter .filter-current-subtitle:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 13px;
    line-height: inherit;
    color: inherit;
    content: '\e81c';
    font-family: 'porto-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .filter .filter-current-subtitle:before {
    position: absolute;
    right: 10px;
    top: 10px;
  }
  .filter .filter-current-subtitle:after {
    content: ' (' attr(data-count) ')';
    font-size: .9em;
    color: #c1c1c1;
  }
  .filter .filter-current.active {
    padding-bottom: 30px;
  }
  .filter .filter-current.active .block-subtitle:before {
    content: '\e81b';
  }
  .filter .filter-current.active .items {
    display: block;
  }
  .filter .filter-current.active + .block-actions {
    display: block;
  }
  .filter .filter-current + .block-actions {
    display: none;
  }
  .map-popup {
    max-width: 100%;
  }
  .map-old-price,
  .map-show-info {
    display: inline-block;
  }
  .map-old-price:not(:last-child),
  .map-show-info:not(:last-child) {
    margin-bottom: 9px;
  }
  .block-wishlist-management {
    clear: both;
    margin-top: -21px;
  }
  .block-wishlist-management .wishlist-select {
    margin: 0 -15px 20px;
  }
  .block-wishlist-management .wishlist-select .wishlist-name {
    font-size: 1.6rem;
  }
  .block-wishlist-management .wishlist-select-items {
    border-bottom: 1px solid #cccccc;
    background: #ffffff;
    display: none;
    padding: 15px 0;
  }
  .block-wishlist-management .wishlist-select-items.active {
    display: block;
  }
  .block-wishlist-management .wishlist-select-items .item {
    margin: 3px 0 0;
  }
  .block-wishlist-management .wishlist-select-items .item:first-child {
    margin-top: 0;
  }
  .block-wishlist-management .wishlist-select-items .item.current {
    display: none;
  }
  .block-wishlist-management .wishlist-select-items .item a {
    color: #777777;
    display: block;
    padding: 4.5px 18px;
    text-decoration: none;
  }
  .block-wishlist-management .wishlist-select-items .item a:hover {
    background: #0088cc;
  }
  .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: 22.5px;
  }
  .page-multiple-wishlist .products-grid.wishlist .product-item-name,
  .page-multiple-wishlist .products-grid.wishlist .product-item-description,
  .page-multiple-wishlist .products-grid.wishlist .product-item .price-box,
  .page-multiple-wishlist .products-grid.wishlist .product-item-tooltip {
    margin-left: 115px;
  }
  .products-grid.wishlist .wishlist-dropdown {
    display: none;
  }
  .multishipping-checkout-success .nav-toggle {
    display: block;
  }
  .multishipping-checkout-success .logo {
    margin-left: 36px;
  }
  .products-grid.wishlist {
    margin-bottom: 27px;
    margin-right: -9px;
  }
  .products-grid.wishlist .product-item {
    padding: 18px 9px 18px 18px;
    position: relative;
  }
  .products-grid.wishlist .product-item-photo {
    float: left;
    margin-right: 18px;
  }
  .products-grid.wishlist .product-item-name {
    font-size: 1.6rem;
  }
  .products-grid.wishlist .product-item-actions {
    display: block;
  }
  .products-grid.wishlist .product-item-actions .action {
    margin-right: 15px;
  }
  .products-grid.wishlist .product-item-actions .action:last-child {
    margin-right: 0;
  }
  .products-grid.wishlist .product-item-actions .action.edit {
    float: left;
  }
  .products-grid.wishlist .product-item-actions .action.delete {
    float: right;
  }
  .products-grid.wishlist .product-item-actions .action.edit,
  .products-grid.wishlist .product-item-actions .action.delete {
    margin-top: 7px;
  }
  .products-grid.wishlist .product-item-name,
  .products-grid.wishlist .product-item-description,
  .products-grid.wishlist .product-item .price-box,
  .products-grid.wishlist .product-item-tooltip {
    margin-left: 95px;
  }
  .products-grid.wishlist .product-item .box-tocart {
    float: left;
    margin-right: 18px;
  }
  .products-grid.wishlist .product-item .box-tocart .stock {
    margin-top: 7px;
  }
  .products-grid.wishlist .product-item .giftregisty-dropdown,
  .products-grid.wishlist .product-item .field.qty {
    display: none;
  }
  .products-grid.wishlist .product-image-container {
    max-width: 80px;
  }
  .wishlist-index-index .product-item {
    width: 100%;
  }
  .wishlist-index-index .product-item-info {
    width: auto;
  }
  .cart.table-wrapper .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: #0088cc;
    content: '\e889';
    font-family: 'porto-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .cart.table-wrapper .action-towishlist:hover:before {
    color: #777777;
  }
  .cart.table-wrapper .action-towishlist:active:before {
    color: #0088cc;
  }
  .catalog-product-view .column.main {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .catalog-product-view .product.media {
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1;
  }
  .compare.wrapper,
  [class*="block-compare"] {
    display: none;
  }
  .sticky-product {
    padding: 5px 15px;
  }
  .sticky-product .sticky-detail {
    display: none;
  }
  .mobile-sticky .sticky-product {
    padding: 70px 15px 5px;
  }
  .login-container {
    padding-bottom: 35px;
  }
  .login-container .fieldset:after {
    text-align: center;
  }
  .account .page.messages {
    margin-bottom: 36px;
  }
  .account .column.main .block:not(.widget) .block-title > .action {
    float: right;
    margin-top: 4.5px;
  }
  .account .column.main .block:not(.widget) .block-content .box {
    margin-bottom: 18px;
  }
  .account .column.main .block:not(.widget) .block-content .box:last-child {
    margin-bottom: 0;
  }
  .control.captcha-image .captcha-img {
    display: block;
    margin-bottom: 9px;
  }
  .customer-account-index .page-title-wrapper {
    position: relative;
  }
  .block-collapsible-nav {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 5;
    background-color: #ffffff;
  }
  .block-collapsible-nav .content {
    border-bottom: 1px solid #cccccc;
    display: none;
  }
  .block-collapsible-nav .content.active {
    display: block;
  }
  .block-collapsible-nav .item {
    padding: 0 15px;
  }
  .customer-name,
  .customer-welcome + .authorization-link {
    display: none;
  }
  .nav-sections .switcher-trigger strong:after {
    font-size: 1.6rem;
    right: -25px;
    top: 2px;
  }
  .navigation .parent .level-top:after {
    font-size: 2.2rem;
    right: 10px;
    top: 13px;
  }
  .mobile-sticky header.page-header {
    position: fixed;
    width: 100%;
    top: 0;
    box-shadow: 0 0px 5px rgba(0, 0, 0, 0.3);
  }
  .mobile-sticky .page-main {
    margin-top: 64px;
  }
  .page-header.header-newskin .minicart-wrapper {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    margin: 0;
    float: right;
    margin-right: -17px;
  }
  .page-header.header-newskin .minicart-wrapper .action.showcart:before,
  .page-header.header-newskin .minicart-wrapper .action.showcart.active:before {
    font-size: 28px;
    line-height: 40px;
  }
  .page-header.header-newskin .minicart-wrapper .action.showcart {
    line-height: 40px;
  }
  .footer-bottom > .container > * {
    float: none !important;
    line-height: 35px !important;
  }
  .history .featured-box {
    margin-left: 0;
  }
  .history .thumb {
    display: none;
  }
  .nav-sections {
    background: #f8f8f8;
  }
  .scroll-to-fixed-fixed {
    position: static !important;
    left: 0 !important;
    width: 100% !important;
  }
  .ves-megamenu.ves-offcanvas .opener,
  .ves-megamenu.ves-maccordion .opener {
    display: block;
  }
  .ves-megamenu .ves-navbar {
    display: block;
  }
  .ves-megamenu > .navigation {
    background: #f8f8f8;
    float: left;
    width: 100%;
  }
  .ves-megamenu > .navigation .level0 {
    border-top-color: rgba(0, 0, 0, 0.08);
  }
  .ves-megamenu > .navigation .nav-item {
    float: left !important;
    width: 100%;
  }
  .ves-megamenu > .navigation .nav-item.active > a {
    color: #FFF;
  }
  .ves-megamenu > .navigation .nav-item > a {
    padding: 0 10px;
    display: block;
    position: relative;
  }
  .ves-megamenu > .navigation .nav-item > a.parent {
    padding-right: 54px;
  }
  .ves-megamenu > .navigation .nav-item .item-content > .nav-dropdown {
    padding-left: 10px;
  }
  .ves-megamenu .products-grid .product-item {
    width: 100%;
    text-align: center;
  }
  .ves-megamenu .products-grid .product-item img {
    max-width: 100%;
    width: auto;
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  .ves-megamenu .submenu {
    display: none;
    max-width: 100%;
    border: 0;
    width: 100% !important;
    margin: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .ves-megamenu .submenu .carousel-indicators {
    bottom: -20px;
  }
  .ves-megamenu .submenu .carousel-indicators > li {
    width: 20px;
    height: 20px;
  }
  .ves-megamenu .ves-caret {
    display: none;
  }
  .ves-megamenu .drill-opener:before,
  .ves-megamenu .opener:before {
    content: "\e61c";
  }
  .ves-megamenu .opener.item-active {
    background-color: rgba(0, 0, 0, 0.05);
  }
  .ves-megamenu .opener.item-active:before {
    content: "\e60f";
  }
  .ves-megamenu .cat-label:before {
    display: none;
  }
  .ves-megamenu .item-header,
  .ves-megamenu .item-content,
  .ves-megamenu .item-sidebar,
  .ves-megamenu .item-footer {
    width: 100% !important;
  }
  .ves-megamenu .block-products-list .product-item {
    text-align: center;
  }
  .ves-megamenu .block-products-list .product-item a {
    padding-left: 0;
  }
  .ves-megamenu .owl-nav > a {
    position: absolute;
    padding: 16px;
    font-size: 41px;
    top: 50%;
    margin-top: -49px;
    background-color: rgba(255, 255, 255, 0.98);
    cursor: pointer;
    width: auto;
    z-index: 99;
    display: inline-block;
    *display: inline;
    zoom: 1;
    transition: all box-shadow 0.2s eases ease-in;
    -webkit-transition: box-shadow 0.2s ease;
    -o-transition: box-shadow 0.2s ease;
    transition: box-shadow 0.2s ease;
    -webkit-box-shadow: 1px 2px 10px -1px rgba(0, 0, 0, 0.3);
    box-shadow: 1px 2px 10px -1px rgba(0, 0, 0, 0.3);
  }
  .ves-megamenu .owl-nav > a.owl-left {
    left: 0;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    -ms-border-radius: 0 4px 4px 0;
    -o-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
  }
  .ves-megamenu .owl-nav > a.owl-right {
    right: 0;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    -ms-border-radius: 4px 0 0 4px;
    -o-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
  }
  .ves-megamenu .carousel-controls > a {
    position: absolute;
    padding: 16px;
    font-size: 41px;
    top: 50%;
    margin-top: -49px;
    background-color: rgba(255, 255, 255, 0.98);
    cursor: pointer;
    width: auto;
    z-index: 99;
    display: inline-block;
    *display: inline;
    zoom: 1;
    transition: all box-shadow 0.2s eases ease-in;
    -webkit-transition: box-shadow 0.2s ease;
    -o-transition: box-shadow 0.2s ease;
    transition: box-shadow 0.2s ease;
    -webkit-box-shadow: 1px 2px 10px -1px rgba(0, 0, 0, 0.3);
    box-shadow: 1px 2px 10px -1px rgba(0, 0, 0, 0.3);
  }
  .ves-megamenu .carousel-controls > a.owl-left {
    left: 0;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    -ms-border-radius: 0 4px 4px 0;
    -o-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
  }
  .ves-megamenu .carousel-controls > a.owl-right {
    right: 0;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    -ms-border-radius: 4px 0 0 4px;
    -o-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
  }
  .ves-megamenu .carousel-controls .carousel-control.right,
  .ves-megamenu .carousel-controls .carousel-control.left {
    background: #FFF;
  }
  .hide-blocks .item-header,
  .hide-blocks .item-sidebar,
  .hide-blocks .item-footer {
    display: none;
  }
  .ves-navtoggle {
    display: block;
    background: #333;
  }
  .ves-navtoggle:before {
    -webkit-font-smoothing: antialiased;
    font-size: 32px;
    line-height: inherit;
    color: #FFF;
    content: '\e609';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
    padding: 0 7px;
  }
  .offcanvas-left > .navigation > ul {
    height: 100%;
    left: -80%;
    left: calc(-1 * (100% - 54px));
    overflow: auto;
    position: fixed;
    top: 0;
    width: 80%;
    width: calc(100% - 54px);
    background: #f0f0f0;
    z-index: 99;
    transition: all left 0.3ss ease-in;
    -webkit-transition: left 0.3s;
    -o-transition: left 0.3s;
    transition: left 0.3s;
  }
  .ves-nav-before-open {
    height: 100%;
    width: 100%;
  }
  .ves-nav-before-open .page-wrapper {
    -webkit-transition: left .3s;
    -moz-transition: left .3s;
    -ms-transition: left .3s;
    transition: left .3s;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: relative;
  }
  .ves-nav-before-open body {
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
  }
  .ves-navopen .page-wrapper {
    left: 80%;
    left: calc(100% - 54px);
  }
  .ves-navopen .ves-moffcanvas > .navigation > ul {
    -webkit-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    z-index: 99;
  }
  .ves-navopen .ves-navtoggle:after {
    background: rgba(0, 0, 0, 0.01);
    content: '';
    display: block;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1;
  }
  .ves-nav-before-open {
    height: 100%;
    width: 100%;
  }
  .ves-nav-before-open body {
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
  }
  .ves-nav-before-open .page-wrapper {
    -webkit-transition: left .3s;
    -moz-transition: left .3s;
    -ms-transition: left .3s;
    transition: left .3s;
    height: 100%;
    overflow: hidden;
    position: relative;
  }
  .ves-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 80;
    top: 0;
    left: 0;
    z-index: 90;
  }
  .ves-mdrilldown {
    position: relative;
    float: left;
    width: 100%;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    max-width: 100% !important;
  }
  .ves-mdrilldown .navigation {
    background-color: #FFF;
  }
  .ves-mdrilldown .navigation.loaded > .dropdown-menu {
    width: 100% !important;
  }
  .ves-mdrilldown .navigation .subhover > .submenu {
    display: none;
  }
  .ves-mdrilldown .navigation > .dropdown-menu {
    display: block;
    position: static;
    margin: 0;
    padding: 0;
    border-radius: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .ves-mdrilldown .navigation .ves-caret {
    display: none;
  }
  .ves-mdrilldown .navigation .cat-label {
    position: static;
    margin: 0;
    padding: 4px 6px;
  }
  .ves-mdrilldown .navigation .nav-item {
    position: relative !important;
    float: left !important;
    width: 100%;
  }
  .ves-mdrilldown .navigation .nav-item > a {
    line-height: 50px;
    position: static;
    padding: 0 15px;
  }
  .ves-mdrilldown .navigation .nav-item > a span.drill-opener {
    border: 1px solid #e5e5e5;
    border-right: 0;
    display: none;
  }
  .ves-mdrilldown .navigation .mega-col {
    padding: 0;
  }
  .ves-mdrilldown .navigation .level0 {
    border-top-color: #e5e5e5;
  }
  .ves-mdrilldown .navigation .opener {
    display: none;
  }
  .ves-mdrilldown .navigation .drill-opener {
    background: #f0f0f0;
    position: absolute;
  }
  .ves-mdrilldown .navigation .drill-opener:before {
    content: "\e608";
  }
  .ves-mdrilldown .navigation .drilldown-back {
    position: relative;
    top: 0;
    left: -1px;
    display: none;
  }
  .ves-mdrilldown .navigation .drilldown-back a {
    padding: 0;
    background: #f0f0f0;
    text-align: center;
    font-size: 1.3em;
    text-transform: uppercase;
    display: block;
    font-weight: normal;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: -1px;
  }
  .ves-mdrilldown .navigation .drilldown-back a .drill-opener {
    position: absolute;
    left: 0;
    right: auto;
    display: block !important;
  }
  .ves-mdrilldown .navigation .drilldown-back a .drill-opener:before {
    content: "\e617";
  }
  .ves-mdrilldown .navigation .drilldown-back a .drill-opener:after {
    display: none;
  }
  .ves-mdrilldown .navigation .drilldown-back a .current-cat {
    line-height: 50px;
    position: relative;
    z-index: 99;
  }
  .ves-mdrilldown .navigation .drilldown-back a .current-cat:before {
    display: none;
  }
  .ves-mdrilldown .navigation .drill-opener {
    display: block;
  }
  .ves-mdrilldown .navigation .nav-item > a span.drill-opener {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
  }
  .ves-mdrilldown .navigation .drilldown-back {
    display: block;
  }
  .ves-mdrilldown .navigation .drilldown-back > a > .drill-opener {
    line-height: 50px;
    width: 50px;
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 2%) / 2);
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item:nth-child(2n + 1) {
    margin-left: 0;
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item-photo {
    display: block;
    position: relative;
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item-details {
    margin: 0;
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item-info {
    text-align: center;
  }
  .account.vault-cards-listaction .add-methods {
    flex-direction: column;
  }
  .account.vault-cards-listaction .add-methods > div {
    width: calc(100% - 6px);
  }
  .account.vault-cards-listaction .add-methods > div > div:first-child {
    flex-direction: row;
  }
  .account.vault-cards-listaction .add-methods > div > div:first-child img {
    margin-right: 18px;
  }
  .account.vault-cards-listaction .add-methods > div:first-child {
    margin-bottom: 18px;
    margin-right: 0;
  }
  .account.vault-cards-listaction .braintree-credit-card-types {
    max-width: 130px;
  }
  .braintree-applepay-container-product {
    display: block;
  }
  .braintree-applepay-container-product .braintree-apple-pay-button {
    width: 100%;
  }
  div.braintree-express-payments > div > div {
    width: 100%;
  }
  div.braintree-express-payments .braintree-googlepay-button.long {
    height: 45px;
    width: 100%;
  }
  div.braintree-express-payments .braintree-apple-pay-button {
    height: 45px;
    width: calc(100% - 10px);
  }
}
@media only screen and (max-width: 639px) {
  .abs-visually-hidden-mobile,
  .table-downloadable-products .col.title:before,
  .table-giftregistry-items .col.product:before {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-mobile:before,
  .abs-add-clearfix-mobile:after,
  .abs-checkout-order-review tbody > tr:before,
  .abs-checkout-order-review tbody > tr:after,
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:before,
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:after,
  .table-giftregistry-items .col.product:before,
  .table-giftregistry-items .col.product:after,
  .multicheckout.order-review .data.table tbody > tr:before,
  .multicheckout.order-review .data.table tbody > tr:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-mobile:after,
  .abs-checkout-order-review tbody > tr:after,
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:after,
  .table-giftregistry-items .col.product:after,
  .multicheckout.order-review .data.table tbody > tr:after {
    clear: both;
  }
  .multicheckout.order-review .data.table tbody > tr:not(:last-child) {
    border-bottom: 1px solid #cccccc;
  }
  .multicheckout.order-review .data.table tbody > tr > td.col.item:before {
    display: none;
  }
  .multicheckout.order-review .data.table tbody > tr > td.col.qty,
  .multicheckout.order-review .data.table tbody > tr > td.col.price,
  .multicheckout.order-review .data.table tbody > tr > td.col.subtotal {
    box-sizing: border-box;
    float: left;
    text-align: center;
    white-space: nowrap;
    width: 33%;
  }
  .multicheckout.order-review .data.table tbody > tr > td.col.qty: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: 700;
    padding-bottom: 9px;
  }
  .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: 9px 0 0;
  }
  .abs-product-items-summary tfoot .mark {
    padding-bottom: 4.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: 4.5px;
    padding-bottom: 0;
  }
  .abs-product-items-summary tfoot .grand.totals .amount {
    padding-bottom: 9px;
    padding-top: 0;
  }
  .abs-product-items-summary tfoot .grand.totals .amount strong {
    border-top: none;
  }
  .abs-account-table-margin-mobile,
  .table-wrapper.balance-history,
  .table-wrapper.reward-history,
  .table-wrapper.orders-recent {
    margin-top: -18px;
  }
  .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-order-items .col.actions:before,
  .account .table-order-items .col.options:before,
  .table-wrapper.comparison .table-comparison > tbody > tr > th:before,
  .table-wrapper.comparison .table-comparison > tbody > tr > td:before,
  .account .table-reviews .col.actions:before,
  .cart-totals .totals th:before,
  .cart-totals .totals td:before,
  .opc-block-summary .totals th:before,
  .opc-block-summary .totals td:before {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-no-display-s,
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison).additional-attributes tbody th,
  .order-details-items .table-order-items .options-label,
  .opc-wrapper .shipping-address-item.selected-item .action-select-shipping-item {
    display: none;
  }
  .abs-title-orders-mobile .page-main .page-title-wrapper .page-title,
  .magento-rma-returns-returns .page-main .page-title-wrapper .page-title,
  .magento-rma-returns-view .page-main .page-title-wrapper .page-title,
  .account .page-main .page-title-wrapper .page-title,
  [class^="sales-guest-"] .page-main .page-title-wrapper .page-title,
  .sales-guest-view .page-main .page-title-wrapper .page-title {
    display: block;
  }
  .abs-title-orders-mobile .page-main .page-title-wrapper .order-status,
  .magento-rma-returns-returns .page-main .page-title-wrapper .order-status,
  .magento-rma-returns-view .page-main .page-title-wrapper .order-status,
  .account .page-main .page-title-wrapper .order-status,
  [class^="sales-guest-"] .page-main .page-title-wrapper .order-status,
  .sales-guest-view .page-main .page-title-wrapper .order-status {
    margin: -9px 0 9px;
  }
  .abs-table-striped-mobile > tbody > tr > td:last-child,
  .account .data.table > tbody > tr > td:last-child {
    border: 0;
  }
  .abs-no-border-top,
  .table-wrapper.balance-history,
  .table-wrapper.table-returns,
  .table-wrapper.orders-recent,
  .order-details-items .table-wrapper,
  .product.info.detailed .additional-attributes-wrapper {
    border-top: 0;
  }
  .abs-no-border-bottom {
    border-bottom: 0;
  }
  .abs-sidebar-totals-mobile .amount,
  .cart-totals .totals .amount,
  .opc-block-summary .totals .amount {
    text-align: right;
  }
  .table-wrapper {
    border-top: 1px solid #cccccc;
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
    position: relative;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) {
    border: none;
    display: block;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > thead > tr > th {
    display: none;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody {
    display: block;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr {
    display: block;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr td,
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr th {
    border-bottom: none;
    display: block;
    padding: 4.5px 9px;
  }
  .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: 9px;
    content: attr(data-th) ': ';
    display: inline-block;
    color: #555555;
    font-weight: 700;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr > th {
    background-color: #f6f6f6;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) tbody > tr > td:first-child {
    padding-top: 15px;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) tbody > tr > td:last-child {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 15px;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) tbody > tr > td.col.qty {
    text-align: left;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison).additional-attributes tbody td:last-child {
    border: none;
    padding: 0 0 4.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: 18px;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot .mark {
    box-sizing: border-box;
    float: left;
    text-align: left;
    width: 70%;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot .amount {
    box-sizing: border-box;
    float: left;
    text-align: right;
    width: 30%;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot .grand.totals {
    font-size: 1.6rem;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot .grand.totals .amount {
    padding-bottom: 9px;
  }
  .table-magento-payments-review-items .col.subtotal {
    text-align: left;
  }
  .table-magento-payments-review-items .product-item-name {
    display: inline-block;
  }
  .cart-summary .apple-pay {
    margin-top: 14px;
  }
  .aw-ar__review-list.customer .table-wrapper {
    border-top: none;
    border-bottom: none;
  }
  .aw-ar__review-list.customer .table-wrapper .table tr td {
    border-top: none;
  }
  .aw-ar__review-list.customer .table-wrapper .table tr td[data-th]:before {
    float: left;
  }
  .form-new-agreement select {
    width: auto;
  }
  .table-paypal-review-items .col.subtotal {
    text-align: left;
  }
  .table-paypal-review-items .product-item-name {
    display: inline-block;
  }
  .column .block-addbysku .sku {
    margin-right: -85px;
    padding-right: 90px;
  }
  .column .block-addbysku .action.remove {
    display: inline-block;
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
  }
  .column .block-addbysku .action.remove > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .column .block-addbysku .action.remove:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: inherit;
    color: #0088cc;
    content: '\f81a';
    font-family: 'porto-icons';
    margin: -4px 0 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .column .block-addbysku .action.remove:hover:before {
    color: inherit;
  }
  .column .block-addbysku .action.remove:active:before {
    color: inherit;
  }
  .column .block-addbysku .action.remove:focus,
  .column .block-addbysku .action.remove:active {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove:hover {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove.disabled,
  .column .block-addbysku .action.remove[disabled],
  fieldset[disabled] .column .block-addbysku .action.remove {
    pointer-events: none;
    opacity: 0.5;
  }
  .cart .table.items .col.qty {
    text-align: center;
  }
  .minicart-wrapper {
    margin-top: 9px;
  }
  .opc-wrapper .step-title {
    font-size: 1rem;
    border-bottom: 0;
    padding-bottom: 0;
  }
  .opc-wrapper .step-content {
    margin: 0 0 15px;
  }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address,
  .opc-wrapper .methods-shipping {
    margin: 18px -15px 15px;
    padding: 18px 15px;
  }
  .opc-wrapper .form-login + .form-shipping-address {
    margin-top: -15px;
  }
  .opc-wrapper .shipping-address-item {
    border-bottom: 1px solid #cccccc;
    margin: 0 0 15px;
    padding: 0 0 15px;
    width: 100%;
  }
  .opc-wrapper .shipping-address-item.selected-item {
    padding: 15px 32px 15px 18px;
    border-bottom-width: 2px;
  }
  .opc-wrapper .shipping-address-item.selected-item .edit-address-link {
    right: 38px;
  }
  .opc-wrapper .action-select-shipping-item {
    float: none;
    margin-top: 9px;
    width: 100%;
  }
  .opc-wrapper .action-show-popup {
    width: 100%;
  }
  .opc-wrapper .methods-shipping {
    border-bottom: 1px solid #cccccc;
    padding-top: 27px;
  }
  .opc-wrapper .edit-address-link {
    display: inline-block;
    text-decoration: none;
    margin: 0;
    position: absolute;
    right: 0;
    top: 5px;
  }
  .opc-wrapper .edit-address-link > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .opc-wrapper .edit-address-link:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 20px;
    color: #0088cc;
    content: '\f826';
    font-family: 'porto-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .opc-wrapper .edit-address-link:hover:before {
    color: #777777;
  }
  .opc-wrapper .edit-address-link:active:before {
    color: #0088cc;
  }
  .shipping-policy-block.field-tooltip {
    margin-bottom: 18px;
    position: relative;
    right: auto;
    top: auto;
  }
  .shipping-policy-block.field-tooltip .field-tooltip-content {
    width: 300px;
    right: auto;
  }
  .shipping-policy-block.field-tooltip .field-tooltip-content:before,
  .shipping-policy-block.field-tooltip .field-tooltip-content:after {
    right: auto;
  }
  .opc-block-summary > .title {
    border-bottom: 0;
    font-size: 1rem;
    margin-bottom: 18px;
    padding-bottom: 0;
  }
  .page-product-downloadable .product-options-wrapper {
    margin-bottom: 22.5px;
  }
  .table-downloadable-products .product-name {
    display: block;
    margin-bottom: 4.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: 22.5px -9px;
  }
  .table-giftregistry-items .field.choice,
  .table-giftregistry-items .field.qty {
    display: inline-block;
  }
  .form-giftregistry-search .fieldset {
    margin-bottom: 18px;
  }
  .block-giftregistry-results .block-title {
    margin-bottom: 0;
  }
  .block-giftregistry-results .table-wrapper {
    border-top: none;
  }
  .block-giftregistry-shared-items .block-title {
    margin-bottom: 9px;
  }
  .block-giftregistry-shared-items .table-wrapper {
    border-top: 0;
  }
  .table-wrapper.grouped {
    border: none;
  }
  .table.grouped > thead > tr > th {
    display: table-cell;
    border-bottom: 1px solid #e7e7e7;
  }
  .table.grouped > tbody {
    border-bottom: 1px solid #e7e7e7;
  }
  .table.grouped > tbody > tr > td {
    border: 0;
    display: table-cell;
    padding: 11px 9px;
  }
  .table.grouped > tbody > tr > td:last-child {
    border: 0 !important;
  }
  .table.grouped > tbody > tr > td.col.item,
  .table.grouped > tbody > tr > td.col.qty {
    padding: 8px 0 !important;
    width: 100%;
  }
  .table.grouped > tbody:last-child {
    border: none;
  }
  .form-add-invitations .action.remove {
    display: inline-block;
    text-decoration: none;
  }
  .form-add-invitations .action.remove > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .form-add-invitations .action.remove:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: inherit;
    color: #0088cc;
    content: '\f81a';
    font-family: 'porto-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .form-add-invitations .action.remove:hover:before {
    color: inherit;
  }
  .form-add-invitations .action.remove:active:before {
    color: inherit;
  }
  .multicheckout .data.table .address:before {
    margin-bottom: 4.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: 36px;
  }
  .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: 22.5px;
  }
  .multicheckout .actions-toolbar > .primary {
    margin-bottom: 22.5px;
    margin-right: 0;
  }
  .form-create-return .additional .field:nth-last-child(2) {
    margin-bottom: 0;
  }
  .form-create-return .additional .field:last-child {
    margin-top: 18px;
  }
  .account .column.main .returns-details-items .block-returns-tracking .block-title > .action.track {
    float: none;
    display: block;
    margin: 9px 0 0;
  }
  .account .table-order-items tbody tr {
    display: block;
  }
  .account .table-order-items .product-item-name {
    display: inline-block;
    margin: 0;
  }
  .account .table-order-items .action.show {
    margin-top: 0;
  }
  .order-details-items .order-title strong {
    display: block;
  }
  .order-details-items .action {
    margin-top: 9px;
  }
  .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: 700;
    padding-left: 10px;
  }
  .order-details-items .options-label + .item-options-container .col,
  .order-details-items .item-options-container + .item-options-container .col {
    font-size: 1.2rem;
    padding: 0 10px;
  }
  .order-details-items .options-label + .item-options-container .col:first-child,
  .order-details-items .item-options-container + .item-options-container .col:first-child {
    padding-top: 3px;
  }
  .order-details-items .options-label + .item-options-container .col:last-child,
  .order-details-items .item-options-container + .item-options-container .col:last-child {
    padding-bottom: 20px;
  }
  .products-grid.wishlist .product-item {
    border-bottom: 1px solid #e8e8e8;
  }
  .products-grid.wishlist .product-item:first-child {
    border-top: 1px solid #e8e8e8;
  }
  .slider-title .line,
  .section-title .line {
    display: none !important;
  }
  .ajax-products {
    display: block;
  }
  .ajax-products > .category-list {
    border-right: 0;
    padding: 0;
  }
  .ajax-products > .category-list > ul > li {
    display: inline-block;
    margin-right: 20px;
  }
  .ajax-products > .category-detail {
    padding-top: 0;
    min-height: 70vh;
    padding: 0;
  }
  .products-list .product-item-photo {
    width: 100%;
    padding: 0;
    display: block;
  }
  .products-list .product-item-details {
    display: block;
  }
  .toolbar-products {
    margin-bottom: 0;
  }
  .product-social-links .action.tocompare {
    display: none;
  }
  .product-info-price {
    margin: 0 -9px 0;
    width: calc(100% + 2*9px) !important;
  }
  .product-info-price > *:first-child {
    padding-left: 9px;
  }
  .product-info-price > *:last-child {
    padding-right: 9px;
  }
  .table-wrapper.comparison .table-comparison > tbody > tr > th,
  .table-wrapper.comparison .table-comparison > tbody > tr > td {
    display: table-cell;
  }
  .account .column.main,
  .account .sidebar-additional {
    margin: 0;
  }
  .customer-review .product-name {
    margin-bottom: 4.5px;
  }
  .customer-review .product-reviews-summary .rating-summary {
    display: block;
    margin-bottom: 4.5px;
  }
  .braintree-three-d-modal .bt-modal-frame {
    width: 100%;
  }
}
@media only screen and (max-width: 479px) {
  .tooltip.wrapper .tooltip.content {
    min-width: 10rem;
  }
  .aw-reviews__review-listing.product .header .section .aw-ar-review-summary .column-summary:first-child {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .minicart-wrapper .block-minicart {
    width: 290px;
  }
  .modal-popup .field-tooltip .field-tooltip-content {
    width: 200px;
  }
  .products-grid .product-item-info .product-item-details .product-item-actions .actions-secondary {
    display: none;
  }
}
@media all and (min-width: 640px) {
  .abs-blocks-2columns-s {
    width: 48%;
  }
  .abs-reset-left-margin-desktop-s,
  .column:not(.sidebar-main) .multicheckout .actions-toolbar,
  .multicheckout .block-shipping .box-shipping-method .fieldset .legend {
    margin-left: 0;
  }
  .abs-visually-hidden-desktop-s {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-desktop-s:before,
  .abs-add-clearfix-desktop-s:after,
  .multicheckout .block-billing:before,
  .multicheckout .block-billing:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-desktop-s:after,
  .multicheckout .block-billing:after {
    clear: both;
  }
  .abs-add-box-sizing-desktop-s,
  .multicheckout .block-shipping .box,
  .multicheckout .block-billing .box-billing-address,
  .multicheckout .block-billing .box-billing-method {
    box-sizing: border-box;
  }
  .abs-form-field-column-2-s .fieldset .field {
    padding: 0 12px 0 0;
    box-sizing: border-box;
    display: inline-block;
    width: 50%;
    vertical-align: top;
  }
  .abs-form-field-column-2-s .fieldset .field + .fieldset {
    clear: both;
  }
  .abs-form-field-column-2-s .fieldset .field .field {
    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: '\e624';
    font-family: 'porto-icons';
    margin: 0 4px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .table > tbody > tr > th,
  .table > tbody > tr > td {
    border-top: 1px solid #cccccc;
  }
  .table > tbody + tbody {
    border-top: 1px solid #cccccc;
  }
  .ui-dialog.popup {
    width: 420px;
  }
  .aw-ar__review-list.customer .summary {
    word-break: break-word;
  }
  .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.4;
    margin: 0;
    padding: 0;
    color: #0088cc;
    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: #0088cc;
    text-decoration: none;
  }
  .column .block-addbysku .action.remove:hover {
    color: #0088cc;
    text-decoration: underline;
  }
  .column .block-addbysku .action.remove:active {
    color: #0088cc;
    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: #0088cc;
    opacity: 0.5;
    cursor: default;
    pointer-events: none;
    text-decoration: underline;
  }
  .multicheckout .actions-toolbar .secondary {
    float: none;
    text-align: right;
  }
  .multicheckout .actions-toolbar .secondary .action {
    margin-left: 9px;
  }
  .multicheckout .actions-toolbar .secondary .action.back {
    display: block;
    float: left;
  }
  .multicheckout .item-options {
    margin: 18px 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: 22.5px;
    padding-right: 22.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: 22.5px;
    width: 50%;
  }
  .multicheckout.form.address .table-wrapper .applicable {
    margin: 7px 0 0;
  }
  .multicheckout.order-review .box-items {
    clear: left;
    float: none;
    padding-top: 36px;
    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%;
  }
  .order-details-items .order-title .action {
    margin: 12px 0 0 30px;
  }
  .order-details-items .order-title .action.track {
    float: right;
  }
  .wishlist-index-index .products-grid .product-item {
    margin-bottom: 20px;
    width: 50%;
  }
  .wishlist-index-index .products-grid .product-item-actions {
    margin: 0;
  }
  .products-grid .product-item {
    position: relative;
  }
  .products-grid .product-item .product-item-inner {
    margin: 9px -9px 0 -10px;
  }
  .products-grid .product-item .product-item-details {
    position: relative;
  }
  .products-grid .product-item .product-item-info .weltpixel-quickview.weltpixel_quickview_button_v1 span {
    padding: 18px;
    display: block;
  }
  .products-grid .product-item .product-item-info:hover .weltpixel-quickview.weltpixel_quickview_button_v1 {
    display: block;
    position: absolute;
    top: -66px;
    z-index: 9;
    width: 100%;
    text-align: center;
    color: #555;
    background: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    text-decoration: none;
  }
  .products-grid .product-item .product-item-info:hover .weltpixel-quickview.weltpixel_quickview_button_v2 {
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    background-color: #08c;
    color: #fff;
    padding: 10px;
    z-index: 9;
    border-radius: 0 5px;
    transition: 0.1s all;
    font-size: 12px;
    line-height: 1.4;
  }
  .products-grid .product-item .product-item-info:hover .weltpixel-quickview.weltpixel_quickview_button_v2:hover {
    opacity: 0.9;
  }
  .products-grid .product-item .product-item-info:hover .weltpixel-quickview.weltpixel_quickview_button_v2 .porto-icon-eye {
    margin-right: 3px;
  }
  .page-products .columns {
    position: relative;
    z-index: 1;
    padding-top: 0;
  }
  .review-form {
    max-width: 500px;
  }
  .review-ratings {
    max-width: 244px;
    float: left;
    margin-bottom: 0;
  }
  .review-ratings ~ .review-content,
  .review-ratings ~ .review-details {
    margin-left: 280px;
  }
  .review-toolbar {
    margin: 0 0 30px;
  }
  .review-toolbar .pages {
    padding: 30px 0;
  }
  .fieldset .review-legend.legend {
    margin-bottom: 30px;
  }
  .review-item {
    padding: 30px 0;
  }
  .review-title {
    margin: 0 0 30px;
  }
  .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;
  }
}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0;
    font: inherit; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }
  .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease; }
  .owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0; }
  .owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("../../frontend/Smartwave/porto_child/en_US/owl.carousel/assets/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
      transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 0 50px rgba(0, 0, 0, .12);
	   -moz-box-shadow: 0 0 50px rgba(0, 0, 0, .12);
	        box-shadow: 0 0 50px rgba(0, 0, 0, .12);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('../../frontend/Smartwave/porto_child/en_US/fancybox/css/images/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('../../frontend/Smartwave/porto_child/en_US/fancybox/css/images/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('../../frontend/Smartwave/porto_child/en_US/fancybox/css/images/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	opacity: .8;
	background: rgba(119,119,119,0.5);
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('../../frontend/Smartwave/porto_child/en_US/fancybox/css/images/fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('../../frontend/Smartwave/porto_child/en_US/fancybox/css/images/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}

.porto-icon-spin1:before { content: '\e800'; } /* '' */
.porto-icon-cancel:before { content: '\e801'; } /* '' */
.porto-icon-cancel-1:before { content: '\e802'; } /* '' */
.porto-icon-spin2:before { content: '\e803'; } /* '' */
.porto-icon-spin3:before { content: '\e804'; } /* '' */
.porto-icon-spin4:before { content: '\e805'; } /* '' */
.porto-icon-spin5:before { content: '\e806'; } /* '' */
.porto-icon-spin6:before { content: '\e807'; } /* '' */
.porto-icon-firefox:before { content: '\e808'; } /* '' */
.porto-icon-chrome:before { content: '\e809'; } /* '' */
.porto-icon-opera:before { content: '\e80a'; } /* '' */
.porto-icon-ie:before { content: '\e80b'; } /* '' */
.porto-icon-money:before { content: '\e80c'; } /* '' */
.porto-icon-cart-thick:before { content: '\e80d'; } /* '' */
.porto-icon-shipping:before { content: '\e80e'; } /* '' */
.porto-icon-support:before { content: '\e80f'; } /* '' */
.porto-icon-business-book:before { content: '\e810'; } /* '' */
.porto-icon-percent-shape:before { content: '\e811'; } /* '' */
.porto-icon-sale-label:before { content: '\e812'; } /* '' */
.porto-icon-wishlist:before { content: '\e813'; } /* '' */
.porto-icon-sale-discount:before { content: '\e814'; } /* '' */
.porto-icon-phone-call:before { content: '\e815'; } /* '' */
.porto-icon-help-circle:before { content: '\e816'; } /* '' */
.porto-icon-shipping-truck:before { content: '\e817'; } /* '' */
.porto-icon-map-location:before { content: '\e818'; } /* '' */
.porto-icon-angle-left:before { content: '\e819'; } /* '' */
.porto-icon-angle-right:before { content: '\e81a'; } /* '' */
.porto-icon-angle-up:before { content: '\e81b'; } /* '' */
.porto-icon-angle-down:before { content: '\e81c'; } /* '' */
.porto-icon-down-1:before { content: '\e81d'; } /* '' */
.porto-icon-left-1:before { content: '\e81e'; } /* '' */
.porto-icon-right-1:before { content: '\e81f'; } /* '' */
.porto-icon-up-1:before { content: '\e820'; } /* '' */
.porto-icon-angle-double-left:before { content: '\e821'; } /* '' */
.porto-icon-angle-double-right:before { content: '\e822'; } /* '' */
.porto-icon-angle-double-up:before { content: '\e823'; } /* '' */
.porto-icon-angle-double-down:before { content: '\e824'; } /* '' */
.porto-icon-pulley:before { content: '\e825'; } /* '' */
.porto-icon-check-circle-2:before { content: '\e826'; } /* '' */
.porto-icon-skype-1:before { content: '\e827'; } /* '' */
.porto-icon-wishlist-1:before { content: '\e828'; } /* '' */
.porto-icon-cart-thick-1:before { content: '\e829'; } /* '' */
.porto-icon-envelope:before { content: '\e82a'; } /* '' */
.porto-icon-user-3:before { content: '\e82b'; } /* '' */
.porto-icon-long-arrow-alt-1:before { content: '\e82c'; } /* '' */
.porto-icon-search-5:before { content: '\e82d'; } /* '' */
.porto-icon-mail-alt-1:before { content: '\e82e'; } /* '' */
.porto-icon-fax:before { content: '\e82f'; } /* '' */
.porto-icon-lock:before { content: '\e830'; } /* '' */
.porto-icon-company:before { content: '\e831'; } /* '' */
.porto-icon-city:before { content: '\e832'; } /* '' */
.porto-icon-post:before { content: '\e833'; } /* '' */
.porto-icon-country:before { content: '\e834'; } /* '' */
.porto-icon-rotate:before { content: '\e835'; } /* '' */
.porto-icon-mobile-1:before { content: '\e837'; } /* '' */
.porto-icon-forward:before { content: '\e83d'; } /* '' */
.porto-icon-cog:before { content: '\e83f'; } /* '' */
.porto-icon-cog-alt:before { content: '\e840'; } /* '' */
.porto-icon-wrench:before { content: '\e841'; } /* '' */
.porto-icon-quote-left:before { content: '\e842'; } /* '' */
.porto-icon-quote-right:before { content: '\e843'; } /* '' */
.porto-icon-gift-1:before { content: '\e844'; } /* '' */
.porto-icon-euro:before { content: '\e846'; } /* '' */
.porto-icon-pound:before { content: '\e847'; } /* '' */
.porto-icon-rupee:before { content: '\e848'; } /* '' */
.porto-icon-yen:before { content: '\e849'; } /* '' */
.porto-icon-rouble:before { content: '\e84a'; } /* '' */
.porto-icon-try:before { content: '\e84b'; } /* '' */
.porto-icon-won:before { content: '\e84c'; } /* '' */
.porto-icon-bitcoin:before { content: '\e84d'; } /* '' */
.porto-icon-ok-1:before { content: '\e84e'; } /* '' */
.porto-icon-users:before { content: '\e85b'; } /* '' */
.porto-icon-video:before { content: '\e85c'; } /* '' */
.porto-icon-desktop:before { content: '\e85e'; } /* '' */
.porto-icon-doc-inv:before { content: '\e85f'; } /* '' */
.porto-icon-circle:before { content: '\e860'; } /* '' */
.porto-icon-circle-thin:before { content: '\e862'; } /* '' */
.porto-icon-paper-plane-1:before { content: '\e864'; } /* '' */
.porto-icon-attention-alt:before { content: '\e865'; } /* '' */
.porto-icon-compare-link:before { content: '\e867'; } /* '' */
.porto-icon-cat-default:before { content: '\e868'; } /* '' */
.porto-icon-tag-line:before { content: '\e870'; } /* '' */
.porto-icon-bag:before { content: '\e871'; } /* '' */
.porto-icon-search-1:before { content: '\e872'; } /* '' */
.porto-icon-online-support:before { content: '\e877'; } /* '' */
.porto-icon-shopping-bag:before { content: '\e878'; } /* '' */
.porto-icon-us-dollar:before { content: '\e879'; } /* '' */
.porto-icon-shipped:before { content: '\e87a'; } /* '' */
.porto-icon-list:before { content: '\e87b'; } /* '' */
.porto-icon-bag-2:before { content: '\e87f'; } /* '' */
.porto-icon-grid:before { content: '\e880'; } /* '' */
.porto-icon-bag-3:before { content: '\e881'; } /* '' */
.porto-icon-direction:before { content: '\e882'; } /* '' */
.porto-icon-home:before { content: '\e883'; } /* '' */
.porto-icon-magnifier:before { content: '\e884'; } /* '' */
.porto-icon-magnifier-add:before { content: '\e885'; } /* '' */
.porto-icon-magnifier-remove:before { content: '\e886'; } /* '' */
.porto-icon-phone-1:before { content: '\e887'; } /* '' */
.porto-icon-clock-1:before { content: '\e888'; } /* '' */
.porto-icon-heart-1:before { content: '\e889'; } /* '' */
.porto-icon-earphones-alt:before { content: '\e88b'; } /* '' */
.porto-icon-credit-card:before { content: '\e88c'; } /* '' */
.porto-icon-action-undo:before { content: '\e88d'; } /* '' */
.porto-icon-envolope:before { content: '\e88e'; } /* '' */
.porto-icon-chart:before { content: '\e88f'; } /* '' */
.porto-icon-long-arrow-right:before { content: '\e897'; } /* '' */
.porto-icon-check-circle-1:before { content: '\e89c'; } /* '' */
.porto-icon-long-arrow-alt:before { content: '\e89e'; } /* '' */
.porto-icon-user-1:before { content: '\e8b9'; } /* '' */
.porto-icon-shopping-cart:before { content: '\e8ba'; } /* '' */
.porto-icon-phone-2:before { content: '\e8bb'; } /* '' */
.porto-icon-percent-circle:before { content: '\e8bf'; } /* '' */
.porto-icon-check-circle:before { content: '\e8c1'; } /* '' */
.porto-icon-password-lock:before { content: '\e8c2'; } /* '' */
.porto-icon-arrow-right-solid:before { content: '\e8c4'; } /* '' */
.porto-icon-check-solid:before { content: '\e8c5'; } /* '' */
.porto-icon-rotulo:before { content: '\e8c6'; } /* '' */
.porto-icon-comida-organica:before { content: '\e8c7'; } /* '' */
.porto-icon-estrela:before { content: '\e8c8'; } /* '' */
.porto-icon-fazer-compras:before { content: '\e8c9'; } /* '' */
.porto-icon-gluten:before { content: '\e8ca'; } /* '' */
.porto-icon-arrow-forward-right:before { content: '\e8cc'; } /* '' */
.porto-icon-category-home:before { content: '\e900'; } /* '' */
.porto-icon-category-motors:before { content: '\e901'; } /* '' */
.porto-icon-category-music:before { content: '\e902'; } /* '' */
.porto-icon-category-gifts:before { content: '\e903'; } /* '' */
.porto-icon-category-electronics:before { content: '\e904'; } /* '' */
.porto-icon-category-fashion:before { content: '\e905'; } /* '' */
.porto-icon-category-hot-deals:before { content: '\e906'; } /* '' */
.porto-icon-tag-percent:before { content: '\e907'; } /* '' */
.porto-icon-console:before { content: '\e908'; } /* '' */
.porto-icon-category-furniture:before { content: '\e909'; } /* '' */
.porto-icon-category-garden:before { content: '\e90a'; } /* '' */
.porto-icon-category-lanterns-lighting:before { content: '\e90b'; } /* '' */
.porto-icon-category-mechanics:before { content: '\e90c'; } /* '' */
.porto-icon-category-motorcycles:before { content: '\e90d'; } /* '' */
.porto-icon-category-sound-video:before { content: '\e90e'; } /* '' */
.porto-icon-category-steering:before { content: '\e90f'; } /* '' */
.porto-icon-category-external-accessories:before { content: '\e910'; } /* '' */
.porto-icon-category-fluids:before { content: '\e911'; } /* '' */
.porto-icon-category-internal-accessories:before { content: '\e912'; } /* '' */
.porto-icon-category-chains:before { content: '\e913'; } /* '' */
.porto-icon-category-frames:before { content: '\e914'; } /* '' */
.porto-icon-category-pedals:before { content: '\e915'; } /* '' */
.porto-icon-category-saddle:before { content: '\e916'; } /* '' */
.porto-icon-category-tools:before { content: '\e917'; } /* '' */
.porto-icon-search-4:before { content: '\e918'; } /* '' */
.porto-icon-secure-payment:before { content: '\e919'; } /* '' */
.porto-icon-user-2:before { content: '\e91a'; } /* '' */
.porto-icon-wishlist-2:before { content: '\e91b'; } /* '' */
.porto-icon-gift2:before { content: '\e91c'; } /* '' */
.porto-icon-edit:before { content: '\e91d'; } /* '' */
.porto-icon-chef:before { content: '\e91e'; } /* '' */
.porto-icon-smiling-girl:before { content: '\e91f'; } /* '' */
.porto-icon-tshirt:before { content: '\e920'; } /* '' */
.porto-icon-boy-broad-smile:before { content: '\e921'; } /* '' */
.porto-icon-smiling-baby:before { content: '\e922'; } /* '' */
.porto-icon-menu-button-of-three-lines-outline:before { content: '\e923'; } /* '' */
.porto-icon-callin:before { content: '\e924'; } /* '' */
.porto-icon-spinner:before { content: '\f110'; } /* '' */
.porto-icon-sliders:before { content: '\f1de'; } /* '' */
.porto-icon-shopping-basket:before { content: '\f291'; } /* '' */
.porto-icon-long-arrow-alt-down:before { content: '\f309'; } /* '' */
.porto-icon-long-arrow-alt-left:before { content: '\f30a'; } /* '' */
.porto-icon-long-arrow-alt-right:before { content: '\f30b'; } /* '' */
.porto-icon-long-arrow-alt-up:before { content: '\f30c'; } /* '' */
.porto-icon-up-open:before { content: '\f800'; } /* '' */
.porto-icon-right-open:before { content: '\f801'; } /* '' */
.porto-icon-left-open:before { content: '\f802'; } /* '' */
.porto-icon-down-open:before { content: '\f803'; } /* '' */
.porto-icon-up-open-mini:before { content: '\f804'; } /* '' */
.porto-icon-right-open-mini:before { content: '\f805'; } /* '' */
.porto-icon-left-open-mini:before { content: '\f806'; } /* '' */
.porto-icon-down-open-mini:before { content: '\f807'; } /* '' */
.porto-icon-up-open-big:before { content: '\f808'; } /* '' */
.porto-icon-right-open-big:before { content: '\f809'; } /* '' */
.porto-icon-left-open-big:before { content: '\f80a'; } /* '' */
.porto-icon-down-open-big:before { content: '\f80b'; } /* '' */
.porto-icon-up-open-huge:before { content: '\f80c'; } /* '' */
.porto-icon-right-open-huge:before { content: '\f80d'; } /* '' */
.porto-icon-left-open-huge:before { content: '\f80e'; } /* '' */
.porto-icon-down-open-huge:before { content: '\f80f'; } /* '' */
.porto-icon-basket:before { content: '\f814'; } /* '' */
.porto-icon-mini-cart:before { content: '\f815'; } /* '' */
.porto-icon-heart:before { content: '\f816'; } /* '' */
.porto-icon-search:before { content: '\f818'; } /* '' */
.porto-icon-cancel-2:before { content: '\f819'; } /* '' */
.porto-icon-cancel-mini:before { content: '\f81a'; } /* '' */
.porto-icon-up-dir:before { content: '\f820'; } /* '' */
.porto-icon-right-dir:before { content: '\f821'; } /* '' */
.porto-icon-left-dir:before { content: '\f822'; } /* '' */
.porto-icon-down-dir:before { content: '\f823'; } /* '' */
.porto-icon-phone:before { content: '\f824'; } /* '' */
.porto-icon-pencil:before { content: '\f825'; } /* '' */
.porto-icon-pencil-mini:before { content: '\f826'; } /* '' */
.porto-icon-menu:before { content: '\f827'; } /* '' */
.porto-icon-location:before { content: '\f828'; } /* '' */
.porto-icon-mail:before { content: '\f829'; } /* '' */
.porto-icon-clock:before { content: '\f82a'; } /* '' */
.porto-icon-ok:before { content: '\f82b'; } /* '' */
.porto-icon-plus-squared-alt:before { content: '\f82c'; } /* '' */
.porto-icon-minus-squared-alt:before { content: '\f82d'; } /* '' */
.porto-icon-plus-squared:before { content: '\f82e'; } /* '' */
.porto-icon-minus-squared:before { content: '\f82f'; } /* '' */
.porto-icon-truck:before { content: '\f830'; } /* '' */
.porto-icon-dollar:before { content: '\f831'; } /* '' */
.porto-icon-lifebuoy:before { content: '\f832'; } /* '' */
.porto-icon-facebook:before { content: '\f833'; } /* '' */
.porto-icon-twitter:before { content: '\f834'; } /* '' */
.porto-icon-linkedin-squared:before { content: '\f835'; } /* '' */
.porto-icon-pinterest:before { content: '\f836'; } /* '' */
.porto-icon-gplus:before { content: '\f837'; } /* '' */
.porto-icon-youtube:before { content: '\f838'; } /* '' */
.porto-icon-th:before { content: '\f839'; } /* '' */
.porto-icon-th-list:before { content: '\f83a'; } /* '' */
.porto-icon-chart-bar:before { content: '\f83b'; } /* '' */
.porto-icon-heart-empty:before { content: '\f83c'; } /* '' */
.porto-icon-instagram:before { content: '\f83d'; } /* '' */
.porto-icon-up:before { content: '\f840'; } /* '' */
.porto-icon-right:before { content: '\f841'; } /* '' */
.porto-icon-down:before { content: '\f842'; } /* '' */
.porto-icon-left:before { content: '\f843'; } /* '' */
.porto-icon-star:before { content: '\f844'; } /* '' */
.porto-icon-star-empty:before { content: '\f845'; } /* '' */
.porto-icon-ok-circled:before { content: '\f846'; } /* '' */
.porto-icon-cancel-circled:before { content: '\f847'; } /* '' */
.porto-icon-help-circled:before { content: '\f848'; } /* '' */
.porto-icon-info-circled:before { content: '\f849'; } /* '' */
.porto-icon-attention:before { content: '\f84a'; } /* '' */
.porto-icon-mobile:before { content: '\f84b'; } /* '' */
.porto-icon-mail-alt:before { content: '\f84c'; } /* '' */
.porto-icon-skype:before { content: '\f84d'; } /* '' */
.porto-icon-doc:before { content: '\f84e'; } /* '' */
.porto-icon-user:before { content: '\f850'; } /* '' */
.porto-icon-help:before { content: '\f851'; } /* '' */
.porto-icon-info:before { content: '\f852'; } /* '' */
.porto-icon-help-circled-alt:before { content: '\f853'; } /* '' */
.porto-icon-info-circled-alt:before { content: '\f854'; } /* '' */
.porto-icon-chevron-left:before { content: '\f855'; } /* '' */
.porto-icon-chevron-right:before { content: '\f856'; } /* '' */
.porto-icon-reply:before { content: '\f857'; } /* '' */
.porto-icon-paper-plane:before { content: '\f858'; } /* '' */
.porto-icon-magnify:before { content: '\f859'; } /* '' */
.porto-icon-zoom-in:before { content: '\f85a'; } /* '' */
.porto-icon-zoom-out:before { content: '\f85b'; } /* '' */
.porto-icon-chat:before { content: '\f860'; } /* '' */
.porto-icon-folder:before { content: '\f861'; } /* '' */
.porto-icon-folder-open:before { content: '\f862'; } /* '' */
.porto-icon-tag:before { content: '\f863'; } /* '' */
.porto-icon-tags:before { content: '\f864'; } /* '' */
.porto-icon-calendar:before { content: '\f865'; } /* '' */
.porto-icon-circle-empty:before { content: '\f870'; } /* '' */
.porto-icon-shirt:before { content: '\f871'; } /* '' */
.porto-icon-computer:before { content: '\f872'; } /* '' */
.porto-icon-toys:before { content: '\f873'; } /* '' */
.porto-icon-garden:before { content: '\f874'; } /* '' */
.porto-icon-couch:before { content: '\f875'; } /* '' */
.porto-icon-sports:before { content: '\f876'; } /* '' */
.porto-icon-gift:before { content: '\f877'; } /* '' */
.porto-icon-eye:before { content: '\f878'; } /* '' */
.porto-icon-export:before { content: '\f879'; } /* '' */
.porto-icon-bag-4:before { content: '\f87a'; } /* '' */
.porto-icon-search-3:before { content: '\f87b'; } /* '' */
.porto-icon-check:before { content: '\f87c'; } /* '' */
.porto-icon-check-empty:before { content: '\f87d'; } /* '' */
.porto-icon-search-2:before { content: '\f880'; } /* '' */
.porto-icon-bag-1:before { content: '\f881'; } /* '' */
.porto-icon-plus:before { content: '\f882'; } /* '' */
.porto-icon-minus:before { content: '\f883'; } /* '' */

[class^="Simple-Line-Icons-"], [class*=" Simple-Line-Icons-"] {
    font-family: 'Simple-Line-Icons'!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}  

.Simple-Line-Icons-user:before {
  content: "\e005";
}
.Simple-Line-Icons-people:before {
  content: "\e001";
}
.Simple-Line-Icons-user-female:before {
  content: "\e000";
}
.Simple-Line-Icons-user-follow:before {
  content: "\e002";
}
.Simple-Line-Icons-user-following:before {
  content: "\e003";
}
.Simple-Line-Icons-user-unfollow:before {
  content: "\e004";
}
.Simple-Line-Icons-login:before {
  content: "\e066";
}
.Simple-Line-Icons-logout:before {
  content: "\e065";
}
.Simple-Line-Icons-emotsmile:before {
  content: "\e021";
}
.Simple-Line-Icons-phone:before {
  content: "\e600";
}
.Simple-Line-Icons-call-end:before {
  content: "\e048";
}
.Simple-Line-Icons-call-in:before {
  content: "\e047";
}
.Simple-Line-Icons-call-out:before {
  content: "\e046";
}
.Simple-Line-Icons-map:before {
  content: "\e033";
}
.Simple-Line-Icons-location-pin:before {
  content: "\e096";
}
.Simple-Line-Icons-direction:before {
  content: "\e042";
}
.Simple-Line-Icons-directions:before {
  content: "\e041";
}
.Simple-Line-Icons-compass:before {
  content: "\e045";
}
.Simple-Line-Icons-layers:before {
  content: "\e034";
}
.Simple-Line-Icons-menu:before {
  content: "\e601";
}
.Simple-Line-Icons-list:before {
  content: "\e067";
}
.Simple-Line-Icons-options-vertical:before {
  content: "\e602";
}
.Simple-Line-Icons-options:before {
  content: "\e603";
}
.Simple-Line-Icons-arrow-down:before {
  content: "\e604";
}
.Simple-Line-Icons-arrow-left:before {
  content: "\e605";
}
.Simple-Line-Icons-arrow-right:before {
  content: "\e606";
}
.Simple-Line-Icons-arrow-up:before {
  content: "\e607";
}
.Simple-Line-Icons-arrow-up-circle:before {
  content: "\e078";
}
.Simple-Line-Icons-arrow-left-circle:before {
  content: "\e07a";
}
.Simple-Line-Icons-arrow-right-circle:before {
  content: "\e079";
}
.Simple-Line-Icons-arrow-down-circle:before {
  content: "\e07b";
}
.Simple-Line-Icons-check:before {
  content: "\e080";
}
.Simple-Line-Icons-clock:before {
  content: "\e081";
}
.Simple-Line-Icons-plus:before {
  content: "\e095";
}
.Simple-Line-Icons-minus:before {
  content: "\e615";
}
.Simple-Line-Icons-close:before {
  content: "\e082";
}
.Simple-Line-Icons-event:before {
  content: "\e619";
}
.Simple-Line-Icons-exclamation:before {
  content: "\e617";
}
.Simple-Line-Icons-organization:before {
  content: "\e616";
}
.Simple-Line-Icons-trophy:before {
  content: "\e006";
}
.Simple-Line-Icons-screen-smartphone:before {
  content: "\e010";
}
.Simple-Line-Icons-screen-desktop:before {
  content: "\e011";
}
.Simple-Line-Icons-plane:before {
  content: "\e012";
}
.Simple-Line-Icons-notebook:before {
  content: "\e013";
}
.Simple-Line-Icons-mustache:before {
  content: "\e014";
}
.Simple-Line-Icons-mouse:before {
  content: "\e015";
}
.Simple-Line-Icons-magnet:before {
  content: "\e016";
}
.Simple-Line-Icons-energy:before {
  content: "\e020";
}
.Simple-Line-Icons-disc:before {
  content: "\e022";
}
.Simple-Line-Icons-cursor:before {
  content: "\e06e";
}
.Simple-Line-Icons-cursor-move:before {
  content: "\e023";
}
.Simple-Line-Icons-crop:before {
  content: "\e024";
}
.Simple-Line-Icons-chemistry:before {
  content: "\e026";
}
.Simple-Line-Icons-speedometer:before {
  content: "\e007";
}
.Simple-Line-Icons-shield:before {
  content: "\e00e";
}
.Simple-Line-Icons-screen-tablet:before {
  content: "\e00f";
}
.Simple-Line-Icons-magic-wand:before {
  content: "\e017";
}
.Simple-Line-Icons-hourglass:before {
  content: "\e018";
}
.Simple-Line-Icons-graduation:before {
  content: "\e019";
}
.Simple-Line-Icons-ghost:before {
  content: "\e01a";
}
.Simple-Line-Icons-game-controller:before {
  content: "\e01b";
}
.Simple-Line-Icons-fire:before {
  content: "\e01c";
}
.Simple-Line-Icons-eyeglass:before {
  content: "\e01d";
}
.Simple-Line-Icons-envelope-open:before {
  content: "\e01e";
}
.Simple-Line-Icons-envelope-letter:before {
  content: "\e01f";
}
.Simple-Line-Icons-bell:before {
  content: "\e027";
}
.Simple-Line-Icons-badge:before {
  content: "\e028";
}
.Simple-Line-Icons-anchor:before {
  content: "\e029";
}
.Simple-Line-Icons-wallet:before {
  content: "\e02a";
}
.Simple-Line-Icons-vector:before {
  content: "\e02b";
}
.Simple-Line-Icons-speech:before {
  content: "\e02c";
}
.Simple-Line-Icons-puzzle:before {
  content: "\e02d";
}
.Simple-Line-Icons-printer:before {
  content: "\e02e";
}
.Simple-Line-Icons-present:before {
  content: "\e02f";
}
.Simple-Line-Icons-playlist:before {
  content: "\e030";
}
.Simple-Line-Icons-pin:before {
  content: "\e031";
}
.Simple-Line-Icons-picture:before {
  content: "\e032";
}
.Simple-Line-Icons-handbag:before {
  content: "\e035";
}
.Simple-Line-Icons-globe-alt:before {
  content: "\e036";
}
.Simple-Line-Icons-globe:before {
  content: "\e037";
}
.Simple-Line-Icons-folder-alt:before {
  content: "\e039";
}
.Simple-Line-Icons-folder:before {
  content: "\e089";
}
.Simple-Line-Icons-film:before {
  content: "\e03a";
}
.Simple-Line-Icons-feed:before {
  content: "\e03b";
}
.Simple-Line-Icons-drop:before {
  content: "\e03e";
}
.Simple-Line-Icons-drawer:before {
  content: "\e03f";
}
.Simple-Line-Icons-docs:before {
  content: "\e040";
}
.Simple-Line-Icons-doc:before {
  content: "\e085";
}
.Simple-Line-Icons-diamond:before {
  content: "\e043";
}
.Simple-Line-Icons-cup:before {
  content: "\e044";
}
.Simple-Line-Icons-calculator:before {
  content: "\e049";
}
.Simple-Line-Icons-bubbles:before {
  content: "\e04a";
}
.Simple-Line-Icons-briefcase:before {
  content: "\e04b";
}
.Simple-Line-Icons-book-open:before {
  content: "\e04c";
}
.Simple-Line-Icons-basket-loaded:before {
  content: "\e04d";
}
.Simple-Line-Icons-basket:before {
  content: "\e04e";
}
.Simple-Line-Icons-bag:before {
  content: "\e04f";
}
.Simple-Line-Icons-action-undo:before {
  content: "\e050";
}
.Simple-Line-Icons-action-redo:before {
  content: "\e051";
}
.Simple-Line-Icons-wrench:before {
  content: "\e052";
}
.Simple-Line-Icons-umbrella:before {
  content: "\e053";
}
.Simple-Line-Icons-trash:before {
  content: "\e054";
}
.Simple-Line-Icons-tag:before {
  content: "\e055";
}
.Simple-Line-Icons-support:before {
  content: "\e056";
}
.Simple-Line-Icons-frame:before {
  content: "\e038";
}
.Simple-Line-Icons-size-fullscreen:before {
  content: "\e057";
}
.Simple-Line-Icons-size-actual:before {
  content: "\e058";
}
.Simple-Line-Icons-shuffle:before {
  content: "\e059";
}
.Simple-Line-Icons-share-alt:before {
  content: "\e05a";
}
.Simple-Line-Icons-share:before {
  content: "\e05b";
}
.Simple-Line-Icons-rocket:before {
  content: "\e05c";
}
.Simple-Line-Icons-question:before {
  content: "\e05d";
}
.Simple-Line-Icons-pie-chart:before {
  content: "\e05e";
}
.Simple-Line-Icons-pencil:before {
  content: "\e05f";
}
.Simple-Line-Icons-note:before {
  content: "\e060";
}
.Simple-Line-Icons-loop:before {
  content: "\e064";
}
.Simple-Line-Icons-home:before {
  content: "\e069";
}
.Simple-Line-Icons-grid:before {
  content: "\e06a";
}
.Simple-Line-Icons-graph:before {
  content: "\e06b";
}
.Simple-Line-Icons-microphone:before {
  content: "\e063";
}
.Simple-Line-Icons-music-tone-alt:before {
  content: "\e061";
}
.Simple-Line-Icons-music-tone:before {
  content: "\e062";
}
.Simple-Line-Icons-earphones-alt:before {
  content: "\e03c";
}
.Simple-Line-Icons-earphones:before {
  content: "\e03d";
}
.Simple-Line-Icons-equalizer:before {
  content: "\e06c";
}
.Simple-Line-Icons-like:before {
  content: "\e068";
}
.Simple-Line-Icons-dislike:before {
  content: "\e06d";
}
.Simple-Line-Icons-control-start:before {
  content: "\e06f";
}
.Simple-Line-Icons-control-rewind:before {
  content: "\e070";
}
.Simple-Line-Icons-control-play:before {
  content: "\e071";
}
.Simple-Line-Icons-control-pause:before {
  content: "\e072";
}
.Simple-Line-Icons-control-forward:before {
  content: "\e073";
}
.Simple-Line-Icons-control-end:before {
  content: "\e074";
}
.Simple-Line-Icons-volume-1:before {
  content: "\e09f";
}
.Simple-Line-Icons-volume-2:before {
  content: "\e0a0";
}
.Simple-Line-Icons-volume-off:before {
  content: "\e0a1";
}
.Simple-Line-Icons-calendar:before {
  content: "\e075";
}
.Simple-Line-Icons-bulb:before {
  content: "\e076";
}
.Simple-Line-Icons-chart:before {
  content: "\e077";
}
.Simple-Line-Icons-ban:before {
  content: "\e07c";
}
.Simple-Line-Icons-bubble:before {
  content: "\e07d";
}
.Simple-Line-Icons-camrecorder:before {
  content: "\e07e";
}
.Simple-Line-Icons-camera:before {
  content: "\e07f";
}
.Simple-Line-Icons-cloud-download:before {
  content: "\e083";
}
.Simple-Line-Icons-cloud-upload:before {
  content: "\e084";
}
.Simple-Line-Icons-envelope:before {
  content: "\e086";
}
.Simple-Line-Icons-eye:before {
  content: "\e087";
}
.Simple-Line-Icons-flag:before {
  content: "\e088";
}
.Simple-Line-Icons-heart:before {
  content: "\e08a";
}
.Simple-Line-Icons-info:before {
  content: "\e08b";
}
.Simple-Line-Icons-key:before {
  content: "\e08c";
}
.Simple-Line-Icons-link:before {
  content: "\e08d";
}
.Simple-Line-Icons-lock:before {
  content: "\e08e";
}
.Simple-Line-Icons-lock-open:before {
  content: "\e08f";
}
.Simple-Line-Icons-magnifier:before {
  content: "\e090";
}
.Simple-Line-Icons-magnifier-add:before {
  content: "\e091";
}
.Simple-Line-Icons-magnifier-remove:before {
  content: "\e092";
}
.Simple-Line-Icons-paper-clip:before {
  content: "\e093";
}
.Simple-Line-Icons-paper-plane:before {
  content: "\e094";
}
.Simple-Line-Icons-power:before {
  content: "\e097";
}
.Simple-Line-Icons-refresh:before {
  content: "\e098";
}
.Simple-Line-Icons-reload:before {
  content: "\e099";
}
.Simple-Line-Icons-settings:before {
  content: "\e09a";
}
.Simple-Line-Icons-star:before {
  content: "\e09b";
}
.Simple-Line-Icons-symbol-female:before {
  content: "\e09c";
}
.Simple-Line-Icons-symbol-male:before {
  content: "\e09d";
}
.Simple-Line-Icons-target:before {
  content: "\e09e";
}
.Simple-Line-Icons-credit-card:before {
  content: "\e025";
}
.Simple-Line-Icons-paypal:before {
  content: "\e608";
}
.Simple-Line-Icons-social-tumblr:before {
  content: "\e00a";
}
.Simple-Line-Icons-social-twitter:before {
  content: "\e009";
}
.Simple-Line-Icons-social-facebook:before {
  content: "\e00b";
}
.Simple-Line-Icons-social-instagram:before {
  content: "\e609";
}
.Simple-Line-Icons-social-linkedin:before {
  content: "\e60a";
}
.Simple-Line-Icons-social-pinterest:before {
  content: "\e60b";
}
.Simple-Line-Icons-social-github:before {
  content: "\e60c";
}
.Simple-Line-Icons-social-google:before {
  content: "\e60d";
}
.Simple-Line-Icons-social-reddit:before {
  content: "\e60e";
}
.Simple-Line-Icons-social-skype:before {
  content: "\e60f";
}
.Simple-Line-Icons-social-dribbble:before {
  content: "\e00d";
}
.Simple-Line-Icons-social-behance:before {
  content: "\e610";
}
.Simple-Line-Icons-social-foursqare:before {
  content: "\e611";
}
.Simple-Line-Icons-social-soundcloud:before {
  content: "\e612";
}
.Simple-Line-Icons-social-spotify:before {
  content: "\e613";
}
.Simple-Line-Icons-social-stumbleupon:before {
  content: "\e614";
}
.Simple-Line-Icons-social-youtube:before {
  content: "\e008";
}
.Simple-Line-Icons-social-dropbox:before {
  content: "\e00c";
}
.Simple-Line-Icons-social-vkontakte:before {
  content: "\e618";
}
.Simple-Line-Icons-social-steam:before {
  content: "\e620";
}
/*
   Animation example, for spinners
*/
.animate-spin {
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
  display: inline-block;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fab{font-family:'Font Awesome 5 Brands';}.far{font-family:'Font Awesome 5 Free';font-weight:400;font-display:swap}.fa,.fas{font-family:'Font Awesome 5 Free';font-weight:900;}
.fa,.fas,.far,.fal,.fab{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.fa-lg{font-size:1.3333333333em;line-height:.75em;vertical-align:-.0667em}.fa-xs{font-size:.75em}.fa-sm{font-size:.875em}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.fa-ul>li{position:relative}.fa-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}.fa-border{border:solid 0.08em #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.fas.fa-pull-left,.far.fa-pull-left,.fal.fa-pull-left,.fab.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.fas.fa-pull-right,.far.fa-pull-right,.fal.fa-pull-right,.fab.fa-pull-right{margin-left:.3em}.fa-spin{animation:fa-spin 2s infinite linear}.fa-pulse{animation:fa-spin 1s infinite steps(8)}@keyframes fa-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";transform:scale(1, -1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";transform:scale(-1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-flip-both{filter:none}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-search:before{content:"\f002"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th:before{content:"\f00a"}.fa-check:before{content:"\f00c"}.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-cog:before{content:"\f013"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-adjust:before{content:"\f042"}.fa-play:before{content:"\f04b"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-check-circle:before{content:"\f058"}.fa-info-circle:before{content:"\f05a"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-share:before{content:"\f064"}.fa-plus:before{content:"\f067"}.fa-exclamation-circle:before{content:"\f06a"}.fa-exclamation-triangle:before{content:"\f071"}.fa-comment:before{content:"\f075"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder-open:before{content:"\f07c"}.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-trophy:before{content:"\f091"}.fa-phone:before{content:"\f095"}.fa-rss:before{content:"\f09e"}.fa-globe:before{content:"\f0ac"}.fa-users:before{content:"\f0c0"}.fa-link:before{content:"\f0c1"}.fa-bars:before{content:"\f0c9"}.fa-truck:before{content:"\f0d1"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-envelope:before{content:"\f0e0"}.fa-bolt:before{content:"\f0e7"}.fa-coffee:before{content:"\f0f4"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-spinner:before{content:"\f110"}.fa-code:before{content:"\f121"}.fa-location-arrow:before{content:"\f124"}.fa-exclamation:before{content:"\f12a"}.fa-puzzle-piece:before{content:"\f12e"}.fa-rocket:before{content:"\f135"}.fa-bullseye:before{content:"\f140"}.fa-dollar-sign:before{content:"\f155"}.fa-file:before{content:"\f15b"}.fa-thumbs-up:before{content:"\f164"}.fa-paper-plane:before{content:"\f1d8"}.fa-share-alt:before{content:"\f1e0"}.fa-paint-brush:before{content:"\f1fc"}.fa-user-plus:before{content:"\f234"}.fa-sync-alt:before{content:"\f2f1"}.fa-pencil-alt:before{content:"\f303"}.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-long-arrow-alt-right:before{content:"\f30b"}.fa-long-arrow-alt-down:before{content:"\f309"}.fa-external-link-alt:before{content:"\f35d"}.fa-cloud-download-alt:before{content:"\f381"}.fa-map-marker-alt:before{content:"\f3c5"}.fa-mobile-alt:before{content:"\f3cd"}.fa-reply:before{content:"\f3e5"}.fa-tablet-alt:before{content:"\f3fa"}.fa-filter:before{content:"\f0b0"}.fa-music:before{content:"\f001"}.fa-quote-left:before{content:"\f10d"}.fa-camera-retro:before{content:"\f083"}.fa-file-alt:before{content:"\f15c"}.fa-times-circle:before{content:"\f057"}.fa-plus-square:before{content:"\f0fe"}.fa-sign-in-alt:before{content:"\f2f6"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-down:before{content:"\f0d7"}.fa-minus:before{content:"\f068"}.fa-sliders-h:before{content:"\f1de"}.fa-clock:before{content:"\f017"}.fa-image:before{content:"\f03e"}.fa-edit:before{content:"\f044"}.fa-calendar-alt:before{content:"\f073"}.fa-folder:before{content:"\f07b"}.fa-chart-bar:before{content:"\f080"}.fa-bell:before{content:"\f0f3"}.fa-circle:before{content:"\f111"}.fa-calendar:before{content:"\f133"}.fa-dot-circle:before{content:"\f192"}.fa-life-ring:before{content:"\f1cd"}.fa-object-group:before{content:"\f247"}.fa-check-square:before{content:"\f14a"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-linkedin:before{content:"\f08c"}.fa-twitter:before{content:"\f099"}.fa-pinterest:before{content:"\f0d2"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus-g:before{content:"\f0d5"}.fa-linkedin-in:before{content:"\f0e1"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-tumblr:before{content:"\f173"}.fa-skype:before{content:"\f17e"}.fa-vk:before{content:"\f189"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-yelp:before{content:"\f1e9"}.fa-whatsapp:before{content:"\f232"}.fa-vimeo-v:before{content:"\f27d"}.fa-facebook-f:before{content:"\f39e"}.fa-telegram-plane:before{content:"\f3fe"}.fa-youtube-square:before{content:"\f431"}/** css related to Uppy **/
.uppy-Dashboard-progressindicators,
.uppy-Dashboard-close,
.uppy-Dashboard-dropFilesHereHint,
.uppy-Dashboard-inner{
    display:none;
}

.image.image-placeholder #fileUploader{
    border:500px solid transparent;
    bottom:0;
    cursor:pointer;
    font-size:10em;
    height:100%;
    left:0;
    opacity:0;
    position:absolute;
    right:0;
    top:0;
    width:100%;
    z-index:3
}
/**
 * Solwin Infotech
 * Solwin Customer Feedback Extension
 *
 * @category   Solwin
 * @package    Solwin_CustomerFeedback
 * @copyright  Copyright © 2006-2020 Solwin (https://www.solwininfotech.com)
 * @license    https://www.solwininfotech.com/magento-extension-license/
 */

 .ui-slideouttab-panel, .ui-slideouttab-handle {
     background-color: white;
     padding: 0.4em;
     box-sizing: border-box;
 }
 .ui-slideouttab-panel {
 	display: block;
 	position: fixed;
     border: 2px solid grey;
 }
 /* This class is added after the tabs are initialised, otherwise the user sees the
    tabs slide out of the way when the page is initialised. */
 .ui-slideouttab-ready {
 	transition: transform 0.5s ease 0s;
 }

 /* Hide tabs and panels when printed. */
 @media print {
     .ui-slideouttab-panel {
         display: none;
     }
 }

 /* Tab handles */
 .ui-slideouttab-handle {
     display: block;
     position: absolute;
     cursor: pointer;
     color: white;
     background-color: #9d9999 !important;
 }

 /* Right */
 .ui-slideouttab-right {
 	right: 0px;
 	transform: translateX(100%);
 	border-right: none;
 }
 .ui-slideouttab-right.ui-slideouttab-open {
 	transform: translateX(0%);
 }
 .ui-slideouttab-right .ui-slideouttab-handle-reverse {
     transform-origin: 0% 100%;
     transform: rotate(-90deg);
 }
 /* Left */
 .ui-slideouttab-left {
 	left: 0px;
 	transform: translateX(-100%);
 	border-left: none;
 }
 .ui-slideouttab-left.ui-slideouttab-open {
 	transform: translateX(0%);
 }
 .ui-slideouttab-left .ui-slideouttab-handle-reverse {
     transform-origin: 100% 100%;
     transform: rotate(-90deg) translate(100%,100%);
 }
 /* Top */
 .ui-slideouttab-top {
 	top: 0px;
 	transform: translateY(-100%);
 	border-top: none;
 }
 .ui-slideouttab-top.ui-slideouttab-open {
 	transform: translateY(0%);
 }
 /* Bottom */
 .ui-slideouttab-bottom {
 	bottom: 0px;
 	transform: translateY(100%);
 	border-bottom: none;
 }
 .ui-slideouttab-bottom.ui-slideouttab-open {
 		transform: translateY(0%);
 }
 .slide-out-div {
   padding: 15px;
   background-color: #fff;
   z-index: 9999;
   box-shadow: 0px 2px 6px #ccc;
}
#feedback-form .fieldset {
   margin-bottom: 0px;
}
@media only screen and (max-width: 479px) {
   .slide-out-div #feedback-form {
       height: 250px !important;
       overflow-y: auto;
   }
   .slide-out-div .inquiry .fieldset .field .control input {
     width: 90%;
   }
   .slide-out-div .inquiry .fieldset .field .control textarea {
     width: 85%;
   }
   #feedback-form .fieldset .field .control input#callme {
     width: 10%;
   }
}
@media screen and (max-width: 767px) and (min-width: 479px){
   .slide-out-div #feedback-form {
       height: 450px !important;
       overflow-y: auto;
   }
}
.slide-out-div .inquiry .fieldset .field .control input, .slide-out-div .inquiry .fieldset .field .control textarea {
   border-color: #dddddd;
}
.slide-out-div .inquiry .fieldset .field .control ~ .control {
   padding-top: 8px;
}
#feedback-form .g-recaptcha {
 transform: scale(0.8);
 -webkit-transform: scale(0.8);
 transform-origin: 0 0;
 -webkit-transform-origin: 0 0;
}
@media screen and (device-aspect-ratio: 2/3) {
  .slide-out-div .inquiry .fieldset .field .control input,
  .slide-out-div .inquiry .fieldset .field .control textarea {
    font-size: 16px;
  }
}

@media screen and (device-aspect-ratio: 40/71) {
  .slide-out-div .inquiry .fieldset .field .control input,
  .slide-out-div .inquiry .fieldset .field .control textarea {
    font-size: 16px;
  }
}

@media screen and (device-aspect-ratio: 375/667) {
  .slide-out-div .inquiry .fieldset .field .control input,
  .slide-out-div .inquiry .fieldset .field .control textarea {
    font-size: 16px;
  }
}

@media screen and (device-aspect-ratio: 9/16) {
  .slide-out-div .inquiry .fieldset .field .control input,
  .slide-out-div .inquiry .fieldset .field .control textarea {
    font-size: 16px;
  }
}

@media only screen and (min-width : 479px) and (max-width : 991px) and (orientation : landscape) {
	body .slide-out-div #feedback-form {
		height: 250px !important;
    		overflow-y: auto;
	}
}

@media only screen and (max-width : 767px) {
  .slide-out-div #feedback-form {
      width: 250px;
      float: left;
  }
  body #feedback-form .fieldset .field {
    width: 240px;
  }
  .slide-out-div .inquiry .fieldset .field .control input, .slide-out-div .inquiry .fieldset .field .control textarea {
    width: 100%;
  }
  .slide-out-div .inquiry .fieldset .field .control input[name="callme"] {
    width: auto;
  }
}
#feedback-form .actions-toolbar {
    margin-bottom: 20px;
}

#feedback-form {
    overflow-y: auto;
    max-height: 350px;
    overflow-x: hidden;
}
#feedback-form .fieldset .field {
    margin-bottom: 10px;
}
#feedback-msg div {
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border-radius: .25rem;
    margin-top: 1rem;
}
.feedback-success{
  color: #008000;
  background-color: #d4edda;
  border: 1px solid #c3e6cb;
  padding-left: 10px;
  margin-bottom: 7px;
}
.feedback-error{
  color: #FF0000;
  background-color: #FF00002E;
  border: 1px solid #FF00002E;
  padding-left: 10px;
  margin-bottom: 7px;
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .g-recaptcha-bubble-arrow + div {
    left: 0;
    position: fixed !important;
    right: 0;
    bottom: 0;
    margin: auto;
  }
}
@media only screen and (min-width: 768px){
  .slide-out-div #feedback-form {
      width: 300px;
  }
}/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1;
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
    display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
}

.owl-carousel.owl-loaded {
    display: block;
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}

.owl-carousel.owl-hidden {
    opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab;
}

.owl-carousel.owl-rtl {
    direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
    float: right;
}

/* No Js */
.no-js .owl-carousel {
    display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
    animation-duration: 1000ms;
    animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
    z-index: 0;
}

.owl-carousel .owl-animated-out {
    z-index: 1;
}

.owl-carousel .fadeOut {
    animation-name: fadeOut;
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
    transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
    /**
              This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
              calculation of the height of the owl-item that breaks page layouts
           */
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("../../frontend/Smartwave/porto_child/en_US/Mageplaza_Core/css/owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none;
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
}

.owl-theme .owl-nav [class*='owl-']:hover {
    background: #869791;
    color: #FFF;
    text-decoration: none;
}

.owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 10px;
}

.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #869791;
}
@charset "UTF-8";

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.7.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */

@-webkit-keyframes bounce{0%,20%,53%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0);animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0);animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}@keyframes bounce{0%,20%,53%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0);animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0);animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}.bounce{-webkit-animation-name:bounce;-webkit-transform-origin:center bottom;animation-name:bounce;transform-origin:center bottom}@-webkit-keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.pulse{-webkit-animation-name:pulse;animation-name:pulse}@-webkit-keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shake{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}@keyframes shake{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}.shake{-webkit-animation-name:shake;animation-name:shake}@-webkit-keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}.headShake{-webkit-animation-name:headShake;-webkit-animation-timing-function:ease-in-out;animation-name:headShake;animation-timing-function:ease-in-out}@-webkit-keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}.swing{-webkit-animation-name:swing;-webkit-transform-origin:top center;animation-name:swing;transform-origin:top center}@-webkit-keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}@keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.jello{-webkit-animation-name:jello;-webkit-transform-origin:center;animation-name:jello;transform-origin:center}@-webkit-keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}.heartBeat{-webkit-animation-duration:1.3s;-webkit-animation-name:heartBeat;-webkit-animation-timing-function:ease-in-out;animation-duration:1.3s;animation-name:heartBeat;animation-timing-function:ease-in-out}@-webkit-keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{-webkit-transform:scale3d(.3,.3,.3);opacity:0;transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{-webkit-transform:scale3d(1.03,1.03,1.03);opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{-webkit-transform:scaleX(1);opacity:1;transform:scaleX(1)}}@keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{-webkit-transform:scale3d(.3,.3,.3);opacity:0;transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{-webkit-transform:scale3d(1.03,1.03,1.03);opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{-webkit-transform:scaleX(1);opacity:1;transform:scaleX(1)}}.bounceIn{-webkit-animation-duration:.75s;-webkit-animation-name:bounceIn;animation-duration:.75s;animation-name:bounceIn}@-webkit-keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{-webkit-transform:translate3d(0,-3000px,0);opacity:0;transform:translate3d(0,-3000px,0)}60%{-webkit-transform:translate3d(0,25px,0);opacity:1;transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{-webkit-transform:translate3d(0,-3000px,0);opacity:0;transform:translate3d(0,-3000px,0)}60%{-webkit-transform:translate3d(0,25px,0);opacity:1;transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{-webkit-transform:translate3d(-3000px,0,0);opacity:0;transform:translate3d(-3000px,0,0)}60%{-webkit-transform:translate3d(25px,0,0);opacity:1;transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{-webkit-transform:translate3d(-3000px,0,0);opacity:0;transform:translate3d(-3000px,0,0)}60%{-webkit-transform:translate3d(25px,0,0);opacity:1;transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{-webkit-transform:translate3d(3000px,0,0);opacity:0;transform:translate3d(3000px,0,0)}60%{-webkit-transform:translate3d(-25px,0,0);opacity:1;transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{-webkit-transform:translate3d(3000px,0,0);opacity:0;transform:translate3d(3000px,0,0)}60%{-webkit-transform:translate3d(-25px,0,0);opacity:1;transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{-webkit-transform:translate3d(0,3000px,0);opacity:0;transform:translate3d(0,3000px,0)}60%{-webkit-transform:translate3d(0,-20px,0);opacity:1;transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{-webkit-transform:translate3d(0,3000px,0);opacity:0;transform:translate3d(0,3000px,0)}60%{-webkit-transform:translate3d(0,-20px,0);opacity:1;transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{-webkit-transform:scale3d(1.1,1.1,1.1);opacity:1;transform:scale3d(1.1,1.1,1.1)}to{-webkit-transform:scale3d(.3,.3,.3);opacity:0;transform:scale3d(.3,.3,.3)}}@keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{-webkit-transform:scale3d(1.1,1.1,1.1);opacity:1;transform:scale3d(1.1,1.1,1.1)}to{-webkit-transform:scale3d(.3,.3,.3);opacity:0;transform:scale3d(.3,.3,.3)}}.bounceOut{-webkit-animation-duration:.75s;-webkit-animation-name:bounceOut;animation-duration:.75s;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{-webkit-transform:translate3d(0,-20px,0);opacity:1;transform:translate3d(0,-20px,0)}to{-webkit-transform:translate3d(0,2000px,0);opacity:0;transform:translate3d(0,2000px,0)}}@keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{-webkit-transform:translate3d(0,-20px,0);opacity:1;transform:translate3d(0,-20px,0)}to{-webkit-transform:translate3d(0,2000px,0);opacity:0;transform:translate3d(0,2000px,0)}}.bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{-webkit-transform:translate3d(20px,0,0);opacity:1;transform:translate3d(20px,0,0)}to{-webkit-transform:translate3d(-2000px,0,0);opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes bounceOutLeft{20%{-webkit-transform:translate3d(20px,0,0);opacity:1;transform:translate3d(20px,0,0)}to{-webkit-transform:translate3d(-2000px,0,0);opacity:0;transform:translate3d(-2000px,0,0)}}.bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{-webkit-transform:translate3d(-20px,0,0);opacity:1;transform:translate3d(-20px,0,0)}to{-webkit-transform:translate3d(2000px,0,0);opacity:0;transform:translate3d(2000px,0,0)}}@keyframes bounceOutRight{20%{-webkit-transform:translate3d(-20px,0,0);opacity:1;transform:translate3d(-20px,0,0)}to{-webkit-transform:translate3d(2000px,0,0);opacity:0;transform:translate3d(2000px,0,0)}}.bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{-webkit-transform:translate3d(0,20px,0);opacity:1;transform:translate3d(0,20px,0)}to{-webkit-transform:translate3d(0,-2000px,0);opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{-webkit-transform:translate3d(0,20px,0);opacity:1;transform:translate3d(0,20px,0)}to{-webkit-transform:translate3d(0,-2000px,0);opacity:0;transform:translate3d(0,-2000px,0)}}.bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{-webkit-transform:translate3d(0,-100%,0);opacity:0;transform:translate3d(0,-100%,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}@keyframes fadeInDown{0%{-webkit-transform:translate3d(0,-100%,0);opacity:0;transform:translate3d(0,-100%,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{-webkit-transform:translate3d(0,-2000px,0);opacity:0;transform:translate3d(0,-2000px,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}@keyframes fadeInDownBig{0%{-webkit-transform:translate3d(0,-2000px,0);opacity:0;transform:translate3d(0,-2000px,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}.fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{-webkit-transform:translate3d(-100%,0,0);opacity:0;transform:translate3d(-100%,0,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}@keyframes fadeInLeft{0%{-webkit-transform:translate3d(-100%,0,0);opacity:0;transform:translate3d(-100%,0,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}.fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{-webkit-transform:translate3d(-2000px,0,0);opacity:0;transform:translate3d(-2000px,0,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}@keyframes fadeInLeftBig{0%{-webkit-transform:translate3d(-2000px,0,0);opacity:0;transform:translate3d(-2000px,0,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}.fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{-webkit-transform:translate3d(100%,0,0);opacity:0;transform:translate3d(100%,0,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}@keyframes fadeInRight{0%{-webkit-transform:translate3d(100%,0,0);opacity:0;transform:translate3d(100%,0,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}.fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{-webkit-transform:translate3d(2000px,0,0);opacity:0;transform:translate3d(2000px,0,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}@keyframes fadeInRightBig{0%{-webkit-transform:translate3d(2000px,0,0);opacity:0;transform:translate3d(2000px,0,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}.fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{-webkit-transform:translate3d(0,100%,0);opacity:0;transform:translate3d(0,100%,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}@keyframes fadeInUp{0%{-webkit-transform:translate3d(0,100%,0);opacity:0;transform:translate3d(0,100%,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{-webkit-transform:translate3d(0,2000px,0);opacity:0;transform:translate3d(0,2000px,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}@keyframes fadeInUpBig{0%{-webkit-transform:translate3d(0,2000px,0);opacity:0;transform:translate3d(0,2000px,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}.fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1}to{-webkit-transform:translate3d(0,100%,0);opacity:0;transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{0%{opacity:1}to{-webkit-transform:translate3d(0,100%,0);opacity:0;transform:translate3d(0,100%,0)}}.fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1}to{-webkit-transform:translate3d(0,2000px,0);opacity:0;transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{0%{opacity:1}to{-webkit-transform:translate3d(0,2000px,0);opacity:0;transform:translate3d(0,2000px,0)}}.fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1}to{-webkit-transform:translate3d(-100%,0,0);opacity:0;transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{0%{opacity:1}to{-webkit-transform:translate3d(-100%,0,0);opacity:0;transform:translate3d(-100%,0,0)}}.fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1}to{-webkit-transform:translate3d(-2000px,0,0);opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{0%{opacity:1}to{-webkit-transform:translate3d(-2000px,0,0);opacity:0;transform:translate3d(-2000px,0,0)}}.fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0);opacity:0;transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0);opacity:0;transform:translate3d(100%,0,0)}}.fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1}to{-webkit-transform:translate3d(2000px,0,0);opacity:0;transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{0%{opacity:1}to{-webkit-transform:translate3d(2000px,0,0);opacity:0;transform:translate3d(2000px,0,0)}}.fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1}to{-webkit-transform:translate3d(0,-100%,0);opacity:0;transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{0%{opacity:1}to{-webkit-transform:translate3d(0,-100%,0);opacity:0;transform:translate3d(0,-100%,0)}}.fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1}to{-webkit-transform:translate3d(0,-2000px,0);opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{0%{opacity:1}to{-webkit-transform:translate3d(0,-2000px,0);opacity:0;transform:translate3d(0,-2000px,0)}}.fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes flip{0%{-webkit-animation-timing-function:ease-out;-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);animation-timing-function:ease-out;transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn)}40%{-webkit-animation-timing-function:ease-out;-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);animation-timing-function:ease-out;transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg)}50%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);animation-timing-function:ease-in;transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg)}80%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);animation-timing-function:ease-in;transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg)}to{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);animation-timing-function:ease-in;transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg)}}@keyframes flip{0%{-webkit-animation-timing-function:ease-out;-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);animation-timing-function:ease-out;transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn)}40%{-webkit-animation-timing-function:ease-out;-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);animation-timing-function:ease-out;transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg)}50%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);animation-timing-function:ease-in;transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg)}80%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);animation-timing-function:ease-in;transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg)}to{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);animation-timing-function:ease-in;transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg)}}.animated.flip{-webkit-animation-name:flip;-webkit-backface-visibility:visible;animation-name:flip;backface-visibility:visible}@-webkit-keyframes flipInX{0%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{-webkit-transform:perspective(400px) rotateX(10deg);opacity:1;transform:perspective(400px) rotateX(10deg)}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{0%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{-webkit-transform:perspective(400px) rotateX(10deg);opacity:1;transform:perspective(400px) rotateX(10deg)}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.flipInX{-webkit-animation-name:flipInX;-webkit-backface-visibility:visible!important;animation-name:flipInX;backface-visibility:visible!important}@-webkit-keyframes flipInY{0%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateY(90deg);animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateY(90deg)}40%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateY(-20deg);animation-timing-function:ease-in;transform:perspective(400px) rotateY(-20deg)}60%{-webkit-transform:perspective(400px) rotateY(10deg);opacity:1;transform:perspective(400px) rotateY(10deg)}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{0%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateY(90deg);animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateY(90deg)}40%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateY(-20deg);animation-timing-function:ease-in;transform:perspective(400px) rotateY(-20deg)}60%{-webkit-transform:perspective(400px) rotateY(10deg);opacity:1;transform:perspective(400px) rotateY(10deg)}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.flipInY{-webkit-animation-name:flipInY;-webkit-backface-visibility:visible!important;animation-name:flipInY;backface-visibility:visible!important}@-webkit-keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);opacity:1;transform:perspective(400px) rotateX(-20deg)}to{-webkit-transform:perspective(400px) rotateX(90deg);opacity:0;transform:perspective(400px) rotateX(90deg)}}@keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);opacity:1;transform:perspective(400px) rotateX(-20deg)}to{-webkit-transform:perspective(400px) rotateX(90deg);opacity:0;transform:perspective(400px) rotateX(90deg)}}.flipOutX{-webkit-animation-duration:.75s;-webkit-animation-name:flipOutX;-webkit-backface-visibility:visible!important;animation-duration:.75s;animation-name:flipOutX;backface-visibility:visible!important}@-webkit-keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);opacity:1;transform:perspective(400px) rotateY(-15deg)}to{-webkit-transform:perspective(400px) rotateY(90deg);opacity:0;transform:perspective(400px) rotateY(90deg)}}@keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);opacity:1;transform:perspective(400px) rotateY(-15deg)}to{-webkit-transform:perspective(400px) rotateY(90deg);opacity:0;transform:perspective(400px) rotateY(90deg)}}.flipOutY{-webkit-animation-duration:.75s;-webkit-animation-name:flipOutY;-webkit-backface-visibility:visible!important;animation-duration:.75s;animation-name:flipOutY;backface-visibility:visible!important}@-webkit-keyframes lightSpeedIn{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);opacity:0;transform:translate3d(100%,0,0) skewX(-30deg)}60%{-webkit-transform:skewX(20deg);opacity:1;transform:skewX(20deg)}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes lightSpeedIn{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);opacity:0;transform:translate3d(100%,0,0) skewX(-30deg)}60%{-webkit-transform:skewX(20deg);opacity:1;transform:skewX(20deg)}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.lightSpeedIn{-webkit-animation-name:lightSpeedIn;-webkit-animation-timing-function:ease-out;animation-name:lightSpeedIn;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOut{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);opacity:0;transform:translate3d(100%,0,0) skewX(30deg)}}@keyframes lightSpeedOut{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);opacity:0;transform:translate3d(100%,0,0) skewX(30deg)}}.lightSpeedOut{-webkit-animation-name:lightSpeedOut;-webkit-animation-timing-function:ease-in;animation-name:lightSpeedOut;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{-webkit-transform:rotate(-200deg);-webkit-transform-origin:center;opacity:0;transform:rotate(-200deg);transform-origin:center}to{-webkit-transform:translateZ(0);-webkit-transform-origin:center;opacity:1;transform:translateZ(0);transform-origin:center}}@keyframes rotateIn{0%{-webkit-transform:rotate(-200deg);-webkit-transform-origin:center;opacity:0;transform:rotate(-200deg);transform-origin:center}to{-webkit-transform:translateZ(0);-webkit-transform-origin:center;opacity:1;transform:translateZ(0);transform-origin:center}}.rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn}@-webkit-keyframes rotateInDownLeft{0%{-webkit-transform:rotate(-45deg);-webkit-transform-origin:left bottom;opacity:0;transform:rotate(-45deg);transform-origin:left bottom}to{-webkit-transform:translateZ(0);-webkit-transform-origin:left bottom;opacity:1;transform:translateZ(0);transform-origin:left bottom}}@keyframes rotateInDownLeft{0%{-webkit-transform:rotate(-45deg);-webkit-transform-origin:left bottom;opacity:0;transform:rotate(-45deg);transform-origin:left bottom}to{-webkit-transform:translateZ(0);-webkit-transform-origin:left bottom;opacity:1;transform:translateZ(0);transform-origin:left bottom}}.rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft}@-webkit-keyframes rotateInDownRight{0%{-webkit-transform:rotate(45deg);-webkit-transform-origin:right bottom;opacity:0;transform:rotate(45deg);transform-origin:right bottom}to{-webkit-transform:translateZ(0);-webkit-transform-origin:right bottom;opacity:1;transform:translateZ(0);transform-origin:right bottom}}@keyframes rotateInDownRight{0%{-webkit-transform:rotate(45deg);-webkit-transform-origin:right bottom;opacity:0;transform:rotate(45deg);transform-origin:right bottom}to{-webkit-transform:translateZ(0);-webkit-transform-origin:right bottom;opacity:1;transform:translateZ(0);transform-origin:right bottom}}.rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight}@-webkit-keyframes rotateInUpLeft{0%{-webkit-transform:rotate(45deg);-webkit-transform-origin:left bottom;opacity:0;transform:rotate(45deg);transform-origin:left bottom}to{-webkit-transform:translateZ(0);-webkit-transform-origin:left bottom;opacity:1;transform:translateZ(0);transform-origin:left bottom}}@keyframes rotateInUpLeft{0%{-webkit-transform:rotate(45deg);-webkit-transform-origin:left bottom;opacity:0;transform:rotate(45deg);transform-origin:left bottom}to{-webkit-transform:translateZ(0);-webkit-transform-origin:left bottom;opacity:1;transform:translateZ(0);transform-origin:left bottom}}.rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft}@-webkit-keyframes rotateInUpRight{0%{-webkit-transform:rotate(-90deg);-webkit-transform-origin:right bottom;opacity:0;transform:rotate(-90deg);transform-origin:right bottom}to{-webkit-transform:translateZ(0);-webkit-transform-origin:right bottom;opacity:1;transform:translateZ(0);transform-origin:right bottom}}@keyframes rotateInUpRight{0%{-webkit-transform:rotate(-90deg);-webkit-transform-origin:right bottom;opacity:0;transform:rotate(-90deg);transform-origin:right bottom}to{-webkit-transform:translateZ(0);-webkit-transform-origin:right bottom;opacity:1;transform:translateZ(0);transform-origin:right bottom}}.rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight}@-webkit-keyframes rotateOut{0%{-webkit-transform-origin:center;opacity:1;transform-origin:center}to{-webkit-transform:rotate(200deg);-webkit-transform-origin:center;opacity:0;transform:rotate(200deg);transform-origin:center}}@keyframes rotateOut{0%{-webkit-transform-origin:center;opacity:1;transform-origin:center}to{-webkit-transform:rotate(200deg);-webkit-transform-origin:center;opacity:0;transform:rotate(200deg);transform-origin:center}}.rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut}@-webkit-keyframes rotateOutDownLeft{0%{-webkit-transform-origin:left bottom;opacity:1;transform-origin:left bottom}to{-webkit-transform:rotate(45deg);-webkit-transform-origin:left bottom;opacity:0;transform:rotate(45deg);transform-origin:left bottom}}@keyframes rotateOutDownLeft{0%{-webkit-transform-origin:left bottom;opacity:1;transform-origin:left bottom}to{-webkit-transform:rotate(45deg);-webkit-transform-origin:left bottom;opacity:0;transform:rotate(45deg);transform-origin:left bottom}}.rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft}@-webkit-keyframes rotateOutDownRight{0%{-webkit-transform-origin:right bottom;opacity:1;transform-origin:right bottom}to{-webkit-transform:rotate(-45deg);-webkit-transform-origin:right bottom;opacity:0;transform:rotate(-45deg);transform-origin:right bottom}}@keyframes rotateOutDownRight{0%{-webkit-transform-origin:right bottom;opacity:1;transform-origin:right bottom}to{-webkit-transform:rotate(-45deg);-webkit-transform-origin:right bottom;opacity:0;transform:rotate(-45deg);transform-origin:right bottom}}.rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight}@-webkit-keyframes rotateOutUpLeft{0%{-webkit-transform-origin:left bottom;opacity:1;transform-origin:left bottom}to{-webkit-transform:rotate(-45deg);-webkit-transform-origin:left bottom;opacity:0;transform:rotate(-45deg);transform-origin:left bottom}}@keyframes rotateOutUpLeft{0%{-webkit-transform-origin:left bottom;opacity:1;transform-origin:left bottom}to{-webkit-transform:rotate(-45deg);-webkit-transform-origin:left bottom;opacity:0;transform:rotate(-45deg);transform-origin:left bottom}}.rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft}@-webkit-keyframes rotateOutUpRight{0%{-webkit-transform-origin:right bottom;opacity:1;transform-origin:right bottom}to{-webkit-transform:rotate(90deg);-webkit-transform-origin:right bottom;opacity:0;transform:rotate(90deg);transform-origin:right bottom}}@keyframes rotateOutUpRight{0%{-webkit-transform-origin:right bottom;opacity:1;transform-origin:right bottom}to{-webkit-transform:rotate(90deg);-webkit-transform-origin:right bottom;opacity:0;transform:rotate(90deg);transform-origin:right bottom}}.rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight}@-webkit-keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;-webkit-transform-origin:top left;animation-timing-function:ease-in-out;transform-origin:top left}20%,60%{-webkit-animation-timing-function:ease-in-out;-webkit-transform:rotate(80deg);-webkit-transform-origin:top left;animation-timing-function:ease-in-out;transform:rotate(80deg);transform-origin:top left}40%,80%{-webkit-animation-timing-function:ease-in-out;-webkit-transform:rotate(60deg);-webkit-transform-origin:top left;animation-timing-function:ease-in-out;opacity:1;transform:rotate(60deg);transform-origin:top left}to{-webkit-transform:translate3d(0,700px,0);opacity:0;transform:translate3d(0,700px,0)}}@keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;-webkit-transform-origin:top left;animation-timing-function:ease-in-out;transform-origin:top left}20%,60%{-webkit-animation-timing-function:ease-in-out;-webkit-transform:rotate(80deg);-webkit-transform-origin:top left;animation-timing-function:ease-in-out;transform:rotate(80deg);transform-origin:top left}40%,80%{-webkit-animation-timing-function:ease-in-out;-webkit-transform:rotate(60deg);-webkit-transform-origin:top left;animation-timing-function:ease-in-out;opacity:1;transform:rotate(60deg);transform-origin:top left}to{-webkit-transform:translate3d(0,700px,0);opacity:0;transform:translate3d(0,700px,0)}}.hinge{-webkit-animation-duration:2s;-webkit-animation-name:hinge;animation-duration:2s;animation-name:hinge}@-webkit-keyframes jackInTheBox{0%{-webkit-transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{-webkit-transform:scale(1);opacity:1;transform:scale(1)}}@keyframes jackInTheBox{0%{-webkit-transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{-webkit-transform:scale(1);opacity:1;transform:scale(1)}}.jackInTheBox{-webkit-animation-name:jackInTheBox;animation-name:jackInTheBox}@-webkit-keyframes rollIn{0%{-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}@keyframes rollIn{0%{-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}.rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) rotate(120deg);opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}@keyframes rollOut{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) rotate(120deg);opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}.rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{0%{-webkit-transform:scale3d(.3,.3,.3);opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{0%{-webkit-transform:scale3d(.3,.3,.3);opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0)}}@keyframes zoomInDown{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0)}}.zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0)}}@keyframes zoomInLeft{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0)}}.zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0)}}@keyframes zoomInRight{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0)}}.zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0)}}@keyframes zoomInUp{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0)}}.zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{0%{opacity:1}50%{-webkit-transform:scale3d(.3,.3,.3);opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{-webkit-transform:scale3d(.3,.3,.3);opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0)}to{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform-origin:center bottom}}@keyframes zoomOutDown{40%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0)}to{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform-origin:center bottom}}.zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown}@-webkit-keyframes zoomOutLeft{40%{-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{-webkit-transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;opacity:0;transform:scale(.1) translate3d(-2000px,0,0);transform-origin:left center}}@keyframes zoomOutLeft{40%{-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{-webkit-transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;opacity:0;transform:scale(.1) translate3d(-2000px,0,0);transform-origin:left center}}.zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft}@-webkit-keyframes zoomOutRight{40%{-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{-webkit-transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;opacity:0;transform:scale(.1) translate3d(2000px,0,0);transform-origin:right center}}@keyframes zoomOutRight{40%{-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{-webkit-transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;opacity:0;transform:scale(.1) translate3d(2000px,0,0);transform-origin:right center}}.zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight}@-webkit-keyframes zoomOutUp{40%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0)}to{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform-origin:center bottom}}@keyframes zoomOutUp{40%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0)}to{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform-origin:center bottom}}.zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp}@-webkit-keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:hidden}}@keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:hidden}}.slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:hidden}}@keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:hidden}}.slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:hidden}}@keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:hidden}}.slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:hidden}}@keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:hidden}}.slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}.animated{-webkit-animation-duration:1s;-webkit-animation-fill-mode:both;animation-duration:1s;animation-fill-mode:both}.animated.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animated.delay-1s{-webkit-animation-delay:1s;animation-delay:1s}.animated.delay-2s{-webkit-animation-delay:2s;animation-delay:2s}.animated.delay-3s{-webkit-animation-delay:3s;animation-delay:3s}.animated.delay-4s{-webkit-animation-delay:4s;animation-delay:4s}.animated.delay-5s{-webkit-animation-delay:5s;animation-delay:5s}.animated.fast{-webkit-animation-duration:.8s;animation-duration:.8s}.animated.faster{-webkit-animation-duration:.5s;animation-duration:.5s}.animated.slow{-webkit-animation-duration:2s;animation-duration:2s}.animated.slower{-webkit-animation-duration:3s;animation-duration:3s}@media (prefers-reduced-motion){.animated{-webkit-animation:unset!important;-webkit-transition:none!important;animation:unset!important;transition:none!important}}/**
 * Mageplaza
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Mageplaza.com license that is
 * available through the world-wide-web at this URL:
 * https://www.mageplaza.com/LICENSE.txt
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 *
 * @category    Mageplaza
 * @package     Mageplaza_BannerSlider
 * @copyright   Copyright (c) Mageplaza (https://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/LICENSE.txt
 */

.mp-banner-slider .owl-nav button span{
    position: absolute;
    top: 40%;
    font-size: 80px;
    color: #869791;
}
.mp-banner-slider .owl-nav .owl-prev span{
    left: 1%;
}
.mp-banner-slider .owl-nav .owl-next span{
    right: 1%;
}
.mp-banner-slider .owl-dots{
    position: absolute;
    top: 88%;
    left: 49%;
}
.mp-banner-slider .owl-dots .owl-dot{
    box-shadow: none;
}
.sidebar .mp-banner-slider .owl-nav button span{
    font-size: 30px;
    top: 30%;
}
.sidebar .mp-banner-slider .owl-dots .owl-dot span{
    width: 8px;
    height: 8px;
}
.sidebar .mp-banner-slider .owl-dots{
    top: 70%;
    left: 42.5%;
}
.owl-carousel .owl-stage-outer {
    height: auto !important;
}
@media only screen and (max-width: 764px) {
    .mp-banner-slider .owl-nav button span{
        top: 20%;
        font-size: 45px;
    }
    .mp-banner-slider .owl-dots{
        top: 62%;
        left: 47%;
    }
}

@media only screen and (max-width: 1024px) and (min-width: 768px) {
    .mp-banner-slider .owl-nav button span{
        top: 30%;
        font-size: 80px;
    }
    .mp-banner-slider .owl-dots{
        top: 75%;
        left: 49%;
    }
}
/**
 * Mageplaza
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Mageplaza.com license that is
 * available through the world-wide-web at this URL:
 * https://www.mageplaza.com/LICENSE.txt
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 *
 * @category    Mageplaza
 * @package     Mageplaza_Search
 * @copyright   Copyright (c) Mageplaza (https://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/LICENSE.txt
 */

/* SearchBox */
.ais-SearchBox-submit, .ais-SearchBox-reset {
    background: transparent;
    border: none;
    position: absolute;
    right: 0;
    bottom: 0;
}

.ais-SearchBox-submit:hover, .ais-SearchBox-submit:focus {
    background: transparent;
    border: none;
}

.ais-SearchBox-form {
    position: relative;
}


button.ais-SearchBox-reset:focus,
button.ais-SearchBox-reset:active,
button.ais-SearchBox-reset:hover {
    border: 0;
    background: transparent;
}

input.ais-SearchBox-input {
    padding-right: 2em;
}

.mpsearch-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.mpsearch-list-item {
    cursor: pointer;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
    margin: 0;
}

.mpsearch-list-item:last-child {
    border-bottom: none;
}

.mpsearch-list-item:hover {
    background-color: #eef3d6;
}

.mpsearch-list-item .result-wrapper a {
    text-decoration: none;
}


.result-wrapper .result-thumbnail {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    margin: 0.5rem;
}

.result-wrapper .before_special {
    color: #aaaaaa;
    text-decoration: line-through;
    font-size: 12px;
}

.result-wrapper .text-ellipsis {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.no-results {
    padding: 1em 0;
    text-align: center;
}


.autocomplete-suggestions {
    position: absolute;
    width: 100%;
    z-index: 999;
}

@media all and (min-width: 769px), print {
    .autocomplete-suggestions {
        position: absolute;
        width: 99.5%;
        z-index: 999;
    }
}

@media all and (max-width: 600px), print {
    .minisearch .search-category {
        top: 66% !important;
        right: 0 !important;
    }
}

@media all and (min-width: 600px), print {
    .algolia-search-block {
        position: relative;
        float: right;
    }

    .algolia-search-block {
        width: 374px;
    }

}

.algolia-search-block {
    position: relative;
    /*float: right;*/
}


.autocomplete-suggestions .result-content {
    display: flex;
}

.autocomplete-suggestions .result-content .result-sub-content {
    display: grid;
    align-items: center;
    justify-content: center;
}

.autocomplete-suggestions .result-content .result-sub-content .name {
    font-size: 1.2em;
}

.autocomplete-suggestions .result-content .result-sub-content .name mark {
    font-weight: bold;
    background: none;
}

.autocomplete-suggestions .result-content .result-sub-content .product-line.product-price {
    text-align: left;
    color: black;
}/**
 * Mageplaza
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Mageplaza.com license that is
 * available through the world-wide-web at this URL:
 * https://www.mageplaza.com/LICENSE.txt
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 *
 * @category    Mageplaza
 * @package     Mageplaza_ShareCart
 * @copyright   Copyright (c) Mageplaza (https://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/LICENSE.txt
 */
 .actions .primary.sharecart {
    margin: 0 10px 15px;
}

button.action.primary.sharecart {
    display: block;
    width: 100%;
    line-height: 2.2rem;
    padding: 14px 17px;
    font-size: 1.8rem;
    margin: unset;
}

.mp-sharecart-popup .modal-title {
    border: none;
    padding-bottom: 25px;
}

.mp-sharecart-popup .modal-inner-wrap {
    width: 600px;
}

.mp-popup-cart {
    display: none;
}

#mp_show_download_share {
    display: inline-block;
}

.mp-tooltipped {
    position: relative;
}

.mp-tooltipped:before {
    position: absolute;
    z-index: 1000001;
    display: none;
    width: 0;
    height: 0;
    color: rgba(0, 0, 0, .8);
    pointer-events: none;
    content: "";
    border: 5px solid transparent;
    top: auto;
    right: 50%;
    bottom: -5px;
    margin-right: -5px;
    border-bottom-color: rgba(0, 0, 0, .8)
}

.mp-tooltipped:after {
    position: absolute;
    z-index: 1000000;
    display: none;
    padding: 5px 8px;
    font: normal normal 11px/1.5 Helvetica, arial, nimbussansl, liberationsans, freesans, clean, sans-serif, "Segoe UI Emoji", "Segoe UI Symbol";
    color: #fff;
    text-align: center;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: break-word;
    white-space: pre;
    pointer-events: none;
    content: attr(aria-label);
    background: rgba(0, 0, 0, .8);
    border-radius: 3px;
    -webkit-font-smoothing: subpixel-antialiased;
    top: 100%;
    right: 50%;
    margin-top: 5px;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%)
}

.mp-tooltipped:hover:before, .mp-tooltipped:active:before, .mp-tooltipped:focus:before,
.mp-tooltipped:hover:after, .mp-tooltipped:active:after, .mp-tooltipped:focus:after {
    display: inline-block;
    text-decoration: none
}/* Contdonwn */

.sw-dailydeal-wrapper {
    padding: 13px;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 4;
}

.sw-dailydeal {
    font-size: 13px;
    font-weight: 500;
    color: #fff;
    background-color: rgba(0,136,204,0.7);
    width: 100%;
    z-index: 5;
    font-family: 'Oswald';
    text-transform: uppercase;
    line-height: 1;
    padding: 5px 9px 5px;
    text-align: center;
}


.sw-dailydeal .number {
    display: inline-block;
    vertical-align: middle;
}

.sw-dailydeal p {
    margin: 0;
}

.sw-dailydeal .line {
    display: none;
}

.sw-dailydeal .caption {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0;
}
.sw-dailydeal .number-wrapper {
    display: inline-block;
    vertical-align: middle;
}
.sw-dailydeal .number-wrapper > * {
    line-height: 25px;
}
.sw-dailydeal .dailydeal-label {
    display: inline-block;
    vertical-align: middle;
    font-size: 11px;
    font-weight: 400;
}

.catalog-product-view .sw-dailydeal-wrapper {
    position: static;
    padding: 0;
    margin-bottom: 30px;
    margin-top: -10px;
}

.catalog-product-view .sw-dailydeal {
    display: block;
    background-color: transparent;
    padding: 0;
    text-align: left;
}

.catalog-product-view .sw-dailydeal .dailydeal-label {
    display: block;
    color: #21293c;
    font-family: 'Open Sans';
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 8px;
}

.catalog-product-view .sw-dailydeal .number-wrapper {
    background-color: #08c;
    display: inline-block;
    width: 66px;
    text-align: center;
    float: left;
    margin-right: 2px;
}

.catalog-product-view .sw-dailydeal .caption {
    display: block;
    font-size: 10px;
    font-weight: 400;
    margin: 0;
    margin-bottom: 11px;
}

.catalog-product-view .sw-dailydeal .number {
    font-size: 18px;
    line-height: 1.7;
    margin-top: 6px;
}

.catalog-product-view .sw-dailydeal-wrapper:after {
    content: '';
    display: table;
    clear: both;
}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */

.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0;
    font: inherit; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }
  .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease; }
  .owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0; }
  .owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("../../frontend/Smartwave/porto_child/en_US/Smartwave_Filterproducts/css/owl.carousel/assets/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
      transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }
  .owl-carousel .owl-item .owl-lazy {opacity: 1;}
  .owl-carousel {margin-bottom: 20px;}
  .owl-carousel.row {width: auto;}
  .owl-carousel .owl-dot,.owl-carousel .owl-nav button {outline: none;}
  .owl-carousel .img-thumbnail {max-width: 100%;}
  .owl-carousel .img-thumbnail img {width: 100%;}
  .owl-carousel .item-video {height: 300px;}
  .owl-carousel .owl-nav {margin-top: 10px;text-align: center;-webkit-tap-highlight-color: transparent;}
  .owl-carousel .owl-nav {top: 50%;position: absolute;margin-top: 0;width: 100%;flex: none;}
  .owl-carousel .owl-nav .owl-prev,.owl-carousel .owl-nav .owl-next {display: inline-block;position: absolute;width: 30px;height: 30px;text-align: center;line-height: 22px;margin: 0;transform: translateY(-50%);}
  .owl-carousel .owl-nav .owl-prev {left: 0;}
  .owl-carousel .owl-nav .owl-prev:before {font-family: "porto-icons";content: "\e819";position: relative;left: -1px;}
  .owl-carousel .owl-nav .owl-next {right: 0;}
  .owl-carousel .owl-nav .owl-next:before {font-family: "porto-icons";content: "\e81a";position: relative;left: 1px;}
  .owl-carousel .owl-dots {margin-top: 1em;}
  .owl-carousel.stage-margin .owl-stage-outer {margin-left: 40px;margin-right: 40px;}
  .owl-carousel.stage-margin .owl-stage-outer .owl-stage {padding-left: 0!important;padding-right: 0!important;}
  .owl-carousel.nav-bottom .owl-stage-outer {margin-bottom: 10px;}
  .owl-carousel .owl-nav .disabled {opacity: 0.5;cursor: default;}
  .owl-carousel.show-nav-hover .owl-prev {left: -10px;transform: translate(-10px,-50%);}
  .owl-carousel.show-nav-hover .owl-next {right: -10px;transform: translate(10px,-50%);}
  .owl-carousel.show-nav-hover .owl-prev,.owl-carousel.show-nav-hover .owl-next {transition: opacity .2s,transform .4s;opacity: 0;}
  .owl-carousel.show-nav-hover:hover .owl-prev,.owl-carousel.show-nav-hover:hover .owl-next {opacity: 1;transform: translate(0,-50%);}
  .owl-carousel.show-nav-hover:hover .owl-prev.disabled,.owl-carousel.show-nav-hover:hover .owl-next.disabled {opacity: .5;}
  .owl-carousel.show-nav-title .owl-nav {top: 0;right: 0;margin-top: -18px;width: auto !important;}
  .owl-carousel.show-nav-title .owl-nav [class*="owl-"],.owl-carousel.show-nav-title .owl-nav [class*="owl-"]:hover,.owl-carousel.show-nav-title .owl-nav [class*="owl-"]:active {background: transparent!important;width: 18px;font-size: 18px;padding-left: 0;padding-right: 0;color: #222529;}
  .owl-carousel.show-nav-title .owl-nav .owl-prev {left: -45px;}
  .owl-carousel.nav-bottom .owl-nav {position: static;margin: 0;padding: 0;width: auto;}
  .owl-carousel.nav-bottom .owl-nav .owl-prev,.owl-carousel.nav-bottom .owl-nav .owl-next {position: static;transform: none;margin: 0 3px;}
  .owl-carousel.rounded-nav .owl-nav [class*="owl-"],.owl-carousel.rounded-nav .owl-nav [class*="owl-"]:hover {padding: 3px 7px;border-radius: 50%;background: transparent!important;border: 1px solid #999!important;color: #999;width: 30px;}
  .owl-carousel.nav-style-1 .owl-nav [class*="owl-"] {width: 20px;background: none!important;color: #000;font-size: 20px;}
  .owl-carousel.show-dots-title .owl-dots {position: absolute;left: 155px;top: -54px;margin-top: 0!important;line-height: 0;}
  .owl-carousel.show-dots-title-right .owl-dots {display: -ms-flexbox;display: flex;-ms-flex-align: center;align-items: center;position: absolute;left: auto;right: 0;margin-top: 0!important;top: -33px;right: 8px}
  .owl-carousel.nav-inside .owl-dots {bottom: 2px;margin-top: 10px;position: absolute;right: 6px;z-index: 1;}
  .owl-carousel.nav-inside .owl-nav .owl-prev {left: 15px;}
  .owl-carousel.nav-inside .owl-nav .owl-next {right: 15px;}
  .owl-carousel.nav-inside-left .owl-dots {left: 6px;right: auto;}
  .owl-carousel.nav-inside-center .owl-dots {right: 36px;left: 36px;}
  .owl-carousel.full-width .owl-nav [class*="owl-"],.owl-carousel.full-width .owl-nav [class*="owl-"]:hover,.owl-carousel.big-nav .owl-nav [class*="owl-"],.owl-carousel.big-nav .owl-nav [class*="owl-"]:hover {height: auto;padding: 20px 0;margin: 0;}
  .owl-carousel.nav-style-2 .owl-nav [class*="owl-"] {background: none!important;color: #fff;font-size: 1.5rem;}
  .owl-carousel.nav-style-3 .owl-nav [class*="owl-"] {width: 35px;height: 45px;line-height: 33px;background-color: rgba(38,42,47,.4)!important;border-color: transparent!important;}
  .owl-carousel.nav-style-4 .owl-nav [class*="owl-"] {width: 30px;background: none!important;color: #333;font-size: 24px;}
  .owl-carousel.nav-style-4 .owl-nav [class*="owl-"]:hover {color: #333;}
  .owl-carousel.nav-style-4 .owl-prev:before {content: "\f80a";}
  .owl-carousel.nav-style-4 .owl-next:before {content: "\f809";}
  .owl-carousel.nav-pos-inside .owl-nav .owl-prev {left: 15px;}
  .owl-carousel.nav-pos-inside .owl-nav .owl-next {right: 15px;}
  .owl-carousel.nav-pos-outside .owl-nav .owl-prev {left: -30px;}
  .owl-carousel.nav-pos-outside .owl-nav .owl-next {right: -30px;}
  .owl-carousel.nav-center-images-only .owl-nav {top: 37%;}
  .owl-carousel.top-border {padding-top: 18px;}
  .owl-carousel .owl-item .owl-lazy {transition: all 0.2s linear,opacity 0.4s;}
  .owl-carousel .owl-item .owl-lazy-loaded {opacity: 1;}
  .owl-carousel .wpb_content_element {margin-bottom: 0;}
  .owl-carousel.carousel-center-active-item .owl-item {opacity: .2;transition: opacity 0.3s;}
  .owl-carousel.carousel-center-active-item .owl-item.center {opacity: 1;}
  .owl-carousel.carousel-center-active-item-style-2 .owl-item {opacity: .7}
  .owl-carousel .owl-nav button[class*='owl-'] {color: #FFF;font-size: 14px;margin: 0;padding: 4px 7px;background: #D6D6D6;display: inline-block;cursor: pointer;height: auto;}
  .owl-carousel .owl-nav button[class*='owl-']:hover {background: #869791;color: #FFF;text-decoration: none;}
  .owl-carousel .owl-nav button[class*='owl-'] > span {display: none;}
  .owl-carousel.show-nav-title .owl-nav [class*="owl-"] {color: #222529;}
  .custom-block .owl-carousel.show-nav-title .owl-nav [class*='owl-'] {margin-left: 0;margin-right: 0;}
  .custom-block .owl-carousel.show-nav-title .owl-nav .owl-prev {left: -30px;}
  .owl-carousel .owl-nav.disabled+.owl-dots {margin-top: 10px;}
  .owl-carousel .owl-dots {text-align: center;-webkit-tap-highlight-color: transparent;}
  .owl-carousel .owl-dots .owl-dot {display: inline-block;zoom:1;*display: inline;height: auto;vertical-align: top;}
  .owl-carousel .owl-dots .owl-dot span {width: 8px;height: 8px;margin: 5px 4px;background: #D6D6D6;display: block;-webkit-backface-visibility: visible;transition: opacity .2s;border-radius: 30px;}
  .owl-carousel .owl-dots .owl-dot.active span,.owl-carousel .owl-dots .owl-dot:hover span {background: #869791;}
  .owl-carousel.dots-style-1 .owl-dots span {width: 14px;height: 14px;border: 2px solid #e7e7e7;background: none!important;margin: 5px 2px;position: relative;}
  .products-slider.owl-carousel .owl-dot {vertical-align: middle;}
  .owl-carousel.dots-style-1 .owl-dot.active span,.owl-carousel.dots-style-1 .owl-dot:hover span {border: 2px solid;}
  .owl-carousel.dots-style-1 .owl-dot.active span:after,.owl-carousel.dots-style-1 .owl-dot:hover span:after {content: '';position: absolute;left: 3px;right: 3px;top: 3px;bottom: 3px;border-radius: 10px;border: 2px solid;}
  .product-image-carousel.owl-carousel .owl-nav [class*="owl-"], .product-image-carousel.owl-carousel .owl-nav [class*="owl-"]:hover, .product-image-carousel.owl-carousel .owl-nav [class*="owl-"]:active {background: none!important;font-size: 22px;color: #222529;}
  .product-image-carousel.owl-carousel .owl-nav .owl-prev {left: 0;}
  .product-image-carousel.owl-carousel .owl-nav .owl-next {right: 0;}
  .widget .owl-carousel .owl-dots {margin-bottom: -10px;}
/* Stripe Express */
@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.box-tocart .action.tocart.payment-request-button
{
    padding: 0;
}

.payment-request-button {
    min-width: 240px;
}

.payment-request-button.disabled,
.payment-request-button.disabled * {
    pointer-events: none !important;
}

.payment-request-button.disabled {
    opacity: 0.5;
    filter: grayscale(50%);
}

@media screen and (min-width: 768px) {
    .catalog-product-view .payment-request-button {
        margin-right: 1%;
        width: 49%;
    }
}

.stripe-payments-express-minicart {
    margin-top: 15px;
}

.stripe-payments-express-minicart .payment-request-button, .payment-request-button.cart {
    width: 100% !important;
}

.cart-summary .stripe-payments-express-minicart {
    margin-top: 0;
    margin-bottom: 25px;
}

.block-bundle-summary .box-tocart .actions .payment-request-button {
    min-width: 240px;
}/*!
 * Bootstrap v3.3.4 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=335bf7d52918f3a2c58f)
 * Config saved to config.json and https://gist.github.com/335bf7d52918f3a2c58f
 */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  
    -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .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 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .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 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .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 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}/**
 * Owl Carousel v2.2.0
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y; }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -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; }

@-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 .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/Smartwave/porto_child/en_US/Ves_All/lib/owl.carousel/assets/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-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%; }
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}
@charset "UTF-8";

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */

.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.hinge{-webkit-animation-duration:2s;animation-duration:2s}.animated.bounceIn,.animated.bounceOut,.animated.flipOutX,.animated.flipOutY{-webkit-animation-duration:.75s;animation-duration:.75s}@-webkit-keyframes bounce{0%,20%,53%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}40%,43%,70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06)}70%{-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}@keyframes bounce{0%,20%,53%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}40%,43%,70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06)}70%{-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}.bounce{-webkit-animation-name:bounce;animation-name:bounce;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.pulse{-webkit-animation-name:pulse;animation-name:pulse}@-webkit-keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shake{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}@keyframes shake{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}.shake{-webkit-animation-name:shake;animation-name:shake}@-webkit-keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}.headShake{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-name:headShake;animation-name:headShake}@-webkit-keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}.swing{-webkit-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{-webkit-transform:none;transform:none}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:none;transform:none}}@keyframes wobble{0%{-webkit-transform:none;transform:none}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:none;transform:none}}.wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello{0%,11.1%,to{-webkit-transform:none;transform:none}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}@keyframes jello{0%,11.1%,to{-webkit-transform:none;transform:none}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.jello{-webkit-animation-name:jello;animation-name:jello;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}.bounceIn{-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:none;transform:none}}@keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:none;transform:none}}.bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:none;transform:none}}@keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:none;transform:none}}.bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:none;transform:none}}@keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:none;transform:none}}.bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}.bounceOut{-webkit-animation-name:bounceOut;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes flip{0%{-webkit-transform:perspective(400px) rotateY(-1turn);transform:perspective(400px) rotateY(-1turn)}0%,40%{-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(-190deg);transform:perspective(400px) translateZ(150px) rotateY(-190deg)}50%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(-170deg);transform:perspective(400px) translateZ(150px) rotateY(-170deg)}50%,80%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95);transform:perspective(400px) scale3d(.95,.95,.95)}to{-webkit-transform:perspective(400px);transform:perspective(400px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{0%{-webkit-transform:perspective(400px) rotateY(-1turn);transform:perspective(400px) rotateY(-1turn)}0%,40%{-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(-190deg);transform:perspective(400px) translateZ(150px) rotateY(-190deg)}50%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(-170deg);transform:perspective(400px) translateZ(150px) rotateY(-170deg)}50%,80%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95);transform:perspective(400px) scale3d(.95,.95,.95)}to{-webkit-transform:perspective(400px);transform:perspective(400px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animated.flip{-webkit-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}0%,40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}0%,40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInX;animation-name:flipInX}@-webkit-keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}0%,40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg)}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}0%,40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg)}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}@keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}.flipOutX{-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}@keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}.flipOutY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipOutY;animation-name:flipOutY}@-webkit-keyframes lightSpeedIn{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg)}60%,80%{opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:none;transform:none;opacity:1}}@keyframes lightSpeedIn{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg)}60%,80%{opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:none;transform:none;opacity:1}}.lightSpeedIn{-webkit-animation-name:lightSpeedIn;animation-name:lightSpeedIn;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOut{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}@keyframes lightSpeedOut{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.lightSpeedOut{-webkit-animation-name:lightSpeedOut;animation-name:lightSpeedOut;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{transform-origin:center;-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}0%,to{-webkit-transform-origin:center}to{transform-origin:center;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateIn{0%{transform-origin:center;-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}0%,to{-webkit-transform-origin:center}to{transform-origin:center;-webkit-transform:none;transform:none;opacity:1}}.rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn}@-webkit-keyframes rotateInDownLeft{0%{transform-origin:left bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}0%,to{-webkit-transform-origin:left bottom}to{transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInDownLeft{0%{transform-origin:left bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}0%,to{-webkit-transform-origin:left bottom}to{transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft}@-webkit-keyframes rotateInDownRight{0%{transform-origin:right bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}0%,to{-webkit-transform-origin:right bottom}to{transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInDownRight{0%{transform-origin:right bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}0%,to{-webkit-transform-origin:right bottom}to{transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight}@-webkit-keyframes rotateInUpLeft{0%{transform-origin:left bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}0%,to{-webkit-transform-origin:left bottom}to{transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInUpLeft{0%{transform-origin:left bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}0%,to{-webkit-transform-origin:left bottom}to{transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft}@-webkit-keyframes rotateInUpRight{0%{transform-origin:right bottom;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}0%,to{-webkit-transform-origin:right bottom}to{transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInUpRight{0%{transform-origin:right bottom;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}0%,to{-webkit-transform-origin:right bottom}to{transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight}@-webkit-keyframes rotateOut{0%{transform-origin:center;opacity:1}0%,to{-webkit-transform-origin:center}to{transform-origin:center;-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}@keyframes rotateOut{0%{transform-origin:center;opacity:1}0%,to{-webkit-transform-origin:center}to{transform-origin:center;-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}.rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut}@-webkit-keyframes rotateOutDownLeft{0%{transform-origin:left bottom;opacity:1}0%,to{-webkit-transform-origin:left bottom}to{transform-origin:left bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}@keyframes rotateOutDownLeft{0%{transform-origin:left bottom;opacity:1}0%,to{-webkit-transform-origin:left bottom}to{transform-origin:left bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}.rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft}@-webkit-keyframes rotateOutDownRight{0%{transform-origin:right bottom;opacity:1}0%,to{-webkit-transform-origin:right bottom}to{transform-origin:right bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutDownRight{0%{transform-origin:right bottom;opacity:1}0%,to{-webkit-transform-origin:right bottom}to{transform-origin:right bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight}@-webkit-keyframes rotateOutUpLeft{0%{transform-origin:left bottom;opacity:1}0%,to{-webkit-transform-origin:left bottom}to{transform-origin:left bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutUpLeft{0%{transform-origin:left bottom;opacity:1}0%,to{-webkit-transform-origin:left bottom}to{transform-origin:left bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft}@-webkit-keyframes rotateOutUpRight{0%{transform-origin:right bottom;opacity:1}0%,to{-webkit-transform-origin:right bottom}to{transform-origin:right bottom;-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}@keyframes rotateOutUpRight{0%{transform-origin:right bottom;opacity:1}0%,to{-webkit-transform-origin:right bottom}to{transform-origin:right bottom;-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}.rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight}@-webkit-keyframes hinge{0%{transform-origin:top left}0%,20%,60%{-webkit-transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);transform-origin:top left}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}@keyframes hinge{0%{transform-origin:top left}0%,20%,60%{-webkit-transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);transform-origin:top left}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}.hinge{-webkit-animation-name:hinge;animation-name:hinge}@-webkit-keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:none;transform:none}}.rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}@keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}.rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{0%{opacity:1}50%{-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%,to{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%,to{opacity:0}}.zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown}@-webkit-keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;transform-origin:left center}}@keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;transform-origin:left center}}.zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft}@-webkit-keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;transform-origin:right center}}@keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;transform-origin:right center}}.zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight}@-webkit-keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp}@-webkit-keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}/*!
 * Bootstrap v3.3.4 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=335bf7d52918f3a2c58f)
 * Config saved to config.json and https://gist.github.com/335bf7d52918f3a2c58f
 */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

.ves-megamenu .col-xs-1, .ves-megamenu .col-sm-1, .ves-megamenu .col-md-1, .ves-megamenu .col-lg-1,
.ves-megamenu .col-xs-2, .ves-megamenu .col-sm-2, .ves-megamenu .col-md-2,
.ves-megamenu .col-lg-2, .ves-megamenu .col-xs-3, .ves-megamenu .col-sm-3, .ves-megamenu .col-md-3, .ves-megamenu .col-lg-3, .ves-megamenu .col-xs-4, .ves-megamenu .col-sm-4, .ves-megamenu .col-md-4, .ves-megamenu .col-lg-4, .ves-megamenu .col-xs-5, .ves-megamenu .col-sm-5, .ves-megamenu .col-md-5, .ves-megamenu .col-lg-5, .ves-megamenu .col-xs-6, .ves-megamenu .col-sm-6, .ves-megamenu .col-md-6, .ves-megamenu .col-lg-6, .ves-megamenu .col-xs-7, .ves-megamenu .col-sm-7, .ves-megamenu .col-md-7, .ves-megamenu .col-lg-7, .ves-megamenu .col-xs-8, .ves-megamenu .col-sm-8, .ves-megamenu .col-md-8, .ves-megamenu .col-lg-8, .ves-megamenu .col-xs-9, .ves-megamenu .col-sm-9, .ves-megamenu .col-md-9, .ves-megamenu .col-lg-9, .ves-megamenu .col-xs-10, .ves-megamenu .col-sm-10, .ves-megamenu .col-md-10, .ves-megamenu .col-lg-10, .ves-megamenu .col-xs-11, .ves-megamenu .col-sm-11, .ves-megamenu .col-md-11, .ves-megamenu .col-lg-11, .ves-megamenu .col-xs-12, .ves-megamenu .col-sm-12, .ves-megamenu .col-md-12, .ves-megamenu .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  
    -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ves-megamenu .col-xs-1, .ves-megamenu .col-xs-2, .ves-megamenu .col-xs-3, .ves-megamenu .col-xs-4, .ves-megamenu .col-xs-5, .ves-megamenu .col-xs-6, .ves-megamenu .col-xs-7, .ves-megamenu .col-xs-8, .ves-megamenu .col-xs-9, .ves-megamenu .col-xs-10, .ves-megamenu .col-xs-11, .ves-megamenu .col-xs-12 {
  float: left;
}
.ves-megamenu .col-xs-12 {
  width: 100%;
}
.ves-megamenu .col-xs-11 {
  width: 91.66666667%;
}
.ves-megamenu .col-xs-10 {
  width: 83.33333333%;
}
.ves-megamenu .col-xs-9 {
  width: 75%;
}
.ves-megamenu .col-xs-8 {
  width: 66.66666667%;
}
.ves-megamenu .col-xs-7 {
  width: 58.33333333%;
}
.ves-megamenu .col-xs-6 {
  width: 50%;
}
.ves-megamenu .col-xs-5 {
  width: 41.66666667%;
}
.ves-megamenu .col-xs-4 {
  width: 33.33333333%;
}
.ves-megamenu .col-xs-3 {
  width: 25%;
}
.ves-megamenu .col-xs-2 {
  width: 16.66666667%;
}
.ves-megamenu .col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .ves-megamenu .col-sm-1, .ves-megamenu .col-sm-2, .ves-megamenu .col-sm-3, .ves-megamenu .col-sm-4, .ves-megamenu .col-sm-5, .ves-megamenu .col-sm-6, .ves-megamenu .col-sm-7, .ves-megamenu .col-sm-8, .ves-megamenu .col-sm-9, .ves-megamenu .col-sm-10, .ves-megamenu .col-sm-11, .ves-megamenu .col-sm-12 {
    float: left;
  }
  .ves-megamenu .col-sm-12 {
    width: 100%;
  }
  .ves-megamenu .col-sm-11 {
    width: 91.66666667%;
  }
  .ves-megamenu .col-sm-10 {
    width: 83.33333333%;
  }
  .ves-megamenu .col-sm-9 {
    width: 75%;
  }
  .ves-megamenu .col-sm-8 {
    width: 66.66666667%;
  }
  .ves-megamenu .col-sm-7 {
    width: 58.33333333%;
  }
  .ves-megamenu .col-sm-6 {
    width: 50%;
  }
  .ves-megamenu .col-sm-5 {
    width: 41.66666667%;
  }
  .ves-megamenu .col-sm-4 {
    width: 33.33333333%;
  }
  .ves-megamenu .col-sm-3 {
    width: 25%;
  }
  .ves-megamenu .col-sm-2 {
    width: 16.66666667%;
  }
  .ves-megamenu .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .ves-megamenu .col-md-1, .ves-megamenu .col-md-2, .ves-megamenu .col-md-3, .ves-megamenu .col-md-4, .ves-megamenu .col-md-5, .ves-megamenu .col-md-6, .ves-megamenu .col-md-7, .ves-megamenu .col-md-8, .ves-megamenu .col-md-9, .ves-megamenu .col-md-10, .ves-megamenu .col-md-11, .ves-megamenu .col-md-12 {
    float: left;
  }
  .ves-megamenu .col-md-12 {
    width: 100%;
  }
  .ves-megamenu .col-md-11 {
    width: 91.66666667%;
  }
  .ves-megamenu .col-md-10 {
    width: 83.33333333%;
  }
  .ves-megamenu .col-md-9 {
    width: 75%;
  }
  .ves-megamenu .col-md-8 {
    width: 66.66666667%;
  }
  .ves-megamenu .col-md-7 {
    width: 58.33333333%;
  }
  .ves-megamenu .col-md-6 {
    width: 50%;
  }
  .ves-megamenu .col-md-5 {
    width: 41.66666667%;
  }
  .ves-megamenu .col-md-4 {
    width: 33.33333333%;
  }
  .ves-megamenu .col-md-3 {
    width: 25%;
  }
  .ves-megamenu .col-md-2 {
    width: 16.66666667%;
  }
  .ves-megamenu .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .ves-megamenu .col-lg-1, .ves-megamenu .col-lg-2, .ves-megamenu .col-lg-3, .ves-megamenu .col-lg-4, .ves-megamenu .col-lg-5, .ves-megamenu .col-lg-6, .ves-megamenu .col-lg-7, .ves-megamenu .col-lg-8, .ves-megamenu .col-lg-9, .ves-megamenu .col-lg-10, .ves-megamenu .col-lg-11, .ves-megamenu .col-lg-12 {
    float: left;
  }
  .ves-megamenu .col-lg-12 {
    width: 100%;
  }
  .ves-megamenu .col-lg-11 {
    width: 91.66666667%;
  }
  .ves-megamenu .col-lg-10 {
    width: 83.33333333%;
  }
  .ves-megamenu .col-lg-9 {
    width: 75%;
  }
  .ves-megamenu .col-lg-8 {
    width: 66.66666667%;
  }
  .ves-megamenu .col-lg-7 {
    width: 58.33333333%;
  }
  .ves-megamenu .col-lg-6 {
    width: 50%;
  }
  .ves-megamenu .col-lg-5 {
    width: 41.66666667%;
  }
  .ves-megamenu .col-lg-4 {
    width: 33.33333333%;
  }
  .ves-megamenu .col-lg-3 {
    width: 25%;
  }
  .ves-megamenu .col-lg-2 {
    width: 16.66666667%;
  }
  .ves-megamenu .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}.carousel {
	position: relative;
}
.carousel-inner {
	position: relative;
	overflow: hidden;
	width: 100%;
}
.carousel-inner > .item {
	display: none;
	position: relative;
	-webkit-transition: 0.6s ease-in-out left;
	-o-transition: 0.6s ease-in-out left;
	transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
	line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
	.carousel-inner > .item {
		-webkit-transition: -webkit-transform 0.6s ease-in-out;
		-o-transition: -o-transform 0.6s ease-in-out;
		transition: transform 0.6s ease-in-out;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		-webkit-perspective: 1000px;
		perspective: 1000px;
	}
	.carousel-inner > .item.next,
	.carousel-inner > .item.active.right {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		left: 0;
	}
	.carousel-inner > .item.prev,
	.carousel-inner > .item.active.left {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
		left: 0;
	}
	.carousel-inner > .item.next.left,
	.carousel-inner > .item.prev.right,
	.carousel-inner > .item.active {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		left: 0;
	}
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
	display: block;
}
.carousel-inner > .active {
	left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
	position: absolute;
	top: 0;
	width: 100%;
}
.carousel-inner > .next {
	left: 100%;
}
.carousel-inner > .prev {
	left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
	left: 0;
}
.carousel-inner > .active.left {
	left: -100%;
}
.carousel-inner > .active.right {
	left: 100%;
}
.carousel-control {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 15%;
	opacity: 0.5;
	filter: alpha(opacity=50);
	font-size: 20px;
	color: #ffffff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
	background-color: rgba(0, 0, 0, 0);
}
.carousel-control.left {
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
	left: auto;
	right: 0;
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
	outline: 0;
	color: #ffffff;
	text-decoration: none;
	opacity: 0.9;
	filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
	position: absolute;
	top: 50%;
	margin-top: -10px;
	z-index: 5;
	display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
	left: 50%;
	margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
	right: 50%;
	margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
	width: 20px;
	height: 20px;
	line-height: 1;
	font-family: serif;
}
.carousel-control .icon-prev:before {
	content: '\2039';
}
.carousel-control .icon-next:before {
	content: '\203a';
}
.carousel-indicators {
	position: absolute;
	bottom: 10px;
	left: 50%;
	z-index: 15;
	width: 60%;
	margin-left: -30%;
	padding-left: 0;
	list-style: none;
	text-align: center;
}
.carousel-indicators li {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 1px;
	text-indent: -999px;
	border: 1px solid #ffffff;
	border-radius: 10px;
	cursor: pointer;
	background-color: #000 \9;
	background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
	margin: 0;
	width: 12px;
	height: 12px;
	background-color: #ffffff;
}
.carousel-caption {
	position: absolute;
	left: 15%;
	right: 15%;
	bottom: 20px;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #ffffff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
	text-shadow: none;
}
@media screen and (min-width: 768px) {
	.carousel-control .glyphicon-chevron-left,
	.carousel-control .glyphicon-chevron-right,
	.carousel-control .icon-prev,
	.carousel-control .icon-next {
		width: 30px;
		height: 30px;
		margin-top: -10px;
		font-size: 30px;
	}
	.carousel-control .glyphicon-chevron-left,
	.carousel-control .icon-prev {
		margin-left: -10px;
	}
	.carousel-control .glyphicon-chevron-right,
	.carousel-control .icon-next {
		margin-right: -10px;
	}
	.carousel-caption {
		left: 20%;
		right: 20%;
		padding-bottom: 30px;
	}
	.carousel-indicators {
		bottom: 20px;
	}
}


.no-background .navigation {
    background: none !important
}

.megamenu-preview-index .ves-megamenu {
    margin-top: 30px
}

.megamenu-preview-index .ves-vertical {
    max-width: 300px
}

.ves-megamenu.top-navigation .ves-navbar {
    display: none
}

.ves-megamenu>.block-title {
    margin: 0;
    text-align: center;
    padding: 10px;
    background: #333;
    color: #FFF
}

.ves-megamenu .navigation .drill-opener,
.ves-megamenu .navigation .opener {
    position: absolute;
    right: 0;
    top: 0;
    display: none;
    cursor: pointer;
    text-align: center;
    font-family: 'luma-icons';
    z-index: 99;
    width: auto;
    height: auto;
    line-height: 50px;
    width: 50px
}

.ves-megamenu .navigation .mega-col {
    padding: 0
}

.ves-megamenu .navigation .carousel-control {
    top: 40%
}

.ves-megamenu .navigation .carousel-control.left,
.ves-megamenu .navigation .carousel-control.right {
    -webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    border: 1px solid rgba(0, 0, 0, 0.1) !important;
    text-shadow: none;
    top: 45%;
    padding: 12px;
    position: absolute;
    background: #f5f5f5;
    color: #333;
    opacity: 1;
    line-height: 1.5em;
    width: auto;
    bottom: auto
}

.ves-megamenu .navigation .block-content {
    max-width: 100%;
    position: relative
}

.ves-megamenu .navigation .carousel-indicators {
    bottom: 0
}

.ves-megamenu .navigation .carousel-indicators>li {
    border: 1px solid #1979c3
}

.ves-megamenu .navigation .carousel-indicators>li.active {
    background-color: #1979c3
}

.ves-megamenu .navigation .product-items {
    padding: 10px;
    margin: 0
}

.ves-megamenu .navigation .item-before-content,
.ves-megamenu .navigation .item-after-content {
    float: left;
    width: 100%
}

.ves-megamenu .navigation .icon-top {
    line-height: 84px;
    width: 100%;
    height: 84px;
    text-align: center;
    background: #333;
    margin-bottom: 10px
}

.ves-megamenu .navigation .icon-top:hover {
    background-color: #5bd2ec
}

.ves-megamenu.ves-vertical .navigation .level0>a .cat-label {
    position: static;
    padding: 4px 6px
}

.ves-megamenu .feature-box-v3:hover .fbox-icon .icons {
    background: #ef2840;
    color: #fff
}

.ves-megamenu .feature-box-v3 .fbox-icon .icons {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    padding: 24px;
    width: 30px;
    -webkit-box-sizing: initial;
    -moz-box-sizing: initial;
    box-sizing: initial
}

.ves-megamenu .feature-box-v3 .fa:before {
    font-size: 30px
}

.ves-megamenu .feature-box-v3 a {
    background: #e8e8e8;
    border-left: 0;
    float: none;
    padding: 0;
    display: inline-block;
    *display: inline;
    zoom: 1;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px
}

.ves-megamenu ul {
    list-style: none;
    padding: 0
}

.ves-megamenu .dynamic-items {
    padding: 0;
    width: 20%
}
.ves-megamenu .dynamic-items > ul {
    display: block!important;
}

.ves-megamenu .level0 ul {
    margin: 0;
    padding: 0
}

.ves-megamenu .level0 .megamenu-widget>.carousel>.products-grid .product-item {
    width: 100%
}

.ves-megamenu .level0 .megamenu-widget>.carousel .item {
    display: none
}

.ves-megamenu .level0 .megamenu-widget>.carousel .item.active {
    display: block
}

.ves-megamenu .level0 .submenu .nav-item>a {
    padding: 0 20px;
    line-height: 50px
}

.ves-megamenu .level0 .submenu .nav-item>a>.ves-caret {
    line-height: 50px
}

.ves-megamenu .navigation .level0 .submenu .block-products-list .product-item a {
    padding: 0
}

.ves-megamenu .navigation .level0 .submenu .block-products-list .product-item a:hover {
    background: none
}

.ves-megamenu .navigation .level0 .submenu .block-products-list .product-item .actions-secondary a {
    padding: 0;
    display: inline-block;
    *display: inline;
    zoom: 1
}

.ves-megamenu .submenu-alignright>.submenu {
    right: 0;
    left: auto !important
}

.ves-megamenu .text-center {
    text-align: center
}

.ves-megamenu .pull-right {
    float: right
}

.ves-megamenu .pull-left {
    float: left
}

.ves-megamenu .cat-label {
    -webkit-transition: all 450ms ease-in-out;
    -o-transition: all 450ms ease-in-out;
    transition: all 450ms ease-in-out;
    color: #FFF;
    padding: 2px 4px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: normal;
    line-height: 18px;
    text-transform: none;
    text-shadow: none;
    margin-left: 2px
}

.ves-megamenu .cat-label.cat-label-v1 {
    background-color: #5bd2ec
}

.ves-megamenu .cat-label.cat-label-v2 {
    background-color: #d52462
}

.ves-megamenu .cat-label.cat-label-v3 {
    background: #0cc485
}

.ves-megamenu .cat-label.pin-bottom:before {
    position: absolute;
    right: 6px;
    top: 22px;
    width: 0;
    height: 0;
    content: "";
    border-style: solid;
    border-width: 4px;
    border-color: transparent;
    -webkit-transition: border-color 450ms ease-in-out;
    -o-transition: border-color 450ms ease-in-out;
    transition: border-color 450ms ease-in-out
}

.ves-megamenu .cat-label.cat-label-v1.pin-bottom:before {
    border-top-color: #5bd2ec
}

.ves-megamenu .cat-label.cat-label-v2.pin-bottom:before {
    border-top-color: #d52462
}

.ves-megamenu .cat-label.cat-label-v3.pin-bottom:before {
    border-top-color: #0cc485
}

.ves-megamenu .nav-item {
    position: relative
}

.ves-megamenu .nav-item>a {
    line-height: 50px
}

.ves-megamenu .nav-item.active>a {
    background: #333 !important;
    color: #FFF
}

.ves-megamenu .submenu p>a {
    padding: 0
}

.ves-megamenu iframe,
.ves-megamenu video {
    max-width: 100%
}

.ves-megamenu .level0>a>.item-icon {
    margin-bottom: -5px
}

.ves-megamenu .onsale {
    padding: 3px 10px;
    background: #d52462;
    color: #FFF;
    margin-right: 5px
}

.ves-megamenu .new-icon {
    padding: 3px 10px;
    background: #0cc485;
    color: #FFF
}

.ves-megamenu .owl-carousel .owl-item {
    text-align: center
}

.ves-megamenu #contact-form {
    width: 100% !important
}

.ves-megamenu .drill-opener,
.ves-megamenu .drilldown-back,
.ves-megamenu .ves-navbar {
    display: none
}

.ves-megamenu.ves-daccordion .navigation,
.ves-megamenu.ves-mdrilldown .navigation,
.ves-megamenu.ves-ddrill .navigation {
    border: 1px solid rgba(0, 0, 0, 0.15)
}

.ves-megamenu.ves-daccordion .navigation .level0>a .cat-label,
.ves-megamenu.ves-mdrilldown .navigation .level0>a .cat-label,
.ves-megamenu.ves-ddrill .navigation .level0>a .cat-label {
    position: static;
    padding: 4px 6px
}

.ves-megamenu.ves-daccordion.has-title .navigation,
.ves-megamenu.ves-mdrilldown.has-title .navigation,
.ves-megamenu.ves-ddrill.has-title .navigation {
    border-top: 0
}

.ves-navtoggle {
    display: none
}

#maincontent .cat-label:before {
    display: none
}

@media (min-width:992px) and (max-width:1024px) {
    .ves-megamenu .orgin-items>.mega-col>.dropdown-submenu>.submenu {
        position: static
    }
}

.drilldown {
    position: relative;
    float: left;
    width: 100%;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    max-width: 100% !important
}

.drilldown .navigation {
    background-color: #FFF
}

.drilldown .navigation.loaded>.dropdown-menu {
    width: 100% !important
}

.drilldown .navigation .subhover>.submenu {
    display: none
}

.drilldown .navigation>.dropdown-menu {
    display: block;
    position: static;
    margin: 0;
    padding: 0;
    border-radius: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.drilldown .navigation .ves-caret {
    display: none
}

.drilldown .navigation .cat-label {
    position: static;
    margin: 0;
    padding: 4px 6px
}

.drilldown .navigation .nav-item {
    position: relative !important;
    float: left !important;
    width: 100%
}

.drilldown .navigation .nav-item>a {
    line-height: 50px;
    position: static;
    padding: 0 15px
}

.drilldown .navigation .nav-item>a span.drill-opener {
    border: 1px solid #e5e5e5;
    border-right: 0;
    display: none
}

.drilldown .navigation .mega-col {
    padding: 0
}

.drilldown .navigation .level0 {
    border-top-color: #e5e5e5
}

.drilldown .navigation .opener {
    display: none
}

.drilldown .navigation .drill-opener {
    background: #f0f0f0;
    position: absolute
}

.drilldown .navigation .drill-opener:before {
    content: "\e608"
}

.drilldown .navigation .drilldown-back {
    position: relative;
    top: 0;
    left: -1px;
    display: none
}

.drilldown .navigation .drilldown-back a {
    padding: 0;
    background: #f0f0f0;
    text-align: center;
    font-size: 1.3em;
    text-transform: uppercase;
    display: block;
    font-weight: normal;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: -1px
}

.drilldown .navigation .drilldown-back a .drill-opener {
    position: absolute;
    left: 0;
    right: auto;
    display: block
}

.drilldown .navigation .drilldown-back a .drill-opener:before {
    content: "\e617"
}

.drilldown .navigation .drilldown-back a .drill-opener:after {
    display: none
}

.drilldown .navigation .drilldown-back a .current-cat {
    line-height: 50px;
    position: relative;
    z-index: 99
}

.drilldown .navigation .drilldown-back a .current-cat:before {
    display: none
}

.ves-megamenu .navigation .post-list .post-item a {
    padding: 0
}

.ves-megamenu .navigation .post-list .post-item .post-meta a {
    display: inline-block
}

.ves-megamenu .navigation .ves-post {
    text-align: left
}

.ves-megamenu .navigation .post-list .post-item .post-readmore a {
    background-color: #4db2ec;
    color: #fff;
    display: inline-block;
    line-height: 1;
    padding: 10px 12px;
    -webkit-transition: background-color .4s;
    -moz-transition: background-color .4s;
    -o-transition: background-color .4s;
    transition: background-color .4s
}

.ves-megamenu .navigation .post-list .post-item .addthis_default_style .at300b,
.ves-megamenu .navigation .post-list .post-item .addthis_default_style .at300bo,
.ves-megamenu .navigation .post-list .post-item .addthis_default_style .at300m {
    padding: 0 2px
}

@media only screen and (max-width:992px) {
    .ves-megamenu.ves-mdrilldown .navigation .nav-item .submenu
    {
        display: none;
    }
    .navigation{
        padding-left: 15px;
        padding-right: 15px
    }
    .navigation {
        padding: 0
    }
    .navigation .parent .level-top {
        position: relative;
        display: block;
        text-decoration: none
    }
    .navigation .parent .level-top:after {
        -webkit-font-smoothing: antialiased;
        font-size: 42px;
        line-height: inherit;
        color: inherit;
        content: '\e622';
        font-family: 'luma-icons';
        vertical-align: middle;
        display: inline-block;
        font-weight: normal;
        overflow: hidden;
        speak: none;
        text-align: center
    }
    .navigation .parent .level-top:after {
        position: absolute;
        right: 7px;
        top: -8px
    }
    .navigation .parent .level-top.ui-state-active:after {
        content: '\e621'
    }
    .navigation {
        background: #f0f0f0;
        box-sizing: border-box
    }
    .navigation ul {
        margin: 0;
        padding: 0
    }
    .navigation li {
        margin: 0
    }
    .navigation a {
        display: block;
        padding-top: 10px;
        padding-right: 0;
        padding-bottom: 10px;
        padding-left: 15px
    }
    .navigation a,
    .navigation a:hover {
        color: #575757;
        text-decoration: none
    }
    .navigation .level0 {
        border-top: 1px solid #d1d1d1;
        font-size: 1.6rem
    }
    .navigation .level0>.level-top {
        font-weight: 700;
        padding: 8px 40px 8px 15px;
        text-transform: uppercase;
        word-wrap: break-word
    }
    .navigation .level0.active .all-category .ui-state-focus {
        border-color: #ff5501;
        border-style: solid;
        border-width: 0 0 0 8px;
        color: #333;
        padding-left: 7px;
        display: inline-block
    }
    .navigation .level0>.level1 {
        font-weight: 600
    }
    .navigation .level0.active>a:not(.ui-state-active),
    .navigation .level0.has-active>a:not(.ui-state-active) {
        border-color: #ff5501;
        border-style: solid;
        border-width: 0 0 0 8px;
        color: #333
    }
    .navigation .level0.active>a:not(.ui-state-active) span:not(.ui-menu-icon),
    .navigation .level0.has-active>a:not(.ui-state-active) span:not(.ui-menu-icon) {
        margin-left: -8px
    }
    .navigation li.level0:last-child {
        border-bottom: 1px solid #d1d1d1
    }
    .navigation .submenu>li {
        word-wrap: break-word
    }
    .navigation .submenu:not(:first-child) {
        font-weight: 400;
        line-height: 1.3;
        left: auto !important;
        overflow-x: hidden;
        padding: 0;
        position: relative;
        top: auto !important;
        transition: left .3s ease-out
    }
    .navigation .submenu:not(:first-child)>li>a {
        padding-left: 15px
    }
    .navigation .submenu:not(:first-child)>li:last-child {
        margin-bottom: 0
    }
    .navigation .submenu:not(:first-child) ul {
        display: block;
        padding-left: 15px
    }
    .navigation .submenu:not(:first-child) ul>li {
        margin: 0
    }
    .navigation .submenu:not(:first-child) ul>li a {
        color: #575757;
        display: block;
        line-height: normal
    }
    .navigation .submenu:not(:first-child).expanded {
        display: block !important;
        padding-right: 0;
        top: 0 !important
    }
    .navigation .submenu:not(:first-child) .active>a {
        border-color: #ff5501;
        border-style: solid;
        border-width: 0 0 0 8px;
        color: #333;
        padding-left: 7px
    }
    .navigation .submenu:not(:first-child) .level1.active>a {
        padding-left: 7px
    }
    .scroll-to-fixed-fixed {
        position: static !important;
        left: 0 !important;
        width: 100% !important
    }
    .ves-megamenu.ves-offcanvas .opener,
    .ves-megamenu.ves-maccordion .opener {
        display: block
    }
    .ves-megamenu .ves-navbar {
        display: block
    }
    .ves-megamenu>.navigation {
        background: #f8f8f8;
        float: left;
        width: 100%
    }
    .ves-megamenu>.navigation .level0 {
        border-top-color: rgba(0, 0, 0, 0.08)
    }
    .ves-megamenu>.navigation .nav-item {
        float: left !important;
        width: 100%
    }
    .ves-megamenu>.navigation .nav-item.active>a {
        color: #FFF
    }
    .ves-megamenu>.navigation .nav-item>a {
        padding: 0 10px;
        display: block;
        position: relative
    }
    .ves-megamenu>.navigation .nav-item>a.parent {
        padding-right: 54px
    }
    .ves-megamenu>.navigation .nav-item .item-content>.nav-dropdown {
        padding-left: 10px
    }
    .ves-megamenu .products-grid .product-item {
        width: 100%;
        text-align: center
    }
    .ves-megamenu .products-grid .product-item img {
        max-width: 100%;
        width: auto;
        float: none;
        margin-left: auto;
        margin-right: auto
    }
    .ves-megamenu .submenu {
        display: none;
        max-width: 100%;
        border: 0;
        width: 100% !important;
        margin: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        border-radius: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }
    .ves-megamenu .submenu .carousel-indicators {
        bottom: -20px
    }
    .ves-megamenu .submenu .carousel-indicators>li {
        width: 20px;
        height: 20px
    }
    .ves-megamenu .ves-caret {
        display: none
    }
    .ves-megamenu .drill-opener:before,
    .ves-megamenu .opener:before {
        content: "\e61c"
    }
    .ves-megamenu .opener.item-active {
        background-color: rgba(0, 0, 0, 0.05)
    }
    .ves-megamenu .opener.item-active:before {
        content: "\e60f"
    }
    .ves-megamenu .cat-label:before {
        display: none
    }
    .ves-megamenu .item-header,
    .ves-megamenu .item-content,
    .ves-megamenu .item-sidebar,
    .ves-megamenu .item-footer {
        width: 100% !important
    }
    .ves-megamenu .block-products-list .product-item {
        text-align: center
    }
    .ves-megamenu .block-products-list .product-item a {
        padding-left: 0
    }
    .ves-megamenu .owl-nav>a {
        position: absolute;
        padding: 16px;
        font-size: 41px;
        top: 50%;
        margin-top: -49px;
        background-color: rgba(255, 255, 255, 0.98);
        cursor: pointer;
        width: auto;
        z-index: 99;
        display: inline-block;
        *display: inline;
        zoom: 1;
        -webkit-transition: box-shadow .2s ease;
        -o-transition: box-shadow .2s ease;
        transition: box-shadow .2s ease;
        -webkit-box-shadow: 1px 2px 10px -1px rgba(0, 0, 0, 0.3);
        box-shadow: 1px 2px 10px -1px rgba(0, 0, 0, 0.3)
    }
    .ves-megamenu .owl-nav>a.owl-left {
        left: 0;
        -webkit-border-radius: 0 4px 4px 0;
        -moz-border-radius: 0 4px 4px 0;
        -ms-border-radius: 0 4px 4px 0;
        -o-border-radius: 0 4px 4px 0;
        border-radius: 0 4px 4px 0
    }
    .ves-megamenu .owl-nav>a.owl-right {
        right: 0;
        -webkit-border-radius: 4px 0 0 4px;
        -moz-border-radius: 4px 0 0 4px;
        -ms-border-radius: 4px 0 0 4px;
        -o-border-radius: 4px 0 0 4px;
        border-radius: 4px 0 0 4px
    }
    .ves-megamenu .carousel-controls>a {
        position: absolute;
        padding: 16px;
        font-size: 41px;
        top: 50%;
        margin-top: -49px;
        background-color: rgba(255, 255, 255, 0.98);
        cursor: pointer;
        width: auto;
        z-index: 99;
        display: inline-block;
        *display: inline;
        zoom: 1;
        -webkit-transition: box-shadow .2s ease;
        -o-transition: box-shadow .2s ease;
        transition: box-shadow .2s ease;
        -webkit-box-shadow: 1px 2px 10px -1px rgba(0, 0, 0, 0.3);
        box-shadow: 1px 2px 10px -1px rgba(0, 0, 0, 0.3)
    }
    .ves-megamenu .carousel-controls>a.owl-left {
        left: 0;
        -webkit-border-radius: 0 4px 4px 0;
        -moz-border-radius: 0 4px 4px 0;
        -ms-border-radius: 0 4px 4px 0;
        -o-border-radius: 0 4px 4px 0;
        border-radius: 0 4px 4px 0
    }
    .ves-megamenu .carousel-controls>a.owl-right {
        right: 0;
        -webkit-border-radius: 4px 0 0 4px;
        -moz-border-radius: 4px 0 0 4px;
        -ms-border-radius: 4px 0 0 4px;
        -o-border-radius: 4px 0 0 4px;
        border-radius: 4px 0 0 4px
    }
    .ves-megamenu .carousel-controls .carousel-control.right,
    .ves-megamenu .carousel-controls .carousel-control.left {
        background: #FFF
    }
    .hide-blocks .item-header,
    .hide-blocks .item-sidebar,
    .hide-blocks .item-footer {
        display: none
    }
    .ves-navtoggle {
        display: block;
        background: #333
    }
    .ves-navtoggle:before {
        -webkit-font-smoothing: antialiased;
        font-size: 32px;
        line-height: inherit;
        color: #FFF;
        content: '\e609';
        font-family: 'luma-icons';
        vertical-align: middle;
        display: inline-block;
        font-weight: normal;
        overflow: hidden;
        speak: none;
        text-align: center;
        padding: 0 7px
    }
    .offcanvas-left>.navigation>ul {
        height: 100%;
        left: -80%;
        left: calc(-1 * (100% - 54px));
        overflow: auto;
        position: fixed;
        top: 0;
        width: 80%;
        width: calc(100% - 54px);
        background: #f0f0f0;
        z-index: 99;
        -webkit-transition: left .3s;
        -o-transition: left .3s;
        transition: left .3s
    }
    .ves-nav-before-open {
        height: 100%;
        width: 100%
    }
    .ves-nav-before-open .page-wrapper {
        -webkit-transition: left .3s;
        -moz-transition: left .3s;
        -ms-transition: left .3s;
        transition: left .3s;
        height: 100%;
        left: 0;
        overflow: hidden;
        position: relative
    }
    .ves-nav-before-open body {
        height: 100%;
        overflow: hidden;
        position: relative;
        width: 100%
    }
    .ves-navopen .page-wrapper {
        left: 80%;
        left: calc(100% - 54px)
    }
    .ves-navopen .ves-moffcanvas>.navigation>ul {
        -webkit-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
        box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
        z-index: 99
    }
    .ves-navopen .ves-navtoggle:after {
        background: rgba(0, 0, 0, 0.01);
        content: '';
        display: block;
        height: 100%;
        position: fixed;
        right: 0;
        top: 0;
        width: 100%;
        z-index: 1
    }
    .ves-nav-before-open {
        height: 100%;
        width: 100%
    }
    .ves-nav-before-open body {
        height: 100%;
        overflow: hidden;
        position: relative;
        width: 100%
    }
    .ves-nav-before-open .page-wrapper {
        -webkit-transition: left .3s;
        -moz-transition: left .3s;
        -ms-transition: left .3s;
        transition: left .3s;
        height: 100%;
        overflow: hidden;
        position: relative
    }
    .ves-overlay {
        position: fixed;
        width: 100%;
        height: 100%;
        z-index: 80;
        top: 0;
        left: 0;
        z-index: 90
    }
    .ves-mdrilldown {
        position: relative;
        float: left;
        width: 100%;
        overflow: hidden;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        max-width: 100% !important
    }
    .ves-mdrilldown .navigation {
        background-color: #FFF
    }
    .ves-mdrilldown .navigation.loaded>.dropdown-menu {
        width: 100% !important
    }
    .ves-mdrilldown .navigation .subhover>.submenu {
        display: none
    }
    .ves-mdrilldown .navigation>.dropdown-menu {
        display: block;
        position: static;
        margin: 0;
        padding: 0;
        border-radius: 0;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }
    .ves-mdrilldown .navigation .ves-caret {
        display: none
    }
    .ves-mdrilldown .navigation .cat-label {
        position: static;
        margin: 0;
        padding: 4px 6px
    }
    .ves-mdrilldown .navigation .nav-item {
        position: relative !important;
        float: left !important;
        width: 100%
    }
    .ves-mdrilldown .navigation .nav-item>a {
        line-height: 50px;
        position: static;
        padding: 0 15px
    }
    .ves-mdrilldown .navigation .nav-item>a span.drill-opener {
        border: 1px solid #e5e5e5;
        border-right: 0;
        display: none
    }
    .ves-mdrilldown .navigation .mega-col {
        padding: 0
    }
    .ves-mdrilldown .navigation .level0 {
        border-top-color: #e5e5e5
    }
    .ves-mdrilldown .navigation .opener {
        display: none
    }
    .ves-mdrilldown .navigation .drill-opener {
        background: #f0f0f0;
        position: absolute
    }
    .ves-mdrilldown .navigation .drill-opener:before {
        content: "\e608"
    }
    .ves-mdrilldown .navigation .drilldown-back {
        position: relative;
        top: 0;
        left: -1px;
        display: none
    }
    .ves-mdrilldown .navigation .drilldown-back a {
        padding: 0;
        background: #f0f0f0;
        text-align: center;
        font-size: 1.3em;
        text-transform: uppercase;
        display: block;
        font-weight: normal;
        border-bottom: 1px solid #e6e6e6;
        margin-bottom: -1px
    }
    .ves-mdrilldown .navigation .drilldown-back a .drill-opener {
        position: absolute;
        left: 0;
        right: auto;
        display: block
    }
    .ves-mdrilldown .navigation .drilldown-back a .drill-opener:before {
        content: "\e617"
    }
    .ves-mdrilldown .navigation .drilldown-back a .drill-opener:after {
        display: none
    }
    .ves-mdrilldown .navigation .drilldown-back a .current-cat {
        line-height: 50px;
        position: relative;
        z-index: 99
    }
    .ves-mdrilldown .navigation .drilldown-back a .current-cat:before {
        display: none
    }
    .ves-mdrilldown .navigation .drill-opener {
        display: block
    }
    .ves-mdrilldown .navigation .nav-item>a span.drill-opener {
        display: block;
        position: absolute;
        top: 0;
        right: 0
    }
    .ves-mdrilldown .navigation .drilldown-back {
        display: block
    }
    .ves-mdrilldown .navigation .drilldown-back>a>.drill-opener {
        line-height: 50px;
        width: 50px
    }

    .navigation .parent .level-top:after {
        font-size: 1.6rem;
        right: 10px;
        top: 7px
    }

    /*fix issue section item on safari-mobile*/
    .nav-sections-items {
        position: relative!important;
    }
}
