:root {
    --base-color: black;
    --primary-color: #0048b0;
    --secondary-color: #3abfef;
    --color-special-price: #f71700;
    --color-primary-yellow: #d1d92f;
    --gredient-grey-1: #283139;
    --gradient-bg: #d6d6d6;
    --color-border: #d9ddd3;
    --gradient-grey-2: #313a43;
    --gradient-grey-3: #2a3139;
}


/*@font-face {*/
/*    font-family: 'Arial';*/
/*    src: local('Arial');*/
/*    font-weight: normal*/
/*    font-style: normal;*/
/*}*/

/*@font-face {*/
/*    font-family: 'Arial';*/
/*    src: local('Arial Bold');*/
/*    font-weight: 700;*/
/*    font-style: normal;*/
/*}*/

/*@font-face {*/
/*    font-family: 'Arial';*/
/*    src: local('Arial Italic');*/
/*    font-weight: normal;*/
/*    font-style: italic;*/
/*}*/

/*@font-face {*/
/*    font-family: 'Arial';*/
/*    src: local('Arial Bold Italic');*/
/*    font-weight: 700;*/
/*    font-style: italic;*/
/*}*/


._keyfocus *:focus, input:not([disabled]):focus, textarea:not([disabled]):focus, select:not([disabled]):focus{
    box-shadow: none !important;
}

body {
    font: 14px "Open Sans", Arial, sans-serif;
    color: #2f2f2f;
    font-weight: 400;
}
a:visited, .alink:visited{
    color:black;
}
html .customer-account-edit input.readonly{
    background: #b1afaf82;
    color: #aaacad;
}
.tier_price_table{
    margin-bottom: 20px !important;
}
.tier_price_table .col-inner:nth-child(4n+3),
.tier_price_table .col-inner:nth-child(4n+4) {
    background-color: #ffffff;
}

.tier_price_table .col-inner:nth-child(4n+5),
.tier_price_table .col-inner:nth-child(4n+6) {
    background-color: #f9f9f9;
}
.tier_price_table .head {
    background-color: #00837F;
    font-weight: 500;
    color: white;
    text-align: left;
    padding: 10px;
}
.tier_price_table .col-quote{
    text-align: center;
    font-weight: 500;
    font-style: italic;
    border: 1px solid #e7e7e7;
    padding: 10px;
    border-top:none;
}
.tier_price_table .col-quote a {
    color: var(--primary-color);
}
.tier_price_table .iva_excl {
    font-size: 10px;
    font-weight: 400;
}
.tier_price_table .col-inner {
    padding: 10px;
    color: #000;
    font-weight: bold;
    border-right: 1px solid #e7e7e7;
    border-left: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    padding-left: 15px;
}
.tier_price_table .head:first-of-type {
    border-right: 1px solid #FFF;
}
html .container{
    max-width: 1440px;
}
html .block.upsell,
html .block.related {
    clear: both;
    width: 100%;
}

html body .page-main {
    max-width: 1440px;
    width: 100%;
}

html body .container-top-footer {
    max-width: 1440px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.page-main {
    background: white;
}

body, html a, html .alink, html body .minicart-items .product-item-name a {
    color: var(--base-color);
    text-decoration: none;
}
html .page-main a:visited,
html .page-main .alink:visited{
    /*color: initial !important;*/
}

html .breadcrumbs a, html .breadcrumbs a:hover, html .breadcrumbs a:visited,
html .breadcrumbs strong{
    color: #828282;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
}
#maincontent {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 10px;
}
html .amgdpr-checkbox-container > .amgdpr-label {
    background-color: #f3f3f3;
    border: 2px solid #e5e5e5;
    cursor: pointer;
    height: 220px;
    position: relative;
    width: 220px;
}
.amgdpr-checkbox-container > .amgdpr-checkbox:focus + .amgdpr-label, .amgdpr-checkbox-container > .amgdpr-checkbox:active + .amgdpr-label, .amgdpr-checkbox-container > .amgdpr-label:hover {
    border: 2px solid var(--primary-color);
    box-shadow: 0 5px 10px #eabba6;
}
.amgdprcookie-toggle-cookie .amgdprcookie-input:checked:not([disabled]) + .amgdprcookie-label, .amgdpr-checkbox-container > .amgdpr-checkbox:checked + .amgdpr-label {
    background-color: var(--primary-color);
}
.page-header,
#maincontent {
    background: white;
}

html .page-footer {
    background: black;
    color: white;
    padding: 0;
}

html .logo {
    float: none;
    margin: 0;
}

html .logo img {
    height: auto;
    width: 100%;
    max-width: 215px;
}

#logoblock ul li,
#dxmenuheader ul li {
    list-style: none;
    display: inline-block;
    margin: 0;
}

html #header-top {
    background-color: #313a43 !important;
    color: #838383 !important;
    position: relative;
    z-index: 100;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

html #header-top a {
    color: white;
    text-decoration: none;
}

#product-shipping-time .more-info-btn:hover, .amblog-post-title .post-title:hover, .product-social-links .action.tocompare:hover:before, .product-social-links .action.towishlist:hover:before, .block-bundle-summary .action.towishlist:hover:before, .product-item .action.towishlist:hover:before, .table-comparison .action.towishlist:hover:before, #ms-header-center .iconright a:hover, #ms-header-center .togglemenusx a:hover, #logoblock a:hover {
    text-decoration: none;
    color: var(--primary-color);
}

html .icontopdf {
    padding: 5px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    color: white;
}
.catalog-product-view #garanziapopup .block.related {
    background: #ebf8fb;
    padding-top: 0px !important;
    margin-top: 22px !important;
    width: 100%;
}
#advantagewarranty p {
    text-align: left;
}
#advantagewarranty li {
    list-style: none;
    text-align: left;
}
html #confirmButtons a.checkout {
    width: calc(100% - 52px);
    margin: 0 auto;
    padding: 10px 0px;
    margin-top: 15px;
    background: var(--base-color);
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 20px;
    color: white;
}
html #confirmButtons a.checkout:hover {
    background: #01786f;
}
html #confirmButtons a.checkout::after {
    content: "";
    display: inline-block;
    background-image: url("../image/icon_checkout_b2c.svg");
    width: 31px;
    height: 22px;
    margin-left: 12px;
    background-repeat: no-repeat;
    background-size: contain;
}
#garanziapopup{
    margin-top: 0px;
    border-bottom: solid 1px #dedede;
    padding-bottom: 15px;
    max-width: calc(100% - 30px);
    background: #ebf8fb;
}
#garanziapopup .am-title{
    background: #02a0c6;
    color: white;
}
#garanziapopup .am-related-title{
    background: #02a0c6;
    font-size: 13px;
    margin: 0px;
    margin-bottom: 20px;
}
#garanziapopup .imggaranzia{
    text-align: right;
    padding-right: 18px;
}
#garanziapopup .am-btn-garanzia{
    background: #02a0c6;
    border: none;
    max-width: 350px;
    margin-top: 10px;
}
#garanziapopup .textmsg {
    text-align: left;
    font-size: 13px;
}
#garanziapopup img{
    width: 70px;
    margin-bottom: 10px;
}
#confirmBox {
    max-width: 1000px;
}
.amcart-message-box, .amcart-message-box .related, #confirmBox {
    width: 100%;
}
html .amcart-message-box .added-item {
    font-size: 14px;
    text-decoration: none;
    background: #f4f4f4;
    margin-top: -34px;
    margin-left: 0px;
    margin-right: 0px;
    padding: 0px 27px;
    padding-top: 10px;
    padding-bottom: 4px;
    min-height: 32px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
#confirmBox a, #confirmBox a:hover, #confirmBox a:active, #confirmBox .amrelated-confirm-header {
    color: #3D3C3F;
}
.amcart-message-box, .am-related-box {
    min-width: 100%;
}
#advantagewarranty {
    font-size: 12px;
    max-width: 530px;
    margin: 0 auto;
}
#advantagewarranty ul {
    padding-left: 0px;
    list-style: none;
}
html .icontopdf:hover{
    background: var(--primary-color) !important;
    color: white !important;
    text-decoration: none;
}
.minicart-wrapper .action.showcart:hover{
    background: var(--primary-color) !important;
}

html .minicart-wrapper .action.showcart:before {
    color: white !important;
}

/*SEARCH*/
/*.searchcenter .actions {*/
/*    display: none;*/
/*}*/

.searchcenter .block-search input {
    background-color: #F7F7F7;
    line-height: 40px;
    font-family: inherit;
    font-style: italic;
    border: 3px solid var(--primary-color);
    height: 50px !important;
    font-size: 14px !important;
    padding: 0 10px !important;
    box-shadow: none !important;
    font-weight: 400 !important;
    color: #828282 !important;
    border-radius: 4px;
    cursor: pointer;
}
html .block-minicart .block-content > .actions > .secondary {
    font-size: 20px;
    border: 1px solid black;
    padding: 5px 0;
    line-height: 20px;
}
html .block-minicart .block-content > .actions > .secondary a {
    color: black !important;
    text-decoration: none !important;
}

.mst-searchautocomplete__autocomplete {
    border-color: var(--primary-color) !important;
}

html .block-search .control {
    padding: 0;
}

html body .block-search {
    width: 100%;
    padding: 0;
}

html body .block-search .action.search {
    background: var(--secondary-color);
    width: 50px;
    height: 40px;
    padding: 0 9px;
    right: 0;
    opacity: 1 !important;
    text-transform: uppercase;
    cursor: pointer !important;
    pointer-events: visible !important;
}
html body .block-search .action.search:hover {
    background: #444;
    width: 50px;
    height: 40px;
    padding: 0 9px;
    right: 0;
    opacity: 1 !important;
    text-transform: uppercase;
    cursor: pointer !important;
}

