/* Customize Machete Theme */


/* STYLE */
.green{
    color: #135436 !important;
}

.white{
    color: #fff !important;
}


h4{
    font-size: 70px;
}


.uppercase{
    text-transform: uppercase !important;
}


.big-text{
    font-size: 60px;
}



.wp-block-button{
    max-width: 50% !important;
}

.wp-block-button > .light-button{
    margin: 0 20px;
    
}


.light-button{
      background-color: #fff !important;
      color: #135436 !important;
      border: none !important;
}

/* HEADER */

.machete-page-builder-mode .entry-content > .alignfull {
	max-width: 100%;
}

.machete-page-builder-mode .entry-content > * {
	max-width: 1140px;
	margin-left: auto;
	margin-right: auto;
}

.themes-blocks-block-428d2d54 > .themes-blocks-block-container-wrapper {
	justify-content: center;
	border-radius: 0;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 100px;
	padding-right: 0;
	padding-bottom: 150px;
	padding-left: 0;
}

.themes-blocks-block-container-wrapper {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
}

.themes-blocks-block-428d2d54 > .themes-blocks-block-container-wrapper > .themes-blocks-background-image {
	object-fit: cover;
	object-position: center center;
	font-family: 'object-fit: cover; object-position: bottom;';
}

.themes-blocks-block-container-wrapper .themes-blocks-background-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}

.themes-blocks-block-container-wrapper .themes-blocks-block-container-wrapper-content {
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	z-index: 1;
}

.themes-blocks-block-428d2d54 > .themes-blocks-block-container-wrapper > .themes-blocks-block-container-wrapper-content {
	max-width: 1140px;
}

.wp-block-columns {
  padding-left: 15px;
  padding-right: 15px;
}

.themes-blocks-block-943d931c > .themes-blocks-block-container-wrapper {
	justify-content: center;
	border-radius: 0;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 150px;
	padding-right: 0;
	padding-bottom: 150px;
	padding-left: 0;
}


.entry-content-center{
    max-width: calc( 1140px - 30px);
}

.category-container{
    text-align: center;
   
}

ul.category-list{
    display: inline-block;
    padding:0;
}

li.category{
    float: left;
    list-style: none;
    margin-right:15px;
    
}

li.category a{
    
    color: #FFFFFF;
    text-align: center;
    display: block;
    padding: 10px 25px;
    background-color: #000000;
    text-transform: uppercase;
}

li.category a:hover{
    
    opacity: 0.8 !important;
    color: #ffffff !important;
}


.categories{
   display: flex;
}

.categories p{
    text-align: center;
    color: #ccc;
    font-size: 13px;
}

.wp-block-column.border-design {
  border: 1px solid #ccc;
  padding: 50px 27px 0;
  margin: 0 20px;
  max-width: 14%;
    min-width: 14%;
}

.wp-block-column.border-design:hover {
 background-color: #f4f4f4;
}

/* QUICK WIEW*/

ul.products li.product:hover .machete-quick-view-layout2, ul.products li.wc-block-grid__product:hover .machete-quick-view-layout2, ul.wc-block-grid__products li.product:hover .machete-quick-view-layout2, ul.wc-block-grid__products li.wc-block-grid__product:hover .machete-quick-view-layout2 {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
}

ul.wc-block-grid__products li.wc-block-grid__product .wp-block-button__link, ul.wc-block-grid__products li.wc-block-grid__product .button, ul.wc-block-grid__products li.product .wp-block-button__link, ul.wc-block-grid__products li.product .button, ul.products li.wc-block-grid__product .wp-block-button__link, ul.products li.wc-block-grid__product .button, ul.products li.product .wp-block-button__link, ul.products li.product .button {
	display: table;
	margin: 17px auto 0;
	text-transform: uppercase;
	padding: 11px 24px;
	line-height: 1;
}

button:hover, a.button:not(.wc-forward):hover, a.button.checkout, .wp-block-button__link:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, .woocommerce-message .button.wc-forward:hover {
	color: #fff;
}

.button.machete-quick-view.machete-quick-view-layout2 {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 145px;
	text-align: center;
	opacity: 0;
	margin-top: 0 !important;
	visibility: hidden;
	white-space: nowrap;
	-webkit-transform: translate3d(-50%, -40%, 0);
	transform: translate3d(-50%, -40%, 0);
	-webkit-transition: ease opacity 300ms, ease visibility 300ms, ease transform 300ms;
	transition: ease opacity 300ms, ease visibility 300ms, ease transform 300ms;
}


.footer-widgets, .site-footer{
    background-color: #214e3a !important;
}


/* Messaggio mobile pagina account personale*/


/* Nascondi il messaggio di default */
.registration-message {
    display: none;
}

/* Mostra il messaggio solo su dispositivi mobili (schermi < 768px) */
@media screen and (max-width: 768px) {
    .registration-message {
        display: block;
        background-color: #f9f9f9;
        color: #333;
        border: 1px solid #ddd;
        border-radius: 5px;
        padding: 15px 15px 0 15px;
        text-align: center;
        font-size: 16px;
        margin-bottom: 20px;

    }

    /* Stile per il link */
    .registration-message a {
        text-decoration: underline;
        font-weight: bold;
    }

    .registration-messa



/* MOSAIC IMG */


.grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px; 
}

