@charset "utf-8";
html, body {
	position:relative;
	height: 100%;
	width: 100%;
	margin:0;
	padding:0;
	font-family: 'Roboto', sans-serif;
	font-weight:300;
	font-smooth: always;
    -webkit-font-smoothing: antialiased;
}

/* == elements == */
a {
	text-decoration:none;
}
img {
	border:0;
	display:block;
}
p {
	padding:0;
	margin:0;
}
.clear {
	clear:both;
}
.cover {
	position:fixed;
	width:100%;
	height:100%;
	background:rgba(0, 0, 0, 0.1);
	z-index:10;
}
sup {
	vertical-align: baseline;
	font-size: inherit;
}
.decimal {
	display:inline;
}
.currency {
	font-size: smaller;
}

/* == line == */
.line {
	position:relative;
	width:100%;
}
.line.full-height {
	height:100%;
	min-height: 500px;
}
.at-top + .line.full-height {
	height:calc(100% - 100px);
	min-height: 500px;
}
@media screen and (max-width: 1000px) {
	.at-top + .line.full-height {
		height:calc(100% - 90px);
	}
}
@media screen and (max-width: 600px) {
	.line.full-height {
		height:auto;
	}
}
@media screen and (max-height: 5px) {
	.line.full-height {
		height:auto;
	}
}

/* == line - color == */
.line.white {
	background:#fff;
}
.line.light {
	background:#f3f3f3;
}
.line.red {
	background:#EB2F2F;
}
.line.dark {
	background:#404040;
}

/* == line - mid == */
.line .mid {
	position:relative;
	width:80%;
	max-width:1300px;
	margin:auto;
}
.line .mid.full-width {
	width:100%;
	max-width:100%;
}
.line.full-height .mid {
	height:100%;
}
@media screen and (max-width: 1000px) {
	.line .mid {
		position:relative;
		width:80%;
		max-width:1300px;
		margin:auto;
	}
}
@media screen and (max-width: 500px) {
	.line .mid {
		width:calc(100% - 60px);
		margin:0 30px;
	}
}

/* == top == */
.line .top {
	position:relative;
	width:80%;
	max-width:1300px;
	margin:auto;
	text-align: center;
}
@media screen and (max-width: 500px) {
	.line .top {
		width:calc(100% - 60px);
		margin:0 30px;
	}
}

/* == top - logo == */
.line .top .logo {
	position:relative;
	display:block;
	margin:30px 0;
	width:224px;
	height:40px;
	background:url(../image/logo.svg) 0 0 no-repeat;
	background-size:100% 100%;
	float:left;
}
@media screen and (max-width: 1200px) {
	.line .top .logo {
		width:168px;
		height:30px;
		margin:30px 0;
	}
}
@media screen and (max-width: 450px) {
	.line .top .logo {
		width:130px;
		height:24px;
		margin:33px 0;
	}
}

/* == top - search == */
.line .top .search-box {
	position:absolute;
	display: none;
	width:400px;
	height:50px;
	top:45px;
	left:50%;
	border-radius:4px;
	background:#f3f3f3;
	transform:translateX(-50%);
}
.line .top .search-box input {
	position:relative;
	display:block;
	width:calc(100% - 60px);
	height:20px;
	margin:15px 5px;
	padding:0;
	border:0;
	background:#f3f3f3;
	color:#404040;
	font-size:14px;
	font-family: 'Roboto', sans-serif;
	text-indent:10px;
	float:left;
}
.line .top .search-box .button {
	position:relative;
	display:block;
	width:40px;
	height:40px;
	margin:5px;
	border-radius:4px;
	border:0;
	background-color:#EB2F2F;
	background-image:url(../image/ico-nav.svg);
	background-size:400% 200%;
	background-position:100% 100%;
	float:left;
	cursor:pointer;
	transition: all 0.2s linear;
}
.line .top .search-box .button:hover {
	background-color:#404040;
}
.line .top .search-button {
	position:relative;
	display:none;
	width:40px;
	height:40px;
	margin:25px 0 0 10px;
	border-radius:4px;
	background-color:#EB2F2F;
	float:right;
	cursor:pointer;
	transition: all 0.2s linear;
}
@media screen and (max-width: 1200px) {
	.line .top .search-box {
		position:absolute;
		width:300px;
		height:auto;
		top:75px;
		right:-10px;
		left:auto;
		border-radius:4px;
		background:#f3f3f3;
		transform:translateX(0);
		z-index:-10;
		opacity:0;
		transition: all 0.2s linear;
	}
	.line .top .search-box.on {
		opacity:1;
		z-index:30;
	}
	.line .top .search-button {
		display:block;
	}
	.line .top .search-box input {
		position:relative;
		display:block;
		width:calc(100% - 90px);
		height:20px;
		margin:10px;
		padding:10px;
		text-indent:0;
		background:#fff;
		border-radius:4px;
	}
	.line .top .search-box .button {
		position:relative;
		display:block;
		width:40px;
		height:40px;
		margin:10px 10px 10px 0;
		background-position:100% 0%;
	}
}
@media screen and (max-width: 500px) {
	.line .top .search-box {
		width:calc(100% + 20px);
	}
}

/* == top - account == */
.line .top .account-button {
	position:relative;
	display:block;
	margin:30px 0;
	width:40px;
	height:40px;
	float:right;
	border-radius:4px;
	background-color:#EB2F2F;
	cursor:pointer;
	transition: all 0.2s linear;
}
.line .top .account-button:hover {
	background-color:#404040;
}
.line .top .account-box {
	position:absolute;
	width:300px;
	height:auto;
	top:80px;
	right:0;
	left:auto;
	border-radius:4px;
	background:#f3f3f3;
	text-align: left;
	transform:translateX(0);
	z-index:-10;
	opacity:0;
	transition: all 0.2s linear;
	pointer-events:none;
}
.line .top .account-box.on {
	opacity:1;
	z-index:30;
	box-shadow:0 5px 7px rgba(0, 0, 0, 0.1);
	pointer-events:auto;
}
.line .top .account-box .logged {
	position:relative;
	width:calc(100% - 20px);
	margin:10px 10px 0 10px;
	border-radius: 4px;
	line-height:50px;
	font-size:16px;
	background:#EB2F2F;
	color:#fff;
}
.line .top .account-box .logged .ico {
	position:relative;
	width:30px;
	height:30px;
	margin:10px;
	float:left;
	padding: 0;
}
.line .top .account-box ul {
	position:relative;
	display:block;
	width:calc(100% - 20px);
	float:left;
	margin: 0 10px 10px 10px;
	padding:0;
	list-style:none;
}
.line .top .account-box ul li {
	position:relative;
	display:block;
	margin:10px 0 0 0;
	padding:0;
}
.line .top .account-box ul li a {
	position:relative;
	display:block;
	line-height:40px;
	color:#404040;
	background:#fff;
	border-radius: 4px;
	transition: all 0.2s linear;
}
.line .top .account-box ul li:hover a {
	color:#fff;
	background:#404040;
}
.line .top .account-box ul li a .ico {
	position:relative;
	width:30px;
	height:30px;
	margin:5px 10px;
	float:left;
	transition: all 0.2s linear;
}
.line .top .account-box ul li:hover a .ico {
	filter:invert(0);
}
@media screen and (max-width: 1200px) {
	.line .top .account-button {
		margin:25px 0 0 10px;
	}
	.line .top .account-box {
		top:75px;
	}
}
@media screen and (max-width: 450px) {
	.line .top .account-button {
		display:none;
	}
}

/* == top - menu == */
.line .top .menu-button {
	position:relative;
	display:none;
	width:40px;
	height:40px;
	margin:25px 0 0 10px;
	border-radius:4px;
	background-color:#EB2F2F;
	float:right;
	cursor:pointer;
	transition: all 0.2s linear;
}
.line .top .menu {
	position:relative;
	display:inline-block;
	z-index:1;
	margin: 30px 0;
}
.line .top .menu ul {
	position:relative;
	display:block;
	float:left;
	margin:0;
	padding:0;
	list-style:none;
	z-index:2;
}
.line .top .menu ul li {
	position:relative;
	display:block;
	float:left;
	margin:0;
	padding:0;
}
.line .top .menu ul li::before {
	position:absolute;
	display:block;
	width:calc(20% - 60px);
	height:2px;
	top:35px;
	left:30px;
	background-color: #404040;
	transform:translate(0%, -50%);
	border-radius: 4px;
	z-index:-1;
	content:'';
	transition: all 0.2s linear;
	opacity:0;
}
.line .top .menu ul li:hover::before {
	opacity:1;
	width:calc(100% - 60px);
}
.line .top .menu ul li::after {
	position:absolute;
	display:block;
	width:1px;
	height:10px;
	top:50%;
	right:100%;
	background-color: #404040;
	transform:translate(0%, -50%);
	z-index:-1;
	content:'';
	transition: all 0.2s linear;
}
.line .top .menu ul li a, .line .top .menu ul li span {
	position:relative;
	display:block;
	line-height:40px;
	padding:0 30px;
	color: #404040;
	font-size:18px;
	font-weight:700;
	cursor:pointer;
}
@media screen and (max-width: 1500px) {
	.line .top .menu ul {
	}
	.line .top .menu ul li a, .line .top .menu ul li span {
		padding:0 20px;
		font-size:16px;
	}
}
@media screen and (max-width: 1200px) {
	.line .top .menu {
		position:absolute;
		width:350px;
		height:auto;
		top:45px;
		right:0;
		left:auto;
		border-radius:4px;
		background:#EB2F2F;
		transform:translateX(0);
		z-index:-10;
		opacity:0;
		box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
		transition: all 0.2s linear;
	}
	.line .top .menu.on {
		opacity:1;
		z-index:30;
	}
	.line .top .menu-button {
		display:block;
		color: #fff;
	}
	.line .top .menu ul {
		margin:0;
		width:100%;
	}
	.line .top .menu ul li {
		width:100%;
		border-bottom:1px solid rgba(255, 255, 255, 0.1);
	}
	.line .top .menu ul li a, .line .top .menu ul li span {
		width:100%;
		padding:0;
		text-indent:10px;
		font-size:16px;
		line-height:40px;
		text-align: left;
		color: #fff;
	}
}
@media screen and (max-width: 500px) {
	.line .top .menu {
		width:100%;
	}
}

/* == menu - products == */
.line .top .menu .products {
	display:block;
	float:left;
	height:40px;
	z-index:1;
}
.line .top .menu .products .button {
	position:relative;
	display:block;
	float:left;
	line-height:40px;
	font-size:18px;
	font-weight:700;
	padding: 0 30px 0 0;
	cursor:pointer;
}
.line .top .menu .products .button.hidden {
	display:none;
}
.line .top .menu .products .button .ico {
	position:relative;
	display:block;
	width:40px;
	height:40px;
	float:left;
}
.line .top .menu .products-box {
	position:absolute;
	width:300px;
	top:35px;
	left:-10px;
	padding:20px;
	background:#fff;
	border-radius: 4px;
	z-index:30;
	text-align: left;
	pointer-events:none;
	opacity:0;
	transition: all 0.3s linear;
}
.line .top .menu .products-box.hidden {
	display:none;
}
.line .top .menu .products:hover .products-box {
	opacity:1;
	pointer-events:auto;
	box-shadow:0 5px 7px rgba(0, 0, 0, 0.1);
}
.line .top .menu .products-box .category-box {
	/width:25%;
}
.line .top .menu .products-box .category-box h3 {
	position:relative;
	display:block;
	text-transform:uppercase;
    font-size: 16px;
    font-weight: 300;
	padding:0;
	margin:0;
	line-height:40px;
	cursor:pointer;
	border-radius:3px;
	transition: all 0.2s linear;
}
.line .top .menu .products-box .category-box:hover h3 {
	background:#EB2F2F;
	color:#fff;
	text-indent:10px;
}
.line .top .menu .products-box .category-box h3::after {
	position:absolute;
	display:block;
	width:20px;
	height:20px;
	top:50%;
	right:10px;
	background-image:url(../image/ico-nav.svg);
	background-size:400% 200%;
	background-position:66% 0;
	transform:translateY(-50%);
	filter:invert(1);
	opacity:0.8;
	content:'';
	transition: all 0.2s linear;
}
.line .top .menu .products-box .category-box:hover h3::after {
	filter:invert(0);
}
.line .top .menu .products-box .category-box .lnk {
	position:relative;
	display:block;
	text-transform:uppercase;
    font-size: 16px;
    font-weight: 300;
	padding:0;
	margin:0;
	line-height:40px;
	cursor:pointer;
	border-radius:3px;
	color:#404040;
	transition: all 0.2s linear;
}
.line .top .menu .products-box .category-box:hover .lnk {
	background:#EB2F2F;
	color:#fff;
	text-indent:10px;
}
.line .top .menu .products-box .category-box ul {
	position:absolute;
	display:block;
	width:calc(40% - 40px);
	height:calc(100% - 40px);
	top:20px;
	left:25%;
	list-style:none;
	padding:0 20px;
	margin:0;
	opacity:0;
	pointer-events:none;
	transition: all 0.2s linear;
}
.line .top .menu .products-box .category-box:hover ul {
	opacity:1;
	pointer-events:auto;
}
.line .top .menu .products-box .category-box ul li {
	position:relative;
	display:block;
	width:100%;
}
.line .top .menu .products-box .category-box ul li::before {
	display:none;
}
.line .top .menu .products-box .category-box ul li:nth-of-type(n+8) {
	display:none;
}
.line .top .menu .products-box .category-box ul li.more {
	display:block!important;
}
.line .top .menu .products-box .category-box ul li a {
	position:relative;
	display:block;
	float:left;
	width:calc(100% - 40px);
	padding:0 20px;
	line-height:40px;
	color:#404040;
	border-radius:3px;
	font-family: 'Roboto', sans-serif;
    font-weight: 300;
	font-size:16px;
	transition: all 0.2s linear;
}
.line .top .menu .products-box .category-box a:hover {
	background:#fff;
}
.line .top .menu .products-box .category-box li a::after {
	position:absolute;
	display:block;
	width:20px;
	height:20px;
	top:50%;
	right:10px;
	background-image:url(../image/ico-nav.svg);
	background-size:400% 200%;
	background-position:100% 0;
	transform:translateY(-50%);
	filter:invert(1);
	opacity:0.8;
	content:'';
	transition: all 0.2s linear;
}
@media screen and (max-width: 1500px) {
	.line .top .menu .products .button {
		font-size:16px;
		padding: 0 20px 0 0;
	}
}
@media screen and (max-width: 1200px) {
	.line .top .menu .products {
		width:100%;
		height:auto;
	}
	.line .top .menu .products .button {
		width:100%;
		line-height:40px;
		font-size:16px;
		color: #fff;
		text-align: left;
	}
	.line .top .menu .products .button.hidden {
		display:block;
	}
	.line .top .menu .products .button .ico {
		width:40px;
		height:40px;
		margin:0;
		filter: invert(0);
	}
	.line .top .menu .products .button::before {
		display:none;
	}
	.line .top .menu .products-box {
		position:relative;
		width:100%;
		float:left;
		top:auto;
		left:auto;
		padding:0;
		background:#f3f3f3;
		border-radius: 0px;
		pointer-events:auto;
		opacity:1;
	}
	.line .top .menu .products-box.hidden {
		display:block;
	}
	.line .top .menu .products-box .category-box {
		position:relative;
		width:100%;
		float:left;
		height:auto;
		transition: all 0.3s linear;
	}
	.line .top .menu .products-box .category-box h3 {
		width:100%;
		text-transform:none;
		border-radius:0px;
		text-indent:10px;
		float:left;
	}
	.line .top .menu .products-box .category-box h3.on {
		background:#404040;
		color:#fff;
	}
	.line .top .menu .products-box .category-box:hover h3 {
		background:#404040;
		color:#fff;
	}
	.line .top .menu .products-box .category-box:hover h3::after {
		filter:invert(0);
	}
	.line .top .menu .products-box .category-box h3.on::after {
		transform:translateY(-50%) rotate(90deg);
		filter:invert(0);
	}
	.line .top .menu .products-box .category-box .lnk {
		width:100%;
		text-transform:none;
		border-radius:0px;
		text-indent:10px;
		float:left;
	}
	.line .top .menu .products-box .category-box:hover .lnk {
		background:#404040;
		color:#fff;
	}
	.line .top .menu .products-box .category-box ul {
		position:relative;
		width:100%;
		float:left;
		height:auto;
		max-height:0!important;
		top:auto;
		left:auto;
		padding:0;
		opacity:0!important;
		pointer-events:none;
		transition: all 0.3s linear;
	}
	.line .top .menu .products-box .category-box .on + ul {
		opacity:1!important;
		max-height:1000px!important;
		background:#fff;
		pointer-events:auto;
	}
	.line .top .menu .products-box .category-box ul li {
		float:left;
	}
	.line .top .menu .products-box .category-box ul li a::after {
		display:none;
	}
}


