@charset "UTF-8";
@font-face {
	font-family: Merriweather;
	src: local("Merriweather Italic"), local("Merriweather-Italic"), url(fonts/Merriweather-Italic.woff2) format("woff2"), url(fonts/Merriweather-Italic.woff) format("woff");
	font-weight: 400;
	font-style: italic
}

@font-face {
	font-family: Merriweather;
	src: local("Merriweather Light"), local("Merriweather-Light"), url(fonts/Merriweather-Light.woff2) format("woff2"), url(fonts/Merriweather-Light.woff) format("woff");
	font-weight: 300;
	font-style: normal
}

@font-face {
	font-family: Merriweather;
	src: local("Merriweather Bold Italic"), local("Merriweather-BoldItalic"), url(fonts/Merriweather-BoldItalic.woff2) format("woff2"), url(fonts/Merriweather-BoldItalic.woff) format("woff");
	font-weight: 700;
	font-style: italic
}

@font-face {
	font-family: Merriweather;
	src: local("Merriweather Regular"), local("Merriweather-Regular"), url(fonts/Merriweather-Regular.woff2) format("woff2"), url(fonts/Merriweather-Regular.woff) format("woff");
	font-weight: 400;
	font-style: normal
}

@font-face {
	font-family: Merriweather;
	src: local("Merriweather Light Italic"), local("Merriweather-LightItalic"), url(fonts/Merriweather-LightItalic.woff2) format("woff2"), url(fonts/Merriweather-LightItalic.woff) format("woff");
	font-weight: 300;
	font-style: italic
}

@font-face {
	font-family: Merriweather;
	src: local("Merriweather Black Italic"), local("Merriweather-BlackItalic"), url(fonts/Merriweather-BlackItalic.woff2) format("woff2"), url(fonts/Merriweather-BlackItalic.woff) format("woff");
	font-weight: 900;
	font-style: italic
}

@font-face {
	font-family: Merriweather;
	src: local("Merriweather Black"), local("Merriweather-Black"), url(fonts/Merriweather-Black.woff2) format("woff2"), url(fonts/Merriweather-Black.woff) format("woff");
	font-weight: 900;
	font-style: normal
}

@font-face {
	font-family: Merriweather;
	src: local("Merriweather Bold"), local("Merriweather-Bold"), url(fonts/Merriweather-Bold.woff2) format("woff2"), url(fonts/Merriweather-Bold.woff) format("woff");
	font-weight: 700;
	font-style: normal
}

@font-face {
	font-family: Pathway Gothic One;
	src: local("Pathway Gothic One Regular"), local("PathwayGothicOne-Regular"), url(fonts/PathwayGothicOne-Regular.woff2) format("woff2"), url(fonts/PathwayGothicOne-Regular.woff) format("woff");
	font-weight: 400;
	font-style: normal
}

.btn_apply_coupon {
	cursor: pointer;
}

.cart-empty .wrap-cartCount {
		display: none;
}

.wrap-cartCount {
		background: #e83939;
    color: #fff;
    position: absolute;
    top: 0px;
    right: 70px;
    padding: 4px;
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block
}

body {
	line-height: 1
}

ol,
ul {
	list-style: none
}

