/*html, body {
    max-width: 100%;
    overflow-x: hidden;
}
*/

/* tuning sarch bar elastic desktop/tablet */
@media (min-width: 900px) {
    #header div#topsearchelastic_widget {
        width: 100% !important;
    }

    #header i.icona-ricerca-desktop {
        color: black;
        position: relative;
        font-size: 25px;
        bottom: 5px;
        right: 5px;
    }

    #header div.header-top {
        max-width: 1440px;
        margin: auto;
    }

    #header .header-nav div:first-child {
        max-width: 1440px !important;
    }

    #header span.iso_code_lingua {
        text-transform: uppercase;
    }

    .ets_prmn_megamenu ul.prmn_menus_ul {
        height: 61px !important;
    }
}

#footer .block-links ul > li a:before {
    /*content: "\f105";*/
    display: none !important;
}

#footer .block-links ul > li a {
    padding-left: 0px !important;
}

#footer .block-title:after {
    display: none !important;
}

#footer hr.hr-footer-under-link {
    border-top: 2px solid #b66c0e;
}

#footer .ul-footer-right {
    list-style-type: none !important;
    padding: 0px !important;
}

#footer span.title-newsletter-block {
    text-transform: uppercase;
    font-size: 30px;
}

#footer .footer-style-3 .block-newsletter > h5 {
    text-align: left !important;
}

p#scrolldownnwsl {
    cursor: pointer;
}

/* tuning footer end bar */
div._footer-copyrights-pers {
    background-color: white;
}

div.contenitore-footer-end-bar {
    max-width: 97%;
    padding: 5px 0px;
    margin: auto;
}

#footer div.contenitore-footer-end-bar span{
    color: black;
    font-weight: 700;
}
#footer div.contenitore-footer-end-bar a.link-hirooks {
    color: #000 !important;
    font-weight: 500;
}
#footer div.contenitore-footer-end-bar a.link-hirooks:hover {
    text-decoration: underline !important;
}

#footer-copyrights i {
    font-size: 30px !important;
}

/*  tuning search bar header*/
/* only for mobile */
@media (min-width: 320px) and (max-width: 480px) {
    /* start new code fix product*/
    #product .product-prices.js-product-prices {
        max-width: 200px;
    }
    #product .product-availability-containter.mt-2 {
        margin-top: 30px !important;
    }
    #topsearchelastic_widget {
        width: 100% !important;
    }

    #topsearchelastic_widget form input[type=text]:focus {
        outline: 3px solid #f5a623 !important;
    }

    #topsearchelastic_widget form input[type=text] {
        min-width: 100% !important;
    }

    #header i.icona-ricerca-desktop {
        color: #000;
        position: relative;
        font-size: 25px;
        bottom: 5px;
        right: 5px;
    }

    #topsearchelastic_widget form input[type=text]:focus {
        outline: 3px solid #f5a623 !important;
    }

    #topsearchelastic_result {
        max-height: 600px !important;
    }

    #topsearchelastic_widget .results_header {
        background: transparent;
        border-radius: 3px;
        font-family: "Open Sans", Verdana, Tahoma, Arial, Helvetica, sans-serif;
        font-size: 11px;
        color: rgb(104, 104, 104);
        text-align: start;
        padding-left: 10px;
        padding-top: 15px;
        padding-bottom: 5px;
        border-top: 1px solid rgb(232, 232, 232);
        text-transform: uppercase !important;
    }

    a.topsearchelastic_item img {
        display: none !important;
    }

    div#suggestion_results a, div#product_results a, div#category_results a {
        font-size: 16px;
    }

    #category_results .topsearchelastic_item, #suggestion_results .topsearchelastic_item,
    #product_results .topsearchelastic_item {
        padding: 5px 9px !important;
    }

    #topsearchelastic_widget #category_results .topsearchelastic_item b, #topsearchelastic_widget #suggestion_results .topsearchelastic_item b {
        color: #f5a623 !important;
    }

    #product_results .topsearchelastic_item.active {
        color: #f5a623 !important;
        font-family: "Open Sans", sans-serif;
    }

    #product_results .topsearchelastic_item {
        border-bottom: none !important;
    }

    a.topsearchelastic_item {
        padding: 0px !important;
    }

    #product_results .topsearchelastic_item {
        line-height: 27px;
        height: 28px;
    }

    #category_results .topsearchelastic_item, #suggestion_results .topsearchelastic_item {
        line-height: 14px !important;
    }

    div#category_results, div#suggestion_results, div#product_results {
        margin-bottom: 15px;
    }

    div#product_results {
        margin-bottom: 20px !important;
        margin-top: -7px !important;
    }
}

