/*
	Theme Name: Close·marketing
	Theme URI: https://close.marketing
	Description: Tema realizado creado a medida en WordPress.
	Author: closemarketing
	Author URI: https://close.marketing

	Version: 1.0

	Template: generatepress

	License: GPL-2.0+
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

@font-face {
	font-family: 'Discgent';
	src: url('fonts/Discgent-Regular.eot');
	src: url('fonts/Discgent-Regular.eot?#iefix') format('embedded-opentype'),
		 url('fonts/Discgent-Regular.woff2') format('woff2'),
		 url('fonts/Discgent-Regular.woff') format('woff'),
		 url('fonts/Discgent-Regular.ttf') format('truetype'),
		 url('fonts/Discgent-Regular.svg#Discgent-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Discgent Outline';
	src: url('fonts/DiscgentOutline-Regular.eot');
	src: url('fonts/DiscgentOutline-Regular.eot?#iefix') format('embedded-opentype'),
		 url('fonts/DiscgentOutline-Regular.woff2') format('woff2'),
		 url('fonts/DiscgentOutline-Regular.woff') format('woff'),
		 url('fonts/DiscgentOutline-Regular.ttf') format('truetype'),
		 url('fonts/DiscgentOutline-Regular.svg#DiscgentOutline-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Prompt';
	src: url('fonts/Prompt-ExtraBold.eot');
	src: url('fonts/Prompt-ExtraBold.eot?#iefix') format('embedded-opentype'),
		 url('fonts/Prompt-ExtraBold.woff2') format('woff2'),
		 url('fonts/Prompt-ExtraBold.woff') format('woff'),
		 url('fonts/Prompt-ExtraBold.ttf') format('truetype'),
		 url('fonts/Prompt-ExtraBold.svg#Prompt-ExtraBold') format('svg');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Prompt';
	src: url('fonts/Prompt-Bold.eot');
	src: url('fonts/Prompt-Bold.eot?#iefix') format('embedded-opentype'),
		 url('fonts/Prompt-Bold.woff2') format('woff2'),
		 url('fonts/Prompt-Bold.woff') format('woff'),
		 url('fonts/Prompt-Bold.ttf') format('truetype'),
		 url('fonts/Prompt-Bold.svg#Prompt-Bold') format('svg');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Prompt';
	src: url('fonts/Prompt-Black.eot');
	src: url('fonts/Prompt-Black.eot?#iefix') format('embedded-opentype'),
		 url('fonts/Prompt-Black.woff2') format('woff2'),
		 url('fonts/Prompt-Black.woff') format('woff'),
		 url('fonts/Prompt-Black.ttf') format('truetype'),
		 url('fonts/Prompt-Black.svg#Prompt-Black') format('svg');
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Prompt';
	src: url('fonts/Prompt-Italic.eot');
	src: url('fonts/Prompt-Italic.eot?#iefix') format('embedded-opentype'),
		 url('fonts/Prompt-Italic.woff2') format('woff2'),
		 url('fonts/Prompt-Italic.woff') format('woff'),
		 url('fonts/Prompt-Italic.ttf') format('truetype'),
		 url('fonts/Prompt-Italic.svg#Prompt-Italic') format('svg');
	font-weight: normal;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Prompt';
	src: url('fonts/Prompt-Medium.eot');
	src: url('fonts/Prompt-Medium.eot?#iefix') format('embedded-opentype'),
		 url('fonts/Prompt-Medium.woff2') format('woff2'),
		 url('fonts/Prompt-Medium.woff') format('woff'),
		 url('fonts/Prompt-Medium.ttf') format('truetype'),
		 url('fonts/Prompt-Medium.svg#Prompt-Medium') format('svg');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Prompt';
	src: url('fonts/Prompt-Light.eot');
	src: url('fonts/Prompt-Light.eot?#iefix') format('embedded-opentype'),
		 url('fonts/Prompt-Light.woff2') format('woff2'),
		 url('fonts/Prompt-Light.woff') format('woff'),
		 url('fonts/Prompt-Light.ttf') format('truetype'),
		 url('fonts/Prompt-Light.svg#Prompt-Light') format('svg');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Prompt';
	src: url('fonts/Prompt-Regular.eot');
	src: url('fonts/Prompt-Regular.eot?#iefix') format('embedded-opentype'),
		 url('fonts/Prompt-Regular.woff2') format('woff2'),
		 url('fonts/Prompt-Regular.woff') format('woff'),
		 url('fonts/Prompt-Regular.ttf') format('truetype'),
		 url('fonts/Prompt-Regular.svg#Prompt-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

/**
 * # Iconos
 * ---------------------------------------------------------------------------------------------------- */
 @font-face {
	font-family: 'icons';
	src: url('fonts/icons.eot?17358127');
	src: url('fonts/icons.eot?17358127#iefix') format('embedded-opentype'),
	     url('fonts/icons.woff2?17358127') format('woff2'),
	     url('fonts/icons.woff?17358127') format('woff'),
	     url('fonts/icons.ttf?17358127') format('truetype'),
	     url('fonts/icons.svg?17358127#icons') format('svg');
	font-weight: normal;
	font-style: normal;
    }
    /* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
    /* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
    /*
    @media screen and (-webkit-min-device-pixel-ratio:0) {
	@font-face {
	  font-family: 'icons';
	  src: url('fonts/icons.svg?17358127#icons') format('svg');
	}
    }
    */

    .icon-down-open-big:before { content: '\e800'; } /* '' */
    .icon-arrow-right:before { content: '\e801'; } /* '' */
    .icon-left-open-big:before { content: '\e802'; } /* '' */
    .icon-right-open-big:before { content: '\e803'; } /* '' */
    .icon-up-open-big:before { content: '\e804'; } /* '' */
    .icon-cancel:before { content: '\e805'; } /* '' */
    .icon-search:before { content: '\e806'; } /* '' */
    .icon-tenedores:before { content: '\e80b'; } /* '' */
    .icon-time:before { content: '\e80c'; } /* '' */
    .icon-forks-circle:before { content: '\e80d'; } /* '' */
    .icon-book:before { content: '\e80e'; } /* '' */
    .icon-arrow-button:before { content: '\e80f'; } /* '' */
    .icon-arrow-left-pag:before { content: '\e810'; } /* '' */
    .icon-arrow-right-pag:before { content: '\e811'; } /* '' */
    .icon-megafono:before { content: '\e813'; } /* '' */
    .icon-twitter:before { content: '\f099'; } /* '' */
    .icon-facebook:before { content: '\f09a'; } /* '' */
    .icon-linkedin:before { content: '\f0e1'; } /* '' */
    .icon-youtube-play:before { content: '\f16a'; } /* '' */
    .icon-instagram:before { content: '\f16d'; } /* '' */
    

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
        opacity: 1;
  }

  100% {
        opacity: 0;
  }
}

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}