html .block-search .action.search:before {
    color: #444;
}
html .block-search .action.search:hover:before {
    color: white;
}
.block-search input {
    border: none !important;
    background-color: #eaeaea !important;
}

/*SEARCH*/

html .nav-sections {
    margin-bottom: 0;
    background: #D9D9D9;

}

html .navigation {
    background: transparent;
    padding: 0;
}

html .navigation .level0 > .level-top {
    color: #444445;
    text-transform: uppercase;
    display: flex !important;
    align-items: center;
    gap: 12px !important;
    font-weight: 600;
    line-height: 0;
    padding: 10px !important;
}

html .navigation ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

html .navigation .level0 > .level-top:hover,
html .navigation .level0 > .level-top.ui-state-focus {

}

html .navigation .level0 > .level-top:hover {
    color: var(--primary-color);
}

#creditscopy {
    color: white;
    padding: 5px 20px;
    background: var(--primary-color);

    a {
        color: white;
    }

    p {
        margin: 0;
    }
}

html .navigation .level0.active > .level-top,
html .navigation .level0.has-active > .level-top {
    position: relative;
    border: 0;
}


html .iconright {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px 20px;
    font-size: 20px !important;
    flex-wrap: wrap;
}

html .text_login {
    display: block;
    width: 100%;
    font-size: 12px;
}

html .minicart-wrapper {
    margin: 0;
    height: 100%;
}

html .minicart-wrapper .action.showcart:before {
    /*content: '\e0dc' !important;
    font-family: "Font Awesome 6 Pro", sans-serif !important;
    font-weight: 100 !important;
    font-size: 28px;*/
    display: none;
}

html .minicart-wrapper .action.showcart.active:before {
    font-size: 28px;
    display: none;
}

html .block-collapsible-nav .item.current a,
html .block-collapsible-nav .item.current > strong {
    border-color: var(--color-primary-yellow);
}

html .minicart-wrapper .action.showcart .counter.qty {
    border-radius: 100%;
    height: 20px;
    width: 20px;
    line-height: 11px;
    position: initial;
    top: -10px;
    right: -10px;
    margin: 0;
    background: var(--primary-color);
}

html .minicart-wrapper .action.showcart .counter-number {
    text-shadow: none;
    color:white;
}

html .minicart-wrapper .action.showcart .counter-number {
    font-size: 12px;
    line-height: 21px;
}

html .breadcrumbs {
    max-width: 1440px;
    background: white;
    margin: 0 auto;
    padding: 5px 10px;
    display: block;
    width: 100%;
    margin-top: 10px;
}
.catalog-product-view .flag-special-price{
    display: none;
}
.product.details.product-item-details .flag-special-price {
    position: absolute;
    top: 4px;
    background: var(--primary-color);
    color: white;
    padding: 10px 5px;
    border-radius: 0 0 12px 12px;
    font-size: 10px;
    text-align: center;
    font-weight: 700;
    max-width: 62px;
    z-index: 9;
    left: 25px;
}
.percentage {
    font-size: 14px;
}
html .footer.content {
    padding: 0;
    max-width: 100%;
}

html .columns .column.main {
    padding-bottom: 0;
}

/*** NEWSLETTER ***/
html .newsletter_box {
    background: white;
    padding: 0 20px 20px;
}

#newsletter .newsletter-section.theme-border-color {
    padding: 20px;
    border: 1px solid var(--color-primary-yellow);
}

#newsletter i, #newsletter em {
    color: var(--color-primary-yellow);
    font-size: 50px;
    display: inline-block;
    margin: 0 15px 0 16px;
}

#newsletter .text_newsletter {
    margin: 0;
    font-weight: bold;
    color: black;
    font-size: 17px;
}

#newsletter .newsletter-section .field.newsletter .control {
    display: flex;
    align-items: center;
}

html .block.newsletter .field.newsletter {
    width: 100%;
    /*max-width: 100%;*/
}
.footer.content .block {
    float: none !important;
}

#newsletter .block.newsletter {
    max-width: 100%;
    width: 100%;
    margin-bottom: 0;
}

#newsletter .newsletter-section .field.newsletter .control input {
    height: 48px;
    font-size: 14px;
    padding-left: 30px;
    box-shadow: none !important;
    background-color: #fff;
    color: #777777 !important;
    border-color: rgba(0, 0, 0, 0.09) !important;
    margin: 0;
}

#newsletter .block.newsletter .form.subscribe {
    display: flex;
    align-items: center;
}

#newsletter .block.newsletter .control label {
    width: 100%;
}

#newsletter .block.newsletter .actions {
    float: none;
    width: auto;
}

#newsletter .newsletter-section button {
    padding: 10px 35px 10px 30px;
    height: 48px;
    color: #fff;
    background-color: var(--primary-color);
}

/*** NEWSLETTER ***/
html .account .sidebar .nav {
    display: block;
}

html .action.action-show-popup.amcheckout-button.-new-address,
html .action.primary,
.action-primary,
.amshopby-button,
.am-filter-go {
    background: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
}

/*html .action.primary:hover{*/
/*    !*background: #01786f !important;*!*/
/*    !*color: white !important;*!*/
/*}*/

.order-review-form .action.primary, .order-review-form .action.primary, .bundle-actions .action.primary.customize, .bundle-options-container .block-bundle-summary .box-tocart .action.primary, .box-tocart .action.tocart, .cart-summary .checkout-methods-items .action.primary.checkout, .block-minicart .block-content > .actions > .primary .action.primary, .methods-shipping .actions-toolbar .action.primary, .block-authentication .action.action-register, .block-authentication .action.action-login, .checkout-payment-method .payment-method-content > .actions-toolbar > .primary .action.primary, .form-address-edit .actions-toolbar .action.primary, .box-tocart .action.instant-purchase, .multicheckout .action.primary, .order-review-form .amshopby-button, .order-review-form .amshopby-button, .bundle-actions .amshopby-button.customize, .bundle-options-container .block-bundle-summary .box-tocart .amshopby-button, .cart-summary .checkout-methods-items .amshopby-button.checkout, .block-minicart .block-content > .actions > .primary .amshopby-button, .methods-shipping .actions-toolbar .amshopby-button, .checkout-payment-method .payment-method-content > .actions-toolbar > .primary .amshopby-button, .form-address-edit .actions-toolbar .amshopby-button, .multicheckout .amshopby-button, .order-review-form .am-filter-go, .order-review-form .am-filter-go, .bundle-actions .am-filter-go.customize, .bundle-options-container .block-bundle-summary .box-tocart .am-filter-go, .cart-summary .checkout-methods-items .am-filter-go.checkout, .block-minicart .block-content > .actions > .primary .am-filter-go, .methods-shipping .actions-toolbar .am-filter-go, .checkout-payment-method .payment-method-content > .actions-toolbar > .primary .am-filter-go, .form-address-edit .actions-toolbar .am-filter-go, .multicheckout .am-filter-go {
    padding: 7px 15px;
    border-radius: 0;
}
html .amcheckout-step-container .amcheckout-title > .amcheckout-icon:before,
.amcheckout-step-container input[type='checkbox'] + label:hover:before, .amcheckout-step-container input[type='radio'] + label:hover:before, .amcheckout-step-container input[type='checkbox']:checked + label:before, .amcheckout-step-container input[type='radio']:checked + label:before, .amcheckout-step-container input[type='checkbox']:focus + label:before, .amcheckout-step-container input[type='radio']:focus + label:before,
._amcheckout-selectable-item.-selected, .amcheckout-step-container .amcheckout-shipping-address .billing-address-details.-selected, .amcheckout-step-container .amcheckout-shipping-address .shipping-address-details.-selected, .amcheckout-step-container .shipping-address-items .shipping-address-item.-selected, .amcheckout-step-container .shipping-address-items .shipping-address-item.selected-item, .amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method.-selected, .amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method.-selected, .amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method.-selected, .amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method._active,
.amcheckout-step-container .amcheckout-title > .amcheckout-icon:hover,
.amcheckout-step-container .amcheckout-title > .amcheckout-icon:hover:before,
.amcheckout-step-container .amcheckout-title > .amcheckout-icon {
    border-color: var(--primary-color);
    box-shadow: none;
}

html .amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method {
    width: 100%;
}

html .amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method .col {
    width: auto;
}

.abs-discount-block .actions-toolbar .action.primary:not(:focus), .abs-discount-block .actions-toolbar .action.cancel:not(:focus), .block-compare .action.primary:not(:focus), .cart-summary .block .actions-toolbar > .primary .action.primary:not(:focus), .abs-discount-code .form-discount .actions-toolbar .primary .action:not(:focus), .cart-summary .form.giftregistry .fieldset .action.primary:not(:focus), .magento-payments-review-discount .actions-toolbar .action.primary:not(:focus), .magento-payments-review-discount .actions-toolbar .action.cancel:not(:focus), .abs-discount-block .actions-toolbar .amshopby-button:not(:focus), .block-compare .amshopby-button:not(:focus), .cart-summary .block .actions-toolbar > .primary .amshopby-button:not(:focus), .cart-summary .form.giftregistry .fieldset .amshopby-button:not(:focus), .abs-discount-block .actions-toolbar .am-filter-go:not(:focus), .block-compare .am-filter-go:not(:focus), .cart-summary .block .actions-toolbar > .primary .am-filter-go:not(:focus), .cart-summary .form.giftregistry .fieldset .am-filter-go:not(:focus), .paypal-review-discount .actions-toolbar .action.primary:not(:focus), .paypal-review-discount .actions-toolbar .action.cancel:not(:focus), .cart-discount .actions-toolbar .action.primary:not(:focus), .cart-discount .actions-toolbar .action.cancel:not(:focus), .checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action:not(:focus) {
    box-shadow: none !important;
}