/* only for desktop*/
@media (min-width: 1100px) {
    #topsearchelastic_widget form input[type=text]:focus {
        outline: 3px solid #f5a623 !important;
    }

    #topsearchelastic_result {
        max-height: 600px !important;
    }

    #topsearchelastic_widget .results_header {
        background: transparent;
        border-radius: 3px;
        font-family: "Open Sans", Verdana, Tahoma, Arial, Helvetica, sans-serif;
        font-size: 11px;
        color: rgb(104, 104, 104);
        text-align: start;
        padding-left: 10px;
        padding-top: 15px;
        padding-bottom: 5px;
        border-top: 1px solid rgb(232, 232, 232);
        text-transform: uppercase !important;
    }

    a.topsearchelastic_item img {
        display: none !important;
    }

    div#suggestion_results a, div#product_results a, div#category_results a {
        font-size: 16px;
    }

    #category_results .topsearchelastic_item, #suggestion_results .topsearchelastic_item,
    #product_results .topsearchelastic_item {
        padding: 5px 9px !important;
    }

    #topsearchelastic_widget #category_results .topsearchelastic_item b, #topsearchelastic_widget #suggestion_results .topsearchelastic_item b {
        color: #f5a623 !important;
    }

    #product_results .topsearchelastic_item.active {
        color: #f5a623 !important;
        font-family: "Open Sans", sans-serif;
    }

    #product_results .topsearchelastic_item {
        border-bottom: none !important;
    }

    a.topsearchelastic_item {
        padding: 0px !important;
    }

    #product_results .topsearchelastic_item {
        line-height: 27px;
        height: 28px;
    }

    #category_results .topsearchelastic_item, #suggestion_results .topsearchelastic_item {
        line-height: 14px !important;
    }

    div#category_results, div#suggestion_results, div#product_results {
        margin-bottom: 15px;
    }

    div#product_results {
        margin-bottom: 20px !important;
        margin-top: -7px !important;
    }
}

/* tuning form newsletter footer*/
div#footer-container-first {
    background-color: rgb(201, 201, 201) !important;
}

/* tuning product page */
/* reference product */
#product div.reference-product span, #product div.brand-product span {
    color: black;
}

/* reassurance block with htmlbanners */
#product .banner-product-reassurance .txt-reassurance {
    padding: 0px;
}

#product .banner-product-reassurance i {
    font-size: 22px;
    color: black;
}

#product .banner-product-reassurance span {
    color: black;
    margin-left: 5px !important;
}

#product .banner-product-reassurance {
    margin: 20px 10px;
}

@media (min-width: 320px) and (max-width: 480px) {
    #product .banner-product-reassurance .txt-reassurance {
        margin-left: 20px;
    }

    .ets_prmn_megamenu.ets_transition_default.ets_transition_mobile_floating.prmn_center_sticky.prmn_menu_width_fixed.hover.changestatus {
        width: 0px !important;
    }
}

/* tunin menu desktop */
span.prmn_menu_content_title {
    font-size: 12px !important;
    padding: 0px 12px !important;
}

span.prmn_arrow {
    display: none !important;
}

/*  tuninh menu mobile */
@media (min-width: 320px) and (max-width: 480px) {
    .prmn_blocks_li {
        margin-bottom: 0px !important;
    }

    .ets_prmn_block > .h4 {
        margin-top: 15px !important;
    }

    .ets_prmn_block_content li {
        text-align: left !important;
        margin-left: 20px !important;
    }

    #mobile-header div.ets_prmn_megamenu {
        margin-top: 0px !important;
        background-color: #000000 !important;
        color: #FFFFFF !important;
    }

    #mobile-header div.ybc-menu-toggle {
        color: #ffffff !important;
    }

    #mobile-header div.ybc-menu-toggle .icon-bar {
        background-color: #FFFFFF !important;
    }

    .ybc-menu-button-toggle_icon {
        position: relative !important;
        left: 30px !important;
    }

    div.mobile-menu-icon i, div.mobile-menu-icon span {
        color: #000000 !important;
    }

    div.block-iqitlinksmanager-3, div#iqithtmlandbanners-block-7 {
        display: none !important;
    }
}

table.homepage-table {
    width: 100%;
    margin-top: 2px;
}

table.homepage-table td {
    border: none;
    padding: 5px;
    width: 50%;
    text-align: center;
    color: #000000;
    font-weight: 600;
}

table.homepage-table td.grigio-chiaro {
    background-color: #eeeeee !important;
}

table.homepage-table td.grigio-scuro {
    background-color: #cccccc !important;
}

/* tuning elementor stretched only desktop */
@media (min-width: 1200px) {
    .elementor-section.elementor-section-stretched {
        width: 99.5vw !important;
    }
}

.slider-categorie .swiper-slide-inner {
    text-align: center !important;
}

.mobile-buttons-bar i {
    color: white !important;
}

.row.no-gutters.align-items-center.row-mobile-buttons {
    background-color: black !important;
}

/* tuning page category */
button#search_center_filter_toggler {
    display: none !important;
}

.products-grid .product-miniature-default .product-available {
    display: block !important;
}

.product-miniature-default .product-thumbnail img, a.thumbnail.product-thumbnail {
    background-color: #FFFFFF !important;
}

/* tuning ammazing filter */
.af-slider .selected-bar {
    background: #f5a623 !important;
}

.af-slider .pointer {
    border: 5px solid #f5a623 !important;
}

.active > .af-checkbox-label:before, .active > .af-radio-label:before {
    color: #f5a623 !important;
}

.selectedFilters .clearAll {
    background: rgb(245, 166, 35, 0.7);
}

/*  tuning product page */
/* only desktop */
@media (min-width: 1200px) {
    #product .u-need-help i {
        position: relative;
        left: 20px;
        bottom: 5px;
    }

    #product .u-need-help div {
        padding: 0px !important;
    }

    #product .u-need-help {
        padding: 5px 0px 5px 0px !important;
    }
}

#product .u-need-help i {
    color: black;
    font-size: 30px;
}

#product .u-need-help div {
    margin: 0px !important;
}

