@import url('https://fonts.googleapis.com/css?family=PT+Sans&subset=cyrillic,cyrillic-ext,latin-ext');
body {
	font-weight: 400;
	color: #666;
	font-size: 13px;
	line-height: 20px;
	width: 100%;
	background: #f0f0f0;
}
#content {
    min-height: auto;
	margin-bottom: 15px;
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
	color: #000;
	font-weight: normal;
	margin: 0;
	padding: 10px 0;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1, .h1 {
	font-size: 33px;
}
h2, .h2 {
	font-size: 27px;
}
h3, .h3 {
	font-size: 21px;
}
h4, .h4 {
	font-size: 15px;
}
h5, .h5 {
	font-size: 12px;
}
h6, .h6 {
	font-size: 10.2px;
}
.module-title h3 {
	display:inline-block;
	padding: 10px 0 0;
    margin-bottom: 10px;
}
a {
	color: #1E91CF;
	cursor: pointer;
    transition: .3s;
}
a:focus, a:hover {
	text-decoration: none;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 14px;
	font-weight: normal;
    cursor: pointer;
}
.newsletter-page label , .newsletter-page .control-label {
	margin: 0;
	padding-top: 0 !important;
	line-height: 40px;
}
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;
}
.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;
}
.form-control {
    width: 196px;
    height: 40px;
	border-radius: 20px;
	font-size: 14px;
}
.form-control:hover  {
	border: 1px solid #b9b9b9;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}
.form-control:focus  {
	border: 1px solid #1E91CF;
	box-shadow: 0px 0px 5px #1E91CF;
}
.captcha-form .form-control {
    width: 150px;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}
.nav>li>a:focus, .nav>li>a:hover {
    background-color: transparent;
}
.nav-tabs {
	margin-bottom: 15px;
	border-bottom: none;
}
.nav-tabs>li {
	display: inline-block;
	float:none;
}
.nav-tabs>li>a {
	margin-right: 10px;
    border-radius: 0;
	height:32px;
	padding: 5px;
	font-size: 16px;
}
.nav-tabs>li>a:hover {
    background-color: transparent;
    border-color: transparent;
    border-bottom-color: #1E91CF;
}
.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    color: #1D242B;
    cursor: default;
    background-color: transparent;
    border: 1px solid transparent;
    border-bottom-color: #1E91CF;
}
.nav-tabs>li>a:before,
.nav-tabs>li>a:after {
	content: "";
    top: 15px;
}
.nav-tabs>li.active>a:before,
.nav-tabs>li.active>a:after {
	content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 30px;
    right: 0;
    left: 0;
    margin: auto;
    transition: .3s;
}
.nav-tabs>li.active>a:before {
	z-index: 9999;
    border-left: 5px solid transparent;
    border-top: 5px solid #fff;
    border-right: 5px solid transparent;
}
.nav-tabs>li.active>a:after {
	z-index: 9998;
    border-left: 7px solid transparent;
    border-top: 7px solid #1E91CF;
    border-right: 7px solid transparent;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a {
	border-left: none;
	border-right: none;
	background: transparent;
}
#menu #overflow li > a {
background: transparent;
}
#top .btn-link, #top-links li, #top-links a {
	color: #999;
    transition: .3s;
	text-decoration: none;
}
#top .btn-link:hover, #top-links a:hover, #top-links .open a {
	color: #1E91CF;
}
#top form a, #top .blog a {display:block;}
#top-links .dropdown-menu a {
	text-shadow: none;
}
#top-links .dropdown-menu  li > a,
.dropdown-menu  li > a,
.dropdown-menu  li.no-link {
	color: #666;
	padding: 0 15px;
	line-height: 36px;
    transition: .3s;
	margin-bottom: 1px;
}
.language-select,
.currency-select {
	background:transparent;
	border:0;
	color: #666;
	padding: 0 15px;
	line-height: 36px;
    transition: .3s;
	width:100%;
	display: block;
	margin-bottom: 1px;
	text-align:left;
}
.language-select:hover,
.currency-select:hover {
	color: #fff;
	background-color: #1E91CF;
	border-color: #1E91CF;
}
#top-links .dropdown-menu .choice-active,
.dropdown-menu .choice-active {
	background:#1E91CF;
	color:#fff;
	cursor:not-allowed;
}
.dropdown-menu {
	cursor: auto;
	border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover,
#top-links .dropdown-menu  li > a:hover,
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #fff;
	background-color: #1E91CF;
	border-color: #1E91CF;
}
#top .btn-link strong {
	font-size: 14px;
	line-height: 14px;
}
#top-links a + a {
	margin-left: 15px;
}
/* header */
header {
	padding: 20px 0;
}
/* logo */
/* search */
#search,
#search-fix  {
	width:100%;
	margin-top: 10px;
}
#search input,
#search-fix  input {
	box-shadow:none;
	outline:none 0;
	padding:0 0 0 10px;
	border:1px solid #1E91CF;
	border-radius:20px;
	box-shadow: inset 1px 1px 2px #999;
}
#search input:focus,
#search-fix  input:focus {
	box-shadow: 0px 0px 5px #1E91CF;
}
#search .input-lg,
#search-fix  .input-lg {
	height: 40px;
	line-height: 20px;
	padding: 0 10px;
}
#search .btn-lg,
#search-fix  .btn-lg {
	font-size: 15px;
	line-height: 18px;
	padding: 10px 35px;
}
#search .btn,
#search-fix  .btn {
    padding: 0;
	margin:-1px 0 0 -40px;
	background:transparent;
	border:none;
	box-shadow:none;
}
#search .btn:focus,
#search-fix  .btn:focus {
	outline:none;
}
#search .btn:hover,
#search-fix .btn:hover {
	background:transparent;
	color:#1E91CF;
}
/* cart */
.theme-cart {
	margin-top: 10px;
}
#cart,
#cart-fix {
	display:inline-block;
}
#cart .dropdown-menu td a,
#cart-fix .dropdown-menu td a {
	padding:0;
	color:#1E91CF;
	display: inline-block;
}
#cart .dropdown-menu td a:hover,
#cart-fix .dropdown-menu td a:hover {
	color:#F44336;
	background:none;
}
#cart .dropdown-menu table,
#cart-fix .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li > div,
#cart-fix .dropdown-menu li > div {
	min-width: 427px;
	padding: 0 10px;
}
#cart .dropdown-menu li p,
#cart-fix .dropdown-menu li p {
	margin: 0;
}
#cart .cart,
#cart-fix .cart {
	text-decoration: none;
	background:transparent;
	color:#777;
	padding:0;
	border:none;
	border-radius:0;
	text-align:right;
	height:40px;
	line-height:40px;
	font-size:13px;
	transition: .3s;
	box-shadow:none;
	cursor: pointer;
}
#cart .cart .icon i,
#cart-fix .cart .icon i {
	color:#1D242B;
	height:40px;
	width:40px;
	line-height:40px;
	border: 1px solid #fc0;
	border-radius:20px;
	font-size:18px;
	text-align:center;
	transition: .3s;
}
#cart .cart:hover, #cart.open > .cart,
#cart-fix .cart:hover, #cart-fix.open > .cart {
	color:#1E91CF;
}
#cart .cart:hover .icon i,
#cart.open > .cart .icon i,
#cart-fix .cart:hover .icon i,
#cart-fix.open > .cart .icon i {
	color:#fc0;
	border-color: #1D242B;
	background: #1D242B;
}
#cart .dropdown-menu,
#cart-fix .dropdown-menu {
	padding: 10px 0;
	background: #fff;
	z-index: 1001;
	min-width: 280px;
}
.items-scrollbar {
	min-width: 450px;
	height: auto;
	max-height: 340px;
	margin: 0;
	padding:0 10px;
	margin-bottom: 9px;
    border-bottom: 1px solid #eee;
	overflow-y: auto;
	overflow-x: hidden;
}
.items-scrollbar::-webkit-scrollbar {
	-webkit-appearance: none;
	width: 4px;
}
.items-scrollbar::-webkit-scrollbar-thumb {
	border-radius: 2px;
	background-color: rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 0 1px rgba(255,255,255,0.5);
}
.items-thumb {min-width: 74px;}
@media (max-width: 478px) {
	.items-scrollbar {
		min-width: 280px;
	}
	.items-thumb {padding:0 !important;}
	.items-thumb a {display:none !important;}
}
/* menu */
.menu-bg {
	background-color: #1E91CF;
	border-top: 1px solid #0065A6;
	border-bottom: 1px solid #0065A6;
	height: 40px;
	position: relative;
    z-index: 9;
	box-sizing: content-box;
}
#menu .nav > li > a,
.compact-category {
	color: #fff;
	padding: 0 15px;
	background-color: transparent;
	line-height: 40px;
    transition: .3s;
}
#menu .nav > li > a:hover,
#menu .nav > li.active > a,
.compact-category:hover,
#menu .nav > li.active .compact-category {
	background-color: #fff;
	color: #1E91CF;
}
.compact-category {display:inline-block;}
.compact-category:hover {cursor:pointer;}
.navbar-ex1-collapse {
	margin-top: 1px;
}
#menu .navbar-ex1-collapse .nav > li > a {
	color: #1E91CF;
	background-color: #fff;
	line-height: 45px;
}
#menu .navbar-ex1-collapse .nav > li > a:hover {
	color: #fff;
	background-color: #1E91CF;
}
#menu .dropdown-menu {
	padding-bottom: 0;
}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner a {
	min-width: 200px;
	display: block;
	padding: 3px 5px 3px 20px;
	clear: both;
	line-height: 20px;
	font-size: 14px;
}
#menu .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #DDD;
	padding: 3px 20px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 3px 3px;
	font-size: 12px;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
}
#menu #category {
	float: left;
	font-size: 16px;
	color: #fff;
}
#menu .btn-navbar { 
    font-stretch: expanded;
    color: #fff;
    padding: 0 15px;
    margin: 0;
    line-height: 60px;
    border: 0;
    border-radius: 0;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus,
#menu .btn-navbar:active, #menu .btn-navbar.disabled,
#menu .btn-navbar[disabled] {
	color: #ffffff;
}
@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}
@media (max-width: 767px) {
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
		background-color: rgba(0, 0, 0, 0.1);
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner a {
		width: 100%;
		color: #fff;
	}
	#menu .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
		background: rgba(0, 0, 0, 0.1);
	}
	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #fff;
	}
}
/* content */

/* footer */
.footer-bg {
	background-color: #2b343e;
}
footer {
	padding-top: 15px;
	border-top: 1px solid #000;
	color: #666;
	position: relative;
	z-index:8;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}
