*,
*::before,
*::after {
	box-sizing: border-box;
}

html,
body {
	height: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
	font-family: 'Lato', sans-serif;
	font-size: 13px;
	color: #000;
}

.spinner-border-sm {
	display: inline-block;
	width: 2rem;
	height: 2rem;
	vertical-align: text-bottom;
	border: 0.25em solid currentColor;
	border-right-color: transparent;
	border-radius: 50%;
	animation: spinner-border 0.75s linear infinite;
}

.text-dark-sm {
	color: #343a40 !important;
}

iframe {
	position: relative;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	display: block;
	border: none;
	height: 100vh;
	width: 100vw;
	z-index: 0;
}

.store-cta {
	opacity: 0;
}

#body-overlay {
	width: 100vw;
	height: 100vh;
	display: none;
	position: fixed;
	z-index: 1;
	top: 0;
	overflow: hidden;
	/*background: rgba(0, 0, 0, 0.5);*/
	background: none;
}

.menu-active #body-overlay {
	display: block;
}

.side-menu {
	padding: 15px 25px;
	overflow-y: auto;
	/*background-color: #f6f6f6;*/
	background-color: rgba(0, 0, 0, 0.7);
	position: fixed;
	top: 0;
	right: -75%;
	z-index: 10;

	height: 100%;
	width: 75%;

	transition: ease 0.2s all;
}

.menu-active .side-menu {
	/*transform: translate3d(0, 0, 0);*/
	right: 0;
}

.menu-list > ul {
	list-style: none;
	padding: 0;
	margin: 1.2rem 0.8rem 1rem;
}

.menu-list ul li ul {
	list-style: none;
	padding: 0.6rem 0 0.6rem 1.6rem;
}

.menu-list ul li {
	padding: 0.6rem 0 0.4rem;
	color: #fff;
}

.menu-list .menu-category {
	font-weight: 700;
	font-size: 1.3rem;
}

.menu-list .menu-item {
	display: block;
	font-weight: 400;
	font-size: 1.1rem;
	text-decoration: none;
	color: #fff;
}

.menu-list .menu-item:hover {
	font-weight: 700;
}

.close {
	background: none;
	position: absolute;
	right: 1.5rem;
	top: 1rem;
	width: 30px;
	height: 30px;
	margin: 0;
	border: none;
	cursor: pointer;
	font-size: 1.4rem;
}

.close:before,
.close:after {
	position: absolute;
	top: 5px;
	left: 15px;
	content: ' ';
	height: 20px;
	width: 1px;
	background-color: #fff;
}

.close:before {
	transform: rotate(45deg);
}

.close:after {
	transform: rotate(-45deg);
}

button {
	font-family: 'Lato', sans-serif;
}

.menu-toggle {
	position: absolute;
	top: 10px;
	right: 10px;
	background-color: rgba(255, 255, 255, 0.6);
	z-index: 2;
	width: auto;
	height: 4rem;
	margin: 0;
	padding: 0 8px;
	border: none;
	cursor: pointer;
	font-size: 1.4rem;
	border-radius: 2px;
}

.menu-toggle-icon span {
	display: block;
	width: 20px;
	height: 2px;
	background-color: black;
	margin: 4px 0;
}

.menu-toggle-text {
	text-transform: uppercase;
}

.menu-active .menu-toggle {
	display: none;
}

.contact-store {
	position: absolute;
	top: 10px;
	left: 10px;
	background-color: rgba(255, 255, 255, 0.6);
	z-index: 2;
	width: 4rem;
	height: 4rem;
	margin: 0;
	border: none;
	cursor: pointer;
	font-size: 1.4rem;
	border-radius: 2px;
}

.contact-store-icon {
	background-image: url(../images/icons/envelope.svg);
	background-repeat: no-repeat;
	background-position: center;
	width: auto;
	height: 2.2rem;
}

.contact-store-text {
	display: none;
	text-transform: uppercase;
	padding: 0 5px;
}

