/**
 * 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*/
}
* {
  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.
 */
.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;
}
.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-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;
}
.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;
}
.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: ': ';
}
.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;
}
.actions-toolbar > .primary .action,
.actions-toolbar > .secondary .action {
  width: 100%;
}
.block-giftregistry-shared-items .product-image-wrapper,
.cart.table-wrapper .product-image-wrapper,
.minicart-items .product-image-wrapper {
  height: auto;
  padding: 0 !important;
}
.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;
}
.product.media .product.photo .photo.image {
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 100%;
}
.amazon-validate-container .block .block-title {
  font-size: 1.8rem;
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 15px;
  padding-bottom: 12px;
}
.amazon-validate-container .block .block-title strong {
  font-weight: 500;
}
.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-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;
}
.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;
}
.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;
}
.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;
}
.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;
}
.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;
}
.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;
}
.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;
}
.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;
}
.sidebar .widget.block:not(:last-child),
.sidebar .widget:not(:last-child),
.block-banners,
.block-banners-inline {
  margin-bottom: 40px;
}
.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 > 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;
}
.form.giftregistry.items .actions-toolbar,
.form-new-agreement .actions-toolbar,
.fieldset .review-legend.legend,
.form.wishlist.items .actions-toolbar {
  margin-left: 0;
}
.abs-add-fields .action.remove,
.form-giftregistry-share .action.remove,
.form-giftregistry-edit .action.remove,
.form-add-invitations .action.remove,
.form-create-return .action.remove,
.form.send.friend .action.remove {
  left: 10px;
  margin-left: 70%;
  position: absolute;
  top: 31px;
  width: auto;
}
.form-giftregistry-share .fieldset,
.form-giftregistry-edit .fieldset,
.form-add-invitations .fieldset,
.form-create-return .fieldset,
.form.send.friend .fieldset {
  margin-bottom: 50px;
}
.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%;
}
.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;
}
.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;
}
.form-giftregistry-share .fieldset .fields .actions-toolbar,
.form-giftregistry-edit .fieldset .fields .actions-toolbar,
.form-add-invitations .fieldset .fields .actions-toolbar,
.form-create-return .fieldset .fields .actions-toolbar,
.form.send.friend .fieldset .fields .actions-toolbar {
  margin: 0;
}
.form-giftregistry-share .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;
}
.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;
}
.order-details-items .order-items .order-gift-message:not(.expanded-content) {
  height: 0;
  visibility: 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;
}
.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-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: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-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;
}
.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;
}
.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;
}
.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-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-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;
}
.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;
}
.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;
}
.bundle-actions {
  margin: 10px 0;
}
.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;
}
.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;
}
.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) ': ';
}
.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: ')';
}
.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;
}
.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';
}
.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;
}
.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;
}
.review-ratings .rating-summary {
  display: table-row;
}
.review-ratings .rating-label {
  display: table-cell;
  padding-bottom: 5px;
  padding-right: 25px;
  padding-top: 1px;
  vertical-align: top;
}
.review-ratings .rating-result {
  display: table-cell;
  vertical-align: top;
}
.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-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;
}
.wishlist.split.button .items .item:last-child:hover,
.wishlist-dropdown .items .item:last-child:hover {
  background: #e8e8e8;
}
.wishlist.split.button .action.new:before,
.wishlist-dropdown .action.new:before {
  margin-left: -17px;
  margin-right: 5px;
}
.abs-sidebar-totals .table-caption,
.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;
}
.return-status,
.order-status {
  display: inline-block;
  margin-bottom: 20px;
}
.block-compare .counter,
.block-wishlist .counter {
  color: #7d7d7d;
  font-size: 1.2rem;
  white-space: nowrap;
}
.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;
}
.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);
}
.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 input,
.form-giftregistry-search .fields-specific-options .datetime-picker {
  margin-right: 10px;
  width: calc(100% - 50px);
}
.field .control._with-tooltip {
  position: relative;
}
.field .control._with-tooltip input {
  margin-right: 10px;
  width: calc(100% - 39px);
}
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content,
.shipping-policy-block.field-tooltip .field-tooltip-content {
  right: -10px;
  top: 40px;
  left: auto;
}
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:before,
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:after,
.shipping-policy-block.field-tooltip .field-tooltip-content:before,
.shipping-policy-block.field-tooltip .field-tooltip-content:after {
  border: 10px solid transparent;
  height: 0;
  width: 0;
  margin-top: -21px;
  right: 10px;
  left: auto;
  top: 0;
}
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:before,
.shipping-policy-block.field-tooltip .field-tooltip-content:before {
  border-bottom-color: #999999;
}
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:after,
.shipping-policy-block.field-tooltip .field-tooltip-content:after {
  border-bottom-color: #f4f4f4;
  top: 1px;
}
.opc-wrapper .step-title,
.opc-block-shipping-information .shipping-information-title,
.opc-block-summary > .title,
.checkout-agreements-items .checkout-agreements-item-title {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 10px;
  color: #333333;
  font-weight: 300;
  font-size: 2.6rem;
}
.cart-totals .mark,
.opc-block-summary .table-totals .mark {
  font-weight: 400;
  padding-left: 4px;
}
.cart-totals .mark strong,
.opc-block-summary .table-totals .mark strong {
  font-weight: 400;
}
.cart-totals .amount,
.opc-block-summary .table-totals .amount {
  padding-right: 4px;
  text-align: right;
  white-space: nowrap;
}
.cart-totals .amount strong,
.opc-block-summary .table-totals .amount strong {
  font-weight: 400;
}
.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;
}
.cart-totals .grand .amount,
.opc-block-summary .table-totals .grand .amount {
  padding-right: 4px;
  text-align: right;
}
.cart-totals .grand .amount strong,
.opc-block-summary .table-totals .grand .amount strong {
  font-weight: 700;
}
.cart-totals .msrp,
.opc-block-summary .table-totals .msrp {
  margin-bottom: 10px;
}
.cart-totals .totals-tax-summary .mark,
.cart-totals .totals-tax-summary .amount,
.opc-block-summary .table-totals .totals-tax-summary .mark,
.opc-block-summary .table-totals .totals-tax-summary .amount {
  border-top: 1px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
  cursor: pointer;
}
.cart-totals .totals-tax-summary .amount .price,
.opc-block-summary .table-totals .totals-tax-summary .amount .price {
  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;
}
.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;
}
.cart-totals .totals-tax-summary.expanded .mark,
.cart-totals .totals-tax-summary.expanded .amount,
.opc-block-summary .table-totals .totals-tax-summary.expanded .mark,
.opc-block-summary .table-totals .totals-tax-summary.expanded .amount {
  border-bottom: 0;
}
.abs-sidebar-totals .totals-tax-summary.expanded .amount .price:after,
.cart-totals .totals-tax-summary.expanded .amount .price:after,
.opc-block-summary .table-totals .totals-tax-summary.expanded .amount .price:after {
  content: '\e621';
}
.cart-totals .totals-tax-details,
.opc-block-summary .table-totals .totals-tax-details {
  border-bottom: 1px solid #d1d1d1;
  display: none;
}
.cart-totals .totals-tax-details.shown,
.opc-block-summary .table-totals .totals-tax-details.shown {
  display: table-row;
}
.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;
}
.paypal-review-discount .block > .title:after,
.cart-summary .block > .title:after {
  position: absolute;
  right: -5px;
  top: -5px;
}
.column.main .paypal-review-discount .block > .title strong,
.column.main .cart-summary .block > .title strong {
  font-size: 1.8rem;
  font-weight: 400;
}
.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';
}
.paypal-review-discount .block.active > .content,
.cart-summary .block.active > .content {
  display: block;
}
@font-face {
  font-family: molla;
  src: url('../../frontend/Mgs/molla/pt_PT/fonts/themify.woff2') format('woff2'), url('../../frontend/Mgs/molla/pt_PT/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 #bbbbbb;
  margin-top: 5px;
  left: 0;
  top: 100%;
}
.tooltip.wrapper .tooltip.content:after,
.tooltip.wrapper .tooltip.content:before {
  border: solid transparent;
  content: '';
  height: 0;
  position: absolute;
  width: 0;
}
.tooltip.wrapper .tooltip.content:after {
  border-width: 5px;
  border-color: transparent;
}
.tooltip.wrapper .tooltip.content:before {
  border-width: 6px;
  border-color: transparent;
}
.tooltip.wrapper .tooltip.content:after,
.tooltip.wrapper .tooltip.content:before {
  bottom: 100%;
}
.tooltip.wrapper .tooltip.content:after {
  border-bottom-color: #ffffff;
  left: 15px;
  margin-left: -5px;
}
.tooltip.wrapper .tooltip.content:before {
  border-bottom-color: #bbbbbb;
  left: 15px;
  margin-left: -6px;
}
.tooltip.wrapper .tooltip.toggle {
  cursor: help;
}
.tooltip.wrapper .tooltip.toggle:hover + .tooltip.content,
.tooltip.wrapper .tooltip.toggle:focus + .tooltip.content,
.tooltip.wrapper:hover .tooltip.content {
  display: block;
}
.tooltip.wrapper .tooltip.content dl {
  margin-bottom: 0;
}
.tooltip.wrapper .tooltip.content dd {
  white-space: normal;
}
.tooltip.wrapper .tooltip.content .subtitle {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
}
.tooltip.wrapper .tooltip.content .label {
  margin-top: 10px;
}
.tooltip.wrapper .tooltip.content .label:first-child {
  margin-top: 0;
}
.tooltip.wrapper .tooltip.content .values {
  margin: 0;
}
.ui-tooltip {
  position: absolute;
  z-index: 9999;
}
.load.indicator {
  background-color: rgba(255, 255, 255, 0.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/pt_PT/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/pt_PT/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/pt_PT/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/pt_PT/fonts/Blank-Theme-Icons/Blank-Theme-Icons.woff2') format('woff2'), url('../../frontend/Mgs/molla/pt_PT/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/pt_PT/Magento_LoginAsCustomerFrontendUi/images/close.svg');
  content: ' ';
  display: inline-block;
  height: 12px;
  margin-left: 5px;
  vertical-align: middle;
  width: 12px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.login-container .g-recaptcha,
.form-login .g-recaptcha,
.form-edit-account .g-recaptcha {
  margin-bottom: 10px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.required-captcha.checkbox {
  position: absolute;
  display: block;
  visibility: visible;
  overflow: hidden;
  opacity: 0;
  width: 1px;
  height: 1px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.block.newsletter .field-recaptcha .field .control:before {
  content: none;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.review-form .field-recaptcha {
  margin-bottom: 10px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form.send.friend .g-recaptcha {
  margin-top: 40px;
}
.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 {
  position: relative;
  display: block;
}
.amslick-slider-container .slick-loading .slick-slide,
.amslick-slider-container .slick-loading .slick-track {
  visibility: hidden;
}
.amslick-slider-container .slick-list {
  overflow: hidden;
  margin: 0;
  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 {
  top: 0;
  left: 0;
  margin: 0 auto;
}
.amslick-slider-container .slick-track:after,
.amslick-slider-container .slick-track:before {
  display: table;
  content: '';
}
.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;
  min-height: 1px;
  height: 100%;
  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 {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.amslick-slider-container .slick-arrow.slick-hidden {
  display: none;
}
.amslick-slider-container .slick-loading .slick-list {
  position: relative;
  background: 0 0;
}
.amslick-slider-container .slick-loading .slick-list:before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 25px;
  height: 25px;
  border-width: 3px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.2);
  border-top-color: #5c5c5c;
  border-radius: 100%;
  content: '';
  transform: translate(-50%, -50%);
  animation: loading 1s infinite linear;
}
.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 {
  position: absolute;
  left: 0;
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  list-style: none;
  text-align: center;
}
.amslick-slider-container .slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  padding: 0;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.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 {
  display: block;
  outline: 0;
  box-shadow: none;
  cursor: pointer;
}
.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 {
  padding: 5px;
  width: 20px;
  height: 20px;
  border: 0;
  background: 0 0;
  color: transparent;
  font-size: 0;
  line-height: 0;
}
.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 {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  color: #000000;
  content: '•';
  text-align: center;
  font-size: 16px;
  line-height: 20px;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.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 {
  box-sizing: border-box;
  padding: 0 20px;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.amslick-slider-container .slick-slider .slick-arrow {
  position: absolute;
  top: 50%;
  padding: 0;
  width: 15px;
  height: 22px;
  border: none;
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uMi40QTEgMSAwIDAgMSAxLjYuMmwxMiAxMGExIDEgMCAwIDEgMCAxLjZsLTEyIDEwYTEgMSAwIDAgMS0xLjItMS42TDExLjMzMyAxMSAuNCAxLjhBMSAxIDAgMCAxIC4yLjR6IiBmaWxsPSIjQzRDNEM0Ii8+PC9zdmc+') center no-repeat !important;
  color: transparent;
  font-size: 0;
  line-height: 0;
  transition: background .3s ease;
  transform: translate(0, -50%);
}
.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);
  }
}
[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 {
  overflow-y: scroll;
  max-height: 500px;
  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 {
  max-width: 1130px;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.35);
}
.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 {
  margin-left: 10px;
  padding: 0;
  border-bottom: none;
  color: #5384ec;
  font-weight: 400;
  font-size: 26px;
}
.amgdpr-modal-container .action.action-primary:hover {
  background-color: #1357e6;
}
.amgdpr-modal-container .action.action-primary {
  width: 100%;
  border-radius: 3px;
  background-color: #5384ec;
  box-shadow: none;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1.35px;
  font-weight: bold;
  transition: background-color 0.3s ease-out;
}
.amgdpr-modal-container .action-close {
  top: 10px;
  right: 10px;
  line-height: 14px;
}
.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 {
  width: 6px;
  background: #fff;
}
.amgdpr-modal-container .amgdpr-html-content::-webkit-scrollbar-thumb,
.amgdpr-modal-container .amgdpr-privacy-policy::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #e0e0e0;
}
.amgdpr-notification-container {
  margin-left: 10px;
  padding: 25px;
  font-weight: 600;
  background: #ffeaac;
}
.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/pt_PT/Amasty_Gdpr/images/download.svg') no-repeat center;
}
.amgdpr-checkbox-container > .amgdpr-checkbox:checked + .amgdpr-label.-download:before {
  background: url('../../frontend/Mgs/molla/pt_PT/Amasty_Gdpr/images/download_active.svg') no-repeat center;
}
.amgdpr-checkbox-container > .amgdpr-label.-policy:before {
  background: url('../../frontend/Mgs/molla/pt_PT/Amasty_Gdpr/images/policy.svg') no-repeat center;
}
.amgdpr-checkbox-container > .amgdpr-checkbox:checked + .amgdpr-label.-policy:before {
  background: url('../../frontend/Mgs/molla/pt_PT/Amasty_Gdpr/images/policy_active.svg') no-repeat center;
}
.amgdpr-checkbox-container > .amgdpr-label.-anonymise:before {
  background: url('../../frontend/Mgs/molla/pt_PT/Amasty_Gdpr/images/anonymise.svg') no-repeat center;
}
.amgdpr-checkbox-container > .amgdpr-checkbox:checked + .amgdpr-label.-anonymise:before {
  background: url('../../frontend/Mgs/molla/pt_PT/Amasty_Gdpr/images/anonymise_active.svg') no-repeat center;
}
.amgdpr-checkbox-container > .amgdpr-label.-delete:before {
  background: url('../../frontend/Mgs/molla/pt_PT/Amasty_Gdpr/images/delete.svg') no-repeat center;
}
.amgdpr-checkbox-container > .amgdpr-checkbox:checked + .amgdpr-label.-delete:before {
  background: url('../../frontend/Mgs/molla/pt_PT/Amasty_Gdpr/images/delete_active.svg') no-repeat center;
}
.amgdpr-checkbox-container > .amgdpr-label.-consents:before {
  background: url('../../frontend/Mgs/molla/pt_PT/Amasty_Gdpr/images/consents.svg') no-repeat center;
}
.amgdpr-checkbox-container > .amgdpr-checkbox:checked + .amgdpr-label.-consents:before {
  background: url('../../frontend/Mgs/molla/pt_PT/Amasty_Gdpr/images/consents_active.svg') no-repeat center;
}
.amgdpr-checkbox-container > .amgdpr-label.-dpoinfo:before {
  background: url('../../frontend/Mgs/molla/pt_PT/Amasty_Gdpr/images/officer.svg') no-repeat center;
}
.amgdpr-checkbox-container > .amgdpr-checkbox:checked + .amgdpr-label.-dpoinfo:before {
  background: url('../../frontend/Mgs/molla/pt_PT/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 {
  margin-right: 30px;
  box-shadow: none;
  direction: ltr;
}
.amgdprcookie-cookie-container .amgdprcookie-header {
  display: flex;
  justify-content: space-between;
}
.amgdprcookie-cookie-container .amgdprcookie-caption {
  margin: 0 0 15px;
  font-weight: bold;
  font-size: 16px;
  line-height: 27px;
}
.amgdprcookie-cookie-container .amgdprcookie-text {
  margin-bottom: 10px;
  color: #363636;
  font-size: 12px;
}
.amgdprcookie-cookie-container .amgdprcookie-options {
  font-size: 12px;
  color: #5384ec;
  cursor: pointer;
}
.amgdprcookie-toggle-cookie {
  position: relative;
  padding-left: 50px;
}
.amgdprcookie-toggle-cookie .amgdprcookie-input {
  width: 0;
  height: 0;
  opacity: 0;
}
.amgdprcookie-toggle-cookie .amgdprcookie-label {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 29px;
  border-radius: 40px;
  background: #a5a5a5;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  cursor: pointer;
}
.amgdprcookie-toggle-cookie .amgdprcookie-label:after {
  position: absolute;
  top: 2px;
  left: 2px;
  width: 25px;
  height: 25px;
  border-radius: 40px;
  background: #fff;
  content: '';
  transition: all .4s ease;
}
.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 {
  padding: 7px 27px;
  border: 0;
  border-radius: 6px;
  background: #ef7c4a;
  box-shadow: 0 3px 5px rgba(62, 40, 13, 0.15);
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
}
.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 {
  float: right;
  color: #389dfe;
  text-transform: capitalize;
  letter-spacing: .3px;
  font-size: 12px;
  cursor: pointer;
}
.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 {
  position: fixed;
  top: 50%;
  left: 50%;
  margin: 0 auto;
  max-width: 740px;
  transform: translate(-50%, -50%);
}
.amgdprjs-bar-template.-popup:before {
  width: 100%;
  height: 100%;
  background-color: #0a6c9f;
  content: '';
}
.amgdprjs-bar-template.-popup .amgdprcookie-bar-container {
  padding: 50px;
}
.amgdprjs-bar-template.-popup .amgdprcookie-bar-block {
  width: 100%;
}
.amgdprjs-bar-template.-popup .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 {
  display: none;
}
.amgdprcookie-groups-modal .amgdprcookie-form {
  padding: 0 10px;
}
.amgdprcookie-groups-modal .amgdprcookie-done {
  background-color: #5384ec;
  border-radius: 3px;
  box-shadow: none;
  color: #fff;
  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: #fff;
  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 {
  right: unset;
  pointer-events: auto;
  left: unset;
  top: unset;
  bottom: unset;
  overflow-y: unset;
  transition: unset;
  position: 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 {
  top: 10px;
  right: 10px;
  line-height: 14px;
}
.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: #fff;
  border: none;
  border-radius: 3px;
  box-shadow: none;
  color: #5384ec;
  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 {
  opacity: .9;
  box-shadow: 0 0 3px 1px #00699d;
}
.amgdprcookie-buttons-block .amgdprcookie-button.-allow,
.amgdprcookie-buttons-block .amgdprcookie-button.-save {
  background: #5384ec;
  color: #fff;
  flex-basis: 33%;
}
.amgdprcookie-modal-template {
  background: #fff;
  overflow-y: auto;
  margin-left: 5px;
}
.amgdprcookie-modal-template .action-close {
  top: 0;
  right: 0;
  margin: 0;
  padding: 8px;
  line-height: 14px;
  background: #fff;
  z-index: 1;
}
.amgdprcookie-modal-template .action-close:focus,
.amgdprcookie-modal-template .action-close:active {
  background: #fff;
  box-shadow: 0 0 3px 1px #00699d;
  opacity: .9;
}
.amgdprcookie-modal-template .action-close:hover {
  background: #fff;
}
.amgdprcookie-modal-template .amgdprcookie-button.-allow:not(.-save) {
  background: inherit;
  color: #5384ec;
  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 {
  box-shadow: 0 -2px 18px rgba(0, 0, 0, 0.06);
  padding: 24px;
  position: absolute;
  bottom: 0;
}
.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 {
  width: 20%;
  min-width: 400px;
  margin-left: 0;
  height: 100%;
  pointer-events: auto;
  z-index: 900;
  position: relative;
}
.ammodals-overlay {
  background-color: rgba(51, 51, 51, 0.55);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 899;
}
.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-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: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 {
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  margin: 0;
  padding: 0;
  width: 0;
  height: 0;
  border: 0;
  opacity: 0;
}
.am-word-break {
  word-wrap: break-word;
  word-break: 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-width: 16px;
  max-height: 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-size: contain;
  background-repeat: no-repeat;
}
.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-wrap: break-word;
  word-break: break-word;
  min-height: 40px;
  border-radius: 3px;
  background: #1979c3;
  color: #fff;
  text-align: center;
  letter-spacing: -.015em;
  font-size: 16px;
  line-height: 22px;
  transition: background 0.2s ease-in-out, border-color 0.2s ease-in-out;
}
.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 {
  border-color: #399ae6;
  background: #399ae6;
}
.amshopby-button:active,
.amshopby-button:focus {
  border-color: #135d96;
  background: #135d96;
}
.am-filter-go {
  word-wrap: break-word;
  word-break: break-word;
  min-height: 40px;
  border-radius: 3px;
  background: #1979c3;
  color: #fff;
  text-align: center;
  letter-spacing: -.015em;
  font-size: 16px;
  line-height: 22px;
  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;
}
.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 {
  border-color: #399ae6;
  background: #399ae6;
}
.am-filter-go:active,
.am-filter-go:focus {
  border-color: #135d96;
  background: #135d96;
}
input[type='text'].am-filter-price.-to.right {
  float: right;
}
.am-swatch-options {
  display: flex;
  flex-direction: column;
}
.am-swatch-options .swatch-option {
  display: inline-block;
  margin: 0 10px 0 0;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.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 {
  margin: 0 0 5px !important;
  line-height: initial;
}
.filter-options .am-swatch-wrapper.-amshopby-hidden {
  position: absolute;
  visibility: hidden;
  opacity: 0;
}
.catalog-topnav .filter-options {
  flex-wrap: wrap;
  min-height: 40px;
}
.catalog-topnav .filter-options .filter-options-item {
  display: inline-block;
  border: 0;
}
.catalog-topnav .filter-options .filter-options-content {
  position: absolute;
  z-index: 9999;
  margin-top: 12px;
  min-width: 100px;
  border: 1px solid transparent;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0 4px 8px rgba(190, 199, 219, 0.21), 0 6px 25px rgba(190, 199, 219, 0.28);
}
.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 {
  top: 5px;
  right: 8px;
}
.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;
  margin: 0;
  padding: 0;
  outline: 0;
  list-style: none;
}
.filter-options .ui-menu .ui-menu {
  position: absolute;
}
.filter-options .ui-menu .ui-menu-item {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
.filter-options .ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 3px 1em 3px .4em;
}
.filter-options .ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  border-width: 1px 0 0;
  font-size: 0;
  line-height: 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 {
  min-width: 130px;
  max-width: 350px;
}
.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 {
  display: block;
  overflow: hidden;
  padding-right: 3.6rem;
  min-height: 3.2rem;
  border: 1px solid #adadad;
  background-color: #fff;
  text-align: left;
  text-overflow: ellipsis;
  white-space: normal;
  font-weight: 400;
  cursor: pointer;
}
.amshopby-category-dropdown:after {
  position: absolute;
  top: 50%;
  right: 1.2rem;
  box-sizing: border-box;
  margin-top: -.2rem;
  width: 0;
  height: 0;
  border-width: .5rem .4rem 0;
  border-style: solid;
  border-color: #000 transparent transparent;
  content: '';
  transition: all .2s linear;
}
.amshopby-category-dropdown:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 3.2rem;
  border: 1px solid #adadad;
  background-color: #e3e3e3;
  content: '';
}
.am-category-wrapper {
  position: relative;
  display: block;
  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 {
  position: relative;
  display: inline-block;
  margin: .3rem 0 .3rem .3rem;
  padding: .3rem 2.4rem .4rem 1rem;
  border: 1px solid #a79d95;
  border-radius: 1px;
  background-color: #f5f5f5;
  font-size: 1.2rem;
  transition: border-color 0.1s linear;
}
.am-category-wrapper .am-multiselect-crumb .action-close {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
  width: 2rem;
  height: auto;
  border: none;
  border-radius: 0;
  background-color: transparent;
  box-shadow: none;
  color: #514943;
  font-size: .5em;
  line-height: 1;
}
.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 {
  position: absolute;
  display: none;
  visibility: hidden;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}
.filter-options .am-labels-folding .item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  padding: 0 0 0 20px;
}
.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'] {
  position: absolute;
  top: 4px;
  left: 0;
  margin: 0 5px 0 0;
}
.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 {
  position: relative;
  display: block;
}
.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;
  top: 0;
  left: 0;
  align-self: flex-start;
}
.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 {
  position: static;
  margin: 0;
}
.am-collapse-icon {
  position: absolute;
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  cursor: pointer;
  -webkit-font-smoothing: antialiased;
}
.am-collapse-icon:after,
.am-show-more:before {
  position: absolute;
  right: 0;
  width: 12px;
  height: 20px;
  background: url("../../frontend/Mgs/molla/pt_PT/Amasty_Shopby/images/svg/arrow-bottom.svg") no-repeat 100% / contain;
  content: '';
}
.am-collapse-icon.-active:after {
  content: '';
  transform: rotate(180deg);
}
.amshopby-option-link {
  display: inline-block;
  clear: both;
  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;
  position: relative;
  padding: 0 0 0 20px;
}
.amshopby-filter-current .amshopby-filter-name {
  display: flex;
  padding: 0 5px 0 0;
  font-weight: bold;
}
.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;
  position: absolute;
  left: 0;
  width: 12px;
  height: 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 {
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #c7c7c7;
  content: '';
}
.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 {
  min-height: 32px;
  border-color: #ccc;
  background-color: #fff;
  font-size: 14px;
  font-family: 'popins';
}
.am-dropdown .chosen-container .chosen-choices {
  background-image: none;
}
.am-dropdown .chosen-container-multi .chosen-choices li.search-field input[type='text'] {
  min-width: 100px;
  color: #000;
  font-family: 'popins';
}
.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) {
  visibility: hidden;
  opacity: 0;
}
.amshopby-slider-container .am-slider:before,
.amshopby-slider-container .am-slider:after {
  position: absolute;
  z-index: 1;
  border-radius: 20px;
  content: '';
}
.amshopby-slider-container .am-slider .ui-slider-handle {
  overflow: inherit;
  margin: 0;
  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.-default .am-slider {
  margin: 0 10px;
  height: 10px;
  background: #dadada;
}
.amshopby-slider-container.-default .am-slider:before,
.amshopby-slider-container.-default .am-slider:after {
  width: 20px;
  height: 10px;
  background: #dadada;
}
.amshopby-slider-container.-default .am-slider:before {
  left: -10px;
}
.amshopby-slider-container.-default .am-slider:after {
  right: -10px;
}
.amshopby-slider-container.-default .ui-slider-range {
  height: 10px;
  background: #b6b6b6;
}
.amshopby-slider-container.-default .am-slider .ui-slider-handle {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #f98b25;
  transform: translate(-10px, -5px);
}
.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 {
  position: relative;
  max-width: 50%;
  width: calc(50% - 7px);
}
.amshopby-fromto-wrap .am-fromto-widget .am-filter-price {
  width: 100%;
  height: 40px;
  border: 1px solid #dfdedd;
  background-clip: padding-box;
  color: #494949;
  text-align: center;
  letter-spacing: .03em;
  font-size: 14px;
}
.amshopby-fromto-wrap .am-fromto-widget > .delimiter {
  margin: 0;
  width: 14px;
  line-height: 40px;
}
.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 {
  position: absolute;
  bottom: calc(100% - 10px);
  left: 4px;
  padding: 2px;
  background: #fff;
  color: #494949;
  letter-spacing: .03em;
  font-size: 14px;
  line-height: 16px;
}
.amshopby-slider-tooltip {
  transition: all 0.2s ease-in-out;
}
.ui-slider-handle:not(.ui-state-hover):not(.ui-state-active) .amshopby-slider-tooltip {
  visibility: hidden;
  opacity: 0;
  transform: translate(-50%, -3px);
}
.amshopby-slider-container.-improved {
  margin-top: 30px;
}
.amshopby-slider-container.-improved .am-slider {
  margin: 0 8px;
  height: 4px;
  background: #dfdedd;
}
.amshopby-slider-container.-improved .am-slider:before,
.amshopby-slider-container.-improved .am-slider:after {
  width: 16px;
  height: 4px;
  background: #dfdedd;
}
.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;
  background: #ff5502;
}
.amshopby-slider-container.-improved .am-slider .ui-slider-handle {
  top: -6px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #ff5502;
  transform: translateX(-8px);
}
.amshopby-slider-container.-improved .am-slider .ui-slider-handle:hover,
.amshopby-slider-container.-improved .am-slider .ui-slider-handle:active {
  background: #ff7735;
}
.amshopby-slider-container.-improved .amshopby-slider-tooltip {
  position: absolute;
  bottom: calc(100% + 7px);
  left: 8px;
  z-index: 1;
  display: block;
  box-sizing: border-box;
  padding: 3px;
  border: 1px solid #ff5502;
  border-radius: 2px;
  background: #ff5502;
  color: #ffffff;
  letter-spacing: .03em;
  font-size: 12px;
  line-height: 1;
  transform: translateX(-50%);
}
.amshopby-slider-container.-improved .amshopby-slider-tooltip:before,
.amshopby-slider-container.-improved .amshopby-slider-tooltip:after {
  position: absolute;
  top: calc(100% - 2px);
  left: calc(50% - 3px);
  display: block;
  width: 6px;
  height: 6px;
  border-bottom-right-radius: 2px;
  background: #ff5502;
  content: '';
  transform: rotate(45deg);
  clip-path: polygon(100% 0%, 0% 100%, 100% 100%);
}
.amshopby-slider-container.-improved .amshopby-slider-tooltip:after {
  top: calc(100% - 3px);
  background: #ff5502;
}
.amshopby-slider-container.-volumetric {
  margin-top: 20px;
}
.amshopby-slider-container.-volumetric .am-slider {
  margin: 0 4px;
  height: 4px;
  border-radius: 20px;
  background: #dfdedd;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25);
}
.amshopby-slider-container.-volumetric .am-slider:before,
.amshopby-slider-container.-volumetric .am-slider:after {
  display: none;
}
.amshopby-slider-container.-volumetric .ui-slider-range {
  height: 4px;
  border-radius: 20px;
  background: linear-gradient(270deg, #ff5502 0%, #f8ac87 100%);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25);
}
.amshopby-slider-container.-volumetric .am-slider .ui-slider-handle {
  width: 8px;
  height: 12px;
  border-radius: 2px;
  background: linear-gradient(159.86deg, #f58b57 41.01%, #ff5502 93.75%);
  box-shadow: 0 3px 4px rgba(255, 85, 2, 0.2), 0 1px 2px rgba(255, 85, 2, 0.3);
  transform: translate(-4px, 10px);
}
.amshopby-slider-container.-volumetric .am-slider .ui-slider-handle:before {
  position: absolute;
  bottom: calc(100% - 4px);
  left: calc(50% - 3px);
  display: block;
  width: 6px;
  height: 6px;
  border-bottom-right-radius: 2px;
  background: #f58b57;
  content: '';
  transform: rotate(-135deg);
  clip-path: polygon(100% 0%, 0% 100%, 100% 100%);
}
.amshopby-slider-container.-volumetric .amshopby-slider-tooltip {
  position: absolute;
  bottom: calc(100% + 7px);
  left: 8px;
  z-index: 1;
  display: block;
  box-sizing: border-box;
  padding: 3px;
  border: 1px solid #ff7e3f;
  border-radius: 2px;
  background: linear-gradient(136.07deg, #ff7e3f 4.64%, #ff5502 75.47%);
  color: #ffffff;
  letter-spacing: .03em;
  font-size: 12px;
  line-height: 1;
  transform: translateX(-50%);
  bottom: calc(100% + 17px);
  left: 4px;
}
.amshopby-slider-container.-volumetric .amshopby-slider-tooltip:before,
.amshopby-slider-container.-volumetric .amshopby-slider-tooltip:after {
  position: absolute;
  top: calc(100% - 2px);
  left: calc(50% - 3px);
  display: block;
  width: 6px;
  height: 6px;
  border-bottom-right-radius: 2px;
  background: #ff7e3f;
  content: '';
  transform: rotate(45deg);
  clip-path: polygon(100% 0%, 0% 100%, 100% 100%);
}
.amshopby-slider-container.-volumetric .amshopby-slider-tooltip:after {
  top: calc(100% - 3px);
  background: linear-gradient(136.07deg, #ff7e3f 4.64%, #ff5502 75.47%);
}
.amshopby-slider-container.-volumetric .amshopby-slider-display {
  margin-top: 20px;
}
.amshopby-slider-container.-light {
  margin-top: 30px;
}
.amshopby-slider-container.-light .am-slider {
  margin: 0 8px;
  height: 1px;
  background: #dfdedd;
}
.amshopby-slider-container.-light .am-slider:before,
.amshopby-slider-container.-light .am-slider:after {
  width: 16px;
  height: 1px;
  background: #dfdedd;
}
.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;
  background: #ff5502;
}
.amshopby-slider-container.-light .am-slider .ui-slider-handle {
  top: -8px;
  box-sizing: border-box;
  width: 16px;
  height: 16px;
  border: 1px solid #dfdedd;
  border-radius: 50%;
  background: #ffffff;
  transform: translateX(-8px);
}
.amshopby-slider-container.-light .amshopby-slider-tooltip {
  position: absolute;
  bottom: calc(100% + 7px);
  left: 8px;
  z-index: 1;
  display: block;
  box-sizing: border-box;
  padding: 3px;
  border: 1px solid #dfdedd;
  border-radius: 2px;
  background: #ffffff;
  color: #ff5502;
  letter-spacing: .03em;
  font-size: 12px;
  line-height: 1;
  transform: translateX(-50%);
  bottom: calc(100% + 8px);
}
.amshopby-slider-container.-light .amshopby-slider-tooltip:before,
.amshopby-slider-container.-light .amshopby-slider-tooltip:after {
  position: absolute;
  top: calc(100% - 2px);
  left: calc(50% - 3px);
  display: block;
  width: 6px;
  height: 6px;
  border-bottom-right-radius: 2px;
  background: #dfdedd;
  content: '';
  transform: rotate(45deg);
  clip-path: polygon(100% 0%, 0% 100%, 100% 100%);
}
.amshopby-slider-container.-light .amshopby-slider-tooltip:after {
  top: calc(100% - 3px);
  background: #ffffff;
}
.amshopby-slider-container.-dark {
  margin-top: 30px;
}
.amshopby-slider-container.-dark .am-slider {
  margin: 0 5px;
  height: 3px;
  background: #4a4948;
}
.amshopby-slider-container.-dark .am-slider:before,
.amshopby-slider-container.-dark .am-slider:after {
  width: 9px;
  height: 3px;
  background: #4a4948;
}
.amshopby-slider-container.-dark .am-slider:before {
  left: -4px;
}
.amshopby-slider-container.-dark .am-slider:after {
  right: -4px;
}
.amshopby-slider-container.-dark .ui-slider-range {
  height: 3px;
  background: #ff5502;
}
.amshopby-slider-container.-dark .am-slider .ui-slider-handle {
  top: -6px;
  width: 9px;
  height: 15px;
  border-radius: 2px;
  background: #ff5502;
  box-shadow: 0 2px 4px rgba(255, 85, 2, 0.2), 0 1px 2px rgba(255, 85, 2, 0.3);
  transform: translateX(-4.5px);
}
.amshopby-slider-container.-dark .amshopby-slider-tooltip {
  position: absolute;
  bottom: calc(100% + 7px);
  left: 8px;
  z-index: 1;
  display: block;
  box-sizing: border-box;
  padding: 3px;
  border: 1px solid #ff5502;
  border-radius: 2px;
  background: #ff5502;
  color: #ffffff;
  letter-spacing: .03em;
  font-size: 12px;
  line-height: 1;
  transform: translateX(-50%);
  left: 4.5px;
}
.amshopby-slider-container.-dark .amshopby-slider-tooltip:before,
.amshopby-slider-container.-dark .amshopby-slider-tooltip:after {
  position: absolute;
  top: calc(100% - 2px);
  left: calc(50% - 3px);
  display: block;
  width: 6px;
  height: 6px;
  border-bottom-right-radius: 2px;
  background: #ff5502;
  content: '';
  transform: rotate(45deg);
  clip-path: polygon(100% 0%, 0% 100%, 100% 100%);
}
.amshopby-slider-container.-dark .amshopby-slider-tooltip:after {
  top: calc(100% - 3px);
  background: #ff5502;
}
.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-size: contain;
  background-repeat: no-repeat;
}
.filter-options-item .filter-options-content .range {
  display: flex;
  align-items: center;
  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 {
  overflow-x: hidden;
  overflow-y: auto;
  margin-bottom: -15px;
  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 .items.-am-overflow {
  overflow-x: hidden;
  overflow-y: auto;
}
.filter-options .items .items-children.-folding {
  padding-left: 20px;
  width: 100%;
  list-style: none;
}
.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: #aaa;
  opacity: .3;
}
.filter-options .ui-widget-shadow {
  box-shadow: 0 0 5px #666;
}
.filter-options .am-category-view {
  position: absolute;
  z-index: 9;
  display: none;
  overflow-y: auto;
  box-sizing: border-box;
  margin: 0;
  padding: 10px;
  max-height: 300px;
  width: 100%;
  border: 1px solid #cccccc;
  background-color: #fff;
  white-space: nowrap;
}
.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 {
  right: inherit;
  left: 0;
}
.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 {
  position: relative;
  display: none;
  margin: 10px 0 0;
  padding: 0 22px 0 0;
  color: #070605;
  letter-spacing: .03em;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  cursor: pointer;
}
.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 {
  color: #070605;
}
.am-show-more:before {
  top: 0;
}
.am-show-more.-active {
  display: inline-flex;
  align-items: center;
}
.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*='am-filter-items-attr_category']: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: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.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/pt_PT/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/pt_PT/Amasty_Shopby/images/svg/loader.svg') center / 100px no-repeat;
  transform: translate(-50%, -10%);
}
.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;
}
.ambrands-letters-filter {
  display: flex;
  flex-wrap: wrap;
}
.ambrands-letters-filter .ambrands-letter {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  margin: 0 12px 12px 0;
  padding: 6px;
  min-width: 34px;
  min-height: 34px;
  border: 1px solid #ccc;
  border-radius: 6px;
  background: #fff;
  color: #333333;
  text-align: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2;
  cursor: pointer;
}
.ambrands-letters-filter .ambrands-letter:hover {
  border-color: #006bb4;
  background: #ffffff;
  text-decoration: none;
}
.ambrands-letters-filter .ambrands-letter.-disabled {
  border-color: #ececec;
  background: #ececec;
  box-shadow: none;
  color: #cccccc;
  pointer-events: none;
}
.ambrands-letters-filter .ambrands-letter.hide {
  display: none;
}
.ambrands-letters-filter .ambrands-letter.-active {
  border-color: #006bb4;
  background: #dff1ff;
  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 {
  position: relative;
  display: block;
}
.ambrands-search-block:before {
  position: absolute;
  top: calc(50% - 20px / 2);
  left: 15px;
  display: flex;
  min-width: 20px;
  width: 20px;
  height: 20px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0wIDcuNjkyYTcuNjkyIDcuNjkyIDAgMTAxNS4zODUgMEE3LjY5MiA3LjY5MiAwIDAwMCA3LjY5MnptMS41MzggMGE2LjE1NCA2LjE1NCAwIDExMTIuMzA4IDAgNi4xNTQgNi4xNTQgMCAwMS0xMi4zMDggMHoiIGZpbGw9IiNDN0M3QzciLz48cGF0aCBkPSJNMTkuMjMyIDIwYS43Ni43NiAwIDAxLS41NDQtLjIyNmwtNi42MzYtNi42NDZhLjc3Ljc3IDAgMTExLjA3Ny0xLjA5N2w2LjY0NyA2LjY0NmMuMy4zLjMuNzg3IDAgMS4wODdhLjc2Ljc2IDAgMDEtLjU0NC4yMzZ6IiBmaWxsPSIjQzdDN0M3Ii8+PC9zdmc+) center no-repeat;
  content: '';
  pointer-events: none;
}
.ambrands-search-block .ambrands-clear {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  padding: 10px;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 0 6px 6px 0;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik00LjIzIDQuMjNhLjc4My43ODMgMCAwMTEuMTA2IDBMMTAgOC44OTJsNC42NjQtNC42NjRhLjc4My43ODMgMCAwMTEuMTA3IDEuMTA3TDExLjEwNyAxMGw0LjY2NCA0LjY2NGEuNzgzLjc4MyAwIDAxLTEuMTA3IDEuMTA3TDEwIDExLjEwNyA1LjMzNiAxNS43N2EuNzgzLjc4MyAwIDAxLTEuMTA3LTEuMTA3TDguODkzIDEwIDQuMjMgNS4zMzZhLjc4My43ODMgMCAwMTAtMS4xMDd6IiBmaWxsPSIjMzMzIi8+PC9zdmc+) center no-repeat;
  cursor: pointer;
}
.ambrands-search-block .ambrands-clear:not(.-active) {
  display: none;
}
.ambrands-search-block .ambrands-input {
  display: block;
  box-sizing: border-box;
  margin: 0 0 10px;
  padding: 10px 40px;
  max-width: 100%;
  height: 40px;
  border: 1px solid #ccc;
  border-radius: 6px;
  background: #fff;
  color: #333333;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
.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 {
  position: absolute;
  z-index: 99;
  display: block;
  overflow-x: hidden;
  overflow-y: auto;
  box-sizing: border-box;
  max-width: 100%;
  max-height: 250px;
  width: 460px;
  border: 1px solid transparent;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0 4px 8px rgba(190, 199, 219, 0.21), 0 6px 25px rgba(190, 199, 219, 0.28);
}
.ambrands-livesearch-block:not(.-active) {
  display: none;
}
.ambrands-livesearch-block > .ambrands-item {
  display: block;
  float: left;
  box-sizing: border-box;
  padding: 5px 10px;
  width: 100%;
  color: #000;
}
.ambrands-livesearch-block > .ambrands-item:hover {
  background-color: #e8e8e8;
  text-decoration: none;
}
@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;
}
.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%;
}
/**
 * Copyright 2016 Amazon.com, Inc. or its affiliates. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License").
 * You may not use this file except in compliance with the License.
 * A copy of the License is located at
 *
 *  http://aws.amazon.com/apache2.0
 *
 * or in the "license" file accompanying this file. This file is distributed
 * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
 * express or implied. See the License for the specific language governing
 * permissions and limitations under the License.
 */
/**
 * Copyright 2016 Amazon.com, Inc. or its affiliates. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License").
 * You may not use this file except in compliance with the License.
 * A copy of the License is located at
 *
 *  http://aws.amazon.com/apache2.0
 *
 * or in the "license" file accompanying this file. This file is distributed
 * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
 * express or implied. See the License for the specific language governing
 * permissions and limitations under the License.
 */
/**
* Amazon Pay variables
**/
.amazon-button-container {
  display: table;
  margin: 0 0 22px;
}
.amazon-button-container__cell {
  display: table-cell;
  min-width: 45px;
  position: relative;
}
.amazon-button-container img {
  display: block;
}
.amazon-button-container .field-tooltip {
  display: none;
  margin: -12px 0 0;
  right: 5px;
  top: 50%;
}
.checkout-shipping-address .amazon-button-container {
  margin: 22px 0;
}
.login-container .block-amazon-login .actions-toolbar {
  margin-top: 25px;
}
.amazon-validate-container .block .block-title {
  font-size: 1.8rem;
}
.amazon-validate-container .fieldset:after {
  margin: 10px 0 0;
  content: attr(data-hasrequired);
  display: block;
  letter-spacing: normal;
  word-spacing: normal;
  color: #e02b27;
  font-size: 1.2rem;
}
.amazon-validate-container .fieldset:after {
  margin-top: 35px;
}
@media all and (max-width: 768px) {
  .amazon-button-container {
    width: 100%;
  }
}
.amazon-logout-widget {
  display: none;
}
/**
 * Copyright 2016 Amazon.com, Inc. or its affiliates. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License").
 * You may not use this file except in compliance with the License.
 * A copy of the License is located at
 *
 *  http://aws.amazon.com/apache2.0
 *
 * or in the "license" file accompanying this file. This file is distributed
 * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
 * express or implied. See the License for the specific language governing
 * permissions and limitations under the License.
 */
.amazon-divider {
  border-bottom: 1px solid #cccccc;
  line-height: 0.1em;
  margin: 18px 0 20px;
  text-align: center;
  max-width: 500px;
}
.amazon-divider span {
  background: #fff;
  padding: 0 5px;
}
/** mini cart styling **/
.product-social-links,
.amazon-minicart-container {
  width: 100%;
  display: block;
  text-align: center;
}
.product-social-links .amazon-button-container,
.amazon-minicart-container .amazon-button-container {
  display: inline-block;
  margin: 0px;
}
.product-social-links .field-tooltip .field-tooltip-content,
.amazon-minicart-container .field-tooltip .field-tooltip-content {
  top: 38px;
  left: -245px;
}
.product-social-links .field-tooltip .field-tooltip-content:before,
.amazon-minicart-container .field-tooltip .field-tooltip-content:before {
  border: none;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #666666;
  top: -10px;
  left: 244px;
}
.product-social-links .field-tooltip .field-tooltip-content:after,
.amazon-minicart-container .field-tooltip .field-tooltip-content:after {
  border: none;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #f4f4f4;
  top: -8px;
  left: 244px;
}
.product-social-links .amazon-button-container {
  margin-bottom: 30px;
  display: block;
}
.amazon-checkout-now {
  border-top: 1px solid #c1c1c1;
  padding-top: 10px;
  margin-bottom: 10px;
}
.amazon-addtoCart {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.revert-checkout {
  margin-top: 20px;
  margin-bottom: 20px;
  display: block;
}
.centered-button {
  text-align: center;
  display: inline-block;
}
.catalog-product-view .centered-button {
  display: table;
}
.checkout-payment-method .amazon-sandbox-simulator {
  border-bottom: 1px solid #cccccc;
}
.checkout-payment-method .amazon-sandbox-simulator .payment-option-title {
  border-top: none;
  padding-top: 0;
}
.checkout-payment-method .amazon-sandbox-simulator .amazon-sandbox-simulator-scenario {
  margin-bottom: 10px;
}
.checkout-methods-items .amazon-minicart-container .amazon-divider {
  display: none;
}
.checkout-methods-items .centered-button {
  margin-bottom: 0;
}
@media all and (max-width: 768px) {
  .checkout-methods-items .centered-button {
    width: auto;
  }
}
.checkout-methods-items .field-tooltip {
  display: none;
}
.checkout-methods-items .field-tooltip .field-tooltip-content {
  right: -10px;
  top: 40px;
  left: auto;
}
.checkout-methods-items .field-tooltip .field-tooltip-content:before,
.checkout-methods-items .field-tooltip .field-tooltip-content:after {
  border: 10px solid transparent;
  height: 0;
  width: 0;
  margin-top: -21px;
  right: 10px;
  left: auto;
  top: 0;
}
.checkout-methods-items .field-tooltip .field-tooltip-content:before {
  border-bottom-color: #999999;
}
.checkout-methods-items .field-tooltip .field-tooltip-content:after {
  border-bottom-color: #f4f4f4;
  top: 1px;
}
@media all and (max-width: 768px) {
  .checkout-methods-items .field-tooltip .field-tooltip-content {
    right: -56px;
    top: 38px;
    left: auto;
  }
  .checkout-methods-items .field-tooltip .field-tooltip-content:before,
  .checkout-methods-items .field-tooltip .field-tooltip-content:after {
    right: 56px;
  }
}
.amazon-widget {
  max-width: 400px;
  height: 228px;
}
.amazon-widget--address {
  margin-top: 20px;
}
.amazon-addresses {
  margin-top: 20px;
}
.amazon-addresses .amazon-address {
  margin-bottom: 20px;
}
#checkout-step-shipping .amazon-divider {
  margin: 40px 0;
}
.checkout-payment-method .amazon-payment-method .payment-method-title {
  visibility: hidden;
  padding-bottom: 0;
}
/** Prevent movement after a soft decline to other payment steps **/
.opc-progress-bar-item._complete.lock-step {
  cursor: none;
  pointer-events: none;
}
@media all and (max-width: 768px) {
  .amazon-minicart-container .amazon-button-container {
    width: auto;
  }
}
.klarna-payments-method-cell {
  display: table-cell;
  vertical-align: middle;
}
label.klarna-payments-method-cell > span {
  padding-left: 5px;
}
span.klarna-payments-method-cell > img {
  display: block;
}
._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;
  }
}
.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 {
  float: none;
  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;
  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 {
  width: 100%;
  min-width: 0;
}
.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 .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 .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 {
  display: block;
  position: fixed;
  z-index: 999;
  width: 1240px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  background-color: #eaeaea;
  left: 50%;
  transform: translate(-50%);
}
.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 {
  margin: 7px 9px 32px;
  padding: 24px 12px;
  background: white;
  box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.15);
  -webkit-transition: box-shadow 0.5s;
  -moz-transition: box-shadow 0.5s;
  -ms-transition: box-shadow 0.5s;
  transition: box-shadow 0.5s;
}
.checkout-index-index .checkout-block:hover {
  box-shadow: 0 1px 4px 1px rgba(25, 121, 195, 0.45);
}
.checkout-index-index .am-checkout {
  margin: 20px 0;
  padding: 12px;
}
.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 {
  line-height: 1.42857143;
  padding: 0;
  color: #006bb4;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  font-weight: 400;
  border-radius: 0;
}
.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 .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 .amcheckout-form-login .mage-error:not([style*='display: none;']) + .field-error {
  display: none;
}
.checkout-index-index .amcheckout-delivery-date .field {
  float: left;
  padding-top: 4px;
  width: 100%;
  box-sizing: border-box;
}
.checkout-index-index .amcheckout-delivery-date .field.comment {
  width: 100%;
}
.checkout-index-index .amcheckout-delivery-date .field.datepicker,
.checkout-index-index .amcheckout-delivery-date .field.timepicker {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.checkout-index-index .amcheckout-delivery-date .field.datepicker .control,
.checkout-index-index .amcheckout-delivery-date .field.timepicker .control {
  -webkit-flex: none;
  -moz-flex: none;
  -ms-flex: none;
  flex: none;
  width: 60%;
}
.checkout-index-index .amcheckout-delivery-date .field.datepicker .control .ui-datepicker-trigger {
  margin-left: 7px;
}
.checkout-index-index .amcheckout-delivery-date .field .label {
  display: block;
  margin: 12px 0;
}
.checkout-index-index .amcheckout-delivery-date .clearer {
  clear: both;
}
.checkout-index-index .amcheckout-delivery-date .field._required > .label:after,
.checkout-index-index .additional-options .field._required .label:after {
  margin: 0 0 0 5px;
  font-size: 1.2rem;
  content: '*';
  color: #e02b27;
}
.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 {
  margin-top: 12px;
  float: right;
}
.checkout-index-index .opc-block-summary .minicart-items .delete {
  float: left;
  padding: 3px;
  width: 7px;
  height: 7px;
  border: 1px #b6b6b6 solid;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTS0xLTFoMTJ2MTJILTF6Ii8+PHBhdGggZmlsbD0iI2I1YjViNSIgY2xhc3M9ImFjdGl2ZS1wYXRoIiBkPSJNNiA1bDQtNC0xLTEtNCA0LTQtNC0xIDEgNCA0LTQgNCAxIDEgNC00IDQgNCAxLTEtNC00eiIgc3Ryb2tlPSJudWxsIi8+PC9zdmc+) no-repeat center;
  background-size: 7px;
  cursor: pointer;
}
.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 {
  right: 0;
  left: 0;
  width: 100%;
  max-width: 500px;
  margin-right: auto;
  margin-left: auto;
}
.checkout-payment-method .payment-methods {
  margin: 0;
}
.checkout-payment-method .payment-methods .actions-toolbar .primary {
  padding: 14px 17px;
  font-size: 1.8rem;
  line-height: 2.2rem;
}
.checkout-payment-method.submit .payment-methods {
  margin: 0;
}
.fieldset.address {
  margin: 0 -7px;
}
.fieldset.address > .field {
  display: inline-block;
  padding: 0 7px;
  width: 100%;
  vertical-align: top;
  box-sizing: border-box;
}
.checkout-success .success-messages {
  margin-bottom: 40px;
  font-size: 1.8rem;
}
.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 .delivery {
  float: right;
  font-weight: bold;
}
.page-main .block.block-order-details .delivery .delivery-field {
  float: left;
  margin-left: 12px;
}
.page-main .block.block-order-details .order-date {
  padding-bottom: 25px;
  border-bottom: 1px solid #c6c6c6;
  font-size: 1.6rem;
}
.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 {
  position: relative;
  margin: 20px 0 25px;
  padding: 0 0 0 12px;
  width: 600px;
  border-left: 3px solid #f58c12;
}
#registration br {
  display: none;
}
#registration form {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.opc-estimated-wrapper .minicart-wrapper {
  display: none;
}
.am-checkout.-modern {
  box-sizing: border-box;
  padding: 0;
  background: none;
}
.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 {
  padding: 5px 20px;
  height: auto;
  border-radius: 2px;
  background: #1979c3;
  color: #fff;
}
.am-checkout.-modern .opc-estimated-wrapper {
  margin: 0 -15px 15px;
}
.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 {
  display: block;
  margin: 0;
  padding: 15px;
  background: #eee;
  font-weight: 600;
  font-size: 20px;
  cursor: pointer;
}
.amcheckout-step-container .amcheckout-title > .amcheckout-icon {
  position: relative;
  float: right;
  box-sizing: border-box;
  width: 24px;
  height: 24px;
  border: 2px solid #1979c3;
  border-radius: 50%;
  transition: all .3s ease;
}
.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 {
  position: absolute;
  top: 41%;
  left: 50%;
  display: block;
  box-sizing: border-box;
  width: 8px;
  height: 8px;
  border-right: 2px solid #1979c3;
  border-bottom: 2px solid #1979c3;
  content: '';
  transition: all .3s ease;
  transform: translate(-50%, -50%) rotate(45deg);
}
.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 > .legend + br {
  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 .note {
  color: #777;
}
.amcheckout-step-container .amcheckout-button:not(.braintree-googlepay-button):not(.ui-datepicker-trigger),
.amcheckout-step-container button:not(.braintree-googlepay-button):not(.ui-datepicker-trigger),
.amcheckout-step-container .cart.table-wrapper .actions-toolbar > .action:not(.braintree-googlepay-button):not(.ui-datepicker-trigger),
.amcheckout-step-container .action-gift:not(.braintree-googlepay-button):not(.ui-datepicker-trigger) {
  border: none;
  border-radius: 2px;
  background: #1979c3;
  box-shadow: none;
  color: #fff;
}
.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;
}
.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;
  margin: 0 15px 0 0;
  padding: 12px 16px;
  font-size: 16px;
}
.amcheckout-step-container .action-edit-address {
  margin-top: 15px;
}
.amcheckout-step-container .primary .action.checkout,
.amcheckout-step-container .action.checkout.amasty {
  padding: 14px 30px;
  background: #315499;
}
.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 {
  height: 40px;
  border: 1px solid #d4d4d4;
  border-radius: 2px;
  font-size: 16px;
}
.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;
  top: unset;
  left: unset;
}
.amcheckout-step-container input[type='checkbox'] + label,
.amcheckout-step-container input[type='radio'] + label {
  display: flex;
  cursor: pointer;
}
.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 {
  display: inline-block;
  box-sizing: border-box;
  margin: 3px 15px 0 0;
  min-width: 15px;
  min-height: 15px;
  width: 15px;
  height: 15px;
  border: 2px solid #ccc;
  background: #fff !important;
  content: '';
  cursor: pointer;
}
.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 {
  border-width: 0;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHJlY3Qgd2lkdGg9IjIwIiBoZWlnaHQ9IjIwIiByeD0iMiIgZmlsbD0iIzE5NzlDMyIvPjxwYXRoIGQ9Ik01IDEwbDQgNCA2LTciIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48L3N2Zz4=) center no-repeat !important;
  background-size: contain !important;
}
.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,
.amcheckout-step-container .form-login {
  margin-bottom: 30px;
  border-bottom: 1px solid #d4d4d4;
}
.amcheckout-step-container .amcheckout-form-login .amcheckout-email,
.amcheckout-step-container .form-login .amcheckout-email {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.amcheckout-step-container .amcheckout-form-login .amcheckout-email .amcheckout-wrapper,
.amcheckout-step-container .form-login .amcheckout-email .amcheckout-wrapper {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  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 {
  position: relative;
  top: 0;
  display: flex;
  align-items: center;
  margin-left: 10px;
  height: 40px;
}
.amcheckout-step-container .amcheckout-form-login .amcheckout-email .note,
.amcheckout-step-container .form-login .amcheckout-email .note {
  margin-left: auto;
  color: #363636;
  line-height: 40px;
}
.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 {
  float: right;
  border: 1px solid #1787e0;
  background: #ddf0ff;
  color: #1979c3;
}
.amcheckout-step-container .amcheckout-shipping-address .amcheckout-button.-select:hover {
  background: #1787e0;
  color: #fff;
}
.amcheckout-step-container .amcheckout-shipping-address .amcheckout-button.-edit,
.amcheckout-step-container .checkout-billing-address .amcheckout-button.-edit {
  padding-left: 0;
  background: none;
  color: #4e4e4e;
  font-size: 16px;
}
.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 {
  display: inline-block;
  width: 13px;
  height: 13px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMi42MTMgMGwtMS43MDYgMS43MTYgMi4zODggMi40TDE1IDIuNDAzIDEyLjYxMyAwek0xLjcgMTAuOThsMi4zODYgMi40IDguMTg3LTguMjMzLTIuMzg3LTIuNDAxTDEuNyAxMC45OHpNMCAxNWwyLjg5LS43NjMtMi4xMy0yLjE0NEwwIDE1eiIgZmlsbD0iIzRFNEU0RSIvPjwvc3ZnPg==) center no-repeat;
  background-size: contain;
  content: '';
}
.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 {
  padding: 20px;
  line-height: 30px;
}
.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 .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 .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;
}
.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 {
  padding: 0;
  border: none !important;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-title .label {
  padding: 20px;
  align-items: flex-start;
}
.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: #fff;
}
.amcheckout-step-container .amcheckout-summary-container .amcheckout-title > .amcheckout-icon {
  background: #fff;
}
.amcheckout-step-container .amcheckout-summary-container .amcheckout-content > .amcheckout-wrapper {
  padding: 20px;
}
.amcheckout-step-container .amcheckout-summary-container .items-in-cart {
  margin-bottom: 20px;
  border-bottom: 1px solid #d4d4d4;
}
.amcheckout-step-container .amcheckout-summary-container .product-item .delete {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  box-sizing: border-box;
  padding: 0;
  width: 10px;
  height: 15px;
  border: 0;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xLjE2NyAxNWg3LjU1OGwuOTUtOC45NThILjI2TDEuMTY3IDE1em01Ljg5LTEyLjc3MlYuNTEyQS41MS41MSAwIDAgMCA2LjU1MiAwaC0zLjIxYy0uMjggMC0uNTA1LjIzLS41MDUuNTEyVjIuMmMtMS4wODUuMTIzLTEuNzExLjMxNS0yLjgzNi43MjRWNC41bDEwIC4xMThWM3MtLjk1NC0uNTM0LTIuOTQyLS43NzJ6TTYuMDUgMi4xMzRhMTguMDggMTguMDggMCAwIDAtMi4yNTgtLjAxNXYtLjkwNWMwLS4xNC4xMTEtLjI1NS4yNTItLjI1NWgxLjc1MmMuMTQxIDAgLjI1NC4xMTUuMjU0LjI1NXYuOTJ6IiBmaWxsPSIjNTc1ODU1Ii8+PC9zdmc+) center no-repeat;
  background-size: contain;
}
.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 {
  margin: 0;
  border: 1px solid #d4d4d4;
}
.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 {
  display: flex;
  align-items: center;
}
.amcheckout-step-container .amcheckout-summary-container .product-item-details .product-item-name-block {
  display: flex;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: auto;
  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 {
  border: 1px solid #1787e0;
  border-radius: 2px;
  background: #f0f8ff;
  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 {
  display: flex;
  align-items: center;
  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 {
  width: 100%;
  border: none;
  font-size: 14px;
}
.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 {
  margin: 0;
  padding: 0 20px;
  border: 1px solid #f9f9f9;
  background: #f9f9f9;
  font-size: 0;
}
.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-right: 0;
  padding-left: 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-main-container.-layout-2columns .amcheckout-column:not(:first-of-type) {
  margin-top: 40px;
}
.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;
}
.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/pt_PT/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/pt_PT/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: 14px;
  color: inherit;
  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/pt_PT/images/nav-prev-shadow.png);
}
.owl-full .owl-nav .owl-next:before {
  left: auto;
  right: 100%;
  background-image: url(../../frontend/Mgs/molla/pt_PT/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;
}
.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-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;
}
.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 .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;
}
@media (min-width: 992px) {
  .cart-container .form.form-cart {
    width: 70%;
  }
}
@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) {
  .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;
  }
}
@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;
  }
}
.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/pt_PT/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/pt_PT/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;
}
@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/pt_PT/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;
}
.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 0;
}
.page-header .header1 .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;
  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 (max-width: 1199px) {
  .page-header .header1 .conts-bottom-header {
    display: none;
  }
}
@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;
  }
}
.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;
}
.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/pt_PT/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/pt_PT/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/pt_PT/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.exits-lg-mb .default-logo {
    display: none;
  }
}
.logo .sticky-logo {
  display: none;
}
@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;
}
.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: 768px) {
  .field-tooltip .field-tooltip-content {
    right: -10px;
    top: 40px;
    left: auto;
  }
}
@media only screen and (max-width: 767px) {
  .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;
  }
  .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;
  }
  .cart-container .form-cart .action.update,
  .cart-container .form-cart .action.continue,
  .cart-container .form-cart .action.clear {
    margin: 0 auto 10px;
  }
  .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;
  }
  .field-tooltip .field-tooltip-content:before,
  .field-tooltip .field-tooltip-content:after {
    border: 10px solid transparent;
    height: 0;
    width: 0;
    margin-top: -21px;
    right: 10px;
    left: auto;
    top: 0;
  }
  .field-tooltip .field-tooltip-content:before {
    border-bottom-color: #999999;
  }
  .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: none;
  }
  .custom-slide {
    bottom: 0;
    left: 0;
    min-width: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0s .3s, opacity .3s ease;
    transition: visibility 0s .3s, opacity .3s ease;
    left: 44px;
    z-index: 900;
  }
  .custom-slide._show {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
  }
  .custom-slide._show .modal-inner-wrap {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .custom-slide .modal-inner-wrap {
    background-color: #ffffff;
    box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
    opacity: 1;
    pointer-events: auto;
  }
  .custom-slide._show .modal-inner-wrap {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .custom-slide .modal-inner-wrap {
    height: 100%;
    overflow-y: auto;
    position: static;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    width: auto;
  }
  .custom-slide._show {
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .custom-slide .modal-inner-wrap {
    background-color: #f4f4f4;
    box-sizing: border-box;
    height: auto;
    min-height: 100%;
  }
  body._has-modal-custom {
    height: 100vh;
    overflow: hidden;
    width: 100vw;
  }
  body._has-modal-custom .modal-custom-overlay {
    background-color: rgba(51, 51, 51, 0.55);
  }
  .modal-popup {
    pointer-events: auto;
  }
  .modal-popup.modal-slide .modal-inner-wrap[class] {
    background-color: #f4f4f4;
  }
  .modal-popup.modal-slide._inner-scroll._show {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
  }
  .modal-popup.modal-slide._inner-scroll .modal-inner-wrap {
    height: auto;
    min-height: 100%;
  }
  .modal-popup .modal-title {
    font-size: 14px;
    font-weight: 700;
  }
  .lac-notification {
    padding: 5px 0;
  }
  .lac-notification .lac-notification-icon {
    display: none;
  }
  .lac-notification .lac-notification-text,
  .lac-notification .lac-notification-links {
    float: none;
    padding: 5px 0;
    text-align: center;
  }
  .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 {
    top: 0;
    right: 0;
    padding: 10px;
  }
  .amgdprcookie-modal-container .amgdprcookie-modal-template {
    width: unset;
    min-width: unset;
  }
  .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'] {
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    margin: 0;
    padding: 0;
    width: 0;
    height: 0;
    border: 0;
    opacity: 0;
    position: absolute;
  }
  .filter-options input[type='checkbox'] + .amshopby-choice {
    word-wrap: break-word;
    word-break: 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;
  }
  .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;
  }
  .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;
  }
}
@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;
  }
  .multicheckout.order-review .data.table tbody tr:not(:last-child) {
    border-bottom: 1px solid #d1d1d1;
  }
  .multicheckout.order-review .data.table tbody tr .col.item:before {
    display: none;
  }
  .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%;
  }
  .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;
  }
  .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;
  }
  .checkout-payment-method .amazon-sandbox-simulator {
    border-top: 1px solid #cccccc;
  }
  /* Overwriting Magento's padding for the method title to make
       sure our KP methods have the same height as the core methods */
  .klarna-payments-method > .payment-method-title {
    padding: 6.5px 0 6.5px 15px;
  }
  .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;
  }
}
@media only screen and (max-width: 479px) {
  .tooltip.wrapper .tooltip.content {
    min-width: 10rem;
  }
  .minicart-wrapper .block-minicart {
    width: 290px;
  }
  .modal-popup .field-tooltip .field-tooltip-content {
    width: 200px;
  }
}
@media all and (min-width: 640px) {
  .abs-blocks-2columns-s {
    width: 48.8%;
  }
  .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;
  }
  .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%;
  }
  .checkout-index-index .modal-popup.modal-slide:not(.agreements-modal):not(.popup-authentication) .modal-inner-wrap {
    width: 500px;
  }
  .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;
  }
}
/**
 * Swiper 3.3.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 *
 * http://www.idangero.us/swiper/
 *
 * Copyright 2016, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 *
 * Licensed under MIT
 *
 * Released on: February 7, 2016
 */
