
/* RIMUOVI STRIPE  Non usare perchè Stripe non è sempre al primo posto. Usare Js in custom.js */
/*div#payment-option-1-container {
    display: none;
}*/
/* FINE RIMUOVI STRIPE */

.tvfooter-product-sticky-bottom .product-image img {
    max-width: 100px;
}
.tvfooter-product-sticky-bottom .tvproduct-image-title-price {
    min-width: 30% !important;
}
.tvfooter-product-sticky-bottom .tvtitle-price {
    max-width: 100% !important;
    width: 100% !important;
}
.tvfooter-product-sticky-bottom .omnibusprice {
    font-size: 11px !important;
}
.tvfooter-product-sticky-bottom .ark-consigliato {
    font-size: 11px;
    margin-top: 8px;
}
.tvfooter-product-sticky-bottom .ark-consigliato .info-icon {
    display: none;
}
.tvfooter-product-sticky-bottom .ark-consigliato .popup-info {
    display: none !important;
}

.thumbnail-container .tvproduct-info-box-wrapper {
    min-height: 268px !important;
}
.thumbnail-container .omnibusprice {
    font-size: 10px !important;
    margin: 0px;
}
.ark-consigliato {
    display: flex;
    background-color: #eee;
    padding: 3px 3px 3px 10px;
    flex-wrap: wrap;
}

span.ark-consigliato-titolo {
    margin-right: 10px;
}
span.ark-consigliato-sconto {
    margin-left: 10px;
    color: #f07800;
    font-weight: bold;
}
.ark-consigliato .info-icon {
    cursor: pointer;
    font-size: 14px;
    font-style: normal;
    color: #000;
}
.ark-consigliato .popup-container {
    position: relative;
    display: inline-block;
}
.ark-consigliato .popup-info {
    display: none;
    position: absolute;
    z-index: 100;
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    width: 300px;
    top: 24px;
    left: -67px;
    transform: translateX(-50%);
    border-radius: 4px;
}
.ark-consigliato .popup-info::before {
    content: '';
    position: absolute;
    top: -10px; /* Posizionamento al di sopra della popup */
    left: 50%;
    transform: translateX(-50%);
    border-left: 10px solid transparent; /* Lato sinistro trasparente */
    border-right: 10px solid transparent; /* Lato destro trasparente */
    border-bottom: 10px solid #f8f9fa; /* Colore di sfondo della topbar */
    filter: drop-shadow(0 -2px 5px rgba(0,0,0,0.1)); /* Piccola ombra per coerenza */
}
.ark-consigliato .popup-info .popup-topbar {
    background-color: #f8f9fa; /* Colore di sfondo della topbar */
    color: #333; /* Colore del testo */
    padding: 8px 15px; /* Padding interno */
    font-weight: bold; /* Testo in grassetto */
    border-bottom: 1px solid #ccc; /* Bordo sotto la topbar */
    border-top-left-radius: 4px; /* Arrotondamento angolo superiore sinistro */
    border-top-right-radius: 4px; /* Arrotondamento angolo superiore destro */
}

.ark-consigliato .popup-info .popup-content {
    padding: 15px; /* Padding intorno al contenuto della popup */
    font-size: 0.9rem; /* Dimensione del testo */
    line-height: 1.6; /* Altezza della linea del testo */
    color: #333; /* Colore del testo */
}

@media (max-width: 999px) {
    .thumbnail-container .ark-prezzo-piu-basso {
        display: none !important;
    }
}
#omnibuspricescontainer .omnibusprice, #omnibuspricescontainer .ark-prezzo-piu-basso
{
    display: inline-block;
}

.ark-prezzo-piu-basso {
    display: flex;
    /*background-color: #eee;*/
    padding: 3px 3px 3px 10px;
    flex-wrap: wrap;
}


.ark-prezzo-piu-basso .info-icon {
    cursor: pointer;
    font-size: 14px;
    font-style: normal;
    color: #000;
}
.ark-prezzo-piu-basso .popup-container {
    position: relative;
    display: inline-block;
}
.ark-prezzo-piu-basso .popup-info {
    display: none;
    position: absolute;
    z-index: 100;
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    width: 300px;
    top: 4px;
    left: -123px;
    transform: translateX(-50%);
    border-radius: 4px;
}
.ark-prezzo-piu-basso .popup-info::before {
    content: '';
    position: absolute;
    top: -10px; /* Posizionamento al di sopra della popup */
    left: 50%;
    transform: translateX(-50%);
    border-left: 10px solid transparent; /* Lato sinistro trasparente */
    border-right: 10px solid transparent; /* Lato destro trasparente */
    border-bottom: 10px solid #f8f9fa; /* Colore di sfondo della topbar */
    filter: drop-shadow(0 -2px 5px rgba(0,0,0,0.1)); /* Piccola ombra per coerenza */
}
.ark-prezzo-piu-basso .popup-info .popup-topbar {
    background-color: #f8f9fa; /* Colore di sfondo della topbar */
    color: #333; /* Colore del testo */
    padding: 8px 15px; /* Padding interno */
    font-weight: bold; /* Testo in grassetto */
    border-bottom: 1px solid #ccc; /* Bordo sotto la topbar */
    border-top-left-radius: 4px; /* Arrotondamento angolo superiore sinistro */
    border-top-right-radius: 4px; /* Arrotondamento angolo superiore destro */
}

.ark-prezzo-piu-basso .popup-info .popup-content {
    padding: 5px; /* Padding intorno al contenuto della popup */
    font-size: 0.8rem; /* Dimensione del testo */
    line-height: 1.6; /* Altezza della linea del testo */
    color: #333; /* Colore del testo */
}

/* HOME Banner Allineamento */
.tvcmsmultibanners .container {
    padding-left: 20px !important;
    padding-right: 25px !important;
}

a.ark-credits {
    color: #ffffff75;
    font-size: 13px;
}
a.ark-credits:hover {
    color: #f07800;
}

/* Vaucher spedizione gratis */
li.cart-summary-line {
    background-color: #f5f5f5;
    padding: 3px 12px;
    border: 1px dashed #dddddd;
}
li.cart-summary-line span.label {
    color: #db6e03 !important;
}
li.cart-summary-line div {
    color: #f07800 !important;
    font-weight: 700;
    font-size: 18px;
}
.cart-summary-line a i {
    font-size: 20px;
    margin-right: 6px;
}

