/*HEADER*/
#mnj_banner_mensaje {
	padding: 10px 0;
	text-align: center;
	background-color: #ebeff2;
}


/*NAVEGACIÓN*/
@media (min-width: 576px) {
	.nav-float-right #site-navigation {
		width: 100%;
	}

	#primary-menu {
		margin: auto;
	}

	.menu-bar-items {
		float: right;
	}

	.inside-navigation {
		max-width: 100% !important;
	}
}


/*HOME*/
.home .site-main {
	margin-top: 0 !important;
}


/*FOOTER*/
#footer-widgets .widget_block {
	margin-bottom: 0 !important;
}

#footer-widgets h2 {
	margin-bottom: 10px !important;
}


.wp-block-product-new a {
	text-decoration: none;
}


/*TINNY SLIDER*/
.tns-outer {
	position: relative;
}

.tns-outer .tns-controls {
	width: 100%;
	position: absolute;
	bottom: 50%;
}

.tns-outer button[data-controls="prev"] {
	float: left;
	z-index: 9;
}

.tns-outer button[data-controls="next"] {
	float: right;
	z-index: 9;
}

.tns-outer .tns-nav button {
	background: gray;
	/*border: 1px solid black;*/
	margin: 0 4px;
	border-radius: 50%;
	padding: 7px;
}

.tns-outer .tns-nav .tns-nav-active {
	background: black;
}

/*WOOCOMMERCE*/
.add_to_cart_button {
	border-radius: 0;
	border: 2px solid #231f37 !important;
	background: white;
	color: #231f37;
	font-weight: 500 !important;
	margin-top: 1em;
}

.add_to_cart_button:hover {
	border: 2px solid #231f37 !important;
	background: #fcd750;
}

/*BLOQUE PRODUCTOS*/
.wc-block-grid .wc-block-grid__product-title,
.product .woocommerce-loop-product__title {
	color: black;
	font-size: 14px !important;
	font-weight: 700 !important;
}

.wc-block-grid a,
.product a {
	text-decoration: none;
}

.wc-block-grid .woocommerce-Price-amount,
.product .woocommerce-Price-amount {
	font-size: 14px;
	color: red;
	font-weight: bold;
}


.post-type-archive-product #primary,
.tax-product_cat #primary,
.archive-product #primary {
	width: 100% !important;
}

.post-type-archive-product #left-sidebar .wc-block-grid__product-image,
.tax-product_cat #left-sidebar .wc-block-grid__product-image,
.archive-product #left-sidebar .wc-block-grid__product-image {
    width: 100px !important;
}

.post-type-archive-product #primary,
.tax-product_cat #primary,
.archive-product #primary {
	width: 100% !important;
}

.post-type-archive-product .widget-area .widget,
.tax-product_cat .widget-area .widget,
.archive-product .widget-area .widget {
	padding: 0 !important;
}

.tax-product_cat .widget-area .wp-block-woocommerce-product-categories li a,
.archive-product .widget-area .wp-block-woocommerce-product-categories li a,
.post-type-archive-product .widget-area .wp-block-woocommerce-product-categories li a {
	text-decoration: none;
	font-weight: normal;
	margin-bottom: 15px;
	display: inline-block;
}

.tax-product_cat .widget-area .wp-block-woocommerce-product-categories li a:hover,
.archive-product .widget-area .wp-block-woocommerce-product-categories li a:hover,
.post-type-archive-product .widget-area .wp-block-woocommerce-product-categories li a:hover {
	color: #231f37;
}


.woocommerce-pagination ul.page-numbers {
	border: 0 !important;
}

.woocommerce-pagination ul.page-numbers li {
	border: 0 !important;
}

.woocommerce-pagination span.page-numbers,
.woocommerce-pagination a.page-numbers {
	background-color: white !important;
	padding: 10px 15px !important;
	border: 2px solid white;
}

.woocommerce-pagination span.current {
	border: 2px solid #fcd750;
}