/**
 * General
 */
h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
    color: #002840;
}

h1.heading-home {
    font-size: 1.5rem;
}

h2.heading-home,
h3.heading-home,
h4.heading-home,
h5.heading-home,
h6.heading-home {
    font-size: 1.1rem;
    margin-bottom: 2rem;
}

a:hover {
    color: #3DA7F6 !important;
}

input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"],
input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="time"],
input[type="week"],
textarea,
select {
    border-radius: 8px!important;
}

::-webkit-input-placeholder {
    font-style: normal !important;
    color: #002740 !important;
}

::-moz-placeholder {
    font-style: normal !important;
    color: #002740 !important;
}

::-ms-placeholder {
    font-style: normal !important;
    color: #002740 !important;
}

input[type="text"]::-webkit-input-placeholder {
    font-style: normal !important;
    color: #002740 !important;
}

input[type="text"]::-moz-placeholder {
    font-style: normal !important;
    color: #002740 !important;
}

input[type="text"]::-ms-placeholder {
    font-style: normal !important;
    color: #002740 !important;
}

input[type="text"]::placeholder {
    font-style: normal !important;
    color: #002740 !important;
}

input[type="password"]::-webkit-input-placeholder {
    font-style: normal !important;
    color: #002740 !important;
}

input[type="password"]::-moz-placeholder {
    font-style: normal !important;
    color: #002740 !important;
}

input[type="password"]::-ms-placeholder {
    font-style: normal !important;
    color: #002740 !important;
}

input[type="password"]::placeholder {
    font-style: normal !important;
    color: #002740 !important;
}

input[type="url"]::-webkit-input-placeholder {
    font-style: normal !important;
    color: #002740 !important;
}

input[type="url"]::-moz-placeholder {
    font-style: normal !important;
    color: #002740 !important;
}

input[type="url"]::-ms-placeholder {
    font-style: normal !important;
    color: #002740 !important;
}

input[type="url"]::placeholder {
    font-style: normal !important;
    color: #002740 !important;
}

input[type="tel"]::-webkit-input-placeholder {
    font-style: normal !important;
    color: #002740 !important;
}

input[type="tel"]::-moz-placeholder {
    font-style: normal !important;
    color: #002740 !important;
}

input[type="tel"]::-ms-placeholder {
    font-style: normal !important;
    color: #002740 !important;
}

input[type="tel"]::placeholder {
    font-style: normal !important;
    color: #002740 !important;
}

input[type="search"]::-webkit-input-placeholder {
    font-style: normal !important;
    color: #002740 !important;
}

input[type="search"]::-moz-placeholder {
    font-style: normal !important;
    color: #002740 !important;
}

input[type="search"]::-ms-placeholder {
    font-style: normal !important;
    color: #002740 !important;
}

input[type="search"]::placeholder {
    font-style: normal !important;
    color: #002740 !important;
}

input[type="number"]::-webkit-input-placeholder {
    font-style: normal !important;
    color: #002740 !important;
}

input[type="number"]::-moz-placeholder {
    font-style: normal !important;
    color: #002740 !important;
}

input[type="number"]::-ms-placeholder {
    font-style: normal !important;
    color: #002740 !important;
}

input[type="number"]::placeholder {
    font-style: normal !important;
    color: #002740 !important;
}

input[type*="date"]::-webkit-input-placeholder {
    font-style: normal !important;
    color: #002740 !important;
}

input[type*="date"]::-moz-placeholder {
    font-style: normal !important;
    color: #002740 !important;
}

input[type*="date"]::-ms-placeholder {
    font-style: normal !important;
    color: #002740 !important;
}

input[type*="date"]::placeholder {
    font-style: normal !important;
    color: #002740 !important;
}

input[type="email"]::-webkit-input-placeholder {
    font-style: normal !important;
    color: #002740 !important;
}

input[type="email"]::-moz-placeholder {
    font-style: normal !important;
    color: #002740 !important;
}

input[type="email"]::-ms-placeholder {
    font-style: normal !important;
    color: #002740 !important;
}

input[type="email"]::placeholder {
    font-style: normal !important;
    color: #002740 !important;
}

main#maincontent {
    padding-left: 1rem;
    padding-right: 1rem;
}

.layout-fullwidth .container, 
.layout-fullwidth .block.category.event, 
.layout-fullwidth .footer.content, 
.layout-fullwidth .header.content, 
.layout-fullwidth .navigation, 
.layout-fullwidth .page-wrapper > .breadcrumbs > ul, 
.layout-fullwidth .page-wrapper > .page-bottom, 
.layout-fullwidth .page-wrapper > .widget, 
.layout-fullwidth .top-container,
.page-products #maincontent,
.catalog-product-view #maincontent,
.checkout-cart-index #maincontent,
.contact-index-index #maincontent {
    max-width: 1700px!important;
}

.container-width {
    max-width: 1650px!important;
    margin: 3rem auto 0;
}

#totop {
    display: inline!important;
    border-radius: 100px!important;
    bottom: 20px!important;
    right: 20px!important;
    background-color: #092840!important;
    z-index: 99!important;
}

@keyframes marquee {
    0% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(-100%)
    }
}

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

    100% {
        transform: translateX(-100%)
    }
}

@keyframes pulsing {
    to {
        box-shadow: 0 0 0 10px rgba(245, 142, 225, 0);
    }
}

@-webkit-keyframes pulsing {
    to {
        box-shadow: 0 0 0 10px rgba(245, 142, 225, 0);
    }
}

/**
 * Header
 */
header .main-panel-top .container {
    background-color: #00A7F6;
    border: none;
    width: 100%;
    margin: 0;
    max-width: 100%!important;
    padding: 0;
}

header.page-header.type22 .main-panel-top .panel.wrapper {
    min-height: fit-content;
    font-size: 11px;
    font-weight: 600;
    padding: 8px 0 6px;
}

header .main-panel-top .header-right > *:not(:first-child) {
    margin-left: 0;
}

header .main-panel-top .sk-scroller {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    display: flex
}

header .main-panel-top .sk-scroller .scroll-item {
    color: #fff;
    font-size: 0.95rem;
    font-weight: 600;
    text-transform: none;
    display: flex;
    align-items: center;
    -webkit-animation: marquee 15s linear 0s infinite;
    animation: marquee 15s linear 0s infinite;
    transform: translateX(0)
}

header .main-panel-top .sk-scroller .scroll-item p span {
    padding: 0 40px 0 10px;
    display: inline-flex;
}

header .main-panel-top .sk-scroller .scroll-item p {
    margin-bottom: 0;
}

header .main-panel-top span.strength-1:before {
    display: block;
    padding-right: 10px;
    content: url(/media/wysiwyg/homepage/free-icon.png);
}

header .main-panel-top span.strength-2:before {
    display: block;
    padding-right: 10px;
    content: url(/media/wysiwyg/homepage/chat-icon.png);
}

header .main-panel-top span.strength-3:before {
    display: block;
    padding-right: 10px;
    content: url(/media/wysiwyg/homepage/pay-icon.png);
}

header .main-panel-top span.strength-4:before {
    display: block;
    padding-right: 10px;
    content: url(/media/wysiwyg/homepage/lock-icon.png);
}

header .main-panel-top span.strength-5:before {
    display: block;
    padding-right: 10px;
    content: url(/media/wysiwyg/homepage/check-icon.png);
}

header.page-header.type22 .header-main .header-left,
header.page-header.type22 .header-main .header-right,
header.page-header.type22 .header-main .header-center {
    padding-top: 30px;
    padding-bottom: 26px;
}

header.page-header.type22 .logo {
    margin-right: 0;
    min-width: 219px;
}

header.page-header.type22 .search-area .block.block-search {
    max-width: 700px !important;
    border: none !important;
    border-radius: 8px;
    box-shadow: none !important;
    margin: 0 auto;
}

header.page-header.type22 .block-search .action.search:before {
    font-size: 1.1rem;
}

header.page-header.type22 .search-area .minisearch .actions button {
    background-color: #eef2f4;
    color: #002840;
    border-radius: 0 8px 8px 0;
}

header.page-header.type22 .main-toggle-menu {
    height: 50px;
}

header.page-header.type22 .main-toggle-menu .toggle-menu-wrap {
    width: 150%;
    border-radius: 0 0 10px 10px;
}

header.page-header.type22 .main-toggle-menu .menu-title.closed {
    z-index: 999;
    padding: 12px 44px 15px 0px;
    border: none;
    font-size: 1.1rem;
    color: #002840;
}

header.page-header.type22 .main-toggle-menu .menu-title.closed:hover {
    color: #3da7f6;
}

header.page-header.type22 .main-toggle-menu .menu-title:after {
	display: none;
}

header.page-header.type22 .main-toggle-menu .menu-title .toggle:before {
    font-family: "afarma";
    content: "\e902";
}

header.page-header.type22:not(.sticky-header) .header-bottom {
    border-top: none;
    border-bottom: 1px solid #DFE3E5;
}

header.page-header.type22 .header-bottom .header-row .header-left {
    width: fit-content;
    margin: 0;
}

header .header-bottom .header-row .header-left .navigation.side-megamenu li.level0 > a {
    font-weight: 600;
}

header .header-bottom .header-row .header-left .navigation.side-megamenu li.level0 > a,
header .header-bottom .header-row .header-left .navigation.side-megamenu li.level0 .subchildmenu li a {
    text-transform: initial;
}

header .sw-megamenu.navigation.side-megamenu li.level0.fullwidth > .submenu {
    min-height: 375px;
    border-radius: 0 0 10px 10px;
}

header .sw-megamenu.navigation li.level0.fullwidth .submenu li.level1 > a,
.sw-megamenu.navigation li.level0.staticwidth .submenu li.level1 > a {
    font-weight: 600;
    text-transform: none;
}

header .sw-megamenu.navigation.side-megamenu li.level0.fullwidth .submenu li.level1 > a,
.sw-megamenu.navigation.side-megamenu li.level0.staticwidth .submenu li.level1 > a {
    font-size: 14px;
}

header .sw-megamenu.navigation.side-megamenu li.level0:hover {
    background-color: #3da7f6;
    color: #fff;
}

header .sw-megamenu.navigation.side-megamenu li.level0 a.level-top:hover {
    color: #fff !important;
}

header .sw-megamenu.navigation li.level0.fullwidth .submenu a,
.sw-megamenu.navigation li.level0.staticwidth .submenu a {
    padding-bottom: 0.15em !important;
    font-size: 13px;
    color: #6C777E;
}

header .sw-megamenu.navigation.side-megamenu li.level0.fullwidth > .submenu a {
    line-height: 18px;
}

header .header-bottom .header-row .header-right {
    display: block;
    justify-content: flex-start;
    width: 100%;
    max-width: 100%;
    line-height: 30px;
    margin: 0;
}

header .header-bottom .header-row .header-right .menu-left {
    float: left;
}

header .header-bottom .header-row .header-right .menu-right {
    float: right;
}

header .header-bottom .header-row .header-right ul {
    list-style: none;
    display: inline-flex;
    padding: 0;
    margin: 0;
}

header .header-bottom .header-row .header-right .menu-left ul li {
    padding-right: 25px;
}

header .header-bottom .header-row .header-right .menu-right ul li {
    padding-left: 25px;
}

header .header-bottom .header-row .header-right .menu-right ul li img {
    padding-right: 10px;
    padding-bottom: 4px;
}

header .header-bottom .header-row .header-right ul li a {
    font-style: normal;
    font-weight: 600;
    font-size: 1rem;
    line-height: 22px;
    color: #002840;
    white-space: nowrap;
}

header .header-bottom .header-row .header-right ul li a.promo {
    background: #FFF3DC;
    border-radius: 8px;
    padding: 3px 10px;
    color: #F47700;
}

header .header-bottom .header-row .header-right ul li a.promo:hover {
    background: #F47700;
    color: #fff!important;
    transition: 0.3s;
}

header .header-main .header-right {
    height: 100px;
}

header .header-main .header-right .info-menu-center ul {
    list-style: none;
    display: inline-flex;
    padding: 0;
    margin: 0;
}

header .header-main .header-right .info-menu-center ul li {
    text-align: center;
    padding-right: 25px;
}

header .header-main .header-right .info-menu-center ul li span {
    display: block;
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 22px;
    color: #002840;
}

header .header-main .header-right .welcome-area {
    text-align: -webkit-center
}

header .header-main .header-right .welcome-area:before {
    display: block;
    width: 1em;
    line-height: 1em;
    margin: 0 auto;
    text-align: center;
    text-transform: none;
    text-decoration: inherit;
    font-family: 'afarma' !important;
    font-size: 26px;
    content: "\e900";
    -webkit-font-smoothing: antialiased;
}

header .header-main .header-right .welcome-area a {
    color: #002840;
}

header .header-main .header-right .welcome-area a span {
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 22px;
}

header .header-main .header-right .welcome-area a i {
    display: none !important;
}

header .info-menu-center i {
    font-size: 24px;
    color: #002840;
}

header .info-menu-center  li {
    line-height: 14px;
}

header .header-bottom .header-right .menu-right i {
    font-size: 26px;
}

header .header-bottom .header-right .menu-right a {
    display: flex;
    align-items: center;
}

/* Header Hover */

header .info-menu-center a:hover i,
header .info-menu-center a:hover span,
header .info-menu-center a:hover,
header span#welcome-area a:hover,
header span#welcome-area a:hover span,
header span#welcome-area:hover:before,
.page-header .minicart-wrapper a.action.showcart:hover,
header .minicart-wrapper:hover:before {
    color: #0977DF!important;
}

/* sticky header */
header.type22.sticky-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 100px !important;
    background-color: #005B92;
    border-bottom-width: 0 !important;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25) !important;
}

header.type22.sticky-header .main-panel-top {
    display: none;
}

header.type22.sticky-header .header-main {
    height: 0px;
}

header.type22.sticky-header .header-main .header.content {
    align-items: normal;
    background-color: #005B92;
}

header.type22.sticky-header .header-main .header.content .header-left,
header.type22.sticky-header .header-main .header.content .header-right {
    padding-top: 0;
    padding-bottom: 0;
}

header.type22.sticky-header .header-main .header.content .header-right {
    padding-top: 20px;
}

header.type22.sticky-header .header-main .header.content .header-left .logo {
    min-width: 50px;
    margin-right: 0;
}

header.type22.sticky-header .header-main .header.content .header-left .search-area {
    margin-left: 22%;
}

header.type22.sticky-header .header-main .header.content .header-right .info-menu-center ul li span,
header.type22.sticky-header .header-main .header.content .header-right .info-menu-center ul li i,
header.type22.sticky-header .header-main .header.content .header-right .welcome-area span,
header.type22.sticky-header .header-main .header.content .header-right .welcome-area:before {
    color:  #FFF;
}

header.type22.sticky-header .header-main .header.content .header-right .minicart-wrapper {
    position: relative;
    right: 0;
    margin-top: -45px !important;
}

header.type22.sticky-header .header-main .header.content .header-right .minicart-wrapper:before,
header.type22.sticky-header .header-main .header.content .header-right .minicart-wrapper .action.showcart {
    color:  #FFFFFF;
}

header.type22.sticky-header .header-bottom {
    position: static !important;
    box-shadow: none !important;
    background-color: #005B92 !important;
}

header.type22.sticky-header .header-bottom .header-row .header-left {
    margin-top: 27px;
    margin-left: 212px;
}

header.type22.sticky-header .header-bottom .header-row .header-left .menu-title {
    background-color: #005B92 !important;
    transition: none;
}

header.type22.sticky-header .header-bottom .header-row .header-left .main-toggle-menu .toggle-menu-wrap {
    left: -57px;
}

header.type22.sticky-header .header-bottom .header-row .header-left .menu-title.closed {
    color: #FFF;
}

header.type22.sticky-header .header-bottom .header-row .header-right {
    display: none;
}

/**
 * Minicart
 */
header .header-main.quickcart-visible:after {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    margin: 0;
    backdrop-filter: blur(5px);
    content: "";
    transition: 0.2s;
}

header.type22 .header-main .header.content .header-right .minicart-wrapper {
    display: block !important;
    margin-top: -13px !important;
    margin-left: 25px !important;
}

header.type22 .header-main .header.content .header-right .minicart-wrapper:before {
    content: "\e901";
    font-family: 'afarma' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: 0.2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: 0.2em;
    -webkit-font-smoothing: antialiased;
    font-size: 26px;
    display: block;
    margin-left: 12px;
}

header.type22 .header-main .header.content .header-right .minicart-wrapper .showcart span.text {
    display: contents;
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 22px;
}


header.type22 .header-main .header.content .header-right .minicart-wrapper .showcart .counter.qty {
    top: -21px!important;
    right: 6px!important;
    background-color: #3da7f6;
}

header.type22 .header-main .header.content .header-right .minicart-wrapper .block-quickcart {
    top: 0 !important;
    width: 450px;
    box-shadow: none;
    margin-top: 0;
    transition: none !important;
}

.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-top {
    background-color: #fff;
    color: #002840;
    font-size: 18px;
    font-weight: 400;
}

header.type22 .header-main .header.content .header-right .minicart-wrapper .block-quickcart .quickcart-content-wrapper .block-content .quickcart-top .action.close {
    display: block;
    background-color: transparent !important;
    border: none !important;
    color: #002840;
}

header.type22 .header-main .header.content .header-right .minicart-wrapper .block-quickcart .quickcart-content-wrapper .block-content .quickcart-top .action.close:before {
    overflow: visible;
    position: absolute;
    top: 20px;
    right: 18px;
    font-family: 'Simple-Line-Icons' !important;
    font-size: 20px;
    content: "\e082";
    color: #002840;
}

header.type22 .header-main .header.content .header-right .minicart-wrapper .block-quickcart .quickcart-content-wrapper .block-content .quickcart-top .action.close span {
    display: none;
}

header.type22 .header-main .header.content .header-right .minicart-wrapper .block-quickcart .quickcart-content-wrapper .block-content .minicart-items .item .product-item-photo {
    order: 1;
    flex: 0 0 60px;
    width: 60px;
    margin-right: 16px;
}

header.type22 .header-main .header.content .header-right .minicart-wrapper .block-quickcart .quickcart-content-wrapper .block-content .minicart-items .item .product-item-photo .product-image-container {
    margin-top: 15px;
}

header.type22 .header-main .header.content .header-right .minicart-wrapper .block-quickcart .quickcart-content-wrapper .block-content .minicart-items .item .product-item-photo .product-image-container .product-image-wrapper {
    margin-bottom: 0;
}

header.type22 .header-main .header.content .header-right .minicart-wrapper .block-quickcart .quickcart-content-wrapper .block-content .minicart-items .item .product-item-details {
    order: 2;
}

header.type22 .header-main .header.content .header-right .minicart-wrapper .block-quickcart .quickcart-content-wrapper .block-content .minicart-items .item .product-item-details .product-item-name a {
    white-space: break-spaces;
}

header.type22 .header-main .header.content .header-right .minicart-wrapper .block-quickcart .quickcart-content-wrapper .block-content .minicart-items .item .product-item-details .product-item-name {
    margin-top: .5rem;
    margin-bottom: 0;
    font-weight: 700!important;
    color: #002840 !important;
}

header.type22 .header-main .header.content .header-right .minicart-wrapper .block-quickcart .quickcart-content-wrapper .block-content .minicart-items .item .product-item-details .product.actions .secondary {
    top: 9px;
}

header.type22 .header-main .header.content .header-right .minicart-wrapper .block-quickcart .quickcart-content-wrapper .block-content .minicart-items .item .product-item-details .product.actions .secondary .action.delete {
    left: 5px;
}

header.type22 .header-main .header.content .header-right .minicart-wrapper .block-quickcart .quickcart-content-wrapper .block-content .minicart-items .item .product-item-details .product-item-pricing .details-qty {
    margin-top: 0;
}

header.type22 .header-main .header.content .header-right .minicart-wrapper .block-quickcart .quickcart-content-wrapper .block-content .minicart-items .item .product-item-details .product-item-pricing .details-qty .qty-update {
    height: 24px;
    line-height: 24px;
    padding: 0 8px;
    border: 1px solid #9CAEB9;
    border-radius: 0;
    font-size: 10px;
    font-weight: 400;
    color: #002840;
}

header.type22 .header-main .header.content .header-right .minicart-wrapper .block-quickcart .quickcart-content-wrapper .block-content .minicart-items .item .product-item-details .product-item-pricing .details-qty .label {
    margin-right: 8px;
    font-size: 13px;
    color: #002840;
}