li.cart-summary-line.ark-spedizione-gratis {
    background-color: #18f00024;
    padding: 5px 12px;
    border: 1px dashed #18f0006b;
}
li.cart-summary-line.ark-spedizione-gratis span.label {
    color: #195400 !important;
    font-size: 15px;
}
li.cart-summary-line.ark-spedizione-gratis div {
    color: #195400 !important;
    font-size: 15px;
}
/* FINE: Vaucher spedizione gratis */

/* aggiungi meno agli importi dello sconto nel carrello */
div#cart-subtotal-discount span.value:before {
    content: '- ';
}

/* STICKY CARRELLO */
.ttvcmscart-show-dropdown-right .ttvcart-product-label-value {
    height: 40px !important;
}
div#tvcart-subtotal-discount span.ttvcart-product-value:before {
    content: '- ';
}
/* FINE: STICKY CARRELLO */


/* MODULO arproductlists */
.arpl-carousel-products.owl-carousel .owl-nav button:hover, .arpl-carousel-categories.owl-carousel .owl-nav button:hover {
    background-color: transparent;
}
.arpl-carousel-products.owl-carousel .owl-nav button.owl-prev, .arpl-carousel-categories.owl-carousel .owl-nav button.owl-prev {
    left: 42px;
}
.arpl-carousel-products.owl-carousel .owl-nav button, .arpl-carousel-categories.owl-carousel .owl-nav button {
    opacity: 1;
}
.arpl-carousel-products.owl-carousel .owl-nav button.disabled, .arpl-carousel-categories.owl-carousel .owl-nav button.disabled {
    opacity: 1;
}
.arpl-non-tabbed-group .arpl-section {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    border: none;
    background-color: transparent;
}
.tvproduct-flags li.product-flag img {
    width: 36px;
}

.arpl-group {
    margin-top: 6px;
}

.tvfooter-product-sticky-bottom.sticky .product-add-to-cart .add-to-cart i
{
    display: none!important;
}


@media (min-width: 1200px) {
    .arpl-non-tabbed-group .arpl-section {
        width: 1630px;
        max-width: 100%;
    }
}
/* FINE: MODULO arproductlists */

body#checkout div.checkout-step .forgot-password {
    margin-left: 0;
}

div#scalapayPopUpTrigger {
    width: 100%;
    margin-top: 20px !important;
}
div#scalapayPopUpTriggerMain {
    padding-left: 10px;
}

.level-2.parent > a
{
    pointer-events: none!important;
}


.tvcmsdesktop-top-header-wrapper .tvcmsdesktop-top-header {
    background-color: #000000 !important;
}
.tvheader-nav-offer-text p {
    color: #ffffff !important;
}
#tvcmsdesktop-language-selector .tv-language-btn i, #tvcmsdesktop-currency-selector .tv-currency-btn i {
    color: #ffffff !important;
}
#tvcmsdesktop-currency-selector .tv-currency-btn svg path {
    fill: #ffffff !important;
}
#tvcmsdesktop-language-selector .tv-language-btn .tv-language-span, #tvcmsdesktop-currency-selector .tv-currency-btn .tv-currency-span {
    color: #ffffff !important;
}

.tvcart-icon-text-wrapper .tvcart-lable, .tv-account-wrapper .tv-myaccount-btn span {
    max-width: inherit !important;
}


/* MODULO ArkHookPosition */
.arkbanneroverslider {
    margin-left: auto;
    margin-right: auto;
    padding-left: 22px;
    padding-right: 22px;
}
.arkbanneroverslider h2 {
    font-size: 35px;
    color: #333;
    text-transform: uppercase;
    line-height: 24px;
    position: relative;
    font-weight: 700;
    font-family: 'Baloo 2'!Important;
    padding-bottom: 8px;
    letter-spacing: 0.3px;
    margin-bottom: 0;
    display: block;
    text-align: center;
}
.arkbanneroverslider h4 {
    text-align: center;
    font-size: 16px;
    line-height: normal;
    margin-bottom: 20px;
    color: #f07800;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: none;
    display: block;
}


@media (min-width: 1200px) {
    .arkbanneroverslider {
        width: 1630px;
        max-width: 100%;
        margin-top: 100px;
    }
}
/* FINE: MODULO ArkHookPosition */


/* REGOLE GENERALI */
.tv-menu-horizontal .menu-dropdown li a {
    padding: 2px 0;
}
.tvall-inner-btn-cancel span, .tvall-inner-btn span {
    color: #fff !important;
    font-weight: 600;
}
.tvall-inner-btn i {
    color: #fff !important;
}
.tvall-inner-btn:hover:after {
    background-color: #00000017!important;
}
#cms #wrapper, #category #wrapper, #product #wrapper {
    margin-top: 0px !important;
}

@media (min-width: 992px){
.tv-header-logo img {
    max-width: 70% !important ;
}}

/* FIx dimensione logo mobile*/
@media (max-width: 991px){
    .tv-header-logo img {
        max-width: 100% ;
        width:100% ;
    }
}

/* FINE: REGOLE GENERALI */

/* BANNER TOP HOME */
.tvcmscategory-chain-slider, .tvcms-slider-offerbanner-wrapper, .tvcmsmultibanners, .tvmultithreebanner, .tvcmscategory-slider, .tvcmstab-title-product, .tvcmstabcategory-product-slider, .tvcmssingle-block, .tvcmscategory-chain-slider, .tvcmstestimonial, .tvcmsblog-event {
    margin-bottom: 50px !important;
}
.ark-banner-home-top {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
	width: 100%!important;
    margin-left: 0!important;
}
.ark-banner-top {
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    width: 100%!important;
    margin: 0!important;
    text-align: center;
}

.ark-banner-top .ets_baw_display_banner img
{
    width: 100%!important;
}

.ets_baw_display_banner.displaycartgridbodybefore1, .ets_baw_display_banner {
    margin-bottom: 4px;
    margin-top: 4px;
    padding-left: 2px !important;
    padding-right: 3px !important;
}
/*
.ets_baw_display_banner img {
    max-width: 100%;
    width: 896px;
    height: 90px;
}*/
/* FINE: BANNER TOP HOME */

/* HOME: Testo footer */