/* == top - cart == */
.line .top .top-cart-button {
	position:relative;
	display:block;
	width:40px;
	height:40px;
	float: right;
	margin: 30px 10px 30px 0;
	border-radius: 4px;
	line-height:50px;
	color:#fff;
	font-family: 'Ubuntu', sans-serif;
	font-size:18px;
	text-align:center;
	font-weight:700;
	cursor:pointer;
	background-color: #EB2F2F;
	z-index:1;
}
.line .top .top-cart-button .ico {
	position:absolute;
	display:block;
	width:40px;
	height:40px;
	left:0px;
	top:0;
	padding: 0;
}
.line .top .top-cart-button .decimal {
	display: inline;
}
.line .top .top-cart-button span span + span {
	display: none;
}
.line .top .top-cart-button .qty {
	position:absolute;
	width:25px;
	line-height:25px;
	top:-20px;
	left:50%;
	transform:translateX(-50%);
	background-color:#3F4566;
	font-size:12px;
	border-radius:100%;
}
.line .top .top-cart-button .sum {
	display: none;
}
.line .top .top-cart-button sup {

}
.top .top-cart-box {
	position: absolute;
    width: 350px;
    height: auto;
    top: 80px;
    right: 0;
    left: auto;
	text-align: left;
    border-radius: 4px;
    background: #f3f3f3;
    transform: translateX(0);
    z-index: -10;
    opacity: 0;
    transition: all 0.2s linear;
	pointer-events:none;
}
.top .top-cart-box.on {
    opacity: 1;
    z-index: 30;
	box-shadow:0 5px 7px rgba(0, 0, 0, 0.1);
	pointer-events:auto;
}
.top .top-cart-box .end span + span {
	display:none;
}
.top .top-cart-box .content {
	position:relative;
}
.top .top-cart-box .content .inner {
	position:relative;
	overflow:hidden;
	padding:10px;
}
.top .top-cart-box .content .row {
	position:relative;
	overflow:hidden;
	padding:0 0 30px 0;
}
.top .top-cart-box .content .row.last {
	padding:0;
}
.top .top-cart-box .content .row::after {
	position:absolute;
	display:block;
	width:100%;
	bottom:15px;
	transform:translate(0%, -50%);
	border-bottom:1px dashed #404040;
	opacity:0.5;
	content:'';
}
.top .top-cart-box .content .row.last::after {
	display:none;
}
.top .top-cart-box .content .row .image {
	position:relative;
	overflow:hidden;
	width:30px;
	margin:0 10px 0 0;
	float:left;
}
.top .top-cart-box .content .row .image img {
	position:relative;
	display:block;
	width:100%;
}
.top .top-cart-box .content .row .name {
	position:relative;
	overflow:hidden;
	width:calc(100% - 40px);
	float:left;
}
.top .top-cart-box .content .row .name a {
	display:block;
	font-size:16px;
	padding:0 0 5px 0;
	color:#EB2F2F;
}
.top .top-cart-box .content .row .name small {
	position:relative;
	display:block;
	font-size:14px;
}
.top .top-cart-box .content .row .name small span {
	opacity:0.7;
}
.top .top-cart-box .content .row .no {
	position:relative;
	overflow:hidden;
	width:30px;
	padding:5px 10px 0 0;
	float:left;
	font-size:16px;
	line-height:30px;
}
.top .top-cart-box .content .row .no span {
	font-size:12px;
}
.top .top-cart-box .content .row .total {
	position:relative;
	overflow:hidden;
	padding:5px 10px 0 0;
	float:left;
	font-size:16px;
	line-height:30px;
}
.top .top-cart-box .content .row .total sup {

}
.top .top-cart-box .content .row .remove {
	position:relative;
	overflow:hidden;
	width:30px;
	padding:5px 0 0 0;
	float:right;
}
.top .top-cart-box .content .row .remove .ico {
	position:relative;
	overflow:hidden;
	width:30px;
	height:30px;
	border-radius:4px;
	background:#EB2F2F;
	cursor:pointer;
	padding: 0;
	transition: all 0.2s linear;
}
.top .top-cart-box .content .row .remove .ico:hover {
	background:#404040;
}
.top .top-cart-box .content .row .remove .ico::after {
	display:none;
}
.top .top-cart-box .content .row .remove .ico::before {
}
.top .top-cart-box .content .row h4 {
	position:relative;
	padding:20px 0;
	text-align:center;
	font-size:18px;
	margin:0;
	font-weight:400;
}
.top .top-cart-box .content .totals {
	position:relative;
	overflow:hidden;
	float:left;
	font-size:16px;
	line-height:30px;
	padding:0 0 0 40px;
}
.top .top-cart-box .content .totals sup {

}
.top .top-cart-box .content .totals + .totals {
	display:none;
}
.top .top-cart-box .content .buttons {
	position:relative;
	overflow:hidden;
	float:left;
	width:100%;
	padding:10px 0 0 0;
}
.top .top-cart-box .content .buttons a {
	position:relative;
	display:block;
	width:calc(50% - 30px);
	line-height:50px;
	border-radius: 4px;
	background: #EB2F2F;
	color:#fff;
	padding:0 10px;
	transition: all 0.2s linear;
}
.top .top-cart-box .content .buttons a:hover {
	background: #404040;
}
.top .top-cart-box .content .buttons a.left {
	float:left;
}
.top .top-cart-box .content .buttons a.right {
	float:right;
}
.top .top-cart-box .content .buttons a .ico {
	position:relative;
	display:block;
	width:30px;
	height:30px;
	margin:10px 10px 10px 0;
	float:left;
}
.top .top-cart-box .content ul {
	position:relative;
	display:block;
	padding:20px;
	margin:0;
	list-style:none;
	background:#fff;
}
.top .top-cart-box .content ul li {
	position:relative;
	display:block;
	padding:0;
	margin:0;
	white-space:nowrap;
}

@media screen and (max-width: 1200px) {
	.line .top .top-cart-button {
		position:relative;
		display:block;
		width:40px;
		height:40px;
		bottom:auto;
		top: auto;
		right:auto;
		float:right;
		background-color:#EB2F2F;
		border-radius:4px;
		margin:25px 0 0 10px;
	}
	.top .top-cart-box {
		top: 75px;
	}
}
@media screen and (max-width: 450px) {
	.top .top-cart-box {
		width:auto;
	}
}


/* == ico == */
.ico {
	position:relative;
	width:100%;
	height:100%;
	padding: 0!important;
}
.ico.dark {
	filter:invert(0.8);
}
.ico.red {
	background:#EB2F2F;
}
.ico::before, .ico::after {
	position:absolute;
	display:block;
	width:100%;
	height:100%;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
	content:'';
	transition: all 0.2s linear;
}
.ico::after {
	background-image:url(../image/ico-nav.svg);
	background-size:400% 200%;
	background-position:33.33% 0;
	opacity:0;
}
.ico.on::before {
	opacity:0;
}
.ico.on::after {
	opacity:1;
}
.ico.nav::before {
	background-image:url(../image/ico-nav.svg);
	background-size:400% 200%;
}
.ico.account::before {
	background-image:url(../image/ico-account.svg);
	background-size:400% 200%;
}
.ico.contact::before {
	background-image:url(../image/ico-contact.svg);
	background-size:400% 200%;
}
.ico.additional::before {
	background-image:url(../image/ico-additional.svg);
	background-size:400% 200%;
}
.ico.hamburger::before {
	background-position:0 0;
}
.ico.close::before {
	background-position:33.33% 0;
}
.ico.next::before {
	background-position:66.66% 0;
}
.ico.arrow-right::before {
	background-position:100% 0;
}
.ico.arrow-left::before {
	background-position:100% 0;
	transform:translate(-50%, -50%) rotate(180deg);
}
.ico.plus::before {
	background-position:0 100%;
}
.ico.minus::before {
	background-position:33.33% 100%;
}
.ico.list::before {
	background-position:66.66% 100%;
}
.ico.magnify::before {
	background-position:100% 100%;
}

.ico.cart::before {
	background-position:0% 0%;
}
.ico.credit::before {
	background-position:33.33% 0%;
}
.ico.wallet::before {
	background-position:66.66% 0%;
}
.ico.noetpad::before {
	background-position:100% 0%;
}
.ico.document::before {
	background-position:0% 100%;
}
.ico.package::before {
	background-position:33.33% 100%;
}
.ico.thrash::before {
	background-position:66.66% 100%;
}
.ico.user::before {
	background-position:100% 100%;
}

.ico.map::before {
	background-position:0 0;
}
.ico.phone::before {
	background-position:33.33% 0;
}
.ico.mail::before {
	background-position:66.66% 0;
}
.ico.clock::before {
	background-position:100% 0;
}
.ico.key::before {
	background-position:0% 100%;
}
.ico.lock::before {
	background-position:33.33% 100%;
}
.ico.lock-open::before {
	background-position:66.66% 100%;
}
.ico.pen::before {
	background-position:100% 100%;
}
.ico.confirm::before {
	background-position:0% 0%;
}
.ico.star::before {
	background-position:33.33% 0%;
}

