/*
* Custom style goes here.
* A template should always ship with an empty custom.css
*/

/*Custom  */

#footer {}


#wrapper {
    /* corpo centrale */
    /* background: #000000; */
}

#header .header-bottom {
    /* Sfondo Mega Menu
    Deve essere impostato nel theme.css, altrimenti si vede 
    lo sfondo grigio chiaro #f7f7f7; al load della pagina, brutto !
    */
    /*background: #000000;*/
}

#header .desktop-sticky-wrapper {
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    box-shadow: 0px 0px 0px #000000;
    -webkit-box-shadow: 0px 0px 0px #000000;
    -moz-box-shadow: 0px 0px 0px #000000;
    background: #fecd05;
    background: linear-gradient(top,  #fecd05,  #fedd53);
    background: -ms-linear-gradient(top,  #fecd05,  #fedd53);
    background: -webkit-gradient(linear, left top, left bottom, from(#fecd05), to(#fedd53));
    background: -moz-linear-gradient(top,  #fecd05,  #fedd53);
    /*
    background-image: url(../../../../img/cms/mega-menu-bg-2.png); 
    background-repeat: repeat-x;
    */
    border-top: solid 0px #fecd05;
    border-bottom: 0px solid #fecd05;
    border-left: 0px solid #fecd05;
    border-right: 0px solid #fecd05;
}

#header .mobile-header-version .mobile-sticky-wrapper.is-sticky [data-mobile-sticky] {
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    box-shadow: 0px 0px 0px #000000;
    -webkit-box-shadow: 0px 0px 0px #000000;
    -moz-box-shadow: 0px 0px 0px #000000;
    background: #fecd05;
    background: linear-gradient(top,  #fecd05,  #fedd53);
    background: -ms-linear-gradient(top,  #fecd05,  #fedd53);
    background: -webkit-gradient(linear, left top, left bottom, from(#fecd05), to(#fedd53));
    background: -moz-linear-gradient(top,  #fecd05,  #fedd53);
    /*
    background-image: url(../../../../img/cms/mega-menu-bg-2.png); 
    background-repeat: repeat-x;
    */
    border-top: solid 0px #fecd05;
    border-bottom: 0px solid #fecd05;
    border-left: 0px solid #fecd05;
    border-right: 0px solid #fecd05;
}


#header .left-nav-trigger .left-nav-icon {
    background: #E78905;
    color: #ffffff !important;
}
#header .left-nav-trigger .left-nav-icon:hover {
    color: #000000 !important;
}

#amegamenu .anav-top .amenu-item.hover,
#amegamenu .anav-top .amenu-item:hover {
    background: #E78905;
}

#amegamenu .anav-top .adropdown {
    border: 0px solid #E78905;
}


/*
.currency-selector .dropdown-menu,
.language-selector .dropdown-menu {
background-color: #3b3b3b;
border: 0px solid #f7f7f7;
box-shadow: 0 1px 5px #f7f7f7;
-webkit-box-shadow: 0 1px 5px #f7f7f7;
-moz-box-shadow: 0 1px 5px #f7f7f7;
}

.currency-selector .dropdown-current,
.language-selector .dropdown-current {
background-color: #3b3b3b;
}

.currency-selector .currency-list .dropdown-item,
.language-selector .language-list .dropdown-item {
color: #E8E8E8;
background-color: #3b3b3b;
}

.currency-selector .currency-list .dropdown-item:focus,
.currency-selector .currency-list .dropdown-item:hover,
.language-selector .language-list .dropdown-item:focus,
.language-selector .language-list .dropdown-item:hover{
color: #ffffff;
background-color: #505050;
}

.currency-selector .currency-list .dropdown-item:active,
.language-selector .language-list .dropdown-item:active{
color: #ffffff;
background-color: #505050;
}
*/

/*
.user-info .dropdown-customer-account-links .dropdown-menu {
background-color: #000000;
}
.user-info .dropdown-customer-account-links .dropdown-item {
color: #E8E8E8;
background-color: #000000;
}
.user-info .dropdown-customer-account-links .dropdown-item:focus,
.user-info .dropdown-customer-account-links .dropdown-item:hover {
color: #ffffff;
background-color: #3b3b3b;
}

.user-info .dropdown-customer-account-links .dropdown-item:active {
color: #ffffff;
background-color: #3b3b3b;
}

.user-info .dropdown-customer-account-links .logout a:focus,
.user-info .dropdown-customer-account-links .logout a:hover,
.user-info .dropdown-customer-account-links .logout a:active {
color: red !important;
}
*/

#footer .footer-main a{
    color: #E8E8E8;
}
#footer .footer-right .block-newsletter span{
    color: #E8E8E8;
}



#ps-checkout-express-button {
    margin-bottom: 25px !important;
}

.no-shadow-box {
    background: #fff;
    padding: 0.9375rem;
    box-shadow: none;
    border-radius: 5px;
}

.no-breadcrumb-wrapper {
    background:transparent;
    margin-bottom: 25px;
    overflow: hidden;
}
/******************** blocco  html custom shop Features **********************/
.feature .shop-features-title {
    font-family: Roboto Condensed, sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    margin: 0 0 15px;
    padding: 5px 0;
}

.feature .shop-features-text {
    display: block;
    font-size: 1.125rem;
    margin-top: 15px;
    color: inherit;
    line-height: 1.4em;
    text-align: center;
    text-transform: uppercase;
}

.feature .shop-features-text:hover {
    color: #b20000;
    cursor:pointer; 
}
/******************** blocco  html custom shop Features **********************/



/******************** blocco  html custom shipping info banner **********************/
#topshopinfo_shipping_container {
    width:100%;
    padding:0px 0px 0px 0px;
}
a.shop-features-shipping-info-link {
    font-family: Roboto Condensed, sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #5d5d5d;
}
a.shop-features-shipping-info-link:hover {
    color: #b20000;
}

