body {
	font-family: Arial, sans-serif;
	font-weight: normal;
	color: #666;
	font-size: 15px;
	line-height: 1.5;
	width: 100%;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	color: #444;
	font-family: "Roboto Condensed";
	font-weight: 400;
}
/* Override the bootstrap defaults */
.h1, h1 {
	font-size: 36px;
	font-weight: 300;
}
.h2, h2 {
	font-size: 22px;
}
.h3, h3 {
	font-size: 19px;
}
.h4, h4 {
	font-size: 15px;
}
.h5, h5 {
	font-size: 12px;
}
.h6, h6 {
	font-size: 10.2px;
}

.h1, .h2, .h3, h1, h2, h3 {
	margin: 20px 0;
}

a {
	color: #1091c1;
}
a.secondary {
	color: #43b02a;
}
a:hover {
	text-decoration: none;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 13px;
	font-weight: normal;
}
.form-horizontal .control-label {
	padding-top: 10px;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 13px;
	box-shadow: inset 0 0 2.5px rgba(0,0,0,.2);
	border-radius: 1.25px;
	padding: 7px 12px 5px;
	border-color: #d8d8d8;
	min-height: 38px;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
	background: #f1f1f1;
}
.form-control:focus {
	border-color: #1091c1;
	box-shadow: inset 0 0 2.5px rgba(0,0,0,.2);
}
.has-error .form-control,
.has-error .form-control:focus {
	box-shadow: inset 0 0 2.5px rgba(0,0,0,.2);	
	border-radius: 2px;
}
.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {
	color: inherit;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 13px;
}
.input-group .input-group-addon {
	font-size: 13px;
	height: 30px;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}
div.required .control-label:before {
	content: '*';
	color: #F00;
	font-weight: bold;
}
select.form-control {
	box-shadow: none;
}

.img-rounded {
	border-radius: 2px;
}

@media (min-width: 767px) and (max-width: 1599px) {
	.container {
		width: 97%;
	}
}


.nav-tabs {
	margin-bottom: 15px;
}


.dropdown-menu {
	border-radius: 2px;
	border-color: #e3e4e5;
}
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #1091c1;
}

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
	background: #fff;
	border: none;
}

/*
	Corporate box
*/
.corporate-box {
	background-image: url('/image/border-gradient.jpg');
	background-position: center center;
	border-radius: 2px;
	padding: 1px;
}
.corporate-box .inner {
	background: rgba(255,255,255, 0.95);
	padding: 15px;
}

/*
	Muted box
*/
.muted-box {
	background: #f1f1f1;
	padding: 15px;
}

/*
	Simple box
*/
.simple-box {
	border: 1px solid #e7e7e7;
	padding: 15px;
	overflow: hidden;
	margin-bottom: 20px;
}

/* top */
#top {
	padding: 0 0 15px 0;
	margin: 0;
	font-size: 13px;
	line-height: 1.6;
}
@media (min-width: 768px) {
	#top .container {
		padding: 0 20px;
	}	
}
#top .btn-link, .top-links li, .top-links a {
	color: #888;
	text-decoration: none;
}
#top .btn-link:hover, .top-links a:hover {
	color: #444;
}
#top .btn-link strong {
	font-size: 14px;
    line-height: 14px;
}
.top-links {
	padding-top: 6px;
}
.top-links a + a {
	margin-left: 15px;
}
.top-links .fa {
	vertical-align: baseline;
}
@media (min-width: 768px) {
	.top-links .fa {
		font-size: 14px;
	}
}
.top-links.callback {
	margin-right: 120px;
}
.top-links.callback a {
	color: #43b02a;
	border-bottom: #43b02a 1px dashed;
	font-weight: 600;
}
@media (max-width: 990px) {
	.header-contacts .inner:after {
		right: 75px;
	}
}
@media (max-width: 990px) {
	.top-links.callback {
		margin-right: 30px;
	}
}

/* 
	Header 
*/
@media (max-width: 768px) {
	header {
		position: fixed;
		transition: left ease-in-out 0.1s;
		width: 82%;
		left: -82%;
		top: 0;
		bottom: 0;
		background: #fff;
		z-index: 1044;
	}
	header.open {
		left: 0;
	}
	header .mfp-close {
		color: #a0a4b0;
	}
	header .scroll {
		overflow-y: scroll;
		height: 100%;
		position: relative;
	}
	header .logo {
		max-width: 80%;
	}
	body {
		margin-top: 55px;
	}
	.header-heading {
		font-size: 24px;
		line-height: 32px;
		font-family: 'Roboto Condensed';
		font-weight: 300;
		margin: 15px 15px 5px;
		color: #a0a4b0;
	}
	header ul.information {
		padding-left: 15px;
	}
	header ul.information li a {
		font-family: 'Roboto Condensed';
		font-size: 17px;
		line-height: 30px;
	}
}

/*
	Mobile Navbar
*/
#mobile-navbar {
	background: #5b5e66;
	min-height: 54px;
}
#mobile-navbar .toggle-button {
	width: 64px;
	height: 54px;
	float: left;
}
#mobile-navbar .toggle-button .hamburger {
	top: 18px;
	left: 15px;
}
#mobile-navbar .toggle-button .hamburger i {
	width: 30px;
	height: 3px;
	margin-bottom: 4px;
}
#mobile-navbar .search {
	position: absolute;
	left: 70px;
	right: 70px;
	top: 2px;
}
#mobile-navbar .search input {
	background: #73767d;
	border: 0;
	box-shadow: none;
	color: #fff;
}
#mobile-navbar .search button {
	padding: 8px 15px 6px;
}
#mobile-navbar .top-cart {
	height: 54px;
	right: 0px;
}
#mobile-navbar .top-cart svg {
	top: 10px;
	stroke: #fff;
}
#mobile-navbar .top-cart .count {
	top: 9px;
}


/*
	SEARCH
*/
.search {
	position: relative;
	margin-top: 5px;
}
.search .input-lg {
	padding: 2px 7px 0px 12px;
	height: 40px;
	border-radius: 2px;
	transition: border .15s ease-in-out;
}
.search .input-lg:focus {
	border-color: #1091c1;
}
.search .input-lg:placeholder {
	color: #95999c;
}
.search .btn-lg {
	transition: background .15s ease-in-out, color .15s ease-in-out, text-shadow .15s ease-in-out;
	padding: 10px 15px;
	color: #95999c;
	background: transparent;
	position: absolute;
	right: 0;
	top: 0;
}
.search .input-lg:focus + .input-group-btn .btn-lg {
	background: #1091c1;
	color: #fff;
	text-shadow: none;
}
.search .words {
	margin-left: 13px;	
}
.search .words span {
	font-size: 11px;
	margin-right: 7px;
	color: #a0a4b0;
	border-bottom: 1px dashed #a0a4b0;
	cursor: pointer;
}
.search-suggestion-list.ui-widget-content {
	border-width: 2px;
	border-color: transparent;
	background: #fff;
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
	z-index: 1001;
}
.search-suggestion-list .ui-menu-item {
	overflow: hidden;
	padding: 2px !important;
}
.search-suggestion-list .ui-menu-item .search-image img {
	padding: 4px;
	background: #fff;
	width: 40px;
	height: 40px;
}
.search-suggestion-list .ui-menu-item .search-name {
	padding-left: 5px;
	white-space: nowrap;
}
.search-suggestion-list.ui-widget-content .ui-state-focus {
	background: #f1f1f1;
	border-color: transparent;
	font-weight: normal;
}
.search-suggestion-list.ui-widget-content .ui-state-focus a {
	color: #000;	
}
.search-suggestion-list .search-price {
	position: absolute;
	top: -3px;
	right: 3px;
	line-height: 47px;
	padding: 0 5px 0 25px;
	background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 20%,rgba(255,255,255,1) 21%);
	font-family: 'Roboto Condensed';
	font-size: 15px;
}
.search-suggestion-list.ui-widget-content .ui-state-focus .search-price {
	background: linear-gradient(to right, rgba(240,240,240,0) 0%,rgba(240,240,240,1) 20%,rgba(240,240,240,1) 21%);
}
.search-suggestion-list .search-more {
    margin-left: 45px;
    margin-bottom: 10px;
    margin-top: -10px;
    color: #43b02a;
}