/* == banner == */
.banner {
	position:relative;
	width:100%;
	background:#f3f3f3;
}
.banner::before {
	position:absolute;
	display:block;
	width:120%;
	height:70%;
	top:70%;
	left:50%;
	border-radius:100%;
	transform:translateX(-50%);
	background:#D3D3D3;
	filter:blur(30px);
	content:'';
}
.full-height .banner, .full-height .banner .box, .full-height .owl-carousel, .full-height .owl-stage-outer, .full-height .owl-stage, .full-height .owl-item, .full-height-menu .banner, .full-height-menu .banner .box, .full-height-menu .owl-carousel, .full-height-menu .owl-stage-outer, .full-height-menu .owl-stage, .full-height-menu .owl-item  {
	height:100%;
}
.full-height .owl-carousel  {
	display:block!important;
}
.banner .owl-item {
	overflow:hidden;
	opacity:0.5;
	transition: all 0.5s linear;
}
.banner .owl-item.active {
	opacity:1;
}
.banner .owl-dots {
	position:absolute;
	left:50%;
	bottom:30px;
	transform:translate(-50%, 0);
	z-index:5;
}
.banner .owl-dots .owl-dot {
	position:relative;
	display:block;
	width:20px;
	height:20px;
	margin:0 20px 0 0;
	float:left;
	border-radius:4px;
	background:#fff;
	cursor:pointer;
	transition: all 0.2s linear;
}
.banner .owl-dots .owl-dot:hover {
	background:#404040;
	border:0!important;
}
.banner .owl-dots .owl-dot.active {
	background: #3F4566;
	border:0!important;
}
.banner .box {
	position:relative;
	width:100%;
	overflow:hidden;
}
.banner .active .box {
}
.banner .box .content {
	position:relative;
	left:50%;
	padding:100px 0;
	width:80%;
	max-width:1300px;
	transform:translate(-50%, 0);
	z-index:2;
	transition: all 0.5s linear;
	opacity:0;
}
.banner .active .box .content, .banner .box.active .content {
	opacity:1;
}
.banner .box .content.left  {
	text-align:left;
}
.banner .box .content.right  {
	text-align:right;
}
.full-height .banner .box .content, .full-height-menu .banner .box .content {
	padding:50px 0;
	top:0%;
	height:calc(100% - 100px);
	transform:translate(-50%, 0);
}
.banner .box .content .image {
	position:absolute;
	top:0;
	width:30%;
	height:100%;
	overflow:hidden;
	border-radius:4px;
	z-index:1;
}
.banner .box .content.left .image {
	left:0;
}
.banner .box .content.right .image {
	right:0;
}
.banner .box .content .image .inner {
	position:absolute;
	top:10%;
	left:0%;
	width:100%;
	height:80%;
	z-index:1;
	background-position:50% 50%;
	background-repeat:no-repeat;
	background-size:contain;
	transition: all 0.3s linear;
}
.banner .box .content .bar {
	position:relative;
	width:100%;
	height:50px;
	float:left;
}
.banner .box .content .bar::before {
	position:absolute;
	top:50%;
	width:130px;
	height:8px;
	background:#EB2F2F;
	border-radius:4px;
	transform:translate(-50%, -50%);
	content:'';
}
.banner .box .content.left .bar::before {
	left:-30px;
}
.banner .box .content.right .bar::before {
	right:-80px;
	transform:translate(0, -50%);
}
.banner .box .content .info {
	position:relative;
	font-size:18px;
	z-index:2;
}
.banner .box .content.left .info, .banner .box .content.right .info {
	width:calc(70% - 50px);
}
.full-height .banner .box .content.left .info, .full-height-menu .banner .box .content.left .info, .full-height .banner .box .content.right .info, .full-height-menu .banner .box .content.right .info {
	top:50%;
	transform:translate(0, -50%);
}
.banner .box .content.left .info {
	float:right;
}
.banner .box .content.right .info {
	float:left;
}
.banner .box .content .info h2 {
	position:relative;
	display:block;
	padding:0;
	margin:0;
	font-size:72px;
	line-height:72px;
	font-weight:700;
	transform:skew(-15deg);
	font-family: 'Roboto', sans-serif;
	color:#404040;
}
.banner .box .content .info h3 {
	position:relative;
	display:block;
	padding:10px 0 0 0;
	margin:0;
	font-size:32px;
	line-height:32px;
	font-weight:700;
	transform:skew(-15deg);
	color:#EB2F2F;
}
.banner .box .content a {
	position:relative;
	display:block;
	line-height:60px;
	font-size:18px;
	color:#fff;
	background: #EB2F2F;
	border-radius:4px;
	font-family: 'Ubuntu', sans-serif;
	padding:0 50px;
	font-weight:700;
	margin:30px 0 0 0;
	transition: all 0.2s ease-in-out;
}
.banner .box .content a:hover {
	background:#404040;
}
.banner .box .content.left a {
	float:left;
}
.banner .box .content.right a {
	float:right;
}
.banner .box .content.center a {
	float:left;
	margin:30px 0 0 0;
	left:50%;
	transform:translate(-50%, 0);
}
@media screen and (max-width: 1400px) {
	.banner .box .content .info {
		font-size:16px;
	}
	.banner .box .content .info h2 {
		font-size:52px;
		line-height:52px;
	}
	.banner .box .content .info h3 {
		padding:10px 0 0 0;
		font-size:24px;
		line-height:24px;
	}
	.banner .box .content a {
		position:relative;
		display:block;
		line-height:50px;
		font-size:16px;
		color:#fff;
		background: #EB2F2F;
		border-radius:4px;
		font-family: 'Ubuntu', sans-serif;
		padding:0 50px;
		font-weight:700;
		margin:30px 0 0 0;
		transform:skew(-15deg);
		transition: all 0.2s ease-in-out;
	}
}
@media screen and (max-width: 900px) {
	.banner .box .content .info h2 {
		font-size:32px;
		line-height:32px;
	}
	.banner .box .content .info h3 {
		padding:5px 0 0 0;
		font-size:18px;
		line-height:18px;
	}
}
@media screen and (max-width: 600px) {
	.full-height .banner .box .content, .full-height-menu .banner .box .content {
		height:auto;
		top:auto;
		padding:0 0 50px 0;
	}
	.banner .box .content.left .image, .banner .box .content .image.right, .banner .box .content .image.center {
		position:relative;
		top:auto;
		left:auto;
		right:auto;
		width:100%;
		height:auto;
	}
	.banner .box .content.left .image::before, .banner .box .content.right .image::before, .banner .box .content.center .image::before {
		position:relative;
		display:block;
		width:100%;
		padding:100% 0 0 0;
		content:'';
	}
	.full-height .banner .box .content.left .info, .full-height-menu .banner .box .content.left .info, .full-height .banner .box .content.right .info, .full-height-menu .banner .box .content.right .info {
		top:auto;
		transform:none;
		width:100%;
		float:none;
		font-size:14px;
	}
	.banner .box .content.left .bar::before, .banner .box .content.right .bar::before, .banner .box .content.center .bar::before {
		left: 0;
		transform: translate(0, -50%);
	}
	.banner .box .content .info h2 {
		font-size:24px;
		line-height:24px;
	}
	.banner .box .content .info h3 {
		padding:5px 0 0 0;
		font-size:16px;
		line-height:16px;
	}
	.banner .box .content .info a {
		float:none!important;
		text-align:center!important;
	}
}

/* == grid == */
.grid {
	position:relative;
	width:calc(100% + 30px);
	left:-15px;
	overflow:hidden;
	display:flex;
	flex-wrap: wrap;
}
.grid .box {
	position:relative;
	float: left;
	overflow:hidden;
	margin:15px;
}
.grid.two .box {
	width:calc(50% - 30px);
}
.grid.three .box {
	width:calc(33.33% - 30px);
}
.grid.four .box {
	width:calc(25% - 30px);
}
@media screen and (max-width: 1200px) {
	.grid.four .box {
		width:calc(33.33% - 30px);
	}
}
@media screen and (max-width: 800px) {
	.grid.two .box {
		width:calc(100% - 30px);
	}
	.grid.four .box {
		width:calc(50% - 30px);
	}
}
@media screen and (max-width: 500px) {
	.grid.four .box {
		width:calc(100% - 30px);
	}
}

/* == category == */
.category {
	position:relative;
	width:100%;
	padding:70px 0 0 0;
}
.category .box a {
	position:absolute;
	display:block;
	width:100%;
	height:100%;
	top:0;
	left:0;
	z-index:4;
}
.category .box .image {
	position:relative;
	width:100%;
	float:left;
	background:#f3f3f3;
}
.category .box.red .image {
	background:#EB2F2F;
}
.category .box.blue .image {
	background:#3F4566;
}
.category .box .image img {
	position:relative;
	width:100%;
	float:left;
}
.category .box .price {
	position:relative;
	width:calc(100% - 40px);
	padding:20px;
	float:left;
	background:#f3f3f3;
	font-size:32px;
	color:#404040;
	font-weight:700;
}
.category .box.red .price {
	background:#EB2F2F;
}
.category .box.blue .price {
	background:#3F4566;
	color:#fff;
}
.category .box .price .ico {
	position:absolute;
	width: 40px;
	height: 40px;
	top:50%;
	right: 20px;
	transform: translateY(-50%);
}
.category .box .price sup {
	margin:0 0 0 2px;
	vertical-align: super;
	font-size: 18px;
}
.category .box .price .decimal {
	display:none;
}
.category .box .price .currency {
	font-size:16px;
	margin:0 0 0 2px;
}
.category .box .price .new {
	color:#EB2F2F;
	float:left;
}
.category .box.red .price .new, .category .box.blue .price .new {
	color:#fff;
}
.category .box .price .old {
	position:relative;
	font-size:22px;
	font-weight:400;
	margin:0 5px 0 0;
	float:left;
	line-height:32px;
}
.category .box.blue .price .old {
	color:#fff;
	opacity:0.5;
}
.category .box .price .old::after {
	position:absolute;
	display:block;
	width:100%;
	height:1px;
	background:#404040;
	top:50%;
	left:0;
	transform:translate(0, -50%);
	content:'';
}
.category .box.blue .price .old::after {
	background:#fff;
}
.category .box .price .old .currency {
	display:none;
}
.category .box .price .old sup {
	font-size:14px;
}
.category .box .name {
	position:relative;
	width:100%;
	font-size:18px;
	font-weight:300;
	padding:20px 0 0 0;
	float:left;
}
@media screen and (max-width: 1400px) {
	.category {
		padding:50px 0 0 0;
	}
}
@media screen and (max-width: 1200px) {
	.category .box .price {
		font-size:24px;
	}
	.category .box .price sup, .category .box .price .currency {
		font-size:14px;
	}
	.category .box .price .old {
		line-height:24px;
	}
	.category .box .price .old sup {
		font-size:12px;
	}
	.category .box .name {
		font-size:16px;
		padding:20px 0 0 0;
	}
}
@media screen and (max-width: 1000px) {
	.category {
		padding:30px 0 0 0;
	}
}
@media screen and (max-width: 800px) {
	.category .box .price {
		width:calc(100% - 30px);
		padding:15px;
	}
}


/* == category - sort == */
.category .sort {
	position:relative;
	width:calc(100% - 20px);
	float:left;
	background:#f3f3f3;
	padding:10px;
	z-index:5;
}
.category .sort .box {
	position:relative;
	float:left;
	width:calc(25% - 30px);
	border-radius:4px;
	background:#fff;
}
.category .sort .box:nth-of-type(2) {
	float:right;
}
.category .sort .box .title {
	position:absolute;
	top:0px;
	left:15px;
	padding:2px 5px;
	font-size:14px;
	color:#fff;
	pointer-events:none;
	z-index:2;
	transform:translateY(-50%);
	background:#969696;
	border-radius:4px;
	opacity:0;
	transition: all 0.2s ease-in-out;
}
.category .sort .box .title.on {
	opacity:1;
}
.category .sort .box.hidden, .category .sort .box .hidden  {
	display:none;
}
.category .sort .box input {
	position:relative;
	width:calc(100% - 40px);
	height:20px;
	padding:20px;
	border:0;
	border-radius:4px;
	margin:0;
	background:#fff;
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
}
.category .sort .box .value {
	position:relative;
	width:calc(100% - 50px);
	padding:15px;
	line-height:20px;
	float:left;
	cursor:pointer;
}
.category .sort .box.effect .value {
	pointer-events:none;
	opacity:0.2;
}
.category .sort .box.effect.active .value {
	pointer-events:auto;
	opacity:1;
}
.category .sort .box ul {
	position:absolute;
	width:calc(100% - 20px);
	max-height:60px;
	padding:10px;
	line-height:40px;
	background:#fff;
	overflow:hidden;
	list-style:none;
	border-radius:4px;
	margin:0;
	opacity:0;
	z-index:-1;
	transition: all 0.2s ease-in-out;
}
.category .sort .box ul.on {
	max-height:2000px;
	opacity:1;
	z-index:3;
	box-shadow: 0 5px 7px rgb(0, 0, 0, 0.1);
}
.category .sort .box ul.visible {
	display:block!important;
}
.category .sort .box ul li {
	position:relative;
	margin:0;
	padding:0 10px;
	cursor:pointer;
	border-radius:4px;
	transition: all 0.2s ease-in-out;
}
.category .sort .box ul li:hover {
	background-color: #EB2F2F;
	color:#fff;
}
.category .sort .box.list::before {
	position:absolute;
	display:block;
	width:20px;
	height:20px;
	top:20px;
	right:20px;
	background-image:url(../image/ico-nav.svg);
	background-position:66.66% 0;
	background-size:400% 200%;
	content:'';
	filter:invert(1);
	pointer-events:none;
	transform:rotate(90deg);
	transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 1200px) {
	.category .sort .box {
		width:calc(33.33% - 30px);
	}
}
@media screen and (max-width: 800px) {
	.category .sort .box {
		width:calc(50% - 20px);
	}
}
@media screen and (max-width: 600px) {
	.category .sort .box {
		width:100%;
	}
	.category .sort .box:nth-of-type(2) {
		margin:10px 0 0 0;
	}
}