@media (min-width: 992px){

    #topshopinfo_shipping_container {display:block;}
#topshopinfo_shipping_container_sm {display:none!important;}

#centrato_shipping {
    margin-left:auto; /* forzato a zero */
    margin-right:auto; /* forzato a zero */
    width:900px;
}

.topshopinfo_shipping{
    width: 100%;
    max-width: 100%;
    border: 1px solid #c7c7c7;
    border-radius: 5px;
    display:inline-block;
    padding:0px 0px 0px 0px;
    height:auto;
    position:relative;
    margin-bottom: 15px;
    background: #ffffff;
}

.topshopinfo_shipping  .div-table {display:table;height:auto; width:auto;margin-top: 5px;}
.topshopinfo_shipping  .box-img {display:table-cell;vertical-align:middle;width:70px;padding:5px;}
.topshopinfo_shipping  .box-label {width:820px;display:table-cell;vertical-align:middle;text-align:center;padding:5px;}

}

@media (max-width: 991px) and (min-width: 768px) {

    #topshopinfo_shipping_container {display:block;}
#topshopinfo_shipping_container_sm {display:none!important;}

#centrato_shipping {
    margin-left:auto; /* forzato a zero */
    margin-right:auto; /* forzato a zero */
    width:700px;
}

.topshopinfo_shipping{
    width: 100%;
    max-width: 100%;
    border: 1px solid #c7c7c7;
    border-radius: 5px;
    display:inline-block;
    padding:0px 0px 0px 0px;
    height:auto;
    position:relative;
    margin-bottom: 15px;
    background: #ffffff;
}

.topshopinfo_shipping  .div-table {display:table;height:auto; width:auto;margin-top: 5px;}
.topshopinfo_shipping  .box-img {display:table-cell;vertical-align:middle;width:70px;padding:5px;}
.topshopinfo_shipping  .box-label {width:620px;display:table-cell;vertical-align:middle;text-align:center;padding:5px;}

}

@media (max-width: 767px) and (min-width: 576px) {

    #topshopinfo_shipping_container {display:none!important;}
#topshopinfo_shipping_container_sm {display:block;}

}

@media (max-width: 575px){
    #topshopinfo_shipping_container {display:none!important;}
#topshopinfo_shipping_container_sm {display:block;}
}
/******************** blocco  html custom shipping info banner **********************/


/******************** Campo indicatore larghezza in pixels. In footer.tpl **********************/

/******************** Campo indicatore larghezza in pixels. In footer.tpl **********************/



