/***************
GLOBAL STYLE
***************/
*:focus {
    box-shadow: none;
    outline: 0;
}
a {
    text-decoration: none;
}

.widget.block.block-static-block{
    margin-bottom: 0;
}

h1 {
    text-transform: uppercase;
    font-size: 2rem;
}

h1.page-title, .contact-index-index .page-main > .page-title-wrapper h1.page-title {
    letter-spacing: 1px;
    display: block;
    font-size: 22px;
}

h2 {
    text-transform: uppercase;
}

@media (max-width: 1024px) {
    li.greet.welcome {
        display: none;
    }
}

/** Pre-Header, blocco spedizioni. **/
.topSpedizioni {
	display: block;
	color: #999999;
	background: black;
	text-align: center;
	position: relative;
	font-size: 10px;
	padding: 6px 0;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.65px;
}

.catalogsearch-result-index .swatch-option-tooltip,
.catalog-category-view .swatch-option-tooltip,
.catalog-product-view .swatch-option-tooltip {
    display: none!important;
}
.catalogsearch-result-index .swatch-option:focus,
.catalog-category-view .swatch-option:focus,
.catalog-product-view .swatch-option:focus {
    box-shadow: none;
}

.catalog-category-view .columns .products.list.product-items .product-item .product-item-info .product-item-details .price-final_price,
.catalog-product-view .related .products.list.product-items .product-item .product-item-info .product-item-details .price-final_price,
.catalogsearch-result-index .columns .products.list.product-items .product-item .product-item-info .product-item-details .price-final_price {
    gap: 6px;
    align-items: center;
}

div#sizebay-container {
    display: none;
}
div#szb-container {
    margin-top: 3rem;
}
ul.nav.items,
ol.product-items {
	list-style: none;
	padding-inline-start: 0!important;
}

.owl-carousel.off {
    display: block;
}

/** Pagine Statiche **/
.shipping-table {
    width: max-content;
    margin-bottom: 20px;
}

.shipping-table tr th,
.shipping-table tr td {
    vertical-align: middle !important;
    border: 1px solid #212121;
    padding-right: 40px;
}

@media (max-width: 999px) {

    .cms-home .owl-prev span,
    .owl-next span {
        font-size: 32px;
    }

    .cms-home .owl-next {
        float: right;
    }

    .cms-home .owl-prev {
        float: left;
    }

    .cms-home .owl-nav.disabled {
        display: none !important;
        padding: 0 15px;
    }
}

/** GDPR CHECKBOX **/
.prgdpr-consent-checkbox {
    display: flex;
    align-items: start;
    flex-wrap: nowrap;

}
.prgdpr-consent-checkbox input[type=checkbox] {
    top:0;
    margin: 3px 5px 0 0;
}
.prgdpr-consent-checkbox div.mage-error {
    order: 3;
    flex-basis: 100%;
    margin: 0 0 0 18px !important;
}
ul.compare.wrapper {
    display: none;
}
/* icone edit e delete */
.products-grid.wishlist .product-item-actions .action.edit:before,
.products-grid.wishlist .product-item-actions .action.delete:before,
.cart.table-wrapper .actions-toolbar>.action-edit:before,
.cart.table-wrapper .actions-toolbar>.action-delete:before,
.minicart-items .action.edit:before,
.minicart-items .action.delete:before {
	font-size: 28px!important;
}

.minicart-wrapper .product.actions {
    line-height: normal;
}

/** Footer **/
.page-footer {
    padding: 0;
}

.footer.content {
    width: 100%;
    background-color: #212121!important;
    z-index: 10;
    overflow: hidden!important;
    margin: auto;
    border: none!important;
    padding: 0;
}

.footer.content .seoH1-wrapper {
    padding: 0;
    background: #ffffff;
}

.footer.content .links > li {
    background: transparent!important;
}
.seoH1-container {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 60px 11%;
    margin: auto;
    border: none !important;
    color: #000000;
    line-height: 50px;
    align-content: center;
    align-items: center;
    flex-wrap: nowrap;
}

.seoH1-container > div {
    width: 50%;
}
.seoH1-container  .h1-container h1 {
    padding: 20px 20px 20px 20%;
    font-size: 3.9rem;
    font-weight: 900;
    margin: 0;
    text-align: left;
}
.seoH1-container .p-container {
    padding: 20px;
    font-size: 1.9rem;
    font-weight: 300;
    text-align: left;
}
.seoH1-container .p-container p {
    margin-bottom: 0;
}

