/* BASE */
body {
    font-family: Tahoma,Arial,Helvetica,sans-serif;
    font-weight: 400;
    background-size: 50% auto;
}
a {
	color: #f97001;
	transition: none 0s ease 0s;
}
a:hover,
a:active,
a:focus {
	color: #d46103;
}
a:focus,
button:focus,
.btn:focus,
.sppb-btn:focus {
	outline: 0 !important;
}
.sp-module {
	margin-top: 30px;
}
.sp-module ul > li {
	border: none;
}
.sp-module ul > li > a::before {
	content: none;
}
.sp-module ul > li > a {
	padding: 0px;
}
body .btn-primary {
    background-color: #f97001;
    border: 0px;
	border-radius: 4px;
}
body .btn-primary:hover,
body .btn-primary:active,
body .btn-primary:focus {
	background-color: #d46103;
    color: #fff;
    border: 0px;
}
body select:focus,
body textarea:focus,
body input[type="text"]:focus,
body input[type="password"]:focus,
body input[type="datetime"]:focus,
body input[type="datetime-local"]:focus,
body input[type="date"]:focus,
body input[type="month"]:focus,
body input[type="time"]:focus,
body input[type="week"]:focus,
body input[type="number"]:focus,
body input[type="email"]:focus,
body input[type="url"]:focus,
body input[type="search"]:focus,
body input[type="tel"]:focus,
body input[type="color"]:focus,
.uneditable-input:focus {
	border-color: #f97001;
	webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(249,112,1,0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(249,112,1,0.6);
}
h1 {
	margin-top: 0px;
	font-size: 22px;
	font-weight: 400;
}
.com-content.view-article h1 {
	margin-top: 0px;
	margin-bottom: 0px;
}

/* TOP BAR SECTION */
#sp-top-bar {
	/*background: #c0dbec;*/
	background-color: #666;
	padding-top: 15px;
	padding-bottom: 15px;
}
@media (max-width: 767px) {
	#sp-top-bar {
		padding-bottom: 10px;
	}	
}
#sp-top-bar .sp-module {
	margin: 0px;
	display: block;
}
@media (min-width: 992px) and (max-width: 1199px) {
	#sp-topbar1 {
		padding-right: 0px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#sp-topbar1 {
		padding-right: 0px;
	}
}
@media (max-width: 767px) {
	#sp-topbar1 {
		text-align: center;
	}
}
#sp-topbar1 span {
	display: inline-block;
	margin-right: 8px;
	line-height: 32px;
}
@media (min-width: 992px) and (max-width: 1199px) {
	#sp-topbar1 span {
		margin-right: 2px;
		font-size: 12px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#sp-topbar1 span {
		margin-right: 2px;
		font-size: 11px;
	}
}
#sp-topbar1 span + span + span {
	margin-right: 0px;
}
#sp-topbar1 span i.fa {
	margin-right: 2px;
}
#sp-topbar2 {
	text-align: center;
}
@media (max-width: 767px) {
	#sp-topbar2 {
		padding-top: 10px;
		padding-bottom: 15px;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#sp-topbar2 a {
		font-size: 12px;
	}
}
@media (max-width: 767px) {
	#sp-topbar3 {
		padding-left: 30px;
		padding-right: 30px;
	}
}
.search_label {
	text-align: right;
	line-height: 32px;
}
@media (min-width: 992px) and (max-width: 1199px) {
	.search_label {
		font-size: 12px;
		padding-left: 0px;
	}	
}
.search .search_input {
	background: #fff;
	border: 1px #ccc solid;
	border-right: 0px;
	border-radius: 0px;
	height: 32px;
}
input#mod_virtuemart_search {
	border: 1px solid #ccc;
	border-radius: 4px;
	box-shadow: none;
	width: 100%;
	height: 34px;
	font-size: 14px;
}
@media (min-width: 992px) and (max-width: 1199px) {
	input#mod_virtuemart_search {
		font-size: 12px;
	}	
}
.search .search_button {
	background: #fff;
	border: 1px #ccc solid;
	border-left: 0px;
	border-radius: 0px;
	height: 32px;
	padding-left: 0px;
	padding-right: 0px;
}
.search button {
	border: 0px;
	color: #18384c;
	width: 100%;
	height: 30px;
	padding: 0px;
	background: transparent;
	font-size: 16px;
}
.search button:hover,
.search button:active,
.search button:focus {
	color: #18384c;
}

/* HEADER */
#sp-header {
	height: auto;
	box-shadow: none;
	padding-top: 25px;
	padding-bottom: 25px;
	z-index: 1;
	background: #f5f5f5 none repeat scroll 0 0;
}
@media (max-width: 767px) {
	#sp-header {
		padding-top: 15px;
		padding-bottom: 15px;
	}	
}
#sp-top1 i.fa,
#sp-top2 i.fa,
#sp-top3 i.fa {
    border: 1px solid #f97001;
    float: left;
    font-size: 18px;
    height: 36px;
    line-height: 34px;
    margin: 5px 15px 30px 0;
    text-align: center;
    vertical-align: middle;
    width: 36px;
	border-radius: 4px;
	color: #f97001;
}
@media (min-width: 768px) and (max-width: 991px) {
	#sp-top1 i.fa,
	#sp-top2 i.fa,
	#sp-top3 i.fa {
		display: none;
	}
}
@media (max-width: 767px) {
	#sp-header i.fa {
		float: none;
		margin-top: 0px;
		margin-bottom: 0px;
	}
}
#sp-header .yt-livicon.livicon {
    /*border: 1px solid #f97001;*/
    float: left;
    margin: 0px 0px 15px 0;
	border-radius: 4px;
	/*padding: 5px;*/
	height: 58px!important;
    width: 58px!important;
}
@media (min-width: 768px) and (max-width: 991px) {
	#sp-header .yt-livicon.livicon {
		display: none;
	}
}
#sp-header #sp-top2 .yt-livicon.livicon {
	
}
@media (max-width: 767px) {
	#sp-header #sp-top2 .yt-livicon.livicon {
		display: none;
	}
}
#sp-header #sp-top3 .yt-livicon.livicon {
	margin-bottom: 13px;
}
@media (max-width: 767px) {
	#sp-header #sp-top3 .yt-livicon.livicon {
		float: none;
		margin-bottom: 0px;
	}
}
#sp-header p {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
	#sp-header p {
		font-size: 12px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#sp-header p {
		font-size: 12px;
		line-height: 18px;
	}
}
@media (max-width: 767px) {
	#sp-header p {
		display: none;
	}	
}
#sp-header .modal_link {
    border-bottom: 1px dashed;
	color: #f97001;
}
@media (min-width: 992px) and (max-width: 1199px) {
	#sp-header .modal_link {
		font-size: 12px;
	}	
}
@media (min-width: 768px) and (max-width: 991px) {
	#sp-header .modal_link {
		font-size: 12px;
	}	
}
#sp-header .modal_link:hover,
#sp-header .modal_link:active,
#sp-header .modal_link:focus {
    border-bottom: 1px solid;
	text-decoration: none;
}
#sp-header #sp-top1,
#sp-header #sp-top2 {
	padding-top: 0px;
}
@media (max-width: 767px) {
	#sp-header #sp-top1,
	#sp-header #sp-top2 {
		padding-top: 10px;
		padding-bottom: 15px;
		text-align: center;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#sp-header #sp-top1,
	#sp-header #sp-top2 {
		
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#sp-header #sp-top1,
	#sp-header #sp-top2 {
		padding-top: 0px;
	}
}
#sp-header #sp-top2 img {
	display: inline-block;
	height: 16px;
	vertical-align: middle;
	margin-left: 8px;
}
@media (min-width: 768px) and (max-width: 991px) {
	#sp-header #sp-top2 img {
		height: 14px;
	}
}

/* address */
@media (max-width: 767px) {
	.top_address a {
		display: none;
	}
}


/* shedule */
.top_shedule {
	padding-left: 0px;
}
@media (max-width: 767px) {
	.top_shedule {
		margin-top: 15px;
		padding-left: 15px;
	}	
}
.top_shedule ul {
    list-style: outside none none;
    margin: 6px 0 0;
    padding-left: 0;
}
@media (max-width: 767px) {
	.top_shedule ul {
		display: none;
	}
}
.top_shedule ul li:first-child {
	border: 1px dashed #333;
}
.top_shedule ul li {
    background-image: none;
    border: 1px solid #18384c;
    border-radius: 0px;
    color: #000;
    float: left;
    font-size: 8px;
    line-height: 10px;
    margin-right: 5px;
    padding: 1px 3px 3px;
    text-transform: uppercase;
}
@media (min-width: 992px) and (max-width: 1199px) {
	.top_shedule ul li {
		margin-right: 3px;
		padding: 2px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.top_shedule ul li {
		margin-right: 3px;
		padding: 2px;
	}
}
.top_shedule ul li:last-child {
	border-bottom: 1px solid #18384c !important;
}

/* LOGO */
#sp-logo {
	padding-left: 15px;
	padding-right: 15px;
}
@media (min-width: 768px) and (max-width: 991px) {
	#sp-logo {
		padding-top: 5px;
	}
}
#sp-logo .logo a span {
	background: #f97001;
	color: #fff;
	display: inline-block;
	border-radius: 4px;
	vertical-align: middle;
	padding: 5px 5px 5px 5px;
	margin-top: -5px;
	margin-right: 5px;
}
@media (min-width: 992px) and (max-width: 1199px) {
	#sp-logo .logo a span {
		padding: 2px 0px 2px 0px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#sp-logo .logo a span {
		padding: 5px 2px 5px 2px;
	}
	#sp-logo .logo a span i.fa.fa-spin.fa-fw {
		font-size: 28px;
	}
}
@media (max-width: 767px) {
	#sp-logo {
		padding-top: 10px;
		text-align: center;
	}
}
#sp-header .logo .sp-default-logo {
	max-height: 100%;
	display: inline-block !important;
}
@media (min-width: 992px) and (max-width: 1199px) {
	#sp-header .logo .sp-default-logo {
		height: 52px;
	}	
	#sp-header .logo .sp-default-slogan {
		margin-top: 8px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#sp-header .logo .sp-default-logo {
		width: 112px;
	}	
	#sp-header .logo .sp-default-slogan {
		margin-top: 8px;
	}
}
@media (max-width: 767px) {
	#sp-header .logo .sp-default-logo {
		max-width: 300px !important;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#sp-header .logo {
		height: auto;
	}
}
@media (max-width: 767px) {
	#sp-header .logo {
		display: inline;
	}
	#sp-header .logo h1 {
		display: block;
		margin-bottom: 20px;
	}
	#sp-header .logo h1 .sp-default-logo {
		max-width: 400px;
		margin: 0 auto;
	}
}


/* top phones */
#sp-header .top_phones {
    
}
@media (max-width: 767px) {
	#sp-header .top_phones {
		text-align: center;
	}
}
#sp-header .top_phones i.fa {
	
}
@media (max-width: 767px) {
	#sp-header .top_phones i.fa {
		display: none;
	}	
}
@media (max-width: 767px) {
	#sp-header .top_phones p {
		display: block;
		line-height: 28px;
	}	
}
#sp-header .top_phones p a {
    color: #333;
}
@media (max-width: 767px) {
	#sp-header .top_phones p a {
		color: #333;
		font-size: 16px;
	}	
}
@media (max-width: 767px) {
	.top_phones a.modal_link {
		display: none;
	}
}

