<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Top slider swiper */
#index .st_swiper_block .st_image_layered_description_inner {
	padding: 100px 80px;
	max-width: 620px;
	background: rgba(0, 0, 0, 0.2);
	position: relative;
	transform: translateX(250px);
}

#index .st_swiper_block .st_image_layered_description_inner p {
	margin: 0;
	color: #fff;
	text-align: left;
	font-size: 18px;
}

#index .st_swiper_block .st_image_layered_description_inner strong {
	font-size: 34px;
	font-weight: 700;
	margin-bottom: 20px;
	display: inline-block;
}

#index .st_swiper_block .st_image_layered_description_inner a {
	display: inline-block;
	background: #039cd8;
	border-radius: 8px;
	padding: 12px 20px;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 700;
	color: #fff;
	margin-top: 50px;
	transition: background .2s ease;
}

#index .st_swiper_block .st_image_layered_description_inner a:hover, #index .st_swiper_block .st_image_layered_description_inner a:focus {
	background: #0883b3;
}

#index .st_swiper_block .st_image_layered_description_inner img {
	position: absolute;
	left: -430px;
	top: -5px;
}


/* Bottom banner */
#index .st_banner_row {
	overflow: visible;
}

#index .st_banner_row .st_banner_block {
	overflow: visible;
	width: 100vw;
	margin-left: 50%;
	left: -50vw;
}

#index .st_banner_row .st_banner_block .st_banner_image {
	filter: sepia(1);
}

#index .st_banner_row .st_banner_block .st_image_layered_description_inner {
	color: #fff;
	width: 100%;
	max-width: 800px;
	background: rgba(0, 0, 0, 0.6);
	padding-top: 40px;
	padding-bottom: 30px;
}

#index .st_banner_row .st_banner_block .st_image_layered_description_inner strong {
	font-size: 34px;
	font-weight: 700;
	margin-bottom: 20px;
	display: inline-block;
}

#index .st_banner_row .st_banner_block .st_image_layered_description_inner p {
	font-size: 22px;
	margin: 0;
}

#index .st_banner_row .st_banner_block .st_image_layered_description_inner a {
	display: inline-block;
	background: #f39c11;
	border-radius: 8px;
	padding: 12px 20px;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 700;
	color: #fff;
	margin-top: 50px;
	transition: background .2s ease;
}

#index .st_banner_row .st_banner_block .st_image_layered_description_inner a:hover, #index .st_banner_row .st_banner_block .st_image_layered_description_inner a:focus {
	background: #d98d13;
}

/* Product page */
#product .product_second_section .tab-content * {
	font-size: 14px;
	font-family: Montserrat, sans-serif !important;
}

/*CMS page*/
#cms #content {
	margin: 30px 0;
}

#cms #content * {
	font-family: Montserrat, sans-serif !important;
}

/*Brand Book*/
.easycontent_87 {
	margin: 30px 0 0 0;
	position: relative;
	width: 100vw;
	left: 50%;
	margin-left: -50vw;
}

.easycontent_87 .title_block {
	border: 0;
	margin-bottom: 15px;
}

.easycontent_87 .title_block .title_block_inner {
	font-size: 34px;
	color: #039cd8;
	font-weight: 700;
	border: 0;
}

.easycontent_87 .block_content .steasy_element_block .row {
	max-width: 1200px;
	margin: 0 auto;
}

.easycontent_87 .block_content .steasy_element_block .row {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	min-height: 145px;
	margin-bottom: 40px;
}

.easycontent_87 .block_content .steasy_element_block {
	padding: 40px 0;
	background: #f1f1f1;
}

.easycontent_87 .block_content .steasy_element_block .row:nth-child(2) {
	margin-bottom: 0;
}

.easycontent_87 .block_content .steasy_element_block .row .col-lg-3 {
	max-width: 100%;
	flex: 0 0 25%;
}

.easycontent_87 .block_content .steasy_element_block .row .col-lg-3 .steasy_element_item {
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.easycontent_87 .block_content .steasy_element_block .row .col-lg-3 .sttext_item_text {
	display: none;
}

.easycontent_87 .block_content .steasy_element_block .row .col-lg-3 .sttext_item_image {
	max-width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 145px;
	width: 145px;
	flex: 0 0 145px;
	padding: 0;
	background: #8d8d8d;
	filter: grayscale(1);
	border: 3px solid #8d8d8d;
	transition: filter .2s ease;
}

.easycontent_87 .block_content .steasy_element_block .row .col-lg-3 .sttext_item_image:hover {
	filter: grayscale(0);
}

.easycontent_87 .block_content .steasy_element_block .row .col-lg-3 .sttext_item_image .sttext_item_image_inner {
	margin: 0;
	height: 100%;
	width: 100%;
}
.easycontent_87 .block_content .steasy_element_block .row .col-lg-3 .sttext_item_image img {
	border: 0;
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.logo {
	width: 100%;
	height: auto;
}

@media (max-width: 1199px) {
	/* Top slider swiper */
	#index .st_swiper_block .st_image_layered_description_inner {
		max-width: 90%;
		background: rgba(0, 0, 0, 0.2);
		transform: none;
	}

	#index .st_swiper_block .st_image_layered_description_inner img {
		visibility: hidden;
	}

	#index .st_swiper_block .st_image_layered_description_inner p {
		text-align: center;
	}
}
/* Terms and Conditions Modal Window */

#module-thecheckout-order .modal-backdrop {
	display: none;
	position: relative !important;
}

#module-thecheckout-order #modal .modal-dialog {
	transform: translate(0, 0);
}

#module-thecheckout-order #modal .modal-content {
	margin: 0;
}

#module-thecheckout-order #modal .modal-content .page-heading {
	color: #e6182e;
	font-size: 24px;
	font-family: Montserrat, sans-serif !important;
	margin-bottom: 30px;
}

#module-thecheckout-order #modal .modal-content .bottom-indent {
	margin-bottom: 20px;
}

#module-thecheckout-order #modal .modal-content button {
	width: 20px;
	height: 20px;
	margin-left: auto;
}

#module-thecheckout-order #modal .modal-content button span {
	font-size: 1.5rem;
	transition: ease-in-out .5s;
}

#module-thecheckout-order #modal .modal-content button:hover span {
	color: #e6182e;
}

@media (max-width: 992px) {
	.easycontent_87 .block_content .steasy_element_block .row .col-lg-3 {
		max-width: 25%;
		flex: 0 0 25%;
	}
	.logo {
		width: 100px;
		height: auto;
	}
}
@media (max-width: 768px) {
	.easycontent_87 .block_content .steasy_element_block .row .col-lg-3 {
		max-width: 50%;
		flex: 0 0 50%;
	}
}

@media (max-width: 670px) {
	#index .st_swiper_block .st_image_layered_description_inner strong {
		font-size: 20px;
	}

	#index .st_swiper_block .st_image_layered_description_inner p {
		font-size: 14px;
	}

	#index .st_swiper_block .st_image_layered_description_inner a {
		padding: 8px 14px;
		font-size: 16px;
	}
}

@media (max-width: 470px) {
	#index .st_swiper_block .st_image_layered_description_inner {
		padding: 30px 20px;
	}
}

@media (max-width: 399px) {
	#index .st_swiper_block .st_image_layered_description_inner strong {
		font-size: 16px;
	}
}</pre></body></html>