blockquote,
q {
	quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
	content: "";
	content: none
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

.clearfix {
	clear: both;
	width: 100%;
	float: none
}


/*!
 * Bootstrap 4.0.0-alpha.6 (grid and responsive utilities)
 * GitHub: https://github.com/dmhendricks/bootstrap-grid-css
 * License: MIT (https://github.com/twbs/bootstrap/blob/v4-dev/LICENSE)
 * Credits: Twitter, Inc. & The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)
 */

@-ms-viewport {
	width: device-width
}

html {
	box-sizing: border-box;
	-ms-overflow-style: scrollbar
}

*,
:after,
:before {
	box-sizing: inherit
}

.row.vcenter {
	display: flex;
	align-items: center
}

.align-baseline {
	vertical-align: baseline!important
}

.align-top {
	vertical-align: top!important
}

.align-middle {
	vertical-align: middle!important
}

.align-bottom {
	vertical-align: bottom!important
}

.align-text-bottom {
	vertical-align: text-bottom!important
}

.align-text-top {
	vertical-align: text-top!important
}

.clearfix:after {
	display: block;
	content: "";
	clear: both
}

.text-justify {
	text-align: justify!important
}

.text-nowrap {
	white-space: nowrap!important
}

.text-truncate {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.text-left {
	text-align: left!important
}

.text-right {
	text-align: right!important
}

.text-center {
	text-align: center!important
}

@media (min-width:576px) {
	.text-sm-left {
		text-align: left!important
	}
	.text-sm-right {
		text-align: right!important
	}
	.text-sm-center {
		text-align: center!important
	}
}

@media (min-width:768px) {
	.text-md-left {
		text-align: left!important
	}
	.text-md-right {
		text-align: right!important
	}
	.text-md-center {
		text-align: center!important
	}
}

@media (min-width:992px) {
	.text-lg-left {
		text-align: left!important
	}
	.text-lg-right {
		text-align: right!important
	}
	.text-lg-center {
		text-align: center!important
	}
}

@media (min-width:1200px) {
	.text-xl-left {
		text-align: left!important
	}
	.text-xl-right {
		text-align: right!important
	}
	.text-xl-center {
		text-align: center!important
	}
}

.text-lowercase {
	text-transform: lowercase!important
}

.text-uppercase {
	text-transform: uppercase!important
}

.text-capitalize {
	text-transform: capitalize!important
}

.font-weight-normal {
	font-weight: 400
}

.font-weight-bold {
	font-weight: 700
}

.font-italic {
	font-style: italic
}

.text-white {
	color: #fff!important
}

.text-muted {
	color: #636c72!important
}

a.text-muted:focus,
a.text-muted:hover {
	color: #4b5257!important
}

.text-primary {
	color: #0275d8!important
}

a.text-primary:focus,
a.text-primary:hover {
	color: #025aa5!important
}

.text-success {
	color: #5cb85c!important
}

a.text-success:focus,
a.text-success:hover {
	color: #449d44!important
}

.text-info {
	color: #5bc0de!important
}

a.text-info:focus,
a.text-info:hover {
	color: #31b0d5!important
}

.text-warning {
	color: #f0ad4e!important
}

a.text-warning:focus,
a.text-warning:hover {
	color: #ec971f!important
}

.text-danger {
	color: #d9534f!important
}

a.text-danger:focus,
a.text-danger:hover {
	color: #c9302c!important
}

.text-gray-dark {
	color: #292b2c!important
}

a.text-gray-dark:focus,
a.text-gray-dark:hover {
	color: #101112!important
}

.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0
}

.invisible {
	visibility: hidden!important
}

.hidden-xs-up {
	display: none!important
}

@media screen and (max-width:767px) {
	.md-reverse {
		flex-direction: column-reverse;
		display: flex
	}
	.noPaddingmd {
		padding: 0!important
	}
	.fullWidthMd {
		width: 100%!important
	}
}

@media (max-width:575px) {
	.hidden-xs-down {
		display: none!important
	}
}

@media (min-width:576px) {
	.hidden-sm-up {
		display: none!important
	}
}

@media (max-width:767px) {
	.hidden-sm-down {
		display: none!important
	}
}

@media (min-width:768px) {
	.hidden-md-up {
		display: none!important
	}
}

@media (max-width:991px) {
	.hidden-md-down {
		display: none!important
	}
}

@media (min-width:992px) {
	.hidden-lg-up {
		display: none!important
	}
}

@media (max-width:1199px) {
	.hidden-lg-down {
		display: none!important
	}
}

@media (min-width:1200px) {
	.hidden-xl-up {
		display: none!important
	}
}

.hidden-xl-down,
.visible-print-block {
	display: none!important
}

@media print {
	.visible-print-block {
		display: block!important
	}
}

.visible-print-inline {
	display: none!important
}

@media print {
	.visible-print-inline {
		display: inline!important
	}
}

.visible-print-inline-block {
	display: none!important
}

@media print {
	.visible-print-inline-block {
		display: inline-block!important
	}
}

@media print {
	.hidden-print {
		display: none!important
	}
}

.container {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding-right: 15px;
	padding-left: 15px
}

@media (min-width:576px) {
	.container {
		padding-right: 15px;
		padding-left: 15px
	}
}

@media (min-width:768px) {
	.container {
		padding-right: 15px;
		padding-left: 15px
	}
}

@media (min-width:992px) {
	.container {
		padding-right: 15px;
		padding-left: 15px
	}
}

@media (min-width:1200px) {
	.container {
		padding-right: 15px;
		padding-left: 15px
	}
}

@media (min-width:576px) {
	.container {
		width: 540px;
		max-width: 100%
	}
}

@media (min-width:768px) {
	.container {
		width: 720px;
		max-width: 100%
	}
}

@media (min-width:992px) {
	.container {
		width: 960px;
		max-width: 100%
	}
}

.container-fluid {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding-right: 15px;
	padding-left: 15px
}

@media (min-width:576px) {
	.container-fluid {
		padding-right: 15px;
		padding-left: 15px
	}
}

@media (min-width:768px) {
	.container-fluid {
		padding-right: 15px;
		padding-left: 15px
	}
}

@media (min-width:992px) {
	.container-fluid {
		padding-right: 15px;
		padding-left: 15px
	}
}

@media (min-width:1200px) {
	.container-fluid {
		padding-right: 15px;
		padding-left: 15px
	}
}

.row {
	display: flex;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
  width: 100%;
}

@media (min-width:576px) {
	.row {
		margin-right: -15px;
		margin-left: -15px
	}
}

@media (min-width:768px) {
	.row {
		margin-right: -15px;
		margin-left: -15px
	}
}

@media (min-width:992px) {
	.row {
		margin-right: -15px;
		margin-left: -15px
	}
}

@media (min-width:1200px) {
	.row {
		margin-right: -15px;
		margin-left: -15px
	}
}

.no-gutters {
	margin-right: 0;
	margin-left: 0
}

.no-gutters>.col,
.no-gutters>[class*=col-] {
	padding-right: 0;
	padding-left: 0
}

.col,
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-lg,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-md,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-sm,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-xl,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12 {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px
}

@media (min-width:576px) {
	.col,
	.col-1,
	.col-2,
	.col-3,
	.col-4,
	.col-5,
	.col-6,
	.col-7,
	.col-8,
	.col-9,
	.col-10,
	.col-11,
	.col-12,
	.col-lg,
	.col-lg-1,
	.col-lg-2,
	.col-lg-3,
	.col-lg-4,
	.col-lg-5,
	.col-lg-6,
	.col-lg-7,
	.col-lg-8,
	.col-lg-9,
	.col-lg-10,
	.col-lg-11,
	.col-lg-12,
	.col-md,
	.col-md-1,
	.col-md-2,
	.col-md-3,
	.col-md-4,
	.col-md-5,
	.col-md-6,
	.col-md-7,
	.col-md-8,
	.col-md-9,
	.col-md-10,
	.col-md-11,
	.col-md-12,
	.col-sm,
	.col-sm-1,
	.col-sm-2,
	.col-sm-3,
	.col-sm-4,
	.col-sm-5,
	.col-sm-6,
	.col-sm-7,
	.col-sm-8,
	.col-sm-9,
	.col-sm-10,
	.col-sm-11,
	.col-sm-12,
	.col-xl,
	.col-xl-1,
	.col-xl-2,
	.col-xl-3,
	.col-xl-4,
	.col-xl-5,
	.col-xl-6,
	.col-xl-7,
	.col-xl-8,
	.col-xl-9,
	.col-xl-10,
	.col-xl-11,
	.col-xl-12 {
		padding-right: 15px;
		padding-left: 15px
	}
}

@media (min-width:768px) {
	.col,
	.col-1,
	.col-2,
	.col-3,
	.col-4,
	.col-5,
	.col-6,
	.col-7,
	.col-8,
	.col-9,
	.col-10,
	.col-11,
	.col-12,
	.col-lg,
	.col-lg-1,
	.col-lg-2,
	.col-lg-3,
	.col-lg-4,
	.col-lg-5,
	.col-lg-6,
	.col-lg-7,
	.col-lg-8,
	.col-lg-9,
	.col-lg-10,
	.col-lg-11,
	.col-lg-12,
	.col-md,
	.col-md-1,
	.col-md-2,
	.col-md-3,
	.col-md-4,
	.col-md-5,
	.col-md-6,
	.col-md-7,
	.col-md-8,
	.col-md-9,
	.col-md-10,
	.col-md-11,
	.col-md-12,
	.col-sm,
	.col-sm-1,
	.col-sm-2,
	.col-sm-3,
	.col-sm-4,
	.col-sm-5,
	.col-sm-6,
	.col-sm-7,
	.col-sm-8,
	.col-sm-9,
	.col-sm-10,
	.col-sm-11,
	.col-sm-12,
	.col-xl,
	.col-xl-1,
	.col-xl-2,
	.col-xl-3,
	.col-xl-4,
	.col-xl-5,
	.col-xl-6,
	.col-xl-7,
	.col-xl-8,
	.col-xl-9,
	.col-xl-10,
	.col-xl-11,
	.col-xl-12 {
		padding-right: 15px;
		padding-left: 15px
	}
}

@media (min-width:992px) {
	.col,
	.col-1,
	.col-2,
	.col-3,
	.col-4,
	.col-5,
	.col-6,
	.col-7,
	.col-8,
	.col-9,
	.col-10,
	.col-11,
	.col-12,
	.col-lg,
	.col-lg-1,
	.col-lg-2,
	.col-lg-3,
	.col-lg-4,
	.col-lg-5,
	.col-lg-6,
	.col-lg-7,
	.col-lg-8,
	.col-lg-9,
	.col-lg-10,
	.col-lg-11,
	.col-lg-12,
	.col-md,
	.col-md-1,
	.col-md-2,
	.col-md-3,
	.col-md-4,
	.col-md-5,
	.col-md-6,
	.col-md-7,
	.col-md-8,
	.col-md-9,
	.col-md-10,
	.col-md-11,
	.col-md-12,
	.col-sm,
	.col-sm-1,
	.col-sm-2,
	.col-sm-3,
	.col-sm-4,
	.col-sm-5,
	.col-sm-6,
	.col-sm-7,
	.col-sm-8,
	.col-sm-9,
	.col-sm-10,
	.col-sm-11,
	.col-sm-12,
	.col-xl,
	.col-xl-1,
	.col-xl-2,
	.col-xl-3,
	.col-xl-4,
	.col-xl-5,
	.col-xl-6,
	.col-xl-7,
	.col-xl-8,
	.col-xl-9,
	.col-xl-10,
	.col-xl-11,
	.col-xl-12 {
		padding-right: 15px;
		padding-left: 15px
	}
}

@media (min-width:1200px) {
	.col,
	.col-1,
	.col-2,
	.col-3,
	.col-4,
	.col-5,
	.col-6,
	.col-7,
	.col-8,
	.col-9,
	.col-10,
	.col-11,
	.col-12,
	.col-lg,
	.col-lg-1,
	.col-lg-2,
	.col-lg-3,
	.col-lg-4,
	.col-lg-5,
	.col-lg-6,
	.col-lg-7,
	.col-lg-8,
	.col-lg-9,
	.col-lg-10,
	.col-lg-11,
	.col-lg-12,
	.col-md,
	.col-md-1,
	.col-md-2,
	.col-md-3,
	.col-md-4,
	.col-md-5,
	.col-md-6,
	.col-md-7,
	.col-md-8,
	.col-md-9,
	.col-md-10,
	.col-md-11,
	.col-md-12,
	.col-sm,
	.col-sm-1,
	.col-sm-2,
	.col-sm-3,
	.col-sm-4,
	.col-sm-5,
	.col-sm-6,
	.col-sm-7,
	.col-sm-8,
	.col-sm-9,
	.col-sm-10,
	.col-sm-11,
	.col-sm-12,
	.col-xl,
	.col-xl-1,
	.col-xl-2,
	.col-xl-3,
	.col-xl-4,
	.col-xl-5,
	.col-xl-6,
	.col-xl-7,
	.col-xl-8,
	.col-xl-9,
	.col-xl-10,
	.col-xl-11,
	.col-xl-12 {
		padding-right: 15px;
		padding-left: 15px
	}
}

.col {
	flex-basis: 0;
	flex-grow: 1;
	max-width: 100%
}

.col-auto {
	flex: 0 0 auto;
	width: auto
}

.col-1 {
	flex: 0 0 8.33333%;
	max-width: 8.33333%
}

.col-2 {
	flex: 0 0 16.66667%;
	max-width: 16.66667%
}

.col-3 {
	flex: 0 0 25%;
	max-width: 25%
}

.col-4 {
	flex: 0 0 33.33333%;
	max-width: 33.33333%
}

.col-5 {
	flex: 0 0 41.66667%;
	max-width: 41.66667%
}

.col-6 {
	flex: 0 0 50%;
	max-width: 50%
}

.col-7 {
	flex: 0 0 58.33333%;
	max-width: 58.33333%
}

.col-8 {
	flex: 0 0 66.66667%;
	max-width: 66.66667%
}

.col-9 {
	flex: 0 0 75%;
	max-width: 75%
}

.col-10 {
	flex: 0 0 83.33333%;
	max-width: 83.33333%
}

.col-11 {
	flex: 0 0 91.66667%;
	max-width: 91.66667%
}

.col-12 {
	flex: 0 0 100%;
	max-width: 100%
}

.pull-0 {
	right: auto
}

.pull-1 {
	right: 8.33333%
}

.pull-2 {
	right: 16.66667%
}

.pull-3 {
	right: 25%
}

.pull-4 {
	right: 33.33333%
}

.pull-5 {
	right: 41.66667%
}

.pull-6 {
	right: 50%
}

.pull-7 {
	right: 58.33333%
}

.pull-8 {
	right: 66.66667%
}

.pull-9 {
	right: 75%
}

.pull-10 {
	right: 83.33333%
}

.pull-11 {
	right: 91.66667%
}

.pull-12 {
	right: 100%
}

.push-0 {
	left: auto
}

.push-1 {
	left: 8.33333%
}

.push-2 {
	left: 16.66667%
}

.push-3 {
	left: 25%
}

.push-4 {
	left: 33.33333%
}

.push-5 {
	left: 41.66667%
}

.push-6 {
	left: 50%
}

.push-7 {
	left: 58.33333%
}

.push-8 {
	left: 66.66667%
}

.push-9 {
	left: 75%
}

.push-10 {
	left: 83.33333%
}

.push-11 {
	left: 91.66667%
}

.push-12 {
	left: 100%
}

.offset-1 {
	margin-left: 8.33333%
}

.offset-2 {
	margin-left: 16.66667%
}

.offset-3 {
	margin-left: 25%
}

.offset-4 {
	margin-left: 33.33333%
}

.offset-5 {
	margin-left: 41.66667%
}

.offset-6 {
	margin-left: 50%
}

.offset-7 {
	margin-left: 58.33333%
}

.offset-8 {
	margin-left: 66.66667%
}

.offset-9 {
	margin-left: 75%
}

.offset-10 {
	margin-left: 83.33333%
}

.offset-11 {
	margin-left: 91.66667%
}

@media (min-width:576px) {
	.col-sm {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%
	}
	.col-sm-auto {
		flex: 0 0 auto;
		width: auto
	}
	.col-sm-1 {
		flex: 0 0 8.33333%;
		max-width: 8.33333%
	}
	.col-sm-2 {
		flex: 0 0 16.66667%;
		max-width: 16.66667%
	}
	.col-sm-3 {
		flex: 0 0 25%;
		max-width: 25%
	}
	.col-sm-4 {
		flex: 0 0 33.33333%;
		max-width: 33.33333%
	}
	.col-sm-5 {
		flex: 0 0 41.66667%;
		max-width: 41.66667%
	}
	.col-sm-6 {
		flex: 0 0 50%;
		max-width: 50%
	}
	.col-sm-7 {
		flex: 0 0 58.33333%;
		max-width: 58.33333%
	}
	.col-sm-8 {
		flex: 0 0 66.66667%;
		max-width: 66.66667%
	}
	.col-sm-9 {
		flex: 0 0 75%;
		max-width: 75%
	}
	.col-sm-10 {
		flex: 0 0 83.33333%;
		max-width: 83.33333%
	}
	.col-sm-11 {
		flex: 0 0 91.66667%;
		max-width: 91.66667%
	}
	.col-sm-12 {
		flex: 0 0 100%;
		max-width: 100%
	}
	.pull-sm-0 {
		right: auto
	}
	.pull-sm-1 {
		right: 8.33333%
	}
	.pull-sm-2 {
		right: 16.66667%
	}
	.pull-sm-3 {
		right: 25%
	}
	.pull-sm-4 {
		right: 33.33333%
	}
	.pull-sm-5 {
		right: 41.66667%
	}
	.pull-sm-6 {
		right: 50%
	}
	.pull-sm-7 {
		right: 58.33333%
	}
	.pull-sm-8 {
		right: 66.66667%
	}
	.pull-sm-9 {
		right: 75%
	}
	.pull-sm-10 {
		right: 83.33333%
	}
	.pull-sm-11 {
		right: 91.66667%
	}
	.pull-sm-12 {
		right: 100%
	}
	.push-sm-0 {
		left: auto
	}
	.push-sm-1 {
		left: 8.33333%
	}
	.push-sm-2 {
		left: 16.66667%
	}
	.push-sm-3 {
		left: 25%
	}
	.push-sm-4 {
		left: 33.33333%
	}
	.push-sm-5 {
		left: 41.66667%
	}
	.push-sm-6 {
		left: 50%
	}
	.push-sm-7 {
		left: 58.33333%
	}
	.push-sm-8 {
		left: 66.66667%
	}
	.push-sm-9 {
		left: 75%
	}
	.push-sm-10 {
		left: 83.33333%
	}
	.push-sm-11 {
		left: 91.66667%
	}
	.push-sm-12 {
		left: 100%
	}
	.offset-sm-0 {
		margin-left: 0
	}
	.offset-sm-1 {
		margin-left: 8.33333%
	}
	.offset-sm-2 {
		margin-left: 16.66667%
	}
	.offset-sm-3 {
		margin-left: 25%
	}
	.offset-sm-4 {
		margin-left: 33.33333%
	}
	.offset-sm-5 {
		margin-left: 41.66667%
	}
	.offset-sm-6 {
		margin-left: 50%
	}
	.offset-sm-7 {
		margin-left: 58.33333%
	}
	.offset-sm-8 {
		margin-left: 66.66667%
	}
	.offset-sm-9 {
		margin-left: 75%
	}
	.offset-sm-10 {
		margin-left: 83.33333%
	}
	.offset-sm-11 {
		margin-left: 91.66667%
	}
}

@media (min-width:768px) {
	.col-md {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%
	}
	.col-md-auto {
		flex: 0 0 auto;
		width: auto
	}
	.col-md-1 {
		flex: 0 0 8.33333%;
		max-width: 8.33333%
	}
	.col-md-2 {
		flex: 0 0 16.66667%;
		max-width: 16.66667%
	}
	.col-md-3 {
		flex: 0 0 25%;
		max-width: 25%
	}
	.col-md-4 {
		flex: 0 0 33.33333%;
		max-width: 33.33333%
	}
	.col-md-5 {
		flex: 0 0 41.66667%;
		max-width: 41.66667%
	}
	.col-md-6 {
		flex: 0 0 50%;
		max-width: 50%
	}
	.col-md-7 {
		flex: 0 0 58.33333%;
		max-width: 58.33333%
	}
	.col-md-8 {
		flex: 0 0 66.66667%;
		max-width: 66.66667%
	}
	.col-md-9 {
		flex: 0 0 75%;
		max-width: 75%
	}
	.col-md-10 {
		flex: 0 0 83.33333%;
		max-width: 83.33333%
	}
	.col-md-11 {
		flex: 0 0 91.66667%;
		max-width: 91.66667%
	}
	.col-md-12 {
		flex: 0 0 100%;
		max-width: 100%
	}
	.pull-md-0 {
		right: auto
	}
	.pull-md-1 {
		right: 8.33333%
	}
	.pull-md-2 {
		right: 16.66667%
	}
	.pull-md-3 {
		right: 25%
	}
	.pull-md-4 {
		right: 33.33333%
	}
	.pull-md-5 {
		right: 41.66667%
	}
	.pull-md-6 {
		right: 50%
	}
	.pull-md-7 {
		right: 58.33333%
	}
	.pull-md-8 {
		right: 66.66667%
	}
	.pull-md-9 {
		right: 75%
	}
	.pull-md-10 {
		right: 83.33333%
	}
	.pull-md-11 {
		right: 91.66667%
	}
	.pull-md-12 {
		right: 100%
	}
	.push-md-0 {
		left: auto
	}
	.push-md-1 {
		left: 8.33333%
	}
	.push-md-2 {
		left: 16.66667%
	}
	.push-md-3 {
		left: 25%
	}
	.push-md-4 {
		left: 33.33333%
	}
	.push-md-5 {
		left: 41.66667%
	}
	.push-md-6 {
		left: 50%
	}
	.push-md-7 {
		left: 58.33333%
	}
	.push-md-8 {
		left: 66.66667%
	}
	.push-md-9 {
		left: 75%
	}
	.push-md-10 {
		left: 83.33333%
	}
	.push-md-11 {
		left: 91.66667%
	}
	.push-md-12 {
		left: 100%
	}
	.offset-md-0 {
		margin-left: 0
	}
	.offset-md-1 {
		margin-left: 8.33333%
	}
	.offset-md-2 {
		margin-left: 16.66667%
	}
	.offset-md-3 {
		margin-left: 25%
	}
	.offset-md-4 {
		margin-left: 33.33333%
	}
	.offset-md-5 {
		margin-left: 41.66667%
	}
	.offset-md-6 {
		margin-left: 50%
	}
	.offset-md-7 {
		margin-left: 58.33333%
	}
	.offset-md-8 {
		margin-left: 66.66667%
	}
	.offset-md-9 {
		margin-left: 75%
	}
	.offset-md-10 {
		margin-left: 83.33333%
	}
	.offset-md-11 {
		margin-left: 91.66667%
	}
}

@media (min-width:992px) {
	.col-lg {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%
	}
	.col-lg-auto {
		flex: 0 0 auto;
		width: auto
	}
	.col-lg-1 {
		flex: 0 0 8.33333%;
		max-width: 8.33333%
	}
	.col-lg-2 {
		flex: 0 0 16.66667%;
		max-width: 16.66667%
	}
	.col-lg-3 {
		flex: 0 0 25%;
		max-width: 25%
	}
	.col-lg-4 {
		flex: 0 0 33.33333%;
		max-width: 33.33333%
	}
	.col-lg-5 {
		flex: 0 0 41.66667%;
		max-width: 41.66667%
	}
	.col-lg-6 {
		flex: 0 0 50%;
		max-width: 50%
	}
	.col-lg-7 {
		flex: 0 0 58.33333%;
		max-width: 58.33333%
	}
	.col-lg-8 {
		flex: 0 0 66.66667%;
		max-width: 66.66667%
	}
	.col-lg-9 {
		flex: 0 0 75%;
		max-width: 75%
	}
	.col-lg-10 {
		flex: 0 0 83.33333%;
		max-width: 83.33333%
	}
	.col-lg-11 {
		flex: 0 0 91.66667%;
		max-width: 91.66667%
	}
	.col-lg-12 {
		flex: 0 0 100%;
		max-width: 100%
	}
	.pull-lg-0 {
		right: auto
	}
	.pull-lg-1 {
		right: 8.33333%
	}
	.pull-lg-2 {
		right: 16.66667%
	}
	.pull-lg-3 {
		right: 25%
	}
	.pull-lg-4 {
		right: 33.33333%
	}
	.pull-lg-5 {
		right: 41.66667%
	}
	.pull-lg-6 {
		right: 50%
	}
	.pull-lg-7 {
		right: 58.33333%
	}
	.pull-lg-8 {
		right: 66.66667%
	}
	.pull-lg-9 {
		right: 75%
	}
	.pull-lg-10 {
		right: 83.33333%
	}
	.pull-lg-11 {
		right: 91.66667%
	}
	.pull-lg-12 {
		right: 100%
	}
	.push-lg-0 {
		left: auto
	}
	.push-lg-1 {
		left: 8.33333%
	}
	.push-lg-2 {
		left: 16.66667%
	}
	.push-lg-3 {
		left: 25%
	}
	.push-lg-4 {
		left: 33.33333%
	}
	.push-lg-5 {
		left: 41.66667%
	}
	.push-lg-6 {
		left: 50%
	}
	.push-lg-7 {
		left: 58.33333%
	}
	.push-lg-8 {
		left: 66.66667%
	}
	.push-lg-9 {
		left: 75%
	}
	.push-lg-10 {
		left: 83.33333%
	}
	.push-lg-11 {
		left: 91.66667%
	}
	.push-lg-12 {
		left: 100%
	}
	.offset-lg-0 {
		margin-left: 0
	}
	.offset-lg-1 {
		margin-left: 8.33333%
	}
	.offset-lg-2 {
		margin-left: 16.66667%
	}
	.offset-lg-3 {
		margin-left: 25%
	}
	.offset-lg-4 {
		margin-left: 33.33333%
	}
	.offset-lg-5 {
		margin-left: 41.66667%
	}
	.offset-lg-6 {
		margin-left: 50%
	}
	.offset-lg-7 {
		margin-left: 58.33333%
	}
	.offset-lg-8 {
		margin-left: 66.66667%
	}
	.offset-lg-9 {
		margin-left: 75%
	}
	.offset-lg-10 {
		margin-left: 83.33333%
	}
	.offset-lg-11 {
		margin-left: 91.66667%
	}
}

@media (min-width:1200px) {
	.col-xl {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%
	}
	.col-xl-auto {
		flex: 0 0 auto;
		width: auto
	}
	.col-xl-1 {
		flex: 0 0 8.33333%;
		max-width: 8.33333%
	}
	.col-xl-2 {
		flex: 0 0 16.66667%;
		max-width: 16.66667%
	}
	.col-xl-3 {
		flex: 0 0 25%;
		max-width: 25%
	}
	.col-xl-4 {
		flex: 0 0 33.33333%;
		max-width: 33.33333%
	}
	.col-xl-5 {
		flex: 0 0 41.66667%;
		max-width: 41.66667%
	}
	.col-xl-6 {
		flex: 0 0 50%;
		max-width: 50%
	}
	.col-xl-7 {
		flex: 0 0 58.33333%;
		max-width: 58.33333%
	}
	.col-xl-8 {
		flex: 0 0 66.66667%;
		max-width: 66.66667%
	}
	.col-xl-9 {
		flex: 0 0 75%;
		max-width: 75%
	}
	.col-xl-10 {
		flex: 0 0 83.33333%;
		max-width: 83.33333%
	}
	.col-xl-11 {
		flex: 0 0 91.66667%;
		max-width: 91.66667%
	}
	.col-xl-12 {
		flex: 0 0 100%;
		max-width: 100%
	}
	.pull-xl-0 {
		right: auto
	}
	.pull-xl-1 {
		right: 8.33333%
	}
	.pull-xl-2 {
		right: 16.66667%
	}
	.pull-xl-3 {
		right: 25%
	}
	.pull-xl-4 {
		right: 33.33333%
	}
	.pull-xl-5 {
		right: 41.66667%
	}
	.pull-xl-6 {
		right: 50%
	}
	.pull-xl-7 {
		right: 58.33333%
	}
	.pull-xl-8 {
		right: 66.66667%
	}
	.pull-xl-9 {
		right: 75%
	}
	.pull-xl-10 {
		right: 83.33333%
	}
	.pull-xl-11 {
		right: 91.66667%
	}
	.pull-xl-12 {
		right: 100%
	}
	.push-xl-0 {
		left: auto
	}
	.push-xl-1 {
		left: 8.33333%
	}
	.push-xl-2 {
		left: 16.66667%
	}
	.push-xl-3 {
		left: 25%
	}
	.push-xl-4 {
		left: 33.33333%
	}
	.push-xl-5 {
		left: 41.66667%
	}
	.push-xl-6 {
		left: 50%
	}
	.push-xl-7 {
		left: 58.33333%
	}
	.push-xl-8 {
		left: 66.66667%
	}
	.push-xl-9 {
		left: 75%
	}
	.push-xl-10 {
		left: 83.33333%
	}
	.push-xl-11 {
		left: 91.66667%
	}
	.push-xl-12 {
		left: 100%
	}
	.offset-xl-0 {
		margin-left: 0
	}
	.offset-xl-1 {
		margin-left: 8.33333%
	}
	.offset-xl-2 {
		margin-left: 16.66667%
	}
	.offset-xl-3 {
		margin-left: 25%
	}
	.offset-xl-4 {
		margin-left: 33.33333%
	}
	.offset-xl-5 {
		margin-left: 41.66667%
	}
	.offset-xl-6 {
		margin-left: 50%
	}
	.offset-xl-7 {
		margin-left: 58.33333%
	}
	.offset-xl-8 {
		margin-left: 66.66667%
	}
	.offset-xl-9 {
		margin-left: 75%
	}
	.offset-xl-10 {
		margin-left: 83.33333%
	}
	.offset-xl-11 {
		margin-left: 91.66667%
	}
}

.img-fluid {
	max-width: 100%;
	height: auto
}

.swiper-container {
	margin: 0 auto;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
	float: left
}

.swiper-container-vertical>.swiper-wrapper {
	flex-direction: column
}

.swiper-wrapper {
	width: 100%;
	height: 100%;
	z-index: 1;
	display: flex;
	transition-property: transform;
	box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
	transform: translateZ(0)
}

.swiper-container-multirow>.swiper-wrapper {
	flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
	transition-timing-function: ease-out;
	margin: 0 auto
}

.swiper-slide {
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	transition-property: transform
}

.swiper-invisible-blank-slide {
	visibility: hidden
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
	height: auto
}

.swiper-container-autoheight .swiper-wrapper {
	align-items: flex-start;
	transition-property: transform, height
}

.swiper-container-3d {
	perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
	transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
	background-image: linear-gradient(270deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-right {
	background-image: linear-gradient(90deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-top {
	background-image: linear-gradient(0deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-bottom {
	background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal>.swiper-wrapper {
	touch-action: pan-y
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical>.swiper-wrapper {
	touch-action: pan-x
}

.swiper-button-next,
.swiper-button-prev {
	position: absolute;
	top: 50%;
	width: 27px;
	height: 44px;
	margin-top: -22px;
	z-index: 10;
	cursor: pointer;
	background-size: 27px 44px;
	background-position: 50%;
	background-repeat: no-repeat
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
	opacity: .35;
	cursor: auto;
	pointer-events: none
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23007aff'/%3E%3C/svg%3E");
	left: 10px;
	right: auto
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23007aff'/%3E%3C/svg%3E");
	right: 10px;
	left: auto
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23fff'/%3E%3C/svg%3E")
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23fff'/%3E%3C/svg%3E")
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z'/%3E%3C/svg%3E")
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z'/%3E%3C/svg%3E")
}

.swiper-button-lock {
	display: none
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	transition: opacity .3s;
	transform: translateZ(0);
	z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 10px;
	left: 0;
	width: 100%
}

.swiper-pagination-bullets-dynamic {
	overflow: hidden;
	font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transform: scale(.33);
	position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	transform: scale(.33)
}

.swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 100%;
	background: #000;
	opacity: .2
}

button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer
}

.swiper-pagination-bullet-active {
	opacity: 1;
	background: #007aff
}

.swiper-container-vertical>.swiper-pagination-bullets {
	right: 10px;
	top: 50%;
	transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 6px 0;
	display: block
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top: 50%;
	transform: translateY(-50%);
	width: 8px
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display: inline-block;
	transition: transform .2s, top .2s
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 4px
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	transform: translateX(-50%);
	white-space: nowrap
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: transform .2s, left .2s
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: transform .2s, right .2s
}

.swiper-pagination-progressbar {
	background: rgba(0, 0, 0, .25);
	position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: #007aff;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transform: scale(0);
	transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progressbar,
.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	width: 100%;
	height: 4px;
	left: 0;
	top: 0
}

.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical>.swiper-pagination-progressbar {
	width: 4px;
	height: 100%;
	left: 0;
	top: 0
}

.swiper-pagination-white .swiper-pagination-bullet-active {
	background: #fff
}

.swiper-pagination-progressbar.swiper-pagination-white {
	background: hsla(0, 0%, 100%, .25)
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
	background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
	background: #000
}

.swiper-pagination-progressbar.swiper-pagination-black {
	background: rgba(0, 0, 0, .25)
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
	background: #000
}

.swiper-pagination-lock {
	display: none
}

.swiper-scrollbar {
	border-radius: 10px;
	position: relative;
	-ms-touch-action: none;
	background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal>.swiper-scrollbar {
	position: absolute;
	left: 1%;
	bottom: 3px;
	z-index: 50;
	height: 5px;
	width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
	position: absolute;
	right: 3px;
	top: 1%;
	z-index: 50;
	width: 5px;
	height: 98%
}

.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: rgba(0, 0, 0, .5);
	border-radius: 10px;
	left: 0;
	top: 0
}

.swiper-scrollbar-cursor-drag {
	cursor: move
}

.swiper-scrollbar-lock {
	display: none
}

.swiper-zoom-container {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
	max-width: 100%;
	max-height: 100%;
	-o-object-fit: contain;
	object-fit: contain
}

.swiper-slide-zoomed {
	cursor: move
}

.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	transform-origin: 50%;
	animation: a 1s steps(12) infinite
}

.swiper-lazy-preloader:after {
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%236c6c6c' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E");
	background-position: 50%;
	background-size: 100%;
	background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%23fff' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E")
}

@keyframes a {
	to {
		transform: rotate(1turn)
	}
}

.swiper-container .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
	transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
	pointer-events: none;
	transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-container-cube {
	overflow: visible
}

.swiper-container-cube .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
	visibility: hidden;
	transform-origin: 0 0;
	width: 100%;
	height: 100%
}

.swiper-container-cube .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
	transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
	pointer-events: auto;
	visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .6;
	-webkit-filter: blur(50px);
	filter: blur(50px);
	z-index: 0
}

.swiper-container-flip {
	overflow: visible
}

.swiper-container-flip .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-container-coverflow .swiper-wrapper {
	-ms-perspective: 1200px
}

@font-face {
	font-family: checkradios-icons;
	src: url(icons/icomoon.eot?-8aafzo);
	src: url(icons/icomoon.eot?#iefix-8aafzo) format("embedded-opentype"), url(icons/icomoon.woff?-8aafzo) format("woff"), url(icons/icomoon.ttf?-8aafzo) format("truetype"), url(icons/icomoon.svg?-8aafzo#icomoon) format("svg");
	font-weight: 400;
	font-style: normal
}

.icon-checkradios-checkmark,
.icon-checkradios-circle {
	font-family: checkradios-icons;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.checkradios-checkbox:after,
.checkradios-radio:after {
	content: "";
	height: 100%;
	width: 100%;
	position: relative;
	display: block;
	vertical-align: bottom
}

.icon-checkradios-checkmark:before {
	content: "\e600"
}

.icon-checkradios-circle:before {
	content: "\e601"
}

.checkradios-checkbox,
.checkradios-radio {
	font-size: 16px;
	position: relative;
	display: inline-block;
	vertical-align: bottom;
	text-align: center;
	border: 2px solid #333;
	color: #333;
	width: 1em;
	height: 1em;
	cursor: pointer;
	padding: .2em;
	box-sizing: content-box;
	overflow: hidden
}

.checkradios-radio {
	border-radius: 50%
}

.checkradios-checkbox.focus,
.checkradios-radio.focus {
	box-shadow: 0 0 3px rgba(22, 150, 255, .9);
	border-color: #1696f1
}

.checkradios-checkbox input[type=checkbox],
.checkradios-radio input[type=radio] {
	margin: 0;
	top: 0;
	left: -9999%;
	width: 100%;
	height: 100%;
	position: absolute;
	display: inline-block;
	vertical-align: bottom
}

img.customReveal {
	position: relative!important;
	display: block!important;
	float: none!important
}

img.customReveal:after {
	background: #252763;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	transform-origin: bottom;
	z-index: 2
}

.imgCustomReveal {
	position: relative;
	overflow: hidden;
	max-width: 100%;
	max-height: 100%;
	display: inline-block
}

.imgCustomRevealEl {
	position: absolute;
	width: 200%;
	height: 100%;
	background: #252763;
	transition: all 1.4s ease-out;
	top: 0;
	left: 0;
	display: block;
	z-index: 2
}

.imgCustomRevealEl[data-direction=d],
.imgCustomRevealEl[data-direction=s] {
	transform: translateX(-50%)
}

.imgCustomRevealEl.activate-s {
	transform: translateX(100%)
}

.imgCustomRevealEl.activate-d {
	transform: translateX(-100%)
}

header {
	position: fixed;
	z-index: 999;
	top: 0;
	width: 100%;
	padding: 0
}

header .mainLogo {
	background: #fff;
	padding: 10px 20px;
	width: 86px
}
@media screen and (max-width:767px) {
	header .mainLogo {
		background: transparent;
	}
}

#floatingMenu {
	position: fixed;
	z-index: 9999;
	top: 0;
	right: 0;
	transition: all .2s;
	transform: translateX(100%);
	color: #fff;
	background: #252763
}

@media screen and (max-width:767px) {
	#floatingMenu {
		width: 100vw;
		height: 100vh
	}
}

#floatingMenu .trigger {
	position: absolute;
	top: 0;
	left: -70px;
	width: 70px;
	height: 70px;
	padding: 20px 15px;
	cursor: pointer;
	transition: all .2s;
	background: #252763;
	box-shadow: 0 2px 2px 1px rgba(0, 0, 0, .1)
}

@media screen and (min-width:767px) {
	#floatingMenu .trigger {
		top: 50%;
		transform: translateY(-50%)
	}
}

@media screen and (min-width:767px) {
	#floatingMenu {
		top: 50px
	}
}

#floatingMenu.open {
	transform: translateX(0)
}