.footer-wrapper {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 40px 10px 30px 10px;
    max-width: 1680px!important;
    margin: auto;
    border: none!important;
}

.footer-wrapper .links {
    padding-right: unset!important;
}

.footer-wrapper .links > li {
    margin: 0px -15px!important;
}

.footer-wrapper .links a {
    color: white!important;
    font-size: 10px;
    letter-spacing: 0.6px;
    line-height: 14px;
    margin-bottom: 10px;
    font-weight: 700;
}

.footer-wrapper .links a:hover,
.footer-wrapper .languages-footer-wrapper .switcher strong {
    color: #7d7d76!important;
    text-decoration: none!important;
}

.footer-wrapper > .itemContainer {
    flex-grow: 1;
    justify-content: space-between;
    flex: 1;
    text-align: center;
}

.footer-wrapper > .itemContainer > a > img {
    height: 30px;
    width: 117px;
}

.footer-wrapper > .itemContainer, .footer.links {
    display: flex!important;
    flex-direction: column;
    gap: 6px;
}

.footer-wrapper .footer.links.socials,
.footer-wrapper .languages-footer-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-wrapper .nav.item {
    display: flex;
    gap: 30px;
    justify-content: center;
    align-items: center;
    border: 0px!important;
}

.footer-wrapper .contentTrigger {
    color: #7d7d76;
    font-size: 12px;
    letter-spacing: 1.8px;
    line-height: 26px;
    margin-top: 0px!important;
    margin-bottom: 0px!important;
    text-decoration: none!important;
    font-weight: 700!important;
    position: relative!important;
    text-transform: uppercase;
}

.footer-wrapper .languages-footer-wrapper {
    gap: 5px;
    margin-top: 10px!important;
}


.footer-wrapper > .itemContainer > .footer.links a,
.footer-wrapper > .itemContainer > p.links  {
    margin: 0px!important;
    padding: 0px!important;
    line-height: normal!important;
}

.footer-wrapper > .itemContainer > p.links a {
    margin: 10px 0px!important;
}

.footer-wrapper .footer-newsletter {
    margin: 0!important;
}

.page-footer .footer .instagram:before {
	font-size: 16px!important;
}

.footer.content .switcher-store {
    display: none!important;
}

.footer-wrapper .switcher {
    display: inline!important;
}

.footer-wrapper .switcher .options ul.dropdown {
    min-width: 60px !important;
    border: none !important;
    background: black !important;
    color: #ffffff;
    top: 100%;
    height: fit-content;
}

.footer-wrapper .switcher .options ul.dropdown a:hover {
    color: #7d7d76;
}
.page-footer .copyright {
    margin-top: 0;
}

.switcher.language.switcher-language .switcher-options {
    position: relative !important;
    height: auto!important;
}

.switcher.language.switcher-language .dropdown.switcher-dropdown::before,
.switcher.language.switcher-language .dropdown.switcher-dropdown::after {
    display: none !important;
}

.switcher.language.switcher-language .options .action.toggle {
    padding-left: 5px !important;
}

footer .switcher.language.switcher-language {
    font-size: 12px!important;
}

@media screen and (max-width: 1024px) {
    .switcher.language.switcher-language .switcher-options.active .action.toggle {
        transition: none!important;
    }

    .switcher.language.switcher-language .options.active ul.dropdown {
        transition: none!important;
    }
}

.page-footer .switcher .options ul.dropdown li:hover {
    background: black!important;
}

.switcher.language.switcher-language .options ul.dropdown {
    left: 0px!important;
    margin: 0px 5px;
}

.switcher.language.switcher-language .toggle::after {
    line-height: normal!important;
    color: #7d7d76!important;
    margin-top: 2px!important;
}

footer .switcher.language .switcher-trigger::after {
    content: "\a906"!important;
    font-family: 'cticons'!important;
    padding: 5px;
}

footer .switcher.language .switcher-trigger.active::after {
     content: "\a907"!important;
     font-family: 'cticons'!important;
     padding: 5px;
}

