/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
@media only screen and (max-width: 1024px) {
  .navigation {
    padding: 0;
  }
  .navigation .parent .level-top {
    position: relative;
    display: block;
    text-decoration: none;
  }
  .navigation .parent .level-top:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 42px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .parent .level-top:after {
    position: absolute;
    right: 7px;
    top: -8px;
  }
  .navigation .parent .level-top.ui-state-active:after {
    content: '\e621';
  }
  .nav-sections {
    -webkit-overflow-scrolling: touch;
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    -ms-transition: left 0.3s;
    transition: left 0.3s;
    height: 100%;
    left: -80%;
    left: calc(-1 * (100% - 54px));
    overflow: auto;
    position: fixed;
    top: 0;
    width: 80%;
    width: calc(100% - 54px);
  }
  .nav-sections .switcher {
    border-top: 1px solid #d1d1d1;
    font-size: 1.6rem;
    font-weight: 700;
    margin: 0;
    padding: .8rem 3.5rem .8rem 2rem;
  }
  .nav-sections .switcher .label {
    display: block;
    margin-bottom: 5px;
  }
  .nav-sections .switcher:last-child {
    border-bottom: 1px solid #d1d1d1;
  }
  .nav-sections .switcher-trigger strong {
    position: relative;
    display: block;
    text-decoration: none;
  }
  .nav-sections .switcher-trigger strong:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 42px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .nav-sections .switcher-trigger strong:after {
    position: absolute;
    right: -40px;
    top: -16px;
  }
  .nav-sections .switcher-trigger.active strong:after {
    content: '\e621';
  }
  .nav-sections .switcher-dropdown {
    margin: 0;
    padding: 0;
    list-style: none none;
    display: none;
    padding: 10px 0;
  }
  .nav-sections .switcher-options.active .switcher-dropdown {
    display: block;
  }
  .nav-sections .header.links {
    margin: 0;
    padding: 0;
    list-style: none none;
    border-bottom: 1px solid #d1d1d1;
  }
  .nav-sections .header.links li {
    font-size: 1.6rem;
    margin: 0;
  }
  .nav-sections .header.links li.greet.welcome {
    border-top: 1px solid #d1d1d1;
    font-weight: 700;
    padding: 0.8rem 20px;
  }
  .nav-sections .header.links li > a {
    border-top: 1px solid #d1d1d1;
  }
  .nav-sections .header.links a,
  .nav-sections .header.links a:hover {
    color: #191b1c;
    text-decoration: none;
    display: block;
    font-weight: 700;
    padding: 0.8rem 20px;
  }
  .nav-sections .header.links .header.links {
    border: 0;
  }
  .nav-before-open {
    height: 100%;
    overflow-x: hidden;
    width: 100%;
  }
  .nav-before-open .page-wrapper {
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    -ms-transition: left 0.3s;
    transition: left 0.3s;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: relative;
  }
  .nav-before-open body {
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
  }
  .nav-open .page-wrapper {
    left: 80%;
    left: calc(100% - 54px);
  }
  .nav-open .nav-sections {
    -webkit-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    -ms-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    left: 0;
    z-index: 99;
  }
  .nav-open .nav-toggle:after {
    background: rgba(0, 0, 0, 0.5);
    content: '';
    display: block;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1;
  }
  .nav-sections-items {
    position: relative;
    z-index: 1;
  }
  .nav-sections-items:before,
  .nav-sections-items:after {
    content: '';
    display: table;
  }
  .nav-sections-items:after {
    clear: both;
  }
  .nav-sections-item-title {
    background: rgba(0, 0, 0, 0);
    border: solid rgba(0, 0, 0, 0);
    border-width: 0 0 1px 1px;
    box-sizing: border-box;
    float: left;
    height: 71px;
    padding-top: 24px;
    text-align: center;
    width: 33.33%;
  }
  .nav-sections-item-title.active {
    background: transparent;
    border-bottom: 0;
  }
  .nav-sections-item-title .nav-sections-item-switch:hover {
    text-decoration: none;
  }
  .nav-sections-item-content {
    box-sizing: border-box;
    float: right;
    margin-left: -100%;
    margin-top: 71px;
    width: 100%;
    padding: 25px 0;
  }
  .nav-sections-item-content:before,
  .nav-sections-item-content:after {
    content: '';
    display: table;
  }
  .nav-sections-item-content:after {
    clear: both;
  }
  .nav-sections-item-content.active {
    display: block;
  }
  .navigation {
    background: transparent;
    box-sizing: border-box;
  }
  .navigation ul {
    margin: 0;
    padding: 0;
  }
  .navigation li {
    margin: 0;
  }
  .navigation a {
    display: block;
    padding-top: 10px;
    padding-right: 0;
    padding-bottom: 10px;
    padding-left: 15px;
  }
  .navigation a,
  .navigation a:hover {
    color: #191b1c;
    text-decoration: none;
  }
  .navigation .level0 {
    border-top: 1px solid #d1d1d1;
    font-size: 1.6rem;
  }
  .navigation .level0 > .level-top {
    font-weight: 500;
    padding: 8px 40px 8px 15px;
    text-transform: uppercase;
    word-wrap: break-word;
  }
  .navigation .level0 > .level-top:hover {
    color: #191b1c;
  }
  .navigation .level0.active .all-category .ui-state-focus {
    border-color: #ff7a00;
    border-style: solid;
    border-width: 0;
    padding-left: 7px;
    display: inline-block;
  }
  .navigation .level0 > .level1 {
    font-weight: 600;
  }
  .navigation .level0.active > a:not(.ui-state-active),
  .navigation .level0.has-active > a:not(.ui-state-active) {
    border-color: #ff7a00;
    border-style: solid;
    border-width: 0;
  }
  .navigation .level0.active > a:not(.ui-state-active) span:not(.ui-menu-icon),
  .navigation .level0.has-active > a:not(.ui-state-active) span:not(.ui-menu-icon) {
    margin-left: -8px;
  }
  .navigation li.level0:last-child {
    border-bottom: 1px solid #d1d1d1;
  }
  .navigation .submenu > li {
    word-wrap: break-word;
  }
  .navigation .submenu > li > a:hover {
    color: #191b1c;
  }
  .navigation .submenu:not(:first-child) {
    font-weight: 400;
    line-height: 1.3;
    left: auto !important;
    overflow-x: hidden;
    padding: 0;
    position: relative;
    top: auto !important;
    transition: left 0.3s ease-out;
  }
  .navigation .submenu:not(:first-child) > li > a {
    padding-left: 15px;
  }
  .navigation .submenu:not(:first-child) > li:last-child {
    margin-bottom: 0;
  }
  .navigation .submenu:not(:first-child) ul {
    display: block;
    padding-left: 15px;
  }
  .navigation .submenu:not(:first-child) ul > li {
    margin: 0;
  }
  .navigation .submenu:not(:first-child) ul > li a {
    color: #191b1c;
    display: block;
    line-height: normal;
  }
  .navigation .submenu:not(:first-child) ul > li a:hover {
    color: #191b1c;
  }
  .navigation .submenu:not(:first-child).expanded {
    display: block !important;
    padding-right: 0;
    top: 0 !important;
  }
  .navigation .submenu:not(:first-child) .active > a {
    border-color: #ff7a00;
    border-style: solid;
    border-width: 0 0 0 8px;
    padding-left: 7px;
  }
  .navigation .submenu:not(:first-child) .level1.active > a {
    padding-left: 7px;
  }
}
@media only screen and (min-width: 1025px) {
  .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: block !important;
  }
  .nav-sections-item-content > * {
    display: none;
  }
  .nav-sections-item-content > .navigation {
    display: block;
  }
  .navigation {
    background: transparent;
    font-weight: 500;
    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(103%);
    z-index: 1;
  }
  .navigation .level0 > .level-top {
    color: #191b1c;
    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: #191b1c;
    text-decoration: none;
  }
  .navigation .level0.active > .level-top,
  .navigation .level0.has-active > .level-top {
    border-color: #ff7a00;
    border-style: solid;
    border-width: 0;
    color: #191b1c;
    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: 24px;
    line-height: 20px;
    color: inherit;
    content: '\e622';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon:after {
    font-weight: 600;
  }
  .navigation .level0 .submenu {
    background: #ffffff;
    border: 1px solid #d1d1d1;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.19);
    font-weight: 500;
    min-width: 230px;
    padding: 15px 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: 30px;
    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: 29px;
    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: #191b1c;
    padding: 8px 20px;
  }
  .navigation .level0 .submenu a:hover,
  .navigation .level0 .submenu a.ui-state-focus {
    background: #e8e8e8;
    color: #191b1c;
    text-decoration: none;
  }
  .navigation .level0 .submenu .active > a {
    border-color: #ff7a00;
    border-style: solid;
    border-width: 0;
  }
  .navigation .level0 .submenu .submenu {
    top: 0 !important;
    left: 100% !important;
  }
  .navigation .level0 .submenu .submenu-reverse {
    left: auto !important;
    right: 100%;
  }
  .navigation .level0 .submenu li {
    margin: 0;
  }
  .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: 'icons-blank-theme';
    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: 'icons-blank-theme';
    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;
  }
}
@media (max-width: 767px) {
  .form-create-account .fieldset .field.customer_type {
    display: flex;
    flex-flow: wrap row;
    justify-content: center;
  }
  .form-create-account .fieldset .field.customer_type .label {
    width: calc(50% - 10px);
  }
}
#mobile_product_title {
  display: none;
}
.product-items.colfull.widget-product-grid.owl-carousel.owl-theme {
  margin: 0;
}
.action.primary {
  padding: 8px 16px;
  text-transform: uppercase;
}
#contact-form {
  max-width: 900px;
  margin: 0 auto;
}
#contact-form .fieldset label {
  width: 100%;
  padding-right: 0;
  text-align: left;
}
#contact-form .fieldset .field {
  width: 100%;
}
#contact-form .fieldset .field:before {
  display: none;
}
#contact-form .fieldset .field .control {
  width: 100%;
}
#contact-form .fieldset .field label {
  width: calc(100% - 18px);
}
#contact-form .fieldset .field label[for^="order_item"] {
  display: block;
}
.appuntamento-prenotato {
  padding: 50px 0;
}
.catalog-product-view.page-layout-1column .product-info-main .box-tocart .fieldset .booking-text {
  width: 100%;
  margin-top: 20px;
}
.catalog-product-view.page-layout-1column .product-info-main .box-tocart .fieldset .booking-text p,
.catalog-product-view.page-layout-1column .product-info-main .box-tocart .fieldset .booking-text li {
  color: #ff7a00;
  font-size: 14px;
  text-align: justify;
  margin-bottom: 5px;
}
.catalog-product-view.page-layout-1column .product-info-main .box-tocart .fieldset .booking-text ol {
  margin-bottom: 0;
  padding-left: 20px;
}
.catalog-product-view.page-layout-1column .product-info-main .product.alert {
  display: none;
}
.catalog-product-view div.mage-error[generated] {
  font-size: 1.7rem;
  font-weight: bold;
}
@media only screen and (min-width: 1025px) {
  .checkout-index-index header .nav-toggle {
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  #maincontent .column.main {
    width: 100%;
    padding: 0;
    order: 2;
    margin-bottom: 30px;
  }
  .catalog-product-view.page-layout-1column .column.main {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .catalog-product-view.page-layout-1column .product.media,
  .catalog-product-view.page-layout-1column .product-info-main {
    width: 100%;
    max-width: 100%;
  }
  .catalog-product-view.page-layout-1column .product.media .product-manufacturer,
  .catalog-product-view.page-layout-1column .product-info-main .product-manufacturer,
  .catalog-product-view.page-layout-1column .product.media .page-title-wrapper,
  .catalog-product-view.page-layout-1column .product-info-main .page-title-wrapper {
    display: none;
  }
  .catalog-product-view.page-layout-1column .product.media {
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1;
  }
  .catalog-product-view #mobile_product_title {
    display: block;
    position: static;
    background-color: #ffffff;
    margin-bottom: 0;
    padding: 12px;
  }
}
@media only screen and (max-width: 768px) {
  .catalog-product-view .product-info-main .stock.available,
  .catalog-product-view .product-info-main .stock.unavailable {
    font-size: 14px;
  }
  .catalog-product-view .product-info-main .price-box .price-wrapper .price {
    font-size: 28px;
  }
  .catalog-product-view .block.upsell.notempty.visible {
    transform: none;
    height: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .catalog-product-view .product.after-media .buttons,
  .catalog-product-view .product.after-media .plus {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .catalog-product-view .product.after-media .buttons {
    order: 2;
  }
  .catalog-product-view .product.after-media .plus {
    order: 1;
    margin-bottom: 20px;
  }
  .catalog-product-view .product.after-media .plus span {
    width: 50%;
    flex-direction: column;
    text-align: center;
    margin-bottom: 15px;
  }
  .catalog-product-view .breadcrumbs {
    margin-bottom: 0;
  }
  .minicart-wrapper {
    border-right: 0;
  }
  .submenu img,
  .submenu .menu-img-span {
    display: none !important;
  }
  .nav-sections-item-title {
    display: none;
  }
  .navigation .level0 a {
    color: #666666;
    font-weight: 400;
  }
  .navigation .level0.active > a:not(.ui-state-active),
  .navigation .level0.has-active > a:not(.ui-state-active) {
    border-left: 8px solid #ff7a00;
  }
  .navigation .submenu:not(:first-child) .level1.active > a {
    border-left: 8px solid #ff7a00;
  }
  .catalog-category-view .category-description,
  .catalog-product-view .category-description {
    font-size: 13px;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  #maincontent .sidebar.sidebar-main {
    order: 1;
    width: 100%;
    padding: 0;
  }
  #maincontent .column.main {
    width: 100%;
    padding: 0;
    order: 2;
    margin-bottom: 30px;
  }
  #maincontent .columns {
    display: flex;
  }
  .account .column.main .block:not(.widget) .block-content .box.box-address {
    flex: 0 0 49%;
    max-width: 49%;
  }
  .table:not(.cart):not(.totals) > thead > tr > th,
  .table:not(.cart):not(.totals) > tbody > tr > th,
  .table:not(.cart):not(.totals) > tfoot > tr > th,
  .table:not(.cart):not(.totals) > thead > tr > td,
  .table:not(.cart):not(.totals) > tbody > tr > td,
  .table:not(.cart):not(.totals) > tfoot > tr > td {
    border-bottom: 1px solid #d1d1d1;
  }
}
@media (max-width: 767px) {
  #maincontent .sidebar.sidebar-main {
    order: 1;
    width: 100%;
    padding: 0;
  }
  #maincontent .column.main {
    width: 100%;
    padding: 0;
    order: 2;
    margin-bottom: 30px;
  }
  #maincontent .columns {
    display: flex;
  }
  #maincontent .form-edit-account .fieldset > .field:not(.company) {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .account .column.main .block:not(.widget) .block-content .box.box-address {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .menu_personal-item p {
    display: none;
  }
  body:not(.catalog-product-view) .table-wrapper:not(.order-items) .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr {
    border: 1px solid #d1d1d1;
    margin-bottom: 10px;
    padding: 0 20px;
  }
  .cms-ricevi-offerte form.hs-form .field {
    max-width: 100%;
    position: relative !important;
  }
  .cms-ricevi-offerte form.hs-form .hs_scegli_il_negozio_juice_pi_vicino_a_te,
  .cms-ricevi-offerte form.hs-form .hs_professione_settori_di_interesse,
  .cms-ricevi-offerte form.hs-form .hs_professione_settori_di_interesse + div {
    right: unset;
    top: unset;
    width: 100%;
  }
  .cms-ricevi-offerte .hs-form p {
    font-size: 13px;
  }
}
@media (max-width: 639px) {
  .order-details-items.ordered .table-order-items .col.image {
    width: 100%;
  }
  td[rowspan="5"] {
    display: none;
  }
}
@media (min-width: 768px) {
  .modal-popup .modal-header,
  .modal-popup .modal-content,
  .modal-popup .modal-footer {
    max-height: 85vh;
    overflow: auto;
  }
}
.block.block-compare .compare-container {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  background: #ffffff;
  margin-bottom: 0;
  padding: 20px 40px;
  border-radius: 10px 10px 0 0;
  border: 2px solid #ff7a00;
  border-bottom: 0;
  width: 90%;
  max-width: 1000px;
  z-index: 3;
}
.block.block-compare .compare-container .block-title {
  margin-bottom: 0;
  cursor: pointer;
}
.block.block-compare .compare-container .block-content {
  margin-top: 15px;
}
.block.block-compare .compare-container #close-compare:before {
  position: absolute;
  right: 5px;
  top: 15px;
  font-size: 40px;
  cursor: pointer;
}
.block.block-compare .compare-container #compare-items {
  flex-flow: nowrap;
  overflow-x: auto;
}
.block.block-compare .compare-container #compare-items .product-item {
  flex: 0 0 25%;
  max-width: 25%;
  margin: 0;
}
.page-title-wrapper {
  margin-top: 20px;
}
@media (min-width: 480px) and (max-width: 1199px) {
  .catalog-category-view .block.widget .products-grid .product-items[data-mage-init] > li.product-item.one-col {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .block.widget .products-grid .product-items[data-mage-init] > li.product-item.one-col:nth-child(1n + 3),
  .catalog-category-view .block.widget .products-grid .product-items[data-mage-init] > li.product-item.one-col:nth-child(1n + 3) {
    display: none;
  }
}
@media (max-width: 479px) {
  .catalog-category-view .block.widget .products-grid .product-items[data-mage-init] > li.product-item.one-col {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .block.widget .products-grid .product-items[data-mage-init] > li.product-item.one-col:nth-child(1n + 2),
  .catalog-category-view .block.widget .products-grid .product-items[data-mage-init] > li.product-item.one-col:nth-child(1n + 2) {
    display: none;
  }
}
@media only screen and (min-width: 1025px) {
  .lof-layeredNavigation .filter-title {
    display: none;
  }
  header.page-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding: 0;
    z-index: 9;
    background: #191b1c;
  }
  header.page-header .navigation {
    position: static;
    padding: 0;
  }
  header.page-header .navigation > ul {
    position: static;
    height: 100%;
    padding: 0;
  }
  header.page-header .navigation .level0 {
    position: static;
    height: 100%;
  }
  header.page-header .navigation .level0 a.level-top {
    display: flex;
    flex-flow: wrap row;
    align-items: center;
    height: 100%;
    padding-left: 0;
  }
  header.page-header .navigation .level0 a.level-top:hover + .submenu.custom-submenu,
  header.page-header .navigation .level0 a.level-top:active + .submenu.custom-submenu {
    display: flex !important;
  }
  header.page-header .navigation .level0 .submenu.custom-submenu {
    left: 0 !important;
    width: 100%;
    display: none;
    flex-flow: wrap row;
    align-items: center;
    justify-content: space-evenly;
    position: absolute !important;
    height: auto;
    z-index: 5;
  }
  header.page-header .navigation .level0 .submenu.custom-submenu:hover,
  header.page-header .navigation .level0 .submenu.custom-submenu:active {
    display: flex !important;
  }
  header.page-header .navigation .level0 .submenu.custom-submenu li > a {
    display: flex;
    flex-flow: wrap column;
    align-items: center;
    text-align: center;
  }
  header.page-header .navigation .level0 .ui-state-focus + .submenu.custom-submenu {
    display: flex;
  }
  .page-wrapper {
    padding-top: 77px;
  }
  header.page-header .navigation .level0:hover:after {
    content: none;
  }
  header.page-header .navigation .level0 .submenu.custom-submenu {
    align-items: stretch;
    justify-content: center;
    padding: 0;
    max-height: 90vh;
    overflow-y: auto !important;
    overflow-x: hidden !important;
  }
  header.page-header .navigation .level0 .submenu.custom-submenu .level1.heading-item {
    flex: 0 0 100%;
    max-width: 100%;
    margin: 0;
    padding: 25px 20px;
    position: sticky;
    top: 0;
    background: #ffffff;
    z-index: 1;
  }
  header.page-header .navigation .level0 .submenu.custom-submenu .level1.banner-item {
    flex: 0 0 50%;
    max-width: 50%;
    background: #f5f5f7;
    padding: 40px;
    margin: 0;
    display: flex;
    flex-flow: wrap row;
  }
  header.page-header .navigation .level0 .submenu.custom-submenu .level1.break-item {
    flex-basis: 100%;
  }
  header.page-header .navigation .level0 .submenu.custom-submenu .level1.category-item.withthird {
    padding: 0;
    border-right: 1px solid #bbbbbb;
    margin: 0 0 40px;
  }
  header.page-header .navigation .level0 .submenu.custom-submenu .level1.category-item.withthird > a,
  header.page-header .navigation .level0 .submenu.custom-submenu .level1.category-item.withthird li > a {
    text-align: left;
    align-items: flex-start;
    padding: 8px 20px;
    position: relative;
  }
  header.page-header .navigation .level0 .submenu.custom-submenu .level1.category-item.withthird > a:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: -1px;
    width: 1px;
    background: #ffffff;
  }
  header.page-header .navigation .level0 .submenu.custom-submenu .level1.category-item.withthird.last {
    border-right: 0;
  }
  header.page-header .navigation .level0 .submenu.custom-submenu .level1.category-item.withthird .thirdlevel {
    position: static !important;
    display: flex !important;
    flex-flow: wrap column;
    padding: 0;
  }
  header.page-header .navigation .level0 .submenu.custom-submenu .level1.category-item.withthird .thirdlevel li > a {
    font-weight: 400;
    font-size: 0.9em;
    padding: 4px 20px;
  }
  header.page-header .navigation .level0 .submenu.custom-submenu > li.withthird > a {
    padding-bottom: 20px;
    font-weight: 600;
  }
  header.page-header .navigation .level0 .submenu.custom-submenu a:hover,
  header.page-header .navigation .level0 .submenu.custom-submenu li > a:hover {
    text-decoration: underline;
    background: #ffffff;
  }
  header.page-header .navigation .level0 .submenu.custom-submenu a.ui-state-focus,
  header.page-header .navigation .level0 .submenu.custom-submenu li > a.ui-state-focus {
    background: #ffffff;
  }
  header.page-header .navigation .level0 .submenu.custom-submenu > li > a img {
    margin-bottom: 15px;
    height: auto;
  }
  header.page-header .navigation .level0 .submenu.custom-submenu .level1 {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
    margin: 20px 0;
  }
  header.page-header .navigation .level0 .submenu.custom-submenu .level1.banner-item .text-container {
    flex: 0 0 60%;
    max-width: 60%;
  }
  header.page-header .navigation .level0 .submenu.custom-submenu .level1.banner-item .text-container .h2 {
    margin-bottom: 0;
  }
  header.page-header .navigation .level0 .submenu.custom-submenu .level1.banner-item .text-container .h2.orange {
    color: #ff7a00;
  }
  header.page-header .navigation .level0 .submenu.custom-submenu .level1.banner-item .text-container .text {
    color: #999999;
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 30px;
  }
  header.page-header .navigation .level0 .submenu.custom-submenu .level1.banner-item .text-container .link a {
    padding: 0;
    font-weight: 400;
    color: #ff7a00;
  }
  header.page-header .navigation .level0 .submenu.custom-submenu .level1.banner-item .text-container .link a:hover {
    background: transparent;
    text-decoration: underline;
  }
  header.page-header .navigation .level0 .submenu.custom-submenu .level1.banner-item .image-container {
    flex: 0 0 40%;
    max-width: 40%;
    align-self: flex-end;
  }
  header.page-header .navigation .level0 .submenu.custom-submenu .level1.banner-item .image-container img {
    display: block;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1400px) {
  header.page-header .header.content {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1330px) {
  header.page-header .header.content .block-search .searchsuite-autocomplete {
    max-height: 60vh;
    overflow-y: auto;
    overflow-x: hidden;
    top: 100%;
    left: 0;
    right: 0;
    width: auto;
    margin-top: 0;
  }
  header.page-header .header.content .block-search .searchsuite-autocomplete .title {
    position: sticky;
    top: 0;
    z-index: 1;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1330px) {
  header.page-header .header.content {
    font-size: 16px;
  }
  header.page-header .header.content .block-search .label {
    clip: unset;
    width: auto;
    height: auto;
    margin: 0;
    position: static;
    overflow: visible;
  }
  header.page-header .header.content .block-search .label:before {
    color: #ff7a00;
    font-size: 25px;
    width: 25px;
  }
  header.page-header .header.content .block-search .label.active + .control {
    display: block;
  }
  header.page-header .header.content .block-search .control {
    position: fixed;
    right: 50px;
    top: 77px;
    width: 100%;
    max-width: 500px;
    padding: 10px 20px;
    background: #ff7a00;
    display: none;
  }
  header.page-header .header.content .block-search .action.search {
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
  }
  header.page-header .header.content .flex-right-container .header.links {
    margin-left: 6px;
    border-left: 1px solid #ff7a00;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1220px) {
  header.page-header .header.content {
    padding: 10px 20px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1180px) {
  header.page-header .header.content {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1120px) {
  header.page-header .header.content {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  body.page-layout-2columns-left .sidebar-main,
  body.page-layout-2columns-left .column.main {
    width: auto;
    float: none;
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 1170px) {
  .homepage-line .two-col .content,
  .product-info-blocks .two-col .content {
    height: 100%;
    min-height: 240px;
    position: relative;
    display: flex;
    flex-flow: wrap column;
    align-items: flex-start;
    padding: 20px;
  }
  .homepage-line .two-col .content h2,
  .product-info-blocks .two-col .content h2,
  .homepage-line .two-col .content p,
  .product-info-blocks .two-col .content p,
  .homepage-line .two-col .content .button,
  .product-info-blocks .two-col .content .button {
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
  }
  .homepage-line .two-col .content img,
  .product-info-blocks .two-col .content img {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  .homepage-line .two-col .content .button,
  .product-info-blocks .two-col .content .button {
    display: inline-block;
    padding: 4px 20px;
    margin-top: auto;
  }
}
@media only screen and (max-width: 1024px) {
  .page-wrapper {
    padding-top: 69px;
  }
  header.page-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
    padding: 0;
    background: #191b1c;
  }
  header.page-header .header.content {
    padding: 10px 0 10px 35px;
    flex-flow: nowrap row;
  }
  header.page-header .header.content .nav-toggle {
    left: 0;
    top: 10px;
  }
  header.page-header .header.content .nav-sections {
    background: #ffffff;
  }
  header.page-header .header.content .nav-sections-item-title {
    display: none;
  }
  header.page-header .header.content .nav-sections-item-content {
    margin-top: 0;
  }
  body:not(.filter-active).page-products .lof-layeredNavigation .filter-content {
    display: none;
  }
  .page-products .lof-layeredNavigation .filter-title {
    background: #ff7a00;
    color: #ffffff;
    padding: 6px 20px;
  }
  .page-products .lof-layeredNavigation .filter-title strong:before {
    content: "\f0da";
    font-family: "FontAwesome";
    margin-right: 10px;
  }
  body.filter-active.page-products .lof-layeredNavigation .filter-title strong:before {
    content: "\f0d7";
  }
  .category-menu .category-menu-item {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .catalog-product-view.page-layout-1column .page-main {
    margin: 0;
  }
  .catalog-product-view.page-layout-1column .mobile-buttons-container {
    display: block;
    width: 100%;
    margin: 40px 0;
  }
  .catalog-product-view.page-layout-1column .mobile-buttons-container .buttons {
    display: flex;
    flex-flow: wrap row;
    align-items: center;
    justify-content: space-between;
  }
  .catalog-product-view.page-layout-1column .mobile-buttons-container .buttons .button-product {
    color: #191b1c;
    border: 1px solid #191b1c;
    border-radius: 50px;
    display: inline-block;
    padding: 6px 20px;
    width: 45%;
    text-align: center;
  }
  .catalog-product-view.page-layout-1column .product-info-main .plus {
    flex-flow: wrap row;
    margin-bottom: 30px;
    row-gap: 15px;
  }
  .catalog-product-view.page-layout-1column .product-info-main .breadcrumbs {
    display: none;
  }
  .catalog-product-view.page-layout-1column .product.media {
    margin-bottom: 30px;
  }
  .catalog-product-view.page-layout-1column .product.media .buttons {
    display: none;
  }
  .catalog-product-view.page-layout-1column .fotorama__stage {
    max-height: 455px;
  }
  .amlocator-index-index .page-main .amlocator-main-container .amlocator-search-container .amlocator-plus .colfull .plus {
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 40px;
  }
  .amlocator-index-index .page-main .amlocator-main-container .amlocator-search-container .amlocator-plus .colfull .plus:nth-child(2n):after {
    content: none;
  }
  .amlocator-index-index .page-main .amlocator-map-container .boxed-container .amlocator-store-desc {
    flex: 0 0 33.333333%;
    max-width: calc((100% - 40px) / 3);
  }
  .amlocator-index-index .page-main .amlocator-map-container .boxed-container .amlocator-store-desc:nth-child(4n) {
    margin-right: 20px;
  }
  .amlocator-index-index .page-main .amlocator-map-container .boxed-container .amlocator-store-desc:nth-child(3n) {
    margin-right: 0;
  }
  .amlocator-location-view .page-main .amlocator-location-container .-openhour,
  .negozio-subpillar .page-main .amlocator-location-container .-openhour {
    flex: 0 0 66.666666%;
    max-width: 66.666666%;
  }
  .amlocator-location-view .page-main .amlocator-location-container .-route,
  .negozio-subpillar .page-main .amlocator-location-container .-route {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .amlocator-location-view .page-main .amlocator-location-container .-direction-container,
  .negozio-subpillar .page-main .amlocator-location-container .-direction-container {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .amlocator-location-view .amlocator-location-main + .amlocator-location-main .amlocator-location-container .amlocator-block.text,
  .negozio-subpillar .amlocator-location-main + .amlocator-location-main .amlocator-location-container .amlocator-block.text {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 10px;
    order: -1;
  }
  .amlocator-location-view .amlocator-location-main + .amlocator-location-main .amlocator-location-container .amlocator-block.image,
  .negozio-subpillar .amlocator-location-main + .amlocator-location-main .amlocator-location-container .amlocator-block.image {
    flex: 0 0 100%;
    max-width: 100%;
    min-height: 300px;
  }
  .amlocator-location-view .amlocator-location-main + .amlocator-location-main .amlocator-location-container .amlocator-block h2,
  .negozio-subpillar .amlocator-location-main + .amlocator-location-main .amlocator-location-container .amlocator-block h2 {
    font-size: 26px;
  }
  .amlocator-location-view .amlocator-location-main + .amlocator-location-main .amlocator-location-container.vendita .amlocator-block.image,
  .negozio-subpillar .amlocator-location-main + .amlocator-location-main .amlocator-location-container.vendita .amlocator-block.image {
    background: linear-gradient(0deg,#ffffff 75%,#f5f5f7 75%);
  }
  header.page-header .navigation .submenu:not(:first-child) {
    overflow: hidden;
  }
  header.page-header .navigation .level0 ul {
    display: none;
  }
  header.page-header .navigation .level0 ul a {
    position: relative;
  }
  header.page-header .navigation .level0 ul a .icon-chevron-down {
    float: right;
    display: block;
    font-size: 12px;
    position: absolute;
    right: 7px;
    top: 50%;
    transform: translateY(-50%);
  }
  header.page-header .navigation .level0 .submenu.custom-submenu .level1.heading-item,
  header.page-header .navigation .level0 .submenu.custom-submenu .level1.level1.banner-item {
    display: none !important;
  }
  .checkout-index-index .checkout-payment-method .checkout-billing-address .billing-address-details {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .amlocator-location-view .page-main .amlocator-location-container .-address,
  .negozio-subpillar .page-main .amlocator-location-container .-address,
  .amlocator-location-view .page-main .amlocator-location-container .-openhour,
  .negozio-subpillar .page-main .amlocator-location-container .-openhour {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .amlocator-location-view .page-main .amlocator-location-container .-route,
  .negozio-subpillar .page-main .amlocator-location-container .-route,
  .amlocator-location-view .page-main .amlocator-location-container .-direction-container,
  .negozio-subpillar .page-main .amlocator-location-container .-direction-container {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .amlocator-location-view .page-main .amlocator-location-container .amlocator-block .block-content-wrapper .schedule-line,
  .negozio-subpillar .page-main .amlocator-location-container .amlocator-block .block-content-wrapper .schedule-line {
    grid-template-columns: repeat(2, 1fr);
  }
  .amlocator-location-view .page-main .amlocator-location-container .amlocator-block .block-content-wrapper .schedule-line .-after,
  .negozio-subpillar .page-main .amlocator-location-container .amlocator-block .block-content-wrapper .schedule-line .-after {
    grid-column: 2/span 2;
  }
}
@media only screen and (max-width: 767px) {
  .page-wrapper {
    padding-top: 56px;
  }
  .colfull {
    margin: 0;
  }
  .colfull .one-col,
  .colfull .two-col,
  .colfull .three-col,
  .colfull .three-col2,
  .colfull .four-col,
  .colfull .four-col3,
  .colfull .five-col,
  .colfull .five-col4 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 10px;
  }
  .order-m-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-m-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-m-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-m-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-m-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-m-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-m-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-m-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-m-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-m-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-m-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-m-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-m-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-m-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-m-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  header.page-header {
    border-bottom: none;
    margin-bottom: 0;
  }
  header.page-header .header.content .logo {
    max-width: 100%;
    margin: 0;
  }
  header.page-header .header.content .flex-right-container .header.links {
    margin-left: 0;
  }
  header.page-header .header.content .header.links {
    flex: 0 0 50%;
    max-width: 50%;
  }
  header.page-header .header.content .header.links li {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    display: flex;
    flex-flow: wrap row;
    align-items: center;
    justify-content: center;
    border-right: 0;
    border-left: 1px solid #ff7a00;
    padding: 0;
  }
  header.page-header .header.content .minicart-wrapper {
    flex: 0 0 25%;
    max-width: 25%;
    border-left: 1px solid #ff7a00;
    display: flex;
    flex-flow: wrap row;
    align-items: center;
    justify-content: center;
  }
  header.page-header .header.content .minicart-wrapper .counter {
    display: none;
  }
  header.page-header .header.content .block-search {
    margin-top: 0;
    flex: 0 0 25%;
    max-width: 25%;
    display: flex;
    flex-flow: wrap row;
    align-items: center;
    justify-content: center;
  }
  header.page-header .header.content .block-search .control {
    border-top: none;
  }
  header.page-header .header.content .block-search .label:before {
    color: #ff7a00;
    font-size: 25px;
  }
  header.page-header .header.content .block-search .label + .control input {
    margin: 0;
    border-radius: 50px;
    padding: 0 20px;
  }
  .page-footer .footer.content .footer-top {
    flex-direction: column;
    gap: 20px;
  }
  .page-footer .footer.content .footer-top .block.newsletter {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    order: 3;
  }
  .page-footer .footer.content .footer-top .block.newsletter input {
    font-size: 12px;
  }
  .page-footer .footer.content .logo {
    margin: 0;
    max-width: 100%;
  }
  .page-footer .footer.content ul.links {
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 20px;
  }
  .page-footer .footer.content div.links {
    flex: 0 0 100%;
    max-width: 100%;
    flex-direction: row;
  }
  .page-footer .footer.content ul.links,
  .page-footer .footer.content div.links {
    padding-right: 10px;
  }
  .page-footer .footer.content .footer-bottom .nav.item a {
    font-size: 11px;
  }
  .homepage-line .two-col .content,
  .homepage.product-info-blocks .two-col .content {
    margin-bottom: 40px;
    display: flex;
    flex-flow: wrap column;
    align-items: flex-start;
    background: #f5f5f7;
    height: auto;
    min-height: auto;
  }
  .homepage-line .two-col .content h2,
  .homepage.product-info-blocks .two-col .content h2,
  .homepage-line .two-col .content p,
  .homepage.product-info-blocks .two-col .content p,
  .homepage-line .two-col .content .button,
  .homepage.product-info-blocks .two-col .content .button,
  .homepage-line .two-col .content img,
  .homepage.product-info-blocks .two-col .content img {
    position: relative;
    top: 0;
    left: 0;
    right: unset;
    bottom: unset;
    z-index: 1;
  }
  .homepage-line .two-col .content img,
  .homepage.product-info-blocks .two-col .content img {
    width: auto;
    height: auto;
    left: 20px;
    top: 20px;
    order: 4;
    margin-bottom: 0;
  }
  .homepage-line .two-col .content h2,
  .homepage.product-info-blocks .two-col .content h2 {
    order: 1;
    font-size: 22px;
  }
  .homepage-line .two-col .content p,
  .homepage.product-info-blocks .two-col .content p {
    order: 2;
    max-width: 100%;
  }
  .homepage-line .two-col .content .button,
  .homepage.product-info-blocks .two-col .content .button {
    order: 3;
    display: inline-block;
    padding: 4px 20px;
    margin-top: unset;
  }
  .homepage-slider {
    margin-bottom: 60px;
  }
  .homepage-slider-middle {
    margin-bottom: 60px;
  }
  .homepage-newsletter {
    display: flex;
    flex-flow: wrap column;
    align-items: flex-start;
    background: #f5f5f7;
  }
  .homepage-newsletter h2 {
    position: static;
    order: 2;
    font-size: 24px;
    padding: 0 20px;
  }
  .homepage-newsletter .block.newsletter {
    position: static;
    order: 3;
    padding: 0 20px;
  }
  .homepage-newsletter .block.newsletter .field input {
    margin: 0;
  }
  .homepage-newsletter img {
    order: 1;
    margin-bottom: 10px;
  }
  .stores-slider {
    margin-bottom: 60px;
  }
  .stores-slider .owl-theme .owl-controls {
    display: none !important;
  }
  .category-menu .category-menu-item {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .category-menu .menu-item-link {
    flex-flow: wrap row;
    padding: 0 10px;
    text-align: left;
    font-size: 14px;
  }
  .category-menu .menu-item-text {
    flex: 1;
  }
  .category-menu .menu-item-image {
    max-width: 60px;
    height: auto;
    margin-right: 10px;
    margin-bottom: 0;
  }
  .page-products .products-grid .product-item-name {
    font-size: 14px;
    min-height: 7em;
    -webkit-line-clamp: 5;
  }
  .page-products .products-grid .product-item-inner {
    display: none;
  }
  .catalog-product-view.page-layout-1column .mobile-buttons-container .buttons {
    gap: 15px;
  }
  .catalog-product-view.page-layout-1column .mobile-buttons-container .buttons .button-product {
    width: 100%;
  }
  .catalog-product-view.page-layout-1column .product-info-main .box-payments li {
    flex-flow: wrap column;
  }
  .catalog-product-view.page-layout-1column .product-info-main .box-payments [type="radio"] + label + span[id] {
    align-self: flex-end;
  }
  .catalog-product-view.page-layout-1column .product-info-main .box-tocart #custom-qty #qty {
    max-width: 100%;
  }
  .catalog-product-view.page-layout-1column .product-info-main .box-tocart .field.qty,
  .catalog-product-view.page-layout-1column .product-options-bottom .box-tocart .field.qty {
    padding: 0;
    flex: 1;
  }
  .catalog-product-view.page-layout-1column .product.data.items > .item.content {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
  .catalog-product-view.page-layout-1column .product.data.items > .item.title {
    margin: 0;
  }
  .catalog-product-view.page-layout-1column .product.data.items > .item.title.active > .switch:after,
  .catalog-product-view.page-layout-1column .product.data.items > .item.content + .item.title.active > .switch:after {
    left: 0;
    right: 0;
  }
  .amlocator-index-index .page-main .amlocator-main-container .amlocator-search-container .search-wrapper {
    flex-flow: wrap column;
    gap: 20px;
  }
  .amlocator-index-index .page-main .amlocator-main-container .amlocator-search-container .search-wrapper .amlocator-current-location,
  .amlocator-index-index .page-main .amlocator-main-container .amlocator-search-container .search-wrapper .-nearby {
    flex: 0 0 100%;
    max-width: 100%;
    margin: 0;
  }
  .amlocator-index-index .page-main .amlocator-map-container .boxed-container .amlocator-store-desc {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .amlocator-index-index .page-main .amlocator-map-container .boxed-container .amlocator-store-desc:nth-child(3n) {
    margin-right: 20px;
  }
  .amlocator-location-view .page-main .amlocator-location-container .-address,
  .negozio-subpillar .page-main .amlocator-location-container .-address,
  .amlocator-location-view .page-main .amlocator-location-container .-openhour,
  .negozio-subpillar .page-main .amlocator-location-container .-openhour {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .catalog-product-view.page-layout-1column .product.data.items > .item.title {
    margin-top: 15px;
  }
  .catalog-product-view.page-layout-1column .product.data.items > .item.title > .switch {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08), 0 3px 6px rgba(0, 0, 0, 0.14);
  }
}
@media only screen and (max-width: 1199px) {
  .catalog-category-view .prodotti_evidenza .apple-banners > .apple-banner {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .catalog-category-view .prodotti_evidenza .apple-banners > .apple-banner:nth-child(1n + 3) {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .catalog-category-view .prodotti_evidenza .apple-banners > .apple-banner {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .catalog-category-view .prodotti_evidenza .apple-banners > .apple-banner:nth-child(1n + 2) {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  .homepage-slider {
    padding-top: min(141.66%, 850px);
  }
  .revslider_lcp.desktop {
    display: none;
  }
  .revslider_lcp.mobile {
    display: block;
  }
}
@media only screen and (max-width: 768px) and (min-width: 501px) {
  .amlocator-location-view .page-main .amlocator-location-container .amlocator-block.-subpillars .block-content-wrapper .subpillars,
  .negozio-subpillar .page-main .amlocator-location-container .amlocator-block.-subpillars .block-content-wrapper .subpillars {
    flex-flow: wrap row;
  }
  .amlocator-location-view .page-main .amlocator-location-container .amlocator-block.-subpillars .block-content-wrapper .subpillars .subpillar,
  .negozio-subpillar .page-main .amlocator-location-container .amlocator-block.-subpillars .block-content-wrapper .subpillars .subpillar {
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 30px;
  }
  .amlocator-location-view .page-main .amlocator-location-container .amlocator-block.-subpillars .block-content-wrapper .subpillars .subpillar:nth-child(2n),
  .negozio-subpillar .page-main .amlocator-location-container .amlocator-block.-subpillars .block-content-wrapper .subpillars .subpillar:nth-child(2n) {
    border: 0;
  }
  .amlocator-location-view .page-main .amlocator-location-container .amlocator-block.-subpillars .block-content-wrapper .subpillars .subpillar:nth-child(n + 2),
  .negozio-subpillar .page-main .amlocator-location-container .amlocator-block.-subpillars .block-content-wrapper .subpillars .subpillar:nth-child(n + 2) {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 500px) {
  .amlocator-location-view .page-main .amlocator-location-container .amlocator-block.-subpillars h2,
  .negozio-subpillar .page-main .amlocator-location-container .amlocator-block.-subpillars h2 {
    width: calc(100% - 40px);
    font-size: 18px;
  }
  .amlocator-location-view .page-main .amlocator-location-container .amlocator-block.-subpillars .block-content-wrapper .subpillars,
  .negozio-subpillar .page-main .amlocator-location-container .amlocator-block.-subpillars .block-content-wrapper .subpillars {
    flex-flow: wrap column;
  }
  .amlocator-location-view .page-main .amlocator-location-container .amlocator-block.-subpillars .block-content-wrapper .subpillars .subpillar,
  .negozio-subpillar .page-main .amlocator-location-container .amlocator-block.-subpillars .block-content-wrapper .subpillars .subpillar {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-right: 0;
    border-bottom: 1px solid #ff7a00;
  }
  .amlocator-location-view .page-main .amlocator-location-container .amlocator-block.-subpillars .block-content-wrapper .subpillars .subpillar:last-child,
  .negozio-subpillar .page-main .amlocator-location-container .amlocator-block.-subpillars .block-content-wrapper .subpillars .subpillar:last-child {
    border: 0;
    padding: 0;
    margin: 0;
  }
}
@media only screen and (max-width: 459px) {
  .amlocator-location-view .amlocator-location-galler > .amlocator-wrapper:not(.slick-slider) > .amlocator-link {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .amlocator-location-view .amlocator-location-galler > .amlocator-wrapper:not(.slick-slider) > .amlocator-link:nth-child(n + 2) {
    display: none;
  }
}
@media (max-width: 767px) {
  .wishlist-index-index.page-products .products-grid .product-item {
    width: calc((100% / 2) - 10px);
    padding: 10px;
  }
  .wishlist-index-index.page-products .products-grid .product-item-info {
    display: flex;
    flex-flow: wrap column;
    align-items: center;
  }
  .wishlist-index-index.page-products .products-grid .product-item-photo,
  .wishlist-index-index.page-products .products-grid .product-item-name,
  .wishlist-index-index.page-products .products-grid .product-item .price-box {
    margin-right: 0;
    margin-left: 0;
  }
  header.page-header .header.content .logo img,
  header.page-header .header.content .logo svg {
    max-height: unset;
    max-width: 200px;
  }
}
@media (max-width: 639px) {
  #my-supports-table > tbody > tr > td {
    border-bottom: 0;
  }
  .customerextended-support-view h2 {
    font-size: 28px;
  }
  .customerextended-support-view .support-header > span {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .customerextended-support-view .support-status .step-container {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .customerextended-support-view .support-status .step-container:first-child {
    margin-bottom: 0;
  }
  .customerextended-support-view .support-notes .note {
    gap: 5px;
  }
  .customerextended-support-view .support-notes .note-title,
  .customerextended-support-view .support-notes .note-content {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 1199px) {
  .category-banner .prodotti_evidenza .block.widget .products-grid .product-items > .product-item {
    flex: 0 0 calc((100% - 80px) / 2);
    max-width: calc((100% - 80px) / 2);
  }
  .category-banner .prodotti_evidenza .block.widget .products-grid .product-items > .product-item:nth-child(n + 3) {
    display: none;
  }
}
@media (max-width: 479px) {
  .category-banner .prodotti_evidenza .block.widget .products-grid .product-items > .product-item {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .category-banner .prodotti_evidenza .block.widget .products-grid .product-items > .product-item:nth-child(n + 2) {
    display: none;
  }
}
@media (min-width: 1025px) and (max-width: 1500px) {
  header.page-header .header.content .logo img,
  header.page-header .header.content .logo svg {
    max-width: 210px;
  }
}
@media (max-width: 768px) {
  .page-products .products-grid .product-item .ribbon-label {
    position: static;
    margin: -10px -10px 10px;
  }
  .page-products .products-grid .product-item .price-box .old-price {
    margin-left: 0;
  }
  .page-products .products-grid .product-item .price-box .old-price + .old-price,
  .page-products .products-grid .product-item .price-box .old-price ~ .discount {
    margin-left: 6px;
    color: #ff7a00;
  }
  .page-products .products-grid .product-item .price-box .final-price {
    display: block;
  }
  .catalog-product-view .product.media .ribbon-label {
    position: static;
    text-align: center;
  }
  .catalog-product-view.page-layout-1column .product-info-main .price-box .discount {
    margin-left: 0;
  }
  .catalog-product-view.page-layout-1column .product-info-main .price-box .flex-br {
    flex-basis: 100%;
    width: 0;
  }
}
@media (max-width: 1100px) {
  header.page-header .header.content .block-search .searchsuite-autocomplete {
    min-width: 50vw;
    left: unset;
  }
}
@media (max-width: 767px) {
  body {
    padding: 0;
  }
  header.page-header {
    padding: 0;
  }
  header.page-header .header.content {
    flex-flow: wrap;
    padding: 10px !important;
  }
  header.page-header .header.content .logo img,
  header.page-header .header.content .logo svg {
    display: block;
  }
  header.page-header .header.content .nav-toggle {
    position: static;
    line-height: 1;
  }
  header.page-header .header.content .block-search {
    flex: 0 0 100%;
    max-width: 100%;
    order: 99;
  }
  header.page-header .header.content .block-search .block-content {
    flex: 0 0 100%;
  }
  header.page-header .header.content .block-search .block-content .label {
    display: none;
  }
  header.page-header .header.content .block-search .block-content .label + .control {
    position: relative;
    padding: 0;
    margin: 0;
    margin-top: 15px;
    border: 0;
  }
  header.page-header .header.content .block-search .block-content .label + .control input {
    position: static;
    padding: 10px 20px;
    border-radius: 50px;
    margin: 0;
    border: 0;
    height: auto;
  }
  header.page-header .header.content .block-search .block-content .action.search:before {
    font-size: 20px;
  }
  .page-wrapper {
    padding-top: 109px;
  }
}
header.page-header .header.content .nav-toggle {
  position: static;
}
header.page-header .header.content .nav-toggle:before,
header.page-header .header.content .nav-toggle:hover:before {
  color: #ffffff;
}
header.page-header .header.content .block-search .control input {
  border: 0;
  background: #373c3e;
  color: #ffffff;
}
header.page-header .header.content .block-search .action.search {
  display: block;
  font-size: 0;
  line-height: 0;
  background: none;
  border: 0;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
header.page-header .header.content .block-search .action.search:before {
  content: '\f002';
  font-family: "FontAwesome";
  font-size: 16px;
  line-height: 1;
  color: #ffffff;
}
@media only screen and (min-width: 1025px) {
  header.page-header .navigation .level0 a.level-top {
    color: #ffffff;
  }
}
@media only screen and (max-width: 1024px) {
  header.page-header .header.content {
    padding: 10px 20px;
  }
}
@media only screen and (min-width: 768px) {
  header.page-header .header.content .nav-toggle {
    margin-right: 20px;
  }
}
@media only screen and (max-width: 340px) {
  header.page-header .header.content .logo img,
  header.page-header .header.content .logo svg {
    max-width: 160px;
  }
}
.minicart-items-wrapper {
  overflow-y: auto !important;
  max-height: 50vh;
}
.minicart-wrapper .block-minicart:before {
  right: 17px;
}
.minicart-wrapper .block-minicart:after {
  right: 13px;
}
@media only screen and (max-width: 1400px) {
  .page-products .products-grid .product-item-actions .tocart {
    font-size: 16px;
    padding: 8px 10px;
  }
  .page-products .products-grid .product-item-actions .tocart .icon {
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  .catalog-product-view #mobile_product_title {
    text-align: center;
  }
  .catalog-product-view #mobile_product_title .page-title {
    font-size: 26px;
    font-weight: bold;
  }
  .catalog-product-view #mobile_product_title .manufacturer {
    color: rgba(25, 27, 28, 0.5);
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 0;
  }
  .catalog-product-view .breadcrumbs .items {
    justify-content: center;
  }
  .catalog-product-view .product-info-main .product-options-wrapper {
    text-align: center;
  }
  .catalog-product-view .product-info-main .product-options-wrapper .fieldset {
    width: 100%;
  }
  .catalog-product-view .product-info-main .product-options-wrapper .swatch-attribute-options {
    justify-content: center;
  }
  .catalog-product-view .product-info-main .product-options-wrapper .swatch-option {
    flex: 1;
  }
  .catalog-product-view .product-info-main .product-options-wrapper .swatch-option.color,
  .catalog-product-view .product-info-main .product-options-wrapper .swatch-option.image {
    flex-grow: 0;
  }
  .catalog-product-view .product-info-main .stock.available,
  .catalog-product-view .product-info-main .stock.unavailable {
    justify-content: center;
  }
  .catalog-product-view .product-info-main .price-box {
    justify-content: center;
    text-align: center;
  }
  .catalog-product-view .product-info-main .payment-method .title {
    align-items: center;
    display: flex;
    flex-flow: wrap column;
    text-align: center;
  }
  .catalog-product-view .product-info-main .payment-method .method-container {
    padding: 16px;
  }
  .catalog-product-view .product-info-main .payment-method .method-container.selected:not(.active) .method-title:before {
    font-size: 15px;
  }
  .catalog-product-view .product-info-main .payment-method .method-container.selected:not(.active) .method-description {
    font-size: 0;
    line-height: 0;
  }
  .catalog-product-view .product-info-main .payment-method .method-container.selected:not(.active) .method-description:before {
    font-size: 12px;
    line-height: 1.6;
  }
  .catalog-product-view .product-info-main .payment-method .method-container.selected .method-price .opener-selected {
    column-gap: 0.5em;
    max-width: 120px;
  }
  .catalog-product-view .product-info-main .payment-method .method-container .method-title {
    font-size: 15px;
  }
  .catalog-product-view .product-info-main .juice-care .title {
    align-items: center;
    display: flex;
    flex-flow: wrap column;
    text-align: center;
  }
  .catalog-product-view .product-info-main .juice-care .jcare-container {
    grid-template-areas: "title" "price" "description";
  }
  .catalog-product-view .product-info-main .juice-care .jcare-container.with {
    row-gap: 0;
  }
  .catalog-product-view .product-info-main .juice-care .jcare-container.with .jcare-price {
    margin-bottom: 20px;
  }
  .catalog-product-view .product-info-main .box-tocart .actions {
    width: 100%;
  }
  .catalog-product-view .product-info-main .box-tocart .actions .action.primary.tocart {
    display: block;
    padding: 14px 30px;
    text-align: center;
    width: 100%;
  }
  .catalog-product-view .block.upsell.notempty.visible {
    bottom: unset;
    left: 50%;
    right: unset;
    transform: translate(-50%, -50%);
    top: 50%;
  }
  .catalog-product-view .page-title-wrapper,
  .catalog-product-view .product-manufacturer,
  .catalog-product-view .breadcrumbs {
    flex: 0 0 100%;
    text-align: center;
  }
  .catalog-product-view .breadcrumbs {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .catalog-product-view .product-manufacturer {
    font-size: 14px;
  }
  .page-products .category-menu .category-menu-item {
    flex: 1;
  }
  .page-products .category-menu .category-menu-items {
    flex-flow: nowrap;
    overflow-x: auto;
  }
  .page-products .category-menu .category-menu-items::-webkit-scrollbar {
    width: 6px;
    height: 6px;
  }
  .page-products .category-menu .category-menu-items::-webkit-scrollbar-track {
    background-color: #f5f5f7;
  }
  .page-products .category-menu .category-menu-items::-webkit-scrollbar-thumb {
    background-color: #ff7a00;
    border-radius: 10px;
  }
  .page-products .category-menu .category-menu-item .menu-item-link {
    text-align: center;
    justify-content: center;
  }
  .page-products .category-menu .category-menu-item .menu-item-image {
    max-width: 80px;
    margin-bottom: 10px;
    margin-right: 0;
  }
  .page-products .lof-layeredNavigation {
    margin-bottom: 0;
  }
  .page-products .lof-layeredNavigation .filter-title {
    background: #f5f5f7;
    border-radius: 10px;
    color: #191b1c;
    text-align: center;
  }
  body.page-products .lof-layeredNavigation .filter-title strong:before,
  body.filter-active.page-products .lof-layeredNavigation .filter-title strong:before {
    color: #ff7a00;
    content: '\e987';
    font-family: 'JuiceIconSet';
    font-weight: 400;
  }
  .page-products .lof-layeredNavigation.active {
    bottom: 0;
    left: 0;
    margin: 0;
    position: fixed;
    width: 100%;
    z-index: 99;
  }
  .page-products .lof-layeredNavigation.active .filter-title {
    background-color: #f5f5f7;
    border-radius: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    color: #191b1c;
    margin: 0;
    text-align: center;
  }
  .page-products .lof-layeredNavigation.active .filter-title strong:after {
    aspect-ratio: 4.85;
    background: url(https://www.juice.it/media/2023/category/close-filter-bg.svg) center bottom no-repeat;
    background-size: cover;
    bottom: 100%;
    color: #ff7a00;
    content: '\e982';
    font-family: 'JuiceIconSet';
    font-size: 18px;
    left: 50%;
    min-width: 140px;
    position: absolute;
    text-align: center;
    transform: translateX(-50%);
  }
  .page-products .lof-layeredNavigation.active .lof {
    background-color: #f5f5f7;
    height: 80dvh;
    overflow-y: auto;
    padding: 20px;
  }
  .page-products .lof-layeredNavigation.active .lof .filter-options-title,
  .page-products .lof-layeredNavigation.active .lof .filter-current .filter-label {
    border: 1px solid #191b1c;
    padding: 10px;
  }
  .page-products.filter-active {
    overflow: hidden;
  }
  .page-products.filter-active:before {
    background-color: #191b1c;
    content: '';
    height: 100%;
    left: 0;
    opacity: .75;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
  }
  header.page-header .navigation .level0 ul {
    top: 0 !important;
  }
}
@media only screen and (max-width: 991px) {
  .page-products .products-grid .product-item-name {
    text-align: center;
  }
  .page-products .products-grid .product-item .price-box {
    display: flex;
    flex-flow: column wrap;
    gap: 5px;
    text-align: center;
  }
  .page-products .products-grid .product-item .price-box .normal-price {
    order: 2;
  }
  .page-products .products-grid .product-item .price-box .normal-price + .old-price-label {
    display: block;
    margin: 0 auto;
    max-width: fit-content;
    order: 1;
  }
  .page-products .products-grid .product-item .price-box .normal-price + .old-price-label + .old-price {
    font-size: 8px;
    line-height: 1;
    order: 3;
  }
  .page-products .products-grid .product-item .price-box .normal-price + .old-price-label + .old-price .price,
  .page-products .products-grid .product-item .price-box .normal-price + .old-price-label + .old-price .price-label {
    font-size: inherit;
  }
  .page-products .products-grid .product-item-actions {
    gap: 10px;
    justify-content: space-evenly;
  }
}
@media only screen and (max-width: 767px) {
  .homepage-line .category-menu-item {
    flex: 0 0 calc(50% - 10px);
  }
  .catalog-product-view .product-info-main .juice-care .jcare-container .jcare-select {
    column-gap: 0;
    grid-template-columns: auto;
    grid-template-rows: 1fr 1fr;
    row-gap: 20px;
  }
  .catalog-product-view .info .product.data.items > .item.content {
    border-radius: 0 0 10px 10px;
    margin-top: 0;
  }
  .catalog-product-view .info .product.data.items > .item.title > .switch {
    background-color: #f5f5f7;
    border: 0;
    border-radius: 10px;
    box-shadow: none;
    line-height: 20px;
    padding: 12px 15px;
  }
  .catalog-product-view .info .product.data.items > .item.title.active > .switch {
    border-radius: 10px 10px 0 0;
    padding-bottom: 0;
    padding-top: 20px;
  }
  .catalog-product-view .info .product.data.items > .item.title.active > .switch:hover,
  .catalog-product-view .info .product.data.items > .item.title.active > .switch:active,
  .catalog-product-view .info .product.data.items > .item.title.active > .switch:focus {
    padding-bottom: 0;
  }
  .catalog-product-view .sticky-header {
    padding: 10px 15px;
    grid-template-areas: "name tocart" "options tocart";
    justify-content: space-between;
  }
  .catalog-product-view .sticky-header .product-name.collapsible {
    padding-right: 20px;
    position: relative;
  }
  .catalog-product-view .sticky-header .product-name.collapsible,
  .catalog-product-view .sticky-header .product-name.collapsible + .product-options {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .catalog-product-view .sticky-header .product-name.collapsible:after {
    content: "\e982";
    font-family: "JuiceIconSet";
    font-size: .8em;
    font-weight: normal;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .catalog-product-view .sticky-header .product-name.collapsible.open,
  .catalog-product-view .sticky-header .product-name.collapsible.open + .product-options {
    display: block;
  }
  .catalog-product-view .sticky-header .product-name.collapsible.open:after {
    content: "\e983";
  }
  .catalog-product-view .product-options-wrapper .display .swatch-option {
    flex: 0 0 calc(50% - 4px);
  }
  .category-menu .category-menu-item {
    flex: 0 0 90%;
    max-width: 90%;
  }
  .category-menu-items .slick-track {
    display: flex;
  }
  .category-menu-items .slick-track .slick-slide {
    display: flex;
    height: auto;
  }
  .category-menu-items .slick-track .slick-slide .category-menu-item {
    height: 100%;
  }
  .page-products .category-menu .category-menu-items.slick-slider {
    padding: 0;
  }
}
@media only screen and (max-width: 480px) {
  .page-products .products-grid .product-item-name {
    font-size: 15px;
  }
  .page-products .products-grid .product-item-actions .tocart {
    background-color: transparent;
    border: 0;
    color: #ff7a00;
    padding: 0;
    white-space: normal;
  }
  .page-products .products-grid .product-item-actions .tocart .icon {
    display: block;
    font-size: 30px;
    line-height: 1;
  }
  .page-products .products-grid .product-item-actions .tocart .icon + span {
    display: none;
  }
  .catalog-category-view .page-title-wrapper {
    margin-top: 0;
  }
  .catalog-category-view .page-wrapper > header.page-header ~ .top-container .breadcrumbs:last-child {
    padding: 0 15px 20px;
  }
  .catalog-category-view .category-menu-items {
    margin-bottom: 20px;
  }
  .catalog-category-view .category-description {
    padding: 20px 30px;
  }
}
.catalog-product-view #prenotazione_npi {
  border-radius: 10px;
  font-size: 14px;
  overflow: hidden;
}
.catalog-product-view #prenotazione_npi .actions-toolbar {
  margin-top: 30px;
}
.catalog-product-view #prenotazione_npi .actions-toolbar .action.submit.primary {
  border-radius: 50px;
  font-weight: normal;
  height: auto;
  padding: 14px 30px;
  text-transform: initial;
}
.catalog-product-view #prenotazione_npi .fieldset .field.choice {
  background-color: transparent;
}
.catalog-product-view #prenotazione_npi .fieldset .field.choice:last-of-type {
  margin-bottom: 0;
}
@charset "UTF-8";
/* Slider */
.slick-loading .slick-list {
  background: #ffffff url('ajax-loader.gif') center center no-repeat;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: "#191b1c";
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* Icons */
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url('fonts/slick.eot');
  src: url('fonts/slick.eot?#iefix') format('embedded-opentype'), url('fonts/slick.woff') format('woff'), url('fonts/slick.ttf') format('truetype'), url('fonts/slick.svg#slick') format('svg');
}
.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}
.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir="rtl"] .slick-next:before {
  content: "←";
}
/* Dots */
.slick-dotted .slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: "#191b1c";
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: "#191b1c";
  opacity: 0.75;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
*/
/**
 * MageSpecialist
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Open Software License (OSL 3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/osl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to info@magespecialist.it so we can send you a copy immediately.
 *
 * @category   MSP
 * @package    MSP_ReCaptcha
 * @copyright  Copyright (c) 2017 Skeeller srl (http://www.magespecialist.it)
 * @license    http://opensource.org/licenses/osl-3.0.php  Open Software License (OSL 3.0)
 */
.login-container .g-recaptcha,
.form-login .g-recaptcha {
  margin-bottom: 10px !important;
}
.required-captcha.checkbox {
  position: absolute;
  display: block;
  visibility: visible;
  overflow: hidden;
  opacity: 0;
  width: 1px;
  height: 1px;
}
.review-form .field-recaptcha {
  margin-bottom: 10px;
}
.form.send.friend .g-recaptcha {
  margin-top: 40px;
}
@keyframes loading {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(359.9deg);
  }
}
@media (max-width: 767px) {
  .amlocator-map-container .amlocator-map {
    min-height: 600px;
  }
  .-reviews .block-title {
    font-size: 28px;
  }
  .-reviews #flipster-reviews .amlocator-reviews-container .amlocator-review {
    flex: 0 0 85%;
    max-width: 85%;
    padding: 15px 20px;
  }
  .-reviews #flipster-reviews .amlocator-reviews-container .amlocator-review .review-content .review-text {
    max-height: 300px;
    overflow-y: auto;
  }
  .-reviews #flipster-reviews .amlocator-reviews-container .amlocator-review .review-content .review-author {
    grid-template-columns: auto;
    gap: 0;
  }
  .-reviews #flipster-reviews .amlocator-reviews-container .amlocator-review .review-content .review-author .author-name {
    font-size: 18px;
  }
  .-reviews #flipster-reviews .amlocator-reviews-container .amlocator-review .review-content .review-author .author-pic {
    display: none !important;
  }
  .-reviews #flipster-reviews .amlocator-reviews-container .amlocator-review .review-content .review-author .review-rating {
    font-size: 15px;
  }
  .-reviews #flipster-reviews .amlocator-reviews-container .amlocator-review .review-content .review-author .review-rating .fa-star {
    font-size: 16px;
  }
  .-reviews #flipster-reviews .amlocator-reviews-container .amlocator-review .review-content .review-author .review-rating .review-source {
    font-size: 13px;
  }
  .-reviews #flipster-reviews .flipster__button {
    display: none;
  }
}
@media (min-width: 768px) {
  .-reviews #flipster-reviews .amlocator-reviews-container .amlocator-review .review-content .review-author .review-rating br {
    display: none;
  }
}
#bold-fastlane-payment-container {
  margin-bottom: 20px;
}
#express-pay-container {
  padding-top: 15px;
}
.braintree-express-payments span {
  margin: 0;
}
.braintree-express-payments > div > div {
  width: 100%;
  padding-right: 0;
  margin-top: 0;
}
#PIGI.payment__iframe--display-sca {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}
.braintree-apple-pay-button {
  margin: 0;
}
.braintree-google-pay-button button,
.braintree-google-pay-button button:hover,
.ppcp-google-pay-button button,
.ppcp-google-pay-button button:hover {
  background-origin: content-box;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  border: none;
}
#express-pay-buttons {
  min-height: 60px;
}
.ToggleField__Text {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 100%;
  color: #1a1a1a;
}
@media only screen and (min-width: 480px) {
  .hubspotblog .hubspotpost {
    border: 0;
    padding: 0;
    margin: 0 10px 10px;
  }
  .hubspotblog .hubspotpost img {
    border: 1px solid #e6e7e8;
  }
}
@media only screen and (min-width: 1025px) {
  .hubspotblog .hubspotpost {
    border: 0;
    padding: 0;
    margin: 0 10px;
    max-width: 100%;
  }
  .hubspotblog .hubspotpost img {
    border: 1px solid #e6e7e8;
  }
}
@keyframes animloader {
  0% {
    left: 0;
    transform: translateX(-100%);
  }
  100% {
    left: 100%;
    transform: translateX(0%);
  }
}
@media only screen and (max-width: 1258px) {
  #configuratore_menu li {
    width: 150px;
  }
}
@media only screen and (max-width: 1138px) {
  #configuratore_menu li {
    width: 130px;
  }
}
@media only screen and (max-width: 1018px) and (min-width: 768px) {
  #configuratore_menu li {
    width: 110px;
    margin: 10px 5px;
  }
}
.prenota {
  padding: 50px 0;
}
.prenota > .four-col3 {
  padding-bottom: 10px;
}
.prenota .amlocator-main-container .amlocator-map-container .amlocator-search-container p {
  margin: 10px 0 0;
  margin-bottom: -9px;
  font-weight: 500;
  font-size: 1.1em;
}
.prenota .amlocator-main-container .amlocator-map-container .amlocator-search-container .amlocator-button {
  width: 49%;
  display: block;
  max-width: 49%;
  margin: 0;
  margin-top: 10px !important;
}
.prenota .amlocator-main-container .amlocator-map-container .amlocator-search-container .amlocator-button.-date-sort {
  float: right;
}
.prenota .amlocator-main-container .amlocator-map-container .amlocator-search-container .amlocator-button.-nearby {
  float: left;
  background-color: #ff7a00;
  color: white;
}
.prenota .amlocator-main-container .amlocator-map-container .amlocator-search-container .amlocator-button.-nearby:hover,
.prenota .amlocator-main-container .amlocator-map-container .amlocator-search-container .amlocator-button.-nearby:focus,
.prenota .amlocator-main-container .amlocator-map-container .amlocator-search-container .amlocator-button.-nearby:active {
  background-color: #ff7a00;
  color: white;
}
.prenota .amlocator-main-container .amlocator-map-container .amlocator-stores-wrapper .available_negozio {
  color: #ff7a00;
}
.prenota .amlocator-main-container .amlocator-map-container .amlocator-stores-wrapper .unavailable_negozio {
  color: #8f8f8f;
}
.prenota .amlocator-main-container .amlocator-map-container .amlocator-stores-wrapper .-active .available_negozio,
.prenota .amlocator-main-container .amlocator-map-container .amlocator-stores-wrapper .-active .unavailable_negozio {
  color: #ffffff;
}
.younited-credit-webhook .page-main > .page-title-wrapper .page-title {
  width: 100%;
  text-align: center;
  text-transform: initial;
}
.younited-credit-webhook .subtitle {
  text-align: center;
  font-size: 18px;
}
.younited-credit-webhook .younited-order {
  max-width: 1000px;
  margin: 20px auto;
}
.younited-credit-webhook .younited-order .step {
  padding: 20px;
  background: #f2f2f2;
  margin-bottom: 15px;
  display: flex;
  flex-flow: wrap row;
}
.younited-credit-webhook .younited-order .step h2 {
  cursor: pointer;
  width: 100%;
}
.younited-credit-webhook .younited-order .step h2:last-child {
  margin-bottom: 0;
}
.younited-credit-webhook .younited-order .step .register {
  text-align: center;
}
.younited-credit-webhook .younited-order .step fieldset,
.younited-credit-webhook .younited-order .step .block-customer-login {
  flex: 0 0 100%;
  max-width: 100%;
}
.younited-credit-webhook .younited-order .step address {
  flex: 0 0 50%;
  max-width: 50%;
}
.younited-credit-webhook .younited-order .step address h3 {
  text-transform: initial;
}
.younited-credit-webhook .younited-order .step address button {
  margin-top: 10px;
}
.younited-credit-webhook .younited-order .step .order-summary {
  margin-top: 20px;
}
.younited-credit-webhook .younited-order .step .order-summary thead {
  border-bottom: 1px solid #999999;
}
.younited-credit-webhook .younited-order .step .order-summary tbody tr {
  border-bottom: 1px solid #999999;
}
.younited-credit-webhook .younited-order .step .order-summary tbody tr td:first-child {
  display: flex;
  flex-flow: nowrap row;
}
.younited-credit-webhook .younited-order .step .order-summary tbody tr td .item-image {
  max-width: 150px;
}
.younited-credit-webhook .younited-order .step .order-summary tbody tr td .item-name {
  padding-left: 25px;
}
.younited-credit-webhook .younited-order .step .order-summary tfoot td:first-child {
  font-weight: 600;
  text-align: right;
}
.younited-credit-webhook .younited-order .step .order-summary td {
  padding: 10px;
}
.younited-credit-webhook .younited-order .placeorder {
  margin-top: 15px;
  padding: 12px 40px;
  font-size: 18px;
  line-height: 1.6;
}
.multi-checkout-fields label {
  display: block;
  margin-bottom: 7px;
}
.multi-checkout-fields .field {
  margin: 1.5em 0;
}
.multi-checkout-fields .field.checkbox label {
  display: inline-block;
  margin: 0 0 0 12px;
}
.collection-point-country,
.collection-point-postalcode,
.collection-point-button {
  display: inline-block;
  padding: 20px 10px 0 0;
}
.collection-point-postalcode {
  max-width: 9em;
  vertical-align: top;
}
.field-error {
  color: #e02b27;
  font-size: 1.2rem;
  margin-top: 7px;
}
.box-order-shipping-address .box-subtitle {
  font-weight: 600;
}
.box-order-shipping-address .order-shipping-secondary-address {
  margin-top: 1rem;
}
#delivery-options-fields-block {
  max-width: 100%;
}
.pickup-locations-headline {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 25px;
}
.delivery-locations-form .delivery-locations-list {
  border: 1px solid #c2c2c2;
  max-height: 500px;
  overflow: auto;
}
.delivery-locations-form .delivery-locations-list table.location {
  margin-top: 28px;
}
.delivery-locations-form .delivery-locations-list table.location .first-column {
  padding: 0 14px;
  width: 14px;
}
.delivery-locations-form .delivery-locations-list table.location .second-column {
  padding: 0;
}
.opening-hour-wrapper {
  font-size: 12px;
}
.opening-hour-wrapper table thead {
  cursor: pointer;
  font-weight: 700;
}
.opening-hour-wrapper table thead tr td {
  padding: 10px 0 0;
  display: inline-block;
  text-decoration: none;
}
.opening-hour-wrapper table thead tr td:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.2rem;
  line-height: 20px;
  color: #8f8f8f;
  content: '\e622';
  font-family: 'icons-blank-theme';
  margin: 0 0 0 10px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.opening-hour-wrapper table thead tr td:hover:after {
  color: #191b1c;
}
.opening-hour-wrapper table thead tr td:active:after {
  color: #8f8f8f;
}
.opening-hour-wrapper table tbody {
  display: none;
}
.opening-hour-wrapper table tbody.special-hours-heading {
  padding-top: 10px;
  font-weight: 700;
}
.opening-hour-wrapper table tbody tr td {
  padding: 0 10px 0 0;
}
.opening-hour-wrapper table tbody tr td.time-span {
  font-weight: 600;
}
.opening-hour-wrapper table._active thead tr td:after {
  content: '\e621';
}
.opening-hour-wrapper table._active tbody {
  display: block;
}
/**
 * @copyright  Vertex. All rights reserved.  https://www.vertexinc.com/
 * @author     Mediotype                     https://www.mediotype.com/
 */
.opc-block-summary .vertex-message td,
.cart-summary .vertex-message td {
  padding: 0;
  border-top: none;
}
/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */
/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
  float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}
.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* mouse grab icon */
.grabbing {
  cursor: url(grabbing.png) 8 8, move;
}
/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/
.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center;
}
/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons div {
  color: #FFF;
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
  margin: 5px;
  padding: 3px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: #869791;
  filter: alpha(opacity=50);
  /*IE7 fix*/
  opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  filter: alpha(opacity=100);
  /*IE7 fix*/
  opacity: 1;
  text-decoration: none;
}
/* Styling Pagination*/
.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  filter: alpha(opacity=50);
  /*IE7 fix*/
  opacity: 0.5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #869791;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  filter: alpha(opacity=100);
  /*IE7 fix*/
  opacity: 1;
}
/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
/* preloading images */
.owl-item.loading {
  min-height: 150px;
  background: url(AjaxLoader.gif) no-repeat center center;
}
/* 
 *  Owl Carousel CSS3 Transitions 
 *  v1.3.2
 */