/* ajax mini cart */
@media (min-width: 992px) and (max-width: 1199px) {
	#sp-top3 .top_minicart {
		padding-left: 0px;
	}
}
@media (max-width: 767px) {
	#sp-top3 .top_minicart {
		margin-top: 15px;
		margin-bottom: 20px;
	}
}
#sp-top3 i.fa {

}
@media (max-width: 767px) {
	#sp-top3 i.fa {
		display: none;
	}
}
#sp-top3 #vmCartModule {
	width: 100%;
	border: none;
	height: auto;
	padding: 0px 0px 0px 20px;
	z-index: 9;
}
@media (min-width: 768px) and (max-width: 991px) {
	#sp-top3 #vmCartModule {
		padding: 0px;
	}
}
@media (max-width: 767px) {
	#sp-top3 #vmCartModule {
		padding: 0px;
		text-align: center;
	}
}
#sp-top3 #vmCartModule .cart_top .total {
	text-align: left;
	color: #333;
	font-size: 14px;
	visibility: visible;
	width: 100%;
	float: none;
	line-height: 22px;
	height: auto;
}
@media (min-width: 992px) and (max-width: 1199px) {
	#sp-top3 #vmCartModule .cart_top .total {
		font-size: 13px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#sp-top3 #vmCartModule .cart_top .total {
		font-size: 12px;
		line-height: 18px;
	}
}
@media (max-width: 767px) {
	#sp-top3 #vmCartModule .cart_top .total {
		text-align: left;
	}
}
#sp-top3 #vmCartModule .cart_top .total span {
	font-size: 14px;
	color: #f97001;
}
@media (min-width: 992px) and (max-width: 1199px) {
	#sp-top3 #vmCartModule .cart_top .total span {
		font-size: 13px;
	}	
}
@media (min-width: 768px) and (max-width: 991px) {
	#sp-top3 #vmCartModule .cart_top .total span {
		font-size: 13px;
	}	
}
#sp-top3 #vmCartModule .cart_content::before {
	border-bottom: 7px solid #f97001;
	right: 50%;
	left: 50%;
}
#sp-top3 #vmCartModule .wrap-cart-content {
	right: -2px;
}
#sp-top3 #vmCartModule .cart_content {
	width: 320px;
	border-top: 2px solid #f97001;
}
@media (max-width: 767px) {
	#sp-top3 #vmCartModule .cart_top {
		display: inline-block;
	}
}
#sp-top3 #vmCartModule .cart_top .total_products {
	top: 0px;
	left: 40px;
	display: none;
}
#sp-top3 #vmCartModule .cart_top .total_products-count {
	text-align: left;
	line-height: 22px;
}
@media (min-width: 992px) and (max-width: 1199px) {
	#sp-top3 #vmCartModule .cart_top .total_products-count {
		font-size: 13px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#sp-top3 #vmCartModule .cart_top .total_products-count {
		font-size: 12px;
		line-height: 18px;
	}
}
@media (max-width: 767px) {
	#sp-top3 #vmCartModule .cart_top .total_products-count {
		text-align: left;
	}
}
#sp-top3 #vmCartModule > a + a {
	display: inline-block;
	border-bottom: 1px dashed;
	color: #f97001;
	margin-top: -2px;
	margin-left: 51px;
}
@media (min-width: 992px) and (max-width: 1199px) {
	#sp-top3 #vmCartModule > a + a {
		font-size: 13px;
	}	
}
@media (min-width: 768px) and (max-width: 991px) {
	#sp-top3 #vmCartModule > a + a {
		font-size: 12px;
		margin-left: 0px;
		margin-top: 5px;
	}	
}
@media (max-width: 767px) {
	#sp-top3 #vmCartModule > a + a {
		float: none;
		margin: 0px;
	}
}


/* ---------------------------------------------------------------------------------------------------- */


/* MAIN MENU SECTION START */
#offcanvas-toggler {
	float: none;
	text-align: center;
	line-height: 60px;
	margin-left: 0px;
}
#offcanvas-toggler i {
	color: #fff;
	font-size: 30px;
	margin: 0px;
	vertical-align: middle;
}
#sp-main-menu {
	/*
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	*/
	background: #18384c;
}
.sp-megamenu-parent {
	float: none;
	display: flex;
	justify-content: space-between;
}
.sp-megamenu-parent > li {
	border-radius: 4px;
}
.sp-megamenu-parent > li.active,
.sp-megamenu-parent > li:hover {
	background: #f97001;
	color: #18384c;
}
.sp-megamenu-parent > li.active > a,
.sp-megamenu-parent > li:hover > a {
	background: #f97001;
	color: #fff;
	/*color: #18384c;*/
	border-radius: 4px;
}
.sp-megamenu-parent > li > a {
	text-transform: uppercase;
	color: #fff;
	letter-spacing: 0px;
	line-height: 34px;
	font-size: 14px;
	padding: 0px 14px;
}
@media (min-width: 992px) and (max-width: 1199px) {
	.sp-megamenu-parent > li > a {
		font-size: 12px;
		padding: 0 10px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.sp-megamenu-parent > li > a i.fa {
		display: none;
	}
	.sp-megamenu-parent > li > a {
		font-size: 12px;
		padding: 0 10px;
		text-transform: none;
	}
}
.sp-megamenu-parent > li.sp-has-child > a::after {
    line-height: 24px !important;
	margin-left: 5px;
	font-size: 18px;
}
@media (min-width: 992px) and (max-width: 1199px) {
	.sp-megamenu-parent > li.sp-has-child > a::after {
		font-size: 16px;
	}	
}
@media (min-width: 768px) and (max-width: 991px) {
	.sp-megamenu-parent > li.sp-has-child > a::after {
		font-size: 14px;
	}
}
.sp-megamenu-parent > li.sp-has-child.active > a::after,
.sp-megamenu-parent > li.sp-has-child:hover > a::after {
	color: #fff;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item.active > a {
	color: #18384c;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a:hover {
	background: #18384c none repeat scroll 0 0;
}



/* SIDEBAR */
#sp-slideshow-left {
	padding-top: 30px;
	padding-bottom: 30px;
}
#sp-slideshow-left .sp-module-title,
#sp-left .sp-module-title {
	padding: 14px 10px 15px 20px;
	text-transform: uppercase;
	font-size: 17px;
	line-height: 19px;
	/*background: #ffe749 none repeat scroll 0 0;*/
	background: #f97001 none repeat scroll 0 0;
	/*color: #18384c;*/
	color: #fff;
	margin-bottom: 3px;
	border-radius: 4px;
}
#sp-slideshow-left div#nextend-accordion-menu-150 dt.level1,
#sp-left div#nextend-accordion-menu-123 dt.level1 {
	box-shadow: none;
	border: 1px solid #ececec;
	margin-bottom: 2px;
	background: #fff;
}
#sp-slideshow-left div#nextend-accordion-menu-150 .nextend-productnum,
#sp-left div#nextend-accordion-menu-123 .nextend-productnum {
	background: none;
	box-shadow: none;
	border: 1px solid;
}
/*
#sp-left div#nextend-accordion-menu-123 dd.level1.parent.opened,
#sp-left div#nextend-accordion-menu-123 dd.level1.parent.opening,
#sp-left div#nextend-accordion-menu-123 dd.level1.parent.closing {
	margin-top: -2px;
}
*/
#sp-slideshow-left div#nextend-accordion-menu-150 dl.level2{
	background: #fff;
}
#sp-slideshow-left div#nextend-accordion-menu-150 dl.level2 dt.first,
#sp-left div#nextend-accordion-menu-123 dl.level2 dt.first {
	box-shadow: none;
	border-top: 1px solid #ececec;
}
#sp-slideshow-left div#nextend-accordion-menu-150 dl.level2 dt,
#sp-left div#nextend-accordion-menu-123 dl.level2 dt {
	border-left: 1px solid #ececec;
	border-right: 1px solid #ececec;
}
#sp-slideshow-left div#nextend-accordion-menu-150 dl.level2 dt.last,
#sp-left div#nextend-accordion-menu-123 dl.level2 dt.last {
	border-bottom: 1px solid #ececec;
	margin-bottom: 2px;
}




/* MAIN BODY */
#sp-main-body {
	padding-top: 15px;
	/*background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #f5f5f5 0%, #ffffff 5%) repeat scroll 0 0;*/
	background: #f5f5f5;
	padding-bottom: 20px;
}
.itemid-101 #sp-main-body {
	/*background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #f5f5f5 0%, #ffffff 5%) repeat scroll 0 0;*/
	background: #f5f5f5;
}
#sp-main-body {
	/*background-image: url("/templates/shaper_helix3/images/bg_component_bw.png");*/
	/*background-image: url("/templates/shaper_helix3/images/bg_component_c.jpg");*/
	background: #666 url('../images/bg_pattern_tw.png');
}
#sp-main-body #sp-left .sp-module {
	/*background: #fff;*/
}
.com-content #sp-component .sp-column {
	background: #fff;
	box-shadow: 0 0 0 1px rgba(4, 47, 89, 0.12) inset;
	padding: 5px 15px 10px;
	border-radius: 4px;
}
.com-content.itemid-101 #sp-component .sp-column {
	box-shadow: none;
}
.page-header {
	margin-top: 0px;
}
#sp-component .blog .category-desc {
	margin-bottom: 30px;
}
#sp-component .blog .category-desc p {
	margin: 0px;
}
#sp-component .blog article.item {
	margin-bottom: 30px;
}
#sp-component .blog article.item .entry-header {
	margin-bottom: 10px;
}
#sp-component .blog article.item .entry-header h2 {
	font-size: 22px;
}
/* BREADCRUMBS */
#breadcrumbs {
	border: 1px solid #ececec;
	border-radius: 4px;
	margin-bottom: 5px;
	background: #fff;
}
.itemid-101 #breadcrumbs {
	display: none;
}
.breadcrumb {
	background: transparent;
	display: inline-block;
	padding: 11px 15px;
	padding-right: 5px;
	margin-bottom: 0px;
}
.view-category ol.breadcrumb li:first-child  .fa {
	color: #f97001;
}
.view-category ol.breadcrumb li + li + li {
	display: none;
}
.breadz::before {
	color: #333;
    content: "› ";
    padding: 0px 5px 0px 0px;
}
#sp-breadcrumbs .breadcrumbs-block {
	background: #fff;
	margin-bottom: 15px;
	border: 1px solid #ececec;
}

.breadz {
	display: inline-block;
}
.breadz .vmbreadz-separator {
	padding-left: 5px;
	padding-right: 4px;
}

/* --- CATEGORY BROWSE --- */
/*
.itemid-107 #sp-component .category-view {
	border: 1px solid #ececec;
	padding-top: 15px;
	padding-bottom: 15px;
	background: #fff;	
}
*/
.category-view {
	/*
	border-top: 1px solid #ececec;
	padding-top: 15px;
	*/
}
.category-view .category_info {
	border: 1px solid #ececec;
	padding-top: 15px;
	padding-bottom: 15px;
	background: #fff;
	border-radius: 4px;
}
.category-view .category-img {
	border: 1px solid #ececec;
}
.category-view .category h2 a {
	font-size: 22px;
}


.browse-view .vm-order-list .orderlistcontainer {
    margin: 20px 0px 10px 0px;
}
.browse-view .vm-order-list .orderlistcontainer .title {
    float: left;
    line-height: 32px;
	color: #fff;
}
@media (max-width: 767px) {
	.browse-view .vm-order-list .orderlistcontainer .title {
		float: none;
	}
}
.browse-view .vm-order-list .orderlistcontainer a {
    color: #474747;
    display: block;
    text-decoration: none;
}
.browse-view .vm-order-list .orderlistcontainer .activeOrder {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    cursor: pointer;
    float: left;
    margin: 0 10px 5px 10px;
    padding: 0;
}
@media (max-width: 767px) {
	.browse-view .vm-order-list .orderlistcontainer .activeOrder {
		margin-left: 0px;
	}
}
.browse-view .vm-order-list .orderlistcontainer .activeOrder a {
    border: 1px solid #f97001;
	border-radius: 4px;
    padding: 3px 10px;
	background: #fff;
}
.browse-view .vm-order-list .orderlistcontainer .orderlist {
    /*background: #fff none repeat scroll 0 0;*/
    background: transparent;
    border: 0 none;
    box-shadow: none;
    cursor: pointer;
    display: block !important;
    float: left;
    padding: 0;
    position: relative;
    z-index: 1;
}
.browse-view .vm-order-list .orderlistcontainer .orderlist > div {
    border: 0 none;
    float: left;
    margin-bottom: 0px;
    margin-right: 10px;
    padding: 0;
	background: #fff;
	border-radius: 4px;
}

