/*
Theme Name: Stber - Child
Theme URI: http://harutheme.com/stber
Author: HaruTheme
Author URI: http://harutheme.com/
Description: This is child theme of Stber
Template: stber
Version: 1.0.0

*/

/*---------------------------------
    Write your css code from here
------------------------------------*/
.cart-collaterals > .cross-sells {
    display: none;
}

.spazio10{
	clear:both;
	height:10px;
}

.spazio20{
	clear:both;
	height:20px;
}

.spazio30{
	clear:both;
	height:30px;
}

.spazio40{
	clear:both;
	height:40px;
}

.spazio50{
	clear:both;
	height:50px;
}

.woocommerce div.product .stock {
    color: rgb(0, 133, 0);
    font-size: 18px!important;
    text-transform: lowercase;
}

.data-spedizione p{
    font-size: 17px;
}

.data-spedizione b{	
    text-transform: uppercase;
}

.single-product-top .entry-summary form.cart .single_add_to_cart_button, .single-product-top .entry-summary form.cart .single_add_to_cart_button:hover {
    background: rgb(0, 133, 0);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

div#product-images1 {
    border: 1px solid #d0d0d0;
}

.woocommerce-variation.single_variation {
    display: none!important;
}

label.colore {
    font-size: 18px;
    text-transform: uppercase;
}

select#colore, select#pa_colore, select#pa_scrittura-ponpon, select#pa_composizione, select#pa_colore-inserti {
    height: 50px;
    width: 200px;
}

.single-product-top .entry-summary form.cart {
    margin-top: 5px;
    margin-bottom: 10px !important;
}

.product_meta{
	display:none!important;
}

p.text-ok{
	margin:0;
}

.text-ok{
	color:rgb(0, 133, 0);
	font-size: 18px;
}

.text-error{
	color:orange;
	font-size: 18px;
}


p.stock.out-of-stock {
    color: red!important;
}

p.stock.in-stock{
	display:none;
}

.data-spedizione p span {
    font-size: 13px;
	margin-left:10px;
}

.haru-page-title-section .haru-page-title-wrapper {
    padding-top: 5%;
}

.haru-page-title-section .haru-breadcrumb-wrapper {
    padding-bottom: 0%;
}

.subscribe-default .subscribe-submit {
    margin: 30px 0 0 0;
    width: 150px;
}

.subscribe-default .subscribe-email {
    border: 1px solid #ededed;
    margin: 0 0;
    width: 75%;
}

.header-1 .haru-header-nav-wrap {
    padding: 0 3%;
    background-color: white;
}

.page-title-inner {
    padding-top: 25px;
}

.single-product-top .single-product-image-wrap.vertical.thumbnail-right #product-thumbnails1 {
    right: 4px;
}

.single-product-top .single-product-image-wrap #product-thumbnails1 .thumbnail-image img {
    border: 1px solid #d0d0d0;
}

.block-center-inner {
    display: none;
}

.handmade {
    padding: 10px 20px 10px 20px;
    background-color: #f4f4f4;
    margin-top: 20px;
	margin-bottom:20px;
}

.haru-single-product .related {
    padding-top: 0px;
    border-top: 1px solid #ededed;
}

.nopadding{
	padding:0;
}

.paddingleft5{
	padding-left:5px;
}

.paddingright5{
	padding-right:5px;
}


.box-1{
	padding-right:5px;
}

.box-2, .box-3, .box-4{
	padding-right:5px;
	padding-left:5px;
}

.colonna-full {
    padding-left: 10px!important;
    padding-right: 10px!important;
}

.box-1 img, .box-2 img, .box-4 img, .box-5 img{
    width: 100%;
    height: 400px;
    object-fit: cover;
    overflow: hidden;
}

.box-3a img, .box-3b img{
    width: 100%;
    height: 195px;
    object-fit: cover;
    overflow: hidden;
}

.box-3a img{
	margin-bottom:10px;
}

.vc_separator h4 {
    font-size: 50px;
}

/* ------------------- MEDIA ------------------ */
@media screen and (max-width: 767px){
.single-product-top .entry-summary .product_title {
    font-size: 35px;
}
}