@media screen and (max-width: 1024px) {
    .seoH1-container {
        padding: 20px 10px;
        color: #000000;
        line-height: 30px;
        flex-direction: column;
    }

    .seoH1-container > div {
        width: 100%;
    }
    .seoH1-container .h1-container h1 {
        font-size: 2.2rem;
        text-align: center;
        padding: 10px;
    }
    .seoH1-container .p-container {
        font-size: 1.4rem;
        text-align: center;
        padding: 10px;
    }
    .footer-wrapper {
        flex-direction: column;
        padding-top: 20px;
    }

    .footer-wrapper > .itemContainer {
        text-align: center;
        align-items: center;
    }

    .footer-wrapper > .itemContainer:nth-of-type(1),
    .footer-wrapper > .itemContainer:nth-of-type(2)  {
        margin-bottom: 30px;
        gap: 10px;
    }

    .footer-wrapper hr {
        width: 90%;
        margin: 20px auto!important;
    }

    .footer-wrapper .languages-footer-wrapper {
        margin: 20px 0px 10px 0px!important;
    }

    .footer.links.socials {
        margin-top: 10px!important;
    }

    .nav-sections .switcher.language.switcher-language .switcher-dropdown {
        padding: 10px 0px 10px 0px;
    }
    .nav-sections .switcher:last-child {
        border: none;
    }
}

/***************
FINE GLOBAL STYLE
***************/

/***************
HEADER
***************/
.section-item-content .menu-container .menu > ul > li span.plus:before {
    content: "\a922";
    font-family: "cticons";
}
.section-item-content .menu-container .menu > ul > li.active span.plus:before {
    content: "\a923";
    font-family: "cticons";
}

@media screen and (min-width: 1024px) {
    /* per user dropdown in header */
	.panel.header > .header.links > li {
		display: none;
	}
	.panel.header > .header.links > .customer-welcome {
		display: block;
	}
}

@media(max-width: 1024px) {
	.amsl-popup-overlay {
		left: 0;
	}

    html.nav-open > body {
        overflow: hidden!important;
        /* fix per newsletter popup quando menu è aperto */
    }

    .section-item-title.nav-sections-item-title {
        width: 33%!important;
    }
    .section-item-title.nav-sections-item-title[aria-controls="store.menu"] {
        width: 17% !important;
    }
    .section-item-title.nav-sections-item-title[aria-controls="store-exit"] {
        width: 17% !important;
        padding-top: 4px;
    }

    .section-item-title.nav-sections-item-title[aria-controls="store-exit"] > a::after {
        font-family: 'icons-blank-theme';
        content: '\e616';
        font-size: 42px;
        font-weight: 100;
    }
    .nav-sections .section-item-content {
        padding: 16px 20px!important;
        display: flex;
        flex-direction: column;
    }
    .section-item-content .menu-container .menu > ul > li > a {
        padding: 11px 0px!important;
    }

    .section-item-content .menu-container .menu>ul>li.active.has-active span.plus:before {
        content: "\a922"!important;
    }
    .section-item-content .menu-container .menu>ul>li:not(.active).has-active span.plus:before {
        content: "\a923"!important;
    }
    .section-item-content .menu-container .menu>ul>li.has-active > a {
        text-decoration: underline !important;
    }

}


/* MENU */

/***************
FINE HEADER
***************/


/***************
 CATEGORY PAGE
 **************/

/* Filtri */

.items.sort-by a.action i {
    display: inline-block;
    height: 15px;
    width: 15px;
    border: 1px solid;
    text-align: center;
}

.items.sort-by>li {
    cursor: pointer;
    align-items: center;
}

.filter-options .swatch-attribute .swatch-option.size {
    border: 1px solid #000 ;
}

.filter-options .swatch-attribute.color_group .swatch-option.color {
    border-radius: 50%;
    border: 1px solid #ffffff!important;
}

.swatch-option.color:not(.disabled):hover {
    border: 1px solid #ffffff!important;
    outline: 0px;
}

.filter-options .swatch-attribute.color_group .swatch-option.color[data-option-tooltip-value="#ffffff"] {
    border: 1px solid #7D7D76!important;
}

.filter-options .swatch-attribute.color_group .swatch-option-link-layered {
    display: flex;
    justify-content: center;
}

@media screen and (max-width: 1024px) {
    .filter-options .swatch-attribute.color_group .swatch-option.color {
        height: 30px;
        width: 30px;
        min-width: 30px;
    }

    .filter-options .swatch-attribute.color_group .swatch-option.color[data-option-tooltip-value="#ffffff"] {
        height: 28px;
        width: 28px;
        min-width: 28px;
        margin-top: 1px;
    }

    .filter .filter-current {
        border: solid transparent!important;
    }
}