footer a {
	color: #999;
}
footer a:hover,
footer a:focus {
	color: #1E91CF;
}
footer h5 {
	font-size: 18px;
	color: #1E91CF;
}
/* breadcrumb */
.breadcrumb.default {
	margin: 15px 0;
	padding: 0 0 0 15px;
	background:transparent;
}
.breadcrumb.default > li {
	padding: 0 20px 0 30px;
	position: relative;
	white-space: nowrap;
	line-height: 30px;
	margin-left:-15px;
    background: #fff;
}
.breadcrumb.default > li + li:before {
	content: ':';
	color:#000;
	padding: 0 8px 0 0;
	margin-left: -30px;
}
.breadcrumb.default > li:first-child {
    border-radius: 15px;
}
.breadcrumb.default > li:last-child {
    border-radius: 0 15px 15px 0;
    background: #fc0;
}
.breadcrumb.default > li:last-child span,
.breadcrumb.default > li:last-child a {
	color:#1D242B;
}
.breadcrumb.default > li:last-child:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: -8px;
	margin: 0;
    border-radius: 0 15px 15px 0;
    background: #fff;
	width: 30px;
	height: 30px;
	z-index:1;
}
/* expanded breadcrumb */
.breadcrumb-block {
	margin:0 10px;
	border-radius:3px;
	display:inline-block;
}
.breadcrumb-wrap {
	text-align:center;
}
.breadcrumb-wrap .breadcrumb {
	margin:10px 0 0;
	padding:0;
	background:transparent;
}
.breadcrumb > li+li:before {
	content:':';
	padding: 0 4px 0 2px;
}
/* pagination */
.pagination {
	margin: 0;
}
.pagination .fa {font-size:16px;}
.pagination>li>a,
.pagination>li>span {
	border:1px solid #ccc;
	color:#ccc;
}
.pagination>li:first-child>a,
.pagination>li:first-child>span {
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
}
.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
}
.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    background-color: #1E91CF;
    border-color: #1E91CF;
	transition: .3s;
}
.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    z-index: 3;
    color: #1E91CF;
    background-color: #fff;
    border-color: #1E91CF;
}
/* buttons */
.buttons {
	margin: 1em 0;
	overflow: hidden;
}
.btn {
	line-height: 38px;
	padding: 0 15px;
	min-width: 40px;
	border-radius: 20px;
	transition: .3s;
}
.btn-xs {
	padding: 1px 5px;
	font-size: 10px;
}
.btn-sm {
	padding: 5px 10px;
	font-size: 12px;
}
.btn-lg {
	padding: 10px 20px;
	font-size: 16px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 14px;
}
.btn-group > .btn-xs {
	font-size: 10px;
}
.btn-group > .btn-sm {
	font-size: 12px;
}
.btn-group > .btn-lg {
	font-size: 16px;
}
.btn.active, .btn:active {
	box-shadow: none;
}
.btn-default,
.label-default {
	color: #ccc;
	background-color: transparent;
	border-color: #ccc;
}
.btn-default:hover,
.btn-default:active,
.btn-default.active,
.btn-default.disabled,
.btn-default[disabled],
.open>.dropdown-toggle.btn-default,
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus,
.btn-default:focus,
.btn-default.focus,
.label-default[href]:focus,
.label-default[href]:hover {
	color: #1E91CF;
	background-color: #fff;
	border-color: #1E91CF;
}
.btn-primary,
.label-primary {
	color: #fff;
	background-color: #1E91CF;
	border-color: #1E91CF;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled],
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
.open>.dropdown-toggle.btn-primary,
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus,
.btn-primary:focus,
.label-primary[href]:focus,
.label-primary[href]:hover {
	background-color: #0065A6;
	border-color: #0065A6;
}
.btn-warning,
.label-warning {
	color: #fff;
	background-color: #f60;
	border-color: #f60;
}
.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled],
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
.open>.dropdown-toggle.btn-warning,
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus,
.btn-warning:focus,
.btn-warning.focus,
.label-warning[href]:focus,
.label-warning[href]:hover {
	background-color: #A64300;
	border-color: #A64300;
}
.btn-danger,
.label-danger {
	color: #fff;
	background-color: #F44336;
	border-color: #F44336;
}
.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled],
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
.open>.dropdown-toggle.btn-danger,
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus,
.btn-danger:focus,
.btn-danger.focus,
.label-danger[href]:focus,
.label-danger[href]:hover {
	background-color: #ab1206;
	border-color: #ab1206;
}
.btn-success,
.label-success {
	color: #fff;
	background-color: #30BF72;
	border-color: #30BF72;
}
.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled],
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
.open>.dropdown-toggle.btn-success,
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus,
.btn-success:focus,
.btn-success.focus,
.label-success[href]:focus,
.label-success[href]:hover {
	background-color: #3F8F64;
	border-color: #3F8F64;
}
.btn-info,
.label-info {
	color: #fff;
	background-color: #00BCD4;
	border-color: #00BCD4;
}
.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled],
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
.open>.dropdown-toggle.btn-info,
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus,
.btn-info:focus,
.btn-info.focus,
.label-info[href]:focus,
.label-info[href]:hover {
	background-color: #058fa0;
	border-color: #058fa0;
}
.btn-inverse {
	color: #ffffff;
	background-color: #525252;
	border-color: #525252;
}
.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled],
.btn-inverse.disabled:hover,
.btn-inverse[disabled]:hover,
.open>.dropdown-toggle.btn-inverse,
.btn-inverse:active:hover,
.btn-inverse.active:hover,
.open > .dropdown-toggle.btn-inverse:hover,
.btn-inverse:active:focus,
.btn-inverse.active:focus,
.open > .dropdown-toggle.btn-inverse:focus,
.btn-inverse:active.focus,
.btn-inverse.active.focus,
.open > .dropdown-toggle.btn-inverse.focus,
.btn-inverse:focus,
.btn-inverse.focus {
	color: #ffffff;
	background-color: #222222;
	border-color: #222222;
}
/* list group */
.list-group a {
	border:0;
	border-bottom: 1px solid #e8e8e8;
	color: #888;
	padding: 12px;
	transition:.3s;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover, .list-group a.focus {
	color: #fff;
	background: #1E91CF;
	border-color:#fff;
}
.list-group-item {
	margin-bottom:0;
}
.list-group-item:first-child {
    border-radius: 0;
	border-top:1px solid #e8e8e8;
}
.list-group-item:last-child {
    border-radius: 0;
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/* product list */
.product-thumb {
	border: 1px solid #eee;
	margin: 15px 0;
	background:#fff;
	position: relative;
}
.product-list .product-thumb {
	display: inline-block;
	width:100%;
}
.category-page .category-layout .product-thumb {
	margin: 0 0 15px 0;
}
.product-thumb .image a {
	display: inline-block;
	position: relative;
	margin-bottom:-5px;
}
.product-thumb.layout-grid .image img,
.product-grid .product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
	left: 0;
    right: 0;
}
.module-layout .product-thumb {
	margin:0 0 15px;
}
.product-list .product-thumb .button-group {
    text-align: left;
}
.product-list .product-thumb .image {
    float: left;
    padding: 0;
	position: relative;
	overflow: hidden;
}
.product-list .product-thumb .caption-wrap {
	display: table;
}
.product-grid .product-thumb .image {
	float: none;
	text-align:center;
	overflow: hidden;
	position: relative;
}
.product-grid .product-thumb {
	background:transparent;
	border:0;
}
.product-grid .caption-wrap {
	background:#fff;
	padding-bottom:1px;
	border: 1px solid #eee;
}
@media (min-width: 640px) {
.product-list .product-thumb .image {
	float: left;
}
.product-list .product-thumb .caption-wrap {
	padding: 0 15px;
}
}
.product-thumb h4 {
	font-weight: 600;
}
.product-page .product-thumb .caption,
.product-grid .product-thumb .caption {
	padding: 0 15px;
}
.product-grid .caption {
	margin-bottom: 10px;
}
@media (max-width: 1200px) {
.product-grid .product-thumb .caption {
	padding: 0 10px;
}
}
@media (max-width: 767px) {
.product-list .product-thumb .caption {
	min-height: 0;
	margin-left: 0;
	padding: 0 10px;
}
.product-grid .product-thumb .caption {
	min-height: 0;
}
}
.product-thumb .rating {
	padding: 0 10px 5px 0;
	position: absolute;
    bottom: 0;
    right: 0;
}
.rating.rating-top {
	overflow:hidden;
}
.rating.rating-top p {
	line-height:30px;
	margin:0;
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
	color: #999;
	font-size: 15px;
}
.rating .fa-star {
	color: #FC0;
	font-size: 15px;
}
h2.price {
	margin: 0;
}
.price span, .price span, .summa {
	white-space: nowrap;
}
.price-old {
	color: #f00;
	text-decoration: line-through;
}
.product-thumb .price {
	font-size:20px;
}
.product-thumb .price-new {
	font-size:16px;
}
.product-thumb .price-old {
	font-size:20px;
	margin-right: 10px;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
	margin-top: 5px;
}
.product-thumb .button-group {
	text-align:center;
	margin-bottom: 10px;
}
.product-thumb .button-group button {
	background: transparent;
	line-height: 38px;
	font-weight: 400;
	text-align: center;
	border-radius:20px;
	font-size:16px;
	padding:0 10px;
	border:1px solid #ccc;
	color:#ccc;
}
.product-thumb button.theme-btn {
	width:40px;
	transition:.3s;
}
.product-thumb button.theme-btn:hover {
	border:1px solid #1E91CF;
	color:#1E91CF;
}
.product-page button.theme-btn-add-cart {
	background: transparent;
	line-height: 38px;
	font-weight: 400;
	border-radius:20px;
	font-size:16px;
}
.theme-btn-quickorder {
	background: transparent;
	padding:0;
	border:1px solid #ccc;
	color: #ccc;
}
.theme-btn-quickorder:hover {
	border-color: #1E91CF;
	color: #1E91CF;
}
.product-page .prices .price {
	font-size:27px;
}
.product-page .prices .price-new {
	font-size:16px;
}
.product-page .prices .price-old {
	font-size:27px;
	margin-right: 10px;
}
.product-page button.theme-btn-add-cart,
.product-thumb button.theme-btn-add-cart {
	color:#1D242B;
	border:1px solid #fc0;
	min-width:40px;
	transition: .3s;
}
.product-page button.theme-btn-add-cart:hover,
.product-thumb button.theme-btn-add-cart:hover {
	color:#fc0;
	background: #1D242B;
	border-color: #1D242B;
}
.product-page button.theme-btn-add-cart[disabled],
.product-thumb button.theme-btn-add-cart[disabled] {
	color:#fc0;
	background: #1D242B;
	border-color: #1D242B;
	opacity: .5;
	cursor: not-allowed;
}
.product-page button.btn-status,
.product-thumb button.btn-status {
	background:transparent;
	border: 1px solid #30BF72;
	color:#30BF72;
}
.product-page button.btn-status:hover,
.product-thumb button.btn-status:hover {
	background:#B5E5C1;
	border: 1px solid #03843E;
	color: #03843E;
}
.product-page button.btn-status[disabled],
.product-page button.btn-status[disabled]:hover,
.product-thumb button.btn-status[disabled],
.product-thumb button.btn-status[disabled]:hover {
	background:transparent;
	color:#30BF72;
	border: 1px solid #30BF72;
	cursor:not-allowed;
}
.img-thumbnail {
    border-radius: 2px;
	background:transparent;
}
.thumbnail {
	border:none;
	padding:0;
    border-radius: 2px;
	background-color: transparent;
}
.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 15px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}
.image-additional {
	max-width: 78px;
}
.thumbnails .image-additional {
	display:inline-block;
}
.thumbnails .image-additional:not(:last-child) {
	margin-right:15px;
}