/* == category - search == */
.category .search {
	position:relative;
	width:100%;
	float:left;
	background:#f3f3f3;
	z-index:5;
	margin:0 0 15px 0;
}
.category .search .inner {
	position:relative;
	width:calc(100% + 30px);
	left:-15px;
}
.category .search .box {
	position:relative;
	width:calc(25% - 40px);
	float:left;
	border-radius:4px;
	background:#fff;
	margin:10px 15px;
}
.category .search .box:first-of-type {
	width:calc(75% - 40px);
	margin:10px 15px 10px 25px;
}
.category .search .box:nth-of-type(2) {
	margin:10px 25px 10px 15px;
}
.category .search .box:nth-of-type(3) {
	margin:0px 15px 10px 25px;
}
.category .search .box:nth-of-type(4) {
	width:calc(25% - 30px);
	margin:0px 15px 10px 15px;
}
.category .search .box:last-of-type {
	margin:0 25px 10px 15px;
	float:right;
}
.category .search .box .title {
	position:absolute;
	top:0px;
	left:15px;
	padding:2px 5px;
	font-size:14px;
	color:#fff;
	pointer-events:none;
	z-index:2;
	transform:translateY(-50%);
	background:#969696;
	border-radius:4px;
	opacity:0;
	transition: all 0.2s ease-in-out;
}
.category .search .box .title.on {
	opacity:1;
}
.category .search .box.hidden, .category .search .box .hidden  {
	display:none;
}
.category .search .box input {
	position:relative;
	width:calc(100% - 50px);
	height:20px;
	padding:15px;
	border:0;
	border-radius:4px;
	margin:0;
	background:#fff;
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
}
.category .search .box .button {
	position:relative;
	width:calc(100% - 30px);
	height:20px;
	padding:15px;
	box-sizing:content-box;
	border:0;
	border-radius:4px;
	margin:0;
	background:#EB2F2F;
	color:#fff;
	font-size: 16px;
	cursor:pointer;
	font-family: 'Open Sans', sans-serif;
	transition: all 0.2s ease-in-out;
}
.category .search .box .button:hover {
	background:#404040;
}
.category .search .box label {
	position:relative;
	display:block;
	width:calc(100% - 30px);
	line-height:20px;
	padding:15px;
	box-sizing:content-box;
	font-size: 16px;
}
.category .search .box label input[type=checkbox] {
	display:block;
	float:right;
	width:20px;
	height:20px;
	padding:0;
}
.category .search .box .value {
	position:relative;
	width:calc(100% - 50px);
	padding:15px;
	line-height:20px;
	float:left;
	cursor:pointer;
}
.category .search .box.effect .value {
	pointer-events:none;
	opacity:0.2;
}
.category .search .box.effect.active .value {
	pointer-events:auto;
	opacity:1;
}
.category .search .box ul {
	position:absolute;
	width:calc(100% - 20px);
	max-height:60px;
	padding:10px;
	line-height:40px;
	background:#fff;
	overflow:hidden;
	list-style:none;
	border-radius:4px;
	margin:0;
	opacity:0;
	z-index:-1;
	transition: all 0.2s ease-in-out;
}
.category .search .box ul.on {
	max-height:2000px;
	opacity:1;
	z-index:3;
	box-shadow: 0 5px 7px rgb(0, 0, 0, 0.1);
}
.category .search .box ul.visible {
	display:block!important;
}
.category .search .box ul li {
	position:relative;
	margin:0;
	padding:0 10px;
	cursor:pointer;
	border-radius:4px;
	transition: all 0.2s ease-in-out;
}
.category .search .box ul li:hover {
	background-color: #EB2F2F;
	color:#fff;
}
.category .search .box.list::before {
	position:absolute;
	display:block;
	width:20px;
	height:20px;
	top:20px;
	right:20px;
	background-image:url(../image/ico-nav.svg);
	background-position:66.66% 0;
	background-size:400% 200%;
	content:'';
	filter:invert(1);
	pointer-events:none;
	transform:rotate(90deg);
	transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 1200px) {
	.category .search .box {
		width:calc(33.33% - 40px);
	}
	.category .search .box:first-of-type {
		width:calc(66.66% - 40px);
		margin:10px 15px 10px 25px;
	}
	.category .search .box:nth-of-type(2) {
		margin:10px 25px 10px 15px;
	}
	.category .search .box:nth-of-type(3) {
		margin:0px 15px 10px 25px;
	}
	.category .search .box:nth-of-type(4) {
		width:calc(33.33% - 30px);
		margin:0px 15px 10px 15px;
	}
	.category .search .box:last-of-type {
		margin:0 25px 10px 15px;
		float:right;
	}
}
@media screen and (max-width: 800px) {
	.category .search .box {
		width:calc(50% - 40px);
	}
	.category .search .box:first-of-type {
		width:calc(50% - 40px);
		margin:10px 15px 10px 25px;
	}
	.category .search .box:nth-of-type(2) {
		margin:10px 25px 10px 15px;
	}
	.category .search .box:nth-of-type(3) {
		margin:0px 15px 10px 25px;
	}
	.category .search .box:nth-of-type(4) {
		width:calc(50% - 40px);
		margin:0px 25px 10px 15px;
	}
	.category .search .box:last-of-type {
		width:calc(100% - 50px);
		margin:0 25px 10px 25px;
		float:right;
	}
	
}
@media screen and (max-width: 600px) {
	.category .search .box {
		width:calc(100% - 50px)!important;
		margin:0px 25px 10px 25px!important;
	}
	.category .search .box:first-of-type {
		margin:10px 25px 10px 25px!important;
	}
}

/* == pagination == */
.pagination {
	position:relative;
	float: left;
	width:calc(100% - 30px);
	padding:15px;
}

/* == manufacturer == */
.manufacturer {
	position:relative;
	width:100%;
	padding:70px 0 0 0;
}
.manufacturer .box a {
	position:absolute;
	display:block;
	width:100%;
	height:100%;
	top:0;
	left:0;
	z-index:4;
}
.manufacturer .box .image {
	position:relative;
	width:100%;
	float:left;
	background:#f3f3f3;
}
.manufacturer .box .image::before {
	position:relative;
	display: block;
	width:100%;
	float:left;
	padding:100% 0 0 0;
	content: '';
}
.manufacturer .box .image img {
	position:absolute;
	display: block;
	max-width: 70%;
	top: 50%;
	left: 50%;
	transform:translate(-50%, -50%);
	transition: all 0.3s ease-in-out;
	filter: grayscale(1);
}
.manufacturer .box:hover .image img {
	filter: grayscale(0);
}
@media screen and (max-width: 1400px) {
	.manufacturer {
		padding:50px 0 0 0;
	}
}
@media screen and (max-width: 1000px) {
	.manufacturer {
		padding:30px 0 0 0;
	}
}


/* == featured == */
.featured {
	position:relative;
	width:100%;
	padding:100px 0;
}
.featured .box::before {
	position:relative;
	display:block;
	padding:50% 0 0 0;
	width:50%;
	float: left;
	content:'';
}
.featured .box {
	color: #404040;
	background:#f3f3f3;
	text-align:right;
}
.featured .box a {
	position:absolute;
	display:block;
	width:100%;
	height:100%;
	top:0;
	left:0;
	z-index:4;
}
.featured .box .image {
	position:absolute;
	width:calc(50% - 30px);
	height:100%;
	top:0;
	left:0;
	overflow:hidden;
	z-index:1;
}
.featured .box .image img {
	position:absolute;
	width:150%;
	top:10%;
	left:50%;
	overflow:hidden;
	transform:translate(-50%, 0);
	z-index:1;
}
.featured .box .name {
    position: relative;
    display: block;
	float:left;
	width:calc(50% - 30px);
	padding:30px 30px 30px 0;
    font-size: 32px;
    line-height: 32px;
    font-weight: 700;
    transform: skew(-15deg);
    font-family: 'Roboto', sans-serif;
    color: #404040;
}
.featured .box .sub {
    position: relative;
    display: block;
	float:left;
	width:calc(50% - 30px);
	padding:0 30px 0 0;
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
    transform: skew(-15deg);
    font-family: 'Roboto', sans-serif;
    color: #EB2F2F;
}
.featured .box .price {
    position: absolute;
	bottom:30px;
	right:30px;
    display: block;
    font-size: 42px;
    line-height: 42px;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
}
.featured .box .price .decimal {
    display:none;
}
.featured .box .price sup {
    font-size:24px;
	vertical-align: super;
}
.featured .box .price .currency {
    font-size:24px;
}
.featured .box .price .old {
	position: relative;
    float: left;
	font-size: 24px;
    line-height: 24px;
	margin: 24px 5px 0 0;
	opacity:0.5;
}
.featured .box .price .old::after {
	position: absolute;
	display: block;
	width: 100%;
	height: 1px;
	top: 50%;
	left: 0;
	background:#404040;
	transform: translateY(-50%);
	content: '';
}
.featured .box .price .old sup {
	font-size: 14px;
    line-height: 14px;
}
.featured .box .price .old .currency {
	display:none;
}
.featured .box:nth-of-type(2n) {
	background:#EB2F2F;
}
.featured .box:nth-of-type(3n) {
	background:#404040;
}
.featured .box:nth-of-type(4n) {
	background:#f3f3f3;
}
.featured .box:nth-of-type(2n) .name, .featured .box:nth-of-type(2n) .price, .featured .box:nth-of-type(2n) .price .old, .featured .box:nth-of-type(3n) .name, .featured .box:nth-of-type(3n) .price, .featured .box:nth-of-type(3n) .price .old {
	color:#fff;
}
.featured .box:nth-of-type(2n) .price .old::after, .featured .box:nth-of-type(3n) .price .old::after {
	background:#fff;
}
.featured .box:nth-of-type(2n) .sub {
	color:#404040;
}
.featured .box:nth-of-type(3n) .sub, .featured .box:nth-of-type(4n) .sub {
	color: #EB2F2F;
}
.featured .box:nth-of-type(4n) .name, .featured .box:nth-of-type(4n) .price {
	color:#404040;
}
.featured .more {
	position:relative;
	width:100%;
	float:left;
	padding:50px 0 0 0;
	text-align:center;
}
.featured .more .button {
	position:relative;
	display:inline-block;
	line-height:50px;
	font-size:24px;
	color:#404040;
}
@media screen and (max-width: 1600px) {
	.featured .box .name {
		position: relative;
		display: block;
		float:left;
		width:calc(50% - 30px);
		padding:30px 30px 30px 0;
		font-size: 24px;
		line-height: 24px;
		font-weight: 700;
		transform: skew(-15deg);
		font-family: 'Roboto', sans-serif;
		color: #404040;
	}
	.featured .box .sub {
		position: relative;
		display: block;
		float:left;
		width:calc(50% - 30px);
		padding:0 30px 0 0;
		font-size: 18px;
		line-height: 18px;
		font-weight: 700;
		transform: skew(-15deg);
		font-family: 'Roboto', sans-serif;
		color: #EB2F2F;
	}
	.featured .box .price {
		position: absolute;
		bottom:30px;
		right:30px;
		display: block;
		font-size: 32px;
		line-height: 32px;
		font-weight: 700;
		font-family: 'Roboto', sans-serif;
	}
	.featured .box .price sup {
		font-size:18px;
	}
	.featured .box .price .currency {
		font-size:18px;
	}
	.featured .box .price .old {
		font-size: 20px;
		line-height: 20px;
		margin: 14px 5px 0 0;
	}
	.featured .box .price .old sup {
		font-size: 10px;
		line-height: 10px;
	}
}
@media screen and (max-width: 1300px) {
	.featured .box .name {
		padding:30px 30px 15px 0;
	}
	.featured .box .sub {
		font-size: 16px;
		line-height: 16px;
	}
	.featured .box .price {
		font-size: 24px;
		line-height: 24px;
	}
	.featured .box .price sup {
		font-size:14px;
	}
	.featured .box .price .currency {
		font-size:16px;
	}
	.featured .box .price .old {
		margin: 8px 5px 0 0;
	}
}
@media screen and (max-width: 1100px) {
	.featured .box::before {
		width:40%;
	}
	.featured .box .name {
		width:calc(60% - 20px);
		padding:20px 20px 10px 0;
		font-size: 18px;
		line-height: 18px;
	}
	.featured .box .sub {
		width:calc(60% - 20px);
		padding:0 20px 0 0;
	}
	.featured .box .price {
		bottom:20px;
		right:20px;
	}
	.featured .more {
		padding:30px 0 0 0;
	}
}
@media screen and (max-width: 800px) {
	.featured {
		padding:50px 0;
	}
	.featured .box {
		text-align:left;
	}
	.featured .box::before {
		display:none;
	}
	.featured .box .image {
		position:relative;
		float:left;
		width:100%;
		height: auto;
		top: auto;
    	left: auto;
		padding:20px 0 0 0;
	}
	.featured .box .image img {
		position:relative;
		float:left;
		width:70%;
		top: auto;
    	left: 15%;
		right:auto;
		transform:none;
	}
	.featured .box .name {
		width:calc(100% - 40px);
		padding:20px 20px 10px 20px;
		font-size: 18px;
		line-height: 18px;
	}
	.featured .box .sub {
		width:calc(100% - 40px);
		padding:0 20px;
		font-size: 14px;
		line-height: 14px;
	}
	.featured .box .price {
		position:relative;
		bottom:auto;
		right:auto;
		font-size: 24px;
		line-height: 24px;
		float:left;
		padding:20px;
	}
	.featured .box .price .old {
	}
	.featured .more {
		padding:15px 0 0 0;
	}
	.featured .more .button {
		font-size:18px;
	}
}

/* == product == */
.product {
	position: relative;
    width: 100%;
    margin: 70px 0;
	float:left;
}
@media screen and (max-width: 1000px) {
	.product {
		margin: 30px 0;
	}
}
@media screen and (max-width: 400px) {
	.product {
		margin: 0px 0;
	}
}

/* == product - name == */
.product-name {
	position: relative;
    width: 100%;
    margin: 0 0 20px 0;
	float:left;
}
.product-name h2 {
    position: relative;
    display: block;
    padding: 0;
    margin: 0;
    font-size: 42px;
    line-height: 42px;
    font-weight: 700;
    transform: skew(-15deg);
    font-family: 'Roboto', sans-serif;
    color: #404040;
}
.product-name h3 {
    position: relative;
    display: block;
    padding: 10px 0 0 0;
    margin: 0;
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
    transform: skew(-15deg);
    color: #EB2F2F;
}
.product-name .brand {
	position:relative;
	max-width:150px;
	margin:20px 0 0 0;
	filter:grayscale(1);
	overflow:hidden;
}
.product-name .brand img {
	position:relative;
	width:100%;
	float:left;
	opacity:0.5;
}
@media screen and (max-width: 1600px) {
	.product-name h2 {
		font-size: 32px;
		line-height: 32px;
	}
}
@media screen and (max-width: 1000px) {
	.product-name h2 {
		font-size: 24px;
		line-height: 24px;
	}
}
@media screen and (max-width: 400px) {
	.product-name h2 {
		font-size: 18px;
		line-height: 18px;
	}
}

/* == product - image == */
.product .image {
	position: relative;
    width: calc(50% - 30px);
	float:left;
	background:#f3f3f3;
	border-radius:4px;
}
.product .image .box {
	position: relative;
	float:left;
	margin:10px;
}
.product .image .box.one-one {
	width:calc(100% - 20px);
}
.product .image .box.one-two {
	width:calc(50% - 20px);
}
.product .image .box.one-three {
	width:calc(33.33% - 20px);
}
.product .image .box.one-four {
	width:calc(25% - 20px);
}
.product .image .box img {
	position: relative;
    width: 100%;
	float:left;
}
.product .image .box.one-one img {
    width: 60%;
	margin:20px 20%;
}
@media screen and (max-width: 800px) {
	.product .image {
		width:100%;
	}
}