/*
	TOP CONTACTS
*/
.header-contacts {
	height: 80px;
	position: relative;
}
.header-contacts .inner {
	height: 80px;
	position: absolute;
	padding: 0 30px 30px 30px;
	overflow: hidden;
	width: 100%;
}
.header-contacts:hover .inner {
	height: auto;
	overflow: visible;
	background: #fff;
	z-index: 3;
}
.header-contacts:hover .shadow {
	position: absolute;
	box-shadow: 0px 4px 3px rgba(0, 0, 0, 0.15);
	height: 80%;
	bottom: 0;
	left: 0;
	right: 0;
}
.header-contacts .bigger-contact .h4 {
	margin: 0 0 5px;
}
.header-contacts .bigger-contact {
	font-size: 18px;
	line-height: 23px;
	float: left;
}
.header-contacts .midder-contact {
	font-size: 14px;
	line-height: 19px;
}
.header-contacts .contact2 {
	float: right;
	margin-right: 50px;
}
.header-contacts .intro-text-overlay {
	height: 50px;
	border-bottom: 5px solid #fff;
}
.header-contacts .inner:after {
	content: "";
	border: solid #a0a4b0;
	border-width: 0 1px 1px 0;
	padding: 5px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	position: absolute;
	top: 35px;
	right: 45px;
	z-index: 2;
	transition: all .15s ease-in-out;
}
.header-contacts:hover .inner:after {
	transform: rotate(225deg);
	-webkit-transform: rotate(225deg);
	top: 40px;
}
.header-contacts .fi-fix {
	position: relative;
	top: -3px;
	left: 2px;
}
.header-contacts .fi {
	position: absolute;
	width: 16px;
	height: 16px;
	top: 4px;
}
.header-contacts .fi:nth-child(2) {
	left: 18px;
}
@media (max-width: 1400px) {
	.header-contacts {
		height: 90px;
		position: relative;
		top: -10px;
		margin-bottom: -10px;
	}
	.header-contacts .inner {
		height: 90px;
	}
	.header-contacts .h4 {
		max-width: 75%;
	}
	.header-contacts .bigger-contact {
		width: 50%;
	}
	.header-contacts .contact2 {
		margin-right: auto;
	}
	.header-contacts .inner:after {
		right: 80px;
	}
}
@media (max-width: 1200px) {
	.header-contacts .h4 {
		max-width: initial;
	}
	.header-contacts .inner:after {
		right: 30px;
	}
}
@media (max-width: 1100px) {
	.header-contacts {
		height: 80px;
		position: relative;
		top: initial;
		margin-bottom: 0;
	}
	.header-contacts .bigger-contact {
		width: 100%;
		float: none;
		margin-bottom: 10px;
	}
	.header-contacts .inner {
	  height: 80px;
	}
	.header-contacts .inner:after {
		right: 50px;
	}
}
@media (max-width: 768px) {
	.header-contacts .bigger-contact {
		font-size: 19px;
		line-height: 27px;
	}
}

/*
	Header Cart
*/
.top-cart {
	width: 64px;
	height: 64px;
	position: absolute;
	top: 0;
	right: 30px;
	cursor: pointer;
}
.top-cart .count {
	position: absolute;
	top: 14px;
	right: 9px;
	background: #f26522;
	font-weight: 600;
	font-size: 10px;
	width: 14px;
	height: 14px;
	text-align: center;
	line-height: 14px;
	color: #fff;
	border-radius: 50%;
}
.top-cart svg {
	position: absolute;
	top: 15px;
	left: 10px;
	width: 36px;
	height: 36px;
	stroke: #95999c;
}
.top-cart:hover svg {
	stroke: #44474e;
}


/* New Menu */
#menu {
	background-color: #5b5e66;
	border-radius: 2px;
	border: none;
}
#menu .nav > li {
	position: static;
}
#menu .nav > li > a {
	color: #fff;
	padding: 17px 27px 13px 27px;
	background-color: transparent;
	font-family: "Roboto Condensed", Arial;
	font-size: 15px;
}
@media (min-width: 1200px) and (max-width: 1599px) {
	#menu .nav > li > a {
		padding-left: 20px;
		padding-right: 20px;
	}
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
	background-color: rgba(0, 0, 0, 0.1);
}

#menu #category {
	float: left;
	padding-left: 15px;
	padding-top: 16px;
	font-size: 19px;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
	font-family: "Roboto Condensed";
}

#menu .category-img img {
	max-width: 120px;
	margin: 5px 0 10px;
}

#menu .btn-navbar {
	color: #fff;
	padding: 15px 20px 12px;
	float: right;
	margin: 0;
	border-radius: 0;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	background-color: rgba(0, 0, 0, 0.1);
}
#menu .btn-navbar i {
	font-size: 21px;
}
#menu .navbar-collapse {
	border-top: 0;
	position: relative;
}

#menu .new,
#menu .hit {
	position: relative;
}
#menu .new:after,
#menu .hit:after {
	content: "new";
	font-size: 11px;
	color: #fff;
	background: red;
	padding: 0px 3px;
	border-radius: 2px;
	position: absolute;
	right: 9px;
	top: 9px;
	line-height: 12px;
	text-shadow: 1px 1px rgba(0, 0, 0, 0.15);	
	height: 13px;
}
#menu .hit:after {
	content: 'хит';
	background: #5e3db6;
}

@media (max-width: 767px) {
	#menu .navbar-nav {
		margin-top: 0;
	}
	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
		background-color: rgba(0, 0, 0, 0.1);
	}
	#menu .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
		background: rgba(0, 0, 0, 0.1);
		box-shadow: none;
	}

	#menu .new:after {
		right: auto;
		left: 8px;
		top: 7px;
		padding-top: 1px;
	}
}

/* New Menu */

.menu-inner-item {
	background: #fff;
	position: absolute;
	right: 0;
	left: 0;
	border: 1px solid #5b5e66;
	border-top: 0;
	overflow: hidden;
	z-index: 5;
	padding: 15px;
	font-family: "Roboto Condensed", Arial;
	font-size: 15px;
}
@media (min-width: 768px) {
	.menu-inner-item#categories {
		display: none;
		padding: 0;
	}
}
.menu-inner-item .submenu {
	padding: 15px 0px 15px 10px;
	background: #f5f7f9;
	margin-bottom: 0;
	width: 300px;
}
.menu-inner-item > .submenu > li {
	padding: 9px 15px 7px;
	cursor: pointer;
}
.menu-inner-item > .submenu > li[data-show] > a {
	position: relative;
	display: block;
}
.menu-inner-item > .submenu > li[data-show] > a:after {
	content: "";
	border: solid #5b5e66;
	border-width: 0 1.5px 1.5px 0;
	padding: 4px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	position: absolute;
	top: 4px;
	right: 0;
}
.menu-inner-item .submenu li.open {
	background: #fff;
}
@media (min-width: 768px) {
	.menu-inner-item .submenu li.open a {
		background: #fff;	
	}
}
.menu-inner-item .submenu li a {
	color: #222;
}
.menu-inner-item .submenu li a:hover {
	color: #000;
}
.menu-inner-item .section {
	padding: 5px 15px 25px;
	position: absolute;
	top: 0;
	display: block;
	z-index: 10;
}
.menu-inner-item ul {
	list-style: none;
	text-transform: none;
	font-weight: normal;
	float: left;
}
@media (min-width: 768px) {
	.menu-inner-item ul.fix-second {
		margin-top: 135px;
		padding-left: 0;
	}
}
.menu-inner-item .section li {
	padding: 4px 10px 3px;
}
.menu-inner-item .section li.cats-2nd {
	padding: 20px 10px 5px 10px;
}
.menu-inner-item .section li.menu-filters-heading {
	color: #a0a4b0;
	font-size: 12px;
	padding-bottom: 0;
}
.menu-inner-item ul li.cats-2nd.centered {
	display: inline-block;
	margin-right: -5px;
}
.menu-inner-item .section li.cats-2nd a {
	color: #43b02a;	
}
.menu-inner-item .section li.cats-2nd a:hover {
	color: #138010;	
}
.menu-inner-item .section li.cats-2nd.centered a {
	display: inline-block;
	padding: 10px;
	text-align: center;
	vertical-align: middle;
}
@media (min-width: 1600px) {
    .menu-inner-item .submenu {
        width: 20%;
    }
    .menu-inner-item .section {
        left: 20%;
        width: 80%;
    }
    .menu-inner-item .section ul {
        width: 25%;
    }
}
@media (min-width: 1200px) and (max-width: 1599px) {
    .menu-inner-item .submenu {
        width: 22%;
    }
    .menu-inner-item .section {
        left: 22%;
        width: 78%;
    }
    .menu-inner-item .section ul {
        width: 25%;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .menu-inner-item .submenu {
        width: 25%;
    }
    .menu-inner-item .section {
        left: 25%;
        width: 75%;
    }
    .menu-inner-item .section ul {
        width: 33.3333%
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .menu-inner-item .submenu {
        width: 33%;
    }
    .menu-inner-item .section {
        left: 33%;
        width: 67%;
    }
    .menu-inner-item .section ul {
        width: 50%;
    }
}
@media (max-width: 768px) {
	#menu {
		margin: 0 -15px;
		border-radius: 0;
	}
	#menu .navbar-nav {
		margin: 0;
	}
	.menu-inner-item {
		border: 0;
		position: static;
		background: transparent;
		padding: 0;
		font-size: 17px;
	}
	.menu-inner-item .section {
		display: none;
	}
	#menu .nav li.open > a {
		background: transparent;
	}
	.menu-inner-item .submenu {
		width: 100%;
		padding: 0;
		background: #fff;
	}
	.menu-inner-item > .submenu > li {
		padding: 13px 35px 13px 16px;
		margin: 2px 0;
	}
	.menu-inner-item > .submenu > li,
	.menu-inner-item > .submenu > li a {
		user-select: none;		
	}
	.menu-inner-item > .submenu > li.open {
		box-shadow: 0 3px 3px rgba(0,0,0,0.1) inset, 0 -3px 3px rgba(0,0,0,0.1) inset;
		transition: all 0.15s ease-in-out;
	}
	.menu-inner-item > .submenu > li[data-show] > a:after {
		transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		border-color: #5b5e66;
		transition: all 0.15s ease-in-out;
		right: -12px;
	}
	.menu-inner-item > .submenu > li.open[data-show] > a:after {
		transform: rotate(-135deg);
		-webkit-transform: rotate(-135deg);
		top: 10px;
	}
	.menu-inner-item .submenu li .category-img {
		display: none;
	}
	.menu-inner-item ul li.cats-2nd.centered {
		display: block;
		margin-right: auto;
	}
	.menu-inner-item .section li.cats-2nd.centered a {
		padding: 0;
	}
	.menu-inner-item .section  {
		position: static;		
		width: 100%;
		padding: 10px 0;
		overflow: hidden;
	}
	.menu-inner-item .section ul {
		width: 100%;
		padding: 0;
	}
	.menu-inner-item .section li {
		padding: 7px 0 7px 15px;
	}
	.menu-inner-item .section li.cats-2nd {
		padding: 7px 0 7px 15px;
	}
	.menu-inner-item .section ul li:hover {
		color: #fff;
	}
}

