/*
Theme Name: Hortensia Modas
Description: This is a custom child theme for Hortensia Modas
Theme URI: https://hortensiamodas.es/
Author: JavierParejo
Template: salient
Version: 1.0
*/

/* General */

body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
	font-family: 'Albra Display' !important;
}

body p,
body a,
body li,
body span,
body button,
body div,
body input {
	font-family: 'Albra Grotesk' !important;
}

/* Marca y tallas */

#brandinfo .about p {
	text-align: justify;
}

#brandinfo .sizes table {
	border: none;
}

#brandinfo .sizes table th,
#brandinfo .sizes table td {
	font-size: 14px;
	border: none;
    border-bottom: 1px solid #c49f9a;
}

#brandinfo .sizes table tr:last-child th,
#brandinfo .sizes table tr:last-child td {
	border: none;
}

/* Calendario */

#calendario iframe html {
	overflow: hidden;
}

/* Tienda */

.woocommerce-shop .yith-wcan-filters {
    background-color: transparent;
}
	
.woocommerce-shop .yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown {
    padding: 5px 10px;
	font-size: 13px;
}

.woocommerce ul.products li.product.minimal .product-wrap,
.woocommerce ul.products li.product.minimal .background-color-expand,
.woocommerce-page ul.products li.product.minimal .product-wrap,
.woocommerce-page ul.products li.product.minimal .background-color-expand {
    background-color: transparent;
}

.woocommerce-checkout .nectar-global-section.before-footer,
.woocommerce-account .nectar-global-section.before-footer,
.woocommerce-cart .nectar-global-section.before-footer,
body:not(.page):not(.single-post):not(.single-portfolio) .nectar-global-section.before-footer,
.single-portfolio #regular_portfolio [data-nav-pos="in_header"] .nectar-global-section.before-footer {
    padding-top: 0;
}

.single-product #ajax-content-wrap .container-wrap {
    background-color: #f3ece3;
}

.post-type-archive-product #ajax-content-wrap .container-wrap .container.main-content,
.single-product #ajax-content-wrap .container-wrap .container.main-content {
    padding-bottom: 5%;
}

.woocommerce.single-product [data-tab-pos*="full"] div.product_meta:last-child {
    display: none;
}