/*Custom*/
.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.google-maps {
    position: relative;
    padding-bottom: 75%; /* Definisco l'aspect ratio */
    height: 0;
    overflow: hidden;
    border: 1px solid #e0e0e0;
}
.google-maps > iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.cms-page-subheading{font-family:Roboto Condensed,sans-serif;font-weight:700;color:#3d3d3d;line-height:30px;letter-spacing:.02em;text-transform:uppercase;margin:0 0 15px;padding:5px 0}
.cms-page-subheading{font-size:1.25rem;text-transform:none;padding-left:0px}

.cms-sep-line-bottom {
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e0e0e0;
    overflow: hidden; 
}

.cms-sep-line {
    padding: 5px;
    border-bottom: 1px solid #e0e0e0;
    overflow: hidden; 
}

.cms-column-block {
    background: #fff;
    padding: 0 15px 15px;
    border: 1px solid #c7c7c7;
    border-radius: 5px;
}


.cms-page-heading {
    font-family: Roboto Condensed, sans-serif;
    font-weight: 700;
    font-size: 1.5rem;
    color: #3d3d3d;
    line-height: 30px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    margin: 0 0 15px;
    padding: 5px 0;
    margin: 0 -0.9375rem 0.9375rem;
    padding: 8px 0.9375rem;
    border-bottom: 1px solid #c7c7c7;
}


.custom-contact-form-box {
    background: transparent;
    padding: 0.9375rem;
}

p.conditons {font-size:.840rem;}

#product .blockreassurance-product {
    margin-top: 15px;
    margin-bottom: 15px;
}