@media screen and (min-width: 1024px) {
    .filter-options .swatch-attribute.color_group .swatch-option-link-layered {
        display: flex;
        justify-content: center;
    }

    .filter-options .swatch-attribute.color_group .swatch-option.color,
    .filter-options .swatch-attribute.color_group .swatch-option-link-layered  {
        height: 21px;
        width: 21px;
        min-width: 21px;
    }

    .filter-options .swatch-attribute.color_group .swatch-option.color[data-option-tooltip-value="#ffffff"] {
        height: 19px;
        width: 19px;
        min-width: 19px;
        margin-top: 1px!important;
    }

}

/***************
 FINE CATEGORY PAGE
 **************/



/***************
 PRODUCT PAGE
 **************/

.catalog-product-view .product-info-main div.mage-error {
    margin-top: 7px;
    text-align: center;
}


/**Other Color **/

.catalog-product-view .swatch-option {
    overflow: unset;
}



.catalog-product-view .swatch-attribute.color .swatch-attribute-label  {
    padding-bottom: 0;
}

.catalog-product-view .swatch-attribute.color .swatch-option.image.color {
    width: 70px;
    height: auto;
    border-radius: unset;
    border: none!important;
    margin: 0;
}

.catalog-product-view .swatch-option:not(.disabled):hover {
    border: 2px solid #ffa900;
    outline: none!important;
}


.ikomSwatches.tooltip {
    opacity: 1!important;
    height: auto;
    width: 70px;
    z-index: 10;
    text-transform: lowercase;
    font-size: 10px;
}

.ikomSwatches.tooltip > img {
    width: 70px;
    height: auto;
}

.ikomSwatches.tooltip > span.tooltiptext {
    position: relative;
    height: auto;
}

.catalog-product-view div#owl-carousel-gallery-product .owl-dots {
    display: flex;
    gap: 10px;
    justify-content: center;
}
.catalog-product-view div#owl-carousel-gallery-product .owl-dots button.owl-dot {
    width: 7px;
    height: 7px;
    border-radius: 7px;
    border: 1px solid #707070;
}
.catalog-product-view div#owl-carousel-gallery-product .owl-dots button.owl-dot.active {
    background: #212121;
}

/** Collapse Prodotto **/
.collapse-tab.spec-tec-content table>tbody>tr>th {
    vertical-align: middle;
    width: 40%;
    padding: 20px 20px 20px 0;
}

.collapse-tab.spec-tec-content table>tbody>tr>td {
    vertical-align: middle;
    width: 60%;
    padding: 20px 0;
}

.collapse-tab.spec-tec-content td.td_icone {
    padding: 10px 0 0 !important;
}

.collapse-tab.spec-tec-content .caratteristiche_tessuto_container,
.collapse-tab.spec-tec-content .istruzioni_lavaggio_container {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    text-align: center;
}
@media only screen and (max-width:1024px) {
    .category-info > .page-title-wrapper h1 {
        text-align: center;
    }

    .collapse-tab.spec-tec-content .caratteristiche_tessuto_container,
    .collapse-tab.spec-tec-content .istruzioni_lavaggio_container {
        flex-wrap: wrap;
        justify-content: center;
    }


    .collapse-tab.spec-tec-content table>tbody>tr>td {
        width: 75%;
        text-align: center;
    }

    .catalog-product-view .spec-tec-content th,
    .catalog-product-view .spec-tec-content td {
        font-size: 12px;
    }

    .collapse-tab.spec-tec-content .caratteristiche_tessuto img,
    .collapse-tab.spec-tec-content th.title.image img {
        width: 26px;
    }

    .icon-lavaggio:before {
        font-size: 23px;
    }

    .catalog-product-view .card-body {
        padding-left: 0.25rem;
        padding-right: 0.25rem;

    }
}

.collapse-tab.spec-tec-content p.title.image {
    margin-bottom: 0;
}

.collapse-tab.spec-tec-content .caratteristiche_tessuto img,
.collapse-tab.spec-tec-content th.title.image img {
    width: 32px;
}

.collapse-tab.spec-tec-content .caratteristiche_tessuto,
.collapse-tab.spec-tec-content .istruzioni_lavaggio {
    flex-basis: 15%;
    padding-right: 2px;
    box-sizing: content-box;
}