div#testo-footer {
    margin-bottom: 60px;
    font-family: 'Baloo 2'!Important;
}
div#testo-footer h1 {
    font-size: 30px;
    color: #333;
    text-transform: uppercase;
    line-height: 24px;
    position: relative;
    font-weight: 700;
    padding-bottom: 20px;
    letter-spacing: 0.3px;
    margin-bottom: 0;
    display: block;
    text-align: center;
}
div#testo-footer h2 {
    font-size: 20px;
    color: #333;
    text-transform: lowercase;
    letter-spacing: 0.3px;
    margin-top: 20px;
}
div#testo-footer p {
    font-size: 16px;
    color: #6b6b6b;
    line-height: 1.4;
    padding: 0;
    margin: 0;
    letter-spacing: 0.2px;
}
/* FINE: HOME: Testo footer */

/* MENU PRINCIPALE 
.tv-menu-horizontal ul.menu-content .ark-menu-saldi span {
    background-color: #f07800;
    color: #fff;
    padding: 5px 10px;
}*/

.tv-menu-horizontal ul.menu-content .ark-menu-saldi > a > span {
  background-color: #f07800;
  color: #fff;
  padding: 5px 10px;
}

/* FINE: MENU PRINCIPALE */


/* SIDEBAR CARRELLO */
button.ark-product-list-back {
    width: 98% !important;
    margin: 1% !important;
    background-image: none !important;
    background-color: #f17900 !important;
    margin-bottom: 3px;
}
button.ark-product-list-back a {color: #fff;text-transform: uppercase;}

.ttvcmscart-show-dropdown-right .ttvcart-product-list-viewcart {
    width: 48% !important;
    margin: 1% !important;
}
.ttvcmscart-show-dropdown-right .ttvcart-product-list-checkout {
    width: 48% !important;
    margin: 1% !important;
}
.ttvcart-product-label-value.ark-spedizione p {
    color: #222;
    margin-top: 18px;
    line-height: 17px;
    text-transform: uppercase;
    font-weight: 500;
    cursor: default;
}
@media (max-width: 768px) {
    .ttvcmscart-show-dropdown-right .tvshoping-cart-dropdown-title .product-name {
        font-size: 12px !important;
    }
    .ttvcart-product-label-value.ark-spedizione p {
        font-size: 10px;
    }
}

/* FINE SIDEBAR CARRELLO */


/* PAGINA GATEGORIA */
.tv_search_filter_wrapper .tvleft-right-title-wrapper {
    width: 100%;
}
@media(min-width: 991px) {
    #left-column .tvserach-filter-wrapper {
        padding-bottom: 22px;
    }
}
.tvall-inner-btn:after {
    background-color: #0000003b!important;
}
.tvall-inner-btn {
    padding: 10px 30px !important;
}

@media (max-width: 575px){
.tvall-inner-btn {
    padding: 10px 6px !important;
}
.tvproduct-info-box-wrapper {
    padding: 8px 4px 4px !important;
}
}

.arko-addtocartinlist .ark-otut-of-stock {
    background-color: #8b8b8b;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    padding: 10px 15px;
    outline: none;
    border: none;
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    cursor: default;
    margin-bottom: 5px;
    position: relative;
}
.arko-addtocartinlist .ark-otut-of-stock i {
    font-size: 16px;
    margin-right: 5px;
    line-height: 13px;
}
.product-miniature .ark-timer-titolo {
    display: none;
}
.tvproduct-wrapper:hover.grid .tvproduct-timer, .tvproduct-wrapper:hover.grid-2 .tvproduct-timer {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
    transform: none !important;
    opacity: 1 !important;
}
/* FINE PAGINA GATEGORIA */


/* PAGINA PRODOTTO GENERALE */
.tvproduct-page-wrapper .ark-timer-titolo {
    font-weight: 600;
    color: #000000;
    padding: 0px 1px;
    text-transform: uppercase;
    font-size: 18px;
    margin-top: 5px;
}
.tvproduct-page-wrapper .tvproduct-timer-wrapper {
    background-color: #f5f5f5;
    margin: 1px 1px !important;
    border-radius: 3px;
    border: 1px solid #ededed;
}
.tvproduct-page-wrapper .tvproduct-timer-wrapper .tvtimer-name {
    font-size: 11px;
    font-weight: 600;
    color: #a8a8a8;
}
.tvproduct-page-wrapper .tvproduct-timer-wrapper .tvproduct-timer-box div:first-child {
    font-size: 32px;
    line-height: 26px;
    color: #f07800;
    font-weight: 500;
    padding-bottom: 0px;
    margin-bottom: 1px;
}
@media (max-width: 768px) {
    .ark-timer-titolo {
        text-align: center;
    }
    .tvproduct-page-wrapper .tvproduct-timer {
        justify-content: center;
    }
}

#ark-product-quantity-alert {
    margin-top: 10px;
    color: #f17900;
    font-weight: 500;
}

#product .tvproduct-stock-social {
    justify-content: flex-end!important;
    flex-wrap: nowrap!important;
    flex-direction: column!important;
}
#product .product-additional-info {
    padding-top: 0px!important;
    margin-bottom: 20px!important;
}
#product .product-additional-info .tabs {
    margin-top: 0px!important;
}
#product .product-additional-info .tabs button {
    margin-top: 5px!important;
    background-color: #f17900!important;
}
#product .product-additional-info .tabs button:hover {
    margin-top: 5px!important;
    background-color: #bd5e00!important;
}
#product .product-pack {
    margin-bottom: 50px;
}
#product .product-pack p.h4 {
    margin: 20px 0 10px;
    font-weight: 500;
    font-size: 19px;
}
#product .product-pack .card {
    margin-bottom: -1px;
    border-radius: 0;
}
#product .product-pack .pack-product-container .pack-product-quantity {
    padding: 0;
    background-color: #000000;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    border-radius: 3px;
    margin-right: 7px;
    min-width: 42px;
}