.browse-view .vm-order-list .orderlistcontainer .orderlist > div a {
    border: 1px solid #ececec;
    padding: 3px 10px;
    transition: all 0.3s linear 0s;
	border-radius: 4px;
}
.browse-view .vm-order-list .orderlistcontainer .orderlist > div:hover a {
	border: 1px dashed #f97001;
}
/*
.browse-view .vm-order-list .orderlistcontainer:nth-child(2) {
    margin-top: 10px;
}
.browse-view .vm-order-list .orderlistcontainer:nth-child(2) .title {
    margin-right: 5px;
}
.browse-view .vm-order-list .orderlistcontainer:nth-child(2) .Order {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    float: left;
    margin: 0 5px 5px 7px;
    padding: 2px 0;
}
.browse-view .vm-order-list .orderlistcontainer:nth-child(2) .activeOrder {
    border: 1px solid #ffd800;
    border-radius: 5px;
    color: #474747;
    display: block;
    margin-left: 0;
    padding: 3px 10px;
}
*/


#products-container {
	margin-left: -15px;
	margin-right: -15px;
}

#sp-featured #products-container {
	margin: 0px;
}

#products-container.line .product-item {
	width: 100% !important;
}
.product-item {
	margin-bottom: 30px;
	text-align: center;
}

.product-item.notinstock .vm-product-media-container,
.product-item.notinstock .item-title,
.product-item.notinstock .item-prices-container {
	opacity: 0.5;
}
/*
.product-item.notinstock .item-descr-container,
.product-item.notinstock .item-prices-container,
.product-item.notinstock .item-action-container,
.product-item.notinstock .only-hover-wrapper {
	opacity: 0.5;
}
*/
.product-item .spacer {
	background: #fff none repeat scroll 0 0;
	padding: 15px 15px 15px 15px;
	width: 100%;
	border: 0 none;
	position: relative;
	border: 1px solid #e9e9e9;
	border-radius: 4px;
}
.product-item:hover .spacer {
	/*box-shadow: 0 2px 16px 0 rgba(249, 112, 1, 0.5), 0 2px 16px 0 rgba(249, 112, 1, 0.5);*/
	box-shadow: 0 2px 16px 0 rgba(249, 112, 1, 0.4);
	transition: all 0.3s ease 0s;
}
.product-item p.item-title {
	margin-top: 10px;
	margin-bottom: 5px;
}
.product-item p.item-title a {
	color: #333;
	font-size: 15px;
}
.product-item .item-sku-rating p {
	margin: 0px;
	font-size: 12px;
	line-height: 20px;
}
.product-item .only-hover {
	background: #fff none repeat scroll 0 0;
	/*box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.12), 0 16px 16px 0 rgba(0, 0, 0, 0.12);*/
	/*border-radius: 0 0 4px 4px;*/
	padding: 15px;
	margin-top: -15px;
	position: absolute;
	/*visibility: hidden;
	opacity: 0;*/
	display: none;
	left: 0px;
	top: 100%;
	/*width: 100%;*/
	width: 263px;
	margin-left: -1px;
	border: 1px solid #e9e9e9;
	border-top: 0px;
}
.product-item:hover .only-hover {
	/*visibility: visible;
	opacity: 1;*/
	display: block;
	z-index: 99;
}
.product-item .addtocart-button button {
	font-size: 16px;
	border-radius: 4px;
}
/* stars */
.product-item ._sm_mini .reviewStars {
	float: none;
}
.product-item ._sm_mini .reviewStars ._starBox {
	height: 14px;
	width: 14px;
	vertical-align: middle;
}
.product-item ._sm_mini .reviewStars ._starBox ._active {
	background-color: #eb4947;
}
.product-item ._sm_mini .reviewStars ._starBox ._star {
	height: 10px;
	width: 10px;
}
/* prices */
.product-item .item-prices-container {
	margin-top: 15px;
	padding-left: 10px;
	padding-right: 10px;
}
.product-item .item-prices-container .product-price {
	float: none;
	text-align: center;
}
.product-item .item-prices-container .product-price .price-crossed {
	float: left;
	text-align: left;
}
.product-item .item-prices-container .product-price .price-crossed .vm-display.vm-price-value {
	font-size: 18px;
}
.product-item .item-prices-container .product-price .price-crossed .vm-display.vm-price-value .vm-price-desc {
	display: none;
}
.product-item .item-prices-container .product-price .price-crossed + .PricesalesPrice.vm-display.vm-price-value {
	float: none;
}
.product-item .item-prices-container .product-price .price-crossed + .PricesalesPrice.vm-display.vm-price-value {
	float: right;
	text-align: right;
}
.product-item .item-prices-container .product-price .price-crossed + .PricesalesPrice.vm-display.vm-price-value .PricesalesPrice {
	color: #e61c19;
}
.product-item .item-prices-container .product-price .PricesalesPrice.vm-display.vm-price-value .vm-price-desc {
	display: none;
}
.product-item .item-prices-container .product-price .PricesalesPrice.vm-display.vm-price-value .PricesalesPrice {
	font-size: 20px;
}
/* ias */
.ias-trigger-next,
.ias-spinner,
.ias-noneleft {
	width: 100%;
	margin: 0px -1px 0px -1px;
	padding-top: 20px;
	/*background: #fff none repeat scroll 0 0;*/
}
.ias-noneleft + .ias-noneleft {
	display: none;
}
.ias-spinner img {
	display: inline;
}
/* images */
.product-item .vm-product-media-container {
	text-align: center;
	position: relative;
	box-sizing: border-box;
	margin-bottom: 0px;
	height: 230px;
}
.product-item .vm-product-media-container .item-mf-logo {
	max-width: 80px;
	position: absolute;
	right: 0;
	top: 0;
	max-height: 30px;
	opacity: 0.6;
}
.product-item .product_badges {
    font-size: 12px;
    left: -15px;
    opacity: 0.8;
    position: absolute;
    text-align: left;
    top: 0;
    z-index: 90;
}
.product-item .product_badges .item_badge {
    margin-bottom: 5px;
}
.product-item .product_badges .item_badge .badge_info {
    color: #fff;
    display: inline-block;
    line-height: 26px;
    padding: 0 5px 0 10px;
    vertical-align: middle;
}
.product-item .product_badges .item_badge .badge_info + .triangle {
    border-style: solid;
    border-width: 26px 26px 0 0;
    display: inline-block;
    height: 0;
    vertical-align: middle;
    width: 0;
}
.product-item .product_badges .item_badge.item-hit .badge_info {
    background-color: #ec971f;
}
.product-item .product_badges .item_badge.item-hit .badge_info + .triangle {
    border-color: #ec971f transparent transparent;
}
.product-item .product_badges .item_badge.item-skidka .badge_info {
    background-color: #e61c19;
}
.product-item .product_badges .item_badge.item-skidka .badge_info + .triangle {
    border-color: #e61c19 transparent transparent;
}
.product-item .product_badges .item_badge.item-rassrochka .badge_info {
    background-color: #407ac5;
}
.product-item .product_badges .item_badge.item-rassrochka .badge_info + .triangle {
    border-color: #407ac5 transparent transparent;
}
.product-item .product_badges .item_badge.item-video .badge_info {
    background-color: #407ac5;
}
.product-item .product_badges .item_badge.item-video .badge_info + .triangle {
    border-color: #407ac5 transparent transparent;
}
.product-item .product_badges .item_badge.item-novinka .badge_info {
    background-color: #59b210;
}
.product-item .product_badges .item_badge.item-novinka .badge_info + .triangle {
    border-color: #59b210 transparent transparent;
}
.product-item .product_badges .item_badge.item-podarok .badge_info {
    background-color: #cb4cfe;
}
.product-item .product_badges .item_badge.item-podarok .badge_info + .triangle {
    border-color: #cb4cfe transparent transparent;
}

