
/* MINICART ESCONDER QTY, EDITAR, ELIMIAR PRODUTO */
.minicart-wrapper .product .actions,
.minicart-items .product-item-details .details-qty {
	display: none !important;
}

/* MINICART FINALIZAR COMPRA */
/*.product-add-form,
.header.links li:last-child,*/
#top-cart-btn-checkout {
	display: none !important;
}

.opc-payment-additional.discount-code {
    display: none !important;
}

/* PRODUCT EVALUATION */
.wk-seller-card-details-block .wk-seller-rating-block {
	display: none !important;
}

/* SELLER PROFILE AVALIACOES/RATINGS */
body.marketplace-seller-profile #rating {
	display: none !important;
}

/* EVENTS */
.block-products-list.widget.events,
.page-header .header.content .mainmenu ul li:nth-child(3) {
	display: none !important;
}

.products-grid-container .item.product .inner-container .product-item-inner {
	opacity: 0 !important;
	max-height: 0 !important;
}

/* --------------------------------------------------------------- */


/* LOGOS */
/*
body[class*="city-location-miragaia-marteleira"] .page-header .header.content .logo-container a {
	background-image: url("../images/logos/miragaia-marteleira.svg") !important;
}
body[class*="city-location-unknown"] .page-header .header.content .logo-container a,
body[class*="city-location-lourinha"] .page-header .header.content .logo-container a {
	background-image: url("../images/logo-lourinha.svg") !important;
}
*/


/* GENERAL */
body {
	overflow-x: hidden;
}

h1, h2, h4, h5, h6 {
	margin-bottom: 1.2em;
}
h3 {
	margin-top: 2em;
	margin-bottom: 1em;
}
p {
	margin-bottom: 1em;
}

/* FONTAWESOME */
.product-social-links .action.towishlist:before,
.featured-container .sparsh_banner_slider .caption > .container .btn-banner:after,
.featured-container .button:after,
.featured-container .sparsh_banner_slider .slick-arrow {
	font-family: "Font Awesome 6 Pro";
	font-weight: 900;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
}

tr.row {
	display: table-row;
	margin-left: 0;
	margin-right: 0;
}
td.col {
	display: table-cell;
	width: auto;
}

.wk-seller-card-details-block .seller-info i,
.cart.table-wrapper .action,
a {
	text-decoration: none;
	transition: all 0.2s ease-out;
}

.authentication-wrapper .action-auth-toggle,
.freguesia-selector .dropdown .options div.active,
.checkout-payment-method .payment-option-title .action-toggle,
a,
a:visited,
.alink:visited,
.totals.shipping .price,
.totals.sub .price,
.grand.totals .price,
.page-layout-checkout .estimated-price,
.paypal-review .table-paypal-review-items .col.price .price-including-tax,
.paypal-review .table-paypal-review-items .col.price .price-excluding-tax,
.paypal-review .table-paypal-review-items .col.subtotal .price-including-tax,
.paypal-review .table-paypal-review-items .col.subtotal .price-excluding-tax,
.cart.table-wrapper .col.price .price-including-tax,
.cart.table-wrapper .col.price .price-excluding-tax,
.cart.table-wrapper .col.subtotal .price-including-tax,
.cart.table-wrapper .col.subtotal .price-excluding-tax,
.cart.table-wrapper .col.msrp .price-including-tax,
.cart.table-wrapper .col.msrp .price-excluding-tax,
.order-details-items .col.price .price-including-tax,
.order-details-items .col.price .price-excluding-tax,
.order-details-items .col.subtotal .price-including-tax,
.order-details-items .col.subtotal .price-excluding-tax,
.colored-text,
.products-grid-container .event-details .event-start,
.cart.table-wrapper .action,
.wk-seller-card-product-block .more a,
.product-reviews-summary .reviews-actions a {
	color: #BF0012;
}

.authentication-wrapper .action-auth-toggle:hover,
.block-search .action.search:hover:before,
.page-header .header.content .mainmenu ul li.active a,
.page-header .header.content .mainmenu ul li a:hover,
.cart.table-wrapper .action:hover,
.wk-seller-card-product-block .more a:hover,
.product-reviews-summary .reviews-actions a:hover,
a:hover {
	text-decoration: none;
	color:#355483;
}

.product-items {
	letter-spacing: normal;
}
.h-100 {
	height: 100%;
}
/* animations */
.yslight {
	transition: transform 0.3s ease-out, box-shadow 0.3s ease-out;
	transform: translateY(0);
}
.yslight:hover {
	transform: translateY(-10px);
	box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.2);
}
.shadow-slight {
	transition: box-shadow 0.3s ease-out;
	transform: translateY(0);
}
.shadow-slight:hover {
	box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.2);
}

/* OVERRIDES ---------------------------------------------------------------  */