#floatingMenu.open .trigger {
	background: #fff
}

@media screen and (max-width:767px) {
	#floatingMenu.open .trigger {
		position: fixed;
		left: auto;
		top: 0;
		right: 0;
		z-index: 999
	}
}

#floatingMenu.open .trigger span {
	background-color: #252763
}

#floatingMenu nav {
	padding: 20px
}

@media screen and (max-width:767px) {
	#floatingMenu nav {
		text-align: center;
		height: 100vh;
		overflow-y: scroll
	}
	#floatingMenu nav a {
		font-size: 25px;
		text-transform: uppercase;
		text-align: center!important
	}
	#floatingMenu nav a.logoMobile {
		text-align: left!important
	}
	#floatingMenu nav a.logoMobile img{
	    width: 50px;
	    margin-top: -30px;
	    margin-left: -20px;
	}
}

#floatingMenu nav a {
	display: block;
	margin: 7px 0;
	padding: 10px;
	text-align: right;
	text-decoration: none;
	color: grey
}

#floatingMenu nav a:hover {
	color: #fff
}

footer {
	position: relative;
	padding: 0;
	box-shadow: 0 -2px 2px 1px rgba(0, 0, 0, .2)
}

footer .col-md-4 {
	padding-top: 50px;
	padding-bottom: 50px
}

