/*--Banners home--*/
.aw-theme .slider-wrapper img {
	max-width: 1280px;
	margin: auto;
	padding: 3px 10px;
}

.prisma-banners-2-widget-zone {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 1280px;
	margin:-74px auto -49px auto;
}

.prisma-banners-2-widget-zone{
	margin: -6px auto;
}

.theme-banner-desktop {
	display: none;
}

/*product box*/
.aw-theme .item-box .actual-price {
	color: #009EE3;
}

.aw-theme .overview .add-to-cart-button:hover span:before {
	color: #db2331;
}

.aw-theme .productAddedToCartWindowSummary div {
	background-color: #db2331;
}

.aw-theme .productAddedToCartWindowSummary div:hover .button-1 {
	color: #db2331;
}

.aw-theme .spc-products .item-box .picture, .spc-products .item-box .details {
	padding: 10px 10px 10px 10px;
}

.aw-theme .productAddedToCartWindowSummary a {
	position: relative;
	display: inline-block;
	padding: 8px 10px;
	width: 100%;
	max-width: 49%;
	background: #fff;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 14px;
	color: #444;
	z-index: 0;
	vertical-align: top;
	border-bottom: 1px solid #444;
	margin-bottom: 15px;
}

.aw-theme .flyout-cart .buttons button, .flyout-cart .buttons button + button:hover:before, .header-menu .sublist li:hover > a {
	background-color: #db2331;
}

/*Precio con descuento BROU y ABITAB*/
.price.brou {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 5px auto 0 auto;
	border: 1px #0c447c solid;
	max-width: 200px;
	padding: 5px 0px;
}
.price.brou-price {
	font-size: 19px;
	font-weight: 600;
	color: #DB2331;
}
.price.brou-price-img {
	max-width: 30%;
	padding-right: 2px;
}

.product-page.price-brou {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin: 5px 0 0 0;
	border: 1px #0c447c solid;
	width: 100%;
	padding: 5px 0px;
}
.product-page.price-brou--text{
	font-size: 24px;
	font-weight: 600;
	color: #DB2331;
	border-bottom: solid 1px #009EE3;
    width: 80%;
}

.product-page.price-brou-img {
	max-width: 75%;
	padding: 4px 0px;
}

@media all and (min-width: 699px) {
	.product-page.price-brou-img {
	    max-width: 48%;
        padding: 6px 0px;
}
}




@media all and (max-width: 699px) {
	.logo svg {
		width: 170px;
		height: auto;
		margin: 4px;
	}
}

@media all and (max-width: 350px) {
	.logo svg {
		width: 138px;
		margin-left: 8px;
		margin-top: 8px;
	}
}


@media all and (min-width:700px) {
	.theme-banner-desktop {
		display: block;
	}

	.theme-banner-mobile {
		display: none;
	}

	.bannerx2-home {
		flex-wrap: nowrap;
	}

	.bannerx2-home>* {
		margin: 0 5px;
	}

	.aw-theme .slider-wrapper img {
		padding: 5px 0px;
	}

	.logo svg {
		width: 175px;
		margin-left: 0;
		height: auto;
	}
}

@media all and (min-width:1021px) {
	.bannerx2-home {
		margin-top: -45px;
	}
	.product-page .price-brou--text{
		font-size: 26px;
		text-align: center;
	}
}


/*--smart product collection--*/
.aw-theme .spc-products .spc-header .title {
	min-height: 0;
}

.aw-theme .spc-products {
	margin: 10px auto 0;
}

.aw-theme .spc-header .title {
	font-size: 0;
}

/*--jcarrousel--*/
.aw-theme .nop-jcarousel .slick-prev,
.nop-jcarousel .slick-next {
	top: -45px;
}

.aw-theme .nop-jcarousel .slick-next {
	top: -45px;
}

.aw-theme .nop-jcarousel.manufacturer-grid .slick-slide .picture {
	height: 380px;
	display: grid;
}

/*--mega menu--*/
.aw-theme .mega-menu .picture a {
	display: none;
}

.aw-theme .mega-menu .box li a {
	color: #515151;
}

.aw-theme .scroll-back-button {
	display: none;
	background-color: transparent;
	border: 0;
	width: 0;
}

.aw-theme .mega-menu .title {
	background: #f6f6f6;
	text-align: left;
	font-size: 15px;
	color: #00C0F0;
}

.aw-theme .mega-menu .box li {
	margin-top: 9px;
}

.aw-theme .mega-menu .box li a {
	font-size: 14px;
}

.two-colums-wrapper {
	display: none;
}

.aw-theme .product-specs-box {
	margin-bottom: 15px;
}


/*Product Page - medios envio*/
a#shipping-methods::before {
	content: url("../img/icons/delivery-footer.svg");
	margin-right: 5px;
}

a#shipping-methods::after {
	content: url("../img/icons/icon--arrow.svg");
	margin-left: 5px;
}

a#shipping-methods {
	display: flex;
	align-items: center;
	margin-top: 24px;
	justify-content: center;
	color: #44c0f0;
	font-family: 'Noto Sans Jp';
	font-size: 18px;
	text-transform: inherit;
	flex-wrap: wrap;
}

.shipping-product-txt {
	font-weight: 600;
}

.product-box-iva {
	font-size: 16px;
	padding-top: 4px;
	font-weight: 600;
	color: #515151;
	padding-bottom: 5px;
}

.product-page-iva {
	font-size: 25px;
	padding-top: 4px;
	font-weight: 600;
	color: #515151;
	padding-bottom: 12px;
}

.title-share {
	color: #000;
	font-size: 16px;
	padding-right: 10px;
}

.share-button {
	display: flex;
	align-items: center;
	text-transform: uppercase;
}

.aw-theme .totals button {
	background-color: #db2331 !important;
}

.aw-theme .block.block-category-navigation {
	display: none !important;
}

.aw-theme .block.block-manufacturer-navigation {
	display: none;
}

.aw-theme .block.block-recently-viewed-products {
	display: none !important;
}

.aw-theme .text-login-page {
	text-align: center;
	font-size: 16px;
	color: #db2331;
}


/*----sección anuncios---*/
.section-anuncios:before {
	content: url("../img/icons/icon--anuncios.svg");
	width: 28px;
	padding-right: 5px;
}

.section-anuncios {
	background-color: #db2331;
	padding: 8px;
	color: #fff;
	max-width: 100%;
	margin: auto;
	text-align: center;
	font-size: 18px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

@media all and (max-width: 1000px) {
	#AjaxFiltersProForm h2 {
		font-size: 15px;
	}
	.home-page-filters-wrapper {
		margin: 0px 0 30px;
		background-color: #666;
		padding: 18px 0 25px;
	}
}

@media all and (max-width: 420px) {
	.section-anuncios {
		font-size: 10px;
   		 display: flex;
    	 flex-wrap: nowrap;
  		 text-align: left;
	}
	.prisma-banners-2-widget-zone .slider-wrapper:first-of-type, .prisma-banners-3-widget-zone .slider-wrapper:first-of-type {
		margin-top: 8px!important;
	}
	.aw-theme .item-box .actual-price {
		font-size: 14px;
	}
	.price.brou-price {
		font-size: 15px;
	}

	.item-box .old-price {
		font-size: 14px;
	}
}


@media all and (max-width: 360px) {
	.aw-theme .item-box .actual-price {
		font-size: 12px;
	}
	.price.brou-price {
		font-size: 13px;
	}

	.item-box .old-price {
		font-size: 12px;
	}

}

.price-brou--info{
	font-size: 12px;
	text-align: center;
	padding: 0 4px;
}