/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 * #40C1C7 -->  #329696
 * #E51736 -->  #40C1C7
 */
@media only screen and (max-width: 480px) {
/* For mobile phones: */
}
@media (max-width: 575px) {
.responsive {
  height: auto;
  width: 100%;
}
 }
div.verticalmenu .navbar-nav > li > a {
    display: block;
    color: #777;
    font-size: 0.8rem;
    font-family: "Montserrat", sans-serif;
    padding: 0.5rem 1.05rem 0.5rem;
    font-weight: 600;
    line-height: 24px;
}
#product-availability {    color:   red;}
.product-price {color: #05468E; font-size: 2.5rem; font-weight: 600;}
h1 {font-size: 1.5em;}
.gformbuilderpro_content label {color: chocolate;}
.select_box select {color: darkblue;}
.select_box select2 {color: yellow;}

.gformbuilderpro_content, .formajaxresult  {color: red;}
.gformbuilderpro_content, .gformbuilderpro_action  {color: blue;}

.form-control {border: 2px solid #ecedf1;}

#message-htmlpart1 div.rcmBody table.table-list tr td {
    border-bottom-width: 1px !important;
    border-bottom-style: solid !important;
    border-bottom-color: inherit !important;
    width: 25% !important;
    padding: 5px !important;
    font-size: 12px;
}

/* SOYMOD #67009 (04/04/2023) - Arreglar imagen de Whatsapp */
@media screen and (max-width:575px) {
	div.ApHtml .block_content a > img {
		max-width: 100%;
	}
}
/* END SOYMOD */

/* Agregados */


 .product-detail-name {
	text-transform: uppercase;
	font-size: 20px;
	margin-bottom: 1rem;
	line-height: 24px;
	color: #0461d3;
	padding-top: 10px;
	font-family: "Montserrat", sans-serif;
}

.thumbnail-container .category-default {
	font-size: 12px;
	text-transform: capitalize;
}



.thumbnail-container .product-title a {
	color: #0461d3;
	font-size: 15px;
}
