/*!****************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./css/store/global.css ***!
  \****************************************************************************************************/
:root {
	--panel-bg: #fff;
	/*--btn-link-color: inherit;*/
	--btn-primary-bg: #165f85;
	--btn-primary-color: #fff;
}

/*html {
	font-size: 14px;
}*/

/*body {
	font-family: "Poppins", sans-serif;
	font-weight: 400;
	font-style: normal;
	letter-spacing: -0.02em;
}*/

/*h1,
h2,
h3 {
	font-family: "Poetsen One", sans-serif;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 0;
	text-transform: none;
}

h1 {
	font-size: 2.5em;
    line-height: 1em;
    margin-bottom: 30px;
    text-align: center;
    color: #000;
	text-shadow: none;
}*/

/*h3 {
	font-size: 20px;
	margin-bottom: 1em;
}*/

/*h5 {
    font-size: 1.2em;
	margin-bottom: 0.5em;
}*/

/*.navbar-menu a,
.navbar-dropdown a {
	font-size: 16px;
}*/

/*.page-body {
	background-color: #f4f5fb; /*#f3f3f3;/
}*/

/*.panel {
	font-size: 1em;
}*/

.panel:first-child,
.titlebar + .panel {
	margin-top: 20px;
}

.btn,
a.btn {
	align-items: center;
	border-radius: 4px;
	display: inline-flex;
	font-family: inherit;
	gap: 5px;
	justify-content: center;
	padding: 8px 16px;
	transition: all 0.3s ease-in-out;
	vertical-align: middle;
}

.btn.disabled,
.btn:disabled {
	opacity: .5;
	pointer-events: none;
}

.btn.btn-primary {
	background-color: var(--btn-primary-bg);
	color: var(--btn-primary-color);
}

.button-bar {
	display: flex;
	gap: 5px;
}

.dialog-box {
	border-radius: 4px;
}

.dialog-box .button-bar {
	justify-content: flex-end;
}

.dialog-header {
	padding: 10px 7px;
	margin: 0 8px;
}

.dialog-header a {
	margin-top: 0;
}

.dialog-body,
.dialog-box .button-bar {
	padding: 15px;
}

.titlebar {
	align-items: center;
	display: flex;
	gap: 20px;
	justify-content: space-between;
	margin-bottom: 0.8em;
}

.titlebar > * {
	margin-bottom: 0;
}

.titlebar .action-box {
	margin-left: auto;
}

.breadcrumbs {
	overflow-x: auto;
	max-width: 100%;
	white-space: nowrap;
}

.breadcrumbs ul {
	display: block;
	gap: 8px;
	list-style-type: none;
}

.breadcrumbs li {
    display: inline-block;
    vertical-align: middle;
}

.breadcrumbs a {
	align-items: center;
	display: inline-flex;
    gap: 4px;
}

.breadcrumbs .icon {
	font-size: 0.9em;
}

.breadcrumbs li:not(:last-child)::after {
	content: "\f054";
	font-family: "Font Awesome 6 Free";
	font-weight: 600;
	font-size: 0.5em;
	padding: 0 8px;
	vertical-align: text-top;
}

.message-box {
	background-color: var(--panel-bg);
	border-radius: 6px;
	padding: 20px;
}

.page-loading {
	background-color: rgba(244, 245, 251, 0.5);
	left: 0;
	position: absolute;
	top: 0;
	z-index: 2;
	height: 100%;
	width: 100%;
}

.page-loading::before {
	animation: loading .6s linear infinite;
	border-radius: 50%;
	border-right: 3px solid transparent;
	border-top: 3px solid #07d;
	content: "";
	display: block;
	height: 50px;
	left: 50%;
	position: absolute;
	top: 50%;
	width: 50px;
}

/* Loading Animation
------------------------- */
@keyframes loading {
	0%		{ transform: translate(-50%, -50%) rotate(0deg); }
	100% 	{ transform: translate(-50%, -50%) rotate(360deg); }
}

dl {
	display: flex;
	gap: 10px;
	margin-bottom: 10px;
}

dt {
	flex: auto;
}