/* INPUT PLACEHOLDER COLOR */
::-webkit-input-placeholder { color: #849CBF !important; }
:-moz-placeholder { color: #849CBF !important; opacity:1;}
::-moz-placeholder { color: #849CBF !important; opacity:1;}
:-ms-input-placeholder { color: #849CBF !important; }
::-ms-input-placeholder { color: #849CBF !important; }


.column.main {
	min-height: 0;
}
.columns .column.main {
	padding-bottom: 60px;
}


.bundle-options-container .block-bundle-summary .product-addto-links > .action, .product-item-actions .actions-secondary > .action, .product-social-links .action.tocompare, .wishlist.split.button > .action.split, .product-social-links .action.mailto.friend, .product-social-links .action.towishlist, .block-bundle-summary .action.towishlist, .product-item .action.towishlist, .table-comparison .action.towishlist {
	letter-spacing: normal;
}
.fotorama__fullscreen-icon:focus:after, .fotorama__zoom-out:focus:after, .fotorama__zoom-in:focus:after, .fotorama__arr:focus:after, .fotorama__stage__shaft:focus:after, .fotorama__nav__frame--thumb:focus .fotorama__thumb:after, .fotorama__nav__frame--dot:focus .fotorama__dot:after {
	box-shadow: none;
}

.price-box.price-configured_price,
.price-box.price-final_price {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: baseline;
	align-items: baseline;
}
.price-box.price-configured_price .price-as-configured {
	margin-bottom: 0;
}
.old-price {
	margin-left: 20px;
}
.old-price .price-label {
	margin-right: 5px;
	display: none;
}
.products-grid-container .old-price .price-container .price,
.old-price .price {
	text-decoration: line-through;
	font-size: 14px;
	color: #808080 !important;
}
.product-item .price-box .old-price .price {
	font-size: 12px;
}
.product-item .price-box .old-price {
	margin-left: 5px;
}

.login-container .actions-toolbar > .secondary {
	margin-left: 30px;
}

.block-collapsible-nav .content {
	background: transparent;
	padding: 0;
}
img {
	max-width: 100%;
	height: auto;
}
select,
input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type="datetime"],
input[type="email"] {
	border: 0px;
	border-bottom: 1px solid #4671B3;
	color: #000;
	font-size: 18px;
	padding: 0 9px;
}
select:focus {
	border: 0;
	border-bottom: 1px solid #4671B3;
	box-shadow: none !important;
}
input[readonly] {
	color: #888;
	cursor: default;
}
select {

}
input.mage-error,
select.mage-error,
textarea.mage-error,
textarea {
	/* border-bottom: 1px solid #4671B3; */
	border-bottom: 1px solid #ed8380;
}
._keyfocus *:focus, input:not([disabled]):focus, textarea:not([disabled]):focus, select:not([disabled]):focus {
	box-shadow: none;
}
form .fieldset > .field > .label {
	color: #4671B3;
	font-size: 14px;
	margin-bottom: 0.3em;
}
form .fieldset > .field .label a {
	text-decoration: underline;
}
.vendor-registration .wk-mp-design .field.terms label span:after {
	content: '*';
	font-size: 1.2rem;
	margin: 0 0 0 5px;
}
.vendor-registration .wk-mp-design .field.terms label span:after,
form .fieldset .field.required > .label:after,
.fieldset>.field.required>.label:after,
.fieldset>.fields>.field.required>.label:after,
.fieldset>.field._required>.label:after,
.fieldset>.fields>.field._required>.label:after {
	color: #4671B3;
}
.field-error, div.mage-error[generated] {
	margin-top: 4px;
}
.block-reorder .product-item .field.item {
	width: auto;
}

input[type="checkbox"],
input[type="radio"] {
	display: none;
}
input[type="checkbox"]:disabled ~ label,
input[type="radio"]:disabled ~ label {
	cursor: default;
	pointer-events: none;
}
input[type="radio"] ~ label,
input[type="checkbox"] ~ label {
	cursor: pointer;
	position: relative;
	padding-left: 24px;
}
input[type="radio"] ~ label::before,
input[type="checkbox"] ~ label::before {
	border: 1px solid #000;
}
input[type="radio"] ~ label::before,
input[type="radio"] ~ label::after,
input[type="checkbox"] ~ label::before,
input[type="checkbox"] ~ label::after {
	content: "";
	position: absolute;
	display: block;
	width: 16px;
	height: 16px;
	top: 2px;
	left: 0;
	/* transform: translateY(-50%); */
	transition: all .15s ease-in-out;
}

/* CHECKBOXES ----------------------------------------------------------------*/
input[type="checkbox"] ~ label::before {
	background-color: #fff;
}
input[type="checkbox"] ~ label::after {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg aria-hidden='true' focusable='false' data-prefix='fas' data-icon='check' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='svg-inline--fa fa-check fa-w-16 fa-2x'%3e%3cpath fill='%234671B3' d='M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z' class=''%3e%3c/path%3e%3c/svg%3e");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 80%;
	opacity: 0;
}
/* checked state */
input[type="checkbox"]:checked ~ label::before,
input[type="checkbox"]:focus:not(:checked) ~ label::before,
input[type="checkbox"]:not(:disabled):active ~ label::before {
	background-color: #fff;
}
input[type="checkbox"]:checked ~ label::before {
border-color: #4671B3;
}
input[type="checkbox"]:checked ~ label::after {
opacity: 1;
}
/* disabled */
input[type="checkbox"]:disabled ~ label::before {
	border-color: #777;
}
input[type="checkbox"]:checked:disabled ~ label::before {
	border-color: rgba(157, 10, 109, 0.5);
}
input[type="checkbox"]:checked:disabled ~ label::after {
	opacity: 0.5;
}

/* RADIO BUTTONS ------------------------------------------------------------ */
input[type="radio"] ~ label::before,
input[type="radio"] ~ label::after {
	border-radius: 50%;
	background-color: #fff;
}
input[type="radio"] ~ label::after {
	opacity: 0;
	width: 8px;
	height: 8px;
	border: 0px;
	top: 10px;
	left: 8px;
	transform: translate(-50%, -50%);
	transition: opacity .15s ease-in-out;
	background-color: rgba(255, 255, 255, 1);
}
input[type="radio"]:checked ~ label::before,
input[type="radio"]:focus:not(:checked) ~ label::before,
input[type="radio"]:not(:disabled):active ~ label::before {
	color: #fff;
	background-color: #4671B3;
	border-color: transparent;
}
input[type="radio"]:checked ~ label::after {
	opacity: 1;
}
/* disabled */
input[type="radio"]:disabled ~ label::before {
	border-color: #777;
}
input[type="radio"]:checked:disabled ~ label::before {
	background-color: rgba(157, 10, 109, 0.5);
	border-color: transparent;
}


/* buttons */
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action,
.block .actions-toolbar > .primary .action,
.wk-btn,
.block.filter > .filter-title strong,
button,
.minicart-items .update-cart-item,
.minicart-wrapper .action.viewcart,
body[class*="marketplace-seller"] .wk-mp-collection-view-btn a,
.actions-toolbar .primary a.action,
a.action.primary,
.action.primary {
	font-size: 14px;
	font-weight: 700;
	min-height: 40px;
	padding: 0.4em 1.3em;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	display: -ms-inline-flexbox;
	display: inline-flex;
	text-align: center;
	border-radius: 8px;
	color: #fff;
	background-color: #4671B3;
	border: 1px solid #4671B3;
	text-decoration: none;
	margin: 0;
	max-width: 100%;
	transition: all 0.2s ease-out;
	word-break: break-word;
	box-shadow: none !important;
}

.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action:focus,
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action:active,
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action:hover,
.block .actions-toolbar > .primary .action:focus,
.block .actions-toolbar > .primary .action:active,
.block .actions-toolbar > .primary .action:hover,
.block.filter > .filter-title strong:focus,
.block.filter > .filter-title strong:active,
.block.filter > .filter-title strong:hover,
button:focus,
button:active,
button:hover,
.action-primary:focus,
.action-primary:active,
.action-primary:hover,
.wk-btn:focus,
.wk-btn:active,
.wk-btn:hover,
body[class*="marketplace-seller"] .wk-mp-collection-view-btn a:focus,
body[class*="marketplace-seller"] .wk-mp-collection-view-btn a:active,
body[class*="marketplace-seller"] .wk-mp-collection-view-btn a:hover,
.actions-toolbar .primary a.action:focus,
.actions-toolbar .primary a.action:active,
.actions-toolbar .primary a.action:hover,
.action.primary:focus,
.action.primary:active,
.action.primary:hover {
	background-color:#355483;
	border: 1px solid#355483;
	color: #fff;
}

/* secondary / subtle */
.modal-popup .modal-footer input[type="reset"],
.action-secondary,
.minicart-items .update-cart-item,
.minicart-wrapper .action.viewcart,
.wk-btn-seller-flag_default,
.wk-btn.wk-btn_default,
.action.primary.ghost {
	background-color: transparent;
	color: #4671B3;
}

.modal-popup .modal-footer input[type="reset"]:focus,
.modal-popup .modal-footer input[type="reset"]:active,
.modal-popup .modal-footer input[type="reset"]:hover,
.action-secondary:focus,
.action-secondary:active,
.action-secondary:hover,
.minicart-items .update-cart-item:focus,
.minicart-items .update-cart-item:active,
.minicart-items .update-cart-item:hover,
.minicart-wrapper .action.viewcart:focus,
.minicart-wrapper .action.viewcart:active,
.minicart-wrapper .action.viewcart:hover,
.wk-btn-seller-flag_default:focus,
.wk-btn-seller-flag_default:active,
.wk-btn-seller-flag_default:hover,
.wk-btn.wk-btn_default:focus,
.wk-btn.wk-btn_default:active,
.wk-btn.wk-btn_default:hover,
.action.primary.ghost:focus,
.action.primary.ghost:active,
.action.primary.ghost:hover {
	background-color:#355483;
	border: 1px solid#355483;
	color: #fff;
}
.uppercase {
	text-transform: uppercase;
}
.actions-toolbar .secondary a.action,
.actions-toolbar .secondary .action {
	color: #4671B3;
	font-weight: 700;
}
.sidebar .block .actions-toolbar > * {
	display: inline-block;
	float: none;
	width: 100%;
	text-align: left;
}

/* smaller buttons */
.sidebar .block .actions-toolbar > .primary .action {
	min-height: 35px;
	padding-left: 1.1em;
	padding-right: 1.1em;
	min-width: 120px;
	width: auto;
}

.actions-toolbar > .primary .action {
	min-width: 200px;
}

.password-strength-meter {
	color: #000;
}
.block-collapsible-nav .item.current a, .block-collapsible-nav .item.current > strong {
	border-color: #4671B3;
}
.fieldset > .field,
.fieldset > .fields > .field {
	margin-bottom: 25px;
}
.fieldset > .field.choice {
	margin-bottom: 10px;
}
.form-login .actions-toolbar .primary {
	float: none;
}
/* Message */
body .message {
	font-size: 15px !important;
}


/* HEADER ------------------------------------------------------------------  */
.page-header {
	margin-bottom: 50px;
	border-bottom: 1px solid transparent;
}
.page-header .panel.wrapper {
	 background-color: #4671B3;
}

body.cms-page-view .page-header,
body[class*="marketplace-seller"] .page-header,
body.cms-index-index .page-header,
body.page-layout-homepage .page-header {
	margin-bottom: 0;
	border-bottom: 0px;
}

.page-header a {
	text-decoration: none;
}
.page-header .header.panel {
	height: 40px;
	padding-top: 0;
	padding-bottom: 0;
	-ms-flex-direction: column;
	flex-direction: column;
}
.page-header .panel.header > *:not(:first-child) {
	padding-left: 15px;
}
.page-header .panel.header > *:not(:last-child) {
	padding-right: 15px;
}

.page-header .panel.wrapper p:last-child {
	margin: 0;
}

.page-header .greet.welcome,
.page-header .become-partner a {
	text-transform: uppercase;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}

.page-header .panel.header > .header.links > li {
	line-height: normal;
	margin-bottom: 0;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	display: -ms-flexbox;
	display: flex;
}
.header.panel .header.links > li.customer-welcome {
	padding: 0 0 0 5px;
}
.page-header .panel.header > .header.links > li.greet.welcome {
	padding: 0;
	cursor: pointer;
}
.page-header .panel.header > .header.links > li.greet.welcome .logged-in {
	padding-left: 15px;
	cursor: pointer;
}

.header.panel .header.links > .authorization-link:after {
	margin-right: 9px;
	margin-left: 9px;
}
.page-header .customer-welcome .action.switch:after {
	line-height: 1.8;
}

/* dropdown */
.header.panel .customer-menu {
	display: block;
	opacity: 0;
	visibility: hidden;
	transition: all 0.2s ease-out;
	z-index: -1;
	transform: translate3d(0px, 0px, 0px);
}
.customer-welcome.active .customer-menu {
	opacity: 1;
	visibility: visible;
	transform: translate3d(0px, 20px, 0px);
	z-index: 1000;
}
.header.panel .customer-menu .header.links {
	right: -12px;
	min-width: 190px;
	background-color: #4671B3;
	border: 1px solid #4671B3;
}
.header.panel .customer-menu .header.links:after,
.header.panel .customer-menu .header.links:before {
	visibility: hidden;
}
.header.panel .customer-menu .header.links > li {
	display: block;
	background-color: transparent;
}
.header.panel .customer-menu .header.links > .authorization-link:after {
	/* display: none; */
}
.header.panel .customer-menu .header.links > li:last-child {
	/* display: none; */
}
.header.panel .customer-menu .header.links > li a.mpsellermaplocator {
	display: none;
}
.header.panel .customer-menu .header.links > li a {
	text-decoration: none;
	display: block;
	color: #000;
	padding: 0.55em 1em;
	text-decoration: none;
}
.link.wishlist .counter {
	color: #808080;
	text-transform: none;
	font-weight: 400;
}
.header.panel > .header.links {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	float: none;
	margin: 0;
	width: 100%;
	height: 100%;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	max-width: 100%;
	-ms-flex-positive: 1;
	flex-grow: 1;
}
.header.panel > .header.links > li {
	padding-left: 15px;
	padding-right: 15px;
}
.header.panel > .header.links > li.authorization-link {
	padding-right: 0;
}
.header.panel > .header.links > li:last-child {
	padding-left: 0;
	padding-right: 0;
}
.header.panel > .header.links > li:nth-child(1) {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
	padding-left: 0;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
.header.panel > .header.links > li a {
	text-transform: uppercase;
	font-weight: bold;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	color: rgba(237, 240, 246, 0.75) !important
}
.header.panel > .header.links > li a:hover {
	text-decoration: none;
	color: #fff !important;
}
.nav-toggle {
	position: relative;
	left: auto;
	top: auto;
}
.page-header .header.content > *:not(.compare) {
	padding-left: 15px;
	padding-right: 15px;
}
.page-header .header.content > .block-search {
	margin-top: 0;
	padding-right: 0;
	text-align: right;
}
.page-header .header.content > .minicart-wrapper {

}
.opc-estimated-wrapper .minicart-wrapper button.action.showcart:before,
.minicart-wrapper .action.showcart:hover:before,
.minicart-wrapper .action.showcart.active:hover:before,
.minicart-wrapper .action.showcart.active:active:before,
.minicart-wrapper .action.showcart.active:before,
.minicart-wrapper .action.showcart:before {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	font-family: "Font Awesome 6 Pro";
	font-weight: 300;
	content: "\f290";
	color: #4671B3;
	font-size: 24px;
	padding: 1px;
}
.page-header .header.content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	padding-top: 16px;
	padding-bottom: 16px;
	min-height: 96px;
}
.page-header .header.content .logo-container a {
	margin: 0;
	margin-bottom: 0;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 0 50%;
	transition: opacity 0.3s ease-out;
	opacity: 0;
	width: 107px;
	height: 64px;
	max-width: 100%;
}
.page-header .header.content .logo-container a img {
	display: none;
}
body[class*="city-location-"] .page-header .header.content .logo-container a {
	opacity: 1;
	background-image: url(../images/logo-lourinha.svg);
}
.page-layout-seller-login .logo {

}
.page-header .header.content > *:first-child {
	padding-left: 0;
}
.page-header .header.content > *:last-child {
	padding-right: 0;
}
.page-header .header.content .nav-toggle {color: #32517F;padding-left: 0;margin-left: 15px;}
.page-header .header.content .nav-toggle:before {
	font-size: 28px;
	color: #000;
	content: '\f0c9';
	vertical-align: middle;
	overflow: hidden;
	speak: none;
	text-align: center;
	font-family: "Font Awesome 6 Pro";
	font-weight: 400;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
}

.page-header .header.content .mainmenu {
	margin: 0;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
}
.page-header .header.content .mainmenu ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
	list-style: none;
	margin-bottom: 0;
	padding: 0;
	-ms-flex-pack: center;
	justify-content: center;
}

.page-header .header.content .mainmenu ul li {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	max-width: none;
	padding-right: 15px;
	padding-left: 15px;
	margin-bottom: 0;
}
.page-header .header.content .mainmenu ul li a {
	color: #849CBF;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
}


/* mobile menu */
.sections.nav-sections {
	background-color: #fff;
	width: 100%;
	left: -100%;
	z-index: 99;
}
.nav-open .nav-sections {
	left: 0;
}
.nav-open .nav-toggle:after {
	display: none;
}
.nav-sections .navigation ul.submenu {
	border-top: 0px;
	padding-left: 0;
}
.sections.nav-sections nav.navigation {
	/* display: none; */
	/* border-bottom: 1px solid #eee; */
}
.sections.nav-sections .navigation {
	background-color: transparent;
}
.sections.nav-sections .navigation li {
	border-top: 1px solid #eee;
}


.sections.nav-sections .navigation.mobile-mainmenu > ul > li:nth-child(1),
.sections.nav-sections .navigation.mobile-mainmenu > ul > li:nth-child(2) {
	display: none;
}

/* desktop menu */
.sections.nav-sections .navigation:not(.mobile-mainmenu):not(.mobile-seller-categories) li:nth-child(2),
.sections.nav-sections .navigation:not(.mobile-mainmenu):not(.mobile-seller-categories) li:nth-child(3) {
	display: none;
}

.sections.nav-sections .navigation.mobile-mainmenu > ul > li:nth-child(2) {
	border-bottom: 1px solid #eee;
}

.sections.nav-sections .navigation.mobile-seller-categories > ul > li {
	border-bottom: 0;
}


.navigation li.level0:last-child {
	border-bottom: 1px solid #eee;
}
.nav-sections .header.links li>a {
	border-top: 1px solid #eee;
	color: #849CBF;
}
.nav-sections .header.links li > a:hover {
	color: #4671B3;
}
.nav-sections .header.links {
	border-bottom: 1px solid #eee;
}
.sections.nav-sections ul li a {
	color: #849CBF;
}
.navigation .submenu:not(:first-child) ul>li a:hover,
.navigation .level0>.level-top:hover,
.sections.nav-sections ul li a:hover {
	color: #4671B3;
}
.nav-sections-item-title .nav-sections-item-switch {
	color: #849CBF;
	font-weight: 700;
	font-size: 15px;
}
.nav-sections-item-title.active .nav-sections-item-switch {
	color: #32517F;
}
.navigation .parent .level-top:after {
	display: none;
}
.nav-sections li.all-category {
	display: none;
}

.nav-sections .close-control,
.nav-sections .navigation .dropdown-control {
	position: absolute;
	width: 50px;
	height: 100%;
	right: 0;
	top: 0;
	text-align: center;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 21px;
	z-index: 1;
	cursor: pointer;
	border-left: 1px solid #eee;
}
.nav-sections .close-control:before,
.nav-sections .navigation .dropdown-control:before {
	content: "\f067";
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	font-family: "Font Awesome 6 Pro";
	font-weight: 300;
	vertical-align: middle;
}
.nav-sections .close-control {
	top: 10px;
	border-left: 0;
	width: 60px;
	height: 36px;
	font-size: 37px;
}
.nav-sections .close-control:before {
	content: "\f00d";
	color: #32517F;
}
.nav-sections .navigation li.parent.menu-opened > a .dropdown-control:before {
	content: "\f068";
}
.nav-sections .navigation li.parent > a {
	position: relative;
}
.navigation .level0.active>a:not(.ui-state-active) span:not(.ui-menu-icon), .navigation .level0.has-active>a:not(.ui-state-active) span:not(.ui-menu-icon) {
	margin-left: 0;
}

.nav-sections.sections .navigation ul li > a {
	padding-left: 15px !important;
}
.nav-sections.sections .navigation ul ul li > a {
	padding-left: 25px !important;
	padding-right: 48px;
}
.nav-sections.sections .navigation ul ul ul li > a {
	padding-left: 35px !important;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}
.nav-sections.sections .navigation > ul > li > a {
	font-weight: 700;
	text-transform: uppercase;
	font-size: 15px;
}
.navigation.mobile-mainmenu li:not(:nth-child(1)) {
	/* display: none; */
}
.nav-sections.sections .navigation ul li.menu-opened > a,
.nav-sections .navigation .submenu>li>a:hover {
	color: #4671B3;
}
.nav-sections .navigation li.parent.active > a {
	border-left: 0px;
}
.nav-sections .navigation li.parent.active > a:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 8px;
	background: #4671B3;
}
.nav-sections .navigation li.parent > ul.submenu {
	display: none;
}
.nav-sections .navigation li.parent.active > ul.submenu {

}
.nav-sections-item-title:nth-of-type(1) {
	border-left: 0;
}
.nav-sections-item-title {
	cursor: pointer;
}
.nav-sections-item-title {
	height: 60px;
	padding: 0;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	display: -ms-flexbox;
	display: flex;
	background: #EDF0F6;
	border-color: rgba(132, 156, 191, 0.4);
}

/* compare */
.compare.wrapper {
	float: none;
}
.compare.wrapper li {
	margin: 0;
}
.compare.wrapper .action.compare:hover {
	text-decoration: none;
	color:#355483;
}

@keyframes slide-down {
	from {
		transform: translateY(-100%);
		visibility: hidden;
		opacity: 0;
	}
	to {
		transform: translateY(0%);
		visibility: visible;
		opacity: 1;
	}
}
@keyframes slide-up {
	from {
		transform: translateY(0%);
		visibility: visible;
		opacity: 1;
	}
	to {
		transform: translateY(-100%);
		visibility: hidden;
		opacity: 0;
	}
}


/* messages */
.page.messages .messages:before {
	/* content: "";
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%; */
}
.page.messages .messages .message {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	margin: 0;
	box-shadow: 0 0px 7px rgba(0, 0, 0, 0.25);
	z-index: 99;
	cursor: pointer;
	padding: 12px 15px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	animation-duration: 0.3s;
	animation-name: slide-down;
	animation-timing-function: ease-out;
	animation-fill-mode: forwards;
}
.page.messages .messages .message.dismiss {
	animation-name: slide-up;

}
.page.messages .messages .message > * {
	position: relative;
	/* display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center; */
	display: inline-block;
	vertical-align: middle;
}
.page.messages .messages .message > *:before {
	position: relative;
	top: 0;
	line-height: 1;
	margin: 0;
}
.hero-container {
	position: relative;
	overflow: hidden;
	margin-bottom: 50px;
}
.hero-container p {
	margin-bottom: 0;
}
.hero-container * {
	height: 100%;
}
.hero-container img {
	height: 100%;
	position: relative;
	max-width: none;
	left: 50%;
	top: 50%;
	transform: translate3d(-50%, -50%, 0);
}




/* FOOTER LINKS ------------------------------------------------------------  */
.page-footer > .footer.content {
	padding-top: 50px;
	padding-bottom: 45px;
}
.footer.content .links a:hover {
	text-decoration: none;
}
.page-footer .links {
	margin-left: -15px;
	margin-right: -15px;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
.page-footer .links > *:first-child {-ms-flex: 0 0 auto;flex: 0 0 auto;width: auto;max-width: 100%;width: 17%;}
.page-footer .links > * {
	padding: 15px 15px;
}
.page-footer .links > *:not(:first-child) {
	width: 250px;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
	margin-bottom: 0;
}
.page-footer .links > .seller-categories {
	width: auto;
	width: 27%;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	max-width: 100%;
}
.page-footer .links > .seller-categories > ul {
	padding-right: 8%;
}
.page-footer .links > .seller-categories ul ul {
	margin: 0 -15px;
}
.page-footer .links > .seller-categories ul ul:after {
	content: "";
	clear: both;
	display: table;
}
.page-footer .links > .seller-categories ul ul > li {
	/* float: left; */
	/* width: 50%; */
	padding: 0 15px;
}
.page-footer .links > .seller-categories ul ul > li:nth-child(2n+1) {
	clear: left;
}
.page-footer .links > .seller-categories ul ul > li > a {

}

.page-footer .links ul li {
	color: #fff;
	font-size: 14px;
	margin-bottom: 0.4em;
}
.page-footer .links ul li:last-child {
	margin-bottom: 0;
}
.page-footer .links ul li a {
	color: #fff;
	padding: 0 0 0.1em 0;
	white-space: nowrap;
	display: inline-block !important;
}

.page-footer .links .block > ul > li > a {
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 16px;
	white-space: nowrap;
	display: block;
}

.page-footer .links .block ul ul > li {
	color: rgba(255, 255, 255, 0.5);
}
.page-footer .links > .block:last-child ul ul > li {
	margin-bottom: 15px;
}

.page-footer .links > .block:last-child ul ul > li:last-child,
.page-footer .links > .block:last-child ul ul > li > a {
	padding-left: 40px;
	position: relative;
}
.page-footer .links > .block:last-child ul ul > li:last-child:before,
.page-footer .links > .block:last-child ul ul > li > a:before {
	content: "";
	background-repeat: no-repeat;
	background-position: 50% 0;
	background-size: auto 21px;
	display: inline-block;
	width: 24px;
	height: 100%;
	vertical-align: middle;
	position: absolute;
	left: 0;
}
.page-footer .links > .block ul ul > li > a {
	color: inherit;
}
.page-footer .links > .block ul ul > li > a img[src*="reclama"]{
	max-width: 100px;
	transform: translate3d(0px, 0px, 0px);
	margin-top: 10px;
}
.page-footer .links .block ul ul > li > a[href*="tel:"]:before {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg aria-hidden='true' focusable='false' data-prefix='fal' data-icon='phone-office' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512' class='svg-inline--fa fa-phone-office fa-w-18 fa-2x'%3e%3cpath fill='rgba(255, 255, 255, 0.5)' d='M352 320h-32c-17.66 0-32 14.36-32 32v32c0 17.64 14.34 32 32 32h32c17.66 0 32-14.36 32-32v-32c0-17.64-14.34-32-32-32zm0 64h-32v-32h32v32zm0-192h-32c-17.66 0-32 14.36-32 32v32c0 17.64 14.34 32 32 32h32c17.66 0 32-14.36 32-32v-32c0-17.64-14.34-32-32-32zm0 64h-32v-32h32v32zm128 64h-32c-17.66 0-32 14.36-32 32v32c0 17.64 14.34 32 32 32h32c17.66 0 32-14.36 32-32v-32c0-17.64-14.34-32-32-32zm0 64h-32v-32h32v32zm0-192h-32c-17.66 0-32 14.36-32 32v32c0 17.64 14.34 32 32 32h32c17.66 0 32-14.36 32-32v-32c0-17.64-14.34-32-32-32zm0 64h-32v-32h32v32zm32-224H237.06C230.45 13.4 212.87 0 192 0h-64c-20.87 0-38.45 13.4-45.06 32H64C28.65 32 0 60.65 0 96v352c0 35.35 28.65 64 64 64h448c35.35 0 64-28.65 64-64V96c0-35.35-28.65-64-64-64zM320 64h160v64H320V64zM112 48c0-8.82 7.18-16 16-16h64c8.82 0 16 7.18 16 16v336c0 8.82-7.18 16-16 16h-64c-8.82 0-16-7.18-16-16V48zm432 400c0 17.64-14.36 32-32 32H64c-17.64 0-32-14.36-32-32V96c0-17.64 14.36-32 32-32h16v320c0 26.51 21.49 48 48 48h64c26.51 0 48-21.49 48-48V64h48v64c0 17.64 14.34 32 32 32h160c17.66 0 32-14.36 32-32V64c17.64 0 32 14.36 32 32v352z' class=''%3e%3c/path%3e%3c/svg%3e");
}
.page-footer .links .block ul ul > li > a[href*="mailto:"]:before {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg aria-hidden='true' focusable='false' data-prefix='fal' data-icon='envelope-open-text' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='svg-inline--fa fa-envelope-open-text fa-w-16 fa-2x'%3e%3cpath fill='rgba(255, 255, 255, 0.5)' d='M352 248v-16c0-4.42-3.58-8-8-8H168c-4.42 0-8 3.58-8 8v16c0 4.42 3.58 8 8 8h176c4.42 0 8-3.58 8-8zm-184-56h176c4.42 0 8-3.58 8-8v-16c0-4.42-3.58-8-8-8H168c-4.42 0-8 3.58-8 8v16c0 4.42 3.58 8 8 8zm326.59-27.48c-1.98-1.63-22.19-17.91-46.59-37.53V96c0-17.67-14.33-32-32-32h-46.47c-4.13-3.31-7.71-6.16-10.2-8.14C337.23 38.19 299.44 0 256 0c-43.21 0-80.64 37.72-103.34 55.86-2.53 2.01-6.1 4.87-10.2 8.14H96c-17.67 0-32 14.33-32 32v30.98c-24.52 19.71-44.75 36.01-46.48 37.43A48.002 48.002 0 0 0 0 201.48V464c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V201.51c0-14.31-6.38-27.88-17.41-36.99zM256 32c21.77 0 44.64 16.72 63.14 32H192.9c18.53-15.27 41.42-32 63.1-32zM96 96h320v173.35c-32.33 26-65.3 52.44-86.59 69.34-16.85 13.43-50.19 45.68-73.41 45.31-23.21.38-56.56-31.88-73.41-45.32-21.29-16.9-54.24-43.33-86.59-69.34V96zM32 201.48c0-4.8 2.13-9.31 5.84-12.36 1.24-1.02 11.62-9.38 26.16-21.08v75.55c-11.53-9.28-22.51-18.13-32-25.78v-16.33zM480 464c0 8.82-7.18 16-16 16H48c-8.82 0-16-7.18-16-16V258.91c42.75 34.44 99.31 79.92 130.68 104.82 20.49 16.36 56.74 52.53 93.32 52.26 36.45.26 72.27-35.46 93.31-52.26C380.72 338.8 437.24 293.34 480 258.9V464zm0-246.19c-9.62 7.75-20.27 16.34-32 25.79v-75.54c14.44 11.62 24.8 19.97 26.2 21.12 3.69 3.05 5.8 7.54 5.8 12.33v16.3z' class=''%3e%3c/path%3e%3c/svg%3e");
}
.page-footer .links > .block:last-child ul ul > li:last-child:before {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg aria-hidden='true' focusable='false' data-prefix='fal' data-icon='map-marker-alt' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512' class='svg-inline--fa fa-map-marker-alt fa-w-12 fa-2x'%3e%3cpath fill='rgba(255, 255, 255, 0.5)' d='M192 96c-52.935 0-96 43.065-96 96s43.065 96 96 96 96-43.065 96-96-43.065-96-96-96zm0 160c-35.29 0-64-28.71-64-64s28.71-64 64-64 64 28.71 64 64-28.71 64-64 64zm0-256C85.961 0 0 85.961 0 192c0 77.413 26.97 99.031 172.268 309.67 9.534 13.772 29.929 13.774 39.465 0C357.03 291.031 384 269.413 384 192 384 85.961 298.039 0 192 0zm0 473.931C52.705 272.488 32 256.494 32 192c0-42.738 16.643-82.917 46.863-113.137S149.262 32 192 32s82.917 16.643 113.137 46.863S352 149.262 352 192c0 64.49-20.692 80.47-160 281.931z' class=''%3e%3c/path%3e%3c/svg%3e");
}

.page-footer .links ul li a i,
.page-footer .links ul li a em {
	line-height: 1;
	display: inline-block;
	font-size: 0;
	width: 19px;
	height: 22px;
	margin-right: 5px;
}
.page-footer .links ul li a i:before,
.page-footer .links ul li a em:before {
	content: "";
	background-repeat: no-repeat;
	background-size: contain;
	width: 100%;
	height: 100%;
	display: block;
}
.page-footer .links ul li a[href*="faceb"],
.page-footer .links ul li a[href*="instag"],
.page-footer .links ul li a[href*="twitter"],
.page-footer .links ul li a[href*="google"],
.page-footer .links ul li a[href*="youtube"] {
	padding: 0px 8px 0px 0px;
	display: inline-block;
	line-height: 1;
	vertical-align: top;
	font-size: 0;
}
.page-footer .links ul li a[href*="faceb"] i:before,
.page-footer .links ul li a[href*="faceb"] em:before {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg aria-hidden='true' focusable='false' data-prefix='fab' data-icon='facebook-square' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' class='svg-inline--fa fa-facebook-square fa-w-14 fa-2x'%3e%3cpath fill='%23fff' d='M400 32H48A48 48 0 0 0 0 80v352a48 48 0 0 0 48 48h137.25V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.27c-30.81 0-40.42 19.12-40.42 38.73V256h68.78l-11 71.69h-57.78V480H400a48 48 0 0 0 48-48V80a48 48 0 0 0-48-48z' class=''%3e%3c/path%3e%3c/svg%3e");
}
.page-footer .links ul li a[href*="instag"] i:before,
.page-footer .links ul li a[href*="instag"] em:before {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg aria-hidden='true' focusable='false' data-prefix='fab' data-icon='instagram-square' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' class='svg-inline--fa fa-instagram-square fa-w-14 fa-2x'%3e%3cpath fill='%23fff' d='M224,202.66A53.34,53.34,0,1,0,277.36,256,53.38,53.38,0,0,0,224,202.66Zm124.71-41a54,54,0,0,0-30.41-30.41c-21-8.29-71-6.43-94.3-6.43s-73.25-1.93-94.31,6.43a54,54,0,0,0-30.41,30.41c-8.28,21-6.43,71.05-6.43,94.33S91,329.26,99.32,350.33a54,54,0,0,0,30.41,30.41c21,8.29,71,6.43,94.31,6.43s73.24,1.93,94.3-6.43a54,54,0,0,0,30.41-30.41c8.35-21,6.43-71.05,6.43-94.33S357.1,182.74,348.75,161.67ZM224,338a82,82,0,1,1,82-82A81.9,81.9,0,0,1,224,338Zm85.38-148.3a19.14,19.14,0,1,1,19.13-19.14A19.1,19.1,0,0,1,309.42,189.74ZM400,32H48A48,48,0,0,0,0,80V432a48,48,0,0,0,48,48H400a48,48,0,0,0,48-48V80A48,48,0,0,0,400,32ZM382.88,322c-1.29,25.63-7.14,48.34-25.85,67s-41.4,24.63-67,25.85c-26.41,1.49-105.59,1.49-132,0-25.63-1.29-48.26-7.15-67-25.85s-24.63-41.42-25.85-67c-1.49-26.42-1.49-105.61,0-132,1.29-25.63,7.07-48.34,25.85-67s41.47-24.56,67-25.78c26.41-1.49,105.59-1.49,132,0,25.63,1.29,48.33,7.15,67,25.85s24.63,41.42,25.85,67.05C384.37,216.44,384.37,295.56,382.88,322Z' class=''%3e%3c/path%3e%3c/svg%3e");
}
.page-footer .links ul li a[href*="twitter"] i:before,
.page-footer .links ul li a[href*="twitter"] em:before {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg aria-hidden='true' focusable='false' data-prefix='fab' data-icon='twitter-square' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' class='svg-inline--fa fa-twitter-square fa-w-14 fa-2x'%3e%3cpath fill='%23fff' d='M400 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm-48.9 158.8c.2 2.8.2 5.7.2 8.5 0 86.7-66 186.6-186.6 186.6-37.2 0-71.7-10.8-100.7-29.4 5.3.6 10.4.8 15.8.8 30.7 0 58.9-10.4 81.4-28-28.8-.6-53-19.5-61.3-45.5 10.1 1.5 19.2 1.5 29.6-1.2-30-6.1-52.5-32.5-52.5-64.4v-.8c8.7 4.9 18.9 7.9 29.6 8.3a65.447 65.447 0 0 1-29.2-54.6c0-12.2 3.2-23.4 8.9-33.1 32.3 39.8 80.8 65.8 135.2 68.6-9.3-44.5 24-80.6 64-80.6 18.9 0 35.9 7.9 47.9 20.7 14.8-2.8 29-8.3 41.6-15.8-4.9 15.2-15.2 28-28.8 36.1 13.2-1.4 26-5.1 37.8-10.2-8.9 13.1-20.1 24.7-32.9 34z' class=''%3e%3c/path%3e%3c/svg%3e");
}
.page-footer .links ul li a[href*="google"] i:before,
.page-footer .links ul li a[href*="google"] em:before {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg aria-hidden='true' focusable='false' data-prefix='fab' data-icon='google-plus-square' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' class='svg-inline--fa fa-google-plus-square fa-w-14 fa-2x'%3e%3cpath fill='%23fff' d='M400 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zM164 356c-55.3 0-100-44.7-100-100s44.7-100 100-100c27 0 49.5 9.8 67 26.2l-27.1 26.1c-7.4-7.1-20.3-15.4-39.8-15.4-34.1 0-61.9 28.2-61.9 63.2 0 34.9 27.8 63.2 61.9 63.2 39.6 0 54.4-28.5 56.8-43.1H164v-34.4h94.4c1 5 1.6 10.1 1.6 16.6 0 57.1-38.3 97.6-96 97.6zm220-81.8h-29v29h-29.2v-29h-29V245h29v-29H355v29h29v29.2z' class=''%3e%3c/path%3e%3c/svg%3e");
}
.page-footer .links ul li a[href*="youtube"] i:before,
.page-footer .links ul li a[href*="youtube"] em:before {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg aria-hidden='true' focusable='false' data-prefix='fab' data-icon='youtube-square' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' class='svg-inline--fa fa-youtube-square fa-w-14 fa-2x'%3e%3cpath fill='%23fff' d='M186.8 202.1l95.2 54.1-95.2 54.1V202.1zM448 80v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V80c0-26.5 21.5-48 48-48h352c26.5 0 48 21.5 48 48zm-42 176.3s0-59.6-7.6-88.2c-4.2-15.8-16.5-28.2-32.2-32.4C337.9 128 224 128 224 128s-113.9 0-142.2 7.7c-15.7 4.2-28 16.6-32.2 32.4-7.6 28.5-7.6 88.2-7.6 88.2s0 59.6 7.6 88.2c4.2 15.8 16.5 27.7 32.2 31.9C110.1 384 224 384 224 384s113.9 0 142.2-7.7c15.7-4.2 28-16.1 32.2-31.9 7.6-28.5 7.6-88.1 7.6-88.1z' class=''%3e%3c/path%3e%3c/svg%3e");
}

/* FOOTER PARTNER LOGOS ------------------------------------------------------------  */
.page-footer .partners-container {
	background-color: #222222;
}
.page-footer .partners-container .block {
	margin: 0;
}
.page-footer .partners-container .block > * {
	margin-left: -15px;
	margin-right: -15px;
}
.page-footer .partners-container .block > * > * {
	padding: 16px 15px;
}
/* COPYRIGHT ------------------------------------------------------------  */
.copyright {
	background-color: #111111;
	color: rgba(255, 255, 255, 0.5);
	font-size: 14px;
	padding: 17px 0 10px 0;
}
.copyright .civi-logo {
	background-image: url("../images/parceiros/smart_ecommerce_.svg");
	background-repeat: no-repeat;
	width: 180px;
	height: 35px;
}
.copyright .col-auto {
	margin-bottom: 7px;
}


/* ********************************************************************************* */




/* VENDOR REGISTER FORM ------------------------------------------------------------  */

/* HIDE ELEMENTS */

/* homepage header */
body.page-layout-vendorregistration .page-header {
	display: none !important;
}

/* top bar user menu */
body:not(.page-layout-vendorregistration) .page-header .panel.wrapper {
	/* display: none !important; */
}


/*  shopping cart */
.page-header .header.content > .minicart-wrapper {
	/*display: none !important;*/
}
/*  compare */
.page-header .header.content > .compare {
	/* display: none !important; */
}

/* store location below search and cart */
.wk_ssp_zipformbox {
	display: none !important;
}

/* menu with categories */
.sections.nav-sections {

}

/* footer */
body.page-layout-vendorregistration .page-footer {
	display: none !important;
}


/* ***********************************************************************/

body.page-layout-vendorregistration #maincontent {
	display: none;
}
body.page-layout-vendorregistration .nav-sections {
	margin-bottom: 0;
}

body.page-layout-vendorregistration {
	overflow: hidden;
}
body.page-layout-vendorregistration .page-wrapper {
	height: 100vh;
}

.vendor-register-container {
	overflow: hidden;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
}
.vendor-registration {
	height: 100%;
}
.vendor-registration .image-col {
	background-repeat: no-repeat;
	background-position: 50% 30%;
	background-size: cover;
	background-image: url("../images/vendor-form/vendor-registration-form.jpg");
}
.vendor-registration .image-col:after {
	/* content: "";
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.25); */
}
.vendor-registration .form-col {
	overflow: auto;
	height: 100%;
}

.vendor-registration .form-logo {
	display: none;
	background-repeat: no-repeat;
	background-position: 50% 0;
	background-image: url(../images/logo-lourinha.svg);
	width: 100%;
	padding-bottom: 29%;
	margin-bottom: 40px;
	background-size: contain;
}

.vendor-registration.logged-in .form-title,
.vendor-registration .form-title {
	color: #4671B3;
	font-size: 40px;
	font-weight: bold;
	margin-bottom: 0.3em;
}
.vendor-registration .form-subtitle {
	color: #231F20;
	font-size: 20px;
	font-weight: 400;
	margin-bottom: 2.5em;
}
.vendor-registration.logged-in .form-title {
	margin-bottom: 0.8em;
}
.vendor-registration .form-benefits {
	font-size: 16px;
	color: #444;
}
.vendor-registration .form-container {
	padding: 30px 10% 50px 8%;
	min-height: 750px;
}
.vendor-registration .wk-mp-design {
	text-align: left;
	height: 100%;
}
.vendor-registration .wk-mp-design .form.create.account .field {
	margin-bottom: 25px;
}

body .wk-mp-landingpage .form.create.account .info .field.field-name-lastname,
.vendor-registration .wk-mp-landingpage .form.create.account .account .password,
.vendor-registration .wk-mp-landingpage .form.create.account .account .confirmation,
.vendor-registration .wk-mp-landingpage .form.create.account .info .field,
.vendor-registration .wk-mp-design .form.create.account .field {
	padding-right: 15px;
	width: 50%;
	float: left;
}

.vendor-registration .wk-mp-design .form.create.account .field.email,
.vendor-registration .wk-mp-design .form.create.account .field.profileurl,
.vendor-registration .wk-mp-design .form.create.account .field.terms {
	width: 100%;
}

.vendor-registration .wk-mp-design .field.terms .control:after {

}

.vendor-registration .wk-mp-design .form.create.account {
	width: auto;
	margin-right: -15px;
	position: relative;
}
.vendor-registration .wk-mp-landingpage .form.create.account .account input[type=email] {
	width: 100%;
}
.vendor-registration #wk-vender-login-box {
	position: absolute;
	bottom: 11px;
	right: 15px;
	clear: both;
}
.vendor-registration #wk-vender-login-box a {
	color: #4671B3;
	font-weight: 400;
}
.vendor-registration form > .actions-toolbar .secondary {
	display: none;
}
.vendor-registration .form-create-account .fieldset.create.account:after {
	clear: both;
	color: #4671B3;
}
.vendor-registration .actions-toolbar {
	margin-top: 20px;
}
.vendor-registration .actions-toolbar .primary {
	visibility: hidden;
}
.vendor-registration .wk-mp-landingpage .form.create.account .fieldset.info {
	margin-bottom: 50px;
}
.vendor-registration .wk-mp-landingpage .form.create.account .fieldset.account {
	margin-bottom: 50px;
}


/* FUTURE TO BE HOMEPAGE ------------------------------------------------------------ */
body.page-layout-homepage #maincontent {

}
.page-footer {
	background: #161615;
}
body.page-layout-homepage .column.main .content-inner {
	padding-top: 60px;
}
.featured-container {
	padding: 30px 0 45px 0;
}
.featured-container > .row {
	min-height: 702px;
	margin-bottom: 80px;
}
.featured-container > p {
	display: none;
}

