body {
}

h2.title a {
    font-weight: 900;
}

.figure-grid{
    margin-top:20px;
    color:#fff;
}

.mdl-mega-footer {
    color:#fff;
    z-index:9999;
}

.mdl-mega-footer h3, .mdl-mega-footer .h4 {
    color:#fff!important;
    font-weight:bold;
}

.combinationColor div {
    border-radius: 25px;
    border:1px solid #efefef;
}

.breadcrumb li {
    margin-right:10px;
}


.btn-success {
    color: #000;
    border: 2px solid #000;
    font-weight: bold;
    background-color: #ffffff;
    border-color: rgb(0, 0, 0);
}

.mobile-fix-option {
    position: fixed;
    bottom: 0;
    left: 0;
    height: 60px;
    background-color: #333333;
    width: 100vw;
    z-index: 9;
    -webkit-box-shadow: 0 2px 5px 0 #a8a8a8;
    box-shadow: 0 2px 5px 0 #a8a8a8;
}

.striscia {
    background-color: rgba(0, 0, 0, 0.03); 
    padding-bottom: 15px!important;
}

.spazioImg {
    margin-top: 75px!important;
}

/* ===== thumbs-prodotti ===== */
.miniature {

}
.mini {
    width: 100px;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 2px;
    margin-top: 7px;
}

/* ===== sconto-prodotti ===== */
.sconto {
    /*background-color: #FE0000;*/
    margin-left: -10px!important;
    font-size:20px;
    width: 170px;
    height: 35px;
    border-radius: 0px 2px 2px 0px;
    padding-left: 7px;
}

/* ===== loader-ellips ===== */

.loader-ellips {
    font-size: 20px;
    position: relative;
    width: 4em;
    height: 1em;
    margin: 10px auto;
}

.loader-ellips__dot {
    display: block;
    width: 1em;
    height: 1em;
    border-radius: 0.5em;
    background: #333;
    position: absolute;
    animation-duration: 0.5s;
    animation-timing-function: ease;
    animation-iteration-count: infinite;
}

.loader-ellips__dot--1,
.loader-ellips__dot--2 {
    left: 0;
}
.loader-ellips__dot--3 { left: 1.5em; }
.loader-ellips__dot--4 { left: 3em; }

@keyframes reveal {
    from { transform: scale(0.001); }
    to { transform: scale(1); }
}

@keyframes slide {
    to { transform: translateX(1.5em) }
}

sub {
    bottom: 9px;
    color: red;
    font-size: 16px;
}

.loader-ellips__dot--1 {
    animation-name: reveal;
}

.loader-ellips__dot--2,
.loader-ellips__dot--3 {
    animation-name: slide;
}

.loader-ellips__dot--4 {
    animation-name: reveal;
    animation-direction: reverse;
}

#slide {
    background-color:#000;
}

sup {
    color:green;
}

/*Cookie Consent Begin*/
#cookieConsent {
    background-color: rgba(20,20,20,0.8);
    min-height: 26px;
    font-size: 14px;
    color: #ccc;
    line-height: 26px;
    padding: 8px 0 8px 30px;
    font-family: "Trebuchet MS",Helvetica,sans-serif;
    position: fixed;
    bottom: 0px;
    left: 0;
    right: 0;
    display: none;
    z-index: 9999;
}
#cookieConsent a {
    color: #4B8EE7;
    text-decoration: none;
}
#closeCookieConsent {
    float: right;
    display: inline-block;
    cursor: pointer;
    height: 20px;
    width: 20px;
    margin: -15px 0 0 0;
    font-weight: bold;
}
#closeCookieConsent:hover {
    color: #FFF;
}
#cookieConsent a.cookieConsentOK {
    color: #fff;
    display: inline-block;
    text-align:center;
     text-decoration: underline;
    cursor: pointer;
}
#cookieConsent a.cookieConsentOK:hover {
    background-color: #E0C91F;
}
/*Cookie Consent End*/


.button_webseo
{
    margin-bottom: unset !important;
color: #fff!important;
background-color: #425cbb; border-color: #425cbb;border-radius: 30px;}

.button_webseo:hover
{
    color: #fff !important;
}

.button_webseo_call {
    margin-bottom: unset !important;
    /*color: #017135 ;*/
    color: #9edacc;
    background-color: transparent;
    border-color: #9edacc;
    border-radius: 30px;
    border: 2px solid;

}


.pointer { cursor:pointer; }

.scroll-top {
    visibility: hidden;
    padding: 5px 8px;
    background-color: #000000;
    color: white;
    position: fixed;
    bottom: 65px;
    right: 20px;
    z-index: 999;
    border-radius: 100%;
    cursor: pointer;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
}


.pageBanner {
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #fff;    
} 

.multiproduct-gallery { margin-bottom:20px; }
.header-content .item .title {
    font-size: 40px;
}

.footer-links {
    text-transform: uppercase;
}

.footerTitle {
    font-weight:bold;
    font-size:26px;
    margin-bottom:15px;
}

.subTitleSlide {
    font-size:20px;
}

p,div,a {
        font-family: 'Poppins', sans-serif!important;
}

sup { font-size:18px; }

h1,h2,h3 {
    font-family: 'Poppins', sans-serif!important;
}


.stretcher-wrapper {
    background-color: #e2e2e2!important;
}

.buttonCircle {
    border: 1px solid #666666;
    border-radius: 50px;
    color: #383838;
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 1;
    margin: 0;
    padding: 10px 35px 11px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}

.buttonCircle:hover {
    color: #fff;
    background-color: #000;
    transition: all 0.3s ease 0s;
}

.categoryLastProduct {
    margin-bottom:15px;
}

.price {
    font-size: 20px!important;  
}

.discountPrice {
    font-size: 24px!important;  
}