.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy[src^=""],
.owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}


/**
 * # Animaciones scroll
 * ---------------------------------------------------------------------------------------------------- */
 .js-scroll {
	opacity: 0;
	transition: opacity 1000ms;
}
    
.js-scroll.scrolled {
	opacity: 1;
}

.scrolled.fade-in {
	animation: fade-in 1s ease-in-out both;
}

.scrolled.fade-in-bottom {
	animation: fade-in-bottom 1s ease-in-out both;
}

.scrolled.slide-left {
	animation: slide-in-left 1s ease-in-out both;
}

.scrolled.slide-right {
	animation: slide-in-right 1s ease-in-out both;
}

.scrolled.flipInY {
	animation: flipInY 1s ease-in-out both;
}

.scrolled.zoomIn {
	animation: zoomIn 1s ease-in-out both;
}

.scrolled.zoomReverseIn {
	animation: zoomReverseIn 1s ease-in-out both;
}

.scrolled.difusion {
	animation: difusion 2s ease-in-out both;
}

.js-scroll-2 {
	opacity: 0;
	transition: opacity 1000ms;
}

.js-scroll-2.scrolled {
	opacity: 1;
}

.js-scroll-3 {
	opacity: 0;
	transition: opacity 1000ms;
}

.js-scroll-3.scrolled {
	opacity: 1;
}