.caratteristiche_tessuto_container p.content,
.istruzioni_lavaggio_container p.content {
    font-size: 9px;
    line-height: 12px;
}

.collapse-tab.spec-tec-content table>tbody>tr {
    border-bottom: 1px dotted #707070;
    text-transform: uppercase;
}

.collapse-tab.spec-tec-content table>tbody>tr:last-child {
    border: none;
}

.catalog-product-view .swatch-attribute.color .swatch-option {
    background-size: initial !important;
    width: max-content;
    height: auto;
}

/** Schermi molto piccoli */
@media (max-width: 350px) {
    .catalog-product-view .link-collapse-container a.size-guide span,
    .catalog-product-view .link-collapse-container a.spec-tec span,
    .catalog-product-view .link-collapse-container .towishlist span {
        padding: 6px 6px;
        font-size: 11px;
    }
}


.product-reviews-summary.empty,
.catalog-product-view .fotorama__caption,
.catalog-product-view span.swatch-attribute-selected-option {
    display: none;
}



/** Icone Specifiche. **/
.descrizione-container {
    padding-bottom: 10px;
    border-bottom: 1px dotted #707070;
}

.icon-lavaggio:before {
    font-family: "lavaggio" !important;
    font-size: 29px;
    font-weight: 100;
    font-style: initial;
}

.icon-tessuto:before {
    font-family: "tessuto" !important;
    font-size: 29px;
    font-weight: 100;
    font-style: initial;
}

/*Composizione*/
.catalog-product-view p.wl_layer {
    display: block;
    font-weight: bold;
    margin-bottom: 0;
    margin-top: 5px;
}
p.wl_layer:first-child {
    margin-top: 0;
}

.catalog-product-view p.wl_descrizione {
    display: inline;
    padding-right: 10px;
}
.catalog-product-view .container-read-more {
    cursor: pointer;
}
.catalog-product-view .container-read-more .container-more {
    max-height: 0;
    overflow:hidden;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.catalog-product-view .container-read-more.opened .container-more {
    height:auto;
    max-height: max-content;
}

.catalog-product-view p.read-more-button {
    text-transform: uppercase;
    font-weight: 800;
    margin-top: 6px;
    margin-bottom: 0;
    font-size: 12px;
}
.catalog-product-view  p.read-more-button::after {
    content: "\a906";
    font-size: 10px;
    font-weight: bold;
    width: max-content;
    padding-top: 5px;
    position: relative;
    top: 1px;
    left: 3px;
}
.catalog-product-view .container-read-more.opened p.read-more-button:after {
    content: "\a907";
}


.catalog-product-view p.wl_manutenzioni{
    margin-bottom: 5px;
}

.catalog-product-view .box-tocart .action.tocart {
    margin-right: 0;
}
.catalog-product-view p.wl_manutenzioni{
    margin-bottom: 5px;
}

/** Tab Size Guide **/

div#collapseSizeGuide .product.data.items > .item.content {
    overflow-x: scroll;
    padding: 20px 0px;
}

.block_size {
    border: none !important;
}

.block_size>.item.title>.switch {
    padding: 5px 15px 25px 15px;
    line-height: 24px;
}