#product .tvproduct-page-wrapper .tvprduct-image-info-wrapper {
    padding: 40px 15px;
}
.product-discount {
    margin-right: 10px;
}
.product-discounts>.product-discounts-title {
    font-weight: 600;
    font-size: 0.975rem;
    text-transform: uppercase;
    margin: 0px 0px 4px 0px;
    color: #f17900;
}
.product-quantity {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    margin-bottom: 0px!important;
}
.ark-qt-add {
    display: flex;
    flex-wrap: wrap;
}
#product-availability {
    background-color: transparent;
    color: #929292;
}
#product .ark-out-of-stock {
    background-color: #787878;
    padding: 5px 14px;
    color: #fff;
    border-radius: 3px;
    margin-bottom: 16px;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: -36px;
}
.tvproduct-wishlist-compare .tvcompare-wrapper, .tvproduct-wishlist-compare .tvproduct-wishlist {
    margin: 0px;
}
#product .product-add-to-cart .add-to-cart {
    height: 37px;
    margin-top: 4px;
    padding: 6px 40px !important;
    margin-right: 5px;
}
#product .ark-top-spec {
    margin-bottom: 25px;
    padding: 1px 0px;
    border-radius: 4px;
}
#product .ark-top-spec span.ark-top-value {
    margin-right: 12px;
}
#product .tv-product-page-content h1 {
    padding-right: 0px;
    margin-bottom: 8px;
    font-weight: 500;
    font-size: 19px;
    line-height: 23px;
}
.ark-cantina {
    display: block;
    padding: 3px 0px;
    margin-bottom: 3px;
    border-bottom: 1px dashed #a7a7a7;
    font-size: 16px;
}
#product .ark-titolo-timer {
    text-transform: uppercase;
    font-size: 17px;
    color: #f17900;
}
.tvproduct-wishlist-compare {
    padding-bottom: 6px !important;
    border-bottom: none !important;
}
.tv-product-page-content .tvwishlist-compare-wrapper-page {
    margin-bottom: 0px !important;
}
.tv-product-page-content .tvproduct-special-desc {
    padding: 20px 0 0px !important;
}
.tv-product-page-content .product-prices {
    margin-bottom: 7px !important;
}
.product-price .current-price .price, .modal-body.tv-addtocart-content-part .tv-addtocart-price {
    font-size: 27px !important;
}
.quickview .has-discount .discount, .tvproduct-page-wrapper .has-discount .discount {
    background-color: #000000;
}

#product .ark-page-card {
    margin-top: 20px;
    position: relative;
    background-color: #ffffff;
    border: 1px solid rgb(237 237 237);
    padding: 0px 5px;
    border-radius: 3px;
    display: inline-block;
    width: 100%;
    direction: ltr;
}
#product .ark-page-card .title {
    margin-bottom: 20px;
    padding-bottom: 6px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 18px;
    border-bottom: 1px solid #ddd;
}
#product .ark-page-card .titolo-gruppo {
    margin-bottom: 6px;
    padding-bottom: 15px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 15px;
}
#product .product-features {
    margin-top: 1.25rem;
    margin-left: 0.3125rem;
}
#product .product-features>dl.data-sheet {
    max-width: 100% !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
#product .product-features>dl.data-sheet dd.value,
#product .product-features>dl.data-sheet dt.name {
    background-color: #ededed;
}
#product .product-features>dl.data-sheet dd.value,
#product .product-features>dl.data-sheet dt.name {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 40%;
    flex: 1 0 40%;
    background: #f7f7f7;
    padding: 6px;
    min-height: 0px;
    margin-right: 0;
    word-break: normal;
    text-transform: capitalize;
    margin-bottom: 3px;
}
.tvproduct-stock-social {
    flex-direction: row-reverse;
}
.tvproduct-size-custom {
    display: none;
}
.tvfooter-product-sticky-bottom .tvtitle-price .current-price .price {
    font-size: 20px;
}
.tvfooter-product-sticky-bottom .tvproduct-tax-label {
    font-size: 13px;
    margin-left: 0px;
    margin-top: 4px;
}
.product-discounts>.table-product-discounts {width: 100%;}
.product-discounts>.table-product-discounts thead tr th {
    width: auto;
    padding: 0.2rem 0.3rem;
    background: #fff;
    font-size: 13px;
}
.product-discounts>.table-product-discounts tbody tr td {
    padding: 0.35rem 1.2rem;
}
.tvproduct-name.product-title a h6 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.products article .wishlist-button-add {
    right: inherit !important;
    top: 14px !important;
    left: 26px;
}
.products .tvproduct-name.product-title {
    min-height: 70px;
}


@media (max-width: 1023px) {
    #ark-sticky-bottom-mobile .product-image {
        display: none;
    }

    #ark-sticky-bottom-mobile .container {
        padding: 0 0px;
    }

    #ark-sticky-bottom-mobile .product-add-to-cart, #ark-sticky-bottom .product-actions form {
        flex-wrap: wrap;
        justify-content: flex-end;
        max-width: 133px;
    }

    #ark-sticky-bottom-mobile .product-add-to-cart .add-to-cart {
        padding: 14px 19px;
        width: 100% !important;
    }

    #ark-sticky-bottom-mobile .product-add-to-cart .add-to-cart i {
        display: none;
    }

    #ark-sticky-bottom-mobile .product-discounts {
        display: none;
    }

    #ark-sticky-bottom-mobile .product-actions .control-label {
        display: none;
    }

    #ark-sticky-bottom-mobile .product-price .current-price .price, #ark-sticky-bottom-mobile .modal-body.tv-addtocart-content-part .tv-addtocart-price {
        font-size: 26px !important;
    }

    #ark-sticky-bottom-mobile .bootstrap-touchspin {
        margin-bottom: 6px;
    }

    #ark-sticky-bottom-mobile .product-quantity .qty {
        margin-right: 0;
    }

    #ark-sticky-bottom-mobile .product-quantity .input-group-btn-vertical .btn {
        float: right !important;
    }
}

/* PAGINA PRODOTTO GENERALE */




/* MODAL AGGIUNGI AL CARRELLO */
#blockcart-modal .modal-title i.material-icons {
    margin-right: 0.575rem;
}
#blockcart-modal .cart-products-count {
    font-size: 1.125rem;
    text-transform: uppercase;
    margin-bottom: 8px;
}
#blockcart-modal .cart-content p {
    margin-bottom: 1px;
}
#blockcart-modal .cart-content strong {
    text-transform: uppercase;
}
#blockcart-modal .ark-frase-modal {
    margin-top: 15px;
    margin-bottom: 10px;
}
#blockcart-modal .cart-content .cart-content-btn {
    margin-top: 15px;
}
/* FINE: MODAL AGGIUNGI AL CARRELLO */




/* BADGE LIST SCHEDA PRODOTTO */