html .checkout-index-index .additional-options .checkout-agreements .action-show {
    color: black;
}

html .amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method._active {
    padding-bottom: 20px;
}

html .amcheckout-step-container input[type='radio']:checked + label:before {
    border-color: var(--primary-color);
    box-shadow: none;
}

html .checkout-index-index .table > :not(caption) > * > * {
    background: transparent;
}

html a:hover{
    color: var(--primary-color);
}
html .alink:hover {
    color: inherit;
}

/*** CATEGORY PAGE ***/
.page-products .product-item-info {
    width: 100% !important;
    border: 3px solid #E6E6E6 !important;
    border-radius: 20px;
    padding:0 20px !important;
}

html .page-products .products-grid .product-item {
    position: relative;
    margin-bottom: 20px !important;
}
/*.products-grid {
    .product-item {
        margin-left: 2%;
        width: calc((100% - 6%) / 4);

        &:nth-child(4n + 1) {
            margin-left: 0;
        }
    }
}*/

html .page-products .products-grid .product-item {
    margin-left: 1%;
    padding: 3px;
    width: calc((100% - 4%)/4);
}
html .page-products .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 1%;
}
.page-products .products-grid .product-item:nth-child(4n + 1),
html .page-products .products-grid .product-item:nth-child(1){
    margin-left: 0px;
}
html .sticky-product-bar .product-price{
    text-align: left;
}
html .sticky-product-bar .price_lab{
    justify-content: center;
}
html .icon_menu {
    font-size: 20px;
}
html .ui-menu-item.level0.parent .level0.submenu{
    box-shadow: 0 6px 8px 0 rgb(0 0 0 / 20%);
}
html .sticky-product-bar .discount,
html .sticky-product-bar .product-price .price-label{
    display: none;
}
html .sticky-product-bar .price-container .price{
    font-size: 30px;
}
html .sticky-product-bar .old-price .price{
    font-size: 14px;
}
html .sticky-product-bar .box-tocart{
    margin:0;
}
html .sticky-product-bar .skuprod{
    font-size: 16px;
    padding-bottom: 3px;
}
html .sticky-product-bar .nameprod{
    font-size: 20px;
    padding-bottom: 3px;
}
html .sticky-product-bar .old-price{
    text-decoration: line-through;
}
html .products-grid .product-item-inner {
    position: initial !important;
    padding: 0 !important;
    width: 100% !important;
    height: 100% !important;
    overflow: visible !important;
    background: transparent !important;
    margin: 0 !important;
    box-shadow: none !important;
    border: 0 !important;
}
html .products-grid .product-item-info:hover .product-item-actions{
    margin: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    background: #00a99d;
    min-height: 35px;
}
html .product-item-actions .actions-secondary > .action{
    width: auto !important;
    padding: 0;
    line-height: 0 !important;
}
html .product-info-shipping .tocompare{
    color: var(--primary-color);
    padding: 3px 20px;
    border: 2px solid;
    border-radius: 20px;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
}
html .product-info-shipping .tocompare:hover{
    background: #ececec;
    color: var(--primary-color);
}
html .product-warranty .garanziaaggiuntivalabel:hover{
    text-decoration: underline;
}
html .primary #top-cart-btn-checkout:hover{
    background: #01786f !important;
    color: white !important;
}
html .shipping_day{
    max-width: 220px;
    text-align: left;
    font-size: 12px;
    font-weight: 800;
    color: #828282;
}
html .shipping_day strong{
    color: black;
}
/*html .outer_box .product-item-info{*/
/*    background-color: white !important;*/
/*    border: 3px solid #E6E6E6 !important;*/
/*    border-radius: 20px;*/
/*    padding: 5px 20px !important;*/
/*}*/

html .products-grid .product-items .product-item .product-item-info {
    border: 9px solid white !important;
    padding: 0 !important;
    position: relative;
}
html .products-grid .product-items .product-item .product-item-info:hover {
    border: 9px solid #f0f0f0 !important;
}
html .products-grid .product-items .product-item {
    padding: 0 10px;
}
.products-grid .product-item-info:hover {
    box-shadow: 0 0 4px rgba(133, 104, 104, 0.2); !important;
    position: initial;
    margin: 0 !important;
    border-radius: 0 !important;
}
html .carticon{
    max-width: 30px;
    width: 100%;
}
html .outer_box .product-item-info:hover {
    box-shadow: none !important;
    margin: 0 !important;
    position: initial;
}
html .product-image-photo{
    position: initial;
}
html .product-image-container {
    width: 100%;
    aspect-ratio: auto;
    border: 2px solid white;
}

html .product-item .product-item-name {
    min-height: 40px;
    line-height: 15px;
    margin-left: 0 !important;
}
html .products-grid .product-item .product-item-name {
    text-align: center;
    min-height: 55px;
    line-height: 12px;
    padding-bottom: 5px !important;
}

html #minicart-content-wrapper .product-item .product-item-name{
    min-height: 29px;
}
html .product-item .product-item-name .product-item-link {
    font-weight: 700;
    font-size: 15px;
    color: #444;
    text-decoration: none !important;
    line-height: 20px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-family: "Open Sans", Arial, sans-serif;
    letter-spacing: -1px;
}
html .gallery-placeholder {
    position: relative;
}
.wishlist_prod {
    position: absolute;
    top: 0;
    right: 0;
}
.wishlist_prod i:before {
    content: "";
    background: url('../image/icone_preferiti.svg') center center / contain no-repeat;
    width: 25px;
    height: 25px;
    display: block;
    margin: auto;
}
html .products-grid .product-item-name .product-item-link {
    font-size: 15px;
}
/*html .products-grid .product-item {*/
/*    font-size: 0 !important;*/
/*}*/

html .toolbar select {
    background-color: transparent;
    box-shadow: none;
}

.catalog-product-view .description h2 {
    font-weight: bold;
    font-size: 18px;
    color: var(--color-orange);
    border-bottom: 1px solid #e5dcc3;
    padding: 20px 0 5px;
    margin: 0 0 15px;
}

html .product-info-main .page-title-wrapper span {
    font-size: 24px;
    font-weight: 800;
    color: #333339;
    font-family: "Open Sans", Arial, sans-serif;
    letter-spacing: -1px;
    line-height: 0;
}

html .breadcrumbs .item:not(:last-child):after {
    line-height: 18px;
    margin: 0;
}

html .product-info-main .product-info-price .price-wrapper .price {
    color: #3abfef;
    line-height: 1;
    font-size: 46px !important;
    font-weight: 700;
    letter-spacing: -1px;
    display: flex;
    flex-direction: column;
}

html .product-info-main .product-info-price .old-price .price-wrapper .price {
    text-decoration: line-through;
    color: #FF0000;
}

html .label_tax {
    font-size: 11px;
}

html .mst-searchautocomplete__highlight {
    color: black;
}


html #footerclass {
    padding: 30px 0 0;
    color: white;
}

html #footerclass a {
    color: white !important;
}
html #footerclass .section-info{
    text-align: center;
}
html #footerclass ul {
    line-height: 25px;
    padding: 0;
}

html #footerclass .ul-social {
    display: flex;
    margin: 0 auto;
    list-style: none;
    gap: 15px;
    font-size: 25px;
    padding: 20px 0 0;
    flex-wrap: wrap;
}

html #footerclass .social .textsocial {
    font-size: 16px;
    font-weight: bold;
    padding-top: 15px;
    display: block;
}

html .page-main .page-title {
    margin: 0;
}
html .filter-options-content .item:hover:before,
html .filter-options-content .item:hover a {
    color: var(--primary-color);
}

html .filter-options-content .item:hover a .count {
    color: white;
}

html .category-description img {
    /*width: 100%;*/
}

html .product-item .tocart {
    width: 100%;
    background: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
    max-width: 50px;
    padding: 0;
    height: 50px;
    border-radius: 100% !important;
}