.block_size th {
    background: #212121;
    color: #fff;
    font-size: .85em;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.block_size>.item.title {
    margin: 0 0 -3px 0;
    text-transform: uppercase;
}

.block_size .item.title a:after {
    font-size: 26px !important;
    font-weight: bold !important;
}

.block_size>.item.title>.switch {
    font-size: 1.3rem !important;
    background: none;
    color: #7d7d76 !important;
    cursor: pointer;
}

.block_size>.item.title:not(.disabled)>.switch:active,
.block_size>.item.title.active>.switch,
.block_size>.item.title.active>.switch:focus,
.block_size>.item.title.active>.switch:hover,
.block_size>.item.title>.switch,
.block_size>.item.content {
    border: none !important;
    background: none !important;
}


.block_size>.item.content {
    border-top: 2px solid #212121 !important;
}


.block_size>.item.title.active>.switch,
.block_size>.item.title.active>.switch:focus,
.block_size>.item.title.active>.switch:hover {
    padding-bottom: 25px;
    color: #212121 !important;
}

.block_size tr:nth-child(even) {
    background: #f8f8f8;
}

.block_size tr td,
.block_size tr th {
    text-align: center;
}

.block_size tr>td:first-child,
.block_size tr>th:first-child {
    text-align: left;
}

img.image-tab-size {
    display: block;
    margin: auto;
}


@media (max-width: 769px) {
    .block_size {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }

    .block_size>.item.title>.switch {
        background: #fcfcfc !important;
    }

    .block_size>.item.title:not(.disabled)>.switch:active,
    .block_size>.item.title.active>.switch,
    .block_size>.item.title.active>.switch:focus,
    .block_size>.item.title>.switch:hover {
        background: rgba(125, 125, 118, 0.15) !important;
    }

    .block_size>.item.content {
        border: none !important;
    }
}


/***************
 FINE PRODUCT PAGE
 **************/



/***************
 SEARCH PAGE
 **************/
 .sidebar.sidebar-additional {
    padding-right: 2%;
 }
/***************
 FINE SEARCH PAGE
 **************/


/***************
 CART PAGE
 **************/

.checkout-index-index .page-header,
.checkout-cart-index .page-header {
    background-color: #212121!important;
}
.checkout-index-index .container-loghi,
.checkout-cart-index .container-loghi {
    padding: 15px 20px 15px !important;
    display: flex;
    justify-content: center;
    margin: auto;
    vertical-align: middle;
    gap: 5rem;
    align-items: center;
}

.checkout-index-index .container-loghi .logo,
.checkout-cart-index .container-loghi .logo {
    float: left;
    margin: 0;
    display: flex;
}

.checkout-index-index .container-loghi .logoRG img,
.checkout-cart-index .container-loghi .logoRG img {
    height: 36px;
}

.checkout-index-index .container-loghi .logoCT img,
.checkout-cart-index .container-loghi .logoCT img {
    height: 16px;
}

.checkout-cart-index .page-title-wrapper {
    text-align: center;
    padding: 50px 0 10px 0;
}

.checkout-cart-index .page-title {
    font-weight: bold;
    font-size: 2.2rem;
    letter-spacing: 7.2px;
    text-transform: uppercase;
}
@media (min-width: 1024px) {
    .checkout-cart-index .columns .column.main,
    .checkout-index-index .columns .column.main,
    .checkout-cart-index .page.messages {
        width: 90%!important;
        max-width: 90% !important;
        margin: auto;
    }
}

@media (max-width: 1024px) {
    .checkout-index-index .container-loghi,
    .checkout-cart-index .container-loghi {
        gap: 0;
    }
    .checkout-index-index .logo,
    .checkout-cart-index .logo {
        width: 45%;
        position: initial;
    }
    .checkout-cart-index div#scalapay-payin3-widget {
        padding-left: 15px;
        padding-right: 15px;
        text-align: end;
    }
    .checkout-index-index .container-loghi .logoRG img,
    .checkout-cart-index .container-loghi .logoRG img {
        height: 29px;
    }
}

div#block-discount .content {
    display: block!important;
}

.cart.table-wrapper .actions-toolbar {
	padding-bottom: 30px;
}
/***************
 FINE CART PAGE
 **************/

/***************
 CHECKOUT PAGE
 **************/
/** Minicart e Checkout, fix vari. **/

.GooglePayButton--dark {
    background-color: #212121!important;
    border-radius:8px !important;
}

.payment-method .actions-toolbar {
    text-align: right;
}

.opc-estimated-wrapper .minicart-wrapper button.action.showcart:before {
    color: #333 !important;
}

table.data.table.totals tr.totals-tax {
    display: none;
}

.cart.table-wrapper .actions-toolbar {
    padding-bottom: 30px;
}


.checkout-payment-method .payment-method-content>.actions-toolbar>.primary .action.primary {
    margin-top: 20px;
}

.opc-wrapper .form-login,
.opc-wrapper .form-shipping-address,
.opc-wrapper .methods-shipping {
    background: white;
}

._active {
    width: unset;
}

.summary.title {
    text-transform: uppercase;
    font-size: 2.2rem;
    letter-spacing: 2.4px;
    font-weight: bold;
}

.coupon .control input {
    height: 32px;
}

#shopping-cart-table th span {
    text-transform: uppercase;
    font-size: 12px;
}

