#maincontent {
	position: relative;
}
.header.links .change-indicator {
	display: none;
}
.cms-pedido-rapido .change-indicator,
.checkout-index-index .change-indicator,
.loginascustomer-login-proceed .change-indicator {
	margin-left: 0px;
}
.change-indicator {
	height: 36px;
	display: flex;
	position: relative;
	position: absolute;
	top: -95px;
	z-index: 20;
	border: 1px solid #999;
	margin-left: -5px;
	padding: 0 0 0 20px;
	width: 323px;
}
.change-indicator:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 150%;
}
.change-indicator:hover .dropdown.change-dropdown {
	display: block;
}
.change-indicator strong {
	font-weight: 400;
	line-height: 33px;
	font-size: 13px;
	vertical-align: top;
	display: inline-block;
}
.label.change-label {
	margin-right: 5px;
	width: 124px;
}
.actions.dropdown.options.change-options {
	position: relative;
	width: calc(100% - 130px);
	padding-left: 10px;
}
.actions.dropdown.options.change-options:after {
	content: '';
	background: #ffffff00 url(../images/select-bg.svg) no-repeat 100% 48%;
	background-size: 30px 60px;
	position: absolute;
	width: 34px;
	height: 34px;
	right: 1px;
	top: 0;
	transition: all 0.5s;
}
.change-indicator:hover .actions.dropdown.options.change-options:after {
	transform: rotateX(180deg);
}
.dropdown.change-dropdown {
	margin: 0;
	padding: 0;
	list-style: none none;
	background: #ffffff;
	border: 0;
	margin-top: 1px;
	width: calc(100% + 1px);
	z-index: 100;
	box-sizing: border-box;
	display: none;
	position: absolute;
	top: 100%;
	box-shadow: 0 0 3px rgb(0 0 0 / 25%);
	right: -1px;
	padding: 8px 10px;
}
.dropdown.change-dropdown:before,
.dropdown.change-dropdown:after {
	content: '';
	display: block;
	height: 0;
	position: absolute;
	width: 0;
}
/*.dropdown.change-dropdown:before{
    border: 6px solid;
    border-color: transparent transparent #ffffff transparent;
    z-index: 99;
    left: 10px;
    top: -12px;
  }
  .dropdown.change-dropdown:after{
    border: 7px solid;
    border-color: transparent transparent #bbbbbb transparent;
    z-index: 98;
    left: 9px;
    top: -14px;
  }*/
.change-option a {
	font-size: 13px;
	line-height: 15px;
	cursor: pointer;
}
@media (max-width: 1200px) {
	.change-indicator {
		margin-left: 0;
	}
}
@media (max-width: 991px) {
	.change-indicator {
		width: auto;
	}
	.label.change-label {
		width: auto;
	}
	.actions.dropdown.options.change-options {
		width: auto;
		padding-right: 34px;
	}
}
@media (max-width: 767px) {
	.change-indicator {
		display: none;
	}
	.header.links .change-indicator {
		display: flex;
		top: 0;
		position: initial;
		float: none;
		border: none;
		border-bottom: 1px solid #dddddd;
		top: 0;
		height: auto;
	}
	.label.change-label {
		width: 130px;
	}
	.actions.dropdown.options.change-options {
		width: calc(100% - 130px);
	}
	.dropdown.change-dropdown {
		position: relative;
		top: 0;
		right: auto;
		/* left: -49px; */
		box-shadow: none;
		padding: 0;
		border-bottom: none;
		background-color: transparent;
	}
	.dropdown.change-dropdown .change-option .click-indicator {
		padding: 5px 0 10px 0;
	}
	.actions.dropdown.options.change-options:after {
		height: 33px;
	}
	.change-indicator:before {
		display: none;
	}
	.actions.dropdown.options.change-options:after {
		background-color: transparent;
	}
	.dropdown.change-dropdown .change-option .click-indicator:hover {
		color: #777 !important;
		padding: 5px 0 10px 0;
	}
}
#validate-type-purchase {
	position: absolute;
	width: 100%;
	height: 45px;
	margin-top: -5px;
	z-index: 10000;
}
.form.form-login .field.type-of-purchase {
	display: none;
}
.form.form-login .field.type-of-purchase .select-type {
	color: #e02b27;
	margin-top: 2px;
}
div#store.section-item-content.nav-sections-item-content {
	max-width: 60% !important;
}