/* 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 product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
	width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
	min-width: 50px;
}
.quantity-group {
	display: block;
	margin-bottom: 10px;
	height: 24px;
}
.product-page .quantity-group,
.product-grid .quantity-group {
	text-align: center;
}
.quantity-group .btn {
	padding:0;
	min-width: 30px;
	height:24px;
	line-height:24px;
	float:none;
}
.input-quantity {
	border:1px solid #ccc;
	border-left:none;
	border-right:none;
}
.btn.plus-quantity {
	border-left:none;
	font-size:22px;
	min-width: 24px;
	font-family: Helvetica, Arial;
	margin-left:-4px !important;
	background:#fff;
}
.btn.minus-quantity {
	border-right:none;
	font-size:22px;
	min-width: 24px;
	font-family: Helvetica, Arial;
	line-height:1;
	border-radius: 20px 0 0 20px !important;
	margin-right:-3px !important;
	background:#fff;
}
.product-page .theme-options .quantity-group .btn {
	height:40px;
	line-height: 40px;
	float:left;
}
.product-page .theme-options .quantity-group .btn.plus-quantity {
	margin-left:-1px !important;
}
.product-page .theme-options .quantity-group .btn.minus-quantity {
	margin-right:0 !important;
}
.product-page .theme-options .quantity-group {
	margin-bottom:0;
	height: auto;
	display: inline-block;
}
.btn.plus-quantity:active,
.btn.minus-quantity:active,
.btn.plus-quantity:hover,
.btn.minus-quantity:hover,
.btn.plus-quantity:focus,
.btn.minus-quantity:focus {
	border-color:#ccc;
	color:#1E91CF;
}
.btn.plus-quantity[disabled],
.btn.minus-quantity[disabled] {
	border-color:#ccc;
	color:#ccc;
}
.input-quantity[disabled] {
	background:#fff;
}

#top .container,
header .container,
#menu  .container,
#menu  .navbar-collapse {
	padding: 0;
}
#menu .container>.navbar-header,
#menu .container>.navbar-collapse {
	margin: 0;
}
#menu .navbar-header {
	cursor:pointer;
	padding:0 15px;
	line-height: 40px;
}
.menu-bars {
	color: #fff;
}

/* top */
#top {
	background-color: #1D242B;
	border-bottom: 1px solid #000;
	line-height: 40px;
	height: 40px;
}
.navbar-nav {
    margin: 0;
}
ol, ul {
	margin: 0;
}
.jarallax {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.owl-carousel a > img.img-responsive,
.owl-carousel img.img-responsive {
	margin: 0 auto;
}

#top .fa-chevron-down {
	font-size: 10px;
	color: #1E91CF;
	margin-left: 5px;
    transition: .3s;
}
#top .btn-link:hover .fa-chevron-down,
#top-links a:hover .fa-chevron-down,
#top-links .open .fa-chevron-down {
	color: #fc0;
}
.open .fa-chevron-down {
	transform: rotate(180deg);
}
#top .dropdown-menu {
	transition: .3s;
	display: block;
    opacity: 0;
	margin: 30px 0 0;
	visibility: hidden;
}
#top .open>.dropdown-menu {
    opacity: 1;
    margin-top: -1px;
	visibility: visible;
}
#top .more .dropdown:after,
#top .dropdown-toggle:after {
	content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 30px;
    right: 0;
    left: 0;
	z-index: 9998;
    margin: auto;
    border-left: 7px solid transparent;
    border-top: 7px solid #1E91CF;
    border-right: 7px solid transparent;
    opacity: 0;
    transition: .3s;
	visibility: hidden;
}
#top .more.active .dropdown:after,
#top .more .dropdown:hover:after,
#top .open .dropdown-toggle:after {
    top: 40px;
    opacity: 1;
	visibility: visible;
}
#top .more .dropdown:before,
#top .dropdown-toggle:before {
	content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 30px;
    right: 0;
    left: 0;
	z-index: 9999;
    margin: auto;
    border-left: 6px solid transparent;
    border-top: 6px solid #1D242B;
    border-right: 6px solid transparent;
    opacity: 0;
    transition: .3s;
	visibility: hidden;
}
#top .more.active .dropdown:before,
#top .more .dropdown:hover:before,
#top .open .dropdown-toggle:before {
    top: 39px;
    opacity: 1;
	visibility: visible;
}

.phone .fa-phone {
	font-size: 16px;
}
.theme-contacts,
.theme-account {
	margin-top: 10px;
	min-height: 40px;
}
.theme-contacts p {
	font-size: 12px;
    margin: 0;
    padding-top: 5px;
    color: #999;
}
.phone .fa-chevron-down {
	font-size: 10px;
    transition: .3s;
}
.phone {
	cursor: pointer;
	display: inline-block;
	transition: .3s;
	font-size: 24px;
	padding-bottom: 5px;
	color: #1D242B;
}
.phone:hover,
.phone.open {
	color: #1E91CF;
}
.phone .dropdown-menu {
	transition: .3s;
	display: block;
    opacity: 0;
	top: 60px;
	left:15px;
	min-width: 240px;
	visibility: hidden;
}
.phone.open>.dropdown-menu {
    opacity: 1;
	top: 24px;
	visibility: visible;
}
.phone .dropdown-menu:after {
	content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: -50px;
    right: 0;
    left: 0;
	z-index: 9998;
    margin: auto;
    border-left: 7px solid transparent;
    border-top: 7px solid #1E91CF;
    border-right: 7px solid transparent;
    opacity: 0;
    transition: .3s;
	visibility: hidden;
}
.phone.open .dropdown-menu:after {
    top: 0;
    opacity: 1;
	visibility: visible;
}
.phone .dropdown-menu:before {
	content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: -50px;
    right: 0;
    left: 0;
	z-index: 9999;
    margin: auto;
    border-left: 6px solid transparent;
    border-top: 6px solid #f0f0f0;
    border-right: 6px solid transparent;
    opacity: 0;
    transition: .3s;
	visibility: hidden;
}
.phone.open .dropdown-menu:before {
    top: -1px;
    opacity: 1;
	visibility: visible;
}
#cart .dropdown-menu,
#cart-fix .dropdown-menu {
	transition: .3s;
	display: block;
	margin-top: 0;
    opacity: 0;
	top: 70px;
	visibility: hidden;
}
#cart.open>.dropdown-menu,
#cart-fix.open>.dropdown-menu {
    opacity: 1;
    top: 40px;
	visibility: visible;
}
#cart .icon,
#cart-fix .icon {
	display:inline-block;
	position:relative;
}
#cart .icon:after,
#cart-fix .icon:after {
	content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 30px;
    right: 0;
    left: 0;
	z-index: 9998;
    margin: auto;
    border-left: 7px solid transparent;
    border-top: 7px solid #1E91CF;
    border-right: 7px solid transparent;
    opacity: 0;
    transition: .3s;
	visibility: hidden;
}
#cart.open .icon:after,
#cart-fix.open .icon:after {
    top: 41px;
    opacity: 1;
	visibility: visible;
}
#cart .icon:before,
#cart-fix .icon:before {
	content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 30px;
    right: 0;
    left: 0;
	z-index: 9999;
    margin: auto;
    border-left: 6px solid transparent;
    border-top: 6px solid #f0f0f0;
    border-right: 6px solid transparent;
    opacity: 0;
    transition: .3s;
	visibility: hidden;
}
#cart.open .icon:before,
#cart-fix.open .icon:before {
    top: 40px;
    opacity: 1;
	visibility: visible;
}
#cart .fa-chevron-down,
#cart-fix .fa-chevron-down {
	font-size: 10px;
    transition: .3s;
}
.cart-total-summ {
	padding-left: 5px;
    font-size: 16px;
}

#menu .navbar-collapse .dropdown .dropdown-menu {
	transition: .3s;
	display: block;
    opacity: 0;
	margin-top: 30px;
	visibility: hidden;
	float:none;
}
#menu .navbar-collapse .dropdown:hover .dropdown-menu {
    opacity: 1;
    margin-top: 0;
	visibility: visible;
}
#menu .navbar-collapse .dropdown:after {
	content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 20px;
    right: 0;
    left: 0;
    z-index: 9998;
    margin: auto;
    border-left: 8px solid transparent;
    border-top: 8px solid #1E91CF;
    border-right: 8px solid transparent;
    opacity: 0;
    transition: .3s;
	visibility: hidden;
}
#menu .navbar-collapse .dropdown:hover:after {
    top: 40px;
    opacity: 1;
	visibility: visible;
}
#menu .navbar-collapse .dropdown:before {
	content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 20px;
    right: 0;
    left: 0;
    z-index: 9999;
    margin: auto;
    border-left: 6px solid transparent;
    border-top: 6px solid #fff;
    border-right: 6px solid transparent;
    opacity: 0;
    transition: .3s;
	visibility: hidden;
}
#menu .navbar-collapse .dropdown:hover:before {
    top: 40px;
    opacity: 1;
	visibility: visible;
}
@media (min-width: 768px) {
.navbar-ex1-collapse.collapse.in {
    display: none;
}
}
textarea, textarea.form-control {
	width: 100%;
    font-size: 14px;
    padding: 15px;
	border-color: #ccc;
	border-radius: 10px;
}
.dropdown-menu {
	border-top-color: #1E91CF;
	padding: 8px 0;
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: transparent;
    border-color: transparent;
}
.caps {
	text-transform: uppercase;
}
#top .currency, #top .language, #top .blog {
	float: left;
	margin-right: 15px;
}
#top .language-img {
	display: none;
}

/* Currency Simbols */
.fa-RUB,
.fa-UAH,
.fa-EUR,
.fa-USD,
.fa-JPY,
.fa-CNY,
.fa-GBP  {
  font-family: 'PT Sans';
  font-size:inherit;
  margin-left: 2px;
}
.fa-GBP:before  {
  content: "\00a3";
}
.fa-USD:before {
  content: "\0024";
}
.fa-EUR:before {
  content: "\20ac";
}
.fa-UAH:before {
  content: "\20b4";
}
.fa-JPY:before,
.fa-CNY:before {
  content: "\00a5";
}
.fa-RUB:before {
  content: "\20b7";
}
@font-face {
  font-family: 'currency';
  src: url('../font/currency.eot');
  src: url('../font/currency.woff2') format('woff2'),
       url('../font/currency.woff') format('woff'),
       url('../font/currency.ttf') format('truetype'),
       url('../font/currency.svg#currency') format('svg'),
       url('../font/currency.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}
.fa-KZT,
.fa-MNT,
.fa-GEL,
.fa-AMD,
.fa-AZN,
.fa-TRY,
.fa-BTC,
.fa-BYR,
.fa-BYN,
.fa-ILS,
.fa-vkgrugu
 {
  font-family: 'currency';
  font-size:inherit;
  margin-left: 2px;
}
.fa-KZT:before {
  content: "\f8fb";
}
.fa-MNT:before {
  content: "\f8f0";
}
.fa-GEL:before {
  content: "\f8f2";
}
.fa-AMD:before {
  content: "\f8f3";
}
.fa-AZN:before {
  content: "\f8f4";
}
.fa-TRY:before {
  content: "\f8f5";
}
.fa-BTC:before {
  content: "\f8f6";
}
.fa-BYR:before, .fa-BYN:before {
  content: "\f8fc";
}
.fa-ILS:before {
  content: "\f8f1";
}
.fa-vkgrugu:before {
  content: "\f8ef";
}
#top .fa-RUB,
#top .fa-UAH,
#top .fa-EUR,
#top .fa-USD,
#top .fa-JPY,
#top .fa-CNY,
#top .fa-GBP,
#top .fa-KZT,
#top .fa-MNT,
#top .fa-GEL,
#top .fa-AMD,
#top .fa-AZN,
#top .fa-TRY,
#top .fa-BTC,
#top .fa-BYR,
#top .fa-BYN,
#top .fa-ILS {
  margin: 0;
}
.prices .price .fa,
.prices .price-old .fa,
.prices .price-new .fa {
  font-size:smaller;
}

/* Search Compact */
#search .input-group-btn,
#search-fix .input-group-btn {
	width: 0;
}
.search-compact .btn {
    padding: 0;
    width: 40px;
    height: 40px;
	line-height: 40px;
    vertical-align: inherit;
	background:transparent;
	color:#ccc;
	border: 1px solid #ccc;
	border-radius: 20px;
	box-shadow:none;
	transition: .3s;
}
.search-compact .btn:focus {
	outline:none;
}
.search-compact .btn:hover,
.search-compact .btn:focus {
	color:#1E91CF;
	border-color: #1E91CF;
}
.search-compact  {
	display: inline-block;
	position: relative;
}
.search-compact .dropdown-menu {
	top:0;
	right:0;
	margin-top:0;
	left:auto;
	width:40px;
	background: transparent;
	padding:0;
    box-shadow: none;
	border: none;
    transition: .3s;
	display:block;
    opacity: 0;
	visibility: hidden;
}
.search-compact #search,
.search-compact #search-fix  {
	margin:0;
	width:40px;
	float:right;
    transition: .3s;
}
.search-compact #search input,
.search-compact #search-fix input {
	width:40px;
	float:right;
    transition: .3s;
}
.search-compact.open #search .btn,
.search-compact.open #search-fix .btn {
	background: transparent;
	color:#1E91CF;
	margin-top: -1px;
}
.search-compact.open .dropdown-menu {
	width:300px;
    opacity: 1;
	visibility: visible;
    transition: .3s;
}
.search-compact.open #search,
.search-compact.open #search input,
.search-compact.open #search-fix,
.search-compact.open #search-fix input {
	width:100%;
    transition: .3s;
}
.search-compact.open #search input,
.search-compact.open #search-fix input {
	padding: 0 40px 0 10px;
}
/* Выдвижение поиска справа */
.search-compact.right .dropdown-menu {
	left:0;
}
.search-compact.right #search,
.search-compact.right #search input,
.search-compact.right #search-fix,
.search-compact.right #search-fix input {
	float:left;
}