@media screen and (max-width:767px) {
	footer {
		padding-bottom: 0
	}
	footer .container {
		width: 100%
	}
}

footer h4 {
	font-size: 14px;
	line-height: 1.5;
	text-transform: uppercase
}

@media screen and (max-width:767px) {
	footer h4 {
		font-size: 17px
	}
}

footer a {
	font-size: 13px!important;
	color: rgba(0, 0, 0, .9)!important
}

@media screen and (max-width:767px) {
	footer a {
		font-size: 15px!important
	}
}

footer .blueBack {
	position: absolute;
	top: 0;
	right: 0;
	width: 40%;
	height: 100%;
	background: #252763
}

@media screen and (max-width:767px) {
	footer .blueBack {
		display: none
	}
}

footer .infos a {
	display: inline-block;
	width: 50%;
	margin-bottom: 30px;
	text-decoration: none
}

@media screen and (max-width:767px) {
	footer .infos a {
		width: 100%
	}
}

footer .socials a {
	display: inline-block;
	margin-bottom: 30px;
	text-decoration: none
}

@media screen and (min-width:767px) {
	footer .socials a {
		display: block;
		width: 100%
	}
	footer .socials a svg {
		margin-left: 20px
	}
}

footer .socials svg {
	display: inline-block;
	width: 15px;
	margin-right: 5px;
	vertical-align: middle
}

