
.testata {
    background: #f9f7f2 !important;
}

.swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 70px !important;
    width: 100% !important;
}



/* CARRELLO */
.cross-sells .producthome {
    background: none;
}

td.product-thumbnail img {
    width: auto;
    height: 60px !important;
}


input.minus, input.plus {
    background: #C6CF65 !important;
    color: #fff !important;
    border: 0px solid;
    font-size: 20px;
    padding: 13px;
    margin: 0px;
    cursor: pointer;
}
input.qty {
    border: 2px solid #C6CF65;
    padding: 10px 0px;
	margin:0px;
    font-size: 20px;
    color: #5D5D69;
    height: 50px;
    text-align: center;
}
.quantity {
    display: flex;
}

/* FINE CARRELLO */

/* SHOP PAGE */

p.woocommerce-result-count {
    display: none !important;
}

/* LABEL NON IN STOCK ARCHIVE */
.prodc p.nonstock {
    position: absolute !important;
}



/* FINE SHOP PAGE */

/* ___________________________________________________________________________________ */

/* SINGLE PRODUCT PAGE */

.product_meta {
    margin-bottom: 20px;
}


img.wp-post-image {
    max-width: 400px;
    max-height: 600px;
    width: auto;
    height: auto;
}

.row.vAlign {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    align-content: center;
    justify-content: space-evenly;
}


.woocommerce-product-gallery__wrapper {
    text-align: center;
}

.contProdotti {
    padding-top: 21vh;
}

a.skt {
    background: #C6CF65;
    border: 2px solid #C6CF65;
    padding: 14px;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    height: 50px;
    cursor: pointer;
    text-align: center;
    margin-bottom: 20px !important;
}

.woocommerce-variation-availability {
    display: inline-grid;
    margin-top: 10px !important;
}
bdi {
    margin-top: 20px !important;
    display: inline-block;
}


/* LABEL NON IN STOCK SINGLE PRODUCT */

.nonstock {
    position: initial;
    width: fit-content;
    padding: 5px 10px 3px;
    margin-bottom: 10px;
}

table.variations tr {
    display: grid !important;
}
.label {
    font-family: 'Volte Semibold';
    margin: 10px 10px 10px 0px;
    font-size: 18px;
}

a.reset_variations {
    display: block;
    color: #c6cf65;
    margin: 10px 0px 10px 0px;
}

.single_add_to_cart_button.button.alt {
   padding: 10px;
}

.summary .quantity {
    display: inline-flex;
}


ol.flex-control-nav.flex-control-thumbs li {
    display: contents;
}
ol.flex-control-nav.flex-control-thumbs li img {
   /* margin: 10px 5px 5px 20px; */
}

.codice{
	display:none !important;
}



/* SINGLE PRODUCT PAGE */


@media all and (max-width: 767px) {


img.wp-post-image {
    max-width: 250px !important;
    max-height: 450px !important;
    width: auto !important;
    height: auto !important;
	
}



}