/*
Theme Name: Basmar 2023
Description:  
Theme URI:    
Author: Fran Madrigal, Proximaweb
Author URI:  https://www.franmadrigal.com, https://proximaweb.es
Template: salient
Version: 1.6
*/

.page-id-42792 h1 {
	text-align: center;
}


.page-id-42792 .main-content > .row > form.post-password-form > p:first-child {
	font-size: 1.125rem;
}

.page-id-42792 .main-content > .row > form.post-password-form {
  padding: 30px 0;
  max-width: 400px;
  margin: 0 auto;
}

.d-none {
	display: none !important;
}

hr.bm-divisor {
	border: none;
  border-top: 1px solid #eee;
  margin: 1rem 0 2.5rem;
}

#instagramHome .row-bg-wrap {
	width: 100%;
}

#instagramHome .instagram {
	padding-left: 0 !important;
	padding-right: 0 !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
	width: calc(100% + 20px);
    margin-left: -10px;
    margin-right: -10px;
}

/* Tabla de Tallas */

.tabla-tallas > thead > tr > th {
	background-color: #002d55;
	color: #fff;
}

/* HOME > Logos de las sesiones */

.row .wpb_wrapper > .img-with-aniamtion-wrap:last-child img {
	max-width: 200px !important;
}

@media (min-width: 992px) {
	.row .wpb_wrapper > .img-with-aniamtion-wrap:last-child img {
		max-width: 260px;
	}
}

/* HOME > Instagram display */

#sb_instagram #sbi_images {
  padding: 3px !important;
}

/* POST PRODUCTO > Tachado en las tallas agotadas */

.sps-swatches .swatch.disabled, 
.sps-swatches .superSwatch.disabled {
	text-decoration: line-through;
}

/* Plugin Instagram */

/* Plugin Instagram */


#instagramHome {
	  width: calc(100% + 20px);
    margin-left: -10px;
    margin-right: -10px;
}

  
#instagramHome .instagram {
	padding-left: 0 !important;
	padding-right: 0 !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
}

/* New product list */ 

#btnBasmarFiltrar {
	background-color: #000;
  text-transform: uppercase;
  font-size: 1em;
  font-family: 'Montserrat',sans-serif;
  font-weight: 400;
  border: 1px solid #000 !important;
  border-radius: 0 !important;
  margin-bottom: .5rem;
  color: #fff;
  width: 100%;
  padding: 1rem;
  margin-top: -20px;
  margin: auto;
  display: block;
  margin: auto;
	cursor: pointer;
	transition: .3s;
}

@media (min-width: 768px) {
	#btnBasmarFiltrar {
		width: 400px;
	}
}

.toggle.default.open > div{
	max-height: 1800px !important;
}

#btnBasmarFiltrar:hover {
	background-color: #333;
}

.basmar-grid.productos {
	display: flex;
	flex-wrap: wrap;
	margin-right: -23px;
	margin-left: -23px;
	align-items: flex-start;
}

@media (min-width: 768px) {
	.basmar-grid.productos {
		margin-right: -15px;
		margin-left: -15px;
	}
}

.basmar-grid.productos article {
	display: flex;
	flex: 0 0 auto;
    width: calc(50% - 6px);
	margin-right: 3px;
	margin-left: 3px;
	margin-bottom: 6px;
}

@media(min-width: 1000px) { 
	.basmar-grid.productos article {
		width: calc(50% - 18px);
		margin-right: 9px;
		margin-left: 9px;
		margin-bottom: 18px;
	}
}

@media(min-width: 1140px) {
	.basmar-grid.productos article {
		width: calc(33.3333% - 18px);
	}
}

@media(min-width: 1340px) {
	.basmar-grid.productos article {
		width: calc(25% - 18px);
	}
}

.basmar-grid.productos article {
	transition: .4s;
	transition-timing-function: ease;
	opacity: 0;
	filter: blur(15px);
	transform: translate3d(0px,-100px,0px);
	position: relative;
}

.basmar-grid.productos article:hover {
	z-index: 1;
}

.basmar-grid.productos article.animaFade {
	opacity: 1;
	filter: blur(0px);
	transform: translate3d(0px,0px,0px);
}

.basmar-grid.productos article:nth-child(2n+1) {
	transition-delay: .1s;
}

.basmar-grid.productos article:nth-child(2n+2) {
	transition-delay: .2s;
}



@media(min-width: 1140px) {

	.basmar-grid.productos article:nth-child(3n+1) {
		transition-delay: .1s;
	}

	.basmar-grid.productos article:nth-child(3n+2) {
		transition-delay: .2s;
	}

	.basmar-grid.productos article:nth-child(3n+3) {
		transition-delay: .3s;
	}

}