.featured-container.cta {
	padding-bottom: 35px;
	max-width: 1140px;
	margin: 0 auto;
}
.featured-container.cta > .row {
	min-height: 290px;
	margin-bottom: 0;
}
.featured-container.cta .featured-block {
	height: 100%;
}

.featured-container .col1 {

}
.featured-container .col2 {
	margin: -15px 0;
}
.featured-container .col2 > * {
	height: 50%;
	padding: 15px 0;
}
.featured-container .col2 > * > * {
	height: 100%;
}
.featured-container .col2 > *:first-child {
}

.featured-container .sparsh_banner_slider > *:not(.slick-list):not(.slick-arrow),
.featured-container .sparsh_banner_slider .slick-slide > div > div,
.featured-container .featured-block {
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: cover;
	overflow: hidden;
	position: relative;
	display: -ms-flexbox !important;
	display: flex !important;
	-ms-flex-align: center;
	align-items: center;
	cursor: default;
}

.featured-container .sparsh_banner_slider .image-thumb,
.featured-container .bg-image {
	background-repeat: no-repeat;
	background-position: 0% 50%;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: all 0.4s cubic-bezier(0.14, 0.74, 0.32, 0.94);
	transform: translateZ(0);
}

.featured-container .bg-image:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.25);
}

.featured-container .slick-slider:hover .image-thumb,
.featured-container .featured-block:hover .bg-image {
	transform: translateZ(0) scale(1.1);
	/* background-position: 24% 50%; */
}

.featured-container .featured-block:not(.block2):not(.block3) .bg-image:before {
	content: "";
	background-color: rgba(0, 0, 0, 0.25);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.featured-container .sparsh_banner_slider .caption,
.featured-container .content {
	position: relative;
}

.featured-container .sparsh_banner_slider .caption h2,
.featured-container .category {
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 1em;
}

.featured-container .sparsh_banner_slider .caption p,
.featured-container .title {
	color: #fff;
	font-size: 32px;
	font-weight: 700;
	line-height: 1.2;
}

.featured-container .sparsh_banner_slider .caption p,
.featured-container .block1 .title {
	font-size: 32px;
}

.featured-container .sparsh_banner_slider .caption > .container .btn-banner,
.featured-container .button {
	color: #fff;
	border: 1px solid #fff;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 700;
	padding: 0.65em 1.2em;
	border-radius: 8px;
	margin-top: 35px;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	text-decoration: none;
	transition: all 0.2s ease-out;
}

.featured-container .sparsh_banner_slider .caption > .container .btn-banner:after,
.featured-container .button:after {
	content: "\f054";
	font-weight: 300;
	margin-left: 10px;
	font-size: 12px;
}

.featured-container .sparsh_banner_slider .caption > .container .btn-banner:hover,
.featured-container .button-subtle .button:hover,
.featured-container .button-ghost .button:hover,
.featured-container .button:hover {
	background-color: #BF0012;
	border-color: #BF0012;
	color: #fff;
}
.featured-container .button-subtle .button,
.featured-container .button-ghost .button {
}
.featured-container .button-subtle .button {
}


.featured-container .sparsh_banner_slider > *:not(.slick-list):not(.slick-arrow),
.featured-container .sparsh_banner_slider .slick-slide > div > div,
.featured-container .block1,
.featured-container .block2 {
	padding: 32px;
	border-radius: 8px;
}
.featured-container .block2 {
	height: 100%;
}

.featured-container .block2 .title {
	max-width: 450px;
	font-size: 40px;
	font-weight: 700;
}
.featured-container .sparsh_banner_slider .caption p,
.featured-container .block3 .title {
	max-width: 400px;
}
/* block with slideshow */
.featured-container .sparsh_banner {
	margin-bottom: 0;
}
.featured-container .sparsh_banner_slider {
	height: 100%;
}
.featured-container .slick-slider {
	 height: 100%;
}

.featured-container .sparsh_banner_slider .slick-arrow {
	font-size: 0 !important;
	background: rgba(255, 255, 255, 0.50) !important;
	/* top: 34px; */
	/* transform: none; */
	opacity: 0;
	visibility: hidden;
}
.featured-container .sparsh_banner_slider:hover .slick-arrow {
	opacity: 1;
	visibility: visible;
}
.featured-container .sparsh_banner_slider .slick-arrow.slick-prev {
	left: 20px;
}
.featured-container .sparsh_banner_slider .slick-arrow.slick-next {
	right: 20px;
}
.featured-container .sparsh_banner_slider .slick-arrow:hover {
	background: rgba(255, 255, 255, 0.90) !important;
	color: #4671B3;
	opacity: 1;
}
.featured-container .sparsh_banner_slider .slick-arrow:after {
	content: "\f053";
	color: #000;
	font-size: 20px;
	font-family: inherit;
	display: block;
	background: none;
	margin: 0;
	color: inherit;
}
.featured-container .sparsh_banner_slider .slick-arrow.slick-next:after {
	content: "\f054";
}

.featured-container .sparsh_banner_slider .slick-list {
	border-radius: 8px;
	max-height: none;
	height: 100%;
	margin: 0 -15px;
}
.featured-container .sparsh_banner_slider > *:not(.slick-list):not(.slick-arrow) {
	height: 100%;
}
.featured-container .sparsh_banner_slider > *:not(.slick-list):not(.slick-arrow) > * {
	height: auto !important;
}
.featured-container .sparsh_banner_slider > *:not(.slick-list):not(.slick-arrow):not(:first-child) {
	position: absolute;
	visibility: hidden;
}

.featured-container .slick-slider .slick-track {
	 display: -ms-flexbox;
	 display: flex;
	 height: 100%;
}
.featured-container .sparsh_banner_slider .slick-slide {
	 height: auto;
}
.featured-container .sparsh_banner_slider .slick-slide.slick-active {

}
.featured-container .sparsh_banner_slider .slick-slide > div {
	height: 100%;
	padding: 0 15px;
}
.featured-container .sparsh_banner_slider .slick-slide > div > div {
	position: relative;
	z-index: 9;
	height: 100%;
	max-height: none;
}
.featured-container .sparsh_banner_slider .slick-slide > div > div > * {
	height: auto !important;
}
.featured-container .sparsh_banner_slider .image-thumb {
	z-index: -1;
	background-position: 50% 50%;
}
.featured-container .sparsh_banner_slider .slick-slide img {
	left: 50%;
	top: 50%;
	width: 100%;
	max-width: none;
	max-height: none;
	height: auto;
	transform: translate3d(-50%, -50%, 0);
	transition: all 0.4s cubic-bezier(0.14, 0.74, 0.32, 0.94);
	position: relative;
}

.featured-container .sparsh_banner_slider img {
	display: none;
}

.featured-container .slick-slider:hover img {
	transform: translate3d(-50%, -50%, 0) scale(1.1);
}
.featured-container .sparsh_banner_slider .caption {
	max-width: none;
	right: auto;
	top: auto;
	left: auto;
	transform: none;
	margin: 0;
	padding: 0;
	z-index: 9;
}
.featured-container .sparsh_banner_slider .caption .title {}
.featured-container .sparsh_banner_slider .caption .title .container {
	padding: 0;
	max-width: none;
}

.featured-container .sparsh_banner_slider .caption h2,
.featured-container .sparsh_banner_slider .caption p {
}

.featured-container .sparsh_banner_slider .caption h2 {

}
.featured-container .sparsh_banner_slider .caption p {
	margin-bottom: 0;
	display: block;
}
.featured-container .sparsh_banner_slider .caption > .container {
	padding: 0;
	max-width: none;
}
.featured-container .sparsh_banner_slider .caption > .container .btn-banner {
	width: auto;
	height: auto;
	line-height: inherit;
}



/* ADVANTAGES */
.advantages-container {
	background-color: #F6F7F9;
	cursor: default;
	padding-top: 30px;
}
.advantages-container > p {
	margin: 0;
}
.advantages-container .advant-container {
	margin-bottom: 30px;
}
.advantages-container .icon {
	font-size: 32px;
	color: #BFBFBF;
	padding-right: 16px;
}
.advantages-container .content {

}
.advantages-container .title {
	font-size: 16px;
	font-weight: 700;
	color: #808080;
	text-transform: uppercase;
}
.advantages-container .descp {
	font-size: 16px;
	color: #808080;
}

/* slideshow */
.catmenu-container {
	position: relative;
}
.catmenu-container > p {
	display: none;
}
.home-slideshow {
	position: relative;
	height: 720px;
	max-height: 75vh;
}
.home-slideshow .text-ct {
	 position: absolute;
	 top: 0;
	 left: 0;
	 width: 100%;
	 height: 100%;
	 z-index: 1;
}
.home-slideshow .text-ct .inner-container {
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 660px;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
.home-slideshow .text-inner {
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	line-height: 1.375;
}
.home-slideshow .title {
	font-size: 64px;
	margin-bottom: 0.5em;
}
.home-slideshow .subtitle {
	font-size: 32px;
	font-weight: 700;
}
.home-slideshow .swiper-slide .bg-image {
	background-size: cover;
	background-position: 50% 50%;
}
.home-slideshow .swiper-slide .bg-image:before {
	content: "";
	background-color: rgba(35, 31, 32, 0.25);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	visibility: hidden;
}
.home-categories {
	z-index: 1;
	padding: 80px 0;
	text-align: center;
	cursor: default;
	position: relative;
	min-height: 944px;
	background-color: #EDF0F6;
}
.home-categories .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.46);
	transition: all 0.2s ease-out;
	visibility: hidden;
	opacity: 0;
}
.home-categories.dropdown-opened .overlay {
	visibility: visible;
	opacity: 1;
}
.freguesia-selector {
	position: relative;
}
.freguesia-selector h1 {
	color: #32517F;
	font-size: 40px;
	font-weight: 700;
	margin: 0 0 0.6em 0;
	display: block;
}
.freguesia-selector .dropdown {
	position: relative;
	display: inline-block;
}
.freguesia-selector .dropdown span {
	font-size: 30px;
	font-weight: 700;
	color: #fff;
	cursor: pointer;
	border-radius: 7px;
	padding: 9px 20px;
	background-color: #BF0012;
	display: inline-block;
}
.freguesia-selector .dropdown .options div.active {
	/* color: #EB0EA1; */
}
.freguesia-selector .dropdown span:after {
	/* background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg aria-hidden='true' focusable='false' data-prefix='fal' data-icon='chevron-down' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' class='svg-inline--fa fa-chevron-down fa-w-14 fa-2x'%3e%3cpath fill='%23fff' d='M443.5 162.6l-7.1-7.1c-4.7-4.7-12.3-4.7-17 0L224 351 28.5 155.5c-4.7-4.7-12.3-4.7-17 0l-7.1 7.1c-4.7 4.7-4.7 12.3 0 17l211 211.1c4.7 4.7 12.3 4.7 17 0l211-211.1c4.8-4.7 4.8-12.3.1-17z' class=''%3e%3c/path%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: 0 0; */

	content: "\f078";
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	font-family: "Font Awesome 6 Pro";
	font-weight: 300;
	font-size: 24px;
	vertical-align: middle;
	margin-left: 12px;
}
.freguesia-selector .dropdown .options {
	background-color: #fff;
	position: absolute;
	z-index: 1;
	margin-top: 10px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
	font-size: 20px;
	white-space: nowrap;
	transform: translate(-50%, -10px);
	left: 50%;
	text-align: left;
	padding: 20px 25px;
	transition: all 0.3s cubic-bezier(0.14, 0.74, 0.32, 0.94);
	opacity: 0;
	visibility: hidden;
	border-radius: 7px;
	max-width: 94vw;
	white-space: normal;
	width: 415px;
}
.freguesia-selector .dropdown.active .options {
	opacity: 1;
	visibility: visible;
	transform: translate(-50%, 15px);
	transition: all 0.4s cubic-bezier(0.14, 0.74, 0.32, 0.94);
}
.freguesia-selector .dropdown .options div {
	font-size: 20px;
	margin-bottom: 0.1em;
	cursor: pointer;
}
.freguesia-selector .dropdown .options div:hover {
	color: #BF0012;
}
.freguesia-selector .dropdown .options div:last-child {
	margin-bottom: 0;
}
.freguesia-selector .dropdown .options:before {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	top: -9px;
	border-width: 0 6px 10.4px 6px;
	border-color: transparent transparent #fff transparent;
	left: 50%;
	transform: translateX(-50%);
}
.home-categories #freguesia {
	padding: 0 20px 0 0;
	width: auto;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-weight: 700;
	color: #D10D90;
	text-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
	background-color: transparent;
	border: 0px;
	line-height: normal;
	height: auto;
	font-size: 25px;
	background-repeat: no-repeat;
	background-position: 100% 50%;
	background-size: 10%;
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg aria-hidden='true' focusable='false' data-prefix='fas' data-icon='chevron-down' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' class='svg-inline--fa fa-chevron-down fa-w-14 fa-2x'%3e%3cpath fill='%23D10D90' d='M207.029 381.476L12.686 187.132c-9.373-9.373-9.373-24.569 0-33.941l22.667-22.667c9.357-9.357 24.522-9.375 33.901-.04L224 284.505l154.745-154.021c9.379-9.335 24.544-9.317 33.901.04l22.667 22.667c9.373 9.373 9.373 24.569 0 33.941L240.971 381.476c-9.373 9.372-24.569 9.372-33.942 0z' class=''%3e%3c/path%3e%3c/svg%3e");
}
.home-categories #freguesia option {
	font-size: 12px;
}
.home-categories .categories {
	margin-top: 64px;
	margin-bottom: -25px;
}
.home-categories .categories .col-auto {
	width: 198px;
}
.home-categories .categories .item {
	text-align: center;
	margin-bottom: 32px;
	display: block;
	/* background: #000; */
}
.home-categories .categories .image {
	background-color: #fff;
	width: 120px;
	height: 120px;
	margin: 0 auto;
	border-radius: 200px;
}
.home-categories .categories .image p {
	margin: 0;
}
.home-categories .categories .image [class*="fa-"] {
	position: relative;
	width: 100%;
}
.home-categories .categories .image [class*="fa-"]:before {
	font-size: 48px;
	position: absolute;
	transform: translate(-50%, -50%);
	left: 50%;
	top: 50%;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: contain;
}
.home-categories .categories .image [class*="fa-"] {
	color: #BF0012;
}

.home-categories .categories .image [class*="fal fa-bed-alt"]:before,
.home-categories .categories .image [class*="fal fa-light-ceiling"]:before,
.home-categories .categories .image [class*="fal fa-computer-speaker"]:before,
.home-categories .categories .image [class*="fal fa-newspaper"]:before {
	content: "";
	width: 48px;
	height: 48px;
}

.home-categories .categories .image [class*="fal fa-bed-alt"]:before {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg aria-hidden='true' focusable='false' data-prefix='fal' data-icon='bed-alt' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='svg-inline--fa fa-bed-alt fa-w-16 fa-2x'%3e%3cpath fill='%23BF0012' d='M480,226.15V80a48,48,0,0,0-48-48H80A48,48,0,0,0,32,80V226.15C13.74,231,0,246.89,0,266.67V472a8,8,0,0,0,8,8H24a8,8,0,0,0,8-8V416H480v56a8,8,0,0,0,8,8h16a8,8,0,0,0,8-8V266.67C512,246.89,498.26,231,480,226.15ZM64,192a32,32,0,0,1,32-32H208a32,32,0,0,1,32,32v32H64Zm384,32H272V192a32,32,0,0,1,32-32H416a32,32,0,0,1,32,32ZM80,64H432a16,16,0,0,1,16,16v56.9a63.27,63.27,0,0,0-32-8.9H304a63.9,63.9,0,0,0-48,21.71A63.9,63.9,0,0,0,208,128H96a63.27,63.27,0,0,0-32,8.9V80A16,16,0,0,1,80,64ZM32,384V266.67A10.69,10.69,0,0,1,42.67,256H469.33A10.69,10.69,0,0,1,480,266.67V384Z' class=''%3e%3c/path%3e%3c/svg%3e");
}
.home-categories .categories .image [class*="fal fa-light-ceiling"]:before {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg aria-hidden='true' focusable='false' data-prefix='fal' data-icon='light-ceiling' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='svg-inline--fa fa-light-ceiling fa-w-16 fa-2x'%3e%3cpath fill=' %23BF0012' d='M272,192.74V0H240V192.74C117.11,200.21,17.4,292.62.32,411.64-2.43,430.83,13,448,32.56,448H177.62a80,80,0,0,0,156.76,0H479.44c19.56,0,35-17.18,32.24-36.37C494.6,292.62,394.89,200.21,272,192.74ZM256,480a48,48,0,0,1-45.24-32h90.48A48,48,0,0,1,256,480ZM32,416.18C47.72,306.62,144,224,256,224s208.28,82.61,223.44,192Z' class=''%3e%3c/path%3e%3c/svg%3e");
}
.home-categories .categories .image [class*="fal fa-computer-speaker"]:before {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg aria-hidden='true' focusable='false' data-prefix='fal' data-icon='computer-speaker' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 512' class='svg-inline--fa fa-computer-speaker fa-w-20 fa-2x'%3e%3cpath fill='%23BF0012' d='M480 192a48 48 0 1 0-48-48 48 48 0 0 0 48 48zm0-64a16 16 0 1 1-16 16 16 16 0 0 1 16-16zm0 96a96 96 0 1 0 96 96 96.1 96.1 0 0 0-96-96zm0 160a64 64 0 1 1 64-64 64.08 64.08 0 0 1-64 64zm0-88a24 24 0 1 0 24 24 24 24 0 0 0-24-24zM592 32H368a48 48 0 0 0-48 48v352a48 48 0 0 0 48 48h224a48 48 0 0 0 48-48V80a48 48 0 0 0-48-48zm16 400a16 16 0 0 1-16 16H368a16 16 0 0 1-16-16V80a16 16 0 0 1 16-16h224a16 16 0 0 1 16 16zm-504 16a8 8 0 0 0-8 8v16a8 8 0 0 0 8 8h200.41a79.15 79.15 0 0 1-14.79-32zM0 64v288a32 32 0 0 0 32 32h256v-32H32V64h257.62a79.15 79.15 0 0 1 14.79-32H32A32 32 0 0 0 0 64z' class=''%3e%3c/path%3e%3c/svg%3e");
}
.home-categories .categories .image [class*="fal fa-newspaper"]:before {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg aria-hidden='true' focusable='false' data-prefix='fal' data-icon='newspaper' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512' class='svg-inline--fa fa-newspaper fa-w-18 fa-2x'%3e%3cpath fill='%23BF0012' d='M552 64H88c-13.234 0-24 10.767-24 24v8H24c-13.255 0-24 10.745-24 24v280c0 26.51 21.49 48 48 48h504c13.233 0 24-10.767 24-24V88c0-13.233-10.767-24-24-24zM32 400V128h32v272c0 8.822-7.178 16-16 16s-16-7.178-16-16zm512 16H93.258A47.897 47.897 0 0 0 96 400V96h448v320zm-404-96h168c6.627 0 12-5.373 12-12V140c0-6.627-5.373-12-12-12H140c-6.627 0-12 5.373-12 12v168c0 6.627 5.373 12 12 12zm20-160h128v128H160V160zm-32 212v-8c0-6.627 5.373-12 12-12h168c6.627 0 12 5.373 12 12v8c0 6.627-5.373 12-12 12H140c-6.627 0-12-5.373-12-12zm224 0v-8c0-6.627 5.373-12 12-12h136c6.627 0 12 5.373 12 12v8c0 6.627-5.373 12-12 12H364c-6.627 0-12-5.373-12-12zm0-64v-8c0-6.627 5.373-12 12-12h136c6.627 0 12 5.373 12 12v8c0 6.627-5.373 12-12 12H364c-6.627 0-12-5.373-12-12zm0-128v-8c0-6.627 5.373-12 12-12h136c6.627 0 12 5.373 12 12v8c0 6.627-5.373 12-12 12H364c-6.627 0-12-5.373-12-12zm0 64v-8c0-6.627 5.373-12 12-12h136c6.627 0 12 5.373 12 12v8c0 6.627-5.373 12-12 12H364c-6.627 0-12-5.373-12-12z' class=''%3e%3c/path%3e%3c/svg%3e");
}

.home-categories .categories .cattitle {
	margin: 16px auto 0 auto;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	color: #849CBF;
	text-align: center;
	line-height: 1.22;
	text-decoration: none;
}
.home-categories .categories a[href*="area=11"] .cattitle {
	max-width: 128px;
}
.block-products-list.widget .block-title {
	color: #32517F;
	text-align: center;
	margin-bottom: 0px;
}
.block-products-list.widget .block-subtitle {
	color: #849CBF;
	font-size: 20px;
	font-weight: 400;
	text-align: center;
	margin-bottom: 1.5em;
}
.page-layout-homepage .content-inner > p,
.page-layout-homepage .content-inner > br {
	display: none;
}
.block-products-list.widget {
	margin-bottom: 10px;
}
.block-products-list.widget .block-content {
	position: relative;
}
.block-products-list.widget .products-grid-container {
	transition: opacity 0.3s ease-out;
}
.block-products-list.widget.loading .products-grid-container {
	opacity: 0;
}
.block-products-list.widget .loader {
	opacity: 0;
	transition: opacity 0.3s ease-out;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 9;
}
.block-products-list.widget .loader > i {
	animation: fa-spin 1.8s linear infinite;
	font-size: 60px;
	width: 60px;
	height: 60px;
	background-color: #EDF0F6;
	border-radius: 100%;
}
.block-products-list.widget .loader > i:before {
	content: "";
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg aria-hidden='true' focusable='false' data-prefix='far' data-icon='spinner-third' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='svg-inline--fa fa-spinner-third fa-w-16 fa-2x'%3e%3cpath fill='%2332517F' d='M460.116 373.846l-20.823-12.022c-5.541-3.199-7.54-10.159-4.663-15.874 30.137-59.886 28.343-131.652-5.386-189.946-33.641-58.394-94.896-95.833-161.827-99.676C261.028 55.961 256 50.751 256 44.352V20.309c0-6.904 5.808-12.337 12.703-11.982 83.556 4.306 160.163 50.864 202.11 123.677 42.063 72.696 44.079 162.316 6.031 236.832-3.14 6.148-10.75 8.461-16.728 5.01z' class=''%3e%3c/path%3e%3c/svg%3e");
	background-repeat: no-repeat;
	display: block;
	width: 100%;
	height: 100%;
}
.block-products-list.widget.loading .loader {
	opacity: 1;
}
.block-products-list.widget .swiper-container {
	padding-bottom: 30px;
}
.block-products-list.widget .products-grid-container {

}
.block-products-list.widget .widget-product-grid {
	padding: 0;
	margin: 0;
	list-style: none;
}
.block-products-list.widget .products-grid-container > * {
	padding-left: 0;
	padding-right: 0;
}
.swiper-module .swiper-button-prev,
.swiper-module .swiper-button-next {
	position: relative !important;
	display: -ms-inline-flexbox!important;
	display: inline-flex!important;
	margin: 0 3px !important;
	left: auto;
	right: auto;
}
.swiper-module .swiper-button-prev.swiper-button-disabled,
.swiper-module .swiper-button-next.swiper-button-disabled {
	/* display: none !important; */
}