/* == product - price == */
.product-price {
	position: relative;
    width: calc(50% - 30px);
	float:right;
}
.product-price .price {
	position: relative;
    width: 100%;
	font-size:42px;
	font-weight:700;
	padding:0 0 30px 0;
}
.product-price .price .decimal {
	display:none;
}
.product-price .price sup, .product-price .price .currency {
	font-size:18px;
}
.product-price .price sup {
	vertical-align: super;
}
.product-price .price .normal {
	color: #EB2F2F;
}
.product-price .price .old {
	position:relative;
	font-size:24px;
	margin:0 5px 0 0;
}
.product-price .price .old::after {
    position: absolute;
    display: block;
    width: 100%;
    height: 1px;
    background: #404040;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    content: '';
}
.product-price .price .old sup {
	font-size:14px;
}
.product-price .price .old .currency {
	display:none;
}
.product-price .availability {
	position:relative;
	width:100%;
	padding:0 0 30px 0;
}
.product-price .availability .stock {
	position:relative;
	float:left;
	line-height:48px;
	padding:0 30px;
	font-size:16px;
	border-radius:4px;
	margin:0 0 30px 0;
}
.product-price .availability .stock.in {
	color:#33CC33;
	border:1px solid #33CC33;
}
.product-price .availability .stock.out {
	color:#EB2F2F;
	border:1px solid #EB2F2F;
}
@media screen and (max-width: 800px) {
	.product-price {
		width: 100%;
		float:left;
		padding:30px 0 0 0;
	}
}

/* == product - options == */
.options {
	position:relative;
	float:left;
	width:100%;
	padding:0 0 10px 0;
}
.options .box {
	position:relative;
	float:left;
	width:100%;
	margin:0 0 20px 0;
	border-radius:4px;
	background:#f3f3f3;
}
.options .box .title {
	position:absolute;
	top:0px;
	left:15px;
	padding:2px 5px;
	font-size:14px;
	color:#fff;
	pointer-events:none;
	z-index:2;
	transform:translateY(-50%);
	background:#969696;
	border-radius:4px;
	opacity:0;
	transition: all 0.2s ease-in-out;
}
.options .box .title.on {
	opacity:1;
}
.options .box.has-error {
	border:1px solid #d42c2c;
}
.options .box.hidden, .options .box .hidden  {
	display:none;
}
.options .box .text-danger {
	position:absolute;
	padding:2px 5px;
	top:0;
	right:10px;
	transform:translateY(-50%);
	background:#d42c2c;
	color:#fff;
	font-size:14px;
	border-radius:3px;
	z-index:5;
}
.options .box input {
	position:relative;
	width:calc(100% - 40px);
	height:20px;
	padding:20px;
	border:0;
	border-radius:4px;
	margin:0;
	background:#fff;
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
}
.options .box .value {
	position:relative;
	width:calc(100% - 40px);
	padding:20px;
	line-height:20px;
	float:left;
	cursor:pointer;
}
.options .box.effect .value {
	pointer-events:none;
	opacity:0.2;
}
.options .box.effect.active .value {
	pointer-events:auto;
	opacity:1;
}
.options .box ul {
	position:absolute;
	width:calc(100% - 20px);
	max-height:60px;
	padding:10px;
	line-height:40px;
	background:#f3f3f3;
	overflow:hidden;
	list-style:none;
	border-radius:4px;
	margin:0;
	opacity:0;
	z-index:-1;
	transition: all 0.2s ease-in-out;
}
.options .box ul.on {
	max-height:2000px;
	opacity:1;
	z-index:3;
	box-shadow:0 3px 5px rgba(0, 0, 0, 0.1);
}
.options .box ul.visible {
	display:block!important;
}
.options .box ul li {
	position:relative;
	margin:0;
	padding:0 10px;
	cursor:pointer;
	border-radius:4px;
	transition: all 0.2s ease-in-out;
}
.options .box ul li:hover {
	background-color: #EB2F2F;
	color:#fff;
}
.options .box.list::before {
	position:absolute;
	display:block;
	width:20px;
	height:20px;
	top:20px;
	right:20px;
	background-image:url(../image/ico-nav.svg);
	background-position:66.66% 0;
	background-size:400% 200%;
	content:'';
	filter:invert(1);
	pointer-events:none;
	transform:rotate(90deg);
	transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 1400px) {
	.options {
		font-size:16px;
	}
}
@media screen and (max-width: 1200px) {
	.options {
		float:left;
	}
	.options {
		height:auto;
		float:left;
	}
	.options .box {
		float:float;
	}
	.options .box input {
		width: calc(100% - 30px);
		padding: 15px;
	}
	.options .box .value {
		width: calc(100% - 30px);
		padding: 15px;
		line-height: 20px;
	}
}
@media screen and (max-width: 1000px) {
	.options {
	}
}
@media screen and (max-width: 500px) {
	.options {
		font-size:14px;
	}
	.options .box ul.color-list li {
		width:calc(50% - 20px);
	}
}

/* == product - button == */
.product .buy {
	position:relative;
	width:100%;
	float:left;
}
.product .buy .add {
	position:relative;
	padding:0 25px 0 150px;
	line-height:60px;
	color:#fff;
	float:left;
	font-size:18px;
	border-radius:4px;
	text-align:right;
	cursor:pointer;
	background: #EB2F2F;
	transition: all 0.2s ease-in-out;
}
.product .buy .add:hover {
	background:#404040;
}
.product .buy .add::before {
    position: absolute;
    display: none;
    width: 100%;
    height: 60px;
    top: 0px;
    left: 50%;
    background-color: #EB2F2F;
    transform: translateX(-50%) skew(-15deg);
    border-radius: 6px;
    content: '';
    z-index: -1;
	transition: all 0.2s ease-in-out;
}
.product .buy .add:hover::before {
	background:#404040;
}
.product .buy .qty {
	position:absolute;
	height:60px;
	top:0;
	left:0;
}
.product .buy .qty input {
	position:relative;
	display:block;
	width:30px;
	height:30px;
	float:left;
	padding:0;
	margin:15px 0;
	border:0;
	border-radius:4px;
	text-align:center;
	font-size:18px;
	background:#fff;
}
.product .buy .qty .change {
	position:relative;
	width:60px;
	height:60px;
	float:left;
	cursor:pointer;
}
.product .buy .qty .change::before {
	position:absolute;
	width:20px;
	height:20px;
	top:50%;
	left:50%;
	background-image:url(../image/ico-nav.svg);
	background-position:66.66% 0;
	background-size:400% 200%;
	background-repeat:no-repeat;
	transform:translate(-50%, -50%);
	content:'';
}
.product .buy .qty .change.less::before {
	transform:translate(-50%, -50%) rotate(180deg);
}
@media screen and (max-width: 1000px) {
	.product .buy .add {
		font-size:18px;
	}
}
@media screen and (max-width: 800px) {
	.product .buy .add {
		width:calc(100% - 175px);
	}
}
@media screen and (max-width: 600px) {
	.product .buy .add {
		font-size:16px;
	}
}

/* == product - tabs == */
.product .tabs {
	position:relative;
	float:left;
	width:100%;
	padding:30px 0;
}
.product .tabs .button {
	position:relative;
	float:left;
	line-height:60px;
	padding:0 40px;
	font-size:16px;
	color:#404040;
	background:#f3f3f3;
	border-radius: 4px;
	margin:0 20px 0 0;
	cursor:pointer;
	transition: all 0.2s ease-in-out;
}
.product .tabs .button:hover {
	background: #404040;
	color:#fff;
}
.product .tabs .button.on {
	background: #EB2F2F!important;
	color:#fff;
}
.product .tabs .button span {
	position:relative;
	z-index:2;
}
.product .tabs .button::after {
	position:absolute;
	display:block;
	width: 30px;
    height: 30px;
    border-radius: 4px;
	bottom:-10px;
	left:50%;
	background: #f3f3f3;
	transform: translate(-50%, 0) rotate(45deg) scale(0);
	transition: all 0.2s ease-in-out;
	content:'';
	z-index:1;
}
.product .tabs .button.on::after {
	background: #EB2F2F;
	transform: translate(-50%, 0) rotate(45deg) scale(1);
}
@media screen and (max-width: 800px) {
	.product .tabs .button {
		line-height:40px;
		padding:0 30px;
	}
}
@media screen and (max-width: 600px) {
	.product .tabs .button {
		padding:0 20px;
		margin: 0 10px 0 0;
	}
}

/* == product - info == */
.product-info {
	position:relative;
	float:left;
	width:100%;
	overflow:hidden;
	max-height:0;
	font-size: 16px;
    font-weight: 300;
    text-align: justify;
	transition: all 0.3s ease-in-out;
}
.product-info.on {
	position:relative;
	float:left;
	width:100%;
	overflow:hidden;
	max-height:3000px;
}
.product-info .inner {
	position:relative;
	float:left;
	width:100%;
	overflow:hidden;
	opacity:0;
	transition: all 0.3s ease-in-out;
}
.product-info.on .inner {
	opacity:1;
}
.product-info h2 {
    position: relative;
    display: block;
    padding: 0;
    margin: 0;
    font-size: 72px;
    line-height: 72px;
    font-weight: 700;
    transform: skew(-15deg);
    font-family: 'Roboto', sans-serif;
    color: #404040;
}
.product-info h3 {
    position: relative;
    display: block;
    padding: 10px 0 0 0;
    margin: 0;
    font-size: 32px;
    line-height: 32px;
    font-weight: 700;
    transform: skew(-15deg);
    color: #EB2F2F;
}
.product-info ul {
    position: relative;
    display: block;
    padding: 0;
	margin:0;
	list-style:none;
}
.product-info ul li {
    position: relative;
    display: block;
	width:calc(100% - 20px);
    padding:0 0 0 20px;
	margin:0 0 8px 0;
}
.product-info ul li::before {
    position: absolute;
	display:block;
	width:10px;
	height:10px;
	top:5px;
	left:0;
	border-radius:100%;
	background:#EB2F2F;
	content:'';
}

/* == product - attributes == */
.product-attributes {
	position:relative;
	float:left;
	width:100%;
	padding:30px 0 0 0;
}

/* == product - related == */
.product-related {
	position:relative;
	float:left;
	width:100%;
	padding:30px 0 0 0;
}

/* == txt == */
.txt {
	position: relative;
    width: 100%;
    margin: 100px 0;
    font-size: 16px;
    font-weight: 300;
    text-align: justify;
}
.txt.compact {
    margin: 70px 0;
}
.txt .inner {
    position: relative;
    width: 100%;
	float:left;
}
.txt .inner h2 {
    position: relative;
    display: block;
    padding: 0;
    margin: 0;
    font-size: 72px;
    line-height: 72px;
    font-weight: 700;
    transform: skew(-15deg);
    font-family: 'Roboto', sans-serif;
    color: #404040;
}
.txt .inner h3 {
    position: relative;
    display: block;
    padding: 10px 0 0 0;
    margin: 0;
    font-size: 32px;
    line-height: 32px;
    font-weight: 700;
    transform: skew(-15deg);
    color: #EB2F2F;
}
.txt .inner.left h2, .txt .inner.left h3 {
    text-align:left;
}
.txt .inner.right h2, .txt .inner.right h3 {
    text-align:right;
}
.txt .inner .spacing {
    position: relative;
    display: block;
    padding: 40px 0 0 0;
	width:100%;
	float:left;
}
.txt .inner ul {
    position: relative;
    display: block;
    padding: 0;
	margin:0;
	list-style:none;
}
.txt .inner ul li {
    position: relative;
    display: block;
	width:calc(100% - 20px);
    padding:0 0 0 20px;
	margin:0 0 8px 0;
}
.txt .inner ul li::before {
    position: absolute;
	display:block;
	width:10px;
	height:10px;
	top:5px;
	left:0;
	border-radius:100%;
	background:#EB2F2F;
	content:'';
}
.txt .inner .button {
    position: relative;
    display: block;
    line-height: 60px;
    font-size: 18px;
    color: #fff;
    background: #EB2F2F;
    border-radius: 4px;
    font-family: 'Ubuntu', sans-serif;
    padding: 0 50px;
    font-weight: 700;
    transition: all 0.2s ease-in-out;
}
.txt .inner .button:hover {
    background: #404040;
}
.txt .inner.left .button {
	float:right;
	margin: 30px 30px 0 0;
}
.txt .inner.right .button {
	float:left;
	margin: 30px 0 0 30px;
}
.txt .inner .left, .txt .inner .right {
    position: relative;
    width: calc(60% - 120px);
	padding:60px 0 60px 60px;
}
.txt .inner .left {
    float: left;
}
.txt .inner .right {
    float: right;
}
.txt .inner::before {
	position:absolute;
	display:block;
	width:80%;
	height:100%;
	top:0;
	background:#f3f3f3;
	content:'';
}
.txt .inner.left::before {
	left:0;
}
.txt .inner.right::before {
	right:0;
}
.txt .inner.center::before {
	display:none;
}
.txt .inner .image {
    position: absolute;
    width: 40%;
	top:-50px;
    height: calc(100% + 100px);
    overflow: hidden;
    border-radius: 4px;
}
.txt .inner .right + .image {
    left: 0;
}
.txt .inner .left + .image {
    right: 0;
}
.txt .inner .image img {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: contain;
    transition: all 0.3s ease-in-out;
}
.txt .inner .image iframe {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
	border: 0;
	filter:grayscale(1);
}
@media screen and (max-width: 1600px) {
	.txt .inner h2 {
		font-size: 52px;
    	line-height: 52px;
	}
	.txt .inner h3 {
		font-size: 24px;
    	line-height: 24px;
	}
}
@media screen and (max-width: 900px) {
	.txt .inner h2 {
		font-size: 32px;
    	line-height: 32px;
	}
	.txt .inner h3 {
		font-size: 18px;
    	line-height: 18px;
	}
}
@media screen and (max-width: 800px) {
	.txt {
		margin:0;
	}
	.txt .inner::before {
		width:100%;
	}
	.txt .inner h2 {
		font-size: 32px;
    	line-height: 32px;
	}
	.txt .inner h3 {
		font-size: 18px;
    	line-height: 18px;
	}
	.txt .inner .left, .txt .inner .right {
		position: relative;
		width: calc(100% - 60px);
		padding:30px;
	}
	.txt .inner .image {
		position: relative;
		width: 100%;
		top: auto;
		height:auto;
		overflow: hidden;
		border-radius: 4px;
		float:left;
		padding:50px 0;
		text-align:center;
	}
	.txt .inner .image img {
		position: relative;
		display:inline-block;
		width:50%;
		max-width: calc(100% - 60px);
		top: auto;
		left:auto;
		height:auto;
		overflow: hidden;
		border-radius: 4px;
	}
	.txt .inner .image iframe {
		position: relative;
		width: calc(100% - 100px);
		height: 300px;
		padding: 0 50px;
		top: auto;
		left: auto;
	}
}
@media screen and (max-width: 600px) {
	.txt {
		font-size:14px;
	}
	.txt .inner::before {
		width:calc(100% + 80px);
		left:-40px!important;
	}
	.txt .inner h2 {
		font-size: 32px;
    	line-height: 32px;
	}
	.txt .inner h3 {
		font-size: 18px;
    	line-height: 18px;
	}
	.txt .inner .left, .txt .inner .right {
		position: relative;
		width: 100%;
		padding:50px 0;
	}
	.txt .inner .image iframe {
		width: 100%;
		padding: 0;
	}
	.txt .inner .button {
		width:100%;
		line-height: 50px;
		font-size: 16px;
		transform:none;
		text-align:center;
		padding:0;
	}
	.txt .inner.left .button, .txt .inner.right .button {
		margin: 30px 0 0 0;
	}
}


