/*
CTC Separate Stylesheet
Updated: 2025-03-06 12:29:38
Theme Name: Divi Child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Template: Divi
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Version: 4.27.4.1741260578
*/

/* ----------------------------------------- Cabecera ----------------------------------- */

#logo {
    max-height: 90%;
}

#top-menu li li a {
    padding: 6px 6px;
    width: 100%;
}

#top-menu li li {
    padding: 0px 10px;
    width: 100%;
}

.nav li ul {
    padding: 10px 0;
    width: 290px;
}

.et_mobile_menu li a, .nav ul li a {
    transition: background-color 0.3s ease-out, color 0.5s ease-out;
}

.et_mobile_menu li a:hover, .nav ul li a:hover {
    background-color: #fd335a;
    opacity: 1;
    color: #fff !important;
}

#top-menu li a:hover {
    color: #fd335a;
	opacity: 1 !important;
}

a.et-cart-info {
    display: none;
}

/*------------------- Estilos Página de Productos ------------------------------------------*/

.custom_bullets_wpcc ul li {
  padding-left: 30px;
  list-style:none;
  margin-bottom: 10px;
}

.custom_bullets_wpcc ul li::before {
  content: '';
  display: inline-block;
  margin-right: 7px;
  margin-left: -30px;
  padding-right: 5px;
  font-family:'ETmodules';
  font-size: 1.2em;
  vertical-align: middle;
}

.custom_bullets_wpcc ul li::before {
  content: '\24';
	color: #fd335a;
}

h3.product-title {
    font-family: 'Oswald';
    color: #000645;
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 20px;
}

.prodcut-buttons a {
line-height: 85px;
font-size: 14px;
color: #fff;
background-color: #fd335a;
border: 2px solid #fd335a;
padding: 15px 15px;
-moz-transition: all 0.7s;
-webkit-transition: all 0.7s;
transition: all 0.7s;}

.prodcut-buttons a:hover {
background-color: #fff0;
color: #fd335a;}

.prodcut-buttons-1 {
	margin-right: 20px;
}

.prodcut-buttons {
    display: ruby;
}

.products-showroom a.button.product_type_simple {
    background-color: #fd335a;
    border: 2px solid #fd335a;
    font-family: "Oswald";
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    border-radius: 0;
    padding: 10px 30px;
	text-align: center;
	width: 100%;
}

.products-showroom a.button.product_type_simple:after {
	display: none !important;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    margin: 0 1.8% 2.992em 0;
    width: 23.15%;
}