/*---------------------------------------------------------------------------------

 Theme Name:   ISCWatch
 Theme URI:    http://heartbit.es
 Description:  ISC Whatch (DIVI Child)
 Author:       Heartbit Visual Design SL
 Author URI:   http://heartbit.es
 Template:     Divi
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
------------------------------ ADDITIONAL CSS HERE ------------------------------*/
/*contacto*/
.et-pb-contact-message p {
    text-align: center;
    font-size: 24px;
    line-height: 40px;
    margin-bottom: 40px;
}
/* botón menu modelos */
li.modelos {
    background-color: #937c74;
    padding: 0.5em 0.5em 0em 0.5em!important;
    margin-top: -1px!important;
    border: 1px solid black!important;
    border-radius: 3px;
}
/* productos tienda */
h2.woocommerce-loop-product__title {
    min-height: 100px;
}
/* filtros tienda */
select.orderby, p.woocommerce-result-count {
    padding: 10px 20px;
    font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif!important;
    font-size: 16px;
    font-weight: 300;
    color: black!important;
	margin-bottom: 20px;
}
/*parallax*/
.et_parallax_bg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: fit;
}
/* textos */
small {
	font-size:12px;
	line-height:12px;
}
 /* galerias ESC */
.galreloj .et_pb_gallery_image {
  padding-top: 100%;
}

.galreloj .et_pb_gallery_item img {
  position: absolute;
  height: 100%;
  bottom: 0;
  object-fit: cover;
}
/* texto en menu móvil */
/* ### menu text for menu with theme builder ### */
/*.et_mobile_nav_menu:before {
    content: 'MENÚ';
    font-size: 17px;
    position: absolute !important;
    top: 8px;
    left: 100px;
    color: #ffffff;
}*/
/* woocommerce thank you page */
.page-id-3220 .woocommerce-order p {
	margin-bottom: 2.5em!important;
}
.page-id-3220 h2.woocommerce-order-details__title, .page-id-3220 h2.woocommerce-column__title{
	font-family:'Poppins',Helvetica,Arial,Lucida,sans-serif!important;
}
.page-id-3220 li.woocommerce-order-overview__payment-method.method{
	padding-top: 1em!important;
}
/* menu search input */
.et_pb_menu .et_pb_menu__search-input {
	color:#000;
	padding:15px;
}
.et_pb_menu .et_pb_menu__search-container {
	background: #ffffff;
	width: 80%;
	height:100%;
	right:10% !important;
	left:10% !important;
	border-radius: 3px;
}
/* no sidebar 404 */
/*remove*/
.error404 #sidebar {
	display:none;
}
/* Remove thin line */
.error404 #main-content .container:before {
	background: none;
}
/* Make content 100% width */
@media (min-width: 981px){
.error404 #left-area {
	width: 100%;
	padding-right: 0px !important;
}}
/* woocommerce checkout*/
.woocommerce-billing-fields h3 {display:none!important;}
/* categorias woocommerce */
li.product-category h2.woocommerce-loop-category__title:before{
	content:"Modelos ";
	
}