/* MOD BEGIN */
@media (min-width: 576px) {

    section.checkout-step .payment-options .payment-option {width: 100%; height: 45px;background-color: #EDEDED;}
section.checkout-step .payment-options .payment-option:hover{border: 1px solid #EDEDED;background-color: #ffffff;}
section.checkout-step .payment-options .payment-option label{text-transform:uppercase;font-weight: 540;}
section.checkout-step .payment-options .payment-option label:hover{cursor:pointer; color:#b20000;}
section.checkout-step .payment-options .payment-option label {
    padding-left: 4px!important; height: 45px;
}
section.checkout-step .payment-options .ps_checkout-payment-option {width: 100%; height: 45px;background-color: #EDEDED;}
section.checkout-step .payment-options .ps_checkout-payment-option:hover{border: 1px solid #EDEDED;background-color: #ffffff;}
section.checkout-step .payment-options .ps_checkout-payment-option label{text-transform:uppercase;font-weight: 540;}
section.checkout-step .payment-options .ps_checkout-payment-option label:hover{cursor:pointer; color:#b20000;}
section.checkout-step .payment-options .ps_checkout-payment-option label{
    padding-left: 4px!important; height: 45px;
}

}

@media (max-width: 575px) {

    section.checkout-step .payment-options .payment-option {width: 100%; height: 80px;background-color: #EDEDED;}
section.checkout-step .payment-options .payment-option:hover{border: 1px solid #EDEDED;background-color: #ffffff;}
section.checkout-step .payment-options .payment-option label{text-transform:uppercase;font-weight: 540;}
section.checkout-step .payment-options .payment-option label:hover{cursor:pointer; color:#b20000;}
section.checkout-step .payment-options .payment-option label {
    padding-left: 4px!important; height: 80px;
}
section.checkout-step .payment-options .ps_checkout-payment-option {width: 100%; height: 80px;background-color: #EDEDED;}
section.checkout-step .payment-options .ps_checkout-payment-option:hover{border: 1px solid #EDEDED;background-color: #ffffff;}
section.checkout-step .payment-options .ps_checkout-payment-option label{text-transform:uppercase;font-weight: 540;}
section.checkout-step .payment-options .ps_checkout-payment-option label:hover{cursor:pointer; color:#b20000;}
section.checkout-step .payment-options .ps_checkout-payment-option label{
    padding-left: 4px!important; height: 80px;
}

}




.coming-of-age{text-align: center !important;text-transform:uppercase;font-weight: 540;}
/* MOD END */

/* YBC BLOG */
.ybc-blog-wrapper-content  h1.ybcblog {
    color: #333333;
    background: #f6f6f6;
    border-top: 2px solid #000000;
    text-transform: uppercase;
    padding: 14px 5px 17px 20px;
    margin-bottom: 9px;
    margin-top: 9px;
}

/* Home footer Banners */
.banner2 a:before {
    border: 1px solid #E78905!important;
}

.BottomBanner_1  {
    display:block;
    margin-bottom: 30px;
}

a.bottom-banner-title {
    font-family: Roboto Condensed, sans-serif;
    font-size: 1.0625rem;
    font-weight: 700;
    color: #3d3d3d;
    line-height: 30px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}


/* Link Mega Menu custom */
div.megamenu-dropdown-footer-wrapper {
    background: #e7e7e7; 
    padding-top: 3px; 
    width: 100%; 
    text-align: center; 
}

a.megamenu-dropdown-footer-link {
    text-transform: uppercase;
}
a.megamenu-dropdown-footer-link:hover {
    color: #000000!important;
}

/* Personalizzazione product top listing (filtri etc..) */
.products-selection {
    padding-left:5px; 
    padding-right:5px; 
    background-color: #f7f7f7;  
}

.shadow-box-none {
    background: #fff;
    padding: 0.9375rem;
    border: 1px solid #c7c7c7;
    border-radius: 5px;
}

.block-social {
    margin-top: 10px;
}
section.checkout-step .delivery-option .carrier-logo img {
    max-width: 140px!important;
}


@media (min-width: 1220px) {
    .product-list .grid .product-miniature .second-block .second-block-wrapper .grid-buy-button {
    margin-left:15px!important;
}
}
@media (max-width: 1219.98px) {
    .product-list .grid .product-miniature .second-block .second-block-wrapper .grid-buy-button{
    margin-left:0px!important;
}
}


/******************** blocco  html custom Summer holiday info banner **********************/
#topshopinfo_summer_holiday_container {
    width:100%;
    padding:0px 0px 0px 0px;
}
a.shop-features-summer_holiday-info-link {
    font-family: Roboto Condensed, sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #000000;
}
a.shop-features-summer_holiday-info-link:hover {
    color: #b20000;
}

span.shop-features-summer_holiday-info-title {
    font-family: Roboto Condensed, sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #04168C;  /* #b20000 */
}

span.shop-features-summer_holiday-info-text {
    font-family: Roboto Condensed, sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #000000;
}

span.shop-features-summer_holiday-info-evidence-text {
    font-family: Roboto Condensed, sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #04168C;
}

#topshopinfo_summer_holiday_container  .box-label div {margin-bottom:8px;}
#topshopinfo_summer_holiday_container_sm  div {margin-bottom:8px;}

@media (min-width: 992px){

    #topshopinfo_summer_holiday_container {display:block;}
#topshopinfo_summer_holiday_container_sm {display:none!important;}

#centrato_summer_holiday {
    margin-left:auto; /* forzato a zero */
    margin-right:auto; /* forzato a zero */
    width:900px;
}

.topshopinfo_summer_holiday{
    width: 100%;
    max-width: 100%;
    border: 1px solid #c7c7c7;
    border-radius: 5px;
    display:inline-block;
    padding:0px 0px 0px 0px;
    height:auto;
    position:relative;
    margin-bottom: 15px;
    background-color: #ffffff;
    background-image: url(../../../../img/cms/summer_holiday_info_bg.png); 
    background-repeat: no-repeat; 
    background-position: -230px -520px; 
}

.topshopinfo_summer_holiday  .div-table {display:table;height:auto; width:auto;margin-top: 5px;}
.topshopinfo_summer_holiday  .box-img {display:table-cell;vertical-align:middle;width:70px;padding:5px;}
.topshopinfo_summer_holiday  .box-label {width:820px;display:table-cell;vertical-align:middle;text-align:center;padding:5px;}

}

@media (max-width: 991px) and (min-width: 768px) {

    #topshopinfo_summer_holiday_container {display:block;}
#topshopinfo_summer_holiday_container_sm {display:none!important;}

#centrato_summer_holiday {
    margin-left:auto; /* forzato a zero */
    margin-right:auto; /* forzato a zero */
    width:700px;
}

.topshopinfo_summer_holiday{
    width: 100%;
    max-width: 100%;
    border: 1px solid #c7c7c7;
    border-radius: 5px;
    display:inline-block;
    padding:0px 0px 0px 0px;
    height:auto;
    position:relative;
    margin-bottom: 15px;
    background-color: #ffffff;
    background-image: url(../../../../img/cms/summer_holiday_info_bg.png); 
    background-repeat: no-repeat; 
    background-position: -230px -520px; 
}

.topshopinfo_summer_holiday  .div-table {display:table;height:auto; width:auto;margin-top: 5px;}
.topshopinfo_summer_holiday  .box-img {display:table-cell;vertical-align:middle;width:70px;padding:5px;}
.topshopinfo_summer_holiday  .box-label {width:620px;display:table-cell;vertical-align:middle;text-align:center;padding:5px;}

}

@media (max-width: 767px) and (min-width: 576px) {

    #topshopinfo_summer_holiday_container {display:none!important;}
#topshopinfo_summer_holiday_container_sm {display:block;}

}

@media (max-width: 575px){
    #topshopinfo_summer_holiday_container {display:none!important;}
#topshopinfo_summer_holiday_container_sm {display:block;}
}
/******************** blocco  html custom Summer holiday info banner **********************/


/******************** Blog Mega Menu Drop Down **********************/
ul.BlogMegaMenuDropDown {
    width: 100%;
    list-style: none;
    margin:0; 
    padding:0;
}

ul.BlogMegaMenuDropDown  li a {
    display: block;
    text-decoration: none;
    padding: 5px; 
    font-family: Roboto Condensed, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: 0.02em;
}
ul.BlogMegaMenuDropDown li { 
    display:inline 
}

ul.BlogMegaMenuDropDown li a:link, ul.BlogMegaMenuDropDown li a:visited {
    background:transparent;
    color: #5d5d5d;
} /* colori per il link */
ul.BlogMegaMenuDropDown li a:hover, ul.BlogMegaMenuDropDown li a:active {
    background: #E78905;
    color:#ffffff!important;
} /* colori per l'effetto roll-over */

/******************** Blog Mega Menu Drop Down **********************/

/******************** Etichetta Disponibilita **********************/
.product-list .product-miniature .product-availability-custom {
    font-size: 0.8125rem;
}
.product-list .product-miniature .product-availability-custom span {
    color: #fff;
    padding: 2px 8px;
    border: none;
    border-radius: 3px;
    white-space: normal;
    background: #17a2b8;
}
.product-list .product-miniature .product-availability-custom .available {
    background: #28a745;
    font-weight: 700;
}
.product-list .product-miniature .product-availability-custom .unavailable {
    background: #ff0000;
    font-weight: 700;
}                                            

.product-list .product-miniature .product-availability-custom .available-backorder-allowed {
    color: #856404;
    font-weight: 700;
    background: #fff3cd;
}



.product-list .grid .product-miniature .product-availability-custom {
    margin-top: 12px;
    margin-bottom: 12px;
}

.product-list .list .product-miniature .product-availability-custom {
    margin-top: 12px;
    margin-bottom: 12px;
}
.product-list .table-view .product-miniature .product-availability-custom{
    margin-top: 8px;
    margin-bottom: 15px;
}

@media (min-width: 992px) {
    .product-list .table-view .product-miniature .informations-section .price-and-status {
    margin-left: 20px;
    margin-right: 40px;
}
}

/******************** Etichetta Disponibilita **********************/


/******************** Copre con grigio all'hover, tutta Area Firstblock delle immagini prodotti nel listing e blocchi **********************/
.product-list .product-miniature .first-block {
    background: none;
    transition: all 0.3s; 
}

.product-list .product-miniature .first-block:hover {
    background: rgba(0, 0, 0, 0.2); 
}

body.touch-screen .product-list .product-miniature .first-block:hover {
    background:none;
}

/******************** Copre con grigio all'hover, tutta Area Firstblock delle immagini prodotti nel listing e blocchi **********************/

/******************** Bottone Torna Su **********************/
#scrollTopButton {
    bottom: 20px!important;
    right: 2%!important;
}
/******************** Bottone Torna Su **********************/

/******************** Add Piccolo spazio verticale fra bottoni Paga con PayPal Later e Paga con PayPal **********************/
.paypal-buttons-context-iframe {
    margin-top: 5px!important;
}
/******************** Add Piccolo spazio verticale fra bottoni Paga con PayPal Later e Paga con PayPal **********************/

/******************** Colore link Crediti e Cookie consent in footer bottom **********************/
.footer-bottom a {
    font-weight: bold;
    color:#E8E8E8;
}

.footer-bottom a:hover {
    color:#ffffff;
}
/******************** Colore link Crediti e Cookie consent in footer bottom **********************/

/******************** Allineamento verticale checkbox accettazione condizioni nel checkout e stile link**********************/
#conditions-to-approve .custom-checkbox,
#conditions-to-approve .custom-radio {
    margin-bottom: 10px;
    text-transform: none;
    font-weight: 400;
    text-align: left;
    font-size: 100%;
    display: flex;
    align-items: flex-start;
    width: fit-content;
    width: -moz-fit-content;
}
#conditions-to-approve a {
    text-decoration: underline!important;
}
/******************** Allineamento verticale checkbox accettazione condizioni nel checkout e stile link**********************/


/******************** Centra log-with-amazon button in log-in page **********************/
.amzbuttoncontainer{
    margin-top: 15px !important;
    text-align:center !important;
}
.amazonPayButton {
    margin-left:auto !important; /* forzato a zero */
    margin-right:auto !important; /* forzato a zero */
}
/******************** Centra log-with-amazon button in log-in page **********************/


/******************** blocco  html custom halloween info banner **********************/
#topshopinfo_halloween_container {
    width:100%;
    padding:0px 0px 0px 0px;
}
a.shop-features-halloween-info-link {
    font-family: Roboto Condensed, sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #000000;
}
a.shop-features-halloween-info-link:hover {
    color: #b20000;
}

span.shop-features-halloween-info-title {
    font-family: Roboto Condensed, sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #b20000;  /* #5d5d5d */
}

span.shop-features-halloween-info-text {
    font-family: Roboto Condensed, sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #000000;
}

span.shop-features-halloween-info-evidence-text {
    font-family: Roboto Condensed, sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #b20000;
}

#topshopinfo_halloween_container  .box-label div {margin-bottom:8px;}
#topshopinfo_halloween_container_sm  div {margin-bottom:8px;}

@media (min-width: 992px){

    #topshopinfo_halloween_container {display:block;}
#topshopinfo_halloween_container_sm {display:none!important;}

#centrato_halloween {
    margin-left:auto; /* forzato a zero */
    margin-right:auto; /* forzato a zero */
    width:900px;
}

.topshopinfo_halloween{
    width: 100%;
    max-width: 100%;
    border: 1px solid #c7c7c7;
    border-radius: 5px;
    display:inline-block;
    padding:0px 0px 0px 0px;
    height:auto;
    position:relative;
    margin-bottom: 15px;
    background-color: #ffffff;
    background-image: url(../../../../img/cms/halloween_info_bg.jpg); 
    background-repeat: no-repeat; 
    background-position: -100px 0px;
}

.topshopinfo_halloween  .div-table {display:table;height:auto; width:auto;margin-top: 5px;}
.topshopinfo_halloween  .box-img {display:table-cell;vertical-align:middle;width:70px;padding:5px;}
.topshopinfo_halloween  .box-label {width:820px;display:table-cell;vertical-align:middle;text-align:center;padding:5px;}

}

@media (max-width: 991px) and (min-width: 768px) {

    #topshopinfo_halloween_container {display:block;}
#topshopinfo_halloween_container_sm {display:none!important;}

#centrato_halloween {
    margin-left:auto; /* forzato a zero */
    margin-right:auto; /* forzato a zero */
    width:700px;
}

.topshopinfo_halloween{
    width: 100%;
    max-width: 100%;
    border: 1px solid #c7c7c7;
    border-radius: 5px;
    display:inline-block;
    padding:0px 0px 0px 0px;
    height:auto;
    position:relative;
    margin-bottom: 15px;
    background-color: #ffffff;
    background-image: url(../../../../img/cms/halloween_info_bg.jpg); 
    background-repeat: no-repeat; 
    background-position: -100px 0px; 
}

.topshopinfo_halloween  .div-table {display:table;height:auto; width:auto;margin-top: 5px;}
.topshopinfo_halloween  .box-img {display:table-cell;vertical-align:middle;width:70px;padding:5px;}
.topshopinfo_halloween  .box-label {width:620px;display:table-cell;vertical-align:middle;text-align:center;padding:5px;}

}

@media (max-width: 767px) and (min-width: 576px) {

    #topshopinfo_halloween_container {display:none!important;}
#topshopinfo_halloween_container_sm {display:block;}

}

@media (max-width: 575px){
    #topshopinfo_halloween_container {display:none!important;}
#topshopinfo_halloween_container_sm {display:block;}
}
/******************** blocco  html custom halloween info banner **********************/

/******************** blocco  html custom xmas info banner **********************/
#topshopinfo_xmas_container {
    width:100%;
    padding:0px 0px 0px 0px;
}
a.shop-features-xmas-info-link {
    font-family: Roboto Condensed, sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #ffffff;
}
a.shop-features-xmas-info-link:hover {
    color: #ffffcc;
}

span.shop-features-xmas-info-title {
    font-family: Roboto Condensed, sans-serif;
    font-size: 2.0rem;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #ffffff;  /* #5d5d5d */
}

span.shop-features-xmas-info-text {
    font-family: Roboto Condensed, sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #ffffff;
}

span.shop-features-xmas-info-evidence-text {
    font-family: Roboto Condensed, sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #ffffff;
}

#topshopinfo_xmas_container  .box-label div {margin-bottom:8px;}
#topshopinfo_xmas_container_sm  div {margin-bottom:8px;}

@media (min-width: 992px){

    #topshopinfo_xmas_container {display:block;}
#topshopinfo_xmas_container_sm {display:none!important;}

#centrato_xmas {
    margin-left:auto; /* forzato a zero */
    margin-right:auto; /* forzato a zero */
    width:900px;
}

.topshopinfo_xmas{
    width: 100%;
    max-width: 100%;
    border: 1px solid #c7c7c7;
    border-radius: 5px;
    display:inline-block;
    padding:0px 0px 0px 0px;
    height:auto;
    position:relative;
    margin-bottom: 15px;
    background-color: #ffffff;
    background-image: url(../../../../img/cms/xmas_info_bg.jpg); 
    background-repeat: no-repeat; 
    background-position: -100px -50px;
}

.topshopinfo_xmas  .div-table {display:table;height:auto; width:auto;margin-top: 5px;}
.topshopinfo_xmas  .box-img {display:table-cell;vertical-align:middle;width:70px;padding:5px;}
.topshopinfo_xmas  .box-label {width:820px;display:table-cell;vertical-align:middle;text-align:center;padding:5px;}

}

@media (max-width: 991px) and (min-width: 768px) {

    #topshopinfo_xmas_container {display:block;}
#topshopinfo_xmas_container_sm {display:none!important;}

#centrato_xmas {
    margin-left:auto; /* forzato a zero */
    margin-right:auto; /* forzato a zero */
    width:700px;
}

.topshopinfo_xmas{
    width: 100%;
    max-width: 100%;
    border: 1px solid #c7c7c7;
    border-radius: 5px;
    display:inline-block;
    padding:0px 0px 0px 0px;
    height:auto;
    position:relative;
    margin-bottom: 15px;
    background-color: #ffffff;
    background-image: url(../../../../img/cms/xmas_info_bg.jpg); 
    background-repeat: no-repeat; 
    background-position: -100px -50px; 
}

.topshopinfo_xmas  .div-table {display:table;height:auto; width:auto;margin-top: 5px;}
.topshopinfo_xmas  .box-img {display:table-cell;vertical-align:middle;width:70px;padding:5px;}
.topshopinfo_xmas  .box-label {width:620px;display:table-cell;vertical-align:middle;text-align:center;padding:5px;}

}