html .product-item .shortdesc {
    font-size: 12px;
    min-height: 30px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

html .pages a.page {
    color: var(--primary-color);
    padding: 0 10px;
}

html .product-item .price-box {
    margin-top: 0;
    margin-bottom: 0;
    min-height: 50px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    flex-direction: column-reverse;
}
.tax_text {
    display: block;
    font-size: 11px;
    padding-bottom: 5px !important;
}
html .products-grid .price-box {
    justify-content: center !important;
}
html .page-with-filter .toolbar-amount{
    display: none;
}
html .product-item .price_lab .price-final_price .price{
    font-size: 20px;
    font-weight: 600;
    letter-spacing: -1px;
    font-family: "Open Sans", Arial, sans-serif;
}
html .product-item-actions .actions-primary {
    width: 100%;
    text-align: right;
}
html .products-grid .product-item-actions .actions-primary{
    width: 75% !important;
}
html .products-grid .product-item-actions .actions-primary {
    display: flex;
    align-items: center;
    gap: 40px;
    width: unset !important;
 }
.product-item .price-box .value,
.product-item .price-box .price-label,
html .product-item .price-box .price {
/*    font-size: 11px;*/
    color: #f71700;
}
html .product-item:hover .price-box .price {
    color: var(--primary-color);
}

html .product-item .old-price .price {
    text-decoration: line-through;
    font-size: 14px;
    font-weight: 600 !important;
}
html .product-item .discount,
html .product-item .old-price .price-container{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
html .product-item .old-price {
    margin: 0;
}

/*html .products-grid .product-item-actions .actions-primary + .actions-secondary {*/
/*    display: flex;*/
/*    position: relative;*/
/*    top: 0;*/
/*    z-index: 9;*/
/*    height: 35px;*/
/*    flex: 1;*/
/*    width: 25%;*/
/*    background: var(--primary-color);*/
/*}*/
html .products-list .product-item-actions .actions-primary + .actions-secondary {
    position: absolute;
    right: 20px;
    z-index: 9;
}
html .products-list .product-item-actions .actions-primary + .actions-secondary {
    position: relative;
    left: 230px;
    z-index: 9;
    bottom: 36px;
    background: #252525;
    color: white;
}
/*html .products-list .product-item-actions .actions-secondary > .action:before {*/
/*    color: white;*/
/*    font-size: 18px;*/
/*}*/
html .products-list .product-item-actions .actions-primary + .actions-secondary:hover {
    background-color: var(--primary-color);
}


/*html .product-item-actions .actions-primary + .actions-secondary > .action {*/
/*    line-height: initial;*/
/*    !* font-size: 10px; *!*/
/*    text-decoration: none;*/
/*    text-transform: none;*/
/*    font-weight: 100;*/
/*    display: block;*/
/*    width: 30px;*/
/*    padding: 8px 21px;*/
/*}*/

.product-item-actions {
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    display: none !important;
}

/* Actions primary e secondary allineate */
.product-item-actions .actions-primarys,
.product-item-actions .actions-secondary {
    display: flex !important;
    align-items: center;
    gap: 40px;
}

/* Form del carrello inline */
.product-item-actions .actions-primarys form {
    margin: 0;
    display: inline-block;
}

/* Pulsante carrello più compatto */
.product-item-actions .action.tocart {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 0;
    white-space: nowrap;
}

/* Link wishlist e compare */
.product-item-actions .actions-secondary a {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 8px 12px;
    text-decoration: none;
}

/* Opzionale: nascondere il testo e mostrare solo le icone */
.product-item-actions .action.tocart span,
.product-item-actions .actions-secondary a span {
    display: none;
}

/* Mostrare solo le icone */
.product-item-actions .action.tocart i,
.product-item-actions .actions-secondary a i {
    font-size: 19px;
    color: white;
}

html .products-grid .product-item-actions .actions-secondary > .action:before {
    font-size: 24px;
    color: var(--primary-color);
    width: 100%;
    height: 100%;
    line-height: initial;
    content: '\f004';
    font-family: "Font Awesome 6 Pro";
}

html .product-item-actions .actions-primary + .actions-secondary > .action span {
    overflow: visible;
    position: relative;
    margin: 0;
    text-decoration: underline;
    clip: initial;
    display: none;
}

html .pages strong.page {
    background: var(--primary-color);
    padding: 0 10px;
    color: white;
}

html .pages .action {
    background: transparent !important;
}

html .single_banner_image img {
    width: 100%;
    max-height: 160px;
}

html .single_banner_image {
    margin-bottom: 10px;
}

span.title_hp {
    font-size: 32px;
    padding-bottom: 20px;
    display: block;
    text-align: center;
}

html .textbanner {
    padding: 10px;
    font-size: 31px;
}

html .textbanner a {
    color: white;
}

html .linkpromo {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    text-decoration: none !important;
}

html .btnpromo {
    background: #313131;
    padding: 15px;
    font-size: 22px;
}

html .home_static {
    padding-top: 20px;
}

.home-text {
    padding-top: 20px;
}

.home-presentazione {
    line-height: 12px;
    text-align: justify;
    color: #666;
    font-size: 11px;
}

.vetrina_prodotti {
    padding: 20px 0;
}

.outer_box.box_bordered {
    border: 1px solid #aaa;
    border-top: 0;
}

.special .title_box_vetrina {
    background: var(--color-primary-yellow);
}

.stagione .title_box_vetrina {
    background: var(--primary-color);
}

/*.title_box_vetrina {*/
/*    width: 100%;*/
/*    display: block;*/
/*    color: black;*/
/*    font-size: 58px;*/
/*    font-weight: bolder;*/
/*    text-align: center;*/
/*    letter-spacing: -4px;*/
/*    line-height: 48px;*/
/*    padding: 0 20px 0 34px;*/
/*    margin: -32px 0 32px;*/
/*}*/
.title_box_vetrina {
    padding: 0 15px;
    background: #fff;
    font-size: 58px;
    font-weight: bolder;
    color: black;
    letter-spacing: -4px;
}
.fdt_carouselcarosello-1_widget_merchant{
    background-color: transparent !important;
    background: transparent !important;
}
.feedaty_badge{
    background-color: #F7F7F7;
    /*border-radius: 15px;*/
    overflow: hidden;
}


html .outer_carousel {
    padding: 15px;
}

html .box-tocart .fieldset {
    margin-bottom: 0;
    display: flex;
    align-items: normal;
    gap: 10px;
    padding-bottom: 15px;
}
html .box-tocart .input-text.qty{
    width: 100%;
    border: 1px solid #aaa8a8;
}
.df-display-compatibili .triangle-title {
    background: transparent;
    text-transform: initial;
    border-bottom: 1px solid #c3c3c3;
    width: 100%;
    padding: 10px 0px;
    font-size: 16px;
    color: #313a43;
    text-decoration: none;
    font-style: italic;
    font-weight: 500;
    border-top: 0px;
    margin: 0px 0px !important;
    line-height: 18px;
}
.df-display-compatibili .triangle-title img {
    max-width: 30px;
    max-height: 20px;
    margin-right: 10px;
}
html .box-tocart .input-text.qty:focus{
    box-shadow: none;
    outline: none;
}

html .box-tocart .fieldset .actions {
    width: 100%;
}

html .navigation li.level0 {
    margin: 0;
}

html .level0.category-item.last.level-top {
    padding: 10px 0;
}

html .category-cms,
html .catalog-category-view .page-title,
html .category-image,
html .category-description {
    text-align: center;
}

.filter-options-content .items.-am-singleselect .amshopby-link-selected, .filter-options-content .swatch-option.selected + .am-shopby-swatch-label {
    color: black;
}

html .most_viewed_products .product-item-name {
    text-decoration: none;
}

html .most_viewed_products {
    padding: 30px 50px;
    background-color: #F7F7F7;
}
html .ambrands-slider.amslider .swiper-button-prev,
html .ambrands-slider.amslider .swiper-button-next{
    filter: invert(1);
    background-color: transparent;
    background-size: 40px;
}
html .most_viewed_products .title_box_vetrina {
    color: black;
    font-size: 28px;
}
html .newsletter .form.subscribe{
    display: flex !important;
    align-items: center;
    /*gap: 20px;*/
    /*flex-wrap: wrap;*/
    /*margin-top: 15px;*/
}
.block.newsletter .field .control {
    align-items: center;
}
html .action.subscribe.primary {
    border-radius: 0 5px 5px 0 !important;
    padding: 9px 20px;
    font-size: 15px;
}
html .newsletter .field.newsletters{
    width: 70%;
}
html .newsletter .field.newsletters label{
    width: 100%;
}
html .newsletter .field.newsletters label input {
    background: transparent;
    border: 2px solid white;
    border-radius: 15px;
    height: 50px;
    color: white;
}
html .newsletter .field.newsletters label input::placeholder {
    color: white;
}
html .newsletter .subtitle {
    font-size: 22px;
}
html .newsletter .title{
    display: block;
    font-size: 40px;
    font-weight: 600;
}
.hp.newsletter {
    background: black;
    color: white;
    padding: 50px;
    border-radius: 15px;
    margin: 10px 0;
}
html .form.create.account {
    width: 100%;
}

html .catalog-product-view .block .product-items {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

html .catalog-product-view .block .product-item {
    width: 100%;
    max-width: 400px;
    border-radius: 20px;
    padding: 0 20px !important;
    position: relative;
}
html #minicart-content-wrapper .product-item{
    border: none !important;
    padding: 20px 0 !important;
}
html #footerclass .box_one .section-info{
    text-align: left;
}
html #labelgaranzia_aggiuntiva {
    display: flex;
    align-items: center;
}
html #labelgaranzia_aggiuntiva input[type="checkbox"] {
    margin: 0 10px 0 0;
    position: relative;
    top: -1px;
    height: 20px;
    width: 20px;
}
html .product-garanzia {
    padding: 0 0 20px 0;
}
html .catalog-product-view .block .product-item .product-item-info {
    width: 100%;
    border:9px solid white;
    padding: 0 !important;
}
html .catalog-product-view .block .product-item:hover .product-item-name .product-item-link{
    color: var(--primary-color);
}
html .block .product-item-details{
    position: initial !important;
}