/*.tvproduct-info-box-wrapper {
    padding: 8px 15px 20px !important;
}*/
#ark-badgelist-prodotto {
    border-radius: 5px;
    padding: 0px 0px;
    margin-top: 12px;
    margin-bottom: 20px;
}
#ark-badgelist-prodotto ul {
    margin: 0px;
    display: flex;
    flex-wrap: wrap;
}
#ark-badgelist-prodotto li {
    display: inline-block;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-top: 4px;
    /* width: 100%; */
    border-bottom: 1px solid #fff;
}

#ark-badgelist-prodotto li .badge-image img{
    width: 45px;
}
#ark-badgelist-prodotto li .badge-text {
    font-size: 12px;
    margin-left: 5px;
    font-weight: 500;
    text-transform: uppercase;
}
/* FINE: BADGE LIST SCHEDA PRODOTTO */

/* GRIGLIA DI DEGUSTAZIONE SHEDA PRODOTTO */
#ark-griglia-prodotto ul li {
    margin-bottom: 11px;
}
#ark-griglia-prodotto ul li img {
    width: 100px;
}
#ark-griglia-prodotto .nome-elemento {
    font-weight: 500;
    font-size: 14px;
}
/* FINE: GRIGLIA DI DEGUSTAZIONE SHEDA PRODOTTO */


/* DESCRIZIONE LUNGA SHEDA PRODOTTO */
.ark-product-description {
    margin-top: 20px;
}
.ark-product-description p {
    font-size: 16px;
    line-height: 27px;
}
.ark-product-description h2 {
    font-size: 18px;
}
/* FINE: DESCRIZIONE LUNGA SHEDA PRODOTTO */

/* TABELLA SPECIFICHE SHEDA PRODOTTO */
#ark-specifiche-prodotto {
    border: 1px solid rgb(241 121 0) !important;
}
/* FINE: TABELLA SPECIFICHE SHEDA PRODOTTO */

/* SEZIONE LO BEVO SHEDA PRODOTTO */
.sezione-lobevo {
    margin-top: 30px;
}
#ark-griglia-prodotto .lo-bevo {
    min-height: 160px;
}
#ark-griglia-prodotto .lo-bevo img {
    float: left;
    width: 100px;
    background: #f5f5f5;
    border-radius: 100%;
    margin-right: 10px;
}
#ark-griglia-prodotto .lobevo-titolo {
    padding-top: 2%;
    font-size: 20px;
}
#ark-griglia-prodotto .lobevo-testo {
    font-size: 13px;
}
/* FINE: SEZIONE LO BEVO SHEDA PRODOTTO */

/* SEZIONE CANTINA SCHEDA PRODOTTO */
#ark-scheda-cantina {
    margin-bottom: 50px !important;
}
#ark-scheda-cantina .product-manufacturer{
    text-align: center;
}
#ark-scheda-cantina .product-manufacturer img {
    height: 180px;
    border: 1px solid #ededed;
}
#ark-scheda-cantina p.cantina-nome {
    margin: 0;
    font-size: 25px;
    font-weight: 500;
}
#ark-scheda-cantina p.cantina-storia {
    font-size: 16px;
    color: #949494;
    width: 60%;
}
/* FINE: SEZIONE CANTINA SCHEDA PRODOTTO */


/* PRODUCTS GRID */

    .arko-addtocartinlist {
        margin-top: 10px;
        text-align: center;
    }
    .arko-addtocartinlist button:hover {
        background-color: #000!important;
    }
    .arko-addtocartinlist button i {
        font-size: 19px;
    }
    .arko-addtocartinlist button span {
        font-size: 15px;
    }
    .ark-percsconto {
        background-color: #ebebeb;
        margin: 7px 20% 7px 20%;
        /*margin: 7px 10% 7px 10%;*/
        border-radius: 3px;
        color: #f17900;
        line-height: 22px;
        font-size: 15px;
        font-weight: 500;
        display: block;
    }
    /* PRODUCTS GRID BADGES */
        .tvproduct-flags.ark-images {
            top: 14px;
            display: block !important;
            opacity: 1 !important;
        }
        .tvproduct-flags li.product-flag img {
            width: 36px !important;
        }
        .tvproduct-flags li.product-flag.ark-image{
            margin-bottom: 5px;
            margin-right: -4px;
            border-radius: 100%;
            border: 2px solid #fff;
        }
    /* FINE: PRODUCTS GRID BADGES */

    /* PRODUCTS GRID PREZZI */
    .product-price-and-shipping .price {
        color: #000!important;
        font-size: 21px !important;
    }
    .tvproduct-wrapper .product-price-and-shipping {
        min-height: 49px;
    }
    /* FINE: PRODUCTS GRID PREZZI */

/* FINE: PRODUCTS GRID */

/* MOBILE */

@media (max-width: 1024px) {
    .tvproduct-page-wrapper .tv-product-page-image {
        margin-bottom: 6px !important;
    }
}
@media (max-width: 820px) {
    .ark-qt-add {
        justify-content: flex-end;
    }
}

@media (max-width: 768px) {
    .tvvertical-slider .product-images {
        padding-bottom: 0px!important;
    }
    .tvvertical-slider .product-images {
        margin: 0px -5px 0 -5px!important;
    }

}

@media (max-width: 767px) {

    .tvproduct-brand {
        top: -20px;
    }
    .tvproduct-tax-label {
        margin-left: 0px !important;
    }
    #ark-griglia-prodotto .sezione-lobevo {
        border-top: 1px dashed #a7a7a7;
        margin-top: 30px;
    }
    #ark-griglia-prodotto .lo-bevo {
        min-height: 80px;
        margin-top: 20px;
    }
    #ark-griglia-prodotto .lo-bevo img {
        float: left;
        width: 70px;
        margin-right: 10px;
    }
    #ark-scheda-cantina .product-manufacturer {
        text-align: left;
    }
    #ark-scheda-cantina p.cantina-nome {
        margin-top: 10px;
        font-size: 23px;
    }
    #ark-scheda-cantina p.cantina-storia {
        font-size: 16px;
        width: 100%;
    }
    .tvproduct-flags.ark-images {
        top: 45px;
        right: 3px;
    }

    .product-pack .pack-product-container {
        display: block !important;
    }
    .product-pack .pack-product-container .thumb-mask, .product-pack .pack-product-container .pack-product-name, .product-pack .pack-product-container .pack-product-price, .product-pack .pack-product-container .pack-product-quantity {
        width: 100%;
        padding: 0 0 5px;
    }
}

/*
@media (max-width: 575px) {
    #category .tv-grid-list-wrapper-info-box {
        width: 100%!important;
    }
}
 */