header.type22 .header-main .header.content .header-right .minicart-wrapper .block-quickcart .quickcart-content-wrapper .block-content .minicart-items .item .product-item-details .product-item-pricing .details-qty .qty-update.fa-minus {
    position: relative;
    visibility: inherit;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

header.type22 .header-main .header.content .header-right .minicart-wrapper .block-quickcart .quickcart-content-wrapper .block-content .minicart-items .item .product-item-details .product-item-pricing .details-qty .qty-update.fa-minus:before {
    font-family: "FontAwesome";
}

header.type22 .header-main .header.content .header-right .minicart-wrapper .block-quickcart .quickcart-content-wrapper .block-content .minicart-items .item .product-item-details .product-item-pricing .details-qty .qty-update.fa-minus:after {
    display: none;
}

header.type22 .header-main .header.content .header-right .minicart-wrapper .block-quickcart .quickcart-content-wrapper .block-content .minicart-items .item .product-item-details .product-item-pricing .details-qty .qty-update.fa-plus {
    position: relative;
    visibility: inherit;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

header.type22 .header-main .header.content .header-right .minicart-wrapper .block-quickcart .quickcart-content-wrapper .block-content .minicart-items .item .product-item-details .product-item-pricing .details-qty .qty-update.fa-plus:before {
    font-family: "FontAwesome";
}

header.type22 .header-main .header.content .header-right .minicart-wrapper .block-quickcart .quickcart-content-wrapper .block-content .minicart-items .item .product-item-details .product-item-pricing .details-qty .qty-update.fa-plus:after {
    display: none;
}

header.type22 .header-main .header.content .header-right .minicart-wrapper .block-quickcart .quickcart-content-wrapper .block-content .minicart-items .item .product-item-details .product-item-pricing .details-qty .item-qty {
    width: 28px;
    height: 24px;
    line-height: 24px;
    padding: 0;
    border-top: 1px solid #9CAEB9;
    border-bottom: 1px solid #9CAEB9;
    border-radius: 0 !important;
    text-align: center;
    font-size: 13px;
    font-weight: 400;
    color: #002840;
}

header.type22 .header-main .header.content .header-right .minicart-wrapper .block-quickcart .quickcart-content-wrapper .block-content .minicart-items .item .product-item-details .product-item-pricing .price-container {
    margin-top: 9px;
    margin-left: 16px;
}

header.type22 .header-main .header.content .header-right .minicart-wrapper .block-quickcart .quickcart-content-wrapper .block-content .minicart-items .item .product-item-details .product-item-pricing .price-container .minicart-price .price {
    margin-bottom: 0;
    font-size: 13px;
    color: #002840;
}

header.type22 .header-main .header.content .header-right .minicart-wrapper .block-quickcart .quickcart-content-wrapper .block-content .quickcart-bottom-container .subtotal {
    background: transparent!important;
    color: #002840!important;
}

header.type22 .header-main .header.content .header-right .minicart-wrapper .block-quickcart .quickcart-content-wrapper .block-content .quickcart-bottom-container .actions.action-viewcart .secondary {
    height: 4rem;
    line-height: 2rem;
    background-color: #eef2f4;
    border-radius: 8px;
    margin: 12px;
}

header.type22 .header-main .header.content .header-right .minicart-wrapper .block-quickcart .quickcart-content-wrapper .block-content .quickcart-bottom-container .actions.action-viewcart .secondary a {
    font-weight: 600;
    font-size: 16px;
    color: #002840;
    letter-spacing: 0;
}

header.type22 .header-main .header.content .header-right .minicart-wrapper .block-quickcart .quickcart-content-wrapper .block-content .quickcart-bottom-container .actions.action-viewcart .secondary:hover {
    background: #3da7f6!important;
    transition: 0.3s;
}

header.type22 .header-main .header.content .header-right .minicart-wrapper .block-quickcart .quickcart-content-wrapper .block-content .quickcart-bottom-container .actions.action-viewcart .secondary:hover a,
header.type22 .header-main .header.content .header-right .minicart-wrapper .block-quickcart .quickcart-content-wrapper .block-content .quickcart-bottom-container .actions.action-viewcart .secondary a:hover {
    color: #fff!important;
}

header.type22 .header-main .header.content .header-right .minicart-wrapper .block-quickcart .quickcart-content-wrapper .block-content .quickcart-bottom-container .actions.action-checkout button.checkout {
    width: 100%;
    height: 4rem;
    line-height: 2rem;
    background: #24BC45;
    box-shadow: 0 0 0 0 #24bc4591;
    border-radius: 8px;
    text-transform: none;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0;
    -webkit-animation: pulsing 1s cubic-bezier(0.66, 0, 0, 1) infinite;
    animation: pulsing 1s cubic-bezier(0.66, 0, 0, 1) infinite;
}

header.type22 .header-main .header.content .header-right .minicart-wrapper .block-quickcart .quickcart-content-wrapper .block-content .quickcart-bottom-container .actions.action-checkout button.checkout:hover {
    background: #14a032;
    transition: 0.3s;
}

header.type22 .header-main .header.content .header-right .minicart-wrapper .block-quickcart .quickcart-content-wrapper .block-content .quickcart-bottom-container .actions.action-checkout button.checkout span {
    text-transform: none;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0;
}

/* minicart sticky */
header.type22.sticky-header .header-main .header.content .header-right .minicart-wrapper {
    z-index: 1001;
}

header.type22.sticky-header .header-main .header.content .header-right .minicart-wrapper.active:before {
    position: absolute;
    top: 0 !important;
    right: auto !important;
    bottom: auto !important;
    left: 0 !important;
    z-index: 1000;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(5px);
    margin: 0 !important;
    content: "";
    transition: none !important;
}

header.type22.sticky-header .header-main .header.content .header-right .minicart-wrapper .block-quickcart {
    overflow: visible;
    top: -41px !important;
    right: -130px !important;
    left: unset !important;
    height: 100vh;
    transition: none !important;
}

header.type22.sticky-header .header-main .header.content .header-right .minicart-wrapper .block-quickcart .quickcart-content-wrapper .block-content .minicart-items .item .product-item-details .product-item-pricing .details-qty .qty-update.item-minus:after {
    top: calc(50% - 1px);
}

/**
 * Footer
 */
footer .footer {
    padding-left: 20px;
    padding-right: 20px;
}

footer .footer-middle {
    border-radius: 10px;
}

footer .footer-middle > .container::after {
    display: none;
}

footer .footer-middle > .container {
    position: relative;
    padding-top: 3rem;
    padding-bottom: 3.5rem;
}

footer .footer-middle > .container .col-lg-8 {
    margin: 0 auto;
    max-width: 550px;
}

footer .footer-middle .block .block-title {
    text-align: center;
}

footer .footer-middle .block .block-title strong {
    font-weight: 700;
    font-size: 2rem;
}

footer .footer-middle .content p {
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
}

footer .footer .newsletter input {
    border: 2.5px solid #002840;
    height: 58px;
    border-radius: 10px 0 0 10px!important;
}

footer .footer .newsletter .action.subscribe {
    border: 2.5px solid #002840;
    height: 58px;
    border-radius: 0 10px 10px 0;
    background-color: #002840;
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
    text-transform: none;
    letter-spacing: 0.5px;
}

footer .block.newsletter .form.subscribe {
    margin-top: 30px;
}

footer.page-footer .footer .footer-middle .container .row > div .block.newsletter .content .form.subscribe .field.amgdpr-checkbox input {
    height: auto;
    padding: 0;
    margin: 10px 6px 0 0;
}

footer.page-footer .footer .footer-middle .container .row > div .block.newsletter .content .form.subscribe .field.amgdpr-checkbox label {
    display: inline-block;
    width: auto !important;
    height: auto !important;
    vertical-align: middle;
    font-size: 14px;
}

footer.page-footer .footer .footer-middle .container .row > div .block.newsletter .content .form.subscribe .field.amgdpr-checkbox label a:hover {
    color: #0977DF !important;
    text-decoration: underline;
}

footer .footer .widget-title {
    margin-bottom: 15px;
    font-size: 1rem;
    font-weight: 600;
}

footer .btn-footer-help a {
    display: inline-block;
    width: fit-content;
    padding: 10px 20px;
    border: 2.5px solid #002840;
    border-radius: 8px;
    margin-right: 15px;
    margin-bottom: 15px;
    font-size: 0.9ren;
    font-weight: 600;
    color: #002840;
    white-space: nowrap;
}

footer .btn-footer-help a:focus {
    color:  #002840;
}

footer .footer .footer-middle.footer-middle-2 .container .row div.textwidget a:focus {
    color: #6C777E;
}

footer .footer-middle-2 li {
    margin-bottom: 5px;
}

footer .footer-middle-2 > .container {
    padding-bottom: 2rem;
    border-bottom: 1px solid #e5e7e7;
}

footer .btn-footer-help a:hover {
    border: 2.5px solid #002840;
    background-color: #002840;
    color: #fff!important;
    transition: 0.3s;
}

footer .footer-middle-2 .whatsapp a {
    background-color: #D6F6D8;
    padding: 2px 10px;
    display: block;
    width: fit-content;
    color: #00A055;
    font-weight: 600;
    border-radius: 8px;
}

footer .footer-middle-2 .whatsapp a:hover {
    background-color: #00A055;
    color: #fff!important;
    transition: 0.3s;
}

.footer .footer-bottom .custom-block [data-content-type='html'] p a,
.footer .footer-bottom .custom-block [data-content-type='html'] p a:visited {
    color: #6D777F;
}

footer .fa-whatsapp {
    padding-right: 10px;
    font-size: 18px;
}

/**
 * Amasty Recaptcha
 */
#am-recaptcha-place-order {
    display: none;
}

/**
 * Modal
 */
.modals-wrapper aside:not(.amgdprcookie-modal-container) .modal-header button.action-close,
.authentication-wrapper aside .modal-header button.action-close {
    background: none !important;
    border: none !important;
}

.modals-wrapper aside.popup-authentication .modal-header button.action-close {
    top: 12px;
    right: -40px;
}

.modals-wrapper aside.modal-slide:not(.amgdprcookie-modal-container):not(.popup-authentication) .modal-header button.action-close,
.authentication-wrapper aside .modal-header button.action-close {
    transform: rotateZ(0deg);
}

.modals-wrapper aside.modal-slide:not(.amgdprcookie-modal-container):not(.popup-authentication) .modal-header button.action-close:before,
.modals-wrapper aside.agreements-modal .modal-header button.action-close:before,
.authentication-wrapper aside .modal-header button.action-close:before {
    width: 1px;
    height: 17px;
}

.modals-wrapper aside.modal-slide:not(.amgdprcookie-modal-container):not(.popup-authentication) .modal-header button.action-close:after,
.modals-wrapper aside.agreements-modal .modal-header button.action-close:after,
.authentication-wrapper aside .modal-header button.action-close:after {
    width: 0px;
    height: 18px;
}

.modals-wrapper aside:not(.amgdprcookie-modal-container) .modal-inner-wrap,
.authentication-wrapper aside .modal-inner-wrap {
    padding: 20px;
    border-radius: 10px;
    box-shadow: none;
}

.modals-wrapper aside:not(.amgdprcookie-modal-container) .modal-content,
.authentication-wrapper aside .modal-content {
    overflow-x: hidden;
    background-color: transparent;
}

.modals-wrapper aside.popup-authentication .modal-content .block-content .actions-toolbar .action.primary,
.modals-wrapper aside.popup-authentication .modal-content .block-content .actions-toolbar .action.secondary {
    width: 164px;
    height: auto;
    line-height: 1em;
    padding: .8em 2em;
    border-radius: 8px !important;
    margin-top: 0;
    font-size: 1em;
}

.modals-wrapper aside.popup-authentication .modal-content .block-content .actions-toolbar .action.primary span,
.modals-wrapper aside.popup-authentication .modal-content .block-content .actions-toolbar .action.secondary span,
.modals-wrapper aside.popup-authentication .modal-content .block-content .actions-toolbar .action.primary:hover span,
.modals-wrapper aside.popup-authentication .modal-content .block-content .actions-toolbar .action.secondary:hover span {
    line-height: 19px;
    font-size: 16px;
    font-weight: 700;
    text-transform: none;
}

.modals-wrapper aside.popup-authentication .modal-content .block-content .actions-toolbar .action.primary {
    background: #EEF2F4;
    border-color: #EEF2F4;
}

.modals-wrapper aside.popup-authentication .modal-content .block-content .actions-toolbar .action.primary span {
    color: #002840;
}

.modals-wrapper aside.popup-authentication .modal-content .block-content .actions-toolbar .action.secondary {
    background: #002840;
    border-color: #002840;
}

.modals-wrapper aside.popup-authentication .modal-content .block-content .actions-toolbar .action.secondary span {
    color: #FFFFFF;
}

.modals-wrapper aside.popup-authentication .modal-content .block-content .actions-toolbar .action.primary:hover,
.modals-wrapper aside.popup-authentication .modal-content .block-content .actions-toolbar .action.secondary:hover {
    background: #3DA7F6;
    border-color: #3DA7F6;
}

.modals-wrapper aside.popup-authentication .modal-content .block-content .actions-toolbar .action.primary:hover span,
.modals-wrapper aside.popup-authentication .modal-content .block-content .actions-toolbar .action.secondary:hover span {
    color: #FFFFFF;
}

.modals-wrapper aside .modal-footer button.action-primary.action-accept,
.modals-wrapper aside .modal-footer button.action.primary.action-save-address,
.modals-wrapper aside .modal-footer button.action-secondary.action-dismiss,
.modals-wrapper aside .modal-footer button.action.secondary.action-agree,
.modals-wrapper aside .modal-footer button.action.secondary.action-hide-popup {
    width: 120px;
    height: auto;
    line-height: 1em;
    padding: .8em 2em;
    border-radius: 8px !important;
    margin-top: 0;
    font-size: 1em;
}

.modals-wrapper aside .modal-footer button.action.primary.action-save-address {
    width: 160px;
    border-width: 0;
}

.modals-wrapper aside .modal-footer button.action-primary.action-accept span,
.modals-wrapper aside .modal-footer button.action.primary.action-save-address span,
.modals-wrapper aside .modal-footer button.action-secondary.action-dismiss span,
.modals-wrapper aside .modal-footer button.action.secondary.action-agree span,
.modals-wrapper aside .modal-footer button.action.secondary.action-hide-popup span {
    line-height: 19px;
    font-size: 16px;
    font-weight: 700;
    text-transform: none;
}

.modals-wrapper aside .modal-footer button.action-primary.action-accept,
.modals-wrapper aside .modal-footer button.action.primary.action-save-address,
.modals-wrapper aside .modal-footer button.action.secondary.action-agree {
    background: #EEF2F4;
    border-color: #EEF2F4;
}

.modals-wrapper aside .modal-footer button.action-primary.action-accept span,
.modals-wrapper aside .modal-footer button.action.primary.action-save-address span,
.modals-wrapper aside .modal-footer button.action.secondary.action-agree span {
    color: #002840;
}

.modals-wrapper aside .modal-footer button.action-secondary.action-dismiss,
.modals-wrapper aside .modal-footer button.action.secondary.action-hide-popup {
    background: #002840;
    border-color: #002840;
}

.modals-wrapper aside .modal-footer button.action-secondary.action-dismiss span,
.modals-wrapper aside .modal-footer button.action.secondary.action-hide-popup span {
    color: #FFFFFF;
}

.modals-wrapper aside .modal-footer button.action-primary.action-accept:hover,
.modals-wrapper aside .modal-footer button.action.primary.action-save-address:hover,
.modals-wrapper aside .modal-footer button.action.secondary.action-agree:hover,
.modals-wrapper aside .modal-footer button.action-secondary.action-dismiss:hover,
.modals-wrapper aside .modal-footer button.action.secondary.action-hide-popup:hover {
    background: #3DA7F6;
    border-color: #3DA7F6;
}

.modals-wrapper aside .modal-footer button.action-primary.action-accept:hover span,
.modals-wrapper aside .modal-footer button.action.primary.action-save-address:hover span,
.modals-wrapper aside .modal-footer button.action.secondary.action-agree:hover span,
.modals-wrapper aside .modal-footer button.action-secondary.action-dismiss:hover span,
.modals-wrapper aside .modal-footer button.action.secondary.action-hide-popup:hover span {
    color: #FFFFFF;
}

.modals-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1001;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    margin: 0;
    content: "";
    backdrop-filter: blur(5px);
    transition: 0.2s;
}

/**
 * Amasty GDRP Cookie
 */
.amgdprjs-bar-template {
    position: fixed;
    width: 100%;
    background-color: #FFFFFF;
    border-top: 1px solid #CCCCCC;
}

.amgdprjs-bar-template button.action-close {
    background-color: transparent !important;
    border: none !important;
}

.amgdprcookie-buttons-block button.amgdprcookie-button {
    margin-bottom: 0;
    padding: 10px 15px !important;
}

.amgdprcookie-buttons-block button.amgdprcookie-button.-allow {
    background-color: #0088CC !important;
    border: 1px solid #0088CC !important;
    box-shadow: none !important;
    color: #FFFFFF !important;
}

.amgdprcookie-buttons-block button.amgdprcookie-button.-allow:hover {
    background-color: #006EAF !important;
    border: 1px solid #006EAF !important;
}

.amgdprcookie-buttons-block button.amgdprcookie-button.-settings {
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
    color: #0088CC !important;
}

.amgdprcookie-buttons-block button.amgdprcookie-button.-settings:hover {
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
    color: #006EAF !important;
}

/* caso particolare cookie in pagina checkout */
.amgdprjs-bar-template .modal-popup {
    visibility: unset !important;
    position: unset !important;
    top: unset !important;
    right: unset !important;
    bottom: unset !important;
    left: unset !important;
}

/**
 * Messages
 */
main .messages .message {
    padding: 6px 1em 6px 3.25em;
    border-radius: 8px !important;
    margin: 0 0 1em;
    text-align: center;
    font-size: 1.2em;
    font-weight: 600;
}

main .messages .message.success {
    background: #D6F6D8;
    color: #297A1F;
}

main .messages .message > div:before {
    position: static !important;
    margin: 0 !important;
}

.cms-index-index .page.messages {
    display: block !important;
}

/**
 * Chat Whatsapp
 */
#chatwhatsapp {
    position: relative;
}

/**
 * Breadcrumbs
 */
.page-wrapper > .breadcrumbs {
    background-color: #fff;
    color: #6C777E;
    font-size: .85rem;
}

.page-wrapper > .breadcrumbs .items > li strong {
    color: #092840;
}

.page-wrapper > .breadcrumbs .items > li {
    text-transform: none;
}

.page-wrapper > .breadcrumbs .items > li.home a {
    width: fit-content;
    text-indent: inherit;
}

.page-wrapper > .breadcrumbs .items > li.home a:after {
    content: "";
}

.page-wrapper > .breadcrumbs .items > li:not(:last-child)::after {
    content: "/";
    font-size: 20px!important;
}

/**
 * Product Slider
 */
.products-grid .owl-carousel .owl-stage-outer {
    padding-top: 0;
    padding-bottom: 0;
    border-radius: 10px;
    box-shadow: 0px 0px 30px #dee5e8;
}

.products-grid .owl-carousel .product-item {
    width: 100%;
}

.products-grid .owl-carousel .product-item .product-item-info {
    height: 490px;
    box-shadow: 0px 0px 30px #cdd7db;
    border-radius: 10px;
    padding: 20px;
}

.products-grid .owl-carousel .product-item .product-item-info:hover {
    box-shadow: 0px 0px 30px #adbac0;
    transition: 0.3s;
}

.products-grid .owl-carousel .product-item .product-item-info > .product-labels {
    position: relative;
    overflow: hidden;
    top: auto;
    left: auto;
    height: 27px !important;
    max-height: 27px !important;
}

.products-grid .owl-carousel .product-item .product-item-info > .product-labels .new-label {
    position: relative;
    float: left;
    width: fit-content !important;
    max-width: fit-content !important;
    height: 27px !important;
    max-height: 27px !important;
    line-height: normal;
    padding: 0 13px !important;
    background-color: #FFF;
    border: 2px solid #FF185E;
    border-radius: 8px;
    margin: 0 5px 0 0;
    text-transform: none;
    font-size: 16px;
    font-weight: 600;
    color: #FF185E;
}

.products-grid .owl-carousel .product-item .product-item-info > .product-labels .bestseller-label {
    position: relative;
    float: left;
    width: fit-content !important;
    max-width: fit-content !important;
    height: 27px !important;
    max-height: 27px !important;
    line-height: normal;
    padding: 0 13px !important;
    background-color: #F1EFFF;
    border: 2px solid #F1EFFF;
    border-radius: 8px;
    margin: 0 5px 0 0;
    text-transform: none;
    font-size: 16px;
    font-weight: 600;
    color: #806EEC;
}

.products-grid .owl-carousel .product-item .product-item-info > .product-labels .flyer-label {
    position: relative;
    float: left;
    width: fit-content !important;
    max-width: fit-content !important;
    height: 27px !important;
    max-height: 27px !important;
    line-height: normal;
    padding: 0 13px !important;
    background-color: #FFF3DC;
    border: 2px solid #FFF3DC;
    border-radius: 8px;
    margin: 0 5px 0 0;
    text-transform: none;
    font-size: 16px;
    font-weight: 600;
    color: #F47700;
}

.products-grid .owl-carousel .product-item .product-item-info > .product-labels .product-label:last-of-type {
    margin-right: 0;
}

.products-grid .owl-carousel .product-item .product-item-info .product-item-photo {
    margin-bottom: 25px;
}

.products-grid .owl-carousel .product-item .product-item-info:hover .product-item-photo {
    box-shadow: none;
}

.products-grid .owl-carousel .product-item .product-item-info .product-item-photo img {
    width: auto;
    height: 210px;
    max-height: 210px;
}

.products-grid .owl-carousel .product-item .product-item-info .product-item-details strong a {
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    width: 100%;
    height: 40px;
    line-height: 22px;
    margin: 0 0 9px 0;
    text-align: left;
    text-overflow: ellipsis;
    font-size: 16px;
    font-weight: 400;
    color: #002840;
    white-space: normal;
}

.products-grid .owl-carousel .product-item .product-item-info .product-item-details .price-box {
    float: left;
    height: 50px;
    margin-bottom: 25px;
}

.products-grid .owl-carousel .product-item .product-item-info .product-item-details .price-box .old-price {
    display: block;
    padding-bottom: 0;
    text-align: left;
}

.products-grid .owl-carousel .product-item .product-item-info .product-item-details .price-box .old-price .price {
    line-height: 22px;
    font-size: 16px;
    font-weight: 500;
    color: #9CAEB9;
}

.products-grid .owl-carousel .product-item .product-item-info .product-item-details .price-box .special-price {
    display: block;
    text-align: left;
}

.products-grid .owl-carousel .product-item .product-item-info .product-item-details .price-box .special-price .price {
    line-height: 27px;
    font-size: 20px;
    font-weight: 600;
    color: #002840;
}

.products-grid .owl-carousel .product-item .product-item-info .product-item-details .product-labels {
    position: relative;
    float: right;
    top: auto;
    left: auto;
    margin-top: 20px;
}

.products-grid .owl-carousel .product-item .product-item-info .product-item-details .product-labels .product-label.sale-label {
    line-height: 22px;
    background: #E0F6FF;
    border-radius: 8px;
    text-transform: lowercase;
    font-size: 16px;
    font-weight: 600;
    color: #0977DF;
}

.products-grid .owl-carousel .product-item .product-item-info .product-item-details .product-item-inner {
    clear: both;
}

.products-grid .owl-carousel .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions {
    margin-bottom: 0;
    width: 100%;
}

.products-grid .owl-carousel .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary {
    width: 100%;
}

.products-grid .owl-carousel .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary button {
    width: 100%;
    height: 4rem;
    line-height: 2rem;
    background: #24BC45;
    border: none;
    border-radius: 8px;
    box-shadow: 0 0 0 0 #24bc4591;
    text-transform: none;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0;
}

.products-grid .owl-carousel .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary button:before {
    display: none;
}

.products-grid .owl-carousel .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary button:hover {
    background: #14a032;
    transition: 0.3s;
}

.products-grid .owl-carousel .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary button span,
.products-grid .owl-carousel .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary button:hover span {
    color: #FFFFFF !important;
}

.products-grid .owl-carousel .product-item .product-item-info .product-item-details .product-item-inner .stock.unavailable {
    margin-top: 22px;
}

.products-grid .owl-carousel .product-item .product-item-info .product-item-details .product-item-inner .stock.unavailable span {
    color: #D31B1B;
}

/**
 * Homepage
 */
.cms-home .promo-home-top {
    background-color: #005B92;
    padding: 15px;
    color: #fff;
    border-radius: 10px;
    text-align: center;
    margin-top: 15px;
}

.cms-home .promo-home-top p {
    margin-bottom: 0px!important;
}

.cms-home .promo-home-top p img {
    margin-right: 10px;
}

.cms-home .newsletter-home-top {
    background-color: #EDF2F4;
    padding: 15px;
    border-radius: 10px;
    text-align: center;
}

.cms-home .newsletter-home-top p {
    margin-bottom: 0px!important;
    font-size: 16px;
}

.cms-home .newsletter-home-top p img {
    margin-right: 10px;
}

.cms-home .newsletter-home-top p span {
    color: #FB4742;
}

.cms-home main .columns .block-static-block .grid-images .hover-banner img {
    margin: 0 auto;
}

/* category slider */
.cms-index-index .categories-home nav#homepage-megamenu {
    max-width: 1650px !important;
    padding-right: 0;
    padding-left: 0;
    margin-right: -20px;
    margin-left: -10px;
}

.cms-index-index .categories-home .owl-carousel .owl-item .item {
    display: block;
    width: calc(100% - 20px);
    padding: 30px 10px;
    background: #FFFFFF;
    border-radius: 10px;
    box-shadow: 0px 0px 30px #DEE5E8;
    margin: 30px 30px 30px 10px;
    text-align: center;
    color: #002840;
    cursor: pointer;
}

.cms-index-index .categories-home .owl-carousel .owl-item .item:hover {
    box-shadow: 0px 0px 30px #bac7cd;
    transition: 0.3s;
}

.cms-index-index .categories-home .owl-carousel .owl-item .item a {
    max-height: 116px;
}

.cms-index-index .categories-home .owl-carousel .owl-item .item img {
    width: 58px;
    margin: 0 auto 12px auto;
}

.cms-index-index .categories-home .owl-carousel .owl-item .item span {
    display: inline-block;
    width: 150px;
    max-width: 150px;
    line-height: 22px;
    font-size: 16px;
    font-weight: 600;
}

/* brand slider */
.cms-index-index .brand-home {
    margin-bottom: 2rem;
}

/* h1 */
.cms-index-index h1 {
    line-height: 30px;
    padding: 0 15px;
    margin-top: 60px;
    margin-bottom: 20px;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
}

/**
 * Category Page, Search Result Page and Brand Page
 */
.catalog-category-view main,
.ambrand-index-index main {
    padding-top: 20px !important;
    padding-bottom: 40px;
}

.catalog-category-view main .page-title-wrapper,
.ambrand-index-index main .page-title-wrapper {
    position: relative;
    display: block;
}

.catalog-category-view main .page-title-wrapper .page-title,
.ambrand-index-index main .page-title-wrapper .page-title {
    line-height: 30px;
    margin-bottom: 30px;
    font-size: 22px;
    font-weight: 600;
    color: #002840;
}

.ambrand-index-index main .category-image img {
    width: auto;
    max-width: 175px;
}

.ambrand-index-index main .columns .category-description .amshopby-descr {
    font-weight: 400;
    color: #092840;
    line-height: 26px;
}

.catalog-category-view main .category-view .category-cms .grid-images {
    margin: 60px 0 20px;
}

/* sidebar */
.catalog-category-view main .columns .sidebar.sidebar-main,
.ambrand-index-index main .columns .sidebar.sidebar-main {
    padding-right: 40px;
}

.catalog-category-view .sidebar.sidebar-main .sidebar-content, 
.catalogsearch-result-index .sidebar.sidebar-main .sidebar-content {
    border: none!important;
}

.catalog-category-view main .columns .sidebar.sidebar-main .sidebar-content #narrow-by-list .filter-options-item,
.ambrand-index-index main .columns .sidebar.sidebar-main .sidebar-content #narrow-by-list .filter-options-item {
    box-shadow: 0px 0px 30px #DEE5E8;
    border-radius: 10px;
    border: none;
    margin-bottom: 28px;
}

.catalog-category-view main .columns .sidebar.sidebar-main .sidebar-content #narrow-by-list .filter-options-item:last-of-type,
.ambrand-index-index main .columns .sidebar.sidebar-main .sidebar-content #narrow-by-list .filter-options-item:last-of-type {
    margin-bottom: 0;
}

.catalog-category-view main .columns .sidebar.sidebar-main .sidebar-content #narrow-by-list .filter-options-item .filter-options-title,
.ambrand-index-index main .columns .sidebar.sidebar-main .sidebar-content #narrow-by-list .filter-options-item .filter-options-title {
    line-height: 27px;
    text-transform: none;
    font-size: 20px;
    font-weight: 600;
}

.catalog-category-view main .columns .sidebar.sidebar-main .sidebar-content #narrow-by-list .filter-options-item.active .filter-options-content .items > li.-empty-value,
.ambrand-index-index main .columns .sidebar.sidebar-main .sidebar-content #narrow-by-list .filter-options-item.active .filter-options-content .items > li.-empty-value {
    display: none !important; /* la direttiva important è necessaria perchè lo stile display: list-item è cablato inline */
}

.catalog-category-view main .columns .sidebar.sidebar-main .sidebar-content #narrow-by-list .filter-options-item.active .filter-options-content .items > li > a span,
.ambrand-index-index main .columns .sidebar.sidebar-main .sidebar-content #narrow-by-list .filter-options-item.active .filter-options-content .items > li > a span {
    line-height: 34px;
    font-size: 16px;
    font-weight: 400;
    color: #6C777E;
}

.catalog-category-view main .columns .sidebar.sidebar-main .sidebar-content #narrow-by-list .filter-options-item.active .filter-options-content .items > li > .am-collapse-icon,
.ambrand-index-index main .columns .sidebar.sidebar-main .sidebar-content #narrow-by-list .filter-options-item.active .filter-options-content .items > li > .am-collapse-icon {
    display: block;
    position: absolute;
    top: 12px;
    right: -7px;
    width: 21px;
    height: auto;
    left: unset;
    border-radius: 0;
}

.catalog-category-view main .columns .sidebar.sidebar-main .sidebar-content #narrow-by-list .filter-options-item.active .filter-options-content .items > li > .am-collapse-icon:after,
.ambrand-index-index main .columns .sidebar.sidebar-main .sidebar-content #narrow-by-list .filter-options-item.active .filter-options-content .items > li > .am-collapse-icon:after {
    float: right;
    background: none;
    margin-right: 2px;
    font-family: 'porto-icons';
    font-size: 10px;
    color: #6C777E;
    content: "\f882";
}

.catalog-category-view main .columns .sidebar.sidebar-main .sidebar-content #narrow-by-list .filter-options-item.active .filter-options-content .items > li > .am-collapse-icon.-active:after,
.ambrand-index-index main .columns .sidebar.sidebar-main .sidebar-content #narrow-by-list .filter-options-item.active .filter-options-content .items > li > .am-collapse-icon.-active:after {
    float: left;
    margin-top: -10px;
    margin-left: 4px;
    content: "\f883";
}

.catalog-category-view main .columns .sidebar.sidebar-main .sidebar-content #narrow-by-list .filter-options-item.active .filter-options-content button.am-show-more,
.ambrand-index-index main .columns .sidebar.sidebar-main .sidebar-content #narrow-by-list .filter-options-item.active .filter-options-content button.am-show-more {
    justify-content: right;
    width: 100%;
    line-height: 22px;
    font-size: 14px;
    font-weight: 400;
    font-style: italic;
}

.catalog-category-view main .columns .sidebar.sidebar-main .sidebar-content #narrow-by-list .filter-options-item.active .filter-options-content button.am-show-more:before,
.ambrand-index-index main .columns .sidebar.sidebar-main .sidebar-content #narrow-by-list .filter-options-item.active .filter-options-content button.am-show-more:before {
    display: none;
}