@media (max-width: 767px) and (min-width: 576px) {

    #topshopinfo_xmas_container {display:none!important;}
#topshopinfo_xmas_container_sm {display:block;}

a.shop-features-xmas-info-link {
    color: #000000;
}
a.shop-features-xmas-info-link:hover {
    color: #000000;
}

span.shop-features-xmas-info-title {
    color: #000000;
}

span.shop-features-xmas-info-text {
    color: #000000;
}

span.shop-features-xmas-info-evidence-text {
    color: #000000;
}

}

@media (max-width: 575px){
    #topshopinfo_xmas_container {display:none!important;}
#topshopinfo_xmas_container_sm {display:block;}

a.shop-features-xmas-info-link {
    color: #000000;
}
a.shop-features-xmas-info-link:hover {
    color: #000000;
}

span.shop-features-xmas-info-title {
    color: #000000;
}

span.shop-features-xmas-info-text {
    color: #000000;
}

span.shop-features-xmas-info-evidence-text {
    color: #000000;
}
}
/******************** blocco  html custom xmas info banner **********************/

.dropdown-item.active,
.dropdown-item:active {
    background-color: #f7f7f7!important;
}


@media (max-width: 991.98px) {
    #punti-img{display:none!important;}
}

@media (min-width: 992px) {
    #punti-img{display:block;}
}