.scrolled.scrollmove {
	animation-name            : insertBanner;
	animation-duration        : 1s;
	animation-delay           : 2s;
	animation-iteration-count : 1;
	animation-fill-mode       : backwards;
}

.word-1{
	font-family: 'Discgent Outline';
}

@keyframes insertBanner {
    from { transform : translateY(-4em) } /* slide down from off-screen */
    to   { transform : translateY(0em) }
}

@keyframes slide-in-left {
	0% {
		-webkit-transform: translateX(-100px);
		transform: translateX(-100px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		opacity: 1;
	}
}

@keyframes slide-in-right {
	0% {
		-webkit-transform: translateX(100px);
		transform: translateX(100px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		opacity: 2;
	}
}

@keyframes fade-in-bottom {
	0% {
		-webkit-transform: translateY(50px);
		transform: translateY(50px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
}

@keyframes fade-in {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@keyframes flipInY {
	0% {
		opacity: 0; 
		transform: rotateY(90deg);
	}
	100% {
		opacity: 1; 
		transform: none;
	} 
}

@keyframes zoomIn {
	0% {
		opacity: 0;
		transform: scale(0.5);
	}
	100% {
		opacity: 1; 
		transform: none;
	}
}
@keyframes zoomReverseIn {
	0% {
		opacity: 0;
		transform: scale(1.5);
	}
	100% {
		opacity: 1; 
		transform: none;
	} 
}
@keyframes difusion {
	0% {
		opacity: 0.0;
	}
	5% {
		opacity: 0.05;
	}
	10% {
		opacity: 0.1;
	}
	15% {
		opacity: 0.15;
	}
	20% {
		opacity: 0.2;
	}
	25% {
		opacity: 0.25;
	}
	30% {
		opacity: 0.3;
	}
	35% {
		opacity: 0.35;
	}
	40% {
		opacity: 0.40;
	}
	45% {
		opacity: 0.45;
	}
	50% {
		opacity: 0.50;
	}
	55% {
		opacity: 0.55;
	}
	60% {
		opacity: 0.60;
	}
	65% {
		opacity: 0.65;
	}
	70% {
		opacity: 0.70;
	}
	75% {
		opacity: 0.75;
	}
	80% {
		opacity: 0.80;
	}
	85% {
		opacity: 0.85;
	}
	90% {
		opacity: 0.90;
	}
	95% {
		opacity: 0.95;
	}
	100% {
		opacity: 1.0;
	}
}

/* GeneratePress Site CSS */ /* adds a white border around the entire site on tablet and desktop */

@media (min-width: 769px) {
	/*body {
		padding: 30px;
	}*/
	
	.site-footer {
		margin-top: 30px;
	}
}

/* image block drop shadow */

.photo-shadow img {
	box-shadow: 10px 10px 0px rgba(237,235,235,0.8);
}

/* product additional information tabs font styling */

.woocommerce table.shop_attributes th {
	font-size: 16px;
}

.woocommerce table.shop_attributes td p {
	padding: 8px 16px;
	font-size: 16px;
} /* End GeneratePress Site CSS */

.site-header {
    background-color: transparent;
}
.product-template-default .site-header{
	background:black;
}
.site-logo {
    display: inline-block;
    max-width: 100%;
    z-index: 100;
}

/*Formulario Contacto*/
.gform_wrapper.gravity-theme .gfield_label {
    font-weight: 400;
}
.gform_wrapper.gravity-theme .gfield textarea.medium {
    height: 122px;
    resize: none;
}
.gform_wrapper.gravity-theme .gform_footer input, .gform_wrapper.gravity-theme .gform_footer button, .gform_wrapper.gravity-theme .gform_page_footer input, .gform_wrapper.gravity-theme .gform_page_footer button {
    background-color: #001882;
    color: white;
    border-radius: 10px;
    padding-left: 50px;
    padding-right: 50px;
    font-size: 12px;
}

/*Desplegable servicios*/
.gb-container-a24be222 {
    color: transparent;
    background-color: transparent;
}
button.gb-button-ea7670ff {
    background-color: transparent;
}
button.gb-button-bdc836d4 {
    background-color: transparent;
}
.texto-desplegable{
	color:white;
}

/*Buscador*/
#ajaxsearchlite1 .probox, div.asl_w .probox {
    height: 14px;
    border-color: white;

}
div.asl_m .probox .promagnifier .innericon, div.asl_m .probox .prosettings .innericon, div.asl_m .probox .proclose .innericon {
    margin-top: -16px;

}
div.asl_w .probox .promagnifier {
    box-shadow:none; 
 
}

.menu-bar {
  display: flex;
  align-items: flex-start; 
}

.nav-float-right .header-widget {
    margin-top: -23px;
}

.probox{
	margin-left:-100px;
}
.header {
  display: flex;
  align-items: center;
}
.main-navigation .menu-bar-item {
    right: -365px;
}


/*Productos*/ 
.woocommerce div.product .product_title {
    font-family: 'Prompt';
    font-weight: 600;
    font-size: 40px;
}
.woocommerce ul.products li.product .price, .woocommerce div.product p.price {
	  font-family: 'Prompt';
    font-weight: 600;
    font-size: 40px;
    color: #001882;
}
.woocommerce-product-details__short-description {
    font-size: 20px;
    font-weight: 400;
    font-family: 'Prompt';
}
.woocommerce form .quantity.buttons-added .qty, .woocommerce form .quantity.buttons-added .minus, .woocommerce form .quantity.buttons-added .plus, .do-quantity-buttons form .quantity:not(.buttons-added):not(.hidden):before, .do-quantity-buttons form .quantity:not(.buttons-added):not(.hidden):after {
   	background: #AEAEAE;
}
.woocommerce .quantity .qty {
background: #D9D9D9!important;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce #respond input#submit.alt.disabled, .woocommerce #respond input#submit.alt.disabled:hover, .woocommerce #respond input#submit.alt:disabled, .woocommerce #respond input#submit.alt:disabled:hover, .woocommerce #respond input#submit.alt:disabled[disabled], .woocommerce #respond input#submit.alt:disabled[disabled]:hover, .woocommerce a.button.alt.disabled, .woocommerce a.button.alt.disabled:hover, .woocommerce a.button.alt:disabled, .woocommerce a.button.alt:disabled:hover, .woocommerce a.button.alt:disabled[disabled], .woocommerce a.button.alt:disabled[disabled]:hover, .woocommerce button.button.alt.disabled, .woocommerce button.button.alt.disabled:hover, .woocommerce button.button.alt:disabled, .woocommerce button.button.alt:disabled:hover, .woocommerce button.button.alt:disabled[disabled], .woocommerce button.button.alt:disabled[disabled]:hover, .woocommerce input.button.alt.disabled, .woocommerce input.button.alt.disabled:hover, .woocommerce input.button.alt:disabled, .woocommerce input.button.alt:disabled:hover, .woocommerce input.button.alt:disabled[disabled], .woocommerce input.button.alt:disabled[disabled]:hover {
    font-family: prompt;
    font-weight: 600;
    border-radius: 5px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
background: #D9D9D9;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li{
  background: #EFEFEF;
}

.woocommerce div.product .woocommerce-tabs .panel {
margin-top:-29px;
 background: #EFEFEF;
  padding:30px;
}
.woocommerce div.product .woocommerce-tabs .panel h2{
  display:none;
}

.woocommerce .related ul.products li.product, .woocommerce .up-sells ul.products li.product {
   float: none;
    width: auto;
    margin: 0;
  border-bottom: 1px solid #e0e0e0;
  border-left: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
  border-radius:5px;
  background-color:white;
  padding:40px;
}
.woocommerce ul.products li.product .woocommerce-LoopProduct-link > *:not(:first-child) {
    margin-top: 10px;
    margin-bottom: 0;
    color: black;
    font-size: 14px;
    font-family: 'Prompt';
    font-weight: 400;
		width:100%
}
.upsells h2{
  text-transform:uppercase;
}
.related h2{
  text-transform:uppercase;
}

#wc-column-container .product {
    float: none;
    width: auto;
    margin: 0;
  border-bottom: 1px solid #e0e0e0;
  border-left: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
  border-radius:5px;
  background-color:white;
  padding:40px;
}
.woocommerce ul.products li.product .button {
  height:46.86px; 
  font-size:11px;
  padding-top:14px;
  border-radius:5px;
	font-family:'Prompt';
	width:100%;
	text-align:left;
	padding-left:16px;
}
.button.product_type_simple.add_to_cart_button.ajax_add_to_cart.added {
  height: 46.86px;
  font-size: 11px;
  padding-top: 14px;
  border-radius: 5px;
  text-align:left; 
	padding-left:16px;
}

.woocommerce-loop-product__title{
  text-align:left;
}
.price{
  text-align:left;
}
.woof_auto_show .woof_overflow_hidden{
	opacity:1;
	height:300px;
}

/* Responsive página producto */
@media only screen and (max-width: 767px) {
	.woocommerce div.product form.cart .button{
		margin-top: 30px;
	}
}

/* Estructura de la página de productos */
.one-container .site-content {
	padding: 100px 0px 0px 0px;
}


/*Lista productos*/

.wc-block-grid__product-title{
   font-family: 'Prompt';
    font-weight: 500;
    font-size: 16px;
  text-align:left;
  color:black;
}
.wc-block-grid__product-price{
   font-family: 'Prompt';
    font-weight: 300;
    font-size: 16px;
  text-align:left;
  color:black;
}



.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:hover{
     height:46.86px; 
  border-radius:5px;
	font-family:'Prompt';
	width:100%;
	font-size:11px;
	text-align:center;
	padding-left:16px;
  color:white;
}

.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link{
	      font-size: 11px;
    padding-top: 14px;
    height:46.86px; 
  font-size:11px;
  padding-top:20px;
  border-radius:5px;
	font-family:'Prompt';
	width:100%;
	text-align:left;
	padding-left:16px;
  color:white;
}
 .theme-twentytwenty .wc-block-grid.has-3-columns .wc-block-grid__product,
.theme-twentytwenty .wc-block-grid.has-3-columns .wc-block-grid__product {
    flex: 0 0 calc(33.3333333333% - 20px); 
    max-width: calc(33.3333333333% - 20px); 
    margin-bottom: 30px;
    margin-right: 10px; 
 
}

.theme-twentytwenty .wc-block-grid.has-3-columns .wc-block-grid__product:last-child {
    margin-right: 0; 
}

.wc-block-grid__products .wc-block-grid__product{
  border-bottom: 1px solid #e0e0e0;
  border-left: 1px solid #e0e0e0;
   border-right: 1px solid #e0e0e0;
  border-radius:5px;
  background-color:white;
  padding:40px;
}

.wc-block-grid__product .wc-block-grid__product-image:not(.wc-block-components-product-image), .wc-block-grid__product .wc-block-grid__product-title {
    color: black;
}


/*Filtro sidebar*/
.shop-filter-sidebar .product-archive-sidebar .gb-container {
  border-bottom: 1px solid #E1E1E1;
  margin-bottom: 1rem;
}

.shop-filter-sidebar .product-archive-sidebar .gb-container:first-child {
  border-bottom: unset;
}

.shop-filter-sidebar .facetwp-facet {
  font-size: 15px;
  margin-bottom: 1rem;
}

.shop-filter-sidebar .reset-margin-bottom strong {
  font-weight: 600;
}

.shop-filter-sidebar .facetwp-facet .facetwp-radio {
  background: unset;
  position: relative;
  font-size: 15px;
  margin-bottom: 10px;
}

.shop-filter-sidebar .facetwp-facet .facetwp-radio::before {
  content: '';
  position: absolute;
  left: 0;
  top: 5px;
  width: 15px;
  height: 15px;
	border:1px solid black;
  border-radius: 3px;
  background-color: transparent;
}

.shop-filter-sidebar .facetwp-facet .facetwp-radio.checked::before {
  background-color: #001882;
}

.noUi-touch-area {
    background: #001882;
}
.facetwp-slider-reset{
	display:none;
}
.left-sidebar .sidebar, .both-left .is-left-sidebar, .both-sidebars .is-left-sidebar {
    order: -10;
}

/*Slider Segunda mano*/
.carousel-slider__product {
    background: white;
  
}
.woocommerce-loop-product__title{
	color: #1D1D1D;
	font-size: 12.73px;
	font-family: Prompt;
	font-weight: 400;
	line-height: 14.07px;
	word-wrap: break-word;
}

.carousel-slider .price {
  color: #1D1D1D;
font-size: 12.73px;
font-family: Prompt;
font-weight: 300;
line-height: 14.07px;
word-wrap: break-word;
 margin-left:-70px;
}

.carousel-slider a.add_to_cart_button, .carousel-slider a.add_to_cart_read_more, .carousel-slider a.added_to_cart, .carousel-slider a.quick_view {
    color: white;
    font-size: 12.73px;
    font-family: Prompt;
    font-weight: 600;
    line-height: 14.07px;
    word-wrap: break-word;
}

.owl-carousel .owl-item img {
    padding: 30px;
}

/*Accesorios segunda mano*/
.theme-twentytwenty .wc-block-grid.has-5-columns .wc-block-grid__product, .theme-twentytwenty .wc-block-grid.has-6-columns.alignfull .wc-block-grid__product, .wc-block-grid.has-5-columns .wc-block-grid__product, .wc-block-grid.has-6-columns.alignfull .wc-block-grid__product {
    margin-right: 20px;
}

/* Fondo negro para el menú al hacer scroll */
.site-header {
	position: fixed;
	padding-top: 20px;
	left: 0;
	width: 100%;
	background-color: transparent;
	z-index: 999; 
	transition: background-color 0.3s ease; 
}

/* Fix scroll horizontal causado por el botón flotante de WhatsApp*/
@media only screen and (max-width: 767px) {
	body {
		overflow-x: hidden;
	}
}

/* Fix menú tablet transparente */
@media only screen and (max-width: 850px){
	.main-navigation.has-branding .inside-navigation.grid-container {
		background: black;
	}
}

/* Fix tamaño de las imágenes en página del producto */
div.woocommerce-product-gallery__wrapper {
	width: 400px !important;
}

@media only screen and (max-width: 767px) {
	div.woocommerce-product-gallery__wrapper {
		width: 300px !important;
	}
}

div.woocommerce-product-gallery {
	display: flex;
	flex-direction: column;
	align-content: center;
	align-items: center;
}

/* Espaciado superior para la página de producto */
.woocommerce .entry-content, .woocommerce .product .entry-summary {
    padding-top: 100px;
}

@media only screen and (max-width: 767px) {
	.woocommerce .entry-content, .woocommerce .product .entry-summary {
		padding-top: 50px;
	}
}

/* Fix carrito invisible en menú móvil */
@media only screen and (max-width: 767px) {
	.main-navigation .menu-bar-item{
		right: 0;
	}
}