/* clerk */
.catalog-category-view main .columns .main .clerk .container-width {
    margin: 0 auto 3rem;
}

.catalog-category-view main .columns .main .clerk #clerk-slider-container {
    margin-right: 0;
}

.catalog-category-view main .columns .main .clerk #clerk-slider-container .clerk-slider .item-container {
    min-width: 25%;
    width: 25%;
}

/* toolbar */
.catalog-category-view .toolbar .field.limiter select {
    background: transparent;
        border: none;
}

.catalog-category-view .toolbar .field.limiter .control {
    background: #EDF2F4;
    border-radius: 8px;
}

.catalog-category-view .toolbar .toolbar-sorter.sorter select {
    border: none;
    background: #EDF2F4;
    border-radius: 8px;
}

/* list */
.catalog-category-view main .columns .main .products-list ol,
.ambrand-index-index main .columns .main .products-list ol {
    padding: 0 10px;
}

.catalog-category-view main .columns .main .products-list ol li.item,
.ambrand-index-index main .columns .main .products-list ol li.item {
    box-shadow: 0px 0px 30px #DEE5E8;
    border-radius: 10px;
}

.catalog-category-view main .columns .main .products-list ol li.item .product-item-info .product-item-photo,
.ambrand-index-index main .columns .main .products-list ol li.item .product-item-info .product-item-photo {
    box-shadow: none;
}

.catalog-category-view main .columns .main .products-list ol li.item .product-item-info .product-item-details .product-labels-container,
.ambrand-index-index main .columns .main .products-list ol li.item .product-item-info .product-item-details .product-labels-container {
    overflow: hidden;
    width: 100%;
    height: 27px;
    margin-bottom: 11px;
}

.catalog-category-view main .columns .main .products-list ol li.item .product-item-info .product-item-details .product-labels-container .amlabel-position-wrapper,
.ambrand-index-index main .columns .main .products-list ol li.item .product-item-info .product-item-details .product-labels-container .amlabel-position-wrapper {
    z-index: 800;
    width: 100%!important;
}

.catalog-category-view main .columns .main .products-list ol li.item .product-item-info .product-item-details .product-labels-container .amlabel-position-wrapper .amlabel-text,
.ambrand-index-index main .columns .main .products-list ol li.item .product-item-info .product-item-details .product-labels-container .amlabel-position-wrapper .amlabel-text {
    width: fit-content!important;
    position: inherit!important;
}

.catalog-category-view main .columns .main .products-list ol li.item .product-item-info .product-item-details .product-item-name a,
.ambrand-index-index main .columns .main .products-list ol li.item .product-item-info .product-item-details .product-item-name a {
    line-height: 25px;
    margin-bottom: 11px;
    font-size: 18px;
    font-weight: 500;
    color: #002840;
}

.catalog-category-view main .columns .main .products-list ol li.item .product-item-info .product-item-details .product-item-description,
.ambrand-index-index main .columns .main .products-list ol li.item .product-item-info .product-item-details .product-item-description {
    line-height: 22px;
    margin: 0 0 11px 0;
    font-size: 15px;
    font-weight: 400;
    color: #8f99a0;
}

.catalog-category-view main .columns .main .products-list ol li.item .product-item-info .product-item-details .product-item-description p,
.ambrand-index-index main .columns .main .products-list ol li.item .product-item-info .product-item-details .product-item-description p {
    margin-bottom: 0;
}

.catalog-category-view main .columns .main .products-list ol li.item .product-item-info .product-item-details .actions-secondary,
.ambrand-index-index main .columns .main .products-list ol li.item .product-item-info .product-item-details .actions-secondary {
    display: inline-flex;
    width: fit-content;
    border: none;
}

.catalog-category-view main .columns .main .products-list ol li.item .product-item-info .product-item-details .actions-secondary span,
.ambrand-index-index main .columns .main .products-list ol li.item .product-item-info .product-item-details .actions-secondary span {
    padding-left: 7px;
    text-transform: initial;
    font-family: 'Open Sans';
    font-weight: 600;
    color: #092840;
    letter-spacing: 0;
}

.catalog-category-view main .columns .main .products-list ol li.item .product-item-info .product-item-details.details-right,
.ambrand-index-index main .columns .main .products-list ol li.item .product-item-info .product-item-details.details-right {
    max-width: 370px;
    padding: 0 20px;
}

.catalog-category-view main .columns .main .products-list ol li.item .product-item-info .product-item-details.details-right .product-labels,
.ambrand-index-index main .columns .main .products-list ol li.item .product-item-info .product-item-details.details-right .product-labels {
    margin-top: 4px;
    margin-left: 11px;
}

.catalog-category-view main .columns .main .products-list ol li.item .product-item-info .product-item-details.details-right .product-labels .product-label.sale-label,
.ambrand-index-index main .columns .main .products-list ol li.item .product-item-info .product-item-details.details-right .product-labels .product-label.sale-label {
    line-height: 22px;
    background: #E0F6FF;
    border-radius: 8px;
    margin-bottom: 0;
    text-transform: lowercase;
    font-size: 16px;
    font-weight: 600;
    color: #0977DF;
}

.catalog-category-view main .columns .main .products-list ol li.item .product-item-info .product-item-details.details-right .price-box,
.ambrand-index-index main .columns .main .products-list ol li.item .product-item-info .product-item-details.details-right .price-box {
    text-align: right;
}

.catalog-category-view main .columns .main .products-list ol li.item .product-item-info .product-item-details.details-right .price-box .old-price,
.ambrand-index-index main .columns .main .products-list ol li.item .product-item-info .product-item-details.details-right .price-box .old-price {
    display: inline-block;
    width: fit-content;
    padding-bottom: 8px;
}

.catalog-category-view main .columns .main .products-list ol li.item .product-item-info .product-item-details.details-right .price-box .old-price .price,
.ambrand-index-index main .columns .main .products-list ol li.item .product-item-info .product-item-details.details-right .price-box .old-price .price {
    line-height: 27px;
    margin-right: 5px;
    font-size: 20px;
    font-weight: 500;
}

.catalog-category-view main .columns .main .products-list ol li.item .product-item-info .product-item-details.details-right .price-box .special-price,
.ambrand-index-index main .columns .main .products-list ol li.item .product-item-info .product-item-details.details-right .price-box .special-price {
    width: fit-content;
}

.catalog-category-view main .columns .main .products-list ol li.item .product-item-info .product-item-details.details-right .special-price .price,
.ambrand-index-index main .columns .main .products-list ol li.item .product-item-info .product-item-details.details-right .special-price .price,
.catalog-category-view main .columns .main .products-list ol li.item .product-item-info .product-item-details.details-right .price-final_price .price,
.ambrand-index-index main .columns .main .products-list ol li.item .product-item-info .product-item-details.details-right .price-final_price .price {
    line-height: 44px;
    font-size: 32px;
    font-weight: 600;
    color: #002840;
}

.ambrand-index-index main .columns .main .products-list ol li.item .product-item-info .product-item-details.details-right .old-price .price-final_price .price {
  color: #a7a7a7;
  font-size: .9em;
  display: block;
}

.catalog-category-view main .columns .main .products-list ol li.item .product-item-info .product-item-details.details-right .product-item-inner,
.ambrand-index-index main .columns .main .products-list ol li.item .product-item-info .product-item-details.details-right .product-item-inner {
    width: 330px;
}

.catalog-category-view main .columns .main .products-list ol li.item .product-item-info .product-item-details.details-right .product-item-actions .tocart,
.ambrand-index-index main .columns .main .products-list ol li.item .product-item-info .product-item-details.details-right .product-item-actions .tocart {
    width: 330px;
    height: auto;
    line-height: 25px;
    padding: 18px 18px;
    background: #24BC45;
    border: none;
    border-radius: 8px;
    text-transform: none;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
}

.catalog-category-view main .columns .main .products-list ol li.item .product-item-info:hover .product-item-details.details-right .product-item-actions .tocart,
.ambrand-index-index main .columns .main .products-list ol li.item .product-item-info:hover .product-item-details.details-right .product-item-actions .tocart {
    background-color: #23AA41;
}

.catalog-category-view main .columns .main .products-list ol li.item .product-item-info .product-item-details.details-right .product-item-actions .actions-primary,
.ambrand-index-index main .columns .main .products-list ol li.item .product-item-info .product-item-details.details-right .product-item-actions .actions-primary {
    width: 100%;
}

.catalog-category-view main .columns .main .products-list ol li.item .product-item-info .product-item-details.details-right .product-item-actions .actions-primary .stock.available,
.ambrand-index-index main .columns .main .products-list ol li.item .product-item-info .product-item-details.details-right .product-item-actions .actions-primary .stock.available,
.catalog-category-view main .columns .main .products-list ol li.item .product-item-info .product-item-details.details-right .product-item-actions .actions-primary .stock.unavailable,
.ambrand-index-index main .columns .main .products-list ol li.item .product-item-info .product-item-details.details-right .product-item-actions .actions-primary .stock.unavailable {
    line-height: 19px;
    margin: 20px 0 0;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    color: #24BC45;
}

.catalog-category-view main .columns .main .products-list ol li.item .product-item-info .product-item-details.details-right .product-item-actions .actions-primary .stock.unavailable,
.ambrand-index-index main .columns .main .products-list ol li.item .product-item-info .product-item-details.details-right .product-item-actions .actions-primary .stock.unavailable {
    color: #D31B1B;
}

.catalog-category-view main .columns .main .products-list ol li.item .product-item-info .product-item-details.details-right .product-item-actions .stock.available span:before,
.ambrand-index-index main .columns .main .products-list ol li.item .product-item-info .product-item-details.details-right .product-item-actions .stock.available span:before,
.catalog-category-view main .columns .main .products-list ol li.item .product-item-info .product-item-details.details-right .product-item-actions .stock.unavailable span:before,
.ambrand-index-index main .columns .main .products-list ol li.item .product-item-info .product-item-details.details-right .product-item-actions .stock.unavailable span:before {
    display: inline-block;
    width: 0.35rem;
    height: 0.35rem;
    background-color: #24BC45;
    -webkit-border-radius: 0.375rem;
    border-radius: 0.375rem;
    margin-right: 0.5rem;
    margin-bottom: 2px;
    content: '';
}

.catalog-category-view main .columns .main .products-list ol li.item .product-item-info .product-item-details.details-right .product-item-actions .stock.unavailable span:before,
.ambrand-index-index main .columns .main .products-list ol li.item .product-item-info .product-item-details.details-right .product-item-actions .stock.unavailable span:before {
    background-color: #D31B1B;
}

/* banner */
.catalog-category-view main .columns .main .products-list ol li.item.ambanners-injected,
.ambrand-index-index main .columns .main .products-list ol li.item.ambanners-injected {
    overflow: hidden;
    padding: 0;
    height: 300px;
    max-height: 300px;
    border-radius: 0;
    box-shadow: none;
}

/* pulsante infinite scrolling */
.catalog-category-view main .columns .main .amscroll-load-button,
.ambrand-index-index main .columns .main .amscroll-load-button {
    border-radius: 8px;
    margin-top: 24px;
}

.catalog-category-view main .columns .main .amscroll-load-button:not(.focus-visible),
.ambrand-index-index main .columns .main .amscroll-load-button:not(.focus-visible) {
    border-color: #005B92 !important;
}

.catalog-category-view main .columns .main .amscroll-load-button span,
.ambrand-index-index main .columns .main .amscroll-load-button span {
    font-weight: 600;
}

.catalog-category-view main .columns .main .amscroll-load-button:hover,
.ambrand-index-index main .columns .main .amscroll-load-button:hover {
    background-color: #005B92;
}

.catalog-category-view main .columns .main .amscroll-load-button:hover span,
.ambrand-index-index main .columns .main .amscroll-load-button:hover span {
    color: #fff;
}

/* description */
.catalog-category-view main .columns .category-description,
.ambrand-index-index main .columns .category-description {
    clear: both;
    overflow: hidden;
    max-height: none;
}

.catalog-category-view main .columns .category-description.closed,
.ambrand-index-index main .columns .category-description.closed {
    position: relative;
    max-height: 220px;
    padding-bottom: 20px;
}

.catalog-category-view main .columns .category-description div[data-content-type="row"][data-appearance="contained"],
.ambrand-index-index main .columns .category-description div[data-content-type="row"][data-appearance="contained"] {
    max-width: initial;
}

.catalog-category-view main .columns .category-description div[data-content-type="row"][data-appearance="contained"] div,
.ambrand-index-index main .columns .category-description div[data-content-type="row"][data-appearance="contained"] div {
    line-height: 22px;
    padding: 0 !important;
    margin-bottom: 0 !important;
}

.catalog-category-view main .columns .category-description h2,
.ambrand-index-index main .columns .category-description h2 {
    line-height: 35px;
    font-size: 26px;
    font-weight: 600;
    color: #002840;
}

.catalog-category-view main .columns .category-description h3,
.ambrand-index-index main .columns .category-description h3,
.catalog-category-view main .columns .category-description h4,
.ambrand-index-index main .columns .category-description h4,
.catalog-category-view main .columns .category-description h5,
.ambrand-index-index main .columns .category-description h5 {
    line-height: 22px;
    font-size: 16px;
    font-weight: 600;
    color: #002840;
}

.catalog-category-view main .columns .category-description p,
.ambrand-index-index main .columns .category-description p {
    line-height: 22px;
    font-size: 16px;
    font-weight: 400;
    color: #6C777E;
}

.catalog-category-view main .columns .category-description p strong,
.ambrand-index-index main .columns .category-description p strong {
    font-weight: 600;
    color: #002840;
}

.catalog-category-view main .columns .category-description ul,
.ambrand-index-index main .columns .category-description ul {
    padding-left: 20px;
    margin-bottom: 20px;
    list-style: disc;
}

.catalog-category-view main .columns .category-description ul li,
.ambrand-index-index main .columns .category-description ul li {
    display: list-item;
    list-style: disc;
    padding-top: 0;
    padding-bottom: 0;
}

.catalog-category-view main .columns .category-description.closed .gradient-back,
.ambrand-index-index main .columns .category-description.closed .gradient-back {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 75%);
}

.catalog-category-view main .columns .switcher {
    margin-top: 8px;
    margin-bottom: 60px;
}

.catalog-category-view main .columns .switcher a {
    display: inline-block;
    line-height: 23px;
    font-size: 18px;
    font-weight: 400;
    color: #002840;
}

/**
 * Product Page
 */
.catalog-product-view main {
    padding-top: 20px !important;
    padding-bottom: 40px;
}

.catalog-product-view main .columns .main .product.media,
.catalog-product-view main .columns .main .product-info-main,
.catalog-product-view main .columns .main .product-info-side {
    float: left;
    width: 30%;
    margin-right: 5%;
    margin-bottom: 0;
}

.catalog-product-view main .columns .main .product-info-main .product-labels-container {
    overflow: visible;
    height: 27px;
    line-height: 27px;
    margin-bottom: 30px;
}

.catalog-product-view main .columns .main .product-info-main .product-labels-container .amlabel-position-wrapper {
    z-index: 800;
    width: 100%!important;
}

.catalog-product-view main .columns .main .product-info-main .product-labels-container .amlabel-position-wrapper .amlabel-text {
    width: fit-content!important;
    position: inherit!important;
}

.catalog-product-view main .columns .main .product-info-main .product-reviews-summary {
    margin-bottom: 0;
}

.catalog-product-view main .columns .main .product-info-main .product-reviews-summary::after {
    display: none;
}

.catalog-product-view main .columns .main .product-info-main .page-title-wrapper {
    position: relative;
}

.catalog-product-view main .columns .main .product-info-main .page-title-wrapper h1 {
    line-height: 30px;
    font-size: 22px;
    font-weight: 600;
    color: #002840;
}

.catalog-product-view main .columns .main .product-info-main .page-title-wrapper .amshopby-option-link {
    position: absolute;
    top: -83px;
    right: -52px;
}

.catalog-product-view main .columns .main .product-info-main .stock {
    line-height: 22px;
    margin-bottom: 30px;
    font-size: 16px;
    font-weight: 500;
}

.catalog-product-view main .columns .main .product-info-main .stock.available span {
    color: #24BC45;
}

.catalog-product-view main .columns .main .product-info-main .stock.available span:before {
    display: inline-block;
    width: 0.35rem;
    height: 0.35rem;
    background-color: #24BC45;
    -webkit-border-radius: 0.375rem;
    border-radius: 0.375rem;
    margin-right: 0.5rem;
    margin-bottom: 2px;
    content: '';
}

.catalog-product-view main .columns .main .product-info-main .stock.available i {
display: none;  /* blocco nascosto temporaneamente fino a risoluzione problemi estimated delivery date */
    vertical-align: bottom;
    font-size: 22px;
    color: #6C777E;
    cursor: pointer;
}

.catalog-product-view main .columns .main .product-info-main .stock.unavailable span {
    color: #D31B1B;
}

.catalog-product-view main .columns .main .product-info-main .product.attribute.overview {
    margin-bottom: 30px;
}

.catalog-product-view main .columns .main .product-info-main .product.attribute.overview p {
    line-height: 22px;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 400;
    color: #6C777E;
}

.catalog-product-view main .columns .main .product-info-main .wishlist-container {
    margin-bottom: 30px;
}

.catalog-product-view main .columns .main .product-info-main .wishlist-container a.action.towishlist {
    line-height: 19px;
    font-size: 14px;
    font-weight: 600;
    color: #002840;
}

.catalog-product-view main .columns .main .product-info-main .additional-attributes-wrapper {
    padding: 18px 21px;
    background-color: #EDF2F4;
    border-radius: 8px;
    margin-bottom: 30px;
}

.catalog-product-view main .columns .main .product-info-main .additional-attributes-wrapper table.additional-attributes tr th i.afarma {
    padding: 3px;
    background-color: #FFF;
    border-radius: 14px;
    margin-right: 16px;
    font-size: 16px;
}

.catalog-product-view main .columns .main .product-info-side {
    margin-right: 0;
}

.catalog-product-view main .columns .main .product-info-side .product-info-side-first {
    box-shadow: 0px 0px 30px #BCCBD1;
    border-radius: 10px;
    padding: 2rem;
    margin-bottom: 1.5rem;
}
.catalog-product-view main .columns .main .product-info-side .product-info-side-second .strenght-after-cart {
    box-shadow: 0px 0px 30px #DEE5E8;
    border-radius: 10px;
    padding: 1.5rem 2rem;
    margin-bottom: 1.5rem;
}
.catalog-product-view main .columns .main .product-info-side .product-info-side-second .strenght-after-cart p {
    font-weight: 600;
    font-size: 15px;
    line-height: 19px;
    color: #002840;
    margin: 0.5rem 0;
}
.catalog-product-view main .columns .main .product-info-side .product-info-side-second .trustpilot-cart {
    background: #DFFCF2;
    border-radius: 10px;
    padding: 0.5rem 1rem 0.9rem;
    text-align: center;
}

.catalog-product-view main .columns .main .product-info-side .product-info-side-first .amasty-rewards-loader {
    min-height: 26px;
    margin-bottom: 1rem;
}

.catalog-product-view main .columns .main .product-info-side .product-info-side-first .amrewards-highlight-container {
    width: 100%;
    line-height: 22px;
    padding: 0.4rem;
    background: #FFF5E1;
    border-radius: 8px;
    margin: 0 0 1rem 0 !important;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
}

.catalog-product-view main .columns .main .product-info-side .product-info-side-first .amrewards-highlight-container::before {
    content: '';
    margin: 0;
}

.catalog-product-view main .columns .main .product-info-side .product-info-side-first .amrewards-highlight-container .caption {
    margin: 0 auto;
}

.catalog-product-view main .columns .main .product-info-side .product-info-side-first .amrewards-highlight-container .caption strong,
.catalog-product-view main .columns .main .product-info-side .product-info-side-first .amrewards-highlight-container .caption strong b {
    line-height: inherit;
    font-size: inherit;
    font-weight: inherit;
    color: #002840;
}

.catalog-product-view main .columns .main .product-info-side .product-info-side-first .amrewards-highlight-container .caption strong b {
    font-weight: 600;
    color: #FEA831;
}

.catalog-product-view main .columns .main .product-info-side .product-info-side-first .amrewards-highlight-container .caption strong::before {
    margin-right: 2px;
    vertical-align: sub;
    content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTciIHZpZXdCb3g9IjAgMCAxNyAxNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNOC41IDE2QzEyLjY0MjEgMTYgMTYgMTIuNjQyMSAxNiA4LjVDMTYgNC4zNTc4NiAxMi42NDIxIDEgOC41IDFDNC4zNTc4NiAxIDEgNC4zNTc4NiAxIDguNUMxIDEyLjY0MjEgNC4zNTc4NiAxNiA4LjUgMTZaIiBmaWxsPSIjRjdDOTVDIiBzdHJva2U9ImJsYWNrIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48ZyBjbGlwLXBhdGg9InVybCgjY2xpcDBfMTM4MV83NzUpIj48cGF0aCBkPSJNMTAuNzkzOCAxMS4zMTMxQzEwLjI4MjcgMTEuODUwOCA5LjYyODE5IDEyLjE0NyA4Ljk1MDk0IDEyLjE0N0M3Ljg0MDk0IDEyLjE0NyA2Ljg3OTg0IDExLjM2NzUgNi40Mjc1MSAxMC4yNDA3SDkuNTEwNzNDOS43NzgwOCAxMC4yNDA3IDkuOTk0ODUgMTAuMDI0IDkuOTk0ODUgOS43NTY2MkM5Ljk5NDg1IDkuNDg5MjYgOS43NzgwOCA5LjI3MjQ5IDkuNTEwNzMgOS4yNzI0OUg2LjE4MTQ5QzYuMTYyNDUgOS4xMTQyMiA2LjE1MjA1IDguOTUyNzYgNi4xNTIwNSA4Ljc4ODM1QzYuMTUyMDUgOC42MDI5IDYuMTY1MTEgOC40MjExMSA2LjE4OTQ3IDguMjQzN0g5LjUxMDczQzkuNzc4MDggOC4yNDM3IDkuOTk0ODUgOC4wMjY5MyA5Ljk5NDg1IDcuNzU5NThDOS45OTQ4NSA3LjQ5MjIyIDkuNzc4MDggNy4yNzU0MyA5LjUxMDczIDcuMjc1NDNINi40NTMyN0M2LjkxNTI5IDYuMTgxNjUgNy44NjEwNCA1LjQyOTY5IDguOTUwOTQgNS40Mjk2OUM5LjYyODE5IDUuNDI5NjkgMTAuMjgyNyA1LjcyNTg4IDEwLjc5MzggNi4yNjM1MkMxMC45Nzc5IDYuNDU3MTkgMTEuMjg0MSA2LjQ2NTE1IDExLjQ3ODIgNi4yODA5NUMxMS42NzIgNi4wOTY2OCAxMS42Nzk3IDUuNzkwMjUgMTEuNDk1NyA1LjU5NjQ5QzEwLjggNC44NjQ2IDkuODk2MjggNC40NjE1NSA4Ljk1MTA2IDQuNDYxNTVDNy4zMzcwOCA0LjQ2MTU1IDUuOTU3NDUgNS42MzM3NiA1LjQyMjA3IDcuMjc1NTdINC4xMjQ3NUMzLjg1NzM5IDcuMjc1NTcgMy42NDA2MiA3LjQ5MjM0IDMuNjQwNjIgNy43NTk3QzMuNjQwNjIgOC4wMjcwNSAzLjg1NzM5IDguMjQzODIgNC4xMjQ3NSA4LjI0MzgySDUuMjE0NjNDNS4xOTUwMSA4LjQyMjQ3IDUuMTgzNzkgOC42MDM5IDUuMTgzNzkgOC43ODg0N0M1LjE4Mzc5IDguOTUyMjggNS4xOTIzNSA5LjExMzUyIDUuMjA4MDEgOS4yNzI2MUg0LjEyNDc1QzMuODU3MzkgOS4yNzI2MSAzLjY0MDYyIDkuNDg5MzggMy42NDA2MiA5Ljc1Njc0QzMuNjQwNjIgMTAuMDI0MSAzLjg1NzM5IDEwLjI0MDkgNC4xMjQ3NSAxMC4yNDA5SDUuNDAyODZDNS45MjM2MyAxMS45MTQ0IDcuMzE3MiAxMy4xMTU0IDguOTUwOTQgMTMuMTE1NEM5Ljg5NjI2IDEzLjExNTQgMTAuNzk5OCAxMi43MTIyIDExLjQ5NTUgMTEuOTgwNUMxMS42Nzk2IDExLjc4NjYgMTEuNjcyIDExLjQ4MDMgMTEuNDc4MSAxMS4yOTZDMTEuMjg0NCAxMS4xMTE3IDEwLjk3NzkgMTEuMTE5NCAxMC43OTM4IDExLjMxMzFaIiBmaWxsPSJibGFjayIvPjwvZz48ZGVmcz48Y2xpcFBhdGggaWQ9ImNsaXAwXzEzODFfNzc1Ij48cmVjdCB3aWR0aD0iOC42NTM4NSIgaGVpZ2h0PSI4LjY1Mzg1IiBmaWxsPSJ3aGl0ZSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMy4zMDg1OSA0LjQ2MTU1KSIvPjwvY2xpcFBhdGg+PC9kZWZzPjwvc3ZnPg);
}

.catalog-product-view main .columns .main .product-info-side .product-info-side-first .delivery-message-container {
display: none; /* blocco nascosto temporaneamente fino a risoluzione problemi estimated delivery date */
    line-height: 22px;
    padding: 0.4rem;
    border-radius: 8px;
    margin: 0 0 2rem 0 !important;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
}

.catalog-product-view main .columns .main .product-info-side .product-info-side-first .delivery-message-container.success {
    background: #D6F6D8;
    color: #009922;
}

.catalog-product-view main .columns .main .product-info-side .product-info-side-first .delivery-message-container.error {
    background: #FFEFF2;
    color: #D31B1B;
}

.catalog-product-view main .columns .main .product-info-side .product-info-side-first .delivery-message-container .message {
    display: inline;
    padding: 0 0 0 0;
    background: none;
    margin: 0;
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
}

