@import url(https://fonts.googleapis.com/css2?family=Hind+Siliguri:wght@500;700&family=Lato:wght@400;900&display=swap);
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form-discount .g-recaptcha {
  margin-top: 50px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.login-container .g-recaptcha,
.form-login .g-recaptcha,
.form-edit-account .g-recaptcha {
  margin-bottom: 10px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.required-captcha.checkbox {
  position: absolute;
  display: block;
  visibility: visible;
  overflow: hidden;
  opacity: 0;
  width: 1px;
  height: 1px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.block.newsletter .field-recaptcha .field .control:before {
  content: none;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.review-form .field-recaptcha {
  margin-bottom: 10px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form.send.friend .g-recaptcha {
  margin-top: 40px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form.wishlist.share .g-recaptcha {
  margin-bottom: 40px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.product-info-stock-sku .configurable-variation-qty {
  display: none;
}
.block-minicart .block-content > .actions .smart-buttons {
  margin-top: 15px;
}
.pay-later-message {
  margin-top: 10px;
}
.smart-buttons > div > div {
  vertical-align: bottom;
}
.apple-pay {
  margin-top: 14px;
}
.cart-summary .apple-pay {
  margin-top: 11px;
}
.google-pay {
  margin-top: 14px;
}
.google-pay button {
  background-origin: content-box;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  border: 0;
}
.cart-summary .google-pay {
  margin-bottom: 14px;
}
@keyframes loading {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(359.9deg);
  }
}
@media only screen and (max-width: 1000px) and (min-width: 701px) {
  .ampromo-overlay .ampromo-gallery {
    width: 570px;
    margin: 0 auto 30px;
  }
  .ampromo-items-content {
    padding: 24px 54px;
  }
}
@media only screen and (max-width: 700px) {
  .ampromo-overlay .ampromo-gallery {
    width: 280px;
    margin: 0 auto;
  }
  .ampromo-items-content {
    padding: 24px 54px;
  }
  .ampromo-items-form .product-info-price > *:first-child,
  .ampromo-items-form .product-info-price > *:last-child {
    padding: 0;
  }
}
@media only screen and (max-width: 400px) {
  .ampromo-overlay .ampromo-gallery {
    margin: 0 auto 30px auto;
  }
  .ampromo-overlay .slick-prev,
  .ampromo-overlay .slick-next {
    display: none !important;
  }
  .ampromo-items-content {
    padding: 15px;
  }
}
.ambase-word-break {
  word-wrap: break-word;
  word-break: break-word;
}
.ie11 .ambase-word-break {
  word-break: break-all;
}
.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;
}
.ambrands-word-break {
  word-wrap: break-word;
  word-break: break-word;
}
.ie11 .ambrands-word-break {
  word-break: break-all;
}
#menu-magento-marketplace-partners {
  display: none;
}
.checkout-cart-index .empty-message {
  text-align: center;
  font-size: 30px;
  margin-bottom: 100px;
}
.checkout-cart-index .empty-cart-content {
  display: flex;
  flex-direction: row;
  margin-top: 100px;
  justify-content: space-between;
}
.checkout-cart-index .empty-cart-content-1-layout {
  padding: 0 25%;
  margin-top: 100px;
}
.checkout-cart-index .empty-cart-main-column.column-sidebar {
  width: 50%;
}
.checkout-cart-index .empty-cart-main-column .empty-cart-page-column {
  position: relative;
  padding-top: 75%;
}
.checkout-cart-index .empty-cart-main-column .empty-cart-page-column .empty-cart-column-content {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  font-family: "Times New Roman";
}
.checkout-cart-index .empty-cart-main-column .empty-cart-page-column .empty-cart-column-content .content-title {
  margin: 0 auto 20px auto;
  font-size: 25px;
  text-transform: uppercase;
}
.checkout-cart-index .empty-cart-main-column .empty-cart-page-column .empty-cart-column-content .content-text {
  margin: 0 0 .9375rem;
  line-height: 1.2;
  font-size: 16px;
  text-align: center;
}
.checkout-cart-index .empty-cart-main-column .empty-cart-page-column .empty-cart-column-content .content-button {
  padding: 10px;
  background: black;
  cursor: pointer;
  margin: 12px auto;
  color: white;
  border: 1px solid black;
}
.checkout-cart-index .empty-cart-main-column .empty-cart-page-column .empty-cart-column-content .content-button:hover {
  background: white !important;
  color: black !important;
}
.checkout-cart-index .empty-cart-sidebar-column {
  width: 30%;
}
.checkout-cart-index .empty-cart-sidebar-column .sidebar-content {
  background: #d8d8d8;
  text-align: center;
  margin: 10px;
  padding: 20px;
}
.checkout-cart-index .empty-cart-sidebar-column .sidebar-content p.sidebar-text {
  font-family: 'Roboto,sans-serif';
  margin: 0 0 15px;
  line-height: 1.2;
}
.checkout-cart-index .empty-cart-sidebar-column .sidebar-content h2.sidebar-title {
  font: 700 20px Roboto Condensed, sans-serif;
  text-transform: uppercase;
}
.checkout-cart-index .empty-cart-products {
  margin-top: 150px;
}
@media only screen and (max-width: 768px) {
  .checkout-cart-index .empty-cart-sidebar-column {
    width: unset;
  }
  .checkout-cart-index .empty-cart-content {
    flex-direction: column !important;
  }
  .checkout-cart-index .empty-cart-content-1-layout {
    padding: unset !important;
    margin-top: 100px;
  }
  .checkout-cart-index .empty-cart-main-column {
    width: 100%;
    margin-bottom: 100px;
  }
  .checkout-cart-index .empty-cart-main-column.column-sidebar {
    width: unset;
  }
  .checkout-cart-index .empty-cart-main-column .content-text {
    font-size: 3vw !important;
  }
  .checkout-cart-index .empty-cart-main-column .content-title {
    font-size: 8vw !important;
  }
  .checkout-cart-index .empty-cart-main-column .content-button {
    padding: 3vw !important;
    margin: 4vw auto !important;
    font-size: 3vw;
  }
}
.block.block-dashboard-info .block-content {
  display: flex;
}
.mnm-card-content {
  height: 300px;
  width: 100%;
  position: relative;
}
.mnm-card-content .qr-image {
  position: absolute;
  left: -150px;
  top: -15px;
}
.mnm-crm-card {
  background: url('https://cdn.rossmann.com.tr/mnresize/815/500/media/wysiwyg/crm_card_bg.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 100%;
  height: 300px;
  position: relative;
  color: #ffffff;
}
.mnm-crm-card > .mnm-crm-card-user-name {
  position: absolute;
  font-size: 18px;
  bottom: 50px;
  left: 15px;
}
.mnm-crm-card > .mnm-crm-card-number {
  position: absolute;
  font-size: 24px;
  bottom: 15px;
  left: 15px;
}
.mnm-pod-otp-modal {
  width: 50%;
  left: 25%;
}
.mnm-otp-confirm-message {
  padding: 10px;
  margin-bottom: 15px;
  background: #c3002e;
  color: #ffffff;
  display: flex;
  height: 40px;
  align-items: center;
}
.mnm-confirm-phone-number {
  border: 1px solid #ffffff;
  border-radius: 15px;
  padding: 3px 15px;
  margin-left: 15px;
  background: #ffffff;
  color: #c3012e !important;
  font-weight: bold;
  width: 100px;
  text-align: center;
}
.timer-container {
  position: relative;
  width: 150px;
  margin: 0 auto;
}
.timer-controlls {
  position: absolute;
  left: calc(5%);
  top: calc(17%);
  text-align: center;
}
.display-remain-time {
  font-weight: 100;
  font-size: 38px;
  color: #c3012e;
}
.e-c-base {
  fill: none;
  stroke: #B6B6B6;
  stroke-width: 4px;
}
.e-c-progress {
  fill: none;
  stroke: #c3012e;
  stroke-width: 4px;
  transition: stroke-dashoffset 0.7s;
}
.e-c-pointer {
  fill: #FFF;
  stroke: #c3012e;
  stroke-width: 2px;
}
#e-pointer {
  transition: transform 0.7s;
}
.resend-button {
  border-color: green;
  background-color: green;
}
.bc-red {
  border: 2px solid #b8002c;
}
.bc-green {
  border: 2px solid green;
}
.bc-transparent {
  border-color: transparent;
}
.c-red {
  color: #c3012e;
}
.modal-popup .action-close {
  right: 15px !important;
  top: 10px !important;
}
.action-close:before {
  color: black;
  content: '\e616' !important;
  font-family: EE-Icons !important;
  font-size: 1em !important;
  cursor: pointer;
}
.mnm-otp-modal-crm {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  margin-bottom: 30px;
  margin-top: 30px;
}
.mnm-otp-modal-crm .mnm-timer-description {
  text-align: center;
  width: 60%;
}
.mnm-otp-modal-crm .mnm-timer-description .mnm-otp-sub-info {
  font-size: 18px;
  margin-bottom: 30px;
}
.mnm-otp-modal-crm .mnm-otp-input input {
  height: 50px;
  width: 175px;
  font-size: 32px;
  letter-spacing: 5px;
  text-align: center;
}
.mnm-phone-number-edit {
  padding: 10px;
  margin-bottom: 15px;
  background: #FFF;
  color: #c3012e;
  border: 1px solid #c3002e;
  display: flex;
  align-items: center;
}
.mnm-phone-number-edit-button {
  border: 1px solid #ffffff;
  border-radius: 15px;
  padding: 3px 15px;
  margin-left: 15px;
  background: #c3012e !important;
  color: #ffffff !important;
  font-weight: bold;
  width: 100px;
  height: 30px;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
}
.fieldset.create.info {
  display: flex;
}
.fieldset.create.info .field-name-firstname {
  width: 50%;
  margin-right: 15px;
  margin-bottom: 0;
}
.fieldset.create.info .field-name-lastname {
  width: 50%;
}
fieldset.fieldset.create.account {
  display: flex;
  flex-direction: column;
}
.field select.gender-select {
  border-radius: 8px;
  border: solid 1px #c2c2c2;
  background-color: #fff;
  height: 40px;
}
.field.telephone.required {
  order: 1;
}
.field.gender.required {
  order: 3;
}
.field.required {
  order: 2;
}
.field.password.required {
  order: 4;
}
.field.date.field-dob {
  order: 6;
}
.field.confirmation.required {
  order: 5;
}
@media only screen and (max-width: 1023px) {
  .mnm-difference-price {
    width: auto !important;
  }
  .mnm-difference-price .card-image {
    align-self: center;
  }
  .mnm-difference-price .price-text {
    font-size: 16px !important;
  }
  .pageLeftTop {
    display: flex;
  }
  .backtoShopping {
    position: relative !important;
  }
  .mnm-otp-modal-crm {
    flex-direction: column;
  }
  .mnm-pod-otp-modal {
    width: 100%;
    left: unset;
  }
  .mnm-otp-modal-crm .mnm-otp-input input {
    height: 50px;
    width: 100%;
  }
  .mnm-otp-modal-crm .mnm-timer-description {
    width: 100%;
    margin-top: 15px;
  }
  .block.block-dashboard-info .block-content {
    flex-direction: column-reverse;
  }
  .mnm-crm-card {
    height: 225px;
  }
  .mnm-card-content {
    height: 225px;
    width: 100%;
    position: relative;
  }
  .mnm-card-content .qr-image {
    position: absolute;
    right: 0;
    left: unset;
    top: unset;
  }
  .mnm-otp-confirm-message {
    height: unset;
    font-size: 16px;
    flex-direction: column;
    padding: 15px;
  }
  .mnm-confirm-phone-number {
    margin-top: 10px;
  }
}
.checkout-index-index .cart-price .price.del {
  display: none !important;
}
.cart-summary tr.totals .title.-enabled:after,
.totals.discount .title.-enabled:after {
  display: none !important;
}
.mnm-mega-menu-inner-block {
  display: flex;
}
.mnm-mega-menu-inner-block .cat-image-field {
  margin-left: auto;
  height: 300px;
}
.mnm-mega-menu-inner-block .mnm-inner-categories {
  padding: 30px 10px 10px 70px;
  display: flex;
}
.mnm-mega-menu-inner-block ul {
  padding: 0 40px 0 0;
}
.mnm-extrawidgets-subcategories ul {
  padding: 0;
}
.mnm-nested-content {
  display: flex;
}
.mnm-nested-content .mnm-nested-panel {
  display: none;
  flex-direction: column;
  align-items: flex-start;
  flex-wrap: nowrap;
  width: 100%;
  margin-right: 30px;
  flex: 1;
  border-right: 1px solid #e1d7ca;
}
.mnm-nested-content .mnm-nested-panel:first-child {
  display: flex;
}
.mnm-nested-content .mnm-nested-panel:first-child .mnm-nested-sub {
  display: flex;
}
.mnm-nested-content .mnm-nested-panel:first-child .mnm-nested-sub a.active {
  background-color: #ead9d1;
  border: solid 1px #e1d7ca;
  border-radius: 0 15px 15px 0;
  font-weight: bold;
}
.mnm-nested-content .mnm-nested-panel:first-child .mnm-nested-sub a.active:after {
  right: 6px;
  top: 6px;
  position: absolute;
  content: ' ';
  width: 10px;
  height: 15px;
  background-size: 100% 100%;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAkCAMAAABR74GsAAAARVBMVEVHcEwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADZo62CAAAAFnRSTlMA88hrJlHh+wwXejVe60PVBK+4h6GUocMULgAAAJJJREFUeNqN08UBwzAQRFEzM2z/nYZMmugH5viMWggeqarAT2wWe9jYI80bpvlT81R1NHtxJ1pEG4f1P1z2G7eJcrZxppwcXCq3G/fKdbhxVAh3HzjfeBrg6GajcmNbFq+kr6zK1c7zb8U34NdSgz9L6RRdDiem6gxYyQ216twh7GbRQ+d5HCacKJ4+nlSeatyAO06aFO4JxRmqAAAAAElFTkSuQmCC);
}
.mnm-nested-content .mnm-nested-panel .mnm-nested-sub {
  display: none;
  flex-direction: column;
  align-items: flex-start;
  flex-wrap: nowrap;
  width: 100%;
}
.mnm-nested-content .mnm-nested-panel .mnm-nested-sub a {
  width: 92%;
  color: black;
  font-size: 16px;
  font-weight: 100;
  line-height: 1.81;
  color: #3a3a3a;
  padding-left: 5px;
  position: relative;
}
.mnm-nested-content .mnm-nested-panel:nth-child(2) {
  display: flex;
}
.mnm-nested-content .mnm-nested-panel:nth-child(2) .mnm-nested-sub:first-child {
  display: flex;
}
.mnm-jet-menu .js-navbar-collapse ul.navbar-nav .mega-dropdown:hover:after {
  content: ' ';
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHgAAAAkCAMAAAB19g5sAAAAXVBMVEVHcEzEAC/EAC/EAC/IADjFAC/EAC7EAC7GADLEAC7EAC/FADDlAEXEAC7FAC/DAC7////RPF/++/zGDDfWVHLJGkP33uTNKlD0ztb99ffvvMj77O/nm63ecovbZYACldSWAAAAD3RSTlMAkXy6EVns+CLcqD0FyGubS2mIAAABkUlEQVR42mJg5h8IAGitLpCQh4EwDG8bF9jUcLj/LX+ByUDQr/KMom/bmLFkDcOajj/pGh6jIqKKUX176D51D23POC2JSGrGXNqUdsP77i6l9sKwNf2nGHJOKX0oD7v035lBq0hXggFNutkMr91NumngmXVjNXTHubzl0jZ30TuuKVPoGF8dy/L2mK7ay8gHTfDM7nO54bsmd3vGaEt3UWDlfbra38tNfgvtmkCPpGNEzrT966WAFBUiuIGVD7Z8+JCKMniClVMpXcrpBhKRXtQMKBZPucAQTtIbniFDLh/KLQWe0NPLu/RoN7sLH1Td7rHbMchZ+qgGy4eUHeDuytIXa7Q8vivpK2Ww8unaPTFKSCKgDDiN6vpIP1mHlvFuTQjpGdIwSAcCrQ0vSFiC2RUvxawJht80frs463k+p2iCMPd5mzrSNMrNyVaSplNT71rj2Q+CNzyaqyXNFcnWjscwPtBSQuXQqlCSFhVqYfgHV+HVMWKo/ac716tKWcJNqau68ivntGGjtXPC1+swvvkXh5C3CtC/aaYAAAAASUVORK5CYII=);
  width: 40px;
  height: 11px;
  background-size: 100% 100%;
  display: block;
  position: absolute;
  bottom: -10px;
  z-index: 1030;
  margin-left: 25px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
*/
@media only screen and (min-device-width: 320px) and (max-device-width: 780px) and (orientation: landscape) {
  .product-video {
    height: 100%;
    width: 81%;
  }
}
/**
& when (@media-common = true) {

    .bundle-actions {
        &:extend(.abs-box-tocart all);
        .action.primary {
            &:extend(.abs-button-l all);
        }
    }

    .bundle-options-container {
        clear: both;
        margin-bottom: @indent__xl;

        .legend.title {
            .lib-heading(h2);
        }

        .product-add-form {
            display: none;
        }

        .input-text.qty {
            &:extend(.abs-input-qty all);
        }

        .product-options-wrapper {
            margin-bottom: @indent__l;
        }

        .action.back {
            margin-bottom: @indent__l;
        }

        .price-box {
            .price {
                font-size: @font-size__l;
                font-weight: @font-weight__bold;
            }
        }

        .price-notice {
            &:extend(.abs-adjustment-incl-excl-tax all);
        }

        .block-bundle-summary {
            &:extend(.abs-add-box-sizing all);
            .lib-css(background, @secondary__color);
            padding: @indent__s @indent__base;

            > .title > strong {
                .lib-heading(h2);
            }

            .bundle-summary {
                margin-top: @indent__l;

                &.empty {
                    display: none;
                }

                > .subtitle {
                    .lib-heading(h3);
                    display: block;
                }
            }

            .bundle.items {
                &:extend(.abs-reset-list all);

                > li {
                    margin-bottom: @indent__s;
                }
            }

            .box-tocart {
                .actions {
                    display: inline-block;
                    margin-bottom: @indent__s;
                }

                .action.primary {
                    &:extend(.abs-button-l all);
                }
            }

            .product-addto-links {
                > .action {
                    &:extend(.abs-action-addto-product all);
                    vertical-align: top;
                }
            }
        }
        .nested {
            .field.qty {
                .label {
                    .lib-css(font-weight, @form-field-label__font-weight);
                    .lib-css(margin, 0 0 @indent__xs);
                    display: inline-block;
                }

                .lib-css(margin-top, @form-field__vertical-indent);
            }
        }

        p.required {
            .lib-css(color, @form-field-label-asterisk__color);
        }

        .product-options-bottom {
            clear: left;
        }
    }
}

//
//  Desktop
//  _____________________________________________

.media-width(@extremum, @break) when (@extremum = 'min') and (@break = @screen__m) {
    .bundle-options-container {
        .legend.title {
            &:extend(.abs-reset-left-margin-desktop all);
        }

        .bundle-options-wrapper,
        .product-options-wrapper {
            float: left;
            width: 57%;
        }

        .block-bundle-summary {
            float: right;
            position: relative;
            width: 40%;
        }

        .bundle-options-wrapper,
        .block-bundle-summary {
            .page-layout-2columns-left &,
            .page-layout-2columns-right &,
            .page-layout-3columns & {
                width: 48%;
            }
        }
    }
}
**/
@media (min-width: 978px) {
  .product.attribute.description img {
    display: flex;
    margin: auto;
  }
}
@media (max-width: 978px) {
  .product.attribute.description img {
    width: 100%;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .mnm-jet-menu {
    display: block;
  }
}
@media (min-width: 700px) and (max-width: 1024px) {
  .catalog-product-view .page-wrapper .product-info-main-area .page-main {
    display: flex !important;
  }
  .catalog-product-view .page-wrapper .product-info-main-area .page-main .product.media {
    width: 48% !important;
  }
  .catalog-product-view .page-wrapper .product-info-main-area .page-main .product-info-main {
    width: 52% !important;
  }
}
@media only screen and (max-width: 1024px) {
  .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;
  }
}
body.has-mnm-top-banner .page-wrapper {
  padding-top: 130px !important;
}
@media (min-width: 978px) {
  body.has-mnm-top-banner .page-wrapper {
    padding-top: 170px !important;
  }
}
@media (max-width: 978px) {
  body.cms-calisan-dunyamiz .page-wrapper,
  body.cms-kariyer .page-wrapper,
  body.cms-bize-ulasin .page-wrapper,
  body.cms-kariyer-dunyamiz .page-wrapper,
  body.cms-kariyer-dunyamiz-test .page-wrapper,
  body.cms-ayricaliklarimiz .page-wrapper {
    padding-top: 89px !important;
  }
}
@font-face {
  font-family: 'EE-Icons';
  src: url(../../../../../frontend/Mnm/jet/tr_TR/Sirius_ElasticsearchAutocomplete/css/EE-Icons.ttf);
}
div.block-search {
  z-index: 6;
}
div.block-search input[id^=search_] {
  transition: background 0s;
}
div.block-search input[id^=search_].in-progress {
  background-size: 30px 30px !important;
  background: url(../../Sirius_ElasticsearchCore/images/loader.gif) no-repeat 89% 50% #ffffff;
}
@media only screen and (max-width: 767px) {
  body:not(._has-modal):not(._has-modal-custom) header.page-header {
    position: relative;
    z-index: 999;
  }
}
@media only screen and (max-width: 767px) {
  BODY {
    overflow: auto !important;
  }
}
BODY .nav-sections,
BODY .breadcrumbs,
BODY #maincontent {
  filter: none;
}
BODY.ea-no-result {
  overflow: inherit;
}
BODY.ea-no-result div.ea-search-autocomplete-no-result {
  display: block;
}
BODY.ea-autocomplete div.ea-search-autocomplete {
  opacity: 1;
  overflow: inherit;
}
BODY.ea-autocomplete div.ea-search-autocomplete {
  height: auto;
}
div.ea-overlay {
  display: block;
  opacity: 0;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 0px;
  bottom: 0px;
  z-index: 0;
  background: rgba(0, 0, 0, 0.3);
}
div.ea-search-autocomplete {
  display: block;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  width: 900px;
  height: 0px;
  left: -600px;
  z-index: 999;
}
div.ea-search-autocomplete.no-product {
  width: 299px;
  left: -35px;
}
div.ea-search-autocomplete.no-product .left {
  border-right: none !important;
}
div.ea-search-autocomplete.no-product .right {
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  div.ea-search-autocomplete {
    width: 617px;
    left: -352px;
  }
}
@media only screen and (max-width: 767px) {
  div.ea-search-autocomplete {
    width: auto;
    left: 15px;
    right: 15px;
  }
}
div.ea-search-autocomplete div.content {
  display: flex;
  flex-wrap: nowrap;
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.5);
  margin-top: -1px;
  z-index: 9;
  padding: 0px;
  top: 9px;
  position: relative;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  div.ea-search-autocomplete div.content {
    flex-direction: column-reverse;
  }
}
div.ea-search-autocomplete div.content span.section {
  padding-left: 12px;
  right: 0px;
  display: block;
  padding: 5px;
  text-align: center;
}
div.ea-search-autocomplete div.content span.section .section-name {
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  padding-left: 8px;
  font-weight: 100;
  letter-spacing: 0.05em;
}
div.ea-search-autocomplete div.content span.section span.section-amount {
  float: right;
}
div.ea-search-autocomplete div.content div.left {
  min-width: 300px;
  max-width: 300px;
  border-right: 1px solid #dedede;
}
@media only screen and (max-width: 767px) {
  div.ea-search-autocomplete div.content div.left {
    max-width: inherit;
    min-width: inherit;
    margin-right: 0px;
  }
}
div.ea-search-autocomplete div.content div.left div#ea-suggests:not(:empty),
div.ea-search-autocomplete div.content div.left div#ea-categories:not(:empty),
div.ea-search-autocomplete div.content div.left div#ea-cms:not(:empty) {
  text-align: center;
  margin-bottom: 15px;
}
div.ea-search-autocomplete div.content div.left div#ea-suggests:not(:empty) span.section,
div.ea-search-autocomplete div.content div.left div#ea-categories:not(:empty) span.section,
div.ea-search-autocomplete div.content div.left div#ea-cms:not(:empty) span.section {
  text-align: left;
  margin-bottom: 15px;
}
div.ea-search-autocomplete div.content div.left div#ea-suggests:not(:empty) a,
div.ea-search-autocomplete div.content div.left div#ea-categories:not(:empty) a,
div.ea-search-autocomplete div.content div.left div#ea-cms:not(:empty) a {
  text-decoration: none;
}
div.ea-search-autocomplete div.content div.left div.ea-category,
div.ea-search-autocomplete div.content div.left div.ea-cms,
div.ea-search-autocomplete div.content div.left div.ea-suggest {
  text-align: left;
  padding: 5px 10px;
}
div.ea-search-autocomplete div.content div.left div.ea-category:hover,
div.ea-search-autocomplete div.content div.left div.ea-cms:hover,
div.ea-search-autocomplete div.content div.left div.ea-suggest:hover {
  text-decoration: underline;
}
div.ea-search-autocomplete div.content div.left div.ea-suggest span.count {
  float: right;
}
div.ea-search-autocomplete div.content div.left.hidden {
  display: none;
}
div.ea-search-autocomplete div.content div.right {
  width: 100%;
}
div.ea-search-autocomplete div.content div.right div#ea-all-results {
  text-align: right;
  padding-right: 5px;
}
@media only screen and (max-width: 767px) {
  div.ea-search-autocomplete div.content div.right div#ea-all-results {
    padding-bottom: 5px;
  }
}
div.ea-search-autocomplete div.content div.right div#ea-products div.ea-products-grid {
  display: flex;
  flex-wrap: wrap;
  min-width: 300px;
  padding: 8px;
}
div.ea-search-autocomplete div.content div.right div#ea-products div.ea-products-grid div.ea-product {
  margin-bottom: 10px;
  margin-right: 1%;
  min-width: 49%;
  max-width: 49%;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  div.ea-search-autocomplete div.content div.right div#ea-products div.ea-products-grid div.ea-product {
    min-width: 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  div.ea-search-autocomplete div.content div.right div#ea-products div.ea-products-grid div.ea-product {
    min-width: 100%;
    max-width: 100%;
  }
}
div.ea-search-autocomplete div.content div.right div#ea-products div.ea-products-grid div.ea-product div.ea-image {
  height: 100%;
  float: left;
}
div.ea-search-autocomplete div.content div.right div#ea-products div.ea-products-grid div.ea-product.selected .info {
  background: #F5F5F5;
}
div.ea-search-autocomplete div.content div.right div#ea-products div.ea-products-grid div.ea-product p.old-price {
  text-decoration: line-through;
  float: left;
  margin-right: 10px;
}
div.ea-search-autocomplete div.content div.right div#ea-products div.ea-products-grid div.ea-product a {
  text-decoration: none;
}
div.ea-search-autocomplete div.content div.right div#ea-products div.ea-products-grid div.ea-product a span.name {
  color: black;
  font-weight: 600;
}
div.ea-search-autocomplete div.content div.right div#ea-products div.ea-products-grid div.ea-product a span.category {
  color: black;
  display: block;
  font-size: 0.8em;
}
div.ea-search-autocomplete div.content div.right div#ea-products div.ea-products-grid div.ea-product a div.price-box {
  font-size: 0.9em;
}
div.ea-search-autocomplete div.content div.right div#ea-products div.ea-products-grid div.ea-product a span.price-label {
  color: black;
}
div.ea-search-autocomplete div.content div.right div#ea-products div.ea-products-grid div.ea-product a p.price-from {
  margin-bottom: 0px;
}
div.ea-search-autocomplete:before {
  content: '';
  width: 0;
  height: 5px;
  display: block;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom-width: 7px;
  border-bottom-style: solid;
  background: transparent;
  border-top: none;
  margin-left: 86%;
  top: -4px;
  position: absolute;
  z-index: 1000;
}
@media only screen and (max-width: 767px) {
  div.ea-search-autocomplete:before {
    margin-left: 49%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1700px) {
  div.ea-search-autocomplete:before {
    margin-left: 50%;
  }
}
div.ea-search-autocomplete-no-result {
  display: none;
  position: absolute;
}
div.ea-search-autocomplete-no-result div.content {
  text-align: center;
  border-width: 1px;
  border-style: solid;
  margin-top: -1px;
  z-index: 9;
  padding: 5px;
  box-shadow: #808080 0px 4px 5px -2px;
}
div.ea-search-autocomplete-no-result:before {
  content: '';
  width: 0;
  height: 5px;
  display: block;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom-width: 7px;
  border-bottom-style: solid;
  background: transparent;
  border-top: none;
  margin-left: 49%;
  top: -4px;
}
/* search results page */
/* pages and categories lists */
div.result-list ul {
  padding: 0px;
}
div.result-list ul li {
  list-style: none;
}
/************************* ULTIMO *********************************************/
/* ULTIMO : search box on the right */
div.right-column div.ea-search-autocomplete,
ul.right-column div.ea-search-autocomplete {
  right: 0px;
  left: inherit;
}
/* ULTIMO : search box on the center */
div.central-column div.ea-search-autocomplete,
ul.central-column div.ea-search-autocomplete {
  left: -300px;
}
div.central-column div.ea-search-autocomplete.no-product,
ul.central-column div.ea-search-autocomplete.no-product {
  left: 35px;
}
div.central-column div.ea-search-autocomplete:before,
ul.central-column div.ea-search-autocomplete:before {
  margin-left: 49%;
}
@media only screen and (min-width: 770px) and (max-width: 1023px) {
  div.central-column div.ea-search-autocomplete,
  ul.central-column div.ea-search-autocomplete {
    left: -206px;
  }
}
/* ULTIMO : search box on the left */
div.left-column div.ea-search-autocomplete,
ul.left-column div.ea-search-autocomplete {
  left: 0px;
}
div.left-column div.ea-search-autocomplete:before,
ul.left-column div.ea-search-autocomplete:before {
  margin-left: 6%;
}
@media only screen and (max-width: 769px) {
  div#header-search.ultimo div.ea-search-autocomplete {
    width: auto;
    left: 0px;
    right: 0px;
  }
  div#header-search.ultimo div.ea-search-autocomplete:before {
    margin-left: 49%;
  }
}
div.ea-debug {
  background: #FAFAFA;
  padding: 10px;
  border: 1px solid #CCC;
  border-radius: 5px;
  position: fixed;
  top: 10px;
  left: 10px;
  width: 300px;
  z-index: 900;
  height: auto;
  cursor: move;
  box-shadow: 0px 0px 15px -7px #000000;
}
@media only screen and (max-width: 767px) {
  div.ea-debug {
    display: none;
  }
}
div.ea-debug div#ea-lest-request {
  display: none;
}
div.ea-debug div#ea-debug {
  display: none;
}
div.ea-debug.visible div#ea-debug {
  display: block;
}
div.ea-debug.visible h3.title {
  margin-bottom: 0px;
}
div.ea-debug.visible h3.title:after {
  content: '\e621';
}
div.ea-debug h3.title {
  margin-bottom: 0px;
  margin-top: 0px;
}
div.ea-debug h3.title:after {
  margin-right: 10px;
  content: '\e622';
  font-family: EE-Icons;
  float: right;
}
div.ea-debug span.ea-debug-label {
  font-weight: bold;
  display: inline-block;
  width: 200px;
}
div.ea-debug span.ea-debug-yes {
  color: green;
}
div.ea-debug span.ea-debug-no {
  color: red;
}
div.ea-debug.ultimo h3.title {
  font-size: 18px;
}
.ea-template-hint-container {
  border: 1px dashed cadetblue;
  margin: 2px;
}
div.ea-template-hint {
  text-align: left;
  max-height: 55px;
  white-space: nowrap;
  padding: 2px;
  background: cadetblue;
  color: #ffffff;
  font-size: 10px;
  font-family: monospace;
  overflow: hidden;
  border: 1px solid white;
}
div.ea-template-hint.selected {
  background: maroon;
}
div.ea-template-hint:hover {
  min-width: 400px;
}
div.ea-template-hint a {
  text-decoration: none;
  color: white;
}
@media all and (min-width: 1025px), print {
  .ampromo-items-content {
    max-width: 960px;
    width: 100%;
  }
  .amslider .slide {
    flex-basis: auto;
    margin: 0 20px 20px 0;
    max-width: 32%;
  }
  .filter-options-content .am-filter-price {
    width: 43%;
  }
  .amslider-container.am-swiper-slider {
    width: 85%;
  }
  .ambrands-letters-filter .ambrands-letter {
    margin: 0 7px 7px 0;
  }
  .ambrands-letters-list .ambrands-letter {
    padding-right: 30px;
    width: inherit;
  }
  .ambrands-list-popup {
    position: absolute;
    width: 600px;
    height: 415px;
    border-radius: 3px;
    background: #fff;
    box-shadow: 0 2px 7px rgba(131, 136, 141, 0.13), 0 10px 15px rgba(131, 136, 141, 0.13);
    opacity: 0;
    transition: all .5s ease;
    pointer-events: none;
  }
  .ambrands-menu-item:hover .ambrands-list-popup,
  .ammenu-item:hover .ambrands-list-popup {
    display: block;
    opacity: 1;
    pointer-events: auto;
  }
  .ambrands-list-container {
    display: flex;
    height: 100%;
    font-size: 0;
  }
  .ambrands-list-popup .ambrands-letters-filter {
    display: block;
    overflow: auto;
    box-sizing: border-box;
    padding: 20px 14px 0;
    min-width: calc(((34px + 12px) * 4) + (14px * 2));
    width: calc(((34px + 12px) * 4) + (14px * 2));
    height: 100%;
    background: #fbfbfb;
    font-size: 0;
  }
  .ambrands-list-popup .ambrands-letters-filter .ambrands-letter {
    display: inline-flex;
    margin: 0 6px 12px;
  }
  .ambrands-list-popup .ambrands-letters-filter .ambrands-letter.-letter-all {
    margin-bottom: 30px;
    width: calc(100% - 12px);
  }
  .ambrands-popup-items {
    display: inline-block;
    overflow: auto;
    box-sizing: border-box;
    padding: 20px;
    width: 100%;
    height: 100%;
    font-size: 14px;
  }
  .ambrands-popup-items .ambrands-letters-list {
    width: 100%;
  }
  .ambrands-popup-items .ambrands-letters-list .ambrands-letter {
    margin-bottom: 30px;
    padding-right: 0;
  }
  .ambrands-popup-items .ambrands-letters-list:last-child .ambrands-letter {
    margin-bottom: 0;
  }
  .ambrands-popup-items .ambrands-letters-list .ambrands-brand-item {
    min-width: 100px;
  }
  .ambrands-popup-items .ambrands-letters-list .ambrands-brand-item {
    min-width: 100px;
  }
  .ambrands-popup-items .ambrands-letters-list .ambrands-brand-item .ambrands-label {
    max-width: 130px;
  }
  .ambrands-popup-items .ambrands-letters-list .ambrands-brand-item.-no-logo {
    max-width: 102px;
  }
  .ambrands-popup-items .ambrands-letter .ambrands-brand-item .ambrands-empty {
    font-weight: 400;
    font-size: 40px;
  }
  .amxnotif-block .input-fields {
    margin-bottom: 0;
  }
  .category .subscribe-popup .notification-container {
    margin-top: 20px;
  }
  .category .subscribe-popup {
    width: 30%;
  }
  .wishlist-index-index .products-grid .product-items {
    margin: 0;
  }
  .wishlist-index-index .products-grid .product-item {
    margin-left: calc((100% - 4 * 24.439%) / 3);
    padding: 0;
    width: 24.439%;
  }
  .wishlist-index-index .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .products-grid .product-item {
    width: 20%;
  }
  .page-layout-1column .products-grid .product-item {
    width: 16.66666667%;
  }
  .page-layout-3columns .products-grid .product-item {
    width: 25%;
  }
  .page-products .products-grid .product-items {
    margin: 0;
  }
  .page-products .products-grid .product-item {
    margin-left: 2%;
    padding: 0;
    width: calc((100% - 6%) / 4);
  }
  .page-products .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 2%;
  }
  .page-products .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .page-products.page-layout-1column .products-grid .product-item {
    margin-left: 0;
    width: 20%;
  }
  .page-products.page-layout-3columns .products-grid .product-item {
    margin-left: 1%;
    width: 32.667%;
  }
  .page-products.page-layout-3columns .products-grid .product-item:nth-child(3n) {
    margin-left: 1%;
  }
  .page-products.page-layout-3columns .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
  .checkout-index-index .modal-popup .modal-inner-wrap {
    margin-left: -400px;
    width: 800px;
    left: 50%;
  }
  .opc-wrapper .shipping-address-item {
    width: 30%;
    min-height: 300px;
    min-width: 280px;
    margin-right: 15px;
  }
  .opc-wrapper .shipping-address-item:before {
    background: #cccccc;
    height: calc(100% - 20px);
    content: '';
    left: 0;
    position: absolute;
    top: 0;
    width: 1px;
  }
  .opc-wrapper .shipping-address-item:nth-child(3n + 1):before {
    display: none;
  }
  .opc-wrapper .shipping-address-item.selected-item:before {
    display: none;
  }
  .opc-wrapper .shipping-address-item.selected-item + .shipping-address-item:before {
    display: none;
  }
  .table-checkout-shipping-method {
    min-width: 100%;
  }
  .block.widget .products-grid .product-item {
    width: 20%;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 8%) / 5);
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 2%;
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(5n + 1) {
    margin-left: 0;
  }
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 25%;
  }
  .block.widget .products-grid .product-items {
    margin: 0;
  }
  .block.widget .products-grid .product-item {
    margin-left: calc((100% - 4 * 24.439%) / 3);
    padding: 0;
    width: 24.439%;
  }
  .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
}
@media all and (min-width: 1025px), print {
  .abs-product-options-list-desktop dt,
  .block-giftregistry-shared .item-options dt {
    clear: left;
    float: left;
    margin: 0 10px 5px 0;
  }
  .abs-product-options-list-desktop dt:after,
  .block-giftregistry-shared .item-options dt:after {
    content: ': ';
  }
  .abs-product-options-list-desktop dd,
  .block-giftregistry-shared .item-options dd {
    display: inline-block;
    float: left;
    margin: 0 0 5px;
    word-break: break-all;
  }
  .abs-button-desktop {
    width: auto;
  }
  .abs-blocks-2columns,
  .column .block-addbysku .block-content .box,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box,
  .login-container .block,
  .account .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 {
    width: 48.8%;
  }
  .abs-blocks-2columns:nth-child(odd),
  .column .block-addbysku .block-content .box:nth-child(odd),
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box:nth-child(odd),
  .login-container .block:nth-child(odd),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(odd),
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box:nth-child(odd),
  .sales-guest-view .column.main .block:not(.widget) .block-content .box:nth-child(odd) {
    clear: left;
    float: left;
  }
  .abs-blocks-2columns:nth-child(even),
  .column .block-addbysku .block-content .box:nth-child(even),
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box:nth-child(even),
  .login-container .block:nth-child(even),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(even),
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box:nth-child(even),
  .sales-guest-view .column.main .block:not(.widget) .block-content .box:nth-child(even) {
    float: right;
  }
  .abs-reset-left-margin-desktop,
  .column.main .magento-payments-review .actions-toolbar,
  .gift-summary .actions-toolbar,
  .cart.table-wrapper .gift-summary .actions-toolbar,
  .column.main .block-giftregistry-shared-items .actions-toolbar,
  .form-new-agreement .fieldset .legend,
  .form-new-agreement .actions-toolbar,
  .column.main .paypal-review .actions-toolbar,
  .wishlist-index-index .main .form-wishlist-items .actions-toolbar,
  .column.main .cart-summary .actions-toolbar,
  .cart.table-wrapper .item-actions .actions-toolbar {
    margin-left: 0;
  }
  .abs-action-remove-desktop,
  .abs-add-fields-desktop .fieldset .additional .action.remove,
  .form-giftregistry-share .fieldset .additional .action.remove,
  .form-giftregistry-edit .fieldset .additional .action.remove,
  .form-add-invitations .fieldset .additional .action.remove,
  .form-create-return .fieldset .additional .action.remove,
  .form.send.friend .fieldset .additional .action.remove {
    margin-left: 75.8%;
    top: 6px;
  }
  .abs-add-fields-desktop .fieldset .field:not(.choice) .control,
  .form-giftregistry-share .fieldset .field:not(.choice) .control,
  .form-giftregistry-edit .fieldset .field:not(.choice) .control,
  .form-add-invitations .fieldset .field:not(.choice) .control,
  .form-create-return .fieldset .field:not(.choice) .control,
  .form.send.friend .fieldset .field:not(.choice) .control {
    width: 50%;
  }
  .abs-margin-for-forms-desktop,
  .fieldset .legend,
  .column:not(.sidebar-main) form .actions-toolbar,
  .column:not(.sidebar-additional) form .actions-toolbar,
  .login-container .fieldset:after {
    margin-left: 25.8%;
  }
  .abs-visually-hidden-desktop,
  .block-search .label,
  .modes-label,
  .dashboard-welcome-toggler,
  .block-collapsible-nav .title {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-desktop:before,
  .abs-add-clearfix-desktop:after,
  .abs-pager-toolbar:before,
  .abs-pager-toolbar:after,
  .magento-payments-review .block-content:before,
  .magento-payments-review .block-content:after,
  .magento-payments-review-discount:before,
  .magento-payments-review-discount:after,
  .order-review-form:before,
  .order-review-form:after,
  .block-cart-failed .block-content:before,
  .block-cart-failed .block-content:after,
  .column .block-addbysku .block-content:before,
  .column .block-addbysku .block-content:after,
  .block-giftregistry-shared .item-options:before,
  .block-giftregistry-shared .item-options:after,
  .gift-wrapping .nested:before,
  .gift-wrapping .nested:after,
  .table .gift-wrapping .content:before,
  .table .gift-wrapping .content:after,
  .block-wishlist-management:before,
  .block-wishlist-management:after,
  .paypal-review .block-content:before,
  .paypal-review .block-content:after,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:before,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:after,
  .cart-container:before,
  .cart-container:after,
  .login-container:before,
  .login-container:after,
  .account .column.main .block:not(.widget) .block-content:before,
  .account .column.main .block:not(.widget) .block-content:after,
  .block-addresses-list .items.addresses:before,
  .block-addresses-list .items.addresses:after,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content:before,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content:after,
  .sales-guest-view .column.main .block:not(.widget) .block-content:before,
  .sales-guest-view .column.main .block:not(.widget) .block-content:after,
  .header.content:before,
  .header.content:after,
  .page-header .header.panel:before,
  .page-header .header.panel:after,
  .toolbar-giftregistry-results:before,
  .toolbar-giftregistry-results:after,
  .toolbar-wishlist-results:before,
  .toolbar-wishlist-results:after,
  .account .toolbar:before,
  .account .toolbar:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-desktop:after,
  .abs-pager-toolbar:after,
  .magento-payments-review .block-content:after,
  .magento-payments-review-discount:after,
  .order-review-form:after,
  .block-cart-failed .block-content:after,
  .column .block-addbysku .block-content:after,
  .block-giftregistry-shared .item-options:after,
  .gift-wrapping .nested:after,
  .table .gift-wrapping .content:after,
  .block-wishlist-management:after,
  .paypal-review .block-content:after,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:after,
  .cart-container:after,
  .login-container:after,
  .account .column.main .block:not(.widget) .block-content:after,
  .block-addresses-list .items.addresses:after,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content:after,
  .sales-guest-view .column.main .block:not(.widget) .block-content:after,
  .header.content:after,
  .page-header .header.panel:after,
  .toolbar-giftregistry-results:after,
  .toolbar-wishlist-results:after,
  .account .toolbar:after {
    clear: both;
  }
  .abs-add-box-sizing-desktop,
  .column.main,
  .sidebar-main,
  .sidebar-additional {
    box-sizing: border-box;
  }
  .abs-add-box-sizing-desktop-m,
  .opc-wrapper {
    box-sizing: border-box;
  }
  .abs-revert-field-type-desktop .fieldset > .field,
  .abs-revert-field-type-desktop .fieldset .fields > .field,
  .product-add-form .fieldset > .field,
  .product-add-form .fieldset .fields > .field {
    margin: 0 0 20px;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .label,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(.choice) > .label,
  .product-add-form .fieldset > .field:not(.choice) > .label,
  .product-add-form .fieldset .fields > .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .control,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(.choice) > .control,
  .product-add-form .fieldset > .field:not(.choice) > .control,
  .product-add-form .fieldset .fields > .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .abs-revert-field-type-desktop .fieldset > .field > .label,
  .abs-revert-field-type-desktop .fieldset .fields > .field > .label,
  .product-add-form .fieldset > .field > .label,
  .product-add-form .fieldset .fields > .field > .label {
    margin: 0 0 5px;
    display: inline-block;
  }
  .abs-revert-field-type-desktop .fieldset > .field.choice:before,
  .abs-revert-field-type-desktop .fieldset .fields > .field.choice:before,
  .abs-revert-field-type-desktop .fieldset > .field.no-label:before,
  .abs-revert-field-type-desktop .fieldset .fields > .field.no-label:before,
  .product-add-form .fieldset > .field.choice:before,
  .product-add-form .fieldset .fields > .field.choice:before,
  .product-add-form .fieldset > .field.no-label:before,
  .product-add-form .fieldset .fields > .field.no-label:before {
    display: none;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(:first-child):last-of-type,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(:first-child):last-of-type,
  .product-add-form .fieldset > .field:not(:first-child):last-of-type,
  .product-add-form .fieldset .fields > .field:not(:first-child):last-of-type {
    margin-bottom: 0;
  }
  .abs-no-display-desktop,
  .opc-estimated-wrapper,
  .sidebar .block.widget .pager .item:not(.pages-item-next):not(.pages-item-previous) {
    display: none;
  }
  .abs-pager-toolbar,
  .toolbar-giftregistry-results,
  .toolbar-wishlist-results,
  .account .toolbar {
    margin-bottom: 20px;
    position: relative;
  }
  .abs-pager-toolbar .limiter,
  .toolbar-giftregistry-results .limiter,
  .toolbar-wishlist-results .limiter,
  .account .toolbar .limiter {
    float: right;
    position: relative;
    z-index: 1;
  }
  .abs-pager-toolbar .toolbar-amount,
  .toolbar-giftregistry-results .toolbar-amount,
  .toolbar-wishlist-results .toolbar-amount,
  .account .toolbar .toolbar-amount {
    float: left;
    line-height: normal;
    padding: 7px 0 0;
    position: relative;
    z-index: 1;
  }
  .abs-pager-toolbar .pages,
  .toolbar-giftregistry-results .pages,
  .toolbar-wishlist-results .pages,
  .account .toolbar .pages {
    position: absolute;
    width: 100%;
    z-index: 0;
  }
  .abs-shopping-cart-items-desktop,
  .block-cart-failed,
  .cart-container .cart-gift-item,
  .cart-container .form-cart {
    float: left;
    position: relative;
    width: 73%;
  }
  .abs-shopping-cart-items-desktop .actions,
  .block-cart-failed .actions,
  .cart-container .cart-gift-item .actions,
  .cart-container .form-cart .actions {
    text-align: right;
  }
  .abs-shopping-cart-items-desktop .action.clear,
  .abs-shopping-cart-items-desktop .action.update,
  .block-cart-failed .action.clear,
  .block-cart-failed .action.update,
  .cart-container .cart-gift-item .action.clear,
  .cart-container .cart-gift-item .action.update,
  .cart-container .form-cart .action.clear,
  .cart-container .form-cart .action.update {
    margin-left: 10px;
  }
  .abs-shopping-cart-items-desktop .action.continue,
  .block-cart-failed .action.continue,
  .cart-container .cart-gift-item .action.continue,
  .cart-container .form-cart .action.continue {
    float: left;
  }
  h1 {
    font-size: 40px;
    margin-bottom: 40px;
  }
  .navigation,
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container,
  .page-main {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1366px;
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
  }
  .page-main {
    width: 100%;
  }
  .columns {
    display: block;
  }
  .column.main {
    min-height: 300px;
  }
  .page-layout-1column .column.main {
    width: 100%;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-3columns .column.main {
    width: 58.33333333%;
    display: inline-block;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .column.main {
    width: 79.16666667%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .column.main {
    width: 79.16666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .sidebar-main {
    padding-right: 0;
  }
  .page-layout-3columns .sidebar-main {
    width: 20.83333333%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-left .sidebar-main {
    width: 20.83333333%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    width: 20.83333333%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    padding-left: 2%;
    padding-right: 0;
  }
  .sidebar-additional {
    clear: right;
    padding-left: 2%;
  }
  .page-layout-3columns .sidebar-additional {
    width: 20.83333333%;
    float: right;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  .page-layout-2columns-left .sidebar-additional {
    width: 20.83333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .sidebar-additional {
    width: 20.83333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .main {
    padding-left: 2%;
  }
  .page-layout-2columns-left .sidebar-additional {
    clear: left;
    float: left;
    padding-left: 0;
  }
  .panel.header {
    padding: 10px 20px;
  }
  .page-wrapper {
    padding-top: 115px;
  }
  .mnm-header-row-top .ma-search-autocomplete {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    height: calc(100vh - 74px);
    width: 100vw;
    top: 108px;
    left: 0px;
  }
  body.has-mnm-top-banner .page-wrapper {
    padding-top: 149px;
  }
  body.has-mnm-top-banner .mnm-header-row-top .ma-search-autocomplete {
    height: calc(100vh - 108px);
  }
  header.page-header .mnm-header {
    margin-left: auto;
    margin-right: auto;
    max-width: 1366px;
  }
  header.page-header .mnm-header .mnm-header-row-top {
    height: 74px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .nav-toggle {
    display: none;
  }
  .nav-sections {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    margin-bottom: 25px;
  }
  .nav-sections-item-title {
    display: none;
  }
  .nav-sections-item-content > * {
    display: none;
  }
  .nav-sections-item-content > .navigation {
    display: block;
  }
  .navigation {
    background: #ffffff;
    font-weight: 700;
    height: inherit;
    left: auto;
    overflow: inherit;
    padding: 0;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 3;
  }
  .navigation:empty {
    display: none;
  }
  .navigation ul {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    position: relative;
  }
  .navigation li.level0 {
    border-top: none;
  }
  .navigation li.level1 {
    position: relative;
  }
  .navigation .level0 {
    margin: 0 10px 0 0;
    display: inline-block;
    position: relative;
  }
  .navigation .level0:last-child {
    margin-right: 0;
    padding-right: 0;
  }
  .navigation .level0:hover:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 100%;
    width: 10px;
    height: calc(100% + 3px);
    z-index: 1;
  }
  .navigation .level0 > .level-top {
    color: #575757;
    line-height: 53px;
    padding: 0 12px;
    text-decoration: none;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
  }
  .navigation .level0 > .level-top:hover,
  .navigation .level0 > .level-top.ui-state-focus {
    color: #333333;
    text-decoration: none;
  }
  .navigation .level0.active > .level-top,
  .navigation .level0.has-active > .level-top {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 3px;
    color: #333333;
    text-decoration: none;
    display: inline-block;
  }
  .navigation .level0.parent:hover > .submenu {
    overflow: visible !important;
  }
  .navigation .level0.parent > .level-top {
    padding-right: 20px;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon {
    position: absolute;
    right: 0;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: 20px;
    color: inherit;
    content: '\e622';
    font-family: 'mnm-jet';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0 .submenu {
    background: #ffffff;
    border: 1px solid #d1d1d1;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.19);
    font-weight: 700;
    min-width: 230px;
    padding: 0;
    display: none;
    left: 0;
    margin: 0 !important;
    position: absolute;
    z-index: 1;
    margin-top: 11px;
  }
  .navigation .level0 .submenu > ul {
    margin-top: 11px;
  }
  .navigation .level0 .submenu > ul:before,
  .navigation .level0 .submenu > ul:after {
    content: '';
    display: block;
    overflow: hidden;
    position: absolute;
  }
  .navigation .level0 .submenu > ul:before {
    color: #ffffff;
    left: 20px;
    top: -20px;
    border: 10px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #ffffff;
    z-index: 4;
  }
  .navigation .level0 .submenu > ul:after {
    border: 11px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #d1d1d1;
    color: #d1d1d1;
    left: 19px;
    top: -22px;
    z-index: 3;
  }
  .navigation .level0 .submenu:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 4px;
    left: 0;
    top: -4px;
    z-index: 1;
  }
  .navigation .level0 .submenu a {
    display: block;
    line-height: inherit;
    color: #575757;
    padding: 8px 20px;
  }
  .navigation .level0 .submenu a:hover,
  .navigation .level0 .submenu a.ui-state-focus {
    background: #e8e8e8;
    color: #333333;
    text-decoration: none;
  }
  .navigation .level0 .submenu .active > a {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 3px;
  }
  .navigation .level0 .submenu .submenu {
    top: -1px !important;
    left: 100% !important;
  }
  .navigation .level0 .submenu .submenu-reverse {
    left: auto !important;
    right: 100%;
  }
  .navigation .level0 .submenu li {
    margin: 0;
    position: relative;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon {
    position: absolute;
    right: 3px;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: 20px;
    color: inherit;
    content: '\e608';
    font-family: 'mnm-jet';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0.more {
    position: relative;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0.more:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 26px;
    line-height: inherit;
    color: inherit;
    content: '\e607';
    font-family: 'mnm-jet';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0.more:before {
    display: none;
  }
  .navigation .level0.more:after {
    cursor: pointer;
    padding: 8px 12px;
    position: relative;
    z-index: 1;
  }
  .navigation .level0.more:hover > .submenu {
    overflow: visible !important;
  }
  .navigation .level0.more li {
    display: block;
  }
  .panel.header .links,
  .panel.header .switcher {
    display: inline-block;
  }
  body .sections.nav-sections {
    display: none;
  }
  .mnm-jet-menu {
    background-color: #c3002e;
  }
  .mnm-jet-menu .js-navbar-collapse {
    width: 100%;
    margin: auto;
    position: relative;
    border-bottom: 1px solid rgba(51, 51, 51, 0.35);
  }
  .mnm-jet-menu .js-navbar-collapse ul.navbar-nav {
    display: flex;
    justify-content: center;
    justify-content: flex-start;
    padding: 0;
    max-width: 1366px;
    margin: auto;
  }
  .mnm-jet-menu .js-navbar-collapse ul.navbar-nav .mega-dropdown,
  .mnm-jet-menu .js-navbar-collapse ul.navbar-nav .dropdown {
    margin: 0;
  }
  .mnm-jet-menu .js-navbar-collapse ul.navbar-nav .mega-dropdown > a,
  .mnm-jet-menu .js-navbar-collapse ul.navbar-nav .dropdown > a {
    padding: 10px 18px;
    color: #ffffff;
    font-weight: 600;
    display: flex;
    white-space: nowrap;
  }
  .mnm-jet-menu .js-navbar-collapse ul.navbar-nav .mega-dropdown-menu,
  .mnm-jet-menu .js-navbar-collapse ul.navbar-nav .dropdown-menu {
    display: none;
  }
  .mnm-jet-menu .js-navbar-collapse ul.navbar-nav .mega-dropdown:hover > a,
  .mnm-jet-menu .js-navbar-collapse ul.navbar-nav .dropdown:hover > a {
    text-decoration: none;
  }
  .mnm-jet-menu .js-navbar-collapse ul.navbar-nav .mega-dropdown:hover .mega-dropdown-menu,
  .mnm-jet-menu .js-navbar-collapse ul.navbar-nav .dropdown:hover .mega-dropdown-menu {
    display: block;
    position: absolute;
    left: 0;
    padding: 0;
    width: 100%;
    padding: 20px 0;
    z-index: 1020;
    background-color: #fff;
    box-shadow: 0 4px 8px -4px rgba(51, 51, 51, 0.35);
  }
  .mnm-jet-menu .js-navbar-collapse ul.navbar-nav .mega-dropdown:hover .mega-dropdown-menu > div,
  .mnm-jet-menu .js-navbar-collapse ul.navbar-nav .dropdown:hover .mega-dropdown-menu > div {
    max-width: 1326px;
    margin: auto;
  }
  .fieldset > .field {
    margin: 0 0 20px;
    box-sizing: border-box;
    margin: 0 0 29px;
  }
  .fieldset > .field > .label {
    margin: 0;
  }
  .fieldset > .field:before,
  .fieldset > .field:after {
    content: '';
    display: table;
  }
  .fieldset > .field:after {
    clear: both;
  }
  .fieldset > .field.choice:before,
  .fieldset > .field.no-label:before {
    padding: 6px 15px 0 0;
    width: 25.8%;
    box-sizing: border-box;
    content: ' ';
    float: left;
    height: 1px;
  }
  .fieldset > .field .description {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .fieldset > .field:not(.choice) > .label {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .fieldset > .field:not(.choice) > .control {
    width: 74.2%;
    float: left;
  }
  .product.data.items {
    position: relative;
    z-index: 1;
  }
  .product.data.items:before,
  .product.data.items:after {
    content: '';
    display: table;
  }
  .product.data.items:after {
    clear: both;
  }
  .product.data.items > .item.title {
    float: left;
    width: auto;
  }
  .product.data.items > .item.title > .switch {
    height: 20px;
    display: block;
    position: relative;
    z-index: 2;
  }
  .product.data.items > .item.content {
    margin-top: 20px;
    box-sizing: border-box;
    float: right;
    margin-left: -100%;
    width: 100%;
  }
  .product.data.items > .item.content:before,
  .product.data.items > .item.content:after {
    content: '';
    display: table;
  }
  .product.data.items > .item.content:after {
    clear: both;
  }
  .product.data.items > .item.content.active {
    display: block;
  }
  .product.data.items > .item.title {
    margin: 0 5px 0 0;
  }
  .product.data.items > .item.title > .switch {
    font-weight: 600;
    line-height: 20px;
    font-size: 1.4rem;
    color: #7d7d7d;
    text-decoration: none;
    background: #f0f0f0;
    border: 1px solid #d1d1d1;
    border-bottom: none;
    height: 20px;
    padding: 5px 20px 5px 20px;
  }
  .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;
  }
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    padding-bottom: 6px;
  }
  .product.data.items > .item.content {
    background: #ffffff;
    margin-top: 31px;
    padding: 20px 20px 20px 20px;
    border: 1px solid #d1d1d1;
  }
  .actions-toolbar:before,
  .actions-toolbar:after {
    content: '';
    display: table;
  }
  .actions-toolbar:after {
    clear: both;
  }
  .actions-toolbar .primary {
    float: left;
  }
  .actions-toolbar .secondary {
    float: right;
  }
  .actions-toolbar .primary,
  .actions-toolbar .secondary {
    display: inline-block;
  }
  .actions-toolbar .primary a.action,
  .actions-toolbar .secondary a.action {
    display: inline-block;
  }
  .actions-toolbar .primary .action {
    margin: 0 5px 0 0;
  }
  .actions-toolbar .secondary a.action {
    margin-top: 6px;
  }
  .actions-toolbar > .primary,
  .actions-toolbar > .secondary {
    margin-bottom: 0;
  }
  .actions-toolbar > .primary .action,
  .actions-toolbar > .secondary .action {
    margin-bottom: 0;
    width: auto;
  }
  .modal-popup.modal-slide .modal-footer {
    border-top: 1px solid #c1c1c1;
    text-align: right;
  }
  /**
     * @codingStandardsIgnoreStart
     */
  #store-selector .form-continue .actions-toolbar > .primary {
    float: right;
  }
  #store-selector .form-continue .actions-toolbar .action.primary {
    margin: 0;
  }
  .pagebuilder-mobile-only {
    display: none !important;
  }
  .magento-payments-review .magento-payments-review-title {
    border-bottom: 1px solid #d1d1d1;
  }
  .magento-payments-review .block-content .box-order-shipping-address,
  .magento-payments-review .block-content .box-order-shipping-method,
  .magento-payments-review .block-content .box-order-shipping-method + .box-order-billing-address {
    box-sizing: border-box;
    float: left;
    width: 33%;
  }
  .magento-payments-review .block-content .box-order-shipping-address {
    padding: 0 5%;
    width: 34%;
  }
  .magento-payments-review .table-magento-payments-review-items .col.price,
  .magento-payments-review .table-magento-payments-review-items .col.qty {
    text-align: center;
  }
  .magento-payments-review .table-magento-payments-review-items .col.item {
    width: 60%;
  }
  .magento-payments-review .col.subtotal,
  .magento-payments-review .mark,
  .magento-payments-review .amount {
    text-align: right;
  }
  .magento-payments-review-discount {
    border-top: 1px solid #d1d1d1;
  }
  .magento-payments-review-discount .block {
    margin-bottom: 15px;
  }
  .magento-payments-review-discount .block .title:after {
    display: inline;
    margin-left: 10px;
    position: static;
  }
  .magento-payments-review-discount .block .content {
    padding-bottom: 0;
  }
  .order-review-form .actions-toolbar > .primary {
    float: right;
  }
  .order-review-form .action.primary {
    margin-right: 0;
  }
  .amskit-toolbar-wrap {
    bottom: 25px;
    left: 25px;
  }
  .amskit-toolbar-wrap.-open {
    width: 500px;
  }
  .amskit-toolbar-content {
    max-height: 650px;
  }
  .amskit-headings-wrap {
    -webkit-flex-wrap: initial;
    flex-wrap: initial;
  }
  .amskit-page-links .amskit-label {
    width: 45%;
  }
  .am-brands-fullwidth {
    width: 100% !important;
  }
  .ui-tooltip.ui-widget {
    max-width: 450px;
  }
  .filter-options-content a:hover {
    text-decoration: none;
  }
  .catalog-topnav {
    display: block;
  }
  .page-layout-1column .toolbar-products {
    position: inherit !important;
  }
  .filter-options-content .am-filter-price {
    width: 40%;
  }
  .sidebar > .block-category-list {
    margin-bottom: 14px;
  }
  .amasty-catalog-topnav {
    margin-top: 3px;
  }
  .amasty-catalog-topnav.catalog-topnav .filter-options .filter-options-content {
    z-index: 1001;
    min-width: 200px;
  }
  .amasty-catalog-topnav .filter-options {
    margin-bottom: 20px;
    padding: 3px 0;
  }
  .amasty-catalog-topnav .filter-subtitle {
    display: none;
  }
  .amasty-catalog-topnav .amshopby-category-dropdown {
    min-width: 200px;
  }
  .amasty-catalog-topnav .filter-options-item {
    margin-bottom: 0;
  }
  .amasty-catalog-topnav .filter-options-item:first-child .filter-options-title {
    padding-left: 0;
  }
  .amasty-catalog-topnav .filter-options-title {
    padding-right: 5px;
  }
  .amasty-catalog-topnav .filter-options-title:after {
    position: static;
    display: inline-block;
    margin: 0 0 0 15px;
    transform: translateY(-2px);
  }
  .amasty-catalog-topnav .filter-options-item .filter-options-content .amshopby-flyout-block .items.amshopby-fly-out-view {
    margin: -11px;
    box-shadow: none;
  }
  .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 22px;
    min-height: 12px;
    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: 12px;
    height: 12px;
    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 / 12px;
    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;
  }
  .am_shopby_apply_filters {
    position: absolute;
    bottom: inherit;
    z-index: 212;
    display: none;
    visibility: hidden;
    padding: 0;
    width: inherit;
  }
  .am_shopby_apply_filters.visible {
    bottom: inherit;
    visibility: visible;
  }
  .am_shopby_apply_filters.-fixed {
    position: fixed;
  }
  .am_shopby_apply_filters.-fixed .am-show-button:before {
    display: none;
  }
  .am-show-button {
    position: relative;
    justify-content: space-between;
    margin: 0 0 10px;
    padding: 12px 10px;
    min-width: 180px;
    width: inherit;
    border: none;
    border-radius: 6px;
    box-shadow: 0 4px 8px rgba(190, 199, 219, 0.21), 0 6px 25px rgba(190, 199, 219, 0.28);
  }
  .am-show-button > .am-items {
    margin: 0 auto;
  }
  .am-show-button:before {
    position: absolute;
    width: 10px;
    height: 10px;
    background: #ffffff;
    content: '';
    transform: rotate(45deg);
  }
  .am-show-button.-vertical:before {
    top: calc(50% - (10px / 2));
    right: calc(100% - (10px / 2));
  }
  .am-show-button.-horizontal:before {
    top: calc(100% - (10px / 2));
    left: calc(50% - (10px / 2));
  }
  #amasty-shopby-product-list .amshopby-overlay-block > .amshopby-loader {
    top: 30%;
    transform: translate(-50%, -30%);
  }
  .ambrands-letters-list {
    display: flex;
  }
  .ambrands-letters-list .ambrands-letter .ambrands-content {
    margin: 0 -10px;
  }
  .ambrands-letters-list .ambrands-brand-item {
    margin: 0 10px 20px;
  }
  .ambrands-letters-list .ambrands-brand-item.-no-logo {
    max-width: 156px;
  }
  .ambrands-letters-list .ambrands-letter {
    padding-right: 10px;
    width: inherit;
  }
  .amxnotif-block .input-fields {
    margin-bottom: 5px;
  }
  .category .subscribe-popup .amxnotif_guest_action {
    min-width: inherit;
  }
  .category .subscribe-popup {
    margin: 0 auto;
    top: 25%;
    width: 40%;
  }
  .category .subscribe-popup .notification-container {
    margin-top: 20px;
  }
  .block-cart-failed .actions {
    text-align: left;
  }
  .block-cart-failed .actions.primary {
    float: right;
  }
  .block-category-event.block:last-child {
    margin-bottom: 30px;
    padding: 10px 0 30px;
  }
  .block-category-event .block-title {
    margin: 0;
  }
  .block-category-event .block-title strong {
    font-size: 2.4rem;
  }
  .block-category-event .ticker li {
    display: none;
    margin: 0 50px;
  }
  .block-category-event .ticker .value {
    font-size: 6rem;
  }
  .block-category-event .ticker .label {
    font-size: 1.4rem;
    text-transform: none;
  }
  .block-category-event .dates .date {
    font-size: 5rem;
  }
  .block-category-event .dates .start {
    padding-right: 50px;
  }
  .block-category-event .dates .start:after {
    font-size: 5rem;
    right: 10px;
  }
  .block-search {
    padding-left: 50px;
    position: relative;
    width: 550px;
    z-index: 4;
  }
  .block-search .control {
    border-top: 0;
    margin: 0;
  }
  .block-search .nested {
    display: block;
    padding-top: 5px;
    position: absolute;
  }
  .block-search input {
    margin: 0;
    padding-right: 35px;
    position: static;
    height: 45px;
  }
  .block-search input::-webkit-input-placeholder {
    color: #c2c2c2;
  }
  .block-search input:-moz-placeholder {
    color: #c2c2c2;
  }
  .block-search input::-moz-placeholder {
    color: #c2c2c2;
  }
  .block-search input:-ms-input-placeholder {
    color: #c2c2c2;
  }
  .block-search .action.search {
    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;
    padding: 5px 0;
    position: absolute;
    right: 10px;
    top: 5px;
    z-index: 1;
  }
  .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;
  }
  .block-search .action.search:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 22px;
    line-height: 22px;
    color: #333333;
    content: '\e83d';
    font-family: 'mnm-jet';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .block-search .action.search:hover:before {
    color: inherit;
  }
  .block-search .action.search:active:before {
    color: inherit;
  }
  .block-search .action.search:focus,
  .block-search .action.search:active {
    background: none;
    border: none;
  }
  .block-search .action.search:hover {
    background: none;
    border: none;
  }
  .block-search .action.search.disabled,
  .block-search .action.search[disabled],
  fieldset[disabled] .block-search .action.search {
    pointer-events: none;
    opacity: 0.5;
  }
  .block-search .action.search:focus:before {
    color: #333333;
  }
  .search-autocomplete {
    margin-top: 0;
  }
  .contact-index-index .column:not(.sidebar-additional) .form.contact {
    min-width: 600px;
  }
  .page-product-downloadable .product-options-wrapper {
    float: left;
    width: 55%;
  }
  .page-product-downloadable .product-options-bottom {
    float: right;
    width: 40%;
  }
  .page-product-downloadable .product-options-bottom .field.qty + .actions {
    padding-top: 0;
  }
  .gift-message .field {
    margin-bottom: 20px;
  }
  .gift-options {
    position: relative;
    z-index: 1;
  }
  .gift-options .actions-toolbar {
    clear: both;
    float: right;
    position: static;
  }
  .gift-options .actions-toolbar .secondary {
    float: right;
  }
  .gift-options .actions-toolbar .secondary .action {
    float: right;
    margin-left: 20px;
  }
  .gift-options .actions-toolbar .secondary .action-cancel {
    display: block;
    float: left;
    margin-top: 6px;
  }
  .gift-options .actions-toolbar:nth-child(3):before {
    border-left: 1px solid #c1c1c1;
    bottom: 5rem;
    content: '';
    display: block;
    left: 50%;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 0;
  }
  .gift-options-title {
    font-weight: 300;
    font-size: 1.8rem;
  }
  .cart.table-wrapper .action-gift {
    float: left;
  }
  .order-options .gift-wrapping,
  .table-order-review .gift-wrapping {
    max-width: 50%;
  }
  .form-giftregistry-search .fieldset {
    margin-bottom: 29px;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field {
    margin: 0 0 20px;
    box-sizing: border-box;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field > .label {
    margin: 0;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:before,
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:after {
    content: '';
    display: table;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:after {
    clear: both;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field.choice:before,
  .form-giftregistry-search .fieldset > .fields-specific-options > .field.no-label:before {
    padding: 6px 15px 0 0;
    width: 25.8%;
    box-sizing: border-box;
    content: ' ';
    float: left;
    height: 1px;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field .description {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:not(.choice) > .label {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:not(.choice) > .control {
    width: 74.2%;
    float: left;
  }
  .block-giftregistry-shared-items .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding: 0 20px 0 0;
    vertical-align: top;
    width: 1%;
  }
  .block-giftregistry-shared-items .product-item-details {
    display: table-cell;
    vertical-align: top;
    width: 99%;
    word-break: normal;
  }
  .block-giftregistry-shared-items .col.product {
    width: 48%;
  }
  .block-giftregistry-shared-items .col:not(.product) {
    text-align: center;
  }
  .block-giftregistry-shared-items .col.price {
    padding-top: 17px;
  }
  .block-giftregistry-shared-items .input-text.qty {
    margin-top: -4px;
  }
  .gift-options-cart-item .gift-wrapping,
  .cart-gift-item .gift-wrapping {
    box-sizing: border-box;
    float: left;
    padding-right: 20px;
    width: 50%;
  }
  .gift-options-cart-item .gift-wrapping + .gift-message,
  .cart-gift-item .gift-wrapping + .gift-message {
    border-left: 1px solid #c1c1c1;
    box-sizing: border-box;
    float: left;
    padding-left: 4.5rem;
    width: 50%;
  }
  .form-add-invitations .additional,
  .form-add-invitations .field.text {
    margin-top: 29px;
  }
  .table-invitations .col {
    width: 50%;
  }
  .wishlist.window.popup {
    bottom: auto;
    top: 20%;
    left: 50%;
    margin-left: -212px;
    width: 380px;
    right: auto;
  }
  .wishlist.window.popup .field {
    margin: 0 0 20px;
  }
  .wishlist.window.popup .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .wishlist.window.popup .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .wishlist.window.popup .field > .label {
    margin: 0 0 5px;
    display: inline-block;
  }
  .wishlist.window.popup .field.choice:before,
  .wishlist.window.popup .field.no-label:before {
    display: none;
  }
  .block-wishlist-management {
    margin-bottom: 20px;
  }
  .block-wishlist-management .wishlist-select {
    border-bottom: 1px solid #e8e8e8;
    display: table;
    margin-bottom: 15px;
    width: 100%;
  }
  .block-wishlist-management .wishlist-select .wishlist-name {
    display: table-cell;
    margin-right: 10px;
    padding: 5px 10px 10px;
    vertical-align: top;
    white-space: nowrap;
    width: 5%;
  }
  .block-wishlist-management .wishlist-select-items {
    display: table-cell;
    padding-right: 160px;
    vertical-align: top;
  }
  .block-wishlist-management .wishlist-select-items .item {
    display: inline-block;
    margin-right: 10px;
    padding: 5px 10px 10px;
  }
  .block-wishlist-management .wishlist-select-items .item:last-child {
    margin-right: 0;
  }
  .block-wishlist-management .wishlist-select-items .current {
    border-bottom: 3px solid #ff5501;
    font-weight: 600;
  }
  .block-wishlist-management .wishlist-select .wishlist-name-current {
    display: none;
  }
  .block-wishlist-management .wishlist-add.item {
    position: absolute;
    right: 0;
    top: 0;
  }
  .block-wishlist-management .wishlist-title strong {
    font-size: 4rem;
  }
  .block-wishlist-management .wishlist-info {
    float: left;
  }
  .block-wishlist-management .wishlist-toolbar {
    float: right;
  }
  .block-wishlist-info-items .product-item-photo {
    margin-left: 0;
  }
  .products-grid.wishlist .product-item-checkbox {
    float: left;
  }
  .products-grid.wishlist .product-item-checkbox + .product-item-name {
    margin-left: 25px;
  }
  .block.newsletter {
    max-width: 44%;
    width: max-content;
  }
  .block.newsletter .field {
    margin-right: 5px;
  }
  .block.newsletter .field.newsletter {
    max-width: 220px;
  }
  .block.newsletter .field .control {
    width: 100%;
  }
  .block.newsletter .action.subscribe {
    border-radius: 3px;
  }
  .paypal-review .paypal-review-title {
    border-bottom: 1px solid #d1d1d1;
  }
  .paypal-review .block-content .box-order-shipping-address,
  .paypal-review .block-content .box-order-shipping-method,
  .paypal-review .block-content .box-order-shipping-method + .box-order-billing-address {
    box-sizing: border-box;
    float: left;
    width: 33%;
  }
  .paypal-review .block-content .box-order-shipping-address {
    padding: 0 5%;
    width: 34%;
  }
  .paypal-review .col.subtotal,
  .paypal-review .mark,
  .paypal-review .amount {
    text-align: right;
  }
  .products.wrapper.list .product-reviews-summary {
    margin: 0;
  }
  .reward-settings + .actions-toolbar {
    margin-top: -32px;
  }
  .form-create-return .additional .field:last-child {
    margin-top: 29px;
  }
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box {
    margin-bottom: 20px;
  }
  .block-returns-tracking .block-title .action {
    margin: 0 0 0 30px;
  }
  .block-returns-tracking .block-title .actions-track {
    float: right;
    margin-top: 12px;
  }
  .my-credit-cards .card-type img {
    display: block;
  }
  .products-grid.wishlist .product-item-tooltip {
    display: inline-block;
  }
  .products-grid.wishlist .product-item-actions {
    margin: 10px 0 0;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty {
    margin-bottom: 10px;
    padding-right: 10px;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty .label {
    width: auto;
  }
  .products-grid.wishlist .product-item .box-tocart .actions-primary {
    margin: 0;
  }
  .products-grid.wishlist .product-item .box-tocart .stock {
    margin: 20px 0 0;
  }
  .wishlist-index-index .product-item-info {
    width: 240px;
  }
  .page-products .products-grid .product-item {
    margin-left: 2%;
    padding: 0;
    width: calc((100% - 4%) / 3);
  }
  .page-products .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
  .page-products.page-layout-1column .products-grid .product-item {
    width: 25%;
  }
  .page-products.page-layout-3columns .products-grid .product-item {
    width: 50%;
  }
  .page-products .columns {
    padding-top: 0;
    position: relative;
    z-index: 1;
  }
  .products.wrapper ~ .toolbar .pages {
    float: left;
  }
  .toolbar-amount {
    float: left;
  }
  .sorter {
    float: right;
  }
  .modes {
    display: inline-block;
    float: left;
    margin-right: 20px;
  }
  .products.wrapper ~ .toolbar .modes {
    display: none;
  }
  .modes-mode {
    color: #7d7d7d;
    border: 1px solid #d1d1d1;
    border-right: 0;
    float: left;
    font-weight: 400;
    line-height: 1;
    padding: 7px 10px;
    text-align: center;
    display: inline-block;
    text-decoration: none;
  }
  .modes-mode:not(.active):hover {
    color: #7d7d7d;
    background: #dedede;
  }
  .modes-mode:last-child {
    border-right: 1px solid #d1d1d1;
  }
  .modes-mode.active {
    color: #a6a6a6;
  }
  .modes-mode > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .modes-mode:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 24px;
    line-height: inherit;
    color: #7d7d7d;
    content: '\e60d';
    font-family: 'mnm-jet';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .modes-mode:hover:before {
    color: #7d7d7d;
  }
  .mode-list:before {
    content: '\e60b';
  }
  .products.wrapper ~ .toolbar .limiter {
    display: block;
    float: right;
  }
  .catalog-product-view .cmp-discount {
    display: block;
    width: max-content;
  }
  .product-info-main .box-tocart,
  .product-options-bottom .box-tocart {
    display: table;
  }
  .product-info-main .box-tocart .field.qty,
  .product-options-bottom .box-tocart .field.qty {
    display: table-cell;
  }
  .product-info-main .box-tocart .actions,
  .product-options-bottom .box-tocart .actions {
    display: table-cell;
    padding-top: 25px;
    text-align: center;
    vertical-align: bottom;
  }
  .product-info-main .page-title-wrapper .page-title {
    margin-top: -13px;
  }
  .sidebar .product-items .product-item-info .product-item-photo {
    float: left;
    left: auto;
    margin: 0 10px 10px 0;
    position: relative;
    top: auto;
  }
  .sidebar .product-items .product-item-details {
    margin: 0;
  }
  .sidebar .product-items .product-item-actions {
    clear: left;
  }
  .product.info.detailed {
    width: 100%;
    margin-bottom: 15px;
  }
  .mnm-identifier-content {
    font-size: 12px;
    font-style: italic;
  }
  .mnm-identifier-content .mnm-sku {
    margin-right: 10px;
  }
  .product-info-main {
    float: right;
  }
  .product.media {
    float: left;
    margin-bottom: 25px;
  }
  .page-layout-1column .product-info-main {
    width: 57%;
    margin-left: 90px;
  }
  .page-layout-1column .product.media {
    width: 40%;
    margin-left: 25px;
  }
  .page-layout-2columns-left .product-info-main,
  .page-layout-2columns-right .product-info-main,
  .page-layout-3columns .product-info-main {
    width: 48%;
  }
  .page-layout-2columns-left .product.media,
  .page-layout-2columns-right .product.media,
  .page-layout-3columns .product.media {
    width: 50%;
  }
  .cart-container .form-cart {
    width: 68% !important;
  }
  .cart-container .widget {
    float: left;
  }
  .cart-container .widget.block {
    margin-bottom: 20px;
  }
  .cart-summary {
    float: right;
    position: relative;
    width: 30%;
  }
  .column.main .cart-summary .actions-toolbar > .secondary {
    float: none;
  }
  .cart-summary .block .fieldset .field {
    margin: 0 0 20px;
    margin: 0 0 10px;
  }
  .cart-summary .block .fieldset .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .cart-summary .block .fieldset .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .cart-summary .block .fieldset .field > .label {
    margin: 0 0 5px;
    display: inline-block;
  }
  .cart-summary .block .fieldset .field.choice:before,
  .cart-summary .block .fieldset .field.no-label:before {
    display: none;
  }
  .cart.table-wrapper .items {
    min-width: 100%;
    width: auto;
  }
  .cart.table-wrapper .item .col.item {
    padding: 27px 8px 10px;
  }
  .cart.table-wrapper .item-actions td {
    text-align: right;
  }
  .cart.table-wrapper .item-info .col.item {
    display: flex;
    align-items: center;
    padding: 1.5rem .75rem;
    vertical-align: middle;
    height: 100px;
  }
  .cart.table-wrapper .item-info .col.item > a {
    width: 75px !important;
  }
  .cart.table-wrapper .item-info .col.item .product-item-details a {
    text-decoration: underline;
  }
  .cart.table-wrapper .item-info .col.price,
  .cart.table-wrapper .item-info .col.qty,
  .cart.table-wrapper .item-info .col.subtotal {
    padding: 1.5rem .75rem;
    vertical-align: middle;
  }
  .cart.table-wrapper .item .item-actions {
    position: absolute;
    top: 20%;
    right: 0;
  }
  .cart.table-wrapper .item .item-actions .actions-toolbar {
    display: flex;
    flex-direction: column;
  }
  .cart.table-wrapper .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding-right: 20px;
    position: static;
    vertical-align: top;
    width: 1%;
  }
  .cart.table-wrapper .product-item-details {
    display: table-cell;
    vertical-align: top;
    white-space: normal;
    width: 99%;
  }
  .cart.table-wrapper .item-actions .actions-toolbar {
    text-align: left;
  }
  .cart .action {
    margin-bottom: 10px;
  }
  .cart-products-toolbar .toolbar-amount {
    line-height: 30px;
    margin: 0;
  }
  .cart-products-toolbar .pages {
    float: right;
    margin: 0 0 1px;
  }
  .cart-products-toolbar .pages .item:last-child {
    margin-right: 0;
  }
  .cart.table-wrapper .cart-products-toolbar + .cart thead tr th.col {
    padding-bottom: 7px;
    padding-top: 8px;
  }
  .cart.table-wrapper .cart + .cart-products-toolbar {
    margin-top: 25px;
  }
  .cart-container #shopping-cart-table .cart.item .item-info td.col.item {
    min-width: 450px;
    padding-left: 10px !important;
  }
  .minicart-wrapper .block-minicart {
    right: -15px;
    width: 500px;
  }
  .opc-wrapper {
    width: 33.33333333%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding-right: 30px;
  }
  .checkout-onepage-success .print {
    display: block;
    float: right;
    margin: 22px 0 0;
  }
  .opc-progress-bar-item {
    width: 185px;
  }
  .checkout-index-index .modal-popup .form-shipping-address {
    max-width: 600px;
  }
  .checkout-index-index .modal-popup .modal-footer .action-save-address {
    float: right;
    margin: 0 0 0 10px;
  }
  .checkout-shipping-method .actions-toolbar > .primary {
    float: right;
  }
  .checkout-shipping-method .actions-toolbar .action.primary {
    margin: 0;
  }
  .opc-wrapper .action-select-shipping-item {
    position: absolute;
  }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address {
    max-width: 600px;
  }
  .table-checkout-shipping-method {
    width: auto !important;
  }
  .opc-sidebar {
    margin: 46px 0 20px;
    width: 16.66666667%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .opc-summary-wrapper .modal-header .action-close {
    display: none;
  }
  .authentication-dropdown {
    background-color: #ffffff;
    border: 1px solid #aeaeae;
    -webkit-transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
    -webkit-transition: -webkit-transform linear 0.1s, visibility 0s linear 0.1s;
    position: absolute;
    text-align: left;
    top: 100%;
    transform: scale(1, 0);
    transform-origin: 0 0;
    transition: transform linear .1s, visibility 0s linear .1s;
    visibility: hidden;
    width: 100%;
  }
  .authentication-dropdown._show {
    z-index: 100;
    -webkit-transform: scale(1, 1);
    -webkit-transition: -webkit-transform linear 0.1s, visibility 0s linear 0s;
    transform: scale(1, 1);
    transition: transform linear .1s, visibility 0s linear 0s;
    visibility: visible;
  }
  .authentication-wrapper {
    width: 16.66666667%;
    text-align: right;
  }
  .block-authentication .block-title {
    font-size: 2.6rem;
    border-bottom: 0;
    margin-bottom: 25px;
  }
  .block-authentication .actions-toolbar > .primary {
    display: inline;
    float: right;
    margin-right: 0;
  }
  .block-authentication .actions-toolbar > .primary .action {
    margin-right: 0;
  }
  .block-authentication .actions-toolbar > .secondary {
    float: left;
    margin-right: 2rem;
    padding-top: 1rem;
  }
  .popup-authentication {
    margin-top: 60px;
  }
  .popup-authentication .modal-inner-wrap {
    min-width: 1024px;
    width: 60%;
  }
  .popup-authentication .modal-header {
    padding-top: 0 !important;
  }
  .popup-authentication .block-authentication {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 30px;
  }
  .popup-authentication .block[class],
  .popup-authentication .form-login,
  .popup-authentication .fieldset,
  .popup-authentication .block-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
  .popup-authentication .block[class] {
    box-sizing: border-box;
    float: left;
    padding: 10px 30px 0 0;
    width: 50%;
  }
  .popup-authentication .block[class] + .block {
    border-left: 1px solid #c1c1c1;
    border-top: 0;
    margin: 0;
    padding: 10px 0 0 60px;
  }
  .popup-authentication .block[class] + .block:before {
    left: 0;
    top: 50%;
  }
  .popup-authentication .actions-toolbar {
    margin-bottom: 0;
    margin-top: auto;
  }
  #payment_form_mnm_iyzico .group-2 .field .mage-error {
    font-size: 10px;
  }
  .checkout-payment-method #payment_form_mobilexpress > .field .control input {
    width: 50%;
  }
  .checkout-payment-method #payment_form_mobilexpress > .field.owner input,
  .checkout-payment-method #payment_form_mobilexpress > .field.number input {
    width: 50% !important;
  }
  .checkout-payment-method .actions-toolbar .primary {
    float: right;
    margin: 0;
  }
  .checkout-payment-method .fieldset > .field-select-billing > .control {
    float: none;
    width: 100%;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field {
    margin: 0 0 20px;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field.choice:before {
    padding: 0;
    width: 0;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field.type .control {
    margin-left: 25.8%;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field.type.no-detection .control {
    margin-left: 0;
  }
  .checkout-billing-address .action-update {
    float: right;
  }
  .checkout-billing-address .actions-toolbar .action-cancel {
    margin: 6px 20px 0 0;
  }
  .checkout-payment-method .payment-option-title {
    padding-left: 0px;
  }
  .checkout-payment-method .payment-option-content .payment-option-inner + .actions-toolbar {
    margin-left: 0;
  }
  .page-layout-checkout #checkout .opc-wrapper {
    padding-right: 0;
    margin-left: 25px;
  }
  .page-layout-checkout #checkout .opc-wrapper #checkout-step-shipping #customer-email-fieldset {
    background: #ffffff;
    border-radius: 8px;
    width: 100%;
    padding: 20px 0 0 25px;
  }
  .page-layout-checkout #checkout .opc-wrapper #checkout-step-shipping #customer-email-fieldset > .field > .control._with-tooltip {
    display: flex;
    flex-direction: column-reverse;
  }
  .page-layout-checkout #checkout .opc-wrapper #checkout-step-shipping #customer-email-fieldset .fieldset.hidden-fields {
    position: relative;
  }
  .page-layout-checkout #checkout .opc-wrapper #checkout-step-shipping #customer-email-fieldset .fieldset.hidden-fields .label {
    display: none;
  }
  .page-layout-checkout #checkout .opc-wrapper #checkout-step-shipping #customer-email-fieldset .fieldset.hidden-fields .control {
    width: 80%;
  }
  .page-layout-checkout #checkout .opc-wrapper #checkout-step-shipping #customer-email-fieldset .fieldset.hidden-fields .control input {
    width: 100%;
    height: 50px;
    border: 2px solid #e5e5e5;
    border-radius: 5px;
  }
  .page-layout-checkout #checkout .opc-wrapper #checkout-step-shipping #customer-email-fieldset .fieldset.hidden-fields .control .note:before {
    content: unset;
  }
  .page-layout-checkout #checkout .opc-wrapper #checkout-step-shipping #customer-email-fieldset .fieldset.hidden-fields .actions-toolbar {
    margin: 0;
    display: flex;
  }
  .page-layout-checkout #checkout .opc-wrapper #checkout-step-shipping #customer-email-fieldset .fieldset.hidden-fields .actions-toolbar .primary {
    position: absolute;
    top: 2px;
    right: 6px;
  }
  .page-layout-checkout #checkout .opc-wrapper #checkout-step-shipping #customer-email-fieldset .fieldset.hidden-fields .actions-toolbar .primary button {
    border-radius: 40px;
    border: 1px solid #c60029;
    background-color: #c60029 !important;
    padding: 12px 25px;
    transition: .3s;
  }
  .page-layout-checkout #checkout .opc-wrapper #checkout-step-shipping #customer-email-fieldset .fieldset.hidden-fields .actions-toolbar .primary button:hover {
    background-color: #c60029 !important;
    border: 1px solid #c60029;
    transition: .3s;
  }
  .page-layout-checkout #checkout .opc-wrapper #checkout-step-shipping #customer-email-fieldset .fieldset.hidden-fields .actions-toolbar .secondary {
    font-size: 16px;
    font-weight: bold;
  }
  .page-layout-checkout #checkout .opc-wrapper #checkout-step-shipping #customer-email-fieldset .fieldset.hidden-fields .actions-toolbar .secondary a {
    color: #c60029;
    transition: .3s;
  }
  .page-layout-checkout #checkout .opc-wrapper #checkout-step-shipping #customer-email-fieldset .fieldset.hidden-fields .actions-toolbar .secondary a:hover {
    color: #c60029;
    transition: .3s;
  }
  .page-layout-checkout #checkout .opc-wrapper #checkout-step-shipping .form-shipping-address {
    padding: 25px 0;
    margin: auto;
  }
  .page-layout-checkout #checkout .opc-sidebar header,
  .page-layout-checkout #checkout .opc-summary-wrapper header {
    display: none;
  }
  .login-container .block .login .actions-toolbar > .primary {
    margin-bottom: 0;
    margin-right: 30px;
  }
  .login-container .block .login .actions-toolbar > .secondary {
    float: left;
  }
  .fieldset .fullname .field .label {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .fieldset .fullname .field .control {
    width: 74.2%;
    float: left;
  }
  .form.password.reset,
  .form.send.confirmation,
  .form.password.forget,
  .form.create.account,
  .form.search.advanced,
  .form.form-orders-search {
    min-width: 600px;
    width: 50%;
  }
  .account.page-layout-2columns-left .sidebar-main,
  .account.page-layout-2columns-left .sidebar-additional {
    width: 22.3%;
  }
  .account.page-layout-2columns-left .column.main {
    width: 77.7%;
  }
  .block-addresses-list .items.addresses {
    font-size: 0;
  }
  .block-addresses-list .items.addresses > .item {
    display: inline-block;
    font-size: 14px;
    margin-bottom: 20px;
    vertical-align: top;
    width: 48.8%;
  }
  .block-addresses-list .items.addresses > .item:nth-last-child(1),
  .block-addresses-list .items.addresses > .item:nth-last-child(2) {
    margin-bottom: 0;
  }
  .block-addresses-list .items.addresses > .item:nth-child(even) {
    margin-left: 2.4%;
  }
  .control.captcha-image .captcha-img {
    margin: 0 10px 10px 0;
  }
  .table-order-items .subtotal,
  .table-order-items .amount {
    text-align: right;
  }
  .table-order-items.creditmemo .col.qty,
  .table-order-items.creditmemo .col.discount,
  .table-order-items.creditmemo .col.subtotal {
    text-align: center;
  }
  .table-order-items.creditmemo .col.total {
    text-align: right;
  }
  .order-pager-wrapper .order-pager-wrapper-top {
    padding-left: 0;
    padding-right: 0;
  }
  .order-pager-wrapper .pages {
    float: right;
  }
  .order-actions-toolbar .action.print {
    display: block;
    float: right;
  }
  .sales-order-view .page-title-wrapper {
    position: relative;
  }
  .sales-order-view .order-actions-toolbar .action.print {
    position: absolute;
    top: 0;
    right: 0px;
    font-size: 42px;
    opacity: 0.7;
  }
  .sales-order-view .order-actions-toolbar .action.print:hover {
    opacity: 1;
  }
  .sales-order-view .order-actions-toolbar .action.mnm-tracking-link {
    float: right;
    margin-right: 0;
    text-decoration: underline;
    font-weight: bold;
    color: #c60029;
  }
  .sales-order-view .stundent-file {
    color: #c60029;
  }
  .sales-order-view .stundent-file:hover {
    color: #c60029 !important;
  }
  .page-title-wrapper .order-date {
    margin-top: -20px;
  }
  [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;
  }
  .mnm-brands .slick-slider {
    flex-direction: column;
  }
  .mnm-brands .slick-slider img {
    width: 150px;
    height: 150px;
    margin: auto;
  }
  .page-wrapper > .breadcrumbs,
  .page-wrapper > .top-container,
  .page-wrapper > .widget {
    box-sizing: border-box;
    width: 100%;
  }
  .navigation ul {
    padding: 0 8px;
  }
  .header.panel > .header.links {
    float: right;
    font-size: 0;
    margin: 0;
    padding: 0;
    list-style: none none;
    margin-left: auto;
  }
  .header.panel > .header.links > li {
    display: inline-block;
    vertical-align: top;
  }
  .header.panel > .header.links > li {
    font-size: 14px;
    margin: 0 0 0 15px;
  }
  .header.panel > .header.links > li.welcome,
  .header.panel > .header.links > li a {
    line-height: 1.4;
  }
  .header.panel > .header.links > li.welcome a {
    padding-left: 5px;
  }
  .header.content {
    padding: 30px 20px 0;
  }
  .page-header {
    border: 0;
    margin-bottom: 0;
  }
  .page-header .panel.wrapper {
    border-bottom: 1px solid #e8e8e8;
  }
  .page-header .header.panel {
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .page-header .switcher {
    display: inline-block;
  }
  .page-main > .page-title-wrapper .page-title {
    display: inline-block;
  }
  .page-main > .page-title-wrapper .page-title + .action {
    float: right;
    margin-top: 20px;
  }
  .logo img {
    max-height: inherit;
  }
  .footer.content .block {
    float: right;
  }
  .footer.content .links {
    display: inline-block;
    margin-bottom: 20px;
    padding: 0 50px 0 0;
    vertical-align: top;
  }
  .footer.content .switcher.store {
    display: inline-block;
    padding-right: 50px;
    vertical-align: top;
  }
  .checkout-agreement input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    top: 0px;
    right: 0;
    bottom: 0;
    left: 0;
    height: 20px;
    width: 20px;
    transition: all 0.15s ease-out 0s;
    background: #cbd1d8;
    border: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    margin-right: 0.5rem;
    outline: none;
    position: relative;
    z-index: 1000;
  }
  .checkout-agreement input[type="checkbox"]:checked {
    background: #c3002e;
  }
  .checkout-agreement input[type="checkbox"]:checked::before {
    width: 14px;
    height: 14px;
    display: flex;
    content: " ";
    font-size: 25px;
    font-weight: 700;
    border-radius: 100%;
    position: absolute;
    background: #c3002e;
    border: 1.5px solid;
    top: 1.5px;
    left: 1.5px;
  }
  .checkout-agreement input[type="checkbox"] {
    margin: 0;
    top: 5px;
  }
  .checkout-agreement input[type="checkbox"]:checked::before {
    width: 14px;
    height: 14px;
    display: flex;
    border-radius: unset;
    background: unset;
    border: 0;
    top: 0;
    left: 0;
    font-size: 20px;
    font-weight: 700;
    position: absolute;
    content: '\e810';
    font-family: 'mnm-jet';
  }
  .block.widget .products-grid .product-item {
    width: 33.33333333%;
  }
  .sidebar .block.widget .products-grid .product-item {
    margin-left: 0;
    width: 100%;
  }
  .sidebar .block.widget .products-grid .product-item .actions-secondary {
    display: block;
    padding: 10px 0;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 6%) / 4);
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 2%;
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 50%;
  }
  .sidebar .block.widget .pager .pages-item-next {
    padding: 0;
  }
  .sidebar .block.widget .pager .pages-item-next .action {
    margin: 0;
  }
}
@media all and (min-width: 1025px), print {
  .ampromo-items-content {
    max-width: 960px;
    width: 100%;
  }
  .amslider .slide {
    flex-basis: auto;
    margin: 0 20px 20px 0;
    max-width: 32%;
  }
  .filter-options-content .am-filter-price {
    width: 43%;
  }
  .amslider-container.am-swiper-slider {
    width: 85%;
  }
  .ambrands-letters-filter .ambrands-letter {
    margin: 0 7px 7px 0;
  }
  .ambrands-letters-list .ambrands-letter {
    padding-right: 30px;
    width: inherit;
  }
  .ambrands-list-popup {
    position: absolute;
    width: 600px;
    height: 415px;
    border-radius: 3px;
    background: #fff;
    box-shadow: 0 2px 7px rgba(131, 136, 141, 0.13), 0 10px 15px rgba(131, 136, 141, 0.13);
    opacity: 0;
    transition: all .5s ease;
    pointer-events: none;
  }
  .ambrands-menu-item:hover .ambrands-list-popup,
  .ammenu-item:hover .ambrands-list-popup {
    display: block;
    opacity: 1;
    pointer-events: auto;
  }
  .ambrands-list-container {
    display: flex;
    height: 100%;
    font-size: 0;
  }
  .ambrands-list-popup .ambrands-letters-filter {
    display: block;
    overflow: auto;
    box-sizing: border-box;
    padding: 20px 14px 0;
    min-width: calc(((34px + 12px) * 4) + (14px * 2));
    width: calc(((34px + 12px) * 4) + (14px * 2));
    height: 100%;
    background: #fbfbfb;
    font-size: 0;
  }
  .ambrands-list-popup .ambrands-letters-filter .ambrands-letter {
    display: inline-flex;
    margin: 0 6px 12px;
  }
  .ambrands-list-popup .ambrands-letters-filter .ambrands-letter.-letter-all {
    margin-bottom: 30px;
    width: calc(100% - 12px);
  }
  .ambrands-popup-items {
    display: inline-block;
    overflow: auto;
    box-sizing: border-box;
    padding: 20px;
    width: 100%;
    height: 100%;
    font-size: 14px;
  }
  .ambrands-popup-items .ambrands-letters-list {
    width: 100%;
  }
  .ambrands-popup-items .ambrands-letters-list .ambrands-letter {
    margin-bottom: 30px;
    padding-right: 0;
  }
  .ambrands-popup-items .ambrands-letters-list:last-child .ambrands-letter {
    margin-bottom: 0;
  }
  .ambrands-popup-items .ambrands-letters-list .ambrands-brand-item {
    min-width: 100px;
  }
  .ambrands-popup-items .ambrands-letters-list .ambrands-brand-item {
    min-width: 100px;
  }
  .ambrands-popup-items .ambrands-letters-list .ambrands-brand-item .ambrands-label {
    max-width: 130px;
  }
  .ambrands-popup-items .ambrands-letters-list .ambrands-brand-item.-no-logo {
    max-width: 102px;
  }
  .ambrands-popup-items .ambrands-letter .ambrands-brand-item .ambrands-empty {
    font-weight: 400;
    font-size: 40px;
  }
  .amxnotif-block .input-fields {
    margin-bottom: 0;
  }
  .category .subscribe-popup .notification-container {
    margin-top: 20px;
  }
  .category .subscribe-popup {
    width: 30%;
  }
  .wishlist-index-index .products-grid .product-items {
    margin: 0;
  }
  .wishlist-index-index .products-grid .product-item {
    margin-left: calc((100% - 4 * 24.439%) / 3);
    padding: 0;
    width: 24.439%;
  }
  .wishlist-index-index .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .products-grid .product-item {
    width: 20%;
  }
  .page-layout-1column .products-grid .product-item {
    width: 16.66666667%;
  }
  .page-layout-3columns .products-grid .product-item {
    width: 25%;
  }
  .page-products .products-grid .product-items {
    margin: 0;
  }
  .page-products .products-grid .product-item {
    margin-left: 2%;
    padding: 0;
    width: calc((100% - 6%) / 4);
  }
  .page-products .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 2%;
  }
  .page-products .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .page-products.page-layout-1column .products-grid .product-item {
    margin-left: 0;
    width: 20%;
  }
  .page-products.page-layout-3columns .products-grid .product-item {
    margin-left: 1%;
    width: 32.667%;
  }
  .page-products.page-layout-3columns .products-grid .product-item:nth-child(3n) {
    margin-left: 1%;
  }
  .page-products.page-layout-3columns .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
  .checkout-index-index .modal-popup .modal-inner-wrap {
    margin-left: -400px;
    width: 800px;
    left: 50%;
  }
  .opc-wrapper .shipping-address-item {
    width: 30%;
    min-height: 300px;
    min-width: 280px;
    margin-right: 15px;
  }
  .opc-wrapper .shipping-address-item:before {
    background: #cccccc;
    height: calc(100% - 20px);
    content: '';
    left: 0;
    position: absolute;
    top: 0;
    width: 1px;
  }
  .opc-wrapper .shipping-address-item:nth-child(3n + 1):before {
    display: none;
  }
  .opc-wrapper .shipping-address-item.selected-item:before {
    display: none;
  }
  .opc-wrapper .shipping-address-item.selected-item + .shipping-address-item:before {
    display: none;
  }
  .table-checkout-shipping-method {
    min-width: 100%;
  }
  .block.widget .products-grid .product-item {
    width: 20%;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 8%) / 5);
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 2%;
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(5n + 1) {
    margin-left: 0;
  }
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 25%;
  }
  .block.widget .products-grid .product-items {
    margin: 0;
  }
  .block.widget .products-grid .product-item {
    margin-left: calc((100% - 4 * 24.439%) / 3);
    padding: 0;
    width: 24.439%;
  }
  .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
}
@media all and (min-width: 1440px), print {
  .amslider .wrapper {
    justify-content: center;
  }
  .sidebar .product-items .product-item-info .product-item-photo {
    float: none;
    left: 0;
    margin: 0;
    position: absolute;
    top: 0;
  }
  .sidebar .product-items .product-item-details {
    margin-left: 85px;
  }
}
@font-face {
  font-family: 'Prompt';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url('https://www.rossmann.com.tr/static/frontend/Mnm/rossmann/tr_TR/fonts/Prompt/Prompt-100.eot');
  src: url('https://www.rossmann.com.tr/static/frontend/Mnm/rossmann/tr_TR/fonts/Prompt/Prompt-100.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('https://www.rossmann.com.tr/static/frontend/Mnm/rossmann/tr_TR/fonts/Prompt/Prompt-100.woff2') format('woff2'), /* Modern Browsers */ url('https://www.rossmann.com.tr/static/frontend/Mnm/rossmann/tr_TR/fonts/Prompt/Prompt-100.woff') format('woff'), /* Modern Browsers */ url('https://www.rossmann.com.tr/static/frontend/Mnm/rossmann/tr_TR/fonts/Prompt/Prompt-100.ttf') format('truetype'), /* Safari, Android, iOS */ url('https://www.rossmann.com.tr/static/frontend/Mnm/rossmann/tr_TR/fonts/Prompt/Prompt-100.svg#Prompt') format('svg');
  
  /* IE9 */
  /* Legacy iOS */
}
@font-face {
  font-family: 'Prompt';
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url('https://www.rossmann.com.tr/static/frontend/Mnm/rossmann/tr_TR/fonts/Prompt/Prompt-100italic.eot');
  src: url('https://www.rossmann.com.tr/static/frontend/Mnm/rossmann/tr_TR/fonts/Prompt/Prompt-100italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('https://www.rossmann.com.tr/static/frontend/Mnm/rossmann/tr_TR/fonts/Prompt/Prompt-100italic.woff2') format('woff2'), /* Modern Browsers */ url('https://www.rossmann.com.tr/static/frontend/Mnm/rossmann/tr_TR/fonts/Prompt/Prompt-100italic.woff') format('woff'), /* Modern Browsers */ url('https://www.rossmann.com.tr/static/frontend/Mnm/rossmann/tr_TR/fonts/Prompt/Prompt-100italic.ttf') format('truetype'), /* Safari, Android, iOS */ url('https://www.rossmann.com.tr/static/frontend/Mnm/rossmann/tr_TR/fonts/Prompt/Prompt-100italic.svg#Prompt') format('svg');
  
  /* IE9 */
  /* Legacy iOS */
}
@font-face {
  font-family: 'Prompt';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url('https://www.rossmann.com.tr/static/frontend/Mnm/rossmann/tr_TR/fonts/Prompt/Prompt-200.eot');
  src: url('https://www.rossmann.com.tr/static/frontend/Mnm/rossmann/tr_TR/fonts/Prompt/Prompt-200.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('https://www.rossmann.com.tr/static/frontend/Mnm/rossmann/tr_TR/fonts/Prompt/Prompt-200.woff2') format('woff2'), /* Modern Browsers */ url('https://www.rossmann.com.tr/static/frontend/Mnm/rossmann/tr_TR/fonts/Prompt/Prompt-200.woff') format('woff'), /* Modern Browsers */ url('https://www.rossmann.com.tr/static/frontend/Mnm/rossmann/tr_TR/fonts/Prompt/Prompt-200.ttf') format('truetype'), /* Safari, Android, iOS */ url('https://www.rossmann.com.tr/static/frontend/Mnm/rossmann/tr_TR/fonts/Prompt/Prompt-200.svg#Prompt') format('svg');
  
  /* IE9 */
  /* Legacy iOS */
}
@font-face {
  font-family: 'Prompt';
  font-style: italic;
  font-weight: 200;
  font-display: swap;
  src: url('https://www.rossmann.com.tr/static/frontend/Mnm/rossmann/tr_TR/fonts/Prompt/Prompt-200italic.eot');
  src: url('https://www.rossmann.com.tr/static/frontend/Mnm/rossmann/tr_TR/fonts/Prompt/Prompt-200italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('https://www.rossmann.com.tr/static/frontend/Mnm/rossmann/tr_TR/fonts/Prompt/Prompt-200italic.woff2') format('woff2'), /* Modern Browsers */ url('https://www.rossmann.com.tr/static/frontend/Mnm/rossmann/tr_TR/fonts/Prompt/Prompt-200italic.woff') format('woff'), /* Modern Browsers */ url('https://www.rossmann.com.tr/static/frontend/Mnm/rossmann/tr_TR/fonts/Prompt/Prompt-200italic.ttf') format('truetype'), /* Safari, Android, iOS */ url('https://www.rossmann.com.tr/static/frontend/Mnm/rossmann/tr_TR/fonts/Prompt/Prompt-200italic.svg#Prompt') format('svg');
  
  /* IE9 */
  /* Legacy iOS */
}
@font-face {
  font-family: 'Prompt';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('https://www.rossmann.com.tr/static/frontend/Mnm/rossmann/tr_TR/fonts/Prompt/Prompt-300.eot');
  src: url('https://www.rossmann.com.tr/static/frontend/Mnm/rossmann/tr_TR/fonts/Prompt/Prompt-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('https://www.rossmann.com.tr/static/frontend/Mnm/rossmann/tr_TR/fonts/Prompt/Prompt-300.woff2') format('woff2'), /* Modern Browsers */ url('https://www.rossmann.com.tr/static/frontend/Mnm/rossmann/tr_TR/fonts/Prompt/Prompt-300.woff') format('woff'), /* Modern Browsers */ url('https://www.rossmann.com.tr/static/frontend/Mnm/rossmann/tr_TR/fonts/Prompt/Prompt-300.ttf') format('truetype'), /* Safari, Android, iOS */ url('https://www.rossmann.com.tr/static/frontend/Mnm/rossmann/tr_TR/fonts/Prompt/Prompt-300.svg#Prompt') format('svg');
  
  /* IE9 */
  /* Legacy iOS */
}
@font-face {
  font-family: 'Prompt';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url('https://www.rossmann.com.tr/static/frontend/Mnm/rossmann/tr_TR/fonts/Prompt/Prompt-300italic.eot');
  src: url('https://www.rossmann.com.tr/static/frontend/Mnm/rossmann/tr_TR/fonts/Prompt/Prompt-300italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('https://www.rossmann.com.tr/static/frontend/Mnm/rossmann/tr_TR/fonts/Prompt/Prompt-300italic.woff2') format('woff2'), /* Modern Browsers */ url('https://www.rossmann.com.tr/static/frontend/Mnm/rossmann/tr_TR/fonts/Prompt/Prompt-300italic.woff') format('woff'), /* Modern Browsers */ url('https://www.rossmann.com.tr/static/frontend/Mnm/rossmann/tr_TR/fonts/Prompt/Prompt-300italic.ttf') format('truetype'), /* Safari, Android, iOS */ url('https://www.rossmann.com.tr/static/frontend/Mnm/rossmann/tr_TR/fonts/Prompt/Prompt-300italic.svg#Prompt') format('svg');
  
  /* IE9 */
  /* Legacy iOS */
}
@font-face {
  font-family: 'Prompt';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('https://www.rossmann.com.tr/static/frontend/Mnm/rossmann/tr_TR/fonts/Prompt/Prompt-Regular.eot');
  src: url('https://www.rossmann.com.tr/static/frontend/Mnm/rossmann/tr_TR/fonts/Prompt/Prompt-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('https://www.rossmann.com.tr/static/frontend/Mnm/rossmann/tr_TR/fonts/Prompt/Prompt-Regular.woff2') format('woff2'), /* Modern Browsers */ url('https://www.rossmann.com.tr/static/frontend/Mnm/rossmann/tr_TR/fonts/Prompt/Prompt-Regular.woff') format('woff'), /* Modern Browsers */ url('https://www.rossmann.com.tr/static/frontend/Mnm/rossmann/tr_TR/fonts/Prompt/Prompt-Regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('https://www.rossmann.com.tr/static/frontend/Mnm/rossmann/tr_TR/fonts/Prompt/Prompt-Regular.svg#Prompt') format('svg');
  
  /* IE9 */
  /* Legacy iOS */
}
@font-face {
  font-family: 'Prompt';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('https://www.rossmann.com.tr/static/frontend/Mnm/rossmann/tr_TR/fonts/Prompt/Prompt-Italic.eot');
  src: url('https://www.rossmann.com.tr/static/frontend/Mnm/rossmann/tr_TR/fonts/Prompt/Prompt-Italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('https://www.rossmann.com.tr/static/frontend/Mnm/rossmann/tr_TR/fonts/Prompt/Prompt-Italic.woff2') format('woff2'), /* Modern Browsers */ url('https://www.rossmann.com.tr/static/frontend/Mnm/rossmann/tr_TR/fonts/Prompt/Prompt-Italic.woff') format('woff'), /* Modern Browsers */ url('https://www.rossmann.com.tr/static/frontend/Mnm/rossmann/tr_TR/fonts/Prompt/Prompt-Italic.ttf') format('truetype'), /* Safari, Android, iOS */ url('https://www.rossmann.com.tr/static/frontend/Mnm/rossmann/tr_TR/fonts/Prompt/Prompt-Italic.svg#Prompt') format('svg');
  
  /* IE9 */
  /* Legacy iOS */
}
@font-face {
  font-family: 'Prompt';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('https://www.rossmann.com.tr/static/frontend/Mnm/rossmann/tr_TR/fonts/Prompt/Prompt-500.eot');
  src: url('https://www.rossmann.com.tr/static/frontend/Mnm/rossmann/tr_TR/fonts/Prompt/Prompt-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('https://www.rossmann.com.tr/static/frontend/Mnm/rossmann/tr_TR/fonts/Prompt/Prompt-500.woff2') format('woff2'), /* Modern Browsers */ url('https://www.rossmann.com.tr/static/frontend/Mnm/rossmann/tr_TR/fonts/Prompt/Prompt-500.woff') format('woff'), /* Modern Browsers */ url('https://www.rossmann.com.tr/static/frontend/Mnm/rossmann/tr_TR/fonts/Prompt/Prompt-500.ttf') format('truetype'), /* Safari, Android, iOS */ url('https://www.rossmann.com.tr/static/frontend/Mnm/rossmann/tr_TR/fonts/Prompt/Prompt-500.svg#Prompt') format('svg');
  
  /* IE9 */
  /* Legacy iOS */
}
@font-face {
  font-family: 'Prompt';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url('https://www.rossmann.com.tr/static/frontend/Mnm/rossmann/tr_TR/fonts/Prompt/Prompt-500italic.eot');
  src: url('https://www.rossmann.com.tr/static/frontend/Mnm/rossmann/tr_TR/fonts/Prompt/Prompt-500italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('https://www.rossmann.com.tr/static/frontend/Mnm/rossmann/tr_TR/fonts/Prompt/Prompt-500italic.woff2') format('woff2'), /* Modern Browsers */ url('https://www.rossmann.com.tr/static/frontend/Mnm/rossmann/tr_TR/fonts/Prompt/Prompt-500italic.woff') format('woff'), /* Modern Browsers */ url('https://www.rossmann.com.tr/static/frontend/Mnm/rossmann/tr_TR/fonts/Prompt/Prompt-500italic.ttf') format('truetype'), /* Safari, Android, iOS */ url('https://www.rossmann.com.tr/static/frontend/Mnm/rossmann/tr_TR/fonts/Prompt/Prompt-500italic.svg#Prompt') format('svg');
  
  /* IE9 */
  /* Legacy iOS */
}
@font-face {
  font-family: 'Prompt';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('https://www.rossmann.com.tr/static/frontend/Mnm/rossmann/tr_TR/fonts/Prompt/Prompt-600.eot');
  src: url('https://www.rossmann.com.tr/static/frontend/Mnm/rossmann/tr_TR/fonts/Prompt/Prompt-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('https://www.rossmann.com.tr/static/frontend/Mnm/rossmann/tr_TR/fonts/Prompt/Prompt-600.woff2') format('woff2'), /* Modern Browsers */ url('https://www.rossmann.com.tr/static/frontend/Mnm/rossmann/tr_TR/fonts/Prompt/Prompt-600.woff') format('woff'), /* Modern Browsers */ url('https://www.rossmann.com.tr/static/frontend/Mnm/rossmann/tr_TR/fonts/Prompt/Prompt-600.ttf') format('truetype'), /* Safari, Android, iOS */ url('https://www.rossmann.com.tr/static/frontend/Mnm/rossmann/tr_TR/fonts/Prompt/Prompt-600.svg#Prompt') format('svg');
  
  /* IE9 */
  /* Legacy iOS */
}
@font-face {
  font-family: 'Prompt';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url('https://www.rossmann.com.tr/static/frontend/Mnm/rossmann/tr_TR/fonts/Prompt/Prompt-600italic.eot');
  src: url('https://www.rossmann.com.tr/static/frontend/Mnm/rossmann/tr_TR/fonts/Prompt/Prompt-600italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('https://www.rossmann.com.tr/static/frontend/Mnm/rossmann/tr_TR/fonts/Prompt/Prompt-600italic.woff2') format('woff2'), /* Modern Browsers */ url('https://www.rossmann.com.tr/static/frontend/Mnm/rossmann/tr_TR/fonts/Prompt/Prompt-600italic.woff') format('woff'), /* Modern Browsers */ url('https://www.rossmann.com.tr/static/frontend/Mnm/rossmann/tr_TR/fonts/Prompt/Prompt-600italic.ttf') format('truetype'), /* Safari, Android, iOS */ url('https://www.rossmann.com.tr/static/frontend/Mnm/rossmann/tr_TR/fonts/Prompt/Prompt-600italic.svg#Prompt') format('svg');
  
  /* IE9 */
  /* Legacy iOS */
}
@font-face {
  font-family: 'Prompt';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('https://www.rossmann.com.tr/static/frontend/Mnm/rossmann/tr_TR/fonts/Prompt/Prompt-700.eot');
  src: url('https://www.rossmann.com.tr/static/frontend/Mnm/rossmann/tr_TR/fonts/Prompt/Prompt-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('https://www.rossmann.com.tr/static/frontend/Mnm/rossmann/tr_TR/fonts/Prompt/Prompt-700.woff2') format('woff2'), /* Modern Browsers */ url('https://www.rossmann.com.tr/static/frontend/Mnm/rossmann/tr_TR/fonts/Prompt/Prompt-700.woff') format('woff'), /* Modern Browsers */ url('https://www.rossmann.com.tr/static/frontend/Mnm/rossmann/tr_TR/fonts/Prompt/Prompt-700.ttf') format('truetype'), /* Safari, Android, iOS */ url('https://www.rossmann.com.tr/static/frontend/Mnm/rossmann/tr_TR/fonts/Prompt/Prompt-700.svg#Prompt') format('svg');
  
  /* IE9 */
  /* Legacy iOS */
}
@font-face {
  font-family: 'Prompt';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url('https://www.rossmann.com.tr/static/frontend/Mnm/rossmann/tr_TR/fonts/Prompt/Prompt-700italic.eot');
  src: url('https://www.rossmann.com.tr/static/frontend/Mnm/rossmann/tr_TR/fonts/Prompt/Prompt-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('https://www.rossmann.com.tr/static/frontend/Mnm/rossmann/tr_TR/fonts/Prompt/Prompt-700italic.woff2') format('woff2'), /* Modern Browsers */ url('https://www.rossmann.com.tr/static/frontend/Mnm/rossmann/tr_TR/fonts/Prompt/Prompt-700italic.woff') format('woff'), /* Modern Browsers */ url('https://www.rossmann.com.tr/static/frontend/Mnm/rossmann/tr_TR/fonts/Prompt/Prompt-700italic.ttf') format('truetype'), /* Safari, Android, iOS */ url('https://www.rossmann.com.tr/static/frontend/Mnm/rossmann/tr_TR/fonts/Prompt/Prompt-700italic.svg#Prompt') format('svg');
  
  /* IE9 */
  /* Legacy iOS */
}
@font-face {
  font-family: 'Prompt';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url('https://www.rossmann.com.tr/static/frontend/Mnm/rossmann/tr_TR/fonts/Prompt/Prompt-800.eot');
  src: url('https://www.rossmann.com.tr/static/frontend/Mnm/rossmann/tr_TR/fonts/Prompt/Prompt-800.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('https://www.rossmann.com.tr/static/frontend/Mnm/rossmann/tr_TR/fonts/Prompt/Prompt-800.woff2') format('woff2'), /* Modern Browsers */ url('https://www.rossmann.com.tr/static/frontend/Mnm/rossmann/tr_TR/fonts/Prompt/Prompt-800.woff') format('woff'), /* Modern Browsers */ url('https://www.rossmann.com.tr/static/frontend/Mnm/rossmann/tr_TR/fonts/Prompt/Prompt-800.ttf') format('truetype'), /* Safari, Android, iOS */ url('https://www.rossmann.com.tr/static/frontend/Mnm/rossmann/tr_TR/fonts/Prompt/Prompt-800.svg#Prompt') format('svg');
  
  /* IE9 */
  /* Legacy iOS */
}
@font-face {
  font-family: 'Prompt';
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: url('https://www.rossmann.com.tr/static/frontend/Mnm/rossmann/tr_TR/fonts/Prompt/Prompt-800italic.eot');
  src: url('https://www.rossmann.com.tr/static/frontend/Mnm/rossmann/tr_TR/fonts/Prompt/Prompt-800italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('https://www.rossmann.com.tr/static/frontend/Mnm/rossmann/tr_TR/fonts/Prompt/Prompt-800italic.woff2') format('woff2'), /* Modern Browsers */ url('https://www.rossmann.com.tr/static/frontend/Mnm/rossmann/tr_TR/fonts/Prompt/Prompt-800italic.woff') format('woff'), /* Modern Browsers */ url('https://www.rossmann.com.tr/static/frontend/Mnm/rossmann/tr_TR/fonts/Prompt/Prompt-800italic.ttf') format('truetype'), /* Safari, Android, iOS */ url('https://www.rossmann.com.tr/static/frontend/Mnm/rossmann/tr_TR/fonts/Prompt/Prompt-800italic.svg#Prompt') format('svg');
  
  /* IE9 */
  /* Legacy iOS */
}
@font-face {
  font-family: 'Prompt';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url('https://www.rossmann.com.tr/static/frontend/Mnm/rossmann/tr_TR/fonts/Prompt/Prompt-900.eot');
  src: url('https://www.rossmann.com.tr/static/frontend/Mnm/rossmann/tr_TR/fonts/Prompt/Prompt-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('https://www.rossmann.com.tr/static/frontend/Mnm/rossmann/tr_TR/fonts/Prompt/Prompt-900.woff2') format('woff2'), /* Modern Browsers */ url('https://www.rossmann.com.tr/static/frontend/Mnm/rossmann/tr_TR/fonts/Prompt/Prompt-900.woff') format('woff'), /* Modern Browsers */ url('https://www.rossmann.com.tr/static/frontend/Mnm/rossmann/tr_TR/fonts/Prompt/Prompt-900.ttf') format('truetype'), /* Safari, Android, iOS */ url('https://www.rossmann.com.tr/static/frontend/Mnm/rossmann/tr_TR/fonts/Prompt/Prompt-900.svg#Prompt') format('svg');
  
  /* IE9 */
  /* Legacy iOS */
}
@font-face {
  font-family: 'Prompt';
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url('https://www.rossmann.com.tr/static/frontend/Mnm/rossmann/tr_TR/fonts/Prompt/Prompt-900italic.eot');
  src: url('https://www.rossmann.com.tr/static/frontend/Mnm/rossmann/tr_TR/fonts/Prompt/Prompt-900italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('https://www.rossmann.com.tr/static/frontend/Mnm/rossmann/tr_TR/fonts/Prompt/Prompt-900italic.woff2') format('woff2'), /* Modern Browsers */ url('https://www.rossmann.com.tr/static/frontend/Mnm/rossmann/tr_TR/fonts/Prompt/Prompt-900italic.woff') format('woff'), /* Modern Browsers */ url('https://www.rossmann.com.tr/static/frontend/Mnm/rossmann/tr_TR/fonts/Prompt/Prompt-900italic.ttf') format('truetype'), /* Safari, Android, iOS */ url('https://www.rossmann.com.tr/static/frontend/Mnm/rossmann/tr_TR/fonts/Prompt/Prompt-900italic.svg#Prompt') format('svg');
  
  /* IE9 */
  /* Legacy iOS */
}
body {
  font-family: 'Prompt';
  font-weight: 400;
  margin: 0;
}
#cookiespool-banner,
#cookiespool-modal-container #cookiespool-popup .cookiespool-window {
  background: #edeced !important;
}
#cookiespool-banner,
#cookiespool-footer {
  z-index: 10000000;
  position: fixed;
  bottom: 0;
}
#cookiespool-banner .cookiespool-cookies .cookiespool-buttons button,
#cookiespool-modal-container #cookiespool-popup .cookiespool-window #accordion li .cookiespool-panel button,
#cookiespool-modal-container #cookiespool-popup .cookiespool-window .cookiespool-actions button,
.cookiespool-footerbutton {
  font-size: 1em !important;
  line-height: normal !important;
  text-transform: none !important;
  font-family: 'Hind Siliguri', sans-serif !important;
  letter-spacing: normal !important;
  text-align: center !important;
}
#cookiespool-banner {
  transform: translateX(5.5%);
  color: #000 !important;
  width: 90%;
  display: none;
  justify-content: center;
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
  animation: 1s ease-in slide-in;
}
@keyframes slide-in {
  from {
    bottom: -300px;
    opacity: 0;
  }
  to {
    bottom: 0;
    opacity: 1;
  }
}
#cookiespool-banner #bannerPolicy {
  color: #00f !important;
  text-decoration: underline;
}
#cookiespool-banner .cookiespool-cookies {
  padding: 15px 0;
  max-width: 90%;
  display: flex;
  align-items: center;
  font-family: 'Hind Siliguri', sans-serif;
}
#cookiespool-banner .cookiespool-cookies .cookiespool-buttons {
  display: flex;
  flex-direction: column;
  margin-left: 10px;
  white-space: nowrap;
}
#cookiespool-banner .cookiespool-cookies .cookiespool-buttons button {
  color: #fff !important;
  background: #1c87f6 !important;
  border: none;
  padding: 7px;
  margin: 5px 35px;
  width: 100%;
  border-radius: 5px;
}
#cookiespool-banner .cookiespool-cookies .cookiespool-buttons button:hover {
  background: #cecdce !important;
  color: #a5a3a5 !important;
  cursor: pointer;
}
#cookiespool-modal-container {
  z-index: 10000000;
  position: fixed;
  left: 0;
  top: 0;
  display: none;
  align-items: center;
  justify-content: center;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5) !important;
}
#cookiespool-modal-container #cookiespool-popup * {
  padding: 0;
  margin: 0;
  font-family: 'Hind Siliguri', sans-serif;
}
#cookiespool-modal-container #cookiespool-popup .cookiespool-window .cookiespool-header {
  background: #1c87f6 !important;
  color: #fff !important;
  padding: 15px 35px;
}
#cookiespool-modal-container #cookiespool-popup .cookiespool-window .cookiespool-header #policy {
  float: right;
  color: #fff !important;
  text-decoration: underline;
}
#cookiespool-modal-container #cookiespool-popup .cookiespool-window .cookiespool-actions {
  padding: 15px;
  text-align: right;
}
#cookiespool-modal-container #cookiespool-popup .cookiespool-window .cookiespool-actions button {
  color: #fff !important;
  background: #1c87f6 !important;
  border: none;
  padding: 5px;
  border-radius: 5px;
  margin: 5px;
}
#cookiespool-modal-container #cookiespool-popup .cookiespool-window .cookiespool-actions #accept,
#cookiespool-modal-container #cookiespool-popup .cookiespool-window .cookiespool-actions #cancel {
  cursor: pointer;
}
#cookiespool-modal-container #cookiespool-popup .cookiespool-window .cookiespool-actions #cookiespoollink {
  float: left;
  color: #00f !important;
  font-size: 13px;
  padding: 5px;
}
#cookiespool-modal-container #cookiespool-popup .cookiespool-window .cookiespool-actions #consentid {
  float: left;
  color: #616061 !important;
  font-size: 13px;
  padding: 2px;
}
#cookiespool-modal-container #cookiespool-popup .cookiespool-window .cookiespool-title {
  font-size: 18px;
  color: #fff !important;
}
#cookiespool-modal-container #cookiespool-popup .cookiespool-window .cookiespool-subtitle {
  color: #fff !important;
}
#cookiespool-modal-container #cookiespool-popup .cookiespool-window input[type=checkbox] {
  width: 40px !important;
  height: 20px !important;
  -webkit-appearance: none !important;
  background: #ebe9ed !important;
  border-radius: 20px !important;
  outline: 0 !important;
  position: inherit !important;
}
#cookiespool-modal-container #cookiespool-popup .cookiespool-window input:checked[type=checkbox] {
  background: #37c94c !important;
}
#cookiespool-modal-container #cookiespool-popup .cookiespool-window input[type=checkbox]:before {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  transform: scale(0.8);
  border-radius: 20px;
  background: #fff !important;
  transition: .4s;
}
#cookiespool-modal-container #cookiespool-popup .cookiespool-window input:checked[type=checkbox]:before {
  transform: translateX(20px);
}
#cookiespool-modal-container #cookiespool-popup .cookiespool-window .cookiespool-pad {
  padding-bottom: 10px;
}
#cookiespool-modal-container #cookiespool-popup .cookiespool-window #accordion li .cookiespool-panel button {
  padding: 0;
  margin: 0;
  border: none;
  background: 0 0;
  color: #000 !important;
  cursor: pointer;
}
#cookiespool-modal-container #cookiespool-popup .cookiespool-window ul {
  list-style-type: none;
}
#cookiespool-modal-container #cookiespool-popup .cookiespool-window #accordion .cookiespool-content {
  font-size: 14px;
  background: #edeced !important;
  color: #000 !important;
  padding: 0 30px;
  margin: 10px 0;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