.owl-origin {
  -webkit-perspective: 1200px;
  -webkit-perspective-origin-x: 50%;
  -webkit-perspective-origin-y: 50%;
  -moz-perspective: 1200px;
  -moz-perspective-origin-x: 50%;
  -moz-perspective-origin-y: 50%;
  perspective: 1200px;
}
/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease;
}
.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease;
}
/* backSlide */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}
/* goDown */
.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both;
}
.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both;
}
/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both;
}
.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both;
}
/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {
    opacity: 1;
  }
}
@-moz-keyframes empty {
  0% {
    opacity: 1;
  }
}
@keyframes empty {
  0% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes backSlideOut {
  25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
  }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }
}
@-moz-keyframes backSlideOut {
  25% {
    opacity: .5;
    -moz-transform: translateZ(-500px);
  }
  75% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(-200%);
  }
}
@keyframes backSlideOut {
  25% {
    opacity: .5;
    transform: translateZ(-500px);
  }
  75% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%);
  }
}
@-webkit-keyframes backSlideIn {
  0%,
  25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0);
  }
}
@-moz-keyframes backSlideIn {
  0%,
  25% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: .5;
    -moz-transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateZ(0) translateX(0);
  }
}
@keyframes backSlideIn {
  0%,
  25% {
    opacity: .5;
    transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: .5;
    transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    transform: translateZ(0) translateX(0);
  }
}
@-webkit-keyframes scaleToFade {
  to {
    opacity: 0;
    -webkit-transform: scale(0.8);
  }
}
@-moz-keyframes scaleToFade {
  to {
    opacity: 0;
    -moz-transform: scale(0.8);
  }
}
@keyframes scaleToFade {
  to {
    opacity: 0;
    transform: scale(0.8);
  }
}
@-webkit-keyframes goDown {
  from {
    -webkit-transform: translateY(-100%);
  }
}
@-moz-keyframes goDown {
  from {
    -moz-transform: translateY(-100%);
  }
}
@keyframes goDown {
  from {
    transform: translateY(-100%);
  }
}
@-webkit-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
}
@-moz-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -moz-transform: scale(1.5);
  }
}
@keyframes scaleUpFrom {
  from {
    opacity: 0;
    transform: scale(1.5);
  }
}
@-webkit-keyframes scaleUpTo {
  to {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
}
@-moz-keyframes scaleUpTo {
  to {
    opacity: 0;
    -moz-transform: scale(1.5);
  }
}
@keyframes scaleUpTo {
  to {
    opacity: 0;
    transform: scale(1.5);
  }
}
@media only screen and (min-width: 330px) {
  .page-products .products-grid .product-item,
  .page-products.amasty_xlanding-page-view .products-grid .product-item,
  .page-products.amasty-xlanding-columns3.amasty_xlanding-page-view .products-grid .product-item {
    margin: 0 0 20px;
    padding: 5px 15px 15px;
    width: calc((100% - 20px) / 2);
  }
}
@media only screen and (max-width: 768px) {
  .field-tooltip .field-tooltip-content {
    left: auto;
    right: -10px;
    top: 40px;
  }
  .field-tooltip .field-tooltip-content::before,
  .field-tooltip .field-tooltip-content::after {
    border: 10px solid transparent;
    height: 0;
    left: auto;
    margin-top: -21px;
    right: 10px;
    top: 0;
    width: 0;
  }
  .field-tooltip .field-tooltip-content::before {
    border-bottom-color: #999999;
  }
  .field-tooltip .field-tooltip-content::after {
    border-bottom-color: #f4f4f4;
    top: 1px;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 780px) and (orientation: landscape) {
  .product-video {
    height: 100%;
    width: 81%;
  }
}
@media only screen and (max-width: 900px) {
  .footer .copyright span {
    flex: 0 0 100%;
    margin-bottom: 15px;
  }
  .footer .copyright img {
    margin-left: 0;
  }
}
@media all and (min-width: 768px), print {
  .abs-product-options-list-desktop dt,
  .block-giftregistry-shared .item-options dt {
    clear: left;
    float: left;
    margin: 0 10px 5px 0;
  }
  .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;
  }
  .abs-button-desktop {
    width: auto;
  }
  .abs-blocks-2columns,
  .column .block-addbysku .block-content .box,
  .login-container .block,
  .account .column.main .block:not(.widget) .block-content .box,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box,
  .sales-guest-view .column.main .block:not(.widget) .block-content .box {
    width: 48.8%;
  }
  .column .block-addbysku .block-content .box:nth-child(odd),
  .login-container .block:nth-child(odd),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(odd),
  .magento-rma-guest-returns .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;
  }
  .column .block-addbysku .block-content .box:nth-child(even),
  .login-container .block:nth-child(even),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(even),
  .magento-rma-guest-returns .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,
  .bundle-options-container .legend.title,
  .column.main .cart-summary .actions-toolbar,
  .cart.table-wrapper .item-actions .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 {
    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;
  }
  .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,
  .modes-label,
  .dashboard-welcome-toggler,
  .block-search .label {
    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,
  .block-cart-failed .block-content:before,
  .block-cart-failed .block-content:after,
  .column .block-addbysku .block-content:before,
  .column .block-addbysku .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,
  .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,
  [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,
  .account .toolbar:before,
  .account .toolbar:after,
  .toolbar-giftregistry-results:before,
  .toolbar-giftregistry-results:after,
  .toolbar-wishlist-results:before,
  .toolbar-wishlist-results:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-desktop:after,
  .abs-pager-toolbar:after,
  .block-cart-failed .block-content:after,
  .column .block-addbysku .block-content:after,
  .cart-container:after,
  .login-container:after,
  .account .column.main .block:not(.widget) .block-content:after,
  .block-addresses-list .items.addresses: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,
  [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,
  .account .toolbar:after,
  .toolbar-giftregistry-results:after,
  .toolbar-wishlist-results: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;
  }
  .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,
  .account .toolbar,
  .toolbar-giftregistry-results,
  .toolbar-wishlist-results {
    margin-bottom: 20px;
    position: relative;
  }
  .abs-pager-toolbar .limiter,
  .account .toolbar .limiter,
  .toolbar-giftregistry-results .limiter,
  .toolbar-wishlist-results .limiter {
    float: right;
    position: relative;
    z-index: 1;
  }
  .abs-pager-toolbar .toolbar-amount,
  .account .toolbar .toolbar-amount,
  .toolbar-giftregistry-results .toolbar-amount,
  .toolbar-wishlist-results .toolbar-amount {
    float: left;
    line-height: normal;
    padding: 7px 0 0;
    position: relative;
    z-index: 1;
  }
  .abs-pager-toolbar .pages,
  .account .toolbar .pages,
  .toolbar-giftregistry-results .pages,
  .toolbar-wishlist-results .pages {
    position: absolute;
    width: 100%;
    z-index: 0;
  }
  .abs-shopping-cart-items-desktop,
  .block-cart-failed,
  .cart-container .form-cart,
  .cart-container .cart-gift-item {
    float: left;
    position: relative;
    width: 73%;
  }
  .abs-shopping-cart-items-desktop .actions,
  .block-cart-failed .actions,
  .cart-container .form-cart .actions,
  .cart-container .cart-gift-item .actions {
    text-align: right;
  }
  .block-cart-failed .action.clear,
  .block-cart-failed .action.update,
  .cart-container .form-cart .action.clear,
  .cart-container .form-cart .action.update,
  .cart-container .cart-gift-item .action.clear,
  .cart-container .cart-gift-item .action.update {
    margin-left: 10px;
  }
  .block-cart-failed .action.continue,
  .cart-container .form-cart .action.continue,
  .cart-container .cart-gift-item .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: 1400px;
    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: 50%;
    display: inline-block;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .column.main {
    width: 75%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .column.main {
    width: 75%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .sidebar-main {
    padding-right: 2%;
  }
  .page-layout-3columns .sidebar-main {
    width: 25%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-left .sidebar-main {
    width: 25%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    width: 25%;
    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: 25%;
    float: right;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  .page-layout-2columns-left .sidebar-additional {
    width: 25%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .sidebar-additional {
    width: 25%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .sidebar-additional {
    clear: left;
    float: left;
    padding-left: 0;
    padding-right: 2%;
  }
  .panel.header {
    padding: 10px 20px;
  }
  .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: #5f666a;
    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: #5f666a;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:hover {
    color: #5f666a;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:active {
    color: #191b1c;
    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: #191b1c;
    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: 0;
    border-top: 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;
  }
  .contact-index-index .column:not(.sidebar-additional) .form.contact,
  .customerextended-contact-index .column:not(.sidebar-additional) .form.contact {
    min-width: 600px;
  }
  .amgdprcookie-main-wrapper {
    padding: 0;
  }
  .amgdprcookie-main-wrapper .amgdprcookie-top {
    margin-bottom: 35px;
  }
  .amgdprcookie-main-wrapper .amgdprcookie-head {
    font-size: 34px;
    line-height: normal;
  }
  .amgdprcookie-main-wrapper .amgdprcookie-btn {
    box-shadow: 0 3px 10px rgba(62, 40, 13, 0.15);
    font-size: 20px;
    padding: 17px 46px;
    text-transform: none;
  }
  .amgdprcookie-cookie-container {
    margin-bottom: 30px;
    padding: 25px 0;
  }
  .amgdprcookie-cookie-container .amgdprcookie-caption {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .amgdprcookie-cookie-container .amgdprcookie-toggle-cookie {
    padding-left: 0;
  }
  .amgdprcookie-cookie-container .amgdprcookie-text {
    font-size: 14px;
  }
  .amgdprcookie-cookie-container .amgdprcookie-options {
    background: inherit;
    display: inline-block;
    font-size: 14px;
  }
  .amgdprcookie-groups-modal .amgdprcookie-cookie-container,
  .amgdprcookie-groups-modal .amgdprcookie-header,
  .amgdprcookie-groups-modal .amgdprcookie-text {
    padding: 0;
  }
  .amgdprcookie-modal-container .modal-inner-wrap {
    background: #ffffff;
    min-width: 400px;
    right: unset;
    width: 21%;
  }
  .amgdprcookie-table .amgdprcookie-cell.desc,
  .amgdprcookie-table .amgdprcookie-title.-wide {
    width: 30%;
  }
  .amgdprcookie-table .amgdprcookie-cell,
  .amgdprcookie-table .amgdprcookie-title {
    width: 15%;
  }
  .amgdprcookie-bar-container .amgdprcookie-buttons-block {
    flex-direction: row;
    margin-bottom: 5px;
  }
  .amgdprcookie-bar-container .amgdprcookie-buttons-block .amgdprcookie-button {
    margin-bottom: 0;
  }
  .amgdpr-modal-container .modal-header {
    padding: 40px 50px 20px;
  }
  .amgdpr-modal-container .modal-header .modal-title {
    font-size: 30px;
  }
  .amgdpr-modal-container .modal-content {
    padding: 0 30px 0 50px;
  }
  .amgdpr-modal-container .modal-footer {
    padding: 30px 50px 50px;
  }
  .amgdpr-modal-container .action.action-primary {
    width: auto;
  }
  .ampickup-store-container.-checkout .ampickup-field {
    box-sizing: border-box;
  }
  .ampickup-store-container.-checkout .ampickup-field.-time {
    padding-left: 10px;
    width: 50%;
  }
  .ampickup-store-container.-checkout .ampickup-field.-date {
    padding-right: 10px;
    width: 50%;
  }
  .ampickup-store-container.-checkout .ampickup-field.-store .ampickup-wrapper {
    flex-direction: row;
  }
  .ampickup-store-container.-checkout .ampickup-separator {
    margin: 0 25px;
    border-top: 0;
    border-right: 1px solid #c7c7c7;
  }
  .ampickup-map-popup .ampickup-content {
    width: 80vw;
  }
  .ampickup-map-popup .ampickup-content {
    display: flex;
    flex-direction: column;
    width: 80vw;
  }
  .ampickup-map-popup .amlocator-main-container .amlocator-map-container {
    min-height: 600px;
  }
  .ampickup-map-popup .amlocator-main-container .amlocator-map-container .amlocator-block.-map {
    height: 100%;
  }
  .paypal-review .ampickup-store-container.-checkout .ampickup-field {
    width: 33%;
  }
  .paypal-review .ampickup-store-container.-checkout .ampickup-field.-store .ampickup-wrapper {
    flex-direction: column;
  }
  .paypal-review .ampickup-store-container.-checkout .ampickup-separator {
    align-self: stretch;
    margin: 15px 0;
    width: inherit;
    border-top: 1px solid #c7c7c7;
  }
  .paypal-review .ampickup-store-container.-checkout .ampickup-field.-date {
    padding-left: 5%;
  }
  .paypal-review .ampickup-store-container.-checkout .ampickup-field.-time {
    padding-right: 5%;
  }
  .amlocator-main-container .amlocator-search-container {
    width: 33%;
  }
  .amlocator-main-container .amlocator-search-container .amlocator-block {
    margin-bottom: 0;
    text-align: center;
    margin-bottom: 5px;
  }
  .amlocator-main-container .amlocator-search-container .amlocator-button.-nearby {
    color: #ff7a00;
    background: #ffffff;
    margin-top: 10px;
    width: 100%;
    margin-left: auto;
  }
  .amlocator-main-container .amlocator-search-container .amlocator-button.-nearby:hover,
  .amlocator-main-container .amlocator-search-container .amlocator-button.-nearby:focus {
    color: #ffffff;
    background: #ff7a00;
  }
  .amlocator-main-container .amlocator-search-container .amlocator-block.-separator {
    display: none;
  }
  .amlocator-main-container .amlocator-map-container {
    height: 100vh;
    max-height: 800px;
  }
  .amlocator-main-container .amlocator-map-container .amlocator-block.-filter {
    width: 33%;
  }
  .amlocator-main-container .amlocator-map-container .amlocator-block.-map {
    width: 67%;
    height: 80vh;
    max-height: 800px;
    padding-left: 15px;
  }
  .amlocator-main-container .amlocator-map-container .amlocator-block.-storelist {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    order: inherit;
    width: 33%;
  }
  .amlocator-main-container .amlocator-map-container .amlocator-map {
    height: 100%;
  }
  .amlocator-main-container .amlocator-map-container .amlocator-map button {
    top: 0 !important;
    right: 0 !important;
  }
  .amlocator-main-container .amlocator-store-list .amlocator-wrapper {
    max-height: inherit;
  }
  .amlocator-main-container .amlocator-filters-container .amlocator-content {
    display: block;
  }
  .amlocator-main-container .amlocator-filters-container .amlocator-hidden-filter {
    display: none;
  }
  .amlocator-location-main .amlocator-location-container {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .amlocator-location-main .amlocator-location-container > .amlocator-column.-left,
  .amlocator-location-main .amlocator-location-container .amlocator-block.-grey {
    background: #f5f5f7;
  }
  .amlocator-location-main .amlocator-location-container > .amlocator-column.-left {
    width: 33%;
  }
  .amlocator-location-main .amlocator-location-container > .amlocator-column.-right {
    display: block;
    padding-left: 15px;
    width: 67%;
  }
  .amlocator-location-main .amlocator-location-container .amlocator-block.-map {
    height: 60vh;
  }
  .amlocator-location-main .amlocator-location-container .amlocator-location-reviews .amlocator-wrapper {
    margin-right: auto;
  }
  .amlocator-location-main .amlocator-location-container .amlocator-attributes-wrapper .amlocator-collapse-title {
    display: none;
  }
  .amlocator-location-main .amlocator-location-attribute {
    width: 50%;
    margin-bottom: 10px;
  }
  .amlocator-location-main .amlocator-location-attribute:not(:first-of-type) {
    margin-top: 0;
  }
  .amlocator-location-main .amlocator-location-attribute:nth-of-type(odd) {
    float: left;
  }
  .amlocator-location-main .amlocator-location-attribute:nth-of-type(even) {
    float: right;
  }
  .amlocator-attributes-container {
    display: block;
  }
  .amlocator-popup-overlay .amlocator-review-popup {
    width: 30%;
    min-width: 330px;
  }
  .amlocator-popup-overlay .field.review-field-ratings .control {
    width: inherit;
  }
  .page-layout-empty .filter-options {
    margin-top: 10px;
  }
  .page-layout-empty .filter-options-item {
    position: relative;
    display: inline-block;
    margin-right: 25px;
    border: 0;
  }
  .page-layout-empty .filter-options-item .filter-options-title {
    padding: 0 20px 0 0;
  }
  .page-layout-empty .filter-options-item .filter-options-title:after {
    top: 3px;
    right: 2px;
  }
  .page-layout-empty .filter-options-item .filter-options-content {
    position: absolute;
    top: 100%;
    z-index: 3;
    display: none;
    padding: 5px;
    width: 180px;
    border: 1px solid #ccc;
    background: #fff;
    box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
  }
  .page-layout-empty .filter-options-item .filter-options-content:before,
  .page-layout-empty .filter-options-item .filter-options-content:after {
    position: absolute;
    top: -16px;
    left: 5px;
    z-index: 2;
    display: block;
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-bottom-color: #000;
    content: '';
  }
  .page-layout-empty .filter-options-item .filter-options-content:after {
    z-index: 4;
    margin-top: 0;
    border-bottom-color: #fff;
  }
  .page-layout-empty .filter-options-item .item {
    margin: 0;
    padding: 5px;
  }
  .page-layout-empty .filter-options-item .item:hover {
    background-color: #e8e8e8;
  }
  .page-layout-empty .filter-options-item .item a {
    margin-left: 0;
  }
  .amasty_xlanding-page-view .products-grid .product-items {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .amasty_xlanding-page-view .products-grid .product-items .product-item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .amasty-xlanding-columns3.amasty_xlanding-page-view .products-grid .product-items .product-item {
    margin-left: 0;
    width: calc((100% / 3) - 20px);
  }
  .amasty-xlanding-columns3.amasty_xlanding-page-view .products-grid .product-items .product-item:nth-of-type(3n) {
    -ms-flex-pack: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
  .amasty-xlanding-columns3.amasty_xlanding-page-view .products-grid .product-items .product-item:nth-of-type(3n + 1) {
    -ms-flex-pack: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .amasty-xlanding-columns4.amasty_xlanding-page-view .products-grid .product-items .product-item {
    margin-left: 0;
    width: 25%;
  }
  .amasty-xlanding-columns4.amasty_xlanding-page-view .products-grid .product-items .product-item:nth-of-type(4n) {
    -ms-flex-pack: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
  .amasty-xlanding-columns4.amasty_xlanding-page-view .products-grid .product-items .product-item:nth-of-type(4n + 1) {
    -ms-flex-pack: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .amasty-xlanding-columns5.amasty_xlanding-page-view .products-grid .product-items .product-item {
    margin-left: 0;
    width: 20%;
  }
  .amasty-xlanding-columns5.amasty_xlanding-page-view .products-grid .product-items .product-item:nth-of-type(5n) {
    -ms-flex-pack: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
  .amasty-xlanding-columns5.amasty_xlanding-page-view .products-grid .product-items .product-item:nth-of-type(5n + 1) {
    -ms-flex-pack: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .block-cart-failed .actions {
    text-align: left;
  }
  .block-cart-failed .actions.primary {
    float: right;
  }
  .payment-method-braintree .cvv .field-tooltip {
    left: 6rem;
  }
  .braintree-paypal-account {
    border-color: #cccccc;
    border-style: solid;
    border-width: 1px 0;
    display: inline-block;
    width: 50%;
  }
  .account .table-credit-cards .col.actions {
    width: 100px;
  }
  .bundle-options-container .bundle-options-wrapper,
  .bundle-options-container .product-options-wrapper {
    float: left;
    width: 57%;
  }
  .bundle-options-container .block-bundle-summary {
    float: right;
    position: relative;
    width: 40%;
  }
  .page-layout-2columns-left .bundle-options-container .bundle-options-wrapper,
  .page-layout-2columns-left .bundle-options-container .block-bundle-summary,
  .page-layout-2columns-right .bundle-options-container .bundle-options-wrapper,
  .page-layout-2columns-right .bundle-options-container .block-bundle-summary,
  .page-layout-3columns .bundle-options-container .bundle-options-wrapper,
  .page-layout-3columns .bundle-options-container .block-bundle-summary {
    width: 48%;
  }
  .page-products .products-grid .product-item,
  .page-products.amasty_xlanding-page-view .products-grid .product-item,
  .page-products.amasty-xlanding-columns3.amasty_xlanding-page-view .products-grid .product-item {
    margin: 0 0 20px;
    padding: 10px 20px 20px;
    width: calc((100% - 40px) / 3);
  }
  .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: #5f666a;
    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: #5f666a;
    background: #dedede;
  }
  .modes-mode:last-child {
    border-right: 1px solid #d1d1d1;
  }
  .modes-mode.active {
    color: #878f94;
  }
  .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: #5f666a;
    content: '\e60d';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .modes-mode:hover:before {
    color: #5f666a;
  }
  .mode-list:before {
    content: '\e60b';
  }
  .products.wrapper ~ .toolbar .limiter {
    display: block;
    float: right;
  }
  .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-main {
    float: right;
  }
  .product.media {
    float: left;
    margin-bottom: 25px;
  }
  .page-layout-1column .product-info-main {
    width: 40%;
  }
  .page-layout-1column .product.media {
    width: 57%;
  }
  .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%;
  }
  .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;
  }
  .cart-container .widget {
    float: left;
  }
  .cart-summary {
    float: right;
    position: relative;
    width: 23%;
  }
  .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 .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;
  }
  .minicart-wrapper {
    margin-left: 13px;
  }
  .minicart-wrapper .block-minicart {
    right: -15px;
    width: 390px;
  }
  .opc-wrapper {
    width: 66.66666667%;
    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 .form-login,
  .opc-wrapper .form-shipping-address {
    max-width: 600px;
  }
  .table-checkout-shipping-method {
    width: auto;
  }
  .opc-sidebar {
    margin: 46px 0 20px;
    width: 33.33333333%;
    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: 33.33333333%;
    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 .modal-inner-wrap {
    min-width: 768px;
    width: 60%;
  }
  .popup-authentication .block-authentication {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    border-top: 1px solid #c1c1c1;
  }
  .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 40px;
  }
  .popup-authentication .block[class] + .block:before {
    left: 0;
    top: 50%;
  }
  .popup-authentication .actions-toolbar {
    margin-bottom: 0;
    margin-top: auto;
  }
  .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: 22px;
  }
  .checkout-payment-method .payment-option-content .payment-option-inner + .actions-toolbar {
    margin-left: 0;
  }
  .login-container .block.login .actions-toolbar > .primary {
    margin-bottom: 0;
    margin-right: 30px;
  }
  .login-container .block.login .actions-toolbar > .secondary {
    float: left;
  }
  .login-container .fieldset > .field > .control {
    width: 80%;
  }
  .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;
  }
  .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 #ff7a00;
    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 .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;
  }
  .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;
  }
  .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;
  }
  .my-credit-cards .card-type img {
    display: block;
  }
  .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 {
    margin: -8px auto 25px 0;
  }
  .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;
  }
  .block-search {
    padding-left: 15px;
    position: relative;
    width: 250px;
    z-index: 4;
  }
  .block-search .control {
    border-top: 0;
    margin: 0;
    padding: 0 0 25px;
  }
  .block-search .nested {
    display: block;
    padding-top: 5px;
    position: absolute;
  }
  .block-search input {
    margin: 0;
    padding-right: 35px;
    position: static;
  }
  .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: 0;
    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: #8f8f8f;
    content: '\e615';
    font-family: 'icons-blank-theme';
    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: #191b1c;
  }
  .search-autocomplete {
    margin-top: 0;
  }
  .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;
  }
  .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% - 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: 100%;
  }
  .sidebar .block.widget .pager .pages-item-next {
    padding: 0;
  }
  .sidebar .block.widget .pager .pages-item-next .action {
    margin: 0;
  }
}
@media all and (min-width: 1024px), print {
  .amgdprcookie-groups-modal .amgdprcookie-form {
    padding: 0 20px;
  }
  .checkout-index-index .modal-popup.amgdprcookie-modal-container .modal-inner-wrap {
    left: unset;
    margin-left: unset;
    width: 21%;
  }
  .paypal-review .ampickup-store-container.-checkout .ampickup-field.-store .ampickup-wrapper {
    flex-direction: row;
  }
  .paypal-review .ampickup-store-container.-checkout .ampickup-separator {
    margin: 0 25px;
    border-top: 0;
    border-right: 1px solid #c7c7c7;
  }
  .amasty_xlanding-page-view .products-grid .product-items {
    margin: 0;
  }
  .products-grid .product-item,
  .products-grid.amasty_xlanding-page-view .product-item,
  .products-grid.amasty-xlanding-columns3.amasty_xlanding-page-view .product-item {
    width: 50%;
  }
  .page-products .products-grid .product-items,
  .page-products.amasty_xlanding-page-view .products-grid .product-items,
  .page-products.amasty-xlanding-columns3.amasty_xlanding-page-view .products-grid .product-items {
    margin: 0;
  }
  .page-products .products-grid .product-item,
  .page-products.amasty_xlanding-page-view .products-grid .product-item,
  .page-products.amasty-xlanding-columns3.amasty_xlanding-page-view .products-grid .product-item {
    margin: 0 0 20px;
    padding: 10px 20px 20px;
    width: calc((100% - 40px) / 3);
  }
  .checkout-index-index .modal-popup .modal-inner-wrap {
    margin-left: -400px;
    width: 800px;
    left: 50%;
  }
  .opc-wrapper .shipping-address-item {
    width: 33.33333333%;
  }
  .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: 500px;
  }
  .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;
  }
  .block.widget .products-grid .product-item {
    width: 100%;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: 0;
    width: calc(100% - 2%);
  }
  .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(3n + 1) {
    margin-left: 0;
  }
}
@media all and (min-width: 1440px), print {
  .amlocator-schedule-table .amlocator-cell.-time {
    padding-right: 7%;
    text-align: right;
  }
  .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;
  }
}
/**
* 3D Secure Container
*/
#braintree-three-d-modal {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  height: 100vh;
  width: 100vw;
  z-index: 100000;
  visibility: visible;
}
#braintree-three-d-modal .bt-modal-frame {
  height: 420px;
  width: 440px;
  margin: auto;
  background-color: #ffffff;
  z-index: 2;
  border-radius: 6px;
}
#braintree-three-d-modal .bt-modal-body {
  height: 380px;
  margin: 20px;
  background-color: white;
  border: 1px solid lightgray;
}
#braintree-three-d-modal .bt-mask {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.75;
}
@media (max-width: 650px) {
  #braintree-three-d-modal .bt-modal-frame {
    width: 100%;
  }
}
/**
* Apple Pay button
*/
.braintree-applepay-container-product {
  display: inline-block;
}
.braintree-applepay-container-product .braintree-apple-pay-button {
  padding: 10px 0px;
  margin: 0;
  margin-bottom: 15px;
}
.braintree-apple-pay-button {
  -webkit-appearance: -apple-pay-button;
  -apple-pay-button-type: plain;
  display: block;
  width: 200px;
  min-height: 40px;
  border: 1px solid black;
  background-image: -webkit-named-image(apple-pay-logo-black);
  background-size: 100% calc(60% + 2px);
  background-repeat: no-repeat;
  background-color: black;
  background-position: 50% 50%;
  border-radius: 5px;
  padding: 2px;
  margin: 20px auto;
  transition: background-color 0.15s;
  cursor: pointer;
}
/**
* PP Credit Calculator
*/
.ppcredit-summary {
  background: linear-gradient(to right, #009cde, #003087);
  color: #fff;
  padding: 15px;
  text-align: center;
  margin: 10px 0px;
}
.ppcreditcalc-container {
  border: 1px solid #dedede;
  background: #FFF;
}
.ppcreditcalc-header {
  background: #FFF;
  padding: 15px;
}
.ppcreditcalc-legal {
  background-color: #eee;
  border-top: 1px solid #dedede;
  padding: 15px;
  font-size: 1.2rem;
  line-height: 2rem;
}
.ppcreditcalc-instalments {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid #DEDEDE;
  border-bottom: 1px solid #DEDEDE;
  background-color: #eeeeee;
}
.ppcreditcalc-instalments li {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.ppcreditcalc-instalments-term {
  display: block;
  padding: 10px 15px;
  color: #000;
}
.ppcreditcalc-instalments-term:hover {
  background: #009CDE;
  color: #FFF;
  text-decoration: none;
}
.ppcreditcalc-instalments-term.active {
  background: #003087;
  color: #FFF;
}
.ppcreditcalc-instalment-summary {
  padding: 15px;
}
.ppcreditcalc-instalment-summary dl {
  margin: 0;
}
.ppcreditcalc-instalment-summary dt {
  display: inline-block;
  width: 50%;
}
.ppcreditcalc-instalment-summary dd {
  display: inline-block;
}
/**
* CC FORM
*/
#braintree_expirationDate {
  width: 90px;
}
/**
* Google Pay
*/
button.braintree-googlepay-button {
  background-origin: content-box;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  border: 0px;
  border-radius: 4px;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 1px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
  cursor: pointer;
  height: 40px;
  min-height: 40px;
  padding: 11px 24px;
}
button.braintree-googlepay-button.black {
  background-color: #000;
  box-shadow: none;
  padding: 12px 24px 10px;
}
button.braintree-googlepay-button.white {
  background-color: #fff;
}
button.braintree-googlepay-button.short {
  min-width: 90px;
  width: 160px;
}
button.braintree-googlepay-button.black.short {
  background-image: url(https://www.gstatic.com/instantbuy/svg/dark_gpay.svg);
}
button.braintree-googlepay-button.white.short {
  background-image: url(https://www.gstatic.com/instantbuy/svg/light_gpay.svg);
}
button.braintree-googlepay-button.black:active {
  background-color: #5f6368;
}
button.braintree-googlepay-button.black:hover {
  background-color: #3c4043;
}
button.braintree-googlepay-button.white:active {
  background-color: #fff;
}
button.braintree-googlepay-button.white:focus {
  box-shadow: #e8e8e8 0 1px 1px 0, #e8e8e8 0 1px 3px;
}
button.braintree-googlepay-button.white:hover {
  background-color: #f8f8f8;
}
button.braintree-googlepay-button.long {
  min-width: 152px;
  width: 240px;
}
button.braintree-googlepay-button.white.long {
  background-image: url(https://www.gstatic.com/instantbuy/svg/light/en.svg);
}
button.braintree-googlepay-button.black.long {
  background-image: url(https://www.gstatic.com/instantbuy/svg/dark/en.svg);
}
.googlepay-minicart-logo {
  margin-top: 15px;
  text-align: center;
}
.payment-method-braintree .hosted-control {
  padding: 8px 15px;
  box-sizing: content-box;
}
#braintree_cc_number {
  padding-left: 68px;
}
.payment-method-braintree .cvv .field-tooltip {
  left: 10rem;
  top: 10px;
}
.checkout-payment-method .credit-card-types.braintree-credit-card-types img {
  width: 30px;
  -webkit-filter: none;
  -webkit-transition: none;
}
.braintree-card-control {
  position: relative;
}
.braintree-credit-card-selected {
  position: absolute;
  z-index: 10;
  left: 10px;
}
.braintree-paypal-logo.oneclick-container {
  width: 100%;
}
#payment_form_braintree_ach_direct_debit .field > .fields .field .label {
  font-weight: 600;
}
#payment_form_braintree_ach_direct_debit .field > .fields .field.required > .label:after {
  content: '*';
  color: #e02b27;
  font-size: 1.8rem;
  margin: 0 0 0 5px;
}
#payment_form_braintree_ach_direct_debit .field > .fields .field .control {
  margin: 10px 10px 0 0;
}
#payment_form_braintree_ach_direct_debit .field > .fields .field .control input[type="text"]::placeholder,
#payment_form_braintree_ach_direct_debit .field > .fields .field .control input[type="number"]::placeholder {
  color: lightgrey;
}
#payment-method-braintree-lpm .primary {
  width: 100%;
}
#payment-method-braintree-lpm .primary .action {
  margin-bottom: 12px;
  width: 100%;
}
#payment-method-braintree-lpm .primary .action img {
  height: 40px;
}
#payment-method-braintree-cc-vault .field.required .label {
  font-weight: 600;
}
#payment-method-braintree-cc-vault .field.required .label:after {
  content: '*';
  color: #e02b27;
  font-size: 1.8rem;
  margin: 0 0 0 5px;
}
#payment-method-braintree-cc-vault .field .hosted-control {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: 'Open Sans', 'Inter', sans-serif;
  font-size: 1.4rem;
  height: 32px;
  padding: 0 9px;
  vertical-align: baseline;
  box-sizing: border-box;
  position: relative;
  width: 5rem;
}
#payment-method-braintree-cc-vault .field .hosted-control.braintree-hosted-fields-invalid:not(.braintree-hosted-fields-focused) ~ .hosted-error {
  height: auto;
  opacity: 1;
}
#payment-method-braintree-cc-vault .field .hosted-error {
  clear: both;
  color: #e02b27;
  font-size: 1.2rem;
  height: 0;
  margin-top: 7px;
  opacity: 0;
}
