/*
Theme Name: Betheme
Author: Muffin group
Description: The biggest WordPress Theme ever
Theme URI: http://themes.muffingroup.com/betheme
Author URI: http://muffingroup.com
License: Themeforest Split Licence
License URI: -
Version: 17.8.2

All css files are placed in /css/ folder
*/

/*styles envio*/
.envio-css {
    text-align: center;
    padding: 20px 0px 20px 0px;
    background-color: #fece00;
    color: #2129a6;
}
.stripe-icon{
    width: 21%;
}

.add_to_cart_button {
  margin-left: 50% !important;
  transform: translateX(-50%) !important;
}

ul.b {
  list-style-type: square;
	margin-left: 15px;
}
#template_header_image{
	width: 30% !important;
}
/*clase del menu tienda*/
.menu-tienda {
background-color:#2129a6 !important;
color: white !important;
padding: 0px 20px !important;
cursor: pointer !important;
border-radius: 15px;
}

/* Mobiles in landscape mode */
@media only screen and (min-width : 321px) and (max-width : 480px) {
  .woocommerce div.product form.cart .variations {
    width: 27pc !important;
}
  .woocommerce div.product form.cart .variations td.label {
   font-size: 12px !important;
    padding: 10px 6px 0px 5px !important;
  }
/*clases home*/
.movil-css-home {
  margin-top: 60px !important;
}
  #Subheader {
      padding: 60px 0 60px 0 !important;
  }
}

.woocommerce form .form-row {
width: 100% !important;
}

.woocommerce div.product form.cart .variations td.label {
  border-radius: 15px !important;
  padding: 3px 0px 0px 0px;
  background-color: #f02c2b !important;
  font-size: 16px;
  color: white !important;
}