#product .u-deed-help-border {
    margin-bottom: 10px;
    background-color: #eeeeee !important;
    border: 1px solid gray !important;
}

#product .u-need-help {
    color: black;
    padding: 10px 0px 10px 0px;
    margin: 20px 0px;
}

/* tuning product page */
@media (min-width: 1200px) {
    #product .u-need-help {
        margin: 0px 0px;
    }

    #product .product-cover .product-flags {
        left: 85% !important;
    }
}

#product .product-cover .product-flags {
    left: 80% !important;
}

#product .product-flags .discount, .product-flags .on-sale {
    padding: 5px 30px !important;
}

#product span.brand-product-txt a {
    color: #ffa20c !important;
    text-decoration: underline;
    margin-bottom: 5px;
    font-weight: bold;
}

#product span.separe-head-product {
    margin-left: 20px;
    margin-right: 20px;
}

div#product-description-short-95174 {
    color: black;
}

#product .product_header_container {
    border-bottom: none !important;
    padding-bottom: 0rem !important;
    margin-bottom: 0rem !important;
}

#product .product_p_price_container {
    border-top: none !important;
}

#product form#add-to-cart-or-refresh {
    border: 1px solid gray !important;
    padding: 25px 25px 0px 25px;
    background-color: #efeeec;
}

#product .reference-product {
    margin-bottom: 15px !important;
}

#product .product-information .badge-warning {
    background-color: transparent !important;
    color: #FF9A52 !important;
}

#product .product-information .product-available {
    background: transparent !important;
    color: #67a675 !important;
}

#product .product-information .product-unavailable {
    background: transparent !important;
    color: #a17738 !important;
}

#product span#product-availability {
    font-size: 13px;
    margin: 10px 0px;
    text-align: left;
    padding-left: 0px;
    display: flex;
}

#product span#product-availability i {
    display: none !important;
}

#product div#pbfsimulator {
    text-align: right !important;
    color: black !important;
}

#product div#pbfsimulator i {
    color: black;
    font-size: 15px;
}

#product .product_p_price_container {
    margin-top: 0px !important;
    padding-top: 0px !important;
}

#product div.u-need-help a {
    text-decoration: underline !important;
    color: black !important;
}


@media (min-width: 1000px) {
    #product button.btn.btn-primary.btn-lg.add-to-cart {
        width: 100% !important;
    }
}

#product .product-actions.js-product-actions {
    margin-top: 10px !important;
}

#product div.icone-sharing-product span, #product div.icone-sharing-product i {
    color: black !important
}

/* tuning scheda tecnica pagina prodotto */
#product .nav-tabs .nav-link.active, .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
    color: #ffffff !important;
    border-bottom: none !important;
    background-color: #ffa20c !important;
}

#product #product-infos-tabs li.nav-item {
    padding: 0px !important;
    margin: 0px !important;
}

#product #product-infos-tabs a.nav-link {
    padding: 5px 50px !important;
    opacity: 1 !important;
}

#product ul#product-infos-tabs {
    background-color: #efeeec;
    border-bottom: none !important;
    margin-bottom: 0px !important;
}

#product div#product-infos-tabs-content {
    border-bottom: 1px solid black;
    border-right: 1px solid black;
    border-left: 1px solid black;
}

#product .product-tabs {
    border-top: solid 1px #ffa20c;
}

#product div#product-infos-tabs-content {
    padding: 20px !important;
}

span.regular-price {
    color: #e80600 !important;
}

#product .form-control-label {
    padding-top: 0px !important;
    display: none !important;
}

#product .clearfix.product-variants-item {
    margin: 0px !important;
    width: 100% !important;
}

#product .product-variants > .product-variants-item .custom-select2 {
    width: 100% !important;
    max-width: 100% !important;
}

#product .condivisione-socia-prodotto {
    padding: 0px 20px !important;
    margin-top: 15px !important;
}

/* only mobile */
@media (min-width: 320px) and (max-width: 480px) {
    #product .col-auto.social-sharing.text-start.icone-sharing-product li {
        padding-bottom: 10px;
    }

    #product div#iqithtmlandbanners-block-8 i.fa.fa-lock {
        font-size: 40px !important;
        position: relative;
        left: 5px !important;
    }
}

@media (min-width: 1150px) {
    #product div#iqithtmlandbanners-block-8 i.fa.fa-lock {
        font-size: 40px !important;
        position: relative;
        left: 24px !important;
    }

    #product .u-need-help p, #product .u-need-help span {
        margin: 10px 0px !important;
    }

    #product .u-need-help img {
        margin: 10px !important;
    }

    #header div#blockcart {
        max-width: 51px !important;
    }
}

#product li.copylink {
    cursor: pointer;
}

#product div.banner-link-copiato {
    display: none;
    position: absolute;
    background-color: #b8dd81;
    padding: 5px;
    border-color: #000;
    border-radius: 5px;
}

#footer li.youtube {
    margin-left: 12px;
}

/*  tuning wrapper*/
#wrapper {
    color: #333 !important;
}

/* tuning checkout page */
#checkout form#customer-form p {
    text-align: right !important;
}

#checkout button.continue.btn.btn-primary.btn-block.btn-lg {
    background-color: #000000 !important;
    text-transform: uppercase;
    padding: 5px !important;
}

#checkout form#customer-form a {
    text-decoration: underline;
    color: #0072ab !important;
}

