/*
 * Custom code for child Theme
*/
#wrapper {
    padding-bottom: 100px;
}
.flex-start {
    -ms-flex-align: start !important;
    -ms-grid-row-align: flex-start !important;
    align-items: flex-start !important;
}
.overflow-y-hidden {
    /*overflow-y: hidden;*/
}
.block-links ul > li a::before {
    content: "";
}
.block-links ul > li a {
    padding-left: 0;
}
.elementor-icon-list-item a:hover span {
    color: #d71522 !important;
}
.elementor-products-carousel a img {
    padding: 20px;
}
.elementor-element .elementor-swiper-button {
    border-radius: 50%;
    width: 50px;
    height: 50px;
}
.swiper-button-prev::after, .swiper-button-next::after {
    font-size: 20px;
}
.swiper-button-prev {
    margin-left: -25px;
    opacity: unset;
}
.swiper-button-next {
    margin-right: -25px;
    opacity: unset  ;
}
.swiper-slide {
    margin-left: 2px;
}
#authentication .no-account {
    display: none;
}
.product-quantity .add-to-cart:disabled {
    cursor: not-allowed;
    opacity: 0.3;
}
.breadcrumb div.col-auto {
    display: none;
}
#product .breadcrumb div.col-auto {
    display: block;
}
.z-index-1000 {
    z-index: 1000 !important;
}
.wpcf7-submit {
    background-color: #141414 !important;
}
.wpcf7-submit:hover {
    background-color: rgba(20, 20, 20, 0.75) !important ;
}
a.iubenda-cs-preferences-link {
    display: none !important;
}
/**********************************************************************************************************    HEADER */
header#header {
    font-weight: 600;
    z-index: 1001;
}
.lang-flag {
    display: none;
}
#mobile-header .m-nav-btn {
    color: #141414;
}
.cbp-horizontal .cbp-tab-title {
    font-weight: lighter;
}
#language_selector a {
    font-weight: lighter;
}
#header .ion-icon {
    font-size: 18px;
}
#header .header-btn-w {
    padding: 0 .6rem;
}
#index #desktop-header {
    background: transparent;
}
#index #desktop-header a:hover {
    color: #666666 !important;
}
#index .sticky-desktop-wrapper {
    height: 0 !important;
}
#index .header-top a:not(.btn):not(.nav-link) {
    color: #ffffff;
}
#index .iqitmegamenu-submenu-container a:not(.btn):not(.nav-link) {
    color: #141414;
}
#index .cbp-horizontal > ul > li > a,
#index .cbp-horizontal > ul > li > a:not([href]):not([tabindex]),
#index .cbp-horizontal > ul > li > .cbp-main-link {
    color: #ffffff;
}
.header-background-color {
    background: #f7f7f7 !important;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.header-background-color a {
    color: #141414 !important;
}
.header-background-color a:hover {
    color: #666666 !important;
}
.ps-shoppingcart .cart-products-count-btn {
    top: -11px;
    right: -11px;
}
.ps-shoppingcart.dropdown .show #blockcart-content {
    color: #ffffff;
}
#mobile-header-sticky {
    background-color: rgba(255,255,255,0.9) !important;
}
#mobile-header .m-nav-btn > i {
    font-size: 1.9rem;
}
.no-gutters > .col, .no-gutters > [class*="col-"] {
    padding-right: 8px;
    padding-left: 8px;
}
.cart-products-count-btn {
    background: #E92431;
    color: #141414;
}
.cbp-hrmenu .cbp-links li {
    margin: 10px 0;
}
.form-control, .form-control:focus {
    color: #141414;
}


/******************************************************************************************************    BREADCRUMB */
.breadcrumb {
    text-align: center;
padding-top: 38px !important;
}
.breadcrumb a {
    color: #A2A2A2 !important;
}
.breadcrumb a:hover {
    color: #333333 !important;
}

