/*
Theme Name: Minimog Child
Theme URI: http://minimog.thememove.com/
Author: ThemeMove
Author URI: http://thememove.com/
Version: 1.0.0
Template: minimog
Text Domain:  minimog-child
Tags: editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
*/

/* ESTILS MASQUETECNOLOGIA */

/* VERSIÓ MÒBIL */
@media (max-width: 754px) {
   .header-11 .header-left, .header-11 .header-center{
	margin-right: 0px !important;
   }
   /*.page-open-popup-search{ /* ocultem buscador en frame sup mobil
   	display: none !important;
   }*/
   .page-header .mini-cart__button { /* ocultem carret, fram sup mobil */
	display: none !important;
   }
}
/* estils icona avatar personalitzacio */
/* CSS básico para asegurar que se vea bien en el top frame */
.user-profile-header .avatar, .user-profile-header .avatar{
	border-radius: 50% !important;
	object-fit: cover !important; /* Mantiene la proporción de la imagen */
}
/* ventana emergente de busqueda */
.popup-search-icon .icon { /* icones */
  color: #666 !important;
}
.popup-search-icon .icon:hover { /* icones relover */
  color: #cfe048 !important;
}
.popup-search-icon .icon-badge { /* quantitats icones */
  color: #666 !important;
  background: #97a524!important;
}
.popular-search-keywords .label{ /* suggerencia paraules */
  color: #87837e !important;	
}
.popular-search-keywords a{ /* suggerencia paraules */
  color: #666 !important;	
}
.popular-search-keywords a:hover{ /* suggerencia paraules relover */
  color: #cfe048 !important;	
}
.page-search-popup > .inner { /* fons*/
  background: #fff !important;
}
/* Página principal */
.product-info {
  line-height: 1 !important;
}
/* Página tienda y carga de categorías de producto */
.page-title-bar-standard-02 { /* distancia entre el titol i el marc superior */
  margin: 50px 0 50px 0 !important;
}
/* VERSIÓ MÒBIL */
@media (max-width: 754px) {
  .minimog-product-categories .category-name { /* llistat categories principals*/
  font-size: 12px !important;
}
  .category-info { /* padding iconna */
  padding: 0 10px 5px !important;
}
 .minimog-product-categories.style-05 .category-info .tm-button.style-flat { /* padding tamany */
  padding: 0 5px !important;
  min-height: 20px !important;
 }
 .minimog-product-categories.style-05 .category-info .tm-button{/* Tamany lletra de les categories a mostrar, amplada de la caixa */
  font-size: 12px !important;
  line-height: 15px !important;
  min-width: 100px !important;
  }
}
/* info carrito */
.cart-goal-text {/* llegenda envio gratis/faltant per envio gratis */
  font-size: 17px !important;
}
/* VERSIÓ MÒBIL */
@media (max-width: 754px) {
  /* fitxa producte */
 .col-woo-single-summary{ /* marc dret */
  padding: 0px 0px 0px 0px !important;
  }
}
/* VERSIÓ PC */
/* Página TIENDA, retoque en catgorias */
.minimog-product-categories.style-09 .tm-button { /* ocultamos opción comrpar ahora en categoria */
  display: none;
}
@media (min-width: 755px) {
  /* fitxa producte */
  .col-woo-single-summary{ /* marc dret */
   padding: 54px 55px 60px 55px !important;
   }
}
.entry-price-wrap{ /* presentació preu */
margin-top: 10px !important;
display: block !important;
font-size: var(--price-font-size) !important;
color: var(--minimog-color-heading) !important;
}
.product-popup-links { /* info després de compartir */
  margin: 15px 0 0px !important;
}
.entry-product-meta-shipping{
  margin: 0px !important;
}
.entry-rating-wrap{ /* varloracions */
margin-bottom: 10px !important;
}
/* checkout */
#billing_address_2_field{
display:none !important;
}
/* info politica en página de pago */
.woocommerce-privacy-policy-text {
    text-align: justify !important;
}
.payment_box payment_method_cod{ /* justifiquem la info dels metodes de pagament */
text-align: justify !important;
}