.featured-container .sparsh_banner_slider .slick-arrow:after,
.swiper-module .swiper-button-prev:after,
.swiper-module .swiper-button-next:after {
	font-size: 15px;
}
.swiper-module .swiper-button-prev {

}
.swiper-module .swiper-button-next {

}
.block-products-list.widget .block-header {
	position: relative;
	margin-bottom: 40px;
}
.block-products-list.widget .swiper-nav-container {
	text-align: right;
}


/* SELLER LIST */
body.marketplace-seller-sellerlist #maincontent {
	max-width: none;
	padding: 0;
}
body.marketplace-seller-sellerlist .page-title-wrapper {
	display: none;
}
body.marketplace-seller-sellerlist .top-bg-image {
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url("../images/seller-list/seller-list.jpg");
	background-position: 60% 0%;
	height: 320px;
	margin-bottom: 32px;
}
body.marketplace-seller-sellerlist .top-bg-image h1 {
	font-size: 48px;
	font-weight: 700;
	cursor: default;
}
body.marketplace-seller-sellerlist #sellersearch {
	width: 100%;
	background: #fff;
	border-radius: 20px;
	color: #32517F;
	font-weight: 400;
	font-size: 16px;
	border: 1px solid transparent !important;
	float: none;
	height: 40px;
	padding: 0px 36px 0px 20px;
}
body.marketplace-seller-sellerlist .results {
	margin-top: 80px;
}

body.marketplace-seller-sellerlist #search_mini_form {
	padding: 0;
}
body.marketplace-seller-sellerlist .control {
	display: inline-block;
	position: relative;
	width: 452px;
	max-width: 100%;
}
body.marketplace-seller-sellerlist .header.content .control {
	width: auto;
}
body.marketplace-seller-sellerlist .button.search_seller {
	color: #4671B3;
	position: absolute;
	background: transparent;
	border: 0px;
	box-shadow: none;
	line-height: 1;
	border-radius: 0px;
	padding: 0;
	font-size: 16px;
	right: 15px;
	top: 0;
	height: 100%;
}
body.marketplace-seller-sellerlist .filterurl {
	color: #849CBF;
	background-color: rgba(70, 113, 179, 0.10);
	white-space: normal;
	word-break: break-word;
	border: 0px;
}
body.marketplace-seller-sellerlist .filterurl.active,
body.marketplace-seller-sellerlist .filterurl:hover {
	background-color: #BF0012;
	color: #fff;
}

body.marketplace-seller-sellerlist .freguesias_search,
body.marketplace-seller-sellerlist .brand_search {
	margin-bottom: 50px;
}
body.marketplace-seller-sellerlist .brand_search {
	cursor: default;
}
body.marketplace-seller-sellerlist .wk-mp-sellerlist-container {
	padding-top: 0;
}
body.marketplace-seller-sellerlist .wk-mp-sellerlist-container .emptymsg {
	font-size: 35px;
	margin-bottom: 1em;
}
body.marketplace-seller-sellerlist .seller-col {
	margin-bottom: 32px;
}
body.marketplace-seller-sellerlist .seller {
	text-align: left;
	background-color: #EDF0F6;
	border-radius: 8px;
	overflow: hidden;
}
body.marketplace-seller-sellerlist .seller .banner {
	overflow: hidden;
}
body.marketplace-seller-sellerlist .seller .banner a {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	padding-bottom: 50%;
	display: block;
	transition: all 0.4s cubic-bezier(0.14, 0.74, 0.32, 0.94);
	transform: translateZ(0);
}
body.marketplace-seller-sellerlist .seller .banner a:hover {
	transform: translateZ(0) scale(1.1);
}
body.marketplace-seller-sellerlist .seller .content {
	padding: 16px;
	color: #32517F;
	font-size: 16px;
}
body.marketplace-seller-sellerlist .seller .collection {
	color: #4671B3;
}
body.marketplace-seller-sellerlist .seller .collection span {
	font-size: 16px;
}
body.marketplace-seller-sellerlist .seller .collection i {
	font-weight: 700;
	font-size: 18px;
}
body.marketplace-seller-sellerlist .seller .description {color: #849CBF;font-size: 14px;}
body.marketplace-seller-sellerlist .seller .title {
	color: #32517F;
	font-weight: 700;
	font-size: 20px;
	line-height: 1.2;
}
body.marketplace-seller-sellerlist .seller .head {
	margin-bottom: 8px;
}
body.marketplace-seller-sellerlist .toolbar {
	margin-top: 35px;
}
body.marketplace-seller-sellerlist .limiter,
body.marketplace-seller-sellerlist .toolbar-amount {
	display: none;
}
body.marketplace-seller-sellerlist .toolbar .pages {

}
body.marketplace-seller-sellerlist .freguesia-selector.business-areas-selector {
}
body.marketplace-seller-sellerlist .freguesia-selector {

}
body.marketplace-seller-sellerlist .sellerlist-top .title {
	color: #32517F;
	font-size: 34px;
	font-weight: 700;
	text-shadow: none;
	display: block;
	width: 100%;
	margin: 0 0 0.8em 0;
}
body.marketplace-seller-sellerlist .freguesia-selector .dropdown span {
	font-size: 20px;
	background-color: #BF0012;
	white-space: nowrap;
	color: #fff;
}
body.marketplace-seller-sellerlist .freguesia-selector .dropdown span:after {
	font-size: 20px;
	margin-left: 10px;
}
body.marketplace-seller-sellerlist .freguesia-selector .dropdown .options div {

}
body.marketplace-seller-sellerlist .wk-mp-landingpage {

}
body.marketplace-seller-sellerlist .sellerlist-top {
	background-color: #EDF0F6;
	padding: 64px 0;
}
body.marketplace-seller-sellerlist .freguesias_search {
	z-index: 99999;
}
body.marketplace-seller-sellerlist .freguesias_search a {
	font-size: 18px;
}
body.marketplace-seller-sellerlist .freguesias_search .title {
	color: #32517F;
	font-weight: 700;
	font-size: 40px;
	margin-bottom: 0.6em;
}

body .pages .items {
	display: -ms-inline-flexbox;
	display: inline-flex;
}
body .pages .item {
	position: relative;
	left: auto;
	top: auto;
	margin-bottom: 6px;
}
.pages .pages-items {
	padding-left: 0;
	padding-right :0;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.featured-container .sparsh_banner_slider .slick-arrow,
.swiper-module .swiper-button-prev,
.swiper-module .swiper-button-next,
body .pages .item > .action,
body .pages strong.page,
body .pages a.page:visited,
body .pages a.page,
body .pages .item > * {
	color: #32517F;
	width: 40px;
	height: 40px;
	background: #EDF0F6;
	border-radius: 20px;
	vertical-align: middle;
	text-align: center;
	border: 0px;
	box-shadow: none;
	padding: 0;
	-ms-flex-align: center;
	-ms-flex-pack: center;
	justify-content: center;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	transition: all 0.2s ease-out;
	font-size: 16px;
	font-weight: 700;
}
body .pages .item > strong {
	cursor: default;
	background-color: #eee;
	color: #888;
	font-weight: 700;
}
body .pages .item > a:hover {
	background-color:#355483;
	color: #fff;
}
body .pages .action:before {
	color: #4671B3 !important;
	transition: all 0.2s ease-out;
}
body .pages .action:hover:before {
	color: #fff !important;
}
.products.wrapper~.toolbar .limiter {
	color: #808080;
	font-size: 16px;
}

/* SELLER PROFILE */
body[class*="marketplace-seller"] {

}
body[class*="marketplace-seller"] .seller-profile-body {
	padding-bottom: 60px;
}
body[class*="marketplace-seller"] .page-title-wrapper {
	display: none;
}
body[class*="marketplace-seller"] #maincontent {
	padding-left: 0;
	padding-right: 0;
	margin-left: 0;
	margin-right: 0;
	width: 100%;
	max-width: 100%;
}
.hero-container,
body[class*="marketplace-seller"] .wk-mp-banner {
	height: 480px;
	/* padding-bottom: 25.2%; */
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
}
body[class*="marketplace-seller"] .seller-header {
	margin-top: 40px;
	margin-bottom: 40px;
}
body[class*="marketplace-seller"] .seller-header > .inner {
	background: #161615;
	border-radius: 8px;
	padding: 24px;
	cursor: default;
}
body[class*="marketplace-seller"] .seller-header .row {
	margin-left: -12px;
	margin-right: -12px;
}
body[class*="marketplace-seller"] .seller-header .row > * {
	padding-left: 12px;
	padding-right: 12px;
}
body[class*="marketplace-seller"] .seller-header .seller-logo-container a {
	height: 100%;
	border-radius: 8px;
}
body[class*="marketplace-seller"] .seller-header .seller-privacy {

}
body[class*="marketplace-seller"] .seller-header .seller-report > * {

}
body[class*="marketplace-seller"] .seller-header .row > * a {
	display: block;
}
body[class*="marketplace-seller"] .seller-header .logo {
	width: 160px;
	max-width: 100%;
	float: none;
	margin: 0;
	display: block;
}
body[class*="marketplace-seller"] .seller-header .header-right-wrapper a,
body[class*="marketplace-seller"] .seller-header .header-right-wrapper {
	color: #fff;
}
body[class*="marketplace-seller"] .seller-header .header-right-wrapper .top {
	margin-bottom: 10px;
}
body[class*="marketplace-seller"] .seller-header .seller-title {
	font-size: 40px;
	font-weight: 700;
	margin-bottom: 30px;
	display: inline-block;
	line-height: 1.2;
}
body[class*="marketplace-seller"] .seller-header .contacts-ct {
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 10px;
}
body[class*="marketplace-seller"] .seller-header .contacts-ct a {

}
body[class*="marketplace-seller"] .seller-header .color-grey a {
	color: rgba(255, 255, 255, 0.50);
	font-size: 16px;
	display: inline-block;
	font-weight: 400;
}
body[class*="marketplace-seller"] .seller-header .color-grey .icon-container {
	/* width: 18px; */
	/* text-align: center; */
}
body[class*="marketplace-seller"] .seller-header .seller-website i {
	font-size: 15px;
}

body[class*="marketplace-seller"] .seller-header .seller-location a:before {
	color: inherit;
	display: none;
}
body .wk-seller-location-link {
	padding-left: 0;
	margin: 0;
}
body[class*="marketplace-seller"] .seller-header .wk-mp-seller-profile-box {
	min-height: 0;
	line-height: inherit;
	font-size: inherit;
	font-weight: inherit;
	color: inherit;
}
body[class*="marketplace-seller"] .seller-header .wk-mp-seller-profile-box * {
	display: block;
}

body[class*="marketplace-seller"] .seller-header .color-grey .icon-container i,
body[class*="marketplace-seller"] .seller-header .seller-website i,
body[class*="marketplace-seller"] .seller-header .wk-mp-seller-profile-box i {
	font-size: 20px;
}
body[class*="marketplace-seller"] .seller-header .wk-mp-seller-profile-box svg {
	width: 21px;
	height: 21px;
}
body[class*="marketplace-seller"] .seller-header .bottom a {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 700;
}
body[class*="marketplace-seller"] .seller-header .bottom a.phone-number {

}
body[class*="marketplace-seller"] .seller-header .seller-social {
	text-align: right;
	white-space: nowrap;
}
body[class*="marketplace-seller"] .seller-profile-body {
}
body[class*="marketplace-seller"] .seller-profile-body .sellers-map-container {
	padding-top: 0;
	margin-bottom: 0;
	height: 500px;
	position: -webkit-sticky;
	position: sticky;
	top: 20px;
}
body[class*="marketplace-seller"] .seller-profile-body .sellers-map-container #sellers-map {
	height: 100%;
}
body[class*="marketplace-seller"] .seller-profile-body .map-col {
	max-width: 335px;
}
body[class*="marketplace-seller"] .seller-profile-body .title-container {
	margin-bottom: 20px;
	cursor: default;
}
body[class*="marketplace-seller"] .seller-profile-body .action.primary.ghost {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 700;
}
body[class*="marketplace-seller"] .section {

}
body[class*="marketplace-seller"] .seller-profile-body #about-us {

}
body[class*="marketplace-seller"] .seller-profile-body .title {
	text-align: left;
	font-size: 18px;
	font-weight: 700;
	color: #849CBF;
	text-transform: uppercase;
	margin: 0;
}
body[class*="marketplace-seller"] .seller-recent-added-products .product-item-info {
	width: 100%;
	background-color: #F6F7F9;
	border-radius: 8px;
	overflow: hidden;
	height: 100%;
	transition: box-shadow 0.3s ease-out;
	transform: translateY(0);
}

body[class*="marketplace-seller"] .seller-recent-added-products .seller-products > * {
	padding: 20px 0;
}
body[class*="marketplace-seller"] .seller-recent-added-products .product-item-info a {
	display: block;
}
body[class*="marketplace-seller"] .seller-recent-added-products .product-image-wrapper {
	background-image: none !important;
}
/* hover */
.page-layout-checkout .items-in-cart .minicart-items .product-item .product-image-container:hover img,
.cart.table-wrapper .product-item-photo:hover .product-image-photo,
.minicart-items .product > .product-item-photo:hover .product-image-photo,
.sidebar .product-items .product-item-info .product-item-photo:hover .product-image-photo,
.products-grid-container .item.product .inner-container:hover .product-image-photo,
body[class*="marketplace-seller"] .seller-recent-added-products .product-item-info:hover .product-image-wrapper .product-image-photo {
	transform: translate3d(-50%, 0%, 0) scale(1.2);
}
body[class*="marketplace-seller"] .seller-recent-added-products .product-image-photo {

}
body[class*="marketplace-seller"] .seller-recent-added-products .product-name {
	margin: 0;
}
body[class*="marketplace-seller"] .seller-recent-added-products .product-image-container {
	display: block;
	width: 100% !important;
	overflow: hidden;
}
body[class*="marketplace-seller"] .seller-recent-added-products .product-name a {
	color: #000;
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 0.5em;
}
body[class*="marketplace-seller"] .seller-recent-added-products .product-content {
	padding: 16px;
}
body[class*="marketplace-seller"] .store-details {
	background: #EDF0F6;
	border-radius: 8px;
	padding: 32px;
}

body[class*="marketplace-seller"] .store-details > *:last-child > *:last-child > *:last-child,
body[class*="marketplace-seller"] .store-details > *:last-child > *:last-child {
	margin-bottom: 0;
}
body[class*="marketplace-seller"] .details-title {
	font-size: 40px;
	font-weight: 700;
	color: #32517F;
	margin: 0 0 0.5em 0;
}
body[class*="marketplace-seller"] .details-subtitle {
	font-size: 24px;
	font-weight: 700;
	color: #32517F;
	margin: 0 0 0.6em 0;
	position: relative;
}
body[class*="marketplace-seller"] .details-subtitle i {
	color: #808080;
	margin-right: 10px;
}
.page-layout-1column .column.main .content-inner,
body[class*="marketplace-seller"] .details-content {
	color: #849CBF;
	font-size: 18px;
	margin-bottom: 2em;
}
body[class*="marketplace-seller"] .details-content p:last-child {
	margin-bottom: 0;
}

body[class*="marketplace-seller"] .details-content a {
	color: #4671B3;
}
body[class*="marketplace-seller"] .details-content a:hover {
	color:#355483;
}
body[class*="marketplace-seller"] #location {

}
body[class*="marketplace-seller"] #location iframe {
	width: 100%;
}
body[class*="marketplace-seller"] .wk-mp-collection-container {
	width: 100%;
	margin: 0;
	display: block;
	padding: 0;
}
body[class*="marketplace-seller"] #location .wk_loc_inf {
	color: #4671B3;
	font-size: 16px;
	margin-top: 10px;
	display: inline-block;
}
body[class*="marketplace-seller"] #location .wk_loc_inf:hover {
	color:#355483;
}
body[class*="marketplace-seller"] .wk-mp-collection-view-btn a {
	font-size: 16px;
}
body[class*="marketplace-seller"] .last-section {
	margin-bottom: 64px;
}
.wk-mp-rating-avg-count {
	margin-bottom: 5px;
}
.wk-mp-collection-view-btn {
	margin-top: 10px;
}
.wk-mp-rating-row {
	margin-bottom: 20px;
}
.wk-mp-rating-left {
	border-radius: 8px;
	background: #F6F7F9;
}
.wk-mp-rating-block .header {
	margin-bottom: 5px;
}
.wk-mp-rating-block .summary {
	font-size: 24px;
	font-weight: 700;
	line-height: 1.2;
}
.wk-mp-rating-block .date {
	padding: 5px 2px 0 0;
}
.wk-mp-rating-block .client-name {
	font-size: 20px;
	margin-bottom: 0.3em;
}
.wk-mp-rating-block .descp {
	font-size: 16px;
}
.wk-mp-rating-block .wk-mp-rating-row {
	overflow: hidden;
}
.wk-mp-rating-block .wk-mp-rating-review-row {
	margin-bottom: 20px;
}
.wk-mp-rating-block .wk-mp-rating-txt {
	color: #999;
}
.wk-report-flag-link {
	padding-left: 25px;
}
.wk-mp-rating-avg {
	margin-bottom: 10px;
}
.wk-mp-rating-individual {
	padding: 10px 0;
}
#customer-reviews {
	max-width: 700px;
}
#customer-reviews .form-add {

}
#review-form {

}
#review-form .nobr {
	white-space: nowrap;
}

/* MODALS */
#ask-form,
#flag-form {
	width: 100%;
}
.modal-popup .modal-header > button {
	opacity: 0.5;
}
.modal-popup .modal-header > button:hover,
.modal-popup .modal-header > button:focus {
	opacity: 0.8;
}
.modal-popup .modal-header > button:before {
	color: #000;
	line-height: normal;
	font-size: 24px;
}
.modal-popup .modal-inner-wrap {
	max-height: 100%;
	margin: 0 auto;
}
.modal-popup .modal-inner-wrap > .fieldset {
	overflow: auto;
}
.modal-popup {
	pointer-events: auto;
}
.modal-popup .modal-header,
.modal-popup .modal-content,
.modal-popup .modal-footer {
	padding-left: 20px;
	padding-right: 20px;
}
.modal-popup .modal-footer input[type="reset"],
.modal-popup .modal-footer input[type="submit"],
.modal-popup .modal-footer button {
	margin-left: 5px;
	height: 35px;
	font-size: 14px;
	font-weight: 600;
}
.modal-popup.modal-slide .modal-footer,
.modal-popup .modal-footer {
	border-top: 0px;
}
.modal-popup .modal-footer {
	padding-top: 0;
}
.modal-popup {
	background-color: rgba(0, 0, 0, 0.3);
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	justify-content: center;
}

.modal-popup .modal-inner-wrap {
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px);
	width: 100%;
	/* max-width: 750px; */
	transition: all 0.3s ease-out;
}
.modal-popup._inner-scroll .modal-inner-wrap,
.modal-popup .modal-inner-wrap {
	max-height: 100%;
}

.fieldset>.field>.label,
.fieldset>.fields>.field>.label {
	margin: 0px 0 5px 0;
}
[class*="wk-mp-model"] .fieldset > .field > .label {
	margin: 20px 0 5px 0;
}
.modal-popup .fieldset > .field > textarea {
	min-height: 120px;
}
.modal-popup.confirm .modal-inner-wrap .modal-content,
.modal-body {
	width: 100%;
	padding: 20px;
}
.modal-popup .modal-title {
	border-bottom: 0px;
	font-size: 28px;
	line-height: 1.2;
	font-weight: 400;
}
.modal-popup.confirm .modal-inner-wrap {
	max-width: 620px;
}
.modal-popup.confirm .modal-inner-wrap .modal-content {
	font-size: 18px;
	font-weight: 700;
	padding-top: 30px;
	padding-bottom: 30px;
	cursor: default;
	text-align: center;
}
.modal-popup.confirm .modal-inner-wrap .modal-header {
	border-bottom: 0px;
}
.modals-overlay {
	display: none;
}



/* MINICART */
.minicart-wrapper .block-minicart {
	right: 5px;
	padding: 30px 24px 24px;
}
.block-minicart .items-total {
	margin: 0 0 5px 0;
	color: #808080;
	float: none;
}
.block-minicart .subtotal {
	margin: 0;
	text-align: left;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
}
.block-minicart .subtotal .label {
	color: #000;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
}
.block-minicart .subtotal .amount {
	display: inline-block;
	text-align: right;
	color: #4671B3;
}
.block-minicart .amount .price-wrapper:first-child .price {
	font-size: 20px;
	font-weight: 700;
}
.minicart-items-wrapper {
	margin: 0;
	border-top: 1px solid #E3E4E6;
	border-bottom: 1px solid #E3E4E6;
	padding-left: 0;
	padding-right: 0;
	overflow: hidden;
	height: auto !important;
}
.minicart-items .product-item:not(:first-child) {
	border-top: 1px solid #E3E4E6;
}
.minicart-wrapper .action.close {
	width: 25px;
	height: 25px;
	line-height: 1;
	right: 8px;
	top: 8px;
}
.minicart-wrapper .block-minicart .action.showcart {
	margin-right: 10px;
}
.minicart-wrapper .action.showcart .counter.qty {
	background: #4671B3;
	margin: 0 0 0 0;
	height: auto;
	line-height: 1;
	border-radius: 100px;
	width: 20px;
	height: 20px;
	font-size: 11px;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	display: -ms-inline-flexbox;
	display: inline-flex;
}
.minicart-wrapper .mage-dropdown-dialog {
	display: block !important;
}
.minicart-wrapper .block-minicart {
	display: block;
	opacity: 0;
	visibility: hidden;
	transform: translateY(10px);
	transition: all 0.3s ease-out;
	border: 1px solid #E3E4E6;
	border-radius: 8px;
	cursor: default;
	box-shadow: 0px 3px 10px rgba(0,0,0,0.12);
	width: 390px;
}
.minicart-wrapper.active .block-minicart {
	opacity: 1;
	visibility: visible;
	transform: translateY(0px);
}
.block-minicart .block-content>.actions>.primary {
	margin: 0 0 16px;
}
.form-address-edit .actions-toolbar .action.vertex-secondary, .order-review-form .action.primary, .bundle-actions .action.primary.customize, .bundle-options-container .block-bundle-summary .box-tocart .action.primary, .box-tocart .action.tocart, .cart-summary .checkout-methods-items .action.primary.checkout, .block-minicart .block-content>.actions>.primary .action.primary, .methods-shipping .actions-toolbar .action.primary, .block-authentication .action.action-register, .block-authentication .action.action-login, .checkout-payment-method .payment-method-content>.actions-toolbar>.primary .action.primary, .form-address-edit .actions-toolbar .action.primary, .box-tocart .action.instant-purchase, .multicheckout .action.primary {
	line-height: 1;
	padding-top: 0;
	padding-bottom: 0;
}
.block-minicart .block-content>.actions>.primary .action.primary {
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
}
.minicart-items .product-item-name {
	margin-bottom: 0;
}
.minicart-items .product-item-name,
.minicart-items .product-item-name a {
	font-size: 14px;
	font-weight: 700;
	color: #000;
	text-decoration: none;
}
.minicart-items .product-item-name .product-qty-separator {
	font-weight: 400;
}

.minicart-items .product-item-details .price {
	font-size: 14px;
	color: #4671B3;
	font-weight: 400;
}
.minicart-items .product-item-details .toggle {
	display: none;
}
.minicart-items .product-item-details .content {
	display: block !important;
}
.minicart-items .product-item-details .product .options.list dd,
.minicart-items .product-item-details .product .options.list dt,
.block-minicart dl.product.options.list {
	margin-bottom: 0;
}
.minicart-wrapper .product .actions {

}
.minicart-items .product>.product-item-photo,
.minicart-items .product>.product-image-container {
	float: none;
}
.minicart-items .product-item-details {
	padding-left: 0;
}
.minicart-items .product-item {
	overflow: hidden;
}
.minicart-items .product-item > .product {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -8px;
	margin-left: -8px;
}
.minicart-items .product-item > .product > * {
	padding-left: 8px;
	padding-right: 8px;
}
.minicart-items .product-item > .product > .product-item-details {
	cursor: default;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
}
.minicart-items .product-item .product-image-container {
	width: 80px !important;
	height: 80px !important;
	display: block;
}
.items-in-cart .minicart-items .product-item .product-image-container {
	height: auto !important;
}
.minicart-items .product-image-wrapper {
	background-image: none !important;
	border-radius: 8px;
	overflow: hidden;
	height: 100%;
}
.minicart-items .product-image-wrapper .product-image-photo {
	position: relative;
}