/******************** blocco  pagina partners **********************/

@media (max-width: 991.98px) {
    #partners-min992px {display:none!important;}
#partners--max991px {display:block;}
}

@media (min-width: 992px) {
    #partners-min992px {display:block;}
#partners--max991px {display:none!important;}
}

/******************** blocco  html custom New Shop Version info banner **********************/
#topshopinfo_newshopversion_container {
    width:100%;
    padding:0px 0px 0px 0px;
}

.shop-features-newshopversion-info-title {
    font-family: Roboto Condensed, sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    margin: 0 0 15px;
    padding: 5px 0;
}

.shop-features-newshopversion-info-text {
    display: block;
    font-size: 1.125rem;
    margin-top: 15px;
    color: inherit;
    line-height: 1.4em;
    text-align: center;
    text-transform: uppercase;
}



#topshopinfo_newshopversion_container {display:block;}


.topshopinfo_newshopversion{
    width: 100%;
    max-width: 100%;
    border: 1px solid #c7c7c7;
    border-radius: 5px;
    display:inline-block;
    padding:0px 0px 0px 0px;
    height:auto;
    position:relative;
    margin-bottom: 15px;
    background: #ffffff;
}

.topshopinfo_newshopversion  .div-table {display:table;height:auto; width:auto;margin-top: 5px;}
.topshopinfo_newshopversion  .box-label {display:table-cell;vertical-align:middle;text-align:center;padding:5px;}