#checkout a.btn-login-checkout {
    background-color: #000;
    padding: 5px 20px;
    margin-left: 20px;
    color: #fff;
    text-decoration-color: #000;
    width: 130px !important;
    display: inline-block;
    text-align: center;
}

#checkout a.btn-checkout-fb {
    margin-left: 2px !important;
    background-color: #007ae4 !important;

}

#checkout a.btn-checkout-g {
    margin-left: 10px !important;
    background-color: #666666 !important;
}

#checkout .card {
    border: 1px solid #000 !important;
}

#checkout .cart-voucher.js-cart-voucher {
    border-top: 1px solid black !important;
}

#checkout .rsc-block {
    padding: 0px !important;
}

#checkout section#checkout-personal-information-step p, #checkout .iqitsociallogin.iqitsociallogin-checkout span {
    font-weight: bold !important;
}

body#checkout section.checkout-step {
    border: 1px #000 solid !important;
}

body#checkout section.checkout-step.-current .step-title {
    border-bottom: 1px solid #000 !important;
}

#checkout .iqitsociallogin.iqitsociallogin-checkout.iqitsociallogin-colors-native.pb-3.pt-1 {
    border-bottom: solid 1px rgba(0, 0, 0, 0.125);
    margin-bottom: 20px;
}

#checkout hr.separe-create-account {
    margin-bottom: 20px !important;
}

/*only mobile checkpiu*/
@media (min-width: 320px) and (max-width: 480px) {
    #checkout div.content p {
        text-align: center;
    }

    #checkout .iqitsociallogin.iqitsociallogin-checkout.iqitsociallogin-colors-native.pb-3.pt-1 {
        text-align: center;
    }
}

/* new accordion tuning */

.accordion-checkout input {
    position: absolute;
    opacity: 0;
    z-index: -1;
}

.accordion-checkout .tab-label img {
    margin-right: 15px;
}

/* Accordion styles */
.accordion-checkout .tabs {
    border-top: solid 1px black;
}

.accordion-checkout .tab {
    width: 100%;
    color: #000000;
    overflow: hidden;
    border-bottom: solid 1px black;
    border-left: solid 1px black;
    border-right: solid 1px black;
}

.accordion-checkout .tab-label {
    display: flex;
    justify-content: space-between;
    padding: 1em;
    background: #ffffff;
    font-weight: bold;
    cursor: pointer;
    /*border: 1px solid black;*/
}

.accordion-checkout .tab-label::after {
    content: "\276F";
    width: 1em;
    height: 1em;
    text-align: center;
    transition: all 0.35s;
}

.accordion-checkout .tab-content {
    max-height: 0;
    padding: 0 1em;
    color: #000000;
    background: #fff;
    transition: all 0.35s;
}

.accordion-checkout .tab-close {
    display: flex;
    justify-content: flex-end;
    padding: 1em;
    font-size: 0.75em;
    background: #fff;
    cursor: pointer;
}

.accordion-checkout .tab-close:hover {
    background: #fff;
}

.accordion-checkout input:checked + .tab-label {
    background: #fff;
}

.accordion-checkout input:checked + .tab-label::after {
    transform: rotate(90deg);
}

.accordion-checkout input:checked ~ .tab-content {
    max-height: 100vh;
    padding: 1em;
}

.accordion-checkout label {
    margin-bottom: 0px !important;
}

/* end new accordion tuning*/

/* tuning captha module */
#checkout div#g-recaptcha-re div {
    text-align: center !important;
    margin: auto;
}

/* tuning banner top desktop */
@media (min-width: 1270px) {
    .lpstextbanner {
        position: absolute !important;
        height: 30.78px !important;
        background-color: transparent !important;
        pointer-events: none !important;
    }

    .lpstextbanner > div.container {
        width: 300px !important;
        margin: 0 auto !important;
        pointer-events: auto !important;
    }

    .lpstextbanner .lpsmessages span {
        font-size: 12px !important;
        font-family: "Open-sans", sans-serif !important;
        font-weight: bold !important;
    }
}

@media (min-width: 1025px) and (max-width: 1280px) {
    .lpstextbanner {
        position: absolute !important;
        height: 30.78px !important;
        background-color: transparent !important;
        pointer-events: none !important;
    }

    .lpstextbanner > div.container {
        width: 150px !important;
        margin: 0 auto !important;
        pointer-events: auto !important;
    }

    .lpstextbanner .lpsmessages span {
        font-size: 12px !important;
        font-family: "Open-sans", sans-serif !important;
        font-weight: bold !important;
        margin: 0 auto;
    }

    .lpsslides {
        font-size: 12px !important;
        font-family: "Open-sans", sans-serif !important;
        font-weight: bold !important;
    }
}

.lpsslides {
    text-align: center !important;
}

#header .lpstextbanner span.msg-banner {
    font-size: 12px !important;
    font-family: "Open-sans", sans-serif !important;
    font-weight: bold !important;
}

@media (min-width: 320px) and (max-width: 480px) {
    .lpstextbanner > div.container {
        height: 100% !important;
    }

    .slick-slide {
        height: 100% !important;
    }

    /*div#iqithtmlandbanners-block-2 {*/
    /*    display: none !important;*/
    /*}*/

    .slick-slider {
        top: 10px !important;
    }

    .lpstextbanner {
        height: 35px !important;
        z-index: 1 !important;
    }

    #header .header-nav {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }
}