.grid-mobile{
   display: none;
}
    
    
.span-col-2{grid-column: span 2 / auto; background-color: #00704c;}

.span-row-45{grid-row: span 45 / auto;background: url(https://machetecapelliebarba.it/wp-content/uploads/2022/02/Libro.png) no-repeat center; background-size: cover; min-width: 500px;
min-height: 498px;}

.span-row-30{grid-row: span 30 / auto;background: url(https://machetecapelliebarba.it/wp-content/uploads/2022/02/Hardcover-tshirt.png) no-repeat center;background-size: cover;}

.span-row-31{grid-row: span 30 / auto;background: url(https://machetecapelliebarba.it/wp-content/uploads/2022/02/Hardcover-GIFT_CARD.png) no-repeat center;background-size: cover;}

.span-row-15{grid-row: span 15 / auto;background-color: #00704c; }

.span-row-15 a{ font-size: 20px; line-height: normal; line-height: normal; text-decoration: none !important; display: block !important;padding:40px 30px 0;}

/* WOOCOMMERCE SETUP */
/* CUSTOM CSS */

.woocommerce-cart .woocommerce-cart-form .actions .coupon{
    display: grid;
}



.woocommerce-page-header{
    padding-bottom: 10px !important;
}

table.variations tr th.label {
  display: none !important;
}

.woocommerce-sorting-wrapper select {

  max-width: 270px !important;
}

.product-subtotal{
    padding: 0 20px !important;
}

/* PLUGIN QUANTITY E WOOCOMMERCE [SPOSTATE IN STYLE CSS]*/
    
    .quantity .machete_shop-quantity-plus, .quantity .machete_shop-quantity-minus{
        display: none !important;
    }

.woocommerce-cart-form .quantity .machete_shop-quantity-plus, .woocommerce-cart-form .quantity .machete_shop-quantity-minus, .machete_shop-quantity-plus.show, .machete_shop-quantity-minus.show{
    display: none !important;}

@media (min-width: 1025px){
      .quantity .machete_shop-quantity-plus, .quantity .machete_shop-quantity-minus {
    display: none !important;      
}
    
    .woocommerce .quantity input.qty, .woocommerce-page .quantity input.qty{
        width: inherit;
        height: inherit;
    }
}

/* Responsive */
@media screen and (max-width: 810px) {
    
    .big-text {
  font-size: 40px;
        padding:0 15px;
}
  
 .span-col-2,.span-row-45, .span-row-30,.span-row-31, .span-row-15{display:none;}
    
    .grid{
        display: none;
    }
    
    .grid-mobile{
        display:block;
        margin: 20px 10px !important
    }
    
    .line{
        width:100%;
        text-align: center;
        background-color: #135436 !important;
        margin: 0 auto 10px;
    }
 
    .first-line{background: url(https://machetecapelliebarba.it/wp-content/uploads/2022/02/Libro.png) no-repeat center; background-size: cover;}
    
    .second-line{background: url(https://machetecapelliebarba.it/wp-content/uploads/2022/02/Hardcover-tshirt.png) no-repeat center; background-size: cover;}
    
    .fourth-line{background: url(https://machetecapelliebarba.it/wp-content/uploads/2022/02/Hardcover-GIFT_CARD.png) no-repeat center; background-size: cover;
        
    }
    
    .line a{ font-size: 20px; line-height: normal; line-height: normal; text-decoration: none !important; display: block !important;padding:10px 20px;}
    
     li.category{
        width: 47% !important;
        margin-bottom:20px !important;
         font-size: 15px;
    }
    
     .categories{
       display: block;
}
    
    .wp-block-column.border-design {
        border: 1px solid #ccc;
        padding: 50px 27px 0;
        margin: 0 20px;
        max-width: 40%;
        min-width: 45%;
        float: left;
        margin-bottom: 20px;
        min-height: 350px;
}
    

    
}

@media screen and (max-width: 575px) {
  .machete_shop-ajax-search__wrapper {
    min-width: calc( 100vw - 30px);
  }
    
  .woocommerce-sorting-wrapper select {

  max-width: 100% !important;
}
    
    .woocommerce-sorting-wrapper .row .col-6 {
  flex: 100% !important;
  max-width: 100% !important;
        margin-bottom: 20px;
    }
    
    li.category{
        width: 100% !important;
    }
    
    .categories{
       display: block;
}
    
    .wp-block-column.border-design{
        min-width: 89%;
        margin-bottom: 20px;
    }
    
    .woocommerce-cart .woocommerce-cart-form .actions .coupon{
        display: flex;
    }
    
     .categories{
       display: block;
}
    
    .wp-block-column.border-design {
        border: 1px solid #ccc;
        padding: 50px 27px 0;
        margin: 0 20px;
    
        min-width: 92% !important;
        float: left;
        margin-bottom: 20px;
        min-height: 350px;
}


}


@media screen and (max-width: 1280px){
    
    
    .categories{
       display: block;
}
    
    .wp-block-column.border-design {
        border: 1px solid #ccc;
        padding: 50px 27px 0;
        margin: 0 20px;
        max-width: 40%;
        min-width: 45%;
        float: left;
        margin-bottom: 20px;
        min-height: 350px;
}

    
}