/********************************************************************************************************    HOMEPAGE */
.hompage-carousels {
    max-width: 1290px;
    margin: auto;
    float: none;
}
.slider-big-img {
    max-width: 660px;
    float: left;
    margin: 0 auto;
}
.slider_bullets {
    width: 20px;
    height: 48px;
    position: absolute;
    right: 60px;
    top: 50%;
    margin-top: -24px;
    cursor: pointer;
    z-index: 999;
}
.collections-slider {
    /*overflow: hidden;*/
}
.collections-slider {
    min-height: 1070px;
}
.collections-slide-1 {
    /*z-index: 9999;*/
}
.collections-slide-2 {
    /*z-index: 9998;*/
    /*height: 0;*/
}
#index .elementor-products-carousel .product-flag {
    display: none;
}
.swiper-button-prev, .swiper-button-next {
    top: 46%;
}
.category-products .swiper-button-prev,
.category-products .swiper-button-next {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}
.swiper-container-wrapper .products.swiper-container {
    margin-left: -17px;
}
.category-products .swiper-button-prev {
    left: 3rem
}
.product-unavailable {
    background: #D72737 !important;
    color: #fff7f7;
}
.product-unavailable span{
	display: none !important;
}
.product-unavailable i {
    display: none !important;
 }
/*********************************************************************************************    PRODUCT SINGLE-PAGE */
#product .images-container {
    padding: 100px 0 100px 0;
}
#product .easyzoom-product {
    z-index: 1;
}
#product #wrapper {
    padding-top: 0;
}
#product #wrapper > div:first-child {
    /*background: linear-gradient( to right, #ffffff 0%, #ffffff 50%, #212121 50%, #212121 100% );*/
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
}
#product .breadcrumb {
    margin: 0 auto;
    padding-bottom: 2rem;
    max-width: 1320px;
    text-align: left;
    padding-right: 50rem;
}
.col-product-image {
    background: #fff;
    padding-left: 5%;
}
.col-product-info {
    background: #212121;
    padding: 160px 0 0 150px;
    margin-top: -105px;
    padding-right: 6%;
}
.viewed-products,
.category-products,
.product-accessories {
    max-width: 1320px;
    margin: 80px auto;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
    color: #141414;
    border-bottom: solid 3px #E92431;
    padding-bottom: 15px;
}
#product-infos-tabs-content {
    padding-top: 40px;
    text-transform: uppercase;
    font-weight: 200;
}
#product #inner-wrapper {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto;
    padding: 0;
}
#product #main-product-wrapper {
    background-color: #212121;
    color: #ffffff;
    padding-bottom: 30px;
}
#product #main-product-wrapper h1,
#product #main-product-wrapper h2,
#product #main-product-wrapper h3,
#product #main-product-wrapper h4,
#product #main-product-wrapper h5,
#product #main-product-wrapper h6,
#product #main-product-wrapper a
{
    color: #ffffff;
}