#menu .nav > li.with-hamburger > a {
	padding-left: 50px;
}
@media (max-width: 768px) {

}
.hamburger {
	position: absolute;
	top: 20px;
	left: 20px;
}
.hamburger i {
	background: #fff;
	width: 20px;
	height: 2px;
	display: block;
	margin-bottom: 3px;
}



/*
	SORTING
*/
#list-view,
#grid-view {
	padding: 8px 10px 4px;
}
#list-view i,
#grid-view i {
	font-size: 14px;
}
.products-sorting .form-control,
.products-limit .form-control {
	height: 28px;
}
.products-sorting .btn {
	padding: 7px 12px 5px;
	-webkit-padding-before: 7px;
}
.products-limit .btn {
	padding: 8px 12px 4px;
	-webkit-padding-before: 7px;
}
#compare-total {
	font-size: 12px;
	padding: 8px 12px 4px;
}
.products-limit {
	text-align: right;
}
.products-limit .form-group .form-control {
	text-align: left;
}
@media (max-width: 767px) {
	.products-limit {
		text-align: left;
	}
	.products-sorting .btn,
	.products-limit .btn {
		padding: 12px 16px 8px;
		-webkit-padding-before: 7px;
	}
}


/* content */
#content {
	min-height: 600px;
}
@media (max-width: 767px) {
	#content {
		overflow-x: hidden;
	}
}


/* footer */
footer {
	margin-top: 30px;
	padding-top: 20px;
	background-color: #5b5e66;
	color: #dbdedf;
}
footer hr {
	border-top: 1px solid #4e5358;
	border-bottom: 1px solid #6e7378;
	margin: 20px 0 13px;
}
footer hr + .row img {
	height: 32px;
}

footer a {
	color: #dbdedf;
	border-bottom: 1px #dbdedf dotted;
}
footer a:hover {
	color: #fff;
}
footer .h5 {
	font-size: 17px;
	color: #fbfeff;
}
footer .powered {
	font-size: 12px;
	color: #b2b2b2;
	line-height: 32px;
	padding-top: 10px;
	line-height: 14px;
}
footer .contacts-heading {
	color: #dbdedf;
}

/*
	Alert
*/
.alert {
	border: 0;
	border-radius: 2px;
}


/* 
	Breadcrumb 
*/
.breadcrumb {
	margin: 0;
	padding: 8px 0;
	background: none;
	font-size: 13px;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	padding: 0 15px;
	position: relative;
	white-space: nowrap;
}
.breadcrumb > li a,
.breadcrumb > li span {
	color: #a3a4a5;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
	content: '';
	display: block;
	position: absolute;
	top: 8px;
	right: -5px;
	width: 6px;
	height: 6px;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
@media (max-width: 767px) {
	.breadcrumb {
		padding: 15px 0;
		margin: 0 -5px;
	}
	.breadcrumb li {
		line-height: 24px;
		padding: 0 10px;
	}
	.breadcrumb li:last-child {
		display: none;
	}
	.breadcrumb > li:after {
		top: 10px;
		right: -4px;
	}
}


.pagination {
	margin: 0;
}



/*
	Buttons
*/

.buttons {
	margin: 1em 0;
}
.btn {
	padding: 12px 14px 9px;
	border: 0;
	border-radius: 2px;
	box-shadow: none;
	color: #fff;
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 11px;
}
.btn-lg {
	padding: 16px 28px 13px;
	font-size: 15px;
}
@media (max-width: 767px) {
	.btn-xs {
		font-size: 13px;
	}
	.btn-sm {
		font-size: 15px;
	}
	.btn-lg {
		padding: 16px 28px 13px;
		font-size: 19px;
	}
	.buttons .pull-right,
	.buttons .pull-left,
	.buttons .btn {
		width: 100%;
	}
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 12px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default {
	color: #777;
	background-color: #e7e7e7;
}
.btn-default:hover, .btn-default:active, .btn-default.active, .btn-default.disabled, .btn-default[disabled] {
	background-color: #d7d7d7;
}
.btn-primary {
	background-color: #00a3e0;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #008abe;
}
.btn-warning {
	background-color: #FF9500;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	background-color: #E58500;	
}
.btn-danger {
	background-color: #FF3B30;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	background-color: #EF2B20;
}
.btn-success {
	background-color: #43b02a;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	background: #3a8429;
}
.btn-info {
	background-color: #ff671f;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-color: #d5561a;
}
.btn-link {
	cursor: pointer;
	color: #696e73;
}
.btn-link:hover, .btn-link:active, .btn-link[disabled] {
	background-color: #696e73;
	color: #fff;
    text-decoration: none;
}
.btn-inverse {
	background-color: #696e73;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #a0a4b0;
	color: #fff;
}
.btn-bordered {
	cursor: pointer;
	color: #a0a4b0;
	padding: 6.5px 11px;
	border: 1px solid #e7e7e7;
	background: transparent;
}
.btn-bordered:hover, .btn-bordered:active, .btn-bordered[disabled] {
	background-color: #696e73;
	border-color: #696e73;
	color: #fff;
    text-decoration: none;
}
.input-group-btn .btn {
	line-height: 17px;
}


/* list group */
.list-group-item:first-child {
	border-top-left-radius: 0px;	
	border-top-right-radius: 0px;	
}.list-group-item:last-child {
	border-bottom-left-radius: 0px;	
	border-bottom-right-radius: 0px;	
} 
.list-group-item {
	background: #fff;
	border: 0;
	padding: 11px 15px 9px;
}
.list-group a,
.list-group span {
	font-size: 16px;
	color: #a0a4b0;
}
.list-group-item:hover,
.list-group-item.active,
.list-group-item.active:hover,
.list-group span {
	background: #f5f5f5;
	color: #43b02a;
}



/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}


/*
	Products List
*/

.product-thumb {
	margin-bottom: 30px;
	background: #fff;
}
@media (min-width: 767px) {
	.product-thumb {
		overflow: hidden;
		height: 400px;		
	}
	.product-thumb.product-thumb-extended {
		height: 470px;		
	}
	.product-thumb:hover {
		overflow: visible;
	}	
	.product-thumb:hover .product-inner {
		box-shadow: 0 0 5px rgba(0,0,0,0.2);
		position: absolute;
		z-index: 10;
		top: -25px;
		left: -5px;
		right: -5px;
		padding-top: 25px;
		padding-left: 20px;
		padding-right: 20px;
		padding-bottom: 5px;
		background: #fff;
	}
	.product-thumb.product-thumb-extended:after {
		content: '';
		display: block;
		position: absolute;
		bottom: 30px;
		width: 100%;
		height: 40px;
		background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 80%);
		background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 80%);
		background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 80%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
	}
	.product-thumb.product-thumb-extended:hover:after,
	.product-list .product-thumb-extended:after {
		display: none;
	}
	.product-list .product-thumb {
		height: auto;
		overflow: hidden;
	}
	.product-list .product-thumb .product-inner {
		margin: 0 -15px;
	}
	.product-list .product-thumb:hover {
		box-shadow: 0 0 5px rgba(0,0,0,0.2);
		margin-top: -10px;
		margin-left: -15px;
		margin-right: -15px;
		margin-bottom: 15px;
		padding-top: 10px;
		padding-bottom: 15px;
		padding-left: 15px;
		padding-right: 15px;
	}
	.product-list .product-thumb:hover .product-inner {
		position: static;
		box-shadow: none;
		padding: 0;
	}
}
.product-thumb .image {
	text-align: center;
	min-height: 228px;	
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}
@media (min-width: 767px) {
	.product-list .product-thumb .image {
		float: left;
		padding: 0 15px;
	}
}
.product-grid .product-thumb .image {
	float: none;
}
.product-thumb .h4,
.product-thumb h4 {
	font-size: 15px;
	margin-bottom: 15px;
	height: 33px;
	overflow: hidden;
	position: relative;
}
@media (max-width: 767px) {
	.product-thumb .h4,
	.product-thumb h4 {
		height: 42px;
		font-size: 19px;
		margin-bottom: 30px;
	}
}
.product-thumb .h4:after,
.product-thumb h4:after {
	content: '';
	display: inline-block;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 50px;
	height: 16.5px;
	background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 75%);
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 75%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 75%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
}
@media (max-width: 767px) {
	.product-thumb .h4:after,
	.product-thumb h4:after {
		height: 20px;
	}
}
.product-list .product-thumb .h4:after,
.product-list .product-thumb h4:after {
	display: none;
}
.product-list .product-thumb .caption {
	margin-left: 230px;
	height: auto;
}