dd {
	width: 50%;
}

@media only screen and (max-width: 465px) {
	.titlebar {
		flex-direction: column;
	}
}

/*!********************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./css/store/index_page.css ***!
  \********************************************************************************************************/
/* Index page
----------------------------------- */
.store-top-header {
	background: linear-gradient(262.99deg, #AB6297 0%, #0E71A4 100%);
	border-radius: 20px;
	color: #fff;
	display: flex;
	gap: 120px;
	justify-content: space-between;
	padding: 40px;

	--btn-primary-bg: #fff;
	--btn-primary-color: #000;
}

.store-top-header .btn.btn-link {
	color: #fff;
}

.store-top-header .btn.btn-link:hover {
	color: #1d2025;
}

.store-top-header .btn.btn-primary:hover {
	background-color: #ffffff42;
}

.store-top-header .image {
	flex: none;
	width: 40%;
}

.store-top-header .resume {
	font-size: 1.18em;
	line-height: 1.5em;
	margin: 25px 0 30px 0;
}

@media only screen and (max-width: 850px) {
	.store-top-header .image {
		width: 20%
	}
}

@media only screen and (max-width: 700px) {
	.store-top-header .image {
		display: none;
	}
}

/*!**********************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./css/store/product_page.css ***!
  \**********************************************************************************************************/
.product-thumbnail {
	background-color: #f2f4f9;
	border-radius: 6px;
	display: block;
	overflow: hidden;
	padding-top: 67%;
	position: relative;
}

.product-price,
.product-offer {
	font-weight: 600;
	vertical-align: middle;
}

.product-price {
	font-size: 1.2em;
	margin-right: 0.4em;
}

.product-price.in-offer {
	color: #BF0019;
}

.product-price.in-offer + .product-price .decorated-price {
	font-size: 0.75em;
	text-decoration: line-through;
}

.product-offer {
	background-color: #BF0019;
	border-radius: 4px;
	color: #fff;
	font-size: 0.85rem;
	padding: 0.2em 0.8em;
}

.store-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 2%;
	list-style-type: none;
}

.store-grid li {
	background-color: var(--panel-bg);
	border-radius: 6px;
	margin-bottom: 25px;
	padding: 10px;
}

.store-grid.layer1 li {
	width: 23.4%;
}

.store-grid.layer2 li {
	align-items: center;
	display: flex;
	gap: 10px;
	width: 100%;
}

.store-grid.layer1 .product-thumbnail {
	margin-bottom: 0.8em;
}

.store-grid.layer2 .product-thumbnail {
	flex: none;
	padding-top: 15%;
	width: 20%;
}

.store-grid .title {
	font-size: 1.08em;
	font-weight: bold;
}

.store-grid.layer2 .product-data {
	flex: auto;
}

.store-grid .extra {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin: 5px 0;
}

.store-grid .btn {
	opacity: .8;
	height: 40px;
}

.store-grid.layer1 .btn {
	padding: 0;
	width: 40px;
}

.store-grid.layer1 .btn span {
	display: none;
}

.store-grid .btn i {
	transition: transform 0.2s ease-in-out;
}

.store-grid .btn:hover {
	opacity: 1;
}

.store-grid.layer1 .btn:hover i {
	transform: scale(1.2);
}

.cart-dialog .store-grid {
	margin-top: 5px;
}

/* Product page
----------------------------------- */
.product-main {
	display: flex;
	gap: 30px;
}

.product-main .product-price {
	font-size: 1.6em;
}

.product-main .photo-slider {
	flex: none;
	width: 50%;
}

.product-main .photo-slider.single {
	width: 40%;
}

.product-main .photo-slider.single .photo-main {
	padding-top: 60%;
}

.product-main .info {
	flex: auto;
}

.product-main .resume,
.product-main .button-bar {
	margin-top: 20px;
}

.product-tabs-section {
	background-color: var(--panel-bg);
}

.product-tabs-section .section-header {
	border-bottom: 1px solid #ededed;
	padding: 12px 0;
}

.product-tabs-section .section-content {
	padding: 20px 0;
}