.product-tabs {
    max-width: 1320px;
    margin: 0 auto !important;
}
#product .product-info-row .product-price {
    color: #ffffff;
}
#product .product-information {
    text-transform: uppercase;
}
#product .product-description {
    padding-bottom: 50px;
    color: #ffffff;
}
.product-description p{
	color: #ffffff;
}
.product-variants .form-control-label {
    width: 100px;
    float: left;
}
.product-quantity .qty .input-group {
    background: #212121;
    color: #ffffff;
}
.bootstrap-touchspin .input-group-btn-vertical button {
    background: #212121;
    color: #ffffff;
}
.product_header_container,.product-additional-info {
    border: 0 !important;
}
#product .btn-primary,
#product .btn-primary.disabled,
#product .btn-primary:disabled {
    background: #E92431;
    color: #ffffff;
    border: none 1px;
    text-transform: uppercase;
}
#product .btn.add-to-cart i {
    display: none;
}
#product .btn-secondary {
    background: transparent;
    color: #ffffff;
    border: solid 1px #ffffff;
}
.product-variants .input-radio,
.product-variants .radio-label {
    min-width: 2.5rem;
    min-height: 2.5rem;
    line-height: 2.5rem;
    border-radius: 50%;
    background: #ffffff;
    color: #141414;
    font-size: 12px;
}
.product-variants .input-color:checked + span,
.product-variants .input-color:hover + span,
.product-variants .input-radio:checked + span,
.product-variants .input-radio:hover + span {
    border: 2px solid #820000;
    line-height: calc(3em - 4px);
}
.product-variants .input-radio + span {
    line-height: calc(2.5rem - 4px);
}
.product-variants > .product-variants-item {
    margin: 1rem 0;
}
.product-variants .input-color,
.product-variants .color {
    border-radius: 50%;
}
.nav-tabs .nav-link {
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.product-tabs {
    background: #212121;
    margin-top: 0;
    padding-top: 95px;
    padding-bottom: 140px;
}
.product-info-row {
    margin: 0 !important;
}
.product-features {
    text-transform: uppercase;
}
.product-features > dl.data-sheet dt.name {
    font-weight: 600;
    line-height: 2.5em;
    letter-spacing: 2px;
    border-bottom: 0;
}
.product-features > dl.data-sheet dd.value {
    font-weight: 200;
    line-height: 2.5em;
    letter-spacing: 1px;
    border-bottom: 0;
}
.product-features > dl.data-sheet {
    width: 60%;
}
.viewed-products .section-title,
.category-products .section-title,
.product-accessories .section-title
{
    font-size: 48px !important;
    text-transform: uppercase !important;
    font-weight: 400 !important;
    margin-bottom: 0 !important;
    padding-bottom: 12px !important;
}
.category-products .section-description {
    text-transform: uppercase;
    position: relative;
    margin-top: -37px;
    margin-bottom: 35px;
    font-size: 14px;
    letter-spacing: 2.33px;
}
.section-description .view-all {
    float: right;
    position: absolute;
    top: 0;
    right: 0;
}
.section-description i {
    font-size: 13px;
    border-radius: 50%;
    height: 23px;
    width: 23px;
    padding: 4px 0 0 2px;
    text-align: center;
    background-color: #141414;
    color: #fff;
}
.section-description i:hover {
    background-color: #666666;
}
.swiper-button-next {
    right: 2rem;
}
.swiper-button-prev {
    left: 2rem;
}
.attributes-img {
    background: #ffffff;
    border-radius: 8px;
}
.brl_attributes_img {
    max-width: 80px;
    background: #ffffff;
    border-radius: 23px;
    margin: 5px 2.5px;
    padding: 2px;
}
.attributes-img {
    background: transparent;
}
.col-add-qty {
    display: none;
}
.social-sharing {
    font-size: 2rem;
    padding-bottom: 1rem;
}
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal>.swiper-pagination-bullets {
    padding-top: 20px;
}

/*******************************************************************************************    CATEGORY PRODUCT-LIST */
#category .breadcrumb a {
    text-shadow: 1px 1px 2px #000;
}
.view-switcher a {
    display: none;
}
#left-column {
    padding-top: 15px;
}
.vmi-category-title-section {
    margin-top: -83px;
    margin-bottom: 100px;
    text-shadow: 1px 1px 4px #141414;
}
#search_filters .facet {
    padding-bottom: 26px !important;
    border-bottom: 1px solid #D7D7D7;
    margin-bottom: 32px !important;
}
#search_filters .facet-title {
    font-size: 12px;
    letter-spacing: 2px;
}
#search_filters .facet .facet-label a,
#search_filters_brands .facet .facet-label a,
#search_filters_suppliers .facet .facet-label a {
    font-size: 12px;
    line-height: 2em;
    text-transform: uppercase;
}
.vmi-category-title-section .breadcrumb {
    color: #ffffff !important;
}
.vmi-category-title-section h1 strong {
    font-weight: 600 !important;
}
.light-carousel .elementor-products-carousel a img,
#category .product-miniature-default .thumbnail-container img,
.viewed-products img,
.category-products img,
.product-accessories img
{
    -webkit-filter: drop-shadow(0px 25px 25px #666);
    filter: drop-shadow(0px 25px 25px #666);
}
#category .category-description-top {
    display: none;
}
.product-cover img
{
    -webkit-filter: drop-shadow(0px 15px 15px #898989);
    filter: drop-shadow(0px 15px 15px #898989);
}
.elementor-products-carousel .product-miniature-default .thumbnail-container {
    padding: 40px;
}
.product-miniature-default .thumbnail-container
{
 
}
.products-grid .product-miniature-default {
    background-color: rgb(216 216 216 / 25%);
    margin: 0 7px;
}
#products .products-grid {
    gap: 10px 0;
}
.product-miniature-grid .product-functional-buttons-bottom {
    opacity: 1;
    bottom: -10px;
    transform: translate(-50px, 0px);
}
.product-miniature-grid .product-functional-buttons {
    background: transparent;
}
.product-miniature-grid .product-functional-buttons i {
    color: #E71B2D;
}
.product-miniature-default .variant-links .color {
    border-radius: 50%;
}
.color,
.radio-label,
.custom-checkbox input[type="checkbox"] + span.color {
    border-radius: 50%;
}
.product-miniature-grid .product-availability {
    bottom: 1.6rem;
}
.js-quick-view-iqit {
    display: none !important;
}
.product-price {
    color: #141414;
    font-size: 2rem !important;
    font-weight: 600 !important;
}
#category #content-wrapper > .elementor {
    display: none !important;
}

/***********************************************************************************************************    PAGES */
.cms-id-4 .page-title,
.cms-id-5 .page-title,
.cms-id-6 .page-title,
#contact .page-title {
    display: none;
}
.cms-id-4 #wrapper,
.cms-id-6 #wrapper
{
    padding-bottom: 0;
}
.cms-id-4 #content,
.cms-id-6 #content
{
    margin-bottom: 0;
}
.sizes-table-section table {
    width: 100%;
    letter-spacing: 2px;
    font-size: 12px;
    line-height: 1.5em;
}
.sizes-table-section table th {
    background: #f7f7f7;
}
.sizes-table-section table th,
.sizes-table-section table td {
    padding: 30px;
    border: 1px solid #dee2e6;
    text-align: center;
}
.sizes-table-section table th:first-child,
.sizes-table-section table td:first-child {
    text-align: left;
}
.mobile-sizes-table p {
    height: 40px;
}
.helmet-section .elementor-widget-container {
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='100%' ry='100%' stroke='%23ffffff80' stroke-width='1' stroke-dasharray='4px%2c12px' stroke-dashoffset='3' stroke-linecap='butt'/%3e%3c/svg%3e");
}
.cms-id-6 .elementor-widget-counter {
    height: 100px;
    border-bottom: 1px solid #ffffff80;
    margin: 0 0 10px;
}
.cms-id-6 .elementor-counter {
    text-align: left;
}
.cms-id-6 .elementor-counter .elementor-counter-number-wrapper {
    width: 30%;
    height: 85px;
    float: left;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
}
.cms-id-6 .elementor-counter .elementor-counter-title {
    width: 70%;
    height: 85px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
}
.cms-id-6 .tooltip-inner {
    max-width: 444px;
    padding: 42px
}
.cms-id-6 .tooltip-inner h3 {
    font-size: 24px;
    text-transform: uppercase;
    line-height: 35px;
    font-weight: 500;
    margin-bottom: 25px;
}
.cms-id-6 .tooltip-inner span {
    font-size: 14px;
    font-weight: 300 !important;
    letter-spacing: 1px;
    line-height: 18px;
    text-transform: unset;
}
.cms-id-6 .elementor-hotspot {
    font-size: 10px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    line-height: 20px;
    padding: 0;
    transition: all .2s ease-in-out;
 }
