/*
Theme Name: StoreFront Child
Theme URI:    https://woocommerce.com/storefront/
Template: storefront
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Our default theme for 2020 is designed to take full advantage of the flexibility of the block editor. Organizations and businesses have the ability to create dynamic landing pages with endless layouts using the group and column blocks. The centered content column and fine-tuned typography also makes it perfect for traditional blogs. Complete editor styles give you a good idea of what your content will look like, even before you publish. You can give your site a personal touch by changing the background colors and the accent color in the Customizer. The colors of all elements on your site are automatically calculated based on the colors you pick, ensuring a high, accessible color contrast for your visitors.
Tags: blog,one-column,custom-background,custom-colors,custom-logo,custom-menu,editor-style,featured-images,footer-widgets,full-width-template,rtl-language-support,sticky-post,theme-options,threaded-comments,translation-ready,block-styles,wide-blocks,accessibility-ready
Version: 1.2.1586185129
Updated: 2020-04-06 08:58:49*/

.site-header {
    padding-top: 5px;
     background-color: floralwhite !important;
    }

.site-main{
    margin-top: 18%;
    }
    
.storefront-primary-navigation
 {
	padding: 0;
	
    }

/* POST HEADER */
/*
   .header-inner {
	padding: 0;
    }

.custom-logo-link {
    margin-bottom: 0;
    }
    
.singular .entry-header {
		padding: 0;
	}
	
.oculta_acordion
	 {
	display:none;
}

.site-branding {
    margin-bottom: 0;
}
*/
#colophon.site-footer{
display : none;
}

/* Adaptacion responsive para menos de 700px*/
@media only screen and (max-width: 700px), only screen and (max-device-width: 700px) {
   .header-inner {
	padding: 0;
    }
	
    #site-footer
	 {
	display:none;
    }
    
}


/* DESAPARECER ELEMENTOS EN PAGINAS CONCRETAS */
/*SPA MENU*/
.page-id-1137 .site-search{
display : none;
}

.page-id-1137 .site-header-cart{
display : none;
}

/*SPA GIFT & SPECIALS*/
.page-id-758 .site-search{
display : none;
}

.page-id-758 .site-header-cart{
display : none;
}

.page-id-758 #colophon.site-footer{
display : none;
}






/* ############################################ */


/* Woocommerce*/
  .storefront-full-width-content .woocommerce-products-header {
    text-align: center;
    padding: 1em; 
      
  }
  
 /* Header */
.site-header {
	position: fixed;
	width: 100%;
	z-index: 999;
	background-color: #fff;
}


.site-header .header-content {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
    padding: 5px 3%;
	max-width: calc(100% - 3%);
	margin: 0 auto;
}

.site-branding {
	line-height: 1;
    display: flex;
    flex-flow: row nowrap;
	flex-basis: 50%;
	justify-content: space-between;
}

.site-branding .site-title {
	margin: 5px 0;
	flex-basis: 50%;
}

.site-branding .site-title a {
	font-weight: 700;
	font-size: 20px;
	color: #333;
}

.site-branding .site-description {
	margin: 0;
	font-size: 20px;
	flex-basis: 50%;
	align-self: center;
}
/*
.main-navigation {
	clear: both;
	display: flex;
    flex-flow: column nowrap;
	align-items: stretch;
	flex-basis: 20px;
}

.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
}

.main-navigation ul li {
	padding: 14px;
	align-self: center;
}

.main-navigation ul li:last-child {
    padding: 10px 24px 5px;
    border: 1px solid #333;
    border-radius: 5px;
}

.main-navigation a {
	color: #333;
	font-size: 16px;
}
 */
/* PRODUCT0S */    
.product_title {
    margin:-10px 0 0 0;
    padding:0;
}
    
.single-product div.product form.cart {
    margin-bottom: 0 !important;
    padding: 0 !important;
}

.wc-bookings-date-picker {
    padding: 8px !important;
}
 /*imagen de producto*/
.woocommerce-product-gallery__image--placeholder{
    margin: 11px 0 0 12px;
 box-shadow: 2px 6px 8px 6px rgba(0, 0, 0, 0.2);
}
 /*quitar titulo "descripcion" de la descripcion de un producto*/
.woocommerce-Tabs-panel h2 {
display:none;
}
.woocommerce-tabs{
border-top: 0;
padding: 0.5em 0 !important;
color: black !important;
}
.description-tab{
border-top: 0;
padding: 0.5em 0 !important;
color: black !important;
}
a.description-tab{
color: black !important;
}
a:focus, input:focus, textarea:focus, button:focus {
    outline: 2px solid #A1A7C4 !important;
}

 /*imagen de categorias*/
ul.products li.product.product-category img,
    ul.products .wc-block-grid__product.product-category img,
    .wc-block-grid__products li.product.product-category img,
    .wc-block-grid__products .wc-block-grid__product.product-category img{
    margin: 0px !important;
}

/* Selector de fechas */
.wc-bookings-date-picker{
     margin: 0 10px 0 0 !important;
 box-shadow: -1px 6px 8px 6px rgba(0, 0, 0, 0.2);
}

.block-picker {
    margin: 8px 0 !important;
}

/* Productos relacionados*/
li.product {
    margin: 11px 8px 15px 12px !important;
 box-shadow: 2px 2px 8px 6px rgba(0, 0, 0, 0.2);
 background-color: floralwhite;
 border-top-left-radius: 3px;
 border-top-right-radius: 3px;
}

.woocommerce-loop-product__title{
    font-size: 1.3rem  !important;
    margin-bottom: 0px  !important;
    margin-top: 10px  !important;
}


/* ELEMENTOR */
.elementor-heading-title {
    padding: 40px 0 0 0 !important;
}

/* CHECK OUT CART */
@media(min-width: 1100px) {
  .woocommerce-cart .woocommerce {
    display: flex;
  }
  .woocommerce-cart .woocommerce-cart-form {
    flex: 1 0 50%;
     margin-right: 1px;
    
  }    
  .woocommerce-cart .cart-collaterals {
    flex: 1 0 50%;
        margin-right: 1px;
  }
}

.button[name="apply_coupon"] {
  background-color: transparent;
  color: #13aff0;
}

.button[name="apply_coupon"]:hover {
  text-decoration: underline;
  background-color: transparent;
  color: #13aff0;
}
.button[name="update_cart"] {
  background-color: #e2e2e2;
  color: #13aff0;
}

.button[name="update_cart"]:hover {
  background-color: #e2e2e2;
  color: #13aff0;
  filter: brightness(115%);
}