/* Account Compact */
.account-compact  {
	width:40px;
	margin-right: 7px;
	display: inline-block;
	position: relative;
}
.account-compact .btn {
	position: relative;
    padding: 0;
	line-height: 40px;
    vertical-align: inherit;
    width: 40px;
    height: 40px;
	background:transparent;
	color:#ccc;
	border:1px solid #ccc;
	border-radius: 20px;
	box-shadow:none;
	transition: .3s;
}
.account-compact .btn .fa {
    font-size: 18px;
}
.account-compact .btn:focus {
	outline:none;
}
.account-compact .btn:hover,
.account-compact .btn:focus {
	color:#1E91CF;
	border-color: #1E91CF;
}
.account-compact .dropdown-menu {
	right: -65px;
	margin-top: 0;
	left:auto;
	transition: .3s;
	display: block;
    opacity: 0;
	top: 70px;
	visibility: hidden;
}
.account-compact.open>.dropdown-menu {
    opacity: 1;
	top: 40px;
	visibility: visible;
}
.account-compact .dropdown-toggle:after {
	content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 30px;
    right: 0;
    left: 0;
	z-index: 9998;
    margin: auto;
    border-left: 7px solid transparent;
    border-top: 7px solid #1E91CF;
    border-right: 7px solid transparent;
    opacity: 0;
    transition: .3s;
	visibility: hidden;
}
.account-compact.open .dropdown-toggle:after {
    top: 40px;
    opacity: 1;
	visibility: visible;
}
.account-compact .dropdown-toggle:before {
	content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 30px;
    right: 0;
    left: 0;
	z-index: 9999;
    margin: auto;
    border-left: 6px solid transparent;
    border-top: 6px solid #f0f0f0;
    border-right: 6px solid transparent;
    opacity: 0;
    transition: .3s;
	visibility: hidden;
}
.account-compact.open .dropdown-toggle:before {
    top: 39px;
    opacity: 1;
	visibility: visible;
}
.theme-compact {
	margin-top: 10px;
	min-height: 40px;
}
.btn-add {
	padding:0;
	width:30px;
	min-width:30px;
	line-height:28px;
}
.btn-add .fa {
	font-size:12px;
}
/* Wishlist compact*/
.wishlist-compact {
	display: inline-block;
    margin-right: 7px;
	position: relative;
}
.wishlist-compact a {
	width: 40px;
    height: 40px;
    padding: 0;
    margin: 0;
    line-height: 40px;
    display: block;
    text-align: center;
	color: #ccc;
    border-radius: 20px;
    border: 1px solid #ccc;
}
.wishlist-compact a:hover {
    color: #1E91CF;
	border-color: #1E91CF;
}
.wishlist-count {
	position: absolute;
    top: -2px;
    right: -2px;
	padding: 0 3px;
	min-width: 16px;
	height:16px;
	line-height:16px;
	font-size: 11px;
	font-family:  "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	text-align: center;
    border-radius: 8px;
	background: #ccc;
	color: #fff;
    transition: .3s;
}
.wishlist-compact:hover .wishlist-count {
	background: #1E91CF;
}
/* END Wishlist compact */

/* Compare compact*/
.compare-compact {
	display: inline-block;
	position: relative;
	margin-right: 7px;
}
.compare-compact a {
	width: 40px;
    height: 40px;
    padding: 0;
    margin: 0;
    line-height: 40px;
    display: block;
    text-align: center;
	color: #ccc;
    border-radius: 20px;
    border: 1px solid #ccc;
}
.compare-compact a:hover {
    color: #1E91CF;
	border-color: #1E91CF;
}
.compare-count {
	position: absolute;
    top: -2px;
    right: -2px;
	padding: 0 3px;
	min-width: 16px;
	height:16px;
	line-height:16px;
	font-size: 11px;
	font-family:  "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	text-align: center;
    border-radius: 8px;
	background: #ccc;
	color: #fff;
    transition: .3s;
}
.compare-compact:hover .compare-count {
	background: #1E91CF;
}

/* END Compare compact */

/* Compare cart */
.cart-total-count {
	position: absolute;
    top: -2px;
    right: -2px;
	padding: 0 3px;
	min-width: 16px;
	height:16px;
	line-height:16px;
	font-size: 11px;
	font-family:  "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	text-align: center;
    border-radius: 8px;
	background: #1D242B;
	color: #fc0;
    transition: .3s;
}
#cart .cart:hover  .cart-total-count,
#cart.open > .cart  .cart-total-count,
#cart-fix .cart:hover  .cart-total-count,
#cart-fix.open > .cart  .cart-total-count {
	background: #fc0;
	color: #1D242B;
}
/* END Compare cart */

/* Tooltip */
.tooltip {
	font-family: inherit;
	font-size: 13px;
}
.tooltip-inner {
	padding: 5px 10px;
	max-width: 240px;
	color: #333;
	background-color: #fff;
	border-radius: 3px;
	border: 1px solid #ccc;
	box-shadow: 0 4px 7px rgba(0,0,0,.175);
}
.tooltip.top .tooltip-inner {
	border-bottom:1px solid #1E91CF;
}
.tooltip.bottom .tooltip-inner {
	border-top:1px solid #1E91CF;
}
.tooltip.left .tooltip-inner {
	border-right:1px solid #1E91CF;
	max-width: 210px;
}
.tooltip.right .tooltip-inner {
	border-left:1px solid #1E91CF;
}
.tooltip-arrow:after {
	position: absolute;
	width: 0;
	height: 0;
	content: "";
	border-color: transparent;
	border-style: solid;
}
.tooltip.top .tooltip-arrow {
	bottom: -2px;
	margin-left: -7px;
	border-width: 7px 7px 0;
	border-top-color: #1E91CF;
}
.tooltip.top .tooltip-arrow:after {
	bottom: 2px;
	margin-left: -7px;
	border-width: 7px 7px 0;
	border-top-color: #fff;
}
.tooltip.right .tooltip-arrow {
	left: -2px;
	margin-top: -7px;
	border-width: 7px 7px 7px 0;
	border-right-color: #1E91CF;
}
.tooltip.right .tooltip-arrow:after{
	left: 2px;
	margin-top: -7px;
	border-width: 7px 7px 7px 0;
	border-right-color: #fff;
}
.tooltip.left .tooltip-arrow {
	right: -2px;
	margin-top: -7px;
	border-width: 7px 0 7px 7px;
	border-left-color: #1E91CF;
}
.tooltip.left .tooltip-arrow:after {
	margin-top: -7px;
	right: 2px;
	border-width: 7px 0 7px 7px;
	border-left-color: #fff;
}
.tooltip.bottom .tooltip-arrow {
	top: -2px;
	margin-left: -7px;
	border-width: 0 7px 7px;
	border-bottom-color: #1E91CF;
}
.tooltip.bottom .tooltip-arrow:after {
	top: 2px;
	margin-left: -7px;
	border-width: 0 7px 7px;
	border-bottom-color: #fff;
}
div.radio,
div.checkbox {
	position:relative;
}
.opt-tooltip {
	display:inline-block;
	position:absolute;
	width: 240px;
	margin-right: -120px;
    right: 50%;
	top:-40px;
	padding: 5px 10px;
	color: #333;
	background: rgba(255, 255, 255, 0.9);
	border-radius: 3px;
	border: 1px solid #ccc;
	box-shadow: 0 4px 7px rgba(0,0,0,.175);
	font-size:13px;
	text-align:center;
	font-family: inherit;
	border-bottom:1px solid #1E91CF;
	transition:.3s;
	opacity:0;
	visibility:hidden;
}
.opt-tooltip:after {
	position: absolute;
	width: 0;
	height: 0;
	content: "";
	border-color: transparent;
	border-style: solid;
	bottom: -6px;
	left: 120px;
	margin-left: -7px;
	border-width: 7px 7px 0;
	border-top-color: #fff;
}
.opt-tooltip:before {
	position: absolute;
	width: 0;
	height: 0;
	content: "";
	border-color: transparent;
	border-style: solid;
	bottom: -8px;
	left: 120px;
	margin-left: -7px;
	border-width: 7px 7px 0;
	border-top-color: #1E91CF;
}
div.radio:hover .opt-tooltip,
div.checkbox:hover .opt-tooltip {
	opacity:1;
	visibility:visible;
	z-index: 9;
}
/* END Tooltip */

/* Contacts icons*/
.theme-contacts .dropdown-menu .fa {
	margin: 0 5px;
}
.theme-contacts img {
	margin: 0 7px 0 3px;
	max-width: 20px;
}
/* END Contacts icons*/

/* Table */
.theme-content {
    padding: 15px;
    background: #fff;
}
.theme-content.product-page {
    padding: 15px 0;
}
.account-info {
	overflow:hidden;
}
.account-info li,
.sitemap-info li {
	line-height:32px;
}
.account-info li  a,
.sitemap-info li  a {
	font-size:16px;
}
.account-info a {
	display:block;
	text-align:center;
	padding:20px 0;
	border:1px solid transparent;
	border-radius:3px;
}
.account-info i {
	font-size:24px;
	margin-bottom: 5px;
}
.account-info a:focus,
.account-info a:hover {
	background:#1E91CF;
	color:#fff;
}
@media (max-width: 540px) {
	.account-info a {height:120px;}
}
.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    vertical-align: middle;
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
}
.table {
	font-size:16px;
}

.table>tbody+tbody {
    border-top: 1px solid #eee;
}
.table  tr{
	height:60px;
}
.table thead  tr{
	height:40px;
}
.table thead  tr td{
	padding-top:25px;
}
.theme-table-responsive {
	overflow-x:auto;
    min-height: 240px;
}
.theme-table-responsive .table.theme-table {
	min-width:600px;
	margin-bottom: 0;
	background: #fff;
}
.theme-content.wishlist-table,
.theme-content.compare-table {padding:15px;}
.compare-table .table tr td:nth-of-type(even){
	background: rgba(140, 140, 140, 0.1);
}
.wishlist-table .table td:last-of-type {
	min-width:120px;
}
.pricelist-table td:first-of-type {
	width:48px;
	min-width:48px;
}
.pricelist-description {
	width:360px;
	min-width:360px;
}
.theme-table-responsive .table.pricelist-table {
	margin-bottom: 15px;
}
#cart .btn-danger,
#cart-fix .btn-danger,
.compare-table .btn-danger,
.wishlist-table .theme-table .btn,
.pricelist-table .btn,
.account-return .table .btn,
.account-order .table .btn,
.account-order-info .table .btn {
	padding:0;
}

li.no-link.address-text {
	line-height: 20px;
}
/* END Table */

/* Проверить
.aurora-module {
	overflow: hidden;
}
.wrap-color{
	overflow: hidden;
}
*/
/* Отследить
.aurora-module .col-md-12 {
	padding: 0;
}
*/
input::-webkit-input-placeholder {
	color: #999 !important;
	text-indent: 0px;
	transition: text-indent 0.3s ease;
}
input::-moz-placeholder {
	color: #999 !important;
	text-indent: 0px;
	transition: text-indent 0.3s ease;
}
input:-moz-placeholder {
	color: #999 !important;
	text-indent: 0px;
	transition: text-indent 0.3s ease;
}
input:-ms-input-placeholder {
	color: #999 !important;
	text-indent: 0px;
	transition: text-indent 0.3s ease;
}
input:focus::-webkit-input-placeholder {
	text-indent: 300px;
	transition: text-indent 0.3s ease;
}
input:focus::-moz-placeholder {
	text-indent: 300px;
	transition: text-indent 0.3s ease;
}
input:focus:-moz-placeholder {
	text-indent: 300px;
	transition: text-indent 0.3s ease;
}
input:focus:-ms-input-placeholder {
	text-indent: 300px;
	transition: text-indent 0.3s ease;
}


.theme-options .radio label,
.theme-options .checkbox label {
    padding: 4px 5px 3px;
    text-align: center;
	min-width: 28px;
    border: 1px solid #ccc;
	border-radius: 3px;
    transition: .3s;
}
.theme-options .radio,
.theme-options .checkbox {
    display: inline-block;
    margin: 0 5px 7px 0;
	vertical-align: bottom;
}
.theme-options .radio label:hover,
.theme-options .checkbox label:hover {
    color: #1E91CF;
    border-color: #b9b9b9;
}
.theme-options input[type="radio"]:checked + label,
.theme-options input[type="checkbox"]:checked + label {
    color: #1E91CF;
    border-color: transparent;
}
.theme-options .radio label img,
.theme-options .checkbox label img {
    border: none;
    padding: 0;
}
.theme-options .radio span:before,
.theme-options .checkbox span:before {
	content: "";
    height: 0;
    width: 0;
	border:1px solid #1E91CF;
	border-radius: 3px;
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0;
	transition:.3s;
}
.theme-options .radio span,
.theme-options .checkbox span {
    display:block;
}
.theme-options .radio input[type="radio"]:checked + label span:before,
.theme-options .checkbox input[type="checkbox"]:checked + label span:before {
    opacity: 1;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
	transition:.3s;
}