.cms-id-6 .elementor-hotspot:after {
    position: absolute;
    top: -10px;
    content: '';
    left: -10px;
    width: 40px;
    height: 40px;
    border: 10px solid #eef00080;
    border-radius: 50px;
    background-color: transparent;
    display: inherit;
}
.cms-id-6 .elementor-hotspot:hover {
    transform: scale(1.3);
}
.cms-id-6 .sub-section-helmet {
    min-height: 800px;
    background-position: 32% center !important;
}

.cbp-horizontal > ul > li > a,
.cbp-horizontal > ul > li > a:not([href]):not([tabindex]),
.cbp-horizontal > ul > li > .cbp-main-link {
    max-width: 16.285714rem;
}
#index #footer {
    padding-top: 40px;
}
.contact-rich>strong {
    margin-bottom: 3.5rem;
    display: inline-block;
    font-size: 2.5rem;
}
.pp-iframe {
    min-height: 1400px;
}
.cp-iframe {
    min-height: 3300px;
}
.wpcf7-form-control-wrap {
    margin-top: 5px;
}
.wpcf7 form h3 {
    display: none;
}
#back-to-top {
    bottom: 7.3rem;
}
/*
 *  ***************************************************************************************************    MEDIA QUERIES
 *
*/

/*****************************************************************************************************    SMARTPHONES */
@media only screen and (max-width: 767px) {

    /******************************************************************************************************    HEADER */
    #product .breadcrumb {
        text-align: center;
    }
    .col-add-compare {
        display: none;
    }
    #product .btn-secondary {
        color: #E92431;
    }
    .col-add-btn {
        padding-left: 4rem !important;
        padding-right: 2rem !important;
    }
    .product-add-to-cart .col-add-wishlist, .product-add-to-cart .col-add-compare {
        max-width: 70px;
    }
    #iqitmegamenu-mobile ul:nth-child(1) > li:nth-child(2) > a {
        pointer-events: none;
    }

    /******************************************************************************************    HOMEPAGE CAROUSELS */
    .product-miniature-grid .product-functional-buttons i {
        font-size: 2.2rem;
    }
    .product-miniature-grid .product-title {
        font-size: 1.6rem;
    }
    .product-miniature-grid .product-price {
        font-size: 1.6rem !important;
    }
    .product-miniature-grid .product-availability {
        bottom: 2.6rem;
    }
    .elementor-products-carousel a img {
        padding: 0;
    }
    .product-miniature-grid .product-functional-buttons a {
        padding: 1.3rem;
    }
    .product-miniature-grid .product-functional-buttons-bottom {
        left: 46%;
    }

    /*******************************************************************************************************    PAGES */
    .cms-id-6 .helmet-section > .elementor-container {
        min-height: 400px !important;
    }
    .cms-id-6 .sub-section-helmet {
        min-height: 400px !important;
        background-position: -40% center !important;
    }
    .cms-id-6 .elementor-widget-counter {
        height: 170px;
    }
    .cms-id-6 .elementor-counter .elementor-counter-number-wrapper {
        width: 100%;
        height: 85px;
        float: none;
    }
    .cms-id-6 .elementor-counter .elementor-counter-title {
        width: 100%;
        height: 85px;
    }
    .product-miniature-default .thumbnail-container {
        padding: 12px;
    }
    .pp-iframe {
        min-height: 2200px;
    }
    .cp-iframe {
        min-height: 4800px;
    }
    .sizes-table-section table th, .sizes-table-section table td {
        padding: 15px;
    }
    .mobile-style-table-section tr th:first-of-type {
        width: 50%;
    }
    .h-title {
        font-size: 1.2rem;
        color: #E92431;
    }

    /*************************************************************************************************   PRODUCT PAGE */
    #product .breadcrumb {
        padding: 30px 15px 0 15px !important;
    }
    .col-product-info {
        padding: 30px 15px 0 15px !important;
        margin-top: -88px;
        padding-right: 0;
    }
    .product-add-to-cart i.fa {
        font-size: 2rem;
    }
    .viewed-products .section-title,
    .category-products .section-title,
    .product-accessories .section-title {
        line-height: 1;
    }
    .product-variants .input-radio, .product-variants .radio-label {
        height: 2.5rem;
        font-size: 11px;
    }

    /*************************************************************************************************   CONTACT PAGE */
    .contact-page-info {
        margin-bottom: 8rem;
    }

}