@media(min-width: 1340px) {
	
	.basmar-grid.productos article:nth-child(4n+1) {
		transition-delay: .1s;
	}

	.basmar-grid.productos article:nth-child(4n+2) {
		transition-delay: .2s;
	}

	.basmar-grid.productos article:nth-child(4n+3) {
		transition-delay: .3s;
	}

	.basmar-grid.productos article:nth-child(4n+4) {
		transition-delay: .4s;
	}
}

.card-product-item {
	box-shadow: rgba(0,0,0,0.075) 0 2px 6px 0;
  border-radius: 6px;
  overflow: hidden;
  background: #fff;
  -webkit-transition-timing-function: cubic-bezier(0.2,0.75,0.5,1);
  transition-timing-function: cubic-bezier(0.2,0.75,0.5,1);
  -webkit-transition-duration: 550ms;
  transition-duration: 550ms;
  -webkit-transform: scaleX(1) scaleY(1);
  transform: scaleX(1) scaleY(1);
	position: relative;
	z-index: 1;
}

.card-product-item:hover {
	box-shadow: rgba(0,0,0,0.15) 0 50px 95px -15px;
  -webkit-transform: scaleX(1.05) scaleY(1.05);
  transform: scaleX(1.05) scaleY(1.05);
	z-index: 1;
}

.card-header-product-item a {
	display: inline-block;
}

.card-header-product-item img {
	margin-bottom: 0 !important;
}

.card-body-product-item {
	padding-top: .5em;
  	padding-right: .75em;
  	padding-left: .75em;
}

@media (min-width: 1000px) {
	.card-body-product-item {
		padding-top: 1.2em;
		padding-right: 1.5625em;
		padding-left: 1.5625em;
	}
}

.card-body-product-item h3 {
	margin-bottom: .2em !important;
  	font-weight: 400 !important;
	font-size: .7em !important;
	font-family: Montserrat, sans-serif !important;
	line-height: 1.3 !important;
	color: #555;
}

@media (min-width: 1000px) {
	.card-body-product-item h3 {
		margin-bottom: .2em !important;
		font-weight: 300 !important;
		font-size: .875em !important;
		line-height: 1.3 !important;
	}
}

@media (min-width: 1140px) {
	.card-body-product-item h3 {
		line-height: 1 !important;
	}
}

.card-body-product-item .agotado {
	font-size: .8rem;
}

.card-body-product-item h3 a {
	color: #404752;
}

.card-body-product-item .wpgb-block-price {
	text-decoration: none;
	font-size: .875rem !important;
}

@media (min-width: 768px) {
	.card-body-product-item .wpgb-block-price {
		font-size: 1rem !important;
	}
}

.card-body-product-item .ofertaporcentaje {
	font-size: .875rem !important;
}

@media (min-width: 768px) {
	.card-body-product-item .ofertaporcentaje {
		font-size: 1rem !important;
	}
}

a.basmar-card-brand {
	text-transform: none;
	  font-size: .75rem;
	  margin-bottom: .35rem;
	  display: inline-block;
	  color: #000;
	  line-height: 1;
	background-color: transparent;
	font-weight: 500;
}

.card-footer-product-item {
	padding-bottom: .75em;
  padding-right: .75em;
  padding-left: .75em;
}

@media (min-width: 1000px) {
	.card-footer-product-item {
		padding-bottom: 1.5625em;
		padding-right: 1.5625em;
		padding-left: 1.5625em;
	}
}

.card-footer-product-item ul {
	margin: 0;
	padding-top: 5px;
}

/* Pagination */

.basmar-pagination {
	width: 100%;
	display: flex;
	justify-content: center;
	margin-top: 30px;
}

ul.pagination {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	background-color: #fff;
	border-radius: 35px;
  	box-shadow: 0 0px 9px rgba(0,0,0,0.07);
	overflow: hidden;
}

ul.pagination li {
	list-style: none;
	margin: 0;
}

ul.pagination li a{
	padding: 11px;
	display: inline-flex;
	min-width: 47px;
  	justify-content: center;
	color: #000;
	font-size: .875rem;
}

ul.pagination li.disabled a{
	color: #999;
	background-color: #f9f9f9;
}

ul.pagination li.active.disabled a{
	color: #fff;
	background-color: #333;
}

ul.pagination li a:hover {
	color: #333;
	background-color: #f9f9f9;
}

ul.pagination li:not(:last-child) a {
	border-right: 1px solid #f0f0f0;
}

ul.pagination li:first-child a {
	padding-left: 30px;
}

ul.pagination li:last-child a {
	padding-right: 30px;
}

ul.pagination li:not(:nth-child(2), :nth-last-child(2)) {
	display: none;
}

@media (min-width: 690px) {
	ul.pagination li:not(:nth-child(2), :nth-last-child(2), :first-child, :last-child) {
		display: block;
	}
}


@media (min-width: 1000px) {
	ul.pagination li:first-child,
	ul.pagination li:last-child {
		display: block;
	}
}

.summary .variations_form.cart .cguiadetallas {
	display: none;
}