@media (min-width: 1220px){
    #centrato_newshopversion {
    margin-left:auto; /* forzato a zero */
    margin-right:auto; /* forzato a zero */
    width:980px;
}
}

@media (max-width: 1219px) and (min-width: 992px) {

    #centrato_newshopversion {
    margin-left:auto; /* forzato a zero */
    margin-right:auto; /* forzato a zero */
    width:900px;
}
}

@media (max-width: 991px) and (min-width: 768px) {

    #centrato_newshopversion {
    margin-left:auto; /* forzato a zero */
    margin-right:auto; /* forzato a zero */
    width:700px;
}
}

@media (max-width: 767px) and (min-width: 480px) {

    #centrato_newshopversion {
    margin-left:auto; /* forzato a zero */
    margin-right:auto; /* forzato a zero */
    width:420px;
}
}

@media (max-width: 479px) and (min-width: 320px){
    #centrato_newshopversion {
    margin-left:auto; /* forzato a zero */
    margin-right:auto; /* forzato a zero */
    width:300px;
}
}

@media (max-width: 320px) {
    #centrato_newshopversion {
    margin-left:auto; /* forzato a zero */
    margin-right:auto; /* forzato a zero */
    width:300px;
}
}

/******************** blocco  html custom newshopversion info banner **********************/