@media (max-width: 1650px) {
	div#store\.menu,
	div#store\.menu.section-item-content.nav-sections-item-content {
		max-width: 90% !important;
	}
}

/* PDP sticky buy box (desktop) */
@media (min-width: 992px) {
	.catalog-product-view .product-info-main {
		display: grid !important;
		grid-template-columns: minmax(0, 1fr) 260px !important;
		column-gap: 18px !important;
		align-items: start !important;
	}
	.catalog-product-view .product-info-main > * {
		grid-column: 1 !important;
		min-width: 0;
	}
	.catalog-product-view .product-info-main .product-info-stock-sku {
		grid-column: 2 !important;
		grid-row: 1 !important;
		margin: 0 0 12px !important;
	}
	.catalog-product-view .product-info-main .product-add-form {
		grid-column: 2 !important;
		grid-row: 2 !important;
		position: sticky !important;
		top: auto !important;
		bottom: 18px !important;
		align-self: start !important;
		z-index: 5 !important;
		background: #fff !important;
		padding-top: 8px !important;
	}
	.catalog-product-view .product-info-main .product-add-form .box-tocart {
		margin: 0 !important;
		max-width: 100% !important;
	}
}

/* MP Search: keep suggestions below search input on desktop */
@media (min-width: 768px) {
	.block-search .block-content .field.search {
		position: relative;
	}
	.block-search .block-content .field.search .control {
		position: static !important;
		min-height: 40px;
	}
	.block-search .block-content .control .autocomplete-suggestions {
		top: 45px !important;
	}
	.block-search .block-content .field.search .autocomplete-suggestions {
		top: 45px !important;
		left: 0 !important;
		right: auto !important;
		margin-top: 0 !important;
		width: 100% !important;
	}
}

/* -----------------------------------------------------------------------
-------------------------------------------------------- RESPONSIVE STYLES 
----------------------------------------------------------------------- */
:root {
	--c-white: #fff;
	--c-black: #000;

	--c-grey-100: #f4f4f4;
	--c-grey-300: #c5c5c5;
	--c-grey-500: #949494;
	--c-grey-700: #414040;

	--c-red: #e31e24;

	--f-dine: 'Dine';

	--a-anim: all 150ms ease-out;
	--shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

/* ---------------------------------------------------- HEADER */
/* ---------------- BUSCADOR */
.page-header.type28 .header.content {
	min-width: 500px;
}
.page-header.type28 .block.block-search.mp-search {
	margin-top: 25px;
}
header .header.content #search_mini_form input#search {
	width: 100%;
	border-bottom: 1px solid var(--c-grey-300);
}
.block-search .action.search {
	right: 20px;
}
/* ---------------- MENU PRINCIPAL */
nav.navigation.sw-megamenu {
	margin-top: 10px;
}
.page-header.type28 .sections.nav-sections {
	padding: 0;
}
.page-header.type28 .navigation.sw-megamenu > ul {
	justify-content: center;
}
@media (max-width: 1440px) {
	nav.navigation.sw-megamenu {
		margin-top: 0;
	}
	.page-header.type28 .header.content {
		display: contents !important;
	}
	.page-header.type28 .navigation:not(.side-megamenu) .level0 {
		margin-right: 0;
	}
}
@media (max-width: 1022px) {
	.page-header.type28 .navigation:not(.side-megamenu) .level0 .level-top {
		font-size: 0.9rem;
	}
	.page-header.type28 .navigation.sw-megamenu > ul {
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		gap: 20px;
		align-items: flex-start;
	}
	.page-header.type28 .navigation.sw-megamenu > ul li,
	.page-header.type28 .navigation.sw-megamenu > ul div:first-child,
	.page-header.type28 .navigation.sw-megamenu > ul div:last-child {
		width: 100%;
	}
}

@media only screen and (max-width: 991px) {
	/* BURGER */
	.nav-toggle {
		display: flex;
		justify-content: flex-end;
		margin-right: 80px;
		margin-top: 20px;
	}
	/* BUSCADOR */
	.form.minisearch.active .control {
		background-color: transparent;
		top: 2px;
		left: 20px;
		width: 100%;
		border-radius: none;
	}
	/* MENU */
	.page-header.type28 .navigation:not(.side-megamenu) .level0 .level-top {
		font-size: 1rem;
	}
	.page-header.type28 .navigation.sw-megamenu > ul {
		flex-wrap: wrap;
		flex-direction: column;
		gap: 0;
	}
	/* SUBMENU */
	.sw-megamenu.navigation li.level0.fullwidth > .submenu {
		margin-left: 0;
	}
	/* HEADER - CUENTA */
	header.page-header .nav-sections-item-title {
		background-color: var(--c-grey-500);
	}
}