@media (max-width: 460px) {
    .tvcart-btn-model {
        float: left !important;
    }
    .product-actions .control-label {
        display: none;
    }
    #product .product-add-to-cart .add-to-cart {
        padding: 5px 13px;
        margin-right: 10px;
    }
    span.discount.discount-percentage {
        margin: 8px 0 0 0px !important;
    }
}
@media (max-width: 413px) {
    #product .tvproduct-page-wrapper .tvprduct-image-info-wrapper {
        padding: 15px 5px;
    }
    #product .product-add-to-cart .add-to-cart {
        padding: 5px 21px;
        margin-right: 0px;
    }
    #ark-badgelist-prodotto li {
        width: 100%;
        border-bottom: 1px solid #fff;
    }
    .tvfooter-product-sticky-bottom .ark-qt-add {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end;
    }
}
@media (max-width: 413px) {
    .tv-product-page-content .tvwishlist-compare-wrapper-page {
        margin-bottom: 0px !important;
        width: 100% !important;
    }
    .tvcart-btn-model {
        width: 100% !important;
    }
    #product .product-add-to-cart .add-to-cart {
        width: 80%;
    }
}

@media (max-width: 321px) {
    .ark-qt-add {
        display: flex;
        flex-wrap: wrap;
    }
    #product .ark-page-card {
        padding: 3px 2px;
    }
}
/* PAGINA PRODOTTO GENERALE */

.tvproduct-flags
{
    display: none!Important;
}

.footer-container
{
    background-color: #1c1c1e!Important;
}
.tvfooter-storelogo-weapper {
    padding: 0px 30px;
}

.tvfooter-img-block img
{
    max-width: 250px;
    margin-bottom: 10px;
    object-fit: unset !important;
}
/* PAGINA DI CATEGORIA */

/*
a.thumbnail.product-thumbnail {
    max-height: 248px;
    top: -75px;
}
.tvproduct-wrapper.grid .tvproduct-wishlist {
    z-index: 100;
    position: relative;
}
@media (max-width: 991px) {
    a.thumbnail.product-thumbnail {
        max-height: 140px;
        top: -60px;
    }
}
@media (max-width: 575px){
    a.thumbnail.product-thumbnail {
        max-height: 166px;
        top: -60px;
    }
}
@media (max-width: 334px){
    a.thumbnail.product-thumbnail {
        max-height: 258px;
        top: -70px;
    }
}

@media (min-width: 767px) {
    a.thumbnail.product-thumbnail {
        max-height: 210px;
        top: -60px;
    }
}
@media (min-width: 1024px) {
    a.thumbnail.product-thumbnail {
        max-height: 260px;
        top: -60px;
    }
}

@media (min-width: 1440px) {
    a.thumbnail.product-thumbnail {
        max-height: 260px;
        top: -60px;
    }
}
@media (min-width: 2500px) {
    a.thumbnail.product-thumbnail {
        max-height: 270px;
        top: -60px;
    }
}

*/


div#arkcategoryfields_descriptionplus {
    background-color: #fff;
    padding: 30px 40px;
    margin: 30px 0px;
    border-radius: 3px;
    border: 1px solid rgba(0, 0, 0, 0.07);
}
.tvcategory-name-image {
    cursor: default;
}
@media (min-width: 1000px) and (max-width: 1300px) {
    #products.grid .tvall-product-wrapper-info-box {
        width: 33.33%;
    }
}
@media (max-width: 1024px) {
    #category .tv-grid-list-wrapper-info-box {
        width: 33.3333333% !important;
    }
    #manufacturer .tvall-product-wrapper-info-box {
        width: 33.3333333% !important;
    }
}
@media (max-width: 575px) {
    #category .tv-grid-list-wrapper-info-box {
        width: 50% !important;
    }
    #manufacturer .tvall-product-wrapper-info-box {
        width: 50% !important;
    }
}
@media (max-width: 335px){
    #category .tv-grid-list-wrapper-info-box {

    }
    #manufacturer .tvall-product-wrapper-info-box {
        width: 100% !important;
    }
}



@media (min-width: 1631px) {
    img.tv-img-responsive, .tvbanner-hover-wrapper img, img.tvmain-slider-img, .tvcmssliderofferbanners-one .tvimage-lazy {
        object-fit: inherit !important;
    }
}
.tv-category-image img {
    max-height: none !important;
}
.tvcategory-name-image {
    max-height: none !important;
    justify-content: space-evenly;
    align-items: flex-start;
}
@media (max-width: 450px) {
    .tvcategory-name-image {
        flex-direction: column;
    }
}
/* FINE: PAGINA DI CATEGORIA */

/* FOOTER */

.tvcmsfooter-social-icon .tvfooter-social-icon-wrapper li.facebook a {
    background-position: -5px -55px !important;
}
.tvcmsfooter-social-icon .tvfooter-social-icon-wrapper li.instagram a {
    background-position: -5px -305px !important;
}
.tvcmsfooter-social-icon .tvfooter-social-icon-wrapper li.instagram:hover a {
    background-position: -55px -305px !important;
}
.tvcmsfooter-social-icon .tvfooter-social-icon-wrapper li.facebook:hover a {
    background-position: -355px -55px !important;
}
.ark-contatti {
    margin-top: 4px;
    color: #909090;
}
span.ark-contatti-titolo {
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    display: block;
    padding-top: 20px;
}
.ark-email {
    margin-top: 10px;
}
.ark-email i.material-icons {
    font-size: 17px;
    color: #909090;
}
.ark-email a {
    padding-left: 8px;
    color: #909090;
}
.ark-telefoni {
    margin-top: 8px;
    color: #909090;
}
.ark-telefoni i.material-icons {
    font-size: 17px;
    color: #909090;
    margin-right: 10px;
}

/* FINE: FOOTER */
.block-social
{
    padding-left: 0;
    margin-left: 0;
}

.block-social ul
{
    text-align: left!important;
}

.arpl-group-tabbed {
    padding-bottom: 90px;
}

/*#product #ark-badgelist-prodotto .badge-text
{
    display: none!Important;
}*/

/*PAGINA PRODOTTO*/

@media (max-width: 768px) {
    .tvprduct-image-info-wrapper .product-cover {
        display: block !important;
    }
    .tvprduct-image-info-wrapper .tvvertical-slider {
        display: none;
    }
}