/* Scroll To Top */
#scroller {
    position: fixed;
    bottom: 20px;
	right: 20px;
	border-radius:20px;
	border: 1px solid #fc0;
	line-height: 38px;
	width: 40px;
	height: 40px;
	text-align: center;
    cursor: pointer;
	color:#1E91CF;
    display:none;
	z-index:999999;
	transition:.3s;
}
#scroller:hover {
	color:#fc0;
	background:#1D242B;
	border-color:#1D242B;
	transition:.3s;
}
#scroller i {
	font-size:18px;
}

/* RATING */
.product-page .rating,
.product-list .rating {
	text-align:left;
}
.rating {
	text-align:center;
	backface-visibility: hidden;
}
.rating-no {color:#999;}
.rating-yes {color:#fc0;}
.rate {
	unicode-bidi: bidi-override;
	direction: rtl;
	margin-left:10px;
}
.rate input {
	display:none;
}
.rate .fa {
	font-size:22px;
	color:transparent;
}
.rate label:before {
	color:#999;
	font-family:'Fontawesome';
	content: "\f006";
	font-size:24px;
	position: absolute;
}
.rate label:hover:before,
.rate label:hover ~ label:before,
.rate input:checked  + label:before,
.rate input:checked  + label ~ label:before {
	content: "\f005";
	color:#fc0;
	cursor:pointer;
}
*:focus {
	outline: none !important;
}
/* Brand logo */
.logo-brand {
	position: absolute;
	bottom:10px;
	left: 0;
	width:100%;
	text-align: left;
}
.logo-brand img {
	-webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
	backface-visibility: hidden;
	padding-left:10px;
}
.logo-brand  .stiker-text{
	padding:5px 10px;
	border-top-right-radius:12px;
	border-bottom-right-radius:12px;
	background:rgba(255, 255, 255, 0.8);
}
.logo-brand a {
	-webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
	backface-visibility: hidden;
}
.product-page .logo-brand {
	position: static;
}

/* STIKERS */
.stikers {
	position: absolute;
	top:10px;
	left: 0;
	width:100%;
	text-align: left;
	-webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
	backface-visibility: hidden;
}
.product-page .stikers {
	left: 15px;
}
.product-page .product-grid .stikers {
	left: 0;
}
.stikers > span {
	width:100%;
	display: inline-block;
	margin-bottom:-3px;
}
.stikers > span.right {
	float: right;
}
.stikers .stiker-text {
	font-weight: normal;
	font-size:14px;
	line-height:24px;
	display: inline-block;
	float: left;
    padding:0 10px;
    color: #fff;
	border-top-right-radius:12px;
	border-bottom-right-radius:12px;
	z-index: 1;
}
.stikers .stiker-text.right {
	float: right;
	border-radius: 12px 0 0 12px;
}
.stiker-sale .stiker-text {
	background-color: rgba(244, 67, 54, 0.85);
}
.stiker-new .stiker-text {
	background-color: rgba(48, 191, 114, 0.85);
}
.stiker-popular .stiker-text {
	background-color: rgba(30, 145, 207, 0.85);
}
.stiker-bestseller .stiker-text {
	background-color: rgba(255, 102, 0, 0.85);
}
.stiker-reward .stiker-text {
	background-color: rgba(255, 0, 170, 0.85);
}
.stiker-custom .stiker-text {
	background-color: rgba(255, 244, 0, 0.85);
	color:#1d242b;
}
/* END STIKERS */

.subcategories ul {
	margin:0 -10px;
	padding: 0;
}
.subcategories ul li {
	text-align: center;
	padding:0 10px;
}
.subcategories ul li a{
	display:block;
	border:1px solid #ccc;
	color:#ccc;
	margin:5px 0;
	padding:5px;
	transition:.3s;
}
.subcategories ul li a:hover{
	border:1px solid #1E91CF;
	color:#1E91CF;
}
.subcategories ul li span{
	display: block;
	height: 32px;
	line-height: 16px;
}
.subcategories img {
	width:70px;
	height:auto;
	border:none;
}
#list-view,
#grid-view,
#pricelist-view {
	padding:0;
	line-height:30px;
	min-width: 28px;
	border: none;
	background: transparent;
}
.list-view,
.grid-view,
.pricelist-view {
	display:none;
}
.list-view.active,
.grid-view.active,
.pricelist-view.active {
	display:block;
}
.category-page .input-group-sm>.form-control {
	font-size:14px;
	height: 32px;
}
.category-page .input-group-sm {
	margin: 0;
}
#list-view:hover,
#grid-view:hover,
#pricelist-view:hover,
#list-view:focus,
#grid-view:focus,
#pricelist-view:focus,
#list-view:active,
#grid-view:active,
#pricelist-view:active,
#list-view.active,
#grid-view.active,
#pricelist-view.active {
	color: #1D242B;
}
hr {
	margin: 15px 0;
}

/* IMAGE HOVER EFFECT */
/* Flip */

@media (min-width: 640px) {
.product-thumb .flip .front, .product-thumb .flip .back {
	-webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
	backface-visibility: hidden;
}
.product-thumb .flip .front {
	position: absolute;
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
	transform: rotateY(0deg);
	top: 0;
    -ms-transition: 0.6s;
    -o-transition: 0.6s;
	-webkit-transition: 0.6s;
    -moz-transition: 0.6s;
	transition: 0.6s;
}
.product-thumb .flip .back {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
	transform: rotateY(180deg);
    -ms-transition: 0.6s;
    -o-transition: 0.6s;
	-webkit-transition: 0.6s;
    -moz-transition: 0.6s;
	transition: 0.6s;
}
.product-thumb .flip:hover .front {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
	transform: rotateY(180deg);
}
.product-thumb .flip:hover .back {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
	transform: rotateY(0deg);
}

/* Fade */
.product-thumb .faded .front {
	position: absolute;
	-webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    -ms-transition: 0.6s;
	transition: 0.6s;
	top: 0;
	opacity:1;
}
.product-thumb .faded .back {
	-webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    -ms-transition: 0.6s;
	transition: 0.6s;
	opacity:0;
}
.product-thumb .faded:hover .front {
	opacity:0;
}
.product-thumb .faded:hover .back {
	opacity:1;
}

/* Slide */
.product-thumb .slide-down .front,
.product-thumb .slide-up .front,
.product-thumb .slide-left .front,
.product-thumb .slide-right .front {
	position: absolute;
	-webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    -ms-transition: 0.6s;
	transition: 0.6s;
	top: 0;
	opacity:1;
}
.product-thumb .slide-down .back,
.product-thumb .slide-up .back,
.product-thumb .slide-left .back,
.product-thumb .slide-right .back {
	-webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    -ms-transition: 0.6s;
	transition: 0.6s;
	opacity:0;
}
.product-thumb .slide-down:hover .front,
.product-thumb .slide-up:hover .front,
.product-thumb .slide-left:hover .front,
.product-thumb .slide-right:hover .front {
	opacity:0;
}
.product-thumb .slide-down:hover .back,
.product-thumb .slide-up:hover .back,
.product-thumb .slide-left:hover .back,
.product-thumb .slide-right:hover .back {
	opacity:1;
}
/* Slide Down */
.product-thumb .slide-down:hover .front {
	top: 100%;
}
/* Slide Up */
.product-thumb .slide-up:hover .front {
	top: -100%;
}
.product-thumb .slide-left .front,
.product-thumb .slide-right .front {
	left:0;
}
/* Slide Left */
.product-thumb .slide-left:hover .front {
	left: -100%;
}
/* Slide Right */
.product-thumb .slide-right:hover .front {
	left: 100%;
}
}
@media (max-width: 640px) {
.product-thumb .back {
	display:none !important;
}
}

@media (max-width: 640px) {
.product-list .product-thumb .image {
    float: none;
	position: initial;
}
.product-thumb .image {
	text-align: center;
}
.product-list .product-thumb .image img {
	margin:0 auto;
	left:0;
	right:0;
}
}

.modal {
    padding-top: 30px;
	text-align: left;
}
.modal-content {
	border-radius:3px;
	text-align:center;
}
.modal-body {
	overflow:hidden;
}
.modal-body ul {
	list-style:none;
	padding:0;
}
.modal-header {
    border-bottom: 1px solid #eee;
}
.modal-header .close {
	opacity:1;
    border-radius: 50%;
    padding: 0 5px 3px 7px;
    height: 32px;
    width: 32px;
    border: 2px solid #f00;
    text-align: center;
	line-height: 28px;
	font-family: Arial;
    font-weight: 300;
    background: #fff;
    position: absolute;
    top: -10px;
    right: -10px;
	transition:.3s;
	z-index:999;
}
.modal-header .close:focus{
	outline:none;
}
.modal-header .close:hover {
	color: #f00 !important;
    border: 2px solid #fff;
}

#aurora-modal {
	top:0;
	padding-top:0;
	padding-bottom:0;
	text-align:center;
}
#aurora-modal:after {
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 100%;
    content: '';
}
#aurora-modal .modal-dialog {
	width:95%;
	max-width:720px;
	display: inline-block;
    vertical-align: middle;
}
#aurora-modal .modal-header {
	padding:0;
	min-height:0;
	border:none;
}
#aurora-modal .modal-body {
	font-size:16px;
}
#aurora-modal .modal-body h3 {
	padding:10px 0 0;
	margin-bottom:10px;
	display:inline-block;
}
@media (min-width: 768px) {
	.modal-theme {
		width: 480px;
	}
}
.block-success {
	color: #3c763d;
    background-color: #dff0d8;
    border: 1px solid #d6e9c6;
	border-radius:3px;
	margin: 0 0 20px;
    padding: 10px;
	font-size:16px;
	line-height: 24px;
}
.block-danger {
	color: #a94442;
    background-color: #f2dede;
    border: 1px solid #ebccd1;
	border-radius:3px;
	margin: 0 0 20px;
    padding: 10px;
	font-size:16px;
	line-height: 24px;
}
.block-info {
	color: #31708f;
    background-color: #d9edf7;
    border: 1px solid #bce8f1;
	border-radius:3px;
	margin: 0 0 20px;
    padding: 10px;
	font-size:16px;
	line-height: 24px;
}
#quick-register input,
#quick-login input,
#modal_callback input {
	margin: 0 auto;
}

#quick-register .form-control {width:100%;}
#quick-register .customer_group {
	text-align:left;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}
.theme-options input[type="radio"],
.theme-options input[type="checkbox"],
input.check[type="radio"],
input.check[type="checkbox"] {
    display:none;
}
input.check[type=checkbox] + label .yes {
	display:inline;
}
input.check[type=checkbox] + label .no {
	display:none;
}
input.check[type=checkbox]:checked + label .yes{
	display:none;
}
input.check[type=checkbox]:checked + label .no {
	display:inline;
}
input.check[type=checkbox] + label:before,
input.check[type=radio] + label:before {
	font-family: FontAwesome;
    content: "\f204";
	color:#ccc;
	font-size: 18px;
	vertical-align: -1px;
	margin-right: 5px;
}
input.check[type=checkbox]:checked + label:before,
input.check[type=radio]:checked + label:before {
    content: "\f205";
	color:#1e91cf;
}
input.check[type=checkbox]:checked + label,
input.check[type=radio]:checked + label {
	color:#1e91cf;
}
input.check[type=checkbox] + label.enable:before {
    content: "\f205";
	color:#1e91cf;
}
input.check[type=checkbox]:checked + label.enable:before {
    content: "\f204";
	color:#ccc;
}
input.check[type=checkbox]+ label.enable{
	color:#1e91cf;
}
input.check[type=checkbox]:checked + label.enable{
	color:#666;
}
input.check[type=checkbox]:checked + label.enable:hover{
	color:#000;
}
input.check[type=checkbox] + label,
input.check[type=radio] + label {
	padding-left:0;
}
input[type=checkbox].disabled ~ label,
input[type=checkbox][disabled] ~ label,
input[type=radio].disabled ~ label,
input[type=radio][disabled] ~ label {
    cursor: not-allowed;
}
input[type=checkbox][disabled] ~ label {
	color:#ccc;
}
.theme-slideshow.owl-carousel,
.wrap-color .owl-carousel {
	background:transparent;
}
.aurora-col .container,
#content .container {
	width:100%;
	padding:0;
}
#column-left  .container-module,
#column-right  .container-module {
	width:100%;
	padding:0;
}
#column-left  .row-module,
#column-right  .row-module {
	margin-left:-15px;
	margin-right:-15px;
}
#column-left  .row-single,
#column-right  .row-single {
	margin:0;
}