.cart.table-wrapper .actions-toolbar>.action-edit:before,
.cart.table-wrapper .actions-toolbar>.action-delete:before,
.minicart-items .action.edit:before,
.minicart-items .action.delete:before {
    font-size: 28px;
}

.minicart-items-wrapper {
	max-height: 50vh;
    overflow-y: scroll;
}

@media (max-width: 768px) {
    .minicart-wrapper .action.showcart .counter.qty {
        top: -11px;
    }
}


/** Disclaimer Carrello e Checkout **/

.checkoutDisclaimer {
    text-align: center;
    max-width: 600px;
    border: 1px solid #333333;
    padding: 30px 20px;
    margin: auto;
    margin-bottom: 50px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0.65px;
    font-size: 12px;
    display: none;
}

.checkout-cart-index .checkoutDisclaimer,
.checkout-index-index .checkoutDisclaimer {
    display: block;
}

.checkout-index-index .checkoutDisclaimer {
    margin-top: 50px;
}
.checkout-index-index table.table-checkout-shipping-method .row {
    margin-left: 0!important;
    margin-right: 0!important;
}
.checkout-index-index .page-header > .header.content {
    padding: 0!important;
    width: 100%;
    margin: auto;
    margin-top: 0px!important;
}

.opc-progress-bar {
    margin-top: 40px;
}

.opc-wrapper {
    width: 66%;
}
.checkout-payment-method .actions-toolbar .primary {
    float: unset;
}

.coupon .control input,
.checkout-index-index .form#discount-form input[type="text"] {
    height: 38px;
}
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action {
    background: #212121!important;
    box-shadow: none!important;
    border-radius: 0 7px 7px 0!important;
    color: #ffff!important;
    font-size: 12px !important;
    padding: 10px 20px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

div#block-discount .content,
.checkout-payment-method .payment-option._collapsible .payment-option-content {
    display: block!important;
}
/* Fix visualizzazione bottoni social nel checkout */
.checkout-index-index .amsl-social-login .amsl-buttons {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.checkout-index-index .amsl-social-login .amsl-buttons .amsl-button-wrapper {
    width: 100%;
    height: 100%;
}

@media (max-width: 768px) {
    .checkout-index-index .checkoutDisclaimer {
        margin-top: 10px;
        margin-bottom: 80px;
    }
    .checkout-cart-index div#scalapayText {
        text-align: center;
    }
    .checkout-index-index .logo {
        width: 100%;
        position: relative;
        margin: 0;
        top: unset;
        padding-bottom: 0px;
    }
    .opc-wrapper {
        width: 100%;
    }
    .catalog-product-view .box-tocart .action.tocart{
        margin-top:20px!important;
    }
    .cart-discount {
        margin-top: -30px;
    }
    .checkout-cart-index .cart-discount {
        margin-top: 0;
    }
    .checkout-cart-index .cart.table-wrapper .col.qty,
    .checkout-cart-index .cart.table-wrapper .col.price,
    .checkout-cart-index .cart.table-wrapper .col.subtotal,
    .checkout-cart-index .cart.table-wrapper .col.msrp{
        text-align:center!important;
    }
}


/***************
 FINE CHECKOUT PAGE
 **************/

/***************
 ACCOUNT PAGES
 **************/


@media screen and (max-width: 769px) {

    .block-collapsible-nav .title {
        border-top: 1px solid #c6c6c6;
        border-bottom: 1px solid #c6c6c6;
    }
}


div#payment-request-button {
    border: none !important;
}

button.GooglePayButton.GooglePayButton--default.GooglePayButton--dark {
    border-radius: 0 !important;
    background-color: #000000 !important;
    border: 2px solid #000000 !important;
}
/***************
 FINE ACCOUNT PAGES
 **************/

/** Amasty Social Login **/

.amsl-button-wrapper.with-label.-rectangular .amsl-button.-google .amsl-social-icon,
.amsl-button-wrapper.with-label.-rectangular .amsl-button.-facebook .amsl-social-icon,
.amsl-button-wrapper.with-label.-rectangular .amsl-button.-amazon .amsl-social-icon,
.amsl-button-wrapper.with-label.-rectangular .amsl-button.-paypal .amsl-social-icon {
    background-color: transparent;
}

.amsl-popup-block.-social-top .amsl-login-content .amsl-social-login .amsl-button {
    height: 55px;
}
.amsl-popup-block .fieldset {
    margin-bottom: 10px;
}