.swiper-container{margin:0 auto;position:relative;overflow:hidden;z-index:1}.swiper-container-no-flexbox .swiper-slide{float:left}.swiper-container-vertical>.swiper-wrapper{-webkit-box-orient:vertical;-moz-box-orient:vertical;-ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-transition-property:-webkit-transform;-moz-transition-property:-moz-transform;-o-transition-property:-o-transform;-ms-transition-property:-ms-transform;transition-property:transform;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-o-transform:translate(0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.swiper-container-multirow>.swiper-wrapper{-webkit-box-lines:multiple;-moz-box-lines:multiple;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap}.swiper-container-free-mode>.swiper-wrapper{-webkit-transition-timing-function:ease-out;-moz-transition-timing-function:ease-out;-ms-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto}.swiper-slide{-webkit-flex-shrink:0;-ms-flex:0 0 auto;flex-shrink:0;width:100%;height:100%;position:relative}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{-webkit-box-align:start;-ms-flex-align:start;-webkit-align-items:flex-start;align-items:flex-start;-webkit-transition-property:-webkit-transform,height;-moz-transition-property:-moz-transform;-o-transition-property:-o-transform;-ms-transition-property:-ms-transform;transition-property:transform,height}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-wp8-horizontal{-ms-touch-action:pan-y;touch-action:pan-y}.swiper-wp8-vertical{-ms-touch-action:pan-x;touch-action:pan-x}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:27px;height:44px;margin-top:-22px;z-index:10;cursor:pointer;-moz-background-size:27px 44px;-webkit-background-size:27px 44px;background-size:27px 44px;background-position:center;background-repeat:no-repeat}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");left:10px;right:auto}.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");right:10px;left:auto}.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-pagination{position:absolute;text-align:center;-webkit-transition:.3s;-moz-transition:.3s;-o-transition:.3s;transition:.3s;-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-moz-appearance:none;-ms-appearance:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-white .swiper-pagination-bullet{background:#fff}.swiper-pagination-bullet-active{opacity:1;background:#007aff}.swiper-pagination-white .swiper-pagination-bullet-active{background:#fff}.swiper-pagination-black .swiper-pagination-bullet-active{background:#000}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;-webkit-transform:translate3d(0,-50%,0);-moz-transform:translate3d(0,-50%,0);-o-transform:translate(0,-50%);-ms-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:5px 0;display:block}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 5px}.swiper-pagination-progress{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progress .swiper-pagination-progressbar{background:#007aff;position:absolute;left:0;top:0;width:100%;height:100%;-webkit-transform:scale(0);-ms-transform:scale(0);-o-transform:scale(0);transform:scale(0);-webkit-transform-origin:left top;-moz-transform-origin:left top;-ms-transform-origin:left top;-o-transform-origin:left top;transform-origin:left top}.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar{-webkit-transform-origin:right top;-moz-transform-origin:right top;-ms-transform-origin:right top;-o-transform-origin:right top;transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progress{width:100%;height:4px;left:0;top:0}.swiper-container-vertical>.swiper-pagination-progress{width:4px;height:100%;left:0;top:0}.swiper-pagination-progress.swiper-pagination-white{background:rgba(255,255,255,.5)}.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar{background:#fff}.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar{background:#000}.swiper-container-3d{-webkit-perspective:1200px;-moz-perspective:1200px;-o-perspective:1200px;perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;-ms-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:-webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-coverflow .swiper-wrapper,.swiper-container-flip .swiper-wrapper{-ms-perspective:1200px}.swiper-container-cube,.swiper-container-flip{overflow:visible}.swiper-container-cube .swiper-slide,.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-cube .swiper-slide .swiper-slide,.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active,.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top,.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-slide{visibility:hidden;-webkit-transform-origin:0 0;-moz-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube.swiper-container-rtl .swiper-slide{-webkit-transform-origin:100% 0;-moz-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-container-fade.swiper-container-free-mode .swiper-slide{-webkit-transition-timing-function:ease-out;-moz-transition-timing-function:ease-out;-ms-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;-webkit-transition-property:opacity;-moz-transition-property:opacity;-o-transition-property:opacity;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;-webkit-transform-origin:50%;-moz-transform-origin:50%;transform-origin:50%;-webkit-animation:swiper-preloader-spin 1s steps(12,end) infinite;-moz-animation:swiper-preloader-spin 1s steps(12,end) infinite;animation:swiper-preloader-spin 1s steps(12,end) infinite}.swiper-lazy-preloader:after{display:block;content:"";width:100%;height:100%;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");background-position:50%;-webkit-background-size:100%;background-size:100%;background-repeat:no-repeat}.swiper-lazy-preloader-white:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}@-webkit-keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg)}}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}.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;
	}
	.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: 1199px) {
	.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;
}
.fotorama-stretch,
.fotorama-focus-overlay:after,
.fotorama__stage__shaft,
.fotorama__stage__frame,
.fotorama__html,
.fotorama__video iframe {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.fotorama-grab-cursor,
.fotorama__wrap .fotorama__grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.fotorama-grabbing-cursor,
.fotorama__grabbing * {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.fotorama-gpu,
.fotorama--fullscreen,
.fotorama__caption,
.fotorama__wrap--css3 .fotorama__spinner,
.fotorama__wrap--css3 .fotorama__stage,
.fotorama__wrap--css3 .fotorama__nav,
.fotorama__wrap--css3 .fotorama__stage__frame,
.fotorama__wrap--css3 .fotorama__html,
.fotorama__stage:before,
.fotorama__nav:before,
.fotorama__stage:after,
.fotorama__nav:after,
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full {
  transform: translateZ(0);
}
.fotorama-focus,
.fotorama__nav__frame,
.fotorama__fullscreen-icon:focus,
.fotorama__zoom-out:focus,
.fotorama__zoom-in:focus {
  outline: 0;
}
.fotorama-focus-overlay:after {
  background-color: #006bb4;
  border-radius: inherit;
  content: '';
}
.fotorama-transform-disabled,
.fotorama__wrap--video .fotorama__stage__shaft,
.fotorama__wrap--video .fotorama__stage,
.fotorama__wrap--video .fotorama__stage__frame--video,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html {
  transform: none !important;
}
.fotorama-transition-for-slide,
.fotorama__wrap--css3 .fotorama__stage__shaft,
.fotorama__wrap--css3 .fotorama__nav__shaft,
.fotorama__wrap--css3 .fotorama__thumb-border {
  transition-duration: 0ms;
  transition-property: transform, width;
  transition-timing-function: cubic-bezier(0.1, 0, 0.25, 1);
}
.fotorama-no-select,
.fotorama__wrap,
.fotorama__no-select,
.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__video-close {
  user-select: none;
}
.fotorama-select,
.fotorama__select {
  user-select: text;
}
.fotorama-empty-bg {
  background: url(data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs=);
}
.fotorama-auto-margin,
.fotorama__nav,
.fotorama__nav__frame {
  margin: auto;
  padding: 0;
}
.fotorama-inline-block,
.fotorama__nav__shaft,
.fotorama__nav__frame,
.fotorama__caption__wrap {
  *display: inline;
  *zoom: 1;
  -moz-box-orient: vertical;
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: middle;
}
.fotorama-content-box,
.fotorama__nav__frame {
  box-sizing: content-box;
}
.fotorama-border-box,
.fotorama__thumb-border,
.fotorama__caption__wrap,
.fotorama__arr {
  box-sizing: border-box;
}
.fotorama-hidden,
.fotorama--hidden,
.fotorama__load {
  left: -99999px;
  position: absolute;
  top: -99999px;
  z-index: -1000;
}
.fotorama-visible {
  left: auto;
  opacity: 1;
  position: relative;
  top: auto;
  z-index: auto;
}
.fotorama-no-tap,
.fotorama__stage__shaft,
.fotorama__stage__frame,
.fotorama__nav,
.fotorama__nav__shaft,
.fotorama__nav__frame,
.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__video-close {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.transitionDuration {
  transition-duration: 333ms;
}
.transitionDurationZero {
  transition-duration: 0ms;
}
.fotorama-sprite,
.fotorama__fullscreen .fotorama__zoom-out,
.fotorama__fullscreen .fotorama__zoom-in,
.fotorama__arr .fotorama__arr__arr,
.fotorama__fullscreen-icon,
.fotorama__video-play,
.fotorama__thumb--icon,
.fotorama__video-close {
  background-image: url('../../frontend/Mgs/molla/pt_PT/mage/gallery/gallery.png');
  background-repeat: no-repeat;
}
@media print {
  .fotorama-print-background,
  .fotorama-sprite,
  .fotorama__thumb-border,
  .fotorama__fullscreen .fotorama__zoom-out,
  .fotorama__fullscreen .fotorama__zoom-in,
  .fotorama__arr .fotorama__arr__arr,
  .fotorama__fullscreen-icon,
  .fotorama__video-play,
  .fotorama__thumb--icon,
  .fotorama__video-close {
    background: none !important;
  }
}
.fotorama__fullscreen-icon:focus,
.fotorama__zoom-out:focus,
.fotorama__zoom-in:focus,
.fotorama__arr:focus,
.fotorama__stage__shaft:focus,
.fotorama__nav__frame--thumb:focus .fotorama__thumb,
.fotorama__nav__frame--dot:focus .fotorama__dot {
  box-shadow: none;
}
.fotorama__fullscreen-icon:focus:after,
.fotorama__zoom-out:focus:after,
.fotorama__zoom-in:focus:after,
.fotorama__arr:focus:after,
.fotorama__stage__shaft:focus:after,
.fotorama__nav__frame--thumb:focus .fotorama__thumb:after,
.fotorama__nav__frame--dot:focus .fotorama__dot:after {
  border-radius: inherit;
  bottom: 3px;
  box-shadow: 0 0 3px 1px #68a8e0;
  content: '';
  left: 3px;
  position: absolute;
  right: 3px;
  top: 3px;
  z-index: 1000;
}
.fotorama__nav__frame--thumb:focus .fotorama__thumb:after,
.fotorama__nav__frame--dot:focus .fotorama__thumb:after,
.fotorama__nav__frame--thumb:focus .fotorama__dot:after,
.fotorama__nav__frame--dot:focus .fotorama__dot:after {
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}
.fotorama__nav__frame--thumb:focus .fotorama__thumb.fotorama_vertical_ratio:after,
.fotorama__nav__frame--dot:focus .fotorama__thumb.fotorama_vertical_ratio:after {
  left: 2px;
  right: 2px;
}
.fotorama__nav__frame--thumb:focus .fotorama__thumb,
.fotorama__nav__frame--dot:focus .fotorama__thumb {
  overflow: inherit;
}
.fotorama__nav__frame:nth-child(2):focus .fotorama__thumb:after {
  left: 1px;
}
.fotorama__nav__frame:nth-child(2):focus .fotorama__thumb.fotorama_vertical_ratio:after {
  top: 1px;
}
.fotorama__nav__frame:last-child:focus .fotorama__thumb:after {
  right: 1px;
}
.fotorama__nav__frame:last-child:focus .fotorama__thumb.fotorama_vertical_ratio:after {
  bottom: 1px;
}
.fotorama__thumb__arr {
  box-shadow: none;
}
.fotorama--fullscreen {
  background: #ffffff;
  bottom: 0 !important;
  float: none !important;
  left: 0 !important;
  margin: 0 !important;
  position: fixed !important;
  right: 0 !important;
  top: 0 !important;
  width: 100% !important;
  z-index: 1000 !important;
}
.fotorama--fullscreen .fotorama__wrap {
  max-width: 100% !important;
}
.fotorama__fullscreen {
  overflow: hidden;
  position: relative;
}
.fotorama__fullscreen .fotorama__zoom-in,
.fotorama__fullscreen .fotorama__zoom-out {
  cursor: pointer;
  display: block;
  height: 80px;
  overflow: hidden;
  position: absolute;
  width: 80px;
}
.fotorama__fullscreen .fotorama__zoom-out {
  background-position: 0 -80px !important;
  top: 80px;
}
.fotorama__fullscreen .fotorama__zoom-out.fotorama__zoom-out--disabled {
  display: none;
}
.fotorama__fullscreen .fotorama__zoom-in {
  background-position: 0 0 !important;
  top: 0;
}
.fotorama__fullscreen .fotorama__zoom-in.fotorama__zoom-in--disabled {
  display: none;
}
.fotorama__fullscreen .fotorama__video-close {
  display: none;
}
.fotorama--fullscreen .fotorama__loaded--full .fotorama__img {
  display: none;
}
.fotorama--fullscreen .fotorama__loaded--full .fotorama__img--full {
  display: block;
}
.fotorama__zoom-in,
.fotorama__zoom-out {
  display: none;
}
.fotorama {
  min-width: 1px;
  overflow: hidden;
}
.fotorama__wrap {
  -webkit-text-size-adjust: 100%;
  direction: ltr;
  position: relative;
  z-index: 0;
}
.fotorama__wrap--rtl .fotorama__stage__frame {
  direction: rtl;
}
.fotorama__stage,
.fotorama__nav {
  max-width: 100%;
  overflow: hidden;
  position: relative;
}
.fotorama__wrap--pan-y {
  -ms-touch-action: pan-y;
}
.fotorama__stage__shaft {
  position: relative;
}
.fotorama__wrap .fotorama__pointer {
  cursor: pointer;
}
.fotorama__wrap--slide .fotorama__stage__frame {
  opacity: 1 !important;
}
.fotorama__stage__frame {
  overflow: hidden;
}
.fotorama__stage__frame.fotorama__active {
  z-index: 8;
}
.fotorama__wrap--fade .fotorama__stage__frame {
  display: none;
}
.fotorama__wrap--fade .fotorama__stage__frame.fotorama__active,
.fotorama__wrap--fade .fotorama__fade-front,
.fotorama__wrap--fade .fotorama__fade-rear {
  display: block;
  left: 0;
  top: 0;
}
.fotorama__wrap--fade .fotorama__fade-front {
  z-index: 8;
}
.fotorama__wrap--fade .fotorama__fade-rear {
  z-index: 7;
}
.fotorama__wrap--fade .fotorama__fade-rear.fotorama__active {
  z-index: 9;
}
.fotorama__wrap--fade .fotorama__stage .fotorama__shadow {
  display: none;
}
.fotorama__img {
  border: none !important;
  max-width: inherit;
  opacity: 0;
}
.fotorama__loaded .fotorama__img,
.fotorama__error .fotorama__img {
  opacity: 1;
}
.fotorama__img--full {
  display: none;
}
.fotorama__nav {
  display: none;
  font-size: 0;
  line-height: 0;
  white-space: nowrap;
  z-index: 5;
}
.fotorama__nav__shaft {
  left: 0;
  position: relative;
  text-align: left;
  top: 0;
}
.fotorama__nav__frame {
  position: relative;
}
.fotorama__nav--dots {
  display: block;
  text-align: center;
}
.fotorama__nav--dots .fotorama__nav__frame {
  height: 30px;
  width: 18px;
}
.fotorama__nav--dots .fotorama__nav__frame--thumb,
.fotorama__nav--dots .fotorama__thumb-border {
  display: none;
}
.fotorama__nav--thumbs {
  display: block;
}
.fotorama__nav--thumbs .fotorama__nav__frame {
  padding-left: 0 !important;
}
.fotorama__nav--thumbs .fotorama__nav__frame:last-child {
  padding-right: 0 !important;
}
.fotorama__nav--thumbs .fotorama__nav__frame--dot {
  display: none;
}
.fotorama__active .fotorama__dot {
  background-color: #ff5501;
  border-color: #ff5501;
}
.fotorama__nav__frame.fotorama__active .fotorama__nav__frame {
  border-width: 3px;
  height: 0;
  width: 0;
}
.fotorama__nav__frame.fotorama__active .fotorama__nav__frame:after {
  left: -3px;
  padding: 3px;
  top: -3px;
}
.fotorama__nav__frame:focus  {
  box-shadow: none;
}
.fotorama__nav__frame:focus :after {
  left: -1px;
  padding: 1px;
  top: -1px;
}
.fotorama__dot {
  border-radius: 6px;
  border: 1px solid #858585;
  display: block;
  height: 4px;
  left: 6px;
  position: relative;
  top: 12px;
  width: 4px;
}
.fotorama__thumb {
  background-color: #ebebeb;
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.fotorama__nav__frame:focus .fotorama__thumb {
  z-index: 2;
}
.fotorama__thumb-border {
  backface-visibility: hidden;
  background-image: linear-gradient(to bottom right, rgba(255, 255, 255, 0.25), rgba(64, 64, 64, 0.1));
  border: 1px solid #ff5501;
  left: 0;
  position: absolute;
  top: 0;
  z-index: 9;
}
.fotorama__caption {
  bottom: 0;
  color: #000000;
  font-size: 14px;
  left: 0;
  line-height: 1.5;
  position: absolute;
  right: 0;
  z-index: 12;
}
.fotorama__caption a {
  border-bottom: 1px solid;
  border-color: rgba(0, 0, 0, 0.005);
  color: #000000;
  text-decoration: none;
}
.fotorama__caption a:hover {
  border-color: rgba(0, 0, 0, 0.005);
  color: #000000;
}
.fotorama__wrap--rtl .fotorama__caption {
  left: auto;
  right: 0;
}
.fotorama__wrap--video .fotorama__caption,
.fotorama__wrap--no-captions .fotorama__caption {
  display: none;
}
.fotorama__caption__wrap {
  background-color: #ffffff;
  padding: 5px 10px;
}
@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fotorama__spinner {
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  left: 50%;
  position: absolute;
  top: 50%;
}
.fotorama__wrap--css3 .fotorama__spinner {
  animation: spinner 24s infinite linear;
}
.fotorama__wrap--css3 .fotorama__html {
  transition-duration: 0.3s;
  transition-property: opacity;
  transition-timing-function: linear;
}
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html {
  opacity: 0;
}
.fotorama__select {
  cursor: auto;
}
.fotorama__video {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 32px;
  z-index: 10;
}
@-moz-document url-prefix() {
  .fotorama__active {
    box-shadow: 0 0 0 transparent;
  }
}
.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__video-close {
  cursor: pointer;
  position: absolute;
}
.fotorama__arr {
  z-index: 900;
}
.fotorama__fullscreen-icon,
.fotorama__zoom-out,
.fotorama__zoom-in,
.fotorama__video-close {
  z-index: 1000;
}
.fotorama__arr {
  bottom: 0;
  position: absolute;
  top: 0;
  width: 80px;
}
._block-content-loading .fotorama__arr {
  opacity: 0;
}
.fotorama__arr .fotorama__arr__arr {
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  left: 50%;
  position: absolute;
  top: 50%;
  height: 80px;
  width: 80px;
}
.fotorama__arr--prev {
  left: 0;
}
.fotorama__arr--prev .fotorama__arr__arr {
  background-position: -80px -80px;
}
.fotorama__arr--next {
  right: 0;
}
.fotorama__arr--next .fotorama__arr__arr {
  background-position: -160px -80px;
}
.fotorama__arr--disabled {
  cursor: default;
  opacity: 0;
  pointer-events: none;
}
.fotorama__fullscreen-icon {
  background-position: 0 0;
  display: none;
  height: 80px;
  right: 0;
  top: 0;
  width: 80px;
  z-index: 1000;
}
.fotorama--fullscreen-icons .fotorama__fullscreen-icon {
  display: none;
}
.fotorama--fullscreen .fotorama__fullscreen-icon {
  background-position: -80px 0;
  display: inline-block;
}
.fotorama__video-play {
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  left: 50%;
  position: absolute;
  top: 50%;
  background-position: -80px -160px;
  height: 160px;
  width: 160px;
}
.fotorama__wrap--css2 .fotorama__video-play,
.fotorama__wrap--video .fotorama__stage .fotorama__video-play {
  display: none;
}
.fotorama__loaded .fotorama__video-play,
.fotorama__error .fotorama__video-play,
.fotorama__nav__frame .fotorama__video-play {
  display: block;
  opacity: 1;
}
.fotorama__nav__frame .fotorama__video-play {
  background-position: 0 -240px;
  height: 80px;
  width: 80px;
}
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon {
  opacity: 0;
}
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus {
  opacity: 1;
}
.fotorama__wrap--toggle-arrows:not(.fotorama__wrap--video) .fotorama__video-close {
  display: none;
}
.fotorama__wrap--toggle-arrows.fotorama__wrap--video .fotorama__video-close {
  opacity: 1;
  right: 93px;
  top: 97px;
}
.fotorama__wrap--toggle-arrows:not(.fotorama__wrap--video) .fotorama__video-close {
  display: none;
}
.fotorama__wrap--toggle-arrows.fotorama__wrap--video .fotorama__video-close {
  opacity: 1;
  right: 93px;
  top: 97px;
}
.fotorama__wrap--toggle-arrows:not(.fotorama__wrap--video) .fotorama__video-close {
  display: none;
}
.fotorama__wrap--toggle-arrows.fotorama__wrap--video .fotorama__video-close {
  opacity: 1;
  right: 93px;
  top: 97px;
}
.fotorama__wrap--video .fotorama__arr,
.fotorama__wrap--video .fotorama__fullscreen-icon {
  opacity: 0 !important;
}
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon {
  display: none;
}
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus {
  display: block;
}
.fotorama__wrap--css2.fotorama__wrap--video .fotorama__arr,
.fotorama__wrap--css2.fotorama__wrap--video .fotorama__fullscreen-icon {
  display: none !important;
}
.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:not(:focus) {
  -webkit-transform: translate3d(80px, -80px, 0);
  -ms-transform: translate3d(80px, -80px, 0);
  -o-transform: translate3d(80px, -80px, 0);
  transform: translate3d(80px, -80px, 0);
}
.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--prev:not(:focus) {
  -webkit-transform: translate3d(-120px, 0, 0);
  -ms-transform: translate3d(-120px, 0, 0);
  -o-transform: translate3d(-120px, 0, 0);
  transform: translate3d(-120px, 0, 0);
}
.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--next:not(:focus) {
  -webkit-transform: translate3d(120px, 0, 0);
  -ms-transform: translate3d(120px, 0, 0);
  -o-transform: translate3d(120px, 0, 0);
  transform: translate3d(120px, 0, 0);
}
.fotorama__wrap--css3.fotorama__wrap--video .fotorama__fullscreen-icon {
  -webkit-transform: translate3d(80px, -80px, 0) !important;
  -ms-transform: translate3d(80px, -80px, 0) !important;
  -o-transform: translate3d(80px, -80px, 0) !important;
  transform: translate3d(80px, -80px, 0) !important;
}
.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--prev {
  -webkit-transform: translate3d(-120px, 0, 0) !important;
  -ms-transform: translate3d(-120px, 0, 0) !important;
  -o-transform: translate3d(-120px, 0, 0) !important;
  transform: translate3d(-120px, 0, 0) !important;
}
.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--next {
  -webkit-transform: translate3d(120px, 0, 0) !important;
  -ms-transform: translate3d(120px, 0, 0) !important;
  -o-transform: translate3d(120px, 0, 0) !important;
  transform: translate3d(120px, 0, 0) !important;
}
.fotorama__wrap--css3 .fotorama__arr:not(:focus),
.fotorama__wrap--css3 .fotorama__fullscreen-icon:not(:focus),
.fotorama__wrap--css3 .fotorama__video-play:not(:focus),
.fotorama__wrap--css3 .fotorama__video-close:not(:focus) {
  transition-duration: 0.3s;
  transition-property: transform, opacity, background-color;
}
.fotorama__stage:before,
.fotorama__nav:before,
.fotorama__stage:after,
.fotorama__nav:after {
  background-repeat: no-repeat;
  content: '';
  display: block;
  pointer-events: none;
  position: absolute;
  text-decoration: none;
  z-index: 10;
}
.fotorama__stage:before,
.fotorama__nav:before {
  left: -10px;
  top: -10px;
}
.fotorama__stage:after,
.fotorama__nav:after {
  right: -10px;
  bottom: -10px;
}
.fotorama__stage.fotorama__shadows--left:before,
.fotorama__nav.fotorama__shadows--left:before,
.fotorama__stage.fotorama__shadows--right:after,
.fotorama__nav.fotorama__shadows--right:after {
  background-size: 1px 100%, 5px 100%;
  bottom: 0;
  height: auto;
  top: 0;
  width: 10px;
}
.fotorama__stage.fotorama__shadows--top:before,
.fotorama__nav.fotorama__shadows--top:before,
.fotorama__stage.fotorama__shadows--bottom:after,
.fotorama__nav.fotorama__shadows--bottom:after {
  background-size: 100% 1px, 100% 5px ;
  height: 10px;
  left: 0;
  right: 0;
  width: auto;
}
.fotorama__stage.fotorama__shadows--left:before,
.fotorama__nav.fotorama__shadows--left:before {
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 0 50%, rgba(0, 0, 0, 0.4), transparent);
  background-position: 0 0, 0 0;
  left: 0;
}
.fotorama__stage.fotorama__shadows--right:after,
.fotorama__nav.fotorama__shadows--right:after {
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 100% 50%, rgba(0, 0, 0, 0.4), transparent);
  background-position: 100% 0, 100% 0;
  right: 0;
}
.fotorama__stage.fotorama__shadows--top:before,
.fotorama__nav.fotorama__shadows--top:before {
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 50% 0, rgba(0, 0, 0, 0.4), transparent);
  background-position: 0 0, 0 0;
  top: 0;
}
.fotorama__stage.fotorama__shadows--bottom:after,
.fotorama__nav.fotorama__shadows--bottom:after {
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 50% 100%, rgba(0, 0, 0, 0.4), transparent);
  background-position: 0 100%, 0 100%;
  bottom: 0;
}
.fotorama--fullscreen .fotorama__stage:before,
.fotorama--fullscreen .fotorama__nav:before,
.fotorama__wrap--no-shadows .fotorama__stage:before,
.fotorama__wrap--no-shadows .fotorama__nav:before,
.fotorama__wrap--fade .fotorama__stage:before,
.fotorama--fullscreen .fotorama__stage:after,
.fotorama--fullscreen .fotorama__nav:after,
.fotorama__wrap--no-shadows .fotorama__stage:after,
.fotorama__wrap--no-shadows .fotorama__nav:after,
.fotorama__wrap--fade .fotorama__stage:after {
  display: none;
}
.fotorama__nav-wrap .fotorama_vertical_ratio .fotorama__img {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: auto;
  position: absolute;
  top: 50%;
  width: 100%;
}
.fotorama__nav-wrap .fotorama_horizontal_ratio .fotorama__img {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translateY(-50%, -50%);
  -o-transform: translateY(-50%, -50%);
  transform: translateY(-50%, -50%);
  top: 50%;
  left: 50%;
  position: absolute;
  width: auto;
}
.magnifier-thumb-wrapper {
  display: block;
  left: 0;
  position: relative;
  top: 0;
}
.magnifier-lens {
  border: solid 1px #bbbbbb;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 800;
}
.magnify-lens {
  background: rgba(255, 255, 255, 0.5);
  border: solid 1px #bbbbbb;
  color: #ffffff;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  z-index: 1000;
  overflow: hidden;
}
.magnify-lens .magnifier-large {
  width: auto;
  height: auto;
  max-height: none;
  max-width: none;
  border: none;
  position: absolute;
  z-index: 100;
}
.magnifier-loader-text {
  margin-top: 10px;
}
.magnifier-preview {
  bottom: 0;
  left: 58%;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 2;
  top: 215px;
}
.magnifier-preview:not(.hidden) {
  background-color: #ffffff;
}
.magnifier-preview img {
  left: 0;
  max-width: inherit;
  max-height: inherit;
  position: absolute;
  top: 0;
  object-fit: scale-down;
}
.fotorama__stage__frame {
  text-align: center;
}
.fotorama__stage__frame .fotorama__img {
  height: auto;
  left: 50%;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  transition-duration: 0.3s;
  transition-property: width, height, top, left;
  vertical-align: middle;
  width: auto;
}
.magnify-opaque {
  opacity: .5;
}
.magnify-hidden {
  display: none;
}
.fotorama__nav-wrap--vertical.fotorama__nav-wrap {
  display: inline-block;
  left: 0;
  position: absolute;
  top: 0;
}
.fotorama__nav-wrap--vertical .fotorama__nav__shaft {
  background-color: white;
  width: 100%;
}
.fotorama__nav-wrap--vertical .fotorama__nav__shaft .fotorama__nav__frame--thumb {
  display: block;
  padding-bottom: inherit !important;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img {
  display: none;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img,
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full {
  bottom: 0;
  left: 0;
  margin: auto;
  max-height: inherit;
  max-width: inherit;
  position: absolute;
  right: 0;
  top: 0;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full {
  cursor: default;
  display: block;
  height: auto;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  top: 0;
  transition: 0.3s linear;
  vertical-align: middle;
  width: auto;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full.fotorama__img--zoommable {
  cursor: pointer;
  max-height: none;
  max-width: none;
  transition-property: width, height, bottom, right, top, left;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full.fotorama__img--draggable {
  cursor: move;
  transition-property: none;
}
.fotorama--fullscreen .fotorama__stage__frame iframe {
  left: 80px;
  width: calc(100% - 80px * 2);
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left,
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right {
  bottom: 0;
  cursor: pointer;
  position: absolute;
  top: 0;
  width: 30px;
  z-index: 1000;
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left .fotorama__thumb--icon,
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right .fotorama__thumb--icon {
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  left: 50%;
  position: absolute;
  top: 50%;
  width: 100%;
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left {
  left: 0;
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right {
  right: 0;
}
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--left,
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--right {
  cursor: pointer;
  height: 30px;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 1000;
}
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--left .fotorama__thumb--icon,
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--right .fotorama__thumb--icon {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  margin: auto;
  width: 30px;
}
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--left {
  top: 0;
}
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--right {
  bottom: 0;
}
.fotorama__wrap--only-active .fotorama__stage,
.fotorama__wrap--only-active .fotorama__nav {
  max-width: 99999px !important;
}
.fotorama__wrap--only-active .fotorama__stage__frame {
  visibility: hidden;
}
.fotorama__wrap--only-active .fotorama__stage__frame.fotorama__active {
  visibility: visible;
}
.fotorama__thumb--icon {
  font-size: 0.001px;
  padding-bottom: 30px;
}
.fotorama__thumb__arr--left .fotorama__thumb--icon {
  background-position: -25px -265px;
}
.fotorama__thumb__arr--right .fotorama__thumb--icon {
  background-position: -25px -350px;
}
.magnify-fullimage {
  display: none;
}
.fotorama__arr,
.fotorama__thumb__arr {
  background-color: rgba(255, 255, 255, 0.3);
  transition: background-color 0.3s ease-in-out;
}
.fotorama__arr:hover,
.fotorama__thumb__arr:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
.fotorama__arr:active,
.fotorama__thumb__arr:active {
  background-color: rgba(213, 213, 213, 0.5);
}
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__fullscreen-icon,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-out,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-in {
  background-color: rgba(255, 255, 255, 0.3);
  transition: background-color 0.3s ease-in-out;
}
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__fullscreen-icon:hover,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-out:hover,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-in:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__fullscreen-icon:active,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-out:active,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-in:active {
  background-color: rgba(213, 213, 213, 0.5);
}
.fotorama__video-close {
  background-position: -80px 0;
  height: 80px;
  opacity: 0;
  right: 0;
  top: 0;
  transform: translate3d(80px, -80px, 0);
  transition: opacity 0.3s ease-in-out;
  width: 80px;
}
@media all and (max-width: 768px) {
  .fotorama__video-close {
    background-position: -100px -20px;
    top: 10px;
    height: 40px;
    width: 40px;
  }
}
.fotorama__video-close.fotorama-show-control {
  opacity: 1;
  transform: translate3d(0, -10px, 0);
}
.gallery-placeholder__image {
  display: block;
  margin: auto;
}
.fotorama__spinner {
  background-image: url('../../frontend/Mgs/molla/pt_PT/images/loader-1.gif');
  bottom: 0;
  display: none;
  height: 64px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 64px;
  z-index: 100;
}
.fotorama__spinner.fotorama__spinner--show {
  display: block;
}
.fotorama__product-video--loaded .fotorama__img,
.fotorama__product-video--loaded .fotorama__img--full {
  display: none !important;
}
.fotorama__stage .fotorama__arr--shown {
  display: block !important;
}
.fotorama__stage .fotorama__arr--hidden {
  display: none !important;
}

.product-options-wrapper .fieldset {line-height:100%;}
.product-options-wrapper .fieldset .input-box::after {content: none}


/* OptionExtended Picker Image*/
.ox-picker-image {border:1px solid white; margin-right:3px; display:inline;}
.ox-picker-image.ox-selected {border:1px solid black; margin-right:3px; display:inline;}

.ox-image-cell {float:left; text-align:center;}
.ox-image-cell span {font-size:10px;}


/* OptionExtended Above */
.product-options-wrapper .fieldset div.ox-above {max-width:590px; padding:0; margin:8px 0 20px 0; border:none;}
.product-options-wrapper .fieldset div.ox-above img.ox-image {display:block; float:left; width:100px; height:100px; margin:0 8px 8px 0;}
.product-options-wrapper .fieldset div.ox-above select {width: 100%; margin:0 0 10px 0;}
.product-options-wrapper .fieldset div.ox-above div.options-list {margin:0 0 10px 0;}
.product-options-wrapper .fieldset div.ox-above .ox-descr {display:block; width: auto; font-size:10px; margin:0 0 8px 0; font-weight:normal; font-style:normal; }
.product-options-wrapper .fieldset div.ox-above .spacer{height:1px; clear:both;}


/* OptionExtended Above Checkbox */
.product-options-wrapper .fieldset div.ox-above-checkbox {max-width:590px; padding:0; margin:8px 0 20px 0; border:none;}
.product-options-wrapper .fieldset div.ox-above-checkbox img.ox-image {display:inline; width:100px; height:100px; margin:0 8px 8px 0;}
.product-options-wrapper .fieldset div.ox-above-checkbox div.options-list {margin:0 0 10px 0;}
.product-options-wrapper .fieldset div.ox-above-checkbox .ox-tooltip-icon {display:inline-block; line-height: inherit; vertical-align:middle; margin-left:5px;}


/* OptionExtended Before Select*/
.product-options-wrapper .fieldset div.ox-before-select {max-width:590px; padding:0; margin:8px 0 20px 0; border:none;}
.product-options-wrapper .fieldset div.ox-before-select .ox-table {display:table; width:100%;}
.product-options-wrapper .fieldset div.ox-before-select .ox-table-cell-img {display:table-cell; width:110px; vertical-align:top;}
.product-options-wrapper .fieldset div.ox-before-select .ox-table-cell {display:table-cell; vertical-align:top;}
.product-options-wrapper .fieldset div.ox-before-select img.ox-image {width:100px; height:100px; vertical-align:middle; margin:0 10px 10px 0;}
.product-options-wrapper .fieldset div.ox-before-select select {width: 100%; margin-top:35px;}
.product-options-wrapper .fieldset div.ox-before-select .ox-tooltip-icon {display:block; margin:8px 100px 0 0;}
.product-options-wrapper .fieldset div.ox-before-select .spacer{height:1px; clear:both;}

/* OptionExtended Before Radio*/
.product-options-wrapper .fieldset div.ox-before-radio {max-width:590px; padding:0; margin:8px 0 20px 0; border:none;}
.product-options-wrapper .fieldset div.ox-before-radio .ox-table {display:table; width:100%;}
.product-options-wrapper .fieldset div.ox-before-radio .ox-table-cell-img {display:table-cell; width:110px; vertical-align:top;}
.product-options-wrapper .fieldset div.ox-before-radio .ox-table-cell {display:table-cell; vertical-align:top;}
.product-options-wrapper .fieldset div.ox-before-radio img.ox-image {width:100px; height:100px; vertical-align:middle; margin:0 10px 10px 0;}
.product-options-wrapper .fieldset div.ox-before-radio div.options-list {max-width:100%; max-width:450px; list-style-type:none; margin:0 0 10px 0;}
.product-options-wrapper .fieldset div.ox-before-radio div.options-list label {width:100%; max-width:60%;}
.product-options-wrapper .fieldset div.ox-before-radio .ox-tooltip-icon {display:inline-block; line-height: inherit; vertical-align:middle; margin-left:5px;}


/* OptionExtended Below */
.product-options-wrapper .fieldset div.ox-below {max-width:590px; padding:0; margin:8px 0 20px 0; border:none;}
.product-options-wrapper .fieldset div.ox-below img.ox-image {display:block; float:left; width:100px; height:100px; margin:8px 8px 0 0;}
.product-options-wrapper .fieldset div.ox-below select {width: 100%; margin:0;}
.product-options-wrapper .fieldset div.ox-below div.options-list {margin:0 0 10px 0;}
.product-options-wrapper .fieldset div.ox-below .ox-descr {display:block; width: auto; font-size:10px; margin:8px 0 5px 0; font-weight:normal; font-style:normal; }
.product-options-wrapper .fieldset div.ox-below .spacer{height:1px; clear:both;}

/* OptionExtended Below Checkbox */
.product-options-wrapper .fieldset div.ox-below-checkbox {max-width:590px; padding:0; margin:8px 0 20px 0; border:none;}
.product-options-wrapper .fieldset div.ox-below-checkbox img.ox-image {display:inline; width:100px; height:100px; margin:0 8px 8px 0;}
.product-options-wrapper .fieldset div.ox-below-checkbox div.options-list {margin:0 0 10px 0;}
.product-options-wrapper .fieldset div.ox-below-checkbox select {margin:0 0 10px 0;}
.product-options-wrapper .fieldset div.ox-below-checkbox .ox-tooltip-icon {display:inline-block; line-height: inherit; vertical-align:middle; margin-left:5px;}
.product-options-wrapper .fieldset div.ox-below-checkbox .spacer{height:1px; clear:both;}

/* OptionExtended Swap Select*/
.product-options-wrapper .fieldset div.ox-swap-select {max-width:590px; padding:0; margin:8px 0 20px 0; border:none;}
.product-options-wrapper .fieldset div.ox-swap-select select {width: 100%; margin:8px 0 10px 0;}
.product-options-wrapper .fieldset div.ox-swap-select .ox-descr {font-size:10px; margin:0 0 8px 0; font-weight:normal; font-style:normal; }

/* OptionExtended Swap Radio */
.product-options-wrapper .fieldset div.ox-swap-radio {max-width:590px; padding:0; margin:8px 0 20px 0; border:none;}
.product-options-wrapper .fieldset div.ox-swap-radio div.options-list {margin:0;}
.product-options-wrapper .fieldset div.ox-swap-radio .ox-tooltip-icon {display:inline-block; line-height: inherit; vertical-align:middle; margin-left:5px;}


/* OptionExtended Picker */
.product-options-wrapper .fieldset div.ox-picker {max-width:590px; padding:0; margin:8px 0 20px 0; border:none;}
.product-options-wrapper .fieldset div.ox-picker select {display: block; width: 100%; margin:5px 0 10px 0;}
.product-options-wrapper .fieldset div.ox-picker .ox-descr {font-size:10px; margin:0 0 8px 0; font-weight:normal; font-style:normal; }
.product-options-wrapper .fieldset div.ox-picker .spacer{height:1px; clear:both;}
img.ox-hover-image {width: 150px; height: 150px;}

/* OptionExtended Note */
.product-options-wrapper .fieldset div.ox-note {font-size:12px;}


/* OptionExtended Grid */
.product-options-wrapper .fieldset div.ox-grid {max-width:590px; padding:0; margin:8px 0 20px 0; border:none;}
.product-options-wrapper .fieldset div.ox-grid div.options-list {list-style-type:none; padding:0; margin:0;}
.product-options-wrapper .fieldset div.ox-grid div.options-list .field {width:129px; height:145px; float:left; margin-right:10px; line-height:normal; padding:0}
.product-options-wrapper .fieldset div.ox-grid div.options-list input.radio { float:none; margin:45px 0 0 7px;}
.product-options-wrapper .fieldset div.ox-grid div.options-list input.checkbox { float:none; margin:45px 0 0 7px;}
.product-options-wrapper .fieldset div.ox-grid div.options-list .label {display:block; width: 100px; text-align:center; margin:0;}
.product-options-wrapper .fieldset div.ox-grid div.options-list label {min-width: 0; padding:0; background: none; font-weight:normal; }
.product-options-wrapper .fieldset div.ox-grid div.options-list label:hover {background: none;}
.product-options-wrapper .fieldset div.ox-grid .ox-image {display:block; float:left; width:100px; height:100px; margin:0 0 5px 0;}
.product-options-wrapper .fieldset div.ox-grid ul.validation-failed { padding:10px 0 0 0; }
.product-options-wrapper .fieldset div.ox-grid .spacer{height:1px; clear:both;}
.product-options-wrapper .fieldset div.ox-grid .ox-tooltip-icon {display:inline-block; line-height: inherit; vertical-align:middle; margin:10px 0 0 6px;}


/* OptionExtended Grid Compact */
.product-options-wrapper .fieldset div.ox-gridcompact {max-width:590px; padding:0; margin:8px 0 20px 0; border:none;}
.product-options-wrapper .fieldset div.ox-gridcompact div.options-list {list-style-type:none; padding:0; margin:0;}
.product-options-wrapper .fieldset div.ox-gridcompact div.options-list .field {float:left; position:relative; width:auto; height:140px; overflow:hidden;  margin:0 15px 0 0; line-height:normal; padding:0}
.product-options-wrapper .fieldset div.ox-gridcompact div.options-list input.radio {position: absolute; visibility: hidden;}
.product-options-wrapper .fieldset div.ox-gridcompact div.options-list input.checkbox {position: absolute; visibility: hidden;}
.product-options-wrapper .fieldset div.ox-gridcompact div.options-list .label {display:block; width:100px; text-align:center; margin:0;}
.product-options-wrapper .fieldset div.ox-gridcompact div.options-list label {min-width: 0; padding:0; background: none; font-weight:normal;}
.product-options-wrapper .fieldset div.ox-gridcompact div.options-list label:hover {background: none;}
.product-options-wrapper .fieldset div.ox-gridcompact .ox-image {display:block; width:100px; height:100px; margin:0 0 4px 0; border:1px solid white;}
.product-options-wrapper .fieldset div.ox-gridcompact .ox-check-icon	{display:none; position:absolute; top:0px; left:73px; width:24px; height:24px;}
/*.product-options-wrapper .fieldset div.ox-gridcompact .ox-image:hover {border:1px solid yellow;}*/
.product-options-wrapper .fieldset div.ox-gridcompact .ox-image.ox-selected,  
.product-options-wrapper .fieldset div.ox-gridcompact .ox-image.ox-selected:hover {border:1px solid black;}
.product-options-wrapper .fieldset div.ox-gridcompact .ox-image.ox-selected + .ox-check-icon {display:block;}
.product-options-wrapper .fieldset div.ox-gridcompact ul.validation-failed { padding:10px 0 0 0; }
.product-options-wrapper .fieldset div.ox-gridcompact .spacer{height:1px; clear:both;}


/* OptionExtended List */
.product-options-wrapper .fieldset div.ox-list {max-width:590px; padding:0; margin:8px 0 20px 0; border:none;}
.product-options-wrapper .fieldset div.ox-list div.options-list {list-style-type:none; padding:0; margin:0; }
.product-options-wrapper .fieldset div.ox-list div.options-list .field {margin-bottom:10px; border:1px solid #e4e4e4; line-height:normal; padding:10px 10px 10px 10px; }
.product-options-wrapper .fieldset div.ox-list img {display:block; float:left; width:100px; height:100px; margin:0 10px 0 0;}
.product-options-wrapper .fieldset div.ox-list .field.none img {display:block; width:100px; height:15px; margin:0 10px 0 0;}
.product-options-wrapper .fieldset div.ox-list div.options-list input.radio {position:static; float:right; margin:0;}
.product-options-wrapper .fieldset div.ox-list div.options-list input.checkbox {position:static; float:right; margin:0;}
.product-options-wrapper .fieldset div.ox-list .options-list.validation-failed { padding:0; }
.product-options-wrapper .fieldset div.ox-list span.content {display:block; width:auto; padding: 0 0 0 0;}
.product-options-wrapper .fieldset div.ox-list span.content label {display:block; width:auto; background: none; padding:0; margin:0;text-align:left;}
.product-options-wrapper .fieldset div.ox-list span.content label:hover {background: none;}
.product-options-wrapper .fieldset div.ox-list .price-notice {padding:0;}
.product-options-wrapper .fieldset div.ox-list .ox-descr {min-height:60px; font-size:10px; margin:5px 0 5px 0;}
.product-options-wrapper .fieldset div.ox-list .spacer{height: 1px; clear: both;}






/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#oxcolorbox, #oxcboxOverlay, #oxcboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#oxcboxWrapper {max-width:none;}
#oxcboxOverlay{position:fixed; width:100%; height:100%;}
#oxcboxMiddleLeft, #oxcboxBottomLeft{clear:left;}
#oxcboxContent{position:relative;}
#oxcboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#oxcboxTitle{margin:0;}
#oxcboxLoadingOverlay, #oxcboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#oxcboxPrevious, #oxcboxNext, #oxcboxClose, #oxcboxSlideshow{cursor:pointer;}
.oxcboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.oxcboxIframe{width:100%; height:100%; display:block; border:0;}
#oxcolorbox, #oxcboxContent, #oxcboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#oxcboxOverlay{background:#fff;}
#oxcolorbox{outline:0;font: 12px Tahoma, Arial,sans-serif;}
    #oxcboxTopLeft{width:25px; height:25px; background:url(../../frontend/Mgs/molla/pt_PT/Pektsekye_OptionExtended/images/border1.png) no-repeat 0 0;}
    #oxcboxTopCenter{height:25px; background:url(../../frontend/Mgs/molla/pt_PT/Pektsekye_OptionExtended/images/border1.png) repeat-x 0 -50px;}
    #oxcboxTopRight{width:25px; height:25px; background:url(../../frontend/Mgs/molla/pt_PT/Pektsekye_OptionExtended/images/border1.png) no-repeat -25px 0;}
    #oxcboxBottomLeft{width:25px; height:25px; background:url(../../frontend/Mgs/molla/pt_PT/Pektsekye_OptionExtended/images/border1.png) no-repeat 0 -25px;}
    #oxcboxBottomCenter{height:25px; background:url(../../frontend/Mgs/molla/pt_PT/Pektsekye_OptionExtended/images/border1.png) repeat-x 0 -75px;}
    #oxcboxBottomRight{width:25px; height:25px; background:url(../../frontend/Mgs/molla/pt_PT/Pektsekye_OptionExtended/images/border1.png) no-repeat -25px -25px;}
    #oxcboxMiddleLeft{width:25px; background:url(../../frontend/Mgs/molla/pt_PT/Pektsekye_OptionExtended/images/border2.png) repeat-y 0 0;}
    #oxcboxMiddleRight{width:25px; background:url(../../frontend/Mgs/molla/pt_PT/Pektsekye_OptionExtended/images/border2.png) repeat-y -25px 0;}
    #oxcboxContent{background:#fff; overflow:hidden;}
        .oxcboxIframe{background:#fff;}
        #oxcboxError{padding:50px; border:1px solid #ccc;}
        #oxcboxLoadedContent{margin-bottom:20px;}
        #oxcboxTitle{position:absolute; bottom:0px; left:0; text-align:center; width:100%; color:#999;}
        #oxcboxCurrent{position:absolute; bottom:0px; left:100px; color:#999;}
        #oxcboxLoadingOverlay{background:#fff url(../../frontend/Mgs/molla/pt_PT/Pektsekye_OptionExtended/images/loading.gif) no-repeat 5px 5px;}

        /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
        #oxcboxPrevious, #oxcboxNext, #oxcboxSlideshow, #oxcboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; }
        
        /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
        #oxcboxPrevious:active, #oxcboxNext:active, #oxcboxSlideshow:active, #oxcboxClose:active {outline:0;}

        #oxcboxSlideshow{position:absolute; bottom:0px; right:42px; color:#444;}
        #oxcboxPrevious{position:absolute; bottom:0px; left:0; color:#444;}
        #oxcboxNext{position:absolute; bottom:0px; left:63px; color:#444;}
        #oxcboxClose{position:absolute; bottom:0; right:0; display:block; color:#444;}

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.oxcboxIE #oxcboxTopLeft,
.oxcboxIE #oxcboxTopCenter,
.oxcboxIE #oxcboxTopRight,
.oxcboxIE #oxcboxBottomLeft,
.oxcboxIE #oxcboxBottomCenter,
.oxcboxIE #oxcboxBottomRight,
.oxcboxIE #oxcboxMiddleLeft,
.oxcboxIE #oxcboxMiddleRight {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}/* This is the default Tooltipster theme (feel free to modify or duplicate and create multiple themes!): */
.tooltipster-default {
	border-radius: 5px; 
	border: 2px solid #000;
	background: #4c4c4c;
	color: #fff;
}

/* Use this next selector to style things like font-size and line-height: */
.tooltipster-default .tooltipster-content {
	font-family: Arial, sans-serif;
	font-size: 14px;
	line-height: 16px;
	padding: 8px 10px;
	overflow: hidden;
}

/* This next selector defines the color of the border on the outside of the arrow. This will automatically match the color and size of the border set on the main tooltip styles. Set display: none; if you would like a border around the tooltip but no border around the arrow */
.tooltipster-default .tooltipster-arrow .tooltipster-arrow-border {
	/* border-color: ... !important; */
}


/* If you're using the icon option, use this next selector to style them */
.tooltipster-icon {
	cursor: help;
	margin-left: 4px;
}








/* This is the base styling required to make all Tooltipsters work */
.tooltipster-base {
	padding: 0;
	font-size: 0;
	line-height: 0;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9999999;
	pointer-events: none;
	width: auto;
	overflow: visible;
}
.tooltipster-base .tooltipster-content {
	overflow: hidden;
}


/* These next classes handle the styles for the little arrow attached to the tooltip. By default, the arrow will inherit the same colors and border as what is set on the main tooltip itself. */
.tooltipster-arrow {
	display: block;
	text-align: center;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.tooltipster-arrow span, .tooltipster-arrow-border {
	display: block;
	width: 0; 
	height: 0;
	position: absolute;
}
.tooltipster-arrow-top span, .tooltipster-arrow-top-right span, .tooltipster-arrow-top-left span {
	border-left: 8px solid transparent !important;
	border-right: 8px solid transparent !important;
	border-top: 8px solid;
	bottom: -7px;
}
.tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-top-right .tooltipster-arrow-border, .tooltipster-arrow-top-left .tooltipster-arrow-border {
	border-left: 9px solid transparent !important;
	border-right: 9px solid transparent !important;
	border-top: 9px solid;
	bottom: -7px;
}

.tooltipster-arrow-bottom span, .tooltipster-arrow-bottom-right span, .tooltipster-arrow-bottom-left span {
	border-left: 8px solid transparent !important;
	border-right: 8px solid transparent !important;
	border-bottom: 8px solid;
	top: -7px;
}
.tooltipster-arrow-bottom .tooltipster-arrow-border, .tooltipster-arrow-bottom-right .tooltipster-arrow-border, .tooltipster-arrow-bottom-left .tooltipster-arrow-border {
	border-left: 9px solid transparent !important;
	border-right: 9px solid transparent !important;
	border-bottom: 9px solid;
	top: -7px;
}
.tooltipster-arrow-top span, .tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-bottom span, .tooltipster-arrow-bottom .tooltipster-arrow-border {
	left: 0;
	right: 0;
	margin: 0 auto;
}
.tooltipster-arrow-top-left span, .tooltipster-arrow-bottom-left span {
	left: 6px;
}
.tooltipster-arrow-top-left .tooltipster-arrow-border, .tooltipster-arrow-bottom-left .tooltipster-arrow-border {
	left: 5px;
}
.tooltipster-arrow-top-right span,  .tooltipster-arrow-bottom-right span {
	right: 6px;
}
.tooltipster-arrow-top-right .tooltipster-arrow-border, .tooltipster-arrow-bottom-right .tooltipster-arrow-border {
	right: 5px;
}
.tooltipster-arrow-left span, .tooltipster-arrow-left .tooltipster-arrow-border {
	border-top: 8px solid transparent !important;
	border-bottom: 8px solid transparent !important; 
	border-left: 8px solid;
	top: 50%;
	margin-top: -7px;
	right: -7px;
}
.tooltipster-arrow-left .tooltipster-arrow-border {
	border-top: 9px solid transparent !important;
	border-bottom: 9px solid transparent !important; 
	border-left: 9px solid;
	margin-top: -8px;
}
.tooltipster-arrow-right span, .tooltipster-arrow-right .tooltipster-arrow-border {
	border-top: 8px solid transparent !important;
	border-bottom: 8px solid transparent !important; 
	border-right: 8px solid;
	top: 50%;
	margin-top: -7px;
	left: -7px;
}
.tooltipster-arrow-right .tooltipster-arrow-border {
	border-top: 9px solid transparent !important;
	border-bottom: 9px solid transparent !important; 
	border-right: 9px solid;
	margin-top: -8px;
}


/* Some CSS magic for the awesome animations - feel free to make your own custom animations and reference it in your Tooltipster settings! */

.tooltipster-fade {
	opacity: 0;
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	-o-transition-property: opacity;
	-ms-transition-property: opacity;
	transition-property: opacity;
}
.tooltipster-fade-show {
	opacity: 1;
}

.tooltipster-grow {
	-webkit-transform: scale(0,0);
	-moz-transform: scale(0,0);
	-o-transform: scale(0,0);
	-ms-transform: scale(0,0);
	transform: scale(0,0);
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform;
	-webkit-backface-visibility: hidden;
}
.tooltipster-grow-show {
	-webkit-transform: scale(1,1);
	-moz-transform: scale(1,1);
	-o-transform: scale(1,1);
	-ms-transform: scale(1,1);
	transform: scale(1,1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}

.tooltipster-swing {
	opacity: 0;
	-webkit-transform: rotateZ(4deg);
	-moz-transform: rotateZ(4deg);
	-o-transform: rotateZ(4deg);
	-ms-transform: rotateZ(4deg);
	transform: rotateZ(4deg);
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform;
}
.tooltipster-swing-show {
	opacity: 1;
	-webkit-transform: rotateZ(0deg);
	-moz-transform: rotateZ(0deg);
	-o-transform: rotateZ(0deg);
	-ms-transform: rotateZ(0deg);
	transform: rotateZ(0deg);
	-webkit-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 1);
	-webkit-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4); 
	-moz-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4); 
	-ms-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4); 
	-o-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4); 
	transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
}

.tooltipster-fall {
	top: 0;
	-webkit-transition-property: top;
	-moz-transition-property: top;
	-o-transition-property: top;
	-ms-transition-property: top;
	transition-property: top;
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
}
.tooltipster-fall-show {
}
.tooltipster-fall.tooltipster-dying {
	-webkit-transition-property: all;
	-moz-transition-property: all;
	-o-transition-property: all;
	-ms-transition-property: all;
	transition-property: all;
	top: 0px !important;
	opacity: 0;
}

.tooltipster-slide {
	left: -40px;
	-webkit-transition-property: left;
	-moz-transition-property: left;
	-o-transition-property: left;
	-ms-transition-property: left;
	transition-property: left;
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}
.tooltipster-slide.tooltipster-slide-show {
}
.tooltipster-slide.tooltipster-dying {
	-webkit-transition-property: all;
	-moz-transition-property: all;
	-o-transition-property: all;
	-ms-transition-property: all;
	transition-property: all;
	left: 0px !important;
	opacity: 0;
}


/* CSS transition for when contenting is changing in a tooltip that is still open. The only properties that will NOT transition are: width, height, top, and left */
.tooltipster-content-changing {
	opacity: 0.5;
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}
.tooltipster-shadow {
	border-radius: 5px;
	background: #fff;
	box-shadow: 0px 0px 14px rgba(0,0,0,0.3);
	color: #2c2c2c;
}
.tooltipster-shadow .tooltipster-content {
	font-family: 'Arial', sans-serif;
	font-size: 14px;
	line-height: 16px;
	padding: 8px 10px;
}body.search-popup {
  overflow: hidden;
}
body.search-popup header.page-header > .header-area {
  position: static !important;
  transform: none !important;
  -moz-transform: none !important;
  -webkit-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
}
header.page-header .search-icon-bottom .mgs-instant-search-dropdown {
  top: calc(100% + 80px);
  max-height: calc(100vh - 100% - 80px);
}
@media (max-width: 767px) {
  header.page-header .search-icon-bottom .mgs-instant-search-dropdown {
    top: calc(100% + 58px);
    max-height: calc(100vh - 100% - 58px);
  }
}
header.page-header .header-area.search-icon-popup .minisearch.loading .control:after {
  top: 18px;
}
header.page-header .header-area.search-icon-popup .mgs-instant-search-dropdown {
  position: static;
  max-height: unset;
  overflow: visible;
}
header.page-header .header-area.search-icon-popup .mgs-instant-search-dropdown > div {
  background: none;
  border: none;
  box-shadow: none;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.mgs-instant-search-dropdown {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  transition: all 300ms;
  -moz-transition: all 300ms;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  opacity: 1;
  visibility: visible;
  max-height: calc(100vh - 100%);
  overflow-y: auto;
  z-index: 2;
  max-height: 50vh;
}
.mgs-instant-search-dropdown > .mgs-instant-autocomplete-wrapper {
  background: #fafafa;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  padding: 23px 20px 20px;
  box-shadow: 0 5px 20px #eaeaea;
  text-align: left;
}
.mgs-instant-search-dropdown > .mgs-instant-autocomplete-wrapper > .close-search {
  background-color: transparent;
  border: none;
  box-shadow: none;
  position: absolute;
  top: 5px;
  right: 2px;
}
@media (min-width: 991.98px) {
  .mgs-instant-search-dropdown > .mgs-instant-autocomplete-wrapper > .close-search {
    display: none;
  }
}
.mgs-instant-search-dropdown .pages.pages-list .title,
.mgs-instant-search-dropdown .posts.posts-list .title,
.mgs-instant-search-dropdown .categories.categories-list .title,
.mgs-instant-search-dropdown .products.products-list .title {
  font-size: 18px;
  letter-spacing: 0.005em;
  font-weight: 500;
  color: #333;
}
.mgs-instant-search-dropdown .pages.pages-list .title .see-all,
.mgs-instant-search-dropdown .posts.posts-list .title .see-all,
.mgs-instant-search-dropdown .categories.categories-list .title .see-all,
.mgs-instant-search-dropdown .products.products-list .title .see-all {
  text-transform: capitalize;
  margin-left: 15px;
  display: inline-block;
  background: #999;
  color: #fff;
  border-radius: 3px;
  padding: 2px 10px;
  font-size: 0.75rem;
  vertical-align: top;
  margin-top: 2px;
}
.mgs-instant-search-dropdown .pages.pages-list .title .see-all:hover,
.mgs-instant-search-dropdown .posts.posts-list .title .see-all:hover,
.mgs-instant-search-dropdown .categories.categories-list .title .see-all:hover,
.mgs-instant-search-dropdown .products.products-list .title .see-all:hover {
  background-color: #333;
  color: #fff !important;
}
.mgs-instant-search-dropdown .posts.posts-list,
.mgs-instant-search-dropdown .products.products-list {
  padding-bottom: 15px;
}
.mgs-instant-search-dropdown .posts.posts-list .title,
.mgs-instant-search-dropdown .products.products-list .title {
  margin: 0 0 13px;
}
.mgs-instant-search-dropdown .pages.pages-list .title,
.mgs-instant-search-dropdown .categories.categories-list .title {
  margin-bottom: 18px;
}
.mgs-instant-search-dropdown .page-cms-items,
.mgs-instant-search-dropdown .categories-list {
  padding-bottom: 9px;
}
.mgs-instant-search-dropdown .products.products-list .product-items.list,
.mgs-instant-search-dropdown .page-cms-items,
.mgs-instant-search-dropdown .posts-list-items,
.mgs-instant-search-dropdown .categories-list .category-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.mgs-instant-search-dropdown .products.products-list .product-items.list .product-item,
.mgs-instant-search-dropdown .page-cms-items .page-cms-item,
.mgs-instant-search-dropdown .posts-list-items .post-item,
.mgs-instant-search-dropdown .categories-list .category-items .category-item {
  padding: 0 10px;
  border: none;
  margin: 0 0 10px;
  width: 50%;
}
@media (max-width: 991.98px) {
  .mgs-instant-search-dropdown .products.products-list .product-items.list .product-item,
  .mgs-instant-search-dropdown .page-cms-items .page-cms-item,
  .mgs-instant-search-dropdown .posts-list-items .post-item,
  .mgs-instant-search-dropdown .categories-list .category-items .category-item {
    width: 100%;
  }
}
.mgs-instant-search-dropdown .posts.posts-list .posts-list-items .post-item-info:after {
  content: "";
  display: table;
  clear: both;
}
.mgs-instant-search-dropdown .posts.posts-list .posts-list-items .post-item-info .post-item-photo {
  width: 80px;
  float: left;
}
.mgs-instant-search-dropdown .posts.posts-list .posts-list-items .post-item-info .post-item-photo a {
  display: block;
  line-height: 0;
}
.mgs-instant-search-dropdown .posts.posts-list .posts-list-items .post-item-info .post-item-photo img {
  max-width: 100%;
}
.mgs-instant-search-dropdown .posts.posts-list .posts-list-items .post-item-info .post-item-details {
  width: calc(100% - 80px);
  padding: 0 0 0 10px;
  float: left;
}
.mgs-instant-search-dropdown .posts.posts-list .posts-list-items .post-item-info .post-item-details .post-item-name {
  margin-bottom: 6px;
}
.mgs-instant-search-dropdown .posts.posts-list .posts-list-items .post-item-info .post-item-details .post-item-name a {
  font-size: 16px;
  font-weight: 500;
}
.mgs-instant-search-dropdown .products.products-list .product-items.list .product-item .product-item-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 10px 0;
  margin-bottom: 0;
  height: 100%;
}
.mgs-instant-search-dropdown .products.products-list .product-items.list .product-item .product-item-info:after {
  content: "";
  display: table;
  clear: both;
}
.mgs-instant-search-dropdown .products.products-list .product-items.list .product-item .product-item-info > .product-item-photo {
  flex: 0 0 80px;
  -ms-flex: 0 0 80px;
  max-width: 80px;
}
.mgs-instant-search-dropdown .products.products-list .product-items.list .product-item .product-item-info > .product-item-photo a {
  display: block;
  line-height: 0;
}
.mgs-instant-search-dropdown .products.products-list .product-items.list .product-item .product-item-info > .product-item-photo img {
  max-width: 100%;
}
.mgs-instant-search-dropdown .products.products-list .product-items.list .product-item .product-item-info .product-item-details {
  flex: 0 0 calc(100% - 80px);
  -ms-flex: 0 0 calc(100% - 80px);
  max-width: calc(100% - 80px);
  padding: 0 0 0 20px;
}
.mgs-instant-search-dropdown .products.products-list .product-items.list .product-item .product-item-info .product-item-details .product-item-name {
  padding: 0;
}
.mgs-instant-search-dropdown .products.products-list .product-items.list .product-item .product-item-info .product-item-details .product-item-name a {
  font-size: 14px;
  font-weight: 400;
}
.mgs-instant-search-dropdown .products.products-list .product-items.list .product-item .product-item-info .product-item-details .price-box {
  margin-bottom: 0;
}
.mgs-instant-search-dropdown .products.products-list .product-items.list .product-item .product-item-info .product-item-details .price-box .price {
  font-size: 14px;
}
.mgs-instant-search-dropdown .products.products-list .product-items.list .product-item .product-item-info .product-item-details .price-box .old-price .price {
  margin-left: 5px;
}
@media (max-width: 991.98px) {
  .mgs-instant-search-dropdown {
    max-height: calc(100vh - 88px);
  }
  .mgs-instant-search-dropdown .products.products-list .product-items.list .product-item .product-item-info > .product-item-photo {
    flex: 0 0 65px;
    -ms-flex: 0 0 80px;
    max-width: 65px;
  }
  .mgs-instant-search-dropdown .products.products-list .product-items.list .product-item .product-item-info .product-item-details {
    flex: 0 0 calc(100% - 65px);
    -ms-flex: 0 0 calc(100% - 65px);
    max-width: calc(100% - 65px);
    padding: 0 0 0 10px;
  }
}
.form.minisearch.loading .control {
  position: relative;
}
.form.minisearch.loading .control:after {
  position: absolute;
  top: 13px;
  right: 15px;
  content: '\e812';
  font-family: "molla";
  margin-right: 10px;
  display: inline-block;
  color: transparent;
  border: 2px solid;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  width: 14px;
  height: 14px;
  border-radius: 50px;
  border-color: #616161 #E0E0E0 #E0E0E0 #E0E0E0;
  line-height: 1;
  z-index: 2;
  -webkit-animation: spin 1s infinite linear;
  -moz-animation: spin 1s infinite linear;
  -o-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
}
.form.minisearch.loading .control .mgs-instant-search-dropdown {
  display: none;
}
.form.minisearch.loading .action.search:before {
  opacity: 0;
}
.results.mgs-instant-search > div > .message {
  margin-top: 15px;
}
.results.mgs-instant-search > div + div {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #ededed;
}
.results.mgs-instant-search .block.block-title h4 {
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 15px;
  float: left;
}
.results.mgs-instant-search .block.block-title .view-more {
  float: right;
  line-height: 26px;
}
.results.mgs-instant-search .block.block-title:after {
  content: '';
  display: table;
  clear: both;
}
.results.mgs-instant-search .blog-grid .post-metas {
  padding: 20px 0;
}
.results.mgs-instant-search .blog-grid .post-metas .link-item {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: -.025em;
}
.results.mgs-instant-search .blog-grid .post-metas .meta-date > span {
  color: #999;
  font-size: 13px;
  line-height: 1.5;
}
.results.mgs-instant-search .pages-grid .page-items .item {
  margin: 0;
  line-height: 1;
}
.results.mgs-instant-search .pages-grid .page-items .item .page-item-info {
  padding: 10px 0;
}
.results.mgs-instant-search .pages-grid .page-items .item .page-item-title .page-item-link {
  font-size: 14px;
  font-weight: 400;
}
.results.mgs-instant-search .categories-grid .category-item .category-item-name {
  display: block;
  padding: 10px 0;
}
.results.mgs-instant-search .categories-grid .category-item .category-item-name .category-item-link {
  font-size: 14px;
  font-weight: 400;
}
.header4 .mgs-instant-search-dropdown .products.products-list .product-items.list .product-item,
.header5 .mgs-instant-search-dropdown .products.products-list .product-items.list .product-item,
.header8 .mgs-instant-search-dropdown .products.products-list .product-items.list .product-item,
.header4 .mgs-instant-search-dropdown .page-cms-items .page-cms-item,
.header5 .mgs-instant-search-dropdown .page-cms-items .page-cms-item,
.header8 .mgs-instant-search-dropdown .page-cms-items .page-cms-item,
.header4 .mgs-instant-search-dropdown .posts-list-items .post-item,
.header5 .mgs-instant-search-dropdown .posts-list-items .post-item,
.header8 .mgs-instant-search-dropdown .posts-list-items .post-item,
.header4 .mgs-instant-search-dropdown .categories-list .category-items .category-item,
.header5 .mgs-instant-search-dropdown .categories-list .category-items .category-item,
.header8 .mgs-instant-search-dropdown .categories-list .category-items .category-item {
  width: 100%;
}
.header4 .mgs-instant-search-dropdown .posts.posts-list .posts-list-items .post-item-info .post-item-details .post-item-name a,
.header5 .mgs-instant-search-dropdown .posts.posts-list .posts-list-items .post-item-info .post-item-details .post-item-name a,
.header8 .mgs-instant-search-dropdown .posts.posts-list .posts-list-items .post-item-info .post-item-details .post-item-name a {
  font-size: 14px;
}
/*!
 *  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/pt_PT/MGS_Fbuilder/css/fontawesome.v4.7.0/fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('../../frontend/Mgs/molla/pt_PT/MGS_Fbuilder/css/fontawesome.v4.7.0/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../../frontend/Mgs/molla/pt_PT/MGS_Fbuilder/css/fontawesome.v4.7.0/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../../frontend/Mgs/molla/pt_PT/MGS_Fbuilder/css/fontawesome.v4.7.0/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../../frontend/Mgs/molla/pt_PT/MGS_Fbuilder/css/fontawesome.v4.7.0/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../../frontend/Mgs/molla/pt_PT/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/pt_PT/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/pt_PT/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;
  }
}
.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/pt_PT/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/pt_PT/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;
}
@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/pt_PT/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/pt_PT/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/pt_PT/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/pt_PT/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; }