.store-title {
	font-weight: 700;
}

.store-link {
	text-decoration: none;
	color: #000;
}

.store-link .store-text:hover {
	text-decoration: underline;
}

.store-icon {
	background-repeat: no-repeat;
	background-position: center;
	width: 30px;
	height: 30px;
	display: inline-block;
	vertical-align: middle;
	margin: 0 6px 0 0;
}

.store-wrapper {
	border-bottom: 1px solid #c0c5ce;
	margin-bottom: 10px;
}

.store-item {
	display: flex;
	margin-bottom: 10px;
}

.info-wrapper {
	margin: 0 10px;
	flex: 1;
}

.store-contact {
	margin: 10px 0 0 0;
	height: 35px;
}

.store-contact-item {
	margin-right: 10px;
}

.store-address {
	font-size: 12px;
}

.store-information {
	display: flex;
	flex-direction: column;
}

.store-country {
	width: 80px;
	border-right: 1px solid #c0c5ce;
}

.modal-backdrop {
	opacity: 0.5 !important;
}

.store-email {
	background-image: url(../images/icons/email.svg);
	cursor: pointer;
}

.store-phone {
	background-image: url(../images/icons/phone.svg);
}

.store-wa {
	background-image: url(../images/icons/whatsapp.svg);
}

.store-text {
	display: none;
	cursor: pointer;
}

.page-loader {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 1000; /* Sit on top */
	padding-top: 300px; /* Location of the box */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0, 0, 0); /* Fallback color */
	background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

.page-loader-content {
	position: relative;
	margin: auto;
	padding: 0;
	border-radius: 5px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	border: 16px solid #f3f3f3;
	border-radius: 50%;
	border-top: 16px solid #000;
	width: 120px;
	height: 120px;
	-webkit-animation: spin 2s linear infinite; /* Safari */
	animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
	}
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

@media only screen and (max-width: 400px) {
	.store-item {
		height: 120px;
	}
}

@media only screen and (min-width: 768px) {
	/* tablet, landscape iPad, lo-res laptops ands desktops */

	.side-menu {
		width: 40%;
	}

	.menu-active .page-wrapper {
		right: -40%;
		/*transform: translate3d(40%, 0, 0);*/
	}
}

@media only screen and (min-width: 1024px) {
	.contact-store {
		width: auto;
	}

	.contact-store-icon {
		display: none;
	}

	.contact-store-text {
		display: block;
	}

	.store-title {
		font-weight: 700;
	}

	.store-address br {
		display: none;
	}

	.fixed-width {
		width: 18%;
	}

	.store-icon {
		width: 24px;
		height: 24px;
	}

	.store-text {
		display: inline-block;
	}
}

@media only screen and (min-width: 1200px) {
	/* tablet, landscape iPad, lo-res laptops ands desktops */

	html,
	body {
		font-size: 14px;
	}

	.side-menu {
		width: 25%;
	}

	.menu-active .page-wrapper {
		right: -25%;
		/*transform: translate3d(25%, 0, 0);*/
	}
}

.carousel-control.right,
.carousel-control.left {
	background-image: none !important;
}

.product-button-view {
	background-color: #343a40;
	color: #ffffff;
	float: right;
	width: 200px;
	margin-left: 5px;
}

.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active,
.btn-dark.active,
.open > .dropdown-toggle.btn-dark {
	color: white !important;
}

.product-button-view:hover {
	background-color: white;
	color: #343a40 !important;
	border: 1px solid #343a40;
}

.product-button-contact {
	background-color: #ffffff;
	color: #343a40;
	border: solid 1px #343a40;
	float: right;
	width: 150px;
}

.product-button-contact:hover {
	background-color: #343a40;
	color: #fff !important;
	border: 1px solid #fff;
}

@media only screen and (max-width: 769px) {
	.product-button-contact,
	.product-button-view {
		margin-top: 10px;
		width: 100%;
	}
}