.products-grid.wishlist .product-item-actions .action.delete:before,
.products-grid.wishlist .product-item-actions .action.edit:before,
.cart.table-wrapper .actions-toolbar > .action-delete:before,
.cart.table-wrapper .actions-toolbar > .action-edit:before,
.minicart-items .action.delete:before,
.minicart-wrapper .action.edit:before,
.action-edit:before,
.action.edit:before,
.action-delete:before,
.action.delete:before {
	font-family: "Font Awesome 6 Pro";
	font-weight: 400;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	transition: all 0.2s ease-out;
	font-size: 16px;
	color: #808080;
}
.products-grid.wishlist .product-item-actions .action.edit:before,
.cart.table-wrapper .actions-toolbar > .action-edit:before,
.minicart-wrapper .action.edit:before,
.action-edit:before,
.action.edit:before {
	content: "\f303";
	margin-right: 5px;
}
.products-grid.wishlist .product-item-actions .action.delete:before,
.cart.table-wrapper .actions-toolbar > .action-delete:before,
.minicart-items .action.delete:before,
.action-delete:before,
.action.delete:before {
	content: "\f2ed";
}

.minicart-wrapper .action.viewcart {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 700;
	width: 100%;
}
.minicart-items .product-item-pricing .label {
	display: none;
}
.minicart-items .product-item-details .details-qty {
	cursor: default;
	display: inline-block;
	margin-top: 7px;
}
.minicart-items .product-item-details .qty-container {
	background-color: #F6F7F9;
	border-radius: 30px;
	overflow: hidden;
}
.minicart-items .product-item-details .qty-container input,
.minicart-items .product-item-details .qty-container .qty-subt,
.minicart-items .product-item-details .qty-container .qty-add {
	color: #808080;
	background-color: #F6F7F9;
	height: 32px;
	font-size: 14px;
}
.minicart-items .product-item-details .qty-container .qty-subt,
.minicart-items .product-item-details .qty-container .qty-add {
	cursor: pointer;
	transition: all 0.2s ease-out;
}
.minicart-items .product-item-details .qty-container .qty-subt:hover,
.minicart-items .product-item-details .qty-container .qty-add:hover {
	color: #000;
}

.minicart-items .product-item-details .qty-container input {
	border-bottom: 0;
	width: 38px;
}
.minicart-items .product-item-details .qty-container .qty-subt {
	padding-left: 16px;
}
.minicart-items .product-item-details .qty-container .qty-add {
	padding-right: 16px;
}
.minicart-items .update-cart-item {
	padding: 0 8px;
	min-height: 28px;
	font-size: 14px;
	box-shadow: none;
	transition: background-color 0.2s ease-out 0s, color 0.2s ease-out 0s;
	margin-left: 5px;
}
.minicart-items .update-cart-item:before {
	display: none;
	color: #4671B3;
	content: "\f2f1";
	font-family: "Font Awesome 6 Pro";
	font-weight: 400;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	transition: all 0.2s ease-out;
	font-size: 16px;
}
.minicart-items .update-cart-item:hover:before,
.minicart-items .update-cart-item:active:before,
.minicart-items .update-cart-item:focus:before {
	color: #fff;
}
.action.close {
	opacity: 0.5;
	color: #000;
}
.action.close:hover {
	opacity: 0.8;
	color: #000;
}
.minicart-wrapper .action.close:before,
.minicart-wrapper .action.close:active:before,
.action.close:hover:before,
.action.close:before {
	color: #000;
}

/* SELLER CALTALOG / COLLECTION */
.account.page-layout-2columns-left .sidebar-main .block,
.page-layout-2columns-left .sidebar-main > * > *,
.wp-mp-seller-collection .wk-mp-collection-left > * {
	background-color: #EDF0F6;
	padding: 16px;
	cursor: default;
	border-radius: 8px;
	margin-bottom: 40px;
}
.wp-mp-seller-collection .wk-mp-collection-left > * {
	position: -webkit-sticky;
	position: sticky;
	top: 20px;
}
.account.page-layout-2columns-left .sidebar-main .block-content,
.page-layout-2columns-left .sidebar-main .block-content,
.wp-mp-seller-collection .wk-mp-collection-left .block-content {
	color: #849CBF;
}
.page-layout-2columns-left .sidebar-main .block.filter > .filter-title,
.wk-mp-collection-left .block.filter > .filter-title {
	display: none;
	margin-bottom: 15px;
}

.filter .block-subtitle,
.page-layout-2columns-left .sidebar-main .block-content > .block-subtitle,
.wk-mp-collection-left .sidebar-main .block-content > .block-subtitle,
.page-layout-2columns-left .sidebar-main .block-title > *,
.wk-mp-collection-left .sidebar-main .block-title > * {
	font-size: 20px;
	font-weight: 400;
	color: #32517F;
	border-bottom: 1px solid transparent;
	padding: 0 0 20px 0;
}
.filter .block-subtitle + .filter-current,
.wk-mp-collection-left .filter-options-item,
.filter-options-item {
	border-bottom: 1px solid rgba(132, 156, 191, 0.5);
}

.filter .filter-current-subtitle,
.filter-options-title {
	color: #849CBF;
	font-size: 16px;
	font-weight: 700;
	padding-top: 12px;
	transition: color 0.3s ease-out;
	padding: 10px 40px 0 0px;
}
.filter .filter-current-subtitle:hover,
.filter-options-title:hover {
	color: #32517F;
}
.filter-options-content {
	display: none;
	padding-top: 5px;
	padding-bottom: 0;
}
.filter-options-content a {
	font-size: 16px;
	color: #355483;
}
.filter-options-content .count {
	color: #849CBF;
}
.filter-options-content a:hover {
	color: #000;
	background-color: transparent;
}
.filter .block-subtitle + .filter-current,
.wk-mp-collection-left .filter-options-item {
	padding-bottom: 12px;
}
.filter-options-item:last-child {
	border-bottom: 0px;
}
.filter .filter-current-subtitle:before, .filter-options-title:after {
	color: #4671B3;
	top: 12px;
	font-size: 14px;
}
.wk-mp-collection-right .block.block-account {
	margin-top: 0;
	margin-bottom: 0;
}
.wk-mp-collection-right .block.block-account h4 {
	margin-top: 0;
}
.wk-mp-collection-right .products {
	margin-top: 0;
}
.modes-mode {
	background-color: rgba(157, 10, 109, 0.1);
	box-shadow: none !important;
	border: 0px !important;
	padding: 8px 10px;
}
.modes-mode:hover {
	background-color: rgba(157, 10, 109, 0.1);
}
.modes-mode:hover:before {
	color: #4671B3;
}
.modes-mode:before {
	color: #4671B3;
	font-size: 15px;
}
.modes-mode.active {
	background-color: #4671B3;
}
.modes-mode.active:before {
	color: #fff;
}
.modes-label + .modes-mode {
	border-radius: 8px 0 0 8px;
}
.modes-mode:last-child {
	border-radius: 0 8px 8px 0;
}
select {
	background-position: 100% 50%;
	padding-right: 30px;
	padding-left: 9px;
	text-indent: unset;
}
.toolbar-products {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
	margin-bottom: 0;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
.toolbar-products:first-child {
	margin-bottom: 30px;
}
.toolbar-products > * {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
	padding-left: 15px;
	padding-right: 15px;
}
.products.wrapper~.toolbar .limiter,
.toolbar-products .modes,
.page-with-filter .toolbar-amount {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	max-width: 100%;
	font-size: 16px;
	color: #849CBF;
}
.toolbar-products .modes {
	display: none;
}
.page-products .sorter label {
	font-size: 16px;
	color: #849CBF;
}
.page-products .sorter {
	text-align: right;
	white-space: nowrap;
	position: relative;
}
.toolbar-products .modes {
	margin-right: 0;
}
.toolbar select {
	box-shadow: none;
	border-radius: 8px;
	border: 0px;
	background-color: #EDF0F6;
	color: #32517F;
	font-size: 16px;
	font-weight: 700;
	background-position: 97% 50%;
	padding-right: 30px;
	padding-left: 16px;
	height: 40px;
	background-size: 35px 74px;
}
.sorter-action:before {
	color: #849CBF;
	transition: color 0.3s ease-out;
}
.sorter-action:hover:before {
	color: #32517F;
}
.product-image-wrapper {
	background-image: none !important;
	padding-bottom: 100% !important;
}
.product-image-wrapper .product-image-photo {
	left: 50%;
	width: auto;
	max-width: none;
	max-height: 100%;
	height: 100%;
	transform: translate3d(-50%, 0%, 0);
	transition: all 0.4s cubic-bezier(0.14, 0.74, 0.32, 0.94);
}
.page-products .products.wrapper {
	margin-bottom: 50px;
}
.products-grid-container {
	margin-left: -15px !important;
	margin-right: -15px !important;
	list-style: none;
	margin-bottom: 0;
	padding-left: 0;
}
.products-grid-container .product-item-name a {
	color: #32517F;
	font-size: 20px;
	font-weight: 700;
	text-decoration: none;
	margin-bottom: 0.4em;
	display: inline-block;
}
.products-grid-container .event-details {

}
.products-grid-container .event-details .event-start {
	font-size: 20px;
	margin-bottom: 0.5em;
}
.products-grid-container .event-details .event-location {
	color: #808080;
	font-size: 16px;
}
.page-products .product-reviews-summary .action.view {
	color: #4671B3;
}
.products-grid-container .price-container .price {
	color: #4671B3;
	font-size: 20px;
	font-weight: 400;
}
.products-grid-container .old-price .price-container .price {
	color: #808080 !important;
	font-size: 16px;
}
.products-grid-container .product-image-container {
	width: 100% !important;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	overflow: hidden;
	display: block;
}
.products-grid-container .product-item-details,
.products-grid-container .product-item-actions {
	position: relative;
	padding: 16px;
	margin: 0;
	z-index: 1;
}
.products-grid-container .product-item-inner,
.products-grid-container .product-item-details {
	background: #EDF0F6;
}
.block.related .product-item-details,
.products-grid-container .product-item-details {
	cursor: default;
	font-size: 16px;
	line-height: 1.2;
	position: relative;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	transition: box-shadow 0.3s ease-out;
	transform: translateY(0);
	z-index: 9;
}
.products-grid-container .item.product {
	margin-bottom: 32px;
	box-sizing: border-box;
	height: auto;
}
.products-grid-container .item.product .inner-container {
	border-radius: 8px;
	height: 100%;
}
.products-grid-container .item.product a.product {
	display: block;
	margin-right: 0;
	margin-bottom: 0;
	float: none;
}
.products-grid-container .item.product .inner-container:hover .product-item-inner {
	opacity: 1;
	max-height: 100%;
}
.catalog-product-view .block.upsell .product-items .item.product .inner-container:hover .product-item-inner,
.catalog-product-view .block.related .product-items .item.product .inner-container:hover .product-item-inner {
	display: none;
}

.products-grid-container .item.product .inner-container:hover .product-item-actions > * {
	opacity: 1;
	transition: opacity 0.3s ease-out 0.1s;
}
.products-grid-container .image-container {
	position: relative;
}
.products-grid-container .image-container .product-item-actions {
	position: absolute;
	bottom: 0px;
	right: 0px;
	padding: 0;
	margin: 0;
	border-top-left-radius: 8px;
	overflow: hidden;
	z-index: 1;
}
.products-grid-container .image-container .product-item-actions .actions-secondary {
	background-color: #EDF0F6;
	padding: 0px 7px 2px 7px;
}
.products-grid-container .image-container .product-item-actions .actions-secondary > .action {
	color: #4671B3;
}
.products-grid-container .image-container .product-item-actions .actions-secondary > .action:hover {
	color:#355483;
}
.products-grid-container .product-item-name {
	margin: 0;
}
.products-grid-container .shop-title {
	font-weight: 400;
	margin-bottom: 10px;
	color: #849CBF;
}
.products-grid-container .product-item-inner {
	position: absolute;
	z-index: 2;
	box-shadow: none;
	border: 0px;
	margin: 0;
	left: 0;
	right: 0;
	width: 100%;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
	overflow: hidden;
	opacity: 1;
	padding: 0;
	max-height: 0;
	transition: all 0.3s ease-out;
}
.products-grid-container .product-item-inner:before {
	display: none;
}
.page-products .product-item-actions {
	margin: 0;
}
.products-grid-container  .product-item-actions > * {
	opacity: 0;
	transition: opacity 0.3s ease-out 0.0s;
}
.product-item-actions .action.towishlist:before {
	content: "\e600";
}
.product-item-actions .tocompare:before {
	content: '\e61e';
}
.products-grid-container .product-item-actions button {
	width: 200px;
	padding-left: 0.6em;
	padding-right: 0.6em;
}


/* CATALOG */
.category-title-container {
	margin-bottom: 50px;
}
.category-title-container > * {
	padding-left: 15px;
	padding-right: 15px;
}
.category-title-container .page-title-wrapper {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
}
.category-title-container .block-search {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	max-width: 100%;
	margin-bottom: 0;
}
.category-title-container .block-search .block-content {
	margin-bottom: 0;
	position: relative;
}
.block-search {
	 -ms-flex: 0 0 auto;
	 flex: 0 0 auto;
	 width: auto;
	 max-width: 100%;
	 margin-bottom: 0;
}
.block-search .block-content {
	 margin-bottom: 0;
	 position: relative;
}
.block-search label.label {
	 display: none;
}
.block-search input[type="text"] {
	 font-size: 16px;
	 width: 320px;
	 max-width: 100%;
	 border-radius: 20px;
	 background-color: #EDF0F6;
	 border: 0px;
	 height: 40px;
	 padding: 0 40px 0 20px;
	 margin: 0;
	 position: relative;
	 left: auto;
	 color: #4671B3;
}
.block-search .action.search {
	position: absolute;
	top: 0;
	right: 15px;
	display: block;
	border: 0;
	background-image: none;
	background: none;
	margin: 0;
	padding: 0;
	line-height: 1;
	text-decoration: none;
	text-shadow: none;
	font-weight: 400;
	z-index: 1;
	height: 100%;
}
.block-search .action.search span {
	display: none;
}
.block-search .control {
	border: 0px;
	margin: 0;
	padding: 0;
}
.block-search .action.search:before {
	font-size: 16px;
	content: "\f002";
	margin: 0;
	vertical-align: top;
	overflow: hidden;
	speak: none;
	text-align: center;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	font-family: "Font Awesome 6 Pro";
	font-weight: 400;
	padding: 1px;
	color: #849CBF;
}
.category-title-container .block-search label.label {
	display: none;
}
.category-title-container .block-search input[type="text"] {
	font-size: 16px;
	width: 452px;
	max-width: 100%;
	border-radius: 20px;
	background-color: #F6F7F9;
	border: 0px;
	height: 40px;
	padding: 0 40px 0 20px;
	margin: 0;
	position: relative;
	left: auto;
}
.category-title-container .page-title {
	margin-bottom: 0;
	font-size: 40px;
	font-weight: 700;
	color: #32517F;
}
.sidebar .product-items .price-box {
	margin: 0;
}
.sidebar .product-items .product-item-actions {
	margin-top: 7px;
}
.sidebar .product-items .product-item-actions .actions-primary {

}
body.page-products .category-view {
	display: none;
}
.page-products .columns {
	padding-top: 0;
}

.page-layout-2columns-left .sidebar-main,
.page-layout-2columns-left .column.main {
	padding-bottom: 60px;
}
.page-layout-2columns-left:not([class*="customer-"]) .sidebar-main > * {
	position: -webkit-sticky;
	position: sticky;
	top: 20px;
}
.filter .block-subtitle + .filter-current {
	display: none;
}
.filter-current + .filter-actions {
	display: none;
}
.filter-current .item {
	padding-left: 25px;
	font-size: 15px;
}

.filter-actions {
	margin: 20px 0 20px 0;
	padding: 0;
}
.filter-actions a {
	color: #4671B3;
	font-weight: 700;
}
.filter-current .action.remove {
	left: 0px;
	opacity: 0.6;
}
.filter-current .action.remove:hover,
.wk-mp-collection-left .filter-current .action.remove:hover {
	opacity: 0.9;
}

.filter-current .action.remove:before {
	color: #000;
}
/* catalog page title */
.page-main > .page-title-wrapper .page-title {
	color: #32517F;
	font-weight: 700;
	font-size: 48px;
	margin-bottom: 55px;
}
.sidebar .product-items .product-item-info .product-item-photo .product-image-wrapper {
	border-radius: 8px;
	overflow: hidden;
}
.sidebar .action.tocart {
	min-height: 1px;
	padding: 5px 0;
	margin-right: 10px;
	min-width: 0;
	max-width: 100%;
	width: auto;
	font-size: 20px;
	border: 0px;
	color: #4671B3;
	background-color: transparent !important;
}
.sidebar .action.tocart:hover {
	color:#355483;
}
.sidebar .action.tocart::before {
	content: "\f217";
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	font-family: "Font Awesome 6 Pro";
	font-weight: 700;
}
.sidebar .action.tocart span {
	display: none;
}
.sidebar .product-items .product-item-details .product-item-actions > * {
	opacity: 1;
}
.product-item-actions .actions-primary + .actions-secondary > .action {
	line-height: 1;
	position: relative;
	padding: 0;
}
.product-item-actions .actions-primary + .actions-secondary > .action:before {
	transition: all 0.2s ease-out;
}
.sidebar .product-items .product-item-info {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -7.5px;
	margin-right: -7.5px;
	max-width: none;
}
.sidebar .product-items .product-item-info .product-item-details {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
}
.sidebar .product-items .product-item-info > * {
	padding-left: 7.5px;
	padding-right: 7.5px;
	position: relative;
	float: none;
	margin: 0;
}
.sidebar .product-items .product-item-info .product-item-photo {
	position: relative;
	margin: 0;
}
.sidebar .product-items .product-item-info .product-item-photo .product-image-container {
	width: 75px !important;
}

/* BREADCRUMBS */
.breadcrumbs {
	margin-bottom: 35px;
}
.breadcrumbs .items {
	font-size: 14px;
	text-transform: uppercase;
}
.breadcrumbs strong {
	font-weight: 700;
	color: #32517F;
}
.breadcrumbs a:visited,
.breadcrumbs a {
	color: #849CBF;
}
.breadcrumbs a:hover {
	color:#355483;
	text-decoration: none;
}
.breadcrumbs .item:not(:last-child):after {
	margin: 0 5px;
	color: #4671B3;
}

/* PRODUCT DETAIL VIEW */
body.catalog-product-view {

}
body.catalog-product-view .page-header {
	margin-bottom: 0;
	border-bottom: 1px solid transparent;
}
.wk-seller-block.wk-block {
	order: 0;
	background-color: #EDF0F6;
	display: block;
}
.wk-seller-block.wk-block .breadcrumbs {
	padding-left: 0;
	padding-right: 0;
	margin-bottom: 10px;
	min-height: 20px;
}
.wk-seller-card-container.wk-card-type2 {
	display: block;
	margin-top: 0;
	margin-bottom: 0;
	border-bottom: 0;
	padding-top: 24px;
	padding-bottom: 24px;
}
.wk-seller-card-details-block .wk-seller-shop-title a {
	color: #32517F;
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 0.2em;
	display: block;
}
body .wk-seller-card-details-block .wk-seller-location-link {
	font-size: 14px;
	font-weight: 400;
	color: #849CBF;
	margin-bottom: 0.1em;
}
body .wk-seller-card-details-block .wk-seller-location-link:hover {
	color: #32517F;
}
body .wk-seller-card-details-block .wk-seller-location-link .icon-container {
	color: #849CBF;
	font-size: 16px;
}

.wk-seller-card-details-content-block {

}
.wk-seller-card-details-block .vendor-products {
	text-align: right;
}
.wk-seller-card-details-block .vendor-details {

}
.wk-seller-card-details-block .vendor-details .seller-buttons .wk-seller-card-row {
	padding-bottom: 0;
}
.wk-seller-card-details-img-block {
	box-shadow: none;
}
.wk-seller-card-details-img-block img {
	width: 120px;
}
.wk-seller-card-details-block .wk-ask-question-link #askque {
	background-color: transparent;
	padding-left: 0;
	padding-right: 0;
	color: #32517F;
	text-transform: uppercase;
	font-weight: 700;
}
.wk-seller-card-details-block .wk-ask-question-link #askque:hover {background: transparent;}
.wk-seller-card-details-block .seller-info a {
	color: #32517F;
	font-size: 14px;
	font-weight: 700;
}
.wk-seller-card-details-block .seller-info i {color: #32517F;font-size: 16px;}
.wk-seller-card-details-block #reportflag {
	color: #4671B3;
}
.wk-seller-card-details-block #reportflag:hover {
	color:#355483;
}
.wk-seller-card-product-container {
	margin-left: -7.5px;
	margin-right: -7.5px;
}
.wk-seller-card-product a {
	border: 0px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
	background-image: none !important;
	background-color: #fff;
}
.wk-seller-card-product a:hover img {
	transform: translate3d(-50%, -50%, 0) scale(1.2);
}
.wk-seller-card-product {
	padding: 0;
	margin: 0 7.5px;
	margin-top: 15px;
	overflow: hidden;
}
.wk-seller-card-product img {
	max-width: none;
	left: 50%;
	top: 50%;
	transform: translate3d(-50%, -50%, 0);
	transition: all 0.4s cubic-bezier(0.14, 0.74, 0.32, 0.94);
	display: block;
}
body.catalog-product-view .columns .column.main {
	padding-top: 64px;
	padding-bottom: 50px;
}
.fotorama {

}
.fotorama__wrap {
	/* width: auto !important; */
}
.fotorama__stage {
	/* height: 510px !important; */
	margin-bottom: 20px;
}
.fotorama__stage__shaft {
	/* width: auto !important; */
	/* height: auto !important; */
}
.fotorama__wrap .fotorama__grab {
	/* height: auto;
	top: auto;
	bottom: auto; */
}
.fotorama__stage__frame {
	/* position: relative; */
}
.fotorama__stage__frame .fotorama__img {
	height: 100%;
	width: auto;
	max-width: none;
}
.fotorama__thumb {
	background-color: transparent;
}
.fotorama__nav-wrap .fotorama_vertical_ratio .fotorama__img {
	object-fit: cover;
	margin: 0 auto;
	display: block;
	height: 100%;
	transform: none;
	top: 0;
	width: auto;
	position: relative;
}
.fotorama__active .fotorama__dot {
	background-color: #849CBF;
	border-color: #849CBF;
}
.page-layout-1column .product.media {
	width: 49%;
}
.page-layout-1column .gallery-placeholder {
	position: -webkit-sticky;
	position: sticky;
	top: 20px;
}
.page-layout-1column .product-info-main {
	width: 51%;
	padding-left: 32px;
}
.product-info-main .product.attribute.sku .type:after {
	content: ':';
}
.fotorama__thumb-border {
	border-color: #4671B3;
}
.product-info-main .page-title-wrapper h1 {
	font-size: 40px;
	font-weight: 700;
	color: #32517F;
	margin-bottom: 0.6em;
}
.product-info-main .box-tocart .action.tocart {
	width: auto;
	margin-bottom: 0;
}
.product.attribute.description,
.product-info-main .product.attribute.overview {
	color: #849CBF;
	font-size: 18px;
	margin: 1em 0 2em 0;
}
.product.attribute.description {
	margin: 3em 0 4em 0;
}
.product-info-main .product-info-price {
	color: #849CBF;
	border-bottom: 0px;
}
.product-info-main .product.attribute.sku {
	font-size: 14px;
	color: #849CBF;
	border-bottom: 1px solid rgba(132, 156, 191, 0.5);
	padding-bottom: 30px;
	margin-bottom: 30px;
}
.product-info-main .product.attribute.sku strong {
	text-transform: uppercase;
}
.product-info-main .event-details {
	font-size: 20px;
}
.product-info-main .event-details .month {
	text-transform: capitalize;
}
.product-info-main .event-details .event-start-end > * {
	display: inline-block;
}
.product-info-main .event-details .separator {
	margin: 0 5px;
}
.product-info-main .event-details .event-start {

}
.product-info-main .event-details .event-end {

}
.product-info-main .event-details .event-location {

}
.product-info-main .event-details .event-freguesia {

}
.product-info-main .product-info-price .price-box {
	width: auto;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
	-ms-flex-align: center;
	align-items: center;
}
.product-info-price .price-box .price-container {
	font-size: inherit;
	line-height: inherit;
}
.product-info-main .product-info-price .price-box .price-container > span {
	margin-bottom: 0;
}
.product-info-main .product-info-price .price-box > * {
	padding-left: 15px;
	padding-right: 15px;
}
.product-info-main .product-info-stock-sku {
	vertical-align: bottom;
}
.product-info-main .product-info-price .price-box .old-price {
	margin-left: 0;
}
.product-info-main .product-info-price .old-price .price-wrapper .price {
	color: #808080 !important;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.2;
}
.product-info-main .product-info-price .price-box .old-price .price-label {
	display: none;
}
.product-info-price .price-box .price-container .price {
	color: #4671B3;
	font-size: 32px;
	line-height: inherit;
}