/************************************************************************************************    TABLETS PORTRAIT */
@media only screen and (min-width: 768px) and (max-width: 1023px) {

    /*******************************************************************************************************    PAGES */
    .cms-id-6 .helmet-section > .elementor-container {
        min-height: 600px !important;
    }
    .cms-id-6 .sub-section-helmet {
        min-height: 600px !important;
        background-position: 15% center !important;
    }
    .sizes-table-section table th, .sizes-table-section table td {
        padding: 20px;
    }

    /*************************************************************************************************   PRODUCT PAGE */
    #product .breadcrumb {
        padding-right: 53%;
        padding-left: 15px;
    }
    .col-product-info {
        padding: 30px 0 0 15px;
        margin-top: -125px;
        padding-right: 0;
    }
    #content-wrapper .page-title {
        font-size: 2rem;
        line-height: 1em;
    }
    .brl_attributes_img {
        max-width: 70px;
        border-radius: 18px;
    }
    .category-products .section-title {
        width: 60%;
    }
    .category-products .section-description {
        margin-top: -35px;
    }
    .text-muted {
        font-size: 1.8rem;
    }


}

/***********************************************************************************************    TABLETS LANDSCAPE */
@media only screen and (min-width: 1024px) and (max-width: 1365px) {

    /*******************************************************************************************************    PAGES */
    .cms-id-6 .helmet-section > .elementor-container {
        min-height: 600px !important;
    }
    .cms-id-6 .sub-section-helmet {
        min-height: 600px !important;
        background-position: 16% center !important;
    }
    .cms-id-6 .sub-section-helmet .elementor-heading-title {
        font-size: 65px !important;
    }
    .elementor-element.elementor-element-xttnd7t .elementor-widget-container {
        margin: 42% 0 0 -220% !important;
    }
    .cms-id-6 .sub-section-helmet .elementor-column:nth-child(1),
    .cms-id-6 .sub-section-helmet .elementor-column:nth-child(3) {
        width: 11%;
    }
    .cms-id-6 .sub-section-helmet .elementor-column:nth-child(2) {
        width: 77%;
    }
    .cms-id-6 .the-helmet-title {
        margin-left: -150px;
    }

}
/*****************************************************************************************************    ALL MOBILES */
@media only screen and (max-width: 1365px) {

    /******************************************************************************************************    HEADER */
    #mobile-header-sticky.stuck .col-mobile-menu-dropdown #_mobile_iqitmegamenu-mobile {
        margin-top: 18px;
    }
    .breadcrumb {
        text-align: center;
    }
    #header-wishlist-btn {
        display: none;
    }
    #language_selector {
        padding-right: 0 !important;
    }
    #language_selector a {
        font-weight: 700 !important;
    }
    .lang-selector-mobile-menu {
        padding-right: 0 !important;
    }

    /*******************************************************************************************************    PAGES */
    .cms-id-6 .helmet-section-desktop {
        display: none;
    }
    body {
        font-size: 1.2rem;
    }
    .block-categories ul>li {
        margin-bottom: 1.4rem;
    }

    /*************************************************************************************************   PRODUCT PAGE */
    #product .product-info-row .product-price {
        font-size: 2rem !important;
    }
    #main-product-wrapper .product-add-to-cart {
        z-index: 1001;
    }
    .product-tabs {
        margin-top: 0;
        padding: 30px 15px 0 !important;
    }
    .viewed-products, .category-products, .product-accessories {
        padding: 0 15px 0 15px;
    }
    .product-features > dl.data-sheet {
        width: 100%;
    }

    /******************************************************************************************************    COMMON */

}

