/**
 * 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;
}
* {
  box-sizing: border-box;
}
html {
  font-weight: normal;
}
body {
  margin: 0;
  padding: 0;
  font-size: 1rem;
  font-weight: inherit;
}
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 {
  border: 0;
}
img,
object,
video,
embed {
  height: auto;
  max-width: 100%;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  max-width: 100%;
}
table th {
  text-align: left;
}
table > tbody > tr > th,
table > tfoot > tr > th,
table > tbody > tr > td,
table > tfoot > tr > td {
  vertical-align: top;
}
table > thead > tr > th,
table > thead > tr > td {
  vertical-align: bottom;
}
table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
  padding: 8px 10px;
}
button::-moz-focus-inner,
.cart.table-wrapper .actions-toolbar > .action::-moz-focus-inner,
.action-gift::-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;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.abs-reset-list,
.bundle-options-container .block-bundle-summary .bundle.items,
.items,
.block-wishlist-management .wishlist-select-items,
.paypal-review .items-qty,
.order-details-items .items-qty,
.prices-tier,
.cart-container .checkout-methods-items,
.opc-wrapper .opc,
.opc-progress-bar,
.checkout-agreements-items,
.footer.content ul,
.block-banners .banner-items,
.block-banners-inline .banner-items,
.block-event .slider-panel .slider {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.abs-reset-list > li,
.bundle-options-container .block-bundle-summary .bundle.items > li,
.items > li,
.block-wishlist-management .wishlist-select-items > li,
.paypal-review .items-qty > li,
.order-details-items .items-qty > li,
.prices-tier > li,
.cart-container .checkout-methods-items > li,
.opc-wrapper .opc > li,
.opc-progress-bar > li,
.checkout-agreements-items > li,
.footer.content ul > li,
.block-banners .banner-items > li,
.block-banners-inline .banner-items > li,
.block-event .slider-panel .slider > li {
  margin: 0;
}
.abs-action-link-button,
.abs-action-addto-product,
.block-event .slider-panel .slider .item .action.event,
.bundle-options-container .block-bundle-summary .product-addto-links > .action,
.product-info-main .action.tocompare,
.product-options-bottom .action.tocompare,
.product-info-main .action.towishlist,
.product-options-bottom .action.towishlist,
.block-bundle-summary .action.towishlist {
  background-image: none;
  background: #f2f2f2;
  border: 1px solid #cdcdcd;
  color: #333333;
  cursor: pointer;
  font-family: 'popins';
  font-weight: 700;
  margin: 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
  display: inline-block;
  text-decoration: none;
  border-radius: 3px;
}
.abs-action-link-button:focus,
.abs-action-link-button:active,
.abs-action-addto-product:focus,
.abs-action-addto-product:active,
.block-event .slider-panel .slider .item .action.event:focus,
.block-event .slider-panel .slider .item .action.event:active,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:focus,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:active,
.product-info-main .action.tocompare:focus,
.product-info-main .action.tocompare:active,
.product-options-bottom .action.tocompare:focus,
.product-options-bottom .action.tocompare:active,
.product-info-main .action.towishlist:focus,
.product-info-main .action.towishlist:active,
.product-options-bottom .action.towishlist:focus,
.product-options-bottom .action.towishlist:active,
.block-bundle-summary .action.towishlist:focus,
.block-bundle-summary .action.towishlist:active {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #333333;
}
.abs-action-link-button:hover,
.abs-action-addto-product:hover,
.block-event .slider-panel .slider .item .action.event:hover,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:hover,
.product-info-main .action.tocompare:hover,
.product-options-bottom .action.tocompare:hover,
.product-info-main .action.towishlist:hover,
.product-options-bottom .action.towishlist:hover,
.block-bundle-summary .action.towishlist:hover {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #555555;
}
.abs-action-link-button.disabled,
.abs-action-link-button[disabled],
fieldset[disabled] .abs-action-link-button,
.abs-action-addto-product.disabled,
.abs-action-addto-product[disabled],
fieldset[disabled] .abs-action-addto-product,
.block-event .slider-panel .slider .item .action.event.disabled,
.block-event .slider-panel .slider .item .action.event[disabled],
fieldset[disabled] .block-event .slider-panel .slider .item .action.event,
.bundle-options-container .block-bundle-summary .product-addto-links > .action.disabled,
.bundle-options-container .block-bundle-summary .product-addto-links > .action[disabled],
fieldset[disabled] .bundle-options-container .block-bundle-summary .product-addto-links > .action,
.product-info-main .action.tocompare.disabled,
.product-info-main .action.tocompare[disabled],
fieldset[disabled] .product-info-main .action.tocompare,
.product-options-bottom .action.tocompare.disabled,
.product-options-bottom .action.tocompare[disabled],
fieldset[disabled] .product-options-bottom .action.tocompare,
.product-info-main .action.towishlist.disabled,
.product-info-main .action.towishlist[disabled],
fieldset[disabled] .product-info-main .action.towishlist,
.product-options-bottom .action.towishlist.disabled,
.product-options-bottom .action.towishlist[disabled],
fieldset[disabled] .product-options-bottom .action.towishlist,
.block-bundle-summary .action.towishlist.disabled,
.block-bundle-summary .action.towishlist[disabled],
fieldset[disabled] .block-bundle-summary .action.towishlist {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.abs-action-link-button:hover,
.abs-action-link-button:active,
.abs-action-link-button:focus,
.abs-action-addto-product:hover,
.abs-action-addto-product:active,
.abs-action-addto-product:focus,
.block-event .slider-panel .slider .item .action.event:hover,
.block-event .slider-panel .slider .item .action.event:active,
.block-event .slider-panel .slider .item .action.event:focus,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:hover,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:active,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:focus,
.product-info-main .action.tocompare:hover,
.product-info-main .action.tocompare:active,
.product-info-main .action.tocompare:focus,
.product-options-bottom .action.tocompare:hover,
.product-options-bottom .action.tocompare:active,
.product-options-bottom .action.tocompare:focus,
.product-info-main .action.towishlist:hover,
.product-info-main .action.towishlist:active,
.product-info-main .action.towishlist:focus,
.product-options-bottom .action.towishlist:hover,
.product-options-bottom .action.towishlist:active,
.product-options-bottom .action.towishlist:focus,
.block-bundle-summary .action.towishlist:hover,
.block-bundle-summary .action.towishlist:active,
.block-bundle-summary .action.towishlist:focus {
  text-decoration: none;
}
.abs-product-options-list dt,
.block-giftregistry-shared-items .product .item-options dt,
.multicheckout .item-options dt,
.cart.table-wrapper .item-options dt,
.opc-block-summary .items-in-cart .product .item-options dt {
  clear: left;
  float: left;
  margin: 0 10px 5px 0;
}
.abs-product-options-list dt:after,
.block-giftregistry-shared-items .product .item-options dt:after,
.multicheckout .item-options dt:after,
.cart.table-wrapper .item-options dt:after,
.opc-block-summary .items-in-cart .product .item-options dt:after {
  content: ': ';
}
.abs-product-options-list dd,
.block-giftregistry-shared-items .product .item-options dd,
.multicheckout .item-options dd,
.cart.table-wrapper .item-options dd,
.opc-block-summary .items-in-cart .product .item-options dd {
  display: inline-block;
  float: left;
  margin: 0 0 5px;
  word-break: break-all;
}
.abs-button-responsive,
.actions-toolbar > .primary .action,
.actions-toolbar > .secondary .action {
  width: 100%;
}
.abs-reset-image-wrapper,
.block-giftregistry-shared-items .product-image-wrapper,
.cart.table-wrapper .product-image-wrapper,
.minicart-items .product-image-wrapper {
  height: auto;
  padding: 0 !important;
}
.abs-reset-image-wrapper .product-image-photo,
.block-giftregistry-shared-items .product-image-wrapper .product-image-photo,
.cart.table-wrapper .product-image-wrapper .product-image-photo,
.minicart-items .product-image-wrapper .product-image-photo {
  position: static;
}
.abs-adaptive-images {
  display: block;
  height: auto;
  max-width: 100%;
}
.abs-adaptive-images-centered,
.product.media .product.photo .photo.image {
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 100%;
}
.abs-login-block-title {
  font-size: 1.8rem;
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 15px;
  padding-bottom: 12px;
}
.abs-login-block-title strong {
  font-weight: 500;
}
.abs-block-title,
.abs-account-blocks .block-title,
.block-giftregistry-results .block-title,
.block-giftregistry-shared-items .block-title,
.block-wishlist-search-results .block-title,
.block-reorder .block-title,
.block-compare .block-title,
.widget .block-title,
.block-wishlist .block-title,
.multicheckout .block-title,
.paypal-review .block .block-title,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title,
.sales-guest-view .column.main .block:not(.widget) .block-title {
  margin-bottom: 15px;
}
.abs-block-title > strong,
.abs-account-blocks .block-title > strong,
.block-giftregistry-results .block-title > strong,
.block-giftregistry-shared-items .block-title > strong,
.block-wishlist-search-results .block-title > strong,
.block-reorder .block-title > strong,
.block-compare .block-title > strong,
.widget .block-title > strong,
.block-wishlist .block-title > strong,
.multicheckout .block-title > strong,
.paypal-review .block .block-title > strong,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title > strong,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title > strong,
.sales-guest-view .column.main .block:not(.widget) .block-title > strong {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.abs-account-blocks .block-title > .action,
.multicheckout .block-title > .action,
.paypal-review .block .block-title > .action,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title > .action,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title > .action,
.sales-guest-view .column.main .block:not(.widget) .block-title > .action {
  margin-left: 15px;
}
.abs-account-blocks .box-title,
.multicheckout .box-title,
.paypal-review .block .box-title,
.magento-rma-guest-returns .column.main .block:not(.widget) .box-title,
[class^='sales-guest-'] .column.main .block:not(.widget) .box-title,
.sales-guest-view .column.main .block:not(.widget) .box-title {
  display: inline-block;
  margin: 0 0 5px;
}
.abs-account-blocks .box-title > span,
.multicheckout .box-title > span,
.paypal-review .block .box-title > span,
.magento-rma-guest-returns .column.main .block:not(.widget) .box-title > span,
[class^='sales-guest-'] .column.main .block:not(.widget) .box-title > span,
.sales-guest-view .column.main .block:not(.widget) .box-title > span {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.4rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.abs-account-blocks .box-title > .action,
.multicheckout .box-title > .action,
.paypal-review .block .box-title > .action,
.magento-rma-guest-returns .column.main .block:not(.widget) .box-title > .action,
[class^='sales-guest-'] .column.main .block:not(.widget) .box-title > .action,
.sales-guest-view .column.main .block:not(.widget) .box-title > .action {
  font-weight: 400;
  margin-left: 10px;
}
.abs-account-blocks .block-content p:last-child,
.multicheckout .block-content p:last-child,
.paypal-review .block .block-content p:last-child,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-content p:last-child,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-content p:last-child,
.sales-guest-view .column.main .block:not(.widget) .block-content p:last-child {
  margin-bottom: 0;
}
.abs-account-blocks .block-content .box,
.multicheckout .block-content .box,
.paypal-review .block .block-content .box,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box,
.sales-guest-view .column.main .block:not(.widget) .block-content .box {
  margin-bottom: 20px;
}
.abs-dropdown-simple,
.giftregisty-dropdown,
.wishlist-dropdown {
  display: inline-block;
  position: relative;
}
.abs-dropdown-simple:before,
.abs-dropdown-simple:after,
.giftregisty-dropdown:before,
.giftregisty-dropdown:after,
.wishlist-dropdown:before,
.wishlist-dropdown:after {
  content: '';
  display: table;
}
.abs-dropdown-simple:after,
.giftregisty-dropdown:after,
.wishlist-dropdown:after {
  clear: both;
}
.abs-dropdown-simple .action.toggle,
.giftregisty-dropdown .action.toggle,
.wishlist-dropdown .action.toggle {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.abs-dropdown-simple .action.toggle:after,
.giftregisty-dropdown .action.toggle:after,
.wishlist-dropdown .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e607';
  font-family: 'icons-blank-theme';
  margin: 0 0 0 5px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-dropdown-simple .action.toggle:hover:after,
.giftregisty-dropdown .action.toggle:hover:after,
.wishlist-dropdown .action.toggle:hover:after {
  color: inherit;
}
.abs-dropdown-simple .action.toggle:active:after,
.giftregisty-dropdown .action.toggle:active:after,
.wishlist-dropdown .action.toggle:active:after {
  color: inherit;
}
.abs-dropdown-simple .action.toggle.active,
.giftregisty-dropdown .action.toggle.active,
.wishlist-dropdown .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.abs-dropdown-simple .action.toggle.active:after,
.giftregisty-dropdown .action.toggle.active:after,
.wishlist-dropdown .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e618';
  font-family: 'icons-blank-theme';
  margin: 0 0 0 5px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-dropdown-simple .action.toggle.active:hover:after,
.giftregisty-dropdown .action.toggle.active:hover:after,
.wishlist-dropdown .action.toggle.active:hover:after {
  color: inherit;
}
.abs-dropdown-simple .action.toggle.active:active:after,
.giftregisty-dropdown .action.toggle.active:active:after,
.wishlist-dropdown .action.toggle.active:active:after {
  color: inherit;
}
.abs-dropdown-simple ul.dropdown,
.giftregisty-dropdown ul.dropdown,
.wishlist-dropdown ul.dropdown {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 200px;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.abs-dropdown-simple ul.dropdown li,
.giftregisty-dropdown ul.dropdown li,
.wishlist-dropdown ul.dropdown li {
  margin: 0;
  padding: 5px 5px 5px 23px;
}
.abs-dropdown-simple ul.dropdown li:hover,
.giftregisty-dropdown ul.dropdown li:hover,
.wishlist-dropdown ul.dropdown li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.abs-dropdown-simple ul.dropdown:before,
.abs-dropdown-simple ul.dropdown:after,
.giftregisty-dropdown ul.dropdown:before,
.giftregisty-dropdown ul.dropdown:after,
.wishlist-dropdown ul.dropdown:before,
.wishlist-dropdown ul.dropdown:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.abs-dropdown-simple ul.dropdown:before,
.giftregisty-dropdown ul.dropdown:before,
.wishlist-dropdown ul.dropdown:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.abs-dropdown-simple ul.dropdown:after,
.giftregisty-dropdown ul.dropdown:after,
.wishlist-dropdown ul.dropdown:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.abs-dropdown-simple ul.dropdown:before,
.giftregisty-dropdown ul.dropdown:before,
.wishlist-dropdown ul.dropdown:before {
  left: 10px;
  top: -12px;
}
.abs-dropdown-simple ul.dropdown:after,
.giftregisty-dropdown ul.dropdown:after,
.wishlist-dropdown ul.dropdown:after {
  left: 9px;
  top: -14px;
}
.abs-dropdown-simple.active,
.giftregisty-dropdown.active,
.wishlist-dropdown.active {
  overflow: visible;
}
.abs-dropdown-simple.active ul.dropdown,
.giftregisty-dropdown.active ul.dropdown,
.wishlist-dropdown.active ul.dropdown {
  display: block;
}
.abs-input-qty,
.column .block-addbysku .qty .qty,
.bundle-options-container .input-text.qty,
.table-giftregistry-items .field.qty .qty,
.block-giftregistry-shared-items .qty .qty,
.table.grouped .control .qty,
.block-wishlist-info-items .input-text.qty,
.multicheckout .table-wrapper .col .qty .input-text,
.cart.table-wrapper .col.qty .input-text,
.account .table-wrapper .data.table.wishlist .box-tocart .qty,
.products-grid.wishlist .product-item .box-tocart input.qty,
.sidebar .block-addbysku .fieldset .fields .field.qty .qty {
  text-align: center;
  width: 47px;
}
.abs-margin-for-blocks-and-widgets,
.sidebar .widget.block:not(:last-child),
.sidebar .widget:not(:last-child),
.block-banners,
.block-banners-inline {
  margin-bottom: 40px;
}
.abs-remove-button-for-blocks,
.filtered .item .action.remove,
.sidebar .action.delete,
.table-comparison .cell.remove .action.delete,
.block-compare .action.delete {
  display: inline-block;
  text-decoration: none;
}
.abs-remove-button-for-blocks > span,
.filtered .item .action.remove > span,
.sidebar .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,
.filtered .item .action.remove:before,
.sidebar .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: 26px;
  line-height: 15px;
  color: #303030;
  content: '\e616';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-remove-button-for-blocks:hover:before,
.filtered .item .action.remove:hover:before,
.sidebar .action.delete:hover:before,
.table-comparison .cell.remove .action.delete:hover:before,
.block-compare .action.delete:hover:before {
  color: #303030;
}
.abs-remove-button-for-blocks:active:before,
.filtered .item .action.remove:active:before,
.sidebar .action.delete:active:before,
.table-comparison .cell.remove .action.delete:active:before,
.block-compare .action.delete:active:before {
  color: #303030;
}
.abs-product-link {
  font-weight: 400;
}
.abs-product-link > a {
  color: #333333;
  text-decoration: none;
}
.abs-product-link > a:visited {
  color: #333333;
  text-decoration: underline;
}
.abs-product-link > a:hover {
  color: #333333;
  text-decoration: underline;
}
.abs-product-link > a:active {
  color: #333333;
  text-decoration: underline;
}
.abs-reset-left-margin,
.form.giftregistry.items .actions-toolbar,
.form-new-agreement .actions-toolbar,
.fieldset .review-legend.legend,
.form.wishlist.items .actions-toolbar {
  margin-left: 0;
}
.abs-action-remove,
.abs-add-fields .action.remove,
.form-giftregistry-share .action.remove,
.form-giftregistry-edit .action.remove,
.form-add-invitations .action.remove,
.form-create-return .action.remove,
.form.send.friend .action.remove {
  left: 10px;
  margin-left: 70%;
  position: absolute;
  top: 31px;
  width: auto;
}
.abs-add-fields .fieldset,
.form-giftregistry-share .fieldset,
.form-giftregistry-edit .fieldset,
.form-add-invitations .fieldset,
.form-create-return .fieldset,
.form.send.friend .fieldset {
  margin-bottom: 50px;
}
.abs-add-fields .fieldset .field:not(.choice) .control,
.form-giftregistry-share .fieldset .field:not(.choice) .control,
.form-giftregistry-edit .fieldset .field:not(.choice) .control,
.form-add-invitations .fieldset .field:not(.choice) .control,
.form-create-return .fieldset .field:not(.choice) .control,
.form.send.friend .fieldset .field:not(.choice) .control {
  width: 70%;
}
.abs-add-fields .fieldset .actions-toolbar:not(:first-child) > .secondary,
.form-giftregistry-share .fieldset .actions-toolbar:not(:first-child) > .secondary,
.form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child) > .secondary,
.form-add-invitations .fieldset .actions-toolbar:not(:first-child) > .secondary,
.form-create-return .fieldset .actions-toolbar:not(:first-child) > .secondary,
.form.send.friend .fieldset .actions-toolbar:not(:first-child) > .secondary {
  float: left;
}
.abs-add-fields .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add,
.form-giftregistry-share .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add,
.form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add,
.form-add-invitations .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add,
.form-create-return .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add,
.form.send.friend .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add {
  margin-top: 30px;
}
.abs-add-fields .fieldset .fields .actions-toolbar,
.form-giftregistry-share .fieldset .fields .actions-toolbar,
.form-giftregistry-edit .fieldset .fields .actions-toolbar,
.form-add-invitations .fieldset .fields .actions-toolbar,
.form-create-return .fieldset .fields .actions-toolbar,
.form.send.friend .fieldset .fields .actions-toolbar {
  margin: 0;
}
.abs-add-fields .message.notice,
.form-giftregistry-share .message.notice,
.form-giftregistry-edit .message.notice,
.form-add-invitations .message.notice,
.form-create-return .message.notice,
.form.send.friend .message.notice {
  margin: 30px 0 0;
}
.abs-add-fields .additional,
.form-giftregistry-share .additional,
.form-giftregistry-edit .additional,
.form-add-invitations .additional,
.form-create-return .additional,
.form.send.friend .additional {
  margin-top: 55px;
  position: relative;
}
.abs-hidden,
.order-details-items .order-items .order-gift-message:not(.expanded-content) {
  height: 0;
  visibility: hidden;
}
.abs-visually-hidden,
.page-product-downloadable .product-options-wrapper .fieldset .legend.links-title,
.page-product-giftcard .fieldset.giftcard > .legend,
.opc-wrapper .form-giftcard-account .field .label,
.filter-options-content .filter-count-label,
.block-wishlist-search-form .form-wishlist-search .fieldset > .legend,
.page-multiple-wishlist .page-title-wrapper .page-title,
.multicheckout .table-wrapper .col .label,
.multicheckout .block .methods-shipping .item-content .fieldset > .legend,
.block.newsletter .label,
.block-reorder .product-item .label,
.opc-wrapper .form-discount .field .label,
.table-comparison .cell.label.remove span,
.table-comparison .cell.label.product span,
.cart.table-wrapper .col.qty .label,
.minicart-wrapper .action.showcart .text,
.minicart-wrapper .action.showcart .counter-label,
.checkout-index-index .page-title-wrapper,
.checkout-payment-method .field-select-billing > .label,
.checkout-payment-method .payments .legend,
.checkout-payment-method .ccard .legend,
.action.skip:not(:focus),
.products-grid.wishlist .product-item .comment-box .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-visually-hidden-reset,
.shipping-policy-block.field-tooltip .field-tooltip-action span {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.abs-add-clearfix:before,
.abs-add-clearfix:after,
.abs-add-fields .fieldset .actions-toolbar:not(:first-child):before,
.abs-add-fields .fieldset .actions-toolbar:not(:first-child):after,
.page-product-downloadable .product-add-form:before,
.page-product-downloadable .product-add-form:after,
.gift-options:before,
.gift-options:after,
.gift-item-block .content:before,
.gift-item-block .content:after,
.order-details-items .order-gift-message:before,
.order-details-items .order-gift-message:after,
.order-details-items .block-order-details-gift-message:before,
.order-details-items .block-order-details-gift-message:after,
.block-giftregistry-shared-items .product .item-options:before,
.block-giftregistry-shared-items .product .item-options:after,
.gift-wrapping-list:before,
.gift-wrapping-list:after,
.opc-wrapper .data.table .gift-wrapping:before,
.opc-wrapper .data.table .gift-wrapping:after,
.table-order-items .gift-wrapping:before,
.table-order-items .gift-wrapping:after,
.table-order-review .gift-wrapping:before,
.table-order-review .gift-wrapping:after,
.order-options .product:before,
.order-options .product:after,
.map-popup .map-info-price:before,
.map-popup .map-info-price:after,
.multicheckout .item-options:before,
.multicheckout .item-options:after,
.multicheckout .block:before,
.multicheckout .block:after,
.multicheckout .block-content:before,
.multicheckout .block-content:after,
.customer-review .product-details:before,
.customer-review .product-details:after,
.toolbar:before,
.toolbar:after,
.toolbar-products:before,
.toolbar-products:after,
.sidebar .product-items-images:before,
.sidebar .product-items-images:after,
.cart.table-wrapper .actions-toolbar:before,
.cart.table-wrapper .actions-toolbar:after,
.cart.table-wrapper .item-options:before,
.cart.table-wrapper .item-options:after,
.minicart-items .product-item > .product:before,
.minicart-items .product-item > .product:after,
.checkout-container:before,
.checkout-container:after,
.checkout-onepage-success:before,
.checkout-onepage-success:after,
.opc-estimated-wrapper:before,
.opc-estimated-wrapper:after,
.opc-wrapper .field.addresses:before,
.opc-wrapper .field.addresses:after,
.opc-block-summary .items-in-cart .product .item-options:before,
.opc-block-summary .items-in-cart .product .item-options:after,
.header.content:before,
.header.content:after,
.form-giftregistry-share .fieldset .actions-toolbar:not(:first-child):before,
.form-giftregistry-share .fieldset .actions-toolbar:not(:first-child):after,
.form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child):before,
.form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child):after,
.form-add-invitations .fieldset .actions-toolbar:not(:first-child):before,
.form-add-invitations .fieldset .actions-toolbar:not(:first-child):after,
.form-create-return .fieldset .actions-toolbar:not(:first-child):before,
.form-create-return .fieldset .actions-toolbar:not(:first-child):after,
.form.send.friend .fieldset .actions-toolbar:not(:first-child):before,
.form.send.friend .fieldset .actions-toolbar:not(:first-child):after {
  content: '';
  display: table;
}
.abs-add-clearfix:after,
.abs-add-fields .fieldset .actions-toolbar:not(:first-child):after,
.page-product-downloadable .product-add-form:after,
.gift-options:after,
.gift-item-block .content:after,
.order-details-items .order-gift-message:after,
.order-details-items .block-order-details-gift-message:after,
.block-giftregistry-shared-items .product .item-options:after,
.gift-wrapping-list:after,
.opc-wrapper .data.table .gift-wrapping:after,
.table-order-items .gift-wrapping:after,
.table-order-review .gift-wrapping:after,
.order-options .product:after,
.map-popup .map-info-price:after,
.multicheckout .item-options:after,
.multicheckout .block:after,
.multicheckout .block-content:after,
.customer-review .product-details:after,
.toolbar:after,
.toolbar-products:after,
.sidebar .product-items-images:after,
.cart.table-wrapper .actions-toolbar:after,
.cart.table-wrapper .item-options:after,
.minicart-items .product-item > .product:after,
.checkout-container:after,
.checkout-onepage-success:after,
.opc-estimated-wrapper:after,
.opc-wrapper .field.addresses:after,
.opc-block-summary .items-in-cart .product .item-options:after,
.header.content:after,
.form-giftregistry-share .fieldset .actions-toolbar:not(:first-child):after,
.form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child):after,
.form-add-invitations .fieldset .actions-toolbar:not(:first-child):after,
.form-create-return .fieldset .actions-toolbar:not(:first-child):after,
.form.send.friend .fieldset .actions-toolbar:not(:first-child):after {
  clear: both;
}
.abs-add-box-sizing,
.abs-field-date .control,
.abs-field-tooltip,
.columns .column.main,
.columns .sidebar-main,
.columns .sidebar-additional,
.column .block-addbysku .sku,
.bundle-options-container .block-bundle-summary,
.sidebar .product-items-images .product-item,
.cart-summary,
.opc-wrapper .shipping-address-item,
.shipping-policy-block.field-tooltip .field-tooltip-content,
.opc-block-summary,
.sidebar .block-addbysku .fieldset .fields .field.sku,
.block-event .slider-panel .slider .item .action.show,
.field .control._with-tooltip {
  box-sizing: border-box;
}
.abs-navigation-icon {
  display: block;
  text-decoration: none;
}
.abs-navigation-icon:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 34px;
  line-height: 1.2;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-navigation-icon:after {
  position: absolute;
  right: 5px;
  top: 0;
}
.abs-split-button {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.abs-split-button:before,
.abs-split-button:after {
  content: '';
  display: table;
}
.abs-split-button:after {
  clear: both;
}
.abs-split-button .action.split {
  float: left;
  margin: 0;
}
.abs-split-button .action.toggle {
  float: right;
  margin: 0;
}
.abs-split-button button.action.split,
.abs-split-button .cart.table-wrapper .actions-toolbar > .action.action.split,
.abs-split-button .action-gift.action.split {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.abs-split-button button + .action.toggle,
.abs-split-button .cart.table-wrapper .actions-toolbar > .action + .action.toggle,
.abs-split-button .action-gift + .action.toggle {
  border-bottom-left-radius: 0;
  border-left: 0;
  border-top-left-radius: 0;
}
.abs-split-button .action.toggle {
  padding: 4px 5px;
  display: inline-block;
  text-decoration: none;
}
.abs-split-button .action.toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-split-button .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e607';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-split-button .action.toggle:hover:after {
  color: inherit;
}
.abs-split-button .action.toggle:active:after {
  color: inherit;
}
.abs-split-button .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.abs-split-button .action.toggle.active > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-split-button .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e618';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-split-button .action.toggle.active:hover:after {
  color: inherit;
}
.abs-split-button .action.toggle.active:active:after {
  color: inherit;
}
.abs-split-button .items {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 100%;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.abs-split-button .items li {
  margin: 0;
  padding: 3px 5px;
}
.abs-split-button .items li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.abs-split-button .items:before,
.abs-split-button .items:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.abs-split-button .items:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.abs-split-button .items:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.abs-split-button .items:before {
  right: 10px;
  top: -12px;
}
.abs-split-button .items:after {
  right: 9px;
  top: -14px;
}
.abs-split-button.active {
  overflow: visible;
}
.abs-split-button.active .items {
  display: block;
}
.abs-action-addto-product,
.bundle-options-container .block-bundle-summary .product-addto-links > .action,
.product-info-main .action.tocompare,
.product-options-bottom .action.tocompare,
.product-info-main .action.towishlist,
.product-options-bottom .action.towishlist,
.block-bundle-summary .action.towishlist {
  line-height: 1.2rem;
  padding: 5px 8px;
  font-size: 1.1rem;
}
.abs-actions-addto-gridlist,
.table-comparison .wishlist.split.button > .action.split,
.product-items .wishlist.split.button > .action.split {
  display: inline-block;
  text-decoration: none;
}
.abs-actions-addto-gridlist > span,
.table-comparison .wishlist.split.button > .action.split > span,
.product-items .wishlist.split.button > .action.split > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-actions-addto-gridlist:before,
.table-comparison .wishlist.split.button > .action.split:before,
.product-items .wishlist.split.button > .action.split:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 29px;
  line-height: 24px;
  color: #7d7d7d;
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-actions-addto-gridlist:hover:before,
.table-comparison .wishlist.split.button > .action.split:hover:before,
.product-items .wishlist.split.button > .action.split:hover:before {
  color: #333333;
}
.abs-button-l,
.bundle-actions .action.primary,
.bundle-options-container .block-bundle-summary .box-tocart .action.primary,
.multicheckout .action.primary,
.product-info-main .box-tocart .action.tocart,
.product-options-bottom .box-tocart .action.tocart,
.cart-container .checkout-methods-items .action.primary,
.block-minicart .block-content > .actions > .primary .action.primary,
.methods-shipping .actions-toolbar .action.primary,
.block-authentication .action.action-register,
.block-authentication .action.action-login,
.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .action.primary,
.bundle-actions .amshopby-button,
.bundle-options-container .block-bundle-summary .box-tocart .amshopby-button,
.multicheckout .amshopby-button,
.cart-container .checkout-methods-items .amshopby-button,
.block-minicart .block-content > .actions > .primary .amshopby-button,
.methods-shipping .actions-toolbar .amshopby-button,
.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .amshopby-button,
.bundle-actions .am-filter-go,
.bundle-options-container .block-bundle-summary .box-tocart .am-filter-go,
.multicheckout .am-filter-go,
.cart-container .checkout-methods-items .am-filter-go,
.block-minicart .block-content > .actions > .primary .am-filter-go,
.methods-shipping .actions-toolbar .am-filter-go,
.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .am-filter-go {
  line-height: 2.2rem;
  padding: 14px 17px;
  font-size: 1.8rem;
}
.abs-action-button-as-link,
.abs-action-remove,
.cart-summary .block.giftcard .action.check,
.gift-options .actions-toolbar .action-cancel,
.table-comparison .wishlist.split.button > .action,
.product-items .wishlist.split.button > .action,
.paypal-button-widget .paypal-button,
.cart.table-wrapper .action.help.map,
.opc-wrapper .edit-address-link,
.opc-block-shipping-information .shipping-information-title .action-edit,
.action-auth-toggle,
.checkout-payment-method .checkout-billing-address .action-cancel,
.checkout-agreements-block .action-show,
.abs-add-fields .action.remove,
.form-giftregistry-share .action.remove,
.form-giftregistry-edit .action.remove,
.form-add-invitations .action.remove,
.form-create-return .action.remove,
.form.send.friend .action.remove {
  line-height: 1.42857143;
  padding: 0;
  color: #1979c3;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  border-radius: 0;
  font-size: inherit;
  font-weight: 400;
}
.abs-action-button-as-link:visited,
.abs-action-remove:visited,
.cart-summary .block.giftcard .action.check:visited,
.gift-options .actions-toolbar .action-cancel:visited,
.table-comparison .wishlist.split.button > .action:visited,
.product-items .wishlist.split.button > .action:visited,
.paypal-button-widget .paypal-button:visited,
.cart.table-wrapper .action.help.map:visited,
.opc-wrapper .edit-address-link:visited,
.opc-block-shipping-information .shipping-information-title .action-edit:visited,
.action-auth-toggle:visited,
.checkout-payment-method .checkout-billing-address .action-cancel:visited,
.checkout-agreements-block .action-show:visited,
.abs-add-fields .action.remove:visited,
.form-giftregistry-share .action.remove:visited,
.form-giftregistry-edit .action.remove:visited,
.form-add-invitations .action.remove:visited,
.form-create-return .action.remove:visited,
.form.send.friend .action.remove:visited {
  color: #1979c3;
  text-decoration: none;
}
.abs-action-button-as-link:hover,
.abs-action-remove:hover,
.cart-summary .block.giftcard .action.check:hover,
.gift-options .actions-toolbar .action-cancel:hover,
.table-comparison .wishlist.split.button > .action:hover,
.product-items .wishlist.split.button > .action:hover,
.paypal-button-widget .paypal-button:hover,
.cart.table-wrapper .action.help.map:hover,
.opc-wrapper .edit-address-link:hover,
.opc-block-shipping-information .shipping-information-title .action-edit:hover,
.action-auth-toggle:hover,
.checkout-payment-method .checkout-billing-address .action-cancel:hover,
.checkout-agreements-block .action-show:hover,
.abs-add-fields .action.remove:hover,
.form-giftregistry-share .action.remove:hover,
.form-giftregistry-edit .action.remove:hover,
.form-add-invitations .action.remove:hover,
.form-create-return .action.remove:hover,
.form.send.friend .action.remove:hover {
  color: #006bb4;
  text-decoration: underline;
}
.abs-action-button-as-link:active,
.abs-action-remove:active,
.cart-summary .block.giftcard .action.check:active,
.gift-options .actions-toolbar .action-cancel:active,
.table-comparison .wishlist.split.button > .action:active,
.product-items .wishlist.split.button > .action:active,
.paypal-button-widget .paypal-button:active,
.cart.table-wrapper .action.help.map:active,
.opc-wrapper .edit-address-link:active,
.opc-block-shipping-information .shipping-information-title .action-edit:active,
.action-auth-toggle:active,
.checkout-payment-method .checkout-billing-address .action-cancel:active,
.checkout-agreements-block .action-show:active,
.abs-add-fields .action.remove:active,
.form-giftregistry-share .action.remove:active,
.form-giftregistry-edit .action.remove:active,
.form-add-invitations .action.remove:active,
.form-create-return .action.remove:active,
.form.send.friend .action.remove:active {
  color: #ff5501;
  text-decoration: underline;
}
.abs-action-button-as-link:hover,
.abs-action-button-as-link:active,
.abs-action-button-as-link:focus,
.abs-action-remove:hover,
.abs-action-remove:active,
.abs-action-remove:focus,
.cart-summary .block.giftcard .action.check:hover,
.cart-summary .block.giftcard .action.check:active,
.cart-summary .block.giftcard .action.check:focus,
.gift-options .actions-toolbar .action-cancel:hover,
.gift-options .actions-toolbar .action-cancel:active,
.gift-options .actions-toolbar .action-cancel:focus,
.table-comparison .wishlist.split.button > .action:hover,
.table-comparison .wishlist.split.button > .action:active,
.table-comparison .wishlist.split.button > .action:focus,
.product-items .wishlist.split.button > .action:hover,
.product-items .wishlist.split.button > .action:active,
.product-items .wishlist.split.button > .action:focus,
.paypal-button-widget .paypal-button:hover,
.paypal-button-widget .paypal-button:active,
.paypal-button-widget .paypal-button:focus,
.cart.table-wrapper .action.help.map:hover,
.cart.table-wrapper .action.help.map:active,
.cart.table-wrapper .action.help.map:focus,
.opc-wrapper .edit-address-link:hover,
.opc-wrapper .edit-address-link:active,
.opc-wrapper .edit-address-link:focus,
.opc-block-shipping-information .shipping-information-title .action-edit:hover,
.opc-block-shipping-information .shipping-information-title .action-edit:active,
.opc-block-shipping-information .shipping-information-title .action-edit:focus,
.action-auth-toggle:hover,
.action-auth-toggle:active,
.action-auth-toggle:focus,
.checkout-payment-method .checkout-billing-address .action-cancel:hover,
.checkout-payment-method .checkout-billing-address .action-cancel:active,
.checkout-payment-method .checkout-billing-address .action-cancel:focus,
.checkout-agreements-block .action-show:hover,
.checkout-agreements-block .action-show:active,
.checkout-agreements-block .action-show:focus,
.abs-add-fields .action.remove:hover,
.abs-add-fields .action.remove:active,
.abs-add-fields .action.remove: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,
.cart-summary .block.giftcard .action.check.disabled,
.cart-summary .block.giftcard .action.check[disabled],
fieldset[disabled] .cart-summary .block.giftcard .action.check,
.gift-options .actions-toolbar .action-cancel.disabled,
.gift-options .actions-toolbar .action-cancel[disabled],
fieldset[disabled] .gift-options .actions-toolbar .action-cancel,
.table-comparison .wishlist.split.button > .action.disabled,
.table-comparison .wishlist.split.button > .action[disabled],
fieldset[disabled] .table-comparison .wishlist.split.button > .action,
.product-items .wishlist.split.button > .action.disabled,
.product-items .wishlist.split.button > .action[disabled],
fieldset[disabled] .product-items .wishlist.split.button > .action,
.paypal-button-widget .paypal-button.disabled,
.paypal-button-widget .paypal-button[disabled],
fieldset[disabled] .paypal-button-widget .paypal-button,
.cart.table-wrapper .action.help.map.disabled,
.cart.table-wrapper .action.help.map[disabled],
fieldset[disabled] .cart.table-wrapper .action.help.map,
.opc-wrapper .edit-address-link.disabled,
.opc-wrapper .edit-address-link[disabled],
fieldset[disabled] .opc-wrapper .edit-address-link,
.opc-block-shipping-information .shipping-information-title .action-edit.disabled,
.opc-block-shipping-information .shipping-information-title .action-edit[disabled],
fieldset[disabled] .opc-block-shipping-information .shipping-information-title .action-edit,
.action-auth-toggle.disabled,
.action-auth-toggle[disabled],
fieldset[disabled] .action-auth-toggle,
.checkout-payment-method .checkout-billing-address .action-cancel.disabled,
.checkout-payment-method .checkout-billing-address .action-cancel[disabled],
fieldset[disabled] .checkout-payment-method .checkout-billing-address .action-cancel,
.checkout-agreements-block .action-show.disabled,
.checkout-agreements-block .action-show[disabled],
fieldset[disabled] .checkout-agreements-block .action-show,
.abs-add-fields .action.remove.disabled,
.abs-add-fields .action.remove[disabled],
fieldset[disabled] .abs-add-fields .action.remove,
.form-giftregistry-share .action.remove.disabled,
.form-giftregistry-share .action.remove[disabled],
fieldset[disabled] .form-giftregistry-share .action.remove,
.form-giftregistry-edit .action.remove.disabled,
.form-giftregistry-edit .action.remove[disabled],
fieldset[disabled] .form-giftregistry-edit .action.remove,
.form-add-invitations .action.remove.disabled,
.form-add-invitations .action.remove[disabled],
fieldset[disabled] .form-add-invitations .action.remove,
.form-create-return .action.remove.disabled,
.form-create-return .action.remove[disabled],
fieldset[disabled] .form-create-return .action.remove,
.form.send.friend .action.remove.disabled,
.form.send.friend .action.remove[disabled],
fieldset[disabled] .form.send.friend .action.remove {
  color: #1979c3;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.abs-action-button-as-link:active,
.abs-action-button-as-link:not(:focus),
.abs-action-remove:active,
.abs-action-remove:not(:focus),
.cart-summary .block.giftcard .action.check:active,
.cart-summary .block.giftcard .action.check:not(:focus),
.gift-options .actions-toolbar .action-cancel:active,
.gift-options .actions-toolbar .action-cancel:not(:focus),
.table-comparison .wishlist.split.button > .action:active,
.table-comparison .wishlist.split.button > .action:not(:focus),
.product-items .wishlist.split.button > .action:active,
.product-items .wishlist.split.button > .action:not(:focus),
.paypal-button-widget .paypal-button:active,
.paypal-button-widget .paypal-button:not(:focus),
.cart.table-wrapper .action.help.map:active,
.cart.table-wrapper .action.help.map:not(:focus),
.opc-wrapper .edit-address-link:active,
.opc-wrapper .edit-address-link:not(:focus),
.opc-block-shipping-information .shipping-information-title .action-edit:active,
.opc-block-shipping-information .shipping-information-title .action-edit:not(:focus),
.action-auth-toggle:active,
.action-auth-toggle:not(:focus),
.checkout-payment-method .checkout-billing-address .action-cancel:active,
.checkout-payment-method .checkout-billing-address .action-cancel:not(:focus),
.checkout-agreements-block .action-show:active,
.checkout-agreements-block .action-show:not(:focus),
.abs-add-fields .action.remove:active,
.abs-add-fields .action.remove:not(:focus),
.form-giftregistry-share .action.remove:active,
.form-giftregistry-share .action.remove:not(:focus),
.form-giftregistry-edit .action.remove:active,
.form-giftregistry-edit .action.remove:not(:focus),
.form-add-invitations .action.remove:active,
.form-add-invitations .action.remove:not(:focus),
.form-create-return .action.remove:active,
.form-create-return .action.remove:not(:focus),
.form.send.friend .action.remove:active,
.form.send.friend .action.remove:not(:focus) {
  box-shadow: none;
}
.abs-revert-secondary-color,
.cart-summary .form.giftregistry .fieldset .action.primary,
.paypal-review .block .actions-toolbar .action.primary,
.block-compare .action.compare,
.cart-summary .actions-toolbar > .primary button,
.cart-summary .form.giftregistry .fieldset .amshopby-button,
.paypal-review .block .actions-toolbar .amshopby-button,
.cart-summary .form.giftregistry .fieldset .am-filter-go,
.paypal-review .block .actions-toolbar .am-filter-go,
.cart-summary .actions-toolbar > .primary .cart.table-wrapper .actions-toolbar > .action,
.cart-summary .actions-toolbar > .primary .action-gift {
  background: #f2f2f2;
  border: 1px solid #cdcdcd;
  color: #333333;
}
.abs-revert-secondary-color:focus,
.abs-revert-secondary-color:active,
.cart-summary .form.giftregistry .fieldset .action.primary:focus,
.cart-summary .form.giftregistry .fieldset .action.primary:active,
.paypal-review .block .actions-toolbar .action.primary:focus,
.paypal-review .block .actions-toolbar .action.primary:active,
.block-compare .action.compare:focus,
.block-compare .action.compare:active,
.cart-summary .actions-toolbar > .primary button:focus,
.cart-summary .actions-toolbar > .primary button:active,
.cart-summary .form.giftregistry .fieldset .amshopby-button:focus,
.cart-summary .form.giftregistry .fieldset .amshopby-button:active,
.paypal-review .block .actions-toolbar .amshopby-button:focus,
.paypal-review .block .actions-toolbar .amshopby-button:active,
.cart-summary .form.giftregistry .fieldset .am-filter-go:focus,
.cart-summary .form.giftregistry .fieldset .am-filter-go:active,
.paypal-review .block .actions-toolbar .am-filter-go:focus,
.paypal-review .block .actions-toolbar .am-filter-go:active,
.cart-summary .actions-toolbar > .primary .cart.table-wrapper .actions-toolbar > .action:focus,
.cart-summary .actions-toolbar > .primary .cart.table-wrapper .actions-toolbar > .action:active,
.cart-summary .actions-toolbar > .primary .action-gift:focus,
.cart-summary .actions-toolbar > .primary .action-gift:active {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #333333;
}
.abs-revert-secondary-color:hover,
.cart-summary .form.giftregistry .fieldset .action.primary:hover,
.paypal-review .block .actions-toolbar .action.primary:hover,
.block-compare .action.compare:hover,
.cart-summary .actions-toolbar > .primary button:hover,
.cart-summary .form.giftregistry .fieldset .amshopby-button:hover,
.paypal-review .block .actions-toolbar .amshopby-button:hover,
.cart-summary .form.giftregistry .fieldset .am-filter-go:hover,
.paypal-review .block .actions-toolbar .am-filter-go:hover,
.cart-summary .actions-toolbar > .primary .cart.table-wrapper .actions-toolbar > .action:hover,
.cart-summary .actions-toolbar > .primary .action-gift:hover {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #555555;
}
.abs-revert-secondary-size,
.cart-summary .form.giftregistry .fieldset .action.primary,
.cart-summary .form.giftregistry .fieldset .amshopby-button,
.cart-summary .form.giftregistry .fieldset .am-filter-go {
  font-size: 1.4rem;
  line-height: 1.6rem;
  padding: 7px 15px;
}
.abs-box-tocart,
.bundle-actions {
  margin: 10px 0;
}
.abs-adjustment-incl-excl-tax .price-including-tax,
.abs-adjustment-incl-excl-tax .price-excluding-tax,
.abs-adjustment-incl-excl-tax .weee,
.bundle-options-container .price-notice .price-including-tax,
.bundle-options-container .price-notice .price-excluding-tax,
.bundle-options-container .price-notice .weee,
.gift-summary .price-including-tax,
.gift-summary .price-excluding-tax,
.gift-summary .weee,
.gift-options .price-including-tax,
.gift-options .price-excluding-tax,
.gift-options .weee,
.product-options-wrapper .field .price-notice .price-including-tax,
.product-options-wrapper .field .price-notice .price-excluding-tax,
.product-options-wrapper .field .price-notice .weee,
.cart-summary .price-including-tax,
.cart-summary .price-excluding-tax,
.cart-summary .weee {
  font-size: 1.4rem;
  display: inline-block;
  white-space: nowrap;
}
.abs-adjustment-incl-excl-tax .price-including-tax + .price-excluding-tax,
.bundle-options-container .price-notice .price-including-tax + .price-excluding-tax,
.gift-summary .price-including-tax + .price-excluding-tax,
.gift-options .price-including-tax + .price-excluding-tax,
.product-options-wrapper .field .price-notice .price-including-tax + .price-excluding-tax,
.cart-summary .price-including-tax + .price-excluding-tax {
  display: inline-block;
  font-size: 1.1rem;
}
.abs-adjustment-incl-excl-tax .price-including-tax + .price-excluding-tax:before,
.bundle-options-container .price-notice .price-including-tax + .price-excluding-tax:before,
.gift-summary .price-including-tax + .price-excluding-tax:before,
.gift-options .price-including-tax + .price-excluding-tax:before,
.product-options-wrapper .field .price-notice .price-including-tax + .price-excluding-tax:before,
.cart-summary .price-including-tax + .price-excluding-tax:before {
  content: '(' attr(data-label) ': ';
}
.abs-adjustment-incl-excl-tax .price-including-tax + .price-excluding-tax:after,
.bundle-options-container .price-notice .price-including-tax + .price-excluding-tax:after,
.gift-summary .price-including-tax + .price-excluding-tax:after,
.gift-options .price-including-tax + .price-excluding-tax:after,
.product-options-wrapper .field .price-notice .price-including-tax + .price-excluding-tax:after,
.cart-summary .price-including-tax + .price-excluding-tax:after {
  content: ')';
}
.abs-tax-total,
.price-including-tax .cart-tax-total,
.price-excluding-tax .cart-tax-total {
  cursor: pointer;
  padding-right: 12px;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.abs-tax-total:after,
.price-including-tax .cart-tax-total:after,
.price-excluding-tax .cart-tax-total:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 26px;
  line-height: 10px;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  margin: 3px 0 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-tax-total:after,
.price-including-tax .cart-tax-total:after,
.price-excluding-tax .cart-tax-total:after {
  position: absolute;
  right: -10px;
  top: 3px;
}
.abs-tax-total-expanded:after {
  content: '\e621';
}
.abs-tax-total-expanded:after,
.price-including-tax .cart-tax-total-expanded:after,
.price-excluding-tax .cart-tax-total-expanded:after {
  content: '\e621';
}
.abs-methods-shipping-title {
  font-size: 1.4rem;
  font-weight: 700;
  margin: 0 0 15px;
}
.abs-account-title,
.form-giftregistry-search .legend,
.block-wishlist-search-form .block-title,
.multicheckout .block-title,
.multicheckout .block-content .title {
  border-bottom: 1px solid #d1d1d1;
  margin-bottom: 25px;
  padding-bottom: 10px;
}
.abs-account-title > strong,
.abs-account-title > span,
.form-giftregistry-search .legend > strong,
.form-giftregistry-search .legend > span,
.block-wishlist-search-form .block-title > strong,
.block-wishlist-search-form .block-title > span,
.multicheckout .block-title > strong,
.multicheckout .block-title > span,
.multicheckout .block-content .title > strong,
.multicheckout .block-content .title > span {
  font-size: 2.2rem;
  font-weight: 300;
}
.abs-rating-summary .rating-summary,
.review-ratings .rating-summary {
  display: table-row;
}
.abs-rating-summary .rating-label,
.review-ratings .rating-label {
  display: table-cell;
  padding-bottom: 5px;
  padding-right: 25px;
  padding-top: 1px;
  vertical-align: top;
}
.abs-rating-summary .rating-result,
.review-ratings .rating-result {
  display: table-cell;
  vertical-align: top;
}
.abs-colon: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,
.block-minicart .subtotal .label:after,
.minicart-items .details-qty .label:after,
.minicart-items .price-minicart .label:after {
  content: ': ';
}
.abs-icon-add,
.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: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-dropdown-items-new .items .item:last-child:hover,
.wishlist.split.button .items .item:last-child:hover,
.wishlist-dropdown .items .item:last-child:hover {
  background: #e8e8e8;
}
.abs-dropdown-items-new .action.new:before,
.wishlist.split.button .action.new:before,
.wishlist-dropdown .action.new:before {
  margin-left: -17px;
  margin-right: 5px;
}
.abs-no-display,
.abs-sidebar-totals .table-caption,
.page-product-giftcard .fieldset.giftcard > .legend + br,
.order-details-items .order-items .order-gift-message .action.close,
.multicheckout .block .methods-shipping .item-content .fieldset > .legend + br,
.multicheckout .hidden,
[class^='multishipping-'] .nav-sections,
[class^='multishipping-'] .nav-toggle,
.sidebar-main .block-reorder .subtitle,
.sidebar-additional .block-reorder .subtitle,
.sidebar .subtitle,
.cart-summary .block .fieldset.estimate > .legend,
.cart-summary .block .fieldset.estimate > .legend + br,
.minicart-items .product-item-details .weee[data-label] .label,
.no-display,
.cart-totals .table-caption,
.opc-block-summary .table-totals .table-caption {
  display: none;
}
.abs-status,
.return-status,
.order-status {
  display: inline-block;
  margin-bottom: 20px;
}
.abs-block-items-counter,
.block-compare .counter,
.block-wishlist .counter {
  color: #7d7d7d;
  font-size: 1.2rem;
  white-space: nowrap;
}
.abs-shopping-cart-items .action.continue,
.block-cart-failed .action.continue,
.cart-container .form-cart .action.continue {
  border-radius: 3px;
  background-image: none;
  background: #f2f2f2;
  border: 1px solid #cdcdcd;
  color: #333333;
  cursor: pointer;
  font-family: 'popins';
  font-weight: 700;
  margin: 0;
  padding: 7px 15px 7px 0;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
  display: inline-block;
  text-decoration: none;
}
.abs-shopping-cart-items .action.continue:hover,
.abs-shopping-cart-items .action.continue:active,
.abs-shopping-cart-items .action.continue:focus,
.block-cart-failed .action.continue:hover,
.block-cart-failed .action.continue:active,
.block-cart-failed .action.continue:focus,
.cart-container .form-cart .action.continue:hover,
.cart-container .form-cart .action.continue:active,
.cart-container .form-cart .action.continue:focus {
  text-decoration: none;
}
.abs-shopping-cart-items .action.continue:before,
.block-cart-failed .action.continue:before,
.cart-container .form-cart .action.continue:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 16px;
  color: inherit;
  content: '\e617';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-shopping-cart-items .action.continue:hover:before,
.block-cart-failed .action.continue:hover:before,
.cart-container .form-cart .action.continue:hover:before {
  color: inherit;
}
.abs-shopping-cart-items .action.continue:active:before,
.block-cart-failed .action.continue:active:before,
.cart-container .form-cart .action.continue:active:before {
  color: inherit;
}
.abs-shopping-cart-items .action.continue:focus,
.abs-shopping-cart-items .action.continue:active,
.block-cart-failed .action.continue:focus,
.block-cart-failed .action.continue:active,
.cart-container .form-cart .action.continue:focus,
.cart-container .form-cart .action.continue:active {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #333333;
}
.abs-shopping-cart-items .action.continue:hover,
.block-cart-failed .action.continue:hover,
.cart-container .form-cart .action.continue:hover {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #555555;
}
.abs-shopping-cart-items .action.continue.disabled,
.abs-shopping-cart-items .action.continue[disabled],
fieldset[disabled] .abs-shopping-cart-items .action.continue,
.block-cart-failed .action.continue.disabled,
.block-cart-failed .action.continue[disabled],
fieldset[disabled] .block-cart-failed .action.continue,
.cart-container .form-cart .action.continue.disabled,
.cart-container .form-cart .action.continue[disabled],
fieldset[disabled] .cart-container .form-cart .action.continue {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.abs-shopping-cart-items .action.continue:active,
.block-cart-failed .action.continue:active,
.cart-container .form-cart .action.continue:active {
  box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.12);
}
.abs-shopping-cart-items .action.update,
.block-cart-failed .action.update,
.cart-container .form-cart .action.update {
  display: inline-block;
  text-decoration: none;
  padding-left: 5px;
}
.abs-shopping-cart-items .action.update:before,
.block-cart-failed .action.update:before,
.cart-container .form-cart .action.update:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 16px;
  color: inherit;
  content: '\e603';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-shopping-cart-items .action.update:hover:before,
.block-cart-failed .action.update:hover:before,
.cart-container .form-cart .action.update:hover:before {
  color: inherit;
}
.abs-shopping-cart-items .action.update:active:before,
.block-cart-failed .action.update:active:before,
.cart-container .form-cart .action.update:active:before {
  color: inherit;
}
.abs-field-date .control {
  position: relative;
}
.abs-field-date-input,
.abs-field-date input,
.form-giftregistry-search .fields-specific-options .datetime-picker {
  margin-right: 10px;
  width: calc(100% - 50px);
}
.abs-field-tooltip,
.field .control._with-tooltip {
  position: relative;
}
.abs-field-tooltip input,
.field .control._with-tooltip input {
  margin-right: 10px;
  width: calc(100% - 39px);
}
.abs-checkout-tooltip-content-position-top,
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content,
.shipping-policy-block.field-tooltip .field-tooltip-content {
  right: -10px;
  top: 40px;
  left: auto;
}
.abs-checkout-tooltip-content-position-top:before,
.abs-checkout-tooltip-content-position-top:after,
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:before,
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:after,
.shipping-policy-block.field-tooltip .field-tooltip-content:before,
.shipping-policy-block.field-tooltip .field-tooltip-content:after {
  border: 10px solid transparent;
  height: 0;
  width: 0;
  margin-top: -21px;
  right: 10px;
  left: auto;
  top: 0;
}
.abs-checkout-tooltip-content-position-top:before,
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:before,
.shipping-policy-block.field-tooltip .field-tooltip-content:before {
  border-bottom-color: #999999;
}
.abs-checkout-tooltip-content-position-top:after,
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:after,
.shipping-policy-block.field-tooltip .field-tooltip-content:after {
  border-bottom-color: #f4f4f4;
  top: 1px;
}
.abs-checkout-title,
.opc-wrapper .step-title,
.opc-block-shipping-information .shipping-information-title,
.opc-block-summary > .title,
.checkout-agreements-items .checkout-agreements-item-title {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 10px;
  color: #333333;
  font-weight: 300;
  font-size: 2.6rem;
}
.abs-sidebar-totals .mark,
.cart-totals .mark,
.opc-block-summary .table-totals .mark {
  font-weight: 400;
  padding-left: 4px;
}
.abs-sidebar-totals .mark strong,
.cart-totals .mark strong,
.opc-block-summary .table-totals .mark strong {
  font-weight: 400;
}
.abs-sidebar-totals .amount,
.cart-totals .amount,
.opc-block-summary .table-totals .amount {
  padding-right: 4px;
  text-align: right;
  white-space: nowrap;
}
.abs-sidebar-totals .amount strong,
.cart-totals .amount strong,
.opc-block-summary .table-totals .amount strong {
  font-weight: 400;
}
.abs-sidebar-totals .grand .mark,
.abs-sidebar-totals .grand .amount,
.cart-totals .grand .mark,
.cart-totals .grand .amount,
.opc-block-summary .table-totals .grand .mark,
.opc-block-summary .table-totals .grand .amount {
  padding-top: 20px;
}
.abs-sidebar-totals .grand .amount,
.cart-totals .grand .amount,
.opc-block-summary .table-totals .grand .amount {
  padding-right: 4px;
  text-align: right;
}
.abs-sidebar-totals .grand .amount strong,
.cart-totals .grand .amount strong,
.opc-block-summary .table-totals .grand .amount strong {
  font-weight: 700;
}
.abs-sidebar-totals .msrp,
.cart-totals .msrp,
.opc-block-summary .table-totals .msrp {
  margin-bottom: 10px;
}
.abs-sidebar-totals .totals-tax-summary .mark,
.abs-sidebar-totals .totals-tax-summary .amount,
.cart-totals .totals-tax-summary .mark,
.cart-totals .totals-tax-summary .amount,
.opc-block-summary .table-totals .totals-tax-summary .mark,
.opc-block-summary .table-totals .totals-tax-summary .amount {
  border-top: 1px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
  cursor: pointer;
}
.abs-sidebar-totals .totals-tax-summary .amount .price,
.cart-totals .totals-tax-summary .amount .price,
.opc-block-summary .table-totals .totals-tax-summary .amount .price {
  display: block;
  text-decoration: none;
  padding-right: 25px;
  position: relative;
}
.abs-sidebar-totals .totals-tax-summary .amount .price > span,
.cart-totals .totals-tax-summary .amount .price > span,
.opc-block-summary .table-totals .totals-tax-summary .amount .price > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-sidebar-totals .totals-tax-summary .amount .price:after,
.cart-totals .totals-tax-summary .amount .price:after,
.opc-block-summary .table-totals .totals-tax-summary .amount .price:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-sidebar-totals .totals-tax-summary .amount .price:after,
.cart-totals .totals-tax-summary .amount .price:after,
.opc-block-summary .table-totals .totals-tax-summary .amount .price:after {
  position: absolute;
  right: -5px;
  top: -12px;
}
.abs-sidebar-totals .totals-tax-summary.expanded .mark,
.abs-sidebar-totals .totals-tax-summary.expanded .amount,
.cart-totals .totals-tax-summary.expanded .mark,
.cart-totals .totals-tax-summary.expanded .amount,
.opc-block-summary .table-totals .totals-tax-summary.expanded .mark,
.opc-block-summary .table-totals .totals-tax-summary.expanded .amount {
  border-bottom: 0;
}
.abs-sidebar-totals .totals-tax-summary.expanded .amount .price:after,
.cart-totals .totals-tax-summary.expanded .amount .price:after,
.opc-block-summary .table-totals .totals-tax-summary.expanded .amount .price:after {
  content: '\e621';
}
.abs-sidebar-totals .totals-tax-details,
.cart-totals .totals-tax-details,
.opc-block-summary .table-totals .totals-tax-details {
  border-bottom: 1px solid #d1d1d1;
  display: none;
}
.abs-sidebar-totals .totals-tax-details.shown,
.cart-totals .totals-tax-details.shown,
.opc-block-summary .table-totals .totals-tax-details.shown {
  display: table-row;
}
.abs-discount-block > .title,
.paypal-review-discount .block > .title,
.cart-summary .block > .title {
  border-top: 1px solid #d1d1d1;
  cursor: pointer;
  font-weight: 600;
  display: block;
  text-decoration: none;
  margin-bottom: 0;
  overflow: hidden;
  padding: 7px 30px 7px 5px;
  position: relative;
}
.abs-discount-block > .title:after,
.paypal-review-discount .block > .title:after,
.cart-summary .block > .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-discount-block > .title:after,
.paypal-review-discount .block > .title:after,
.cart-summary .block > .title:after {
  position: absolute;
  right: -5px;
  top: -5px;
}
.column.main .abs-discount-block > .title strong,
.column.main .paypal-review-discount .block > .title strong,
.column.main .cart-summary .block > .title strong {
  font-size: 1.8rem;
  font-weight: 400;
}
.abs-discount-block > .content,
.paypal-review-discount .block > .content,
.cart-summary .block > .content {
  display: none;
}
.abs-discount-block.active > .title:after,
.paypal-review-discount .block.active > .title:after,
.cart-summary .block.active > .title:after {
  content: '\e621';
}
.abs-discount-block.active > .content,
.paypal-review-discount .block.active > .content,
.cart-summary .block.active > .content {
  display: block;
}
@font-face {
  font-family: molla;
  src: url('../../frontend/Mgs/molla/de_DE/fonts/themify.woff2') format('woff2'), url('../../frontend/Mgs/molla/de_DE/fonts/themify.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: auto;
}
html {
  font-size: 14px;
}
p::selection {
  color: #fff;
  background-color: #c96;
}
body {
  color: #999999;
  font-weight: inherit;
  font-style: inherit;
  line-height: 1.42857143;
  font-size: 14px;
  font-family: 'popins';
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a {
  color: #333333;
  text-decoration: none;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
a:hover,
a:focus {
  color: #cc9966;
  text-decoration: none;
}
a.link-underline {
  text-decoration: underline;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: #333333;
  font-weight: 500;
  line-height: 1.1;
  margin-top: 0;
  margin-bottom: 15px;
}
h1,
.h1 {
  font-size: 50px;
}
h2,
.h2 {
  font-size: 40px;
}
h3,
.h3 {
  font-size: 30px;
}
h4,
.h4 {
  font-size: 24px;
}
h5,
.h5 {
  font-size: 20px;
}
h6,
.h6 {
  font-size: 14px;
}
p {
  margin: 0;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0;
  color: #777777;
  line-height: 26px;
}
a.btn.btn-link {
  padding: 5px 0;
}
ul,
ol {
  list-style-type: none;
  margin: 0;
  padding-left: 0;
  font-size: 1rem;
}
ul.list-item-1 li,
ol.list-item-1 li {
  position: relative;
}
ul.list-item-1 li a:before,
ol.list-item-1 li a:before {
  content: "";
  height: 1px;
  width: 0;
  background: #cc9966;
  top: 10px;
  left: 0;
  position: absolute;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
ul.list-item-1 li a:hover,
ol.list-item-1 li a:hover {
  padding-left: 20px;
}
ul.list-item-1 li a:hover:before,
ol.list-item-1 li a:hover:before {
  width: 12px;
}
ul.list-item-2,
ol.list-item-2 {
  list-style-type: disc;
  padding-left: 16px;
}
ul.list-item-3,
ol.list-item-3 {
  list-style: decimal;
  padding-left: 16px;
}
input[type=number] {
  -moz-appearance: textfield;
}
.title {
  font-size: 24px;
}
.title-sm {
  font-size: 20px;
}
.separator {
  font-weight: 300;
  color: #cccccc;
}
.heading {
  margin-bottom: 15px;
}
.heading .title {
  margin-bottom: 0;
}
.heading.heading-flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.title-link {
  font-weight: 500;
  color: #cc9966;
}
.title-link .ti-arrow-right {
  font-size: 10px;
}
.title-link:hover {
  text-decoration: underline;
}
.text-center {
  text-align: center;
}
.text-center p {
  text-align: center;
}
hr {
  border: none;
  border-top: 1px solid #ebebeb;
  margin: 0 auto 25px;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
.cms-index-index #maincontent > .columns,
.cms-index-index main.page-main {
  max-width: 100vw !important;
  padding-left: 0;
  padding-right: 0;
}
.cms-index-index .section-builder-full .frame,
.cms-index-index #maincontent .section-builder-full .frame {
  max-width: 100vw !important;
  padding-left: 10px;
  padding-right: 10px;
}
.cms-index-index .section-builder-full .frame.no-padding,
.cms-index-index #maincontent .section-builder-full .frame.no-padding {
  padding: 0;
}
.columns {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.columns:after {
  clear: both;
  content: ' ';
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.columns .column.main {
  padding-bottom: 40px;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
.columns .sidebar-main {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
.columns .sidebar-additional {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
.page-wrapper {
  width: 100%;
}
.page-main > .columns {
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.frame,
.page-main > .columns,
.breadcrumbs .items {
  max-width: 1200px;
  margin: auto;
  box-sizing: border-box;
}
.page-title-wrapper,
.breadcrumbs .items,
.frame {
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 1200px) {
  body.width1024 .frame,
  body.width1024 .page-main,
  body.width1024 .breadcrumbs .items,
  body.width1024 .page.messages .messages,
  body.width1024 .page-wrapper > .breadcrumbs {
    max-width: 1024px;
  }
  body.width1366 .frame,
  body.width1366 .page-main,
  body.width1366 .breadcrumbs .items,
  body.width1366 .page.messages .messages,
  body.width1366 .page-wrapper > .breadcrumbs {
    max-width: 1366px;
  }
}
body.fullwidth .frame,
body.fullwidth .page-main,
body.fullwidth .breadcrumbs .items,
body.fullwidth .page.messages .messages,
body.fullwidth .page-wrapper > .breadcrumbs {
  max-width: 100% !important;
}
body .page-main > .columns {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  box-sizing: border-box;
}
body.page-layout-1column .sidebar.sidebar-main,
body.page-layout-1column .sidebar.sidebar-additional,
body.page-layout-1column .columns .column.main {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 992px) {
  body.page-layout-2columns-left .page-main > .columns,
  body.page-layout-2columns-right .page-main > .columns {
    display: block !important;
  }
  body.page-layout-2columns-left .page-main > .columns:after,
  body.page-layout-2columns-right .page-main > .columns:after {
    content: "";
    display: table;
    clear: bottom;
  }
  body.page-layout-2columns-left .page-main > .columns .column.main,
  body.page-layout-2columns-right .page-main > .columns .column.main {
    width: calc(75% - 10px);
    float: right;
  }
  body.page-layout-2columns-left .page-main > .columns .sidebar.sidebar-main,
  body.page-layout-2columns-right .page-main > .columns .sidebar.sidebar-main,
  body.page-layout-2columns-left .page-main > .columns .sidebar.sidebar-additional,
  body.page-layout-2columns-right .page-main > .columns .sidebar.sidebar-additional {
    width: calc(25% + 10px);
    padding: 0 20px 0 0;
    float: left;
  }
  body.page-layout-2columns-right .page-main > .columns .column.main {
    float: left;
  }
  body.page-layout-2columns-right .page-main > .columns .sidebar.sidebar-main,
  body.page-layout-2columns-right .page-main > .columns .sidebar.sidebar-additional {
    float: right;
    padding: 0 0 0 20px;
  }
  body.page-layout-3columns .columns .column.main {
    -ms-flex: 0 0 calc(50% - 20px);
    flex: 0 0 calc(50% - 20px);
    max-width: calc(50% - 20px);
  }
  body.page-layout-3columns .sidebar.sidebar-main,
  body.page-layout-3columns .sidebar.sidebar-additional {
    -ms-flex: 0 0 calc(25% + 10px);
    flex: 0 0 calc(25% + 10px);
    max-width: calc(25% + 10px);
  }
  body.page-layout-3columns .sidebar.sidebar-main {
    padding: 0 20px 0 0;
  }
  body.page-layout-3columns .sidebar.sidebar-additional {
    padding: 0 0 0 20px;
  }
}
@media (max-width: 991.98px) {
  body.page-layout-3columns .columns .sidebar.sidebar-additional,
  body.page-layout-2columns-left .columns .sidebar.sidebar-additional,
  body.page-layout-2columns-right .columns .sidebar.sidebar-additional,
  body.page-layout-3columns .columns .sidebar.sidebar-main,
  body.page-layout-2columns-left .columns .sidebar.sidebar-main,
  body.page-layout-2columns-right .columns .sidebar.sidebar-main,
  body.page-layout-3columns .columns .column.main,
  body.page-layout-2columns-left .columns .column.main,
  body.page-layout-2columns-right .columns .column.main {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
  }
}
body.boxed:not(.fbuilder-create-element).width1024 > .page-wrapper {
  max-width: 1024px;
}
@media (max-width: 1084px) {
  body.boxed:not(.fbuilder-create-element).width1024 > .page-wrapper {
    max-width: calc(100% - 40px);
  }
}
body.boxed:not(.fbuilder-create-element).width1200 > .page-wrapper {
  max-width: 1200px;
}
@media (max-width: 1260px) {
  body.boxed:not(.fbuilder-create-element).width1200 > .page-wrapper {
    max-width: calc(100% - 40px);
  }
}
body.boxed:not(.fbuilder-create-element).width1366 > .page-wrapper {
  max-width: 1366px;
}
@media (max-width: 1426px) {
  body.boxed:not(.fbuilder-create-element).width1366 > .page-wrapper {
    max-width: calc(100% - 40px);
  }
}
body.boxed:not(.fbuilder-create-element).fullwidth > .page-wrapper {
  max-width: calc(100% - 40px) !important;
}
@media (max-width: 575px) {
  body.boxed:not(.fbuilder-create-element).fullwidth > .page-wrapper {
    max-width: calc(100% - 20px) !important;
  }
}
body.boxed:not(.fbuilder-create-element) > .page-wrapper {
  background-color: #fff;
  margin: 0 auto;
}
.table-wrapper {
  margin-bottom: 20px;
}
table > caption {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.table:not(.cart):not(.totals) {
  border: none;
}
.table:not(.cart):not(.totals) > thead > tr > th,
.table:not(.cart):not(.totals) > tbody > tr > th,
.table:not(.cart):not(.totals) > tfoot > tr > th,
.table:not(.cart):not(.totals) > thead > tr > td,
.table:not(.cart):not(.totals) > tbody > tr > td,
.table:not(.cart):not(.totals) > tfoot > tr > td {
  border: none;
}
.table:not(.cart):not(.totals) > thead > tr > th,
.table:not(.cart):not(.totals) > thead > tr > td {
  border-bottom: 1px solid #d1d1d1;
}
.table:not(.cart):not(.totals) tfoot > tr:first-child th,
.table:not(.cart):not(.totals) tfoot > tr:first-child td {
  border-top: 1px solid #d1d1d1;
  padding-top: 20px;
}
.table:not(.cart):not(.totals) tfoot .mark {
  font-weight: 400;
  text-align: right;
}
.message.info,
.message.error,
.message.warning,
.message.notice,
.message.success {
  font-size: 1rem;
  display: block;
  padding: 10px 40px;
  border-radius: 4px;
  position: fixed;
  right: 0;
  top: 60px;
  z-index: 2;
  left: 0;
}
.message.info > *:first-child:before,
.message.error > *:first-child:before,
.message.warning > *:first-child:before,
.message.notice > *:first-child:before,
.message.success > *:first-child:before {
  font-family: "molla";
  position: absolute;
  font-size: 18px;
  left: 13px;
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.message.info .close,
.message.error .close,
.message.warning .close,
.message.notice .close,
.message.success .close {
  position: absolute;
  cursor: pointer;
  right: 13px;
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.message.info .close:before,
.message.error .close:before,
.message.warning .close:before,
.message.notice .close:before,
.message.success .close:before {
  content: "\f191";
  font-family: "molla";
  font-size: 16px;
}
.message.info {
  color: #0c5460;
  background-color: #d1ecf1;
}
.message.info > *:first-child:before {
  content: "\e80c";
}
.message.error {
  color: #721c24;
  background-color: #f8d7da;
}
.message.error > *:first-child:before {
  content: "\f1ce";
}
.message.warning {
  color: #856404;
  background-color: #fff3cd;
}
.message.warning > *:first-child:before {
  content: "\f2cc";
}
.message.notice {
  background: #fdf0d5;
  color: #6f4400;
}
.message.notice > *:first-child:before {
  content: "\f2cc";
}
.message.success {
  background-color: #ceecce;
  color: #006400;
}
.message.success > *:first-child:before {
  content: "\e80b";
}
.rtl-theme .message.info > *:first-child:before,
.rtl-theme .message.error > *:first-child:before,
.rtl-theme .message.warning > *:first-child:before,
.rtl-theme .message.notice > *:first-child:before,
.rtl-theme .message.success > *:first-child:before {
  left: auto;
  right: 13px;
}
.rtl-theme .message.info .close,
.rtl-theme .message.error .close,
.rtl-theme .message.warning .close,
.rtl-theme .message.notice .close,
.rtl-theme .message.success .close {
  left: 13px;
  right: auto;
}
.column.main .message.info,
.sidebar .message.info,
.column.main .message.error,
.sidebar .message.error,
.column.main .message.warning,
.sidebar .message.warning,
.column.main .message.notice,
.sidebar .message.notice,
.column.main .message.success,
.sidebar .message.success {
  position: relative;
  max-width: 100%;
  left: auto;
  right: auto;
  top: auto;
}
.horizontal-menu.mgt-menu .navigation {
  background: none;
}
.horizontal-menu.mgt-menu .navigation > ul {
  padding: 0;
}
.horizontal-menu.mgt-menu .navigation .level0 .level-top {
  border: none;
  font-size: 1.125rem;
  font-weight: 600;
  color: #222222;
  padding: 10px 15px 10px 0;
  display: block;
  line-height: inherit;
}
.horizontal-menu.mgt-menu .navigation li > a {
  font-size: 1rem;
  font-weight: 400;
  color: #222222;
  padding: 10px 30px 10px 0;
  border-top: 1px solid #f3f3f3;
  display: block;
  background: none;
  text-transform: none;
  border-left: none !important;
}
.horizontal-menu.mgt-menu .navigation li > a > span {
  margin: 0 !important;
}
.horizontal-menu.mgt-menu .navigation li > a:after {
  content: none;
}
.horizontal-menu.mgt-menu .navigation li.level0 + li.level0 > a.level-top {
  border-top: 1px solid #f3f3f3;
}
.horizontal-menu.mgt-menu .navigation li.level1 > a {
  padding-left: 10px;
}
.horizontal-menu.mgt-menu .navigation li[class*="level"]:not(.level1):not(.level0) > a {
  padding-left: 20px !important;
}
.horizontal-menu.mgt-menu .navigation li.parent {
  position: relative;
}
.horizontal-menu.mgt-menu .navigation li.parent .submenu {
  position: static !important;
  border: none;
  box-shadow: none;
  padding: 0 !important;
}
.horizontal-menu.mgt-menu .navigation li.parent > a.ui-state-active:before {
  content: "\e937" !important;
}
.horizontal-menu.mgt-menu .navigation li.parent.level0 > a:before {
  content: "\e936";
  font-family: 'Linearicons';
  font-size: 0.75rem;
  color: #222;
  font-weight: bold;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  padding: 17px 9px;
  line-height: 1;
}
.horizontal-menu.mgt-menu .navigation li.parent.level0 > a.ui-state-active:before {
  content: "\e937";
}
.tooltip.wrapper {
  position: relative;
}
.tooltip.wrapper .tooltip.content {
  background: #ffffff;
  max-width: 360px;
  min-width: 210px;
  padding: 12px 16px;
  z-index: 100;
  display: none;
  position: absolute;
  text-align: left;
  color: #333333;
  line-height: 1.4;
  border: 1px solid #999999;
  margin-top: 16px;
  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: 16px;
  border-color: transparent;
}
.tooltip.wrapper .tooltip.content:before {
  border-width: 17px;
  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: 26px;
  margin-left: -16px;
}
.tooltip.wrapper .tooltip.content:before {
  border-bottom-color: #999999;
  left: 26px;
  margin-left: -17px;
}
.tooltip.wrapper .tooltip.toggle {
  cursor: help;
}
.tooltip.wrapper .tooltip.toggle:hover + .tooltip.content,
.tooltip.wrapper .tooltip.toggle:focus + .tooltip.content,
.tooltip.wrapper:hover .tooltip.content {
  display: block;
}
.tooltip.wrapper .tooltip.content dl {
  margin-bottom: 0;
}
.tooltip.wrapper .tooltip.content dd {
  white-space: normal;
}
.tooltip.wrapper .tooltip.content .subtitle {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
}
.tooltip.wrapper .tooltip.content .label {
  margin-top: 10px;
}
.tooltip.wrapper .tooltip.content .label:first-child {
  margin-top: 0;
}
.tooltip.wrapper .tooltip.content .values {
  margin: 0;
}
.ui-tooltip {
  position: absolute;
  z-index: 9999;
}
.load.indicator {
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 9999;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  position: absolute;
}
.load.indicator:before {
  background: transparent url('../../frontend/Mgs/molla/de_DE/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;
}
input::-webkit-input-placeholder {
  color: #999999;
  font-weight: 300;
}
input:-moz-placeholder {
  color: #999999;
  font-weight: 300;
}
input::-moz-placeholder {
  color: #999999;
  font-weight: 300;
}
input:-ms-input-placeholder {
  color: #999999;
  font-weight: 300;
}
textarea,
select,
input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type="datetime"],
input[type="email"] {
  width: 100%;
  border-width: 1px;
  border-style: solid;
  border-color: #d7d7d7;
  border-radius: 1px;
  font-weight: 400;
  height: 3rem;
  font-size: 14px;
  padding: 0 14px;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  color: #777;
}
textarea:focus,
select:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="datetime"]:focus,
input[type="email"]:focus {
  outline: none;
  box-shadow: none;
}
textarea.mage-error,
select.mage-error,
input[type="text"].mage-error,
input[type="password"].mage-error,
input[type="url"].mage-error,
input[type="tel"].mage-error,
input[type="search"].mage-error,
input[type="number"].mage-error,
input[type="datetime"].mage-error,
input[type="email"].mage-error {
  border-color: #cc9966;
}
textarea + .nested,
select + .nested,
input[type="text"] + .nested,
input[type="password"] + .nested,
input[type="url"] + .nested,
input[type="tel"] + .nested,
input[type="search"] + .nested,
input[type="number"] + .nested,
input[type="datetime"] + .nested,
input[type="email"] + .nested {
  margin-top: 15px;
}
textarea + div.mage-error,
select + div.mage-error,
input[type="text"] + div.mage-error,
input[type="password"] + div.mage-error,
input[type="url"] + div.mage-error,
input[type="tel"] + div.mage-error,
input[type="search"] + div.mage-error,
input[type="number"] + div.mage-error,
input[type="datetime"] + div.mage-error,
input[type="email"] + div.mage-error {
  color: #cc9966;
  font-size: 14px;
  font-weight: 400;
  margin-top: 15px;
}
textarea + div.mage-error + .nested,
select + div.mage-error + .nested,
input[type="text"] + div.mage-error + .nested,
input[type="password"] + div.mage-error + .nested,
input[type="url"] + div.mage-error + .nested,
input[type="tel"] + div.mage-error + .nested,
input[type="search"] + div.mage-error + .nested,
input[type="number"] + div.mage-error + .nested,
input[type="datetime"] + div.mage-error + .nested,
input[type="email"] + div.mage-error + .nested {
  margin-top: 18px;
}
textarea::placeholder,
select::placeholder,
input[type="text"]::placeholder,
input[type="password"]::placeholder,
input[type="url"]::placeholder,
input[type="tel"]::placeholder,
input[type="search"]::placeholder,
input[type="number"]::placeholder,
input[type="datetime"]::placeholder,
input[type="email"]::placeholder {
  color: #999;
  font-weight: 300;
}
input[type="number"] {
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
  appearance: textfield;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.fieldset {
  padding: 0;
  border: none;
  box-shadow: none;
}
.fieldset .field + .field {
  margin: 16px 0 0;
}
.fieldset .field > .label {
  margin: 0 0 6px;
  display: block;
  font-weight: inherit;
}
.fieldset .field.required > .label:after,
.fieldset .field ._required > .label:after {
  content: "*";
  color: #cc9966;
  margin: 0 0 0 2px;
}
select[multiple="multiple"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  background-color: none;
  padding: 0;
  padding-right: 20px;
  background-image: url(../../frontend/Mgs/molla/de_DE/images/bg-select-toolbar.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 10px;
  display: inline-block;
  vertical-align: top;
}
select[multiple="multiple"] option {
  padding: 8px 10px;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: none;
  padding-right: 20px;
  background-image: url(../../frontend/Mgs/molla/de_DE/images/bg-select-toolbar.png);
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 10px;
  display: inline-block;
  vertical-align: top;
}
input[type="radio"] {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #dadada !important;
  right: auto;
  left: 0;
  top: 7px;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  background-color: ;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  outline: none;
  -webkit-transition: 300ms ease-out;
  -moz-transition: 300ms ease-out;
  -ms-transition: 300ms ease-out;
  -o-transition: 300ms ease-out;
  transition: 300ms ease-out;
}
input[type="radio"]:checked {
  border: 1px solid #c96 !important;
}
input[type="radio"]:checked:after {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  position: absolute;
  left: 4px;
  top: 4px;
  border-radius: 50%;
  background-color: #c96;
}
textarea {
  padding: 14px 1.0625rem;
  min-height: 150px;
  font-family: inherit;
  line-height: inherit;
}
.field.choice:not(.review-field-rating),
.form .choice:not(.review-field-rating),
.checkbox .choice {
  position: relative;
  overflow: hidden;
}
.field.choice:not(.review-field-rating) input[type="radio"],
.form .choice:not(.review-field-rating) input[type="radio"],
.checkbox .choice input[type="radio"],
.field.choice:not(.review-field-rating) input[type="checkbox"],
.form .choice:not(.review-field-rating) input[type="checkbox"],
.checkbox .choice input[type="checkbox"] {
  position: absolute;
  left: -10px;
  top: 10px;
  opacity: 0;
  margin: 0;
  width: 1px;
  height: 1px;
}
.field.choice:not(.review-field-rating) input[type="radio"] + label,
.form .choice:not(.review-field-rating) input[type="radio"] + label,
.checkbox .choice input[type="radio"] + label,
.field.choice:not(.review-field-rating) input[type="checkbox"] + label,
.form .choice:not(.review-field-rating) input[type="checkbox"] + label,
.checkbox .choice input[type="checkbox"] + label,
.field.choice:not(.review-field-rating) input[type="radio"] + .label,
.form .choice:not(.review-field-rating) input[type="radio"] + .label,
.checkbox .choice input[type="radio"] + .label,
.field.choice:not(.review-field-rating) input[type="checkbox"] + .label,
.form .choice:not(.review-field-rating) input[type="checkbox"] + .label,
.checkbox .choice input[type="checkbox"] + .label {
  position: relative;
  padding-left: 34px;
  line-height: 20px;
  cursor: pointer;
}
.field.choice:not(.review-field-rating) input[type="radio"] + label:before,
.form .choice:not(.review-field-rating) input[type="radio"] + label:before,
.checkbox .choice input[type="radio"] + label:before,
.field.choice:not(.review-field-rating) input[type="checkbox"] + label:before,
.form .choice:not(.review-field-rating) input[type="checkbox"] + label:before,
.checkbox .choice input[type="checkbox"] + label:before,
.field.choice:not(.review-field-rating) input[type="radio"] + .label:before,
.form .choice:not(.review-field-rating) input[type="radio"] + .label:before,
.checkbox .choice input[type="radio"] + .label:before,
.field.choice:not(.review-field-rating) input[type="checkbox"] + .label:before,
.form .choice:not(.review-field-rating) input[type="checkbox"] + .label:before,
.checkbox .choice input[type="checkbox"] + .label:before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 0;
  border: 1px solid #dadada;
  background-color: #f9f9f9;
  position: absolute;
  left: 0;
  top: 3px;
}
.field.choice:not(.review-field-rating) input[type="radio"],
.form .choice:not(.review-field-rating) input[type="radio"],
.checkbox .choice input[type="radio"] {
  display: inline-block;
  position: absolute;
  right: auto;
  left: 0;
  top: 2px;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.field.choice:not(.review-field-rating) input[type="radio"] + label:before,
.form .choice:not(.review-field-rating) input[type="radio"] + label:before,
.checkbox .choice input[type="radio"] + label:before,
.field.choice:not(.review-field-rating) input[type="radio"] + .label:before,
.form .choice:not(.review-field-rating) input[type="radio"] + .label:before,
.checkbox .choice input[type="radio"] + .label:before {
  border-radius: 50%;
}
.field.choice:not(.review-field-rating) input[type="radio"]:checked + label:before,
.form .choice:not(.review-field-rating) input[type="radio"]:checked + label:before,
.checkbox .choice input[type="radio"]:checked + label:before,
.field.choice:not(.review-field-rating) input[type="radio"]:checked + .label:before,
.form .choice:not(.review-field-rating) input[type="radio"]:checked + .label:before,
.checkbox .choice input[type="radio"]:checked + .label:before {
  border: 1px solid #c96 !important;
}
.field.choice:not(.review-field-rating) input[type="radio"]:checked + label:after,
.form .choice:not(.review-field-rating) input[type="radio"]:checked + label:after,
.checkbox .choice input[type="radio"]:checked + label:after,
.field.choice:not(.review-field-rating) input[type="radio"]:checked + .label:after,
.form .choice:not(.review-field-rating) input[type="radio"]:checked + .label:after,
.checkbox .choice input[type="radio"]:checked + .label:after {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  position: absolute;
  left: 4px;
  top: 7px;
  border-radius: 50%;
  background-color: #c96;
}
.field.choice:not(.review-field-rating) input[type="checkbox"]:checked + label:after,
.form .choice:not(.review-field-rating) input[type="checkbox"]:checked + label:after,
.checkbox .choice input[type="checkbox"]:checked + label:after,
.field.choice:not(.review-field-rating) input[type="checkbox"]:checked + .label:after,
.form .choice:not(.review-field-rating) input[type="checkbox"]:checked + .label:after,
.checkbox .choice input[type="checkbox"]:checked + .label:after {
  content: '\ec2d' !important;
  font-family: 'molla';
  font-size: 10px;
  color: #fff;
  background-color: #333;
  width: 14px;
  height: 14px;
  text-align: center;
  line-height: 15px;
  position: absolute;
  top: 4px;
  left: 1px;
}
.field.choice:not(.review-field-rating).disabled input[type="radio"] + label,
.form .choice:not(.review-field-rating).disabled input[type="radio"] + label,
.checkbox .choice.disabled input[type="radio"] + label,
.field.choice:not(.review-field-rating).disabled input[type="checkbox"] + label,
.form .choice:not(.review-field-rating).disabled input[type="checkbox"] + label,
.checkbox .choice.disabled input[type="checkbox"] + label,
.field.choice:not(.review-field-rating) input[type="radio"]:disabled + label,
.form .choice:not(.review-field-rating) input[type="radio"]:disabled + label,
.checkbox .choice input[type="radio"]:disabled + label,
.field.choice:not(.review-field-rating) input[type="checkbox"]:disabled + label,
.form .choice:not(.review-field-rating) input[type="checkbox"]:disabled + label,
.checkbox .choice input[type="checkbox"]:disabled + label,
.field.choice:not(.review-field-rating).disabled input[type="radio"] + .label,
.form .choice:not(.review-field-rating).disabled input[type="radio"] + .label,
.checkbox .choice.disabled input[type="radio"] + .label,
.field.choice:not(.review-field-rating).disabled input[type="checkbox"] + .label,
.form .choice:not(.review-field-rating).disabled input[type="checkbox"] + .label,
.checkbox .choice.disabled input[type="checkbox"] + .label,
.field.choice:not(.review-field-rating) input[type="radio"]:disabled + .label,
.form .choice:not(.review-field-rating) input[type="radio"]:disabled + .label,
.checkbox .choice input[type="radio"]:disabled + .label,
.field.choice:not(.review-field-rating) input[type="checkbox"]:disabled + .label,
.form .choice:not(.review-field-rating) input[type="checkbox"]:disabled + .label,
.checkbox .choice input[type="checkbox"]:disabled + .label {
  cursor: not-allowed;
}
.field.choice:not(.review-field-rating).disabled input[type="radio"] + label:before,
.form .choice:not(.review-field-rating).disabled input[type="radio"] + label:before,
.checkbox .choice.disabled input[type="radio"] + label:before,
.field.choice:not(.review-field-rating).disabled input[type="checkbox"] + label:before,
.form .choice:not(.review-field-rating).disabled input[type="checkbox"] + label:before,
.checkbox .choice.disabled input[type="checkbox"] + label:before,
.field.choice:not(.review-field-rating) input[type="radio"]:disabled + label:before,
.form .choice:not(.review-field-rating) input[type="radio"]:disabled + label:before,
.checkbox .choice input[type="radio"]:disabled + label:before,
.field.choice:not(.review-field-rating) input[type="checkbox"]:disabled + label:before,
.form .choice:not(.review-field-rating) input[type="checkbox"]:disabled + label:before,
.checkbox .choice input[type="checkbox"]:disabled + label:before,
.field.choice:not(.review-field-rating).disabled input[type="radio"] + .label:before,
.form .choice:not(.review-field-rating).disabled input[type="radio"] + .label:before,
.checkbox .choice.disabled input[type="radio"] + .label:before,
.field.choice:not(.review-field-rating).disabled input[type="checkbox"] + .label:before,
.form .choice:not(.review-field-rating).disabled input[type="checkbox"] + .label:before,
.checkbox .choice.disabled input[type="checkbox"] + .label:before,
.field.choice:not(.review-field-rating) input[type="radio"]:disabled + .label:before,
.form .choice:not(.review-field-rating) input[type="radio"]:disabled + .label:before,
.checkbox .choice input[type="radio"]:disabled + .label:before,
.field.choice:not(.review-field-rating) input[type="checkbox"]:disabled + .label:before,
.form .choice:not(.review-field-rating) input[type="checkbox"]:disabled + .label:before,
.checkbox .choice input[type="checkbox"]:disabled + .label:before,
.field.choice:not(.review-field-rating).disabled input[type="radio"] + label:after,
.form .choice:not(.review-field-rating).disabled input[type="radio"] + label:after,
.checkbox .choice.disabled input[type="radio"] + label:after,
.field.choice:not(.review-field-rating).disabled input[type="checkbox"] + label:after,
.form .choice:not(.review-field-rating).disabled input[type="checkbox"] + label:after,
.checkbox .choice.disabled input[type="checkbox"] + label:after,
.field.choice:not(.review-field-rating) input[type="radio"]:disabled + label:after,
.form .choice:not(.review-field-rating) input[type="radio"]:disabled + label:after,
.checkbox .choice input[type="radio"]:disabled + label:after,
.field.choice:not(.review-field-rating) input[type="checkbox"]:disabled + label:after,
.form .choice:not(.review-field-rating) input[type="checkbox"]:disabled + label:after,
.checkbox .choice input[type="checkbox"]:disabled + label:after,
.field.choice:not(.review-field-rating).disabled input[type="radio"] + .label:after,
.form .choice:not(.review-field-rating).disabled input[type="radio"] + .label:after,
.checkbox .choice.disabled input[type="radio"] + .label:after,
.field.choice:not(.review-field-rating).disabled input[type="checkbox"] + .label:after,
.form .choice:not(.review-field-rating).disabled input[type="checkbox"] + .label:after,
.checkbox .choice.disabled input[type="checkbox"] + .label:after,
.field.choice:not(.review-field-rating) input[type="radio"]:disabled + .label:after,
.form .choice:not(.review-field-rating) input[type="radio"]:disabled + .label:after,
.checkbox .choice input[type="radio"]:disabled + .label:after,
.field.choice:not(.review-field-rating) input[type="checkbox"]:disabled + .label:after,
.form .choice:not(.review-field-rating) input[type="checkbox"]:disabled + .label:after,
.checkbox .choice input[type="checkbox"]:disabled + .label:after {
  opacity: 0.7;
}
@font-face {
  font-family: 'icons-blank-theme';
  src: url('../../frontend/Mgs/molla/de_DE/fonts/Blank-Theme-Icons/Blank-Theme-Icons.woff2') format('woff2'), url('../../frontend/Mgs/molla/de_DE/fonts/Blank-Theme-Icons/Blank-Theme-Icons.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: auto;
}
button,
.cart.table-wrapper .actions-toolbar > .action,
.action-gift {
  font-family: 'popins';
}
.btn,
.action {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  outline: none;
  cursor: pointer;
  text-decoration: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
  padding: 8.5px 15px;
  border-width: 1px;
  border-style: solid;
  min-width: 170px;
  text-align: center;
}
.btn:hover,
.action:hover,
.btn._hover,
.action._hover,
.btn:focus,
.action:focus {
  outline: none;
  box-shadow: none;
}
.btn.icon-right:after,
.action.icon-right:after {
  content: '\f274';
  font-family: "molla";
  margin-left: 10px;
}
.btn.icon-left:before,
.action.icon-left:before {
  content: '\f274';
  font-family: "molla";
  margin-right: 10px;
}
.btn.btn-primary,
.action.primary,
.amshopby-button,
.am-filter-go {
  border-color: #cc9966;
  background-color: #cc9966;
  color: #ffffff;
}
.btn.btn-primary:hover,
.action.primary:hover,
.btn.btn-primary._hover,
.action.primary._hover,
.btn.btn-primary:focus,
.action.primary:focus,
.amshopby-button:hover,
.amshopby-button._hover,
.amshopby-button:focus,
.am-filter-go:hover,
.am-filter-go._hover,
.am-filter-go:focus {
  border-color: #a6c76c;
  background-color: #a6c76c;
  color: #ffffff;
}
.btn.btn-secondary,
.action.secondary {
  border-color: #a6c76c;
  background-color: #a6c76c;
  color: #ffffff;
}
.btn.btn-secondary:hover,
.action.secondary:hover,
.btn.btn-secondary._hover,
.action.secondary._hover,
.btn.btn-secondary:focus,
.action.secondary:focus {
  border-color: #cc9966;
  background-color: #cc9966;
  color: #ffffff;
}
.btn.btn-secondary,
.action.secondary {
  border-color: #a6c76c;
  background-color: #a6c76c;
  color: #ffffff;
}
.btn.btn-secondary:hover,
.action.secondary:hover,
.btn.btn-secondary._hover,
.action.secondary._hover,
.btn.btn-secondary:focus,
.action.secondary:focus {
  border-color: #cc9966;
  background-color: #cc9966;
  color: #ffffff;
}
.btn.btn-default,
.action.btn-default {
  color: #c96;
  background-color: transparent;
  border-color: #c96;
}
.btn.btn-default:hover,
.action.btn-default:hover,
.btn.btn-default._hover,
.action.btn-default._hover,
.btn.btn-default:focus,
.action.btn-default:focus {
  color: #fff;
  background-color: #c96;
  border-color: #c96;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
}
.btn.btn-default-dark,
.action.btn-default-dark {
  color: #333;
  border-color: #d7d7d7;
  background-color: transparent;
}
.btn.btn-default-dark:hover,
.action.btn-default-dark:hover,
.btn.btn-default-dark._hover,
.action.btn-default-dark._hover,
.btn.btn-default-dark:focus,
.action.btn-default-dark:focus {
  color: #c96;
  border-color: #ebebeb;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
}
.btn-link {
  color: #cc9966;
  padding: 4px 10px;
  border: none;
  border-bottom: 1px solid transparent;
  min-width: auto;
}
.btn-link:hover {
  border-bottom-color: #c96;
}
.btn-link.btn-link-dark {
  color: #333;
}
.btn-link.btn-link-dark:hover {
  color: #cc9966;
}
.btn.btn-rounded,
.action.btn-rounded {
  border-radius: 2px;
}
.btn.btn-round,
.action.btn-round {
  border-radius: 30px;
}
.btn-shadow {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
}
.action.action-delete,
.action.close {
  display: inline-block;
  color: #999999;
}
.action.action-delete:before,
.action.close:before {
  font-family: molla;
  display: inline-block;
}
.bg-image .btn-default-dark {
  color: #fff;
  border-color: #fff;
}
.bg-image .btn-default-dark:hover {
  color: #c96;
  background-color: #fff;
  border-color: #fff;
}
.bg-image .btn-default:hover {
  color: #fff;
  background-color: #c96;
  border-color: #c96;
}
.action.close {
  color: #565656;
  font-size: 17px;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.action.close:before {
  content: "\e646";
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.action.close:hover,
.action.close._hover {
  color: #000;
}
.action.close:hover:before,
.action.close._hover:before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  color: #000;
}
.product.data.items {
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}
.product.data.items > .item.title {
  box-sizing: border-box;
  float: none;
  width: 100%;
}
.product.data.items > .item.title > .switch {
  display: block;
}
.product.data.items > .item.content {
  box-sizing: border-box;
  display: block;
  float: none;
  margin: 0;
}
.product.data.items > .item.content:before,
.product.data.items > .item.content:after {
  content: '';
  display: table;
}
.product.data.items > .item.content:after {
  clear: both;
}
.product.data.items > .item.content.active {
  display: block;
}
.product.data.items > .item.title {
  margin: 0 0 5px;
}
.product.data.items > .item.title > .switch {
  background: #f0f0f0;
  border-bottom: 1px solid #d1d1d1;
  border-left: 1px solid #d1d1d1;
  border-right: 1px solid #d1d1d1;
  border-top: 1px solid #d1d1d1;
  height: 40px;
  padding: 5px 20px 5px 20px;
  font-weight: 600;
  line-height: 40px;
  font-size: 1.8rem;
  color: #7d7d7d;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:visited {
  color: #7d7d7d;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:hover {
  color: #7d7d7d;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:active {
  color: #333333;
  text-decoration: none;
}
.product.data.items > .item.title:not(.disabled) > .switch:focus,
.product.data.items > .item.title:not(.disabled) > .switch:hover {
  background: #fcfcfc;
}
.product.data.items > .item.title:not(.disabled) > .switch:active,
.product.data.items > .item.title.active > .switch,
.product.data.items > .item.title.active > .switch:focus,
.product.data.items > .item.title.active > .switch:hover {
  background: #ffffff;
  color: #333333;
  text-decoration: none;
  padding-bottom: 5px;
}
.product.data.items > .item.content {
  background: #ffffff;
  border: 1px solid #d1d1d1;
  margin: 0 0 5px;
  padding: 20px 20px 20px 20px;
}
.pages > .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages .items {
  font-size: 0;
  letter-spacing: -1px;
  line-height: 0;
  white-space: nowrap;
  margin: 0;
  padding: 0;
  list-style: none none;
  display: inline-block;
  font-weight: 700;
}
.pages .item {
  font-size: 1.2rem;
  line-height: 3.2rem;
  letter-spacing: normal;
  margin: 0 2px 0 0;
  display: inline-block;
}
.pages .item .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages a.page {
  color: #1979c3;
  display: inline-block;
  padding: 0 4px;
  text-decoration: none;
}
.pages a.page:visited {
  color: #1979c3;
}
.pages a.page:hover {
  color: #006bb4;
  text-decoration: none;
}
.pages a.page:active {
  color: #ff5501;
}
.pages strong.page {
  font-size: 1.2rem;
  line-height: 3.2rem;
  letter-spacing: normal;
  color: #333333;
  display: inline-block;
  font-weight: 700;
  padding: 0 4px;
}
.pages .action {
  border: 1px solid #d1d1d1;
  color: #7d7d7d;
  display: inline-block;
  padding: 0;
  text-decoration: none;
}
.pages .action:visited {
  color: #7d7d7d;
}
.pages .action:hover {
  color: #7d7d7d;
  text-decoration: none;
}
.pages .action:active {
  color: #7d7d7d;
}
.pages .action.next {
  display: inline-block;
  text-decoration: none;
}
.pages .action.next:visited:before {
  color: #7d7d7d;
}
.pages .action.next:active:before {
  color: #7d7d7d;
}
.pages .action.next > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages .action.next:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 46px;
  line-height: inherit;
  color: #7d7d7d;
  content: '\e608';
  font-family: 'icons-blank-theme';
  margin: 0 0 0 -6px;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.pages .action.next:hover:before {
  color: #7d7d7d;
}
.pages .action.next:active:before {
  color: #7d7d7d;
}
.pages .action.previous {
  display: inline-block;
  text-decoration: none;
}
.pages .action.previous:visited:before {
  color: #7d7d7d;
}
.pages .action.previous:active:before {
  color: #7d7d7d;
}
.pages .action.previous > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages .action.previous:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 46px;
  line-height: inherit;
  color: #7d7d7d;
  content: '\e617';
  font-family: 'icons-blank-theme';
  margin: 0 0 0 -6px;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.pages .action.previous:hover:before {
  color: #7d7d7d;
}
.pages .action.previous:active:before {
  color: #7d7d7d;
}
.pages .action {
  width: 34px;
}
.pages .action.previous {
  margin-right: 12px;
}
.pages .action.next {
  margin-left: 12px;
}
.actions-toolbar > .primary,
.actions-toolbar > .secondary {
  text-align: center;
  margin-bottom: 10px;
}
.actions-toolbar > .primary .action,
.actions-toolbar > .secondary .action {
  margin-bottom: 10px;
}
.actions-toolbar > .primary .action:last-child,
.actions-toolbar > .secondary .action:last-child {
  margin-bottom: 0;
}
.actions-toolbar > .primary:last-child,
.actions-toolbar > .secondary:last-child {
  margin-bottom: 0;
}
.breadcrumbs {
  margin: 0 0 20px;
}
.breadcrumbs .items {
  font-size: 1.2rem;
  color: #a3a3a3;
  margin: 0;
  padding: 0;
  list-style: none none;
}
.breadcrumbs .items > li {
  display: inline-block;
  vertical-align: top;
}
.breadcrumbs .item {
  margin: 0;
}
.breadcrumbs a {
  color: #333333;
  text-decoration: none;
}
.breadcrumbs a:visited {
  color: #333333;
  text-decoration: none;
}
.breadcrumbs a:hover {
  color: #333333;
  text-decoration: underline;
}
.breadcrumbs a:active {
  color: #333333;
  text-decoration: none;
}
.breadcrumbs strong {
  font-weight: 400;
}
.breadcrumbs .item:not(:last-child) {
  display: inline-block;
  text-decoration: none;
}
.breadcrumbs .item:not(:last-child):after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 18px;
  content: '\e608';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.ui-dialog.popup .action.close {
  position: absolute;
  height: 40px;
  right: 0;
  top: 0;
  width: 40px;
  z-index: 1001;
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
}
.ui-dialog.popup .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ui-dialog.popup .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e616';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.ui-dialog.popup .action.close:hover:before {
  color: inherit;
}
.ui-dialog.popup .action.close:active:before {
  color: inherit;
}
.ui-dialog.popup .action.close:focus,
.ui-dialog.popup .action.close:active {
  background: none;
  border: none;
}
.ui-dialog.popup .action.close:hover {
  background: none;
  border: none;
}
.ui-dialog.popup .action.close.disabled,
.ui-dialog.popup .action.close[disabled],
fieldset[disabled] .ui-dialog.popup .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.popup-pointer {
  margin-left: -14px;
  position: absolute;
  top: -14px;
}
.popup-pointer:before,
.popup-pointer:after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-bottom-style: solid;
}
.popup-pointer:before {
  left: 2px;
  top: 2px;
  border: solid 6px;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.popup-pointer:after {
  left: 1px;
  top: 0px;
  border: solid 7px;
  border-color: transparent transparent #aeaeae transparent;
  z-index: 98;
}
.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: 32px;
  line-height: 32px;
  color: #8f8f8f;
  content: '\e616';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.modal-custom .action-close:hover:before,
.modal-popup .action-close:hover:before,
.modal-slide .action-close:hover:before {
  color: inherit;
}
.modal-custom .action-close:active:before,
.modal-popup .action-close:active:before,
.modal-slide .action-close:active:before {
  color: inherit;
}
.modal-custom .action-close:hover:before,
.modal-popup .action-close:hover:before,
.modal-slide .action-close:hover:before {
  color: #1a1a1a;
}
.modal-custom .action-close {
  margin: 25px;
}
.modal-popup {
  pointer-events: none;
}
.modal-popup .modal-title {
  border-bottom: 1px solid #c1c1c1;
  font-weight: 300;
  padding-bottom: 10px;
  font-size: 26px;
  margin-bottom: 0;
  min-height: 1em;
  word-wrap: break-word;
}
.modal-popup .action-close {
  padding: 10px;
}
.modal-slide .action-close {
  padding: 1.1rem 2rem;
}
.modal-slide .page-main-actions {
  margin-bottom: -12.9rem;
  margin-top: 2.1rem;
}
.modals-overlay {
  background-color: rgba(51, 51, 51, 0.55);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
}
body._has-modal-custom .modal-custom-overlay {
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 899;
}
/**
 * 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/Mgs/molla/de_DE/Magento_LoginAsCustomerFrontendUi/images/close.svg');
  content: ' ';
  display: inline-block;
  height: 12px;
  margin-left: 5px;
  vertical-align: middle;
  width: 12px;
}
@font-face {
  font-family: 'pagebuilder-font';
  font-style: normal;
  font-weight: normal;
  src: url('../../frontend/Mgs/molla/de_DE/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.eot');
  src: url('../../frontend/Mgs/molla/de_DE/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.eot?#iefix') format('embedded-opentype'), url('../../frontend/Mgs/molla/de_DE/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.woff') format('woff'), url('../../frontend/Mgs/molla/de_DE/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.ttf') format('truetype');
}
.pagebuilder-icon,
.slick-prev:before,
.slick-next:before,
.slick-prev:after,
.slick-next:after {
  -webkit-font-smoothing: antialiased;
  font-family: 'pagebuilder-font';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
}
[class^='pagebuilder-icon-']:before,
[class*=' pagebuilder-icon-']:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-family: 'pagebuilder-font';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-decoration: inherit;
  text-rendering: auto;
  text-transform: none;
  vertical-align: middle;
}
.pagebuilder-icon-down:before {
  content: '\f101';
}
.pagebuilder-icon-next:before {
  content: '\f102';
}
.pagebuilder-icon-prev:before {
  content: '\f103';
}
.pagebuilder-icon-up:before {
  content: '\f104';
}
.product-full-width-section {
  padding: .5em 0;
}
.product-full-width-section .block.review-add {
  margin-top: 2.7rem;
}
.page-layout-product-full-width .block.related {
  margin-top: 2.7rem;
}
.page-main-details .product-section-title {
  border-bottom: 1px solid #c6c6c6;
  margin-bottom: 15px;
  padding-bottom: 12px;
}
.additional-attributes-wrapper .additional-attributes {
  border: none;
  width: auto;
}
.additional-attributes-wrapper .additional-attributes > tbody > tr > th {
  border: none;
  padding: 5.5px 30px 10px 0;
}
.additional-attributes-wrapper .additional-attributes > tbody > tr > td {
  border: none;
  padding: 5.5px 5px 10px;
}
.cms-index-index.page-layout-cms-full-width .nav-sections {
  margin-bottom: 0;
}
.slick-slider {
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-touch-action: pan-y;
  -ms-user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  box-sizing: border-box;
  display: block;
  position: relative;
  touch-action: pan-y;
  user-select: none;
}
.slick-list {
  display: block;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-track {
  display: block;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 0;
}
.slick-track:before,
.slick-track:after {
  content: '';
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  border: 1px solid transparent;
  display: block;
  height: auto;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-prev {
  left: 2rem;
}
.slick-prev:before {
  content: '\f103';
  padding-right: 5px;
}
.slick-next {
  right: 2rem;
}
.slick-next:before {
  content: '\f102';
  padding-left: 5px;
}
.slick-prev,
.slick-next {
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  background: rgba(252, 252, 252, 0.6);
  border: none;
  border-radius: 0;
  color: transparent;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 60px;
  line-height: 0;
  outline: none;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 60px;
  z-index: 101;
}
.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  opacity: .2;
}
.slick-prev:hover,
.slick-next:hover {
  background: #fcfcfc;
  border: none;
}
.slick-prev:hover.slick-disabled,
.slick-next:hover.slick-disabled {
  opacity: .2;
}
.slick-prev:hover:before,
.slick-next:hover:before {
  color: #494949;
}
.slick-prev:before,
.slick-next:before,
.slick-prev:after,
.slick-next:after {
  color: #555555;
  font-size: 38px;
  opacity: 1;
}
.slick-prev:active,
.slick-next:active,
.slick-prev:focus,
.slick-next:focus,
.slick-prev:not(.primary),
.slick-next:not(.primary) {
  background: rgba(252, 252, 252, 0.7);
  border: none;
  box-shadow: none;
}
.slick-prev:active:active,
.slick-next:active:active,
.slick-prev:focus:active,
.slick-next:focus:active,
.slick-prev:not(.primary):active,
.slick-next:not(.primary):active {
  box-shadow: none;
}
.slick-dots {
  font-size: 1.4rem;
  line-height: normal;
  letter-spacing: normal;
  display: block;
  list-style: none;
  margin: 0;
  padding: 15px 0;
  text-align: center;
  width: 100%;
}
.slick-dots li {
  cursor: pointer;
  display: inline-block;
  height: 14px;
  margin: 0 5px;
  padding: 0;
  position: relative;
  vertical-align: middle;
  width: 14px;
}
.slick-dots li button,
.slick-dots li .cart.table-wrapper .actions-toolbar > .action,
.slick-dots li .action-gift {
  background: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 10px;
  box-shadow: none;
  cursor: pointer;
  display: block;
  height: 14px;
  padding: 0;
  text-indent: -99999px;
  transition: .3s;
  width: 14px;
}
.slick-dots li button:hover,
.slick-dots li .cart.table-wrapper .actions-toolbar > .action:hover,
.slick-dots li .action-gift:hover {
  border: 1px solid #b3b3b3;
}
.slick-dots li button:active,
.slick-dots li button:focus,
.slick-dots li button:not(.primary),
.slick-dots li .cart.table-wrapper .actions-toolbar > .action:active,
.slick-dots li .cart.table-wrapper .actions-toolbar > .action:focus,
.slick-dots li .cart.table-wrapper .actions-toolbar > .action:not(.primary),
.slick-dots li .action-gift:active,
.slick-dots li .action-gift:focus,
.slick-dots li .action-gift:not(.primary) {
  box-shadow: none;
}
.slick-dots li.slick-active button,
.slick-dots li.slick-active .cart.table-wrapper .actions-toolbar > .action,
.slick-dots li.slick-active .action-gift {
  background: #1c1918;
}
[data-content-type='banner'] > [data-element='link'],
[data-content-type='banner'] > [data-element='empty_link'] {
  color: inherit;
  text-decoration: inherit;
}
[data-content-type='banner'] > [data-element='link']:hover,
[data-content-type='banner'] > [data-element='empty_link']:hover {
  color: inherit;
  text-decoration: inherit;
}
.pagebuilder-banner-wrapper {
  background-clip: padding-box;
  border-radius: inherit;
  box-sizing: border-box;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.pagebuilder-banner-wrapper .pagebuilder-overlay {
  -moz-transition: background-color 500ms ease;
  -o-transition: background-color 500ms ease;
  -webkit-transition: background-color 500ms ease;
  box-sizing: border-box;
  padding: 30px;
  position: relative;
  transition: background-color 500ms ease;
}
.pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
  align-items: center;
  display: flex;
  justify-content: center;
}
.pagebuilder-banner-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
  max-width: 540px;
}
.pagebuilder-banner-wrapper.jarallax .video-overlay {
  z-index: 0;
}
.pagebuilder-banner-wrapper [data-element='content'] {
  min-height: 50px;
  overflow: auto;
}
.pagebuilder-banner-wrapper .pagebuilder-banner-button {
  -moz-transition: opacity 500ms ease;
  -o-transition: opacity 500ms ease;
  -webkit-transition: opacity 500ms ease;
  margin: 20px 0 0 0;
  max-width: 100%;
  text-align: inherit;
  transition: opacity 500ms ease;
  word-break: break-word;
}
.pagebuilder-banner-wrapper .pagebuilder-poster-content {
  width: 100%;
}
[data-appearance='collage-centered'] .pagebuilder-banner-wrapper .pagebuilder-overlay {
  margin-left: auto;
  margin-right: auto;
}
[data-appearance='collage-left'] .pagebuilder-banner-wrapper .pagebuilder-overlay {
  margin-right: auto;
}
[data-appearance='collage-right'] .pagebuilder-banner-wrapper .pagebuilder-overlay {
  margin-left: auto;
}
[data-content-type$='block'] .block p:last-child {
  margin-bottom: 1rem;
  margin-top: 0;
}
[data-content-type='buttons'] {
  max-width: 100%;
}
[data-content-type='button-item'] {
  max-width: 100%;
}
[data-content-type='button-item'] [data-element='link'],
[data-content-type='button-item'] [data-element='empty_link'] {
  max-width: 100%;
  word-wrap: break-word;
}
[data-content-type='button-item'] [data-element='empty_link'] {
  cursor: default;
}
a.pagebuilder-button-link,
button.pagebuilder-button-link,
div.pagebuilder-button-link,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link,
.action-gift.pagebuilder-button-link {
  line-height: 2.2rem;
  font-size: 1.8rem;
  line-height: 1.42857143;
  margin: 0 10px 10px 0;
  padding: 14px 17px;
  color: #1979c3;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  font-weight: 600;
  box-shadow: none;
  box-sizing: border-box;
  display: inline-block;
}
a.pagebuilder-button-link:visited,
button.pagebuilder-button-link:visited,
div.pagebuilder-button-link:visited,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link:visited,
.action-gift.pagebuilder-button-link:visited {
  color: #1979c3;
  text-decoration: none;
}
a.pagebuilder-button-link:hover,
button.pagebuilder-button-link:hover,
div.pagebuilder-button-link:hover,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link:hover,
.action-gift.pagebuilder-button-link:hover {
  color: #006bb4;
  text-decoration: underline;
}
a.pagebuilder-button-link:active,
button.pagebuilder-button-link:active,
div.pagebuilder-button-link:active,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link:active,
.action-gift.pagebuilder-button-link:active {
  color: #ff5501;
  text-decoration: underline;
}
a.pagebuilder-button-link:hover,
button.pagebuilder-button-link:hover,
div.pagebuilder-button-link:hover,
a.pagebuilder-button-link:active,
button.pagebuilder-button-link:active,
div.pagebuilder-button-link:active,
a.pagebuilder-button-link:focus,
button.pagebuilder-button-link:focus,
div.pagebuilder-button-link:focus,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link:hover,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link:active,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link:focus,
.action-gift.pagebuilder-button-link:hover,
.action-gift.pagebuilder-button-link:active,
.action-gift.pagebuilder-button-link:focus {
  background: none;
  border: 0;
}
a.pagebuilder-button-link.disabled,
button.pagebuilder-button-link.disabled,
div.pagebuilder-button-link.disabled,
a.pagebuilder-button-link[disabled],
button.pagebuilder-button-link[disabled],
div.pagebuilder-button-link[disabled],
fieldset[disabled] a.pagebuilder-button-link,
fieldset[disabled] button.pagebuilder-button-link,
fieldset[disabled] div.pagebuilder-button-link,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link.disabled,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link[disabled],
fieldset[disabled] .cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link,
.action-gift.pagebuilder-button-link.disabled,
.action-gift.pagebuilder-button-link[disabled],
fieldset[disabled] .action-gift.pagebuilder-button-link {
  color: #1979c3;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
a.pagebuilder-button-primary,
button.pagebuilder-button-primary,
div.pagebuilder-button-primary,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary,
.action-gift.pagebuilder-button-primary {
  text-decoration: none;
  background-image: none;
  background: #1979c3;
  border: 1px solid #1979c3;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'popins';
  font-weight: 700;
  margin: 0 10px 10px 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  line-height: 2.2rem;
  padding: 14px 17px;
  font-size: 1.8rem;
  border-radius: 3px;
  box-shadow: none;
}
a.pagebuilder-button-primary:hover,
button.pagebuilder-button-primary:hover,
div.pagebuilder-button-primary:hover,
a.pagebuilder-button-primary:active,
button.pagebuilder-button-primary:active,
div.pagebuilder-button-primary:active,
a.pagebuilder-button-primary:focus,
button.pagebuilder-button-primary:focus,
div.pagebuilder-button-primary:focus,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary:hover,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary:active,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary:focus,
.action-gift.pagebuilder-button-primary:hover,
.action-gift.pagebuilder-button-primary:active,
.action-gift.pagebuilder-button-primary:focus {
  text-decoration: none;
}
a.pagebuilder-button-primary:focus,
button.pagebuilder-button-primary:focus,
div.pagebuilder-button-primary:focus,
a.pagebuilder-button-primary:active,
button.pagebuilder-button-primary:active,
div.pagebuilder-button-primary:active,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary:focus,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary:active,
.action-gift.pagebuilder-button-primary:focus,
.action-gift.pagebuilder-button-primary:active {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
a.pagebuilder-button-primary:hover,
button.pagebuilder-button-primary:hover,
div.pagebuilder-button-primary:hover,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary:hover,
.action-gift.pagebuilder-button-primary:hover {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
a.pagebuilder-button-primary.disabled,
button.pagebuilder-button-primary.disabled,
div.pagebuilder-button-primary.disabled,
a.pagebuilder-button-primary[disabled],
button.pagebuilder-button-primary[disabled],
div.pagebuilder-button-primary[disabled],
fieldset[disabled] a.pagebuilder-button-primary,
fieldset[disabled] button.pagebuilder-button-primary,
fieldset[disabled] div.pagebuilder-button-primary,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary.disabled,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary[disabled],
fieldset[disabled] .cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary,
.action-gift.pagebuilder-button-primary.disabled,
.action-gift.pagebuilder-button-primary[disabled],
fieldset[disabled] .action-gift.pagebuilder-button-primary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
a.pagebuilder-button-secondary,
button.pagebuilder-button-secondary,
div.pagebuilder-button-secondary,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary,
.action-gift.pagebuilder-button-secondary {
  text-decoration: none;
  background-image: none;
  background: #f2f2f2;
  border: 1px solid #cdcdcd;
  color: #333333;
  cursor: pointer;
  display: inline-block;
  font-family: 'popins';
  font-weight: 700;
  margin: 0 10px 10px 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
  line-height: 2.2rem;
  padding: 14px 17px;
  font-size: 1.8rem;
  border-radius: 3px;
  box-shadow: none;
}
a.pagebuilder-button-secondary:hover,
button.pagebuilder-button-secondary:hover,
div.pagebuilder-button-secondary:hover,
a.pagebuilder-button-secondary:active,
button.pagebuilder-button-secondary:active,
div.pagebuilder-button-secondary:active,
a.pagebuilder-button-secondary:focus,
button.pagebuilder-button-secondary:focus,
div.pagebuilder-button-secondary:focus,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary:hover,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary:active,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary:focus,
.action-gift.pagebuilder-button-secondary:hover,
.action-gift.pagebuilder-button-secondary:active,
.action-gift.pagebuilder-button-secondary:focus {
  text-decoration: none;
}
a.pagebuilder-button-secondary:focus,
button.pagebuilder-button-secondary:focus,
div.pagebuilder-button-secondary:focus,
a.pagebuilder-button-secondary:active,
button.pagebuilder-button-secondary:active,
div.pagebuilder-button-secondary:active,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary:focus,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary:active,
.action-gift.pagebuilder-button-secondary:focus,
.action-gift.pagebuilder-button-secondary:active {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #333333;
}
a.pagebuilder-button-secondary:hover,
button.pagebuilder-button-secondary:hover,
div.pagebuilder-button-secondary:hover,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary:hover,
.action-gift.pagebuilder-button-secondary:hover {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #555555;
}
a.pagebuilder-button-secondary.disabled,
button.pagebuilder-button-secondary.disabled,
div.pagebuilder-button-secondary.disabled,
a.pagebuilder-button-secondary[disabled],
button.pagebuilder-button-secondary[disabled],
div.pagebuilder-button-secondary[disabled],
fieldset[disabled] a.pagebuilder-button-secondary,
fieldset[disabled] button.pagebuilder-button-secondary,
fieldset[disabled] div.pagebuilder-button-secondary,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary.disabled,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary[disabled],
fieldset[disabled] .cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary,
.action-gift.pagebuilder-button-secondary.disabled,
.action-gift.pagebuilder-button-secondary[disabled],
fieldset[disabled] .action-gift.pagebuilder-button-secondary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.pagebuilder-column {
  box-sizing: border-box;
}
[data-content-type='heading'] {
  word-wrap: break-word;
}
[data-content-type='html'] {
  word-wrap: break-word;
}
figure[data-content-type='image'] {
  box-sizing: border-box;
}
figure[data-content-type='image'] > [data-element='link'],
figure[data-content-type='image'] > [data-element='link'] img {
  border-radius: inherit;
}
figure[data-content-type='image'] figcaption {
  word-wrap: break-word;
}
[data-content-type='map'] {
  box-sizing: border-box;
  height: 300px;
}
[data-content-type='row'] li.product-item {
  text-align: left;
}
.pagebuilder-column .widget-product-grid .product-item {
  max-width: 100%;
  min-width: 50px;
}
.pagebuilder-column .widget-product-grid .product-item .price-box {
  word-wrap: break-word;
}
.pagebuilder-column .widget-product-grid .product-item .price-box .price {
  white-space: normal;
}
.pagebuilder-column .widget-product-grid .product-item .product-item-actions .actions-primary {
  display: inline-block;
  max-width: 100%;
}
.pagebuilder-column .widget-product-grid .product-item .product-item-actions .actions-secondary {
  display: inline-block;
  width: auto;
}
.pagebuilder-column .widget-product-grid .product-item .product-item-actions .tocart {
  max-width: 100%;
  white-space: normal;
}
.pagebuilder-column [data-content-type='products'] .block.widget .products-grid .widget-product-grid.product-items .product-item {
  width: 200px;
}
[data-content-type='products'][data-appearance='carousel'] .slick-initialized li.product-item {
  display: block;
}
[data-content-type='products'][data-appearance='carousel'] .slick-initialized li.product-item:first-child {
  visibility: visible;
}
[data-content-type='products'][data-appearance='carousel'] .product-item-info {
  width: auto;
}
[data-content-type='products'][data-appearance='carousel'] li.product-item {
  display: none;
}
[data-content-type='products'][data-appearance='carousel'] li.product-item:first-child {
  display: block;
  visibility: hidden;
}
[data-content-type='products'][data-appearance='carousel'].center-mode .product-item {
  opacity: .5;
  transition: all 300ms ease;
}
[data-content-type='products'][data-appearance='carousel'].center-mode .product-item:hover {
  opacity: 1;
}
[data-content-type='products'][data-appearance='carousel'].center-mode .slick-current .product-item {
  opacity: 1;
}
[data-content-type='row'][data-appearance='contained'] {
  box-sizing: border-box;
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 1280px;
}
[data-content-type='row'][data-appearance='contained'] [data-element='inner'] {
  box-sizing: border-box;
}
[data-content-type='row'][data-appearance='full-bleed'] {
  box-sizing: border-box;
}
[data-content-type='row'][data-appearance='full-width'] {
  box-sizing: border-box;
}
[data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  width: 100%;
}
[data-content-type='slide'] {
  box-sizing: border-box;
  line-height: 20px;
  min-height: inherit;
  overflow: hidden;
}
[data-content-type='slide'] > [data-element='link'],
[data-content-type='slide'] > [data-element='empty_link'] {
  color: inherit;
  min-height: inherit;
  text-decoration: inherit;
}
[data-content-type='slide'] > [data-element='link']:hover,
[data-content-type='slide'] > [data-element='empty_link']:hover {
  color: inherit;
  text-decoration: inherit;
}
[data-content-type='slide'] + [data-content-type='slide'] {
  height: 0;
  min-height: 0;
}
.slick-slider [data-content-type='slide'] + [data-content-type='slide'] {
  height: initial;
  min-height: inherit;
}
.pagebuilder-slide-wrapper {
  border-radius: inherit;
  box-sizing: border-box;
  min-height: inherit;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.pagebuilder-slide-wrapper .jarallax-viewport-element {
  height: 100%;
  left: -15000vw;
  position: absolute;
  top: 0;
  width: 1px;
  z-index: 100;
}
.slick-current .pagebuilder-slide-wrapper .jarallax-viewport-element {
  left: 0;
}
.pagebuilder-slide-wrapper.jarallax .video-overlay {
  -webkit-transform: unset;
  z-index: 1;
}
.pagebuilder-slide-wrapper.jarallax .pagebuilder-overlay {
  position: relative;
  z-index: 2;
}
.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > div,
.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > img,
.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > video,
.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > iframe {
  margin: auto !important;
  transform: none !important;
}
.pagebuilder-slide-wrapper .pagebuilder-overlay {
  -moz-transition: background-color 500ms ease;
  -o-transition: background-color 500ms ease;
  -webkit-transition: background-color 500ms ease;
  border-radius: inherit;
  box-sizing: border-box;
  padding: 30px;
  transition: background-color 500ms ease;
}
.pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: inherit;
}
.pagebuilder-slide-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
  max-width: 540px;
}
.pagebuilder-slide-wrapper [data-element='content'] {
  min-height: 50px;
  overflow: auto;
}
.pagebuilder-slide-wrapper .pagebuilder-slide-button {
  -moz-transition: opacity 500ms ease;
  -o-transition: opacity 500ms ease;
  -webkit-transition: opacity 500ms ease;
  margin: 20px 0 0 0;
  max-width: 100%;
  text-align: inherit;
  transition: opacity 500ms ease;
  word-break: break-word;
}
.pagebuilder-slide-wrapper .pagebuilder-poster-content {
  width: 100%;
}
[data-appearance='collage-centered'] .pagebuilder-slide-wrapper .pagebuilder-overlay {
  margin-left: auto;
  margin-right: auto;
}
[data-appearance='collage-left'] .pagebuilder-slide-wrapper .pagebuilder-overlay {
  margin-right: auto;
}
[data-appearance='collage-right'] .pagebuilder-slide-wrapper .pagebuilder-overlay {
  margin-left: auto;
}
div[data-content-type='slider'] {
  visibility: hidden;
}
div[data-content-type='slider'].slick-initialized {
  visibility: visible;
}
div[data-content-type='slider'] .slick-list,
div[data-content-type='slider'] .slick-track,
div[data-content-type='slider'] .slick-slide {
  min-height: inherit;
}
div[data-content-type='slider'] .slick-list > div,
div[data-content-type='slider'] .slick-track > div,
div[data-content-type='slider'] .slick-slide > div {
  line-height: 0;
  min-height: inherit;
  overflow: hidden;
  width: 100%;
}
a.button {
  -moz-appearance: button;
  -webkit-appearance: button;
  appearance: button;
  color: initial;
  padding: 10px;
  text-decoration: none;
}
div[data-content-type='tabs'] .tabs-navigation {
  display: block;
  font-size: 0;
  margin: 0 0 -1px;
  padding: 0;
}
div[data-content-type='tabs'] .tabs-navigation li:first-child {
  margin-left: 0 !important;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header {
  background: #f6f6f6;
  border: 1px solid #cccccc;
  border-bottom: 0;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow-wrap: break-word;
  position: relative;
  word-wrap: break-word;
  z-index: 1;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header:not(:first-child) {
  margin-left: -1px;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title {
  border-right: 0;
  color: #000000;
  cursor: pointer !important;
  display: block;
  font-size: 14px;
  font-weight: 600;
  padding: 1.4rem 2rem;
  position: relative;
  transition: all .3s;
  vertical-align: middle;
  white-space: normal;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title span.tab-title {
  display: block;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title:hover {
  text-decoration: none;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header:last-child {
  border-right: 1px solid #cccccc;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header.ui-state-active {
  background: #ffffff;
  z-index: 19;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header.ui-state-active a.tab-title {
  position: relative;
  transition: all .3s;
}
div[data-content-type='tabs'] .tabs-content {
  border: 1px solid #cccccc;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  z-index: 9;
}
div[data-content-type='tabs'] .tabs-content [data-content-type='tab-item'] {
  box-sizing: border-box;
  min-height: inherit;
}
div[data-content-type='tabs'] .tabs-content [data-content-type='tab-item']:not(:first-child) {
  display: none;
}
div[data-content-type='tabs'].tab-align-left .tabs-content {
  border-top-left-radius: 0 !important;
}
div[data-content-type='tabs'].tab-align-right .tabs-content {
  border-top-right-radius: 0 !important;
}
div[data-content-type='text'] {
  word-wrap: break-word;
}
div[data-content-type='video'] {
  font-size: 0;
}
div[data-content-type='video'] .pagebuilder-video-inner {
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
}
div[data-content-type='video'] .pagebuilder-video-container {
  border-radius: inherit;
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
}
div[data-content-type='video'] iframe,
div[data-content-type='video'] video {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.jarallax {
  position: relative;
  z-index: 0;
}
.jarallax > .jarallax-img {
  font-family: 'object-fit: cover;', sans-serif;
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.jarallax-video-fallback {
  transform: scale3d(0, 0, 0);
}
.jarallax .video-overlay {
  -webkit-transform: translate3d(0, 0, 0);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -99;
}
.jarallax [id*='jarallax-container'] video,
.jarallax [id*='jarallax-container'] iframe {
  visibility: hidden;
}
.cms-content-important {
  background-color: #f5f5f5;
  color: #333333;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.1;
  margin: 0 0 35px -20px;
  padding: 20px;
}
.pagebuilder-full-width {
  float: left;
  width: 100%;
}
.pagebuilder-content-type {
  box-sizing: border-box;
  margin-bottom: 20px;
}
.pagebuilder-accordion {
  margin: 0;
  padding: 0;
}
.pagebuilder-accordion > .item.title {
  box-sizing: border-box;
  float: none;
  width: 100%;
}
.pagebuilder-accordion > .item.title > .switch {
  display: block;
}
.pagebuilder-accordion > .item.content {
  box-sizing: border-box;
  display: block;
  float: none;
  margin: 0;
}
.pagebuilder-accordion > .item.content:before,
.pagebuilder-accordion > .item.content:after {
  content: '';
  display: table;
}
.pagebuilder-accordion > .item.content:after {
  clear: both;
}
.pagebuilder-accordion > .item.content.active {
  display: block;
}
.pagebuilder-accordion > .item.title {
  margin: 0 0 5px;
}
.pagebuilder-accordion > .item.title > .switch {
  background: #f0f0f0;
  border-bottom: 1px solid #d1d1d1;
  border-left: 1px solid #d1d1d1;
  border-right: 1px solid #d1d1d1;
  border-top: 1px solid #d1d1d1;
  height: 40px;
  padding: 5px 20px 5px 20px;
  font-weight: 600;
  line-height: 40px;
  font-size: 1.8rem;
  color: #7d7d7d;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title > .switch:visited {
  color: #7d7d7d;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title > .switch:hover {
  color: #7d7d7d;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title > .switch:active {
  color: #333333;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title:not(.disabled) > .switch:focus,
.pagebuilder-accordion > .item.title:not(.disabled) > .switch:hover {
  background: #fcfcfc;
}
.pagebuilder-accordion > .item.title:not(.disabled) > .switch:active,
.pagebuilder-accordion > .item.title.active > .switch,
.pagebuilder-accordion > .item.title.active > .switch:focus,
.pagebuilder-accordion > .item.title.active > .switch:hover {
  background: #ffffff;
  color: #333333;
  text-decoration: none;
  padding-bottom: 5px;
}
.pagebuilder-accordion > .item.content {
  background: #ffffff;
  border: 1px solid #d1d1d1;
  margin: 0 0 5px;
  padding: 20px 20px 20px 20px;
}
/**
 * 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;
}
._amrev-disabled {
  opacity: .8;
  pointer-events: none;
}
.hidden {
  display: none;
}
._clear-btn,
._clear-btn:focus,
._clear-btn:hover,
._clear-btn:active,
._clear-btn:not(.primary) {
  background: none;
  border: none;
  box-shadow: none;
  font-weight: 400;
  outline: none;
  padding: 0;
}
.amstars-rating-container {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzMiIGhlaWdodD0iMjciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGgzM3YyN0gweiIvPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTcuMzA1IDEwLjMxM0wxNCAwbC0zLjMwNSAxMC4zMTNIMGw4LjY1MiA2LjM3NEw1LjM0OCAyNyAxNCAyMC42MjYgMjIuNjUyIDI3bC0zLjMwNS0xMC4zMTNMMjggMTAuMzEzSDE3LjMwNXptNC42NTQgMS45OWgtNi4wOEwxNCA2LjQ0bC0xLjg3OSA1Ljg2M2gtNi4wOGw0LjkxOSAzLjYyNC0xLjg4IDUuODYzTDE0IDE4LjE2Nmw0LjkyIDMuNjI0LTEuODgtNS44NjMgNC45Mi0zLjYyNHoiIGZpbGw9IiNCMUFFQUUiLz48L3N2Zz4=);
  height: 27px;
  margin: 0 0 10px 0;
  overflow: hidden;
  width: 160px;
}
.amstars-rating-container.-small {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMTgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGgyMnYxOEgweiIvPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTEuNzQzIDYuODc1TDkuNSAwIDcuMjU3IDYuODc1SDBsNS44NzEgNC4yNUwzLjYzIDE4IDkuNSAxMy43NSAxNS4zNzEgMThsLTIuMjQyLTYuODc1TDE5IDYuODc1aC03LjI1N3pNMTQuOSA4LjIwMmgtNC4xMjZMOS41IDQuMjkzbC0xLjI3NSAzLjkxSDQuMDk5bDMuMzM4IDIuNDE1LTEuMjc1IDMuOTA5TDkuNSAxMi4xMWwzLjMzOCAyLjQxNi0xLjI3NS0zLjkxIDMuMzM4LTIuNDE1eiIgZmlsbD0iI0IxQUVBRSIvPjwvc3ZnPg==);
  height: 18px;
  width: 107px;
}
.amstars-rating-container.-small .amstars-stars {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMTgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGgyMnYxOEgweiIvPjxwYXRoIGQ9Ik05LjUgMGwyLjI0MyA2Ljg3NUgxOWwtNS44NzEgNC4yNUwxNS4zNyAxOCA5LjUgMTMuNzUgMy42MjkgMThsMi4yNDItNi44NzVMMCA2Ljg3NWg3LjI1N0w5LjUgMHoiIGZpbGw9IiNFRDlEMDAiLz48L3N2Zz4=);
}
.amstars-rating-container .amstars-stars {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzMiIGhlaWdodD0iMjciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGgzM3YyN0gweiIvPjxwYXRoIGQ9Ik0xNCAwbDMuMzA1IDEwLjMxM0gyOGwtOC42NTIgNi4zNzRMMjIuNjUyIDI3IDE0IDIwLjYyNiA1LjM0OCAyN2wzLjMwNC0xMC4zMTNMMCAxMC4zMTNoMTAuNjk1TDE0IDB6IiBmaWxsPSIjRUQ5RDAwIi8+PC9zdmc+);
  height: 100%;
}
.amreview-popup.modal-popup {
  transition: 0.3s all ease-in;
  transition: all 0.3s ease-in;
}
.amreview-popup.modal-popup .modal-header {
  background: #fafafa;
}
.amreview-popup.modal-popup .modal-content {
  padding: 0;
}
.amreview-popup.modal-popup .block-content {
  background: #fafafa;
  padding: 10px 20px 40px;
}
.amreview-popup.modal-popup .modal-inner-wrap {
  max-width: 640px;
}
.amrev-toolbar-container {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  color: #363636;
  flex-wrap: wrap;
  font-size: 12px;
  justify-content: flex-end;
  padding: 0;
}
.amrev-toolbar-container.-disabled {
  opacity: .8;
  pointer-events: none;
}
.amrev-toolbar-container.-all .amrev-sorting {
  border-left: none;
}
.amrev-toolbar-container .amrev-filters {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-basis: 100%;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  order: 2;
  padding: 0;
}
.amrev-toolbar-container .amrev-filter {
  border-bottom: 1px solid #dcdcdc;
  flex-basis: 100%;
  margin: 0;
  padding: 15px 0 10px 20px;
}
.amrev-toolbar-container .amrev-sorting {
  background: #fafafa;
  border: none;
  flex-basis: 100%;
  order: 1;
  padding: 10px 18px;
}
.amrev-toolbar-container .amrev-sortbtn:before {
  font-size: 14px;
}
.amrev-toolbar-container .amrev-sortbtn:hover:before,
.amrev-toolbar-container .amrev-sortbtn:focus:before {
  color: #007bdb;
}
.amrev-toolbar-container .amrev-select {
  height: 25px;
  margin: 5px 5px 5px 8px;
  max-width: 160px;
  padding: 0 0 0 10px;
  width: 100%;
}
.amrev-toolbar-container .amrev-label {
  margin: 0;
}
.amrev-checkbox-container .amrev-label {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: flex-start;
  padding: 0 0 0 20px;
  position: relative;
}
.amrev-checkbox-container .amrev-label:hover:before {
  border-color: #007bdb;
  box-shadow: 0 1px 2px rgba(37, 83, 119, 0.25);
}
.amrev-checkbox-container .amrev-label:before,
.amrev-checkbox-container .amrev-label:after {
  transition: 0.1s all ease-in;
  transition: all 0.1s ease-in;
  content: '';
  cursor: pointer;
  display: block;
  left: 0;
  position: absolute;
}
.amrev-checkbox-container .amrev-label:after {
  align-content: center;
  align-items: center;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOSIgaGVpZ2h0PSI3IiB2aWV3Qm94PSIwIDAgOSA3IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNNy45MDQ4IDBMMy41NDI1IDQuNjU5OEwxLjA5NDk1IDIuMDQ2MDNMMCAzLjIxNTg1TDMuNTQyNSA3TDkgMS4xNjk4M0w3LjkwNDggMFoiIGZpbGw9IiM1MTQ5NDMiLz48L3N2Zz4=);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  content: '';
  display: flex;
  justify-content: center;
  bottom: 0;
  height: 8px;
  margin: auto 0 auto 3px;
  opacity: 0;
  top: 0;
  width: 10px;
}
.amrev-checkbox-container .amrev-label:before {
  background-color: #ffffff;
  border: 1px solid #adadad;
  border-radius: 2px;
  box-sizing: border-box;
  height: 15px;
  width: 15px;
}
.amrev-checkbox-container .amrev-input:checked + .amrev-label:after {
  opacity: 1;
}
.amrev-checkbox-container .amrev-input:checked + .amrev-label:before {
  border-color: #007bdb;
}
.amrev-checkbox-container .amrev-input:checked + .amrev-label:before:focus {
  box-shadow: 0 1px 2px rgba(37, 83, 119, 0.25);
}
.amrev-checkbox-container .amrev-input {
  display: none;
}
.amrev-fancybox-zoom .fancybox-arrow {
  box-shadow: none;
}
.amrev-fancybox-zoom .fancybox-arrow:hover,
.amrev-fancybox-zoom .fancybox-arrow:active,
.amrev-fancybox-zoom .fancybox-arrow:focus {
  background: none;
  border: none;
  box-shadow: none;
  opacity: 1;
}
.amreview-images.slick-slider {
  padding: 0 18px;
}
.amreview-images.slick-slider .slick-arrow {
  transition: 0.1s all ease-in;
  transition: all 0.1s ease-in;
  background-size: 7px 12px !important;
  filter: invert(0.5);
}
.amreview-images.slick-slider .slick-arrow:hover {
  filter: invert(1);
}
.amreview-images.slick-slider .slick-arrow.slick-next {
  right: 0;
}
.amreview-images.slick-slider .slick-arrow.slick-prev {
  left: 0;
  transform: rotate(180deg) translate(0, 50%);
}
.amreview-images.slick-slider .slick-slide {
  border: 1px solid transparent;
  border-radius: 2px;
  box-sizing: border-box;
  text-align: center;
}
.amreview-images.slick-slider .slick-slide > div {
  display: flex;
}
.amreview-widget-container .slick-dots {
  position: initial;
}
@keyframes amloadrotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.am-load-block {
  transition: 0.3s all ease-in;
  transition: all 0.1s ease-in;
  background: rgba(255, 255, 255, 0.4);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.am-load-block .am-dots {
  height: 64px;
  margin: 20px auto;
  position: sticky;
  top: 35%;
  width: 64px;
  z-index: 999;
}
.am-load-block .am-dot {
  animation: amloadrotate 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  display: block;
  transform-origin: 32px 32px;
}
.am-load-block .am-dot:nth-child(1) {
  animation-delay: -0.036s;
}
.am-load-block .am-dot:nth-child(2) {
  animation-delay: -0.07199999999999999s;
}
.am-load-block .am-dot:nth-child(3) {
  animation-delay: -0.108s;
}
.am-load-block .am-dot:nth-child(4) {
  animation-delay: -0.144s;
}
.am-load-block .am-dot:nth-child(6) {
  animation-delay: -0.216s;
}
.am-load-block .am-dot:nth-child(7) {
  animation-delay: -0.252s;
}
.am-load-block .am-dot:nth-child(8) {
  animation-delay: -0.288s;
}
.am-load-block .am-dot:after {
  background: #666666;
  border-radius: 50%;
  content: '';
  display: block;
  height: 6px;
  margin: -3px 0 0 -3px;
  position: absolute;
  width: 6px;
}
.am-load-block .am-dot:nth-child(1):after {
  left: 50px;
  top: 50px;
}
.am-load-block .am-dot:nth-child(2):after {
  left: 45px;
  top: 54px;
}
.am-load-block .am-dot:nth-child(3):after {
  left: 39px;
  top: 57px;
}
.am-load-block .am-dot:nth-child(4):after {
  left: 32px;
  top: 58px;
}
.am-load-block .am-dot:nth-child(5) {
  animation-delay: -.18s;
}
.am-load-block .am-dot:nth-child(5):after {
  left: 25px;
  top: 57px;
}
.am-load-block .am-dot:nth-child(6):after {
  left: 19px;
  top: 54px;
}
.am-load-block .am-dot:nth-child(7):after {
  left: 14px;
  top: 50px;
}
.am-load-block .am-dot:nth-child(8):after {
  left: 10px;
  top: 45px;
}
.amrev-comment-toolbar {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 25px 0 0;
}
.amrev-comment-toolbar.-nocomments {
  justify-content: flex-end;
}
.amrev-comment-toolbar .amrev-reply {
  border-right: 1px solid #767676;
  box-sizing: border-box;
  flex-basis: 50%;
  order: 2;
  padding: 0 25px 0 0;
}
.amrev-comment-toolbar .amrev-repbtn {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.1s all ease-in;
  transition: all 0.1s ease-in;
  background: #dff1ff;
  border: 1px solid #1e79c2;
  border-radius: 2px;
  box-shadow: none;
  box-sizing: border-box;
  color: #1e79c2;
  flex-basis: 100%;
  font-size: 1.4rem;
  font-weight: 400;
  padding: 8px;
  position: relative;
  width: 100%;
}
.amrev-comment-toolbar .amrev-repbtn:before {
  transition: 0.1s all ease-in;
  transition: all 0.1s ease-in;
  align-content: center;
  align-items: center;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDEyIDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTYuMjAzOSAzLjA3Njg4SDIuMTk4NTdMMy4wMzEyOCAzLjg3MjU3QzMuMjgyNzcgNC4xMTI4OCAzLjI4Mjc3IDQuNTAyNDMgMy4wMzEyOCA0Ljc0Mjc0QzIuNzgxNzIgNC45ODE1MSAyLjM3MzEgNC45ODQ1OSAyLjEyMDY1IDQuNzQyNzRMMC4xODg2MTUgMi44OTY1N0MtMC4wNjI4NzE5IDIuNjU2MjYgLTAuMDYyODcxOSAyLjI2NjcxIDAuMTg4NjE1IDIuMDI2NEwyLjEyMDY1IDAuMTgwMjMyQzIuMzcxODEgLTAuMDYwMDc3NSAyLjc4MDEyIC0wLjA2MDA3NzUgMy4wMzEyOCAwLjE4MDIzMkMzLjI4Mjc3IDAuNDIwNTQzIDMuMjgyNzcgMC44MTAwODUgMy4wMzEyOCAxLjA1MDRMMi4xOTg1NyAxLjg0NjA5SDYuMjAzOUM5LjM5OTgxIDEuODQ2MDkgMTIgNC4zMzA3MyAxMiA3LjM4NDYxQzEyIDcuNzI0MzEgMTEuNzExNSA4IDExLjM1NiA4QzExLjAwMDUgOCAxMC43MTIgNy43MjQzMSAxMC43MTIgNy4zODQ2MUMxMC43MTIgNS4wMDkyIDguNjg5NzggMy4wNzY4OCA2LjIwMzkgMy4wNzY4OFoiIGZpbGw9IiMxRTc5QzIiLz48L3N2Zz4=);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  content: '';
  display: flex;
  justify-content: center;
  height: 8px;
  margin: auto 5px;
  width: 12px;
}
.amrev-comment-toolbar .amrev-repbtn:hover,
.amrev-comment-toolbar .amrev-repbtn:active,
.amrev-comment-toolbar .amrev-repbtn.-active {
  background: #026bb3;
  border-color: #026bb3;
  color: #ffffff;
}
.amrev-comment-toolbar .amrev-repbtn:hover:before,
.amrev-comment-toolbar .amrev-repbtn:active:before,
.amrev-comment-toolbar .amrev-repbtn.-active:before {
  filter: brightness(10);
}
.amrev-comment-toolbar .amrev-comment {
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  box-sizing: border-box;
  flex-basis: 50%;
  order: 3;
  padding: 0 15px;
  position: relative;
}
.amrev-comment-toolbar .amrev-combtn {
  color: #026bb3;
  font-size: 1.4rem;
  font-weight: 600;
}
.amrev-comment-toolbar .amrev-combtn,
.amrev-comment-toolbar .amrev-combtn:focus,
.amrev-comment-toolbar .amrev-combtn:hover,
.amrev-comment-toolbar .amrev-combtn:active,
.amrev-comment-toolbar .amrev-combtn:not(.primary) {
  background: none;
  border: none;
  box-shadow: none;
  font-weight: 400;
  outline: none;
  padding: 0;
}
.amrev-comment-toolbar .amrev-combtn:before {
  transition: 0.1s all ease-in;
  transition: all 0.1s ease-in;
  content: '\e622';
  display: inline-block;
  font-family: 'icons-blank-theme';
  font-size: 10px;
  margin: 0 7px 0 0;
}
.amrev-comment-toolbar .amrev-combtn:hover {
  color: #014d81;
}
.amrev-comment-toolbar .amrev-combtn.-active:before {
  transform: rotate(180deg) translateY(1px);
}
.amrev-comment-toolbar .amrev-combtn.-empty:before {
  display: none;
}
.amrev-comment-block {
  transition: 0.1s all ease-in;
  transition: all 0.1s ease-in;
  background: #fafafa;
  border-radius: 2px;
  margin: 0 -15px 0 -15px;
  padding: 0;
}
.amrev-comment-block .amrev-title {
  border-bottom: 1px solid #c8c8c8;
  font-size: 12px;
  font-style: normal;
  margin: 0 0 20px 0;
  padding: 10px 0;
}
.amrev-comment-block .amrev-qty {
  font-style: normal;
}
.amrev-comment-block .amrev-message {
  padding: 15px 20px;
}
.amrev-comment-list {
  transition: 0.1s all ease-in;
  transition: all 0.1s ease-in;
  color: #000000;
  display: none;
  padding: 20px;
}
.amrev-comment-list.-active {
  display: block;
  margin: 20px 0 0 0;
}
.amrev-comment-list .amrev-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.amrev-comment-list .amrev-comment {
  margin: 0;
  padding: 0;
}
.amrev-comment-list .amrev-comment:not(:last-child) {
  padding: 0 0 30px;
}
.amrev-comment-list .amrev-name {
  margin: 0;
}
.amrev-comment-list .amrev-email {
  font-size: 12px;
}
.amrev-comment-list .amrev-date {
  display: block;
  font-size: 12px;
}
.amrev-comment-list .amreview-text {
  display: block;
  font-size: 14px;
  padding: 15px 0 0 0;
}
.amrev-comment-form {
  transition: 0.1s all ease-in;
  transition: all 0.1s ease-in;
  display: none;
  margin: 10px 0 0;
  padding: 20px 20px 25px;
}
.amrev-comment-form.-active {
  display: block;
}
.amrev-comment-form .amrev-form {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
}
.amrev-comment-form .amrev-fieldset {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  flex-basis: 100%;
  margin: 0 15px 0 0;
}
.amrev-comment-form .amrev-label {
  color: #363636;
  font-size: 12px;
}
.amrev-comment-form .amrev-label.required:after {
  color: #ff0000 f;
  content: '*';
}
.amrev-comment-form .amrev-input {
  background: #ffffff;
  border-color: transparent;
  color: #292929;
  font-size: 12px;
  height: 30px;
}
.amrev-comment-form .amrev-input ::placeholder {
  color: #adadad;
}
.amrev-comment-form .amrev-input:hover,
.amrev-comment-form .amrev-input:focus,
.amrev-comment-form .amrev-input:active {
  border: 1px solid #1e79c2;
}
.amrev-comment-form .amrev-area {
  height: auto;
  padding: 15px;
}
.amrev-comment-form .amrev-btn {
  transition: 0.1s all ease-in;
  transition: all 0.1s ease-in;
  background: #1e79c2;
  border: none;
  box-shadow: none;
  color: #ffffff;
  font-size: 12px;
  margin: 15px auto 0 0;
  padding: 10px;
}
.amrev-comment-form .amrev-btn:hover {
  background: #1b6bac;
}
.amrev-comment-form .amrev-field {
  position: relative;
}
.amrev-comment-form .amrev-area-field {
  display: flex;
  flex-wrap: wrap;
  flex-basis: 100%;
}
.amrev-comment-form .amrev-input-field {
  flex-basis: 48%;
  margin: 0 0 15px;
}
.amreview-helpful-wrap {
  display: flex;
  align-items: center;
  flex-basis: 100%;
  order: 1;
  padding: 0 0 20px 0;
}
.amreview-helpful-wrap > .amreview-helpful {
  color: #767676;
  font-size: 14px;
}
.amreview-helpful-wrap > .amreview-options {
  margin-left: 15px;
}
.amreview-helpful-wrap .amreview-plus,
.amreview-helpful-wrap .amreview-minus {
  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;
}
.amreview-helpful-wrap .amreview-plus:focus,
.amreview-helpful-wrap .amreview-minus:focus,
.amreview-helpful-wrap .amreview-plus:active,
.amreview-helpful-wrap .amreview-minus:active {
  background: none;
  border: none;
}
.amreview-helpful-wrap .amreview-plus:hover,
.amreview-helpful-wrap .amreview-minus:hover {
  background: none;
  border: none;
}
.amreview-helpful-wrap .amreview-plus.disabled,
.amreview-helpful-wrap .amreview-minus.disabled,
.amreview-helpful-wrap .amreview-plus[disabled],
.amreview-helpful-wrap .amreview-minus[disabled],
fieldset[disabled] .amreview-helpful-wrap .amreview-plus,
fieldset[disabled] .amreview-helpful-wrap .amreview-minus {
  pointer-events: none;
  opacity: 0.5;
}
.amreview-helpful-wrap .amreview-plus:focus,
.amreview-helpful-wrap .amreview-minus:focus {
  outline: 1px dotted #767676;
  outline-offset: 3px;
}
.amreview-helpful-wrap .amreview-plus {
  margin: 0 0 0 10px;
}
.amreview-helpful-wrap > .amreview-options,
.amreview-helpful-wrap .amreview-plus,
.amreview-helpful-wrap .amreview-minus,
.amreview-helpful-wrap .amreview-icon {
  cursor: pointer;
  display: inline-block;
}
.amreview-helpful-wrap .amreview-icon {
  height: 18px;
  margin: 0 0 0 10px;
  transition: .3s;
  width: 20px;
}
.amreview-helpful-wrap .amreview-plus > .amreview-icon {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGgyMHYxOEgweiIvPjxwYXRoIGQ9Ik0zLjg5NiA3LjI4NkguNTU2QS41NTQuNTU0IDAgMCAwIDAgNy44NDh2OC45ODVjMCAuMzE0LjI0NS41NjEuNTU3LjU2MWgzLjM0YS41NTMuNTUzIDAgMCAwIC41NTYtLjU2MVY3Ljg0OGEuNTUzLjU1MyAwIDAgMC0uNTU3LS41NjJ6TTIwIDguMzVjMC0uOTE1LS42MjMtMS44NC0xLjgxMy0xLjg0aC01LjM5MmMuNzctMS4zOTEuOTk3LTMuMzQ3LjQ2Mi00Ljc3OEMxMi44NjMuNjggMTIuMTEuMDY2IDExLjEzOS4wMDRsLS4wMTYtLjAwMkExLjE3IDEuMTcgMCAwIDAgOS44ODkgMS4wOEM5Ljc1MSAyLjUgOS4xMzQgNS4wMSA4LjI1MSA1LjljLS43NDQuNzUtMS4zOCAxLjA2NS0yLjQzNiAxLjU4Ni0uMTUyLjA3NS0uMzIuMTU3LS40OTYuMjQ2YTEuNCAxLjQgMCAwIDEgLjAwNS4xMTd2OC44OTNsLjM3Ny4xM0M3LjQ0MyAxNy40NzggOC45NDggMTggMTEuMjQ4IDE4aDQuMzZjMS4xOSAwIDEuODEyLS45MjYgMS44MTItMS44NDFhMiAyIDAgMCAwLS4xNjMtLjc5MyAxLjcxOCAxLjcxOCAwIDAgMCAxLS41NTljLjI5Mi0uMzM0LjQ1My0uNzc5LjQ1My0xLjI1MSAwLS4yNy0uMDU1LS41NDMtLjE2My0uNzkyLjk1Ni0uMTY2IDEuNDUzLS45OTMgMS40NTMtMS44MSAwLS40NzUtLjE2OC0uOTUzLS40OTQtMS4zMDIuMzI2LS4zNS40OTQtLjgyNy40OTQtMS4zMDJ6IiBmaWxsPSIjQzRDNEM0Ii8+PC9zdmc+);
}
.amreview-helpful-wrap .amreview-plus:hover > .amreview-icon {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGgyMHYxOEgweiIvPjxwYXRoIGQ9Ik0zLjg5NiA3LjI4NkguNTU2QS41NTQuNTU0IDAgMCAwIDAgNy44NDh2OC45ODVjMCAuMzE0LjI0NS41NjEuNTU3LjU2MWgzLjM0YS41NTMuNTUzIDAgMCAwIC41NTYtLjU2MVY3Ljg0OGEuNTUzLjU1MyAwIDAgMC0uNTU3LS41NjJ6TTIwIDguMzVjMC0uOTE1LS42MjMtMS44NC0xLjgxMy0xLjg0aC01LjM5MmMuNzctMS4zOTEuOTk3LTMuMzQ3LjQ2Mi00Ljc3OEMxMi44NjMuNjggMTIuMTEuMDY2IDExLjEzOS4wMDRsLS4wMTYtLjAwMkExLjE3IDEuMTcgMCAwIDAgOS44ODkgMS4wOEM5Ljc1MSAyLjUgOS4xMzQgNS4wMSA4LjI1MSA1LjljLS43NDQuNzUtMS4zOCAxLjA2NS0yLjQzNiAxLjU4Ni0uMTUyLjA3NS0uMzIuMTU3LS40OTYuMjQ2YTEuNCAxLjQgMCAwIDEgLjAwNS4xMTd2OC44OTNsLjM3Ny4xM0M3LjQ0MyAxNy40NzggOC45NDggMTggMTEuMjQ4IDE4aDQuMzZjMS4xOSAwIDEuODEyLS45MjYgMS44MTItMS44NDFhMiAyIDAgMCAwLS4xNjMtLjc5MyAxLjcxOCAxLjcxOCAwIDAgMCAxLS41NTljLjI5Mi0uMzM0LjQ1My0uNzc5LjQ1My0xLjI1MSAwLS4yNy0uMDU1LS41NDMtLjE2My0uNzkyLjk1Ni0uMTY2IDEuNDUzLS45OTMgMS40NTMtMS44MSAwLS40NzUtLjE2OC0uOTUzLS40OTQtMS4zMDIuMzI2LS4zNS40OTQtLjgyNy40OTQtMS4zMDJ6IiBmaWxsPSIjQzJFQUJDIi8+PC9zdmc+);
}
.amreview-helpful-wrap .amreview-plus.-voted > .amreview-icon {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGgyMHYxOEgweiIvPjxwYXRoIGQ9Ik0zLjg5NiA3LjI4NkguNTU2QS41NTQuNTU0IDAgMCAwIDAgNy44NDh2OC45ODVjMCAuMzE0LjI0NS41NjEuNTU3LjU2MWgzLjM0YS41NTMuNTUzIDAgMCAwIC41NTYtLjU2MVY3Ljg0OGEuNTUzLjU1MyAwIDAgMC0uNTU3LS41NjJ6TTIwIDguMzVjMC0uOTE1LS42MjMtMS44NC0xLjgxMy0xLjg0aC01LjM5MmMuNzctMS4zOTEuOTk3LTMuMzQ3LjQ2Mi00Ljc3OEMxMi44NjMuNjggMTIuMTEuMDY2IDExLjEzOS4wMDRsLS4wMTYtLjAwMkExLjE3IDEuMTcgMCAwIDAgOS44ODkgMS4wOEM5Ljc1MSAyLjUgOS4xMzQgNS4wMSA4LjI1MSA1LjljLS43NDQuNzUtMS4zOCAxLjA2NS0yLjQzNiAxLjU4Ni0uMTUyLjA3NS0uMzIuMTU3LS40OTYuMjQ2YTEuNCAxLjQgMCAwIDEgLjAwNS4xMTd2OC44OTNsLjM3Ny4xM0M3LjQ0MyAxNy40NzggOC45NDggMTggMTEuMjQ4IDE4aDQuMzZjMS4xOSAwIDEuODEyLS45MjYgMS44MTItMS44NDFhMiAyIDAgMCAwLS4xNjMtLjc5MyAxLjcxOCAxLjcxOCAwIDAgMCAxLS41NTljLjI5Mi0uMzM0LjQ1My0uNzc5LjQ1My0xLjI1MSAwLS4yNy0uMDU1LS41NDMtLjE2My0uNzkyLjk1Ni0uMTY2IDEuNDUzLS45OTMgMS40NTMtMS44MSAwLS40NzUtLjE2OC0uOTUzLS40OTQtMS4zMDIuMzI2LS4zNS40OTQtLjgyNy40OTQtMS4zMDJ6IiBmaWxsPSIjMUFCOTAwIi8+PC9zdmc+);
}
.amreview-helpful-wrap .amreview-minus > .amreview-icon {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMThoMjBWMEgweiIvPjxwYXRoIGQ9Ik0zLjg5NiAxMC43MTRILjU1NkEuNTU0LjU1NCAwIDAgMSAwIDEwLjE1MlYxLjE2N0MwIC44NTMuMjQ1LjYwNi41NTcuNjA2aDMuMzRjLjMxMSAwIC41NTYuMjQ3LjU1Ni41NjF2OC45ODVhLjU1My41NTMgMCAwIDEtLjU1Ny41NjJ6TTIwIDkuNjVjMCAuOTE1LS42MjMgMS44NC0xLjgxMyAxLjg0aC01LjM5MmMuNzcgMS4zOTEuOTk3IDMuMzQ3LjQ2MiA0Ljc3Ny0uMzk0IDEuMDUzLTEuMTQ2IDEuNjY3LTIuMTE4IDEuNzNoLS4wMTZhMS4xNyAxLjE3IDAgMCAxLTEuMjM0LTEuMDc2Yy0uMTM4LTEuNDItLjc1NS0zLjkzLTEuNjM4LTQuODItLjc0NC0uNzUtMS4zOC0xLjA2NS0yLjQzNi0xLjU4Ni0uMTUyLS4wNzUtLjMyLS4xNTctLjQ5Ni0uMjQ2YTEuNCAxLjQgMCAwIDAgLjAwNS0uMTE3VjEuMjZsLjM3Ny0uMTNDNy40NDMuNTIyIDguOTQ4IDAgMTEuMjQ4IDBoNC4zNmMxLjE5IDAgMS44MTIuOTI2IDEuODEyIDEuODQxYTIgMiAwIDAgMS0uMTYzLjc5M2MuMzk3LjA3Mi43NDMuMjY0IDEgLjU1OS4yOTIuMzM0LjQ1My43NzkuNDUzIDEuMjUxIDAgLjI3LS4wNTUuNTQzLS4xNjMuNzkyLjk1Ni4xNjYgMS40NTMuOTkzIDEuNDUzIDEuODEgMCAuNDc1LS4xNjguOTUyLS40OTQgMS4zMDIuMzI2LjM1LjQ5NC44MjcuNDk0IDEuMzAyeiIgZmlsbD0iI0M0QzRDNCIvPjwvc3ZnPg==);
}
.amreview-helpful-wrap .amreview-minus:hover > .amreview-icon {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMThoMjBWMEgweiIvPjxwYXRoIGQ9Ik0zLjg5NiAxMC43MTRILjU1NkEuNTU0LjU1NCAwIDAgMSAwIDEwLjE1MlYxLjE2N0MwIC44NTMuMjQ1LjYwNi41NTcuNjA2aDMuMzRjLjMxMSAwIC41NTYuMjQ3LjU1Ni41NjF2OC45ODVhLjU1My41NTMgMCAwIDEtLjU1Ny41NjJ6TTIwIDkuNjVjMCAuOTE1LS42MjMgMS44NC0xLjgxMyAxLjg0aC01LjM5MmMuNzcgMS4zOTEuOTk3IDMuMzQ3LjQ2MiA0Ljc3Ny0uMzk0IDEuMDUzLTEuMTQ2IDEuNjY3LTIuMTE4IDEuNzNoLS4wMTZhMS4xNyAxLjE3IDAgMCAxLTEuMjM0LTEuMDc2Yy0uMTM4LTEuNDItLjc1NS0zLjkzLTEuNjM4LTQuODItLjc0NC0uNzUtMS4zOC0xLjA2NS0yLjQzNi0xLjU4Ni0uMTUyLS4wNzUtLjMyLS4xNTctLjQ5Ni0uMjQ2YTEuNCAxLjQgMCAwIDAgLjAwNS0uMTE3VjEuMjZsLjM3Ny0uMTNDNy40NDMuNTIyIDguOTQ4IDAgMTEuMjQ4IDBoNC4zNmMxLjE5IDAgMS44MTIuOTI2IDEuODEyIDEuODQxYTIgMiAwIDAgMS0uMTYzLjc5M2MuMzk3LjA3Mi43NDMuMjY0IDEgLjU1OS4yOTIuMzM0LjQ1My43NzkuNDUzIDEuMjUxIDAgLjI3LS4wNTUuNTQzLS4xNjMuNzkyLjk1Ni4xNjYgMS40NTMuOTkzIDEuNDUzIDEuODEgMCAuNDc1LS4xNjguOTUyLS40OTQgMS4zMDIuMzI2LjM1LjQ5NC44MjcuNDk0IDEuMzAyeiIgZmlsbD0iI0ZGQkNCQyIvPjwvc3ZnPg==);
}
.amreview-helpful-wrap .amreview-minus.-voted > .amreview-icon {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMThoMjBWMEgweiIvPjxwYXRoIGQ9Ik0zLjg5NiAxMC43MTRILjU1NkEuNTU0LjU1NCAwIDAgMSAwIDEwLjE1MlYxLjE2N0MwIC44NTMuMjQ1LjYwNi41NTcuNjA2aDMuMzRjLjMxMSAwIC41NTYuMjQ3LjU1Ni41NjF2OC45ODVhLjU1My41NTMgMCAwIDEtLjU1Ny41NjJ6TTIwIDkuNjVjMCAuOTE1LS42MjMgMS44NC0xLjgxMyAxLjg0aC01LjM5MmMuNzcgMS4zOTEuOTk3IDMuMzQ3LjQ2MiA0Ljc3Ny0uMzk0IDEuMDUzLTEuMTQ2IDEuNjY3LTIuMTE4IDEuNzNoLS4wMTZhMS4xNyAxLjE3IDAgMCAxLTEuMjM0LTEuMDc2Yy0uMTM4LTEuNDItLjc1NS0zLjkzLTEuNjM4LTQuODItLjc0NC0uNzUtMS4zOC0xLjA2NS0yLjQzNi0xLjU4Ni0uMTUyLS4wNzUtLjMyLS4xNTctLjQ5Ni0uMjQ2YTEuNCAxLjQgMCAwIDAgLjAwNS0uMTE3VjEuMjZsLjM3Ny0uMTNDNy40NDMuNTIyIDguOTQ4IDAgMTEuMjQ4IDBoNC4zNmMxLjE5IDAgMS44MTIuOTI2IDEuODEyIDEuODQxYTIgMiAwIDAgMS0uMTYzLjc5M2MuMzk3LjA3Mi43NDMuMjY0IDEgLjU1OS4yOTIuMzM0LjQ1My43NzkuNDUzIDEuMjUxIDAgLjI3LS4wNTUuNTQzLS4xNjMuNzkyLjk1Ni4xNjYgMS40NTMuOTkzIDEuNDUzIDEuODEgMCAuNDc1LS4xNjguOTUyLS40OTQgMS4zMDIuMzI2LjM1LjQ5NC44MjcuNDk0IDEuMzAyeiIgZmlsbD0iI0QyMzczNyIvPjwvc3ZnPg==);
}
.review-field-image {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  color: #292929;
  margin: 0;
}
.review-field-image > .label {
  font-weight: 600;
  margin: 0 0 20px 0;
  width: 190px;
}
.review-field-rating {
  display: flex;
  align-items: center;
}
.review-field-rating > .label {
  color: #292929;
  margin: 0;
  min-width: 70px;
}
.review-field-rating > .label:after {
  color: #e02b27;
  content: '*';
  font-size: 1.2rem;
  margin-left: 3px;
}
.amreview-submit-form {
  background: #fafafa;
  margin: 0 auto;
}
.amreview-submit-form > .block-content {
  margin: 0 auto;
  max-width: 575px;
  padding: 40px 20px 45px;
}
.amreview-submit-form .review-fieldset {
  display: block;
  margin: 0 0 35px;
  width: 100%;
}
.amreview-submit-form .review-fieldset .field:last-child {
  margin: 0;
}
.amreview-submit-form .review-form {
  max-width: 100%;
}
.amreview-submit-form .review-form .action.submit.primary {
  background: #1979c3;
  border: 1px solid #1979c3;
  border-radius: 2px;
  box-shadow: none;
  color: #ffffff;
  font-weight: 400;
  padding: 16px 22px;
}
.amreview-submit-form .review-form .action.submit.primary:hover,
.amreview-submit-form .review-form .action.submit.primary:active,
.amreview-submit-form .review-form .action.submit.primary.-active {
  background: #166bac;
  border-color: #166bac;
  color: #ffffff;
}
.amreview-submit-form .review-fieldset .field {
  margin: 0 0 20px 0;
}
.amreview-submit-form .review-fieldset .review-legend.legend {
  display: flex;
  float: none;
  font-size: 16px;
  margin: 0 0 10px 0;
}
.amreview-submit-form .review-fieldset .review-legend.legend > span {
  float: left;
  margin: 0 5px 0 0;
}
.amreview-submit-form .review-fieldset .review-field-ratings .field {
  margin: 0 0 15px 0;
}
.amreview-submit-form .review-fieldset .review-field-ratings > .label {
  display: none;
}
.amreview-submit-form .review-control-vote.control {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 0 15px;
  position: relative;
}
.amreview-submit-form .review-control-vote.control:before {
  display: flex;
  transition: 0.1s all ease-in;
  transition: all 0.1s ease-in;
  color: #b1aeae;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 5px;
  line-height: normal;
  margin: 0;
  position: initial;
}
.amreview-submit-form .review-control-vote.control:hover:before {
  color: #ed9d00;
}
.amreview-submit-form .review-control-vote.control label:hover:before {
  color: #ed9d00;
}
.amreview-submit-form .review-control-vote.control label:before {
  transition: 0.1s all ease-in;
  transition: all 0.1s ease-in;
  color: #ed9d00;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 5px;
  line-height: normal;
  margin: 0;
  position: initial;
}
.amreview-submit-form .field > .label {
  font-weight: 400;
  margin: 0 0 2px;
}
.amreview-submit-form .field.required > .label:after {
  margin-left: 3px;
}
.amreview-submit-form .field .review-field-rating > .label,
.amreview-submit-form .field.review-field-image > .label {
  font-weight: 600;
}
.amreview-submit-form .field .mage-error[generated] {
  margin: 0;
}
.amreview-submit-form .field.review-field-nickname.-half {
  float: left;
}
.amreview-submit-form .field.review-field-email {
  float: right;
}
.amreview-submit-form .field.review-field-nickname,
.amreview-submit-form .field.review-field-email {
  width: 100%;
}
.amreview-submit-form .field .review-field-summary {
  float: none;
  overflow: hidden;
  width: 100%;
}
.amreview-submit-form .field .input-text {
  border: 1px solid #767676;
  border-radius: 1px;
  color: #292929;
  height: 30px;
}
.amreview-submit-form .field .input-text.mage-error {
  border-color: #ff2149;
}
.amreview-submit-form .field .input-text ::placeholder {
  color: #adadad;
}
.review-field-summary > .label {
  width: 100%;
}
.amreview-recommend-wrap {
  margin: 0 0 10px 0;
  position: relative;
}
.field textarea {
  border: 1px solid #767676;
}
.amreview-recommend-wrap > .amreview-checkbox,
.amreview-gdpr-wrap > .amreview-checkbox {
  cursor: pointer;
  left: 0;
  margin: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 1;
}
.amreview-recommend-wrap > .amreview-checkbox:not(.valid) + .mage-error[generated] + .amreview-checkboxlabel:before,
.amreview-gdpr-wrap > .amreview-checkbox:not(.valid) + .mage-error[generated] + .amreview-checkboxlabel:before {
  border: 1px solid #e02b27;
}
.amreview-recommend-wrap > .amreview-checkbox:checked ~ .amreview-checkboxlabel:after,
.amreview-gdpr-wrap > .amreview-checkbox:checked ~ .amreview-checkboxlabel:after {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMy4wNzIuMzQzYy41MTMuNDg2LjU0OSAxLjMwOS4wOCAxLjgzOEw2LjY3IDkuNTA1YTEuMjI2IDEuMjI2IDAgMCAxLTEuNzQuMTEgMS4yNjIgMS4yNjIgMCAwIDEtLjIwOS0uMjA1TC44MDQgNC41OGExLjMzIDEuMzMgMCAwIDEgLjE2LTEuODMgMS4yMjUgMS4yMjUgMCAwIDEgMS43NjguMTU1TDUuNzc1IDYuNjYgMTEuMjk3LjQyYTEuMjI3IDEuMjI3IDAgMCAxIDEuNzc1LS4wNzd6IiBmaWxsPSIjMUFCOTAwIi8+PC9zdmc+) no-repeat center;
  content: '';
  display: inline-block;
  height: 9px;
  position: absolute;
  right: 2px;
  top: 5px;
  width: 10px;
}
.amreview-recommend-wrap > .amreview-checkbox:checked ~ .amreview-checkboxlabel:before,
.amreview-gdpr-wrap > .amreview-checkbox:checked ~ .amreview-checkboxlabel:before {
  border-color: #007bdb;
}
.amreview-recommend-wrap > .amreview-checkboxlabel,
.amreview-gdpr-wrap > .amreview-checkboxlabel {
  color: #292929;
  cursor: pointer;
  display: inline-block;
  font-weight: 600;
  padding-right: 30px;
  position: relative;
}
.amreview-recommend-wrap > .amreview-checkboxlabel:before,
.amreview-gdpr-wrap > .amreview-checkboxlabel:before {
  background: #ffffff;
  border: 1px solid #767676;
  border-radius: 2px;
  box-sizing: border-box;
  content: '';
  display: inline-block;
  height: 15px;
  position: absolute;
  right: 0;
  top: 2px;
  width: 15px;
}
.amreview-recommend-wrap > .amreview-checkboxlabel .asterix,
.amreview-gdpr-wrap > .amreview-checkboxlabel .asterix {
  color: #e02b27;
  font-size: 1.2rem;
  margin-left: 3px;
}
.amreview-recommend-wrap > .amreview-checkboxlabel:hover:before,
.amreview-gdpr-wrap > .amreview-checkboxlabel:hover:before {
  border-color: #007bdb;
  box-shadow: 0 1px 2px rgba(37, 83, 119, 0.25);
}
.amshowmore-container .amshowmore-text {
  transition: 0.3s all ease-in;
  transition: all 0.3s ease-in;
  display: block;
  overflow: hidden;
  position: relative;
}
.amshowmore-container .amshowmore-text:after {
  bottom: 0;
  box-shadow: inset 0 -15px 10px 0 rgba(255, 255, 255, 0.7);
  content: '';
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
}
.amshowmore-container .amshowmore-text.-active {
  box-shadow: none;
}
.amshowmore-container .amshowmore-text.-active:after {
  content: none;
}
.amshowmore-container .amshowmore-text:not(.-active) {
  max-height: 100px;
}
.amshowmore-container .amshowmore-button {
  display: flex;
  align-items: center;
  color: #6b8fab;
  cursor: pointer;
  font-size: 12px;
  margin-top: 5px;
  text-decoration: none;
  user-select: none;
}
.amshowmore-container .amshowmore-button:after {
  content: '>';
  display: inline-block;
  margin: 0 0 0 5px;
  text-decoration: none;
  transform: scaleY(1.3);
}
.amreview-checkboxlabel a {
  text-decoration: underline;
}
.amrev-title-block {
  font-size: 2.4rem;
  font-weight: 700;
  margin: 0;
  padding: 50px 0 20px;
}
.amrev-items-block {
  position: relative;
}
.amreview-info-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 -15px;
  padding-top: 20px;
}
.amreview-description-wrap {
  max-width: 100%;
  width: 100%;
}
.amrev-desc-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.amrev-desc-title .amrev-voteqty {
  color: #767676;
  font-size: 12px;
  line-height: 25px;
}
.amreview-description {
  color: #333333;
  font-size: 14px;
  line-height: 19px;
  margin-top: 20px;
  overflow-wrap: break-word;
}
.amreview-summary-info {
  flex-basis: 100%;
  padding: 0 10px;
}
.amreview-summary-info .amreview-summary {
  color: #000000;
  float: left;
  font-size: 60px;
  line-height: 1;
  margin-right: 20px;
}
.amreview-summary-info .amreview-count {
  color: #767676;
  display: inline-block;
  font-size: 24px;
}
.amreview-summary-info .amreview-showmore {
  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;
  color: #1979c3;
  cursor: pointer;
  display: block;
}
.amreview-summary-info .amreview-showmore:focus,
.amreview-summary-info .amreview-showmore:active {
  background: none;
  border: none;
}
.amreview-summary-info .amreview-showmore:hover {
  background: none;
  border: none;
}
.amreview-summary-info .amreview-showmore.disabled,
.amreview-summary-info .amreview-showmore[disabled],
fieldset[disabled] .amreview-summary-info .amreview-showmore {
  pointer-events: none;
  opacity: 0.5;
}
.amreview-summary-info .amreview-showmore:focus {
  outline: 1px dotted #767676;
  outline-offset: 3px;
}
.amreview-percent-block {
  clear: both;
  color: #767676;
  display: none;
  font-size: 24px;
}
.amreview-percent-block .amreview-value {
  font-size: 30px;
  margin: 0 10px 0 0;
}
.amreview-percent-block .amreview-desc {
  font-size: 12px;
  max-width: 180px;
}
.amreview-rating-wrapper {
  float: left;
  margin-bottom: 5px;
}
.amreview-review-list.-empty {
  padding: 20px;
  position: relative;
  text-align: center;
}
.amreview-summary-details {
  clear: both;
  display: none;
  flex-basis: 100%;
  order: 3;
  padding: 40px 10px 0;
}
.amreview-summary-details .amreview-label > .amreview-stars,
.amreview-summary-details .amreview-label > .amreview-bar,
.amreview-summary-details .amreview-label > .amreview-text {
  display: inline-block;
  line-height: 14px;
}
.amreview-summary-details .amreview-label > .amreview-stars:hover,
.amreview-summary-details .amreview-label > .amreview-bar:hover,
.amreview-summary-details .amreview-label > .amreview-text:hover {
  color: #ed9d00;
}
.amreview-summary-details .amreview-label > .amreview-stars {
  color: #767676;
  margin-bottom: 5px;
  min-width: 50px;
  text-align: right;
}
.amreview-summary-details .amreview-label .amreview-bar {
  background: #dfdfdf;
  height: 6px;
  margin: 0 20px;
  vertical-align: middle;
  width: 50%;
}
.amreview-summary-details .amreview-label .amreview-bar.-active {
  background: #ed9d00;
  margin: 0;
}
.amreview-add-new {
  background: #f9f9f9;
  clear: both;
  flex-basis: 100%;
  margin: 40px 0 0;
  order: 2;
  padding: 20px;
}
.amreview-add-new .amreview-button.action {
  border-radius: 2px;
  margin-right: 2%;
  padding: 12px 16px;
}
.amreview-add-new .amreview-label {
  color: #767676;
  display: inline-block;
  line-height: 1.2;
  vertical-align: middle;
  width: 50%;
}
.amreview-author-details {
  margin: 5px 0 20px;
  position: relative;
  width: 100%;
}
.amreview-author-details .amreview-author {
  font-size: 18px;
  font-weight: 400;
  margin: 0 0 2px;
  word-break: break-all;
}
.amreview-author-details .amreview-date {
  color: #767676;
  font-size: 12px;
  margin: 0 0 25px 0;
  position: absolute;
  right: 0;
  top: 0;
}
.amreview-author-details .amreview-verified {
  color: #909090;
  font-size: 14px;
  margin: 0 0 2px;
}
.amreview-author-details .amreview-verified:after {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGgxMnYxMkgweiIvPjxjaXJjbGUgY3g9IjYiIGN5PSI2IiByPSI2IiBmaWxsPSIjQzJFQUJDIi8+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik04Ljk3OCAzLjdhLjY3LjY3IDAgMCAxIC4wNC45MTVMNS44NCA4LjI2M2EuNTk0LjU5NCAwIDAgMS0uODUxLjA1NS42MjIuNjIyIDAgMCAxLS4xMDMtLjEwMmwtMS45Mi0yLjQwOGEuNjY5LjY2OSAwIDAgMSAuMDc5LS45MS41OTMuNTkzIDAgMCAxIC44NjUuMDc2bDEuNDkzIDEuODcxIDIuNzA2LTMuMTA3YS41OTQuNTk0IDAgMCAxIC44NjktLjAzN3oiIGZpbGw9IiNmZmYiLz48L3N2Zz4=);
  content: '';
  display: inline-block;
  height: 12px;
  margin-left: 5px;
  vertical-align: middle;
  width: 12px;
}
.amreview-author-details .amreview-recommended {
  color: #1ab900;
  font-size: 14px;
  margin-top: 5px;
}
.amreview-title-review {
  font-size: 18px;
  font-weight: 700;
  padding: 0 0 5px;
  word-break: break-all;
}
.amreview-adminanswer-block {
  color: #767676;
  padding: 25px 0 0 15px;
}
.amreview-adminanswer-block > .amreview-title {
  color: #000000;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 5px;
}
.amreview-adminanswer-block > .amreview-text {
  font-size: 14px;
}
.amreview-review-wrapper.review-item {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 25px 0 30px 0;
}
.amreview-review-wrapper .amreview-images {
  display: flex;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
  margin-top: 20px;
}
.amreview-review-wrapper .amreview-slider-item {
  box-sizing: content-box;
  display: inline-block;
  padding: 5px;
  width: 100%;
}
.amreview-review-wrapper .amreview-slider-item .amreview-image {
  height: 100%;
  margin: 0 auto;
  object-fit: cover;
  width: 100%;
}
.amreview-toolbar-wrap .pages strong.page {
  background: #f0f0f0;
  padding: 0 10px;
}
.amreview-toolbar-wrap .pages .action {
  background: transparent;
  box-shadow: none;
}
.amreview-toolbar-wrap .limiter select {
  background-color: #ffffff;
  box-shadow: none;
}
.field.amreview-gdpr-wrap {
  padding: 0;
  position: relative;
}
.field.amreview-gdpr-wrap a {
  color: #007acc;
  cursor: pointer;
}
.amreview-gdpr-wrap .mage-error[generated] {
  bottom: -30px;
  position: absolute;
}
.amreview-proscons-container {
  display: flex;
  flex-direction: column;
  margin: 15px 0 0 0;
  word-break: break-word;
  word-wrap: break-word;
}
.amreview-proscons-container .amreview-proscons {
  flex-basis: 50%;
  line-height: 15px;
  margin-right: 10px;
  min-width: 0;
  padding: 0 0 0 20px;
  position: relative;
}
.amreview-proscons-container .amreview-proscons:before {
  content: '';
  display: inline-block;
  height: 15px;
  left: 0;
  position: absolute;
  width: 15px;
}
.amreview-proscons-container .amreview-proscons.-dislike {
  color: #d0021b;
}
.amreview-proscons-container .amreview-proscons.-like {
  color: #3e7405;
}
.amreview-proscons-container .amreview-proscons.-dislike:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTAiIGhlaWdodD0iNTAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTS0xLTFoNTgydjQwMkgtMXoiLz48Y2lyY2xlIGZpbGw9IiNkODVhNGEiIHI9IjI1IiBjeT0iMjUiIGN4PSIyNSIvPjxwYXRoIGZpbGw9Im5vbmUiIHN0cm9rZT0iI0ZGRiIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgZD0iTTM4IDI1SDEyIi8+PC9zdmc+) no-repeat;
  background-size: contain;
}
.amreview-proscons-container .amreview-proscons.-like:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MCA1MCI+PGNpcmNsZSBjeD0iMjUiIGN5PSIyNSIgcj0iMjUiIGZpbGw9IiM0M2IwNWMiLz48cGF0aCBmaWxsPSJub25lIiBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIGQ9Ik0yNSAxM3YyNW0xMy0xM0gxMyIvPjwvc3ZnPg==) no-repeat;
  background-size: contain;
}
.field.amreview-email-wrap {
  margin: 0 0 10px;
}
.amreview-summary-details .amreview-label {
  color: unset;
  cursor: pointer;
  display: block;
  text-decoration: none;
}
#row_amasty_advancedreview_reminder_frequency .tooltip-content ul {
  padding-left: 10px;
}
.block.review-list {
  display: flex;
  flex-direction: column;
}
.admin__fieldset .amreview-remove-image {
  display: block;
  margin-top: 10px;
  text-align: center;
}
.admin__fieldset .amreview-remove-image .amreview-checkbox {
  margin-right: 5px;
}
.admin__fieldset #is_need_send_notification {
  margin-top: 12px;
}
.admin__fieldset .field-review_images .input-file {
  display: none;
}
.admin__fieldset .field-review_images .input-file::-webkit-file-upload-button {
  visibility: hidden;
}
.admin__fieldset .field-review_images .addbefore {
  background-color: #eb5202;
  border: 1px solid #eb5202;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-weight: 600;
  letter-spacing: .025em;
  padding: .6rem 1em;
  text-align: center;
  user-select: none;
}
.admin__fieldset .field-review_images .addbefore:hover {
  background-color: #b84002;
  border-color: #b84002;
  box-shadow: 0 0 0 1px #40070b;
  text-decoration: none;
}
.admin__fieldset .amreview-images {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.admin__fieldset .amreview-slider-item {
  background: #f0f0f0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 0 5px 10px;
  padding: 10px;
  text-align: center;
  width: calc(100% / 3 - 10px);
}
.amasty-advanced-review {
  margin-top: 2.2rem;
}
.amasty-advanced-review .table-row .item-position,
.amasty-advanced-review .table-row .table-header {
  background: #efefef;
  border-bottom: 1px solid #ffffff;
}
.amasty-advanced-review .table-row .item-position .draggable,
.amasty-advanced-review .table-row .table-header .draggable {
  color: #adadad;
}
.amasty-advanced-review .table-row .item-position:hover {
  cursor: move;
}
.amasty-advanced-review .table-row .amcontent.item-position {
  box-sizing: border-box;
  display: inline-block;
  padding: 1rem;
  width: 100%;
}
.amasty-advanced-review .table-row .item-position:before {
  content: '\e63d';
  font-family: 'Admin Icons';
}
.amreview-widget-title {
  box-sizing: border-box;
  display: block;
  font-size: 16px;
  font-weight: 700;
  margin: 0;
  max-width: 100%;
  padding: 10px;
  width: 100%;
}
.amreview-widget-container .amreview-full-link {
  font-size: 12px;
}
.amreview-widget-container .amreview-full-link,
.amreview-widget-container .amreview-full-link:visited,
.amreview-widget-container .amreview-full-link:active,
.amreview-widget-container .amreview-full-link:hover {
  color: #6b8fab;
}
.amreview-widget-container .amreview-full-link:after {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MTIiIGhlaWdodD0iNTEyIiB2aWV3Qm94PSIwIDAgNDUxLjg0NiA0NTEuODQ3Ij48cGF0aCBkPSJNMzQ1LjQ0MSAyNDguMjkyTDE1MS4xNTQgNDQyLjU3M2MtMTIuMzU5IDEyLjM2NS0zMi4zOTcgMTIuMzY1LTQ0Ljc1IDAtMTIuMzU0LTEyLjM1NC0xMi4zNTQtMzIuMzkxIDAtNDQuNzQ0TDI3OC4zMTggMjI1LjkyIDEwNi40MDkgNTQuMDE3Yy0xMi4zNTQtMTIuMzU5LTEyLjM1NC0zMi4zOTQgMC00NC43NDggMTIuMzU0LTEyLjM1OSAzMi4zOTEtMTIuMzU5IDQ0Ljc1IDBsMTk0LjI4NyAxOTQuMjg0YzYuMTc3IDYuMTggOS4yNjIgMTQuMjcxIDkuMjYyIDIyLjM2NiAwIDguMDk5LTMuMDkxIDE2LjE5Ni05LjI2NyAyMi4zNzN6IiBkYXRhLW9yaWdpbmFsPSIjMDAwMDAwIiBjbGFzcz0iYWN0aXZlLXBhdGgiIGRhdGEtb2xkX2NvbG9yPSIjNmI4ZmFiIiBmaWxsPSIjNmI4ZmFiIi8+PC9zdmc+) no-repeat center;
  background-size: contain;
  content: '';
  display: inline-block;
  height: 10px;
  margin-left: 3px;
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
}
.amreview-widget-container .slick-arrow {
  z-index: 1;
}
.amreview-widget-container .slick-dots {
  padding: 10px 0;
  position: relative;
}
.amreview-widget-container .slick-dots li {
  display: flex;
  justify-content: center;
  align-items: center;
  display: inline-flex;
  margin: 0 2px;
}
.amreview-widget-container .slick-dots button,
.amreview-widget-container .slick-dots .cart.table-wrapper .actions-toolbar > .action,
.amreview-widget-container .slick-dots .action-gift {
  border: 1px solid #b3b3b3;
  border-radius: 10px;
  height: 10px;
  width: 10px;
}
.amreview-widget-container .slick-dots button:before,
.amreview-widget-container .slick-dots .cart.table-wrapper .actions-toolbar > .action:before,
.amreview-widget-container .slick-dots .action-gift:before {
  font-size: 0;
}
.amreview-widget-container .slick-dots .slick-active button,
.amreview-widget-container .slick-dots .slick-active .cart.table-wrapper .actions-toolbar > .action,
.amreview-widget-container .slick-dots .slick-active .action-gift {
  background: #333333;
}
.pagebuilder-content-type .amreview-review-items {
  list-style: none;
}
.pagebuilder-content-type .amreviews .amreviews-placeholder {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fafafa;
  min-height: 300px;
}
@media screen and (min-width: 1024px), print {
  .page-main .amreview-widget-title {
    padding: 25px 0 20px;
  }
}
.amreview-widget-container .amreview-review-items {
  display: flex;
  flex-wrap: wrap;
}
.amreview-widget-container .amreview-review-wrapper.review-item {
  border-bottom: 1px solid #cde1ef;
  box-sizing: border-box;
  padding: 20px;
  width: 100%;
}
.amreview-widget-container .amreview-image-wrapper {
  height: 80px;
  width: 80px;
}
.amreview-widget-container .amreview-description-wrapper {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  flex-grow: 1;
  overflow: hidden;
}
.amreview-widget-container .amreview-rating-wrapper {
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin: 0 15px 15px 0;
  padding: 0;
}
.amreview-widget-container .amreview-title-wrapper {
  color: #006bb4;
  flex-basis: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.amreview-widget-container .amreview-details-wrapper {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  margin-top: 20px;
}
.amreview-widget-container .amreview-message {
  height: 60px;
  word-break: break-all;
  word-wrap: break-word;
}
.amreview-widget-container .amreview-date {
  color: #767676;
  font-size: 12px;
}
.amreview-widget-container .amreview-footer {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.amreview-widget-container .product-item-photo {
  margin: 0 15px 15px 0;
}
.amreview-widget-container.-advanced {
  margin-bottom: 15px;
}
.amreview-rating-label {
  color: #767676;
  font-size: 24px;
  margin: 0 10px 5px 0;
}
.amreview-widget-container.-grid .amreview-rating-wrapper {
  min-width: 160px;
}
.amreview-widget-container.-sidebar .amreview-rating-wrapper {
  flex-grow: 1;
}
.amreview-widget-container .amreview-title {
  background: #f8fcff;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
  padding: 15px 40px 15px 20px;
  position: relative;
  word-break: break-all;
  word-break: break-word;
}
.amreview-widget-container .amreview-title:after {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MTIiIGhlaWdodD0iNTEyIiB2aWV3Qm94PSIwIDAgMjg0LjkyOSAyODQuOTI5Ij48cGF0aCBkPSJNMjgyLjA4MiAxOTUuMjg1TDE0OS4wMjggNjIuMjRjLTEuOTAxLTEuOTAzLTQuMDg4LTIuODU2LTYuNTYyLTIuODU2cy00LjY2NS45NTMtNi41NjcgMi44NTZMMi44NTYgMTk1LjI4NUMuOTUgMTk3LjE5MSAwIDE5OS4zNzggMCAyMDEuODUzYzAgMi40NzQuOTUzIDQuNjY0IDIuODU2IDYuNTY2bDE0LjI3MiAxNC4yNzFjMS45MDMgMS45MDMgNC4wOTMgMi44NTQgNi41NjcgMi44NTRzNC42NjQtLjk1MSA2LjU2Ny0yLjg1NGwxMTIuMjA0LTExMi4yMDIgMTEyLjIwOCAxMTIuMjA5YzEuOTAyIDEuOTAzIDQuMDkzIDIuODQ4IDYuNTYzIDIuODQ4IDIuNDc4IDAgNC42NjgtLjk1MSA2LjU3LTIuODQ4bDE0LjI3NC0xNC4yNzdjMS45MDItMS45MDIgMi44NDctNC4wOTMgMi44NDctNi41NjYuMDAxLTIuNDc2LS45NDQtNC42NjYtMi44NDYtNi41Njl6IiBkYXRhLW9yaWdpbmFsPSIjMDAwMDAwIiBjbGFzcz0iYWN0aXZlLXBhdGgiIGRhdGEtb2xkX2NvbG9yPSIjMDAwMDAwIiBmaWxsPSIjODU4NTg1Ii8+PC9zdmc+) no-repeat center;
  background-size: contain;
  content: '';
  height: 15px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
}
.amreview-widget-container .amreview-title.-collapsed:after {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MTIiIGhlaWdodD0iNTEyIiB2aWV3Qm94PSIwIDAgMjg0LjkyOSAyODQuOTI5Ij48cGF0aCBkPSJNMi44NDcgODkuNjQ0bDEzMy4wNTQgMTMzLjA0NWMxLjkwMSAxLjkwMyA0LjA4OCAyLjg1NiA2LjU2MiAyLjg1NnM0LjY2NS0uOTUzIDYuNTY3LTIuODU2TDI4Mi4wNzMgODkuNjQ0YzEuOTA2LTEuOTA2IDIuODU2LTQuMDkzIDIuODU2LTYuNTY4IDAtMi40NzQtLjk1My00LjY2NC0yLjg1Ni02LjU2NmwtMTQuMjcyLTE0LjI3MWMtMS45MDMtMS45MDMtNC4wOTMtMi44NTQtNi41NjctMi44NTRzLTQuNjY0Ljk1MS02LjU2NyAyLjg1NEwxNDIuNDYzIDE3NC40NDEgMzAuMjU1IDYyLjIzMmMtMS45MDItMS45MDMtNC4wOTMtMi44NDgtNi41NjMtMi44NDgtMi40NzggMC00LjY2OC45NTEtNi41NyAyLjg0OEwyLjg0OCA3Ni41MDlDLjk0NiA3OC40MTEuMDAxIDgwLjYwMi4wMDEgODMuMDc1IDAgODUuNTUxLjk0NSA4Ny43NDEgMi44NDcgODkuNjQ0eiIgZGF0YS1vcmlnaW5hbD0iIzAwMDAwMCIgY2xhc3M9ImFjdGl2ZS1wYXRoIiBkYXRhLW9sZF9jb2xvcj0iIzAwMDAwMCIgZmlsbD0iIzg1ODU4NSIvPjwvc3ZnPg==) no-repeat center;
  background-size: contain;
}
.amreview-widget-container .amreview-rating-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.amreview-widget-container .amreview-rating-item:not(:last-child) {
  margin-bottom: 15px;
}
.amreview-widget-container .amreview-rating-item.-one-rating {
  align-items: flex-start;
  flex-direction: column;
}
.amreview-widget-container .amreview-rating-item.-one-rating .amreview-rating-value {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}
.amreview-widget-container .amreview-rating-item .amreview-number {
  font-size: 30px;
}
.amreview-widget-container .amreview-rating-item .amstars-rating-container {
  margin-bottom: 0;
}
.amreview-image-wrapper .product-image-container,
.amreview-image-wrapper .product-image-wrapper {
  height: 100%;
  width: 100%;
}
.amreview-image-wrapper .product-image-wrapper {
  padding: 0 !important;
}
.amreview-image-wrapper .product-image-photo {
  max-height: 100%;
  width: auto;
}
.amreview-widget-container.-summary-widget {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  background: #f8fcff;
  margin: 10px 0 20px;
  padding: 30px 10px 80px;
  position: relative;
}
.amreview-widget-container.-summary-widget .amreview-description {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  max-width: 100%;
  width: 100%;
}
.amreview-widget-container.-summary-widget .amreview-description .amreview-text {
  margin: 15px 0 0;
  width: 100%;
}
.amreview-widget-container.-summary-widget .amshowmore-container .amshowmore-text:not(.-active) {
  max-height: 45px;
}
.amreview-widget-container.-summary-widget .amrev-desc-title {
  margin: 0 0 10px 0;
}
.amreview-widget-container.-summary-widget .amreview-images {
  margin: 15px 0 0 0;
  max-width: 370px;
  overflow: hidden;
}
.amreview-widget-container.-summary-widget .amreview-images.-slider .amreview-slider-item {
  display: none;
}
.amreview-widget-container.-summary-widget .amreview-review-block {
  box-sizing: border-box;
  margin: 30px 0 0;
  max-width: 100%;
  width: 100%;
}
.amreview-widget-container.-summary-widget .amreview-review-items {
  margin: 0;
  padding: 0;
}
.amreview-widget-container.-summary-widget .amreview-review-wrapper {
  background: #ffffff;
  border-color: transparent;
  border-radius: 6px;
  box-shadow: 0 4px 6px rgba(0, 75, 136, 0.12);
  padding: 15px;
}
.amreview-widget-container.-summary-widget .amreview-rating-wrapper {
  margin: 0 15px 0 0;
}
.amreview-widget-container.-summary-widget .amreview-title-review {
  margin: 0 5px 0 0;
}
.amreview-widget-container.-summary-widget .amreview-info-wrapper {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  box-sizing: border-box;
  margin: 0;
  max-width: 280px;
  min-width: 230px;
  padding: 0;
}
.amreview-widget-container.-summary-widget .amreview-name {
  color: #1e79c2;
  flex-basis: 100%;
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 12px;
}
.amreview-widget-container.-summary-widget .amreview-summary {
  font-size: 50px;
  letter-spacing: -.08em;
  margin-right: 15px;
}
.amreview-widget-container.-summary-widget .amreview-count {
  font-size: 14px;
  margin: 0 0 15px;
}
.amreview-widget-container.-summary-widget .amstars-rating-container {
  margin: 0 0 2px;
}
.amreview-widget-container.-summary-widget .amreview-summary-details {
  margin: 0 0 10px 0;
  padding: 0;
}
.amreview-widget-container.-summary-widget .amreview-summary-details .amreview-text {
  color: #748593;
  margin: 0 0 0 auto;
  white-space: nowrap;
  width: 20%;
}
.amreview-widget-container.-summary-widget .amreview-add-new {
  margin: 0;
  padding: 0;
}
.amreview-widget-container.-summary-widget .amreview-label {
  display: flex;
  align-items: center;
  margin: 0 0 8px;
}
.amreview-widget-container.-summary-widget .amreview-label > .amreview-bar {
  margin: 0 15px;
  width: 55%;
}
.amreview-widget-container.-summary-widget .amreview-label > .amreview-stars {
  display: flex;
  align-items: center;
  margin: 0;
  min-width: auto;
}
.amreview-widget-container.-summary-widget .amreview-label > .amreview-stars:before {
  align-content: center;
  align-items: center;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMTgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGgyMnYxOEgweiIvPjxwYXRoIGQ9Ik05LjUgMGwyLjI0MyA2Ljg3NUgxOWwtNS44NzEgNC4yNUwxNS4zNyAxOCA5LjUgMTMuNzUgMy42MjkgMThsMi4yNDItNi44NzVMMCA2Ljg3NWg3LjI1N0w5LjUgMHoiIGZpbGw9IiNFRDlEMDAiLz48L3N2Zz4=);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  content: '';
  display: flex;
  justify-content: center;
  filter: invert(61%) sepia(0%) saturate(17%) hue-rotate(154deg) brightness(95%) contrast(68%);
  height: 10px;
  margin: 0 2px;
  width: 10px;
}
.amreview-widget-container.-summary-widget .amreview-text {
  margin: 0;
}
.amreview-widget-container.-summary-widget .amreview-button {
  box-sizing: border-box;
  font-weight: 600;
  order: 3;
  padding: 9px 16px;
  text-align: center;
  width: 100%;
}
.amreview-widget-container.-summary-widget .amreview-button.-see-all {
  bottom: 0;
  left: 0;
  padding: 25px 16px;
  position: absolute;
  right: 0;
}
.amreview-widget-container.-summary-widget .amreview-summary-info {
  display: flex;
  padding: 0;
}
.amreview-widget-container.-summary-widget .amreview-summary-details {
  border: none;
  margin-right: 15px;
  order: 2;
  pointer-events: none;
  width: 100%;
}
.amreview-widget-container.-summary-widget .product-image-container {
  display: none;
  margin: 0 0 15px;
}
.amreview-widget-container.-summary-widget .amrev-comment-toolbar.-nocomments {
  justify-content: flex-start;
}
.amreview-widget-container.-summary-widget .amreview-helpful-wrap {
  flex-wrap: wrap;
  justify-content: center;
  margin: 40px 0 0;
  padding: 0;
}
.amreview-widget-container.-summary-widget .amreview-helpful {
  margin: 0 0 5px;
  text-align: center;
  width: 100%;
}
.amreview-widget-container.-summary-widget .amreview-minus {
  margin: 0 0 0 20px;
}
.amreview-widget-container.-summary-widget .amreview-plus {
  margin: 0;
}
.amreview-widget-container.-summary-widget .amreview-icon {
  margin: 0;
}
.amreview-widget-container.-summary-widget .amreview-percent-block {
  display: flex;
  align-items: center;
  margin: 0 0 10px 0;
}
.amreview-widget-container.-summary-widget .amreview-pages-items {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-basis: 70%;
  list-style: none;
  margin: 5px 0 auto;
  padding: 0;
  position: relative;
}
.amreview-widget-container.-summary-widget .amreview-pages-items .action {
  background: transparent;
  border: none;
  box-shadow: none;
  margin: 0 25px;
}
.amreview-widget-container.-summary-widget .amreview-pages-items .action:hover {
  background: transparent;
  color: #1979c3;
}
.amreview-widget-container.-summary-widget .amreview-pages-items .amreview-item {
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: none;
  font-size: 16px;
  height: 25px;
  width: 25px;
}
.amreview-widget-container.-summary-widget .amreview-pages-items .-current {
  background: #ececec;
}
.amreview-widget-container.-summary-widget .amreview-slider-item {
  height: 100px;
  max-width: 100px;
  width: 100%;
}
.amreview-widget-container.-summary-widget.-empty {
  align-items: center;
  padding-bottom: 35px;
}
.amreview-widget-container.-summary-widget.-list .amreview-review-wrapper {
  background: #ffffff;
  border-color: transparent;
  border-radius: 6px;
  box-shadow: 0 4px 6px rgba(0, 75, 136, 0.12);
  margin: 0 0 15px;
  padding: 15px;
}
.amreview-widget-container.-summary-widget.-slider .amreview-description-wrap {
  align-content: flex-start;
  display: inline-flex;
  flex-wrap: wrap;
  width: 100%;
}
.amreview-widget-container.-summary-widget.-slider .amrev-comment-toolbar {
  padding-bottom: 0;
}
.amreview-widget-container.-summary-widget.-slider .amrev-desc-title {
  flex-basis: 100%;
}
.amreview-widget-container.-summary-widget.-slider .slick-track {
  display: flex;
}
.amreview-widget-container.-summary-widget.-slider .slick-slide > div,
.amreview-widget-container.-summary-widget.-slider .slick-slide .amreview-review-wrapper {
  height: 100%;
}
@media (max-width: 768px) {
  .amreview-widget-container.-summary-widget.-slider .amreview-review-items {
    margin-right: -10px;
  }
  .amreview-widget-container.-summary-widget.-slider .amreview-review-items > .slick-list > .slick-track > .slick-slide {
    transition: 0.1s all ease-in;
    transition: all 0.1s ease-in;
    margin: 5px;
  }
  .amreview-widget-container.-summary-widget.-slider .amreview-review-items > .slick-list > .slick-track > .slick-slide:not(:last-child) {
    padding-right: 20px;
  }
  .amreview-widget-container.-summary-widget.-slider .amreview-review-items > .slick-list > .slick-track > .slick-slide.slick-current ~ .slick-slide {
    transform: translateX(-20px);
  }
}
@media (min-width: 1024px) {
  .amreview-widget-container.-summary-widget {
    flex-wrap: nowrap;
  }
  .amreview-widget-container.-summary-widget .amreview-rating-wrapper {
    margin: 0 15px 5px 0;
  }
  .amreview-widget-container.-summary-widget .amreview-description .amreview-text {
    margin: 10px 0 0;
  }
  .amreview-widget-container.-summary-widget .amreview-review-block {
    margin: 0 0 0 50px;
    max-width: 75%;
  }
  .amreview-widget-container.-summary-widget .amreview-button.-see-all {
    background: transparent;
    padding: 9px 16px;
    position: inherit;
  }
  .amreview-widget-container.-summary-widget .amreview-percent-block {
    margin: 0 0 25px 0;
    order: 3;
  }
  .amreview-widget-container.-summary-widget .product-image-container {
    display: block;
  }
  .amreview-widget-container.-summary-widget.-list {
    padding: 35px 125px;
  }
  .amreview-widget-container.-summary-widget.-slider {
    padding: 35px 125px 35px 90px;
  }
  .amreview-widget-container.-summary-widget.-slider .amreview-description-wrap {
    width: 74%;
  }
}
.amslick-slider-container {
  /* phpcs:ignore Magento2.Less.SemicolonSpacing.NotAtEnd */
}
.amslick-slider-container .slick-dots li button:focus,
.amslick-slider-container .slick-dots li button:hover,
.amslick-slider-container .slick-list:focus,
.amslick-slider-container .slick-dots li .cart.table-wrapper .actions-toolbar > .action:focus,
.amslick-slider-container .slick-dots li .cart.table-wrapper .actions-toolbar > .action:hover,
.amslick-slider-container .slick-dots li .action-gift:focus,
.amslick-slider-container .slick-dots li .action-gift:hover {
  outline: 0;
}
.amslick-slider-container .slick-list,
.amslick-slider-container .slick-slider,
.amslick-slider-container .slick-track {
  display: block;
  position: relative;
}
.amslick-slider-container .slick-loading .slick-slide,
.amslick-slider-container .slick-loading .slick-track {
  visibility: hidden;
}
.amslick-slider-container .slick-list {
  margin: 0;
  overflow: hidden;
  padding: 0;
}
.amslick-slider-container .slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.amslick-slider-container .slick-slider .slick-list,
.amslick-slider-container .slick-slider .slick-track {
  transform: translate3d(0, 0, 0);
}
.amslick-slider-container .slick-track {
  left: 0;
  margin: 0 auto;
  top: 0;
}
.amslick-slider-container .slick-track:after,
.amslick-slider-container .slick-track:before {
  content: '';
  display: table;
}
.amslick-slider-container .slick-track:after {
  clear: both;
}
.amslick-slider-container .slick-slide,
.amslick-slider-container .slick-slide.slick-loading img {
  display: none;
}
.amslick-slider-container .slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  vertical-align: middle;
}
.amslick-slider-container [dir=rtl] .slick-slide {
  float: right;
}
.amslick-slider-container .slick-slide.dragging img {
  pointer-events: none;
}
.amslick-slider-container .slick-vertical .slick-slide {
  border: 1px solid transparent;
  display: block;
  height: auto;
}
.amslick-slider-container .slick-arrow.slick-hidden {
  display: none;
}
.amslick-slider-container .slick-loading .slick-list {
  background: 0 0;
  position: relative;
}
.amslick-slider-container .slick-loading .slick-list:before {
  animation: loading 1s infinite linear;
  border-color: rgba(0, 0, 0, 0.2);
  border-radius: 100%;
  border-style: solid;
  border-top-color: #5c5c5c;
  border-width: 3px;
  content: '';
  display: block;
  height: 25px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 25px;
}
.amslick-slider-container .slick-next.slick-disabled,
.amslick-slider-container .slick-prev.slick-disabled {
  opacity: 0.25;
}
.amslick-slider-container .slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.amslick-slider-container .slick-dots {
  display: block;
  left: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
.amslick-slider-container .slick-dots li {
  cursor: pointer;
  display: inline-block;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  position: relative;
  width: 20px;
}
.amslick-slider-container .slick-dots li button,
.amslick-slider-container .slick-slider .slick-arrow,
.amslick-slider-container .slick-dots li .cart.table-wrapper .actions-toolbar > .action,
.amslick-slider-container .slick-dots li .action-gift {
  box-shadow: none;
  cursor: pointer;
  display: block;
  outline: 0;
}
.amslick-slider-container .slick-dots li button,
.amslick-slider-container .slick-dots li .cart.table-wrapper .actions-toolbar > .action,
.amslick-slider-container .slick-dots li .action-gift {
  background: 0 0;
  border: 0;
  color: transparent;
  font-size: 0;
  height: 20px;
  line-height: 0;
  padding: 5px;
  width: 20px;
}
.amslick-slider-container .slick-dots li button:focus:before,
.amslick-slider-container .slick-dots li button:hover:before,
.amslick-slider-container .slick-dots li .cart.table-wrapper .actions-toolbar > .action:focus:before,
.amslick-slider-container .slick-dots li .cart.table-wrapper .actions-toolbar > .action:hover:before,
.amslick-slider-container .slick-dots li .action-gift:focus:before,
.amslick-slider-container .slick-dots li .action-gift:hover:before {
  opacity: 1;
}
.amslick-slider-container .slick-dots li button:before,
.amslick-slider-container .slick-dots li .cart.table-wrapper .actions-toolbar > .action:before,
.amslick-slider-container .slick-dots li .action-gift:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #000000;
  content: '•';
  font-size: 16px;
  height: 20px;
  left: 0;
  line-height: 20px;
  opacity: 0.25;
  position: absolute;
  text-align: center;
  top: 0;
  width: 20px;
}
.amslick-slider-container .slick-dots li.slick-active button:before,
.amslick-slider-container .slick-dots li.slick-active .cart.table-wrapper .actions-toolbar > .action:before,
.amslick-slider-container .slick-dots li.slick-active .action-gift:before {
  color: #000000;
  opacity: 0.75;
}
.amslick-slider-container .slick-slider {
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
  padding: 0 20px;
  touch-action: pan-y;
  user-select: none;
}
.amslick-slider-container .slick-slider .slick-arrow {
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uMi40QTEgMSAwIDAgMSAxLjYuMmwxMiAxMGExIDEgMCAwIDEgMCAxLjZsLTEyIDEwYTEgMSAwIDAgMS0xLjItMS42TDExLjMzMyAxMSAuNCAxLjhBMSAxIDAgMCAxIC4yLjR6IiBmaWxsPSIjQzRDNEM0Ii8+PC9zdmc+') center no-repeat !important;
  border: none;
  color: transparent;
  font-size: 0;
  height: 22px;
  line-height: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  transition: background .3s ease;
  width: 15px;
}
.amslick-slider-container .slick-slider .slick-arrow:before,
.amslick-slider-container .slick-slider .slick-arrow:after {
  content: '';
}
.amslick-slider-container .slick-slider .slick-arrow:hover {
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uMi40QTEgMSAwIDAgMSAxLjYuMmwxMiAxMGExIDEgMCAwIDEgMCAxLjZsLTEyIDEwYTEgMSAwIDAgMS0xLjItMS42TDExLjMzMyAxMSAuNCAxLjhBMSAxIDAgMCAxIC4yLjR6IiBmaWxsPSIjMTYxNjE2Ii8+PC9zdmc+') center no-repeat;
}
.amslick-slider-container .slick-slider .slick-arrow.slick-next {
  right: 0;
}
.amslick-slider-container .slick-slider .slick-arrow.slick-prev {
  left: 0;
  transform: rotate(180deg) translate(0, 50%);
}
.amslick-slider-container .slick-initialized .slick-slide {
  display: inline-block !important;
  float: none !important;
  height: auto;
}
.amslick-slider-container .product-items.slick-slider > .slick-list {
  padding: 15px 0;
}
.amslick-slider-container .product-items.slick-slider .slick-slide .product-item {
  display: block !important;
  margin: auto !important;
  max-width: 205px;
}
.amslick-slider-container .sidebar.sidebar-additional {
  width: 100%;
}
@keyframes loading {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(359.9deg);
  }
}
.amaffiliate-coupon-code .amaffiliate-wrapper {
  margin-bottom: 15px;
}
.amaffiliate-copy-button {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  margin-left: 10px;
  width: 15px;
  height: 15px;
  box-shadow: none;
}
.amaffiliate-copy-button:focus,
.amaffiliate-copy-button:active {
  background: none;
  border: none;
}
.amaffiliate-copy-button:hover {
  background: none;
  border: none;
}
.amaffiliate-copy-button.disabled,
.amaffiliate-copy-button[disabled],
fieldset[disabled] .amaffiliate-copy-button {
  pointer-events: none;
  opacity: 0.5;
}
.amaffiliate-copy-button,
.amaffiliate-copy-button:focus,
.amaffiliate-copy-button:active,
.amaffiliate-copy-button:hover {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0NzcuODY3IDQ3Ny44NjciPjxwYXRoIGQ9Ik0zNDEuMzMzIDg1LjMzM0g1MS4yYy0yOC4yNzcgMC01MS4yIDIyLjkyMy01MS4yIDUxLjJ2MjkwLjEzM2MwIDI4LjI3NyAyMi45MjMgNTEuMiA1MS4yIDUxLjJoMjkwLjEzM2MyOC4yNzcgMCA1MS4yLTIyLjkyMyA1MS4yLTUxLjJWMTM2LjUzM2MwLTI4LjI3Ny0yMi45MjMtNTEuMi01MS4yLTUxLjJ6TTM1OC40IDQyNi42NjdjMCA5LjQyNi03LjY0MSAxNy4wNjctMTcuMDY3IDE3LjA2N0g1MS4yYy05LjQyNiAwLTE3LjA2Ny03LjY0MS0xNy4wNjctMTcuMDY3VjEzNi41MzNjMC05LjQyNiA3LjY0MS0xNy4wNjcgMTcuMDY3LTE3LjA2N2gyOTAuMTMzYzkuNDI2IDAgMTcuMDY3IDcuNjQxIDE3LjA2NyAxNy4wNjd2MjkwLjEzNHoiLz48cGF0aCBkPSJNNDI2LjY2NyAwaC0zMDcuMmMtMjguMjc3IDAtNTEuMiAyMi45MjMtNTEuMiA1MS4yIDAgOS40MjYgNy42NDEgMTcuMDY3IDE3LjA2NyAxNy4wNjdTMTAyLjQgNjAuNjI2IDEwMi40IDUxLjJzNy42NDEtMTcuMDY3IDE3LjA2Ny0xNy4wNjdoMzA3LjJjOS40MjYgMCAxNy4wNjcgNy42NDEgMTcuMDY3IDE3LjA2N3YzMDcuMmMwIDkuNDI2LTcuNjQxIDE3LjA2Ny0xNy4wNjcgMTcuMDY3cy0xNy4wNjcgNy42NDEtMTcuMDY3IDE3LjA2NyA3LjY0MSAxNy4wNjcgMTcuMDY3IDE3LjA2N2MyOC4yNzcgMCA1MS4yLTIyLjkyMyA1MS4yLTUxLjJWNTEuMmMwLTI4LjI3Ny0yMi45MjMtNTEuMi01MS4yLTUxLjJ6Ii8+PC9zdmc+) no-repeat center;
}
.amaffiliate-copy-button:not(.primary) {
  box-shadow: none;
}
.amaffiliate-copy-button.-copied {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzNjcuODA1IDM2Ny44MDUiPjxwYXRoIGQ9Ik0xODMuOTAzLjAwMWMxMDEuNTY2IDAgMTgzLjkwMiA4Mi4zMzYgMTgzLjkwMiAxODMuOTAycy04Mi4zMzYgMTgzLjkwMi0xODMuOTAyIDE4My45MDJTLjAwMSAyODUuNDY5LjAwMSAxODMuOTAzQy0uMjg4IDgyLjYyNSA4MS41NzkuMjkgMTgyLjg1Ni4wMDFoMS4wNDd6IiBmaWxsPSIjM2JiNTRhIi8+PHBhdGggZmlsbD0iI2Q0ZTFmNCIgZD0iTTI4NS43OCAxMzMuMjI1TDE1NS4xNjggMjYzLjgzN2wtNzMuMTQzLTcyLjYyIDI5Ljc4LTI5LjI1NyA0My4zNjMgNDIuODQxIDEwMC44MzMtMTAwLjgzM3oiLz48L3N2Zz4=) no-repeat center;
}
.am-word-break {
  word-wrap: break-word;
  word-break: break-word;
}
.ie11 .am-word-break {
  word-break: break-all;
}
.am-tabs-view .amrelated-grid-wrapper .product-items.slick-slider {
  display: block;
}
/* phpcs:ignore Magento2.Less.AvoidId.IdSelectorUsage */
#amrelated_product_content_tab .block-title {
  display: none;
}
.amrelated-grid-wrapper {
  /* rewrite magento luma styles*/
}
.amrelated-grid-wrapper .slick-arrow {
  z-index: 999;
}
.amrelated-grid-wrapper .slick-slide {
  margin: 0 5px;
}
.amrelated-grid-wrapper .slick-track {
  display: flex;
}
.amrelated-grid-wrapper .slick-dots .slick-active button,
.amrelated-grid-wrapper .slick-dots .slick-active .cart.table-wrapper .actions-toolbar > .action,
.amrelated-grid-wrapper .slick-dots .slick-active .action-gift {
  background: transparent;
}
.amrelated-grid-wrapper .slick-dots li {
  margin: 0 5px 5px;
}
.amrelated-grid-wrapper .slick-dots button,
.amrelated-grid-wrapper .slick-dots .cart.table-wrapper .actions-toolbar > .action,
.amrelated-grid-wrapper .slick-dots .action-gift {
  border: none;
  text-indent: initial;
}
.amrelated-grid-wrapper .slick-dots button:hover,
.amrelated-grid-wrapper .slick-dots button:active,
.amrelated-grid-wrapper .slick-dots button:focus,
.amrelated-grid-wrapper .slick-dots .cart.table-wrapper .actions-toolbar > .action:hover,
.amrelated-grid-wrapper .slick-dots .cart.table-wrapper .actions-toolbar > .action:active,
.amrelated-grid-wrapper .slick-dots .cart.table-wrapper .actions-toolbar > .action:focus,
.amrelated-grid-wrapper .slick-dots .action-gift:hover,
.amrelated-grid-wrapper .slick-dots .action-gift:active,
.amrelated-grid-wrapper .slick-dots .action-gift:focus {
  border: none;
}
.amrelated-grid-wrapper .products-grid .product-item-info:hover {
  z-index: 3;
}
.amrelated-sidebar-wrap {
  width: 100%;
}
.amrelated-sidebar-wrap .slick-dots {
  line-height: 3rem;
  position: static;
}
.amrelated-sidebar-wrap .slick-dots .slick-active button,
.amrelated-sidebar-wrap .slick-dots .slick-active .cart.table-wrapper .actions-toolbar > .action,
.amrelated-sidebar-wrap .slick-dots .slick-active .action-gift {
  background: #0082e4;
}
.amrelated-sidebar-wrap .slick-dots button,
.amrelated-sidebar-wrap .slick-dots .cart.table-wrapper .actions-toolbar > .action,
.amrelated-sidebar-wrap .slick-dots .action-gift {
  background-color: #dfdedd;
}
.amrelated-cart-message {
  background: #e9f6ff;
  color: #333333;
  display: block;
  font-size: 1.6rem;
  line-height: 42px;
  margin: 0 0 10px;
  padding: 5px 25px;
  position: relative;
  text-align: center;
}
.amrelated-cart-message:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzAiIGhlaWdodD0iMzAiIHZpZXdCb3g9IjAgMCAzMCAzMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIxNSIgY3k9IjE1IiByPSIxNSIgZmlsbD0iI0VCNTc1NyIvPjxwYXRoIGQ9Ik05Ljg5ODQ0IDEwLjgxMjVDOS44OTg0NCAxMC4xMjUgMTAuMTE5OCA5LjU2MjUgMTAuNTYyNSA5LjEyNUMxMS4wMDUyIDguNjgyMjkgMTEuNTg1OSA4LjQ2MDk0IDEyLjMwNDcgOC40NjA5NEMxMy4wMzM5IDguNDYwOTQgMTMuNjE3MiA4LjY4MjI5IDE0LjA1NDcgOS4xMjVDMTQuNDk3NCA5LjU2MjUgMTQuNzE4OCAxMC4xMzggMTQuNzE4OCAxMC44NTE2VjExLjQxNDFDMTQuNzE4OCAxMi4wOTY0IDE0LjQ5NzQgMTIuNjU2MiAxNC4wNTQ3IDEzLjA5MzhDMTMuNjE3MiAxMy41MzEyIDEzLjAzOTEgMTMuNzUgMTIuMzIwMyAxMy43NUMxMS42MTcyIDEzLjc1IDExLjAzNjUgMTMuNTM2NSAxMC41NzgxIDEzLjEwOTRDMTAuMTI1IDEyLjY3NzEgOS44OTg0NCAxMi4wOTY0IDkuODk4NDQgMTEuMzY3MlYxMC44MTI1Wk0xMS4yMjY2IDExLjQxNDFDMTEuMjI2NiAxMS43NzM0IDExLjMyNTUgMTIuMDY1MSAxMS41MjM0IDEyLjI4OTFDMTEuNzI2NiAxMi41MDc4IDExLjk5MjIgMTIuNjE3MiAxMi4zMjAzIDEyLjYxNzJDMTIuNjQzMiAxMi42MTcyIDEyLjkwMzYgMTIuNTA3OCAxMy4xMDE2IDEyLjI4OTFDMTMuMjk5NSAxMi4wNjUxIDEzLjM5ODQgMTEuNzYzIDEzLjM5ODQgMTEuMzgyOFYxMC44MTI1QzEzLjM5ODQgMTAuNDUzMSAxMy4yOTY5IDEwLjE2MTUgMTMuMDkzOCA5LjkzNzVDMTIuODk1OCA5LjcxMzU0IDEyLjYzMjggOS42MDE1NiAxMi4zMDQ3IDkuNjAxNTZDMTEuOTc2NiA5LjYwMTU2IDExLjcxMzUgOS43MTYxNSAxMS41MTU2IDkuOTQ1MzFDMTEuMzIyOSAxMC4xNjkzIDExLjIyNjYgMTAuNDY2MSAxMS4yMjY2IDEwLjgzNTlWMTEuNDE0MVpNMTUuMzY3MiAxNy4yMTA5QzE1LjM2NzIgMTYuNTEzIDE1LjU5MzggMTUuOTQ3OSAxNi4wNDY5IDE1LjUxNTZDMTYuNSAxNS4wODMzIDE3LjA3ODEgMTQuODY3MiAxNy43ODEyIDE0Ljg2NzJDMTguNDg5NiAxNC44NjcyIDE5LjA2NzcgMTUuMDgzMyAxOS41MTU2IDE1LjUxNTZDMTkuOTY4OCAxNS45NDc5IDIwLjE5NTMgMTYuNTMxMiAyMC4xOTUzIDE3LjI2NTZWMTcuODIwM0MyMC4xOTUzIDE4LjQ5NzQgMTkuOTc2NiAxOS4wNTczIDE5LjUzOTEgMTkuNUMxOS4xMDY4IDE5LjkzNzUgMTguNTI2IDIwLjE1NjIgMTcuNzk2OSAyMC4xNTYyQzE3LjA2NzcgMjAuMTU2MiAxNi40NzkyIDE5Ljk0MDEgMTYuMDMxMiAxOS41MDc4QzE1LjU4ODUgMTkuMDcwMyAxNS4zNjcyIDE4LjQ5NDggMTUuMzY3MiAxNy43ODEyVjE3LjIxMDlaTTE2LjY5NTMgMTcuODIwM0MxNi42OTUzIDE4LjE3NDUgMTYuNzk2OSAxOC40NjYxIDE3IDE4LjY5NTNDMTcuMjA4MyAxOC45MTkzIDE3LjQ3NCAxOS4wMzEyIDE3Ljc5NjkgMTkuMDMxMkMxOC4xMzAyIDE5LjAzMTIgMTguMzkwNiAxOC45MjQ1IDE4LjU3ODEgMTguNzEwOUMxOC43NzA4IDE4LjQ5MjIgMTguODY3MiAxOC4xODc1IDE4Ljg2NzIgMTcuNzk2OVYxNy4yMTA5QzE4Ljg2NzIgMTYuODQ2NCAxOC43NjU2IDE2LjU1NDcgMTguNTYyNSAxNi4zMzU5QzE4LjM1OTQgMTYuMTE3MiAxOC4wOTkgMTYuMDA3OCAxNy43ODEyIDE2LjAwNzhDMTcuNDU4MyAxNi4wMDc4IDE3LjE5NTMgMTYuMTE3MiAxNi45OTIyIDE2LjMzNTlDMTYuNzk0MyAxNi41NTQ3IDE2LjY5NTMgMTYuODU2OCAxNi42OTUzIDE3LjI0MjJWMTcuODIwM1pNMTIuNzEwOSAxOS4xNDg0TDExLjczNDQgMTguNTg1OUwxNy4yODkxIDkuNjk1MzFMMTguMjY1NiAxMC4yNTc4TDEyLjcxMDkgMTkuMTQ4NFoiIGZpbGw9IndoaXRlIi8+PC9zdmc+);
  content: '';
  display: inline-block;
  height: 30px;
  margin-right: 2px;
  position: relative;
  top: 8px;
  width: 30px;
}
.amrelated-cart-message .price,
.amrelated-cart-message .product-link {
  font-weight: bold;
}
.amrelated-bundle-toolbar .pager {
  text-align: right;
}
.amrelated-bundle-toolbar .pages,
.amrelated-bundle-toolbar .limiter {
  display: inline-block;
}
.amrelated-cart-bundle {
  float: left;
  margin-top: 30px;
  padding: 0 5px;
}
.amrelated-pack-info {
  background: #eef2f9;
  border-radius: 4px;
  color: #6d88b0;
  display: inline-flex;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  margin: 1rem 0;
  padding: 5px 8px 6px;
}
.amrelated-pack-wrapper {
  clear: both;
  margin-bottom: 30px;
}
.amrelated-pack-wrapper .amrelated-title {
  position: relative;
  padding: 10px 0;
}
.amrelated-pack-wrapper .amrelated-title:after {
  position: absolute;
  top: 50%;
  right: 5px;
  width: 15px;
  height: 10px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMSA3bDYtNiA2IDYiIHN0cm9rZT0iIzc3NyIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PC9zdmc+) no-repeat center;
  background-size: contain;
  content: '';
  transform: translateY(-50%);
}
.amrelated-pack-wrapper .amrelated-title.-collapsed:after {
  transform: rotate(180deg) translateY(-50%);
  transform-origin: 50% 10%;
}
.amrelated-content-wrapper {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  position: relative;
  margin-top: 25px;
  background: #f9f9f9;
}
.amrelated-plus,
.amrelated-equal,
.amrelated-price-wrapper {
  display: flex;
  align-items: center;
}
.amrelated-pack-list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.amrelated-pack-list.-narrow {
  flex-wrap: wrap;
}
.amrelated-pack-items {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.amrelated-pack-items .amrelated-background {
  display: none;
}
.amrelated-pack-items.-selected > .-selected {
  background: none;
  box-shadow: none;
}
.amrelated-pack-item {
  padding: 30px;
  width: 100%;
}
.amrelated-pack-item:not(:last-child) {
  border-bottom: 1px solid #cccccc;
}
.amrelated-pack-item:not(.-main) {
  opacity: .7;
  transition: opacity .5s ease;
}
.amrelated-pack-item:not(.-main).-selected {
  opacity: 1;
}
.amrelated-pack-item.-main {
  background: #eaeaea;
}
.amrelated-pack-item .amrelated-info {
  display: flex;
  position: relative;
  box-sizing: border-box;
  height: 100%;
}
.amrelated-pack-item .amrelated-info:hover {
  z-index: unset;
  margin: 0;
  border: 0;
  box-shadow: none;
}
.amrelated-pack-item .amrelated-details {
  display: flex;
  flex-wrap: wrap;
  margin-left: 20px;
}
.amrelated-pack-item .price-box {
  margin: 3px 0 0;
  width: 100%;
}
.amrelated-pack-item .amrelated-name {
  word-break: break-word;
  word-wrap: break-word;
  width: 100%;
}
.ie11 .amrelated-pack-item .amrelated-name {
  word-break: break-all;
}
.ie11 .amrelated-pack-item .amrelated-name {
  word-break: break-all;
}
.ie11 .amrelated-pack-item .amrelated-name {
  word-break: break-all;
}
.ie11 .amrelated-pack-item .amrelated-name {
  word-break: break-all;
}
.amrelated-pack-item:not(.-main) .product-reviews-summary {
  margin: 0 0 5px;
}
.amrelated-pack-item .price-final_price [data-price-type='finalPrice'] .price {
  display: block;
  color: #000000;
  font-weight: 600;
  font-size: 18px;
}
.amrelated-pack-item .product-reviews-summary .reviews-actions {
  display: none;
}
.amrelated-pack-item.-collapsed {
  padding: 15px 20px;
}
.amrelated-pack-item.-collapsed.-main {
  padding: 25px 20px;
}
.amrelated-pack-item.-collapsed .amrelated-photo-container {
  display: flex;
  position: unset;
  flex-direction: row-reverse;
  min-width: auto;
  width: auto;
  height: auto;
  border: 0;
  background: transparent;
}
.amrelated-pack-item.-collapsed .amrelated-info {
  flex-direction: row-reverse;
}
.amrelated-pack-item.-collapsed .amrelated-link {
  display: flex;
  align-items: center;
}
.amrelated-pack-item.-collapsed .amrelated-qty {
  position: static;
  margin-left: 10px;
}
.amrelated-pack-item.-collapsed .amrelated-checkbox + .amrelated-label {
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.amrelated-pack-item.-collapsed .amrelated-photo,
.amrelated-pack-item.-collapsed .product-reviews-summary.short,
.amrelated-pack-item.-collapsed .price-box {
  display: none;
}
.amrelated-pack-item.-collapsed .amrelated-discount {
  position: static;
  align-self: center;
  transform: none;
}
.amrelated-pack-item.-collapsed .amrelated-details {
  align-items: center;
  margin-left: 30px;
  min-height: 2.7rem;
  max-width: 100%;
  width: 100%;
}
.amrelated-pack-item.-collapsed .amrelated-name {
  margin-right: 1rem;
}
.amrelated-photo-container {
  position: relative;
  margin: 0;
  min-width: 100px;
  width: 100px;
  height: 100px;
  border: 1px solid #e8e8e8;
  background: #ffffff;
  text-align: center;
}
.amrelated-photo-container .amrelated-link {
  display: block;
  width: 100%;
  height: 100%;
}
.amrelated-photo-container .amrelated-photo {
  max-width: 100%;
  max-height: 100%;
}
.amrelated-photo-container .amrelated-qty {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 0;
  bottom: 0;
  box-sizing: border-box;
  padding: 0 4px;
  min-width: 30px;
  height: 30px;
  border: 1px solid #3978bd;
  border-radius: 50%;
  background: #e9f6ff;
  box-shadow: 0 2px 4px rgba(16, 31, 48, 0.2);
  color: #000000;
  font-weight: 600;
}
.amrelated-photo-container .amrelated-qty:before {
  content: 'x';
  font-weight: 400;
  font-size: 11px;
}
.amrelated-photo-container .amrelated-checkbox {
  display: none;
}
.amrelated-photo-container .amrelated-checkbox + .amrelated-label {
  position: absolute;
  top: -5px;
  left: -5px;
  z-index: 2;
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  border: 1px solid #3978bd;
  border-radius: 2px;
  background: #ffffff;
  cursor: pointer;
}
.amrelated-photo-container .amrelated-checkbox:checked + .amrelated-label {
  background: #3978bd url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTAgMmEyIDIgMCAwIDEgMi0yaDE2YTIgMiAwIDAgMSAyIDJ2MTZhMiAyIDAgMCAxLTIgMkgyYTIgMiAwIDAgMS0yLTJWMnoiIGZpbGw9IiMzOTc4QkQiLz48cGF0aCBkPSJNNSAxMGw0LjUgNEwxNSA3IiBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PC9zdmc+) no-repeat center;
  background-size: contain;
}
.amrelated-pack-item.-selected .amrelated-photo-container {
  border-color: #e8e8e8;
}
.amrelated-discount {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 2;
  box-sizing: border-box;
  padding: 5px;
  border-radius: 2px;
  background: #eb5757;
  color: #ffffff;
}
.amrelated-discount.-product {
  top: -10px;
  right: -10px;
  display: none;
  font-size: 12px;
}
.amrelated-discount > .amrelated-text {
  margin-left: 3px;
}
.amrelated-discount.-summary {
  top: 0;
  right: 10px;
  padding: 5px 15px;
  max-width: 100%;
  font-size: 16px;
  transform: translateY(-50%);
}
.amrelated-discount.-summary .amount {
  margin-left: 5px;
  font-weight: 600;
}
.amrelated-pack-item.-discount-applied .amrelated-discount {
  display: flex;
}
.amrelated-plus,
.amrelated-equal {
  display: none;
}
.amrelated-summary-content {
  display: flex;
  justify-content: flex-end;
  padding: 15px 0;
  width: 100%;
}
.amrelated-summary-content .main.price {
  color: #000000;
  text-align: center;
  font-weight: 600;
  font-size: 30px;
  line-height: 1;
}
.amrelated-price-wrapper {
  justify-content: center;
  box-sizing: border-box;
  margin: 0 15px;
  padding: 15px;
  border-bottom: none;
}
.amrelated-tocart-wrapper {
  display: flex;
  align-items: center;
  margin-right: 10px;
}
.amrelated-tocart-wrapper .action {
  padding: 7px 15px;
  height: auto;
  line-height: normal;
}
.amrelated-popup-container {
  background: rgba(0, 0, 0, 0.15);
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}
.amrelated-bundle-popup {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 9px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25);
  box-sizing: border-box;
  height: auto;
  left: 50%;
  max-width: 315px;
  overflow: hidden;
  padding: 0 0 13px;
  position: absolute;
  text-align: center;
  top: 50%;
  z-index: 9999;
}
.amrelated-bundle-popup .close {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMTMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEgMWwxMSAxMW0wLTExTDEgMTIiIHN0cm9rZT0iI0IyQjJCMiIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPjwvc3ZnPg==) no-repeat center;
  color: rgba(0, 0, 0, 0.25);
  cursor: pointer;
  font-size: 21px;
  height: 12px;
  position: absolute;
  right: 18px;
  top: 18px;
  width: 12px;
  z-index: 9;
}
.amrelated-bundle-popup .amrelated-products-wrapper {
  height: 100%;
  max-height: 80vh;
  overflow-y: auto;
  padding-bottom: 80px;
}
.amrelated-bundle-popup .amrelated-products-wrapper:last-child:after {
  display: none;
}
.amrelated-bundle-popup .amrelated-products-wrapper .product-options-bottom .actions,
.amrelated-bundle-popup .amrelated-products-wrapper .box-tocart .actions {
  display: block;
}
.amrelated-bundle-popup .amrelated-notice {
  background: #fffae5;
  border-radius: 0 0 7px 7px;
  font-size: 14px;
  margin: 0 auto;
  max-width: 60%;
  padding: 10px 20px;
  z-index: 99;
}
.amrelated-bundle-popup .amrelated-popup-tocart-wrapper {
  background-color: #fff;
  bottom: 0;
  box-sizing: border-box;
  padding: 15px;
  position: absolute;
  text-align: right;
  width: 100%;
  z-index: 10;
}
.amrelated-bundle-popup .amrelated-popup-tocart-wrapper .action {
  display: inline-block;
  font-size: 18px;
  padding: 15px;
}
.amrelated-product-container {
  position: relative;
}
.amrelated-product-container:after {
  background-color: #c5c5c5;
  bottom: 0;
  content: '';
  display: block;
  height: 1px;
  left: 0;
  margin-left: 16%;
  position: absolute;
  width: 68%;
}
.amrelated-product-container:last-child:after {
  display: none;
}
.amrelated-product-container .amrelated-product-message {
  display: none;
}
.amrelated-product-container .amrelated-image-wrapper {
  margin: 15px auto;
  max-width: 150px;
}
.amrelated-product-info {
  width: 100%;
  /* rewrite magento styles */
}
.amrelated-product-info .amrelated-info.-top,
.amrelated-product-info .amrelated-info.-bottom {
  padding: 0 20px;
  text-align: left;
}
.amrelated-product-info .box-tocart .actions,
.amrelated-product-info .action.back.customization,
.amrelated-product-info .block-bundle-summary,
.amrelated-product-info .tocart {
  display: none;
}
.amrelated-product-info .bundle-options-wrapper {
  margin-top: 25px;
}
.amrelated-product-info .bundle-options-wrapper input[type='radio'] {
  width: 15px;
}
.amrelated-product-info .bundle-options-wrapper p.required {
  color: #e02b27;
}
.amrelated-product-info .bundle-options-wrapper .field.qty > .label {
  display: inline-block;
  font-weight: 600;
  margin: 10px 0 8px;
}
.amrelated-product-info .bundle-options-wrapper .input-text.qty {
  text-align: center;
  width: 54px;
}
.amrelated-product-info .product-options-bottom .price-box .price-container .price,
.amrelated-product-info .product-info-price .price-box .price-container .price {
  font-size: 22px;
  font-weight: 600;
  line-height: 22px;
}
.amrelated-product-info.giftcard .amrelated-price {
  display: none;
}
.amrelated-product-info.giftcard .amrelated-info.-bottom .product-options-bottom .price-box {
  display: block;
}
.amrelated-image-container {
  border: 1px solid #b2b2b2;
  box-sizing: border-box;
  margin: 0 25px 10px;
  width: initial;
}
.amrelated-image-container > .product-item-photo {
  display: block;
  margin: auto;
  width: 60%;
}
.amrelated-image-container .product-image-container {
  vertical-align: middle;
}
.amrelated-info.-top {
  margin: 0;
}
.amrelated-info.-top > .amrelated-title {
  font-size: 20px;
  margin-bottom: 5px;
}
.amrelated-info.-top > .amrelated-rating .rating-summary {
  vertical-align: text-bottom;
}
.amrelated-info.-top > .amrelated-price,
.amrelated-info.-top > .amrelated-price .price {
  font-size: 24px;
  font-weight: 700;
}
.amrelated-info.-top .reviews-actions .action {
  color: #000;
  font-size: 14px;
  margin-left: 15px;
}
.amrelated-info.-bottom {
  /* don't hide grouped price */
}
.amrelated-info.-bottom > .amrelated-description {
  font-size: 12px;
  margin: 0 25px;
}
.amrelated-info.-bottom .swatch-attribute {
  margin-bottom: 20px;
}
.amrelated-info.-bottom .product-options-bottom .price-box {
  display: none;
}
.amrelated-info.-bottom .product-options-bottom .grouped .price-box {
  display: block;
}
.amrelated-products-block {
  border-bottom: 1px solid #ebeef5;
  margin: 20px 15px 27px;
  max-height: 366px;
  overflow: hidden auto;
}
.amrelated-products-block > .amrelated-product {
  display: flex;
  margin-bottom: 20px;
}
.amrelated-products-block .amrelated-content {
  color: #333333;
  text-align: left;
}
.amrelated-products-block .amrelated-name {
  word-break: break-word;
  word-wrap: break-word;
  font-size: 16px;
  line-height: 20px;
}
.ie11 .amrelated-products-block .amrelated-name {
  word-break: break-all;
}
.ie11 .amrelated-products-block .amrelated-name {
  word-break: break-all;
}
.ie11 .amrelated-products-block .amrelated-name {
  word-break: break-all;
}
.ie11 .amrelated-products-block .amrelated-name {
  word-break: break-all;
}
.amrelated-products-block .amrelated-image-wrapper {
  border: 1px solid #ebeef5;
  display: flex;
  margin-right: 10px;
}
.amrelated-products-block .amrelated-qty {
  align-items: center;
  display: flex;
  margin: 5px 0 0;
}
.amrelated-products-block .amrelated-qty .amrelated-title {
  font-size: 12px;
  font-weight: 800;
  line-height: 19px;
}
.amrelated-products-block .amrelated-qty .amrelated-value {
  font-size: 14px;
  line-height: 19px;
  margin-left: 10px;
}
.am-porto-cmtb .amrelated .product-item-details .product-item-actions {
  display: flex;
  justify-content: center;
  margin: 0;
}
.am-porto-cmtb .amrelated .product-item-details .product-item-actions .actions-primary {
  margin: 0 5px 0 0;
}
.am-porto-cmtb .products-grid .product-item-details .product-item-actions {
  margin: 0;
  text-align: left;
}
.am-porto-cmtb .products-grid .product-item .product-item-inner {
  margin: 10px 0;
}
.am-porto-cmtb .products-grid .product-item-actions .actions-secondary {
  padding: 0;
}
.am-porto-cmtb .wishlist.split.button {
  margin-right: 0;
}
.am-porto-cmtb .wishlist.split.button .change.action {
  display: none;
}
.am-porto-cmtb .product-items.slick-slider .slick-slide {
  margin: 0 10px;
}
.am-porto-cmtb .product-items.slick-slider .slick-slide .to-cart {
  padding: 0 8px;
}
.am-porto-cmtb .product-items.slick-slider .slick-slide .product-item {
  max-width: 100%;
}
.am-porto-cmtb .product-items.slick-slider .slick-slide .product-item-actions {
  text-align: center;
}
.am-porto-cmtb .product-items.slick-slider .slick-slide .action.split {
  margin-right: 0;
}
.-am-blocked {
  pointer-events: none;
}
.checkout-index-index .page-header .minicart-wrapper {
  display: none;
}
.checkout-index-index .authentication-wrapper {
  margin-right: 9px;
}
.checkout-index-index .checkout-header {
  margin: 12px 0 20px;
  padding: 0 9px;
  width: 70%;
}
.checkout-index-index .checkout-header .title {
  margin: 0 auto 7px;
}
.checkout-index-index .checkout-header .description {
  font-size: 18px;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  float: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-2columns .checkout-column,
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-3columns .checkout-column {
  width: 100%;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-3columns .shipping-address-item:nth-child(3n + 1):before {
  display: block;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-3columns .shipping-address-item:nth-child(2n + 1):before {
  display: none;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-3columns .shipping-address-item,
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-2-3-columns .shipping-address-item {
  width: 50%;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-3columns .shipping-address-item:only-child,
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-2-3-columns .shipping-address-item:only-child {
  width: 100%;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-3columns .table-checkout-shipping-method,
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-2-3-columns .table-checkout-shipping-method {
  min-width: 0;
  width: 100%;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper:before {
  display: none;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .step-content {
  margin: 0;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .shipping-address {
  margin-bottom: 0;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper #co-payment-form .discount-code {
  display: none;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper #co-payment-form .rewards-add {
  display: none;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper #co-payment-form .gift-code {
  display: none;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .form-login:not(:last-child) {
  border-bottom: none;
  padding-bottom: 0;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .discount-code .payment-option-title {
  border: none;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-agreement {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-agreement label {
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-agreement div.mage-error {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-agreement .action-show {
  text-align: left;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .payment-method-content,
.checkout-index-index .opc-wrapper.am-opc-wrapper .payment-option-content {
  padding: 0 22px 20px;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .payment-option-content .action-apply {
  margin-right: 0;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .payment-method-content .actions-toolbar > .primary {
  padding-right: 0;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-block > li {
  list-style-type: none;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-payment-method .payment-methods .step-title {
  border-bottom: 1px solid #ccc;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .field.amcheckout-comment {
  margin-bottom: 10px;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .label {
  word-break: break-all;
  word-wrap: break-word;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-billing-address {
  max-width: 500px;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-billing-address .billing-address-same-as-shipping-block {
  margin: 5px 0 10px;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-billing-address .actions-toolbar {
  margin-top: 15px;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-billing-address .actions-toolbar .action.action-cancel {
  margin: 0 20px 0 0;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-billing-address .primary {
  float: right;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-billing-address .field-select-billing .label {
  display: none;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-shipping-address .primary {
  float: right;
}
.checkout-index-index .am-submit-summary #checkout-payment-method-load .actions-toolbar {
  display: none;
}
.checkout-index-index .am-submit-summary #checkout-payment-method-load .payment-method-billing-address .actions-toolbar {
  display: block;
}
.checkout-index-index .am-submit-fixed #checkout-payment-method-load .actions-toolbar {
  background-color: #eaeaea;
  display: block;
  left: 50%;
  margin-left: auto;
  margin-right: auto;
  position: fixed;
  text-align: center;
  transform: translate(-50%);
  width: 1240px;
  z-index: 999;
}
.checkout-index-index .am-submit-fixed #checkout-payment-method-load .actions-toolbar > * {
  float: none;
}
.checkout-index-index .am-submit-fixed.-top #checkout-payment-method-load .actions-toolbar {
  bottom: auto;
  top: 0;
}
.checkout-index-index .am-submit-fixed.-bottom #checkout-payment-method-load .actions-toolbar {
  bottom: 0;
}
.checkout-index-index .checkout-block {
  -webkit-transition: box-shadow 0.5s;
  -moz-transition: box-shadow 0.5s;
  -ms-transition: box-shadow 0.5s;
  transition: box-shadow 0.5s;
  background: #ffffff;
  box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.15);
  margin: 7px 9px 32px;
  padding: 24px 12px;
}
.checkout-index-index .checkout-block:hover {
  box-shadow: 0 1px 4px 1px rgba(25, 121, 195, 0.45);
}
.checkout-index-index .checkout-block .fieldset > br,
.checkout-index-index .checkout-block .fieldset > hr {
  display: none;
}
.checkout-index-index .am-checkout {
  margin: 20px 0;
  padding: 12px;
}
.checkout-index-index .am-checkout .product-item .amcheckout-price-wrapper {
  font-size: 1.2rem;
  margin: 5px 0;
}
.checkout-index-index .am-checkout:not(.-modern) {
  background: #eaeaea;
}
.checkout-index-index .opc-block-summary {
  margin: -24px -12px 0;
  padding: 24px 12px;
}
.checkout-index-index .opc-block-summary .minicart-items-wrapper {
  margin: 0;
}
.checkout-index-index .additional-options {
  margin: 24px 7px 12px;
}
.checkout-index-index .additional-options .checkout-agreements .action-show {
  background: none;
  border: 0;
  border-radius: 0;
  color: #006bb4;
  display: inline;
  font-weight: 400;
  line-height: 1.42857143;
  padding: 0;
  text-decoration: none;
}
.checkout-index-index .additional-options .checkout-agreements .action-show:not(:focus) {
  box-shadow: none;
}
.checkout-index-index .additional-options .field {
  margin-top: 7px;
}
.checkout-index-index .amcheckout-form-login .mage-error:not([style*='display: none;']) + .field-error {
  display: none;
}
.checkout-index-index .additional-options .field._required .label:after {
  color: #e02b27;
  content: '*';
  font-size: 1.2rem;
  margin: 0 0 0 5px;
}
.checkout-index-index .opc-block-summary .minicart-items input[type='number']::-webkit-inner-spin-button,
.checkout-index-index .opc-block-summary .minicart-items input[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: inner-spin-button !important;
}
.checkout-index-index .opc-block-summary .minicart-items input[type='number']:focus {
  -moz-appearance: spinner !important;
}
.checkout-index-index .opc-block-summary .minicart-items input.qty {
  width: 55px;
}
.checkout-index-index .opc-block-summary .minicart-items button,
.checkout-index-index .opc-block-summary .minicart-items .cart.table-wrapper .actions-toolbar > .action,
.checkout-index-index .opc-block-summary .minicart-items .action-gift {
  float: right;
  margin-top: 12px;
}
.checkout-index-index .opc-block-summary .minicart-items .delete {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTS0xLTFoMTJ2MTJILTF6Ii8+PHBhdGggZmlsbD0iI2I1YjViNSIgY2xhc3M9ImFjdGl2ZS1wYXRoIiBkPSJNNiA1bDQtNC0xLTEtNCA0LTQtNC0xIDEgNCA0LTQgNCAxIDEgNC00IDQgNCAxLTEtNC00eiIgc3Ryb2tlPSJudWxsIi8+PC9zdmc+) no-repeat center;
  background-size: 7px;
  border: 1px #b6b6b6 solid;
  cursor: pointer;
  float: left;
  height: 7px;
  padding: 3px;
  width: 7px;
}
.checkout-index-index .opc-block-summary .minicart-items .product-item-details {
  padding-left: 118px;
}
.checkout-index-index .opc-block-summary .minicart-items .product-image-container {
  margin-left: 16px;
}
@media (min-width: 900px) {
  .checkout-index-index .opc-wrapper.am-opc-wrapper {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .checkout-index-index .opc-wrapper.am-opc-wrapper.layout-2columns .checkout-column {
    width: 50%;
  }
  .checkout-index-index .opc-wrapper.am-opc-wrapper.layout-3columns .checkout-column {
    width: 33.3%;
  }
}
.checkout-index-index #opc-shipping_method #checkout-shipping-method-load .table-checkout-shipping-method {
  max-width: 600px;
}
.checkout-index-index #opc-shipping_method #checkout-shipping-method-load .table-checkout-shipping-method .col-price {
  min-width: unset;
}
.checkout-index-index .modal-popup:not(.agreements-modal):not(.popup-authentication) .modal-inner-wrap {
  left: 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 500px;
  right: 0;
  width: 100%;
}
.checkout-index-index #recaptcha-checkout-place-order-wrapper .grecaptcha-badge {
  margin-bottom: 20px;
}
.checkout-payment-method .payment-methods {
  margin: 0;
}
.checkout-payment-method .payment-methods .actions-toolbar .primary {
  font-size: 1.8rem;
  line-height: 2.2rem;
  padding: 14px 17px;
}
.checkout-payment-method.submit .payment-methods {
  margin: 0;
}
.fieldset.address {
  margin: 0 -7px;
}
.fieldset.address > .field {
  box-sizing: border-box;
  display: inline-block;
  padding: 0 7px;
  vertical-align: top;
  width: 100%;
}
.checkout-success .success-messages {
  font-size: 1.8rem;
  margin-bottom: 40px;
}
.account .column.main .order-details-items {
  margin-bottom: 0;
}
.account .column.main .order-details-items .order-items .data.table > tbody > tr:nth-child(even) > td {
  background: none;
}
.page-main .block.block-order-details {
  margin-bottom: 25px;
}
.page-main .block.block-order-details .order-date {
  border-bottom: 1px solid #c5c5c5;
  font-size: 1.6rem;
  padding-bottom: 25px;
}
.page-main .block.block-order-details-comments {
  margin-bottom: 35px;
}
.page-main .block.block-order-details-view {
  margin-bottom: 10px;
}
.page-main .block.block-order-details-view:nth-child(2) .block-title {
  display: none;
}
#registration {
  border-left: 3px solid #f58c12;
  margin: 20px 0 25px;
  padding: 0 0 0 12px;
  position: relative;
  width: 600px;
}
#registration br {
  display: none;
}
#registration form {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  right: 0;
  top: 50%;
}
.opc-estimated-wrapper .minicart-wrapper {
  display: none;
}
.amcheckout-trust-badges {
  display: flex;
  justify-content: flex-start;
  margin-top: 10px;
}
.amcheckout-trust-seal {
  font-size: 8px;
  max-width: 137px;
}
.checkout-payment-method .amcheckout-trust-seal {
  font-size: 10px;
  margin: 0 auto 15px;
  max-width: 66%;
  text-align: center;
}
.am-checkout.-layout-3columns .checkout-payment-method .amcheckout-trust-seal {
  font-size: 12px;
}
.amcheckout-trust-seal .amcheckout-title,
.amcheckout-trust-seal .amcheckout-description {
  margin-bottom: 0;
}
.amcheckout-default-tooltip.tooltipster-base.tooltipster-sidetip {
  height: auto !important;
}
.amcheckout-default-tooltip.tooltipster-base.tooltipster-sidetip .tooltipster-box {
  border: 1px solid #999999;
  border-radius: 0;
  color: inherit !important;
}
.amcheckout-default-tooltip.tooltipster-base.tooltipster-sidetip .tooltipster-content {
  padding: 12px;
  background: #f4f4f4;
}
.amcheckout-default-tooltip.tooltipster-base.tooltipster-sidetip .tooltipster-arrow {
  width: 12px;
}
.amcheckout-default-tooltip.tooltipster-base.tooltipster-sidetip.tooltipster-right .tooltipster-arrow {
  left: -3px;
}
.amcheckout-default-tooltip.tooltipster-base.tooltipster-sidetip.tooltipster-left .tooltipster-arrow {
  right: -2px;
  width: 14px;
}
.amcheckout-default-tooltip.tooltipster-base.tooltipster-sidetip .tooltipster-arrow-background {
  left: 3px;
  border-right-color: #f4f4f4;
  border-left-color: #f4f4f4;
}
.amcheckout-default-tooltip.tooltipster-base.tooltipster-sidetip .tooltipster-arrow-border {
  top: 2px;
  width: 16px;
  height: 16px;
  background-color: #999999 !important;
}
.amcheckout-default-tooltip.tooltipster-base.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border {
  left: 15px;
}
.amcheckout-default-tooltip.tooltipster-base.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border {
  left: -5px;
  z-index: -1;
}
.checkout-index-index .am-gift-message .edit-link {
  display: none;
  color: #1979c3;
  cursor: pointer;
}
.checkout-index-index .am-gift-message.checked .edit-link {
  display: inline;
}
.checkout-index-index .am-checkout #delivery-method-selector {
  display: none;
}
.checkout-index-index .am-checkout #store-selector .form-continue .actions-toolbar .primary {
  display: none;
}
.store-selector-search .field.search .label {
  display: none;
}
.store-selector-search .field.search .input-text {
  left: 0;
  position: static;
}
._amcheckout-selectable-container,
.amcheckout-step-container .shipping-address-items,
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-items,
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .amcheckout-content > .amcheckout-wrapper {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
}
._amcheckout-selectable-item,
.amcheckout-step-container .amcheckout-shipping-address .billing-address-details,
.amcheckout-step-container .amcheckout-shipping-address .shipping-address-details,
.amcheckout-step-container .shipping-address-items .shipping-address-item,
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method,
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method {
  display: block;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 0 20px;
  width: 100%;
  border: 1px solid #f9f9f9;
  border-radius: 2px;
  background: #f9f9f9;
  cursor: pointer;
}
._amcheckout-selectable-item:not(:last-of-type),
.amcheckout-step-container .amcheckout-shipping-address .billing-address-details:not(:last-of-type),
.amcheckout-step-container .amcheckout-shipping-address .shipping-address-details:not(:last-of-type),
.amcheckout-step-container .shipping-address-items .shipping-address-item:not(:last-of-type),
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method:not(:last-of-type),
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method:not(:last-of-type) {
  margin-bottom: 15px;
}
._amcheckout-selectable-item:hover,
.amcheckout-step-container .amcheckout-shipping-address .billing-address-details:hover,
.amcheckout-step-container .amcheckout-shipping-address .shipping-address-details:hover,
.amcheckout-step-container .shipping-address-items .shipping-address-item:hover,
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method:hover,
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method:hover {
  box-shadow: 0 2px 8px rgba(56, 77, 108, 0.4);
}
._amcheckout-selectable-item.-selected,
.amcheckout-step-container .amcheckout-shipping-address .billing-address-details.-selected,
.amcheckout-step-container .amcheckout-shipping-address .shipping-address-details.-selected,
.amcheckout-step-container .shipping-address-items .shipping-address-item.-selected,
.amcheckout-step-container .shipping-address-items .shipping-address-item.selected-item,
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method.-selected,
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method.-selected,
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method.-selected,
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method._active {
  border-color: #1979c3;
}
@media all and (min-width: 768px) {
  ._amcheckout-selectable-item,
  .amcheckout-step-container .amcheckout-shipping-address .billing-address-details,
  .amcheckout-step-container .amcheckout-shipping-address .shipping-address-details,
  .amcheckout-step-container .shipping-address-items .shipping-address-item,
  .amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method,
  .amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method {
    width: 48%;
  }
  ._amcheckout-selectable-item:nth-last-child(-n + 2),
  .amcheckout-step-container .amcheckout-shipping-address .billing-address-details:nth-last-child(-n + 2),
  .amcheckout-step-container .amcheckout-shipping-address .shipping-address-details:nth-last-child(-n + 2),
  .amcheckout-step-container .shipping-address-items .shipping-address-item:nth-last-child(-n + 2),
  .amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method:nth-last-child(-n + 2),
  .amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method:nth-last-child(-n + 2) {
    margin-bottom: 0;
  }
}
.am-checkout.-modern {
  background: none;
  box-sizing: border-box;
  padding: 0;
}
.am-checkout.-modern.-layout-1column {
  margin: auto;
  max-width: 750px;
}
.am-checkout.-modern .checkout-header {
  padding: 0;
}
.am-checkout.-modern .authentication-wrapper {
  margin-right: 0;
}
.am-checkout.-modern .authentication-wrapper .action-auth-toggle {
  background: #1979c3;
  border-radius: 2px;
  color: #ffffff;
  height: auto;
  padding: 5px 20px;
  transition: all .3s ease;
}
.am-checkout.-modern .authentication-wrapper .action-auth-toggle:hover {
  background: #429fe7;
}
.am-checkout.-modern .opc-estimated-wrapper {
  margin: 0 -15px 15px;
}
.am-checkout.-modern .amcheckout-trust-badges {
  justify-content: flex-start;
}
.am-checkout.-modern .checkout-payment-method .amcheckout-trust-seal {
  font-size: 12px;
  width: 66%;
}
.am-checkout.-modern.-layout-2columns .product-item-details .product-item-inner .amcheckout-price-wrapper,
.am-checkout.-modern.-layout-3columns .product-item-details .product-item-inner .amcheckout-price-wrapper {
  order: inherit;
  text-align: start;
}
.amcheckout-main-container.-modern {
  clear: both;
  color: #363636;
}
.amcheckout-main-container.-modern .amcheckout-block:not(:first-of-type) {
  margin: 40px 0 0;
}
.amcheckout-step-container {
  font-size: 16px;
}
.amcheckout-step-container > li {
  list-style: none;
}
.amcheckout-step-container .amcheckout-title {
  background: #eeeeee;
  cursor: pointer;
  display: block;
  font-size: 20px;
  font-weight: 600;
  margin: 0;
  padding: 15px;
}
.amcheckout-step-container .amcheckout-title > .amcheckout-icon {
  border: 2px solid #1979c3;
  border-radius: 50%;
  box-sizing: border-box;
  float: right;
  height: 24px;
  position: relative;
  transition: all .3s ease;
  width: 24px;
}
.amcheckout-step-container .amcheckout-title > .amcheckout-icon:hover,
.amcheckout-step-container .amcheckout-title > .amcheckout-icon:hover:before {
  border-color: #429fe7;
}
.amcheckout-step-container .amcheckout-title > .amcheckout-icon:before {
  border-bottom: 2px solid #1979c3;
  border-right: 2px solid #1979c3;
  box-sizing: border-box;
  content: '';
  display: block;
  height: 8px;
  left: 50%;
  position: absolute;
  top: 41%;
  transform: translate(-50%, -50%) rotate(45deg);
  transition: all .3s ease;
  width: 8px;
}
.amcheckout-step-container .amcheckout-title > .amcheckout-icon.-minus {
  transform: rotate(180deg);
}
.amcheckout-step-container .amcheckout-title + .amcheckout-content > .amcheckout-wrapper {
  padding: 20px 0;
}
.amcheckout-step-container .fieldset:last-child {
  margin-bottom: 0;
}
.amcheckout-step-container .fieldset > br,
.amcheckout-step-container .fieldset > hr {
  display: none;
}
.amcheckout-step-container .fieldset > .field > .label,
.amcheckout-step-container .fieldset > .fields > .field > .label {
  font-weight: normal;
}
.amcheckout-step-container .opc-block-summary {
  margin: 0;
  padding: 0;
}
.amcheckout-step-container .checkout-payment-method .field-select-billing,
.amcheckout-step-container .checkout-payment-method .billing-address-form {
  max-width: inherit;
}
.amcheckout-step-container .checkout-payment-method .checkout-billing-address {
  margin-top: 15px;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-trust-seal {
  font-size: inherit;
  max-width: unset;
}
.amcheckout-step-container .note {
  color: #777777;
}
.amcheckout-step-container .amcheckout-button:not(.braintree-googlepay-button,
            .ui-datepicker-trigger,
            .gpay-card-info-container),
.amcheckout-step-container button:not(.braintree-googlepay-button,
            .ui-datepicker-trigger,
            .gpay-card-info-container),
.amcheckout-step-container .cart.table-wrapper .actions-toolbar > .action:not(.braintree-googlepay-button,
            .ui-datepicker-trigger,
            .gpay-card-info-container),
.amcheckout-step-container .action-gift:not(.braintree-googlepay-button,
            .ui-datepicker-trigger,
            .gpay-card-info-container) {
  background: #1979c3;
  border: none;
  border-radius: 2px;
  box-shadow: none;
  color: #ffffff;
}
.amcheckout-step-container .amcheckout-button:not(.braintree-googlepay-button):hover,
.amcheckout-step-container button:not(.braintree-googlepay-button):hover,
.amcheckout-step-container .cart.table-wrapper .actions-toolbar > .action:not(.braintree-googlepay-button):hover,
.amcheckout-step-container .action-gift:not(.braintree-googlepay-button):hover {
  border: none;
}
.amcheckout-step-container .amcheckout-button.-new-address {
  margin-top: 20px;
  transition: all .3s ease;
}
.amcheckout-step-container .amcheckout-button.-new-address:hover {
  background: #429fe7;
}
.amcheckout-step-container .payment-method-content > .actions-toolbar > .primary .action.primary,
.amcheckout-step-container .payment-method-content > .actions-toolbar > .primary .amshopby-button,
.amcheckout-step-container .payment-method-content > .actions-toolbar > .primary .am-filter-go {
  float: none;
  font-size: 16px;
  margin: 0 15px 0 0;
  padding: 12px 16px;
}
.amcheckout-step-container .action-edit-address {
  margin-top: 15px;
}
.amcheckout-step-container .primary .action.checkout,
.amcheckout-step-container .action.checkout.amasty {
  background: #315499;
  padding: 14px 30px;
  transition: all .3s ease;
}
.amcheckout-step-container .primary .action.checkout:hover,
.amcheckout-step-container .action.checkout.amasty:hover {
  background: #5078c7;
}
.amcheckout-step-container .form-discount .actions-toolbar .action {
  min-height: 40px;
}
.amcheckout-step-container input[type='number']:focus {
  -moz-appearance: none !important;
}
.amcheckout-step-container input[type='text'],
.amcheckout-step-container input[type='password'],
.amcheckout-step-container input[type='url'],
.amcheckout-step-container input[type='tel'],
.amcheckout-step-container input[type='search'],
.amcheckout-step-container input[type='number'],
.amcheckout-step-container input[type='datetime'],
.amcheckout-step-container input[type='email'],
.amcheckout-step-container select {
  border: 1px solid #d4d4d4;
  border-radius: 2px;
  font-size: 16px;
  height: 40px;
}
.amcheckout-step-container .checkout-agreements .action-show {
  background: inherit;
  color: inherit;
  font-size: inherit;
}
.amcheckout-step-container .checkout-agreements .action-show,
.amcheckout-step-container .action.checkout.amasty {
  height: auto;
}
.amcheckout-step-container input[type='checkbox'],
.amcheckout-step-container input[type='radio'] {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  left: unset;
  top: unset;
}
.amcheckout-step-container input[type='checkbox'] + label,
.amcheckout-step-container input[type='radio'] + label {
  cursor: pointer;
  display: flex;
}
.amcheckout-step-container input[type='checkbox'] + label span:only-child,
.amcheckout-step-container input[type='radio'] + label span:only-child {
  flex: auto;
}
.amcheckout-step-container input[type='checkbox'] + label:before,
.amcheckout-step-container input[type='radio'] + label:before {
  background: #ffffff !important;
  border: 2px solid #cccccc;
  box-sizing: border-box;
  content: '';
  cursor: pointer;
  display: inline-block;
  height: 15px;
  margin: 3px 15px 0 0;
  min-height: 15px;
  min-width: 15px;
  width: 15px;
}
.amcheckout-step-container input[type='checkbox'] + label:hover:before,
.amcheckout-step-container input[type='radio'] + label:hover:before,
.amcheckout-step-container input[type='checkbox']:checked + label:before,
.amcheckout-step-container input[type='radio']:checked + label:before {
  border-color: #1979c3;
  box-shadow: 0 2px 4px rgba(63, 156, 215, 0.4);
}
.amcheckout-step-container input[type='checkbox'] + label:before {
  border-radius: 2px;
}
.amcheckout-step-container input[type='checkbox']:checked + label:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHJlY3Qgd2lkdGg9IjIwIiBoZWlnaHQ9IjIwIiByeD0iMiIgZmlsbD0iIzE5NzlDMyIvPjxwYXRoIGQ9Ik01IDEwbDQgNCA2LTciIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48L3N2Zz4=) center no-repeat !important;
  background-size: contain !important;
  border-width: 0;
}
.amcheckout-step-container input[type='radio'] + label:before {
  border-radius: 50%;
  transition: all .2s ease;
}
.amcheckout-step-container input[type='radio']:checked + label:before {
  border-width: 5px;
}
.amcheckout-step-container .amcheckout-form-login:last-child,
.amcheckout-step-container .form-login:last-child {
  border-bottom: 1px solid #d4d4d4;
  margin-bottom: 30px;
}
.amcheckout-step-container .amcheckout-form-login .amcheckout-email,
.amcheckout-step-container .form-login .amcheckout-email {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
}
.amcheckout-step-container .amcheckout-form-login .amcheckout-email .amcheckout-wrapper,
.amcheckout-step-container .form-login .amcheckout-email .amcheckout-wrapper {
  flex: auto;
}
.amcheckout-step-container .amcheckout-form-login .amcheckout-password,
.amcheckout-step-container .form-login .amcheckout-password {
  width: calc(50% - 7px);
}
.amcheckout-step-container .amcheckout-form-login .amcheckout-email .amcheckout-wrapper .input-text,
.amcheckout-step-container .form-login .amcheckout-email .amcheckout-wrapper .input-text {
  margin: 0;
  width: 100%;
}
.amcheckout-step-container .amcheckout-form-login .amcheckout-email .field-tooltip,
.amcheckout-step-container .form-login .amcheckout-email .field-tooltip {
  align-items: center;
  display: flex;
  height: 40px;
  margin-left: 10px;
  position: relative;
  top: 0;
}
.amcheckout-step-container .amcheckout-form-login .amcheckout-email .note,
.amcheckout-step-container .form-login .amcheckout-email .note {
  color: #363636;
  line-height: 40px;
  margin-left: auto;
}
.amcheckout-step-container .amcheckout-form-login .amcheckout-password,
.amcheckout-step-container .form-login .amcheckout-password {
  display: inline-block;
}
.amcheckout-step-container .amcheckout-form-login .amcheckout-password.-confirm,
.amcheckout-step-container .form-login .amcheckout-password.-confirm {
  float: right;
}
.amcheckout-step-container .amcheckout-form-login .actions-toolbar,
.amcheckout-step-container .form-login .actions-toolbar {
  margin-bottom: 20px;
}
.amcheckout-step-container .amcheckout-shipping-address .checkout-billing-address {
  margin-top: 20px;
}
.amcheckout-step-container .amcheckout-shipping-address .billing-address-same-as-shipping-block,
.amcheckout-step-container .amcheckout-shipping-address .billing-address-form,
.amcheckout-step-container .amcheckout-shipping-address .shipping-address-form {
  margin-bottom: 10px;
}
.amcheckout-step-container .amcheckout-shipping-address .billing-address-details,
.amcheckout-step-container .amcheckout-shipping-address .shipping-address-details {
  padding: 20px;
}
.amcheckout-step-container .amcheckout-shipping-address .billing-address-details:empty,
.amcheckout-step-container .amcheckout-shipping-address .shipping-address-details:empty {
  display: none;
}
.amcheckout-step-container .amcheckout-shipping-address .amcheckout-button {
  margin-top: 20px;
}
.amcheckout-step-container .amcheckout-shipping-address .amcheckout-button.-select {
  background: #ddf0ff;
  border: 1px solid #1787e0;
  color: #1979c3;
  float: right;
}
.amcheckout-step-container .amcheckout-shipping-address .amcheckout-button.-select:hover {
  background: #1787e0;
  color: #ffffff;
}
.amcheckout-step-container .amcheckout-shipping-address .amcheckout-button.-edit,
.amcheckout-step-container .checkout-billing-address .amcheckout-button.-edit {
  background: none;
  color: #4e4e4e;
  font-size: 16px;
  padding-left: 0;
}
.amcheckout-step-container .amcheckout-shipping-address .amcheckout-button.-edit:hover,
.amcheckout-step-container .checkout-billing-address .amcheckout-button.-edit:hover {
  color: #1979c3;
}
.amcheckout-step-container .amcheckout-shipping-address .amcheckout-button.-edit:before,
.amcheckout-step-container .checkout-billing-address .amcheckout-button.-edit:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMi42MTMgMGwtMS43MDYgMS43MTYgMi4zODggMi40TDE1IDIuNDAzIDEyLjYxMyAwek0xLjcgMTAuOThsMi4zODYgMi40IDguMTg3LTguMjMzLTIuMzg3LTIuNDAxTDEuNyAxMC45OHpNMCAxNWwyLjg5LS43NjMtMi4xMy0yLjE0NEwwIDE1eiIgZmlsbD0iIzRFNEU0RSIvPjwvc3ZnPg==) center no-repeat;
  background-size: contain;
  content: '';
  display: inline-block;
  height: 13px;
  width: 13px;
}
.amcheckout-step-container .amcheckout-shipping-address .amcheckout-button.-edit:hover:before,
.amcheckout-step-container .checkout-billing-address .amcheckout-button.-edit:hover:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMi42MTMgMGwtMS43MDYgMS43MTYgMi4zODggMi40TDE1IDIuNDAzIDEyLjYxMyAwek0xLjcgMTAuOThsMi4zODYgMi40IDguMTg3LTguMjMzLTIuMzg3LTIuNDAxTDEuNyAxMC45OHpNMCAxNWwyLjg5LS43NjMtMi4xMy0yLjE0NEwwIDE1eiIgZmlsbD0iIzE5NzlDMyIvPjwvc3ZnPg==) center no-repeat;
  background-size: contain;
}
.amcheckout-step-container .shipping-address-items .shipping-address-item {
  line-height: 30px;
  padding: 20px;
}
.amcheckout-step-container .shipping-address-items .shipping-address-item.selected-item .amcheckout-button.-select {
  visibility: hidden;
}
.amcheckout-step-container .amcheckout-shipping-methods {
  display: block;
  max-width: inherit !important;
}
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-header {
  display: none;
}
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method {
  padding: 0 20px;
}
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method .col {
  border: none;
}
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method .col-comment .field-tooltip {
  position: relative;
}
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method .col-comment .field-tooltip.-error {
  /* phpcs:ignore Magento2.Less.SemicolonSpacing.NotAtEnd */
}
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method .col-comment .field-tooltip.-error .field-tooltip-action:before,
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method .col-comment .field-tooltip.-error .field-tooltip-content {
  color: #c00815;
}
.amcheckout-step-container .selected-store-pickup {
  margin-top: 15px;
}
.amcheckout-step-container .selected-store-pickup .step-title {
  border-bottom: 1px solid #cccccc;
  font-size: 20px;
  padding: 10px 0;
}
.amcheckout-step-container .selected-store-pickup .step-content {
  padding: 10px 0;
}
.amcheckout-step-container .checkout-billing-address .actions-toolbar {
  margin-top: 15px;
}
.amcheckout-step-container .checkout-billing-address .actions-toolbar > .primary {
  float: none;
  padding: 10px 20px;
}
.amcheckout-step-container .checkout-billing-address .actions-toolbar > .primary .action {
  margin-top: 0;
}
.amcheckout-step-container .checkout-billing-address .actions-toolbar .action-cancel {
  background: none;
  color: #1979c3;
}
.amcheckout-step-container .amcheckout-delivery-date .field {
  width: 100%;
}
.amcheckout-step-container .amcheckout-delivery-date .field.timepicker {
  display: block;
}
.amcheckout-step-container .amcheckout-delivery-date .field.timepicker .control {
  width: 100%;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods {
  margin: 0;
  /* phpcs:ignore Magento2.Less.ClassNaming.NotAllowedSymbol */
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-group + .payment-group .step-title {
  margin: 0;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-group:not(:last-of-type) {
  margin-bottom: 40px;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method {
  padding: 0;
  width: 100%;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method:not(:last-of-type) {
  margin-bottom: 20px;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-title {
  border: none !important;
  padding: 0;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-title .label {
  align-items: flex-start;
  padding: 20px;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-title .label > *:not(:only-child):not(:last-of-type) {
  margin-right: 5px;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-title .label .action-help {
  margin-left: auto;
  text-align: right;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method .payment-method-content {
  display: none;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method._active .payment-method-content {
  display: block;
  padding: 0 20px 0 45px;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method._active .payment-method-content > * {
  margin: 0;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method._active .payment-method-content > * > * {
  margin: 0 0 20px;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method._active .payment-method-content .amazon-button-container__cell {
  display: inline-block;
  vertical-align: middle;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-content .actions-toolbar > .primary {
  float: left;
  padding-left: 0;
}
.amcheckout-step-container .amcheckout-summary-container {
  background: none;
}
.amcheckout-step-container .amcheckout-summary-container .amcheckout-title {
  background: #315499;
  color: #ffffff;
}
.amcheckout-step-container .amcheckout-summary-container .amcheckout-title > .amcheckout-icon {
  background: #ffffff;
}
.amcheckout-step-container .amcheckout-summary-container .amcheckout-content > .amcheckout-wrapper {
  padding: 20px;
}
.amcheckout-step-container .amcheckout-summary-container .items-in-cart {
  border-bottom: 1px solid #d4d4d4;
  margin-bottom: 20px;
}
.amcheckout-step-container .amcheckout-summary-container .product-item .delete {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xLjE2NyAxNWg3LjU1OGwuOTUtOC45NThILjI2TDEuMTY3IDE1em01Ljg5LTEyLjc3MlYuNTEyQS41MS41MSAwIDAgMCA2LjU1MiAwaC0zLjIxYy0uMjggMC0uNTA1LjIzLS41MDUuNTEyVjIuMmMtMS4wODUuMTIzLTEuNzExLjMxNS0yLjgzNi43MjRWNC41bDEwIC4xMThWM3MtLjk1NC0uNTM0LTIuOTQyLS43NzJ6TTYuMDUgMi4xMzRhMTguMDggMTguMDggMCAwIDAtMi4yNTgtLjAxNXYtLjkwNWMwLS4xNC4xMTEtLjI1NS4yNTItLjI1NWgxLjc1MmMuMTQxIDAgLjI1NC4xMTUuMjU0LjI1NXYuOTJ6IiBmaWxsPSIjNTc1ODU1Ii8+PC9zdmc+) center no-repeat;
  background-size: contain;
  border: 0;
  bottom: 0;
  box-sizing: border-box;
  height: 15px;
  padding: 0;
  position: absolute;
  right: 0;
  width: 10px;
  z-index: 1;
}
.amcheckout-step-container .amcheckout-summary-container .product-item .delete:hover {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xLjE2NyAxNWg3LjU1OGwuOTUtOC45NThILjI2TDEuMTY3IDE1em01Ljg5LTEyLjc3MlYuNTEyQS41MS41MSAwIDAgMCA2LjU1MiAwaC0zLjIxYy0uMjggMC0uNTA1LjIzLS41MDUuNTEyVjIuMmMtMS4wODUuMTIzLTEuNzExLjMxNS0yLjgzNi43MjRWNC41bDEwIC4xMThWM3MtLjk1NC0uNTM0LTIuOTQyLS43NzJ6TTYuMDUgMi4xMzRhMTguMDggMTguMDggMCAwIDAtMi4yNTgtLjAxNXYtLjkwNWMwLS4xNC4xMTEtLjI1NS4yNTItLjI1NWgxLjc1MmMuMTQxIDAgLjI1NC4xMTUuMjU0LjI1NXYuOTJ6IiBmaWxsPSIjMTk3OWMzIi8+PC9zdmc+) center no-repeat;
  background-size: contain;
}
.amcheckout-step-container .amcheckout-summary-container .product-item .action.checkout {
  float: left;
  margin-bottom: 10px;
}
.amcheckout-step-container .amcheckout-summary-container .product-item .product {
  padding-bottom: 15px;
}
.amcheckout-step-container .amcheckout-summary-container .minicart-items .product-image-container {
  border: 1px solid #d4d4d4;
  margin: 0;
}
.amcheckout-step-container .amcheckout-summary-container .minicart-items .product-item-details {
  padding-left: 100px;
}
.amcheckout-step-container .amcheckout-summary-container .minicart-items .minicart-items-wrapper {
  padding: 15px 0 0;
}
.amcheckout-step-container .amcheckout-summary-container .product-item-details .product-item-inner {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
.amcheckout-step-container .amcheckout-summary-container .product-item-details .product-item-inner .amcheckout-price-wrapper {
  flex-basis: 100%;
  order: 1;
  text-align: end;
}
.amcheckout-step-container .amcheckout-summary-container .product-item-details .product-item-name-block {
  align-items: center;
  display: flex;
  flex: auto;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 20px 10px 0;
}
.amcheckout-step-container .amcheckout-summary-container .product-item-details .action.checkout {
  background: #f0f8ff;
  border: 1px solid #1787e0;
  border-radius: 2px;
  color: #1787e0;
}
.amcheckout-step-container .amcheckout-summary-container .product-item-details .action.checkout:hover {
  background: #e6f3ff;
}
.amcheckout-step-container .amcheckout-summary-container .product-item-details .options {
  padding-right: 20px;
}
.amcheckout-step-container .amcheckout-summary-container .product-item-name {
  margin: 0;
}
.amcheckout-step-container .amcheckout-summary-container .details-qty {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  margin: 10px 0 0;
}
.amcheckout-step-container .amcheckout-summary-container .details-qty .label {
  margin-right: 10px;
}
.amcheckout-step-container .amcheckout-summary-container .details-qty .qty {
  height: 30px;
}
.amcheckout-step-container .amcheckout-summary-container .subtotal {
  width: auto;
}
.amcheckout-step-container .amcheckout-summary-container .field.configurable {
  width: 50%;
}
.amcheckout-step-container .amcheckout-summary-container .field.configurable:not(:last-of-type) {
  margin-bottom: 10px;
}
.amcheckout-step-container .amcheckout-summary-container .table-totals {
  border: none;
  font-size: 14px;
  width: 100%;
}
.amcheckout-step-container .amcheckout-summary-container .table-totals .grand .mark,
.amcheckout-step-container .amcheckout-summary-container .table-totals .grand .amount {
  border-top: none;
}
.amcheckout-step-container .amcheckout-summary-container .item-options .label {
  display: block;
  margin-bottom: 10px;
}
.amcheckout-step-container .amcheckout-additional-options {
  background: #f9f9f9;
  border: 1px solid #f9f9f9;
  font-size: 0;
  margin: 0;
  padding: 0 20px;
}
.amcheckout-step-container .amcheckout-additional-options > * {
  font-size: 14px;
}
.amcheckout-step-container .amcheckout-additional-options .amcheckout-checkboxes,
.amcheckout-step-container .amcheckout-additional-options .amcheckout-comment {
  margin: 20px 0;
}
.amcheckout-step-container .amcheckout-additional-options .amcheckout-checkboxes > * {
  margin-bottom: 5px;
}
.amcheckout-step-container .amcheckout-additional-options .checkout-agreement .action-show {
  text-align: left;
}
.amcheckout-step-container .opc-payment-additional {
  padding: 0 20px;
}
.amcheckout-step-container .opc-payment-additional .payment-option-title,
.amcheckout-step-container .opc-payment-additional .payment-option-content {
  padding-left: 0;
  padding-right: 0;
}
.amcheckout-step-container .opc-payment-additional .label {
  display: block;
  margin-bottom: 4px;
}
.amcheckout-step-container .opc-payment-additional .form-discount .label {
  display: none;
}
.amcheckout-step-container .amcheckout-trust-seal {
  font-size: 9px;
  max-width: 161px;
}
.amcheckout-step-container .amcheckout-trust-seal .amcheckout-title {
  background: none;
  cursor: inherit;
  font-size: inherit;
  font-weight: 400;
  padding: 0;
}
.amcheckout-main-container.-layout-2columns .amcheckout-column:not(:first-of-type) {
  margin-top: 40px;
}
.amexfee-block-content > .title.amexfee-title {
  position: relative;
  padding: 10px 40px 10px 0;
  text-decoration: none;
  font-weight: 600;
  cursor: pointer;
}
.amexfee-block-content > .title.amexfee-title:after {
  position: absolute;
  top: 50%;
  right: 0;
  display: inline-block;
  margin: 0;
  width: 12px;
  height: 12px;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MTIiIGhlaWdodD0iNTEyIiB2aWV3Qm94PSIwIDAgMjg0LjkyOSAyODQuOTI5Ij48cGF0aCBkPSJNMi44NDcgODkuNjQ0bDEzMy4wNTQgMTMzLjA0NWMxLjkwMSAxLjkwMyA0LjA4OCAyLjg1NiA2LjU2MiAyLjg1NnM0LjY2NS0uOTUzIDYuNTY3LTIuODU2TDI4Mi4wNzMgODkuNjQ0YzEuOTA2LTEuOTA2IDIuODU2LTQuMDkzIDIuODU2LTYuNTY4IDAtMi40NzQtLjk1My00LjY2NC0yLjg1Ni02LjU2NmwtMTQuMjcyLTE0LjI3MWMtMS45MDMtMS45MDMtNC4wOTMtMi44NTQtNi41NjctMi44NTRzLTQuNjY0Ljk1MS02LjU2NyAyLjg1NEwxNDIuNDYzIDE3NC40NDEgMzAuMjU1IDYyLjIzMmMtMS45MDItMS45MDMtNC4wOTMtMi44NDgtNi41NjMtMi44NDgtMi40NzggMC00LjY2OC45NTEtNi41NyAyLjg0OEwyLjg0OCA3Ni41MDlDLjk0NiA3OC40MTEuMDAxIDgwLjYwMi4wMDEgODMuMDc1IDAgODUuNTUxLjk0NSA4Ny43NDEgMi44NDcgODkuNjQ0eiIgZGF0YS1vcmlnaW5hbD0iIzAwMDAwMCIgY2xhc3M9ImFjdGl2ZS1wYXRoIiBkYXRhLW9sZF9jb2xvcj0iIzAwMDAwMCIgZmlsbD0iIzg1ODU4NSIvPjwvc3ZnPg==) no-repeat center / contain;
  content: '';
  cursor: pointer;
  transform: translateY(-50%);
}
.amexfee-block-content.active > .title.amexfee-title:after {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MTIiIGhlaWdodD0iNTEyIiB2aWV3Qm94PSIwIDAgMjg0LjkyOSAyODQuOTI5Ij48cGF0aCBkPSJNMjgyLjA4MiAxOTUuMjg1TDE0OS4wMjggNjIuMjRjLTEuOTAxLTEuOTAzLTQuMDg4LTIuODU2LTYuNTYyLTIuODU2cy00LjY2NS45NTMtNi41NjcgMi44NTZMMi44NTYgMTk1LjI4NUMuOTUgMTk3LjE5MSAwIDE5OS4zNzggMCAyMDEuODUzYzAgMi40NzQuOTUzIDQuNjY0IDIuODU2IDYuNTY2bDE0LjI3MiAxNC4yNzFjMS45MDMgMS45MDMgNC4wOTMgMi44NTQgNi41NjcgMi44NTRzNC42NjQtLjk1MSA2LjU2Ny0yLjg1NGwxMTIuMjA0LTExMi4yMDIgMTEyLjIwOCAxMTIuMjA5YzEuOTAyIDEuOTAzIDQuMDkzIDIuODQ4IDYuNTYzIDIuODQ4IDIuNDc4IDAgNC42NjgtLjk1MSA2LjU3LTIuODQ4bDE0LjI3NC0xNC4yNzdjMS45MDItMS45MDIgMi44NDctNC4wOTMgMi44NDctNi41NjYuMDAxLTIuNDc2LS45NDQtNC42NjYtMi44NDYtNi41Njl6IiBkYXRhLW9yaWdpbmFsPSIjMDAwMDAwIiBjbGFzcz0iYWN0aXZlLXBhdGgiIGRhdGEtb2xkX2NvbG9yPSIjMDAwMDAwIiBmaWxsPSIjODU4NTg1Ii8+PC9zdmc+) no-repeat center / contain;
  content: '';
}
.amexfee-block-content.-cart > .title.amexfee-title {
  margin-bottom: 0;
  border-top: 1px solid #cccccc;
}
.amexfee-block-content.-cart > .title.amexfee-title:after {
  content: '';
}
.amexfee-block-content.-checkout > .title.amexfee-title {
  margin-bottom: 10px;
  border-bottom: 1px solid #cccccc;
  font-weight: 300;
  font-size: 18px;
}
.amexfee-item-element._required .amexfee-title:after {
  margin: 0 0 0 5px;
  color: #e02b27;
  content: '*';
  font-size: 1.2rem;
}
.amexfee-form-container > .amexfee-fieldset .amexfee-title {
  margin-bottom: 5px;
  font-weight: 700;
}
.amexfee-form-container .amexfee-input {
  float: left;
}
.amexfee-form-container .amexfee-input + .amexfee-label {
  display: block;
  overflow: hidden;
  margin: 0;
}
.amexfee-collapsible-block {
  cursor: pointer;
}
.amexfee-collapsible-block > .amount.amexfee-amount,
.opc-block-summary .amexfee-collapsible-block > .amount.amexfee-amount,
.opc-block-summary .amexfee-collapsible-block > .mark.amexfee-mark,
.amexfee-collapsible-block > .mark.amexfee-mark {
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}
.amexfee-collapsible-block > .amount.amexfee-amount,
.opc-block-summary .amexfee-collapsible-block > .amount.amexfee-amount {
  position: relative;
  padding-right: 20px;
}
.amexfee-collapsible-block > .amount.amexfee-amount:after,
.opc-block-summary .amexfee-collapsible-block > .amount.amexfee-amount:after {
  position: absolute;
  top: 50%;
  right: 3px;
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MTIiIGhlaWdodD0iNTEyIiB2aWV3Qm94PSIwIDAgMjg0LjkyOSAyODQuOTI5Ij48cGF0aCBkPSJNMi44NDcgODkuNjQ0bDEzMy4wNTQgMTMzLjA0NWMxLjkwMSAxLjkwMyA0LjA4OCAyLjg1NiA2LjU2MiAyLjg1NnM0LjY2NS0uOTUzIDYuNTY3LTIuODU2TDI4Mi4wNzMgODkuNjQ0YzEuOTA2LTEuOTA2IDIuODU2LTQuMDkzIDIuODU2LTYuNTY4IDAtMi40NzQtLjk1My00LjY2NC0yLjg1Ni02LjU2NmwtMTQuMjcyLTE0LjI3MWMtMS45MDMtMS45MDMtNC4wOTMtMi44NTQtNi41NjctMi44NTRzLTQuNjY0Ljk1MS02LjU2NyAyLjg1NEwxNDIuNDYzIDE3NC40NDEgMzAuMjU1IDYyLjIzMmMtMS45MDItMS45MDMtNC4wOTMtMi44NDgtNi41NjMtMi44NDgtMi40NzggMC00LjY2OC45NTEtNi41NyAyLjg0OEwyLjg0OCA3Ni41MDlDLjk0NiA3OC40MTEuMDAxIDgwLjYwMi4wMDEgODMuMDc1IDAgODUuNTUxLjk0NSA4Ny43NDEgMi44NDcgODkuNjQ0eiIgZGF0YS1vcmlnaW5hbD0iIzAwMDAwMCIgY2xhc3M9ImFjdGl2ZS1wYXRoIiBkYXRhLW9sZF9jb2xvcj0iIzAwMDAwMCIgZmlsbD0iIzg1ODU4NSIvPjwvc3ZnPg==) no-repeat center / contain;
  content: '';
  cursor: pointer;
  transform: translateY(-50%);
}
.amexfee-collapsible-block.-expanded > .amount.amexfee-amount,
.amexfee-collapsible-block.-expanded > .mark.amexfee-mark {
  border-bottom: 0;
}
.amexfee-collapsible-block.-expanded > .amount.amexfee-amount:after,
.opc-block-summary .amexfee-collapsible-block.-expanded > .amount.amexfee-amount:after {
  transform: translateY(-50%) rotateZ(180deg);
}
.amexfee-totals-details {
  display: none;
}
.amexfee-totals-details.-show {
  display: table-row;
  border-bottom: 1px solid #cccccc;
}
[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 .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: -40px 0 40px -40px;
  width: calc(100% + 40px);
}
.amgdpr-settings-container .amgdpr-block {
  display: none;
  margin-top: 20px;
}
.amgdpr-settings-container .amgdpr-block .fieldset {
  margin-bottom: 20px;
}
.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: 40px 0 0 40px;
  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/Mgs/molla/de_DE/Amasty_Gdpr/images/download.svg') no-repeat center;
}
.amgdpr-checkbox-container > .amgdpr-checkbox:checked + .amgdpr-label.-download:before {
  background: url('../../frontend/Mgs/molla/de_DE/Amasty_Gdpr/images/download_active.svg') no-repeat center;
}
.amgdpr-checkbox-container > .amgdpr-label.-policy:before {
  background: url('../../frontend/Mgs/molla/de_DE/Amasty_Gdpr/images/policy.svg') no-repeat center;
}
.amgdpr-checkbox-container > .amgdpr-checkbox:checked + .amgdpr-label.-policy:before {
  background: url('../../frontend/Mgs/molla/de_DE/Amasty_Gdpr/images/policy_active.svg') no-repeat center;
}
.amgdpr-checkbox-container > .amgdpr-label.-anonymise:before {
  background: url('../../frontend/Mgs/molla/de_DE/Amasty_Gdpr/images/anonymise.svg') no-repeat center;
}
.amgdpr-checkbox-container > .amgdpr-checkbox:checked + .amgdpr-label.-anonymise:before {
  background: url('../../frontend/Mgs/molla/de_DE/Amasty_Gdpr/images/anonymise_active.svg') no-repeat center;
}
.amgdpr-checkbox-container > .amgdpr-label.-delete:before {
  background: url('../../frontend/Mgs/molla/de_DE/Amasty_Gdpr/images/delete.svg') no-repeat center;
}
.amgdpr-checkbox-container > .amgdpr-checkbox:checked + .amgdpr-label.-delete:before {
  background: url('../../frontend/Mgs/molla/de_DE/Amasty_Gdpr/images/delete_active.svg') no-repeat center;
}
.amgdpr-checkbox-container > .amgdpr-label.-consents:before {
  background: url('../../frontend/Mgs/molla/de_DE/Amasty_Gdpr/images/consents.svg') no-repeat center;
}
.amgdpr-checkbox-container > .amgdpr-checkbox:checked + .amgdpr-label.-consents:before {
  background: url('../../frontend/Mgs/molla/de_DE/Amasty_Gdpr/images/consents_active.svg') no-repeat center;
}
.amgdpr-checkbox-container > .amgdpr-label.-dpoinfo:before {
  background: url('../../frontend/Mgs/molla/de_DE/Amasty_Gdpr/images/officer.svg') no-repeat center;
}
.amgdpr-checkbox-container > .amgdpr-checkbox:checked + .amgdpr-label.-dpoinfo:before {
  background: url('../../frontend/Mgs/molla/de_DE/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;
}
.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 .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 .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;
}
.amcard-checkbox-container {
  position: relative;
}
.amcard-checkbox-container:first-child {
  margin-right: 30px;
}
.amcard-checkbox-container > .amcard-checkbox {
  display: none;
}
.amcard-checkbox-container > .amcard-name {
  margin-left: 23px;
  line-height: 20px;
}
.amcard-checkbox-container > .amcard-label {
  padding-left: 21px;
  cursor: pointer;
}
.amcard-checkbox-container > .amcard-label:before {
  position: absolute;
  top: 2px;
  left: 0;
  box-sizing: border-box;
  width: 16px;
  height: 16px;
  border: 1px solid #ccc;
  border-radius: 3px;
  background: #fff;
  content: '';
}
.amcard-checkbox-container > .amcard-checkbox:checked + .amcard-label:before {
  border: none;
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHJlY3Qgd2lkdGg9IjE1IiBoZWlnaHQ9IjE1IiByeD0iMSIgZmlsbD0iIzE5NzlDMyIvPjxwYXRoIGQ9Ik0zLjc1IDcuNWwzIDMgNC41LTUuMjUiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPjwvc3ZnPg==') no-repeat left;
  background-size: 16px;
}
.amcard-flex-container {
  display: flex;
  justify-content: space-between;
}
.amcard-flex-container.-checkbox {
  justify-content: flex-start;
}
.amcard-form-container {
  position: relative;
  margin-top: 25px;
  border-top: 1px solid #c1c1c1;
}
.amcard-form-container.-interior {
  border: none;
}
.amcard-form-container .amcard-title {
  display: block;
  margin: 20px 0 10px;
  color: #363636;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
}
.amcard-form-container > .amcard-button {
  box-sizing: border-box;
  padding: 7px 10px;
  border: 1px solid #dadada;
  border-radius: 2px;
  background: #eee;
  font-size: 14px;
  transition: background-color 0.3s ease;
}
.amcard-form-container > .amcard-button:hover {
  background-color: #1e79c2;
  box-shadow: 0 2px 4px rgba(45, 147, 226, 0.1);
  color: #fff;
}
.amcard-form-container .amcard-radio {
  display: none;
}
.amcard-form-container .amcard-input.-hidden {
  position: absolute;
  display: inline;
  width: 0;
  height: 0;
  opacity: 0;
}
.amcard-field-container {
  flex-basis: 48%;
  margin-top: 0;
  border: none;
  text-align: left;
}
.amcard-field-block {
  display: block;
}
.amcard-field-block > .amcard-button {
  padding: 7px 17px;
  border: 1px solid #d4d4d4;
  border-left: none;
  border-radius: 0 2px 2px 0;
}
.amcard-field-block.-datepicker .amcard-label {
  position: relative;
}
.amcard-field-block.-datepicker .amcard-label:before {
  position: absolute;
  top: 2px;
  left: 10px;
  width: 16px;
  height: 16px;
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik00Ljk4IDEwLjcwNWgxLjYzOFY5LjA2OUg0Ljk4djEuNjM2em0yLjMwNyAyLjE5aDEuNjM2di0xLjYzNkg3LjI4N3YxLjYzNXptLTIuMzA3IDBoMS42Mzh2LTEuNjM2SDQuOTh2MS42MzV6bTAtNC4zOGgxLjYzOFY2Ljg4SDQuOTh2MS42MzR6bTcuMDI4LTQuODIyYS42NzguNjc4IDAgMDAuNjc5LS42NzhWLjY3OGEuNjc4LjY3OCAwIDEwLTEuMzU4IDB2Mi4zMzdjMCAuMzc2LjMwMy42NzguNjc5LjY3OHptLTguMDE5IDBhLjY3OC42NzggMCAwMC42NzgtLjY3OFYuNjc4YS42NzguNjc4IDAgMTAtMS4zNTcgMHYyLjMzN2MwIC4zNzYuMzAzLjY3OC42NzkuNjc4em0tMS4zMTcgNy4wMTJINC4zMVY5LjA2OUgyLjY3MnYxLjYzNnptMCAyLjE5SDQuMzF2LTEuNjM2SDIuNjcydjEuNjM1em00LjYxNS0yLjE5aDEuNjM2VjkuMDY5SDcuMjg3djEuNjM2em00LjYxIDBoMS42MzlWOS4wNjloLTEuNjM4djEuNjM2em0wLTIuMTloMS42MzlWNi44OGgtMS42Mzh2MS42MzR6bTEuMDEzLTcuMzl2Ljc1NkExLjM2MiAxLjM2MiAwIDExMTAuNjQ1IDIuOWMwLS40MDcuMTgtLjc3MS40Ni0xLjAydi0uNzU0SDQuODkxdi43NTVhMS4zNjIgMS4zNjIgMCAxMS0xLjgwNCAwdi0uNzU1SDBWMTZoMTZWMS4xMjZoLTMuMDl6TTEuNTE3IDVoMTIuOTk2djkuNDgzSDEuNTE3VjV6bTUuNzcgMy41MTRoMS42MzZWNi44OEg3LjI4N3YxLjYzNHptMi4zMDcgMGgxLjYzNVY2Ljg4SDkuNTk0djEuNjM0em0wIDQuMzhoMS42MzV2LTEuNjM2SDkuNTk0djEuNjM2em0wLTIuMTloMS42MzVWOS4wN0g5LjU5NHYxLjYzNnoiIGZpbGw9IiM1NzU4NTUiLz48L3N2Zz4=');
  content: '';
  cursor: pointer;
}
.amcard-field-block.-datepicker {
  margin-bottom: 20px;
}
.amcard-field-block > .amcard-field {
  box-sizing: border-box;
  border: 1px solid #d4d4d4;
  border-radius: 2px;
  background: #fff;
}
.amcard-field-block > .amcard-field::-webkit-input-placeholder {
  /* Edge */
  color: #d4d4d4;
}
.amcard-field-block > .amcard-field:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #d4d4d4;
}
.amcard-field-block > .amcard-field::placeholder {
  color: #d4d4d4;
}
.amcard-field-block > .amcard-field:focus {
  z-index: 5;
}
.amcard-field-block > .amcard-field.mage-error {
  border-color: #ed8380;
}
.amcard-field-block.-datepicker .amcard-field {
  padding-left: 36px;
  height: 32px;
}
.amcard-field-block.-double {
  display: flex;
}
.amcard-field-block.-double > .amcard-field {
  border-radius: 2px 0 0 2px;
}
.amcard-price-container {
  display: flex;
  flex-wrap: wrap;
}
.amcard-price-container > .amcard-button {
  margin: 0 10px 5px 0;
}
.amcard-label-block {
  position: relative;
  border-radius: 2px;
  cursor: pointer;
}
.amcard-label-block > .amcard-name {
  margin-left: 25px;
}
.amcard-label-block > .amcard-radio:checked + .amcard-icon {
  border: none;
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGNpcmNsZSBjeD0iNy41IiBjeT0iNy41IiByPSI3LjUiIGZpbGw9IiMxOTc5QzMiLz48ZyBmaWx0ZXI9InVybCgjZmlsdGVyMF9kKSI+PGNpcmNsZSBjeD0iNy41IiBjeT0iNy41IiBmaWxsPSIjZmZmIiByPSIzIi8+PC9nPjxkZWZzPjxmaWx0ZXIgaWQ9ImZpbHRlcjBfZCIgeD0iMi45MjQiIHk9IjIuOTI0IiB3aWR0aD0iOS4xNTEiIGhlaWdodD0iOS4xNTEiIGZpbHRlclVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY29sb3ItaW50ZXJwb2xhdGlvbi1maWx0ZXJzPSJzUkdCIj48ZmVGbG9vZCBmbG9vZC1vcGFjaXR5PSIwIiByZXN1bHQ9IkJhY2tncm91bmRJbWFnZUZpeCIvPjxmZUNvbG9yTWF0cml4IGluPSJTb3VyY2VBbHBoYSIgdmFsdWVzPSIwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAxMjcgMCIvPjxmZU9mZnNldC8+PGZlR2F1c3NpYW5CbHVyIHN0ZERldmlhdGlvbj0iLjc4OCIvPjxmZUNvbG9yTWF0cml4IHZhbHVlcz0iMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMC4yIDAiLz48ZmVCbGVuZCBpbjI9IkJhY2tncm91bmRJbWFnZUZpeCIgcmVzdWx0PSJlZmZlY3QxX2Ryb3BTaGFkb3ciLz48ZmVCbGVuZCBpbj0iU291cmNlR3JhcGhpYyIgaW4yPSJlZmZlY3QxX2Ryb3BTaGFkb3ciIHJlc3VsdD0ic2hhcGUiLz48L2ZpbHRlcj48L2RlZnM+PC9zdmc+');
}
.amcard-label-block > .amcard-icon {
  position: absolute;
  top: 2px;
  width: 15px;
  height: 15px;
  border: 1px solid #c2c2c2;
  border-radius: 50%;
  cursor: pointer;
}
.amcard-label-block.-price {
  box-sizing: border-box;
  margin: 0 10px 5px 0;
  padding: 6px 8px;
  border: 1px solid #dadada;
  background-color: #f0f0f0;
  font-size: 14px;
  transition: background-color 0.3s ease, border 0.3s ease;
}
.amcard-label-block.-price.-active,
.amcard-label-block.-price:hover {
  border: 1px solid #1e79c2;
  background-color: #1e79c2;
  box-shadow: 0 2px 4px rgba(45, 147, 226, 0.1);
  color: #fff;
}
.amcard-radio-container .amcard-label-block:not(:last-child) {
  margin-right: 30px;
}
.amcard-upload-container .amcard-label-block {
  padding: 5px 13px 5px 38px;
  background: #1e79c2;
  color: #fff;
  cursor: pointer;
  transition: background-color 0.3s ease-out;
}
.amcard-upload-container .amcard-label-block:hover {
  background: #2d93e5;
}
.amcard-upload-container .amcard-label-block:before {
  position: absolute;
  top: 7px;
  left: 11px;
  width: 16px;
  height: 15px;
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTQuODIxIDBsLS44MDMgMi4xNDNIMi4xNDNBMi4xMzggMi4xMzggMCAwMDAgNC4yODZ2Ni40MjhjMCAxLjE4Ny45NTYgMi4xNDMgMi4xNDMgMi4xNDNoMTAuNzE0QTIuMTM4IDIuMTM4IDAgMDAxNSAxMC43MTRWNC4yODZhMi4xMzggMi4xMzggMCAwMC0yLjE0My0yLjE0M2gtMS44NzVMMTAuMTggMEg0Ljgyek03LjUgMy43NWEzLjc2MiAzLjc2MiAwIDAxMy43NSAzLjc1IDMuNzYyIDMuNzYyIDAgMDEtMy43NSAzLjc1QTMuNzYyIDMuNzYyIDAgMDEzLjc1IDcuNSAzLjc2MiAzLjc2MiAwIDAxNy41IDMuNzV6bTAgMS42MDdBMi4xMyAyLjEzIDAgMDA1LjM1NyA3LjUgMi4xMyAyLjEzIDAgMDA3LjUgOS42NDMgMi4xMyAyLjEzIDAgMDA5LjY0MyA3LjUgMi4xMyAyLjEzIDAgMDA3LjUgNS4zNTd6IiBmaWxsPSIjZmZmIi8+PC9zdmc+') no-repeat center;
  content: '';
}
.amcard-customer-image > .amcard-container,
.amcard-image-container > .amcard-container,
.amcard-customer-image > .amcard-image,
.amcard-image-container > .amcard-image {
  padding: 7px;
  max-width: 100px;
  cursor: pointer;
}
.amcard-customer-image > .amcard-container.-active,
.amcard-image-container > .amcard-container.-active,
.amcard-customer-image > .amcard-image.-active,
.amcard-image-container > .amcard-image.-active,
.amcard-customer-image > .amcard-container:hover,
.amcard-image-container > .amcard-container:hover,
.amcard-customer-image > .amcard-image:hover,
.amcard-image-container > .amcard-image:hover {
  padding: 6px;
  border: 1px solid #026bb3;
  border-radius: 2px;
  box-shadow: 0 4px 4px #e2f0fb;
}
.amcard-upload-container {
  position: relative;
  display: flex;
  margin: 10px 0;
}
.amcard-upload-container .amcard-input {
  display: none;
}
.amcard-customer-image {
  display: flex;
  padding: 15px;
  background: #e8f6ff;
}
.amcard-customer-image > .amcard-container {
  display: flex;
  align-items: center;
  margin-right: 15px;
  max-width: 100px;
  cursor: pointer;
}
.amcard-customer-image .amcard-image {
  width: 100%;
  height: 100%;
}
.amcard-image-information {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.amcard-image-information > .amcard-description,
.amcard-image-information > .amcard-title {
  margin: 0;
}
.amcard-image-information > .amcard-delete {
  position: relative;
  align-self: flex-start;
  padding: 0 15px;
  border: none;
  background: none;
  box-shadow: none;
  color: #1787e0;
  cursor: pointer;
}
.amcard-image-information > .amcard-delete:hover {
  text-decoration: underline;
}
.amcard-image-information > .amcard-delete:before {
  position: absolute;
  top: 3px;
  left: 0;
  width: 12px;
  height: 10px;
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xLjUzNCAxMmg2Ljk1MWwuODc0LTcuMTY2SC43TDEuNTM0IDEyek02Ljk1MiAxLjc4M1YuNDA5QzYuOTUyLjE4MyA2Ljc0MyAwIDYuNDg2IDBIMy41MzVjLS4yNTggMC0uNDY2LjE4My0uNDY2LjQxdjEuMzVjLS45OTcuMDk5LTIuMDM1LjI5LTMuMDY5LjYxN3YxLjI2aDEwVjIuMzQ0cy0xLjIyLS4zNy0zLjA0OS0uNTZoLjAwMXptLS45MjctLjA3NmExOS4xMDcgMTkuMTA3IDAgMDAtMi4wNzctLjAxMlYuOTcxYzAtLjExMi4xMDMtLjIwNC4yMzItLjIwNGgxLjYxMWMuMTMgMCAuMjM0LjA5Mi4yMzQuMjA0di43MzZ6IiBmaWxsPSIjMTc4N0UwIi8+PC9zdmc+') no-repeat center;
  content: '';
}
.amcard-preview-container {
  margin-top: 15px;
}
.amcard-preview-container > .amcard-button {
  box-sizing: border-box;
  padding: 6px 15px;
  border: 1px solid #4190c6;
  border-radius: 2px;
  background: none;
  color: #026bb3;
  font-size: 14px;
  transition: background-color 0.3s ease-out;
}
.amcard-preview-container > .amcard-button:hover {
  background: #026bb3;
  color: #fff;
}
.amcard-general-container {
  display: none;
  margin-bottom: 20px;
}
.amcard-general-container.-visible {
  display: block;
}
.amcard-general-container .amcard-warning {
  color: #e02b27;
  font-size: 12px;
}
.amcard-tooltip-container {
  position: absolute;
  bottom: 25px;
  left: 98px;
  z-index: 10;
  display: none;
  padding: 10px;
  width: 200px;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.15);
}
.amcard-question-container:hover .amcard-tooltip-container {
  display: block;
}
.amcard-tooltip-container:after {
  position: absolute;
  bottom: -8px;
  left: 20px;
  width: 18px;
  height: 18px;
  background: #fff;
  content: '';
  transform: rotate(45deg);
}
.amcard-tooltip-container > .amgiftcard-text {
  color: #575757;
  font-weight: 400;
  font-size: 12px;
}
.amcard-question-container {
  align-self: center;
  margin: 0 20px;
  width: 17px;
  height: 17px;
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGNpcmNsZSBjeD0iOC41IiBjeT0iOC41IiByPSI4LjUiIGZpbGw9IiMzODlERkUiLz48cGF0aCBkPSJNNy40ODggMTAuMDc0YzAtLjYwNi4wNzUtMS4wODkuMjI2LTEuNDQ5LjE1LS4zNi40NDYtLjc1NC44ODktMS4xODMuNDQ2LS40MzMuNzI5LS43NC44NDctLjkyMi4xODItLjI3OC4yNzQtLjU4LjI3NC0uOTAzIDAtLjQyOC0uMTA3LS43NTQtLjMyMi0uOTc3LS4yMS0uMjI4LS41Mi0uMzQyLS45My0uMzQyLS4zOTEgMC0uNzA4LjExMi0uOTUuMzM1LS4yMzcuMjE5LS4zNTUuNTE3LS4zNTUuODk1SDUuNTA2Yy4wMDktLjgwNi4yODItMS40NDQuODItMS45MTQuNTQyLS40NyAxLjI1OC0uNzA0IDIuMTQ3LS43MDQuOTE2IDAgMS42MjkuMjMzIDIuMTQuNjk3LjUxNC40NjUuNzcyIDEuMTE1Ljc3MiAxLjk0OSAwIC43NDItLjM0NyAxLjQ3NC0xLjA0IDIuMTk0bC0uODQuODI3Yy0uMy4zNDItLjQ1Ni44NDEtLjQ2NSAxLjQ5N0g3LjQ4OHpNNy4zNzIgMTIuMmMwLS4yNjkuMDg0LS40ODUuMjUzLS42NS4xNjktLjE2OC4zOTYtLjI1Mi42ODQtLjI1Mi4yOTEgMCAuNTIxLjA4Ni42OS4yNmEuODcuODcgMCAwMS4yNTMuNjQyYzAgLjI1LS4wODIuNDYtLjI0Ni42My0uMTY0LjE2OC0uMzk3LjI1Mi0uNjk3LjI1Mi0uMzAxIDAtLjUzNC0uMDg0LS42OTgtLjI1M2EuODguODggMCAwMS0uMjM5LS42Mjl6IiBmaWxsPSIjZmZmIi8+PC9zdmc+') no-repeat center;
}
.amcard-carousel-container .slick-arrow {
  z-index: 10;
}
.amgiftcard-modal-container {
  pointer-events: auto;
}
.amcard-page-product .modal-inner-wrap {
  max-width: 900px;
}
.amcard-page-product .gallery-placeholder:not(.-active) .amasty-main-image,
.amcard-page-product .gallery-placeholder:not(.-active) .gallery-placeholder__image {
  visibility: hidden;
}
.amcard-page-product .product-info-main .price-final_price .price-wrapper .price {
  color: #575757;
  font-weight: 600;
  font-size: 36px;
  line-height: 36px;
}
.amcard-page-product .amgiftcard-price-container .amgiftcard-price-multiple.-hide {
  display: none;
}
.amcard-page-product .amgiftcard-price-container .price-final_price.-hide {
  display: none;
}
.amcard-page-product .amgiftcard-price-container .price-final_price.-multiple .price-wrapper .price {
  font-size: 24px;
  line-height: 24px;
}
.amcard-page-product .amgiftcard-price-container .price-wrapper + .price-wrapper {
  margin-left: 5px;
}
.amcard-page-product .amcard-preview .header {
  display: flex;
  justify-content: center;
}
.amcard-page-product .amcard-preview .footer,
.amcard-page-product .amcard-preview .header {
  background: #fff !important;
}
.amcard-page-product .amcard-preview .main {
  border-collapse: separate;
  border-top: 6px solid #1787e0;
  border-radius: 10px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
}
.amcard-page-product .amcard-preview .logo {
  margin: 0;
}
.amcard-page-product .product-info-main .product-reviews-summary {
  float: none;
}
.amcard-page-product .product-info-main .product-info-price {
  margin-bottom: 0;
  border: 0;
}
.amcard-page-product .product-info-main .product-add-form {
  clear: none;
  margin-bottom: 20px;
  padding-top: 0;
  border: 0;
}
.gallery-placeholder.-amcard {
  display: flex;
  justify-content: center;
  align-items: center;
}
.ammodal-aside-container {
  pointer-events: auto;
}
.am-datepicker .ui-datepicker-header .ui-datepicker-title select {
  width: unset;
}
.am-datepicker .ui-datepicker-header .ui-datepicker-title {
  display: flex;
}
.account .amcard-codes-list .table-wrapper:last-child {
  margin-bottom: 20px;
}
.account .amcard-codes-list .messages {
  margin-bottom: 0;
}
.amcardacc-template-container .amcard-codes-list,
.amcardacc-template-container .amcard-field-container {
  max-width: 360px;
}
.amcard-codes-list.-cart,
.amcard-field-container.-cart {
  max-width: 500px;
}
.amcard-codes-list.-paypal,
.amcard-field-container.-paypal {
  margin: 20px 0;
}
.amcard-codes-list .table .action,
.amcard-field-container .table .action,
.amcard-codes-list .amcard-check,
.amcard-field-container .amcard-check,
.amcard-codes-list .amcard-delete,
.amcard-field-container .amcard-delete {
  position: relative;
  align-self: flex-start;
  padding: 0;
  border: none;
  background: none;
  box-shadow: none;
  color: #1787e0;
  cursor: pointer;
}
.amcard-codes-list .table .action:hover,
.amcard-field-container .table .action:hover,
.amcard-codes-list .amcard-check:hover,
.amcard-field-container .amcard-check:hover,
.amcard-codes-list .amcard-delete:hover,
.amcard-field-container .amcard-delete:hover {
  text-decoration: underline;
}
.amcard-codes-list .amcard-list-btn-container,
.amcard-field-container .amcard-list-btn-container {
  padding: 0 10px;
  display: inline-block;
}
.amcard-codes-list .amcard-list-btn-container:not(:last-child),
.amcard-field-container .amcard-list-btn-container:not(:last-child) {
  border-right: 2px solid #ccc;
}
.amcard-codes-list .amcard-check,
.amcard-field-container .amcard-check {
  margin-top: 10px;
}
.amcard-field-block.-code {
  margin-top: 10px;
}
.amcard-field-block .amcard-button {
  font-weight: 600;
  transition: opacity 0.3s ease-out;
}
.amcard-field-block .amcard-button:hover {
  opacity: .9;
}
.amcard-field-block .amcard-button.-account {
  background: #3a77bd;
  color: #fff;
}
.amcard-field-block .amgcard-datalist-container + .amcard-button {
  align-self: flex-start;
  line-height: 16px;
}
.amcard-card-info {
  display: flex;
  margin-bottom: 10px;
  padding: 10px;
  background: #e8f6ff;
}
.amcard-card-info .amcard-field:not(:last-child) {
  margin-right: 20px;
}
.amcardacc-messages-container {
  display: none;
}
.amcardacc-messages-container.-visible {
  display: block;
}
.amcard-form-container .amcard-field.-validate {
  position: absolute;
  width: 0;
  opacity: 0;
}
.amgcard-datalist-container {
  position: relative;
  width: 100%;
}
.amgcard-datalist-container.-active .amgcard-datalist-ul {
  display: block;
}
.amgcard-datalist-container .amcard-input-arrow:after {
  position: absolute;
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #333 transparent transparent transparent;
  content: '';
}
.amgcard-datalist-container.-active .amcard-input-arrow:after {
  top: 7px;
  border-color: transparent transparent #333 transparent;
}
.amgcard-datalist-container .amcard-datalist-message {
  font-style: italic;
}
.amgcard-datalist-container .amcard-field.-datalist {
  height: 32px;
}
.amgcard-datalist-ul {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 10;
  display: none;
  overflow: hidden;
  overflow-y: auto;
  margin: 5px 0 0 0;
  padding: 0;
  max-height: 200px;
  width: 100%;
  border-radius: 2px;
  background: #fff;
  list-style: none;
}
.amgcard-datalist-ul .amcard-datalist-li {
  display: block;
  margin-bottom: 0;
  padding: 6px 10px;
  color: #333;
  cursor: pointer;
  transition: background-color 0.3s ease-in;
}
.amgcard-datalist-ul .amcard-datalist-li:hover {
  background-color: rgba(239, 239, 239, 0.9);
}
.aminstafeed-post-wrapper {
  padding-right: 30px;
}
.aminstafeed-post-wrapper .instagram-media,
.aminst-feed .instagram-media {
  min-width: auto !important;
  padding: 1px !important;
}
.aminst-feed-wrapper {
  padding: 0 0 25px 0;
  position: relative;
}
.aminst-feed-title {
  flex-basis: 100%;
  font-size: 16px;
  margin: 20px 0;
  padding: 0 0 10px 0;
  position: relative;
  text-align: center;
}
.aminst-feed-title:after {
  background: #dadada;
  bottom: 0;
  content: '';
  height: 2px;
  left: 0;
  margin: 0 auto;
  max-width: 106px;
  position: absolute;
  right: 0;
  width: 100%;
}
.aminst-feed-link {
  transition: 0.1s all ease-in;
  transition: all 0.1s ease-in;
  display: block;
  height: 100%;
  overflow: hidden;
}
.aminst-feed-img {
  transition: 0.3s all ease-in;
  transition: all 0.1s ease-in;
  height: 100%;
  width: 100%;
}
.aminst-feed-comment-cont {
  display: none;
}
.aminst-feed-post {
  opacity: 0;
  transform: translate(0, -100%);
  animation: slide-top 0.3s forwards;
  box-sizing: border-box;
  cursor: pointer;
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
}
@keyframes slide-top {
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
.aminst-feed-post.-thumbnail {
  max-height: 150px;
  max-width: 150px;
  width: 100%;
}
.aminst-feed-post.-thumbnail .aminst-feed-review {
  margin: 0 0 10px 0;
}
.aminst-feed-post.-thumbnail .aminst-feed-caption {
  font-size: 12px;
}
.aminst-relation-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: 0.2s all ease-in;
  transition: all 0.2s ease-in;
  background: transparent;
  bottom: 0;
  color: #ffffff;
  font-size: 11px;
  line-height: 1;
  min-height: 35px;
  padding: 0 10px;
  position: absolute;
  right: 0;
  width: 15px;
}
.aminst-relation-link:hover {
  text-decoration: none;
}
.aminst-relation-link .aminst-title {
  color: #ffffff;
  display: none;
  line-height: 1.3;
  max-width: 80%;
  overflow: hidden;
  text-align: left;
}
.aminst-relation-link .aminst-button {
  background-color: #22c9ee;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCAxNyAxMCI+ICA8ZGVmcy8+ICA8cGF0aCBmaWxsPSIjZmZmIiBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iLjMiIGQ9Ik04LjUwMTcxIDFjLTQuMDc3NTkgMC03LjMxNDIgNC4wMDQ4NS03LjQ1MDU3IDQuMTc3NTktLjA2ODE4Ny4wODE4My0uMDY4MTg3LjIwMDAyIDAgLjI4MTg0LjEzNjM3LjE3Mjc0IDMuMzcyOTggNC4xNzc1OSA3LjQ1MDU3IDQuMTc3NTlzNy4zMTQxOS00LjAwNDg1IDcuNDUwNTktNC4xNzc1OWMuMDYzNi0uMDgxODIuMDYzNi0uMjAwMDEgMC0uMjgxODRDMTUuODE1OSA1LjAwNDg1IDEyLjU3OTMgMSA4LjUwMTcxIDF6bTAgOC4xODI0NGMtMy40NDExNyAwLTYuMzU5NTgtMy4xNTAyNC02Ljk3NzgxLTMuODYzOTMuNjE4MjMtLjcxMzY5IDMuNTM2NjQtMy44NjM5MyA2Ljk3NzgxLTMuODYzOTMgMy40NDExOSAwIDYuMzU5NTkgMy4xNTAyNCA2Ljk3Nzc5IDMuODYzOTMtLjYxODIuNzEzNjktMy41MzIxIDMuODYzOTMtNi45Nzc3OSAzLjg2MzkzeiIvPiAgPHBhdGggZmlsbD0iI2ZmZiIgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9Ii4zIiBkPSJNOC41MDE3NSAyLjUxMzc1Yy0xLjU0NTU3IDAtMi44MDQ3NiAxLjI1OTE4LTIuODA0NzYgMi44MDQ3NiAwIDEuNTQ1NTcgMS4yNTkxOSAyLjgwNDc2IDIuODA0NzYgMi44MDQ3NiAxLjU0NTU1IDAgMi44MDQ3NS0xLjI1OTE5IDIuODA0NzUtMi44MDQ3NiAwLTEuNTQ1NTgtMS4yNTkyLTIuODA0NzYtMi44MDQ3NS0yLjgwNDc2em0wIDUuMTU0OTRjLTEuMjk1NTUgMC0yLjM1MDE4LTEuMDU0NjMtMi4zNTAxOC0yLjM1MDE4IDAtMS4yOTU1NiAxLjA1NDYzLTIuMzUwMTggMi4zNTAxOC0yLjM1MDE4czIuMzUwMTUgMS4wNTQ2MiAyLjM1MDE1IDIuMzUwMThjMCAxLjI5NTU1LTEuMDU0NiAyLjM1MDE4LTIuMzUwMTUgMi4zNTAxOHoiLz48L3N2Zz4=);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px;
  border: 0;
  border-radius: 100px;
  bottom: 5px;
  box-shadow: 0 2px 4px rgba(19, 112, 179, 0.25);
  color: #ffffff;
  font-size: 0;
  height: 25px;
  left: initial;
  min-height: auto;
  padding: 0;
  position: absolute;
  right: 5px;
  width: 25px;
}
.aminst-relation-wrap {
  display: flex;
  width: 100%;
}
.aminst-relation-wrap .aminst-relation-link {
  margin: -12px 0 0;
  outline: 1px solid #008eff;
  position: relative;
  width: 100%;
}
.aminst-relation-wrap .aminst-relation-link .aminst-title {
  display: -webkit-box;
}
.aminst-relation-wrap .aminst-relation-link:hover .aminst-button {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCAzMSA4Ij4gIDxkZWZzLz4gIDxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0zMC4zNTM2IDQuMzUzNTZjLjE5NTItLjE5NTI3LjE5NTItLjUxMTg1IDAtLjcwNzExTDI3LjE3MTYuNDY0NDY4Yy0uMTk1My0uMTk1MjYyLS41MTE5LS4xOTUyNjItLjcwNzEgMC0uMTk1My4xOTUyNjMtLjE5NTMuNTExODQ1IDAgLjcwNzExMkwyOS4yOTI5IDRsLTIuODI4NCAyLjgyODQzYy0uMTk1My4xOTUyNi0uMTk1My41MTE4NCAwIC43MDcxMS4xOTUyLjE5NTI2LjUxMTguMTk1MjYuNzA3MSAwbDMuMTgyLTMuMTgxOTh6TS00ZS04IDQuNUgzMHYtMUg0ZS04bC04ZS04IDF6Ii8+PC9zdmc+);
  right: 10px;
  width: 35px;
}
.aminst-relation-wrap .aminst-relation-link .aminst-button {
  background-color: transparent;
  box-shadow: none;
  border-radius: inherit;
  bottom: initial;
  background-size: contain;
  white-space: nowrap;
  position: absolute;
  right: 15px;
  font-size: 0;
  width: 30px;
  height: 15px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCAyNiA4Ij4gIDxkZWZzLz4gIDxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0yNS4zNTM2IDQuMzUzNTZjLjE5NTItLjE5NTI3LjE5NTItLjUxMTg1IDAtLjcwNzExTDIyLjE3MTYuNDY0NDY4Yy0uMTk1My0uMTk1MjYyLS41MTE5LS4xOTUyNjItLjcwNzEgMC0uMTk1My4xOTUyNjItLjE5NTMuNTExODQ1IDAgLjcwNzEwMkwyNC4yOTI5IDRsLTIuODI4NCAyLjgyODQzYy0uMTk1My4xOTUyNi0uMTk1My41MTE4NCAwIC43MDcxMS4xOTUyLjE5NTI2LjUxMTguMTk1MjYuNzA3MSAwbDMuMTgyLTMuMTgxOTh6TS00ZS04IDQuNUgyNXYtMUg0ZS04bC04ZS04IDF6Ii8+PC9zdmc+);
}
.aminst-feed-post.-low_resolution {
  max-height: 320px;
  max-width: 320px;
  width: 100%;
}
.aminst-feed-post.-low_resolution .aminst-feed-caption {
  max-height: 64%;
}
.aminst-feed-post.-standard_resolution {
  max-height: 640px;
  max-width: 640px;
  width: 100%;
}
.aminst-feed-btn {
  transition: 0.1s all ease-in;
  transition: all 0.1s ease-in;
  align-content: center;
  align-items: center;
  background: #ffffff;
  border: 1px solid #1787e0;
  border-radius: 2px;
  box-shadow: none;
  color: #1787e0;
  display: inline-flex;
  font-size: 16px;
  justify-content: center;
  margin: 20px 0 0;
  max-width: 270px;
  text-align: center;
  width: 100%;
}
.aminst-feed-btn:not(.primary) {
  box-shadow: none;
}
.aminst-feed-btn:hover,
.aminst-feed-btn:focus,
.aminst-feed-btn:active {
  background: #1787e0;
  border-color: #1787e0;
  color: #ffffff;
}
.aminst-feed-btn:focus,
.aminst-feed-btn:active {
  transform: translateY(2px);
}
.aminsta-load-dot {
  background: #ffffff;
}
.aminst-feed-btn-text {
  transition: 0.1s all ease-in;
  transition: all 0.1s ease-in;
}
.ie11 .aminst-relation-link .aminst-title {
  padding: 10px 10px 10px 0;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ie11 .aminst-feed-post:not(.-thumbnail) .aminst-feed-link:hover + .aminst-relation-link .aminst-title,
.ie11 .aminst-feed-post:not(.-thumbnail) .aminst-feed-link.-hovered + .aminst-relation-link .aminst-title {
  padding: 15px 10px 15px 0;
}
.ie11 .aminst-feed-post:not(.-thumbnail) .aminst-relation-link .aminst-button {
  bottom: 30%;
}
.aminst-feed-watch {
  -webkit-font-smoothing: antialiased;
  align-items: center;
  bottom: 0;
  display: flex;
  flex-direction: column;
  font-size: 14px;
  justify-content: center;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
._am-hide {
  display: block !important;
  overflow: hidden !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 0 !important;
  height: 0 !important;
  opacity: 0 !important;
}
._am-slide-top {
  opacity: 0;
  transform: translate(0, -100%);
  animation: slide-top 0.3s forwards;
}
@keyframes slide-top {
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
.aminst-button-arrow {
  background-color: transparent;
  box-shadow: none;
  border-radius: inherit;
  bottom: initial;
  background-size: contain;
  white-space: nowrap;
  position: absolute;
  right: 15px;
  font-size: 0;
  width: 30px;
  height: 15px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCAyNiA4Ij4gIDxkZWZzLz4gIDxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0yNS4zNTM2IDQuMzUzNTZjLjE5NTItLjE5NTI3LjE5NTItLjUxMTg1IDAtLjcwNzExTDIyLjE3MTYuNDY0NDY4Yy0uMTk1My0uMTk1MjYyLS41MTE5LS4xOTUyNjItLjcwNzEgMC0uMTk1My4xOTUyNjItLjE5NTMuNTExODQ1IDAgLjcwNzEwMkwyNC4yOTI5IDRsLTIuODI4NCAyLjgyODQzYy0uMTk1My4xOTUyNi0uMTk1My41MTE4NCAwIC43MDcxMS4xOTUyLjE5NTI2LjUxMTguMTk1MjYuNzA3MSAwbDMuMTgyLTMuMTgxOTh6TS00ZS04IDQuNUgyNXYtMUg0ZS04bC04ZS04IDF6Ii8+PC9zdmc+);
}
@keyframes aminsta-load-1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes aminsta-load-2 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
.aminst-loader-wrapper {
  display: inline-flex;
}
.aminst-loader-wrapper.-progress .aminst-loader-content {
  display: block !important;
  overflow: hidden !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 0 !important;
  height: 0 !important;
  opacity: 0 !important;
}
.aminst-loader-dot {
  display: inline-block;
  margin: 5px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #008eff;
  animation-timing-function: cubic-bezier(0, 2, 2, 0);
}
.aminst-loader-dot:nth-child(1) {
  left: -50%;
  animation: aminsta-load-1 0.8s infinite;
}
.aminst-loader-dot:nth-child(2) {
  left: -25%;
  animation: aminsta-load-1 0.8s infinite;
  animation-delay: .1s;
}
.aminst-loader-dot:nth-child(3) {
  left: 0;
  animation: aminsta-load-1 0.8s infinite;
  animation-delay: .2s;
}
.aminst-loader-dot:nth-child(4) {
  left: 25%;
  animation: aminsta-load-1 0.8s infinite;
  animation-delay: .3s;
}
.aminst-feed-wrapper .fancyambox-bg {
  background: rgba(255, 255, 255, 0.8);
  opacity: 1;
}
.aminst-feed-wrapper .fancyambox-close-small {
  display: flex;
  justify-content: center;
  align-items: center;
}
.aminst-feed-wrapper .fancyambox-close-small:after {
  content: none;
}
.aminst-feed-wrapper .fancyambox-close-small:before {
  top: 15px;
  right: 15px;
  width: 15px;
  height: 15px;
  transition: 0.3s all ease-in;
  transition: all 0.1s ease-in;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTUiIHZpZXdCb3g9IjAgMCAxNSAxNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTE1IDEuMTYzMTRMMTMuODM2NCAwTDcuNSA2LjMzNzI5TDEuMTYzNTcgMEwwIDEuMTYyNzFMNi4zMzcyOSA3LjVMMC4wMDA4NTcxNDMgMTMuODM3M0wxLjE2MzU3IDE1TDcuNSA4LjY2MzE0TDEzLjgzNjQgMTQuOTk5NkwxNC45OTgzIDEzLjgzNjlMOC42NjI3MSA3LjVMMTUgMS4xNjMxNFoiIGZpbGw9IiM1NzU4NTUiLz48L3N2Zz4=);
  content: '';
}
.aminst-feed-wrapper .fancyambox-close-small:hover {
  border: none;
  background: none;
  box-shadow: none;
}
.aminst-feed-wrapper .fancyambox-close-small:hover:before {
  background-color: transparent;
  filter: contrast(5);
}
.aminst-feed-wrapper .fancyambox-inner .aminst-feed-post {
  display: flex;
  border: none;
}
.aminst-feed-wrapper .fancyambox-inner .instagram-media {
  min-width: auto;
  max-width: 100%;
}
.aminst-feed-wrapper .fancyambox-inner .aminst-feed-single-post {
  padding: 25px 30px;
  max-width: 420px;
  border: none;
  border-radius: 6px;
  box-shadow: 0 5px 16px rgba(18, 36, 50, 0.2);
}
.aminst-feed-wrapper .fancyambox-inner .aminst-feed-single-post .aminst-feed-post {
  margin: 0;
}
.aminst-token-icon {
  position: relative;
}
.aminst-token-icon:after {
  position: absolute;
  top: calc(50% - 8px);
  left: 100%;
  display: block;
  overflow: hidden;
  margin: 0 0 0 10px;
  width: 20px;
  color: #008000;
  content: '\e62d';
  font-size: 16px;
  font-family: 'Admin Icons';
  line-height: 1;
  pointer-events: none;
  user-select: none;
  speak: none;
}
.aminst-feed-grid-container .aminst-feed-posts {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  overflow: hidden;
}
.aminst-feed-grid-container {
  text-align: center;
}
.aminst-feed-link {
  display: flex;
}
.aminst-feed-collage-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.aminst-feed-collage-container .aminst-feed-posts {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.aminst-feed-collage-container .aminst-feed-title {
  flex-basis: 100%;
}
.aminst-feed-collage-container .aminst-feed-link {
  display: flex;
}
.aminst-feed-single-post {
  display: inline-block;
  width: 100%;
}
.aminst-feed-single-post .aminst-feed-posts {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  overflow: hidden;
  cursor: pointer;
}
.aminst-feed-single-post .aminst-feed-post {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  flex-direction: column;
}
.aminst-feed-single-post .aminst-feed-post .aminst-relation-wrap .aminst-relation-link {
  min-height: 40px;
  background: #008eff;
}
.aminst-feed-single-post .aminst-feed-post .aminst-relation-wrap .aminst-relation-link .aminst-title {
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: calc(14px * 2);
  -webkit-line-clamp: 2;
}
.aminst-feed-slider-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
}
.aminst-feed-slider-container .swiper-pagination {
  padding-bottom: 35px;
  position: static;
}
.aminst-feed-slider-container .swiper-pagination-bullet {
  height: 6px;
  margin: 0 6px;
  width: 6px;
}
.aminst-feed-slider-container .swiper-pagination-bullet-active {
  background: #000000;
}
.aminst-feed-slider-container .swiper-container {
  height: 100%;
  overflow: hidden;
  width: 100%;
}
.aminst-feed-slider-container .swiper-slide {
  align-items: center;
  display: flex;
  height: auto;
  justify-content: center;
  text-align: center;
}
.aminst-feed-slider-container .aminst-feed-post {
  border-color: transparent;
  border-style: solid;
  border-width: 0;
}
.aminst-feed-slider-container .aminst-feed-link {
  display: flex;
  width: 100%;
}
.aminst-feed-slider-container .aminst-feed-img {
  object-fit: cover;
}
.aminst-feed-slider-container .aminst-feed-img.-low_resolution {
  max-height: 320px;
  max-width: 320px;
  width: 100%;
}
.aminst-feed-slider-container .aminst-feed-img.-low_resolution .aminst-feed-caption {
  max-height: 64%;
}
.aminst-feed-slider-container .aminst-feed-img.-standard_resolution {
  max-height: 640px;
  max-width: 640px;
  width: 100%;
}
.aminst-feed-slider-container .aminst-feed-img.-thumbnail {
  max-height: 150px;
  max-width: 150px;
  width: 100%;
}
.aminst-feed-slider-container .swiper-button-next,
.aminst-feed-slider-container .swiper-button-prev {
  background-repeat: no-repeat;
  z-index: 2;
}
.aminst-feed-slider-container .swiper-button-next:after,
.aminst-feed-slider-container .swiper-button-prev:after {
  content: '';
}
.aminst-feed-slider-container .swiper-button-next.swiper-button-disabled,
.aminst-feed-slider-container .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
}
.aminst-feed-slider-container .swiper-button-next {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pjxzdmcgdmlld0JveD0iMCAwIDUxMiA1MTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHRpdGxlLz48ZyBkYXRhLW5hbWU9IjEiIGlkPSJfMSI+PHBhdGggZD0iTTIwMi4xLDQ1MGExNSwxNSwwLDAsMS0xMC42LTI1LjYxTDM2NS43OSwyNTAuMSwxOTEuNSw3NS44MUExNSwxNSwwLDAsMSwyMTIuNzEsNTQuNmwxODQuOSwxODQuOWExNSwxNSwwLDAsMSwwLDIxLjIxbC0xODQuOSwxODQuOUExNSwxNSwwLDAsMSwyMDIuMSw0NTBaIi8+PC9nPjwvc3ZnPg==);
  background-position: right;
}
.aminst-feed-slider-container .swiper-button-prev {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pjxzdmcgdmlld0JveD0iMCAwIDUxMiA1MTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHRpdGxlLz48ZyBkYXRhLW5hbWU9IjEiIGlkPSJfMSI+PHBhdGggZD0iTTM1Myw0NTBhMTUsMTUsMCwwLDEtMTAuNjEtNC4zOUwxNTcuNSwyNjAuNzFhMTUsMTUsMCwwLDEsMC0yMS4yMUwzNDIuMzksNTQuNmExNSwxNSwwLDEsMSwyMS4yMiwyMS4yMUwxODkuMzIsMjUwLjEsMzYzLjYxLDQyNC4zOUExNSwxNSwwLDAsMSwzNTMsNDUwWiIvPjwvZz48L3N2Zz4=);
  background-position: left;
}
.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;
}
.field .control._with-tooltip .choice.field {
  width: calc(100% - 39px);
}
.field .control._with-tooltip .choice.field input {
  width: auto;
}
.field .control._with-tooltip select,
.field .control._with-tooltip textarea {
  margin-right: 10px;
  width: calc(100% - 39px);
}
.field .control select[multiple] {
  height: auto;
  background: #ffffff;
}
tr.order-attributes td {
  padding-left: 0;
  padding-right: 0;
}
.order-attributes .order-attributes-form {
  /* phpcs:ignore Magento2.Less.SemicolonSpacing.NotAtEnd */
  margin-top: 20px;
}
.order-attributes .order-attributes-form.fieldset .field:last-child {
  margin-bottom: 20px;
}
.order-attributes .file-uploader .file-uploader-meta {
  color: #727272;
}
/* phpcs:ignore Magento2.Less.AvoidId.IdSelectorUsage */
#store-pickup.selected-store-pickup {
  /* phpcs:ignore Magento2.Less.AvoidId.IdSelectorUsage */
}
#store-pickup.selected-store-pickup ~ #shipping,
#store-pickup.selected-store-pickup ~ #opc-shipping_method {
  position: absolute;
}
.ampromo-item .ampromo-options {
  margin-bottom: 20px;
  padding: 0 5px;
  overflow: hidden;
  transition: max-height 0.2s ease;
}
.ampromo-gallery {
  width: 850px;
  margin: 0 30px;
}
.ampromo-gallery[data-count="1"] {
  width: 280px;
}
.ampromo-gallery[data-count="2"] {
  width: 570px;
}
.ampromo-slick .slick-prev,
.ampromo-slick .slick-next {
  width: 42px !important;
  height: 42px !important;
}
.ampromo-slick .slick-prev {
  left: -45px !important;
}
.ampromo-slick .slick-next {
  right: -45px !important;
}
.ampromo-slick .slick-dots {
  padding: 0 !important;
}
.ampromo-slick .slick-dots button,
.ampromo-slick .slick-dots button:hover,
.ampromo-slick .slick-dots .cart.table-wrapper .actions-toolbar > .action,
.ampromo-slick .slick-dots .cart.table-wrapper .actions-toolbar > .action:hover,
.ampromo-slick .slick-dots .action-gift,
.ampromo-slick .slick-dots .action-gift:hover {
  height: 20px;
  width: 20px;
  padding: 5px !important;
  background: transparent !important;
  border: none !important;
  text-indent: 0 !important;
}
.ampromo-slick .slick-slide {
  vertical-align: top;
}
.ampromo-items-add {
  display: none;
  margin-bottom: 12px;
  padding: 7px;
  border: 1px solid #ededed;
  text-align: center;
}
.ampromo-items-add > a {
  text-decoration: none;
  border-bottom: 1px dashed;
}
.checkout-index-index .ampromo-items-add:before {
  content: '';
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-right: 12px;
  background: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNTEyIDUxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNNTEyIDI1NmMwIDE0MS4zODctMTE0LjYxMyAyNTYtMjU2IDI1NlMwIDM5Ny4zODcgMCAyNTYgMTE0LjYxMyAwIDI1NiAwczI1NiAxMTQuNjEzIDI1NiAyNTZ6bTAgMCIgZmlsbD0iIzYwYjJmYyIvPjxwYXRoIGQ9Ik01MTIgMjU2YzAtMS4xNTItLjAyNy0yLjI5Ny0uMDQzLTMuNDQ1TDM2OS4wNTEgMTA5LjY0OGwtODUuMzU2IDIzLjA2My03LjU4Ni03LjU4Ni00Ni4wNjIgOC44OTgtMjQuNTg2LTI0LjU5Ny02OC4wMDQgNTMuOTU3LTI1LjUzMSA3NC44NDQgNTguMDI3IDU3LjMyLTM5LjMxNiAxMjAuMTIxIDk0LjQ3MiA5NC40NzNBMjU5LjI2IDI1OS4yNiAwIDAgMCAyNTYgNTEyYzE0MS4zODcgMCAyNTYtMTE0LjYxMyAyNTYtMjU2em0wIDAiIGZpbGw9IiMzOTY1Y2MiLz48cGF0aCBkPSJNMjMzLjE4OCAxMzcuNjg4bC0yNy43MjctMjguMjYyYy04LjI4MS04LjQ0Mi0xOS4zNTItMTMuMDk0LTMxLjE2NC0xMy4wOTQtMjQuMDc0IDAtNDMuNjYgMTkuNTg2LTQzLjY2IDQzLjY2IDAgMjQuMDc0IDE5LjU4NiA0My42NiA0My42NiA0My42NkgyNTZ2LTQ1Ljk2NHptMCAwIiBmaWxsPSIjZjY0MjEzIi8+PHBhdGggZD0iTTMzNy43MDMgOTYuMzMyYy0xMS44MTYgMC0yMi44ODMgNC42NTItMzEuMTY0IDEzLjA5NGwtMjcuNzI2IDI4LjI2MUgyNTZ2NDUuOTY1aDgxLjcwM2MyNC4wNzQgMCA0My42Ni0xOS41ODYgNDMuNjYtNDMuNjYgMC0yNC4wNzQtMTkuNTg2LTQzLjY2LTQzLjY2LTQzLjY2em0wIDAiIGZpbGw9IiNlZDI0MDAiLz48cGF0aCBkPSJNMTMwLjYzNyAyMTkuNTE2SDI1NnYxOTYuMTUySDEzMC42Mzd6bTAgMCIgZmlsbD0iI2ZmNiIvPjxwYXRoIGQ9Ik0yNTYgMjE5LjUxNmgxMjUuMzYzdjE5Ni4xNTJIMjU2em0wIDAiIGZpbGw9IiNmZmQxNWUiLz48cGF0aCBkPSJNMTExLjkyNiAxNjMuMzgzSDI1NnY3NC44NDRIMTExLjkyNnptMCAwIiBmaWxsPSIjZmZmZmMyIi8+PHBhdGggZD0iTTI1NiAxNjMuMzgzaDE0NC4wNzR2NzQuODQ0SDI1NnptMCAwIiBmaWxsPSIjZmZlYTdjIi8+PHBhdGggZD0iTTI4NC4wNjYgMTQ0LjY3MmMwLTE1LjUwNC0xMi41NjYtMjguMDY3LTI4LjA2Ni0yOC4wNjdsLTEyLjQ3MyA2NS40ODkgNDAuNTQtMTguNzExem0wIDAiIGZpbGw9IiNmNjQyMTMiLz48cGF0aCBkPSJNMjI3LjkzNCAxNDQuNjcydjE4LjcxTDI1NiAxODIuMDk1di02NS40ODljLTE1LjUgMC0yOC4wNjYgMTIuNTYzLTI4LjA2NiAyOC4wNjd6bTAgMCIgZmlsbD0iI2ZmNjEyNiIvPjxwYXRoIGQ9Ik0yNTYgMTYzLjM4M2wtMTIuNDczIDczLjU5NEwyNTYgMzA4LjcwM2wyOC4wNjYgMTguNzExVjE2My4zODN6bTAgMCIgZmlsbD0iI2VkMjQwMCIvPjxwYXRoIGQ9Ik0yMjcuOTM0IDE2My4zODN2MTY0LjAzMUwyNTYgMzA4LjcwNFYxNjMuMzgyem0wIDAiIGZpbGw9IiNmNjQyMTMiLz48L3N2Zz4=) no-repeat;
  background-size: contain;
  vertical-align: middle;
}
.ampromo-items-form {
  background: #fff;
  padding: 5px;
}
.ampromo-items-form .ampromo-qty {
  width: 30%;
  margin-left: 35%;
  margin-top: 10%;
}
.ampromo-items-form .product-info-price {
  padding-bottom: 10px;
  text-align: center;
  word-break: break-all;
}
.ampromo-items-form .price-base-price .price {
  font-size: 25px;
  text-decoration: line-through;
}
.ampromo-items-form .price-new-price .price-wrapper {
  font-size: 36px;
  line-height: 36px;
  font-weight: bold;
}
.ampromo-items-form .ampromo-item-qty-input > .mage-error {
  float: left;
}
.ampromo-loading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
  width: 80px;
  height: 80px;
}
.ampromo-loading.-show {
  display: inline-block;
}
.ampromo-loading:after {
  display: block;
  width: 64px;
  height: 64px;
  margin: 8px;
  content: ' ';
  border-radius: 50%;
  border: 6px solid #ccc;
  border-color: #ccc transparent #ccc transparent;
  animation: load 1.2s linear infinite;
}
.ampromo-carousel-product.-loading {
  -webkit-filter: blur(10px);
  filter: blur(10px);
  opacity: 0.3;
  pointer-events: none;
}
@keyframes load {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media only screen and (max-width: 700px) {
  .ampromo-items-form .product-info-price > *:first-child,
  .ampromo-items-form .product-info-price > *:last-child {
    padding: 0;
  }
}
.ampromo-overlay {
  background-color: rgba(0, 0, 0, 0.8);
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  text-align: center;
  top: -9999px;
  transition: opacity .4s linear;
  width: 100%;
  z-index: 10000;
}
.ampromo-overlay.-show {
  opacity: 1;
  top: 0;
}
.ampromo-popup-wrapper {
  background-color: #ffffff;
  border: 1px solid #ededed;
  box-sizing: border-box;
  display: inline-block;
  margin: 30px auto;
  max-height: 95vh;
  overflow: auto;
  overflow-x: hidden;
  padding: 24px;
  position: relative;
  text-align: left;
}
.ampromo-popup-wrapper .ampromo-gallery {
  margin: 0 auto;
}
.ampromo-popup-wrapper .ampromo-popup-title,
.ampromo-popup-wrapper .ampromo-item-buttons,
.ampromo-popup-wrapper .ampromo-title {
  text-align: center;
}
.ampromo-popup-wrapper .ampromo-popup-title .ampromo-counter {
  font-weight: bold;
}
.ampromo-popup-wrapper .ampromo-item-wrapper {
  padding: 1rem;
}
.ampromo-popup-wrapper .ampromo-item-wrapper .ampromo-item {
  margin: 0 auto;
  max-width: 250px;
}
.ampromo-popup-wrapper .ampromo-item-wrapper .ampromo-title {
  min-height: 3.2rem;
}
.ampromo-popup-wrapper .ampromo-item {
  border: 1px solid #ededed;
  box-sizing: border-box;
  margin: 0 8px 7px;
  padding: 20px;
  position: relative;
  transition: .6s;
}
.ampromo-popup-wrapper .ampromo-item:hover {
  background: #cccccc;
}
.ampromo-popup-wrapper .ampromo-item .fieldset .field {
  margin-bottom: 10px;
}
.ampromo-popup-wrapper .ampromo-item .fieldset .field .label {
  margin-bottom: 3px;
}
.ampromo-popup-wrapper .ampromo-popup-title {
  margin: 0 auto 20px;
}
.ampromo-popup-wrapper .ampromo-close {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEgMWwxMCAxMG0wLTEwTDEgMTEiIHN0cm9rZT0iI0IyQjJCMiIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPjwvc3ZnPg==) no-repeat;
  background-size: contain;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 16px;
  margin: 0;
  opacity: .8;
  padding: 0;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 16px;
  z-index: 1;
}
.ampromo-popup-wrapper .ampromo-close:hover {
  opacity: 1;
  transition: opacity .2s ease;
}
.ampromo-popup-wrapper .ampromo-button {
  border: none;
  box-shadow: none;
}
.ampromo-popup-wrapper .ampromo-item.-selected {
  background: #1f78c2;
}
.ampromo-popup-wrapper .ampromo-item.-selected .ampromo-options {
  max-height: 690px;
}
.ampromo-popup-wrapper .ampromo-item-image {
  display: block;
  margin: 7px auto;
}
.ampromo-popup-wrapper .ampromo-title {
  margin: 0;
}
.ampromo-popup-wrapper .slick-dots {
  position: initial;
}
.ampromo-popup-wrapper .slick-dotted.slick-slider {
  margin-bottom: 2rem;
}
.ampromo-popup-wrapper.ampromo-popup-compact .ampromo-title {
  font-size: 1.2rem;
}
.ampromo-popup-wrapper.ampromo-popup-compact .product-info-price .price {
  font-size: 2.7rem;
}
@media only screen and (max-width: 1000px) and (min-width: 701px) {
  .ampromo-overlay .ampromo-gallery {
    width: 570px;
  }
  .ampromo-popup-wrapper {
    padding: 24px 54px;
  }
}
@media only screen and (max-width: 700px) {
  .ampromo-overlay .ampromo-gallery {
    margin: 0 auto;
    width: 280px;
  }
  .ampromo-popup-wrapper {
    padding: 24px 54px;
  }
}
@media only screen and (max-width: 400px) {
  .ampromo-overlay .ampromo-gallery {
    margin: 0 auto 30px auto;
  }
  .ampromo-overlay .slick-prev,
  .ampromo-overlay .slick-next {
    display: none !important;
  }
  .ampromo-popup-wrapper {
    padding: 15px;
  }
}
.ampromo-gift {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style-type: none;
  padding: 0;
}
.ampromo-gift .ampromo-gift-item {
  display: flex;
  margin: 0;
  text-align: center;
}
.ampromo-gift .ampromo-gift-item .product-image {
  text-decoration: none;
}
.ampromo-gift .ampromo-gift-item .ampromo-product-name {
  font-weight: bold;
  max-width: 100px;
}
._am-calendar-component.ui-datepicker,
.amrec-calendar-component.ui-datepicker {
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}
._am-calendar-component.ui-datepicker table,
.amrec-calendar-component.ui-datepicker table {
  font-size: 14px;
}
._am-calendar-component.ui-datepicker .ui-datepicker-prev,
._am-calendar-component.ui-datepicker .ui-datepicker-next,
.amrec-calendar-component.ui-datepicker .ui-datepicker-prev,
.amrec-calendar-component.ui-datepicker .ui-datepicker-next {
  top: 7px;
}
._am-calendar-component.ui-datepicker .ui-datepicker-prev span,
._am-calendar-component.ui-datepicker .ui-datepicker-next span,
.amrec-calendar-component.ui-datepicker .ui-datepicker-prev span,
.amrec-calendar-component.ui-datepicker .ui-datepicker-next span {
  top: 50%;
  left: 50%;
  margin: 0;
  width: 13px;
  height: 13px;
  border-width: 0 0 2px 2px;
  border-color: #575855;
}
._am-calendar-component.ui-datepicker .ui-datepicker-prev span,
.amrec-calendar-component.ui-datepicker .ui-datepicker-prev span {
  transform: translate(-50%, -50%) rotate(45deg);
}
._am-calendar-component.ui-datepicker .ui-datepicker-next span,
.amrec-calendar-component.ui-datepicker .ui-datepicker-next span {
  transform: translate(-50%, -50%) rotate(225deg);
}
._am-calendar-component.ui-datepicker .ui-datepicker-month,
._am-calendar-component.ui-datepicker .ui-datepicker-year,
.amrec-calendar-component.ui-datepicker .ui-datepicker-month,
.amrec-calendar-component.ui-datepicker .ui-datepicker-year {
  border-color: #a1a1a1;
  border-radius: 2px;
}
._am-calendar-component.ui-datepicker button,
.amrec-calendar-component.ui-datepicker button,
._am-calendar-component.ui-datepicker .cart.table-wrapper .actions-toolbar > .action,
._am-calendar-component.ui-datepicker .action-gift {
  border-color: #1979c3;
  border-radius: 2px;
  background: none;
  box-shadow: none;
  color: #1979c3;
  font-weight: 400;
}
._am-calendar-component.ui-datepicker button:hover,
.amrec-calendar-component.ui-datepicker button:hover,
._am-calendar-component.ui-datepicker .cart.table-wrapper .actions-toolbar > .action:hover,
._am-calendar-component.ui-datepicker .action-gift:hover {
  background: #c9e4f8;
}
._am-calendar-component.ui-datepicker .ui-datepicker-calendar,
.amrec-calendar-component.ui-datepicker .ui-datepicker-calendar {
  border: none;
}
._am-calendar-component.ui-datepicker .ui-datepicker-calendar th,
.amrec-calendar-component.ui-datepicker .ui-datepicker-calendar th {
  border: none;
  background: none;
  text-transform: capitalize;
  font-weight: 400;
}
._am-calendar-component.ui-datepicker .ui-datepicker-calendar td,
.amrec-calendar-component.ui-datepicker .ui-datepicker-calendar td {
  border: none;
  background: #fff;
}
._am-calendar-component.ui-datepicker .ui-datepicker-calendar td a,
._am-calendar-component.ui-datepicker .ui-datepicker-calendar td span,
._am-calendar-component.ui-datepicker .ui-datepicker-calendar th span,
.amrec-calendar-component.ui-datepicker .ui-datepicker-calendar td a,
.amrec-calendar-component.ui-datepicker .ui-datepicker-calendar td span,
.amrec-calendar-component.ui-datepicker .ui-datepicker-calendar th span {
  padding: 5px;
  text-align: center;
}
._am-calendar-component.ui-datepicker .ui-datepicker-calendar .ui-state-active,
.amrec-calendar-component.ui-datepicker .ui-datepicker-calendar .ui-state-active {
  background: #1979c3;
  color: #fff;
}
._am-calendar-component.ui-datepicker .ui-datepicker-buttonpane,
.amrec-calendar-component.ui-datepicker .ui-datepicker-buttonpane {
  border: none;
}
._amrec-title,
.amrec-cycle-container .amrec-title,
.amrec-subscription-start .amrec-title,
.amrec-subscription-end .amrec-title {
  display: block;
  margin-bottom: 20px;
  width: 100%;
  font-weight: 600;
  font-size: 16px;
}
._amrec-panel,
.amrec-subscription-options,
.amrec-subscription-info {
  padding: 25px;
  background: #f7f7f7;
}
._amrec-input,
._amrec-datepicker,
.amrec-end-type.-cycles > .amrec-content > .amrec-input,
.amrec-subscription-start .amrec-datepicker,
.amrec-end-type.-date > .amrec-content .amrec-datepicker {
  height: 40px;
  border: 1px solid #d4d4d4;
  border-radius: 2px;
  font-size: 16px;
}
._amrec-datepicker ~ .ui-datepicker-trigger,
.amrec-subscription-start .amrec-datepicker ~ .ui-datepicker-trigger,
.amrec-end-type.-date > .amrec-content .amrec-datepicker ~ .ui-datepicker-trigger {
  position: absolute;
  right: 10px;
  bottom: 9px;
}
._amrec-datepicker ~ .ui-datepicker-trigger:before,
.amrec-subscription-start .amrec-datepicker ~ .ui-datepicker-trigger:before,
.amrec-end-type.-date > .amrec-content .amrec-datepicker ~ .ui-datepicker-trigger:before {
  font-size: 25px;
}
._amrec-radio-input,
._amrec-radio-input.-plate,
.amrec-purchase-option .amrec-input.-radio,
.amrec-purchase-option .amrec-input.-radio.-plate,
.amrec-cycle-container .amrec-input.-radio,
.amrec-end-type .amrec-input.-radio {
  position: absolute;
  margin: 0;
  padding: 0;
  width: 0;
  height: 0;
  line-height: 0;
  opacity: 0;
  pointer-events: none;
}
._amrec-radio-input + .amrec-label,
._amrec-radio-input.-plate + .amrec-label,
.amrec-purchase-option .amrec-input.-radio + .amrec-label,
.amrec-purchase-option .amrec-input.-radio.-plate + .amrec-label,
.amrec-cycle-container .amrec-input.-radio + .amrec-label,
.amrec-end-type .amrec-input.-radio + .amrec-label {
  display: flex;
  align-items: center;
}
._amrec-radio-input + .amrec-label:before,
._amrec-radio-input.-plate + .amrec-label:before,
.amrec-purchase-option .amrec-input.-radio + .amrec-label:before,
.amrec-purchase-option .amrec-input.-radio.-plate + .amrec-label:before,
.amrec-cycle-container .amrec-input.-radio + .amrec-label:before,
.amrec-end-type .amrec-input.-radio + .amrec-label:before {
  display: inline-block;
  flex: 0 0 auto;
  box-sizing: border-box;
  margin-right: 11px;
  width: 18px;
  height: 18px;
  border: 2px solid #ccc;
  border-radius: 50%;
  background: #fff;
  content: '';
  transition: all .2s ease;
}
._amrec-radio-input:checked + .amrec-label,
._amrec-radio-input.-plate:checked + .amrec-label,
.amrec-purchase-option .amrec-input.-radio:checked + .amrec-label,
.amrec-purchase-option .amrec-input.-radio.-plate:checked + .amrec-label,
.amrec-cycle-container .amrec-input.-radio:checked + .amrec-label,
.amrec-end-type .amrec-input.-radio:checked + .amrec-label {
  text-shadow: 0 0 .9px #000;
}
._amrec-radio-input:checked + .amrec-label:before,
._amrec-radio-input.-plate:checked + .amrec-label:before,
.amrec-purchase-option .amrec-input.-radio:checked + .amrec-label:before,
.amrec-purchase-option .amrec-input.-radio.-plate:checked + .amrec-label:before,
.amrec-cycle-container .amrec-input.-radio:checked + .amrec-label:before,
.amrec-end-type .amrec-input.-radio:checked + .amrec-label:before {
  border: 5px solid #1979c3;
  box-shadow: 0 2px 4px rgba(63, 156, 215, 0.4);
}
._amrec-radio-input:checked + .amrec-label:before,
._amrec-radio-input.-plate:checked + .amrec-label:before,
.amrec-purchase-option .amrec-input.-radio:checked + .amrec-label:before,
.amrec-purchase-option .amrec-input.-radio.-plate:checked + .amrec-label:before,
.amrec-cycle-container .amrec-input.-radio:checked + .amrec-label:before,
.amrec-end-type .amrec-input.-radio:checked + .amrec-label:before {
  border: 5px solid #1979c3;
  box-shadow: 0 2px 4px rgba(63, 156, 215, 0.4);
}
._amrec-radio-input.-plate + .amrec-label,
._amrec-radio-input.-plate.-plate + .amrec-label,
.amrec-purchase-option .amrec-input.-radio.-plate + .amrec-label,
.amrec-cycle-container .amrec-input.-radio + .amrec-label,
.amrec-end-type .amrec-input.-radio + .amrec-label,
.amrec-purchase-option .amrec-input.-radio.-plate.-plate + .amrec-label,
.amrec-cycle-container .amrec-input.-radio.-plate + .amrec-label,
.amrec-end-type .amrec-input.-radio.-plate + .amrec-label {
  box-sizing: border-box;
  margin-bottom: 10px;
  padding: 10px 15px;
  min-width: 175px;
  width: 100%;
  border: 1px solid #ffffff;
  border-radius: 4px;
  background: #fff;
  font-size: 16px;
  cursor: pointer;
}
._amrec-radio-input.-plate:checked + .amrec-label,
._amrec-radio-input.-plate.-plate:checked + .amrec-label,
.amrec-purchase-option .amrec-input.-radio.-plate:checked + .amrec-label,
.amrec-cycle-container .amrec-input.-radio:checked + .amrec-label,
.amrec-end-type .amrec-input.-radio:checked + .amrec-label,
.amrec-purchase-option .amrec-input.-radio.-plate.-plate:checked + .amrec-label,
.amrec-cycle-container .amrec-input.-radio.-plate:checked + .amrec-label,
.amrec-end-type .amrec-input.-radio.-plate:checked + .amrec-label {
  border: 1px solid #1979c3;
}
._amrec-radio-input.-plate:checked + .amrec-label,
._amrec-radio-input.-plate + .amrec-label:hover,
._amrec-radio-input.-plate:focus + .amrec-label,
._amrec-radio-input.-plate.-plate:checked + .amrec-label,
._amrec-radio-input.-plate.-plate + .amrec-label:hover,
._amrec-radio-input.-plate.-plate:focus + .amrec-label,
.amrec-purchase-option .amrec-input.-radio.-plate:checked + .amrec-label,
.amrec-purchase-option .amrec-input.-radio.-plate + .amrec-label:hover,
.amrec-purchase-option .amrec-input.-radio.-plate:focus + .amrec-label,
.amrec-cycle-container .amrec-input.-radio:checked + .amrec-label,
.amrec-cycle-container .amrec-input.-radio + .amrec-label:hover,
.amrec-cycle-container .amrec-input.-radio:focus + .amrec-label,
.amrec-end-type .amrec-input.-radio:checked + .amrec-label,
.amrec-end-type .amrec-input.-radio + .amrec-label:hover,
.amrec-end-type .amrec-input.-radio:focus + .amrec-label,
.amrec-purchase-option .amrec-input.-radio.-plate.-plate:checked + .amrec-label,
.amrec-purchase-option .amrec-input.-radio.-plate.-plate + .amrec-label:hover,
.amrec-purchase-option .amrec-input.-radio.-plate.-plate:focus + .amrec-label,
.amrec-cycle-container .amrec-input.-radio.-plate:checked + .amrec-label,
.amrec-cycle-container .amrec-input.-radio.-plate + .amrec-label:hover,
.amrec-cycle-container .amrec-input.-radio.-plate:focus + .amrec-label,
.amrec-end-type .amrec-input.-radio.-plate:checked + .amrec-label,
.amrec-end-type .amrec-input.-radio.-plate + .amrec-label:hover,
.amrec-end-type .amrec-input.-radio.-plate:focus + .amrec-label {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}
.amrec-subscriptional-label {
  margin-bottom: 20px;
  padding: 6px;
  border-radius: 4px;
  background: #fff;
  text-align: center;
  font-weight: 600;
}
.amrec-subscriptional-label:before {
  display: inline-block;
  margin-right: 5px;
  width: 13px;
  height: 13px;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1OCA1OCI+PHBhdGggZmlsbD0ibm9uZSIgc3Ryb2tlPSIjNTU2MDgwIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBkPSJNMjkgMjh2MjkiLz48Y2lyY2xlIGN4PSIyOSIgY3k9IjE0IiByPSIxNCIgZmlsbD0iI2RkMzUyZSIvPjxjaXJjbGUgY3g9IjI0IiBjeT0iMTAiIHI9IjMiIGZpbGw9IiNmNzYzNjMiLz48L3N2Zz4=) center no-repeat;
  content: '';
}
.am-checkout.-modern .amrec-subscriptional-label {
  background: #efefef;
}
.amrec-tooltip {
  vertical-align: middle;
}
.amrec-tooltip {
  display: inline-block;
  margin-left: 5px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #8fbee3 url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNiIgaGVpZ2h0PSI5IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Ik0yLjExNiA1LjgzMlY1LjUyYzAtLjM1OS4wNjUtLjY1Ni4xOTYtLjg5NC4xMy0uMjM4LjM1OC0uNDgzLjY4My0uNzM3LjM4Ny0uMzA2LjYzNy0uNTQ0Ljc0Ny0uNzEzLjExNC0uMTcuMTcxLS4zNzEuMTcxLS42MDYgMC0uMjczLS4wOTEtLjQ4My0uMjczLS42My0uMTgzLS4xNDYtLjQ0NS0uMjItLjc4Ni0uMjItLjMxIDAtLjU5Ni4wNDUtLjg2LjEzM2E2LjEgNi4xIDAgMCAwLS43NzEuMzE3bC0uNDEtLjg2QTQuMjk4IDQuMjk4IDAgMCAxIDIuOTM3Ljc2Yy42MzggMCAxLjE0NC4xNTYgMS41MTguNDY5LjM3NC4zMTIuNTYyLjc0My41NjIgMS4yOTMgMCAuMjQ1LS4wMzYuNDYzLS4xMDguNjU1LS4wNzEuMTg5LS4xOC4zNy0uMzI3LjU0Mi0uMTQzLjE3Mi0uMzkyLjM5Ny0uNzQ3LjY3NC0uMzAzLjIzNy0uNTA2LjQzNC0uNjEuNTktLjEwMS4xNTctLjE1Mi4zNjctLjE1Mi42M3YuMjJoLS45NTd6bS0uMiAxLjU1OGMwLS40OTIuMjQtLjczOC43MTgtLjczOC4yMzQgMCAuNDEzLjA2NS41MzcuMTk2LjEyNC4xMjcuMTg1LjMwNy4xODUuNTQyIDAgLjIzLS4wNjMuNDE1LS4xOS41NTEtLjEyNC4xMzQtLjMwMS4yLS41MzIuMi0uMjMxIDAtLjQwOS0uMDY1LS41MzItLjE5NS0uMTI0LS4xMzMtLjE4Ni0uMzE5LS4xODYtLjU1NnoiIGZpbGw9IiNmZmYiLz48L3N2Zz4=) no-repeat center;
  cursor: pointer;
}
.amrec-tooltip:hover {
  background: #459be0 url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNiIgaGVpZ2h0PSI5IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Ik0yLjExNiA1LjgzMlY1LjUyYzAtLjM1OS4wNjUtLjY1Ni4xOTYtLjg5NC4xMy0uMjM4LjM1OC0uNDgzLjY4My0uNzM3LjM4Ny0uMzA2LjYzNy0uNTQ0Ljc0Ny0uNzEzLjExNC0uMTcuMTcxLS4zNzEuMTcxLS42MDYgMC0uMjczLS4wOTEtLjQ4My0uMjczLS42My0uMTgzLS4xNDYtLjQ0NS0uMjItLjc4Ni0uMjItLjMxIDAtLjU5Ni4wNDUtLjg2LjEzM2E2LjEgNi4xIDAgMCAwLS43NzEuMzE3bC0uNDEtLjg2QTQuMjk4IDQuMjk4IDAgMCAxIDIuOTM3Ljc2Yy42MzggMCAxLjE0NC4xNTYgMS41MTguNDY5LjM3NC4zMTIuNTYyLjc0My41NjIgMS4yOTMgMCAuMjQ1LS4wMzYuNDYzLS4xMDguNjU1LS4wNzEuMTg5LS4xOC4zNy0uMzI3LjU0Mi0uMTQzLjE3Mi0uMzkyLjM5Ny0uNzQ3LjY3NC0uMzAzLjIzNy0uNTA2LjQzNC0uNjEuNTktLjEwMS4xNTctLjE1Mi4zNjctLjE1Mi42M3YuMjJoLS45NTd6bS0uMiAxLjU1OGMwLS40OTIuMjQtLjczOC43MTgtLjczOC4yMzQgMCAuNDEzLjA2NS41MzcuMTk2LjEyNC4xMjcuMTg1LjMwNy4xODUuNTQyIDAgLjIzLS4wNjMuNDE1LS4xOS41NTEtLjEyNC4xMzQtLjMwMS4yLS41MzIuMi0uMjMxIDAtLjQwOS0uMDY1LS41MzItLjE5NS0uMTI0LS4xMzMtLjE4Ni0uMzE5LS4xODYtLjU1NnoiIGZpbGw9IiNmZmYiLz48L3N2Zz4=) no-repeat center;
}
.amrec-tooltip-content.ui-tooltip {
  padding: 10px;
  max-width: 160px;
  border: none;
  border-radius: 2px;
  background: #fff;
  box-shadow: 0 2px 4px rgba(158, 158, 158, 0.35);
}
.amrec-product-view {
  margin-bottom: 25px;
  color: #000;
}
.amrec-product-view .amrec-panel:not(:last-of-type) {
  margin-bottom: 20px;
}
.amrec-product-view .amrec-label {
  font-size: 16px;
  cursor: pointer;
}
.amrec-product-view .amrec-comment {
  font-size: 11px;
}
.amrec-purchase-option {
  margin-bottom: 20px;
}
.amrec-purchase-option > .amrec-label {
  font-weight: 600;
  font-size: 18px;
}
.amrec-subscription-options {
  margin-top: 15px;
}
.amrec-subscription-options > .amrec-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.amrec-subscription-options > .amrec-block:first-of-type {
  margin-top: 0;
}
.amrec-cycle-container .amrec-error {
  width: 100%;
}
.amrec-subscription-start {
  position: relative;
  margin-top: 30px;
}
.amrec-subscription-end {
  margin-top: 40px;
}
.amrec-end-type {
  display: flex;
  align-items: center;
  flex-grow: 1;
  flex-wrap: wrap;
  justify-content: space-between;
}
.amrec-end-type:not(:last-child) {
  margin-bottom: 10px;
}
.amrec-end-type .amrec-input.-radio:checked ~ .amrec-content {
  opacity: 1;
  pointer-events: auto;
}
.amrec-end-type .amrec-content {
  position: relative;
  width: 100%;
  opacity: .5;
  pointer-events: none;
}
.amrec-end-type .amrec-error {
  width: 100%;
  text-align: right;
}
.amrec-end-type.-cycles > .amrec-content {
  display: flex;
  align-items: center;
}
.amrec-end-type.-cycles > .amrec-content > .amrec-input {
  margin-right: 12px;
  width: 80px;
  text-align: center;
}
.amrec-subscription-info {
  margin-top: 20px;
}
.amrec-subscription-info .amrec-status {
  display: block;
  width: 20px;
  height: 20px;
}
.amrec-subscription-info .amrec-status.-yes {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGNpcmNsZSBjeD0iMTAiIGN5PSIxMCIgcj0iMTAiIGZpbGw9IiMxRTc5QzIiLz48cGF0aCBkPSJNNiAxMGwzLjUgM0wxNCA3IiBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48L3N2Zz4=) no-repeat center;
  background-size: contain;
}
.amrec-subscription-info .amrec-status.-no {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGNpcmNsZSBjeD0iMTAiIGN5PSIxMCIgcj0iMTAiIGZpbGw9IiNEODBGMzMiLz48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTE0LjA0IDcuMzc0YTEgMSAwIDAgMC0xLjQxMy0xLjQxNEwxMCA4LjU4NiA3LjM3NCA1Ljk2QTEgMSAwIDAgMCA1Ljk2IDcuMzc0TDguNTg2IDEwIDUuOTYgMTIuNjI2YTEgMSAwIDEgMCAxLjQxNCAxLjQxNUwxMCAxMS40MTNsMi42MjcgMi42MjdhMSAxIDAgMCAwIDEuNDE0LTEuNDE1TDExLjQxNCAxMGwyLjYyNy0yLjYyNnoiIGZpbGw9IiNmZmYiLz48L3N2Zz4=) no-repeat center;
  background-size: contain;
}
.amrec-info-table .amrec-cell.-value {
  font-weight: 600;
}
.amrec-info-table .amrec-row:nth-of-type(even) .amrec-cell {
  background: #fff;
}
.amrec-info-table .amrec-row:nth-of-type(even) .amrec-cell:first-of-type {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.amrec-info-table .amrec-row:nth-of-type(even) .amrec-cell:last-of-type {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.hidden {
  display: none;
}
.-nobackground {
  background: none !important;
}
.-nobold {
  font-weight: 400 !important;
}
.amrec-product-label {
  margin-top: 25px;
  padding: 6px 10px;
  border-left: 5px solid #f2c94c;
  background: #f2f2f2;
  color: #000;
  font-weight: 600;
}
.amrec-product-label:before {
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1OCA1OCI+PHBhdGggZmlsbD0ibm9uZSIgc3Ryb2tlPSIjNTU2MDgwIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBkPSJNMjkgMjh2MjkiLz48Y2lyY2xlIGN4PSIyOSIgY3k9IjE0IiByPSIxNCIgZmlsbD0iI2RkMzUyZSIvPjxjaXJjbGUgY3g9IjI0IiBjeT0iMTAiIHI9IjMiIGZpbGw9IiNmNzYzNjMiLz48L3N2Zz4=) center no-repeat;
  background-size: contain;
  content: '';
  vertical-align: middle;
}
.amrec-product-label .amrec-text {
  vertical-align: middle;
}
.amrec-subscriptions-notice {
  margin-bottom: 10px;
}
.amrec-subscriptions-grid {
  overflow-x: auto;
}
.amrec-subscriptions-grid .amrec-item:not(:last-of-type) {
  border-bottom: 1px solid #d4d4d4;
}
.amrec-subscriptions-grid .amrec-cell {
  padding: 11px 10px;
}
.amrec-subscriptions-grid .amrec-cell,
.amrec-subscriptions-grid .amrec-th {
  vertical-align: top;
}
.amrec-subscriptions-grid .amrec-name {
  cursor: pointer;
}
.amrec-subscriptions-grid .amrec-name:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top: 6px solid;
  margin: 0px 0 -3px 5px;
  transform-origin: 50% 26%;
}
.amrec-subscriptions-grid .amrec-name.-up:after {
  transform: rotate(180deg);
}
.amrec-subscriptions-grid .amrec-label {
  font-weight: bold;
}
.amrec-subscriptions-grid .amrec-info {
  min-width: 200px;
}
.amrec-subscriptions-grid .amrec-shipping {
  margin-top: 10px;
}
.amrec-subscriptions-grid .amrec-details {
  margin-bottom: 10px;
}
.amrec-subscriptions-grid .amrec-value {
  margin-left: 5px;
}
.amrec-subscriptions-grid .amrec-button {
  padding: 10px 15px;
  color: #fff;
  background: #848484;
  border-radius: 5px;
  box-shadow: none;
}
.amrec-subscriptions-grid .amrec-button:hover {
  background: #919191;
}
.amrec-cancel-confirmation {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100vw;
  height: 100vh;
}
.amrec-cancel-confirmation .amrec-overlay {
  position: absolute;
  z-index: 999;
  width: 100vw;
  height: 100vh;
  background: #efefef;
  opacity: .4;
}
.amrec-cancel-confirmation .amrec-popup {
  z-index: 9999;
}
.amrec-subscription-cancel {
  position: relative;
  box-sizing: border-box;
  padding: 35px;
  max-width: 90vw;
  width: 540px;
  border-radius: 3px;
  background: #fff;
  box-shadow: 0 2px 6px rgba(157, 157, 157, 0.25);
}
.amrec-subscription-cancel .amrec-close {
  position: absolute;
  top: 5px;
  right: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.amrec-subscription-cancel .amrec-close:hover {
  background: #f1f1f1;
}
.amrec-subscription-cancel .amrec-close:before,
.amrec-subscription-cancel .amrec-close:after {
  position: absolute;
  width: 11px;
  height: 2px;
  background: #c4c4c4;
  content: '';
}
.amrec-subscription-cancel .amrec-close:before {
  transform: rotate(45deg);
}
.amrec-subscription-cancel .amrec-close:after {
  transform: rotate(135deg);
}
.amrec-subscription-cancel .amrec-close:hover:before,
.amrec-subscription-cancel .amrec-close:hover:after {
  background: #363636;
}
.amrec-subscription-cancel .amrec-header {
  margin: 5px 0 0;
  font-size: 16px;
}
.amrec-subscription-cancel .amrec-text {
  margin-top: 15px;
}
.amrec-subscription-cancel .amrec-wrapper {
  margin-top: 30px;
  text-align: right;
}
.amrec-subscription-cancel .amrec-button {
  padding: 15px;
  outline: none;
  border: none;
  background: none;
  box-shadow: none;
}
.amrec-subscription-cancel .amrec-button.-confirm {
  background: #1787e0;
  color: #fff;
}
.amrec-subscription-cancel .amrec-button.-confirm:hover {
  background: #3f9feb;
}
#amasty_recurring_payments_general_supported_payments {
  font-family: "Admin Icons", "Open Sans", "Helvetica Neue", Helvetica, Arial;
  /* Do not add a generic font! */
}
.amrecurring-gateway-messages .amrecurring-list {
  margin-left: 30px;
}
.amstipe-add-wrapper {
  margin-top: 30px;
}
.amstipe-add-wrapper .amstripe-error {
  color: #e02522;
  font-weight: 600;
}
.amasty-save-card-checkbox {
  margin-top: 15px;
}
.payment-method-amasty_stripe .amstripe-image {
  position: absolute;
  top: 50%;
  right: 20px;
  margin-left: auto;
  width: 71px;
  transform: translateY(-50%);
}
.payment-method-amasty_stripe .payment-method-title {
  display: flex;
  align-items: center;
  padding: 0 15px;
}
.payment-method-amasty_stripe .payment-method-title .label {
  position: relative;
  display: flex;
  align-items: center;
  flex: auto;
  margin: 0;
  padding: 20px 0 17px 4px;
}
.amstripe-saved-cards .amstripe-card {
  width: auto;
  height: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.amstripe-saved-cards .amstripe-card.-visa,
.amastripe-card-saved .amstripe-logo.-visa {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIAAAABQCAMAAADm3o3WAAACiFBMVEUAAAD///85Vqc5Vqc5Vqc5Vqc5Vqc5Vqc5Vqc5Vqc6V6c7V6g7WKg8Wag9Wak+Wqk/W6pAXKpBXapCXatCXqtEX6xFXaZFYKxGYa1HYq1IY65JY65JZK5KZa9LZa9MYqVMZq9NZ7BOaLBQZKVQabFQarFRa7JSa7JTZ6RTbLJTbbNUbbNVbrNXb7RXcLRYcbVacrZbc7Zda6JddLdddbdedrhfdrhgd7hheLliebljerpke7pmfLtnfbtofrxpf7xrgL1sgr5vhL9xhsByhsByh8FziMF1icJ2isJ3i8N5jMN7jsR9kMV/ksaAksaAk8eBlMeClMeElsiFl8mHmMqHmcqJmsuLnMyOn82PipmPoM2Qi5qRoc6Sos6To8+UjZmXptGYp9GcqtOcq9Odq9SerNSfrdSgrtWhr9WjsNalstems9ems9intNiotdiptdmqttmsnp2tuduvu9uwu9yxvNyxvdyyvd20v961wN62no22wd+3wd+7xeG8oYu9x+K+x+LAo4nAyePByuPCpIfCy+TDzOTEpYbEzeXFzeXGzuXGz+bHz+bI0ObJ0efK0ujM0+jN1OnN1enO1enQ1+rU2+zV2+zW3O3Y3u7b4O/b4e/e4/Hf5PHg5PHhr3Ph5fLh5vLi5vLj5/Pkr27ksG3k6PPl6PPl6fTm6vTn6vTosGjo6/Xo7PXp7PXq7fbsx5rs7/ftsGHt8PfusGDu8Pfv8fjv8vjw8vjx8/ny9PnzsFfz9Pnz9fr09vr1rU72+Pv3+Pz4pDP4pTX4pTb4pjn5r0v5+vz6umX6+v36+/37xoD7+PP805z83LH8/P794r395cX98+X9/f79/v7+8eD+/v///v3////R/pkiAAAACXRSTlMAACGpqqzr9PUBJ9VOAAADjklEQVR4Ae3a+3NcYxzH8e1WL590a3NJaHVREUqVBq2LUhdtUkRI40I1hFaiiqBoiWiVFC11SQR1CaWtpXXRNlqUHJe6F7vW59/xfL/POZlNzPjBY+bMdJ7XL/lsfjj73nNydiYzJzEqZolRieTocYjFuNHJhAlIjkVsxiZNwBjEaIwJGI8YjTcBiNXBFOADfIAP8AE+wAf4AB/gA3xAyVHTjkz9rwEPfbwz9N7jhyHU3KNOwiX6cyWsWe19gyTzr3c2lMIqa32qx1jjcAZOe+SzIPQOQq9SbAI6dNjDn9NLpWpgPUMr43QJrt8ZWCdAnUF1TXT8pTAW5ajUF7DmMjTfKQC45zsNuAnqLvsmFcB2XQ0AGlmsF9ZqhpY4BlT8/FNgPAGR+oSiA6iiOt2svbT2ZPeQvBeq+gBDGxwD0MtfvwmCtyHmU50MzNGRSwPNVO3HAJiyoLMZ6lZGBlwDlpC/fxt8CdFFsRHAQl39AO7T9RKGSe+ikaeY7hagf02/fR0cC6BqP8UCALfr6gbwmK5dGRS7guIBigbHgEO/IvlLcMPQx34/BWC9znYAq6i2XIgiL9LYMYNiuWOAvtdf3z8K4AWKVhhZnY0AmhjqnonIWRS34VO9L1wDWmj8+QZQU6DxYwZABdVsAOm3GMotL4fVSTHTflkMphwDZlF8CLTqeBjGmToLpTBqdzPSPwMi8wONPqDN3quOASUDNP44Gq9RzMHQed8GdfxzjHwwFcbNuq8F6nVc7RgQ3nzn2wv7MsQy3esQunwbQ10AJm7XS3UEMJXifteAqyha7qZYCLFO9zJE0i37qPKTgEt1rYWxg8YrrgEnUqzWS723DGIzRROUqumnmhvdLH0PGh/RyJU7BkBP8IGim7o0T3E2itRRXYRajnSea8BKRgrTIWZTVQK1kxG6jOoUrOBILa4BDYysh2qkyAJo27fiYmmobBqwvys5fJAjdbkGZBipg2obqumm8Xl2d4HWdVjMf9jqGoBN0ZEmQK2luAPAVg7zbGrCZh0dF1hPU0xxDbiT1o2w+imagYoCiz1Zjnk68tWwFlHMcw2oo9o/GSqdi74TT2WRLVeWABt0bkToXIpbXAMqe9RSWMfZl1UyF695Vz/ym6vqJwKY9HyPqEeoTF+2uQb8u3TNtOpS/6+ZD/ABPsAH+AAf4AN8gA/wAf9R/I/xxP8gU/yPciWSh8T7MFvM/ga+PlP2bbqekgAAAABJRU5ErkJggg==);
}
.amstripe-saved-cards .amstripe-card.-mastercard,
.amastripe-card-saved .amstripe-logo.-mastercard {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIAAAABQCAMAAADm3o3WAAACYVBMVEUAAAATRXsTRXsTRXsTRXsTRXsTRXsTRXv6sTDrHC3////5qDD0eS/xVC76wMXvQS74nzDwSy7//v7//PztLy36xMkWRnrzZy/uOC7+5Lf2lJz92Zr3li/+9+j+6sX5ub74q7H2i5P80ILzdYD+9vf/+/P94uT+7Mv5t7z4r7X+4rD7xWR1c1uMfVTMmz/819n+5rz92571ho/wWWVuNFqzJkH3sDHoHC7+8PH83uD+8dn+79T7zND947T4pq33nKP915T904r8znsuUnIyU3E3Vm/xX2tXZWVjamFwcV2+JD3+8/P/+e37yMz+6ML5srj3o6r93aT1jpf0g4z0fIbybHccSXccQ3fyZ3NIO2hTOWRdN2BiNl7wUF1qNFuFL1KWLEy+lUP6tz7tLT3YoTvjpzf6szXWIDT6rDDuPC7/+vn+7e796Or+9eP+897709b+7c/5vsL5u8D936r2l5/0gIkrQHIwP3E2Pm77yG09WG06PW1FXGtKX2lUY2X7wlzvSlj7vlSCMFOfh02sjUmiKkf6uULBJDzLIjnvrDT5sDD4nTDjHzDiHjD2gy/zcC/yYC7tMy3tKi3sIy396+z82t33nZYYRHkgQnYtQHI0P29BPGpOOmZlbGBpbV9/d1h0MliFelZ9MVXuRlTuQlH7vU+7lETUoDzsKTrIIzr2jC/wTy7vQy7qHC395Ob+9OH95dX82sn6x635tJT5rXz4sHkhTHZQYmfzbl9ycV15MlbyYlOchU/uQE6wjkimKUbImkD2iz3MIjjxrTPsiDLshzL3ly/0dS/xWS7wUi7vRS0T5BdeAAAAB3RSTlMAIfX066ypGEu1/gAABJRJREFUaN7t2mdTE0Ecx3F79v9DT00MmoRUCCQBpVnoVRCVjigWLKAo9t4bFlREULD33nvvvb8qNxnEyMCCF5iok88wGWbygC97m8vuznX7C3Tv01PhFT37dHf9/V4Kr+nlLOit8KLePKCHwot68ACFV/kCfAG+AF+AL+AfCziyYcq04dOnnVzjr2iF/+jNp8aGnR6znr/bFQEnZowbRU32jTi7WvGb9LDLe1iTkcOGbuzsgEnDd1MLI6Yomo2ZxVqYHTaxEwP8p8+lVuyarHDZNIy1Ys5Y/84KOD6O2jBzkkIxcTtrw7CMzgmYWktter82YzZr04eszgg4TyK1n5jIOc8DZpBIY2PDdSYy1NOA4SRywI+1J8yzgMmjxAH9uRvCipFPPAk4OpdEBvZz+cJE5jz2IGAmiVT6NZnHRLbLD9hwizrkQA0TqFkvO+ANidzs22wvE3ktN2CNeAD2/wqoYyI1o2UGbKMOCxDfDGQGXBMPgB/XsWl4RV7AMRKqHOhmPxNKlxUwlYi0ZvMEohKz2RxN7vgbL/q7uTmvTBcRkpu4hbVkSUljLEtWwAyiUgCxRMEAeIebEiCUuQtdDKcU1lIcCvgkkBWwk2gCgIW0CoCydJVtuTHvAl20L5OWrYyCynShxC5JK6+SyRRoMt4F4iIiFqWlOjSJumqmc1h0K1iKY0WVFamM7ZAVMIIoGUEYTzn8dWF5DLiY6GBwSUmAKjkInLEUiIEaWMq4S0pwd8qykQ1NPAC9a6hmyQrYRWTEIaiiVYhFTnRS4SobIAHqwKhoNdRRBxFeLGH8BGDBMgmqKsat01nSNEAKYI0IgTLSMh/ZzrWRrIBxROGQwH9i1TBRVL5RAuzAkiLnrDh8GMjR5kGZjPFP+y9BHHOqsBRoDIAOsJRZ4WBMg3hxgPgSBKEICII2GNoEIDgYqq1LABzaqsLDArgcNOIeY4sQwriyeCgXZUMfCT1LA9Yx5oCGyb0EO6kEqldBQEymCkaoMikQwURF4UAS5pfz/zyQKw5HElECrM5PRSSsVfzFEMF7Up0BFXromNxJuI2isJAWAPZAzDch5urFcKhXFmcuB2xYUKoF1MWZ5sIgPKivvw/oEyOXhmBxxRY9CuLgYKFK5G7RAJbUxOqhMm9E+Uig21BmahFbCE4JuwpcbD4ArRpONuBRXd27peCskeCUsFiRwli863flJb1eI+9GtJqSpUKySXbSSvlkCk8w5UlFxpwEtb082iYt30pRNknKM0vqcqJKpss1GHQVK+JDUjURaQYDvyDVuXEhiQYDcywOTe+KL6OvA9z4efBlJHdH0NDPzQDx7kBmwDHxknjQkGbfmMjIdJkB/IMocoN10A7Za8K17QzBT9/FA5DRVcvyxsFNxGvSl123MakPcBHPwDmjN3q8NRMbJN6abRr7bHOXbU4brgcEfJ7XzuZ0TFYHluVy1+aVfAJ06face04itR+ZyJlOOaLZR23aLTyi2ZPl3UOqtxn/yzGd9w8qO3JUe+b3o9r/8bD6D/gCfAG+AF+AL+AfC/D6Yzxef5DJ649yef1hNi/7Ae0O6PJ2ai/QAAAAAElFTkSuQmCC);
}
.amstripe-saved-cards .amstripe-card.-jcb,
.amastripe-card-saved .amstripe-logo.-jcb {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIAAAABQCAMAAADm3o3WAAAAqFBMVEUAAAALR5wLR5wLR5wLR5wLR5wLR5z///85aq+zxuDS3e0aU6KFo86Vr9TD0ud1l8dIdbUpXqijutrx9Pnh6fMWT6EwY6tfhr6ovtyettdWgLtQe7gTTZ8OSZ6QrNIgV6X6+/2Hpc5Ygbvd5fHB0Oa7zORmjMFBcLI1Z631+PvV4O+twt6ZstZ9nsvP2+yNqdFtkcRqjsLi6fPM2OuAn8stYaomW6fo7vYTPHdwAAAABnRSTlMA9SHrrKn+88cPAAACM0lEQVR4Ae3ax47bMBDG8XjLNyqSRcurYhXJvay9veT93yw0o7XFi4EcJkyw/N8EHvQ7DAQBnB//QFe3AxhpcHul3n8NY10fBTcw2I0EDGCwgQTAaBZgARZgARbw/wGSrSM2juO0UPmOUKXdY7oRopjPSyZA8rSgrghA/XxPXTlk69PpjgewfaVTD0A7pFMuUOd0ruIAtD/pXIDqjc4NgYZ6+RyAmDRARBrgY8oNSKY64FEHzIgb4JAOGOsA1wIs4C8DZqYBoQXgzgK+L2D1HkUzBXhrAlkThqGLfXCqWfACMsgkYFcASF4m+dNLOkEOYBQEs6wGqntWQAFZg7sSwMcrqYYKkHX/SpixAuaQhVhBtqIvQPwFWANwWQFryGLMAPjU9YgJgLaYZymAhvgBBwR9gKcA6XsQPCdAyjIDqSgXdGwDoI6xh2ypAdYk2wNIEwaAUyAj2RCyIv49hNtxH6DOXQA+OAC7DCJfPiUAnLEEjAsAo8Ny6QalqwBpHB+efQARC4BomaVtDX8TTkkCiLxD2DVEHp2bEBOglwKc8+BSvwT8gMUlgA9+gHcJ0LID3MuAkQWwA3LTgPjbA8LLgE92QAPP7Ifo4TKgYgeUOmClA+7BDdglOqDUARE74AEaYA8N4FXcgBAaYJVoAO8THIAtdU1dgR5gOnypcQZMH6MKLICqEELM5+W2gmrkOBshnFENVeKPjrW1vS+wAAuwAAuwgD/L/BqP+UUm86tcxpfZDPcLutsGWeFCxv8AAAAASUVORK5CYII=);
}
.amstripe-saved-cards .amstripe-card.-diners,
.amastripe-card-saved .amstripe-logo.-diners {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIAAAABQCAMAAADm3o3WAAAAyVBMVEUAAAAHTZQHTZQHTZQHTZQHTZQHTZQHTZT///8OUpdij7w0bahDeK6TstCEp8vw9fm90ONBd602b6kuaaV1nMRVhbYpZaMLUJaXtdNGeq+kvdhci7kXWZsUVpquxdw8c6sbXJ16oMbh6vKxyN4kYqEgX5/z9/r7/P3b5fDK2ehqlL9PgbPX4u7S3+ydudXr8feJqsxZiLhKfbKhvNeQr9CApMlnkr44caqowdr3+fy4zOG0yt9ul8Hl7PTC0+WMrc3H1+fd5/HN3OrfNl/SAAAAB3RSTlMAIfX066ypGEu1/gAABHlJREFUeAHt2mmPoloegPG5y73POYDKooDKAha477ultVR//w81olR3VWfS86JEZ258EnKix+T8Yowm8v/X/0C//f0HN+mPv387nf8nN+vPTPAXN+yvI+B3btjvRwA37f8acAfcAXfAHXAHROG8dqoeetcHhONW5+3b6Emc6y7NqwLU591iLgG8WZAbdPN6gGqnkfI9Sz8LOuVrAUrtGZ+KxblAXgUQ7+r81DoXNK4B2AiFLN8HiByyprngcAVALyBLqainpVUHcIZnQDstHFAXNsBKiDNAdGYANXFuWThg8fh+Xg4QOwugdQZMZNGApzXA2weAOJFK4pxWMCAVFjAXHwEiBWY5IC4YEAoHKH8GzIBNDhgXDKh3ANzPgANg54Bt0QABMP0MUAA1BzQKBtgiAWafARYwyAHTggFOewb4lY+AEcAqB9QKBrBfAMQfAQOAnjjV8YoGzNoewOMPwBLAFOcaFA1w3l5OyyIHdGJyUFbHKhzAoBOSFaYAqsXJ8eMjWDgAt5XyU2FbnHp2rgGQ+zeLT2kVcarncw0AstFef3xY7ohTgc91AKBMRkp+WlR9/yFW4GoA/Ljb6TVKpe1InBtVfa4JAGylXMpbNRPei+bkacklAF5cmpan6wgIG/yqmjudljWv+8A5RdQvAcAXVaTSisGa/upl+ouEpOuV3wFULgOgUgWsdpVf9rglS0kKArBs+44JiZ/OI5B1FRzb0/AGKkAoQs4dAZ4PUh4B9ty/GGAgBs8tVsJd6k+OvZ+XGmk3GIlQ10pNoCrkd4DVXbKelKmMX4YT61IATTRrLZxdiBTWflVXROq+OmlfRxpA/AFAowQPR0AdOdxeCqAI6wigYoIw2816vS5LDbArQwWgJoz/BOAwuhTgUecHoDMHyACkbmcF+JOALDP6DFD0rwN2ZSDuJh8Az7qDEWWAvmQZnN+CA+Ds5REwbiB7ZXYDaNS+CojG7clytYglUWOiHNpj/9B2jaeuftBee1U52zefNbKM18f1+sG19OF81gmWz3rY+jaI44K+iqXlc85TJXmelXAuSYhOe/4/4G86zzRVE2y1rhmGUQtV1YzUjQ1mdpkSQ1r1bEdVU6yaTWI6JGqCv0Fu1OjLgEgParsSRq9Udbv9YDzq7+2R+7h1xpU607GM2v04dp/6D9Mnq7SYPb+Eky3mq0mjh9y+pl8GsCijT1a4Ds0esqqzRu+vRzQfJ6bRp7p/kDSHOM3hvAX2TgtaJVzY7kzKARcBuIPK2iUDUO0uVuj625zmYNxt9glW7SgDHK/4G9Bdu8YkdpktRy+XA6BUghygs0n1w8g9Agha/SToD6s5oFbxkJWNy6CiM+6PhxnAj74I8PTtXE+o7nGWXQu3q7xUR6VBu18qO1I/jKsEvfTlSWXVshsPg8V082qj9ELd00S/0Wtu1a8CDCPUUghxNM1G0zTDNjSpGprm4NnaBk2Ljs9haAmbpoWl2bCxNM82QkPTtPv9gjvgDrgD7oA74L908zGemw8y3XyU6+bDbLfv37mKZNpUe58OAAAAAElFTkSuQmCC);
}
.amstripe-saved-cards .amstripe-card.-unionpay,
.amastripe-card-saved .amstripe-logo.-unionpay {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABLAAAALuCAMAAACJqx9AAAADAFBMVEUAAAAAfIPhFzUARHzjFjbiGDYAe4QAe4QAe4QAe4TiGDYAe4QAe4TiFzbhFzYAe4QAfIQAeoQAe4TiGDYAe4QAe4QAe4QAe4QAdoriGDYAe4TjGDYAe4TiFzYAe4TiGDbiGDbiGDUAeYQAe4QAeoTiGDYAe4TiGDXiFzbiGDbiGDXiGDbiFzbjFzbiFzXjGDZfMF3iGDbiGTbjGDbiFzYAfIMAe4TjGDYAY4DiGDZQNWR1Llc0N2uXI01pMFsAe4QARHziGDb+/v5EnqUzlZ38/f3u9va6292Ys8qZys0RhIxnsLYCfYUGf4fL5OYDR366zNshjJR3ub1Vp637/Pzc7e6pwNL2+vrL2eTu8vZutLpLoqkLgYoiXY30+fklj5ZTgad/vcEAdoOkz9M+nKIAWX+o0tU6maBEdp8YiJDy+Pjn8/MAUn4AS334+/vj8PHf7vAAYYCJwcby9fgrkZnudIYEQ3s9cZsyaZbjHzxRpasAcIL6+/zr9PW+3eCju8/T6OlfrLJaqq/I4uTD3+K02NsSUYba7O10t7wVho8AZ4GNxMiJqcJjrrT+/PyRxsociZIAa4LwhJQsZZPlLkr87e+Dv8N1mrgOT4PdGTf9+fmw1thKe6KWyMx/ob0vlJsnYZAdWosISoDkJkPP5uefzdDzoK3vfI0YVonU3+is1NZpkbJ6u796nrv0r7nWGjnq8PTc5e3Y4urB0d9YhakPg4tLNWXX6utvlbXnQFng6O9ljrA2bZidt8whPXJXM2GPrcX98/T3wclgi67qVmxiMV14LFfmOFELQXnoR1/F1eHrXXKyx9f4yM+Epb/yl6XxkJ/wipoLTILsZHgaP3TpT2bi6vDQ3Obzp7JAN2j2usP1tL775+rtan2oI0jIHT762+CswtQwOm2BKlSwIUXAHkDm7PK2ydn4z9U3OWuLKFHQGzz74OS4IENxLlmZJkygJku+z91ciKySr8cpPG/51NrtcIIUQHaSJ09qLluvxdYPQXeXssm8ztyUscgSfoyu+I4OAAAAP3RSTlMAREREBfm+KYT58ByxFw7pCmvytng1EsoE6aUy35eQT6FqVdZfyZp+Vzx1YSHAq4522SnRhkw+33TjaWlZWXBqqqufAABfnUlEQVR4AezdvU6U7RbG8SUZQAYYkOFDPl5AEQVBCKIYqlnrCDgHEjsobKbxDOws5yimo4RKwgFMQwMJH4USxYJEjc1+H4q999qZZud91HXP/H8Hcee5r2dd65bWVppceLq68mx9s1jsNPyt/vn6/MPe8U3j58+q/gPY2t15/ebd+7fb29sV/B+Ghgbmuvqmhx+ODAr+bXlhtbxp/4HT6x/HDf3nsLvz5n0OpxSm+oY3BgWTT8vj9l9web7X0Bxg9/W7PM8q9HTdHZE2VlqY5bBy6tcHDc0Ddjisfomp6RFpS6WlMlmVU/++d6TIA59Wv9Lc8Ki0mULHLKeVd3FwpMjDzhtOq1+sZ6Jb2kj/E26C3tVhQ5GHrddvK/gNukakTXSUDc7FXlWRh913Ffwufd3SBmbmDc7JsSIXO+8r+I16pgeltRWWXhmc6xtFLna4C/52Ay+llS2sGZyTGwVfVwmbGJVW1bFucC4+ai6wy3H1p0xtSEt6XjY4pweaC2y9qeCP6bkrrae0anBqh1XNBV5vV/AnTQxKi5nZNDgn+4oWydoxNiqtZLlscOoHmg9wG4xgrldax0LR4HxtKPi8aiVT3dIi+ssGPq/4vGpxU73SEjrGDc7FvuYCu/l+XoETq7Bq8PL6OYjXFUQyNiip6583OPU9zQei1ZzRJ4lbHDc4l/sKroOtaliS9qDT4FwfaS6ws11BPC8lXYUXBu+8qmjh+AoDvZKqUtng1A4UIacZQIzVv25w6seKVo/b8UiStLxmcK7ONB94X0FYA6OSoMlxg3O6r7nA1tsKApvgvOK8AudVMkY4rzivwHmVii5JzGTR4Jw2FIyLMowV0vNxg3O1r+D7qm2MSUqWNw1O/UbBedVGNiQd/a8MTv1MwTwD06MhFeYNTm1Pwbxoe+mVRBRWDN4HBX2cNnNXEvGXwTtX0HduNwP3JQlLBu+kqsjFbgXpuCMpWOw0OKffFLnY2q4gHY8lAf3jBgYa+EGYBu6EzwzegYLAnVGsmJ4YvE+KfOxUwH/CfC0avMsjRS52CbCo5+SstGlwamcKAqx2NSqxzRq8HwomsBhsiGnG4H2uKrgQ8kQhEw1JqO0ruBBSgOZCmIYvCi6EbWyOP4QpuawqGHFvYz2DElZhzeB9VLBTpq11S1hPDd53BSOjbHaPqb9ocGoNRT7eVsAT0CzBInEncW9PlHOeG7yrI0U+SNzZMJO3FQNbkfnASgNP1k8avNOqgpEGJkdjKhvYgsUWLPyPLj6w+MAiwQIHFgkWCRYJVlvgwFruNDj1IwUfWOhiBisJhwo+sGLiwCoVDQy5M+SeBv4SPjB41wpeTg2KOax1g3esUGVNA6bZg5WASwWRO/52l8id2jORO1JxT8IpjBu8fQWb3GNiH9aMwbtQ5GOrgrSN8PQEU+7cCJGKUYmmUDRwI+RGiCYGJJwOg/dZkZMKGHTP2aqBf4S8PZEIFo6uGbwzBVOjMTHV0G/w6lUFU6OI+ZNwweB91QzoEaJnkDF3hhoYakAixoiwiLCIsED1mQgr5wgLrMLCQ3o54Z0o6OXgVi9TWExhMYWFRExJOPMGdvfxHiHSWDda6DQ4tSPNgAgL9ygSUiSkSIhUdEs0TwzeuWZAhIUhCads8PYURFgI+sRX0eA1NAN2YWFYopk0eKcKms+4tcELquF9V9B8RtDm86zBO1DQfEbQbaObBu9GQfMZMd9QXTbQfCbCQlMvWd7H8j4iLKRilOV94f3QDIiwMCfhrBu8jwrGRhHzwZySgeYzzWc09Yjmc3gXCpb3IWjz+YXBO1TQfEbQR+qfGbw9zYAIC30s74vvm2ZA8xn3aD6Hd6lgbBRB33x+avA+aQZEWBi6L9GsGGg+MzaKRJrP4wZvX0HzGTGbz88N3pWCCAu37kg0SwbvWkHzGTSfE/FBMyDCwpiEs2bwzjQDIixMSzT9Bq9W1QxoPuOhRDNj8E4UNJ9xq1eiWTXQfGZsFM1MSTjzBu9YM6D5jAmaz/H9VBBhIWbzedHgfdacoJIzsLzvicE7VxBhIWjzuWzw9jQDIiz0SThFg9fQDFjeh2Gaz+GdKmg+49aGRPPA4H3XDGg+o2dQopk10Hym+YxEms+vDN6NguYzaD6noV5VEGEhZvN5weB9VRBh4VYvy/vC+6IZEGFhTsJZN3gfNQPGRvFYoikZvNqRZkDzGY8kmg6Dd6FgeR9oPtN8pvmMpAxIOM8MNJ+JsJBG87lQNHjfFDSfEbP5PGnwLhWMjeLWCM3n8D5pBoyNoue+RLNi8A40A8ZG0SXhjBu8fc2A5jPuSjTLBu9KQYSFWy8lmiUDzWciLDQ1SvM5vB8KIiwEbT6vGWg+E2GB5nOaalUFzWfEbD7PGGg+03xGIsv7Xhi8QwXNZ9B8TsSxZkDzGRMSTaHT4P3UDGg+455Es2jwPmtOUMkZaD4/NdB8JsJCM0P3JZqygeYzERZoPueK5jMRFmg+PzfQfKb5jKbusLwvvGvNgOYzegYlmlmD90EzoPmMMQnnlcE70wxoPmNaouk3ePWqZkDzGQ8lmgWDd6IgwkLQ5vOqwfuiGTA2iikJZ95A85mxUaTRfC51GpzakYIICzGbzx0Gms80n9FUt0TzxOCdawZEWBgSms/h7WkGRFjok2gKRYPX0AxoPmNYopk0eKcKms+4tUHzObzvCsZGEbT5vGJgeR/NZySyvG/T4N0oaD4j5vK+ZQPNZyIsNPVSolkyeF8VRFi4NSrR/GXwfmgGRFiYk3DWDd5HzYCxUTyWaEoGms80n9HUI4lmxuBdaD6wVckZaD6/MHiHmgHNZwxIOM8MNJ+JsJBI87nT4H1T0HxGzOV9iwbv8l/s3dtvVmUWx/GtkZmBGQ8DouBBx7PiwYCHyVytZ632raG0TEqHNCmNTUMDqSQDQ+gkZZBwgAAhInnTkgAXXAg0IQSvGMINExq0Ng1pm9qkllaJh6QCHi48aLwZW2e0r1J51tO9n/3sN7/PHwB3ze7q+j7LANZGYdzsKDTzGApdMoAR1hiYOQflsyuUz1gbBZTPc7kQnDFhQvkMKJ8XcCG4bAAjLBh3XfDlM3xmAoXyGVA+/4kLwRtmDGCEBbdHwZnPheB9MwYwwoJ7otDcyIVg/z/NGED5DPcHXz7Du2YcoHyG30eheZqvBuUzYG0U7oqC8xAXgncMoHyGMXdEoblpGheC7wyEOcIClM/XcyH4xEBMCPB4X8we4ULwgYFAR1iA8nkWAx7vy8YIC/B4XzSDC8HbBvB4H4y5NQrNnVwI3jOA8hnGPR+F5j5WamFfWlo5Dd8Y8Fw+r2uo3bJsZX1V1a7y8jqaxMnycVU/OFQ6rrHkJ42l3xv7NyoJ4jH9luyXz81t54dODB7t7cu3N//oq/4fjDT/pD3/fy3spEsOXOwY/796899rvor8/5zLcvmM8nmJFMiVlZXVyFTUlO3Yuv3I7uOLqlc2UTFB+fwXVjoqWm3spl2sjXB8vjCeoXxeIQmqOXVsX/W6CioGKJ+fYK0vResEuzkhtva8xrF5HeWz9xHWDklc2faGxgrKOpTPj7JSyx7RGmE3V8TWeY7P5wY8j7DKc+JF2fItdZRpKJ/vZqUB0XL9/GkVa3mOz6cGPI+wSsSbmhUlZAseiILzjPNgKfHPn26x1sXx+dh4hrXRneLT4eoKsgIPh1c+Ow+Wkv/86RVbwxyf/W8Zz1A+rxC/NlUT2HiwCMrnYdE6zW46xNYgx+dDExMgW2vEt431lEUon5/VD5a0rrCjs2KrH+VzlsvnJvGvZifBtdwcBedJVuoXraPs5rRiqo/yOcsjrPWShmMnKWtQPt8wjZV6RKub3XyVylIDf208Q/m8T1JxqoqKHsrnUV9LDYqN+l6Oz0fGN6yNbpR0rKkn+DWzo9DMY6WWA76WGhQb9QMcn0vGM6yNVpRJSlbXE0xu+pwoNE8lvzbax25e2yOWzrZwfP5jPMPa6DpJzZpdBJP6TRScuayUF60BdnNObHVwjM4Yz1A+vyLpeaGCYDK/i0KzgLWGRMn58yefSpdzGeWz9xHWQknRWoLJPBeF5nHWahOlIXY0JLa6UD5neYRFhyVFuUaCSdyW/cf7OkWrnR0NK17bis+3xjOMsOr+Jmk6VUlZgfJ5vn43SquT3XQqXttC+ZzlEVajpGsnZQTK5xvdd6MSz5JHxFYzx2e/9xEWyuclkq6ycsoGlM/3Jv/a6CA76hFbnSifA/RXsnVMUraEsgGP9z3tuhvl4a3184q2Oj5vGt9w83m1pGxpBWUCyueH9LtRSntaWU+3UT/IMXrHeIbyea+kroTgl+4ogvK5T5S+ZEddqdzL4e+MZyifqyV1Cwl+6Y9RaB5jrQ5R6uHEL3y1cnw+MTEBsrVWUreqgiAD5fMjrHVWlLo56QtfFxnlc6ZHWBslfaUEPzczvPJ5Fiud9va0DF/UPw+I8jmLa6MVL4mtmqbSZYsaFh7ctuMliVctQQbK5xmJH8wZ5cSfauhH+ZzpEdYhsbaGflTZtK5kc+3YD6+lf5epW05QjOXzoCj1sqPuGP4MqXfZgO/yeZFY20pXVV7fuL624dVj28rE1SaCn7suCs19rHVFlM6xo74Y/gyp95kB3+XzQrF2hH5dXe1qcVNTQYVg+i3ZL59bRelACyd94auHY/SGAc8jLNok1hroWur2bRAnVVQIbo+C82dW6vb1OrLiFZtujtH7BjyXzydzYm0ZXVvpUnGxkgrBPUVQPvf4eh2ZT6dy4Ot1lM/ey+cSsZYrJwtNW8XBMioE90ehedQh71Ma4KQvfI1yjN414HuEdTz2yfjJxaL3CkHo5fPdznlf8schjqYywvrUgO8R1sH4A5qm1VNexIK7ouA8o8/7lIY48Qtf3SifM10+0yqxtpksNeaK7xE/lM83Oed9yR+HaNmTxghr/1sGPI+wqsRePdlaWHw/sFA+X89aF0Spix0N+L9Rj/I5lcf7qhWFMlnb9eIUfyWE3xZB+TwsOm3sKp/GjXr+wIDv8nm3WDtG9l6d2tAdZkbBeTLxgzkX2NWFGDbp9f5twPcIa1syv7WtE6UtBBP9IQrNDTNYacTbgS8ejmGTXu9tA57L58oXE9rtXCw66wkmujUKzZ3JH8w5zY5aUxlhvWfAd/lcKtZqKklh35Q23eH5IiifR30d+OL+GDbp9b4x4HttdJFY20YaJaKzlyDs8vkph1UDnROc+IWvgWw/3oe10SNibS1p7BKVXCVB2I/3zU38YE4zuzqfygjrCwOey2c6ldiU6WXRWEUQ9uN9T7BWn68b9dxyVux0MMrnTI+wynNiK7eLVA6LxjaCiZ6LQvM4aw2JzhVO/MJXnmP0uQHfI6wSsXaKdF6Ywp0vuC375TO3+bpRz+2pjLC+NeB7hNWQ3I+U7e5lDjwQBWd+4gdzRtjVYAyPQeh9bMD32uj25FbRD7o/hwUPF0H53CxKrZz0ha8hRvkcon8lMRmvT/RXwiaCCR6MQnNv4gdzLnLiF77yHKMPDfgun+vF2suktFgU1hCEXT4/6/zZk/x903MxPAah96YB3+XzFrF2kJRWi8IKggluDrh8Vnz26PRz0he+zjLK5xD9I4k3FY6TTl2umGbuKJ+nsVK3txv1PJTGCIu/NuC5fKatYq2RdEpF4xBB0I/3PcZavZ5u1Cv2J9o5Rh8Z8L02WlkjtjbUkc5m9z13mB2FZp7zYdPkj0N0xvAYhN4lA75HWCv1R+qTea1hOcEEM+dEoZnlUMvodHPSF77aGOVzttdGa8XablLaKAqbKWwon2ewUpe/EdbR+N4zVThjwHf5vDy59/VObhB7ub0UNJTPC1ir3d8IazSNEdZ/2bvToCrTM2/gJ6npeSeZN+9kMlne7Hs6eyp75dN9PxccVDxwoPs0i+IRSksW3wJLsBELGhcFKWm0BITQiOCOtraCpl0kATTDuCgucWmXRJMZdSZm0Y49GdPd9arBtODzeP73fT334ZHi97nlnKaKu57nuv/Xdf1Wjop2CUs8Zy7YOYdId0HrqHeNgOF9WwnDXw5R0jQcJaw/yFHR7nyuIthzQtE4UrBEeNto5/NnLFU3CMNfDnF6WEpYP5fRNlrCmmiuKh4o0B6PPOojPs/5IWPIuukS1vJhKWH9WkbbaAlrJsHGm3wjrBQPG/Upn9e8jzFk3fhyiAvDUcL68fNylLHOZ35stMjkbJksMephn/N5zZcZQ9aN7ze9MRwlrF9Kl52cfetY+bWbaR1nO1Oq99cGRzufH5ERIlRcQChZFiLtDfij/tHnNd8yNmSdX8Kqg0tYnu18DuZUt/tpkG3lzcHR2Kj2tNFF3NQonkkd9Qmf53zR2M0dfznEqWEpYb0mXZOTUkh29mwOjnY+I6cK/6UtN48UTBCjHvYx7w3ve4pxc2e6hHWcUcLS9xfpjsZdHeSofd9oCUtvSX2MULKUFORXiVHe7nx+N+PmzngJq3c4Sli/c+m4OlZIj1O6V454wkDncyhDqEjOH1F9hKPD+55m3NzxSliAnuEoYf1GumH/Nopk82gJ64GpBEsUSqaRilgx0ox2PlsXo1bC2k2YC54b3tf2FkUWKh4tYakvzFkqVDw7whYSjg7vey9j4IvpEtasYSlh/UKyZaYToiM4OrxPeUnEs0oV97LRdTkcH/R5zcctVZdIzQlL27nhKGH9SrJt8RMmU943Orwvj2DLzK33WitGDfaDEdD5vD56JazLUShh1R2eZQ3yZ8n1OqHK5ZNkUuZ+Q53P2YZW2iwmJfPFqEHe836f13zTUnU7aiWsNTVmS1h9p46fv0hE/Y6dzxW1+3Iy9+69lVk8KShR1QRrl0+I1h3Vb6UTkfOJVVFbfO9XtSOzuE298/kZM/d4c/ykYm5AeFfCqhfZ52nuxJfjn/TO5x+ZXpjTa2k7YK6E1XfpeG+9/ZbXP8l7KnIaytPS6R2lHV372yTgFuG2MRL0bcW3Go69Xn4k6Z47KeVvtmzGz1VcsPZWd2chDdgjH7WxeUvK2UJ6R35ad2aFUufzIiPJztgwjYgKVkLsiysXpPJSrbkTs14qIKIXEp7szuevM04R4yWsEyZKWHUHNpy73kQPu2E95JXnZcWOse1+suG/tmN1xPemQsKd0Xs1u/u4sz2fbIXTuhpyGqUr2pobys8O/pyUoYfV/q7tZCc1pRkvYQXiTKy0KZpOrl8RBpKnzh8/YfGLc4oCQkcgeU7WtCKVs2r8uMR8GuBPEBqWDZxV9+XlPtmdz1/jnSKA05a2866WsEr6DmxY31sfacvrHxs6S8nZ9kh18iOkoFO9M/FY0jaKpLRzy76g1BdsbW54szOdHjUo7NrakuYnZ2lTBWgVwfLggyK2jJT4I2WwkuetTAzTA3mbnlU7s6piJoxbkEd3ZeFnVSkNUqX6GjlvyZgyxkZH73U+f5IfPueXsJgbvi5Efqia1X/+chOw5bXkjV4/RXCzTT7GPlJRLVVU7D1SSKht3bUaJ9WknM2vX9teSk5a5QONmw9RJNPiXd8/MUaApsaRmnHiMQIxSyppqBmLM8Cj5+65MV1hUeuymMXr1pbSo5Lho6ro2Zen2PyI5xKEgs/7POe7jFPEdAmrj13Cqjv9xvELt5sinalrHvznJ+qho6BYOusiFbMlbPWta6Wk5tD+1RLVlrO5+k5HPjkYWsKa1F1IgBlFArHJ/c7neWFSE1clHMUuLSBbBS9GeAOcfPcN8NUQPNM0YfLECeMWxnHeh5dNfXHmS5UhV9Z3fMl7nc+M8LnxEtYlXgnrwPUepWRr3fomwqTmSEfpSieKRNW+nk4aru6CjqwdZ8ME6Ro43cpLCVMWKwDT3e58zphCAGyMacK8BeTshWSHIvfdc2PT3FSyEU6w+cJFcxavHPNcSH/jdSA5ZvzMTWvDwPMp7As+r/k0I3xuvITVzyphHVA7U0uW9xCscLZ00EoqciSm+I6fNG1vlhE1E+rWX7u6wwSbngxUxwkW2gmVr14lCPCnvPOZCKdp3MQh/yB2ftaUxDhy9sKjp9sC9j3minzkt1f0pHc+f48RPof0lBjf8HWBe7IevPc0d5FUdJyU9nIIhcdG990kjpQKGUEDodqkDG7eRioSE0Qk493NoueO85OqPPtzNSMrjiLxL35QNprzzLiF03Xeaueyk63z8DZM3D/5POcb/PA5v4TFnBO4gTnHud6yDh4lRd3shxWijkYJaL3iJ54zxW4l8zukLD5LirLcXKG6UkSS8XIeqbOtRSVMmE6IFfePjFTtt9oMP/417SXMIEBZ/BPf+fyU6djockvbQV4J6wKBtq5ZX0Oq8lulrdkE29aKlNqP5RNbfoSOmmsEenNjuZ9UhZeJCArca55JnhlHGqYJGzGvEmixEJMZ87xyCf8ge/MJMf6J73z+iqXqcPRKWBt4KazrBOqtJw1d0lawkEDpyA1hznZyRYN8nA4CHUknHLyZNJkAyL1+1YuLQqRjRrzNi+UUgvnniBjO1PgZ3KfVRAKsDQg1H/J5zVcZM4uNl7C28lJY9WRUqkNlqJwwe4CUVLDbTy7ZIh8jlYzKy4iQQCBYmfNhNXHFwhDpCcfaPLPEkYK4yeM55/dLzLN/KiGmqnY+j4ThfUe5JSzcDVYJaw0Ztt/hnTBEiM6NQAdOGrnGf0s6aiM+zgSrdQSxv2DLSM6eM2HpmBnEME8MFT+N1CycSag5jPGF4xhDdKYJRX/v85yPKhfCe6JWwqrjlbB2k2FHGLMa8luCQNigkFyUuk86KSYO/oCFSoIVjHkg8a7K5+JChMMfW7ILSFUegfxV4Gpq/Dc52U+RhZOFon/wec13+IVwIDGg6TCvhHWKDEt1SDYEkyiSQ0jTzK4QuWr7SelgP/ExNp8uo+G1KSCGmFBK5szlVPEW4XuB+Butvz8COp83RK+EdZxXwtpApu2T9lZfiXBy7ECa+l4nt42VDlqIj7FNeT4NqwUJYrCMacSk/lZXBr8S24hHnu5mZAhVH/Z5zWcYhXDIeUtfL6+RcD2Z5lwVakglR2k7gsh5VU7uK5b2WJ/FHzS1kobT3Cq91DmjYGbjBU5u9hm8jviEdz5/2/TCnOWWvh7eLKzzZNox6WhSVz7ZOfP2bIkIXiEYf5bNIWLgD92bS8Po1VwxWNEMMiuZc2hX2oVGC/BZX0925/P7+IVwcyWs3cxZWJeJj9FYs7GhM0SD5HdumS1B5WREs7R1ldgYSawqPw2fymVDy+1xZNYM1nyd6eJRL1JkoVUCMPI6ny+Rkh5L3xsEucDo62FKkY/XmLPl9ZTO9u1ph5JSWnbUBrlLLPgOSTsVxMfoYZtDw2du7tBAU97w3JjGECYsHhGoxAtnT/jwvm/x5yeYK2Gt55Ww+si4K9KQXWRKKzhykA/vAFxCwyYxXgyWnUemjefdlCaAm2LxWV9PUOfzF/nzE8yVsG7zSliHybgjnH1Zx45kSgfF+dEtu+0nBv4wz0QaLi9lDK1fxZFxRcJOIJUw8WKotUo1RNzHvDe87yn+/ARjJaw1NbwS1nIy7o7eDpr93TfTH3febbxKxuxhbiUzcGDtDNEwWRoQg+UWkHFlATw8C5XsJyJvvglC3T/7vObdlqrThGPuNz3AHOd+jozrkmomNTd0peVHqtkHOwlXerW9I52bHbtDxq0QjibS8EgdL4ZIWEjmvYSv6sce0BbiqZInvfP5aUvV8uiVsJYzx7kfJeOq8R00mVvK08I02GbuFtbCt5sb5V211YWsqQ0dNJyxhpk0LGbEAnlxHHs+zDjCZGu0PS8SGj4wEjqfz5OSDZa+C8yNhPVkXAO02aHbaQdNq7Szz0+YUHWjfKC1g1F3C5YSA3uK1UIaDpuqohm4B/ZPvEyYGPVfX/5kgfB+5/N7TS/MOWjpu8h76awj8/ZLZxXF+49dOZtKzq5KO8F2wpwZ9HI3aZv+4tZaYmNsjsjIp+iLszlAV4Xxfz5l/NSi5Nh5U8KkKpyA9ychgfUYPAT3xHc+f5yxdgtSU2J8w9cFRgnMTKdL4+wdLeWH0nVDES2EaW+Tg2wmUIUcKpPYGL2EMRR9i2xGoAYSCTR9QgYw4w/uBRyQrdfYswD4vjuFjnf5vOazjCwn5Ib52OgGxm4fNruJVjnpBNolbbSmEmTP0M8OXtWuum8h4/IDwkkWRduM+Xg/no0p8eIh4/0uzbdfplUNnKgY/MK95/0+r/kmP8tpruZ+jlnC6icl9efPnTi+/qyfFBTaDWrI561QfYsg4Vo5VDdhdnDbgPYcGdtybGwaY6IK0PVrTjgrQ9iYHCaIf+im98UuvRsH8gky6PMDa/G5yIo+4vOcHzGynJB+49NG613Zp3/5xECx7deTygmXxtpKmM7ZEbYZ3tYDPNilES6tofZvu3x4d/kDEsIUTaF1y/BzE7vkW0QKQhncKYYzVQtfU4WWT/m85uuMLCfmDePTRi/wp0o0bT1tDXjleaX3o3LWkq8jjLEJSXZxU8K0yKEKCRQeu08zbzpTAKUb8/LHJaNT5fGeyCI/EWf/hGIQa6Xibq9pQs/nfF7zZS8vzLlEkFncS8Ke/jrrb37pfGagqYZdrH+dydkwlkqQbt2Hwm0tQ+pmwQ4XUg0vU9TELV0m8K1++E7YRe5MrRin3ju9GJ2LPCI6nz9pemEOrTHe+bybe0l4ynrI752fkdA1892syPlZgrwu7WwnyJtyiB3ad6K3XLgkXERRsnZ8hnA0gSCpk7lR/TnCUZby23V8HN5ioOoTPs/5LmMEKOSipe8y8xOWE6SmznrIa/fL5qmcS8IjBCoMaj9gpbZJO+2ac5KrwU9drf0WSnkB4SCQR9FQNi5bPEbGdIJkcctw/ir2rrMxSmMuCjIEyPudz5bphTm9jBJWDSG2cic5X7Ye8uN/U3nMoTP4qQGWoTo5D1gyTfPAStKfVnqGMAuFk9ionFYxAwcm8+GmIIN70fmqcDaVIInigeRUVofByO98Pkhq1lvaTnGr+pc1vuLv5H03OVXzMIFatJfc+1vx7c3IcbdNfzBNO3t832Iyy5+4YmpARLAzjliL3rNcmbKzTPXMm8Kfi+zsf/m85nv8hTn8TkJmiqqPe595yXrIb5yjUOCRI9s4KfkuglyTrDnH1ZpfOYdxYM0TTl4ic0KJS+dXCcAEgsxIEPae5e2fUAtiFYgBsX6KxB8rNH3A5znfML0whw5Y2q4zk/SnCTOohPUTpco3NeMbSaGKUEUqQTKlvUK9c7aZIKUn8TMSr7kHysiI1MR1i6dmCEygkjdnQUwlVDJ/nWyewovoOqHrf/u85u+eMh0bpTrTw/vO4Q+DyIn3C3nfHoL4K+Sj9jL21zQQpHC1tBXUDI62MKbB5xOkTDgpIpeFX120cvGcooBQMIcg4XjhYDIR4U9HzCCWPwDfTeblCl0fHAGdz1YPKekxvvP5FN7YA5x4v5L3BfMJ0oHPssIqQu28VT0bNVtzrhCkmvGRi9RfxnB5ZZWJYzaNm5k1YV5MUbzAgTVz4HEl3p2N/SsJslPcE5iLdPFo+4HPa75qfMPXddMprJo1+MMgkDv9s1pNp0tyUg052kNemqW9Ys1P3q7/IrqP2/ArppGCvPGxf7MqOTk5Nz4+QfAV8Sfk8PZPKLZfL0NDEM8lCMDI7Xw+TWrOmW4kPIqPnkdypz9Ta+fbC4U38YpQNUG2BaW9/Xp7cyr8+qGzHew/9QLCTS8SRqwgSEEAfsICxhszaveT0brbHIHz/vC+jzK6ZUxvzNnN/YCDOi+tf1IrQ9XazWrw6+8HPAPHqOwdI4h/NdhuDSyvaCBIaCde/HGWt0oYEZjBbqqpYuyfUM+kxYIPWGMEzvvD+75jKTtBak5ZujYw+3KsWRrJ1leeV/rDLwxKxuzOau03ukzpIEUv7rqLsTP2TYKsFU5eZA9Z5ptK6DnhKJc9s0LlQS0Ge8AKcQ747/u85mv8CVX4eWKmBegiuxPxuPWQP6pNh3pLMt6RKFP3jTC/UTo4q3c9Wc6YNniNm5ZcR7DUBMHH6DmuFII9ceIZ8XhxcDviPGSqA8OHfV7zGQvAWkPTVKIdamgixHr2Vz1sPeR/1P7wj3HmG/s36ubUb0oHwVS9u4J2/VZtuYeblpzBHS3MlxDHfiPE4vrAZKpE9NcZqGSsegZ83uc53+ZthQBcNj0d+TDe9IgExf7T8Q8fv6wrJ0yH9uC/LdLBPr0Y1slSPOc6VKOfGRtdxh4tzBdDmInC2SaClCYIZ/jPGQ+V5ycIhi/5vOZ9lrKSGlJywfAbYU8Jt+Z+w6bzWdYyYqPyrHYkogGfq2xvs16qoZgRGy3mxkbns0cL8y3Bl91w7zoXiAhmoi+WiZxVz4Av+Lzm08yrO8Bx45Ma8KI98BP+Xa0M1YG/lkH7wW4S5Kp00kWYjVoHZTfjjFzELR8ZLWFVov8TzpLZLeADxoNLtGPAB8IR1Pn8LWb6HHCJeUfIuIQ8p9Gc/a9q6YAuiV8SAitUV6cyLutUamBn9HLuO4BLQvW89avDX8KazN9cLea7dc85ETz3xgD3kRz/5POcLzLPEcBBs43PTWvw6X/IN/yJWlZ9M35JiDwn5ShVoBj1pCt66a82aaOT+TKX6x/+EtZi9shUfMN9sjun57pVfv6q55Hf+Wytj9J85IPsFWJrajSuMf9b7earFs9uIitUW7glrBy9on0b5000nbkn5lkPlLAWudC1vID9MwYk+AkwbQq682PkDO/7iqXufJQOrK3sjTyHNXod/0PtSSVdcjoJG/ASFpBWVVqGmqM1lPmOtNHGjY0uJVh+hjAiEMfvWs4oJcgmEdEMAqwNsVY9Az7k85qnuVPWAX2aJfcm9hvhCY1po/+ldvN1TTJySbRPt4R1TTo5opc7rWaEKZrxtVT21hJsoTAjFu5a5kflF/PnRoBeFCwf+L8+r/kXS11TdILu/fzQRK/GM9rP1DpVtnDqSOEgEBBAPlZ9znGnXhkqB0/J4rHReD/BVggzJuBdy+xFZdkionXEwF317OXO5/dayvooKksJ1/SgqVFn9Ron6k/Vop85nAEvN7W3GeZIB616Y52DYUL4G6WNO8xy9UQPlLA2EWQ6f+4e5QPBjCzCYYH6kd/5zF30x+x9PkGQiyV4YAwZ1fBbtU6V0pOc7OYx3YR8qJEbGy3WWnvRLu2cYf6tzyRYaYYwYzpBpglnCXn82CgekIC+LNO7fF7zWUvdLIrGdJm6Hn4q9Q2NUQ1/eNCp4idEmrQzljA5uiGqs1gJCy/ab2aEzjZyJxQs4C5450t2IYWVzd35rP6z+KueR37ns3WczM/vgyOfNX38/EW/9ZCfq73VdUs7hwh8wdItfnVJB8FCvdu+ckborJk5oSAjRLCZwoxnXSg/PePieJxc4ssSTB/xec4PzaUNeM3PB2oIchTflYG9sv5arZi0Azo1gOck1pBTfu60g5H+amEWVGIIN1GYMdOF8tMiODYKCBNXQYZg+pT3O5/5+XNg4jqg5DJh3sCbtKHYxY+fV3vkaOM05ryuXYHaJx1UE8Q/SWs8cjiIv4XisdEVBPPHCzNe4L+Rorv2CwRiLnHNF1yf83nNly0N9aTqkrERgfUl/NHz9dZDfonX3J2D33sJs0P7vDnJHN6XpvdWdwiouavHRhcSbK7g4B82S/lJLiQ2Cu2VNR9Y+0ef13xSJ25Ayi6oz8ECnbAeYzlBztt1Pp8MEeIIa15Cm25AoEM62OjXi3G1MCp2G5nTRhNSCbbSWM2dH8RczI+N4uF/9qpnwCd8nvNdfocfoqnOUnK6yZUffEHj0HtNrebeIu20E2SP9r+8gocasCERSYyKXTPzb32qB8a5x/DHucPPRNlgLzbPOsH2MZ/X/B9LwyVSd0ItmVpPoPX4YFQwefoXtelQzXjOHVqEGoY3V9i7qVntTyfIJEaj9yo3MpLLhBnjCa/DMZsRSxP415boqueR1vn8bosfw4L0rFE5ry4SqKkPT+Rj45F/p7h5ZiN+U4dkBNrgf2lvY4ggu/Ti8duknSRChANwPtzZc2J4LwlfdaGElcjvbcRHj42w4X1P8+es449CqN0XXfqppzTGI/9GrXt5Dz4vAcoIFDN3Pu8iSH4FsHoVrtgV8mrACXns9xy+TfxpoxOIWcvjB7H4q5493vn8Df4rIajmNBzA6nGrNNavMR75J2qF5Cu8sLluOYhqeXeEd4BkPlyxq2XGu7P5wwf45vJr/ptY4x74QSz+qmfvD+97r6XhMOm4CNbdlzcRrB/Ni+GNQ79Qmw61hTMv4ab+kvmN0tZs3V2I7YyO673McvkzhCsShuSx1wkGyhh1e8bUaHNjpD/o85qPWzpOk5bbyIm15jzh6tc8/mfVqM+S+JViHipH2pgEdz5rz2polJIxWn1PUKKxUWA/UBdzVMMiguUFhBkJhHmWMYUd2KEBl/b4q54BP/B5zVctHbtJz+XIJ9alelIwy5WhEjUl1jv+LAfcZAxbuUWYZv3qV1DaqSjUHHOaSZAORoYjDrxcM//gwCkYxfD7chI5e6jxMhnfe97v85pvWgCw4QVQfzhCwKuXVFx3p0f7tl3nc7CQ8Rf8uv4+wxaCpErJ6OkrfOSDu7VjGPDT2RjhYBWxO5/5itgRqmS/29HXLNIVlyv4vNj5/FFLy0XSVLO1znJ0+jwpadqN79OHR0n8Sa0YVM4Z1dAhXT6wGtN1OxjTCNLAiI2uwC/X8DeyqM9HXoVvYWXfG8wjAFBpGzmdz1+39BwlbU3r7Y+Zug233c6iljSpryR85Xk8MO64amt1vv6EmBbOKyH4j/2tj5x0IYIUMz51DnC5xhhzwJTNXfGVEUf4mYeZSpoqEwSfFzufv2bp6SeO68sPlgwujh84cb2GVN0ucelu4KBd53MX4y+4mDEhpoH0Z0S0puo+FuYQo2KXxIyoTydYmRjuA6uIfdUZhk+TZH6kYbTzGQhiAZqub+3fMOvSpVkbTqw/f7mGcPgLobWc1FcS/l5tOlToJCc2WstoBczR78rJn6TbW9PBWElYAFSPGLFNrmzmjPT4OPcnpiaEGJEGvs/7POfblp4+Gn6zrEh6NUr3/4nHRp0HnF8jSDpnYXSL/jk5VntvczkjNroJbuIzvzCHUfmfx77RWypgBYxIA9+XvN/5DLtBpvGHLpf0qHf3/Pjf1K75uzjTRpPw10lkknxOKUFS2ySwChGv2O1ltrZNMf+uA0jmXVPG+Ak1T8AWMiINfF/wec2nLV3ryTy8gGXvoMbE0n+XA7oZLcj7iNHm0kaaE0drCwlTrX9KFjNiozFuPEbkClOqWCGqyWVGsvpTGJGGkdj5/D1L1wEyj9vms4Ewu+06n9MYc4obOIsFg/mktQZ19jbCXG2EXibxmns7b7JxMuEKhDlhgvgn251XlWay+isYkQa2f/J5v/MZd5GGUw+ySfoC+LPsOp8bSwmRv5pRwvI3orFx4Ekps5BAmfrfuJ0RG610I2z0kjBnrv4LV0yZobnF4xmRhpHY+fyUpe04DaOmwxagXmPpzn+rXfOn2aawwpyCvewi1Jur5YCN+D+6wyi6lTNio1OwjezmRzxxG2tC2WKwnSv9RGZGPE9kRBpGYOfzVyx9dU1eP692awx8+A/FLOSb+PA+eLHgXoLt2dx274AsfrOQUIVt2IgHvObewlw/WhndJfX83dPTV4mHZLxcRkrGM64uo9ps+SEPdj4znPP4eWXN0tjn8194osl5N2A1b7FgLalI79iTSgo2g0P/8Jp7Eq8HbxlFecMXfyBx3rwHZahA9rg8UpQtcFWMSAPXe7w3vO9fLIa+Jm+fV9ZWUl9J+LMH70hhxlLR7cwRfNvJnDvSzhXST8kGC3mj0OcTrlIYtIxwr66YmB07cfG0MlLmzxAKUhmRBqa/93nOey2OfhoW9actzEWNlYQ/VQsm5AcZ71eFQdVFqHx7KsBxg3jRbTZzm+BKwk0RJs2gaKg0+p3iqoRb/sHnNd+xWEou0zC43OdyGL/Xesdvn1cLJpzlnDc3pYN9ZEp4NusltJzxOjnNjfXGi4VJS4gPDPzzk6Pmf0Pf93nNZy2e0zUUdUfr3F6Ucdx6xx8V35HKOW901ZK3ulmdP5O3yXAX43Uyy6lK4yfcVGFSNkVDllAxjRFpYPqwz2s+YzEdpyirOV7i+qXAKesd/yMHXNWfDjWbkYcC2gk5dkl75Zya+1XeZfscwoUyhEmBAmIwkzpYwvjhI67z+YcW11aKqvoDFu4yYepsOp9bCdPMqUBtlE6Ce8gA/y7pYA+j5t7KHCO1hHBzhVkvE4OZgV6LGZGGkdb5/D6LraSXouh8nYWrI8zFhzufn1fcXNNmc9icIcw26Wx/VM+rScSoue9l9qMkml+9DovPI+PihJL5jEjDSOt8/rLFt+YoRUv9JUvFKfQUtOt8Hqt/5uQQ6C35GDfJbak7pJNbnJp7OW8G1M4QP3IZ/exo9LZvTWVEGkba8L5vWS4o2UrRsbWOEboAa+7/qja8j24y6kHULZ3Bo0Nh6TnS0VjCNDCuGMa50XsSKwyrKiPTlgolkxmRhpHW+fxFyxXHa8i866ctRbc1au6v4e28TmfOyUIC7ZePs4tc1d4qnXUQJocxDGcC8EzDXufHN58YTCyuzmBMaWD5mPeG9z1luePwRTLs8in1d9UajZz7X9SG99F+zgXfbPlYY8lF5Sels41+wlQwLjRjXMgZLRDmLSLDsoWaOEI95+p5/s8+r3m35ZY1F8ik+g0l5pbp99h1PleT9jCsFAL5V8vHCr5FbincK53hx/MZaeNtwlQJWxn5jDEHJuTOIKP8OxlDb4AFaCO48/lpyz2HL5Mpt2eVmIyIHbXrfD6kfc2/upBA22UEjZ3kjs5J8rG6CXOEkXGdLuzFkIJ5IgqK4sikGULRGMaYLYYPeLrzma9kQz0ZUHP+gOHFif02nc/ogPMOaDYU8Odvb3UKuWDbZhlBGmGO6Q/vozFurDYuEtEQU0oMjK0/vGlh/ljB5+XO578DO5/xI+sGuexGf5/2t2nSmOf+U8UB5ymcylO1jKzaT0yhNytkBI0hRjK/mTBLhL0XiDFa2JCYODJnplC0gt8XPjI6nz9uue7U0RpyzcX+05a+A6Q+z/23qtuytthnxtGCPSBnD3H4U1plRM0EsvtZ1by7sYQwY7SwMUUzSM2i6eZea8cTJLxMuOpdI6DzGdB34ga54cb6AxbLCVLfofoHOeCI9iNHK8H2SUTj237SFUqZLQHHCFMobRziJaiyScESES25Y0iBPyvZYJRsjkZLNd973u/zmm9aZhy0XzqPq78wq8/i6iX1Hao/V5wORZM46akKiZl9xU860rsnSUgnYQ7Zldny8aF17Oa9+SJ65pURanqMwhqNUIJQFEuIggzhqo/4POdHljF1l9ZfJi03ti4/6EpBrUdjG+uvFadDFdovn8FclbDa8hAp8nfeWi0R+JlDbzOWvla6kXpKFlGUuy5EkJeqgMI4Y2RqrsYrN9+nfF7zdcususMnLtwgXNPlrcsPrHHtMY8wNQ9NW37lecXpUN3Auhyg5g5o29JBuFDnrjYJKyZMaY7+/gn/y8JWII5wZSK6kpeGgSebOWqbYDcJVQHk4EwMCHd9zuc1X7OiYM3BSyfOHb1RQ85q6m9f6J91oK/E3Q+upwd66m/cuH39aG/v1vvW37P1nvO9vb2zrHf88tHwtj99z/b2tLSkpCsp94y9pzzlrmtJSUl75Ttsql/p6dvv/du3kpJSBoxNuS/pnl1S0ewtnaXI0dDRtaNCqthYSA+Et23fnpbWmXQt5Z7yd/53k+7KfHwDUej+r+rQX39V06aMu2fKtLvG3DURf93BkxHmVWVFOInysjIU+/1WCGUF+GDDkdz5/Ekritb0HTx8acOJ/vXrzw2cGv3Hjy+fder07jrLjAOzTh0+cLCvbo0F+70cENy7PzNnX+2kitVSVdveW3/9pyel+04WN6S055Oj7SkNOY1SWfPezOac2a1tFTpfabPdr+r/CVBuduyAyckD4h8Q98XflZucvGrqnHnZIvoCE6eFyUnczCrVBu4xVULZgmFYL/sJn+d81xps1GvySRBszbm1pTuls2P71fRUCqVfvftck9T1/9m7s9g4i2wP4B+IOzPMAgzDMuz7viAWGM3TKZ12t+N2tz3thU66HTueNnZsX2zjWCTytR3HdmJ7HMtGSFnkOAuyJciiSUgyRglLJARCaMRDhIJ4AbELEDsSMMvcG5YE3yKdqur6vnJ1+fzex2Qe/Fd3+fzP2Xxw08MbmC0eAIdUlU+34U+FB4qr4JiiqZLC1fWZopH2nWXFxcV95eXp0InUxUDdAIq01ADHweYzBRRn4wuM+ON/wDE1fSOFbRV4THhmurgRDAnJznu43Xy+jBKK8xHzBykFJ8XHt4S+1ZCIgznxXhTpjoLffu7Z5i5KKM5bzB/kv4H4ZgiFUuC3sz3r3EIJxfkbI/SEZZvhCIrMxMFvv7av+cwv7yMvM+KPh4D4ZRqF0uC7czzb3EABxXmdEZ/8GYhPCsJGLnvx7vFscyMlFOdrRvxxPxCfxPrl12C53Xzml/eR5xjxx31AfDIqfY3I8eV93gWUUJwvGfHHX4D4Y38rijQ1AsfJ5X13UEAdwzWfiTVPWGQEhXZCAO62vvlMPmXErics0tGFIm1xCMB5nm0up4TifMOIXU9YZPUc3RG6yrPO7ZRQnPcZseoJi3QaW4PFudazzW8ooKj5TM1nu8UHUSgEQbiams/We5sRaj5bJSV949D95vNtlFCc5xmh5rNNot0oUtEBQTjTs841lFDUfKbms9VGpGdG3W8+n0HNZ95XjFDz2SKJpPTpVPeX951KAcV5hxEaG7XJdoOnUznnera5jhKK8wEjFj1hkToUaq6CQJz9e2o+W+8ZRmhs1CIlKFQMHHebz7+khOI8zQiNjdpjFQrNxIDjbPP5IgoozoeM2POEReJtBveM8k7xbHMFJRTnE0ao+WyPWhTqAZ67zedbKaHsXd5HT1hkvMngnlHe+Z51/kgJxXmTEWuesEgGhTIQlEs929xMAcXZ+CAj1Hy2RUMYRZIJCMqVnm2up4TivMZIHj1h0eEJbIfA/MqzzSWUUNR8prHRfD48EYlCUC72rHMnJRTnVUao+WyJqmYUSkFgLrSv+UwBxfsnI5Y8YZF21F/kTs1np33EiE+AaEokNRa5O7m87y5KKM5bjFjyhEUmUKg3BjyXm8+3UEJZuryPnrBICDVKOU4u7zuNX95HXmbEiuV9JF6JQv0QoHM829xAAcV5nRFqPtthHYrVQYDu8WxzIyUU52tGaGzUCjVJw5dyeKefRc1naj5T85nI6UH91rNrzecLKKE4XzJCzWcbrEKxCeC53Xy+gwKK81dqPlvxhEUau1GsAHhuN59vooSi5rOVT1hkO+q/YDnXfL6cEorzMSMWPGGRNM75B6yrPOvcTgnFeZ8RGhude9FWFMtAoK71bPMbCijOxheYa3YtkPGfR5iipUtOrrMDxGKJmoIf1YWOS5f/aLT4uFTZdzpAyqoyoRDoqIpGE9/+P2hIl8uIgrQiFBuIQ6Cu9mxzGSUU523mmuUoZQFT9MgyFCiHk4nVdO7MTLVgTmpARlU1CvWBWFVjTUGovO9oWta2TxbVby/sKemtbI00oaoGkFUQ1v9xDjafb6OEcr75vBBlJLcxRZtQoGs/ZBFvSE2XVGPuZnx7BqqIwgnExxvSo2XrxqYnekoquyvQL3UgazWKbYdgnelZ5xpKKNebz/tQylqm6j85XZ6KbRmdLOlCTe0gpUj9PFais7Z+qhkDEgJJ5Yg+LHKn5rP7vmJueeQAyli2hqkS/uAh4MQKylY3mfyk0oqo8o+M1Y0MYqDSICfajGLrQICaz+57hzlmPUrZzFStQJEOmC3WMNaMPumOgYwCpcewxrJKDFq5jy/urVUQsHM921xHCcX5gLllzSKUsXsDU7UZBdpglujOZvRPxreDyYPwg45MFwavD6TUhfV/lr7T7Vve9ztKKM4zzC2HUMr6AN7yJ+G4/eua5uKDSgkKjcF3CibCaMIoyIjPoNgABO1nnnV+SQnFeZo5ZXELyjhymKl6NCz9XhNb1Yy+6oqCjMaw5Cv4eFEYzSiW/2RofksD7xeebS6igOJ86Fjz+Q2UcpApO4gCySr43pYS9Fmhbwf9muIAVe0taEoKJHQkUWwSAne3Z5srKKE4nzKnPBlGGY+XMmV/l6zlxsv8j4OUb/cb6gHSbWhOmU9bsDAyDIE7j5rP1vuGOeVFlLKPKXukWi5VGnrRfzUgI96EQqsSq9GkWhAb1c9sV5vPf6CEcrr5vASlvMLUbUKRBADERyrQf72+jbmHa5vQJ2GUsQ6EGiNo4LIXNZ+dsPFB5pDSPZKBda+UpWyWBTLlmY5eDEI7SJlEk3r8+qfX60/Mu9p8vp4Syunm8xPoq8VsliMoMAJQnESO0UJeG5qUQhljIJJGjRKh48v7LqGE4jzPHLJmN/rpMbUx91B0O/KMjrlvQZNat6CMIhBIdOuXCJ1tPt9JCcV5lTlkLfpqrdKY+7KGNgxIBqTsRJMma1BG87DgAatX7iXMgAs925xBAcX7J3PH4iT6arnSmHt3cq77eP1oUjqBUtpGhyGrhFx/qa0KDPitZ5tTKaBcbj7fi77aXcp+tC2MZom3bPGGw2hQU3wcZUUG+wu/VwffWVX4rYGpZqVCIjWfXULN5+Vh9NVKNssONE5jzN2AehhGZeHGnD4LDoAJZ9vXfL6FEsrd5nPpK+ivfeIxdzNSIGU7mtQHVaisn6s8yqnYAmIuNp9Po+azw83nzeivrjXsR4eTKMnqMXdf29hxVLZT6bMgVyKk5jP5kDljRQv66zPxBL0ZvSAlZPxrahhVdQgqj0ZLhLxTPNvcSAnF+YS54tEDqEG4MOspnDvtIGXM+NfUJCpqy+mzYAqMOP0szza3UkJxnmOOWLMQ/baVzfIuzp06kFKJJiUAIIKKxgSj7UZLhLzzPetcQAnFeZO5Yfke9NvjbJYnUagpkpMWv8bcO1BsZ0F2GRTpKfjRFjiqGRWFcqk8hsCMSz3b3EwBxflr3jef16xZvHzf2oXov0Nslpekn2dUlfg15l4mO1SQRa/67tBWVBOJ51B5rAdDrvRscxMlFOc1lrc+x4AtZbM8Jvs8o2o8bHDMfQCyS6BIeFw3sDI5VB4j4/ADaj6Tj2mqPZtF/2/MXfp5RlWxyTH3MsguhSIlwBtENX05VB5TYMjFnnVudyZoqPlcugiDda/imHsIcrLarzH3Vaj3rbUQRWql/zeCE/n9KK8nBoZcSMv7rLfxBZavlmLAPmez/En6eUZRVdLgmPsgZLe/BUUKgNeOSnrUx9zbhkHA4ebzZZRQnI9cPT6or2IN+9GGZFBPw50olPBtzH0EsitHkVbtUdUh5TH36i1gzM8929xFCcV5i+WtPRisvYpj7qsgJ0XGtrkL5rkyuSzii7WhihrVMffqNBhztmedayihOH9j+ephDBQ35r4SRSqGIRexZlPb3AXfWmPdKJIW/slAYEZ1zL0pBOb82r7m839RQnFeZvlqFwbsYfaj0t1B7T9pMLnNPQPZ1aFIdRx+Ktav3jBKo6TmAjDoHM82N1BAcV539fqgvgNsluXyAwOK1pnc5t4H2bWjyAScSKJZuWE0iXJWN4JJ91jffCZfs3y1pgKD9YXipvgOyEmvX2PutZprS2dQZDRLUjarHtJoRRnVxSDgfPP5d84EDTWfn0VpaxfnYoPamPsByEnC5Db3QsiuJvdWT2IK5UwrjLknRxrBrJ951uGX95EvWb56AyV1HWTaFssPDChK+TXm3hjWGxkfQpF+yCa+s0nlkEYtCkXGxkHE/eV9dziTM9R8fmQZylm21Mxx1lCWHEmXjdQXDpTMVFZWRo5q4tY7JE1uc09Adj0oshOyi9a2oVDLfrmydySTjoN5d3u2uYISivOp82PuRx5mPvi3OBfjALyO4vpWY9vcJ1BoCrKLVqDIFjiZWN26/qRU9O4v6T2a3s2RSKQCed0l00MNcZgT53m2uZwSivMNy1dfoJRXtjEfbGhBkTf439+GkTaUpz/mXq13ibTPj10UsZr0aG17e9HIurITaYATiB6VSCRqCgoKasbjMHeu8qzzB0oozvssXx1AGfceZn7Yp/oyXjfWinJMjrk3aI25j4HbrqXmMzWf53bM/bFnmSb5Mff/heOqUjPmt7kXoVBzDLKKR1AkBG672rPN9ZRQnLcdHnM/sGsr0yU/5r4XjqkZi8zFNvdWFCrSOrcTiYPb7Gs+30YJxXne2TH3hftKmW+Wo9CuY3GVCaM+9TH3AhRLQ3YjKFIPbjuTms/UfA7Mo2E8iYr3ljI/rUWhJ+Fb40VdqMbgmHt1FWQ3iCKrwG32NZ/P4JvP5CuWpw5ido+v38b89TiK7HkIAOK11ei7cr/uWOAEZFGVaBjV3UVhnvvL+06lgOK8w/LVP/DEln22awXz21YUOgQAoUH0X9d+jTsWoiZgTefQZOFgNcoY4N67TOoBA871bHMdJRTnA5anSvcu5O1976nNnz9cygKwHoU2wf5pDEIhSClWve9V1dleGEEFQ9x5aZOGIHhn/9765jN5hkkge1Fk0QN1bRiIlPodC3ETsKpvexIV1XDnpU2qmZfN59P45jN5mhGxNV0ocm+qAoOR0L9jwTUBY+nt1ahskDsvbdLM/Gw+X0QBxfmQEX/OtR7BgPSClE7p+17j4pKyaBdFGRrWDgacYn3zmXzCiIFzrQZ+V6dRqBIAYunVYf3x1QE0rG5+Np9vpYTiPMfy2so/BWqfkXOtAg1+3bHAMdifGsRcRWIqax2Mj87qO9+zzh8poThvsny2FYO1QrzHxpbf1QYUKx5r8md8tQ8Ny4ABl3q2uZkCirPxQZbP1mOgjhg51yowrX3Hwv/x1QwaVg4GXOnZ5iZKKM5rDg8b6PtCfK7Vmt/VXgxYVxSOiUXQrK4oGPArzzaXUEJxnnd42EDfUvEeG1t+VxMYtELueqFJhWDAxZ517qSE4rzK8tmzGKhFpeI9Nrb8rqYwaCnueqFJKTDgQvuazxRQvH+yfPYGBmqleI+NNb+rhSZHzWfQsJr52Xy+jAKK8xHjOHQ0R98SjXOthsfc97dgwHq5r58m9c7T5X13UUJx3mL5bCkGKrlB/pvnv3YU56AMhUpASjkGbR339dOkdTA/m8+3UEJx/sby2X8wUH+X/+YZfvQByMEqFCoDKRmT46uFaFjD/Fzedxq/vI+8zPLZAQzUQflvnnvZQ5CDCb9eb2LdGLDmmLhlHeB/24BzPNvcQAHFeZ3lsxUYqPCj7HubUGg9+zOoq6r26xthncnx1U7zo7Mm3OPZ5kZKKM7XLJ9txkC9qPDNc+v9kINy374RtmPQOrmWtUmdYMDpZ9HyPmo+B2ohBmq9/DfPPew+yEFG82+EBucMklWClrWB//a8az5fQAnF+ZLlsW1hDNRW+TH3tewvoC4eQZF+kFKDQVvNHRMzaTXMz+bzHRRQnL/mdfN5BwbqcYVvnstzesJKo1AxSBnCoBVzx8RMKgZqPpP8bz6/h4FaK//Nc3fp/ZCDIhSJVIGUHgxYeJw7JmZSAuZn8/lySijOxyyPHU5ioJZnP9fKW6n+hCX3FjQGYpLr9GpD2Y0p/bEyJCmDIq0hGXVgwlWedW6nhOK8z/LYEgzUu+wHB2UqPA+AujoUCdeAlD7UO4E6gSK1oK5EI4/Nu9azzW8ooDgbX2B57CkM1ALRudZZVi6YLFIwPTEwU1lSOOPbUpUMCg1AdvFqFCkAMfWzriGwx9XUfLbe2yyPle7GQG0yUbAW6PTtr41YpvX43wrqilEkEgd97jafb6OEcqn5vBwDtewRfszdvKkYSAmhWIfW4/8kqCtEkQzY40zPOtdQQrnUfN686ERQrHqRjJXsB//COZMGOSMoVAnZxVo1/iU6+27KQZ+7zecz+OYz+Yq55mEUW86UHMG5UgKSBlFoROvcTnUVKCs3P8DuVvP5VAoozjvMObtQYmbKkoK1b0/SHZo/ax2KbA+kdjQBFjnXs811lFCcD5hzXkShlQYK1mYLKWWo97zdiyKjgdSORsEep/+ems/We4a5RmaV8RJbCtYCTQmQNKB3hjSBIuFGUBbS+anm/cyzzWm/pITiPM1c86z82mMxbszd2jsxwxUo1Kd1bqcf1I2hyABY5BeebS6igOJ8+CBzzb0o9J4tBWuBgZiPa5YrolrjBztBXRuKDIFF7vZscwUlFOdT5prSRSi0gyn5O86NSAJkbUehHr3xgw5QVoBCCbDIeZ5tbqWE4nzDXLMUhcLbmIrD1TgnKtIgK96EQkNaPcQ2UFeLIlOgz+Xm8x8poTjvM9ccQqGFdhSsBcKjIC2teYY0E0hFeUqvTk3N55spoDgbH2Su2YNCm60oWAtUpHx93cYZvfGDEChLhPXq1NR8vp4SivM2c81WFHuYKXkX50BTp7+v29gO2YUCqSin/PueOU+X911CCcV5nrlmPQodYEqexDkw1QEKtqBYnVYPsR7UFWp+z6Tm852UUJxXmWv2otAhpuQlNK66Nu7z6zZ2xyC7SvUZLrFol06Imnehfc1nCijeP5lj1nSh0FKm5BU0rCKTADX9emPuHSozXKkSSTMoNFUioScGRvyWms/GUfN5HwotKmUqtqFZ4foaUNQYRq0tLjtVZrim0LD6edt8vosSyvnm80oUWmnzmHtrewKUjaJQV1TrA9oQt/PYpD4w4mz7ms+3UEK53nyWWZm8z5o7Yryp9roY5GACdRbDR+vCCjNcxWhYRXTeNp9peZ/zzeflKNSyganYkMTAhCORSHPlYMlA4fbMZCrUCLmJV+fWoo5vKa/N9Hej2CActxoN65m3zecbKKA4HzLXrEWhP/k+5v74mjVr/jeqKgZ+SaufIR1O79w+WIE88arSqmo0bAjMOMWzzY2UUJxPWP56dsGJHEGhhQukPCk/5r6WsfthDk2iUC/MUjDWhmrquHA0qQaMOP0saj5b7zm3GzhaFsuPuS9n7D6YQ60otA6OaUyVIEdlhqsIDesFM873rHMBJRTnTbcPTeh4hXsUE+yH/wvMnQIUa4DvFUxXoLoMF44mrQMzLvVscwcFFOevDzrdwNHykmDMnRuT+DPoaKzPpsGfMffmGBwV6xzAnJRz4WhSA5hxpWebmyihOK+53cDR8iT73mMotI97wkoUnFwCeKNaDzglKDQNAPFUJeamaz8XjgY1x+Zt8/lySijOx24fmtDxLvveYrkxiftUln9mgLcas+gGAclJzk6oSrVirgq5cDSpCMy42LPO7ZRQ7jSfn8VgLWDfewKF/s0Ye4CPH6XfwaqkzpGvYhRKNqaaMXcprgNkUnreNp9/QwHF2fiC04cmtGxi3/s3Cj3BGPsflcAaA0651ovzahRqiqCOBPfd1aDqKpivzefLKKE4H7G89cgyDFT1YfadDS1y8w8wW4/qJr2MzueLqqTBwYIJNGwCDPm5Z5vbKKE4bzl9aELLP+R3PzzGGPtvpZOmtfL7iRtBqNPgYEG8Gg0bBTPO9qxzDSUU528sb32BwToov/vhJf4JC/oVD/yFtDYITxscLEijYcbuQv+ams/2e5nlrQMYqPCjgt0P3PzDQ0pjBinpZk09CMWaDQ4WTKJhA2DIOdR8tt7rNOaezYtqY+7c2GgvnlyxdLNmCIQaTA4WtKJhZWDIPZ5trqOE4nzN8tYuDNYu+d0PTzG++QwzeHKrpCOnDoTWYdA6uVMXJnXAvG0+/44Syp3m84sYEO4M2OMotITxzWcYFBVdZE8KVlSB0BQGLFkFxxRXijWhWFOlpAEw5GeedX5JCcX5kuWrR8MYqD3yJw6ThxnffIY2pVnI8SadO+4JDNpqUDHejUJNW0CX+8v7LqKAcqf5fBCDdUi+YP0e+2nzuVnlhnK0X6uWksKgFYOCWCEKhdNgnbs921xBCcX5lOWtf2BAuDNgn6HQjp8+YUG35JhAbLimrrZVLysKMWDhcVAwhGJDYJ/zqPlsvW9ozF1wBkzmxOG2nz5hQZO5XZv7WzBgJaBgSwsKTYN9rvKs8wdKKM77LF9twoBwZ8A+R6GF7KdPWJA0t2uzHINWC/LiUyg0EAf7XEvNZ2o+B2cBBmuffMF6M+Obz0dVoD/W2TDmXuDvbvnKYbDQ1Z5trqeE4rzN8tYRDFTXGvad0kVyY+6l/MMz+mQLiMS6MWCtIC8dRpFIDRjgQPP5EkoozvMsX63AYH0mX7B+l/HN56Pi6I9+EKrDoE2CtOFmFKlIg43O9KxzJyWUM83nzZijPQulPMu+d0hyzd8D/L4Xc4sK2iUP3mQRj/i5P281CvWXceKgz8Xm8xkUULyvWL5avOIE9qHYw77fEdt0oiesKPqiNQ5CvSiUgexCKNIUB1mpAL71ztvlfadSQHHeYW5Zj0IH/CpYc2v+gDOMvugDoRrNHzPi4/68jiTmoBxscC41n633AXPLZyj0he8R+PcTPWHBOPphuz8farqikN0giozqTjQI1IIFzv69Z5tbKKE4zzBHyM94LmVK9kqu+bsvkHrfVBWI9aBQIWRX4+P+vBHMSQb0Odh8Po1vPpOnmVM+R6Flj/h9Ryy8jR31kHoOiPU2gli0C4VSWj2afpAUCgc4R0/NZ/Ihc8u9KPQGU/Ks7Jq/PwOnA7VNREFCn2a7pwdFdoKc4VbMTXUM5t4pnm1upITifMIcIT/j+SxT8obkmr/7gbcFNVXUxkBGRq/dE63wbX9evdYFMR41n2+lhOI8x5yyVH5Nu6TSZSi04oRPWFCAegbrQEo8gkLtWh/Q2kBOMeYsBHPufM86F1BCcd5kTjmEQi/6FYHcmMRffN6y3r0zDnLqUKxB6wPaGEipacKcpWDOXerZ5mYKKM7GB5lT9qDQLt/viP2H8WOj+n2ZqdR+kDUiefAmi1jEp48/8RI/qz/mXenZ5iZKKM5rzCkP+z/mfkByzP1++flxga7B+uIaUDCot3uqDkUicZDRjhp6YM79iprP1Hy27ojOHr8ikBuTuA+Al0ahZKRtsGSgsD5T1L6uLFVc3hlqSMRATQeKdWrlTD3IqAujhmaYaxd71rmdEorzKnPKi76Pue+SHZN4QPl2fHVjFPxQJnvwJosZFFkFEqJtqCUKc+xCWt5nv38yAeeO6Cz1PQKf5Z+wJLeANoE/BvQO3iRQpGJYf7ZCrIGaz7zLKKA4HzGnHEShZaU+RSA3JlGqPi4QAV9EK/QO3qT8eV5ahZpW0fI+3l2UUJy3mFP+gUL3+h6BexnXfJb9He4GX6zSnMos9OW6TSLi+x5oaj5fQwkls7zP6SM6n/segeuzPWHBqJHAqkehKb1zOzUgFBvwfSsFLe877b8ooTgvM5dsQqGKNb5H4FbGNZ9l576bwQ/xJr3dLeUoMghitahtBubWOZ5tbqCA4rzOnPIvFNrrewTuYcebz7yUicAKab5nT6NIOwg1VKBINQp0xWFO3UPNZ+t9zZxyBIXW+xWB3DX7+3PY2tIKfhjTHHPvRpE6EKkaRJFwucY3TxNOP8uzze8ooZxuPq9Asa2+R+BSdnxslLfTRGC1oVARZNcgdbxC/yjiOmhWHG6l5jMt7+N9yVyy2fcx9xXS1+z/ksPDThv4YAuKpbXG3DN+XJ3uj4vHxcqo+fz/3EEBxfmrW83nV1DokO8RuDL7ExasMxBYO1Goukrr3E45CIx3o0gkAVCk1nek5vMVlFBON5+3+T/mvlB2TOL+XD69VIIP+oMec+/aDycX65GrMg6prWGm5vPllFCcj5lLdszdmDu7L5e1L4Ogbzgc9Jh7oQ+f8SalquARmENXedb5AyUU533mkvdMjrlz2wAfgBMZC37waBSFwuNaY+5jBcfE4UQKulCkNy53kqMR5s611Hy23sYXmEMOJ30fc/87Cm1mfPN5lsngA2s7CoUjJxFGAdHt56oZFKnugG/FkvLzE+Zd7dnmekooztvMJUt8H3M/XC37KFYKJ1SkfhdC1nD595owUOLqTJH8V9Jele+u1Hy+jRLK6ebzU3Mx5l6xgW8+zzYdXGANoXGr4AQ6Uahe+tPgCMyZMz2TqPlMzefS3b6PuS9AoXdP9oQFmeC+Eg6gaRVR+KlEN4q0RWWmPPg/E1Lz+Qy++Uy+Yg5Z7v+Y+7vSg6gPCR6YfJ/DGq5A03pyuzpR0SC/B6eig5rPx51KAcV5h7lkLQodYUqeRLGubbPHRnkTeFKRmMYOLOOGAHjx1Si0U+VMY9vOuv0wJ871bHMdJRTnA+aSx1Bo2Rp2EqWLly4Wj7nzFq7hn7Di4wXp0dqx7QNT8dWBlee2o3E1wKvpR6HCGBy3HyWEW0sm6ou+0wjGnP57aj5b7xnmkMUo4bElpeynHtm66Ykv3nu8BXEx3/SRcOTgYXYfQLQj1DfUninsbcZjJoRDTsliOLF4NCragWVaL3AaR6pRqLkRZmlFFc0xMOZnnm1O45vP5GnmkCdQypGVO5Y/yn6wYcW+XU99diCMP3icb/rIaXm8v7UFf2oUelCkfhwA4sM1BaHOVamy9snMRE9JZXMSsQ9OJo3GcQuMO4qSKBZOw2w9qGIazPmFZ5uLKKCcbj7/G+W1HHll4Wd/enE3ctbyTR8t4UYYQKHkYHNS/Cc53iQa1wDHVNWEavtRyojOP7sTzLmbms/W+5Q5ZEML6lvOZrsX9ZQAlKA6qQJfK5rWPIPqSuKC4qJgx4Q553m2uZUSivMNc8g+1Le7lM22G/XUAkxhrlJwMgVoXA+qa6rR+SY7Mb+bz3+khHK5+bwS9a3kd/fpKRB0UTS2Ba/Lj8BaBZwEKiie183nmymgOBsfZO4oXYT6lrDZ1qOe5hjAoE9/kuNNoWnV/aisHnixJEoLj8/r5vNNlFAuN5+Xor6WDfyyGi1FgnXrGndqEmhcTwWqGtyvlbT983t53yWUUJznmUMOob4/sdlKl6GeTp238QY4mRQaV6ie/wWCm68CtfO7+XwnJRTnVSfH3DU8wVcTtbRUAUAzSlC/U1OIpoV7UFVK8/FtC5hzoX3NZwool5vPa8KojRtz34VC4rmECOZmGkBwW96wkgiKSeyR70NZbWDQbz3bXEYB5XLzeQXqe0x52aj4A0YT5qZcfFTL8m+EbcOa8xhj87v5fBcllMvN5+Wo7yXm6xRWAo5KYk5a9sPJZOwPrGSBbgcyBOacbV/z+RZKKJebz1t9H3Pf5ktVuCmIMfdYBE0bbEM1o5DFBMqJxGFeN59peZ/TzefS3X6PuS9FMfFcQncQY+519n/AatdubdfDvG4+30ABxfmQOeUQ6nqKv2ihp06n8peAkxlB41arjqBlFetHKX1g0CmebW6khOJ8wpzy6DLUtMTXL5mRmMbi9Sk4qUE0rbsEVWRikF1BUn5/vCGnn2X98j7yHHPLDtST3CC4yqomwx1S1dg8xWss9EU1ikQKj5kMo4LJGJzMaBjFesCg8z3rXEAJxXmTOebfqOU9xlm8GzX06Tw3NUDwohXi4OGuS8upSIFAcQUKDYFBl3q2uYMCyrnlfbxtu1HHDsZbvsyHi1g9ubWmg7cKhdLcn/akNKdBKFSJIjVg0JXWN5/Ja8w5S8KoYRvzM7EG4AfjbaisCAyoR5HqOPwgXo2yMlGQEK+tFg2FzO/m8+WUUJyPmXt2aCTWK+wEntyNOSqDY8b7UVUnBE9igHNCfe3eTCdIGp8Oi8ciDLnYs87tlFAuNp95S45ojrnztu7B3HTAcbFUN6J1m4HTKrOfRShlqjwG8gp69F/xXG0+/4YCirPxBeaiDbsew9w8meUHHlqGYoLibjw9OdWl0ho2YFLmhMYPYq0o1l0UAkUFmWqpVzxqPpOPmKsePrhgYRJVvcuyObx01xt7HztSjSomgRffkk61F9WvHiipbK62YDNwK4r0yxeWIz0joRjkIF5XXFbbPlI0Xb+6cLadYNLPPdvcRgnFeYu5rHTFkideWrtAwQ4m8siji1cs37Tk4BPr169/ae1RXyz4zlNFJ1AAQlXRbGIQvKpioQY4JlSUVXttalU6Af/X3r3stJkmYRwvMoDBDtgQsDk4ISEQIIHOkBAy04dx1RXkHlrKDhbZeNN3MDuWvgp2vYTVIC6ATTZBopMFRBwWkSDKZuZDI2UKMdJo8tFdr/3/XUTJ3+N66k3asIQzax5+VeTjTSNtuC3RDPYYvD1FPjYaSNuIRHPLPOwrcvJzI21YlWjmDN6FIh9rjUSA5jPNZ7xuBIP0j/cVDd4nRT7+3kgb+iSaScO1zWcQYeGFRPPA4J0p8rHeSByqEs13Bu+zgggLmYcSzl8N3qGCCAuZRxLNouGGms/4pYG0zUg08+bhveYDrxqJQ0GiuWsedjQD1kZRlnCeG2g+03xGIs1nuwLnmgERFobCN5/xQXOCRuIwKtGsmIcjzYAIC8NjEs2SedhWBI2wQPO5xzxsKWIe7wPN5wXz8FEvgeYzuiSax+bhVEHzGTSfkzreB5rPqEk44+bhQDOg+Yx7Es0z89BqKlgbRWZaonli8N4piLBwqSTR3Ddc13wGa6OoSzjLBu+tgrVRZCYkmgG7Al80JiIs0HyeMnjHGhTH+8DxvqcG7zcNiggLNJ9n7Toc7wMRFm7Hbz5jT0HzGZmR8M1n7CtoPuPSqkQzZ/AuFKyNItNfkWjuGGg+03xGIs3nosH7pDHRfAbN50mDt9nUmIiwQPP5gYHmMxEWEm0+40RBhIXMQwnnpcE7VBBhIfMofPMZrV0FzWdkZiSaeYP3XoOi+Qyaz3cN1zWfQfMZZQnnuYHmM81npNF8HrQrcK4x0XwGzedbBu+DgrVRXBoN33zGkYIIC5n+MYlmyeBtK1gbRaZXoukuGrwtzYC1UfSl0nym+QwiLLyQaB4bvDO9BJrPqEo03xm8zxoUERZoPo9bGmg+E2GB5vOiwWs1NSaaz6D5/MSuRfMZNJ9Rovkc3o4GxdooaD4vG7y3mgHNZ0xwvC+V5jOIsDAk0UzZDaH5jAZoPudsxa5D8xlEWBgek2hmLRE0n4mwQPO5x9JA85njfaD5vGDwPuol0HxGF83n8E41A5rP6K9INHcM3j80A5rPqEk4RYN3oBnQfMY9ieaZXYvjfSDCwrRE88DgvdOgiLBA8/m+wTvRDIiwUJdwXlqaaD6zNgqaz2jtakw0n0Hzed7gHeslcLwPBYnmqcH7TTOg+Yxhofkc3q+aAREWbks0gz0Gb08zoPmMEYnmlsHb10tgbRSrEs2cwbtQEGGB5vO3ofnM2ig43lc0eJ80A5rP6Eul+UzzGURY6OLNZ5rPrI2CCIs3n3nzmcwd+eplbZS1UdZGwRYW10bJ3MnckbMCpxriI3O/xKkG1IU9dx6p55F6sNTAeeS8nGkGnEfGqISzYvCOFPxJ6PBFyD137rlTzAH/EdIk/Gbb+i9gYKEk8Ty3uFjDYg0LbI06ywbvUKHKwMK0BDRu8A4Uyt4oymMSUI/B21Io95HRJykMLOwpGFgYriYxsLCnYGDhnoRkuGJPwcBCQfiFxcBKAwMLExJT0UDozr+E8PoLEtNL88BaAwMLjySo5+bhrYLF0Q7XX5KglswB1RwGFvrEi3qtATyjSvkZ5apEtWIedhSdfQ8LMxLWA/Nwoejoi6OoSVy3zMOxgpvuXEYOasA8tJoKXs2hlBN+cxRsjrLqjnpFnLB7DWCvgb0GvJDQVszDjoK/CfkgDGrKPLzTfOBVA3wQ3nDqjs2mojNTd/SPSnSz5uFQQYjFU4SRQywQYhFi4bbEt2A3hNVR/NxAQupVyQcnsdjE4iQWCLAyT83DiYJvQl5ODWrSPBwr+CbkCBZXRzmTzDcheHYi5xMzOFJ01okZ1CqSisGiOWh9UbA72kkeViUJxO7E7sTuqJckIQM95uDjrqJjfmKhXJCk3DXwFAVPUTCvEjFQNHTmTyx+YmF4VFIzZ6BQSIrF76tEDI6bg809BZeSmVdBzZuHM21/7GKhXpAk3TF02m13zmLhYUnStFg0B/tfFO2du6O3IqmaNw+nmg+sx+xA49GYpOu+edhWsIzFQeSgumfNQetA2xVXG1DukrQtjpuD/XNFe8ZYqJUkdQs95uBdU9GOMRbuVSR9U0ysK86a2naYWBielri45Rfglh/Wwkws9JZE2nNi4aip7YSJhf4RaR/zPebgoqntg4mF3oJ47ZVj4bSpaJMcC+UZaTOT4+bg/bnmAut/8HYDJqrSdhZnzcH+geYCr/7IDVLUVqUdda+Yg9ZnReItHdSHpF1NjZuD03NFwp+FKI9UpH0N3jUHm9uKVO9jodxXkfY2tWwOzrY0F1jfaPyeUB+pSNvrfuxv+qG1s6u5wOvfb8EBtZkx6QiDjKwrNhlZjKy09E90SecYmPPpOz6enGsu8PrG03fUhqrSWbqf+K0stC4ONBdYu8ksCw/7CtKJnq28tP+EDyd7mges39DPLNRGCtK5Juf87ywc7xw0NRfMrI1GrlB/NF2VTjc49XSpaF9h8+zz4a7mAGtvNnLJ4FHu7XtRkn/D4vzju0vLX+cWPpzubL/d+qLfCutrr99s/PL/zS0M12sTfUNdVcE1ugcWJycXbn2Fn3764Ye//fm/+v77H3/80/8C0zNDf7lqaGhmugvXWh0dLZQq0hn+Ca7AwgcqkR9lAAAAAElFTkSuQmCC);
}
.amstripe-saved-cards .amstripe-card.-american,
.amstripe-saved-cards .amstripe-card.-amex,
.amastripe-card-saved .amstripe-logo.-american,
.amastripe-card-saved .amstripe-logo.-amex {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIAAAABQCAMAAADm3o3WAAAAvVBMVEUAAAAAeaoAeaoAeaoAeaoAeaoAear///8vkrpQo8U/m78Pga/f7vXP5u9fq8ofibQGfKyw1eV/vNT7/f6Pxdpvs8+/3epwtM/v9/o1lbwThLGgzuAXhrL3+/3k8fbZ6/Lq9Pim0eKAvNUojrcKf65DnMH0+fs7mb4ji7YbiLMskbnT6PHE4Ot5udNpsM1Yp8it1OSJwdhcqclJoMPy+Pu42ui12Oecy96Ux9x1t9HA3uqXyNxNocTI4u2EvtdAUGj8AAAABnRSTlMAqyH19OuF2M8/AAAE7klEQVR4AezOSwEAIAzDULpP/UtmYKI7NAbyzoICRUmF+P+mrH4CUBgGkBSWA6A0AwwwwAADbrv20pU8r4ZxfHZdKSltsIj00ELlfD7gQR99/P4fa6dpCri2794VB74DfgO5xSz9Y7Mgg14DrgH/yoCDY/gTx1KA7/yzw2xQDlMl3p2TSWKHUNlhWisgZCn/Q8sDtvxf+jSWXZ5L13YYz+1wVysgZyno0ephwEssaD1+J2AW8FVKeaC2k9qW3DyzH+lxwoWs5KymwSrlm5Q7Mr2fSo2cyOJ7ba6HEbWNlMt6ATs+DKE1Sd7YS9ILylGwiUpMHHlsAzcMDjDYgZakJH1ozyQdoFMrYNhlGxgC+yoAS5JpdAyQnrEkAP249wEVmIAYwNzxPL6b3/BcBUTdbwTcMvCBJwWVmYAZ4JB8AyIbIGgBoFb8wx5MQAN4K/cMkhgYlAE+sP5GgMstMCrWv5qA1wjoMZgC9zZg2jHGVUCmMKMJUJABtTVwY16GCdgCaNYOcMgJ0OISkOMi4GYFrIsov2cDrCYBCCHmQyA2AV1gTq07hMq4A0YmwL0FwqBuQJt/AfUcx5GeTUCmoPoToO1+EVB6734K2AGDOG6bNUVANwGe6wdsUPGDIoAecADkuAqYd42AABwtAfYmIFAYpjR7yNqbAOZANKkbkCkcbU1AE4UV3a83odlyJoAT4DZljiOVmQA2ANQNeNXdzcI9EJoAjgCo/jFg2DAey4AumQBlQA5ASQW0m4V34LUMWKjaATsJLFgY62lkAp4ArFkFVOIyICQHQGoCuD++mWpmI0cmgKvaAWshPLJ3/0x+iMIbyYMQLpkJsWFPVFrUX0hBboR4yMuVuRPqZ1/ITWNBOqKQsc9xQw9/623CwgYqYz2CX3kEPB7tadUNcBWwYqUTUOuN/39AHHft9I7zl4BO/YCZ0HwAQ1HxB0KbzcWXhmdzAjUtJ2i+qCBqlGbXM+FlAfPGJwMAUePMbHaaQ/Vp9SCaVKOfVMO3A1r8JA0hF18dCY1xn2e6wX8vuv9pAPtiyctdFHAnjkKXDOiOGkeeztnZ+XDfZSYqLY4/7MIx+6tG6ZIAByeDLtmfAjMcPdJDZZC6qMRBCKv7MIV1YUDYCIUmgUn6EALTv4AqziMKmBQBvnkjALbu6fNqC2AqCg8vRZwZLwxo0lgOAWcEJD0X8KnpkIheuVOCUXVwKX0AezuugVcaFwY8uYU+WyjIJquAPpBUAfSKhcDANdIXwH9udRYBuQJE3PrTCy4MsDzyBYDqsAiQ7Xb7IwRG9ICG53kjYH62Bzo9BUPuuEQpin8asDJPmYDKVgdYSY9nAcwTlJ74IlFaXxaQNwsu2ygMzSUoRxGzCIh835eAn7rAoGmMyWDxmL9MgTs9Nh/zdgKMfrQJcwCrEEiys73Gag+Mp8Cf0w8qr6fTwR6YXBawuS2sFbBm3wfE4vR3AhuQ8Q7IXSC6Nf5m5mGjgNXCjA6Aw2UBR05A9iJAmICF4xzEnQ1o8AaIXVTiJizptmDNVhcEbOTRqLiwXCrABPyBdse1lE9FwIuUb66s5DZAvvdoA6JN9vMPo+Ygo1UFlBqs48cBboIw/WZAyqP+6NsBofOJD0A41gTa1ClFzj8IZ6dRXc+En10DrgHXgGvANeAacA349dt4fv9Gpt+/lev3b2b7Zf8BtKI6X1ThTRcAAAAASUVORK5CYII=);
}
.amstripe-saved-cards .amstripe-card.-discover,
.amastripe-card-saved .amstripe-logo.-discover {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIAAAABQCAMAAADm3o3WAAABrVBMVEUAAADw8fHw8fHw8fHw8fHw8fHztoH0nVP0nlTw8fH1gh8AFiEdMTpodXwsPkelrLDo6erT1ti0ur3w8PDw7uv1giBFVV31jzcJHikFGiXEycv5sXXs7u7i5OXg4uLKztCHkZaDjZL2lEH1hCTo6urw6+bw6eLc3+C7wcOvtrn8z6nyxJt5hYr0sHX4pV86S1T2l0UWKjQPJC71hibq7OzZ3d7Bxsi+w8arsrXyzazzvpHzpWL0o170oVknOUIjNj/1ii7x5Nf+5M792r37xZf7wpL6uoNxfYNebHNaaW9WZGz4rGtQX2b4p2L3o1v3n1T2nE/0m08gMz31kTrx5dvR1dbx4tTHy83x3szx28fx1Lv91rXy0bTyyqjzyaWWn6Pyx6GRmp/yxZ7ywZbzt4NseX9mc3nzqmtLW2JCUlo3SFAzRE3l5+f/69vO0tP938W3vb+2vL6psbT8zKSYoKT7y6J9iY76v436voz6vYjztYD5tHr5s3lAUFg8TVX0mEr1iS3W2drIycn91bW0tLShqayao6eXn6SNl5uYl5fyuonzuYd2dXX0rW/1qWgOsa4KAAAACXRSTlMA9SHrrKk+5OIO8QHYAAADj0lEQVR4AezOMQHAQAzDwPqTDOZPuGlJ+AeJgO65oDNyJM35/+VY9QnawXoBcjAtwNEAAAAAAAAAAAAAAAAAAMBLTZ39NLEFcBx//uU3tDOdS5mZLu1ASZfbS2nTpfdyaSMLlB1rAA0RhARkkQVFlCi4Lybq3+w5ByRjjIm28cHvA6HtQz+ZnvP7wwCRIi67Z+i/H5DVNK0WfC+/KahlYbp52ucBAOFVH8ndFGDevt7Z0/Ns3YSrNZNKVtOyaU2VTsm/uXgi+iHWEqCDKq0C+NiBE9K2mNehB6mK46+Bzq7++fn+rsHeBdKFaI2M+anyB6jafvnxdYuAWuwwa7GwrwAFBvXwyREwSTZixdhkHHd7umenQqGp2f4BBFk3IalnEADHMAxdABaMBpmKmi0CfADKFqclIExuQFYhxyFLXuvs7nv6eGTk0ZO+7ltVMqA+9EtABCIBMFAi3wFtALBBWxcAgWAwbcq3CzpU/z6fC41mXi1nRkNz6+GmgGKCWlgC3vr9fl0B0mS1PcB9MiYBjkayFkCQ27jo766+sYfDQ0PDD8Zm/oNLOxmx6EICZIYAbE5YbCbaBuxLAIrHO6S95AHcmDnNHOztHWROBSBq0Y3TiirATi6XK6lDaE8baA+wyUJRAmRVctzzE3iewIp8/M0aG4D3DGzSrqA9QMViAxJwFAWQ50bq6hAuqjOwrM7ATaBMkfMtYOGcWrR1QL1cHbeYT0pA1d4pR11yVV7DiXJkSVzDgatb8A9Eu2QOF4BDx3Ei8hAaBW6ZLQNU9SVIgGNdvPIOUe/g5Q586oXomHwDkWeIDLlM8Tam2Le19nWKnTPS3iqpKd4lmZNTfOd/sYSfV0zIEvl8GCLPFL8AprX6j5d4UQJ+uoSRuPq3VMT3lZL4pb4Ua8eoDQNBFIZTOeFvPYt6C20jBIatJEuwOoKwCLaQg4kEvoOb9MmlU4W0Tlh4/wm+qaZ5tubSd1xnIAScOhAC+ptDCCjWADqALRF0ACsz0AG21yPoAL/XSwC2ZKAD+K8IOsBrFUAHmA4OZAC77gEZoF8jyADbuXMgA4yfGaACWN06kAHOVQRUgLHZAyqALwcHKkBxaXNABPBvbQBEAF92OSACnJrBARqAzdURQAPo39sAaAC+/jldALDp/uFI0T9mPH6+DzmJCn8cMo2XaudI2PPjU65iag4ZiYubh8Zsdl5uO9IXXjZP+r4BfO3JLU/cG3IAAAAASUVORK5CYII=);
}
.amstripe-saved-cards .amstripe-td {
  padding: 6px 3px;
  vertical-align: middle;
  text-align: left;
}
.amstripe-saved-cards .amstripe-td.-name {
  word-wrap: break-word;
  word-break: break-word;
}
.amastripe-card-saved {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.amastripe-card-saved .amstripe-card {
  display: flex;
  align-items: center;
}
.amastripe-card-saved .amstripe-card:before {
  margin-top: 0;
  margin-bottom: 0;
}
.amastripe-card-saved .amstripe-card > * {
  margin-right: 5px;
}
.amastripe-card-saved .amstripe-radiobutton {
  margin-right: 0;
}
.amastripe-card-saved .amstripe-logo {
  width: 60px;
  height: 30px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.amastripe-card-saved .amstripe-name {
  font-weight: bold;
}
.amstripe-newcard {
  margin-bottom: 5px;
}
#customer-co-stripe-form label {
  display: inline-block;
  margin: 0 0 8px;
  font-weight: 600;
}
#customer-co-stripe-form label:after {
  margin: 0 0 0 5px;
  color: #e02b27;
  content: '*';
  font-size: 1.2rem;
}
.fieldset.payment.items.ccard.amasty_stripe {
  border: none;
}
#payment_form_amasty_stripe .data-grid tr td {
  border: none;
}
.amstripe-newcard {
  margin-top: 10px;
}
#payment_form_amasty_stripe {
  margin-top: 10px;
}
#customer-co-stripe-form {
  margin-top: unset;
}
#customer-co-stripe-form fieldset {
  padding-left: 0;
}
.amstripe-td {
  padding: 0;
  width: 40px;
}
.amscroll-page-num {
  clear: both;
  padding: 6px 10px;
  color: #252525;
  letter-spacing: .03em;
  font-weight: 400;
  font-style: normal;
  font-size: 1.4rem;
  line-height: 2rem;
}
.amscroll-page-num.-amscroll-button {
  display: inline-block;
  padding: 5px 14px;
  border: 1px solid #c2c2c2;
  border-radius: 2px;
  background: #fbfbfb;
}
.amscroll-page-num.-amscroll-divider {
  border-bottom: 1px solid #c2c2c2;
}
.amscroll-page-num.-amscroll-background {
  background: #fbfbfb;
}
.am-word-break {
  word-wrap: break-word;
  word-break: break-word;
}
.ie11 .am-word-break {
  word-break: break-all;
}
.amscroll-arrow-icon {
  width: 14px;
  height: 28px;
  background: url('../../frontend/Mgs/molla/de_DE/Amasty_Scroll/images/arrow.svg');
}
.amscroll-chevron-icon {
  width: 24px;
  height: 24px;
  background: url('../../frontend/Mgs/molla/de_DE/Amasty_Scroll/images/chevron.svg');
}
@-webkit-keyframes amScrollRotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.amscroll-loading-block {
  margin: 0 auto;
  padding: 10px 0;
  width: 20px;
  height: 20px;
}
.amscroll-loading-icon {
  min-width: 20px;
  height: 20px;
}
.amscroll-loading-icon.-amscroll-animate {
  animation: amScrollRotate 1.5s linear infinite;
}
.amscroll-load-button {
  display: flex;
  align-items: center;
  margin: 5px auto;
  padding: 5px 20px;
  max-width: 100%;
  width: max-content;
  border: 1px solid;
  border-radius: 2px;
  background-color: transparent;
  text-align: center;
  text-transform: capitalize;
  letter-spacing: .03em;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 2rem;
  cursor: pointer;
  transition: color 0.2s;
}
._keyfocus .amscroll-load-button:focus {
  box-shadow: none;
}
.amscroll-load-button:not(.focus-visible) {
  border-color: transparent !important;
}
.amscroll-load-button:hover,
.amscroll-load-button:focus,
.amscroll-load-button:active {
  background-color: transparent;
}
.amscroll-load-button:hover > .amscroll-text {
  filter: brightness(0.8);
}
.ie11 .amscroll-load-button {
  width: 120px;
}
.amscroll-load-button > .amscroll-text {
  word-break: break-word;
  word-wrap: break-word;
  transition: filter 0.2s;
  pointer-events: none;
  user-select: none;
}
.ie11 .amscroll-load-button > .amscroll-text {
  word-break: break-all;
}
.ie11 .amscroll-load-button > .amscroll-text {
  word-break: break-all;
}
.ie11 .amscroll-load-button > .amscroll-text {
  word-break: break-all;
}
.ie11 .amscroll-load-button > .amscroll-text {
  word-break: break-all;
}
.amscroll-load-button > .amscroll-loading-icon {
  display: none;
  margin-right: 10px;
}
.amscroll-load-button.-amscroll-loading {
  pointer-events: none;
  user-select: none;
}
.amscroll-load-button.-amscroll-loading > .amscroll-loading-icon {
  display: block;
}
.amscroll-arrow-style {
  padding: 0;
  width: 50px;
  height: 50px;
  border-radius: 100px;
}
.amscroll-arrow-style:before {
  border-radius: 100px;
}
.amscroll-arrow-style:after {
  width: 14px;
  height: 28px;
  background: url('../../frontend/Mgs/molla/de_DE/Amasty_Scroll/images/arrow.svg');
}
.amscroll-arrow-style .amscroll-text {
  display: none;
}
.amscroll-text-style {
  padding-right: 7px;
  border-radius: 100px;
  transform: rotate(-90deg) translate(60px, 60px);
}
.amscroll-text-style:before {
  border-radius: 100px;
}
.amscroll-text-style:after {
  width: 24px;
  height: 24px;
  background: url('../../frontend/Mgs/molla/de_DE/Amasty_Scroll/images/chevron.svg');
}
.amscroll-edge-style {
  right: 0;
  padding: 4px 26px 4px 20px;
  border-radius: 20px 20px 0 0;
  transform: rotate(-90deg) translate(71px, 72px);
}
.amscroll-edge-style .amscroll-text {
  margin-right: 20px;
}
.amscroll-edge-style:before {
  border-radius: 20px 20px 0 0;
}
.amscroll-edge-style:after {
  width: 14px;
  height: 28px;
  background: url('../../frontend/Mgs/molla/de_DE/Amasty_Scroll/images/arrow.svg');
  transform: rotate(90deg) translateX(2px);
}
.amscroll-backtotop-block {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 99999;
  overflow: hidden;
  box-sizing: border-box;
  padding: 6px 12px;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  color: #ffffff;
  transition: right 0.2s;
}
.amscroll-backtotop-block:not(.-amscroll-active) {
  right: -60px !important;
}
._keyfocus .amscroll-backtotop-block:focus,
.amscroll-backtotop-block:not(.primary) {
  box-shadow: none;
}
.amscroll-backtotop-block:hover,
.amscroll-backtotop-block:focus,
.amscroll-backtotop-block:active {
  border: 0;
  box-shadow: none;
  color: #ffffff;
}
.amscroll-backtotop-block .amscroll-text {
  position: relative;
  z-index: 1;
  margin-right: 10px;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 2.5rem;
}
.amscroll-backtotop-block:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  background-color: inherit;
  content: '';
  opacity: 0;
  filter: brightness(0.8);
  transition: opacity 0.2s;
}
.amscroll-backtotop-block:after {
  position: relative;
  z-index: 1;
  display: inline-block;
  content: '';
}
.amscroll-backtotop-block:hover:before {
  opacity: 1;
}
.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%;
  }
}
.ambase-word-break,
.amslider .swiper-slide .ambrands-label,
.amslider .slide .category-item-title,
.amslider .swiper-slide .swiper-category-item {
  word-wrap: break-word;
  word-break: break-word;
}
.ie11 .ambase-word-break,
.ie11 .amslider .swiper-slide .ambrands-label,
.ie11 .amslider .slide .category-item-title,
.ie11 .amslider .swiper-slide .swiper-category-item {
  word-break: break-all;
}
.columns .column.main {
  max-width: 100%;
}
.icon .brand-label {
  float: left;
}
.amshopby-morefrom .products-grid .product-item {
  width: auto;
}
.amshopby-morefrom .product-image-container {
  min-width: auto;
}
.ambrands-menu-item.parent .ambrands-link.level-top:after {
  content: '';
}
.ui-tooltip.ui-widget {
  padding: 5px 10px;
  max-width: 250px;
  border: 1px solid #cccccc;
  background: #fff;
  box-shadow: 1px 0 3px #cccccc;
  word-wrap: break-word;
}
.ui-tooltip .arrow {
  position: absolute;
  bottom: -15px;
  width: 20px;
  height: 15px;
}
.ui-tooltip .arrow:after {
  position: absolute;
  border-top: 10px solid #cccccc;
  content: '';
}
.ui-tooltip .arrow:before {
  position: absolute;
  top: -1px;
  z-index: 9;
  border-top: 9px solid #fff;
  content: '';
}
.ui-tooltip .arrow.top {
  top: -15px;
  transform: scale(1, -1);
}
.ui-tooltip .arrow.left {
  left: 15px;
}
.ui-tooltip .arrow.left:before {
  left: 1px;
  border-right: 19px solid transparent;
}
.ui-tooltip .arrow.left:after {
  border-right: 20px solid transparent;
}
.ui-tooltip .arrow.right {
  right: 15px;
}
.ui-tooltip .arrow.right:before {
  right: 1px;
  border-left: 19px solid transparent;
}
.ui-tooltip .arrow.right:after {
  border-left: 20px solid transparent;
}
.ui-tooltip .am-brand-small_image {
  display: block;
  margin: auto;
  max-width: 150px;
}
.ui-tooltip .am-brand-image {
  display: block;
  margin: auto;
  max-width: 400px;
}
.ui-tooltip .ui-tooltip-content h3 {
  margin: 5px 0;
}
.amslider * {
  margin: 0;
  padding: 0;
}
.amslider {
  position: relative;
  margin: 30px auto;
}
.amslider .swiper-pagination {
  position: static;
  padding-bottom: 35px;
}
.amslider .swiper-container > .wrapper {
  text-align: center;
}
.amslider .swiper-container {
  overflow: hidden;
}
.amslider .swiper-slide .ambrands-label {
  margin-top: 10px;
  min-height: 40px;
  color: #333333;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
}
.amslider .swiper-pagination-bullet {
  margin: 0 6px;
  width: 6px;
  height: 6px;
  background: #333333;
}
.amslider .swiper-pagination-bullet-active {
  background: #1979c2;
}
.amslider .swiper-slide {
  text-align: center;
  font-size: 18px;
}
.amslider .category-item .category-item-title {
  margin: auto;
}
.amslider .slide .category-item-title,
.amslider .swiper-slide .swiper-category-item {
  font-size: 15px;
  line-height: 1.2;
}
.amslider .wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.amslider .ambrands-empty {
  margin: auto;
}
.amslider .swiper-button-next,
.amslider .swiper-button-prev {
  top: calc(50% - (40px / 2));
  z-index: 2;
  margin-top: 0;
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 50%;
  background-color: #1979c2;
  background-position: center;
  background-size: 20px;
  background-repeat: no-repeat;
  box-shadow: none;
}
.amslider .swiper-button-next:hover,
.amslider .swiper-button-prev:hover {
  background-color: #006bb4;
}
.amslider .swiper-button-next:after,
.amslider .swiper-button-prev:after {
  content: '';
}
.amslider .swiper-button-next:active,
.amslider .swiper-button-prev:active {
  background-color: #95b5d7;
}
.amslider .swiper-button-next.swiper-button-disabled,
.amslider .swiper-button-prev.swiper-button-disabled {
  background-color: #ececec;
  opacity: 1;
}
.amslider .swiper-button-next {
  right: -40px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE1LjQ1NCA5Ljg3N0w3LjEwOC45MDkgNS42NSAyLjM1bDcuMDA4IDcuNTI4LTcuMjA1IDcuNzc0IDEuNDE3IDEuNDQgOC4xMS04LjY4LjQ3My0uNTM0eiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==);
}
.amslider .swiper-button-prev {
  left: -40px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTQuNTQ2IDEwLjEyM2w4LjM0NiA4Ljk2OCAxLjQ1Ny0xLjQ0LTcuMDA4LTcuNTI4IDcuMjA1LTcuNzc0LTEuNDE3LTEuNDQtOC4xMSA4LjY4LS40NzMuNTM0eiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==);
}
.amslider-header-container {
  padding: 40px 10px 0;
  color: #333333;
  text-align: center;
  font-weight: 700;
  font-style: normal;
  font-size: 22px;
  line-height: 1.4;
}
.children-category .amslider {
  position: relative;
  left: inherit;
  display: block;
  margin: 0 50px;
  width: 100%;
  transform: inherit;
}
.amslider.ambrands-slider {
  margin-top: 20px;
  padding: 0;
  max-width: 100%;
}
.amslider.ambrands-slider .ambrands-inner {
  position: relative;
  padding-bottom: 10px;
}
.amslider.ambrands-slider .ambrands-swiper-brand {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.amslider.ambrands-slider .ambrands-image-block {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
  margin: 0 auto;
}
.amslider.ambrands-slider .ambrands-image-block .ambrands-image {
  max-width: 100%;
  max-height: 100%;
  width: auto;
}
.amslider.ambrands-slider .slide {
  align-items: stretch;
}
.amslider.ambrands-slider .slide .ambrands-image-block {
  overflow: hidden;
  margin-bottom: 10px;
}
.amslider.ambrands-slider .swiper-slide {
  display: flex;
  align-items: stretch;
  padding: 0;
  height: auto;
}
.amslider .slide {
  display: flex;
  align-items: flex-start;
  flex-basis: 30%;
  justify-content: center;
  margin: 0 9px 20px 0;
  max-width: 30%;
  color: #333333;
  text-align: center;
}
.amslider .slide .category-item {
  position: relative;
  padding: 10px;
  width: 100%;
  border: 1px solid #fff;
}
.amslider .slide .category-item:hover,
.amslider .slide .category-item.active {
  position: relative;
  z-index: 2;
  padding: 10px;
  border-color: #bbb;
  box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, 0.3);
}
.amslider .slide .category-item.category-item-label img {
  margin-bottom: 25px;
}
.amslider .slide .ambrands-swiper-brand .ambrands-image {
  height: auto;
}
.children-category-container.swiper-container {
  margin: auto;
  width: calc(100% - 2 * 40px);
}
.children-category-container .swiper-wrapper {
  align-items: baseline;
}
.amslider .swiper-slide {
  box-sizing: border-box;
  padding: 10px;
  color: #333333;
}
.amslider .swiper-slide .swiper-category-item {
  padding: 10px 0;
  border: 1px solid #fff;
}
.amslider .swiper-slide .swiper-category-item img {
  height: auto;
}
.amslider .swiper-slide .swiper-category-item.category-item-label img {
  margin-bottom: 25px;
}
.amslider .swiper-slide .swiper-category-item:hover,
.amslider .swiper-slide .swiper-category-item.active {
  margin: 0;
  border: 1px solid #bbb;
  background: #fff;
  box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, 0.3);
}
.amslider .swiper-slide .ambrands-swiper-brand .ambrands-empty {
  display: inline-block;
  margin: 0 auto;
  color: #e2e2e2;
}
.amslider .swiper-slide:hover,
.amslider .slide:hover {
  text-decoration: none;
}
#category-carousel .swiper-button-next {
  right: 0;
}
#category-carousel .swiper-button-prev {
  left: 0;
}
#category-carousel .swiper-button-next,
#category-carousel .swiper-button-prev {
  top: 50%;
  margin: 0;
  transform: translateY(-50%);
}
#category-carousel .swiper-button-next:hover,
#category-carousel .swiper-button-prev:hover {
  opacity: 1;
  transition: all .3s ease;
}
.amslider .swiper-slide .swiper-category-item:not(:root:root),
.amslider .swiper-slide .ambrands-swiper-brand:not(:root:root),
.amslider .slide .category-item:not(:root:root) {
  padding: 10px;
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .ambrands-swiper-brand {
    width: 100%;
  }
  .ambrands-swiper-brand .ambrands-empty {
    width: 100%;
  }
}
.am-visually-hidden {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 0;
  margin: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 0;
}
.am-word-break {
  word-break: break-word;
  word-wrap: break-word;
}
.ie11 .am-word-break {
  word-break: break-all;
}
.ui-tooltip .arrow {
  left: 8px;
  width: 15px;
}
.ui-tooltip .arrow:after {
  border-right: 15px solid transparent;
}
.ui-tooltip .arrow:before {
  border-right: 14px solid transparent;
}
.amslider-container {
  margin: auto;
  margin-bottom: 15px;
  width: 100%;
}
.am-rating-up {
  font-size: smaller;
}
.amshopby-highlighted {
  background-color: #ffff00;
}
.amshopby-item .filter-value {
  margin-left: 5px;
}
.amshopby-filter-tooltip {
  display: inline-block;
  margin-left: 6px;
  max-height: 16px;
  max-width: 16px;
  vertical-align: top;
}
.amshopby-filter-value .swatch-option.image,
.amshopby-filter-value .swatch-attribute.size .swatch-option,
.amshopby-filter-value .swatch-attribute.manufacturer .swatch-option {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.filter-options-item .filter-options-title:after {
  font-size: 14px;
}
.range.am-fromto-widget .am-filter-go {
  margin: 0 10px;
  vertical-align: top;
}
.amshopby-button {
  word-break: break-word;
  word-wrap: break-word;
  background: #1979c3;
  border-radius: 3px;
  color: #fff;
  font-size: 16px;
  letter-spacing: -.015em;
  line-height: 22px;
  min-height: 40px;
  text-align: center;
  transition: background 0.2s ease-in-out, border-color 0.2s ease-in-out;
}
.ie11 .amshopby-button {
  word-break: break-all;
}
.ie11 .amshopby-button {
  word-break: break-all;
}
.ie11 .amshopby-button {
  word-break: break-all;
}
.ie11 .amshopby-button {
  word-break: break-all;
}
.amshopby-button:not(.primary) {
  border-radius: 3px;
}
.amshopby-button:not(.primary),
.amshopby-button:not(.primary):active {
  box-shadow: none;
}
.amshopby-button:hover {
  background: #399ae6;
  border-color: #399ae6;
}
.amshopby-button:active,
.amshopby-button:focus {
  background: #135d96;
  border-color: #135d96;
}
.am-filter-go {
  word-break: break-word;
  word-wrap: break-word;
  background: #1979c3;
  border-radius: 3px;
  color: #fff;
  font-size: 16px;
  letter-spacing: -.015em;
  line-height: 22px;
  min-height: 40px;
  text-align: center;
  transition: background 0.2s ease-in-out, border-color 0.2s ease-in-out;
  margin: 15px 0 0;
  width: 25%;
}
.ie11 .am-filter-go {
  word-break: break-all;
}
.ie11 .am-filter-go {
  word-break: break-all;
}
.ie11 .am-filter-go {
  word-break: break-all;
}
.ie11 .am-filter-go {
  word-break: break-all;
}
.am-filter-go:not(.primary) {
  border-radius: 3px;
}
.am-filter-go:not(.primary),
.am-filter-go:not(.primary):active {
  box-shadow: none;
}
.am-filter-go:hover {
  background: #399ae6;
  border-color: #399ae6;
}
.am-filter-go:active,
.am-filter-go:focus {
  background: #135d96;
  border-color: #135d96;
}
input[type='text'].am-filter-price.-to.right {
  float: right;
}
.am-swatch-options {
  display: flex;
  flex-direction: column;
}
.am-swatch-options .swatch-option {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  margin: 0 10px 0 0;
}
.am-swatch-options > .item {
  padding-bottom: 4px;
}
.am-swatch-options > .item:hover {
  background-color: transparent;
}
.am-swatch-options .am-shopby-swatch-label {
  display: inline-block;
  max-width: 70%;
  vertical-align: middle;
  word-wrap: break-word;
}
.filter-options .am-swatch-wrapper {
  line-height: initial;
  margin: 0 0 5px !important;
}
.filter-options .am-swatch-wrapper.-amshopby-hidden {
  opacity: 0;
  position: absolute;
  visibility: hidden;
}
.catalog-topnav .filter-options {
  flex-wrap: wrap;
  min-height: 40px;
}
.catalog-topnav .filter-options .filter-options-item {
  border: 0;
  display: inline-block;
}
.catalog-topnav .filter-options .filter-options-content {
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 6px;
  box-shadow: 0 4px 8px rgba(190, 199, 219, 0.21), 0 6px 25px rgba(190, 199, 219, 0.28);
  margin-top: 12px;
  min-width: 100px;
  position: absolute;
  z-index: 9999;
}
.catalog-topnav .filter-options .am-filter-items-rating li {
  margin: 0 0 10px;
}
.catalog-topnav .filter-options .am-filter-items-rating li:last-child {
  margin: 0;
}
.catalog-topnav .block-actions {
  display: none;
}
.catalog-topnav {
  display: none;
}
.filter-options .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  right: 8px;
  top: 5px;
}
.page-layout-1column .filter-options-item.active .filter-options-content {
  padding: 10px 15px;
}
.page-layout-1column .filter-options-content li.item {
  padding: 0;
}
.filter [data-role='collapsible']:not([data-collapsible='true']) [data-role='content'] {
  display: none;
}
div.swatch-option-tooltip {
  z-index: 9999;
}
.swatch-option-tooltip .image,
.swatch-option-tooltip-layered .image {
  background-size: contain !important;
}
.filter-options .am-labels-folding .item {
  position: relative;
}
.filter-options .ui-menu {
  display: block;
  list-style: none;
  margin: 0;
  outline: 0;
  padding: 0;
}
.filter-options .ui-menu .ui-menu {
  position: absolute;
}
.filter-options .ui-menu .ui-menu-item {
  cursor: pointer;
  list-style: none;
  margin: 0;
}
.filter-options .ui-menu .ui-menu-item-wrapper {
  padding: 3px 1em 3px .4em;
  position: relative;
}
.filter-options .ui-menu .ui-menu-divider {
  border-width: 1px 0 0;
  font-size: 0;
  height: 0;
  line-height: 0;
  margin: 5px 0;
}
.filter-options-content .am-swatch-wrapper {
  display: inline-block;
}
.filter-options-content .am-swatch-wrapper:hover .am-swatch-link {
  background: none;
}
.filter-options-content .am-swatch-wrapper > .input.-hidden {
  display: none;
}
.am-filter-items-attr_price {
  max-width: 350px;
  min-width: 130px;
}
.am-filter-items-attr_color .swatch-option.text {
  padding: 1px 2px;
  width: 30px;
}
.amasty-catalog-topnav.block.filter {
  flex-basis: auto;
}
.amasty-catalog-topnav .filter-options .item:last-child {
  margin-bottom: 0;
}
.amshopby-category-dropdown {
  background-color: #fff;
  border: 1px solid #adadad;
  cursor: pointer;
  display: block;
  font-weight: 400;
  min-height: 3.2rem;
  overflow: hidden;
  padding-right: 3.6rem;
  text-align: left;
  text-overflow: ellipsis;
  white-space: normal;
}
.amshopby-category-dropdown:after {
  border-color: #000 transparent transparent;
  border-style: solid;
  border-width: .5rem .4rem 0;
  box-sizing: border-box;
  content: '';
  height: 0;
  margin-top: -.2rem;
  position: absolute;
  right: 1.2rem;
  top: 50%;
  transition: all .2s linear;
  width: 0;
}
.amshopby-category-dropdown:before {
  background-color: #e3e3e3;
  border: 1px solid #adadad;
  bottom: 0;
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 3.2rem;
}
.am-category-wrapper {
  display: block;
  position: relative;
  user-select: none;
}
.am-category-wrapper.-active .amshopby-category-dropdown:after {
  transform: rotate(180deg);
}
.am-category-wrapper .amshopby-checkbox,
.am-category-wrapper .amshopby-radio {
  margin-left: 20px;
}
.am-category-wrapper .amshopby-filter-parent {
  padding-left: 0;
}
.am-category-wrapper .am-multiselect-crumb {
  background-color: #f5f5f5;
  border: 1px solid #a79d95;
  border-radius: 1px;
  display: inline-block;
  font-size: 1.2rem;
  margin: .3rem 0 .3rem .3rem;
  padding: .3rem 2.4rem .4rem 1rem;
  position: relative;
  transition: border-color 0.1s linear;
}
.am-category-wrapper .am-multiselect-crumb .action-close {
  background-color: transparent;
  border: none;
  border-radius: 0;
  bottom: 0;
  box-shadow: none;
  color: #514943;
  font-size: .5em;
  height: auto;
  line-height: 1;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 2rem;
}
.am-category-wrapper .am-multiselect-crumb .action-close:before {
  content: 'x';
  font-size: 10px;
  transition: color .1s linear;
}
.am-category-wrapper .am-multiselect-crumb .action-close > span {
  clip: rect(0, 0, 0, 0);
  display: none;
  overflow: hidden;
  position: absolute;
  visibility: hidden;
}
.filter-options .am-labels-folding .item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 0 0 20px;
  position: relative;
}
.filter-options .am-labels-folding .item .am-input,
.filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) input[type='radio'],
.filter-options .amshopby-category-dropdown + form .item input[type='radio'],
.filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) input[type='checkbox'],
.filter-options .amshopby-category-dropdown + form .item input[type='checkbox'] {
  left: 0;
  margin: 0 5px 0 0;
  position: absolute;
  top: 4px;
}
.filter-options .am-labels-folding .item .am-collapse-icon ~ .am-input {
  left: 20px;
}
.filter-options .am-labels-folding .item .am-collapse-icon ~ [class*='am-filter-item-'] {
  padding-left: 20px;
}
.filter-options .amshopby-category-dropdown + form .item {
  flex-wrap: wrap;
}
.filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered),
.filter-options .amshopby-category-dropdown + form .item {
  display: block;
  position: relative;
}
.filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) .am-collapse-icon ~ .am-input,
.filter-options .amshopby-category-dropdown + form .item .am-collapse-icon ~ .am-input,
.filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) .am-collapse-icon ~ input[type='radio'],
.filter-options .amshopby-category-dropdown + form .item .am-collapse-icon ~ input[type='radio'],
.filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) .am-collapse-icon ~ input[type='checkbox'],
.filter-options .amshopby-category-dropdown + form .item .am-collapse-icon ~ input[type='checkbox'],
.filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) .am-collapse-icon ~ input[type='checkbox'] + .amshopby-choice,
.filter-options .amshopby-category-dropdown + form .item .am-collapse-icon ~ input[type='checkbox'] + .amshopby-choice {
  left: 20px;
}
.filter-options .amshopby-category-dropdown + form .items.-am-multiselect .item .items-children.-folding {
  padding-left: 20px;
}
.am-labels-folding .am-collapse-icon,
.filter-options .amshopby-category-dropdown + form .items.-am-multiselect .item .am-collapse-icon {
  display: flex;
  align-items: center;
  align-self: flex-start;
  left: 0;
  top: 0;
}
.am-labels-folding .am-collapse-icon:after,
.filter-options .amshopby-category-dropdown + form .items.-am-multiselect .item .am-collapse-icon:after,
.am-labels-folding .am-show-more:before {
  margin: 0;
  position: static;
}
.am-collapse-icon {
  border-radius: 50%;
  box-sizing: border-box;
  cursor: pointer;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: 400;
  height: 20px;
  line-height: 1;
  position: absolute;
  width: 20px;
}
.am-collapse-icon:after,
.am-show-more:before {
  background: url("../../frontend/Mgs/molla/de_DE/Amasty_Shopby/images/svg/arrow-bottom.svg") no-repeat 100% / contain;
  content: '';
  height: 20px;
  position: absolute;
  right: 0;
  width: 12px;
}
.am-collapse-icon.-active:after {
  content: '';
  transform: rotate(180deg);
}
.amshopby-option-link {
  clear: both;
  display: inline-block;
  margin-right: 5px;
}
.amshopby-option-link img {
  float: left;
  margin: 0 5px 5px 0;
}
.amshopby-option-link img:not([src*='/resized']) {
  max-width: 30px;
  max-height: 30px;
}
.amshopby-item-removed {
  text-decoration: none;
}
.am-category-image {
  vertical-align: middle;
}
.amshopby-filter-current .filter-label {
  vertical-align: middle;
}
.amshopby-filter-current .amshopby-items {
  padding: 0 0 0 10px;
}
.amshopby-filter-current .amshopby-item.item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 0 0 20px;
  position: relative;
}
.amshopby-filter-current .amshopby-filter-name {
  display: flex;
  font-weight: 600;
  padding: 0 5px 0 0;
}
.amshopby-filter-current .amshopby-filter-name:after {
  content: ':';
}
.ie11 .amshopby-filter-current .amshopby-filter-name:after {
  padding-left: 1px;
}
.amshopby-filter-current .amshopby-filter-value {
  flex-grow: 1;
}
.amshopby-filter-current .am-swatch-link {
  display: flex;
  align-items: center;
}
.amshopby-filter-current .amshopby-filter-value .am-swatch-options .swatch-option {
  margin: 0;
}
.amshopby-filter-current .amshopby-remove {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 12px;
  left: 0;
  position: absolute;
  width: 12px;
}
.ie11 .amshopby-filter-current .amshopby-remove {
  top: calc(50% - (12px / 2));
}
.amshopby-filter-current .amshopby-remove:hover:after,
.amshopby-filter-current .amshopby-remove:hover:before {
  background-color: #494949;
}
.amshopby-filter-current .amshopby-remove:hover ~ * {
  opacity: .5;
}
.amshopby-filter-current .amshopby-remove:after,
.amshopby-filter-current .amshopby-remove:before {
  background-color: #c7c7c7;
  content: '';
  height: 1px;
  position: absolute;
  width: 100%;
}
.amshopby-filter-current .amshopby-remove:after {
  transform: rotate(45deg);
}
.amshopby-filter-current .amshopby-remove:before {
  transform: rotate(-45deg);
}
.amshopby-filter-current .am-shopby-swatch-label {
  margin-left: 10px;
}
.amshopby-filter-current .swatch-option-link-layered {
  display: flex;
  align-items: center;
  flex-basis: 100%;
}
.amshopby-filter-current .item {
  padding-bottom: 0;
}
.am-dropdown .am-select,
.am-dropdown .chosen-container .chosen-choices {
  background-color: #fff;
  border-color: #ccc;
  font-family: 'popins';
  font-size: 14px;
  min-height: 32px;
}
.am-dropdown .chosen-container .chosen-choices {
  background-image: none;
}
.am-dropdown .chosen-container-multi .chosen-choices li.search-field input[type='text'] {
  color: #000;
  font-family: 'popins';
  min-width: 100px;
}
.am-porto-cmtb .amshopby-filter-current.filter-current .amshopby-item.item {
  display: flex;
  align-items: center;
  padding: 0 0 10px 20px;
}
.am-porto-cmtb .amshopby-filter-current.filter-current .items {
  padding: 15px;
}
.am-porto-cmtb .amshopby-filter-current.filter-current .am-show-more {
  padding: 12px 25px 0 0;
}
.am-porto-cmtb .amshopby-filter-current.filter-current .category-image .image {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
}
.am-porto-cmtb .filter-options-content .swatch-option {
  min-width: 22px;
  width: 22px;
  height: 22px;
  border: none;
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
.am-porto-cmtb .page-wrapper > .page-header {
  z-index: 900;
}
.am-porto-cmtb .page-main {
  z-index: 9;
}
.am-porto-cmtb .am-show-more:hover {
  color: #006bb4 !important;
}
.filter-options-item .filter-options-content .amshopby-slider-wrapper {
  margin: 0 10px;
}
.amasty-catalog-topnav .filter-options-item .filter-options-content .amshopby-slider-wrapper,
.filter-options-item .filter-options-content .amshopby-slider-wrapper > .items:not(.items-children):not(.am-category-view),
.filter-options-item .filter-options-content .amshopby-slider-wrapper .amshopby-fromto-wrap {
  margin: 0;
}
.amshopby-slider-container {
  margin: 10px 0 5px;
}
.amshopby-slider-container .ui-slider-range {
  position: absolute;
  z-index: 2;
}
.amshopby-slider-container .am-slider:not(.-loaded) {
  opacity: 0;
  visibility: hidden;
}
.amshopby-slider-container .am-slider:before,
.amshopby-slider-container .am-slider:after {
  border-radius: 20px;
  content: '';
  position: absolute;
  z-index: 1;
}
.amshopby-slider-container .am-slider .ui-slider-handle {
  cursor: pointer;
  display: flex;
  justify-content: center;
  margin: 0;
  overflow: inherit;
  padding: 0;
}
.amshopby-slider-container .amshopby-slider-display {
  margin: 10px 0 0;
  text-align: center;
}
.amshopby-slider-container .ui-slider-handle.ui-state-hover ~ .ui-slider-handle,
.amshopby-slider-container .ui-slider-handle.ui-state-active ~ .ui-slider-handle {
  pointer-events: none;
  user-select: none;
}
.amshopby-slider-container .amshopby-slider-tooltip {
  border: 1px solid #fff;
  border-radius: 2px;
  bottom: calc(100% + 7px);
  box-sizing: border-box;
  display: flex;
  font-size: 12px;
  justify-content: center;
  letter-spacing: .03em;
  line-height: 1;
  padding: 3px;
  position: absolute;
  transition: none;
  z-index: 1;
}
.amshopby-slider-container .ui-slider-handle .amshopby-slider-corner {
  position: absolute;
  top: -12px;
  width: 8px;
  z-index: 2;
}
.amshopby-slider-container .ui-slider-handle .amshopby-slider-corner:before,
.amshopby-slider-container .ui-slider-handle .amshopby-slider-corner:after {
  border: 1px solid;
  border-color: inherit;
  box-sizing: content-box;
  clip-path: polygon(100% 0%, 0% 100%, 100% 100%);
  content: '';
  display: block;
  height: 6px;
  position: absolute;
  transform: rotate(45deg);
  width: 6px;
}
.amshopby-slider-container .ui-slider-handle .amshopby-slider-corner:after {
  background: inherit;
}
.amshopby-slider-container.-default .am-slider {
  background: #dadada;
  height: 10px;
  margin: 0 8px;
}
.amshopby-slider-container.-default .am-slider:before,
.amshopby-slider-container.-default .am-slider:after {
  height: 10px;
  width: 16px;
}
.amshopby-slider-container.-default .am-slider:before {
  left: -8px;
}
.amshopby-slider-container.-default .am-slider:after {
  right: -8px;
}
.amshopby-slider-container.-default .ui-slider-range {
  background: #b6b6b6;
  height: 10px;
}
.amshopby-slider-container.-default .am-slider .ui-slider-handle {
  border-radius: 50%;
  height: 16px;
  transform: translate(-8px, -3px);
  width: 16px;
}
.filter-options-item .filter-options-content .amshopby-fromto-wrap .am-fromto-widget {
  flex-wrap: wrap;
  margin-top: 10px;
}
.filter-options-item .filter-options-content .amshopby-slider-wrapper .amshopby-fromto-wrap .am-fromto-widget {
  margin-top: 25px;
}
.filter-options-item .filter-options-content .amshopby-slider-wrapper.-volumetric .amshopby-fromto-wrap .am-fromto-widget {
  margin-top: 35px;
}
.amasty-catalog-topnav .amshopby-fromto-wrap .am-fromto-widget {
  max-width: 210px;
}
.amshopby-fromto-wrap .am-fromto-widget > .amshopby-input-wrapper {
  max-width: 50%;
  position: relative;
  width: calc(50% - 7px);
}
.amshopby-fromto-wrap .am-fromto-widget .am-filter-price {
  background-clip: padding-box;
  border: 1px solid #dfdedd;
  color: #494949;
  font-size: 14px;
  height: 40px;
  letter-spacing: .03em;
  text-align: center;
  width: 100%;
}
.amshopby-fromto-wrap .am-fromto-widget > .delimiter {
  line-height: 40px;
  margin: 0;
  width: 14px;
}
.amshopby-fromto-wrap .am-fromto-widget > .am-filter-go {
  margin: 15px 0 0;
  width: 100%;
}
.amshopby-fromto-wrap .am-fromto-widget > .am-filter-go:not(.primary),
.amshopby-fromto-wrap .am-fromto-widget > .am-filter-go:active {
  box-shadow: none;
}
.amshopby-input-wrapper .amshopby-currency {
  background: #fff;
  bottom: calc(100% - 10px);
  color: #494949;
  font-size: 14px;
  left: 4px;
  letter-spacing: .03em;
  line-height: 16px;
  padding: 2px;
  position: absolute;
}
.amshopby-slider-tooltip {
  color: #fff;
}
.ui-slider-handle:not(.ui-state-hover):not(.ui-state-active) .amshopby-slider-corner,
.ui-slider-handle:not(.ui-state-hover):not(.ui-state-active) .amshopby-slider-tooltip {
  opacity: 0;
  visibility: hidden;
}
.amshopby-slider-container.-improved {
  margin-top: 30px;
}
.amshopby-slider-container.-improved .am-slider {
  background: #dfdedd;
  height: 4px;
  margin: 0 8px;
}
.amshopby-slider-container.-improved .am-slider:before,
.amshopby-slider-container.-improved .am-slider:after {
  background: #dfdedd;
  height: 4px;
  width: 16px;
}
.amshopby-slider-container.-improved .am-slider:before {
  left: -8px;
}
.amshopby-slider-container.-improved .am-slider:after {
  right: -8px;
}
.amshopby-slider-container.-improved .ui-slider-range {
  height: 4px;
}
.amshopby-slider-container.-improved .am-slider .ui-slider-handle {
  border-radius: 50%;
  height: 16px;
  top: -6px;
  transform: translateX(-8px);
  width: 16px;
}
.amshopby-slider-container.-volumetric {
  margin-top: 20px;
}
.amshopby-slider-container.-volumetric .am-slider {
  background: #dfdedd;
  border-radius: 20px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25);
  height: 4px;
  margin: 0 4px;
}
.amshopby-slider-container.-volumetric .am-slider:before,
.amshopby-slider-container.-volumetric .am-slider:after {
  display: none;
}
.amshopby-slider-container.-volumetric .ui-slider-range {
  border-radius: 20px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25);
  height: 4px;
}
.amshopby-slider-container.-volumetric .am-slider .ui-slider-handle {
  border-radius: 2px;
  height: 12px;
  transform: translate(-4px, 10px);
  width: 8px;
}
.amshopby-slider-container.-volumetric .am-slider .ui-slider-handle:before {
  background: inherit;
  bottom: calc(100% - 4px);
  clip-path: polygon(100% 0%, 0% 100%, 100% 100%);
  content: '';
  display: block;
  height: 6px;
  left: calc(50% - 3px);
  position: absolute;
  transform: rotate(-135deg);
  width: 6px;
}
.amshopby-slider-container.-volumetric .amshopby-slider-tooltip {
  border-radius: 3px;
  bottom: calc(100% + 17px);
}
.amshopby-slider-container.-volumetric .amshopby-slider-corner {
  top: -23px;
}
.amshopby-slider-container.-volumetric .amshopby-slider-display {
  margin-top: 20px;
}
.amshopby-slider-container.-light {
  margin-top: 30px;
}
.amshopby-slider-container.-light .am-slider {
  background: #dfdedd;
  height: 1px;
  margin: 0 8px;
}
.amshopby-slider-container.-light .am-slider:before,
.amshopby-slider-container.-light .am-slider:after {
  background: #dfdedd;
  height: 1px;
  width: 16px;
}
.amshopby-slider-container.-light .am-slider:before {
  left: -8px;
}
.amshopby-slider-container.-light .am-slider:after {
  right: -8px;
}
.amshopby-slider-container.-light .ui-slider-range {
  height: 1px;
}
.amshopby-slider-container.-light .am-slider .ui-slider-handle {
  background: #ffffff;
  border: 1px solid #dfdedd;
  border-radius: 50%;
  box-sizing: border-box;
  height: 16px;
  top: -8px;
  transform: translateX(-8px);
  width: 16px;
}
.amshopby-slider-container.-light .amshopby-slider-corner {
  background: #fff;
  border-color: #dfdedd;
}
.amshopby-slider-container.-light .amshopby-slider-tooltip {
  border-color: #dfdedd;
}
.amshopby-slider-container.-dark {
  margin-top: 30px;
}
.amshopby-slider-container.-dark .am-slider {
  background: #4a4948;
  height: 3px;
  margin: 0 5px;
}
.amshopby-slider-container.-dark .am-slider:before,
.amshopby-slider-container.-dark .am-slider:after {
  height: 3px;
  width: 10px;
}
.amshopby-slider-container.-dark .am-slider:before {
  left: -5px;
}
.amshopby-slider-container.-dark .am-slider:after {
  right: -5px;
}
.amshopby-slider-container.-dark .ui-slider-range {
  height: 3px;
}
.amshopby-slider-container.-dark .am-slider .ui-slider-handle {
  border-radius: 2px;
  height: 15px;
  top: -6px;
  transform: translateX(-5px);
  width: 10px;
}
.filter-options-item .filter-options-content {
  padding-bottom: 5px;
}
.filter-options-item .filter-options-content .am-swatch-wrapper .swatch-option.image,
.filter-options-item .filter-options-content .swatch-attribute.size .swatch-option.selected,
.filter-options-item .filter-options-content .swatch-attribute.manufacturer .swatch-option.selected {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.filter-options-item .filter-options-content .range {
  align-items: center;
  display: flex;
  margin-top: 15px;
  text-align: center;
}
.filter-options-item .filter-options-content .items:not(.items-children):not(.am-category-view),
.filter-options-item .filter-options-content .am-category-wrapper,
.filter-options-item .filter-options-content .amshopby-fromto-wrap {
  margin: 0 10px;
}
.filter-options-item .filter-options-content .am-shopby-form {
  margin: 0 7px;
}
.filter-options-item .filter-options-content .items [class*='am-filter-item'] {
  margin-left: 0;
  padding: 0;
}
.filter-options-item .filter-options-content .count {
  display: inline-flex;
  padding-left: 0;
}
.filter-options-item .filter-options-content .am-shopby-swatch-label .count {
  margin: 0;
  padding: 0;
}
.filter-options-item .filter-options-content .am-shopby-swatch-label .label {
  margin-right: 5px;
}
.filter-options-item .filter-options-content .am-shopby-form {
  margin-bottom: -15px;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 3px;
}
.filter-options-item .filter-options-content .am-shopby-form .swatch-attribute .swatch-option-link-layered:hover {
  background-color: unset;
}
.amasty-catalog-topnav .filter-options-item .filter-options-content {
  padding-bottom: 10px;
}
.amasty-catalog-topnav .filter-options-item .filter-options-content .items:not(.items-children):not(.am-category-view),
.amasty-catalog-topnav .filter-options-item .filter-options-content .am-shopby-form,
.amasty-catalog-topnav .filter-options-item .filter-options-content .am-category-wrapper,
.amasty-catalog-topnav .filter-options-item .filter-options-content .amshopby-fromto-wrap {
  margin: 0;
}
.filter-options .item.-is-collapsible.-is-by-click.-folded .-folding {
  display: none;
}
.filter-options .items.-am-overflow {
  overflow-x: hidden;
  overflow-y: auto;
}
.filter-options .items .items-children.-folding {
  list-style: none;
  padding-left: 20px;
  width: 100%;
}
.filter-options .items.-am-singleselect .item.-is-by-click .items-children.-folding .item .amshopby-filter-parent {
  padding-left: 20px;
}
.filter-options .items.-am-multiselect .item.-is-expanded .items-children.-folding {
  padding-left: 0;
}
.filter-options .items .items-children.-folding .item {
  margin: 5px 0;
}
.filter-options .item.-empty-value {
  opacity: .5;
  pointer-events: none;
  user-select: none;
}
.filter-options .ui-widget-overlay {
  background: #aaaaaa;
  opacity: .3;
}
.filter-options .ui-widget-shadow {
  box-shadow: 0 0 5px #666666;
}
.filter-options .am-category-view {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  box-sizing: border-box;
  display: none;
  margin: 0;
  max-height: 300px;
  overflow-y: auto;
  padding: 10px;
  position: absolute;
  white-space: nowrap;
  width: 100%;
  z-index: 9;
}
.filter-options .items.am-category-view,
.filter-options .am-category-view ol.items {
  margin: 0;
}
.filter-options .am-category-view.-am-singleselect .am-collapse-icon {
  top: 0;
}
.filter-options .am-category-view.-am-singleselect .am-collapse-icon:after,
.filter-options .am-category-view.-am-singleselect .am-show-more:before {
  left: 0;
  right: inherit;
}
.filter-options .am-category-view .item a.amshopby-filter-parent {
  padding-left: 20px;
}
.filter-options .am-category-view.-am-multiselect .item > .am-collapse-icon ~ a.amshopby-filter-parent {
  padding-left: 40px;
}
.filter-options .am-category-view [class*='am-filter-item'] {
  display: inline-block;
  white-space: initial;
}
.filter-options .filter-options-content .rating-summary {
  display: inline-block;
  vertical-align: sub;
}
.filter-options .amshopby-search-box {
  margin: 0 0 15px;
}
.filter-options .am-labels-folding.-am-singleselect .item .am-input,
.filter-options [class*='am-filter-items-'].am-labels-folding.-am-singleselect .item:not(.swatch-option-link-layered) input[type='radio'],
.filter-options .amshopby-category-dropdown + form .-am-singleselect .item input[type='radio'],
.filter-options .am-category-view input[type='radio'] {
  display: none;
}
.filter-options .am-labels-folding.-am-singleselect .item {
  padding: 0;
}
.filter-options .am-category-wrapper .items.-am-multiselect .item.-filter-parent:not(.-is-collapsible),
.filter-options .items:not(.items-children) > .item.-is-by-click.-filter-parent ~ .item.-is-expanded {
  margin-left: 20px;
}
.filter-options-content .am-ranges .items.-am-multiselect .item {
  position: relative;
}
.filter-options-content .am-ranges .items.-am-multiselect .item [class*='am-filter-item'] {
  padding-left: 20px;
}
.filter-actions .filter-clear {
  color: #1979c3;
  font-size: 14px;
  line-height: 19px;
}
.filter-actions .filter-clear:hover {
  color: #399ae6;
  text-decoration: none;
}
.filter-actions .filter-clear:focus,
.filter-actions .filter-clear:active {
  color: #135d96;
}
.filter-options-content .item a:hover {
  background-color: transparent;
  color: #1979c3;
}
.filter-options-content .item a:hover .count {
  color: #1979c3;
}
.filter-options-content .item a:active,
.filter-options-content .item a:active .count {
  color: #135d96;
  text-decoration: none;
}
.filter-options-content .item:first-child {
  margin-top: 0;
}
.filter-options-content .item:last-child {
  margin-bottom: 0;
}
.filter-options-content .item > a {
  display: block;
}
.filter-options-content .items.-am-singleselect .item > input[type='radio'] {
  display: none;
}
.filter-options-content .items.-am-singleselect .amshopby-link-selected,
.filter-options-content .swatch-option.selected + .am-shopby-swatch-label {
  color: #1979c3;
}
.filter-options-content .items.-am-singleselect .amshopby-link-selected .count,
.filter-options-content .swatch-option.selected + .am-shopby-swatch-label .count {
  color: #1979c3;
}
.am-show-more,
.filter-options-content .am-show-more {
  background: transparent;
  border: 0;
  color: #070605;
  cursor: pointer;
  display: none;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: .03em;
  line-height: 20px;
  margin: 10px 0 0;
  padding: 0 22px 0 0;
  position: relative;
}
.amasty-catalog-topnav .filter-options-content .am-show-more {
  padding-left: 0;
}
.filter-options-content .am-show-more {
  padding-left: 10px;
}
.am-show-more:hover,
.filter-options-content .am-show-more:hover {
  background-color: transparent;
  color: #838382;
  text-decoration: none;
}
.am-show-more:active,
.filter-options-content .am-show-more:active {
  box-shadow: none;
  color: #070605;
}
.am-show-more:before {
  top: 0;
}
.am-show-more.-active {
  align-items: center;
  display: inline-flex;
}
.am-show-more .am-counter {
  display: inline-block;
  margin: 0 2px;
  opacity: .5;
}
.am-show-more[data-is-hide='false']:before {
  transform: rotate(180deg);
}
.amshopby-link-selected {
  color: #1979c3;
}
.items[class*='category_ids']:not(.items-children) > .item > a {
  font-weight: 700;
}
.filter-options .items:not(.items-children).-am-multiselect > .item.-is-by-click .items-children.-folding {
  padding-left: 0;
}
.filter-options .items:not(.items-children).-am-multiselect > .item.-is-by-click .items-children.-folding .item.-is-expanded {
  margin-left: 20px;
}
.am-filter-items-stock .amshopby-link-selected,
.am-filter-items-rating .amshopby-link-selected {
  text-decoration: none;
}
.filter-content [class*='am-filter-item']:hover ~ .amshopby-choice:before {
  border-color: #1979c3;
}
.filter-content .items.-am-multiselect [class*='am-filter-item']:hover {
  color: inherit;
}
.filter-content .items.-am-multiselect [class*='am-filter-item']:hover .count {
  color: #757575;
}
.amshopby-fly-out-view.ui-menu,
.amshopby-flyout-block .items.amshopby-fly-out-view .item .items-children {
  position: relative;
  padding: 13px 0;
  border-radius: 3px;
  background: #fff;
  box-shadow: 0 4px 8px rgba(190, 199, 219, 0.21), 0 6px 25px rgba(190, 199, 219, 0.28);
}
.amshopby-fly-out-view .ui-menu {
  width: 100%;
}
.amshopby-fly-out-view .items-children:not(.ui-menu) {
  display: none;
}
.amshopby-fly-out-view .am-input {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 0;
  margin: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 0;
}
.amshopby-fly-out-view .am-input[type='radio'] + .amshopby-choice {
  display: none;
}
.amshopby-flyout-block .items.amshopby-fly-out-view .item {
  position: relative;
  display: flex;
  align-items: flex-start;
  flex-direction: row-reverse;
  margin: 0;
  padding: 4px 20px;
  font-size: 14px;
  line-height: 18px;
}
.amshopby-flyout-block .items.amshopby-fly-out-view .item:hover {
  background-color: #f8f8f9;
}
.amshopby-flyout-block .items.amshopby-fly-out-view .item .items-children {
  position: absolute;
  z-index: 995;
}
.amshopby-flyout-block .items.amshopby-fly-out-view .item > .amshopby-choice {
  position: relative;
  top: inherit;
  left: inherit;
  margin: 3px 0;
  padding-left: 22px;
}
.amshopby-flyout-block .items.amshopby-fly-out-view .item [class*='am-filter-item-'] {
  display: inline-block;
  width: 100%;
}
.amshopby-flyout-block .items.amshopby-fly-out-view .item [class*='am-filter-item-']:hover {
  background-color: transparent;
  color: inherit;
}
.amshopby-flyout-block .items.amshopby-fly-out-view .item [class*='am-filter-item-']:hover > .count {
  color: #757575;
}
.amshopby-flyout-block .items.amshopby-fly-out-view .item .amshopby-choice:hover:before,
.amshopby-flyout-block .items.amshopby-fly-out-view .item [class*='am-filter-item-']:hover ~ .amshopby-choice:before {
  border-color: #e3e3e3;
}
.am_shopby_apply_filters {
  position: fixed;
  bottom: -80px;
  z-index: 999;
  width: 100%;
  transition: left 0.2s ease-in-out;
}
.am_shopby_apply_filters.visible {
  bottom: 0;
}
.am-show-button {
  z-index: 211;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 15px 0;
  width: 100%;
  border-top: 1px solid #cccccc;
  background: #ffffff;
  text-align: center;
}
.am-show-button > .am-items {
  margin: 0;
  padding: 0 10px;
  color: #070605;
  font-size: 14px;
  line-height: 22px;
}
.am-show-button > .am-items.-loading {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url('../../frontend/Mgs/molla/de_DE/Amasty_Shopby/images/svg/loader.svg') center / 30px no-repeat;
  vertical-align: middle;
}
.am-show-button > .amshopby-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  min-width: 90px;
  line-height: 1;
}
.ie11 .am-show-button > .amshopby-button {
  padding: 10px;
}
#amasty-shopby-product-list {
  z-index: 1;
}
#amasty-shopby-product-list .products.wrapper {
  position: relative;
}
.amshopby-overlay-block {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 230;
  display: none;
  width: 100%;
  background: rgba(255, 255, 255, 0.5);
}
.amshopby-overlay-block > .amshopby-loader {
  position: absolute;
  top: 10%;
  left: 50%;
  display: block;
  width: 100px;
  height: 100px;
  background: url('../../frontend/Mgs/molla/de_DE/Amasty_Shopby/images/svg/loader.svg') center / 100px no-repeat;
  transform: translate(-50%, -10%);
}
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.amshopby-slider-settings {
  list-style: none;
}
.amshopby-slider-settings.-style {
  max-width: 214px;
}
.amshopby-slider-settings.-style .amshopby-slider-container.-default .amshopby-label {
  padding-bottom: 15px;
}
.amshopby-slider-settings.-style .am-slider {
  z-index: 0;
  margin: 0;
}
.amshopby-slider-settings.-style .amshopby-label {
  display: flex;
  align-items: center;
  padding-bottom: 45px;
}
.amshopby-slider-settings.-style .amshopby-input {
  display: flex;
  align-items: center;
  justify-content: center;
}
.amshopby-slider-settings.-style .amshopby-input:checked {
  background: #007bdb;
}
.amshopby-slider-settings.-style .amshopby-input:checked:after {
  position: initial;
  margin: 0;
  width: 6px;
  height: 6px;
  background: #fff;
}
.amshopby-slider-settings.-style .amshopby-title {
  padding-left: 7px;
}
.amshopby-slider-settings.-style .amshopby-slider-tooltip {
  visibility: visible;
  opacity: 1;
  transition: none;
}
.ambrands-word-break {
  word-wrap: break-word;
  word-break: break-word;
}
.ie11 .ambrands-word-break {
  word-break: break-all;
}
.amrelated-grid-wrapper .amshopby-option-link {
  margin-bottom: 10px;
}
.amshopby-brand-title-link {
  font-weight: bold;
}
.amshopby-brand-tooltip.-no-double ~ .amshopby-brand-tooltip.-no-double {
  visibility: hidden;
  opacity: 0;
}
.ambrands-letters-filter {
  display: flex;
  flex-wrap: wrap;
}
.ambrands-letters-filter .ambrands-letter {
  align-items: center;
  background: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 6px;
  box-sizing: border-box;
  color: #333333;
  cursor: pointer;
  display: flex;
  font-size: 14px;
  font-weight: 400;
  justify-content: center;
  line-height: 1.2;
  margin: 0 12px 12px 0;
  min-height: 34px;
  min-width: 34px;
  padding: 6px;
  text-align: center;
}
.ambrands-letters-filter .ambrands-letter:hover {
  background: #ffffff;
  border-color: #006bb4;
  text-decoration: none;
}
.ambrands-letters-filter .ambrands-letter.-disabled {
  background: #ececec;
  border-color: #ececec;
  box-shadow: none;
  color: #cccccc;
  pointer-events: none;
}
.ambrands-letters-filter .ambrands-letter.hide {
  display: none;
}
.ambrands-letters-filter .ambrands-letter.-active {
  background: #dff1ff;
  border-color: #006bb4;
  color: #006bb4;
}
.ambrands-letters-filter .ambrands-letter.-letter-all {
  padding: 6px 11px;
}
.ambrands-filters-block {
  display: inline-block;
  margin: 20px 0 53px;
  width: 100%;
}
.ambrands-search-wrapper {
  margin-bottom: 30px;
  max-width: 460px;
}
.ambrands-search-block {
  display: block;
  position: relative;
}
.ambrands-search-block:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0wIDcuNjkyYTcuNjkyIDcuNjkyIDAgMTAxNS4zODUgMEE3LjY5MiA3LjY5MiAwIDAwMCA3LjY5MnptMS41MzggMGE2LjE1NCA2LjE1NCAwIDExMTIuMzA4IDAgNi4xNTQgNi4xNTQgMCAwMS0xMi4zMDggMHoiIGZpbGw9IiNDN0M3QzciLz48cGF0aCBkPSJNMTkuMjMyIDIwYS43Ni43NiAwIDAxLS41NDQtLjIyNmwtNi42MzYtNi42NDZhLjc3Ljc3IDAgMTExLjA3Ny0xLjA5N2w2LjY0NyA2LjY0NmMuMy4zLjMuNzg3IDAgMS4wODdhLjc2Ljc2IDAgMDEtLjU0NC4yMzZ6IiBmaWxsPSIjQzdDN0M3Ii8+PC9zdmc+) center no-repeat;
  content: '';
  display: flex;
  height: 20px;
  left: 15px;
  min-width: 20px;
  pointer-events: none;
  position: absolute;
  top: calc(50% - 20px / 2);
  width: 20px;
}
.ambrands-search-block .ambrands-clear {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik00LjIzIDQuMjNhLjc4My43ODMgMCAwMTEuMTA2IDBMMTAgOC44OTJsNC42NjQtNC42NjRhLjc4My43ODMgMCAwMTEuMTA3IDEuMTA3TDExLjEwNyAxMGw0LjY2NCA0LjY2NGEuNzgzLjc4MyAwIDAxLTEuMTA3IDEuMTA3TDEwIDExLjEwNyA1LjMzNiAxNS43N2EuNzgzLjc4MyAwIDAxLTEuMTA3LTEuMTA3TDguODkzIDEwIDQuMjMgNS4zMzZhLjc4My43ODMgMCAwMTAtMS4xMDd6IiBmaWxsPSIjMzMzIi8+PC9zdmc+) center no-repeat;
  border: 0;
  border-radius: 0 6px 6px 0;
  cursor: pointer;
  display: block;
  height: 40px;
  padding: 10px;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
}
.ambrands-search-block .ambrands-clear:not(.-active) {
  display: none;
}
.ambrands-search-block .ambrands-input {
  background: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 6px;
  box-sizing: border-box;
  color: #333333;
  display: block;
  font-size: 14px;
  font-weight: 400;
  height: 40px;
  line-height: 20px;
  margin: 0 0 10px;
  max-width: 100%;
  padding: 10px 40px;
}
.ambrands-search-block .ambrands-input::-webkit-input-placeholder {
  color: #575757;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
.ambrands-search-block .ambrands-input:-moz-placeholder {
  color: #575757;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  opacity: 1;
}
.ambrands-search-block .ambrands-input::-moz-placeholder {
  color: #575757;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  opacity: 1;
}
.ambrands-search-block .ambrands-input:-ms-input-placeholder {
  color: #575757;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
.ambrands-search-block .ambrands-input:focus::-webkit-input-placeholder {
  color: #c7c7c7;
}
.ambrands-search-block .ambrands-input:focus:-moz-placeholder {
  color: #c7c7c7;
}
.ambrands-search-block .ambrands-input:focus::-moz-placeholder {
  color: #c7c7c7;
}
.ambrands-search-block .ambrands-input:focus:-ms-input-placeholder {
  color: #c7c7c7;
}
.ambrands-search-block .ambrands-input:hover,
.ambrands-search-block .ambrands-input:focus {
  border-color: #006bb4;
}
._keyfocus .ambrands-search-block .ambrands-input:focus,
.ambrands-search-block .ambrands-input:not([disabled]):focus {
  box-shadow: none;
}
.ambrands-livesearch-block {
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 6px;
  box-shadow: 0 4px 8px rgba(190, 199, 219, 0.21), 0 6px 25px rgba(190, 199, 219, 0.28);
  box-sizing: border-box;
  display: block;
  max-height: 250px;
  max-width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  width: 460px;
  z-index: 99;
}
.ambrands-livesearch-block:not(.-active) {
  display: none;
}
.ambrands-livesearch-block > .ambrands-item {
  box-sizing: border-box;
  color: #000000;
  display: block;
  float: left;
  padding: 5px 10px;
  width: 100%;
}
.ambrands-livesearch-block > .ambrands-item:hover {
  background-color: #e8e8e8;
  text-decoration: none;
}
.ambrands-livesearch-block > .ambrands-item.active {
  background-color: #e8e8e8;
}
@supports (-webkit-touch-callout: none) {
  ._keyfocus .ambrands-search-block .ambrands-input:not(:focus),
  .ambrands-search-block .ambrands-input:not(:focus) {
    border-top-width: .5px;
  }
}
.ambrands-letters-list .ambrands-letter {
  box-sizing: border-box;
  margin-bottom: 40px;
  width: 100%;
  vertical-align: top;
}
.ambrands-letters-list .ambrands-letter .ambrands-content {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px;
  padding: 0;
}
.ambrands-letters-list .ambrands-letter .ambrands-title {
  display: flex;
  align-items: center;
  margin: 0 0 20px;
  color: #333;
  font-weight: 700;
  font-style: normal;
  font-size: 32px;
  line-height: 1;
}
.ambrands-letter .ambrands-brand-item {
  position: relative;
  margin: 0 8px 16px;
  min-width: 100px;
}
.ambrands-letter .ambrands-brand-item.-no-logo {
  max-width: calc(50% - (8px * 2));
  width: 100%;
}
.ambrands-letter .ambrands-brand-item.-no-logo .ambrands-label {
  padding-top: 10px;
}
.ambrands-letter .ambrands-brand-item .ambrands-inner {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
  overflow: hidden;
  height: 100%;
  border: 1px solid transparent;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 2px 5px rgba(74, 83, 94, 0.03), 0 4px 10px rgba(104, 118, 139, 0.13);
  color: #333333;
}
.ambrands-letter .ambrands-brand-item .ambrands-inner:hover,
.ambrands-letter .ambrands-brand-item .ambrands-inner:focus {
  border-color: #006bb4;
  text-decoration: none;
}
.ambrands-letter .ambrands-brand-item .ambrands-inner:active {
  border-color: #006bb4;
  background: rgba(65, 173, 255, 0.19);
}
.ambrands-letter .ambrands-brand-item .ambrands-empty {
  color: #e2e2e2;
}
.ambrands-letter .ambrands-brand-item .ambrands-count {
  color: #c7c7c7;
}
.ambrands-letter .ambrands-brand-item .ambrands-count:before {
  content: '(';
}
.ambrands-letter .ambrands-brand-item .ambrands-count:after {
  content: ')';
}
.ambrands-letter .ambrands-brand-item .ambrands-label {
  word-wrap: break-word;
  word-break: break-word;
  box-sizing: border-box;
  margin: auto;
  padding: 0 10px 10px;
  width: 100%;
  font-weight: 600;
  font-style: normal;
  font-size: 14px;
  line-height: 19px;
}
.ie11 .ambrands-letter .ambrands-brand-item .ambrands-label {
  word-break: break-all;
}
.ambrands-brand-item .ambrands-image-block {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 10px;
}
.ambrands-brand-item .ambrands-image-block > .ambrands-image {
  max-width: 100%;
  max-height: 100%;
}
.ambrands-letter .ambrands-image {
  display: block;
  margin: 0 auto;
  pointer-events: none;
}
.ambrands-letters-list .ambrands-brand-item {
  list-style-type: none;
  text-align: center;
}
.ambrands-list-popup,
.ambrands-menu-item .ambrands-arrow {
  display: none;
}
.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,
.amsl-login-content .amshopby-button.login,
.amsl-login-content .am-filter-go.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,
.amsl-popup-block .actions-toolbar .amshopby-button,
.amsl-popup-block .actions-toolbar .am-filter-go {
  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,
.amsl-popup-block .actions-toolbar .amshopby-button:hover,
.amsl-popup-block .actions-toolbar .amshopby-button:hover:focus,
.amsl-popup-block .actions-toolbar .am-filter-go:hover,
.amsl-popup-block .actions-toolbar .am-filter-go:hover:focus {
  background: #5891e6;
}
.amsl-popup-block .actions-toolbar .action.primary:focus,
.amsl-popup-block .actions-toolbar .amshopby-button:focus,
.amsl-popup-block .actions-toolbar .am-filter-go: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;
}
form[id='co-shipping-method-form'] div.field.choice.item {
  padding: 8px;
}
.amlocator-main-container {
  color: #000000;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.42857143;
  min-width: 50vw;
  text-align: left;
}
.amlocator-main-container .amlocator-button {
  background: #1979c3;
  border: 1px solid #1979c3;
  border-radius: 2px;
  box-sizing: border-box;
  color: #ffffff;
  font-weight: inherit;
  min-height: 40px;
}
.amlocator-main-container .amlocator-select {
  cursor: pointer;
}
.amlocator-main-container .amlocator-block.-separator {
  box-sizing: border-box;
  margin: 20px 0;
}
.amlocator-main-container .amlocator-block.-separator > .hr {
  border-top: 1px solid #e7e7e7;
  margin: 0;
}
.amlocator-main-container .amlocator-wrapper .amlocator-schedule-container strong {
  line-height: 1.42857143;
  margin-bottom: 0;
  margin-top: 0;
}
.amlocator-search-container {
  background: #f8f8f8;
  box-sizing: border-box;
  margin-bottom: 10px;
  padding: 5px 15px;
  width: 100%;
}
.amlocator-search-container .amlocator-title {
  display: inline-block;
  margin-bottom: 5px;
}
.amlocator-search-container .amlocator-block {
  margin-bottom: 15px;
  width: 100%;
}
.amlocator-search-container .amlocator-block.-search {
  margin-bottom: 0;
}
.amlocator-search-container .amlocator-text,
.amlocator-search-container .amlocator-select {
  -ms-flex: 1;
  -webkit-box-flex: 1;
  flex: 1;
  width: initial;
}
.amlocator-search-container .amlocator-select {
  height: 40px;
}
.amlocator-search-container .amlocator-select.-measurement {
  background-color: #f8f8f8;
  border: none;
  height: inherit;
  line-height: 1;
  min-width: inherit;
}
.amlocator-search-container .amlocator-button.-nearby {
  margin-left: auto;
  width: 100%;
}
.amlocator-current-location .amlocator-search {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGNpcmNsZSBjeD0iOC41IiBjeT0iOC41IiByPSI3LjUiIHN0cm9rZT0iI0Q3RDdENyIgc3Ryb2tlLXdpZHRoPSIyIi8+PHBhdGggZmlsbD0iI0Q3RDdENyIgZD0iTTEzIDE1LjEyMUwxNS4xMiAxM2w4LjY3NSA4LjY3NS0yLjEyMSAyLjEyeiIvPjwvc3ZnPg==) no-repeat center;
  background-size: contain;
  border: none;
  cursor: pointer;
  height: 23px;
  position: absolute;
  right: 8px;
  top: 8px;
  width: 23px;
}
.amlocator-current-location .amlocator-wrapper {
  -ms-flex: 1;
  -webkit-box-flex: 1;
  flex: 1;
  margin-top: 5px;
  position: relative;
}
.amlocator-current-location .amlocator-text {
  border: 1px solid #d7d7d7;
  border-radius: 2px;
  box-sizing: border-box;
  height: 40px;
  padding-right: 40px;
  width: 100%;
}
.amlocator-current-location .amlocator-text:focus {
  border: 1px solid #1979c3;
  box-shadow: none;
}
.amlocator-current-location .amlocator-text:focus + .amlocator-search,
.amlocator-current-location .amlocator-search:hover {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGNpcmNsZSBjeD0iOC41IiBjeT0iOC41IiByPSI3LjUiIHN0cm9rZT0iIzE5NzlDMyIgc3Ryb2tlLXdpZHRoPSIyIi8+PHBhdGggZmlsbD0iIzE5NzlDMyIgZD0iTTEzIDE1LjEyMUwxNS4xMiAxM2w4LjY3NSA4LjY3NS0yLjEyMSAyLjEyeiIvPjwvc3ZnPg==) no-repeat center;
  background-size: contain;
}
.amlocator-current-location .amlocator-reset {
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0wIDIwLjU0N0wyMC41NDcgMCAyMiAxLjQ1MyAxLjQ1MyAyMiAwIDIwLjU0N3oiIGZpbGw9IiNFQjU3NTciLz48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTIyIDIwLjU0N0wxLjQ1MyAwIDAgMS40NTMgMjAuNTQ3IDIyIDIyIDIwLjU0N3oiIGZpbGw9IiNFQjU3NTciLz48L3N2Zz4=') no-repeat center;
  border: none;
  cursor: pointer;
  height: 22px;
  position: absolute;
  right: 8px;
  top: 8px;
  width: 22px;
}
.amlocator-current-location .amlocator-search.-hidden,
.amlocator-current-location .amlocator-reset.-hidden {
  display: none;
}
.amlocator-search-radius .amlocator-radio {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  height: 0;
  margin: 0;
  opacity: 0;
  position: absolute;
  width: 0;
}
.amlocator-search-radius .amlocator-radio:checked + .amlocator-label {
  background: #1979c3;
  /* phpcs:ignore Magento2.Less.ZeroUnits.ZeroUnitFound */
  box-shadow: 0 2px 4px rgba(45, 147, 226, 0.1);
  color: #ffffff;
}
.amlocator-search-radius .amlocator-radio:focus + .amlocator-label {
  box-shadow: 0 0 3px 1px #00699d;
}
.amlocator-search-radius .amlocator-wrapper {
  -ms-flex: 1;
  -webkit-box-flex: 1;
  -webkit-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  flex: 1;
  position: relative;
}
.amlocator-search-radius .amlocator-select {
  min-width: 215px;
}
.amlocator-range-slider {
  background: #deedf8;
  border-radius: 10px;
  cursor: pointer;
  height: 10px;
  width: 100%;
}
.amlocator-range-slider .ui-slider-range {
  background: #1979c3;
  border-bottom-left-radius: 12px;
  border-top-left-radius: 12px;
  height: 100%;
}
.amlocator-range-slider .amlocator-handle {
  background: #1979c3;
  border-radius: 12px;
  /* phpcs:ignore Magento2.Less.ZeroUnits.ZeroUnitFound */
  box-shadow: 0 2px 3px rgba(20, 72, 112, 0.5);
  cursor: pointer;
  height: 14px;
  margin: 0 0 0 -7px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
}
.amlocator-range-slider .amlocator-handle:hover,
.amlocator-range-slider .amlocator-handle:focus,
.amlocator-range-slider .amlocator-handle:active {
  background: #4da1e2;
}
.amlocator-range-slider .amlocator-handle:focus {
  box-shadow: 0 0 3px 1px #68a8e0;
}
.amlocator-range-slider .amlocator-tooltip {
  background: #1979c3;
  border-radius: 2px;
  color: #ffffff;
  font-size: 12px;
  left: 50%;
  padding: 2px 5px;
  position: absolute;
  top: -7px;
  transform: translate(-50%, -100%);
  white-space: nowrap;
}
.amlocator-range-slider .amlocator-tooltip:after {
  background: #1979c3;
  bottom: 0;
  content: '';
  height: 6px;
  left: 50%;
  position: absolute;
  transform: translate(-50%, 50%) rotate(45deg);
  width: 6px;
}
.amlocator-filters-container {
  background: #f8f8f8;
  margin-bottom: 10px;
}
.amlocator-filters-container .amlocator-title {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  color: #000000;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  padding: 5px 15px;
}
.amlocator-filters-container .amlocator-content {
  transition: all .3s ease;
}
.amlocator-filters-container .amlocator-hidden-filter {
  display: none;
}
.amlocator-filters-container .amlocator-actions {
  -ms-flex-pack: end;
  -webkit-box-pack: end;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 12px;
  justify-content: flex-end;
  padding: 5px 15px;
}
.amlocator-filters-container .amlocator-clear {
  background: none;
  border: none;
  color: #006bb4;
  cursor: pointer;
}
.amlocator-filters-container .amlocator-button {
  border: none;
  line-height: unset;
  margin-left: 25px;
  min-height: 25px;
  padding: 0 20px;
}
.amlocator-filters-container .amlocator-button:hover {
  background: #1979c3;
  border: none;
  color: #ffffff;
}
.amlocator-attribute-wrapper {
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 8px 15px;
}
.amlocator-attribute-wrapper:nth-of-type(even) {
  background: #e7e7e7;
}
.amlocator-attribute-wrapper .amlocator-label {
  box-sizing: border-box;
  padding-right: 5px;
  width: 40%;
  word-wrap: break-word;
}
.amlocator-attribute-wrapper .amlocator-input {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  width: 60%;
}
.amlocator-attribute-wrapper .amlocator-input .chosen-container {
  width: 100% !important;
}
.amlocator-attribute-wrapper .amlocator-input .chosen-container .amlocator-chosen-search-label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.amlocator-attribute-wrapper .amlocator-select,
.amlocator-attribute-wrapper .chosen-choices {
  border-color: #cccccc;
  height: inherit;
  line-height: 1;
  max-height: 80px;
  padding: 9px 25px 9px 10px;
}
.amlocator-attribute-wrapper .chosen-container {
  font-size: inherit;
  height: inherit;
}
.amlocator-attribute-wrapper .chosen-container .chosen-choices {
  height: inherit;
  min-height: 35px;
  overflow: auto;
  padding: 5px;
}
.amlocator-attribute-wrapper .chosen-container .chosen-results li.highlighted {
  background: #1979c3;
}
.amlocator-attribute-wrapper .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNSIgaGVpZ2h0PSI1IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNNC41OTYuMzU0YS41LjUgMCAwIDAtLjcwNyAwTDIuNTk2IDEuNjQ3IDEuMzAzLjM1NGEuNS41IDAgMSAwLS43MDcuNzA3bDEuMjkzIDEuMjkzTC4zNTMgMy44ODlhLjUuNSAwIDEgMCAuNzA4LjcwN2wxLjUzNS0xLjUzNSAxLjUzNiAxLjUzNWEuNS41IDAgMCAwIC43MDctLjcwN0wzLjMwMyAyLjM1NCA0LjU5NiAxLjA2YS41LjUgMCAwIDAgMC0uNzA3eiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==) no-repeat center !important;
  background-size: contain !important;
  height: 8px;
  margin: 0 5px 0 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.amlocator-attribute-wrapper .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: initial;
}
.amlocator-attribute-wrapper .chosen-container-multi .chosen-choices li.search-field input[type=text] {
  height: inherit;
  margin: 3px 0;
}
.amlocator-attribute-wrapper .chosen-container-multi .chosen-choices li.search-choice {
  background: #1979c3;
  border: none;
  box-shadow: none;
  color: #ffffff;
  margin: 0 5px 0 0;
  padding: 5px 18px 5px 5px;
}
.amlocator-map-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-direction: column;
}
.amlocator-map-container > .amlocator-block {
  width: 100%;
}
.amlocator-map-container .amlocator-map {
  height: 300px;
  width: 100%;
}
.amlocator-map-pin {
  display: none;
}
.amlocator-arrow {
  display: inline-block;
  height: 8px;
  margin-left: auto;
  min-width: 14px;
  position: relative;
  width: 14px;
}
.amlocator-arrow:before,
.amlocator-arrow:after {
  background-color: #363636;
  content: '';
  display: inline-block;
  height: 2px;
  position: absolute;
  top: 3px;
  transition: all .2s ease;
  width: 9px;
}
.amlocator-arrow:before {
  left: 0;
}
.amlocator-arrow:after {
  right: 0;
}
.amlocator-arrow:after,
.amlocator-arrow.-down:before {
  transform: rotate(45deg);
}
.amlocator-arrow:before,
.amlocator-arrow.-down:after {
  transform: rotate(-45deg);
}
.amlocator-store-list {
  order: 1;
  overflow: auto;
}
.amlocator-store-list .amlocator-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  height: 100%;
  max-height: 500px;
}
.amlocator-stores-wrapper {
  margin-bottom: 10px;
}
.amlocator-store-desc {
  background: #f6f6f6;
  cursor: pointer;
  display: block;
  font-size: 14px;
}
.amlocator-store-desc:not(:first-of-type) {
  margin-top: 15px;
}
.amlocator-store-desc .amlocator-title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
.amlocator-store-desc .amlocator-title .amlocator-link {
  color: #000000;
  word-break: break-all;
  word-wrap: break-word;
}
.amlocator-store-desc .amlocator-title .amlocator-map-pin {
  display: inline-block;
  margin-left: 1rem;
  vertical-align: middle;
}
.amlocator-store-desc .amlocator-block {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
}
.amlocator-store-desc .amlocator-image {
  background-position: center;
  background-size: cover;
  height: 150px;
  margin-right: 15px;
  min-width: 150px;
  width: 150px;
}
.amlocator-store-container {
  margin-bottom: 1.5rem;
}
.amlocator-store-container.-active .amlocator-store-desc,
.amlocator-store-container.-active .amlocator-week-container {
  background: #1979c3;
  color: #ffffff;
}
.amlocator-store-container.-active .amlocator-store-desc .amlocator-title .amlocator-link,
.amlocator-store-container.-active .amlocator-week-container .amlocator-title .amlocator-link {
  color: #ffffff;
}
.amlocator-store-container.-active .amlocator-today {
  background: #9dd4ff;
  color: #000000;
}
.amlocator-store-container .amlocator-week-container {
  background: #f6f6f6;
  display: none;
}
.amlocator-store-container .amlocator-schedule-container:hover {
  cursor: pointer;
}
.amlocator-store-container .amlocator-schedule-container .amlocator-week {
  display: block;
}
.amlocator-description {
  word-break: break-word;
}
.amlocator-schedule-container .amlocator-today {
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: #dfdfdf;
  justify-content: space-between;
  padding: 5px 15px 5px 35px;
  position: relative;
}
.amlocator-schedule-container .amlocator-today:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MTIiIGhlaWdodD0iNTEyIiB2aWV3Qm94PSIwIDAgOTcuMTYgOTcuMTYiPjxwYXRoIGQ9Ik00OC41OCAwQzIxLjc5MyAwIDAgMjEuNzkzIDAgNDguNThzMjEuNzkzIDQ4LjU4IDQ4LjU4IDQ4LjU4IDQ4LjU4LTIxLjc5MyA0OC41OC00OC41OFM3NS4zNjcgMCA0OC41OCAwem0wIDg2LjgyM2MtMjEuMDg3IDAtMzguMjQ0LTE3LjE1NS0zOC4yNDQtMzguMjQzUzI3LjQ5MyAxMC4zMzcgNDguNTggMTAuMzM3IDg2LjgyNCAyNy40OTIgODYuODI0IDQ4LjU4IDY5LjY2NyA4Ni44MjMgNDguNTggODYuODIzeiIgZGF0YS1vcmlnaW5hbD0iIzAwMDAwMCIgY2xhc3M9ImFjdGl2ZS1wYXRoIiBkYXRhLW9sZF9jb2xvcj0iIzAwN0FGRiIgZmlsbD0iIzE5NzlDMyIvPjxwYXRoIGQ9Ik03My44OTggNDcuMDhINTIuMDY2VjIwLjgzYTQgNCAwIDAgMC04IDB2MzAuMjVhNCA0IDAgMCAwIDQgNGgyNS44MzJhNCA0IDAgMCAwIDAtOHoiIGRhdGEtb3JpZ2luYWw9IiMwMDAwMDAiIGNsYXNzPSJhY3RpdmUtcGF0aCIgZGF0YS1vbGRfY29sb3I9IiMwMDdBRkYiIGZpbGw9IiMxOTc5QzMiLz48L3N2Zz4=) no-repeat center;
  background-size: contain;
  content: '';
  height: 14px;
  left: 15px;
  position: absolute;
  top: 8px;
  width: 14px;
}
.amlocator-schedule-container .amlocator-today .amlocator-time {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
}
.amlocator-schedule-container .amlocator-arrow {
  margin: 6px 0 0 15px;
}
.amlocator-schedule-container .amlocator-week {
  display: none;
  margin: 0 20px;
}
.amlocator-schedule-container.active .amlocator-week-container {
  min-height: 10rem;
  position: relative;
}
.amlocator-schedule-container.active .amlocator-arrow:after {
  transform: rotate(45deg);
}
.amlocator-schedule-container.active .amlocator-arrow:before {
  transform: rotate(-45deg);
}
.amlocator-schedule-table {
  display: flex;
  flex-direction: column;
}
.amlocator-schedule-table .amlocator-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
.amlocator-schedule-table .amlocator-cell {
  box-sizing: border-box;
  width: 50%;
}
.amlocator-schedule-table .amlocator-cell.-day {
  padding-left: 15px;
}
.amlocator-schedule-table .amlocator-cell.-time {
  padding-right: 8%;
  text-align: right;
  white-space: nowrap;
}
.amlocator-pager-container {
  margin-top: auto;
}
.amlocator-pager-container .pages {
  text-align: right;
}
.amlocator-pager-container .items {
  /* phpcs:ignore Magento2.Less.ZeroUnits.ZeroUnitFound */
  padding: 0 0.2rem 0.2rem;
}
.amlocator-pager-container .items .action:focus {
  box-shadow: 0 0 3px 1px #68a8e0;
}
.amlocator-pager-container .pages .page {
  background: #f8f8f8;
  color: #000000;
  font-weight: normal;
  line-height: 1;
  padding: 8px 10px;
}
.amlocator-pager-container .pages a.page {
  color: #000000;
}
.amlocator-pager-container .pages .item {
  margin: 0;
  position: relative;
}
.amlocator-pager-container .pages .item:not(:last-of-type) {
  margin-right: 10px;
}
.amlocator-pager-container .pages .current .page,
.amlocator-pager-container .pages .page:hover {
  background: #1979c3;
  color: #ffffff;
}
.amlocator-pager-container .pages a.action {
  background: #f8f8f8;
  border: none;
  border-radius: 0;
  box-shadow: none;
  margin: 0;
}
.amlocator-pager-container .pages a.action:hover {
  background: #1979c3;
}
.amlocator-pager-container .pages .items a.action:before {
  color: #000000;
  font-size: 14px;
}
.amlocator-pager-container .pages .items a.action:hover:before {
  color: #ffffff;
}
.amlocator-map .amlocator-image img {
  max-width: 150px;
}
.amlocator-info-popup {
  width: 250px;
}
.amlocator-info-popup .amlocator-name {
  margin-top: 5px;
}
.amlocator-info-popup .amlocator-image {
  clear: both;
  display: block;
  margin-bottom: 10px;
  width: 100px;
}
.amlocator-index-index {
  overflow-x: hidden;
}
.amstars-rating-container {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzMiIGhlaWdodD0iMjciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGgzM3YyN0gweiIvPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTcuMzA1IDEwLjMxM0wxNCAwbC0zLjMwNSAxMC4zMTNIMGw4LjY1MiA2LjM3NEw1LjM0OCAyNyAxNCAyMC42MjYgMjIuNjUyIDI3bC0zLjMwNS0xMC4zMTNMMjggMTAuMzEzSDE3LjMwNXptNC42NTQgMS45OWgtNi4wOEwxNCA2LjQ0bC0xLjg3OSA1Ljg2M2gtNi4wOGw0LjkxOSAzLjYyNC0xLjg4IDUuODYzTDE0IDE4LjE2Nmw0LjkyIDMuNjI0LTEuODgtNS44NjMgNC45Mi0zLjYyNHoiIGZpbGw9IiNCMUFFQUUiLz48L3N2Zz4=);
  height: 27px;
  margin-bottom: 5px;
  overflow: hidden;
  width: 160px;
}
.amstars-rating-container.-small {
  width: 107px;
  height: 18px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMTgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGgyMnYxOEgweiIvPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTEuNzQzIDYuODc1TDkuNSAwIDcuMjU3IDYuODc1SDBsNS44NzEgNC4yNUwzLjYzIDE4IDkuNSAxMy43NSAxNS4zNzEgMThsLTIuMjQyLTYuODc1TDE5IDYuODc1aC03LjI1N3pNMTQuOSA4LjIwMmgtNC4xMjZMOS41IDQuMjkzbC0xLjI3NSAzLjkxSDQuMDk5bDMuMzM4IDIuNDE1LTEuMjc1IDMuOTA5TDkuNSAxMi4xMWwzLjMzOCAyLjQxNi0xLjI3NS0zLjkxIDMuMzM4LTIuNDE1eiIgZmlsbD0iI0IxQUVBRSIvPjwvc3ZnPg==);
}
.amstars-rating-container.-small .amstars-stars {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMTgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGgyMnYxOEgweiIvPjxwYXRoIGQ9Ik05LjUgMGwyLjI0MyA2Ljg3NUgxOWwtNS44NzEgNC4yNUwxNS4zNyAxOCA5LjUgMTMuNzUgMy42MjkgMThsMi4yNDItNi44NzVMMCA2Ljg3NWg3LjI1N0w5LjUgMHoiIGZpbGw9IiNFRDlEMDAiLz48L3N2Zz4=);
}
.amstars-rating-container.-main-page {
  margin: 0 10px;
}
.amstars-rating-container .amstars-stars {
  height: 100%;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzMiIGhlaWdodD0iMjciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGgzM3YyN0gweiIvPjxwYXRoIGQ9Ik0xNCAwbDMuMzA1IDEwLjMxM0gyOGwtOC42NTIgNi4zNzRMMjIuNjUyIDI3IDE0IDIwLjYyNiA1LjM0OCAyN2wzLjMwNC0xMC4zMTNMMCAxMC4zMTNoMTAuNjk1TDE0IDB6IiBmaWxsPSIjRUQ5RDAwIi8+PC9zdmc+);
}
/* phpcs:ignoreFile */
.amlocator-description-grey {
  background: #fbfbfb;
  padding: 0 15px;
  word-break: break-word;
}
.amlocator-location-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.amlocator-location-container .amlocator-column,
.amlocator-location-container .amlocator-block {
  box-sizing: border-box;
  width: 100%;
}
.amlocator-location-container .amlocator-column > .amlocator-block {
  padding: 0 15px;
}
.amlocator-location-container .amlocator-block.-route {
  padding: 20px 15px 25px;
}
.amlocator-location-container .amlocator-block.-map {
  height: 170px;
  margin-bottom: 15px;
}
.amlocator-location-container .amlocator-block.-separator {
  box-sizing: border-box;
  margin: 15px 0;
}
.amlocator-location-container .amlocator-block.-separator > .hr {
  border-top: 1px solid #d2dde5;
  margin: 0;
}
.amlocator-location-container .amlocator-block > .amlocator-title {
  display: block;
  font-weight: bold;
  margin-bottom: 15px;
}
.amlocator-location-container .amlocator-directions-container {
  max-height: 500px;
  overflow: auto !important;
}
.amlocator-location-container .amlocator-text.-bold {
  font-weight: 600;
}
.amlocator-location-container .amlocator-button {
  background: #1979c3;
  border: 1px solid #1979c3;
  border-radius: 2px;
  box-sizing: border-box;
  color: #ffffff;
  font-weight: inherit;
  min-height: 40px;
}
.amlocator-location-container .amlocator-button:hover {
  background-color: #1c87da;
}
.amlocator-route-creator {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #1979c3;
  box-sizing: border-box;
}
.amlocator-route-creator .amlocator-modes {
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}
.amlocator-route-creator .amlocator-travel-mode {
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  border: none;
  border-radius: 3.5rem;
  height: 3.5rem;
  opacity: .6;
  transition: all .3s ease;
  width: 3.5rem;
}
.amlocator-route-creator .amlocator-travel-mode:not(:last-of-type) {
  margin-right: 5px;
}
.amlocator-route-creator .amlocator-travel-mode:focus {
  border: 1px solid #ffffff;
}
.amlocator-route-creator .amlocator-travel-mode.radio-checked,
.amlocator-route-creator .amlocator-travel-mode:focus,
.amlocator-route-creator .amlocator-travel-mode:hover {
  background-color: #2d93e2;
  opacity: 1;
}
.amlocator-route-creator .amlocator-travel-mode.-driving {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTMuODE1IDExLjY5N0gxLjEyN3YuOTdjMCAuNTM5IDAgMS4wNzguMDI1IDEuNjE2LjAxNy40OTEuMjE2LjcwNS42NS43MTJoMS40NmEuNDYuNDYgMCAwIDAgLjM5LS4xMjcuNDkyLjQ5MiAwIDAgMCAuMTUtLjM5M2MuMDI0LS4yODEuMDM1LS41NjUuMDM1LS44NDggMC0uNjEgMC0xLjIyLS4wMTUtMS44MjktLjAwNC0uMDIzLS4wMDYtLjA2NC0uMDA3LS4xek0xNi45OSA5LjA3MVY3LjEyOWExLjU0NCAxLjU0NCAwIDAgMC0uMjQyLS44NGMtLjIxLS4zNC0uNDEyLS42ODctLjU5NC0xLjA0M2wtLjAyNC0uMDQ4YS41NTEuNTUxIDAgMCAwIC4wNzEtLjA0My42MjguNjI4IDAgMCAwIC4yMjYtLjU2M2wtLjExOS0uNjhhLjQxMi40MTIgMCAwIDAtLjE0OC0uMjQ1LjM4OC4zODggMCAwIDAtLjI2OS0uMDgybC0uNDc3LjAzNmMtLjI1LS41ODItLjQ4NS0xLjE4LS43MTgtMS43NzZhMTcuMjUyIDE3LjI1MiAwIDAgMC0uNTEzLTEuMTg4Ljk5Mi45OTIgMCAwIDAtLjMwNS0uMzg0Ljk1Ljk1IDAgMCAwLS40NDctLjE4NSA1LjY2MSA1LjY2MSAwIDAgMC0uODY4LS4wOGMtLjg3NiAwLTEuNzUuMDMtMi42My4wMzYtLjcwNyAwLTEuNDE0IDAtMi4xMjItLjAxMkw1LjQ1LjAxMmExMi4wNTQgMTIuMDU0IDAgMCAwLTEuODE5LjA1NWMtLjE5LjAxNi0uMzc0LjA4Mi0uNTMzLjE5Mi0uMTU5LjExLS4yODguMjYtLjM3Ni40MzUtLjAzOC4wNzYtLjA4LjE1LS4xMS4yMjctLjI3NS43LS41NDQgMS40MDYtLjgyNCAyLjEwNC0uMDcxLjIwMi0uMTQ5LjQwMS0uMjMxLjU5NmwtLjUxMy0uMDQ4YS4zODguMzg4IDAgMCAwLS4yNjkuMDgzLjQxMi40MTIgMCAwIDAtLjE0OC4yNDVsLS4xMi42OTFhLjYyOC42MjggMCAwIDAgLjIxNS41NjMuNjYuNjYgMCAwIDAgLjExNy4wNjJjLS4yMDkuNDExLS40NDEuODEtLjY5NSAxLjE5MmEuODkzLjg5MyAwIDAgMC0uMTMuNDA2QzAgNy4wNzkgMCA3LjM0NSAwIDcuNjFjMCAuNjA1LjAwNSAxLjIxMi4wMTUgMS44MTkgMCAuMzQ3IDAgLjY5NS4wMTkgMS4wNGEuNzMuNzMgMCAwIDAgLjE1My40MzQuNjkuNjkgMCAwIDAgLjM3Ny4yNDhjLjMyMy4wOTcuNjU4LjE0NC45OTQuMTQxLjc1MS4wMTQgMS41MTYuMDE0IDIuMjc1LjAxNGg4LjQwM2MxLjE5NCAwIDIuMzg5LjA2MiAzLjU4Mi0uMDM3YTMuMTEgMy4xMSAwIDAgMCAuNjktLjE1LjY0OC42NDggMCAwIDAgLjMwOS0uMjEyYy4wOC0uMTAxLjEzMS0uMjI0LjE0NS0uMzU0LjAyMi0uMTE4LjAzNS0uMjM4LjAzOC0uMzU3LjAwMi0uMzczLS4wMS0uNzUyLS4wMS0xLjEyNnptLTE0LjUyOC4wNGMtLjI2IDAtLjUxNS0uMDgtLjczMS0uMjI5YTEuMzUgMS4zNSAwIDAgMS0uNDg1LS42MSAxLjQgMS40IDAgMCAxLS4wNzQtLjc4NWMuMDUtLjI2My4xNzYtLjUwNS4zNi0uNjk1LjE4My0uMTkuNDE4LS4zMi42NzMtLjM3Mi4yNTUtLjA1My41Mi0uMDI2Ljc2LjA3N3MuNDQ2LjI3Ny41OS41YTEuMzkxIDEuMzkxIDAgMCAxIC4xMjIgMS4yNzYgMS4zNjMgMS4zNjMgMCAwIDEtLjI4NS40NDIgMS4zMTMgMS4zMTMgMCAwIDEtLjQyNy4yOTVjLS4xNi4wNjgtLjMzLjEwMy0uNTAzLjEwM3YtLjAwMnptLS4yOTUtMy45MzdjLjAwOS0uMDM1LjAxMy0uMDU0LjAyLS4wNzFMMy43IDEuNTAyYy4wMTctLjA0My4wNC0uMDg0LjA2LS4xMjNhLjI2MS4yNjEgMCAwIDEgLjEtLjExNy4yNS4yNSAwIDAgMSAuMTQ4LS4wMzhoOC45MzdhLjI4Ny4yODcgMCAwIDEgLjE5NS4wNDljLjA1OC4wMzkuMS4wOTguMTIuMTY2LjE1OC4zODkuMzIuNzc3LjQ4MyAxLjE2NWwxLjAwNCAyLjQyOWMuMDEzLjAzLjAyNC4wNjQuMDQzLjExbC0xMi42MjMuMDMxem0xMi4zMzUgMy45NGExLjI4NiAxLjI4NiAwIDAgMS0uNzI5LS4yMzYgMS4zNTEgMS4zNTEgMCAwIDEtLjQ3OS0uNjE1IDEuNCAxLjQgMCAwIDEtLjA2OC0uNzg2Yy4wNTMtLjI2My4xOC0uNTA0LjM2Ni0uNjkyYTEuMjc2IDEuMjc2IDAgMCAxIDEuNDM2LS4yOGMuMjQuMTA0LjQ0NC4yOC41ODcuNTA2YTEuMzkyIDEuMzkyIDAgMCAxLS4xOCAxLjcxMyAxLjI5MyAxLjI5MyAwIDAgMS0uOTMzLjM5em0tMS4zMTUgMi42MTZ2MS41ODljMCAuMzM1LjAxNy42NzMuMDQgMS4wMDkuMDMuNDM0LjE5OS42MzguNTYzLjY0OGEzMC44NyAzMC44NyAwIDAgMCAxLjU4NCAwIC40MTMuNDEzIDAgMCAwIC4zLS4xMDEuNDQuNDQgMCAwIDAgLjE0OC0uMjg3Yy4wMzQtLjE1Mi4wNTMtLjMwNy4wNTYtLjQ2MnYtMi4zMThhLjc1NS43NTUgMCAwIDAgMC0uMDhoLTIuNjgxbC0uMDEuMDAyeiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==);
}
.amlocator-route-creator .amlocator-travel-mode.-transit {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE0LjMxOCA5VjIuNzdhLjY5OC42OTggMCAwIDAtLjItLjQ5LjY3Ny42NzcgMCAwIDAtLjQ4Mi0uMjAzVjBIMS4zNjR2Mi4wNzdhLjY3Ny42NzcgMCAwIDAtLjQ4Mi4yMDMuNjk4LjY5OCAwIDAgMC0uMi40OVY5SDB2NS41MzloMS4zNjR2Mi40MjNjMCAuMjc1LjEwNy41NC4zLjczNC4xOTEuMTk1LjQ1MS4zMDQuNzIyLjMwNGguNjgyYy4yNzEgMCAuNTMyLS4xMS43MjMtLjMwNC4xOTItLjE5NS4zLS40NTkuMy0uNzM1VjE0LjU0aDYuODE4djIuNDIzYzAgLjI3NS4xMDguNTQuMy43MzQuMTkxLjE5NS40NTIuMzA0LjcyMy4zMDRoLjY4MmMuMjcgMCAuNTMxLS4xMS43MjMtLjMwNC4xOTItLjE5NS4zLS40NTkuMy0uNzM1VjE0LjU0SDE1VjloLS42ODJ6bS0xLjE5MyAyLjc3YzAgLjIwNS0uMDYuNDA1LS4xNzIuNTc2LS4xMTMuMTctLjI3Mi4zMDQtLjQ2LjM4M2ExLjAwOCAxLjAwOCAwIDAgMS0xLjExNC0uMjI1IDEuMDQ0IDEuMDQ0IDAgMCAxLS4yMjItMS4xMzJjLjA3OC0uMTkuMjA5LS4zNTIuMzc3LS40NjZhMS4wMTIgMS4wMTIgMCAwIDEgMS4yOTEuMTI5Yy4xOTIuMTk1LjMuNDU5LjMuNzM0em0tOS4yMDUgMGMwIC4yMDUtLjA2LjQwNS0uMTcyLjU3NmExLjAwOCAxLjAwOCAwIDAgMS0xLjU3NC4xNTcgMS4wNDMgMS4wNDMgMCAwIDEtLjIyMS0xLjEzMWMuMDc3LS4xOS4yMDgtLjM1Mi4zNzctLjQ2NmExLjAxMiAxLjAxMiAwIDAgMSAxLjI5LjEyOWMuMTkzLjE5NS4zLjQ1OS4zLjczNHpNOC4xODIgOVYzLjQ2Mmg0Ljc3MlY5SDguMTgyek0yLjA0NSAzLjQ2Mmg0Ljc3M1Y5SDIuMDQ1VjMuNDYyeiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==);
}
.amlocator-route-creator .amlocator-travel-mode.-walking {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTkuMjM4IDEwLjY2Nkw3LjM0NSA4LjA2bC0uMzcxIDIuMzUuOTAzIDEuMjQzYS44NC44NCAwIDAgMCAxLjE3NS4xODcuODQuODQgMCAwIDAgLjE4Ni0xLjE3NXpNNy4zMjMgMi40NGExLjY4MiAxLjY4MiAwIDEgMS0zLjM2NSAwIDEuNjgyIDEuNjgyIDAgMCAxIDMuMzY1IDB6TTQuMTU4IDE0LjQzNWwtMi4xODggMy4wM2ExLjAyOCAxLjAyOCAwIDEgMCAxLjY2NyAxLjIwNGwxLjc5LTIuNDc4LTEuMjY5LTEuNzU2eiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Ik05LjgwNSAxNy40NjVsLTMuODYtNS4zNDUuNzk3LTUuMDMzYTIuMDU1IDIuMDU1IDAgMCAwLTEuNzEtMi4zNTJjLS42Ny0uMTA2LTEuMjUzLjE5OC0xLjc2NC41NjlMLjg0NCA3LjA2NWEuODQxLjg0MSAwIDAgMC0uMzM3LjU1TC4wMSAxMC43NTJhLjg0MS44NDEgMCAwIDAgMS42NjIuMjYzbC40NDMtMi43OTUgMS4xNzYtLjg1NS0uNDg1IDMuMDczYy0uMDg0LjUyOC4wMzcuODk4LjI4MSAxLjIzNmw1LjA1MSA2Ljk5NGExLjAyNyAxLjAyNyAwIDEgMCAxLjY2Ny0xLjIwNHoiIGZpbGw9IiNmZmYiLz48L3N2Zz4=);
}
.amlocator-route-creator .amlocator-travel-mode.-bicycling {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTkiIGhlaWdodD0iMTkiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEyLjEzNCA0LjI3NmExLjYzMSAxLjYzMSAwIDEgMC0yLjUyOC0yLjA2MiAxLjYzMSAxLjYzMSAwIDAgMCAyLjUyOCAyLjA2MnpNMTAuMDMxIDcuMDUzbDIuOTA3IDMuMDkyYS42Ni42NiAwIDAgMCAuOTM1LjAyOS42NjIuNjYyIDAgMCAwIC4wMjktLjkzNWwtMy42OTgtMy45MzVhLjY1LjY1IDAgMCAwLS4wODUtLjA3M2MtLjAxLS4wMS0uMDE4LS4wMi0uMDI5LS4wMjktLjUxNy0uNDM1LTEuNTI5LS41MzQtMi4zNy4zMDctMS4xNTMgMS4xNjItMS42OTkgMi4wMi0yLjI3MSAzLjY0LS4zMjkgMS4yMTguMzc3IDEuNzA1IDEuMDE1IDIuMDA3LjE2Ny4wOC4zMTIuMTQyLjQ0Mi4xNzQuMDM1LjAxMy4wNjguMDI4LjEwNS4wMzdsMi4zNjcuNTcyLS45MzggMy43MTFhLjg4Mi44ODIgMCAwIDAgMS43MS40MzNsMS4xNTctNC41NzZhLjg4Mi44ODIgMCAwIDAtLjY0OC0xLjA3NGwtMi41My0uNjFjLjQ5Ny0xLjAwMyAxLjI2NC0xLjkzOCAxLjgtMi42NDYuMDM2LS4wNC4wNy0uMDgxLjEwMi0uMTI0eiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTkgMTUuMmEzLjggMy44IDAgMSAxLTcuNiAwIDMuOCAzLjggMCAwIDEgNy42IDB6bS0zLjggMS45YTEuOSAxLjkgMCAxIDAgMC0zLjggMS45IDEuOSAwIDAgMCAwIDMuOHpNNy42IDE1LjJhMy44IDMuOCAwIDEgMS03LjYgMCAzLjggMy44IDAgMCAxIDcuNiAwem0tMy44IDEuOWExLjkgMS45IDAgMSAwIDAtMy44IDEuOSAxLjkgMCAwIDAgMCAzLjh6IiBmaWxsPSIjZmZmIi8+PC9zdmc+);
}
.amlocator-route-creator .amlocator-addresses {
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
.amlocator-route-creator .amlocator-inputs {
  flex: 1;
  margin: 0 25px;
}
.amlocator-route-creator .amlocator-address {
  border: none;
  height: 35px;
}
.amlocator-route-creator .amlocator-address:focus {
  box-shadow: 0 0 3px 1px #ffffff;
}
.amlocator-route-creator .amlocator-address.-end {
  background: #f2f2f2;
  color: #494949;
}
.amlocator-route-creator .amlocator-address:not(:last-of-type) {
  margin-bottom: 15px;
}
.amlocator-route-creator .amlocator-swap {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMzIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTcgMTZhMSAxIDAgMSAwIDIgMEg3ek04LjcwNy4yOTNhMSAxIDAgMCAwLTEuNDE0IDBMLjkyOSA2LjY1N0ExIDEgMCAwIDAgMi4zNDMgOC4wN0w4IDIuNDE0bDUuNjU3IDUuNjU3YTEgMSAwIDEgMCAxLjQxNC0xLjQxNEw4LjcwNy4yOTN6TTkgMTZWMUg3djE1aDJ6TTE0IDE2YTEgMSAwIDEgMC0yIDBoMnptLTEuNzA3IDE1LjcwN2ExIDEgMCAwIDAgMS40MTQgMGw2LjM2NC02LjM2NGExIDEgMCAwIDAtMS40MTQtMS40MTRMMTMgMjkuNTg2bC01LjY1Ny01LjY1N2ExIDEgMCAwIDAtMS40MTQgMS40MTRsNi4zNjQgNi4zNjR6TTEyIDE2djE1aDJWMTZoLTJ6IiBmaWxsPSIjZmZmZmZmIi8+PC9zdmc+);
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  border: none;
  height: 33px;
  opacity: .6;
  padding: 0;
  transition: all .3s ease;
  width: 20px;
}
.amlocator-route-creator .amlocator-swap:hover,
.amlocator-route-creator .amlocator-swap:focus {
  opacity: 1;
}
.amlocator-route-creator .amlocator-swap:focus {
  box-shadow: 0 0 3px 1px #ffffff;
}
.amlocator-route-icon {
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 65px;
  justify-content: space-between;
  width: 13px;
}
.amlocator-route-icon .amlocator-icon {
  box-sizing: border-box;
}
.amlocator-route-icon .amlocator-icon.-start {
  border: 3px solid #ffffff;
  border-radius: 10px;
  height: 12px;
  width: 12px;
}
.amlocator-route-icon .amlocator-icon.-dot {
  background: #2d93e2;
  border-radius: 10px;
  height: 4px;
  width: 4px;
}
.amlocator-route-icon .amlocator-icon.-end {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMTgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik02Ljc1IDE4UzEzIDExLjc0NyAxMyA2YzAtNC0zLTYtNi41LTZTMCAyIDAgNmMwIDUuNzQ3IDYuNzUgMTIgNi43NSAxMnpNNi41IDlhMi41IDIuNSAwIDEgMCAwLTUgMi41IDIuNSAwIDAgMCAwIDV6IiBmaWxsPSIjZmZmIi8+PC9zdmc+) no-repeat center;
  height: 18px;
  width: 13px;
}
.amlocator-collapse-title {
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  box-sizing: border-box;
  color: #000000;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  padding: 5px 0 10px 0;
}
.amlocator-directions-container table.adp-placemark {
  background: #1978c3;
  color: #ffffff;
}
.amlocator-directions-container td.adp-text {
  font-weight: 600;
  vertical-align: middle;
}
.amlocator-location-info {
  box-sizing: border-box;
  padding: 15px;
}
.amlocator-location-info .amlocator-block {
  margin-bottom: 10px;
}
.amlocator-location-info .amlocator-link {
  color: #000000;
  cursor: pointer;
}
.amlocator-location-info .amlocator-icon {
  background-color: #1979c3;
  border-radius: 10px;
  display: inline-block;
  height: 20px;
  margin-right: 15px;
  vertical-align: middle;
  width: 20px;
}
.amlocator-location-info .amlocator-icon.-website {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTYgMGE2IDYgMCAxIDEgMCAxMkE2IDYgMCAwIDEgNiAwem00LjQwOCAyLjg1NGMtLjQ2MS4zMDktLjk1My41NjktMS40NjguNzc2LjIyMi42Ny4zNSAxLjM2Ny4zOCAyLjA3MWgyLjA4N2E1LjQxIDUuNDEgMCAwIDAtMS0yLjg0N3ptLTguODEzIDBBNS40IDUuNCAwIDAgMCAuNiA1LjcwMmgyLjA4Yy4wMy0uNzA1LjE1OC0xLjQwMi4zOC0yLjA3MmE3Ljk5NiA3Ljk5NiAwIDAgMS0xLjQ2Ni0uNzc2em04LjgxMyA2LjI5MmE1LjQgNS40IDAgMCAwIDEtMi44NDdIOS4zMjJhNy41OSA3LjU5IDAgMCAxLS4zNiAyLjA3N2MuNTA3LjIwNy45OS40NjUgMS40NDUuNzd6TS42IDYuMjk2YTUuNDA3IDUuNDA3IDAgMCAwIDEgMi44NSA3Ljk5MyA3Ljk5MyAwIDAgMSAxLjQ0NC0uNzcgNy41OTQgNy41OTQgMCAwIDEtLjM2Ni0yLjA4SC42em01LjEwNyAxLjUxMnYtMS41MUgzLjI3NGMtLjAzNC4zMzQuMTkgMS42MjIuMzI2IDEuODc4YTcuODk3IDcuODk3IDAgMCAxIDIuMTAyLS4zNjZsLjAwNS0uMDAyem0zLjAyOS0xLjUxSDYuMjk5VjcuODFhNy45MiA3LjkyIDAgMCAxIDIuMTAxLjM2OGMuMTk3LS42MDguMzEtMS4yNC4zMzYtMS44OHptLTMuMDMyLS42VjQuMTlhNy45MyA3LjkzIDAgMCAxLTIuMDg0LS4zNmMtLjE1OC4zNC0uMzkzIDEuNjQzLS4zNCAxLjg3NWgyLjQyNHYtLjAwNnptMi42ODMtMS44NzFhNy45NDMgNy45NDMgMCAwIDEtMi4wODguMzZ2MS41MTVoMi40MzVhNy4wNCA3LjA0IDAgMCAwLS4zNDctMS44NzV6TTMuOCA4LjczNGE3LjA0NSA3LjA0NSAwIDAgMCAxLjkwMiAyLjYyVjguNGMtLjM2OC0uMDI0LTEuNTMyLjE3OS0xLjkwMi4zMzR6bTIuNDk4IDIuNjIyYTcuMDU3IDcuMDU3IDAgMCAwIDEuOTA0LTIuNjI3QTcuMzggNy4zOCAwIDAgMCA2LjI5OCA4LjR2Mi45NTZ6TTMuODIyIDMuMjc0Yy40MjguMTYgMS41OTIuMzYgMS44OC4zMjJWLjcwNmE3LjA1MiA3LjA1MiAwIDAgMC0xLjg4IDIuNTY4em00LjM2IDBBNy4wNTIgNy4wNTIgMCAwIDAgNi4yOTkuNzA2VjMuNmE3LjM5NyA3LjM5NyAwIDAgMCAxLjg4My0uMzIzdi0uMDAzem0tNC45MTQtLjE5NUE3LjcyMiA3LjcyMiAwIDAgMSA0LjgyNC43MiA1LjM4OCA1LjM4OCAwIDAgMCAxLjk2MiAyLjRjLjQxMS4yNy44NDkuNDk4IDEuMzA2LjY4ek03LjE3OC43MmE3Ljc0OCA3Ljc0OCAwIDAgMSAxLjU2IDIuMzYgNy4yMTYgNy4yMTYgMCAwIDAgMS4zMDUtLjY4NkE1LjQgNS40IDAgMCAwIDcuMTc3Ljcyem0uMDggMTAuNTRhNS4zNjQgNS4zNjQgMCAwIDAgMi43ODEtMS42NTNBNy4yMjUgNy4yMjUgMCAwIDAgOC43NiA4LjkzYTcuODQyIDcuODQyIDAgMCAxLTEuNTAxIDIuMzN6TTEuOTYzIDkuNjA3YTUuMzcxIDUuMzcxIDAgMCAwIDIuNzgyIDEuNjUzIDcuODI4IDcuODI4IDAgMCAxLTEuNDk4LTIuMzNjLS40NS4xODItLjg4LjQxLTEuMjg0LjY3N3oiIGZpbGw9IiNmZmYiLz48L3N2Zz4=);
  background-position: center;
  background-repeat: no-repeat;
}
.amlocator-location-info .amlocator-icon.-phone {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iMTQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uNzUgMS45NjZsMS4xMTgtLjc0M2MuMzY3LS4yNDUuNzUyLS4xNTQuOTU0LjI1NWwuOTU1IDEuOTM1LS43NjUuODZjLS4yNTMuMjkzLS40NDMuNTcyLS4yNjkuOTg5LjY4NyAxLjY0OCAyLjI4MiAzLjU4IDMuNzcgNC41NjcuMzc3LjI1LjY4Ny4xMTYgMS4wMjItLjA3N2wuOTktLjU4OCAxLjcyIDEuMzA0Yy4zNjMuMjc2LjM3OS42NzEuMDY5Ljk4NmwtLjk0Mi45NTVDNy4yMDcgMTQuNjA2LTEuODQzIDMuNjM2Ljc1MSAxLjk2N3oiIGZpbGw9IiNmZmYiLz48L3N2Zz4=);
  background-position: center;
  background-repeat: no-repeat;
}
.amlocator-location-info .amlocator-icon.-email {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTAuNDQzIDFIMS41NTdDMS4yNSAxIDEgMS4yMTcgMSAxLjQ4NHY1LjAzMmMwIC4yNjcuMjUuNDg0LjU1Ny40ODRoOC44ODZjLjMwNyAwIC41NTctLjIxNy41NTctLjQ4NFYxLjQ4NGMwLS4yNjctLjI1LS40ODQtLjU1Ny0uNDg0em0tOC44ODYuMjUyaDguODg2Yy4xNDMgMCAuMjYuMDk5LjI2Ni4yMjJMNi4yMjYgNC42NzFhLjQyOC40MjggMCAwIDEtLjQ1MiAwTDEuMjkxIDEuNDc0Yy4wMDYtLjEyMy4xMjMtLjIyMi4yNjYtLjIyMnpNMS4yOSAxLjhMNC4zNzUgNCAxLjI5IDYuMlYxLjh6bTkuMTUzIDQuOTQ4SDEuNTU3Yy0uMTQzIDAtLjI2LS4wOTktLjI2Ni0uMjIybDMuMzEzLTIuMzYzLjk4Ni43MDNBLjcxMS43MTEgMCAwIDAgNiA0Ljk5YS43MTIuNzEyIDAgMCAwIC40MS0uMTIzbC45ODYtLjcwMyAzLjMxMyAyLjM2M2MtLjAwNi4xMjMtLjEyMy4yMjItLjI2Ni4yMjJ6bS4yNjYtLjU0OEw3LjYyNSA0bDMuMDg0LTIuMnY0LjR6IiBmaWxsPSIjZmZmIiBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iLjQiLz48L3N2Zz4=);
  background-position: center;
  background-repeat: no-repeat;
}
.amlocator-location-container .amlocator-schedule-container .amlocator-today {
  background: none;
  cursor: pointer;
  padding-left: 30px;
  padding-right: 0;
}
.amlocator-location-container .amlocator-schedule-container .amlocator-today:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEwIDBDNC40ODggMCAwIDQuNDg4IDAgMTBzNC40ODggMTAgMTAgMTAgMTAtNC40ODggMTAtMTBTMTUuNTEyIDAgMTAgMHoiIGZpbGw9IiMxOTc5QzMiLz48cGF0aCBkPSJNMTAuMDk5IDRIOXY2LjEzNkwxMy4zNCAxM2wuNjYtLjcyNy0zLjkwMS0yLjU5MVY0eiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==) no-repeat center;
  height: 20px;
  left: 0;
  top: 5px;
  width: 20px;
}
.amlocator-location-container .amlocator-schedule-table .amlocator-cell.-day {
  padding-left: 10px;
}
.amlocator-location-container .amlocator-schedule-table .amlocator-cell.-time {
  padding-right: 8px;
}
.amlocator-location-gallery {
  padding: 0 15px;
}
.amlocator-location-gallery > .amlocator-wrapper {
  height: 80px;
  padding: 0 25px;
}
.amlocator-location-gallery .slick-slide {
  margin: .2rem;
}
.amlocator-location-gallery .amlocator-link {
  height: 80px;
  text-align: center;
}
.amlocator-location-gallery .amlocator-image {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.amlocator-location-gallery .amlocator-wrapper .slick-list .slick-track .slick-slide {
  display: inline-block;
}
.amlocator-location-gallery .slick-arrow:focus {
  box-shadow: 0 0 3px 1px #68a8e0;
}
.fancybox-button,
.fancybox-button:hover {
  box-shadow: none !important;
}
.amlocator-location-reviews {
  max-height: 500px;
  overflow: auto;
}
.amlocator-location-reviews .amlocator-items {
  list-style: none none;
  margin: 0;
  padding: 0;
}
.amlocator-reviews-general {
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.amlocator-reviews-general .amlocator-value {
  font-size: 50px;
  font-weight: 400;
  margin-right: 10px;
}
.amlocator-reviews-general .amlocator-wrapper {
  margin-right: 20px;
}
.amlocator-location-review {
  padding: 10px 0 0;
}
.amlocator-location-review .amlocator-name {
  font-weight: bold;
}
.amlocator-location-review .amlocator-message {
  margin-top: 10px;
  max-height: 1000px;
  overflow: auto;
  transition: all .3s ease;
  word-break: break-word;
  word-wrap: break-word;
}
.amlocator-location-review .amlocator-message.-collapsed {
  max-height: 60px;
  overflow: hidden;
}
.amlocator-location-review .amlocator-footer {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.amlocator-location-review .amlocator-link.-full,
.amlocator-location-review .amlocator-link.-full:visited,
.amlocator-location-review .amlocator-link.-full:active,
.amlocator-location-review .amlocator-link.-full:hover {
  color: #6b8fab;
  cursor: pointer;
  font-size: 12px;
  margin-right: 14px;
  position: relative;
}
.amlocator-location-review .amlocator-date {
  color: #555555;
  font-size: 12px;
  margin-left: auto;
  margin-right: 5px;
}
.amlocator-attributes-container {
  display: none;
  padding: 30px 20px;
}
.amlocator-location-attribute:not(:first-of-type) {
  margin-top: 25px;
}
.amlocator-location-attribute .amlocator-values {
  display: inline-block;
}
.amlocator-location-attribute .amlocator-value {
  border-radius: 2px;
  /* phpcs:ignore Magento2.Less.ZeroUnits.ZeroUnitFound */
  box-shadow: 0 2px 4px rgba(45, 147, 226, 0.1);
  display: inline-block;
  margin: 0 10px 5px 0;
  padding: 5px 10px;
}
.amlocator-location-attribute .amlocator-value.-multiselect {
  background: #ffffff;
  color: #363636;
}
.hidden {
  display: none;
}
.loading-mask {
  z-index: 100001 !important;
}
.amlocator-review-popup {
  align-items: center;
  display: flex;
  justify-content: center;
}
.amlocator-review-popup-content {
  padding-bottom: 30px;
}
.amlocator-review-popup .modal-inner-wrap {
  border-radius: 10px;
  max-width: 500px;
  min-width: 330px;
  width: 30%;
}
.amlocator-review-popup .modal-inner-wrap .modal-header {
  padding-top: 2rem;
}
.amlocator-review-popup .modal-inner-wrap .modal-header .action-close {
  padding: 12px;
}
.amlocator-review-popup .modal-inner-wrap .modal-header .action-close:hover:before {
  color: #1979c3;
}
.amlocator-review-popup .modal-inner-wrap .modal-header .action-close:focus:before {
  color: #1979c3;
}
.amlocator-review-popup .modal-inner-wrap .modal-footer {
  padding-top: 0;
}
.amlocator-review-popup .modal-inner-wrap .amlocator-header {
  font-size: 16px;
  margin-bottom: 10px;
}
.amlocator-review-popup .modal-inner-wrap .amlocator-name {
  font-weight: 600;
  word-break: break-all;
  word-wrap: break-word;
}
.amlocator-review-popup .modal-inner-wrap .review-control-vote:focus-within:before {
  background: url(data:image/svg+xml;base64,PCEtLSBzYW1wbGUgcmVjdGFuZ2xlIC0tPgo8c3ZnIHdpZHRoPSIzMyIgaGVpZ2h0PSIyNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsPSJub25lIiBkPSJNMCAwaDMzdjI3SDB6Ii8+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xNy4zMDUgMTAuMzEzTDE0IDBsLTMuMzA1IDEwLjMxM0gwbDguNjUyIDYuMzc0TDUuMzQ4IDI3IDE0IDIwLjYyNiAyMi42NTIgMjdsLTMuMzA1LTEwLjMxM0wyOCAxMC4zMTNIMTcuMzA1em00LjY1NCAxLjk5aC02LjA4TDE0IDYuNDRsLTEuODc5IDUuODYzaC02LjA4bDQuOTE5IDMuNjI0LTEuODggNS44NjNMMTQgMTguMTY2bDQuOTIgMy42MjQtMS44OC01Ljg2MyA0LjkyLTMuNjI0eiIgZmlsbD0iIzAwNmJiNCIvPjwvc3ZnPg==);
}
.amlocator-review-form .review-field-rating .control {
  margin: 5px 0 40px;
}
.amlocator-review-form .review-field-rating .label {
  color: #3f3f3f;
  font-weight: 400;
}
.amlocator-review-form .review-control-vote:before {
  content: '';
  width: 165px;
  height: 27px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzMiIGhlaWdodD0iMjciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGgzM3YyN0gweiIvPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTcuMzA1IDEwLjMxM0wxNCAwbC0zLjMwNSAxMC4zMTNIMGw4LjY1MiA2LjM3NEw1LjM0OCAyNyAxNCAyMC42MjYgMjIuNjUyIDI3bC0zLjMwNS0xMC4zMTNMMjggMTAuMzEzSDE3LjMwNXptNC42NTQgMS45OWgtNi4wOEwxNCA2LjQ0bC0xLjg3OSA1Ljg2M2gtNi4wOGw0LjkxOSAzLjYyNC0xLjg4IDUuODYzTDE0IDE4LjE2Nmw0LjkyIDMuNjI0LTEuODgtNS44NjMgNC45Mi0zLjYyNHoiIGZpbGw9IiNCMUFFQUUiLz48L3N2Zz4=);
}
.amlocator-review-form .review-control-vote label:before {
  content: '';
  display: inline-block;
  height: 27px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzMiIGhlaWdodD0iMjciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGgzM3YyN0gweiIvPjxwYXRoIGQ9Ik0xNCAwbDMuMzA1IDEwLjMxM0gyOGwtOC42NTIgNi4zNzRMMjIuNjUyIDI3IDE0IDIwLjYyNiA1LjM0OCAyN2wzLjMwNC0xMC4zMTNMMCAxMC4zMTNoMTAuNjk1TDE0IDB6IiBmaWxsPSIjRUQ5RDAwIi8+PC9zdmc+);
}
.amlocator-review-form .review-control-vote input[type='radio']:not(:checked) + label:hover:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzMiIGhlaWdodD0iMjciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGgzM3YyN0gweiIvPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTcuMzA1IDEwLjMxM0wxNCAwbC0zLjMwNSAxMC4zMTNIMGw4LjY1MiA2LjM3NEw1LjM0OCAyNyAxNCAyMC42MjYgMjIuNjUyIDI3bC0zLjMwNS0xMC4zMTNMMjggMTAuMzEzSDE3LjMwNXptNC42NTQgMS45OWgtNi4wOEwxNCA2LjQ0bC0xLjg3OSA1Ljg2M2gtNi4wOGw0LjkxOSAzLjYyNC0xLjg4IDUuODYzTDE0IDE4LjE2Nmw0LjkyIDMuNjI0LTEuODgtNS44NjMgNC45Mi0zLjYyNHoiIGZpbGw9IiNFRDlEMDAiLz48L3N2Zz4=);
  cursor: pointer;
  opacity: 1;
}
.amlocator-review-form .review-control-vote {
  /* phpcs:ignore Magento2.Less.BracesFormatting.SpacingBeforeOpen,Magento2.Less.BracesFormatting.SpacingBeforeClose  */
  /* phpcs:ignore Magento2.Less.BracesFormatting.SpacingBeforeOpen,Magento2.Less.BracesFormatting.SpacingBeforeClose  */
  /* phpcs:ignore Magento2.Less.BracesFormatting.SpacingBeforeOpen,Magento2.Less.BracesFormatting.SpacingBeforeClose  */
  /* phpcs:ignore Magento2.Less.BracesFormatting.SpacingBeforeOpen,Magento2.Less.BracesFormatting.SpacingBeforeClose  */
  /* phpcs:ignore Magento2.Less.BracesFormatting.SpacingBeforeOpen,Magento2.Less.BracesFormatting.SpacingBeforeClose  */
}
.amlocator-review-form .review-control-vote .rating-5:before {
  width: 165px;
}
.amlocator-review-form .review-control-vote .rating-4:before {
  width: 132px;
}
.amlocator-review-form .review-control-vote .rating-3:before {
  width: 99px;
}
.amlocator-review-form .review-control-vote .rating-2:before {
  width: 66px;
}
.amlocator-review-form .review-control-vote .rating-1:before {
  width: 33px;
}
.amlocator-review-form.review-form .action.submit.primary {
  background: #1979c3;
  border: 0;
  border-radius: 0;
  color: #ffffff;
  min-height: 40px;
  width: inherit;
}
.amlocator-review-form.review-form .action.submit.primary:hover {
  background: #1c87da;
}
.amlocator-review-form .label-gdpr.amreview-checboxlabel span {
  color: #e02b27;
  font-size: 1.2rem;
  margin: 0 0 0 5px;
}
.amlocator-review-form .field.review-field-ratings .label {
  margin: 10px 15px 0 0;
  vertical-align: top;
}
.amlocator-review-form .field.review-field-ratings .control {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.checkout-onepage-success .block.crosssell {
  float: none;
}
.amtypage-background {
  background-position: center;
  background-repeat: no-repeat;
}
.amtypage-main-container {
  display: flex;
  flex-wrap: wrap;
}
.amtypage-main-container > div {
  box-sizing: border-box;
  margin-bottom: 20px;
  padding: 10px;
}
.amtypage-main-container > .amtyblock {
  margin: 20px 0;
  padding: 10px 15px;
  position: relative;
}
.amtypage-main-container > .amtyblock:first-child {
  margin-top: 0;
}
.amtypage-main-container > .amtyblock:not(:last-child):after {
  background: #d1d1d1;
  bottom: -20px;
  content: '';
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}
.amtypage-main-container > .amtyblock .page-title,
.amtypage-main-container > .amtyblock .subtitle,
.amtypage-main-container > .amtyblock .text {
  display: block;
}
.amtypage-main-container > .amtyblock .actions-toolbar,
.amtypage-main-container > .amtyblock .page-title,
.amtypage-main-container > .amtyblock .subtitle {
  margin-bottom: 20px;
}
.amtypage-main-container > .amtyblock .page-title {
  min-height: 40px;
}
.amtypage-main-container > .amtyblock .subtitle {
  font-weight: 600;
}
.amtypage-main-container > .amtyblock .text,
.amtypage-main-container > .amtyblock .content {
  margin-bottom: 10px;
}
.amtypage-main-container pre {
  white-space: pre-wrap;
  word-wrap: break-word;
}
.thankyoupage-customer-create-form {
  max-width: 690px;
}
.amtyblock-customer-create .content .actions {
  margin-top: 40px;
}
.amtyblock-customer-create .error {
  color: #e02b27;
  margin-top: 10px;
}
.amtypage-title {
  display: block;
  font-weight: 600;
}
.amasty_xlanding-page-view .products-grid .product-item {
  width: 33.33333333%;
}
.amasty_xlanding-page-view .products-grid .product-item-info {
  width: 240px;
}
.amasty_xlanding-page-view .product-item-info {
  max-width: 100%;
}
.am-word-break {
  word-break: break-word;
  word-wrap: break-word;
}
.ie11 .am-word-break {
  word-break: break-all;
}
.amsearch-form-block {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-end;
  position: relative;
  transition: .3s;
}
.amsearch-form-block.-opened {
  z-index: 98;
}
.header.content {
  flex-wrap: wrap;
}
.amsearch-loader-block {
  background: url(data:image/gif;base64,R0lGODlhEAALAPQAAP///wAAANra2tDQ0Orq6gYGBgAAAC4uLoKCgmBgYLq6uiIiIkpKSoqKimRkZL6+viYmJgQEBE5OTubm5tjY2PT09Dg4ONzc3PLy8ra2tqCgoMrKyu7u7gAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh/hpDcmVhdGVkIHdpdGggYWpheGxvYWQuaW5mbwAh+QQJCwAAACwAAAAAEAALAAAFLSAgjmRpnqSgCuLKAq5AEIM4zDVw03ve27ifDgfkEYe04kDIDC5zrtYKRa2WQgAh+QQJCwAAACwAAAAAEAALAAAFJGBhGAVgnqhpHIeRvsDawqns0qeN5+y967tYLyicBYE7EYkYAgAh+QQJCwAAACwAAAAAEAALAAAFNiAgjothLOOIJAkiGgxjpGKiKMkbz7SN6zIawJcDwIK9W/HISxGBzdHTuBNOmcJVCyoUlk7CEAAh+QQJCwAAACwAAAAAEAALAAAFNSAgjqQIRRFUAo3jNGIkSdHqPI8Tz3V55zuaDacDyIQ+YrBH+hWPzJFzOQQaeavWi7oqnVIhACH5BAkLAAAALAAAAAAQAAsAAAUyICCOZGme1rJY5kRRk7hI0mJSVUXJtF3iOl7tltsBZsNfUegjAY3I5sgFY55KqdX1GgIAIfkECQsAAAAsAAAAABAACwAABTcgII5kaZ4kcV2EqLJipmnZhWGXaOOitm2aXQ4g7P2Ct2ER4AMul00kj5g0Al8tADY2y6C+4FIIACH5BAkLAAAALAAAAAAQAAsAAAUvICCOZGme5ERRk6iy7qpyHCVStA3gNa/7txxwlwv2isSacYUc+l4tADQGQ1mvpBAAIfkECQsAAAAsAAAAABAACwAABS8gII5kaZ7kRFGTqLLuqnIcJVK0DeA1r/u3HHCXC/aKxJpxhRz6Xi0ANAZDWa+kEAA7AAAAAAAAAAAA) no-repeat center;
  bottom: 0;
  height: 11px;
  margin: auto 5px auto 0;
  position: absolute;
  right: 40px;
  top: 0;
  width: 16px;
  z-index: 1000;
}
.amsearch-message-block {
  align-items: center;
  background: #fafafa;
  display: flex;
  font-size: 18px;
  justify-content: center;
  line-height: 25px;
  margin: 20px;
  padding: 20px;
  text-align: center;
  width: 100%;
}
.amsearch-message-block b {
  padding: 0 0 0 5px;
}
.amsearch-link {
  color: #1979c2;
  text-decoration: none;
}
.amsearch-link:hover {
  color: #006bb4;
  text-decoration: underline;
}
.amsearch-link:active {
  color: #004c80;
}
.amsearch-wrapper-block {
  box-sizing: border-box;
  display: inline-block;
  margin: 10px 0 0 0;
  order: 1;
  padding: 20px 0;
  position: relative;
  width: 100%;
}
.nav-sections .navigation {
  z-index: 2;
}
.page-header .amsearch-wrapper-block:before {
  background: #cccccc;
  content: '';
  height: 1px;
  margin: 0 -15px;
  position: absolute;
  top: 0;
  width: calc(100% + 15px * 2);
}
.amsearch-emptysearch-cms {
  background: #fbfcfe;
  color: #1f1b1b;
  padding: 30px;
}
.amsearch-emptysearch-cms > .amsearch-content {
  word-break: break-word;
  word-wrap: break-word;
}
.ie11 .amsearch-emptysearch-cms > .amsearch-content {
  word-break: break-all;
}
.ie11 .amsearch-emptysearch-cms > .amsearch-content {
  word-break: break-all;
}
.ie11 .amsearch-emptysearch-cms > .amsearch-content {
  word-break: break-all;
}
.ie11 .amsearch-emptysearch-cms > .amsearch-content {
  word-break: break-all;
}
.amsearch-emptysearch-cms .amsearch-content > .amsearch-title {
  font-size: 38px;
  font-weight: 800;
  margin: 0 0 20px;
}
.amsearch-emptysearch-cms .amsearch-text {
  font-size: 20px;
  font-weight: 300;
  line-height: 28px;
}
.amsearch-emptysearch-cms .amsearch-contacts-block {
  font-size: 14px;
  margin-top: 30px;
}
.amsearch-emptysearch-cms .amsearch-image-block {
  margin-top: 30px;
}
.amsearch-emptysearch-cms .amsearch-contacts-block > .amsearch-title {
  margin-bottom: 5px;
}
.amsearch-highlight {
  color: var(--amsearch-color-highlight, #3ac39c);
  font-weight: 700;
}
@-webkit-keyframes amsearch-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes amsearch-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes amsearch-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes amsearch-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes amsearch-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.amsearch-button {
  cursor: pointer;
  display: inline-block;
  transition: .3s;
}
.amsearch-button.-icon {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 13px;
}
.amsearch-button.-icon:hover,
.amsearch-button.-icon:focus {
  filter: brightness(0.5);
}
.amsearch-button.-clear {
  background-color: transparent;
  border: none;
  box-shadow: none;
  padding: 0;
}
.amsearch-button.-clear:active,
.amsearch-button.-clear:hover,
.amsearch-button.-clear:focus {
  border: none;
  box-shadow: none;
}
.amsearch-button.-close {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEgMWwxMCAxMG0wLTEwTDEgMTEiIHN0cm9rZT0iI0IyQjJCMiIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPjwvc3ZnPg==);
  border: 0;
  padding: 16px;
}
.amsearch-button.-loupe {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1Ni45NjYgNTYuOTY2Ij48cGF0aCBkPSJNNTUuMTQ2IDUxLjg4N0w0MS41ODggMzcuNzg2QTIyLjkyNiAyMi45MjYgMCAwIDAgNDYuOTg0IDIzYzAtMTIuNjgyLTEwLjMxOC0yMy0yMy0yM3MtMjMgMTAuMzE4LTIzIDIzIDEwLjMxOCAyMyAyMyAyM2M0Ljc2MSAwIDkuMjk4LTEuNDM2IDEzLjE3Ny00LjE2MmwxMy42NjEgMTQuMjA4Yy41NzEuNTkzIDEuMzM5LjkyIDIuMTYyLjkyLjc3OSAwIDEuNTE4LS4yOTcgMi4wNzktLjgzN2EzLjAwNCAzLjAwNCAwIDAgMCAuMDgzLTQuMjQyek0yMy45ODQgNmM5LjM3NCAwIDE3IDcuNjI2IDE3IDE3cy03LjYyNiAxNy0xNyAxNy0xNy03LjYyNi0xNy0xNyA3LjYyNi0xNyAxNy0xN3oiIGZpbGw9IiNhOWE5YTkiLz48L3N2Zz4=);
  border: 0;
  box-shadow: none;
  height: 20px;
  padding: 0;
  width: 20px;
}
.amsearch-button.-wishlist,
.amsearch-button.-compare {
  background-size: 18px;
}
.amsearch-button.-wishlist {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTciIHZpZXdCb3g9IjAgMCAyMCAxNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE3LjA2MTIgMC40NzczMUMxNS43NjIgLTAuMTAzNzYzIDE0LjQ0OTcgLTAuMTU0MjkxIDEzLjEyNDUgMC4zMjU3MjZDMTEuNzk5MiAwLjc4MDQ3OSAxMC44Mzc3IDEuNjM5NDYgMTAuMjQwMSAyLjkwMjY2QzEwLjE4ODEgMy4wMDM3MiAxMC4xMzYxIDMuMTA0NzcgMTAuMDg0MiAzLjIwNTgzQzEwLjA1ODIgMy4zMDY4OCAxMC4wMzIyIDMuNDIwNTcgMTAuMDA2MiAzLjU0Njg5QzkuOTgwMjMgMy40MjA1NyA5Ljk0MTI1IDMuMzA2ODggOS44ODkyOCAzLjIwNTgzQzkuODYzMyAzLjEwNDc3IDkuODI0MzIgMy4wMDM3MiA5Ljc3MjM1IDIuOTAyNjZDOS4xNzQ2OCAxLjYzOTQ2IDguMjEzMjMgMC43ODA0NzkgNi44ODc5NyAwLjMyNTcyNkM1LjU2MjcyIC0wLjE1NDI5MSA0LjI1MDQ2IC0wLjEwMzc2MyAyLjk1MTE5IDAuNDc3MzFDMS42Nzc5MSAxLjA4MzY1IDAuNzk0NDA5IDIuMDQzNjggMC4zMDA2ODggMy4zNTc0MUMtMC4xNjcwNDkgNC42NzExNCAtMC4wODkwOTI2IDUuOTU5NjEgMC41MzQ1NTYgNy4yMjI4MUMwLjgyMDM5NSA3Ljg1NDQxIDEuNDcwMDMgOC43MjYwMiAyLjQ4MzQ2IDkuODM3NjRDMy41MjI4NyAxMC45MjQgNC42MDEyNiAxMS45OTc3IDUuNzE4NjMgMTMuMDU4OEM2LjgzNiAxNC4xMTk5IDcuODIzNDUgMTUuMDQyIDguNjgwOTYgMTUuODI1MkM5LjU2NDQ2IDE2LjYwODQgMTAuMDA2MiAxNyAxMC4wMDYyIDE3QzEwLjAwNjIgMTcgMTAuMDA2MiAxNi45ODc0IDEwLjAwNjIgMTYuOTYyMUMxMC4wMDYyIDE2Ljk4NzQgMTAuMDA2MiAxNyAxMC4wMDYyIDE3QzEwLjAwNjIgMTcgMTAuNDM1IDE2LjYwODQgMTEuMjkyNSAxNS44MjUyQzEyLjE3NiAxNS4wNDIgMTMuMTc2NCAxNC4xMTk5IDE0LjI5MzggMTMuMDU4OEMxNS40MTEyIDExLjk5NzcgMTYuNDc2NiAxMC45MjQgMTcuNDkgOS44Mzc2NEMxOC41Mjk0IDguNzI2MDIgMTkuMTkyIDcuODU0NDEgMTkuNDc3OSA3LjIyMjgxQzIwLjEwMTUgNS45NTk2MSAyMC4xNjY1IDQuNjcxMTQgMTkuNjcyOCAzLjM1NzQxQzE5LjIwNSAyLjA0MzY4IDE4LjMzNDUgMS4wODM2NSAxNy4wNjEyIDAuNDc3MzFaIiBmaWxsPSIjNkU3MTZFIi8+Cjwvc3ZnPgo=);
  height: 20px;
  width: 20px;
}
.amsearch-button.-compare {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAyMCAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTUgMTRWOS4zNjk3OUgwVjE0SDVaTTEyLjQ2MDkgMEg3LjVWMTRIMTIuNDYwOVYwWk0yMCA0LjcwMzEySDE1VjE0SDIwVjQuNzAzMTJaIiBmaWxsPSIjNkU3MTZFIi8+Cjwvc3ZnPgo=);
  height: 20px;
  width: 20px;
}
.amsearch-button.-disabled {
  opacity: .7;
  pointer-events: none;
}
.amsearch-button.-primary {
  background: #1979c2;
  border: 1px solid #1979c2;
  border-radius: 0;
  color: #1979c2;
  letter-spacing: -.015em;
  transition: .3s;
}
.amsearch-button.-primary:hover {
  background: #1979c2;
}
.amsearch-button.-primary:active {
  background: #1979c2;
}
.amsearch-button.-search {
  background-color: var(--amsearch-color-search_button, #1979c2);
  border-color: var(--amsearch-color-search_button, #1979c2);
  color: var(--amsearch-color-search_button_text, #ffffff);
}
.amsearch-button.-search:hover {
  background: var(--amsearch-color-search_button-hover, #166bab);
  border-color: var(--amsearch-color-search_button-hover, #166bab);
}
.amsearch-button.-search:active {
  background: var(--amsearch-color-search_button-focus, #135d95);
  border-color: var(--amsearch-color-search_button-focus, #135d95);
}
.amsearch-button.-full-close {
  align-items: center;
  background-color: #f5f5f5;
  border-color: #f5f5f5;
  border-radius: 50%;
  display: flex;
  font-size: 10px;
  height: 32px;
  justify-content: center;
  padding: 0;
  width: 32px;
}
.amsearch-button.-full-close:after {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEgMWwxMCAxMG0wLTEwTDEgMTEiIHN0cm9rZT0iI0IyQjJCMiIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPjwvc3ZnPg==);
  background-repeat: no-repeat;
  content: '';
  display: inline-block;
  height: 12px;
  width: 12px;
}
.amsearch-button.-full-close:hover {
  background-color: #e8e8e8;
}
.amsearch-button.-full-close:active {
  background-color: #dcdcdc;
}
.amsearch-slider-section {
  box-sizing: border-box;
  display: flex;
}
.amsearch-slider-section .amsearch-item:hover,
.amsearch-slider-section .amsearch-item.selected {
  background-color: transparent;
}
.amsearch-slider-section .amsearch-item .amsearch-image {
  pointer-events: auto;
  width: 100%;
}
.amsearch-slider-section.slick-slider {
  padding: 0;
}
.amsearch-slider-section .slick-dots {
  background: inherit;
  border: none;
  top: 100%;
}
.amsearch-slider-section .slick-dots > li[role='presentation'] {
  align-items: center;
  border: none;
  display: inline-flex;
  height: 6px;
  justify-content: center;
  margin: 0 6px;
  padding: 0;
  text-align: inherit;
  white-space: inherit;
  width: 6px;
}
.amsearch-slider-section .slick-dots > li[role='presentation']:hover,
.amsearch-slider-section .slick-dots > li[role='presentation'].selected {
  background: inherit;
}
.amsearch-slider-section .slick-dots > li[role='presentation'].slick-active button,
.amsearch-slider-section .slick-dots > li[role='presentation'].slick-active .cart.table-wrapper .actions-toolbar > .action,
.amsearch-slider-section .slick-dots > li[role='presentation'].slick-active .action-gift {
  background: #ff5502;
  border-color: #ff5502;
}
.amsearch-slider-section .slick-dots > li[role='presentation'] button,
.amsearch-slider-section .slick-dots > li[role='presentation'] .cart.table-wrapper .actions-toolbar > .action,
.amsearch-slider-section .slick-dots > li[role='presentation'] .action-gift {
  background: #fff;
  border: 1px solid #cccccc;
  border-radius: 100%;
  height: 100%;
  padding: 0;
  width: 100%;
}
.amsearch-slider-section .slick-dots > li[role='presentation'] button:before,
.amsearch-slider-section .slick-dots > li[role='presentation'] .cart.table-wrapper .actions-toolbar > .action:before,
.amsearch-slider-section .slick-dots > li[role='presentation'] .action-gift:before {
  content: none;
}
.amsearch-slider-section button.slick-arrow,
.amsearch-slider-section .cart.table-wrapper .actions-toolbar > .action.slick-arrow,
.amsearch-slider-section .action-gift.slick-arrow {
  background: #ffffff url('data:image/svg+xml;base64, PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iMTkiIHZpZXdCb3g9IjAgMCAxMSAxOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEwLjU0NTQgOS4zNzY2OEwyLjE5ODk1IDAuNDA5MThMMC43NDIyNjEgMS44NDg5Mkw3Ljc1MDEzIDkuMzc2NjhMMC41NDU0MSAxNy4xNTEzTDEuOTYyNzMgMTguNTkxTDEwLjA3MyA5LjkxMTQ0TDEwLjU0NTQgOS4zNzY2OFoiIGZpbGw9IiM5OTk5OTkiLz4KPC9zdmc+Cg==') center no-repeat !important;
  border-radius: 0;
  bottom: 0;
  height: 40px;
  margin: auto 0;
  top: 0;
  width: 40px;
  z-index: 2;
}
/* phpcs:ignore Magento2.Less.AvoidId.IdSelectorUsage */
#amasty-shopby-product-list {
  max-width: 100%;
  order: 10;
}
.amsearch-products-section {
  align-content: flex-start;
  border-left: none;
  border-top: 1px solid #cccccc;
  box-sizing: border-box;
  padding: 20px 0 0;
  position: relative;
  transition: .1s;
  width: 100%;
  /* phpcs:ignore Magento2.Less.TypeSelectors.UpperCaseSelector */
}
.amsearch-products-section .amsearch-sku-block {
  padding: 0 0 10px;
}
.amsearch-products-section .amsearch-link {
  color: var(--amsearch-color-text, #3ac39c);
}
.amsearch-products-section .amsearch-link:hover {
  color: var(--amsearch-color-hover_text, #3ac39c);
}
.amsearch-products-section .amsearch-block-header {
  padding: 0 20px 25px;
}
.amsearch-products-section .amsearch-item .item-description {
  word-break: keep-all;
}
.amsearch-products-section .amsearch-item .product-item-description {
  word-break: break-all;
}
.amsearch-products-section .product-item-description {
  color: #999999;
  font-size: 1.2rem;
  margin: 0;
  padding: 0 0 10px;
}
.amsearch-products-section .amsearch-product-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
.amsearch-products-section .amsearch-item {
  align-content: flex-start;
  box-sizing: border-box;
  display: flex;
  margin: 0;
  padding: 20px;
  position: relative;
}
.amsearch-products-section .amsearch-item:hover {
  background: var(--amsearch-color-hover, #f4f5fa);
  z-index: 8;
}
.amsearch-products-section .amsearch-item:not(:hover) .dropdown {
  display: none;
}
.amsearch-products-section .product-item-details {
  display: flex;
  flex-direction: column;
  max-width: 100%;
  min-height: 100px;
}
.amsearch-products-section .amsearch-wrapper-inner {
  align-items: flex-end;
  display: flex;
  flex-wrap: wrap;
}
.amsearch-products-section .product-item-link {
  padding: 0 0 10px;
  word-break: keep-all;
}
.amsearch-products-section .action.tocart {
  word-break: break-word;
  word-wrap: break-word;
  border-radius: 0;
  font-size: 1.2rem;
  line-height: 1.2;
  min-height: 35px;
  padding: 10px;
  white-space: inherit;
}
.ie11 .amsearch-products-section .action.tocart {
  word-break: break-all;
}
.ie11 .amsearch-products-section .action.tocart {
  word-break: break-all;
}
.ie11 .amsearch-products-section .action.tocart {
  word-break: break-all;
}
.ie11 .amsearch-products-section .action.tocart {
  word-break: break-all;
}
.amsearch-products-section .product-item [data-role='priceBox'] {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  font-size: 16px;
  font-weight: 700;
  margin: 0;
  padding: 0 0 10px;
}
.amsearch-products-section .product-item [data-role='priceBox'] p,
.amsearch-products-section .product-item [data-role='priceBox'] span {
  flex-basis: 100%;
  padding: 0 0 5px;
}
.amsearch-products-section .product-reviews-summary {
  margin: 0;
  padding: 0 0 10px;
}
.amsearch-products-section .actions-secondary {
  align-items: center;
  display: flex;
  padding: 5px;
}
.amsearch-products-section .actions-secondary .amsearch-button.-icon {
  margin: 5px;
}
.amsearch-products-section .actions-secondary > .action {
  flex-grow: inherit;
  line-height: normal;
  margin-right: 5px;
}
.amsearch-products-section.-list .amsearch-item {
  width: 100%;
}
.amsearch-products-section.-list .amsearch-image {
  max-width: 132px;
  width: 40%;
}
.amsearch-products-section.-list .actions-secondary {
  padding: 0 0 0 5px;
}
.amsearch-products-section.-list .amsearch-description {
  padding-left: 10px;
}
.amsearch-products-section.-grid .amsearch-image {
  padding-bottom: 10px;
  width: 100%;
}
.amsearch-products-section.-grid .amsearch-image .amsearch-product-image-container {
  display: inline-block;
  max-width: 100%;
}
.amsearch-products-section.-grid:not(.-slider) .amsearch-item {
  flex-wrap: wrap;
  max-width: 50%;
}
.amsearch-collapsible-section[data-collapsible].-opened .amsearch-collapsible-title:after {
  transform: rotate(225deg) translate(-5px, 0);
}
.amsearch-collapsible-section[data-collapsible] .amsearch-collapsible-title {
  align-items: center;
  cursor: pointer;
  display: flex;
}
.amsearch-collapsible-section[data-collapsible] .amsearch-collapsible-title:after {
  border-bottom: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  content: '';
  display: inline-block;
  height: 10px;
  transform: rotate(45deg) translate(0, -5px);
  transition: .3s all;
  width: 10px;
}
.amsearch-block-header {
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0;
  padding: 0 20px 2px;
  width: 100%;
}
.amsearch-block-header .amsearch-title {
  font-size: 1.8rem;
  font-weight: 700;
  text-transform: capitalize;
  word-break: break-word;
  word-wrap: break-word;
}
.amsearch-block-header .amsearch-link {
  line-height: 26px;
  min-width: 90px;
}
.amsearch-block-header .amsearch-link.-view-all .amsearch-count {
  font-weight: inherit;
}
.amsearch-block-header .amsearch-link .amsearch-count:before {
  content: '(+';
}
.amsearch-block-header .amsearch-count {
  font-weight: 300;
}
.amsearch-block-header .amsearch-count:before {
  content: '(';
}
.amsearch-block-header .amsearch-count:after {
  content: ')';
}
.amsearch-category-tab .amsearch-item {
  font-size: 1.6rem;
  margin-bottom: 10px;
}
.amsearch-category-tab .amsearch-item .am-item-link:not(:last-of-type):after {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MTIiIGhlaWdodD0iNTEyIiB2aWV3Qm94PSIwIDAgNDUxLjg0NiA0NTEuODQ3Ij48cGF0aCBkPSJNMzQ1LjQ0MSAyNDguMjkyTDE1MS4xNTQgNDQyLjU3M2MtMTIuMzU5IDEyLjM2NS0zMi4zOTcgMTIuMzY1LTQ0Ljc1IDAtMTIuMzU0LTEyLjM1NC0xMi4zNTQtMzIuMzkxIDAtNDQuNzQ0TDI3OC4zMTggMjI1LjkyIDEwNi40MDkgNTQuMDE3Yy0xMi4zNTQtMTIuMzU5LTEyLjM1NC0zMi4zOTQgMC00NC43NDggMTIuMzU0LTEyLjM1OSAzMi4zOTEtMTIuMzU5IDQ0Ljc1IDBsMTk0LjI4NyAxOTQuMjg0YzYuMTc3IDYuMTggOS4yNjIgMTQuMjcxIDkuMjYyIDIyLjM2NiAwIDguMDk5LTMuMDkxIDE2LjE5Ni05LjI2NyAyMi4zNzN6IiBkYXRhLW9yaWdpbmFsPSIjMDAwMDAwIiBjbGFzcz0iYWN0aXZlLXBhdGgiIGRhdGEtb2xkX2NvbG9yPSIjYTNhM2EzIiBmaWxsPSIjYTNhM2EzIi8+PC9zdmc+) no-repeat center;
  background-size: contain;
  content: '';
  display: inline-block;
  height: 10px;
  margin: 0 10px;
  width: 10px;
}
.amsearch-result-tabs {
  margin-top: 5px;
  z-index: initial;
}
.amsearch-result-tabs > .data.item.content:not([aria-hidden='false']) {
  display: none;
}
.amsearch-result-tabs .title {
  box-sizing: border-box;
  position: relative;
}
.amsearch-result-tabs .title.active .amsearch-results-count {
  display: none;
}
.amsearch-result-tabs .title.active .switch {
  padding-bottom: 1px;
}
.amsearch-result-tabs .data.content {
  display: none;
}
.amsearch-result-tabs .data.content[aria-hidden='false'] {
  display: block;
}
.amsearch-result-tabs .data.title {
  margin-right: 5px;
}
.amsearch-result-tabs .data.title.active {
  background: #d8d8d8;
  box-sizing: border-box;
}
.amsearch-result-tabs .data.title.last {
  margin-bottom: 8px;
}
.page-header:not(.amsearch-full-width) .amsearch-result-section {
  /* phpcs:ignore Magento2.Less.ClassNaming.NotAllowedSymbol */
  -webkit-animation: amsearch-animation__fadeIn 0.3s forwards;
  animation: amsearch-animation__fadeIn 0.3s forwards;
}
.page-header .amsearch-result-section {
  right: 0;
}
.amsearch-result-section {
  overflow: hidden;
  overflow-y: auto;
  scrollbar-color: #adadad rgba(255, 255, 255, 0.2);
  scrollbar-width: thin;
  background-color: var(--amsearch-color-background, #ffffff);
  border: 1px solid;
  border-color: var(--amsearch-color-border, transparent);
  border-radius: 3px;
  box-shadow: 0 2px 4px rgba(84, 95, 125, 0.12), 0 5px 8px rgba(155, 159, 174, 0.1);
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  margin: 5px 0;
  max-height: 90vh;
  position: absolute;
  top: 100%;
  transition: .3s;
  width: 100%;
  z-index: 99;
}
.amsearch-result-section::-webkit-scrollbar {
  background: #f0f0f0;
}
.amsearch-result-section::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: #adadad;
  cursor: pointer;
}
.amsearch-result-section ::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #ffffff;
}
.amsearch-result-section::-webkit-scrollbar {
  width: 4px;
}
.amsearch-result-section::-webkit-scrollbar-thumb {
  width: 4px;
}
.amsearch-result-section ::-webkit-scrollbar-track {
  width: 4px;
}
.amsearch-result-section:empty {
  display: none;
}
.amsearch-result-section .amsearch-result-block {
  box-sizing: border-box;
  max-width: 100%;
  width: 100%;
}
.amsearch-result-section .amsearch-result-block:empty {
  display: none;
}
.amsearch-result-block.-preload {
  display: flex;
  flex-wrap: wrap;
}
.amsearch-result-block.-preload:empty {
  display: none;
}
.amsearch-result-block.-preload .amsearch-item:first-child:last-child {
  max-width: 100%;
  width: 100%;
}
.amsearch-result-block.-preload .amsearch-slider-section {
  width: 100%;
}
.amsearch-result-block.-preload .amsearch-products-list {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.page-header .amsearch-input-wrapper {
  width: 100%;
}
.amsearch-input-wrapper {
  max-width: 100%;
  position: relative;
  transition: .3s;
}
.amsearch-input-wrapper.-typed .amsearch-button.-loupe {
  left: 10px;
  right: auto;
}
.amsearch-input-wrapper.-typed .amsearch-input {
  padding-left: 33px;
  padding-right: 33px;
}
.amsearch-input-wrapper .amsearch-input {
  border: 1px solid #ccc;
  padding: 5px 10px;
  transition: .3s;
}
.amsearch-input-wrapper .amsearch-input:focus {
  border: 1px solid #1979c2;
  box-shadow: none;
}
.amsearch-input-wrapper .amsearch-input:focus::placeholder,
.amsearch-input-wrapper .amsearch-input:focus::-webkit-input-placeholder {
  color: transparent;
}
.amsearch-input-wrapper .amsearch-input::placeholder,
.amsearch-input-wrapper .amsearch-input::-webkit-input-placeholder {
  color: #999;
}
.amsearch-input-wrapper .amsearch-button.-close {
  bottom: 0;
  font-size: 1rem;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
}
.amsearch-input-wrapper .amsearch-button.-loupe {
  border: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  right: 5px;
  top: 0;
}
body.-amsearch-overlay-opened .logo,
body.-amsearch-overlay-opened .nav-sections {
  z-index: 0;
}
.page-header.amsearch-full-width.-opened {
  z-index: 12;
}
.amsearch-overlay-block {
  background: rgba(0, 0, 0, 0.19);
  bottom: 0;
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 11;
}
.amsearch-overlay-block .amsearch-overlay {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.amsearch-items-section {
  padding: 25px 0 0 0;
  width: 100%;
}
.amsearch-items-section:empty {
  display: none;
}
.amsearch-item-container {
  flex-basis: 100%;
  padding: 0 0 20px;
  position: relative;
}
.amsearch-item-container.-opened {
  padding: 0 0 32px;
}
.amsearch-item-container.-page a.amsearch-link {
  color: var(--amsearch-color-hover_text, #3ac39c);
  font-weight: 600;
}
.amsearch-item-container.-recent_searches:not(.-closed) .amsearch-block-header {
  padding: 0 20px 15px;
}
.amsearch-item-container.-recent_searches .amsearch-tab-items {
  padding: 0 20px;
}
.amsearch-item-container.-recent_searches .amsearch-item {
  background: #f5f5f5;
  border: 1px solid transparent;
  border-radius: 25px;
  box-sizing: border-box;
  display: inline-block;
  margin: 0 8px 10px 0;
  order: 1;
  text-decoration: none;
}
.amsearch-item-container.-recent_searches .amsearch-item.-match {
  background-color: var(--amsearch-color-hover, #f4f5fa);
}
.amsearch-item-container.-recent_searches .amsearch-item .amsearch-link {
  padding: 6px 15px;
}
.amsearch-item-container.-recent_searches .amasty-xsearch-num-results {
  display: none;
}
.amsearch-item-container.-popular_searches .amasty-xsearch-num-results {
  display: none;
  font-size: 12px;
}
.amsearch-item-container.-browsing_history .amasty-xsearch-num-results {
  display: none;
}
.amsearch-item-container.-brands .amasty-xsearch-num-results {
  color: #cccccc;
  display: inline-block;
  float: none;
}
.amsearch-item-container .amsearch-tab-items {
  list-style: none;
  margin: 0;
  padding: 0;
}
.amsearch-item-container .amsearch-description {
  padding: 8px 20px;
}
.amsearch-item-container .amsearch-item {
  cursor: pointer;
  margin: 0;
  overflow: hidden;
  text-transform: capitalize;
}
.amsearch-item-container .amsearch-item .amsearch-link {
  color: var(--amsearch-color-text, #3ac39c);
  display: block;
  font-size: 1.4rem;
  font-weight: 400;
  outline: none;
  padding: 8px 20px;
  text-decoration: none;
}
.amsearch-item-container .amsearch-item .amsearch-link:hover {
  background: var(--amsearch-color-hover, #f4f5fa);
  color: var(--amsearch-color-hover_text, #3ac39c);
}
.amsearch-item-container .amsearch-item .amsearch-link:focus {
  background: var(--amsearch-color-hover-focus, #f4f5fa);
  color: var(--amsearch-color-text-focus, #3ac39c);
}
.amsearch-related-terms {
  display: flex;
  flex-wrap: wrap;
  margin: 20px 0;
}
.amsearch-related-terms > .amsearch-title {
  font-weight: 700;
  margin: 0 0 15px 0;
  width: 100%;
}
.amsearch-related-terms > .amsearch-item {
  background: #d8eeff;
  border-radius: 20px;
  color: #252525;
  font-size: 12px;
  line-height: 1.3;
  margin: 0 15px 10px 0;
  padding: 5px 15px;
  transition: .1s;
}
.amsearch-related-terms > .amsearch-item:hover {
  background: #b7e0ff;
}
.amsearch-related-terms > .amsearch-item:hover,
.amsearch-related-terms > .amsearch-item:active {
  text-decoration: none;
}
.amsearch-related-terms .amsearch-count {
  color: #757575;
}
.amsearch-button.-full-close {
  display: none;
}
.page-header .amsearch-button.-loupe-trigger {
  background-size: 20px;
  filter: brightness(75%);
  float: right;
  height: 20px;
  margin: 14px;
  width: 20px;
}
.page-header.amsearch-full-width .header.content {
  transition: none;
}
.page-header.amsearch-full-width .amsearch-full_width-title {
  flex-basis: 100%;
  font-size: 2.6rem;
  font-weight: 300;
  margin: 0;
  padding: 0 0 20px 0;
  z-index: 15;
}
.page-header.amsearch-full-width .amsearch-input-wrapper {
  flex-grow: 10;
  width: initial;
}
.page-header.amsearch-full-width .amsearch-button.-search {
  flex-grow: 1;
}
.page-header.amsearch-full-width .amsearch-wrapper-block {
  display: none;
}
.page-header.amsearch-full-width .amsearch-form-block {
  flex-wrap: wrap;
  height: auto;
  justify-content: flex-start;
  min-width: 100%;
  padding: 20px 15px;
  transition: none;
}
.page-header.amsearch-full-width .amsearch-button.-full-close {
  bottom: 0;
  margin: 20px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 98;
}
.page-header.amsearch-full-width .amsearch-result-section {
  border-radius: 0;
  border-top: 1px solid #cccccc;
  margin: 0;
  transition: none;
  width: 100%;
}
.page-header.amsearch-full-width .amsearch-slider-section {
  max-width: none;
  width: 100%;
}
.page-header.amsearch-full-width .amsearch-wrapper-block {
  background: #f5f5f5;
  height: 100%;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 14;
}
.page-header.amsearch-full-width.-opened {
  height: 134px;
  transition: .1s;
}
.page-header.amsearch-full-width.-opened .panel.wrapper {
  display: none;
}
.page-header.amsearch-full-width.-opened .header.content {
  align-content: center;
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  max-width: 100%;
  padding: 0;
}
.page-header.amsearch-full-width.-opened .minicart-wrapper {
  display: none;
}
.page-header.amsearch-full-width.-opened .amsearch-wrapper-block {
  display: inline-block;
}
.page-header.amsearch-full-width.-opened .amsearch-button.-full-close {
  display: inline-flex;
}
.amcheckout-delivery-date .field {
  float: left;
  box-sizing: border-box;
  padding-top: 4px;
  width: 100%;
}
.amcheckout-delivery-date .field.comment {
  width: 100%;
}
.amcheckout-delivery-date .field.datepicker,
.amcheckout-delivery-date .field.timepicker {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.amcheckout-delivery-date .field.datepicker .control,
.amcheckout-delivery-date .field.timepicker .control {
  flex: none;
  width: 60%;
}
.amcheckout-delivery-date .field.datepicker .control .ui-datepicker-trigger {
  margin-left: 7px;
}
.amcheckout-delivery-date .field .label {
  display: block;
  margin: 12px 0;
}
.amcheckout-delivery-date .clearer {
  clear: both;
}
.amcheckout-delivery-date .field._required > .label:after {
  margin: 0 0 0 5px;
  color: #e02b27;
  content: '*';
  font-size: 1.2rem;
}
.page-main .block.block-order-details .delivery {
  float: right;
  font-weight: 600;
}
.page-main .block.block-order-details .delivery .delivery-field {
  float: left;
  margin-left: 12px;
}
.column .block-addbysku .fieldset {
  margin: 0;
}
.column .block-addbysku .fieldset .fields {
  position: relative;
}
.column .block-addbysku .fieldset .fields .field {
  display: inline-block;
  margin-bottom: 10px;
  vertical-align: top;
}
.column .block-addbysku .fieldset .fields .actions-toolbar {
  position: absolute;
  right: 0;
  top: 4px;
}
.column .block-addbysku .sku {
  margin-right: -155px;
  padding-right: 160px;
  width: 100%;
}
.column .block-addbysku .skus > .label {
  margin-top: 10px;
}
.column .block-addbysku .qty .qty + .mage-error {
  width: 80px;
}
.column .block-addbysku .block-content .actions-toolbar {
  clear: both;
  margin: 0 0 20px;
  text-align: left;
}
.column .block-addbysku .block-content .actions-toolbar:before,
.column .block-addbysku .block-content .actions-toolbar:after {
  content: '';
  display: table;
}
.column .block-addbysku .block-content .actions-toolbar:after {
  clear: both;
}
.column .block-addbysku .block-content .actions-toolbar .primary {
  float: left;
}
.column .block-addbysku .block-content .actions-toolbar .primary,
.column .block-addbysku .block-content .actions-toolbar .secondary {
  display: inline-block;
}
.column .block-addbysku .block-content .actions-toolbar .primary a.action,
.column .block-addbysku .block-content .actions-toolbar .secondary a.action {
  display: inline-block;
}
.column .block-addbysku .block-content .actions-toolbar .primary .action {
  margin: 0 5px 0 0;
}
.column .block-addbysku .block-content .actions-toolbar .secondary a.action {
  margin-top: 6px;
}
.column .block-addbysku .block-content .actions-toolbar .primary,
.column .block-addbysku .block-content .actions-toolbar .secondary {
  display: block;
  float: none;
}
.column .block-addbysku .block-content .actions-toolbar > .secondary {
  text-align: left;
}
.column .block-addbysku .reset {
  margin: 10px 0;
}
.column .block-addbysku .note {
  display: block;
  margin: 0 0 20px;
}
.block-cart-failed {
  margin-top: 40px;
}
.block-cart-failed .block-title {
  font-size: 2.6rem;
}
.block-cart-failed .block-title strong {
  font-weight: 300;
}
.block-cart-failed .actions {
  text-align: center;
}
.block-cart-failed .actions .action {
  margin-bottom: 10px;
}
.bundle-options-container {
  clear: both;
  margin-bottom: 40px;
}
.bundle-options-container .legend.title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.bundle-options-container .product-add-form {
  display: none;
}
.bundle-options-container .product-options-wrapper {
  margin-bottom: 30px;
}
.bundle-options-container .action.back {
  margin-bottom: 30px;
}
.bundle-options-container .price-box .price {
  font-size: 18px;
  font-weight: 700;
}
.bundle-options-container .block-bundle-summary {
  background: #e8e8e8;
  padding: 10px 20px;
}
.bundle-options-container .block-bundle-summary > .title > strong {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.bundle-options-container .block-bundle-summary .bundle-summary {
  margin-top: 30px;
}
.bundle-options-container .block-bundle-summary .bundle-summary.empty {
  display: none;
}
.bundle-options-container .block-bundle-summary .bundle-summary > .subtitle {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  display: block;
}
.bundle-options-container .block-bundle-summary .bundle.items > li {
  margin-bottom: 10px;
}
.bundle-options-container .block-bundle-summary .box-tocart .actions {
  display: inline-block;
  margin-bottom: 10px;
}
.bundle-options-container .block-bundle-summary .product-addto-links > .action {
  vertical-align: top;
}
.bundle-options-container .nested .field.qty {
  margin-top: 20px;
}
.bundle-options-container .nested .field.qty .label {
  font-weight: 700;
  margin: 0 0 5px;
  display: inline-block;
}
.bundle-options-container p.required {
  color: #e02b27;
}
.bundle-options-container .product-options-bottom {
  clear: left;
}
.block-category-event {
  background: #f0f0f0;
  color: #333333;
  padding: 10px 0 15px;
  text-align: center;
}
.block-category-event.block:last-child {
  margin-bottom: 10px;
}
.block-category-event .block-title {
  margin: 0 0 10px;
}
.block-category-event .block-title strong {
  font-size: 1.5rem;
  font-weight: 300;
}
.block-category-event .ticker {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.block-category-event .ticker li {
  display: none;
  margin: 0 15px;
}
.block-category-event .ticker .value {
  font-size: 1.8rem;
  font-weight: 300;
}
.block-category-event .ticker .label {
  font-size: 1rem;
  display: block;
  text-transform: lowercase;
}
.block-category-event .dates {
  display: table;
  margin: 0 auto;
}
.block-category-event .dates .start,
.block-category-event .dates .end {
  display: table-cell;
  vertical-align: top;
}
.block-category-event .dates .date {
  font-size: 1.8rem;
}
.block-category-event .dates .time {
  display: block;
}
.block-category-event .dates .start {
  padding-right: 40px;
  position: relative;
}
.block-category-event .dates .start:after {
  font-size: 1.8rem;
  content: '\2013';
  display: block;
  position: absolute;
  right: 15px;
  top: 0;
}
.downloadable.samples {
  margin-bottom: 20px;
}
.downloadable.samples dd {
  margin: 0 0 10px;
}
.table-downloadable-products .product-name {
  margin-right: 15px;
}
.field.downloads .price-container {
  display: inline;
  white-space: nowrap;
}
.field.downloads .price-container:before {
  content: ' + ';
  display: inline;
}
.field.downloads .price-excluding-tax {
  display: inline;
}
.field.downloads .price-excluding-tax:before {
  content: ' (' attr(data-label) ': ';
}
.field.downloads .price-excluding-tax:after {
  content: ')';
}
.field.downloads .price-including-tax {
  font-size: 1.4rem;
  display: inline;
  font-weight: 600;
}
.field.downloads .sample.link {
  float: right;
}
.page-product-downloadable .product-add-form {
  clear: both;
  margin-bottom: 25px;
}
.page-product-downloadable .product-options-bottom .field.qty {
  display: none !important;
}
.cart-summary .block.giftcard .action.check {
  line-height: 1.2rem;
  padding: 5px 8px;
  font-size: 1.1rem;
  margin-top: 20px;
}
.page-product-giftcard .giftcard-amount {
  margin-bottom: 0;
  text-align: left;
}
.page-product-giftcard .giftcard-amount .field:last-child {
  padding-bottom: 20px;
}
.page-product-giftcard .product-options-wrapper .field:first-of-type {
  margin-top: 20px;
}
.giftcard-account .please-wait {
  display: none;
}
.giftcard-account .form-giftcard-redeem .giftcard.info {
  margin-bottom: 30px;
}
.opc-wrapper .form-giftcard-account {
  max-width: 500px;
}
.opc-wrapper .form-giftcard-account .field {
  margin: 0 0 20px;
}
.opc-wrapper .giftcard-account-info {
  margin: 0 0 20px;
}
.opc-wrapper .giftcard-account-info .giftcard-account-number {
  margin: 0 0 10px;
}
.gift-message .field {
  margin-bottom: 20px;
}
.gift-message .field .label {
  color: #666666;
  font-weight: 400;
}
.gift-options .actions-toolbar .action-cancel {
  display: none;
}
.gift-options-title {
  margin: 0 0 20px;
}
.gift-options-content .fieldset {
  margin: 0 0 20px;
}
.gift-summary .actions-toolbar > .secondary {
  float: none;
}
.gift-summary .actions-toolbar > .secondary .action {
  margin: 10px 20px 0 0;
}
.action-gift {
  display: inline-block;
  text-decoration: none;
}
.action-gift:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 16px;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.action-gift:hover:after {
  color: inherit;
}
.action-gift:active:after {
  color: inherit;
}
.action-gift.active:after,
.action-gift._active:after {
  content: '\e621';
}
.cart.table-wrapper .gift-content {
  box-sizing: border-box;
  clear: left;
  display: none;
  float: left;
  margin: 10px 0 20px;
  text-align: left;
  width: 100%;
}
.cart.table-wrapper .gift-content._active {
  display: block;
}
.gift-item-block {
  margin: 0;
}
.gift-item-block._active .title:after {
  content: '\e621';
}
.gift-item-block .title {
  border-radius: 3px;
  background-image: none;
  background: #f2f2f2;
  border: 1px solid #cdcdcd;
  color: #333333;
  cursor: pointer;
  font-family: 'popins';
  font-weight: 700;
  margin: 20px 0 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
  display: inline-block;
  text-decoration: none;
}
.gift-item-block .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 16px;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.gift-item-block .title:hover:after {
  color: inherit;
}
.gift-item-block .title:active:after {
  color: inherit;
}
.gift-item-block .title:focus,
.gift-item-block .title:active {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #333333;
}
.gift-item-block .title:hover {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #555555;
}
.gift-item-block .title.disabled,
.gift-item-block .title[disabled],
fieldset[disabled] .gift-item-block .title {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.gift-item-block .title:active {
  box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.12);
}
.gift-item-block .content {
  border-bottom: 1px solid #c1c1c1;
  padding: 10px 10px 20px;
  position: relative;
}
.order-details-items .order-gift-message .item-options dt,
.order-details-items .block-order-details-gift-message .item-options dt {
  font-weight: 400;
  margin: 10px 0;
}
.order-details-items .order-gift-message dt:after,
.order-details-items .block-order-details-gift-message dt:after {
  content: '';
}
.order-details-items .order-gift-message .item-message,
.order-details-items .block-order-details-gift-message .item-message {
  clear: left;
}
.order-details-items .order-items .action.show {
  display: inline-block;
  text-decoration: none;
  padding-right: 20px;
  position: relative;
}
.order-details-items .order-items .action.show:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.order-details-items .order-items .action.show:after {
  position: absolute;
  right: 0;
  top: -4px;
}
.order-details-items .order-items .action.show.expanded:after {
  content: '\e621';
}
.block-order-details-gift-message {
  border-top: 1px solid #d1d1d1;
  padding-top: 10px;
}
.form-giftregistry-share .actions-toolbar:not(:last-child),
.form-giftregistry-edit .actions-toolbar:not(:last-child) {
  margin-bottom: 40px;
}
.form-giftregistry-share .fieldset .nested .field:not(.choice) .control,
.form-giftregistry-edit .fieldset .nested .field:not(.choice) .control {
  width: 100%;
}
.table-giftregistry-items .product-image {
  float: left;
  margin-right: 10px;
}
.cart-summary .form.giftregistry .fieldset {
  margin: 25px 0 5px;
}
.cart-summary .form.giftregistry .fieldset .field {
  margin: 0 0 10px;
}
.cart-summary .form.giftregistry .fieldset .field .control {
  float: none;
  width: auto;
}
.cart-summary .form.giftregistry .fieldset .action.primary,
.cart-summary .form.giftregistry .fieldset .amshopby-button,
.cart-summary .form.giftregistry .fieldset .am-filter-go {
  margin-bottom: 0;
}
.form-giftregistry-search {
  margin-bottom: 60px;
}
.form-giftregistry-search .fields-specific-options .field:nth-last-of-type(1) {
  margin-bottom: 0;
}
.block-giftregistry-results .toolbar-giftregistry-results {
  text-align: center;
}
.block-giftregistry .actions-toolbar {
  margin: 17px 0 0;
}
.block-giftregistry-shared .item-options .item-value {
  margin: 0 0 25px;
}
.block-giftregistry-shared-items .item {
  border-bottom: 1px solid #d1d1d1;
}
.block-giftregistry-shared-items .col {
  padding: 20px 8px 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-bottom: 0;
}
.block-giftregistry-shared-items .product-item-photo {
  display: block;
  max-width: 65px;
  padding: 10px 0;
}
.block-giftregistry-shared-items .product-item-name {
  display: block;
  margin: 0 0 5px;
}
.gift-wrapping .label {
  margin: 0 0 5px;
  display: inline-block;
}
.gift-wrapping .field {
  margin-bottom: 10px;
}
.gift-wrapping-info {
  font-weight: 300;
  font-size: 18px;
  margin: 20px 0;
}
.gift-wrapping-list {
  list-style: none;
  margin: 20px 0 10px;
  padding: 0;
}
.gift-wrapping-list .no-image {
  background: #f2f2f2;
  display: inline-block;
  text-decoration: none;
}
.gift-wrapping-list .no-image > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.gift-wrapping-list .no-image:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 38px;
  line-height: 4rem;
  color: #494949;
  content: '\e629';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.gift-wrapping-list .no-image:after {
  display: block;
}
.gift-wrapping-preview,
.gift-wrapping-item > span {
  cursor: pointer;
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.gift-wrapping-item {
  float: left;
  margin: 0 10px 10px 0;
}
.gift-wrapping-item:last-child {
  margin-right: 0;
}
.gift-wrapping-item._active span:before {
  border: 3px solid #333333;
  box-sizing: border-box;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 2;
}
.gift-wrapping-item > span {
  height: 4rem;
  width: 4rem;
}
.gift-wrapping-title {
  margin: 10px 0;
}
.gift-wrapping-title .action-remove {
  margin-left: 5px;
}
.gift-options-content .fieldset > .field {
  margin: 0 0 5px;
}
.gift-options-content .fieldset > .field:before {
  display: none;
}
.gift-wrapping-summary .gift-wrapping-title {
  border: 0;
  display: inline-block;
  padding: 0;
}
.opc-wrapper .data.table .gift-wrapping,
.table-order-items .gift-wrapping,
.table-order-review .gift-wrapping {
  margin: 20px 0;
}
.opc-wrapper .data.table .gift-wrapping .title,
.table-order-items .gift-wrapping .title,
.table-order-review .gift-wrapping .title {
  float: none;
}
.opc-wrapper .data.table .gift-wrapping .content,
.table-order-items .gift-wrapping .content,
.table-order-review .gift-wrapping .content {
  margin: 0;
}
.opc-wrapper .data.table .gift-wrapping .content > img,
.table-order-items .gift-wrapping .content > img,
.table-order-review .gift-wrapping .content > img {
  float: left;
  margin: 0 10px 0 0;
  max-height: 50px;
  max-width: 50px;
}
.gift-summary .price-box,
.gift-options .price-box {
  margin-left: 22px;
}
.gift-summary .regular-price:before,
.gift-options .regular-price:before {
  content: attr(data-label) ': ';
}
.gift-summary .regular-price .price,
.gift-options .regular-price .price {
  font-weight: 700;
}
.order-options .item {
  padding-bottom: 20px;
}
.order-options .product {
  margin-bottom: 10px;
}
.order-options .product-image-container {
  float: left;
  padding-right: 10px;
}
.order-options .gift-wrapping {
  margin-bottom: 10px;
}
.table.grouped > thead > tr > th,
.table.grouped > tbody > tr > th,
.table.grouped > tfoot > tr > th,
.table.grouped > thead > tr > td,
.table.grouped > tbody > tr > td,
.table.grouped > tfoot > tr > td {
  border-top: 1px solid #d1d1d1;
}
.table.grouped > caption + thead > tr:first-child > th,
.table.grouped > colgroup + thead > tr:first-child > th,
.table.grouped > thead:first-child > tr:first-child > th,
.table.grouped > caption + thead > tr:first-child > td,
.table.grouped > colgroup + thead > tr:first-child > td,
.table.grouped > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table.grouped > tbody + tbody {
  border-top: 1px solid #d1d1d1;
}
.table.grouped > thead > tr > th {
  border-bottom: 0;
}
.table.grouped .product-item-name {
  font-weight: 400;
}
.table.grouped .price-box .price {
  font-size: 14px;
}
.table.grouped .stock.unavailable {
  font-weight: normal;
  margin: 0;
  text-transform: none;
  white-space: nowrap;
}
.table.grouped .row-tier-price td {
  border-top: 0;
}
.table.grouped .row-tier-price .prices-tier {
  margin: 0 -10px 10px;
}
.form-add-invitations .action.add {
  display: inline-block;
  text-decoration: none;
  line-height: normal;
  padding: 2px 0;
  width: auto;
}
.form-add-invitations .action.add > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.form-add-invitations .action.add:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 31px;
  line-height: 22px;
  color: inherit;
  content: '\e61c';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.form-add-invitations .action.add:hover:before {
  color: inherit;
}
.form-add-invitations .action.add:active:before {
  color: inherit;
}
.block.filter {
  margin-bottom: 40px;
}
.block.filter .filter-title {
  margin-bottom: 20px;
}
.block.filter .filter-title strong {
  font-size: 18px;
}
.block-subtitle {
  display: inline-block;
  margin-bottom: 10px;
}
.filter-current .item {
  margin-bottom: 10px;
}
.filter-current .filter-label {
  display: block;
  font-weight: 700;
}
.filter-current .filter-label:after {
  content: ':';
}
.filter-current + .filter-actions {
  margin-bottom: 30px;
}
.filter-options {
  margin: 0;
}
.filter-options .filter-options-title {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.4rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
  margin: 0 0 10px;
  word-break: break-all;
}
.filter-options .filter-options-content {
  margin: 0 0 25px;
}
.filter-options .filter-options-content .item {
  margin-bottom: 3px;
}
.filter-options .count {
  color: #7d7d7d;
}
.filter-options .count:before {
  content: '(';
}
.filter-options .count:after {
  content: ')';
}
.filtered .items {
  margin: 15px 0;
}
.filtered .item {
  margin-bottom: 6px;
  padding-left: 22px;
  position: relative;
}
.filtered .item .label {
  font-weight: 700;
}
.filtered .item .action.remove {
  left: -6px;
  position: absolute;
  top: 0;
}
.filtered + .actions {
  margin-bottom: 35px;
}
.map-popup-wrapper.popup .action.close {
  top: 10px;
}
.map-popup {
  background: #ffffff;
  border: 1px solid #aeaeae;
  padding: 22px;
  width: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  transition: opacity 0.3s linear;
  left: 0;
  margin-top: 10px;
  position: absolute;
  top: 0;
  z-index: 1001;
  display: none;
  opacity: 0;
  box-sizing: border-box;
}
.map-popup .popup-header {
  margin: 0 0 25px;
  padding-right: 22px;
}
.map-popup .popup-header .title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.map-popup .popup-content {
  margin: 10px 0 0;
}
.map-popup .popup-actions .action.close {
  position: absolute;
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  right: 10px;
  top: 10px;
}
.map-popup .popup-actions .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.map-popup .popup-actions .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e616';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.map-popup .popup-actions .action.close:hover:before {
  color: inherit;
}
.map-popup .popup-actions .action.close:active:before {
  color: inherit;
}
.map-popup .popup-actions .action.close:focus,
.map-popup .popup-actions .action.close:active {
  background: none;
  border: none;
}
.map-popup .popup-actions .action.close:hover {
  background: none;
  border: none;
}
.map-popup .popup-actions .action.close.disabled,
.map-popup .popup-actions .action.close[disabled],
fieldset[disabled] .map-popup .popup-actions .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.map-popup.active {
  opacity: 1;
}
.map-popup .map-info-price {
  margin-bottom: 15px;
}
.map-popup .map-info-price .price-box {
  margin: 0 0 20px;
}
.map-popup .map-info-price .price-box .label:after {
  content: ': ';
}
.map-popup .regular-price .price-label {
  display: none;
}
.map-old-price:not(:last-child),
.product-info-price .map-show-info:not(:last-child) {
  margin-right: 10px;
}
.map-fallback-price {
  display: none;
}
.map-old-price {
  text-decoration: none;
}
.map-old-price .price-wrapper {
  text-decoration: line-through;
}
.map-form-addtocart {
  display: inline-block;
  text-align: center;
}
.map-form-addtocart img {
  display: block;
  margin: 0 auto;
}
button.map-show-info,
.cart.table-wrapper .actions-toolbar > .action.map-show-info,
.action-gift.map-show-info {
  background-image: none;
  -moz-box-sizing: content-box;
  box-shadow: none;
  line-height: inherit;
  text-shadow: none;
  font-weight: 400;
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #1979c3;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
button.map-show-info:focus,
button.map-show-info:active,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:focus,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:active,
.action-gift.map-show-info:focus,
.action-gift.map-show-info:active {
  background: none;
  border: none;
}
button.map-show-info:hover,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:hover,
.action-gift.map-show-info:hover {
  background: none;
  border: none;
}
button.map-show-info.disabled,
button.map-show-info[disabled],
fieldset[disabled] button.map-show-info,
.cart.table-wrapper .actions-toolbar > .action.map-show-info.disabled,
.cart.table-wrapper .actions-toolbar > .action.map-show-info[disabled],
fieldset[disabled] .cart.table-wrapper .actions-toolbar > .action.map-show-info,
.action-gift.map-show-info.disabled,
.action-gift.map-show-info[disabled],
fieldset[disabled] .action-gift.map-show-info {
  pointer-events: none;
  opacity: 0.5;
}
button.map-show-info:visited,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:visited,
.action-gift.map-show-info:visited {
  color: #1979c3;
  text-decoration: none;
}
button.map-show-info:hover,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:hover,
.action-gift.map-show-info:hover {
  color: #006bb4;
  text-decoration: underline;
}
button.map-show-info:active,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:active,
.action-gift.map-show-info:active {
  color: #ff5501;
  text-decoration: underline;
}
button.map-show-info:hover,
button.map-show-info:active,
button.map-show-info:focus,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:hover,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:active,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:focus,
.action-gift.map-show-info:hover,
.action-gift.map-show-info:active,
.action-gift.map-show-info:focus {
  background: none;
  border: 0;
}
button.map-show-info.disabled,
button.map-show-info[disabled],
fieldset[disabled] button.map-show-info,
.cart.table-wrapper .actions-toolbar > .action.map-show-info.disabled,
.cart.table-wrapper .actions-toolbar > .action.map-show-info[disabled],
fieldset[disabled] .cart.table-wrapper .actions-toolbar > .action.map-show-info,
.action-gift.map-show-info.disabled,
.action-gift.map-show-info[disabled],
fieldset[disabled] .action-gift.map-show-info {
  color: #1979c3;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.wishlist.split.button {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.wishlist.split.button:before,
.wishlist.split.button:after {
  content: '';
  display: table;
}
.wishlist.split.button:after {
  clear: both;
}
.wishlist.split.button .action.split {
  float: left;
  margin: 0;
}
.wishlist.split.button .action.toggle {
  float: right;
  margin: 0;
}
.wishlist.split.button button.action.split,
.wishlist.split.button .cart.table-wrapper .actions-toolbar > .action.action.split,
.wishlist.split.button .action-gift.action.split {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.wishlist.split.button button + .action.toggle,
.wishlist.split.button .cart.table-wrapper .actions-toolbar > .action + .action.toggle,
.wishlist.split.button .action-gift + .action.toggle {
  border-bottom-left-radius: 0;
  border-left: 0;
  border-top-left-radius: 0;
}
.wishlist.split.button .action.toggle {
  display: inline-block;
  text-decoration: none;
}
.wishlist.split.button .action.toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.wishlist.split.button .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: #7d7d7d;
  content: '\e622';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.split.button .action.toggle:hover:after {
  color: #333333;
}
.wishlist.split.button .action.toggle:active:after {
  color: inherit;
}
.wishlist.split.button .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.wishlist.split.button .action.toggle.active > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.wishlist.split.button .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: #7d7d7d;
  content: '\e621';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.split.button .action.toggle.active:hover:after {
  color: #333333;
}
.wishlist.split.button .action.toggle.active:active:after {
  color: inherit;
}
.wishlist.split.button .items {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 200px;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.wishlist.split.button .items li {
  margin: 0;
  padding: 5px 5px 5px 23px;
}
.wishlist.split.button .items li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.wishlist.split.button .items:before,
.wishlist.split.button .items:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.wishlist.split.button .items:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.wishlist.split.button .items:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.wishlist.split.button .items:before {
  left: 10px;
  top: -12px;
}
.wishlist.split.button .items:after {
  left: 9px;
  top: -14px;
}
.wishlist.split.button.active {
  overflow: visible;
}
.wishlist.split.button.active .items {
  display: block;
}
.wishlist.split.button .items {
  text-align: left;
}
.wishlist.split.button .items .item > span {
  display: block;
  padding: 5px 5px 5px 23px;
}
.wishlist.split.button .items .item:last-child:hover {
  background: #e8e8e8;
}
.wishlist.split.button .items li {
  padding: 0;
}
.table-comparison .wishlist.split.button > .action.split:before,
.product-items .wishlist.split.button > .action.split:before {
  content: '\e601';
}
.table-comparison .wishlist.split.button > .action:active,
.product-items .wishlist.split.button > .action:active,
.table-comparison .wishlist.split.button > .action:focus,
.product-items .wishlist.split.button > .action:focus,
.table-comparison .wishlist.split.button > .action:hover,
.product-items .wishlist.split.button > .action:hover {
  color: #333333;
}
.table-comparison .wishlist.split.button > .action.toggle:before,
.product-items .wishlist.split.button > .action.toggle:before {
  border-left: 1px solid #c9c9c9;
  content: '';
  float: left;
  height: 15px;
  margin-top: 3px;
}
.product-info-main .wishlist.split.button .action.split,
.block-bundle-summary .wishlist.split.button .action.split,
.product-add-form .wishlist.split.button .action.split,
.product-info-main .wishlist.split.button .action.toggle,
.block-bundle-summary .wishlist.split.button .action.toggle,
.product-add-form .wishlist.split.button .action.toggle {
  line-height: 1.2rem;
  padding: 5px 8px;
  font-size: 1.1rem;
}
.product-info-main .wishlist.split.button .action.toggle,
.block-bundle-summary .wishlist.split.button .action.toggle,
.product-add-form .wishlist.split.button .action.toggle {
  padding: 0;
}
.cart.table-wrapper .wishlist.split.button {
  margin-bottom: 10px;
}
.cart.table-wrapper .wishlist.split.button > .action.toggle {
  padding: 4px 5px;
}
.wishlist.window.popup {
  box-sizing: border-box;
  background: #ffffff;
  border: 1px solid #aeaeae;
  padding: 22px;
  width: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  transition: opacity 0.3s linear;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1001;
  display: none;
  opacity: 0;
}
.wishlist.window.popup .popup-header {
  margin: 0 0 25px;
  padding-right: 22px;
}
.wishlist.window.popup .popup-header .title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.wishlist.window.popup .popup-actions .action.close {
  position: absolute;
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  right: 10px;
  top: 10px;
}
.wishlist.window.popup .popup-actions .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.wishlist.window.popup .popup-actions .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e616';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.window.popup .popup-actions .action.close:hover:before {
  color: inherit;
}
.wishlist.window.popup .popup-actions .action.close:active:before {
  color: inherit;
}
.wishlist.window.popup .popup-actions .action.close:focus,
.wishlist.window.popup .popup-actions .action.close:active {
  background: none;
  border: none;
}
.wishlist.window.popup .popup-actions .action.close:hover {
  background: none;
  border: none;
}
.wishlist.window.popup .popup-actions .action.close.disabled,
.wishlist.window.popup .popup-actions .action.close[disabled],
fieldset[disabled] .wishlist.window.popup .popup-actions .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.wishlist.window.popup.active {
  opacity: 1;
}
.wishlist.window.popup.active {
  display: block;
}
.wishlist.overlay {
  transition: opacity 0.15s linear;
  background: #000000;
  z-index: 899;
  bottom: 0;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
}
.wishlist.overlay.active {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.wishlist.overlay.active {
  display: block;
}
.block-wishlist-management {
  position: relative;
}
.block-wishlist-management .wishlist-select .wishlist-name-label {
  font-weight: 600;
}
.block-wishlist-management .wishlist-title {
  margin-bottom: 10px;
}
.block-wishlist-management .wishlist-title strong {
  font-weight: 300;
  margin-right: 10px;
}
.block-wishlist-management .wishlist-notice {
  color: #7d7d7d;
  display: inline-block;
  margin-right: 20px;
}
.block-wishlist-management .wishlist-toolbar-select,
.block-wishlist-management .wishlist-toolbar-actions {
  display: inline-block;
}
.block-wishlist-management .wishlist-toolbar-select {
  margin-right: 20px;
}
.block-wishlist-management .wishlist-dropdown.move {
  margin-right: 20px;
}
.block-wishlist-search-form .form-wishlist-search {
  margin-bottom: 60px;
  max-width: 500px;
}
.block-wishlist-search-results .toolbar-wishlist-results {
  text-align: center;
}
.block-wishlist-info-items .block-title {
  font-size: 2.2rem;
  margin-bottom: 20px;
}
.block-wishlist-info-items .block-title > strong {
  font-weight: 300;
}
.block-wishlist-info-items .product-item {
  width: 100%;
}
.block-wishlist-info-items .product-item-photo {
  margin-left: 20px;
}
.block-wishlist-info-items .product-item-info {
  width: auto;
}
.block-wishlist-info-items .product-item-info:hover .split {
  visibility: visible;
}
.block-wishlist-info-items .price-wrapper {
  display: block;
  margin: 0 0 10px;
}
.block-wishlist-info-items .split {
  clear: both;
  padding: 10px 0;
}
.block-wishlist-info-items .action.towishlist {
  padding: 10px 0;
}
.block-wishlist-info-items .input-text.qty {
  margin-right: 10px;
}
.multicheckout.results h3,
.multicheckout.success h3 {
  font-size: 1.6rem;
  margin-bottom: 20px;
  margin-top: 30px;
}
.multicheckout.results h3 a,
.multicheckout.success h3 a {
  color: #333333;
}
.multicheckout.results h3 a:hover,
.multicheckout.success h3 a:hover {
  text-decoration: none;
}
.multicheckout.results ul.orders-list,
.multicheckout.success ul.orders-list {
  list-style: none;
  padding-left: 0;
}
.multicheckout.results .orders-list,
.multicheckout.success .orders-list {
  margin-top: 25px;
  padding-left: 16px;
}
.multicheckout.results .orders-list .shipping-list .shipping-item,
.multicheckout.success .orders-list .shipping-list .shipping-item {
  margin-left: 84px;
}
.multicheckout.results .orders-list .shipping-list .shipping-label,
.multicheckout.success .orders-list .shipping-list .shipping-label {
  font-weight: 700;
  margin-right: 10px;
}
.multicheckout.results .orders-list .shipping-list .shipping-address,
.multicheckout.success .orders-list .shipping-list .shipping-address {
  font-weight: 400;
}
.multicheckout.results .orders-list .shipping-list .error-block,
.multicheckout.success .orders-list .shipping-list .error-block {
  color: #e02b27;
}
.multicheckout.results .orders-list .shipping-list .error-block .error-label,
.multicheckout.success .orders-list .shipping-list .error-block .error-label {
  font-weight: 700;
  margin-right: 10px;
}
.multicheckout.results .orders-list .shipping-list .error-block .error-description,
.multicheckout.success .orders-list .shipping-list .error-block .error-description {
  font-weight: 400;
}
.multicheckout.results .orders-succeed .orders-list,
.multicheckout.success .orders-succeed .orders-list {
  margin-top: 0;
}
.multicheckout.results .orders-succeed .orders-list .shipping-list .order-id,
.multicheckout.success .orders-succeed .orders-list .shipping-list .order-id {
  float: left;
}
.multicheckout.results .orders-succeed .orders-list .shipping-list .shipping-item,
.multicheckout.success .orders-succeed .orders-list .shipping-list .shipping-item {
  margin-left: 100px;
}
.multicheckout .title {
  margin-bottom: 30px;
}
.multicheckout .title strong {
  font-weight: 400;
}
.multicheckout .table-wrapper {
  margin-bottom: 0;
}
.multicheckout .table-wrapper .action.delete {
  display: inline-block;
}
.multicheckout .table-wrapper .col .qty {
  display: inline-block;
}
.multicheckout .table-wrapper .col.item .action.edit {
  font-weight: 400;
  margin-left: 10px;
}
.multicheckout:not(.address) .table-wrapper .product-item-name {
  margin: 0;
}
.multicheckout > .actions-toolbar {
  margin-top: 40px;
}
.multicheckout .actions-toolbar > .secondary {
  display: block;
}
.multicheckout .actions-toolbar > .secondary .action {
  margin-bottom: 25px;
}
.multicheckout .actions-toolbar > .secondary .action.back {
  display: block;
  margin-left: 0;
}
.multicheckout .actions-toolbar > .primary {
  margin-right: 10px;
}
.multicheckout .item-options {
  margin: 10px 0 0;
}
.multicheckout .block .methods-shipping .item-content .fieldset > .field:before {
  display: none;
}
.multicheckout .block .methods-shipping .item-content .fieldset > .field .control {
  display: inline-block;
}
.multicheckout .block-title,
.multicheckout .block-content .title {
  border-bottom: 1px solid #d1d1d1;
  padding-bottom: 10px;
}
.multicheckout .block-title strong,
.multicheckout .block-content .title strong {
  font-weight: 400;
}
.multicheckout .block-title strong span,
.multicheckout .block-content .title strong span {
  color: #a6a6a6;
}
.multicheckout .block-content .title {
  border-bottom: none;
  padding-bottom: 0;
}
.multicheckout.order-review .block-title > strong {
  font-size: 2.4rem;
}
.multicheckout.order-review .block-shipping .block-content:not(:last-child) {
  margin-bottom: 40px;
}
.multicheckout.order-review .error-description {
  color: #e02b27;
  font-weight: 400;
  margin-bottom: 10px;
  margin-top: -10px;
}
.multicheckout .box-title span {
  margin-right: 10px;
}
.multicheckout .box-title > .action {
  margin: 0;
}
.multicheckout .box-shipping-method .price {
  font-weight: 700;
}
.multicheckout .box-billing-method .fieldset {
  margin: 0;
}
.multicheckout .box-billing-method .fieldset .legend.box-title {
  margin: 0 0 5px;
}
.multicheckout .checkout-review .grand.totals {
  font-size: 2.1rem;
  margin-bottom: 40px;
}
.multicheckout .checkout-review .grand.totals .mark {
  font-weight: 400;
}
[class^='multishipping-'] .logo {
  margin-left: 0;
}
.multishipping-checkout-success .nav-sections {
  display: block;
}
.block.newsletter {
  margin-bottom: 40px;
}
.block.newsletter .form.subscribe {
  display: table;
  width: 100%;
}
.block.newsletter .fieldset {
  display: table-cell;
  margin: 0;
  padding: 0;
  vertical-align: top;
}
.block.newsletter .field {
  margin: 0;
}
.block.newsletter .field .control {
  display: inline-block;
  text-decoration: none;
  display: block;
}
.block.newsletter .field .control:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 35px;
  line-height: 33px;
  color: #c2c2c2;
  content: '\e61d';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block.newsletter .field .control:before {
  position: absolute;
}
.block.newsletter input {
  margin-right: 35px;
  padding: 0 0 0 35px;
}
.block.newsletter .title {
  display: none;
}
.block.newsletter .actions {
  display: table-cell;
  vertical-align: top;
  width: 1%;
}
.block.newsletter .action.subscribe {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-left: -1px;
}
.payment-method-content .pay-later-message {
  margin-bottom: 10px;
  margin-top: 10px;
}
.paypal.after:before {
  content: '- ' attr(data-label) ' -';
  display: block;
  margin: 5px 5px 10px;
  text-transform: uppercase;
}
.paypal.before:before {
  content: '- ' attr(data-label) ' -';
  display: block;
  margin: 10px 5px;
  text-align: center;
  text-transform: uppercase;
}
.paypal.acceptance {
  display: block;
  margin: 0 0 20px;
}
.paypal.acceptance img {
  max-width: 100%;
}
.box-tocart .paypal img,
.block-minicart .paypal img {
  display: block;
  margin: 0 auto;
}
.paypal-review .paypa-review-title > strong {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  display: inline-block;
}
.paypal-review .items-qty .item {
  white-space: nowrap;
}
.paypal-review .items-qty .title:after {
  content: ': ';
}
.paypal-review .paypal-review-title > strong {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  display: inline-block;
}
.paypal-review .actions-toolbar {
  margin-top: 10px;
}
.paypal-review .item-options dt {
  display: inline-block;
}
.paypal-review .item-options dt:after {
  content: ': ';
}
.paypal-review .item-options dd {
  margin: 0;
}
.paypal-review-discount {
  border-bottom: 1px solid #d1d1d1;
  margin: 20px 0;
}
.paypal-review-discount .block {
  margin-bottom: 0;
}
.paypal-review-discount .block .fieldset {
  padding: 10px 0 20px;
}
.fotorama-video-container:after {
  background: url('../../frontend/Mgs/molla/de_DE/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/Mgs/molla/de_DE/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%;
  }
}
.data.switch .counter {
  color: #7d7d7d;
}
.data.switch .counter:before {
  content: '(';
}
.data.switch .counter:after {
  content: ')';
}
.rating-summary {
  overflow: hidden;
  white-space: nowrap;
}
.rating-summary .rating-result {
  width: 100px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.rating-summary .rating-result:before {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  -webkit-font-smoothing: antialiased;
  color: #c7c7c7;
  font-family: 'icons-blank-theme';
  font-size: 28px;
  height: 28px;
  letter-spacing: -10px;
  line-height: 28px;
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
  display: block;
  font-style: normal;
  font-weight: normal;
  speak: none;
}
.rating-summary .rating-result > span {
  display: block;
  overflow: hidden;
}
.rating-summary .rating-result > span:before {
  position: relative;
  z-index: 2;
  -webkit-font-smoothing: antialiased;
  color: #ff5501;
  font-family: 'icons-blank-theme';
  font-size: 28px;
  height: 28px;
  letter-spacing: -10px;
  line-height: 28px;
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
  display: block;
  font-style: normal;
  font-weight: normal;
  speak: none;
}
.rating-summary .rating-result > span span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.rating-summary .rating-result {
  margin-left: -5px;
}
.product-reviews-summary .rating-summary .label,
.table-reviews .rating-summary .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.review-control-vote {
  overflow: hidden;
}
.review-control-vote:before {
  color: #c7c7c7;
  font-family: 'icons-blank-theme';
  font-size: 28px;
  height: 28px;
  letter-spacing: -10px;
  line-height: 28px;
  font-style: normal;
  font-weight: normal;
  speak: none;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
  display: block;
  position: absolute;
  z-index: 1;
}
.review-control-vote input[type="radio"] {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.review-control-vote input[type="radio"]:hover + label:before,
.review-control-vote input[type="radio"]:checked + label:before {
  opacity: 1;
}
.review-control-vote label {
  cursor: pointer;
  display: block;
  position: absolute;
}
.review-control-vote label span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.review-control-vote label:before {
  color: #ff5501;
  font-family: 'icons-blank-theme';
  font-size: 28px;
  height: 28px;
  letter-spacing: -10px;
  line-height: 28px;
  font-style: normal;
  font-weight: normal;
  speak: none;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  opacity: 0;
}
.review-control-vote label:hover:before {
  opacity: 1;
}
.review-control-vote label:hover ~ label:before {
  opacity: 0;
}
.review-control-vote .rating-5 {
  z-index: 2;
}
.review-control-vote .rating-5:before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
}
.review-control-vote .rating-4 {
  z-index: 3;
}
.review-control-vote .rating-4:before {
  content: '\e605' '\e605' '\e605' '\e605';
}
.review-control-vote .rating-3 {
  z-index: 4;
}
.review-control-vote .rating-3:before {
  content: '\e605' '\e605' '\e605';
}
.review-control-vote .rating-2 {
  z-index: 5;
}
.review-control-vote .rating-2:before {
  content: '\e605' '\e605';
}
.review-control-vote .rating-1 {
  z-index: 6;
}
.review-control-vote .rating-1:before {
  content: '\e605';
}
.block.add.review {
  margin-bottom: 40px;
}
.block.add.review > .title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.block.add.review .legend {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  margin: 0 0 20px;
}
.block.add.review .field.rating {
  display: table-row;
}
.block.add.review .field.rating .label {
  display: table-cell;
  padding: 5px 0;
  vertical-align: middle;
}
.block.add.review .field.rating .control {
  display: table-cell;
  vertical-align: top;
}
.block.reviews.list > .title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.block.reviews.list .review.item {
  margin-bottom: 40px;
}
.block.reviews.list .review.title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.data.table.reviews .rating-summary {
  margin-top: -4px;
}
.customer-review.view {
  margin-bottom: 20px;
}
.customer-review.view .review.title,
.customer-review.view .ratings-summary,
.customer-review.view .product-details {
  margin-bottom: 20px;
}
.product-reviews-summary {
  display: table;
  margin: 10px 0 12px;
}
.products.wrapper.list .product-reviews-summary {
  margin: 0 auto;
}
.product-reviews-summary.empty {
  margin-left: 0;
}
.product-reviews-summary .rating-summary {
  display: table-cell;
  left: -5px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}
.product-reviews-summary .reviews-actions {
  display: table-cell;
  line-height: 28px;
  vertical-align: middle;
}
.product-reviews-summary .reviews-actions a {
  margin-right: 5px;
}
.customer-review .product-details {
  margin-bottom: 40px;
}
.customer-review .product-media {
  float: left;
  margin-right: 3%;
  max-width: 285px;
  width: 30%;
}
.customer-review .review-details .customer-review-rating {
  margin-bottom: 20px;
}
.customer-review .review-details .customer-review-rating .item {
  margin-bottom: 10px;
}
.customer-review .review-details .customer-review-rating .item:last-child {
  margin-bottom: 0;
}
.customer-review .review-details .review-title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  font-weight: 600;
  margin-bottom: 20px;
}
.customer-review .review-details .review-content {
  margin-bottom: 20px;
}
.customer-review .product-reviews-summary .rating-summary,
.customer-review .product-reviews-summary .reviews-actions {
  display: block;
}
.review-field-ratings .nested {
  display: table;
}
.review-field-ratings .review-field-rating {
  display: table-row;
}
.review-field-ratings .review-field-rating .label,
.review-field-ratings .review-field-rating .control {
  display: table-cell;
  padding-bottom: 10px;
  vertical-align: top;
}
.review-field-ratings .review-field-rating .label {
  padding-right: 10px;
  padding-top: 6px;
}
.review-field-ratings .review-field-rating .control {
  padding-top: 2px;
}
.review-toolbar {
  border-top: 1px solid #c9c9c9;
  margin: 0 0 20px;
  text-align: center;
}
.review-toolbar:first-child {
  display: none;
}
.review-toolbar .pages {
  border-bottom: 1px solid #c9c9c9;
  display: block;
  padding: 20px 0;
  text-align: center;
}
.review-toolbar .limiter {
  display: none;
}
.review-add .block-title {
  display: none;
}
.review-form .action.submit.primary {
  background: #f2f2f2;
  border: 1px solid #cdcdcd;
  color: #333333;
}
.review-form .action.submit.primary:focus,
.review-form .action.submit.primary:active {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #333333;
}
.review-form .action.submit.primary:hover {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #555555;
}
.fieldset .review-legend.legend {
  margin-bottom: 20px;
}
.fieldset .review-legend.legend strong {
  display: block;
  margin-left: 0;
}
.review-field-rating .control {
  margin-bottom: 48px;
  margin-top: 10px;
}
.review-list {
  margin-bottom: 30px;
}
.review-list .block-title strong {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.review-item {
  border-bottom: 1px solid #c9c9c9;
  margin: 0;
  padding: 20px 0;
}
.review-item:after {
  clear: both;
  content: '';
  display: table;
}
.review-item:last-child {
  border-width: 0;
}
.review-ratings {
  display: table;
  margin-bottom: 10px;
  max-width: 100%;
}
.review-author {
  display: inline;
}
.review-title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  margin: 0 0 20px;
}
.review-content {
  margin-bottom: 20px;
}
.block-reward-info .reward-rates:not(:last-child),
.block-reward-info .reward-limit:not(:last-child),
.block-reward-info .reward-expiring:not(:last-child) {
  margin-bottom: 25px;
}
.block-reward-info .reward-rates .title,
.block-reward-info .reward-limit .title,
.block-reward-info .reward-expiring .title {
  display: inline-block;
  margin-bottom: 10px;
}
.form-create-return .field .control > span,
.form-create-return .field address {
  display: inline-block;
  padding-top: 6px;
}
.form-create-return .additional:first-child {
  margin-top: 0;
}
.form-create-return .additional .field:nth-last-child(2) {
  margin-bottom: 0;
}
.form-create-return .additional .field:last-child {
  margin-top: 20px;
}
.form-create-return .field.comment {
  margin-top: 55px;
}
.block-returns-comments .returns-comments dt,
.block-returns-comments .returns-comments dd {
  margin: 0;
}
.block-returns-comments .returns-comments dt {
  font-weight: 400;
}
.block-returns-comments .returns-comments dd {
  margin-bottom: 15px;
}
.block-returns-comments .returns-comments dd:last-child {
  margin-bottom: 0;
}
.block-returns-comments .fieldset {
  margin-bottom: 20px;
}
.magento-rma-returns-returns .page-title-wrapper .page-title,
.magento-rma-guest-returns .page-title-wrapper .page-title,
.magento-rma-returns-view .page-title-wrapper .page-title {
  margin-right: 25px;
}
.order-links {
  border-bottom: 1px solid #d1d1d1;
  margin-bottom: 10px;
}
.order-links .item {
  display: inline-block;
  margin-right: 20px;
}
.order-actions-toolbar .action {
  margin: 0 20px 0 0;
}
.order-details-items {
  border-bottom: 1px solid #d1d1d1;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
.order-details-items .order-title > strong {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  display: inline-block;
}
.order-details-items .items-qty .item {
  white-space: nowrap;
}
.order-details-items .items-qty .title:after {
  content: ': ';
}
.order-details-items .table-order-items .product-item-name {
  margin-top: 0;
}
.order-details-items .table-order-items tbody + tbody {
  border-top: 1px solid #d1d1d1;
}
.order-details-items .item-options dt {
  margin: 0;
}
.order-details-items .item-options dd {
  margin: 0 0 15px;
}
.order-details-items .item-options.links dt {
  display: inline-block;
}
.order-details-items .item-options.links dt:after {
  content: ': ';
}
.order-details-items .item-options.links dd {
  margin: 0;
}
.order-pager-wrapper .toolbar-amount {
  padding-top: 3px;
}
.order-pager-wrapper .pages-items .item:first-child,
.order-pager-wrapper .pages-items .item:last-child {
  margin-right: 0;
}
.order-actions-toolbar {
  margin-bottom: 25px;
}
.order-actions-toolbar .action {
  margin-right: 30px;
}
.order-actions-toolbar .action.print {
  margin: 0;
}
.page-title-wrapper .order-date {
  margin: 0 0 20px;
}
.account .page-title-wrapper .page-title,
[class^='sales-guest-'] .page-title-wrapper .page-title,
.sales-guest-view .page-title-wrapper .page-title {
  margin-right: 25px;
}
.form-orders-search .field.email,
.form-orders-search .field.zip {
  margin-bottom: 0;
}
.block-reorder .product-item .checkbox {
  position: relative;
  top: 2px;
  vertical-align: baseline;
}
.block-reorder .product-item .field.item {
  display: inline-block;
}
.block-reorder .product-item-name {
  display: inline-block;
}
.block-reorder .actions-toolbar {
  margin: 17px 0;
  max-width: 178px;
}
.block-order-details-comments {
  margin: 0 0 40px;
}
.block-order-details-comments .comment-date {
  font-weight: 600;
}
.block-order-details-comments .comment-content {
  line-height: 1.6;
  margin: 0 0 20px;
}
.block-order-details-view .box-content .payment-method .title {
  font-weight: 400;
}
.block-order-details-view .box-content .payment-method .content {
  margin: 0;
}
.block-order-details-view .box-content .payment-method .content > strong {
  font-weight: 400;
}
.block-order-details-view .box-content .payment-method .content > strong:after {
  content: ': ';
}
.order-tracking {
  border-bottom: 1px solid #d1d1d1;
  margin: 0;
  padding: 20px 0;
}
.order-tracking .tracking-title {
  display: inline-block;
}
.order-tracking .tracking-content {
  display: inline-block;
  margin: 0 0 0 5px;
}
.opc-wrapper .form-discount {
  max-width: 500px;
}
.action.mailto.friend {
  margin-left: -7px;
  display: inline-block;
  text-decoration: none;
}
.action.mailto.friend:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: inherit;
  content: '\e61d';
  font-family: 'icons-blank-theme';
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.action.mailto.friend span {
  display: inline-block;
  line-height: 28px;
  vertical-align: top;
}
.my-credit-cards .status {
  font-style: italic;
}
.my-credit-cards .action.delete {
  background-image: none;
  -moz-box-sizing: content-box;
  box-shadow: none;
  line-height: inherit;
  text-shadow: none;
  font-weight: 400;
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #1979c3;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
.my-credit-cards .action.delete:focus,
.my-credit-cards .action.delete:active {
  background: none;
  border: none;
}
.my-credit-cards .action.delete:hover {
  background: none;
  border: none;
}
.my-credit-cards .action.delete.disabled,
.my-credit-cards .action.delete[disabled],
fieldset[disabled] .my-credit-cards .action.delete {
  pointer-events: none;
  opacity: 0.5;
}
.my-credit-cards .action.delete:visited {
  color: #1979c3;
  text-decoration: none;
}
.my-credit-cards .action.delete:hover {
  color: #006bb4;
  text-decoration: underline;
}
.my-credit-cards .action.delete:active {
  color: #ff5501;
  text-decoration: underline;
}
.my-credit-cards .action.delete:hover,
.my-credit-cards .action.delete:active,
.my-credit-cards .action.delete:focus {
  background: none;
  border: 0;
}
.my-credit-cards .action.delete.disabled,
.my-credit-cards .action.delete[disabled],
fieldset[disabled] .my-credit-cards .action.delete {
  color: #1979c3;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.my-credit-cards-popup .modal-footer {
  text-align: right;
}
.my-credit-cards-popup .action.secondary {
  background-image: none;
  -moz-box-sizing: content-box;
  box-shadow: none;
  line-height: inherit;
  text-shadow: none;
  font-weight: 400;
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #1979c3;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  margin-right: 20px;
}
.my-credit-cards-popup .action.secondary:focus,
.my-credit-cards-popup .action.secondary:active {
  background: none;
  border: none;
}
.my-credit-cards-popup .action.secondary:hover {
  background: none;
  border: none;
}
.my-credit-cards-popup .action.secondary.disabled,
.my-credit-cards-popup .action.secondary[disabled],
fieldset[disabled] .my-credit-cards-popup .action.secondary {
  pointer-events: none;
  opacity: 0.5;
}
.my-credit-cards-popup .action.secondary:visited {
  color: #1979c3;
  text-decoration: none;
}
.my-credit-cards-popup .action.secondary:hover {
  color: #006bb4;
  text-decoration: underline;
}
.my-credit-cards-popup .action.secondary:active {
  color: #ff5501;
  text-decoration: underline;
}
.my-credit-cards-popup .action.secondary:hover,
.my-credit-cards-popup .action.secondary:active,
.my-credit-cards-popup .action.secondary:focus {
  background: none;
  border: 0;
}
.my-credit-cards-popup .action.secondary.disabled,
.my-credit-cards-popup .action.secondary[disabled],
fieldset[disabled] .my-credit-cards-popup .action.secondary {
  color: #1979c3;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.minilist .weee {
  display: table-row;
  font-size: 1.1rem;
}
.minilist .weee:before {
  display: none;
}
.price-container.weee:before {
  display: none;
}
.quickview-loading-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  background: rgba(255, 255, 255, 0.8);
  opacity: 0.8;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
  visibility: hidden;
  transition: all 300ms;
  -moz-transition: all 300ms;
  -webkit-transition: all 300ms;
  -ms-transition: all 300ms;
}
.quickview-loading-overlay.loading {
  opacity: 1;
  visibility: visible;
}
.quickViewDetails .modal-header {
  padding: 0;
  height: 0;
  position: relative;
  z-index: 1;
}
.quickViewDetails .modal-header .action-close {
  right: 20px;
}
.quickViewDetails .modal-header .action-close:before {
  font-size: 24px;
  content: "\e935";
  font-family: "Linearicons";
}
.quickViewDetails .modal-inner-wrap {
  transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  -ms-transition: all 300ms;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-50%) scale(0.95);
  -moz-transform: translateY(-50%) scale(0.95);
  -webkit-transform: translateY(-50%) scale(0.95);
  -o-transform: translateY(-50%) scale(0.95);
}
.quickViewDetails .modal-inner-wrap .modal-content {
  padding: 0;
  overflow-y: visible;
}
.quickViewDetails._show .modal-inner-wrap {
  opacity: 1;
  visibility: visible;
  transform: translateY(-50%) scale(1);
  -moz-transform: translateY(-50%) scale(1);
  -webkit-transform: translateY(-50%) scale(1);
  -o-transform: translateY(-50%) scale(1);
}
.quickViewDetails .column.main.product-info-clearfix {
  float: none !important;
  width: 100% !important;
}
.quickViewDetails .product-info-main-wrapper {
  padding: 40px 90px;
  float: left;
  width: 50%;
  max-height: 100%;
  overflow-y: auto;
}
.quickViewDetails .product-info-main-wrapper .product-info-main {
  float: none;
  width: 100%;
  text-align: left !important;
}
.quickViewDetails .product-info-main-wrapper .product-info-main .page-title-wrapper .page-title {
  text-align: left !important;
}
.quickViewDetails .product-info-main-wrapper .product-info-main .product-reviews-summary {
  margin-left: 0;
  margin-right: 0;
}
.quickViewDetails .product-info-main-wrapper .product-info-main .product-info-price {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.quickViewDetails .product-info-media-wrapper {
  float: left;
  width: 50%;
}
.quickViewDetails .product-info-media-wrapper .product.media {
  float: none;
  width: 100%;
}
.quickViewDetails .product.media .fotorama__nav-wrap.fotorama__nav-wrap--horizontal {
  display: none !important;
}
.modal-popup._inner-scroll.quickViewDetails .modal-inner-wrap {
  width: 1170px;
  top: 50%;
  margin: 0 auto;
  max-width: calc(100% - 30px);
  max-height: calc(100vh - 30px);
}
.product_quickview_content {
  height: 0;
  overflow: hidden;
  position: relative;
}
.product_quickview_content > .catalog-product-view {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
.product_quickview_content > .catalog-product-view .product-info-quickview {
  height: 100%;
}
.product_quickview_content > .catalog-product-view .product.media .owl-item {
  padding: 0 !important;
}
.product_quickview_content .bundle-options-container {
  margin: 20px 0 0;
}
.product_quickview_content .bundle-options-container .product-add-form {
  display: block !important;
}
.product_quickview_content .bundle-options-container .bundle-options-wrapper {
  padding: 0;
}
.product_quickview_content .bundle-options-container .bundle-options-wrapper .product-options-wrapper .legend.title,
.product_quickview_content .bundle-options-container .bundle-options-wrapper .product-options-wrapper .legend.title + br {
  display: none;
}
.product_quickview_content .bundle-options-container .bundle-options-wrapper,
.product_quickview_content .bundle-options-container .block-bundle-summary {
  float: none;
  width: 100% !important;
  position: static !important;
}
.product_quickview_content .bundle-options-container .fieldset > .field:not(.choice) > .control {
  float: none;
  width: 100% !important;
}
/*************************************/
/*************************************/
.success-ajax--popup .ajax_cart-popup,
.ajaxCartForm .ajax_cart-popup,
.modal-popup.confirm .ajax_cart-popup {
  padding: 0;
  max-width: 100%;
}
.success-ajax--popup .ajax_cart-popup .popup__image-wrapper,
.ajaxCartForm .ajax_cart-popup .popup__image-wrapper,
.modal-popup.confirm .ajax_cart-popup .popup__image-wrapper {
  position: absolute;
  max-width: 135px;
  width: 135px;
  top: -67.5px;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  left: 15px;
  z-index: 100;
}
@media (max-width: 767px) {
  .success-ajax--popup .ajax_cart-popup .popup__image-wrapper,
  .ajaxCartForm .ajax_cart-popup .popup__image-wrapper,
  .modal-popup.confirm .ajax_cart-popup .popup__image-wrapper {
    max-width: 100px;
    width: 100px;
    top: -50px;
  }
}
.success-ajax--popup .ajax_cart-popup .ajax_header,
.ajaxCartForm .ajax_cart-popup .ajax_header,
.modal-popup.confirm .ajax_cart-popup .ajax_header {
  display: none;
}
.success-ajax--popup .ajax_cart-popup .popup__column .popup__column--result .product-confirm-detail .product-confirm-name,
.ajaxCartForm .ajax_cart-popup .popup__column .popup__column--result .product-confirm-detail .product-confirm-name,
.modal-popup.confirm .ajax_cart-popup .popup__column .popup__column--result .product-confirm-detail .product-confirm-name {
  overflow: hidden;
  font-weight: 400;
  margin-bottom: 15px !important;
  color: #333;
  letter-spacing: -0.48px;
  text-transform: unset;
  font-size: 20px;
}
.success-ajax--popup .ajax_cart-popup .popup__column .popup__column--result .product-confirm-detail .product-confirm-qty .title,
.ajaxCartForm .ajax_cart-popup .popup__column .popup__column--result .product-confirm-detail .product-confirm-qty .title,
.modal-popup.confirm .ajax_cart-popup .popup__column .popup__column--result .product-confirm-detail .product-confirm-qty .title,
.success-ajax--popup .ajax_cart-popup .popup__column .popup__column--result .product-confirm-detail .product-confirm-subtotal .title,
.ajaxCartForm .ajax_cart-popup .popup__column .popup__column--result .product-confirm-detail .product-confirm-subtotal .title,
.modal-popup.confirm .ajax_cart-popup .popup__column .popup__column--result .product-confirm-detail .product-confirm-subtotal .title {
  display: inline-block;
  font-weight: 400;
  font-size: 15px;
  margin-bottom: 0;
  color: #666;
}
@media (max-width: 767px) {
  .success-ajax--popup .ajax_cart-popup .popup__column .popup__column--result .product-confirm-detail .product-confirm-qty .title,
  .ajaxCartForm .ajax_cart-popup .popup__column .popup__column--result .product-confirm-detail .product-confirm-qty .title,
  .modal-popup.confirm .ajax_cart-popup .popup__column .popup__column--result .product-confirm-detail .product-confirm-qty .title,
  .success-ajax--popup .ajax_cart-popup .popup__column .popup__column--result .product-confirm-detail .product-confirm-subtotal .title,
  .ajaxCartForm .ajax_cart-popup .popup__column .popup__column--result .product-confirm-detail .product-confirm-subtotal .title,
  .modal-popup.confirm .ajax_cart-popup .popup__column .popup__column--result .product-confirm-detail .product-confirm-subtotal .title {
    font-size: 13px;
  }
}
.success-ajax--popup .ajax_cart-popup .popup__column .popup__column--result .product-confirm-detail .product-confirm-qty .title::after,
.ajaxCartForm .ajax_cart-popup .popup__column .popup__column--result .product-confirm-detail .product-confirm-qty .title::after,
.modal-popup.confirm .ajax_cart-popup .popup__column .popup__column--result .product-confirm-detail .product-confirm-qty .title::after,
.success-ajax--popup .ajax_cart-popup .popup__column .popup__column--result .product-confirm-detail .product-confirm-subtotal .title::after,
.ajaxCartForm .ajax_cart-popup .popup__column .popup__column--result .product-confirm-detail .product-confirm-subtotal .title::after,
.modal-popup.confirm .ajax_cart-popup .popup__column .popup__column--result .product-confirm-detail .product-confirm-subtotal .title::after {
  content: ':';
  padding-left: 2px;
  padding-right: 5px;
}
.success-ajax--popup .ajax_cart-popup .popup__column .popup__column--result .product-confirm-detail .product-confirm-qty .value,
.ajaxCartForm .ajax_cart-popup .popup__column .popup__column--result .product-confirm-detail .product-confirm-qty .value,
.modal-popup.confirm .ajax_cart-popup .popup__column .popup__column--result .product-confirm-detail .product-confirm-qty .value,
.success-ajax--popup .ajax_cart-popup .popup__column .popup__column--result .product-confirm-detail .product-confirm-subtotal .value,
.ajaxCartForm .ajax_cart-popup .popup__column .popup__column--result .product-confirm-detail .product-confirm-subtotal .value,
.modal-popup.confirm .ajax_cart-popup .popup__column .popup__column--result .product-confirm-detail .product-confirm-subtotal .value {
  display: inline-block;
  font-weight: 400;
  font-size: 15px;
  margin-bottom: 0;
  color: #333;
}
@media (max-width: 767px) {
  .success-ajax--popup .ajax_cart-popup .popup__column .popup__column--result .product-confirm-detail .product-confirm-qty .value,
  .ajaxCartForm .ajax_cart-popup .popup__column .popup__column--result .product-confirm-detail .product-confirm-qty .value,
  .modal-popup.confirm .ajax_cart-popup .popup__column .popup__column--result .product-confirm-detail .product-confirm-qty .value,
  .success-ajax--popup .ajax_cart-popup .popup__column .popup__column--result .product-confirm-detail .product-confirm-subtotal .value,
  .ajaxCartForm .ajax_cart-popup .popup__column .popup__column--result .product-confirm-detail .product-confirm-subtotal .value,
  .modal-popup.confirm .ajax_cart-popup .popup__column .popup__column--result .product-confirm-detail .product-confirm-subtotal .value {
    font-size: 13px;
  }
}
.success-ajax--popup .ajax_cart-popup .popup__column .popup__column--result .product-confirm-detail .product-confirm-qty .value .price,
.ajaxCartForm .ajax_cart-popup .popup__column .popup__column--result .product-confirm-detail .product-confirm-qty .value .price,
.modal-popup.confirm .ajax_cart-popup .popup__column .popup__column--result .product-confirm-detail .product-confirm-qty .value .price,
.success-ajax--popup .ajax_cart-popup .popup__column .popup__column--result .product-confirm-detail .product-confirm-subtotal .value .price,
.ajaxCartForm .ajax_cart-popup .popup__column .popup__column--result .product-confirm-detail .product-confirm-subtotal .value .price,
.modal-popup.confirm .ajax_cart-popup .popup__column .popup__column--result .product-confirm-detail .product-confirm-subtotal .value .price {
  display: inline-block;
  margin-bottom: 0;
  color: #ef837b;
  font-size: 18px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .success-ajax--popup .ajax_cart-popup .popup__column .popup__column--result .product-confirm-detail .product-confirm-qty .value .price,
  .ajaxCartForm .ajax_cart-popup .popup__column .popup__column--result .product-confirm-detail .product-confirm-qty .value .price,
  .modal-popup.confirm .ajax_cart-popup .popup__column .popup__column--result .product-confirm-detail .product-confirm-qty .value .price,
  .success-ajax--popup .ajax_cart-popup .popup__column .popup__column--result .product-confirm-detail .product-confirm-subtotal .value .price,
  .ajaxCartForm .ajax_cart-popup .popup__column .popup__column--result .product-confirm-detail .product-confirm-subtotal .value .price,
  .modal-popup.confirm .ajax_cart-popup .popup__column .popup__column--result .product-confirm-detail .product-confirm-subtotal .value .price {
    font-size: 15px;
  }
}
.success-ajax--popup .ajax_cart-popup .popup__column .popup__table-col,
.ajaxCartForm .ajax_cart-popup .popup__column .popup__table-col,
.modal-popup.confirm .ajax_cart-popup .popup__column .popup__table-col {
  margin-left: 150px;
  word-wrap: wrap;
  padding-left: 0 !important;
}
.success-ajax--popup .ajax_cart-popup .popup__column .popup__table-col + .popup__table-col,
.ajaxCartForm .ajax_cart-popup .popup__column .popup__table-col + .popup__table-col,
.modal-popup.confirm .ajax_cart-popup .popup__column .popup__table-col + .popup__table-col {
  width: calc(100% - 170px) !important;
  max-width: calc(100% - 170px) !important;
}
@media (max-width: 425px) {
  .success-ajax--popup .ajax_cart-popup .popup__column .popup__table-col,
  .ajaxCartForm .ajax_cart-popup .popup__column .popup__table-col,
  .modal-popup.confirm .ajax_cart-popup .popup__column .popup__table-col {
    margin-left: 135px;
  }
}
.success-ajax--popup .ajax_cart-popup .ajax_footer,
.ajaxCartForm .ajax_cart-popup .ajax_footer,
.modal-popup.confirm .ajax_cart-popup .ajax_footer {
  width: 100%;
  left: 0;
  border-top: none;
  margin-top: 40px;
}
.success-ajax--popup .ajax_cart-popup .ajax_footer .actions,
.ajaxCartForm .ajax_cart-popup .ajax_footer .actions,
.modal-popup.confirm .ajax_cart-popup .ajax_footer .actions {
  margin-bottom: 15px;
  text-align: right;
}
.success-ajax--popup .ajax_cart-popup .ajax_footer .actions .btn,
.ajaxCartForm .ajax_cart-popup .ajax_footer .actions .btn,
.modal-popup.confirm .ajax_cart-popup .ajax_footer .actions .btn {
  margin-right: 15px;
}
@media (max-width: 767px) {
  .success-ajax--popup .ajax_cart-popup .ajax_footer .actions .btn,
  .ajaxCartForm .ajax_cart-popup .ajax_footer .actions .btn,
  .modal-popup.confirm .ajax_cart-popup .ajax_footer .actions .btn {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .success-ajax--popup .ajax_cart-popup .ajax_footer,
  .ajaxCartForm .ajax_cart-popup .ajax_footer,
  .modal-popup.confirm .ajax_cart-popup .ajax_footer {
    border: unset;
  }
  .success-ajax--popup .ajax_cart-popup .ajax_footer button,
  .ajaxCartForm .ajax_cart-popup .ajax_footer button,
  .modal-popup.confirm .ajax_cart-popup .ajax_footer button,
  .success-ajax--popup .ajax_cart-popup .ajax_footer .cart.table-wrapper .actions-toolbar > .action,
  .ajaxCartForm .ajax_cart-popup .ajax_footer .cart.table-wrapper .actions-toolbar > .action,
  .modal-popup.confirm .ajax_cart-popup .ajax_footer .cart.table-wrapper .actions-toolbar > .action,
  .success-ajax--popup .ajax_cart-popup .ajax_footer .action-gift,
  .ajaxCartForm .ajax_cart-popup .ajax_footer .action-gift,
  .modal-popup.confirm .ajax_cart-popup .ajax_footer .action-gift {
    width: 100%;
  }
}
.success-ajax--popup .modal-inner-wrap,
.ajaxCartForm .modal-inner-wrap,
.modal-popup.confirm .modal-inner-wrap {
  max-width: 480px !important;
  width: 480px !important;
  padding: 0 !important;
  position: fixed !important;
  background-color: #ffffff !important;
  height: auto !important;
  max-height: 400px !important;
  overflow: visible !important;
  min-height: 1px !important;
  padding-left: 15px;
  padding-right: 15px;
}
.success-ajax--popup .modal-inner-wrap .modal-header,
.ajaxCartForm .modal-inner-wrap .modal-header,
.modal-popup.confirm .modal-inner-wrap .modal-header {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
}
.success-ajax--popup .modal-inner-wrap .modal-header .action-close,
.ajaxCartForm .modal-inner-wrap .modal-header .action-close,
.modal-popup.confirm .modal-inner-wrap .modal-header .action-close {
  width: 36px;
  height: 36px;
  position: relative;
  background-color: #333 !important;
  top: -1px;
  right: 0;
  opacity: .5;
  padding: 0;
  z-index: 1000;
}
.success-ajax--popup .modal-inner-wrap .modal-header .action-close:hover,
.ajaxCartForm .modal-inner-wrap .modal-header .action-close:hover,
.modal-popup.confirm .modal-inner-wrap .modal-header .action-close:hover {
  opacity: 1;
}
.success-ajax--popup .modal-inner-wrap .modal-header .action-close::before,
.ajaxCartForm .modal-inner-wrap .modal-header .action-close::before,
.modal-popup.confirm .modal-inner-wrap .modal-header .action-close::before {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 22px;
  height: 2px;
  background-color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.success-ajax--popup .modal-inner-wrap .modal-header .action-close::after,
.ajaxCartForm .modal-inner-wrap .modal-header .action-close::after,
.modal-popup.confirm .modal-inner-wrap .modal-header .action-close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 22px;
  height: 2px;
  background-color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.success-ajax--popup .modal-inner-wrap .modal-header .action-close:hover::before,
.ajaxCartForm .modal-inner-wrap .modal-header .action-close:hover::before,
.modal-popup.confirm .modal-inner-wrap .modal-header .action-close:hover::before {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
}
.success-ajax--popup .modal-inner-wrap .modal-header .action-close:hover::after,
.ajaxCartForm .modal-inner-wrap .modal-header .action-close:hover::after,
.modal-popup.confirm .modal-inner-wrap .modal-header .action-close:hover::after {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
}
.success-ajax--popup .modal-inner-wrap .modal-content,
.ajaxCartForm .modal-inner-wrap .modal-content,
.modal-popup.confirm .modal-inner-wrap .modal-content {
  max-height: 400px !important;
  overflow: hidden;
  overflow-y: auto;
  padding: 0 0 0 15px;
}
@media (max-width: 500px) {
  .success-ajax--popup .modal-inner-wrap .modal-content,
  .ajaxCartForm .modal-inner-wrap .modal-content,
  .modal-popup.confirm .modal-inner-wrap .modal-content {
    padding: 0 15px 0 15px;
  }
}
@media (max-width: 500px) {
  .success-ajax--popup,
  .ajaxCartForm,
  .modal-popup.confirm {
    left: 0 !important;
  }
  .success-ajax--popup .modal-inner-wrap,
  .ajaxCartForm .modal-inner-wrap,
  .modal-popup.confirm .modal-inner-wrap {
    position: fixed !important;
    bottom: 0;
    padding-left: 0;
    height: auto !important;
    min-height: 200px !important;
    padding: 0 !important;
    max-width: 100% !important;
  }
}
.success-ajax--popup .block.popup__related,
.ajaxCartForm .block.popup__related,
.modal-popup.confirm .block.popup__related {
  padding: 0 15px;
}
.success-ajax--popup .block.popup__related .product-items .product-item,
.ajaxCartForm .block.popup__related .product-items .product-item,
.modal-popup.confirm .block.popup__related .product-items .product-item {
  -ms-flex: 0 0 calc(100%);
  flex: 0 0 calc(100%);
  max-width: calc(100%);
  padding: 0 10px;
  width: 100%;
}
.success-ajax--popup .block.popup__related .product-items .product-item .product-item-name,
.ajaxCartForm .block.popup__related .product-items .product-item .product-item-name,
.modal-popup.confirm .block.popup__related .product-items .product-item .product-item-name {
  margin-top: 22px;
}
.success-ajax--popup .block.popup__related .product-items .product-item .price-box,
.ajaxCartForm .block.popup__related .product-items .product-item .price-box,
.modal-popup.confirm .block.popup__related .product-items .product-item .price-box {
  display: flex;
}
.success-ajax--popup .block.popup__related .product-items .owl-dots,
.ajaxCartForm .block.popup__related .product-items .owl-dots,
.modal-popup.confirm .block.popup__related .product-items .owl-dots {
  bottom: -10px;
}
/* Style for button add to cart */
.tocart.disabled {
  background-color: #c96;
  position: relative;
  min-height: 1px !important;
}
.tocart.disabled > span {
  opacity: 0;
}
.tocart.disabled::before {
  opacity: 0;
}
.tocart.disabled::after {
  content: '\e800';
  position: absolute;
  display: inline-block;
  color: transparent;
  border: 2px solid;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 14px;
  border-radius: 50px;
  border-color: #616161 #E0E0E0 #E0E0E0 #E0E0E0;
  line-height: 1;
  -webkit-animation: spin 1s infinite linear;
  -moz-animation: spin 1s infinite linear;
  -o-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
  margin-left: -9px;
  margin-top: -9px;
}
@keyframes spin {
  0% {
    transform: rotate(0);
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
  }
  100% {
    transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
  }
}
.ajaxCartForm .product_quickview_content {
  height: auto;
}
.ajaxCartForm .product_quickview_content .catalog-product-view.page-product-configurable {
  position: static;
}
.ajaxCartForm .product_quickview_content .catalog-product-view {
  position: static !important;
}
.ajaxCartForm .modal-inner-wrap .catalog-product-view .product-info-main {
  width: 100%;
  box-sizing: border-box;
}
.ajaxCartForm .modal-inner-wrap .catalog-product-view .product-info-main .page-title-wrapper {
  padding: 0;
}
.ajaxCartForm .modal-inner-wrap .catalog-product-view .product-info-main .page-title-wrapper .page-title {
  margin-top: 0;
}
.ajaxCartForm .modal-inner-wrap .catalog-product-view .product-info-main .page-title-wrapper .page-title span {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -0.48px;
}
.ajaxCartForm .modal-inner-wrap .catalog-product-view .product-info-main .product-info-price {
  display: flex;
  align-items: center;
}
.ajaxCartForm .modal-inner-wrap .catalog-product-view .product-info-main .product-info-price .price-box {
  margin-right: 15px;
  margin-bottom: 0;
}
.ajaxCartForm .modal-inner-wrap .catalog-product-view .product-info-main .product-info-price .price-box .price {
  color: #ef837b;
  font-size: 18px;
  font-weight: 400;
}
.ajaxCartForm .modal-inner-wrap .catalog-product-view .product-info-main .product-info-price .stock {
  margin-bottom: 0;
}
.ajaxCartForm .modal-inner-wrap .catalog-product-view .product-info-main .product-info-price .stock span {
  text-transform: none;
}
.ajaxCartForm .modal-inner-wrap .catalog-product-view .product-info-main .product-add-form .swatch-attribute {
  margin-bottom: 0;
}
.ajaxCartForm .modal-inner-wrap .catalog-product-view .product-info-main .product-add-form .swatch-attribute .swatch-option {
  margin: 5px 10px 5px 0;
}
.ajaxCartForm .modal-inner-wrap .catalog-product-view .product-info-main .product-add-form .swatch-attribute.sizee .swatch-attribute-options::after {
  right: 11.5px;
}
.ajaxCartForm .modal-inner-wrap .catalog-product-view .product-info-main .product-add-form .product-options-bottom {
  margin-top: 9px;
}
.ajaxCartForm .modal-inner-wrap .catalog-product-view .product-info-main .product-add-form .product-options-bottom .action.towishlist {
  font-size: 16px;
  white-space: nowrap;
  border: none;
  background: transparent;
  color: #c96;
  min-width: unset;
}
.ajaxCartForm .modal-inner-wrap .catalog-product-view .product-info-main .product-add-form .product-options-bottom .action.towishlist::before {
  content: '\f234';
  font-family: "molla";
  margin-right: 4px;
}
.ajaxCartForm .modal-inner-wrap .catalog-product-view .product-info-main .product-add-form .product-options-bottom .action.towishlist span {
  font-size: 14px;
  color: #666666;
  font-weight: 400;
  letter-spacing: -.01em;
  transition: all .35s ease;
}
.ajaxCartForm .modal-inner-wrap .catalog-product-view .product-info-main .product-add-form .product-options-bottom .action.towishlist span:hover {
  color: #c96;
  box-shadow: 0 1px 0 0 #c96;
}
.ajaxCartForm .modal-inner-wrap .catalog-product-view .product-info-main .product-add-form .product-options-bottom .product-addto-links {
  margin-left: 20px;
  margin-top: unset;
}
.ajaxCartForm .modal-inner-wrap .catalog-product-view .product-info-main .product-add-form .product-options-bottom .box-tocart .fieldset {
  display: block;
}
.ajaxCartForm .modal-inner-wrap .catalog-product-view .product-info-main .product-add-form .product-options-bottom .box-tocart .fieldset .actions {
  float: left;
  margin-right: 20px;
}
.ajaxCartForm .modal-inner-wrap .catalog-product-view .product-info-main .product-add-form .product-options-bottom .box-tocart .fieldset .product-addto-links {
  display: inline-block;
  line-height: 40px;
}
.ajaxCartForm .modal-inner-wrap .catalog-product-view .product-info-main .product-add-form .mage-error {
  margin-top: 0;
}
.ajaxCartForm .modal-inner-wrap .catalog-product-view .product-info-main .product-add-form {
  margin-top: -12px;
}
.ajaxCartForm .modal-inner-wrap .catalog-product-view .product-info-main .product-add-form .box-tocart .fieldset {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.ajaxCartForm .modal-inner-wrap .catalog-product-view .product-info-main .product-add-form .box-tocart .fieldset > div {
  padding-bottom: 0;
}
.ajaxCartForm .modal-inner-wrap .catalog-product-view .product-info-main .product-add-form .box-tocart .fieldset > div.actions {
  margin-bottom: 0;
}
.ajaxCartForm .modal-inner-wrap .catalog-product-view .product-info-main .product-add-form .box-tocart .fieldset > div.product-addto-links {
  margin-bottom: 0;
}
.ajaxCartForm .modal-inner-wrap .catalog-product-view .product-info-main .product-add-form .product-options-wrapper {
  margin-top: 0;
  margin-bottom: 0;
}
.ajaxCartForm .modal-inner-wrap .catalog-product-view .product-info-main .product-add-form .product-options-wrapper .fieldset .control::after {
  right: 11.5px;
}
.ajaxCartForm .modal-inner-wrap .catalog-product-view .product-info-main > div.product-info-price {
  padding: 6px 0 !important;
}
.ajaxCartForm .modal-inner-wrap .catalog-product-view .product-info-main > div:last-child {
  padding-bottom: 0;
}
.ajaxCartForm .modal-inner-wrap .catalog-product-view .product-info-main .bundle-options-container #product_addtocart_form .bundle-info .box-tocart {
  margin-bottom: 12px;
}
.ajaxCartForm .modal-inner-wrap .catalog-product-view .product-item-details {
  min-height: auto;
}
.ajaxCartForm .modal-inner-wrap .modal-content .product_quickview_content {
  position: static;
}
.ajaxCartForm .modal-inner-wrap .modal-content .product_quickview_content .page-product-downloadable .product-info-main-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ajaxCartForm .modal-inner-wrap .modal-content .product_quickview_content .page-product-downloadable .product-info-main-wrapper .product-info-main .product-add-form .product-options-wrapper {
  width: 100%;
}
.ajaxCartForm .modal-inner-wrap .modal-content .product_quickview_content .page-product-downloadable .product-info-main-wrapper .product-info-main .product-add-form .product-options-wrapper .field.downloads .label {
  width: 100% !important;
}
.ajaxCartForm .modal-inner-wrap .modal-content .product_quickview_content .page-product-downloadable .product-info-main-wrapper .product-info-main .product-add-form .product-options-wrapper .field.downloads #downloadable-links-list {
  width: 100%;
}
.ajaxCartForm .modal-inner-wrap .modal-content .product_quickview_content .page-product-downloadable .product-info-main-wrapper .product-info-main .product-add-form .product-options-wrapper .field.downloads #downloadable-links-list .field.choice .label {
  width: auto !important;
  display: flex;
}
.ajaxCartForm .modal-inner-wrap .modal-content .product_quickview_content .page-product-downloadable .product-info-main-wrapper .product-info-main .product-add-form .product-options-wrapper .field.downloads #downloadable-links-list::after {
  display: none;
}
.ajaxCartForm .modal-inner-wrap .modal-content .product_quickview_content .page-product-downloadable .product-info-main-wrapper .product-info-main .product-add-form .product-options-bottom {
  width: 100%;
}
.ajaxCartForm .table-wrapper thead th {
  font-size: 16px;
  font-weight: 400;
}
.ajaxCartForm .table-wrapper tbody td .control {
  position: relative;
}
.ajaxCartForm .table-wrapper.grouped .price {
  font-size: 18px !important;
}
.ajaxCartForm .bundle-options-wrapper .field.choice:not(.review-field-rating) input[type="radio"]:checked + label::after,
.ajaxCartForm .bundle-options-wrapper .field.choice:not(.review-field-rating) input[type="radio"]:checked + .label::after {
  left: 6px;
  top: 9px;
}
.success-ajax--popup.viewBox.modal-popup .modal-inner-wrap,
.ajaxCartForm.viewBox.modal-popup .modal-inner-wrap,
.modal-popup.confirm .modal-inner-wrap {
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  opacity: 0;
  transition: .4s all linear;
  -moz-transition: .4s all linear;
  -o-transition: .4s all linear;
  top: 50%;
  left: 50%;
  margin: 0 !important;
  z-index: 100;
}
@media (max-width: 767px) {
  .success-ajax--popup.viewBox.modal-popup .modal-inner-wrap,
  .ajaxCartForm.viewBox.modal-popup .modal-inner-wrap,
  .modal-popup.confirm .modal-inner-wrap {
    top: unset;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    opacity: 0;
  }
}
.success-ajax--popup.viewBox.modal-popup._inner-scroll._show .modal-inner-wrap,
.ajaxCartForm.viewBox.modal-popup._inner-scroll._show .modal-inner-wrap,
.modal-popup.confirm._inner-scroll._show .modal-inner-wrap {
  opacity: 1;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
@media (max-width: 767px) {
  .success-ajax--popup.viewBox.modal-popup._inner-scroll._show .modal-inner-wrap,
  .ajaxCartForm.viewBox.modal-popup._inner-scroll._show .modal-inner-wrap,
  .modal-popup.confirm._inner-scroll._show .modal-inner-wrap {
    top: unset;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    opacity: 1;
  }
}
.success-ajax--popup.viewBox.modal-popup._show .modal-inner-wrap,
.ajaxCartForm.viewBox.modal-popup._show .modal-inner-wrap,
.modal-popup.confirm._show .modal-inner-wrap {
  opacity: 1;
  transform: translate(-50%, -50%);
  -moz-transform: translateY(-50%, -50%);
  -o-transform: translateY(-50%, -50%);
}
@media (max-width: 500px) {
  .success-ajax--popup.viewBox.modal-popup._show .modal-inner-wrap,
  .ajaxCartForm.viewBox.modal-popup._show .modal-inner-wrap,
  .modal-popup.confirm._show .modal-inner-wrap {
    top: unset;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    opacity: 1;
  }
}
/* Make style for fly cart*/
#footer_cart_content #fixed-cart-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 998;
}
#footer_cart_content #fixed-cart-footer .cart-qty {
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  padding: 10px 15px;
  border-radius: 0 4px 0 0;
  -webkit-border-radius: 0 4px 0 0;
  -moz-border-radius: 0 4px 0 0;
  -o-border-radius: 0 4px 0 0;
  display: inline-block;
  cursor: pointer;
}
#footer_cart_content #fixed-cart-footer .fixed-mini-cart {
  background-color: #fff;
  box-shadow: 0 0px 3px#ddd;
  height: 120px;
}
#footer_cart_content #fixed-cart-footer .fixed-mini-cart .fixed-cart-col {
  float: left;
}
#footer_cart_content #fixed-cart-footer .fixed-mini-cart .fixed-cart-col.cart-items {
  border-right: 1px solid#ddd;
  width: calc(100% - 500px);
  flex: unset;
  max-width: calc(100% - 500px);
}
#footer_cart_content #fixed-cart-footer .fixed-mini-cart .fixed-cart-col.cart-items .item > .product {
  width: 75px;
  height: 75px;
  overflow: hidden;
}
#footer_cart_content #fixed-cart-footer .fixed-mini-cart .fixed-cart-col.fixed-cart-summary {
  padding: 30px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#footer_cart_content #fixed-cart-footer .fixed-mini-cart .fixed-cart-col.fixed-cart-summary .summary-content {
  display: table;
  width: 100%;
}
#footer_cart_content #fixed-cart-footer .fixed-mini-cart .fixed-cart-col.fixed-cart-summary .summary-content .summary-field {
  display: table-row;
}
#footer_cart_content #fixed-cart-footer .fixed-mini-cart .fixed-cart-col.fixed-cart-summary .summary-content .summary-field > span.title {
  padding-right: 20px;
  color: #000;
  font-size: 18px;
}
#footer_cart_content #fixed-cart-footer .fixed-mini-cart .fixed-cart-col.fixed-cart-summary .summary-content .summary-field > span.title::after {
  content: ":";
}
#footer_cart_content #fixed-cart-footer .fixed-mini-cart .fixed-cart-col.fixed-cart-summary .summary-content .summary-field > span {
  display: table-cell;
  padding: 5px 0;
}
#footer_cart_content #fixed-cart-footer .fixed-mini-cart .fixed-cart-col.fixed-cart-summary .summary-content .summary-field > span .price {
  font-weight: 600;
  font-size: 18px;
  color: #000;
}
#footer_cart_content #fixed-cart-footer .fixed-mini-cart .fixed-cart-col.fixed-cart-actions {
  padding: 43px 20px;
  float: right;
  border-left: unset !important;
}
#footer_cart_content #fixed-cart-footer .fixed-mini-cart .cart-items-inner {
  white-space: nowrap;
  max-width: 100%;
  overflow: hidden;
  overflow-x: auto;
  padding: 20px;
}
#footer_cart_content #fixed-cart-footer .fixed-mini-cart .cart-items .item {
  display: inline-block;
  margin-right: 10px;
  position: relative;
}
#footer_cart_content #fixed-cart-footer .fixed-mini-cart .item-actions {
  background-color: #ddd;
  bottom: 0;
  left: 100%;
  padding: 8px;
  position: absolute;
  top: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
}
#footer_cart_content #fixed-cart-footer .fixed-mini-cart .item-actions .details-qty {
  white-space: nowrap;
  text-align: center;
  margin-bottom: 12px;
}
#footer_cart_content #fixed-cart-footer .fixed-mini-cart .item-actions .details-qty > .label {
  display: none;
}
#footer_cart_content #fixed-cart-footer .fixed-mini-cart .item-actions .details-qty .item-qty {
  width: 40px;
  padding: 0;
  text-align: center;
  height: 30px;
  display: inline-block;
  vertical-align: top;
}
#footer_cart_content #fixed-cart-footer .fixed-mini-cart .item-actions .product.actions {
  white-space: nowrap;
}
#footer_cart_content #fixed-cart-footer .fixed-mini-cart .item-actions .product.actions > div {
  display: inline-block;
  vertical-align: top;
}
#footer_cart_content #fixed-cart-footer .fixed-mini-cart .item-actions .product.actions .action {
  line-height: 20px;
  height: 20px;
  display: block;
  min-width: unset;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
#footer_cart_content #fixed-cart-footer .fixed-mini-cart .item-actions .product.actions .action span {
  font-size: 0;
  line-height: 0;
}
#footer_cart_content #fixed-cart-footer .fixed-mini-cart .item-actions .product.actions .action.edit::after {
  content: '\f1c1';
  font-family: "molla";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  line-height: 1;
  color: #8e8e8e;
}
#footer_cart_content #fixed-cart-footer .fixed-mini-cart .item-actions .product.actions .action::after {
  content: '\f191';
  font-family: "molla";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1;
  color: #8e8e8e;
  font-size: 20px;
}
#footer_cart_content #fixed-cart-footer .fixed-mini-cart .item-actions.show-actions {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}
#footer_cart_content #fixed-cart-footer .fixed-mini-cart .cart-items .item .product .item-qty {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -o-border-radius: 100px;
  background-color: #c96;
  text-align: center;
  color: #fff;
  line-height: 18px;
  position: absolute;
  top: 5px;
  right: 5px;
}
#footer_cart_content #fixed-cart-footer .fixed-mini-cart .cart-items .item .edit-icon {
  position: absolute;
  bottom: 5px;
  right: 5px;
  cursor: pointer;
  background-color: #fff;
  color: #000;
  font-weight: bold;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  text-align: center;
}
#footer_cart_content #fixed-cart-footer .fixed-mini-cart .cart-items .item .edit-icon::before {
  content: '\f013';
  font-family: "fontAwesome";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 1;
  color: #cccccc;
}
#footer_cart_content #fixed-cart-footer.empty .fixed-mini-cart > div {
  display: none !important;
}
#footer_cart_content #fixed-cart-footer.empty .fixed-mini-cart .subtitle.empty {
  display: block;
  line-height: 135px;
  text-align: center;
  padding: 0;
}
.flycart-animated-add {
  width: 80px;
  height: 80px;
}
.flycart-animated-add .product-image-container {
  display: block;
  width: 80px;
  height: 80px;
}
.flycart-animated-add .product-image-contain .product-image-wrapper {
  display: block;
  width: 80px;
  height: 80px;
}
/* Make remove item cart*/
.modal-popup.confirm {
  z-index: 1000;
}
.modal-popup.confirm .modal-inner-wrap .modal-content {
  margin-top: 36px;
}
.modal-popup.confirm .modal-inner-wrap .modal-content > div {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: -.01em;
  color: #333333;
}
.modal-popup.confirm .modal-inner-wrap .modal-footer {
  text-align: center;
}
.modal-popup.confirm .modal-inner-wrap .modal-footer button,
.modal-popup.confirm .modal-inner-wrap .modal-footer .cart.table-wrapper .actions-toolbar > .action,
.modal-popup.confirm .modal-inner-wrap .modal-footer .action-gift {
  color: #c96;
  background-color: transparent;
  border-color: #c96;
  padding: 8.5px 15px;
  border-width: 1px;
  border-style: solid;
  min-width: 170px;
  text-align: center;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  outline: none;
  cursor: pointer;
  text-decoration: none;
}
@media (min-width: 768px) {
  .modal-popup.confirm .modal-inner-wrap .modal-footer button,
  .modal-popup.confirm .modal-inner-wrap .modal-footer .cart.table-wrapper .actions-toolbar > .action,
  .modal-popup.confirm .modal-inner-wrap .modal-footer .action-gift {
    margin-right: 20px;
  }
}
.modal-popup.confirm .modal-inner-wrap .modal-footer button:hover,
.modal-popup.confirm .modal-inner-wrap .modal-footer .cart.table-wrapper .actions-toolbar > .action:hover,
.modal-popup.confirm .modal-inner-wrap .modal-footer .action-gift:hover {
  background-color: #c96;
  color: #fff;
}
.modal-popup.confirm .modal-inner-wrap .modal-footer button.action-accept,
.modal-popup.confirm .modal-inner-wrap .modal-footer .cart.table-wrapper .actions-toolbar > .action.action-accept,
.modal-popup.confirm .modal-inner-wrap .modal-footer .action-gift.action-accept {
  background-color: #c96;
  color: #fff;
}
@media (max-width: 425px) {
  .modal-popup.confirm .modal-inner-wrap .modal-footer {
    padding-left: 10px;
    padding-right: 10px;
  }
  .modal-popup.confirm .modal-inner-wrap .modal-footer button,
  .modal-popup.confirm .modal-inner-wrap .modal-footer .cart.table-wrapper .actions-toolbar > .action,
  .modal-popup.confirm .modal-inner-wrap .modal-footer .action-gift {
    width: 100%;
    margin-top: 10px;
  }
}
.modal-popup.confirm .modal-inner-wrap .modal-content {
  overflow: visible;
}
.catalog-category-view .product-item-inner .mage-error {
  display: none !important;
}
.action_cart_footer_container {
  display: flex;
  flex-direction: column;
  padding-left: 50px;
  align-items: flex-start;
  justify-content: center;
  height: 120px;
}
.action_cart_footer_container > div {
  padding: 0 !important;
  margin-bottom: 10px;
}
/* Make css for popup product type*/
.modal-popup.ajaxCartForm.viewBox.modal-slide .modal-inner-wrap {
  padding: 0;
}
.modal-popup.ajaxCartForm.viewBox.modal-slide .modal-inner-wrap .modal-content {
  padding: 0 !important;
  transition: unset;
  width: 100%;
}
.modal-popup.ajaxCartForm.viewBox.modal-slide .modal-inner-wrap .modal-content .catalog-product-view .column.main {
  min-height: auto;
  transition: unset;
  width: 100%;
}
.modal-popup.ajaxCartForm.viewBox.modal-slide .modal-inner-wrap .modal-content .catalog-product-view .product-info-main {
  margin-bottom: 0;
  float: unset !important;
}
.modal-popup.ajaxCartForm.viewBox.modal-slide .modal-inner-wrap .modal-content .catalog-product-view .product-info-main .page-title-wrapper {
  margin-bottom: 0px;
}
.modal-popup.ajaxCartForm.viewBox.modal-slide .modal-inner-wrap .modal-content .catalog-product-view .product-info-main .box-tocart .fieldset {
  margin-bottom: 0 !important;
}
.modal-popup.ajaxCartForm.viewBox.modal-slide._show .modal-inner-wrap .modal-content .catalog-product-view .product-info-main .page-title-wrapper {
  margin-bottom: 0px;
}
.ajaxCartForm .modal-inner-wrap .modal-content {
  padding: 0 !important;
}
.modal-popup.ajaxCartForm.viewBox.modal-slide .modal-inner-wrap .modal-content {
  padding: 0 !important;
  /* Type Configurable product */
  /* Type Configurable product */
}
.modal-popup.ajaxCartForm.viewBox.modal-slide .modal-inner-wrap .modal-content .catalog-product-view.page-product-configurable .column.main,
.modal-popup.ajaxCartForm.viewBox.modal-slide .modal-inner-wrap .modal-content .catalog-product-view.page-product-downloadable .column.main,
.modal-popup.ajaxCartForm.viewBox.modal-slide .modal-inner-wrap .modal-content .catalog-product-view .column.main {
  width: 100%;
  padding: 20px 36px 20px 30px;
  min-height: auto;
}
.modal-popup.ajaxCartForm.viewBox.modal-slide .modal-inner-wrap .modal-content .catalog-product-view.page-product-configurable .column.main .product-info-main .page-title,
.modal-popup.ajaxCartForm.viewBox.modal-slide .modal-inner-wrap .modal-content .catalog-product-view.page-product-downloadable .column.main .product-info-main .page-title,
.modal-popup.ajaxCartForm.viewBox.modal-slide .modal-inner-wrap .modal-content .catalog-product-view .column.main .product-info-main .page-title {
  line-height: 1;
}
.modal-popup.ajaxCartForm.viewBox.modal-slide .modal-inner-wrap .modal-content .catalog-product-view.page-product-configurable .column.main .product-info-main .page-title span,
.modal-popup.ajaxCartForm.viewBox.modal-slide .modal-inner-wrap .modal-content .catalog-product-view.page-product-downloadable .column.main .product-info-main .page-title span,
.modal-popup.ajaxCartForm.viewBox.modal-slide .modal-inner-wrap .modal-content .catalog-product-view .column.main .product-info-main .page-title span {
  font-weight: 400;
}
.modal-popup.ajaxCartForm.viewBox.modal-slide .modal-inner-wrap .modal-content .catalog-product-view.page-product-configurable .column.main .product-info-main > div,
.modal-popup.ajaxCartForm.viewBox.modal-slide .modal-inner-wrap .modal-content .catalog-product-view.page-product-downloadable .column.main .product-info-main > div,
.modal-popup.ajaxCartForm.viewBox.modal-slide .modal-inner-wrap .modal-content .catalog-product-view .column.main .product-info-main > div {
  padding: 0;
}
.modal-popup.ajaxCartForm.viewBox.modal-slide .modal-inner-wrap .modal-content .catalog-product-view.page-product-configurable .column.main .product-info-main > div.page-title-wrapper,
.modal-popup.ajaxCartForm.viewBox.modal-slide .modal-inner-wrap .modal-content .catalog-product-view.page-product-downloadable .column.main .product-info-main > div.page-title-wrapper,
.modal-popup.ajaxCartForm.viewBox.modal-slide .modal-inner-wrap .modal-content .catalog-product-view .column.main .product-info-main > div.page-title-wrapper {
  margin-bottom: 0px;
}
.modal-popup.ajaxCartForm.viewBox.modal-slide .modal-inner-wrap .modal-content .catalog-product-view.page-product-configurable .column.main .product-info-main > div.product-add-form,
.modal-popup.ajaxCartForm.viewBox.modal-slide .modal-inner-wrap .modal-content .catalog-product-view.page-product-downloadable .column.main .product-info-main > div.product-add-form,
.modal-popup.ajaxCartForm.viewBox.modal-slide .modal-inner-wrap .modal-content .catalog-product-view .column.main .product-info-main > div.product-add-form {
  margin-top: 0;
  margin-bottom: 10px;
}
.modal-popup.ajaxCartForm.viewBox.modal-slide .modal-inner-wrap .modal-content .catalog-product-view.page-product-configurable .column.main .product-info-main > div.product-add-form .product-options-wrapper .fieldset .swatch-attribute .mage-error,
.modal-popup.ajaxCartForm.viewBox.modal-slide .modal-inner-wrap .modal-content .catalog-product-view.page-product-downloadable .column.main .product-info-main > div.product-add-form .product-options-wrapper .fieldset .swatch-attribute .mage-error,
.modal-popup.ajaxCartForm.viewBox.modal-slide .modal-inner-wrap .modal-content .catalog-product-view .column.main .product-info-main > div.product-add-form .product-options-wrapper .fieldset .swatch-attribute .mage-error {
  margin-left: 15px;
}
.modal-popup.ajaxCartForm.viewBox.modal-slide .modal-inner-wrap .modal-content .catalog-product-view.page-product-configurable .column.main .product-info-main > div.product-add-form .product-options-wrapper br,
.modal-popup.ajaxCartForm.viewBox.modal-slide .modal-inner-wrap .modal-content .catalog-product-view.page-product-downloadable .column.main .product-info-main > div.product-add-form .product-options-wrapper br,
.modal-popup.ajaxCartForm.viewBox.modal-slide .modal-inner-wrap .modal-content .catalog-product-view .column.main .product-info-main > div.product-add-form .product-options-wrapper br {
  display: none;
}
.modal-popup.ajaxCartForm.viewBox.modal-slide .modal-inner-wrap .modal-content .catalog-product-view.page-product-configurable .column.main .product-info-main > div.product-add-form .product-options-bottom .box-tocart .fieldset,
.modal-popup.ajaxCartForm.viewBox.modal-slide .modal-inner-wrap .modal-content .catalog-product-view.page-product-downloadable .column.main .product-info-main > div.product-add-form .product-options-bottom .box-tocart .fieldset,
.modal-popup.ajaxCartForm.viewBox.modal-slide .modal-inner-wrap .modal-content .catalog-product-view .column.main .product-info-main > div.product-add-form .product-options-bottom .box-tocart .fieldset {
  margin-bottom: 0;
}
.modal-popup.ajaxCartForm.viewBox.modal-slide .modal-inner-wrap .modal-content .catalog-product-view.page-product-configurable .column.main .product-info-main > div.product-add-form .product-options-bottom .box-tocart .fieldset .field.qty,
.modal-popup.ajaxCartForm.viewBox.modal-slide .modal-inner-wrap .modal-content .catalog-product-view.page-product-downloadable .column.main .product-info-main > div.product-add-form .product-options-bottom .box-tocart .fieldset .field.qty,
.modal-popup.ajaxCartForm.viewBox.modal-slide .modal-inner-wrap .modal-content .catalog-product-view .column.main .product-info-main > div.product-add-form .product-options-bottom .box-tocart .fieldset .field.qty {
  margin-bottom: 15px;
}
.modal-popup.ajaxCartForm.viewBox.modal-slide .modal-inner-wrap .modal-content .catalog-product-view.page-product-configurable .column.main .product-info-main > div.price-box.price-tier_price,
.modal-popup.ajaxCartForm.viewBox.modal-slide .modal-inner-wrap .modal-content .catalog-product-view.page-product-downloadable .column.main .product-info-main > div.price-box.price-tier_price,
.modal-popup.ajaxCartForm.viewBox.modal-slide .modal-inner-wrap .modal-content .catalog-product-view .column.main .product-info-main > div.price-box.price-tier_price {
  margin-bottom: 0;
}
.modal-popup.ajaxCartForm.viewBox.modal-slide .modal-inner-wrap .modal-content .catalog-product-view.page-product-configurable .product-add-form .fieldset > .field {
  margin: 0;
}
.modal-popup.ajaxCartForm.viewBox.modal-slide .modal-inner-wrap .modal-content .catalog-product-view.page-product-downloadable .column.main .product-info-main > div.product-add-form .product-options-wrapper {
  margin-top: 0;
}
.modal-popup.ajaxCartForm.viewBox.modal-slide .modal-inner-wrap .modal-content .catalog-product-view.page-product-downloadable .column.main .product-info-main > div.product-add-form .product-options-wrapper .field.choice {
  margin-bottom: 0;
}
.modal-popup.ajaxCartForm.viewBox.modal-slide .modal-inner-wrap .modal-content .catalog-product-view.page-product-downloadable .column.main .product-info-main > div.product-add-form .product-options-wrapper .field.choice .label {
  line-height: 25px;
}
.modal-popup.ajaxCartForm.viewBox.modal-slide .modal-inner-wrap .modal-content .catalog-product-view.page-product-downloadable .column.main .product-info-main > div.product-add-form .product-options-wrapper .field.choice .label::after {
  height: 17px;
  width: 17px;
}
.modal-popup.ajaxCartForm.viewBox.modal-slide .modal-inner-wrap .modal-content .catalog-product-view.page-product-downloadable .column.main .product-info-main > div.product-add-form .product-options-bottom {
  margin-bottom: 0;
}
.modal-popup.ajaxCartForm.viewBox.modal-slide .modal-inner-wrap .modal-content .catalog-product-view.page-product-grouped .column.main .product-info-main > div.product-info-price {
  display: none;
}
.modal-popup.ajaxCartForm.viewBox.modal-slide .modal-inner-wrap .modal-content .catalog-product-view.page-product-grouped .column.main .product-info-main > div.product-add-form .table-wrapper table thead tr th,
.modal-popup.ajaxCartForm.viewBox.modal-slide .modal-inner-wrap .modal-content .catalog-product-view.page-product-grouped .column.main .product-info-main > div.product-add-form .table-wrapper table tbody tr th {
  color: #333;
}
.modal-popup.ajaxCartForm.viewBox.modal-slide .modal-inner-wrap .modal-content .catalog-product-view.page-product-grouped .column.main .product-info-main > div.product-add-form .table-wrapper table thead tr th.item,
.modal-popup.ajaxCartForm.viewBox.modal-slide .modal-inner-wrap .modal-content .catalog-product-view.page-product-grouped .column.main .product-info-main > div.product-add-form .table-wrapper table tbody tr th.item {
  padding-left: 0;
}
.modal-popup.ajaxCartForm.viewBox.modal-slide .modal-inner-wrap .modal-content .catalog-product-view.page-product-grouped .column.main .product-info-main > div.product-add-form .table-wrapper table thead tr td.item,
.modal-popup.ajaxCartForm.viewBox.modal-slide .modal-inner-wrap .modal-content .catalog-product-view.page-product-grouped .column.main .product-info-main > div.product-add-form .table-wrapper table tbody tr td.item {
  padding-left: 0;
}
.modal-popup.ajaxCartForm.viewBox.modal-slide .modal-inner-wrap .modal-content .catalog-product-view.page-product-grouped .column.main .product-info-main > div.product-add-form .table-wrapper table thead tr td.item .product-item-name,
.modal-popup.ajaxCartForm.viewBox.modal-slide .modal-inner-wrap .modal-content .catalog-product-view.page-product-grouped .column.main .product-info-main > div.product-add-form .table-wrapper table tbody tr td.item .product-item-name {
  font-size: 16px;
  color: #333;
}
.modal-popup.ajaxCartForm.viewBox.modal-slide .modal-inner-wrap .modal-content .catalog-product-view.page-product-grouped .column.main .product-info-main > div.product-add-form .table-wrapper table thead tr td.item .price-box,
.modal-popup.ajaxCartForm.viewBox.modal-slide .modal-inner-wrap .modal-content .catalog-product-view.page-product-grouped .column.main .product-info-main > div.product-add-form .table-wrapper table tbody tr td.item .price-box {
  margin-top: 5px;
}
.modal-popup.ajaxCartForm.viewBox.modal-slide .modal-inner-wrap .modal-content .catalog-product-view.page-product-grouped .column.main .product-info-main > div.product-add-form .table-wrapper table thead tr td.item .price-box .price,
.modal-popup.ajaxCartForm.viewBox.modal-slide .modal-inner-wrap .modal-content .catalog-product-view.page-product-grouped .column.main .product-info-main > div.product-add-form .table-wrapper table tbody tr td.item .price-box .price {
  font-size: 15px !important;
}
.modal-popup.ajaxCartForm.viewBox.modal-slide .modal-inner-wrap .modal-content .catalog-product-view.page-product-grouped .column.main .product-info-main > div.product-add-form .box-tocart .fieldset {
  magin-bottom: 0;
}
.modal-popup.ajaxCartForm.viewBox.modal-slide._show .modal-inner-wrap .modal-content .catalog-product-view.page-product-configurable .column.main .product-info-main > div.page-title-wrapper,
.modal-popup.ajaxCartForm.viewBox.modal-slide._show .modal-inner-wrap .modal-content .catalog-product-view.page-product-downloadable .column.main .product-info-main > div.page-title-wrapper,
.modal-popup.ajaxCartForm.viewBox.modal-slide._show .modal-inner-wrap .modal-content .catalog-product-view .column.main .product-info-main > div.page-title-wrapper {
  margin-bottom: 0px;
}
.success-ajax--popup .modal-inner-wrap {
  position: relative;
  padding: 20px;
}
.success-ajax--popup .modal-inner-wrap .modal-content {
  overflow: visible;
  padding: 16px;
}
.success-ajax--popup .popup__main.popup--result {
  height: 100%;
  max-height: 370px;
  overflow: hidden;
  overflow-y: auto;
}
.success-ajax--popup .ajax_cart-popup.popup__columns {
  height: 100%;
}
.success-ajax--popup .ajax_cart-popup .popup__column .popup__table-col {
  margin-left: 150px;
  padding-right: 20px;
}
@media (max-width: 767px) {
  .success-ajax--popup .ajax_cart-popup .popup__column .popup__table-col {
    margin-left: 120px;
  }
}
body._has-modal {
  overflow: auto;
}
body::after {
  opacity: 0;
  content: '';
}
body.loading-body::after {
  opacity: 0.7;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 1000;
  overflow: auto;
  width: 100%;
  height: 100vh;
  transition: 0.5s;
}
.scroll-to-top {
  z-index: 1;
}
.product-items .product-item .product-item-inner .mage-error {
  display: none !important;
}
.modal-popup.ajaxCartForm.viewBox .field.choice:not(.review-field-rating) input[type="checkbox"] + .label::before,
.modal-popup.ajaxCartForm.viewBox .form .choice:not(.review-field-rating) input[type="checkbox"] + .label::after {
  width: 14px;
  height: 14px;
}
.ajaxCartForm .bundle-options-wrapper .field.choice:not(.review-field-rating) input[type="radio"]:checked + label::after,
.ajaxCartForm .bundle-options-wrapper .field.choice:not(.review-field-rating) input[type="radio"]:checked + .label::after {
  left: 5px;
  top: 8px;
}
.modal-popup.ajaxCartForm.viewBox.modal-slide .modal-inner-wrap .modal-content .catalog-product-view .product-info-main .page-title {
  margin-bottom: 5px;
}
.modal-popup.ajaxCartForm.viewBox.modal-slide._show .modal-inner-wrap .modal-content .catalog-product-view .product-info-main .page-title {
  margin-bottom: 5px;
}
.entry {
  position: relative;
  font-size: 14px;
  line-height: 1.85;
  display: block;
  margin-bottom: 30px;
  padding-bottom: 0;
}
@media (min-width: 992px) {
  .entry {
    margin-bottom: 60px;
  }
}
.entry .entry-media {
  position: relative;
  margin-bottom: 24px;
}
.entry .entry-media > div {
  position: relative;
  display: block;
}
.entry .entry-body {
  margin: 0;
  padding: 0;
  text-align: center;
}
.entry .entry-body .entry-meta {
  display: flex;
  align-items: center;
  flex-flow: wrap;
  color: #999;
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 5px;
  justify-content: center;
}
.entry .entry-body .entry-meta a {
  color: inherit;
  transition: all .3s ease;
}
.entry .entry-body .entry-meta a:hover {
  color: #c96;
  box-shadow: 0 1px 0 #c96;
}
.entry .entry-body .entry-meta .meta-separator {
  margin-left: 11px;
  margin-right: 11px;
}
.entry .entry-body .entry-title.post-title {
  margin-bottom: 6px;
  margin-top: 0;
  line-height: 1.25;
  font-size: unset;
}
.entry .entry-body .entry-title.post-title .post-title-link {
  color: #333333;
  font-weight: 600;
  font-size: 24px;
  letter-spacing: -.025em;
}
@media (max-width: 767px) {
  .entry .entry-body .entry-title.post-title .post-title-link {
    font-size: 18px;
  }
}
.entry .entry-body .entry-title.post-title .post-title-link:hover {
  color: #c96;
}
.entry .entry-body .entry-cats {
  color: #999;
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 15px;
}
.entry .entry-body .entry-cats a {
  color: inherit;
  transition: all .3s ease;
}
.entry .entry-body .entry-cats a:hover,
.entry .entry-body .entry-cats a:focus {
  color: #c96;
  box-shadow: 0 1px 0 #c96;
}
.entry .entry-body .post-content.entry-content {
  margin: 0;
}
.entry .entry-body .post-content.entry-content .post-short-description {
  margin-bottom: 13px;
}
@media (max-width: 991px) {
  .entry .entry-body .post-content.entry-content .post-short-description {
    margin-bottom: 9px;
  }
}
.entry .entry-body .post-content.entry-content .post-short-description p {
  color: #777777;
}
.entry .entry-body .post-content.entry-content .post-aux .btn-readmore {
  padding-left: 0;
  padding-right: 0;
  border: unset;
  position: relative;
}
.entry .entry-body .post-content.entry-content .post-aux .btn-readmore::before {
  content: '';
  height: 1px;
  width: 0;
  background-color: #c96;
  bottom: 0;
  position: absolute;
  transition: .2s linear all;
  -moz-transition: .2s linear all;
  -ms-transition: .2s linear all;
  -o-transition: .2s linear all;
}
.entry .entry-body .post-content.entry-content .post-aux .btn-readmore:hover::before {
  width: 100%;
}
.entry .entry-body .post-content.entry-content .post-aux .btn-readmore::after {
  margin-left: 0;
  opacity: 0;
  transition: .2s linear all;
  -moz-transition: .2s linear all;
  -ms-transition: .2s linear all;
  -o-transition: .2s linear all;
}
.entry .entry-body .post-content.entry-content .post-aux .btn-readmore:hover::after {
  margin-left: 10px;
  opacity: 1;
}
/* Style for sidebar */
.widget .widget-title {
  color: #333;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.1;
  letter-spacing: -.01em;
  margin-bottom: 20px;
}
.widget .posts-list {
  list-style: none;
  padding: 4px 0 2px;
  margin: 0;
}
.widget .posts-list a:hover {
  color: #c96;
}
.widget .posts-list li {
  margin-bottom: 20px;
  min-height: 80px;
}
.widget .posts-list li figure {
  float: left;
  max-width: 80px;
  margin-bottom: 0;
  margin: 0 0 10px;
  margin-right: 20px;
}
.widget .posts-list li figure a {
  display: block;
  width: 80px;
  height: 80px;
}
.widget .posts-list li figure a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.widget .posts-list div {
  padding-top: 6px;
}
.widget .posts-list span {
  display: block;
  color: #cccccc;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.25;
  letter-spacing: -.01em;
  margin-bottom: 5px;
}
.widget .posts-list h4 {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0;
  margin-bottom: 0;
}
.widget img {
  display: block;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border-style: none;
}
.widget .tagcloud {
  display: flex;
  align-items: center;
  flex-flow: wrap;
  padding-top: 3px;
  margin-right: -10px;
  margin-bottom: -10px;
}
.widget .tagcloud li {
  border: 0px;
}
.widget .tagcloud a {
  display: block;
  color: #777;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.4;
  border-radius: 3px;
  padding: 6.5px 9px;
  background-color: #fafafa;
  border: .1rem solid #ebebeb;
  margin-right: 10px;
  margin-bottom: 10px;
  transition: all .3s ease;
}
.widget .tagcloud a:hover {
  color: #c96;
  background-color: #fff;
}
.widget:last-child {
  margin-bottom: 15px;
}
.widget-cats ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.widget-cats ul li:not(:last-child) {
  margin-bottom: 10px;
}
.widget-cats a {
  color: #333;
  display: block;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.5;
}
.widget-cats a:hover {
  color: #c96;
}
.widget-cats a span {
  float: right;
}
.widget-banner-sidebar {
  position: relative;
}
.widget-banner-sidebar .banner-sidebar-title {
  color: #999;
  text-align: center;
  font-weight: 300;
  font-size: 13px;
  line-height: 1;
  letter-spacing: -.01em;
  margin-bottom: 8px;
  text-transform: uppercase;
}
.widget-banner-sidebar .banner-sidebar {
  position: relative;
  text-align: center;
  line-height: 0;
}
.widget-banner-sidebar .banner-sidebar > a {
  display: inline-block;
  position: relative;
}
.widget-banner-sidebar .banner-sidebar > a::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(51, 51, 51, 0.25);
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
}
.widget-banner-sidebar .banner-sidebar:hover a::after {
  visibility: visible;
  opacity: 1;
}
.widget-text p:last-child p:last-child {
  margin-bottom: 0;
}
.entry-video > a {
  position: absolute;
  z-index: 1000;
  left: 50%;
  top: 50%;
  margin-left: -35px;
  margin-top: -35px;
  background-color: transparent;
  box-shadow: unset;
}
.entry-video > a::after {
  content: '\ec2c';
  font-family: "molla";
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  position: absolute;
  font-size: 18px;
  line-height: 1;
  color: #fff;
  background-color: transparent;
  border-radius: 50%;
  border: 2px solid #fff;
  -webkit-transition: all .35s ease;
  transition: all .35s ease;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2);
}
.entry-video > a:hover::after {
  color: #c96;
  background-color: #fff;
  box-shadow: 0 0 0 16px rgba(255, 255, 255, 0.2);
}
.entry-video:hover a {
  filter: unset;
}
@media (min-width: 1199px) {
  .blog-post-list main.page-main {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .blog-post-list main.page-main .columns .column.main {
    width: calc(75% - 5px);
  }
  .blog-post-list main.page-main .columns .sidebar.sidebar-additional {
    width: calc(25% + 5px);
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  .blog-post-list main.page-main {
    padding-left: 10px;
    padding-right: 10px;
  }
  .blog-post-list main.page-main .columns {
    padding-left: 0;
    padding-right: 0;
  }
}
.blog-post-list .page-main .pagination {
  margin-bottom: 20px;
}
.blog-post-list .page-main .pagination .toolbar .toolbar-amount {
  display: none;
}
.blog-post-list .page-main .pagination .toolbar .limiter {
  display: none;
}
.blog-post-list .page-main .pagination .pages-items > li + li {
  margin-left: 4px;
  padding-right: 0;
}
.blog-post-list .page-main .pagination .pages-items > li .page {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 30px;
  height: 40px;
  font-weight: 400;
  font-size: 14px;
  padding: 0 3px;
  line-height: 1;
  color: #706f6c;
  border-radius: 3px;
  background-color: transparent;
  border: 1px solid transparent;
}
.blog-post-list .page-main .pagination .pages-items > li .page:hover,
.blog-post-list .page-main .pagination .pages-items > li .page:focus {
  box-shadow: none;
  color: #c96;
  border-color: #ebebeb;
  text-decoration: none;
  background-color: transparent;
  outline: none;
}
.blog-post-list .page-main .pagination .pages-items > .item.current .page {
  color: #c96;
  background-color: transparent;
  border-color: #ebebeb;
}
.blog-post-list .page-main .pagination .pages-items > .item.pages-item-next,
.blog-post-list .page-main .pagination .pages-items .item.pages-item-previous {
  border-radius: 3px;
  border: 1px solid transparent;
  width: auto;
  min-width: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.blog-post-list .page-main .pagination .pages-items > .item.pages-item-next:hover,
.blog-post-list .page-main .pagination .pages-items .item.pages-item-previous:hover {
  border-color: #fff;
}
@media (max-width: 425px) {
  .blog-post-list .page-main .pagination .pages-items > .item.pages-item-next,
  .blog-post-list .page-main .pagination .pages-items .item.pages-item-previous {
    padding-left: 0;
    padding-right: 0;
  }
}
.blog-post-list .page-main .pagination .pages-items > .item.pages-item-next {
  margin-left: 18px;
}
@media (max-width: 425px) {
  .blog-post-list .page-main .pagination .pages-items > .item.pages-item-next {
    margin-left: 0;
  }
}
.blog-post-list .page-main .pagination .pages-items > .item.pages-item-next .action.next {
  margin: 0;
  padding-left: 0;
}
.blog-post-list .page-main .pagination .pages-items > .item.pages-item-next .action.next:hover,
.blog-post-list .page-main .pagination .pages-items > .item.pages-item-next .action.next:focus {
  box-shadow: none;
  color: #c96;
  border-color: #ebebeb;
  text-decoration: none;
  background-color: transparent;
  outline: none;
}
.blog-post-list .page-main .pagination .pages-items > .item.pages-item-next .action.next:hover::after,
.blog-post-list .page-main .pagination .pages-items > .item.pages-item-next .action.next:focus::after {
  color: #c96;
}
.blog-post-list .page-main .pagination .pages-items > .item.pages-item-next .action.next::bofore {
  display: none;
}
.blog-post-list .page-main .pagination .pages-items > .item.pages-item-next .action.next::after {
  -webkit-font-smoothing: antialiased;
  font-size: 15px;
  line-height: inherit;
  color: #706f6c;
  content: '\f274';
  font-family: 'molla';
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
  margin-left: 10px;
}
.blog-post-list .page-main .pagination .pages-items > .item.pages-item-next .action.next .span {
  position: static;
}
.blog-post-list .page-main .pagination .pages-items > .item.pages-item-previous {
  margin-right: 18px;
}
@media (max-width: 424px) {
  .blog-post-list .page-main .pagination .pages-items > .item.pages-item-previous {
    margin-right: 0;
  }
}
.blog-post-list .page-main .pagination .pages-items > .item.pages-item-previous .action.previous {
  margin: 0;
  padding-left: 20px;
}
.blog-post-list .page-main .pagination .pages-items > .item.pages-item-previous .action.previous:hover,
.blog-post-list .page-main .pagination .pages-items > .item.pages-item-previous .action.previous:focus {
  box-shadow: none;
  color: #c96;
  border-color: #ebebeb;
  text-decoration: none;
  background-color: transparent;
  outline: none;
}
.blog-post-list .page-main .pagination .pages-items > .item.pages-item-previous .action.previous:hover::after,
.blog-post-list .page-main .pagination .pages-items > .item.pages-item-previous .action.previous:focus::after {
  color: #c96;
}
.blog-post-list .page-main .pagination .pages-items > .item.pages-item-previous .action.previous::before {
  display: none;
}
.blog-post-list .page-main .pagination .pages-items > .item.pages-item-previous .action.previous::after {
  -webkit-font-smoothing: antialiased;
  font-size: 15px;
  line-height: inherit;
  color: #706f6c;
  content: '\f273';
  font-family: 'molla';
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.blog-post-list .page-main .pagination .pages-items > .item.pages-item-previous .action.previous .span {
  position: static;
}
.blog-pagination.pagination .pages .action.next:before {
  display: none;
}
.blog-pagination.pagination .pages .action.next > span {
  position: static;
}
.blog-pagination.pagination .pages .action.next > span.label {
  display: none;
}
.blog-pagination.pagination .pages .action.previous {
  width: auto !important;
  min-width: auto !important;
  border: none;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 3px;
  border: 1px solid transparent;
}
.blog-pagination.pagination .pages .action.previous > span {
  position: static !important;
}
.blog-pagination.pagination .pages .action.previous > span.label {
  display: none;
}
.blog-pagination.pagination .pages .action.previous:before {
  content: '\f177';
  font-size: 10px;
  margin-right: 10px;
  font-family: 'fontAwesome';
}
.blog-pagination.pagination .pages .action.previous:hover {
  box-shadow: none;
  color: #c96;
  border-color: #ebebeb !important;
  text-decoration: none;
  background-color: transparent;
  outline: none !important;
}
.widget-search .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.widget-search form {
  position: relative;
}
.widget-search #search {
  height: 40px;
  padding: 9.5px 50px 9.5px 14px;
  font-weight: 300;
  font-size: 13px;
  background-color: transparent;
  margin-bottom: 0;
  line-height: 1.5;
  color: #777;
  border: 1px solid #ebebeb;
  border-radius: 0;
  transition: all 0.3s;
  box-shadow: none;
}
.widget-search .btn {
  position: absolute;
  right: 8px;
  top: 50%;
  min-width: 0;
  font-weight: normal;
  font-size: 18px;
  color: #666;
  padding: 0;
  width: 30px;
  height: 30px;
  margin-top: -14px;
  background-color: transparent;
  border: none;
}
.widget-search .btn:hover span {
  color: #c96;
}
/* Make for blog masorry */
.blog-list-masorry .blog-post.entry {
  float: left;
  float: unset;
}
@media (min-width: 768px) {
  .blog-list-masorry .blog-post.entry {
    width: 50%;
    max-width: 50%;
    padding: 0 10px;
  }
}
@media (min-width: 576px) {
  .blog-list-masorry .blog-post.entry {
    width: 50%;
    max-width: 50%;
    padding: 0 10px;
    float: left;
  }
}
.blog-list-masorry .blog-post.entry .gallery-image-carousel .owl-nav button,
.blog-list-masorry .blog-post.entry .gallery-image-carousel .owl-nav .cart.table-wrapper .actions-toolbar > .action,
.blog-list-masorry .blog-post.entry .gallery-image-carousel .owl-nav .action-gift {
  border: 0px;
}
.blog-list-masorry .blog-post.entry .gallery-image-carousel .owl-nav .owl-next {
  right: 18px;
}
.blog-list-masorry .blog-post.entry .gallery-image-carousel .owl-nav .owl-next::before {
  font-family: 'fontAwesome';
  content: '\f105';
  font-size: 30px;
  color: #fff;
}
.blog-list-masorry .blog-post.entry .gallery-image-carousel .owl-nav .owl-prev {
  left: 18px;
}
.blog-list-masorry .blog-post.entry .gallery-image-carousel .owl-nav .owl-prev::before {
  font-family: 'fontAwesome';
  content: '\f104';
  font-size: 30px;
  color: #fff;
}
.menu-cat {
  margin: 0 0 20px;
  padding: 0;
  display: flex;
  align-items: center;
  flex-flow: wrap;
}
.menu-cat a {
  display: inline-block;
  color: #333333;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.5;
  padding-top: 4px;
  padding-bottom: 4px;
}
.menu-cat a:hover {
  color: #c96;
}
.menu-cat a span {
  color: #cccccc;
  font-weight: 400;
  margin-left: 8px;
}
.justify-content-center {
  justify-content: center;
}
.justify-content-center li {
  margin-left: 18px;
  margin-right: 18px;
}
.active-filter-block {
  color: #c96 !important;
  position: relative;
}
.active-filter-block::after {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #c96;
  position: absolute;
  bottom: 0;
  left: 0;
}
/* Style for blog detail */
.entry-video {
  position: relative;
  margin-bottom: 30px;
  font-size: 14px;
  line-height: 1.85;
}
@media (min-width: 992px) {
  .entry-video {
    margin-bottom: 60px;
  }
}
.entry.single-entry {
  margin-bottom: 40px;
}
.entry.single-entry .entry-media {
  position: relative;
  margin-bottom: 24px;
}
.entry.single-entry .entry-body .entry-meta {
  margin-top: 0;
}
.entry.single-entry .entry-body .entry-title {
  color: #333333;
  font-weight: 600;
  font-size: 22px;
  line-height: 1.25;
  letter-spacing: -.025em;
  margin-bottom: 6px;
}
.entry.single-entry .entry-body .entry-content {
  margin-top: 0;
}
.entry.single-entry .entry-body .entry-content p {
  margin-bottom: 24px;
}
.entry.single-entry .entry-body .entry-content .container-image {
  margin: 0;
}
.entry.single-entry .entry-body .entry-content .float-left {
  margin-right: 28px;
  margin-bottom: 15px;
  float: left;
}
@media (min-width: 768px) {
  .entry.single-entry .entry-body .entry-content .float-left {
    margin-right: 48px;
    margin-bottom: 20px;
  }
}
.entry.single-entry .entry-body .entry-content h3 {
  font-weight: 400;
  font-size: 22px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .entry.single-entry .entry-body .entry-content h3 {
    font-size: 24px;
  }
}
.entry.single-entry .entry-body .entry-content ul {
  margin: 0 0 15px;
}
.entry.single-entry .entry-body .entry-content ul li {
  position: relative;
  margin-bottom: 27px;
}
.entry.single-entry .entry-body .entry-content ul li::before {
  display: inline-block;
  content: '•';
  font-size: 18px;
  line-height: 1;
  margin-right: 10px;
  vertical-align: middle;
  margin-top: -5px;
}
.entry.single-entry .entry-body .entry-content blockquote {
  position: relative;
  color: #333333;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.67;
  padding: 70px 30px 40px 30px;
  border-left: 1px solid #c96;
  background-color: #fafafa;
  margin-top: 42px;
  margin-bottom: 42px;
}
@media (min-width: 768px) {
  .entry.single-entry .entry-body .entry-content blockquote {
    padding: 40px 60px 40px 120px;
  }
}
.entry.single-entry .entry-body .entry-content blockquote p {
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0;
  color: #999;
  line-height: normal;
}
.entry.single-entry .entry-body .entry-content blockquote p:last-child {
  margin-bottom: 0;
}
.entry.single-entry .entry-body .entry-content blockquote::before {
  color: #ebebeb;
  content: '\f10e';
  font-weight: normal;
  font-size: 30px;
  line-height: 1;
  font-family: 'Poppins';
  position: absolute;
  left: 30px;
  top: 40px;
  margin-top: -15px;
  left: 40px;
  top: 50%;
}
.entry.single-entry .entry-body .entry-content a {
  color: #333;
  box-shadow: 0 1px 0 #333;
  transition: all .35s ease;
}
.entry.single-entry .entry-body .entry-footer {
  margin-top: 36px;
  margin-bottom: 50px;
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.entry.single-entry .entry-body .entry-footer .entry-tags {
  display: flex;
  align-items: center;
  flex-flow: wrap;
  padding-top: 2px;
  max-width: 70%;
}
.entry.single-entry .entry-body .entry-footer .entry-tags span {
  margin-right: 10px;
}
.entry.single-entry .entry-body .entry-footer .entry-tags a {
  display: block;
  color: #999;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.4;
  border-radius: 3px;
  padding: 4.5px 9px;
  background-color: #fafafa;
  border: 1px solid #ebebeb;
  margin-right: 5px;
  margin-bottom: 0;
  transition: all .3s ease;
}
.entry.single-entry .entry-body .entry-footer .social-icons #st-1.sharethis-inline-share-buttons.st-inline-share-buttons .st-btn {
  border: 0px;
}
.entry.single-entry .entry-body .entry-footer .social-icons #st-1.sharethis-inline-share-buttons.st-inline-share-buttons .st-btn:hover {
  opacity: 1;
  top: 0;
}
.entry.single-entry .entry-body .entry-footer .social-icons #st-1.sharethis-inline-share-buttons.st-inline-share-buttons .st-btn img {
  height: 13px;
  width: 13px;
}
.entry.single-entry .entry-body .no-gutters {
  margin-left: 0;
  margin-right: 0;
}
.entry.single-entry .entry-body .flex-md-row {
  ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 768px) {
  .entry.single-entry .entry-body .flex-md-row {
    ms-flex-direction: row;
    flex-direction: row;
  }
}
.pb-1 {
  padding-bottom: 10px;
}
.pager-nav {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-bottom: 45px;
  padding-bottom: 10px;
}
@media (min-width: 576px) {
  .pager-nav {
    flex-direction: row;
    padding-bottom: 35px;
    border-bottom: 1px solid #ebebeb;
  }
}
.pager-nav .pager-link {
  position: relative;
  color: #c96;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 0 0 100%;
  max-width: 100%;
  width: 100%;
  font-weight: 400;
  padding-top: 9.5px;
  padding-bottom: 9.5px;
  font-size: 14px;
  line-height: 1.5;
  transition: all .35s ease;
}
@media (min-width: 576px) {
  .pager-nav .pager-link {
    flex: 0 0 50%;
    max-width: 50%;
    padding-top: 5.5px;
    padding-bottom: 5.5px;
  }
}
.pager-nav .pager-link + .pager-link {
  border-top: none;
  border-left: 1px solid #ebebeb;
}
.pager-nav .pager-link::after {
  color: #333;
  display: block;
  font-family: 'molla';
  font-size: 15px;
  line-height: 1;
  position: absolute;
  top: 50%;
  transition: all .35s ease .05s;
  margin-top: -8px;
}
.pager-nav .pager-link:hover {
  color: #c96;
}
.pager-nav .pager-link:hover .pager-link-prev {
  padding-left: 70px;
}
.pager-nav .pager-link:hover .pager-link-next {
  padding-right: 70px;
}
.pager-nav .pager-link.pager-link-prev {
  padding-left: 100px;
  padding-right: 10px;
}
.pager-nav .pager-link.pager-link-prev::after {
  content: '\f273';
  left: 30px;
}
.pager-nav .pager-link.pager-link-next {
  padding-left: 10px;
  padding-right: 100px;
  align-items: flex-end;
  text-align: right;
}
.pager-nav .pager-link.pager-link-next::after {
  content: '\f274';
  right: 30px;
}
.pager-nav .pager-link-title {
  display: inline-block;
  margin-top: 6px;
  flex: 0 0 auto;
  color: #333;
  font-size: 15px;
  transition: all .35s ease;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  box-shadow: 0 0 0 #333;
}
.pager-link:hover.pager-link-next,
.pager-link:focus.pager-link-next {
  padding-right: 70px;
}
.pager-link:hover.pager-link-prev,
.pager-link:focus.pager-link-prev {
  padding-left: 70px;
}
.pager-link:hover .pager-link-title,
.pager-link:focus .pager-link-title {
  box-shadow: 0 1px 0 #333;
}
.pager-link:hover.pager-link-next:after,
.pager-link:focus.pager-link-next:after {
  right: 0;
}
.pager-link:hover.pager-link-prev:after,
.pager-link:focus.pager-link-prev:after {
  left: 0;
}
/* Make blog */
.blog-category-view .block.block-reorder {
  display: none;
}
.blog-category-view .sidebar.sidebar-additional {
  margin-top: -3px;
}
/* Style for related product */
.related-posts {
  padding-bottom: 45px;
  margin-bottom: 45px;
  border-bottom: 1px solid #ebebeb;
}
.related-posts .title {
  font-weight: 600;
  font-size: 18px;
  letter-spacing: -.025em;
  margin-bottom: 30px;
}
.related-posts .entry.entry-grid {
  margin-bottom: 0;
}
.related-posts .entry.entry-grid .entri-media {
  margin-bottom: 14px;
}
.related-posts .entry.entry-grid .entry-body .entry-title {
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  line-height: 1.25;
  letter-spacing: -.025em;
  margin-bottom: 6px;
}
.owl-simple .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
.owl-simple .owl-dots {
  text-align: center;
}
.owl-simple .owl-dots .owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  display: inline-block;
  zoom: 1;
  cursor: pointer;
  user-select: none;
}
.owl-simple .owl-dots .owl-dot:hover span {
  border-color: #ccc;
  background: #ccc;
}
.owl-simple .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  margin: 5px 6px;
  border: 0.1rem solid #d7d7d7;
  background: transparent;
  display: block;
  -webkit-backface-visibility: visible;
  transition: all .3s ease;
  border-radius: 30px;
}
.owl-simple .owl-dots .owl-dot.active span {
  width: 18px;
  border-color: #ccc;
  background: #ccc;
}
.blog-view .post-comments {
  border: 0px;
}
.blog-view .post-comments .title {
  font-weight: 600;
  font-size: 18px;
  letter-spacing: -.025em;
  margin-bottom: 45px;
}
.blog-view .post-comments .comment-list .item {
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 40px;
  margin-bottom: 50px;
}
.blog-view .post-comments .comment-list .item:last-child {
  border-bottom: 0;
}
.blog-view .post-comments .comment-list .item .info {
  flex-direction: column !important;
  align-items: flex-start;
  padding: 0 !important;
  margin-bottom: 10px !important;
}
.blog-view .post-comments .comment-list .item .info .name {
  color: #333;
  font-weight: 400;
  font-size: 15px;
  line-height: 1;
  letter-spacing: -.01em;
  margin-bottom: 0;
}
.blog-view .post-comments .comment-list .item .info .sub-title {
  color: #ccc;
  font-weight: 300;
  font-size: 13px;
  line-height: 1.6;
  text-transform: unset !important;
}
.blog-view .post-comments .form.post-comment {
  background-color: #fafafa;
  padding: 40px 30px 50px;
  margin-bottom: 20px;
}
.blog-view .post-comments .form.post-comment .title-leave-content {
  text-align: left;
  margin: 0;
  margin-bottom: 9px;
}
.blog-view .post-comments .form.post-comment .title-leave-content span {
  font-weight: 600;
  font-size: 18px;
  letter-spacing: -.025em;
  line-height: unset;
}
.blog-view .post-comments .form.post-comment .title-leave-content .title-desc {
  text-align: left !important;
  color: #ccc;
  font-size: 13px;
  letter-spacing: -.01em;
}
.blog-view .post-comments .form.post-comment .form-control {
  min-height: 100px !important;
  background-color: #fff;
  padding-top: 11px;
  padding-bottom: 11px;
}
@media (min-width: 768px) {
  .blog-view .post-comments .form.post-comment .name,
  .blog-view .post-comments .form.post-comment .email {
    max-width: 50%;
    width: 50%;
    float: left;
  }
}
@media (min-width: 768px) {
  .blog-view .post-comments .form.post-comment .name {
    padding-right: 10px;
  }
}
@media (min-width: 768px) {
  .blog-view .post-comments .form.post-comment .email {
    padding-left: 10px;
  }
}
.blog-view .post-comments .form.post-comment .btn.btn-default {
  margin-right: 0 !important;
  border-color: #c96;
  box-shadow: none;
}
.blog-view .post-comments .form.post-comment .btn.btn-default:hover {
  color: #fff;
  background-color: #c96;
  border-color: #c96;
  box-shadow: none;
}
.blog-post.entry .gallery-image-carousel .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
}
.blog-post.entry .gallery-image-carousel .owl-nav button,
.blog-post.entry .gallery-image-carousel .owl-nav .cart.table-wrapper .actions-toolbar > .action,
.blog-post.entry .gallery-image-carousel .owl-nav .action-gift {
  border: 0px;
  top: -20px;
}
.blog-post.entry .gallery-image-carousel .owl-nav button span,
.blog-post.entry .gallery-image-carousel .owl-nav .cart.table-wrapper .actions-toolbar > .action span,
.blog-post.entry .gallery-image-carousel .owl-nav .action-gift span {
  display: none;
}
.blog-post.entry .gallery-image-carousel .owl-nav .owl-next {
  right: 18px;
  position: absolute;
  top: 50%;
  background-color: transparent;
}
.blog-post.entry .gallery-image-carousel .owl-nav .owl-next::before {
  font-family: 'molla';
  content: '\f112';
  font-size: 30px;
  color: #fff;
}
.blog-post.entry .gallery-image-carousel .owl-nav .owl-next:hover::before {
  color: #c96;
}
.blog-post.entry .gallery-image-carousel .owl-nav .owl-prev {
  left: 18px;
  top: 50%;
  position: absolute;
  background-color: transparent;
}
.blog-post.entry .gallery-image-carousel .owl-nav .owl-prev::before {
  font-family: 'molla';
  content: '\f111';
  font-size: 30px;
  color: #fff;
}
.blog-post.entry .gallery-image-carousel .owl-nav .owl-prev:hover::before {
  color: #c96;
}
.brand-index-index .shop-by-brand .description {
  border: 1px solid #eaeaea;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 400;
  line-height: 30.4px;
  padding: 20px 15px;
  text-align: center;
}
.brand-index-index .shop-by-brand .featured-brands .content-heading h2 {
  font-size: 40px;
  font-weight: 600;
  line-height: 57.15px;
}
.brand-index-index .shop-by-brand .featured-brands .block-content .featured-brand-list .owl-dots {
  left: unset;
  margin: 25px auto 0;
  position: static;
  text-align: center;
  transform: none;
}
.brand-index-index .shop-by-brand .featured-brands .block-content .featured-brand-list .owl-dots .owl-dot.active span {
  background: #ccc;
  border: 0.1rem solid#d7d7d7;
  border-color: #ccc;
  height: 8px;
  margin: 5px 6px;
  width: 18px;
}
.brand-index-index .shop-by-brand .featured-brands .block-content .featured-brand-list .owl-dots .owl-dot:hover span {
  background: #ccc;
  border-color: #ccc;
}
.brand-index-index .shop-by-brand .brand-title {
  margin-bottom: 4px;
}
.brand-index-index .shop-by-brand .brand-title a {
  font-size: 18px;
  font-weight: 500;
}
.brand-index-index .shop-by-brand .count {
  font-size: 16px;
  font-weight: 400;
}
.brand-index-index .shop-by-brand .brand-search {
  margin-top: 65px;
}
.brand-index-index .shop-by-brand .content-heading h3 {
  font-size: 40px;
  font-weight: 600;
  line-height: 57.15px;
}
@media (max-width: 767px) {
  .brand-index-index .shop-by-brand .search_brand_form {
    border: unset !important;
  }
  .brand-index-index .shop-by-brand .search_brand_form form {
    display: flex;
    flex-direction: column;
  }
  .brand-index-index .shop-by-brand .search_brand_form form .control.form-group {
    margin-bottom: 15px;
    border: 1px solid #e7e7e7;
  }
}
.brand-index-index .shop-by-brand .search_brand_form .search {
  height: unset;
  padding: 13px 15px;
  border: unset;
}
@media (max-width: 767px) {
  .brand-index-index .shop-by-brand .search_brand_form .search {
    min-width: 90px;
  }
}
.brand-index-index .shop-by-brand .search_brand_form button.action.primary,
.brand-index-index .shop-by-brand .search_brand_form button.amshopby-button,
.brand-index-index .shop-by-brand .search_brand_form button.am-filter-go,
.brand-index-index .shop-by-brand .search_brand_form .cart.table-wrapper .actions-toolbar > .action.action.primary,
.brand-index-index .shop-by-brand .search_brand_form .action-gift.action.primary {
  margin-right: -2px !important;
  border: unset;
}
@media (max-width: 767px) {
  .brand-index-index .shop-by-brand .search_brand_form button.action.primary,
  .brand-index-index .shop-by-brand .search_brand_form button.amshopby-button,
  .brand-index-index .shop-by-brand .search_brand_form button.am-filter-go,
  .brand-index-index .shop-by-brand .search_brand_form .cart.table-wrapper .actions-toolbar > .action.action.primary,
  .brand-index-index .shop-by-brand .search_brand_form .action-gift.action.primary {
    min-width: 90px;
  }
}
.brand-index-index .shop-by-brand .characters .characters-filter a {
  font-size: 16px;
  font-weight: 400;
}
.brand-index-index .shop-by-brand .characters .characters-filter a:hover {
  background-color: #c96;
}
.brand-index-index .sidebar.sidebar-additional .block-brand .block-content .brand-list .list-group-item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 3px;
}
.brand-index-index .sidebar.sidebar-additional .block-brand .block-content .brand-list .list-group-item > a {
  color: #333;
  display: block;
  font-size: 13px;
  margin-bottom: 15px;
  padding-right: 40px;
}
.brand-index-index .sidebar.sidebar-additional .block-brand .block-content .brand-list .list-group-item > span {
  background-color: #f8f8f8;
  border-radius: 6px;
  color: #777;
  font-size: 13px;
  font-weight: 300;
  height: 20px;
  line-height: 20px;
  min-width: 25px;
  right: 10px;
  text-align: center;
  top: 0;
}
.brand-index-index .sidebar.sidebar-additional .title,
.brand-index-index .sidebar.sidebar-additional #block-compare-heading {
  color: #333;
  font-size: 18px;
  font-weight: 500;
  margin-top: 0;
}
.brand-index-index .sidebar.sidebar-additional .block-title {
  margin-bottom: 18px;
}
.brand-index-index .sidebar.sidebar-additional .block-compare .block-title {
  display: flex;
  flex-direction: column;
}
.brand-index-index .sidebar.sidebar-additional .block-compare .block-title strong {
  margin-bottom: 5px;
}
.brand-index-index .sidebar.sidebar-additional .block-compare .block-title span {
  font-size: 15px;
  font-weight: 400;
}
.brand-index-index .sidebar.sidebar-additional .block-compare .block-content .product-items .product-item .product-item-name {
  margin-left: 0;
}
.brand-index-index .sidebar.sidebar-additional .block-compare .block-content .product-items .product-item .action.delete {
  border: 0 !important;
  left: unset;
  min-width: auto;
  padding: 0;
}
.brand-product-list .products.list.items .action.towishlist > span {
  padding-left: 18px !important;
  padding-right: 4px !important;
  position: absolute !important;
  width: auto !important;
}
.mg-bottom-55 {
  margin-bottom: 55px;
}
@media (min-width: 576px) and (max-width: 767px) {
  .portfolio-category-view .page-main .columns {
    max-width: 540px;
    margin: auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .portfolio-category-view .page-main .columns {
    max-width: 720px;
  }
}
.portfolio-category-view .menu-portfolio {
  margin-top: 50px;
}
.portfolio-category-view .menu-portfolio .product-tab-menu ul li {
  display: inline-block;
  padding: 0 17px;
  margin-bottom: 16px;
}
.portfolio-category-view .menu-portfolio .product-tab-menu ul li a {
  font-size: 16px;
  letter-spacing: .01rem;
  color: #999;
}
.portfolio-category-view .menu-portfolio .product-tab-menu ul li a:hover {
  color: #c96;
}
.portfolio-category-view .menu-portfolio .product-tab-menu ul li a.is-checked {
  color: #c96;
}
.portfolio-category-view .menu-portfolio .product-tab-menu ul .active a {
  color: #222;
}
.portfolio-category-view .portfolio-content-grid {
  margin-left: -10px;
  margin-right: -10px;
}
.portfolio-category-view .portfolio-content-grid .item {
  margin-bottom: 50px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .portfolio-category-view .portfolio-content-grid .item {
    margin-bottom: 30px;
  }
}
.portfolio-category-view .portfolio-content-grid .item:hover .port-thumbnail-image {
  filter: brightness(0.5);
  -webkit-filter: brightness(0.5);
}
.portfolio-category-view .portfolio-content-grid .port-thumbnail-image {
  padding-bottom: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: block;
  height: 0;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}
.portfolio-category-view .portfolio-content-grid .port-thumbnail-image img {
  opacity: 0;
}
.portfolio-category-view .portfolio-content-grid .portfolio-bottom-content .port-title {
  margin-top: 24px;
  margin-bottom: 8px;
  font-size: 24px;
  color: #000;
  font-weight: 700;
}
@media (max-width: 991px) {
  .portfolio-category-view .portfolio-content-grid .portfolio-bottom-content .port-title {
    font-size: 20px;
  }
}
.portfolio-category-view .portfolio-content-grid .portfolio-bottom-content .port-title > a:hover {
  color: #c96;
}
.portfolio-category-view .portfolio-content-grid .portfolio-bottom-content .category-link > a {
  font-size: 16px;
  color: #999;
  margin-right: 15px;
  font-weight: 400;
}
.portfolio-category-view .portfolio-content-grid .portfolio-bottom-content .category-link > a:hover {
  color: #c96;
}
.portfolio-category-view #portfolio-carousel .category-link {
  margin-bottom: 5px;
}
.portfolio-category-view #portfolio-carousel .category-link a {
  color: #999;
}
.portfolio-category-view #portfolio-carousel .category-link a:hover {
  color: #c96;
}
.portfolio-view .title {
  font-size: 36px;
  font-weight: 700;
  line-height: 20px;
  color: #000;
  text-align: center;
  padding: 105px 0 60px;
}
@media (max-width: 768px) {
  .portfolio-view .title {
    line-height: 36px;
  }
}
.portfolio-view .portfolio-details .portfolio-image {
  text-align: center;
}
.portfolio-details .portfolio-view-content {
  margin: 0 auto;
}
.portfolio-details .portfolio-info {
  margin: 80px 0;
  border-bottom: 1px solid #bebebe;
  padding-bottom: 18px;
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .portfolio-details .portfolio-info {
    flex-direction: column;
  }
}
.portfolio-details .portfolio-info .portfolio-datetime {
  line-height: 40px;
  display: flex;
}
.portfolio-details .portfolio-info .portfolio-datetime .date span {
  color: #000;
  font-size: 14px;
  font-weight: 400;
}
.portfolio-details .portfolio-info .portfolio-datetime .date span::after {
  content: '/';
  color: #000;
  padding: 0 10px;
}
.portfolio-details .portfolio-info .portfolio-datetime .category span {
  color: #000;
  font-size: 14px;
}
.portfolio-details .portfolio-info .portfolio-datetime .category span a {
  position: relative;
  padding: 0 7px;
  font-weight: 400;
}
.portfolio-details .portfolio-info .sharethis {
  align-items: center;
}
.portfolio-details .portfolio-info .sharethis .text-color {
  color: #000;
  font-size: 14px;
  padding-right: 15px;
  font-weight: 400;
}
.portfolio-details .description {
  padding: 25px 50px;
}
@media (max-width: 767px) {
  .portfolio-details .description {
    padding: 0;
  }
}
.portfolio-details .description .text-bold {
  color: #000;
  font-weight: 600;
}
.portfolio-details .description .text-bold p {
  margin-bottom: 28px;
  line-height: 28px;
  font-weight: 600;
}
.portfolio-details .description p {
  margin-top: 0;
  margin-bottom: 16px;
}
.portfolio-details .description .view-title {
  margin: 100px 0;
}
.portfolio-details .description .view-title .btn.btn-default {
  font-size: 24px;
  letter-spacing: 0.4px;
  color: #000;
  text-transform: capitalize;
  font-weight: 600;
  font-family: inherit;
  text-decoration: none;
  border-radius: 0;
  border: 0px;
  border-bottom: 2px solid #222;
  padding-left: 0;
  padding-right: 0;
  min-width: 0px;
  cursor: pointer;
}
.portfolio-details .description .view-title .btn.btn-default:hover {
  background-color: transparent;
  color: #c96;
}
.portfolio-details .description .view-images img {
  margin: 0 auto;
}
.portfolio-details .text-center {
  text-align: center;
}
.portfolio-details .nav-links {
  padding-top: 130px;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  display: flex;
}
.portfolio-details .nav-links .icon_grid::before {
  content: '\f00a';
  font-family: fontAwesome;
  font-style: normal;
  font-size: 2rem;
  color: #000;
}
.portfolio-details .nav-links .icon_grid:hover::before {
  color: #c96;
}
.portfolio-details .nav-links .nav {
  font-size: 20px;
  line-height: 36px;
  color: #999;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}
.portfolio-details .nav-links .nav:hover i,
.portfolio-details .nav-links .nav:hover span {
  color: #c96;
}
.portfolio-details .nav-links .nav a .lib-transition(all .3s) i {
  font-size: 24px;
  line-height: 36px;
  color: #999;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}
.portfolio-details .nav-links .nav span {
  padding: 0 18px;
  color: #999;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}
.mg-bottom-45 {
  margin-bottom: 45px;
}
.portfolio-category-view .portfolio-carousel .owl-carousel {
  position: relative;
  padding-bottom: 120px;
  margin: 0 auto;
}
.portfolio-category-view .portfolio-carousel .owl-carousel .portfolio-grid .portfolio-bottom-content .port-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  color: #000;
  font-weight: 700;
}
.portfolio-category-view .portfolio-carousel .owl-stage-outer .owl-stage .owl-item .item {
  margin-bottom: 0;
  position: relative;
  display: block;
}
.portfolio-category-view .portfolio-carousel .owl-stage-outer .owl-stage .owl-item .item .portfolio-bottom-content {
  position: absolute;
  bottom: 25px;
  left: 50px;
}
@media (max-width: 767px) {
  .portfolio-category-view .portfolio-carousel .owl-stage-outer .owl-stage .owl-item .item .portfolio-bottom-content {
    bottom: 5px;
    left: 25px;
  }
}
.portfolio-category-view .portfolio-carousel .owl-stage-outer .owl-stage .owl-item .item .portfolio-bottom-content .port-title {
  font-size: 24px;
  font-weight: 700;
}
.portfolio-category-view .portfolio-carousel .owl-stage-outer .owl-stage .owl-item .item .portfolio-bottom-content .port-title:hover a {
  color: #c96;
}
.portfolio-category-view .portfolio-carousel .owl-stage-outer .owl-stage .owl-item .item .portfolio-bottom-content .category-link a {
  font-size: 16px;
  margin-right: 15px;
  font-weight: 400;
}
.portfolio-category-view .portfolio-carousel .owl-stage-outer .owl-stage .owl-item:not(.active) {
  cursor: pointer;
}
.portfolio-category-view .portfolio-carousel .owl-stage-outer .owl-stage .owl-item:not(.active) .portfolio-bottom-content {
  display: none;
}
.portfolio-category-view .portfolio-carousel .owl-nav {
  cursor: pointer;
}
.portfolio-category-view .portfolio-carousel .owl-nav button,
.portfolio-category-view .portfolio-carousel .owl-nav .cart.table-wrapper .actions-toolbar > .action,
.portfolio-category-view .portfolio-carousel .owl-nav .action-gift {
  position: absolute;
  top: 42%;
  background-color: transparent;
  border: none;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}
.portfolio-category-view .portfolio-carousel .owl-nav button:hover::before,
.portfolio-category-view .portfolio-carousel .owl-nav .cart.table-wrapper .actions-toolbar > .action:hover::before,
.portfolio-category-view .portfolio-carousel .owl-nav .action-gift:hover::before {
  color: #c96;
}
.portfolio-category-view .portfolio-carousel .owl-nav button::before,
.portfolio-category-view .portfolio-carousel .owl-nav .cart.table-wrapper .actions-toolbar > .action::before,
.portfolio-category-view .portfolio-carousel .owl-nav .action-gift::before {
  font-family: 'fontAwesome';
  line-height: 30px;
  font-size: 40px;
  color: #ccc;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.portfolio-category-view .portfolio-carousel .owl-nav button::before:hover,
.portfolio-category-view .portfolio-carousel .owl-nav .cart.table-wrapper .actions-toolbar > .action::before:hover,
.portfolio-category-view .portfolio-carousel .owl-nav .action-gift::before:hover {
  color: #c96;
}
.portfolio-category-view .portfolio-carousel .owl-nav .owl-prev {
  left: -70px;
}
.portfolio-category-view .portfolio-carousel .owl-nav .owl-prev::before {
  content: "\f104";
  font-family: 'fontAwesome';
}
.portfolio-category-view .portfolio-carousel .owl-nav .owl-next {
  right: -70px;
}
.portfolio-category-view .portfolio-carousel .owl-nav .owl-next::before {
  content: "\f105";
  font-family: 'fontAwesome';
}
.portfolio-category-view .portfolio-carousel .owl-dots {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
}
@media (max-width: 767px) {
  .portfolio-category-view .portfolio-carousel .owl-dots {
    bottom: 60px;
  }
}
.portfolio-category-view .portfolio-carousel .owl-dots .owl-dot {
  background-color: transparent;
  border: none;
  padding: 0;
}
.portfolio-category-view .portfolio-carousel .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  margin: 5px 6px;
  border: 0.1rem solid
                    #d7d7d7;
  background: transparent;
  display: block;
  -webkit-backface-visibility: visible;
  transition: all .3s ease;
  border-radius: 30px;
}
.portfolio-category-view .portfolio-carousel .owl-dots .owl-dot.active span {
  width: 18px;
  border-color: #ccc;
  background: #ccc;
}
.portfolio-category-view .portfolio-carousel .owl-nav.disabled {
  display: none;
}
.portfolio-category-view.portfolio-list-masonry .page-main .columns {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.portfolio-category-view.portfolio-list-masonry .portfolio-masonry .item-thumbnail {
  padding: 0;
}
@media (max-width: 480px) {
  .portfolio-category-view.portfolio-list-masonry .portfolio-masonry .item-thumbnail {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: 100%;
  }
}
.portfolio-category-view.portfolio-list-masonry .portfolio-masonry .portfolio-inner {
  position: relative;
  overflow: hidden;
}
.portfolio-category-view.portfolio-list-masonry .portfolio-masonry .portfolio-inner .port-link {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
  -webkit-transition: 0.35s;
  -moz-transition: 0.35s;
  -ms-transition: 0.35s;
  -o-transition: 0.35s;
  transition: 0.35s;
  opacity: 0;
}
.portfolio-category-view.portfolio-list-masonry .portfolio-masonry .portfolio-inner .port-link i {
  font-size: 36px;
  color: #fff;
  position: absolute;
  top: 30px;
  right: 35px;
  -webkit-transition: 0.35s;
  -moz-transition: 0.35s;
  -ms-transition: 0.35s;
  -o-transition: 0.35s;
  transition: 0.35s;
}
.portfolio-category-view.portfolio-list-masonry .portfolio-masonry .portfolio-inner .port-link i:hover {
  color: #c96;
}
.portfolio-category-view.portfolio-list-masonry .portfolio-masonry .portfolio-inner .portfolio-bottom {
  position: absolute;
  left: 0;
  bottom: -30px;
  z-index: 5;
  -webkit-transition: 0.35s;
  -moz-transition: 0.35s;
  -ms-transition: 0.35s;
  -o-transition: 0.35s;
  transition: 0.35s;
  opacity: 0;
  padding: 40px;
}
.portfolio-category-view.portfolio-list-masonry .portfolio-masonry .portfolio-inner .portfolio-bottom .port-title {
  margin-top: 0;
  margin-bottom: 0;
}
.portfolio-category-view.portfolio-list-masonry .portfolio-masonry .portfolio-inner .portfolio-bottom .port-title a {
  font-weight: 700;
  font-size: 30px;
  color: #fff;
}
@media (min-width: 768px) {
  .portfolio-category-view.portfolio-list-masonry .portfolio-masonry .portfolio-inner .portfolio-bottom .port-title a {
    line-height: 42.85px;
  }
}
.portfolio-category-view.portfolio-list-masonry .portfolio-masonry .portfolio-inner .portfolio-bottom .port-title a:hover {
  color: #c96;
}
@media (max-width: 576px) {
  .portfolio-category-view.portfolio-list-masonry .portfolio-masonry .portfolio-inner .portfolio-bottom .port-title a {
    font-size: 19.2px;
  }
}
.portfolio-category-view.portfolio-list-masonry .portfolio-masonry .portfolio-inner .portfolio-bottom .category-link a {
  color: #fff;
  margin-right: 15px;
  font-size: 16px;
  font-weight: 400;
}
.portfolio-category-view.portfolio-list-masonry .portfolio-masonry .portfolio-inner .portfolio-bottom .category-link a:hover {
  color: #c96;
}
.portfolio-category-view.portfolio-list-masonry .portfolio-masonry .portfolio-inner:hover .port-link {
  opacity: 1;
}
@media (max-width: 576px) {
  .portfolio-category-view.portfolio-list-masonry .portfolio-masonry .portfolio-inner:hover .port-link i {
    font-size: 24px;
  }
}
.portfolio-category-view.portfolio-list-masonry .portfolio-masonry .portfolio-inner:hover .portfolio-bottom {
  bottom: 0;
  opacity: 1;
}
.portfolio-category-view.portfolio-list-masonry .portfolio-masonry .item-thumbnail .thumbnail-image {
  display: block;
  line-height: 1px;
}
.locator-index-index .store-search-container,
.locator-index-search .store-search-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.locator-index-index .store-search-container .search-form,
.locator-index-search .store-search-container .search-form {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  margin-bottom: 30px;
  max-width: 50%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  width: 100%;
}
@media (max-width: 991px) {
  .locator-index-index .store-search-container .search-form,
  .locator-index-search .store-search-container .search-form {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.locator-index-index .store-search-container .search-form form,
.locator-index-search .store-search-container .search-form form {
  border: 1px solid #eaeaea;
  border-radius: 5px;
  padding: 20px 10px 10px;
}
.locator-index-index .store-search-container .search-form form .title,
.locator-index-search .store-search-container .search-form form .title {
  border-bottom: 1px solid #eaeaea;
  font-size: 20.4px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 0;
  padding-bottom: 16px;
  text-transform: uppercase;
}
.locator-index-index .store-search-container .search-form form .fieldset,
.locator-index-search .store-search-container .search-form form .fieldset {
  margin-bottom: 0;
}
.locator-index-index .store-search-container .search-form form .fieldset .input-text,
.locator-index-search .store-search-container .search-form form .fieldset .input-text {
  border-width: 1px;
}
.locator-index-index .store-search-container .search-form form .fieldset .field,
.locator-index-search .store-search-container .search-form form .fieldset .field {
  margin-bottom: 15px;
}
.locator-index-index .store-search-container .search-form form .fieldset .field .label,
.locator-index-search .store-search-container .search-form form .fieldset .field .label {
  font-size: 15.5833px;
  font-weight: 400;
  margin: 0 0 13px;
}
.locator-index-index .store-search-container .search-form form .actions-toolbar button,
.locator-index-search .store-search-container .search-form form .actions-toolbar button,
.locator-index-index .store-search-container .search-form form .actions-toolbar .cart.table-wrapper .actions-toolbar > .action,
.locator-index-search .store-search-container .search-form form .actions-toolbar .cart.table-wrapper .actions-toolbar > .action,
.locator-index-index .store-search-container .search-form form .actions-toolbar .action-gift,
.locator-index-search .store-search-container .search-form form .actions-toolbar .action-gift {
  min-width: 140px;
}
.locator-index-index .store-search-container .search-form.search_by_area form .fieldset,
.locator-index-search .store-search-container .search-form.search_by_area form .fieldset {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.locator-index-index .store-search-container .search-form.search_by_area form .fieldset .field,
.locator-index-search .store-search-container .search-form.search_by_area form .fieldset .field {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  min-height: 1px;
  padding-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  width: 100%;
}
.locator-index-index .store-search-container .search-form.search_by_distance form .actions-toolbar,
.locator-index-search .store-search-container .search-form.search_by_distance form .actions-toolbar {
  margin: 20px 0 0;
}
.locator-index-index .store-list-container,
.locator-index-search .store-list-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 991px) {
  .locator-index-index .store-list-container,
  .locator-index-search .store-list-container {
    margin: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
.locator-index-index .store-list-container .store-list,
.locator-index-search .store-list-container .store-list,
.locator-index-index .store-list-container .map-stores,
.locator-index-search .store-list-container .map-stores {
  border-radius: 5px;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 0 !important;
  position: relative;
  width: 100%;
  border-color: #eaeaea;
}
.locator-index-index .store-list-container .store-list #store-list-map,
.locator-index-search .store-list-container .store-list #store-list-map,
.locator-index-index .store-list-container .map-stores #store-list-map,
.locator-index-search .store-list-container .map-stores #store-list-map {
  border: 1px solid #eaeaea;
  border-radius: 3px;
  height: 697px;
  max-height: 100%;
  overflow: hidden;
}
.locator-index-index .store-list-container .store-list .show-all-store,
.locator-index-search .store-list-container .store-list .show-all-store,
.locator-index-index .store-list-container .map-stores .show-all-store,
.locator-index-search .store-list-container .map-stores .show-all-store {
  bottom: 0;
  position: absolute;
  right: 0;
}
@media (max-width: 768px) {
  .locator-index-index .store-list-container .store-list .show-all-store,
  .locator-index-search .store-list-container .store-list .show-all-store,
  .locator-index-index .store-list-container .map-stores .show-all-store,
  .locator-index-search .store-list-container .map-stores .show-all-store {
    right: 0;
  }
}
.locator-index-index .store-list-container .store-list,
.locator-index-search .store-list-container .store-list {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% / 3);
  flex: 0 0 calc(100% / 3);
  margin-bottom: 0px;
  max-width: calc(100% / 3);
}
@media (min-width: 992px) and (max-width: 1199px) {
  .locator-index-index .store-list-container .store-list,
  .locator-index-search .store-list-container .store-list {
    -ms-flex: 0 0 calc(100% / 12 * 5);
    flex: 0 0 calc(100% / 12 * 5);
    max-width: calc(100% / 12 * 5);
  }
}
@media (max-width: 991px) {
  .locator-index-index .store-list-container .store-list,
  .locator-index-search .store-list-container .store-list {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-bottom: 60px;
    max-width: 100%;
  }
}
.locator-index-index .store-list-container .store-list .store-list-items,
.locator-index-search .store-list-container .store-list .store-list-items {
  position: relative;
}
.locator-index-index .store-list-container .store-list .store-list-items .action-toolbar,
.locator-index-search .store-list-container .store-list .store-list-items .action-toolbar {
  position: absolute;
  right: 20px;
  top: 5px;
}
.locator-index-index .store-list-container .store-list .store-list-items .action-toolbar .pager .toolbar-amount,
.locator-index-search .store-list-container .store-list .store-list-items .action-toolbar .pager .toolbar-amount {
  display: none;
}
.locator-index-index .store-list-container .store-list .store-list-items .action-toolbar .pager .pages-items .item,
.locator-index-search .store-list-container .store-list .store-list-items .action-toolbar .pager .pages-items .item {
  display: none;
  margin: 0 5px;
}
.locator-index-index .store-list-container .store-list .store-list-items .action-toolbar .pager .pages-items .item.pages-item-previous,
.locator-index-search .store-list-container .store-list .store-list-items .action-toolbar .pager .pages-items .item.pages-item-previous,
.locator-index-index .store-list-container .store-list .store-list-items .action-toolbar .pager .pages-items .item.pages-item-next,
.locator-index-search .store-list-container .store-list .store-list-items .action-toolbar .pager .pages-items .item.pages-item-next,
.locator-index-index .store-list-container .store-list .store-list-items .action-toolbar .pager .pages-items .item.current,
.locator-index-search .store-list-container .store-list .store-list-items .action-toolbar .pager .pages-items .item.current {
  display: inline-block;
}
.locator-index-index .store-list-container .store-list .store-list-items .action-toolbar .pager .pages-items .item.pages-item-previous .page,
.locator-index-search .store-list-container .store-list .store-list-items .action-toolbar .pager .pages-items .item.pages-item-previous .page,
.locator-index-index .store-list-container .store-list .store-list-items .action-toolbar .pager .pages-items .item.pages-item-next .page,
.locator-index-search .store-list-container .store-list .store-list-items .action-toolbar .pager .pages-items .item.pages-item-next .page,
.locator-index-index .store-list-container .store-list .store-list-items .action-toolbar .pager .pages-items .item.current .page,
.locator-index-search .store-list-container .store-list .store-list-items .action-toolbar .pager .pages-items .item.current .page {
  position: relative;
}
.locator-index-index .store-list-container .store-list .store-list-items .action-toolbar .pager .pages-items .item.pages-item-previous .page::after,
.locator-index-search .store-list-container .store-list .store-list-items .action-toolbar .pager .pages-items .item.pages-item-previous .page::after,
.locator-index-index .store-list-container .store-list .store-list-items .action-toolbar .pager .pages-items .item.pages-item-next .page::after,
.locator-index-search .store-list-container .store-list .store-list-items .action-toolbar .pager .pages-items .item.pages-item-next .page::after,
.locator-index-index .store-list-container .store-list .store-list-items .action-toolbar .pager .pages-items .item.current .page::after,
.locator-index-search .store-list-container .store-list .store-list-items .action-toolbar .pager .pages-items .item.current .page::after {
  background: black;
  bottom: 0;
  content: '';
  height: 1px;
  left: 5px;
  position: absolute;
  right: 0;
  width: 13px;
}
.locator-index-index .store-list-container .store-list .store-list-items .action-toolbar .pager .pages-items .item.pages-item-previous .action.previous,
.locator-index-search .store-list-container .store-list .store-list-items .action-toolbar .pager .pages-items .item.pages-item-previous .action.previous,
.locator-index-index .store-list-container .store-list .store-list-items .action-toolbar .pager .pages-items .item.pages-item-next .action.previous,
.locator-index-search .store-list-container .store-list .store-list-items .action-toolbar .pager .pages-items .item.pages-item-next .action.previous,
.locator-index-index .store-list-container .store-list .store-list-items .action-toolbar .pager .pages-items .item.pages-item-previous .action.next,
.locator-index-search .store-list-container .store-list .store-list-items .action-toolbar .pager .pages-items .item.pages-item-previous .action.next,
.locator-index-index .store-list-container .store-list .store-list-items .action-toolbar .pager .pages-items .item.pages-item-next .action.next,
.locator-index-search .store-list-container .store-list .store-list-items .action-toolbar .pager .pages-items .item.pages-item-next .action.next {
  background: #fff;
  border: 1px solid #eaeaea;
  border-radius: 3px;
  margin: 0;
}
.locator-index-index .store-list-container .store-list .store-list-items .action-toolbar .pager .pages-items .item.pages-item-previous .action.previous:before,
.locator-index-search .store-list-container .store-list .store-list-items .action-toolbar .pager .pages-items .item.pages-item-previous .action.previous:before,
.locator-index-index .store-list-container .store-list .store-list-items .action-toolbar .pager .pages-items .item.pages-item-next .action.previous:before,
.locator-index-search .store-list-container .store-list .store-list-items .action-toolbar .pager .pages-items .item.pages-item-next .action.previous:before,
.locator-index-index .store-list-container .store-list .store-list-items .action-toolbar .pager .pages-items .item.pages-item-previous .action.next:before,
.locator-index-search .store-list-container .store-list .store-list-items .action-toolbar .pager .pages-items .item.pages-item-previous .action.next:before,
.locator-index-index .store-list-container .store-list .store-list-items .action-toolbar .pager .pages-items .item.pages-item-next .action.next:before,
.locator-index-search .store-list-container .store-list .store-list-items .action-toolbar .pager .pages-items .item.pages-item-next .action.next:before {
  color: #ddd;
}
.locator-index-index .store-list-container .store-list .store-list-items .action-toolbar .pager .pages-items .item.pages-item-previous .action.previous:hover,
.locator-index-search .store-list-container .store-list .store-list-items .action-toolbar .pager .pages-items .item.pages-item-previous .action.previous:hover,
.locator-index-index .store-list-container .store-list .store-list-items .action-toolbar .pager .pages-items .item.pages-item-next .action.previous:hover,
.locator-index-search .store-list-container .store-list .store-list-items .action-toolbar .pager .pages-items .item.pages-item-next .action.previous:hover,
.locator-index-index .store-list-container .store-list .store-list-items .action-toolbar .pager .pages-items .item.pages-item-previous .action.next:hover,
.locator-index-search .store-list-container .store-list .store-list-items .action-toolbar .pager .pages-items .item.pages-item-previous .action.next:hover,
.locator-index-index .store-list-container .store-list .store-list-items .action-toolbar .pager .pages-items .item.pages-item-next .action.next:hover,
.locator-index-search .store-list-container .store-list .store-list-items .action-toolbar .pager .pages-items .item.pages-item-next .action.next:hover {
  background-color: #cc9966;
  border-color: #cc9966;
  color: #fff;
}
.locator-index-index .store-list-container .store-list .store-list-items .action-toolbar .pager .pages-items .item.pages-item-previous .action.previous:hover:before,
.locator-index-search .store-list-container .store-list .store-list-items .action-toolbar .pager .pages-items .item.pages-item-previous .action.previous:hover:before,
.locator-index-index .store-list-container .store-list .store-list-items .action-toolbar .pager .pages-items .item.pages-item-next .action.previous:hover:before,
.locator-index-search .store-list-container .store-list .store-list-items .action-toolbar .pager .pages-items .item.pages-item-next .action.previous:hover:before,
.locator-index-index .store-list-container .store-list .store-list-items .action-toolbar .pager .pages-items .item.pages-item-previous .action.next:hover:before,
.locator-index-search .store-list-container .store-list .store-list-items .action-toolbar .pager .pages-items .item.pages-item-previous .action.next:hover:before,
.locator-index-index .store-list-container .store-list .store-list-items .action-toolbar .pager .pages-items .item.pages-item-next .action.next:hover:before,
.locator-index-search .store-list-container .store-list .store-list-items .action-toolbar .pager .pages-items .item.pages-item-next .action.next:hover:before {
  color: #fff;
}
.locator-index-index .store-list-container .store-list .store-list-items > .items,
.locator-index-search .store-list-container .store-list .store-list-items > .items {
  height: 600px;
  max-height: 600px;
  overflow-y: auto;
}
.locator-index-index .store-list-container .store-list .store-list-items .title,
.locator-index-search .store-list-container .store-list .store-list-items .title {
  border-bottom: 1px solid #eaeaea;
  font-size: 1.275rem;
  font-size: 20.4px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 19.15px;
  margin-bottom: 0;
  padding-bottom: 20px;
  text-transform: uppercase;
}
.locator-index-index .store-list-container .store-list .store-list-items .item-store-locator:after,
.locator-index-search .store-list-container .store-list .store-list-items .item-store-locator:after {
  clear: both;
  content: "";
  display: table;
}
.locator-index-index .store-list-container .store-list .store-list-items .item-store-locator + .item-store-locator,
.locator-index-search .store-list-container .store-list .store-list-items .item-store-locator + .item-store-locator {
  border-top: 1px solid #eee;
  margin-top: 20px;
  padding-top: 20px;
}
.locator-index-index .store-list-container .store-list .store-list-items .item-store-locator .store-logo,
.locator-index-search .store-list-container .store-list .store-list-items .item-store-locator .store-logo,
.locator-index-index .store-list-container .store-list .store-list-items .item-store-locator .store-infor,
.locator-index-search .store-list-container .store-list .store-list-items .item-store-locator .store-infor {
  float: left;
  margin-top: 5px;
  vertical-align: top;
}
.locator-index-index .store-list-container .store-list .store-list-items .item-store-locator .store-logo,
.locator-index-search .store-list-container .store-list .store-list-items .item-store-locator .store-logo {
  width: 100px;
}
.locator-index-index .store-list-container .store-list .store-list-items .item-store-locator .store-infor,
.locator-index-search .store-list-container .store-list .store-list-items .item-store-locator .store-infor {
  font-size: 0.9375rem;
  padding-left: 20px;
  width: calc(100% - 100px);
}
.locator-index-index .store-list-container .store-list .store-list-items .item-store-locator .store-infor h4,
.locator-index-search .store-list-container .store-list .store-list-items .item-store-locator .store-infor h4 {
  font-size: 1.175rem;
  font-weight: 400;
  line-height: unset;
  margin: 0 0 10px;
}
.locator-index-index .store-list-container .store-list .store-list-items .item-store-locator .store-infor address,
.locator-index-search .store-list-container .store-list .store-list-items .item-store-locator .store-infor address {
  color: #999;
  margin-bottom: 10px;
}
.locator-index-index .store-list-container .store-list .store-list-items .item-store-locator .store-infor .btn-xs,
.locator-index-search .store-list-container .store-list .store-list-items .item-store-locator .store-infor .btn-xs {
  padding: 0.275rem 1.375rem;
}
.locator-index-index .store-list-container .map-stores,
.locator-index-search .store-list-container .map-stores {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% / 3 * 2);
  flex: 0 0 calc(100% / 3 * 2);
  max-width: calc(100% / 3 * 2);
  position: relative;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .locator-index-index .store-list-container .map-stores,
  .locator-index-search .store-list-container .map-stores {
    -ms-flex: 0 0 calc(100% / 12 * 7);
    flex: 0 0 calc(100% / 12 * 7);
    max-width: calc(100% / 12 * 7);
  }
}
@media (max-width: 991px) {
  .locator-index-index .store-list-container .map-stores,
  .locator-index-search .store-list-container .map-stores {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 !important;
  }
}
.locator-index-index .storelocator-details,
.locator-index-search .storelocator-details {
  margin-top: 70px;
}
.locator-index-index .storelocator-details .store-description,
.locator-index-search .storelocator-details .store-description {
  color: #777777;
  font-size: 1em;
  line-height: 2;
}
.locator-index-index .storelocator-details .store-description .content,
.locator-index-search .storelocator-details .store-description .content {
  margin-bottom: 19px;
}
.locator-index-index .storelocator-details .store-description .content > *:last-child,
.locator-index-search .storelocator-details .store-description .content > *:last-child {
  margin-bottom: 0;
}
.locator-index-index .storelocator-details .back-locator,
.locator-index-search .storelocator-details .back-locator {
  margin-top: 30px;
}
.locator-index-index .storelocator-details .store-opening-hours .content table > tbody > tr > td,
.locator-index-search .storelocator-details .store-opening-hours .content table > tbody > tr > td,
.locator-index-index .storelocator-details .store-description .portfolio-table > tbody > tr > td,
.locator-index-search .storelocator-details .store-description .portfolio-table > tbody > tr > td {
  border: 1px solid #eaeaea;
  font-size: 0.875rem;
  line-height: 2;
  padding: 8px 10px;
  vertical-align: middle;
}
.locator-index-index .storelocator-details .store-opening-hours .content table > tbody > tr > td:first-child,
.locator-index-search .storelocator-details .store-opening-hours .content table > tbody > tr > td:first-child,
.locator-index-index .storelocator-details .store-description .portfolio-table > tbody > tr > td:first-child,
.locator-index-search .storelocator-details .store-description .portfolio-table > tbody > tr > td:first-child {
  color: #222;
  font-weight: 700;
  width: 30%;
}
.locator-index-index .storelocator-details .store-opening-hours .content table > tbody > tr > td a,
.locator-index-search .storelocator-details .store-opening-hours .content table > tbody > tr > td a,
.locator-index-index .storelocator-details .store-description .portfolio-table > tbody > tr > td a,
.locator-index-search .storelocator-details .store-description .portfolio-table > tbody > tr > td a {
  text-decoration: underline;
}
.locator-index-index .store-opening-hours .title,
.locator-index-search .store-opening-hours .title {
  border-top: 1px solid #eaeaea;
  font-size: 1.275rem;
  margin: 70px 0 36px;
  padding-top: 36px;
  text-transform: uppercase;
}
.locator-index-index .store-list-items .action-toolbar .pager .toolbar-amount,
.locator-index-search .store-list-items .action-toolbar .pager .toolbar-amount {
  display: none;
}
.locator-index-index .store-list-items .action-toolbar .pager .pages-items .item,
.locator-index-search .store-list-items .action-toolbar .pager .pages-items .item {
  display: none;
}
.locator-index-index .store-list-items .action-toolbar .pager .pages-items .item.pages-item-previous,
.locator-index-search .store-list-items .action-toolbar .pager .pages-items .item.pages-item-previous,
.locator-index-index .store-list-items .action-toolbar .pager .pages-items .item.pages-item-next,
.locator-index-search .store-list-items .action-toolbar .pager .pages-items .item.pages-item-next,
.locator-index-index .store-list-items .action-toolbar .pager .pages-items .item.current,
.locator-index-search .store-list-items .action-toolbar .pager .pages-items .item.current {
  display: block;
}
.locator-index-index .store-list-container .stores,
.locator-index-search .store-list-container .stores {
  flex-direction: column;
}
.locator-index-index .store-list-container .stores .item-store-locator,
.locator-index-search .store-list-container .stores .item-store-locator {
  border: none;
  margin-bottom: 0;
  max-width: 100%;
  padding: 13px 0;
  width: 100%;
}
.locator-index-index .store-list-container .store-list-items,
.locator-index-search .store-list-container .store-list-items {
  padding: 16px 20px 20px;
}
.locator-index-index .store-list-container .store-phone,
.locator-index-search .store-list-container .store-phone {
  margin-bottom: 15px;
}
.locator-index-index .store-list-container .btn.btn-link,
.locator-index-search .store-list-container .btn.btn-link {
  background-color: transparent;
}
.locator-index-index .store-list-container .action-toolbar .item,
.locator-index-search .store-list-container .action-toolbar .item {
  border: 0px;
  margin: 0;
  padding: 0;
}
.locator-index-index .store-list-container .action-toolbar .item.pages-item-next a,
.locator-index-search .store-list-container .action-toolbar .item.pages-item-next a {
  border: 0px;
  min-width: 0px !important;
}
.locator-index-index .store-list-container .action-toolbar .item.pages-item-previous a,
.locator-index-search .store-list-container .action-toolbar .item.pages-item-previous a {
  border: 0px;
  min-width: 0px !important;
}
.locator-index-index .store-list-container .action-toolbar .items,
.locator-index-search .store-list-container .action-toolbar .items {
  overflow: hidden;
}
.locator-index-index .store-search-container .input-text:first-child,
.locator-index-search .store-search-container .input-text:first-child {
  margin-bottom: 0 !important;
}
.locator-index-index .store-search-container .country,
.locator-index-search .store-search-container .country {
  margin-top: 16px;
}
.locator-index-index .store-search-container .actions-toolbar .primary,
.locator-index-search .store-search-container .actions-toolbar .primary {
  text-align: center !important;
}
.locator-index-index .store-search-container .fieldset .field,
.locator-index-search .store-search-container .fieldset .field {
  margin: 0 !important;
  padding: 15px 0;
  padding-bottom: 0;
}
.locator-index-view .storelocator-details {
  margin-top: 70px;
}
.locator-index-view .storelocator-details .store-description .content {
  margin-bottom: 19px;
}
.locator-index-view .storelocator-details .store-description .content p {
  color: #777;
  font-size: 16px;
  line-height: 32px;
}
.locator-index-view .storelocator-details .store-description .content > :last-child {
  margin-bottom: 0;
}
.locator-index-view .storelocator-details .store-description table {
  border-collapse: collapse;
  border-spacing: 0;
  max-width: 100%;
  width: 100%;
}
.locator-index-view .storelocator-details .store-description table > tbody > tr > td {
  border: 1px solid#eaeaea;
  font-size: 14px;
  line-height: 2;
  padding: 8px 10px;
  vertical-align: middle;
}
.locator-index-view .storelocator-details .store-description table > tbody > tr > td a {
  text-decoration: underline;
}
.locator-index-view .storelocator-details .store-description table > tbody > tr > td:first-child {
  color: #222;
  font-weight: 700;
  width: 30%;
}
.locator-index-view .storelocator-details .store-description .back-locator {
  margin-top: 30px;
}
.locator-index-view .storelocator-details .store-opening-hours .title {
  border-top: 1px solid #eaeaea;
  font-size: ;
  margin: 70px 0 36px;
  padding-top: 36px;
  text-transform: uppercase;
}
.locator-index-view .storelocator-details .store-opening-hours .content table {
  border-collapse: collapse;
  border-spacing: 0;
  max-width: 100%;
  width: 100%;
}
.locator-index-view .storelocator-details .store-opening-hours .content table > tbody > tr > td:first-child {
  color: #222;
  font-weight: 700;
  width: 30%;
}
.locator-index-view .storelocator-details .store-opening-hours .content table > tbody > tr td {
  border: 1px solid#eaeaea;
  font-size: 14pxrem;
  line-height: 28px;
  padding: 8px 10px;
  vertical-align: middle;
}
.products-grid:not(.active-slider) .product-items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
}
.products-grid:not(.active-slider) .product-items .product-item {
  -ms-flex: 0 0 calc(100% / 3);
  flex: 0 0 calc(100% / 3);
  max-width: calc(100% / 3);
  padding: 0 10px;
  width: 100%;
}
.row-mobile-1 .products-grid .product-items .product-item {
  -ms-flex: 0 0 calc(100% / 1);
  flex: 0 0 calc(100% / 1);
  max-width: calc(100% / 1);
}
.row-mobile-2 .products-grid .product-items .product-item {
  -ms-flex: 0 0 calc(100% / 2);
  flex: 0 0 calc(100% / 2);
  max-width: calc(100% / 2);
}
.row-mobile-3 .products-grid .product-items .product-item {
  -ms-flex: 0 0 calc(100% / 3);
  flex: 0 0 calc(100% / 3);
  max-width: calc(100% / 3);
}
.row-mobile-4 .products-grid .product-items .product-item {
  -ms-flex: 0 0 calc(100% / 4);
  flex: 0 0 calc(100% / 4);
  max-width: calc(100% / 4);
}
.row-mobile-5 .products-grid .product-items .product-item {
  -ms-flex: 0 0 calc(100% / 5);
  flex: 0 0 calc(100% / 5);
  max-width: calc(100% / 5);
}
.row-mobile-6 .products-grid .product-items .product-item {
  -ms-flex: 0 0 calc(100% / 6);
  flex: 0 0 calc(100% / 6);
  max-width: calc(100% / 6);
}
.row-mobile-7 .products-grid .product-items .product-item {
  -ms-flex: 0 0 calc(100% / 7);
  flex: 0 0 calc(100% / 7);
  max-width: calc(100% / 7);
}
.row-mobile-8 .products-grid .product-items .product-item {
  -ms-flex: 0 0 calc(100% / 8);
  flex: 0 0 calc(100% / 8);
  max-width: calc(100% / 8);
}
@media (min-width: 768px) {
  .row-tablet-1 .products-grid .product-items .product-item {
    -ms-flex: 0 0 calc(100% / 1);
    flex: 0 0 calc(100% / 1);
    max-width: calc(100% / 1);
  }
  .row-tablet-2 .products-grid .product-items .product-item {
    -ms-flex: 0 0 calc(100% / 2);
    flex: 0 0 calc(100% / 2);
    max-width: calc(100% / 2);
  }
  .row-tablet-3 .products-grid .product-items .product-item {
    -ms-flex: 0 0 calc(100% / 3);
    flex: 0 0 calc(100% / 3);
    max-width: calc(100% / 3);
  }
  .row-tablet-4 .products-grid .product-items .product-item {
    -ms-flex: 0 0 calc(100% / 4);
    flex: 0 0 calc(100% / 4);
    max-width: calc(100% / 4);
  }
  .row-tablet-5 .products-grid .product-items .product-item {
    -ms-flex: 0 0 calc(100% / 5);
    flex: 0 0 calc(100% / 5);
    max-width: calc(100% / 5);
  }
  .row-tablet-6 .products-grid .product-items .product-item {
    -ms-flex: 0 0 calc(100% / 6);
    flex: 0 0 calc(100% / 6);
    max-width: calc(100% / 6);
  }
  .row-tablet-7 .products-grid .product-items .product-item {
    -ms-flex: 0 0 calc(100% / 7);
    flex: 0 0 calc(100% / 7);
    max-width: calc(100% / 7);
  }
  .row-tablet-8 .products-grid .product-items .product-item {
    -ms-flex: 0 0 calc(100% / 8);
    flex: 0 0 calc(100% / 8);
    max-width: calc(100% / 8);
  }
}
@media (min-width: 992px) {
  .row-1 .products-grid .product-items .product-item {
    -ms-flex: 0 0 calc(100% / 1);
    flex: 0 0 calc(100% / 1);
    max-width: calc(100% / 1);
  }
  .row-2 .products-grid .product-items .product-item {
    -ms-flex: 0 0 calc(100% / 2);
    flex: 0 0 calc(100% / 2);
    max-width: calc(100% / 2);
  }
  .row-3 .products-grid .product-items .product-item {
    -ms-flex: 0 0 calc(100% / 3);
    flex: 0 0 calc(100% / 3);
    max-width: calc(100% / 3);
  }
  .row-4 .products-grid .product-items .product-item {
    -ms-flex: 0 0 calc(100% / 4);
    flex: 0 0 calc(100% / 4);
    max-width: calc(100% / 4);
  }
  .row-5 .products-grid .product-items .product-item {
    -ms-flex: 0 0 calc(100% / 5);
    flex: 0 0 calc(100% / 5);
    max-width: calc(100% / 5);
  }
  .row-6 .products-grid .product-items .product-item {
    -ms-flex: 0 0 calc(100% / 6);
    flex: 0 0 calc(100% / 6);
    max-width: calc(100% / 6);
  }
  .row-7 .products-grid .product-items .product-item {
    -ms-flex: 0 0 calc(100% / 7);
    flex: 0 0 calc(100% / 7);
    max-width: calc(100% / 7);
  }
  .row-8 .products-grid .product-items .product-item {
    -ms-flex: 0 0 calc(100% / 8);
    flex: 0 0 calc(100% / 8);
    max-width: calc(100% / 8);
  }
}
.page-products .columns {
  position: relative;
  z-index: 1;
}
.toolbar-amount {
  display: block;
  line-height: 26px;
  margin: 0;
  padding: 8px 0 0;
  vertical-align: middle;
}
.products.wrapper ~ .toolbar .toolbar-amount {
  display: none;
}
.toolbar-products {
  margin-bottom: 40px;
  padding: 0 10px;
  text-align: center;
}
.toolbar-products .pages {
  display: none;
}
.products.wrapper ~ .toolbar-products .pages {
  display: block;
}
.toolbar-products .limiter .control {
  display: inline-block;
}
.sorter {
  padding: 4px 0 0;
}
.products.wrapper ~ .toolbar .sorter {
  display: none;
}
.sorter .sorter-action {
  position: relative;
  top: -2px;
}
.sorter-options {
  margin: 0 0 0 7px;
  width: auto;
}
.sorter-action {
  vertical-align: top;
  display: inline-block;
  text-decoration: none;
}
.sorter-action > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sorter-action:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 32px;
  color: #8f8f8f;
  content: '\e613';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.sorter-action:hover:before {
  color: #333333;
}
.sorter .sort-desc:before {
  content: '\e614';
}
.modes {
  display: none;
}
.limiter-options {
  margin: 0 5px 0 7px;
  width: auto;
}
.limiter-label {
  font-weight: 400;
}
.page-products .toolbar .limiter {
  display: none;
}
span.product-label {
  position: absolute;
  z-index: 2;
  top: 20px;
  left: 20px;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: -.01em;
  padding: 5px 9px;
  min-width: 45px;
  text-align: center;
  color: #fff;
  background-color: #c96;
}
span.product-label + span.product-label {
  top: 50px;
}
span.product-label + span.product-label + span.product-label {
  top: 80px;
}
span.product-label.new-label {
  background-color: #a6c76c;
}
span.product-label.sale-label {
  background-color: #ef837b;
}
span.product-label.sold-out-label {
  background-color: #ccc;
}
.product-detail-media .product-label {
  left: auto;
  right: 20px;
  top: 0;
}
.product-detail-media .product-label + span.product-label {
  top: 30px;
}
.product-detail-media .product-label + span.product-label + span.product-label {
  top: 50px;
}
body.category-fullwidth .breadcrumbs .items,
body.category-fullwidth .page-main > .columns,
body.category-fullwidth .frame,
body.category-fullwidth .top-container,
body.category-fullwidth .page-wrapper > .page-bottom,
body.category-fullwidth .page-main > .page-title-wrapper.layout_type2 .breadcrumbs .items {
  max-width: 100% !important;
  padding-left: 70px;
  padding-right: 70px;
}
@media (max-width: 1199.98px) {
  body.category-fullwidth .breadcrumbs .items,
  body.category-fullwidth .page-main > .columns,
  body.category-fullwidth .frame,
  body.category-fullwidth .top-container,
  body.category-fullwidth .page-wrapper > .page-bottom,
  body.category-fullwidth .page-main > .page-title-wrapper.layout_type2 .breadcrumbs .items {
    padding-left: 10px;
    padding-right: 10px;
  }
}
body.category-fullwidth .page-main {
  max-width: 100% !important;
}
body.category-fullwidth .products.wrapper .bottom-toolbar .toolbar-products {
  text-align: center;
}
@media (min-width: 991px) {
  body.category-fullwidth .header-area .horizontal-menu .mgs-megamenu--main ul.nav-main-menu > li.menu-4columns,
  body.category-fullwidth .header-area .horizontal-menu .mgs-megamenu--main ul.nav-main-menu > li.menu-6columns,
  body.category-fullwidth .header-area .horizontal-menu .mgs-megamenu--main ul.nav-main-menu > li.menu-3columns.mega-menu-fullwidth {
    position: relative;
  }
  body.category-fullwidth .header-area .horizontal-menu .mgs-megamenu--main ul.nav-main-menu > li.menu-3columns.mega-menu-fullwidth .dropdown-mega-menu {
    width: 695px;
    max-width: auto;
  }
  body.category-fullwidth .header-area .horizontal-menu .mgs-megamenu--main ul.nav-main-menu > li.menu-4columns .dropdown-mega-menu,
  body.category-fullwidth .header-area .horizontal-menu .mgs-megamenu--main ul.nav-main-menu > li.menu-6columns .dropdown-mega-menu {
    width: 1170px;
    max-width: auto;
  }
  body.category-fullwidth .header-area .horizontal-menu .mgs-megamenu--main ul.nav-main-menu > li > .dropdown-mega-menu {
    left: 0;
    right: auto;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.landing-categories.row-4 .item {
  -ms-flex: 0 0 calc(100% / 4);
  flex: 0 0 calc(100% / 4);
  max-width: calc(100% / 4);
}
.landing-categories.row-3 .item {
  -ms-flex: 0 0 calc(100% / 3);
  flex: 0 0 calc(100% / 3);
  max-width: calc(100% / 3);
}
.landing-categories.row-2 .item {
  -ms-flex: 0 0 calc(100% / 2);
  flex: 0 0 calc(100% / 2);
  max-width: calc(100% / 2);
}
.landing-categories.row-1 .item {
  -ms-flex: 0 0 calc(100% / 1);
  flex: 0 0 calc(100% / 1);
  max-width: calc(100% / 1);
}
@media (min-width: 768px) and (max-width: 992px) {
  .landing-categories.row-tablet-4 .item {
    -ms-flex: 0 0 calc(100% / 4);
    flex: 0 0 calc(100% / 4);
    max-width: calc(100% / 4);
  }
  .landing-categories.row-tablet-3 .item {
    -ms-flex: 0 0 calc(100% / 3);
    flex: 0 0 calc(100% / 3);
    max-width: calc(100% / 3);
  }
  .landing-categories.row-tablet-2 .item {
    -ms-flex: 0 0 calc(100% / 2);
    flex: 0 0 calc(100% / 2);
    max-width: calc(100% / 2);
  }
  .landing-categories.row-tablet-1 .item {
    -ms-flex: 0 0 calc(100% / 1);
    flex: 0 0 calc(100% / 1);
    max-width: calc(100% / 1);
  }
}
@media (max-width: 768px) {
  .landing-categories.row-mobile-4 .item {
    -ms-flex: 0 0 calc(100% / 4);
    flex: 0 0 calc(100% / 4);
    max-width: calc(100% / 4);
  }
  .landing-categories.row-mobile-3 .item {
    -ms-flex: 0 0 calc(100% / 3);
    flex: 0 0 calc(100% / 3);
    max-width: calc(100% / 3);
  }
  .landing-categories.row-mobile-2 .item {
    -ms-flex: 0 0 calc(100% / 2);
    flex: 0 0 calc(100% / 2);
    max-width: calc(100% / 2);
  }
  .landing-categories.row-mobile-1 .item {
    -ms-flex: 0 0 calc(100% / 1);
    flex: 0 0 calc(100% / 1);
    max-width: calc(100% / 1);
  }
}
.landing-categories .landing-grid .list-subcate {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.landing-categories .landing-grid .list-subcate .item {
  padding: 0 10px;
  margin-bottom: 20px;
  position: relative;
}
.landing-categories .item-subcate {
  position: relative;
}
.landing-categories .image-subcate {
  display: block;
  height: 100%;
}
.landing-categories .image-subcate a.image {
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 100%;
  position: relative;
}
.landing-categories .image-subcate a.image img {
  opacity: 0;
}
.landing-categories .image-subcate a.image:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  background-color: rgba(25, 25, 25, 0.3);
  z-index: 1;
  visibility: hidden;
  opacity: 0;
}
.landing-categories .image-subcate:hover a.image:after {
  visibility: visible;
  opacity: 1;
}
.landing-categories .info-subcate {
  position: absolute;
  font-size: 16px;
  display: inline-block;
  padding: 12px 20px 13px;
  text-align: center;
  min-width: 150px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  top: auto;
  right: auto;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(0);
  -moz-transform: translateX(-50%) translateY(0);
  -ms-transform: translateX(-50%) translateY(0);
  -o-transform: translateX(-50%) translateY(0);
  transform: translateX(-50%) translateY(0);
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 5;
  bottom: 20px;
  overflow: hidden;
}
.landing-categories .info-subcate .title {
  font-size: 16px;
  margin-bottom: 5px;
  color: #333;
}
.landing-categories .info-subcate span.sub-title {
  font-size: 12px;
  color: #777;
}
.landing-categories .info-subcate .btn-cate-link {
  opacity: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  font-weight: 400;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
}
.landing-categories .info-subcate:hover .btn-cate-link {
  opacity: 1;
  background-color: #c96;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.category-landing.landing-masonry .landing-categories {
  margin: 0 -10px;
}
.category-landing.landing-masonry .landing-categories .landing-masonry:after {
  content: '';
  display: table;
  clear: both;
}
.category-landing.landing-masonry .landing-categories .landing-masonry .item-size {
  width: 25%;
}
@media (max-width: 575px) {
  .category-landing.landing-masonry .landing-categories .landing-masonry .item-size {
    width: 100%;
  }
}
.category-landing.landing-masonry .landing-categories .landing-masonry .landing-masonry-item {
  padding: 0 10px;
  margin-bottom: 20px;
  float: left;
  width: 25%;
}
.category-landing.landing-masonry .landing-categories .landing-masonry .landing-masonry-item.widthx2 {
  width: 50%;
}
@media (max-width: 575px) {
  .category-landing.landing-masonry .landing-categories .landing-masonry .landing-masonry-item {
    width: 100%;
  }
  .category-landing.landing-masonry .landing-categories .landing-masonry .landing-masonry-item.widthx2 {
    width: 100%;
  }
}
.category-landing.landing-masonry .landing-categories .landing-masonry .landing-masonry-item .masonry-item {
  background-repeat: no-repeat;
  background-size: cover;
}
.category-landing.landing-masonry .landing-categories .landing-masonry .grid-sizer {
  -ms-flex: 0 1 25%;
  flex: 0 1 25%;
  max-width: 25%;
}
@media (max-width: 575px) {
  .category-landing.landing-masonry .landing-categories .landing-masonry .grid-sizer {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: 100%;
  }
}
.landing-parallax {
  padding-bottom: 0;
}
.landing-parallax footer.page-footer {
  margin-top: 0;
}
.landing-parallax footer.page-footer .footer.content {
  margin: 0;
}
.landing-parallax .page-main {
  max-width: 100% !important;
  padding: 0;
}
.landing-parallax .page-main > .page-title-wrapper {
  margin-bottom: 0 !important;
}
.landing-parallax .page-main > .columns {
  max-width: 100% !important;
  padding: 0;
}
.landing-parallax .page-main > .columns .column.main {
  padding-bottom: 0;
}
.landing-parallax .page-main > .page-title-wrapper.layout_type2 .breadcrumbs,
.landing-parallax .page-main .page-title-wrapper .breadcrumbs {
  display: none;
}
.landing-parallax .landing-categories {
  padding-bottom: 0;
}
.landing-parallax .landing-categories .item {
  -ms-flex: 0 0 100% !important;
  flex: 0 0 100% !important;
  max-width: 100% !important;
  margin-bottom: 0;
  position: relative;
}
.landing-parallax .landing-categories .item .image-subcate {
  width: 100%;
  background-repeat: no-repeat;
  height: 100vh;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  padding-bottom: 0;
}
.landing-parallax .landing-categories .item .image-subcate .image {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.landing-parallax .landing-categories .item .info-subcate {
  top: 50%;
  left: 50%;
  right: auto;
  bottom: auto;
  padding: 25px;
  min-width: 200px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 1;
}
.landing-parallax .landing-categories .item .info-subcate .title a {
  padding-top: 0;
}
.modal-popup.confirm .action-secondary,
.modal-popup.confirm .action-primary {
  padding: 7px 25px;
  background-color: transparent;
  border: none;
}
.products-grid.effect3 .product-item .product-item-info .price-box {
  margin-bottom: 0;
}
.prices-tier .price-container .price-including-tax + .price-excluding-tax:before {
  content: '(' attr(data-label) ': ';
}
.prices-tier .price-container .price-including-tax + .price-excluding-tax:last-child:after {
  content: ')';
}
.prices-tier .price-container .weee[data-label] {
  display: inline;
}
.prices-tier .price-container .weee[data-label] .price {
  font-size: 1.1rem;
}
.prices-tier .price-container .weee[data-label]:before {
  content: ' +' attr(data-label) ': ';
}
.product.actions .stock.unavailable {
  text-align: center;
}
.actual-price {
  font-weight: 700;
}
.category-image .image {
  display: block;
  height: auto;
  max-width: 100%;
}
.category-image,
.category-description {
  margin-bottom: 20px;
}
.price-box {
  margin-bottom: 13px;
}
.price-box > .special-price .price-wrapper .price {
  color: #ef837b;
}
.price-box > .old-price .price-wrapper .price {
  color: #cccccc;
}
.price-box > .special-price + .old-price {
  margin-left: 8px;
}
.price-box .price-label {
  display: none;
}
.price-box .price {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.25;
  color: #c96;
}
.product-cate {
  margin-bottom: 5px;
}
.product-cate .cate-name {
  display: inline-block;
  color: #666;
  font-weight: 300;
  font-size: 13px;
  line-height: 1.2;
  letter-spacing: -.01em;
}
.product.name {
  display: block;
  margin-bottom: 5px;
}
.product.name a {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.25;
  letter-spacing: -.01em;
  color: #333333;
}
.product-item-description {
  color: #777;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.43;
  padding-top: 10px;
  margin-bottom: 34px;
}
.product-items .product-item-info .product-image-container {
  display: block;
}
.products.wrapper .product-items.hide-wishlist .product-item .product-item-actions > .actions-secondary .action.towishlist {
  display: none;
}
.product-items .product-item-info .swatch-attribute .swatch-option {
  height: 16px;
  min-width: 16px;
}
.products-grid .product-item {
  margin-bottom: 20px;
}
.products-grid .product-item .product-item-info {
  overflow: hidden;
}
.products-grid.effect1 .product-item .product-item-actions > .actions-secondary .action,
.products-grid.effect3 .product-item .product-item-actions > .actions-secondary .action {
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.products-grid.effect1 .product-item .product-item-info,
.products-grid.effect3 .product-item .product-item-info {
  height: 100%;
  background: #fff;
}
.products-grid.effect1 .product-item .product-top,
.products-grid.effect3 .product-item .product-top {
  position: relative;
  overflow: hidden;
}
.products-grid.effect1 .product-item .product-item-actions > .actions-primary,
.products-grid.effect3 .product-item .product-item-actions > .actions-primary {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
  border-bottom: 1px solid #ebebeb;
}
.products-grid.effect1 .product-item .product-item-actions > .actions-primary .action.tocart,
.products-grid.effect3 .product-item .product-item-actions > .actions-primary .action.tocart {
  display: block;
  min-width: 0;
  width: 100%;
  background-color: #fff;
  border-color: transparent;
  color: #c96;
  text-transform: uppercase;
  font-size: 13px;
}
.products-grid.effect1 .product-item .product-item-actions > .actions-primary .action.tocart:before,
.products-grid.effect3 .product-item .product-item-actions > .actions-primary .action.tocart:before {
  content: '\e812';
  font-family: "molla";
  margin-right: 10px;
  display: inline-block;
  font-size: 18px;
  line-height: 1;
}
.products-grid.effect1 .product-item .product-item-actions > .actions-primary .action.tocart:hover,
.products-grid.effect3 .product-item .product-item-actions > .actions-primary .action.tocart:hover {
  color: #fff;
  background-color: #c96;
}
.products-grid.effect1 .product-item .product-item-actions > .actions-secondary,
.products-grid.effect3 .product-item .product-item-actions > .actions-secondary {
  display: inline-block;
  position: absolute;
  right: 5px;
  top: 10px;
  background-color: transparent;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  -webkit-transform: translateX(-15px);
  -moz-transform: translateX(-15px);
  -ms-transform: translateX(-15px);
  -o-transform: translateX(-15px);
  transform: translateX(-15px);
}
.products-grid.effect1 .product-item .product-item-actions > .actions-secondary .action,
.products-grid.effect3 .product-item .product-item-actions > .actions-secondary .action {
  min-width: 0;
  display: block;
  padding: 4px 7px;
  border: none;
  background-color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: relative;
}
.products-grid.effect1 .product-item .product-item-actions > .actions-secondary .action span,
.products-grid.effect3 .product-item .product-item-actions > .actions-secondary .action span {
  position: absolute;
  right: 98%;
  top: 0;
  bottom: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: inline-flex;
  font-weight: 300;
  font-size: 11px;
  white-space: nowrap;
  letter-spacing: 0;
  padding-left: 18px;
  padding-right: 4px;
  color: #fff;
  background-color: #c96;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  opacity: 0;
  visibility: hidden;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  -webkit-transform: translateX(15px);
  -moz-transform: translateX(15px);
  -ms-transform: translateX(15px);
  -o-transform: translateX(15px);
  transform: translateX(15px);
  z-index: -1;
  width: auto;
  height: auto;
  clip: auto;
  margin: 0;
}
.products-grid.effect1 .product-item .product-item-actions > .actions-secondary .action + .action,
.products-grid.effect3 .product-item .product-item-actions > .actions-secondary .action + .action {
  margin-top: 10px;
}
.products-grid.effect1 .product-item .product-item-actions > .actions-secondary .action:hover,
.products-grid.effect3 .product-item .product-item-actions > .actions-secondary .action:hover {
  color: #fff;
  background-color: #c96;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.products-grid.effect1 .product-item .product-item-actions > .actions-secondary .action:hover:before,
.products-grid.effect3 .product-item .product-item-actions > .actions-secondary .action:hover:before {
  color: #fff;
}
.products-grid.effect1 .product-item .product-item-actions > .actions-secondary .action:hover span,
.products-grid.effect3 .product-item .product-item-actions > .actions-secondary .action:hover span {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateX(1px);
  -moz-transform: translateX(1px);
  -ms-transform: translateX(1px);
  -o-transform: translateX(1px);
  transform: translateX(1px);
}
.products-grid.effect1 .product-item .product-item-actions > .actions-secondary .action.quickview,
.products-grid.effect3 .product-item .product-item-actions > .actions-secondary .action.quickview {
  display: none;
}
.products-grid.effect1 .product-item .product.details,
.products-grid.effect3 .product-item .product.details {
  text-align: center;
  position: relative;
  padding: 16px 5px;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  background-color: #fff;
}
.products-grid.effect1 .product-item .product.details .product-reviews-summary,
.products-grid.effect3 .product-item .product.details .product-reviews-summary {
  display: table;
  margin: 0 auto;
}
.products-grid.effect1 .product-item .product.details .swatch-attribute,
.products-grid.effect3 .product-item .product.details .swatch-attribute {
  text-align: center;
  display: inline-block;
  margin: 0 auto;
}
.products-grid.effect1 .product-item:hover .product-item-info,
.products-grid.effect3 .product-item:hover .product-item-info {
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}
.products-grid.effect1 .product-item:hover .product-item-info .product-item-actions > .actions-primary,
.products-grid.effect3 .product-item:hover .product-item-info .product-item-actions > .actions-primary {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.products-grid.effect1 .product-item:hover .product-item-info .product-item-actions > .actions-secondary,
.products-grid.effect3 .product-item:hover .product-item-info .product-item-actions > .actions-secondary {
  opacity: 1;
  visibility: visible;
}
.products-grid.effect2 .product-item {
  margin-bottom: 20px;
}
.products-grid.effect2 .product-item .product-item-info {
  height: 100%;
  background: #fff;
}
.products-grid.effect2 .product-item .product-item-info .product-top {
  position: relative;
  overflow: hidden;
}
.products-grid.effect2 .product-item .product-item-info .action-wishlist {
  position: absolute;
  right: 20px;
  top: 20px;
  background-color: transparent;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  -webkit-transform: translateX(-15px);
  -moz-transform: translateX(-15px);
  -ms-transform: translateX(-15px);
  -o-transform: translateX(-15px);
  transform: translateX(-15px);
}
.products-grid.effect2 .product-item .product-item-info .action-wishlist .action.towishlist {
  min-width: 0;
  display: block;
  padding: 5px 7px;
  border: none;
  background-color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: relative;
}
.products-grid.effect2 .product-item .product-item-info .action-wishlist .action.towishlist span {
  position: absolute;
  right: 98%;
  top: 0;
  bottom: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: inline-flex;
  font-weight: 300;
  font-size: 11px;
  white-space: nowrap;
  letter-spacing: 0;
  padding-left: 18px;
  padding-right: 4px;
  color: #fff;
  background-color: #c96;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  opacity: 0;
  visibility: hidden;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  -webkit-transform: translateX(15px);
  -moz-transform: translateX(15px);
  -ms-transform: translateX(15px);
  -o-transform: translateX(15px);
  transform: translateX(15px);
  z-index: -1;
  width: auto;
  height: auto;
  visibility: visible;
  clip: auto;
  margin: 0;
}
.products-grid.effect2 .product-item .product-item-info .action-wishlist .action.towishlist:hover {
  color: #fff;
  background-color: #c96;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.products-grid.effect2 .product-item .product-item-info .action-wishlist .action.towishlist:hover:before {
  color: #fff;
}
.products-grid.effect2 .product-item .product-item-info .action-wishlist .action.towishlist:hover span {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateX(1px);
  -moz-transform: translateX(1px);
  -ms-transform: translateX(1px);
  -o-transform: translateX(1px);
  transform: translateX(1px);
}
.products-grid.effect2 .product-item .product-item-inner {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
}
.products-grid.effect2 .product-item .product-item-inner .product-item-actions {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.95);
  padding: 8px 0;
}
.products-grid.effect2 .product-item .product-item-inner .product-item-actions .actions-primary {
  -ms-flex: 0 0 calc(50%);
  flex: 0 0 calc(50%);
  max-width: calc(50%);
}
.products-grid.effect2 .product-item .product-item-inner .product-item-actions .actions-secondary {
  -ms-flex: 0 0 calc(100% - (100% / 2));
  flex: 0 0 calc(100% - (100% / 2));
  max-width: calc(100% - (100% / 2));
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.products-grid.effect2 .product-item .product-item-inner .product-item-actions .action {
  min-width: 0;
  text-align: center;
  color: #666 !important;
  font-size: 13px;
  width: 100%;
  padding: 10px 0;
  border: none;
  border-left: 1px dotted #e5e5e5;
  background-color: transparent !important;
}
.products-grid.effect2 .product-item .product-item-inner .product-item-actions .action.tocart.primary {
  border-left: none;
}
.products-grid.effect2 .product-item .product-item-inner .product-item-actions .action.tocart.primary:before {
  content: '\e812';
  font-family: "molla";
  font-size: 18px;
  line-height: 1;
  color: #c96;
}
.products-grid.effect2 .product-item .product-item-inner .product-item-actions .action:before {
  color: #c96;
  font-size: 18px;
}
.products-grid.effect2 .product-item .product-item-inner .product-item-actions .action > span {
  display: block;
  font-size: 12px;
  font-weight: 300;
}
.products-grid.effect2 .product-item .product-item-inner .product-item-actions .action:hover {
  color: #c96;
}
.products-grid.effect2 .product-item .product-item-inner .product-item-actions .action.quickview {
  display: none;
}
.products-grid.effect2 .product-item .product-item-inner .product-item-actions.hide-compare:not(.hide-action-cart) .actions-secondary,
.products-grid.effect2 .product-item .product-item-inner .product-item-actions.hide-compare:not(.hide-action-cart) .actions-primary {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.products-grid.effect2 .product-item .product-item-inner .product-item-actions.hide-compare:not(.hide-action-cart) .actions-secondary .action.quickview,
.products-grid.effect2 .product-item .product-item-inner .product-item-actions.hide-compare:not(.hide-action-cart) .actions-primary .action.quickview {
  border-left: 0;
}
.products-grid.effect2 .product-item .product-item-inner .product-item-actions.hide-action-cart .actions-secondary {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.products-grid.effect2 .product-item .product-item-inner .product-item-actions.hide-action-cart .actions-secondary .action.tocompare {
  border-left: 0;
}
@media (max-width: 768px) {
  .products-grid.effect2 .product-item .product-item-inner .product-item-actions.hide-action-cart .actions-secondary .action.tocompare {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.products-grid.effect2 .product-item .product.details {
  text-align: left;
  padding: 16px 5px;
}
.products-grid.effect2 .product-item .product.details .product-reviews-summary {
  margin: 0;
}
.products-grid.effect2 .product-item .product.details .product-reviews-summary .rating-summary {
  left: 0;
  padding-right: 10px;
}
.products-grid.effect2 .product-item .product.details .product-reviews-summary .rating-summary .rating-result {
  margin-left: 0;
}
.products-grid.effect2 .product-item:hover .product-item-info {
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}
.products-grid.effect2 .product-item:hover .product-item-info .action-wishlist {
  opacity: 1;
  visibility: visible;
}
.products-grid.effect2 .product-item:hover .product-item-info .product-item-inner {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.products-grid.effect3 .product-item .product-item-info {
  padding-bottom: 50px;
}
@media (max-width: 575px) {
  .products-grid.effect3 .product-item .product-item-info {
    padding-bottom: 40px;
  }
}
.products-grid.effect3 .product-item .product-item-info .product-top {
  position: static;
}
.products-grid.effect3 .product-item .product-item-info .product-item-actions > .actions-primary {
  bottom: 20px;
  border-bottom: none;
}
.products-grid.effect3 .product-item .product-item-info .product-item-actions > .actions-primary .action.tocart {
  width: 87%;
  font-size: 13px;
  text-transform: uppercase;
  color: #333;
  border: 1px solid #ebebeb;
  padding: 7px 30px;
  margin: 0 auto;
}
@media (max-width: 575px) {
  .products-grid.effect3 .product-item .product-item-info .product-item-actions > .actions-primary .action.tocart {
    padding: 7px 10px;
    font-size: 12px;
  }
  .products-grid.effect3 .product-item .product-item-info .product-item-actions > .actions-primary .action.tocart:before {
    margin-right: 0;
  }
}
.products-grid.effect4 .items .product-item {
  margin-top: 0;
}
.products-grid.effect4 .items .product-item .product-item-info {
  height: 100%;
  border: 1px solid #ebebeb;
  overflow: hidden;
  background: #fff;
}
.products-grid.effect4 .items .product-item .product-item-info .product-top {
  position: relative;
  overflow: hidden;
}
.products-grid.effect4 .items .product-item .product-item-info .action-wishlist {
  position: absolute;
  right: 20px;
  top: 20px;
  background-color: transparent;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  -webkit-transform: translateX(-15px);
  -moz-transform: translateX(-15px);
  -ms-transform: translateX(-15px);
  -o-transform: translateX(-15px);
  transform: translateX(-15px);
}
.products-grid.effect4 .items .product-item .product-item-info .action-wishlist .action.towishlist {
  min-width: 0;
  display: block;
  padding: 4px 7px;
  border: none;
  background-color: #c96;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: relative;
}
.products-grid.effect4 .items .product-item .product-item-info .action-wishlist .action.towishlist:before {
  content: '\f234';
  font-family: "molla";
  font-size: 16px;
}
.products-grid.effect4 .items .product-item .product-item-info .action-wishlist .action.towishlist span {
  position: absolute;
  right: 98%;
  top: 0;
  bottom: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: inline-flex;
  font-weight: 300;
  font-size: 11px;
  white-space: nowrap;
  letter-spacing: 0;
  padding-left: 18px;
  padding-right: 4px;
  color: #333;
  background-color: #c96;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  opacity: 0;
  visibility: hidden;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  -webkit-transform: translateX(15px);
  -moz-transform: translateX(15px);
  -ms-transform: translateX(15px);
  -o-transform: translateX(15px);
  transform: translateX(15px);
  z-index: -1;
  width: auto;
  height: auto;
  visibility: visible;
  clip: auto;
  margin: 0;
}
.products-grid.effect4 .items .product-item .product-item-info .action-wishlist .action.towishlist:hover {
  color: #333;
  background-color: #c96;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.products-grid.effect4 .items .product-item .product-item-info .action-wishlist .action.towishlist:hover:before {
  color: #333;
}
.products-grid.effect4 .items .product-item .product-item-info .action-wishlist .action.towishlist:hover span {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateX(1px);
  -moz-transform: translateX(1px);
  -ms-transform: translateX(1px);
  -o-transform: translateX(1px);
  transform: translateX(1px);
}
.products-grid.effect4 .items .product-item .product-item-inner {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
}
.products-grid.effect4 .items .product-item .product-item-inner .product-item-actions {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 0;
  background-color: rgba(0, 0, 0, 0.95);
}
.products-grid.effect4 .items .product-item .product-item-inner .product-item-actions > .actions-primary {
  -ms-flex: 0 0 calc(50%);
  flex: 0 0 calc(50%);
  max-width: calc(50%);
}
@media (max-width: 575px) {
  .products-grid.effect4 .items .product-item .product-item-inner .product-item-actions > .actions-primary {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.products-grid.effect4 .items .product-item .product-item-inner .product-item-actions > .actions-secondary {
  -ms-flex: 0 0 calc(100% - (100% / 2));
  flex: 0 0 calc(100% - (100% / 2));
  max-width: calc(100% - (100% / 2));
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.products-grid.effect4 .items .product-item .product-item-inner .product-item-actions .action {
  min-width: 0;
  text-align: center;
  color: #fff;
  font-size: 13px;
  width: 100%;
  padding: 0;
  border: none;
  background-color: transparent !important;
  border-left: 1px solid #4b4b4b;
}
.products-grid.effect4 .items .product-item .product-item-inner .product-item-actions .action.tocart.primary {
  border-left: none;
}
.products-grid.effect4 .items .product-item .product-item-inner .product-item-actions .action.tocart.primary:before {
  content: '\e812';
  font-family: "molla";
  font-size: 18px;
  line-height: 1;
}
.products-grid.effect4 .items .product-item .product-item-inner .product-item-actions .action:before {
  font-size: 18px;
}
.products-grid.effect4 .items .product-item .product-item-inner .product-item-actions .action > span {
  font-size: 13px;
  font-weight: 400;
}
.products-grid.effect4 .items .product-item .product-item-inner .product-item-actions .action:hover {
  color: #c96;
}
.products-grid.effect4 .items .product-item .product-item-inner .product-item-actions .action.tocompare {
  display: none;
}
.products-grid.effect4 .items .product-item .product-item-inner .product-item-actions .action.quickview:before {
  margin-right: 5px;
}
@media (max-width: 575px) {
  .products-grid.effect4 .items .product-item .product-item-inner .product-item-actions .action.quickview {
    display: none;
  }
}
.products-grid.effect4 .items .product-item .product-item-inner .product-item-actions.hide-compare:not(.hide-action-cart) > .actions-secondary,
.products-grid.effect4 .items .product-item .product-item-inner .product-item-actions.hide-compare:not(.hide-action-cart) > .actions-primary {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.products-grid.effect4 .items .product-item .product-item-inner .product-item-actions.hide-compare:not(.hide-action-cart) > .actions-secondary .action.quickview,
.products-grid.effect4 .items .product-item .product-item-inner .product-item-actions.hide-compare:not(.hide-action-cart) > .actions-primary .action.quickview {
  border-left: 0;
}
.products-grid.effect4 .items .product-item .product-item-inner .product-item-actions.hide-action-cart .actions-secondary {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.products-grid.effect4 .items .product-item .product-item-inner .product-item-actions.hide-action-cart .actions-secondary .action.tocompare {
  border-left: 0;
}
@media (max-width: 768px) {
  .products-grid.effect4 .items .product-item .product-item-inner .product-item-actions.hide-action-cart .actions-secondary .action.tocompare {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.products-grid.effect4 .items .product-item .product.details {
  padding: 16px 20px;
  background-color: #fff;
}
.products-grid.effect4 .items .product-item .product.details .product-reviews-summary {
  margin: 0;
}
.products-grid.effect4 .items .product-item .product.details .product-reviews-summary .rating-summary {
  left: 0;
  padding-right: 10px;
}
.products-grid.effect4 .items .product-item .product.details .product-reviews-summary .rating-summary .rating-result {
  margin-left: 0;
}
.products-grid.effect4 .items .product-item:hover .product-item-info {
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}
.products-grid.effect4 .items .product-item:hover .product-item-info .action-wishlist {
  opacity: 1;
  visibility: visible;
}
.products-grid.effect4 .items .product-item:hover .product-item-info .product-item-inner {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.products-grid.effect5 .items .product-item .product-item-info {
  height: 100%;
}
.products-grid.effect5 .items .product-item .product-top {
  position: relative;
  overflow: hidden;
}
.products-grid.effect5 .items .product-item .product-item-actions > .actions-primary {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
  background-color: rgba(255, 255, 255, 0.7);
}
.products-grid.effect5 .items .product-item .product-item-actions > .actions-primary .action.tocart {
  display: block;
  min-width: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  border-color: transparent;
  color: #333;
  text-transform: uppercase;
  font-size: 13px;
}
.products-grid.effect5 .items .product-item .product-item-actions > .actions-primary .action.tocart span {
  margin-left: -14px;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.products-grid.effect5 .items .product-item .product-item-actions > .actions-primary .action.tocart:before {
  content: '\e812';
  font-family: "molla";
  margin-right: 10px;
  display: inline-block;
  font-size: 18px;
  line-height: 1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  -ms-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
}
.products-grid.effect5 .items .product-item .product-item-actions > .actions-primary .action.tocart:hover {
  color: #fff;
  background-color: #c96;
}
.products-grid.effect5 .items .product-item .product-item-actions > .actions-primary .action.tocart:hover span {
  margin-left: 0;
}
.products-grid.effect5 .items .product-item .product-item-actions > .actions-primary .action.tocart:hover:before {
  opacity: 1;
  visibility: visible;
}
.products-grid.effect5 .items .product-item .product-item-actions > .actions-secondary {
  display: inline-block;
  position: absolute;
  right: 5px;
  top: 10px;
  background-color: transparent;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  -webkit-transform: translateX(-15px);
  -moz-transform: translateX(-15px);
  -ms-transform: translateX(-15px);
  -o-transform: translateX(-15px);
  transform: translateX(-15px);
}
.products-grid.effect5 .items .product-item .product-item-actions > .actions-secondary .action {
  min-width: 0;
  display: block;
  padding: 4px 7px;
  border: none;
  background-color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  position: relative;
}
.products-grid.effect5 .items .product-item .product-item-actions > .actions-secondary .action span {
  position: absolute;
  right: 98%;
  top: 0;
  bottom: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: inline-flex;
  font-weight: 300;
  font-size: 11px;
  white-space: nowrap;
  letter-spacing: 0;
  padding-left: 18px;
  padding-right: 4px;
  color: #fff;
  background-color: #c96;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  opacity: 0;
  visibility: hidden;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  -webkit-transform: translateX(15px);
  -moz-transform: translateX(15px);
  -ms-transform: translateX(15px);
  -o-transform: translateX(15px);
  transform: translateX(15px);
  z-index: -1;
  width: auto;
  height: auto;
  clip: auto;
  margin: 0;
}
.products-grid.effect5 .items .product-item .product-item-actions > .actions-secondary .action + .action {
  margin-top: 10px;
}
.products-grid.effect5 .items .product-item .product-item-actions > .actions-secondary .action:hover {
  color: #fff;
  background-color: #c96;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.products-grid.effect5 .items .product-item .product-item-actions > .actions-secondary .action:hover:before {
  color: #fff;
}
.products-grid.effect5 .items .product-item .product-item-actions > .actions-secondary .action:hover span {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateX(1px);
  -moz-transform: translateX(1px);
  -ms-transform: translateX(1px);
  -o-transform: translateX(1px);
  transform: translateX(1px);
}
.products-grid.effect5 .items .product-item .product-item-actions > .actions-secondary .action.quickview {
  display: none;
}
.products-grid.effect5 .items .product-item .product.details {
  position: relative;
  padding: 16px 5px;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.products-grid.effect5 .items .product-item .product.details .product-reviews-summary {
  display: table;
  margin: 0 auto;
}
.products-grid.effect5 .items .product-item .product.details .swatch-attribute {
  text-align: center;
  display: inline-block;
  margin: 0 auto;
}
.products-grid.effect5 .items .product-item:hover .product-item-info {
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}
.products-grid.effect5 .items .product-item:hover .product-item-info .product-item-actions > .actions-primary {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.products-grid.effect5 .items .product-item:hover .product-item-info .product-item-actions > .actions-secondary {
  opacity: 1;
  visibility: visible;
}
.products-grid.effect6 .items .product-item .product-item-info {
  height: 100%;
  padding: 10px;
}
.products-grid.effect6 .items .product-item .product-top {
  position: relative;
  overflow: hidden;
}
.products-grid.effect6 .items .product-item .product-item-actions > .actions-primary {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
  background-color: rgba(255, 255, 255, 0.7);
}
.products-grid.effect6 .items .product-item .product-item-actions > .actions-primary .action.tocart {
  display: block;
  min-width: 0;
  width: 100%;
  background-color: #c96;
  border-color: transparent;
  color: #333;
  text-transform: uppercase;
  font-size: 13px;
}
.products-grid.effect6 .items .product-item .product-item-actions > .actions-primary .action.tocart:before {
  content: '\e812';
  font-family: "molla";
  margin-right: 10px;
  display: inline-block;
  font-size: 18px;
  line-height: 1;
}
.products-grid.effect6 .items .product-item .product-item-actions > .actions-primary .action.tocart:hover {
  color: #c96;
  background-color: #fff !important;
  border-color: transparent !important;
}
.products-grid.effect6 .items .product-item .product-item-actions > .actions-secondary {
  display: inline-block;
  position: absolute;
  right: 5px;
  top: 10px;
  background-color: transparent;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  -webkit-transform: translateX(-15px);
  -moz-transform: translateX(-15px);
  -ms-transform: translateX(-15px);
  -o-transform: translateX(-15px);
  transform: translateX(-15px);
}
.products-grid.effect6 .items .product-item .product-item-actions > .actions-secondary .action {
  min-width: 0;
  display: block;
  padding: 4px 7px;
  border: none;
  color: #333;
  background-color: #c96;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  position: relative;
}
.products-grid.effect6 .items .product-item .product-item-actions > .actions-secondary .action span {
  display: none;
}
.products-grid.effect6 .items .product-item .product-item-actions > .actions-secondary .action:before {
  color: #333;
  line-height: 1.4;
}
.products-grid.effect6 .items .product-item .product-item-actions > .actions-secondary .action + .action {
  margin-top: 10px;
}
.products-grid.effect6 .items .product-item .product-item-actions > .actions-secondary .action:hover {
  color: #c96;
  background-color: #fff !important;
}
.products-grid.effect6 .items .product-item .product-item-actions > .actions-secondary .action:hover:before {
  color: #c96;
}
.products-grid.effect6 .items .product-item .product-item-actions > .actions-secondary .action.quickview {
  display: none;
}
.products-grid.effect6 .items .product-item .product-item-actions > .actions-secondary .action.towishlist:hover:before,
.products-grid.effect6 .items .product-item .product-item-actions > .actions-secondary .action.towishlist:focus:before {
  content: '\f233';
}
.products-grid.effect6 .items .product-item .product-item-actions > .actions-secondary .action.tocompare {
  padding: 5px 7px;
}
.products-grid.effect6 .items .product-item .product.details {
  position: relative;
  padding: 16px 0;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.products-grid.effect6 .items .product-item .product.details .product-cate .cate-name {
  font-size: 13px;
  color: #ccc;
}
.products-grid.effect6 .items .product-item .product.details .product.name a {
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: -.01em;
  margin-bottom: 2px;
}
.products-grid.effect6 .items .product-item .product.details .product-reviews-summary {
  display: table;
  margin: 0 auto;
}
.products-grid.effect6 .items .product-item .product.details .swatch-attribute {
  text-align: center;
  display: inline-block;
  margin: 0 auto;
}
.products-grid.effect6 .items .product-item:hover .product-item-info {
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}
.products-grid.effect6 .items .product-item:hover .product-item-info .product-item-actions > .actions-primary {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.products-grid.effect6 .items .product-item:hover .product-item-info .product-item-actions > .actions-secondary {
  opacity: 1;
  visibility: visible;
}
.products-grid.effect7 .items .product-item .product-label {
  z-index: 1;
}
.products-grid.effect7 .items .product-item .product-image-wrapper {
  z-index: 0;
}
.products-grid.effect7 .items .product-item .product-item-info {
  height: 100%;
  position: relative;
  background-color: #fff;
}
.products-grid.effect7 .items .product-item .product-item-actions > .actions-secondary {
  display: inline-block;
  position: absolute;
  right: 5px;
  top: 10px;
  background-color: transparent;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  -webkit-transform: translateX(-15px);
  -moz-transform: translateX(-15px);
  -ms-transform: translateX(-15px);
  -o-transform: translateX(-15px);
  transform: translateX(-15px);
}
.products-grid.effect7 .items .product-item .product-item-actions > .actions-secondary .action {
  min-width: 0;
  display: block;
  padding: 4px 7px;
  border: none;
  color: #c96;
  background-color: #fff !important;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  position: relative;
}
.products-grid.effect7 .items .product-item .product-item-actions > .actions-secondary .action span {
  display: none;
}
.products-grid.effect7 .items .product-item .product-item-actions > .actions-secondary .action:before {
  color: #c96;
  line-height: 1.4;
}
.products-grid.effect7 .items .product-item .product-item-actions > .actions-secondary .action + .action {
  margin-top: 10px;
}
.products-grid.effect7 .items .product-item .product-item-actions > .actions-secondary .action:hover {
  color: #fff !important;
  background-color: #c96 !important;
}
.products-grid.effect7 .items .product-item .product-item-actions > .actions-secondary .action:hover:before {
  color: #fff !important;
}
.products-grid.effect7 .items .product-item .product-item-actions > .actions-secondary .action.quickview {
  display: none;
}
.products-grid.effect7 .items .product-item .product-item-actions > .actions-secondary .action.towishlist:hover:before,
.products-grid.effect7 .items .product-item .product-item-actions > .actions-secondary .action.towishlist:focus:before {
  content: '\f233';
}
.products-grid.effect7 .items .product-item .product-item-actions > .actions-secondary .action.tocompare {
  padding: 5px 7px;
}
.products-grid.effect7 .items .product-item .product-item-actions > .actions-primary {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.95);
  z-index: 2;
  text-align: center;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
}
.products-grid.effect7 .items .product-item .action.tocart {
  background-color: #fff !important;
  color: #c96 !important;
  text-transform: uppercase;
  border-width: 2px;
  font-weight: 300;
  border-radius: 5px;
  min-width: 0;
  padding: 7px 35px 8px;
}
@media screen and (max-width: 575px) {
  .products-grid.effect7 .items .product-item .action.tocart {
    padding: 6px 18px;
  }
}
.products-grid.effect7 .items .product-item .product-reviews-summary.short {
  text-align: center;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
}
.products-grid.effect7 .items .product-item .product.details {
  position: relative;
  padding: 16px 20px 40px;
  background-color: #fff;
  text-align: center;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.products-grid.effect7 .items .product-item .product.details .swatch-attribute-options.clearfix {
  display: inline-block;
  margin: 0 auto;
}
.products-grid.effect7 .items .product-item .product.details .product-cate .cate-name {
  font-size: 12px;
}
.products-grid.effect7 .items .product-item .product.details .product.name a {
  font-size: 13px;
}
.products-grid.effect7 .items .product-item .product.details .price-box .price {
  font-weight: 700;
  font-size: 13px;
}
.products-grid.effect7 .items .product-item:hover .product-item-info,
.products-grid.effect7 .items .product-item:focus .product-item-info {
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}
.products-grid.effect7 .items .product-item:hover .product-item-info .product-item-actions > .actions-primary,
.products-grid.effect7 .items .product-item:focus .product-item-info .product-item-actions > .actions-primary {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.products-grid.effect7 .items .product-item:hover .product-item-info .product-item-actions > .actions-secondary,
.products-grid.effect7 .items .product-item:focus .product-item-info .product-item-actions > .actions-secondary {
  opacity: 1;
  visibility: visible;
}
.products-grid.effect7 .items .product-item:hover .product-item-info .product.details,
.products-grid.effect7 .items .product-item:focus .product-item-info .product.details {
  -webkit-transform: translateY(-50px);
  -moz-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  -o-transform: translateY(-50px);
  transform: translateY(-50px);
  z-index: 1;
}
.products-grid.effect8 .items .product-item .product-label {
  z-index: 1;
}
.products-grid.effect8 .items .product-item .product-image-wrapper {
  z-index: 0;
}
.products-grid.effect8 .items .product-item .product-item-info {
  height: 100%;
  position: relative;
  background-color: #fff;
}
.products-grid.effect8 .items .product-item .action-wishlist {
  position: absolute;
  right: 20px;
  top: 20px;
  background-color: transparent;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  -webkit-transform: translateX(-15px);
  -moz-transform: translateX(-15px);
  -ms-transform: translateX(-15px);
  -o-transform: translateX(-15px);
  transform: translateX(-15px);
}
.products-grid.effect8 .items .product-item .action-wishlist .action.towishlist {
  min-width: 0;
  display: block;
  padding: 4px 7px;
  border: none;
  color: #c96;
  background-color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: relative;
}
.products-grid.effect8 .items .product-item .action-wishlist .action.towishlist:before {
  content: '\f234';
  font-family: "molla";
  font-size: 16px;
}
.products-grid.effect8 .items .product-item .action-wishlist .action.towishlist span {
  position: absolute;
  right: 98%;
  top: 0;
  bottom: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: inline-flex;
  font-weight: 300;
  font-size: 11px;
  white-space: nowrap;
  letter-spacing: 0;
  padding-left: 18px;
  padding-right: 4px;
  color: #fff;
  background-color: #c96;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  opacity: 0;
  visibility: hidden;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  -webkit-transform: translateX(15px);
  -moz-transform: translateX(15px);
  -ms-transform: translateX(15px);
  -o-transform: translateX(15px);
  transform: translateX(15px);
  z-index: -1;
  width: auto;
  height: auto;
  visibility: visible;
  clip: auto;
  margin: 0;
}
.products-grid.effect8 .items .product-item .action-wishlist .action.towishlist:hover {
  color: #fff;
  background-color: #c96;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.products-grid.effect8 .items .product-item .action-wishlist .action.towishlist:hover:before {
  color: #fff;
}
.products-grid.effect8 .items .product-item .action-wishlist .action.towishlist:hover span {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateX(1px);
  -moz-transform: translateX(1px);
  -ms-transform: translateX(1px);
  -o-transform: translateX(1px);
  transform: translateX(1px);
}
.products-grid.effect8 .items .product-item .product-item-inner {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
}
.products-grid.effect8 .items .product-item .product-item-inner .product-item-actions {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 0;
  margin: 0 15px;
  border-top: 1px solid #ebebeb;
}
.products-grid.effect8 .items .product-item .product-item-inner .product-item-actions > .actions-primary {
  -ms-flex: 0 0 calc(50%);
  flex: 0 0 calc(50%);
  max-width: calc(50%);
}
@media (max-width: 575px) {
  .products-grid.effect8 .items .product-item .product-item-inner .product-item-actions > .actions-primary {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.products-grid.effect8 .items .product-item .product-item-inner .product-item-actions > .actions-secondary {
  -ms-flex: 0 0 calc(100% - (100% / 2));
  flex: 0 0 calc(100% - (100% / 2));
  max-width: calc(100% - (100% / 2));
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  border-left: 1px dotted #e5e5e5;
}
.products-grid.effect8 .items .product-item .product-item-inner .product-item-actions .action {
  min-width: 0;
  text-align: center;
  font-size: 13px;
  width: 100%;
  padding: 0;
  border: none;
  background-color: transparent !important;
}
.products-grid.effect8 .items .product-item .product-item-inner .product-item-actions .action.tocart.primary {
  border-left: none;
}
.products-grid.effect8 .items .product-item .product-item-inner .product-item-actions .action.tocart.primary:before {
  content: '\e812';
  font-family: "molla";
  font-size: 18px;
  line-height: 1;
}
.products-grid.effect8 .items .product-item .product-item-inner .product-item-actions .action:before {
  font-size: 18px;
}
.products-grid.effect8 .items .product-item .product-item-inner .product-item-actions .action > span {
  font-size: 13px;
  font-weight: 400;
}
.products-grid.effect8 .items .product-item .product-item-inner .product-item-actions .action:hover {
  color: #c96;
}
.products-grid.effect8 .items .product-item .product-item-inner .product-item-actions .action.tocompare {
  display: none;
}
.products-grid.effect8 .items .product-item .product-item-inner .product-item-actions .action.quickview:before {
  margin-right: 5px;
}
@media (max-width: 575px) {
  .products-grid.effect8 .items .product-item .product-item-inner .product-item-actions .action.quickview {
    display: none;
  }
}
.products-grid.effect8 .items .product-item .product-item-inner .product-item-actions.hide-compare:not(.hide-action-cart) > .actions-secondary,
.products-grid.effect8 .items .product-item .product-item-inner .product-item-actions.hide-compare:not(.hide-action-cart) > .actions-primary {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.products-grid.effect8 .items .product-item .product-item-inner .product-item-actions.hide-compare:not(.hide-action-cart) > .actions-secondary .action.quickview,
.products-grid.effect8 .items .product-item .product-item-inner .product-item-actions.hide-compare:not(.hide-action-cart) > .actions-primary .action.quickview {
  border-left: 0;
}
.products-grid.effect8 .items .product-item .product-item-inner .product-item-actions.hide-action-cart .actions-secondary {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.products-grid.effect8 .items .product-item .product-item-inner .product-item-actions.hide-action-cart .actions-secondary .action.tocompare {
  border-left: 0;
}
@media (max-width: 768px) {
  .products-grid.effect8 .items .product-item .product-item-inner .product-item-actions.hide-action-cart .actions-secondary .action.tocompare {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.products-grid.effect8 .items .product-item .product.details {
  position: relative;
  padding: 16px 20px 15px;
  background-color: #fff;
  text-align: center;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.products-grid.effect8 .items .product-item .product.details .swatch-attribute-options.clearfix {
  display: inline-block;
  margin: 0 auto;
}
.products-grid.effect8 .items .product-item .product.details .product.name a {
  margin-top: 5px;
  letter-spacing: -.01rem;
  font-weight: 700;
  font-size: 15px;
  text-transform: uppercase;
}
.products-grid.effect8 .items .product-item .product.details .price-box .price {
  font-weight: 700;
  font-size: 15px;
}
.products-grid.effect8 .items .product-item .product.details .product-cate .cate-name {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 400;
  color: #ccc;
}
.products-grid.effect8 .items .product-item:hover .product-item-info .product.details,
.products-grid.effect8 .items .product-item:focus .product-item-info .product.details {
  -webkit-transform: translateY(-25px);
  -moz-transform: translateY(-25px);
  -ms-transform: translateY(-25px);
  -o-transform: translateY(-25px);
  transform: translateY(-25px);
  z-index: 1;
}
.products-grid.effect8 .items .product-item:hover .product-item-info .product-item-inner,
.products-grid.effect8 .items .product-item:focus .product-item-info .product-item-inner {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  z-index: 1;
  opacity: 1;
  visibility: visible;
}
.products-grid.effect8 .items .product-item:hover .product-item-info .action-wishlist,
.products-grid.effect8 .items .product-item:focus .product-item-info .action-wishlist {
  opacity: 1;
  visibility: visible;
}
.products.products-list .product-item .product-item-info {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding-bottom: 20px;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 20px;
  position: relative;
}
.products.products-list .product-item .product-item-info .product-left {
  flex: 0 0 calc(100% / 2);
  flex-basis: calc(100% / 2);
  padding-right: 20px;
}
.products.products-list .product-item .product-item-info .product-right {
  flex: 0 0 calc(100%);
  flex-basis: calc(100%);
  margin-top: 20px;
}
.products.products-list .product-item .product-item-info .product-right .product.name {
  padding-right: 20px;
}
.products.products-list .product-item .product-item-info .product-right .product-item-inner {
  position: absolute;
  top: 0;
  right: 0;
}
.products.products-list .product-item .product-item-info .product-right .product-item-inner .action.towishlist {
  position: absolute;
  right: calc(100% + 20px);
  top: 0;
  line-height: 1;
  padding: 0 !important;
}
.products.products-list .product-item .product-item-info .product-right .product-item-inner .actions-secondary .action {
  min-width: 0;
  border: none;
  padding: 0 5px;
  font-size: 18px;
  color: #777777;
}
.products.products-list .product-item .product-item-info .product-right .product-item-inner .actions-secondary .action > span {
  font-size: 12px;
  padding-left: 5px;
  transition: box-shadow 0.35s ease, color 0s ease;
  -webkit-transition: box-shadow 0.35s ease, color 0s ease;
  -moz-transition: box-shadow 0.35s ease, color 0s ease;
  -o-transition: box-shadow 0.35s ease, color 0s ease;
}
.products.products-list .product-item .product-item-info .product-right .product-item-inner .actions-secondary .action.quickview {
  border-left: 1px solid #ccc;
}
@media (max-width: 575px) {
  .products.products-list .product-item .product-item-info .product-right .product-item-inner .actions-secondary .action.quickview {
    display: none;
  }
}
.products.products-list .product-item .product-item-info .product-right .product-item-inner .actions-secondary .action.towishlist > span {
  display: none;
}
.products.products-list .product-item .product-item-info .product-right .product-item-inner .actions-primary {
  margin-top: 15px;
}
.products.products-list .product-item .product-item-info .product-right .product-item-inner .actions-primary .tocart.primary {
  width: 100%;
  color: #c96;
  background-color: transparent;
  border: 1px solid #c96;
  text-transform: uppercase;
  line-height: 1;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  font-size: 18px;
}
.products.products-list .product-item .product-item-info .product-right .product-item-inner .actions-primary .tocart.primary:before {
  content: '\e812';
  font-family: "molla";
  margin-right: 5px;
}
.products.products-list .product-item .product-item-info .product-right .product-item-inner .actions-primary .tocart.primary > span {
  font-size: 13px;
}
.products.products-list .product-item .product-item-info .product-right .product-item-inner .actions-primary .tocart.primary:hover {
  background-color: #c96;
}
.products.products-list .product-item .product-item-info .product-right .product-reviews-summary {
  margin-bottom: 26px;
}
.products.products-list .product-item .product-item-info .product-right .product-reviews-summary .rating-summary {
  left: 0;
}
@media (max-width: 480px) {
  .products.products-list .product-item .product-item-info .product-left {
    flex: 0 0 calc(100%);
    flex-basis: calc(100%);
    padding-right: 0;
  }
  .products.products-list .product-item .product-item-info .product-item-description {
    padding-top: 5px;
    margin-bottom: 15px;
  }
  .products.products-list .product-item .product-item-info .product-right {
    flex: 0 0 calc(100%);
    flex-basis: calc(100%);
    position: relative;
  }
  .products.products-list .product-item .product-item-info .product-right .product-item-inner {
    position: static;
  }
  .products.products-list .product-item .product-item-info .product-right .product-item-inner .action.towishlist {
    z-index: 1;
    right: 0;
  }
}
.category-product-actions .toolbar-products {
  margin-bottom: 20px;
  padding: 20px 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
}
.category-product-actions .toolbar-products .toolbar-amount {
  margin: 0;
  padding: 0;
  font-weight: 400;
  color: #ccc;
  float: none;
  display: none;
}
.category-product-actions .toolbar-products .toolbar-amount .toolbar-number {
  color: #333;
}
.category-product-actions .toolbar-products .pages {
  display: none;
}
.category-product-actions .toolbar-products .filter-placeholder {
  display: none;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
}
.category-product-actions .toolbar-products .toolbar-sorter {
  float: none;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0;
  text-align: right;
}
.category-product-actions .toolbar-products .toolbar-sorter .sorter-label {
  font-weight: 400;
  color: #333;
  font-size: 12px;
  letter-spacing: -.01em;
  margin: 0;
  margin-top: 6px;
  padding-right: 5px;
  display: none;
}
.category-product-actions .toolbar-products .toolbar-sorter .sorter-options {
  height: 30px;
  border-color: #d7d7d7;
  background-color: transparent;
  padding: 5px 20px 5px 10px;
  color: #999;
  font-size: 13px;
  position: relative;
  margin-left: 0;
}
.category-product-actions .toolbar-products .toolbar-sorter .sorter-options:after {
  font-family: "molla";
  content: '\f110';
  position: absolute;
  display: inline-block;
  right: 19px;
  top: 50%;
  font-size: 15px;
  -webkit-transform: translateY(-51%);
  -moz-transform: translateY(-51%);
  -ms-transform: translateY(-51%);
  -o-transform: translateY(-51%);
  transform: translateY(-51%);
  color: #333;
}
.category-product-actions .toolbar-products .toolbar-sorter .sorter-action {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 0;
  padding: 0;
  border: 1px solid #d7d7d7;
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.category-product-actions .toolbar-products .toolbar-sorter .sorter-action:before {
  font-size: 16px;
  line-height: 1;
  color: #999;
  content: '\f122';
  font-family: 'molla';
}
.category-product-actions .toolbar-products .modes {
  display: none;
}
.bottom-toolbar .toolbar-products {
  margin-top: 30px;
  padding: 0;
}
.bottom-toolbar .toolbar-products .toolbar-amount,
.bottom-toolbar .toolbar-products .filter-placeholder,
.bottom-toolbar .toolbar-products .field.limiter,
.bottom-toolbar .toolbar-products .toolbar-sorter,
.bottom-toolbar .toolbar-products .modes {
  display: none;
}
.toolbar .pages {
  display: block;
}
.toolbar .pages > .pages-label {
  display: none;
}
.toolbar .pages .pages-items {
  font-weight: 400;
}
.toolbar .pages .pages-items .item {
  text-align: center;
}
.toolbar .pages .pages-items .item .page {
  min-width: 30px;
  height: 40px;
  font-weight: 400;
  font-size: 14px;
  padding: 0 3px;
  line-height: 40px;
  color: #706f6c;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: transparent;
  border: 1px solid transparent;
}
.toolbar .pages .pages-items .item.current strong.page {
  color: #c96;
  background-color: transparent;
  border-color: #ebebeb;
}
.toolbar .pages .pages-items .item .action {
  padding-left: 10px;
  padding-right: 10px;
  min-width: 70px;
  position: relative;
  font-weight: 400;
  font-size: 14px;
  padding: 0 3px;
  line-height: 40px;
  color: #706f6c;
  border: 1px solid transparent;
}
.toolbar .pages .pages-items .item .action:before {
  display: none;
}
.toolbar .pages .pages-items .item .action:after {
  content: '';
  position: absolute;
  top: 0;
  font-family: "molla";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
}
.toolbar .pages .pages-items .item .action.next > span,
.toolbar .pages .pages-items .item .action.previous > span {
  clip: inherit;
  height: auto;
  margin: 0;
  overflow: visible;
  padding: 0;
  position: static;
  width: auto;
}
.toolbar .pages .pages-items .item .action.next > span.label,
.toolbar .pages .pages-items .item .action.previous > span.label {
  display: none;
}
.toolbar .pages .pages-items .item .action.next {
  margin-right: 18px;
  padding-right: 20px;
}
.toolbar .pages .pages-items .item .action.next:after {
  content: '\f274';
  right: 10px;
}
.toolbar .pages .pages-items .item .action.previous {
  margin-left: 18px;
  padding-left: 25px;
  padding-right: 10px;
}
.toolbar .pages .pages-items .item .action.previous:after {
  content: '\f273';
  left: 5px;
}
.toolbar .pages .pages-items .item .action:hover {
  border: 1px solid #ebebeb;
  text-decoration: none;
  background-color: transparent;
  outline: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.page-with-filter.page-layout-1column .category-product-actions .toolbar-products .filter-placeholder {
  display: block;
}
.page-with-filter.page-layout-1column .block.filter .action.close {
  display: block;
}
.page-with-filter.page-layout-1column .filter.mgs-filter {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  padding: 30px;
  margin: 0;
  display: block;
  z-index: 1001;
  background-color: #fff;
  width: 100%;
  max-width: 350px;
  overflow-y: inherit;
  overflow-x: hidden;
  opacity: 0;
  -webkit-box-shadow: 1px 0 6px 0 rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 1px 0 6px 0 rgba(51, 51, 51, 0.5);
  box-shadow: 1px 0 6px 0 rgba(51, 51, 51, 0.5);
  visibility: hidden;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
.page-with-filter.page-layout-1column .filter.mgs-filter .filter-title {
  font-size: 24px;
  font-weight: 500;
  color: #333;
}
.page-with-filter.page-layout-1column.open-filter .filter.mgs-filter {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
@media (max-width: 1200px) {
  .hide-hover-mb.products-grid.effect1 .product-item .product-item-info .product-top {
    padding-bottom: 40px;
  }
  .hide-hover-mb.products-grid.effect1 .product-item .product-item-info .product-item-actions > .actions-secondary {
    opacity: 1;
    visibility: visible;
  }
  .hide-hover-mb.products-grid.effect1 .product-item .product-item-info .product-item-actions > .actions-primary {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  .hide-hover-mb.products-grid.effect2 .product-item .product-item-info .product-top {
    padding-bottom: 50px;
  }
  .hide-hover-mb.products-grid.effect2 .product-item .product-item-info .product-item-inner .product-item-actions .action {
    padding: 8px 0;
    font-size: 12px;
  }
  .hide-hover-mb.products-grid.effect2 .product-item .product-item-info .product-item-inner .product-item-actions .action > span {
    font-size: 11px;
  }
  .hide-hover-mb.products-grid.effect2 .product-item .product-item-info .product-item-inner {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  .hide-hover-mb.products-grid.effect2 .product-item .product-item-info .action-wishlist {
    opacity: 1;
    visibility: visible;
  }
}
@media (max-width: 1200px) and (max-width: 768px) {
  .hide-hover-mb.products-grid.effect2 .product-item .product-item-info .product-top.hide-inner-action-mb {
    padding-bottom: 0;
  }
}
.product-reviews-summary .reviews-actions a.action.view {
  min-width: 0;
  padding: 0;
  border: none;
  font-size: 13px;
  color: #ccc;
  font-weight: 300;
  letter-spacing: -.01em;
  margin-right: 0;
}
.product-reviews-summary .reviews-actions a.action.add {
  display: none;
}
.rating-summary {
  overflow: hidden;
}
.rating-summary .rating-result:before {
  font-size: 17px;
  height: 17px;
  letter-spacing: -5px;
  line-height: 17px;
}
.rating-summary .rating-result {
  width: auto;
  margin: 0;
}
.rating-summary .rating-result > span {
  width: 100% !important;
}
.rating-summary .rating-result > span:before {
  font-size: 17px;
  height: 17px;
  letter-spacing: -5px;
  line-height: 17px;
  color: #fcb941;
}
.product-image-container {
  display: inline-block;
  max-width: 100%;
}
.product-image-wrapper {
  display: block;
  height: 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.product-image-photo {
  bottom: 0;
  display: block;
  height: auto;
  left: 0;
  margin: auto;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
.product.media .placeholder .photo.container {
  max-width: 100%;
}
.product.media .notice {
  color: #7d7d7d;
  font-size: 1.2rem;
  margin: 10px 0;
}
.product.media .product.thumbs {
  margin: 20px 0 30px;
}
.product.media .items.thumbs {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.product.media .items.thumbs > li {
  display: inline-block;
  vertical-align: top;
}
.product.media .items.thumbs .active {
  display: block;
  line-height: 1;
}
.product.info.detailed {
  clear: both;
  margin-bottom: 30px;
}
.product.info.detailed .additional-attributes {
  width: auto;
}
.product.info.detailed .additional-attributes > thead > tr > td,
.product.info.detailed .additional-attributes > tbody > tr > td,
.product.info.detailed .additional-attributes > tfoot > tr > td {
  padding: 4px 5px 10px 5px;
}
.product.info.detailed .additional-attributes > thead > tr > th,
.product.info.detailed .additional-attributes > tbody > tr > th,
.product.info.detailed .additional-attributes > tfoot > tr > th {
  padding: 4px 30px 10px 0;
}
.product-info-main .page-title-wrapper .page-title {
  line-height: 1.42857143;
  margin-bottom: 10px;
}
.product-info-main .stock.available,
.product-info-main .stock.unavailable {
  display: inline-block;
  font-weight: 700;
  margin-right: 20px;
  text-transform: uppercase;
  vertical-align: top;
}
.product-info-main .product.attribute.sku {
  display: inline-block;
  vertical-align: top;
  color: #7d7d7d;
}
.product-info-main .product.attribute.sku > .value {
  display: inline-block;
  vertical-align: top;
  word-break: break-all;
}
.product-info-main .product.attribute.sku .type {
  margin-right: 5px;
}
.product-info-main .product.attribute.overview {
  margin: 20px 0;
}
.product-info-main .product.alert {
  margin: 10px 0;
}
.product-info-main .price-box {
  margin-top: 10px;
}
.product-options-wrapper .fieldset-product-options-inner .legend {
  font-weight: 700;
  margin: 0 0 5px;
  font-size: 1.4rem;
  border: none;
  display: inline-block;
  float: none;
  padding: 0;
}
.product-options-wrapper .fieldset-product-options-inner.required .legend:after,
.product-options-wrapper .fieldset-product-options-inner._required .legend:after {
  content: '*';
  color: #e02b27;
  font-size: 1.2rem;
  margin: 0 0 0 5px;
}
.product-options-wrapper .field .note {
  display: block;
}
.product-info-main .price-box .price-including-tax + .price-excluding-tax,
.product-options-bottom .price-box .price-including-tax + .price-excluding-tax,
.product-info-main .price-box .weee + .price-excluding-tax,
.product-options-bottom .price-box .weee + .price-excluding-tax,
.product-info-main .price-box .weee,
.product-options-bottom .price-box .weee {
  font-size: 1.2rem;
  line-height: 14px;
  margin-bottom: 5px;
}
.product-info-main .price-box .price-including-tax + .price-excluding-tax .price,
.product-options-bottom .price-box .price-including-tax + .price-excluding-tax .price,
.product-info-main .price-box .weee + .price-excluding-tax .price,
.product-options-bottom .price-box .weee + .price-excluding-tax .price,
.product-info-main .price-box .weee .price,
.product-options-bottom .price-box .weee .price {
  font-size: 1.2rem;
  font-weight: 700;
}
.product-info-main .price-box .price-wrapper .price,
.product-options-bottom .price-box .price-wrapper .price {
  font-size: 1.8rem;
  font-weight: 700;
}
.product-info-main .price-box .price,
.product-options-bottom .price-box .price {
  white-space: nowrap;
}
.product-info-main .special-price,
.product-options-bottom .special-price {
  display: block;
  margin: 10px 0;
}
.product-info-main .special-price .price-container,
.product-options-bottom .special-price .price-container {
  font-size: 1.4rem;
}
.product-info-main .special-price .price-label + .price-wrapper,
.product-options-bottom .special-price .price-label + .price-wrapper {
  display: inline-block;
}
.product-info-main .old-price .price-label:after,
.product-options-bottom .old-price .price-label:after,
.product-info-main .special-price .price-label:after,
.product-options-bottom .special-price .price-label:after {
  content: ': ';
}
.product-info-main .box-tocart,
.product-options-bottom .box-tocart {
  margin: 20px 0;
}
.product-info-main .box-tocart .field.qty,
.product-options-bottom .box-tocart .field.qty {
  padding-right: 15px;
}
.product-info-main .box-tocart .input-text.qty,
.product-options-bottom .box-tocart .input-text.qty {
  height: 52px;
  text-align: center;
  width: 52px;
}
.product-info-main .box-tocart .actions,
.product-options-bottom .box-tocart .actions {
  text-align: center;
}
.product-info-main .product-addto-links,
.product-options-bottom .product-addto-links {
  margin: 20px 0;
}
.product-info-main .action.tocompare,
.product-options-bottom .action.tocompare {
  vertical-align: top;
}
.prices-tier {
  background: #f5f5f5;
  margin: 10px 0;
  padding: 10px 15px;
}
.prices-tier .price-container {
  display: inline-block;
}
.prices-tier .price-including-tax,
.prices-tier .price-excluding-tax,
.prices-tier .weee {
  display: inline-block;
}
.prices-tier .price-including-tax .price,
.prices-tier .price-excluding-tax .price,
.prices-tier .weee .price {
  font-size: 1.4rem;
  font-weight: 700;
}
.ui-dialog-titlebar-close {
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #1979c3;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
.ui-dialog-titlebar-close:visited {
  color: #1979c3;
  text-decoration: none;
}
.ui-dialog-titlebar-close:hover {
  color: #006bb4;
  text-decoration: underline;
}
.ui-dialog-titlebar-close:active {
  color: #ff5501;
  text-decoration: underline;
}
.ui-dialog-titlebar-close:hover,
.ui-dialog-titlebar-close:active,
.ui-dialog-titlebar-close:focus {
  background: none;
  border: 0;
}
.ui-dialog-titlebar-close.disabled,
.ui-dialog-titlebar-close[disabled],
fieldset[disabled] .ui-dialog-titlebar-close {
  color: #1979c3;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.block.related .action.select {
  margin: 0 5px;
}
.sidebar .product-items .product-item {
  margin-bottom: 20px;
  position: relative;
}
.sidebar .product-items .product-item-info {
  position: relative;
  width: auto;
}
.sidebar .product-items .product-item-info .product-item-photo {
  left: 0;
  position: absolute;
  top: 0;
}
.sidebar .product-items .product-item-name {
  margin-top: 0;
}
.sidebar .product-items .product-item-details {
  margin: 0 0 0 85px;
}
.sidebar .product-items .product-item-actions {
  display: block;
  margin-top: 10px;
}
.sidebar .product-items .price-box {
  display: block;
  margin: 7px 0;
}
.sidebar .product-items .text {
  margin-right: 8px;
}
.sidebar .product-items .counter {
  color: #7d7d7d;
  font-size: 1.2rem;
  white-space: nowrap;
}
.sidebar .product-items .minilist .price {
  display: inline;
  padding: 0;
}
.sidebar .product-items .minilist .weee:before {
  display: inline-block;
}
.sidebar .action.delete {
  position: absolute;
  right: 0;
  top: 0;
}
.sidebar .product-items-images {
  margin-left: -5px;
}
.sidebar .product-items-images .product-item {
  float: left;
  padding-left: 5px;
}
.sidebar .product-items-names .product-item {
  margin-bottom: 10px;
}
.sidebar .product-items-names .product-item-name {
  margin: 0;
}
body.catalog-product-compare-index .action.print {
  float: right;
  margin: 15px 0;
}
.table-wrapper.comparison {
  clear: both;
  max-width: 100%;
  overflow-x: auto;
}
.table-comparison {
  table-layout: fixed;
}
.table-comparison .cell.label,
.table-comparison td:last-child {
  border-right: 1px solid #d1d1d1;
}
.table-comparison .cell {
  padding: 15px;
  width: 140px;
}
.table-comparison .cell .attribute.value {
  overflow: hidden;
  width: 100%;
}
.table-comparison .cell.product.info,
.table-comparison .cell.product.label {
  border-bottom: 1px solid #d1d1d1;
}
.table-comparison .cell.label .attribute.label {
  display: block;
  width: 100%;
  word-wrap: break-word;
}
.table-comparison .cell.attribute {
  font-size: 1.3rem;
}
.table-comparison .cell.attribute img {
  height: auto;
  max-width: 100%;
}
.table-comparison .product-item-photo {
  display: block;
  margin: 0 auto 15px;
}
.table-comparison .product-image-photo {
  margin-left: 0;
}
.table-comparison .product-item-actions,
.table-comparison .price-box,
.table-comparison .product.rating,
.table-comparison .product-item-name {
  display: block;
  margin: 15px 0;
}
.table-comparison .product-addto-links {
  margin-top: 15px;
}
.table-comparison .product-addto-links .action.split,
.table-comparison .product-addto-links .action.toggle {
  line-height: 1.2rem;
  padding: 5px 8px;
  font-size: 1.1rem;
}
.table-comparison .product-addto-links .action.toggle {
  padding: 0;
}
.table-comparison .cell.remove {
  padding-bottom: 0;
  padding-top: 0;
  text-align: right;
}
.table-comparison .product-item-actions > .actions-primary + .actions-secondary {
  margin-top: 10px;
}
.table-comparison .action.tocart {
  white-space: nowrap;
}
.comparison.headings {
  background: #ffffff;
  left: 0;
  position: absolute;
  top: 0;
  width: auto;
  z-index: 2;
}
.block-compare .product-item .product-item-name {
  margin-left: 22px;
}
.block-compare .action.delete {
  left: -6px;
  position: absolute;
  top: 0;
}
.block-compare .actions-toolbar {
  margin: 17px 0 0;
}
div.product.media .vertical-gallery #vertical-thumbnail-wrapper {
  width: calc(100% + 10px);
}
input.swatch-input {
  visibility: hidden;
  position: absolute;
  left: -1000px;
}
textarea {
  padding: 8.5px 20px;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 300;
  color: #999999;
  background-color: #fafafa;
  border: 1px solid #ebebeb;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin-bottom: 20px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.field .control textarea:focus {
  color: #999999;
  background-color: #fff;
  border-color: #c96;
  box-shadow: none;
  outline: none;
}
.btn-product-gallery {
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 2;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  width: 40px;
  height: 40px;
  color: #999999;
  font-weight: normal;
  font-size: 20px;
  line-height: 1;
  background-color: #fff;
  transition: all 1s ease;
  -webkit-box-shadow: 2px 6px 16px rgba(51, 51, 51, 0.05);
  -moz-box-shadow: 2px 6px 16px rgba(51, 51, 51, 0.05);
  box-shadow: 2px 6px 16px rgba(51, 51, 51, 0.05);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.btn-product-gallery:hover {
  color: #fff;
  background-color: #c96;
}
.btn-product-gallery:focus {
  color: #fff;
  background-color: #c96;
}
.product.media .vertical-gallery {
  position: relative;
}
.product-info-main .product-name {
  font-weight: 400;
  font-size: 22px;
  letter-spacing: -0.025em;
  margin-bottom: 12px;
  margin-top: -5px;
  padding-right: 10px;
  line-height: 30px;
}
.review-form .fieldset .review-legend.legend {
  margin-bottom: 0;
}
.review-form .review-field-ratings {
  margin-bottom: 30px;
}
.product-reviews-summary {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 13px;
  margin-bottom: 13px;
  line-height: 1;
  white-space: nowrap;
}
.product-reviews-summary .reviews-actions {
  line-height: 1;
}
.product-reviews-summary .reviews-actions a.action.view {
  font-weight: 300;
  margin-left: 2px;
}
.product-reviews-summary .reviews-actions a.action.view:after {
  content: ')';
  padding-left: 5px;
}
.product-reviews-summary .reviews-actions a.action.view:before {
  content: '(';
  padding-right: 5px;
}
.rating-summary .rating-result:before {
  font-size: 14px;
  height: 14px;
  letter-spacing: 0.1em;
  line-height: 14px;
  font-family: "molla";
  content: "\f318" "\f318" "\f318" "\f318" "\f318";
}
.rating-summary .rating-result > span:before {
  font-size: 14px;
  height: 14px;
  letter-spacing: 0.1em;
  line-height: 14px;
  font-family: "molla";
  content: "\f318" "\f318" "\f318" "\f318" "\f318";
}
.product-info-main .price-box {
  margin-top: 0;
}
.product-info-main .price-box .price-wrapper .price {
  font-size: 24px;
  font-weight: 400;
}
.product-options-bottom .price-box .price-wrapper .price {
  font-size: 24px;
  font-weight: 400;
}
.swatch-attribute-label {
  display: inline-block;
  width: 67px;
  font-size: 14px;
  margin-bottom: 0;
  color: #666;
}
.swatch-attribute-label:after {
  content: ':';
}
.fieldset .swatch-attribute-label {
  font-weight: 400;
}
.swatch-attribute-options .swatch-option {
  display: block;
  border: 2px solid #fff;
  margin: 0;
  padding: 0;
  margin-right: 4px;
}
.swatch-option.image {
  width: 40px;
  height: 40px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-size: contain !important;
}
.swatch-option:not(.disabled):hover {
  -webkit-box-shadow: 0 0 0 1px #cccccc;
  -moz-box-shadow: 0 0 0 1px #cccccc;
  box-shadow: 0 0 0 1px #cccccc;
}
.swatch-option.selected {
  -webkit-box-shadow: 0 0 0 1px #cccccc;
  -moz-box-shadow: 0 0 0 1px #cccccc;
  box-shadow: 0 0 0 1px #cccccc;
}
.input-text {
  font-size: 14px;
  color: #999999;
  border: 1px solid #ebebeb;
  font-weight: 400;
  min-width: 131px;
}
.product-info-main .box-tocart .input-text.qty,
.product-options-bottom .box-tocart .input-text.qty {
  padding: 8.5px 26px;
  height: auto;
  border-color: #dadada;
  background-color: #fff;
  margin: 0;
}
.product-info-main .box-tocart .field.qty,
.product-options-bottom .box-tocart .field.qty {
  position: relative;
}
.input-group-prepend {
  position: absolute;
  top: 0;
  left: 0;
}
.input-group-append {
  position: absolute;
  top: -0.5px;
  right: 0;
}
.btn.btn-spinner {
  color: #333333;
  padding: 12.5px 4px;
  font-size: 10px;
  border: none;
  background: none;
  min-width: 26px;
}
.swatch-attribute-selected-option {
  display: none;
}
.product-add-form .swatch-opt .swatch-attribute {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-flow: row wrap;
  margin-bottom: 20px;
}
.product-info-main .box-tocart .fieldset .field.qty,
.product-options-bottom .fieldset .box-tocart .field.qty,
.product-options-wrapper .fieldset .field {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-flow: row wrap;
  margin-bottom: 20px;
}
.page-layout-1column .product-info-main .box-tocart .fieldset .field.qty,
.page-layout-1column .product-options-bottom .fieldset .box-tocart .field.qty,
.full-width .product-info-main .box-tocart .fieldset .field.qty {
  width: 100%;
}
.page-layout-1column .product-info-main .box-tocart .actions,
.page-layout-1column .product-options-bottom .box-tocart .actions {
  padding-top: 0;
  margin-bottom: 30px;
}
.product-info-main .box-tocart .field.qty label,
.product-options-wrapper .fieldset .label {
  display: inline-block;
  width: 67px !important;
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 0;
  color: #666;
}
.btn-product:before {
  font-family: "molla";
  margin-right: 10px;
  font-weight: 400;
}
.btn-product.tocart:before {
  margin-right: 4px;
}
.btn-cart:before {
  content: '\e812';
}
.actions__addcart__addlinks .btn-cart:before {
  margin-right: 4px;
}
.btn-wishlist:before {
  content: '\f234';
}
.btn-compare:before {
  content: '\f2d0';
}
.actions__addcart__addlinks .product-addto-links .btn-product:before {
  margin-right: 10px;
  font-size: 18px;
}
.actions__addcart__addlinks .product-addto-links .btn-product.btn-wishlist:before {
  margin-top: -2px;
  font-size: 16px;
}
.product-info-main .box-tocart,
.product-options-bottom .box-tocart {
  margin: 0;
}
.btn-product {
  color: #c96;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 18px;
  line-height: 1 !important;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  padding-top: 19px;
  padding-bottom: 19px;
  flex-grow: 1;
  flex-basis: 0;
}
.product-info-main .box-tocart .actions .btn-cart {
  padding: 10px 15px;
  min-width: 198px;
  font-size: 18px;
}
.actions__addcart__addlinks .btn-product + .btn-product {
  border-left: 1px dotted #e5e5e5;
}
.product-info-main .product-addto-links .btn-product,
.product-options-bottom .product-addto-links .btn-product {
  padding: 0;
  white-space: nowrap;
  line-height: 1.42857143 !important;
  border: none;
  background: transparent;
  color: #c96;
  font-size: 18px;
  min-width: unset;
}
.product-info-main .product-addto-links .btn-product.towishlist {
  font-size: 16px;
}
.actions__addcart__addlinks .btn-product + .btn-product {
  padding-left: 13px;
  margin-left: 16px;
}
.btn-product span {
  color: #666666;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: -.01em;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.product-addto-links .btn-product span {
  font-size: 14px;
}
.product-info-main .box-tocart .actions .btn-cart span {
  font-size: 16px;
  font-weight: 600;
  color: #ff500a !important;
  text-transform: uppercase;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  transition: box-shadow 0.35s ease, color 0s ease;
  -webkit-transition: box-shadow 0.35s ease, color 0s ease;
  -moz-transition: box-shadow 0.35s ease, color 0s ease;
  -o-transition: box-shadow 0.35s ease, color 0s ease;
}
.actions__addcart__addlinks {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
}
.product-info-main .product-addto-links,
.product-options-bottom .product-addto-links {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  margin-left: 40px;
  margin-bottom: 30px;
}
.product-info-main .box-tocart .actions__addcart__addlinks .actions,
.product-options-bottom .box-tocart .actions__addcart__addlinks .actions {
  padding-top: 0;
}
.product-info-main .action.towishlist:hover,
.product-options-bottom .action.towishlist:hover,
.product-info-main .action.tocompare:hover,
.product-options-bottom .action.tocompare:hover {
  background: transparent;
  border: none;
  color: #c96;
}
.product-addto-links .btn-product:hover span,
.product-addto-links .btn-product:focus span {
  color: #c96;
  -webkit-box-shadow: 0 1px 0 0 #cc9966;
  -moz-box-shadow: 0 1px 0 0 #cc9966;
  box-shadow: 0 1px 0 0 #cc9966;
}
.btn.btn-spinner:hover,
.btn.btn-spinner:focus {
  color: #c96;
}
.product-sub-infomation {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  color: #777;
  font-weight: 400;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 17px;
  border-top: 1px solid #ebebeb;
  padding-bottom: 17px;
  clear: both;
}
.product-sub-infomation .product-cat {
  line-height: 1.2;
  letter-spacing: -.01em;
  margin-bottom: 3px;
  font-weight: 400;
  font-size: 14px;
}
.product-sub-infomation .product-cat span {
  margin-right: 7px;
}
.product-sub-infomation .product-cat a {
  color: #666;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.product-sub-infomation .product-cat a:hover {
  color: #c96;
  -webkit-box-shadow: 0 1px 0 #cc9966;
  -moz-box-shadow: 0 1px 0 #cc9966;
  box-shadow: 0 1px 0 #cc9966;
}
.product-sub-infomation .product-cat a:focus {
  color: #c96;
  -webkit-box-shadow: 0 1px 0 #cc9966;
  -moz-box-shadow: 0 1px 0 #cc9966;
  box-shadow: 0 1px 0 #cc9966;
}
.product-sub-infomation .product-cat a:not(:last-child):after {
  content: ',';
}
.product-sub-infomation .social-icons {
  margin-left: auto;
}
.product-sub-infomation #st-1 .st-btn {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 16px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #999999;
  margin: 0;
  margin-right: 5px;
  background-color: transparent;
  border: 1px solid #e1e2e6;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-decoration: none;
  opacity: 1;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.product-sub-infomation #st-1 .st-btn:hover {
  border-color: #c96;
}
.product-sub-infomation #st-1 .st-btn > img {
  top: 5px;
}
.social-icons {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-flow: row wrap;
}
.social-label {
  margin-bottom: 0;
  margin-right: 20px;
}
.social-icons-sm .social-label {
  margin-right: 10px;
}
.social-icons-sm .st-btn {
  font-size: 12px;
  width: 30px;
  height: 30px;
}
.social-icons-sm .st-btn:not(:last-child) {
  margin-right: 5px;
}
.product-info-main {
  margin-bottom: 20px;
}
.product.info.detailed {
  margin-bottom: 50px;
}
.product.info.detailed .product.data.items {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.product.info.detailed .product.data.items .item.title {
  float: none;
  margin: 0;
  display: table-cell;
  vertical-align: middle;
}
.product.info.detailed .product.data.items .item.title > .switch {
  color: #333;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -.01em;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  text-align: center;
  border: none;
  border-bottom: 1px solid transparent;
  background-color: transparent;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  font-size: 16px;
  padding: 5.5px 30px;
  border-bottom-width: 2px;
  text-transform: capitalize;
  height: auto;
}
.product.info.detailed .product.data.items .item.title > .switch:hover {
  color: #c96;
  border-bottom-color: #c96;
}
.product.info.detailed .product.data.items .item.title > .switch:focus {
  color: #c96;
  border-bottom-color: #c96;
}
.product.info.detailed .product.data.items .item.title > .switch .counter:before {
  content: '(';
}
.product.info.detailed .product.data.items .item.title > .switch .counter:after {
  content: ')';
}
.product.info.detailed .product.data.items .item.title:not(:last-child) .switch {
  margin-right: 20px;
}
.product.info.detailed .product.data.items .item.title.active > .switch {
  color: #c96;
  border-color: #d7d7d7;
  border-bottom-color: #c96;
}
.product.info.detailed .product.data.items .item.content {
  border: 1px solid #dadada;
  margin-top: -1px;
  float: none;
  margin: 0;
  -webkit-order: 2;
  order: 2;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding: 27px 30px;
}
.product.info.detailed .product.data.items .item.content h3 {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: -.01em;
  margin-bottom: 23px;
}
.product.info.detailed .product.data.items .item.content .description h3 {
  font-weight: 400;
  font-size: 16px;
  letter-spacing: -.01em;
  margin-bottom: 18px;
}
.product-details-tab .tab-content {
  border: 1px solid #dadada;
  margin-top: -1px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.product.description ul {
  color: #333333;
  margin-bottom: 15px;
}
.product.description ul li {
  position: relative;
  padding-left: 13px;
  line-height: 26px;
}
.product.description ul li:before {
  content: '•';
  position: absolute;
  display: block;
  top: 0;
  left: 2px;
}
.product-desc-content a {
  color: #333;
  border-bottom: 1px solid #b8b8b8;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.product-desc-content a:hover,
.product-desc-content a:focus {
  color: #c96;
  border-bottom-color: #c96;
}
.product-reviews-summary {
  margin-left: 4px;
}
.review-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.review-item .col-auto {
  width: 160px;
  padding-right: 20px;
  padding-left: 0;
}
.review-item h4 {
  color: #333;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.25;
  letter-spacing: -.01em;
  margin-bottom: 8px;
}
.review-item .review-date {
  color: #ccc;
}
.review-item .review-content {
  color: #777;
}
.review-items .review-ratings {
  padding-top: 7px;
  margin-bottom: 5px;
}
.review-items .review-item {
  padding-top: 0;
  padding-bottom: 13px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ebebeb;
}
.review-items .review-item .col {
  align-self: unset;
  padding: 0;
}
.rating-summary .rating-label {
  width: 55px;
  display: inline-block;
}
.reviews h3 {
  margin-bottom: 23px;
}
.review-control-vote label:before {
  font-family: "molla";
  font-size: 14px;
  height: 14px;
  letter-spacing: 0.1em;
  line-height: 14px;
  color: #fcb941;
}
.review-control-vote:before {
  font-size: 14px;
  height: 14px;
  letter-spacing: 0.1em;
  line-height: 14px;
  font-family: "molla";
  content: "\f318" "\f318" "\f318" "\f318" "\f318";
}
.review-control-vote .rating-1:before {
  content: '\f318';
}
.review-control-vote .rating-2:before {
  content: '\f318' '\f318';
}
.review-control-vote .rating-3:before {
  content: '\f318' '\f318' '\f318';
}
.review-control-vote .rating-4:before {
  content: '\f318' '\f318' '\f318' '\f318';
}
.review-control-vote .rating-5:before {
  content: '\f318' '\f318' '\f318' '\f318' '\f318';
}
.review-field-ratings .review-field-rating .label {
  padding-top: 0;
}
.review-add h4 {
  color: #c96;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.25;
  letter-spacing: -.01em;
  margin-bottom: 8px;
}
.fieldset .field > .label > span {
  color: #333;
}
.review-toolbar {
  border: none;
}
.review-form .action.submit.primary {
  color: #c96;
  background-color: transparent;
  border-color: #c96;
  margin: 0;
  text-align: center;
}
.review-form .action.submit.primary:hover {
  color: #fff;
  background-color: #c96;
  border-color: #c96;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
}
.product-sub-infomation .social-icons #st-1 {
  z-index: 2;
}
.owl-nav.disabled {
  display: none;
}
.product-detail-media .product.media .vertical-gallery {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: hidden;
}
.product-detail-media .product.media .vertical-gallery .icon-angle-down:before {
  font-family: "molla";
  content: '\f112';
}
.product-detail-media .product.media .vertical-gallery .icon-angle-up:before {
  font-family: "molla";
  content: '\f111';
}
.product-detail-media .product.media .vertical-gallery .slick-vertical > .slick-list.draggable {
  padding: 0 !important;
  height: auto !important;
}
.product-detail-media .product.media .vertical-gallery .product-thumbnail-top.gallery-vertical {
  width: calc(100% + 10px);
  margin-left: 0;
  margin-bottom: 10px;
}
.product-detail-media .product.media .slick-vertical .slick-slide {
  padding: 0;
  margin-bottom: 10px;
}
div.product.media .vertical-gallery #vertical-thumbnail-wrapper {
  width: calc(100% + 10px);
}
.product.media .vertical-gallery .vertical-thumbnail .slick-arrow {
  background: unset;
}
.product.media .vertical-gallery .vertical-thumbnail .slick-arrow.icon-angle-down {
  background: unset;
  bottom: 10px;
}
.product.media .vertical-gallery .slick-arrow.icon-angle-up:before {
  font-family: "molla";
}
.product.media .vertical-gallery .slick-arrow.icon-angle-down:before {
  font-family: "molla";
}
.product-reviews-summary .reviews-actions a.action.view:hover {
  color: #c96;
}
textarea + div.mage-error,
select + div.mage-error,
input[type="text"] + div.mage-error,
input[type="password"] + div.mage-error,
input[type="url"] + div.mage-error,
input[type="tel"] + div.mage-error,
input[type="search"] + div.mage-error,
input[type="number"] + div.mage-error,
input[type="datetime"] + div.mage-error,
input[type="email"] + div.mage-error {
  margin: 0;
  width: 100%;
}
.review-add .field .control .input-text {
  margin-bottom: 5px;
}
.product-add-form .swatch-opt .swatch-attribute .swatch-select,
.product-options-wrapper .control .super-attribute-select {
  padding: 8.5px 20px;
  font-size: 14px;
  line-height: 1.5;
  color: #777;
  border: 1px solid #ebebeb;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  font-weight: 400;
  margin-bottom: 0;
  padding-left: 10px;
  background-color: #fff;
  border-color: #d7d7d7;
  padding-right: 30px;
  min-width: 131px;
  height: 40px;
}
.product-add-form .swatch-opt .swatch-attribute .swatch-attribute-options,
.product-options-wrapper .fieldset .control {
  position: relative;
}
.fieldset .field.required > .label:after,
.fieldset .field ._required > .label:after {
  display: none;
}
.product-details-centered .product-reviews-summary {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.product-details-centered .product-add-form .swatch-opt .swatch-attribute {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.product-details-centered .product-info-main {
  text-align: center;
}
.product-details-centered .product-info-main .box-tocart {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  flex-direction: row;
  margin-bottom: 30px;
  margin-top: 0;
}
.product-details-centered .product-info-main .box-tocart .fieldset .field.qty {
  margin: 0;
  margin-right: 20px;
  padding: 0;
  margin-bottom: 22px;
  width: unset;
}
.product-details-centered .product-info-main .box-tocart .field.qty label {
  display: none;
}
.product-details-centered .product-info-main .box-tocart .input-text.qty {
  min-width: 100px;
}
.product-details-centered .product-info-main .box-tocart .actions {
  padding: 0;
  margin-bottom: 22px;
}
.product-details-centered .product-info-main .box-tocart .actions .btn-cart {
  min-width: 218px;
}
.product-details-centered .product-info-main .product-addto-links {
  margin-left: 0;
  margin-bottom: 0;
}
.product-details-centered .product-info-main .product.attribute.overview {
  max-width: 470px !important;
  margin-left: auto;
  margin-right: auto;
}
.product-details-centered .product-options-bottom .box-tocart .fieldset {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  flex-direction: row;
}
.product-details-centered .product-options-bottom .box-tocart .input-text.qty {
  min-width: 100px;
}
.product-details-centered .product-options-bottom .box-tocart .actions {
  padding: 0;
  margin-bottom: 22px;
}
.product-details-centered .product-options-bottom .fieldset .box-tocart .field.qty {
  margin: 0;
  margin-right: 20px;
  padding: 0;
  margin-bottom: 22px;
  width: unset;
}
.product-details-centered .product-options-bottom .product-addto-links {
  margin-left: 0;
  margin-bottom: 0;
}
.actions__addcart__qty {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 22px;
}
.product-info-main .product.attribute.overview {
  margin-bottom: 16px;
  margin-top: 0;
}
.product-detail-media .product.media .horizontal-thumbnail.owl-carousel .owl-nav button:before,
.product-detail-media .product.media .horizontal-thumbnail.owl-carousel .owl-nav .cart.table-wrapper .actions-toolbar > .action:before,
.product-detail-media .product.media .horizontal-thumbnail.owl-carousel .owl-nav .action-gift:before {
  font-family: 'molla';
  content: '\f111';
}
.product-detail-media .product.media .horizontal-thumbnail.owl-carousel .owl-nav button.owl-next:before,
.product-detail-media .product.media .horizontal-thumbnail.owl-carousel .owl-nav .cart.table-wrapper .actions-toolbar > .action.owl-next:before,
.product-detail-media .product.media .horizontal-thumbnail.owl-carousel .owl-nav .action-gift.owl-next:before {
  content: '\f112';
}
.product-thumbnail-top {
  margin-bottom: 10px;
  position: relative;
}
.product-thumbnail-top .owl-carousel.owl-loading {
  opacity: 0;
  display: block;
  transition: all 1s ease;
}
.product-thumbnail-top .owl-carousel.owl-loaded {
  display: block;
  opacity: 1;
  transition: all 1s ease;
}
.product-thumbnail-top .owl-carousel.owl-loading,
.gallery-horizontal.owl-loading {
  opacity: 0;
  display: block;
  transition: all 1s ease;
}
.product-thumbnail-top .owl-carousel.owl-loaded,
.gallery-horizontal.owl-loaded {
  display: block;
  opacity: 1;
  transition: all 1s ease;
}
.btn-product-gallery {
  transition: all 1s ease;
}
.slick-track {
  transition: all 1s ease;
}
.product-detail-media .product.media .horizontal-thumbnail {
  margin: 0;
  width: unset;
  margin-left: -5px;
  margin-right: -5px;
}
.product-detail-media .product.media .horizontal-thumbnail .owl-item {
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 10px;
}
body.extended-info-detail.page-layout-1column .page-main {
  max-width: unset;
}
body.extended-info-detail.page-layout-1column .page-main > .columns {
  max-width: unset;
  padding: 0;
}
body.extended-info-detail .columns .column.main .product-detail__infomation__media {
  max-width: 1200px;
}
.extended-info-detail.page-layout-1column .product.info.detailed .product.data.items .item.content {
  padding: 0;
}
.product .bg-image {
  background-color: #ccc;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.product-desc-row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 50px;
  min-height: 500px;
}
.product-desc-row h2 {
  font-weight: 400;
  font-size: 24px;
  letter-spacing: -.01em;
  margin-bottom: 18px;
}
.product-desc-row ul {
  color: #333333;
}
.product-desc-row ul li {
  position: relative;
  padding-left: 13px;
}
.product-desc-row ul li:before {
  content: '•';
  position: absolute;
  display: block;
  top: 0;
  left: 2px;
}
.product-desc-row.text-white h2,
.product-desc-row.text-white h3,
.product-desc-row.text-white h4 {
  color: inherit;
}
.mb-5 {
  margin-bottom: 50px !important;
}
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}
.mr-auto,
.mx-auto {
  margin-right: auto !important;
}
blockquote {
  position: relative;
  margin: 0 0 42px;
  padding: 0;
  color: #999;
  font-style: italic;
  font-size: 16px;
  line-height: 1.625;
}
.product-desc-row blockquote {
  color: #333;
  font-style: normal;
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 1.25;
  letter-spacing: -.01em;
  margin-bottom: 16px;
}
.product-desc-row blockquote p {
  margin-bottom: 0;
  line-height: 1.25;
}
blockquote cite {
  font-style: normal;
  font-weight: 500;
  color: #333333;
  letter-spacing: -.01em;
  line-height: 1;
}
.product-desc-row blockquote cite {
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 0;
  margin-top: 10px;
  display: block;
  line-height: 20px;
}
.product-desc-row .frame {
  width: 100%;
}
.extended-info-detail .additional-attributes-wrapper,
.extended-info-detail .product-desc-content,
.extended-info-detail .block.review-add,
.extended-info-detail #product-review-container {
  margin-right: auto;
  margin-left: auto;
  max-width: 1200px;
  padding-left: 10px;
  padding-right: 10px;
}
.extended-info-detail.page-layout-1column .product.info.detailed .product.data.items .item.content {
  border: none;
}
.extra-gallery-fullwidth.catalog-product-view .page-wrapper .product.media.item-xl-3 > .owl-carousel {
  width: 100%;
}
.extra-gallery-fullwidth.catalog-product-view .page-wrapper .product.media {
  padding-bottom: 50px;
  margin-bottom: 40px;
  background-color: #f8f8f8;
}
.extra-gallery-fullwidth .page-wrapper > .breadcrumbs {
  max-width: unset;
  background-color: #f8f8f8;
  border-bottom: 0;
  margin-bottom: 0;
}
.extra-gallery-fullwidth .breadcrumbs .items {
  padding-left: 10px;
  padding-right: 10px;
}
.owl-full .owl-nav [class*='owl-'] {
  top: 0;
  z-index: 99;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 30px;
  height: 100%;
  margin: 0;
  color: #c96;
  font-size: 20px;
  line-height: 1;
  padding: 0;
  text-align: center;
  border: none;
  background: rgba(255, 255, 255, 0.75);
  cursor: pointer;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.owl-full .owl-nav [class*='owl-']:before {
  content: '';
  display: block;
  width: 10px;
  height: 100%;
  position: absolute;
  left: 100%;
  top: 0;
  -webkit-border-radius: 20px 0 0 20px;
  -moz-border-radius: 20px 0 0 20px;
  border-radius: 20px 0 0 20px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../../frontend/Mgs/molla/de_DE/images/nav-prev-shadow.png);
}
.owl-full .owl-nav .owl-next:before {
  left: auto;
  right: 100%;
  background-image: url(../../frontend/Mgs/molla/de_DE/images/nav-next-shadow.png);
}
.product.media .owl-carousel.gallery-horizontal.owl-full .owl-nav button,
.product.media .owl-carousel.gallery-horizontal.owl-full .owl-nav .cart.table-wrapper .actions-toolbar > .action,
.product.media .owl-carousel.gallery-horizontal.owl-full .owl-nav .action-gift {
  left: 0;
}
.product.media .owl-carousel.gallery-horizontal.owl-full .owl-nav button.owl-next,
.product.media .owl-carousel.gallery-horizontal.owl-full .owl-nav .cart.table-wrapper .actions-toolbar > .action.owl-next,
.product.media .owl-carousel.gallery-horizontal.owl-full .owl-nav .action-gift.owl-next {
  right: 0;
}
.owl-full .owl-nav [class*='owl-'] {
  color: #333;
}
.owl-full .owl-nav [class*='owl-']:hover {
  color: #c96;
  background: #f8f8f8;
}
.extra-gallery-fullwidth.catalog-product-view .product.media .owl-full .owl-item {
  padding: 0;
  padding-right: 10px;
}
.extra-gallery-fullwidth.catalog-product-view .product-detail-gallery .product-info-main .product.attribute.overview {
  margin-top: 0;
  margin-bottom: 16px;
}
.extra-gallery-fullwidth.catalog-product-view .product-sub-infomation {
  padding-top: 0;
  padding-bottom: 0;
  flex-direction: column;
  border-top: none;
}
.catalog-product-view .product.attribute.overview .value {
  line-height: 26px;
  color: #777;
}
.product-detail-gallery .product-cat {
  margin-bottom: 20px;
}
.product-detail-gallery .product-sub-infomation .social-icons {
  margin-left: unset;
}
.extra-gallery-fullwidth.catalog-product-view .product-details-centered .product-info-main .product-add-form .swatch-attribute .swatch-attribute-options {
  margin: 0;
}
.product-details-centered .swatch-attribute-label {
  width: unset;
  margin-right: 10px;
}
.product-add-form .swatch-option.text {
  color: #666;
  width: 40px;
  height: 40px;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: -.01em;
  border: 1px solid #d7d7d7;
  background-color: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin-right: 10px;
  line-height: 39px;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.swatch-option.text:not(.disabled):hover,
.swatch-option.text.selected {
  color: #c96;
  border-color: #c96;
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.extra-gallery-fullwidth.catalog-product-view .product-info-main .product-addto-links .btn-product.towishlist,
.extra-gallery-fullwidth.catalog-product-view .product-options-bottom .product-addto-links .btn-product.towishlist {
  margin: 0;
  padding: 0;
  min-width: unset;
}
.extra-gallery-fullwidth.catalog-product-view .product-info-main {
  margin-bottom: 60px;
}
.product-info-main .product-addto-links .btn-product.tocompare,
.product-options-bottom .product-addto-links .btn-product.tocompare {
  padding-left: 13px;
  margin-left: 16px;
  padding-right: 0;
  border-left: 1px dotted #e5e5e5;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.extra-gallery-fullwidth.catalog-product-view .product-info-main .col-mb-6 {
  padding-top: 10px;
}
.product-details-centered.product-detail-gallery .product-info-main .box-tocart {
  margin-bottom: 0;
}
.extra-gallery-fullwidth.catalog-product-view .block-bundle-summary .box-tocart .field.qty,
.extra-gallery-fullwidth.catalog-product-view .product-detail-gallery .product-info-main .box-tocart .field.qty {
  width: unset;
}
.product-info-main .box-tocart .fieldset {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.product-reviews-summary.empty {
  margin-bottom: 0;
}
.page-layout-2columns-right .product-info-main .box-tocart .actions,
.page-layout-2columns-left .product-info-main .box-tocart .actions,
.page-layout-2columns-right .product-options-bottom .box-tocart .actions,
.page-layout-2columns-left .product-options-bottom .box-tocart .actions {
  padding-top: 0;
  margin-bottom: 22px;
}
.page-layout-2columns-right:not(.full-width) .product-info-main .box-tocart .fieldset .field.qty,
.page-layout-2columns-left:not(.full-width) .product-info-main .box-tocart .fieldset .field.qty,
.page-layout-2columns-right:not(.full-width) .product-options-bottom .fieldset .box-tocart .field.qty,
.page-layout-2columns-left:not(.full-width) .product-options-bottom .fieldset .box-tocart .field.qty {
  margin-bottom: 22px;
}
.page-layout-2columns-right:not(.full-width) .product-info-main .product-addto-links,
.page-layout-2columns-left:not(.full-width) .product-info-main .product-addto-links,
.page-layout-2columns-right:not(.full-width) .product-options-bottom .product-addto-links,
.page-layout-2columns-left:not(.full-width) .product-options-bottom .product-addto-links {
  margin: 0;
}
.page-layout-2columns-right:not(.full-width) .product-info-main .box-tocart .fieldset,
.page-layout-2columns-left:not(.full-width) .product-info-main .box-tocart .fieldset {
  margin-bottom: 26px;
}
.page-layout-2columns-right:not(.full-width):not(.extra-gallery-fullwidth) .product-sub-infomation,
.page-layout-2columns-left:not(.full-width):not(.extra-gallery-fullwidth) .product-sub-infomation {
  padding: 0;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-top: none;
}
.page-layout-2columns-right:not(.full-width):not(.extra-gallery-fullwidth) .product-sub-infomation .product-cat,
.page-layout-2columns-left:not(.full-width):not(.extra-gallery-fullwidth) .product-sub-infomation .product-cat {
  margin-bottom: 26px;
}
.page-layout-2columns-right:not(.full-width) .product-sub-infomation .social-icons,
.page-layout-2columns-left:not(.full-width) .product-sub-infomation .social-icons {
  margin-left: 0;
}
.page-layout-2columns-right.full-width .product-info-main .box-tocart .actions,
.page-layout-2columns-left.full-width .product-info-main .box-tocart .actions,
.page-layout-2columns-right.full-width .product-options-bottom .box-tocart .actions,
.page-layout-2columns-left.full-width .product-options-bottom .box-tocart .actions {
  margin-bottom: 30px;
}
.product-info-main .price-box .old-price {
  display: inline-block !important;
}
.product-info-main .price-box .price-label {
  display: none !important;
}
.product-info-main .special-price,
.product-options-bottom .special-price {
  display: inline-block;
  margin: 0;
}
.price-box .old-price .price {
  color: #cccccc;
  text-decoration: line-through;
  margin-left: 10px;
}
.product-data-items-menu {
  display: table;
  margin: 0 auto 25px;
  margin-bottom: -1px;
  position: relative;
  z-index: 1;
}
.product-detail-infomation .product.info.detailed .product-data-items-menu {
  display: none;
}
.product-data-items-content .title-accordion {
  font-weight: 400;
  color: #333;
  padding-top: 21px;
  padding-bottom: 21px;
  padding-left: 20px;
  background-color: #fafafa;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  border: 1px solid #ebebeb;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  font-size: 16px;
  letter-spacing: -.01em;
  border-bottom: 0;
}
.product-data-items-content .title-accordion:hover {
  color: #c96;
}
.product-data-items-content {
  width: 100%;
}
.accordion .product-data-items-content {
  border-bottom: 1px solid #ebebeb;
}
.product-data-items-content .title-accordion.active {
  background-color: #fff;
  border-bottom: 0;
  color: #c96;
}
.accordion.product.info.detailed .product.data.items .item.content {
  border-top: 0;
  border-color: #ebebeb;
  border-bottom: 0;
  padding: 0 20px 20px;
}
.accordion-reviews.title-accordion {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
}
.accordion-reviews.title-accordion .counter {
  padding-left: 4px;
}
.accordion-reviews.title-accordion .counter:before {
  content: '(';
}
.accordion-reviews.title-accordion .counter:after {
  content: ')';
}
.product-data-items-content .title-accordion:before {
  content: '\f2c2';
  display: inline-block;
  position: absolute;
  right: 20px;
  top: 50%;
  color: #8c8c8c;
  font-family: "molla";
  line-height: 1;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.product-data-items-content .title-accordion.active:before {
  content: '\f28e';
  color: #c96;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.accordion .block-title {
  display: none;
}
.product-detail-infomation-content .product-detail-infomation {
  margin-bottom: 30px;
}
.product.media .masonry-thumbnail .item-thumb {
  display: block;
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 10px;
  max-width: 50%;
  width: 50%;
}
.product.media .masonry-type .product.item-image img:not(.zoomImg) {
  opacity: 0;
}
.product-detail-media .product.media .gallery-list .product.item-image + .product.item-image {
  margin-top: 10px;
}
.catalog-product-view .product-detail-deals .deal-timer {
  position: static;
  left: auto;
  right: auto;
  bottom: auto;
  top: auto;
  max-width: 260px;
  margin: 0;
  margin-left: -5px;
  margin-bottom: 15px;
}
.catalog-product-view .product-detail-deals .deal-timer span {
  position: relative;
  line-height: 1;
  padding: 14px 0 12px;
  margin-left: 5px;
  margin-right: 5px;
  background-color: rgba(255, 255, 255, 0.9);
  width: calc(25% - 10px);
  background-color: #fafafa;
}
.catalog-product-view .product-detail-deals .countdown span {
  padding-bottom: 5px;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.catalog-product-view .deal-timer .countdown {
  width: 100%;
  text-align: center;
}
.catalog-product-view .deal-timer .time-note span {
  font-size: 10px;
  font-weight: 400;
  color: #333;
  padding-top: 0;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.catalog-product-view .countdown span b {
  color: #ef837b;
  font-size: 18px;
  font-weight: 500;
}
.fieldset .swatch-opt {
  margin: 0;
}
body.catalog-product-view:not(.full-width) .page-main > .columns {
  padding: 0;
}
body.catalog-product-view .page-main {
  padding: 0;
}
.product-detail-media {
  margin-bottom: 20px;
}
body:not(.extended-info-detail) .product.info.detailed.after-content {
  padding-left: 10px;
  padding-right: 10px;
}
.product-detail__infomation__media {
  margin-bottom: 10px;
}
.product.media .product-thumbnail .horizontal-thumbnail.owl-carousel .owl-nav button,
.product.media .product-thumbnail .horizontal-thumbnail.owl-carousel .owl-nav .cart.table-wrapper .actions-toolbar > .action,
.product.media .product-thumbnail .horizontal-thumbnail.owl-carousel .owl-nav .action-gift {
  left: 0;
}
.product.media .product-thumbnail .horizontal-thumbnail.owl-carousel .owl-nav button.owl-next,
.product.media .product-thumbnail .horizontal-thumbnail.owl-carousel .owl-nav .cart.table-wrapper .actions-toolbar > .action.owl-next,
.product.media .product-thumbnail .horizontal-thumbnail.owl-carousel .owl-nav .action-gift.owl-next {
  right: 12px;
}
.product.media .item-thumb:after,
.product.media .item-thumb:before {
  content: '';
  display: block;
  position: absolute;
  left: 5px;
  right: 5px;
  top: 0;
  bottom: 0;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.product.media .item-thumb:before {
  opacity: 0;
  visibility: hidden;
  border: 0.1rem solid #c96;
}
.product.media .item-thumb.active:before {
  visibility: visible;
  opacity: 1;
}
.product.media .item-thumb:after {
  visibility: visible;
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.4);
}
.product.media .item-thumb:hover:after,
.product.media .item-thumb.active:after {
  opacity: 0;
  visibility: hidden;
}
.product.media .item-thumb:hover {
  opacity: 1;
}
#slide-gallery {
  display: none;
}
.product-detail-gallery .product-info-main .product-addto-links .btn-product.tocompare,
.product-detail-gallery .product-options-bottom .product-addto-links .btn-product.tocompare {
  border: 0;
}
.mage-error {
  margin-top: 0;
}
.page-layout-2columns-right .product-info-main .box-tocart .actions .btn-cart,
.page-layout-2columns-left .product-info-main .box-tocart .actions .btn-cart {
  flex: 1 1 auto;
  max-width: 230px;
}
.product-info-main .box-tocart .field.qty,
.product-options-bottom .box-tocart .field.qty {
  padding-right: 20px;
}
.bundle-options-container .product-add-form {
  display: block;
}
.bundle-options-container .legend.title {
  display: block;
  border: none;
  font-size: 16px;
  font-weight: 400;
  color: #666;
  margin-bottom: 17px;
}
.bundle-options-container .multiselect {
  background-image: unset;
  padding-right: 0;
}
.bundle-options-container .product-options-wrapper .field {
  display: block;
}
.bundle-options-container .product-options-wrapper .field .control:after {
  display: none;
}
.bundle-options-container .product-options-wrapper .field select {
  background-color: #fff;
  margin-bottom: 0;
}
.bundle-options-container .product-options-wrapper .field.option {
  margin-bottom: 20px;
}
.bundle-options-container .product-options-wrapper .field.option > .label {
  width: auto !important;
  margin-bottom: 10px;
}
.product-info-main .product-info-main {
  margin-bottom: 0;
  float: unset;
}
.bundle-options-container .nested .field.qty {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-flow: row wrap;
  margin: 0;
}
.bundle-options-container .nested .field.qty .label {
  font-weight: 400;
  width: 90px !important;
}
.bundle-options-container .nested .field.qty .label:after {
  content: ':';
}
.bundle-options-container .product-options-wrapper .field select.multiselect {
  height: auto;
}
.bundle-options-container .product-options-wrapper .field .field .control .input-text {
  margin-bottom: 0;
}
.bundle-options-container .product-options-wrapper .field.option > .label:after {
  color: #ff0000;
  content: '*';
  font-size: 13px;
  margin: 0 0 0 3px;
  display: inline-block;
}
.bundle-options-container .nested.options-list .label {
  width: auto !important;
}
.bundle-options-container .options-list .product-name {
  font-size: 14px;
  padding-right: 5px;
  color: #666;
}
.bundle-options-container .options-list .price-notice .price-container {
  font-size: 16px;
  color: #666;
}
.bundle-options-container p.required {
  color: #666;
}
.bundle-options-container .block-bundle-summary > .title > strong {
  font-size: 20px;
  line-height: 1;
  color: #666;
  font-weight: 400;
}
.bundle-options-container .block-bundle-summary .bundle.items > li {
  color: #666;
}
.bundle-options-container .block-bundle-summary .bundle.items > li .label {
  font-weight: 400;
}
.bundle-options-container .block-bundle-summary .product-addto-links > .action {
  background: transparent;
  border: none;
}
.bundle-options-container .product-add-form .block-bundle-summary {
  background: transparent;
  padding: 0;
  float: unset;
  width: auto;
  position: static;
}
.bundle-options-container .product-add-form .block-bundle-summary .bundle-info .box-tocart .qty-pr {
  position: relative;
}
.product-add-form .product-options-wrapper .fieldset > .field > .control select {
  margin-bottom: 0;
  max-width: 450px;
  color: #666;
}
.product-add-form .product-options-wrapper .fieldset > .field > .control .nested:not(.options-list) {
  margin-top: 10px;
}
.product-info-main .stock.available {
  font-weight: 400;
  margin-bottom: 13px;
  color: #666;
}
.product-info-main .stock.unavailable {
  font-weight: 400;
  margin-bottom: 13px;
  color: #666;
}
.field.choice:not(.review-field-rating) input[type="checkbox"]:checked + label:after,
.field.choice:not(.review-field-rating) input[type="checkbox"]:checked + .label:after {
  content: '\e801';
}
.abs-action-link-button:hover,
.abs-action-addto-product:hover,
.block-event .slider-panel .slider .item .action.event:hover,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:hover,
.product-info-main .action.towishlist:hover,
.product-options-bottom .action.towishlist:hover,
.block-bundle-summary .action.towishlist:hover,
.product-info-main .action.tocompare:hover,
.product-options-bottom .action.tocompare:hover,
.abs-action-addto-product:hover,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:hover,
.product-info-main .action.tocompare:hover,
.product-options-bottom .action.tocompare:hover,
.product-info-main .action.towishlist:hover,
.product-options-bottom .action.towishlist:hover,
.block-bundle-summary .action.towishlist:hover,
.block-event .slider-panel .slider .item .action.event:hover,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:hover,
.product-info-main .action.tocompare:hover,
.product-options-bottom .action.tocompare:hover,
.product-info-main .action.towishlist:hover,
.product-options-bottom .action.towishlist:hover,
.block-bundle-summary .action.towishlist:hover {
  background: unset;
  border: none;
}
.bundle-options-container .block-bundle-summary .product-addto-links > .action,
.product-info-main .action.towishlist,
.product-options-bottom .action.towishlist,
.block-bundle-summary .action.towishlist,
.product-info-main .action.tocompare,
.product-options-bottom .action.tocompare {
  padding: 0;
}
.bundle-options-container .block-bundle-summary .box-tocart .action.primary,
.bundle-options-container .block-bundle-summary .box-tocart .amshopby-button,
.bundle-options-container .block-bundle-summary .box-tocart .am-filter-go {
  padding: 10px 15px;
  font-size: 18px;
}
.product-details-centered .product-info-main .box-tocart .fieldset {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.product-info-main .bundle-options-container .block-bundle-summary .product-addto-links .btn-product.tocompare {
  padding-left: 13px;
  border-left: 1px dotted #e5e5e5;
}
.bundle-options-container .options-list .field.choice {
  margin-bottom: 8px;
  margin-top: 0;
}
.bundle-options-container {
  margin-bottom: 0;
}
.bundle-options-container .block-bundle-summary .bundle-summary {
  margin-top: 10px;
}
.bundle-options-container .product-options-wrapper {
  margin-bottom: 10px;
}
.product-details-centered .product-info-main .box-tocart .fieldset {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.product-details-centered .bundle-options-container .nested .field.qty {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
body.extra-gallery-fullwidth.catalog-product-view .product-info-main .product-add-form .table-wrapper.grouped,
body.extra-gallery-fullwidth.catalog-product-view .product-info-main .product-options-wrapper {
  text-align: center;
}
.product-info-main .product-addto-links .btn-product.tocompare:hover,
.product-options-bottom .product-addto-links .btn-product.tocompare:hover {
  border-left: 1px dotted #e5e5e5;
}
.box-tocart .field.qty .qty-pr {
  position: relative;
}
.product.info.detailed .product.data.items .item.title > .switch {
  display: block;
}
.extended-info-detail.page-layout-1column .product.info.detailed .product.data.items .item.content .description .value > *:not(.bg-image) {
  margin-right: auto;
  margin-left: auto;
  max-width: 1200px;
  padding-left: 10px;
  padding-right: 10px;
}
.extended-info-detail .product.info.detailed .product.data.items .item.title > .switch {
  padding-top: 12px;
  padding-bottom: 12px;
  border-top: 2px solid transparent;
  border-bottom: none;
  margin-top: -1px;
}
.extended-info-detail .product.info.detailed .product.data.items .item.title.active > .switch {
  border-top-color: #c96;
}
.extended-info-detail .product.info.detailed .product.data.items .item.title > .switch:hover,
.product.info.detailed .product.data.items .item.title > .switch:focus {
  border-top-color: #c96;
}
.extended-info-detail .product-data-items-menu {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin: auto;
  padding-left: 10px;
  padding-right: 10px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: 1px solid #ebebeb;
}
.product-details-centered .product-info-main .product-addto-links .btn-product.tocompare,
.product-details-centered .product-options-bottom .product-addto-links .btn-product.tocompare {
  border: none;
}
.page-product-grouped .product-details-centered .product-info-main .product-addto-links {
  margin-bottom: 22px;
}
.extra-gallery-fullwidth .product-detail-gallery .product-cat {
  margin-bottom: 11px;
}
.extra-gallery-fullwidth.catalog-product-view .product-info-main > [class*="col-"] {
  padding-top: 10px;
}
.extra-gallery-fullwidth .product-detail-gallery .product-cat {
  margin-bottom: 20px;
}
.swatch-option {
  margin-bottom: 0;
}
.swatch-option.color {
  margin-right: 5px;
}
.product-reviews-summary {
  margin-left: 5px;
}
.product-sub-infomation .social-icons {
  padding-top: 0;
}
.price-box > .special-price + .old-price {
  margin-left: 0;
}
.product.media .horizontal-thumbnail:not(.masonry-thumbnail) .item-thumb:before,
.product.media .horizontal-thumbnail:not(.masonry-thumbnail) .item-thumb:after {
  left: 0px;
  right: 0px;
  z-index: 1;
}
.product-add-form .swatch-option.selected {
  border: 1px solid #fff;
}
.product-add-form .swatch-option.text:not(.disabled):hover,
.product-add-form .swatch-option.text.selected {
  border-color: #c96;
}
.catalog-product-view .product.media {
  height: auto !important;
}
.product.info.detailed .table.additional-attributes {
  width: 100%;
}
.product.info.detailed .item.content .table.additional-attributes tr th.label {
  font-weight: 600;
  width: 40%;
}
.product.media .product.item-image.item-image-video .popup-video {
  width: auto;
  height: auto;
}
.product.media .product.item-image.item-image-video .popup-video span {
  top: 0;
}
.products-grid .product-item-info .product-top .img-hover-show {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  min-width: 100%;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
.products-grid .product-item-info .product-top:hover .img-hover-show {
  opacity: 1;
  visibility: visible;
}
.table-wrapper.grouped .control.qty {
  position: relative;
  display: inline-block;
}
.block.upsell .block-title {
  margin-bottom: 20px;
  color: #333;
}
.block.crosssell .block-title {
  margin-bottom: 20px;
  color: #333;
}
.catalog-product-view .block .block-actions .action.select {
  display: inline-block;
  background-color: transparent;
  border: none;
  line-height: 1.4;
  padding: 0;
  font-weight: 500;
  vertical-align: top;
  font-style: italic;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  min-width: unset;
}
.catalog-product-view .block .block-actions .action.select:hover {
  color: #c96;
}
.catalog-product-view .block.related .block-actions {
  margin-bottom: 25px;
}
.block.related .block-title {
  margin-bottom: 10px;
  color: #333;
}
.block.related .product-item.item .product-item-info .product-top {
  position: relative;
}
.block.related .field .label > span {
  display: none;
}
.block.related .field.choice:not(.review-field-rating) input[type="checkbox"] + label:before {
  content: '\e812';
  font-family: "molla";
  display: inline-block;
  background: unset;
  border: 0;
  width: unset;
  height: unset;
  left: 10px;
  top: 1px;
}
.block.related .product-top .actions-primary .label {
  display: block;
  font-size: 20px;
  width: 40px;
  height: 40px;
  padding-left: 2px;
  background-color: rgba(0, 0, 0, 0.5);
  text-align: center;
  line-height: 48px;
  color: #fff;
  font-weight: bold;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -ms-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
}
.block.related .product-top .actions-primary .field.choice:not(.review-field-rating) input[type="checkbox"] + label {
  padding-left: 0;
  line-height: 40px;
  color: #fff;
}
.block.related .field.choice:not(.review-field-rating) input[type="checkbox"]:checked + label:before,
.block.related .field.choice:not(.review-field-rating) input[type="checkbox"]:checked + .label:before {
  opacity: 0;
  visibility: hidden;
}
.block.related .field.choice:not(.review-field-rating) input[type="checkbox"]:checked + label:after,
.block.related .field.choice:not(.review-field-rating) input[type="checkbox"]:checked + .label:after {
  content: '\ec2d' !important;
  font-family: "molla";
  display: inline-block;
  font-size: 15px;
  background-color: unset;
  height: unset;
  width: unset;
  line-height: 40px;
  top: 1px;
  left: 13px;
}
.block.related .product-top .actions-primary input:checked + .label {
  background-color: green;
  color: #fff;
  font-size: 26px;
  position: relative;
}
.block.related .product-top .actions-primary {
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 1;
}
.block.related .products-grid.effect4 .items .product-item .product-item-inner {
  position: absolute;
  left: auto;
  right: 20px;
  top: 60px;
  background-color: transparent;
  bottom: auto;
  -webkit-transform: translateX(-15px);
  -moz-transform: translateX(-15px);
  -ms-transform: translateX(-15px);
  -o-transform: translateX(-15px);
  transform: translateX(-15px);
}
.block.related .products-grid.effect4 .items .product-item .product-item-inner .product-item-actions {
  padding: 0;
  background-color: transparent;
}
.block.related .products-grid.effect4 .items .product-item .product-item-inner .product-item-actions > .actions-secondary {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.block.related .products-grid.effect4 .product-item .product-item-actions > .actions-secondary .action.quickview {
  display: block;
  padding: 4px 7px;
  border: none;
  background-color: #c96 !important;
  color: #333;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: relative;
}
.block.related .products-grid.effect4 .items .product-item .product-item-inner .product-item-actions .action.quickview:before {
  margin-right: 0;
  font-size: 16px;
  line-height: 18px;
}
.block.related .products-grid.effect4 .items .product-item .product-item-inner .product-item-actions .action.quickview span {
  position: absolute;
  right: 98%;
  top: 0;
  bottom: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: inline-flex;
  font-weight: 300;
  font-size: 11px;
  white-space: nowrap;
  letter-spacing: 0;
  padding-left: 18px;
  padding-right: 4px;
  color: #333 !important;
  background-color: #c96;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  opacity: 0;
  visibility: hidden;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  -webkit-transform: translateX(15px);
  -moz-transform: translateX(15px);
  -ms-transform: translateX(15px);
  -o-transform: translateX(15px);
  transform: translateX(15px);
}
.block.related .products-grid.effect4 .items .product-item .product-item-inner .product-item-actions .action.quickview:hover {
  color: #333 !important;
  background-color: #c96;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.block.related .products-grid.effect4 .items .product-item .product-item-inner .product-item-actions .action.quickview:hover span {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateX(1px);
  -moz-transform: translateX(1px);
  -ms-transform: translateX(1px);
  -o-transform: translateX(1px);
  transform: translateX(1px);
}
.block.related .product-item.item .product-item-info .product-top {
  position: relative;
}
.block.related .product-top .actions-primary .field.choice:not(.review-field-rating) input[type="checkbox"] + label {
  color: #fff;
}
.table-comparison .product-image-container {
  display: block;
}
.table-comparison .product-item-name a {
  font-weight: 400;
  letter-spacing: -0.025em;
  margin-bottom: 12px;
  margin-top: -5px;
  padding-right: 10px;
}
.table-comparison .action.tocart {
  font-size: 18px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10px 15px;
}
.table-comparison .action.tocart:before {
  font-family: "molla";
  margin-right: 10px;
  content: '\e812';
}
.table-comparison .action.tocart span {
  font-size: 14px;
  text-transform: uppercase;
}
.table-comparison .action.towishlist {
  border: 0;
  min-width: unset;
  padding: 0;
  color: #c96;
  text-align: left;
  display: block;
}
.table-comparison .action.towishlist:before {
  content: '\f234';
  margin-bottom: 5px;
  margin-right: 10px;
}
.table-comparison .action.towishlist > span {
  width: unset;
  height: unset;
  clip: unset;
  color: #666666;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: -.01em;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  font-size: 14px;
  position: static;
}
.table-comparison .action.towishlist:hover span {
  color: #c96;
  -webkit-box-shadow: 0 1px 0 0 #cc9966;
  -moz-box-shadow: 0 1px 0 0 #cc9966;
  box-shadow: 0 1px 0 0 #cc9966;
}
.table-comparison .action.towishlist:hover:before {
  color: inherit;
}
.table-comparison .cell.remove {
  text-align: left;
}
.table-comparison .cell.remove .action.delete {
  border: 0;
  min-width: unset;
  padding: 0;
  text-align: left;
  display: block;
  padding-bottom: 10px;
}
.table-comparison .cell.remove .action.delete > span {
  width: unset;
  height: unset;
  clip: unset;
  color: #666666;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: -.01em;
  font-size: 14px;
  position: static;
}
.table-comparison .cell.attribute {
  font-size: inherit;
}
.table-comparison th.cell {
  font-weight: 500;
}
.catalog-product-compare-index .table-wrapper .table-comparison tr td {
  min-width: 300px;
  border-width: 1px !important;
  border-style: solid;
  border-color: #f0f0f0 !important;
  padding: 10px;
  vertical-align: middle;
  width: 300px;
}
.catalog-product-compare-index .table-wrapper .table-comparison tr th {
  min-width: 300px;
  border-width: 1px !important;
  border-style: solid;
  border-color: #f0f0f0 !important;
  padding: 10px;
  vertical-align: middle;
  width: 300px;
  text-transform: uppercase;
  color: #2a2a2a;
  min-width: 0px !important;
  width: 150px;
  font-weight: 600;
}
textarea + div.mage-error,
select + div.mage-error,
input[type="text"] + div.mage-error,
input[type="password"] + div.mage-error,
input[type="url"] + div.mage-error,
input[type="tel"] + div.mage-error,
input[type="search"] + div.mage-error,
input[type="number"] + div.mage-error,
input[type="datetime"] + div.mage-error,
input[type="email"] + div.mage-error {
  margin: 0;
  width: 100%;
}
.review-add .field .control .input-text {
  margin-bottom: 5px;
}
.extra-gallery-fullwidth.catalog-product-view .product-info-main {
  margin-left: 0;
  margin-right: 0;
}
.product.media .product-thumbnail .horizontal-thumbnail.owl-carousel .owl-nav button,
.product.media .product-thumbnail .horizontal-thumbnail.owl-carousel .owl-nav .cart.table-wrapper .actions-toolbar > .action,
.product.media .product-thumbnail .horizontal-thumbnail.owl-carousel .owl-nav .action-gift {
  left: 10px;
}
.product.media .product-thumbnail .horizontal-thumbnail.owl-carousel .owl-nav .cart.table-wrapper .actions-toolbar > .action,
.product.media .product-thumbnail .horizontal-thumbnail.owl-carousel .owl-nav .action-gift {
  left: 10px;
}
.product.media .product-thumbnail .horizontal-thumbnail.owl-carousel .owl-nav .cart.table-wrapper .actions-toolbar > .action.owl-next,
.product.media .product-thumbnail .horizontal-thumbnail.owl-carousel .owl-nav .action-gift.owl-next {
  right: 10px;
}
.product.media .product-thumbnail .horizontal-thumbnail.owl-carousel .owl-nav .cart.table-wrapper .action-gift {
  left: 10px;
}
.product.media .product-thumbnail .horizontal-thumbnail.owl-carousel .owl-nav .cart.table-wrapper .action-gift.owl-next {
  right: 10px;
}
.product.media .product-thumbnail .horizontal-thumbnail.owl-carousel .owl-nav button.owl-next,
.product.media .product-thumbnail .horizontal-thumbnail.owl-carousel .owl-nav .cart.table-wrapper .actions-toolbar > .action.owl-next,
.product.media .product-thumbnail .horizontal-thumbnail.owl-carousel .owl-nav .action-gift.owl-next {
  right: 10px;
}
.bundle-options-container .multiselect {
  background-image: unset;
  padding-right: 0;
}
.product.info.detailed.accordion .margin-top--100 {
  margin-top: 10px;
}
.product.info.detailed.accordion .margin-top-60 {
  margin-top: 10px;
}
.product.info.detailed.accordion .padding-left-20 {
  padding-left: 10px;
}
.product-info-main .product.description .value [class*="col-"] + [class*="col-"]:before {
  width: 0;
}
.product.info.detailed.accordion .attibute.description .value .frame {
  padding: 0;
}
@media only screen and (max-width: 639px) {
  .product.info.detailed .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td:before,
  .product.info.detailed .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr th:before {
    display: none;
  }
}
@media screen and (max-width: 450px) {
  .product-info-main .product-addto-links,
  .product-options-bottom .product-addto-links {
    margin-top: 15px;
  }
}
@media screen and (max-width: 580px) {
  body:not(.page-layout-2columns-right):not(.page-layout-2columns-left) .product-detail__infomation__media:not(.product-details-centered) .product-info-main .product-add-form .box-tocart .actions,
  body:not(.page-layout-2columns-right):not(.page-layout-2columns-left) .product-detail__infomation__media:not(.product-details-centered) .product-options-bottom .product-add-form .box-tocart .actions {
    margin-bottom: 0;
  }
  .product-info-main .product-addto-links,
  .product-options-bottom .product-addto-links {
    margin-left: 0;
  }
  .product-details-centered .product-info-main .box-tocart .actions .btn-cart {
    min-width: 198px;
  }
  .page-layout-2columns-right:not(.full-width) .product-info-main .box-tocart .actions .btn-cart,
  .page-layout-2columns-left:not(.full-width) .product-info-main .box-tocart .actions .btn-cart {
    min-width: 187px;
  }
  .page-layout-2columns-right .full-width .product-info-main .box-tocart .actions,
  .page-layout-2columns-left .full-width .product-info-main .box-tocart .actions,
  .page-layout-2columns-right .full-width .product-options-bottom .box-tocart .actions,
  .page-layout-2columns-left .full-width .product-options-bottom .box-tocart .actions {
    margin-bottom: 0;
  }
  .product-info-main .box-tocart .fieldset {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  body:not(.extra-gallery-fullwidth) .product-sub-infomation {
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .product-detail__infomation__media:not(.product-detail-gallery) .product-sub-infomation .social-icons {
    margin-left: 0;
    margin-top: 10px !important;
  }
  .page-layout-1column .product-info-main .box-tocart .fieldset .field.qty,
  .page-layout-1column .product-options-bottom .fieldset .box-tocart .field.qty,
  .full-width .product-info-main .box-tocart .fieldset .field.qty {
    width: unset;
  }
  body:not(.extra-gallery-fullwidth):not(.full-width) .product-sub-infomation {
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .extra-gallery-fullwidth.page-product-grouped .product-info-main .box-tocart .fieldset .product-addto-links {
    margin-top: 0;
    margin-bottom: 22px;
  }
}
@media (max-width: 767px) and (min-width: 581px) {
  .product-details-centered .product-info-main .product-addto-links,
  .product-details-centered .product-options-bottom .product-addto-links {
    margin-left: 82px;
    margin-right: 82px;
  }
  .page-layout-2columns-right.catalog-product-view:not(.full-width) .product-info-main .product-addto-links,
  .page-layout-2columns-left.catalog-product-view:not(.full-width) .product-info-main .product-addto-links,
  .page-layout-2columns-right.catalog-product-view:not(.full-width) .product-options-bottom .product-addto-links,
  .page-layout-2columns-left.catalog-product-view:not(.full-width) .product-options-bottom .product-addto-links {
    margin-right: 90px;
  }
}
@media screen and (max-width: 767px) {
  .product-data-items-menu {
    display: none !important;
  }
  body:not(.extra-gallery-fullwidth):not(.full-width) .product-sub-infomation .social-icons {
    padding-top: 0;
    margin-top: 0;
  }
  .product-data-items-content {
    border-bottom: 1px solid #ebebeb;
  }
  .product.info.detailed .product.data.items .item.content {
    border-top: 0;
    border-bottom: 0;
  }
  .review-list .block-title {
    display: none;
  }
  .product-detail-gallery .product-cat {
    margin-bottom: 20px;
  }
  .product-detail-gallery .product-sub-infomation .social-icons {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 991px) {
  .catalog-product-view .column.main > .frame {
    margin: unset;
  }
  .product.media .vertical-gallery .slick-arrow {
    left: 0;
    width: unset;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: transparent;
  }
  .product.media .vertical-gallery .slick-arrow.icon-angle-down {
    background: transparent;
    right: 0;
    left: auto;
  }
  .slick-slide img {
    min-width: 100%;
  }
  .product.media .vertical-thumbnail .item-thumb {
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px;
  }
  .product.media .vertical-gallery #vertical-thumbnail-wrapper {
    margin-left: -5px;
    margin-right: -5px;
  }
  .product.info.detailed .product.data.items .item.title > .switch {
    padding-left: 15px;
    padding-right: 15px;
  }
  .product.info.detailed .product.data.items .item.title:not(:last-child) .switch {
    margin-right: 10px;
  }
  body.page-layout-2columns-right.full-width .page-main > .columns .sidebar.sidebar-main,
  body.page-layout-2columns-left.full-width .page-main > .columns .sidebar.sidebar-main,
  body.page-layout-2columns-right.full-width .page-main > .columns .sidebar.sidebar-additional,
  body.page-layout-2columns-left.full-width .page-main > .columns .sidebar.sidebar-additional {
    display: none;
  }
  .full-width .columns {
    padding-left: 5px;
    padding-right: 5px;
  }
  .margin-top--100 {
    margin-top: 10px;
  }
  .padding-left-20 {
    padding-left: 10px;
  }
  .margin-top-60 {
    margin-top: 20px;
  }
  .product.info.detailed.accordion .margin-top-60 {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .sidebar.sidebar-additional {
    padding-bottom: 30px;
  }
}
.sidebar.sidebar-additional {
  margin-top: 25px;
}
.sidebar .block-wishlist .block-title > strong,
.sidebar .block-compare .block-title > strong {
  font-weight: 500;
  line-height: 1.1;
  font-size: 18px;
  margin-top: 15px;
  margin-bottom: 10px;
  color: #333;
}
.sidebar .block-wishlist span.counter.qty,
.sidebar .block-compare span.counter.qty {
  font-size: 12px;
  float: right;
  color: #777;
}
.sidebar .block-wishlist .block-content .product-items .product-item .product-item-name,
.sidebar .block-compare .block-content .product-items .product-item .product-item-name {
  font-weight: 300;
  display: table-cell;
  vertical-align: middle;
  padding-right: 20px;
}
.sidebar .block-wishlist .block-content .product-items .product-item .action.delete,
.sidebar .block-compare .block-content .product-items .product-item .action.delete {
  left: auto;
  position: absolute;
  top: 0;
  min-width: 0;
  border: none;
  padding: 0;
  right: 0;
}
.sidebar .block-wishlist .block-content .actions-toolbar .action,
.sidebar .block-compare .block-content .actions-toolbar .action {
  min-width: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.sidebar .block-wishlist .block-content .actions-toolbar .action.compare,
.sidebar .block-compare .block-content .actions-toolbar .action.compare {
  border: 1px solid #c96;
  background-color: #c96;
  color: #fff;
  margin: 0;
  text-align: center;
}
.sidebar .block-wishlist .block-content .actions-toolbar .action.clear,
.sidebar .block-compare .block-content .actions-toolbar .action.clear {
  background-color: #fff;
  color: #c96;
  margin: 0;
}
.filter-current {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border: 1px solid #eaeaea;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 20px;
  margin-bottom: 30px;
}
.filter-current .items .item {
  margin-right: 20px;
  padding: 5px 8px;
  border: 1px solid #eaeaea;
  background: #fff;
  color: #222;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  margin-bottom: 5px;
  font-size: 0.875rem;
  position: relative;
  display: inline-block;
}
.filter-current .items .item .filter-label {
  display: inline-block;
  font-weight: 600;
}
.filter-current .items .item .action.remove {
  position: absolute;
  font-size: 0;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  min-width: 0;
  cursor: pointer;
  border-color: #eaeaea;
}
.catalog-product-view .product-info-main .product-name {
  font-size: 28px;
  font-weight: 500;
}
.catalog-product-view .product-info-main .stock.available,
.catalog-product-view .product-info-main .stock.unavailable {
  display: block;
}
.catalog-product-view .product-info-main .stock.available span,
.catalog-product-view .product-info-main .stock.unavailable span {
  color: #b3a487;
}
.catalog-product-view .product-info-main .product-reviews-summary {
  display: inline-block;
}
.catalog-product-view .product-info-main .product.attribute.sku {
  display: block;
}
.catalog-product-view .vertical-thumbnail .slick-track {
  height: auto !important;
}
.catalog-product-view .product-data-items-menu {
  width: 100%;
  border-top: 2px solid #b3a487;
  border-right: none;
  margin-top: 0;
}
.catalog-product-view .product-data-items-content {
  width: 70%;
  float: left;
}
.catalog-product-view .product.info.detailed .product.data.items {
  justify-content: unset;
}
.catalog-product-view .product.info.detailed .product.data.items .item.content {
  border: none;
  padding: 0;
  padding-top: 32px;
}
.catalog-product-view .product.info.detailed .product.data.items > .item.content {
  max-width: 30%;
  float: left;
  padding: 0;
  padding-left: 30px;
  display: block !important;
}
.catalog-product-view .product.info.detailed .product.data.items .item.title.active > .switch {
  border-bottom: none;
  padding: 21px 30px 17px;
  margin: 0;
}
.catalog-product-view .product.info.detailed .product.data.items .item.title {
  border: 2px solid #b3a487;
  border-top: none;
  display: inherit;
}
.catalog-product-view .product.info.detailed .table.additional-attributes {
  margin-bottom: 15px;
}
.catalog-product-view .product.info.detailed .item.content .table.additional-attributes tr th.label {
  padding: 0;
  width: 100%;
  display: block;
  text-align: left;
}
.catalog-product-view .product.info.detailed .product-data-items-content .title-accordion {
  border: 1px solid #b3a487;
}
.catalog-product-view .product.data.items > .data.item.content .additional-attributes tr {
  padding: 5px 0;
  display: block;
  border-bottom: 2px solid #b3a487;
}
.catalog-product-view .product.data.items > .data.item.content .additional-attributes td {
  padding: 0;
}
.catalog-product-view .amreview-submit-form {
  margin: 0;
  border: 2px solid #b3a487;
  padding: 30px;
}
.catalog-product-view .amreview-submit-form .block-title {
  display: block;
  text-transform: uppercase;
}
.catalog-product-view .amreview-submit-form .block-title h3 {
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: -.01em;
}
.catalog-product-view .amreview-submit-form .block-content {
  margin: 0;
  padding: 0;
  max-width: 575px;
}
.catalog-product-view .amreview-submit-form .review-fieldset {
  margin-bottom: 10px;
}
.catalog-product-view .amreview-submit-form .review-fieldset .field {
  border: none;
  padding: 0;
}
.catalog-product-view .review-form .fieldset .review-legend.legend h3 {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: -.01em;
  margin-bottom: 23px;
  margin-right: 5px;
}
.catalog-product-view .review-form .fieldset .review-legend.legend h4 {
  vertical-align: sub;
}
.catalog-product-view div[data-role="product-review"] {
  padding-left: 10px;
  padding-right: 10px;
}
.catalog-product-view div[data-role="product-review"] .block.review-list {
  border-top: 2px solid #b3a487;
}
.catalog-product-view .amrev-title-block .am-strong {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 500;
  padding-top: 10px;
}
.catalog-product-view .amreview-add-new .amreview-label {
  margin: 10px 0;
}
.catalog-product-view .amrev-title-block.amreview-review-list {
  padding: 0 0 10px;
  margin: 30px 0 0;
  border-top: 2px solid #b3a487;
}
.catalog-product-view .amrev-title-block.-am-line:after {
  display: none;
}
.catalog-product-view .amreview-author-details {
  width: 100%;
  margin: 5px 0 20px;
}
.catalog-product-view .block.review-list .amreview-review-items li.review-item {
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.catalog-product-view .block.review-add.amreview-submit-form {
  margin-left: 10px;
  margin-right: 10px;
}
.catalog-product-view .review-control-vote label {
  top: 2px;
}
.catalog-product-view .amreview-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.catalog-product-view .amreview-wrap .amreview-author {
  order: 2;
  margin: 0 80px 0 0;
}
.catalog-product-view .amreview-wrap .amreview-date {
  order: 3;
  margin: 0 0 0 auto;
  position: static;
}
.catalog-product-view .amreview-wrap .amreview-recommended {
  order: 1;
  margin: 0 30px 0 0;
  position: relative;
  padding: 4px 4px 4px 6px;
  border-left: 2px solid #1ab900;
  background: #f1f1f1;
  font-size: 12px;
  line-height: 14px;
  max-width: 83px;
}
.catalog-product-view .amreview-wrap .amreview-recommended:after {
  position: absolute;
  top: 0;
  right: -32px;
  bottom: 0;
  display: block;
  border: 18px solid transparent;
  border-left: 14px solid #f1f1f1;
  content: '';
}
.catalog-product-view .block.related,
.catalog-product-view .block.upsell {
  padding: 10px;
}
.catalog-product-view .block.upsell {
  margin-top: 40px;
}
.catalog-product-view .parent_lazy:not(.lazy_loaded) {
  display: block !important;
}
.product-info-main .product.attribute.sku .type:after {
  content: " : ";
}
.product-reviews-summary .reviews-actions a.action.view:before,
.product-reviews-summary .reviews-actions a.action.view:after {
  display: none;
}
.product-reviews-summary .reviews-actions a.action.add {
  display: inline-block;
  border: none;
  padding: 0;
  min-width: unset;
}
.product-reviews-summary .reviews-actions .action + .action:before {
  content: " | ";
  color: #ddd;
}
.product-info-main .box-tocart .field.qty label {
  display: none;
}
.product-info-main .box-tocart .input-text.qty {
  border: 2px solid #ff500a;
  width: 100%;
  color: #ff500a;
  height: 43px;
  font-weight: 600;
}
.product-info-main .box-tocart .fieldset .field.qty {
  display: block;
  padding: 0;
  margin: 10px 0;
}
.product-info-main .box-tocart .fieldset .field.qty .edit-qty.minus {
  border-right: 2px solid #ff500a;
  width: 45px;
  height: 40px;
  top: 1.5px;
  left: 2px;
  color: #ff500a;
  padding: 5px;
}
.product-info-main .box-tocart .fieldset .field.qty .edit-qty.minus:hover {
  background-color: #f0efef;
}
.product-info-main .box-tocart .fieldset .field.qty .edit-qty.plus {
  border-left: 2px solid #ff500a;
  width: 45px;
  height: 40px;
  top: 2px;
  right: 2px;
  color: #ff500a;
  padding: 5px;
}
.product-info-main .box-tocart .fieldset .field.qty .edit-qty.plus:hover {
  background-color: #f0efef;
}
.product-info-main .box-tocart .fieldset .field.qty .icon-minus,
.product-info-main .box-tocart .fieldset .field.qty .icon-plus {
  font-size: 20px;
}
.product-info-main .box-tocart .actions .btn-cart {
  border: 2px solid;
  border-color: #ff500a !important;
  width: 100%;
}
.product-info-main .box-tocart .actions .btn-cart:before {
  display: none;
}
.catalog-product-view .product-info-main .box-tocart .actions {
  width: 100%;
  margin: 0;
}
.product-info-main .product-addto-links {
  margin: 10px 0;
}
.product-info-main .product-sub-infomation {
  border: none;
}
div#tab-label-reviews {
  visibility: hidden;
  display: table-cell;
}
.title-accordion.accordion-reviews {
  display: none;
}
@media (min-width: 768px) {
  .catalog-product-view .product.info.detailed .product.data.items > .item.content {
    margin-top: -55px;
  }
  .catalog-product-view .amreview-wrap .amreview-recommended {
    max-width: 83px;
  }
}
@media screen and (max-width: 768px) {
  .catalog-product-view .product-data-items-menu {
    display: none !important;
  }
  .catalog-product-view .product-data-items-content {
    width: 100%;
  }
  .catalog-product-view .product.info.detailed .product.data.items > .item.content {
    max-width: 100%;
    padding: 20px 0;
  }
  .catalog-product-view .product.info.detailed .product.data.items .item.content[aria-labelledby="tab-label-attributedescription"] {
    border: 1px solid #b3a487;
    border-top: 0;
    padding: 30px 15px;
  }
  .catalog-product-view .amreview-info-wrapper {
    margin: 0;
  }
  .catalog-product-view .amreview-summary-info {
    margin: 0 -15px;
  }
  .catalog-product-view .amreview-wrap .amreview-author {
    margin: 0;
  }
}
@media (max-width: 580px) {
  .catalog-product-view .product-info-main .product-add-form .box-tocart .fieldset .field.qty {
    width: 100%;
  }
}
.catalogsearch-result-index .column.main > .message {
  margin-top: 50px;
}
header.page-header .block-search {
  margin: 0 80px 0 0;
  padding: 0;
  width: auto;
  float: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
header.page-header .block-search .block-title {
  margin: 0;
  display: none;
}
header.page-header .block-search .block-title:before {
  font-family: "molla";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\f2eb';
  font-size: 20px;
}
header.page-header .block-search .control {
  padding: 0;
  margin: 0;
  border: none;
}
header.page-header .block-search .block-content {
  position: relative;
  margin: 0;
}
header.page-header .block-search .block-content .field.search .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
header.page-header .block-search .block-content input {
  background-color: #fff;
  height: 40px;
  border: none;
  box-shadow: none;
  color: #000;
  border-radius: 20px;
  padding: 0 50px 0 18px;
  border: 1px solid #dadada;
  min-width: 270px;
  position: static;
  margin: 0;
  left: 0;
}
header.page-header .block-search .block-content .action.advanced {
  display: none;
}
header.page-header .block-search .action.search {
  right: 19px;
  display: 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;
  padding: 5px 0;
  position: absolute;
  right: 10px;
  top: 0;
  z-index: 1;
}
header.page-header .block-search .action.search:before {
  font-family: 'Linearicons';
  content: "\e922";
  font-size: 16px;
  line-height: 30px;
}
header.page-header .block-search .action.search > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
header.page-header .search-icon-popup .logo {
  z-index: 1;
}
header.page-header .search-icon-popup .block-search {
  margin-right: 0;
}
header.page-header .search-icon-popup .block-search .block-title.theme-header-icon {
  display: block;
  cursor: pointer;
  color: #333;
}
header.page-header .search-icon-popup .block-search .block-title.theme-header-icon:before {
  font-size: 24px;
  font-weight: 400;
}
header.page-header .search-icon-popup .block-search .block-title.theme-header-icon > strong {
  display: none;
}
header.page-header .search-icon-popup .block-search .block-content {
  position: fixed;
  left: 0 !important;
  right: 0 !important;
  top: 0;
  bottom: 0;
  max-width: 100%;
  background-color: #fff;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  max-height: 100%;
  overflow-y: auto;
  transition: all 400ms;
  -moz-transition: all 400ms;
  -webkit-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
}
header.page-header .search-icon-popup .block-search .block-content input {
  width: 100%;
  min-width: auto;
  height: 50px;
}
header.page-header .search-icon-popup .block-search .block-content .form.minisearch {
  max-width: 70%;
  margin: 150px auto 0;
  position: relative;
}
header.page-header .search-icon-popup .block-search .block-content .form.minisearch .field.search .label {
  clip: inherit;
  height: auto;
  margin: 0 0 25px;
  overflow: visible;
  position: absolute;
  width: auto;
  bottom: 100%;
  display: block;
  text-align: center;
  left: 0;
  right: 0;
  font-size: 1.75rem;
  font-weight: 600;
  color: #222;
}
header.page-header .search-icon-popup .block-search .block-content .form.minisearch .field.search .label:before {
  display: none;
}
header.page-header .search-icon-popup .block-search .block-content .form.minisearch .field.search .label > span {
  clip: inherit;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
header.page-header .search-icon-popup .block-search .block-content .action.search::before {
  line-height: 40px;
}
header.page-header .search-icon-popup .block-search.active .block-content {
  opacity: 1;
  visibility: visible;
}
header.page-header .search-icon-popup .block-search.active .block-title.theme-header-icon {
  z-index: 2229;
  height: 40px;
  width: 40px;
  cursor: pointer;
  text-align: center;
  position: fixed;
  right: 10px;
  top: 10px;
  transition: all 500ms;
  -moz-transition: all 500ms;
  -webkit-transition: all 500ms;
  -ms-transition: all 500ms;
  -o-transition: all 500ms;
}
header.page-header .search-icon-popup .block-search.active .block-title.theme-header-icon:before {
  content: '\f191';
  font-size: 1.25rem;
  font-weight: 600;
  color: #000;
}
header.page-header .search-icon-popup .block-search.active .block-title.theme-header-icon:before:hover:before {
  color: #f68872;
}
@media (max-width: 1365px) {
  header.page-header .header-area.search-visible .block-search {
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  header.page-header .header-area.search-visible .block-search .block-title {
    display: block;
  }
  header.page-header .header-area.search-visible .block-search .block-title strong {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  header.page-header .header-area.search-visible .block-search .block-content {
    position: absolute;
    right: 100%;
    visibility: hidden;
    z-index: 111;
    margin-right: 20px;
    transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    -webkit-transform: scaleX(0);
    transition: all 500ms;
    -moz-transition: all 500ms;
    -webkit-transition: all 500ms;
    -ms-transition: all 500ms;
    -o-transition: all 500ms;
    transform-origin: top right;
    -moz-transform-origin: top right;
    -webkit-transform-origin: top right;
    -ms-transform-origin: top right;
    -o-transform-origin: top right;
  }
  header.page-header .header-area.search-visible .block-search.active .block-content {
    transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    -webkit-transform: scaleX(1);
    visibility: visible;
  }
  header.page-header .header-area.search-visible .block-search.active .block-title.theme-header-icon {
    z-index: 222;
  }
  header.page-header .header-area.search-visible .block-search.active .block-title.theme-header-icon:before {
    content: "\e935";
    font-size: 1rem;
    color: #999;
    cursor: pointer;
  }
  header.page-header .header-area.search-visible .block-search.active .block-title.theme-header-icon:before,
  header.page-header .header-area.search-visible .block-search.active .block-title.theme-header-icon:before {
    color: #f68872;
  }
}
@media (max-width: 767px) {
  header.page-header .header-area.search-icon-popup .block-search .block-content .form.minisearch {
    max-width: 100%;
    margin: 100px 15px 0;
  }
}
@media (max-width: 1200px) {
  header.page-header .search-mobile .block-search {
    margin: 0;
    width: 100%;
  }
  header.page-header .search-mobile .block-search .block-content {
    width: 100%;
  }
  header.page-header .search-mobile .block-search .block-content input {
    min-width: auto;
    max-width: 100%;
    border-radius: 0;
    color: #666;
    font-size: 12px;
    background-color: #fff;
    border-color: #e5e5e5;
    height: 36px;
    line-height: 36px;
  }
  header.page-header .search-mobile .block-search .action.search {
    right: 0;
    font-size: 12px;
    min-width: 36px;
    padding: 0;
    line-height: 36px;
    color: #fff;
    background-color: #c96;
    border-color: #c96;
    box-shadow: none;
  }
  header.page-header .search-mobile .block-search .action.search:before {
    font-family: "molla";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\f2eb';
    font-size: 12px;
    line-height: 1;
  }
}
.cart-summary {
  background: #f5f5f5;
  margin-bottom: 25px;
  padding: 1px 15px 25px;
}
.cart-summary > .title {
  display: block;
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.cart-summary .block {
  margin-bottom: 0;
}
.cart-summary .block .item-options {
  margin-left: 0;
}
.cart-summary .block .fieldset {
  margin: 15px 0 25px 5px;
}
.cart-summary .block .fieldset .field {
  margin: 0 0 10px;
}
.cart-summary .block .fieldset .field.note {
  font-size: 12px;
}
.cart-summary .block .fieldset .methods .field > .label {
  display: inline;
}
.cart-totals {
  border-top: 1px solid #d1d1d1;
  padding-top: 10px;
}
.cart-totals .table-wrapper {
  margin-bottom: 0;
  overflow: inherit;
}
.cart-totals .discount.coupon {
  display: none;
}
.cart.table-wrapper .items thead + .item {
  border-top: 1px solid #d1d1d1;
}
.cart.table-wrapper .items > .item {
  border-bottom: 1px solid #d1d1d1;
  position: relative;
}
.cart.table-wrapper .col {
  padding-top: 20px;
}
.cart.table-wrapper .col.qty .input-text {
  margin-top: -5px;
}
.cart.table-wrapper .item-actions td {
  padding-bottom: 10px;
  text-align: center;
  white-space: normal;
}
.cart.table-wrapper .item .col.item {
  display: block;
  min-height: 75px;
  padding: 25px 0 10px 75px;
  position: relative;
}
.cart.table-wrapper .actions-toolbar > .action,
.action-gift {
  display: inline-block;
  text-decoration: none;
  margin-bottom: 10px;
  margin-right: 10px;
}
.cart.table-wrapper .actions-toolbar > .action:hover,
.cart.table-wrapper .actions-toolbar > .action:active,
.cart.table-wrapper .actions-toolbar > .action:focus,
.action-gift:hover,
.action-gift:active,
.action-gift:focus {
  text-decoration: none;
}
.cart.table-wrapper .actions-toolbar > .action:last-child,
.action-gift:last-child {
  margin-right: 0;
}
.cart.table-wrapper .action.help.map {
  font-weight: 400;
}
.cart.table-wrapper .product-item-photo {
  display: block;
  left: 0;
  max-width: 60px;
  padding: 0;
  position: absolute;
  top: 15px;
  width: 100%;
}
.cart.table-wrapper .product-item-details {
  white-space: normal;
}
.cart.table-wrapper .product-item-name {
  display: inline-block;
  font-weight: 400;
  margin-top: -6px;
}
.cart.table-wrapper .gift-registry-name-label:after {
  content: ':';
}
.cart.table-wrapper .item-options {
  font-size: 12px;
  margin-bottom: 10px;
}
.cart.table-wrapper .product-item-name + .item-options {
  margin-top: 10px;
}
.cart.table-wrapper .action.configure {
  display: inline-block;
  margin: 0 0 20px;
}
.cart-container .checkout-methods-items {
  margin-top: 20px;
  text-align: center;
}
.cart-container .checkout-methods-items .action.primary,
.cart-container .checkout-methods-items .amshopby-button,
.cart-container .checkout-methods-items .am-filter-go {
  width: 100%;
}
.cart-container .checkout-methods-items .item + .item {
  margin-top: 20px;
}
.cart-products-toolbar .toolbar-amount {
  margin: 25px 0 15px;
  padding: 0;
  text-align: center;
}
.cart-products-toolbar .pages {
  margin: 0 0 25px;
  text-align: center;
}
.cart-products-toolbar .pages .items > .item {
  border-bottom: 0;
}
.cart-products-toolbar-top {
  border-bottom: 1px solid #d1d1d1;
}
.block.crosssell {
  margin-top: 70px;
}
.cart-tax-info + .cart-tax-total,
.cart .cart-tax-info + .cart-tax-total {
  display: block;
}
.cart.table-wrapper .col.price,
.order-items.table-wrapper .col.price,
.cart.table-wrapper .col.qty,
.order-items.table-wrapper .col.qty,
.cart.table-wrapper .col.subtotal,
.order-items.table-wrapper .col.subtotal,
.cart.table-wrapper .col.msrp,
.order-items.table-wrapper .col.msrp {
  text-align: right;
}
.block-minicart .items-total {
  float: left;
  margin: 0 10px;
}
.block-minicart .items-total .count {
  font-weight: 700;
}
.block-minicart .subtotal {
  margin: 0 10px 10px;
  text-align: right;
}
.block-minicart .amount .price-wrapper:first-child .price {
  font-size: 18px;
  font-weight: 700;
}
.block-minicart .subtitle {
  display: none;
}
.block-minicart .subtitle.empty {
  display: block;
  font-size: 14px;
  padding: 30px 0 20px;
  text-align: center;
}
.block-minicart .text.empty {
  text-align: center;
}
.block-minicart .block-content > .actions {
  margin-top: 15px;
  text-align: center;
}
.block-minicart .block-content > .actions > .primary {
  margin: 0 10px 15px;
}
.block-minicart .block-content > .actions > .primary .action.primary,
.block-minicart .block-content > .actions > .primary .amshopby-button,
.block-minicart .block-content > .actions > .primary .am-filter-go {
  display: block;
  margin-bottom: 15px;
  width: 100%;
}
.block-minicart .block-content > .actions > .primary .action.primary:last-child,
.block-minicart .block-content > .actions > .primary .amshopby-button:last-child,
.block-minicart .block-content > .actions > .primary .am-filter-go:last-child {
  margin-bottom: 0;
}
.block-minicart .block-category-link,
.block-minicart .block-product-link,
.block-minicart .block-cms-link,
.block-minicart .block-banners {
  margin: 15px 0 0;
  text-align: center;
}
.minicart-wrapper {
  display: inline-block;
  position: relative;
  float: right;
}
.minicart-wrapper:before,
.minicart-wrapper:after {
  content: '';
  display: table;
}
.minicart-wrapper:after {
  clear: both;
}
.minicart-wrapper .action.showcart {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.minicart-wrapper .action.showcart:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 35px;
  line-height: 33px;
  color: #8f8f8f;
  content: '\e611';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-wrapper .action.showcart:hover:before {
  color: #333333;
}
.minicart-wrapper .action.showcart:active:before {
  color: #8f8f8f;
}
.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: #8f8f8f;
  content: '\e611';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-wrapper .action.showcart.active:hover:before {
  color: #333333;
}
.minicart-wrapper .action.showcart.active:active:before {
  color: #8f8f8f;
}
.minicart-wrapper .block-minicart {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 100%;
  width: 320px;
  z-index: 101;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.minicart-wrapper .block-minicart li {
  margin: 0;
}
.minicart-wrapper .block-minicart li:hover {
  cursor: pointer;
}
.minicart-wrapper .block-minicart:before,
.minicart-wrapper .block-minicart:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.minicart-wrapper .block-minicart:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.minicart-wrapper .block-minicart:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.minicart-wrapper .block-minicart:before {
  right: 26px;
  top: -12px;
}
.minicart-wrapper .block-minicart:after {
  right: 25px;
  top: -14px;
}
.minicart-wrapper.active {
  overflow: visible;
}
.minicart-wrapper.active .block-minicart {
  display: block;
}
.minicart-wrapper .block-minicart {
  padding: 25px 20px;
}
.minicart-wrapper .block-minicart .block-title {
  display: none;
}
.minicart-wrapper .product .actions {
  float: right;
  margin: -28px 0 0;
  text-align: right;
}
.minicart-wrapper .product .actions > .primary,
.minicart-wrapper .product .actions > .secondary {
  display: inline;
}
.minicart-wrapper .action.close {
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  height: 40px;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
}
.minicart-wrapper .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.minicart-wrapper .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 32px;
  color: inherit;
  content: '\e616';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-wrapper .action.close:hover:before {
  color: inherit;
}
.minicart-wrapper .action.close:active:before {
  color: inherit;
}
.minicart-wrapper .action.close:focus,
.minicart-wrapper .action.close:active {
  background: none;
  border: none;
}
.minicart-wrapper .action.close:hover {
  background: none;
  border: none;
}
.minicart-wrapper .action.close.disabled,
.minicart-wrapper .action.close[disabled],
fieldset[disabled] .minicart-wrapper .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.minicart-wrapper .action.showcart {
  white-space: nowrap;
}
.minicart-wrapper .action.showcart .counter.qty {
  background: #ff5501;
  color: #ffffff;
  height: 24px;
  line-height: 24px;
  border-radius: 2px;
  display: inline-block;
  margin: 3px 0 0;
  min-width: 18px;
  overflow: hidden;
  padding: 0 3px;
  text-align: center;
  white-space: normal;
}
.minicart-wrapper .action.showcart .counter.qty.empty {
  display: none;
}
.minicart-wrapper .action.showcart .counter.qty .loader > img {
  max-width: 24px;
}
.minicart-wrapper .minicart-widgets {
  margin-top: 15px;
}
.minicart-items-wrapper {
  border: 1px solid #cccccc;
  margin: 0 -20px;
  border-left: 0;
  border-right: 0;
  overflow-x: auto;
  padding: 15px;
}
.minicart-items {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.minicart-items .product-item {
  padding: 20px 0;
}
.minicart-items .product-item:not(:first-child) {
  border-top: 1px solid #cccccc;
}
.minicart-items .product-item:first-child {
  padding-top: 0;
}
.minicart-items .product-item-pricing .label {
  display: inline-block;
}
.minicart-items .price-minicart {
  margin-bottom: 5px;
}
.minicart-items .message {
  margin-bottom: 0;
  margin-top: 10px;
}
.minicart-items .product > .product-item-photo,
.minicart-items .product > .product-image-container {
  float: left;
}
.minicart-items .product .toggle {
  display: block;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  white-space: nowrap;
}
.minicart-items .product .toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 16px;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-items .product .toggle:after {
  position: static;
  right: 20px;
  top: 0;
}
.minicart-items .product.active > .toggle:after {
  content: '\e621';
}
.minicart-items .product-item-name {
  font-weight: 400;
  margin: 0 0 10px;
}
.minicart-items .product-item-name a {
  color: #1979c3;
}
.minicart-items .product-item-details {
  padding-left: 88px;
}
.minicart-items .product-item-details .price {
  font-weight: 700;
}
.minicart-items .product-item-details .price-including-tax,
.minicart-items .product-item-details .price-excluding-tax {
  margin: 5px 0 0;
}
.minicart-items .product-item-details .weee[data-label] {
  font-size: 1.1rem;
}
.minicart-items .product-item-details .details-qty {
  margin-top: 10px;
}
.minicart-items .product.options .tooltip.toggle {
  display: inline-block;
  text-decoration: none;
}
.minicart-items .product.options .tooltip.toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.minicart-items .product.options .tooltip.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  margin: -3px 0 0 7px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-items .product.options .tooltip.toggle .details {
  display: none;
}
.minicart-items .item-qty {
  text-align: center;
  width: 45px;
}
.minicart-items .update-cart-item {
  font-size: 1.1rem;
  margin-left: 5px;
  vertical-align: top;
}
.minicart-items .subtitle {
  display: none;
}
.minicart-items .action.edit,
.minicart-items .action.delete {
  display: inline-block;
  text-decoration: none;
}
.minicart-items .action.edit > span,
.minicart-items .action.delete > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.minicart-items .action.edit:before,
.minicart-items .action.delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: #303030;
  content: '\e606';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-items .action.edit:hover:before,
.minicart-items .action.delete:hover:before {
  color: #303030;
}
.minicart-items .action.edit:active:before,
.minicart-items .action.delete:active:before {
  color: #303030;
}
.minicart-items .action.delete:before {
  content: '\e604';
}
.checkout-container {
  margin: 0 0 20px;
}
.opc-wrapper {
  margin: 0 0 20px;
}
.opc-wrapper .step-content {
  margin: 0 0 40px;
}
.checkout-index-index .nav-sections,
.checkout-index-index .nav-toggle {
  display: none;
}
.checkout-index-index .logo {
  margin-left: 0;
}
.checkout-onepage-success .print {
  display: none;
}
.opc-estimated-wrapper {
  border-bottom: 1px solid #cccccc;
  margin: 0 0 15px;
  padding: 18px 15px;
}
.opc-estimated-wrapper .estimated-block {
  font-size: 18px;
  font-weight: 700;
  float: left;
}
.opc-estimated-wrapper .estimated-block .estimated-label {
  display: block;
  margin: 0 0 5px;
}
.opc-estimated-wrapper .minicart-wrapper .action.showcart:before {
  color: #333333;
}
.opc-estimated-wrapper .minicart-wrapper .action.showcart:hover:before {
  color: #555555;
}
.opc-progress-bar {
  margin: 0 0 20px;
  counter-reset: i;
  font-size: 0;
}
.opc-progress-bar-item {
  margin: 0 0 10px;
  display: inline-block;
  position: relative;
  text-align: center;
  vertical-align: top;
  width: 50%;
}
.opc-progress-bar-item:before {
  background: #e4e4e4;
  top: 19px;
  content: '';
  height: 7px;
  left: 0;
  position: absolute;
  width: 100%;
}
.opc-progress-bar-item:first-child:before {
  border-radius: 6px 0 0 6px;
}
.opc-progress-bar-item:last-child:before {
  border-radius: 0 6px 6px 0;
}
.opc-progress-bar-item > span {
  display: inline-block;
  padding-top: 45px;
  width: 100%;
  word-wrap: break-word;
  color: #e4e4e4;
  font-weight: 300;
  font-size: 1.8rem;
}
.opc-progress-bar-item > span:before,
.opc-progress-bar-item > span:after {
  background: #e4e4e4;
  height: 38px;
  margin-left: -19px;
  width: 38px;
  border-radius: 50%;
  content: '';
  left: 50%;
  position: absolute;
  top: 0;
}
.opc-progress-bar-item > span:after {
  background: #ffffff;
  height: 26px;
  margin-left: -13px;
  top: 6px;
  width: 26px;
  content: counter(i);
  counter-increment: i;
  color: #333333;
  font-weight: 600;
  font-size: 1.8rem;
}
.opc-progress-bar-item._active:before {
  background: #ff5501;
}
.opc-progress-bar-item._active > span {
  color: #333333;
}
.opc-progress-bar-item._active > span:before {
  background: #ff5501;
}
.opc-progress-bar-item._active > span:after {
  content: '\e610';
  font-family: 'icons-blank-theme';
  line-height: 1;
  font-size: 2.8rem;
}
.opc-progress-bar-item._complete {
  cursor: pointer;
}
.opc-progress-bar-item._complete > span {
  color: #333333;
}
.opc-progress-bar-item._complete > span:after {
  content: '\e610';
  font-family: 'icons-blank-theme';
  line-height: 1;
  font-size: 2.8rem;
}
.field.choice .field-tooltip {
  display: inline-block;
  margin-left: 10px;
  position: relative;
  top: -3px;
}
.field.choice .field-tooltip-action {
  line-height: 24px;
}
.field._error .control input,
.field._error .control select,
.field._error .control textarea {
  border-color: #ed8380;
}
.opc-wrapper .fieldset > .field > .label {
  font-weight: 400;
}
.field-tooltip {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 1px;
}
.field-tooltip._active {
  z-index: 100;
}
.field-tooltip._active .field-tooltip-content {
  display: block;
}
.field-tooltip._active .field-tooltip-action:before {
  color: #333333;
}
.field-tooltip .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.field-tooltip .field-tooltip-action {
  display: inline-block;
  text-decoration: none;
}
.field-tooltip .field-tooltip-action > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.field-tooltip .field-tooltip-action:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: inherit;
  color: #bbbbbb;
  content: '\e623';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.field-tooltip .field-tooltip-action:hover:before {
  color: #333333;
}
.field-tooltip .field-tooltip-action:before {
  padding-left: 1px;
}
._keyfocus .field-tooltip .field-tooltip-action:focus {
  z-index: 100;
}
._keyfocus .field-tooltip .field-tooltip-action:focus + .field-tooltip-content {
  display: block;
}
._keyfocus .field-tooltip .field-tooltip-action:focus:before {
  color: #333333;
}
.field-tooltip .field-tooltip-content {
  background: #f4f4f4;
  border: 1px solid #999999;
  border-radius: 1px;
  font-size: 14px;
  padding: 12px;
  width: 270px;
  display: none;
  left: 38px;
  position: absolute;
  text-transform: none;
  top: -9px;
  word-wrap: break-word;
  z-index: 2;
}
.field-tooltip .field-tooltip-content:before,
.field-tooltip .field-tooltip-content:after {
  border: 10px solid transparent;
  height: 0;
  width: 0;
  border-right-color: #f4f4f4;
  left: -21px;
  top: 12px;
  content: '';
  display: block;
  position: absolute;
  z-index: 3;
}
.field-tooltip .field-tooltip-content:before {
  border-right-color: #666666;
}
.field-tooltip .field-tooltip-content:after {
  border-right-color: #f4f4f4;
  width: 1px;
  z-index: 4;
}
@media only screen and (max-width: 768px) {
  .field-tooltip .field-tooltip-content {
    left: auto;
    right: -10px;
    top: 40px;
  }
  .field-tooltip .field-tooltip-content::before,
  .field-tooltip .field-tooltip-content::after {
    border: 10px solid transparent;
    height: 0;
    left: auto;
    margin-top: -21px;
    right: 10px;
    top: 0;
    width: 0;
  }
  .field-tooltip .field-tooltip-content::before {
    border-bottom-color: #999999;
  }
  .field-tooltip .field-tooltip-content::after {
    border-bottom-color: #f4f4f4;
    top: 1px;
  }
}
.opc-wrapper .form-login,
.opc-wrapper .form-shipping-address {
  margin-top: 28px;
  margin-bottom: 20px;
}
.opc-wrapper .form-login .fieldset .note,
.opc-wrapper .form-shipping-address .fieldset .note {
  font-size: 14px;
  margin-top: 10px;
}
.opc-wrapper .shipping-address-items {
  font-size: 0;
}
.opc-wrapper .shipping-address-item {
  border: 2px solid transparent;
  line-height: 30px;
  margin: 0 0 20px;
  padding: 20px 35px 20px 20px;
  transition: 0.3s border-color;
  width: 50%;
  display: inline-block;
  font-size: 14px;
  position: relative;
  vertical-align: top;
  word-wrap: break-word;
}
.opc-wrapper .shipping-address-item.selected-item {
  border-color: #ff5501;
}
.opc-wrapper .shipping-address-item.selected-item:after {
  background: #ff5501;
  color: #ffffff;
  content: '\e610';
  font-family: 'icons-blank-theme';
  height: 27px;
  width: 29px;
  font-size: 27px;
  line-height: 21px;
  padding-top: 2px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
}
.opc-wrapper .action-show-popup {
  margin: 0 0 20px;
}
.opc-wrapper .action-show-popup > span:before {
  content: '+';
  padding-right: 5px;
}
.opc-wrapper .action-select-shipping-item {
  float: right;
  margin: 20px 0 0;
}
.opc-wrapper .edit-address-link {
  display: block;
  float: left;
  margin: 26px 5px 0 0;
}
.checkout-shipping-method .step-title {
  margin-bottom: 0;
}
.checkout-shipping-method .no-quotes-block {
  margin: 20px 0;
}
.methods-shipping .actions-toolbar .action.primary,
.methods-shipping .actions-toolbar .amshopby-button,
.methods-shipping .actions-toolbar .am-filter-go {
  margin: 20px 0 0;
}
.table-checkout-shipping-method thead th {
  display: none;
}
.table-checkout-shipping-method tbody td {
  border-top: 1px solid #cccccc;
  padding-bottom: 20px;
  padding-top: 20px;
}
.table-checkout-shipping-method tbody td:first-child {
  padding-left: 0;
  padding-right: 0;
  width: 20px;
}
.table-checkout-shipping-method tbody tr:first-child td {
  border-top: none;
}
.table-checkout-shipping-method tbody .row-error td {
  border-top: none;
  padding-bottom: 10px;
  padding-top: 0;
}
.checkout-shipping-method {
  position: relative;
}
.shipping-policy-block.field-tooltip {
  top: 12px;
}
.shipping-policy-block.field-tooltip .field-tooltip-action {
  color: #1979c3;
  cursor: pointer;
}
.shipping-policy-block.field-tooltip .field-tooltip-action:before {
  display: none;
}
.shipping-policy-block.field-tooltip .field-tooltip-content {
  width: 420px;
  top: 30px;
}
.opc-block-shipping-information {
  padding: 0 30px;
}
.opc-block-shipping-information .shipping-information-title {
  border-bottom: 1px solid #cccccc;
  margin: 0 0 20px;
  position: relative;
}
.opc-block-shipping-information .shipping-information-title .action-edit {
  top: 2px;
  display: inline-block;
  text-decoration: none;
  margin: 0;
  position: absolute;
  right: 0;
}
.opc-block-shipping-information .shipping-information-title .action-edit > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.opc-block-shipping-information .shipping-information-title .action-edit:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: #8f8f8f;
  content: '\e606';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.opc-block-shipping-information .shipping-information-title .action-edit:hover:before {
  color: #333333;
}
.opc-block-shipping-information .shipping-information-title .action-edit:active:before {
  color: #8f8f8f;
}
.opc-block-shipping-information .shipping-information-content {
  line-height: 27px;
}
.opc-block-shipping-information .shipping-information-content .actions-toolbar {
  margin-left: 0;
}
.opc-block-shipping-information .ship-to,
.opc-block-shipping-information .ship-via {
  margin: 0 0 20px;
}
.opc-block-summary {
  background: #f5f5f5;
  padding: 22px 30px;
  margin: 0 0 20px;
}
.opc-block-summary > .title {
  display: block;
}
.opc-block-summary .mark .value {
  color: #999999;
  display: block;
}
.opc-block-summary .discount.coupon {
  display: none;
}
.opc-block-summary .grand.incl + .grand.excl .mark,
.opc-block-summary .grand.incl + .grand.excl .amount {
  border-top: 0;
  font-size: 1.4rem;
  padding-top: 0;
}
.opc-block-summary .grand.incl + .grand.excl .mark strong,
.opc-block-summary .grand.incl + .grand.excl .amount strong {
  font-weight: 400;
}
.opc-block-summary .not-calculated {
  font-style: italic;
}
.opc-block-summary .items-in-cart > .title {
  border-bottom: 1px solid #d1d1d1;
  padding: 10px 40px 10px 0;
  cursor: pointer;
  display: block;
  text-decoration: none;
  margin-bottom: 0;
  position: relative;
}
.opc-block-summary .items-in-cart > .title > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.opc-block-summary .items-in-cart > .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  line-height: 12px;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  margin: 3px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.opc-block-summary .items-in-cart > .title:after {
  position: absolute;
  right: 0;
  top: 10px;
}
.opc-block-summary .items-in-cart > .title strong {
  font-size: 1.8rem;
  font-weight: 300;
  margin: 0;
}
.opc-block-summary .items-in-cart.active > .title:after {
  content: '\e621';
}
.opc-block-summary .items-in-cart .product {
  position: relative;
}
.opc-block-summary .minicart-items-wrapper {
  margin: 0 -15px 0 0;
  max-height: 370px;
  padding: 15px 15px 0 0;
  border: 0;
}
.column.main .opc-block-summary .product-item {
  margin: 0;
  padding-left: 0;
}
.opc-block-summary .product-item .product-item-inner {
  display: table;
  margin: 0 0 10px;
  width: 100%;
}
.opc-block-summary .product-item .product-item-name-block {
  display: table-cell;
  padding-right: 5px;
  text-align: left;
}
.opc-block-summary .product-item .subtotal {
  display: table-cell;
  text-align: right;
}
.opc-block-summary .product-item .price {
  font-size: 1.6rem;
  font-weight: 400;
}
.opc-block-summary .product-item .price-including-tax + .price-excluding-tax {
  margin: 0;
}
.opc-block-summary .product-item .price-including-tax + .price-excluding-tax .price {
  font-size: 1rem;
}
.opc-block-summary .actions-toolbar {
  position: relative;
  z-index: 1;
}
.opc-block-summary .actions-toolbar .secondary {
  border-top: 1px solid #d1d1d1;
  display: block;
  float: none;
  margin: -1px 0 0;
  padding: 15px 0 0;
  text-align: left;
}
.opc-block-summary .actions-toolbar .secondary .action {
  margin: 0;
}
.authentication-dropdown {
  box-sizing: border-box;
}
.authentication-dropdown .modal-inner-wrap {
  padding: 25px;
}
.authentication-wrapper {
  float: right;
  margin-top: -60px;
  max-width: 50%;
  position: relative;
  z-index: 1;
}
._has-auth-shown .authentication-wrapper {
  z-index: 900;
}
.block-authentication .block-title {
  font-size: 1.8rem;
  border-bottom: 0;
  margin-bottom: 25px;
}
.block-authentication .block-title strong {
  font-weight: 300;
}
.block-authentication .field .label {
  font-weight: 400;
}
.block-authentication .actions-toolbar {
  margin-bottom: 5px;
}
.block-authentication .actions-toolbar > .secondary {
  padding-top: 25px;
  text-align: left;
}
.block-authentication .block[class] {
  margin: 0;
}
.block-authentication .block[class] ul {
  list-style: none;
  padding-left: 10px;
}
.block-authentication .block[class] .field .control,
.block-authentication .block[class] .field .label {
  float: none;
  width: auto;
}
.block-authentication .block[class] + .block {
  border-top: 1px solid #c1c1c1;
  margin-top: 40px;
  padding-top: 40px;
  position: relative;
}
.block-authentication .block[class] + .block:before {
  height: 36px;
  line-height: 34px;
  margin: -19px 0 0 -18px;
  min-width: 36px;
  background: #ffffff;
  border: 1px solid #c1c1c1;
  border-radius: 50%;
  box-sizing: border-box;
  color: #c1c1c1;
  content: attr(data-label);
  display: inline-block;
  left: 50%;
  letter-spacing: normal;
  padding: 0 .2rem;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 0;
}
.checkout-payment-method .step-title {
  border-bottom: 0;
  margin-bottom: 0;
}
.checkout-payment-method .payment-method:first-child .payment-method-title {
  border-top: 0;
}
.checkout-payment-method .payment-method._active .payment-method-content {
  display: block;
}
.checkout-payment-method .payment-method + .payment-method .payment-method-title {
  border-top: 1px solid #cccccc;
}
.checkout-payment-method .payment-method-title {
  padding: 20px 0;
  margin: 0;
}
.checkout-payment-method .payment-method-title .payment-icon {
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}
.checkout-payment-method .payment-method-title .action-help {
  display: inline-block;
  margin-left: 5px;
}
.checkout-payment-method .payment-method-content {
  display: none;
  padding: 0 0 20px 22px;
}
.checkout-payment-method .payment-method-content .fieldset:not(:last-child) {
  margin: 0 0 20px;
}
.checkout-payment-method .payment-group + .payment-group .step-title {
  margin: 20px 0 0;
}
.checkout-payment-method .field-select-billing,
.checkout-payment-method .billing-address-form {
  max-width: 600px;
}
.checkout-payment-method .billing-address-same-as-shipping-block {
  margin: 0 0 10px;
}
.checkout-payment-method .checkout-billing-address {
  margin: 0 0 20px;
}
.checkout-payment-method .checkout-billing-address .primary .action-update {
  margin-right: 0;
}
.checkout-payment-method .checkout-billing-address .billing-address-details {
  line-height: 27px;
  padding: 0 0 0 23px;
}
.checkout-payment-method .payment-method-note + .checkout-billing-address {
  margin-top: 20px;
}
.checkout-payment-method .payment-method-iframe {
  background-color: transparent;
  display: none;
  width: 100%;
}
.checkout-payment-method .no-payments-block {
  margin: 20px 0;
}
.checkout-payment-method .payment-option._active .payment-option-title .action-toggle:after {
  content: '\e621';
}
.checkout-payment-method .payment-option._collapsible .payment-option-title {
  cursor: pointer;
}
.checkout-payment-method .payment-option._collapsible .payment-option-content {
  display: none;
}
.checkout-payment-method .payment-option-title {
  border-top: 1px solid #cccccc;
  padding: 20px 0;
}
.checkout-payment-method .payment-option-title .action-toggle {
  color: #1979c3;
  display: inline-block;
  text-decoration: none;
}
.checkout-payment-method .payment-option-title .action-toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 16px;
  color: #8f8f8f;
  content: '\e622';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.checkout-payment-method .payment-option-title .action-toggle:hover:after {
  color: #333333;
}
.checkout-payment-method .payment-option-title .action-toggle:active:after {
  color: #8f8f8f;
}
.checkout-payment-method .payment-option-content {
  padding: 0 0 20px 22px;
}
.checkout-payment-method .payment-option-inner {
  margin: 0 0 20px;
}
.checkout-payment-method .credit-card-types {
  padding: 0;
}
.checkout-payment-method .credit-card-types .item {
  display: inline-block;
  list-style: none;
  margin: 0 5px 0 0;
  vertical-align: top;
}
.checkout-payment-method .credit-card-types .item._active {
  font-weight: 700;
}
.checkout-payment-method .credit-card-types .item._active img {
  -webkit-filter: grayscale(0%);
}
.checkout-payment-method .credit-card-types .item._inactive {
  opacity: .4;
}
.checkout-payment-method .credit-card-types .item span {
  display: inline-block;
  padding-top: 6px;
  vertical-align: top;
}
.checkout-payment-method .credit-card-types img {
  -webkit-filter: grayscale(100%);
  -webkit-transition: all .6s ease;
}
.checkout-payment-method .ccard .fields > .year {
  padding-left: 5px;
}
.checkout-payment-method .ccard .fields .select {
  padding-left: 5px;
  padding-right: 5px;
}
.checkout-payment-method .ccard .month .select {
  width: 140px;
}
.checkout-payment-method .ccard .year .select {
  width: 80px;
}
.checkout-payment-method .ccard .captcha .input-text,
.checkout-payment-method .ccard .number .input-text {
  width: 225px;
}
.checkout-payment-method .ccard > .field.cvv > .control {
  padding-right: 20px;
  width: auto;
}
.checkout-payment-method .ccard .cvv .input-text {
  width: 55px;
}
.checkout-payment-method .ccard.fieldset > .field .fields.group.group-2 .field {
  width: auto !important;
}
.checkout-agreements-block .checkout-agreements {
  margin-bottom: 20px;
}
.checkout-agreements-block .checkout-agreement.field {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.checkout-agreements-block .checkout-agreement.field.required label:after {
  content: none;
}
.checkout-agreements-block .checkout-agreement.field.required .action-show:after {
  content: '*';
  color: #e02b27;
  font-size: 1.2rem;
}
.checkout-agreements-block .action-show {
  vertical-align: baseline;
}
.checkout-agreements-items {
  padding-bottom: 30px;
}
.checkout-agreements-items .checkout-agreements-item {
  margin-bottom: 20px;
}
.checkout-agreements-items .checkout-agreements-item-title {
  border-bottom: 0;
}
.checkout-agreement-item-content {
  overflow: auto;
}
/* -------------- Cart page -------------- */
body.custom.checkout-cart-index .page-main {
  max-width: 100%;
}
body.custom.checkout-cart-index .page-main > .page-title-wrapper .page-title {
  font-weight: 400;
}
.checkout-index-index .page-header {
  border-bottom: none;
}
.checkout-index-index .header.content {
  padding-left: 10px;
  max-width: 1188px;
}
.checkout-index-index .default-logo {
  margin: 15px auto;
}
.cart-container .form-cart {
  padding: 0 10px;
}
.cart-container .shopping-cart-right {
  width: 30%;
  float: left;
  padding: 0 10px;
}
.form-cart .icon-box-left {
  margin-top: 30px;
  text-align: center;
  padding-left: 0;
}
.form-cart .icon-box-left .icon-box-icon {
  position: static;
}
.cart.table-wrapper th.col {
  color: #999;
}
.cart.table-wrapper .col {
  font-weight: 400;
  padding: 14px 0;
  text-align: left;
  line-height: 1.5;
  color: #333;
}
.cart.table-wrapper .col.qty .input-text {
  margin: 0;
  min-width: 100%;
  background: #fff;
  border-color: #dadada;
  color: #777;
}
.cart.table-wrapper .item .col.item {
  padding: 30px 0;
}
.cart.table-wrapper .col.item {
  width: auto;
}
.cart.table-wrapper td {
  padding-top: 30px;
  padding-bottom: 30px;
  vertical-align: middle;
}
.cart.table-wrapper td.subtotal {
  color: #c96;
}
.cart.table-wrapper td.price,
.cart.table-wrapper th.price {
  width: 120px;
}
.cart.table-wrapper td.qty,
.cart.table-wrapper th.qty {
  width: 135px;
}
.cart.table-wrapper td.subtotal,
.cart.table-wrapper th.subtotal {
  width: 80px;
  font-weight: 400;
}
.cart.table-wrapper td.actions,
.cart.table-wrapper th.actions {
  padding-right: 0;
  padding-left: 0;
  width: 38px;
  text-align: right;
}
.cart.table-wrapper td.actions a.action,
.cart.table-wrapper th.actions a.action {
  width: 17px;
  height: 17px;
  padding: 0;
  display: inline-block;
  margin: 0;
  min-width: auto;
  border: none;
  position: relative;
}
.cart.table-wrapper td.actions a.action.action-delete::before,
.cart.table-wrapper th.actions a.action.action-delete::before {
  content: '\f191';
  font-family: "molla";
}
.cart.table-wrapper td.actions a.action.action-edit::before,
.cart.table-wrapper th.actions a.action.action-edit::before {
  content: '\f1c1';
  font-family: "molla";
}
.cart.table-wrapper td.actions a.action span,
.cart.table-wrapper th.actions a.action span {
  display: none;
}
.cart.table-wrapper td .actions-toolbar,
.cart.table-wrapper th .actions-toolbar {
  margin-top: 0;
}
.cart.table-wrapper div.product-item-details {
  vertical-align: middle;
  width: auto;
  padding-left: 28px;
}
.cart.table-wrapper a.product-item-photo {
  vertical-align: middle;
  width: 60px;
  padding-right: 0;
}
.cart.table-wrapper .price-including-tax .price,
.cart.table-wrapper .price-excluding-tax .price {
  font-weight: 400;
  font-size: 16px;
}
.cart.table-wrapper .edit-qty {
  width: 26px;
  position: absolute;
  text-align: center;
  height: 40px;
  line-height: 40px;
  z-index: 1;
  cursor: pointer;
  outline: none;
}
.cart.table-wrapper .edit-qty:hover {
  color: #c96;
}
.cart.table-wrapper .edit-qty.plus {
  right: 0;
}
.cart.table-wrapper .field .control {
  position: relative;
  width: 100px;
}
.cart.table-wrapper .col.price,
.order-items.table-wrapper .col.price,
.cart.table-wrapper .col.qty,
.order-items.table-wrapper .col.qty,
.cart.table-wrapper .col.subtotal,
.order-items.table-wrapper .col.subtotal,
.cart.table-wrapper .col.msrp,
.order-items.table-wrapper .col.msrp {
  text-align: left;
}
.cart-totals .table-wrapper {
  margin-top: 10px;
}
.shopping-cart-right .cart-summary {
  width: 100%;
  border: 1px dashed #d7d7d7;
  background: #f9f9f9;
  border-radius: 3px;
  padding: 25px 30px 30px;
}
.column.main .cart-summary .block > .title {
  border-bottom: 1px solid #ccc;
  padding: 6px 0 10px 0;
  border-top: none;
}
.column.main .cart-summary .block > .title::after {
  top: 5px;
  color: #333;
}
.column.main .cart-summary .block > .title strong {
  font-size: 16px;
  font-weight: 400;
  color: #333;
}
.cart-summary .content {
  border-bottom: 1px solid #ccc;
}
.cart-summary .shipping .content {
  padding-bottom: 10px;
}
.cart-summary > .title {
  display: none;
}
.cart-summary .block {
  padding-top: 0;
}
.cart-summary .block .fieldset {
  margin-left: 0;
}
.cart-summary .block .fieldset .methods .field > .label {
  color: #333;
}
.cart-summary .block .shipping .fieldset .field {
  margin-bottom: 20px;
}
.cart-summary .block.cart-totals .title {
  cursor: initial;
}
.cart-summary .block.cart-totals .title:after {
  content: none;
}
.cart-summary .block .fieldset .field.note {
  line-height: normal;
  margin-top: 10px;
}
.cart-totals {
  border-top: none;
}
.cart-totals .totals .title {
  font-size: 14px;
}
.cart-totals .totals .amount {
  vertical-align: inherit;
}
.cart-container .checkout-methods-items .action.primary,
.cart-container .checkout-methods-items .amshopby-button,
.cart-container .checkout-methods-items .am-filter-go {
  min-width: 170px;
  padding: 8.5px 15px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: normal;
  line-height: 21px;
}
.cart-container .form-cart .action.update::before {
  line-height: 22px;
}
.block.shipping .content .fieldset {
  margin: 0;
}
.block.shipping .field .control .input-text {
  margin-bottom: 10px;
}
.cart.line .action {
  text-transform: none;
  border-color: #d7d7d7;
  background: transparent;
  display: inline-block;
  font-family: inherit;
}
.cart.line .action:hover {
  background-color: #fff;
  color: #c96;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
}
.discount .field .control .input-text {
  margin-bottom: 10px;
}
.text-left {
  text-align: left;
}
.fieldset.rate .item-title {
  padding-bottom: 10px;
  color: #333;
}
.table.totals th,
.table.totals td {
  color: #333;
}
.action.multicheckout {
  border-color: #d7d7d7;
}
.action.multicheckout:hover {
  background-color: #fff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
}
.coupon .actions-toolbar {
  margin-top: 0;
}
.coupon .actions-toolbar .primary {
  float: none;
  width: 100%;
}
.coupon .actions-toolbar .primary:hover {
  background-color: transparent;
}
.coupon .actions-toolbar .primary .apply {
  width: 100%;
  margin: 0;
  text-align: center;
  background-color: transparent;
  border-color: #d7d7d7;
}
.coupon .actions-toolbar .primary .apply:hover {
  background-color: #fff;
  color: #c96;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
}
/* Checkout page */
.opc-progress-bar {
  margin: 75px 0 20px;
}
.opc-progress-bar li:first-child:nth-last-child(2),
.opc-progress-bar li:first-child:nth-last-child(2) ~ li {
  width: 50%;
}
.opc-progress-bar li:first-child:nth-last-child(3),
.opc-progress-bar li:first-child:nth-last-child(3) ~ li {
  width: 33.33333%;
}
.opc-progress-bar li:first-child:nth-last-child(4),
.opc-progress-bar li:first-child:nth-last-child(4) ~ li {
  width: 25%;
}
.opc-progress-bar li:first-child:nth-last-child(5),
.opc-progress-bar li:first-child:nth-last-child(5) ~ li {
  width: 20%;
}
.opc-progress-bar .opc-progress-bar-item::before {
  top: 15px;
}
.opc-progress-bar .opc-progress-bar-item._active::before {
  background: #eb5202;
}
.opc-progress-bar .opc-progress-bar-item._active > span {
  color: #eb5202;
}
.opc-progress-bar .opc-progress-bar-item._active > span::after {
  color: #eb5202;
}
.opc-progress-bar .opc-progress-bar-item._active > span::before {
  background: #eb5202;
}
.opc-progress-bar .opc-progress-bar-item > span {
  font-weight: 400;
  font-size: 16px;
}
.opc-progress-bar .opc-progress-bar-item > span::after {
  background: #fff;
  height: 26px;
  margin-left: -13px;
  top: 6px;
  width: 26px;
  content: counter(i);
  counter-increment: i;
  color: #333;
  font-size: 15px;
  line-height: 26px;
  color: #c2c2c2;
  font-family: inherit;
}
.opc-progress-bar .opc-progress-bar-item > span::before {
  background: #c2c2c2;
  height: 38px;
  margin-left: -19px;
  width: 38px;
  content: '';
  top: 0;
}
.opc-wrapper .step-title,
.opc-block-shipping-information .shipping-information-title,
.opc-block-summary > .title,
.checkout-agreements-items .checkout-agreements-item-title {
  border-bottom: none;
  padding-bottom: 0;
  color: #333333;
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 18px;
}
.opc-wrapper form.form-login,
.opc-wrapper form.form-shipping-address {
  max-width: 100%;
}
.opc-wrapper .fieldset > .field > .label {
  font-weight: 300;
  color: #333;
  font-size: 14px;
  display: inline-block;
  white-space: nowrap;
}
.opc-wrapper .form-login .fieldset .note,
.opc-wrapper .form-shipping-address .fieldset .note {
  display: block;
}
.form-shipping-address .field .control .input-text {
  margin-bottom: 0;
}
.opc-block-summary {
  background: #f9f9f9;
  border: 1px dashed #d7d7d7;
  border-radius: 3px;
}
.opc-block-summary .items-in-cart > .title strong,
.opc-block-summary .product-item .price {
  font-size: 16px;
}
.opc-block-summary .title {
  border-bottom: 1px solid #d1d1d1;
  padding-bottom: 15px;
  margin-bottom: 0;
}
.opc-block-summary .items-in-cart > .title {
  padding-top: 8px;
}
.opc-block-summary .items-in-cart > .title::after {
  top: 18px;
}
.opc-block-summary .totals.discount .title {
  border: none;
  font-size: 14px;
}
.opc-block-summary .totals.discount .amount {
  vertical-align: inherit;
}
.opc-block-summary .product-item .product-item-name-block {
  vertical-align: top;
  display: block;
}
.opc-block-summary .minicart-items .product-item-details .details-qty {
  margin-top: 0;
}
.opc-block-summary li.product-item:last-child {
  padding-bottom: 0;
}
table.table-checkout-shipping-method {
  width: 100%;
}
table.table-checkout-shipping-method tbody tr td {
  width: 25%;
  text-align: right;
}
table.table-checkout-shipping-method tbody tr td:first-child {
  text-align: left;
}
.checkout-shipping-method .actions-toolbar .action.primary,
.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .action.primary,
.block-authentication .actions-toolbar > .primary .action,
.checkout-shipping-method .actions-toolbar .amshopby-button,
.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .amshopby-button,
.checkout-shipping-method .actions-toolbar .am-filter-go,
.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .am-filter-go {
  margin: 0;
  text-align: center;
  font-size: 16px;
  padding: 5px;
}
.block-authentication .field .control .input-text {
  margin-bottom: 0;
}
.block-authentication .actions-toolbar > .secondary,
.block-authentication .actions-toolbar > .primary,
.block-authentication .actions-toolbar > .primary .action,
.block-authentication .actions-toolbar > .secondary .action {
  width: 100%;
}
.block-authentication .actions-toolbar > .secondary a,
.block-authentication .actions-toolbar > .primary a,
.block-authentication .actions-toolbar > .primary .action a,
.block-authentication .actions-toolbar > .secondary .action a {
  display: block;
}
.block-authentication .actions-toolbar > .primary .action {
  background-color: #c96;
  border-color: #c96;
}
.block-authentication .block-title {
  font-size: 20px;
  color: #333;
}
.opc-estimated-wrapper {
  padding: 18px 0;
}
.opc-estimated-wrapper .estimated-block {
  border-bottom: none;
  padding-bottom: 0;
  color: #333333;
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 18px;
  padding-top: 0;
}
.items-in-cart .minicart-wrapper {
  width: 70px;
  text-align: right;
}
.items-in-cart .minicart-wrapper .action.showcart {
  min-width: auto;
  padding: 9px 0;
  background: none;
  border: none;
}
.authentication-wrapper {
  margin-top: 0;
}
.authentication-wrapper .action-auth-toggle {
  color: #c96;
  background-color: transparent;
  border-color: #c96;
}
.authentication-wrapper .action-auth-toggle:hover,
.authentication-wrapper .action-auth-toggle:focus {
  border: 1px solid #c96;
  text-decoration: none;
  background-color: #c96;
  color: #fff;
}
.opc-block-shipping-information {
  padding: 0;
}
.action.action-edit {
  text-align: right;
}
.checkout-payment-method .payment-option-title .action-toggle {
  color: #333;
  border-color: #ebebeb;
  text-transform: uppercase;
}
.checkout-payment-method .payment-option-title .action-toggle:hover {
  color: #fff;
  border-color: #c96;
  background-color: #c96;
}
.checkout-payment-method .payment-option-title .action-toggle:hover:after {
  color: #fff;
}
.checkout-payment-method .payment-option-title {
  padding-left: 0;
}
.fieldset .field > .label > span {
  color: #666;
}
.items-in-cart .product-item-details .content {
  padding-top: 8px;
}
.items-in-cart .product-item-details .item-options dt {
  font-weight: 500;
}
.items-in-cart .product-item-details .item-options dd {
  margin-left: 0;
  border-bottom: 1px solid #d7d7d7;
  margin-bottom: 10px;
  padding: 5px 0 10px 10px;
}
.items-in-cart .product-item-details .item-options dd:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
.items-in-cart .product-item-details .price-excluding-tax {
  margin: 0;
  font-size: inherit;
}
.items-in-cart .product-item-details .price-excluding-tax .price {
  font-size: 14px;
}
.form-login .control select,
.form-shipping-address .control select {
  color: #666;
}
.opc-wrapper .form-login .fieldset .note,
.opc-wrapper .form-shipping-address .fieldset .note {
  margin-top: 0;
}
.field.required > label::after,
.form-group.required > label::after,
.field._required > label::after,
.form-group._required > label::after,
.field.required > .label::after,
.form-group.required > .label::after,
.field._required > .label::after,
.form-group._required > .label::after {
  color: #ff0000;
  content: "*";
  font-size: 13px;
  margin: 0 0 0 3px;
}
.col-method input[type="radio"] {
  top: 2px;
}
.checkout-payment-method .payment-method-title {
  padding: 20px 0 14px;
}
.opc-wrapper .form-discount {
  max-width: 100%;
}
.opc-wrapper .form-discount .actions-toolbar .primary .action {
  background: #fff;
  margin: 0;
}
.opc-wrapper .form-discount .actions-toolbar .primary .action:hover {
  color: #3c9;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
  background-color: #fff;
}
.checkout-billing-address .primary:hover {
  background: none !important;
}
.checkout-billing-address .primary .action {
  border: 1px solid #ebebeb;
  background: #fff;
  padding: 8.5px 15px;
  margin: 0 10px 0;
  min-height: 41px;
  color: #333;
}
.checkout-billing-address .primary .action:hover {
  color: #3c9;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
  border: 1px solid #ebebeb;
  background-color: #fff;
}
.checkout-index-index .page-header + .page-main {
  margin-top: 0;
}
.checkout-index-index .page-header + .page-main .action.action-auth-toggle {
  position: absolute !important;
  right: 0;
  top: -32px;
  z-index: 11;
}
.checkout-index-index .page-header + .page-main .authentication-dropdown {
  top: calc(115%);
}
.checkout-index-index .page-main {
  margin-top: 30px;
}
.checkout-index-index .footer-copyright {
  text-align: center;
  padding: 20px 0;
}
.checkout-index-index .modals-wrapper .modal-popup:not(.agreements-modal):not(.popup-authentication) .modal-inner-wrap {
  left: 50%;
}
@media (min-width: 992px) {
  .cart-container .form.form-cart {
    width: 70%;
    z-index: 2;
  }
  #gift-options-cart {
    position: relative;
    z-index: 2;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .minicart-items .product-item-details {
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .opc-wrapper {
    padding-right: 20px;
  }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address {
    max-width: 100%;
  }
  div.opc-wrapper .fieldset > .field.required > label::after,
  div.opc-wrapper .fieldset > .field._required > label::after {
    margin-left: 0;
    position: static;
  }
  .opc-wrapper .fieldset > .field.required,
  .opc-wrapper .fieldset > .field._required {
    clear: left;
    overflow: hidden;
  }
}
@media (max-width: 991px) {
  .checkout-cart-index .cart-container {
    display: flex;
    flex-wrap: wrap;
  }
  .checkout-cart-index .cart-container .form.form-cart {
    order: 1;
  }
  .checkout-cart-index .cart-container div[data-bind="scope:'giftOptionsCart'"] {
    width: 100%;
  }
  .checkout-cart-index .cart-container .cart-gift-item {
    width: 100%;
  }
  .checkout-cart-index .cart-container > div {
    order: 2;
  }
  .cart-container .form-cart {
    margin-bottom: 30px;
  }
  .cart-container .form-cart,
  .cart-container .shopping-cart-right {
    width: 100% !important;
    padding: 0;
  }
  .shopping-cart-right .cart-summary {
    padding: 10px 15px 20px;
  }
  .cart.table-wrapper .product-item-details {
    padding-left: 70px;
  }
  .coupon .actions-toolbar .primary {
    width: auto;
  }
}
@media (max-width: 767px) {
  .action.multicheckout {
    display: block;
  }
  .actions-update {
    text-align: left;
    margin-top: 10px;
  }
  .cart-container .form-cart .action.update,
  .cart-container .form-cart .action.clear {
    display: inline-block;
    width: 100%;
  }
  .checkout-index-index .header.content {
    padding-top: 33px;
  }
  .cart.line .action {
    display: block;
  }
  .cart.table-wrapper td.col.qty,
  .cart.table-wrapper td.col.price,
  .cart.table-wrapper td.col.subtotal,
  .cart.table-wrapper td.col.msrp {
    display: block;
    width: 100%;
    vertical-align: top;
    text-align: left;
    padding: 10px 0;
  }
  .cart.table-wrapper td.actions,
  .cart.table-wrapper th.actions {
    padding-top: 23px;
    vertical-align: top;
  }
  .cart.table-wrapper .item .col.item {
    padding: 10px 0;
    width: 100%;
    min-height: 100%;
  }
  .cart.table-wrapper div.product-item-details {
    padding-left: 0;
  }
  .cart.table-wrapper a.product-item-photo {
    width: auto;
    padding-right: 0;
    position: static;
    max-width: 130px;
  }
  .cart.table-wrapper .col.qty::before,
  .cart.table-wrapper .col.price::before,
  .cart.table-wrapper .col.subtotal::before,
  .cart.table-wrapper .col.msrp::before,
  .item-info .price-including-tax,
  .item-info .price-excluding-tax,
  .item-info .field.qty {
    display: inline-block;
    margin-right: 7px;
  }
  .checkout-billing-address .primary .action {
    margin: 0 0 20px 0;
  }
  .checkout-index-index .page-header + .page-main .authentication-dropdown {
    top: 0;
  }
}
@media (max-width: 480px) {
  .cart.line .action {
    width: 100%;
    text-align: center;
  }
  .cart.table-wrapper .field .control {
    width: 75px;
  }
  .opc-progress-bar li {
    width: 100% !important;
    margin-bottom: 20px;
  }
  .opc-progress-bar li:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .cart-container .block.discount {
    float: left;
    position: relative;
    width: 73%;
  }
  .cart-container .service.cart {
    float: left;
    position: relative;
    width: 73%;
  }
  .cart-container .cart-summary {
    width: 25%;
  }
}
@media (max-width: 991px) {
  .cart-container .cart-summary {
    width: 100% !important;
    padding: 0;
    position: static;
  }
  .cart-container .block.discount {
    width: 100% !important;
  }
  .cart-container .service.cart {
    width: 100% !important;
  }
}
.cart-container .service.cart {
  margin-bottom: 20px;
}
.cart-container .amexfee-block-content.-cart > .title.amexfee-title:after {
  content: '\e622';
}
.cart-container .amexfee-block-content.-cart.active > .title.amexfee-title:after {
  content: '\e621';
}
.cart-container .amexfee-block-content > .title.amexfee-title:after {
  width: unset;
  height: unset;
  background: unset;
  transform: unset;
  top: 0;
  right: -5px;
}
.cart-container .amexfee-form-container > .amexfee-fieldset .amexfee-title {
  font-size: 14px;
  font-weight: 500;
  color: #666;
}
.cart-container .cart-summary {
  border: 1px dashed #d7d7d7;
  background: #f9f9f9;
  border-radius: 3px;
  padding: 25px 30px 30px;
}
.cart-container .gift-item-block .title {
  border-color: #d7d7d7;
  background: transparent;
  font-weight: 500;
  position: relative;
}
.cart-container .gift-item-block .title:hover {
  border-color: #ff500a;
  background: transparent;
  color: #ff500a;
}
.cart-container .gift-item-block .title:after {
  line-height: 22px;
}
.cart-container .gift-item-block .gift-options-title {
  font-size: 20px;
  color: #666;
  font-weight: 400;
}
.cart-container .gift-item-block .gift-options .actions-toolbar .secondary .action-cancel {
  height: 40px;
  margin-top: 0;
}
.cart-container .block.discount {
  margin-top: 20px;
  margin-bottom: 60px;
}
.cart-container .block.discount .title {
  border: 1px solid #d7d7d7;
  background: transparent;
  font-weight: 500;
  position: relative;
  color: #333333;
  cursor: pointer;
  font-family: 'popins';
  margin: 20px 0 0;
  padding: 7px 10px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
  display: inline-block;
  text-decoration: none;
}
.cart-container .block.discount .title strong {
  font-weight: 500;
}
.cart-container .block.discount .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 16px;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
  line-height: 22px;
}
.cart-container .block.discount .content {
  padding-right: 10px;
  padding-left: 10px;
}
.cart-container .block.discount .fieldset.coupon .label {
  font-size: 20px;
  font-weight: 400;
  line-height: 29px;
  color: #666;
  margin-top: 10px;
  margin-bottom: 20px;
}
.cart-container .block.discount .fieldset.coupon .actions-toolbar {
  margin-top: 20px;
}
.cart-container .checkout-methods-items .action.primary.checkout,
.cart-container .checkout-methods-items .amshopby-button.checkout,
.cart-container .checkout-methods-items .am-filter-go.checkout {
  border: 2px solid;
}
.cart-container .checkout-methods-items .action.primary.checkout span,
.cart-container .checkout-methods-items .amshopby-button.checkout span,
.cart-container .checkout-methods-items .am-filter-go.checkout span {
  font-size: 16px;
  font-weight: 600;
}
.column.main .cart-summary .block > .title {
  font-size: 16px;
  font-weight: 400;
  color: #333;
}
.column.main .cart-summary .block > .title::after {
  top: 0px;
  color: #333;
}
.amgiftcard-apply-code.cart-discount .title {
  border: 1px solid #d7d7d7;
  background: transparent;
  font-weight: 500;
  position: relative;
  color: #333333;
  cursor: pointer;
  font-family: 'popins';
  margin: 20px 0 0;
  padding: 7px 10px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
  display: inline-block;
  text-decoration: none;
}
.amgiftcard-apply-code.cart-discount .title strong {
  font-weight: 500;
}
.amgiftcard-apply-code.cart-discount .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 16px;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
  line-height: 22px;
}
.amgiftcard-apply-code.cart-discount .content {
  padding-right: 10px;
  padding-left: 10px;
}
.amgiftcard-apply-code.cart-discount .label {
  font-size: 20px;
  font-weight: 400;
  line-height: 29px;
  color: #666;
  margin-top: 10px;
  margin-bottom: 20px;
}
.checkout-agreements .checkout-agreement.field.choice .required-entry {
  opacity: 1;
  width: 16px;
  height: 16px;
  left: 0;
  top: 5px;
}
.checkout-agreements .checkout-agreement.field.choice label.label {
  white-space: unset;
}
.checkout-agreements .checkout-agreement.field.choice label.label:before {
  display: none !important;
}
.checkout-cart-index .block.discount .title,
.checkout-cart-index .gift-item-block .title {
  padding: 7px 10px;
  border: none;
}
.modal-popup.modal_newsletter_popup .modal-inner-wrap {
  max-width: 970px !important;
}
.modal-popup.modal_newsletter_popup .modal-inner-wrap .modal-header,
.modal-popup.modal_newsletter_popup .modal-inner-wrap .modal-footer {
  padding: 0;
  display: none;
}
.modal-popup.modal_newsletter_popup .modal-inner-wrap .modal-content {
  padding: 0;
}
.modal-popup.modal_newsletter_popup .modal-inner-wrap .modal-content .newsletter_popup {
  width: 100% !important;
  margin: 0;
  padding-right: 41%;
  background-position: right;
  background-repeat: no-repeat;
  background-size: contain;
}
.modal-popup.modal_newsletter_popup .modal-inner-wrap .modal-content .newsletter_popup .action-close {
  padding: 0;
  right: 10px;
  top: 10px;
}
.modal-popup.modal_newsletter_popup .modal-inner-wrap .modal-content .newsletter_popup .action-close:before {
  content: '\f191';
  font-family: "molla";
  font-size: 20px;
  color: #333;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  width: 30px;
  height: 30px;
  line-height: 30px;
  display: block;
}
.modal-popup.modal_newsletter_popup .modal-inner-wrap .modal-content .newsletter_popup .action-close:hover:before {
  background-color: #ffffff;
}
.modal-popup.modal_newsletter_popup .modal-inner-wrap .modal-content .newsletter_popup .block-popup-content {
  padding-top: 50px;
  padding-bottom: 40px;
  padding-left: 10px;
  padding-right: 10px;
  max-width: calc(80%);
  margin: 0 auto;
  text-align: center;
}
.modal-popup.modal_newsletter_popup .modal-inner-wrap .modal-content .newsletter_popup .block-popup-content .image-logo .logo {
  display: block;
  margin: 0 auto 10px;
}
.modal-popup.modal_newsletter_popup .modal-inner-wrap .modal-content .newsletter_popup .block-popup-content .title h4 {
  font-size: 46px;
  font-weight: 700;
  letter-spacing: -.025em;
  color: #222;
  margin-bottom: 10px;
  text-transform: uppercase;
  line-height: 1.4em;
}
.modal-popup.modal_newsletter_popup .modal-inner-wrap .modal-content .newsletter_popup .block-popup-content .title h4 light {
  font-weight: 400;
}
.modal-popup.modal_newsletter_popup .modal-inner-wrap .modal-content .newsletter_popup .block-popup-content .newsletter-popup-content {
  font-weight: 400;
  letter-spacing: .01em;
  margin-bottom: 33px;
  line-height: 1.75em;
}
.modal-popup.modal_newsletter_popup .modal-inner-wrap .modal-content .newsletter_popup .block-popup-content .form-group.newsletter {
  position: relative;
}
.modal-popup.modal_newsletter_popup .modal-inner-wrap .modal-content .newsletter_popup .block-popup-content .form-group.newsletter .control input {
  padding-right: 120px;
  border: none;
  background-color: #f5f5f5;
  border-color: #f5f5f5;
  color: #666;
}
.modal-popup.modal_newsletter_popup .modal-inner-wrap .modal-content .newsletter_popup .block-popup-content .form-group.newsletter .actions {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}
.modal-popup.modal_newsletter_popup .modal-inner-wrap .modal-content .newsletter_popup .block-popup-content .form-group.newsletter .actions .action.subscribe {
  padding: 9px 20px;
  min-width: auto;
  text-transform: uppercase;
  background-color: #222;
  border-color: #222;
  color: #fff;
}
.modal-popup.modal_newsletter_popup .modal-inner-wrap .modal-content .newsletter_popup .block-popup-content .mgs-gdpr-checkbox {
  margin-top: 10px;
}
.modal-popup.modal_newsletter_popup .modal-inner-wrap .modal-content .newsletter_popup .block-popup-content .mgs-gdpr-checkbox label.label {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: .01em;
  color: #666;
}
.modal-popup.modal_newsletter_popup .modal-inner-wrap .modal-content .newsletter_popup .block-popup-content .checkbox.dont-show-popup {
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  margin-bottom: 0;
}
.modal-popup.modal_newsletter_popup .modal-inner-wrap .modal-content .newsletter_popup .block-popup-content .checkbox.dont-show-popup label {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: .01em;
  color: #666;
}
@media (max-width: 991px) {
  .modal-popup.modal_newsletter_popup .modal-inner-wrap .modal-content .newsletter_popup {
    padding-right: 0;
    background-image: none !important;
  }
}
.products-grid .product-items .product-item-info .swatch-attribute .swatch-option {
  min-width: 15px;
  height: 15px;
}
.intro-slider .page-header-sliders a.item-image {
  display: block;
  min-height: 360px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.intro-slider .page-header-sliders a.item-image img {
  opacity: 0;
}
.intro-slider .page-header-sliders .slide-text .inner-text {
  padding: 0;
}
.intro-slider .page-header-sliders .slide-text .inner-text .intro-content .intro-subtitle {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -.01em;
  margin-bottom: 7px;
}
.intro-slider .page-header-sliders .slide-text .inner-text .intro-content .intro-title {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -.025em;
  text-indent: -.2px;
  line-height: 1.2;
  margin-bottom: 25px;
}
.intro-slider .page-header-sliders .slide-text .inner-text .intro-content .intro-title sup {
  font-size: 20px;
}
.intro-slider .page-header-sliders .slide-text .inner-text .intro-content .intro-title > sup {
  padding-right: 10px;
}
.intro-slider .page-header-sliders .slide-text .inner-text .intro-content .btn.btn-default {
  padding: 9px 18px;
  min-width: auto;
}
.brand-slider .page-header-sliders {
  min-height: auto !important;
}
.brand-slider .owl-item .item {
  height: 100px;
  border: 1px solid #ebebeb;
  border-left-width: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.brand-slider.not-border .owl-item .item {
  border: none;
}
.deal-banner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 20px;
  background-color: #fff;
  margin-bottom: 20px;
}
.deal-banner .deal-content {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding: 35px 0 20px;
}
.deal-banner .deal-image {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.latest-post-grid-block .block.mgs-post {
  margin-bottom: 0;
}
a.btn.btn-big {
  padding: 12px 42px;
  text-transform: capitalize;
}
.conts-newsletter .block.newsletter .field .control:before {
  display: none;
}
.newsletter-home .heading {
  margin-bottom: 20px;
}
.newsletter-home .heading .sub-title {
  color: inherit;
  font-size: 16px;
  margin-top: 7px;
}
.newsletter-home .heading .sub-title > span {
  color: #fff;
  font-weight: 400;
}
.newsletter-home .conts-newsletter .block.newsletter {
  margin: 0 auto;
}
.newsletter-home .conts-newsletter .block.newsletter .field {
  margin-right: 0;
}
.newsletter-home .conts-newsletter .block.newsletter input {
  width: 100%;
  height: 46px;
  line-height: 46px;
  border-right-color: transparent;
}
.newsletter-home .conts-newsletter .block.newsletter .action.subscribe {
  border-radius: 0;
  margin-left: 0;
  height: 46px;
  line-height: 46px;
  padding: 0;
  background-color: #fff;
  color: #333;
  font-weight: 500;
  min-width: 150px;
  padding-left: 1rem;
  padding-right: 0;
  border: none;
}
.newsletter-home .conts-newsletter .block.newsletter .action.subscribe:after {
  content: '\f274';
  font-family: "molla";
  margin-left: 10px;
}
.newsletter-home .conts-newsletter .block.newsletter .action.subscribe:hover {
  background-color: #a6c76d;
  color: #fff;
}
.icon-boxes {
  padding-top: 25px;
  padding-bottom: 25px;
}
.icon-boxes .banner-service {
  padding-top: 25px;
  padding-bottom: 25px;
}
.intro-slider.v2 .page-header-sliders a.item-image {
  min-height: 405px;
}
.intro-slider.v2 .page-header-sliders .slide-text .inner-text {
  padding-left: 0;
}
.intro-slider.v2 .page-header-sliders .slide-text .inner-text .intro-content .intro-subtitle {
  font-size: 18px;
  font-weight: 300;
}
.intro-slider.v2 .page-header-sliders .slide-text .inner-text .intro-content .intro-price sup {
  top: -1.1em;
  font-size: 16px;
  font-weight: 400;
}
.intro-banners .promobanner .text {
  padding-left: 30px;
}
.intro-banners .banner-content .banner-subtitle {
  font-size: 14px;
  letter-spacing: -.01em;
  margin-bottom: 2px;
}
.intro-banners .banner-content .banner-title {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.22;
  letter-spacing: -.01em;
  margin-bottom: 6px;
}
.intro-banners .banner-content .banner-title span {
  display: block;
  font-weight: 300;
}
.intro-banners .banner-content .banner-link {
  display: inline-block;
  letter-spacing: -.01em;
  text-align: center;
}
.intro-banners .banner-content .banner-link i {
  margin-left: 7px;
}
.cta.cta-border {
  position: relative;
  padding: 10px;
}
.cta.cta-border .cta-border-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cta.cta-border .cta-border-image img {
  height: 100%;
  width: 100%;
}
.cta.cta-border .cta-border-wrapper {
  padding-top: 39px;
  padding-bottom: 39px;
  position: relative;
  z-index: 1;
}
.cta.cta-border .cta-border-wrapper .cta-content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-direction: row;
  padding-left: 15px;
}
.cta.cta-border .cta-border-wrapper .cta-content .cta-title {
  font-weight: 600;
  letter-spacing: -.01em;
  font-size: 20px;
}
@media (max-width: 991px) {
  .cta.cta-border .cta-border-wrapper .cta-content .cta-title {
    text-align: center;
  }
}
.cta.cta-border .cta-border-wrapper .cta-content .cta-heading {
  width: 100%;
  flex: 0 0 100%;
  max-width: 100%;
  margin: 0;
  padding-top: 0;
  padding-right: 0;
}
@media screen and (min-width: 992px) {
  .cta.cta-border .cta-border-wrapper .cta-content .cta-heading {
    flex: 0 0 26.5%;
    max-width: 26.5%;
    padding-right: 30px;
  }
  .cta.cta-border .cta-border-wrapper .cta-content .cta-heading .cta-heading {
    text-align: right;
  }
  .cta.cta-border .cta-border-wrapper .cta-content .cta-text {
    flex-grow: .5;
    margin-right: 0;
    padding-left: 30px;
    margin-bottom: 0;
    position: relative;
  }
  .cta.cta-border .cta-border-wrapper .cta-content .cta-text:before {
    content: '';
    background-color: #f5f5f5;
    width: 5px;
    height: 90px;
    position: absolute;
    left: -3px;
    top: 50%;
    margin-top: -45px;
    display: block;
  }
}
@media (max-width: 991px) {
  .cta.cta-border .cta-border-wrapper .cta-content {
    flex-direction: column;
  }
  .cta.cta-border .cta-border-wrapper .cta-content .cta-text {
    text-align: center;
    margin-bottom: 20px;
  }
}
.cta.cta-border .cta-border-wrapper .cta-content .cta-text p {
  font-size: 16px;
  letter-spacing: 0;
  font-weight: 400;
  max-width: 460px;
  margin-bottom: 0;
}
.cta.cta-border .cta-border-wrapper .cta-content .btn {
  padding: 11px 30px;
}
.cta.cta-border .cta-border-wrapper .cta-content .btn i {
  margin-left: 20px;
}
.cta.cta-border .cta-border-wrapper .cta-wrapper {
  max-width: 380px;
  margin: 0 auto;
  padding: 35px 0;
}
.cta.cta-border .cta-border-wrapper .cta-wrapper padding .title {
  font-size: 30px;
  letter-spacing: -.025em;
  font-weight: 400;
  margin-bottom: 0;
}
.cta.cta-border .cta-border-wrapper .cta-wrapper .sub-title {
  color: #999;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 20px;
}
.cta.cta-border .cta-border-wrapper .cta-wrapper .social-icons .social-icon {
  margin: 0 5px;
}
.cta.cta-border .cta-border-wrapper .cta-wrapper .social-icons .social-icon.social-facebook {
  color: #fff;
  border-color: #8f79ed;
  background-color: #8f79ed;
}
.cta.cta-border .cta-border-wrapper .cta-wrapper .social-icons .social-icon.social-twitter {
  color: #fff;
  border-color: #79c8ed;
  background-color: #79c8ed;
}
.cta.cta-border .cta-border-wrapper .cta-wrapper .social-icons .social-icon.social-instagram {
  color: #fff;
  border-color: #dd6d9a;
  background-color: #dd6d9a;
}
.cta.cta-border .cta-border-wrapper .cta-wrapper .social-icons .social-icon.social-youtube {
  color: #fff;
  border-color: #e66262;
  background-color: #e66262;
}
.cta.cta-border .cta-border-wrapper .cta-wrapper .social-icons .social-icon.social-pinterest {
  color: #fff;
  border-color: #e66262;
  background-color: #e66262;
}
.cta.cta-border .cta-border-wrapper .cta-wrapper .social-icons .social-icon.social-linkedin {
  color: #fff;
  border-color: #3399cc;
  background-color: #3399cc;
}
.cta.cta-border .cta-border-wrapper .cta-wrapper .social-icons .social-icon:hover,
.cta.cta-border .cta-border-wrapper .cta-wrapper .social-icons .social-icon:focus {
  background-color: #fff !important;
  border-color: #d7d7d7 !important;
}
.cta.cta-border .cta-border-wrapper .cta-wrapper .social-icons .social-icon:hover.social-facebook,
.cta.cta-border .cta-border-wrapper .cta-wrapper .social-icons .social-icon:focus.social-facebook {
  color: #8f79ed;
}
.cta.cta-border .cta-border-wrapper .cta-wrapper .social-icons .social-icon:hover.social-twitter,
.cta.cta-border .cta-border-wrapper .cta-wrapper .social-icons .social-icon:focus.social-twitter {
  color: #79c8ed;
}
.cta.cta-border .cta-border-wrapper .cta-wrapper .social-icons .social-icon:hover.social-instagram,
.cta.cta-border .cta-border-wrapper .cta-wrapper .social-icons .social-icon:focus.social-instagram {
  color: #dd6d9a;
}
.cta.cta-border .cta-border-wrapper .cta-wrapper .social-icons .social-icon:hover.social-youtube,
.cta.cta-border .cta-border-wrapper .cta-wrapper .social-icons .social-icon:focus.social-youtube {
  color: #e66262;
}
.cta.cta-border .cta-border-wrapper .cta-wrapper .social-icons .social-icon:hover.social-pinterest,
.cta.cta-border .cta-border-wrapper .cta-wrapper .social-icons .social-icon:focus.social-pinterest {
  color: #e66262;
}
.cta.cta-border .cta-border-wrapper .cta-wrapper .social-icons .social-icon:hover.social-linkedin,
.cta.cta-border .cta-border-wrapper .cta-wrapper .social-icons .social-icon:focus.social-linkedin {
  color: #3399cc;
}
.cta.cta-border .cta-border-wrapper .cta-wrapper .conts-newsletter .block.newsletter {
  width: 100%;
}
.cta.cta-border .cta-border-wrapper .cta-wrapper .conts-newsletter .block.newsletter .form.subscribe {
  display: block;
  position: relative;
}
.cta.cta-border .cta-border-wrapper .cta-wrapper .conts-newsletter .block.newsletter .form.subscribe .field {
  margin-right: 0;
}
.cta.cta-border .cta-border-wrapper .cta-wrapper .conts-newsletter .block.newsletter .form.subscribe .field input {
  width: 100%;
  border-radius: 30px;
  height: 46px;
}
.cta.cta-border .cta-border-wrapper .cta-wrapper .conts-newsletter .block.newsletter .form.subscribe .actions {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto;
}
.cta.cta-border .cta-border-wrapper .cta-wrapper .conts-newsletter .block.newsletter .form.subscribe .actions .action.subscribe {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-left: -1px;
  height: 100%;
  padding: 0 27px;
  min-width: auto;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}
.cta.cta-border .cta-border-wrapper .cta-wrapper .conts-newsletter .block.newsletter .form.subscribe .actions .action.subscribe > span {
  display: none;
}
.cta.cta-border .cta-border-wrapper .cta-wrapper .conts-newsletter .block.newsletter .form.subscribe .actions .action.subscribe:before {
  content: '\f274';
  font-family: "molla";
  display: inline-block;
}
.intro-slider.v3 .page-header-sliders .slide-text .inner-text .intro-content > .intro-title {
  font-size: 65px;
  font-weight: 400;
}
.intro-slider.v3 .page-header-sliders .slide-text .inner-text .intro-content .intro-text {
  margin-bottom: 20px;
}
.intro-slider.v3 .page-header-sliders .slide-text .inner-text .intro-content .intro-text,
.intro-slider.v3 .page-header-sliders .slide-text .inner-text .intro-content .intro-subtitle {
  font-size: 20px;
}
@media (max-width: 768px) {
  .cta.cta-border .cta-border-wrapper > div > div:first-child .cta-wrapper:after {
    content: '';
    height: 1px;
    width: 80%;
    left: 10%;
    bottom: 0;
    top: auto;
    position: absolute;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    background-color: #ebebeb;
  }
}
.promobanner.mist > a {
  display: block;
}
.banner-border .promobanner.mist > a {
  display: block;
}
.banner-border .promobanner.mist > a:after {
  opacity: 1;
  visibility: visible;
  background-color: transparent;
}
.banner-border .promobanner.mist:hover {
  background-color: rgba(255, 255, 255, 0.4);
}
.video-banner-bg {
  background-position: center;
}
.video-banner-bg .video-banner-text .video-banner-title {
  margin-bottom: 18px;
}
.video-banner-bg .video-banner-text .video-banner-title .sub-title {
  text-transform: uppercase;
  margin-bottom: 30px;
}
.product-set {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-self: stretch;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #777;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  background-color: #fff;
  padding: 50px 30px 15px;
}
.product-set > div.line {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.product-set > div.line .products-grid .product-item {
  margin-bottom: 0;
}
.product-set > div.line .products-grid .product-item .product-item-info {
  padding-bottom: 0;
}
.product-set > div.line .products-grid .product-item .product-item-info .product-title {
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0;
}
.product-set > div.line .products-grid .product-item .product-item-info .price-box .price {
  margin-top: 15px;
  margin-bottom: 5px;
  font-size: 14px;
  letter-spacing: 0;
  color: #333;
  font-weight: 400;
  flex-direction: column;
  align-items: flex-start;
}
.product-set .set-content-wrapper h4 {
  text-transform: uppercase;
  color: #c66;
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 16px;
  letter-spacing: 0;
}
.product-set .set-content-wrapper h2 {
  font-weight: 600;
  font-size: 30px;
  line-height: 1.1;
  letter-spacing: -.025em;
  margin-bottom: 15px;
}
.product-set .set-content-wrapper p {
  max-width: 420px;
  letter-spacing: -.01em;
  font-size: 16px;
  font-weight: 300;
  margin: 0 auto;
}
.product-set .single-product .product-item:hover .product-item-info {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.product-set .single-product .product-item .product.details {
  padding: 16px 0;
}
.product-set .single-product .product-item .product.details .product-cate {
  display: none;
}
.product-set .single-product .product-item .product.details .product.name a {
  font-size: 14px;
}
.product-set .single-product .product-item .product.details .price-box .price {
  font-size: 15px;
}
.banner-set-image .banner-content .banner-title {
  margin-bottom: 30px;
}
.banner-set-image .banner-content .banner-title span {
  font-size: 24px;
  letter-spacing: -.025em;
}
.banner-set-image .banner-content .banner-title span,
.banner-set-image .banner-content .banner-link,
.banner-set-image .banner-content .banner-detail {
  color: #fff;
}
.banner-set-image .banner-content .banner-subtitle {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
  color: #ebebeb;
  text-transform: uppercase;
}
.banner-set-image .banner-content .banner-detail {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  margin-bottom: 25px;
  line-height: 1.4em;
}
.banner-set-image .banner-content .banner-price {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  color: #ebebeb;
  margin-bottom: 30px;
}
.banner-set-image .banner-content a.btn {
  min-width: auto;
  text-transform: uppercase;
  padding: 12px 40px;
}
.banner-set-image .banner-content .promobanner.mist > a:after {
  left: 20px;
  right: 20px;
  top: 20px;
  bottom: 20px;
}
.banner-set-image .banner-content .promobanner.mist .text.bottom-left {
  bottom: 30px;
}
.banner-set-image .banner-content .promobanner.mist .promobanner.mist .banner-text {
  padding: 30px 20px;
}
@media (max-width: 575px) {
  .banner-set-image .banner-content .promobanner.mist .banner-text {
    padding: 0;
  }
}
.box-side-big .icon-box-left {
  padding-left: 100px;
}
.box-side-big .icon-box-side.icon-box-left .icon-box-icon {
  top: -9px;
  font-size: 40px;
}
.intro-slider.v4 .page-header-sliders .slide-text .inner-text {
  max-width: 75%;
  padding: 0 35px;
}
.intro-slider.v4 .page-header-sliders .slide-text .inner-text .intro-content .intro-title {
  margin-bottom: 0;
}
.intro-slider.v4 .page-header-sliders .slide-text .inner-text .intro-content .intro-price {
  color: #333333;
  font-weight: 300;
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 13px;
}
.intro-slider.v4 .page-header-sliders .slide-text .inner-text .intro-content a.btn {
  padding: 12.5px 15px;
}
@media (max-width: 575px) {
  .intro-slider.v4 .page-header-sliders .slide-text .inner-text {
    max-width: 100%;
    padding: 0 25px;
  }
  .intro-slider.v4 .page-header-sliders .slide-text .inner-text .intro-content a.btn {
    padding: 8px 18px;
    min-width: auto;
  }
}
.cta-horizontal.cta-horizontal-box.bg-image {
  padding: 45px 70px;
}
.cta-horizontal.cta-horizontal-box.bg-image .cta-title {
  font-size: 22px;
  margin-bottom: 8px;
  letter-spacing: -.01em;
  font-weight: 600;
}
.cta-horizontal.cta-horizontal-box.bg-image .cta-desc {
  color: #666;
  font-size: 14px;
  font-weight: 400;
}
.cta-horizontal.cta-horizontal-box.bg-image .col-auto {
  text-align: center;
  margin-top: 20px;
}
.cta-horizontal.cta-horizontal-box.bg-image .col-auto a.btn {
  padding: 12px 25px;
  color: #445f84;
  background-color: #fff;
  border-color: #fff;
  box-shadow: none;
}
.cta-horizontal.cta-horizontal-box.bg-image .col-auto a.btn:hover {
  background-color: #445f84;
  border-color: #445f84;
  color: #fff;
}
.newsletter-home.input-group-round .heading {
  margin-bottom: 26px;
}
.newsletter-home.input-group-round .conts-newsletter .block.newsletter {
  position: relative;
}
.newsletter-home.input-group-round .conts-newsletter .block.newsletter input {
  border-color: #f4f4f4;
  background-color: #f4f4f4;
  border-radius: 30px;
}
.newsletter-home.input-group-round .conts-newsletter .block.newsletter input::placeholder {
  font-style: italic;
}
.newsletter-home.input-group-round .conts-newsletter .block.newsletter .action.subscribe {
  border-radius: 30px;
  text-transform: uppercase;
  min-width: 160px;
  font-weight: 400;
  font-size: 14px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #fff !important;
  color: #333 !important;
}
.newsletter-home.input-group-round .conts-newsletter .block.newsletter .action.subscribe:hover {
  color: #fff !important;
  background-color: #445f84 !important;
}
.owl-carousel.owl-drag .owl-item {
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.intro-slider.v5 .page-header-sliders .slide-text .inner-text .intro-content .intro-title > span {
  display: block;
}
.intro-slider.v5 .page-header-sliders .slide-text .inner-text .intro-content .btn.btn-default {
  min-width: 130px;
  font-size: 13px;
}
.banner-overlay .banner-content .banner-subtitle {
  font-weight: 300;
  font-size: 14px;
  letter-spacing: -.01em;
  margin-bottom: 12px;
}
.banner-overlay .banner-content .banner-title {
  font-size: 24px;
  margin-bottom: 20px;
}
.banner-overlay .banner-content .banner-link {
  width: auto;
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: -.01em;
  border-radius: 3px;
  padding: 7px 10px;
  background-color: rgba(255, 255, 255, 0.2);
  transition: all .35s ease;
}
.banner-overlay .banner-content .banner-link.banner-link-dark:not(:hover):not(:focus) {
  background-color: rgba(51, 51, 51, 0.2);
}
.banner-overlay .banner-content .banner-link:hover,
.banner-overlay .banner-content .banner-link:focus {
  color: #333 !important;
  text-decoration: none !important;
  background-color: #fff;
}
@media (max-width: 575px) {
  .banner-overlay .banner-content .banner-title {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .banner-overlay .banner-content .banner-subtitle {
    display: none;
  }
}
.cta-horizontal.cta-horizontal-box h3.cta-title {
  font-weight: 600;
  font-size: 16px;
  letter-spacing: -.005em;
  margin-top: 3px;
  line-height: 1.2;
  margin-bottom: 0;
  text-align: center;
}
.cta-horizontal.cta-horizontal-box p.cta-desc {
  margin-bottom: 0;
  font-size: 14px;
  text-align: center;
}
.cta-horizontal.cta-horizontal-box .conts-newsletter {
  max-width: 360px;
  margin: 15px auto 0;
}
.cta-horizontal.cta-horizontal-box .conts-newsletter .block.newsletter {
  width: 100%;
  position: relative;
  margin-bottom: 0;
}
.cta-horizontal.cta-horizontal-box .conts-newsletter .block.newsletter input {
  width: 100%;
  padding-right: 170px;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  height: 46px;
  border: 1px solid #ffffff;
}
.cta-horizontal.cta-horizontal-box .conts-newsletter .block.newsletter .actions {
  display: block;
}
.cta-horizontal.cta-horizontal-box .conts-newsletter .block.newsletter .actions .action.subscribe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #fff !important;
  min-width: auto;
  text-transform: uppercase;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.cta-horizontal.cta-horizontal-box .conts-newsletter .block.newsletter .actions .action.subscribe:hover {
  background-color: #278bf0;
  border-color: #278bf0 !important;
}
.cta-horizontal.cta-horizontal-box .conts-newsletter .block.newsletter .actions .action.subscribe:after {
  content: '\f274';
  font-family: "molla";
  margin-left: 10px;
}
.intro-slider.v2 .page-header-sliders .slide-text .inner-text {
  padding-left: 85px;
}
.intro-slider.v2 .page-header-sliders .slide-text .inner-text .intro-content .intro-subtitle {
  font-size: 20px;
  font-weight: 300;
  letter-spacing: -.01em;
  margin-bottom: 7px;
}
.intro-slider.v2 .page-header-sliders .slide-text .inner-text .intro-content .intro-title {
  font-weight: 700;
}
.intro-slider.v2 .page-header-sliders .slide-text .inner-text .intro-content .intro-price {
  font-size: 50px;
  margin-bottom: 17px;
  font-weight: 700;
}
.intro-slider.v2 .page-header-sliders .slide-text .inner-text .intro-content .intro-price sup {
  top: -1.1em;
  font-size: 20px;
  font-weight: 400;
}
.intro-slider.v2 .page-header-sliders .slide-text .inner-text .intro-content a.btn {
  padding: 12px 23px;
}
.banner-link-anim .promobanner .text.middle-center {
  left: 0;
  right: 0;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
}
.banner-link-anim .promobanner > a {
  display: block;
}
.banner-link-anim .promobanner > a:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(51, 51, 51, 0.4);
  transition: all .3s ease;
  -ms-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease;
}
.banner-link-anim .promobanner .banner-content {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.banner-link-anim .promobanner .banner-content .banner-title {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -.03em;
}
.banner-link-anim .promobanner .banner-content .banner-link {
  opacity: 0;
  position: absolute;
  bottom: 0;
  left: 50%;
  min-width: 130px;
  padding-left: 5px;
  padding-right: 5px;
  transition: all .3s ease;
  -ms-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  transform: translateY(-20px) translateX(-50%);
  -ms-transform: translateY(-20px) translateX(-50%);
  -moz-transform: translateY(-20px) translateX(-50%);
  -webkit-transform: translateY(-20px) translateX(-50%);
}
.banner-link-anim .promobanner:hover > a:after {
  visibility: visible;
  opacity: 1;
}
.banner-link-anim .promobanner:hover .banner-content {
  padding-bottom: 25px;
}
.banner-link-anim .promobanner:hover .banner-content .banner-link {
  opacity: 1;
  transform: translateY(0) translateX(-50%);
  -ms-transform: translateY(0) translateX(-50%);
  -moz-transform: translateY(0) translateX(-50%);
  -webkit-transform: translateY(0) translateX(-50%);
}
.cta-signup .cta.cta-display .cta-detail {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cta-signup .cta.cta-display .cta-detail .cta-title {
  margin-bottom: 5px;
}
.cta-signup .cta.cta-display .cta-detail p.cta-desc {
  font-size: 16px;
}
.cta-signup .cta.cta-display .col-auto.cta-button {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
  padding: 0;
}
.cta-signup .cta.cta-display .col-auto.cta-button a.btn.btn-default-dark {
  padding: 12px 20px;
}
@media (max-width: 575px) {
  .cta-signup .cta.cta-display .col-auto.cta-button {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    margin-top: 20px;
  }
  .cta-signup .cta.cta-display .col-auto.cta-button a.btn.btn-default-dark {
    width: auto;
  }
}
.icon-box.icon-box-card .icon-box-icon {
  margin-bottom: 7px;
}
.icon-box.icon-box-card .icon-box-content .icon-box-title {
  font-weight: 600;
}
.intro-slider.v6 .page-header-sliders .slide-text .inner-text {
  max-width: 700px;
}
.intro-slider.v6 .page-header-sliders .slide-text .inner-text .intro-content .intro-subtitle {
  margin-bottom: 18px;
  color: #ebeaea;
}
@media (min-width: 1200px) {
  .intro-slider.v6 .page-header-sliders .slide-text .inner-text .intro-content .btn {
    min-width: 190px;
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
.box-banner-service.icon-big .icon-box .icon-box-icon {
  font-size: 45px;
  margin-bottom: 23px;
  line-height: 1;
}
.box-banner-service.icon-big .icon-box .icon-box-content .icon-box-title {
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .box-banner-service.icon-big .icon-box {
    margin-bottom: 40px;
  }
}
.title-products-display .heading {
  margin-bottom: 60px;
}
.title-products-display .heading.mg-bt-30 {
  margin-bottom: 60px;
}
.title-products-display .heading .subtitle {
  font-weight: 400;
  font-size: 16px;
  letter-spacing: -.025em;
  margin-bottom: 18px;
}
.title-products-display .heading .title {
  font-weight: 600;
  font-size: 30px;
  letter-spacing: -.025em;
  margin-bottom: 15px;
}
.title-products-display .heading .title-desc {
  font-size: 16px;
  color: #666666;
  line-height: 1.7em;
}
.title-products-display .carousel-equal-height .products-grid .items .product-item .product-item-info {
  background-color: transparent;
}
@media (min-width: 992px) {
  .display-products-col {
    margin-top: 100px;
  }
}
@media (min-width: 576px) {
  .display-products-col .widget .product-image {
    width: 100%;
  }
}
.banner-main.banner-overlay {
  display: block;
  position: relative;
}
.banner-main.banner-overlay > a {
  display: block;
  position: relative;
}
.banner-main.banner-overlay > a img {
  margin: 0 auto;
}
@media (max-width: 992px) {
  .banner-main.banner-overlay > a img {
    width: 100%;
  }
}
.banner-main.banner-overlay .banner-content {
  display: block;
  position: relative;
  left: auto;
  right: auto;
  top: 0;
  bottom: auto;
  background-color: #fff;
  padding: 30px;
}
.banner-main.banner-overlay .banner-content .banner-title {
  font-weight: 600;
  font-size: 30px;
  letter-spacing: -.025em;
  margin-bottom: 15px;
  line-height: 1.2;
  max-width: 265px;
}
.banner-main.banner-overlay .banner-content p {
  margin-bottom: 15px;
  color: #666;
  line-height: 1.7em;
}
.banner-main.banner-overlay .banner-content a.banner-link {
  padding: 0;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 0;
  line-height: 1.8;
}
.banner-main.banner-overlay .banner-content a.banner-link:hover {
  box-shadow: 0 1px 0 0 #c96;
}
@media (min-width: 576px) {
  .banner-main.banner-overlay .banner-content {
    width: calc(100% - 65px);
    margin-top: -150px;
  }
  .banner-main.banner-overlay .banner-content .banner-title {
    font-size: 24px;
  }
}
@media (min-width: 768px) {
  .banner-main.banner-overlay .banner-content {
    padding: 60px;
  }
}
@media (min-width: 1200px) {
  .banner-main.banner-overlay .banner-content {
    padding-left: 80px;
    padding-right: 80px;
  }
}
.banner-main.banner-overlay .banner-content.right {
  float: right;
}
@media (min-width: 576px) {
  .banner-main.banner-overlay .banner-content.right {
    width: calc(100% - 90px);
    margin-top: -120px;
  }
}
@media (min-width: 1200px) {
  .banner-main.banner-overlay .banner-content.right {
    padding-left: 70px;
  }
}
.banner-main.banner-overlay:after {
  content: '';
  display: table;
  clear: both;
}
.cta-newsletter .cta-icon {
  color: #333;
  display: inline-block;
  font-size: 45px;
  line-height: 1;
  margin-bottom: 11px;
}
.cta-newsletter .title {
  font-weight: 600;
  font-size: 16px;
  letter-spacing: -.025em;
  margin-bottom: 10px;
}
.cta-newsletter .title-desc {
  color: #777;
  font-weight: 300;
  font-size: 14px;
  letter-spacing: -.01em;
  margin-bottom: 24px;
}
.cta-newsletter .newsletter-desc {
  color: #777;
  font-weight: 300;
  font-size: 12px;
  line-height: 1.5;
  margin: 0;
  margin-top: 15px;
}
.cta-newsletter .conts-newsletter .block.newsletter {
  width: 570px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  max-width: 100%;
}
.cta-newsletter .conts-newsletter .block.newsletter .form.subscribe {
  position: relative;
}
.cta-newsletter .conts-newsletter .block.newsletter .form.subscribe .field {
  margin-right: 0;
}
.cta-newsletter .conts-newsletter .block.newsletter .form.subscribe input {
  height: 46px;
  padding-top: 11px;
  padding-bottom: 11px;
  background-color: #fafafa;
  border-color: #fafafa;
}
.cta-newsletter .conts-newsletter .block.newsletter .form.subscribe .action.subscribe {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  left: auto;
  width: auto;
  display: block;
  border-radius: 0;
  min-width: 160px;
  padding-top: 11px;
  padding-bottom: 11px;
  text-transform: uppercase;
  line-height: 1.5;
  letter-spacing: -.01em;
}
@media (max-width: 576px) {
  .cta-newsletter .conts-newsletter .block.newsletter .form.subscribe .action.subscribe {
    max-width: 0;
  }
}
.video-banner-bg.v-lookbook .video-banner-title {
  font-weight: 200;
  margin-bottom: 10px;
}
.video-banner-bg.v-lookbook .video-banner-title strong {
  font-weight: 600;
  display: block;
}
.video-banner-bg.v-lookbook .video-banner-title > span {
  font-weight: 400;
  font-size: 16px;
  letter-spacing: -.03em;
  margin-bottom: 18px;
}
.video-banner-bg.v-lookbook .video-banner-title .sub-title {
  text-transform: capitalize;
  margin-bottom: 18px;
}
.blog-in-home .heading {
  margin-bottom: 40px;
}
.blog-in-home .heading .title {
  margin-bottom: 15px;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: -.025em;
}
.blog-in-home .heading .title-desc {
  font-size: 16px;
  color: #666666;
  line-height: 1.7em;
}
.blog-in-home .latest-post-grid-block .owl-carousel .owl-stage-outer {
  height: auto !important;
}
.banner-title-hidden .banner-title {
  visibility: hidden;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.banner-title-hidden:hover .banner-title,
.banner-title-hidden:focus .banner-title {
  visibility: visible;
}
@media (max-width: 992px) {
  .banner-title-hidden .banner-title {
    visibility: visible;
  }
  .banner-title-hidden .banner-content .banner-link {
    opacity: 1;
    transform: translateY(0) translateX(-50%);
    -ms-transform: translateY(0) translateX(-50%);
    -moz-transform: translateY(0) translateX(-50%);
    -webkit-transform: translateY(0) translateX(-50%);
  }
}
.heading.heading-sm .title {
  font-size: 20px;
  margin-bottom: 0;
}
.heading.heading-sm .title + .sub-title {
  font-size: 14px;
  margin-top: 5px;
}
@media (min-width: 768px) {
  .icon-boxes-sm.icon-boxes .banner-service {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.icon-boxes-sm.icon-boxes .icon-box-left {
  padding-left: 40px;
}
.icon-boxes-sm.icon-boxes .icon-box-left.icon-box-side .icon-box-icon {
  top: -4px;
  left: 0;
  font-size: 30px;
}
.icon-boxes-sm.icon-boxes .icon-box-side.icon-box .icon-box-content .icon-box-title {
  font-size: 14px;
  margin-top: 1px;
}
.intro-slider.v-simple .slider_mgs_carousel .owl-item .slide-text > * {
  width: 100%;
}
.intro-slider.v-simple .page-header-sliders .slide-text .inner-text .intro-content .intro-subtitle {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin-bottom: 12px;
}
.intro-slider.v-simple .page-header-sliders .slide-text .inner-text .intro-content .intro-title {
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .intro-slider.v-simple .page-header-sliders .slide-text .inner-text .intro-content .intro-title {
    font-size: 60px;
  }
}
@media (min-width: 1200px) {
  .intro-slider.v-simple .page-header-sliders .slide-text .inner-text .intro-content .btn {
    min-width: 190px;
  }
}
.intro-section .banner-group .banner-content .banner-subtitle {
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 0;
  margin-bottom: 8px;
  text-transform: uppercase;
}
.intro-section .banner-group .banner-content .banner-title {
  font-size: 24px;
  margin-bottom: 3px;
  font-weight: 600;
  line-height: 1.2em;
  letter-spacing: -.025em;
}
.intro-section .banner-group .banner-content .banner-link {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: -.01em;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.intro-section .banner-group .banner-content .banner-link:hover {
  text-decoration: none;
  box-shadow: 0 1px 0 0 #fff;
}
.intro-section .banner-group .banner-content .banner-link.text-white,
.intro-section .banner-group .banner-content .banner-link.text-white:hover {
  color: #fff !important;
}
.intro-section .banner-group .banner-big .text.bottom-left {
  padding: 103px 51px;
}
.intro-section .banner-group .banner-big .banner-content .banner-title {
  font-size: 30px;
}
.intro-section .banner-group .promobanner .text.middle-right {
  right: 60px;
}
.intro-section .banner-group .promobanner .text.top-left {
  padding: 57px 40px;
}
.intro-section .banner-group .promobanner .text.top-right {
  padding: 57px 40px;
  text-align: right;
}
@media (max-width: 575px) {
  .intro-section .banner-group .banner-content .banner-title {
    font-size: 18px;
  }
  .intro-section .banner-group .banner-big .text.bottom-left {
    padding: 50px 25px;
  }
  .intro-section .banner-group .banner-big .banner-content .banner-title {
    font-size: 24px;
  }
  .intro-section .banner-group .promobanner .text.middle-right {
    right: 15px;
  }
  .intro-section .banner-group .promobanner .text.top-left {
    padding: 25px 20px;
  }
  .intro-section .banner-group .promobanner .text.top-right {
    padding: 25px 20px;
  }
}
.icon-boxes-container .icon-box-side.icon-box-left {
  padding-left: 43px;
}
.icon-boxes-container .icon-box-side.icon-box-left .icon-box-icon {
  top: -3px;
  left: 0;
  font-size: 30px;
}
.icon-boxes-container .icon-box-side.icon-box-left .icon-box-title {
  font-size: 14px;
}
.title-hv1 .mgs-heading .heading {
  letter-spacing: -.025em;
  margin-bottom: 15px;
}
.title-hv1 .heading .title {
  font-size: 22px;
  letter-spacing: -.025em;
}
.title-hv1 .heading .title .sub-title {
  font-weight: 300;
  font-size: 14px;
  line-height: 1.5;
}
.newsletter-home.title-hv1 .heading .sub-title {
  font-size: 14px;
}
.section-builder.blog-posts {
  padding-top: 65px;
}
@media (max-width: 992px) {
  .section-builder.blog-posts {
    padding-top: 30px;
  }
}
.blog-posts .title-hv1 .heading .title {
  margin-bottom: 7px;
}
.frame-fluid.instagram-block {
  padding-left: 85px;
  padding-right: 85px;
  padding-top: 56px;
}
@media (max-width: 1199px) {
  .frame-fluid.instagram-block {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 992px) {
  .frame-fluid.instagram-block {
    padding-top: 30px;
  }
}
.cms-index-index .page-wrapper .page-main .column {
  padding-bottom: 0;
}
.latest-post-grid-block .owl-carousel .owl-stage-outer {
  height: auto !important;
}
.instagram-block .title-hv1.heading .title {
  margin-bottom: 7px;
}
.hotspot-modal {
  font-family: 'popins' !important;
}
.hotspot-modal .public-hotspot-info-holder .public-hotspot-info .public-hotspot-info__number {
  font-weight: inherit !important;
  color: #333 !important;
}
.hotspot-modal-tm-1 public-modal > .hotspot-modal .public-hotspot-info-holder .public-hotspot-info .public-hotspot-info__btn-buy.snpt-cta-btn:hover {
  color: #fff !important;
}
.hotspot-modal .modal-dialog .chevron {
  top: 50% !important;
}
.hotspot-modal-tm-1 public-modal > .hotspot-modal .public-hotspot-info-holder .public-hotspot-info .public-hotspot-info__price {
  color: #000 !important;
  font-size: 18px;
}
.hotspot-modal--frontend .public-hotspot--username {
  text-transform: capitalize;
}
.snptwdgt-container .snptwdgt-rtd__fotr {
  margin: 0 !important;
  height: 0 !important;
  visibility: hidden !important;
}
.snptwdgt-container .snptwdgt-rtd__fotr > * {
  display: none !important;
}
.hotspot-modal .above-previews-row {
  margin-top: 15px !important;
}
.hotspot-modal .modal-dialog .modal-right-column,
.hotspot-modal .modal-dialog .private-modal-right {
  height: auto !important;
}
@media (max-width: 1200px) {
  .hotspot-modal .modal-dialog .prev-chevron {
    display: none;
  }
  .hotspot-modal-tm-1 .snpt-modal.hotspot-modal .public-item-modal .modal-column div.snptslide-track,
  .hotspot-modal-tm-1 .snpt-modal.hotspot-modal .public-item-modal .modal-column div.snptslide-track img {
    width: 100% !important;
  }
  .snptico-close:before {
    content: "\e90e";
  }
  .hotspot-modal-tm-1 .snpt-modal.hotspot-modal .ico-close {
    display: block !important;
  }
}
.instagram-shop.iframe-fluid {
  padding-top: 47px;
}
@media (max-width: 1200px) {
  .instagram-shop.iframe-fluid {
    padding-top: 20px;
  }
}
.instagram-shop .instagram-shop-block {
  padding-bottom: 40px;
}
@media (max-width: 992px) {
  body.boxed:not(.fbuilder-create-element) > .page-wrapper {
    max-width: 100% !important;
  }
}
@media (max-width: 1200px) {
  .hide-lg {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 66.666667% !important;
    flex: 0 1 66.666667% !important;
    max-width: 66.666667% !important;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 33.333333% !important;
    flex: 0 1 33.333333% !important;
    max-width: 33.333333% !important;
  }
}
.vertical-outsite-header .category-dropdown {
  margin-right: 0;
}
.vertical-outsite-header .category-dropdown .title-vertical-menu {
  background-color: #333;
  color: #fff;
  width: 100%;
  padding: 15px 19px 14px 55px;
}
.vertical-outsite-header .category-dropdown > .dropdown-menu {
  position: static;
  display: block;
  background-color: #f8f8f8;
}
.vertical-outsite-header .category-dropdown .vertical-menu > li {
  border: none;
  padding-left: 30px;
  padding-top: 9px;
  padding-bottom: 9px;
  position: relative;
  cursor: pointer;
}
.vertical-outsite-header .category-dropdown .vertical-menu > li:hover {
  color: #c96;
}
.vertical-outsite-header .category-dropdown .vertical-menu > li:hover > a,
.vertical-outsite-header .category-dropdown .vertical-menu > li:hover > .toggle-menu {
  color: #c96;
}
@media (min-width: 1199px) {
  .vertical-outsite-header .category-dropdown .vertical-menu > li .dropdown-menu {
    right: auto;
    left: 100%;
    top: 0;
    box-shadow: 5px 10px 16px rgba(51, 51, 51, 0.05), -5px 10px 16px rgba(51, 51, 51, 0.05);
  }
  .vertical-outsite-header .category-dropdown .vertical-menu > li .dropdown-menu .sub-menu .sub-menu a {
    padding: 6px 0;
  }
  .vertical-outsite-header .category-dropdown .vertical-menu > li.mega-menu-fullwidth:not(.menu-2columns) {
    position: static;
  }
  .vertical-outsite-header .category-dropdown .vertical-menu > li.mega-menu-fullwidth:not(.menu-2columns) .dropdown-menu {
    top: 0;
    min-height: 100%;
  }
  .vertical-outsite-header .category-dropdown .vertical-menu > li.mega-menu-fullwidth:not(.menu-2columns) .dropdown-menu.menu-3-columns,
  .vertical-outsite-header .category-dropdown .vertical-menu > li.mega-menu-fullwidth:not(.menu-2columns) .dropdown-menu.menu-4-columns,
  .vertical-outsite-header .category-dropdown .vertical-menu > li.mega-menu-fullwidth:not(.menu-2columns) .dropdown-menu.menu-5-columns,
  .vertical-outsite-header .category-dropdown .vertical-menu > li.mega-menu-fullwidth:not(.menu-2columns) .dropdown-menu.menu-6-columns {
    width: 893px;
  }
}
.vertical-outsite-header .category-dropdown .vertical-menu > li > a {
  display: inline-block;
  color: #333;
  font-weight: 400;
  border: none;
}
.vertical-outsite-header .category-dropdown .vertical-menu > li span.toggle-menu {
  line-height: 1;
  font-size: 12px;
  display: inline-block;
  float: right;
  margin-top: 5px;
}
@media (min-width: 1199px) {
  .vertical-outsite-header .category-dropdown .vertical-menu > li span.toggle-menu .icon-plus:before {
    content: '\f112';
  }
}
.vertical-outsite-header .category-dropdown .vertical-menu .right_content.static-content {
  -webkit-transform: translateX(20px);
  -moz-transform: translateX(20px);
  -ms-transform: translateX(20px);
  -o-transform: translateX(20px);
  transform: translateX(20px);
}
.banner {
  display: block;
  position: relative;
}
.banner + .banner {
  margin-top: 20px;
}
.banner > a {
  position: relative;
  display: block;
  outline: none !important;
}
.banner > a > img {
  display: block;
  max-width: none;
  width: 100%;
  height: auto;
}
@media (max-width: 576px) {
  .banner > a > img {
    min-height: 200px;
  }
}
.banner.banner-overlay > a:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(51, 51, 51, 0.25);
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
}
.banner.banner-overlay:hover > a:after,
.banner.banner-overlay:focus > a:after {
  visibility: visible;
  opacity: 1;
}
.banner .banner-content {
  display: inline-block;
  position: absolute;
  padding-top: 4px;
  left: 20px;
  top: 50%;
  z-index: 2;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (min-width: 992px) {
  .banner .banner-content .banner-content {
    left: 40px;
  }
}
.banner .banner-content .banner-subtitle {
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 3px;
}
.banner .banner-content .banner-title-img {
  width: auto;
  margin-top: 5px;
  margin-bottom: 3px;
}
.banner .banner-content h5:not(.banner-subtitle),
.banner .banner-content h4:not(.banner-subtitle) {
  margin-bottom: 15px;
}
.banner .banner-content a.banner-link {
  font-size: 14px;
  letter-spacing: -.01em;
  text-transform: uppercase;
  padding: 5px 19px;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 600;
}
.banner .banner-content a.banner-link i {
  margin-left: 8px;
}
.banner .banner-content a.banner-link.size-lg {
  padding: 12px 19px;
}
.banner .banner-content h4.banner-price {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -.01em;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 18px;
}
.banner .banner-content .banner-price .off {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -.025em;
}
.banner.banner-lg.content-left .banner-content {
  top: 60%;
  left: 40px;
}
.banner.banner-lg.content-left .banner-content a.banner-link {
  margin-top: 10px;
}
.banner.banner-sm.content-right .banner-content {
  left: auto;
  right: 20px;
}
.banner.content-right .banner-content {
  text-align: right;
}
.banner.content-right .banner-content > img {
  margin-left: auto;
  float: right;
}
.banner.content-right .banner-content > img + * {
  clear: both;
}
.banner.content-right .banner-content h5,
.banner.content-right .banner-content h4 {
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .icon-boxes-separator.icon-boxes .banner-service {
    padding-top: 46px;
    padding-bottom: 48px;
  }
}
.icon-boxes-separator .icon-box-side.icon-box-left {
  padding-left: 54px;
}
.icon-boxes-separator .icon-box-side.icon-box-left .icon-box-icon {
  top: -5px;
  left: 0;
}
@media screen and (min-width: 1200px) {
  .icon-boxes-separator .banner-service + .banner-service:before {
    content: '';
    display: block;
    width: 1px;
    height: 37px;
    background-color: #e9e9e9;
    position: absolute;
    left: -45px;
    top: 50%;
    margin-top: -18px;
  }
}
a.view-more {
  color: #777;
  font-weight: 400;
  letter-spacing: -.01em;
  text-transform: uppercase;
}
.cta-horizontal-box.has-bg > div {
  padding: 37px 30px;
  background-color: #f5f5f5;
  background-position: center;
}
@media screen and (min-width: 992px) {
  .cta-horizontal-box.has-bg > div {
    padding-left: 70px;
    padding-right: 70px;
  }
}
.cta-horizontal-box.has-bg > div .cta-horizontal.cta-horizontal-box h3.cta-title {
  text-transform: uppercase;
}
.cta-horizontal-box.has-bg > div .cta-horizontal.cta-horizontal-box .conts-newsletter .block.newsletter {
  float: right;
  max-width: 550px;
}
.cta-horizontal-box.has-bg > div .cta-horizontal.cta-horizontal-box .conts-newsletter .block.newsletter .actions .action.subscribe {
  border: none !important;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  padding: 10px 21px;
}
@media (max-width: 575px) {
  .cta-horizontal-box.has-bg > div .cta-horizontal.cta-horizontal-box .conts-newsletter .block.newsletter input {
    padding-right: 100px;
    padding-left: 15px;
  }
  .cta-horizontal-box.has-bg > div .cta-horizontal.cta-horizontal-box .conts-newsletter .block.newsletter .actions .action.subscribe {
    padding: 10px 12px;
  }
}
.cta-horizontal-box.has-bg > div .cta-horizontal.cta-horizontal-box .conts-newsletter:after {
  content: '';
  clear: both;
  display: table;
}
.slider-banner-simple .slider_mgs_carousel.owl-carousel .owl-dots {
  bottom: -50px;
}
.slider-banner-simple .page-header-sliders .owl-carousel .owl-dots .owl-dot.active span {
  border-color: #cccccc;
  background: #cccccc;
}
.carousel-equal-height .mgs-carousel-multiple.mgs-owl-carousel.mgs-carousel-multiple .owl-dots {
  bottom: -29px;
}
@media screen and (max-width: 768px) {
  .intro-banner-slider .page-header-sliders .owl-item a.item-image {
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    min-height: 500px;
    background-size: cover;
  }
  .intro-banner-slider .page-header-sliders .owl-item img {
    opacity: 0;
    visibility: hidden;
  }
}
.intro-banner-slider .slider_mgs_carousel .owl-item .slide-text > .inner-text {
  max-width: 100%;
}
@media (max-width: 575px) {
  .intro-banner-slider .slider_mgs_carousel .owl-item .slide-text > .inner-text {
    padding: 15px 30px;
  }
}
.intro-banner-slider .intro {
  text-align: center;
}
.intro-banner-slider .intro > .title h3 {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.intro-banner-slider .intro .content h4 {
  font-size: 45px;
  font-weight: 700;
  font-family: 'Playfair Display';
  letter-spacing: -.025em;
  color: #fff;
  margin-bottom: 0;
}
.intro-banner-slider .intro .content h5 {
  font-size: 100px;
  font-weight: 700;
  letter-spacing: -.05em;
  text-transform: uppercase;
  margin-bottom: 35px;
}
.intro-banner-slider .intro .actions a {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: .1em;
  text-transform: uppercase;
  padding: 14px 28px;
  border-radius: 5px;
}
.intro-banner-slider .intro .actions a.bg-primary.text-dark:hover {
  color: #333 !important;
  background-color: #fff !important;
}
@media (max-width: 1200px) {
  .intro-banner-slider .intro > .title h3 {
    font-size: 12px;
  }
  .intro-banner-slider .intro .content h4 {
    font-size: 30px;
  }
  .intro-banner-slider .intro .content h5 {
    font-size: 60px;
  }
  .intro-banner-slider .intro .actions a {
    font-size: 12px;
    padding: 10px 20px;
  }
}
@media (max-width: 768px) {
  .intro-banner-slider .intro .content h4 {
    font-size: 25px;
  }
  .intro-banner-slider .intro .content h5 {
    font-size: 40px;
  }
}
@media (max-width: 575px) {
  .intro-banner-slider .intro > .title h3 {
    font-size: 10px;
    margin-bottom: 5px;
  }
  .intro-banner-slider .intro .content h4 {
    font-size: 25px;
  }
  .intro-banner-slider .intro .content h5 {
    font-size: 40px;
  }
}
.banner-logos {
  padding-bottom: 150px;
}
.banner-logos + .banners {
  margin-top: -125px;
}
.section-title .sub-title {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #777;
  margin-bottom: 5px;
}
.section-title .title {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: -.025em;
  color: #222;
}
.banners .promobanner .text.middle-center {
  left: 0;
  right: 0;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
@media screen and (min-width: 768px) {
  .banners .pro-banner.banner-size {
    flex: 0 0 31.3%;
    max-width: 31.3%;
    margin-top: 20px;
  }
  .banners .pro-banner.banner-size.percent {
    flex: 0 0 37.4%;
    max-width: 37.4%;
    margin-top: 0;
  }
}
.banners .pro-banner .banner-text .intro > .title {
  margin-bottom: 10px;
}
.banners .pro-banner .banner-text .intro .sub-title {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: .1em;
  margin-bottom: 0;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.banners .pro-banner .banner-text .intro .title {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: -.025em;
  text-transform: uppercase;
}
.banners .pro-banner .banner-text .intro .action.default {
  min-width: 0;
  padding: 7px 20px 8px;
  text-transform: uppercase;
}
.banners .pro-banner .banner-text .intro .action.default:hover {
  color: #333 !important;
}
@media screen and (max-width: 1199px) {
  .banners .pro-banner .banner-text .intro .sub-title {
    font-size: 12px;
  }
  .banners .pro-banner .banner-text .intro .title {
    font-size: 24px;
  }
  .banners .pro-banner .banner-text .intro .action.default {
    padding: 5px 15px;
    font-size: 12px;
  }
}
.banners .pro-banner.percent .banner-text {
  background-color: #fff;
  padding-top: 85px;
  padding-bottom: 85px;
  text-align: center;
}
.banners .pro-banner.percent .banner-text .title {
  font-size: 33px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -.025rem;
  color: #222;
}
.banners .pro-banner.percent .banner-text .banner-text-clip {
  background-position: center;
  background-image: url(../../frontend/Mgs/molla/de_DE/images/percent.png);
  background-size: contain;
  background-repeat: no-repeat;
  font-size: 0;
  display: block;
  height: 75px;
  width: 190px;
  margin: 0 auto 20px;
  font-family: 'popins';
}
.banners .pro-banner.percent .banner-text .note {
  font-size: 11px;
  font-weight: 400;
  letter-spacing: .01em;
  color: #666;
  text-transform: none;
  line-height: 1.9em;
}
@media screen and (max-width: 1199px) {
  .banners .pro-banner.percent .banner-text .title {
    font-size: 30px;
  }
  .banners .pro-banner.percent .banner-text .banner-text-clip {
    height: 50px;
  }
}
@media (min-width: 575px) and (max-width: 767px) {
  .banners .pro-banner.percent {
    order: 1;
  }
}
.banners .pro-banner.banner-lg .banner-text .sub-title {
  font-size: 30px;
  font-weight: 700;
  font-family: 'Playfair Display';
  letter-spacing: 0;
  text-transform: none;
}
.banners .pro-banner.banner-lg .banner-text .title {
  font-size: 50px;
  letter-spacing: -.025em;
  margin-bottom: 10px;
}
.banners .pro-banner.banner-lg .banner-text .actions a {
  padding: 11px 20px;
  margin-top: 35px;
}
@media screen and (max-width: 575px) {
  .banners .pro-banner.banner-lg .banner-text .title {
    font-size: 30px;
  }
  .banners .pro-banner.banner-lg .banner-text .sub-title {
    font-size: 20px;
  }
  .banners .pro-banner.banner-lg .banner-text p {
    display: none;
  }
}
.banners.stretch .pro-banner .banner-text .intro .action.default {
  border-width: 2px;
}
.video-banner-big .video-banner-text .sub-title {
  font-size: 30px;
  font-weight: 700;
  font-family: 'Playfair Display';
  letter-spacing: -.03em;
  color: #fff;
  text-transform: none;
}
.video-banner-big .video-banner-text .video-banner-title {
  font-size: 50px;
  font-weight: 700;
  letter-spacing: -.025em;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.video-banner-big .video-banner-text .popup-video i {
  color: #fff;
}
@media screen and (max-width: 575px) {
  .video-banner-big .video-banner-text .sub-title {
    font-size: 20px;
  }
  .video-banner-big .video-banner-text .video-banner-title {
    font-size: 35px;
  }
  .video-banner-big .video-banner-text .popup-video {
    width: 50px;
    height: 50px;
  }
}
.subscribe-form {
  padding-top: 63px;
}
.subscribe-form .block.newsletter {
  width: 585px;
  margin: 0 auto;
  max-width: 100%;
}
.subscribe-form .block.newsletter .form.subscribe {
  position: relative;
  border-bottom: 1px solid #222;
}
.subscribe-form .block.newsletter .form.subscribe .field.newsletter input {
  border: none;
  height: 35px;
  font-size: 13px;
  font-weight: 300;
  color: #999;
  padding: 6px 5px;
}
.subscribe-form .block.newsletter .form.subscribe .actions {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 100px;
}
.subscribe-form .block.newsletter .form.subscribe .actions .action.subscribe {
  background-color: transparent !important;
  border: none;
  color: #333 !important;
  text-transform: uppercase;
  min-width: 0;
  font-size: 13px;
  font-weight: 500;
}
.single-big > div {
  height: 100%;
  padding-bottom: 20px;
}
.single-big > div .single-deal {
  margin-bottom: 0;
  background-color: #fff;
  height: 100%;
}
.single-big .single-deal:hover .product-item-info,
.single-big .single-deal:focus .product-item-info {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.single-big .single-deal .product-item-info {
  position: relative;
}
.single-big .single-deal .product-item-info .product.details {
  -webkit-transform: translateY(-50px);
  -moz-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  -o-transform: translateY(-50px);
  transform: translateY(-50px);
  z-index: 1;
}
.blog-posts-v .mgs-post .post-create-date,
.blog-posts-v .mgs-post .post-item-detail .read-more a.action.default {
  font-size: 13px;
}
.blog-posts-v .mgs-post .title-blog {
  font-size: 16px;
}
.banner-tools .intro > .sub-title {
  margin-bottom: 0;
  color: #333333;
  font-size: 14px;
  letter-spacing: -.01px;
  text-transform: uppercase;
  border-radius: 4px;
  font-weight: 700;
  padding: 8px 14px 7px 14px;
  display: inline-block;
  -webkit-transform: skewX(-11deg);
  -moz-transform: skewX(-11deg);
  -ms-transform: skewX(-11deg);
  -o-transform: skewX(-11deg);
  transform: skewX(-11deg);
}
.banner-tools .intro .title {
  text-transform: uppercase;
  margin-bottom: 20px;
  line-height: 1;
  margin-top: 10px;
}
.banner-tools .intro .title h3 {
  font-size: 26px;
  letter-spacing: -.01rem;
  margin: 0;
}
.banner-tools .intro .title h4 {
  font-size: 20px;
}
.banner-tools .intro .banner-link.btn-default {
  font-size: 14px;
  color: #fff;
  border: 2px solid #fcb941;
  padding: 8px 14px;
  text-transform: uppercase;
  border-radius: 3px;
  font-weight: 700;
  text-decoration: none;
}
.banner-tools .intro .banner-link.btn-default:hover {
  color: #333 !important;
}
.banner-tools .intro-slider .page-header-sliders a.item-image {
  min-height: 0;
}
.banner-tools .intro-slider .intro .title h3 {
  font-size: 50px;
  letter-spacing: -.025rem;
}
.banner-tools .intro-slider .intro .title h4 {
  margin-top: 3px;
  font-size: 38px;
}
.banner-tools .banners-list .banner-content .sub-title h3 {
  font-size: 16px;
  letter-spacing: -.01px;
  text-transform: uppercase;
  margin-bottom: 3px;
}
.banner-tools .banners-list .banner-content .title h2 {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -.01px;
  text-transform: uppercase;
  margin-bottom: 0;
}
.banner-tools .banners-list .banner-content .actions a {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: -.01px;
}
.newsletter-home.v-tools .subscribe .intro:before {
  content: '\f1c6';
  font-family: 'molla';
  font-size: 50px;
  color: #fff;
}
.newsletter-home.v-tools .subscribe .intro .title {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0;
  margin-bottom: 5px;
}
.newsletter-home.v-tools .subscribe .intro .content {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -.01px;
  margin-bottom: 0;
}
.newsletter-home.v-tools .conts-newsletter .block.newsletter .form.subscribe {
  margin-top: 20px;
}
.newsletter-home.v-tools .conts-newsletter .block.newsletter .form.subscribe input {
  height: 45px;
  line-height: 45px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.newsletter-home.v-tools .conts-newsletter .block.newsletter .form.subscribe .action.subscribe.primary {
  background-color: #fcb941 !important;
  color: #fff;
  border-color: #fcb941 !important;
  padding: 6px 10px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -.01px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  min-width: 150px;
}
.bannerad .banner-lg {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.bannerad .banner-lg .price {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  text-transform: uppercase;
  padding: 0 20px 0 40px;
  position: relative;
}
.bannerad .banner-lg .content {
  padding: 35px 0 0 20px;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.bannerad .banner-lg .content h4 {
  font-size: 16px;
  margin: 0;
  letter-spacing: -.01px;
  font-weight: 700;
}
.bannerad .banner-lg .content h3 {
  font-size: 24px;
  letter-spacing: -.01px;
  margin-top: 2px;
  margin-bottom: 0;
  font-weight: 700;
}
.bannerad .banner-lg .content .actions {
  margin-top: 12px;
}
.bannerad .banner-lg .content .actions a {
  padding: 0;
  letter-spacing: -.01px;
  text-transform: uppercase;
  font-weight: 700;
  border: none;
}
.heading.heading-bg {
  margin-left: 20px;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  background-color: #333;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.heading.heading-bg .title {
  margin-bottom: 0;
  margin-left: -14px;
  padding: 10px 35px;
  position: relative;
  font-size: 20px;
  letter-spacing: -.025px;
  color: #333;
  z-index: 1;
  font-weight: 600;
}
.heading.heading-bg .title:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #fcb941;
  -webkit-transform: skewX(-16deg);
  -moz-transform: skewX(-16deg);
  -ms-transform: skewX(-16deg);
  -o-transform: skewX(-16deg);
  transform: skewX(-16deg);
  z-index: -1;
}
.heading.heading-bg a.title-link {
  padding: 11px 35px 11px 40px;
  font-size: 14px;
  letter-spacing: -.01px;
  color: #fcb941;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .instagram-feed {
    padding-top: 50px !important;
  }
  .instagram-feed .title-instagram-block .instagram-feed-title {
    position: static;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    border: 0;
    height: auto;
    margin-bottom: 30px;
    background-color: transparent;
  }
}
.cta-separator-big .cta.cta-border .cta-border-wrapper .cta-wrapper {
  padding: 0;
}
.cta-separator-big .cta.cta-border .cta-border-wrapper .cta-wrapper h3.title {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 8px;
}
.cta-separator-big .cta.cta-border .cta-border-wrapper .cta-wrapper .social-icon {
  width: 46px;
  height: 46px;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .cta-separator-big .cta.cta-border .cta-border-wrapper {
    padding-bottom: 0;
  }
  .cta-separator-big .cta.cta-border .cta-border-wrapper .cta-wrapper .conts-newsletter .block.newsletter {
    margin-bottom: 0;
  }
}
.cta.cta-border .cta-border-wrapper .line > div + div {
  border-left: 1px solid #d7d7d7;
}
@media (max-width: 576px) {
  .banner-large .promobanner img {
    min-height: 150px;
  }
  .banner-large .banner-text .banner-content.banner-medium .banner-subtitle {
    display: none;
  }
  .banner-text .banner-content.banner-medium .banner-title {
    font-size: 18px;
  }
}
/*===========================Style for about 1============================*/
/**ắm
 * Start style for general about us
*/
.mb-6 {
  margin-bottom: 60px;
}
.mt-4 {
  margin-top: 40px;
}
.mb-3 {
  margin-bottom: 30px;
}
.text-center {
  text-align: center;
}
.mb-1 {
  margin-bottom: 10px;
}
.mb-3 {
  margin-bottom: 30px;
}
.mb-2 {
  margin-bottom: 20px;
}
@keyframes fadeInUpShort {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeOutUpShort {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0);
  }
}
img {
  display: block;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border-style: none;
}
.mb-2 {
  margin-bottom: 20px;
}
.mb-5 {
  margin-bottom: 50px;
}
.title {
  font-size: 22px;
  letter-spacing: -0.03em;
}
.mgs-testimonial .mgs-owl-carousel.mgs-carousel-multiple .owl-dots {
  bottom: -53px;
}
/**
 * End style for general about us
*/
/**
 * Start style for block about overall
*/
.about__overall {
  margin-bottom: 50px;
}
@media (max-width: 1199px) {
  .about__overall > .frame > .line > div:first-child {
    margin-bottom: 30px;
  }
}
/**
 * End style for block about overall
*/
/**
 * Start style for block about intro
*/
.about_intro {
  margin-bottom: 60px;
}
.about_intro .lead {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.875;
  max-width: 410px;
}
.about_intro p.mb-2 {
  color: #777;
}
.about_intro .btn.btn-default {
  line-height: 1.5;
  border-color: #c96;
}
.about_intro .btn.btn-default:hover {
  color: #fff;
  background-color: #c96;
  border-color: #c96;
  box-shadow: none;
}
.about_intro .about-images {
  position: relative;
  text-align: right;
  padding-top: 40px;
}
.about_intro .about-images .about-img-front {
  position: relative;
  z-index: 2;
  border: 20px solid #f9f9f9;
}
.about_intro .about-images .about-img-back {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.about_intro .about-images img {
  display: block;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
/**
 * End style for block about intro
*/
/**
* Start style for faq
*/
/**
 * End style for block faq
*/
/**
 * Start style for block about brand
*/
.about_brand .brands-text {
  max-width: 430px;
}
.about_brand .brands-text .title {
  line-height: 1.5;
  letter-spacing: -.03em;
}
.about_brand .brands-display {
  margin-top: 5px;
}
.about_brand .brands-display .justify-content-center {
  -ms-flex-pack: center;
  justify-content: center;
}
.about_brand .brands-display .brand {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 0;
  margin-bottom: 40px;
}
.about_brand .brands-display > div > div {
  display: flex;
}
/**
 * End style for block about brand
*/
/**
 * Start style for block about our team
*/
.about_our_team h2 span {
  font-weight: 500;
  letter-spacing: -.03em;
  font-size: 24px;
}
/**
 * End style for block about our team
*/
/**
 * Start style for block about profile
*/
.member {
  margin-bottom: 2rem;
  max-width: 376px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -8px;
}
.member .member-media {
  position: relative;
  margin: 0;
}
.member .member-media .member-content,
.member .member-media .member-overlay {
  transition: all 0.45s ease;
}
.member .member-media .member-overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(102, 102, 102, 0.7);
  color: #fff;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}
.member .member-media .member-overlay .member-overlay-content .member-title {
  color: inherit;
  margin-bottom: 15px;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1.1;
}
.member .member-media .member-overlay .member-overlay-content .member-title span {
  display: block;
  font-weight: 300;
  font-size: 14px;
  margin-top: 3px;
  color: #ebebeb;
}
.member p {
  max-width: 240px;
}
.member .social-icons {
  justify-content: center;
  margin-top: 27px;
  display: flex;
  align-items: center;
  flex-flow: row wrap;
}
.member .social-icons .social-icon {
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border-radius: 50%;
  text-decoration: none;
  opacity: 1;
  transition: all .35s ease;
  margin: 0;
  color: #fff;
}
.member .social-icons .social-icon + .social-icon {
  margin-left: 28px;
}
.member .social-icons .social-icon:hover {
  color: #c96;
}
.member .social-icons-simple {
  line-height: 1;
}
.member .social-icons-simple .social-icon {
  width: auto;
  height: auto;
  border: none;
}
.member .member-content {
  padding-top: 24px;
  padding-bottom: 24px;
  overflow: hidden;
}
.member .member-content .member-title {
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0;
  margin-bottom: 0;
}
.member .member-content .member-title span {
  display: block;
  color: #999;
  font-weight: 300;
  font-size: 14px;
  margin-top: 3px;
}
.member:hover .member-overlay {
  visibility: visible;
  opacity: 1;
}
.member:hover .member-overlay .member-title,
.member:hover .member-overlay p,
.member:hover .member-overlay .social-icons {
  animation-name: fadeInUpShort;
  animation-duration: .65s;
  animation-fill-mode: both;
}
.member:hover .member-overlay p {
  animation-delay: .1s;
}
.member:hover .member-overlay .social-icons {
  animation-delay: .2s;
}
.member:hover .member-content {
  opacity: 0;
}
.member:hover .member-content .member-title {
  animation-name: fadeOutUpShort;
  animation-duration: .65s;
  animation-fill-mode: both;
}
/**
 * End style for block about profile
*/
/**
 * Start style for block about testimonial
*/
.about_testimonial {
  margin-top: 12px;
  padding-top: 55px !important;
}
.about_testimonial .mgs-testimonial .testimonial-content .author-thumbnail {
  margin: 0 auto;
}
.about_testimonial .mgs-testimonial .testimonial-content .author-thumbnail img {
  display: inline-block !important;
  max-width: 70px;
  border-radius: 50%;
  margin-top: 7px;
  margin-bottom: 21px;
}
.about_testimonial .mgs-testimonial .testimonial-content .content {
  margin-top: -12px;
}
.about_testimonial .mgs-testimonial .testimonial-content .content blockquote {
  margin-left: auto;
  margin-right: auto;
  max-width: 1120px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0;
  color: #999;
  line-height: 26.25px;
}
.about_testimonial .mgs-testimonial .testimonial-content .content blockquote::before {
  display: none;
}
.about_testimonial .mgs-testimonial .testimonial-content .content .author-info {
  font-style: normal;
  font-weight: 500;
  color: #333333;
  letter-spacing: -.01em;
  line-height: 1;
  font-size: 16px;
}
.about_testimonial .mgs-testimonial .testimonial-content .content .author-info .infomation {
  display: block;
  font-weight: 300;
  font-size: 14px;
  padding: 5px 0;
  padding-top: 2px;
}
.about_testimonial .mgs-testimonial .testimonial-content .content .author-info .name {
  font-weight: 500;
  padding: 5px 0;
}
.about_testimonial .mgs-testimonial .owl-nav button,
.about_testimonial .mgs-testimonial .owl-nav .cart.table-wrapper .actions-toolbar > .action,
.about_testimonial .mgs-testimonial .owl-nav .action-gift {
  background: transparent;
  border: none;
  cursor: pointer;
}
.about_testimonial .mgs-testimonial .owl-nav button span,
.about_testimonial .mgs-testimonial .owl-nav .cart.table-wrapper .actions-toolbar > .action span,
.about_testimonial .mgs-testimonial .owl-nav .action-gift span {
  opacity: 1;
  visibility: visible;
  color: #ccc;
}
.about_testimonial .mgs-testimonial .owl-nav button:not(.disabled):hover span,
.about_testimonial .mgs-testimonial .owl-nav .cart.table-wrapper .actions-toolbar > .action:not(.disabled):hover span,
.about_testimonial .mgs-testimonial .owl-nav .action-gift:not(.disabled):hover span {
  color: #c96;
  background: transparent;
  text-decoration: none;
}
.about_testimonial .mgs-testimonial .owl-nav .owl-prev {
  left: -50px !important;
}
.about_testimonial .mgs-testimonial .owl-nav .owl-next {
  right: -50px !important;
}
.about_testimonial .mgs-testimonial .owl-dots .owl-dot {
  background-color: transparent;
  border: none;
  padding: 0;
}
.about_testimonial .mgs-testimonial .owl-dots .owl-dot:hover span {
  background: #ccc;
}
.about_testimonial .mgs-testimonial .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  margin: 5px 6px;
  border: 0.1rem solid #d7d7d7;
  background: transparent;
  display: block;
  -webkit-backface-visibility: visible;
  transition: all .3s ease;
  border-radius: 30px;
}
.about_testimonial .mgs-testimonial .owl-dots .owl-dot.active span {
  width: 18px;
  border-color: #ccc;
  background: #ccc;
}
.about_testimonial .mgs-heading .heading span {
  font-size: 24px;
  letter-spacing: -.03em;
  line-height: 1.5;
  font-weight: 500;
}
/**
 * End style for block about testimonial
*/
/*==============================Style for about 2=====================================*/
/**
 * Start style for block about general
*/
.about_general .about-text img {
  margin-bottom: 50px;
}
.about_general .about-text img:nth-child(2) {
  margin-bottom: 60px;
}
/**
 * End style for block about general
*/
/**
 * Start style for block about group icon
*/
.about_group_icon {
  margin-bottom: 28px;
  margin-top: 2px;
}
@media (min-width: 768px) {
  .about_group_icon {
    margin-bottom: 50px;
  }
}
.about_group_icon .icon-box {
  margin-bottom: 12px;
}
.about_group_icon .icon-box .icon-box-icon {
  margin-bottom: 15px;
}
.about_group_icon .icon-box .icon-box-content br {
  display: none;
}
@media (min-width: 768px) and (max-width: 992px) {
  .about_group_icon .about_profile--custom {
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
  }
}
/**
 * End style for block about group icon
*/
/**
 * Start style for block about count down
*/
.about_coutdown {
  background-color: #ccc;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .about_coutdown {
    padding-top: 70px !important;
    padding-bottom: 50px !important;
  }
}
@media (min-width: 768px) {
  .about_coutdown {
    padding-top: 120px;
    padding-bottom: 90px;
  }
}
.about_coutdown .counter-block .mgs-counter-box.box-horizontal {
  color: #fff;
  text-align: center;
}
.about_coutdown .counter-block .mgs-counter-box.box-horizontal .counter-box {
  margin-bottom: 3px;
}
.about_coutdown .counter-block .mgs-counter-box.box-horizontal .counter-box .number,
.about_coutdown .counter-block .mgs-counter-box.box-horizontal .counter-box .subtitle {
  font-weight: 400;
  font-size: 30px;
  line-height: 1.2;
  margin-bottom: .6rem;
}
.about_coutdown .counter-block .mgs-counter-box.box-horizontal .content {
  font-weight: 400;
  font-size: 16px;
  letter-spacing: -.01em;
  color: #fff;
}
/**
 * End style for block about count down
*/
/**
 * Start style for block about portfolio
*/
@media (min-width: 768px) and (max-width: 991px) {
  .about_2_portfolio .panel-block-row {
    max-width: 50%;
  }
  .about_2_portfolio .about_our_team,
  .about_2_portfolio .panel-block-row:last-child {
    width: 100%;
    max-width: 100%;
  }
}
.about_2_portfolio .btn.btn-default {
  min-width: 218px;
  padding-top: 6px;
  padding-bottom: 6px;
  border-color: #c96;
}
.about_2_portfolio .btn.btn-default:hover {
  color: #fff;
  background-color: #c96;
  border-color: #c96;
}
.about_2_portfolio .member {
  background-color: #fff;
  max-width: 277px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 992px) {
  .about_2_portfolio .member .member-media {
    display: flex;
    justify-content: center;
  }
}
.about_2_portfolio .member .member-overlay {
  background-color: rgba(249, 249, 249, 0.7) !important;
}
.about_2_portfolio .member .member-overlay .member-title {
  display: none;
}
.about_2_portfolio .member .member-overlay .social-icon em {
  color: #333;
}
.about_2_portfolio .member:hover .member-content {
  opacity: 1;
}
.about_2_portfolio .member:hover .member-content .member-title {
  animation: unset !important;
}
.about_2_portfolio .member .member-content {
  padding-top: 18px;
  padding-bottom: 26px;
}
/**
 * End style for block about portfolio
*/
/**
 * Start style for block about brand
*/
.about_brand.about_2_brand .shop_by_brand_content .brands-text {
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .about_brand.about_2_brand .about_custom--brand {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .about_brand.about_2_brand .brands-display .brand-custom {
    max-width: calc(100% / 2);
    width: calc(100% / 2);
  }
}
@media (min-width: 768px) {
  .about_brand.about_2_brand .brands-display .brand-custom {
    max-width: calc(100% / 4);
    width: calc(100% / 4);
  }
}
/**
 * End style for block about brand
*/
/*==================STYLE FOR CONTACT PAGE=================================*/
/*==================END STYLE FOR CONTACT PAGE 2===========================*/
.contact-box {
  margin-bottom: 30px;
}
.contact-box a:not(.social-icon) {
  color: #666666 !important;
}
.contact-box h3 {
  font-weight: 400;
  font-size: 16px;
  letter-spacing: -.025em;
  margin-bottom: 16px;
}
.contact-box address,
.contact-box div {
  font-weight: 300;
  font-style: normal;
  line-height: 26.04px;
}
address {
  margin-bottom: 10px;
  line-height: 26.04px;
  color: #666 !important;
}
.contact-form .lead {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.lead {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.875;
}
.contact-form .contact-form-sub {
  margin: 0 auto;
}
.contact-form .contact-form-sub p {
  color: #777777;
}
.contact-form .primary {
  text-align: center;
}
.contact-form .actions-toolbar {
  display: flex;
  justify-content: center;
}
.hr-margin {
  margin-top: 10px;
  margin-bottom: 50px;
}
.social-icons {
  padding-top: 15px;
}
.social-icons .social-icon {
  font-size: 13px !important;
}
.contact-form .input-name {
  padding-left: 0;
}
@media (max-width: 767px) {
  .contact-form .input-name {
    padding: 0 !important;
  }
}
.contact-form .input-name::placeholder {
  color: #777;
}
.contact-form .input-email {
  padding-right: 0;
}
@media (max-width: 767px) {
  .contact-form .input-email {
    padding: 0 !important;
  }
}
.contact-form .input-email::placeholder {
  color: #777;
}
.contact-form .mage-error {
  margin-bottom: 15px;
  margin-top: 0 !important;
}
.contact-form .input-text.mage-error {
  margin-bottom: 5px !important;
}
.contact-form .actions-toolbar .primary .btn {
  padding-left: 17.5px;
  padding-right: 17.5px;
}
.cms-contact-page-2 .footer.content {
  margin-top: 0;
}
/*==================END STYLE FOR CONTACT PAGE 2===========================*/
/*==================END STYLE FOR CONTACT PAGE=============================*/
/*==================STYLE FOR FAQ PAGE=====================================*/
.faq-bg {
  background-repeat: repeat;
  display: flex;
  justify-content: center;
}
.faq-bg h3 {
  font-size: 28px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0px;
}
.faq-bg p {
  color: #fff;
  font-size: 16px;
}
.faq {
  display: flex;
}
.faq .col-contact {
  margin-left: 70px;
  align-self: center;
  flex: 0 auto;
  max-width: 100%;
}
.faq .btn.btn-default {
  color: #fff;
  border-color: #fff;
}
.faq .btn.btn-default:hover {
  background-color: #c96;
  border-color: #c96;
  color: #fff;
}
.cms-faq .faq-bg-header h1 {
  letter-spacing: -1px;
}
.cms-faq .faq-bg-header p {
  letter-spacing: -1px;
}
.cms-faq .content-block.accordion-block {
  max-width: 1166px;
}
.cms-faq h2 {
  font-family: "popins", sans-serif;
  letter-spacing: -0.72px;
}
.cms-faq .no-padding-col.section-builder-full {
  font-family: "popins", sans-serif;
  color: #666666;
}
.cms-faq ._has-bgr .mgs-accordion .accordion-title:hover {
  color: #c96;
}
.cms-faq ._has-bgr .mgs-accordion .accordion-title.ui-accordion-header-active:before {
  color: #c96;
}
.cms-faq .accordion-title-icon1 .icon:before {
  content: '\f110';
  content: '\e802';
  color: #c96;
}
.cms-faq .accordion-title-icon1 .accordion-title:before {
  content: '\f110';
}
.cms-faq .accordion-title-icon1 .icon-active:before {
  content: '\e802';
}
.cms-faq .accordion-title-icon1 .accordion-title.ui-accordion-header-active:before {
  content: '\e802';
}
.cms-faq .accordion-title-icon1 .accordion-title.active:before {
  content: '\e802';
  color: #c96;
}
.cms-faq .faq-content {
  padding-right: 30px;
}
.cms-faq .mgs-accordion .accordion-title {
  padding: 21px 40px 21px 20px;
  line-height: 1.2;
}
.cms-faq .mgs-accordion .accordion-title:before {
  padding-right: 10px;
}
.cms-faq .mgs-accordion .accordion-title.active {
  background-color: #fff;
  color: #c96;
}
.cms-faq .mgs-accordion .accordion-content {
  color: #666666;
  line-height: 26.04px;
}
.cms-faq .faq-bg-header.section-builder.section-builder-full {
  background-position: center;
  height: 170px;
}
.cms-faq .faq-bg.section-builder.section-builder-full {
  background-position: center;
}
.cms-faq .breadcrumbs {
  border-bottom: 0.1rem solid rgba(235, 235, 235, 0.55);
  padding-bottom: 15px;
}
.cms-faq .breadcrumbs .items {
  font-size: 14px;
}
.cms-faq .breadcrumbs ul li {
  color: #333;
}
.cms-faq .breadcrumbs ul li a {
  color: #777;
}
.cms-faq .breadcrumbs ul li a:hover {
  color: #c96;
  text-decoration: none;
}
@media (max-width: 685px) {
  .faq {
    display: block;
    width: 100%;
    margin-left: 10px;
  }
  .faq-bg {
    display: block;
  }
  .cms-faq .col-contact {
    margin-top: 10px;
    margin-left: 0px;
  }
}
@media (min-width: 1140px) {
  .cms-faq .breadcrumbs {
    padding-left: 150px;
  }
}
.breadcrumbs .item:not(:last-child):after {
  color: #999;
}
/*==============================END STYLE FOR FAQ PAGE ======================*/
/*==============================STYLE FOR 404 PAGE=============================*/
.cms-404-not-found .breadcrumbs .item:not(:last-child):after {
  color: #999;
}
.cms-404-not-found .notfound-content.section-builder.section-builder-full {
  background-position: center;
  background-size: cover;
  min-height: 620px;
}
.cms-404-not-found .column.main {
  padding-bottom: 0px;
}
.cms-404-not-found .btn.btn-default {
  min-width: 218px;
  line-height: 21px;
  border-color: #c96;
  padding: 8.5px 15px;
  border-radius: 0px;
}
.cms-404-not-found .content-error h1 {
  font-family: "popins", sans-serif;
  margin-bottom: 14px;
}
.cms-404-not-found .content-error p {
  line-height: 1.5;
  margin-bottom: 25px;
}
.cms-404-not-found .breadcrumbs {
  border-top: 0.1rem solid rgba(235, 235, 235, 0.55);
  padding-top: 15px;
}
.cms-404-not-found .breadcrumbs .items {
  font-size: 14px;
}
.cms-404-not-found .breadcrumbs ul li {
  color: #333;
}
.cms-404-not-found .breadcrumbs ul li a {
  color: #777;
}
.cms-404-not-found .breadcrumbs ul li a:hover {
  color: #c96;
  text-decoration: none;
}
@media (max-width: 767px) {
  .cms-404-not-found .content-error h1 {
    font-size: 40px;
  }
}
/*==================================END STYLE FOR 404 PAGE ==================*/
/*==================================STYLE FOR COMING SOON ====================*/
.cms-coming-soon .columns .column.main {
  padding-bottom: 0;
}
.coming-soon {
  height: 100vh;
  background-position: right;
}
.coming-soon .soon-content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 100vh;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  background-color: #fff;
}
.coming-soon .soon-content .title img {
  margin: 0 auto 20px;
}
.coming-soon .soon-content .title h1 {
  font-weight: 400;
  letter-spacing: -.025em;
  margin-bottom: 42px;
}
@media (max-width: 991px) {
  .coming-soon .soon-content .title h1 {
    font-size: 40px;
  }
}
.coming-soon .soon-content .countdown-box {
  max-width: 476px;
  min-height: 53px;
  padding-bottom: 7px;
  margin: 0 auto;
}
.coming-soon .soon-content .countdown-box .countdown-timer .countdown > span {
  position: relative;
}
.coming-soon .soon-content .countdown-box .countdown-timer .countdown > span + span:before {
  content: ':';
  color: #cc9966;
  position: absolute;
  font-size: 30px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.coming-soon .soon-content .coming-text {
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.coming-soon .soon-content .coming-form {
  max-width: 496px;
  margin: 0 auto 50px;
  padding-top: 5px;
}
.coming-soon .soon-content .coming-form .block.newsletter {
  width: 100%;
  margin-bottom: 0;
}
.coming-soon .soon-content .coming-form .block.newsletter input {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 8.5px;
  padding-bottom: 8.5px;
  height: 40px;
}
.coming-soon .soon-content .coming-form .block.newsletter .field .control:before {
  display: none;
}
@media (max-width: 767px) {
  .coming-soon .soon-content .coming-form .block.newsletter .form.subscribe {
    display: block;
  }
}
.coming-soon .soon-content .coming-form .block.newsletter .action {
  width: 140px;
  min-width: 0;
}
.coming-soon .soon-content .social-icons {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-flow: row wrap;
}
.coming-soon .soon-content .social-icons a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 16px;
  width: 40px;
  height: 40px;
  margin: 0;
  background-color: transparent;
  border: 1px solid;
  border-radius: 50%;
  text-decoration: none;
  opacity: 1;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.coming-soon .soon-content .social-icons a:not(:hover) {
  color: #777;
}
.coming-soon .soon-content .social-icons a:not(:last-child) {
  margin-right: 10px;
}
.soon-bg.bg-image {
  height: 100%;
  width: 50%;
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  z-index: -1;
  background-color: #ccc;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
/*==============================END STYLE FOR COMING SOON PAGE ================*/
.contact-info {
  margin-bottom: 30px;
}
.contact-info h3 {
  margin-top: 5px;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: -0.025em;
  margin-bottom: 15px;
}
.contact-list {
  max-width: 270px;
  list-style: none;
  padding-left: 0;
}
.contact-list li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 14px;
  line-height: 26.04px;
  color: #666;
}
.contact-list li i {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 3px;
  font-size: 20px;
  line-height: 1;
  color: #c96;
}
.field .control {
  /*.textarea.input-text {
				min-height: 130px;
			  	padding-top: 11px !important;
			  	padding-bottom: 11px !important;
			  	height: auto;
			  	margin-bottom: 5px !important;
			}*/
}
.field .control .input-text {
  height: 40px;
  padding: 8.5px 20px;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 300;
  color: #999999;
  background-color: #fafafa;
  border: 1px solid #ebebeb;
  border-radius: 0;
  margin-bottom: 20px;
  transition: all 0.3s;
  box-shadow: none;
}
.field .control .input-text:focus {
  color: #999999;
  background-color: #fff;
  border-color: #c96;
  box-shadow: none;
  outline: none;
}
.block-comment {
  flex-direction: column;
}
.block-field {
  padding: 0 !important;
}
.actions-toolbar {
  margin-top: 20px;
}
.actions-toolbar .primary {
  text-align: left;
}
.actions-toolbar .primary:hover {
  color: #fff;
  background-color: #c96;
  border-color: #c96;
  box-shadow: none;
}
.actions-toolbar .primary:hover .btn.btn-default {
  color: #fff;
}
.contact-index-index .column.main {
  padding-bottom: 0;
}
.contact-index-index .actions-toolbar .btn {
  min-width: auto;
}
.map-info {
  position: relative;
  overflow: hidden;
  height: 280px;
  background-color: #ccc;
}
.map-info iframe {
  width: 100%;
  height: 280px;
}
@media (max-width: 991px) {
  .store-list-container.store-list-contact {
    padding-left: 10px;
    padding-right: 10px;
  }
  .store-list-container.store-list-contact .owl-carousel .owl-item img {
    width: auto;
  }
}
.store-list-container.store-list-contact .stores .item-store-locator {
  margin-bottom: 30px;
  color: #999999;
}
.store-list-container.store-list-contact .stores .item-store-locator .store-infor h4 a {
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0;
  margin-bottom: 8px;
}
.store-list-container.store-list-contact .stores .item-store-locator .store-infor a {
  margin-top: 18px;
}
.store-list-container.store-list-contact .stores .item-store-locator .store-infor address {
  font-weight: 300;
  font-style: normal;
  margin-bottom: 0;
  line-height: 26.04px;
}
.store-list-container.store-list-contact .stores .item-store-locator .store-infor .store-phone {
  font-weight: 300;
  font-style: normal;
  margin-bottom: 0;
}
.store-list-container.store-list-contact .stores .item-store-locator .store-infor .store-subtitle {
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0;
  margin-bottom: 4px !important;
  margin-top: 32px;
}
.store-list-container.store-list-contact .stores address,
.store-list-container.store-list-contact .stores div {
  font-weight: 300;
  font-style: normal;
  margin-bottom: 0;
  line-height: 26.04px;
}
.store-list-container.store-list-contact {
  margin-bottom: 20px;
  width: 100%;
}
.store-list-container.store-list-contact .owl-carousel .owl-dots {
  bottom: 5px;
}
.store-list-container.store-list-contact .owl-carousel .owl-dots .owl-dot:hover span {
  border-color: #f8f8f8;
  background: #f8f8f8;
}
.contact_form_1 {
  margin: 0 -10px;
}
.contact_form_1 .actions-toolbar {
  justify-content: left;
}
.contact-index-index .actions-toolbar {
  justify-content: left;
}
.contact-index-index .page-main {
  padding-left: 10px;
  padding-right: 10px;
}
.contact-index-index p {
  color: #777777;
}
.contact-index-index .input-name {
  padding: 0;
}
.contact-index-index .input-email {
  padding: 0;
}
.contact-index-index textarea {
  min-height: 130px;
}
@media (max-width: 992px) {
  .contact-index-index .page-main {
    padding-left: 10px;
    padding-right: 10px;
  }
  .contact-index-index .store-logo {
    margin-bottom: 20px !important;
  }
}
.store-infor h4 {
  margin-bottom: 8px !important;
  margin-top: -9px;
}
.customer-account-login,
.customer-account-create,
.customer-account-forgotpassword {
  /*.page-main .columns .form-box .form-tab .tab-content .form-create-account label::after {
			top: 1px !important;
			content: '\e801';
			font-family: molla;
			position: absolute;
			left: 4px;
			line-height: 14px;
		}*/
}
.customer-account-login .page-main,
.customer-account-create .page-main,
.customer-account-forgotpassword .page-main {
  background-image: url(../../frontend/Mgs/molla/de_DE/images/login-bg.jpg);
  max-width: 100% !important;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.customer-account-login .page-main .columns,
.customer-account-create .page-main .columns,
.customer-account-forgotpassword .page-main .columns {
  padding-bottom: 0;
  max-width: 100%;
  /*.login-container {
					padding-bottom: 120px;
					padding-top: 120px;

					@media(max-width: 575px) {
						padding-bottom: 80px;
						padding-top: 80px;
					}
				}*/
}
.customer-account-login .page-main .columns .main,
.customer-account-create .page-main .columns .main,
.customer-account-forgotpassword .page-main .columns .main {
  padding-bottom: 0;
}
.customer-account-login .page-main .columns .form-box,
.customer-account-create .page-main .columns .form-box,
.customer-account-forgotpassword .page-main .columns .form-box {
  padding: 37px 60px 64px;
  max-width: 575px;
  margin: auto;
  box-shadow: 0 3px 16px rgba(51, 51, 51, 0.1);
  background-color: #fff;
  width: 100%;
  margin-bottom: 120px;
  margin-top: 120px;
}
@media (max-width: 575px) {
  .customer-account-login .page-main .columns .form-box,
  .customer-account-create .page-main .columns .form-box,
  .customer-account-forgotpassword .page-main .columns .form-box {
    margin-bottom: 80px;
    margin-top: 80px;
  }
}
@media (max-width: 767px) {
  .customer-account-login .page-main .columns .form-box,
  .customer-account-create .page-main .columns .form-box,
  .customer-account-forgotpassword .page-main .columns .form-box {
    padding: 20px 20px 44px;
    padding-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .customer-account-login .page-main .columns .form-box,
  .customer-account-create .page-main .columns .form-box,
  .customer-account-forgotpassword .page-main .columns .form-box {
    width: 575px;
  }
}
.customer-account-login .page-main .columns .form-box .form-tab .nav.nav-pills,
.customer-account-create .page-main .columns .form-box .form-tab .nav.nav-pills,
.customer-account-forgotpassword .page-main .columns .form-box .form-tab .nav.nav-pills {
  color: #333;
}
.customer-account-login .page-main .columns .form-box .form-tab .nav.nav-pills.block-title,
.customer-account-create .page-main .columns .form-box .form-tab .nav.nav-pills.block-title,
.customer-account-forgotpassword .page-main .columns .form-box .form-tab .nav.nav-pills.block-title {
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 0;
}
.customer-account-login .page-main .columns .form-box .form-tab .nav.nav-pills .nav-item,
.customer-account-create .page-main .columns .form-box .form-tab .nav.nav-pills .nav-item,
.customer-account-forgotpassword .page-main .columns .form-box .form-tab .nav.nav-pills .nav-item {
  margin-bottom: -1px;
  flex: 1 1 0;
  text-align: center;
  cursor: pointer;
}
.customer-account-login .page-main .columns .form-box .form-tab .nav.nav-pills .nav-item .nav-link,
.customer-account-create .page-main .columns .form-box .form-tab .nav.nav-pills .nav-item .nav-link,
.customer-account-forgotpassword .page-main .columns .form-box .form-tab .nav.nav-pills .nav-item .nav-link {
  text-transform: capitalize;
  font-weight: 400;
  letter-spacing: -0.6px;
  color: inherit;
  border-bottom-width: 2px;
  padding: 9px 10px;
  margin-bottom: 0;
  line-height: 36px;
}
@media (max-width: 575px) {
  .customer-account-login .page-main .columns .form-box .form-tab .nav.nav-pills .nav-item .nav-link,
  .customer-account-create .page-main .columns .form-box .form-tab .nav.nav-pills .nav-item .nav-link,
  .customer-account-forgotpassword .page-main .columns .form-box .form-tab .nav.nav-pills .nav-item .nav-link {
    padding-bottom: 6px;
  }
}
.customer-account-login .page-main .columns .form-box .form-tab .nav.nav-pills .nav-item .nav-link.active,
.customer-account-create .page-main .columns .form-box .form-tab .nav.nav-pills .nav-item .nav-link.active,
.customer-account-forgotpassword .page-main .columns .form-box .form-tab .nav.nav-pills .nav-item .nav-link.active {
  color: inherit;
  border-bottom: 2px solid #c96;
}
.customer-account-login .page-main .columns .form-box .form-tab .nav.nav-pills .nav-item .nav-link span,
.customer-account-create .page-main .columns .form-box .form-tab .nav.nav-pills .nav-item .nav-link span,
.customer-account-forgotpassword .page-main .columns .form-box .form-tab .nav.nav-pills .nav-item .nav-link span {
  font-size: 24px;
}
@media (max-width: 767px) {
  .customer-account-login .page-main .columns .form-box .form-tab .nav.nav-pills .nav-item .nav-link span,
  .customer-account-create .page-main .columns .form-box .form-tab .nav.nav-pills .nav-item .nav-link span,
  .customer-account-forgotpassword .page-main .columns .form-box .form-tab .nav.nav-pills .nav-item .nav-link span {
    font-size: 20px;
  }
}
.customer-account-login .page-main .columns .form-box .form-tab .nav,
.customer-account-create .page-main .columns .form-box .form-tab .nav,
.customer-account-forgotpassword .page-main .columns .form-box .form-tab .nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.customer-account-login .page-main .columns .form-box .form-tab .tab-content .tab-pane,
.customer-account-create .page-main .columns .form-box .form-tab .tab-content .tab-pane,
.customer-account-forgotpassword .page-main .columns .form-box .form-tab .tab-content .tab-pane {
  padding: 23px 0 0;
  display: none;
}
.customer-account-login .page-main .columns .form-box .form-tab .tab-content .tab-pane.active,
.customer-account-create .page-main .columns .form-box .form-tab .tab-content .tab-pane.active,
.customer-account-forgotpassword .page-main .columns .form-box .form-tab .tab-content .tab-pane.active {
  display: block;
  -webkit-animation: show-content 1s ease-out;
  -moz-animation: show-content 1s ease-out;
}
.customer-account-login .page-main .columns .form-box .form-tab .tab-content .fieldset .field + .field,
.customer-account-create .page-main .columns .form-box .form-tab .tab-content .fieldset .field + .field,
.customer-account-forgotpassword .page-main .columns .form-box .form-tab .tab-content .fieldset .field + .field {
  margin: 13px 0 0;
}
.customer-account-login .page-main .columns .form-box .form-tab .tab-content .form-group label,
.customer-account-create .page-main .columns .form-box .form-tab .tab-content .form-group label,
.customer-account-forgotpassword .page-main .columns .form-box .form-tab .tab-content .form-group label {
  color: #666;
  font-weight: 300;
  font-size: 14px;
  margin: 0 0 14px;
  display: inline-block;
}
.customer-account-login .page-main .columns .form-box .form-tab .tab-content .form-group .mage-error,
.customer-account-create .page-main .columns .form-box .form-tab .tab-content .form-group .mage-error,
.customer-account-forgotpassword .page-main .columns .form-box .form-tab .tab-content .form-group .mage-error {
  margin-top: 0;
}
.customer-account-login .page-main .columns .form-box .form-tab .tab-content .form-footer .btn-control-login,
.customer-account-create .page-main .columns .form-box .form-tab .tab-content .form-footer .btn-control-login,
.customer-account-forgotpassword .page-main .columns .form-box .form-tab .tab-content .form-footer .btn-control-login {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 16px;
}
@media (max-width: 575px) {
  .customer-account-login .page-main .columns .form-box .form-tab .tab-content .form-footer .btn-control-login,
  .customer-account-create .page-main .columns .form-box .form-tab .tab-content .form-footer .btn-control-login,
  .customer-account-forgotpassword .page-main .columns .form-box .form-tab .tab-content .form-footer .btn-control-login {
    flex-direction: column;
  }
  .customer-account-login .page-main .columns .form-box .form-tab .tab-content .form-footer .btn-control-login .actions-toolbar,
  .customer-account-create .page-main .columns .form-box .form-tab .tab-content .form-footer .btn-control-login .actions-toolbar,
  .customer-account-forgotpassword .page-main .columns .form-box .form-tab .tab-content .form-footer .btn-control-login .actions-toolbar {
    order: 2;
    width: 100%;
  }
  .customer-account-login .page-main .columns .form-box .form-tab .tab-content .form-footer .btn-control-login .actions-toolbar .btn,
  .customer-account-create .page-main .columns .form-box .form-tab .tab-content .form-footer .btn-control-login .actions-toolbar .btn,
  .customer-account-forgotpassword .page-main .columns .form-box .form-tab .tab-content .form-footer .btn-control-login .actions-toolbar .btn {
    width: 100%;
    text-align: center;
  }
  .customer-account-login .page-main .columns .form-box .form-tab .tab-content .form-footer .btn-control-login .remind,
  .customer-account-create .page-main .columns .form-box .form-tab .tab-content .form-footer .btn-control-login .remind,
  .customer-account-forgotpassword .page-main .columns .form-box .form-tab .tab-content .form-footer .btn-control-login .remind {
    order: 1;
    display: inline-block;
    width: 100%;
    margin-bottom: 16px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .customer-account-login .page-main .columns .form-box .form-tab .tab-content .form-footer .btn-control-login,
  .customer-account-create .page-main .columns .form-box .form-tab .tab-content .form-footer .btn-control-login,
  .customer-account-forgotpassword .page-main .columns .form-box .form-tab .tab-content .form-footer .btn-control-login {
    flex-direction: row-reverse;
  }
}
.customer-account-login .page-main .columns .form-box .form-tab .tab-content .form-footer .btn-control-login .actions-toolbar,
.customer-account-create .page-main .columns .form-box .form-tab .tab-content .form-footer .btn-control-login .actions-toolbar,
.customer-account-forgotpassword .page-main .columns .form-box .form-tab .tab-content .form-footer .btn-control-login .actions-toolbar {
  margin-top: 0;
}
.customer-account-login .page-main .columns .form-box .form-tab .tab-content .form-footer .mgs-gdpr-checkbox,
.customer-account-create .page-main .columns .form-box .form-tab .tab-content .form-footer .mgs-gdpr-checkbox,
.customer-account-forgotpassword .page-main .columns .form-box .form-tab .tab-content .form-footer .mgs-gdpr-checkbox {
  padding-top: 16px;
}
.customer-account-login .page-main .columns .form-box .form-tab .tab-content .fieldset,
.customer-account-create .page-main .columns .form-box .form-tab .tab-content .fieldset,
.customer-account-forgotpassword .page-main .columns .form-box .form-tab .tab-content .fieldset {
  margin-left: 0;
  margin-right: 0;
}
.customer-account-login .page-main .columns .form-box .form-tab .tab-content .fieldset::after,
.customer-account-create .page-main .columns .form-box .form-tab .tab-content .fieldset::after,
.customer-account-forgotpassword .page-main .columns .form-box .form-tab .tab-content .fieldset::after {
  display: none;
}
.customer-account-login .page-main .columns .form-box .form-tab .tab-content .fieldset .field .control .input-text,
.customer-account-create .page-main .columns .form-box .form-tab .tab-content .fieldset .field .control .input-text,
.customer-account-forgotpassword .page-main .columns .form-box .form-tab .tab-content .fieldset .field .control .input-text {
  margin-bottom: 3px;
}
.customer-account-login .page-main .columns .form-box .form-tab .tab-content #register-2 form,
.customer-account-create .page-main .columns .form-box .form-tab .tab-content #register-2 form,
.customer-account-forgotpassword .page-main .columns .form-box .form-tab .tab-content #register-2 form {
  min-width: auto;
  width: auto;
}
.customer-account-login .page-main .columns .form-box .form-tab .tab-content #register-2 form .fieldset .field .control,
.customer-account-create .page-main .columns .form-box .form-tab .tab-content #register-2 form .fieldset .field .control,
.customer-account-forgotpassword .page-main .columns .form-box .form-tab .tab-content #register-2 form .fieldset .field .control {
  width: 100%;
}
.customer-account-login .page-main .columns .form-box .form-tab .tab-content #register-2 form .fieldset .field .control .input-text,
.customer-account-create .page-main .columns .form-box .form-tab .tab-content #register-2 form .fieldset .field .control .input-text,
.customer-account-forgotpassword .page-main .columns .form-box .form-tab .tab-content #register-2 form .fieldset .field .control .input-text {
  margin-bottom: 0;
}
.customer-account-login .page-main .columns .form-box .form-tab .tab-content #register-2 form .mage-error,
.customer-account-create .page-main .columns .form-box .form-tab .tab-content #register-2 form .mage-error,
.customer-account-forgotpassword .page-main .columns .form-box .form-tab .tab-content #register-2 form .mage-error {
  margin-top: 0;
}
.customer-account-login .page-main .columns .form-box .form-tab .tab-content #register-2 form .input-text.mage-error,
.customer-account-create .page-main .columns .form-box .form-tab .tab-content #register-2 form .input-text.mage-error,
.customer-account-forgotpassword .page-main .columns .form-box .form-tab .tab-content #register-2 form .input-text.mage-error {
  margin-bottom: 3px !important;
}
.customer-account-login .page-main .columns .form-box .form-tab .tab-content .form-create-account label,
.customer-account-create .page-main .columns .form-box .form-tab .tab-content .form-create-account label,
.customer-account-forgotpassword .page-main .columns .form-box .form-tab .tab-content .form-create-account label {
  color: #666;
  font-weight: 300;
  font-size: 14px;
  margin: 0 0 14px;
  display: inline-block;
}
.customer-account-login .page-main .columns .form-box .form-tab .tab-content .form-create-account .field.choice.newsletter,
.customer-account-create .page-main .columns .form-box .form-tab .tab-content .form-create-account .field.choice.newsletter,
.customer-account-forgotpassword .page-main .columns .form-box .form-tab .tab-content .form-create-account .field.choice.newsletter {
  margin-top: 19px;
}
.customer-account-login .page-main .columns .form-box .form-tab .tab-content .form-create-account fieldset .legend,
.customer-account-create .page-main .columns .form-box .form-tab .tab-content .form-create-account fieldset .legend,
.customer-account-forgotpassword .page-main .columns .form-box .form-tab .tab-content .form-create-account fieldset .legend {
  padding: 0px;
}
.customer-account-login .page-main .columns .form-box .form-tab .tab-content .form-create-account fieldset .legend span,
.customer-account-create .page-main .columns .form-box .form-tab .tab-content .form-create-account fieldset .legend span,
.customer-account-forgotpassword .page-main .columns .form-box .form-tab .tab-content .form-create-account fieldset .legend span {
  font-size: 17px;
  color: #333;
  font-weight: 400;
}
.customer-account-login .page-main .columns .form-box .form-tab .tab-content .form-create-account .actions-toolbar,
.customer-account-create .page-main .columns .form-box .form-tab .tab-content .form-create-account .actions-toolbar,
.customer-account-forgotpassword .page-main .columns .form-box .form-tab .tab-content .form-create-account .actions-toolbar {
  margin-top: 10px;
}
@media (min-width: 576px) and (max-width: 767px) {
  .customer-account-login .page-main .columns .form-box .form-tab .tab-content .form-create-account .actions-toolbar,
  .customer-account-create .page-main .columns .form-box .form-tab .tab-content .form-create-account .actions-toolbar,
  .customer-account-forgotpassword .page-main .columns .form-box .form-tab .tab-content .form-create-account .actions-toolbar {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
}
.customer-account-login .page-main .columns .form-box .form-tab .tab-content .form-create-account .actions-toolbar .primary,
.customer-account-create .page-main .columns .form-box .form-tab .tab-content .form-create-account .actions-toolbar .primary,
.customer-account-forgotpassword .page-main .columns .form-box .form-tab .tab-content .form-create-account .actions-toolbar .primary,
.customer-account-login .page-main .columns .form-box .form-tab .tab-content .form-create-account .actions-toolbar .secondary,
.customer-account-create .page-main .columns .form-box .form-tab .tab-content .form-create-account .actions-toolbar .secondary,
.customer-account-forgotpassword .page-main .columns .form-box .form-tab .tab-content .form-create-account .actions-toolbar .secondary {
  text-align: center !important;
}
@media (min-width: 576px) and (max-width: 767px) {
  .customer-account-login .page-main .columns .form-box .form-tab .tab-content .form-create-account .actions-toolbar .primary .action,
  .customer-account-create .page-main .columns .form-box .form-tab .tab-content .form-create-account .actions-toolbar .primary .action,
  .customer-account-forgotpassword .page-main .columns .form-box .form-tab .tab-content .form-create-account .actions-toolbar .primary .action,
  .customer-account-login .page-main .columns .form-box .form-tab .tab-content .form-create-account .actions-toolbar .secondary .action,
  .customer-account-create .page-main .columns .form-box .form-tab .tab-content .form-create-account .actions-toolbar .secondary .action,
  .customer-account-forgotpassword .page-main .columns .form-box .form-tab .tab-content .form-create-account .actions-toolbar .secondary .action {
    width: auto !important;
  }
}
.customer-account-login .page-main .columns .form-box .form-tab .tab-content .form-create-account .actions-toolbar .primary .action a.action,
.customer-account-create .page-main .columns .form-box .form-tab .tab-content .form-create-account .actions-toolbar .primary .action a.action,
.customer-account-forgotpassword .page-main .columns .form-box .form-tab .tab-content .form-create-account .actions-toolbar .primary .action a.action,
.customer-account-login .page-main .columns .form-box .form-tab .tab-content .form-create-account .actions-toolbar .secondary .action a.action,
.customer-account-create .page-main .columns .form-box .form-tab .tab-content .form-create-account .actions-toolbar .secondary .action a.action,
.customer-account-forgotpassword .page-main .columns .form-box .form-tab .tab-content .form-create-account .actions-toolbar .secondary .action a.action {
  margin-top: 0;
  padding: 9.5px 15px;
}
.customer-account-login .page-main .columns .form-box .form-tab .tab-content .form-create-account .actions-toolbar .primary,
.customer-account-create .page-main .columns .form-box .form-tab .tab-content .form-create-account .actions-toolbar .primary,
.customer-account-forgotpassword .page-main .columns .form-box .form-tab .tab-content .form-create-account .actions-toolbar .primary {
  margin: 0;
}
.customer-account-login .page-main .columns .form-box .form-tab .tab-content .form-create-account .mgs-gdpr-checkbox,
.customer-account-create .page-main .columns .form-box .form-tab .tab-content .form-create-account .mgs-gdpr-checkbox,
.customer-account-forgotpassword .page-main .columns .form-box .form-tab .tab-content .form-create-account .mgs-gdpr-checkbox {
  margin-top: 20px;
}
.customer-account-login .page-main .columns .form-box .form-tab .tab-content .form-create-account .mgs-gdpr-checkbox .label::after,
.customer-account-create .page-main .columns .form-box .form-tab .tab-content .form-create-account .mgs-gdpr-checkbox .label::after,
.customer-account-forgotpassword .page-main .columns .form-box .form-tab .tab-content .form-create-account .mgs-gdpr-checkbox .label::after {
  top: 1px !important;
}
.customer-account-login .page-main .columns .form-box .form-tab .tab-content .form-create-account .create.account,
.customer-account-create .page-main .columns .form-box .form-tab .tab-content .form-create-account .create.account,
.customer-account-forgotpassword .page-main .columns .form-box .form-tab .tab-content .form-create-account .create.account {
  margin-top: 8px;
}
.customer-account-login .field.choice:not(.review-field-rating) input[type="checkbox"]:checked + label::after,
.customer-account-create .field.choice:not(.review-field-rating) input[type="checkbox"]:checked + label::after,
.customer-account-forgotpassword .field.choice:not(.review-field-rating) input[type="checkbox"]:checked + label::after,
.customer-account-login .field.choice:not(.review-field-rating) input[type="checkbox"]:checked + .label::after,
.customer-account-create .field.choice:not(.review-field-rating) input[type="checkbox"]:checked + .label::after,
.customer-account-forgotpassword .field.choice:not(.review-field-rating) input[type="checkbox"]:checked + .label::after {
  top: 1px !important;
}
@-webkit-keyframes show-content {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0.25;
  }
  50% {
    opacity: 0.5;
  }
  75% {
    opacity: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes show-content {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0.25;
  }
  50% {
    opacity: 0.5;
  }
  75% {
    opacity: 0.9;
  }
  100% {
    opacity: 1;
  }
}
.customer-account-forgotpassword .block.form-box.block-customer-forgot-password {
  margin-top: 120px;
  margin-bottom: 120px;
}
.customer-account-forgotpassword .block.form-box.block-customer-forgot-password .block-title {
  margin-top: 9px;
}
.customer-account-forgotpassword .block.form-box.block-customer-forgot-password .block-title h2 {
  text-align: center;
}
.customer-account-forgotpassword .block.form-box.block-customer-forgot-password .block-title h2 span {
  font-size: 24px;
  text-transform: capitalize;
  font-weight: 400;
  letter-spacing: -0.6px;
  padding: 9px 10px;
  margin-bottom: 0;
  line-height: 36px;
}
.customer-account-forgotpassword .block.form-box.block-customer-forgot-password form {
  min-width: unset;
  width: auto;
  margin-top: 11px;
}
.customer-account-forgotpassword .block.form-box.block-customer-forgot-password form .label {
  margin-bottom: 13px;
}
.customer-account-forgotpassword .block.form-box.block-customer-forgot-password form .label span {
  color: #666;
  font-weight: 300;
  font-size: 14px;
  display: inline-block;
}
.customer-account-forgotpassword .block.form-box.block-customer-forgot-password form .input-text {
  margin-bottom: 0;
}
.customer-account-forgotpassword .block.form-box.block-customer-forgot-password form .mage-error {
  margin-top: 0;
}
.customer-account-forgotpassword .block.form-box.block-customer-forgot-password form .input-text.mage-error {
  margin-bottom: 3px;
}
.customer-account-forgotpassword .block.form-box.block-customer-forgot-password form .actions-toolbar {
  margin-top: 24px;
}
.customer-account-forgotpassword .block.form-box.block-customer-forgot-password form .actions-toolbar .primary .action.submit {
  margin-right: 0;
  text-align: center;
}
.customer-account-forgotpassword .block.form-box.block-customer-forgot-password form .actions-toolbar .secondary a {
  margin-top: 0;
}
.account.customer-account-index.page-layout-2columns-left .page-main .main {
  overflow: hidden;
}
@media (max-width: 991px) {
  .account.customer-account-index.page-layout-2columns-left .page-main .main {
    order: 3;
  }
}
.account.customer-account-index.page-layout-2columns-left .page-main .main .block .block-title {
  border-bottom: 1px solid #ebebeb;
  padding: 15px 0;
  margin-bottom: 25px;
  padding-top: 0;
}
.account.customer-account-index.page-layout-2columns-left .page-main .main .block .block-title strong {
  font-size: 22px;
  color: #333;
  font-weight: 400;
}
.account.customer-account-index.page-layout-2columns-left .page-main .main .block .block-content .box-title span {
  font-size: 17px;
  color: #333;
  font-weight: 400;
}
.account.customer-account-index.page-layout-2columns-left .page-main .main form .legend {
  padding: 0;
}
.account.customer-account-index.page-layout-2columns-left .page-main .main form .legend span {
  font-size: 22px;
  color: #333;
  font-weight: 400;
}
.account.customer-account-index.page-layout-2columns-left .page-main .main form .field .control .input-text {
  margin-bottom: 0;
}
.account.customer-account-index.page-layout-2columns-left .page-main .main form .fieldset {
  margin-bottom: 30px;
}
.account.customer-account-index.page-layout-2columns-left .page-main .main .actions-toolbar .action {
  text-align: center;
  margin-top: 0;
  margin-right: 0;
}
.account.customer-account-index.page-layout-2columns-left .page-main .main .block-dashboard-info .block-content,
.account.customer-account-index.page-layout-2columns-left .page-main .main .block-dashboard-addresses .block-content {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .account.customer-account-index.page-layout-2columns-left .page-main .main .block-dashboard-info .block-content,
  .account.customer-account-index.page-layout-2columns-left .page-main .main .block-dashboard-addresses .block-content {
    flex-direction: column;
  }
  .account.customer-account-index.page-layout-2columns-left .page-main .main .block-dashboard-info .block-content .box,
  .account.customer-account-index.page-layout-2columns-left .page-main .main .block-dashboard-addresses .block-content .box {
    margin-bottom: 20px;
  }
}
.account.customer-account-index.page-layout-2columns-left .page-main .sidebar {
  margin-bottom: 30px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .account.customer-account-index.page-layout-2columns-left .page-main .sidebar {
    order: 1;
  }
}
.account.customer-account-index.page-layout-2columns-left .page-main .sidebar .account-nav .content {
  background-color: transparent;
  padding-top: 0;
}
.account.customer-account-index.page-layout-2columns-left .page-main .sidebar .account-nav .content .items .item > a {
  overflow: hidden;
  position: relative;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.5;
  padding: 14px 0;
  color: #333;
  border-bottom: 1px solid #ebebeb;
  display: block;
}
.account.customer-account-index.page-layout-2columns-left .page-main .sidebar .account-nav .content .items .item > a:hover {
  background-color: transparent;
  color: #c96;
}
.account.customer-account-index.page-layout-2columns-left .page-main .sidebar .account-nav .content .items .item.current strong {
  overflow: hidden;
  position: relative;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.5;
  padding: 14px 0;
  color: #c96;
  border-bottom: 1px solid #ebebeb;
  padding-left: 20px;
  border-left: unset;
  cursor: pointer;
  display: block;
}
.account.customer-account-index.page-layout-2columns-left .page-main .sidebar .account-nav .content .items .item.current strong::before {
  font-family: "molla";
  content: '\f274';
  display: block;
  font-size: 15px;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -7.5px;
  transition: all .3s;
  /*opacity: 0;*/
}
.account.customer-account-index.page-layout-2columns-left .page-main .sidebar .account-nav .content .items .item.current a {
  overflow: hidden;
  position: relative;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.5;
  padding: 14px 0;
  color: #c96;
  border-bottom: 1px solid #ebebeb;
  padding-left: 20px;
  border-left: unset;
  cursor: pointer;
  padding-left: 0;
}
.account.customer-account-index.page-layout-2columns-left .page-main .sidebar .account-nav .title strong {
  font-size: 22px;
  color: #333;
  font-weight: 400;
}
.account.customer-account-index.page-layout-2columns-left .page-main .sidebar-additional {
  margin-top: 0;
}
@media (max-width: 991px) {
  .account.customer-account-index.page-layout-2columns-left .page-main .sidebar-additional {
    order: 2;
  }
}
.account.customer-account-index.page-layout-2columns-left .page-main .sidebar-additional .block .block-title strong {
  font-size: 22px;
  color: #333;
  font-weight: 400;
}
.account.customer-account-index.page-layout-2columns-left .page-main .sidebar-additional .block .block-content #cart-sidebar-reorder .product-item {
  display: flex;
  align-items: center;
}
.account.customer-account-index.page-layout-2columns-left .page-main .sidebar-additional .block .block-content #cart-sidebar-reorder .product-item .product-item-name {
  margin-left: 10px;
}
.account.customer-account-index.page-layout-2columns-left .page-main .sidebar-additional .block .block-content #cart-sidebar-reorder .product-item .product-item-name a span {
  font-weight: 300;
  font-size: 14px;
  color: #333;
}
.account.customer-account-index.page-layout-2columns-left .page-main .sidebar-additional .block .block-content #cart-sidebar-reorder .product-item .field.item.choice {
  display: block;
}
.account.customer-account-index.page-layout-2columns-left .page-main .sidebar-additional .block .block-content #cart-sidebar-reorder .product-item .field.item.choice .control {
  width: 20px;
}
.account.customer-account-index.page-layout-2columns-left .page-main .sidebar-additional .block .block-content #cart-sidebar-reorder .product-item .field.item.choice .control .checkbox {
  position: static;
  opacity: 1;
}
.account.customer-account-index.page-layout-2columns-left .page-main .sidebar-additional .block .block-content .actions-toolbar {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.account.customer-account-index.page-layout-2columns-left .page-main .sidebar-additional .block .block-content .actions-toolbar .primary .action.tocart {
  margin-right: 0;
  text-align: center;
}
.account.customer-account-index.page-layout-2columns-left .page-main .sidebar-additional .block.block-compare .block-content .actions-toolbar {
  display: block;
}
.account.customer-account-index.page-layout-2columns-left .page-main .sidebar-additional .block.block-compare .block-content .actions-toolbar > .primary {
  margin-bottom: 0;
}
.account.customer-account-index.page-layout-2columns-left .page-main .columns {
  margin-top: 38px;
}
.account.customer-account-index.page-layout-2columns-left .page-main .box-actions {
  margin-top: 20px;
}
.account.customer-account-index.wishlist-index-index .products .product-item {
  margin-left: 0;
}
.account.customer-account-index.wishlist-index-index .products .product-item .product-item-info .product-item-name {
  padding: 16px 5px;
  display: inline-block;
  text-align: center;
  width: 100%;
  padding-bottom: 4px;
}
.account.customer-account-index.wishlist-index-index .products .product-item .product-item-info .price-as-configured {
  text-align: center;
}
.account.customer-account-index.wishlist-index-index .products .product-item .product-item-info .product-item-inner .box-tocart .control {
  text-align: center;
  position: relative;
  display: inline-block;
  margin-left: 10px;
}
.account.customer-account-index.wishlist-index-index .products .product-item .product-item-info .product-item-inner .box-tocart .control button,
.account.customer-account-index.wishlist-index-index .products .product-item .product-item-info .product-item-inner .box-tocart .control .cart.table-wrapper .actions-toolbar > .action,
.account.customer-account-index.wishlist-index-index .products .product-item .product-item-info .product-item-inner .box-tocart .control .action-gift {
  position: absolute;
  background-color: transparent;
  border: unset;
  font-size: 10px;
  font-weight: 300;
  color: #999;
  top: 50%;
  transform: translateY(-50%);
}
.account.customer-account-index.wishlist-index-index .products .product-item .product-item-info .product-item-inner .box-tocart .control button::after,
.account.customer-account-index.wishlist-index-index .products .product-item .product-item-info .product-item-inner .box-tocart .control .cart.table-wrapper .actions-toolbar > .action::after,
.account.customer-account-index.wishlist-index-index .products .product-item .product-item-info .product-item-inner .box-tocart .control .action-gift::after {
  font-family: 'fontAwesome';
}
.account.customer-account-index.wishlist-index-index .products .product-item .product-item-info .product-item-inner .box-tocart .control button.minus::after,
.account.customer-account-index.wishlist-index-index .products .product-item .product-item-info .product-item-inner .box-tocart .control .cart.table-wrapper .actions-toolbar > .action.minus::after,
.account.customer-account-index.wishlist-index-index .products .product-item .product-item-info .product-item-inner .box-tocart .control .action-gift.minus::after {
  content: '\f068';
}
.account.customer-account-index.wishlist-index-index .products .product-item .product-item-info .product-item-inner .box-tocart .control button.plus::after,
.account.customer-account-index.wishlist-index-index .products .product-item .product-item-info .product-item-inner .box-tocart .control .cart.table-wrapper .actions-toolbar > .action.plus::after,
.account.customer-account-index.wishlist-index-index .products .product-item .product-item-info .product-item-inner .box-tocart .control .action-gift.plus::after {
  content: '\f067';
}
.account.customer-account-index.wishlist-index-index .products .product-item .product-item-info .product-item-inner .box-tocart .control button.minus,
.account.customer-account-index.wishlist-index-index .products .product-item .product-item-info .product-item-inner .box-tocart .control .cart.table-wrapper .actions-toolbar > .action.minus,
.account.customer-account-index.wishlist-index-index .products .product-item .product-item-info .product-item-inner .box-tocart .control .action-gift.minus {
  left: 0;
}
.account.customer-account-index.wishlist-index-index .products .product-item .product-item-info .product-item-inner .box-tocart .control button.plus,
.account.customer-account-index.wishlist-index-index .products .product-item .product-item-info .product-item-inner .box-tocart .control .cart.table-wrapper .actions-toolbar > .action.plus,
.account.customer-account-index.wishlist-index-index .products .product-item .product-item-info .product-item-inner .box-tocart .control .action-gift.plus {
  right: 0;
}
.account.customer-account-index.wishlist-index-index .products .product-item .product-item-info .product-item-inner .box-tocart .qty {
  height: 40px;
}
.account.customer-account-index.wishlist-index-index .products .product-item .product-item-info .product-item-inner .box-tocart .fieldset {
  margin-bottom: 10px;
}
.account.customer-account-index.wishlist-index-index .products .product-item .product-item-info .product-item-inner .fieldset .field {
  display: flex;
  /*justify-content: center;*/
  align-items: center;
}
.account.customer-account-index.wishlist-index-index .products .product-item .product-item-info .product-item-inner .fieldset .field .label {
  margin-bottom: 0;
}
.account.customer-account-index.wishlist-index-index .products .product-item .product-item-info .product-item-inner .comment-box .control {
  padding: 0 5px;
}
.account.customer-account-index.wishlist-index-index .products .product-item .product-item-info .product-item-inner .product-item-actions {
  text-align: center;
  padding: 0 5px;
}
.account.customer-account-index.wishlist-index-index .products .product-item .product-item-info .product-item-inner .product-item-actions .action {
  min-width: auto;
  /*padding: 5.5px 15px;*/
}
.account.customer-account-index.wishlist-index-index .products .product-item .product-item-info .product-item-inner .product-item-actions .action.tocart {
  padding: 7px 2px;
}
.account.customer-account-index.wishlist-index-index .products .product-item .product-item-info .product-item-inner .product-item-comment {
  margin-top: 4px;
}
.account.customer-account-index.wishlist-index-index #wishlist-view-form > .actions-toolbar > .primary:hover {
  background-color: transparent;
}
@media (max-width: 767px) {
  .account.customer-account-index.wishlist-index-index .product-items {
    flex-direction: column;
  }
  .account.customer-account-index.wishlist-index-index .product-items .product-item {
    max-width: 100%;
  }
  .account.customer-account-index.wishlist-index-index .product-items .product-item .product-item-info .product-item-photo {
    float: unset;
    display: block;
    margin: 0;
  }
  .account.customer-account-index.wishlist-index-index .product-items .product-item .product-item-info .product-item-photo .product-image-container {
    max-width: 100%;
  }
  .account.customer-account-index.wishlist-index-index .product-items .product-item .product-item-info .product-item-name {
    margin: 0;
    padding-top: 0;
  }
  .account.customer-account-index.wishlist-index-index .product-items .product-item .product-item-info .product-item-name .product-item-link {
    font-size: 18px;
  }
  .account.customer-account-index.wishlist-index-index .product-items .product-item .product-item-info .price-box {
    margin: 0;
  }
  .account.customer-account-index.wishlist-index-index .product-items .product-item .product-item-info .product-item-inner .product-item-actions {
    clear: both;
    display: flex;
    justify-content: space-between;
  }
  .account.customer-account-index.wishlist-index-index .product-items .product-item .product-item-info .product-item-inner .product-item-actions .action {
    float: unset;
  }
  .account.customer-account-index.wishlist-index-index .product-items .product-item .product-item-info .product-item-inner .product-item-actions .actions-primary {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: unset;
    max-width: 100%;
    margin-top: 15px;
  }
  .account.customer-account-index.wishlist-index-index .product-items .product-item .product-item-info .product-item-inner .product-item-actions .actions-primary .action.tocart {
    padding: 7px 62px;
    /*max-width: 170px;*/
    width: 100%;
  }
  .account.customer-account-index.wishlist-index-index .product-items .product-item .product-item-info .product-item-inner .box-tocart {
    width: 100%;
  }
}
@media (min-width: 425px) and (max-width: 767px) {
  .account.customer-account-index.wishlist-index-index .product-items .product-item .product-item-info .product-item-inner .box-tocart .fieldset {
    display: flex;
  }
  .account.customer-account-index.wishlist-index-index .product-items .product-item .product-item-info .product-item-inner .box-tocart .fieldset .action.tocart {
    padding: 8.5px 57px;
  }
  .account.customer-account-index.wishlist-index-index .product-items .product-item .product-item-info .product-item-inner .box-tocart .fieldset .actions-primary {
    margin: 0;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .account.customer-account-index.wishlist-index-index .product-items .product-item .product-item-info .product-item-inner .box-tocart .fieldset .actions-primary {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: unset;
  }
}
.account.customer-account-index.customer-address-index .modal-popup {
  transition: 500ms ease all;
  transform: scale(0.8);
  opacity: 0.5;
}
.account.customer-account-index.customer-address-index .modal-popup._show {
  transform: scale(1);
  opacity: 1;
}
.account.customer-account-index.customer-address-index .modal-popup .modal-inner-wrap {
  width: 310px;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 auto;
}
.account.customer-account-index.customer-address-index .modal-popup .modal-inner-wrap .modal-header {
  padding-top: 30px;
}
.account.customer-account-index.customer-address-index .modal-popup .modal-inner-wrap .modal-footer {
  padding-top: 30px;
  padding-bottom: 30px;
}
.account.customer-account-index.customer-address-index .modal-popup .modal-inner-wrap .modal-footer button,
.account.customer-account-index.customer-address-index .modal-popup .modal-inner-wrap .modal-footer .cart.table-wrapper .actions-toolbar > .action,
.account.customer-account-index.customer-address-index .modal-popup .modal-inner-wrap .modal-footer .action-gift {
  padding: 8.5px 15px;
  border-width: 1px;
  border-style: solid;
  text-align: center;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  outline: none;
  cursor: pointer;
  text-decoration: none;
  min-width: 100px;
  transition: 500ms ease all;
}
.account.customer-account-index.customer-address-index .modal-popup .modal-inner-wrap .modal-footer button.action-accept,
.account.customer-account-index.customer-address-index .modal-popup .modal-inner-wrap .modal-footer .cart.table-wrapper .actions-toolbar > .action.action-accept,
.account.customer-account-index.customer-address-index .modal-popup .modal-inner-wrap .modal-footer .action-gift.action-accept {
  color: #c96;
  background-color: transparent;
  border-color: #c96;
}
.account.customer-account-index.customer-address-index .modal-popup .modal-inner-wrap .modal-footer button.action-accept:hover,
.account.customer-account-index.customer-address-index .modal-popup .modal-inner-wrap .modal-footer .cart.table-wrapper .actions-toolbar > .action.action-accept:hover,
.account.customer-account-index.customer-address-index .modal-popup .modal-inner-wrap .modal-footer .action-gift.action-accept:hover {
  color: #fff;
  background-color: #c96;
  border-color: #c96;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
}
.account.customer-account-index.customer-address-index .modal-popup .modal-inner-wrap .modal-footer button.action-dismiss:hover,
.account.customer-account-index.customer-address-index .modal-popup .modal-inner-wrap .modal-footer .cart.table-wrapper .actions-toolbar > .action.action-dismiss:hover,
.account.customer-account-index.customer-address-index .modal-popup .modal-inner-wrap .modal-footer .action-gift.action-dismiss:hover {
  border-color: #c96;
  color: #c96;
}
@media (max-width: 425px) {
  .account.customer-account-index.customer-address-index .block-addresses-list .item.actions .action {
    min-width: 100px;
  }
}
.account.customer-account-index.customer-address-index .block-addresses-default {
  margin-bottom: 50px;
}
.account.customer-account-index.customer-address-index .block-addresses-default .block-content {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .account.customer-account-index.customer-address-index .block-addresses-default .block-content {
    flex-direction: column;
  }
  .account.customer-account-index.customer-address-index .block-addresses-default .block-content .box-address-billing {
    margin-bottom: 30px;
  }
}
.account.customer-account-index table .col {
  max-width: 20% !important;
}
.account.customer-account-index table tr th,
.account.customer-account-index table tr td {
  text-align: center;
  padding: 15px;
}
.account.customer-account-index table tr th {
  text-transform: uppercase;
  color: #000;
  font-weight: 600;
  padding-left: 0;
  border: none;
  text-align: center;
}
@media (max-width: 639px) {
  .account.customer-account-index table tbody tr {
    border-bottom: 1px solid #d7d7d7;
    padding: 20px 0;
    display: block;
  }
  .account.customer-account-index table tbody tr td {
    text-align: center;
    display: block;
    border: none;
    padding: 5px 0;
  }
  .account.customer-account-index table tbody tr td.col {
    max-width: 100% !important;
  }
  .account.customer-account-index table tbody tr td::before {
    content: attr(data-th) ': ';
    float: left;
    font-weight: 500;
    color: #000;
    margin-right: 20px;
  }
  .account.customer-account-index table tbody tr td.actions::before,
  .account.customer-account-index table tbody tr td.item::before {
    line-height: 40px;
  }
  .account.customer-account-index table tbody tr td.summary {
    clear: both;
  }
}
.account.customer-account-index.sales-order-view .order-links {
  margin-bottom: 25px;
}
.account.customer-account-index.sales-order-view .order-links .nav.item.current {
  padding: 15px 0;
}
.account.customer-account-index.sales-order-view .order-links .nav.item.current strong {
  font-size: 22px;
  color: #333;
  font-weight: 400;
}
.account.customer-account-index.sales-order-view .order-details-items .order-title strong {
  margin-top: 0;
  font-size: 17px;
  color: #333;
  font-weight: 400;
}
.account.customer-account-index.sales-order-view .order-details-items .order-items tbody tr td strong,
.account.customer-account-index.sales-order-view .order-details-items .order-items tbody tr td .price,
.account.customer-account-index.sales-order-view .order-details-items .order-items tbody tr td .title {
  font-size: 14px;
  font-weight: 300;
  color: #999;
}
.account.customer-account-index.sales-order-view .box-order-billing-method .box-content .title {
  font-size: 17px;
  color: #333;
  font-weight: 600;
}
.customer-account-index .column.main > .block {
  margin-bottom: 50px;
}
#accept_gdpr-error {
  margin-top: 0;
  color: #cc9966;
  font-size: 14px;
  font-weight: 400;
}
.account.page-layout-2columns-left .page-main .sidebar {
  margin-bottom: 30px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .account.page-layout-2columns-left .page-main .sidebar {
    order: 1;
  }
}
.account.page-layout-2columns-left .page-main .sidebar .account-nav .content {
  background-color: transparent;
  padding-top: 0;
}
.account.page-layout-2columns-left .page-main .sidebar .account-nav .content .items .item > a {
  overflow: hidden;
  position: relative;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.5;
  padding: 14px 0;
  color: #333;
  border-bottom: 1px solid #ebebeb;
  display: block;
}
.account.page-layout-2columns-left .page-main .sidebar .account-nav .content .items .item > a:hover {
  background-color: transparent;
  color: #c96;
}
.account.page-layout-2columns-left .page-main .sidebar .account-nav .content .items .item.current strong {
  overflow: hidden;
  position: relative;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.5;
  padding: 14px 0;
  color: #c96;
  border-bottom: 1px solid #ebebeb;
  padding-left: 20px;
  border-left: unset;
  cursor: pointer;
  display: block;
}
.account.page-layout-2columns-left .page-main .sidebar .account-nav .content .items .item.current strong::before {
  font-family: "molla";
  content: '\f274';
  display: block;
  font-size: 15px;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -7.5px;
  transition: all .3s;
  /*opacity: 0;*/
}
.account.page-layout-2columns-left .page-main .sidebar .account-nav .content .items .item.current a {
  overflow: hidden;
  position: relative;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.5;
  padding: 14px 0;
  color: #c96;
  border-bottom: 1px solid #ebebeb;
  padding-left: 20px;
  border-left: unset;
  cursor: pointer;
  padding-left: 0;
}
.account.page-layout-2columns-left .page-main .sidebar .account-nav .title strong {
  font-size: 22px;
  color: #333;
  font-weight: 400;
}
@media (max-width: 767px) {
  .customer-account-index.page-layout-2columns-left .page-main .main .block .block-title {
    padding-bottom: 10px;
  }
}
.customer-account-create .page-main .columns .form-box .form-tab .tab-content .form-group label {
  line-height: 26px;
}
.field.choice:not(.review-field-rating) input[type="checkbox"] + .label,
.form .choice:not(.review-field-rating) input[type="checkbox"] + .label {
  color: #666;
  line-height: 26px;
}
.field.choice:not(.review-field-rating) input[type="checkbox"] + .label::before,
.form .choice:not(.review-field-rating) input[type="checkbox"] + .label::before {
  width: 16px;
  height: 16px;
}
.field.choice:not(.review-field-rating) input[type="checkbox"]:checked + .label:after,
.form .choice:not(.review-field-rating) input[type="checkbox"]:checked + .label:after {
  width: 16px;
  height: 16px;
}
.customer-account-create .field.choice:not(.review-field-rating) input[type="checkbox"]:checked + .label::after {
  top: 4px !important;
}
.customer-account-create .page-main .columns .form-box .form-tab .tab-content .form-create-account .mgs-gdpr-checkbox .label::after,
.customer-account-login .field.choice:not(.review-field-rating) input[type="checkbox"]:checked + .label::after,
.customer-account-login .page-main .columns .form-box .form-tab .tab-content .form-create-account .mgs-gdpr-checkbox .label::after {
  top: 4px !important;
}
.customer-account-create .page-main .columns .form-box .form-tab .tab-content .form-create-account label,
.customer-account-login .page-main .columns .form-box .form-tab .tab-content .form-group label {
  line-height: 26px;
}
.field .control {
  position: relative;
}
.field.choice.mgs-gdpr-checkbox {
  position: relative;
}
.field.choice.mgs-gdpr-checkbox div.mage-error {
  position: absolute;
  top: 100%;
  font-size: 12px !important;
  font-style: italic;
  color: #cc9966 !important;
}
.field.choice:not(.review-field-rating),
.form .choice:not(.review-field-rating),
.checkbox .choice {
  overflow: visible;
}
.customer-account-login .page-main .columns .form-box .form-tab .tab-content .fieldset .field + .field,
.customer-account-create .page-main .columns .form-box .form-tab .tab-content .fieldset .field + .field,
.customer-account-forgotpassword .page-main .columns .form-box .form-tab .tab-content .fieldset .field + .field {
  margin: 15px 0 0;
}
.customer-account-login .page-main .columns .form-box .form-tab .tab-content .form-footer .mgs-gdpr-checkbox,
.customer-account-create .page-main .columns .form-box .form-tab .tab-content .form-footer .mgs-gdpr-checkbox,
.customer-account-forgotpassword .page-main .columns .form-box .form-tab .tab-content .form-footer .mgs-gdpr-checkbox {
  margin-top: 18px;
  padding-top: 0;
}
.customer-account-login .page-main .columns .form-box .form-tab .tab-content .form-footer .btn-control-login,
.customer-account-create .page-main .columns .form-box .form-tab .tab-content .form-footer .btn-control-login,
.customer-account-forgotpassword .page-main .columns .form-box .form-tab .tab-content .form-footer .btn-control-login {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 25px;
}
.customer-account-login .page-main .columns .form-box .form-tab .tab-content .form-create-account .actions-toolbar,
.customer-account-create .page-main .columns .form-box .form-tab .tab-content .form-create-account .actions-toolbar {
  margin-top: 25px;
}
.customer-account-forgotpassword .block.form-box.block-customer-forgot-password form .input-text.mage-error {
  margin-bottom: 0;
}
.customer-account-login .page-main .columns .form-box .form-tab .tab-content #register-2 form .input-text.mage-error,
.customer-account-create .page-main .columns .form-box .form-tab .tab-content #register-2 form .input-text.mage-error,
.customer-account-forgotpassword .page-main .columns .form-box .form-tab .tab-content #register-2 form .input-text.mage-error {
  margin-bottom: 0px !important;
}
.customer-account-index .form-box form .secondary .action.back {
  margin-top: 0;
  padding: 9.5px 15px;
}
div[class*="swatch-opt-"] {
  margin-top: 9px;
}
.clearfix:after {
  content: " ";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}
.swatch-attribute-label {
  font-weight: bold;
  position: relative;
}
.swatch-attribute-label.required {
  padding-right: 10px;
}
.swatch-attribute-label[data-required="1"]:after {
  content: '*';
  color: red;
  position: absolute;
  right: -11px;
  top: -2px;
  font-weight: bold;
  font-size: 1em;
}
.swatch-attribute-selected-option {
  color: #646464;
  padding-left: 17px;
}
.swatch-option {
  padding: 1px 2px;
  min-width: 20px;
  max-width: 90px;
  height: 20px;
  float: left;
  margin: 0 10px 10px 0;
  text-align: center;
  cursor: pointer;
  position: relative;
  border: 1px solid #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  border-radius: 20px;
}
.swatch-option.selected {
  border: 1px solid #9e9e9e;
}
.swatch-option:not(.disabled):hover {
  border: 1px solid #eeeeee;
  color: #333;
}
.swatch-option.text {
  border: 1px solid #eeeeee;
  background-color: #eeeeee;
  color: #666666;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  padding: 0 3px;
  min-width: 20px;
}
.swatch-option.text:not(.disabled):hover,
.swatch-option.text.selected {
  border: 1px solid #9e9e9e;
  background-color: #fff;
}
.swatch-option.disabled {
  cursor: default;
}
.swatch-option.disabled:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: -moz-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(42%, rgba(255, 255, 255, 0)), color-stop(43%, #ffffff), color-stop(46%, #ffffff), color-stop(47%, #ff5216), color-stop(53%, #ff5216), color-stop(54%, #ffffff), color-stop(57%, #ffffff), color-stop(58%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#00ffffff', GradientType=1);
}
.swatch-option-tooltip {
  max-width: 140px;
  position: absolute;
  display: none;
  z-index: 999;
  text-align: center;
  border-radius: 3px;
  border: 1px solid #222;
  background-color: #222;
  color: #fff;
  line-height: 1;
  padding: 3px 8px;
  font-size: 12px;
  margin-left: -5px;
}
.swatch-option-tooltip > * {
  font-size: 10px !important;
}
.swatch-option-tooltip .image {
  display: none !important;
}
.swatch-option-tooltip .corner {
  left: 0 !important;
  position: relative;
  bottom: 0;
  height: 1px;
  right: 0;
}
.swatch-option-tooltip .corner:after {
  content: "";
  display: block;
  height: 0px;
  width: 0px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-top: 4px solid #222222;
  position: absolute;
  top: 100%;
  margin-top: 4px;
  left: 50%;
  margin-left: -3px;
}
.swatch-option-tooltip-layered {
  width: 140px;
  position: absolute;
  background: #fff;
  color: #949494;
  border: 1px solid #adadad;
  display: none;
  z-index: 999;
  left: -47px;
}
.swatch-option-tooltip-layered:hover > .swatch-option-tooltip-layered {
  display: block;
}
.swatch-option-tooltip-layered .image {
  display: none !important;
}
.swatch-option-tooltip-layered .corner {
  left: 0 !important;
  position: relative;
  bottom: 0;
  height: 1px;
  right: 0;
}
.swatch-option-tooltip-layered .corner:after {
  content: "";
  display: block;
  height: 0px;
  width: 0px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-top: 4px solid #222222;
  position: absolute;
  top: 100%;
  margin-top: 4px;
  left: 50%;
  margin-left: -3px;
}
.swatch-option-link-layered {
  position: relative;
  margin: 0 !important;
  padding: 0 !important;
}
.swatch-option-disabled {
  cursor: default;
  border: 0;
}
.swatch-option-disabled:after {
  content: '';
  position: absolute;
  width: 42px;
  height: 2px;
  background: red;
  transform: rotate(-30deg);
  -o-transform: rotate(-30deg);
  -moz-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  -webkit-transform: rotate(-30deg);
  z-index: 995;
  left: -4px;
  top: 10px;
}
.swatch-option-loading {
  content: url("../../frontend/Mgs/molla/de_DE/images/loader-2.gif");
}
.swatch-opt {
  margin: 20px 0;
}
.swatch-opt-listing {
  margin-bottom: 10px;
}
.swatch-more {
  display: inline-block;
  margin: 2px 0;
  text-decoration: none !important;
  position: static;
  z-index: 1;
}
.swatch-visual-tooltip-layered {
  height: 160px;
  top: -170px;
}
.swatch-textual-tooltip-layered {
  height: 30px;
  top: -40px;
}
.swatch-attribute-options .swatch-option-tooltip-layered .title {
  width: 100%;
  height: 20px;
  position: absolute;
  bottom: -5px;
  left: 0;
  color: #282828;
  text-align: center;
  margin-bottom: 10px;
}
.abs-actions-addto-gridlist:before,
.table-comparison .wishlist.split.button > .action.split:before,
.product-items .wishlist.split.button > .action.split:before,
.products.items .action.towishlist:before,
.table-comparison .action.towishlist:before,
.products-grid .product-item .product-item-actions > .actions-secondary .action.towishlist:before,
.table-comparison .wishlist.split.button > .action.split:before,
.product-items .wishlist.split.button > .action.split:before {
  font-family: "molla";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\f234';
  font-size: 16px;
  color: inherit;
}
.abs-actions-addto-gridlist:before:hover,
.table-comparison .wishlist.split.button > .action.split:before:hover,
.product-items .wishlist.split.button > .action.split:before:hover,
.products.items .action.towishlist:before:hover,
.table-comparison .action.towishlist:before:hover,
.products-grid .product-item .product-item-actions > .actions-secondary .action.towishlist:before:hover,
.table-comparison .wishlist.split.button > .action.split:before:hover,
.product-items .wishlist.split.button > .action.split:before:hover {
  color: inherit;
}
.action.tocompare {
  min-width: 0;
  padding: 0;
}
.action.tocompare:before {
  font-family: "molla";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\f2d0';
}
.action.quickview {
  min-width: 0;
  padding: 0;
}
.action.quickview:before {
  font-family: "molla";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\f145';
}
body {
  background-color: #ffffff;
}
@keyframes fixedHeader {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-60px);
    -moz-transform: translateY(-60px);
    -ms-transform: translateY(-60px);
    -o-transform: translateY(-60px);
    transform: translateY(-60px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
.page-header {
  border-bottom: 1px solid #d1d1d1;
  /* Header Mobile */
  /* Social Icons */
  /* Setting Site */
  /* Header 1  */
  /* Header 2 */
  /* Header 3 */
  /* Header 4 */
  /* Header 5 */
  /* Header 6  */
  /* Header 7 */
  /* Header 8 */
  /* Header 9 */
  /* Header 10 */
  /* Header 11 */
  /* Header Sticky */
}
.page-header .header-area {
  /* Switcher */
  /* Header Search */
  /* Menu header icon */
  /* Header Top Links & Account */
  /* MiniCart Wrapper */
  /* Top Wishlist */
  /* Myaccount Slide */
  /* MiniCart Slide */
  /* Compare Header */
}
.page-header .header-area .right-content {
  margin-left: auto;
}
.page-header .header-area .customer-web-config .switcher {
  position: relative;
  padding: 10px 0;
  display: inline-block;
}
.page-header .header-area .customer-web-config .switcher .switcher-label {
  display: none;
}
.page-header .header-area .customer-web-config .switcher .action {
  border: none;
  min-width: 0;
  padding: 0;
}
.page-header .header-area .customer-web-config .switcher .action strong {
  font-weight: 300;
}
.page-header .header-area .customer-web-config .switcher .action:after {
  font-family: "molla";
  content: '\f110';
  display: inline-block;
  font-size: 10px;
  line-height: 1;
  -webkit-transform: translateY(-1px);
  -moz-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  -o-transform: translateY(-1px);
  transform: translateY(-1px);
}
.page-header .header-area .customer-web-config .switcher .action:hover {
  color: #c96;
}
.page-header .header-area .customer-web-config .switcher .mage-dropdown-dialog {
  display: block !important;
}
.page-header .header-area .customer-web-config .switcher .options ul.dropdown {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 20;
  padding-top: 6px;
  padding-bottom: 6px;
  visibility: hidden;
  opacity: 0;
  background-color: #fff;
  -webkit-box-shadow: 2px 5px 8px rgba(51, 51, 51, 0.05), -2px 5px 8px rgba(51, 51, 51, 0.05);
  -moz-box-shadow: 2px 5px 8px rgba(51, 51, 51, 0.05), -2px 5px 8px rgba(51, 51, 51, 0.05);
  box-shadow: 2px 5px 8px rgba(51, 51, 51, 0.05), -2px 5px 8px rgba(51, 51, 51, 0.05);
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
  margin-top: 1px;
  border: none;
  padding: 10px 20px;
  min-width: 120px;
}
.page-header .header-area .customer-web-config .switcher .options ul.dropdown:before,
.page-header .header-area .customer-web-config .switcher .options ul.dropdown:after {
  display: none;
}
.page-header .header-area .customer-web-config .switcher .options ul.dropdown li {
  background: transparent;
  margin-top: 5px;
}
.page-header .header-area .customer-web-config .switcher .options ul.dropdown li a {
  color: #777777;
}
.page-header .header-area .customer-web-config .switcher:hover > .options .mage-dropdown-dialog ul.dropdown {
  visibility: visible;
  opacity: 1;
}
.page-header .header-area .customer-web-config .switcher + .switcher {
  margin-left: 20px;
}
.page-header .header-area .right-content .customer-web-config {
  float: right;
  display: inline-block;
}
.page-header .header-area .right-content .customer-web-config .switcher .options ul.dropdown {
  left: auto;
  right: 0;
}
.page-header .header-area .right-content:after {
  content: '';
  display: table;
  clear: both;
}
.page-header .header-area .block-search {
  margin: 0;
  width: 100%;
}
.page-header .header-area .block-search .block-content {
  width: 100%;
  max-width: 574px;
  margin: 0 auto;
}
.page-header .header-area .block-search .block-content input {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #999;
  font-weight: 300;
}
.page-header .header-area .block-search .action.search {
  min-width: 0;
  right: 0;
  width: 60px;
  color: #666;
}
.page-header .header-area .block-search .action.search:before {
  font-family: "molla";
  content: '\f2eb';
  font-size: 20px;
}
.page-header .header-area .block-search .action.search:hover {
  color: #c96;
}
.page-header .header-area .menu-header-icon {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.page-header .header-area .menu-header-icon > div {
  padding: 18px 0;
}
.page-header .header-area .menu-header-icon > div + div {
  margin-left: 30px;
}
@media only screen and (max-width: 768px) {
  .page-header .header-area .menu-header-icon > div + div {
    margin-left: 10px;
    margin-top: 0;
  }
}
.page-header .header-area .menu-header-icon a.action {
  min-width: 0;
  border: none;
  padding: 0;
}
.page-header .header-area .menu-header-icon a.action.theme-header-icon i {
  font-size: 30px;
  line-height: 1;
  font-style: italic;
}
.page-header .header-area .menu-header-icon a.action.theme-header-icon .wishlist-icon i {
  font-size: 28px;
}
.page-header .header-area .menu-header-icon a.action span.label {
  display: block;
  font-size: 11px;
  letter-spacing: 0;
  margin: -2px 0 0;
  width: auto;
  clip: auto;
  height: auto;
  overflow: visible;
  position: static;
  color: #999;
  font-weight: 300;
  line-height: 11px;
}
.page-header .header-area .menu-header-icon a.action.showcart.theme-header-icon i {
  font-size: 32px;
}
.page-header .header-area .menu-header-icon .wishlist-icon:before,
.page-header .header-area .menu-header-icon .action.showcart:before {
  display: none;
}
.page-header .header-area .header-top-links {
  position: relative;
}
.page-header .header-area .header-top-links .login-form {
  min-width: 250px;
  left: 50%;
  opacity: 0;
  position: absolute;
  top: 100%;
  visibility: hidden;
  z-index: 100;
  display: block !important;
  padding: 22px 30px 25px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 5px 10px 16px rgba(51, 51, 51, 0.05), -5px 10px 16px rgba(51, 51, 51, 0.05);
  -moz-box-shadow: 5px 10px 16px rgba(51, 51, 51, 0.05), -5px 10px 16px rgba(51, 51, 51, 0.05);
  box-shadow: 5px 10px 16px rgba(51, 51, 51, 0.05), -5px 10px 16px rgba(51, 51, 51, 0.05);
  background-color: #fff;
  margin: 0;
  border: none;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (max-width: 1199px) {
  .page-header .header-area .header-top-links .login-form {
    right: 0;
    left: auto;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
.page-header .header-area .header-top-links .login-form .action {
  text-align: left;
}
.page-header .header-area .header-top-links .login-form .header.links li {
  padding: 5px 0;
}
.page-header .header-area .header-top-links .login-form .header.links li a {
  color: #999;
  padding: 0;
  border: none;
  font-weight: 300;
}
.page-header .header-area .header-top-links .login-form .block-customer-login {
  width: 260px;
}
.page-header .header-area .header-top-links .login-form .block-customer-login .block-title {
  margin-bottom: 25px;
}
.page-header .header-area .header-top-links .login-form .block-customer-login .block-title > strong {
  font-size: 24px;
  font-weight: 500;
  color: #333;
}
.page-header .header-area .header-top-links .login-form .block-customer-login .fieldset .field + .field {
  margin: 0;
}
.page-header .header-area .header-top-links .login-form .block-customer-login a.action.remind {
  display: none;
}
.page-header .header-area .header-top-links .login-form .block-customer-login .mgs-gdpr-checkbox .label {
  font-size: 13px;
  line-height: 15px;
}
.page-header .header-area .header-top-links .login-form .block-customer-login .actions-toolbar {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 30px;
}
.page-header .header-area .header-top-links .login-form .block-customer-login .actions-toolbar button.btn,
.page-header .header-area .header-top-links .login-form .block-customer-login .actions-toolbar .cart.table-wrapper .actions-toolbar > .action.btn,
.page-header .header-area .header-top-links .login-form .block-customer-login .actions-toolbar .action-gift.btn {
  min-width: 95px;
}
.page-header .header-area .header-top-links .login-form .block-customer-login .actions-toolbar:before,
.page-header .header-area .header-top-links .login-form .block-customer-login .actions-toolbar:after {
  display: none;
}
.page-header .header-area .header-top-links:hover .login-form {
  opacity: 1;
  visibility: visible;
}
.page-header .header-area .header-top-links .close-myaccount {
  display: none;
}
@media (max-width: 767px) {
  .page-header .header-area .header-top-links .close-myaccount {
    display: block;
    width: 30px;
    height: 30px;
    padding: 0;
    z-index: 9;
    cursor: pointer;
    font-size: 16px;
    line-height: 1;
    background-color: transparent;
    border: none;
    text-align: left;
    margin-bottom: 10px;
  }
  .page-header .header-area .header-top-links .login-form {
    position: fixed;
    right: 0;
    left: auto;
    top: 0;
    bottom: 0;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }
  .page-header .header-area .header-top-links:after {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
    background-color: rgba(25, 25, 25, 0.25);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
  }
  .page-header .header-area .header-top-links:hover .login-form {
    opacity: 0;
    visibility: hidden;
  }
  .page-header .header-area .header-top-links.active .login-form {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  .page-header .header-area .header-top-links.active:after {
    opacity: .7;
    visibility: visible;
  }
}
.page-header .header-area .minicart-wrapper {
  float: none;
}
.page-header .header-area .minicart-wrapper .action.showcart {
  position: relative;
}
.page-header .header-area .minicart-wrapper .action.showcart .counter.qty {
  min-width: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  font-weight: 400;
  font-size: 10px;
  line-height: 1;
  margin-left: 2px;
  margin-top: 1px;
  color: #fff;
  background-color: #c96;
  position: absolute;
  top: 0;
  right: -3px;
}
.page-header .header-area .minicart-wrapper .action.showcart .counter.qty .empty {
  display: block;
}
.page-header .header-area .minicart-wrapper > .mage-dropdown-dialog {
  display: block !important;
}
.page-header .header-area .minicart-wrapper .block-minicart {
  margin-bottom: 0;
  position: absolute;
  top: 100%;
  right: 0;
  left: auto;
  width: 300px;
  opacity: 0;
  visibility: hidden;
  z-index: 100;
  display: block !important;
  padding: 22px 30px 25px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 5px 10px 16px rgba(51, 51, 51, 0.05), -5px 10px 16px rgba(51, 51, 51, 0.05);
  -moz-box-shadow: 5px 10px 16px rgba(51, 51, 51, 0.05), -5px 10px 16px rgba(51, 51, 51, 0.05);
  box-shadow: 5px 10px 16px rgba(51, 51, 51, 0.05), -5px 10px 16px rgba(51, 51, 51, 0.05);
  background-color: #fff;
  margin: 0;
  border: none;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
.page-header .header-area .minicart-wrapper .block-minicart:before,
.page-header .header-area .minicart-wrapper .block-minicart:after {
  display: none;
}
.page-header .header-area .minicart-wrapper .block-minicart .action.close {
  display: none;
}
.page-header .header-area .minicart-wrapper .block-minicart .subtitle.empty {
  padding: 0;
  font-weight: 300;
}
.page-header .header-area .minicart-wrapper .block-minicart .minicart-items-wrapper {
  padding: 0;
  border: 0;
  margin: 0;
  height: auto !important;
  max-height: 270px;
}
.page-header .header-area .minicart-wrapper .block-minicart .items-total {
  display: none;
}
.page-header .header-area .minicart-wrapper .block-minicart .subtotal {
  margin: 0;
  text-align: right;
  border-top: 1px solid #ebebeb;
  padding: 10px 5px;
  margin-bottom: 11px;
  color: #666;
  font-weight: 400;
  text-transform: uppercase;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.page-header .header-area .minicart-wrapper .block-minicart .subtotal .amount .price-wrapper:first-child .price {
  font-size: 15px;
  font-weight: 400;
}
.page-header .header-area .minicart-wrapper .block-minicart .block-content > .actions {
  margin-top: 0;
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.page-header .header-area .minicart-wrapper .block-minicart .block-content > .actions > .primary {
  margin: 0;
}
.page-header .header-area .minicart-wrapper .block-minicart .block-content > .actions > .primary .btn {
  display: block;
  margin-bottom: 0;
  width: auto;
  min-width: 0;
  font-size: 14px;
  line-height: 1;
  padding: 10px 23px;
}
.page-header .header-area .minicart-wrapper .block-minicart .block-content > .actions .secondary .btn {
  display: block;
  margin-bottom: 0;
  width: auto;
  min-width: 0;
  font-size: 14px;
  line-height: 1;
  padding: 10px 23px;
}
.page-header .header-area .minicart-wrapper:hover .block-minicart {
  visibility: visible;
  opacity: 1;
}
@media (max-width: 767px) {
  .page-header .header-area .minicart-wrapper .block-minicart {
    position: fixed;
    top: 0;
    bottom: 0;
    max-width: 100%;
    min-width: 0;
    padding: 0;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }
  .page-header .header-area .minicart-wrapper .block-minicart .action.close {
    position: static;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    padding: 10px;
    color: #999;
    display: block;
    margin: 10px 0 0 10px;
    min-width: 0;
  }
  .page-header .header-area .minicart-wrapper .block-minicart .action.close:before {
    content: '\f191';
    font-family: "molla";
    font-size: 24px;
  }
  .page-header .header-area .minicart-wrapper .block-minicart .block-content {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100vh;
    padding-bottom: 50px;
  }
  .page-header .header-area .minicart-wrapper .block-minicart .block-content .subtitle.empty {
    padding: 50px 30px;
  }
  .page-header .header-area .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper {
    max-height: calc(100vh - 200px);
    border: none;
    padding: 30px 25px 0;
    margin: 0;
    height: auto !important;
  }
  .page-header .header-area .minicart-wrapper .block-minicart .block-content > .subtotal {
    margin-top: auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px solid #eaeaea;
    padding: 20px 25px 3px;
  }
  .page-header .header-area .minicart-wrapper .block-minicart .block-content .actions {
    padding: 20px 25px 3px;
  }
  .page-header .header-area .minicart-wrapper:after {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    background-color: rgba(25, 25, 25, 0.25);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
  }
  .page-header .header-area .minicart-wrapper.active .block-minicart {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  .page-header .header-area .minicart-wrapper.active:after {
    opacity: .7;
    visibility: visible;
  }
}
.page-header .header-area .minicart-wrapper .minicart-items .product-item-details {
  padding-left: 0;
}
.page-header .header-area .minicart-wrapper .minicart-items .product.product-item {
  padding: 0;
}
.page-header .header-area .minicart-wrapper .minicart-items .product.product-item:not(:first-child) {
  border-top: 1px solid #ebebeb;
}
.page-header .header-area .minicart-wrapper .minicart-items .product.product-item:first-child .product {
  padding-top: 0;
}
.page-header .header-area .minicart-wrapper .minicart-items .product.product-item .product.options {
  margin-bottom: 10px;
}
.page-header .header-area .minicart-wrapper .minicart-items .product.product-item .product.options .toggle {
  font-size: 13px;
  color: #333;
}
.page-header .header-area .minicart-wrapper .minicart-items .product.product-item .product.options > .content {
  margin-top: 0;
}
.page-header .header-area .minicart-wrapper .minicart-items .product.product-item .product.options > .content .options.list {
  margin: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.page-header .header-area .minicart-wrapper .minicart-items .product.product-item .product.options > .content .options.list dt.label {
  margin: 0;
  font-size: 11px;
  color: #333;
  flex: 0 0 50%;
  max-width: 50%;
}
.page-header .header-area .minicart-wrapper .minicart-items .product.product-item .product.options > .content .options.list dd.values {
  font-size: 11px;
  font-weight: 300;
  margin: 0;
  flex: 0 0 50%;
  max-width: 50%;
}
.page-header .header-area .minicart-wrapper .minicart-items .product-item > .product {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 16px 24px 16px 0;
  border: none;
  position: relative;
}
.page-header .header-area .minicart-wrapper .minicart-items .product-item > .product .product-item-details {
  font-weight: 400;
  max-width: 150px;
  font-size: 13px;
  color: #999;
  text-align: left;
}
.page-header .header-area .minicart-wrapper .minicart-items .product-item > .product .product-item-details .product-item-name a {
  font-weight: 400;
  font-size: 13px;
  line-height: 1.3;
  color: #666;
  text-align: left;
  margin-bottom: 4px;
  margin-bottom: 10px;
  display: block;
}
.page-header .header-area .minicart-wrapper .minicart-items .product-item > .product .product-item-details .product-item-pricing .minicart-price .price {
  font-weight: 400;
  max-width: 150px;
  font-size: 13px;
  color: #999;
  text-align: left;
}
.page-header .header-area .minicart-wrapper .minicart-items .product-item > .product .product-item-details .product-item-pricing .price-excluding-tax {
  margin: 0;
  font-size: inherit;
}
.page-header .header-area .minicart-wrapper .minicart-items .product-item > .product .product-item-details .product.actions {
  position: absolute;
  top: 35px;
  right: 0;
  padding: 0;
  margin-top: 0;
  text-align: center;
}
.page-header .header-area .minicart-wrapper .minicart-items .product-item > .product .product-item-details .product.actions > .primary,
.page-header .header-area .minicart-wrapper .minicart-items .product-item > .product .product-item-details .product.actions > .secondary {
  display: block;
  margin: 0;
}
.page-header .header-area .minicart-wrapper .minicart-items .product-item > .product .product-item-details .product.actions .action.delete:before {
  content: '\f191';
  font-family: "molla";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.page-header .header-area .minicart-wrapper .minicart-items .product-item > .product .product-item-details .product.actions .action.edit:before {
  content: '\f1c1';
  font-family: "molla";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.page-header .header-area .minicart-wrapper .minicart-items .product-item > .product .product-item-details .product.actions .action.edit:before,
.page-header .header-area .minicart-wrapper .minicart-items .product-item > .product .product-item-details .product.actions .action.delete:before {
  font-size: 12px;
  line-height: 1;
  color: #cccccc;
}
.page-header .header-area .minicart-wrapper .minicart-items .product-item > .product .product-item-details .details-qty {
  margin-top: 0;
}
.page-header .header-area .minicart-wrapper .minicart-items .product-item > .product .product-item-details .details-qty .label {
  width: auto;
  padding-bottom: 5px;
  color: #333;
  font-size: 12px;
  display: inline-block;
}
.page-header .header-area .minicart-wrapper .minicart-items .product-item > .product .product-item-details .details-qty .qty-box {
  border: none;
  display: inline-block;
}
.page-header .header-area .minicart-wrapper .minicart-items .product-item > .product .product-item-details .details-qty .qty-box .item-qty {
  margin-right: 0;
  text-align: center;
  width: 30px;
  padding: 0;
  border: none;
  height: 30px;
}
.page-header .header-area .minicart-wrapper .minicart-items .product-item > .product .product-item-details .details-qty .qty-box span {
  display: none;
}
.page-header .header-area .minicart-wrapper .minicart-items .product-item > .product .product-item-details .details-qty .update-cart-item {
  display: none;
}
.page-header .header-area .minicart-wrapper .minicart-items .product-item > .product .product-item-details .item-qty {
  margin-right: 10px;
  text-align: center;
  width: 40px;
}
.page-header .header-area .minicart-wrapper .minicart-items .product-item > .product .product-item-details .update-cart-item {
  font-size: 16px;
  vertical-align: top;
}
.page-header .header-area .minicart-wrapper .minicart-items .product-item > .product .product-item-photo {
  position: relative;
  max-width: 60px;
  margin: 0;
  margin-left: auto;
}
.page-header .header-area .minicart-wrapper .minicart-items .product.options .tooltip.toggle {
  display: inline-block;
  text-decoration: none;
}
.page-header .header-area .minicart-wrapper .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;
}
.page-header .header-area .minicart-wrapper .minicart-items .product.options .tooltip.toggle::after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  margin: -3px 0 0 7px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.page-header .header-area .minicart-wrapper .minicart-items .product.options .tooltip.toggle .details {
  display: none;
}
.page-header .header-area .top-wishlist {
  position: relative;
}
.page-header .header-area .top-wishlist .action {
  position: relative;
}
.page-header .header-area .top-wishlist .action .counter.qty {
  min-width: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  font-weight: 400;
  font-size: 10px;
  line-height: 1;
  margin-left: 2px;
  margin-top: 1px;
  color: #fff;
  background-color: #c96;
  position: absolute;
  top: 0;
  right: -3px;
}
.page-header .header-area .top-wishlist .action .counter.qty .empty {
  display: block;
}
.page-header .header-area .top-wishlist .action .wishlist-icon {
  display: block;
}
.page-header .header-area .top-wishlist .action .wishlist-icon + .label {
  margin-top: 0;
}
.page-header .header-area .top-wishlist .block.block-wishlist {
  margin-bottom: 0;
  position: absolute;
  top: 100%;
  right: 0;
  left: auto;
  min-width: 300px;
  opacity: 0;
  visibility: hidden;
  z-index: 100;
  display: block !important;
  padding: 22px 30px 25px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 5px 10px 16px rgba(51, 51, 51, 0.05), -5px 10px 16px rgba(51, 51, 51, 0.05);
  -moz-box-shadow: 5px 10px 16px rgba(51, 51, 51, 0.05), -5px 10px 16px rgba(51, 51, 51, 0.05);
  box-shadow: 5px 10px 16px rgba(51, 51, 51, 0.05), -5px 10px 16px rgba(51, 51, 51, 0.05);
  background-color: #fff;
  margin: 0;
  border: none;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
.page-header .header-area .top-wishlist .block.block-wishlist .close-wishlist-site {
  display: none;
}
.page-header .header-area .top-wishlist .block.block-wishlist .product-items {
  max-height: 270px;
  overflow-y: auto;
}
.page-header .header-area .top-wishlist .block.block-wishlist .product-item {
  border-bottom: 1px solid #ebebeb;
}
.page-header .header-area .top-wishlist .block.block-wishlist .product-item .product-item-info {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 16px 25px 16px 0;
  position: relative;
}
.page-header .header-area .top-wishlist .block.block-wishlist .product-item .product-item-info a.product-item-photo {
  display: inline-block;
  max-width: 60px;
  padding: 0;
}
.page-header .header-area .top-wishlist .block.block-wishlist .product-item .product-item-info .product-item-details {
  width: calc(100% - 60px);
  padding-right: 10px;
}
.page-header .header-area .top-wishlist .block.block-wishlist .product-item .product-item-info .product-item-details .product-item-name a {
  font-weight: 400;
  font-size: 13px;
  line-height: 1.3;
  color: #666;
  margin-bottom: 4px;
  padding: 0;
}
.page-header .header-area .top-wishlist .block.block-wishlist .product-item .product-item-info .product-item-details span.price {
  font-weight: 400;
  font-size: 13px;
  color: #999;
  text-align: left;
}
.page-header .header-area .top-wishlist .block.block-wishlist .product-item .product-item-info .product-item-details .product-item-actions {
  margin-top: 10px;
}
.page-header .header-area .top-wishlist .block.block-wishlist .product-item .product-item-info .product-item-details .product-item-actions .action.delete {
  position: absolute;
  top: 50%;
  right: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  color: #cccccc;
  font-size: 13px;
  line-height: 1;
  text-align: center;
  margin-top: -12px;
  border: none;
  min-width: 0;
  padding: 0;
}
.page-header .header-area .top-wishlist .block.block-wishlist .product-item .product-item-info .product-item-details .product-item-actions .action.delete > span {
  display: none;
}
.page-header .header-area .top-wishlist .block.block-wishlist .product-item .product-item-info .product-item-details .product-item-actions .action.delete:before {
  content: '\f191';
  font-family: "molla";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.page-header .header-area .top-wishlist .block.block-wishlist .product-item .product-item-info .product-item-details .product-item-actions .action.tocart {
  min-width: 0;
  padding: 5px 10px;
  font-size: 13px;
}
.page-header .header-area .top-wishlist .block.block-wishlist .product-item .product-item-info:after {
  content: '';
  display: table;
  clear: both;
}
.page-header .header-area .top-wishlist .block.block-wishlist .actions-toolbar > .primary {
  text-align: center;
  width: 100%;
  margin-top: 20px;
}
.page-header .header-area .top-wishlist .block.block-wishlist .actions-toolbar > .primary a {
  display: block;
}
.page-header .header-area .top-wishlist:hover .block.block-wishlist {
  visibility: visible;
  opacity: 1;
}
@media (max-width: 767px) {
  .page-header .header-area .top-wishlist .block.block-wishlist {
    position: fixed;
    right: 0;
    left: auto;
    top: 0;
    bottom: 0;
    padding-top: 40px;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }
  .page-header .header-area .top-wishlist .block.block-wishlist .close-wishlist-site {
    display: block;
    background-color: transparent;
    border: none;
    padding: 0;
    font-size: 20px;
    line-height: 1;
    position: absolute;
    top: 10px;
    left: 10px;
  }
  .page-header .header-area .top-wishlist:after {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
    background-color: rgba(25, 25, 25, 0.25);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
  }
  .page-header .header-area .top-wishlist.active .block.block-wishlist {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  .page-header .header-area .top-wishlist.active:after {
    opacity: .7;
    visibility: visible;
  }
}
.page-header .header-area.myaccount-slide .header-top-links .login-form {
  position: fixed;
  top: 0;
  bottom: 0;
  left: auto;
  right: 0;
  z-index: 999;
  background-color: #fff;
  width: 350px;
  max-width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  text-align: left;
  padding: 30px;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(35, 31, 32, 0.1);
  -moz-box-shadow: 0px 0px 10px 0px rgba(35, 31, 32, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(35, 31, 32, 0.1);
}
.page-header .header-area.myaccount-slide .header-top-links .login-form .close-myaccount {
  background: 0 0;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding: 0;
  margin-bottom: 50px;
  font-size: 24px;
  color: #999;
  display: block;
}
.page-header .header-area.myaccount-slide .header-top-links:after {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 998;
  background-color: rgba(25, 25, 25, 0.25);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.page-header .header-area.myaccount-slide .header-top-links:hover .login-form {
  opacity: 0;
  visibility: hidden;
}
.page-header .header-area.myaccount-slide .header-top-links.active .login-form {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.page-header .header-area.myaccount-slide .header-top-links.active:after {
  opacity: .7;
  visibility: visible;
}
.page-header .header-area.minicart-slide .menu-header-icon .minicart-wrapper .block-minicart {
  position: fixed;
  top: 0;
  bottom: 0;
  min-width: 0;
  z-index: 999;
  width: 350px;
  max-width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  text-align: left;
  padding: 0;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(35, 31, 32, 0.1);
  -moz-box-shadow: 0px 0px 10px 0px rgba(35, 31, 32, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(35, 31, 32, 0.1);
}
.page-header .header-area.minicart-slide .menu-header-icon .minicart-wrapper .block-minicart .block-content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100vh;
}
.page-header .header-area.minicart-slide .menu-header-icon .minicart-wrapper .block-minicart .block-content .subtitle.empty {
  padding: 50px 30px;
}
.page-header .header-area.minicart-slide .menu-header-icon .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper {
  max-height: calc(100vh - 200px);
  border: none;
  padding: 30px 25px 0;
  margin: 0;
  height: auto !important;
}
.page-header .header-area.minicart-slide .menu-header-icon .minicart-wrapper .block-minicart .block-content > .subtotal {
  margin-top: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #eaeaea;
  padding: 20px 25px 3px;
}
.page-header .header-area.minicart-slide .menu-header-icon .minicart-wrapper .block-minicart .block-content .actions {
  padding: 10px 25px 3px;
}
.page-header .header-area.minicart-slide .menu-header-icon .minicart-wrapper .block-minicart .action.close {
  position: static;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding: 10px;
  color: #999;
  display: block;
  margin: 10px 0 0 10px;
  min-width: 0;
}
.page-header .header-area.minicart-slide .menu-header-icon .minicart-wrapper .block-minicart .action.close:before {
  content: '\f191';
  font-family: "molla";
  font-size: 24px;
}
.page-header .header-area.minicart-slide .menu-header-icon .minicart-wrapper:after {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 998;
  background-color: rgba(25, 25, 25, 0.25);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.page-header .header-area.minicart-slide .menu-header-icon .minicart-wrapper.active .block-minicart {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.page-header .header-area.minicart-slide .menu-header-icon .minicart-wrapper.active:after {
  opacity: .7;
  visibility: visible;
}
.page-header .header-area .compare-header {
  position: relative;
}
.page-header .header-area .compare-header .block-compare {
  margin-bottom: 0;
}
.page-header .header-area .compare-header .block-compare .block-title {
  margin-bottom: 0;
}
.page-header .header-area .compare-header .block-compare .block-title .counter.qty {
  min-width: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  font-weight: 400;
  font-size: 10px;
  line-height: 1;
  margin-left: 2px;
  margin-top: 1px;
  color: #fff;
  background-color: #c96;
  display: inline-block;
  line-height: 16px;
  position: absolute;
  right: 7px;
}
@media (max-width: 576px) {
  .page-header .header-area .compare-header .block-compare .block-title .counter.qty {
    right: -7px;
  }
}
.page-header .header-area .compare-header .block-compare .block-content {
  margin-bottom: 0;
  position: absolute;
  top: 100%;
  right: 0;
  left: auto;
  min-width: 300px;
  opacity: 0;
  visibility: hidden;
  z-index: 100;
  display: block !important;
  padding: 25px 30px 25px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 5px 10px 16px rgba(51, 51, 51, 0.05), -5px 10px 16px rgba(51, 51, 51, 0.05);
  -moz-box-shadow: 5px 10px 16px rgba(51, 51, 51, 0.05), -5px 10px 16px rgba(51, 51, 51, 0.05);
  box-shadow: 5px 10px 16px rgba(51, 51, 51, 0.05), -5px 10px 16px rgba(51, 51, 51, 0.05);
  background-color: #fff;
  margin: 0;
  border: none;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
@media (max-width: 768px) {
  .page-header .header-area .compare-header .block-compare .block-content {
    -webkit-transform: translateX(85px);
    -moz-transform: translateX(85px);
    -ms-transform: translateX(85px);
    -o-transform: translateX(85px);
    transform: translateX(85px);
  }
}
.page-header .header-area .compare-header .block-compare .block-content .actions-toolbar {
  display: flex;
  justify-content: space-between;
}
.page-header .header-area .compare-header .block-compare .block-content .actions-toolbar > div a {
  min-width: 0;
  padding: 6px 15px;
  margin-top: 0;
  font-size: 13px;
}
.page-header .header-area .compare-header .block-compare .block-content .actions-toolbar > div.primary a {
  padding: 7px 0 6px;
  background-color: transparent;
  border-color: transparent;
}
.page-header .header-area .compare-header .block-compare .block-content .actions-toolbar > div.primary:hover {
  background-color: transparent;
  border-color: transparent;
}
.page-header .header-area .compare-header .block-compare .product-item {
  position: relative;
}
.page-header .header-area .compare-header .block-compare .product-item .product-item-name {
  margin-left: 0;
  margin-right: 20px;
  display: block;
  font-weight: 300;
  margin-bottom: 10px;
}
.page-header .header-area .compare-header .block-compare .product-item .product-item-name .product-item-link {
  display: block;
  font-size: 13px;
  color: #666;
}
.page-header .header-area .compare-header .block-compare .product-item .action.delete {
  left: auto;
  right: 0;
  line-height: 1;
  color: #ccc;
}
.page-header .header-area .compare-header .block-compare .product-item .action.delete:before {
  font-family: "molla";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\f191';
  font-size: 13px;
}
.page-header .header-area .compare-header .block-compare .product-item .action.delete:hover {
  color: #333;
}
@media (max-width: 767px) {
  .page-header .header-area .compare-header .block-compare {
    margin: 0;
    display: block;
  }
}
.page-header .header-area .compare-header:hover .block-compare .block-content {
  opacity: 1;
  visibility: visible;
}
.page-header .header-mobile {
  display: block;
  position: fixed;
  left: -280px;
  top: 0;
  bottom: 0;
  z-index: 1001;
  background-color: #fff;
  width: 100%;
  max-width: 280px;
  overflow-y: scroll;
  -webkit-box-shadow: 1px 0 6px 0 rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 1px 0 6px 0 rgba(51, 51, 51, 0.5);
  box-shadow: 1px 0 6px 0 rgba(51, 51, 51, 0.5);
  will-change: transform;
  visibility: hidden;
  font-size: 12px;
  line-height: 1.5;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.page-header .header-mobile.dark-menu {
  background-color: #333;
}
.page-header .mobile-menu-wrapper {
  padding: 42px 0;
  position: relative;
}
.page-header .mobile-menu-wrapper .mobile-menu-close {
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  position: absolute;
  top: 7px;
  right: 10px;
  padding: 0;
  z-index: 9;
  cursor: pointer;
  font-size: 16px;
  color: #fff;
  -webkit-transition: color 0.35s;
  -moz-transition: color 0.35s;
  -ms-transition: color 0.35s;
  -o-transition: color 0.35s;
  transition: color 0.35s;
}
.page-header .mobile-menu-wrapper .mobile-menu-close:not(:hover):not(:focus) {
  color: #666;
}
.page-header .mobile-menu-wrapper .search-mobile {
  margin: 10px 0 15px;
  padding: 0 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.page-header .mobile-menu-wrapper .nav.nav-tabs {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #efefef;
  margin: 0 0 2px;
}
.page-header .mobile-menu-wrapper .nav.nav-tabs .nav-item {
  flex-grow: 1;
  margin: 0 0 -1px;
}
.page-header .mobile-menu-wrapper .nav.nav-tabs .nav-item .nav-link {
  position: relative;
  font-weight: 600;
  font-size: 13px;
  line-height: 1.5;
  text-transform: uppercase;
  border-bottom: 2px solid transparent;
  background: none;
  padding: 8px 20px;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  display: block;
  width: 140px;
}
.page-header .mobile-menu-wrapper .nav.nav-tabs .nav-item .nav-link:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 2px;
  background-color: #c96;
  -webkit-transform-origin: right center;
  -moz-transform-origin: right center;
  -ms-transform-origin: right center;
  -o-transform-origin: right center;
  transform-origin: right center;
  -webkit-transform: scale(0, 1);
  -moz-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  -o-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
}
.page-header .mobile-menu-wrapper .nav.nav-tabs .nav-item.active {
  color: #c96;
  border-bottom-color: #c96;
}
.page-header .mobile-menu-wrapper .nav.nav-tabs .nav-item.active .nav-link:before {
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}
.page-header .mobile-menu-wrapper .tab-content {
  padding: 0;
  margin: 0 0 25px;
  border: none;
}
.page-header .mobile-menu-wrapper .tab-content .navigation.mgs-megamenu--main {
  padding: 0;
}
.page-header .mobile-menu-wrapper .tab-content .navigation ul {
  padding: 0;
}
.page-header .mobile-menu-wrapper .tab-content .tab-pane {
  display: none;
}
.page-header .mobile-menu-wrapper .tab-content .tab-pane.active {
  display: block;
}
.page-header.active-menu .header-mobile {
  display: block;
  visibility: visible;
  -webkit-transform: translateX(280px);
  -moz-transform: translateX(280px);
  -ms-transform: translateX(280px);
  -o-transform: translateX(280px);
  transform: translateX(280px);
}
.page-header .social-icon {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 12px;
  width: 30px;
  height: 30px;
  color: #999999;
  background-color: transparent;
  border: 1px solid #e1e2e6;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-decoration: none;
  opacity: 1;
  cursor: pointer;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  margin: 0 10px;
}
.page-header .social-icon:hover,
.page-header .social-icon:focus {
  color: #c96;
  border-color: #c96;
  background-color: transparent;
}
.page-header .social-icon.social-facebook {
  color: #8f79ed;
}
.page-header .social-icon.social-twitter {
  color: #79c8ed;
}
.page-header .social-icon.social-instagram {
  color: #dd6d9a;
}
.page-header .social-icon.social-youtube {
  color: #e66262;
}
.page-header .social-icon.social-pinterest {
  color: #e66262;
}
.page-header .social-icon.social-linkedin {
  color: #3399cc;
}
.page-header .setting-site .actions .action.setting {
  min-width: 0;
  background-color: transparent;
  border: none;
  font-size: 26px;
  padding: 0;
}
.page-header .setting-site .actions-close {
  position: absolute;
  top: 0;
  left: 0;
  right: 25px;
  padding: 20px;
  background: #fff;
  z-index: 4;
}
.page-header .setting-site .actions-close button,
.page-header .setting-site .actions-close .cart.table-wrapper .actions-toolbar > .action,
.page-header .setting-site .actions-close .action-gift {
  background-color: transparent;
  padding: 0;
  border: none;
  font-size: 20px;
}
.page-header .setting-site .setting-site-content {
  box-shadow: 0px 0px 10px 0px rgba(35, 31, 32, 0.1);
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  height: 100vh;
  max-width: 400px;
  background-color: #fff;
  z-index: 999;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.page-header .setting-site .setting-site-content .ct {
  height: 100vh;
  overflow-y: auto;
  padding: 100px 40px 25px;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.page-header .setting-site .setting-site-content .ct .customer-web-config {
  float: none;
}
.page-header .setting-site .setting-site-content .customer-web-config:after {
  content: "";
  display: table;
  clear: both;
}
.page-header .setting-site .setting-site-content .customer-web-config .switcher {
  float: left;
  width: 50%;
  margin: 0;
  padding-right: 15px;
  box-sizing: border-box;
}
.page-header .setting-site .setting-site-content .customer-web-config .switcher + .switcher {
  padding-right: 0;
  padding-left: 15px;
}
.page-header .setting-site .setting-site-content .customer-web-config .switcher .options .action.toggle:after {
  content: none;
}
.page-header .setting-site .setting-site-content .customer-web-config .switcher .options ul.dropdown {
  position: static;
  opacity: 1;
  visibility: visible;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding: 0;
}
.page-header .setting-site .setting-site-content .customer-web-config .switcher .options ul.dropdown li {
  margin-top: 0;
}
.page-header .setting-site .setting-site-content .customer-web-config .switcher .ui-dialog,
.page-header .setting-site .setting-site-content .customer-web-config .switcher .switcher-dropdown {
  display: block !important;
  padding: 0;
  margin: 0;
  box-shadow: none;
  border: none;
  position: static;
}
.page-header .setting-site .setting-site-content .customer-web-config .switcher .ui-dialog:before,
.page-header .setting-site .setting-site-content .customer-web-config .switcher .switcher-dropdown:before,
.page-header .setting-site .setting-site-content .customer-web-config .switcher .ui-dialog:after,
.page-header .setting-site .setting-site-content .customer-web-config .switcher .switcher-dropdown:after {
  content: none;
}
.page-header .setting-site .setting-site-content .customer-web-config .switcher .switcher-trigger strong {
  font-weight: 500;
  color: #333;
}
.page-header .setting-site .setting-site-content .customer-web-config .switcher .switcher-dropdown li {
  background: none !important;
  padding: 5px 0;
  margin-top: 0;
}
.page-header .setting-site .setting-site-content .customer-web-config .switcher .switcher-dropdown li a {
  padding: 0;
}
.page-header .setting-site .social-info {
  margin-top: 20px;
}
.page-header .setting-site .social-info .widget-title {
  font-weight: 500;
  margin-bottom: 10px;
}
.page-header .setting-site .social-info .social-links {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-flow: row wrap;
}
.page-header .setting-site .social-info .social-links > li:not(:last-child) {
  margin-right: 20px;
}
.page-header .setting-site .social-info .social-links a {
  color: #777;
  font-size: 18px;
}
.page-header .setting-site:after {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 998;
  height: 100vh;
  background-color: #333;
  opacity: 0;
  visibility: hidden;
  transition: all .4s;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
}
@media (max-width: 1200px) {
  .page-header.active-menu:after {
    visibility: visible;
    opacity: 1;
    content: '';
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(25, 25, 25, 0.25);
    z-index: 1000;
    transition: all 0.4s;
  }
}
.page-header .header1 .top-header {
  background-color: #f8f8f8;
}
.page-header .header1 .top-header .message a {
  color: #999;
}
.page-header .header1 .middle-header .logo {
  margin: 26px auto;
}
.page-header .header1 .search-desktop {
  display: none;
}
.page-header .header1 .conts-bottom-header {
  display: none;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #ebebeb;
}
.page-header .header1 .conts-bottom-header .banner-sale {
  margin-left: auto;
  padding-right: 5px;
  font-size: 14px;
  color: #777;
  font-weight: 500;
  letter-spacing: -.01em;
  padding-left: 65px;
  position: relative;
}
.page-header .header1 .conts-bottom-header .banner-sale i {
  color: #333;
  font-size: 16px;
  letter-spacing: -.01em;
  margin-right: 15px;
}
.page-header .header1 .conts-bottom-header .banner-sale:before {
  content: '';
  position: absolute;
  left: 0;
  height: 15px;
  width: 1px;
  top: 50%;
  background-color: #ccc;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.page-header .header1 .conts-bottom-header .banner-sale .highlight {
  color: #333;
}
@media (min-width: 1200px) {
  .page-header .header1 .conts-bottom-header {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}
.page-header .header1.start-stk .middle-header .logo .sticky-logo {
  max-height: 80px;
}
@media (min-width: 992px) {
  .page-header .header1.start-stk .middle-header .logo {
    margin: 20px auto;
  }
}
@media (min-width: 1200px) {
  .page-header .header1 .line .search-desktop {
    display: block;
  }
  .page-header .header1.header-area .middle-header .megamenu_action_mb {
    display: none;
  }
}
@media (max-width: 1200px) {
  .page-header .header1.header-area .megamenu_action_mb {
    display: block;
    border: none;
    background: transparent;
    color: #333;
    padding: 0;
    font-size: 28px;
    line-height: 1;
    margin-right: 20px;
  }
  .page-header .header1 .middle-header .logo .default-logo {
    width: 200px;
  }
}
@media (max-width: 768px) {
  .page-header .header1 .logo .default-logo {
    display: block;
  }
  .page-header .header1 .logo .sticky-logo {
    display: none;
  }
  .page-header .header1.start-stk .logo .default-logo {
    display: none;
  }
  .page-header .header1.start-stk .logo .sticky-logo {
    display: block;
  }
}
@media (max-width: 576px) {
  .page-header .header1 .top-header .message {
    padding: 10px 0 0;
  }
  .page-header .header1 .top-header .left-content,
  .page-header .header1 .top-header .right-content {
    text-align: center;
  }
  .page-header .header1 .top-header .left-content .customer-web-config,
  .page-header .header1 .top-header .right-content .customer-web-config {
    float: none;
  }
  .page-header .header1.header-area .megamenu_action_mb {
    font-size: 26px;
    margin-right: 10px;
  }
  .page-header .header1.header-area .menu-header-icon a.action.showcart.theme-header-icon i {
    font-size: 30px;
  }
}
@media (max-width: 540px) {
  .page-header .header1 .middle-header .center-content {
    padding-right: 20px;
    flex: 0 1 50%;
    max-width: 50%;
  }
}
.page-header .header2 {
  border-bottom: 1px solid #ebebeb;
}
.page-header .header2 .top-header {
  background-color: #333;
}
.page-header .header2 .top-header .conts-top-header {
  border-bottom: 1px solid #414141;
}
.page-header .header2 .top-header .conts-top-header .customer-web-config .switcher .action,
.page-header .header2 .top-header .conts-top-header a {
  color: #777;
  font-size: 13px;
}
.page-header .header2 .middle-header {
  background-color: #333;
}
.page-header .header2 .middle-header .logo {
  margin: 26px 0;
}
.page-header .header2 .middle-header .block-search .block-content {
  max-width: 570px;
}
.page-header .header2 .middle-header .block-search .block-content input {
  height: 46px;
  line-height: 46px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  padding: 0 18px 0 50px;
}
.page-header .header2 .middle-header .block-search .action.search {
  min-width: 0;
  right: auto;
  width: 60px;
  color: #333;
  left: 0;
  font-size: 24px;
  line-height: 44px;
  padding: 0;
}
.page-header .header2 .middle-header .block-search .action.search:before {
  font-size: 21px;
}
.page-header .header2 .middle-header .menu-header-icon a.action span.label {
  color: #777;
}
.page-header .header2 .middle-header .minicart-wrapper .action.showcart .counter.qty,
.page-header .header2 .middle-header .compare-header .block-compare .block-title .counter.qty,
.page-header .header2 .middle-header .top-wishlist .action .counter.qty {
  color: #333;
}
.page-header .header2 .middle-header .menu-header-icon > div > a.action,
.page-header .header2 .middle-header .menu-header-icon > div .action.top-links,
.page-header .header2 .middle-header .menu-header-icon > div .action.showcompare {
  color: #fff;
}
.page-header .header2 .middle-header .menu-header-icon > div > a.action:hover,
.page-header .header2 .middle-header .menu-header-icon > div .action.top-links:hover,
.page-header .header2 .middle-header .menu-header-icon > div .action.showcompare:hover {
  color: #fcb941;
}
.page-header .header2 .middle-header .menu-header-icon > div {
  padding: 23px 0;
}
.page-header .header2 .middle-header .menu-header-icon > div.minicart-wrapper {
  padding: 22px 0;
}
.page-header .header2 .conts-bottom-header {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.page-header .header2 .conts-bottom-header .banner-sale {
  margin-left: auto;
  padding-right: 5px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -.01em;
  padding-left: 65px;
  position: relative;
}
.page-header .header2 .conts-bottom-header .banner-sale i {
  color: #333;
  font-size: 16px;
  letter-spacing: -.01em;
  margin-right: 15px;
}
.page-header .header2 .conts-bottom-header .banner-sale:before {
  content: '';
  position: absolute;
  left: 0;
  height: 15px;
  width: 1px;
  top: 50%;
  background-color: #ccc;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.page-header .header2 .conts-bottom-header .banner-sale .highlight {
  color: #333;
}
@media (max-width: 1199px) {
  .page-header .header2 .conts-bottom-header {
    display: none;
  }
}
@media (max-width: 1199px) {
  .page-header .header2.header-area .middle-header .left-content {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .page-header .header2.header-area .middle-header .left-content .megamenu_action {
    margin: 0 10px;
  }
}
@media (max-width: 767px) {
  .page-header .header2.header-area .menu-header-icon > div + div {
    margin-left: 10px;
  }
  .page-header .header2.header-area .menu-header-icon a.action.theme-header-icon i {
    font-size: 24px;
  }
  .page-header .header2.header-area .menu-header-icon a.action.theme-header-icon i.icon-shopping-cart {
    font-size: 28px;
  }
}
@media (max-width: 576px) {
  .page-header .header2 .top-header .message {
    padding: 10px 0 0;
  }
  .page-header .header2 .top-header .left-content,
  .page-header .header2 .top-header .right-content {
    text-align: center;
  }
  .page-header .header2 .top-header .left-content .customer-web-config,
  .page-header .header2 .top-header .right-content .customer-web-config {
    float: none;
  }
  .page-header .header2 .menu-header-icon a.action span.label {
    display: none;
  }
  .page-header .header2 .middle-header .left-content .megamenu_action {
    margin: 0 5px;
  }
}
.page-header .header2 .megamenu_action_mb {
  color: #fff;
  padding: 0;
}
.page-header .header3 .right-content {
  margin-left: auto;
}
.page-header .header3 .conts-top-header {
  border-bottom: 1px solid #f4f4f4;
}
.page-header .header3 .conts-top-header .top-menu a:not(.btn) {
  font-size: 13px;
  text-transform: uppercase;
  color: #999;
  padding: 10px 0 10px 26px;
}
.page-header .header3 .conts-top-header .top-menu a:not(.btn) i {
  font-size: 15px;
}
@media (max-width: 992px) {
  .page-header .header3 .conts-top-header .top-menu a:not(.btn) {
    padding: 10px 0 10px 16px;
  }
}
.page-header .header3 .conts-top-header .top-menu .action.theme-header-icon {
  min-width: 0;
  border: none;
  padding: 10px 0 10px 26px;
}
.page-header .header3 .conts-top-header .top-menu .top-wishlist .action .wishlist-icon {
  display: inline-block;
}
.page-header .header3 .conts-top-header .top-menu .header-top-links .login-form {
  right: 0;
  left: auto;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.page-header .header3 .conts-top-header .top-menu .top-wishlist .action .counter.qty {
  position: static;
  display: inline-block;
  background-color: transparent !important;
  color: #c96;
  float: right;
  line-height: 22px;
  font-size: 13px;
}
.page-header .header3 .conts-top-header .top-menu .top-wishlist .action .counter.qty:after {
  content: ')';
  padding-left: 2px;
}
.page-header .header3 .conts-top-header .top-menu .top-wishlist .action .counter.qty:before {
  content: '(';
  padding-right: 2px;
}
.page-header .header3 .block-search .block-title.theme-header-icon:before {
  margin-top: 5px;
}
.page-header .header3.header-area .menu-header-icon > div + div.search-desktop {
  margin-left: 0;
}
.page-header .header3 .customer-web-config .switcher .action {
  font-size: 13px;
  color: #999;
}
.page-header .header3 .logo {
  margin-right: 30px;
}
.page-header .header3 .customer-web-config .switcher .options ul.dropdown {
  padding: 10px 15px;
}
.page-header .header3 .customer-web-config .switcher .action:after {
  font-size: 12px;
}
.page-header .header3 .search-icon-popup .block-search .block-title.theme-header-icon:before {
  margin-top: 4px;
}
.page-header .header3.header-area .menu-header-icon .minicart-wrapper .action.showcart .label {
  display: none;
}
.page-header .header3.header-area .menu-header-icon .minicart-wrapper .action.showcart .counter.qty {
  display: inline-block;
  position: static;
  line-height: 20px;
  width: 20px;
  height: 20px;
}
.page-header .header3.header-area .menu-header-icon .top-wishlist a.action.theme-header-icon .wishlist-icon i {
  font-size: 26px;
}
.page-header .header3.header-area .menu-header-icon .top-wishlist a.action.theme-header-icon .label {
  display: none;
}
@media (min-width: 1199px) {
  .page-header .header3.header-area .menu-header-icon > div {
    padding: 26px 0;
  }
}
@media (max-width: 1199px) {
  .page-header .header3.header-area .middle-header .left-content {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .page-header .header3.header-area .middle-header .left-content .megamenu_action {
    margin-right: 10px;
  }
}
@media (max-width: 575px) {
  .page-header .header3.header-area .customer-web-config {
    text-align: center;
  }
  .page-header .header3.header-area .customer-web-config .switcher {
    padding: 10px 0 5px;
    margin: 0 10px;
  }
  .page-header .header3.header-area .customer-web-config .switcher .action {
    font-size: 12px;
  }
  .page-header .header3.header-area .conts-top-header .top-menu {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .page-header .header3.header-area .conts-top-header .top-menu .action.theme-header-icon,
  .page-header .header3.header-area .conts-top-header .top-menu > a {
    font-size: 12px;
    line-height: 1;
    padding: 5px 10px 15px;
  }
  .page-header .header3.header-area .conts-top-header .top-menu .top-wishlist .action .counter.qty {
    margin-top: -2px;
  }
}
.page-header .header4.header-area {
  background-color: #333;
}
.page-header .header4.header-area .menu-header-icon > div {
  padding: 24px 0;
}
.page-header .header4.header-area .menu-header-icon > div.search-desktop {
  padding: 0;
  margin: 0;
}
.page-header .header4.header-area .menu-header-icon > div + div {
  margin-left: 15px;
}
.page-header .header4.header-area .menu-header-icon a.action {
  color: #fff;
}
.page-header .header4.header-area .menu-header-icon a.action.theme-header-icon i {
  font-size: 28px;
}
.page-header .header4.header-area .menu-header-icon a.action.theme-header-icon .wishlist-icon i {
  font-size: 26px;
}
.page-header .header4.header-area .menu-header-icon a.action.showcart.theme-header-icon i {
  font-size: 32px;
}
.page-header .header4.header-area .menu-header-icon a.action span.label {
  display: none;
}
.page-header .header4.header-area .left-content.logo {
  margin-right: 20px;
}
.page-header .header4.header-area .header-top-links .login-form {
  left: auto;
  right: 0;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.page-header .header4.header-area .minicart-wrapper .action.showcart .counter.qty {
  position: static;
  display: inline-block;
  line-height: 20px;
  width: 20px;
  height: 20px;
}
.page-header .header4.header-area .block-search .block-content .action.search {
  top: 10px;
  width: 40px;
  padding: 0;
  line-height: 1;
  color: #fff;
}
.page-header .header4.header-area .block-search .block-content .control {
  border-bottom: 1px solid #fff;
}
.page-header .header4.header-area .block-search .block-content .control input {
  height: 44px;
  line-height: 44px;
  border: none;
  background-color: transparent;
  padding: 0 40px 0 10px;
  color: #fff;
}
.page-header .header4.header-area .block-search .block-content .control input::-webkit-input-placeholder {
  color: #fff;
}
.page-header .header4.header-area .block-search .block-content .control input:-ms-input-placeholder {
  color: #fff;
}
.page-header .header4.header-area .block-search .block-content .control input::placeholder {
  color: #fff;
}
.page-header .header4.header-area .setting-site .actions .action.setting {
  color: #fff;
}
@media screen and (min-width: 1600px) {
  .page-header .header4.header-area .frame-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (min-width: 1199px) {
  .page-header .header4.header-area .nav-main-menu .has-submenu:after {
    right: 15px;
  }
  .page-header .header4.header-area .horizontal-menu .mgs-megamenu--main > ul > li > a {
    padding: 25px 30px 25px 15px;
    color: #fff !important;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 15px;
  }
  .page-header .header4.header-area .horizontal-menu .mgs-megamenu--main > ul > li > a::before {
    content: '';
    position: absolute;
    left: 10px;
    right: 0;
    bottom: 5px;
    height: 1px;
    background-color: #fff;
    -webkit-transform-origin: right center;
    -moz-transform-origin: right center;
    -ms-transform-origin: right center;
    -o-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform: scale(0, 1);
    -moz-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transition: transform 0.3s;
    -moz-transition: transform 0.3s;
    -ms-transition: transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
  }
  .page-header .header4.header-area .horizontal-menu .mgs-megamenu--main > ul > li:hover > a::before,
  .page-header .header4.header-area .horizontal-menu .mgs-megamenu--main > ul > li.active > a::before,
  .page-header .header4.header-area .horizontal-menu .mgs-megamenu--main > ul > li._hover > a::before {
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  .page-header .header4.header-area .horizontal-menu .mgs-megamenu--main ul.nav-main-menu > li.menu-4columns,
  .page-header .header4.header-area .horizontal-menu .mgs-megamenu--main ul.nav-main-menu > li.menu-6columns,
  .page-header .header4.header-area .horizontal-menu .mgs-megamenu--main ul.nav-main-menu > li.menu-3columns.mega-menu-fullwidth {
    position: relative;
  }
  .page-header .header4.header-area .horizontal-menu .mgs-megamenu--main ul.nav-main-menu > li.menu-3columns.mega-menu-fullwidth .dropdown-mega-menu {
    width: 695px;
    max-width: auto;
  }
  .page-header .header4.header-area .horizontal-menu .mgs-megamenu--main ul.nav-main-menu > li.menu-4columns .dropdown-mega-menu,
  .page-header .header4.header-area .horizontal-menu .mgs-megamenu--main ul.nav-main-menu > li.menu-6columns .dropdown-mega-menu {
    width: 1170px;
    max-width: auto;
  }
  .page-header .header4.header-area .horizontal-menu .mgs-megamenu--main ul.nav-main-menu > li > .dropdown-mega-menu {
    left: 0;
    right: auto;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@media (max-width: 1199px) {
  .page-header .header4.header-area .middle-header .left-content {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .page-header .header4.header-area .middle-header .left-content .megamenu_action {
    margin: 0 10px;
  }
  .page-header .header4.header-area .megamenu_action_mb {
    margin-right: 10p;
    color: #fff;
  }
}
@media (max-width: 767px) {
  .page-header .header4.header-area .minicart-wrapper .action.showcart .counter.qty {
    position: absolute;
  }
}
.page-header .header5 .top-header {
  background-color: #445f84;
}
.page-header .header5 .top-header .customer-web-config .switcher .action {
  color: #9bafcb;
}
.page-header .header5 .top-header .customer-web-config .switcher .action:hover {
  color: #fff !important;
}
.page-header .header5 .top-header .top-menu > div a.action {
  border: none;
  padding: 10px 0;
  min-width: 0;
  color: #9bafcb;
}
.page-header .header5 .top-header .top-menu > div a.action:hover {
  color: #fff !important;
}
.page-header .header5 .top-header .top-menu > div a.action:hover span {
  color: #fff;
}
.page-header .header5 .top-header .top-menu .wishlist-icon,
.page-header .header5 .top-header .top-menu .icon-user {
  display: none;
}
.page-header .header5 .top-header .top-menu > div + div {
  margin-left: 19px;
}
.page-header .header5 .left-content.logo {
  margin-right: 53px;
}
.page-header .header5 .menu-header-icon > div {
  padding: 15px 0;
}
.page-header .header5 .menu-header-icon > div.search-desktop {
  padding: 0;
  margin: 0;
}
.page-header .header5 .menu-header-icon > div + div {
  margin-left: 15px;
}
.page-header .header5 .menu-header-icon > div + div.compare-header {
  margin-right: 12px;
}
@media (max-width: 575px) {
  .page-header .header5 .menu-header-icon > div + div {
    margin-left: 10px;
  }
}
.page-header .header5 .menu-header-icon a.action.theme-header-icon i {
  font-size: 28px;
}
.page-header .header5 .menu-header-icon a.action.theme-header-icon .wishlist-icon i {
  font-size: 26px;
}
.page-header .header5 .menu-header-icon a.action span.label {
  display: none;
}
.page-header .header5 .menu-header-icon .compare-header .block-compare .block-title .counter.qty {
  right: -6px;
  background: #445f83;
}
.page-header .header5 .top-wishlist .action .counter.qty,
.page-header .header5 .top-header .top-wishlist .action .counter.qty {
  position: static;
  display: inline-block;
  background-color: transparent !important;
  color: #fff;
  float: right;
  line-height: 18px;
  font-size: 13px;
}
.page-header .header5 .top-wishlist .action .counter.qty:after,
.page-header .header5 .top-header .top-wishlist .action .counter.qty:after {
  content: ')';
  padding-left: 2px;
}
.page-header .header5 .top-wishlist .action .counter.qty:before,
.page-header .header5 .top-header .top-wishlist .action .counter.qty:before {
  content: '(';
  padding-right: 2px;
}
.page-header .header5 .header-top-links .login-form {
  left: auto;
  right: 0;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.page-header .header5 .middle-header .block-search .block-content input {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background-color: #f4f4f4;
  border-color: #f4f4f4;
}
.page-header .header5 .middle-header .block-search .action.search {
  width: 46px;
}
.page-header .header5 .middle-header .block-search .action.search:before {
  font-size: 24px;
}
.page-header .header5 .minicart-wrapper .action.showcart .counter.qty {
  position: static;
  display: inline-block;
  line-height: 20px;
  width: 20px;
  height: 20px;
  margin: 0;
}
@media (min-width: 1199px) {
  .page-header .header5 .nav-main-menu .has-submenu:after {
    right: 0;
  }
  .page-header .header5 .horizontal-menu .mgs-megamenu--main > ul > li > a {
    padding: 35px 15px 35px 31px;
    text-transform: uppercase;
  }
}
@media (max-width: 1199px) {
  .page-header .header5 .megamenu_action {
    margin-right: 10px;
  }
  .page-header .header5 .minicart-wrapper .action.showcart .counter.qty {
    position: absolute;
  }
}
@media (max-width: 576px) {
  .page-header .header5.header-area .customer-web-config {
    text-align: center;
  }
  .page-header .header5.header-area .customer-web-config .switcher {
    padding: 10px 0 5px;
    margin: 0 10px;
  }
  .page-header .header5.header-area .customer-web-config .switcher .action {
    font-size: 12px;
  }
  .page-header .header5.header-area .customer-web-config .switcher + .switcher {
    margin-left: 0;
  }
  .page-header .header5.header-area .conts-top-header .top-menu {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .page-header .header5.header-area .conts-top-header .top-menu .action.theme-header-icon,
  .page-header .header5.header-area .conts-top-header .top-menu a {
    font-size: 12px;
    padding: 5px 10px 10px;
  }
}
.page-header .header6 .top-header {
  background-color: #f8f8f8;
}
.page-header .header6 .top-header .info-tell {
  color: #999;
}
.page-header .header6 .top-header .customer-web-config .switcher .action strong {
  padding-right: 5px;
}
.page-header .header6.header-area .menu-header-icon > div + div {
  margin-left: 24px;
}
.page-header .header6.header-area .menu-header-icon > div {
  padding: 20px 0;
}
.page-header .header6.header-area .menu-header-icon a.action span.label {
  margin-top: 4px;
}
.page-header .header6 .block-search .block-content {
  max-width: 570px;
}
.page-header .header6 .block-search .block-content input {
  line-height: 46px;
  height: 46px;
  border-color: #c96;
}
.page-header .header6 .block-search .block-content .action.search {
  min-width: 0;
  right: 0;
  width: 70px;
  padding: 0;
  line-height: 46px;
  background-color: #c96;
  color: #fff;
}
.page-header .header6 .block-search .block-content .action.search:before {
  line-height: 1;
}
.page-header .header6 .bottom-header {
  background-color: #333;
  color: #fff;
}
.page-header .header6 .bottom-header .mgs-megamenu--main > ul > li > a,
.page-header .header6 .bottom-header .category-dropdown .title-vertical-menu {
  color: #fff !important;
}
.page-header .header6 .conts-bottom-header {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.page-header .header6 .conts-bottom-header .category-dropdown .title-vertical-menu {
  padding: 14px 50px 15px 20px;
}
.page-header .header6 .conts-bottom-header .category-dropdown .title-vertical-menu:after {
  left: auto;
  right: 19px;
}
.page-header .header6 .conts-bottom-header .banner-sale {
  margin-left: auto;
  padding-right: 5px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -.01em;
  padding-left: 65px;
  position: relative;
}
.page-header .header6 .conts-bottom-header .banner-sale i {
  font-size: 16px;
  letter-spacing: -.01em;
  margin-right: 15px;
}
.page-header .header6 .conts-bottom-header .banner-sale:before {
  content: '';
  position: absolute;
  left: 0;
  height: 15px;
  width: 1px;
  top: 50%;
  background-color: #ccc;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 1199px) {
  .page-header .header6 .conts-bottom-header {
    display: none;
  }
}
@media (max-width: 1199px) {
  .page-header .header6 .middle-header .left-content {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .page-header .header6 .middle-header .left-content .megamenu_action {
    margin-right: 10px;
  }
}
@media (max-width: 576px) {
  .page-header .header6.header-area .top-header .message {
    padding: 10px 0 0;
  }
  .page-header .header6.header-area .top-header .left-content,
  .page-header .header6.header-area .top-header .right-content {
    text-align: center;
  }
  .page-header .header6.header-area .top-header .left-content .customer-web-config,
  .page-header .header6.header-area .top-header .right-content .customer-web-config {
    float: none;
  }
  .page-header .header6.header-area .menu-header-icon > div + div {
    margin-left: 15px;
  }
  .page-header .header6.header-area .menu-header-icon a.action span.label {
    display: none;
  }
  .page-header .header6.header-area .menu-header-icon a.action.theme-header-icon .wishlist-icon i,
  .page-header .header6.header-area .menu-header-icon a.action.theme-header-icon i {
    font-size: 24px;
  }
  .page-header .header6.header-area .menu-header-icon a.action.showcart.theme-header-icon i {
    font-size: 28px;
  }
}
.page-header .header7.header-area {
  background-color: #333;
}
.page-header .header7.header-area .menu-header-icon > div {
  padding: 24px 0;
}
.page-header .header7.header-area .menu-header-icon > div.search-desktop {
  padding: 0;
  margin: 0;
}
.page-header .header7.header-area .menu-header-icon > div + div {
  margin-left: 15px;
}
.page-header .header7.header-area .menu-header-icon a.action {
  color: #fff;
}
.page-header .header7.header-area .menu-header-icon a.action.theme-header-icon i {
  font-size: 28px;
}
.page-header .header7.header-area .menu-header-icon a.action.theme-header-icon .wishlist-icon i {
  font-size: 26px;
}
.page-header .header7.header-area .menu-header-icon a.action.showcart.theme-header-icon i {
  font-size: 32px;
}
.page-header .header7.header-area .menu-header-icon a.action span.label {
  display: none;
}
.page-header .header7.header-area .menu-header-icon .setting-site .actions .action.setting {
  color: #fff;
}
.page-header .header7.header-area .left-content.logo {
  margin-right: 20px;
}
.page-header .header7.header-area .header-top-links .login-form {
  left: auto;
  right: 0;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.page-header .header7.header-area .block-search .block-content .action.search {
  top: 10px;
  width: 40px;
  padding: 0;
  line-height: 1;
  color: #fff;
}
.page-header .header7.header-area .block-search .block-content .control {
  border-bottom: 1px solid #fff;
}
.page-header .header7.header-area .block-search .block-content .control input {
  height: 44px;
  line-height: 44px;
  border: none;
  background-color: transparent;
  padding: 0 40px 0 10px;
  color: #fff;
}
.page-header .header7.header-area .block-search .block-content .control input::-webkit-input-placeholder {
  color: #fff;
}
.page-header .header7.header-area .block-search .block-content .control input:-ms-input-placeholder {
  color: #fff;
}
.page-header .header7.header-area .block-search .block-content .control input::placeholder {
  color: #fff;
}
.page-header .header7.header-area.search-icon-popup .block-search .block-title.theme-header-icon {
  color: #fff;
}
.page-header .header7.header-area.search-icon-popup .block-search .block-content .control input {
  border: 1px solid #dadada;
  color: #000;
}
@media screen and (min-width: 1600px) {
  .page-header .header7.header-area .frame-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (min-width: 1199px) {
  .page-header .header7.header-area .right-content {
    margin-left: 0;
  }
  .page-header .header7.header-area .nav-main-menu .has-submenu:after {
    right: 15px;
  }
  .page-header .header7.header-area .horizontal-menu {
    margin: 0 auto;
  }
  .page-header .header7.header-area .horizontal-menu .mgs-megamenu--main > ul > li > a {
    padding: 25px 30px 25px 15px;
    color: #fff !important;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
  }
  .page-header .header7.header-area .horizontal-menu .mgs-megamenu--main > ul > li > a::before {
    content: '';
    position: absolute;
    left: 10px;
    right: 0;
    bottom: 13px;
    height: 1px;
    background-color: #fff;
    -webkit-transform-origin: right center;
    -moz-transform-origin: right center;
    -ms-transform-origin: right center;
    -o-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform: scale(0, 1);
    -moz-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transition: transform 0.3s;
    -moz-transition: transform 0.3s;
    -ms-transition: transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
  }
  .page-header .header7.header-area .horizontal-menu .mgs-megamenu--main > ul > li:hover > a::before,
  .page-header .header7.header-area .horizontal-menu .mgs-megamenu--main > ul > li.active > a::before,
  .page-header .header7.header-area .horizontal-menu .mgs-megamenu--main > ul > li._hover > a::before {
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  .page-header .header7.header-area .horizontal-menu .mgs-megamenu--main ul.nav-main-menu > li.menu-4columns,
  .page-header .header7.header-area .horizontal-menu .mgs-megamenu--main ul.nav-main-menu > li.menu-6columns,
  .page-header .header7.header-area .horizontal-menu .mgs-megamenu--main ul.nav-main-menu > li.menu-3columns.mega-menu-fullwidth {
    position: relative;
  }
  .page-header .header7.header-area .horizontal-menu .mgs-megamenu--main ul.nav-main-menu > li.menu-3columns.mega-menu-fullwidth .dropdown-mega-menu {
    width: 695px;
    max-width: auto;
  }
  .page-header .header7.header-area .horizontal-menu .mgs-megamenu--main ul.nav-main-menu > li.menu-4columns .dropdown-mega-menu,
  .page-header .header7.header-area .horizontal-menu .mgs-megamenu--main ul.nav-main-menu > li.menu-6columns .dropdown-mega-menu {
    width: 1170px;
    max-width: auto;
  }
  .page-header .header7.header-area .horizontal-menu .mgs-megamenu--main ul.nav-main-menu > li > .dropdown-mega-menu {
    left: 0;
    right: auto;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@media (max-width: 1199px) {
  .page-header .header7.header-area .middle-header .left-content {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .page-header .header7.header-area .middle-header .left-content .megamenu_action {
    margin: 0 10px;
  }
  .page-header .header7.header-area .megamenu_action_mb {
    margin-right: 10px;
    color: #fff;
  }
}
.page-header .header-area .minicart-wrapper .action.showcart span.label.subtotal {
  display: none;
}
.page-header .header8.header-area .minicart-wrapper .action.showcart span.label.subtotal {
  display: inline-block !important;
}
.page-header .header8 .top-header {
  background-color: #fafafa;
  font-weight: 300;
  font-size: 13px;
  line-height: 1.5;
  letter-spacing: 0;
  color: #777;
  margin-bottom: 1px;
}
.page-header .header8 .top-header a,
.page-header .header8 .top-header .action {
  font-size: 13px;
  color: #777;
  min-width: 0;
  border: 0;
  padding: 0;
}
.page-header .header8 .top-header .header-top-links {
  margin-right: 30px;
}
.page-header .header8 .top-header .header-top-links .action.top-links i {
  font-size: 16px;
  margin-right: 8px;
}
.page-header .header8 .top-header .customer-web-config .switcher .action:after {
  padding-left: 10px;
}
.page-header .header8 .top-header .social-icons-block {
  margin-right: 30px;
  line-height: 1;
}
.page-header .header8 .top-header .social-icons-block a {
  font-size: 14px;
  font-weight: 500;
}
.page-header .header8 .top-header .social-icons-block a:not(:hover) {
  color: #777;
}
.page-header .header8 .top-header .social-icons-block a:not(:last-child) {
  margin-right: 15px;
}
.page-header .header8 .top-header .right-content {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.page-header .header8 .top-header .info-tell .icon-phone {
  margin-right: 10px;
}
.page-header .header8 .center-content .logo {
  text-align: center;
  margin: 0 auto;
}
.page-header .header8 .center-content .logo img {
  margin: 0 auto;
}
.page-header .header8.header-area .conts-middle-header {
  border-bottom: 1px solid #f4f4f4;
}
.page-header .header8.header-area .conts-middle-header .menu-header-icon > div {
  padding: 24px 0;
}
.page-header .header8.header-area .block-search .action.search {
  min-width: 0;
  left: 0;
  right: auto;
  width: 30px;
}
.page-header .header8.header-area .block-search .action.search:before {
  font-size: 25px;
}
.page-header .header8.header-area .block-search .block-content {
  width: 260px;
  margin: 0;
}
.page-header .header8.header-area .block-search .block-content input {
  font-size: 13px;
  font-weight: 400;
  color: #222;
  border-radius: 0;
  padding: 14px 12px 12px 40px;
  border: 0;
  height: 44px;
}
.page-header .header8.header-area .block-search .block-content input::-webkit-input-placeholder,
.page-header .header8.header-area .block-search .block-content input:-moz-placeholder {
  color: #222;
}
.page-header .header8.header-area .horizontal-menu .mgs-megamenu--main > ul > li > a {
  letter-spacing: .01em;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 30px;
  text-transform: uppercase;
}
.page-header .header8.header-area .horizontal-menu .mgs-megamenu--main > ul > li > a:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #c96;
  transform-origin: right center;
  -webkit-transform: scale(0, 1);
  -moz-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  -o-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
}
.page-header .header8.header-area .horizontal-menu .mgs-megamenu--main > ul > li > a:after {
  right: 10px;
}
.page-header .header8.header-area .horizontal-menu .mgs-megamenu--main > ul > li + li {
  margin-left: 8px;
}
.page-header .header8.header-area .horizontal-menu .mgs-megamenu--main > ul > li:hover > a:before,
.page-header .header8.header-area .horizontal-menu .mgs-megamenu--main > ul > li.active > a:before {
  transform-origin: left center;
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}
@media (min-width: 1199px) {
  .page-header .header8.header-area .horizontal-menu .mgs-megamenu--main > ul > li.menu-3columns.mega-menu-fullwidth {
    position: relative;
  }
  .page-header .header8.header-area .horizontal-menu .mgs-megamenu--main > ul > li.menu-3columns.mega-menu-fullwidth > .dropdown-mega-menu {
    width: 694px;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    left: 0;
  }
}
.page-header .header8.header-area .banner-sale {
  padding-right: 10px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: .01em;
  color: #222;
  text-transform: uppercase;
}
.page-header .header8.header-area .banner-sale i.la.la-lightbulb-o {
  font-size: 16px;
  margin-right: 13px;
}
@media (max-width: 1199px) {
  .page-header .header8.header-area .banner-sale {
    display: none;
  }
}
.page-header .header8.header-area .menu-header-icon a.action span.label {
  display: inline-block;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0;
  color: #222;
  margin-left: 5px;
}
.page-header .header8.header-area .top-wishlist a.action span.label {
  top: -2px;
}
.page-header .header8.header-area .top-wishlist a.action .wishlist-icon {
  display: inline-block;
}
.page-header .header8.header-area .bottom-header .conts-bottom-header {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.page-header .header8.header-area .minicart-wrapper .action.showcart .counter.qty,
.page-header .header8.header-area .top-wishlist .action .counter.qty {
  right: auto;
  left: 16px;
}
.page-header .header8.header-area .minicart-wrapper .action.showcart > .label:not(.subtotal) {
  display: none;
}
.page-header .header8.header-area .minicart-wrapper .action.showcart span.label.subtotal {
  -webkit-transform: translateY(-51%);
  -moz-transform: translateY(-51%);
  -ms-transform: translateY(-51%);
  -o-transform: translateY(-51%);
  transform: translateY(-51%);
  font-weight: 500;
  display: inline-block !important;
}
.page-header .header8.header-area .block-search .block-content {
  width: 100%;
}
@media (max-width: 1199px) {
  .page-header .header8 .search-desktop {
    flex: 0;
  }
  .page-header .header8 .center-content .megamenu_action {
    padding-right: 10px;
  }
}
@media (max-width: 768px) {
  .page-header .header8 .top-header .left-content {
    text-align: center;
  }
  .page-header .header8 .top-header .right-content {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    flex-wrap: wrap;
  }
  .page-header .header8 .top-header .right-content > .social {
    flex: 0 0 100%;
    ms-flex: 0 0 100%;
  }
  .page-header .header8 .top-header .right-content > .social .social-icons-block {
    text-align: center;
    margin-right: 0;
    margin-top: 5px;
  }
  .page-header .header8 .menu-header-icon a.action.theme-header-icon .wishlist-icon i {
    font-size: 23px;
  }
  .page-header .header8 .menu-header-icon a.action.showcart.theme-header-icon i {
    font-size: 27px;
  }
  .page-header .header8 .menu-header-icon a.action span.label {
    -webkit-transform: translateY(-25%);
    -moz-transform: translateY(-25%);
    -ms-transform: translateY(-25%);
    -o-transform: translateY(-25%);
    transform: translateY(-25%);
    font-size: 12px;
  }
}
@media (max-width: 575px) {
  .page-header .header8 .center-content .megamenu_action {
    padding-right: 5px;
    font-size: 20px;
  }
  .page-header .header8.header-area .conts-middle-header .menu-header-icon > div {
    padding: 20px 0;
  }
  .page-header .header8.header-area .conts-middle-header .top-wishlist a.action span.label {
    top: -2px;
  }
  .page-header .header8.header-area .conts-middle-header .menu-header-icon a.action span.label {
    margin-left: 5px;
  }
}
.page-header .header9 {
  border-bottom: 1px solid #ebebeb;
}
.page-header .header9 .top-header {
  background-color: #333;
}
.page-header .header9 .top-header .conts-top-header {
  border-bottom: 1px solid #414141;
}
.page-header .header9 .top-header .conts-top-header .customer-web-config .switcher .action,
.page-header .header9 .top-header .conts-top-header a {
  color: #777;
  font-size: 13px;
}
.page-header .header9 .top-header .conts-top-header .info-tell i {
  margin-right: 10px;
}
.page-header .header9 .middle-header {
  background-color: #333;
}
.page-header .header9 .middle-header .logo {
  margin: 26px 0;
}
.page-header .header9 .middle-header .block-search .block-content {
  max-width: 570px;
}
.page-header .header9 .middle-header .block-search .block-content input {
  height: 46px;
  line-height: 46px;
  padding: 0 50px 0 23px;
  border-radius: 3px;
}
.page-header .header9 .middle-header .block-search .action.search {
  min-width: 0;
  right: auto;
  width: 60px;
  color: #333;
  right: 0;
  font-size: 24px;
  line-height: 44px;
  padding: 0;
}
.page-header .header9 .middle-header .block-search .action.search:before {
  font-size: 21px;
}
.page-header .header9 .middle-header .menu-header-icon a.action span.label {
  color: #777;
}
.page-header .header9 .middle-header .minicart-wrapper .action.showcart .counter.qty,
.page-header .header9 .middle-header .compare-header .block-compare .block-title .counter.qty,
.page-header .header9 .middle-header .top-wishlist .action .counter.qty {
  color: #333;
}
.page-header .header9 .middle-header .setting-site .actions .action.setting,
.page-header .header9 .middle-header .menu-header-icon > div > a.action,
.page-header .header9 .middle-header .menu-header-icon > div .action.top-links,
.page-header .header9 .middle-header .menu-header-icon > div .action.showcompare {
  color: #fff;
}
.page-header .header9 .middle-header .setting-site .actions .action.setting:hover,
.page-header .header9 .middle-header .menu-header-icon > div > a.action:hover,
.page-header .header9 .middle-header .menu-header-icon > div .action.top-links:hover,
.page-header .header9 .middle-header .menu-header-icon > div .action.showcompare:hover {
  color: #fcb941;
}
.page-header .header9 .middle-header .menu-header-icon > div {
  padding: 23px 0;
}
.page-header .header9 .middle-header .menu-header-icon > div.minicart-wrapper {
  padding: 22px 0;
}
.page-header .header9 .conts-bottom-header {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.page-header .header9 .conts-bottom-header .banner-sale {
  margin-left: auto;
  padding-right: 5px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: -.01em;
  padding-left: 65px;
  position: relative;
  color: #333;
}
.page-header .header9 .conts-bottom-header .banner-sale i {
  color: #333;
  font-size: 16px;
  letter-spacing: -.01em;
  margin-right: 15px;
}
.page-header .header9 .conts-bottom-header .banner-sale:before {
  content: '';
  position: absolute;
  left: 0;
  height: 15px;
  width: 1px;
  top: 50%;
  background-color: #ccc;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 1199px) {
  .page-header .header9 .conts-bottom-header {
    display: none;
  }
}
@media (min-width: 1200px) {
  .page-header .header9.header-area .horizontal-menu .mgs-megamenu--main > ul > li > a {
    text-transform: uppercase;
  }
}
@media (max-width: 1199px) {
  .page-header .header9.header-area .middle-header .left-content {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .page-header .header9.header-area .middle-header .left-content .megamenu_action {
    margin: 0 10px;
  }
}
@media (max-width: 767px) {
  .page-header .header9.header-area .menu-header-icon > div + div {
    margin-left: 10px;
  }
  .page-header .header9.header-area .menu-header-icon a.action.theme-header-icon i {
    font-size: 24px;
  }
  .page-header .header9.header-area .menu-header-icon a.action.theme-header-icon i.icon-shopping-cart {
    font-size: 28px;
  }
}
@media (max-width: 576px) {
  .page-header .header9 .top-header .message {
    padding: 10px 0 0;
  }
  .page-header .header9 .top-header .left-content,
  .page-header .header9 .top-header .right-content {
    text-align: center;
  }
  .page-header .header9 .top-header .left-content .customer-web-config,
  .page-header .header9 .top-header .right-content .customer-web-config {
    float: none;
  }
  .page-header .header9 .menu-header-icon a.action span.label {
    display: none;
  }
  .page-header .header9 .middle-header .left-content .megamenu_action {
    margin: 0 5px;
  }
}
.page-header .header9 .megamenu_action_mb {
  color: #fff;
  padding: 0;
}
.page-header .header10 {
  background-color: #333;
}
.page-header .header10.header-area .menu-header-icon a.action span.label {
  display: none;
}
.page-header .header10 .right-content {
  margin-left: auto;
}
.page-header .header10 .conts-top-header {
  border-bottom: 1px solid rgba(235, 235, 235, 0.2);
}
.page-header .header10 .conts-top-header .top-menu a:not(.btn) {
  font-size: 13px;
  text-transform: uppercase;
  color: #fff;
  padding: 10px 0 10px 26px;
}
.page-header .header10 .conts-top-header .top-menu a:not(.btn) i {
  font-size: 15px;
}
@media (max-width: 992px) {
  .page-header .header10 .conts-top-header .top-menu a:not(.btn) {
    padding: 10px 0 10px 16px;
  }
}
.page-header .header10 .conts-top-header .top-menu .action.theme-header-icon {
  min-width: 0;
  border: none;
  padding: 10px 0 10px 26px;
}
.page-header .header10 .conts-top-header .top-menu .header-top-links .login-form {
  right: 0;
  left: auto;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.page-header .header10 .top-wishlist .action .wishlist-icon + .label {
  display: none;
}
.page-header .header10 .block-search .block-title.theme-header-icon:before {
  margin-top: 5px;
}
.page-header .header10.header-area .menu-header-icon > div + div.search-desktop {
  margin-left: 0;
}
.page-header .header10 .customer-web-config .switcher .action {
  font-size: 13px;
  color: #fff;
}
.page-header .header10 .logo {
  margin-right: auto;
}
.page-header .header10 .customer-web-config .switcher .options ul.dropdown {
  padding: 10px 15px;
}
.page-header .header10 .customer-web-config .switcher .action:after {
  font-size: 12px;
}
.page-header .header10.search-icon-popup .block-search .block-title.theme-header-icon:before {
  margin-top: 4px;
}
.page-header .header10.header-area .menu-header-icon .minicart-wrapper .action.showcart .label {
  display: none;
}
.page-header .header10 .menu-header-icon .action.theme-header-icon,
.page-header .header10.search-icon-popup .block-search .block-title.theme-header-icon {
  color: #fff;
}
.page-header .header10 .setting-site .actions .action.setting {
  color: #fff;
}
@media (min-width: 1200px) {
  .page-header .header10.header-area .menu-header-icon > div {
    padding: 20px 0;
  }
  .page-header .header10.header-area .frame-fluid {
    padding-left: 3.15vw;
    padding-right: 3.15vw;
  }
  .page-header .header10.header-area .horizontal-menu {
    margin: 0 auto;
  }
  .page-header .header10.header-area .horizontal-menu .mgs-megamenu--main > ul > li > a {
    text-transform: uppercase;
    color: #fff;
    font-weight: 400;
  }
}
@media (max-width: 1199px) {
  .page-header .header10.header-area .middle-header .left-content {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .page-header .header10.header-area .middle-header .left-content .megamenu_action {
    margin-right: 10px;
  }
  .page-header .header10.header-area .megamenu_action_mb {
    color: #fff;
    font-size: 24px;
  }
}
@media (max-width: 575px) {
  .page-header .header10.header-area .customer-web-config .switcher .action {
    font-size: 12px;
  }
  .page-header .header10.header-area .conts-top-header .top-menu .action.theme-header-icon,
  .page-header .header10.header-area .conts-top-header .top-menu > a {
    font-size: 12px;
    line-height: 1;
  }
  .page-header .header10.header-area .menu-header-icon > div {
    padding: 15px 0;
  }
  .page-header .header10.header-area .menu-header-icon a.action.theme-header-icon .wishlist-icon i {
    font-size: 24px;
  }
  .page-header .header10.header-area .menu-header-icon a.action.showcart.theme-header-icon i {
    font-size: 28px;
  }
}
.page-header .header11 {
  background-color: #333;
  color: #fff;
}
.page-header .header11 .middle-header {
  border-bottom: 1px solid #444444;
}
.page-header .header11 .setting-site .actions .action.setting {
  color: #fff;
}
.page-header .header11.header-area .menu-header-icon > div + div {
  margin-left: 24px;
}
.page-header .header11.header-area .menu-header-icon > div {
  padding: 20px 0;
}
.page-header .header11.header-area .menu-header-icon a.action {
  color: #fff;
}
.page-header .header11.header-area .menu-header-icon a.action span.label {
  display: none;
}
.page-header .header11.header-area .menu-header-icon a.action.theme-header-icon i {
  font-size: 26px;
}
.page-header .header11.header-area .menu-header-icon a.action.theme-header-icon .wishlist-icon i {
  font-size: 26px;
}
.page-header .header11.header-area .menu-header-icon a.action.theme-header-icon.showcart i {
  font-size: 30px;
}
.page-header .header11 .conts-bottom-header .category-dropdown:before {
  position: absolute;
  content: '';
  right: 0;
  height: 100%;
  width: 1px;
  top: 0;
  background-color: #444;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.page-header .header11 .conts-bottom-header .account-links {
  position: relative;
  width: 275px;
  text-align: right;
}
.page-header .header11 .conts-bottom-header .account-links:before {
  position: absolute;
  content: '';
  left: 0;
  height: 100%;
  width: 1px;
  top: 0;
  background-color: #444;
}
.page-header .header11 .conts-bottom-header .account-links a.action.top-links {
  background-color: transparent;
  color: #fff;
  border: none;
}
.page-header .header11 .block-search .block-content {
  max-width: 570px;
}
.page-header .header11 .block-search .block-content input {
  line-height: 46px;
  height: 46px;
  border-color: #c96;
}
.page-header .header11 .block-search .block-content .action.search {
  min-width: 0;
  right: 0;
  width: 70px;
  padding: 0;
  line-height: 46px;
  background-color: #fcb941;
  color: #333;
}
.page-header .header11 .block-search .block-content .action.search:before {
  line-height: 1;
}
.page-header .header11 .bottom-header .mgs-megamenu--main > ul > li > a,
.page-header .header11 .bottom-header .category-dropdown .title-vertical-menu {
  color: #fff !important;
}
.page-header .header11 .conts-bottom-header {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.page-header .header11 .conts-bottom-header .category-dropdown .title-vertical-menu {
  padding: 14px 50px 15px 20px;
}
.page-header .header11 .conts-bottom-header .category-dropdown .title-vertical-menu:after {
  left: auto;
  right: 19px;
}
.page-header .header11 .header-top-links {
  display: none;
}
@media (max-width: 1199px) {
  .page-header .header11 .middle-header .left-content {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .page-header .header11 .middle-header .left-content .megamenu_action {
    margin-right: 10px;
  }
  .page-header .header11 .conts-bottom-header {
    display: none;
  }
  .page-header .header11 .header-top-links {
    display: block;
  }
}
.page-header .header11 .megamenu_action_mb {
  color: #fff;
}
.page-header .page-header .header-area:not(.header8) .action.showcart .label.subtotal {
  display: none;
}
@media (max-width: 1199.98px) {
  .page-header .active-sticky.start-stk.active-sticky-mb .elements-sticky-mb {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
    animation-name: fixedHeader;
    animation-duration: .4s;
    background-color: #fff;
    -webkit-box-shadow: 0 3px 6px rgba(51, 51, 51, 0.05);
    -moz-box-shadow: 0 3px 6px rgba(51, 51, 51, 0.05);
    box-shadow: 0 3px 6px rgba(51, 51, 51, 0.05);
  }
  .page-header .active-sticky.start-stk.active-sticky-mb.header2 .elements-sticky-mb,
  .page-header .active-sticky.start-stk.active-sticky-mb.header7 .elements-sticky-mb,
  .page-header .active-sticky.start-stk.active-sticky-mb.header4 .elements-sticky-mb,
  .page-header .active-sticky.start-stk.active-sticky-mb.header9 .elements-sticky-mb,
  .page-header .active-sticky.start-stk.active-sticky-mb.header10 .elements-sticky-mb,
  .page-header .active-sticky.start-stk.active-sticky-mb.header11 .elements-sticky-mb {
    background-color: #333;
  }
}
.header-absolute.cms-index-index:not(.active-builder) .page-wrapper .page-header {
  height: auto !important;
}
.header-absolute.cms-index-index:not(.active-builder) .page-wrapper .page-header .header-area {
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
}
.header.content {
  padding-top: 10px;
  position: relative;
}
.logo {
  display: block;
}
.logo img {
  display: block;
}
.page-print .logo {
  float: none;
}
.breadcrumbs .items {
  margin: 0 auto !important;
  padding: 0 10px;
}
.breadcrumbs .items .item {
  font-size: 14px;
}
.breadcrumbs .items .item a {
  color: #999;
}
.breadcrumbs .items .item > strong {
  color: #333;
  font-weight: 300;
}
.page-wrapper > .breadcrumbs {
  padding: 16px 0 13px;
  border-bottom: 1px solid rgba(235, 235, 235, 0.55);
}
.breadcrumbs .items .item {
  font-size: 14px;
}
.breadcrumbs .items .item a {
  color: #999;
}
.breadcrumbs .items .item strong {
  color: #333;
  font-weight: 300;
}
.breadcrumbs .items .item:not(:last-child):after {
  color: #999999;
  content: '\f112';
  font-family: "molla";
  font-size: 11px;
  vertical-align: middle;
  margin-top: -1px;
}
.page-main > .page-title-wrapper {
  padding: 0;
}
.page-main > .page-title-wrapper .page-title {
  display: block !important;
  text-align: center;
  font-size: 40px;
  font-weight: 400;
}
.page-main > .page-title-wrapper .page-title.ttbg-image {
  margin-bottom: 0;
  background-size: cover;
  background-repeat: no-repeat;
}
.page-main > .page-title-wrapper.layout_type1 {
  padding: 63px 0;
}
.page-main > .page-title-wrapper.layout_type1 .breadcrumbs {
  text-align: center;
}
.page-main > .page-title-wrapper.layout_type1 .breadcrumbs .items {
  margin: 0 auto;
  display: inline-block;
}
.page-main > .page-title-wrapper.layout_type2 {
  margin-bottom: 30px;
}
.page-main > .page-title-wrapper.layout_type2 .page-title.ttbg-image {
  padding: 50px 0;
}
.page-main > .page-title-wrapper.layout_type2 .breadcrumbs {
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(235, 235, 235, 0.55);
}
.page-main > .page-title-wrapper.layout_type2 .breadcrumbs .items {
  padding: 16px 10px 13px;
}
.page-main > .page-title-wrapper .status-order-account .breadcrumbs {
  margin-bottom: 0;
  border-bottom: none;
}
.page-main > .only-breadcrumbs {
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(235, 235, 235, 0.55);
}
.page-main > .only-breadcrumbs .breadcrumbs {
  margin: 0;
}
.page-main > .only-breadcrumbs .breadcrumbs .items {
  margin: 0 auto;
  padding: 14px 10px;
}
.page-main > .only-breadcrumbs.layout_type2 {
  margin-bottom: 0;
}
.page-main .category-product-actions.have-title .category-page-title {
  margin-bottom: 15px;
  padding-top: 23px;
}
.page-main .category-product-actions.have-title .category-page-title .category-title {
  font-size: 35px;
  margin: 0;
}
.action.skip:focus {
  background: #f0f0f0;
  padding: 10px;
  box-sizing: border-box;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 15;
}
.minicart-items .product-image-wrapper .product-image-photo {
  height: auto !important;
}
.message.global p {
  margin: 0;
}
.message.global.noscript,
.message.global.cookie {
  margin: 0 0 10px;
  padding: 10px 20px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #ffee9c;
  border-color: #d6ca8e;
  color: #333333;
  margin: 0;
}
.message.global.noscript a,
.message.global.cookie a {
  color: #1979c3;
}
.message.global.noscript a:hover,
.message.global.cookie a:hover {
  color: #006bb4;
}
.message.global.noscript a:active,
.message.global.cookie a:active {
  color: #ff5501;
}
.message.global.cookie {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  z-index: 3;
}
.message.global.cookie .actions {
  margin-top: 10px;
}
.message.global.demo {
  margin: 0 0 10px;
  padding: 10px 20px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #ff0101;
  border-color: none;
  color: #ffffff;
  margin-bottom: 0;
  text-align: center;
}
.message.global.demo a {
  color: #1979c3;
}
.message.global.demo a:hover {
  color: #006bb4;
}
.message.global.demo a:active {
  color: #ff5501;
}
.page-footer {
  margin-top: auto;
}
.footer.content {
  border-top: 1px solid #d1d1d1;
  margin-top: 25px;
  padding-bottom: 25px;
  padding-top: 25px;
}
.footer.content .links > li {
  margin: 0 0 8px;
}
.footer.content .switcher-store {
  margin: 0 0 30px;
}
.footer .copyright,
.footer .bugs {
  display: block;
  margin: 20px 0 0;
}
.widget {
  clear: both;
}
.page-header .widget.block,
.page-footer .widget.block {
  margin: 20px 0;
}
.ui-datepicker td {
  padding: 0;
}
header.page-header .header-area .setting-site.active:after {
  opacity: .7;
  visibility: visible;
}
header.page-header .header-area .setting-site.active .setting-site-content {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
}
img {
  max-width: 100%;
  height: auto;
}
.middle-footer {
  padding: 67px 0 22px;
  border-top: 1px solid #ebebeb;
}
.footer1 .middle-footer {
  padding-top: 45px;
  padding-bottom: 4px;
}
.widget-title {
  color: #333;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.1;
  letter-spacing: -.1px;
  margin-bottom: 20px;
}
.footer-logo {
  margin-bottom: 20px;
  margin-top: -8px;
  height: 25px;
}
.widget-about-info {
  font-weight: 400;
  font-size: 20px;
  letter-spacing: -.1px;
  line-height: 1.3;
  padding-top: 7px;
}
.widget-about-info .footer-payments {
  margin-top: 6px;
}
.widget-about-title {
  display: block;
  font-weight: 300;
  font-size: 13px;
  color: #333333;
  letter-spacing: 0;
  margin-bottom: 4px;
}
.footer-payments {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  text-align: center;
}
.footer-payments img {
  display: inline-block;
}
.footer2 .footer-payments {
  text-align: left;
}
.footer-copyright {
  margin-bottom: 10px;
  text-align: center;
}
.footer .widget {
  margin-bottom: 40px;
}
.footer .widget-about p {
  max-width: 260px;
}
.footer .widget-about p:last-of-type {
  margin-bottom: 22px;
}
.footer .widget-title {
  color: #333333;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: -.1px;
  margin-top: 0;
  margin-bottom: 19px;
}
.footer a {
  color: inherit;
}
.footer.content {
  border: none;
  padding: 0;
  margin-top: 0;
}
.footer.content .widget-list {
  margin-bottom: 0;
}
.footer.content .widget-list li:not(:last-child) {
  margin-bottom: 4px;
}
.footer.content .widget-list a {
  line-height: 26px;
}
.footer.content .footer-menu {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 8px;
  margin-left: auto;
  margin-right: auto;
}
.footer.content .footer-menu li {
  position: relative;
}
.footer.content .footer-menu li + li:before {
  content: '';
  display: inline-block;
  width: 1px;
  height: 12px;
  position: absolute;
  left: -11px;
  top: 50%;
  margin-top: -6px;
  background-color: #b5b5b5;
}
.footer.content .footer-menu a {
  -webkit-box-shadow: 0 1px 0 #b5b5b5;
  -moz-box-shadow: 0 1px 0 #b5b5b5;
  box-shadow: 0 1px 0 #b5b5b5;
}
.footer.content .footer-menu li + li {
  margin-left: 21px;
}
.footer .footer1 .widget-about p {
  max-width: unset;
}
.social-icons {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  flex-flow: row wrap;
  padding-top: 0;
}
.footer-dark .social-icons {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.social-icons-color,
.social-icons-simple {
  line-height: 1;
}
.bottom-footer .social-icons {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}
.social-label {
  margin-bottom: 0;
  margin-right: 20px;
}
.social-icon {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 16px;
  width: 40px;
  height: 40px;
  color: #999999;
  margin: 0;
  background-color: transparent;
  border: 1px solid #e1e2e6;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-decoration: none;
  opacity: 1;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.social-icon.social-facebook {
  color: #8f79ed;
}
.social-icon.social-twitter {
  color: #79c8ed;
}
.social-icon.social-instagram {
  color: #dd6d9a;
}
.social-icon.social-youtube {
  color: #e66262;
}
.social-icon.social-pinterest {
  color: #e66262;
}
.social-icons-color .social-icon,
.social-icons-simple .social-icon {
  width: auto;
  height: auto;
  border: none;
}
.social-icons-color .social-icon:not(:last-child),
.social-icons-simple .social-icon:not(:last-child) {
  margin-right: 20px;
}
.bottom-footer .social-icon {
  font-size: 13px;
}
.bottom-footer .frame,
.bottom-footer .frame-fluid {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-content: center;
  flex-direction: column;
  padding-top: 21px;
  padding-bottom: 29px;
}
.bottom-footer .frame:before,
.bottom-footer .frame-fluid:before {
  content: '';
  display: block;
  height: 1px;
  position: absolute;
  top: 0;
  left: 10px;
  right: 10px;
  background-color: #ebebeb;
}
.footer .bottom-footer .frame {
  padding-top: 22px;
  padding-bottom: 22px;
}
.frame-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.footer2 .widget-about p {
  max-width: 540px;
}
.input-group {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}
.form-control {
  display: block;
  background-clip: padding-box;
  height: 40px;
  padding: 8.5px 20px;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 300;
  color: #999999;
  background-color: #fafafa;
  border: 1px solid #ebebeb;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin-bottom: 20px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.input-group > .custom-file,
.input-group > .custom-select,
.input-group > .form-control,
.input-group > .form-control-plaintext {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}
.widget-newsletter form {
  padding-top: 7px;
}
.widget-newsletter .form-control {
  height: 46px;
  padding-top: 11.5px;
  padding-bottom: 11.5px;
  background-color: #fff;
  border-right-width: 0;
}
.widget-newsletter .form-control:not(:focus) {
  border-color: #dadada;
}
.widget-newsletter .btn {
  min-width: 46px;
  font-size: 15px;
  padding: 10px 1px;
}
.input-group > .custom-select:not(:last-child),
.input-group > .form-control:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group-append,
.input-group-prepend {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.input-group-append .btn,
.input-group-prepend .btn {
  position: relative;
  z-index: 1;
}
.input-group-append {
  margin-left: -1px;
}
.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:hover {
  color: #fff;
  background-color: #c96;
  border-color: #c96;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled),
.cart.table-wrapper .actions-toolbar > .action:not(:disabled),
.action-gift:not(:disabled) {
  cursor: pointer;
}
input {
  font-family: inherit;
}
.footer3 .widget-about p:last-of-type {
  margin-bottom: 12px;
}
.footer3 .widget-call {
  position: relative;
  font-size: 13px;
  padding: 21px 20px 16px 70px;
  border: 1px solid #ebebeb;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  line-height: 1.25;
  max-width: 270px;
}
.footer3 .widget-call i {
  display: inline-block;
  color: #fcb941;
  font-size: 30px;
  line-height: 1;
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.footer3 .widget-call a {
  display: block;
  font-weight: 400;
  font-size: 20px;
  color: #333333;
}
.footer3 .widget-list a {
  position: relative;
}
.footer3 .widget-list a:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #fcb941;
  -webkit-transform-origin: right center;
  -moz-transform-origin: right center;
  -ms-transform-origin: right center;
  -o-transform-origin: right center;
  transform-origin: right center;
  -webkit-transform: scale(0, 1);
  -moz-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  -o-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
}
.footer3 .widget-list a:hover:before,
.footer3 .widget-list a:focus:before {
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}
.footer3 .middle-footer {
  border-top: none;
  padding-bottom: 30px;
}
.footer3 .bottom-footer .frame {
  padding: 17.5px 10px;
}
.footer1 .widget-about-info a,
.footer1 a:hover,
.footer1 a:focus {
  color: #a6c76c;
}
.footer2 .widget-about-info a,
.footer2 a:hover,
.footer2 a:focus {
  color: #c96;
}
.footer3 a:hover,
.footer3 a:focus {
  color: #fcb941;
}
.footer4 a:hover,
.footer4 a:focus {
  color: #445f84;
}
.footer4 .social-icon {
  margin-top: 10px;
}
.footer4 .social-icon:hover,
.footer4 .social-icon:focus {
  color: #445f84;
  border-color: #445f84;
}
.footer4 .social-icon:not(:last-child) {
  margin-right: 10px;
}
.footer4 .bottom-footer .frame {
  padding: 21px 10px 29px 10px;
}
.footer .footer6 .middle-footer {
  padding: 67px 0 3px;
}
.footer .footer6 .social-icons-block {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-flow: row wrap;
}
.footer .footer6 .social-icons-block a.social-item {
  font-size: 16px;
  width: 40px;
  height: 40px;
  color: #777;
  margin: 0;
  background-color: transparent;
  border-radius: 50%;
  text-decoration: none;
  opacity: 1;
  transition: all .35s ease;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.footer .footer6 .social-icons-block a.social-item:hover {
  color: #222 !important;
  background-color: #fff !important;
}
.footer .footer6 .social-icons-block a.social-item:not(:last-child) {
  margin-right: 10px;
}
.footer .footer6 .social-icons-block:hover,
.footer .footer6 .social-icons-block:focus {
  color: #445f84;
  border-color: #445f84;
}
.footer .footer6 .social-icons-block:not(:last-child) {
  margin-right: 10px;
}
.footer .footer6 .bottom-footer .frame {
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 50px;
  padding-bottom: 32px;
}
.footer .footer6 .bottom-footer .frame .footer-payments {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 30px;
}
.footer .footer6 .bottom-footer .frame .footer-copyright {
  margin-top: 22px;
  font-size: 13px;
  font-weight: 400;
}
@media screen and (max-width: 575px) {
  .footer .footer6 .middle-footer {
    text-align: center;
  }
  .footer .footer6 .middle-footer .widget-about p {
    margin: 0 auto;
  }
  .footer .footer6 .middle-footer .social-icons-block {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.footer-dark {
  background-color: #333333;
}
.footer-dark .bottom-footer .frame:before {
  background-color: #525455;
}
.footer-dark .widget-title {
  color: #fff;
}
.footer-dark .social-icon:hover,
.footer-dark .social-icon:focus {
  color: #fff;
}
.footer-dark .middle-footer {
  border-top-width: 0;
}
.form-control:focus {
  color: #999999;
  background-color: #fff;
  border-color: #c96;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: none !important;
}
@media screen and (max-width: 767px) {
  .widget-about-info .col-tb-4:not(:last-child) {
    margin-bottom: 10px;
  }
  .footer3 .frame {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.parent_lazy:not(.lazy_loaded) {
  border: 1px solid #eaeaea !important;
  background-image: url("../../frontend/Mgs/molla/de_DE/images/loader-2.gif") !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: unset !important;
  display: block;
  min-width: 100%;
  background-color: #fff;
}
.mgs-promobanner.promobanner .parent_lazy {
  position: relative;
}
.intro-slider .page-header-sliders.loading::before {
  content: "";
  background-image: url('../../frontend/Mgs/molla/de_DE/images/loader-2.gif');
  background-position: center center;
  background-size: 100%;
  background-repeat: no-repeat;
  display: block;
  width: 38px;
  height: 38px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 10000;
}
.intro-slider .page-header-sliders.loading::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #eaeaea;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 99;
}
.mgs-product-tab .data.item.title + .content.div-loading {
  min-height: 400px;
  position: relative;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.mgs-product-tab .data.item.title + .content.div-loading::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: #fff;
  z-index: 111;
}
.mgs-product-tab .data.item.title + .content.div-loading::after {
  background-image: url('../../frontend/Mgs/molla/de_DE/images/loader-2.gif');
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 36px;
  height: 36px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 111;
}
.top-wishlist .block.block-wishlist .product-item .product-item-info .product-item-details .product-item-actions .action.quickview {
  display: none;
}
.review-add .review-field-ratings .review-field-rating .review-control-vote {
  overflow: inherit;
}
@media (max-width: 768px) {
  .logo .default-logo {
    display: none;
  }
  .logo .sticky-logo {
    display: block;
  }
}
@media (min-width: 768px) {
  .logo .sticky-logo {
    display: none;
  }
  .logo .default-logo {
    display: block;
  }
}
@media (min-width: 768px) {
  .header-area.start-stk .logo.exits-lg-stk .default-logo {
    display: none;
  }
}
.header-absolute.cms-index-index.use-builder .page-wrapper .page-header .header-area {
  top: 33px;
}
@media (min-width: 1200px) {
  .header1 .category-dropdown .title-vertical-menu {
    display: flex;
    align-items: center;
  }
  .header1 .conts-bottom-header .default-logo {
    display: none !important;
  }
}
@media (max-width: 1200px) and (min-width: 768px) {
  .header-area .megamenu_action_mb {
    margin-right: 20px;
  }
}
.page-header .header1 .conts-bottom-header .banner-sale {
  max-width: 400px;
}
.account .table-wrapper .data.table.wishlist > thead > tr > th,
.account .table-wrapper .data.table.wishlist > tbody > tr > th,
.account .table-wrapper .data.table.wishlist > tfoot > tr > th,
.account .table-wrapper .data.table.wishlist > thead > tr > td,
.account .table-wrapper .data.table.wishlist > tbody > tr > td,
.account .table-wrapper .data.table.wishlist > tfoot > tr > td {
  border-top: 1px solid #d1d1d1;
}
.account .table-wrapper .data.table.wishlist > caption + thead > tr:first-child > th,
.account .table-wrapper .data.table.wishlist > colgroup + thead > tr:first-child > th,
.account .table-wrapper .data.table.wishlist > thead:first-child > tr:first-child > th,
.account .table-wrapper .data.table.wishlist > caption + thead > tr:first-child > td,
.account .table-wrapper .data.table.wishlist > colgroup + thead > tr:first-child > td,
.account .table-wrapper .data.table.wishlist > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.account .table-wrapper .data.table.wishlist > tbody + tbody {
  border-top: 1px solid #d1d1d1;
}
.account .table-wrapper .data.table.wishlist thead > tr > th {
  border-bottom: 0;
}
.account .table-wrapper .data.table.wishlist tbody > tr:last-child > td {
  border-bottom: 1px solid #d1d1d1;
}
.account .table-wrapper .data.table.wishlist .product.name {
  display: inline-block;
  margin-bottom: 10px;
}
.account .table-wrapper .data.table.wishlist .box-tocart {
  margin: 10px 0;
}
.account .table-wrapper .data.table.wishlist .box-tocart .qty {
  vertical-align: middle;
}
.account .table-wrapper .data.table.wishlist .col.item {
  width: 50%;
}
.account .table-wrapper .data.table.wishlist .col.photo {
  max-width: 150px;
}
.account .table-wrapper .data.table.wishlist .col.selector {
  max-width: 15px;
}
.account .table-wrapper .data.table.wishlist textarea {
  margin: 10px 0;
}
.account .table-wrapper .data.table.wishlist .input-text.qty {
  margin-bottom: 10px;
}
.account .table-wrapper .data.table.wishlist .action.primary,
.account .table-wrapper .data.table.wishlist .amshopby-button,
.account .table-wrapper .data.table.wishlist .am-filter-go {
  vertical-align: top;
}
.account .table-wrapper .data.table.wishlist .price {
  font-weight: 700;
}
.block-wishlist .product-item-name {
  margin-right: 25px;
}
.products-grid.wishlist .product-item-photo {
  display: block;
  margin-bottom: 10px;
}
.products-grid.wishlist .product-item-name {
  margin-top: 0;
}
.products-grid.wishlist .product-item .price-box {
  margin: 0;
}
.products-grid.wishlist .product-item-comment {
  display: block;
  height: 42px;
  margin: 10px 0;
}
.products-grid.wishlist .product-item-actions > * {
  margin-right: 15px;
}
.products-grid.wishlist .product-item-actions > *:last-child {
  margin-right: 0;
}
.products-grid.wishlist .product-item .box-tocart input.qty {
  height: 32px;
}
.products-grid.wishlist .product-item-actions .btn-remove:after {
  font-family: "molla";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  content: '\f191';
}
.products-grid.wishlist .product-item-actions .btn-remove {
  border: 0;
  padding: 0;
  min-width: unset;
  background: transparent;
}
.products-grid.wishlist .product-item-actions .btn-remove span {
  display: none;
}
.products-grid.wishlist .product-item-actions .action.tocart:before {
  font-family: "molla";
  margin-right: 10px;
  content: '\e812';
  font-size: 18px;
  margin-left: 0;
}
.products-grid.wishlist .product-item-actions .btn-product span {
  color: inherit;
}
.products-grid.wishlist .product-item-inner {
  display: flex;
  align-items: center;
}
.products-grid.wishlist .product-item-inner .box-tocart {
  width: 100%;
}
.products-grid.wishlist .product-item-inner .box-tocart .field.qty {
  margin-bottom: 10px;
}
.products-grid.wishlist .product-item-inner .box-tocart .field.qty .label {
  display: inline-block;
  width: 67px;
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 0;
  color: #666;
  text-align: left;
}
.products-grid.wishlist .product-item-inner .box-tocart .field.qty .label:after {
  content: ':';
}
.products-grid.wishlist .product-item-inner .box-tocart .field.qty .control {
  position: relative;
  display: inline-block;
}
.products-grid.wishlist .product-item-inner .box-tocart .field.qty .control .input-text {
  padding: 8.5px 26px;
  height: auto;
  border-color: #dadada;
  background-color: #fff;
  margin: 0;
  width: 52px;
  text-align: center;
  min-width: 100px;
}
.products-grid.wishlist .product-item-inner .box-tocart .field.qty .control .minus,
.products-grid.wishlist .product-item-inner .box-tocart .field.qty .control .plus {
  position: absolute;
  top: 0;
  color: #333333;
  padding: 12.5px 4px;
  font-size: 10px;
  border: none;
  background: none;
  min-width: 26px;
}
.products-grid.wishlist .product-item-inner .box-tocart .field.qty .control .minus {
  left: 0;
}
.products-grid.wishlist .product-item-inner .box-tocart .field.qty .control .plus {
  right: 0;
}
.products-grid.wishlist .product-item-inner .box-tocart .field.qty .control > button:hover,
.products-grid.wishlist .product-item-inner .box-tocart .field.qty .control > .cart.table-wrapper .actions-toolbar > .action:hover,
.products-grid.wishlist .product-item-inner .box-tocart .field.qty .control > .action-gift:hover {
  color: #c96;
}
.products-grid.wishlist .product-item-inner .action.tocart {
  display: inline-block;
  height: 40px;
  padding: 5.5px 15px;
  font-size: 13px;
  text-transform: uppercase;
  line-height: 26px !important;
}
.products-grid.wishlist .product-item-inner .action.tocart span {
  opacity: unset;
}
.products-grid.wishlist .product-item-inner .product-item-actions {
  margin: 0;
}
.products-grid.wishlist .table.table-wishlist .product-item-name {
  display: inline-block;
  color: #333;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.25;
  margin: 0;
  text-align: left;
}
.products-grid.wishlist .table th,
.products-grid.wishlist .table > thead > tr > th,
.products-grid.wishlist .table > tbody > tr td {
  border-top: none;
  border-bottom: 1px solid #ebebeb;
}
.products-grid.wishlist table tr th {
  font-size: 14px;
  font-weight: 400;
  color: #999;
  text-transform: inherit;
  padding: 15px;
}
.products-grid.wishlist .product {
  display: flex;
  align-items: center;
  margin: 0;
  padding-right: 20px;
  box-shadow: none;
}
.products-grid.wishlist .product .product-media {
  display: block;
  margin: 0;
  margin-right: 28px;
  flex-shrink: 0;
  max-width: 60px;
  position: relative;
  overflow: hidden;
  flex: 0 0 60px;
}
.products-grid.wishlist .product-item-photo {
  margin-bottom: 0;
}
.products-grid.wishlist .table td {
  padding-top: 30px;
  padding-bottom: 30px;
  vertical-align: middle;
}
.products-grid.wishlist .price-box {
  margin: 0;
}
.products-grid.wishlist .price-box .price {
  color: #333;
}
.products-grid.wishlist .table.table-wishlist .product-item-inner .box-tocart .fieldset {
  margin-bottom: 0;
}
.products-grid.wishlist .stock {
  font-weight: 400;
  font-size: 16px;
  line-height: 29px;
}
.products-grid.wishlist .stock.available {
  color: #a6c76c;
}
.products-grid.wishlist .stock.unavailable {
  color: #ef837b;
}
.products-grid.wishlist .btn.disabled {
  opacity: 1 !important;
  color: #cccccc !important;
  cursor: default;
  pointer-events: none;
  background-color: #fafafa !important;
  border-color: #ebebeb !important;
}
.products-grid.wishlist .product-image-container {
  width: 100%;
}
.products-grid.wishlist .tocart.disabled::before {
  display: none;
}
@media (max-width: 639px) {
  .custom.account .table.table-wishlist tbody tr td::before {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .products-grid.wishlist .product-item-photo {
    float: unset;
    margin: 0;
  }
}
@media screen and (max-width: 991px) {
  .products-grid.wishlist .table.table-wishlist,
  .products-grid.wishlist .table.table-wishlist tbody,
  .products-grid.wishlist .table.table-wishlist tr,
  .products-grid.wishlist .table.table-wishlist td {
    width: 100% !important;
    display: block !important;
  }
  .products-grid.wishlist .table.table-wishlist {
    border: 1px solid #ebebeb;
  }
  .products-grid.wishlist .table.table-wishlist thead {
    display: none !important;
  }
  .products-grid.wishlist .table.table-wishlist tr {
    position: relative;
    padding-top: 42px;
    padding-bottom: 40px;
  }
  .products-grid.wishlist .table.table-wishlist tr td {
    text-align: center;
    padding: 1px 30px;
    border-bottom: none;
  }
  .products-grid.wishlist .table.table-wishlist tr:not(:last-child) {
    border-bottom: 1px solid #ebebeb;
  }
  .products-grid.wishlist .table.table-wishlist .product {
    padding-bottom: 6px;
  }
  .products-grid.wishlist .product {
    justify-content: center;
  }
  .products-grid.wishlist .product-item-actions .btn-remove {
    position: absolute;
    right: 15px;
    top: 5px;
    padding: 5px !important;
    width: auto !important;
  }
  .products-grid.wishlist .product-item-inner .box-tocart {
    padding-top: 15px;
  }
  .products-grid.wishlist .product-item-inner .box-tocart .field.qty {
    justify-content: center;
    display: flex;
    align-items: center;
  }
}
.sidebar .block-addbysku .fieldset {
  margin: 0;
}
.sidebar .block-addbysku .fieldset .fields {
  position: relative;
}
.sidebar .block-addbysku .fieldset .fields .field {
  display: inline-block;
  margin-bottom: 10px;
  vertical-align: top;
}
.sidebar .block-addbysku .fieldset .fields .field.sku {
  margin-right: -85px;
  padding-right: 90px;
  width: 100%;
}
.sidebar .block-addbysku .fieldset .fields .field.qty .qty + .mage-error {
  width: 80px;
}
.sidebar .block-addbysku .fieldset .fields .actions-toolbar {
  position: absolute;
  right: 0;
  top: 6px;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar {
  margin-bottom: 20px;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar .primary {
  text-align: left;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar .primary .action {
  width: auto;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar .secondary {
  float: none;
  text-align: left;
}
.sidebar .block-addbysku .action.add {
  display: inline-block;
  text-decoration: none;
  line-height: normal;
  padding: 2px 0;
  width: auto;
}
.sidebar .block-addbysku .action.add > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sidebar .block-addbysku .action.add:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 31px;
  line-height: 22px;
  color: inherit;
  content: '\e61c';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.sidebar .block-addbysku .action.add:hover:before {
  color: inherit;
}
.sidebar .block-addbysku .action.add:active:before {
  color: inherit;
}
.sidebar .block-addbysku .action.links {
  display: inline-block;
  margin: 20px 0 0;
}
.sidebar .block-addbysku .action.reset {
  display: block;
  margin: 10px 0;
}
.sidebar .block-addbysku .action.remove {
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
}
.sidebar .block-addbysku .action.remove > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sidebar .block-addbysku .action.remove:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 22px;
  color: inherit;
  content: '\e616';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.sidebar .block-addbysku .action.remove:hover:before {
  color: inherit;
}
.sidebar .block-addbysku .action.remove:active:before {
  color: inherit;
}
.sidebar .block-addbysku .action.remove:focus,
.sidebar .block-addbysku .action.remove:active {
  background: none;
  border: none;
}
.sidebar .block-addbysku .action.remove:hover {
  background: none;
  border: none;
}
.sidebar .block-addbysku .action.remove.disabled,
.sidebar .block-addbysku .action.remove[disabled],
fieldset[disabled] .sidebar .block-addbysku .action.remove {
  pointer-events: none;
  opacity: 0.5;
}
.block-banners .banner-item,
.block-banners-inline .banner-item {
  display: block;
}
.block-banners .banner-item-content,
.block-banners-inline .banner-item-content {
  margin-bottom: 20px;
}
.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: 20px;
}
.block-product-link-inline.widget {
  margin: 0;
}
.block.widget .products-grid .product-item {
  margin-left: 2%;
  width: calc((100% - 2%) / 2);
}
.block.widget .products-grid .product-item:nth-child(2n + 1) {
  margin-left: 0;
}
.block.widget .product-item-info {
  width: auto;
}
.block.widget .pager {
  padding: 0;
}
.block.widget .pager .toolbar-amount {
  float: none;
  font-size: 1.2rem;
}
.block.widget .pager .pages-item-previous {
  padding-left: 0;
}
.block.widget .pager .pages-item-next {
  position: relative;
}
.block.widget .pager .items {
  white-space: nowrap;
}
.columns .block-event {
  position: relative;
  z-index: 2;
}
.block-event .block-content {
  position: relative;
}
.block-event .block-content > .action {
  cursor: pointer;
  margin-top: -6px;
  position: absolute;
  top: 50%;
  z-index: 3;
}
.block-event .block-content > .action.backward,
.block-event .block-content > .action.forward {
  opacity: .5;
  overflow: hidden;
  width: 20px;
  display: inline-block;
  text-decoration: none;
}
.block-event .block-content > .action.backward > span,
.block-event .block-content > .action.forward > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.block-event .block-content > .action.backward:before,
.block-event .block-content > .action.forward:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 55px;
  line-height: 30px;
  color: inherit;
  content: '\e617';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block-event .block-content > .action.backward:before,
.block-event .block-content > .action.forward:before {
  margin-left: -15px;
}
.block-event .block-content > .action.backward {
  left: 0;
}
.block-event .block-content > .action.forward {
  right: 0;
}
.block-event .block-content > .action.forward:before {
  content: '\e608';
}
.block-event .block-content > .action.forward:before {
  margin-left: -20px;
}
.block-event .block-content > .action.inactive {
  cursor: default;
  display: none;
}
.block-event .block-content > .action:hover {
  opacity: 1;
}
.block-event .slider-panel {
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.block-event .slider-panel .slider {
  white-space: nowrap;
}
.block-event .slider-panel .slider .item {
  background: #f0f0f0;
  display: inline-block;
  text-align: center;
  vertical-align: top;
  white-space: normal;
  width: 16.35%;
}
.sidebar-main .block-event .slider-panel .slider .item,
.sidebar-additional .block-event .slider-panel .slider .item {
  width: 100%;
}
.block-event .slider-panel .slider .item img {
  max-width: 100%;
}
.block-event .slider-panel .slider .item .category-name {
  display: inline-block;
  font-size: 1.8rem;
  padding: 15px 5px 0;
  word-break: break-all;
}
.block-event .slider-panel .slider .item .ticker {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.block-event .slider-panel .slider .item .ticker li {
  display: none;
  margin: 0 5px;
}
.block-event .slider-panel .slider .item .ticker .value {
  font-size: 2.6rem;
  font-weight: 300;
}
.block-event .slider-panel .slider .item .ticker .label {
  display: block;
  font-size: 1.3rem;
}
.block-event .slider-panel .slider .item .dates {
  font-weight: 300;
}
.block-event .slider-panel .slider .item .dates .start,
.block-event .slider-panel .slider .item .dates .end,
.block-event .slider-panel .slider .item .dates .date {
  display: block;
}
.block-event .slider-panel .slider .item .dates .start:after {
  font-size: 1.8rem;
  content: '\2013';
  display: block;
}
.block-event .slider-panel .slider .item .dates .date {
  font-size: 1.8rem;
  font-weight: 300;
}
.block-event .slider-panel .slider .item .dates .time {
  font-size: 1.3rem;
}
.block-event .slider-panel .slider .item .box-event .box-content {
  padding: 5px 0 10px;
}
.block-event .slider-panel .slider .item .box-event .box-title {
  display: block;
  font-weight: 300;
  margin: 10px 0 0;
}
.block-event .slider-panel .slider .item .action.show {
  display: block;
  padding: 0;
}
.block-event .slider-panel .slider .item .action.show .category.name {
  display: inline-block;
  padding: 30px 10px 0;
}
.block-event .slider-panel .slider .item .action.show img {
  display: block;
}
.block-event .slider-panel .slider .item .action.event {
  background-image: none;
  background: #1979c3;
  border: 1px solid #1979c3;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'popins';
  font-weight: 700;
  padding: 7px 15px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  margin-top: 15px;
}
.block-event .slider-panel .slider .item .action.event:focus,
.block-event .slider-panel .slider .item .action.event:active {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
.block-event .slider-panel .slider .item .action.event:hover {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
.block-event .slider-panel .slider .item .action.event.disabled,
.block-event .slider-panel .slider .item .action.event[disabled],
fieldset[disabled] .block-event .slider-panel .slider .item .action.event {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.block-event .slider-panel .slider .item .action.event:hover {
  text-decoration: none;
}
.block-static-block.widget,
.block-cms-link.widget {
  margin-bottom: 20px;
}
.links .block-static-block.widget,
.links .block-cms-link.widget {
  margin-bottom: 0;
}
.block-cms-link-inline.widget {
  margin: 0;
}
.block-wishlist-search .form-wishlist-search {
  margin: 20px 0 0;
}
.block-cms-hierarchy-link.widget {
  display: block;
  margin-bottom: 20px;
}
.block-cms-hierarchy-link-inline.widget {
  margin: 0;
}
@media only screen and (max-width: 769px) {
  .field-tooltip .field-tooltip-content {
    right: -10px;
    top: 40px;
    left: auto;
  }
}
@media only screen and (max-width: 768px) {
  .abs-button-responsive-smaller,
  .product-info-main .box-tocart .actions .action.tocart {
    width: 100%;
  }
  .abs-visually-hidden-mobile-m {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-mobile-m:before,
  .abs-add-clearfix-mobile-m:after,
  .form-create-return .fieldset > .actions-toolbar:before,
  .form-create-return .fieldset > .actions-toolbar:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-mobile-m:after,
  .form-create-return .fieldset > .actions-toolbar:after {
    clear: both;
  }
  .abs-icon-add-mobile,
  .block-wishlist-management .wishlist-add.item .add {
    display: block;
    text-decoration: none;
  }
  .abs-icon-add-mobile:before,
  .block-wishlist-management .wishlist-add.item .add:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    line-height: 10px;
    color: inherit;
    content: '\e61c';
    font-family: 'icons-blank-theme';
    margin: 0 5px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .abs-toggling-title-mobile,
  .block-wishlist-management .wishlist-select .wishlist-name {
    border-bottom: 1px solid #d1d1d1;
    border-top: 1px solid #d1d1d1;
    cursor: pointer;
    margin-bottom: 0;
    padding: 10px 40px 10px 15px;
    position: relative;
    display: block;
    text-decoration: none;
  }
  .abs-toggling-title-mobile:after,
  .block-wishlist-management .wishlist-select .wishlist-name:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 28px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .abs-toggling-title-mobile:after,
  .block-wishlist-management .wishlist-select .wishlist-name:after {
    position: absolute;
    right: 10px;
    top: 0;
  }
  .abs-toggling-title-mobile.active:after,
  .block-wishlist-management .wishlist-select .wishlist-name.active:after {
    content: '\e621';
  }
  .abs-pager-toolbar-mobile .toolbar-amount,
  .abs-pager-toolbar-mobile .limiter,
  .abs-pager-toolbar-mobile .pages,
  .toolbar-wishlist-results .toolbar-amount,
  .toolbar-wishlist-results .limiter,
  .toolbar-wishlist-results .pages {
    float: none;
    margin-bottom: 25px;
  }
  .abs-shopping-cart-items-mobile .actions,
  .cart-container .form-cart .actions {
    text-align: center;
  }
  .abs-shopping-cart-items-mobile .action.update,
  .abs-shopping-cart-items-mobile .action.continue,
  .abs-shopping-cart-items-mobile .action.clear,
  .cart-container .form-cart .action.update,
  .cart-container .form-cart .action.continue,
  .cart-container .form-cart .action.clear {
    margin: 0 auto 10px;
  }
  .abs-shopping-cart-items-mobile .action.update,
  .abs-shopping-cart-items-mobile .action.clear,
  .cart-container .form-cart .action.update,
  .cart-container .form-cart .action.clear {
    display: block;
  }
  .abs-checkout-tooltip-content-position-top-mobile,
  .field-tooltip .field-tooltip-content {
    right: -10px;
    top: 40px;
    left: auto;
  }
  .abs-checkout-tooltip-content-position-top-mobile:before,
  .abs-checkout-tooltip-content-position-top-mobile:after,
  .field-tooltip .field-tooltip-content:before,
  .field-tooltip .field-tooltip-content:after {
    border: 10px solid transparent;
    height: 0;
    width: 0;
    margin-top: -21px;
    right: 10px;
    left: auto;
    top: 0;
  }
  .abs-checkout-tooltip-content-position-top-mobile:before,
  .field-tooltip .field-tooltip-content:before {
    border-bottom-color: #999999;
  }
  .abs-checkout-tooltip-content-position-top-mobile:after,
  .field-tooltip .field-tooltip-content:after {
    border-bottom-color: #f4f4f4;
    top: 1px;
  }
  .account .page-main,
  .cms-privacy-policy .page-main {
    padding-top: 41px;
    position: relative;
  }
  .product.data.items {
    margin: 0;
    padding: 0;
  }
  .product.data.items > .item.title {
    box-sizing: border-box;
    float: none;
    width: 100%;
  }
  .product.data.items > .item.title > .switch {
    display: block;
  }
  .product.data.items > .item.content {
    box-sizing: border-box;
    display: block;
    float: none;
    margin: 0;
  }
  .product.data.items > .item.content:before,
  .product.data.items > .item.content:after {
    content: '';
    display: table;
  }
  .product.data.items > .item.content:after {
    clear: both;
  }
  .product.data.items > .item.content.active {
    display: block;
  }
  .product.data.items > .item.title {
    margin: 0 0 5px;
  }
  .product.data.items > .item.title > .switch {
    background: #f0f0f0;
    border-bottom: 1px solid #d1d1d1;
    border-left: 1px solid #d1d1d1;
    border-right: 1px solid #d1d1d1;
    border-top: 1px solid #d1d1d1;
    height: 40px;
    padding: 5px 20px 5px 20px;
    font-weight: 600;
    line-height: 40px;
    font-size: 1.8rem;
    color: #7d7d7d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:visited {
    color: #7d7d7d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:hover {
    color: #7d7d7d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:active {
    color: #333333;
    text-decoration: none;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:focus,
  .product.data.items > .item.title:not(.disabled) > .switch:hover {
    background: #fcfcfc;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:active,
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    background: #ffffff;
    color: #333333;
    text-decoration: none;
    padding-bottom: 5px;
  }
  .product.data.items > .item.content {
    background: #ffffff;
    border: 1px solid #d1d1d1;
    margin: 0 0 5px;
    padding: 20px 20px 20px 20px;
  }
  .product.data.items .data.item {
    display: block;
  }
  .product.data.items .item.title > .switch {
    padding: 1px 15px 1px;
  }
  .product.data.items > .item.content {
    padding: 10px 15px 30px;
  }
  .modal-popup.modal-slide {
    left: 44px;
    z-index: 900;
  }
  .modal-popup.modal-slide._show .modal-inner-wrap {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .modal-popup.modal-slide .modal-inner-wrap {
    height: 100%;
    overflow-y: auto;
    position: static;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    width: auto;
  }
  .modal-popup.modal-slide .modal-inner-wrap {
    margin: 0;
    max-height: 90vh;
    /** iOS webkit fix height problem when added long content **/
  }
  .custom-slide {
    bottom: 0;
    left: 0;
    min-width: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0s .3s, opacity .3s ease;
    transition: visibility 0s .3s, opacity .3s ease;
    left: 44px;
    z-index: 900;
  }
  .custom-slide._show {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
  }
  .custom-slide._show .modal-inner-wrap {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .custom-slide .modal-inner-wrap {
    background-color: #ffffff;
    box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
    opacity: 1;
    pointer-events: auto;
  }
  .custom-slide._show .modal-inner-wrap {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .custom-slide .modal-inner-wrap {
    height: 100%;
    overflow-y: auto;
    position: static;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    width: auto;
  }
  .custom-slide._show {
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .custom-slide .modal-inner-wrap {
    background-color: #f4f4f4;
    box-sizing: border-box;
    height: auto;
    min-height: 100%;
  }
  body._has-modal-custom {
    height: 100vh;
    overflow: hidden;
    width: 100vw;
  }
  body._has-modal-custom .modal-custom-overlay {
    background-color: rgba(51, 51, 51, 0.55);
  }
  .modal-popup {
    pointer-events: auto;
  }
  .modal-popup.modal-slide .modal-inner-wrap[class] {
    background-color: #f4f4f4;
  }
  .modal-popup.modal-slide._inner-scroll._show {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
  }
  .modal-popup.modal-slide._inner-scroll .modal-inner-wrap {
    height: auto;
    min-height: 100%;
  }
  .modal-popup .modal-title {
    font-size: 14px;
    font-weight: 700;
  }
  .lac-notification {
    padding: 5px 0;
  }
  .lac-notification .lac-notification-icon {
    display: none;
  }
  .lac-notification .lac-notification-text,
  .lac-notification .lac-notification-links {
    float: none;
    padding: 5px 0;
    text-align: center;
  }
  .pagebuilder-banner-wrapper {
    background-attachment: scroll !important;
  }
  .pagebuilder-banner-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
    max-width: none;
  }
  .pagebuilder-column {
    background-attachment: scroll !important;
    flex-basis: 100%;
    max-width: 100%;
  }
  .pagebuilder-column-group {
    flex-wrap: wrap;
  }
  .pagebuilder-column-line {
    flex-wrap: wrap;
  }
  [data-content-type='row'][data-appearance='contained'] [data-element='inner'] {
    background-attachment: scroll !important;
  }
  [data-content-type='row'][data-appearance='full-bleed'] {
    background-attachment: scroll !important;
  }
  [data-content-type='row'][data-appearance='full-width'] {
    background-attachment: scroll !important;
  }
  .pagebuilder-slide-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
    max-width: none;
  }
  [data-content-type='tab-item'] {
    background-attachment: scroll !important;
  }
  .pagebuilder-mobile-hidden {
    display: none !important;
  }
  .amreview-widget-container .slick-dots button,
  .amreview-widget-container .slick-dots .cart.table-wrapper .actions-toolbar > .action,
  .amreview-widget-container .slick-dots .action-gift {
    border: 1px solid #cccccc;
  }
  div[data-role='am-banners-lite'] {
    order: -2;
  }
  .am-checkout .product-item .product-item-inner {
    flex-direction: column;
  }
  .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;
  }
  .checkout-container .opc-estimated-wrapper {
    margin-top: 10px;
  }
  .checkout-container .authentication-wrapper {
    margin-top: -12px;
  }
  .amscroll-backtotop-block.-mobile-arrow {
    padding: 0;
    width: 50px;
    height: 50px;
    border-radius: 100px;
  }
  .amscroll-backtotop-block.-mobile-arrow:before {
    border-radius: 100px;
  }
  .amscroll-backtotop-block.-mobile-arrow:after {
    width: 14px;
    height: 28px;
    background: url('../../frontend/Mgs/molla/de_DE/Amasty_Scroll/images/arrow.svg');
  }
  .amscroll-backtotop-block.-mobile-arrow .amscroll-text {
    display: none;
  }
  .amscroll-backtotop-block.-mobile-text {
    padding-right: 7px;
    border-radius: 100px;
    transform: rotate(-90deg) translate(60px, 60px);
  }
  .amscroll-backtotop-block.-mobile-text:before {
    border-radius: 100px;
  }
  .amscroll-backtotop-block.-mobile-text:after {
    width: 24px;
    height: 24px;
    background: url('../../frontend/Mgs/molla/de_DE/Amasty_Scroll/images/chevron.svg');
  }
  .am-porto-cmtb .filter.active .filter-current.filter-current.amshopby-filter-current + .block-actions {
    top: 187px;
    border: none;
    border-radius: inherit;
    background: #fff;
    box-shadow: none;
  }
  .am-porto-cmtb .filter.active .filter-current.amshopby-filter-current {
    padding: 17px 30px;
    height: 140px;
  }
  .am-porto-cmtb .filter.active .filter-current.amshopby-filter-current ~ .filter-options {
    top: 221px;
  }
  .am-porto-cmtb .filter.active .filter-current.amshopby-filter-current .items {
    padding: 15px;
    border-width: 1px;
  }
  .am-porto-cmtb .filter.active .filter-current.amshopby-filter-current .filter-current-subtitle {
    display: block;
    padding: 10px 15px;
  }
  .am-porto-cmtb .filter.active .block-category-list .block-title,
  .am-porto-cmtb .filter.active .filter-options-title,
  .am-porto-cmtb .filter.active .filter .filter-current-subtitle,
  .am-porto-cmtb .filter.active .block-category-list .block-content,
  .am-porto-cmtb .filter.active .filter-options-content {
    padding-left: 15px;
    padding-right: 15px;
  }
  .am-porto-cmtb .filter.active .filter-options-title:after {
    right: 15px;
  }
  .filter-options-content .am-ranges .items.-am-multiselect .item [class*='am-filter-item'] {
    padding-left: 35px;
  }
  .filter-options .am-labels-folding .item .am-collapse-icon ~ [class*='am-filter-item-'],
  .filter-options .am-labels-folding .item {
    padding-left: 35px;
  }
  .filter-options .items:not(.items-children).-am-multiselect > .item.-is-by-click .items-children.-folding .item.-is-expanded,
  .filter-options .am-category-wrapper .items.-am-multiselect .item.-filter-parent:not(.-is-collapsible),
  .filter-options .items:not(.items-children) > .item.-is-by-click.-filter-parent ~ .item.-is-expanded {
    margin-left: 35px;
  }
  .filter-options-item .filter-options-content .items [class*='am-filter-item'] {
    padding: 7px 0;
  }
  .am-labels-folding .am-collapse-icon,
  .filter-options .amshopby-category-dropdown + form .items.-am-multiselect .item .am-collapse-icon,
  .filter-options .amshopby-category-dropdown + form .items.-am-multiselect .item .am-collapse-icon {
    margin: 7px 0;
  }
  .filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) .am-collapse-icon ~ .am-input,
  .filter-options .amshopby-category-dropdown + form .item .am-collapse-icon ~ .am-input,
  .filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) .am-collapse-icon ~ input[type='radio'],
  .filter-options .amshopby-category-dropdown + form .item .am-collapse-icon ~ input[type='radio'],
  .filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) .am-collapse-icon ~ input[type='checkbox'],
  .filter-options .amshopby-category-dropdown + form .item .am-collapse-icon ~ input[type='checkbox'],
  .filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) .am-collapse-icon ~ input[type='checkbox'] + .amshopby-choice,
  .filter-options .amshopby-category-dropdown + form .item .am-collapse-icon ~ input[type='checkbox'] + .amshopby-choice {
    left: 35px;
  }
  .filter-options .items.-am-singleselect .item.-is-by-click .items-children.-folding .item .amshopby-filter-parent,
  .filter-options .amshopby-category-dropdown + form .items.-am-multiselect .item .items-children.-folding,
  .filter-options .am-category-wrapper .items .items-children.-folding,
  .filter-options .am-category-view .item a.amshopby-filter-parent {
    padding-left: 35px;
  }
  .filter-options .am-category-view.-am-multiselect .item > .am-collapse-icon ~ a.amshopby-filter-parent {
    padding-left: 70px;
  }
  .filter-options .am-category-view.-am-singleselect .am-collapse-icon {
    margin: 7px 0;
  }
  .am-collapse-icon:after,
  .am-show-more:before {
    width: 20px;
  }
  .filter-content .active .am-show-more:before {
    width: 12px;
  }
  .filter-content .active .am-show-more.-active {
    margin-bottom: 10px;
  }
  .amshopby-flyout-block {
    margin: 10px 0 25px;
  }
  .amshopby-flyout-block .items.amshopby-fly-out-view .item > .amshopby-choice {
    padding-left: 35px;
  }
  .filter-options input[type='checkbox'] {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 0;
    margin: 0;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    width: 0;
    position: absolute;
  }
  .filter-options input[type='checkbox'] + .amshopby-choice {
    word-break: break-word;
    word-wrap: break-word;
    position: absolute;
    top: 5px;
    left: 0;
    display: block;
    margin: 0;
    padding: 0 0 0 35px;
    min-height: 25px;
    line-height: 1.2;
    cursor: pointer;
  }
  .ie11 .filter-options input[type='checkbox'] + .amshopby-choice {
    word-break: break-all;
  }
  .ie11 .filter-options input[type='checkbox'] + .amshopby-choice {
    word-break: break-all;
  }
  .ie11 .filter-options input[type='checkbox'] + .amshopby-choice {
    word-break: break-all;
  }
  .ie11 .filter-options input[type='checkbox'] + .amshopby-choice {
    word-break: break-all;
  }
  .filter-options input[type='checkbox'] + .amshopby-choice:before,
  .filter-options input[type='checkbox'] + .amshopby-choice:after {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    box-sizing: border-box;
    width: 25px;
    height: 25px;
    border-radius: 2px;
    content: '';
  }
  .filter-options input[type='checkbox'] + .amshopby-choice:before {
    border: 1px solid #e3e3e3;
    background: #ffffff;
  }
  .filter-options input[type='checkbox'] + .amshopby-choice:after {
    background: #1979c3 url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCAxNSAxNSI+CiAgPGRlZnMvPgogIDxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0xMS42NjkzIDMuNTAwNjFjLS4yMDc4LjAwNjk1LS40MDQ4LjA5ODg1LS41NDkzLjI1NjItMS45NTcwMyAyLjA2NDE1LTMuNDM4ODMgMy43NzY1NS01LjI4MDQxIDUuNzQ3ODNMMy44MTczIDcuNzA0NzRjLS4wNzk5Mi0uMDcxNi0uMTcyNDUtLjEyNTk1LS4yNzIzMy0uMTU5OTItLjA5OTg3LS4wMzM5Ny0uMjA1MTItLjA0NjktLjMwOTc0LS4wMzgwNi0uMTA0NjIuMDA4ODUtLjIwNjU2LjAzOTI5LS4zLjA4OTYtLjA5MzQ1LjA1MDMtLjE3NjU2LjExOTQ4LS4yNDQ1OS4yMDM2LS4wNjgwNC4wODQxMS0uMTE5NjYuMTgxNTEtLjE1MTkzLjI4NjYyLS4wMzIyNy4xMDUxMS0uMDQ0NTUuMjE1ODgtLjAzNjE1LjMyNTk4LjAwODQxLjExMDExLjAzNzM0LjIxNzQuMDg1MTUuMzE1NzQuMDQ3ODEuMDk4MzMuMTEzNTUuMTg1NzkuMTkzNDguMjU3MzlMNS4zNzc3MSAxMS4yOThjLjE1MzE1LjEzNzkuMzUwMTkuMjA5OC41NTE2LjIwMTMuMjAxNDEtLjAwODYuMzkyMzEtLjA5NjkuNTM0NDQtLjI0NzNDOC42MTA3NCA4Ljk4NzU3IDEwLjE0MiA3LjE3NTQ0IDEyLjI1NiA0Ljk0NTc4Yy4xMTY1LS4xMTgzNy4xOTYtLjI3MTIuMjI4MS0uNDM4MjMuMDMyMS0uMTY3MDMuMDE1My0uMzQwMzgtLjA0ODQtLjQ5NzA5LS4wNjM2LS4xNTY3MS0uMTcwOS0uMjg5MzctLjMwNzgtLjM4MDQyLS4xMzY5LS4wOTEwNS0uMjk2OC0uMTM2MTktLjQ1ODYtLjEyOTQzeiIvPgo8L3N2Zz4K) center / 25px;
    content: none;
  }
  .filter-options input[type='checkbox'] + .amshopby-choice:hover:before,
  .filter-options input[type='checkbox']:checked + .amshopby-choice:before {
    border-color: #1979c3;
  }
  .filter-options input[type='checkbox']:checked + .amshopby-choice:after {
    content: '';
  }
  ._keyfocus .filter-options input[type='checkbox']:active + .amshopby-choice:before,
  ._keyfocus .filter-options input[type='checkbox']:focus + .amshopby-choice:before,
  .filter-options input[type='checkbox']:active + .amshopby-choice:before,
  .filter-options input[type='checkbox']:focus + .amshopby-choice:before {
    border-color: #1979c3;
  }
  .filter-options input[type='checkbox']:not(:checked).mage-error + .amshopby-choice:before {
    border-color: #f23b3b;
  }
  .amtypage-main-container.-stretched-blocks > div {
    width: 100% !important;
  }
  .gift-options .actions-toolbar .action-update {
    font-size: 2rem;
    padding: 15px;
    width: 100%;
  }
  .gift-item-block {
    border-top: 1px solid #c1c1c1;
    border-bottom: 0;
  }
  .cart.table-wrapper .gift-content {
    margin-right: -10px;
  }
  .gift-wrapping {
    border-bottom: 1px solid #c1c1c1;
    margin-bottom: 20px;
    padding-bottom: 10px;
  }
  .gift-wrapping-list {
    width: 100%;
  }
  .gift-wrapping-preview img {
    width: 100%;
  }
  .item-actions .actions-toolbar .gift-options .gift-wrapping,
  .item-actions .actions-toolbar .gift-options .gift-message {
    display: block;
  }
  .form-add-invitations .additional,
  .form-add-invitations .field.text {
    margin-top: 20px;
  }
  .page-with-filter .columns .sidebar-main {
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0;
  }
  .map-popup {
    max-width: 100%;
  }
  .map-old-price,
  .map-show-info {
    display: inline-block;
  }
  .map-old-price:not(:last-child),
  .map-show-info:not(:last-child) {
    margin-bottom: 10px;
  }
  .block-wishlist-management {
    clear: both;
    margin-top: -21px;
  }
  .block-wishlist-management .wishlist-select {
    margin: 0 -15px 20px;
  }
  .block-wishlist-management .wishlist-select-items {
    border-bottom: 1px solid #d1d1d1;
    background: #f5f5f5;
    display: none;
    padding: 15px 0;
  }
  .block-wishlist-management .wishlist-select-items.active {
    display: block;
  }
  .block-wishlist-management .wishlist-select-items .item {
    margin: 3px 0 0;
  }
  .block-wishlist-management .wishlist-select-items .item:first-child {
    margin-top: 0;
  }
  .block-wishlist-management .wishlist-select-items .item.current {
    display: none;
  }
  .block-wishlist-management .wishlist-select-items .item a {
    display: block;
    padding: 5px 18px;
    text-decoration: none;
  }
  .block-wishlist-management .wishlist-select-items .item a:hover {
    background: #e8e8e8;
  }
  .block-wishlist-management .wishlist-title strong {
    font-size: 2.6rem;
  }
  .block-wishlist-management .wishlist-info {
    margin-bottom: 15px;
  }
  .block-wishlist-management .wishlist-toolbar-select,
  .block-wishlist-management .wishlist-toolbar-actions {
    margin-bottom: 15px;
  }
  .products-grid.wishlist .product-item-checkbox {
    left: 0;
    position: absolute;
    top: 20px;
  }
  .page-multiple-wishlist .products-grid.wishlist .product-item-photo {
    margin-left: 25px;
  }
  .page-multiple-wishlist .products-grid.wishlist .product-item-name,
  .page-multiple-wishlist .products-grid.wishlist .product-item-description,
  .page-multiple-wishlist .products-grid.wishlist .product-item .price-box,
  .page-multiple-wishlist .products-grid.wishlist .product-item-tooltip {
    margin-left: 115px;
  }
  .products-grid.wishlist .wishlist-dropdown {
    display: none;
  }
  .multishipping-checkout-success .nav-toggle {
    display: block;
  }
  .multishipping-checkout-success .logo {
    margin-left: 40px;
  }
  .reward-settings + .actions-toolbar {
    margin-top: 10px;
  }
  .account .column.main .returns-details-items .block-returns-tracking .block-title > .action.track {
    display: block;
    float: none;
    margin: 10px 0 0;
  }
  .order-pager-wrapper .toolbar-amount {
    left: inherit;
    position: relative;
    text-align: center;
    top: inherit;
  }
  .order-pager-wrapper .pages {
    text-align: center;
  }
  .order-pager-wrapper .action.previous,
  .order-pager-wrapper .action.next {
    margin: 0;
  }
  .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;
  }
  .catalog-product-view .column.main {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .catalog-product-view .product.media {
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1;
  }
  .block.related .action.select {
    display: block;
    margin: 5px 0;
  }
  .cart.table-wrapper {
    overflow: inherit;
  }
  .cart.table-wrapper thead .col:not(.item) {
    display: none;
  }
  .cart.table-wrapper .col.qty,
  .cart.table-wrapper .col.price,
  .cart.table-wrapper .col.subtotal,
  .cart.table-wrapper .col.msrp {
    box-sizing: border-box;
    display: block;
    float: left;
    text-align: center;
    white-space: nowrap;
    width: 33%;
  }
  .cart.table-wrapper .col.qty[data-th]:before,
  .cart.table-wrapper .col.price[data-th]:before,
  .cart.table-wrapper .col.subtotal[data-th]:before,
  .cart.table-wrapper .col.msrp[data-th]:before {
    content: attr(data-th) ':';
    display: block;
    font-weight: 700;
    padding-bottom: 10px;
  }
  .cart.table-wrapper .col.msrp {
    white-space: normal;
  }
  .cart.table-wrapper .item .col.item {
    padding-bottom: 0;
  }
  .field-tooltip .field-tooltip-content {
    right: -10px;
    top: 40px;
    left: auto;
  }
  .checkout-payment-method .payment-methods {
    margin: 0 -15px;
  }
  .checkout-payment-method .step-title {
    padding-left: 15px;
    padding-right: 15px;
  }
  .checkout-payment-method .payment-method-title {
    padding: 15px;
  }
  .checkout-payment-method .payment-method-content {
    padding: 0 15px 20px;
  }
  .checkout-payment-method .checkout-billing-address .action-cancel {
    margin-top: 10px;
  }
  .checkout-payment-method .payment-option {
    margin: 0 -15px;
  }
  .checkout-payment-method .payment-option .payment-option-title {
    padding: 15px;
  }
  .checkout-payment-method .payment-option .payment-option-content {
    padding: 0 15px 20px;
  }
  .modal-popup.modal_newsletter_popup {
    left: 0;
  }
  .modal-popup.modal_newsletter_popup .modal-inner-wrap {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    min-height: auto;
    max-width: 90%;
    margin: 0 auto;
    background-color: #fff;
  }
  .modal-popup.modal_newsletter_popup .modal-inner-wrap .modal-content .newsletter_popup .block-popup-content {
    max-width: 90%;
  }
  .modal-popup.modal_newsletter_popup .modal-inner-wrap .modal-content .newsletter_popup .block-popup-content .title h4 {
    font-size: 30px;
  }
  .modal-popup.modal_newsletter_popup .modal-inner-wrap .modal-content .newsletter_popup .block-popup-content .newsletter-popup-content {
    font-weight: 300;
    margin-bottom: 25px;
    font-size: 13px;
  }
  .modal-popup.modal_newsletter_popup .modal-inner-wrap .modal-content .newsletter_popup .block-popup-content .form-group.newsletter .actions .action.subscribe {
    font-size: 12px;
    padding: 10px 15px;
  }
  .modal-popup.modal_newsletter_popup .modal-inner-wrap .modal-content .newsletter_popup .block-popup-content .mgs-gdpr-checkbox label.label {
    font-size: 12px;
    font-weight: 300;
  }
  .modal-popup.modal_newsletter_popup .modal-inner-wrap .modal-content .newsletter_popup .block-popup-content .dont-show-popup {
    margin-top: 20px;
  }
  .modal-popup.modal_newsletter_popup .modal-inner-wrap .modal-content .newsletter_popup .block-popup-content .dont-show-popup label {
    font-size: 12px;
    font-weight: 300;
  }
  .modal-popup.modal_newsletter_popup .modal-inner-wrap .modal-content .newsletter_popup .block-popup-content .dont-show-popup.checkbox .choice input[type="checkbox"] + label:before,
  .modal-popup.modal_newsletter_popup .modal-inner-wrap .modal-content .newsletter_popup .block-popup-content .dont-show-popup.checkbox .choice input[type="checkbox"] + label:after {
    width: 12px;
    height: 12px;
  }
  .products-grid.wishlist {
    margin-bottom: 30px;
    margin-right: -10px;
  }
  .products-grid.wishlist .product-item {
    padding: 20px 10px 20px 20px;
    position: relative;
  }
  .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 .box-tocart {
    float: left;
    margin-right: 20px;
  }
  .products-grid.wishlist .product-item .box-tocart .stock {
    margin-top: 7px;
  }
  .products-grid.wishlist .product-item .giftregisty-dropdown,
  .products-grid.wishlist .product-item .field.qty {
    display: none;
  }
  .products-grid.wishlist .product-image-container {
    max-width: 80px;
  }
  .wishlist-index-index .product-item {
    width: 100%;
  }
  .wishlist-index-index .product-item-info {
    width: auto;
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 2%) / 2);
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item:nth-child(2n + 1) {
    margin-left: 0;
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item-photo {
    display: block;
    position: relative;
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item-details {
    margin: 0;
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item-info {
    text-align: center;
  }
  .braintree-applepay-container-product {
    display: block;
  }
  .braintree-applepay-container-product .braintree-apple-pay-button {
    width: 100%;
  }
}
@media only screen and (max-width: 639px) {
  .abs-visually-hidden-mobile,
  .table-giftregistry-items .col.product:before {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-mobile:before,
  .abs-add-clearfix-mobile:after,
  .abs-checkout-order-review tbody tr:before,
  .abs-checkout-order-review tbody tr:after,
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:before,
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:after,
  .table-giftregistry-items .col.product:before,
  .table-giftregistry-items .col.product:after,
  .account .toolbar:before,
  .account .toolbar:after,
  .multicheckout.order-review .data.table tbody tr:before,
  .multicheckout.order-review .data.table tbody tr:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-mobile:after,
  .abs-checkout-order-review tbody tr:after,
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:after,
  .table-giftregistry-items .col.product:after,
  .account .toolbar:after,
  .multicheckout.order-review .data.table tbody tr:after {
    clear: both;
  }
  .abs-checkout-order-review tbody tr:not(:last-child),
  .multicheckout.order-review .data.table tbody tr:not(:last-child) {
    border-bottom: 1px solid #d1d1d1;
  }
  .abs-checkout-order-review tbody tr .col.item:before,
  .multicheckout.order-review .data.table tbody tr .col.item:before {
    display: none;
  }
  .abs-checkout-order-review tbody tr .col.qty,
  .abs-checkout-order-review tbody tr .col.price,
  .abs-checkout-order-review tbody tr .col.subtotal,
  .multicheckout.order-review .data.table tbody tr .col.qty,
  .multicheckout.order-review .data.table tbody tr .col.price,
  .multicheckout.order-review .data.table tbody tr .col.subtotal {
    box-sizing: border-box;
    float: left;
    text-align: center;
    white-space: nowrap;
    width: 33%;
  }
  .abs-checkout-order-review tbody tr .col.qty[data-th]:before,
  .abs-checkout-order-review tbody tr .col.price[data-th]:before,
  .abs-checkout-order-review tbody tr .col.subtotal[data-th]:before,
  .multicheckout.order-review .data.table tbody tr .col.qty[data-th]:before,
  .multicheckout.order-review .data.table tbody tr .col.price[data-th]:before,
  .multicheckout.order-review .data.table tbody tr .col.subtotal[data-th]:before {
    content: attr(data-th) ':';
    display: block;
    font-weight: 700;
    padding-bottom: 10px;
  }
  .abs-checkout-order-review tbody tr .product-item-name,
  .multicheckout.order-review .data.table tbody tr .product-item-name {
    margin: 0;
  }
  .abs-no-display-s,
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison).additional-attributes tbody th {
    display: none;
  }
  .abs-pager-toolbar-mobile-s .toolbar-amount,
  .abs-pager-toolbar-mobile-s .limiter,
  .abs-pager-toolbar-mobile-s .pages,
  .toolbar-giftregistry-results .toolbar-amount,
  .toolbar-giftregistry-results .limiter,
  .toolbar-giftregistry-results .pages {
    margin-bottom: 25px;
  }
  .table-wrapper {
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
    position: relative;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) {
    border: none;
    display: block;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > thead > tr > th {
    display: none;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody {
    display: block;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr {
    display: block;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td,
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr th {
    border-bottom: none;
    display: block;
    padding: 5px 0;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td[data-th]:before,
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr th[data-th]:before {
    padding-right: 10px;
    content: attr(data-th) ': ';
    display: inline-block;
    color: #111111;
    font-weight: 700;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) tbody > tr > td:first-child {
    padding-top: 20px;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) tbody > tr > td:last-child {
    padding-bottom: 20px;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison).additional-attributes tbody td:last-child {
    border: none;
    padding: 0 0 5px;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot {
    display: block;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr {
    display: block;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:first-child th,
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:first-child td {
    padding-top: 20px;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot th {
    box-sizing: border-box;
    float: left;
    padding-left: 0;
    padding-right: 0;
    text-align: left;
    width: 70%;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot td {
    box-sizing: border-box;
    float: left;
    padding-left: 0;
    padding-right: 0;
    text-align: right;
    width: 30%;
  }
  .data-table-definition-list thead {
    display: none;
  }
  .data-table-definition-list tbody th {
    padding-bottom: 0;
  }
  .data-table-definition-list tbody th,
  .data-table-definition-list tbody td {
    display: block;
    padding-left: 0;
    padding-right: 0;
  }
  .amreview-widget-container .amreview-message {
    height: 80px;
  }
  .amrec-subscriptions-grid .amrec-cell {
    display: block;
    padding: 3px 5px;
  }
  .amrec-subscriptions-grid .amrec-cell:before {
    display: inline-block;
    padding-right: 10px;
    color: #111;
    content: attr(data-th) ': ';
    font-weight: 700;
  }
  .amasty_xlanding-page-view .products-grid .product-item {
    margin-left: 0;
    width: 50%;
  }
  .amasty_xlanding-page-view .products-grid .product-item:nth-of-type(2n) {
    -ms-flex-pack: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
  .amasty_xlanding-page-view .products-grid .product-item:nth-of-type(2n + 1) {
    -ms-flex-pack: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .catalogsearch-result-index .amsearch-pagebuilder-carousel .product-item-info {
    margin: 0 auto;
    width: 240px;
  }
  .column .block-addbysku .sku {
    margin-right: -85px;
    padding-right: 90px;
  }
  .column .block-addbysku .action.remove {
    display: inline-block;
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
  }
  .column .block-addbysku .action.remove > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .column .block-addbysku .action.remove:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 28px;
    line-height: 22px;
    color: inherit;
    content: '\e616';
    font-family: 'icons-blank-theme';
    margin: 1px 0 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .column .block-addbysku .action.remove:hover:before {
    color: inherit;
  }
  .column .block-addbysku .action.remove:active:before {
    color: inherit;
  }
  .column .block-addbysku .action.remove:focus,
  .column .block-addbysku .action.remove:active {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove:hover {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove.disabled,
  .column .block-addbysku .action.remove[disabled],
  fieldset[disabled] .column .block-addbysku .action.remove {
    pointer-events: none;
    opacity: 0.5;
  }
  .cart.table-wrapper .gift-content {
    border-bottom: 1px solid #d1d1d1;
    margin-bottom: 20px;
  }
  .table-giftregistry-items .field.choice,
  .table-giftregistry-items .field.qty {
    display: inline-block;
  }
  .form-giftregistry-search .fieldset {
    margin-bottom: 15px;
  }
  .multicheckout .data.table .address:before {
    margin-bottom: 5px;
  }
  .multicheckout .product-item-name,
  .multicheckout .price-including-tax,
  .multicheckout .price-excluding-tax {
    display: inline-block;
  }
  .multicheckout .block-content .box:not(:last-child) {
    margin-bottom: 40px;
  }
  .multicheckout .block-content .box:last-child {
    margin-bottom: 0;
  }
  .multicheckout.order-review .box-items .data.table thead {
    display: block;
  }
  .multicheckout.order-review .box-items .data.table thead tr {
    display: block;
  }
  .multicheckout.order-review .box-items .data.table thead .col.item {
    display: block;
    padding: 0;
  }
  .multicheckout .actions-toolbar .action {
    margin-bottom: 25px;
  }
  .multicheckout .actions-toolbar > .primary {
    margin-bottom: 25px;
    margin-right: 0;
  }
  .account .order-details-items .table-order-items .product-item-name,
  .account .order-details-items .table-order-items .price-including-tax,
  .account .order-details-items .table-order-items .price-excluding-tax,
  .account .order-details-items .table-order-items .items-qty {
    display: inline-block;
    vertical-align: top;
  }
  .account .toolbar .pages {
    float: right;
  }
  .account .toolbar .limiter {
    clear: both;
  }
  .order-details-items thead {
    display: block;
  }
  .order-details-items thead tr,
  .order-details-items thead td {
    display: block;
  }
  .table-wrapper .table.table-order-items tfoot td.order-pager-wrapper {
    width: 100%;
  }
  .order-items.table-wrapper .col.price,
  .order-items.table-wrapper .col.qty,
  .order-items.table-wrapper .col.subtotal,
  .order-items.table-wrapper .col.msrp {
    text-align: left;
  }
  .minicart-wrapper {
    margin-top: 10px;
  }
  .minicart-wrapper:before,
  .minicart-wrapper:after {
    content: '';
    display: table;
  }
  .minicart-wrapper:after {
    clear: both;
  }
  .minicart-wrapper .product .actions {
    float: left;
    margin: 10px 0 0 0;
  }
  .minicart-wrapper .update-cart-item {
    float: right;
    margin-left: 0;
  }
  .opc-wrapper .step-title {
    font-size: 18px;
    border-bottom: 0;
    padding-bottom: 0;
  }
  .opc-wrapper .form-login {
    border-bottom: 1px solid #cccccc;
    margin: 0 0 15px;
    padding: 0 0 15px;
  }
  .opc-wrapper .shipping-address-item {
    border-bottom: 1px solid #cccccc;
    margin: 0 0 15px;
    padding: 0 0 15px;
    width: 100%;
  }
  .opc-wrapper .shipping-address-item.selected-item {
    padding: 15px 35px 15px 18px;
    border-bottom-width: 2px;
  }
  .opc-wrapper .shipping-address-item.selected-item .edit-address-link {
    right: 39px;
  }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address {
    margin-top: 28px;
  }
  .opc-wrapper .action-select-shipping-item {
    float: none;
    margin-top: 10px;
    width: 100%;
  }
  .opc-wrapper .action-show-popup {
    width: 100%;
  }
  .opc-wrapper .edit-address-link {
    display: inline-block;
    text-decoration: none;
    margin: 0;
    position: absolute;
    right: 0;
    top: 1px;
  }
  .opc-wrapper .edit-address-link > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .opc-wrapper .edit-address-link:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 28px;
    line-height: 28px;
    color: #303030;
    content: '\e606';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .opc-wrapper .edit-address-link:hover:before {
    color: #303030;
  }
  .opc-wrapper .edit-address-link:active:before {
    color: #303030;
  }
  .shipping-policy-block.field-tooltip {
    margin-bottom: 20px;
    position: relative;
    right: auto;
    top: auto;
  }
  .shipping-policy-block.field-tooltip .field-tooltip-content {
    width: 300px;
    right: auto;
  }
  .shipping-policy-block.field-tooltip .field-tooltip-content:before,
  .shipping-policy-block.field-tooltip .field-tooltip-content:after {
    right: auto;
  }
  .opc-block-shipping-information .shipping-information-title {
    font-size: 2.3rem;
  }
  .products-grid.wishlist .product-item {
    border-bottom: 1px solid #e8e8e8;
  }
  .products-grid.wishlist .product-item:first-child {
    border-top: 1px solid #e8e8e8;
  }
  #braintree-three-d-modal .bt-modal-frame {
    width: 100%;
  }
}
@media only screen and (max-width: 479px) {
  .tooltip.wrapper .tooltip.content {
    min-width: 10rem;
  }
  .amrelated-summary-content {
    justify-content: space-between;
    padding: 15px;
  }
  .amrelated-price-wrapper {
    margin: 0;
    padding: 15px 0;
  }
  .amrelated-tocart-wrapper {
    margin: 0;
  }
  .amcard-card-info {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .amcard-card-info .amcard-field {
    flex: 0 50%;
  }
  .amcard-card-info .amcard-field:not(:last-child) {
    margin-right: 0;
  }
  .amtyblock-customer-create .content .actions {
    width: 100%;
  }
  .amtypage-main-container > .amtyblock:not(.amtyblock-cross-sell) {
    padding-left: 0;
    padding-right: 0;
  }
  .amtypage-main-container > .amtyblock.amtyblock-cross-sell {
    padding-left: 0;
  }
  .amtypage-main-container .container-form.form.subscribe {
    display: flex;
    flex-direction: column;
  }
  .amtypage-main-container .container-form.form.subscribe > .field {
    margin: 0 0 20px;
  }
  .amtypage-main-container .container-form.form.subscribe > .field,
  .amtypage-main-container .container-form.form.subscribe > .actions,
  .amtypage-main-container .container-form.form.subscribe > .actions .action {
    max-width: 100%;
    width: 100%;
  }
  .amtypage-main-container pre {
    margin: 0 10px;
  }
  .minicart-wrapper .block-minicart {
    width: 290px;
  }
  .modal-popup .field-tooltip .field-tooltip-content {
    width: 200px;
  }
}
@media all and (min-width: 640px) {
  .abs-blocks-2columns-s {
    width: 48.8%;
  }
  .abs-blocks-2columns-s:nth-child(odd) {
    clear: left;
    float: left;
  }
  .abs-blocks-2columns-s:nth-child(even) {
    float: right;
  }
  .abs-reset-left-margin-desktop-s,
  .column:not(.sidebar-main) .multicheckout .actions-toolbar,
  .multicheckout .block-shipping .box-shipping-method .fieldset .legend {
    margin-left: 0;
  }
  .abs-margin-for-forms-desktop-s {
    margin-left: 25.8%;
  }
  .abs-visually-hidden-desktop-s {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-desktop-s:before,
  .abs-add-clearfix-desktop-s:after,
  .multicheckout .block-billing:before,
  .multicheckout .block-billing:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-desktop-s:after,
  .multicheckout .block-billing:after {
    clear: both;
  }
  .abs-add-box-sizing-desktop-s,
  .multicheckout .block-shipping .box,
  .multicheckout .block-billing .box-billing-address,
  .multicheckout .block-billing .box-billing-method {
    box-sizing: border-box;
  }
  .ui-dialog.popup {
    width: 420px;
  }
  .amrev-title-block {
    display: flex;
    align-items: center;
  }
  .amrev-title-block .am-strong {
    font-size: 2.4rem;
    font-weight: 400;
    padding: 0 24px 0 0;
    white-space: nowrap;
  }
  .amreview-proscons-container {
    flex-direction: row;
  }
  .amrelated-popup-container .amrelated-bundle-popup {
    margin: 0 auto;
    max-width: initial;
    padding: 0 0 13px;
    width: 400px;
  }
  .amrelated-popup-container .amrelated-info.-top {
    margin-top: 15px;
  }
  .checkout-index-index .modal-popup.modal-slide:not(.agreements-modal):not(.popup-authentication) .modal-inner-wrap {
    width: 500px;
  }
  .checkout-payment-method .amcheckout-trust-seal {
    font-size: inherit;
  }
  .checkout-index-index .opc-wrapper.am-opc-wrapper .amcheckout-delivery-date .field {
    display: block;
    width: 50%;
  }
  .checkout-index-index .opc-wrapper.am-opc-wrapper .amcheckout-delivery-date .field:nth-child(2n) {
    padding-left: 7px;
  }
  .checkout-index-index .opc-wrapper.am-opc-wrapper .amcheckout-delivery-date .field.datepicker .control,
  .checkout-index-index .opc-wrapper.am-opc-wrapper .amcheckout-delivery-date .field.timepicker .control,
  .checkout-index-index .opc-wrapper.am-opc-wrapper .amcheckout-delivery-date .field.comment {
    width: 100%;
  }
  .column .block-addbysku .action.remove {
    background-image: none;
    -moz-box-sizing: content-box;
    box-shadow: none;
    line-height: inherit;
    text-shadow: none;
    font-weight: 400;
    line-height: 1.42857143;
    margin: 0;
    padding: 0;
    color: #1979c3;
    text-decoration: none;
    background: none;
    border: 0;
    display: inline;
    margin-top: 2px;
  }
  .column .block-addbysku .action.remove:focus,
  .column .block-addbysku .action.remove:active {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove:hover {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove.disabled,
  .column .block-addbysku .action.remove[disabled],
  fieldset[disabled] .column .block-addbysku .action.remove {
    pointer-events: none;
    opacity: 0.5;
  }
  .column .block-addbysku .action.remove:visited {
    color: #1979c3;
    text-decoration: none;
  }
  .column .block-addbysku .action.remove:hover {
    color: #006bb4;
    text-decoration: underline;
  }
  .column .block-addbysku .action.remove:active {
    color: #ff5501;
    text-decoration: underline;
  }
  .column .block-addbysku .action.remove:hover,
  .column .block-addbysku .action.remove:active,
  .column .block-addbysku .action.remove:focus {
    background: none;
    border: 0;
  }
  .column .block-addbysku .action.remove.disabled,
  .column .block-addbysku .action.remove[disabled],
  fieldset[disabled] .column .block-addbysku .action.remove {
    color: #1979c3;
    opacity: 0.5;
    cursor: default;
    pointer-events: none;
    text-decoration: underline;
  }
  .multicheckout .actions-toolbar .secondary {
    float: none;
    margin-top: 11px;
    text-align: right;
  }
  .multicheckout .actions-toolbar .secondary .action {
    margin-left: 10px;
  }
  .multicheckout .actions-toolbar .secondary .action.back {
    display: block;
    float: left;
  }
  .multicheckout .item-options {
    margin: 20px 0 0;
  }
  .multicheckout .block-content .box {
    margin-bottom: 0;
  }
  .multicheckout .block-shipping .box {
    float: left;
    width: 25%;
  }
  .multicheckout .block-shipping .box-shipping-method {
    padding-left: 25px;
    padding-right: 25px;
    width: 50%;
  }
  .multicheckout .block-shipping .box-shipping-method .fieldset .field:before {
    display: none;
  }
  .multicheckout .block-billing .box-billing-address {
    float: left;
    width: 25%;
  }
  .multicheckout .block-billing .box-billing-method {
    float: left;
    padding-left: 25px;
    width: 50%;
  }
  .multicheckout.form.address .table-wrapper .applicable {
    margin: 7px 0 0;
  }
  .multicheckout.order-review .box-items {
    clear: left;
    float: none;
    padding-top: 40px;
    width: auto;
  }
  .multicheckout.order-review .col.item {
    width: 75%;
  }
  .multicheckout .methods-payment .item-content > .fieldset {
    width: auto;
  }
  .multicheckout .methods-payment .item-content > .fieldset .field.cvv {
    display: inline-block;
    width: auto;
  }
  .multicheckout .methods-payment .fieldset > .field:not(.choice) > .label {
    float: none;
    margin-bottom: 8px;
    text-align: left;
    width: auto;
  }
  .multicheckout .methods-payment .fieldset > .field:not(.choice):not(.cvv) .control {
    width: 100%;
  }
  .review-form {
    max-width: 500px;
  }
  .review-ratings {
    float: left;
    margin-bottom: 0;
    max-width: 240px;
  }
  .review-ratings ~ .review-content,
  .review-ratings ~ .review-details {
    margin-left: 280px;
  }
  .review-toolbar {
    margin: 0 0 30px;
  }
  .review-toolbar .pages {
    padding: 30px 0;
  }
  .fieldset .review-legend.legend {
    margin-bottom: 30px;
  }
  .review-item {
    padding: 30px 0;
  }
  .review-title {
    margin: 0 0 30px;
  }
  .wishlist-index-index .products-grid .product-item {
    margin-bottom: 20px;
  }
  .wishlist-index-index .products-grid .product-item-actions {
    margin: 0;
  }
  .block.widget .products-grid .product-item,
  .page-layout-1column .block.widget .products-grid .product-item,
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 33.33333333%;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 4%) / 3);
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
}
#braintree-three-d-modal {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  align-items: center;
  height: 100vh;
  width: 100vw;
  z-index: 100000;
  visibility: visible;
}
#braintree-three-d-modal .bt-modal-frame {
  height: 420px;
  width: 440px;
  margin: auto;
  background-color: #ffffff;
  z-index: 2;
  border-radius: 6px;
}
#braintree-three-d-modal .bt-modal-body {
  height: 380px;
  margin: 20px;
  background-color: white;
  border: 1px solid lightgray;
}
#braintree-three-d-modal .bt-mask {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.75;
}
.braintree-applepay-container-product {
  display: inline-block;
}
.braintree-applepay-container-product .braintree-apple-pay-button {
  padding: 10px 0;
  margin: 0;
  margin-bottom: 15px;
}
.braintree-apple-pay-button {
  -webkit-appearance: -apple-pay-button;
  -apple-pay-button-type: plain;
  display: block;
  width: 200px;
  min-height: 40px;
  border: 1px solid black;
  background-image: -webkit-named-image(apple-pay-logo-black);
  background-size: 100% calc(60% + 2px);
  background-repeat: no-repeat;
  background-color: black;
  background-position: 50% 50%;
  border-radius: 5px;
  padding: 2px;
  margin: 20px auto;
  transition: background-color 0.15s;
  cursor: pointer;
}
.ppcredit-summary {
  background: linear-gradient(to right, #009cde, #003087);
  color: #ffffff;
  padding: 15px;
  text-align: center;
  margin: 10px 0px;
}
.ppcreditcalc-container {
  border: 1px solid #dedede;
  background: #ffffff;
}
.ppcreditcalc-header {
  background: #ffffff;
  padding: 15px;
}
.ppcreditcalc-legal {
  background-color: #eee;
  border-top: 1px solid #dedede;
  padding: 15px;
  font-size: 1.2rem;
  line-height: 2rem;
}
.ppcreditcalc-instalments {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid #DEDEDE;
  border-bottom: 1px solid #DEDEDE;
  background-color: #eeeeee;
}
.ppcreditcalc-instalments li {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.ppcreditcalc-instalments-term {
  display: block;
  padding: 10px 15px;
  color: #000;
}
.ppcreditcalc-instalments-term:hover {
  background: #009CDE;
  color: #FFF;
  text-decoration: none;
}
.ppcreditcalc-instalments-term.active {
  background: #003087;
  color: #FFF;
}
.ppcreditcalc-instalment-summary {
  padding: 15px;
}
.ppcreditcalc-instalment-summary dl {
  margin: 0;
}
.ppcreditcalc-instalment-summary dt {
  display: inline-block;
  width: 50%;
}
.ppcreditcalc-instalment-summary dd {
  display: inline-block;
}
#braintree_expirationDate {
  width: 90px;
}
button.braintree-googlepay-button,
.cart.table-wrapper .actions-toolbar > .action.braintree-googlepay-button,
.action-gift.braintree-googlepay-button {
  background-origin: content-box;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  border: 0;
  border-radius: 4px;
  box-shadow: rgba(60, 64, 67, 0.3) 0 1px 1px 0, rgba(60, 64, 67, 0.15) 0 1px 3px 1px;
  cursor: pointer;
  height: 40px;
  min-height: 40px;
  padding: 11px 24px;
}
button.braintree-googlepay-button.black,
.cart.table-wrapper .actions-toolbar > .action.braintree-googlepay-button.black,
.action-gift.braintree-googlepay-button.black {
  background-color: #000;
  box-shadow: none;
  padding: 12px 24px 10px;
}
button.braintree-googlepay-button.white,
.cart.table-wrapper .actions-toolbar > .action.braintree-googlepay-button.white,
.action-gift.braintree-googlepay-button.white {
  background-color: #ffffff;
}
button.braintree-googlepay-button.short,
.cart.table-wrapper .actions-toolbar > .action.braintree-googlepay-button.short,
.action-gift.braintree-googlepay-button.short {
  min-width: 90px;
  width: 160px;
}
button.braintree-googlepay-button.black.short,
.cart.table-wrapper .actions-toolbar > .action.braintree-googlepay-button.black.short,
.action-gift.braintree-googlepay-button.black.short {
  background-image: url(https://www.gstatic.com/instantbuy/svg/dark_gpay.svg);
}
button.braintree-googlepay-button.white.short,
.cart.table-wrapper .actions-toolbar > .action.braintree-googlepay-button.white.short,
.action-gift.braintree-googlepay-button.white.short {
  background-image: url(https://www.gstatic.com/instantbuy/svg/light_gpay.svg);
}
button.braintree-googlepay-button.black:active,
.cart.table-wrapper .actions-toolbar > .action.braintree-googlepay-button.black:active,
.action-gift.braintree-googlepay-button.black:active {
  background-color: #5f6368;
}
button.braintree-googlepay-button.black:hover,
.cart.table-wrapper .actions-toolbar > .action.braintree-googlepay-button.black:hover,
.action-gift.braintree-googlepay-button.black:hover {
  background-color: #3c4043;
}
button.braintree-googlepay-button.white:active,
.cart.table-wrapper .actions-toolbar > .action.braintree-googlepay-button.white:active,
.action-gift.braintree-googlepay-button.white:active {
  background-color: #ffffff;
}
button.braintree-googlepay-button.white:focus,
.cart.table-wrapper .actions-toolbar > .action.braintree-googlepay-button.white:focus,
.action-gift.braintree-googlepay-button.white:focus {
  box-shadow: #e8e8e8 0 1px 1px 0, #e8e8e8 0 1px 3px;
}
button.braintree-googlepay-button.white:hover,
.cart.table-wrapper .actions-toolbar > .action.braintree-googlepay-button.white:hover,
.action-gift.braintree-googlepay-button.white:hover {
  background-color: #f8f8f8;
}
button.braintree-googlepay-button.long,
.cart.table-wrapper .actions-toolbar > .action.braintree-googlepay-button.long,
.action-gift.braintree-googlepay-button.long {
  min-width: 152px;
  width: 240px;
}
button.braintree-googlepay-button.white.long,
.cart.table-wrapper .actions-toolbar > .action.braintree-googlepay-button.white.long,
.action-gift.braintree-googlepay-button.white.long {
  background-image: url(https://www.gstatic.com/instantbuy/svg/light/en.svg);
}
button.braintree-googlepay-button.black.long,
.cart.table-wrapper .actions-toolbar > .action.braintree-googlepay-button.black.long,
.action-gift.braintree-googlepay-button.black.long {
  background-image: url(https://www.gstatic.com/instantbuy/svg/dark/en.svg);
}
.googlepay-minicart-logo {
  margin-top: 15px;
  text-align: center;
}
.checkout-payment-method .credit-card-types.braintree-credit-card-types img {
  width: 30px;
  -webkit-filter: none;
  -webkit-transition: none;
}
.braintree-card-control {
  position: relative;
}
.braintree-credit-card-selected {
  position: absolute;
  z-index: 10;
  left: 10px;
}
.braintree-paypal-logo.oneclick-container {
  width: 100%;
}
#payment_form_braintree_ach_direct_debit .field > .fields .field .label {
  font-weight: 600;
}
#payment_form_braintree_ach_direct_debit .field > .fields .field.required > .label:after {
  content: '*';
  color: #e02b27;
  font-size: 1.8rem;
  margin: 0 0 0 5px;
}
#payment_form_braintree_ach_direct_debit .field > .fields .field .control {
  margin: 10px 10px 0 0;
}
#payment_form_braintree_ach_direct_debit .field > .fields .field .control input[type="text"]::placeholder,
#payment_form_braintree_ach_direct_debit .field > .fields .field .control input[type="number"]::placeholder {
  color: lightgrey;
}
#payment-method-braintree-lpm .primary {
  width: 100%;
}
#payment-method-braintree-lpm .primary .action {
  margin-bottom: 12px;
  width: 100%;
}
#payment-method-braintree-lpm .primary .action img {
  height: 40px;
}
#payment-method-braintree-cc-vault .field.required .label {
  font-weight: 600;
}
#payment-method-braintree-cc-vault .field.required .label:after {
  content: '*';
  color: #e02b27;
  font-size: 1.8rem;
  margin: 0 0 0 5px;
}
#payment-method-braintree-cc-vault .field .hosted-control {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: 'popins';
  font-size: 1.4rem;
  height: 32px;
  padding: 0 9px;
  vertical-align: baseline;
  box-sizing: border-box;
  position: relative;
  width: 5rem;
}
#payment-method-braintree-cc-vault .field .hosted-control.braintree-hosted-fields-invalid:not(.braintree-hosted-fields-focused) ~ .hosted-error {
  height: auto;
  opacity: 1;
}
#payment-method-braintree-cc-vault .field .hosted-error {
  clear: both;
  color: #e02b27;
  font-size: 1.2rem;
  height: 0;
  margin-top: 7px;
  opacity: 0;
}
.braintree-paypal-fieldset {
  display: none;
}
.payment-method-braintree .hosted-control {
  border: 1px solid #c2c2c2;
  height: 32px;
  padding: 8px 15px;
  max-width: 300px;
}
.payment-method-braintree .hosted-control.braintree-hosted-fields-invalid:not(.braintree-hosted-fields-focused) ~ .hosted-error {
  height: auto;
  opacity: 1;
}
.payment-method-braintree .hosted-error {
  clear: both;
  color: #e02b27;
  font-size: 1.2rem;
  height: 0;
  margin-top: 7px;
  opacity: 0;
}
.payment-method-braintree .cvv {
  max-width: 200px;
  position: relative;
}
.payment-method-braintree .cvv .field-tooltip {
  top: 10px;
  right: 30px;
}
#braintree_cc_number {
  padding-left: 68px;
}
.amasty-fpc-crawler-status {
  position: fixed;
  right: 20px;
  bottom: 20px;
  min-width: 400px;
  border: 2px solid #008080;
  z-index: 9999;
  background: white;
}
.amasty-fpc-crawler-status .status-header {
  text-align: center;
  color: white;
  font-weight: bold;
  background: #008080;
  font-size: 20px;
  padding: 5px 0;
}
.amasty-fpc-crawler-status.status-ignored .status {
  color: #bebebe;
}
.amasty-fpc-crawler-status.status-hit .status {
  color: #67b96a;
}
.amasty-fpc-crawler-status.status-miss .status {
  color: #d10c12;
}
.amasty-fpc-crawler-status .status {
  text-transform: uppercase;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  padding: 5px 0;
}
.amasty-fpc-crawler-status .not-cacheable .not-cacheable-header {
  background: #e4e4e4;
  text-align: center;
  font-weight: bold;
  padding: 3px 0;
}
.amasty-fpc-crawler-status .not-cacheable .blocks {
  max-height: 100px;
  overflow-y: auto;
}
.amasty-fpc-crawler-status .not-cacheable .blocks .not-cacheable-block {
  padding: 7px;
  border-bottom: 1px solid #e4e4e4;
  font-size: 12px;
}
.amasty-fpc-crawler-status .not-cacheable .blocks .not-cacheable-block:last-child {
  border-bottom: none;
}
.debug-status-toggle {
  text-align: center;
  background: #008080;
  font-size: 15px;
  font-weight: bold;
  color: #ffffff;
}
.debug-status-toggle:hover {
  background: #005f5f;
  cursor: pointer;
}
.amfpc-context-container {
  max-height: 700px;
  overflow-y: auto;
  display: none;
}
.amfpc-context-container.-toggled {
  display: block;
}
.amfpc-context-container .context-type-description {
  padding: 5px;
  margin: 0;
  background: #ffffff;
  border-bottom: 2px solid #008080;
  color: #000;
}
.amfpc-context-container .amfpc-context-item {
  padding: 5px;
  border-bottom: 2px solid #008080;
}
.amfpc-context-container .amfpc-context-item .context-row {
  color: #818181;
  background-color: #efefef;
  display: block;
  padding: 2px 10px;
}
.amfpc-context-container .amfpc-context-item .context-row.-unique-entry {
  color: #4d544b;
  background-color: #e0f0dc;
}
.amfpc-context-container .amfpc-context-item .context-row.-vary-entry {
  color: #4d544b;
  background-color: #dce4f0;
}
.slick-dots li button:focus,.slick-dots li button:hover,.slick-list:focus{outline:0}.slick-list,.slick-slider,.slick-track{display:block;position:relative}.slick-loading .slick-slide,.slick-loading .slick-track{visibility:hidden}.slick-list{overflow:hidden;margin:0;padding:0}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{top:0;left:0;margin:0 auto}.slick-track:after,.slick-track:before{display:table;content:''}.slick-slide,.slick-slide.slick-loading img{display:none}.slick-track:after{clear:both}.slick-slide{float:left;height:100%;min-height:1px;vertical-align:middle}[dir=rtl] .slick-slide{float:right}.slick-slide.dragging img{pointer-events:none}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}.slick-loading .slick-list{position:relative;background:0 0}.slick-loading .slick-list:before{position:absolute;top:50%;left:50%;display:block;content:'';border-radius:100%;border-style:solid;border-width:3px;height:25px;width:25px;border-color:rgba(0,0,0,.2);border-top-color:#5c5c5c;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);animation:loading 1s infinite linear}@keyframes loading{0%{-webkit-transform:translate(-50%,-50%) rotate(0);transform:translate(-50%,-50%) rotate(0)}100%{-webkit-transform:translate(-50%,-50%) rotate(359.9deg);transform:translate(-50%,-50%) rotate(359.9deg)}}.slick-next.slick-disabled,.slick-prev.slick-disabled{opacity:.25}.slick-dotted.slick-slider{margin-bottom:30px}.slick-dots{position:absolute;left:0;display:block;width:100%;padding:0;margin:0;list-style:none;text-align:center}.slick-dots li{position:relative;display:inline-block;width:20px;height:20px;margin:0 5px;padding:0;cursor:pointer}.slick-dots li button,.slick-slider .slick-arrow{display:block;cursor:pointer;outline:0;box-shadow:none}.slick-dots li button{font-size:0;line-height:0;width:20px;height:20px;padding:5px;color:transparent;border:0;background:0 0}.slick-dots li button:focus:before,.slick-dots li button:hover:before{opacity:1}.slick-dots li button:before{font-size:16px;line-height:20px;position:absolute;top:0;left:0;width:20px;height:20px;content:'•';text-align:center;opacity:.25;color:#000;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-dots li.slick-active button:before{opacity:.75;color:#000}.slick-slider{box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent;padding:0 20px}.slick-slider .slick-arrow{position:absolute;top:50%;padding:0;width:15px;height:22px;font-size:0;line-height:0;-webkit-transform:translate(0,-50%);-moz-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translate(0,-50%);color:transparent;border:none;background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uMi40QTEgMSAwIDAgMSAxLjYuMmwxMiAxMGExIDEgMCAwIDEgMCAxLjZsLTEyIDEwYTEgMSAwIDAgMS0xLjItMS42TDExLjMzMyAxMSAuNCAxLjhBMSAxIDAgMCAxIC4yLjR6IiBmaWxsPSIjQzRDNEM0Ii8+PC9zdmc+) center no-repeat !important;-webkit-transition:background .3s ease;-moz-transition:background .3s ease;-ms-transition:background .3s ease;transition:background .3s ease}.slick-slider .slick-arrow:after,.slick-slider .slick-arrow:before{content:''}.slick-slider .slick-arrow:hover{background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uMi40QTEgMSAwIDAgMSAxLjYuMmwxMiAxMGExIDEgMCAwIDEgMCAxLjZsLTEyIDEwYTEgMSAwIDAgMS0xLjItMS42TDExLjMzMyAxMSAuNCAxLjhBMSAxIDAgMCAxIC4yLjR6IiBmaWxsPSIjMTYxNjE2Ii8+PC9zdmc+) center no-repeat}.slick-slider .slick-arrow.slick-next{right:0}.slick-slider .slick-arrow.slick-prev{left:0;-webkit-transform:rotate(180deg) translate(0,50%);-moz-transform:rotate(180deg) translate(0,50%);-ms-transform:rotate(180deg) translate(0,50%);transform:rotate(180deg) translate(0,50%)}.slick-initialized .slick-slide{float:none!important;display:inline-block!important;height:auto;}.product-items.slick-slider>.slick-list{padding:15px 0}.product-items.slick-slider .slick-slide .product-item{display:block!important;margin:auto!important;max-width:205px}.sidebar.sidebar-additional{width:100%}@charset "UTF-8";.fancybox-enabled{overflow:hidden}.fancybox-enabled body{overflow:visible;height:100%}.fancybox-is-hidden{position:absolute;top:-9999px;left:-9999px;visibility:hidden}.fancybox-container{position:fixed;top:0;left:0;width:100%;height:100%;z-index:99993;-webkit-tap-highlight-color:transparent;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform:translateZ(0);transform:translateZ(0)}.fancybox-container~.fancybox-container{z-index:99992}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{position:absolute;top:0;right:0;bottom:0;left:0}.fancybox-outer{overflow-y:auto;-webkit-overflow-scrolling:touch}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.87;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption-wrap,.fancybox-infobar,.fancybox-toolbar{position:absolute;direction:ltr;z-index:99997;opacity:0;visibility:hidden;transition:opacity .25s,visibility 0s linear .25s;box-sizing:border-box}.fancybox-show-caption .fancybox-caption-wrap,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;visibility:visible;transition:opacity .25s,visibility 0s}.fancybox-infobar{top:0;left:50%;margin-left:-79px}.fancybox-infobar__body{display:inline-block;width:70px;line-height:44px;font-size:13px;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;text-align:center;color:#ddd;background-color:rgba(30,30,30,.7);pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;-webkit-font-smoothing:subpixel-antialiased}.fancybox-toolbar{top:0;right:0}.fancybox-stage{overflow:hidden;direction:ltr;z-index:99994;-webkit-transform:translateZ(0)}.fancybox-slide{position:absolute;top:0;left:0;width:100%;height:100%;margin:0;padding:0;overflow:auto;outline:none;white-space:normal;box-sizing:border-box;text-align:center;z-index:99994;-webkit-overflow-scrolling:touch;display:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform;-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.fancybox-slide:before{content:"";display:inline-block;vertical-align:middle;height:100%;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:visible}.fancybox-slide--image:before{display:none}.fancybox-slide--video .fancybox-content,.fancybox-slide--video iframe{background:#000}.fancybox-slide--map .fancybox-content,.fancybox-slide--map iframe{background:#e5e3df}.fancybox-slide--next{z-index:99995}.fancybox-slide>div{display:inline-block;position:relative;padding:24px;margin:44px 0;border-width:0;vertical-align:middle;text-align:left;background-color:#fff;overflow:auto;box-sizing:border-box}.fancybox-slide .fancybox-image-wrap{position:absolute;top:0;left:0;margin:0;padding:0;border:0;z-index:99995;background:transparent;cursor:default;overflow:visible;-webkit-transform-origin:top left;transform-origin:top left;background-size:100% 100%;background-repeat:no-repeat;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-can-zoomOut .fancybox-image-wrap{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-image-wrap{cursor:zoom-in}.fancybox-can-drag .fancybox-image-wrap{cursor:-webkit-grab;cursor:grab}.fancybox-is-dragging .fancybox-image-wrap{cursor:-webkit-grabbing;cursor:grabbing}.fancybox-image,.fancybox-spaceball{position:absolute;top:0;left:0;width:100%;height:100%;margin:0;padding:0;border:0;max-width:none;max-height:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content{padding:0;width:80%;height:80%;max-width:calc(100% - 100px);max-height:calc(100% - 88px);overflow:visible;background:#fff}.fancybox-iframe{display:block;padding:0;border:0;height:100%}.fancybox-error,.fancybox-iframe{margin:0;width:100%;background:#fff}.fancybox-error{padding:40px;max-width:380px;cursor:default}.fancybox-error p{margin:0;padding:0;color:#444;font:16px/20px Helvetica Neue,Helvetica,Arial,sans-serif}.fancybox-close-small{position:absolute;top:0;right:0;width:44px;height:44px;padding:0;margin:0;border:0;border-radius:0;outline:none;background:transparent;z-index:10;cursor:pointer}.fancybox-close-small:after{content:"×";position:absolute;top:5px;right:5px;width:30px;height:30px;font:20px/30px Arial,Helvetica Neue,Helvetica,sans-serif;color:#888;font-weight:300;text-align:center;border-radius:50%;border-width:0;background:#fff;transition:background .25s;box-sizing:border-box;z-index:2}.fancybox-close-small:focus:after{outline:1px dotted #888}.fancybox-close-small:hover:after{color:#555;background:#eee}.fancybox-slide--iframe .fancybox-close-small{top:0;right:-44px}.fancybox-slide--iframe .fancybox-close-small:after{background:transparent;font-size:35px;color:#aaa}.fancybox-slide--iframe .fancybox-close-small:hover:after{color:#fff}.fancybox-caption-wrap{bottom:0;left:0;right:0;padding:60px 30px 0;background:linear-gradient(180deg,transparent 0,rgba(0,0,0,.1) 20%,rgba(0,0,0,.2) 40%,rgba(0,0,0,.6) 80%,rgba(0,0,0,.8));pointer-events:none}.fancybox-caption{padding:30px 0;border-top:1px solid hsla(0,0%,100%,.4);font-size:14px;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;color:#fff;line-height:20px;-webkit-text-size-adjust:none}.fancybox-caption a,.fancybox-caption button,.fancybox-caption select{pointer-events:all}.fancybox-caption a{color:#fff;text-decoration:underline}.fancybox-button{display:inline-block;position:relative;margin:0;padding:0;border:0;width:44px;height:44px;line-height:44px;text-align:center;background:transparent;color:#ddd;border-radius:0;cursor:pointer;vertical-align:top;outline:none}.fancybox-button[disabled]{cursor:default;pointer-events:none}.fancybox-button,.fancybox-infobar__body{background:rgba(30,30,30,.6)}.fancybox-button:hover:not([disabled]){color:#fff;background:rgba(0,0,0,.8)}.fancybox-button:after,.fancybox-button:before{content:"";pointer-events:none;position:absolute;background-color:currentColor;color:currentColor;opacity:.9;box-sizing:border-box;display:inline-block}.fancybox-button[disabled]:after,.fancybox-button[disabled]:before{opacity:.3}.fancybox-button--left:after,.fancybox-button--right:after{top:18px;width:6px;height:6px;background:transparent;border-top:2px solid currentColor;border-right:2px solid currentColor}.fancybox-button--left:after{left:20px;-webkit-transform:rotate(-135deg);transform:rotate(-135deg)}.fancybox-button--right:after{right:20px;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.fancybox-button--left{border-bottom-left-radius:5px}.fancybox-button--right{border-bottom-right-radius:5px}.fancybox-button--close:after,.fancybox-button--close:before{content:"";display:inline-block;position:absolute;height:2px;width:16px;top:calc(50% - 1px);left:calc(50% - 8px)}.fancybox-button--close:before{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.fancybox-button--close:after{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.fancybox-arrow{position:absolute;top:50%;margin:-50px 0 0;height:100px;width:54px;padding:0;border:0;outline:none;background:none;cursor:pointer;z-index:99995;opacity:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;transition:opacity .25s}.fancybox-arrow:after{content:"";position:absolute;top:28px;width:44px;height:44px;background-color:rgba(30,30,30,.8);background-image:url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkZGRkZGIiBoZWlnaHQ9IjQ4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSI0OCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gICAgPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPiAgICA8cGF0aCBkPSJNMTIgNGwtMS40MSAxLjQxTDE2LjE3IDExSDR2MmgxMi4xN2wtNS41OCA1LjU5TDEyIDIwbDgtOHoiLz48L3N2Zz4=);background-repeat:no-repeat;background-position:50%;background-size:24px 24px}.fancybox-arrow--right{right:0}.fancybox-arrow--left{left:0;-webkit-transform:scaleX(-1);transform:scaleX(-1)}.fancybox-arrow--left:after,.fancybox-arrow--right:after{left:0}.fancybox-show-nav .fancybox-arrow{opacity:.6}.fancybox-show-nav .fancybox-arrow[disabled]{opacity:.3}.fancybox-slide>.fancybox-loading{border:6px solid hsla(0,0%,39%,.4);border-top:6px solid hsla(0,0%,100%,.6);border-radius:100%;height:50px;width:50px;-webkit-animation:a .8s infinite linear;animation:a .8s infinite linear;background:transparent;position:absolute;top:50%;left:50%;margin-top:-25px;margin-left:-25px;z-index:99999}@-webkit-keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);opacity:0}.fancybox-fx-slide.fancybox-slide--next{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);opacity:0}.fancybox-fx-slide.fancybox-slide--current{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{-webkit-transform:scale3d(1.5,1.5,1.5);transform:scale3d(1.5,1.5,1.5);opacity:0}.fancybox-fx-zoom-in-out.fancybox-slide--next{-webkit-transform:scale3d(.5,.5,.5);transform:scale3d(.5,.5,.5);opacity:0}.fancybox-fx-zoom-in-out.fancybox-slide--current{-webkit-transform:scaleX(1);transform:scaleX(1);opacity:1}.fancybox-fx-rotate.fancybox-slide--previous{-webkit-transform:rotate(-1turn);transform:rotate(-1turn);opacity:0}.fancybox-fx-rotate.fancybox-slide--next{-webkit-transform:rotate(1turn);transform:rotate(1turn);opacity:0}.fancybox-fx-rotate.fancybox-slide--current{-webkit-transform:rotate(0deg);transform:rotate(0deg);opacity:1}.fancybox-fx-circular.fancybox-slide--previous{-webkit-transform:scale3d(0,0,0) translate3d(-100%,0,0);transform:scale3d(0,0,0) translate3d(-100%,0,0);opacity:0}.fancybox-fx-circular.fancybox-slide--next{-webkit-transform:scale3d(0,0,0) translate3d(100%,0,0);transform:scale3d(0,0,0) translate3d(100%,0,0);opacity:0}.fancybox-fx-circular.fancybox-slide--current{-webkit-transform:scaleX(1) translateZ(0);transform:scaleX(1) translateZ(0);opacity:1}.fancybox-fx-tube.fancybox-slide--previous{-webkit-transform:translate3d(-100%,0,0) scale(.1) skew(-10deg);transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{-webkit-transform:translate3d(100%,0,0) scale(.1) skew(10deg);transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{-webkit-transform:translateZ(0) scale(1);transform:translateZ(0) scale(1)}@media (max-width:800px){.fancybox-infobar{left:0;margin-left:0}.fancybox-button--left,.fancybox-button--right{display:none!important}.fancybox-caption{padding:20px 0;margin:0}}.fancybox-button--fullscreen:before{width:15px;height:11px;left:calc(50% - 7px);top:calc(50% - 6px);border:2px solid;background:none}.fancybox-button--pause:before,.fancybox-button--play:before{top:calc(50% - 6px);left:calc(50% - 4px);background:transparent}.fancybox-button--play:before{width:0;height:0;border-top:6px inset transparent;border-bottom:6px inset transparent;border-left:10px solid;border-radius:1px}.fancybox-button--pause:before{width:7px;height:11px;border-style:solid;border-width:0 2px}.fancybox-button--thumbs,.fancybox-thumbs{display:none}@media (min-width:800px){.fancybox-button--thumbs{display:inline-block}.fancybox-button--thumbs span{font-size:23px}.fancybox-button--thumbs:before{width:3px;height:3px;top:calc(50% - 2px);left:calc(50% - 2px);box-shadow:0 -4px 0,-4px -4px 0,4px -4px 0,inset 0 0 0 32px,-4px 0 0,4px 0 0,0 4px 0,-4px 4px 0,4px 4px 0}.fancybox-thumbs{position:absolute;top:0;right:0;bottom:0;left:auto;width:220px;margin:0;padding:5px 5px 0 0;background:#fff;word-break:normal;-webkit-tap-highlight-color:transparent;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;box-sizing:border-box;z-index:99995}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:220px}.fancybox-thumbs>ul{list-style:none;position:absolute;position:relative;width:100%;height:100%;margin:0;padding:0;overflow-x:hidden;overflow-y:auto;font-size:0}.fancybox-thumbs>ul>li{float:left;overflow:hidden;max-width:50%;padding:0;margin:0;width:105px;height:75px;position:relative;cursor:pointer;outline:none;border:5px solid transparent;border-top-width:0;border-right-width:0;-webkit-tap-highlight-color:transparent;-webkit-backface-visibility:hidden;backface-visibility:hidden;box-sizing:border-box}li.fancybox-thumbs-loading{background:rgba(0,0,0,.1)}.fancybox-thumbs>ul>li>img{position:absolute;top:0;left:0;min-width:100%;min-height:100%;max-width:none;max-height:none;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-thumbs>ul>li:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:2px;border:4px solid #4ea7f9;z-index:99991;opacity:0;transition:all .2s cubic-bezier(.25,.46,.45,.94)}.fancybox-thumbs>ul>li.fancybox-thumbs-active:before{opacity:1}}.affiliate_social_buttons {
    position: fixed;
    left: 10px;
    bottom: 10px;
    z-index: 10;
}

.block.block-collapsible-nav.amasty-affiliate-collapsible {
    top: 30px;
    z-index: 4;
}

@media only screen and (max-width: 767px) {
    .account .page-main, .cms-privacy-policy .page-main {
        padding-top: 85px;
    }
}
@charset "UTF-8";.fancyambox-enabled{overflow:hidden}.fancyambox-enabled body{overflow:visible;height:100%}.fancyambox-is-hidden{position:absolute;top:-9999px;left:-9999px;visibility:hidden}.fancyambox-container{position:fixed;top:0;left:0;width:100%;height:100%;z-index:99993;-webkit-tap-highlight-color:transparent;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform:translateZ(0);transform:translateZ(0)}.fancyambox-container~.fancyambox-container{z-index:99992}.fancyambox-bg,.fancyambox-inner,.fancyambox-outer,.fancyambox-stage{position:absolute;top:0;right:0;bottom:0;left:0}.fancyambox-outer{overflow-y:auto;-webkit-overflow-scrolling:touch}.fancyambox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancyambox-is-open .fancyambox-bg{opacity:.87;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancyambox-caption-wrap,.fancyambox-infobar,.fancyambox-toolbar{position:absolute;direction:ltr;z-index:99997;opacity:0;visibility:hidden;transition:opacity .25s,visibility 0s linear .25s;box-sizing:border-box}.fancyambox-show-caption .fancyambox-caption-wrap,.fancyambox-show-infobar .fancyambox-infobar,.fancyambox-show-toolbar .fancyambox-toolbar{opacity:1;visibility:visible;transition:opacity .25s,visibility 0s}.fancyambox-infobar{top:0;left:50%;margin-left:-79px}.fancyambox-infobar__body{display:inline-block;width:70px;line-height:44px;font-size:13px;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;text-align:center;color:#ddd;background-color:rgba(30,30,30,.7);pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;-webkit-font-smoothing:subpixel-antialiased}.fancyambox-toolbar{top:0;right:0}.fancyambox-stage{overflow:hidden;direction:ltr;z-index:99994;-webkit-transform:translateZ(0)}.fancyambox-slide{position:absolute;top:0;left:0;width:100%;height:100%;margin:0;padding:0;overflow:auto;outline:none;white-space:normal;box-sizing:border-box;text-align:center;z-index:99994;-webkit-overflow-scrolling:touch;display:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform;-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.fancyambox-slide:before{content:"";display:inline-block;vertical-align:middle;height:100%;width:0}.fancyambox-is-sliding .fancyambox-slide,.fancyambox-slide--current,.fancyambox-slide--next,.fancyambox-slide--previous{display:block}.fancyambox-slide--image{overflow:visible}.fancyambox-slide--image:before{display:none}.fancyambox-slide--video .fancyambox-content,.fancyambox-slide--video iframe{background:#000}.fancyambox-slide--map .fancyambox-content,.fancyambox-slide--map iframe{background:#e5e3df}.fancyambox-slide--next{z-index:99995}.fancyambox-slide>div{display:inline-block;position:relative;padding:24px;margin:44px 0;border-width:0;vertical-align:middle;text-align:left;background-color:#fff;overflow:auto;box-sizing:border-box}.fancyambox-slide .fancyambox-image-wrap{position:absolute;top:0;left:0;margin:0;padding:0;border:0;z-index:99995;background:transparent;cursor:default;overflow:visible;-webkit-transform-origin:top left;transform-origin:top left;background-size:100% 100%;background-repeat:no-repeat;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancyambox-can-zoomOut .fancyambox-image-wrap{cursor:zoom-out}.fancyambox-can-zoomIn .fancyambox-image-wrap{cursor:zoom-in}.fancyambox-can-drag .fancyambox-image-wrap{cursor:-webkit-grab;cursor:grab}.fancyambox-is-dragging .fancyambox-image-wrap{cursor:-webkit-grabbing;cursor:grabbing}.fancyambox-image,.fancyambox-spaceball{position:absolute;top:0;left:0;width:100%;height:100%;margin:0;padding:0;border:0;max-width:none;max-height:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancyambox-spaceball{z-index:1}.fancyambox-slide--iframe .fancyambox-content{padding:0;width:80%;height:80%;max-width:calc(100% - 100px);max-height:calc(100% - 88px);overflow:visible;background:#fff}.fancyambox-iframe{display:block;padding:0;border:0;height:100%}.fancyambox-error,.fancyambox-iframe{margin:0;width:100%;background:#fff}.fancyambox-error{padding:40px;max-width:380px;cursor:default}.fancyambox-error p{margin:0;padding:0;color:#444;font:16px/20px Helvetica Neue,Helvetica,Arial,sans-serif}.fancyambox-close-small{position:absolute;top:0;right:0;width:44px;height:44px;padding:0;margin:0;border:0;border-radius:0;outline:none;background:transparent;z-index:10;cursor:pointer}.fancyambox-close-small:after{content:"×";position:absolute;top:5px;right:5px;width:30px;height:30px;font:20px/30px Arial,Helvetica Neue,Helvetica,sans-serif;color:#888;font-weight:300;text-align:center;border-radius:50%;border-width:0;background:#fff;transition:background .25s;box-sizing:border-box;z-index:2}.fancyambox-close-small:hover:after{color:#555;background:#eee}.fancyambox-slide--iframe .fancyambox-close-small{top:0;right:-44px}.fancyambox-slide--iframe .fancyambox-close-small:after{background:transparent;font-size:35px;color:#aaa}.fancyambox-slide--iframe .fancyambox-close-small:hover:after{color:#fff}.fancyambox-caption-wrap{bottom:0;left:0;right:0;padding:60px 30px 0;background:linear-gradient(180deg,transparent 0,rgba(0,0,0,.1) 20%,rgba(0,0,0,.2) 40%,rgba(0,0,0,.6) 80%,rgba(0,0,0,.8));pointer-events:none}.fancyambox-caption{padding:30px 0;border-top:1px solid hsla(0,0%,100%,.4);font-size:14px;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;color:#fff;line-height:20px;-webkit-text-size-adjust:none}.fancyambox-caption a,.fancyambox-caption button,.fancyambox-caption select{pointer-events:all}.fancyambox-caption a{color:#fff;text-decoration:underline}.fancyambox-button{display:inline-block;position:relative;margin:0;padding:0;border:0;width:44px;height:44px;line-height:44px;text-align:center;background:transparent;color:#ddd;border-radius:0;cursor:pointer;vertical-align:top;outline:none}.fancyambox-button[disabled]{cursor:default;pointer-events:none}.fancyambox-button,.fancyambox-infobar__body{background:rgba(30,30,30,.6)}.fancyambox-button:hover:not([disabled]){color:#fff;background:rgba(0,0,0,.8)}.fancyambox-button:after,.fancyambox-button:before{content:"";pointer-events:none;position:absolute;background-color:currentColor;color:currentColor;opacity:.9;box-sizing:border-box;display:inline-block}.fancyambox-button[disabled]:after,.fancyambox-button[disabled]:before{opacity:.3}.fancyambox-button--left:after,.fancyambox-button--right:after{top:18px;width:6px;height:6px;background:transparent;border-top:2px solid currentColor;border-right:2px solid currentColor}.fancyambox-button--left:after{left:20px;-webkit-transform:rotate(-135deg);transform:rotate(-135deg)}.fancyambox-button--right:after{right:20px;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.fancyambox-button--left{border-bottom-left-radius:5px}.fancyambox-button--right{border-bottom-right-radius:5px}.fancyambox-button--close:after,.fancyambox-button--close:before{content:"";display:inline-block;position:absolute;height:2px;width:16px;top:calc(50% - 1px);left:calc(50% - 8px)}.fancyambox-button--close:before{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.fancyambox-button--close:after{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.fancyambox-arrow{position:absolute;top:50%;margin:-50px 0 0;height:100px;width:54px;padding:0;border:0;outline:none;background:none;cursor:pointer;z-index:99995;opacity:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;transition:opacity .25s}.fancyambox-arrow:after{content:"";position:absolute;top:28px;width:44px;height:44px;background-color:rgba(30,30,30,.8);background-image:url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkZGRkZGIiBoZWlnaHQ9IjQ4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSI0OCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gICAgPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPiAgICA8cGF0aCBkPSJNMTIgNGwtMS40MSAxLjQxTDE2LjE3IDExSDR2MmgxMi4xN2wtNS41OCA1LjU5TDEyIDIwbDgtOHoiLz48L3N2Zz4=);background-repeat:no-repeat;background-position:50%;background-size:24px 24px}.fancyambox-arrow--right{right:0}.fancyambox-arrow--left{left:0;-webkit-transform:scaleX(-1);transform:scaleX(-1)}.fancyambox-arrow--left:after,.fancyambox-arrow--right:after{left:0}.fancyambox-show-nav .fancyambox-arrow{opacity:.6}.fancyambox-show-nav .fancyambox-arrow[disabled]{opacity:.3}.fancyambox-slide>.fancyambox-loading{border:6px solid hsla(0,0%,39%,.4);border-top:6px solid hsla(0,0%,100%,.6);border-radius:100%;height:50px;width:50px;-webkit-animation:a .8s infinite linear;animation:a .8s infinite linear;background:transparent;position:absolute;top:50%;left:50%;margin-top:-25px;margin-left:-25px;z-index:99999}@-webkit-keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fancyambox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancyambox-fx-slide.fancyambox-slide--previous{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);opacity:0}.fancyambox-fx-slide.fancyambox-slide--next{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);opacity:0}.fancyambox-fx-slide.fancyambox-slide--current{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}.fancyambox-fx-fade.fancyambox-slide--next,.fancyambox-fx-fade.fancyambox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancyambox-fx-fade.fancyambox-slide--current{opacity:1}.fancyambox-fx-zoom-in-out.fancyambox-slide--previous{-webkit-transform:scale3d(1.5,1.5,1.5);transform:scale3d(1.5,1.5,1.5);opacity:0}.fancyambox-fx-zoom-in-out.fancyambox-slide--next{-webkit-transform:scale3d(.5,.5,.5);transform:scale3d(.5,.5,.5);opacity:0}.fancyambox-fx-zoom-in-out.fancyambox-slide--current{-webkit-transform:scaleX(1);transform:scaleX(1);opacity:1}.fancyambox-fx-rotate.fancyambox-slide--previous{-webkit-transform:rotate(-1turn);transform:rotate(-1turn);opacity:0}.fancyambox-fx-rotate.fancyambox-slide--next{-webkit-transform:rotate(1turn);transform:rotate(1turn);opacity:0}.fancyambox-fx-rotate.fancyambox-slide--current{-webkit-transform:rotate(0deg);transform:rotate(0deg);opacity:1}.fancyambox-fx-circular.fancyambox-slide--previous{-webkit-transform:scale3d(0,0,0) translate3d(-100%,0,0);transform:scale3d(0,0,0) translate3d(-100%,0,0);opacity:0}.fancyambox-fx-circular.fancyambox-slide--next{-webkit-transform:scale3d(0,0,0) translate3d(100%,0,0);transform:scale3d(0,0,0) translate3d(100%,0,0);opacity:0}.fancyambox-fx-circular.fancyambox-slide--current{-webkit-transform:scaleX(1) translateZ(0);transform:scaleX(1) translateZ(0);opacity:1}.fancyambox-fx-tube.fancyambox-slide--previous{-webkit-transform:translate3d(-100%,0,0) scale(.1) skew(-10deg);transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancyambox-fx-tube.fancyambox-slide--next{-webkit-transform:translate3d(100%,0,0) scale(.1) skew(10deg);transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancyambox-fx-tube.fancyambox-slide--current{-webkit-transform:translateZ(0) scale(1);transform:translateZ(0) scale(1)}@media (max-width:800px){.fancyambox-infobar{left:0;margin-left:0}.fancyambox-button--left,.fancyambox-button--right{display:none!important}.fancyambox-caption{padding:20px 0;margin:0}}.fancyambox-button--fullscreen:before{width:15px;height:11px;left:calc(50% - 7px);top:calc(50% - 6px);border:2px solid;background:none}.fancyambox-button--pause:before,.fancyambox-button--play:before{top:calc(50% - 6px);left:calc(50% - 4px);background:transparent}.fancyambox-button--play:before{width:0;height:0;border-top:6px inset transparent;border-bottom:6px inset transparent;border-left:10px solid;border-radius:1px}.fancyambox-button--pause:before{width:7px;height:11px;border-style:solid;border-width:0 2px}.fancyambox-button--thumbs,.fancyambox-thumbs{display:none}@media (min-width:800px){.fancyambox-button--thumbs{display:inline-block}.fancyambox-button--thumbs span{font-size:23px}.fancyambox-button--thumbs:before{width:3px;height:3px;top:calc(50% - 2px);left:calc(50% - 2px);box-shadow:0 -4px 0,-4px -4px 0,4px -4px 0,inset 0 0 0 32px,-4px 0 0,4px 0 0,0 4px 0,-4px 4px 0,4px 4px 0}.fancyambox-thumbs{position:absolute;top:0;right:0;bottom:0;left:auto;width:220px;margin:0;padding:5px 5px 0 0;background:#fff;word-break:normal;-webkit-tap-highlight-color:transparent;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;box-sizing:border-box;z-index:99995}.fancyambox-show-thumbs .fancyambox-thumbs{display:block}.fancyambox-show-thumbs .fancyambox-inner{right:220px}.fancyambox-thumbs>ul{list-style:none;position:absolute;position:relative;width:100%;height:100%;margin:0;padding:0;overflow-x:hidden;overflow-y:auto;font-size:0}.fancyambox-thumbs>ul>li{float:left;overflow:hidden;max-width:50%;padding:0;margin:0;width:105px;height:75px;position:relative;cursor:pointer;outline:none;border:5px solid transparent;border-top-width:0;border-right-width:0;-webkit-tap-highlight-color:transparent;-webkit-backface-visibility:hidden;backface-visibility:hidden;box-sizing:border-box}li.fancyambox-thumbs-loading{background:rgba(0,0,0,.1)}.fancyambox-thumbs>ul>li>img{position:absolute;top:0;left:0;min-width:100%;min-height:100%;max-width:none;max-height:none;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancyambox-thumbs>ul>li:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:2px;border:4px solid #4ea7f9;z-index:99991;opacity:0;transition:all .2s cubic-bezier(.25,.46,.45,.94)}.fancyambox-thumbs>ul>li.fancyambox-thumbs-active:before{opacity:1}}
/**
 * Swiper 9.1.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: March 16, 2023
 */

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper,swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide,swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:var(--swiper-navigation-top-offset,50%);width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,:host(.swiper-horizontal.swiper-rtl) .swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:var(--swiper-pagination-progressbar-size,4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;-ms-touch-action:none;background:var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1))}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset,1%);bottom:var(--swiper-scrollbar-bottom,4px);top:var(--swiper-scrollbar-top,auto);z-index:50;height:var(--swiper-scrollbar-size,4px);width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;left:var(--swiper-scrollbar-left,auto);right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);z-index:50;width:var(--swiper-scrollbar-size,4px);height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));border-radius:var(--swiper-scrollbar-border-radius,10px);left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification,swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}
/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

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

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/.chosen-container{position:relative;display:inline-block;vertical-align:middle;font-size:13px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.chosen-container *{-webkit-box-sizing:border-box;box-sizing:border-box}.chosen-container .chosen-drop{position:absolute;top:100%;z-index:1010;width:100%;border:1px solid #aaa;border-top:0;background:#fff;-webkit-box-shadow:0 4px 5px rgba(0,0,0,.15);box-shadow:0 4px 5px rgba(0,0,0,.15);clip:rect(0,0,0,0);-webkit-clip-path:inset(100% 100%);clip-path:inset(100% 100%)}.chosen-container.chosen-with-drop .chosen-drop{clip:auto;-webkit-clip-path:none;clip-path:none}.chosen-container a{cursor:pointer}.chosen-container .chosen-single .group-name,.chosen-container .search-choice .group-name{margin-right:4px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-weight:400;color:#999}.chosen-container .chosen-single .group-name:after,.chosen-container .search-choice .group-name:after{content:":";padding-left:2px;vertical-align:top}.chosen-container-single .chosen-single{position:relative;display:block;overflow:hidden;padding:0 0 0 8px;height:25px;border:1px solid #aaa;border-radius:5px;background-color:#fff;background:-webkit-gradient(linear,left top,left bottom,color-stop(20%,#fff),color-stop(50%,#f6f6f6),color-stop(52%,#eee),to(#f4f4f4));background:linear-gradient(#fff 20%,#f6f6f6 50%,#eee 52%,#f4f4f4 100%);background-clip:padding-box;-webkit-box-shadow:0 0 3px #fff inset,0 1px 1px rgba(0,0,0,.1);box-shadow:0 0 3px #fff inset,0 1px 1px rgba(0,0,0,.1);color:#444;text-decoration:none;white-space:nowrap;line-height:24px}.chosen-container-single .chosen-default{color:#999}.chosen-container-single .chosen-single span{display:block;overflow:hidden;margin-right:26px;text-overflow:ellipsis;white-space:nowrap}.chosen-container-single .chosen-single-with-deselect span{margin-right:38px}.chosen-container-single .chosen-single abbr{position:absolute;top:6px;right:26px;display:block;width:12px;height:12px;background:url(../../frontend/Mgs/molla/de_DE/Amasty_Storelocator/vendor/chosen/chosen-sprite.png) -42px 1px no-repeat;font-size:1px}.chosen-container-single .chosen-single abbr:hover{background-position:-42px -10px}.chosen-container-single.chosen-disabled .chosen-single abbr:hover{background-position:-42px -10px}.chosen-container-single .chosen-single div{position:absolute;top:0;right:0;display:block;width:18px;height:100%}.chosen-container-single .chosen-single div b{display:block;width:100%;height:100%;background:url(../../frontend/Mgs/molla/de_DE/Amasty_Storelocator/vendor/chosen/chosen-sprite.png) no-repeat 0 2px}.chosen-container-single .chosen-search{position:relative;z-index:1010;margin:0;padding:3px 4px;white-space:nowrap}.chosen-container-single .chosen-search input[type=text]{margin:1px 0;padding:4px 20px 4px 5px;width:100%;height:auto;outline:0;border:1px solid #aaa;background:url(../../frontend/Mgs/molla/de_DE/Amasty_Storelocator/vendor/chosen/chosen-sprite.png) no-repeat 100% -20px;font-size:1em;font-family:sans-serif;line-height:normal;border-radius:0}.chosen-container-single .chosen-drop{margin-top:-1px;border-radius:0 0 4px 4px;background-clip:padding-box}.chosen-container-single.chosen-container-single-nosearch .chosen-search{position:absolute;clip:rect(0,0,0,0);-webkit-clip-path:inset(100% 100%);clip-path:inset(100% 100%)}.chosen-container .chosen-results{color:#444;position:relative;overflow-x:hidden;overflow-y:auto;margin:0 4px 4px 0;padding:0 0 0 4px;max-height:240px;-webkit-overflow-scrolling:touch}.chosen-container .chosen-results li{display:none;margin:0;padding:5px 6px;list-style:none;line-height:15px;word-wrap:break-word;-webkit-touch-callout:none}.chosen-container .chosen-results li.active-result{display:list-item;cursor:pointer}.chosen-container .chosen-results li.disabled-result{display:list-item;color:#ccc;cursor:default}.chosen-container .chosen-results li.highlighted{background-color:#3875d7;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(20%,#3875d7),color-stop(90%,#2a62bc));background-image:linear-gradient(#3875d7 20%,#2a62bc 90%);color:#fff}.chosen-container .chosen-results li.no-results{color:#777;display:list-item;background:#f4f4f4}.chosen-container .chosen-results li.group-result{display:list-item;font-weight:700;cursor:default}.chosen-container .chosen-results li.group-option{padding-left:15px}.chosen-container .chosen-results li em{font-style:normal;text-decoration:underline}.chosen-container-multi .chosen-choices{position:relative;overflow:hidden;margin:0;padding:0 5px;width:100%;height:auto;border:1px solid #aaa;background-color:#fff;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(1%,#eee),color-stop(15%,#fff));background-image:linear-gradient(#eee 1%,#fff 15%);cursor:text}.chosen-container-multi .chosen-choices li{float:left;list-style:none}.chosen-container-multi .chosen-choices li.search-field{margin:0;padding:0;white-space:nowrap}.chosen-container-multi .chosen-choices li.search-field input[type=text]{margin:1px 0;padding:0;height:25px;outline:0;border:0!important;background:0 0!important;-webkit-box-shadow:none;box-shadow:none;color:#999;font-size:100%;font-family:sans-serif;line-height:normal;border-radius:0;width:25px}.chosen-container-multi .chosen-choices li.search-choice{position:relative;margin:3px 5px 3px 0;padding:3px 20px 3px 5px;border:1px solid #aaa;max-width:100%;border-radius:3px;background-color:#eee;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(20%,#f4f4f4),color-stop(50%,#f0f0f0),color-stop(52%,#e8e8e8),to(#eee));background-image:linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-size:100% 19px;background-repeat:repeat-x;background-clip:padding-box;-webkit-box-shadow:0 0 2px #fff inset,0 1px 0 rgba(0,0,0,.05);box-shadow:0 0 2px #fff inset,0 1px 0 rgba(0,0,0,.05);color:#333;line-height:13px;cursor:default}.chosen-container-multi .chosen-choices li.search-choice span{word-wrap:break-word}.chosen-container-multi .chosen-choices li.search-choice .search-choice-close{position:absolute;top:4px;right:3px;display:block;width:12px;height:12px;background:url(../../frontend/Mgs/molla/de_DE/Amasty_Storelocator/vendor/chosen/chosen-sprite.png) -42px 1px no-repeat;font-size:1px}.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover{background-position:-42px -10px}.chosen-container-multi .chosen-choices li.search-choice-disabled{padding-right:5px;border:1px solid #ccc;background-color:#e4e4e4;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(20%,#f4f4f4),color-stop(50%,#f0f0f0),color-stop(52%,#e8e8e8),to(#eee));background-image:linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);color:#666}.chosen-container-multi .chosen-choices li.search-choice-focus{background:#d4d4d4}.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close{background-position:-42px -10px}.chosen-container-multi .chosen-results{margin:0;padding:0}.chosen-container-multi .chosen-drop .result-selected{display:list-item;color:#ccc;cursor:default}.chosen-container-active .chosen-single{border:1px solid #5897fb;-webkit-box-shadow:0 0 5px rgba(0,0,0,.3);box-shadow:0 0 5px rgba(0,0,0,.3)}.chosen-container-active.chosen-with-drop .chosen-single{border:1px solid #aaa;border-bottom-right-radius:0;border-bottom-left-radius:0;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(20%,#eee),color-stop(80%,#fff));background-image:linear-gradient(#eee 20%,#fff 80%);-webkit-box-shadow:0 1px 0 #fff inset;box-shadow:0 1px 0 #fff inset}.chosen-container-active.chosen-with-drop .chosen-single div{border-left:none;background:0 0}.chosen-container-active.chosen-with-drop .chosen-single div b{background-position:-18px 2px}.chosen-container-active .chosen-choices{border:1px solid #5897fb;-webkit-box-shadow:0 0 5px rgba(0,0,0,.3);box-shadow:0 0 5px rgba(0,0,0,.3)}.chosen-container-active .chosen-choices li.search-field input[type=text]{color:#222!important}.chosen-disabled{opacity:.5!important;cursor:default}.chosen-disabled .chosen-single{cursor:default}.chosen-disabled .chosen-choices .search-choice .search-choice-close{cursor:default}.chosen-rtl{text-align:right}.chosen-rtl .chosen-single{overflow:visible;padding:0 8px 0 0}.chosen-rtl .chosen-single span{margin-right:0;margin-left:26px;direction:rtl}.chosen-rtl .chosen-single-with-deselect span{margin-left:38px}.chosen-rtl .chosen-single div{right:auto;left:3px}.chosen-rtl .chosen-single abbr{right:auto;left:26px}.chosen-rtl .chosen-choices li{float:right}.chosen-rtl .chosen-choices li.search-field input[type=text]{direction:rtl}.chosen-rtl .chosen-choices li.search-choice{margin:3px 5px 3px 0;padding:3px 5px 3px 19px}.chosen-rtl .chosen-choices li.search-choice .search-choice-close{right:auto;left:4px}.chosen-rtl.chosen-container-single .chosen-results{margin:0 0 4px 4px;padding:0 4px 0 0}.chosen-rtl .chosen-results li.group-option{padding-right:15px;padding-left:0}.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div{border-right:none}.chosen-rtl .chosen-search input[type=text]{padding:4px 5px 4px 20px;background:url(../../frontend/Mgs/molla/de_DE/Amasty_Storelocator/vendor/chosen/chosen-sprite.png) no-repeat -30px -20px;direction:rtl}.chosen-rtl.chosen-container-single .chosen-single div b{background-position:6px 2px}.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b{background-position:-12px 2px}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-resolution:144dpi),only screen and (min-resolution:1.5dppx){.chosen-container .chosen-results-scroll-down span,.chosen-container .chosen-results-scroll-up span,.chosen-container-multi .chosen-choices .search-choice .search-choice-close,.chosen-container-single .chosen-search input[type=text],.chosen-container-single .chosen-single abbr,.chosen-container-single .chosen-single div b,.chosen-rtl .chosen-search input[type=text]{background-image:url(../../frontend/Mgs/molla/de_DE/Amasty_Storelocator/vendor/chosen/chosen-sprite@2x.png)!important;background-size:52px 37px!important;background-repeat:no-repeat!important}}.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
.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-track {
  visibility: hidden;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  padding: 5px 0;
}
.slick-arrow.slick-hidden {
  display: none;
}
[dir='rtl'] .slick-slide {
  float: right;
}
/* Gallery List */
.mfp-img-gallery .mfp-img {
  background: #fff;
}
/* Gallery Full Width */
.product.media a.lb {
  cursor: zoom-in;
  display: block;
  line-height: 0;
}
.product.media .gallery-list .product.item-image + .product.item-image {
  margin-top: 30px;
}
.product.media .zoomImg {
  cursor: move;
}
.product.media .item-image-video .zoomImg {
  display: none !important;
}
.product.media .product.item-image {
  position: relative;
}
.product.media .product.item-image img:not(.zoomImg) {
  min-width: 100%;
}
.product.media .product.item-image .label-video {
  position: absolute;
  z-index: 1;
  background-color: #f68872;
  color: #fff;
  border-radius: 3px;
  top: 10px;
  left: 10px;
  padding: 4px 10px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.product.media .product.item-image .lb.video-link {
  display: block;
  position: relative;
  cursor: pointer;
}
.product.media .product.item-image .lb.video-link:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.6);
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
}
.product.media .product.item-image .lb.video-link:before {
  content: "\e6f9";
  font-family: "Linearicons";
  position: absolute;
  display: block;
  top: 50%;
  left: 0;
  text-align: center;
  right: 0;
  z-index: 3;
  font-size: 36px;
  color: #f68872;
  opacity: 0;
  visibility: hidden;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.product.media .product.item-image .lb.video-link:hover:after,
.product.media .product.item-image .lb.video-link:hover:before {
  opacity: 1;
  visibility: visible;
}
.product.media .item-thumb .popup-video-thumb,
.product.media .product.item-image .popup-video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.6);
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
}
.product.media .product.item-image:hover .popup-video {
  opacity: 1;
  visibility: visible;
}
.product.media .product.item-image .popup-video span {
  position: relative;
  display: block;
  top: 50%;
  left: 0;
  text-align: center;
  right: 0;
  font-size: 36px;
  color: #f68872;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.product.media .item-thumb.slick-slide .popup-video-thumb {
  top: 5px;
  bottom: 5px;
}
.product.media .item-thumb .popup-video-thumb {
  opacity: 1;
  visibility: visible;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  color: #f68872;
  justify-content: center;
  font-size: 24px;
}
.extra-gallery-fullwidth.catalog-product-view .product.media {
  width: 100%;
  overflow: hidden;
  margin-bottom: 111px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .extra-gallery-fullwidth.catalog-product-view .product.media {
    margin-bottom: 70px;
  }
}
@media (max-width: 767.98px) {
  .extra-gallery-fullwidth.catalog-product-view .product.media {
    margin-bottom: 0;
  }
}
.extra-gallery-fullwidth.catalog-product-view .product-info-main .product-info-price {
  justify-content: center;
}
.extra-gallery-fullwidth.catalog-product-view .product.attribute.overview {
  margin: 42px 0 39px;
}
.extra-gallery-fullwidth.catalog-product-view .block-bundle-summary .box-tocart .field.qty,
.extra-gallery-fullwidth.catalog-product-view .product-info-main .box-tocart .field.qty {
  width: 200px;
}
.extra-gallery-fullwidth.catalog-product-view .product-info-main .box-tocart .fieldset .product-addto-links,
.extra-gallery-fullwidth.catalog-product-view .block-bundle-summary .box-tocart .fieldset .product-addto-links {
  -webkit-order: 10;
  order: 10;
}
.extra-gallery-fullwidth.catalog-product-view .product-info-main .box-tocart .fieldset .product-addto-links .action,
.extra-gallery-fullwidth.catalog-product-view .block-bundle-summary .box-tocart .fieldset .product-addto-links .action {
  margin: 0 0 0 10px;
}
.extra-gallery-fullwidth.catalog-product-view .product.media > .owl-carousel {
  margin: 0 auto;
}
.extra-gallery-fullwidth.catalog-product-view .product.media.item-xl-1 > .owl-carousel {
  width: 50%;
}
.extra-gallery-fullwidth.catalog-product-view .product.media.item-xl-2 > .owl-carousel {
  width: 66.667%;
}
.extra-gallery-fullwidth.catalog-product-view .product.media.item-xl-3 > .owl-carousel {
  width: 75%;
}
.extra-gallery-fullwidth.catalog-product-view .product.media > .owl-carousel .owl-stage-outer {
  overflow: visible;
}
.extra-gallery-fullwidth.catalog-product-view .product.media .owl-item {
  padding: 0 15px;
}
.extra-gallery-fullwidth .product.media .owl-carousel .owl-dots {
  display: none;
}
.extra-gallery-fullwidth.catalog-product-view .product-info-main {
  width: 100%;
  padding: 0;
  text-align: center;
}
.extra-gallery-fullwidth.catalog-product-view .product-info-main .bundle-actions,
.extra-gallery-fullwidth.catalog-product-view .product.attribute.overview,
.extra-gallery-fullwidth.catalog-product-view .product-info-main .product-add-form .table-wrapper.grouped,
.extra-gallery-fullwidth.catalog-product-view .product-info-main .product-options-wrapper,
.extra-gallery-fullwidth.catalog-product-view .product-info-main .product-social-links .share-this-container,
.extra-gallery-fullwidth.catalog-product-view .product-info-main .box-tocart {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.extra-gallery-fullwidth.catalog-product-view .product-info-main .product-add-form .table-wrapper.grouped,
.extra-gallery-fullwidth.catalog-product-view .product-info-main .product-options-wrapper {
  text-align: left;
}
.extra-gallery-fullwidth.catalog-product-view .product-info-main .product-options-wrapper .swatch-opt {
  text-align: center;
}
.extra-gallery-fullwidth.catalog-product-view .product-info-main .product-add-form .swatch-attribute .swatch-attribute-options {
  display: table;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}
.extra-gallery-fullwidth.catalog-product-view .product-info-main .product-reviews-summary {
  margin-left: auto;
  margin-right: auto;
}
.extra-gallery-fullwidth.catalog-product-view .product-info-main .page-title-wrapper .page-title {
  text-align: center;
}
.product.media .owl-carousel .owl-nav button {
  left: -140px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.product.media .owl-carousel .owl-nav button.owl-next {
  left: auto;
  right: -140px;
}
@media (min-width: 1200px) {
  .extra-gallery-sticky.catalog-product-view .product-info-main {
    width: calc(41.666667% + 15px);
    padding: 0 0 0 30px;
  }
}
.extra-gallery-grid .product.media .gallery-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}
.extra-gallery-grid .product.media .gallery-list .item-image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 5px;
  margin: 0 0 10px !important;
}
.extra-gallery-grid .product.media .product.item-image .label-video {
  left: 20px;
}
.product.media .product-thumbnail .gallery-horizontal .owl-dots {
  display: none;
}
.product.media .horizontal-thumbnail {
  width: calc(100% - 70px);
  margin: 30px auto 0;
}
.product.media .horizontal-thumbnail .owl-item {
  padding: 0 15px;
}
.product.media .horizontal-thumbnail.owl-carousel .owl-nav button {
  width: 20px;
  height: 20px;
  border-radius: 0;
  background: none;
  border: none;
  text-align: left;
  left: -35px;
  right: auto;
  font-size: 18px;
  color: #bbbbbb;
  line-height: 1;
  margin-top: -10px;
}
.product.media .horizontal-thumbnail.owl-carousel .owl-nav button:hover {
  color: #000;
}
.product.media .horizontal-thumbnail.owl-carousel .owl-nav button:before {
  content: "\e93b";
}
.product.media .horizontal-thumbnail.owl-carousel .owl-nav button.owl-next {
  text-align: right;
  left: auto;
  right: -35px;
}
.product.media .horizontal-thumbnail.owl-carousel .owl-nav button.owl-next:before {
  content: "\e93c";
}
.product.media .vertical-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.product.media .vertical-gallery #vertical-thumbnail-wrapper {
  width: 90px;
}
.product.media .vertical-gallery .owl-carousel.gallery-vertical {
  width: calc(100% - 100px);
  margin-left: 10px;
}
.product.media .vertical-gallery.no-thumb .owl-carousel.gallery-vertical {
  width: 100%;
  margin-left: 0;
}
.product.media .vertical-gallery .slick-vertical > .slick-list.draggable {
  overflow: hidden;
}
.product.media .vertical-gallery .owl-carousel.gallery-vertical .owl-nav button {
  left: 30px;
}
.product.media .vertical-gallery .owl-carousel.gallery-vertical .owl-nav button.owl-next {
  left: auto;
  right: 30px;
}
.product.media .owl-carousel.gallery-horizontal .owl-nav button {
  left: 30px;
}
.product.media .owl-carousel.gallery-horizontal .owl-nav button.owl-next {
  left: auto;
  right: 30px;
}
.product.media .vertical-gallery .icon-angle-up:before {
  font-family: "Linearicons";
  content: "\e939";
}
.product.media .vertical-gallery .icon-angle-down:before {
  font-family: "Linearicons";
  content: "\e93a";
}
.product.media .vertical-gallery .vertical-thumbnail {
  position: relative;
}
.product.media .item-thumb {
  transition: all 300ms;
  opacity: .6;
  cursor: pointer;
  position: relative;
}
.product.media .item-thumb.active {
  opacity: 1;
}
.product.media .vertical-gallery .slick-arrow {
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 24px;
  cursor: pointer;
  position: absolute;
  top: 0;
  z-index: 1;
  color: #333;
  background: linear-gradient(to bottom, #ffffff, rgba(255, 255, 255, 0.5));
}
.product.media .vertical-gallery .slick-arrow.icon-angle-down {
  bottom: 0;
  top: auto;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.5), #ffffff);
}
.gallery-float-right.catalog-product-view .product-info-clearfix > .product.media {
  float: right;
}
.gallery-float-right.catalog-product-view .product-info-clearfix > .product.media + .product-info-main {
  float: left;
  padding: 0 30px 0 0;
}
.message.global.cookie.mgs-gdpr-cookie-notice{
	bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    z-index: 3;
	margin: 0;
	display: block;
	z-index:10;
	padding:20px;
	background-color: rgba(255,255,255,0.9);
}
.mgs-gdpr-cookie-notice.message.global h3{margin-top:0}
.mgs-gdpr-cookie-notice.gdpr-box-shadow{
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.4);
	box-shadow:0px 0px 20px 0px rgba(0,0,0,0.4);
}
.mgs-gdpr-cookie-notice.text-align-center{
	text-align:center;
}
.mgs-gdpr-cookie-notice.text-align-left{
	text-align:left;
}
.mgs-gdpr-cookie-notice.text-align-right{
	text-align:right;
}
.message.global.cookie.mgs-gdpr-cookie-notice .notice-cookie-content {
    line-height: 1.5;
    margin-bottom: 20px;
}
.message.global.cookie.mgs-gdpr-cookie-notice .notice-cookie-content > a{
    display: block;
	text-decoration: underline;
	color: #222;
}
.message.global.cookie.mgs-gdpr-cookie-notice .notice-cookie-content > a:hover{
	color: #f68872;
}

.message.global.cookie.mgs-gdpr-cookie-notice #btn-cookie-allow {
    font-size: 14px;
    line-height: 1;
    padding: 10px 25px;
}
.message.global.cookie.mgs-gdpr-cookie-notice .notice-cookie-title {
    font-weight: 600;
}

.privacy-policy.cms-content h2 {
    margin: 10px 0 20px;
    font-weight: 400;
	font-size: 30px;
}
.modal-mgs-gdpr .modal-header {
	padding: 0 !important;
}
.modal-mgs-gdpr .modal-content {
	padding: 50px !important;
	
}
.modal-mgs-gdpr .modal-header .action-close {
    padding: 10px 25px;
}
.modal-mgs-gdpr .modal-header .action-close:before {
    transform: scale(1.5);	
}
.modal-mgs-gdpr .modal-header .mgs-gdpr-popup {
    padding-bottom: 30px;
}
.privacy-policy.cms-content .message {
	margin-bottom: 30px;
	
}
.privacy-policy.cms-content .message span {
	font-size: 15px;
}
.privacy-policy.cms-content .message span:before {
	top: 50%;
}
.cms-privacy-policy-cookie-restriction-mode .page-wrapper > .breadcrumbs {
	width: auto;
}
.cms-privacy-policy-cookie-restriction-mode .breadcrumbs {
    padding-top: 30px;
	padding-bottom: 30px;
	margin-bottom: 0;
}
.cms-privacy-policy-cookie-restriction-mode .breadcrumbs .items .item a, 
.cms-privacy-policy-cookie-restriction-mode .breadcrumbs .items .item strong  {
	font-size: 14px;
}
.cms-privacy-policy-cookie-restriction-mode .breadcrumbs .items .item:not(:last-child)::after {
	vertical-align: middle;	
}
.cms-privacy-policy-cookie-restriction-mode .page-title-wrapper .page-title {
	font-weight: 500;
	margin-bottom: 20px;
}
.cms-enable-cookies .breadcrumbs {
    padding: 30px 0;
}
.cms-enable-cookies .page-title-wrapper h1.page-title {
    display: block;
    text-align: center;
    font-size: 2.5rem;
    font-weight: 600;
}
.cms-enable-cookies .enable-cookies.cms-content {
    text-align: center;
}


/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}.mgs-lookbook-container{position:relative;}
.mgs-lookbook-container .pin__image {line-height: 1;}
.mgs-lookbook-container .lookbook-image{max-width:100%}
.mgs-lookbook-container .pin-item{position:absolute; text-align:center}

/* ==========================================================================
   GENERAL
   ========================================================================== */
.pin-maker:before,
.pin-maker:after {
	content: "";
	display: table;
}
.pin-maker:after {
	clear: both;
}
.pin__wrapper {
	position: relative;
	outline: 0;
}
.pin__wrapper a:focus,
.pin__wrapper a:hover,
.pin__wrapper a:active {
	outline: 0;
}
.pin-maker .pin__wrapper {
	float: left;
}
.pin-maker .pin__wrapper .pin__image > img {
	width: 100%;
}
.pm-2col .pin__wrapper,
.pm-2col .pin__sizer {
	width: 50%;
}
.pm-3col .pin__wrapper,
.pm-3col .pin__sizer {
	width: 33.3%;
}
.pm-4col .pin__wrapper,
.pm-4col .pin__sizer {
	width: 25%;
}
.pm-5col .pin__wrapper,
.pm-5col .pin__sizer {
	width: 20%;
}
.pm-mask {
	position: relative;
}
.pm-mask:before {
	content: "";
	position: absolute;
	background: rgba(0, 0, 0, .35);
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

/* ==========================================================================
   PIN TYPE ICON
   ========================================================================== */
[class*="pin__type--"] {
	position: absolute;
}
.pin__icon--add,
.pin__type--area {
	cursor: pointer;
	transition: all .35s;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	-webkit-box-pack: center;
	justify-content: center;
	text-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	-webkit-box-align: center;
	align-items: center;
}
.pin__size--small {
	width: 24px;
	height: 24px;
	line-height: 22px;
	font-size: 10px;
}
.pin__size--medium {
	width: 32px;
	height: 32px;
	line-height: 30px;
	font-size: 16px;
}
.pin__size--large {
	width: 48px;
	height: 48px;
	line-height: 46px;
	font-size: 18px;
}

/* ==========================================================================
   POPUP
   ========================================================================== */
.pin__popup,
.pin__title {
	position: absolute;
}
.pin__title:before,
.pin__popup:before {
	content: "";
	position: absolute;
}
.pin__title {
	white-space: nowrap;
	background: #fff;
	left: 50%;
	-webkit-transform: translateX(-50%) scale(0);
	transform: translateX(-50%) scale(0);
	top: -webkit-calc(-100% - 10px);
	top: calc(-100% - 10px);
	padding: 5px 30px;
	font-size: 14px;
	transition: transform .35s;
}
.pin__title:before {
	border: 6px solid transparent;
	border-top: 6px solid #fff;
	bottom: -12px;
	left: calc(50% - 6px);
	left: -webkit-calc(50% - 6px);
}
.pin__size--small + .pin__title {
	top: calc(-100% - 15px);
	top: -webkit-calc(-100% - 15px);
}
.pin__size--large + .pin__title {
	top: -100%;
}
.pin__type--area .pin__title {
	top: -50px;
}
.pin__type:not(.pin__opened):hover .pin__title {
	-webkit-transform: translateX(-50%) scale(1);
	transform: translateX(-50%) scale(1);
}
.pin__popup {
	box-shadow: 0 0 20px rgba(0, 0, 0, .2);
	opacity: 0;
	visibility: hidden;
	transition: all .35s;
	z-index: 100;
	border-radius: 2px;
}
.pin__type--area .pin__popup {
	text-align: initial;
}
.pin__opened .pin__popup {
	opacity: 1;
	visibility: visible;
}
.pin__opened .pin__popup img, .pin__popup img{max-width:100%}
.pin__popup--zoom {
	-webkit-transform: scale(0);
	transform: scale(0);
}
.pin__popup--zoom.pin__popup--right,
.pin__popup--zoom.pin__popup--left {
	-webkit-transform: translateY(-50%) scale(0);
	transform: translateY(-50%) scale(0);
}
.pin__opened .pin__popup--zoom.pin__popup--top,
.pin__opened .pin__popup--zoom.pin__popup--bottom {
	-webkit-transform: scale(1);
	transform: scale(1);
}
.pin__opened .pin__popup--zoom.pin__popup--right,
.pin__opened .pin__popup--zoom.pin__popup--left {
	-webkit-transform: translateY(-50%) scale(1);
	transform: translateY(-50%) scale(1);
}
.pin__popup--sup {
	-webkit-transform: translateY(30px);
	transform: translateY(30px);
}
.pin__popup--sup.pin__popup--right,
.pin__popup--sup.pin__popup--left {
	-webkit-transform: translateY(calc(-50% + 30px));
	transform: translateY(calc(-50% + 30px));
}
.pin__opened .pin__popup--sup.pin__popup--right,
.pin__opened .pin__popup--sup.pin__popup--left,
.pin__opened .pin__popup--sdown.pin__popup--right,
.pin__opened .pin__popup--sdown.pin__popup--left {
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.pin__popup--sdown {
	-webkit-transform: translateY(-30px);
	transform: translateY(-30px);
}
.pin__popup--sdown.pin__popup--right,
.pin__popup--sdown.pin__popup--left {
	-webkit-transform: translateY(calc(-50% - 30px));
	transform: translateY(calc(-50% - 30px));
}
.pin__popup--sleft {
	-webkit-transform: translateX(30px);
	transform: translateX(30px);
}
.pin__popup--sleft.pin__popup--right,
.pin__popup--sleft.pin__popup--left {
	-webkit-transform: translateY(-50%) translateX(30px);
	transform: translateY(-50%) translateX(30px);
}
.pin__opened .pin__popup--sleft.pin__popup--right,
.pin__opened .pin__popup--sleft.pin__popup--left,
.pin__opened .pin__popup--sright.pin__popup--right,
.pin__opened .pin__popup--sright.pin__popup--left {
	-webkit-transform: translateY(-50%) translateX(0);
	transform: translateY(-50%) translateX(0);
}
.pin__popup--sright {
	-webkit-transform: translateX(-30px);
	transform: translateX(-30px);
}
.pin__popup--sright.pin__popup--right,
.pin__popup--sright.pin__popup--left {
	-webkit-transform: translateY(-50%) translateX(-30px);
	transform: translateY(-50%) translateX(-30px);
}
.pin__popup--rotate {
	-webkit-transform: rotateY(360deg);
	transform: rotateY(360deg);
}
.pin__popup--rotate.pin__popup--right,
.pin__popup--rotate.pin__popup--left {
	-webkit-transform: translateY(-50%) rotateY(360deg);
	transform: translateY(-50%) rotateY(360deg);
}
.pin__opened .pin__popup--rotate.pin__popup--right,
.pin__opened .pin__popup--rotate.pin__popup--left {
	-webkit-transform: translateY(-50%) rotateY(0deg);
	transform: translateY(-50%) rotateY(0deg);
}
.pin__opened .pin__popup--sup,
.pin__opened .pin__popup--sdown {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.pin__opened .pin__popup--sleft,
.pin__opened .pin__popup--sright {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}
.pin__opened .pin__popup--rotate {
	-webkit-transform: rotateY(0deg);
	transform: rotateY(0deg);
}
.pin__popup:before {
	border: 10px solid transparent;
}
.pin__popup--top {
	bottom: calc(100% + 20px);
}
.pin__popup--top:before {
	border-top: 10px solid #fff;
	left: calc(50% - 10px);
	bottom: -20px;
}
.pin__popup--bottom {
	top: calc(100% + 20px);
}
.pin__popup--bottom:before {
	border-bottom: 10px solid #fff;
	left: calc(50% - 10px);
	top: -20px;
}
.pin__popup--right {
	left: calc(100% + 20px);
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.pin__popup--right:before {
	border-right: 10px solid #fff;
	left: -20px;
	top: calc(50% - 10px);
}
.pin__popup--left {
	right: calc(100% + 20px);
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.pin__popup--left:before {
	border-left: 10px solid #fff;
	right: -20px;
	top: calc(50% - 10px);
}
.popup__title {
	padding: 10px 15px;
	font-size: 16px;
}
.popup__content {
	padding: 15px;
}
.popup__title + .popup__content {
	border-top: 2px solid #f2f2f2;
}
.popup__content iframe {
	width: 100%;
	height: 100%;
}
.popup__content--product {
	text-align: center;
	background:#fff;
}
.popup__content--product > *:not(:last-child) {
	margin-bottom: 10px;
}
.pin__popup .popup__content--product h3 {
	font-size: 15px;
	color: #222;
	margin-top: 0;
	margin-bottom: 10px;
	text-transform:none;
}
.popup__content--product > span {
	font-size: 14px;
	display: block;
	line-height: 1;
	color: #878787;
}
.popup__content--product > span ins {
	background: none;
	color: #c60f02;
	text-decoration: none;
}
.popup__content--product > div {
	border-top: 1px solid #ddd;
	margin: 0 -15px;
}
.popup__content--product > div form{
	display: inline-block;
	width: 50%;
	padding: 12px 0 0;
	height: auto;
	line-height: 1;
}
.popup__content--product > div a, .popup__content--product > div button.action.primary {
	display: inline-block;
	width: 50%;
	color: #222;
	padding: 12px 0 0;
	margin: 0;
	background: none;
	box-shadow: none;
	border: 0;
	font-weight: normal;
	height: auto;
	line-height: 1;
	text-decoration:none;
}
.popup__content--product > div button.action.primary{width:100%; padding: 0; margin-top:-2.5px}
.popup__content--product > div a:hover {
	background: none;
	color: #222;
}

.pin__popup_text_content{background:#fff; color:#878787}
.pin__popup_text_content .popup__title{color:#2b2b2b}
.pin__popup_text_content .popup__content{line-height:23px}
.popup__content .price-box .price{color:#878787}
/* ==========================================================================
   SLIDER
   ========================================================================== */
.pm-slick {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}
.pm-slick .slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.pm-slick .slick-list:focus,
.pm-slick .slick-arrow:focus {
	outline: none;
}
.pm-slick .slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}
.pm-slick .slick-track,
.pm-slick .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.pm-slick .slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
}
.pm-slick .slick-track:before,
.pm-slick .slick-track:after {
	display: table;
	content: '';
}
.pm-slick .slick-track:after {
	clear: both;
}
.slick-loading .slick-track,
.pm-slick .slick-loading .slick-slide {
	visibility: hidden;
}
.pm-slick .slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}
[dir='rtl'] .pm-slick .slick-slide {
	float: right;
}
.pm-slick .slick-slide img,
.pm-slick.slick-initialized .slick-slide {
	display: block;
}
.pm-slick .slick-slide.slick-loading img,
.pm-slick .slick-arrow.slick-hidden {
	display: none;
}
.pm-slick .slick-slide.dragging img {
	pointer-events: none;
}
.pm-slick.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}
.pm-slick .slick-arrow {
	position: absolute;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	top: calc(50% - 16px);
	z-index: 10;
	text-indent: -999em;
	background: #65affa;
	color: #fff;
	border: 3px solid rgba(255, 255, 255, .45);
	transition: all .35s;
	opacity: 0;
	line-height: 26px;
}
.pm-slick:hover .slick-arrow {
	opacity: 1;
}
.pm-slick .slick-arrow:hover {
	background: #3881ca;
}
.pm-slick .slick-next {
	right: 20px;
}
.pm-slick .slick-prev {
	left: 20px;
}
.pm-slick .slick-arrow:before {
	position: absolute;
	font-family: icomoon;
	text-indent: 0;
	display: block;
	font-size: 12px;
	width: 18px;
}
.pm-slick .slick-prev:before {
	content: "\e901";
}
.pm-slick .slick-next:before {
	content: "\e902";	
}
.pm-slick.slick-dotted {
	margin-bottom: 30px;
}
.pm-slick .slick-dots {
	position: absolute;
	bottom: -45px;
	display: block;
	width: 100%;
	padding: 0;
	list-style: none;
	text-align: center;
}
.pm-slick .slick-dots li {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	padding: 0;
	cursor: pointer;
}
.pm-slick .slick-dots li button {
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
	width: 20px;
	height: 20px;
	padding: 0;
}
.pm-slick .slick-dots li button:hover,
.pm-slick .slick-dots li button:focus {
	outline: none;
}
.pm-slick .slick-dots li button:hover:before,
.pm-slick .slick-dots li button:focus:before {
	opacity: 1;
}
.pm-slick .slick-dots li button:before {
	font-size: 32px;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	line-height: 14px;
	content: '•';
	text-align: center;
	opacity: .25;
	color: #65affa;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.pm-slick .slick-dots li.slick-active button:before {
	opacity: 1;
}

.pin__title{color:#878787; line-height:25px}
.popup__content--product > div{line-height:normal}
.pin__popup div.price-box{border:none}

.pin__popup .price-box p{margin-bottom:0}

.lookbook-slider .owl-dots{
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
}

.lookbook-slider .owl-dots {
    bottom: 30px;
    top: auto;
	height:0;
}

.lookbook-slider{clear:both}
.lookbook-slider .owl-dots .owl-dot span{width:15px; height:15px; background:#f9f9f9}
.lookbook-slider .owl-dots .owl-dot.active span, .lookbook-slider .owl-dots .owl-dot:hover span{background:#65affa}
.lookbook-slider .owl-nav{margin:-20px 0 0 0}
.lookbook-slider .owl-nav [class*="owl-"]{background:none; padding:0; margin:0; width:40px; height:40px; opacity:0; position:absolute; top:50%; margin-top:-20px; transition:all 0.35s ease 0s; -webkit-transition:all 0.35s ease 0s}
.lookbook-slider .owl-nav [class*="owl-"]:hover{background:none; opacity:1}
.lookbook-slider:hover .owl-nav [class*="owl-"]{opacity:1}
.lookbook-slider:hover .owl-nav .disabled{opacity:0.4 !important }
.lookbook-slider .owl-nav img{max-width:100%}
.lookbook-slider .owl-next{right:20px}
.lookbook-slider .owl-prev{left:20px}

@media (max-width: 960px) {
	.pin__popup{width:200px !important}
	.pin__popup .popup__content{padding:10px}
	.popup__content--product > div{margin:0 -10px}
	.popup__content img{height:auto}
	.popup__content--product > *:not(:last-child){margin-bottom:10px}
	.pin__popup .popup__content--product h3{font-size:12px; margin-bottom:10px}
	.popup__content .price{margin-bottom:10px}
	.popup__content--product > div a{padding:10px 0 0}
}

@media (max-width: 768px) {
	.pin__popup{width:140px !important}
	.popup__content img{height:auto}
	.pin__popup .popup__content--product h3, .popup__content--product > div a, .popup__content .price{font-size:11px;}
}.tip {
    color: #fff;
    display: block;
    position: absolute;
    left: 100%;
    bottom: 16px;
    text-align: center;
    font-weight: 400;
    font-size: 8px;
    line-height: 1;
    letter-spacing: 0;
    padding: 3px 1px 1px;
    min-width: 23px;
    z-index: 1;
    border-radius: 0;
    margin-left: 5px;
    text-transform: uppercase;
    background-color: #c96;
}
.tip.tip-new {
    background-color: #a6c76c;
}
.tip.tip-hot {
    background-color: #ef837b;
}

.tip {
    background-color: #c96;
}
.header-area .nav-main-menu .has-submenu:after {
	font-family: 'molla';
	content: '\f110';
	display: inline-block;
	font-size: 10px;
	line-height: 1;
	position: absolute;
	top: 50%;
	margin-top: -5px;
	right: 20px;
}
.megamenu-action {
	margin-bottom: 30px;
}
.megamenu-action .view-all-demos {
    padding: 9px 45px !important;
	display: inline-block !important;
	font-weight: 400;
}
.megamenu-action .view-all-demos i {
    margin-left: 10px;
}
.category-dropdown {
	position: relative;
	margin-right: 15px;
	margin-top: -1px;
}
.header-area:not(.header6) .category-dropdown:before {
    position: absolute;
    content: '';
    right: 0;
    height: 15px;
    width: 1px;
    top: 50%;
    background-color: #ccc;
    transform: translateY(-50%);
}
.category-dropdown .title-vertical-menu {
    font-weight: 500;
    text-transform: none;
    padding: 16px 19px 16px 55px;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: -.01em;
    transition: background .4s, color .1s;
    display: block;
	width: 275px;
}
.category-dropdown .title-vertical-menu:hover {
	color: #fff !important;
}
.category-dropdown .title-vertical-menu:after {
    content: '\f131';
    font-family: 'molla';
    border: none;
    font-size: 23px;
    line-height: 1;
    font-weight: 400;
    position: absolute;
    margin-left: 0;
    left: 15px;
}
.category-dropdown .dropdown-menu {
    position: absolute;
    top: 100%;
	width: 100%;
    z-index: 99;
    display: none;
    font-size: 1rem;
    color: #212529;
    background-color: #fff;
    left: 0;
    margin: 0;
    border-radius: 0;
    border: none;
    padding: 0;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}
.category-dropdown.category-market .title-vertical-menu  {
	font-size: 16px;
}
.category-dropdown:not(.category-market):hover .title-vertical-menu,
.category-dropdown:not(.category-market):focus .title-vertical-menu {
	color: #fff;
	background-color: #c96;
}
.category-dropdown:not(.category-market):hover .title-vertical-menu:after {
    content: '\f191';
}
.category-dropdown:not(.category-market):hover > .dropdown-menu, 
.category-dropdown .category-menu:hover > .dropdown-menu {
    display: block;
}
.category-dropdown.category-market.active-cate .title-vertical-menu,
.category-dropdown.category-market.active-cate-sticky .title-vertical-menu {
	color: #fff;
	background-color: #c96;
}
.category-dropdown.category-market.active-cate .title-vertical-menu:after,
.category-dropdown.category-market.active-cate-sticky .title-vertical-menu:after  {
    content: '\f191';
}
.category-dropdown.category-market.active-cate > .dropdown-menu, 
.category-dropdown.category-market.active-cate-sticky > .dropdown-menu {
    display: block;
}
.header-area ul > li + li {
	margin-top: 0;
}
.vertical-menu > li > a {
    color: #666;
    font-weight: 300;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: -.01em;
}
.vertical-menu > li  {
    border: 1px solid #ebebeb;
    border-top: none;
    padding: 9px 19px;
	display: block;
}
.vertical-menu > li.item-lead {
	    background-color: #f9f9f9;
}
.vertical-menu > li.item-lead > a {
    color: #333;
    font-weight: 500;
}
.menu-banner {
    text-align: center;
    padding-bottom: 30px;
    margin-bottom: auto;
}
.menu-banner > .img-banner {
    display: block;
    background-color: #f4f4f4;
    border: .1rem solid #ebebeb;
    margin-bottom: 12px;
    padding-top: 80.95% !important;
    background-position: center top;
    transition: background-position .6s linear, box-shadow .3s;
}
.menu-banner:hover  > .img-banner, .menu-banner:focus  > .img-banner {
    box-shadow: 3px 10px 16px rgba(51,51,51,0.05), -3px 10px 16px rgba(51,51,51,0.05);
    background-position: center bottom;
    transition: background-position 2s linear, box-shadow .3s;
}

.menu-banner > .title {
    font-weight: 300 !important;
    font-size: 13px;
    letter-spacing: .01em !important;
    padding: 0 !important;
	color: #999;
}
.menu-banner:hover .title {
	color: #c96;
}
.category-dropdown.category-market .dropdown-menu a {
	color: #999;
}
.brand-header .mgs-brand-widget ul.default {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
	-webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.mega-menu-content .bottom_content .brand-header {
	border-top: 1px solid #ebebeb;
	margin: 0 -20px;
	padding: 20px 20px;
}
.brand-header .mgs-brand-widget ul.default li {
	padding: 0 10px;
}
.mega-menu-content .bottom_content .brand-header .mgs-brand-widget {
	margin: 0;
}
.mega-menu-content .bottom_content .brand-header .mgs-brand-widget .image img {
    max-height: 100%;
    width: auto;
    height: auto !important;
}
@media (min-width: 1200px) {
  .header-area .horizontal-menu {
    /* SubMenu Horizontal Menu */
  
  }
	.vertical-menu-market .category-menu .toggle-menu {
		line-height: 1;
		font-size: 12px;
		display: inline-block;
		float: right;
		margin-top: 5px;
	}
	.vertical-menu-market .category-menu .dropdown-menu {
		right: auto;
		left: 100%;
		top: 0;
		
	}
  .vertical-menu-market .category-menu .toggle-menu .icon-plus:before {
	  content: '\f112';  
  }
	.vertical-menu .category-menu .dropdown-menu.menu-3-columns, 
	.vertical-menu .category-menu .dropdown-menu.menu-4-columns, 
	.vertical-menu .category-menu .dropdown-menu.menu-5-columns, 
	.vertical-menu .category-menu .dropdown-menu.menu-6-columns {
		width: 900px;
		min-height: 100%;
		max-width: calc(100vw - 240px);
	}
	.vertical-menu .category-menu .dropdown-menu.menu-2-columns {
		width: 600px;
		max-width: calc(100vw - 240px);
	}
	.vertical-menu .category-menu .dropdown-menu.menu-1-columns {
		width: 300px;
	}
	
    .vertical-menu .category-menu .dropdown-menu {
		padding: 0 20px;
        right: auto;
        left: 100%;
        top: 0;
	}
	.vertical-menu .category-menu .dropdown-menu  a {
		display: block;
	}
	.vertical-menu .category-menu .dropdown-menu .sub-menu {
		padding: 20px 0;
	}
	.vertical-menu .category-menu .dropdown-menu .sub-menu .sub-menu {
		padding-top: 0;
		padding-bottom: 7px;
	}
	.vertical-menu .category-menu .dropdown-menu   .sub-menu .sub-menu a {
		font-size: 13px;
		padding: 5px 0;	
	}
	.vertical-menu .category-menu .dropdown-menu .sub-menu .mega-menu-sub-title {
		color: #c96;
		font-weight: 500;
		font-size: 14px;
		letter-spacing: -.01em;
		padding-bottom: 10px;
		border-bottom: 1px solid #eeeeee;
		margin-bottom: 7px;
		display: block;
	}
	.vertical-menu .category-menu .dropdown-menu .sub-menu .toggle-menu {
		display: none;
	}
	.vertical-menu .category-menu .dropdown-menu .right_content .banner-cate-menu {
		margin-right: -20px;
	}
	.vertical-menu .category-menu .dropdown-menu .right_content .banner-cate-menu img {
		float: right;
	}
	.vertical-menu .category-menu .dropdown-menu .right_content .banner-cate-menu:after {
		content: '';
		display: table;
		clear: both;
	}
  
  .header-area .horizontal-menu .mgs-megamenu--main ul {
	  padding: 0;
  }
  .header-area .horizontal-menu .mgs-megamenu--main ul li a {
    display: block;
    padding: 17px 37px 17px 10px;
    text-decoration: none;
    position: relative;
    font-weight: 500;
    letter-spacing: -.01em;
    text-transform: none;
  }
  .header-area.header1 .horizontal-menu .mgs-megamenu--main > ul > li > a:before {
	content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 100%;
    width: 100%;
    height: 1px;
    background-color: transparent;
    transform-origin: right center;
    transform: scale(0, 1);
    transition: transform .3s ease;
  }
  .header-area.header1 .horizontal-menu .mgs-megamenu--main > ul > li:hover > a:before, 
	.header-area.header1 .horizontal-menu .mgs-megamenu--main > ul > li.active > a:before {
		transform-origin: left center;
		transform: scale(1, 1);
		background-color: #c96;
	}
	.header-area.header2 .horizontal-menu .mgs-megamenu--main > ul > li > a:before ,
	.header-area.header9 .horizontal-menu .mgs-megamenu--main > ul > li > a:before ,
	.header-area.header6 .horizontal-menu .mgs-megamenu--main > ul > li > a:before {
	content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 90%;
    height: 1px;
    background-color: transparent;
    transform-origin: right center;
    transform: scale(0, 1);
    transition: transform .3s ease;
  }
  .header-area.header2 .horizontal-menu .mgs-megamenu--main > ul > li:hover > a:before, 
	.header-area.header2 .horizontal-menu .mgs-megamenu--main > ul > li.active > a:before ,
	.header-area.header9 .horizontal-menu .mgs-megamenu--main > ul > li:hover > a:before, 
	.header-area.header9 .horizontal-menu .mgs-megamenu--main > ul > li.active > a:before ,
	.header-area.header6 .horizontal-menu .mgs-megamenu--main > ul > li:hover > a:before, 
	.header-area.header6 .horizontal-menu .mgs-megamenu--main > ul > li.active > a:before	{
		transform-origin: left center;
		transform: scale(1, 1);
		background-color: #c96;
	}
   .header-area .horizontal-menu .mgs-megamenu--main ul li:hover > a, 
	.header-area .horizontal-menu .mgs-megamenu--main ul li.active > a {
		color: #c96;
  }
  .header-area .horizontal-menu .mgs-megamenu--main ul li + li {
    margin-top: 0;
  }
  .header-area .horizontal-menu .mgs-megamenu--main ul.nav-main-menu > li {
    float: left;
    position: relative;
  }
  .header-area .horizontal-menu .mgs-megamenu--main ul.nav-main-menu > li.menu-2columns > .dropdown-mega-menu {
    width: 456px;
  }
  .header-area .horizontal-menu .mgs-megamenu--main ul.nav-main-menu > li.menu-3columns.mega-menu-fullwidth > .dropdown-mega-menu {
    width: 694px;
  }
  .header-area .horizontal-menu .mgs-megamenu--main ul.nav-main-menu > li.menu-4columns,
  .header-area .horizontal-menu .mgs-megamenu--main ul.nav-main-menu > li.menu-6columns {
    position: static;
  }
  .header-area .horizontal-menu .mgs-megamenu--main ul.nav-main-menu > li.menu-4columns > .dropdown-mega-menu,
  .header-area .horizontal-menu .mgs-megamenu--main ul.nav-main-menu > li.menu-6columns > .dropdown-mega-menu {
    width: 100%;
    max-width: 1170px;
	max-height: 65vh;
    overflow-y: inherit;
    overflow-x: hidden;
  }
  .header-area .horizontal-menu .mgs-megamenu--main ul.nav-main-menu:after {
    content: '';
    display: table;
    clear: both;
  }
  .header-area .horizontal-menu .nav-main-menu > li > .dropdown-mega-menu {
    left: 50%;
    right: auto;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  .header-area .horizontal-menu .nav-main-menu > li:hover > .dropdown-mega-menu,
  .header-area .horizontal-menu .nav-main-menu > li._hover > .dropdown-mega-menu {
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    opacity: 1;
    visibility: visible;
  }
  .header-area .horizontal-menu .nav-main-menu > li.menu-1columns > .dropdown-mega-menu, 
  .header-area .horizontal-menu .nav-main-menu > li.menu-2columns > .dropdown-mega-menu , 
	.header-area .horizontal-menu .nav-main-menu > li.menu-3columns > .dropdown-mega-menu  {
    left: 0;
    right: auto;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .header-area .horizontal-menu .nav-main-menu > li.menu-1columns:hover > .dropdown-mega-menu,
  .header-area .horizontal-menu .nav-main-menu > li.menu-1columns._hover > .dropdown-mega-menu,
	.header-area .horizontal-menu .nav-main-menu > li.menu-2columns:hover > .dropdown-mega-menu,
  .header-area .horizontal-menu .nav-main-menu > li.menu-2columns._hover > .dropdown-mega-menu ,
  .header-area .horizontal-menu .nav-main-menu > li.menu-3columns:hover > .dropdown-mega-menu,
  .header-area .horizontal-menu .nav-main-menu > li.menu-3columns._hover > .dropdown-mega-menu  {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
    visibility: visible;
  }
	.header-area .horizontal-menu .mgs-megamenu--main ul.nav-main-menu > li.menu-2columns:last-child > .dropdown-mega-menu, 
	.header-area .horizontal-menu .mgs-megamenu--main ul.nav-main-menu > li.menu-3columns:last-child > .dropdown-mega-menu	{
		left: 50%;
		-webkit-transform: translate(-50%, 0);
		-moz-transform: translate(-50%, 0);
		-ms-transform: translate(-50%, 0);
		-o-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
	}
  .header-area .horizontal-menu .nav-main-menu .dropdown-mega-menu {
    background-color: #fff;
    -webkit-box-shadow: 5px 10px 16px rgba(51,51,51,0.05), -5px 10px 16px rgba(51,51,51,0.05);
    -moz-box-shadow: 5px 10px 16px rgba(51,51,51,0.05), -5px 10px 16px rgba(51,51,51,0.05);
    box-shadow: 5px 10px 16px rgba(51,51,51,0.05), -5px 10px 16px rgba(51,51,51,0.05);
    position: absolute;
	min-width: 220px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    padding: 10px 20px;
    z-index: 99;
  }
  .header-area .horizontal-menu .nav-main-menu  .home-banner .dropdown-mega-menu {
	 padding: 20px 30px 0;
  }
  .header-area .horizontal-menu .nav-main-menu  .home-banner .dropdown-mega-menu .menu-title {
	  margin-bottom: 20px;
  }
 
  .header-area .horizontal-menu .nav-main-menu .dropdown-mega-menu .dropdown-submenu-ct {
    padding: 0;
  }

  .header-area .horizontal-menu .nav-main-menu .dropdown-mega-menu .dropdown-submenu-ct li > a {
    padding: 13px 0;
	color: #999;
	font-weight: 300;
	letter-spacing: 0;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 10px;
    padding-right: 20px;
  }

  .header-area .horizontal-menu .nav-main-menu .dropdown-mega-menu .mega-menu-content h5 {
    margin: 0 0 10px;
  }
  .header-area .horizontal-menu .nav-main-menu .dropdown-mega-menu .mega-menu-content ul {
    padding: 0;
  }
  .header-area .horizontal-menu .nav-main-menu .dropdown-mega-menu .mega-menu-content .dropdown-submenu ul.dropdown-menu-ct {
    padding: 10px 20px;
  }
  .header-area .horizontal-menu .nav-main-menu .dropdown-mega-menu .mega-menu-content .menu-col li a {
	padding: 5px 0;
    display: inline-block;
	font-size: 13px;
	color: #999;
	font-weight: 300;
  }
  .header-area .horizontal-menu .nav-main-menu .dropdown-mega-menu .mega-menu-content .mega-menu-sub-title a {
    text-transform: uppercase;
    padding: 0;
    font-size: 14px;
    color: #000;
  }
  .header-area .horizontal-menu .nav-main-menu .dropdown-mega-menu .mega-menu-content hr {
    margin: 20px 0;
    border: 1px solid #ddd;
  }
  .header-area .horizontal-menu .nav-main-menu .dropdown-mega-menu .mega-menu-content .sub-menu {
    padding: 0;
  }
  .header-area .horizontal-menu .nav-main-menu .dropdown-mega-menu .mega-menu-content .mega-menu-sub-title {
		color: #333;
		font-weight: 400;
		font-size: 14px;
		text-transform: uppercase;
		margin-bottom: 6px;
  }
  .header-area .horizontal-menu .nav-main-menu .dropdown-mega-menu .mega-menu-content .sub-menu li a {
    padding: 7px 0;
  }
  .header-area .horizontal-menu .nav-main-menu .dropdown-mega-menu .mega-menu-content .sub-menu li.level1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
  }
  .header-area .horizontal-menu .nav-main-menu .dropdown-mega-menu .mega-menu-content .sub-menu li.level1 > .category-image {
    order: 2;
  }
  .header-area .horizontal-menu .nav-main-menu .dropdown-submenu {
    position: relative;
  }
  .header-area .horizontal-menu .nav-main-menu .dropdown-submenu .dropdown-menu-ct {
    background-color: #fff;
    -webkit-box-shadow: 5px 10px 16px rgba(51,51,51,0.05), -5px 10px 16px rgba(51,51,51,0.05);
    -moz-box-shadow: 5px 10px 16px rgba(51,51,51,0.05), -5px 10px 16px rgba(51,51,51,0.05);
    box-shadow: 5px 10px 16px rgba(51,51,51,0.05), -5px 10px 16px rgba(51,51,51,0.05);
    position: absolute;
    top: 100%;
    left: calc(100% + 20px);
    min-width: 220px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    padding: 15px 30px;
    z-index: 11;
  }
   .header-area .horizontal-menu .nav-main-menu .dropdown-mega-menu .dropdown-menu-ct > .dropdown-submenu:first-child:hover .dropdown-menu-ct, 
	.header-area .horizontal-menu .nav-main-menu .dropdown-mega-menu .dropdown-menu-ct > .dropdown-submenu._hover:first-child .dropdown-menu-ct   {
	    top: -10px;
   }
  .header-area .horizontal-menu .nav-main-menu .dropdown-submenu:hover > .dropdown-menu-ct,
  .header-area .horizontal-menu .nav-main-menu .dropdown-submenu._hover > .dropdown-menu-ct {
    top: 0;
    opacity: 1;
    visibility: visible;
  }
  .header-area .horizontal-menu .nav-main-menu .mega-menu-item.has-banner .dropdown-mega-menu, 
  .header-area .horizontal-menu .nav-main-menu .mega-menu-item.has-banner .mega-menu-content {
	padding: 0;  
  }
  .header-area  .mega-menu-item.has-banner .mega-menu-content .promobanner-block .promobanner a {
	  padding: 0;
  }
	.header-area .horizontal-menu .nav-main-menu .menu-title {
		color: #333;
		font-weight: 400;
		font-size: 14px;
		text-transform: uppercase;
		margin-bottom: 6px;
	}
	.mega-menu-content .menu-col ul + .menu-title {
		margin-top: 15px;
	}
	.mega-menu-content .menu-col {
		padding-left: 30px;
		padding-right: 30px;
		margin-top: 22px;
		padding-bottom: 20px;
	}
	.header-area .horizontal-menu .nav-main-menu .mega-menu-item .mega-menu-content li > a {
		color: #999999;
		font-weight: 300;
		font-size: 13px;
		letter-spacing: 0;
		padding-top: 5px;
		padding-bottom: 5px;
	}
	.header-area .horizontal-menu .nav-main-menu .mega-menu-item .mega-menu-content li:hover > a {
		color: #c96;
	}
	.promobanner .banner-text .banner-menu-title  {
		margin: 0;
		font-weight: 400;
		font-size: 18px;
		line-height: 1.25;
		text-transform: uppercase;
		letter-spacing: 0;
	}
	.promobanner .banner-text .banner-menu-title > span {
		font-size: 24px;
	}
	.promobanner .banner-text .banner-menu-title.big > span {
		font-size: 31px;
	}
	
  .header-area .dropdown-submenu > a:after {
		font-family: 'molla';
		content: '\f112';
		display: inline-block;
		font-size: 10px;
		line-height: 1;
		margin-top: -5px;
		position: absolute;
		right: 0;
		top: 50%;
  }
  .header-area .horizontal-menu .mgs-megamenu--main .mega-menu-content  .dropdown-menu-ct  a {
		color: #999999;
		font-weight: 300;
		font-size: 13px;
		letter-spacing: 0;
		padding-top: 7px;
		padding-bottom: 7px;
		padding-left: 10px;
		padding-right: 20px;
  }
  .header-area .horizontal-menu .mgs-megamenu--main .mega-menu-content  .dropdown-menu-ct li:hover > a {
	  color: #c96;
  }
  .header-area .megamenu_action_mb {
	  display: none;
	  
  }
 .page-header  .header-mobile {
	display: none;  
  }
}

@media (max-width: 1200px) {
	.header-area  .megamenu_action_mb {
		display: block;
		border: none;
		background: transparent;
		color: #333;
		padding: 0;
		font-size: 28px;
		line-height: 1;
	}
	.header-area.header3  .megamenu_action_mb {
		margin-right: 10px;
	}
  .header-area .category-dropdown:before, 
	.page-header .header1 .conts-bottom-header .banner-sale:before {
		display: none;
	}
  .header-area .action-mb.close-menu-site,
  .header-area .action-mb .megamenu_action_mb {
    border: none;
    font-size: 20px;
    width: 45px;
    height: 45px;
    background-color: transparent;
    cursor: pointer;
  }
  .header-area .action-mb .megamenu_action_mb {
    margin-left: 25px;
  }
  .header-area .action-mb.close-menu-site {
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }
  .header-area .action-mb.close-menu-site:before {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }
  .header-area .action-mb.close-menu-site:hover:before {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .header-area span.toggle-menu.hidden-lg {
    display: block;
  }
  .header-area span.toggle-menu.hidden-lg a {
    padding: 0;
  }
	.mobile-menu-wrapper .mgs-megamenu--main li a {
		position: relative;
		display: block;
		padding: 10px 45px 10px 20px;
		font-size: 12px;
	}
	.mobile-menu-wrapper .mgs-megamenu--main > ul > li > a {
		text-transform: uppercase;
	}
  .mobile-menu-wrapper .dropdown-mega-menu {
	display: none;
  }
   .mobile-menu-wrapper .nav-main-menu .mega-menu-item {
	   position: relative;
	   margin-top: 0;
	 }
	.mobile-menu-wrapper .nav-main-menu li > span.toggle-menu {
		display: block;
		position: absolute;
		top: 0;
		margin-top: 0;
		right: 0;
		width: 60px;
		height: 35px;
		text-align: center;
		line-height: 35px;
		cursor: pointer;
	}
	.mobile-menu-wrapper .nav-main-menu li.dropdown-submenu > span.toggle-menu {
		top: 0;
	}
  .mobile-menu-wrapper .nav-main-menu li > .toggle-menu .icon-toggle:after {
		font-family: 'molla';
		content: '\f110';
		display: inline-block;
		font-size: 10px;
		line-height: 1;
		
	}
	.mobile-menu-wrapper .mgs-megamenu--main .dropdown-submenu {
		position: relative;
	}
	.mobile-menu-wrapper .mgs-megamenu--main .dropdown-submenu .dropdown-menu-ct {
		display: none;
		border-top: 1px solid #efefef;
		border-bottom: 1px solid #efefef;
	}
	.mobile-menu-wrapper .mgs-megamenu--main .dropdown-submenu-ct .dropdown-submenu:last-child   .dropdown-menu-ct {
		border-bottom: none;
		padding-bottom: 0 !important;
	}
	.mobile-menu-wrapper .mgs-megamenu--main li a.img-banner {
		display: none;
	}
	.mobile-menu-wrapper .mgs-megamenu--main li + li {
		margin-top: 0;
	}
	.mobile-menu-wrapper .mgs-megamenu--main li .menu-banner {
		padding-bottom: 0;
	}
	.mobile-menu-wrapper .mgs-megamenu--main li .menu-banner > .title, 
    .mobile-menu-wrapper .mgs-megamenu--main .mega-menu-content	li a, 
	.mobile-menu-wrapper .mgs-megamenu--main .category-menu	.dropdown-mega-menu li a{
		text-transform: capitalize;
		color: #666;
		text-align: left;
		padding-top: 6px !important;
		padding-bottom: 6px !important;
		padding-left: 35px !important;
		border-bottom: none;
		padding-right: 20px !important;
	}
	.mobile-menu-wrapper .mgs-megamenu--main .mega-menu-content .line > div,
	.mobile-menu-wrapper .mgs-megamenu--main .mega-menu-content.line > div	{
		-webkit-box-flex: 0;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: 100%;
	}
	.mobile-menu-wrapper .mgs-megamenu--main .mega-menu-content .promobanner-block {
		display: none;
	}
	.mobile-menu-wrapper .mgs-megamenu--main .menu-title {
		display: none;
	}
	.mobile-menu-wrapper .mgs-megamenu--main .megamenu-action {
		display: none !important;
	}
	.mobile-menu-wrapper .mgs-megamenu--main > ul > li {
		border-bottom: 1px solid #efefef;
		position: relative;
	}
	.mobile-menu-wrapper .mgs-megamenu--main > ul > li .dropdown-mega-menu {
		border-top: 1px solid #efefef;
	}
	.mobile-menu-wrapper .mgs-megamenu--main > ul > li .dropdown-mega-menu > li {
		overflow: hidden;
	}
	.mobile-menu-wrapper .dropdown-menu .vertical-menu li a {
		position: relative;
		display: block;
		padding: 10px 45px 10px 20px;
		border-bottom: 0.1rem solid #efefef;
		font-size: 12px;
		color: #666;
	}
	.mobile-menu-wrapper .dropdown-menu .vertical-menu li.item-lead  a {
		font-weight: 500;
		color: #333;
	}
	.mobile-menu-wrapper .nav-main-menu li._show-child > .toggle-menu .icon-toggle:after {
		content: '\e802';
		color: #c96;
	}
	.mobile-menu-wrapper .nav-main-menu li._show-child > a {
		color: #c96;
	}
	.mobile-menu-wrapperul li + li, .mobile-menu-wrapper ol li + li {
		margin: 0;
	}
	.page-header:after {
		content: '';
		display: block;
		position: fixed;
		left: 0;
		top: 0;
		bottom: 0;
		right: 0;
		background-color: rgba(25,25,25,0.25);
		z-index: 1000;
		transition: all 0.4s;
		visibility: hidden;
		opacity: 0;
	}
	.page-header.active-menu:after { 
		visibility: visible;
		opacity: 1;
	}
	.header-area .mobile-menu-wrapper .horizontal-menu .mgs-megamenu--main ul li:hover > a, 
	.header-area .mobile-menu-wrapper .horizontal-menu .mgs-megamenu--main ul li.active > a {
		color: #cc9966;
	}
	.page-header .header-mobile.dark-menu .mobile-menu-wrapper .mobile-menu-close:not(:hover):not(:focus), 
	.page-header .header-mobile.dark-menu .mobile-menu-wrapper .navigation a ,
	.page-header .header-mobile.dark-menu .mobile-menu-wrapper .nav.nav-tabs .nav-item .nav-link, 
	.page-header .header-mobile.dark-menu .mobile-menu-wrapper .dropdown-menu .vertical-menu li.item-lead a	{
		color: #fff;
	}
	.page-header .header-mobile.dark-menu .mobile-menu-wrapper .nav-main-menu li._show-child > a {
		color: #c96;
	}
	.page-header .header-mobile.dark-menu .mobile-menu-wrapper .dropdown-menu .vertical-menu li a,
	.page-header .header-mobile.dark-menu .mobile-menu-wrapper .mgs-megamenu--main > ul > li, 
	.page-header .header-mobile.dark-menu  .mobile-menu-wrapper .nav.nav-tabs {
		border-bottom-color: rgba(255,255,255,0.08);
	}
	.page-header .header-mobile.dark-menu  .mgs-megamenu--main > ul > li .dropdown-mega-menu {
		border-top-color: rgba(255,255,255,0.08);
	}
	
	.page-header .header-mobile.dark-menu .mobile-menu-wrapper .dropdown-menu .vertical-menu li a,
	.page-header .header-mobile.dark-menu .search-mobile .block-search .block-content input {
		color: #fff;
		background-color: transparent;
		border-color: rgba(255,255,255,0.1);
	}
	.page-header .header-mobile.dark-menu .mobile-menu-wrapper .social-icon {
		color: rgba(255,255,255,0.45);
		border-color: rgba(255,255,255,0.45);
	}
	.header-area .mobile-menu-wrapper .horizontal-menu .mgs-megamenu--main ul li:hover > a, 
	.header-area .mobile-menu-wrapper .horizontal-menu .mgs-megamenu--main ul li.active > a {
		color: #c96;
	}
	.mobile-menu-wrapper .vertical-menu .category-menu {
		position: relative;
	}
	.mobile-menu-wrapper .vertical-menu .category-menu .dropdown-menu {
		display: none;
	}
	.mobile-menu-wrapper .vertical-menu .category-menu .toggle-menu {
		position: absolute;
		top: 0;
		right: 0;
		width: 50px;
		height: 40px;
		text-align: center;
		line-height: 37px;
	} 
	.mobile-menu-wrapper .vertical-menu .category-menu .toggle-menu a.active .icon-plus:before {
		content: '\f28e';
	}
	.mobile-menu-wrapper .vertical-menu .category-menu .toggle-menu a {
		padding: 0;
		border: none;
	}
	.mobile-menu-wrapper .vertical-menu .category-menu .dropdown-menu .sub-menu  {
		padding: 0 15px;
	}
	.mobile-menu-wrapper .vertical-menu .category-menu .dropdown-menu .sub-menu a {
		padding-left: 25px;
	}
	.mobile-menu-wrapper .vertical-menu .category-menu .dropdown-menu .sub-menu   .sub-menu {
		display: none;
	}
	.mobile-menu-wrapper .vertical-menu .category-menu .dropdown-menu img , 
	.mobile-menu-wrapper .vertical-menu .category-menu .dropdown-menu .right_content, 
	.mobile-menu-wrapper .vertical-menu .category-menu .dropdown-menu .bottom_content {
		display: none;
	}
	.mobile-menu-wrapper .vertical-menu .category-menu .sub-menu li {
		position: relative;
	}
	.mobile-menu-wrapper .vertical-menu .category-menu .dropdown-menu .sub-menu .sub-menu.active {
		display: block;
	}
	.page-header .header-mobile.dark-menu .mobile-menu-wrapper .category-menu .dropdown-menu .sub-menu li a {
		border-bottom-color: transparent !important;
	}
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  65% {
    -webkit-transform: scale3d(.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: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

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

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

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

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

  65% {
    -webkit-transform: scale3d(.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: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }

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

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

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

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

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

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }

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

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

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

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

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

  to {
    -webkit-transform: none;
    transform: none;
  }
}

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

@-webkit-keyframes jello {
  from, 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(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

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

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

@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: 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(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

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

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

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

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

  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: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

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

  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: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

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

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

  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 {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  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 {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  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 {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  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 {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

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

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

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

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

  to {
    -webkit-transform: none;
    transform: none;
  }
}

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

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

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

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

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

  to {
    -webkit-transform: none;
    transform: none;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.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 {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

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

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

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  from {
    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 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDownBig {
  from {
    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 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeft {
  from {
    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 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeftBig {
  from {
    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 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  from {
    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 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRightBig {
  from {
    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 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    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 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUpBig {
  from {
    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 {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

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

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

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

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }

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

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

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

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

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

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

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

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

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

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

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

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

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

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

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

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

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

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

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

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }

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

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

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

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

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

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

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

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

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

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }

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

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

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

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

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

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

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

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

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

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

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
    transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

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

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

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

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
    transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  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 {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

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

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

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

  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 {
  from {
    opacity: 1;
  }

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

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

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

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

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

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

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

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

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

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

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

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

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

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

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

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

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

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

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

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

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

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

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

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

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

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

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

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

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

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

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

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

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

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

@keyframes rollOut {
  from {
    opacity: 1;
  }

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

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

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

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    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 {
  from {
    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(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  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(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInDown {
  from {
    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(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  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(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

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

@-webkit-keyframes zoomInLeft {
  from {
    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(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  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(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInLeft {
  from {
    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(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  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(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

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

@-webkit-keyframes zoomInRight {
  from {
    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(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  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(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInRight {
  from {
    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(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  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(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

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

@-webkit-keyframes zoomInUp {
  from {
    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(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  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(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInUp {
  from {
    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(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  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(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

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

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

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

  to {
    opacity: 0;
  }
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }

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

  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(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  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(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 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(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  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(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 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(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  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(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 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(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  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(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
.tab-content > .tab-pane.product-carousel{
	display:block;
	visibility: hidden;
    height: 0px;
    overflow:hidden;
}
.tab-content > .tab-pane.product-carousel.active{
	visibility: visible;
    height: auto;
    overflow: visible;
}

.parallax {
    background-attachment: fixed !important;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}/* 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-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-color: #fff;
}
.mfp-preloader {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  background-image: url(../../frontend/Mgs/molla/de_DE/MGS_Fbuilder/images/loader.svg);
  background-repeat: no-repeat;
  background-size: 50px auto;
  background-position: center center;
  filter: brightness(0) invert(0);
  -webkit-filter: brightness(0) invert(0);
  height: 100vh;
  z-index: 1044;
}
/* 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;
  }
}
/* Gallery image */
.mfp-img-gallery .mfp-figure:before,
.mfp-img-gallery .mfp-iframe-scaler:before {
  /*content: "";*/
  display: block;
  position: fixed;
  z-index: 1049;
  background: rgba(0, 0, 0, 0.5);
  left: 0;
  right: 0;
  top: 0;
  height: 50px;
  cursor: default;
}
.mfp-img-gallery .mfp-figure .mfp-close,
.mfp-img-gallery .mfp-iframe-scaler .mfp-close {
  font-family: inherit;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1050 !important;
  height: 50px;
  width: 50px;
  margin: 0 !important;
  padding: 0 !important;
  color: #fff !important;
  font-size: 36px;
  background: none !important;
  border: none !important;
  text-align: center;
}
.mfp-img-gallery .mfp-bottom-bar {
  display: none;
  position: fixed;
  z-index: 1049;
  background: rgba(0, 0, 0, 0.5);
  left: 0;
  right: 0;
  bottom: 0;
  cursor: default;
  margin: 0;
  top: auto;
  padding: 15px;
}
.mfp-img-gallery .mfp-counter {
  padding: 15px 15px 15px 0;
}
.promobanner {
  position: relative;
  overflow: hidden;
}
.promobanner > a > img {
  min-width: 100%;
}
.promobanner .text {
  position: absolute;
  padding: 20px 30px;
  z-index: 1;
  color: #1a1a1a;
  font-size: 15px;
}
.promobanner .text.top-left,
.promobanner .text.top-middle,
.promobanner .text.top-right {
  top: 0;
}
.promobanner .text.top-left {
  left: 0;
}
.promobanner .text.top-middle {
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.promobanner .text.top-right {
  right: 0;
}
.promobanner .text.middle-left,
.promobanner .text.middle-center,
.promobanner .text.middle-right {
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.promobanner .text.middle-left {
  left: 0;
}
.promobanner .text.middle-center {
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.promobanner .text.middle-right {
  right: 0;
}
.promobanner .text.bottom-left,
.promobanner .text.bottom-center,
.promobanner .text.bottom-right {
  bottom: 0;
}
.promobanner .text.bottom-left {
  left: 0;
}
.promobanner .text.bottom-center {
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.promobanner .text.bottom-right {
  right: 0;
}
.promobanner.zoom img {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
}
.promobanner.zoom:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.promobanner.border-zoom:before {
  border: 2px solid #fff;
  top: -2px;
  bottom: -2px;
  right: -2px;
  left: -2px;
  content: '';
  display: block;
  position: absolute;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
}
.promobanner.border-zoom img {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
}
.promobanner.border-zoom:hover:before {
  top: 15px;
  bottom: 15px;
  right: 15px;
  left: 15px;
  z-index: 9;
}
.promobanner.border-zoom:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.promobanner.flashed:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 1000px;
  height: 200px;
  background: rgba(255, 255, 255, 0.5);
  content: '';
  transition: transform 0.6s;
  -webkit-transition: transform 0.6s;
  -moz-transition: transform 0.6s;
  -o-transition: transform 0.6s;
  transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
  -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
  -moz-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
  -o-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
}
.promobanner.flashed:hover:after {
  transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,300%,0);
  -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,300%,0);
  -moz-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,300%,0);
  -o-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,300%,0);
}
.promobanner.zoom-flashed:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 1000px;
  height: 200px;
  background: rgba(255, 255, 255, 0.5);
  content: '';
  transition: transform 0.7s;
  -webkit-transition: transform 0.7s;
  -moz-transition: transform 0.7s;
  -o-transition: transform 0.7s;
  transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
  -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
  -moz-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
  -o-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
}
.promobanner.zoom-flashed img {
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
}
.promobanner.zoom-flashed:hover:after {
  transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,300%,0);
  -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,300%,0);
  -moz-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,300%,0);
  -o-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,300%,0);
}
.promobanner.zoom-flashed:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.promobanner.shadow-corner {
  transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
}
.promobanner.shadow-corner:hover {
  box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.2);
}
.promobanner.zoom-shadow:after {
  position: absolute;
  content: "";
  left: 20px;
  right: 20px;
  bottom: 20px;
  top: 20px;
  background: #000000;
  opacity: 0.4;
  transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
}
.promobanner.zoom-shadow:hover:after {
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
.promobanner.cup-border {
  overflow: visible;
}
.promobanner.cup-border a:after {
  border: 2px solid #ddbe86;
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  right: 0;
  content: "";
  opacity: 0;
  transform: translate(0);
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -o-transform: translate(0);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.promobanner.cup-border:hover a:after {
  opacity: 1;
  transform: translate(15px, 15px);
  -webkit-transform: translate(15px, 15px);
  -moz-transform: translate(15px, 15px);
  -o-transform: translate(15px, 15px);
}
.promobanner.flashed-zoom a:after {
  position: absolute;
  content: "";
  width: 100%;
  padding-top: 100%;
  top: 50%;
  left: 50%;
  opacity: 1;
  background: #fff;
  transform: translate(-50%,-50%) rotate(45deg) scale(0);
  -webkit-transform: translate(-50%,-50%) rotate(45deg) scale(0);
  -moz-transform: translate(-50%,-50%) rotate(45deg) scale(0);
  -o-transform: translate(-50%,-50%) rotate(45deg) scale(0);
  transition: all 600ms ease-in-out;
  -webkit-transition: all 600ms ease-in-out;
  -moz-transition: all 600ms ease-in-out;
  -o-transition: all 600ms ease-in-out;
}
.promobanner.flashed-zoom a > img {
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
}
.promobanner.flashed-zoom:hover a > img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.promobanner.flashed-zoom:hover a:after {
  opacity: 0;
  transform: translate(-50%,-50%) rotate(45deg) scale(1);
  -webkit-transform: translate(-50%,-50%) rotate(45deg) scale(1);
  -moz-transform: translate(-50%,-50%) rotate(45deg) scale(1);
  -o-transform: translate(-50%,-50%) rotate(45deg) scale(1);
}
.promobanner.zoom-out-shadow a:after {
  position: absolute;
  content: "";
  left: -10px;
  right: -10px;
  bottom: -10px;
  top: -10px;
  border: 2px solid #fff;
  outline-width: 15px;
  outline-style: solid;
  outline-color: rgba(0, 0, 0, 0.3);
  z-index: 100;
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
}
.promobanner.zoom-out-shadow:hover a:after {
  left: 15px;
  right: 15px;
  bottom: 15px;
  top: 15px;
}
.promobanner.mist > a:after {
  content: '';
  position: absolute;
  left: 30px;
  right: 30px;
  top: 30px;
  bottom: 30px;
  border: 0.5rem solid rgba(255, 255, 255, 0.3);
  background-color: rgba(255, 255, 255, 0.4);
  opacity: 0;
  visibility: hidden;
  transition: all 0.45s ease;
  -webkit-transition: all 0.45s ease;
  -moz-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  pointer-events: none;
}
.promobanner.mist .banner-text {
  padding: 30px;
}
.promobanner.mist:hover > a:after {
  opacity: 1;
  visibility: visible;
  background-color: rgba(255, 255, 255, 0.4);
}
.promobanner.mist-text a:after {
  position: absolute;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.8);
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transform: scaleX(0);
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -o-transform: scaleX(0);
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
}
.promobanner.mist-text:hover a:after {
  opacity: 1;
  visibility: visible;
  transform: scaleX(1);
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -o-transform: scaleX(1);
}
@media screen and (min-width: 768px) {
  .banner-large .promobanner .text.middle-left {
    left: 40px;
  }
  .page-header-sliders .slider_mgs_carousel .owl-item .slide-text {
    max-width: unset;
  }
}
.banner-middle .promobanner .text.bottom-left {
  bottom: 21px;
  left: 20px;
}
.frame *, .frame ::after, .frame ::before,.panel-popup *, .panel-popup ::after, .panel-popup ::before  {
    box-sizing: border-box;
}

.no-padding{padding:0}
.no-padding-right{padding-right:0 !important}
.no-padding-left{padding-left:0 !important}
.flamingregular {
	font-family: 'flamingregular', serif;
}
.line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px
}
.d-flex {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.d-flex-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;	
}
.text-right {
	text-align: right;
}
.order-last {
	order: 1;
}
.order-first {
    -ms-flex-order: -1;
    order: -1;
}
@media (min-width: 992px){
	.order-last-des {
		order: 1;
	}
	.order-first-des {
		-ms-flex-order: -1;
		order: -1;
	}
}
@media (min-width: 768px) and (max-width: 991.98px) {
	.order-last-tb {
		order: 1;
	}
	.order-first-tb {
		-ms-flex-order: -1;
		order: -1;
	}
}
@media (max-width: 767.98px) {
	.order-last-mb {
		order: 1;
	}
	.order-first-mb {
		-ms-flex-order: -1;
		order: -1;
	}
}
.font-weight-light {
    font-weight: 300;
}
.font-weight-regular {
    font-weight: 400;
}
.font-weight-medium {
	font-weight: 500;
}
.title-lg, .title-lg h2.heading , .font-weight-semibold {
    font-weight: 600;
}
.title-semibold .heading .title, 
.title-semibold .mgs-heading .heading {
	font-weight: 600;
    letter-spacing: -.025em;
}
.line-through {
    text-decoration: line-through;
}

.text-white {
    color: #fff !important;
}
.text-dark {
    color: #333 !important;
}
.btn.btn-default.text-white {
    border-color: #fff;
} 
.dark-primary {
	color: #333;
	background-color:#c96;
	text-transform: uppercase;
}
.dark-primary:hover {
	color: #333;
	background-color:#fff !important;
}
.text-primary {
	color: #c96 !important;
}
.bg-white {
    background-color: #fff;
}
a.btn.btn-height-big {
    padding-top: 12px;
    padding-bottom: 12px;
}
.btn-default-white {
    color: #fff;
    background-color: transparent;
    background-image: none;
    border-color: #fff;
    box-shadow: none;
}
.btn-outline-gray {
    color: #333;
    background-color: transparent;
    background-image: none;
    border-color: #959595;
    box-shadow: none;
}
.btn-outline-lightgray:not(:hover) {
    color: #333;
    background-color: transparent;
    background-image: none;
    border-color: #ebebeb;
    box-shadow: none;
}
.btn-outline-lightgray:hover {
	color: #445f84;
    background-color: #f5f6f9;
    border-color: #ebebeb;
}
.btn-outline-darker {
    color: #333;
    background-color: transparent;
    border-color: #d7d7d7;
}
.btn-outline-dark-2 {
    background-color: transparent;
    background-image: none;
    border-color: #d7d7d7;
    box-shadow: none;
	min-width: 270px;
    padding: 12px 25px;
}
.btn.btn-outline-dark-2:hover, .btn.btn-outline-dark-2:focus {
    background-color: #fff;
}
.btn-outline-white {
    border-color: #c96;
	color: #fff;
}
.btn-outline-black {
	color: #333;
	border-color: #c96;
}
.btn-more {
    padding-top: 11px;
    padding-bottom: 11px;
    min-width: 230px;
    text-transform: uppercase;
}
.bg-primary-hover:hover {
	color: #fff;
	background-color: #c96;
	border-color: #c96;
}
.align-items-center  {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.justify-content-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.justify-content-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.justify-content-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.justify-content-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.active-builder.cms-page-view .page-main .columns,
.active-builder.cms-home .page-main .columns {
	max-width: 100vw !important;
	padding-left: 0;
	padding-right: 0;
}
a.btn.banner-link {
    text-decoration: none;
    padding: 8px 14px;
    min-width: auto;
    line-height: 1;
}
a.btn.banner-link.icon-right:after, .action.banner-link.icon-right:after {
	margin-left: 5px;
}
.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-des,
.col-des-1,
.col-des-10,
.col-des-11,
.col-des-12,
.col-des-2,
.col-des-3,
.col-des-4,
.col-des-5,
.col-des-6,
.col-des-7,
.col-des-8,
.col-des-9,
.col-des-auto,
.col-tb,
.col-tb-1,
.col-tb-10,
.col-tb-11,
.col-tb-12,
.col-tb-2,
.col-tb-3,
.col-tb-4,
.col-tb-5,
.col-tb-6,
.col-tb-7,
.col-tb-8,
.col-tb-9,
.col-tb-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.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-mb-auto
.col-mb,
.col-mb-1,
.col-mb-10,
.col-mb-11,
.col-mb-12,
.col-mb-2,
.col-mb-3,
.col-mb-4,
.col-mb-5,
.col-mb-6,
.col-mb-7,
.col-mb-8,
.col-mb-9,
.col-mb-auto{
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

.col-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 8.333333%;
    flex: 0 1 8.333333%;
    max-width: 8.333333%
}

.col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 16.666667%;
    flex: 0 1 16.666667%;
    max-width: 16.666667%
}

.col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 25%;
    flex: 0 1 25%;
    max-width: 25%
}

.col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 33.333333%;
    flex: 0 1 33.333333%;
    max-width: 33.333333%
}

.col-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 41.666667%;
    flex: 0 1 41.666667%;
    max-width: 41.666667%
}

.col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    max-width: 50%
}

.col-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 58.333333%;
    flex: 0 1 58.333333%;
    max-width: 58.333333%
}

.col-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 66.666667%;
    flex: 0 1 66.666667%;
    max-width: 66.666667%
}

.col-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 75%;
    flex: 0 1 75%;
    max-width: 75%
}

.col-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 83.333333%;
    flex: 0 1 83.333333%;
    max-width: 83.333333%
}

.col-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 91.666667%;
    flex: 0 1 91.666667%;
    max-width: 91.666667%
}

.col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: 100%
}

.col-mb {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%
}
.col-mb-auto {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	width: auto;
	max-width: none
}
.col-mb-1 {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 8.333333%;
	flex: 0 1 8.333333%;
	max-width: 8.333333%
}
.col-mb-2 {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 16.666667%;
	flex: 0 1 16.666667%;
	max-width: 16.666667%
}
.col-mb-3 {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 25%;
	flex: 0 1 25%;
	max-width: 25%
}
.col-mb-4 {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 33.333333%;
	flex: 0 1 33.333333%;
	max-width: 33.333333%
}
.col-mb-5 {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 41.666667%;
	flex: 0 1 41.666667%;
	max-width: 41.666667%
}
.col-mb-6 {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 50%;
	flex: 0 1 50%;
	max-width: 50%
}
.col-mb-7 {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 58.333333%;
	flex: 0 1 58.333333%;
	max-width: 58.333333%
}
.col-mb-8 {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 66.666667%;
	flex: 0 1 66.666667%;
	max-width: 66.666667%
}
.col-mb-9 {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 75%;
	flex: 0 1 75%;
	max-width: 75%
}
.col-mb-10 {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 83.333333%;
	flex: 0 1 83.333333%;
	max-width: 83.333333%
}
.col-mb-11 {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 91.666667%;
	flex: 0 1 91.666667%;
	max-width: 91.666667%
}
.col-mb-12 {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 100%;
	flex: 0 1 100%;
	max-width: 100%
}

@media (min-width:768px) {
	.col-tb {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-tb-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        width: auto;
        max-width: none
    }
    .col-tb-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 8.333333%;
        flex: 0 1 8.333333%;
        max-width: 8.333333%
    }
    .col-tb-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 16.666667%;
        flex: 0 1 16.666667%;
        max-width: 16.666667%
    }
    .col-tb-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 25%;
        flex: 0 1 25%;
        max-width: 25%
    }
    .col-tb-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 33.333333%;
        flex: 0 1 33.333333%;
        max-width: 33.333333%
    }
    .col-tb-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 41.666667%;
        flex: 0 1 41.666667%;
        max-width: 41.666667%
    }
    .col-tb-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
        flex: 0 1 50%;
        max-width: 50%
    }
    .col-tb-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 58.333333%;
        flex: 0 1 58.333333%;
        max-width: 58.333333%
    }
    .col-tb-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 66.666667%;
        flex: 0 1 66.666667%;
        max-width: 66.666667%
    }
    .col-tb-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 75%;
        flex: 0 1 75%;
        max-width: 75%
    }
    .col-tb-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 83.333333%;
        flex: 0 1 83.333333%;
        max-width: 83.333333%
    }
    .col-tb-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 91.666667%;
        flex: 0 1 91.666667%;
        max-width: 91.666667%
    }
    .col-tb-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: 100%
    }
}

@media (min-width:992px) {
	.col-des {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-des-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        width: auto;
        max-width: none
    }
    .col-des-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 8.333333%;
        flex: 0 1 8.333333%;
        max-width: 8.333333%
    }
    .col-des-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 16.666667%;
        flex: 0 1 16.666667%;
        max-width: 16.666667%
    }
    .col-des-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 25%;
        flex: 0 1 25%;
        max-width: 25%
    }
    .col-des-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 33.333333%;
        flex: 0 1 33.333333%;
        max-width: 33.333333%
    }
    .col-des-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 41.666667%;
        flex: 0 1 41.666667%;
        max-width: 41.666667%
    }
    .col-des-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
        flex: 0 1 50%;
        max-width: 50%
    }
    .col-des-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 58.333333%;
        flex: 0 1 58.333333%;
        max-width: 58.333333%
    }
    .col-des-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 66.666667%;
        flex: 0 1 66.666667%;
        max-width: 66.666667%
    }
    .col-des-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 75%;
        flex: 0 1 75%;
        max-width: 75%
    }
    .col-des-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 83.333333%;
        flex: 0 1 83.333333%;
        max-width: 83.333333%
    }
    .col-des-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 91.666667%;
        flex: 0 1 91.666667%;
        max-width: 91.666667%
    }
    .col-des-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: 100%
    }
	
	body:not(.active-builder) .hidden-des {
		display: none !important;
	}
	.pd-des-70 {
		padding: 70px;
	}
	.pd-des-left-70 {
		padding-left: 70px;
	}
	.pd-des-right-70 {
		padding-right: 70px;
	}
	.pd-des-top-70 {
		padding-top: 70px;
	}
	.pd-des-bottom-70 {
		padding-bottom: 70px;
	}
	.pd-des-30 {
		padding: 30px;
	}
	.pd-des-left-30 {
		padding-left: 30px;
	}
	.pd-des-right-30 {
		padding-right: 30px;
	}
	.pd-des-top-30 {
		padding-top: 30px;
	}
	.pd-des-bottom-30 {
		padding-bottom: 30px;
	}
}
@media (min-width: 992px){
	.row-1 .col {
		-ms-flex: 0 1 calc(100% / 1);
		flex: 0 1 calc(100% / 1);
		max-width: calc(100% / 1);
		width: 100%;
	}
	.row-2 .col {
		-ms-flex: 0 1 calc(100% / 2);
		flex: 0 1 calc(100% / 2);
		max-width: calc(100% / 2);
		width: 100%;
	}
	.row-3 .col {
		-ms-flex: 0 1 calc(100% / 3);
		flex: 0 1 calc(100% / 3);
		max-width: calc(100% / 3);
		width: 100%;
	}
	.row-4 .col {
		-ms-flex: 0 1 calc(100% / 4);
		flex: 0 1 calc(100% / 4);
		max-width: calc(100% / 4);
		width: 100%;
	}
	.row-5 .col {
		-ms-flex: 0 1 calc(100% / 5);
		flex: 0 1 calc(100% / 5);
		max-width: calc(100% / 5);
		width: 100%;
	}
	.row-6 .col {
		-ms-flex: 0 1 calc(100% / 6);
		flex: 0 1 calc(100% / 6);
		max-width: calc(100% / 6);
		width: 100%;
	}
	.row-7 .col {
		-ms-flex: 0 1 calc(100% / 7);
		flex: 0 1 calc(100% / 7);
		max-width: calc(100% / 7);
		width: 100%;
	}
	.row-8 .col {
		-ms-flex: 0 1 calc(100% / 8);
		flex: 0 1 calc(100% / 8);
		max-width: calc(100% / 8);
		width: 100%;
	}
	
}
@media (min-width: 768px) and (max-width: 991.98px) {
	.row-tablet-1 .col {
		-ms-flex: 0 1 calc(100% / 1);
		flex: 0 1 calc(100% / 1);
		max-width: calc(100% / 1);
		width: 100%;
	}
	.row-tablet-2 .col {
		-ms-flex: 0 1 calc(100% / 2);
		flex: 0 1 calc(100% / 2);
		max-width: calc(100% / 2);
		width: 100%;
	}
	.row-tablet-3 .col {
		-ms-flex: 0 1 calc(100% / 3);
		flex: 0 1 calc(100% / 3);
		max-width: calc(100% / 3);
		width: 100%;
	}
	.row-tablet-4 .col {
		-ms-flex: 0 1 calc(100% / 4);
		flex: 0 1 calc(100% / 4);
		max-width: calc(100% / 4);
		width: 100%;
	}
	.row-tablet-5 .col {
		-ms-flex: 0 1 calc(100% / 5);
		flex: 0 1 calc(100% / 5);
		max-width: calc(100% / 5);
		width: 100%;
	}
	.row-tablet-6 .col {
		-ms-flex: 0 1 calc(100% / 6);
		flex: 0 1 calc(100% / 6);
		max-width: calc(100% / 6);
		width: 100%;
	}
	.row-tablet-7 .col {
		-ms-flex: 0 1 calc(100% / 7);
		flex: 0 1 calc(100% / 7);
		max-width: calc(100% / 7);
		width: 100%;
	}
	.row-tablet-8 .col {
		-ms-flex: 0 1 calc(100% / 8);
		flex: 0 1 calc(100% / 8);
		max-width: calc(100% / 8);
		width: 100%;
	}
	
	body:not(.active-builder) .hidden-tb {
		display: none !important;
	}
	.hide-tb {
		display: none;
	}

	.pd-tb-left-30 {
		padding-left: 30px;
	}
	.pd-tb-right-30 {
		padding-right: 30px;
	}
	.pd-tb-top-30 {
		padding-top: 30px;
	}
	.pd-tb-bottom-30 {
		padding-bottom: 30px;
	}
}
@media (min-width: 576px) and (max-width: 767.98px) {
	.col-sm {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%
	}
	.col-sm-auto {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 auto;
		flex: 0 1 auto;
		width: auto;
		max-width: none
	}
	.col-sm-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 8.333333%;
		flex: 0 1 8.333333%;
		max-width: 8.333333%
	}
	.col-sm-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 16.666667%;
		flex: 0 1 16.666667%;
		max-width: 16.666667%
	}
	.col-sm-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 25%;
		flex: 0 1 25%;
		max-width: 25%
	}
	.col-sm-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 33.333333%;
		flex: 0 1 33.333333%;
		max-width: 33.333333%
	}
	.col-sm-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 41.666667%;
		flex: 0 1 41.666667%;
		max-width: 41.666667%
	}
	.col-sm-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 50%;
		flex: 0 1 50%;
		max-width: 50%
	}
	.col-sm-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 58.333333%;
		flex: 0 1 58.333333%;
		max-width: 58.333333%
	}
	.col-sm-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 66.666667%;
		flex: 0 1 66.666667%;
		max-width: 66.666667%
	}
	.col-sm-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 75%;
		flex: 0 1 75%;
		max-width: 75%
	}
	.col-sm-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 83.333333%;
		flex: 0 1 83.333333%;
		max-width: 83.333333%
	}
	.col-sm-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 91.666667%;
		flex: 0 1 91.666667%;
		max-width: 91.666667%
	}
	.col-sm-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: 100%
	}
	.hide-sm {
		display: none;
	}
}
@media (max-width: 767.98px) {
	.row-mobile-1 .col {
		-ms-flex: 0 1 calc(100% / 1);
		flex: 0 1 calc(100% / 1);
		max-width: calc(100% / 1);
		width: 100%;
	}
	.row-mobile-2 .col {
		-ms-flex: 0 1 calc(100% / 2);
		flex: 0 1 calc(100% / 2);
		max-width: calc(100% / 2);
		width: 100%;
	}
	.row-mobile-3 .col {
		-ms-flex: 0 1 calc(100% / 3);
		flex: 0 1 calc(100% / 3);
		max-width: calc(100% / 3);
		width: 100%;
	}
	.row-mobile-4 .col {
		-ms-flex: 0 1 calc(100% / 4);
		flex: 0 1 calc(100% / 4);
		max-width: calc(100% / 4);
		width: 100%;
	}
	.row-mobile-5 .col {
		-ms-flex: 0 1 calc(100% / 5);
		flex: 0 1 calc(100% / 5);
		max-width: calc(100% / 5);
		width: 100%;
	}
	.row-mobile-6 .col {
		-ms-flex: 0 1 calc(100% / 6);
		flex: 0 1 calc(100% / 6);
		max-width: calc(100% / 6);
		width: 100%;
	}
	.row-mobile-7 .col {
		-ms-flex: 0 1 calc(100% / 7);
		flex: 0 1 calc(100% / 7);
		max-width: calc(100% / 7);
		width: 100%;
	}
	.row-mobile-8 .col {
		-ms-flex: 0 1 calc(100% / 8);
		flex: 0 1 calc(100% / 8);
		max-width: calc(100% / 8);
		width: 100%;
	}
	body:not(.active-builder) .hidden-mb {
		display: none !important;
	}
	.hide-mb {
		display: none;
	}
	.pd-mb-left-10 {
		padding-left: 10px;
	}
	.pd-mb-right-10 {
		padding-right: 10px;
	}
	.pd-mb-top-10 {
		padding-top: 10px;
	}
	.pd-mb-bottom-10 {
		padding-bottom: 10px;
	}
}

.no-padding-col.section-builder-full {
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.no-padding-col .line {
	margin-left: 0 !important;
	margin-right: 0 !important;
}
.no-padding-col .frame,
.no-padding-col .line div[class*="col-des"],
.no-padding-col .line div[class*="col-tb"],
.no-padding-col .line div[class*="col-mb"] {
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.no-margin{margin:0 !important}
.no-margin-top{margin-top:0 !important}
.no-margin-bottom{margin-bottom:0 !important}
.text-align-left, .text-align-left .slide-text{text-align:left}
.text-align-right, .text-align-right .slide-text{text-align:right}
.text-align-center, .text-align-center .slide-text{text-align:center}
.mgs-products.products-grid { margin: 0; }
.mgs-products.products-grid .product-item{padding-left:10px; padding-right:10px}

.panel-block *{
    -webkit-transition: background-color 0.25s ease-in-out;
  -moz-transition: background-color 0.25s ease-in-out;
  -o-transition: background-color 0.25s ease-in-out;
  transition: background-color 0.25s ease-in-out;
}

/* Slider */
.fullscreen-slider .owl-carousel .item-image img, .fullscreen-slider .owl-carousel .item-image, .fullscreen-slider .owl-carousel div:not(.owl-nav):not(.owl-dots):not(.slide-text){height:100% !important}
.fullscreen-slider .owl-carousel {
    height: 100%;
    position: relative;
}
.fullscreen-slider .owl-carousel .item-image{height: 100%; background-position: center; display: block; background-size: cover; background-repeat: no-repeat;}
.fullscreen-slider .item img{opacity: 0; visibility: hidden; filter:alpha(opacity=0)}
.mgs-owl-carousel{position: relative;}
.mgs-owl-carousel .owl-nav.disabled{display:none !important}

.mgs-owl-carousel .owl-nav .disabled{opacity:0.5; filter:alpha(opacity=50)}
.mgs-owl-carousel .owl-nav .disabled span::before, .mgs-owl-carousel .owl-nav .disabled span{cursor:unset !important}
.mgs-owl-carousel .owl-prev, .mgs-owl-carousel .owl-next{height:100%; position:absolute; top:0; left:30px}
.mgs-owl-carousel.owl-rtl .owl-prev{left:70px}
.mgs-owl-carousel .owl-next{left:unset; right:30px}
.mgs-owl-carousel.owl-rtl .owl-next{right:30px}
.mgs-owl-carousel .slider-nav:before{width:40px; height:40px; position:absolute; top:50%; margin-top:-20px; color:#fff; line-height:40px; content:'\e608'; font-family:"luma-icons", "icons-blank-theme"; text-align:center; font-size:18px; cursor:pointer; transition: all 300ms;
-webkit-transition: all 300ms;
-moz-transition: all 300ms;
-o-transition: all 300ms;}
.autohide-nav.mgs-owl-carousel .slider-nav:before, .autohide-nav.mgs-owl-carousel .owl-nav span{
	opacity: 0;
	visibility: hidden; 
}
.mgs-owl-carousel .slider-nav:hover:before{
	transition: all 300ms;
-webkit-transition: all 300ms;
-moz-transition: all 300ms;
-o-transition: all 300ms;
}
.mgs-owl-carousel .nav-prev:before{content:'\e617';}
.mgs-owl-carousel.owl-carousel:hover .slider-nav:before, .autohide-nav.mgs-owl-carousel:hover .owl-nav span {opacity: 1; visibility: visible; -webkit-transition: opacity 0.5s ease-in-out;    -moz-transition: opacity 0.5s ease-in-out; -ms-transition: opacity 0.5s ease-in-out; -o-transition: opacity 0.5s ease-in-out;}
.owl-carousel .owl-dots.disabled, 
.owl-carousel .owl-nav.disabled {
	display: none;
}
.mgs-owl-carousel .owl-dots {
	display: table;
    margin: 20px auto 0;
    position: absolute;
    left: 50%;
    margin: 0;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
.slider_mgs_carousel.owl-carousel .owl-dots {
    bottom: 20px;
}
.mgs-owl-carousel .owl-dots .owl-dot {
    display: table-cell;
    vertical-align: middle;
    cursor: pointer;
}

.mgs-owl-carousel .owl-dots .owl-dot span {
    background-color: #f0f0f0;
    height: 15px;
    margin: 0 7px;
    transition: all .4s ease 0s;
    -webkit-transition: all .4s ease 0s;
    -moz-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    width: 15px;
    border-radius: 10px;
    cursor: pointer;
    display: block;
}

.mgs-owl-carousel .owl-dots .owl-dot:hover span, .owl-carousel .owl-dots .owl-dot.active span {
    background-color: #006bb4;
}
.nav-position-middle-outside .owl-nav div span, 
.nav-position-middle-inside .owl-nav div span{position:absolute; top:50%; cursor:pointer}
.mgs-carousel-multiple.owl-carousel.nav-position-middle-inside .owl-nav button.disabled {
	display: none;	
}
.mgs-carousel-multiple.owl-carousel.nav-position-middle-inside .owl-nav button {
	background-color: transparent;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
	-webkit- transform: translateY(-50%);
    -moz- transform: translateY(-50%);
    -ms- transform: translateY(-50%);
    -o- transform: translateY(-50%);
    width: 30px;
    height: 100%;
    margin: 0;
    color: #c96;
    font-size: 20px;
    line-height: 1;
    padding: 0;
    text-align: center;
    border: none;
    background: rgba(255,255,255,0.75);
    cursor: pointer;
    border-radius: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
	
}
.mgs-carousel-multiple.owl-carousel.nav-position-middle-inside .owl-nav button:before {
    content: '';
    display: block;
    width: 10px;
    height: 100%;
    position: absolute;
    left: 100%;
    top: 0;
    border-radius: 20px 0 0 20px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../../frontend/Mgs/molla/de_DE/MGS_Fbuilder/images/nav-prev-shadow.png);
}
.mgs-carousel-multiple.owl-carousel.nav-position-middle-inside .owl-nav button.owl-next:before {
    left: auto;
    right: 100%;
    background-image: url(../../frontend/Mgs/molla/de_DE/MGS_Fbuilder/images/nav-next-shadow.png);
}
.owl-carousel.nav-position-middle-inside .owl-nav button.owl-prev { left: 0;}
.owl-carousel.nav-position-middle-inside .owl-nav button.owl-next { right: 0;}



.owl-carousel.nav-position-middle-outside .owl-nav button.owl-prev { left: -45px;}
.owl-carousel.nav-position-middle-outside .owl-nav button.owl-next { right: -45px;}
@media (max-width: 1200px){
	.owl-carousel.nav-position-middle-outside .owl-nav button.owl-prev { left: 0;}
	.owl-carousel.nav-position-middle-outside .owl-nav button.owl-next { right: 0;}
}
.mgs-owl-carousel .owl-nav div span{text-align:center; display:block}
.mgs-owl-carousel.nav-position-top-left .owl-nav div, .mgs-owl-carousel.nav-position-top-right .owl-nav div, .mgs-owl-carousel.nav-position-bottom-left .owl-nav div, .mgs-owl-carousel.nav-position-bottom-right .owl-nav div{position:unset; float:left; margin-right:10px}
.mgs-owl-carousel.nav-position-top-right .owl-nav div{margin-right:0; margin-left:10px}
.mgs-owl-carousel.nav-position-top-left .owl-nav, .mgs-owl-carousel.nav-position-top-right .owl-nav, .mgs-owl-carousel.nav-position-bottom-left .owl-nav, .mgs-owl-carousel.nav-position-bottom-right .owl-nav{position:absolute; top:0; left:0}

.mgs-owl-carousel.nav-position-top-right .owl-nav, .mgs-owl-carousel.nav-position-bottom-right .owl-nav{left:unset; right:0}

.mgs-carousel-single.mgs-owl-carousel.nav-position-top-right .owl-nav{top:15px; right:15px}
.mgs-carousel-single.mgs-owl-carousel.nav-position-top-left .owl-nav{top:15px; left:15px}

.mgs-carousel-single.mgs-owl-carousel.nav-position-bottom-right .owl-nav{top:unset; right:15px; bottom:15px}
.mgs-carousel-single.mgs-owl-carousel.nav-position-bottom-left .owl-nav{top:unset; left:15px; bottom:15px}

.mgs-carousel-multiple.mgs-owl-carousel.nav-position-top-left .owl-nav{top:-55px; left:0; right:unset}
.mgs-carousel-multiple.mgs-owl-carousel.nav-position-top-right .owl-nav{top:-55px; right:0; left:unset}

.mgs-carousel-multiple.mgs-owl-carousel.nav-position-bottom-left .owl-nav, .mgs-carousel-multiple.mgs-owl-carousel.nav-position-bottom-right .owl-nav{position:unset; margin-top:15px}
.mgs-carousel-multiple.mgs-owl-carousel.nav-position-bottom-right .owl-nav{float:right}
.mgs-carousel-multiple.mgs-owl-carousel.nav-position-bottom-right .owl-nav div{margin-right:0; margin-left:10px}
.mgs-carousel-multiple.mgs-owl-carousel.mgs-carousel-multiple .owl-dots {
    bottom: -60px;
}
@media (max-width: 768px){
	.mgs-carousel-multiple.mgs-owl-carousel.mgs-carousel-multiple .owl-dots {
		bottom: -30px;
	}
}
.mgs-owl-carousel .owl-nav span{cursor:pointer; position:relative; width:100%}
.mgs-owl-carousel .owl-nav .disabled span{cursor:unset}

.mgs-owl-carousel.nav-position-middle-inside .owl-nav .owl-next span,.mgs-owl-carousel.nav-position-middle-outside .owl-nav .owl-prev span{right:0}
.mgs-owl-carousel.mgs-carousel-single.dot-position-left .owl-dots{left:60px}
.mgs-owl-carousel.mgs-carousel-single.dot-position-right .owl-dots{left:unset; right:0}
.mgs-owl-carousel.mgs-carousel-multiple .owl-dots{bottom:-30px}
.mgs-owl-carousel.mgs-carousel-multiple.dot-position-left .owl-dots{left:30px}
.mgs-owl-carousel.mgs-carousel-multiple.dot-position-right .owl-dots{left:unset; right:-30px}
.owl-carousel .owl-dots { position: absolute; left: 50%; transform: translateX(-50%); bottom: 20px;	}
.owl-carousel .owl-dots > .owl-dot { background: none; color: inherit; border: none; padding: 0; font: inherit; display: inline-block; zoom: 1;}
.owl-carousel .owl-dots .owl-dot span { width: 8px; height: 8px; margin: 5px 6px; border: 0.1rem solid #d7d7d7; background: transparent; display: block; -webkit-backface-visibility: visible; transition: all .3s ease; border-radius: 30px;}
.owl-carousel .owl-dots .owl-dot:hover span {border-color: #a6c76c; background: #a6c76c;}
.owl-carousel .owl-dots .owl-dot.active span {width: 18px; border-color: #ccc; background: #ccc;}
.owl-carousel .owl-nav button { color: #ccc; background-color: transparent; border: none; padding: 0; position: absolute; top: 50%;transform: translateY(-50%);}
.owl-carousel .owl-nav button.owl-prev { left: -20px;}
.owl-carousel .owl-nav button.owl-next { right: -20px;}
.page-header-sliders .owl-carousel .owl-dots .owl-dot.active span {
    border-color: #f8f8f8;
    background: #f8f8f8;
}
/* Products Block */
.tab-cate-link {
	text-align: center;
}

.mgs-products .product-image-container{width:100% !important}
.mgs-products .mgs-owl-carousel .product-item{width:100% !important; padding-top: 10px; padding-bottom:10px; padding-left: 0; padding-right: 0; margin-bottom: 10px;}

.mgs-tab.data.items, .builder-tab.data.items {
    position: relative;
    z-index: 1;
    border-bottom: 0;
    margin-left: 0;
    margin-right: 0;
}

.mgs-product-tab .mgs-tab.data.items > .item.title, .builder-tab.data.items > .item.title{
	box-sizing: border-box;
	float: unset;
    width: auto;
	margin: 0 -1px 0 0;
	display:inline-block;
}

.mgs-tab.data.items > .item.title > .switch {
    display: block;
    position: relative;
    z-index: 2;
	font-weight: 400;
    line-height: 40px ;
    font-size: 16px;
    color: #999;
    border-bottom: none;
	height: 40px ;
    padding: 1px 10px 1px 10px;
}
.mgs-tab.data.items > .item.title > .switch:after {
	content: '';
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 1px;
    background-color: #c96;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -ms-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
    -webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
.mgs-tab.data.items > .item.title:not(.disabled) > .switch:active, .mgs-tab.data.items > .item.title.active > .switch, .mgs-tab.data.items > .item.title.active > .switch:focus, .mgs-tab.data.items > .item.title.active > .switch:hover {
	color: #c96;
	border-bottom: 1px solid #c96;
}
.mgs-tab.data.items > .item.title:not(.disabled) > .switch:active:after, .mgs-tab.data.items > .item.title.active > .switch:after, .mgs-tab.data.items > .item.title.active > .switch:focus:after, .mgs-tab.data.items > .item.title.active > .switch:hover:after {
    opacity: 1;
    visibility: visible;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
} 
.mgs-tab.data.items::before, .mgs-tab.data.items::after, .builder-tab.data.items::before, .builder-tab.data.items::after {
    content: '';
    display: table;
}

.mgs-tab.data.items > .item.content, .builder-tab.data.items > .item.content {
    margin-top: 40px;
    box-sizing: border-box;
    float: right;
    margin-left: -100%;
    width: 100%;
	background: #fff;
	padding: 35px;
}
.builder-tab.data.items > .item.title > .switch{padding:1px 35px; height:40px; line-height:40px; color:#999; text-decoration:none; display:block}

/* --------------- Tab Style ------------------*/
.tab-with-head .mgs-product-tab .mgs-tab, 
.tab-with-head .mgs-product-tab .mgs-tab.product.data {margin-top:-50px;}
.mgs-product-tab .mgs-tab.product.data{float:left; width:100%; margin-top:20px}
.mgs-product-tab .mgs-tab.tab-align-center{text-align:center}
.mgs-product-tab .mgs-tab.tab-align-right{text-align:right}
.mgs-product-tab .mgs-tab .data.content{text-align:left}

.mgs-product-tab .mgs-tab.data.items > .item.content{margin-top:40px; padding:10px 0; box-shadow:unset; border-left:none; border-right:none; border-bottom:none}
.mgs-product-tab .mgs-tab.data.items .switch{font-weight:300}

.mgs-product-tab .tab-style1.data.items > .item.content,
.mgs-product-tab .tab-style2.data.items > .item.content,
.mgs-product-tab .tab-style3.data.items > .item.content,
.mgs-product-tab .tab-style4.data.items > .item.content,
.mgs-product-tab .tab-style6.data.items > .item.content,
.mgs-product-tab .tab-style7.data.items > .item.content{border:none}

.mgs-product-tab .tab-style1.data.items > .item.title > .switch{position:relative}
.mgs-product-tab .tab-style1.data.items .item.title .switch:hover{background:none}
.mgs-product-tab .tab-style1.data.items .item.title.item1 a:before{display:none}
.mgs-product-tab .mgs-tab.tab-align-left .item.title.item1 a{padding-left:0}
.mgs-product-tab .mgs-tab.tab-font-bold .item.title a{font-weight:bold}
.mgs-product-tab .mgs-tab.tab-uppercase .item.title a{text-transform: uppercase}
.mgs-product-tab .mgs-tab.tab-italic .item.title a{font-style: italic}
.mgs-tab.data.items.tab-align-right > .item.title.last-item > .switch{padding-right:0}
.title-small .mgs-product-tab .mgs-tab.product.data.items > .item.title > .switch.data { height: 30px;line-height: 30px; font-weight: 400;}
.title-small.light .mgs-product-tab .mgs-tab.product.data.items > .item.title > .switch.data { font-weight: 400;}
@media (max-width: 992px) {
	.tab-with-head .mgs-product-tab .mgs-tab, .tab-with-head .mgs-product-tab .mgs-tab.product.data {
		margin-top: 0;
		text-align: center;
	}
	.tab-with-head .heading .title {
		text-align: center;
	}
}

/* Style 2 */
.mgs-product-tab .tab-style2.data.items .item.title .switch {
	   font-weight: 500;
    text-transform: capitalize;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    text-align: center;
    transition: all .35s ease;
    padding: 0 15px;
    background-color: #fafafa;
	border: 1px solid #dedede;
    margin-bottom: -1px;
    border-bottom: 1px solid transparent;
    font-size: 14px;
}
.mgs-product-tab .tab-style2.data.items .item.title .switch:after {
	display: none;
}
.mgs-product-tab .tab-style2.data.items .item.title.active .switch{
	background-color: #fff;
    color: #c96;
    border-bottom-color: #fff;
    z-index: 1;
    height: 41px;
}
.mgs-product-tab .tab-style2.mgs-tab.data.items > .item.content {
    margin-top: 40px;
    padding: 14px 22px;
    box-shadow: unset;
    border: 1px solid #dedede;
}
.mgs-product-tab .mgs-tab.data.items.tab-align-right.tab-style2 > .item.title.last-item > .switch{padding-right:25px}

/* Style 3 */
.mgs-product-tab .tab-style3.data.items .item.title .switch {
	font-weight: 500;
    text-transform: capitalize;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    text-align: center;
    transition: all .35s ease;
    padding: 0 15px;
    background-color: transparent;
	border: 1px solid transparent;
    margin-bottom: -1px;
    border-bottom: 1px solid transparent;
    font-size: 14px;
	height: 41px;
}
.mgs-product-tab .tab-style3.data.items .item.title .switch:after {
	display: none;
}
.mgs-product-tab .tab-style3.data.items .item.title.active .switch{
	background-color: #fafafa;
    color: #c96;
	border: 1px solid #dedede;
    border-bottom-color: #fff;
    z-index: 1;
    height: 41px;
}
.mgs-product-tab .tab-style3.mgs-tab.data.items > .item.content {
    margin-top: 40px;
    padding: 14px 22px;
    box-shadow: unset;
    border: 1px solid #dedede;
}
/* Style 4 */

.mgs-product-tab .tab-style4.data.items .item.title .switch {
	font-weight: 400;
    letter-spacing: 0;
    padding-bottom: 16px;
	background-color: transparent;
    border: none;
    text-transform: uppercase;
}
.mgs-product-tab .tab-style4.data.items .item.title .switch:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 100%;
    height: 1px;
    background-color: #333;
    transform-origin: right center;
    -webkit-transform: scale(0, 1);
    -moz-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    transform: scale(0, 1);
	-webkit-transition: transform .3s ease;
    -moz-transition: transform .3s ease;
    -ms-transition: transform .3s ease;
    -o-transition: transform .3s ease;
    transition: transform .3s ease;
}
.mgs-tab.data.items.tab-style4 > .item.title.active > .switch:before {
	transform-origin: left center;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
}
.title-small .mgs-product-tab .mgs-tab.product.data.items.tab-style4 > .item.title > .switch.data {
    height: 40px;
    line-height: 1;
    font-weight: 400;
    padding: 10px 10px 16px;
    letter-spacing: 0;
}
.mgs-product-tab .mgs-tab.product.data.items.tab-style4 > .item.content + .item.title {
    margin-left: 8px;
}
.mgs-tab.data.items.tab-style4 > .item.title:not(.disabled) > .switch:active, 
.mgs-tab.data.items.tab-style4 > .item.title.active > .switch, 
.mgs-tab.data.items.tab-style4 > .item.title.active > .switch:focus, 
.mgs-tab.data.items.tab-style4 > .item.title.active > .switch:hover {
	border-bottom: none;
}
.mgs-product-tab .tab-style4.data.items .item.title.active .switch, .mgs-product-tab .tab-style4.data.items .item.title .switch:active {
	color: #333;
}
.mgs-product-tab .tab-style4.data.items .item.title.active .switch:after {
	display: none;
}
.product.items.mgs-tab.tab-style4 {
    margin-top: 0;
}
.mgs-product-tab .tab-style4.data.items > .item.content {
	margin-top: 63px;
}

/* Style 5 */
.mgs-product-tab .tab-style5.data.items > .item.content{margin-top:70px; border-top: none;}
.mgs-product-tab .tab-style5.data.items .item.title{margin:0 15px}
.mgs-product-tab .tab-style5.product.data.items > .item.title > .switch.data{padding:0 10px; background: none !important; color:#ccc; border:none; position:relative; height: 52px; line-height: 52px;}
.mgs-product-tab .tab-style5.product.data.items > .item.title.active > .switch.data{ color:#333333;}
.mgs-product-tab .tab-style5.data.items .item.title.active .switch:after{content:""; position:absolute; height:1px; width:100%; background:#333; left:0; bottom:0; display:block !important; top:unset; right:unset}
.mgs-product-tab .tab-style5.tab-align-left .item.title.item1, .mgs-product-tab .tab-style3.tab-align-left .item.title.item1, .mgs-product-tab .tab-style4.tab-align-left .item.title.item1{margin-left:0}
.mgs-product-tab .tab-style4.tab-align-right .item.title.last-item, .mgs-product-tab .tab-style5.tab-align-right .item.title.last-item, .mgs-product-tab .tab-style3.tab-align-right .item.title.last-item{margin-right:0}
.title-medium-tabs .mgs-product-tab .tab-style5.product.data.items > .item.title > .switch.data{font-size: 16px; font-weight: 400; height: 33px; line-height: 33px; color: #777;}
.title-medium-tabs .mgs-product-tab .tab-style5.data.items > .item.content {
	margin-top: 50px;
}
/* Style 6 */
.titles-block.tabs .products-tab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
	width: 100%;
}
.titles-block.tabs .products-tab:after {
    content: '';
    background-color: #333;
    width: 100%;
}
.titles-block.tabs .products-tab .item.title .switch{
	display: inline-block;
	position: relative;
	font-size: 20px;
    background-color: #333 !important;
    border: none !important;
    height: 50px !important;
    line-height: 50px !important;
    color: #fcb941 !important;
    padding: 0 30px;
    margin-bottom:  0 !important;
}

.titles-block.tabs .products-tab .item.title.item1 .switch:after {
	display: none;
}
.titles-block.tabs .products-tab > .item.title {
	margin: 0;
}
.titles-block.tabs .products-tab > .item.content {
	margin-top: 60px;
}

.titles-block.tabs .products-tab .item.title.active .switch {
	color: #333 !important;
	background-color: #fcb941 !important;
}
.titles-block.tabs .products-tab .item.title.active .switch::before {
	content: '';
    display: inline-block;
    border-top: 50px solid whitesmoke;
    border-bottom: 0;
    border-left: 0;
    border-right: 20px solid #fcb941;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
}
.titles-block.tabs .products-tab .item.title + .item.title.active .switch::before {
	content: '';
    display: inline-block;
    border-top: 50px solid #333;
    border-bottom: 0;
    border-left: 0;
    border-right: 20px solid #fcb941;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
}
.titles-block.tabs .products-tab .item.title.active .switch::after  {
    content: '';
    display: inline-block;
    border-top: 0;
    border-bottom: 50px solid #333;
    border-left: 20px solid #fcb941;
    border-right: 0;
    position: absolute;
    left: auto;
    top: 0;
    bottom: 0;
    right: 0;
}
.mgs-product-tab .mgs-tab .products-tab-content  .data.content {
	display: none;
}
.mgs-product-tab .mgs-tab .products-tab-content  .data.content.active-tab  {
	display: block !important;
}
.mgs-product-tab .mgs-tab.product.data.tab-style6  {
	margin-top: 0;
}
/* Style 7 */
.mgs-product-tab .tab-style7.data.items .item.title .switch{border:none; color:#999; background:none !important; padding:0 20px !important}
.mgs-product-tab .tab-style7.data.items .item.title.active .switch, .mgs-product-tab .tab-style7.data.items .item.title .switch:active, .mgs-product-tab .tab-style7.data.items .item.title .switch:focus, .mgs-product-tab .tab-style7.data.items .item.title .switch:hover{color:#c33 !important}
.mgs-product-tab .tab-style7.tab-align-right .item.title.last-item a.switch{padding-right:0 !important}
.mgs-product-tab .tab-style7.tab-align-left .item.title.item1 a.switch{padding-left:0 !important}

.deal-timer{margin:10px 0; width:100%; display:inline-block}
.deal-timer span{display:block; width:24%; text-align:center; float:left; font-size:18px; margin-right:1%; border-radius:3px; overflow:hidden}
.deal-timer span.secs{margin-right:0}
.deal-timer .time-note span{font-size:11px}
.mgs-products .product-item-info{position:relative}
.mgs-products .product-ribbon{position:absolute; background:#ff3100; color:#fff; width:45px; height:45px; display:block; border-radius:50%; top:0; z-index:10; text-align:center; line-height:45px; font-size:14px; right:0}
.mgs-products.list-products .product-image{position:relative}
.mgs-products .saved-price .price{margin-left:5px}

.instagram-widget .instagram-item{position:relative}
.instagram-widget .instagram-item > a {
    display: block;
}

.instagram-widget .instagram-item > a::after {
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: #000;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
}

.instagram-widget .instagram-item:hover > a::after {
    opacity: .5;
    visibility: visible;
}

.instagram-widget .instagram-item .social-count {
    position: absolute;
    left: 0;
	right: 0;
    top: 50%;
	text-align: center;
    transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    z-index: 1;
    color: #fff;
    opacity: 0;
    visibility: hidden;
}

.instagram-widget .instagram-item:hover .social-count {
    opacity: 1;
    visibility: visible;
}
.instagram-widget .instagram-item .social-count span span{margin-right:5px}
.instagram-widget .instagram-item .social-count .fa::before{font-family:"luma-icons", "icons-blank-theme";}
.instagram-widget .instagram-item .social-count .fa-heart-o::before{content: '\e600';}
.instagram-widget .instagram-item .social-count .fa-comments-o::before{content: '\e620';}

.instagram-widget .owl-dots, .category-grid-widget .owl-dots{margin-top:15px}

.category-grid-block .category-item{position:relative}
.category-grid-block .no-slider .category-item{margin-bottom:15px}
.category-grid-block .category-item .widget-category-infor{
	position: absolute;
    margin-top: -20px;
    overflow: hidden;
    padding: 11px 20px 7px;
    background-color: rgba(255,255,255,0.9);
    left: 0;
    right: 0;
    top: auto;
    bottom: 0;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    transition: all .3s ease;
    text-align: center;
}
.category-grid-block .category-item .widget-category-infor .category-name{font-size: 20px; margin-bottom:5px; letter-spacing: -.03em; line-height: 1.3; color: #333; display: block;}
.category-grid-block .category-item .widget-category-infor .number{color: #777;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: 0;
    margin-bottom: 10px;}
.category-grid-block .category-item .widget-category-infor  .cate-link {
    opacity: 0;
	display: block;
    position: absolute;
    bottom: 12px;
    left: 0;
    right: 0;
	font-weight: 400;
    transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	text-transform: uppercase;
    transform: translateY(30px);
    -ms-transform: translateY(30px);
	-webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
}	
.category-grid-block .category-item .widget-category-infor  .cate-link:hover {
	text-decoration: underline;
}
.category-grid-block .category-item:hover .widget-category-infor {
	padding-bottom: 37px;
	background-color: #fff;
}
.category-grid-block .category-item:hover .widget-category-infor .cate-link {
	transform: translateY(0);
    -ms-transform: translateY(0);
	-webkit-transform: translateY(0);
    -moz-transform: translateY(0);	
	opacity: 1;
}
.category-grid-block .no-slider .category-item > a {
	display: block;
}
@media (max-width:767px) {
	.category-grid-block .no-slider .category-item > a img {
		width: 100%;
	}
}
.grid-cates-simple .category-grid-block .category-item {
	padding: 15px;
}
.grid-cates-simple .category-grid-block .item.category-item:hover {
    box-shadow: 1px 5px 10px rgba(0,0,0,0.08);
}
.grid-cates-simple .category-grid-block .category-item > a {
	display: flex;
    align-items: center;
    position: relative;
    min-height: 124px;
    margin: 0;
}
.grid-cates-simple .category-grid-block .category-item img {
	margin: 0 auto;
}

.grid-cates-simple .category-grid-block .category-item .widget-category-infor {
    position: static;
	margin-top: 0;
    overflow: visible;
    padding: 0;
}
.grid-cates-simple .category-grid-block .category-item .widget-category-infor .category-name {
    display: block;
    color: #666666;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0;
    margin-top: 0;
    margin-bottom: 0;
}
.grid-cates-simple .category-grid-block .category-item .widget-category-infor .cate-link {
	display: none;
	
}
.grid-cates-simple .category-grid-block .category-item:hover .widget-category-infor {
	padding-bottom: 0;
}
.category-list-block{border: 1px solid #dae2e6; border-radius:2px}
.category-list-block .list-heading h3{padding:15px 20px; background:#f5f5f5; font-size:15px; font-weight:600; margin:0; border-bottom: 1px solid #dae2e6; letter-spacing: 0.5px;}
.category-list-block ul{margin:0 15px 5px; list-style:none; padding:0}
.category-list-block ul li{border-bottom: 1px solid #dae2e6; padding:10px 3px; margin:0}
.category-list-block ul li .category-icon{margin-right:8px}
.category-list-block ul li .font-icon{margin-left:5px;}
.category-list-block ul li .category-icon img{max-height:25px}
.category-list-block ul li:last-child{border:none}
.category-list-block ul li a{color:#333; text-decoration:none; display:flex; align-items: center}
.category-list-block .empty{padding: 15px}

.font-bold{font-weight:bold !important}
.font-italic{font-style:italic !important}
.font-uppercase{text-transform: uppercase !important;}

.accordion.mgs-accordion {
	border-bottom: 1px solid #eee;
}

.mgs-accordion .accordion-title {
	color: #000;
	padding: 17px 40px 17px 12px;
	position: relative;
	cursor: pointer;
	font-weight: 500;
	margin: 0;
    font-size: 20px;
	border-top: 1px solid #eee;
}
.mgs-accordion .accordion-title.ui-accordion-header-active {
	color: #c96;
}
.mgs-accordion .accordion-title:first-child{margin:0}

.mgs-accordion .accordion-content{
	padding: 4px 40px 18px 12px;
    border: none;
    border-radius: 0
}

.accordion-title-icon .icon:before, .mgs-accordion .accordion-title:before{
	color: #333;
	font-family: "molla";
	vertical-align: middle;
	display: inline-block;
	font-weight: normal;
	overflow: hidden;
	speak: none;
	text-align: center;
}

.mgs-accordion .accordion-title{position:relative}
.mgs-accordion .accordion-title:before{
	position: absolute;
    right: 12px;
    top: 50%;
	line-height: 1;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transition: all 0.3s;
	font-family: "molla";
}

.accordion-title-icon1 .icon:before, .accordion-title-icon1 .accordion-title:before{
	content: '\e802';
    display: inline-block;

	
   
}
.accordion-title-icon1 .icon-active:before, .accordion-title-icon1 .accordion-title.ui-accordion-header-active:before{
	content: '\f110';
}

.accordion-title-icon2 .icon:before, .accordion-title-icon2 .accordion-title:before{
	content: '\f2c2';
}
.accordion-title-icon2 .icon-active:before, .accordion-title-icon2 .accordion-title.ui-accordion-header-active:before{
	content: '\f28e';
}

.accordion-icon-left .accordion-title{
	padding-left:35px;
}
.accordion-icon-left .accordion-title:before{right:unset; left:0}

.accordion-box .accordion.mgs-accordion {
    border: 1px solid #eee;
}
.accordion-box .accordion.mgs-accordion > *:first-child{
    border-top: none;
}
.accordion-box .mgs-accordion .accordion-content {
    padding: 10px 20px 20px;
}
.accordion-box:not(._has-icon) .mgs-accordion .accordion-title {
    padding-left: 20px;
}
._has-bgr .mgs-accordion .accordion-title {
	background-color: #fafafa;
}
._has-bgr .mgs-accordion .accordion-title.ui-accordion-header-active {
	background-color: #FFF;
}
._has-icon .mgs-accordion .accordion-content {
    padding: 4px 55px 18px;
}
._has-icon  .mgs-accordion .accordion-title i {
    min-width: 17px;
    margin-right: 18px;
}
/* Video */
.mgs-video.youtube-video.video-fullwidth,.mgs-video.vimeo-video.video-fullwidth {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
}
.mgs-video.youtube-video.video-fullwidth iframe,.mgs-video.vimeo-video.video-fullwidth iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.mgs-video.vimeo-video.video-hide-controls {
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  position: relative;
}

.mgs-video.vimeo-video.video-hide-controls iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.mgs-video.vimeo-video.video-hide-controls .wrapper {
  position: relative;
  padding-bottom: 200%;
  transform: translateY(-35.95%);
}

/* Map */
.mgs-map .map-info{width:260px; padding:25px; background:#0095eb; color:#fff}
.mgs-map .map-info h3{margin: 0 0 20px 0; font-size:25px}
.mgs-map .map-detail-info ul{margin:0; padding:0; list-style:none; margin-left:10px}
.mgs-map .map-detail-info ul li{margin-bottom:10px}
.mgs-map .map-container{position:relative}
.mgs-map .map-container .map-info{position:absolute; z-index:10; left:50%; margin-left:150px; top:50%; margin-top:-200px}
.mgs-promobanner{cursor:pointer}

/* Profile */
.mgs-profile .photo{border:8px solid #f8f8f8; margin-bottom:15px}
.mgs-profile .photo img{max-width:100%; display:block}
.mgs-profile h4{margin: 0 0 7px 0; font-weight:400; font-size:21px}
.mgs-profile .subtitle{color:#a8a8a8; font-size:13px; margin-bottom:15px; padding-bottom:15px}
.mgs-profile .subtitle span{position:relative;}
.mgs-profile .subtitle span:after{position:absolute; content:""; height:1px; bottom:-15px; left:0; width:100%; background:#0095eb}
.mgs-profile .profile-description{margin-bottom:15px}
.mgs-profile .social ul{list-style:none; margin:0; padding:0}
.mgs-profile .social ul li{display:inline-block; margin-right:2px; width:42px; height:42px; line-height:40px; text-align:center}
.mgs-profile .social ul li a{color:#444; font-size:15px; display:block; border:1px solid rgba(0,0,0,.08)}
.mgs-profile .box-shadow a{-webkit-box-shadow: inset 0 0 5px 0 rgba(0,0,0,.08); box-shadow: inset 0 0 5px 0 rgba(0,0,0,.08);}
.mgs-profile.profile-horizontal h4{margin-top:10px}
.mgs-profile.profile-circle{text-align:center}
.mgs-profile.profile-circle .photo {
    width: 130px;
    height: 130px;
    margin: 0 auto 15px;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

/* Content Box */
.mgs-content-box.cursor{cursor:pointer}
.mgs-content-box .icon-wrapper{width:100px; height:100px; line-height:100px; font-size:55px; text-align:center; border-radius:50%; overflow:hidden}
.mgs-content-box.box-vertical .icon-wrapper{margin:0 auto 15px;}
.mgs-content-box.box-vertical{text-align:center}
.mgs-content-box.box-horizontal{text-align:left; display:inline-block; width:100%}
.mgs-content-box.box-horizontal .icon-wrapper{float:left;}
.mgs-content-box.box-horizontal .content-wrapper{margin-left:120px}
.mgs-content-box.box-vertical .icon-wrapper,{margin:0 auto 15px;}
.mgs-content-box .content-wrapper h4{font-size:21px; font-weight:500; margin:0 0 15px}
.mgs-content-box.box-horizontal .content-wrapper h4{margin-top:10px}

/* Counter Box */
.mgs-counter-box .icon-wrapper{width:100px; font-size:55px; text-align:center; border-radius:50%; overflow:hidden}
.mgs-counter-box.box-vertical{text-align:center}
.mgs-counter-box.box-horizontal{text-align:left; display:inline-block; width:100%}
.mgs-counter-box.box-horizontal .icon-wrapper{float:left; width:auto; margin-right:5px; padding:0 5px}
.mgs-counter-box.box-horizontal .counter-box{line-height:80px}
.mgs-counter-box.box-horizontal .content{display:block; clear:both; text-align: center; margin-top:-15px}
.mgs-counter-box.box-vertical .icon-wrapper{margin:0 auto;}
.mgs-counter-box.box-vertical .counter-box span{display:block;}
.mgs-counter-box .number{font-size:35px}
.mgs-counter-box .subtitle{font-size:20px}

/* Progress Bar */
@-webkit-keyframes move{from{background-position:0 0}to{background-position:30px 0}}
@keyframes move{from{background-position:0 0}to{background-position:30px 0}}

.mgs-progressbar {position: relative;}
.mgs-progressbar .progressbar{
    margin: 0;
    height: 30px;
    width: 100%;
    background-clip: padding-box;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color:#f7f7f7;
}
.mgs-progressbar .progress {
    float: left;
    width: 0%;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #08c;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    -webkit-transition: width .6s ease;
    transition: width .6s ease;
	background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
	background-size: 30px 30px;
	transition-duration: 3s;
}
.mgs-progressbar .progress.animation{-webkit-animation: move 2s linear infinite; animation: move 2s linear infinite;}
.mgs-progressbar .progress-info{margin:5px 0}
.mgs-progressbar.progress-inside{position:relative}
.mgs-progressbar.progress-inside .progress-info{position:absolute; top:0; left:15px; height:100%; line-height:30px; margin:0}
.mgs-progressbar.progress-top-left-right .progress-info .progress-value, .mgs-progressbar.progress-bottom-left-right .progress-info .progress-value{float:right}
.mgs-progressbar.progress-bottom-right .progress-info, .mgs-progressbar.progress-top-right .progress-info{text-align:right}

/* Circle Progress */
.mgs-progress-circle {
  margin: 20px auto;
  width: 120px;
  height: 120px;
  background-color: #d9d9d9;
  border-radius: 50%;
}
.mgs-circle-pie-progress .progress-info h4{text-align:center; font-weight:normal; font-size:16px; margin:20px 0}
.mgs-progress-circle .mgs-progress-circle__slice,
.mgs-progress-circle .mgs-progress-circle__fill {
  width: 120px;
  height: 120px;
  position: absolute;
  -webkit-backface-visibility: hidden;
  transition: transform 1s;
  border-radius: 50%;
}
.mgs-progress-circle .mgs-progress-circle__slice {
  clip: rect(0px, 120px, 120px, 60px);
}
.mgs-progress-circle .mgs-progress-circle__slice .mgs-progress-circle__fill {
  clip: rect(0px, 60px, 120px, 0px);
  background-color: #1291d4;
}
.mgs-progress-circle .mgs-progress-circle__overlay {
  width: 100px;
  height: 100px;
  position: absolute;
  margin-left: 10px;
  margin-top: 10px;
  border-radius: 50%;
  line-height:100px;
  text-align:center;
  font-size:30px;
}
.mgs-progress-circle__overlay .font-container{
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}
.mgs-progress-circle__overlay .font-container span{
	position: absolute;
	width: 100%;
	top: 50%;
	left: 0;
}

.progress-type-circle .mgs-progress-circle__overlay{background:#fff}
.mgs-progress-circle[data-progress="0"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="0"] .mgs-progress-circle__fill {
  transform: rotate(0deg);
}
.mgs-progress-circle[data-progress="0"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(0deg);
}
.mgs-progress-circle[data-progress="1"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="1"] .mgs-progress-circle__fill {
  transform: rotate(1.8deg);
}
.mgs-progress-circle[data-progress="1"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(3.6deg);
}
.mgs-progress-circle[data-progress="2"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="2"] .mgs-progress-circle__fill {
  transform: rotate(3.6deg);
}
.mgs-progress-circle[data-progress="2"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(7.2deg);
}
.mgs-progress-circle[data-progress="3"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="3"] .mgs-progress-circle__fill {
  transform: rotate(5.4deg);
}
.mgs-progress-circle[data-progress="3"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(10.8deg);
}
.mgs-progress-circle[data-progress="4"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="4"] .mgs-progress-circle__fill {
  transform: rotate(7.2deg);
}
.mgs-progress-circle[data-progress="4"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(14.4deg);
}
.mgs-progress-circle[data-progress="5"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="5"] .mgs-progress-circle__fill {
  transform: rotate(9deg);
}
.mgs-progress-circle[data-progress="5"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(18deg);
}
.mgs-progress-circle[data-progress="6"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="6"] .mgs-progress-circle__fill {
  transform: rotate(10.8deg);
}
.mgs-progress-circle[data-progress="6"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(21.6deg);
}
.mgs-progress-circle[data-progress="7"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="7"] .mgs-progress-circle__fill {
  transform: rotate(12.6deg);
}
.mgs-progress-circle[data-progress="7"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(25.2deg);
}
.mgs-progress-circle[data-progress="8"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="8"] .mgs-progress-circle__fill {
  transform: rotate(14.4deg);
}
.mgs-progress-circle[data-progress="8"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(28.8deg);
}
.mgs-progress-circle[data-progress="9"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="9"] .mgs-progress-circle__fill {
  transform: rotate(16.2deg);
}
.mgs-progress-circle[data-progress="9"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(32.4deg);
}
.mgs-progress-circle[data-progress="10"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="10"] .mgs-progress-circle__fill {
  transform: rotate(18deg);
}
.mgs-progress-circle[data-progress="10"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(36deg);
}
.mgs-progress-circle[data-progress="11"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="11"] .mgs-progress-circle__fill {
  transform: rotate(19.8deg);
}
.mgs-progress-circle[data-progress="11"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(39.6deg);
}
.mgs-progress-circle[data-progress="12"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="12"] .mgs-progress-circle__fill {
  transform: rotate(21.6deg);
}
.mgs-progress-circle[data-progress="12"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(43.2deg);
}
.mgs-progress-circle[data-progress="13"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="13"] .mgs-progress-circle__fill {
  transform: rotate(23.4deg);
}
.mgs-progress-circle[data-progress="13"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(46.8deg);
}
.mgs-progress-circle[data-progress="14"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="14"] .mgs-progress-circle__fill {
  transform: rotate(25.2deg);
}
.mgs-progress-circle[data-progress="14"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(50.4deg);
}
.mgs-progress-circle[data-progress="15"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="15"] .mgs-progress-circle__fill {
  transform: rotate(27deg);
}
.mgs-progress-circle[data-progress="15"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(54deg);
}
.mgs-progress-circle[data-progress="16"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="16"] .mgs-progress-circle__fill {
  transform: rotate(28.8deg);
}
.mgs-progress-circle[data-progress="16"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(57.6deg);
}
.mgs-progress-circle[data-progress="17"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="17"] .mgs-progress-circle__fill {
  transform: rotate(30.6deg);
}
.mgs-progress-circle[data-progress="17"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(61.2deg);
}
.mgs-progress-circle[data-progress="18"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="18"] .mgs-progress-circle__fill {
  transform: rotate(32.4deg);
}
.mgs-progress-circle[data-progress="18"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(64.8deg);
}
.mgs-progress-circle[data-progress="19"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="19"] .mgs-progress-circle__fill {
  transform: rotate(34.2deg);
}
.mgs-progress-circle[data-progress="19"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(68.4deg);
}
.mgs-progress-circle[data-progress="20"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="20"] .mgs-progress-circle__fill {
  transform: rotate(36deg);
}
.mgs-progress-circle[data-progress="20"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(72deg);
}
.mgs-progress-circle[data-progress="21"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="21"] .mgs-progress-circle__fill {
  transform: rotate(37.8deg);
}
.mgs-progress-circle[data-progress="21"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(75.6deg);
}
.mgs-progress-circle[data-progress="22"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="22"] .mgs-progress-circle__fill {
  transform: rotate(39.6deg);
}
.mgs-progress-circle[data-progress="22"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(79.2deg);
}
.mgs-progress-circle[data-progress="23"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="23"] .mgs-progress-circle__fill {
  transform: rotate(41.4deg);
}
.mgs-progress-circle[data-progress="23"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(82.8deg);
}
.mgs-progress-circle[data-progress="24"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="24"] .mgs-progress-circle__fill {
  transform: rotate(43.2deg);
}
.mgs-progress-circle[data-progress="24"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(86.4deg);
}
.mgs-progress-circle[data-progress="25"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="25"] .mgs-progress-circle__fill {
  transform: rotate(45deg);
}
.mgs-progress-circle[data-progress="25"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(90deg);
}
.mgs-progress-circle[data-progress="26"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="26"] .mgs-progress-circle__fill {
  transform: rotate(46.8deg);
}
.mgs-progress-circle[data-progress="26"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(93.6deg);
}
.mgs-progress-circle[data-progress="27"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="27"] .mgs-progress-circle__fill {
  transform: rotate(48.6deg);
}
.mgs-progress-circle[data-progress="27"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(97.2deg);
}
.mgs-progress-circle[data-progress="28"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="28"] .mgs-progress-circle__fill {
  transform: rotate(50.4deg);
}
.mgs-progress-circle[data-progress="28"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(100.8deg);
}
.mgs-progress-circle[data-progress="29"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="29"] .mgs-progress-circle__fill {
  transform: rotate(52.2deg);
}
.mgs-progress-circle[data-progress="29"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(104.4deg);
}
.mgs-progress-circle[data-progress="30"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="30"] .mgs-progress-circle__fill {
  transform: rotate(54deg);
}
.mgs-progress-circle[data-progress="30"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(108deg);
}
.mgs-progress-circle[data-progress="31"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="31"] .mgs-progress-circle__fill {
  transform: rotate(55.8deg);
}
.mgs-progress-circle[data-progress="31"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(111.6deg);
}
.mgs-progress-circle[data-progress="32"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="32"] .mgs-progress-circle__fill {
  transform: rotate(57.6deg);
}
.mgs-progress-circle[data-progress="32"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(115.2deg);
}
.mgs-progress-circle[data-progress="33"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="33"] .mgs-progress-circle__fill {
  transform: rotate(59.4deg);
}
.mgs-progress-circle[data-progress="33"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(118.8deg);
}
.mgs-progress-circle[data-progress="34"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="34"] .mgs-progress-circle__fill {
  transform: rotate(61.2deg);
}
.mgs-progress-circle[data-progress="34"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(122.4deg);
}
.mgs-progress-circle[data-progress="35"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="35"] .mgs-progress-circle__fill {
  transform: rotate(63deg);
}
.mgs-progress-circle[data-progress="35"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(126deg);
}
.mgs-progress-circle[data-progress="36"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="36"] .mgs-progress-circle__fill {
  transform: rotate(64.8deg);
}
.mgs-progress-circle[data-progress="36"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(129.6deg);
}
.mgs-progress-circle[data-progress="37"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="37"] .mgs-progress-circle__fill {
  transform: rotate(66.6deg);
}
.mgs-progress-circle[data-progress="37"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(133.2deg);
}
.mgs-progress-circle[data-progress="38"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="38"] .mgs-progress-circle__fill {
  transform: rotate(68.4deg);
}
.mgs-progress-circle[data-progress="38"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(136.8deg);
}
.mgs-progress-circle[data-progress="39"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="39"] .mgs-progress-circle__fill {
  transform: rotate(70.2deg);
}
.mgs-progress-circle[data-progress="39"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(140.4deg);
}
.mgs-progress-circle[data-progress="40"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="40"] .mgs-progress-circle__fill {
  transform: rotate(72deg);
}
.mgs-progress-circle[data-progress="40"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(144deg);
}
.mgs-progress-circle[data-progress="41"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="41"] .mgs-progress-circle__fill {
  transform: rotate(73.8deg);
}
.mgs-progress-circle[data-progress="41"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(147.6deg);
}
.mgs-progress-circle[data-progress="42"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="42"] .mgs-progress-circle__fill {
  transform: rotate(75.6deg);
}
.mgs-progress-circle[data-progress="42"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(151.2deg);
}
.mgs-progress-circle[data-progress="43"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="43"] .mgs-progress-circle__fill {
  transform: rotate(77.4deg);
}
.mgs-progress-circle[data-progress="43"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(154.8deg);
}
.mgs-progress-circle[data-progress="44"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="44"] .mgs-progress-circle__fill {
  transform: rotate(79.2deg);
}
.mgs-progress-circle[data-progress="44"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(158.4deg);
}
.mgs-progress-circle[data-progress="45"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="45"] .mgs-progress-circle__fill {
  transform: rotate(81deg);
}
.mgs-progress-circle[data-progress="45"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(162deg);
}
.mgs-progress-circle[data-progress="46"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="46"] .mgs-progress-circle__fill {
  transform: rotate(82.8deg);
}
.mgs-progress-circle[data-progress="46"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(165.6deg);
}
.mgs-progress-circle[data-progress="47"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="47"] .mgs-progress-circle__fill {
  transform: rotate(84.6deg);
}
.mgs-progress-circle[data-progress="47"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(169.2deg);
}
.mgs-progress-circle[data-progress="48"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="48"] .mgs-progress-circle__fill {
  transform: rotate(86.4deg);
}
.mgs-progress-circle[data-progress="48"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(172.8deg);
}
.mgs-progress-circle[data-progress="49"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="49"] .mgs-progress-circle__fill {
  transform: rotate(88.2deg);
}
.mgs-progress-circle[data-progress="49"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(176.4deg);
}
.mgs-progress-circle[data-progress="50"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="50"] .mgs-progress-circle__fill {
  transform: rotate(90deg);
}
.mgs-progress-circle[data-progress="50"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(180deg);
}
.mgs-progress-circle[data-progress="51"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="51"] .mgs-progress-circle__fill {
  transform: rotate(91.8deg);
}
.mgs-progress-circle[data-progress="51"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(183.6deg);
}
.mgs-progress-circle[data-progress="52"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="52"] .mgs-progress-circle__fill {
  transform: rotate(93.6deg);
}
.mgs-progress-circle[data-progress="52"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(187.2deg);
}
.mgs-progress-circle[data-progress="53"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="53"] .mgs-progress-circle__fill {
  transform: rotate(95.4deg);
}
.mgs-progress-circle[data-progress="53"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(190.8deg);
}
.mgs-progress-circle[data-progress="54"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="54"] .mgs-progress-circle__fill {
  transform: rotate(97.2deg);
}
.mgs-progress-circle[data-progress="54"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(194.4deg);
}
.mgs-progress-circle[data-progress="55"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="55"] .mgs-progress-circle__fill {
  transform: rotate(99deg);
}
.mgs-progress-circle[data-progress="55"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(198deg);
}
.mgs-progress-circle[data-progress="56"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="56"] .mgs-progress-circle__fill {
  transform: rotate(100.8deg);
}
.mgs-progress-circle[data-progress="56"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(201.6deg);
}
.mgs-progress-circle[data-progress="57"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="57"] .mgs-progress-circle__fill {
  transform: rotate(102.6deg);
}
.mgs-progress-circle[data-progress="57"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(205.2deg);
}
.mgs-progress-circle[data-progress="58"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="58"] .mgs-progress-circle__fill {
  transform: rotate(104.4deg);
}
.mgs-progress-circle[data-progress="58"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(208.8deg);
}
.mgs-progress-circle[data-progress="59"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="59"] .mgs-progress-circle__fill {
  transform: rotate(106.2deg);
}
.mgs-progress-circle[data-progress="59"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(212.4deg);
}
.mgs-progress-circle[data-progress="60"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="60"] .mgs-progress-circle__fill {
  transform: rotate(108deg);
}
.mgs-progress-circle[data-progress="60"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(216deg);
}
.mgs-progress-circle[data-progress="61"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="61"] .mgs-progress-circle__fill {
  transform: rotate(109.8deg);
}
.mgs-progress-circle[data-progress="61"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(219.6deg);
}
.mgs-progress-circle[data-progress="62"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="62"] .mgs-progress-circle__fill {
  transform: rotate(111.6deg);
}
.mgs-progress-circle[data-progress="62"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(223.2deg);
}
.mgs-progress-circle[data-progress="63"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="63"] .mgs-progress-circle__fill {
  transform: rotate(113.4deg);
}
.mgs-progress-circle[data-progress="63"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(226.8deg);
}
.mgs-progress-circle[data-progress="64"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="64"] .mgs-progress-circle__fill {
  transform: rotate(115.2deg);
}
.mgs-progress-circle[data-progress="64"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(230.4deg);
}
.mgs-progress-circle[data-progress="65"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="65"] .mgs-progress-circle__fill {
  transform: rotate(117deg);
}
.mgs-progress-circle[data-progress="65"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(234deg);
}
.mgs-progress-circle[data-progress="66"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="66"] .mgs-progress-circle__fill {
  transform: rotate(118.8deg);
}
.mgs-progress-circle[data-progress="66"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(237.6deg);
}
.mgs-progress-circle[data-progress="67"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="67"] .mgs-progress-circle__fill {
  transform: rotate(120.6deg);
}
.mgs-progress-circle[data-progress="67"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(241.2deg);
}
.mgs-progress-circle[data-progress="68"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="68"] .mgs-progress-circle__fill {
  transform: rotate(122.4deg);
}
.mgs-progress-circle[data-progress="68"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(244.8deg);
}
.mgs-progress-circle[data-progress="69"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="69"] .mgs-progress-circle__fill {
  transform: rotate(124.2deg);
}
.mgs-progress-circle[data-progress="69"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(248.4deg);
}
.mgs-progress-circle[data-progress="70"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="70"] .mgs-progress-circle__fill {
  transform: rotate(126deg);
}
.mgs-progress-circle[data-progress="70"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(252deg);
}
.mgs-progress-circle[data-progress="71"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="71"] .mgs-progress-circle__fill {
  transform: rotate(127.8deg);
}
.mgs-progress-circle[data-progress="71"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(255.6deg);
}
.mgs-progress-circle[data-progress="72"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="72"] .mgs-progress-circle__fill {
  transform: rotate(129.6deg);
}
.mgs-progress-circle[data-progress="72"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(259.2deg);
}
.mgs-progress-circle[data-progress="73"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="73"] .mgs-progress-circle__fill {
  transform: rotate(131.4deg);
}
.mgs-progress-circle[data-progress="73"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(262.8deg);
}
.mgs-progress-circle[data-progress="74"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="74"] .mgs-progress-circle__fill {
  transform: rotate(133.2deg);
}
.mgs-progress-circle[data-progress="74"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(266.4deg);
}
.mgs-progress-circle[data-progress="75"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="75"] .mgs-progress-circle__fill {
  transform: rotate(135deg);
}
.mgs-progress-circle[data-progress="75"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(270deg);
}
.mgs-progress-circle[data-progress="76"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="76"] .mgs-progress-circle__fill {
  transform: rotate(136.8deg);
}
.mgs-progress-circle[data-progress="76"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(273.6deg);
}
.mgs-progress-circle[data-progress="77"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="77"] .mgs-progress-circle__fill {
  transform: rotate(138.6deg);
}
.mgs-progress-circle[data-progress="77"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(277.2deg);
}
.mgs-progress-circle[data-progress="78"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="78"] .mgs-progress-circle__fill {
  transform: rotate(140.4deg);
}
.mgs-progress-circle[data-progress="78"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(280.8deg);
}
.mgs-progress-circle[data-progress="79"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="79"] .mgs-progress-circle__fill {
  transform: rotate(142.2deg);
}
.mgs-progress-circle[data-progress="79"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(284.4deg);
}
.mgs-progress-circle[data-progress="80"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="80"] .mgs-progress-circle__fill {
  transform: rotate(144deg);
}
.mgs-progress-circle[data-progress="80"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(288deg);
}
.mgs-progress-circle[data-progress="81"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="81"] .mgs-progress-circle__fill {
  transform: rotate(145.8deg);
}
.mgs-progress-circle[data-progress="81"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(291.6deg);
}
.mgs-progress-circle[data-progress="82"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="82"] .mgs-progress-circle__fill {
  transform: rotate(147.6deg);
}
.mgs-progress-circle[data-progress="82"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(295.2deg);
}
.mgs-progress-circle[data-progress="83"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="83"] .mgs-progress-circle__fill {
  transform: rotate(149.4deg);
}
.mgs-progress-circle[data-progress="83"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(298.8deg);
}
.mgs-progress-circle[data-progress="84"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="84"] .mgs-progress-circle__fill {
  transform: rotate(151.2deg);
}
.mgs-progress-circle[data-progress="84"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(302.4deg);
}
.mgs-progress-circle[data-progress="85"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="85"] .mgs-progress-circle__fill {
  transform: rotate(153deg);
}
.mgs-progress-circle[data-progress="85"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(306deg);
}
.mgs-progress-circle[data-progress="86"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="86"] .mgs-progress-circle__fill {
  transform: rotate(154.8deg);
}
.mgs-progress-circle[data-progress="86"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(309.6deg);
}
.mgs-progress-circle[data-progress="87"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="87"] .mgs-progress-circle__fill {
  transform: rotate(156.6deg);
}
.mgs-progress-circle[data-progress="87"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(313.2deg);
}
.mgs-progress-circle[data-progress="88"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="88"] .mgs-progress-circle__fill {
  transform: rotate(158.4deg);
}
.mgs-progress-circle[data-progress="88"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(316.8deg);
}
.mgs-progress-circle[data-progress="89"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="89"] .mgs-progress-circle__fill {
  transform: rotate(160.2deg);
}
.mgs-progress-circle[data-progress="89"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(320.4deg);
}
.mgs-progress-circle[data-progress="90"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="90"] .mgs-progress-circle__fill {
  transform: rotate(162deg);
}
.mgs-progress-circle[data-progress="90"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(324deg);
}
.mgs-progress-circle[data-progress="91"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="91"] .mgs-progress-circle__fill {
  transform: rotate(163.8deg);
}
.mgs-progress-circle[data-progress="91"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(327.6deg);
}
.mgs-progress-circle[data-progress="92"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="92"] .mgs-progress-circle__fill {
  transform: rotate(165.6deg);
}
.mgs-progress-circle[data-progress="92"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(331.2deg);
}
.mgs-progress-circle[data-progress="93"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="93"] .mgs-progress-circle__fill {
  transform: rotate(167.4deg);
}
.mgs-progress-circle[data-progress="93"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(334.8deg);
}
.mgs-progress-circle[data-progress="94"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="94"] .mgs-progress-circle__fill {
  transform: rotate(169.2deg);
}
.mgs-progress-circle[data-progress="94"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(338.4deg);
}
.mgs-progress-circle[data-progress="95"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="95"] .mgs-progress-circle__fill {
  transform: rotate(171deg);
}
.mgs-progress-circle[data-progress="95"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(342deg);
}
.mgs-progress-circle[data-progress="96"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="96"] .mgs-progress-circle__fill {
  transform: rotate(172.8deg);
}
.mgs-progress-circle[data-progress="96"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(345.6deg);
}
.mgs-progress-circle[data-progress="97"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="97"] .mgs-progress-circle__fill {
  transform: rotate(174.6deg);
}
.mgs-progress-circle[data-progress="97"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(349.2deg);
}
.mgs-progress-circle[data-progress="98"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="98"] .mgs-progress-circle__fill {
  transform: rotate(176.4deg);
}
.mgs-progress-circle[data-progress="98"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(352.8deg);
}
.mgs-progress-circle[data-progress="99"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="99"] .mgs-progress-circle__fill {
  transform: rotate(178.2deg);
}
.mgs-progress-circle[data-progress="99"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(356.4deg);
}
.mgs-progress-circle[data-progress="100"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="100"] .mgs-progress-circle__fill {
  transform: rotate(180deg);
}
.mgs-progress-circle[data-progress="100"] .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(360deg);
}


/* Countdown Block */
.mgs-countdown-block .countdown-timer .time-text, .mgs-countdown-block .countdown-timer .countdown{display:flex}
.mgs-countdown-block .countdown-timer .days,
.mgs-countdown-block .countdown-timer .hours,
.mgs-countdown-block .countdown-timer .mins,
.mgs-countdown-block .countdown-timer .secs{display:block; width:25%; margin:0; text-align:center}
.mgs-countdown-block .countdown-timer .time-text{font-size:20px}
.mgs-countdown-block .countdown-timer .countdown span b{font-size:80px; font-weight:normal}

/* Divider Block */
.mgs-divider-block{display:inline-block; width:100%}
.mgs-divider{display:block; width:100%; position:relative; text-align:center }
.mgs-divider hr{margin:0; height:1px; border-left:0 !important; border-right:0 !important; border-bottom:0; border-top-width:1px; border-top-style:solid; border-top-color:#ccc}
.mgs-divider.mgs-divider-dotted hr, .mgs-divider.mgs-divider-dashed hr{border-bottom:none !important}
.mgs-divider.mgs-divider-double_solid hr{border-bottom-style: solid;}
.mgs-divider.mgs-divider-dotted hr, .mgs-divider.mgs-divider-double_dotted hr{border-style:dotted}
.mgs-divider.mgs-divider-dashed hr, .mgs-divider.mgs-divider-double_dashed hr{border-style:dashed}

.mgs-divider.mgs-divider-double_solid hr, .mgs-divider.mgs-divider-double_dotted hr, .mgs-divider.mgs-divider-double_dashed hr{padding:3px 0; border-bottom-width:1px; border-bottom-color:#ccc}

.mgs-divider.mgs-divider-shadown hr{
	border:none;
	background: radial-gradient(ellipse at 50% -50% , #cccccc 0px, rgba(255, 255, 255, 0) 80%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	background: -webkit-radial-gradient(ellipse at 50% -50% , #cccccc 0px, rgba(255, 255, 255, 0) 80%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	background: -moz-radial-gradient(ellipse at 50% -50% , #cccccc 0px, rgba(255, 255, 255, 0) 80%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	background: -o-radial-gradient(ellipse at 50% -50% , #cccccc 0px, rgba(255, 255, 255, 0) 80%) repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.mgs-divider.mgs-divider-shadown hr:after{
	display: block;
	margin-top: 10px;
	height: 6px;
	width: 100%;
	content: '';
	background: -webkit-radial-gradient(50% -50% ellipse,rgba(0,0,0,.5) 0,rgba(255,255,255,0) 65%);
	background: radial-gradient(ellipse at 50% -50%,rgba(0,0,0,.5) 0,rgba(255,255,255,0) 65%);
}
.mgs-divider.divider-center{margin:0 auto}
.mgs-divider.divider-right{float:right}

.mgs-divider .divider-text,.mgs-divider .divider-icon{position:absolute; width:100%; left:0; font-size:20px; top:50%; margin-top:-10px; height:20px; line-height:20px;}
.mgs-divider .divider-text span{background:#fff; padding:0 10px}
.mgs-divider .divider-icon{height:30px; margin-top:-17.5px}
.mgs-divider .divider-icon span{font-size:15px; background:#fff; border-radius:50%; width:35px; height:35px; text-align:center; position:relative;}
.mgs-divider .divider-icon span::before{position:absolute; top:50%; margin-top:-7.5px; width:100%; left:0}
.mgs-divider .text-icon-container .fa{padding:0 !important}
.mgs-divider .text-icon-container span.icon{border-radius:50%; text-align:center; position:relative;}
.mgs-divider .text-icon-container span.icon:before{position:absolute; top:50%; margin-top:-10px; width:100%; left:0}

/* Heading */
.mgs-heading.heading-left{text-align:left}
.mgs-heading.heading-center{text-align:center}
.mgs-heading.heading-right{text-align:right}
.mgs-heading .heading{text-transform:unset; margin:0;}
.mgs-heading.has-border .heading{position:relative; }
.mgs-heading.has-border .heading:after{content:""; position:absolute; width:100%; left:0; bottom:-10px; z-index:1}
.title-has-border .mgs-heading.has-border .heading:after { bottom: -20px; }
.mgs-heading.has-border.heading-middle .heading:after{bottom:unset; top:50%}
.mgs-heading.has-border.heading-middle .heading span{padding:5px 15px; background:#fff; position:relative; z-index:2}
.mgs-heading.has-border.heading-middle.heading-left .heading span{padding-left:0;}
.mgs-heading.has-border.heading-middle.heading-right .heading span{padding-right:0;}

.mgs-heading.heading-solid .heading:after{border-bottom:1px solid #ccc}
.mgs-heading.heading-dotted .heading:after{border-bottom:1px dotted #ccc}
.mgs-heading.heading-dashed .heading:after{border-bottom:1px dashed #ccc}

/* List */
.mgs-list-block ul, .mgs-list-block ol{padding-left:12px; margin-left:0; list-style: none}
.mgs-list-block ul li, .mgs-list-block ol li{color:#575757; width:100%}
.mgs-list-block.list-style-icon ul, .mgs-list-block.list-style-icon ol{padding-left:0; margin-left:0;}
.mgs-list-block .list-disc{list-style: disc;}
.mgs-list-block .list-armenian{list-style: armenian;}
.mgs-list-block .list-circle{list-style: circle;}
.mgs-list-block .list-cjk-ideographic{list-style: cjk-ideographic;}
.mgs-list-block .list-decimal{list-style: decimal;}
.mgs-list-block .list-decimal-leading-zero{list-style: decimal-leading-zero;}
.mgs-list-block .list-georgian{list-style: georgian;}
.mgs-list-block .list-hebrew{list-style: hebrew;}
.mgs-list-block .list-hiragana{list-style: hiragana;}
.mgs-list-block .list-hiragana-iroha{list-style: hiragana-iroha;}
.mgs-list-block .list-katakana{list-style: katakana;}
.mgs-list-block .list-katakana-iroha{list-style: katakana-iroha;}
.mgs-list-block .list-lower-alpha{list-style: lower-alpha;}
.mgs-list-block .list-lower-greek{list-style: lower-greek;}
.mgs-list-block .list-lower-latin{list-style: lower-latin;}
.mgs-list-block .list-lower-roman{list-style: lower-roman;}
.mgs-list-block .list-none{list-style: none;}
.mgs-list-block .list-square{list-style: square;}
.mgs-list-block .list-upper-alpha{list-style: upper-alpha;}
.mgs-list-block .list-upper-greek{list-style: upper-greek;}
.mgs-list-block .list-upper-latin{list-style: upper-latin;}
.mgs-list-block .list-upper-roman{list-style: upper-roman;}
.mgs-list-block .list-initial{list-style: initial;}
.mgs-list-block .list-inherit{list-style: inherit;}

.mgs-list-block.list-style-icon li{display: inline-flex;}
.mgs-list-block.list-style-icon .list-icon{margin-right:8px;}
.mgs-list-block.list-style-icon li span{line-height:inherit}

/* Image */

.mgs-image-block .image-content span{display:block; overflow:hidden; line-height:0}

.mgs-effect-zoom-in img{
	opacity: 1;
	-webkit-transition: opacity 1s,-webkit-transform 1s;
	transition: opacity 1s,-webkit-transform 1s;
	-o-transition: opacity 1s,transform 1s;
	transition: opacity 1s,transform 1s;
	transition: opacity 1s,transform 1s,-webkit-transform 1s;
}

.mgs-effect-zoom-in img:hover{
	opacity: .9;
	-webkit-transform: scale3d(1.1,1.1,1);
	transform: scale3d(1.1,1.1,1);
}

.mgs-effect-zoom-out img{
	opacity: 1;
	-webkit-transform: scale(1.12);
	-ms-transform: scale(1.12);
	transform: scale(1.12);
	-webkit-transition: opacity 1s,-webkit-transform 1s;
	transition: opacity 1s,-webkit-transform 1s;
	-o-transition: opacity 1s,transform 1s;
	transition: opacity 1s,transform 1s;
	transition: opacity 1s,transform 1s,-webkit-transform 1s;
}

.mgs-effect-zoom-out img:hover{
	opacity: .9;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.mgs-effect-rotate img{
	opacity: 1;
	-webkit-transform: rotate(5deg) scale(1.4);
	transform: rotate(5deg) scale(1.4);
	-webkit-transition: opacity 1s,-webkit-transform 1s;
	transition: opacity 1s,-webkit-transform 1s;
	-o-transition: opacity 1s,transform 1s;
	transition: opacity 1s,transform 1s;
	transition: opacity 1s,transform 1s,-webkit-transform 1s;
}

.mgs-effect-rotate img:hover{
	-webkit-transform: rotate(0) scale(1);
	transform: rotate(0) scale(1);
	opacity: .9;
}

.mgs-effect-blur img{
	-webkit-filter: blur(3px);
	filter: blur(3px);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.mgs-effect-blur img:hover{
	-webkit-filter: blur(0);
	filter: blur(0);
}

.mgs-effect-grayscale img{
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.mgs-effect-grayscale img:hover{
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}

.mgs-effect-sepia img{
	-webkit-filter: sepia(100%);
	filter: sepia(100%);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.mgs-effect-sepia img:hover{
	-webkit-filter: sepia(0);
	filter: sepia(0);
}

.mgs-effect-opacity img{
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.mgs-effect-opacity img:hover{
	opacity: .5;
}

.mgs-box-shadow{
	-webkit-box-shadow: 3px 3px 7px rgba(0,0,0,0.3);
	box-shadow: 3px 3px 7px rgba(0,0,0,0.3);
}

.mgs-box-shadow a, .mgs-box-shadow img{line-height:0; display:block}

.mgs-image-block.multiple-image .image-content.fade span.span-container{position:relative; line-height:0}

.mgs-image-block.multiple-image .image-content.fade img.before-image {
    opacity: 1;
}

.mgs-image-block.multiple-image .image-content.fade img.after-image {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
}

.mgs-image-block.multiple-image .image-content.fade img {
    transition: 0.5s ease-in-out;
}

.mgs-image-block.multiple-image .image-content.fade span.span-container:hover img.before-image {
    opacity: 0;
}

.mgs-image-block.multiple-image .image-content.fade span.span-container:hover img.after-image {
    opacity: 1;
}

/* Button */
.mgs-button-block button{border-radius: 0; border:none; padding-top:0; padding-bottom:0; height:35px; line-height:35px; box-shadow:none}
.mgs-button-block button span{height:35px; line-height:35px}
.mgs-button-block.button-left{text-align:left}
.mgs-button-block.button-center{text-align:center}
.mgs-button-block.button-right{text-align:right}
.mgs-button-block.button-fullwidth button{width:100%}
.mgs-button-block.button-shadow button{
	-webkit-box-shadow: 0px 3px 6px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 3px 6px 2px rgba(0,0,0,0.3);
	box-shadow: 0px 3px 6px 2px rgba(0,0,0,0.3);
}
.mgs-button-block .icon-left{margin-right:5px}
.mgs-button-block .icon-right{margin-left:5px}
.mgs-button-block .has-divider{margin:0; display:inline-block}
.mgs-button-block .has-divider.icon-right{float:right; padding-left:15px; border-left:1px solid #fff; margin-left:15px}
.mgs-button-block .has-divider.icon-left{float:left; padding-right:15px; border-right:1px solid #fff; margin-right:15px}

/* Table */
.mgs-table-block{table-layout: fixed;}
.mgs-table-block tr td{padding:10px 20px}

/* Masonry */
.mgs-masonry-block .grid-item span{display:block;overflow:hidden}

/* Modal Popup */
.mgs-modal .pop-sletter-title{height:30px; float:left; width:100%}
.mgs-modal .pop-sletter-title h3{position:relative; top:-30px}
.mgs-modal img{max-width:100%}


/* Latest Post */
.mgs-post .post-item .thumbnail-post {
    position: relative;
}
.mgs-post .post-item .thumbnail-post .blog-list-video {
    position: absolute;
	left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.mgs-post .post-item .thumbnail-post .blog-list-video a.popup-video {
    min-width: auto;
    height: 40px;
    width: 40px;
    box-shadow: 0 0 0 10px rgba(255,255,255,0.2);
    transition: all .35s ease;
    margin-top: 0;
    margin-left: 0;
}
.mgs-post .post-item-detail {padding: 20px;text-align: center;}
.mgs-post .title-blog {    
font-size: 18px;
letter-spacing: -.01em;
margin-bottom: 5px;
font-weight: 500;
}
.mgs-post .post-create-date {
    margin-bottom: 3px;
    color: #ccc;
    font-size: 14px;
    line-height: 1.5;
}
.mgs-post .post-item-detail .read-more a.action.default {
    min-width: auto;
    padding: 0 0 5px;
    border: none;
	text-transform: uppercase;
}
.mgs-post .post-item-detail .read-more a.action.default:hover, 
.mgs-post .post-item-detail .read-more a.action.default:focus {
	border-bottom: 1px solid;
}
.blog-posts-medium .mgs-post .post-item-detail { padding: 10px 0 0; }
.blog-posts-medium .mgs-post .post-item-detail .title-blog {    
	font-size: 20px;
	margin-bottom: 9px;
	font-weight: 400;
}
.blog-posts.text-left .mgs-post .post-item {
	background-color: #fff;
}
.blog-posts.text-left .mgs-post .post-item .title-blog {
    font-size: 16px;
    letter-spacing: -.025em;
	margin-bottom: 8px;
}
.blog-posts.text-left .mgs-post .post-item .post-short-description {
    font-weight: 300;
    letter-spacing: 0;
    color: #777;
	margin-bottom: 6px;
}
.blog-posts.text-left .mgs-post .post-item .read-more a.action.default {
    padding: 0 0 3px;
    text-transform: capitalize;
	font-size: 14px;
}
.blog-posts.text-left .mgs-post .post-item-detail {padding: 20px 20px 18px;text-align: left;} 

/* Portfolio */
.mgs-portfolio .portfolio-item {position:relative}
.mgs-portfolio .portfolio-item-detail{
	position: absolute;
	bottom: 20px;
	left: 20px;
	opacity: 0;
	z-index: 1;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	color:#fff;
}

.mgs-portfolio .portfolio-item:hover .portfolio-item-detail {
    opacity: 1;
}

.mgs-portfolio .portfolio-item-detail a{
	margin:0;
	color:#fff;
	text-decoration:none;
}
.mgs-portfolio .portfolio-item-detail h5{font-size:15px}

.mgs-portfolio .portfolio-item .thumbnail::after {
    content: '';
    position: absolute;
    background: rgba(0,0,0,.6);
    left: 0;
    top: 50%;
    width: 100%;
    height: 0;
    visibility: hidden;
    opacity: 0;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
}

.mgs-portfolio .portfolio-item:hover .thumbnail::after {
    top: 0;
    height: 100%;
    visibility: visible;
    opacity: 1;
}

/* Testimonial */
.mgs-testimonial .testimonial-item {
    text-align: center;
}
.mgs-testimonial .testimonial-content{max-width:800px; margin:auto;}
.mgs-testimonial .testimonial-content .author-thumbnail {
    width: 100px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    overflow: hidden;
	margin:0 auto 40px;
	height:100px;
}

.mgs-testimonial .testimonial-content .content { position:relative;}
.mgs-testimonial .testimonial-content .content blockquote::before {
    content: "\f10e";
    font-family: FontAwesome;
    position: absolute;
    left: 50%;
	font-size: 30px;
	top: -28px;
    z-index: 0;
    color: rgba(40,40,40,.3);
    font-style: normal;
    line-height: 1;
	margin-left:-12px;
}
.mgs-testimonial .testimonial-content .content .name{font-weight:600}
.mgs-testimonial .testimonial-content .content .infomation{font-size:12px}
.mgs-testimonial blockquote{font-style:normal}

.cms-index-index.active-builder #maincontent, .cms-page-view.active-builder #maincontent{max-width:unset; padding-left:unset; padding-right:unset; overflow:hidden}
.cms-index-index.active-builder #maincontent .section-builder .frame, .cms-page-view.active-builder #maincontent .section-builder .frame {max-width:1240px; margin:auto; box-sizing: border-box;}
.cms-index-index.active-builder #maincontent .section-builder-full .frame, .cms-page-view.active-builder #maincontent .section-builder-full .frame{max-width:100%; !important; padding-left:15px; padding-right:15px}
.cms-page-view.page-layout-1column  #maincontent .section-builder-full .frame, .cms-page-view.page-layout-1column #maincontent .section-builder-full .frame{max-width:100%; !important;}
@media (max-width:767px) {

	.mgs-product-tab .mgs-tab.product.data{float:none}
    .panel-block .mgs-product-tab .mgs-tab.data.items .item.title .switch{
		padding: 0 0;
		height: auto !important;
		line-height: 33px !important;
		font-size: 16px !important;
	}
	.panel-block .mgs-product-tab .mgs-tab.data.items .item.title .switch::before{display:none}
	
	.mgs-product-tab .mgs-tab.data.items > .item.content{margin-top: 70px !important; padding:0 !important}
	.panel-block .mgs-product-tab .mgs-tab .product-items{margin-left:0}
	.mgs-product-tab .mgs-tab.data.items > .item.content{display:none}
	.mgs-product-tab .mgs-tab.data.items > .item.content[aria-hidden="false"]{display:inline !important}
	
	.mgs-countdown-block .countdown-timer .countdown span b{font-size:22px !important}
	.mgs-countdown-block .countdown-timer .time-text{font-size:18px !important}
	.mgs-countdown-block .countdown-timer .countdown span b{border-width:1px !important}
	.mgs-product-tab .data.items .item.title , 
	.mgs-product-tab .tab-style5.data.items .item.title	{
		margin: 0 5px;
	}
	.title-medium-tabs .mgs-product-tab .mgs-tab.data.items .item.title .switch {
		line-height: 26px !important;
		font-size: 14px !important;
	}
	.mgs-product-tab .tab-style5.product.data.items > .item.title > .switch.data, 
	.title-medium-tabs .mgs-product-tab .tab-style5.product.data.items > .item.title > .switch.data {
		padding: 0 5px;
	}
	.title-small.light .mgs-product-tab .mgs-tab.product.data.items > .item.title > .switch.data {
		font-size: 14px !important;
	}
}

.cms-page-view .page-main {
	max-width: 100%;
}
.cms-page-view .page-main >.columns {
	max-width: 100%;
	padding-left: 0;
	padding-right: 0;
}
@media (min-width: 1200px) {
	body.cms-page-view .page-main >.columns {
		max-width: 100% !important;
	}
}
/* Icon Boxes */
.icon-box {
	margin-bottom: 40px;
}
.icon-box .icon-box-icon {
	color: #333;
    font-size: 34px;
	margin-bottom: 10px;
    display: block;
    text-align: center;
}
.icon-box .icon-box-content .icon-box-title {
    color: #333333;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: -0.025px;
    margin-bottom: 9px;
}
.icon-box-left {
    position: relative;
    padding-left: 70px;
	margin-bottom: 0;
}
.icon-box-left.icon-box-circle  {
	padding-left: 100px;
}
.icon-box-left .icon-box-icon {
    position: absolute;
    left: 0;
    top: -1rem;
}
.icon-box-circle .icon-box-icon {
	width: 70px;
    height: 70px;
    border-radius: 50%;
    color: #fff;
    background-color: #c96;
    margin: 0 auto 20px;
    line-height: 70px;
}
.icon-box-side.icon-box-left .icon-box-icon {
	top: -3px;
	left: 20px;
}
.icon-box-side.icon-box .icon-box-content .icon-box-title {
    font-weight: 600;
    font-size: 16px;
    letter-spacing: -.01em;
    margin-top: 2px;
    margin-bottom: 0;
}
.icon-box-side.icon-box .icon-box-content p {
    line-height: 21px;
    font-weight: 400;
    letter-spacing: -.01em;
}
/* Video Banner */
.video-banner-text .video-banner-title {
	margin-bottom: 36px;
}
.video-banner-title  .sub-title {
    display: block;
    font-weight: 400;
    font-size: 24px;
    letter-spacing: -0.03px;
    margin-bottom: 16px;
	text-transform: uppercase;
}
.video-banner-poster .video-banner-title {
    font-weight: 400;
    margin-bottom: 16px;
}
.video-banner-title  .sub-title.sub-sm {
	font-size: 16px;
	font-weight: 300;
}
.video-banner p {
    max-width: 500px;
}
.popup-video {
    display: inline-flex;
    justify-content: center;
    align-items: center;
	width: 70px;
    height: 70px;
    font-size: 18px;
    font-size: 16px;
    line-height: 1;
    color: #c96;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 0 0 1.5rem rgba(255,255,255,0.2);
    transition: all .35s ease;
	margin-top: 20px;
}
.popup-video:hover, .popup-video:focus {
    color: #fff;
    background-color: #a6c76c;
    box-shadow: 0 0 0 1rem rgba(255,255,255,0.2);
}
.video-poster {
	position: relative;
}
.video-poster-content {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.video-banner-box {
    padding: 30px;
}
.video-banner-box .video-box-content {
    padding-left: 70px;
    max-width: 460px;
}
.video-banner-box .video-box-content p {
	margin-bottom: 20px;
}
.mfp-img-gallery .mfp-figure .mfp-close, .mfp-img-gallery .mfp-iframe-scaler .mfp-close {
    width: 60px;
    height: 52px;
    font: normal normal 36px/1 'molla';
    position: fixed;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: .6;
    padding: 0;
    color: #FFF;
    transition: all .35s ease;
}
.mfp-ready.mfp-bg {
	opacity: 0.9;
}
.mfp-image-holder, .mfp-iframe-holder {
    opacity: 0;
    transition: 0.5s ease;
    transition-property: transform, opacity;
}
.mfp-ready .mfp-image-holder, .mfp-ready .mfp-iframe-holder {
    opacity: 1;
}
/* Promobanner */
.promobanner .banner-image { display: block;}
.banner-content .banner-subtitle {color: #999999; font-weight: 300; font-size: 16px; line-height: 1.2; letter-spacing: 0; margin-bottom: 5px;}
.banner-content .banner-title {color: #333333; font-weight: 500; font-size: 20px; line-height: 1.3; margin-bottom: 15px;letter-spacing: -.03em;}
.banner-link {font-weight: 400; display: inline-block; font-size: 14px;}
.banner-link:hover { text-decoration: underline;}
.banner-big .banner-content {max-width: 470px;}
.banner-big .banner-subtitle {font-size: 18px;margin-bottom: 6px;}
.banner-big .banner-title {font-size: 50px; line-height: 1.15; margin-bottom: 20px;}
.banner-big p:last-of-type { margin-bottom: 23px;}
.banner-large-space .mgs-promobanner .text.top-left {padding: 40px 70px;}
.banner-text .banner-content.banner-medium .banner-subtitle {color: #666666; font-weight: 300; font-size: 14px; letter-spacing: -.01em; margin-bottom: 6px; line-height: 1.2;}
.banner-text .banner-content.banner-medium .banner-title { color: #333; font-weight: 600; font-size: 24px; line-height: 1.3; letter-spacing: -.025em; margin-bottom: 14px; }
.banner-text .banner-content.banner-medium .banner-title .light { line-height: 1.25; letter-spacing: -.01em; display: block; font-weight: 300;}
.banner-text .banner-content.banner-medium .banner-link {padding: 8px 19px; min-width: auto; line-height: 1; text-decoration: none;}
@media (max-width: 991px) and (min-width: 767.98px) {
	.promobanner .text {
		padding: 10px 15px;
	}
	
}

/* Deal Product */
.single-deal .product-item-info.template-1  {display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; padding: 20px; background-color: #fff; margin-bottom: 20px;
}
.single-deal .product-item-info.template-1 .product-item-images {-ms-flex: 0 0 52.2%; flex: 0 0 52.2%; max-width: 52.2%;}
.single-deal .product-item-info.template-1 .product-item-details {-ms-flex: 0 0 47.8%; flex: 0 0 47.8%; max-width: 47.8%; padding: 35px 30px 20px;}
.single-deal .product-item-info.template-1 .product-item-details .sub-title .sub-banner-title { font-weight: 400; line-height: 1.3;  margin-bottom: 5px; letter-spacing: .01em; }
.single-deal .product-item-info.template-1 .product-item-details .sub-title .banner-title {font-size: 40px; line-height: 1.1; font-weight: 600; letter-spacing: -0.05em; margin-bottom: 36px; }
.single-deal .product-item-info.template-1 .product-item-details .product.name a { font-weight: 600; font-size: 24px; line-height: 1.25; letter-spacing: -.01em; }
.single-deal .product-item-info.template-1 .product-item-details .price-box  {margin-bottom: 25px;}
.single-deal .product-item-info.template-1 .product-item-details .price-box .price { font-weight: 600; font-size: 24px; }
.single-deal .product-item-info.template-1 .product-item-details .price-box .old-price .price-wrapper .price { font-weight: 300; margin-left: 8px; }
.single-deal .product-item-info.template-1 .product-item-details .deal-timer { margin: 0 0 40px; max-width: 300px;}
.single-deal .product-item-info.template-1 .product-item-details .deal-timer > div > span { background-color: #c96; border-radius: 0; color: #fff; width: 21%; margin-right: 3%; }
.single-deal .product-item-info.template-1 .product-item-details .deal-timer .countdown > span { font-size: 30px; padding-top: 20px; line-height: 1;}
.single-deal .product-item-info.template-1 .product-item-details .deal-timer .countdown > span b { font-weight: 600;}
.single-deal .product-item-info.template-1 .product-item-details .deal-timer .time-note > span { font-size: 12px; padding-bottom: 20px; position: relative;}
.single-deal .product-item-info.template-1 .product-item-details .deal-timer .time-note > span + span:before { content: ':'; display: inline-block; position: absolute; top: -30px; left: -7px; color: #333; z-index: 1; font-size: 25px; }
.deal-probanner .banner-text .banner-subtitle { font-size: 14px; color: #666; margin-bottom: 9px; font-weight: 400;}
.deal-probanner .banner-text .banner-title { color: #333; font-weight: 600; font-size: 24px; letter-spacing: -.025em;margin-bottom: 0;}
.deal-probanner .banner-text .banner-content .banner-text { font-weight: 600; color: #666666; font-size: 24px; line-height: 1.25; letter-spacing: -.01em; margin-bottom: 13px;}
.deal-probanner .banner-text .banner-content a.btn { font-size: 14px; line-height: 1; padding: 8px 15px; min-width: auto; text-transform: uppercase; text-decoration: none !important; }
.deal-probanner .promobanner .text.top-middle { padding-top: 45px; left: 0; right: 0; transform:  translateX(0); -webkit-transform: translateX(0); -moz-transform:  translateX(0); -o-transform:  translateX(0);}

@media (max-width: 768px){
	.single-deal .product-item-info.template-1 .product-item-details,
	.single-deal .product-item-info.template-1 .product-item-images	{
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.single-deal .product-item-info.template-1 .product-item-details {
		padding: 0;
		order: 1;
		margin-top: 15px;
	}
	.single-deal .product-item-info.template-1 .product-item-details .sub-title .sub-banner-title { font-size: 16px;}
	.single-deal .product-item-info.template-1 .product-item-details .sub-title .banner-title { font-size: 32px; margin-bottom: 25px; }
	.single-deal .product-item-info.template-1 .product-item-details .price-box .price { font-size: 20px; }
	.single-deal .product-item-info.template-1 .product-item-details .deal-timer .countdown > span { font-size: 25px; }
	.single-deal .product-item-info.template-1 .product-item-details .deal-timer .countdown > span b { font-weight: 500; }
}
/* Deal Product - Template 2*/
.single-deal .product-item-info.template-2 { padding: 36px 40px 48px; margin-bottom: 20px; }
.single-deal .product-item-info.template-2 .product-item-details { max-width: 50%; margin-bottom: 0;  }
@media (max-width: 768px){
	.single-deal .product-item-info.template-2 .product-item-details { max-width: 100%; }
}
.single-deal .product-item-info.template-2 .product-item-details .sub-title { margin-bottom: 50px; }
.single-deal .product-item-info.template-2 .product-item-details .banner-title {    color: #ef837b;font-weight: 500;line-height: 1.1; letter-spacing: -.01em; margin-bottom: 2px; }
.single-deal .product-item-info.template-2 .product-item-details .sub-banner-title { color: #777;font-weight: 300; line-height: 1.25; letter-spacing: 0; margin-bottom: 5px; max-width: 240px; }
.single-deal .product-item-info.template-2 .product-item-details .product.name a { font-weight: 400; font-size: 16px; line-height: 1.25; letter-spacing: -.01em; color: #333333; margin-bottom:7px; }
.single-deal .product-item-info.template-2 .product-item-details .price-box .price { font-size: 20px;}
.single-deal .product-item-info.template-2 .product-item-details .action.tocart { min-width: auto; padding: 0; border: none; color: #fcb941;    background-color: transparent !important; box-shadow: none;}
.single-deal .product-item-info.template-2 .product-item-details .action.tocart:hover { text-decoration: underline;}
.single-deal .product-item-info.template-2 .product-item-details .deal-timer { margin: 50px 0 0; max-width: 295px;}
.single-deal .product-item-info.template-2 .product-item-details .deal-timer .countdown span { color: #fff; background-color: #fcb941; font-size: 20px; padding: 10px 5px; max-width: 45px; margin-right: 15px;}
.single-deal .product-item-info.template-2 .product-item-details .deal-timer .countdown span b { font-weight: 500;}
.single-deal .product-item-info.template-2 .product-item-details .deal-timer .time-note span { font-size: 10px; color: #333; margin-top: 5px; max-width: 45px; margin-right: 15px;}

/* Deal Product - Template 3 */
.single-deal .product-item-info.template-3  .product-item-info {
	position: relative;
}
.single-deal .product-item-info.template-3 .product-image-wrapper {
	z-index: 0;
}
.single-deal .product-item-info.template-3 .product.label {
	position: absolute;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: -.01em;
    z-index: 1;
    top: 20px;
    color: #fff;
    background-color: #ef837b;
    padding: 5px 20px;
    left: 0;
    box-shadow: 0 5px 10px rgba(34,34,34,0.2);    
}
.single-deal .product-item-info.template-3 .product-item-details {
	z-index: 1;
    -webkit-transform: translateY(-120px);
    -moz-transform: translateY(-120px);
    -ms-transform: translateY(-120px);
    -o-transform: translateY(-120px);
    transform: translateY(-120px);
	text-align: center;
}
.single-deal .product-item-info.template-3 .product-item-details .deal-timer {
    display: -ms-flexbox;
	display: flex;
    flex-wrap: wrap;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: center;
	margin-bottom: 50px;
}
.single-deal .product-item-info.template-3 .product-item-details .product-reviews-summary.short {
    display: inline-block;
    margin: 0 auto;
}
.single-deal .product-item-info.template-3 .product-item-details .product.name a  {
	font-size: 13px;

}
.single-deal .product-item-info.template-3 .product-item-details .price-box .price {
	font-size: 13px;
	font-weight: 700;
}
.single-deal .product-item-info.template-3 .product-item-details .swatch-attribute-options.clearfix {
    display: inline-block;
    margin: 0 auto;
}
.single-deal .product-item-info.template-3 .product-item-details .product-item-inner {
	margin-top: 20px;
}
.single-deal .product-item-info.template-3 .product-item-details .action.tocart {
	background-color: #fff;
	color: #c96;
	border-color: #c96;
	text-transform: uppercase;
	border-width: 2px;
	font-weight: 300;
	border-radius: 5px;
	min-width: 0;
	padding: 7px 35px 8px;
}
.single-deal .product-item-info.template-3 .product-item-details .deal-timer span {
	display: inline-block;
	float: none;
}
.single-deal .product-item-info.template-3 .product-item-details .deal-timer > div  {
	text-align: center;
	display: -ms-flexbox;
    display: flex;
    justify-content: center;
	
}
.single-deal .product-item-info.template-3 .product-item-details .deal-timer .countdown span { color: #fff; background-color: rgba(252, 185, 65, .9); font-size: 20px; padding: 10px 5px 0; width: 55px; margin-right: 10px;     border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;}
.single-deal .product-item-info.template-3 .product-item-details .deal-timer .countdown span b { font-weight: 500;}
.single-deal .product-item-info.template-3 .product-item-details .deal-timer .time-note span {     font-size: 10px;
    width: 55px;
	padding-bottom: 10px;
    margin-right: 10px;
    color: #fff;
    background-color: rgba(252, 185, 65, .9);
	border-top-left-radius: 0;
    border-top-right-radius: 0;}
	
@media screen and (max-width: 575px) {
	.single-deal .product-item-info.template-3 .product-item-details {
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
		text-align: center;
	}
	.single-deal .product-item-info.template-3 .product-item-details .deal-timer {
		margin-bottom: 30px;
	}
}
.single-deal .product-item-info.template-3 .actions-secondary {
    display: inline-block;
    position: absolute;
    right: 5px;
    top: 10px;
    background-color: transparent;
    z-index: 1;
    -webkit-transform: translateX(-15px);
    -moz-transform: translateX(-15px);
    -ms-transform: translateX(-15px);
    -o-transform: translateX(-15px);
    transform: translateX(-15px);
}
.single-deal .product-item-info.template-3 .actions-secondary .action {
    min-width: 0;
    display: block;
    padding: 5px 7px;
    border: none;
    color: #c96;
    background-color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -ms-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
    position: relative;
}
.single-deal .product-item-info.template-3 .actions-secondary .action + .action {
    margin-top: 10px;
}
.single-deal .product-item-info.template-3 .actions-secondary .action.towishlist:before {
	font-family: "molla";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\f234';
    font-size: 16px;
    color: inherit;
	
}
.single-deal .product-item-info.template-3 .actions-secondary .action.towishlist:hover:before, 
.single-deal .product-item-info.template-3 .actions-secondary .action.towishlist:focus:before {
	content: '\f233';
}
.single-deal .product-item-info.template-3 .actions-secondary .action > span {
    display: none;
}
.single-deal .product-item-info.template-3 .actions-secondary .action:before {
    line-height: 1.4;
}

.single-deal .product-item-info.template-3 .actions-secondary .action:hover {
    color: #fff !important;
    background-color: #c96;
}
/* Single Product - Template 3*/

/* Instagram */

.instagram-feed .title-instagram-block.panel-block:not(.builder-container) {
    position: static
}
.instagram-feed .title-instagram-block .instagram-feed-title {
    position: absolute;
    top: 0;
    left: 50%;
	min-width: 218px;
	height: 220px;
	border: 1px solid #ebebeb;
    justify-content: center;
    flex-direction: column;
    z-index: 2;
    text-align: center;
    padding: 12px 30px 17px;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s
}
.instagram-feed .title-instagram-block .instagram-feed-title i {
    display: inline-block;
    font-size: 24px;
    line-height: 1;
    margin-bottom: 10px;
}
.instagram-feed .title-instagram-block .instagram-feed-title p {
    margin-bottom: 5px;
}
.instagram-feed .title-instagram-block .instagram-feed-title a {
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: -.01em;
}
.instagram-block .instagram-photo {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 0;
    padding-bottom: 100%;
    display: block;
    position: relative;
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;	
	margin-bottom: 20px;
}
.instagram-block .instagram-photo:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(51,51,51,0.4);
    transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
}
.instagram-block .instagram-photo img {
    opacity: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
}
.instagram-block .instagram-photo .social-count {
    color: #fff;
	display: block;
    top: 50%;
    left: 50%;
    position: absolute;
	transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    z-index: 3;
	opacity: 0;
    visibility: hidden;
}
.instagram-block .instagram-photo .social-count span {
	font-size: 16px;
}
.instagram-block .instagram-photo .social-count span:before {
    font-family: "molla";
    display: inline-block;
    margin-right: 8px;
    line-height: 1;
}
.instagram-block .instagram-photo .social-count span.like-count:before {
    content: '\f234';
}
.instagram-block .instagram-photo .social-count span.comment-count:before {
    content: '\e817';
}
.instagram-block .instagram-photo .social-count span.comment-count {
	margin-left: 20px;
}
.instagram-block .instagram-photo:hover:after, 
.instagram-block .instagram-photo:hover .social-count {
    opacity: 1;
    visibility: visible;	
}
/* Product Grid No Padding */
.grid-no-padding .mgs-product-tab .mgs-tab.data.items > .item.content {
	padding: 0;
}
.grid-no-padding .products-grid .line {
	margin: 0;
}
.grid-no-padding .products-grid .product-item {
	padding: 0;
	margin: 0;
}
.grid-no-padding .products-grid .owl-item:not(:first-child) > .product , 
.grid-no-padding .products-grid .items > .product:not(:first-child) .product-item-info {
    border-left: 1px solid #eeeeee;	
}
.grid-no-padding .products-grid .items > .product .product-item-info {
    border-bottom: 1px solid #eeeeee;	
}
@media (min-width: 991.98px) {
.grid-no-padding .products-grid .product-item:nth-child(5n) + .product-item .product-item-info {
    border-left: none;
}
}
@media (min-width: 767.98px) and (max-width: 991px) {
.grid-no-padding .products-grid .product-item:nth-child(3n) + .product-item .product-item-info {
    border-left: none;
}
.grid-no-padding .products-grid .items > .product:last-child .product-item-info {
	border-right: 1px solid #eeeeee;	
}
}
@media (max-width: 767.98px) {
.grid-no-padding .products-grid .product-item:nth-child(2n) + .product-item .product-item-info {
    border-left: none;
}
}

.carousel-equal-height .owl-stage, .carousel-equal-height .owl-item {
	display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	align-items: stretch;
	-ms-flex-align: stretch;
}
.carousel-equal-height  .mgs-product-tab .mgs-tab.data.items > .item.content {
	background-color: transparent;
}
.carousel-equal-height  .products-grid .items .product-item .product-item-info{
	background-color: #fff;
}
.hide-label-action .product-item .product-item-inner .product-item-actions .action > span {
	display: none;
}
.label-not-hide .hide-label-action .product-item .product-item-inner .product-item-actions .action > span {
	display: inline-flex;
}
.hide-label-action .product-item .product.name a, 
.hide-label-action .product-item .price-box .price {
	font-size: 14px;
}

/* Style Scroll To Top */

.scroll-to-top {
    width: 50px;
    height: 50px;
    position: fixed;
    right: 50px;
	box-shadow: none;
    bottom: -60px;
    z-index: 2;
    color: #cccccc;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: 1;
    border-radius: 0;
    border: none;
    background-color: #fafafa;
    font-size: 30px;
    transition: all 0.4s ease;
	
}
@media (max-width: 767px){
	.scroll-to-top {
		width: 40px;
		height: 40px;
		right: 30px;
		font-size: 25px;
	}
}
.scroll-to-top:hover, .scroll-to-top:focus  {
    color: #777 !important;
    background-color: #eaeaea; 

}
.heading .title + .sub-title {
	font-size: 16px;
    font-weight: 300;
    letter-spacing: -.01em;
	margin-top: 10px;
}
.content-block.mgs-product-tab:after {
    content: '';
    display: table;
    clear: both;
}
.style-inline-container .border-container .input-text {
	min-width: auto;
}
/* Modal Popup */

.modal-popup._show .modal-inner-wrap {
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    top: 50%;
    margin-top: 0;
    margin-bottom: 0;
	max-width: 90%;
}
@media only screen and (max-width: 768px){
.modal-popup.modal-slide.modal_newsletter_popup {
	left: 0;
}
.modal-popup.modal-slide.modal_newsletter_popup._inner-scroll .modal-inner-wrap {
    height: auto;
    min-height: 50vh;
    position: absolute;
    max-width: 90% !important;
    margin: 0 auto;
	transform: translate(0, -100%);
    -webkit-transform: translate(0, -100%);
    -moz-transform: translate(0, -100%);
    -o-transform: translate(0, -100%);
}
.modal-popup.modal-slide.modal_newsletter_popup._show .modal-inner-wrap {
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.modal-popup.modal_newsletter_popup .modal-inner-wrap .modal-content .newsletter_popup .block-popup-content .form-group.newsletter .control input {
	background-color: #fff;
}
}
.modal-slide._inner-scroll .modal-header, .modal-slide._inner-scroll .modal-footer {
	padding: 0;
}

@media (min-width: 767px) {
	.product.data.items > .item.title > .switch, .product.data.items > .item.title > .switch.data {
        font-size: 18px;
        letter-spacing: -0.03em;
        font-weight: 500;
        line-height: 26px;
    }
    .product.data.items > .item.title:not(.disabled) > .switch:focus, .product.data.items > .item.title:not(.disabled) > .switch:hover {
        background: #fff;
    }
    .panel-popup .edit-static-form .form-group .control-label {
        color: #343434;
    }
    .product.data.items > .item.title {
        margin: 0 10px 0 0;
    }
    .builder-panel .admin__actions-switch {
        line-height: 32px;
    }
}
.swatch-input.super-attribute-select {
    opacity: 0;
    visibility: hidden;
    height: 0;
    margin: 0;
    padding: 0;
    clip: 0;
    width: 0;
}
/* Fix Bug  */

/* .page-header-sliders .owl-carousel .owl-stage-outer {
	height: auto !important;
  max-height: 100% !important;
}  */
@media (max-width:767px) {
	.mgs-product-tab .mgs-tab.product.data.items.tab-style4 > .item.title > .switch.data {
		border: none;
	}
	
}

@media only screen and (max-width: 767px){
	.modal-popup.modal-slide.quickViewDetails {
		left: 0;
	}
	.modal-popup.modal-slide.quickViewDetails .modal-inner-wrap {
		position: absolute;	
		transition: all 300ms;
	    -moz-transition: all 300ms;
	    -o-transition: all 300ms;
	    -ms-transition: all 300ms;
	    opacity: 0;
	    visibility: hidden;
	    transform: translateY(-50%) scale(0.95);
	    -moz-transform: translateY(-50%) scale(0.95);
	    -webkit-transform: translateY(-50%) scale(0.95);
	    -o-transform: translateY(-50%) scale(0.95);
		min-height: 0;
	}
	.modal-popup.modal-slide.quickViewDetails._show .modal-inner-wrap {
		opacity: 1;
		visibility: visible;
		transform: translateY(-50%) scale(1);
		-moz-transform: translateY(-50%) scale(1);
		-webkit-transform: translateY(-50%) scale(1);
		-o-transform: translateY(-50%) scale(1);
	}
	.quickViewDetails.modal-popup .modal-header .action-close:before {
	   font-family: "molla";
	   content: '\f191';
	}
	.quickViewDetails.modal-popup .modal-header .action-close {
	   right: 0px;
	   padding: 0;
	   width: 36px;
	   height: 36px;
	   background-color: #333 !important;
	}
	.modal-popup.modal-slide.quickViewDetails .modal-inner-wrap .catalog-product-view .column.main {
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	.quickViewDetails .product-info-main-wrapper {
		padding: 10px 20px;
	}
	.quickViewDetails .product-info-main .page-title-wrapper .page-title {
		font-size: 18px;
	}
	.quickViewDetails .product-info-main .price-box .price-wrapper .price {
		font-size: 16px;
	}
	.quickViewDetails .product-info-main .stock.available {
		font-size: 12px;
	}
	.quickViewDetails .product-info-main .product.attribute.overview {
		display: none;
	}
}
@media (max-width: 575px){
.mgs-product-tab .data.items .item.title, .mgs-product-tab .tab-style5.data.items .item.title {
    margin: 0;
}	
.title-small.light .mgs-product-tab .mgs-tab.product.data.items > .item.title > .switch.data {
    font-size: 13px !important;
}
}
.modal-popup.modal-slide._inner-scroll._show {
    -webkit-overflow-scrolling: initial !important;
}
.single-product.products-grid.effect8 .items .product-item .product.details {
	padding: 55px 40px 80px;
	text-align: left;
}
.single-product.products-grid.effect8 .items .product-item .product.details .product.name a {
    text-transform: uppercase;
    font-size: 26px;
    font-weight: 700;
    letter-spacing: -.01rem;
    color: #333;
    margin-bottom: 0;
}
.single-product.products-grid.effect8 .items .product-item .product.details .price-box .price {
	font-size: 26px;
}
.single-product.products-grid.effect8 .items .product-item:hover .product-item-info .product.details, 
.single-product.products-grid.effect8 .items .product-item:focus .product-item-info .product.details {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);	
	
}
.single-product.products-grid.effect8 .items .product-item .product-item-inner, 
.single-product.products-grid.effect8 .items .product-item:hover .product-item-info .product-item-inner,
.single-product.products-grid.effect8 .items .product-item:focus .product-item-info .product-item-inner {
	opacity: 1;
	z-index: 2;
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
.single-product.products-grid.effect8 .product-item .product-item-actions > .actions-secondary .action.quickview {
	display: none;
}
.single-product.products-grid.effect8 .items .product-item .product-item-inner .product-item-actions .action.tocart.primary {
	border-left: none;
    margin: 10px 40px;
    padding: 10px 15px;
    background-color: transparent;
    border: 1px solid #fcb941 !important;
    color: #fcb941 !important;
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'Roboto';
    font-weight: 700;
    letter-spacing: -.01rem;
    border-radius: 3px;
    display: inline-block;
    width: 115px;
}
.single-product.products-grid.effect8 .items .product-item .product-item-inner .product-item-actions .action.tocart.primary:before {
	display: none;
}
.single-product.products-grid.effect8 .items .product-item .product-item-inner .product-item-actions {
    padding: 0 0 30px;	
}
.price-box .price-container .price {
font-size:  15px;
}
.titles-block.tabs .products-tab .item.title .switch {
font-weight: 500;
padding: 0 45px;
}
@media (min-width: 1199px){
.header11.active-sticky.start-stk .elements-sticky {
    background-color: #333;
}}
.single-product.products-grid.effect8 .items .product-item .product-item-inner .product-item-actions {
    border-top: 0;
}
.banner-tools  .slide-text  .inner-text .intro  {
padding-left: 85px;
}
.products-grid.effect8 .items .product-item .product.details {
    padding: 16px 20px 25px;
}
.products-grid.effect8 .items .product-item:hover .product-item-info .product-item-inner, .products-grid.effect8 .items .product-item:focus .product-item-info .product-item-inner {
z-index: 2;
} 
.single-big-v1 {
margin-bottom: 20px;
}
@media (min-width: 768px){
.single-big-v1 > div {
    margin-right: -20px;
    border-right: 1px solid #eeeeee;
    height: 100%;
    background-color: #fff;
    margin-bottom: 20px;
}
}
.grid-no-padding .products-grid .items > .product .product-item-info {
padding: 10px;
}
.single-big-v1 > div .product.product-top {
    margin-bottom: 50px;
    padding: 30px;
}
.heading.heading-bg .title {
    margin-bottom: 0;
    margin-left: -14px;
    padding: 15px 50px 15px 33px;
    position: relative;
    font-size: 20px;
    color: #333;
    z-index: 1;
    font-weight: 600;
    letter-spacing: -0.09em;
}
.heading.heading-bg a.title-link:after {
    content: '\f112';
    font-family: 'molla';
    border: none;
    line-height: 1;
    margin-left: 5px;
    font-weight: 300;
}
.bannerad .banner-lg .price > h4 {
margin-bottom: 0;
    display: flex;
    align-items: center;
    font-size: 24px;
}
.bannerad .banner-lg .price > h3 {
font-size: 54px;
    letter-spacing: -.01em;
    margin-bottom: 20px;
    margin-left: 3px;
}
.single-product.products-grid.effect8 .items .product-item .product-item-inner .product-item-actions .action.tocart.primary {
margin: 0 30px;
}
.products-grid.effect8 .items .product-item .product-top {
padding: 10px;
}
@media (min-width: 991.98px){
.grid-no-6.grid-no-padding .products-grid .product-item:nth-child(5n) + .product-item .product-item-info {
border-left: 1px solid #eeeeee;
}
.grid-no-6.grid-no-padding .products-grid .product-item:nth-child(3n) + .product-item .product-item-info {
    border-left: none;
}
}
@media (max-width: 767.98px){
.products-tab-titles {
	order: 1;
}
.grid-no-padding.grid-no-6 {
order: 2;
}
}
@media (max-width: 575.98px){
.page-header .header11.header-area .menu-header-icon > div + div {
    margin-left: 10px;
}
.page-header .setting-site .actions .action.setting {
font-size: 18px;
}
.page-header .header11.header-area .menu-header-icon a.action.theme-header-icon.showcart i {
    font-size: 24px;
}
.page-header .header11.header-area .menu-header-icon a.action.theme-header-icon i {
    font-size: 20px;
}
.page-header .header11.header-area .menu-header-icon a.action.theme-header-icon .wishlist-icon i {
    font-size: 20px;
}
.page-header .header-area .compare-header .block-compare .block-title .counter.qty ,
.page-header .header-area .top-wishlist .action .counter.qty, 
.page-header .header-area .minicart-wrapper .action.showcart .counter.qty {
width: 14px;
    height: 14px;
}
.banner-tools .intro-slider .page-header-sliders a.item-image {
    min-height: 300px;
}
.banner-tools .slide-text .inner-text .intro {
    padding-left: 15px;
}
.banner-tools .intro-slider .intro .title h3 {
font-size: 40px;
}
.banner-tools .intro-slider .intro .title h4 {
font-size: 28px;
}
.titles-block.tabs .products-tab .item.title .switch {
font-size: 15px;
padding: 0 25px;
}
.heading.heading-bg .title {
font-size: 15px;
padding: 15px 20px 15px 20px; 
}
.heading.heading-bg a.title-link {
    padding: 11px 20px 11px 20px;
    font-size: 13px;
}
.bannerad .banner-lg {
-ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.bannerad .banner-lg .price {
padding-top: 30px;
}
.bannerad .banner-lg .price, .bannerad .banner-lg .content {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
	justify-content: center;
	text-align: center;
}
.page-header .header11 .megamenu_action_mb {
font-size: 25px;
}	
.single-product.products-grid.effect8 .items .product-item .product-item-inner .product-item-actions .action.tocart.primary {
    margin: 0 10px;
}
.single-product.products-grid.effect8 .items .product-item .product.details {
    padding: 35px 20px 80px;
}
.single-big-v1 > div .product.product-top {
    margin-bottom: 0;
}
}
.products-grid.effect8 .items .product-item .product.details .product.name a {
	font-size: 14px;
	font-weight: 600;
}
.grid-no-padding .products-grid .items > .product .product-item-info {
    padding: 0;
}
.products-grid.effect8 .items .product-item .action-wishlist .action.towishlist {
    color: #fcb941;
}
.products-grid.effect8 .items .product-item .action-wishlist .action.towishlist:hover, .products-grid.effect8 .items .product-item .action-wishlist .action.towishlist span {
    color: #fff;
    background-color: #fcb941;
}
.newsletter-home.v-tools .conts-newsletter .block.newsletter .form.subscribe .action.subscribe.primary {
padding: 0;
    height: 45px;
    line-height: 45px;
}
.category-dropdown.category-market .dropdown-menu a   i {
    display: inline-block;
    color: #ccc;
    min-width: 34px;
}
.category-dropdown:hover >  .dropdown-menu {
display: block;
}
.category-dropdown:hover .title-vertical-menu {
    background-color: #fcb941 !important;
}
.footer .widget-about > img {
    margin-bottom: 20px;
}
.page-header .header11 .block-search .block-content input {
    border-radius: 3px 0 0 3px;
}
.page-header .header11 .block-search .block-content .action.search {
border-radius: 0 3px 3px 0;
}.lb-loader,.lightbox{text-align:center;line-height:0}.lb-dataContainer:after,.lb-outerContainer:after{content:"";clear:both}html.lb-disable-scrolling{overflow:hidden;position:fixed;height:100vh;width:100vw}.lightboxOverlay{position:absolute;top:0;left:0;z-index:9999;background-color:#000;filter:alpha(Opacity=80);opacity:.8;display:none}.lightbox{position:absolute;left:0;width:100%;z-index:10000;font-weight:400}.lightbox .lb-image{display:block;height:auto;max-width:inherit;max-height:none;border-radius:3px;border:4px solid #fff}.lightbox a img{border:none}.lb-outerContainer{position:relative;width:250px;height:250px;margin:0 auto;border-radius:4px;background-color:#fff}.lb-loader,.lb-nav{position:absolute;left:0}.lb-outerContainer:after{display:table}.lb-loader{top:43%;height:25%;width:100%}.lb-cancel{display:block;width:32px;height:32px;margin:0 auto;background:url(../../frontend/Mgs/molla/de_DE/MGS_Fbuilder/images/loading.gif) no-repeat}.lb-nav{top:0;height:100%;width:100%;z-index:10}.lb-container>.nav{left:0}.lb-nav a{outline:0;background-image:url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==)}.lb-next,.lb-prev{height:100%;cursor:pointer;display:block}.lb-nav a.lb-prev{width:34%;left:0;float:left;background:url(../../frontend/Mgs/molla/de_DE/MGS_Fbuilder/images/prev.png) left 48% no-repeat;filter:alpha(Opacity=0);opacity:0;-webkit-transition:opacity .6s;-moz-transition:opacity .6s;-o-transition:opacity .6s;transition:opacity .6s}.lb-nav a.lb-prev:hover{filter:alpha(Opacity=100);opacity:1}.lb-nav a.lb-next{width:64%;right:0;float:right;background:url(../../frontend/Mgs/molla/de_DE/MGS_Fbuilder/images/next.png) right 48% no-repeat;filter:alpha(Opacity=0);opacity:0;-webkit-transition:opacity .6s;-moz-transition:opacity .6s;-o-transition:opacity .6s;transition:opacity .6s}.lb-nav a.lb-next:hover{filter:alpha(Opacity=100);opacity:1}.lb-dataContainer{margin:0 auto;padding-top:5px;width:100%;border-bottom-left-radius:4px;border-bottom-right-radius:4px}.lb-dataContainer:after{display:table}.lb-data{padding:0 4px;color:#ccc}.lb-data .lb-details{width:85%;float:left;text-align:left;line-height:1.1em}.lb-data .lb-caption{font-size:13px;font-weight:700;line-height:1em}.lb-data .lb-caption a{color:#4ae}.lb-data .lb-number{display:block;clear:left;padding-bottom:1em;font-size:12px;color:#999}.lb-data .lb-close{display:block;float:right;width:30px;height:30px;background:url(../../frontend/Mgs/molla/de_DE/MGS_Fbuilder/images/close.png) top right no-repeat;text-align:right;outline:0;filter:alpha(Opacity=70);opacity:.7;-webkit-transition:opacity .2s;-moz-transition:opacity .2s;-o-transition:opacity .2s;transition:opacity .2s}.lb-data .lb-close:hover{cursor:pointer;filter:alpha(Opacity=100);opacity:1}.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after, .twentytwenty-vertical .twentytwenty-handle:before, .twentytwenty-vertical .twentytwenty-handle:after {
  content: " ";
  display: block;
  background: white;
  position: absolute;
  z-index: 30;
  -webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5); }

.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after {
  width: 3px;
  height: 9999px;
  left: 50%;
  margin-left: -1.5px; }

.twentytwenty-vertical .twentytwenty-handle:before, .twentytwenty-vertical .twentytwenty-handle:after {
  width: 9999px;
  height: 3px;
  top: 50%;
  margin-top: -1.5px; }

.twentytwenty-before-label, .twentytwenty-after-label, .twentytwenty-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%; }

.twentytwenty-before-label, .twentytwenty-after-label, .twentytwenty-overlay {
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  transition-duration: 0.5s; }

.twentytwenty-before-label, .twentytwenty-after-label {
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  transition-property: opacity; }

.twentytwenty-before-label:before, .twentytwenty-after-label:before {
  color: white;
  font-size: 13px;
  letter-spacing: 0.1em; }

.twentytwenty-before-label:before, .twentytwenty-after-label:before {
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  line-height: 38px;
  padding: 0 20px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

.twentytwenty-horizontal .twentytwenty-before-label:before, .twentytwenty-horizontal .twentytwenty-after-label:before {
  top: 50%;
  margin-top: -19px; }

.twentytwenty-vertical .twentytwenty-before-label:before, .twentytwenty-vertical .twentytwenty-after-label:before {
  left: 50%;
  margin-left: -45px;
  text-align: center;
  width: 90px; }

.twentytwenty-left-arrow, .twentytwenty-right-arrow, .twentytwenty-up-arrow, .twentytwenty-down-arrow {
  width: 0;
  height: 0;
  border: 6px inset transparent;
  position: absolute; }

.twentytwenty-left-arrow, .twentytwenty-right-arrow {
  top: 50%;
  margin-top: -6px; }

.twentytwenty-up-arrow, .twentytwenty-down-arrow {
  left: 50%;
  margin-left: -6px; }

.twentytwenty-container {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  z-index: 0;
  overflow: hidden;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none; }
  .twentytwenty-container img {
    max-width: 100%;
    position: absolute;
    top: 0;
    display: block; }
  .twentytwenty-container.active .twentytwenty-overlay, .twentytwenty-container.active :hover.twentytwenty-overlay {
    background: rgba(0, 0, 0, 0); }
    .twentytwenty-container.active .twentytwenty-overlay .twentytwenty-before-label,
    .twentytwenty-container.active .twentytwenty-overlay .twentytwenty-after-label, .twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-before-label,
    .twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-after-label {
      opacity: 0; }
  .twentytwenty-container * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box; }

.twentytwenty-before-label {
  opacity: 0; }
  .twentytwenty-before-label:before {
    content: attr(data-content); }

.twentytwenty-after-label {
  opacity: 0; }
  .twentytwenty-after-label:before {
    content: attr(data-content); }

.twentytwenty-horizontal .twentytwenty-before-label:before {
  left: 10px; }

.twentytwenty-horizontal .twentytwenty-after-label:before {
  right: 10px; }

.twentytwenty-vertical .twentytwenty-before-label:before {
  top: 10px; }

.twentytwenty-vertical .twentytwenty-after-label:before {
  bottom: 10px; }

.twentytwenty-overlay {
  -webkit-transition-property: background;
  -moz-transition-property: background;
  transition-property: background;
  background: rgba(0, 0, 0, 0);
  z-index: 25; }
  .twentytwenty-overlay:hover {
    background: rgba(0, 0, 0, 0.5); }
    .twentytwenty-overlay:hover .twentytwenty-after-label {
      opacity: 1; }
    .twentytwenty-overlay:hover .twentytwenty-before-label {
      opacity: 1; }

.twentytwenty-before {
  z-index: 20; }

.twentytwenty-after {
  z-index: 10; }

.twentytwenty-handle {
  height: 38px;
  width: 38px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -22px;
  margin-top: -22px;
  border: 3px solid white;
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  border-radius: 1000px;
  -webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  z-index: 40;
  cursor: pointer; }

.twentytwenty-horizontal .twentytwenty-handle:before {
  bottom: 50%;
  margin-bottom: 22px;
  -webkit-box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); }
.twentytwenty-horizontal .twentytwenty-handle:after {
  top: 50%;
  margin-top: 22px;
  -webkit-box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); }

.twentytwenty-vertical .twentytwenty-handle:before {
  left: 50%;
  margin-left: 22px;
  -webkit-box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); }
.twentytwenty-vertical .twentytwenty-handle:after {
  right: 50%;
  margin-right: 22px;
  -webkit-box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); }

.twentytwenty-left-arrow {
  border-right: 6px solid white;
  left: 50%;
  margin-left: -17px; }

.twentytwenty-right-arrow {
  border-left: 6px solid white;
  right: 50%;
  margin-right: -17px; }

.twentytwenty-up-arrow {
  border-bottom: 6px solid white;
  top: 50%;
  margin-top: -17px; }

.twentytwenty-down-arrow {
  border-top: 6px solid white;
  bottom: 50%;
  margin-bottom: -17px; }