/* ----------------------------------------------------  PEDIDO RÁPIDO */
form#bss-fastorder-form {
	max-width: 100% !important;
}
@media (max-width: 991px) {
	form#bss-fastorder-form {
		max-width: 100% !important;
	}
	form#bss-fastorder-form
		.bss-fastorder-multiple-form
		td.bss-fastorder-row-ref {
		width: 100% !important;
	}
	form#bss-fastorder-form
		.bss-fastorder-multiple-form
		th.bss-fastorder-row-image,
	form#bss-fastorder-form
		.bss-fastorder-multiple-form
		td.bss-fastorder-row-image {
		width: 100% !important;
	}
	form#bss-fastorder-form
		.bss-fastorder-multiple-form
		th.bss-fastorder-row-name,
	form#bss-fastorder-form
		.bss-fastorder-multiple-form
		td.bss-fastorder-row-name {
		width: 100% !important;
	}
	form#bss-fastorder-form .bss-fastorder-multiple-form th.bss-fastorder-row-qty,
	form#bss-fastorder-form
		.bss-fastorder-multiple-form
		td.bss-fastorder-row-qty {
		width: 100% !important;
	}
	form#bss-fastorder-form
		.bss-fastorder-multiple-form
		th.bss-fastorder-row-price,
	form#bss-fastorder-form
		.bss-fastorder-multiple-form
		td.bss-fastorder-row-price {
		width: 100% !important;
	}
	form#bss-fastorder-form
		.bss-fastorder-multiple-form
		th.bss-fastorder-row-edit-remove,
	form#bss-fastorder-form
		.bss-fastorder-multiple-form
		td.bss-fastorder-row-edit-delete {
		width: 100% !important;
	}
	.table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr {
		display: flex;
		flex-direction: column;
	}
	td.subtotal-fastorder {
		display: FLEX;
		flex-direction: COLUMN;
		width: 100%;
	}
}

@media (max-width: 600px) {
	form#bss-fastorder-form .bss-fastorder-multiple-form th,
	form#bss-fastorder-form .bss-fastorder-multiple-form td {
		display: flex !important;
	}
	/* TITULOS FORM */
	form#bss-fastorder-form .bss-fastorder-multiple-form thead,
	form#bss-fastorder-form .bss-fastorder-multiple-form thead tr {
		display: none;
	}
}
@media (min-width: 640px) and (max-width: 991px) {
	.table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr {
		flex-direction: row;
	}
}

/* ---------------------------------------------------- PRODUCTOS */
/* ---------------- GRID */
/* ICONOS MINI */
.product-item-info .feature-images {
	display: flex;
	gap: 5px;
	flex-flow: wrap;
	min-width: auto;
	justify-content: center;
}
.product-item-info .feature-images .logo-wrapper {
	height: auto;
	width: 40px;
	display: flex;
}
.product-item-info .feature-images .logo-wrapper img {
	width: 100%;
	margin: 0;
	float: none;
	max-width: 100%;
}
@media (max-width: 600px) {
	.product-item-info .feature-images .logo-wrapper {
		width: 30px;
	}
	body .page-wrapper .page-header.type28 #search_mini_form{
		    display: block !important;
    		max-width: 280px;
	}
	.catalog-product-view.page-layout-2columns-right:not(.weltpixel-quickview-catalog-product-view):not(.weltpixel_quickview-catalog_product-view) a.right-side-open{
		top:80%;
	}
	.nav-toggle{
		display: inline-block !important;
		color: white;
		background: white;
		min-width: 40px;
		padding: 0.5em 0;
		margin: 1.2em 3em;
	}
	header .header.content #search_mini_form input#search {
		background: white;
	}
	.columns{
		display:block!important;
	}
	form#bss-fastorder-form, body.account main#maincontent{
		max-width:100%!important;
	}
}

/* ----------------------------------------------- FICHA PRODUCTO */
/* ---------------- SOPORTE */
@media (max-width: 991px) {
	.tabs-wrapper {
		margin-top: 70px;
		gap: 10px;
	}
	.tabs-wrapper img {
		top: 0 !important;
		right: 0 !important;
	}
	.tabs-wrapper li .tabs-helper-title {
		top: 0 !important;
	}
}