.slick-next {
    right: 5px !important;
    font-family: "arial", sans-serif !important;
    font-weight: bold !important;
    transition: opacity 1s ease-out;
    background: no-repeat;
    background-image: url("https://www.luckymusic.com/themes/warehousechild/assets/img/arrow/next_arrow.png") !important;
    background-size: 20px 20px;
}

.slick-next:before {
    font-size: 25px;
    position: relative;
    bottom: 5px;
    content: "" !important;
    background-image: url("https://www.luckymusic.com/themes/warehousechild/assets/img/arrow/next_arrow.png") !important;
    background-size: 20px 20px;
}

.slick-next:hover {
    background-image: url("https://www.luckymusic.com/themes/warehousechild/assets/img/arrow/next_arrow.png") !important;
    background-size: 20px 20px;
}

.slick-prev {
    left: 5px !important;
    font-family: "arial", sans-serif !important;
    font-weight: bold !important;
    z-index: 100;
    transition: opacity 1s ease-out;
    background: no-repeat;
    background-image: url("https://www.luckymusic.com/themes/warehousechild/assets/img/arrow/prev_arrow.png") !important;
    background-size: 20px 20px;
}

.slick-prev:before {
    font-size: 25px;
    position: relative;
    bottom: 5px;
    content: "" !important;
    background-image: url("https://www.luckymusic.com/themes/warehousechild/assets/img/arrow/prev_arrow.png") !important;
    background-size: 20px 20px;
}

.slick-prev:hover {
    background-image: url("https://www.luckymusic.com/themes/warehousechild/assets/img/arrow/prev_arrow.png") !important;
    background-size: 20px 20px;
}

#product div.swiper-wrapper i.fa.fa-expand {
    width: 30px !important;
    height: 30px !important;
    font-size: 30px !important;
    position: relative;
    left: 2px;
}

/* tuning rating module */
/*only desktop*/
@media (min-width: 1281px) {
    /*#product div#result_product_page {
        padding: 0px 20px;
    }*/

    /*#product #col-product-info #spr .row {
        display: flex !important;
    }*/

    /*#product #spr_reviews_list_footer .top_reviews_block h4 {
        position: relative !important;
        bottom: 10px !important;
    }*/

    /*#product #spr_reviews_list_footer i.material-icons.spr-icon_success {
        position: relative;
        top: 7px;
    }*/

    /*#product #spr .row.value-text {
        display: flex !important;
    }*/

    /*#product #spr_review_details > .row {
        display: block !important;
    }*/

    /*#product .col-xs-12.mb-1.review_global_label.text-center {
        display: none;
    }*/

    /*#product #spr span.review_customer {
        position: relative;
        top: 15px;
    }*/

    /*#product #spr_review_details .row.value-text, #product div.row.contenuto-recensione {
        width: 50% !important;
    }*/

    /*#product #spr .review_text {
        padding-left: 14px !important;
    }*/

    /*#product .spr_reviews_list_footer > .row.mb-2 {
        display: flex !important;
    }*/

    /*#product #spr_review_details .row.bt_filter_row {
        display: flex !important;
    }*/

    /*#product #spr .distribution {
        float: none;
    }*/

    #product .progress-distrib {
        text-align: center !important;
        z-index: 10 !important;
    }

    #product span.progress-bar.progress_custom_color {
        position: relative;
        bottom: 20px !important;
        z-index: 1 !important;
    }

    #product span.col-xs-12.pull-center.progress-distrib-total {
        z-index: 2;
    }

    /*#product #spr_reviews_list_footer > .row {
        display: flex !important;
    }*/

    #product .distribution div.row {
        display: flex !important;
    }
}
#footer div#footer-container-first .block-newsletter {
    z-index: 1 !important;
    position: relative;
}

#product #col-product-info #spr span.average_text a {
    color: #000 !important;
    text-decoration: underline !important;
}

#product div.row.contenuto-recensione {
    display: flex !important;
}

#product .col-xs-12.mb-1.review_global_label.text-center {
    display: none;
}

/* only mobile */
@media (min-width: 320px) and (max-width: 480px) {
    div#right-column.container-category{
        margin: 30px 10px 20px 10px !important;
    }
    .simpleblog__listing{
        padding-bottom: 0px !important;
    }
    #contact .g-recaptcha {
        margin-left: 0% !important;
    }
    #product div#findomestic-container {
        padding: 0px !important;
        position: relative !important;
        right: 20px !important;
    }

    #product #spr i.material-icons.spr-icon_success {
        position: relative;
        top: 7px;
    }

    #product #spr .bt_filter_row {
        border-top: none !important;
    }

    #product .distribution {
        display: none !important;
    }

    #product #spr_review_details .row.value-text {
        display: flex !important;
        margin-top: 20px !important;
    }

    #product #col-product-info #spr .row {
        display: flex !important;
    }

    #product #spr .row.mb-2 .pull-right {
        text-align: center !important;
    }

}

#product #spr_reviews_list_footer button.btn.btn-sm.btn-light.spr_expand {
    display: none;
}

#product .criteria-details {
    display: none;
}

#product .dd_available i.material-icons {
    display: none;
}

#product .contenitore-prezzi-other {
    display: flex;
}

#product .dd_available {
    color: black !important;
    font-weight: 100 !important;
    padding: 10px 0px !important;
    font-size: 13px;
}

@media (min-width: 800px) {
    #product .product-availability-containter.mt-2 {
        display: flex !important;
    }
}

#product .delivery-previews {
    position: relative;
    bottom: 10px;
}