.tvcart-btn-model {
    float: none !important;
}

.tvfooter-product-sticky-bottom.sticky .product-discounts {
    display: none !important;
}

/* fix pagina prodotto desktop*/
#product .social-icon {
    display: none !important;
}

#block-reassurance img {
        width: 2rem;
	/*display:none;*/
}

/*testo in evidenza "sales" nav*/
#header .tv-menu-horizontal ul li.level-1>a {
    text-shadow: 0px 0px #ffffff00 !important;
}
.tv-menu-horizontal ul.menu-content .ark-menu-saldi span {
    text-shadow: none !important;
}

#tvdesktop-megamenu .tv-menu-horizontal ul li.level-1>a {
    text-shadow: none !important;
}

/* fix icona wishlist */
@media (max-width: 425px) {
    .tvproduct-wishlist-icon span {
        display: none;
    }
}
.panel-product-line.panel-product-actions.tvproduct-wishlist-icon {
    margin-top: 8px !important;
}

/* fix icone frecce slider homepage */
.tvcmsmain-prev.tvcmsprev-btn {
    left: 1rem !important;
}

.tvmain-slider-next-pre-btn .tvcmsnext-btn {
    right : 1rem !important;
}

/* prodotti correlati, diminuire spazio on top */
.tvcmsbest-seller-product{
    margin-bottom: 50px !important;
}

/*colore border rassicurazioni pag prodotto*/
#block-reassurance li .block-reassurance-item {
    border-left: 3px solid #f07800 !important;
}

/*togli griglia prodotto da lingua inglese */
.lang-en div#ark-griglia-prodotto {
    display: none;
}


.tvproduct-image a img {
    top: inherit !important;
}

/*ridimensiona box correlati in pagina prodotto*/
/*
#product .tvproduct-wrapper .tvproduct-image {
    max-height: 320px !important;

}

#product .owl-carousel .owl-item img{
    position: inherit;
    top: -75px !important;
}
*/
#product .tvproduct-flags.ark-images {
	top: 80px; }
	


.arpl-group-tabbed .nav-item .nav-link.active, .arpl-group-tabbed .nav-item .nav-separtor.active {    
    border: none !important;
	background-color: #ffffff00;
	}	
	
	/*FIX MOBILE*/
	
@media all and (max-width: 575px) { 

	div#arpl-tab-header-8, div#arpl-tab-header-1 {
		display: none !important;
	}
	
	.arpl-group-tabbed .nav-item .nav-link.active, .arpl-group-tabbed .nav-item .nav-separtor.active {    
    border: none !important;
	background-color: #ffffff00;
	}
	
	.arpl-carousel-products.owl-carousel .owl-nav button.owl-prev, .arpl-carousel-categories.owl-carousel .owl-nav button.owl-prev {
    left: 50px;
	}
	
	.tvmultibanner1-wrapper.col-xl-4.col-md-4.col-xs-12.tvmultibanner-1, .tvcmsmultibanners .tvmultibanner-2 {
    margin-bottom: 0px;
	}
	
	

	.tvcms-slider-offerbanner-wrapper {
		margin-bottom: 0px !important;
	}

	
	.ark-banner-home-top {   
    flex-wrap: wrap;   
	}
	
	.arpl-group-tabbed .nav-tabs {
    display: flex;
    align-items: center;
    justify-content: space-around;
	}
	
	 .tvproduct-wrapper.grid .tvproduct-wishlist {    
    display: flex !important;    
	}
	
	.tvproduct-flags.ark-images {
    top: 0px;
    right: 3px;
	}
	
	.tvproduct-wrapper .tvproduct-wishlist .tvproduct-wishlist-icon {
    background-color: #ffffff !important;
    border: 1px solid #f07800;
	}
	
	.tvproduct-wrapper .tvproduct-wishlist .panel-product-line svg path {
    fill: #f07800 !important;
	}
	
	.ets_baw_display_banner img {
    display: block;
    max-width: 104%;
    height: auto;
    margin-left: -2%;
	}
	
	div#testo-footer h1 {    
    text-align: center !important;
    line-height: 32px;
	}
	
	div#testo-footer h2 {    
    text-align: center !important;    
	}
	
	#ark-badgelist-prodotto ul {    
    flex-wrap: nowrap !important;
	}
	
	.tv-menu-horizontal ul.menu-content .ark-menu-saldi span {    
    padding: 0px 105px;
    float: left;
    margin-left: 0px;
	}
	
	img.lang-flag.tv-img-responsive {
    width: 10%;
	}
	
	/*.ets_baw_display_banner.displaycartgridbodybefore1 {    
    display: none !important;
	}*/
	
	body#cart .theiaStickySidebar .ets_baw_display_banner {
    display: none;
	}
	
	
	.tvall-inner-btn {   
    margin-bottom: 0px !important;    
    margin-left: 2px;
	}
	
	#product .owl-carousel .owl-item img {    
    top: 0px !important;
	}
	
	.arkbanneroverslider a.banner_image_url {
    display: none;
	}
	
	div#testo-footer p {    
    text-align: left !important;
	}

}

	.tvproduct-wrapper .tvproduct-wishlist .tvproduct-wishlist-icon {
    background-color: #ffffff !important;
    border: 1px solid #f07800;
	}
	
	.tvproduct-wrapper .tvproduct-wishlist .panel-product-line svg path {
    fill: #f07800 !important;
	}


    @media(max-width: 991px)
    {
        ul.tvfooter-link-wrapper
        {
            padding-left: 10px;
        }
    }

/* rendi regione e tipologia non cliccabili nel menù 

#header .level-2 > a {
    pointer-events: none !important;
}*/

/* rimuovi banner da carrello */

#cart .ets_baw_display_banner {
    display: none;
}

/* fix blocco codice promo */
.block-promo .promo-input+button {
   margin-top: 0px;
   text-transform: capitalize;
   margin-bottom: 0px;
   margin-left: 6px;
}

/*rimuovi griglia prodotto*/
/*danese*/
div#ark-griglia-prodotto:lang(da) {
    display: none;
}
/*tedesco*/
div#ark-griglia-prodotto:lang(de) {
    display: none;
}

.block-promo .promo-code .alert-danger:after {
    border-bottom-color: #000000;
}
.block-promo .promo-code .alert-danger {
    border-color: transparent;
    background: #000000;
}