.catalog-product-view main .columns .main .product-info-side .product-info-side-first .delivery-message-container .message > :first-child:before {
    display: none;
}

.catalog-product-view main .columns .main .product-info-side .product-info-side-first .product-info-price .price-box {
    width: 100%;
    display: inline-flex;
    align-items: end;
}

.catalog-product-view main .columns .main .product-info-side .product-info-side-first .product-info-price .price-box .old-price .price {
    line-height: 22px;
    font-weight: 500;
    font-size: 18px;
    color: #9CAEB9;
}

.catalog-product-view main .columns .main .product-info-side .product-info-side-first .product-info-price .price-box .special-price {
    width: 100%;
    text-align: right;
}

.catalog-product-view main .columns .main .product-info-side .product-info-side-first .product-info-price .price-box .special-price .price {
    line-height: 28px;
    font-weight: 600;
    font-size: 32px;
    color: #002840;
}

.catalog-product-view main .columns .main .product-info-side .product-info-side-first .product-info-price .amprice-history-container .omnibus-price {
    line-height: 18px;
    font-weight: 500;
    font-size: 14px;
    color: #9CAEB9;
}

.catalog-product-view main .columns .main .product-info-side .product-info-side-first .product-add-form .box-tocart {
    border: none;
    padding: 0;
}

.catalog-product-view main .columns .main .product-info-side .product-info-side-first .product-add-form .box-tocart .actions {
    width: 100%;
    margin: 0 0px 25px 0;
}

.catalog-product-view main .columns .main .product-info-side .product-info-side-first .product-add-form .box-tocart .action.tocart {
    width: 100%;
    height: 4rem;
    line-height: 2rem;
    background: #24BC45;
    border-radius: 8px;
    box-shadow: 0 0 0 0 #24bc4591;
    text-transform: none;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0;
    -webkit-animation: pulsing 1s cubic-bezier(0.66, 0, 0, 1) infinite;
    animation: pulsing 1s cubic-bezier(0.66, 0, 0, 1) infinite;
}

.catalog-product-view main .columns .main .product-info-side .product-info-side-first .product-add-form .box-tocart .action.tocart:before {
    vertical-align: middle;
}

.catalog-product-view main .columns .main .product-info-side .product-info-side-first .product-add-form .box-tocart .action.tocart:hover {
    background: #14a032;
    transition: 0.3s;
}

.catalog-product-view main .columns .main .product-info-side .product-info-side-first .box-tocart .field.qty {
    display: inline-flex;
    align-items: center;
    width: 100%;
    margin-bottom: 2rem;
}
.catalog-product-view main .columns .main .product-info-side .product-info-side-first .fieldset > .field.qty > .label {
    display: block;
    width: 100%;
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
}
.catalog-product-view main .columns .main .product-info-side .product-info-side-first .fieldset > .field.qty > .control {
    width: 140px;
}
.qty.field .input-text.qty, .col.qty .input-text.qty {
    border-color: #9CAEB9;
    border-radius: 0 !important;
}
.qty.field .qty-changer > a, .col.qty .qty-changer > a {
    border: solid 1px #9CAEB9;
}
.qty.field .qty-changer > a.qty-dec, .col.qty .qty-changer > a.qty-dec {
    border-radius: 10px 0 0 10px;
}
.qty.field .qty-changer > a.qty-inc, .col.qty .qty-changer > a.qty-inc {
    border-radius: 0 10px 10px 0;
}
.product-info-price .price-box .old-price {
    width: 100%;
}
.product-info-price .price-box .old-price .price-container {
    display: flex;
}
.product-info-price .price-box .old-price .price-container .price-label {
    display: block!important;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #9CAEB9;
    width: fit-content;
    margin-right: 10px;
}

.catalog-product-view main .columns .main .product-info-side .product-info-side-first .product-discount {
    display: flex;
    align-items: center;
    width: 100%;
    margin: 1rem 0;
}

.catalog-product-view main .columns .main .product-info-side .product-info-side-first .product-discount .discount-label {
    line-height: 22px;
    font-weight: 400;
    font-size: 16px;
    color: #002840;
}

.catalog-product-view main .columns .main .product-info-side .product-info-side-first .product-discount .sale-label {
    line-height: 22px;
    padding: 3px 11px !important;
    background: #E0F6FF;
    border: 2px solid #E0F6FF;
    border-radius: 8px;
    margin: 0 0 0 auto;
    font-size: 16px;
    font-weight: 600;
    color: #0977DF;
    white-space: nowrap;
}

.catalog-product-view main .columns .main .product-info-side .product-info-side-first .product-discount .sale-label .sale-label-less {
    padding-left: 5px;
}

.product.data.items > .item.title.active > .switch,
.product.data.items > .item.title > .switch{
    font-weight: 600!important;
    font-size: 16px!important;
    line-height: 25px;
    text-transform: none;
}
.strenght-after-cart i {
    font-size: 24px;
    margin-right: 5px;
}
.strenght-after-cart p {
    display: flex;
    align-items: center;
}
.box-tocart .action.tocart:before {
    content: "\e901";
    font-family: 'afarma' !important;
    font-size: 24px;
    font-weight: 400;
}

.catalog-product-view main .columns .main .product-info-side .product-info-side-first .product.alert.stock {
    margin-bottom: 25px;
}

.catalog-product-view main .columns .main .product-info-side .product-info-side-first .freeshipping-after-cart {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}

.catalog-product-view main .columns .main .product-info-side .product-info-side-first .freeshipping-after-cart i {
    margin-right: 5px;
    font-size: 24px;
}

.catalog-product-view main .columns .main .product-info-side .product-info-side-first .freeshipping-after-cart strong {
    margin: 0 6px;
}

/* tab prodotti description */
.catalog-product-view main .columns .main .product.info.detailed .data.item.content .product.attribute.description .value {
    overflow: hidden;
    max-height: none;
}

.catalog-product-view main .columns .main .product.info.detailed .data.item.content .product.attribute.description .value.closed {
    position: relative;
    max-height: 340px;
}

.catalog-product-view main .columns .main .product.info.detailed .data.item.content .product.attribute.description .value h2,
.catalog-product-view main .columns .main .product.info.detailed .data.item.content .useful-information-content h2 {
    line-height: 35px;
    font-size: 26px;
    font-weight: 600;
    color: #002840;
    margin-bottom: 9px;
}

.catalog-product-view main .columns .main .product.info.detailed .data.item.content .product.attribute.description .value h3,
.catalog-product-view main .columns .main .product.info.detailed .data.item.content .useful-information-content h3 {
    line-height: 22px;
    font-size: 17px;
    font-weight: 600;
    color: #002840;
    margin-bottom: 9px;
}

.catalog-product-view main .columns .main .product.info.detailed .data.item.content .product.attribute.description .value h4,
.catalog-product-view main .columns .main .product.info.detailed .data.item.content .useful-information-content h4 {
    line-height: 22px;
    font-size: 15px;
    font-weight: 600;
    color: #002840;
    margin-bottom: 9px;
}

.catalog-product-view main .columns .main .product.info.detailed .data.item.content .product.attribute.description .value h5,
.catalog-product-view main .columns .main .product.info.detailed .data.item.content .useful-information-content h5 {
    line-height: 22px;
    font-size: 14px;
    font-weight: 600;
    color: #002840;
    margin-bottom: 9px;
}

.catalog-product-view main .columns .main .product.info.detailed .data.item.content .product.attribute.description .value p,
.catalog-product-view main .columns .main .product.info.detailed .data.item.content .useful-information-content p {
    line-height: 26px;
    font-size: 16px;
    font-weight: 400;
    color: #6C777E;
}

.catalog-product-view main .columns .main .product.info.detailed .data.item.content .product.attribute.description .value p strong,
.catalog-product-view main .columns .main .product.info.detailed .data.item.content .useful-information-content p strong {
    font-weight: 600;
    color: #002840;
}

.catalog-product-view main .columns .main .product.info.detailed .data.item.content .product.attribute.description .value ul,
.catalog-product-view main .columns .main .product.info.detailed .data.item.content .useful-information-content ul {
    padding-left: 20px;
    margin-bottom: 20px;
    list-style: disc;
}

.catalog-product-view main .columns .main .product.info.detailed .data.item.content .product.attribute.description .value ul li,
.catalog-product-view main .columns .main .product.info.detailed .data.item.content .useful-information-content ul li {
    display: list-item;
    list-style: disc;
    padding-top: 0;
    padding-bottom: 0;
    color: #002840;
    font-size: 14px;
}

.catalog-product-view main .columns .main .product.info.detailed .data.item.content .product.attribute.description .value.closed .gradient-back {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20px;
    background: linear-gradient(to bottom, rgba(252, 252, 252, 0) 0%, rgba(252, 252, 252, 1) 75%);
}

.catalog-product-view main .columns .main .product.info.detailed .data.item.content .product.attribute.description .switcher {
    margin-top: 8px;
}

.catalog-product-view main .columns .main .product.info.detailed .data.item.content .product.attribute.description .switcher a {
    display: inline-block;
    line-height: 23px;
    font-size: 18px;
    font-weight: 400;
    color: #002840;
}

/* tab prodotti review */
.catalog-product-view main .columns .main .product.info.detailed .data.item.content .review-form fieldset legend {
    color: #002840;
}

.catalog-product-view main .columns .main .product.info.detailed .data.item.content .review-form .actions-toolbar > .primary button {
    width: 70%;
    height: 3rem;
    padding: 0;
    border-radius: 5px;
}

.catalog-product-view main .columns .main .product.info.detailed .data.item.content .review-form .actions-toolbar > .primary button {
    background-color: #002840 !important;
    border: 1px solid #002840 !important;
}

.catalog-product-view main .columns .main .product.info.detailed .data.item.content .review-form .actions-toolbar > .primary button span {
    color: #FFFFFF !important;
}

.catalog-product-view main .columns .main .product.info.detailed .data.item.content .review-form .actions-toolbar > .primary button:hover {
    background-color: #3DA7F6 !important;
    border: 1px solid #3DA7F6 !important;
}

.catalog-product-view main .columns .main .product.info.detailed .data.item.content .review-form .actions-toolbar > .primary button:hover span {
    color: #FFFFFF !important;
}

.product-faq h4 {
    font-size: 24px;
    line-height: 33px;
    color: #002840;
    font-weight: 700;
    margin-bottom: 25px;
}

.product-faq details {
    box-shadow: 0px 0px 30px #DEE5E8;
    border-radius: 10px;
    padding: 25px;
    margin-bottom: 15px;
}
.product-faq summary {
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
}
.faq__content p{
    margin: 10px 0 0;
}

.product-faq details summary:after {
    content: "\e904";
    font-family: 'afarma' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: 0.2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: 0.2em;
    position: absolute;
    right: 30px;
    font-size: 24px;
}

.product-faq details[open] summary:after {
    content: "\e905";
}

.product-faq details summary:hover:after,
.product-faq details summary:hover {
    color: #3da7f6;
    transition: 0.3s;
}
.description-faq-product {
    margin-top: 4rem;
}

/* Sticky add to cart */
.catalog-product-view .sticky-product {
    top: auto;
    bottom: 0;
    z-index: 10;
    padding: 15px 0;
    box-shadow: 0px 4px 37px #BCCBD1;
}

.catalog-product-view .sticky-product .sticky-image img {
    height: 50px;
    max-height: 50px;
}

.catalog-product-view .sticky-product .stock {
    display: inline-flex;
    align-items: center;
    line-height: 19px;
    text-transform: inherit!important;
    font-size: 14px;
    font-weight: 500!important;
    color: #24BC45;
}

.catalog-product-view .sticky-product .stock:before {
    display: block;
    width: 0.35rem;
    height: 0.35rem;
    background-color: #45bc45;
    -webkit-border-radius: 0.375rem;
    border-radius: 0.375rem;
    margin-right: 0.5rem;
    content: '';
}

.catalog-product-view .sticky-product .actions .product-info-price {
    float: left;
    margin: 10px 40px 0 0;
}

.catalog-product-view .sticky-product .actions .product-info-price .price-box .old-price {
    width: auto;
}

.catalog-product-view .sticky-product .actions .product-info-price .price-box .old-price .price-label {
    display: none !important;
}

.catalog-product-view .sticky-product .actions .product-info-price .price-box .old-price .price {
    line-height: 27px;
    font-size: 18px;
    font-weight: 500;
}

.catalog-product-view .sticky-product .actions .product-info-price .price-box .special-price .price {
    line-height: 44px;
    font-size: 25px;
    font-weight: 600;
}

.catalog-product-view .sticky-product .actions .product-info-price .product-discount {
    display: none;
}

.catalog-product-view .sticky-product .actions .product-info-price .amprice-history-container span.omnibus-price {
    line-height: 25px;
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    color: #333;
}

.catalog-product-view .sticky-product .actions .action.tocart {
    float: right;
    height: 4rem;
    line-height: 2rem;
    background: #24BC45;
    border-radius: 8px;
    box-shadow: 0 0 0 0 #24bc4591;
    text-transform: none;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0;
    -webkit-animation: pulsing 1s cubic-bezier(0.66, 0, 0, 1) infinite;
    animation: pulsing 1s cubic-bezier(0.66, 0, 0, 1) infinite;
}

.catalog-product-view .sticky-product .actions .action.tocart:before {
    display: none;
}

/* clerk */
.catalog-product-view main .columns .main #product-page-alternatives .container-width #clerk-slider-container {
    margin: 3rem 0 0;
}

.catalog-product-view main .columns .main #product-page-others-also-bought .container-width #clerk-slider-container {
    margin: 3rem 0;
}

/**
 * Customer Account Pages
 */
.customer-account-login main .page-title-wrapper,
.customer-account-create main .page-title-wrapper,
.customer-account-forgotpassword main .page-title-wrapper,
.customer-account-createpassword main .page-title-wrapper,
.customer-account-logoutsuccess main .page-title-wrapper {
    padding: 2.75rem 0 0!important;
    background-color: #fff!important;
}

.customer-account-login main .page-title-wrapper h1 span,
.customer-account-create main .page-title-wrapper h1 span,
.customer-account-forgotpassword main .page-title-wrapper h1 span,
.customer-account-createpassword main .page-title-wrapper h1 span,
.customer-account-logoutsuccess main .page-title-wrapper h1 span {
    font-size: 24px;
    font-weight: 600;
    color: #092840 !important;
}

.customer-account-login main .columns .main .login-container .block-title strong,
.customer-account-create main .columns .main .form-create-account .fieldset .legend {
    text-transform: none;
    font-size: 18px;
    font-weight: 600;
    color: #092840;
    letter-spacing: 0;
}

.customer-account-create main .columns .main .form-create-account .actions-toolbar > .primary button,
.customer-account-forgotpassword main .columns .main .form.password.forget .actions-toolbar > .primary button,
.customer-account-createpassword main .columns .main .form.password.reset .actions-toolbar > .primary button,
.customer-account-login main .columns .main .login-container .block-content .form .fieldset .actions-toolbar a,
.customer-account-login main .columns .main .login-container .block-content .form .fieldset .actions-toolbar button {
    height: 4rem;
    line-height: 2rem;
    border-radius: 8px;
    text-transform: none;
    font-size: 18px;
    font-weight: 600;
    transition: 0.3s;
}

.customer-account-create main .columns .main .form-create-account .actions-toolbar > .primary button,
.customer-account-forgotpassword main .columns .main .form.password.forget .actions-toolbar > .primary button,
.customer-account-createpassword main .columns .main .form.password.reset .actions-toolbar > .primary button,
.customer-account-login main .columns .main .login-container .block-content .form .fieldset .actions-toolbar button,
.customer-account-login main .columns .main .login-container .block-content .form .fieldset .actions-toolbar a {
    display: inline-block;
    padding: 1rem 2em !important;
    background-color: #092840 !important;
    border: 1px solid #092840 !important;
}

.customer-account-create main .columns .main .form-create-account .actions-toolbar > .primary button span,
.customer-account-forgotpassword main .columns .main .form.password.forget .actions-toolbar > .primary button span,
.customer-account-createpassword main .columns .main .form.password.reset .actions-toolbar > .primary button span,
.customer-account-login main .columns .main .login-container .block-content .form .fieldset .actions-toolbar a,
.customer-account-login main .columns .main .login-container .block-content .form .fieldset .actions-toolbar span {
    line-height: 22px;
    text-transform: none;
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    letter-spacing: 0;
}

.customer-account-create main .columns .main .form-create-account .actions-toolbar > .primary button:hover,
.customer-account-forgotpassword main .columns .main .form.password.forget .actions-toolbar > .primary button:hover,
.customer-account-createpassword main .columns .main .form.password.reset .actions-toolbar > .primary button:hover,
.customer-account-login main .columns .main .login-container .block-content .form .fieldset .actions-toolbar button:hover,
.customer-account-login main .columns .main .login-container .block-content .form .fieldset .actions-toolbar a:hover {
    background-color: #3DA7F6 !important;
    border: 1px solid #3DA7F6 !important;
    transition: 0.3s;
}

.customer-account-login main .columns .main .login-container .block-content .form .fieldset .actions-toolbar > .secondary a {
    background-color: #EEF2F4 !important;
    border: 1px solid #EEF2F4 !important;
}

.customer-account-login main .columns .main .login-container .block-content .form .fieldset .actions-toolbar > .secondary a span {
    line-height: 2rem;
    color: #092840 !important;
}

.customer-account-login main .columns .main .login-container .block-content .form .fieldset .actions-toolbar > .secondary a:hover {
    background-color: #3DA7F6 !important;
    border: 1px solid #3DA7F6 !important;
    transition: 0.3s;   
}

.customer-account-login main .columns .main .login-container .block-content .form .fieldset .actions-toolbar > .secondary a:hover span {
    color: #FFFFFF !important;
}

.customer-account-login main .columns .main .login-container .block-content .form .fieldset:last-of-type:after {
    margin-top: 10px;
}

.customer-account-login main .columns .main .login-container .block-customer-create {
    display: none;
}

.customer-account-create main .columns .main .form-create-account,
.customer-account-forgotpassword main .columns .main .form.password.forget,
.customer-account-createpassword main .columns .main .form.password.reset {
    max-width: 50%;
    padding: 2.5rem 5px !important;
    margin: 0 auto 3rem auto !important;
}

.customer-account-create main .columns .main .form-create-account .fieldset,
.customer-account-forgotpassword main .columns .main .form.password.forget .fieldset,
.customer-account-createpassword main .columns .main .form.password.reset .fieldset {
    position: relative;
    width: 100%;
    padding: 0;
}

.customer-account-create main .columns .main .form-create-account .fieldset .password-strength-meter,
.customer-account-createpassword main .columns .main .form.password.reset .fieldset .password-strength-meter {
    line-height: 18px;
    margin-top: 4px;
    font-size: 1em;
}

.customer-account-create main .columns .main .form-create-account .fieldset .amgdpr-checkbox {
    position: relative;
    margin-bottom: 2em;
}

.customer-account-create main .columns .main .form-create-account .fieldset .newsletter input,
.customer-account-create main .columns .main .form-create-account .fieldset .persistent input,
.customer-account-create main .columns .main .form-create-account .fieldset .amgdpr-checkbox input,
.customer-account-createpassword main .columns .main .form.password.reset .fieldset .field.choice input {
    height: auto;
}

.customer-account-create main .columns .main .form-create-account .fieldset .newsletter label,
.customer-account-create main .columns .main .form-create-account .fieldset .persistent label,
.customer-account-create main .columns .main .form-create-account .fieldset .amgdpr-checkbox label,
.customer-account-createpassword main .columns .main .form.password.reset .fieldset .field.choice label {
    vertical-align: middle;
}

.customer-account-create main .columns .main .form-create-account .fieldset .amgdpr-checkbox div.mage-error {
    position: absolute;
    top: 22px;
}

.customer-account-create main .columns .main .form-create-account .fieldset:last-of-type {
    position: relative;
    margin-bottom: 5px;
}

.customer-account-create main .columns .main .form-create-account .actions-toolbar,
.customer-account-forgotpassword main .columns .main .form.password.forget .actions-toolbar,
.customer-account-createpassword main .columns .main .form.password.reset .actions-toolbar {
    width: 100%;
    max-width: 100%;
    padding: 0;
}

.customer-account-create main .columns .main .form-create-account .fieldset:last-of-type:after,
.customer-account-forgotpassword main .columns .main .form.password.forget .fieldset:after,
.customer-account-createpassword main .columns .main .form.password.reset .fieldset:after {
    display: block;
    position: absolute;
    bottom: -90px;
    margin: 0;
    font-size: .925em;
    color: #e02b27;
    content: attr(data-hasrequired);
    word-spacing: normal;
    letter-spacing: normal;
}

.customer-account-create main .columns .main .form-create-account .fieldset:last-of-type:after {
    bottom: -100px;
}

.customer-account-forgotpassword main .columns .main .form.password.forget .fieldset:after {
    bottom: -126px;
}

.customer-account-createpassword main .columns .main .form.password.reset .fieldset:after {
    bottom: -126px;
}

.customer-account-create main .columns .main .form-create-account .customer-dob input,
.customer-account-edit main .columns .main .form-edit-account .customer-dob input {
    line-height: 32px;
    width: 33%;
    margin-right: 2%;
}

.customer-account-create main .columns .main .form-create-account .customer-dob button,
.customer-account-edit main .columns .main .form-edit-account .customer-dob button {
    width: 20%;
    height: 50px;
    margin-top: -2px;
}

.customer-account-create main .columns .main .form-create-account .gender select,
.customer-account-edit main .columns .main .form-edit-account .gender select {
    width: 55%;
    height: 48px;
}

.customer-account-logoutsuccess main#maincontent {
    padding-top: 0;
}

.customer-account-logoutsuccess main .page-title-wrapper {
    position: relative;
    text-align: center;
}

.customer-account-logoutsuccess main .page-title-wrapper:before,
.customer-account-logoutsuccess main .page-title-wrapper:after {
    position: absolute;
    top: 0;
    width: 30vw;
    height: 100%;
    background: inherit;
    content: '';
}

.customer-account-logoutsuccess main .page-title-wrapper:before {
    right: 100%;
}

.customer-account-logoutsuccess main .page-title-wrapper:after {
    left: 100%;
}

.customer-account-logoutsuccess main .main p {
    padding-top: 40px;
    text-align: center;
}

.customer-account-index .page-wrapper main,
.sales-order-history .page-wrapper main,
.sales-order-view .page-wrapper main,
.customer-address-index .page-wrapper main,
.customer-address-form .page-wrapper main,
.customer-account-edit .page-wrapper main,
.gdpr-customer-settings .page-wrapper main,
.paypal-billing_agreement-index .page-wrapper main,
.wishlist-index-index .page-wrapper main,
.review-customer-index .page-wrapper main,
.review-customer-view .page-wrapper main,
.newsletter-manage-index .page-wrapper main,
.amrewards-index-index .page-wrapper main,
.amrewards-history-index .page-wrapper main {
    max-width: 1700px;
    padding: 20px 1rem 40px 1rem;
}

.customer-account-index main .page-title-wrapper,
.sales-order-history main .page-title-wrapper,
.sales-order-view main .page-title-wrapper,
.customer-address-index main .page-title-wrapper,
.customer-address-form main .page-title-wrapper,
.customer-account-edit main .page-title-wrapper,
.gdpr-customer-settings main .page-title-wrapper,
.paypal-billing_agreement-index main .page-title-wrapper,
.wishlist-index-index .page-wrapper main .page-title-wrapper,
.review-customer-index main .page-title-wrapper,
.review-customer-view main .page-title-wrapper,
.newsletter-manage-index main .page-title-wrapper,
.amrewards-index-index .page-wrapper main .page-title-wrapper,
.amrewards-history-index .page-wrapper main .page-title-wrapper {
    padding: 1px 0 0 0;
    background: none;
    text-align: left;
}