#product .related-products-row .arpl-section {
    display: inline-block;
    width: calc(50% - 0.1295em);
}

@media (max-width: 576px) {
    #product .related-products-row .arpl-section {
        display: block;
        width: auto;
    }
}

#product .related-products-row article .product-title {
    height: 2.4em;
    overflow: hidden;
}

#product span.badge.badge-discount.discount.discount-amount {
    display: none;
}

#index .img-cat-car {
    position: relative;
    top: 25px;
    border-radius: 15%;
}

#index .img-cont-car-cart {
    text-align: center !important;
    border-radius: 50%;
    border: 5px solid #ffa20c;
    width: 200px;
    height: 200px;
    background-color: #ffff;
    margin: 0 auto;
}
#index .elementor .img-cont-car-cart img {
    height: 140px !important;
    object-fit: scale-down;
}
#index .elementor .img-cat-car > img {
    height: 150px !important;
}

#product div.product-availability-containter > div{
    padding-left: 0px !important;
}
#product .dd_oot.hidden {
    display: none;
}

.elementor-element.elementor-element-4z4tbh6 .elementor-swiper-button {
    top: 40%;
}

.swiper-button-prev.swiper-button.elementor-swiper-button.elementor-swiper-button-prev {
    left: 20px;
}
.swiper-button-next.swiper-button.elementor-swiper-button.elementor-swiper-button-next {
    right: 20px;
}

#index .elementor-element .il-photo__img {
    height: 205px !important;
    object-fit: cover !important;
    width: 205px !important;
}
#header .dropdown-menu.show {
    width: max-content;
}

#contact footer.form-footer {
    text-align: left !important;
}
/* tuning pagina gift card */
#module-giftcard-choicegiftcard div#choicegiftcard h4 {
    font-weight: 300;
}
#module-giftcard-choicegiftcard select, .form-control-select {
    background-image: none !important;
}
#module-giftcard-choicegiftcard section#wrapper {
    margin-bottom: 60px !important;
}

#module-giftcard-choicegiftcard h2.step-title {
    font-size: 27px;
}
/* tuning pagine cms */
.page-cms-17 h2,
.page-cms-3 h2,
.page-cms-1 h2,
.page-cms-5 h2,
.page-cms-16 h2
{
    font-size: 27px !important;
}
.page-cms-17 h3,
.page-cms-3 h3,
.page-cms-1 h3,
.page-cms-5 h3,
.page-cms-14 h3
{
    font-size: 24px !important;
}
.page-cms-17 h4,
.page-cms-3 h4,
.page-cms-1 h4,
.page-cms-5 h4,
.page-cms-16 h4
{
    font-size: 20px !important;
}
#cms.cms-id-17 .page-title,
#cms.cms-id-3 .page-title,
#cms.cms-id-1 .page-title,
#cms.cms-id-5 .page-title,
#cms.cms-id-16 .page-title
{
    display: none !important;
}
/* aggiungerlo ai title successivi */
#cms.cms-id-17 .rte-content h1,
#cms.cms-id-3 .rte-content h1,
#cms.cms-id-1 .rte-content h1,
#cms.cms-id-5 .rte-content h1,
#cms.cms-id-16 .rte-content h1{
    color: #333333;
    font-style: normal;
    font-weight: bold;
    border-bottom: solid 1px #ffa20c;
    margin-bottom: 0.8em;
    padding-bottom: 0.5em;
}
/* hidden preview list */
a.js-quick-view-iqit {
    display: none !important;
}
/* tuning blog list page */
h3.simpleblog__listing__post__wrapper__content__headline.post-title a {
    font-size: 20px !important;
    color: #F5A623 !important;
    text-transform: uppercase !important;
}
#module-ph_simpleblog-list .text-muted {
    font-size: 12px !important;
}

.simpleblog__listing__post__wrapper__footer {
    border-top: 1px solid #000 !important;
}
.titolo_categorie_rc {
    font-size: 1.5714285714rem !important;
    font-weight: bold !important;
    color: #333333 !important;
    font-style: normal !important;
    text-transform: none !important;
    margin-bottom: 0.8em !important;
    padding-bottom: 0.5em !important;
    line-height: 1.2 !important;
    font-family: inherit !important;
}
.simpleblog__listing__post__wrapper__content__headline {
    border-bottom: 1px solid #e5e5e5 !important;
}
.simpleblog__listing__post__wrapper__footer {
    border-top: none !important;
}
.simpleblog__listing__post__wrapper__footer.pt-3.mt-3.text-muted {
    font-size: 12px !important;
}
.simpleblog__listing__post__wrapper__footer {
    border-top: 1px solid #e5e5e5 !important;
}
.simpleblog__postInfo.text-muted {
    font-size: 12px !important;
}
.containter-link-categorie-blog {
    padding: 20px 0;
    border-bottom: 1px solid #e5e5e5;
    margin: 0 10px;
}
.containter-link-categorie-blog.last {
    border-bottom: none !important;
}
a.link-categorie-blog:hover {
    color: #F5A623 !important;
}
h3.simpleblog__listing__post__wrapper__content__headline.post-title a:hover{
    color: black !important;
}

.mobile-buttons-bar i.fa-trash-o{
    color: black !important;
    font-size: 15px !important;
    position: relative !important;
    right: 10px !important;
}