html .product.info.detailed .product.data.items .item.title {
    float: left;
    width: max-content;
    text-align: center;
    margin: 0 !important;
    text-transform: uppercase;
}
html .product.data.items .item.title.active .data.switch {
    color: white !important;
    background: var(--primary-color) !important;
    font-weight: 800;
    padding: 0 13px;
    font-family: "Open Sans", Arial, sans-serif;
    letter-spacing: -1px;
    font-style: normal;
}
.product.data.items > .item.title:not(.disabled) > .switch:focus{
    background: transparent !important;
}
html .product.data.items .item.title .switch{
    border: 0;
    background: black;
    display: flex;
    align-items: center;
    font-size: 16px;
    color: white !important;
    border-bottom: 1px solid #c3c3c3;
    font-style: normal;
    font-weight: 800;
    height: 50px;
    padding: 0 13px;
    font-family: "Open Sans", Arial, sans-serif;
    letter-spacing: -1px;
}
html .product.data.items .item.title:hover .switch {
    color: black !important;
    background: var(--primary-color) !important;
}
.cod-comp-list {
    max-height: 200px;
    overflow-y: scroll;
}
#tab-label-product\.code_comp-title::before {
    content: "";
    display: inline-block;
    background-image: url(../image/cod-compatibili.png);
    width: 30px;
    background-size: 30px;
    height: 25px;
    margin-right: 9px;
    background-repeat: no-repeat;
}
html .product.data.items > .item.content#description {
    max-height: 700px;
    overflow-y: auto;
}
.accedi-per-sconti {
    font-weight: 600;
    font-style: italic;
    color: #333339;
    display: none;
}
.accedi-per-sconti a {
    color: #00ABA2;
}
html .cart_img {
    max-width: 28px;
}
html .product-item .action.towishlist:before,
html .product-item .tocompare:before{
    display: none;
}

.shipment_info_product .heading.shipments-link {
    text-align: right;
    border-bottom: 0;
    padding: 0 5px;
    width: 100%;
    opacity: 0.8;
    font-style: italic;
    font-size: 10px;
}
.shipment_info_product .heading.shipments-link a{
    display: inline-block;
    color: #dedc00;
    font-style: italic;
    text-decoration: underline;
    padding-left: 0px;
}
html .product.data.items > .item.content{
    border: 0;
    padding: 0;
    margin-top: 50px;
}
html .product.info.detailed .additional-attributes {
    width: 100%;
    margin: 0;
}
html .product.info.detailed .additional-attributes tr th{
    font-weight: 300;
}
html .product.info.detailed .additional-attributes tr td {
    font-weight: bold;
}
html .product.info.detailed .additional-attributes tr:nth-child(odd) th,
html .product.info.detailed .additional-attributes tr:nth-child(odd) td {
    background: white;
    padding: 10px 20px;
}

html .product.info.detailed .additional-attributes tr:nth-child(even) td,
html .product.info.detailed .additional-attributes tr:nth-child(even) th {
    background: #f6f6f6;
    padding: 10px 20px;
}

html .product.data.items > #additional.item.content {
    padding: 0;
}

html .product.data.items > #additional.item.content a {
    color: var(--primary-color);
}

html .product-info-main .product.attribute.overview {
    margin: 0;
    padding-bottom: 10px;
    padding-top: 21px;
}
html .product-info-sku{
    padding: 10px 0 20px;
}
html .amshopby-option-link img {
    float: none;
    margin: 0;
}
.sku {
    color: #000;
    padding-top: 10px;
    margin-bottom: 0;
    line-height: 20px;
    font-size: 12px;
    display: none;
}
html .page-title-wrapper.product{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    margin-bottom: 10px;
}
html .page-title-wrapper.product h1{
    margin-bottom: 5px;
    line-height: 25px;
}
html .cart-container {
    display: flex;
    flex-wrap: wrap;
}
html .cart-container .cart-summary{
    float: none;
    order:4;
    top: 0 !important;
    width: 100%;
    background: white;
}
html .cart-container .form-cart{
    float: none;
    width: 100%;
    padding: 0 !important;
    border: 1px solid #e7e7e7;
    order: 0;
}
html .checkout-cart-index .page-title-wrapper{
    text-transform: uppercase;
    color: var(--primary-color);
}
/*html .product-info-main .page-title-wrapper h1 {
    border-bottom: 1px solid #c1c1c1;
    line-height: 30px;
}*/
.hidemybaby {
    display: none!important;
}
.mkio {
    display: flex;
    cursor: pointer;
    margin-top: 35px;
    margin-bottom: 15px;
    justify-content: center;
    border: 1px solid #00a99d;
    border-radius: 10px;
    padding: 10px 0;
}
.amfpl p {
    margin: 0!important;
}
.amfpl {
    margin-left: 17px;
    justify-content: center;
    display: flex;
    flex-direction: column;
    padding-top: 5px;
    line-height: 19px;
}
.titfp {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1.0px;
    color: #2e63db;
}
.txtfp {
    font-size: 15px;
    color: #2e63db;
    font-weight: 400;
}
.subfp {
    font-weight: 400;
}

html .product-info-main .product-info-price {
    border-bottom: 0;
    margin-bottom: 10px;
}
html .yearsgar{
    color: var(--primary-color);
}
html #garanzieproduct{
    font-size: 15px;
}

html .product-info-main .product-info-price .price-box {
    display: flex;
    gap: 20px;
    align-items: center;
}

html .catalog-product-view .product-info-main .product-info-price .price-box{
    display: flex;
    gap: 10px;
    align-items: baseline;
    flex-wrap: nowrap;
    flex-direction: row-reverse;
    justify-content: flex-end;
}
html .price-listino{
    padding-bottom: 10px;
    color: #828282;
    font-size: 12px;
}
html .catalog-product-view .product-info-price .old-price .price-wrapper .price{
    color:#a6a6a6;
    font-size: 30px !important;
    font-weight: bold;
}
html .catalog-product-view .product-info-price .price-box .price-container{
    font-size: 16px;
}
html .product-info-main .product-add-form {
    padding-top: 0;
    border-bottom: 1px solid #eaeaea;
}

html .box-tocart {
    margin-bottom: 0;
}
html .box-tocart .field.qty{
    margin:0;
    display: flex;
    align-items: center;
    gap: 15px;
    background: #f4f4f4;
    padding: 13px 13px 12px 14px;
}
html .box-tocart .control{
    display: flex;
    align-items: center;
    border-radius: 20px;
    padding: 0;
    margin-left: auto;
    height: 66px;
}

html .single_info span{
    font-weight: bold;
}
.image_payment {
    padding-top: 15px;
}

html .product-social-links .action.towishlist {
    text-transform: initial;
    color: var(--primary-color);
    margin:0;
}

html .product-social-links .action.towishlist span {
    font-size: 12px;
    font-weight: 300;
    text-decoration: underline;
}

html .product-social-links .action.towishlist:before {
    font-size: 25px;
    width: auto;
    margin: 0;
    overflow: visible;
    font-family: "Font Awesome 6 Pro";
    content: '\f004';
}

html .action.print {
    display: none !important;
}

html .account .page-main .page-title-wrapper .order-date {
    margin: 10px 0;
}

html .availability {
    font-size: 14px;
}

html .availability.in-stock span {
    color: #5bb900;
    font-weight: 600;
}
html .customer-account-create #maincontent {
    max-width: 1440px;
    margin-bottom: 25px;
    padding-top: 20px;
}

html .block-minicart .items-total {
    font-size: 22px;
    color: black;
}
html .block-minicart .items-total span:hover {
    color: black !important;
}

html .block-minicart .subtotal {
    font-size: 12px;
    color: black;
}
html .block-minicart .subtotal span:hover {
    color: black !important;
}
html .block-minicart .subtotal .amount.price-container span:hover {
    color: black !important;
}
html .block-minicart .action.viewcart span:hover {
    color: unset !important;
}

html .minicart-wrapper .block-minicart {
    padding-bottom: 0;
}


html .cart-summary .checkout-methods-items .action.primary.checkout,
html .cart-summary .checkout-methods-items .amshopby-button.checkout,
html .cart-summary .checkout-methods-items .am-filter-go.checkout,
html #top-cart-btn-checkout {
    background: black !important;
    border: 0;
    padding: 10px;
}


html .cart-summary .checkout-methods-items .action.primary.checkout:hover{
    background: #01786f !important;
    color: white !important;
}

html #cart-totals th,
html #cart-totals td {
    background: white;
}

html .totals-tax {
    display: none;
}

html .cart-totals .grand th strong {
    font-size: 14px;
    text-transform: uppercase;
}

html .cart.table-wrapper .product-item-photo {
    width: 33.3%;
}

html .cart-container .form-cart .actions.main .update {
    background: var(--primary-color);
    color: white;
    border-radius: 5px;
    padding: 10px;
    border: 0;
    font-weight: normal;
}
html .cart-container .form-cart .actions.main .update:hover {
    background: #01786f !important;
    color: white !important;
}


html .magento-payments-review-discount .block > .title strong,
.paypal-review-discount .block > .title strong,
html .cart-discount .block > .title strong {
    color: black;
}

html .cart-discount #block-discount {
    border-bottom: solid 1px #ccc;
    margin-bottom: 15px;
    padding-bottom: 30px;
    width: 100%;
}

html body .cart-discount .block .content {
    display: inherit !important;
    padding-bottom: 0 !important;
}

html .cart-discount .actions-toolbar .action.primary {
    background: var(--primary-color);
    border-color: var(--primary-color);
    color: white !important;
    text-transform: uppercase;
    box-shadow: none !important;
}
html .cart-discount .actions-toolbar .action.primary:hover {
    background: #01786f !important;
    color: white !important;
}


.cart-discount .block.discount, .cart-discount .block .actions-toolbar .primary, .cart-discount .block .actions-toolbar .primary button {
    width: 100%;
    float: none;
}

html body .cart-discount .block .content .fieldset.coupon {
    margin: 0;
}

html body .cart-discount .block .content {
    display: inherit !important;
    padding-bottom: 0 !important;
}

html .cart-discount .block .title:after {
    display: none;
}