/******************** Nivo slide Customizzazione **********************/
.aone-slideshow .slide-products-related {
    position: absolute;
    left: 7% !important;
    top: 50%;
    transform: translateY(-50%);
    width: 130px;
    border-radius: 10px;
    overflow: hidden
}

.aone-slideshow .slide-products-related .slide-products-related-list {
    background: #fff;
    opacity: .8!important;
    transition: all .3s;
    height: 100%
}

.aone-slideshow .slide-products-related .slide-products-related-list:hover {
    opacity: 1!important;
}

/******************** Nivo slide Customizzazione **********************/


/*** Desktop header logo and search bar ***/
@media (min-width: 768px) and (max-width: 991.98px) {
    #header .desktop-header-version .header-logo {
    max-width: 40% !important;
}
}

@media (min-width: 992px) {
    #header .desktop-header-version .header-logo {
    max-width: 32% !important;
}
}

.search-widget {
    width: 75% !important;
}
/*** Desktop header logo and search bar ***/


/* Loghi Spedizione in checkout */
section.checkout-step .delivery-option .carrier-logo img {
    width: 60px !important;
}

/* prodottidelmese */
.prodottiDelMese {margin-top: 25px !important;}


/* shopFeatured */
.shopFeatured {margin-bottom: 25px !important;}


.footer-bottom img.logo-icon {
    width: 48px !important;
    margin-right:6px !important;
}

/* Scroll Top Button */
#scrollTopButton {
    right: 35px !important;
    bottom: 100px  !important;
}