.customer-account-index main .page-title-wrapper > div > div,
.sales-order-history main .page-title-wrapper > div > div,
.sales-order-view main .page-title-wrapper > div > div,
.customer-address-index main .page-title-wrapper > div > div,
.customer-address-form main .page-title-wrapper > div > div,
.customer-account-edit main .page-title-wrapper > div > div,
.gdpr-customer-settings main .page-title-wrapper > div > div,
.paypal-billing_agreement-index main .page-title-wrapper > div > div,
.wishlist-index-index .page-wrapper main .page-title-wrapper > div > div,
.review-customer-index main .page-title-wrapper > div > div,
.review-customer-view main .page-title-wrapper > div > div,
.newsletter-manage-index main .page-title-wrapper > div > div,
.amrewards-index-index .page-wrapper main .page-title-wrapper > div > div,
.amrewards-history-index .page-wrapper main .page-title-wrapper > div > div {
    flex: 100% !important;
    width: 100% !important;
    max-width: 100% !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.customer-account-index main .page-title-wrapper h1,
.sales-order-history main .page-title-wrapper h1,
.sales-order-view main .page-title-wrapper h1,
.customer-address-index main .page-title-wrapper h1,
.customer-address-form main .page-title-wrapper h1,
.customer-account-edit main .page-title-wrapper h1,
.gdpr-customer-settings main .page-title-wrapper h1,
.paypal-billing_agreement-index main .page-title-wrapper h1,
.wishlist-index-index .page-wrapper main .page-title-wrapper h1,
.review-customer-index main .page-title-wrapper h1,
.review-customer-view main .page-title-wrapper h1,
.newsletter-manage-index main .page-title-wrapper h1,
.amrewards-index-index .page-wrapper main .page-title-wrapper h1,
.amrewards-history-index .page-wrapper main .page-title-wrapper h1 {
    width: 100%;
    padding-bottom: 9px;
    border-bottom: 2px solid #002840;
    margin-bottom: 0 !important;
}

.customer-account-index main .page-title-wrapper h1 span,
.sales-order-history main .page-title-wrapper h1 span,
.sales-order-view main .page-title-wrapper h1 span,
.customer-address-index main .page-title-wrapper h1 span,
.customer-address-form main .page-title-wrapper h1 span,
.customer-account-edit main .page-title-wrapper h1 span,
.gdpr-customer-settings main .page-title-wrapper h1 span,
.paypal-billing_agreement-index main .page-title-wrapper span,
.wishlist-index-index .page-wrapper main .page-title-wrapper h1 span,
.review-customer-index main .page-title-wrapper span,
.review-customer-view main .page-title-wrapper span,
.newsletter-manage-index main .page-title-wrapper h1 span,
.amrewards-index-index .page-wrapper main .page-title-wrapper h1 span,
.amrewards-history-index .page-wrapper main .page-title-wrapper h1 span {
    line-height: 31px;
    font-size: 24px;
    font-weight: 600;
    color: #002840;
    letter-spacing: 0;
}

.customer-account-index main .sidebar ul.nav,
.sales-order-history main .sidebar ul.nav,
.sales-order-view main .sidebar ul.nav,
.customer-address-index main .sidebar ul.nav,
.customer-address-form main .sidebar ul.nav,
.customer-account-edit main .sidebar ul.nav,
.gdpr-customer-settings main .sidebar ul.nav,
.paypal-billing_agreement-index main .sidebar ul.nav,
.review-customer-index main .sidebar ul.nav,
.review-customer-view main .sidebar ul.nav,
.newsletter-manage-index main .sidebar ul.nav {
    flex-direction: column;
}

.customer-account-index main .box .box-title,
.customer-account-index main .box .box-content,
.customer-account-index main .box .box-actions,
.customer-address-index main .box .box-title,
.customer-address-index main .box .box-content,
.customer-address-index main .box .box-actions {
    background-color: #FFFFFF;
}

.customer-account-index main .block-title a, 
.customer-account-index main .box .box-actions a,
.customer-address-index main .box .box-actions a {
    color: #002840;
}

.customer-account-edit .page-wrapper main .form-edit-account legend,
.customer-address-form .page-wrapper main .form-address-edit legend,
.newsletter-manage-index .page-wrapper main .form-newsletter-manage legend {
    color: #002840;
}

.customer-address-form .page-wrapper main .form-address-edit .fieldset > .fieldset {
    width: 100%;
}

.customer-address-form .page-wrapper main .form-address-edit .field .control select {
    line-height: 32px;
}

.customer-address-form .page-wrapper main .form-address-edit .actions-toolbar,
.customer-account-edit .page-wrapper main .form-edit-account .actions-toolbar,
.newsletter-manage-index .page-wrapper main .form-newsletter-manage .actions-toolbar {
    clear: left;
    width: 48%;
}

.customer-address-form .page-wrapper main .form-address-edit .actions-toolbar > .primary,
.customer-account-edit .page-wrapper main .form-edit-account .actions-toolbar > .primary,
.newsletter-manage-index .page-wrapper main .form-newsletter-manage .actions-toolbar > .primary {
    width: 100%;
}

.customer-address-form .page-wrapper main .form-address-edit .actions-toolbar > .primary button,
.customer-account-edit .page-wrapper main .form-edit-account .actions-toolbar > .primary button,
.newsletter-manage-index .page-wrapper main .form-newsletter-manage .actions-toolbar > .primary button {
    width: 100%;
    height: 4rem;
    line-height: 2rem;
    background-color: #092840 !important;
    border: 1px solid #092840 !important;
    border-radius: 8px;
    text-transform: none;
    font-size: 18px;
    font-weight: 600;
    transition: 0.3s;
}

.customer-address-form .page-wrapper main .form-address-edit .actions-toolbar > .primary button span,
.customer-account-edit .page-wrapper main .form-edit-account .actions-toolbar > .primary button span,
.newsletter-manage-index .page-wrapper main .form-newsletter-manage .actions-toolbar > .primary button span {
    color: #FFFFFF !important;
}

.customer-address-form .page-wrapper main .form-address-edit .actions-toolbar > .primary button:hover,
.customer-account-edit .page-wrapper main .form-edit-account .actions-toolbar > .primary button:hover,
.newsletter-manage-index .page-wrapper main .form-newsletter-manage .actions-toolbar > .primary button:hover {
    background-color: #3DA7F6 !important;
    border: 1px solid #3DA7F6 !important;
    transition: 0.3s;
}

.customer-address-form .page-wrapper main .form-address-edit .actions-toolbar > .primary button:hover span,
.customer-account-edit .page-wrapper main .form-edit-account .actions-toolbar > .primary button:hover span,
.newsletter-manage-index .page-wrapper main .form-newsletter-manage .actions-toolbar > .primary button:hover span {
    color: #FFFFFF !important;
}

.sales-order-view main .page-title-wrapper .order-date {
    margin: 18px 0 !important;
}

/* sidebar additional */
.account.page-layout-2columns-left .sidebar-additional {
    width: 100% !important;
    margin-top: 0;
}

.account.page-layout-2columns-left .sidebar-additional .block.block-reorder {
    padding: 0;
}

.account.page-layout-2columns-left .sidebar-additional .block.block-reorder .product-item-name {
    vertical-align: middle;
}

.account.page-layout-2columns-left .sidebar-additional .block.block-reorder .actions-toolbar .primary {
    width: 100%;
}

.account.page-layout-2columns-left .sidebar-additional .block.block-reorder .actions-toolbar .primary button {
    width: 100%;
    height: 44px;
    padding: 9px 5px;
    border-radius: 5px;
    margin-right: 0;
}

/* gdpr */
.gdpr-customer-settings .page-wrapper main .amgdpr-checkbox-container .amgdpr-checkbox + label {
    box-shadow: none !important;
}

.gdpr-customer-settings .page-wrapper main .amgdpr-checkbox-container .amgdpr-checkbox + label:active,
.gdpr-customer-settings .page-wrapper main .amgdpr-checkbox-container .amgdpr-checkbox + label:focus,
.gdpr-customer-settings .page-wrapper main .amgdpr-checkbox-container .amgdpr-checkbox + label:hover,
.gdpr-customer-settings .page-wrapper main .amgdpr-checkbox-container .amgdpr-checkbox:checked + label {
    box-shadow: none !important;
}

.gdpr-customer-settings .page-wrapper main .amgdpr-checkbox-container .amgdpr-checkbox + label:active span,
.gdpr-customer-settings .page-wrapper main .amgdpr-checkbox-container .amgdpr-checkbox + label:focus span,
.gdpr-customer-settings .page-wrapper main .amgdpr-checkbox-container .amgdpr-checkbox + label:hover span,
.gdpr-customer-settings .page-wrapper main .amgdpr-checkbox-container .amgdpr-checkbox:checked + label span {
    color: #002840;
}

.gdpr-customer-settings .page-wrapper main .amgdpr-block-content .actions-toolbar button.action.primary {
    width: 100%;
    height: 3rem;
    padding: 0;
    background-color: #092840 !important;
    border: 1px solid #092840 !important;
    border-radius: 5px;
    color: #FFFFFF !important;
}

.gdpr-customer-settings .page-wrapper main .amgdpr-block-content .actions-toolbar button.action.primary:hover {
    background-color: #3DA7F6 !important;
    border: 1px solid #3DA7F6 !important;
    color: #FFFFFF !important;
    transition: 0.3s;
}

/* popup privacy */
.modals-wrapper aside.amgdpr-modal-container .modal-header {
    padding: 30px 18px 24px;
}

.modals-wrapper aside.amgdpr-modal-container .modal-header h1 {
    line-height: 1.2;
    margin-left: 0;
    font-size: 20px;
    font-weight: 300;
    color: #000000;
}

.modals-wrapper aside.amgdpr-modal-container .modal-content {
    padding: 0 5%;
}

.modals-wrapper aside.amgdpr-modal-container .modal-content #amgdpr-privacy-popup {
    overflow-x: hidden;
}

.modals-wrapper aside.amgdpr-modal-container .modal-content #amgdpr-privacy-popup .row .content {
    padding-right: 10px;
    padding-left: 10px;
}

.modals-wrapper aside.amgdpr-modal-container .modal-footer button {
    display: none;
}

/* popup cookie policy */
.modals-wrapper aside.amgdprcookie-groups-modal .modal-header {
    padding-bottom: 0;
}

.modals-wrapper aside.amgdprcookie-groups-modal .modal-header .action-close {
    display: block;
}

.modals-wrapper aside.amgdprcookie-groups-modal .modal-content {
    padding: 0 5%;
}

.modals-wrapper aside.amgdprcookie-groups-modal .modal-content .modal-component p.amgdprcookie-description {
    line-height: 1.2;
    padding: 30px 0 24px;
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 300;
    color: #000000;
}

.modals-wrapper aside.amgdprcookie-groups-modal .modal-content .modal-component button.amgdprcookie-done {
    line-height: 1;
    padding: 5px 16px;
    background-color: #FFFFFF !important;
    border: 1px solid #000000 !important;
    border-radius: 5px;
    box-shadow: none;
    font-size: 14px;
    color: #000000;
}

.modals-wrapper aside.amgdprcookie-groups-modal .modal-content .modal-component button.amgdprcookie-done:hover {
    background-color: #000000 !important;
    color: #FFFFFF;
}

/* wishlist */
.wishlist-index-index .page-wrapper main .wishlist-toolbar .pager .limiter strong {
    margin-right: 10px;
}

.wishlist-index-index .page-wrapper main .products-grid.wishlist .product-item {
    width: 100%;
    max-height: 192px;
    padding: 0 10px;
    box-shadow: 0px 0px 30px #DEE5E8;
    border-radius: 10px;
    margin: 0 0 1.4286em 0;
}

.wishlist-index-index .page-wrapper main .products-grid.wishlist .product-item .product-item-info {
    min-height: 192px;
    padding: 0;
}

.wishlist-index-index .page-wrapper main .products-grid.wishlist .product-item .product-item-info .product-item-photo {
    float: left;
    width: 192px;
    max-width: 192px;
    margin-right: 40px;
    margin-bottom: 0;
}

.wishlist-index-index .page-wrapper main .products-grid.wishlist .product-item .product-item-info:hover .product-item-photo {
    box-shadow: none;
}

.wishlist-index-index .page-wrapper main .products-grid.wishlist .product-item .product-item-info .product-item-name {
    float: left;
    width: calc(100% - 232px);
    margin-top: 38px;
    text-align: left;
}

.wishlist-index-index .page-wrapper main .products-grid.wishlist .product-item .product-item-name a {
    height: 50px;
    line-height: 25px;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 500;
    color: #002840;
    letter-spacing: 0;
}

.wishlist-index-index .page-wrapper main .products-grid.wishlist .product-item .product-item-info .price-box {
    float: right;
    width: 22%;
    margin-top: -57px;
    text-align: right;
}

.wishlist-index-index .page-wrapper main .products-grid.wishlist .product-item .product-item-info .price-box .price-as-configured {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

.wishlist-index-index .page-wrapper main .products-grid.wishlist .product-item .product-item-info .price-box .price-as-configured > .price-container span,
.wishlist-index-index .page-wrapper main .products-grid.wishlist .product-item .product-item-info .price-box .price-as-configured .special-price .price-container span {
    line-height: 28px;
    font-size: 32px;
    font-weight: 600;
    color: #002840;
}

.wishlist-index-index .page-wrapper main .products-grid.wishlist .product-item .product-item-info .price-box .price-as-configured .special-price {
    order: 2;
}

.wishlist-index-index .page-wrapper main .products-grid.wishlist .product-item .product-item-info .price-box .price-as-configured .old-price .price-container {
    text-align: left;
}

.wishlist-index-index .page-wrapper main .products-grid.wishlist .product-item .product-item-info .price-box .price-as-configured .old-price .price-container span {
    display: inline-block;
    width: fit-content;
    line-height: 22px;
    margin-right: 10px;
    vertical-align: initial;
    font-size: 16px;
    font-weight: 500;
    color: #9CAEB9;
}

.wishlist-index-index .page-wrapper main .products-grid.wishlist .product-item .product-item-inner {
    float: left;
    width: calc(70% - 232px);
    padding: 0;
    margin: 0;
    text-align: left;
}

.wishlist-index-index .page-wrapper main .products-grid.wishlist .product-item .product-item-inner .box-tocart {
    margin-bottom: 11px;
}

.wishlist-index-index .page-wrapper main .products-grid.wishlist .product-item .product-item-inner .box-tocart .field.qty {
    padding-right: 1em;
    padding-left: 5px;
}

.wishlist-index-index .page-wrapper main .products-grid.wishlist .product-item .product-item-inner .box-tocart .field.qty input {
    border-width: 1px;
}

.wishlist-index-index .page-wrapper main .products-grid.wishlist .product-item .product-item-inner .box-tocart .product-item-actions button:before {
    display: none;
}

.wishlist-index-index .page-wrapper main .products-grid.wishlist .product-item .product-item-inner .box-tocart .product-item-actions button span {
    vertical-align: initial;
}

.wishlist-index-index .page-wrapper main .products-grid.wishlist .product-item .product-item-inner .product-item-actions {
    margin-top: 0;
}

.wishlist-index-index .page-wrapper main .products-grid.wishlist .product-item .product-item-inner .product-item-actions .actions-primary .action.tocart {
    width: 100%;
    line-height: 2rem;
    background: #24BC45;
    box-shadow: 0 0 0 0 #24bc4591;
    border-radius: 8px;
    text-transform: none;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0;
}

.wishlist-index-index .page-wrapper main .products-grid.wishlist .product-item .product-item-inner .product-item-actions .actions-primary .action.tocart:hover {
    background: #14a032;
    transition: 0.3s;
}

.wishlist-index-index .page-wrapper main .products-grid.wishlist .product-item .product-item-inner .product-item-actions > a {
    margin-top: 0;
    margin-bottom: 0;
}

.wishlist-index-index .page-wrapper main .actions-toolbar .primary button {
    overflow: hidden;
    height: 3rem;
    line-height: 2rem;
    background-color: #092840 !important;
    border: 1px solid #092840 !important;
    border-radius: 8px;
    text-transform: none;
    font-size: 18px;
    font-weight: 600;
    transition: 0.3s;
}

.wishlist-index-index .page-wrapper main .actions-toolbar .primary button:hover {
    background-color: #3DA7F6 !important;
    border: 1px solid #3DA7F6 !important;
    transition: 0.3s;
}

.wishlist-index-index .page-wrapper main .actions-toolbar .primary button span {
    color: #FFFFFF !important;
}

.wishlist-index-index .page-wrapper main .actions-toolbar .primary button:hover span {
    color: #FFFFFF !important;
}

.wishlist-index-index .page-wrapper main .column form.form-wishlist-items .products-grid.wishlist .product-item .product-item-info .product-item-name {
    margin-top: 60px;
    text-align: left;
}

.wishlist-index-index .page-wrapper main .column form.form-wishlist-items .products-grid.wishlist .product-item .product-item-info .price-box {
    width: 50%;
    margin-top: 0;
    float: left;
    text-align: left;
}

.wishlist-index-index .page-wrapper main .column form.form-wishlist-items .products-grid.wishlist .product-item .product-item-info .price-box .price-as-configured {
    align-items: baseline;
    justify-content: flex-start;
}

.wishlist-index-index .page-wrapper main .column form.form-wishlist-items .products-grid.wishlist .product-item .product-item-info .price-box .price-as-configured .special-price .price-container span {
    line-height: 26px;
    font-size: 26px;
}

.wishlist-index-index .page-wrapper main .column form.form-wishlist-items .products-grid.wishlist .product-item .product-item-info .price-box .price-as-configured .old-price .price-container span {
    margin-right: 3px;
    font-weight: 400;
    letter-spacing: 0;
}

.wishlist-index-index .page-wrapper main .column form.form-wishlist-items .products-grid.wishlist .product-item .product-item-info .product-item-inner {
    margin-top: -50px;
    float: right;
    width: 30%;
    text-align: right;
    right: 30px;
}

.wishlist-index-index .page-wrapper main .column form.form-wishlist-items .products-grid.wishlist .product-item .product-item-info .product-item-inner .box-tocart {
    text-align: -webkit-right;
}

.wishlist-index-index .page-wrapper main .column form.form-wishlist-items .products-grid.wishlist .product-item .product-item-info .product-item-inner .box-tocart .field.qty input {
    height: 60px;
    border-radius: 8px!important;
}

.wishlist-index-index .page-wrapper main .column form.form-wishlist-items .products-grid.wishlist .product-item .product-item-info .product-item-inner .box-tocart .fieldset {
    width: fit-content;
    margin: 0 0 0 auto;
}

.wishlist-index-index .page-wrapper main .column form.form-wishlist-items .products-grid.wishlist .product-item .product-item-info .product-item-inner .product-item-actions .actions-primary .action.tocart {
    width: 210px;
    height: auto;
    line-height: 25px;
    padding: 18px 18px;
    background: #24BC45;
    border: none;
    border-radius: 8px;
    text-transform: none;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
}

.wishlist-index-index .page-wrapper main .column form.form-wishlist-items .product-item .product-item-inner .product-item-actions > a.action.edit {
    margin-right: 5px;
    height: 60px;
    width: 54px;
}

.wishlist-index-index .page-wrapper main .column form.form-wishlist-items .product-item .product-item-inner .product-item-actions > a.btn-remove.action.delete {
    width: 210px;
}

.wishlist-index-index .page-wrapper main .column form.form-wishlist-items .product-item .product-item-inner .product-item-actions > a {
    color: #092840;
    text-decoration: underline;
    font-size: 13px;
    text-align: center;
}

.wishlist-index-index .page-wrapper main .column form.form-wishlist-items .actions-toolbar .primary button {
    font-size: 14px;
    font-weight: 400!important;
}

/* review */
.review-customer-view .page-wrapper main .customer-review .product-details,
.review-customer-view .page-wrapper main .customer-review .review-details {
    float: left;
    width: 50%;
}

.review-customer-view .page-wrapper main .customer-review .review-details .review-date {
    color: #000000;
}

/**
 * Cart Page
 */
.checkout-cart-index main .page-title-wrapper {
    padding: 21px 0 0 0;
    background: none;
    text-align: left;
}

.checkout-cart-index main .page-title-wrapper h1 {
    width: 100%;
    padding-bottom: 9px;
    border-bottom: 2px solid #002840;
    margin-bottom: 0 !important;
}

.checkout-cart-index main .page-title-wrapper h1 span {
    line-height: 31px;
    font-size: 24px;
    font-weight: 600;
    color: #002840;
    letter-spacing: 0;
}

.checkout-cart-index main .columns {
    margin: 31px auto 0 auto;
}

/* cart saving message */
.checkout-cart-index main .columns .cart-container .rewards {
    float: left;
    width: 66.66666667%;
    padding-right: 4%;
    text-align: left;
}

.checkout-cart-index main .columns .cart-container .rewards .thespace-free-shipping.text {
    height: 0;
    line-height: 0;
    font-size: 0;
}

.checkout-cart-index main .columns .cart-container .rewards .cart-free-shipping-message {
    margin-bottom: 10px;
}

.checkout-cart-index main .columns .cart-container .rewards #thespace-free-shipping-to-win {
    display: flex;
    align-items: center;
    width: fit-content;
    padding: 2px 11px;
    background-color: #ffe5e5;
    border-radius: 5px;
    margin-right: 5px;
    vertical-align: middle;
    color: #be0000;
}

.checkout-cart-index main .columns .cart-container .rewards #thespace-free-shipping-to-win:before {
    display: inline-block;
    width: 1em;
    line-height: 1em;
    margin-right: 0.2em;
    margin-left: 0.2em;
    text-align: center;
    text-transform: none;
    text-decoration: inherit;
    font-family: 'afarma' !important;
    font-size: 20px;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    speak: none;
    content: "\e91f";
    -webkit-font-smoothing: antialiased;
}

.checkout-cart-index main .columns .cart-container .rewards #thespace-free-shipping-won mark {
    display: inline-block;
    padding: 2px 5px;
    background-color: #E1F6E1;
    border-radius: 5px;
    margin-right: 5px;
    vertical-align: middle;
    color: #179717;
}

.checkout-cart-index main .columns .cart-container .rewards #thespace-free-shipping-won span {
    color: #179717;
}

.checkout-cart-index main .columns .cart-container .rewards .cart-saving-message .cart-saving-message-box-content {
    clear: left;
    display: inline-block;
    padding: 2px 5px;
    background-color: #E0F6FF;
    border-radius: 5px;
    color: #0977DF;
}

.checkout-cart-index main .columns .cart-container .rewards .cart-free-shipping-message mark strong,
.checkout-cart-index main .columns .cart-container .rewards .cart-saving-message mark strong {
    margin-right: 0;
}

.checkout-cart-index main .columns .cart-container .rewards .cart-free-shipping-message span,
.checkout-cart-index main .columns .cart-container .rewards .cart-saving-message span {
    display: inline-block;
    vertical-align: sub;
}

.checkout-cart-index main .columns .cart-container .rewards .cart-free-shipping-message span span {
    display: inline;
    vertical-align: unset;
}

/* riepilogo carrello */
.checkout-cart-index main .columns .cart-container .form-cart table thead tr th.col {
    color: #002840;
}

.checkout-cart-index main .columns .cart-container .form-cart table tbody tr td.actions .actions-toolbar .action-edit,
.checkout-cart-index main .columns .cart-container .form-cart table tbody tr td.actions .actions-toolbar .action-towishlist {
    display: none;
}

.checkout-cart-index main .columns .cart-container .form-cart .main.actions .action.update {
    visibility: hidden;
}

/* summary */
.checkout-cart-index main .columns .cart-container .cart-summary {
    position: relative !important;
    top: 0 !important;
    box-shadow: 0px 0px 30px #BCCBD1;
    border: none;
    border-radius: 10px;
}

.checkout-cart-index main .columns .cart-container .cart-summary .title,
.checkout-cart-index main .columns .cart-container .cart-summary .shipping .title strong {
    color: #002840;
}

.checkout-cart-index main .columns .cart-container .cart-summary .amrewards-highlight-container {
    width: 100%;
    line-height: 22px;
    padding: 0.4rem;
    background: #FFF5E1;
    border-radius: 8px;
    margin: 0 0 1rem 0 !important;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
}

.checkout-cart-index main .columns .cart-container .cart-summary .amrewards-highlight-container::before {
    content: '';
    margin: 0;
}

.checkout-cart-index main .columns .cart-container .cart-summary .amrewards-highlight-container .caption {
    margin: 0 auto;
}

.checkout-cart-index main .columns .cart-container .cart-summary .amrewards-highlight-container .caption strong,
.checkout-cart-index main .columns .cart-container .cart-summary .amrewards-highlight-container .caption strong b {
    line-height: inherit;
    font-size: inherit;
    font-weight: inherit;
    color: #002840;
}

.checkout-cart-index main .columns .cart-container .cart-summary .amrewards-highlight-container .caption strong b {
    font-weight: 600;
    color: #FEA831;
}

.checkout-cart-index main .columns .cart-container .cart-summary .amrewards-highlight-container .caption strong::before {
    margin-right: 2px;
    vertical-align: sub;
    content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTciIHZpZXdCb3g9IjAgMCAxNyAxNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNOC41IDE2QzEyLjY0MjEgMTYgMTYgMTIuNjQyMSAxNiA4LjVDMTYgNC4zNTc4NiAxMi42NDIxIDEgOC41IDFDNC4zNTc4NiAxIDEgNC4zNTc4NiAxIDguNUMxIDEyLjY0MjEgNC4zNTc4NiAxNiA4LjUgMTZaIiBmaWxsPSIjRjdDOTVDIiBzdHJva2U9ImJsYWNrIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48ZyBjbGlwLXBhdGg9InVybCgjY2xpcDBfMTM4MV83NzUpIj48cGF0aCBkPSJNMTAuNzkzOCAxMS4zMTMxQzEwLjI4MjcgMTEuODUwOCA5LjYyODE5IDEyLjE0NyA4Ljk1MDk0IDEyLjE0N0M3Ljg0MDk0IDEyLjE0NyA2Ljg3OTg0IDExLjM2NzUgNi40Mjc1MSAxMC4yNDA3SDkuNTEwNzNDOS43NzgwOCAxMC4yNDA3IDkuOTk0ODUgMTAuMDI0IDkuOTk0ODUgOS43NTY2MkM5Ljk5NDg1IDkuNDg5MjYgOS43NzgwOCA5LjI3MjQ5IDkuNTEwNzMgOS4yNzI0OUg2LjE4MTQ5QzYuMTYyNDUgOS4xMTQyMiA2LjE1MjA1IDguOTUyNzYgNi4xNTIwNSA4Ljc4ODM1QzYuMTUyMDUgOC42MDI5IDYuMTY1MTEgOC40MjExMSA2LjE4OTQ3IDguMjQzN0g5LjUxMDczQzkuNzc4MDggOC4yNDM3IDkuOTk0ODUgOC4wMjY5MyA5Ljk5NDg1IDcuNzU5NThDOS45OTQ4NSA3LjQ5MjIyIDkuNzc4MDggNy4yNzU0MyA5LjUxMDczIDcuMjc1NDNINi40NTMyN0M2LjkxNTI5IDYuMTgxNjUgNy44NjEwNCA1LjQyOTY5IDguOTUwOTQgNS40Mjk2OUM5LjYyODE5IDUuNDI5NjkgMTAuMjgyNyA1LjcyNTg4IDEwLjc5MzggNi4yNjM1MkMxMC45Nzc5IDYuNDU3MTkgMTEuMjg0MSA2LjQ2NTE1IDExLjQ3ODIgNi4yODA5NUMxMS42NzIgNi4wOTY2OCAxMS42Nzk3IDUuNzkwMjUgMTEuNDk1NyA1LjU5NjQ5QzEwLjggNC44NjQ2IDkuODk2MjggNC40NjE1NSA4Ljk1MTA2IDQuNDYxNTVDNy4zMzcwOCA0LjQ2MTU1IDUuOTU3NDUgNS42MzM3NiA1LjQyMjA3IDcuMjc1NTdINC4xMjQ3NUMzLjg1NzM5IDcuMjc1NTcgMy42NDA2MiA3LjQ5MjM0IDMuNjQwNjIgNy43NTk3QzMuNjQwNjIgOC4wMjcwNSAzLjg1NzM5IDguMjQzODIgNC4xMjQ3NSA4LjI0MzgySDUuMjE0NjNDNS4xOTUwMSA4LjQyMjQ3IDUuMTgzNzkgOC42MDM5IDUuMTgzNzkgOC43ODg0N0M1LjE4Mzc5IDguOTUyMjggNS4xOTIzNSA5LjExMzUyIDUuMjA4MDEgOS4yNzI2MUg0LjEyNDc1QzMuODU3MzkgOS4yNzI2MSAzLjY0MDYyIDkuNDg5MzggMy42NDA2MiA5Ljc1Njc0QzMuNjQwNjIgMTAuMDI0MSAzLjg1NzM5IDEwLjI0MDkgNC4xMjQ3NSAxMC4yNDA5SDUuNDAyODZDNS45MjM2MyAxMS45MTQ0IDcuMzE3MiAxMy4xMTU0IDguOTUwOTQgMTMuMTE1NEM5Ljg5NjI2IDEzLjExNTQgMTAuNzk5OCAxMi43MTIyIDExLjQ5NTUgMTEuOTgwNUMxMS42Nzk2IDExLjc4NjYgMTEuNjcyIDExLjQ4MDMgMTEuNDc4MSAxMS4yOTZDMTEuMjg0NCAxMS4xMTE3IDEwLjk3NzkgMTEuMTE5NCAxMC43OTM4IDExLjMxMzFaIiBmaWxsPSJibGFjayIvPjwvZz48ZGVmcz48Y2xpcFBhdGggaWQ9ImNsaXAwXzEzODFfNzc1Ij48cmVjdCB3aWR0aD0iOC42NTM4NSIgaGVpZ2h0PSI4LjY1Mzg1IiBmaWxsPSJ3aGl0ZSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMy4zMDg1OSA0LjQ2MTU1KSIvPjwvY2xpcFBhdGg+PC9kZWZzPjwvc3ZnPg);
}