/* == section - title == */
.section-title {
	position: relative;
    width: 100%;
	float:left;
	padding:0 0 50px 0;
}
.section-title h2 {
    position: relative;
    display: block;
    padding: 0;
    margin: 0;
    font-size: 72px;
    line-height: 72px;
    font-weight: 700;
    transform: skew(-15deg);
    font-family: 'Roboto', sans-serif;
    color: #404040;
}
.section-title.small h2 {
    font-size: 42px;
    line-height: 42px;
}
.section-title h3 {
    position: relative;
    display: block;
    padding: 10px 0 0 0;
    margin: 0;
    font-size: 32px;
    line-height: 32px;
    font-weight: 700;
    transform: skew(-15deg);
    color: #EB2F2F;
}
@media screen and (max-width: 1600px) {
	.section-title h2 {
		font-size: 52px;
    	line-height: 52px;
	}
	.section-title.small h2 {
		font-size: 32px;
    	line-height: 32px;
	}
	.section-title h3 {
		font-size: 24px;
    	line-height: 24px;
	}
}
@media screen and (max-width: 900px) {
	.section-title {
		padding:0 0 30px 0;
	}
	.section-title h2 {
		font-size: 32px;
    	line-height: 32px;
	}
	.section-title.small h2 {
		font-size: 24px;
    	line-height: 24px;
	}
	.section-title h3 {
		font-size: 18px;
    	line-height: 18px;
	}
}
@media screen and (max-width: 800px) {
	.section-title h2 {
		font-size: 32px;
    	line-height: 32px;
	}
	.section-title h3 {
		font-size: 18px;
    	line-height: 18px;
	}
}
@media screen and (max-width: 600px) {
	.section-title {
		font-size:14px;
	}
	.section-title h2 {
		font-size: 32px;
    	line-height: 32px;
	}
	.section-title h3 {
		font-size: 18px;
    	line-height: 18px;
	}
}


/* == cart == */
.checkout-cart {
	position:relative;
	width:100%;
	padding: 70px 0;
}
.checkout-cart .box {
	position:relative;
	width:100%;
	padding:0 0 40px 0;
	overflow:hidden;
	float:left;
}
.checkout-cart .box::before {
	position:absolute;
	display:block;
	width:100%;
	bottom:20px;
	left:0px;
	border-bottom:2px dashed #404040;
	opacity:0.2;
	transform:translateY(-50%);
	content:'';
}
.checkout-cart .box .image {
	position:relative;
	width:100px;
	float:left;
	overflow:hidden;
	border-radius:4px;
	margin:0 30px 0 0;
}
.checkout-cart .box .image img {
	position:relative;
	width:100%;
	float:left;
}
.checkout-cart .box .name {
	position:relative;
	width:calc(100% - 130px);
	float:left;
	overflow:hidden;
}
.checkout-cart .box .name a {
	position:relative;
	display:block;
	padding:0 0 10px 0;
	color: #3F4566;
}
.checkout-cart .box .name small {
	position: relative;
    display: block;
    font-size: 14px;
}
.checkout-cart .box .name small span {
	opacity: 0.7;
}
.checkout-cart .box .right {
	position:relative;
	float:right;
	overflow:hidden;
}
.checkout-cart .box .qty {
	position:relative;
	float:left;
	overflow:hidden;
}
.checkout-cart .box .qty input {
	position:relative;
	display:block;
	float:left;
	border:0;
	margin:0;
	padding:10px;
	height:20px;
	width:20px;
	background:#fff;
	text-align:center;
	font-size:18px;
	color:#404040;
}
.checkout-cart .box .change {
	position:relative;
	float:left;
	overflow:hidden;
	width:30px;
	height:30px;
	margin:5px;
	cursor:pointer;
	border-radius:4px;
	background:#EB2F2F;
}
.checkout-cart .box .change .ico {
	position:relative;
	width:80%;
	height:80%;
	margin:10%;
}
.checkout-cart .box .price {
	position:relative;
	float:left;
	overflow:hidden;
	width:100px;
	line-height:40px;
	text-align:center;
	font-size:16px;
}
.checkout-cart .box .price sup {
	vertical-align:baseline;
	font-size:16px;
}
.checkout-cart .box .price .currency {
	font-size:14px;
}
.checkout-cart .box .remove {
	position:relative;
	width:40px;
	float:right;
}
.checkout-cart .box .remove .hidden {
	opacity:0;
	position:absolute;
}
.checkout-cart .box .remove .ico {
	position:relative;
	width:40px;
	height:40px;
	border:0;
	padding: 0;
	cursor:pointer;
	border-radius:4px;
	background:#EB2F2F;
}
.checkout-cart .modules {
	position:relative;
	width:100%;
	overflow:hidden;
	float:left;
}
.checkout-cart .modules .module {
	position:relative;
	width:100%;
	overflow:hidden;
	float:left;
	padding:0 0 30px 0;
}
.checkout-cart .modules .module::before {
	position:absolute;
	display:block;
	width:100%;
	bottom:20px;
	left:0px;
	border-bottom:2px dashed #404040;
	opacity:0.2;
	transform:translateY(-50%);
	content:'';
}
.checkout-cart .modules .module h3 {
	position:relative;
	display:block;
	font-size:24px;
	padding:0 0 20px 0;
}
.checkout-cart .modules .module .row {
	position:relative;
	width:50%;
	overflow:hidden;
	float:left;
	padding:0 0 20px 0;
}
.checkout-cart .modules .module .row input {
    position: relative;
    width: calc(100% - 100px);
    height: 20px;
    padding: 15px;
    border: 0;
    border-radius:4px;
	border: 0;
    margin: 0 20px 0 0;
	float:left;
    background: #f3f3f3;
    font-family: 'Open Sans', sans-serif;
}
.checkout-cart .modules .module .row .button {
    position: relative;
    width: 50px;
	height: 50px;
    line-height: 50px;
    color: #fff;
    font-size: 24px;
    background: #EB2F2F;
    border-radius:4px;
    text-align: center;
    cursor: pointer;
	float:left;
    transition: all 0.2s ease-in-out;
}
.checkout-cart .modules .module .row .button .ico {
    position: relative;
    width: 70%;
	height:70%;
	margin:15%;
}
.checkout-cart .totals {
	position:relative;
	width:100%;
	padding:0 0 40px 0;
	overflow:hidden;
}
.checkout-cart .totals::before {
	position:absolute;
	display:block;
	width:100%;
	bottom:20px;
	left:0px;
	border-bottom:2px dashed #404040;
	opacity:0.2;
	transform:translateY(-50%);
	content:'';
}
.checkout-cart .totals .total {
	position:relative;
	float:right;
	overflow: hidden;
    width: 230px;
    line-height: 40px;
	text-align:center;
	font-size:24px;
}
.checkout-cart .totals .total sup {
	vertical-align:baseline;
	font-size:24px;
}
.checkout-cart .totals .total .currency {
	font-size:16px;
}
@media screen and (max-width: 1000px) {
	.checkout-cart {
		padding:30px 0;
	}
	.checkout-cart .box .name {
		width:calc(100% - 130px);
	}
}
@media screen and (max-width: 800px) {
	.checkout-cart {
	}
	.checkout-cart .box .image {
		width:50px;
		margin:0 20px 0 0;
	}
	.checkout-cart .box .name {
		width:calc(100% - 70px);
	}
	.checkout-cart .box .name small {
		font-size:12px;
	}
	.checkout-cart .box .right {
		padding:20px 0 0 0;
	}
}
@media screen and (max-width: 600px) {
	.checkout-cart .modules .module .row {
		width:100%;
	}
	.checkout-cart .totals .total {
		width: 100%;
		line-height: 30px;
		font-size:18px;
	}
	.checkout-cart .totals .total sup {
		font-size:18px;
	}
	.checkout-cart .totals .total .currency {
		font-size:14px;
	}
}
@media screen and (max-width: 500px) {
	.checkout-cart .box .right {
		width:100%;
	}
	.checkout-cart .box .qty {
		position:absolute;
		top:20px;
		left:0;
		float:none;
	}
	.checkout-cart .box .price {
		width:calc(100% - 60px);
		text-align:right;
	}
	.checkout-cart .box .remove {
		position:absolute;
		top:20px;
		right:0;
		float:none;
	}
}

/* == checkout == */
.checkout {
	position:relative;
	width:100%;
	padding: 70px 0;
	float:left;
}
.checkout .panel {
	position:relative;
	width:100%;
	padding:0 0 30px 0;
	float: left;
}
.checkout .panel .ico {
	position:absolute;
	width:30px;
	height: 30px;
	top: 10px;
	left: 10px;
	padding: 0;
	z-index: 3;
	pointer-events:none;
	filter: invert(1);
	opacity:0.7;
}
.checkout .panel.on .ico {
	filter: none;
	opacity: 1;
}
.checkout .panel .title {
	position:relative;
	width:calc(100% - 50px);
	padding:0 0 0 50px;
	line-height: 50px;
	float:left;
	border-radius:4px;
	background:#f3f3f3;
	font-size:18px;
	color:#404040;
	transition: all 0.2s ease-in-out;
}
.checkout .panel.on .title {
	background: #3F4566;
	color:#fff;
}
.checkout .panel .title a {
	display:block;
	width:100%;
	color:#404040;
	transition: all 0.2s ease-in-out;
}
.checkout .panel.on .title a {
	color:#fff;
}
.checkout .panel .title a .ico {
	position:absolute;
	display:block;
	width:30px;
	height:30px;
	top:50%;
	right:20px;
	transform:translateY(-50%);
	transition: all 0.2s ease-in-out;
}
.checkout .panel.on .title a .ico {

}
.checkout .panel .content {
	position:relative;
	width:100%;
	overflow:hidden;
	height:0;
	transition: all 0.2s ease-in-out;
}
.checkout .panel.on .content {
	height:auto;
}
.checkout .panel .inner {
	position:relative;
	width:100%;
	overflow:hidden;
	padding:30px 0 0 0;
}
@media screen and (max-width: 800px) {
	.checkout {
		padding:50px 0;
	}
	.checkout .panel .title {
		font-size:16px;
	}
}
@media screen and (max-width: 600px) {
	.checkout .panel .title {
		font-size:14px;
	}
}

/* == confirmation == */
.confirmation {
	position:relative;
	width:100%;
}
.confirmation .box {
	position:relative;
	width:100%;
	padding:0 0 40px 0;
	overflow:hidden;
	float:left;
}
.confirmation .box::before {
	position:absolute;
	display:block;
	width:100%;
	bottom:20px;
	left:0px;
	border-bottom:2px dashed #222;
	opacity:0.2;
	transform:translateY(-50%);
	content:'';
}
.confirmation .box .name {
	position:relative;
	width:calc(100% - 200px);
	float:left;
	overflow:hidden;
	font-size:16px;
}
.confirmation .box .name a {
	position:relative;
	display:block;
	padding:0 0 5px 0;
	color: #3F4566;
}
.confirmation .box .name small {
	position: relative;
    display: block;
    font-size: 12px;
}
.confirmation .box .name small span {
	opacity: 0.7;
}
.confirmation .box .qty {
	position:absolute;
	right:100px;
	width:100px;
	height:100%;
	text-align:center;
	overflow:hidden;
}
.confirmation .box .qty span {
	position:absolute;
	display:block;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
}
.confirmation .box .price {
	position:absolute;
	right:0;
	overflow:hidden;
	width:100px;
	height:100%;
	line-height:40px;
	text-align:center;
}
.confirmation .box .price .currency, .confirmation .box .price .decimal {
	position:relative;
	display: inline;
	top: auto;
	left: auto;
	right:auto;
	width:auto;
	height:auto;
	line-height:normal;
}
.confirmation .box .price sup {
	vertical-align: baseline;
	font-size: inherit;
}
.confirmation .box .price span {
	position:absolute;
	display:block;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
}
.confirmation .totals {
	position:relative;
	width:100%;
	float:left;
}
.confirmation .totals .total {
	position:relative;
	float:right;
    width: 100px;
    line-height: 40px;
	text-align:center;
	font-size:18px;
	white-space:nowrap;
	clear:both;
}
.confirmation .totals .total .currency, .confirmation .totals .total .decimal {
	position:relative;
	display: inline;
	top: auto;
	left: auto;
	right:auto;
	width:auto;
	height:auto;
	line-height:normal;
}
.confirmation .totals .total sup {
	vertical-align: baseline;
	font-size: inherit;
}
.confirmation .totals .total span {
	position:absolute;
	top:50%;
	right:100%;
	transform:translateY(-50%);
}
@media screen and (max-width: 1000px) {
}
@media screen and (max-width: 800px) {
}
@media screen and (max-width: 600px) {
	.confirmation .box .name {
		width:100%;
	}
	.confirmation .box .qty {
		padding:15px 0 0 0;
	}
	.confirmation .box .qty, .confirmation .box .price {
		position:relative;
		right:auto;
		width:100%;
		height:auto;
		text-align:left;
		float:left;
	}
	.confirmation .box .qty span, .confirmation .box .price span {
		position:relative;
		left:auto;
		float:left;
		text-align:left;
		transform:none;
	}
	.confirmation .totals .total {
		float:left;
		text-align:left;
	}
	.confirmation .totals .total span {
		right:auto;
		left:100%;
	}
}
@media screen and (max-width: 500px) {
}