.box-category a.active ~ .menu-button, .box-category a:hover ~ .menu-button,
.box-category a.active ~ .menu-button:hover,
.box-category a.active ~ .menu-button-child, .box-category a:hover ~ .menu-button-child,
.box-category a.active ~ .menu-button-child:hover {color:#fff;}
.box-category .menu-button,
.box-category .menu-button-blog,
.box-category .menu-button-child {
    position:relative;
	margin: -44px 0px 0px;
	float:right;
	cursor:pointer;
	text-align: center;
	line-height: 46px;
	height: 44px;
	width:54px;
	z-index:2;
}
.box-category .menu-button .fa,
.box-category .menu-button-blog .fa,
.box-category .menu-button-child .fa {
	font-size:18px;
	font-weight:bold;
}
.box-category .menu-button.opened .fa,
.box-category .menu-button-blog.opened .fa,
.box-category .menu-button-child.opened .fa {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.box-category .list-group-item:first-child {
    border-top: none;
}
.box-category > li:first-child {
    border-top: 1px solid #eee;
}
.box-category li ul {
	display:none;
}
.box-category .list-active > ul {
	display:block;
}
.box-category .menu-button:hover,
.box-category .menu-button-blog:hover,
.box-category .menu-button-child:hover { color:#F44336;}
#menu .box-category .menu-button, #menu-fix .box-category .menu-button {
    margin: -39px 0px 0px;
    line-height: 38px;
    height: 38px;
}
#menu a.list-group-item:focus, #menu a.list-group-item:hover,
#menu-fix a.list-group-item:focus, #menu-fix a.list-group-item:hover {
    color: #fff;
    background-color: #1E91CF;
}
.input-group-sm>.form-control,
.input-group-sm>.input-group-addon {
	border-radius: 20px;
}
.input-group-addon {
	background: #fff;
}
.input-group-addon:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.loader {
	background: #fff;
	overflow: hidden;
	position: fixed;
	left: 0;
	top: 0;
	right:0;
	bottom:0;
	z-index: 100000;
}
.load {
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
	width:100px;
	height:100px;
}
.load hr {
	border:0;
	margin:0;
	width:40%;
	height:40%;
	position:absolute;
	border-radius:50%;
	animation:spin 2s ease infinite
}
.load :first-child {
	border:1px solid #19A68C;
	animation-delay:-1.5s;
	box-shadow: 0 0 10px #19a68c;
}
.load :nth-child(2) {
	border:1px solid #F63D3A;
	animation-delay:-1s;
	box-shadow: 0 0 10px #F63D3A;
}
.load :nth-child(3) {
	border:1px solid #FDA543;
	animation-delay:-0.5s;
	box-shadow: 0 0 10px #FDA543;
}
.load :last-child {
	border:1px solid #193B48;
	box-shadow: 0 0 10px #193B48;
}

@keyframes spin {
	0%,100%{transform:translate(0)}
	25%{transform:translate(160%)}
	50%{transform:translate(160%, 160%)}
	75%{transform:translate(0, 160%)}
}

/* alert */
.theme-alert {
	position:fixed;
	top:30px;
	right:-400px;
	z-index:99999999;
	width: 300px;
	opacity: 0;
}
.alert {
	padding:0;
	margin-bottom:5px;
}
.alert i {
	margin-right: 3px;
}

.alert span {
	display: inline-block;
    padding: 10px 0;
    width: 280px;
	position: relative;
	left:10px;
}
.alert .close {
	position: relative;
    top: -5px;
    right: -6px;
    line-height: 12px;
    padding: 0 0 2px;
    width: 16px;
    background: #fff;
    opacity: 1;
    border-radius: 50%;
    font-weight: normal;
    border: 1px solid #f00;
}
.alert.alert-static {
    position: static;
    opacity: 1;
	padding: 10px 15px;
    width: auto;
    min-height: auto;
}
.alert.alert-static .close {
	top: 0;
}
.product-manufacturer .theme-content h2 {
	padding:0 0 10px;
}
.product-manufacturer .brands-name {
	padding:15px;
	text-align:center;
	display: block;
	border-radius:3px;
}
.product-manufacturer .brands-name:hover {
	background:#1E91CF;
	color:#fff;
}
.manufacturer-list {overflow:hidden;}
.label {
	border-radius:20px;
	border:1px solid transparent;
	padding:2px 7px;
	font-weight:normal;
}

#top ul li.more,
#menu ul li.more {
    display: none;
}
#top ul li.more:hover #top_overflow ,
#menu ul li.more:hover #overflow {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
}
#top ul li.more:hover #top_overflow  {
    margin-top: -1px;
}
#top_overflow ,
#menu #overflow {
    position: absolute;
	right: 0;
	z-index:1000;
    text-align: left;
	transition: .3s;
    display: block;
    opacity: 0;
    margin-top: 30px;
    visibility: hidden;
    float: none;
	padding-top:8px;
	min-width:160px;
	background: #fff;
	border: 1px solid rgba(0,0,0,.15);
	border-top-color: #1E91CF;
    border-radius:0 0 4px 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
#top_overflow li,
#menu #overflow li {
    float: none;
}
#top_overflow li > a,
#menu #overflow a {
    min-width: 160px;
    display: block;
    padding: 3px 20px;
    clear: both;
    line-height: 20px;
    color: #666;
    font-size: 14px;
}
#top_overflow a:hover,
#menu #overflow a:hover,
#menu .navbar-collapse #overflow .dropdown.active > a {
	background-color: #1E91CF;
    color: #fff;
}
#menu .navbar-collapse #overflow .dropdown:after {
	content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 10px;
    right: 0;
    left: 0;
    z-index: 9998;
    margin: auto;
    border-left: 8px solid transparent;
    border-top: 8px solid #1E91CF;
    border-right: 8px solid transparent;
    opacity: 0;
    transition: .3s;
	visibility: hidden;
}
#menu .navbar-collapse #overflow .dropdown:hover:after {
    top: 27px;
    opacity: 1;
	visibility: visible;
}
#menu .navbar-collapse #overflow .dropdown:before {
	content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 10px;
    right: 0;
    left: 0;
    z-index: 9999;
    margin: auto;
    border-left: 7px solid transparent;
    border-top: 7px solid #1E91CF;
    border-right: 7px solid transparent;
    opacity: 0;
    transition: .3s;
	visibility: hidden;
}
#menu .navbar-collapse #overflow .dropdown:hover:before {
    top: 26px;
    opacity: 1;
	visibility: visible;
}
#menu .navbar-collapse .more.active .dropdown:after,
#menu .navbar-collapse .more.active .dropdown:before {
    top: 40px;
    opacity: 1;
	visibility: visible;
}
.sitemap-page li {
	line-height:24px;
}
.select span {
	width: 196px;
    border: 1px solid #ccc;
    line-height: 38px;
    padding: 0 12px;
    border-radius: 20px;
	display: inline-block;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.select span:hover {
	cursor:pointer;
	border: 1px solid #b9b9b9;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}
.select.open span {
    border: 1px solid #1E91CF;
    box-shadow: 0px 0px 5px #1E91CF;
	color:#0065A6;
}
.select .dropdown-menu {
	min-width: 196px;
	max-width: 240px;
	margin:0;
    opacity: 0;
    top: 60px;
    visibility: hidden;
    display: block;
	transition: .3s;
}
.select.open .dropdown-menu {
    opacity: 1;
    top: 39px;
    visibility: visible;
}
.select label {
    display: block;
    padding: 5px 10px;
    margin-bottom: 1px;
    transition: .3s;
}
.select label:hover,
.select input[type="radio"]:checked + label {
	color:#fff;
	background:#0065A6;
}
.select span:after {
	content: '\f078';
	font-family: FontAwesome;
	position: absolute;
    left: 176px;
	font-size: 10px;
    transition: .3s;
}
.select.open span:after {
	transform: rotate(180deg);
}
.select .dropdown-menu:after {
	content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: -50px;
    right: 0;
    left: 0;
	z-index: 9998;
    margin: auto;
    border-left: 7px solid transparent;
    border-top: 7px solid #1E91CF;
    border-right: 7px solid transparent;
    opacity: 0;
    transition: .3s;
	visibility: hidden;
}
.select.open .dropdown-menu:after {
    top: 0;
    opacity: 1;
	visibility: visible;
}
.select .dropdown-menu:before {
	content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: -50px;
    right: 0;
    left: 0;
	z-index: 9999;
    margin: auto;
    border-left: 6px solid transparent;
    border-top: 6px solid #fff;
    border-right: 6px solid transparent;
    opacity: 0;
    transition: .3s;
	visibility: hidden;
}
.select.open .dropdown-menu:before {
    top: -1px;
    opacity: 1;
	visibility: visible;
}
.select span img {
	width: 34px;
    height: 34px;
    border-radius: 17px;
    margin: -3px 5px 0 -9px;
    padding: 0;
    border: 1px solid #999;
}
.select label img {
	width: 40px;
    height: 40px;
    margin-right: 5px;
    border-radius: 0;
    padding: 0;
    border: 0;
}
.theme-options .has-error .radio label,
.theme-options .has-error .checkbox label {
	border-color:#a94442;
}
.has-error .select span {
	color:#a94442;
	border-color:#a94442;
}
.has-error .select.open span {
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 6px #ce8483;
}
.has-error .select.open .dropdown-menu,
.has-error .select.open .dropdown-menu:after {
    border-top-color: #a94442;
}
.visible-768 {
display: none;
}

/* Product Page Video */
.responsive-video {
	position: relative;
    padding-bottom: 56.25% !important;
    padding-top: 30px !important;
    height: auto;
    clear: both;
    overflow: hidden;
    margin-bottom: 20px;
}
.responsive-video iframe,
.responsive-video object,
.responsive-video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.aura-block {
    padding: 10px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

/* Live Search */
#aurora-search,
#aurora-search-fix {
	position:absolute;
	z-index:1000;
	padding:5px 0px;
	margin: 40px 0 0;
	left:0;
	right:0;
	max-height:480px;
	overflow-y:auto;
	background-color:#FFF;
	border: 1px solid rgba(0,0,0,.15);
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	box-shadow: 0 6px 12px rgba(0,0,0,.175);
	display:none;
}
#aurora-search .loading,
#aurora-search-fix .loading {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
#aurora-search ul,
#aurora-search-fix ul {
	list-style-type: none;
	margin:0px;
	padding:0px;
}
#aurora-search ul li,
#aurora-search-fix ul li {
	cursor:pointer;
	padding:5px 10px;
	margin:0;
	min-height:40px;
	overflow:hidden;
	clear:both;
}
#aurora-search ul li a,
#aurora-search-fix ul li a {
	text-decoration: none;
	padding:0 !important;
	display:block;
	line-height: normal !important;
}
#aurora-search ul li a:hover,
#aurora-search-fix ul li a:hover {
	background:transparent !important;
}
#aurora-search ul li .product-image,
#aurora-search-fix ul li .product-image {
	float:left;
	margin-right:5px;
}
#aurora-search ul li .product-name p,
#aurora-search-fix ul li .product-name p {
	font-size: 12px;
	color:#555;
	margin:0px;
	padding:0px;
}
#aurora-search ul li .product-name,
#aurora-search-fix ul li .product-name {
	font-size:18px;
	color:#1E91CF;
}
#aurora-search ul li:hover .product-name,
#aurora-search-fix ul li:hover .product-name {
	color: #f00;
}
#aurora-search ul li .product-price,
#aurora-search-fix ul li .product-price {
	margin-top:10px;
}
#aurora-search ul li .product-price .price,
#aurora-search-fix ul li .product-price .price {
	color: #555;
}
#aurora-search ul li .product-price .special,
#aurora-search-fix ul li .product-price .special {
	color: #f00;
	margin-right: 5px;
	font-size: 16px;
	text-decoration: line-through;
}