.product-item .vm-product-media-container a {
	line-height: 230px;
}
.product-item .vm-product-media-container a img.browseProductImage,
.product-item .vm-product-media-container a img.featuredProductImage {
    display: inline;
    max-height: 100%;
    max-width: 100%;
    vertical-align: middle;
	width: auto;
	height: auto;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.product-item:hover .vm-product-media-container a img.browseProductImage,
.product-item:hover .vm-product-media-container a img.featuredProductImage {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}


.product-item .vm-product-media-container a .image1 {
	opacity: 1;
	transition: opacity 0.5s ease-out 0;
}
.product-item:hover .vm-product-media-container a .image1 {
	opacity: 0;
	transition: opacity 0.5s ease-out 0;
}
.product-item .vm-product-media-container a .image2 {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	opacity: 0;
	transition: opacity 0.5s ease-out 0;
}
.product-item:hover .vm-product-media-container a .image2 {
	opacity: 1;
	transition: opacity 0.5s ease-out 0;
}
/* action */
.product-item .item-action-container {
	margin-top: 15px;
	height: 35px;
}
.com-virtuemart.view-category .product-item .item-action-container {
	height: auto;
}
.product-item .item-action-container .addtocart-bar a.btn.btn-default {
	height: 35px;
}
.product-item .item-action-container .item-wishlist-compare {
	/*
	float: left;
	*/
}
.product-item .item-action-container .addtocart-area {
	/*
	float: right;
	*/
}
.product-item .item-action-container .item-wishlist-compare .item-compare-block img.cd-compare-go-icon {
	display: inline;
}
.cd-addtocompare input[type="checkbox"]:checked + label {
	color: #eb4947;
}
.cd-addtocompare label:hover {
	color: #e61c19;
}

.product-item .quantity-box,
.product-item .quantity-controls {
	/*display: none;*/
}
.product-item .quantity-box .quantity-input {
	border-radius: 4px;
}
.product-item .item-stock-oco {
	margin-top: 10px !important;
	font-size: 13px;
}
@media (min-width: 992px) and (max-width: 1199px) {
	.product-item .item-stock-oco {
		font-size: 11px;
	}
}
.product-item .item-stock-oco > span {
	padding: 0px 5px 0px 5px !important;
}
.product-item .item-stock-oco p {
	width: 100%;
}
.product-item .item-stock-oco a {
	border-bottom: 1px dashed;
}
.product-item .item-stock-oco a:hover,
.product-item .item-stock-oco a:active,
.product-item .item-stock-oco a:focus {
	border-bottom-style: solid; 
}

/* CHERRY */
.cp-filter-checkboxlist {
	background: #f5f5f5;
	padding: 5px 20px;
	margin-bottom: 0px;
	border-radius: 4px;
	border: 1px solid #ececec;
}
.cp-filter-checkboxlist-params.collapse {
	display: none !important;
}
.cp-filter-checkboxlist-params.collapse.in {
	display: block !important;
}
.cp-price-group-header.cp-collapse, 
.cp-chkb-group-header.cp-collapse,
.cp-tbar-group-header.cp-collapse {
	padding: 8px 0px 8px 0px;
	background-color: transparent;
	text-align: right;
	height: 46px;
}
@media (min-width: 768px) and (max-width: 991px) {
	.cp-price-group-header.cp-collapse, 
	.cp-chkb-group-header.cp-collapse,
	.cp-tbar-group-header.cp-collapse {
		text-align: left;
	}
}
@media (max-width: 767px) {
	.cp-price-group-header.cp-collapse, 
	.cp-chkb-group-header.cp-collapse,
	.cp-tbar-group-header.cp-collapse {
		text-align: left;
	}
}
.cp-price-group-header.cp-collapse:hover,
.cp-chkb-group-header.cp-collapse:hover {
    background: transparent;
}
.cp-price-group-header.cp-collapse .cp-chkb-group-header-state,
.cp-chkb-group-header.cp-collapse .cp-chkb-group-header-state {
	background-color: #ffff;
	padding: 0 0px 2px 5px;
	vertical-align: top;
	width: 16px;
	height: 24px;
	text-align: center;
	margin-right: 0px;
	display: inline-block;
}
.cp-price-group-header.cp-collapse .cp-chkb-group-header-state i.fa,
.cp-chkb-group-header.cp-collapse .cp-chkb-group-header-state i.fa {
	font-size: 20px;
	line-height: 24px;
	color: #f97001;
	display: block;
}
.cp-price-group-header.cp-collapse .cp-price-group-title,
.cp-chkb-group-header.cp-collapse .cp-chkb-group-title,
.cp-tbar-group-header.cp-collapse .cp-tbar-group-title {
    border-bottom: 1px dashed;
    color: #575b71;
    font-size: 14px;
	line-height: 24px;
    font-weight: 400;
    transition: all 0.15s ease 0s;
}
.cp-chkb-group-header.cp-collapse:hover .cp-chkb-group-title {
    color: #f97001 !important;
    text-decoration: none;
	border-bottom: 1px solid #f97001 !important;
}
/*
.cp-chkb-group-header + .ui-effects-wrapper {
	float: left!important;
}
*/
.cp-chkb-param-box {
	padding: 0px 0px 0px 0px;
	border-bottom: 1px solid #dee0ee;
}
.cp-filter-checkboxlist ul.cp-chkb-list {
	padding-left: 10px !important;
}
@media (min-width: 768px) and (max-width: 991px) {
	.cp-filter-checkboxlist ul.cp-chkb-list {
		padding-left: 0px !important;
	}
}
@media (max-width: 767px) {
	.cp-filter-checkboxlist ul.cp-chkb-list {
		padding-left: 0px !important;
	}
}
.cp-filter-checkboxlist ul.cp-chkb-list li {
	display: inline-block;
	margin: 0px 5px 2px 0px;
}
/*
ul.cp-chkb-list input.cp-filter-input {
    margin-top: -3px;
}
*/
/*
.cp-filter-label:hover,
input.cp-filter-input:checked + .cp-filter-label {
    color: #fff !important;
}
*/
.cp-filter-checkboxlist input[type="checkbox"] {
    display: none;
}
/*
.cp-filter-checkboxlist input[type="checkbox"] + label::after {
	background: #e1e1e1 none repeat scroll 0 0;
    content: " ";
    height: 17px;
	width: 17px;
    left: 0;
    position: absolute;
    top: 5px; 
}
.cp-filter-checkboxlist input[type="checkbox"]:checked + label::after {
    background: #fa9717 url("../images/checkboxchecked.png") no-repeat scroll 0 0;
}
*/
.cp-chkb-filter-group,
.cp-tbar-filter-group {
	background: transparent !important;
	padding: 0px !important;
}
.cp-chkb-filter-group .cp-chkb-padding-cont {
	padding: 8px 0px 4px 0px;
}
@media (min-width: 768px) and (max-width: 991px) {
	.cp-chkb-filter-group .cp-chkb-padding-cont {
		padding: 0px 0px 4px 0px;
		margin-top: -5px;
	}
}
@media (max-width: 767px) {
	.cp-chkb-filter-group .cp-chkb-padding-cont {
		padding: 0px 0px 4px 0px;
		margin-top: -5px;
	}
}
ul.cp-chkb-list .cp-filter-label {

}
.cp-filter-checkboxlist ul.cp-chkb-list li:hover input[type="checkbox"] + label {
	/*background: #dee0ee none repeat scroll 0 0;*/
	border: 1px solid #f97001;
	text-decoration: none;
}
.cp-filter-checkboxlist input[type="checkbox"] + label {
    font-size: 14px;
	color: #575b71;
    line-height: 26px;
    margin: 0;
    padding: 0 12px;
    vertical-align: middle;
	display: block;
	cursor: pointer;
    border-radius: 4px;
    transition: all 0.15s ease 0s;
	border: 1px solid transparent;
}
.cp-filter-checkboxlist ul.cp-chkb-list li input[type="checkbox"]:checked + label,
.cp-filter-checkboxlist ul.cp-chkb-list li:hover input[type="checkbox"]:checked + label {
	background: #f97001 none repeat scroll 0 0;
	color: #fff;
}
ul.cp-chkb-list .cp-filter-count {
	background: #666 none repeat scroll 0 0;
	border-radius: 4px;
	color: #fff !important;
	cursor: pointer;
	display: inline-block;
	font-size: 11px;
	height: 18px;
	line-height: 16px;
	margin: 4px 0 0 7px;
	padding: 1px 3px 0;
	vertical-align: top;
}
/* price */
.cptrackbar-inner-container + .cptrackbar-inner-container {
	display: none;
}
.cp-tick-mark-label + .cp-tick-mark-label + .cp-tick-mark-label + .cp-tick-mark-label {
	display: none;
}
.pricetrackbar .cptrackbar-available-range {
	background: #f2e5c7 none repeat scroll 0 0;
	height: 5px;	
}
.pricetrackbar .cptrackbar-selected-range {
	background: #f2e5c7 none repeat scroll 0 0;
	height: 5px;	
}
.cp-price-cont .cptrackbar-available-selected-range {
	background: #f97001 none repeat scroll 0 0;
}
.pricetrackbar .cptrackbar-knob {
	background: #a0bb33 none repeat scroll 0 0;
	cursor: default;
    height: 18px;
    margin-left: -2px !important;
    position: absolute;
    top: 5px;
    width: 5px;
	box-shadow: none;
	border-radius: 0px;
	border: 0px;
}
.pricetrackbar .cptrackbar-knob + .cptrackbar-knob {
	margin-left: -3px !important;
}
.cp-price-tickmarks .cp-tick-mark-label {
	font-size: 14px !important;
	color: #7e7671 !important;
}
.cp-price-tickmarks .cp-tick-mark-label:first-child {
	margin-left: 0px !important;
}
.cp-price-tickmarks .cp-tick-mark-label:last-child {
	left: auto !important;
	right: 0px;
}
.cp-chkb-price-box {
	padding-left: 10px;
}
@media (min-width: 768px) and (max-width: 991px) {
	.cp-chkb-price-box {
		padding-left: 0px;
	}
}
@media (max-width: 767px) {
	.cp-chkb-price-box {
		padding-left: 0px;
	}
}

/* price input */
.cp-chkb-price-box {
	
	
}
.cp-chkb-price-box .cp-price-rangelabel {
    display: block;
    float: left;
    line-height: 34px;
    font-size: 14px;
}
.cp-chkb-price-box .cp-price-field {
    border-bottom: 0 none;
    display: inline-block;
    float: none;
    width: auto !important;
    padding: 0px !important;
}
.cp-chkb-price-box .cp-price-range-middle {
    padding: 0 0 0 20px;
}
.cp-chkb-price-box .cp-price-field-input {
    background-color: #fff !important;
	border: 1px solid #d6d6d5 !important;
    color: #432e1e !important;
    font-size: 14px !important;
    max-width: none;
    padding: 5px !important;
    text-align: center;
    width: 100% !important;
	border-radius: 4px !important;
}
#cpFilters279 .cp-chkb-param-box .cp-price-cont {
	padding: 10px 0px 0px 0px;
}
@media (min-width: 768px) and (max-width: 991px) {
	#cpFilters279 .cp-chkb-param-box .cp-price-cont {
		padding: 0px 0px 0px 0px;
	}
}
#cpFilters279 .cp-price-range-buttons .cp-price-button-apply,
#cpFilters279 .cp-price-range-buttons .cp-price-clear {
	font-size: 12px !important;
	border-bottom: 1px dashed !important;
	float: none !important;
}
#cpFilters279 .cp-price-range-buttons .cp-price-button-apply {
	color: #f97001 !important;
}
#cpFilters279 .cp-price-range-buttons .cp-price-clear {
	margin: 0px !important;
}
.cp-checkboxlist-liveresult .cp-dr-arrow {
	top: 11px;
}
.cp-checkboxlist-liveresult .cp-dr-arrow-inner-left {
	border-color: transparent #adc846 transparent transparent;
}
.cp-checkboxlist-liveresult .cp-dr-cont-outer .cp-dr-cont-inner {
	background-color: #adc846;
}
.cp-checkboxlist-liveresult .cp-dr-cont-outer .cp-dr-cont-inner > span,
.cp-checkboxlist-liveresult .cp-dr-cont-outer .cp-dr-cont-inner .cp-dr-resvalue {
	color: #fff;
	font-size: 14px;
}
.cp-checkboxlist-liveresult .cp-dr-cont-outer .cp-dr-cont-inner .cp-dr-go {
	font-size: 14px;
	color: #fff;
}

.cp-chkb-price-box input[type=number]::-webkit-outer-spin-button,
.cp-chkb-price-box input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.cp-chkb-price-box input[type=number] {
    -moz-appearance: textfield;
}
.cp-totalproducts-container {
	padding: 15px 0px 10px 0px;
}
.cp-totalproducts-block {
	padding-left: 0px;
}
.cp-filter-checkboxlist .cp-totalproducts {
	font-family: Tahoma,Arial,Helvetica,sans-serif;
	color: #333;
    line-height: 32px;
    margin: 0;
    padding: 0;
	text-align: right;
}
@media (min-width: 768px) and (max-width: 991px) {
	.cp-filter-checkboxlist .cp-totalproducts {
		text-align: left;
	}
}
@media (max-width: 767px) {
	.cp-filter-checkboxlist .cp-totalproducts {
		text-align: left;
	}
}
.cp-filter-checkboxlist .cp-totalproducts b {
    font-size: 14px;
    font-weight: 700;
	text-align: right;
	padding-right: 0px;
	line-height: 30px;
}
.cp-filter-checkboxlist .cp-totalproducts span {
    font-size: 24px;
	color: #f97001;
	padding-left: 30px;
	line-height: 30px;
}
@media (min-width: 768px) and (max-width: 991px) {
	.cp-filter-checkboxlist .cp-totalproducts span {
		font-size: 16px;
		font-weight: 700;
		padding-left: 0px;
	}
}
@media (max-width: 767px) {
	.cp-filter-checkboxlist .cp-totalproducts span {
		font-size: 16px;
		font-weight: 700;
		padding-left: 0px;
	}
}
.cp-filter-checkboxlist .cp-submit-button {
	text-align: left;
}
@media (min-width: 768px) and (max-width: 991px) {
	.cp-filter-checkboxlist .cp-submit-button {
		padding-left: 0px;
	}
}
@media (max-width: 767px) {
	.cp-filter-checkboxlist .cp-submit-button {
		padding-left: 0px;
	}
}