/*fix valuta totale carrello */
.cart-summary-line .value {
    color: #111;
    float: right;
    letter-spacing: 0;
    font-weight: 700;
    font-size: 18px !important;
}
.cart-summary-line > span {
    font-size: 16px !important;
}
.ark-tax .value {
    color: #9c9c9c;
    font-weight: 100;
    font-size: 16px;
}

/*togliere subcategory da pagina offerte */
.tv-sub-category-title {
    display: none;
}

/* togli immagine da carrello sticky Mobile */

 @media(max-width: 991px)
    {
.tvfooter-product-sticky-bottom.sticky .product-image {
    display: none;
}}

 @media(max-width: 991px)
    {
.tvfooter-product-sticky-bottom.sticky .input-group.bootstrap-touchspin {
    display: none;
}}

 @media(max-width: 991px)
    {
#product .product-add-to-cart .add-to-cart {
    min-width: 100%;
}}

 @media(max-width: 991px)
    {
.tvfooter-product-sticky-bottom .tvtitle-price {
    max-width: 160px;
}}

 @media(max-width: 991px)
    {
.container, .tvcmsdesktop-top-header .container, .tvcms-header-menu-offer-wrapper .container, .tvcmsdesktop-top-second .container {
    padding: 0px !important;
}

.tvflex-items {
padding: 10px;
}
}

@media (max-width: 991px){
#product .product-add-to-cart .add-to-cart {
    min-width: 100%;
    height: auto;
}}



/*reimposta altezza badge correlati pagina prodotto */

#product .tvproduct-flags.ark-images {
    top: 8px;
}

/* disposizione verticale badge scheda prodotto mobile */
 @media(max-width: 991px)
    {
#ark-badgelist-prodotto ul {
    display: block;
}}


/* scalapay prodotto da mobile 

 @media(max-width: 991px)
    {
#sp-container {
    margin-top: 10px;
}}*/

/* toglie "pagamenti sicuri" da pag. prodotto*/
.ps_checkout.payment-method-logo-block {
    display: none;
}

/*padding tasto carrello widget */

.ttvcmscart-show-dropdown-right .ttvcart-product-list-checkout a {
    padding: 19px 4px !important;
}

/* CHECKOUT */
span.ark-optional-field {
    padding-left: 5px;
    font-size: 13px;
    color: #b0b0b0;
}
.ark-invoice-field {
    order:10;
}
#checkout-addresses-step .form-fields {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
}
#checkout-addresses-step .ark-invoice-choice {
    margin-top: 20px;
    order:0;
}
.js-address-form #ark-invoice-needed-delivery {
    margin-right: 10px;
}
.js-address-form #ark-invoice-needed-invoice {
    margin-right: 10px;
}
/* FINE CHECKOUT */

/* Amex fields checkout */
.frame--activated {
    opacity: 1;
    border: 1px solid #ccc;
    border-radius: 3px;
    box-shadow: none !important;
    background-color: #F3F3F3;
    border-radius: 5px;
    width: 100%;
}

.date-and-code {
    display: flex;
    margin-top: 8px;
    justify-content: space-between;
    align-items: stretch;
}

/*.input-container .cvv {
    justify-content: flex-end !important;
}*/

.payment-option img {
    max-height: 18px !important;
    /*height: 30px;*/
    margin-left: 6px;
}

/* rimuove label duplicata best seller da home mobile */

@media screen and (max-width: 576px){
.arpl-group-tabbed .arpl-tab-header {
    display: none;
}}

/*cta carrello e checkout full widht*/
@media screen and (max-width: 785px){
#payment-confirmation button {
    font-size: .875rem;
    width: 100%;
}

a.tv-continue-shopping-btn.tvall-inner-btn {
    width: 99%;
    text-align: center;
}

a.tvall-inner-btn.tvprocess-to-checkout {
    width: 100%;
    text-align: center;
}


}

/* logo mobile */
@media (max-width: 785px){
    .tvcmsmobile-header-menu.col-md-1.col-sm-12.col-xs-2 {
        padding-top: 10px;
    }
    .tvcmsmobile-cart-acount-text.col-md-3.col-sm-12.col-xs-8 {
        width: 30%;
    }
    #tvcms-mobile-view-header.mobile-header-1 .tvcmsmobile-header-logo-right-wrapper {
        width: 100%;
        padding-bottom: 10px;
      }
    }

@media(max-width: 991px)
{
    .panel.audio-panel
    {
        overflow: inherit!important;
        padding: 10px 0px 70px 0px!important;
    }

    .fdt_merchant150x100-1_widget_merchant
    {
        width: 100%!important;
        max-width: 100%!Important;
        margin: 0 auto!important;
        text-align: center!important;
        background-color: white!important;
    }

    .fdt_merchant150x100-1_widget_merchant .fdt_merchant150x100-1_logo
    {
        display: none!important;
    }
}

.feedaty_widget
{
    background-color: white!important;
}

.fdt_merchantStriscia-1_widget_merchant
{
    margin: 0 auto!important;
    text-align: center!important;
    background-color: white!important;
}

@media (max-width: 991px){
    .tvproduct-wrapper {
        height: 550px;
    }
}

@media (min-width: 991px){
    .tvproduct-wrapper {
        height: 750px;
    }
}

.close:before {
    background-image: url(data:image/svg+xml;utf8,%3Csvg%20viewBox%3D%220%200%2024%2024%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cg%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cg%20transform%3D%22translate%28-290.000000,%20-65.000000%29%22%20fill-rule%3D%22nonzero%22%3E%3Cg%20transform%3D%22translate%28290.000000,%2065.000000%29%22%3E%3Cpath%20d%3D%22M22.5%201.5v21H1.5V1.5h21z%22%20stroke%3D%22%23FFFFFF%22%20stroke-width%3D%223%22/%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M16.999954%208.44117617%2015.5588332%207.00005699%2011.998935%2010.5575%208.44121825%207%207.00004599%208.44117067%2010.5585606%2011.9999973%207%2015.5587778%208.44122375%2017%2011.998935%2013.4414323%2015.5588277%2016.999943%2017%2015.5587723%2013.4414339%2011.9999973z%22/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E) !important;
    opacity: 1 !important;
}

/*IMG PROMO PRIMAVERA*/
    .only-mobile { display: none !important; }
    .only-desktop { display: block !important; }

    @media screen and (max-width: 768px) {
        .only-mobile { display: block !important; }
        .only-desktop { display: none !important; }
    }