@media (max-width: 767px) {
	.product-list .product-thumb .caption {
		margin-left: 0;
	}
}

.product-thumb .prices-stars {
	position: relative;
}
.product-thumb .rating {
	position: absolute;
	top: 0;
	right: 0;
}

.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
	color: #999;
	font-size: 15px;
}
.rating .fa-star {
	color: #ff7c59;
	font-size: 15px;
}
.price {
    font-size: 19px;
    font-family: 'Roboto Condensed', Arial;
    color: #000;
}
@media (max-width: 767px) {
	#product .price,
	#side-product .price,
	.product-thumb .price {
		font-size: 25px;
	}
}
.price-new {
	color: #ef616d;
}
.price-old {
	color: #ccc;
	text-decoration: line-through;
}
.product-thumb .price-old {
	position: absolute;
	top: -10px;
	font-size: 14px;
}
@media (max-width: 767px) {
	.product-thumb .price-old {
		top: -18px;
		font-size: 20px;
	}
}
.product-thumb .price-new {
	position: relative;
	top: 7px;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.product-thumb .out-of-stock {
	color: #777;
	float: left;
	line-height: 44px;
}
.product-thumb .button-group {
	overflow: hidden;
	margin-top: 15px;
	margin-bottom: 15px;
}
.product-thumb .button-group button {
	padding-left: 15px;
	padding-right: 15px;
	line-height: 14px;
}
.product-thumb .button-buy {
	float: left;
	min-width: 30%;
	max-width: 250px;
}
.product-thumb .btn-link {
	float: right;
}
@media (max-width: 767px) {
	.product-thumb .button-group button {
		line-height: 27px;
		padding-left: 25px;
		padding-right: 25px;
		font-size: 19px;
	}
	.product-thumb .button-buy {
		min-width: 50%;
	}
}

/* Stickers */

.product-thumb .product-code {
	position: absolute;
	top: 15px;
	left: 0;
	background: #fff87c;
	background: #ffff77;
	color: #000;
	font-size: 11px;
	line-height: 12px;
	padding: 5px 5px 2px;
	border-radius: 0 2px 2px 0;
	display: none;
	opacity: 0.8;
}
.product-list .product-thumb .product-code {
	top: 5px;
}
.product-thumb:hover .product-code {
	display: block;
}
@media (max-width: 767px) {
	.product-thumb .product-code {
		display: block;
		left: 15px;
	}
}

@media (max-width: 767px) {
	.mobile-separator,
	.product-layout {
		padding-top: 30px;
		margin-bottom: 15px;
		box-shadow: 0 3px 3px rgba(0,0,0,0.1), 0 -3px 3px rgba(0,0,0,0.1);
	}
	.product-layout:first-child,
	.mobile-separator:first-child {
		box-shadow: 0px 3px 3px rgba(0,0,0,0.1);
	}
	.mobile-separator:last-child,
	.product-layout:last-child {
		box-shadow: 0px -3px 3px rgba(0,0,0,0.1);		
	}
}

.product-label {
	position: absolute;
	border-radius: 2px;
	color: #fff;
	background: #292e33;
	font-size: 12px;
	line-height: 12px;
	opacity: 0.8;
	color: #fff;
	padding: 4px 5px 3px;
}
.product-label.label-special {
	background: #ff4c00;
}
.product-label.label-new {
	background: #007cdf;
}
.product-label.label-hit {
	background: #5e3db6;
}
.product-label.label-sale {
	background: #ef40b0;
}
.product-label.label-super-price {
	background: #ff2020;
}

.product-thumb .product-label {
	right: -5px;
}
.product-list .product-thumb .product-label {
	right: 0;
}
.product-layout .product-thumb:hover .product-label {
	right: 0;
	border-radius: 2px 0 0 2px;
}

@media (max-width: 767px) {
	.product-title {
		margin-top: 0;
	}
}

.product-page .product-label {
	right: 0;
}

@media (max-width: 767px) {
	.product-thumb .product-label,
	.product-layout .product-thumb:hover .product-label,
	.product-page .product-label {
		right: 15px;
		border-radius: 2px;
	}
}

.product-label:nth-child(6),
.product-label:nth-child(7),
.product-label:nth-child(8),
.product-label:nth-child(9),
.product-label:nth-child(10) {
	display: none;
}

.product-thumb .product-label:first-child {
	top: -10px;	
}
.product-layout .product-thumb:hover .product-label:first-child {
	top: 15px;	
}
.product-thumb .product-label:nth-child(2) {
	top: 11px;	
}
.product-layout .product-thumb:hover .product-label:nth-child(2) {
	top: 36px;	
}
.product-thumb .product-label:nth-child(3) {
	top: 32px;	
}
.product-layout .product-thumb:hover .product-label:nth-child(3) {
	top: 57px;	
}
.product-thumb .product-label:nth-child(4) {
	top: 53px;	
}
.product-layout .product-thumb:hover .product-label:nth-child(4) {
	top: 78px;	
}
.product-thumb .product-label:nth-child(5) {
	top: 74px;	
}
.product-layout .product-thumb:hover .product-label:nth-child(5) {
	top: 99px;	
}

.product-list .product-thumb .product-label:first-child,
.product-list .product-thumb:hover .product-label:first-child {
	top: 5px;
}
.product-list .product-thumb .product-label:nth-child(2),
.product-list .product-thumb:hover .product-label:nth-child(2) {
	top: 26px;	
}
.product-list .product-thumb .product-label:nth-child(3),
.product-list .product-thumb:hover .product-label:nth-child(3) {
	top: 47px;	
}
.product-list .product-thumb .product-label:nth-child(4),
.product-list .product-thumb:hover .product-label:nth-child(4) {
	top: 68px;	
}
.product-list .product-thumb .product-label:nth-child(5),
.product-list .product-thumb:hover .product-label:nth-child(5) {
	top: 89px;	
}

.product-page .product-label:first-child,
.popup-cart .product-label:first-child {
	top: 0px;	
}
.product-page .product-label:nth-child(2),
.popup-cart .product-label:nth-child(2) {
	top: 21px;	
}
.product-page .product-label:nth-child(3),
.popup-cart .product-label:nth-child(3) {
	top: 42px;	
}
.product-page .product-label:nth-child(4),
.popup-cart .product-label:nth-child(4) {
	top: 63px;	
}
.product-page .product-label:nth-child(5),
.popup-cart .product-label:nth-child(5) {
	top: 84px;	
}

@media (max-width: 767px) {
	.mobile-separator .product-thumb .product-label:first-child,
	.product-layout .product-thumb .product-label:first-child {
		top: 15px;	
	}
	.mobile-separator .product-thumb .product-label:nth-child(2),
	.product-layout .product-thumb .product-label:nth-child(2) {
		top: 36px;	
	}
	.mobile-separator .product-thumb .product-label:nth-child(3),
	.product-layout .product-thumb .product-label:nth-child(3) {
		top: 57px;	
	}
	.mobile-separator .product-thumb .product-label:nth-child(4),
	.product-layout .product-thumb .product-label:nth-child(4) {
		top: 78px;	
	}
	.mobile-separator .product-thumb .product-label:nth-child(5),
	.product-layout .product-thumb .product-label:nth-child(5) {
		top: 99px;	
	}
}


.product-video {
	background: #282828;
	padding: 25px 30px;
	text-align: center;
}
.product-video iframe {
	max-width: 100%;
}

.product-tab-side {
	top: 20px;
	position: sticky;
}

/* Subcats */ 

.subcategories > div.subcategory {
	padding: 15px;
}
.subcategories > div.subcategory:hover {
	background: transparent;
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
.subcategories > div.subcategory .category-img {
	padding-bottom: 20px;
}
.subcategories > div.subcategory .category-img img {
	margin: 0 auto;
}
.subcategories > div.subcategory a {
	outline: none;
}
.subcategories span.name {
	color: #333333;
	text-align: center;
	font-family: "Roboto Condensed";
	font-weight: 400;
	font-size: 17px;
	text-align: center;
	display: block;
}

/*
	Product Page
*/

.product-code {
	padding: 12px 12px 7px 0;
	display: inline-block;
	vertical-align: middle;
	color: #888;
	font-size: 13px;
}
.product-code span {
	color: #696e73;
	font-family: 'Roboto Condensed';
	font-size: 15px;
}

.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > li {
	margin: 0 20px;
}
.thumbnails {
	/*margin-left: -20px;*/
}
.thumbnails > li > a {
	border: 0;
	padding: 0;
	margin-top: 10px;
}
.thumbnails > img {
	width: 100%;
}
.thumbnails .image-additional a {
	padding: 5px;
	display: block;
	border: 1px solid #e7e7e7;
	border-radius: 2px;
	margin: 0 auto;
}
.row-additional {
	padding: 5px -5px;
}
.thumbnails .image-additional {
	float: left;
	margin-left: 5px;
	margin-right: 5px;
}
.row-additional .owl-prev {
	padding: 0;
	left: 0;
	width: 30px;
	height: 100%;
	background: -moz-linear-gradient(right, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 75%);
	background: -webkit-linear-gradient(right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 75%);
	background: linear-gradient(to left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 75%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 );
}
.row-additional .owl-next {
	padding: 0;
	right: 0;
	width: 30px;
	height: 100%;
	background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 75%);
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 75%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 75%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
}
.row-additional .owl-next i,
.row-additional .owl-prev i{
	position: absolute;
	top: 50%;
	transform: translateY(-13px);
	z-index: 3;
}
.row-additional .owl-next i {
	right: 0;	
}
.row-additional .owl-prev i {
	left: 0;	
}

.product-page-rating .fa {
	line-height: 13px;
}

.short_attributes {
	margin-bottom: 20px;
	font-size: 13px;
}

.special-offer-box {
	margin-bottom: 20px;
	border: 1px solid #ff6e7b;
	padding: 15px 17px 5px;
	border-radius: 2px;
	background: #fffbf9;
	overflow: hidden;
	font-size: 13px;
}
.special-offer-box .inner h3,
.special-offer-box .inner .h3 {
	margin-top: 0;
	margin-bottom: 5px;
}
.special-offer-box p {
	margin-top: 15px;
}
.special-offer-box .inner a {
	margin-bottom: 0;
}

.special-offer-box .gift {
	display: inline-block;
	margin-bottom: 5px;
	background: #fff;
}
.special-offer-box .gift img {
	box-shadow: 0 0 5px 5px rgba(255,255,255,1);
}
.special-offer-box .gift + .offer-description {
	display: inline-block;
	vertical-align: middle;
	margin-left: 15px;
	width: 80%;
}

@media (max-width: 767px) {
	.special-offer-box {
		margin-top: 20px;
		margin-bottom: 10px;
	}
	.special-offer-box .gift {
		display: block;
		text-align: center;
	}
	.special-offer-box .gift + .offer-description {
		margin-left: 0;
		width: auto;
	}
}

.price-box {
	position: relative;
}
.price-box .inner {
	padding: 15px 17px 15px;	
}

.in-stock {
	color: #43b02a;
	font-family: "Roboto Condensed";
	font-size: 15px;
	margin-bottom: -5px;
}
.price-box .in-stock {
	font-size: 17px;
}
@media (max-width: 767px) {
	.in-stock {
		font-size: 19px;
		margin-bottom: 0px;
		margin-top: 15px;
	}
	.price-box .in-stock {
		font-size: 19px;
		margin-top: 0;
		margin-bottom: 15px;
	}
}
@media (max-width: 767px) {
	.product-page iframe {
		width: 100% !important;
	}	
}
.price-modified {
	font-size: 11px;
	position: relative;
	top: -10px;
	margin-bottom: -10px;
}
.economy-text {
	font-family: "Roboto Condensed";
	font-size: 15px;
}
.price-box div.radio {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 13px;
}
.price-box .h2 {
	font-size: 23px;
	margin: 15px 0 10px;
}
.price-box .h2.price-old {
	margin-bottom: 0;
}
.price-box li + li .h2 {
	margin-top: 0;
}

#fastorder {
	margin: 10px auto -7px;
	text-align: center;
	display: block;
	color: #696e73;
	text-align: center;
	cursor: pointer;
}
#fastorder span {
	border-bottom: 1px dotted #696e73;	
}