/* Sticky Menu */
#menu-fix {
	min-height: 51px;
	text-align: center;
	background-color: #f6f6f6;
	border:0;
	border-bottom: 1px solid #ccc;
	border-radius: 0;
	font-size: 14px;
	font-weight: 300;
	position: fixed;
	top: -100px;
	z-index: 1001;
	width: 100%;
	transition: .5s;
	box-shadow: 0 6px 12px rgba(0,0,0,.175);
	visibility: hidden;
	opacity:0;
	z-index:-1;
}
#menu-fix.vision {
	top:0;
	transition: .3s;
	visibility: visible;
	opacity:1;
	z-index:9999999;
}
#menu-fix .logo {
	float: left;
	margin: 5px 0 0;
	padding-right: 15px;
}
#menu-fix .logo img {max-height: 40px;}
#menu-fix .nav {display: inline-block;}
#menu-fix #cart-fix {
	margin: 5px 0 0;
	float: right;
}
#menu-fix .cart {
	width: 100%;
}
#menu-fix .nav .dropdown-menu {width:400px;}
.theme-menu ul > li.empty {
    display: block;
}
#menu-fix .search-compact {
	margin: 5px 15px 0 0;
	float: left;
}
#menu-fix .account-compact {
	margin: 5px 15px 0 0;
	float: left;
}
#menu-fix.navbar {
	margin-bottom:0;
}
#menu-fix .phone {
	float: left;
	padding:0 15px 0 0;
	line-height:50px;
	font-size: 20px;
	position: relative;
}
#menu-fix .phone:hover>.dropdown-menu {
    opacity: 1;
    top: 45px;
    visibility: visible;
}
#menu-fix .phone .dropdown-menu {
	left:auto;
	margin:0;
    top: 75px;
	right:0;
}
#menu-fix .phone .dropdown-menu:before {
    top: -40px;
    border-top-color: #f6f6f6;
}
#menu-fix .phone .dropdown-menu:after {
    top: -40px;
}
#menu-fix .phone:hover .dropdown-menu:after {
    top: 0;
    opacity: 1;
	visibility: visible;
}
#menu-fix .phone:hover .dropdown-menu:before {
    top: -1px;
    opacity: 1;
	visibility: visible;
}
#menu-fix .phone:hover .fa-chevron-down {
    transform: rotate(180deg);
}
#menu-fix .account-compact:hover>.dropdown-menu {
    opacity: 1;
	top: 40px;
	visibility: visible;
}
#menu-fix .account-compact:hover .dropdown-toggle:after {
    top: 40px;
    opacity: 1;
	visibility: visible;
}
#menu-fix .account-compact:hover .dropdown-toggle:before {
    top: 39px;
    opacity: 1;
	visibility: visible;
    border-top-color: #f6f6f6;
}
#menu-fix .account-compact:hover .btn {
    color: #1E91CF;
    border-color: #1E91CF;
}

/* Menu Compact */
.menu-general-compact,
.menu-compact  {
	display: inline-block;
	position: relative;
}
.menu-general-compact .btn,
.menu-compact .btn {
	position: relative;
    padding: 0 15px;
	line-height: 40px;
    vertical-align: inherit;
    height: 40px;
	background:transparent;
	color:#ccc;
	border:1px solid #ccc;
	border-radius: 20px;
	box-shadow:none;
	transition: .3s;
}
.menu-compact .btn .fa {
    font-size: 18px;
}
.menu-compact .btn:focus {
	outline:none;
}
.menu-compact .btn:hover,
.menu-compact .btn:focus {
	color:#1E91CF;
	border-color: #1E91CF;
}
.menu-compact .dropdown-menu {
    width: 420px;
    max-height: 480px;
    overflow-y: auto;
	margin-top: 0;
	left:auto;
	transition: .3s;
	display: block;
    opacity: 0;
	top: 70px;
	visibility: hidden;
}
.menu-general-compact .dropdown-menu {
	max-height: 480px;
    width: 420px;
    overflow-y: auto;
}
.menu-compact:hover .dropdown-menu {
    opacity: 1;
	top: 40px;
	visibility: visible;
}
.menu-compact .dropdown-toggle:after {
	content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 30px;
    right: 0;
    left: 0;
	z-index: 9998;
    margin: auto;
    border-left: 7px solid transparent;
    border-top: 7px solid #1E91CF;
    border-right: 7px solid transparent;
    opacity: 0;
    transition: .3s;
	visibility: hidden;
}
.menu-compact:hover .dropdown-toggle:after {
    top: 39px;
    opacity: 1;
	visibility: visible;
}
.menu-compact .dropdown-toggle:before {
	content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 30px;
    right: 0;
    left: 0;
	z-index: 9999;
    margin: auto;
    border-left: 6px solid transparent;
    border-top: 6px solid #f6f6f6;
    border-right: 6px solid transparent;
    opacity: 0;
    transition: .3s;
	visibility: hidden;
}
.menu-compact:hover .dropdown-toggle:before {
    top: 38px;
    opacity: 1;
	visibility: visible;
}
.menu-compact {
	margin: 5px 15px 0 0;
	float: left;
}
.menu-compact:hover .btn {
    color: #1E91CF;
    border-color: #1E91CF;
}
@media (min-width: 992px) {
#menu-fix .search-compact .dropdown-menu {
	width:280px;
    opacity: 1;
	visibility: visible;
}
.search-compact #search-fix,
.search-compact #search-fix input {
	width:280px;
    border-color: #ccc;
    box-shadow: none;
}    
.search-compact #search-fix:hover input {
    border-color: #1E91CF;
	box-shadow: inset 1px 1px 2px #999;
}
.search-compact #search-fix input:focus {
    border-color: #1E91CF;
	box-shadow: 0px 0px 5px #1E91CF;
}
}
#cart-fix:hover .fa-chevron-down {
    transform: rotate(180deg);
}
#cart-fix:hover .dropdown-menu {
	opacity: 1;
    top: 40px;
    visibility: visible;
}
#cart-fix:hover .icon:before {
	opacity: 1;
    top: 40px;
    visibility: visible;
    border-top-color: #f6f6f6;
}
#cart-fix:hover .icon:after {
	opacity: 1;
    top: 41px;
    visibility: visible;
}
#cart-fix .cart:hover  .cart-total-count,
#cart-fix:hover > .cart  .cart-total-count {
	background: #fc0;
	color: #1D242B;
}
#cart-fix:hover > .cart .icon i {
	color:#fc0;
	border-color: #1D242B;
	background: #1D242B;
}
#cart-fix:hover > .cart {
	color:#1E91CF;
}
.modal-backdrop {
    z-index: 10000000;
}
.modal {
    z-index: 10000001;
}

/* Category Stiker */
.category-stiker {
	position: absolute;
    top: -10px;
	left:0;
    display: inline-block;
    padding: 0 10px;
    background: #fc0;
    color: #000;
    font-weight: bold;
    border-radius: 30px;
	line-height: 20px;
	font-size: 12px;
    font-family: Arial;
	cursor:pointer;
	white-space: nowrap;
}
.child-stiker {
	position: relative;
    top: 0;
	margin-left:10px;
}
#menu .dropdown-menu .child-stiker,
.box-category .child-stiker {
	font-size:10px;
}
#menu-fix .child-stiker {
	font-size:12px;
}

#aurora-search button.theme-btn-add-cart,
#aurora-search-fix button.theme-btn-add-cart {
	background: #1D242B;
	color: #fc0;
    float: right;
	border:1px solid #1D242B;
	border-radius:15px;
    transition: .3s;
	margin-top:10px;
}
#aurora-search button.theme-btn-add-cart:hover,
#aurora-search-fix button.theme-btn-add-cart:hover {
	background: transparent;
	color: #1D242B;
	border-color:#fc0;
}
#aurora-search,
#aurora-search-fix {
	width:480px;
}
#aurora-search ul li a,
#aurora-search-fix ul li a {
    float: left;
    width: 75%;
}
@media (max-width: 991px) {
#aurora-search {
	width:100%;
}
#aurora-search ul li a {
    width: 85%;
}
}

.top-note {
	background:#29333a;
	padding:10px 0;
}
.top-note .note-text {
	color:#888;
}
.top-note a,
.close-top-note {
	color:#09f;
	transition:0.3s;
	cursor:pointer;
}
.top-note a:hover,
.close-top-note:hover {
	color:#f06;
}
.bottom-note {
	background:#000;
	padding:10px 0;
}
.bottom-note .note-text {
	color:#999;
}
.bottom-note a,
.close-bottom-note {
	color:#09f;
	transition:0.3s;
	cursor:pointer;
}
.bottom-note a:hover,
.close-bottom-note:hover {
	color:#f06;
}
.close-top-note .fa,
.close-bottom-note .fa {
	font-size:30px;
}
.top-note  img,
.bottom-note img {
	max-height:120px;
	vertical-align: top;
	margin-right:10px;
}
.theme-table .btn {padding:0;}
.theme-table .theme-btn-add-cart {padding:0 10px;}
.attribute span {white-space:nowrap;}
.attribute span:not(:last-child):after {content: '/';padding-left:3px;}
.attribute .attribute-block {padding-left:0;}
.attribute-title {
	font-size:14px;
	margin-top: 5px;
    padding: 0;
    display: inline-block;
	width:100%;
}

.add-modal .stikers {width:auto;left:0;}
.add-modal .main-thumb {position:relative;}
.add-modal .quantity-group {height: auto;}
.add-modal .product-btn {border:0;margin:0;background:transparent;}
.add-modal .form-control,
.add-modal .select span {width:100%;}
.add-modal .select span:after {right:10px;left:auto;}
.add-modal .select .dropdown-menu{min-width: 100%;}
.add-modal .modal-header {padding:0;min-height:0;border:0;}
.add-modal .thumbnails .image-additional,
.add-modal .image-additional a {margin:0;}
.add-modal .image-additional {max-width: 65px;}
.add-modal .product-btn .btn {line-height:39px;height:40px;vertical-align: baseline;}
.add-modal .product-btn .btn.theme-btn-add-cart {line-height:38px;}
.aurora-quickorder-btn,
.aurora-quickview-btn {width:40px;padding:0;}
#modal_options .modal-header {padding:15px 0;margin:0 15px;border-bottom: 1px solid #eee;}
#modal_options .modal-header h3 {padding:0;}
#modal_quickorder .modal-title,
#modal_quickview .modal-title {padding:0;}
#modal_quickorder .theme-options h3 ,
#modal_quickview .theme-options h3 {padding: 0 15px 15px;}