.product-social-links .action.tocompare:before,
.product-social-links .action.towishlist:before {
	color: #4671B3;
	transition: all 0.2s ease-out;
}
.product-social-links .action.towishlist:before {
	content: "\f004";
	font-weight: 300;
}
.product-social-links .action.tocompare:hover,
.product-social-links .action.towishlist:hover {
	color:#355483;
}
.product-social-links .action.tocompare:hover:before,
.product-social-links .action.towishlist:hover:before {
	color:#355483;
}

.product-info-main .product-add-form .box-tocart {
	margin-bottom: 40px;
}
.product-info-main .product-add-form .box-tocart .fieldset {
	margin-left: -7.5px;
	margin-right: -7.5px;
}
.product-info-main .product-add-form .box-tocart .fieldset > * {
	display: inline-block;
	vertical-align: middle;
	padding-left: 7.5px;
	padding-right: 7.5px;
}
.product-info-main .product-add-form .box-tocart .field.qty {
	margin-bottom: 0;
}

/* CUSTOM PRODUCT QUANTITY */
.qty-container {
	background-color: #F6F7F9;
	border-radius: 30px;
	overflow: hidden;
}
.qty-container > *,
.qty-container .input-text.qty,
.cart.table-wrapper .col.qty .input-text {
	color: #808080;
	background-color: #F6F7F9;
	height: 40px;
	font-size: 14px;
	margin: 0;
}
.qty-container .qty-add,
.qty-container .qty-subt {
	cursor: pointer;
	transition: all 0.2s ease-out;
}
.qty-container .qty-subt {
	padding-left: 20px;
}
.qty-container .qty-add {
	padding-right: 20px;
}
.qty-container .input-text.qty,
.cart.table-wrapper .col.qty .input-text {
	border-bottom: 0;
	width: 50px;
}

.box-tocart .action.tocart {
	margin-right: 0;
	margin-bottom: 0;
}
.product-info-main .stock.available {
	color: #000;
}
.product.data.items > .item.title > .switch {
	border-color: rgba(132, 156, 191, 0.4);
}
.product.data.items > .item.title:first-child > .switch,
.product.data.items > .item.title.active > .switch {
	border-bottom: 1px solid #fff;
	color: #32517F !important;
	font-weight: 700;
	background-color: #fff !important;
}
.product.data.items > .item.title.active > .switch:hover {
	color: #32517F;
}
.product.data.items > .item.content {
	position: relative;
	top: -4px;
	color: #849CBF;
	font-size: 18px;
	border-color: rgba(132, 156, 191, 0.4);
}
.product.data.items > .item.title > .switch,
.product.data.items > .item.title > .switch:visited {
	font-size: 16px;
	background-color: #EDF0F6;
	color: #849CBF;
}
.wk-seller-card-product-block .more {
	text-align: right;
}
.wk-seller-card-product-block .more a {
	color: #32517F;
}
.page-layout-1column .column.main .content-inner {
	margin-bottom: 0;
}
.block.upsell,
.block.related {
	margin-bottom: 50px;
}
.block-products-list.widget .block-title strong,
.block.upsell .block-title strong,
.block.related .block-title strong {
	display: inline-block;
	font-weight: 700;
	line-height: 1.2;
}
.block-products-list.widget .block-title strong {
	font-size: 40px;
}
.block.upsell .block-title strong,
.block.related .block-title strong {color: #32517F;text-align: center;font-size: 30px;}
.block.upsell .products,
.block.related .products {
	margin: 0;
}
.wk-seller-card-product-block {
	width: auto;
}
.wk-seller-card-details-block {
	width: 100%;
	margin-bottom: 0;
}
.product-social-links {
	margin-bottom: 5px;
	text-align: left;
}
.product-addto-links .action {
	margin-bottom: 10px;
}
.product-addto-links .action:first-child {
	margin-right: 15px;
}
.product-addto-links .action:last-child {
	margin-right: 0;
}
.product-social-links .action.towishlist {
	color: #4671B3;
}
.product.info.detailed {
	margin: 60px 0;
}
.product.info.detailed:after,
.product.info.detailed:before {
	clear: both;
	content: '';
	display: block;
	height: 0;
	visibility: hidden;
}
.product-reviews-summary {
	margin-bottom: 15px;
}
.product-info-main .product-reviews-summary {
	float: none;
}
.wk-seller-card-row {
	display: block;
}


/* EDIT CART */
.cart.table-wrapper .product-image-container {
	width: 160px !important;
	height: 160px !important;
	display: block;
}
.cart.table-wrapper .product-image-wrapper {
	background-image: none !important;
	border-radius: 8px;
	overflow: hidden;
	height: 100%;
}
.page-layout-checkout .minicart-items .product-image-wrapper img,
.cart.table-wrapper .product-image-wrapper .product-image-photo {
	left: 50%;
	width: auto;
	max-width: none;
	max-height: 100%;
	height: 100%;
	transform: translate3d(-50%, 0%, 0);
	transition: all 0.4s cubic-bezier(0.14, 0.74, 0.32, 0.94);
	position: relative;
}
.checkout-cart-index .wk-seller-block.wk-block {
	background-color: transparent;
}

/* CHECKOUT */
.opc-progress-bar-item._active:before,
.opc-progress-bar-item._active > span:before {
	background-color: #4671B3;
	border-color: #4671B3;
}
.opc-wrapper .shipping-address-item.selected-item,
.opc-progress-bar-item._active > span:after {
	border-color: #4671B3;
}
.opc-wrapper .shipping-address-item.selected-item:after {
	background-color: #4671B3;
}
.page-layout-checkout .items-in-cart .minicart-items .product-item .product-image-container {
	width: 96px !important;
	height: 80px !important;
}
.opc-block-summary {
	background-color: #F6F7F9;
	border-radius: 8px;
}
.opc-estimated-wrapper {
	background-color: #F6F7F9;
	margin: -31px -15px 20px;
}
.page-layout-checkout .estimated-price {

}
.page-layout-checkout .custom-slide._show .modal-inner-wrap {
	background-color: #fff;
}
.page-layout-checkout .modal-header {
	display: none;
}
.opc-block-summary .items-in-cart > .title strong {
	font-weight: 400;
	font-size: 16px;
}
.opc-block-summary > .title {
	font-weight: 400;
}
.opc-block-summary .table-totals tbody .amount {
	vertical-align: bottom;
}
.opc-block-summary .table-totals tbody .mark .label {
	font-weight: 700;
}
.stripe-card-options .control > * {
	margin-bottom: 15px;
}
.stripe-card-options .pci-dss-info-block > * {
	display: inline-block;
	vertical-align: middle;
}
.checkout-payment-method .payment-option-inner {
	margin-right: 10px;
}
.checkout-payment-method .payment-option-content .payment-option-inner+.actions-toolbar {
	display: block;
}
.checkout-success .actions-toolbar {
	margin-top: 30px;
}
.checkout-success .actions-toolbar .action.back-to-cart {
	margin-left: 20px;
}
#payment_form_mpstripe.fieldset {

}
#payment_form_mpstripe.fieldset select,
#payment_form_mpstripe.fieldset input[type="text"] {
	background-color: transparent;
}
.authentication-wrapper {
	margin-top: -125px;
    display: none;
}
.authentication-dropdown {
	border: 0px;
	border-radius: 8px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.06);
	overflow: hidden;
}


/* CHECKOUT CART */
.checkout-cart-index .page-main {
	padding-left: 15px;
	padding-right: 15px;
}
.cart-summary {
	background-color: #F6F7F9;
	border-radius: 8px;
	width: 100%;
	max-width: 100%;
	padding-left: 20px;
	padding-right: 20px;
}
.cart-container .form-cart {
	width: 100%;
	max-width: 100%;
}
.cart-summary1 > .title {
	color: #000000;
	font-size: 24px;
	font-weight: 400;
	margin-left: 0;
	margin-right: 0;
}
.cart-totals,
.opc-block-summary .table-totals {
	border-top: 1px solid #CACBCC;
	padding-top: 0;
	padding-left: 0;
	padding-right: 0;
}
.cart-totals tbody .mark,
.cart-totals tbody .amount {
	padding-top: 10px;
	padding-bottom: 10px;
}
.cart-totals tbody .mark {
	color: #808080;
	font-size: 16px;
}
.cart-totals .grand strong {
	color: #000000;
	font-size: 24px;
	font-weight: 400;
}
.cart-totals tbody .amount {
	font-size: 16px;
	color: #000;
}
.cart-totals .grand strong .price {
	color: #4671B3;
	font-size: 24px;
	font-weight: 700;
}
.cart.table-wrapper .cart thead tr th.col:not(:first-child) {
	text-align: center;
}
.cart.table-wrapper td.col:not(:first-child) {
	text-align: center;
}
.cart.table-wrapper .col.qty {
	min-width: 150px;
	padding-top: 10px;
}
.wk-mpsplit-wrapper {

}
.cart-container .form-cart .actions.main .continue {
	display: -ms-inline-flexbox;
	display: inline-flex;
	margin-right: 15px;
}
.cart.table-wrapper .cart thead tr th.col,
.cart.table-wrapper .cart > .item {
	border-bottom: 1px solid #E3E4E6;
}
.cart.table-wrapper .cart > .item .item-actions td {
	padding-left: 11px;
	padding-right: 11px;
}
.cart.table-wrapper .item .col.item {
	padding-left: 11px;
}
.cart.table-wrapper .product-item-details .wk-seller-block.wk-block {

}
.cart.table-wrapper .product-item-details .wk-seller-block.wk-block .wk-block-font-bold-up {
	display: none;
}
.cart.table-wrapper .product-item-details .wk-seller-block.wk-block .wk-block-title-css a {
	color: #4671B3;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 1em;
	display: inline-block;
}
.cart.table-wrapper .product-item-name {
	font-size: inherit;
	margin: 0;
}
.cart.table-wrapper .product-item-name a {
	text-decoration: none !important;
	color: #000;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.3;
}
.cart.table-wrapper .product-item-name + .item-options {
	margin-top: 15px;
}
.cart.table-wrapper .product-item-photo {
	padding-right: 24px;
}
.product-options-bottom {
	padding-left: 0;
	padding-right: 0;
}
.product-options-wrapper .fieldset label.label {
	margin-bottom: 1em;
}
.cart.table-wrapper .action.towishlist {
	font-size: 16px;
}
.cart.table-wrapper .action.towishlist:before {
	content: "\e600";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 16px;
	line-height: 16px;
	color: inherit;
	font-family: 'luma-icons';
	margin: -2px 5px 0 0;
	vertical-align: middle;
	display: inline-block;
	font-weight: normal;
	overflow: hidden;
	speak: none;
	text-align: center;
	padding: 1px;
}



/* ACCOUNT */
body.account .nav.items .nav.item:nth-child(3) {
	display: none;
}

/* WISHLIST */
.products-grid.wishlist .product-item-inner > .product-item-actions > * {
	margin: 0 0 10px 0;
	width: 100%;
}
.wishlist-index-index .products-grid-container .item.product .inner-container:hover .product-item-inner {
	opacity: 1;
	max-height: none;
}
.products-grid.wishlist .product-item-actions .box-tocart .fieldset {
	margin-bottom: 0;
}
.products-grid.wishlist .product-item-actions .field.qty {
	margin: 0;
	display: inline-block;
	text-align: center;
}
.products-grid.wishlist .product-item-actions .box-tocart .input-text.qty {
	/* background-color: transparent; */
	border-bottom: 0px;
	font-size: 14px;
	width: 35px;
}
.products-grid.wishlist .product-item-actions .product-item-actions {
	margin: 0;
	padding: 0;
	text-align: right;
}
.products-grid.wishlist .product-item-actions .product-item-actions .actions-primary {
	width: 100%;
}
.products-grid.wishlist .product-item-actions .box-tocart .action.tocart {
	width: 100%;
	padding-left: 0.6em;
	padding-right: 0.6em;
	font-size: 15px;
}

/* CUSTOMER ACCOUNT */
.account.page-layout-2columns-left .sidebar-main,
.account.page-layout-2columns-left .sidebar-additional {
	width: 316px;
}
.account.page-layout-2columns-left .column.main {
	width: calc(100% - 316px);
}
.account.page-layout-2columns-left .actions-toolbar > .primary .action {
	width: auto;
	margin-right: 5px;
	margin-bottom: 5px;
}
.account.page-layout-2columns-left .wk-mp-body td {
	background-image: none;
	background-color: transparent;
	width: auto;
}
.account.page-layout-2columns-left .wk-emptymsg {
	margin-top: 20px;
}

#checkout-shipping-method-load {
	padding-left: 15px;
	padding-right: 15px;
}

/* SELLER MAP LOCATOR */
.wk_sellers_wrapper {
	box-shadow: none;
	border-top: 0px;
	padding-right: 60px;
}
.wk_sellers_wrapper .distance_in {
	width: auto !important;
	line-height: 1;
}
.wk_sellers_wrapper .left {
	padding-left: 15px;
}
.wk_sellers_wrapper .right {
	padding-right: 15px;
}
.wk_sellers_wrapper .wk_search_count,
.wk_sellers_wrapper .wk_seller_info td {
	padding-left: 15px;
	padding-right: 15px;
}

/* SELLER MAP LOCATOR */
.leaflet-container {
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.leaflet-popup-content {
	margin: 12px 15px;
}
.sellers-map-container {
	border-radius: 8px;
	overflow: hidden;
	padding-top: 40px;
}
.sellers-map-container .block-header {
	text-align: center;
}
.sellers-map-container .block-title {
}
.sellers-map-container .map-title {
	font-size: 32px;
	display: inline-block;
	font-weight: 700;
	line-height: 1.2;
	color: #333333;
	text-shadow: none;
	margin: 0 0 1.19em 0;
}
#sellers-map {
	width: 100%;
	height: 480px;
}
#sellers-map .leaflet-bar a {
	color: #000 !important;
}
#sellers-map img {
	max-height: none;
}
#sellers-map .marker-photo {
	margin-bottom: 10px;
}
#sellers-map .marker-photo img {
	max-width: 100%;
	display: block;
}
#sellers-map .marker-title {
	margin-bottom: 10px;
}
#sellers-map .marker-title a {
	color: #444;
	font-size: 16px;
	font-weight: 700;
}
#sellers-map .marker-button a {
	min-height: 0;
	padding: 0.25em 0.7em;
	font-size: 14px;
	width: 100%;
}
#sellers-map .marker-content.leaflet-my-marker .marker-title {
	color: #444;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
}
.leaflet-container .mymarker .pin-effect,
.leaflet-container .mymarker {
	background-color: #4671B3;
}
.leaflet-control-layers input[type="radio"] + *,
.leaflet-control-layers input[type="checkbox"] + * {
	display: block;
}
/* .leaflet-container .marker-cluster-small {
	background-color: rgba(70, 113, 179, 0.60);
}
.leaflet-container .marker-cluster-small div {
	background-color: rgba(70, 113, 179, 0.60);
	color: #fff;
} */



/* SELECT 2 */

select[multiple] {
	overflow: hidden;
	max-height: 32px;
	visibility: hidden;
}
.mage-error + .select2 {
	margin-top: 5px;
}

.select2-container {
	width: 100% !important;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
	border-left: 0;
	border-right: 0;
	border-top: 0;
	border-color: #4671B3;
}
.select2-container--default .select2-selection--multiple {
	border-radius: 0;
	border-left: 0;
	border-right: 0;
	border-top: 0;
	border-bottom: 1px solid #4671B3;
	background-image: url('../images/select-bg.svg');
	background-repeat: no-repeat;
	background-position: 100% 50%;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
	margin-top: 0;
	margin-bottom: 5px;
	background-color: #4671B3;
	border: 1px solid #4671B3;
	color: #fff;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
	padding: 0;
	display: block;
}
.select2-container .select2-search--inline .select2-search__field {
	margin-top: 0;
	margin-bottom: 0;
	height: auto;
}
.select2-container .select2-search--inline {
	margin: 0;
}
.select2-results__option {
	margin: 0;
}
.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option[aria-selected=true] {
	background-color: #4671B3;
	color: #fff;
}
.select2-dropdown {
	border: 1px solid #4671B3;
	border-radius: 0;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover,
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
	color: #fff;
}
/* ---------------------------------------------------------------------- */
.mail-procss {
	cursor: default;
	opacity: 1;
}
.mail-procss input[type="reset"],
.mail-procss input[type="submit"] {
	pointer-events: none;
	opacity: 0.5;
}

#wantptr {

}

body.cms-page-view .content-inner h2 {
	margin-top: 35px;
	color: #32517F;
}
body.cms-page-view .content-inner h2:first-child {
	margin-top: 10px;
}
body.cms-page-view .content-inner table {

}
body.cms-page-view .content-inner table td {
	border: 1px solid #eee;
}
body.cms-page-view .content-inner table td p {
	margin: 0;
}
body.cms-page-view .content-inner table td br {
	display: none;
}
.wk-seller-location-link::before {
	display: none !important;
}

/* CUSTOM POPUP */
.unk-modal-content {
  visibility: hidden;
  overflow: hidden;
  height: 0;
}

.unk-modal {
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  position: fixed;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
}

.unk-modal.unk-modal--open {
  visibility: visible;
  opacity: 1;
  z-index: 99999;
}

.unk-modal.unk-modal--open .unk-modal__container {
  -webkit-transform: translateY(0px);
			 transform: translateY(0px);
}

.unk-modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

.unk-modal__container {
  position: relative;
  height: 100%;
  max-width: 960px;
  margin: 0 auto;
  -webkit-transform: translateY(40px);
			 transform: translateY(40px);
  -webkit-transition: all 0.3s cubic-bezier(0.27, 0.69, 0.58, 1);
  transition: all 0.3s cubic-bezier(0.27, 0.69, 0.58, 1);
}

.unk-modal__inner {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
			 transform: translateY(-50%);
  max-height: 100%;
  background-color: #fff;
}

.unk-modal__table-cell {
	display: table-cell;
	vertical-align: middle;
}

.unk-modal__head {
  background-color: #fff;
  position: relative;
  padding: 40px;
}

.unk-modal__content {
	overflow: auto;
	color: #849CBF;
	background-color: #fff;
	position: relative;
	padding: 40px;
	min-height: 400px;
	font-size: 16px;
}

.unk-modal__content a {
	text-decoration: underline;
}

.unk-modal__content h1 {
	text-align: center;
	display: block;
	line-height: 1.4;
	font-size: 28px;
	font-weight: 700;
	border-bottom: 1px solid #ccc;
	margin-bottom: 2em;
	padding-bottom: 0.6em;
	color: #32517F;
}

.unk-modal__content h2 {
	color: #32517F;
	font-size: 23px;
	font-weight: 400;
}

.unk-modal__content h3 {
	color: #32517F;
}

.unk-modal__close {
	position: absolute;
	top: 12px;
	right: 25px;
	display: block;
	z-index: 10;
	color: #000;
	width: 40px;
	height: 40px;
	cursor: pointer;
	background-color: #fff;
}

.unk-modal__close:before, .unk-modal__close:after {
  position: absolute;
  left: 19px;
  content: " ";
  height: 34px;
  width: 1px;
  background-color: #333;
  top: 3px;
}

.unk-modal__close:before {
  -webkit-transform: rotate(45deg);
			 transform: rotate(45deg);
}

.unk-modal__close:after {
  -webkit-transform: rotate(-45deg);
			 transform: rotate(-45deg);
}

body.marketplace-index-index .page-header {
	margin-bottom: 0;
}
body.marketplace-index-index .columns .column.main {
	padding-bottom: 0;
}
body.marketplace-index-index .page-main {
	max-width: none;
	padding: 0;
}

.cart.table-wrapper .actions-toolbar {
	box-sizing: content-box;
}
.table-checkout-shipping-method thead {
	display: none;
}

.header-checkout-cart-button {
	position: absolute;
	right: 0px;
	z-index: 3;
	top: 28px;
}

.block-recently-viewed-products .block-title {
	 margin: 0 0 20px;
}

/* MGS MODAL POPUP */
/* POPUP styling 12-05-2021 14:45 */
body .mgs-popup.modal-popup .modal-inner-wrap {
	transform: none !important;
	 top: auto !important;
	 left: auto !important;
	 overflow: auto;
	 position: relative;
	 right: auto !important;
	 background-color: #fff !important;
}
body .mgs-popup.modal-popup .modal-content {
	margin-top: auto;
	margin-bottom: auto;
}
body .mgs-popup.modal-popup #mgs-popup {
	max-width: 100%;
	max-height: 100%;
	background-image: none !important;
	position: relative;
}
body .mgs-popup.modal-popup #mgs-popup > .inner {
	display: flex;
	align-items: flex-end;
	width: 100% !important;
	height: 100% !important;
	background-repeat: no-repeat;
	background-position: 50% 0%;
	background-size: cover;
}
body .mgs-popup.modal-popup #mgs-popup .countdown {
	 text-align: center;
}
body .mgs-popup.modal-popup #mgs-popup .countdown .timer {
	 display: flex;
	 justify-content: center;
	 flex-wrap: wrap;
	 margin: 0 auto;
}
body .mgs-popup.modal-popup #mgs-popup .countdown .mobile-timer {
	 display: none;
	 background-color: #000;
	 color: #fff;
	 padding: 7px 20px;
	 text-transform: lowercase;
}

body .mgs-popup.modal-popup #mgs-popup.has-content.has-bg:before {
	content: "";
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.1);
}
body .mgs-popup.modal-popup #mgs-popup.has-check:after,
body .mgs-popup.modal-popup #mgs-popup.has-count:after {
	content: "";
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 210px;
	background-color: #000;
	background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}
body .mgs-popup.modal-popup #mgs-popup .block-mgs-popup {
	position: relative;
	flex: 1 1 0;
	max-width: 100%;
	width: 100%;
	flex-direction: column;
	height: 100%;
	display: flex;
	z-index: 1;
}
body .mgs-popup.modal-popup #mgs-popup .block-mgs-popup .content-ct {
	flex: 1 1 0;
	max-width: 100%;
	width: 100%;
	padding: 30px;
	display: flex;
	align-items: center;
}
body .mgs-popup.modal-popup #mgs-popup .block-mgs-popup .content-ct a.bglink {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
body .mgs-popup.modal-popup #mgs-popup .block-mgs-popup .content {
	color: #000;
	font-size: 20px;
	flex: 1 1 0;
	max-width: 100%;
	width: 100%;
	text-align: center;
}
body .mgs-popup.modal-popup #mgs-popup.has-bg .block-mgs-popup .content {
	color: #fff;
}
body .mgs-popup.modal-popup #mgs-popup .block-mgs-popup .popup-bottom {
	flex: 0 0 auto;
	max-width: 100%;
	width: auto;
	padding: 30px;
}
body .mgs-popup.modal-popup #mgs-popup .checkbox {
	text-align: center;
}
body .mgs-popup.modal-popup #mgs-popup .checkbox label {
	color: #000;
}
body .mgs-popup.modal-popup #mgs-popup.has-bg .checkbox label {
	color: #fff;
}
body .mgs-popup.modal-popup #mgs-popup .checkbox label:before {
	border-color: #000;
}
body .mgs-popup.modal-popup #mgs-popup .checkbox label:after {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg aria-hidden='true' focusable='false' data-prefix='fas' data-icon='check' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='svg-inline--fa fa-check fa-w-16 fa-2x'%3e%3cpath fill='%23000' d='M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z' class=''%3e%3c/path%3e%3c/svg%3e");
}
body .mgs-popup.modal-popup #mgs-popup:not(.has-bg) {
	
}