@media screen and (max-width:767px) {
	footer .socials svg {
		width: 20px;
		margin: 0 20px
	}
}

footer .socials svg path {
	fill: #252763
}

footer .blueCol {
	background: #252763
}

@media screen and (max-width:767px) {
	footer .blueCol {
		padding: 50px 0
	}
}

footer .blueCol h3,
footer .blueCol h4,
footer .blueCol p {
	color: #fff
}

footer input[type=email] {
	font-size: 8pt;
	width: 90%;
	max-width: 250px;
	padding: 10px;
	vertical-align: middle;
	color: #fff;
	border: none;
	border-bottom: 2px solid hsla(0, 0%, 100%, .5);
	background: none
}

footer ::-webkit-input-placeholder {
	opacity: 1;
	color: #fff
}

footer :-ms-input-placeholder,
footer ::-ms-input-placeholder {
	opacity: 1;
	color: #fff
}

footer ::placeholder {
	opacity: 1;
	color: #fff
}

footer .submitButton {
	display: inline-block;
	margin-left: -15px;
	background: #252763
}

footer .submitButton svg {
	width: 20px;
	vertical-align: middle
}

footer .submitButton svg path {
	fill: #fff
}

#homeSlider {
	margin-top: 80px;
	margin-bottom: 60px
}

.brandCarouselSlider img{
  width: 70%;
  margin: 0 auto;
  display: block;
}

@media screen and (max-width:767px) {
	#homeSlider .container {
		padding: 0
	}
	.container {
		padding: 0
	}
	.row{
	    margin-left: 0px;
	}
}

#homeSlider .swiper-slide {
	overflow: hidden
}

#homeSlider .imgContainer {
	transform: translateY(30px)
}

#homeSlider img {
	position: relative;
	z-index: 2;
	display: block;
	float: right;
	max-height: 100%
}

@media screen and (max-width:767px) {
	#homeSlider img {
		z-index: 1;
		float: none;
		width: 90%;
		margin: 0 auto
	}
}

#homeSlider h4 {
	font-size: 34px
}

#homeSlider p {
	line-height: 1.3;
	margin-bottom: 20px
}

#homeSlider a:not(.button) {
	text-decoration: none;
	color: #fff
}

#homeSlider .slider-navigation {
	position: absolute;
	z-index: 99;
	top: 40%
}

#homeSlider .button.button-big {
	position: relative;
	z-index: 10;
	margin-top: -100px
}

#homeSlider .sliderButton {
	position: absolute;
	bottom: 0;
	z-index: 2;
	width: 100%
}

@media screen and (min-width:767px) {
	#homeSlider .sliderButton {
		padding: 30px
	}
}

@media screen and (max-width:767px) {
	#homeSlider .blueBack {
		z-index: 0;
		padding: 0
	}
}

#homeSlider .blueBack .content {
	padding: 50px 40px;
	transform: translateX(-50px);
	color: #fff;
	background: #252763
}

@media screen and (max-width:767px) {
	#homeSlider .blueBack .content {
		z-index: 2;
		float: right;
		width: 60%;
		transform: translateY(-20px)
	}
}

#homeSlider .blueBack .content a {
	font-size: 20px;
	padding: 3px 0;
	border-bottom: 1px solid #fff
}

#homeSlider .blueBack .content .price {
	font-size: 26px
}

section.bottomMargin {
	margin-bottom: 50px!important
}

section.margin {
	margin: 50px 0 0
}

section .float {
	position: absolute;
	z-index: 1
}

section .float.f-right {
	right: 0
}

section .float.f-bottom {
	bottom: 0
}

section .float.f-paddingB-bottom {
	margin-bottom: 40px
}