/* == account == */
.account-page {
	position:relative;
	width:100%;
	padding: 100px 0;
}
.account-page .box {
	position:relative;
	width:100%;
	float:left;
	overflow:hidden;
	padding:0 0 30px 0;
}
.account-page .box h3 {
	position:relative;
	display:block;
	font-size:18px;
	font-weight:400;
	margin:0;
	padding:0;
}
.account-page .box a {
	position:relative;
	display:block;
	padding:0 20px 0 0;
	border-radius:4px;
	float:left;
	line-height:40px;
	color:#404040;
	transition: all 0.2s ease-in-out;
}
.account-page .box a:hover {
	background:#f3f3f3;
}
.account-page .box a .ico {
	position:relative;
	display:block;
	width:40px;
	height:40px;
	float:left;
	margin:0 20px 0 0;
	border-radius:4px;
	background: #EB2F2F;
	transition: all 0.2s ease-in-out;
}
.account-page .box a:hover .ico {
	background:#404040;
}
.account-page .box.list .item {
	position:relative;
	width:calc(100% - 40px);
	float:left;
	overflow:hidden;
	padding:20px;
	border-radius:4px;
	background:#f3f3f3;
}
.account-page .box.list .item .contents {
	position:relative;
	width:calc(100% - 150px);
	float:left;
	overflow:hidden;
	font-size:16px;
}
.account-page .box.list .item .actions {
	position:absolute;
	top:50%;
	right:20px;
	transform:translateY(-50%);
}
.account-page .box.list .item .actions .ico {
	position:relative;
	display:block;
	width:40px;
	height:40px;
	margin:0 0 0 20px;
	padding:0;
	border-radius: 4px;
	background: #EB2F2F;
}
.account-page .box.list .item .actions .ico:hover {
	background:#404040;
}
.account-page .box.list .item .actions .ico:first-of-type {
	margin:0;
}
.account-page .box .order {
	position:relative;
	width:calc(100% - 40px);
	float:left;
	overflow:hidden;
	padding:20px;
	border-radius:4px;
	background:#f3f3f3;
	font-size:16px;
}
.account-page .box .order .id, .account-page .box .order .customer, .account-page .box .order .products, .account-page .box .order .status {
	position:relative;
	width:100%;
	float:left;
	overflow:hidden;
	margin:0 0 10px 0;
}
.account-page .box .order .id, .account-page .box .order .status {
	font-size:14px;
}
.account-page .box .order .total {
	font-size:18px;
	font-weight:bold;
}
.account-page .box .order .actions {
	position:absolute;
	top:50%;
	right:20px;
	transform:translateY(-50%);
}
.account-page .box .order .actions .ico {
	position:relative;
	display:block;
	width:40px;
	height:40px;
	margin:0;
	padding:0;
	background: #EB2F2F;
}
.account-page .box .order .actions .ico:hover {
	background:#404040;
}
@media screen and (max-width: 800px) {
	.account-page {
		padding:50px 0;
	}
}
@media screen and (max-width: 500px) {
	.account-page .box.list .item .contents {
		width:calc(100% - 40px);
	}
	.account-page .box.list .item .actions {
		position:relative;
		top:auto;
		right:auto;
		transform:none;
		margin:20px 0 0 0;
		float:right;
	}
}

/* == login == */
.login {
	position:relative;
	width:50%;
	padding: 100px 0;
}
.login .row {
	position:relative;
	width:100%;
	overflow:hidden;
	padding:0 0 20px 0;
	float:left;
}
.login .row input {
	position: relative;
    width: calc(100% - 42px);
    height: 20px;
    padding: 20px;
    border: 0;
    border-radius: 4px;
	border: 1px solid #969696;
    margin: 0;
    background: #fff;
    font-family: 'Open Sans', sans-serif;
}
@media screen and (max-width: 800px) {
	.login {
		padding:50px 0;
		width: 100%;
	}
}

/* == form == */
.form {
	position:relative;
	width:100%;
	padding: 100px 0;
}
.inner .form {
	padding:0;
}
.form fieldset {
	position:relative;
	width:100%;
	border:0;
	padding:0;
	margin:0;
}
.form .hidden.on {
    max-height: 2000px;
    opacity: 1;
}
.form .hidden {
    position: relative;
	width: 100%;
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    opacity: 0;
    float: left;
}
.form h3 {
	position:relative;
	width:100%;
	padding: 0 0 20px 0;
	margin:0;
	font-size:18px;
	font-weight:400;
}
.form .row {
	position: relative;
    float: left;
    width: 100%;
    margin: 0 0 20px 0;
}
.form .row.half {
	width:calc(50% - 10px);
    margin: 0 0 20px 0;
}
.form .row.half + .row.half {
    margin: 0 0 20px 20px;
}
.form .row.hide {
	max-height:0;
	margin:0;
	overflow: hidden;
}
.form .row.hide.on {
	max-height:350px;
	margin: 0 0 20px 0;
}
.form .row .name {
	position: relative;
    float: left;
    width: 100%;
    margin: 0 0 10px 0;
	font-size:16px;
}
.form .row input[type=text], .form .row input[type=password], .form .row input[type=number], .form .row input[type=email], .form .row input[type=tel], .form .row select, .form .row textarea {
	position: relative;
    width: calc(100% - 32px);
    height: 20px;
    padding:15px;
    border: 0;
    border-radius: 4px;
	border: 1px solid #969696;
    margin: 0;
    background: #fff;
    font-family: 'Open Sans', sans-serif;
	box-sizing: content-box;
}
.form .row textarea {
    min-width: calc(100% - 32px);
	max-width: calc(100% - 32px);
    min-height: 200px;
}
.form .row input[type=checkbox] {
	margin:0 10px 0 0;
}
.form .row .text-danger {
	position: absolute;
    padding: 2px 5px;
    top: 0;
    right: 10px;
    transform: translateY(-50%);
    background: #d42c2c;
    color: #fff;
    font-size: 14px;
    border-radius: 3px;
    z-index: 5;
}
.form .row .separator {
	position:relative;
	width:100%;
	border-bottom: 2px dashed #404040;
    opacity: 0.2;
	margin:20px 0;
}
.form .row input[type=radio] {
    display:none;
}
.form .row .radio {
	position: relative;
	width:calc(100% - 30px);
    float: left;
	padding:0 15px;
	line-height:52px;
	font-size:16px;
	margin:0 20px 20px 0;
	border-radius: 4px;
	background:#f3f3f3;
	cursor:pointer;
	transition: all 0.2s ease-in-out;
}
.form .row .radio::after {
	position: absolute;
    display: block;
    width: 30px;
    height: 30px;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    transition: all 0.2s ease-in-out;
	background-image: url(../image/ico-nav.svg);
    background-position: 33.33% 0;
    background-size: 400% 200%;
	content:'';
	opacity:0;
}
.form .row .radio:last-of-type {
	margin:0 20px 0 0;
}
.form .row .radio.inline {
	width:auto;
	margin:0 20px 0 0;
}
.form .row .radio.inline::after {
	display:none;
}
.form .row input[type="radio"]:checked + .radio {
	color:#fff;
	background: #EB2F2F;
}
.form .row input[type="radio"]:checked + .radio::after {
	opacity:1;
}
.form .row label button {
	position: relative;
	display: block;
	float: right;
	padding: 0;;
	border-radius:3px;
	border:0px solid #222;
	margin: 8px 50px 0 20px;
	cursor: pointer;
	box-sizing: content-box;
	opacity: 0;
	max-height: 0;
	pointer-events:none;
	transition: all 0.3s ease-in-out;
}
.form .row input[type="radio"]:checked + label button {
	max-height: 200px;
	border:1px solid #222;
	padding: 10px 20px;
	opacity:1;
	pointer-events:auto;
}
@media screen and (max-width: 1000px) {
}
@media screen and (max-width: 800px) {
	.form {
		padding:50px 0;
	}
	.form h3 {
		font-size:16px;
	}
}
@media screen and (max-width: 600px) {
	.form h3 {
		font-size:14px;
	}
	.form .col.half {
		width:100%;
	}
	.form .row .radio {
		line-height:40px;
		font-size:14px;
	}
	.form .row input[type=text], .form .row input[type=password], .form .row input[type=number], .form .row input[type=email], .form .row input[type=tel], .form .row select, .form .row textarea {
		position: relative;
		width: calc(100% - 42px);
		height: 20px;
		padding: 10px 20px;
		border: 0;
		border-radius: 4px;
		border: 1px solid #969696;
		margin: 0;
		background: #fff;
		font-family: 'Open Sans', sans-serif;
		box-sizing: content-box;
	}
	.form .row label button {
		width: calc(100% - 42px);
		margin: 0px 0 0px 20px;
	}
	.form .row input[type="radio"]:checked + label button {
		margin: 13px 0 20px 20px;
	}
}


/* == alert == */
.alert {
	position:relative;
	width:calc(100% - 40px);
	padding:20px;
	margin:30px 0 10px 0;
	font-size:16px;
	font-weight:400;
	overflow:hidden;
	border-radius:4px;
	color:#fff;
}
.alert.green {
	background: #05bf72;
}
.alert.red {
	background: #EB2F2F;
}
.alert .ico {
	position:relative!important;
	width:20px!important;
	height:20px!important;
	top: auto!important;
	left:auto!important;
	float:left!important;
	margin:0 20px 0 0!important;
	background:#fff!important;
	border-radius:100%!important;
	overflow:visible!important;
}
.alert .ico::after {
	width:200%;
	height:200%;
}
.alert button {
	display:block;
	margin:0 0 0 20px!important;
	padding:0;
	border:0;
	float:right!important;
	content:'';
	background:none!important;
}
.alert button.ico::after {
	width:100%!important;
	height:100%!important;
}
@media screen and (max-width: 1100px) {
	.alert {
		width:calc(100% - 30px);
		padding:15px;
		font-size:14px;
	}
}
@media screen and (max-width: 600px) {
	.alert {
		width:calc(100% - 20px);
		padding:10px;
		font-size:12px;
	}
}

/* == buttons == */
.buttons {
	position:relative;
	width:100%;
	padding:30px 0;
	overflow:hidden;
	float:left;
}
.buttons .button {
	position: relative;
    display: block;
    line-height: 50px;
    font-size: 18px;
    color: #fff;
    background: #EB2F2F;
    border-radius: 4px;
    padding: 0 50px;
    border: 0;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}
.buttons .button.small {
    line-height: 40px;
    font-size: 16px;
    padding: 0 50px;
}
.buttons .button:hover {
    background: #404040;
}
.buttons .button.left {
    float: left;
}
.buttons .button.right {
    float: right;
}
.buttons .agreement {
	float:left;
}
.buttons .agreement input[type=checkbox] {
	margin:0 10px 0 0;
}
@media screen and (max-width: 1100px) {
	.buttons .button, .buttons .button.small {
		line-height: 50px;
		font-size: 16px;
		padding: 0 30px;
	}
	.buttons .agreement {
		line-height:16px;
		padding:0 0 30px 0;
	}
}
@media screen and (max-width: 600px) {
	.buttons .button, .buttons .button.small {
		width:100%;
		padding:0;
		text-align:center;
		margin:0 0 30px 0;
	}
	.buttons .button + .button {
		margin:0;
	}
	.buttons .agreement {
		line-height:20px;
	}
}