html textarea, .amreview-submit-form .field .input-text, select, .amcheckout-step-container input[type='text'], .amcheckout-step-container input[type='password'], .amcheckout-step-container input[type='url'], .amcheckout-step-container input[type='tel'], .amcheckout-step-container input[type='search'], .amcheckout-step-container input[type='number'], .amcheckout-step-container input[type='datetime'], .amcheckout-step-container input[type='email'], .amcheckout-step-container select, input[type="text"], input[type="password"], input[type="url"], input[type="tel"], input[type="search"], input[type="number"], input[type*="date"], input[type="email"] {
    border: 1px solid #8a8a8a;
    background-color: #fff;
    width: 100%;
    max-width: 100%;
    color: var(--base-color);
    transition: background-color 100ms;
    -webkit-appearance: none;
    height: 40px;
    font-size: 16px;
}

.amreview-submit-form .review-form .action.submit.primary, .action.primary, .action-primary, .amshopby-button, .am-filter-go {
    cursor: pointer;
    font-weight: 600;
    box-sizing: border-box;
    color: #fff;
    font-size: 16px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    border-radius: 0 !important;
}
html .action.primary#product-addtocart-button {
    background: #0cc3ff !important;
    width: 100%;
    margin: 0;
    border: 0;
    text-transform: uppercase;
    height: 65px;
    gap: 10px;
}
html .minicart_img {
    max-width: 37px;
}
html .logouttop.icontopdf {
    width: auto;
}
html .minicart-wrapper .action.showcart{
    display: flex !important;
    align-items: center;
    gap: 10px;
    height: 100%;
    width: 100%;
}
html .minicart-wrapper .action.showcart .text{
    height: initial;
    overflow: visible;
    width: 100%;
    padding: 0;
    font-size: 14px;
    font-weight: 600;
}
html .action.primary#product-addtocart-button:hover {
    background: #c0ffff !important;
    color: #0cc3ff !important;
}
html .catalog-product-view .product-info-price .discount{
    font-weight: bold;
}

html .product.media{
    position: relative;
    width: 40% !important;
    padding-right: 30px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #dedc00;
}
#shopping-cart-table .item-info .product-item-name a {
    color: black;
    text-decoration: none !important;
}

html #group-fields-customer-attributes .admin__legend {
    display: none;
}

html .filter-actions .filter-clear,
.filter-options-content .swatch-option.selected + .am-shopby-swatch-label .count {
    color: var(--primary-color);
}
html .filter-options-content .items.-am-singleselect .amshopby-link-selected .count {
    color: white;
}
html .catalog-product-view .slick-dots {
    display: none !important;
}

html .cart.table-wrapper .actions-toolbar .action.towishlist.action-towishlist,
html .cart.table-wrapper .actions-toolbar > .action-edit {
    display: none;
}

html .cart.table-wrapper .actions-toolbar {
    min-height: 25px;
    padding-bottom: 0;
}

html .cart.table-wrapper .actions-toolbar > .action-delete:hover:before {
    color: darkred;
}

html .cart.table-wrapper .col .price {
    font-weight: 400 !important;
    font-size: 18px;
    color: #666666;
}

html .catalog-product-view .block .title {
    text-align: left;
}

html .catalog-product-view .block .title strong {
    padding: 0 15px;
    background: #fff;
    font-size: 35px;
    font-weight: bolder;
    color: black;
    letter-spacing: -4px;
    text-transform: uppercase;
    font-family: "Open Sans", Arial, sans-serif;
}

html .order-details-items tfoot td {
    background: white;
}

html .block-authentication .actions-toolbar > .primary .action {
    padding: 10px;
}

html .checkout-index-index #header-top,
html .checkout-index-index #header-top + .container .searchcenter,
html .checkout-index-index #header-top + .container .iconright,
html .checkout-index-index .page-footer {
    display: none;
}
html .checkout-index-index #logocontainer{
    width: 100%;
}

html .checkout-index-index #header-top + .container{
    padding: 20px 0 !important;
}
html .checkout-index-index .logo {
    display: flex;
    text-align: center;
    margin: 0 auto;
    justify-content: center;
}

html #df-header {
    background: white;
}
html .subcategory-image img{
    width: 100%;
    max-width: 60px;
}
html .checkout-payment-method .payment-option-title .action-toggle {
    color: black;
}

html .minimal-price-link {
    display: none;
}

.sticky-header #df-header {
    width: 100%;
    z-index: 99;
    top: 0;
    transition: all .3s ease .35s;
    box-shadow: 0 6px 8px 0 rgb(0 0 0 / 20%);
    animation-duration: .6s;
    animation-fill-mode: inherit;
}

.product-social-links .mailto {
    display: none !important;
}


.navigation .level0 .submenu li {
    text-align: center;
}

html .product-info-main {
    position: relative;
    width: 40% !important;
    float: none;
    display: flex;
    flex-direction: column;
    padding-right: 30px;
}
html .icone_sotto_gallery img{
    max-height: 40px;
}
html .catalog-product-view .product-social-links{
    position: absolute;
    top: 30px;
    right: 30px;
    margin: 0;
}
html .catalog-product-view .product-social-links .towishlist span{
    display: none;
}
.navigation .level0.parent > .submenu {
    border-radius: 0 0 20px 20px;
    padding: 10px 0;
    border-top: 6px solid #444445;
    left: -65px !important;
    top: 40px !important;
}

.navigation .level0 .submenu a {
    color: #6B6B6B;
}
html .short-info{
    padding-top: 20px;
}
html .short_desc.value {
    color: #6B6B6B;
    font-size: 12px;
}

.navigation .level0.parent > .level-top > .ui-menu-icon {
    display: none !important;
}
.catalog-category-view .category-view .page-main{
    padding: 0;
    max-width: 100%;
}
.catalog-category-view .page-main .category-image img{
    width: 100%;
}

.subcategories-list {
    display: flex;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap;
    justify-content: center;
    padding: 50px 0;
}
.subcategory-item a {
    text-decoration: none;
    width: 100%;
    display: block;
}
.subcategory-item:hover{
    background: #F5F5F5;
}
.subcategory-image i{
    font-size: 60px;
}
.subcategory-item {
    border: 3px solid #E6E6E6;
    border-radius: 20px;
    text-align: center;
    max-width: 150px;
    height: 150px;
    width: 100%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.subcategory-name {
    font-size: 15px;
    font-weight: bold;
    color: #444445;
    padding-top: 10px;
}
.info-footer {
    color: white;
    padding: 10px 0;
    align-items: center;
}
.info-footer a{
    color: white !important;
}
.contact-icon {
    width: 100%;
    max-width: 60px;
    text-align: center;
}
.contact-item {
    display: flex;
    align-items: center;
    gap: 10px;
    color: white;
    text-decoration: none;
    font-size: 24px;
    font-weight: bold;
    justify-content: left;
}
.contact-info {
    display: flex;
    flex-direction: column-reverse;
    gap: 10px;
    padding-top: 15px;
}
html #footerclass img,
html .social-links img{
    width: 100%;
    max-width: 45px;
}
.payment-section {
    text-align: center;
}

.payment-title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px;
    color: white;
}



.payment-row {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
    justify-content: center;
}

.payment-icon {
    width: 50px;
    height: 32px;
    background-color: white;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    font-weight: bold;
    color: #333;
}

/* Social media */
.social-section {
    text-align: center;
}

.social-title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px;
    color: white;
}

.social-links {
    display: flex;
    gap: 15px;
    justify-content: center;
}

.social-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-decoration: none;
}
.product.attribute.description {
    line-height: 15px;
    font-size: 13px;
    background: #f8f8f8;
    padding: 17px 24px 19px 16px;
}
html .info_static{
    padding-top: 20px;
}
.energyclass{
    max-height: 45px;
}
html .manufacturer {
    text-transform: uppercase;
    color: #828282;
    font-size: 12px;
    font-weight: 500;
}
.services-section {
    padding: 30px 0;

}

.service-block {
    background: white;
    height: 100%;
    border: 1px solid #e9ecef;
    display: flex;
    align-items: stretch;
}

.image-part, .text-part {
    flex: 1;
}