#cookiespool-modal-container #cookiespool-popup .cookiespool-window #accordion .cookiespool-content p {
  color: #000 !important;
}
#cookiespool-modal-container #cookiespool-popup .cookiespool-window #accordion li .cookiespool-panel {
  padding: 15px 35px;
  background: #fff !important;
  margin: 2px 20px 20px;
  border-radius: 5px;
}
#cookiespool-modal-container #cookiespool-popup .cookiespool-window #accordion li .cookiespool-panel .cookiespool-option,
#cookiespool-modal-container #cookiespool-popup .cookiespool-window #accordion li .cookiespool-panel p {
  text-align: right;
}
#cookiespool-modal-container #cookiespool-popup .cookiespool-window #accordion li .cookiespool-ss .cookiespool-option {
  float: right;
  margin-right: 50px;
  margin-top: 16px;
}
#cookiespool-modal-container #cookiespool-popup .cookiespool-window #accordion li .cookiespool-ss .cookiespool-option .cookiespool-warning {
  color: #a9a8a9 !important;
}
#cookiespool-footer {
  padding: 5px 5px 10px;
  animation: 1s ease-in slide-right;
}
@keyframes slide-right {
  from {
    left: -300px;
    opacity: 0;
  }
  to {
    left: 0;
    opacity: 1;
  }
}
.cookiespool-footerbutton {
  border: 0;
  background-color: transparent;
  cursor: pointer;
}
.cookiespool-footerbutton .cookiespool-footer-img {
  max-height: 50px;
  max-width: 50px;
}
.cookiespool-footertooltip {
  border-bottom: 1px dotted #000000;
}
.cookiespool-footertooltip .cookiespool-footertooltiptext {
  visibility: hidden;
  width: 140px;
  font-size: 13px;
  background-color: #000 !important;
  color: #fff !important;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute !important;
  cursor: pointer;
  left: 100%;
  top: 0;
}
.cookiespool-footertooltip:hover .cookiespool-footertooltiptext {
  visibility: visible !important;
}
@media (max-width: 1024px) {
  #cookiespool-banner {
    font-size: .9em !important;
    width: 90% !important;
  }
  #cookiespool-banner .cookiespool-cookies {
    display: flex !important;
  }
  #cookiespool-banner .cookiespool-cookies .cookiespool-buttons {
    display: flex !important;
    flex-direction: column !important;
  }
  #cookiespool-banner .cookiespool-cookies .cookiespool-buttons button {
    margin: 3px 25px!important;
    font-size: .8em !important;
  }
}
@media (max-width: 500px) {
  #cookiespool-popup {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  #cookiespool-banner {
    font-size: .8em !important;
    width: 90% !important;
  }
  #cookiespool-banner .cookiespool-cookies {
    display: block !important;
    padding-bottom: 0 !important;
  }
  #cookiespool-banner .cookiespool-cookies .cookiespool-buttons {
    flex-direction: row !important;
    margin: 10px !important;
  }
  #cookiespool-banner .cookiespool-cookies .cookiespool-buttons button {
    margin: 3px !important;
    font-size: .8em !important;
  }
}
@media (min-width: 500px) {
  #cookiespool-popup {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 15px;
  }
}
#cookiespool-banner,
#cookiespool-modal-container #cookiespool-popup .cookiespool-window {
  background: #edeced !important;
}
#cookiespool-banner {
  color: #000 !important;
  font-size: 1em !important;
  opacity: 1 !important;
  width: 80% !important;
  transform: translateX(10%);
}
#cookiespool-banner #bannerPolicy {
  color: #00f !important;
}
#cookiespool-banner .cookiespool-cookies {
  display: flex !important;
}
#cookiespool-banner .cookiespool-cookies .cookiespool-buttons {
  flex-direction: column !important;
  margin-left: 10px !important;
}
#cookiespool-banner .cookiespool-cookies .cookiespool-buttons button {
  color: #fff !important;
  margin: 5px 35px!important;
  background: #c3002e !important;
}
#cookiespool-modal-container #cookiespool-popup .cookiespool-window .cookiespool-actions #cancel,
#cookiespool-modal-container #cookiespool-popup .cookiespool-window .cookiespool-actions button,
#cookiespool-modal-container #cookiespool-popup .cookiespool-window .cookiespool-header {
  background: #c3002e !important;
  color: #fff !important;
}
#cookiespool-modal-container #cookiespool-popup .cookiespool-window .cookiespool-header #policy,
#cookiespool-popup .cookiespool-window .cookiespool-subtitle,
#cookiespool-popup .cookiespool-window .cookiespool-title {
  color: #fff !important;
}
@media (max-width: 1024px) {
  #cookiespool-banner {
    font-size: .9em !important;
    width: 90% !important;
    transform: translateX(5.5%);
  }
  #cookiespool-banner .cookiespool-cookies {
    display: flex !important;
  }
  #cookiespool-banner .cookiespool-cookies .cookiespool-buttons {
    display: flex !important;
    flex-direction: column !important;
  }
  #cookiespool-banner .cookiespool-cookies .cookiespool-buttons button {
    margin: 3px 25px!important;
    font-size: .8em !important;
  }
}
@media (max-width: 500px) {
  #cookiespool-banner {
    font-size: .8em !important;
    width: 90% !important;
    transform: translateX(5.5%);
  }
  #cookiespool-banner .cookiespool-cookies {
    display: block !important;
    padding-bottom: 0 !important;
  }
  #cookiespool-banner .cookiespool-cookies .cookiespool-buttons {
    flex-direction: row !important;
    margin: 10px !important;
  }
  #cookiespool-banner .cookiespool-cookies .cookiespool-buttons button {
    margin: 3px !important;
    font-size: .8em !important;
  }
}
div.ma-search-autocomplete div.ma-main div.ma-grid-container ul.ma-grid li.item.ea {
  display: none;
}
div.ma-search-autocomplete div.ma-main div.ma-grid-container ul.ma-grid li.item {
  margin: 20px;
  border: none;
}
div.ma-search-autocomplete div.ma-main div.ma-grid-container ul.ma-grid li.item .mnm__qty__ux {
  border-radius: 23px;
  box-shadow: 0 8px 7px -5px #8f8f8f;
  border: solid 1px #e0d6ca;
  right: 15px;
  background-color: #fff;
  display: none;
  position: absolute;
  bottom: -20px;
}
div.ma-search-autocomplete div.ma-main div.ma-grid-container ul.ma-grid li.item .mnm__qty__ux input {
  width: 30px;
  height: 30px;
  text-align: center;
  color: white;
  padding: 0;
  border: none;
  box-shadow: 0 7px 7px -5px #c3012e;
  background-color: #c3012e;
}
div.ma-search-autocomplete div.ma-main div.ma-grid-container ul.ma-grid li.item .mnm__qty__ux a {
  text-decoration: none;
  padding: 0 10px 0px 10px;
  font-size: 20px;
  font-weight: bold;
  color: black;
}
div.ma-search-autocomplete div.ma-main div.ma-grid-container ul.ma-grid li.item:hover {
  box-shadow: none;
}
div.ma-search-autocomplete div.ma-main div.ma-grid-container ul.ma-grid li.item:hover .image {
  border-color: #e0d6ca;
}
div.ma-search-autocomplete div.ma-main div.ma-grid-container ul.ma-grid li.item .image {
  border: solid 1px #e0d6ca;
  position: relative;
  border-radius: 20px;
}
div.ma-search-autocomplete div.ma-main div.ma-grid-container ul.ma-grid li.item img {
  border-radius: 20px !important;
}
div.ma-search-autocomplete div.ma-main div.ma-grid-container ul.ma-grid li.item button.tocart {
  width: 65px;
  height: 60px;
  padding: 13px 18px 16px;
  border-radius: 30px;
  position: absolute;
  bottom: -20px;
  right: 20px;
  background-color: #c3012e !important;
  background: #c3012e !important;
  border-color: #c3012e !important;
}
div.ma-search-autocomplete div.ma-main div.ma-grid-container ul.ma-grid li.item button.tocart:focus {
  background-color: #c3012e;
  background: #c3012e;
  border-color: #c3012e;
}
div.ma-search-autocomplete div.ma-main div.ma-grid-container ul.ma-grid li.item button.tocart:active {
  background-color: #c3012e;
  background: #c3012e;
  border-color: #c3012e;
}
div.ma-search-autocomplete div.ma-main div.ma-grid-container ul.ma-grid li.item button.tocart:hover {
  background-color: #e0d6ca !important;
  background: #e0d6ca !important;
  border-color: #e0d6ca !important;
}
div.ma-search-autocomplete div.ma-main div.ma-grid-container ul.ma-grid li.item button.tocart span {
  font-size: 0;
}
div.ma-search-autocomplete div.ma-main div.ma-grid-container ul.ma-grid li.item button.tocart span:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 33px;
  color: #fff;
  content: '\e83f';
  font-family: 'mnm-jet';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: 400;
  overflow: hidden;
  speak: none;
  text-align: center;
}
div.ma-search-autocomplete div.ma-main div.ma-grid-container ul.ma-grid li.item div.info {
  margin-top: 20px;
  padding-left: 0;
  max-height: 75px;
  overflow: hidden;
}
div.ma-search-autocomplete div.ma-main div.ma-grid-container ul.ma-grid li.item div.info .product-item-name {
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
div.ma-search-autocomplete div.ma-main div.ma-grid-container ul.ma-grid li.item div.info div.price-box.price-final_price {
  text-align: left;
  padding: 0 !important;
}
h1.page-title span {
  font-weight: bold;
}
.eln-toolbar.toolbar {
  display: flex;
  align-items: flex-end;
  flex-direction: row-reverse;
  position: relative;
  margin-top: -75px;
}
.toolbar-products .product-amount {
  order: 2;
  margin-right: 50px;
}
.toolbar-sorter label {
  display: none;
}
.toolbar-sorter select.sorter-options {
  width: 200px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADkAAAAnCAMAAACCGhBcAAAAKlBMVEVHcEzEAS7EAi/HBzH9Pz/EAS/EAS7ICTPEAy/FAzDEAi/FAy/EAy7DAS6ywPtxAAAADXRSTlMA43ckBK36GlRPk0xjNM29kwAAAJhJREFUeNrNzQUSQjEYA+Hn1vb+x8XhHxZJcDJa+War36179uNYTybsF8AyTB4sZTmHRdCAexpQ0oB7GlDRgHsaUNCAQXMppBKWetxeNaAObKvqgs4uFFRAUhcKKiCphppqSOpD0qShoBYk9eEl9SGpD0l9SKqhphqS+pDUh6Q+JPUhqYZc12goqj5E1Yeo+hBVH5KO1b9tDeB3HWSFrU3NAAAAAElFTkSuQmCC);
  -webkit-appearance: none;
  -moz-appearance: none;
  background-repeat: no-repeat;
  background-position-x: 97%;
  background-position-y: 10px;
  background-size: 15px;
  border: 1px solid #e0d6ca;
  border-radius: 6px;
}
.toolbar-sorter select.sorter-options::after {
  content: '' !important;
  width: 18px;
  height: 14px;
  background-size: 100% 100%;
  margin-bottom: 5px;
  display: block;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADkAAAAnCAMAAACCGhBcAAAAKlBMVEVHcEzEAS7EAi/HBzH9Pz/EAS/EAS7ICTPEAy/FAzDEAi/FAy/EAy7DAS6ywPtxAAAADXRSTlMA43ckBK36GlRPk0xjNM29kwAAAJhJREFUeNrNzQUSQjEYA+Hn1vb+x8XhHxZJcDJa+War36179uNYTybsF8AyTB4sZTmHRdCAexpQ0oB7GlDRgHsaUNCAQXMppBKWetxeNaAObKvqgs4uFFRAUhcKKiCphppqSOpD0qShoBYk9eEl9SGpD0l9SKqhphqS+pDUh6Q+JPUhqYZc12goqj5E1Yeo+hBVH5KO1b9tDeB3HWSFrU3NAAAAAElFTkSuQmCC);
  position: absolute;
  right: 0;
  bottom: 0;
}
.head-custom-links .head-menu-link {
  width: 100%;
  color: #000;
  font-size: 16px;
  font-weight: 100;
  line-height: 1.81;
  color: #3a3a3a;
  padding-left: 0;
  font-weight: bold;
}
.head-custom-links ul {
  padding: 0;
}
.head-custom-links ul li a {
  color: #1b1b1b;
  font-weight: 100;
}
#mnm-back-to-top {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSI3OHB4IiBoZWlnaHQ9IjM0cHgiIHZpZXdCb3g9IjAgMCA3OCAzNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5Hcm91cCA1PC90aXRsZT4gICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+ICAgIDxkZWZzPjwvZGVmcz4gICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+ICAgICAgICA8ZyBpZD0ibW9iaWxlLWFuYXNheWZhIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMjUxLjAwMDAwMCwgLTMxMDUuMDAwMDAwKSI+ICAgICAgICAgICAgPGcgaWQ9Ikdyb3VwLTUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDI1MS4wMDAwMDAsIDMxMDUuMDAwMDAwKSI+ICAgICAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUtOCIgZmlsbD0iI0I4MDAyQyIgeD0iMCIgeT0iMCIgd2lkdGg9Ijc4IiBoZWlnaHQ9IjM0IiByeD0iNSI+PC9yZWN0PiAgICAgICAgICAgICAgICA8cGF0aCBkPSJNMTQuMzM2LDEzLjI3MiBMMTYuMzM2LDEzLjI3MiBMMTIuMzEyLDI1LjUyIEwxMC4zMjgsMjUuNTIgTDExLjQ5NiwyMiBMMTAuODg4LDIyIEw4LjAyNCwxMy4yNzIgTDEwLjEyOCwxMy4yNzIgTDEyLjIsMjAuMjI0IEwxNC4zMzYsMTMuMjcyIFogTTE5LjkwNCwyMi4xNTIgQzE5LjA4Nzk5NTksMjIuMTUyIDE4LjQ0MTMzNTcsMjEuOTA0MDAyNSAxNy45NjQsMjEuNDA4IEMxNy40ODY2NjQzLDIwLjkxMTk5NzUgMTcuMjQ4LDIwLjExNzMzODggMTcuMjQ4LDE5LjAyNCBMMTcuMjQ4LDEzLjI3MiBMMTkuMjY0LDEzLjI3MiBMMTkuMjY0LDE4Ljg4OCBDMTkuMjY0LDE5LjQyMTMzNiAxOS4zNzMzMzIyLDE5LjgwMTMzMjIgMTkuNTkyLDIwLjAyOCBDMTkuODEwNjY3OCwyMC4yNTQ2Njc4IDIwLjExNzMzMTQsMjAuMzY4IDIwLjUxMiwyMC4zNjggQzIwLjgxMDY2ODIsMjAuMzY4IDIxLjExMzMzMTgsMjAuMjk3MzM0IDIxLjQyLDIwLjE1NiBDMjEuNzI2NjY4MiwyMC4wMTQ2NjYgMjEuOTc4NjY1NywxOS44MDUzMzQ3IDIyLjE3NiwxOS41MjggTDIyLjE3NiwxMy4yNzIgTDI0LjE5MiwxMy4yNzIgTDI0LjE5MiwyMiBMMjIuNTEyLDIyIEwyMi4zNjgsMjEuMDggTDIyLjI2NCwyMS4wOCBDMjEuOTQ5MzMxOCwyMS40MzIwMDE4IDIxLjU5MDY2ODcsMjEuNjk4NjY1OCAyMS4xODgsMjEuODggQzIwLjc4NTMzMTMsMjIuMDYxMzM0MiAyMC4zNTczMzU2LDIyLjE1MiAxOS45MDQsMjIuMTUyIFogTTMxLjYsMjIgTDI5LjEyLDE4LjMyOCBMMjguMTEyLDE4LjMyOCBMMjguMTEyLDIyIEwyNi4wOTYsMjIgTDI2LjA5Niw5LjA3MiBMMjguMTEyLDkuMDcyIEwyOC4xMTIsMTYuNzEyIEwyOS4xMTIsMTYuNzEyIEwzMS4zNzYsMTMuMjcyIEwzMy41MjgsMTMuMjcyIEwzMC43ODQsMTcuNDg4IEwzMy44LDIyIEwzMS42LDIyIFogTTM3LjEyOCwxMy4xMzYgQzM3Ljk0OTMzNzQsMTMuMTM2IDM4LjYxNzMzMDgsMTMuMjQzOTk4OSAzOS4xMzIsMTMuNDYgQzM5LjY0NjY2OTIsMTMuNjc2MDAxMSA0MC4wMjkzMzIxLDE0LjAzMDY2NDIgNDAuMjgsMTQuNTI0IEM0MC41MzA2Njc5LDE1LjAxNzMzNTggNDAuNjU2LDE1LjY4NTMyOTEgNDAuNjU2LDE2LjUyOCBMNDAuNjU2LDIyIEwzOSwyMiBMMzguODU2LDIxLjA4IEwzOC43NTIsMjEuMDggQzM4LjUxMTk5ODgsMjEuNDM3MzM1MSAzOC4yMDI2Njg2LDIxLjcwNTMzMjQgMzcuODI0LDIxLjg4NCBDMzcuNDQ1MzMxNCwyMi4wNjI2Njc2IDM3LjAxODY2OSwyMi4xNTIgMzYuNTQ0LDIyLjE1MiBDMzYuMDIxMzMwNywyMi4xNTIgMzUuNTY2NjY4NiwyMi4wNTIwMDEgMzUuMTgsMjEuODUyIEMzNC43OTMzMzE0LDIxLjY1MTk5OSAzNC40OTQ2Njc3LDIxLjM2NjY2ODUgMzQuMjg0LDIwLjk5NiBDMzQuMDczMzMyMywyMC42MjUzMzE1IDMzLjk2OCwyMC4xODkzMzU4IDMzLjk2OCwxOS42ODggQzMzLjk2OCwxOC44NzE5OTU5IDM0LjIyOTMzMDcsMTguMjQwMDAyMiAzNC43NTIsMTcuNzkyIEMzNS4yNzQ2NjkzLDE3LjM0Mzk5NzggMzYuMTAzOTk0MywxNy4wNzQ2NjcxIDM3LjI0LDE2Ljk4NCBMMzguNjk2LDE2Ljg0OCBMMzguNjk2LDE2LjQyNCBDMzguNjk2LDE1Ljk5MTk5NzggMzguNjMwNjY3MywxNS42NTQ2Njc5IDM4LjUsMTUuNDEyIEMzOC4zNjkzMzI3LDE1LjE2OTMzMjEgMzguMTY1MzM0NywxNC45OTYwMDA1IDM3Ljg4OCwxNC44OTIgQzM3LjYxMDY2NTMsMTQuNzg3OTk5NSAzNy4yNDAwMDIzLDE0LjczNiAzNi43NzYsMTQuNzM2IEMzNi40NDUzMzE3LDE0LjczNiAzNi4wODY2Njg2LDE0Ljc2NTMzMyAzNS43LDE0LjgyNCBDMzUuMzEzMzMxNCwxNC44ODI2NjcgMzQuOTM4NjY4NSwxNC45Njc5OTk0IDM0LjU3NiwxNS4wOCBMMzQuNTc2LDEzLjQ4OCBDMzQuOTM4NjY4NSwxMy4zNzU5OTk0IDM1LjM0OTMzMSwxMy4yODkzMzM2IDM1LjgwOCwxMy4yMjggQzM2LjI2NjY2OSwxMy4xNjY2NjY0IDM2LjcwNjY2NDYsMTMuMTM2IDM3LjEyOCwxMy4xMzYgWiBNMzcuMTkyLDIwLjY2NCBDMzcuNDY5MzM0NywyMC42NjQgMzcuNzM4NjY1NCwyMC42MDY2NjcyIDM4LDIwLjQ5MiBDMzguMjYxMzM0NiwyMC4zNzczMzI4IDM4LjQ5MzMzMjMsMjAuMTk0NjY3OSAzOC42OTYsMTkuOTQ0IEwzOC42OTYsMTguMDY0IEwzNy40NCwxOC4xNzYgQzM2LjkyNzk5NzQsMTguMjI0MDAwMiAzNi41NTIwMDEyLDE4LjM1NTk5ODkgMzYuMzEyLDE4LjU3MiBDMzYuMDcxOTk4OCwxOC43ODgwMDExIDM1Ljk1MiwxOS4wOTA2NjQ3IDM1Ljk1MiwxOS40OCBDMzUuOTUyLDE5Ljg2OTMzNTMgMzYuMDU4NjY1NiwyMC4xNjM5OTkgMzYuMjcyLDIwLjM2NCBDMzYuNDg1MzM0NCwyMC41NjQwMDEgMzYuNzkxOTk4LDIwLjY2NCAzNy4xOTIsMjAuNjY0IFogTTQyLjQ5NiwxMy4yNzIgTDQ0LjE2LDEzLjI3MiBMNDQuMzIsMTQuNDQ4IEw0NC40MjQsMTQuNDQ4IEM0NC42NTMzMzQ1LDE0LjAxNTk5NzggNDQuOTYzOTk4LDEzLjY5NDY2NzcgNDUuMzU2LDEzLjQ4NCBDNDUuNzQ4MDAyLDEzLjI3MzMzMjMgNDYuMTg2NjY0MiwxMy4xNjggNDYuNjcyLDEzLjE2OCBDNDYuODk2MDAxMSwxMy4xNjggNDcuMTA2NjY1NywxMy4xODY2NjY1IDQ3LjMwNCwxMy4yMjQgTDQ3LjMwNCwxNS4wOCBDNDcuMDc5OTk4OSwxNS4wNDI2NjY1IDQ2LjgyOTMzNDcsMTUuMDI0IDQ2LjU1MiwxNS4wMjQgQzQ2LjE1MTk5OCwxNS4wMjQgNDUuNzY0MDAxOSwxNS4xMTE5OTkxIDQ1LjM4OCwxNS4yODggQzQ1LjAxMTk5ODEsMTUuNDY0MDAwOSA0NC43MjAwMDEsMTUuNzA2NjY1MSA0NC41MTIsMTYuMDE2IEw0NC41MTIsMjIgTDQyLjQ5NiwyMiBMNDIuNDk2LDEzLjI3MiBaIE00OC4zNDQsMjIgTDQ4LjM0NCwxMy4yNzIgTDUwLjM2OCwxMy4yNzIgTDUwLjM2OCwyMiBMNDguMzQ0LDIyIFoiIGlkPSJ5dWthcsSxIiBmaWxsPSIjRkZGRkZGIj48L3BhdGg+ICAgICAgICAgICAgICAgIDxnIGlkPSJHcm91cCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNjMuNTAwMDAwLCAxNy4wMDAwMDApIHJvdGF0ZSgtOTAuMDAwMDAwKSB0cmFuc2xhdGUoLTYzLjUwMDAwMCwgLTE3LjAwMDAwMCkgdHJhbnNsYXRlKDU5LjAwMDAwMCwgMTEuMDAwMDAwKSIgZmlsbD0iI0ZGRkZGRiIgZmlsbC1ydWxlPSJub256ZXJvIj4gICAgICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik04Ljc0MjkzNzUsNS41MzE5ODk1OSBMMS41MTU5Mzc1LDAuMTkyNTAyNzQzIEMxLjI2MDU2MjUsLTEuOTMwNjIyMDNlLTA1IDAuODc0MTI1LC0wLjA0ODAxOTM4MzQgMC41NTI5Mzc1LDAuMDQ3OTgwNzcxIEMwLjIxODI1LDAuMTU1OTgwOTQ1IDAsMC4zOTY1MDMwNzEgMCwwLjY1OTQ2MDAxNiBMMy43OTI5Mzc1LDYuMDAwNTEyMDkgTDAsMTEuMzM5OTk4OSBDMCwxMS42MDUwNDI4IDAuMjE4MjUsMTEuODQzOTk5NyAwLjU1MjkzNzUsMTEuOTUyNTIxNyBDMC42NTUzMTI1LDExLjk4OTA0MzUgMC43NzE3NSwxMiAwLjg4NzA2MjUsMTIgQzEuMTE4ODEyNSwxMiAxLjM0OTQzNzUsMTEuOTI2OTU2NCAxLjUxODE4NzUsMTEuODA3OTk5NyBMOC43NDM1LDYuNDY4NTEyODQgQzguOTEwNTYyNSw2LjMzNDk0NzQxIDksNi4xNjc0Njg4OCA5LDYuMDAwNTEyMDkgQzksNS44MzE5OTAwOCA4LjkxMDU2MjUsNS42NjM0NjgwNyA4Ljc0MjkzNzUsNS41MzE5ODk1OSBaIiBpZD0iU2hhcGUiPjwvcGF0aD4gICAgICAgICAgICAgICAgPC9nPiAgICAgICAgICAgIDwvZz4gICAgICAgIDwvZz4gICAgPC9nPjwvc3ZnPg==) no-repeat;
  width: 78px;
  height: 34px;
  bottom: 50px;
  right: 20px;
  cursor: pointer;
  overflow: hidden;
  position: fixed;
  z-index: 9999;
  display: none;
}
@media (min-width: 979px) {
  .catalog-category-view .page-title-wrapper {
    width: 67%;
  }
}
.mnm-3dpay-modal {
  position: relative;
}
.mnm-3dpay-modal iframe {
  position: inherit;
  z-index: 99;
}
.mnm-3dpay-modal .main-frame {
  position: absolute;
  width: 100%;
  height: 100%;
}
.mnm-3dpay-modal .main-frame .loader-frame {
  width: 50px;
  height: 50px;
  background: rebeccapurple;
  top: 28%;
  position: absolute;
  background: url(data:image/gif;base64,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);
  background-position: center;
  left: 44%;
  z-index: 1;
}
.mnm-masterpass-payment-method .control.installment {
  margin-bottom: 30px;
}
.out-of-notification-popup-option > label {
  display: inline;
  font-weight: 100;
}
.out-of-notification-popup-option > label > a {
  text-decoration: underline;
}
.out-of-stock-button-show {
  display: block !important;
  margin: unset !important;
}
.stock.link-stock-alert.plp {
  margin: unset !important;
}
.plp-show-popup {
  display: unset !important;
}