/* + Stile pulsante in contenuto articolo blog */
.simpleblog__post__content .btn-default {
    padding: 0.3928571429rem 0.7857142857rem;
    background: #ffa20c;
    color: #ffffff;
    border: none 1px #000000;
}
/* - Stile pulsante in contenuto articolo blog */

/* only mobile */
@media (min-width: 320px) and (max-width: 480px) {
    #mobile-header .row.mobile-menu-icon.justify-content-center {
        padding-left: 10px;
    }
    /* tuning sharing icon product page */
    #product div.social-sharing li span.txt-sharing-icon-product{
        display: none;
    }
    #product div.icone-sharing-product span.txt-mobile-product-sharing-icon{
        position: relative;
        top: 8px;
    }
    /* tuning cart page */
    #cart [data-container-express-checkout]{
        justify-content: center !important;
    }
    #cart [data-container-bnpl]{
        justify-content: center !important;
    }
    #module-ph_simpleblog-list nav.simpleblog__listing__pagination.pagination {
        display: block !important;
    }
}
/* start tuning point of Roberto 17/01/2023*/
/*link menu underline over*/
#header .ets_prmn_block_content a:hover {
    /*text-decoration: underline !important;*/
    color:#f5a623 !important
}
@media (min-width: 1281px) {
    /*arrow in slider category homepage*/
    #index .swiper-button-next.swiper-button.elementor-swiper-button.elementor-swiper-button-next {
        right: 0 !important;
    }
    #index .swiper-button-prev.swiper-button.elementor-swiper-button.elementor-swiper-button-prev {
        left: 0 !important;
    }
    #index .offerte_bundle .swiper-button-prev.swiper-button.elementor-swiper-button.elementor-swiper-button-prev {
        left: -20px !important;
    }
    #index .offerte_bundle .swiper-button-next.swiper-button.elementor-swiper-button.elementor-swiper-button-next {
        right: -20px !important;
    }
    #index .img-cat-slider .swiper-dots-outside {
        padding: 0 !important;
    }
    #index .card_blog_homepgage_slider .cardblog .card-block {
        height: 150px !important;
    }
    #footer div.container_before_footer{
        width: 100% !important;
    }
    #footer div.container_before_footer .before_footer {
        margin: 0 auto;
        max-width: 1440px;
    }
    #footer #iqithtmlandbanners-block-13.block {
        margin: 0 !important;
    }
    #module-ph_simpleblog-list div.simpleblog__listing__post,
    #module-ph_simpleblog-page div.simpleblog__listing__post{
        width: 450px !important;
        height: 450px !important;
        position: static !important;
    }
    #product .arpl-carousel-products.owl-carousel.arpl-controls-top .owl-nav, .arpl-carousel-categories.owl-carousel.arpl-controls-top .owl-nav {
        top: -50px !important;
    }
}
#footer div.container_before_footer{
    background-color: white;
}
/* tuning li    nk in category page with subcategory*/
#category a.subcategory-name {
    color: #000 !important;
}
#category a.subcategory-name:hover {
    text-decoration: underline !important;
}
/* tuning instagram slider homepage mobile*/
@media (min-width: 320px) and (max-width: 480px) {
    #product i.icon-info-warranty{
        margin-right: 8px !important;
    }
    #product .product-tabs {
        border-top: none;
    }
    #index .elementor-element .elementor-instagram-carousel-wrapper.swiper-overflow.swiper-arrows-middle {
        padding-left: 15px !important;
    }
    #index .slider_instagram_homepage .swiper-pagination {
        position: initial !important;
    }
    #header nav.header-nav .col.col-12.col-md-auto.left-nav {
        text-align: center;
    }
    /* customize offerte e bundle mobile*/
    #index .offerte_bundle_mobile div.swiper-button:after {
        font-size: 35px !important;
    }
    #index .offerte_bundle_mobile .swiper-button-prev, .swiper-button-next {
        margin-top: -25px !important;
    }
    #index .slider_brand {
        left: 20px!important;
    }
    #index .slider_brand div.swiper-button:after ,
    #index .slider_instagram_homepage div.swiper-button:after {
        font-size: 35px !important;
    }
    #index .slider_instagram_homepage .swiper-arrows-above .swiper-button {
        margin-top: -35px !important;
    }
    #index .slider_instagram_homepage .il-item {
        padding: 2px !important;
    }
    #product .iqit-accordion div#spr_review_details {
        position: relative !important;
        top: 30px !important;
    }
    #product .iqit-accordion .row.contenuto-recensione {
        margin: 0 auto !important;
    }
    footer#footer {
        background: rgb(255,255,255) !important;
        background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(0,0,0,1) 35%, rgba(0,0,0,1) 100%) !important;
    }
    #product .arpl-carousel-products.owl-carousel.arpl-controls-top .owl-nav button, .arpl-carousel-categories.owl-carousel.arpl-controls-top .owl-nav button {
        position: absolute !important;
    }
    #product .arpl-carousel-products.owl-carousel.arpl-controls-top .owl-nav, .arpl-carousel-categories.owl-carousel.arpl-controls-top .owl-nav {
        top: -25px !important;
        width: 100% !important;
    }
}

#product button.btn.btn-primary.btn-lg.add-to-cart{
    font-weight: 700 !important;
}