.service-block img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.text-content {
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.service-title {
    font-size: 30px;
    font-weight: bold;
    color: #333;
    line-height: 1.2;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.service-subtitle {
    color: #666;
    font-size: 20px;
    margin:0
}

.email-link {
    color: var(--primary-color);
    text-decoration: none;
    font-weight: bold;
    font-size: 20px;
}

.email-link:hover {
    color: #01786f !important;
    text-decoration: none !important;
}

.service-list {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 20px;
    line-height: 25px;
}

.service-list li {
    color: #666;
    margin-bottom: 0;
}

.highlight-red {
    color: var(--primary-color);
    font-weight: bold;
    line-height: 25px;
}

.whatsapp-text {
    color: #666;
    margin-bottom: 20px;
    font-size: 20px;
}

.whatsapp-contact {
    display: flex;
    align-items: center;
    text-decoration: none !important;
    gap: 10px;
    color: var(--primary-color) !important;
    font-weight: 500;
    font-size: 30px;
}
.whatsapp-contact:hover {
    color: #01786f !important;
}

.whatsapp-icon {
    color: var(--primary-color);
    font-size: 40px;
}

.whatsapp-icon:hover {
    color: #01786f !important;
}

.equal-height {
    min-height: 300px;
}


.amcard-codes-list.-cart, .amcard-field-container.-cart{
    max-width: 100%;
}

html .amcard-input-arrow{
    width: 100%;
}
html .amcard-field-block > .amcard-button{
    padding: 10px 0px;
    background: var(--primary-color);
    color: white;
    text-transform: uppercase;
    max-width: 180px;
    width: 100%;
    border:0;
    height: 38px;
}
html .amcard-field-block > .amcard-button:hover{
    background: #01786f !important;
    color: white !important;
}
.amcard-codes-list .table .action, .amcard-field-container .table .action, .amcard-codes-list .amcard-check, .amcard-field-container .amcard-check, .amcard-codes-list .amcard-delete, .amcard-field-container .amcard-delete{
    color: black;
}
.amgcard-datalist-container .amcard-field.-datalist{
    height: 37px;
}

.cms-index-index #maincontent{
    padding: 0;
    margin: 0;
    max-width: 100%;
}
html .home_insight{
    background: #F7F7F7;
    padding: 10px 0;
}
html .home_insight .single-ins{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-weight: 600;
    flex-wrap: wrap;
    color: #444445;
}
html .home_insight .single-ins img{
    width: 100%;
    max-width: 40px;
}
.mstInPage__header form button[type="submit"],
.mstInPage__highlight{
    color: var(--primary-color);
}
.mstInPage__indexList .mstInPage__index._active{
    background: var(--primary-color);
    border-color: var(--primary-color);
}
.ambrand-index-index .subcategories-list{
    display: none;
}
.mstInPage__stat{
 display: none;
}

.services-section {
    padding: 60px 0;
}

.service-card {
    background: white;
    border-radius: 15px;
    height: 100%;
    border: 3px solid #E6E6E6;
}

.inbox_text {
    padding: 15px 30px;
}
.service-image {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 10px;
    margin-bottom: 20px;
}

.service-title {
    font-size: 26px;
    font-weight: 700;
    color: #333;
    margin-bottom: 15px;
    text-transform: uppercase;
    line-height: 1.3;
}

.service-description {
    color: #666;
    font-size: 14px;
    line-height: 1.6;
    margin:0;
}

.service-contact {
    font-weight: 600;
    font-size: 24px;
}

.service-contact.email {
    color: var(--primary-color);
    text-decoration: none;
}

.service-contact.email:hover {
    color: #01786f;
}

.service-contact.phone {
    color: var(--primary-color);
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 5px;
    margin-left: 5px;
}
html .product-item-name{
    text-decoration: none;
    min-height: 32px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
html .product-item:hover .product-item-name .product-item-link{
    color: black;
}
.service-contact.phone:hover {
    color: #01786f;
}

.checkout-index-index .menu_fullwidth{
    display: none;
}

.whatsapp-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.whatsapp-icon i {
    color:var(--primary-color);
    font-size: 40px;
}

.whatsapp-icon i:hover {
    color: #01786f;
}

.service-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.service-list li {
    color: #666;
    font-size: 20px;
    padding-bottom: 5px;
}
html .short_desc.value p{
    margin-bottom: 0;
}
html #menutopdf .megamenu-root{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
    padding: 0;
}
html #menutopdf .ui-menu-item{
    list-style: none;
    margin: 0;
}
html .level-top{
    text-decoration: none;
    display: flex;
    align-items: center;
    font-weight: 700;
    color: white !important;
    justify-content: center;
    font-size: 16px;
}
html #menutopdf .open-children-toggle,
html .level0.submenu{
    display: none;
}
.cart.table-wrapper .product-item-name{
    font-size: 13px;
    font-weight: bold;
}
.cart.table-wrapper .skuprod {
    margin-bottom: 15px;
    color: #00a99d;
    font-weight: bold;
}
.cart-container .form-cart .actions.main .continue{
    display: block;
}
html .openedmenu:after {
    content: "";
    display: block;
    position: fixed;
    height: calc(100% - 150px);
    width: 100%;
    bottom: 0;
    right: 0;
    background: rgb(52 47 41 / 79%);
    z-index: 8;
}

.shipment_info_product {
    background-color: #313a43;
    padding: 20px;
    color: white;
}
.shipment_info_product .title-description {
    text-align: center;
    background-color: #00a99d;
    font-size: 16px;
    color: #FFF;
    margin-bottom: 20px;
}
.shipment_info_product .title-description sub {
    font-size: 10px;
    bottom: 0;
}
.shipments-heading-desktop {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    margin: 0;
}
.shipments-heading-desktop .heading {
    color: #FFF;
    text-align: center;
    padding: 15px 10px;
}
.shipments-heading-desktop .heading:nth-child(1),
.shipments-heading-desktop .heading:nth-child(3){
    border-right: 1px solid #FFF;
}
.shipments-heading-desktop .heading:nth-child(1),
.shipments-heading-desktop .heading:nth-child(2){
    border-bottom: 1px solid #ffffff;
}
html #product.calculate.shipping{
    padding: 0;
}
#shipment_calculation_form_container .title-description {
    text-align: center;
    background-color: #00a99d;
    font-size: 16px;
    color: #FFF;
    margin-bottom: 20px;
    display: block;
    padding: 5px;
    text-transform: uppercase;
}
.shipping-results {
    color: white;
}
.free-shipping-note,
.shipping-free-result,
.shipping-cost-result {
    padding: 10px 0;
}
html .shipping-cost-value,
html .shipping-free-value {
    background: white;
    color: #313a43;
    padding: 0 5px;
    font-weight: bold;
}
html .textvat{
    font-size: 10px;
}
#shipment_calculation_form_container{
    padding: 20px;
    background-color: #313a43;
    margin-bottom: 5px;
}
.catalogsearch-advanced-result .steps{
    padding: 0 !important;
}
.catalogsearch-advanced-result.page-layout-2columns-left .sidebar-main{
    width: 25%;
}
.catalogsearch-advanced-result.page-layout-2columns-left .column.main{
    width: 75%;
}
html .catalogsearch-advanced-result .block_advancesearch .make_select select,
html .catalogsearch-advanced-result .block_advancesearch .model_select select{
    width: 100%;
}
html .catalogsearch-advanced-result .block_advancesearch .search_form_button{
    display: block !important;
}
html .catalogsearch-advanced-result .search-model-button {
    text-align: right !important;
}
html .catalogsearch-advanced-result .search-model-button button span {
    font-weight: 600 !important;
}
html .catalogsearch-advanced-result .block_advancesearch .search_form_button div{
    width: 100%;
}
html .catalogsearch-advanced-result .block_advancesearch{
    padding: 10px;
    padding-bottom: 15px;
    padding-top: 35px;
}
html .catalogsearch-advanced-result .box_title.selected h3 i {
    right: 0px;
    top: -7px;
    left: 2px;
}
html .catalogsearch-advanced-result .box_title.selected {
    display: flex;
    justify-content: flex-end;
}
/* Responsive */
@media (max-width: 576px) {
    .box_info_one {
        margin-bottom: 20px;
    }

    .contact-item {
        font-size: 18px;
    }
}

@media screen and (max-width: 1119px) {
    html .box-tocart .fieldset{
        flex-wrap: nowrap;
    }
    html .product.data.items{
        margin: 0;
    }
    /*html .product-info-main {*/
    /*    padding: 20px;*/
    /*    box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);*/
    /*}*/


    html .product-info-main .product-info-price .price-box {
        flex-direction: row;
        align-items: flex-start;
        gap: 5px !important;
    }


    html .product-add-form .box-tocart .fieldset {
        flex-direction: row;
        align-items: stretch;
    }

    html .product-add-form .box-tocart .control {
        margin-left: 0;
        height: 50px;
        width: min-content;
    }

    html .action.primary#product-addtocart-button {
        padding: 15px;
        font-size: 14px;
    }

    html .catalog-product-view .block .product-items {
        flex-direction: column;
        gap: 15px;
    }

    html .catalog-product-view .block .product-item {
        max-width: 100%;
        margin-bottom: 15px;
    }


    html .page-products .products-grid .product-item{
        margin-left: 1% !important;
    }
    html .navigation li.level0 {
        padding: 0 !important;
    }
    html .page-layout-1column .product.media,
    html .page-layout-1column .product-info-main {
        width: 100% !important;
        padding: 0;
    }
    html .catalog-product-view .product-social-links {
        top: 10px;
        right: 10px;
    }
    html .icone_sotto_gallery div img{
        max-height: 45px;
    }
}