.checkout-cart-index main .columns .cart-container .cart-summary .cart-totals table tbody tr th strong,
.checkout-cart-index main .columns .cart-container .cart-summary .cart-totals table tbody tr td span,
.checkout-cart-index main .columns .cart-container .cart-summary .cart-totals table tbody tr td strong {
    color: #002840;
}

.checkout-cart-index main .columns .cart-summary .estimatedDeliveryDate {
    background: #FFFFFF;
    margin: 0 !important;
    text-align: center;
    color: #002840;
}

.checkout-cart-index main .columns .cart-summary .estimatedDeliveryDate i {
    vertical-align: sub;
    font-size: 18px;
}

.checkout-cart-index main .columns .cart-summary .estimatedDeliveryDate .message {
    padding-left: 0;
}

.checkout-cart-index main .columns .cart-summary .checkout-methods-items .action.primary.checkout, 
.checkout-cart-index main .columns .cart-summary .checkout-methods-items .amshopby-button.checkout, 
.checkout-cart-index main .columns .cart-summary .checkout-methods-items .am-filter-go.checkout {
    width: 100%;
    height: 4rem;
    line-height: 2rem;
    background: #24BC45;
    box-shadow: 0 0 0 0 #24bc4591;
    border-radius: 8px;
    text-transform: none;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0;
    -webkit-animation: pulsing 1s cubic-bezier(0.66, 0, 0, 1) infinite;
    animation: pulsing 1s cubic-bezier(0.66, 0, 0, 1) infinite;
}

.checkout-cart-index main .columns .cart-summary .checkout-methods-items .action.primary.checkout:hover, 
.checkout-cart-index main .columns .cart-summary .checkout-methods-items .amshopby-button.checkout:hover, 
.checkout-cart-index main .columns .cart-summary .checkout-methods-items .am-filter-go.checkout:hover{
    background: #14a032;
    transition: 0.3s;
}

.checkout-cart-index main .columns .cart-container .cart-summary .payment-information p {
    margin: 1.25rem 0 0 0;
    text-align: center;
}

.checkout-cart-index main .columns .cart-container .cart-summary .checkout-methods-items .item button:after {
    display: none;
}

/* discount and reward points */
.checkout-cart-index main .columns .cart-container .cart-discount {
    float: right;
    clear: right;
    width: 33.33333333%;
    padding-right: 0;
    margin-top: 15px;
}

.checkout-cart-index main .columns .cart-container .cart-discount #block-discount,
.checkout-cart-index main .columns .cart-container .cart-discount #block-reward {
    width: 100%;
    padding: 2rem;
    border-radius: 1rem;
    box-shadow: 0 0 30px #dcdcdc;
}

.checkout-cart-index main .columns .cart-container .cart-discount #block-discount .title,
.checkout-cart-index main .columns .cart-container .cart-discount #block-discount label,
.checkout-cart-index main .columns .cart-container .cart-discount #block-reward .title {
    display: inline-block !important;
}

.checkout-cart-index main .columns .cart-container .cart-discount #block-discount .title {
    padding-bottom: 0;
    margin-bottom: 29px;
}

.checkout-cart-index main .columns .cart-container .cart-discount #block-reward .title {
    padding-bottom: 0;
    margin-bottom: 8px;
}

.checkout-cart-index main .columns .cart-container .cart-discount #block-discount .title strong,
.checkout-cart-index main .columns .cart-container .cart-discount #block-reward .title strong {
    padding: 0;
    font-size: 16px;
    font-weight: 600;
    color: #002840;
}

.checkout-cart-index main .columns .cart-container .cart-discount #block-reward .content,
.checkout-cart-index main .columns .cart-container .cart-discount #block-reward .content form {
    max-width: none;
}

.checkout-cart-index main .columns .cart-container .cart-discount #block-discount form .fieldset .field .control input,
.checkout-cart-index main .columns .cart-container .cart-discount #block-reward form .fieldset .field .control input {
    height: 43px;
    padding: 8px 12px;
    border-right: none;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.checkout-cart-index main .columns .cart-container .cart-discount #block-discount form .fieldset .actions-toolbar,
.checkout-cart-index main .columns .cart-container .cart-discount #block-reward form .fieldset .actions-toolbar {
    width: 156px;
    max-width: 156px;
}

.checkout-cart-index main .columns .cart-container .cart-discount #block-discount form .fieldset .actions-toolbar {
    padding-top: 32px;
}

.checkout-cart-index main .columns .cart-container .cart-discount #block-discount form .fieldset .actions-toolbar .primary,
.checkout-cart-index main .columns .cart-container .cart-discount #block-reward form .fieldset .actions-toolbar .primary {
    width: 100%;
}

.checkout-cart-index main .columns .cart-container .cart-discount #block-discount form .fieldset .actions-toolbar .primary button,
.checkout-cart-index main .columns .cart-container .cart-discount #block-reward form .fieldset .actions-toolbar .primary button {
    padding: 11px 24px 10px 24px;
    background-color: #092840 !important;
    border: 1px solid #092840 !important;
    border-left: none;
    border-radius: 8px !important;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    margin-left: -1px;
    text-transform: none;
    transition: 0.3s;
}

.checkout-cart-index main .columns .cart-container .cart-discount #block-discount form .fieldset .actions-toolbar .primary button span,
.checkout-cart-index main .columns .cart-container .cart-discount #block-reward form .fieldset .actions-toolbar .primary button span {
    color: #FFFFFF !important;
}

.checkout-cart-index main .columns .cart-container .cart-discount #block-discount form .fieldset .actions-toolbar .primary button:hover,
.checkout-cart-index main .columns .cart-container .cart-discount #block-reward form .fieldset .actions-toolbar .primary button:hover {
    background-color: #3DA7F6 !important;
    border: 1px solid #3DA7F6 !important;
    transition: 0.3s;
}

.checkout-cart-index main .columns .cart-container .cart-discount #block-discount form .fieldset .actions-toolbar .primary button:hover span,
.checkout-cart-index main .columns .cart-container .cart-discount #block-reward form .fieldset .actions-toolbar .primary button:hover span {
    color: #FFFFFF !important;
}

/* cart empty */
.checkout-cart-index main .columns .cart-empty .return-to-shop a.btn-go-shop {
    background-color: #092840 !important;
    border: 1px solid #092840 !important;
    border-radius: 8px;
    color: #FFFFFF !important;
    transition: 0.3s;
}

.checkout-cart-index main .columns .cart-empty .return-to-shop a.btn-go-shop:hover {
    background-color: #3DA7F6 !important;
    border: 1px solid #3DA7F6 !important;
    color: #FFFFFF !important;
    transition: 0.3s;
}

/**
 * Checkout Page
 */
.checkout-index-index.firecheckout .page-wrapper header .logo img {
    max-height: unset;
}

.checkout-index-index.firecheckout .page-wrapper main {
    max-width: 1440px !important;
}

/* loader */
.checkout-index-index.firecheckout .loading-mask .loader::after {
    border-top: 3px solid #0977DF !important;
}

/* header */
.checkout-index-index.firecheckout .page-wrapper .porto-block-html-top,
.checkout-index-index.firecheckout .page-wrapper header.page-header.type22 {
    display: none;
}

/* authentication popup */
.checkout-index-index.firecheckout .page-wrapper main .authentication-wrapper aside .block-authentication .block-content .field input {
    height: 41px;
    line-height: 32px;
    padding: 8px 12px !important;
    background-color: #FFF !important;
    border: 1px solid #00000017 !important;
    border-radius: 5px !important;
    font-size: 16px;
    font-weight: 400;
    color: #777;
}

.checkout-index-index.firecheckout .page-wrapper main .authentication-wrapper aside .block-authentication .block-content .field input:focus {
    background-color: rgba(9, 119, 223, 0.3) !important;
}

.checkout-index-index.firecheckout .page-wrapper main .authentication-wrapper aside .block-authentication .block-content .actions-toolbar {
    padding: 0 !important;
}

.checkout-index-index.firecheckout .page-wrapper main .authentication-wrapper aside .block-authentication .block-content .actions-toolbar .secondary a {
    margin-top: 0;
}

.checkout-index-index.firecheckout .page-wrapper main .authentication-wrapper aside .block-authentication .block-content .actions-toolbar .secondary a span {
    line-height: 22px;
    font-size: 16px;
    font-weight: 600;
}

.checkout-index-index.firecheckout .page-wrapper main .authentication-wrapper aside .block-authentication .block-content .actions-toolbar .primary button {
    height: 40px;
    padding: 5px 12px;
    background-color: #092840 !important;
    border: 1px solid #092840 !important;
    transition: 0.3s;
}

.checkout-index-index.firecheckout .page-wrapper main .authentication-wrapper aside .block-authentication .block-content .actions-toolbar .primary button span {
    color: #FFFFFF !important;
}

.checkout-index-index.firecheckout .page-wrapper main .authentication-wrapper aside .block-authentication .block-content .actions-toolbar .primary button:hover {
    background-color: #3DA7F6 !important;
    border: 1px solid #3DA7F6 !important;
    transition: 0.3s;
}

.checkout-index-index.firecheckout .page-wrapper main .authentication-wrapper aside .block-authentication .block-content .actions-toolbar .primary button:hover span {
    color: #FFFFFF !important;
}

/* shipping address popup */
.checkout-index-index.firecheckout .modals-wrapper aside.modal-slide .modal-header h1 {
    padding: 30px 0 4px 0;
    border-bottom: none;
    font-size: 20px;
    font-weight: 300;
}

.checkout-index-index.firecheckout .modals-wrapper aside.modal-slide .modal-content .form-shipping-address {
    max-width: none;
}

.checkout-index-index.firecheckout .modals-wrapper aside.modal-slide .modal-footer {
    border-top: none;
}

/* radio buttons and checkboxes*/
.firecheckout .form-shipping-address input[type="checkbox"],
.firecheckout #checkout input[type="checkbox"],
.firecheckout .form-shipping-address input[type="radio"],
.firecheckout #checkout input[type="radio"] {
    z-index: 0 !important;
    appearance: radio-button !important;
    -webkit-appearance: radio !important;
}

.firecheckout .form-shipping-address input[type="checkbox"]:checked,
.firecheckout #checkout input[type="checkbox"]:checked,
.firecheckout .form-shipping-address input[type="radio"]:checked,
.firecheckout #checkout input[type="radio"]:checked {
    border: none !important;
    border-radius:0 !important;
    box-shadow: none !important;
}

.firecheckout .form-shipping-address input[type="checkbox"]:after,
.firecheckout #checkout input[type="checkbox"]:after,
.firecheckout .form-shipping-address input[type="radio"]:after,
.firecheckout #checkout input[type="radio"]:after {
    display: none !important;
}

/* titles */
.checkout-index-index.firecheckout .page-wrapper main .page-title-wrapper {
  width: 100%;
  padding-bottom: 9px;
  border-bottom: 2px solid #002840;
  margin-bottom: 27px !important;
}

.checkout-index-index.firecheckout .page-wrapper main .page-title-wrapper h1 {
    margin: 20px auto 0 0 !important;
}

.checkout-index-index.firecheckout .page-wrapper main .page-title-wrapper h1 span {
    line-height: 31px;
    font-size: 24px;
    font-weight: 600;
    color: #002840;
    letter-spacing: 0;
}

.checkout-index-index.firecheckout .page-wrapper main .page-title-wrapper .authentication-wrapper .action-auth-toggle {
    background-color: #002840 !important;
    border: 1px solid #002840 !important;
    transition: 0.3s;
}

.checkout-index-index.firecheckout .page-wrapper main .page-title-wrapper .authentication-wrapper .action-auth-toggle span {
    color: #FFFFFF !important;
}

.checkout-index-index.firecheckout .page-wrapper main .page-title-wrapper .authentication-wrapper .action-auth-toggle:hover {
    background-color: #3DA7F6 !important;
    border: 1px solid #3DA7F6 !important;
    transition: 0.3s;
}

.checkout-index-index.firecheckout .page-wrapper main .page-title-wrapper .authentication-wrapper .action-auth-toggle:hover span {
    color: #FFFFFF !important;
}

/* containers */
.checkout-index-index.firecheckout .page-wrapper main #checkout .opc-wrapper .opc > li,
.checkout-index-index.firecheckout .page-wrapper main #checkout .opc-sidebar {
    padding: 24px 30px;
    box-shadow: 0px 0px 30px #BCCBD1 !important;
    border: none;
    border-radius: 10px;
}

.checkout-index-index.firecheckout .page-wrapper main #checkout .opc-wrapper .opc > li .step-title,
.checkout-index-index.firecheckout .page-wrapper main #checkout .opc-sidebar .step-title {
    line-height: 28px;
    font-size: 22px;
    font-weight: 400;
    color: #002840;
    letter-spacing: 0;
}

/* billing and shipping addresses */
.checkout-index-index.firecheckout.fc-form-tooltips #checkout .field .field-tooltip,
.checkout-index-index.firecheckout.fc-form-tooltips .modal-custom .field .field-tooltip,
.checkout-index-index.firecheckout.fc-form-tooltips .modal-popup .field .field-tooltip {
    top: 12px !important;
}

.checkout-index-index.firecheckout.fc-form-tooltips #checkout .field .field-tooltip .label,
.checkout-index-index.firecheckout.fc-form-tooltips .modal-custom .field .field-tooltip .label,
.checkout-index-index.firecheckout.fc-form-tooltips .modal-popup .field .field-tooltip .label {
    display: none;
}

.checkout-index-index.firecheckout .page-wrapper main #checkout .opc-wrapper .opc > li.checkout-shipping-address .form.form-login {
    border-color: #00000017;
    margin-bottom: 0;
}

.checkout-index-index.firecheckout .page-wrapper main #checkout .opc-wrapper .opc > li.checkout-shipping-address .form.form-login .fieldset input:autofill {
    background-color: rgba(9, 119, 223, 0.3) !important;
    -webkit-box-shadow: 0 0 0 50px rgba(9, 119, 223, 0.005) inset !important;
}

.checkout-index-index.firecheckout .page-wrapper main #checkout .opc-wrapper .opc > li.checkout-shipping-address .form.form-login .actions-toolbar button {
    height: 40px;
    line-height: 14px;
    padding: 5px 12px;
    background-color: #002840 !important;
    border: 1px solid #002840 !important;
    border-radius: 5px;
    transition: 0.3s;
}

.checkout-index-index.firecheckout .page-wrapper main #checkout .opc-wrapper .opc > li.checkout-shipping-address .form.form-login .actions-toolbar button span {
    line-height: 14px;
    text-transform: initial;
    font-size: 14px;
    font-weight: 500;
    color: #FFFFFF;
}

.checkout-index-index.firecheckout .page-wrapper main #checkout .opc-wrapper .opc > li.checkout-shipping-address .form.form-login .actions-toolbar button:hover {
    background-color: #3DA7F6 !important;
    border: 1px solid #3DA7F6 !important;
}

.checkout-index-index.firecheckout .page-wrapper main #checkout .opc-wrapper .opc > li.checkout-shipping-address .form.form-login .actions-toolbar button:hover span {
    color: #FFFFFF !important;
}

.checkout-index-index.firecheckout .page-wrapper main #checkout .opc-wrapper .opc > li.checkout-shipping-address .form.form-shipping-address {
    margin-top: 0;
}

.checkout-index-index.firecheckout .page-wrapper main #checkout .opc-wrapper .opc > li.checkout-shipping-address .fieldset.checkout-registration .field.fc-field-choice {
    float: left;
    width: 50% !important;
    max-width: none;
}

/* si nasconde il checkbox iscrizione alla newsletter doppio di klavyo */
.checkout-index-index.firecheckout .page-wrapper main #checkout .opc-wrapper .opc > li.checkout-shipping-address .form.form-shipping-address .field[name="shippingAddress.custom_attributes.kl_email_consent"] {
    display: none;
}

.checkout-index-index.firecheckout .page-wrapper main #checkout .opc-wrapper .opc > li.checkout-shipping-address .fieldset > .field,
.checkout-index-index.firecheckout .page-wrapper main #checkout .opc-wrapper .opc > li.checkout-payment-method .fieldset > .field,
.checkout-index-index.firecheckout .modals-wrapper aside.modal-slide .modal-content #opc-new-shipping-address .fieldset > .field {
    width: 50%;
    max-width: none;
}

.checkout-index-index.firecheckout .modals-wrapper aside.modal-slide .modal-content #opc-new-shipping-address .fieldset > .field {
    padding: 4px 6px;
}

.checkout-index-index.firecheckout .page-wrapper main #checkout .opc-wrapper .opc > li.checkout-shipping-address .fieldset > .field.street,
.checkout-index-index.firecheckout .page-wrapper main #checkout .opc-wrapper .opc > li.checkout-payment-method .fieldset > .field.street,
.checkout-index-index.firecheckout .modals-wrapper aside.modal-slide .modal-content #opc-new-shipping-address .fieldset > .field.street {
    width: 100%;
    padding: 4px 0;
}

.checkout-index-index.firecheckout .page-wrapper main #checkout .opc-wrapper .opc > li.checkout-shipping-address .fieldset > .field input,
.checkout-index-index.firecheckout .page-wrapper main #checkout .opc-wrapper .opc > li.checkout-shipping-address .fieldset > .field select,
.checkout-index-index.firecheckout .page-wrapper main #checkout .opc-wrapper .opc > li.checkout-shipping-address .fieldset > .field textarea,
.checkout-index-index.firecheckout .page-wrapper main #checkout .opc-wrapper .opc > li.checkout-payment-method .fieldset > .field input,
.checkout-index-index.firecheckout .page-wrapper main #checkout .opc-wrapper .opc > li.checkout-payment-method .fieldset > .field select,
.checkout-index-index.firecheckout .page-wrapper main #checkout .opc-wrapper .opc > li.checkout-payment-method .fieldset > .field textarea,
.checkout-index-index.firecheckout .modals-wrapper aside.modal-slide .modal-content #opc-new-shipping-address .fieldset > .field input,
.checkout-index-index.firecheckout .modals-wrapper aside.modal-slide .modal-content #opc-new-shipping-address .fieldset > .field select,
.checkout-index-index.firecheckout .modals-wrapper aside.modal-slide .modal-content #opc-new-shipping-address .fieldset > .field textarea {
    height: 41px;
    line-height: 32px;
    padding: 8px 12px !important;
    background-color: #FFF !important;
    border: 1px solid #00000017 !important;
    border-radius: 5px !important;
    font-size: 16px;
    font-weight: 400;
    color: #777;
}

.checkout-index-index.firecheckout .page-wrapper main #checkout .opc-wrapper .opc > li.checkout-shipping-address .fieldset > .field input.checkbox,
.checkout-index-index.firecheckout .modals-wrapper aside.modal-slide .modal-content #opc-new-shipping-address .fieldset > .field input.checkbox {
    padding: 8px !important;
}

.checkout-index-index.firecheckout .page-wrapper main #checkout .opc-wrapper .opc > li.checkout-shipping-address .fieldset > .field select,
.checkout-index-index.firecheckout .page-wrapper main #checkout .opc-wrapper .opc > li.checkout-payment-method .fieldset > .field select,
.checkout-index-index.firecheckout .modals-wrapper aside.modal-slide .modal-content #opc-new-shipping-address .fieldset > .field select {
    padding-top: 4px !important;
}

.checkout-index-index.firecheckout .page-wrapper main #checkout .opc-wrapper .opc > li.checkout-shipping-address .fieldset > .field input:focus,
.checkout-index-index.firecheckout .page-wrapper main #checkout .opc-wrapper .opc > li.checkout-shipping-address .fieldset > .field select:focus,
.checkout-index-index.firecheckout .page-wrapper main #checkout .opc-wrapper .opc > li.checkout-shipping-address .fieldset > .field textarea:focus,
.checkout-index-index.firecheckout .page-wrapper main #checkout .opc-wrapper .opc > li.checkout-payment-method .fieldset > .field input:focus,
.checkout-index-index.firecheckout .page-wrapper main #checkout .opc-wrapper .opc > li.checkout-payment-method .fieldset > .field select:focus,
.checkout-index-index.firecheckout .page-wrapper main #checkout .opc-wrapper .opc > li.checkout-payment-method .fieldset > .field textarea:focus,
.checkout-index-index.firecheckout .modals-wrapper aside.modal-slide .modal-content #opc-new-shipping-address .fieldset > .field input:focus
.checkout-index-index.firecheckout .modals-wrapper aside.modal-slide .modal-content #opc-new-shipping-address .fieldset > .field select:focus,
.checkout-index-index.firecheckout .modals-wrapper aside.modal-slide .modal-content #opc-new-shipping-address .fieldset > .field textarea:focus {
    background-color: rgba(9, 119, 223, 0.3) !important;
}

.checkout-index-index.firecheckout.fc-form-hide-labels .form-shipping-address .fieldset div.field:not(.choice) > .label,
.checkout-index-index.firecheckout.fc-form-hide-labels #checkout .form-login .fieldset div.field:not(.choice) > .label,
.checkout-index-index.firecheckout.fc-form-hide-labels #maincontent .block-authentication .fieldset div.field:not(.choice) > .label,
.checkout-index-index.firecheckout.fc-form-hide-labels #checkout .checkout-shipping-address .fieldset div.field:not(.choice) > .label,
.checkout-index-index.firecheckout.fc-form-hide-labels #checkout .checkout-billing-address .fieldset div.field:not(.choice) > .label,
.checkout-index-index.firecheckout .modals-wrapper aside.modal-slide .modal-content #opc-new-shipping-address .fieldset div.field:not(.choice) > .label {
    position: static !important;
    font-size: 14px;
    margin-bottom: 4px;
    opacity: 1;
}

.checkout-index-index.firecheckout.fc-form-hide-labels .form-shipping-address .fieldset div.field:not(.choice) .note,
.checkout-index-index.firecheckout.fc-form-hide-labels #checkout .form-login .fieldset div.field:not(.choice) .note,
.checkout-index-index.firecheckout.fc-form-hide-labels #maincontent .block-authentication .fieldset div.field:not(.choice) .note,
.checkout-index-index.firecheckout.fc-form-hide-labels #checkout .checkout-shipping-address .fieldset div.field:not(.choice) .note,
.checkout-index-index.firecheckout.fc-form-hide-labels #checkout .checkout-billing-address .fieldset div.field:not(.choice) .note {
    font-size: 1em;
}

.checkout-index-index.firecheckout.fc-form-hide-labels #checkout .checkout-shipping-address .shipping-address-items .shipping-address-item {
    border-color: #3DA7F6;
}

.checkout-index-index.firecheckout.fc-form-hide-labels #checkout .checkout-shipping-address .shipping-address-items .shipping-address-item:after {
    background: #3DA7F6;
}

.checkout-index-index.firecheckout .page-wrapper main #checkout .opc-wrapper .opc > li.checkout-shipping-address .fieldset > .field .fcc-container,
.checkout-index-index.firecheckout .page-wrapper main #checkout .opc-wrapper .opc > li.checkout-payment-method .fieldset > .field .fcc-container,
.checkout-index-index.firecheckout .modals-wrapper aside.modal-slide .modal-content #opc-new-shipping-address .fieldset > .field .fcc-container {
    width: calc(200% + 12px);
}

.checkout-index-index.firecheckout .page-wrapper main #checkout .opc-wrapper .opc > li.checkout-shipping-address .fieldset > .field .fcc-container button,
.checkout-index-index.firecheckout .page-wrapper main #checkout .opc-wrapper .opc > li.checkout-payment-method .fieldset > .field .fcc-container button,
.checkout-index-index.firecheckout .modals-wrapper aside.modal-slide .modal-content #opc-new-shipping-address .fieldset > .field .fcc-container button {
    height: 30px;
    background-color: #FFFFFF !important;
    border-color: #FFFFFF !important;
    color: #002840;
}

.checkout-index-index.firecheckout .page-wrapper main #checkout .opc-wrapper .opc > li.checkout-shipping-address .fieldset > .field .fcc-container button:hover,
.checkout-index-index.firecheckout .page-wrapper main #checkout .opc-wrapper .opc > li.checkout-payment-method .fieldset > .field .fcc-container button:hover,
.checkout-index-index.firecheckout .modals-wrapper aside.modal-slide .modal-content #opc-new-shipping-address .fieldset > .field .fcc-container button:hover {
    color: #3DA7F6;
}

.checkout-index-index.firecheckout .page-wrapper main #checkout .opc-wrapper .opc > li.checkout-shipping-address .fieldset > .field .fcc-container .fiscal-code-calculator-form,
.checkout-index-index.firecheckout .page-wrapper main #checkout .opc-wrapper .opc > li.checkout-payment-method .fieldset > .field .fcc-container .fiscal-code-calculator-form,
.checkout-index-index.firecheckout .modals-wrapper aside.modal-slide .modal-content #opc-new-shipping-address .fieldset > .field .fcc-container .fiscal-code-calculator-form {
    padding: 24px 30px;
    background: #FCFCFC;
    border: 1px solid #00000017;
    border-radius: 8px;
}