/* tuning descrizione - lucky music */
#product div.product-description .rte-content ul {
    padding: 0 !important;
}
#product div.product-description {
    line-height: 15px !important;
}
/* tuning warranty accessories */
#product div.ajax_block_product {
    padding: 0 !important;
    border-bottom: none !important;
}
#product div.accessorycheckbox {
    border: none !important;
}
#product .product-miniature:hover {
    box-shadow: none !important;
}
#product i.icon-info-warranty{
    margin-right: 15px;
}
div#desktop-header .ets_prmn_block.prmn_block_type_category > span > a:hover{
    text-decoration: underline !important;
}


/* start modify added in 22/01/2023 */
#index .new-social-button-homepage div.container-icon-social-homepage > div {
    text-align: center;
}
#index .new-social-button-homepage div.container-icon-social-homepage > div > a {
    padding: 2% 30% !important;
    border-radius: 4px !important;
}
@media (min-width: 480px) and (max-width: 1024px){
    #index .new-social-button-homepage div.container-icon-social-homepage > div > a {
        padding: 2% 10% !important;
    }
}
#index .new-social-button-homepage div.container-icon-social-homepage > div > a,
#index .new-social-button-homepage div.container-icon-social-homepage > div.cis-facebook-homepage > i {
    color: #ffffff !important;
    font-weight: 600 !important;
    font-size: 25px !important;
}
#index .new-social-button-homepage div.container-icon-social-homepage > div.cis-facebook-homepage > a {
    background-color: #4267b2;
}
@media (min-width: 320px) and (max-width: 480px) {
    #index .new-social-button-homepage div.container-icon-social-homepage > div > a,
    #index .new-social-button-homepage div.container-icon-social-homepage > div.cis-facebook-homepage > i {
        font-size: 13px !important;
    }
    #index .new-social-button-homepage div.container-icon-social-homepage > div > a {
        padding: 2% 5% !important;
    }
}
#index .new-social-button-homepage div.container-icon-social-homepage > div.cis-instagram-homepage > a {
    background: radial-gradient(
            circle at 33% 100%,
            #fed373 4%,
            #f15245 30%,
            #d92e7f 62%,
            #9b36b7 85%,
            #515ecf
    );
}
#index .new-social-button-homepage div.container-icon-social-homepage > div.cis-youtube-homepage > a {
    background-color: #ff0000;
}
@media (min-width: 1000px) {
    #index #footer div#iqithtmlandbanners-block-13 div.block-content.rte-content {
        margin-top: -45px !important;
        margin-bottom: -30px !important;
        /*padding-bottom: -30px !important;*/
    }
    #footer div#iqithtmlandbanners-block-13 div.block-content.rte-content {
        margin-bottom: 40px !important;
    }
}
@media (min-width: 1000px) {
    #product #spr div.txt-read-the-reviews{
        max-width: 150px !important;
        padding-right: 0px !important;
    }
    /*#index .dicono-di-noi-homepage-desktop .elementor-testimonial-wrapper.elementor-testimonial-text-align-center {*/
    /*    height: 430px !important;*/
    /*}*/
}
@media (min-width: 320px) and (max-width: 480px) {
    #product .dd_available {
        padding-top: 0px !important;
    }
    #product .dd_available b{
        white-space: nowrap !important;
    }
    #product #spr div.txt-read-the-reviews{
        max-width: none !important;
        margin: 20px auto;
        text-align: center ;
        font-size: 15px;
    }
    /*#mobile-header #mobile-cart-toogle .ps-shoppingcart .cart-products-count-btn {*/
    /*    right: -13px !important;*/
    /*}*/
    #mobile-header .ps-shoppingcart .cart-products-count-btn {
        right: -13px !important;
    }
    #index #footer div#iqithtmlandbanners-block-13{
        padding-bottom: 25px !important;
    }

    #footer div#iqithtmlandbanners-block-13{
        padding-bottom: 60px;
    }
    ul.prmn_menus_ul div.mobile-menu-icon span.iso_code_lingua i.fa-angle-down {
        position: absolute !important;
        top: 24px !important;
    }
}
/* + fixing & imprevisti */
#header ul.prmn_blocks_ul li.prmn_blocks_li div.ets_prmn_block div.ets_prmn_block_content a {
    text-transform: lowercase !important;
}
#header ul.prmn_blocks_ul li.prmn_blocks_li div.ets_prmn_block div.ets_prmn_block_content ::first-letter {
    text-transform: capitalize !important;
}

/** Homepage en Mobile **/
@media (max-width: 780px) {
    .elementor-element.elementor-element-n7g3re7 {
        margin-top:20px!important;
    }

    .elementor-element.elementor-element-0i1vuux > .elementor-element-populated {
        padding-top:0!important;
    }

    .elementor-element.elementor-element-np922pl > .elementor-element-populated {
        padding:20px 10px!important;
    }
}


/* tuning footer block offers */
footer#footer div#iqithtmlandbanners-block-15 h5,
footer#footer div#iqithtmlandbanners-block-15 span {
    font-size: 12px;
    color: white !important;
}

@media (min-width: 1281px) {
    footer#footer div#iqithtmlandbanners-block-15 h5.block-title:first-child {
        display: none;
    }
    footer#footer div#iqithtmlandbanners-block-15 {
        margin-bottom: 50px;
    }
}

/** S 6579 **/
body#product .product_p_price_container .product-price {
    font-size:1.75rem!important;
}

#ot-sdk-btn-floating.ot-floating-button {
    right: 10px !important;
    left: unset !important;
}

#back-to-top {
    bottom: 80px !important;
}