section .float.f-paddingS-right {
	margin-right: 10px
}

section .float.f-paddingB-right {
	margin-right: 40px
}

section .img-side {
	position: relative;
	z-index: 1
}

.page-category section .img-side {
	z-index: -1
}

section .img-side img {
	max-width: 100%;
	max-height: 100%
}

@media screen and (max-width:767px) {
	section .img-side img {
		display: block;
		margin: 0 auto
	}
}

@media screen and (min-width:767px) {
	section .img-side .exceedRight {
		position: relative;
		top: -10%;
		left: -10%;
		width: 110%;
		max-height: 600px;
		margin-left: -20%
	}
	section .img-side .exceedLeft {
		position: relative;
		top: -10%;
		right: -10%;
		width: 110%;
		max-height: 600px;
		margin-right: -20%
	}
}

@media screen and (min-width:767px) {
	section .untouchable {
		position: absolute;
		z-index: 1
	}
}

section img.untouchable {
	max-width: 100%;
	max-height: 100%
}

section .u-right {
	right: 0
}

section .u-left {
	left: 0
}

section .u-top {
	top: 0
}

section .u-bottom {
	bottom: 0
}

section.twoSides.leftSide p {
	max-width: 100%!important
}

section.twoSides .imgContainer {
	position: relative;
	overflow: hidden
}

@media screen and (min-width:767px) {
	section.twoSides .imgContainer {
		overflow: visible;
		height: auto
	}
}

@media screen and (min-width:767px) {
	section.twoSides .container,
	section.twoSides .img-side,
	section.twoSides .row,
	section.twoSides .text-side {
		min-height: 400px
	}
}

@media screen and (min-width:767px) {
	section.twoSides .img-side {
		position: absolute;
		width: 100%;
		height: 100%
	}
	section.twoSides .img-side .col-md-6 {
		width: 60%
	}
	section.twoSides .img-side .col-md-6.push-md-6 {
		float: right
	}
	section.twoSides .img-side img {
		max-width: 100%;
		max-height: 100%
	}
}

section.twoSides img {
	display: block;
	width: 100%;
	height: auto;
	max-height: none;
	margin: 0 auto
}

section.twoSides .text-side {
	position: relative;
	z-index: 5
}

@media screen and (max-width:767px) {
	section.twoSides .text-side {
		padding-top: 30px
	}
}

section.twoSides .text-side p {
	max-width: 70%
}

section.twoSides .text-side.text-right p {
	float: right
}

section.twoSides.bigMargin {
	margin-bottom: 200px
}

@media screen and (max-width:767px) {
	section.twoSides.bigMargin {
		margin-bottom: 60px
	}
}

section.sliderShop {
	margin: 40px 0
}

section.sliderShop .slider-navigation {
	padding: 30px 0
}

@media screen and (max-width:767px) {
	section.sliderShop .slider-navigation {
		width: auto
	}
}

section.sliderShop h3 {
	font-size: 40px
}

section.sliderShop h3 a {
	text-decoration: none
}

@media screen and (max-width:767px) {
	section.sliderShop h4 {
		margin: 5px 0
	}
}

section.sliderShop .row {
	width: 100%
}

section.sliderShop .f-right {
	right: auto
}

@media screen and (min-width:767px) {
	section.sliderShop .f-right {
		right: 0
	}
}

@media screen and (min-width:767px) {
	section.sliderShop .img-side {
		position: absolute;
		width: 50%;
		height: 100%
	}
	section.sliderShop[data-sr-id="15"] .img-side{
	    width: 50%;
		right: 10%;
	}
	section.sliderShop[data-sr-id="15"] .imgContainer{
	    text-align: right;
	}
	section.sliderShop[data-sr-id="15"] .text-md-right{
	    text-align: left !important;
	}
	section.sliderShop[data-sr-id="15"] .slider-navigation{
	    text-align: left !important;
	}


	section.sliderShop .img-side .imgContainer {
		display: block;
		max-width: 100%;
		height: 400px;
		margin: 0 auto
	}
}

section.sliderShop .button.biggerButton {
	font-size: 18px;
	padding: 13px 90px
}

section.sliderShop img {
	height: 100%;
	display: block
}
@media screen and (max-width:767px) {
	section.sliderShop img {
		height: auto;
	}
}

@media only screen and (max-width:40em) {
	section.sliderShop img {
		height: auto;
	}
}

section.sliderShop .imgContainer {
	text-align: center;
	position: relative;
	max-width: 100%;
	max-height: 500px
}

@media screen and (max-width:767px) {
	section.sliderShop .imgContainer{
		overflow: hidden;
	}
}



section.sliderShop .imgContainer .imgCustomReveal {
	height: 100%!important
}

section.sliderShop .text-md-right.text-side p {
	float: right
}

section.sliderShop .text-side {
	position: relative;
	z-index: 5
}

section.sliderShop .text-side p {
	float: left;
	max-width: 40%
}

section.sliderShop .text-side.text-right p {
	float: right
}

section.sliderShop .button {
	font-size: 25px;
	margin-top: 30px;
	padding: 16px 90px
}

section.sliderShop p.info {
	font-weight: 400!important
}

section.sliderShop p.price {
	font-size: 34px
}

section.sliderShop p.info,
section.sliderShop p.price {
	font-size: 23px;
	font-weight: 700;
	display: block;
	width: 100%;
	max-width: 100%;
	margin: 5px 0
}

section.sliderShop p.info:before,
section.sliderShop p.price:before {
	float: none;
	clear: both;
	content: ""
}

section.treeImages a {
	display: inline-block;
	overflow: hidden;
	text-align: center;
	width: 100%
}

@media screen and (min-width:767px) {
	section.treeImages a {
		width: 33%
	}
}

section.treeImages a img {
	width: 100%;
	transition: all .2s
}

section.treeImages a:hover img {
	transform: scale(1.1)
}

section.wallText h3,
section.wallText p {
	max-width: 70%;
	margin: 0 auto
}

@media screen and (min-width:767px) {
	section.wallText h3,
	section.wallText p {
		max-width: 50%
	}
}

section.wallText p {
	margin-top: 25px
}

section.brandCarousel {
	margin: 70px 0
}

@media screen and (max-width:767px) {
	section.sliderAlt .navigationMobile {
		padding-left: 20px
	}
	section.sliderAlt .text-side {
		padding-bottom: 40px!important
	}
	section.sliderAlt h3 {
		margin: 0 0 30px;
		padding: 0 20px
	}
}

section.sliderAlt img {
	display: block;
	max-height: 500px;
	margin: 0 auto
}

section.sliderAlt .blueBack {
	padding: 30px;
	background: #252763
}

section.sliderAlt .blueBack p {
	margin-bottom: 25px;
	color: #fff
}

section.homeStoria .history {
	position: relative;
	z-index: 99;
	display: inline-block;
	float: right;
	margin-bottom: -30px;
	padding: 20px 70px;
	background: #fff;
	box-shadow: 0 2px 2px 1px rgba(0, 0, 0, .2)
}

@media screen and (min-width:767px) {
	section.homeStoria .history {
		position: absolute;
		top: 20%;
		left: 40%;
		float: none;
		margin-bottom: 0
	}
}

section.homeStoria .history h3 {
	font-size: 50px;
	line-height: 1;
	margin: 0;
	text-align: right
}

section.homeStoria .history p {
	font-size: 14px;
	margin: 0;
	text-align: right
}

section.homeStoria a.button {
	position: relative;
	margin-top: -30px
}

@media screen and (min-width:767px) {
	section.homeStoria a.button {
		position: absolute;
		right: 10%;
		bottom: 20%;
		margin-top: 0
	}
}

@media screen and (max-width:767px) {
	section.imageCard {
		margin-bottom: 0!important
	}
}

section.imageCard .coverImage {
	width: 100%;
	height: 300px;
	background-position: 50%;
	background-size: cover
}

section.imageCard .card {
	padding: 60px 100px 90px;
	background: #fff
}

@media screen and (min-width:767px) {
	section.imageCard .card {
		margin-top: -100px;
		box-shadow: 0 2px 2px 1px rgba(0, 0, 0, .3)
	}
}

section.imageCard .button {
	margin-top: 20px
}

@media screen and (min-width:767px) {
	section.imageCard .button {
		position: absolute;
		bottom: 20px;
		left: -100px
	}
}

a,
a:visited {
	color: #252763;
	transition: all .2s
}

a:hover {
	color: #17183e
}

.button {
	text-decoration: none;
	padding: 7px 8px;
	line-height: 1;
	display: inline-block;
	clear: both;
	float: none;
	text-transform: uppercase;
	color: #252763;
	font-size: 8pt;
	background: #fff;
	box-shadow: 0 2px 2px 1px rgba(0, 0, 0, .2)
}

.button.button-big {
	padding: 13px 70px;
	font-size: 24px;
	letter-spacing: 1px
}

.button.button-primary {
	background: #252763;
	color: #fff;
	box-shadow: none
}

.button.button-primary.arrowButton svg path {
	fill: #fff
}

@media screen and (max-width:767px) {
	.button.responsiveButton {
		width: 50%;
		float: left!important;
		padding: 20px;
		text-align: center;
		left: 0;
		right: auto;
		font-size: 20px
	}
}

@media screen and (max-width:767px) {
	.button.responsiveButtonPrimary {
		box-sizing: border-box;
		background: #252763;
		color: #fff;
		position: relative;
		width: 60%;
		display: inline-block;
		float: right!important
	}
	.button.responsiveButtonPrimary:hover:after {
		width: 20px
	}
	.button.responsiveButtonPrimary.noAlt {
		float: none;
		width: 100%
	}
	.button.responsiveButtonPrimary.noAlt:after {
		display: none
	}
	.button.responsiveButtonPrimary:after {
		content: "";
		width: 50px;
		transition: all .2s;
		right: 0;
		height: 3px;
		position: absolute;
		top: 48%;
		z-index: 2;
		display: block;
		background: #fff
	}
}