body .mgs-popup.modal-popup .action-close {
	 padding: 0;
	 background-color: #fff;
	 width: 40px;
	 height: 40px;
	 top: 10px;
	 right: 10px;
	 box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1) !important;
	 z-index: 2;
}
body .mgs-popup.modal-popup .action-close:before {
	line-height: 1;
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg aria-hidden='true' focusable='false' data-prefix='fal' data-icon='times' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512' class='svg-inline--fa fa-times fa-w-10 fa-2x'%3e%3cpath fill='%238f8f8f' d='M193.94 256L296.5 153.44l21.15-21.15c3.12-3.12 3.12-8.19 0-11.31l-22.63-22.63c-3.12-3.12-8.19-3.12-11.31 0L160 222.06 36.29 98.34c-3.12-3.12-8.19-3.12-11.31 0L2.34 120.97c-3.12 3.12-3.12 8.19 0 11.31L126.06 256 2.34 379.71c-3.12 3.12-3.12 8.19 0 11.31l22.63 22.63c3.12 3.12 8.19 3.12 11.31 0L160 289.94 262.56 392.5l21.15 21.15c3.12 3.12 8.19 3.12 11.31 0l22.63-22.63c3.12-3.12 3.12-8.19 0-11.31L193.94 256z' class=''%3e%3c/path%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	content: "";
	width: 25px;
	height: 25px;
}
body .mgs-popup.modal-popup .popup-content p:last-child {
	margin-bottom: 0;
}
body .mgs-popup.modal-popup .popup-content{
	padding: 30px;
}




/* MEDIA QUERIES -------------------------------------------------------- */

/* MAX HEIGHT --------------------------------------------- */
@media only screen and (max-height: 800px) {
	.vendor-registration:not(.logged-in) .form-logo {
		margin-bottom: 35px;
	}
	.vendor-registration:not(.logged-in) .form-title {
		font-size: 40px;
	}
	.vendor-registration:not(.logged-in) .form-container {
		padding: 18px 10% 20px 10%;
	}
}