.reviews-text {padding-left:16px;}
.review-plus {color:#0b0;}
.review-minus {color:#f00;}
.review-comment {color:#00f;}
.review-answer h4:before {
	margin-right: 6px;
    vertical-align: top;
    line-height: 14px;
    font-size: 14px;
	color:#666;
    content: "\21B3";
}
.reviews-list h4 {
padding-top:15px;
padding-bottom:5px;
}
.review-answer {padding-left:20px;}
.review-answer h4 {color:#f90;line-height: 22px;}
.reviews-author {
font-size:18px;
}
.reviews-date {
font-size:10px;
margin-left:5px;
}

.btn-call-back,
.btn-call-back:focus {
	position:fixed;
	left:30px;
	bottom:60px;
	border-radius:50%;
    height: 70px;
    width: 70px;
	background-color:rgba(0, 155, 255, 0.6);
	color:#fff;
    padding: 0;
	z-index:999;
	transition: .3s;
}
.btn-call-back:hover {
	background-color:transparent;
	border:1px solid #09f;
	color:#09f;
}
.btn-call-back .fa {
	font-size:32px;
	border-radius:50%;
	padding:0;
	line-height:70px;
}

.btn-call-back.theme-flash {
	-webkit-animation: bgflash 2s 1s ease-out infinite;
	-moz-animation: bgflash 2s 1s ease-out infinite;
	animation: bgflash 2s 1s ease-out infinite;
}

@-webkit-keyframes bgflash {
0% {box-shadow: 0 0 8px 6px rgba(0,0,0, 0), 0 0 0px 0px rgba(0,0,0,0), 0 0 0px 0px rgba(0,0,0, 0);}
10% {box-shadow: 0 0 8px 6px rgba(0,155,255, .4), 0 0 12px 10px rgba(0,0,0,0), 0 0 12px 14px rgba(0,155,255, .4);}
100% {box-shadow: 0 0 8px 6px rgba(0,0,0, 0), 0 0 0px 40px rgba(0,0,0,0), 0 0 0px 40px rgba(0,0,0, 0);}
}

@-moz-keyframes bgflash {
0% {box-shadow: 0 0 8px 6px rgba(0,0,0, 0), 0 0 0px 0px rgba(0,0,0,0), 0 0 0px 0px rgba(0,0,0, 0);}
10% {box-shadow: 0 0 8px 6px rgba(0,155,255, .4), 0 0 12px 10px rgba(0,0,0,0), 0 0 12px 14px rgba(0,155,255, .4);}
100% {box-shadow: 0 0 8px 6px rgba(0,0,0, 0), 0 0 0px 40px rgba(0,0,0,0), 0 0 0px 40px rgba(0,0,0, 0);}
}

@keyframes bgflash {
0% {box-shadow: 0 0 8px 6px rgba(0,0,0, 0), 0 0 0px 0px rgba(0,0,0,0), 0 0 0px 0px rgba(0,0,0, 0);}
10% {box-shadow: 0 0 8px 6px rgba(0,155,255, .4), 0 0 12px 10px rgba(0,0,0,0), 0 0 12px 14px rgba(0,155,255, .4);}
100% {box-shadow: 0 0 8px 6px rgba(0,0,0, 0), 0 0 0px 40px rgba(0,0,0,0), 0 0 0px 40px rgba(0,0,0, 0);}
}
 
.btn-call-back.theme-flash .fa {
	-webkit-animation: rotatephone 2s linear infinite;
	-moz-animation: rotatephone 2s linear infinite;
	animation: rotatephone 2s linear infinite;
}
 
@-webkit-keyframes rotatephone {
0% {-ms-transform:rotate(45deg);-webkit-transform:rotate(45deg);transform:rotate(45deg);}
25% {-ms-transform:rotate(90deg);-webkit-transform:rotate(90deg);transform:rotate(90deg);}
50% {-ms-transform:rotate(45deg);-webkit-transform:rotate(45deg);transform:rotate(45deg);}
75% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
100% {-ms-transform:rotate(45deg);-webkit-transform:rotate(45deg);transform:rotate(45deg);}
}

@-moz-keyframes rotatephone {
0% {-ms-transform:rotate(45deg);-webkit-transform:rotate(45deg);transform:rotate(45deg);}
25% {-ms-transform:rotate(90deg);-webkit-transform:rotate(90deg);transform:rotate(90deg);}
50% {-ms-transform:rotate(45deg);-webkit-transform:rotate(45deg);transform:rotate(45deg);}
75% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
100% {-ms-transform:rotate(45deg);-webkit-transform:rotate(45deg);transform:rotate(45deg);}
}

@keyframes rotatephone {
0% {-ms-transform:rotate(45deg);-webkit-transform:rotate(45deg);transform:rotate(45deg);}
25% {-ms-transform:rotate(90deg);-webkit-transform:rotate(90deg);transform:rotate(90deg);}
50% {-ms-transform:rotate(45deg);-webkit-transform:rotate(45deg);transform:rotate(45deg);}
75% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
100% {-ms-transform:rotate(45deg);-webkit-transform:rotate(45deg);transform:rotate(45deg);}
}
.product-similar {
	display: inline-block;
    padding: 5px;
    margin: 0 1px 0 0;
    border: 1px solid #ccc;
    border-radius: 3px;
    transition: .3s;
}
.product-similar:hover {
    border-color: #b9b9b9;
}
.powered {padding:0;}

#aurora_subscribe {padding:20px 15px;}
.aurora_subscribe_notis,
.aurora_subscribe .input-group {
	margin:0 auto;
	max-width:400px;
}
.subscribe-wrap {
	background-color: #fff;
	border-top:1px solid #eee;
}
.btn-cheaper {padding: 5px 0;}
.read_more {
	color: #1E91CF;
}
.read_more:hover {
	cursor:pointer;
	color: #23527c;
}
.help-block {
    color: inherit;
}
.empty {
    text-align:center;
	color:#999;
}
.top-menu {
	float:left;
}
@media (min-width: 320px) {
	.header-default .top-menu {width:30%;}
}
@media (min-width: 540px) {
	.header-default .top-menu {width:45%;}
}
@media (min-width: 640px) {
	.header-default .top-menu {width:55%;}
}
@media (min-width: 992px) {
	.header-default .top-menu {width:75%;}
}
.top-menu li {
	float:left;
}
.top-menu li > a {
	padding:0 15px;
	line-height:40px;
}
.blog .dropdown-menu {width:300px;}
#top-links  .blog .list-group-item.active {color:#fff;}
@media (max-width: 767px) {
	.header-default .blog .dropdown-menu {left:-132px;}
}
.blog  .menu-button,
.blog  .menu-button-blog, .blog .menu-button-child {
    margin: -39px 0px 0px;
    height: 38px;
	line-height: 38px;
}
.col-sm-my-5, .col-md-my-5, .col-md-my-8,
.col-lg-my-5, .col-lg-my-8, .col-lg-my-10,
.col-my-12, .col-my-6, .col-my-4, .col-my-3 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
	float:left;
}
@media (min-width: 576px) {
	.col-my-12 {width: 100%;}
	.col-my-6 {width: 50%;}
	.col-my-4 {width: 33.33333333%;}
	.col-my-3 {width: 25%;}
}
@media (min-width: 768px) {
	.col-sm-12 {width: 100%;}
	.col-sm-11 {width: 91.66666667%;}
	.col-sm-10 {width: 83.33333333%;}
	.col-sm-9 {width: 75%;}
	.col-sm-8 {width: 66.66666667%;}
	.col-sm-7 {width: 58.33333333%;}
	.col-sm-6 {width: 50%;}
	.col-sm-5 {width: 41.66666667%;}
	.col-sm-4 {width: 33.33333333%;}
	.col-sm-3 {width: 25%;}
	.col-sm-my-5 {width: 20%;}
	.col-sm-2 {width: 16.66666667%;}
	.col-sm-1 {width: 8.33333333%;}
}
@media (min-width: 992px) {
	.col-md-12 {width: 100%;}
	.col-md-11 {width: 91.66666667%;}
	.col-md-10 {width: 83.33333333%;}
	.col-md-9 {width: 75%;}
	.col-md-8 {width: 66.66666667%;}
	.col-md-7 {width: 58.33333333%;}
	.col-md-6 {width: 50%;}
	.col-md-5 {width: 41.66666667%;}
	.col-md-4 {width: 33.33333333%;}
	.col-md-3 {width: 25%;}
	.col-md-my-5 {width: 20%;}
	.col-md-2 {width: 16.66666667%;}
	.col-md-my-8 {width: 12.5%;}
	.col-md-1 {width: 8.33333333%;}
}
@media (min-width: 1200px) {
	.col-lg-12 {width: 100%;}
	.col-lg-11 {width: 91.66666667%;}
	.col-lg-10 {width: 83.33333333%;}
	.col-lg-9 {width: 75%;}
	.col-lg-8 {width: 66.66666667%;}
	.col-lg-7 {width: 58.33333333%;}
	.col-lg-6 {width: 50%;}
	.col-lg-5 {width: 41.66666667%;}
	.col-lg-4 {width: 33.33333333%;}
	.col-lg-3 {width: 25%;}
	.col-lg-my-5 {width: 20%;}
	.col-lg-2 {width: 16.66666667%;}
	.col-lg-my-8 {width: 12.5%;}
	.col-lg-my-10 {width: 10%;}
	.col-lg-1 {width: 8.33333333%;}
}

.category-icon {
	vertical-align: -7px;
	margin-right: 5px;
	position: relative;
}

.aurora-menu .faded .front {
	-webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    -ms-transition: 0.6s;
	transition: 0.6s;
	opacity:1;
}
.aurora-menu .faded .back {
	-webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    -ms-transition: 0.6s;
	transition: 0.6s;
	opacity:0;
	margin-left:-31px;
}
.aurora-menu .faded:hover .front {
	opacity:0;
}
.aurora-menu .faded:hover .back {
	opacity:1;
}
@media (max-width: 991px) {
	.theme-logo,
	.theme-contacts,
	.theme-compact {
		width:33.33%;
	}
	.theme-cart {
		width:100%;
	}
}
@media (max-width: 768px) {
	.theme-logo,
	.theme-contacts,
	.theme-compact,
	.theme-cart {
		width:50%;
		float:left;
		text-align:center;
	}
	.theme-logo img {
		margin:0 auto;
	}
	.hidden-768 {
    display: none;
	}
	.visible-768 {
    display: block;
	}
}
@media (max-width: 640px) {
	.search-compact.open .dropdown-menu {
    width: 220px;
	}
}
@media (max-width: 520px) {
	.theme-logo {
		width:100%;
		float:none;
	}
	.theme-contacts,
	.theme-compact {
		width:100%;
		margin-left:auto;
		margin-right:auto;
		float: none;
	}
	.theme-compact .pull-right {
		width:100%;
		float: none;
	}
	.theme-cart {
		width:100%;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.theme-contacts .phone {
		font-size: 20px;
		font-weight: bold;
	}
}
@media (min-width: 769px) and (max-width: 991px) {
	.theme-contacts .phone {
		font-size: 18px;
		font-weight: bold;
	}
}
@media (max-width: 520px) {
.cart-total-summ,
.fa-chevron-down {display: none;}
.marlen {text-align: center;}
.theme-compact, .theme-cart {
width: auto;
float: none;
display: inline-block;}
.theme-compact {padding-right:0;}
.theme-cart {padding-left:8px;}
#cart .dropdown-menu {right:-104px;}
header .container {text-align: center;}
}
@media (max-width: 478px) {
#cart .dropdown-menu {right:-30px;}
}
.mfp-bg, .mfp-wrap {z-index: 99999999 !important;}
.aura-informer {
    position: relative;
	border: 1px solid;
    border-radius: 50%;
    width: 18px;
    line-height: 16px;
    font-size: 14px;
	font-weight: normal;
    font-family: arial;
	display: inline-block;
    float: right;
    text-align: center;
	cursor:pointer;
}
.aura-info {
    position: absolute;
    top: -10px;
    right: 40px;
	min-height:40px;
	max-height:180px;
	overflow-y: auto;
	display:inline-block;
	text-align:left;
	padding: 5px 10px;
	width: 220px;
	font-size:13px;
	color: #333;
	background-color: #fff;
	border-radius: 3px;
	border: 1px solid #ccc;
	border-right-color: #1E91CF;
	word-break: break-all;
	word-break: break-word;
	box-shadow: 0 4px 7px rgba(0,0,0,.175);
	opacity: 0;
	visibility: hidden;
	transition: .3s;
}
.aura-informer:after,
.aura-informer:before {
	content:"";
    border-top: 7px solid transparent;
    border-left: 7px solid #1E91CF;
    border-bottom: 7px solid transparent;
    right: 33px;
	top:2px;
	position:absolute;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
}
.aura-informer:before {
    border-left-color: #fff;
	z-index:1;
}
.aura-informer:hover > .aura-info {
    right: 25px;
	opacity: 1;
	visibility: visible;
}
.aura-informer:hover:before {
    right: 19px;
	opacity: 1;
	visibility: visible;
}
.aura-informer:hover:after {
    right: 18px;
	opacity: 1;
	visibility: visible;
}
.aura-info img {
	display: block;
    max-width: 100%;
    height: auto;
}
.aura-info .attribute span {
	white-space:normal;
}
.aura-info .attribute span:after {
	content: '';
	padding:0;
}
.aura-info .attribute-heading {
    display: inline-block;
	width: 100%;
	font-size: 14px;
}
.aura-info hr {
    margin: 10px 0 5px;
}