/* filter collapse */
.cp-filter-collapse-link {
	margin-top: 5px;
	margin-bottom: 5px;
}
.cp-filter-collapse-link a {
	background: #f5f5f5 none repeat scroll 0 0;
	border-radius: 4px;
	text-decoration: none;
	display: block;
	margin: 0;
	padding: 7px 15px 7px 15px;
	position: relative;
	cursor: pointer;
	color: #f97001;
	font-size: 16px;
}
@media (max-width: 767px) {
	.cp-filter-collapse-link a {
		font-size: 14px;
	}
}
.cp-filter-collapse-link a:hover,
.cp-filter-collapse-link a:active,
.cp-filter-collapse-link a:focus {
	border-color: #f97001;
	background: #fff;
}
.cp-filter-collapse-link a::after {
    content: "\f068";
    display: block;
    float: right;
    font-family: FontAwesome;
    font-size: 16px;
}
.cp-filter-collapse-link a.collapsed::after {
    content: "\f067";
}


/* YAMAP */
#sp-yamap-section {
    height: 330px;
}
#sp-yamap-section > .row {
	margin: 0px;
}
#sp-yamap {
    height: 330px;
	padding: 0px;
}
#sp-yamap .sp-module.yamapcontacts {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    left: 40%;
    margin: 0 auto;
    padding: 20px;
    position: absolute;
    right: 0;
    top: 35px;
    width: 270px;
}
#sp-yamap .sp-module.yamapcontacts .sp-module-title {
    background-color: #08b641;
    color: #fff;
    font-size: 16px;
    margin: -20px -20px 0;
    padding: 15px 20px;
}
#sp-yamap .sp-module.yamapcontacts ul {
    margin-top: 20px;
}
#sp-yamap .sp-module.yamapcontacts ul > li {
    border-bottom: medium none;
    display: block;
    /*line-height: 30px;*/
    margin-bottom: 10px;
    transition: none 0s ease 0s ;
}
#sp-yamap .sp-module.yamapcontacts ul > li:last-child {
    margin-bottom: 0;
}
#sp-yamap .sp-module.yamapcontacts ul > li > a {
    display: inline;
    line-height: 0;
    transition: none 0s ease 0s ;
}
#sp-yamap .sp-module.yamapcontacts ul > li > a::before {
    content: "";
    margin: 0;
}
#sp-yamap .sp-module.yamapcontacts li i.fa {
    border: 1px solid #75b933;
    border-radius: 14px;
    color: #75b933;
    height: 28px;
    line-height: 14px;
    margin-right: 10px;
    padding: 6px;
    text-align: center;
    vertical-align: middle;
    width: 28px;
}
#sp-yamap .sp-module.yamapcontacts li i.fa.fa-mobile {
    font-size: 24px;
}
#sp-yamap .sp-module.yamapcontacts ul > li > span {
	display: inline-block;
}
#sp-yamap .sp-module.yamapcontacts ul > li:first-child i.fa {
	vertical-align: top;
}

/* SLIDESHOW */
#sp-slider-section {
	/*background: url('../images/bg_pattern.jpg');*/
	background: #666 url('../images/bg_pattern_tw.png');
	height: 460px;
}
@media (min-width: 992px) and (max-width: 1199px) {
	#sp-slider-section {
		height: 390px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#sp-slider-section {
		height: 313px;
	}
}
@media (max-width: 767px) {
	#sp-slider-section {
		height: auto;
	}
}
#sp-slider-section #sp-slider {
	padding-top: 30px;
	padding-bottom: 30px;
}
@media (max-width: 767px) {
	#sp-slider-section #sp-slider {
		padding-bottom: 50px;
	}
}
#sp-slider-section #sp-slider .sp-module-content {
	background: #fff none repeat scroll 0 0;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.uk-overlay-panel > div {
    margin-left: 45%;
    width: 440px;
	background: rgba(255,255,255,0.9);
	padding: 15px;
}
@media (max-width: 767px) {
	.uk-overlay-panel > div {
		margin-left: auto;
		margin-right: auto;
		width: 300px;
		background: rgba(255,255,255,0.9);
		padding: 15px;
	}
}
.uk-overlay-panel > div h3 {
    color: #18384c;
	margin-top: 0px;
	font-size: 32px;
}
.uk-overlay-panel > div div {
    color: #333;
	font-size: 18px;
}
.uk-overlay-panel.uk-overlay-bottom	{
	padding-top: 0px;
	padding-bottom: 0px;
	/*
	bottom: -55px;
	*/
}
@media (max-width: 767px) {
	.uk-overlay-panel.uk-overlay-bottom	{
		bottom: -55px;
	}
}
.uk-overlay-panel.uk-overlay-bottom > ul.uk-dotnav.uk-dotnav-contrast.uk-flex-center {
	/*
	margin: 0px !important;
	*/
}
#sp-slider-section .uk-dotnav li a, #sp-main-body .uk-dotnav li a {
    background: transparent none repeat scroll 0 0;
    border: 2px solid #f97001 !important;
    border-radius: 16px;
    height: 16px;
    padding: 0;
    width: 16px;
}
#sp-slider-section .uk-dotnav li.uk-active a, #sp-main-body .uk-dotnav li.uk-active a {
    background: #f97001 none repeat scroll 0 0;
}
#sp-slider-section .uk-slidenav-position .uk-slidenav {
	display: block;
}
#sp-slider-section .uk-slidenav-contrast {
	background: #f97001;
	color: #fff;
}
#sp-slider-section .uk-slidenav-contrast:hover {
	background: #d46103;
}
#sp-slider-section .uk-button-primary {
    background-color: #08b641;
    border: 0px;
}
#sp-slider-section .uk-button-primary:hover,
#sp-slider-section .uk-button-primary:active,
#sp-slider-section .uk-button-primary:focus {
    background-color: #068a31;
    border: 0px;
}
#sp-slider-section .uk-slidenav-position .uk-slidenav-previous,
#sp-slider-section .uk-slidenav-position .uk-slidenav-next {
	width: 48px;
	height: 48px;
	border-radius: 4px;
	font-size: 40px;
	line-height: 45px;
}
#sp-slider-section .uk-slidenav-position .uk-slidenav-previous {
	left: -60px;
}
#sp-slider-section .uk-slidenav-position .uk-slidenav-next {
	right: -60px;
}

/* PROS */
#sp-pros-section {
}
#sp-pros-section .parallax-window {
    padding-bottom: 40px;
    padding-top: 40px;
}
#sp-pros-section .parallax-window .container {
	background: rgba(255, 255, 255, 0.9);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
	padding: 30px 15px 35px 15px;
	width: 1140px;
}
@media (min-width: 992px) and (max-width: 1199px) {
	#sp-pros-section .parallax-window .container {
		width: 940px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#sp-pros-section .parallax-window .container {
		width: 720px;
	}
}
@media (max-width: 767px) {
	#sp-pros-section .parallax-window .container {
		width: 100%;
	}
}
#sp-pros-section .parallax-window .container .row > div {
	margin-top: 30px;
}
#sp-pros-section .sp-module-title {
    font-size: 30px;
    text-align: center;
	margin-bottom: 0px;
}
#sp-pros-section .adv-left {
	text-align: right;
	padding-right: 30px;
}
@media (min-width: 992px) and (max-width: 1199px) {
	#sp-pros-section .adv-left {
		padding-right: 15px;
	}	
}
@media (min-width: 768px) and (max-width: 991px) {
	#sp-pros-section .adv-left {
		padding-right: 10px;
	}
}
@media (max-width: 767px) {
	#sp-pros-section .adv-left {
		padding-right: 15px;
	}
}
#sp-pros-section .adv-right {
	text-align: left;
	padding-left: 30px;
}
@media (min-width: 992px) and (max-width: 1199px) {
	#sp-pros-section .adv-right {
		padding-left: 15px;
	}	
}
@media (min-width: 768px) and (max-width: 991px) {
	#sp-pros-section .adv-right {
		padding-left: 10px;
	}
}
@media (max-width: 767px) {
	#sp-pros-section .adv-right {
		padding-left: 15px;
	}
}
.box.box-2 .icon {
    background: #fff none repeat scroll 0 0;
    border-radius: 100%;
    box-sizing: border-box;
    color: #f97001;
    font-size: 30px;
    height: 80px;
    line-height: 80px;
    position: relative;
    text-align: center;
    transition: all 0.5s ease 0s;
    width: 80px;
    z-index: 1;
	border: 1px solid #f97001;
}
#sp-pros-section .parallax-window .container .row > div:hover .box.box-2 .icon {
	background: #f97001;
	color: #fff;
	transition: 0.4s;
	transform: rotateY(360deg);
}
#sp-pros-section .adv-left .box.box-2 .icon {
	float: right;
	margin: 0px 0px 0px 30px;
}
@media (min-width: 992px) and (max-width: 1199px) {
	#sp-pros-section .adv-left .box.box-2 .icon {
		margin-left: 20px;
	}	
}
@media (min-width: 768px) and (max-width: 991px) {
	#sp-pros-section .adv-left .box.box-2 .icon {
		margin-left: 15px;
	}	
}
@media (max-width: 767px) {
	#sp-pros-section .adv-left .box.box-2 .icon {
		margin-left: 10px;
	}	
}
#sp-pros-section .adv-right .box.box-2 .icon {
	float: left;
	margin: 0px 30px 0px 0px;
}
@media (min-width: 992px) and (max-width: 1199px) {
	#sp-pros-section .adv-right .box.box-2 .icon {
		margin-right: 20px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#sp-pros-section .adv-right .box.box-2 .icon {
		margin-right: 15px;
	}
}
@media (max-width: 767px) {
	#sp-pros-section .adv-right .box.box-2 .icon {
		margin-right: 10px;
	}
}
.box.box-2 .wrapper {
    overflow: hidden;
}
.box.box-2 .wrapper .prosname {
    color: #f97001;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}
@media (min-width: 992px) and (max-width: 1199px) {
	.box.box-2 .wrapper .prosname {
		font-size: 17px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.box.box-2 .wrapper .prosname {
		font-size: 14px;
	}	
}
@media (max-width: 767px) {
	.box.box-2 .wrapper .prosname {
		font-size: 14px;
	}	
}
.box.box-2 .wrapper ul {
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
}
.box.box-2 .wrapper ul li {
	position: relative;
}
@media (min-width: 992px) and (max-width: 1199px) {
	.box.box-2 .wrapper ul li {
		font-size: 13px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.box.box-2 .wrapper ul li {
		font-size: 12px;
	}
}
@media (max-width: 767px) {
	.box.box-2 .wrapper ul li {
		font-size: 12px;
	}
}
#sp-pros-section .adv-left .box.box-2 .wrapper ul li:after {
	content: ' ';
	width: 8px;
	height: 8px;
	border-radius: 8px;
	background: #f97001;
	line-height: 24px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
}
@media (min-width: 768px) and (max-width: 991px) {
	#sp-pros-section .adv-left .box.box-2 .wrapper ul li:after {
		display: none;
	}
}
#sp-pros-section .adv-right .box.box-2 .wrapper ul li:before {
	content: ' ';
	width: 8px;
	height: 8px;
	border-radius: 8px;
	background: #f97001;
	line-height: 24px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}
@media (min-width: 768px) and (max-width: 991px) {
	#sp-pros-section .adv-right .box.box-2 .wrapper ul li:before {
		display: none;
	}

}

/* ABOUT */
#sp-about-section {
    background: #f8f8f8 none repeat scroll 0 0;
    padding: 10px 0px 40px 0px;
}
@media (max-width: 767px) {
	#sp-about-section {
		text-align: center;
	}
}
#sp-about-section h3 {
    font-size: 30px;
    margin-bottom: 15px;
    margin-top: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
	#sp-about-section h3 {
		font-size: 22px;
	}
}
@media (max-width: 767px) {
	#sp-about-section h3 {
		font-size: 22px;
	}
}
@media (max-width: 767px) {
	#sp-about-section img {
		margin: 0 auto;
		margin-bottom: 15px;
	}
}
#sp-about-section p {
    margin-bottom: 15px;
}
@media (min-width: 992px) and (max-width: 1199px) {
	#sp-about-section p {
		font-size: 13px;
		line-height: 20px;
	}
}


