/*
Theme Name: GreenMart Child
Theme URI: https://demo.thembay.com/greenmart/
Author: Thembay
Description: This is a child theme for GreenMart
Version: 1.0
Author URI: https://thembay.com/
Template: greenmart
Text Domain: greenmart-child
*/

/*  [ Add your custom css below ]
- - - - - - - - - - - - - - - - - - - - */

/* Aviso precios aproximados por gramaje (Checkout + Thank You) */
.mk-weight-disclaimer{
  margin:12px 0;
  padding:12px 14px;
  border-radius:10px;
  line-height:1.35;
}

.mk-weight-disclaimer__title{
  display:block;
  margin-bottom:6px;
  font-size:16px;
}

.mk-weight-disclaimer__text{
  display:block;
  font-size:15px;
  opacity:.95;
}

/* Responsive móvil */
@media (max-width:480px){
  .mk-weight-disclaimer{ padding:10px 12px; margin:10px 0; }
  .mk-weight-disclaimer__title{ font-size:13px; }
  .mk-weight-disclaimer__text{ font-size:12.5px; }
}

