/*
Theme Name: thestoreteam
Theme URI: https://thestoreteam.com
Description: The Store Team Theme
Author: Oriol Baulenas
Author URI: https://thestoreteam.com
Template: storefront
*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;300;400;500;600;700;800&display=swap');

*, button, select, input, textarea {
	font-family: 'Montserrat', sans-serif;
}

a {
	text-decoration: none !important;
}

a:focus{ outline:none; }

.product-template-default .stock,
.product-template-default .product_meta,
.storefront-sorting {
	display: none;
}

.single-product div.product p.price {
	margin: 0.5em 0;
}

@media screen and (min-width : 768px) {
	.storefront-secondary-navigation.woocommerce-active .site-header .secondary-navigation {
  width:73.9%;
  margin-right:0;
 }
	
	.secondary-navigation .menu a:last-child {
		padding-right: 0;
	}
	
	.secondary-navigation .menu {
		font-size: 0.75em;
	}
	
	.site-header-cart .cart-contents span {
		display: inline-block;
	}
	
	.site-header-cart .cart-contents span.amount > span {
		float: right;
	}
}
/* home */

.home header h1 {
	display: none;
}

/* footer */

footer {
	padding: 0 !important;
	font-size: 0.8em;
}

@media screen and (max-width : 768px) {
	footer {
		padding-top: 1.618em !important;
	}
}
footer .site-info {
	display: none!important;
	justify-content: space-between;
}

footer .site-info img {
	display: inline-flex;
	vertical-align: middle;
}

/* page hero image */

.home.post-type-archive-product .site-header {
	margin-bottom: 0;
}

#hero-image {
	margin-bottom: 4.235801032em;
}

/* short description */

.products .short-description {
	margin-bottom: 1rem;
}

/* compra */

#submit_redsys_payment_form {
	margin-right: 1rem;
	background-color: #6cb231;
	color: white;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message, .woocommerce-noreviews, p.no-comments {
	background-color: #6cb231;
}


/* MÒBIL */

@media screen and (max-width : 768px) {
	#hero-image {
		display: none;
	}
	.storefront-handheld-footer-bar ul.columns-3 li.search {
		display: none;	
	}
	.storefront-handheld-footer-bar ul.columns-3 li {
    width: 50%;
	}
}

/* product variations */

a.reset_variations {
	margin-left: 0;
}

/* Gift Wrap */

.wc-giftwrap .modal-header {
	justify-content: flex-end;
}

.wc-giftwrap .modal-footer {
	justify-content: center;
}

.wc-giftwrap .modal-body p {
	text-align: center;
}

.wc-giftwrap .modal-body ul li {
	display: flex;
	position: relative;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
}

.wc-giftwrap .wc_giftwrap_notes_container label, .wc-giftwrap .wc_giftwrap_notes_container textarea {
	display: none;
}

.giftwrap_header a {
	font-weight: 500;
}
p.giftwrap_header:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
    line-height: inherit;
    vertical-align: baseline;
    content: "\f06b";
    height: 1em;
    line-height: 1.618;
    padding: 0 10px;
    font-size: 25px;
    color: #EC1C25;
}
p.giftwrap_header a {
    text-decoration: underline!important;
}
p.giftwrap_header a:hover {
    color: #EC1C25;
}
.giftwrapper_products_modal .amount:before {
    content: ": "!important;
}
a.button.checkout.wc-forward {
    display: none;
}
/* product tabs */

.woocommerce-tabs .panel h2:first-of-type {
	display: none;
}

.product .woocommerce-tabs ul.tabs {
	width: 100%;
	float: none;
	margin-right: 5.8823529412%;
	border: 0; 
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
	list-style: none;
	padding: 0 0 0 1em;
	margin: 0 0 1.618em;
	overflow: hidden;
	position: relative;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
	position: absolute;
	content: ' ';
	width: 100%;
	bottom: 0;
	left: 0;
	border-bottom: 1px solid #d3ced2;
	z-index: 1;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
	border: 1px solid #d3ced2;
	background-color: #f0f0f0;
	display: inline-block;
	position: relative;
	z-index: 0;
	border-radius: 0;
	margin: 0 -5px;
	padding: 0 1em;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
	background: #fff;
	z-index: 2;
	border-bottom-color: #fff;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
	border: 1px solid #d3ced2;
	position: absolute;
	bottom: -1px;
	width: 0;
	height: 0;
	content: ' ';
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
	left: -6px;
	border-bottom-right-radius: 4px;
	border-width: 0 1px 1px 0;
	box-shadow: 2px 2px 0 #ebe9eb;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active::before {
	box-shadow: 2px 2px 0 #fff;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
	right: -6px;
	border-bottom-left-radius: 4px;
	border-width: 0 0 1px 1px;
	box-shadow: -2px 2px 0 #ebe9eb;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active::after {
	box-shadow: -2px 2px 0 #fff;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	display: inline-block;
	padding: .5em 0;
	font-weight: 600;
	color: #515151;
	text-decoration: none;
	outline: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
	color: inherit;
	text-shadow: inherit;
}
.wc-tab { float: none !important; width: 100% !important;  }

@media (min-width: 768px) {
.woocommerce-tabs {
padding-top: 1em;
	}
}

/* Talles */
.woo-variation-swatches.wvs-style-squared .variable-items-wrapper .variable-item {
	border-radius: 0;