.button.arrowButton svg {
	vertical-align: middle;
	margin-right: 10px;
	height: 21px;
	display: inline-block
}

.button.arrowButton svg path {
	fill: #252763
}

.swiper-container,
.swiper-wrapper {
	position: relative
}

.swiper-slide {
	height: auto
}

@media screen and (max-width:767px) {
	.sliderResponsiveNav {
		position: absolute;
		right: 0;
		top: 40%;
		z-index: 99
	}
	.sliderResponsiveNav .slider-button-next,
	.sliderResponsiveNav .slider-button-prev {
		display: block!important;
		margin: 4px 0!important;
		width: 50px;
		height: 50px
	}
}

.slider-button-next,
.slider-button-prev {
	background: #252763;
	width: 60px;
	height: 60px;
	color: #fff;
	padding: 10px;
	cursor: pointer;
	margin: 4px 0
}

.slider-button-next svg,
.slider-button-prev svg {
	width: 100%
}

.slider-button-next path,
.slider-button-prev path {
	fill: #fff
}

.slider-button-next.inline,
.slider-button-prev.inline {
	display: inline-block
}

.slider-button-next.inline {
	margin-left: 5px
}

.menu-icon {
	width: 40px;
	height: 30px;
	position: relative;
	transform: rotate(0deg);
	transition: .5s ease-in-out;
	cursor: pointer
}

.menu-icon span {
	display: block;
	position: absolute;
	height: 2px;
	width: 100%;
	background: #fff;
	border-radius: 9px;
	opacity: 1;
	left: 0;
	transform: rotate(0deg);
	transition: .25s ease-in-out
}

.menu-icon span:first-child {
	top: 0;
	transform-origin: left center
}

.menu-icon span:nth-child(2) {
	top: 12px;
	transform-origin: left center
}

.menu-icon span:nth-child(3) {
	top: 24px;
	transform-origin: left center
}

#floatingMenu.open .menu-icon span:first-child {
	transform: rotate(45deg);
	top: -2px;
	left: 4px
}

#floatingMenu.open .menu-icon span:nth-child(2) {
	width: 0;
	opacity: 0
}

#floatingMenu.open .menu-icon span:nth-child(3) {
	transform: rotate(-45deg);
	top: 26px;
	left: 4px
}

@media only screen and (min-width:70em) {
  .menu-icon {
    width: 20px;
    height: 15px;
  }
  #floatingMenu .trigger {
    padding: 26px 25px;
  }
  .menu-icon span:nth-child(2) {
    top: 6px;
  }
  .menu-icon span:nth-child(3) {
    top: 12px;
  }
}

.breadCrumbs {
	margin-top: 100px
}

.breadCrumbs a {
	color: rgba(0, 0, 0, .5);
	text-decoration: none;
	font-size: 10px;
	margin-right: 5px
}

.breadCrumbs a.active {
	font-size: 13px;
	color: #252763;
	text-decoration: underline
}

.breadCrumbs a:hover {
	color: rgba(0, 0, 0, .8)
}

#scrollHint {
	position: fixed;
	top: 50%;
	left: 30px
}

@media screen and (max-width:767px) {
	#scrollHint {
		display: none!important
	}
}

#scrollHint span {
	font-size: 10px;
	transform: rotate(-90deg) translateY(10px) translateX(-30px)
}

#scrollHint img,
#scrollHint span {
	display: inline-block;
	vertical-align: top
}

input:not([type=checkbox]),
select,
textarea {
	background: hsla(0, 0%, 100%, .3);
	padding: 8px 20px;
	border: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 100%;
	color: #fff;
	font-size: 14px;
	margin: 5px 0;
	transition: all .2s;
	box-sizing: border-box;
	outline: none;
	border-radius: 0;
	text-transform: uppercase
}

input:not([type=checkbox]):focus,
select:focus,
textarea:focus {
	background-color: hsla(0, 0%, 100%, .4)
}

textarea {
	height: 100px;
	line-height: 1.7
}

.informativa {
	font-size: 10px
}

select {
	height: 40px;
	background-image: url(https://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png);
	background-repeat: no-repeat;
	background-position: 100%
}

::-webkit-input-placeholder {
	color: #fff;
	opacity: 1
}

:-ms-input-placeholder,
::-ms-input-placeholder {
	color: #fff;
	opacity: 1
}

::placeholder {
	color: #fff;
	opacity: 1
}

.spacer {
	display: block;
	height: 50px;
	width: 100%
}

.interactiveMap {
	height: 200px!important;
	width: 100%!important
}

.swiper-slide [data-swiper-anim] {
	opacity: 0;
	transition: all .3s
}

.swiper-slide.reveal [data-swiper-anim=b] {
	animation: b 1s ease forwards;
	animation-delay: 0s
}

.swiper-slide.reveal [data-swiper-anim=t] {
	animation: c 1s ease forwards;
	animation-delay: .3s
}

.swiper-slide.reveal [data-swiper-anim=d] {
	animation: d 1s ease forwards;
	animation-delay: .6s
}

.swiper-slide.reveal [data-swiper-anim=s] {
	animation: e 1s ease forwards;
	animation-delay: .8s
}

@keyframes b {
	0% {
		opacity: 0;
		transform: translateY(200px)
	}
	to {
		opacity: 1;
		transform: translateY(0)
	}
}

@keyframes c {
	0% {
		opacity: 0;
		transform: translateY(-200px)
	}
	to {
		opacity: 1;
		transform: translateY(0)
	}
}

@keyframes d {
	0% {
		opacity: 0;
		transform: translateX(200px)
	}
	to {
		opacity: 1;
		transform: translateX(0)
	}
}

@keyframes e {
	0% {
		opacity: 0;
		transform: translateX(-200px)
	}
	to {
		opacity: 1;
		transform: translateX(0)
	}
}

.modalMain {
	position: fixed;
	display: none;
	width: 100vw;
	height: 100vh;
	z-index: 9999;
	top: 0;
	left: 0
}

.modalMain .closeIcon {
	position: absolute;
	top: 15px;
	right: 15px
}

.modalMain .closeIcon svg {
	width: 25px
}

.modalMain .closeIcon svg path {
	fill: #fff
}

.modalMain .overlay {
	background: hsla(0, 0%, 100%, .4);
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 2
}

.modalMain .content {
	height: 100%;
	overflow-y: scroll;
	margin: 40px auto;
	padding: 0 120px;
	padding-bottom: 60px
}

@media only screen and (max-width:40em) {
	.modalMain .content {
		padding-left: 10px;
		padding-right: 10px
	}
}

.modalMain .content .label {
	color: #fff;
	line-height: 1;
	font-size: 10px;
	top: 5px;
	position: relative
}

.modalMain .content h4 {
	color: #fff;
	font-size: 22px
}

.modalMain p {
	color: #fff
}

.modalMain .checkBox {
	max-width: 60%
}

.modalMain input[type=submit] {
	background: #fff;
	color: #252763;
	width: auto;
	padding: 10px 50px;
	float: right;
	display: inline-block;
	transition: all .2s;
	cursor: pointer
}

.modalMain input[type=submit]:hover {
	background: #e6e5e5
}

.modalMain .childrenCenter {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: column
}

.modalMain .inner {
	width: 100%;
	overflow: hidden;
	max-width: 800px;
	height: 100%;
	max-height: 700px;
	background: #252763;
	z-index: 5;
	position: absolute;
	left: 50%;
	top: 50%;
	padding-left: 100px;
	transform: translate(-50%, -50%)
}

.modalMain .inner .modalTitle {
	width: 100px;
	background: #fff;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	box-sizing: border-box
}

.modalMain .inner .modalTitle p {
	transform: rotate(-90deg) translateX(-100%);
	transform-origin: top left;
	font-size: 40px;
	color: #252763;
	width: 800px;
	text-align: right;
	padding: 10px 40px
}

#thanksModal .content {
	display: flex;
	align-items: center;
	justify-content: center
}

#thanksModal h4 {
	font-size: 28px
}

#thanksModal .childrenCenter {
	height: 300px
}

#thanksModal .childrenCenter p {
	font-size: 20px
}

.modalAlt {
	position: fixed;
	display: none;
	width: 100vw;
	height: 100vh;
	z-index: 9999;
	top: 0;
	left: 0
}

.modalAlt.modalLeft h4 {
	margin: 30px 0 10px
}

.modalAlt.modalLeft .inner {
	right: auto;
	left: 0
}

.modalAlt .inner {
	background: #252763;
	width: 100%;
	z-index: 99;
	transition: all .3s;
	height: 100%;
	right: 0;
	position: absolute;
	top: 0;
	overflow: scroll
}

@media screen and (min-width:767px) {
	.modalAlt .inner {
		width: 74%;
		overflow: scroll
	}
}

.modalAlt .content {
	width: 100%;
	padding: 50px
}

.modalAlt .content h4 {
	font-size: 68px;
	font-family: Pathway Gothic One
}

.modalAlt .content p {
	font-size: 18px;
	line-height: 2.3;
	text-align: justify
}

.modalAlt .content h4,
.modalAlt .content p {
	color: #fff
}

@media screen and (min-width:767px) {
	.modalAlt .content {
		width: 70%;
		margin: 0 auto
	}
}

.modalAlt .overlay {
	background: hsla(0, 0%, 100%, .4);
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 2;
	overflow: hidden
}

.modalAlt .closeIcon {
	position: absolute;
	top: 15px;
	right: 15px
}

.modalAlt .closeIcon svg {
	width: 25px
}

.modalAlt .closeIcon svg path {
	fill: #fff
}

#borseChooser {
	margin: 30px 0
}

#borseChooser img {
	max-width: 100%
}