/* MAX WIDTH --------------------------------------------- */
@media only screen and (max-width: 1439px) {
	.home-slideshow .swiper-slide .bg-image {
		padding: 0;
		/* height: 650px; */
	}
	.home-categories {
		min-height: 710px;
	}
	.home-categories .categories .col-auto {
		 width: 183px;
	}
	.home-categories .categories .image {
		width: 90px;
		height: 90px;
	}
	.home-categories .categories .image [class*="fa-"]:before {
		font-size: 38px;
	}
	.home-categories .categories .cattitle {
		font-size: 15px;
	}
	.home-categories .categories .image [class*="fal fa-bed-alt"]:before,
	.home-categories .categories .image [class*="fal fa-light-ceiling"]:before,
	.home-categories .categories .image [class*="fal fa-computer-speaker"]:before,
	.home-categories .categories .image [class*="fal fa-newspaper"]:before {
		width: 38px;
		height: 38px;
	}
}
@media only screen and (max-width: 1199px) {

	.featured-container .block2 .bg-image,
	.featured-container .block3 .bg-image {
		background-position: 50% 50%;
	}
	.page-footer .links > *:nth-child(1) {
		display: none;
	}
	body.marketplace-seller-sellerlist .top-bg-image {
		height: 250px;
	}
	body.marketplace-seller-sellerlist .top-bg-image h1 {
		font-size: 40px;
	}
	body.marketplace-seller-sellerlist .control {

	}
	body.marketplace-seller-sellerlist .wk-mp-sellerlist-container .emptymsg {
		font-size: 28px;
	}
	body[class*="marketplace-seller"] .seller-header .seller-title {
		font-size: 40px;
	}
	body[class*="marketplace-seller"] .seller-header .seller-social {
		text-align: left;
	}
	body[class*="marketplace-seller"] .seller-recent-added-products .product-name a {
		font-size: 20px;
	}
	.wk-mp-rating-left {
		width: 40%;
	}
	.wk-mp-rating-right {
		width: 60%;
	}
	.wk-mp-rating-block .summary {
		font-size: 22px;
	}

	body[class*="marketplace-seller"] .seller-profile-body {
		padding-top: 25px;
		padding-bottom: 40px;
	}
	body[class*="marketplace-seller"] .last-section {
		margin-bottom: 15px;
	}
	.products-grid-container .product-item-name a {
		font-size: 20px;
	}
	.products-grid-container .price-container .price {
		font-size: 18px;
	}
	.products-grid-container {
		margin-left: -7.5px !important;
		margin-right: -7.5px !important;
	}
	.products-grid-container [class*="col-"],
	.products-grid-container > * {
		padding-left: 7.5px;
		padding-right: 7.5px;
	}
	.category-title-container .page-title,
	.page-main > .page-title-wrapper .page-title {
		font-size: 42px;
	}
	.product.data.items > .item.content,
	.product.attribute.description,
	.product-info-main .product.attribute.overview {
		font-size: 16px;
	}
	.wk-seller-card-product:nth-child(5) {
		display: none;
	}
	.product-info-main .page-title-wrapper h1 {
		font-size: 36px;
	}
	.block-products-list.widget .block-title strong {
		font-size: 34px;
	}
	.block.upsell .block-title strong,
	.block.related .block-title strong {
		font-size: 28px;
	}
	.block-products-list.widget .block-subtitle {
		font-size: 18px;
	}
	.block-search input[type="text"] {
		width: 330px;
	}
	.category-title-container .block-search input[type="text"] {
		width: 330px;
	}
	.cart.table-wrapper .product-item-name a {
		font-size: 22px;
	}
	.vendor-registration .form-container {
		padding-left: 6%;
		padding-right: 6%;
	}
	.page-footer .links > .seller-categories {
		width: 35%;
	}
	.home-slideshow .text-ct .inner-container {
		max-width: 620px;
	}
	.home-slideshow .title {
		font-size: 54px;
	}
	.home-slideshow .subtitle {
		font-size: 28px;
	}
	body.marketplace-seller-sellerlist .freguesias_search a {
		font-size: 16px;
	}

	body.marketplace-seller-sellerlist .freguesias_search,
	body.marketplace-seller-sellerlist .brand_search {
		margin-bottom: 40px;
	}
	body[class*="marketplace-seller"] .seller-header {
		margin-top: 25px;
	}
}
@media only screen and (max-width: 1023px) {
	.home-categories {
		min-height: 600px;
	}
	.home-categories .categories .image {
		width: 90px;
		height: 90px;
	}
	.home-categories .categories .cattitle {
		font-size: 14px;
	}
	.home-categories .categories .col-auto {
		width: 175px;
	}
	.home-categories .categories .image [class*="fa-"]:before {
		font-size: 38px;
	}
	.freguesia-selector h1 {
		font-size: 32px;
	}
	.freguesia-selector .dropdown span {
		font-size: 24px;
	}
	body.page-layout-homepage .column.main .content-inner {
		padding-top: 40px;
	}
	.featured-container {

	}
	.featured-container > .row {
		min-height: auto;
	}
	.featured-container .title {
		font-size: 44px;
		max-width: 634px;
	}
	.featured-container .sparsh_banner_slider .caption p,
	.featured-container .block2 .title,
	.featured-container .block1 .title {
		font-size: 26px;
		max-width: 360px;
		/* text-shadow: 0 0 7px rgba(255, 255, 255, 0.80), 0 0 2px rgba(255, 255, 255, 0.80); */
	}
	.featured-container .block2 .bg-image,
	.featured-container .block1 .bg-image {
		background-position: 80% 50%;
	}

	.featured-container .sparsh_banner_slider .caption > .container .btn-banner,
	.featured-container .button {
		font-size: 14px;
	}
	.featured-container .block1 {
	}

	.featured-container .sparsh_banner_slider > *:not(.slick-list):not(.slick-arrow),
	.featured-container .sparsh_banner_slider .slick-slide > div > div,
	.featured-container .block3,
	.featured-container .block2 {
	}
	.page-footer .links > *:nth-child(3) {
	}
	#sellers-map {
		height: 420px;
	}
	.sellers-map-container {
		padding-top: 15px;
	}
	body[class*="marketplace-seller"] .sellers-map-container {
		padding-top: 30px;
	}
	.page-footer .links > .seller-categories ul ul > li > a {
		white-space: normal;
	}
	.page-footer .links > .seller-categories > ul {
		padding-right: 0;
	}
	.page-footer .footer.content .links > * {
		 max-width: 300px;
		 width: 100%;
	}
	.page-footer .footer.content .links > .seller-categories {
		 width: 640px;
		 order: 3;
		 max-width: 100%;
	}
	.block-search input[type="text"] {
		width: 250px;
	}
}
@media only screen and (max-width: 991px) {
	.advantages-container {
		padding-top: 20px;
	}
	.advantages-container .advant-container {
		margin-bottom: 20px;
		text-align: center;
	}
	.advantages-container .title {
		font-size: 14px;
	}
	.advantages-container .descp {
		font-size: 14px;
	}

	.advantages-container .content,
	.advantages-container .icon {
		width: 100%;
		padding-right: 0;
	}
	body[class*="marketplace-seller"] .seller-header .bottom a {
		font-size: 14px;
	}
	body[class*="marketplace-seller"] .seller-header > .inner {
		padding: 16px;
	}

	body[class*="marketplace-seller"] .seller-header .toplink {
		margin-bottom: 5px;
	}
	.hero-container,
	body[class*="marketplace-seller"] .wk-mp-banner {
		height: 400px;
	}
	body[class*="marketplace-seller"] .seller-recent-added-products .product-name a {
		font-size: 18px;
	}
	body[class*="marketplace-seller"] .details-title {
		font-size: 28px;
	}
	body[class*="marketplace-seller"] .details-subtitle {
		font-size: 20px;
	}
	body[class*="marketplace-seller"] .store-details {
		padding: 35px;
	}
	.page-products .sorter {
		padding-left: 15px;
	}
	.page-products .sorter label {
		display: none;
	}
	.wk-seller-card-product {
		width: 75px;
		height: 75px;
	}
	.wk-seller-card-container.wk-card-type2 {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.wk-seller-card-product:nth-child(4) {
		display: none;
	}
	.page-layout-1column .product.media {
		width: 45%;
	}
	.page-layout-1column .product-info-main {
		width: 55%;
	}
	.product-info-main .page-title-wrapper h1 {
		font-size: 32px;
	}
	.product-options-bottom .price-box .price-container .price,
	.product-info-price .price-box .price-container .price {
		font-size: 28px;
	}
	.product-info-main .product-info-price .old-price .price-wrapper .price {
		font-size: 18px;
	}

	.product-options-bottom .price-box .price-container,
	.product-info-price .price-box .price-container {
		font-size: 18px;
	}
	.product.info.detailed {
		margin: 40px 0;
	}
	.block-products-list.widget .block-title strong {
		font-size: 30px;
	}
	.block.upsell .block-title strong,
	.block.related .block-title strong {
		font-size: 25px;
	}
	.block-products-list.widget .block-subtitle {
		margin-top: 15px;
	}
	.block.upsell,
	.block.related {
		margin-bottom: 30px;
	}
	.account.page-layout-2columns-left .sidebar-main,
	.account.page-layout-2columns-left .sidebar-additional {
		width: 265px;
	}
	.account.page-layout-2columns-left .column.main {
		width: calc(100% - 265px);
	}
	body .wk-seller-card-details-block .wk-seller-location-link {
		font-size: 16px;
	}
	.vendor-registration .form-title {
		font-size: 32px;
	}
	.vendor-registration .form-subtitle {
		font-size: 18px;
	}
	.unk-modal__content h1 {
		font-size: 26px;
	}
	.unk-modal__content {
		padding-left: 20px;
		padding-right: 20px;
	}
	.page-footer > .footer.content {
		padding-top: 30px;
		padding-bottom: 25px;
	}
	.home-slideshow .text-ct .inner-container {
		max-width: 510px;
	}
	.home-slideshow .title {font-size: 46px;}
	.home-slideshow .subtitle {
		font-size: 25px;
	}
	body.marketplace-seller-sellerlist .sellerlist-top {
		padding: 50px 0;
	}
	body.marketplace-seller-sellerlist .freguesias_search,
	body.marketplace-seller-sellerlist .brand_search {
		margin-bottom: 10px;
	}
	body.marketplace-seller-sellerlist .freguesias_search .title,
	body.marketplace-seller-sellerlist .sellerlist-top .title {
		margin-bottom: 15px;
		font-size: 28px;
	}
	body.marketplace-seller-sellerlist .freguesia-selector .dropdown span {
		font-size: 18px;
	}
	body.marketplace-seller-sellerlist .wk-srach-wrapper #search_mini_form {
		margin-top: 30px;
	}
	body[class*="marketplace-seller"] .seller-profile-body .sellers-map-container {
		height: 480px;
		position: relative;
	}
	body[class*="marketplace-seller"] .seller-profile-body .about-col {
		margin-bottom: 32px;
	}
	body[class*="marketplace-seller"] .seller-profile-body .map-col {
		max-width: 100%;
	}
	.product.attribute.description {
		margin-bottom: 3em;
	}
}
@media only screen and (max-width: 815px) {
	.home-categories .categories [class="col-12"] {
		display: none;
	}
	.page-header .header.content .mainmenu ul li a {
		font-size: 15px;
	}
	.wk-seller-card-product:nth-child(3) {
		display: none;
	}
	.block-search input[type="text"] {
		width: 225px;
	}
}
@media only screen and (max-width: 767px) {
	.breadcrumbs {
		display: block;
	}
	.breadcrumbs .items {
		font-size: 12px;
	}
	.advantages-container .descp {
		max-width: 180px;
		margin: 0 auto;
	}
	.home-categories {
		min-height: 0;
		padding: 60px 0;
	}
	.home-categories .categories .image {
		width: 70px;
		height: 70px;
	}
	.home-categories .categories .cattitle {
		font-size: 13px;
		margin-top: 10px;
	}
	.home-categories .categories .image [class*="fa-"]:before {
		font-size: 32px;
	}
	.home-categories .categories .item {
		margin-bottom: 23px;
	}

	.home-categories .categories {
		margin-top: 50px;
		margin-bottom: -20px;
	}
	.home-slideshow .swiper-slide .bg-image {
		padding: 0;
	}
	body.page-layout-homepage .column.main .content-inner {
		padding-top: 30px;
	}
	.featured-container {

	}
	body[class*="page-layout-vendorregistration"] .columns .column.main {
		padding-bottom: 0;
	}
	.featured-container .block1 {
		/* padding: 40px; */
		/* min-height: 360px; */
		height: auto;
	}
	.featured-container .title {
		font-size: 36px;
		max-width: 510px;
	}

	.featured-container .sparsh_banner_slider .caption p,
	.featured-container .block2 .title,
	.featured-container .block3 .title {
		font-size: 26px;
		max-width: 320px;
	}

	.featured-container .sparsh_banner_slider > *:not(.slick-list):not(.slick-arrow),
	.featured-container .sparsh_banner_slider .slick-slide > div > div,
	.featured-container .block3,
	.featured-container .block2,
	.featured-container .block1 {
		min-height: 250px;
		height: auto;
	}

	.featured-container .col2 {
		margin: 0;
	}
	.featured-container .col2 > * {
		height: auto;
		padding: 0;
	}

	.featured-container .sparsh_banner_slider > *:not(.slick-list):not(.slick-arrow),
	.featured-container .sparsh_banner_slider .slick-slide > div > div,
	.featured-container .featured-block {
		margin-bottom: 16px;
	}
	.featured-container .block2 .bg-image,
	.featured-container .block3 .bg-image {
		background-position: 100% 10%;
	}
	.page-header .panel.wrapper {
		display: none;
	}
	.page-header .header.content .block-static-block {
		display: none;
	}
	.page-footer .links > *:nth-child(4) {

	}
	.page-footer .partners-container .block > * {

	}
	.page-footer .partners-container .block > * > * {

	}
	.page-footer .partners-container .block > * > *:nth-child(1) {
		width: 145px;
	}
	.page-footer .partners-container .block > * > *:nth-child(2) {
		width: 145px;
	}
	.page-footer .partners-container .block > * > *:nth-child(3) {
		/* width: 215px; */
	}
	.page-footer .partners-container .block > * > *:nth-child(4) {
		width: 70px;
	}
	.page-header .header.content .mainmenu {
		display: none;
	}
	.nav-sections .header.links li.greet.welcome {
		padding: 0;
		border-top: 0px;
	}
	.nav-sections .header.links li.authorization-link + * {
		/* display: none !important; */
	}
	.nav-sections .header.links li.greet.welcome span {
		padding: .8rem 20px;
		display: block;
		font-size: 22px;
		cursor: default;
		color: #32517F;
	}
	body.marketplace-seller-sellerlist .top-bg-image h1 {

	}
	body.marketplace-seller-sellerlist .wk-mp-sellerlist-container .emptymsg {
		font-size: 24px;
	}
	body[class*="marketplace-seller"] .seller-header .seller-title {
		font-size: 36px;
	}
	.wk-mp-seller-profile-wrapper {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
	body[class*="marketplace-seller"] .seller-header .logo {
		width: 130px;
	}
	body[class*="marketplace-seller"] .seller-recent-added-products .product-name a {
		font-size: 20px;
	}
	body[class*="marketplace-seller"] .seller-profile-body .action.primary.ghost {
		font-size: 14px;
	}
	body[class*="marketplace-seller"] .store-details {
		padding: 30px;
	}
	.wk-mp-rating-right,
	.wk-mp-rating-left {
		width: 100%;
	}
	.page-layout-1column .column.main .content-inner,
	body[class*="marketplace-seller"] .details-content {
		font-size: 16px;
	}
	body[class*="marketplace-seller"] .seller-recent-added-products .product-image-wrapper {
		padding-bottom: 70% !important;
	}
	body[class*="marketplace-seller"] #location iframe {
		height: 400px;
	}
	.modal-popup {
		background-color: transparent;
	}
	.modal-popup.modal-slide .modal-inner-wrap[class] {
		min-height: 0;
	}
	.modal-popup.modal-slide._inner-scroll._show {
		overflow: visible;
	}
	.modal-popup .modal-title {
		font-size: 20px !important;
	}
	.modal-popup:before {
		content:"";
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(0, 0, 0, 0.20);
	}
	.minicart-wrapper .product .actions {
		float: right;
		margin: -24px 0 0;
	}
	body[class*="marketplace-seller"] .seller-header .seller-social {
		margin-left: 0;
	}
	.products-grid-container .product-item-inner {
		opacity: 1;
		max-height: none;
		position: relative;
	}
	.products-grid-container .product-item-actions {
		padding-left: 0;
		padding-right: 0;
		padding-bottom: 0;
	}
	.products-grid-container .product-item-actions > * {
		opacity: 1;
	}
	.products-grid-container .product-item-actions .actions-primary {
		display: block;
	}
	.page-layout-2columns-left .sidebar-main > * > .block.filter,
	.wp-mp-seller-collection .wk-mp-collection-left > * {
		padding: 0;
		background-color: transparent;
		margin-bottom: 25px;
	}
	.page-layout-2columns-left .sidebar-main .block.filter .filter-content,
	.wk-mp-collection-left .block.filter .filter-content {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: column;
		flex-direction: column;
		height: 100%;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: #fff;
		transform: translateY(10px);
		opacity: 0;
		visibility: hidden;
		transition: all 0.3s ease-out;
	}
	.page-layout-2columns-left .sidebar-main .block.filter.active .filter-content,
	.wk-mp-collection-left .block.filter.active .filter-content {
		transform: translateY(0px);
		opacity: 1;
		visibility: visible;
	}
	.page-layout-2columns-left .sidebar-main .block.filter .block-content .filter-options,
	.wk-mp-collection-left .block.filter .block-content .filter-options {
		overflow: auto;
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
		position: relative;
		top: auto;
		right: auto;
	}

	.page-layout-2columns-left .sidebar-main .block.filter > .filter-title,
	.wk-mp-collection-left .block.filter > .filter-title {
		display: block;
	}
	.page-layout-2columns-left .sidebar-main .block.filter .block-content .filter-title,
	.wk-mp-collection-left .block.filter .block-content .filter-title {
		position: absolute;
		border-bottom: 0px;
		margin: 0;
		width: 50px;
		height: 50px;
		right: 0;
		left: auto;
		top: 0;
		z-index: 2;
	}

	.wk-mp-collection-left .block.filter .block-content .filter-title + .filter-actions {
		display: none;
	}

	.page-layout-2columns-left .sidebar-main .block.filter.active > .filter-title,
	.wk-mp-collection-left .block.filter.active > .filter-title {
		display: none;
	}
	.page-layout-2columns-left .sidebar-main .block.filter .block-content .filter-title strong,
	.wk-mp-collection-left .block.filter .block-content .filter-title strong {
		opacity: 0.8;
		position: relative;
		top: auto;
		right: auto;
		left: auto;
		bottom: auto;
		height: 100%;
		padding: 0;
		transition: opacity 0.2s ease-out;
		width: 100%;
		background: none;
		border: 0;
		color: transparent;
		display: inline-block;
		text-decoration: none;
		border-radius: 0px;
		font-weight: 400;
		line-height: 1;
	}

	.page-layout-2columns-left .sidebar-main .block.filter .block-content .filter-title strong:hover,
	.wk-mp-collection-left .block.filter .block-content .filter-title strong:hover {
		opacity: 1;
	}
	.page-layout-2columns-left .sidebar-main .block.filter .block-content .filter-title strong:after,
	.wk-mp-collection-left .block.filter .block-content .filter-title strong:after {
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
		font-size: 24px;
		line-height: 1;
		content: '\e616';
		font-family: 'luma-icons';
		color: #fff;
		vertical-align: middle;
		display: inline-block;
		font-weight: normal;
		overflow: hidden;
		text-align: center;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}
	.page-layout-2columns-left .sidebar-main .block.filter .block-content .filter-subtitle,
	.wk-mp-collection-left .block.filter .block-content .filter-subtitle {
		border-bottom: 0;
		padding: 8px 15px;
		font-size: 20px;
		font-weight: 400;
		background-color: #4671B3;
		color: #fff;
		display: block;
		height: 50px;
		left: 0;
		line-height: 32px;
		position: relative;
		z-index: 1;
	}
	.filter.active .filter-options-item:last-child {
		margin-bottom: 0px;
		border-bottom: 1px solid rgba(132, 156, 191, 0.5);
	}
	.filter .block-subtitle + .filter-current > *, .filter .filter-current-subtitle,  .filter.active .filter-options-item > * {
		padding-left: 15px;
		padding-bottom: 0;
		padding-right: 40px;
		line-height: 1.4;
		overflow: visible;
	}
	.filter .filter-current .items {
		padding-top: 15px;
	}
	.filter .filter-current-subtitle:before, .filter.active .filter-options-title:after {
		right: 19px;
		top: 16px;
	}
	.page-layout-2columns-left .sidebar-main .block.filter > .filter-title strong,
	.wk-mp-collection-left .block.filter > .filter-title strong {
		position: relative;
		text-transform: uppercase;
		font-size: 14px;
	}
	.wk-mp-collection-right .sorter {
		position: relative;
		top: auto;
		right: auto;
		padding: 0 15px;
		overflow: visible;
	}
	.fieldset:last-child {
		margin-bottom: 0;
	}
	.wk-mp-collection-left .filter .filter-current.active,.filter .block-subtitle + .filter-current {
		display: block;
		margin: 0;
		border-top: 0;
		padding-bottom: 12px;
	}
	.filter .filter-current:first-child {
		display: none;
	}
	.filter-actions {
		margin: 20px 0 10px 0;
	}
	.filter-actions a {
		color: #4671B3;
		font-weight: 700;
	}
	.navigation .level0.active > a:not(.ui-state-active),
	.navigation .level0.has-active>a:not(.ui-state-active) {
		border-color: #4671B3;
		color: #32517F;
	}
	.login-container .actions-toolbar > .secondary {
		margin-left: 0;
	}
	.block.block-recently-viewed-products,
	.block.block-wishlist,
	.block.block-reorder {
		display: none;
	}
	.page-main > .page-title-wrapper .page-title {
		margin-bottom: 1.25em;
	}
	.page-header {
		margin-bottom: 30px;
	}
	.page-header .header.content > .minicart-wrapper {
		margin-top: 0;
		margin-right: 5px;
	}
	.wk-seller-card-details-block .vendor-products {
		display: none;
	}
	.page-layout-1column .product-info-main {
		width: 100%;
		padding-left: 0;
	}
	.page-layout-1column .product.media {
		width: 100%;
	}
	.fotorama__stage {
		margin-bottom: 0px;
	}
	.product.info.detailed {
		margin-top: 30px;
	}
	.product.data.items > .item.title > .switch,
	.product.data.items > .item.title > .switch:visited {
		font-size: 20px;
		height: auto;
		line-height: 50px;
	}
	.page-layout-1column .product.media {
		margin-bottom: 40px;
	}
	.product-reviews-summary {
		margin-bottom: 20px;
	}
	.product-reviews-summary .reviews-actions {
		font-size: 14px;
	}
	body.catalog-product-view .columns .column.main {
		padding-top: 35px;
	}
	.page-layout-2columns-left .sidebar-main,
	.page-layout-2columns-left .column.main {
		padding-bottom: 0px;
	}
	.vendor-registration #wk-vender-login-box {
		position: relative;
		bottom: auto;
		right: auto;
	}
	.cart.table-wrapper .item .col.item {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.cart.table-wrapper .product-item-photo {
		position: relative;
		display: inline-block;
		top: auto;
		left: auto;
		width: auto;
		max-width: none;
		margin-bottom: 20px;
	}
	.cart.table-wrapper .product-item-details {
		display: inline-block;
	}
	.cart.table-wrapper .action.towishlist {
		position: relative;
		right: auto;
	}
	.cart.table-wrapper .towishlist > span {
		position: unset;
		clip: unset;
		height: auto;
		margin: auto;
		width: auto;
	}
	.cart.table-wrapper .col.qty {
		min-width: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}
	.cart.table-wrapper .col.price[data-th]:before,
	.cart.table-wrapper .col.subtotal[data-th]:before {
		padding-bottom: 20px;
	}
	.cart.table-wrapper .item-info {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}
	.cart.table-wrapper .item .col.item {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.cart.table-wrapper td.col:not(:first-child) {
		padding-top: 0;
	}
	.block-collapsible-nav {
		top: -30px;
	}
	.abs-toggling-title-mobile, .block-wishlist-management .wishlist-select .wishlist-name, .block-collapsible-nav .title {
		border: 0px;
		padding: 15px 40px 15px 15px;
	}
	.block-collapsible-nav .title strong {
		font-size: 16px;
	}
	.block-collapsible-nav .title:after {
		top: 15px;
	}
	.block-collapsible-nav .content.active {
		padding: 0 0 10px 15px;
	}
	.products-grid.wishlist .product-image-container {
		max-width: 100%;
	}
	.products-grid.wishlist .product-item-name {
		margin-left: 0;
	}
	.products-grid.wishlist .product-item-actions {
		padding-bottom: 3px;
		float: none;
	}
	.account.page-layout-2columns-left .sidebar-main,
	.account.page-layout-2columns-left .column.main {
		width: 100%;
	}
	.account.page-layout-2columns-left .column.main {
		padding-bottom: 25px;
	}
	.page-main > .page-title-wrapper .page-title {
		font-size: 34px;
	}
	#sellers-map {
		height: 360px;
	}
	.authentication-wrapper {
		margin-top: -105px;
	}
	.authentication-dropdown {
		border-radius: 0px;
	}
	.opc-block-summary {
		background-color: #fff;
	}
	body.marketplace-seller-sellerlist .brand_search {
	}
	body.marketplace-seller-sellerlist .results {
		margin-top: 50px;
	}
	.sellers-map-container {
		padding-top: 40px;
	}
	body.cms-page-view .content-inner table tr {
		margin: 10px 0;
		display: block;
	}
	body.cms-page-view .content-inner table tr:first-child {
		display: none;
	}
	body.cms-page-view .content-inner table td:first-child{
		border: 0;
		padding-bottom: 0;
	}
	body.cms-page-view .content-inner table td:nth-child(2) {
		border: 0;
	}
	body.cms-page-view .content-inner table td:first-child span {
		font-weight: 700 !important;
		display: block;
	}
	body.cms-page-view .content-inner table td {
		display: block;
	}
	.vendor-registration .wk-mp-landingpage .form.create.account .fieldset.info {
		margin-bottom: 40px;
	}
	.vendor-registration .form-logo {
		display: block;
		height: 120px;
		padding-bottom: 0;
	}
	.freguesia-selector .dropdown .options div {
		font-size: 18px;
	}
	.home-slideshow .text-ct .inner-container {
		max-width: 490px;
	}
	.home-slideshow .title {font-size: 42px;}
	.home-slideshow .subtitle {
		font-size: 22px;
	}
	body.marketplace-seller-sellerlist .sellerlist-top {
		padding: 40px 0;
	}
	body.marketplace-seller-sellerlist .freguesias_search .title,
	body.marketplace-seller-sellerlist .sellerlist-top .title {
		margin-bottom: 15px;
	}
	body.marketplace-seller-sellerlist .wk-srach-wrapper #search_mini_form {
		margin-top: 20px;
	}
	body[class*="marketplace-seller"] .seller-profile-body .sellers-map-container {
		height: 360px;
	}
	.featured-container > .row {
		margin-bottom: 10px;
	}
	.product.attribute.description {
		margin-bottom: 2em;
	}
	.page-header .header.content > .block-search {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}
	.home-slideshow {
		/* max-height: 50vh; */
		max-height: none;
		height: auto;
		padding-bottom: 37%;
	}
	.home-slideshow .swiper-container {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
	}
	.block-products-list.widget .block-header {
		margin-bottom: 30px;
	}
	.checkout-success .actions-toolbar .action.back-to-cart {
		margin-left: 0;
		margin-top: 15px;
	}
	.hero-container,
	body[class*="marketplace-seller"] .wk-mp-banner {
		height: auto;
		padding-bottom: 62%;
		background-size: 100%;
	}
	.home-categories .categories .image [class*="fal fa-bed-alt"]:before,
	.home-categories .categories .image [class*="fal fa-light-ceiling"]:before,
	.home-categories .categories .image [class*="fal fa-computer-speaker"]:before,
	.home-categories .categories .image [class*="fal fa-newspaper"]:before {
		width: 32px;
		height: 32px;
	}

	/* MGS MODAL POPUP */
	body .modal-popup.mgs-popup {
		left: 0;
		padding: 15px;
	}
	body .mgs-popup.modal-popup #mgs-popup {
		padding-top: 60px;
	}
	body .mgs-popup.modal-popup #mgs-popup > .inner {
		background-size: contain;
	}
}
@media only screen and (max-width: 639px) {
	.home-categories {
		padding: 40px 0;
	}
	.freguesia-selector .dropdown {
	}
	.freguesia-selector h1 {
	font-size: 28px;
	}
	.freguesia-selector .dropdown span {
		font-size: 20px;
	}
	.home-categories #freguesia {
		font-size: 30px;
	}
	.page-main > .page-title-wrapper .page-title {
		font-size: 28px;
	}
	body .pages .item:not(.pages-item-previous):not(.pages-item-next):not(.current) {
		/* display: none !important; */
	}
}
@media only screen and (max-width: 575px) {
	.sidebar .action.tocart,
	.wk-btn,
	.block.filter > .filter-title strong,
	button,
	.minicart-items .update-cart-item,
	.minicart-wrapper .action.viewcart,
	body[class*="marketplace-seller"] .wk-mp-collection-view-btn a,
	.actions-toolbar .primary a.action,
	a.action.primary,
	.action.primary {
		min-height: 35px;
		padding-left: 1.1em;
		padding-right: 1.1em;
	}

	.category-title-container .block-search input[type="text"],
	.qty-container > *,
	.qty-container .input-text.qty,
	.cart.table-wrapper .col.qty .input-text {
		height: 35px;
	}
	.qty-container .input-text.qty,
	.cart.table-wrapper .col.qty .input-text {
		width: 40px;
	}

	.minicart-items .update-cart-item {
		min-height: 28px;
	}
	body.page-layout-homepage .column.main .content-inner {
		padding-top: 10px;
	}
	.featured-container {

	}

	.featured-container .sparsh_banner_slider > *:not(.slick-list):not(.slick-arrow),
	.featured-container .sparsh_banner_slider .slick-slide > div > div,
	.featured-container .block1,
	.featured-container .block3,
	.featured-container .block2 {
		padding: 40px 20px;
		min-height: 253px;
	}

	.featured-container .sparsh_banner_slider .caption p,
	.featured-container .block2 .title,
	.featured-container .block3 .title {
		font-size: 24px;
	}
	.featured-container .block2 .bg-image,
	.featured-container .block3 .bg-image {
		background-position: 60% 10%;
	}
	.featured-container .title {
		font-size: 32px;
		max-width: 450px;
	}
	.featured-container .block1 {
		min-height: 260px;
	}

	.featured-container .sparsh_banner_slider .caption > .container .btn-banner,
	.featured-container .button {
		margin-top: 20px;
	}
	.page-header .header.content > .logo {
		max-width: 140px;
	}
	.nav-sections .close-control {
	}
	body.marketplace-seller-sellerlist .top-bg-image {
		height: 200px;
	}
	body.marketplace-seller-sellerlist .top-bg-image h1 {
		font-size: 34px;
	}
	body.marketplace-seller-sellerlist .brand_search {
	}
	body.marketplace-seller-sellerlist .control {
	}
	body.marketplace-seller-sellerlist .toolbar {
		margin-top: 20px;
		margin-bottom: 0;
	}
	body.marketplace-seller-sellerlist .toolbar .pages {
		margin-bottom: 0px;
	}
	.page-footer .links > *:nth-child(5) {
		/* display: none; */
	}
	body[class*="marketplace-seller"] .seller-header .seller-title {
		font-size: 32px;
	}

	body[class*="marketplace-seller"] .seller-profile-body .title {
		font-size: 18px;
	}
	.minicart-wrapper .block-minicart {
		right: 0;
		position: fixed;
		width: 100%;
		height: 100%;
		left: auto;
		top: 0;
		margin: 0;
		border: 0;
		border-radius: 0px;
		padding-left: 16px;
		padding-right: 16px;
	}
	.minicart-items-wrapper {
		overflow: auto;
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		margin-left: -16px;
		margin-right: -16px;
		padding-left: 16px;
		padding-right: 16px;
	}
	.minicart-wrapper .block-minicart .block-content,
	.minicart-wrapper .block-minicart #minicart-content-wrapper {
		height: 100%;
	}
	.minicart-wrapper .block-minicart:before,
	.minicart-wrapper .block-minicart:after {
		display: none;
	}
	.minicart-wrapper .block-minicart .block-content {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.minicart-wrapper .action.close {
		width: 30px;
		height: 30px;
		top: 12px;
		right: 12px;
		opacity: 0.5;
	}
	.minicart-wrapper .action.close:before {
		font-size: 24px;
		line-height: 1;
		color: #000;
	}
	.minicart-wrapper .action.close:hover {
		opacity: 0.8;
	}
	body[class*="marketplace-seller"] .seller-profile-body .title-container {
		margin-bottom: 10px;
	}
	body[class*="marketplace-seller"] #location iframe {
		height: 350px;
	}
	body[class*="marketplace-seller"] .seller-header {
		margin-bottom: 25px;
	}
	body[class*="marketplace-seller"] .seller-profile-body {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.product.data.items > .item.title > .switch,
	.product.data.items > .item.title > .switch:visited {
		font-size: 18px;
		line-height: 45px;
	}
	.category-title-container > * {
		-ms-flex: 0 0 100% !important;
		flex: 0 0 100% !important;
		max-width: 100% !important;
	}
	.block-search input[type="text"] {
		width: 100%;
	}
	.category-title-container .block-search input[type="text"] {
		width: 100%;
	}

	.vendor-registration .wk-mp-landingpage .form.create.account .account .password,
	.vendor-registration .wk-mp-landingpage .form.create.account .account .confirmation,
	.vendor-registration .wk-mp-landingpage .form.create.account .info .field,
	.vendor-registration .wk-mp-design .form.create.account .field {
		width: 100%;
		float: none;
		padding-right: 0;
	}
	.cart.table-wrapper .item .col.item {
		padding-left: 0;
		padding-right: 0;
		padding-top: 22px;
	}

	.cart.table-wrapper .col.qty,
	.cart.table-wrapper .col.price,
	.cart.table-wrapper .col.subtotal,
	.cart.table-wrapper .col.msrp {
		padding-left: 10px;
		padding-right: 10px;
		width: auto;
		float: none;
	}
	.cart.table-wrapper .product-item-photo {
		margin-bottom: 20px;
	}
	.cart.table-wrapper .product-item-name a {

	}
	#sellers-map {
		height: 300px;
	}
	body.marketplace-seller-sellerlist .sellerlist-top .title {
		font-size: 24px;
	}
	body.marketplace-seller-sellerlist .freguesia-selector .dropdown span {
	}
	body.marketplace-seller-sellerlist .freguesia-selector .dropdown span:after {
		font-size: 17px;
		margin-left: 6px;
	}
	body.marketplace-seller-sellerlist .results {

	}
	body.marketplace-seller-sellerlist .wk-mp-sellerlist-container .emptymsg {
		font-size: 20px;
	}
	.freguesia-selector .dropdown span {
	}
	.freguesia-selector .dropdown span:after {
		font-size: 20px;
		margin-left: 8px;
	}
	.block-products-list.widget .swiper-container {
		padding-bottom: 0;
	}
	.block-products-list.widget .block-title strong {

	}
	.block.upsell .block-title strong,
	.block.related .block-title strong {

	}
	.sellers-map-container {
		padding-top: 30px;
	}
	body .wk-mp-landingpage .form.create.account .info .field {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	body.marketplace-seller-sellerlist .freguesia-selector > * {
	}
	.vendor-registration .form-logo {
		display: block;
		padding-bottom: 32%;
		height: auto;
		margin-bottom: 30px;
	}
	.vendor-registration .wk-mp-landingpage .form.create.account .fieldset.info {
		margin-bottom: 30px;
	}
	.vendor-registration .wk-mp-design .form.create.account {
		width: 100%;
		margin-right: 0;
	}
	body[class*="marketplace-seller"] .seller-profile-body .sellers-map-container {
		height: 300px;
	}
	.page-header .header.content .logo-container a {
		width: 90px;
	}
	.page-header .header.content {
		padding-top: 12px;
		padding-bottom: 12px;
		min-height: 85px;
	}
	body .mgs-popup.modal-popup #mgs-popup .countdown .mobile-timer {
		 display: inline-block;
	}
	body .mgs-popup.modal-popup #mgs-popup .countdown .timer {
		display: none;
	}
	body .mgs-popup.modal-popup #mgs-popup .countdown .timer > div {
		width: 70px;
		font-weight: 400;
		margin-bottom: 10px;
	}
	body .mgs-popup.modal-popup #mgs-popup .countdown .timer > div > strong {
		font-size: 20px;
		font-weight: 400;
	}
	body .mgs-popup.modal-popup #mgs-popup .block-mgs-popup .content-ct,
	body .mgs-popup.modal-popup #mgs-popup .block-mgs-popup .popup-bottom {
		padding: 20px 15px;
	}
	body .mgs-popup.modal-popup #mgs-popup {
		
	}
}
@media only screen and (max-width: 479px) {
	.advantages-container .row > * {
		width: 100%;
		max-width: 100%;
		flex: 0 0 100%;
	}
	.advantages-container .advant-container {
		text-align: left;
		-ms-flex-wrap: nowrap!important;
		flex-wrap: nowrap!important;
	}
	.advantages-container .content, .advantages-container .icon {
		width: auto;
		padding-right: 16px;
	}
	.advantages-container .descp {
		max-width: 100%;
	}
	.home-categories .categories .image {
		width: 50px;
		height: 50px;
	}
	.home-categories .categories .cattitle {
		font-size: 12px;
	}
	.home-categories .categories .image [class*="fa-"]:before {
		font-size: 24px;
	}
	.home-categories .categories .col-auto {
		width: 150px;
	}
	.home-categories .categories {
		margin-top: 40px;
	}
	.page-header .header.content > .logo {
		max-width: 130px;
	}
	.nav-sections .close-control {
	}
	body[class*="marketplace-seller"] .seller-recent-added-products .seller-products > * {

	}
	body[class*="marketplace-seller"] .seller-recent-added-products .seller-products > * > * {
		padding-left: 8px;
		padding-right: 8px;
	}
	body[class*="marketplace-seller"] .store-details {
		padding: 25px 20px;
	}
	body[class*="marketplace-seller"] .seller-recent-added-products .product-name a {
		font-size: 18px;
	}

	.minicart-items .update-cart-item:before {
		display: block;
		font-weight: 700;
		font-size: 14px;
	}
	.minicart-items .update-cart-item span {
		display: none;
	}
	.minicart-items .update-cart-item {
		padding: 0;
		width: 26px;
		height: 26px;
	}
	.wk-mp-collection-right .products {

	}
	.products.wrapper ~ .toolbar-products .pages {
		margin-bottom: 0;
	}
	.page-header .header.content .logo-container a {

	}
	.cart .table.items .col.qty,
	.cart.table-wrapper td.col:not(:first-child) {
		width: 100%;
		text-align: right;
		padding-left: 0;
		padding-right: 0;
		padding-bottom: 15px;
	}
	.cart.table-wrapper .col.qty[data-th]:before, .cart.table-wrapper .col.price[data-th]:before, .cart.table-wrapper .col.subtotal[data-th]:before, .cart.table-wrapper .col.msrp[data-th]:before {
		float: left;
		padding-bottom: 0;
	}
	.cart.table-wrapper .col.price .price-excluding-tax,
	.cart .table.items .col.qty .field.qty,
	.cart.table-wrapper .col.subtotal .price-excluding-tax {
		float: right;
	}
	.cart.table-wrapper .col.qty[data-th]:before {
		padding-top: 7px;
	}
	.cart.table-wrapper .item .col.item {
		padding-bottom: 20px;
	}
	.cart.table-wrapper .actions-toolbar>.action-edit,
	.cart.table-wrapper .actions-toolbar>.action-delete {
		position: relative;
		right: auto;
		top: auto;
	}
	.cart.table-wrapper .actions-toolbar {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.cart.table-wrapper .action.towishlist {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}
	.vendor-registration .form-container {
		padding-left: 0;
		padding-right: 0;
	}
	.vendor-registration .form-title {
		font-size: 28px;
	}
	.vendor-registration .form-subtitle {
		font-size: 16px;
	}
	.page-footer .links > .seller-categories ul ul > li {
		width: 100%;
		float: none;
	}
	/* responsive tables */
	table.bt tbody td {
		flex-wrap: wrap;
	}
	.cart-container .form-cart .actions.main > * {
		width: 100%;
		margin: 0 0 10px 0;
	}
	.home-categories .categories .image [class*="fal fa-bed-alt"]:before,
	.home-categories .categories .image [class*="fal fa-light-ceiling"]:before,
	.home-categories .categories .image [class*="fal fa-computer-speaker"]:before,
	.home-categories .categories .image [class*="fal fa-newspaper"]:before {
		width: 24px;
		height: 24px;
	}
}
@media only screen and (max-width: 365px) {
	.products-grid-container .item.product {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	body.marketplace-seller-sellerlist .sellerlist-top .title {
		display: block;
		width: 100%;
	}
	.page-header .header.content > .logo-container {
		margin-bottom: 15px;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.page-header .header.content > .block-search {
		max-width: 100%;
		padding: 0;
	}
	.page-header .header.content > .minicart-wrapper {
		margin: 0;
		padding-right: 0;
	}
	.page-header .header.content .nav-toggle {
		position: absolute;
		right: 15px;
		top: 35px;
	}
	body .mgs-popup.modal-popup #mgs-popup .countdown .timer > div {
		font-size: 13px;
	}
}
@media only screen and (max-width: 320px) {
	.home-categories .categories .row {
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}
	.featured-container .title {
		font-size: 25px;
	}

	.featured-container .sparsh_banner_slider .caption p,
	.featured-container .block2 .title,
	.featured-container .block3 .title {
		font-size: 23px;
	}
	.page-header .header.content > .logo {
		max-width: 120px;
	}
	.nav-sections .close-control {
	}
	body.marketplace-seller-sellerlist .top-bg-image {
		height: 160px;
	}
	body.marketplace-seller-sellerlist .top-bg-image h1 {
		font-size: 28px;
	}
	body[class*="marketplace-seller"] .seller-recent-added-products .product-name a {
		font-size: 16px;
	}
	.wk-seller-card-details-img-block img {
		width: 80px;
	}
	#checkout-shipping-method-load {
		padding-left: 0;
		padding-right: 0;
	}
}


/* MIN WIDTH --------------------------------------------- */
@media only screen and (min-width: 320px) {

}
@media only screen and (min-width: 480px) {

}
@media only screen and (min-width: 640px) {
	.block-products-list.widget .block-header .swiper-nav-container {
		position: absolute;
		right: 0;
	}
}
@media only screen and (min-width: 576px) {
	.toolbar-products {
		-ms-flex-pack: end;
		justify-content: flex-end;
	}
	.wk-seller-card-details-content-block {
		padding-left: 9px;
	}
}
@media only screen and (min-width: 640px) {
	.freguesia-selector #freguesia {
		display: none;
	}
	.account.page-layout-2columns-left .wk-mp-body td:last-child {
		width: 150px;
	}
}
@media only screen and (min-width: 768px) {
	.sections.nav-sections {
		display: none;
	}
	.page-products .columns,
	.wp-mp-seller-collection > .row {
		margin-left: -20px;
		margin-right: -20px;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.page-products .columns > *,
	.wp-mp-seller-collection > .row > * {
		padding-left: 20px;
		padding-right: 20px;
	}
	.page-layout-2columns-left .sidebar-main,
	.wp-mp-seller-collection .wk-mp-collection-left {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}
	.page-layout-2columns-left .sidebar-main,
	.wp-mp-seller-collection .wk-mp-collection-left {
		width: 310px;
	}
	.page-layout-2columns-left .column.main,
	.wp-mp-seller-collection .wk-mp-collection-right {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}
	.columns {
		display: flex;
	}
	h1 {
		font-size: 30px;
	}
	.table-checkout-shipping-method {
		width: 100%;
	}
}
@media only screen and (min-width: 992px) {
	.cart-summary {
		width: 280px;
		max-width: 100%;
	}
	.abs-shopping-cart-items-desktop,
	.block-cart-failed,
	.cart-container .form-cart,
	.cart-container .cart-gift-item {
		width: calc(100% - 280px);
	}
	h1 {
		font-size: 40px;
	}
}
@media only screen and (min-width: 1024px) {

}
@media only screen and (min-width: 1200px) {
	.page-layout-2columns-left .sidebar-main,
	.wp-mp-seller-collection .wk-mp-collection-left {
		width: 360px;
	}
	.cart-summary {
		width: 400px;
	}
	.abs-shopping-cart-items-desktop,
	.block-cart-failed,
	.cart-container .form-cart,
	.cart-container .cart-gift-item {
		width: calc(100% - 400px);
	}
	.block.upsell .products-grid-container .item.product,
	.block.related .products-grid-container .item.product {
		max-width: 20%;
	}
}
@media only screen and (min-width: 1440px) {
}
.checkout-onepage-success .action.print {
    display: none;
}
.checkout-payment-method .payment-option._collapsible.comment .payment-option-content .order-comment-input {
    height: 204px;
}