.product-tabs-section .section-content p {
	margin-bottom: 1.2em;
}

.product-tabs {
	display: flex;
	font-family: "Poetsen One", sans-serif;
	font-weight: 400;
	gap: 20px;
	list-style-type: none;
}

@media only screen and (max-width: 1120px) {
	.store-grid.layer1 li {
		width: 32%;
	}
}

@media only screen and (max-width: 800px) {
	.store-grid.layer1 li {
		width: 49%;
	}

	.product-main {
		flex-direction: column;
	}

	.product-main .photo-slider,
	.product-main .photo-slider.single {
		width: 100%;
	}
}

@media only screen and (max-width: 560px) {
	.store-grid.layer1 li {
		width: 100%;
	}
}

/*!**************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./css/store/cart.css ***!
  \**************************************************************************************************/
/* Cart
----------------------------------- */
.cart-main-button {
	position: relative;
	white-space: nowrap;
}

.cart-main-button .icon {
	display: inline-block;
	font-size: 1.5em;
	margin-right: 5px;
	vertical-align: middle;
}

.cart-main-button .badge {
	background-color: var(--btn-primary-bg);
	border-radius: 50%;
	color: var(--btn-primary-color);
	font-size: 0.8em;
	height: 20px;
	left: -7px;
	line-height: 20px;
	min-width: 20px;
	padding: 0 4px;
	position: absolute;
	text-align: center;
	top: -7px;
}

.cart-main-button.empty .badge {
	display: none;
}

.cart-grid {
	align-items: flex-start;
	display: flex;
	gap: 40px;
}

.notice + .cart-grid {
	margin-top: 20px;
}

.cart-body,
.cart-summary {
	background-color: var(--panel-bg);
	border-radius: 6px;
	padding: 20px;
}

.cart-body {
	flex: auto;
}

.cart-body section:not(:last-child) {
	margin-bottom: 25px;
}

.cart-summary {
	flex: none;
	width: 390px;
}

.cart-summary dd {
	text-align: right;
}

.cart-summary .btn-primary {
	display: flex;
	margin-top: 10px;
	width: 100%;
}

.cart-items {
	list-style-type: none;
}

.cart-summary .cart-items {
	margin-bottom: 20px;
}

.cart-items li {
	align-items: center;
	display: flex;
	gap: 10px;
}

.cart-items li:not(:last-child) {
	margin-bottom: 8px;
}

.cart-items li > div {
	flex: none;
}

.cart-items .actions {
	text-align: right;
	width: 40px;
}

.cart-items .product-price {
	margin: 0;
	width: 25%;
}

.cart-items .product-title {
	flex: auto;
}

.cart-items .column-thumbnail {
	width: 80px;
}

#cart-no-items-message {
	display: none;
}

.cart-container {
	min-height: 100px;
	position: relative;
}

.cart-payment-method.bizum > span {
	background: url('images/bizum-only-logo-black.svg') 0 0 no-repeat;
    background-size: 20px 20px;
	padding-left: 25px;
}

.cart-resume {
	margin-bottom: 20px;
}

.cart-resume-row dt{
	font-weight: bold;
}

.cart-resume dd {
	width: 70px;
}

.cart-resume dd.discount-value {
	color: #f35656;
	font-size:  0.9em;
	width: auto;
}

.cart-resume-separator {
	border: 1px solid #f5f5f5;
	margin: 10px 0;
}

.coupon-container {
	display: flex;
}

.coupon-container input[type="text"]::placeholder {
   color: #999;
}

.cart-summary .coupon-container input {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	flex: auto;
	padding: 10px;
	width: auto;
}

.cart-summary .coupon-container button {
	border-radius: 0 8px 8px 0;
	margin: 0;
	width: auto;
}

.cart-dialog {
	background-color: #f4f5fb;
}

.cart-dialog-message {
	background-color: #45bd50;
	border-radius: 4px;
	color: #fff;
	margin-bottom: 2em;
	padding: 8px 12px;
}

@media only screen and (max-width: 1060px) {
	.cart-summary {
		width: 330px;
	}
}