.checkout-index-index.firecheckout .page-wrapper main #checkout .opc-wrapper .opc > li.checkout-shipping-address .fieldset > .field .fcc-container .fiscal-code-calculator-form {
    margin-left: calc(-50% - 6px);
    margin-right: calc(50% + 6px);
}

.checkout-index-index.firecheckout .page-wrapper main #checkout .opc-wrapper .opc > li.checkout-payment-method .fieldset > .field .fcc-container .fiscal-code-calculator-form {
    margin-left: calc(-50% - 6px);
    margin-right: calc(50% + 6px);
}

.checkout-index-index.firecheckout .page-wrapper main #checkout .opc-wrapper .opc > li.checkout-shipping-address .fieldset > .field .fcc-container .fiscal-code-calculator-form .field,
.checkout-index-index.firecheckout .page-wrapper main #checkout .opc-wrapper .opc > li.checkout-payment-method .fieldset > .field .fcc-container .fiscal-code-calculator-form .field,
.checkout-index-index.firecheckout .modals-wrapper aside.modal-slide .modal-content #opc-new-shipping-address .fieldset > .field .fcc-container .fiscal-code-calculator-form .field {
    width: 49%;
    padding-top: 0;
    padding-bottom: 16px;
}

.checkout-index-index.firecheckout .page-wrapper main #checkout .opc-wrapper .opc > li.checkout-shipping-address .fieldset > .field .fcc-container .fiscal-code-calculator-form .field label,
.checkout-index-index.firecheckout .page-wrapper main #checkout .opc-wrapper .opc > li.checkout-payment-method .fieldset > .field .fcc-container .fiscal-code-calculator-form .field label,
.checkout-index-index.firecheckout .modals-wrapper aside.modal-slide .modal-content #opc-new-shipping-address .fieldset > .field .fcc-container .fiscal-code-calculator-form .field label {
    display: none;
}

.checkout-index-index.firecheckout .page-wrapper main #checkout .opc-wrapper .opc > li.checkout-shipping-address .fieldset > .field .fcc-container .fiscal-code-calculator-form .field:nth-child(5) label,
.checkout-index-index.firecheckout .page-wrapper main #checkout .opc-wrapper .opc > li.checkout-payment-method .fieldset > .field .fcc-container .fiscal-code-calculator-form .field:nth-child(5) label,
.checkout-index-index.firecheckout .modals-wrapper aside.modal-slide .modal-content #opc-new-shipping-address .fieldset > .field .fcc-container .fiscal-code-calculator-form .field:nth-child(5) label {
    display: inline-block;
    width: 100%;
}

.checkout-index-index.firecheckout .page-wrapper main #checkout .opc-wrapper .opc > li.checkout-shipping-address .fieldset > .field .fcc-container .fiscal-code-calculator-form .field:nth-child(5) .control,
.checkout-index-index.firecheckout .page-wrapper main #checkout .opc-wrapper .opc > li.checkout-payment-method .fieldset > .field .fcc-container .fiscal-code-calculator-form .field:nth-child(5) .control,
.checkout-index-index.firecheckout .modals-wrapper aside.modal-slide .modal-content #opc-new-shipping-address .fieldset > .field .fcc-container .fiscal-code-calculator-form .field:nth-child(5) .control {
    width: 32%;
    margin-right: 2%;
}

.checkout-index-index.firecheckout .page-wrapper main #checkout .opc-wrapper .opc > li.checkout-payment-method .fieldset > .field .fcc-container .fiscal-code-calculator-form .field:nth-child(5) .control:last-child {
    margin-right: 0;
}

.checkout-index-index.firecheckout .page-wrapper main #checkout .opc-wrapper .opc > li.checkout-shipping-address .fieldset > .field .fcc-container .fiscal-code-calculator-form .actions-toolbar .primary,
.checkout-index-index.firecheckout .page-wrapper main #checkout .opc-wrapper .opc > li.checkout-payment-method .fieldset > .field .fcc-container .fiscal-code-calculator-form .actions-toolbar .primary,
.checkout-index-index.firecheckout .modals-wrapper aside.modal-slide .modal-content #opc-new-shipping-address .fieldset > .field .fcc-container .fiscal-code-calculator-form .primary {
    float: left;
}

.checkout-index-index.firecheckout .page-wrapper main #checkout .opc-wrapper .opc > li.checkout-shipping-address .fieldset > .field .fcc-container .fiscal-code-calculator-form .actions-toolbar .primary button,
.checkout-index-index.firecheckout .page-wrapper main #checkout .opc-wrapper .opc > li.checkout-payment-method .fieldset > .field .fcc-container .fiscal-code-calculator-form .actions-toolbar .primary button,
.checkout-index-index.firecheckout .modals-wrapper aside.modal-slide .modal-content #opc-new-shipping-address .fieldset > .field .fcc-container .fiscal-code-calculator-form .primary button {
    line-height: 1;
    padding: 5px 16px;
    background-color: #092840 !important;
    border: 1px solid #092840 !important;
    border-radius: 5px;
    text-transform: none;
    transition: 0.3s;
}

.checkout-index-index.firecheckout .page-wrapper main #checkout .opc-wrapper .opc > li.checkout-shipping-address .fieldset > .field .fcc-container .fiscal-code-calculator-form .actions-toolbar .primary button span,
.checkout-index-index.firecheckout .page-wrapper main #checkout .opc-wrapper .opc > li.checkout-payment-method .fieldset > .field .fcc-container .fiscal-code-calculator-form .actions-toolbar .primary button span,
.checkout-index-index.firecheckout .modals-wrapper aside.modal-slide .modal-content #opc-new-shipping-address .fieldset > .field .fcc-container .fiscal-code-calculator-form .primary button span {
    font-size: 14px;
    color: #FFFFFF !important;
}

.checkout-index-index.firecheckout .page-wrapper main #checkout .opc-wrapper .opc > li.checkout-shipping-address .fieldset > .field .fcc-container .fiscal-code-calculator-form .actions-toolbar .primary button:hover,
.checkout-index-index.firecheckout .page-wrapper main #checkout .opc-wrapper .opc > li.checkout-payment-method .fieldset > .field .fcc-container .fiscal-code-calculator-form .actions-toolbar .primary button:hover,
.checkout-index-index.firecheckout .modals-wrapper aside.modal-slide .modal-content #opc-new-shipping-address .fieldset > .field .fcc-container .fiscal-code-calculator-form .primary button:hover {
    background-color: #3DA7F6 !important;
    border: 1px solid #3DA7F6 !important;
    transition: 0.3s;
}

.checkout-index-index.firecheckout .page-wrapper main #checkout .opc-wrapper .opc > li.checkout-shipping-address .fieldset > .field .fcc-container .fiscal-code-calculator-form .actions-toolbar .primary button:hover span,
.checkout-index-index.firecheckout .page-wrapper main #checkout .opc-wrapper .opc > li.checkout-payment-method .fieldset > .field .fcc-container .fiscal-code-calculator-form .actions-toolbar .primary button:hover span,
.checkout-index-index.firecheckout .modals-wrapper aside.modal-slide .modal-content #opc-new-shipping-address .fieldset > .field .fcc-container .fiscal-code-calculator-form .primary button:hover span {
    color: #FFFFFF !important;
}

.checkout-index-index.firecheckout .page-wrapper main #checkout .opc-wrapper .opc > li.checkout-shipping-address button.action-show-popup,
.checkout-index-index.firecheckout.fc-form-hide-labels #checkout .checkout-billing-address .fieldset .actions-toolbar .primary button {
    overflow: hidden;
    height: 3rem;
    line-height: 3rem;
    padding: 0 2em;
    background-color: #092840 !important;
    border: 1px solid #092840 !important;
    border-radius: 8px;
    text-transform: none;
    font-size: 1em;
    font-weight: 600;
    letter-spacing: 0;
    transition: 0.3s;
}

.checkout-index-index.firecheckout .page-wrapper main #checkout .opc-wrapper .opc > li.checkout-shipping-address button.action-show-popup span,
.checkout-index-index.firecheckout.fc-form-hide-labels #checkout .checkout-billing-address .fieldset .actions-toolbar .primary button span {
    color: #FFFFFF !important;
}

.checkout-index-index.firecheckout .page-wrapper main #checkout .opc-wrapper .opc > li.checkout-shipping-address button.action-show-popup:hover,
.checkout-index-index.firecheckout.fc-form-hide-labels #checkout .checkout-billing-address .fieldset .actions-toolbar .primary button:hover {
    background-color: #3DA7F6 !important;
    border: 1px solid #3DA7F6 !important;
    transition: 0.3s;
}

.checkout-index-index.firecheckout .page-wrapper main #checkout .opc-wrapper .opc > li.checkout-shipping-address button.action-show-popup:hover span,
.checkout-index-index.firecheckout.fc-form-hide-labels #checkout .checkout-billing-address .fieldset .actions-toolbar .primary button:hover span {
    color: #FFFFFF !important;
}

/* shipping method */
.checkout-index-index.firecheckout .page-wrapper main #checkout .opc-wrapper .opc > li.checkout-shipping-method .methods-shipping table tr td:nth-of-type(3) {
    flex-grow: 4;
}

.checkout-index-index.firecheckout .page-wrapper main #checkout .opc-wrapper .opc > li.checkout-shipping-method .methods-shipping table tr td[data-bind*="amstorepick_comment"] {
    padding: 0 10px 10px 10px;
    font-size: 12px;
}

/* payment method */
.checkout-index-index.firecheckout .page-wrapper main #checkout .opc-wrapper .opc > li.checkout-payment-method .payment-methods .payment-method .payment-method-title {
    border-top :none;
}

.checkout-index-index.firecheckout .page-wrapper main #checkout .opc-wrapper .opc > li.checkout-payment-method .payment-methods .payment-method .payment-method-title label i {
    vertical-align: middle;
    font-size: 42px;
}

.checkout-index-index.firecheckout .page-wrapper main #checkout .opc-wrapper .opc > li.checkout-payment-method .payment-methods .payment-method .payment-method-title label[for="checkmo"] {
    display: inline-block;
    padding-top: 10px;
    padding-left: 62px;
}

.checkout-index-index.firecheckout .page-wrapper main #checkout .opc-wrapper .opc > li.checkout-payment-method .payment-methods .payment-method .payment-method-title label[for="checkmo"] i {
    position: absolute;
    top: 10px;
    left: 27px;
}

.checkout-index-index.firecheckout .page-wrapper main #checkout .opc-wrapper .opc > li.checkout-payment-method .payment-methods .payment-method.payment-method-xpay .payment-method-title .xpay-card-types {
    display: inline-block;
    vertical-align: middle;
}

.checkout-index-index.firecheckout .page-wrapper main #checkout .opc-wrapper .opc > li.checkout-payment-method .payment-methods .payment-method.payment-method-xpay .payment-method-content .card-logos-container {
    display: none !important;
}

.checkout-index-index.firecheckout .page-wrapper main #checkout .opc-wrapper .opc > li.checkout-payment-method .payment-methods .payment-method.payment-method-paypal-express .payment-method-content {
    display: none !important;
}

/* order comment */
.checkout-index-index.firecheckout .page-wrapper main #checkout .opc-wrapper .opc > li.checkout-payment-method .fieldset .swissup-checkout-fields .field {
    width: 100%;
}

.checkout-index-index.firecheckout .page-wrapper main #checkout .opc-wrapper .opc > li.checkout-payment-method .fieldset .swissup-checkout-fields .field textarea {
    height: 120px;
}

/* discount and rewards block */
.checkout-index-index.firecheckout .page-wrapper main #checkout .opc-sidebar .opc-block-summary .payment-option {
    margin-bottom: 15px;
}

.checkout-index-index.firecheckout .page-wrapper main #checkout .opc-sidebar .opc-block-summary .payment-option .payment-option-title span {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    color: #222529;
}

.checkout-index-index.firecheckout .page-wrapper main #checkout .opc-sidebar .opc-block-summary .payment-option .form.form-discount input,
.checkout-index-index.firecheckout .page-wrapper main #checkout .opc-sidebar .opc-block-summary .payment-option .form.form-reward input {
    height: 43px;
    line-height: 32px;
    padding: 8px 12px !important;
    background-color: #FFF !important;
    border: 1px solid #00000017 !important;
    border-right: none !important;
    border-radius: 5px !important;
    font-size: 16px;
    font-weight: 400;
    color: #777;
}

.checkout-index-index.firecheckout .page-wrapper main #checkout .opc-sidebar .opc-block-summary .payment-option .form.form-reward {
    max-width: 500px;
}

.checkout-index-index.firecheckout .page-wrapper main #checkout .opc-sidebar .opc-block-summary .payment-option .form.form-reward .payment-option-inner {
    display: table;
    width: 100%;
}

.checkout-index-index.firecheckout .page-wrapper main #checkout .opc-sidebar .opc-block-summary .payment-option .form.form-reward .payment-option-inner .field,
.checkout-index-index.firecheckout .page-wrapper main #checkout .opc-sidebar .opc-block-summary .payment-option .form.form-reward .payment-option-inner .actions-toolbar {
    display: table-cell;
}

.checkout-index-index.firecheckout .page-wrapper main #checkout .opc-sidebar .opc-block-summary .payment-option .form.form-discount input::-webkit-input-placeholder,
.checkout-index-index.firecheckout .page-wrapper main #checkout .opc-sidebar .opc-block-summary .payment-option .form.form-reward input::-webkit-input-placeholder {
    font-style: normal !important;
    color: #002740 !important;
}

.checkout-index-index.firecheckout .page-wrapper main #checkout .opc-sidebar .opc-block-summary .payment-option .form.form-discount input::-moz-placeholder,
.checkout-index-index.firecheckout .page-wrapper main #checkout .opc-sidebar .opc-block-summary .payment-option .form.form-reward input::-moz-placeholder {
    font-style: normal !important;
    color: #002740 !important;
}

.checkout-index-index.firecheckout .page-wrapper main #checkout .opc-sidebar .opc-block-summary .payment-option .form.form-discount input::-ms-placeholder,
.checkout-index-index.firecheckout .page-wrapper main #checkout .opc-sidebar .opc-block-summary .payment-option .form.form-reward input::-ms-placeholder {
    font-style: normal !important;
    color: #002740 !important;
}

.checkout-index-index.firecheckout .page-wrapper main #checkout .opc-sidebar .opc-block-summary .payment-option .form.form-discount input::placeholder,
.checkout-index-index.firecheckout .page-wrapper main #checkout .opc-sidebar .opc-block-summary .payment-option .form.form-reward input::placeholder {
    font-style: normal !important;
    color: #002740 !important;
}

.checkout-index-index.firecheckout .page-wrapper main #checkout .opc-sidebar .opc-block-summary .payment-option .form.form-discount .actions-toolbar .primary button,
.checkout-index-index.firecheckout .page-wrapper main #checkout .opc-sidebar .opc-block-summary .payment-option .form.form-reward .actions-toolbar .primary button {
    padding: 5px 24px 4px 24px;
    background-color: #092840 !important;
    border: 1px solid #092840 !important;
    border-left: none;
    border-radius: 8px !important;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    margin-right: 5px;
    margin-left: -1px;
    text-transform: none;
    transition: 0.3s;
    -webkit-animation: none;
    animation: none;
}

.checkout-index-index.firecheckout .page-wrapper main #checkout .opc-sidebar .opc-block-summary .payment-option .form.form-reward .actions-toolbar {
    width: 40%;
    vertical-align: middle;
}

.checkout-index-index.firecheckout .page-wrapper main #checkout .opc-sidebar .opc-block-summary .payment-option .form.form-reward .actions-toolbar .primary {
    width: 100%;
}

.checkout-index-index.firecheckout .page-wrapper main #checkout .opc-sidebar .opc-block-summary .payment-option .form.form-reward .actions-toolbar .primary button {
    height: 43px;
    margin-left: 0;
}

.checkout-index-index.firecheckout .page-wrapper main #checkout .opc-sidebar .opc-block-summary .payment-option .form.form-discount .actions-toolbar .primary button span,
.checkout-index-index.firecheckout .page-wrapper main #checkout .opc-sidebar .opc-block-summary .payment-option .form.form-reward .actions-toolbar .primary button span {
    color: #FFFFFF !important;
}

.checkout-index-index.firecheckout .page-wrapper main #checkout .opc-sidebar .opc-block-summary .payment-option .form.form-discount .actions-toolbar .primary button:hover,
.checkout-index-index.firecheckout .page-wrapper main #checkout .opc-sidebar .opc-block-summary .payment-option .form.form-reward .actions-toolbar .primary button:hover {
    background-color: #3DA7F6 !important;
    border: 1px solid #3DA7F6 !important;
    transition: 0.3s;
}

.checkout-index-index.firecheckout .page-wrapper main #checkout .opc-sidebar .opc-block-summary .payment-option .form.form-discount .actions-toolbar .primary button:hover span
.checkout-index-index.firecheckout .page-wrapper main #checkout .opc-sidebar .opc-block-summary .payment-option .form.form-reward .actions-toolbar .primary button:hover span {
    color: #FFFFFF !important;
}

.checkout-index-index.firecheckout .page-wrapper main #checkout .opc-sidebar .opc-block-summary .amrewards-highlight-container {
    width: 100%;
    line-height: 22px;
    padding: 0.4rem;
    background: #FFF5E1;
    border-radius: 8px;
    margin: 0 0 1rem 0 !important;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
}

.checkout-index-index.firecheckout .page-wrapper main #checkout .opc-sidebar .opc-block-summary .amrewards-highlight-container::before {
    content: '';
    margin: 0;
}

.checkout-index-index.firecheckout .page-wrapper main #checkout .opc-sidebar .opc-block-summary .amrewards-highlight-container .caption {
    margin: 0 auto;
}

.checkout-index-index.firecheckout .page-wrapper main #checkout .opc-sidebar .opc-block-summary .amrewards-highlight-container .caption strong,
.checkout-index-index.firecheckout .page-wrapper main #checkout .opc-sidebar .opc-block-summary .amrewards-highlight-container .caption strong b {
    line-height: inherit;
    font-size: inherit;
    font-weight: inherit;
    color: #002840;
}

.checkout-index-index.firecheckout .page-wrapper main #checkout .opc-sidebar .opc-block-summary .amrewards-highlight-container .caption strong b {
    font-weight: 600;
    color: #FEA831;
}

.checkout-index-index.firecheckout .page-wrapper main #checkout .opc-sidebar .opc-block-summary .amrewards-highlight-container .caption strong::before {
    margin-right: 2px;
    vertical-align: sub;
    content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTciIHZpZXdCb3g9IjAgMCAxNyAxNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNOC41IDE2QzEyLjY0MjEgMTYgMTYgMTIuNjQyMSAxNiA4LjVDMTYgNC4zNTc4NiAxMi42NDIxIDEgOC41IDFDNC4zNTc4NiAxIDEgNC4zNTc4NiAxIDguNUMxIDEyLjY0MjEgNC4zNTc4NiAxNiA4LjUgMTZaIiBmaWxsPSIjRjdDOTVDIiBzdHJva2U9ImJsYWNrIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48ZyBjbGlwLXBhdGg9InVybCgjY2xpcDBfMTM4MV83NzUpIj48cGF0aCBkPSJNMTAuNzkzOCAxMS4zMTMxQzEwLjI4MjcgMTEuODUwOCA5LjYyODE5IDEyLjE0NyA4Ljk1MDk0IDEyLjE0N0M3Ljg0MDk0IDEyLjE0NyA2Ljg3OTg0IDExLjM2NzUgNi40Mjc1MSAxMC4yNDA3SDkuNTEwNzNDOS43NzgwOCAxMC4yNDA3IDkuOTk0ODUgMTAuMDI0IDkuOTk0ODUgOS43NTY2MkM5Ljk5NDg1IDkuNDg5MjYgOS43NzgwOCA5LjI3MjQ5IDkuNTEwNzMgOS4yNzI0OUg2LjE4MTQ5QzYuMTYyNDUgOS4xMTQyMiA2LjE1MjA1IDguOTUyNzYgNi4xNTIwNSA4Ljc4ODM1QzYuMTUyMDUgOC42MDI5IDYuMTY1MTEgOC40MjExMSA2LjE4OTQ3IDguMjQzN0g5LjUxMDczQzkuNzc4MDggOC4yNDM3IDkuOTk0ODUgOC4wMjY5MyA5Ljk5NDg1IDcuNzU5NThDOS45OTQ4NSA3LjQ5MjIyIDkuNzc4MDggNy4yNzU0MyA5LjUxMDczIDcuMjc1NDNINi40NTMyN0M2LjkxNTI5IDYuMTgxNjUgNy44NjEwNCA1LjQyOTY5IDguOTUwOTQgNS40Mjk2OUM5LjYyODE5IDUuNDI5NjkgMTAuMjgyNyA1LjcyNTg4IDEwLjc5MzggNi4yNjM1MkMxMC45Nzc5IDYuNDU3MTkgMTEuMjg0MSA2LjQ2NTE1IDExLjQ3ODIgNi4yODA5NUMxMS42NzIgNi4wOTY2OCAxMS42Nzk3IDUuNzkwMjUgMTEuNDk1NyA1LjU5NjQ5QzEwLjggNC44NjQ2IDkuODk2MjggNC40NjE1NSA4Ljk1MTA2IDQuNDYxNTVDNy4zMzcwOCA0LjQ2MTU1IDUuOTU3NDUgNS42MzM3NiA1LjQyMjA3IDcuMjc1NTdINC4xMjQ3NUMzLjg1NzM5IDcuMjc1NTcgMy42NDA2MiA3LjQ5MjM0IDMuNjQwNjIgNy43NTk3QzMuNjQwNjIgOC4wMjcwNSAzLjg1NzM5IDguMjQzODIgNC4xMjQ3NSA4LjI0MzgySDUuMjE0NjNDNS4xOTUwMSA4LjQyMjQ3IDUuMTgzNzkgOC42MDM5IDUuMTgzNzkgOC43ODg0N0M1LjE4Mzc5IDguOTUyMjggNS4xOTIzNSA5LjExMzUyIDUuMjA4MDEgOS4yNzI2MUg0LjEyNDc1QzMuODU3MzkgOS4yNzI2MSAzLjY0MDYyIDkuNDg5MzggMy42NDA2MiA5Ljc1Njc0QzMuNjQwNjIgMTAuMDI0MSAzLjg1NzM5IDEwLjI0MDkgNC4xMjQ3NSAxMC4yNDA5SDUuNDAyODZDNS45MjM2MyAxMS45MTQ0IDcuMzE3MiAxMy4xMTU0IDguOTUwOTQgMTMuMTE1NEM5Ljg5NjI2IDEzLjExNTQgMTAuNzk5OCAxMi43MTIyIDExLjQ5NTUgMTEuOTgwNUMxMS42Nzk2IDExLjc4NjYgMTEuNjcyIDExLjQ4MDMgMTEuNDc4MSAxMS4yOTZDMTEuMjg0NCAxMS4xMTE3IDEwLjk3NzkgMTEuMTE5NCAxMC43OTM4IDExLjMxMzFaIiBmaWxsPSJibGFjayIvPjwvZz48ZGVmcz48Y2xpcFBhdGggaWQ9ImNsaXAwXzEzODFfNzc1Ij48cmVjdCB3aWR0aD0iOC42NTM4NSIgaGVpZ2h0PSI4LjY1Mzg1IiBmaWxsPSJ3aGl0ZSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMy4zMDg1OSA0LjQ2MTU1KSIvPjwvY2xpcFBhdGg+PC9kZWZzPjwvc3ZnPg);
}

/* minicart */
.checkout-index-index.firecheckout .page-wrapper main #checkout .opc-sidebar .items-in-cart .title strong {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    color: #222529;
}

.checkout-index-index.firecheckout .page-wrapper main #checkout .opc-sidebar .items-in-cart {
    margin-top: 16px;
}

.checkout-index-index.firecheckout .page-wrapper main #checkout .opc-sidebar .items-in-cart .minicart-items:after {
    background: none !important;
}

.checkout-index-index.firecheckout .page-wrapper main #checkout .opc-sidebar .items-in-cart .minicart-items .product-item {
    padding: 15px 0 0 0;
}

.checkout-index-index.firecheckout .page-wrapper main #checkout .opc-sidebar .items-in-cart .minicart-items .product-item .product {
    border-bottom: 1px solid #002840;
}

.checkout-index-index.firecheckout .page-wrapper main #checkout .opc-sidebar .items-in-cart .minicart-items .product-item .product .product-image-container {
    width: 60px;
    height: 60px;
    margin-right: 16px;
}

.checkout-index-index.firecheckout .page-wrapper main #checkout .opc-sidebar .items-in-cart .minicart-items .product-item .product .product-item-details {
    padding: 0;
}

.checkout-index-index.firecheckout .page-wrapper main #checkout .opc-sidebar .items-in-cart .minicart-items .product-item .product .product-item-name {
    width: 90%;
    text-overflow: unset;
    white-space: normal;
}

.checkout-index-index.firecheckout .page-wrapper main #checkout .opc-sidebar .items-in-cart .minicart-items .product-item .product .details-qty span.label {
    margin-right: 4px;
}

.checkout-index-index.firecheckout .page-wrapper main #checkout .opc-sidebar .items-in-cart .minicart-items .product-item .product .subtotal {
    vertical-align: bottom;
}

.checkout-index-index.firecheckout .page-wrapper main #checkout .opc-sidebar .items-in-cart .minicart-items .product-item .product .subtotal span.price {
    color: #002840;
}

.checkout-index-index.firecheckout .page-wrapper main #checkout .opc-sidebar .items-in-cart .minicart-items .product-item .product .options {
    border-bottom: none;
}

.checkout-index-index.firecheckout .page-wrapper main #checkout .opc-sidebar .items-in-cart .minicart-items .product-item .product .options .toggle {
    display: none;
}

.checkout-index-index.firecheckout .page-wrapper main #checkout .opc-sidebar .items-in-cart .minicart-items .product-item .product .options .content {
    display: inline-block !important;
    padding-top: 0;
    margin-top: 0;
}

.checkout-index-index.firecheckout .page-wrapper main #checkout .opc-sidebar .items-in-cart .minicart-items .product-item .product .options .content .item-options {
    margin-bottom: 0;
}

.checkout-index-index.firecheckout .page-wrapper main #checkout .opc-sidebar .items-in-cart .minicart-items .product-item .product .options .content .item-options dt {
    float: left;
    clear: left;
    margin: 0 0.5em 0 0;
}