.simple-box.product-fast-view img {
	display: block;
	max-width: 80%;
	margin: 20px auto;
}
.simple-box.product-fast-view p.h3 {
	margin: 40px 0 10px;
}
@media (max-width: 767px) {
	.simple-box.product-fast-view {
		margin-top: 30px;
	}
}

/* 
	Attributes
*/
.attribute-table {
	width: 100%;
}
.attribute-table td {
	padding: 12px 18px 10px;
}
.attribute-table thead td {
	font-family: "Roboto Condensed";
	font-weight: 400;
	padding: 15px 12px 8px 12px;
	font-size: 17px;
	color: #a0a4b0;
	border-bottom: 1px solid #ececec; 
}
.attribute-table .name {
	font-family: "Roboto Condensed";
	font-weight: 400;
	padding: 20px 0 18px 12px;
	font-size: 17px;
}

/*
	Info Block
*/
.info-box {
	display: inline-block;
	width: 48%;
	vertical-align: top;
	font-size: 13px;
}
.info-box.info-box-extended {
	width: 96%;
}
.info-box .h4 {
	font-family: "Roboto Condensed";
	color: #a0a4b0;
    font-size: 17px;
    font-weight: 400;
    margin: 20px 0 5px;
}
.info-box .payment-img {
	height: 20px;
}
.info-box span {
	white-space: nowrap;
	font-weight: 700;
}



/*
	Reviews
*/

#review .author {
	margin-left: 15px;
	margin-bottom: 15px;
}
#review .answer .author {
	margin-left: 0;
	margin-bottom: 5px;
	margin-top: 0;
}
#review .comment-item {
	margin-bottom: 20px;
	border: 1px solid #ffdf9f;
	padding: 40px 20px 5px;
	border-radius: 2px;
	background: #fffff9;
	position: relative;
}
#review .comment-item.answer {
	margin-bottom: 20px;
	border: 1px solid #ddd;
	padding: 18px 20px 5px;
	background: #f9ffff;
	margin-left: 40px;
	font-style: italic;
}
#review .comment-item .rating {
	position: absolute;
	left: 18px;
	top: 12px;
}
#review .comment-item .date {
	position: absolute;
	right: 15px;
	top: 12px;
	font-size: 11px;
	color: #999;
}
#review .comment-item .comment-text {

}
#review .comment-item .comment-hint {
	background: #fffff9;
	border-top: 1px solid #ffdf9f;
	border-right: 1px solid #ffdf9f;
	width: 15px;
	height: 15px;
	position: absolute;
	top: -8px;
	left: 21px;
	-ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#review .comment-item.answer .comment-hint {
	background: #f9ffff;
	border-top: 1px solid #ddd;
	border-right: 1px solid #ddd;
}
#form-review {
	padding: 40px 60px;
	background: #f5f5f5;
}
@media (max-width: 768px) {
	#form-review {
		padding: 5px 20px 10px;
	}
}
.mfp-content #form-review {
	width: 100%;
	max-width: 500px;
	margin: 0 auto;
	padding: 30px;
	position: relative;
	background: #fff;
	overflow: hidden;
}
.mfp-content #form-review .h2 {
	margin-top: 0;
}
#form-review .rating-selector span {
	cursor: pointer;
	margin-right: -4px;
	width: 20px;
}
#form-review .rating-description {
	padding-left: 3px;
	line-height: 21px;
}

/*
	Fast Order
*/
.fastorder-form {
	width: 100%;
	max-width: 500px;
	margin: 0 auto;
	padding: 30px;
	position: relative;
	background: #fff;
	overflow: hidden;
}
.fastorder-form .h3 {
	margin-top: 0;
}
.fastorder-form .product-data {
	padding: 15px;
}
.fastorder-form .product-image img {
	width: 90px;
}
.fastorder-form .product-name {
	font-size: 19px;
	font-family: 'Roboto Condensed';
	font-weight: 300;
}
.fastorder-form .product-price {
	font-size: 21px;
	font-family: 'Roboto Condensed';
	font-weight: 400;
	padding-top: 15px;
	color: #333;
}

/*
	Callback
*/
#callback-form {
	background: #fff;
	position: relative;
	width: 100%;
	max-width: 500px;
	overflow: hidden;
	padding: 30px;
	margin: 0 auto;
}
#callback-form .h3 {
	margin-top: 0;
}

/*
	Notify
*/
.notify-button .inner {
	padding: 0 10px;
	line-height: 32px;
	text-align: center;
	color: #626364;
	font-family: 'Roboto Condensed';
	font-size: 15px;
	cursor: pointer;
}

#notify-form {
	background: #fff;
	position: relative;
	width: 100%;
	max-width: 450px;
	overflow: hidden;
	padding: 30px;
	margin: 0 auto;
}
#notify-form .h3 {
	margin-top: 0;
}
#notify-form .product-image {
	text-align: center;
}
#notify-form .product-image img {
	width: 90px;
}
#notify-form .product-name {
	font-size: 19px;
	font-family: 'Roboto Condensed';
	font-weight: 300;
	line-height: 90px;
}
#notify-form .product-name span {
	line-height: 20px;
	display: inline-block;
	vertical-align: middle;
}
#notify-form .separator {
	border-bottom: 1px solid #e5e5e5;
	text-align: center;
	margin: -15px 0 5px;
}
#notify-form .separator > div {
	position: relative;
	top: 10px;
	background: #fff;
	border-radius: 50%;
	width: 50px;
	margin: 0 auto;
}
/*
 Map
*/
.map-container {
	position: relative;	
	max-width: 900px;
	height: 500px;
	margin: 0 auto;
	width: 100%;
}
.map-container #shop-map {
	width: 100%;
	height: 100%;	
}