#borseChooser .half {
	position: relative;
	overflow: hidden;
	padding: 0
}

@media screen and (min-width:767px) {
	#borseChooser .half {
		width: 50%
	}
}

@media screen and (min-width:767px) {
	#borseChooser .half:hover .title {
		color: #fff
	}
	#borseChooser .half:hover figcaption {
		transform: translateX(0)
	}
}

@media screen and (max-width:767px) {
	#borseChooser .half {
		height: 300px!important;
		width: 100%;
		overflow: hidden
	}
	#borseChooser .half img {
		width: 100%!important;
		height: auto!important
	}
}

@media screen and (max-width:767px) {
	#borseChooser .half {
		height: 80vh
	}
	#borseChooser .half img {
		width: auto;
		max-width: none;
		height: 100%;
	    transform: translateY(-20%);
	}
}

#borseChooser .title {
	font-size: 47px;
	line-height: 1;
	position: absolute;
	z-index: 3;
	top: 20px;
	left: 20px;
	padding: 10px;
	transition: all .2s;
	color: #252763
}

#borseChooser .donna {
	text-align: right
}

@media screen and (min-width:767px) {
	#borseChooser .donna {
		transform: translateY(-50px)
	}
}

#borseChooser .donna .title {
	right: 20px;
	left: auto
}

#borseChooser .donna figcaption {
	right: 0;
	left: auto;
	transform: translateX(100%)
}

#borseChooser figcaption {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	width: 50%;
	min-width: 200px;
	height: 100%;
	transition: all .2s;
	transform: translateX(-100%);
	background: #252763
}

#borseChooser figcaption p {
	margin-top: 150px;
	padding: 30px;
	color: #fff
}

section.productsList .row {
	margin: 30px 0 60px
}

.slider-product {
	overflow: hidden
}

@media screen and (max-width:767px) {
	.product {
		margin-bottom: 40px
	}
}

.product:hover figcaption {
	opacity: 1
}

.product .imgContainer {
	position: relative;
	display: block
}

.product .imgContainer img {
	max-width: 100%
}

.product .name {
	font-size: 16px;
	margin: 20px 0 15px
}

.product .name,
.product .price {
	display: block;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase
}

.product .price {
	font-size: 20px;
	font-weight: 700
}

.product figcaption {
	position: absolute;
	z-index: 3;
	display: flex;
	width: 100%;
	height: 100%;
	transition: all .2s;
	opacity: 0;
	background: rgba(37, 39, 99, .8);
	justify-content: center;
	align-items: center
}

.product figcaption p {
	font-size: 20px;
	text-decoration: none;
	text-transform: uppercase;
	color: #fff
}

.productDetails .price {
	font-size: 30px
}

.productDetails .actions a {
	font-size: 12px;
	display: inline-block;
	margin: 4px;
	padding: 10px;
	vertical-align: middle;
	text-decoration: none;
	color: #fff;
	background: #252763
}

.productDetails .actions svg {
	width: 15px
}

.productDetails .actions svg path {
	fill: #fff
}

.productDetails h2 {
	font-size: 25px;
	max-width: 250px;
	margin-bottom: 0
}

.productDetails p.desc {
	margin-top: 30px
}

.productDetails p.subtitle {
	margin-top: 10px
}

.productDetails .boxes input[type=number]::-webkit-inner-spin-button,
.productDetails .boxes input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0
}

.productDetails .boxes input[type=number] {
	width: 40px
}

.productDetails .boxes input[type=number]:hover {
	background: #fff;
	color: #252763
}

.productDetails .boxes input,
.productDetails .boxes li {
	display: inline-block;
	-webkit-appearance: none;
	width: 30px;
	height: 30px;
	margin: 3px;
	padding: 7px;
	transition: all .2s;
	text-align: center;
	color: #252763;
	border: 1px solid #252763
}

.productDetails .boxes input a,
.productDetails .boxes li a {
	text-decoration: none
}

.productDetails .boxes input.active,
.productDetails .boxes input:hover,
.productDetails .boxes li.active,
.productDetails .boxes li:hover {
	color: #fff;
	background: #252763
}

.productDetails .boxes input.active a,
.productDetails .boxes input:hover a,
.productDetails .boxes li.active a,
.productDetails .boxes li:hover a {
	color: #fff
}

.productDetails .blueBack {
	background: #252763
}

.productDetails .tabs a {
	font-size: 10px;
	display: inline-block;
	width: 33%;
	padding: 13px 5px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	color: hsla(0, 0%, 100%, .5)
}

.productDetails .tabs a.active {
	color: #fff
}

.productDetails .tabSlider {
	width: 100%
}

.productDetails .tabSlider .swiper-slide {
	width: 100%;
	padding: 10px
}

.productDetails .tabSlider .swiper-slide a,
.productDetails .tabSlider .swiper-slide li,
.productDetails .tabSlider .swiper-slide p {
	color: #fff
}

.productDetails .tabSlider .swiper-slide li {
	margin: 10px 0
}

.relatedProducts {
	margin: 80px 0
}

.relatedProducts a {
	text-decoration: none
}

.relatedProducts h2 {
	font-size: 22px;
	margin-bottom: 30px
}

.cartPage {
	overflow: hidden
}

.cartNav {
	margin: 80px 0 30px;
	text-align: center
}

.cartNav a {
	margin: 0 20px;
	padding: 12px 50px!important;
	opacity: .2
}

@media screen and (max-width:380px) {
	.cartNav a {
		padding: 10px!important;
		margin: 0 4px
	}
}

@media screen and (max-width:767px) {
	.cartNav a {
		background: none!important;
		color: #252763!important;
		font-size: 15px!important;
		padding: 10px!important
	}
}

.cartNav a.active {
	opacity: 1
}

.thanksTab {
	padding: 30px 0 70px
}

.thanksTab p:not(.small) {
	font-size: 15px
}

.cart {
	background: #252763;
	color: #fff
}

.cart .speditionTab {
	padding: 30px 0 100px
}

.cart .col-md-5 {
	padding: 0 30px
}

.cart h3 {
	font-size: 22px;
	margin-top: 30px
}

.cart .inputField label {
	margin-top: 20px;
	display: block
}

.cart form {
	margin-left: -15px;
	margin-right: -15px
}

.cart .swiper-slide {
	width: 100%
}

.cart .col-md-1,
.cart .col-md-2,
.cart .col-md-3 {
	padding: 0!important
}

.cart .cartProducts {
	padding: 30px 0
}

.cart .cartImage {
	max-width: 100%
}

.cart .cartImage img {
	display: block;
	margin: 0 auto
}

.cart .mobileCart {
	position: relative
}

.cart .destroyRes {
	display: inline-block;
	width: auto;
	padding: 0 20px 0 0;
	vertical-align: middle;
	float: none
}

.cart .destroyRes p {
	display: inline-block;
	margin: 0 5px 0 0
}

.cart .subtitle {
	font-size: 12px;
	color: hsla(0, 0%, 100%, .7);
	text-transform: uppercase
}

@media screen and (max-width:767px) {
	.cart .cartActions {
		position: absolute;
		right: 10px;
		top: 0
	}
}

.cart .cartActions a {
	width: 16px;
	height: 16px;
	padding: 2px;
	position: relative;
	display: block;
	background: #bd1e1e
}

.cart .cartActions a svg {
	width: 15px;
	height: 15px
}

.cart .cartActions a svg path {
	fill: #fff
}

.finalPrice {
	padding: 30px 0
}

.finalPrice .bigPrice {
	font-size: 26px;
	vertical-align: middle
}

.finalPrice a {
	margin-bottom: 30px;
	top: 10px;
	position: relative;
	padding: 12px 55px!important;
	vertical-align: middle
}

@media screen and (min-width:767px) {
	.finalPrice a {
		float: right
	}
}

.contatti .mobileHeader {
	margin: 60px 0 20px 20px
}

.contatti .blueBack {
	background: #252763;
	color: #fff;
	padding: 50px 30px 40px
}

.contatti .title {
	font-size: 18px
}

.contatti .text {
	font-size: 17px;
	line-height: 1.4;
	margin: 0 0 15px
}

.contatti .subtitle {
	line-height: 1.5;
	margin: 0;
	font-size: 15px;
	color: hsla(0, 0%, 100%, .5)
}

.contatti .socials a {
	display: block;
	color: #fff;
	width: 100%;
	text-decoration: none;
	margin-bottom: 5px
}

.contatti .socials svg {
	vertical-align: middle;
	display: inline-block;
	margin-right: 5px;
	width: 13px
}

.contatti .socials svg path {
	fill: #fff
}

.contatti h1 {
	font-size: 40px;
	margin-top: 50px
}

.contatti .linksContatti li {
	margin: 30px 0
}

.contatti .linksContatti li a {
	margin-right: 26px;
	display: block;
	position: relative;
	text-decoration: none;
	padding: 10px;
	font-size: 15px
}

.contatti h3 {
	font-size: 20px;
	font-weight: 700;
	margin: 0
}

.contatti img.map {
	margin: 10px 0 30px;
	max-width: 600px;
	max-height: 200px
}

body {
	background: #fff;
	width: 100vw;
	overflow-x: hidden;
	font-size: 15px;
	color: #252763;
	font-family: OpenSans;
	line-height: 1.2;
	font-family: Pathway Gothic One;
	letter-spacing: .5px
}

h1,
h2,
h3,
h4 {
	font-family: Merriweather
}

h2 {
	font-size: 50pt;
	line-height: 1.1
}

h2,
h3 {
	font-weight: 700
}

h3 {
	font-size: 25pt
}

h3,
h4 {
	margin: 10px 0 25px
}

h4 {
	font-size: 15pt
}

p {
	font-size: 16px;
	line-height: 2
}

p.price {
	font-family: Merriweather
}

img {
	max-width: 100%
}