@media only screen and (max-width: 970px) {
	.cart-grid {
		flex-direction: column;
	}

	.cart-body,
	.cart-summary {
		width: 100%;
	}
}

@media only screen and (max-width: 500px) {
	.cart-items .column-thumbnail {
		width: 40px;
	}

	.cart-items .product-price {
		width: 50px;
	}
}

@media only screen and (max-width: 375px) {
	.cart-items .column-thumbnail {
		display: none;
	}
}


/*!**********************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./css/store/photo_slider.css ***!
  \**********************************************************************************************************/
/* Photo slider
----------------------------------- */
.photo-slider {
	display: flex;
	gap: 1%;
}

.photo-slider .photo-main {
	border-radius: 10px;
	flex: auto;
	margin: 0;
	padding-top: 50%;
}

.photo-slider .photo-main .image-fallback {
	width: 50%;
}

.photo-slider .photo-gallery {
	flex: none;
	position: relative;
	width: 20%;
}

.photo-slider .photo-gallery ul {
	display: flex;
	flex-direction: column;
	gap: 10px;
	height: 100%;
	left: 0;
	overflow-y: auto;
	position: absolute;
	padding-right: 5%;
	top: 0;
	width: 100%;
}

.photo-slider .photo-main,
.photo-slider .photo-gallery a.image-link {
	background-color: var(--panel-bg);
	overflow: hidden;
	position: relative;
}

.photo-slider .photo-main img,
.photo-slider .photo-main .empty-image,
.photo-gallery li a img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.photo-slider .photo-gallery li {
	display: block;
	margin: 0;
	padding: 0;
}

.photo-slider .photo-gallery li a.image-link {
	border-radius: 8px;
	display: block;
	opacity: 0.6;
	padding-top: 80%;
	transition: opacity 0.2s ease;
}

.photo-gallery li.active a.image-link {
	opacity: 1;
}

.photo-gallery li a.image-link img {
	height: 100%;
	max-width: none;
	width: auto;
}

.photo-main .slider-navigation {
	top: 50%;
    transform: translate(0, -50%);
    color: #000;
    z-index: 2;
    background-color: #fff;
    border-radius: 50%;
    opacity: 0.5;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.photo-main .slider-navigation.active {
	opacity: 1;
}

.photo-main .slider-navigation.prev {
	left: 20px;
}

.photo-main .slider-navigation.next {
	right: 20px;
}

/*!******************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./css/store/toastify.css ***!
  \******************************************************************************************************/
/* Toastify
------------------------------- */
.toastify {
    padding: 12px 20px;
    color: #ffffff;
    display: inline-block;
    box-shadow: 0 3px 6px -1px rgba(0, 0, 0, 0.12), 0 10px 36px -4px rgba(77, 96, 232, 0.3);
    background: linear-gradient(135deg, #73a5ff, #5477f5);
    position: fixed;
    opacity: 0;
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    border-radius: 6px;
    cursor: pointer;
    text-decoration: none;
    max-width: calc(50% - 20px);
    z-index: 2147483647;
}

.toastify.error {
	background: rgb(163, 18, 18);
}

.toastify.success {
	background: rgb(30, 119, 30);
}

.toastify.on {
    opacity: 0.95;
}

.toast-close {
    background: transparent;
    border: 0;
    color: white;
    cursor: pointer;
    font-family: inherit;
    font-size: 1em;
    opacity: 0.4;
    padding: 0 5px;
}

.toastify-right {
    right: 15px;
}

.toastify-left {
    left: 15px;
}

.toastify-top {
    top: -150px;
}

.toastify-bottom {
    bottom: -150px;
}

.toastify-rounded {
    border-radius: 25px;
}

.toastify-avatar {
    width: 1.5em;
    height: 1.5em;
    margin: -7px 5px;
    border-radius: 2px;
}

.toastify-center {
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    max-width: fit-content;
    max-width: -moz-fit-content;
}

@media only screen and (max-width: 360px) {
    .toastify-right, .toastify-left {
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
        max-width: fit-content;
    }
}

/*!***************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./css/store/store.css ***!
  \***************************************************************************************************/