/*
	Pagination
*/
.pagination > li {
	display: inline-block;
}
.pagination > li > a, .pagination > li > span {
	color: #333;
	background-color: #fff;
	padding: 10px 0 8px;
	width: 40px;
	text-align: center;
	font-size: 18px;
	font-family: 'Roboto Condensed';
	border: 0;
	border-radius: 2px;
	margin: 0 2px;	
}
.pagination > li > a:hover {
	color: #000;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
	background-color: #696e73;
	color: #fff;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
	border-radius: 2px;
}
.pagination > li i {
	font-size: 25px;
}

/*
	Tabs
*/
.nav-tabs {
	margin-bottom: 35px;
}
.nav-tabs li a,
.nav-tabs li a:hover,
.nav-tabs li a:focus {
	color: #a0a4b0;
	border: 0;
	background: transparent;
	border-radius: 0;
	padding: 10px 15px 8px;
	outline: none;
	transition: color .15s ease-in-out;
}
.nav-tabs li {
	font-size: 16px;
	border-bottom: 2px solid transparent;
	transition: border .15s ease-in-out;
}
.nav-tabs li:hover {
	border-bottom: 2px solid #a0a4b0;
}
.nav-tabs li.active,
.nav-tabs li.active:hover {
	border-bottom: 2px solid #1091c1;
	outline: none;
}
.nav-tabs li.active a,
.nav-tabs li.active a:hover,
.nav-tabs li.active a:focus {
	border: 0;
	background: transparent;
	color: #1091c1;
	outline: none;
}

/*
	Product Tabs
*/
.nav-tabs.product-tabs li {
	font-size: 19px;
	font-family: 'Roboto Condensed';
	font-weight: 300;
}
.nav-tabs.product-tabs li.active,
.nav-tabs.product-tabs li.active:hover {
	border-bottom: 2px solid #696e73;
}
.nav-tabs.product-tabs li.active a,
.nav-tabs.product-tabs li.active a:hover,
.nav-tabs.product-tabs li.active a:focus {
	color: #696e73;
}


@media (min-width: 1600px) {
	#content .col-xl-2:nth-child(6n+1),
	#content .col-xl-2:nth-child(6n+1),
	#content .col-xl-3:nth-child(4n+1),
	#content .col-xl-4:nth-child(3n+1),
	#content .col-xl-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 1200px) and (max-width: 1599px) {
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-3:nth-child(4n+1),
	#content .col-lg-4:nth-child(3n+1),
	#content .col-lg-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-3:nth-child(4n+1),
	#content .col-md-4:nth-child(3n+1),
	#content .col-md-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-3:nth-child(4n+1),
	#content .col-sm-4:nth-child(3n+1),
	#content .col-sm-6:nth-child(2n+1) {
		clear:left;
	}
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
    #column-left  .product-layout .col-md-3 {
       width: 100%;
    }

	#column-left + #content .product-layout .col-md-3 {
       width: 50%;
    }

	#column-left + #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }

    #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }
}


/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
	min-width: 40px;
	height: 38px;
	text-align: center;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}

/*
	Margin top for non homepage right side
*/
aside.non-homepage {
	margin-top: 54px;
}

@media (min-width: 1200px) and (max-width: 1599px) {
	.common-home .articles-block.special .row > div {
		width: 100%;
	}
}



/*
	Popup Cart
*/

#popup-cart {
	background: #fff;
	width: 95%;
	max-width: 950px;
	padding: 30px;
	position: relative;
	overflow: hidden;
	margin: 0 auto;
}
#popup-cart .product-thumb .image {
	min-height: auto;
}
#popup-cart .product-thumb .h4,
#popup-cart .product-thumb h4 {
	font-size: 13px;
	height: 30px;
}
#popup-cart .product-thumb .price {
	font-size: 17px;
}
#popup-cart .product-thumb .old-price {
	font-size: 12px;
}
#popup-cart .product-thumb .button-buy {
	padding: 7px 12px 5px;
}
#popup-cart .owl-carousel .owl-stage-outer {

}

/*
	Combo Products 
*/
.combo-section {
	margin-bottom: 20px;
	border: 1px solid #5cb85c;
	padding: 15px 17px 5px;
	border-radius: 2px;
	overflow: hidden;
}
.combo-item {
	max-width: 200px;
}
@media (max-width: 1300px) {
	.combo-item {
		max-width: 150px;
	}
}
@media (max-width: 1200px) {
	.combo-item {
		max-width: initial;
		width: 45%;
	}
	.combo-plus {
		width: 5%;
		text-align: center;
	}
}
@media (max-width: 768px) {
	.combo-item {
		max-width: 200px;
	}
}
.combo-item,
.combo-plus,
.combo-save {
	display: inline-block;
	vertical-align: top;
	min-height: 150px;
}
.combo-item-img {
	text-align: center;
	padding: 7px 0;
}
.combo-item-name {
	font-family: 'Roboto Condensed';
	font-size: 15px;
}
.combo-old-price {
	font-family: 'Roboto Condensed';
	font-size: 14px;
	color: #ccc;
	text-decoration: line-through;
}
.combo-price {
	font-family: 'Roboto Condensed';
	font-size: 19px;
	color: #ef616d;
	display: block;
}
@media (max-width: 1200px) {
	.combo-old-price,
	.combo-price {
		display: inline-block;
		vertical-align: middle;
		margin-right: 5px;
		margin-top: 5px;
		line-height: 40px;
	}
}
.combo-plus {
	vertical-align: top;
	font-size: 28px;
	font-family: 'Roboto';
	padding: 44px 0px;
	color: #95999c;
}
.combo-save {
	margin-left: 20px;
	margin-top: 32px;
}
@media (max-width: 1200px) {
	.combo-save {
		margin: 15px 0;
		min-height: initial;
	}
}
.combo-save button {
	margin-top: 7px;
}


/*
	Popup loader
*/
#sky-loader-bg,
.mfp-widget-overlay {
	display: none;
	background: rgba(0,0,0,0.2);
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1044;
	text-align: center;
}
.mfp-widget-overlay {
	z-index: 998;
}
#sky-loader {
   	position: fixed;
   	top: 45%;
   	left: 48.5%;
   	z-index: 1045;
    -webkit-animation-name: spinner; 
    -webkit-animation-timing-function: linear; 
    -webkit-animation-iteration-count: infinite; 
    -webkit-animation-duration: 1.5s; 
    animation-name: spinner; 
    animation-timing-function: linear; 
    animation-iteration-count: infinite; 
    animation-duration: 1.5s; 
    -webkit-transform-style: preserve-3d; 
    -moz-transform-style: preserve-3d; 
    -ms-transform-style: preserve-3d; 
    transform-style: preserve-3d;
}

@-webkit-keyframes spinner { 
    from 
    { 
        -webkit-transform: rotateY(0deg); 
    } 
    to { 
        -webkit-transform: rotateY(-360deg); 
    } 
}
@keyframes spinner { 
    from { 
        -moz-transform: rotateY(0deg); 
        -ms-transform: rotateY(0deg); 
        transform: rotateY(0deg); 
    } 
    to 
    { 
        -moz-transform: rotateY(-360deg); 
        -ms-transform: rotateY(-360deg); 
        transform: rotateY(-360deg);     
    } 
}

/*
	Introtext
*/
.intro-text {
	position: relative;
	max-height: 125px;
	overflow: hidden;
	transition: all .15s ease-in-out;
}
.intro-text.description {
	max-height: 500px;
}
.intro-text.attributes {
	max-height: 250px;	
}
.intro-text.full {
	max-height: 9999px;
	padding-bottom: 50px;
}
.intro-text-overlay {
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 75%);
	height: 75px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}
.intro-text-overlay .show-full-intro.fa {
	font-size: 30px;
	position: absolute;
	right: 50%;
	bottom: 0px;
	transform: translateX(10px);
}
.intro-text-overlay .show-full-intro.fa:hover {
	cursor: pointer;
	color: #777;
}
.intro-text-overlay .show-full-intro.fa-angle-down {
	background: #fff;
	border-radius: 50%;
	box-shadow: 0px -2px 2px rgba(0,0,0,0.1);
	padding: 5px 10px;
	transform: translateX(20px);
}


/*
	Articles
*/
.article-thumb img {
	margin-left: auto;
	margin-right: auto;
}

/*
	Widgets
*/
.info-list-nav {
	margin-top: 65px;
}