/* == map - popup == */
.map-popup {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(30, 30, 30, 0.8);
	opacity:0;
	pointer-events:none;
	cursor: default;
	z-index: -99;
}
.map-popup.on {
	z-index: 99;
	opacity:1;
	pointer-events:auto;
}
.map-popup .box {
	position: relative;
	display: table;
	width: 100%;
	height: 100%;
	max-width: 1000px;
	margin: auto;
}
.map-popup .box .wrap {
	position: relative;
	display: table-cell;
	vertical-align: middle;
	width: 100%;
}
.map-popup .box .wrap .inner {
	position: relative;
	vertical-align: middle;
	width: calc(100% - 100px);
	padding: 50px;
	background: #fff;
	border-radius:5px;
	overflow: visible;
}
.map-popup .box .close {
	position: absolute;
	width: 50px;
	height: 50px;
	top: 5px;
	right: 5px;
	left: auto;
	background: #fff;
	border-radius:100%;
	cursor: pointer;
	pointer-events:auto!important;
}
.map-popup .box .close::before, .map-popup .box .close::after  {
	filter: invert(1)!important;
}
.map-popup .box h4 {
	position: relative;
	display: block;
	padding: 0 0 20px 0;
	font-size: 24px;
	font-weight: 300;
	color: #222;
	margin: 0;
}
.map-popup .box .controls {
	width: 100%;
	padding: 0 0 20px 0;
	overflow: hidden;
}
.map-popup .box input {
	width:90px!important;
	padding: 10px!important;
	margin: 0 20px 0 0!important;
	float: left;
	font-size: 14px;
}
.map-popup .box input + input {
	width:125px!important;
	margin: 0 20px 0 0;
}
.map-popup .box .controls button {
	padding: 10px!important;
	height: 20px;
	background: #222;
	color: #fff;
	box-sizing: content-box;
	font-family: 'Thasadith', sans-serif;
	margin: 0;
	font-size: 16px;
	border-radius:5px;
}
.map-popup .box .map {
	position: relative;
	width: 100%;
}
.map-popup .box .map::before {
	position: relative;
	display: block;
	width: 100%;
	padding: 100% 0 0 0;
	content: '';
	pointer-events:none;
}
.map-popup .box .map .iw-map-container {
	color: #222;
	max-width: calc(100% - 20px);
}
.map-popup .box .map .gm-ui-hover-effect {
	background: #fff!important;
	border-radius:100%;
	box-shadow:0 2px 5px rgba(0, 0, 0, 0.1);
}
.gm-style .gm-style-iw-c {
	overflow: visible!important;
}
.gm-style .gm-style-iw-c .btn {
	width: 100%!important;
	border: 0!important;
	background: #222;
	color: #fff;
	padding: 10px 0!important;
	text-align: center;
}
#inpostMapSelect {
	display: block;
}
.map button.btn-sm {
	margin: 20px 0 0 0!important;
	padding: 0 20px!important;
	min-width: 200px;
}
@media screen and (max-width: 1000px) {
	.map-popup .box .wrap .inner {
		width: calc(100% - 60px);
		padding: 30px;
	}
}
@media screen and (max-width: 600px) {
	.map-popup .box h4 {
		font-size: 18px;
	}
	.map-popup .box input {
		width:calc(100% - 22px)!important;
		padding: 10px!important;
		margin: 0 0 20px 0!important;
	}
	.map-popup .box input + input {
		width:calc(100% - 22px)!important;
		margin: 0 0 20px 0!important;
	}
	.map-popup .box .controls button {
		width:calc(100% - 22px)!important;
		text-align: center;
	}
}


/* == footer == */
.footer {
	position:relative;
	width:calc(100% - 60px);
	padding:30px 0;
	margin:100px 0 0 0;
	font-size:16px;
	color:#fff;
	font-weight:300;
}
.footer .box {
	position:relative;
	width:25%;
}
.footer .box::after {
	position:absolute;
	display:block;
	width:2px;
	height:100%;
	bottom:0;
	right:50px;
	background:#fff;
	opacity:0.1;
	content:'';
}
.footer .box.right::after {
	display:none;
}
.footer .box.left {
	float:left;
	padding:0 50px 0 0;
}
.footer .box.right {
	float:right;
	padding:0 0 0 50px;
	text-align:right;
}
.footer .box h3 {
	position: relative;
    display: block;
    font-size: 24px;
    color: #fff;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 700;
	transform:skew(-15deg);
	margin:0;
	padding:0 0 40px 0;
}
.footer .box a {
	color:#fff;
	transition: all 0.2s ease-in-out;
}
.footer .box a:hover {
	color:#EB2F2F;
}
.footer .box.menu ul {
	position:relative;
	display:block;
	list-style:none;
	margin:0;
	padding:0;
}
.footer .box.menu ul li {
	position:relative;
	display:block;
	margin:0;
	padding:0 0 10px 0;
}
.footer .box .row {
	position:relative;
}
.footer .box .row.address {
	font-size:16px;
	padding:0 0 10px 0;
}
.footer .box .row.phone {
	font-size:24px;
	padding:0 0 10px 0;
}
.footer .box .row.email {
}
.footer .box .row.social {
	position:absolute;
	height:40px;
	bottom:0;
	right:100%;
	white-space:nowrap;
}
.footer .box .row.social .ico {
	position:relative;
	display:inline-block;
	width:40px;
	height:40px;
	margin:0 0 0 10px;
}
@media screen and (max-width: 1000px) {
	.footer .box.left {
		width:50%;
		padding:0;
	}
	.footer .box.left:nth-of-type(2)::after {
		display:none;
	}
	.footer .box.right {
		width:100%;
		padding:60px 0 0 0;
		text-align:left;
	}
	.footer .box.right::after {
		position:absolute;
		display:block;
		width:100%;
		height:2px;
		top:30px;
		left:0;
		background:#fff;
		opacity:0.1;
		content:'';
	}
	.footer .box .row.social {
		position:relative;
		width:100%;
		height:auto;
		bottom:auto;
		right:auto;
		padding:20px 0 0 0;
	}
	.footer .box .row.social .ico {
		display:block;
		float:left;
		margin:0 10px 0 0;
	}
}
@media screen and (max-width: 600px) {
	.footer .box.left {
		width:100%;
		padding:0 0 60px 0;
		text-align:left;
	}
	.footer .box.left:nth-of-type(2) {
		padding:0;
	}
	.footer .box::after {
		width:100%;
		height:2px;
		bottom:29px;
		left:0;
	}
	.footer .box.left::last-of-type {
		padding:0;
	}
}

/* == bottom == */
.bottom {
	position:relative;
	width:100%;
	line-height:50px;
	font-size:14px;
}
.bottom .cpr {
	position:relative;
	float:left;
	opacity:0.5;
}


/* == fancybox == */
body.compensate-for-scrollbar {
    overflow: hidden;
}

.fancybox-active {
    height: auto;
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden;
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    transform: translateZ(0);
    width: 100%;
    z-index: 99992;
}

.fancybox-container * {
    box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
}

.fancybox-bg {
    background: rgb(30, 30, 30);
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.47, 0, .74, .71);
}

.fancybox-is-open .fancybox-bg {
    opacity: .9;
    transition-timing-function: cubic-bezier(.22, .61, .36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity .25s ease, visibility 0s ease .25s;
    visibility: hidden;
    z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
    opacity: 1;
    transition: opacity .25s ease 0s, visibility 0s ease 0s;
    visibility: visible;
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.fancybox-toolbar {
    right: 0;
    top: 0;
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    transform: translateZ(0);
    z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden;
}

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    /* Using without prefix would break IE11 */
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: transform, opacity;
    white-space: normal;
    width: 100%;
    z-index: 99994;
}

.fancybox-slide::before {
    content: '';
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
    display: block;
}

.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0;
}

.fancybox-slide--image::before {
    display: none;
}

.fancybox-slide--html {
    padding: 6px;
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
    animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    -webkit-backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    -ms-transform-origin: top left;
    transform-origin: top left;
    transition-property: transform, opacity;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
    cursor: -webkit-grab;
    cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

.fancybox-container [data-selectable='true'] {
    cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
}

.fancybox-spaceball {
    z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%;
}

.fancybox-slide--video .fancybox-content {
    background: #000;
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff;
}
.fancybox-slide--iframe .fancybox-content {
    width  : 80%;
    height : 80%;
    max-width  : 1300px;
    max-height : 100%;
    margin: 0;
}

.fancybox-video,
.fancybox-iframe {
    background: transparent;
    border: 0;
    display: block;
    height: calc(100% - 60px);
    margin: 0;
    overflow: hidden;
    padding: 30px;
    width: calc(100% - 60px);
	box-sizing: content-box;
}
@media all and (max-width: 1000px) {
	.fancybox-video,
	.fancybox-iframe {
		height: calc(100% - 40px);
		padding: 20px;
		width: calc(100% - 40px);
	}
}
@media all and (max-width: 600px) {
	.fancybox-video,
	.fancybox-iframe {
		height: calc(100% - 30px);
		padding: 15px;
		width: calc(100% - 30px);
	}
}
@media all and (max-width: 400px) {
	.fancybox-video,
	.fancybox-iframe {
		height: calc(100% - 20px);
		padding: 10px;
		width: calc(100% - 20px);
	}
}

/* Fix iOS */
.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0;
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%;
}

.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0;
}

/* Buttons */

.fancybox-button {
    background: rgba(30, 30, 30, .6);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
    color: #ccc;
}

.fancybox-button:hover {
    color: #fff;
}

.fancybox-button:focus {
    outline: none;
}

.fancybox-button.fancybox-focus {
    outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: none;
}

/* Fix IE11 */
.fancybox-button div {
    height: 100%;
}

.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%;
}

.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
    display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
    display: none;
}

.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -ms-transform-origin: 0;
    transform-origin: 0;
    transition-property: transform;
    transition-timing-function: linear;
    z-index: 99998;
}

/* Close button on the top right corner of html content */

.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401;
}

.fancybox-close-small:hover {
    color: #fff;
    opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none;
}

/* Navigation arrows */

.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px;
}

.fancybox-navigation .fancybox-button div {
    padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    left: env(safe-area-inset-left);
    padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
    right: env(safe-area-inset-right);
}

/* Caption */

.fancybox-caption {
    background: linear-gradient(to top,
        rgba(0, 0, 0, .85) 0%,
        rgba(0, 0, 0, .3) 50%,
        rgba(0, 0, 0, .15) 65%,
        rgba(0, 0, 0, .075) 75.5%,
        rgba(0, 0, 0, .037) 82.85%,
        rgba(0, 0, 0, .019) 88%,
        rgba(0, 0, 0, 0) 100%);
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px 44px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996;
}

@supports (padding: max(0px)) {
    .fancybox-caption {
        padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
    }
}

.fancybox-caption--separate {
    margin-top: -50px;
}

.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none;
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline;
}

/* Loading indicator */

.fancybox-loading {
    animation: fancybox-rotate 1s linear infinite;
    background: transparent;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999;
}

@keyframes fancybox-rotate {
    100% {
        transform: rotate(360deg);
    }
}

/* Transition effects */

.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, .25, 1);
}

/* transitionEffect: slide */

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
    opacity: 0;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1;
}

/* transitionEffect: zoom-in-out */

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(.5, .5, .5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

/* transitionEffect: circular */

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */

.fancybox-fx-tube.fancybox-slide--previous {
    transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
    transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
    transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px;
    }

    .fancybox-slide--image {
        padding: 6px 0;
    }

    .fancybox-close-small {
        right: -6px;
    }

    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px;
    }

    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px;
    }

    @supports (padding: max(0px)) {
        .fancybox-caption {
            padding-left: max(12px, env(safe-area-inset-left));
            padding-right: max(12px, env(safe-area-inset-right));
        }
    }
}
/* Share */

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center;
}

.fancybox-share h1 {
    color: #404040;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px 0;
}

.fancybox-share p {
    margin: 0;
    padding: 0;
}

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px 5px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
    color: #fff;
}

.fancybox-share__button:hover {
    text-decoration: none;
}

.fancybox-share__button--fb {
    background: #3b5998;
}

.fancybox-share__button--fb:hover {
    background: #344e86;
}

.fancybox-share__button--pt {
    background: #bd081d;
}

.fancybox-share__button--pt:hover {
    background: #aa0719;
}

.fancybox-share__button--tw {
    background: #1da1f2;
}

.fancybox-share__button--tw:hover {
    background: #0d95e8;
}

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px;
}

.fancybox-share__button svg path {
    fill: #fff;
}

.fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%;
}
/* Thumbs */

.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px 2px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 0;
    width: 212px;
    z-index: 99995;
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block;
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px;
}

.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;

    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px;
}

.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, .1);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px;
}

.fancybox-thumbs__list a::before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: '';
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .2s cubic-bezier(.25, .46, .45, .94);
    z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
    opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
    opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
    .fancybox-thumbs {
        width: 110px;
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 110px;
    }

    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px);
    }
}

/* == Carousel == */
.owl-carousel {
	display: none;
	width: 100%;
	-webkit-tap-highlight-color: transparent;
	/* position relative and z-index fix webkit rendering fonts issue */
	position: relative;
	z-index: 1;
}
	.owl-stage {
		position: relative;
		-ms-touch-action: pan-Y;
		touch-action: manipulation;
		-moz-backface-visibility: hidden; /* fix firefox animation glitch */
	}

	.owl-stage:after {
		content: ".";
		display: block;
		clear: both;
		visibility: hidden;
		line-height: 0;
		height: 0;
	}

	.owl-stage-outer {
		position: relative;
		overflow: hidden;
		/* fix for flashing background */
		-webkit-transform: translate3d(0px, 0px, 0px);
	}

	.owl-wrapper,
	.owl-item{
		-webkit-backface-visibility: hidden;
		-moz-backface-visibility: hidden;
		-ms-backface-visibility: hidden;
		-webkit-transform: translate3d(0,0,0);
		-moz-transform: translate3d(0,0,0);
		-ms-transform: translate3d(0,0,0);
	}

	.owl-item {
		position: relative;
		min-height: 1px;
		float: left;
		-webkit-backface-visibility: hidden;
		-webkit-tap-highlight-color: transparent;
		-webkit-touch-callout: none;
	}
	.owl-item img {
		display: block;
		width: 100%;
	}

	.owl-nav.disabled,
	.owl-dots.disabled {
		display: none;
	}

	.owl-nav .owl-prev,
	.owl-nav .owl-next,
	.owl-dot {
		cursor: pointer;
		-webkit-user-select: none;
		-khtml-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
	}

	.owl-nav button.owl-prev,
	.owl-nav button.owl-next,
	button.owl-dot {
		background: none;
		color: inherit;
		border: none;
		padding:0!important;
		font: inherit;
	}

	&.owl-loaded {
		display: block;
	}

	&.owl-loading {
		opacity: 0;
		display: block;
	}

	&.owl-hidden {
		opacity: 0;
	}

	&.owl-refresh .owl-item {
		visibility: hidden;
	}

	&.owl-drag .owl-item {
		touch-action: pan-y;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
	}

	&.owl-grab {
		cursor: move;
		cursor: grab;
	}

	&.owl-rtl {
		direction: rtl;
	}

	&.owl-rtl .owl-item {
		float: right;
	}
}

/* No Js */
.no-js .owl-carousel {
	display: block;
}