/* FEATURED */
#sp-featured-section {
	/*background-image: url("/templates/shaper_helix3/images/bg_component_bw.png");*/
	background: #f5f5f5;
}
#sp-featured-section .sp-module-title {
    font-size: 22px;
    margin-bottom: 25px;
    margin-top: 30px;
    text-align: center;
    text-transform: uppercase;
	color: #333;
}
#products-container.vmproduct.productdetails.row .item-title {
	height: 48px;
}
#sp-featured-section .owl-carousel {
	position: relative;
}
#sp-featured-section .owl-carousel .owl-nav .owl-prev {
    left: -40px;
    position: absolute;
    top: 30%;
}
#sp-featured-section .owl-carousel .owl-nav .owl-next {
    position: absolute;
    right: -40px;
    top: 30%;
}
@media (min-width: 768px) and (max-width: 991px) {
	#sp-featured-section .owl-carousel .owl-nav .owl-prev {
		left: -0px;
		top: -70px;
	}
	#sp-featured-section .owl-carousel .owl-nav .owl-next {
		right: -0px;
		top: -70px;
	}
}
#sp-featured-section .owl-carousel .owl-nav .owl-prev .fa,
#sp-featured-section .owl-carousel .owl-nav .owl-next .fa {
    color: #acacac;
    font-size: 60px;
}
#sp-featured-section .owl-carousel .owl-nav .disabled {
    display: none !important;
}
@media (max-width: 767px) {
	#sp-featured-section .owl-carousel .owl-nav .owl-prev {
		left: 10px;
		top: auto;
		bottom: 35px;
	}
	#sp-featured-section .owl-carousel .owl-nav .owl-next {
		right: 10px;
		top: auto;
		bottom: 35px;
	}
}



/* BRANDS */
#sp-brands-section {
    background: #fff none repeat scroll 0 0;
}
#sp-brands-section .sp-module-title {
    font-size: 22px;
    margin-bottom: 25px;
    margin-top: 30px;
    text-align: center;
    text-transform: uppercase;
}
#sp-brands {
    padding-bottom: 40px;
}
@media (max-width: 767px) {
	#sp-brands {
		padding-bottom: 60px;
	}	
}
#sp-brands .item a {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #e6e6e6;
    display: inline-block;
    line-height: 122px;
    padding: 10px 20px;
}
#sp-brands .item:hover a {
    border: 1px solid #f97001;
}
#sp-brands .item a img {
    display: inline-block;
    max-height: 120px;
    width: auto;
}
#sp-brands .owl-carousel .owl-nav {
}
#sp-brands .owl-carousel .owl-nav .owl-prev {
    left: -30px;
    position: absolute;
    top: 30%;
}
@media (min-width: 768px) and (max-width: 991px) {
	#sp-brands .owl-carousel .owl-nav .owl-prev {
		left: -20px;
	}
}
@media (max-width: 767px) {
	#sp-brands .owl-carousel .owl-nav .owl-prev {
		left: 5px;
		top: auto;
		bottom: -50px;
	}	
}
#sp-brands .owl-carousel .owl-nav .owl-next {
    position: absolute;
    right: -30px;
    top: 30%;
}
@media (min-width: 768px) and (max-width: 991px) {
	#sp-brands .owl-carousel .owl-nav .owl-next {
		right: -20px;
	}
}
@media (max-width: 767px) {
	#sp-brands .owl-carousel .owl-nav .owl-next {
		right: 5px;
		top: auto;
		bottom: -50px;
	}	
}
#sp-brands .owl-carousel .owl-nav .disabled {
    display: none !important;
}
#sp-brands .owl-carousel .owl-nav .owl-prev .fa, #sp-brands .owl-carousel .owl-nav .owl-next .fa {
    color: #acacac;
    font-size: 48px;
}
#sp-brands .owl-carousel .owl-nav .owl-prev:hover .fa, #sp-brands .owl-carousel .owl-nav .owl-next:hover .fa {
    color: #f97001;
}

/* FOOTER */
#sp-footer {
    /*background: #c0dbec;
	color: #333;*/
	background: #666;
	color: #fff;
	padding-bottom: 15px;
}
@media (min-width: 992px) and (max-width: 1199px) {
	#sp-footer1 {
		font-size: 12px;
	}
}
#sp-footer2 {
    text-align: left;
}
@media (max-width: 767px) {
	#sp-footer2 {
		text-align: center;
		margin-bottom: 15px;
	}
}
#sp-footer2 p {
	font-size: 14px;
	line-height: 25px;
	margin-bottom: 0px;
}
@media (min-width: 992px) and (max-width: 1199px) {
	#sp-footer2 p {
		font-size: 11px;
		line-height: 20px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#sp-footer2 p {
		font-size: 12px;
		line-height: 18px;
	}
}
@media (max-width: 767px) {
	#sp-footer2 p {
		line-height: 20px;
	}
}
#sp-footer3 {
    text-align: right;
}
@media (max-width: 767px) {
	#sp-footer3 {
		text-align: center;
	}
	#sp-footer3 img {
		margin: 0 auto;
	}
}
#sp-footer3 p {
    margin-bottom: 0px;
    margin-top: 10px;
	line-height: 18px;
}
@media (max-width: 767px) {
	#sp-footer3 p {
		line-height: 20px;
	}
}
#sp-footer3 p + p {
    margin-top: 0;
}
#sp-footer3 p a {
    color: #fff;
}

/* INSTAGRAM */
.instagram .sp-module-content {
	box-shadow: 0 0 0 1px rgba(4, 47, 89, 0.12) inset;
	padding: 10px;
	border-radius: 3px;
}
.custom.instagram > a {
	border-bottom: 1px solid #e7e8ec;
	padding: 0 5px 10px 0px;
	display: block;
	margin-left: 5px;
	margin-bottom: 5px;
}
.custom.instagram > a img {
	display: inline-block;
	margin-right: 5px;
}
/*
.ig-follow .IGF.large .ig-background {
	background: #7dbd3e none repeat scroll 0 0;
	border: 0 none;
	border-radius: 2px;
	box-shadow: none;
	color: #ffffff;
	line-height: 16px;
	padding: 8px;
	text-align: center;
	transition: opacity 100ms linear 0s, background-color 100ms linear 0s;
	width: 100%;
}
.custom.instagram .ig-follow .IGF.large .ig-background .ig-camera:after {
	content: "Следите за обновлениями";
	font-family: tahoma,arial,verdana,sans-serif,Lucida Sans;
	font-size: 12px;
	display: block;
}
.ig-follow {
	width: 100%;	
}
.ig-follow .IGF.large {
	display: block;
}
.ig-follow .IGF.large .ig-background .ig-text {
	display: none;
}*/

/* CART */
#system-message-container #system-message .alert.alert-notice {
	background: #fff;
	border: 1px solid #ececec;
}
#fancybox-wrap {
	max-width: 480px !important;
}
#fancybox-content {
	max-width: 460px !important;
}
#fancybox-content > div {
	background: #fff;
}
#fancybox-content .continue_link,
#fancybox-content .showcart.floatright {
	font-size: 16px;
}
#fancybox-content h5 {
	text-align: center;
}
#fancybox-content .popupProductImage {
	max-height: 200px;
	margin: 0 auto;
}
#vmMainPageOPC h3.module-title {
	background: #f97001;
	border: 0px;
	border-radius: 4px;
    font-size: 17px;
    line-height: 17px;
    margin-top: 0px;
    margin-bottom: 2px;
    padding: 15px 10px 15px 20px;
	color: #fff;
}

#basket_container .black-basket .col-module_content,
.basket_container .black-basket .col-module_content {
	border-radius: 0px;
}

div#vmMainPageOPC *,
div#vmMainPageOPC *::before,
div#vmMainPageOPC *::after {
	box-sizing: border-box;
}

#basket_container .black-basket .col-module_content,
.basket_container .black-basket .col-module_content {
	color: #333;
}
#basket_container .black-basket .col-module_content {
	background: #fff;
}
#basket_container .black-basket .col-module_content div.op_basket_row,
.basket_container .black-basket .col-module_content div.op_basket_row {
	padding: 0px;
}
#basket_container .black-basket .col-module_content .op_basket_row.op_basket_header {
	padding-top: 7px;
	padding-bottom: 7px;
	font-size: 16px;
}
#basket_container .black-basket .col-module_content .op_basket_row.op_basket_rows {
	padding-top: 10px;
	padding-bottom: 10px;
	border-right: 0px;
}
#basket_container .black-basket .col-module_content .op_basket_row.op_basket_rows:hover {
	background: transparent;
}
#basket_container .black-basket .col-module_content .op_basket_row.op_basket_rows div.opc_PricesalesPrice {
	float: none;
}
#basket_container .black-basket .col-module_content .op_basket_row.custom_chec {
	border-right: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#onepage_main_div.row {
	margin-left: -15px;
	margin-right: -15px;
	width: 878px;
	margin-top: 0px;
}
#onepage_main_div.row .left-info .left-info-wrapper,
#onepage_main_div.row .right-info .right-info-wrapper {
	background: #fff;
	border: 1px solid #ececec;
}
#vmMainPageOPC #onepage_main_div.row .left-info .tabcontent3 h3,
#vmMainPageOPC #onepage_main_div.row .right-info h3.payment_h3,
#vmMainPageOPC #onepage_main_div.row .right-info h3.shipping_h3 {
	border-top: 0px;
}
#vmMainPageOPC #onepage_main_div.row .left-info .tabcontent3 fieldset {
	float: none;
	background: transparent;
}
#vmMainPageOPC #onepage_main_div.row .left-info .tabcontent3 fieldset div.field_wrapper {
	float: none;
}
#onepage_main_div.row .right-info .op_inside,
#onepage_main_div.row .right-info #payment_top_wrapper {
	background: #fff;
	border: 1px solid #ececec;
	margin-bottom: 15px;
}
#onepage_main_div .right-info .op_inside fieldset,
#onepage_main_div .right-info #payment_top_wrapper  fieldset {
		background: transparent;	
}
#onepage_main_div .right-info .pay_box {
    border-bottom: 0px;
    float: none;
    margin-right: 0px;
    max-width: 100%;
    padding: 10px 20px 0px 20px;
    width: 100%;
}
#onepage_main_div .right-info #payment_top_wrapper .vmpayment_name {
	text-transform: none;
	font-size: 14px;
	padding-left: 5px;
}
#onepage_main_div .right-info #payment_top_wrapper #payment_html input {
	margin-top: 5px;
}
#onepage_main_div .right-info #payment_top_wrapper #payment_html label {
	margin: 0px;
}
#onepage_main_div .right-info .op_inside input {
	margin-top: 5px;
}
#onepage_main_div .right-info .op_inside label {
	margin: 0px;
}
#onepage_main_div .right-info .op_inside .vmshipment_name {
	font-size: 14px;
	padding-left: 5px;
}
#onepage_main_div .right-info > .shipping_h3 {
	border: 1px solid #ececec !important;
	border-bottom: 0px !important;
}
#onepage_main_div.row .right-info .notes_checkout {
	background: #fff;
	border: 1px solid #ececec !important;
	border-top: 0px !important; 	
	margin-bottom: 15px;
}
#onepage_main_div #customer_note_field {
	margin: 0 auto;
	width: 90%;
	max-width: none;
}

div#onepage_info_above_button {
	margin-bottom: 30px;
}