/* Latest */
.latest-module .product-layout {
	overflow: hidden;
	margin: 5px 0;
}
@media (max-width: 1199px) {
	.latest-module .product-layout {
		min-height: 120px;
	}
}
.latest-module .product-layout .image {
	display: inline-block;
	width: 20%;
	vertical-align: top;
	margin-top: 10px;
}
.latest-module .product-layout .caption {
	width: 77%;
	margin-left: -5px;
	display: inline-block;
}
@media (min-width: 1200px) {
	.latest-module .product-layout .image img {
		width: 90%;
	}
}
.latest-module .product-layout .price-old {
	font-size: 14px;
}



/* Articles */
.articles-block {
	padding: 15px;
	background: #f5f5f5;
	border-radius: 2px;
	margin-bottom: 30px;
}
.articles-block h3,
.articles-block .h3 {
	margin-top: 0;
}
.articles-block.special {
	background: #fefdea;
}
.articles-block a {
	color: #43b02a;
	font-family: Arial;
	font-size: 16px;
	line-height: 18px;
}
.articles-block p {
	color: #999;
	line-height: 14px;
	font-size: 12px;
	margin-top: 5px;
	margin-bottom: 15px;
}


/* Top products */

.top-products-module .top-label {
	position: absolute;
	text-align: center;
	height: 28px;
	width: 28px;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.4);
	color: #fff;
	line-height: 29px;
}
.top-products-module .top-label-1 {
	background: rgba(0, 0, 0, 0.8);
}
.top-products-module .top-label-2 {
	background: rgba(0, 0, 0, 0.7);
}
.top-products-module .top-label-3 {
	background: rgba(0, 0, 0, 0.6);
}
.top-products-module .top-label-4 {
	background: rgba(0, 0, 0, 0.5);
}
.top-products-module .top-label-5 {
	background: rgba(0, 0, 0, 0.4);
}

/* Articles */
.blog-items-list {
	margin-top: 35px;
}
.blog-items-list .blog-item .image {
	min-height: 160px;
}
.blog-items-list .blog-item {
	height: 235px;
}

.blog-module-latest .blog-item {
	height: auto;
}
.blog-module-latest .blog-item .image {
	min-height: auto;
}
.blog-items-list .blog-item .countdown {
	position: absolute;
	z-index: 2;
	top: 5px;
	right: 20px;
}
.blog-items-list .blog-item:hover .countdown {
	top: 30px;
	right: 25px;
}
.blog-module-latest .blog-item p {
	height: 90px;
	overflow: hidden;
	position: relative;
}
.blog-module-latest .blog-item p:after {
	content: '';
	display: inline-block;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100px;
	height: 20px;
	background: -moz-linear-gradient(left, #fff0 0%, #fff 75%);
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 75%);
	background: linear-gradient(to right, #fff0 0%,#fff 75%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );

}


/*
	NV warehouse
*/
.cities-autocomplete {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
.cities-autocomplete li.ui-menu-item,
.cities-autocomplete li.ui-state-focus {
    background: #fff;
    padding: 8px 12px 6px;
	border: 0;
    border-bottom: 1px solid #f1f1f1;
    font-weight: normal;
}
.cities-autocomplete li:last-child {
    border-bottom: 1px solid #ccc;
}
.ui-helper-hidden-accessible {
    display: none;
}
.cities-autocomplete li.ui-state-focus {
	color: #111;
	background: #f5f5f5;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 9px 12px 7px;
}


/*
	Owl-base
*/
.main-slideshow.owl-carousel {
	max-width: 1140px;
}
.owl-prev,
.owl-next {
	font-size: 32px;
	line-height: 32px;
	position: absolute;
	top: 50%;
	transform: translateY(-32px);
	z-index: 2;
	color: #696e73;
	padding: 16px;
	text-shadow: 0 0 1px rgba(255,255,255, 0.2);
}
.owl-prev:hover,
.owl-next:hover {
	color: #595e63;
}
.owl-next.disabled,
.owl-prev.disabled,
.owl-prev.disabled:hover,
.owl-next.disabled:hover {
	color: #696e73;
}
.owl-nav div.disabled i,
.owl-nav div.disabled:hover i {
	opacity: 0.5;	
}
.owl-prev {
	left: 0px;
}
.owl-next {
	right: 0px;
}
@media (max-width: 768px) {
	.main-slideshow.owl-carousel {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
	}
	.owl-prev,
	.owl-next {
		display: none;
	}
}


/* Credit Form */
#credit-form {
	max-width: 900px;
}
#credit-form .variant-data {
	margin-top: 20px;
}
#credit-form .credit-item {
    border-top: 1px solid #e7e7e7;
    padding: 25px 0 15px;
}
#credit-form .credit-name {
	font-size: 17px;
	font-family: 'Roboto Condensed';
	font-weight: 300;
}
.credit-form .slider-box {
    height: 50px;
    position: relative;
}
.credit-form .slider-box .hint {
	position: absolute;
	bottom: -10px;
	color: #777;
	font-size: 10px;
	line-height: 10px;
	left: 0;
	right: 0;
	text-align: center;
}
.credit-form .ui-slider {
    background: #43b02a;
    height: 4px;  
    border: 0;
    border-left: 2px solid #43b02a;
    border-right: 2px solid #43b02a;
    border-radius: 5px;
    cursor: pointer;    
}
.credit-form .ui-slider .ui-slider-handle {
    width: 32px;
    height: 32px;
    background: url('/image/slider_handle.png') no-repeat 0px 0px;
    margin-top: -10px;
    margin-left: -16px;
    outline: none;
    border: 0;
    cursor: pointer;    
}
.credit-form .credit-item img {
	margin: 5px auto 0;
}
.credit-form .credit-item .result {
	width: 55%;
	background: #e7e7e7;
	float: left;
	line-height: 34px;
	padding-top: 4px;
	border-radius: 2px;
	text-align: center;
	margin-top: 5px;
	position: relative;
	max-width: 150px;
}

.credit-form .credit-item button {
	float: right;
	margin-top: 5px;
	width: 40%;
	max-width: 150px;
}
@media (max-width: 768px) {
	.credit-form .ui-slider {
		height: 10px;
	}
	.credit-form .ui-slider .ui-slider-handle {
		margin-top: -7px;
	}
	.credit-form .credit-item .result {
		margin-top: 25px;
		line-height: 31px;
		padding-top: 6px;
		max-width: 100%;
	}
	.credit-form .credit-item button {
		margin-top: 25px;
	}
}

.credit-form .credit-item .result .hint {
	position: absolute;
	bottom: -15px;
	color: #777;
	font-size: 10px;
	line-height: 10px;
	left: 0;
	right: 0;
}

.credit-form .slider-steps {
    top: 0;
    position: relative;
    height: 32px;
    border-left: 2px solid transparent; /* like slider */
    border-right: 2px solid transparent; /* like slider */
}
.credit-form .slider-steps .step {
    position: absolute;
    font-size: 10px;
    font-weight: 600;
    width: 32px;
    text-align: center;
    color: #777;
    font-size: 10px;
    margin-left: -15px;
    line-height: 10px;
}
.credit-form .slider-steps .step span {
    color: #888;
    font-size: 6px;
}
.credit-form .credit-features {
	margin-top: 30px;
	padding: 0 5px;
}
.credit-form .credit-features i {
	color: #696e73;
	font-size: 16px;
	margin-right: 5px;
	position: relative;
	top: 1px;
}
.credit-form .credit-features span {
	font-size: 11px;
	margin-right: 5px;
    color: #888;
}

@media (max-width: 600px) {
	.credit-form .credit-features span {
		display: block;
	}
}




/* Checkbox style */
.checkbox input[type="checkbox"] {
	opacity: 0;
}
.checkbox label {
	padding-left: 25px;
}

.checkbox .checkmark,
.checkbox:hover input:checked + .checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 18px;
	width: 18px;
	border-radius: 2px;
	box-shadow: inset 0 0 2.5px rgba(0,0,0,.5);
	background: #fff;
}

.checkbox .checkmark:before {
	content: "";
	position: absolute;
	left: 7px;
	top: -4px;
	width: 10px;
	height: 18px;
	border: solid #43b02a;
	border-width: 0 4px 4px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	display: none;
}

.checkbox:hover .checkmark:before {
	display: block;
	opacity: 0.5;
}

.checkbox input:checked + .checkmark:before {
	display: block;
	opacity: 1;
}


/* Radio buttons style */
.radio input[type="radio"] {
	opacity: 0;
}
.radio label {
	padding-left: 22px;
}
.radio .checkmark,
.radio:hover input:checked + .checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 16px;
	width: 16px;
	border-radius: 50%;
	border: 1px solid #cfcfcf;
	background: #fff;
}

.radio .checkmark:before {
	content: "";
	position: absolute;
	top: 2px;
	left: 2px;
	width: 10px;
	height: 10px;
	background: #43b02a;
	border-radius: 50%;
	display: none;
}

.radio:hover .checkmark:before {
	display: block;
	opacity: 0.5;
}
.radio input:checked + .checkmark:before {
	display: block;
	opacity: 1;
}


