h1{
    font-size: 1.5rem!important;
}
h2{
    font-size: 1.2rem!important;
}
h3{
    font-size: 1.1rem!important;
}
h4{
    font-size: 1.0rem!important;
}
.progressBar {
    background-color: #ecebeb;
    position: fixed;
    top: 0; right: 0; left: 0;
    z-index: 999;
    padding: 5px 0px;
    -webkit-box-shadow: 0 0 3px rgb(51 51 51 / 15%);
    box-shadow: 0 0 3px rgb(51 51 51 / 15%);
}

.titlePB {
    color: black;
    font-weight: 1000;
    margin: 2px 0 0 0;
}
.btn-color{
    width: 30px;
    height:30px;
}
.btn-color-sm{
    width: 10px;
    height:10px;
    border: 1px solid #7d7d7d;
    padding: initial!important;
}
.colore-nero{background: #000}
.colore-navy{background: #183153}
.colore-royal{background: #4169e1}
.colore-celeste{background: #99cbff}
.colore-bianco{background: #fff}
.colore-giallo{background: #ffff00}
.colore-rosa{background: #ffc0cb}
.colore-rosso{background: #ff0000}
.colore-arancione{background: #ff7514}
.colore-verde{background: #00bb2d}
.colore-verdone{background: #008000}
.colore-grigio{background: #c8c8c7}

.taglie{
    padding:0px;
    margin-right:3px;
}
label.active > span{
    background-color: #38ff38;
    color: white;
}
label.active  > span.colors{
    color: #38ff38;
    background: transparent;
}
.js-check input{
    display:none;
}

.gallery-wrap .img-big-wrap{
    border-radius:0px;
}
.search-header {
    border: 1px solid #616161;
}

.logoprintami {
    max-width:90%;
}

.nav-item a{
    padding: 0.6rem 1.5rem;
}

.dropdown-item:hover{
    color:#212121;
    background:#38ff38;
}
.text-truncate {
    display: inline-block;
    max-width: 300px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.spedizioneSelezionata{
    border: 2px solid blue;
}
.card-product-grid .img-wrap{
    height:auto;
}
.table-prezzi > th, .table-prezzi > td, .table-prezzi > tr, .table-prezzi .table thead th {
    border:4px solid #fff;
    border-radius: 12px;
}

.table-prezzi .table td{
    padding:0px;
    border:4px solid #fff;
}
.price-old {
    font-weight: normal!important;
}

.icon-payments {
    background: #fff;
    border-radius: 5px;
    max-width: 100%;
}

.trustpilot-widget{
    padding: 10px 0;
}
.footer-bottom {
    border-top:0px;
}

.gallery-wrap .img-big-wrap img{
    height:auto;
    width:100%;
}

.manina{
    cursor: pointer;
}


.tracking-wrap {
    position: relative;
    background-color: #ddd;
    height: 7px;
    display: flex;
    margin-bottom: 60px;
    margin-top: 50px;
}
.tracking-wrap .step {
    flex-grow: 1;
    width: 25%;
    margin-top: -18px;
    text-align: center;
    position: relative;
}
.tracking-wrap .step::before {
    height: 7px;
    position: absolute;
    content: "";
    width: 100%;
    left: 0;
    top: 18px;
}
.tracking-wrap .icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    position: relative;
    border-radius: 100%;
    background: #ddd;
}
.tracking-wrap .text {
    display: block;
    margin-top: 7px;
}
.tracking-wrap .step.active .icon {
    background: #38ff38;
    color: #fff;
}
.tracking-wrap .step.active .text {
    font-weight: 400;
    color: #000;
}
.tracking-wrap .step.active:before {
    background: #38ff38;
}
.file-upload-input{
    opacity: 0;
}



/*  pagina prodotto */
fieldset.active {
    display: block !important
}


.pic {
    max-width: 100%;
    margin-right: auto;
    display: block;
}

.product-pic {
    padding-left: auto;
    padding-right: auto;
    width: 100%
}

.thumbnails {
    position: absolute
}

.fit-image {
    width: 100%;
    object-fit: cover
}

.tb {
    width: 62px;
    height: 62px;
    border: 1px solid grey;
    margin: 2px;
    opacity: 0.4;
    cursor: pointer;
    float: left;
}

.tb-active {
    opacity: 1
}

.thumbnail-img {
    width: 60px;
    height: 60px
}






/** LIGHTBOX MARKUP **/

.lightbox {
    /* Default to hidden */
    display: none;

    /* Overlay entire screen */
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;

    /* A bit of padding around image */
    padding: 1em;

    /* Translucent background */
    background: rgba(0, 0, 0, 0.8);
}

/* Unhide the lightbox when it's the target */
.lightbox:target {
    display: block;
}

.lightbox span {
    /* Full width and height */
    display: block;
    width: 100%;
    height: 100%;

    /* Size and position background image */
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.marca-cover {height:30px;}

@media all and (min-width: 992px) {
    .navbar .nav-item:hover .dropdown-menu{ display: block; }
    .navbar .nav-item .dropdown-menu{ margin-top:0; }

}	
@media all and (max-width: 992px) {
    .card-product-grid .info-wrap {padding:5px;}
    .marca-cover{height:20px;}

}	

h5 a{
    color: #38ff38;
}

.mt-10{
    margin-top: 10px;
}


.lighter-text {
    color: #ABB0BE;
}

.main-color-text {
    color: #6394F8;
}


.shopping-cart {
    margin-left: 10px;
    border: 1px solid #ccc;
    z-index: 999;
    margin-top: 5px;
    float: right;
    background: white;
    width: 320px;
    position: absolute;
    border-radius: 3px;
    padding: 20px;
}

.shopping-cart-items {
    padding-left: 0px;
    padding-top: 20px;
}

.shopping-cart-items  li {
    margin-bottom: 18px;
}

.shopping-cart-items  img {
    float: left;
    margin-right: 12px;
}

.shopping-cart-items  .item-name {
    display: block;
    padding-top: 10px;
    font-size: 16px;
}

.shopping-cart-items .item-price {
    color: #6394F8;
    margin-right: 8px;
}

.shopping-cart-items  .item-quantity {
    color: #ABB0BE;
}




.shopping-cart-header {
    border-bottom: 1px solid #E8E8E8;
    padding-bottom: 30px;
}

.shopping-cart-total {
    float: right;
}

.cart-icon {
    color: #212121;
    font-size: 24px;
    margin-right: 7px;
    float: left;
}


.clearfix {
    list-style: none;
}
.clearfix:after {
    content: "";
    display: table;
    clear: both;
}


.btn-linkedin {
    background-color: #0e76a8;
    color: #fff;
}

.float{
    padding-top: 5;
    position: fixed;
    width: 40px;
    height: 40px;
    bottom: 0px;
    left: 0px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 10px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