/****************************************************************************************************    ALL DESKTOPS */
@media only screen and (min-width: 1366px) {
    /*******************************************************************************************************    PAGES */
    .cms-id-6 .helmet-section-mobile {
        display: none;
    }
}
/* Modifica css Alessandro 23-02-2024 */
.product-features{text-transform:none !important;}
/* /Modifica css Alessandro 23-02-2024 */

.ptl-image img {
    max-width: 80px;
}


/*******************************************************************************************************    B2B */
.product-miniature-list-row .products-grid .product-miniature-default {
    max-height: 300px !important;
}

.product-miniature-list-row .medium-gutters>.col, .medium-gutters>[class*="col-"] {
    padding-right: 0px;
    padding-left: 0px;
}

.product-miniature-default .thumbnail-container {
    margin-bottom: 0px !important;
}
.product-title-list {
    color: #141414;
    font-size: 2rem !important;
    font-weight: 600 !important;
}
.product-miniature-list-row .col.col-description {
    margin-right: 40px;
}
.product-miniature-list .product-price {
    text-align: right;
    display: block;
    margin-top: 10px;
}

.product-variants-item {
    display: flex;
    align-items: center;
    gap: 0rem; /* Spazio tra label e select */
    margin-bottom: 1rem;
}

.product-variants-item .control-label {
    flex: 0 0 120px; /* Larghezza fissa per la label */
    margin: 0;
    font-size: 12px;
}