/*
	colors-additional
	modifications-additional
*/
.switch-related-mods {
	margin-top: 30px;
}
.related-modifications,
.related-colors {
	list-style: none;
	margin: 0 -5px;
	overflow: hidden;
}
.related-modifications li,
.related-colors li {
	float: left;
	outline: none;
	padding-bottom: 7px;
}
.related-modifications a,
.related-colors a {
	outline: none;
	border: 1px solid #e7e7e7;
}
.related-modifications span,
.related-colors span {
	border: 1px solid #75797c;
}
.related-modifications a,
.related-colors a,
.related-modifications span,
.related-colors span {
	display: block;
	width: 100%;
	float: left;
	height: 52px;
	padding: 5px;
}
.related-modifications a,
.related-modifications span {
	height: auto;
}
.related-modifications .out-of-stock,
.related-colors .out-of-stock {
	opacity: 0.5;
}
.related-colors .add-color-image {
	max-width: 40px;
	float: left;
}
.related-modifications .h5,
.related-colors .h5 {
	overflow: hidden;
	position: relative;
	line-height: 20px;
	padding: 0 15px 0 5px;
	font-size: 15px;
	font-family: "Roboto Condensed";
	font-weight: 400;
}
.related-modifications .h5 {
	margin-top: 2px;
	margin-bottom: 0px;
	padding: 0 5px;
}
@media (max-width: 767px) {
	.related-modifications,
	.related-colors {
		margin-top: 7px;
		display: none;
	}
	.related-modifications li,
	.related-colors li {
		width: 100%;
	}
}

/* Product Gift */
.product-gift {
	position: absolute;
	border: 1px solid #ff6e7b;
	border-radius: 2px;
	left: 15px;
	top: 125px;
	background: #fff;
}
.product-thumb:hover .product-inner .product-gift {
	top: 150px;
	left: 20px;
}
.product-gift + .product-gift {
	top: 25px;
}
.product-thumb:hover .product-inner .product-gift + .product-gift {
	top: 50px;
}
.product-gift span {
	line-height: 15px;
	text-align: center;
	background: #ff6e7b;
	color: #fff;
	font-size: 11px;
	font-family: "Roboto Condensed";
	position: absolute;
	left: 5px;
	top: -9px;
	padding: 1px 4px 0px;
	border-radius: 2px;
}
.product-gift img {
	padding: 5px;
}
@media (max-width: 767px) {
	.product-gift,
	.product-thumb:hover .product-inner .product-gift {
		top: 150px;
		left: 15px;
	}
	.product-thumb .product-gift + .product-gift,
	.product-thumb:hover .product-inner .product-gift + .product-gift {
		top: 50px;
	}
}

/* Privat PP */
.privat-pp {
	width: 36px;
	height: 36px;
	position: absolute;
	left: 15px;
	top: 185px;
	background: url('/image/pp.png');
	background-size: 100%;
}
.product-thumb:hover .product-inner .privat-pp {
	top: 210px;
	left: 20px;
}
.privat-pp span {
	line-height: 15px;
	text-align: center;
	background: #292e33;
	color: #fff;
	font-family: "Roboto Condensed";
	position: absolute;
	right: -5px;
	top: -5px;
	padding: 2px 5px 1px 4px;
	border-radius: 2px;
	opacity: 0.8;
}
.product-privat-pp .privat-pp-icon {
	width: 36px;
	height: 36px;
	background: url('/image/pp.png');
	background-size: 100%;
	float: left;
	margin-bottom: 10px;
}
.product-privat-pp .privat-pp-text {
	display: inline-block;
	margin-left: 46px;
	line-height: 14px;
}

.product-page .privat-pp {
	width: 48px;
	height: 48px;
	top: 20px;
	left: auto;
	right: 32px;
}

/* Products carousel */
.products-carousel .owl-stage-outer {
	padding-top: 15px;
	padding-bottom: 20px;
}
.products-carousel .product-thumb {
	height: auto;
	margin-bottom: 0;
}
.products-carousel .owl-prev {
	top: 30px;
	width: 10px;
	left: 15px;
	height: 100%;
	background: -moz-linear-gradient(right, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 75%);
	background: -webkit-linear-gradient(right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 75%);
	background: linear-gradient(to left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 75%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 );
}
.products-carousel .owl-next {
	top: 30px;
	width: 10px;
	right: 15px;
	height: 100%;
	background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 75%);
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 75%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 75%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
}
.products-carousel .owl-prev i,
.products-carousel .owl-next i {
	position: absolute;
	top: 50%;
	transform: translateY(-20px);
}
.products-carousel .owl-prev i {
	left: 0;
}
.products-carousel .owl-next i {
	right: 0;
}

.products-carousel.owl-carousel .owl-item img {
	width: auto;
}

#related-carousel .product-thumb .image {
	min-height: 180px;
}
#visited-carousel .product-thumb .image {
	min-height: 160px;
}



.simplecheckout-cart,
#simplecheckout-cart-widget table {
	border-collapse: unset;
}
.simplecheckout-cart tr.gift,
#simplecheckout-cart-widget tr.gift {
	position: relative;
}
.simplecheckout-cart tr.gift td,
#simplecheckout-cart-widget tr.gift td {
	padding-top: 0px;
	padding-bottom: 0px;
	border: 1px solid #ff6e7b;
}
.simplecheckout-cart tr.gift td {
	position: relative;
}
.simplecheckout-cart tr.gift + tr.gift,
#simplecheckout-cart-widget tr.gift + tr.gift {
	top: 1px;
}
.simplecheckout-cart tr.gift td.hint {
	border: 0;
}
.simplecheckout-cart tr.gift td.image,
#simplecheckout-cart-widget tr.gift td.image {
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
	border-right: 0;	
}
#simplecheckout-cart-widget tr.gift td.name {
	border-left: 0;
}
.simplecheckout-cart tr.gift td.name {
	border-right: 0;
	border-left: 0;
}
.simplecheckout-cart tr.gift td.total {
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
	border-left: 0;
}
.simplecheckout-cart tr.gift .product-gift,
#simplecheckout-cart-widget tr.gift .product-gift {
	line-height: 15px;
	text-align: center;
	background: #ff6e7b;
	color: #fff;
	font-size: 11px;
	font-family: "Roboto Condensed";
	position: absolute;
	top: -9px;
	padding: 1px 4px 0px;
	border-radius: 2px;
}
.simplecheckout-cart tr.gift .product-gift {
	left: 80px;
}
#simplecheckout-cart-widget tr.gift .product-gift {
	left: 5px;
}
@media (max-width: 767px) {
	.simplecheckout-cart tr.gift .product-gift {
		left: 50%;
		transform: translateX(-25px);
	}
	.simplecheckout-cart tr.gift td {
		padding-left: 15px !important;
		padding-right: 15px !important;
		font-size: 15px;
	}
	.simplecheckout-cart tr.gift td.image {
		border-radius: 0;
		border-top-left-radius: 2px;
		border-top-right-radius: 2px;
		border-bottom: 0;
		border-right: 1px solid #ff6e7b;	
	}
	.simplecheckout-cart tr.gift td.name {
		border: 1px solid #ff6e7b;
		border-top: 0;
		border-bottom-left-radius: 2px;
		border-bottom-right-radius: 2px;
		padding-bottom: 15px;
	}
	#simplecheckout-cart-widget tr.gift td.name {
		padding-top: 7px;
		padding-bottom: 10px;
	}
	.simplecheckout-cart tr.gift td.name a {
		font-size: 15px;
	}
	.simplecheckout-cart tr.gift td.total,
	#simplecheckout-cart-widget tr.gift span.total {
		display: none;
	}
}


.simple-content .simplecheckout-warning-block {
	margin-bottom: 10px;
	padding: 0;
	background-color: transparent;
	color: #c94942;
	font-size: 11px;
}

/* Phone icons */
.fi {
	display: inline-block;
	width: 20px;
	height: 20px;
	position: relative;
	top: 4px;
	margin: 2px;
	background-size: contain;
	background-repeat: no-repeat;
}
.fi.viber {
	background-image: url('/image/viber.svg');
}
.fi.telegram {
	background-image: url('/image/telegram.svg');
}

footer {
	font-size: 13px;
}

footer .fi-fix {
	position: relative;
	top: -5px;
	left: 2px;
}
footer .fi {
	position: absolute;
	width: 16px;
	height: 16px;
	top: 2px;
}
footer .fi:nth-child(2) {
	left: 18px;
}


/*
	Contacts
*/
#contacts-map {
	height: 450px;
	background: #f5f5f5;
	margin: 30px 0;
}
.contacts-heading {
	color: #a0a4b0;
}
.bigger-contact,
.midder-contact {
	font-size: 24px;
	line-height: 32px;
	font-family: 'Roboto Condensed';
	font-weight: 300;
}
.midder-contact {
	font-size: 20px;
	line-height: 24px;
}
.bigger-contact span,
.midder-contact span{
	font-size: 15px;
	color: #a0a4b0;
	font-weight: 400;
}
address.bigger-contact span {
	font-size: inherit;
	color: inherit;
	font-weight: inherit;
}
@media (max-width: 768px) {
	.shop-image {
		margin-bottom: 30px;
	}
}
@media (min-width: 1600px) {
	.shop-image {
		margin-bottom: 30px;
	}
}