@media screen and (max-width: 991px) {
    html #df-header{
        z-index: 9;
    }
    .product-info-shipping{
        gap: 10px;
    }
    html .product-info-shipping .tocompare{
        width: 100%;
        text-align: center;
    }
    html .subcategories-list{
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        justify-items: center;
        grid-template-columns: 1fr 1fr;
    }
    html .nav-sections {
        background: #f3f3f3;
    }
    html .home_insight .single-ins{
        justify-content: left;
    }
    html #footerclass .section-info{
        text-align: left;
    }
    html .logo img {
        max-width: 100%;
        width: 100%;
        height: 100%;
        max-height: 61px;
    }

    html .navigation .level0 > .level-top {
        padding: 0 7px;
    }

    #df-header #header-center #logocontainer {
        order: 1;
    }

    #df-header #header-center .searchcenter {
        order: 3;
        margin-top: 0;
        display: flex;
        align-items: flex-start;
        position: relative;
    }
    html body .block-search {
        width: 80%;
        z-index: 9 !important;
    }

    #df-header #header-center .iconright {
        order: 2;
        justify-content: space-evenly;
    }

    #df-header #header-center {
        padding-left: 0 !important;
        padding-right: 0 !important;
        row-gap: 10px;
    }

    /*html .action.towishlist {*/
    /*    !*transform: translateY(85px);*!*/
    /*    margin-left: 10px;*/
    /*}*/

    html #footerclass {
        row-gap: 20px;
    }
    html .navigation li.level0 {
        padding: 0 !important;
    }


    /*html .product-item:nth-child(2n + 1) {
        margin-left: 0 !important;
    }*/
    html .page-products .products-grid .product-item {
        width: calc((100% - 4%) / 2);
        margin-left: 2%;
    }

    .sticky-header #header-top {
        display: none;
    }

    .sidebar.sidebar-main .filter-title strong {
        width: 100%;
        max-width: 49%;
        color: black;
        background: transparent;
        line-height: 19px;
        padding: 7px 10px 7px 32px;
        border-radius: 0;
        text-align: left;
        cursor: pointer;
        box-shadow: none;
        border: 1px solid #8a8a8a;
    }
    html .sidebar .filter-title strong:before {
        font-family: "Font Awesome 6 Pro";
        content: "\f0b0";
        position: absolute;
        left: 0px;
        background: var(--primary-color);
        color: white;
        top: 0px;
        padding: 7px 6px;
        font-size: 12px;
    }
    .toolbar-sorter.sorter {
        width: 50%;
    }
    .toolbar-sorter.sorter #sorter {
        border: 1px solid #8a8a8a;
        max-height: 35px;
        width: 100%;
        margin: 0;
    }
    .sorter-action:before{
        display: none !important;
    }
    .catalog-category-view .sidebar.sidebar-main .filter.active .filter-title strong {
        padding: 3px 10px;
        text-align: right;
        border: none;
    }
    .catalog-category-view .sidebar.sidebar-main .filter.active .filter-title strong:before{
        display: none;
    }
    .catalog-category-view .filter.active .filter-title strong:after{
        padding-left: 15px;
    }
/*}*/

/*@media screen and (max-width: 991px) {*/

    html .shipping_day {
        max-width: 110%;
    }
    html .sticky-product-bar .nameprod {
        font-size: 14px;
    }
    html .sticky-product-bar .price-container .price {
        font-size: 20px;
    }
    .services-section .row {
        margin: 15px 0;
        border-radius: 15px;
    }
    .price_lab{
        margin:0;
    }
    .block, .customer-review .product-details, .block-banners, .block-banners-inline,
    html .catalog-product-view .block .product-items{
        margin-bottom:0;
    }
    html .product.data.items > .item.content{
        margin-top: 30px;
    }
    html .discount-badge{
        top: 0;
        right: 0;
    }
    html .navigation .parent .level-top:after{
        top: 0;
    }
    .product-info-price{
        margin: 0 !important;
    }
    .services-section {
        padding: 0;
    }

    .service-card {
        padding: 0;
        margin-bottom: 30px;
    }
    html .inbox_text {
        padding: 10px;
    }
    .service-title {
        font-size: 16px;
    }
    .service-block {
        flex-direction: column;
    }
    .image-part, .text-part {
        flex: none;
    }
    .image-part {
        height: initial;
    }
    .contact-info {
        flex-direction: column;
        gap: 15px;
    }

    .contact-item {
        font-size: 20px;
    }

    .payment-methods {
        gap: 8px;
    }

    .payment-icon {
        width: 45px;
        height: 28px;
    }
    html .navigation ul{
        display: block;
    }
    html .navigation .level0.parent > .submenu{
        top: 8px !important;
        border-top: 1px solid #d1d1d1;
    }
    html .navigation .level0 > .level-top {
        font-size: 21px;
        font-weight: 800;
        line-height: 30px;
        color: #86736c !important;
        text-transform: uppercase;
    }
    html .nav-sections-item-title.active {
        background: white;
        border-bottom: 0;
        padding: 10px 0;
        float: none;
        height: initial;
        font-size: 18px;
        border-bottom: 1px solid #0000001a;
    }
    .navigation .level0 .submenu li{
        text-align: left;
    }
    .navigation .level0.parent > .submenu{
        left: auto !important;
    }
    .navigation .submenu:not(:first-child) .active > a {
        border-color: var(--primary-color);
        border-width: 0 0 0 4px;
    }
    .nav-sections-item-title.active .nav-sections-item-switch {
        color: #0000004d;
        text-transform: uppercase;
    }
    .nav-sections-item-content {
        float: none;
        margin-left: 0;
        margin-top: 0;
        padding: 0;
    }
    html .block-search .control {
        margin: 0;
        border: 0;
    }

    html .block-search .label {
        display: none;
    }

    html .nav-toggle {
        position: relative;
        left: 0;
        top: 0;
        width: 20%;
        text-align: center;
    }

    html .textbanner {
        padding: 10px;
        font-size: 22px;
    }

    html .page-products .products-grid .product-item {
        display: inline-block;
        margin-left: 2% !important;
        width: calc((100% - 2%) / 2);
    }

    html .page-products .products-grid .product-item:nth-child(2n + 1) {
        margin-left: 0 !important;
    }

    html .product.info.detailed .product.data.items > .item.title {
        float: none;
        width: 100%;
        text-align: left;
    }

    html .amshopby-option-link {
        padding: 10px 0;
    }

    .page-header, #maincontent {
        margin: 0;
    }

    html .navigation li.level0 {
        padding: 10px 10px !important;
        border: 0;
        border-bottom: 1px solid white;
    }

    html .nav-sections-item-title {
        border: 0;
        width: 100%;
    }

    html .navigation .level0.active > .level-top:after, html .navigation .level0.has-active > .level-top:after {
        display: none;
    }

    .navigation .level0.active > a:not(.ui-state-active) span:not(.ui-menu-icon), .navigation .level0.has-active > a:not(.ui-state-active) span:not(.ui-menu-icon) {
        margin-left: 0;
    }

    html .block-search input {
        left: 0;
        position: relative;
        margin: 0;
        border-top: 0 !important;
        border-left: 0 !important;
        border-right: 0 !important;
        background-color: white !important;
        border-radius: 0 0 15px 0 !important;
    }

    html body .block-search,
    #df-header #header-center .searchcenter {
        margin-top: 0;
    }

    html .sorter-label {
        display: none;
    }
    html .subcategories-list{
        padding: 10px 0;
        justify-content: space-evenly;
    }

    /* Product page mobile optimizations for 767px and below */
    html .product-info-main {
        padding: 15px;
    }
    
    html .product.data.items > .item.title > .switch {
        font-size: 14px;
    }
    
    html .action.primary#product-addtocart-button {
        padding: 12px;
        font-size: 13px;
    }
    html .most_viewed_products{
        padding: 10px;
    }
    html .main-title{
        margin-bottom: 10px !important;
    }

    .minicart-wrapper .action.showcart,
    html .icontopdf {
        padding: 5px;
        border-radius: 4px;
        width: 33px;
        height: 33px;
        display: flex ;
        align-content: center;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        gap: 10px;
    }

    html .short-info{
        padding-bottom: 10px;
    }
    #amasty-gallery-container {
        padding-top: 20px;
    }
}

@media screen and (max-width: 640px) {
    html .product.info.detailed .additional-attributes tr:nth-child(odd) th,
    html .product.info.detailed .additional-attributes tr:nth-child(odd) td,
    html .product.info.detailed .additional-attributes tr:nth-child(even) td,
    html .product.info.detailed .additional-attributes tr:nth-child(even) th {
        padding: 10px 20px !important;
    }

    /*#header-top {*/
    /*    display: none;*/
    /*}*/

    html .catalog-product-view .services-section .row{
        border: 3px solid #E6E6E6;
    }

    html .catalog-product-view .services-section .image-part img{
        border-radius: 11px;
    }
}
/*@media screen and (max-width: 767px) {*/
/*    .mkio {*/
/*        margin-top: 0!important;*/
/*    }*/

/*}*/

@media screen and (max-width: 575px) {
    html .product.info.detailed .product.data.items > .item.title,
    html .product.data.items > .item.title > .switch{
        height: 40px;
    }
    html .short_desc.value{
        padding-left: 15px !important;
    }
    .hp.newsletter{
        padding: 20px;
    }
    html .newsletter .title {
        font-size: 33px;
        line-height: 44px;
    }
    .service-contact {
        font-size: 18px;
    }
    html .newsletter .subtitle {
        font-size: 16px;
    }
    html .outer_carousel{
        padding: 0;
    }
    html .home_insight{
        display: none;
    }
    html .category-card{
        display: block;
        height: auto;
    }
    html .category-card.mini .category-content,
    html .category-card.mini .category-images{
        width: 100%;
    }
    html .category-card .category-content{
        width: 100%;
    }
    html .category-card .category-images{
        height: 200px;
        width: 100%;
    }
    html .text_login {
        display: none;
    }

    html .icontopdf,
    html .action.showcart,
    html .minicart-wrapper .action.showcart:before {
        font-size: 20px;
    }

    html .btnpromo {
        width: 100%;
        text-align: center;
        margin-top: 10px;
    }

    html .textpromo {
        font-size: 22px;
        text-align: center;
    }

    html .title_hp {
        font-size: 23px;
    }
    html .navigation .level0 > .level-top{
        font-size: 18px;
    }
    html .page-title-wrapper{
        padding-top: 10px;
    }
}
@media screen and (max-width: 480px) {
    html .page-products .products-grid .product-item{
        margin: 0 0 25px 0 !important;
    }
    html .navigation .level0 > .level-top {
        font-size: 15px;
    }
    html #garanzieproduct{
        font-size: 12px;
    }

    html .owl-carousel .owl-item img {
        height: unset;
    }

}