div#opc_logged_wrapper .formLabel, div#opc_unlogged_wrapper .formLabel {
	width: 40%;
}
#vmMainPageOPC .formField {
	width: 60%;
}

#vmMainPageOPC .coupon_wrapper {
	padding: 15px;
}
#vmMainPageOPC .coupon_wrapper .coupon-input-block {
	padding-right: 30px;
}
#vmMainPageOPC .coupon_wrapper label {
	line-height: 40px;
	display: inline-block;
	margin: 0px;
	font-size: 19px;
}
#vmMainPageOPC .coupon_wrapper #coupon_code {
	height: 40px;
	display: inline-block;
	width: 100%;
	max-width: none;
}
#vmMainPageOPC input#submit_coupon_button,
#vmMainPageOPC input#submit_coupon_button:hover,
#vmMainPageOPC input#submit_coupon_button:active,
#vmMainPageOPC input#submit_coupon_button:focus {
	background: none !important;
	background-color: #08b641 !important;
	border: 0 none !important;
	transition: color 400ms ease 0s, background-color 400ms ease 0s, border-color 400ms ease 0s !important;
	border-radius: 6px !important;
	font-size: 18px !important;
	line-height: 40px!important;
	padding: 0px 16px !important;
	color: #fff !important;
	-moz-user-select: none !important;
	cursor: pointer !important;
	display: inline-block !important;
	font-weight: 400 !important;
	margin-bottom: 0 !important;
	vertical-align: middle !important;
	white-space: nowrap !important;
	height: 40px !important;
	width: auto!important;
}
#vmMainPageOPC input#submit_coupon_button:hover,
#vmMainPageOPC input#submit_coupon_button:active,
#vmMainPageOPC input#submit_coupon_button:focus {
	background-color: #068a31 !important;
}


/* PRODUCT DETAILS */
.view-productdetails #sp-component > .sp-column {
	background: #fff none repeat scroll 0 0;
    border: 1px solid #ececec;
	padding: 15px;
}
.productdetails-view.productdetails h1 {
	margin-bottom: 20px;
	font-size: 22px;
	font-weight: 400;
}
.productdetails-view.productdetails .vm-product-images-container {
	padding-left: 0px;
}
.productdetails-view.productdetails .vm-product-container {
	margin-bottom: 20px;
}
.productdetails-view.productdetails .spacer-buy-area {
	padding-left: 0px;
	margin-bottom: 20px;
}
@media (min-width: 768px) and (max-width: 991px) {
	.productdetails-view.productdetails .spacer-buy-area {
		margin-top: 15px;
	}
}
.productdetails-view.productdetails .tab-content {
	padding-top: 10px;
}
/* prices */
.productdetails-view.productdetails .spacer-buy-area .vm-product-prices .product-price {
	float: none;
	text-align: left;
	margin-bottom: 0px;
}
@media (max-width: 767px) {
	.productdetails-view.productdetails .spacer-buy-area .vm-product-prices .product-price {
		text-align: center;
		margin-top: 15px;
	}
}
.productdetails-view.productdetails .spacer-buy-area .vm-product-prices .product-price .price-crossed {
	display: inline-block;
	margin-right: 10px;
}
.productdetails-view.productdetails .spacer-buy-area .vm-product-prices .product-price .price-crossed .vm-display.vm-price-value {
	font-size: 20px;
}
.productdetails-view.productdetails .spacer-buy-area .vm-product-prices .product-price .price-crossed .vm-display.vm-price-value .vm-price-desc {
	display: none;
}
.productdetails-view.productdetails .spacer-buy-area .vm-product-prices .product-price .price-crossed + .PricesalesPrice.vm-display.vm-price-value {
	float: none;
}
.productdetails-view.productdetails .spacer-buy-area .vm-product-prices .product-price .price-crossed + .PricesalesPrice.vm-display.vm-price-value {
	display: inline-block;
}
.productdetails-view.productdetails .spacer-buy-area .vm-product-prices .product-price .price-crossed + .PricesalesPrice.vm-display.vm-price-value .PricesalesPrice {
	color: #e61c19;
}
.productdetails-view.productdetails .spacer-buy-area .vm-product-prices .product-price .PricesalesPrice.vm-display.vm-price-value .vm-price-desc {
	display: none;
}
.productdetails-view.productdetails .spacer-buy-area .vm-product-prices .product-price .PricesalesPrice.vm-display.vm-price-value .PricesalesPrice {
	font-size: 24px;
	line-height: 34px;
}
.productdetails-view.productdetails .spacer-buy-area > .row {
	margin-left: -15px;
	margin-right: -15px;
}
@media (min-width: 992px) and (max-width: 1199px) {
	.productdetails-view.productdetails .spacer-buy-area .vm-product-addtocart {
		margin-top: 15px;
	}
}
@media (max-width: 767px) {
	.productdetails-view.productdetails .spacer-buy-area .vm-product-addtocart {
		margin-top: 15px;
	}
}
.productdetails-view.productdetails .addtocart-area .addtocart-bar {
	margin-top: 0px;
}
@media (max-width: 767px) {
	.productdetails-view.productdetails .addtocart-area .addtocart-bar {
		text-align: center;
	}	
}
.productdetails-view.productdetails #userForm {
	background: #f5f5f5 none repeat scroll 0 0;
	padding: 15px;
	border-radius: 4px;
}
@media (min-width: 992px) and (max-width: 1199px) {
	.productdetails-view.productdetails #userForm .rsform-block-phone {
		padding-left: 0px;
		padding-right: 0px;
	}
}
.productdetails-view.productdetails #userForm .rsform-block-phone #Phone {
    font-size: 13px;
}
@media (min-width: 992px) and (max-width: 1199px) {
	.productdetails-view.productdetails #userForm .rsform-block-phone #Phone {
		font-size: 11px;
		height: 29px;
	}
}
@media (max-width: 767px) {
	.productdetails-view.productdetails #userForm .rsform-block-phone #Phone {
		font-size: 14px;
		text-align: center;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.productdetails-view.productdetails #userForm .rsform-block-send {
		padding-right: 0px;
	}
}
@media (max-width: 767px) {
	.productdetails-view.productdetails #userForm .rsform-block-send {
		margin-top: 10px;
	}
}
.productdetails-view.productdetails #userForm .rsform-block-send .rsform-submit-button {
	width: 100%;
}
@media (min-width: 992px) and (max-width: 1199px) {
	.productdetails-view.productdetails #userForm .rsform-block-send .rsform-submit-button {
		font-size: 12px;
	}
}
.productdetails-view.productdetails .product-short-description {
    border: 1px solid #f97001;
	border-radius: 4px;
	color: #333;
    margin-top: 15px;
    padding: 15px;
}
@media (min-width: 992px) and (max-width: 1199px) {
	.productdetails-view.productdetails .product-short-description {
		font-size: 12px;
		line-height: 20px;
		padding: 10px 15px 10px 15px;
	}
}
.productdetails-view.productdetails .advantages p {
	line-height: 24px;
}
.productdetails-view.productdetails .advantages .fa {
    margin: 0px 5px 10px 0px;
    background: #fff none repeat scroll 0 0;
    border-radius: 100%;
    box-sizing: border-box;
    color: #f97001;
    font-size: 14px;
    height: 34px;
    line-height: 34px;
    position: relative;
    text-align: center;
    transition: all 0.5s ease 0s;
    width: 34px;
    z-index: 1;
    border: 1px solid #f97001;
}
@media (min-width: 992px) and (max-width: 1199px) {
	.productdetails-view.productdetails .advantages .fa {
		float: left;
	}
}
.productdetails-view.productdetails .advantages p:hover .fa {
	background: #f97001;
	color: #fff;
	transition: 0.4s;
	transform: rotateY(360deg);
}
/*
.productdetails-view.productdetails .nav-tabs {
	border-color: #f97001;
}
.productdetails-view.productdetails .nav-tabs>li.active>a,
.productdetails-view.productdetails .nav-tabs>li.active>a:focus,
.productdetails-view.productdetails .nav-tabs>li.active>a:hover {
	border-left-color: #f97001;
	border-top-color: #f97001;
	border-right-color: #f97001;
}
*/
.productdetails-view.productdetails .nav-tabs li a {
	color: #333;
}
.productdetails-view.productdetails .nav-tabs > li.active a {
	color: #f97001;
}

.productdetails-view.productdetails .vmzoomer-additional-images .owl-controls .owl-prev img,
.productdetails-view.productdetails .vmzoomer-additional-images .owl-controls .owl-next img {
	display: inline-block;
}
/* stock */
.itemnotinstock {
	color: #eb4947;
}
.iteminstock {
	color: #75b933;
}
/* related */
.related-product .vm-product-title {
	text-align: center;
}
#comments-form,
#comments-form .row {
	margin-left: -15px;
	margin-right: -15px;
}
#comments-form .smiles img {
	display: inline-block;
}
#comments-form p {
	margin-left: 0px !important;
}
#comments-form input {
	width: 100% !important;
	height: 30px;
}
#comments-form textarea#comments-form-comment {
	width: 100%;
	max-width: none !important;
	height: 135px;
}
#comments-form .grippie {
	display: none;
}
#comments-form #comments-form-buttons {
	margin-left: 0px !important;
}
#comments-form #comments-form-buttons #comments-form-send {
	padding-left; 0px;
}

/* Jcomments */
.sp-module.jcomments .sp-module-content {
	border-radius: 3px;
	box-shadow: 0 0 0 1px rgba(4, 47, 89, 0.12) inset;
	padding: 10px;
}
.sp-module.jcomments .sp-module-content .jcomments-latest.jcomments .author {
	font-size: 14px;
}
.sp-module.jcomments .sp-module-content .jcomments-latest.jcomments .comment.rounded {
	border: 0px;
	padding: 0px;
	font-size: 13px;
	line-height: 20px;
}

/* CONTACTS PAGE */
.contacts-list ul {
    padding: 0;
}
.contacts-list ul li {
    font-size: 16px;
    line-height: 40px;
    list-style: outside none none;
}
.contacts-list ul li i.fa {
    background-color: #18384c;
    color: #ffe749;
    margin-right: 10px;
    padding: 10px;
    text-align: center;
    width: 36px;
}
.contacts-list ul li div {
    margin-left: 46px;
}
.contacts-list ul li a {
    color: #333;
    margin-left: 46px;
}
.contacts-list ul li img {
    display: inline;
}
.contacts-feedback .rsform-block {
    margin-bottom: 15px;
}
.contacts-feedback .formControlLabel {
    font-size: 16px;
    margin-bottom: 5px;
}
.contacts-feedback input#Name, .contacts-feedback input#Email {
    border-radius: 0;
    width: 100%;
}
.contacts-feedback input#Subject {
    border-radius: 0;
    width: 100%;
}
.contacts-feedback textarea#Message {
    border-radius: 0;
    height: 160px;
    width: 100%;
}
.contacts-feedback > .row > div:first-child {
    padding-right: 0;
}
.contacts-feedback > .row > div + div {
    padding-left: 0;
}

/* JA COMMENTS */
.jac-expand-form ul li.clearfix {
	display: inline-block;
	vertical-align: top;
}
#jac-wrapper ul li #jac-new-captcha label {
	padding-bottom: 6px;
}
#jac-wrapper ul li #jac-new-captcha .img_captcha {
	display: inline-block;
	vertical-align: top;
}
#jac-wrapper ul li #jac-new-captcha .img_captcha label {
	display: inline;
}
#jac-wrapper ul li #jac-new-captcha .img_captcha img#jac_image_captcha {
	margin-top: 0px;
	float: none;
}
#jac-wrapper ul li #jac-new-captcha .img_captcha #jac-refresh-image {
	margin-left: -16px;
	height: 16px;
	width: 16px;
}
#jac-wrapper ul li #jac-new-captcha .type_captcha {
	float: none;
	display: inline-block;
}
#sp-component #jac-wrapper #jac-post-new-comment ul.form-comment,
#sp-component #jac-wrapper #jac-edit-comment ul.form-comment {
	width: 100%;
}
#sp-component #jac-wrapper .form-actions {
	width: 100%;
}