.amsl-popup-block  .prgdpr-consent-checkbox {
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    color:#000;
    margin-bottom: 10px;
    flex-wrap: wrap;
}

.amsl-popup-block .checkbox {
    width: 15px;
    height: 15px;
}


.amsl-popup-block .prgdpr-consent-checkbox input[type=checkbox] {
    height: 15px;
    margin: 2px 8px 0 0;
    vertical-align: middle;
    min-width: 15px;
}


.amsl-popup-block .prgdpr-consent-checkbox label {
    width: 94%;
}

.amsl-cart-page .amsl-social-login,
.amsl-login-page .amsl-social-login,
.amsl-registration-page .amsl-social-login {
    padding: 0;
}



/***************
 WISHLIST PAGE
**************/

@media screen and (max-width: 768px) {
    .wishlist-index-index .pager {
        display: flex;
        justify-content: space-between;
    }

    .products-grid.wishlist .product-item {
        padding: 0px!important;
    }

    .products-grid.wishlist .product-item-link {
        display: block;
    }

    .products-grid.wishlist .product-item .box-tocart,
    .products-grid.wishlist .product-item-actions {
        float: none!important;
        text-align: end;
    }

    .product-item-inner {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 10px;
        width: 100%;
    }

    .product-item-inner > div:first-child {
        grid-column: span 2;
    }

    .product-item-inner > div {
        margin: 0px!important;
    }

    .products-grid.wishlist .product-item-name {
        margin-left: 0px!important;
    }

    .products-grid.wishlist .product-item-link {
        padding-top: 10px;
    }
}

/***************
 FINE WISHLIST PAGE
**************/

 /* Pulsante stampa etichetta My Profile ---> My Returns */
 button.action.primary[data-role="aw-rma-print-label-button"] {
     display: none;
 }

/******************************
 FEEDATY WIDGET PRODUCT PAGE
******************************/
.fdt_productStriscia-full-black_widget_wrapper {
    flex-direction: row !important;
}

.fdt_productStriscia-full-black_widget_product {
    min-width: 100% !important;
    max-width: 100% !important;
    width: 100% !important;
}

#fdt_productStriscia-full-black_widget_wrapper .fdt_productStriscia-full-black_widget_row {
    margin: auto 15px;
}

@media (max-width: 1024px) {
    .fdt_productStriscia-full-black_widget_wrapper {
        justify-content: center !important;
    }
}

/******************************
 FEEDATY WIDGET FOOTER
******************************/
.feedatyStoreBadge {
    margin-top: 6px;
}

.fdt_merchantStriscia-3_widget_merchant,
.fdt_merchantStriscia-3_widget_wrapper {
    background: transparent!important;
    max-width: 100% !important;
    width: 100%!important;
    min-width: 100% !important;
}
.fdt_merchantStriscia-3_widget_wrapper > a {
    color: #ffffff;
    max-width: fit-content;
    gap: 10px;
    margin: auto;
}
.fdt_merchantStriscia-3_widget_row {
    color: #7d7d76!important;
}

.fdt_merchantStriscia-3_vote {
    display: none;
}
img.fdt_merchantStriscia-3_stars {
    max-width: 90px!important;
    min-width: 90px!important;
    width: 90px!important;
    color: #ffa900;
}
.fdt_merchantStriscia-3_logo {
    width: 70px!important;
    height: 16px!important;
    min-width: 70px!important;
    min-height: 16px!important;
    max-width: 70px!important;
    max-height: 16px!important;
}

/******************************
 FEEDATY WIDGET PRODUCT
******************************/
img.fdt_productStriscia-full-black_stars {
    max-width: 90px!important;
    min-width: 90px!important;
    width: 90px!important;
    color: #ffa900;
}
.fdt_productStriscia-full-black_logo {
    width: 70px!important;
    height: 16px!important;
    min-width: 70px!important;
    min-height: 16px!important;
    max-width: 70px!important;
    max-height: 16px!important;
}

@media screen and (max-width: 1024px) {
    .feedaty_widget {
        max-width: 88%!important;
        margin: 0 auto 20px auto;
    }
    .fdt_productStriscia-full-black_widget_product {
        max-width: 100% !important;
        width: 100% !important;
        min-width: 100% !important;
    }

}
.product-info-main .product-info-price .old-price .price-wrapper .price {
    font-weight: 300 !important;
}