.product-variants-item select {
    flex: 1; /* Occupa tutto lo spazio rimanente */
}
.an_productattributes.js-an_productattributes {
    max-width: 300px;
}
.col-12.col-sm-auto.col-buy {
    position: relative;
}
.price-left {
    position: absolute;
    bottom: 0;
    right: 320px;
}
.product-miniature-list-row {
    padding: 10px;
}
.an_productattributes-qty-add .btn-primary {
    height: 44px;
}
h2.product-title-list {
    font-size: 24px !important;
}
.an_productattributes.js-an_productattributes {
    position: absolute;
    display: block;
    width: 300px;
    right: 0;
    bottom: 0;
}
.an_productattributes select, .an_productattributes .an_pa_product-variants>.product-variants-item select {
    font-size: 14px;
    font-weight: normal;
    width: 100%;
    box-shadow: none;
    background-color: #fff;
    padding: 0 10px;
    height: 26px;
}
.an_productattributes .an_pa_product-variants>.product-variants-item {
    margin: 5px 0;
}
.clearfix.product-variants-item:after {
    display: block;
    clear: both;
    content: "";
    width: 0;
    height: 0;
    margin: 10px auto 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #333;
    position: absolute;
    right: 16px;
    margin-top: 0px;
}


.qty_disponibile {
    background: #000000;
    display: inline-block;
    padding: 2px 5px;
    color: #07e407;
    font-weight: 600;
    margin-bottom: 3px;
    border-radius: 5px;
}
.qty_ultimi {
    background: #000000;
    display: inline-block;
    padding: 2px 5px;
    color: #ffc107;
    font-weight: 600;
    margin-bottom: 3px;
    border-radius: 5px;
}
.qty_esauriti {
    background: #000000;
    display: inline-block;
    padding: 2px 5px;
    color: #ff5722;
    font-weight: 600;
    margin-bottom: 3px;
    border-radius: 5px;
    max-width: 230px;
}
p.messaggio_sped_b2b {
    border: solid 2px;
    padding: 10px;
    font-size: 10px;
    background: #f8f8f8;
    margin-top: 20px;
}
.prezzo-pubblico {
    font-size: 10px;
    padding-top: 0px;
    margin-top: -10px;
    color: #a80505;
    line-height: 11px;
}
.price-public {
    position: absolute;
    right: 320px;
    width: 200px;
}