.checkout-index-index.firecheckout .page-wrapper main #checkout .opc-sidebar .items-in-cart .minicart-items .product-item .product .options .content .item-options dt:after {
    content: ": ";
}

.checkout-index-index.firecheckout .page-wrapper main #checkout .opc-sidebar .items-in-cart .minicart-items .product-item .product .options .content .item-options dd {
    float: left;
    margin: 0 0.5em 0 0;
}

/* totals */
.checkout-index-index.firecheckout .page-wrapper main #checkout .opc-sidebar .table-totals {
    border-top: none;
    margin-bottom: 0;
}

.checkout-index-index.firecheckout .page-wrapper main #checkout .opc-sidebar .table-totals tbody tr:not(.grand.totals) th,
.checkout-index-index.firecheckout .page-wrapper main #checkout .opc-sidebar .table-totals tbody tr:not(.grand.totals) td {
    font-size: 16px;
    color: #002840;
}

.checkout-index-index.firecheckout .page-wrapper main #checkout .opc-sidebar .table-totals .shipping.totals th span.value {
    display: inline-block;
    margin-left: 0;
    font-size: 14px;
    color: #6C777E;
    font-weight: 400;
}

.checkout-index-index.firecheckout .page-wrapper main #checkout .opc-sidebar .table-totals .grand.totals th,
.checkout-index-index.firecheckout .page-wrapper main #checkout .opc-sidebar .table-totals .grand.totals td {
    border-top: 1px solid #e7e7e7;
    color: #002840;
}

.checkout-index-index.firecheckout .page-wrapper main #checkout .opc-sidebar .table-totals .grand.totals .mark strong {
    padding-top: 8px;
}

.checkout-index-index.firecheckout .page-wrapper main #checkout .opc-sidebar .table-totals .grand.totals .amount {
    line-height: 1.4;
    font-size: 22px;
    font-weight: 700;
}

.checkout-index-index.firecheckout .page-wrapper main #checkout .opc-sidebar .estimatedDeliveryDate {
display: none; /* blocco nascosto temporaneamente fino a risoluzione problemi estimated delivery date */
    background: #FFFFFF;
    margin: 0 !important;
    text-align: center;
    color: #002840;
}

.checkout-index-index.firecheckout .page-wrapper main #checkout .opc-sidebar .estimatedDeliveryDate i {
    vertical-align: sub;
    font-size: 18px;
}

.checkout-index-index.firecheckout .page-wrapper main #checkout .opc-sidebar .estimatedDeliveryDate .message {
    padding-left: 0;
}

/* agreements */
.checkout-index-index.firecheckout .page-wrapper main #checkout .opc-sidebar .checkout-agreements {
    margin: 0;
}

.checkout-index-index.firecheckout .page-wrapper main #checkout .opc-sidebar .checkout-agreements .checkout-agreement label button {
    height: 19px;
    background-color: #FFFFFF !important;
    border: none !important;
    margin-left: 4px;
    vertical-align: top;
}

.checkout-index-index.firecheckout .page-wrapper main #checkout .opc-sidebar .checkout-agreements .checkout-agreement label button span {
    line-height: 19px;
    font-size: 14px;
    font-weight: 400;
    color: #002840;
}

/* gdpr */
.checkout-index-index.firecheckout .page-wrapper main #checkout .opc-sidebar .amasty-gdpr-consent {
    padding: 6px 20px 6px 0;
}

.checkout-index-index.firecheckout .page-wrapper main #checkout .opc-sidebar .amasty-gdpr-consent label {
    margin-bottom: 5px;
}

/* action */
.checkout-index-index.firecheckout .page-wrapper main #checkout .opc-sidebar .actions-toolbar {
    margin-right: 0;
    margin-left: 0;
}

.checkout-index-index.firecheckout .page-wrapper main #checkout .opc-sidebar .actions-toolbar button {
    width: 100%;
    height: 4rem;
    line-height: 2rem;
    background: #24BC45;
    box-shadow: 0 0 0 0 #24bc4591;
    border: none;
    border-radius: 8px;
    text-transform: none;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0;
    -webkit-animation: pulsing 1s cubic-bezier(0.66, 0, 0, 1) infinite;
    animation: pulsing 1s cubic-bezier(0.66, 0, 0, 1) infinite;
}

.checkout-index-index.firecheckout .page-wrapper main #checkout .opc-sidebar .actions-toolbar button:hover {
    background: #14a032;
    transition: 0.3s;
}

/* la chat whatsapp non è visibile nella pagina di checkout */
.checkout-index-index.firecheckout #chatwhatsapp {
    display: none;
}

/* nascondere il messaggio dell'estimated delivery date dalla cima della pagina */
.checkout-index-index.firecheckout .page-wrapper main > .delivery-message-container {
    display: none;
}

/**
 * Success Page
 */
.checkout-onepage-success main#maincontent {
    max-width: 1700px;
}

.checkout-onepage-success main .columns .column {
    padding-bottom: 0;
}

.checkout-onepage-success main .columns .column .checkout-success,
.checkout-onepage-success main .columns .column .checkout-success .checkout-success-container {
    display: block;
    padding:  0;
}

.checkout-onepage-success main .columns .column .checkout-success .checkout-success-container .block.thank-you-note {
    margin-bottom: 60px;
    margin-top: 40px;
    text-align: center !important;
    font-size: 16px;
}

.checkout-onepage-success main .columns .column .checkout-success .checkout-success-container .block.thank-you-note .check-mark {
    width: 60px;
    height: 60px;
    margin: 20px auto;
}

.checkout-onepage-success main .columns .column .checkout-success .checkout-success-container .block.thank-you-note .check-mark .circle,
.checkout-onepage-success main .columns .column .checkout-success .checkout-success-container .block.thank-you-note .check-mark .check {
    stroke: #3da7f6;
    stroke-width: 8px;
}

.checkout-onepage-success main .columns .column .checkout-success .checkout-success-container .block.thank-you-note h1,
.checkout-onepage-success main .columns .column .checkout-success .checkout-success-container .block.thank-you-note h1 a {
    font-size: 2.5rem;
    color: #092840;
    margin-bottom: 2rem;
}

.checkout-onepage-success main .columns .column .checkout-success .checkout-success-container .block.thank-you-note h1 a:hover {
    text-decoration: underline;
}

.checkout-onepage-success main .columns .column .checkout-success .checkout-success-container .order-details-items {
    padding: 0 25px;
    border: none;
    border-radius: 10px;
    margin-bottom: 5rem;
    margin-top: 5rem;
    padding: 40px;
    box-shadow: 0px 0px 30px #cdd7db;
}

.checkout-onepage-success main .columns .column .checkout-success .checkout-success-container .order-details-items .col.price .price-including-tax .price,
.checkout-onepage-success main .columns .column .checkout-success .checkout-success-container .order-details-items .col.subtotal .price-including-tax .price  {
    font-size: 15px;
}

.checkout-onepage-success main .columns .column .checkout-success .checkout-success-container .order-details-items table thead tr th {
    padding-top: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid #002840;
}

.checkout-onepage-success main .columns .column .checkout-success .checkout-success-container .order-details-items table tbody tr td {
    padding-top: 15px;
    padding-bottom: 15px;
}

.checkout-onepage-success main .columns .column .checkout-success .checkout-success-container .order-details-items table tbody tr td.qty li {
    text-align: center;
}

.checkout-onepage-success main .columns .column .checkout-success .checkout-success-container .order-details-items table tbody tr td.name .product-image-container {
    width: 60px !important;
}

.checkout-onepage-success main .columns .column .checkout-success .checkout-success-container .order-details-items table tbody tr td.price .price-excluding-tax,
.checkout-onepage-success main .columns .column .checkout-success .checkout-success-container .order-details-items table tbody tr td.subtotal .price-excluding-tax {
    line-height: 24px;
    font-size: 14px;
}

.checkout-onepage-success main .columns .column .checkout-success .checkout-success-container .order-details-items table tfoot tr th,
.checkout-onepage-success main .columns .column .checkout-success .checkout-success-container .order-details-items table tfoot tr td {
    padding-top: 8px;
    padding-bottom: 0;
}

.checkout-onepage-success main .columns .column .checkout-success .checkout-success-container .order-details-items table tfoot tr:last-of-type th,
.checkout-onepage-success main .columns .column .checkout-success .checkout-success-container .order-details-items table tfoot tr:last-of-type td {
    padding-bottom: 8px;
}

.checkout-onepage-success main .columns .column .checkout-success .checkout-success-container .order-details-items .actions-toolbar {
    display: none;
}

.checkout-onepage-success main .columns .column .checkout-success .checkout-success-container .block.slider-block .section-title {
    margin: 38px 0;
}

.checkout-onepage-success main .columns .column .checkout-success .checkout-success-container .block.slider-block .section-title h2 {
    line-height: 41px;
    font-size: 32px;
    font-weight: 700;
    color: #0977DF;
}

/**
 * Contact Page
 */
.contact-index-index .page-wrapper main {
    padding-top: 0;
    padding-right: 0;
    padding-left: 0;
}

.contact-index-index .page-wrapper main .columns {
    margin: 2.5rem auto 0 auto;
}

.contact-index-index .page-wrapper main .columns .column .form.contact legend span,
.contact-index-index .page-wrapper main .columns .column .contact-info .contacts-title {
    font-size: 24px;
    font-weight: 600;
    color: #092840;
}

.contact-index-index .page-wrapper main .columns .column .form.contact .fieldset {
    position: relative;
    margin-bottom: 5px;
}

.contact-index-index .page-wrapper main .columns .column .form.contact .fieldset label {
    font-size: 14px;
    font-weight: 500;
    color: #002840;
}

.contact-index-index .page-wrapper main .columns .column .form.contact .fieldset input,
.contact-index-index .page-wrapper main .columns .column .form.contact .fieldset textarea {
    height: auto;
    line-height: 32px;
    padding: 8px 12px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 400;
    color: #002740 !important;
}

.contact-index-index .page-wrapper main .columns .column .form.contact .fieldset textarea {
    height: 168px;
}

.contact-index-index .page-wrapper main .columns .column .form.contact .fieldset .amgdpr-checkbox label {
    vertical-align: sub;
}

.contact-index-index .page-wrapper main .columns .column .contact-info .row .col-md-12 i {
    float: left;
    width: 43px;
    height: 43px;
    line-height: 43px;
    background-color: #0977DF !important;
    border-radius: 6px;
    margin-bottom: 15px;
    text-align: center;
    font-size: 18px;
    color: #FFFFFF;
}

.contact-index-index .page-wrapper main .columns .column .contact-info .row .col-md-12 p {
    line-height: 22px;
    font-size: 16px;
    color: #002840;
}

.contact-index-index .page-wrapper main .columns .column .form.contact .actions-toolbar {
    margin-top: 25px;
}

.contact-index-index .page-wrapper main .columns .column .form.contact .actions-toolbar > .primary {
    float: left;
    width: 40%
}

.contact-index-index .page-wrapper main .columns .column .form.contact .actions-toolbar > .primary button {
    width: 100%;
    height: 3rem;
    line-height: 1rem;
    padding: 1rem 2em !important;
    background-color: #002840 !important;
    border: 1px solid #002840 !important;
    border-radius: 8px;
    text-transform: none;
    font-size: 18px;
    font-weight: 600;
}

.contact-index-index .page-wrapper main .columns .column .form.contact .actions-toolbar > .primary button span {
    color: #FFFFFF !important;
}

.contact-index-index .page-wrapper main .columns .column .form.contact .actions-toolbar > .primary button:hover {
    background-color: #3DA7F6 !important;
    border: 1px solid #3DA7F6 !important;
}

.contact-index-index .page-wrapper main .columns .column .form.contact .actions-toolbar > .primary button:hover span {
    color: #FFFFFF !important;
}

/**
 * Brand Slider
 */
.am-widget-brand-slider {
    padding: 0;
    margin: 0 auto;
}

.am-widget-brand-slider .ambrands-slider.amslider {
    margin: 0;
}

.am-widget-brand-slider .ambrands-slider.amslider .ambrands-inner {
    padding-bottom: 0;
}

.am-widget-brand-slider .ambrands-slider.amslider .ambrands-inner .swiper-container .wrapper {
    justify-content: space-between;
}

.am-widget-brand-slider .ambrands-slider.amslider .ambrands-inner .swiper-container .wrapper .slide,
.am-widget-brand-slider .ambrands-slider.amslider .ambrands-inner .swiper-container .wrapper .slide span {
    margin-right: 0;
    margin-bottom: 0;
}

/**
 * Brands Page
 */
.cms-cerca-per-marchio main .page-title-wrapper {
    padding: 0 0 21px 0;
    background: none;
    text-align: left;
}

.cms-cerca-per-marchio main .page-title-wrapper h1 {
    width: 100%;
    padding-bottom: 9px;
    border-bottom: 2px solid #002840;
}

.cms-cerca-per-marchio main .page-title-wrapper h1 span {
    line-height: 31px;
    font-size: 24px;
    font-weight: 600;
    color: #002840;
    letter-spacing: 0.03em;
}

.cms-cerca-per-marchio main .am-widget-brand-slider {
    padding: 0;
    margin-bottom: 40px;
}

.cms-cerca-per-marchio header .header-bottom .header-row .header-right .menu-left li.marchi a {
    color: #3da7f6;
}

/**
 * Clerk Slider
 */
/* featured products slider */
#clerk-slider-container {
    position: relative;
    margin: 0 -10px;
}

#clerk-slider-container .clerk-slider {
    padding-top: 0;
    padding-bottom: 0;
    border-radius: 10px;
    box-shadow: 0px 0px 30px #dee5e8;
    font-size: 0;
}

#clerk-slider-container .clerk-slider .item-container {
    overflow: visible;
    min-width: 16.67%;
    width: 16.67%;
    max-width: 278.333px;
    padding: 0;
}

#clerk-slider-container .clerk-slider .item-container .item {
    width: 100%;
    padding: 0 10px;
    margin: 0;
}

#clerk-slider-container .clerk-slider .item-container .item .product-item-info {
    height: 490px;
    box-shadow: 0px 0px 30px #cdd7db;
    border-radius: 10px;
    padding: 20px;
}

#clerk-slider-container .clerk-slider .item-container .item .product-item-info:hover {
    box-shadow: 0px 0px 30px #adbac0;
    transition: 0.3s;
}

#clerk-slider-container .clerk-slider .item-container .item .product-item-info > .product-labels {
    position: relative;
    overflow: hidden;
    top: auto;
    left: auto;
    height: 27px !important;
    max-height: 27px !important;
}

#clerk-slider-container .clerk-slider .item-container .item .product-item-info > .product-labels .new-label {
    position: relative;
    float: left;
    width: fit-content !important;
    max-width: fit-content !important;
    height: 27px !important;
    max-height: 27px !important;
    line-height: normal;
    padding: 0 13px !important;
    background-color: #FFF;
    border: 2px solid #FF185E;
    border-radius: 8px;
    margin: 0 5px 0 0;
    text-transform: none;
    font-size: 16px;
    font-weight: 600;
    color: #FF185E;
}

#clerk-slider-container .clerk-slider .item-container .item .product-item-info > .product-labels .bestseller-label {
    position: relative;
    float: left;
    width: fit-content !important;
    max-width: fit-content !important;
    height: 27px !important;
    max-height: 27px !important;
    line-height: normal;
    padding: 0 13px !important;
    background-color: #F1EFFF;
    border: 2px solid #F1EFFF;
    border-radius: 8px;
    margin: 0 5px 0 0;
    text-transform: none;
    font-size: 16px;
    font-weight: 600;
    color: #806EEC;
}

#clerk-slider-container .clerk-slider .item-container .item .product-item-info > .product-labels .flyer-label {
    position: relative;
    float: left;
    width: fit-content !important;
    max-width: fit-content !important;
    height: 27px !important;
    max-height: 27px !important;
    line-height: normal;
    padding: 0 13px !important;
    background-color: #FFF3DC;
    border: 2px solid #FFF3DC;
    border-radius: 8px;
    margin: 0 5px 0 0;
    text-transform: none;
    font-size: 16px;
    font-weight: 600;
    color: #F47700;
}

#clerk-slider-container .clerk-slider .item-container .item .product-item-info > .product-labels .product-label:last-of-type {
    margin-right: 0;
}

#clerk-slider-container .clerk-slider .item-container .item .product-item-info .product-item-photo {
    margin-bottom: 25px;
}

#clerk-slider-container .clerk-slider .item-container .item .product-item-info:hover .product-item-photo {
    box-shadow: none;
}

#clerk-slider-container .clerk-slider .item-container .item .product-item-info .product-item-photo img {
    width: auto;
    height: 210px;
    max-height: 210px;
}

#clerk-slider-container .clerk-slider .item-container .item .product-item-info .product-item-details strong a {
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    width: 100%;
    height: 40px;
    line-height: 22px;
    margin: 0 0 9px 0;
    text-align: left;
    text-overflow: ellipsis;
    font-size: 16px;
    font-weight: 400;
    color: #002840;
    white-space: normal;
}

#clerk-slider-container .clerk-slider .item-container .item .product-item-info .product-item-details .price-box {
    float: left;
    height: 50px;
    margin-bottom: 25px;
}

#clerk-slider-container .clerk-slider .item-container .item .product-item-info .product-item-details .price-box .old-price {
    display: block;
    padding-bottom: 0;
    text-align: left;
}

#clerk-slider-container .clerk-slider .item-container .item .product-item-info .product-item-details .price-box .old-price .price {
    line-height: 22px;
    font-size: 16px;
    font-weight: 500;
    color: #9CAEB9;
}

#clerk-slider-container .clerk-slider .item-container .item .product-item-info .product-item-details .price-box .special-price {
    display: block;
    text-align: left;
}

#clerk-slider-container .clerk-slider .item-container .item .product-item-info .product-item-details .price-box .special-price .price {
    line-height: 27px;
    font-size: 20px;
    font-weight: 600;
    color: #002840;
}

#clerk-slider-container .clerk-slider .item-container .item .product-item-info .product-item-details .product-labels {
    position: relative;
    float: right;
    top: auto;
    left: auto;
    margin-top: 20px;
}

#clerk-slider-container .clerk-slider .item-container .item .product-item-info .product-item-details .product-labels .product-label.sale-label {
    line-height: 22px;
    background: #E0F6FF;
    border-radius: 8px;
    text-transform: lowercase;
    font-size: 16px;
    font-weight: 600;
    color: #0977DF;
}

#clerk-slider-container .clerk-slider .item-container .item .product-item-info .product-item-details .product-item-inner {
    clear: both;
}

#clerk-slider-container .clerk-slider .item-container .item .product-item-info .product-item-details .product-item-inner .product-item-actions {
    margin-bottom: 0;
    width: 100%;
}

#clerk-slider-container .clerk-slider .item-container .item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary {
    width: 100%;
}

#clerk-slider-container .clerk-slider .item-container .item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary button {
    width: 100%;
    height: 4rem;
    line-height: 2rem;
    background: #24BC45;
    border: none;
    border-radius: 8px;
    box-shadow: 0 0 0 0 #24bc4591;
    text-transform: none;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0;
}

#clerk-slider-container .clerk-slider .item-container .item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary button:before {
    display: none;
}

#clerk-slider-container .clerk-slider .item-container .item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary button:hover {
    background: #14a032;
    transition: 0.3s;
}

#clerk-slider-container .clerk-slider .item-container .item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary button span,
#clerk-slider-container .clerk-slider .item-container .item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary button:hover span {
    color: #FFFFFF !important;
}

#clerk-slider-container .clerk-slider .item-container .item .product-item-info .product-item-details .product-item-inner .stock.unavailable {
    margin-top: 22px;
}

#clerk-slider-container .clerk-slider .item-container .item .product-item-info .product-item-details .product-item-inner .stock.unavailable span {
    font-size: 14px;
    color: #D31B1B;
}

#clerk-slider-container .clerk-slider .clerk-slider-nav {
    display: none;
}

/* cart page slider / success page slider */
#cart-others-also-bought .container-width #clerk-slider-container .clerk-slider {
    padding: 25px 0;
    box-shadow: none;
}

#cart-others-also-bought .container-width #clerk-slider-container .clerk-slider .item-container {
    width: 25%;
    max-width: 25%;
}

#cart-others-also-bought .container-width #clerk-slider-container .clerk-slider .item-container .item {
    padding: 0 15px 0 15px;
}

#cart-others-also-bought .container-width #clerk-slider-container .clerk-slider .item-container .item .product-item-info {
    height: 258px;
}

#cart-others-also-bought .container-width #clerk-slider-container .clerk-slider .item-container .item .product-item-info .product-item-photo {
    float: left;
    width: 40%;
    margin-bottom: 0;
}

#cart-others-also-bought .container-width #clerk-slider-container .clerk-slider .item-container .item .product-item-info .product-item-photo img {
    height: 120px;
    max-height: 120px;
}

#cart-others-also-bought .container-width #clerk-slider-container .clerk-slider .item-container .item .product-item-info .product-item-details .product-item-inner .stock.unavailable {
    margin-top: 22px;
}

/**
 * Rimedi per
 */

.category-rimedi-per header .header-bottom .header-row .header-right .menu-left li.trova-rimedio a {
    color: #3da7f6;
}

/**
 * Offerte del mese
 */

.category-offerte-del-mese header .header-bottom .header-row .header-right .menu-right li.offerte-mese a.promo {
  background: #F47700;
  color: #FFF;
}

/**
 * Whatsapp
 */

div#chatwhatsapp.bottom-left a.whatsapp_a {
    background: #3da7f6!important;
}

/**
 * Page 404
 */
.cms-noroute-index .page-wrapper main .clerk h4 {
    display: none;
}

.cms-noroute-index .page-wrapper main .clerk .container-width {
    margin-top: 0;
}

/**
 * CMS Pages
 */
.cms-page-view #maincontent {
    max-width: 1700px!important;
    margin: 0 auto;
}

.static-page .page-title {
    margin: 0 0 20px 0;
    background-color: #092840;
    padding: 8rem 15px;
    border-radius: 10px;
}
.static-page .page-title .content-title {
    max-width: 1200px;
    width: 1300px;
    margin: 0 auto;
}
.static-page .page-title .content-title h1{
    color: #fff;
    margin-bottom: 0;
    font-size: 3.5rem;
}
.static-page .page-title .content-title p{
    color: #fff;
    margin: 0;
    font-size: 1.2rem;
    line-height: 2rem;
}

.container-width.static-information-page {
    margin: 0 auto;
}

/* Page Coupon */

.page-coupon .col-12 {
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    display: grid;
}
.page-coupon .block-coupon {
    display: block;
    float: left;
    border: 2px solid #D1DEE5;
    border-radius: 10px;
    background-color: #f7f9fa;
    position: relative;
    display: inline-block;
}
.page-coupon .block-coupon .coupon-img {
    border-bottom: 2px dashed #D1DEE5;
    padding: 15px;
    background-color: #fff;
    border-radius: 10px 10px 0 0;
}
.page-coupon .block-coupon .title{
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 18px;
    color: #092840;
    padding: 25px 25px 0;
}
.page-coupon .block-coupon .description{
    color: #092840;
    padding: 0 25px;
    margin-bottom: 6rem;
}
.page-coupon .block-coupon .btn-coupon{
    background-color: #092840;
    display: block;
    color: #fff;
    padding: 10px;
    border-radius: 8px;
    font-weight: 500;
    font-size: 16px;
    position: absolute;
    bottom: 0px;
    width: 84%;
    margin: 8%;
}
.page-coupon .block-coupon:hover {
    cursor: pointer;
}
.page-coupon .block-coupon:hover .btn-coupon {
    background-color: #3da7f6;
    transition: 0.3s;
}
.page-coupon {
    margin-bottom: 2rem;
}
.page-coupon .page-title h1 {
    font-size: 30px;
    margin-bottom: 1rem;
}
.page-coupon .page-title p {
    margin-bottom: 4rem;
    font-size: 18px;
    width: 48%;
    margin: 0 auto 4rem;
    line-height: 30px;
}
.page-coupon .page-title img {
    margin-bottom: 20px;
}

/* Punti fedeltà */

.page-fedelity .page-title img {
    margin-bottom: 20px;
}

.page-fedelity .page-title h1 {
    font-size: 38px;
    margin-bottom: 1rem;
}
.page-fedelity .page-title p {
    margin-bottom: 4rem;
    font-size: 18px;
    width: 480;
    margin: 0 auto 1rem;
    line-height: 30px;
}
.page-fedelity .page-title {
    background-color: #fdefef;
    padding: 60px 30px 30px;
    margin-bottom: 4rem;
    border-radius: 10px;
}
.container-width.page-fedelity {
    margin: 2rem auto 0;
}
.page-fedelity p.big {
    font-size: 18px;
    line-height: 36px;
}
.page-fedelity h2,
.page-fedelity h3 {
    font-size: 24px;
    margin-top: 6rem;
}
.page-fedelity .block-coupon {
    display: block;
    border: 2px solid #D1DEE5;
    border-radius: 10px;
    position: relative;
    display: inline-block;
}
.page-fedelity .block-coupon .title{
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 18px;
    color: #092840;
    padding: 0 25px 0;
}
.page-fedelity .block-coupon .icon{
    margin-bottom: 15px;
    font-size: 25px;
    margin-top: 25px;
}
.page-fedelity .block-coupon .description{
    color: #092840;
    padding: 0 25px;
    margin-bottom: 6rem;
}
.page-fedelity .block-coupon .btn-coupon{
    background-color: #092840;
    display: block;
    color: #fff;
    padding: 10px;
    border-radius: 8px;
    font-weight: 500;
    font-size: 16px;
    position: absolute;
    bottom: 0px;
    width: 84%;
    margin: 8%;
}
.page-fedelity  .col-lg-8 {
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    display: grid;
}

.cms-codici-sconto header .header-bottom .header-row .header-right .menu-right li.codici-sconto a,
.cms-codici-sconto header .header-bottom .header-row .header-right .menu-right li.codici-sconto .icon-voucher:before  {
    color: #3da7f6;
}

.cms-afarma-point header .header-bottom .header-row .header-right .menu-right li.afarma-point a,
.cms-afarma-point header .header-bottom .header-row .header-right .menu-right li.afarma-point .icon-hot:before {
    color: #3da7f6;
}