/* BLOG */
.blog .article.item {
	margin-bottom: 25px;
}
.blog .article.item .entry-header {
	margin-bottom: 10px;
}

/* VM SEARCH */
.browse-view .virtuemart_search input.inputbox {
	float: left;
	margin-right: 10px;
}
.browse-view .vm-products-ordering {
	clear: both;
}

/* OK */
#sp-left .jlgroupprocustom {
	
}
#sp-left #okgroup152 {
	padding-top: 0px;
}
#sp-left .jlgroupprocustom {
    padding-top: 0px;
}
#sp-left div[class*=csstabs] input:checked + * *:first-child {
	background-color: transparent;
}

/* SUBSCRIPTION */
.subscription-content {
    position: fixed;
    z-index: 8;
    height: 84px;
    right: 0;
    left: 0;
    bottom: 0px;
	background: #08b641;
	padding-top: 25px;
	padding-bottom: 25px;
}
.slide-up {
    bottom: -59px !important;
}
.slide-down {
    bottom: 0px !important;
}
.subscription-content .container {
	position: relative;
}
.subscription-content .container .collapselink {
	position: absolute;
	right: 15px;
	top: -45px;
	width: 32px;
	height: 20px;
	color: #fff;
	background: #08b641;
	text-align: center;
}
.subscription-content .container p {
	text-align: center;
	margin: 0px;
	color: #fff;
	font-size: 18px;
	line-height: 34px;
}
.subscription-content .container fieldset p {
	text-align: left;
}
.subscription-content .container #Send {
	background: #068a31;
	height: 34px;
	width: 100%;
	font-size: 16px;
}
.subscription-content .container .formValidation .formError {
	font-size: 14px;
	color: #fff;
	font-weight: 400;
}
.subscription-content .fa-chevron-up {
	display: none;
}
.subscription-content .fa-chevron-down {
	display: inline-block;
}
.subscription-content.slide-up .fa-chevron-up {
	display: inline-block;
}
.subscription-content.slide-up .fa-chevron-down {
	display: none;
}
.subscription-content.slide-down .fa-chevron-up {
	display: none;
}
.subscription-content.slide-down .fa-chevron-down {
	display: inline-block;
}

/* VM PRODUCT ORDER INFO */
.productdetails-view.productdetails .vm-product-order-info {
	margin-top: 30px;
	margin-bottom: 20px;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	padding-top: 15px;
	padding-bottom: 10px;
}
.productdetails-view.productdetails .vm-product-order-info p {
	font-size: 18px;
}
.productdetails-view.productdetails .vm-product-order-info i.fa {
	float: left;
	margin-top: 8px;
	margin-right: 10px;
	width: 56px;
	height: 56px;
	line-height: 56px;
	vertical-align: middle;
	border: 1px solid;
	color: #01596d;
	font-size: 20px;
	text-align: center;
}
.productdetails-view.productdetails .vm-product-order-info ul {
	padding-left: 80px;
}


/* RELATED PRODUCTS */
.productdetails-view.productdetails .related-products {
	margin-top: 10px;
	margin-bottom: 20px;
}
.productdetails-view.productdetails .related-products .product-fields-title {
	margin-bottom: 10px;
}
.productdetails-view.productdetails .related-products .product-fields-title strong {
	font-weight: 400;
	font-size: 18px;
}

/* BANNERS SECTION */
#sp-banners-section {
	background: #e6e6e6;
	padding-top: 40px;
	padding-bottom: 40px;
}
#sp-banners-section a {
	position: relative;
	display: block;
}
#sp-banners-section span {
	position: absolute;
	top: 0px;
	right: 15px;
	width: 45%;
	font-size: 20px;
	text-align: center;
	color: #e83840;
	bottom: 0px;
    margin-top: auto;
    margin-bottom: auto;
	display: table;
}
@media (max-width: 767px) {
	#sp-banner1 {
		margin-bottom: 15px;
	}
}

/* HELIX3 BOOTSTRAP FIX */
.view-productdetails #sp-component.col-sm-8,
.view-article #sp-component.col-sm-8 {
	/*width: 100%;*/
}
.itemid-101 #sp-component {
	width: 100%;
}

/* SIDEBAR MENU */
#sp-left .sp-module-title {

}
#sp-left div#nextend-accordion-menu-281 dt.level1 {
	box-shadow: none;
	border: 1px solid #ececec;
	margin-bottom: 2px;
	background: #fff;
	border-radius: 4px;
}
#sp-left div#nextend-accordion-menu-281 .nextend-productnum {
	background: none;
	box-shadow: none;
	border: 1px solid;
}
/*
#sp-left div#nextend-accordion-menu-281 dd.level1.parent.opened,
#sp-left div#nextend-accordion-menu-281 dd.level1.parent.opening,
#sp-left div#nextend-accordion-menu-281 dd.level1.parent.closing {
	margin-top: -2px;
}
*/
#sp-slideshow-left div#nextend-accordion-menu-150 dl.level2{
	background: #fff;
}
#sp-left div#nextend-accordion-menu-281 dl.level2 dt.first {
	box-shadow: none;
	border-top: 1px solid #ececec;
}
#sp-left div#nextend-accordion-menu-281 dl.level2 dt {
	border-left: 1px solid #ececec;
	border-right: 1px solid #ececec;
}
#sp-left div#nextend-accordion-menu-281 dl.level2 dt.last {
	border-bottom: 1px solid #ececec;
	margin-bottom: 2px;
}
#sp-left div#nextend-accordion-menu-281 dl.level1 dd.parent.opening > dl,
#sp-left div#nextend-accordion-menu-281 dl.level1 dd.parent.opened > dl,
#sp-left div#nextend-accordion-menu-281 dl.level1 dd.parent.closing > dl {
	background: #f5f5f5;
	border-radius: 4px;
}

@media (min-width: 992px) and (max-width: 1199px) {
	#sp-left div#nextend-accordion-menu-281 dl.level1 dt a {
		line-height: 20px;
	}
	#sp-left div#nextend-accordion-menu-281 dl.level1 dt a span {
		font-size: 14px;
		line-height: 20px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	#sp-left div#nextend-accordion-menu-281 dl.level1 dt a {
		line-height: 18px;
	}
	#sp-left div#nextend-accordion-menu-281 dl.level1 dt a span {
		font-size: 12px;
		line-height: 18px;
	}
}

/* CATFULLDESC */
.catfulldesc {
	padding: 20px;
	background: #fff;
	border-radius: 4px;
	border: 1px solid #ececec;
	margin-top: 20px;
}

/* BOTTOM SECTION */
#sp-bottom {
	background: #f5f5f5;
	padding: 0px 0px 20px 0px;
}
#sp-bottom1,
#sp-bottom2,
#sp-bottom3,
#sp-bottom4,
#sp-bottom5,
#sp-bottom6 {
	padding-top: 20px;
}
@media (max-width: 767px) {
	#sp-bottom1,
	#sp-bottom2,
	#sp-bottom3,
	#sp-bottom4,
	#sp-bottom5,
	#sp-bottom6 {
		text-align: center;
	}
}
#sp-bottom .sp-module .sp-module-title {
	font-size: 18px;
	margin-bottom: 10px;
}
#sp-bottom li a {
	font-size: 13px;
	line-height: 24px;
}
@media (min-width: 992px) and (max-width: 1199px) {
	#sp-bottom li a {
		font-size: 12px;
		line-height: 22px;
	}
}
#sp-bottom li a:before {
  content: '\f105';
  font-family: 'FontAwesome';
  display: inline-block;
  color: #f97001;
  margin-right: 5px;
  font-size: 13px;
}

/* VIRTUEMART MAIN PAGE */
.view-virtuemart .category-view {
	margin-left: -15px;
	margin-right: -15px;
	margin-top: 30px;
}
.view-virtuemart .category-view .category {
    margin-bottom: 30px;
    text-align: center;
}
.view-virtuemart .category-view .category .spacer {
    background: #fff none repeat scroll 0 0;
    padding: 15px 15px 15px 15px;
    width: 100%;
    position: relative;
    border: 1px solid #e9e9e9;
    border-radius: 4px;
}
.view-virtuemart .category-view .category:hover .spacer {
    box-shadow: 0 2px 16px 0 rgba(249, 112, 1, 0.4);
    transition: all 0.3s ease 0s;
}
.view-virtuemart .category-view .category .spacer a {
    color: #333;
    font-size: 15px;
	margin-bottom: 10px;
	display: block;
}
.view-virtuemart .category-view .category:hover .spacer a {
	color: #f97001;
}
.view-virtuemart .category-view .category .spacer a + a {
	margin-bottom: 0px;
}

.view-virtuemart .category-view .category .spacer a + a img {
    display: inline;
    max-height: 100%;
    max-width: 100%;
    vertical-align: middle;
	width: auto;
	height: auto;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.view-virtuemart .category-view .category:hover .spacer a + a img {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

/* RSCOMMENTS */
#sp-component .rscomments {
	padding: 0px;
	background-color: transparent;
}
#sp-component .rscomments .rscomment-form {
	border-radius: 4px;
}
#sp-component .rscomments .rscomment-form .control-group input {
	width: 100%;
}

/* FOOTER LOGO */
#sp-footer1 .logo-f a span {
    background: #f97001;
    color: #fff;
    display: inline-block;
    border-radius: 4px;
    vertical-align: middle;
    padding: 5px 5px 5px 5px;
    margin-top: -5px;
    margin-right: 5px;
	font-size: 24px;
}
@media (max-width: 1199px) and (min-width: 992px) {
	#sp-footer1 .logo-f a span {
		padding: 2px 0px 2px 0px;
	}
}
@media (max-width: 991px) and (min-width: 768px) {
	#sp-footer1 .logo-f a span {
		padding: 5px 2px 5px 2px;
	}
	#sp-footer1 .logo-f a span i.fa.fa-spin.fa-fw {
		font-size: 28px;
	}
}
#sp-footer1 .logo-f a img {
	display: inline-block;
}
@media (max-width: 1199px) and (min-width: 992px) {
	#sp-footer1 .logo-f a img {
		height: 52px;
	}	
}
@media (max-width: 991px) and (min-width: 768px) {
	#sp-footer1 .logo-f a img {
		width: 112px;
	}	
}
#sp-footer1 p {
	text-align: left;
	margin-top: 10px;
	margin-bottom: 0px;
}
@media (max-width: 1199px) and (min-width: 992px) {
	#sp-footer1 p {
		margin-top: 5px;
	}
}
@media (max-width: 991px) and (min-width: 768px) {
	#sp-footer1 p {
		font-size: 13px;
		margin-top: 5px;
		line-height: 22px;
	}
}
@media (max-width: 767px) {
	#sp-footer1 p {
		text-align: center;
		margin-bottom: 10px;
	}
}
@media (max-width: 991px) and (min-width: 768px) {
	#sp-footer1 p span {
		display: block;
	}
}

/* CHERRY PICKER PULSATE */
@keyframes border-pulsate {
    0%   { border-color: rgba(249, 112, 1, 1); }
    50%  { border-color: rgba(249, 112, 1, 0); }
    100% { border-color: rgba(249, 112, 1, 1); }
}

.cp-filter-collapse-link-text {
    display: block;
    margin: 20px;
    padding: 5px;
    border: 3px solid #f97001;
    animation: border-pulsate 2s infinite;
}




















