body {
	background: #fff;
}
#header.header_fix_cart {
	z-index: inherit;
}
#content #middlecol .inside {
	padding: 0 10px;
}
#content #middlecol table {
	margin: 15px 0;
}
#content #middlecol.no-sidebar2  .inside {
	padding-right: 0;
}
#content #middlecol .inside .item-page, #content #sidebar .sidebar_module,
#content .category-view .browse-view .category-contents,
#content .category-view .browse-view .category_description,
#content .productdetails-view.productdetails,
#content .contact,
#content #checkoutForm,
#sidebar2 .cf_wrapp_all {
	background-color: #ffffff;
	padding: 10px;
/*	border: 1px solid #ddd;
	-webkit-box-shadow: 1px 1px 2px #d3d3d3;
	-moz-box-shadow: 1px 1px 2px #d3d3d3;
	box-shadow: 1px 1px 2px #d3d3d3;*/
}
#content .contact h3, #content .contact dt {
	display: none;
}
#content .contact .dl-horizontal dd {
	margin-left: 0;
}
#content #middlecol .inside > .bannergroup {
	text-align: center;
	margin-bottom: 15px;
}
#sidebar2 .cf_wrapp_all .cf_form:before {
	content: 'Подбор по параметрам';
	padding-bottom: 5px;
	margin-bottom: 12px;
	font-size: 16px;
	line-height: 18px;
	display: block;
}
#sidebar2 .cf_wrapp_all .cf_form .cf_flt_header .headexpand {
	margin-top: 4px;
}
#sidebar2 .cf_wrapp_all .cf_form .cf_flt_header .cf_flt_header_text {
	font-size: 14px;
	color: #de9d00;
	line-height: 20px;
}
#content .row-fluid #middlecol.span9 {
	padding: 12px;
	padding-left: 0;
}
.row-fluid .span9 {
	width: 76.92307692307693%;
}
#content.no-slideshow {
	padding-top: 0;
	padding-bottom: 0;
}
#footer #copyright {
	border: none;
	margin: 30px 0 0;
	background: #717274;
	background: -moz-linear-gradient(top,  #717274 0%, #646567 100%);
	background: -webkit-linear-gradient(top,  #717274 0%,#646567 100%);
	background: linear-gradient(to bottom,  #717274 0%,#646567 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#717274', endColorstr='#646567',GradientType=0 );
}
#footer #copyright div.copytext {
	color: #ffffff;
	text-align: left;
	line-height: 16px;
}
#footer #copyright .stats {
	float: right;
	margin-left: 10px;
}
#gotop .scrollup {
	right: 0;
	left: 15px;
}
.opg-progress-striped.opg-active .opg-progress-bar {
	background: url('../images/custom/loading-bg.png') repeat-x 50% 50% #ffffff;
}
.opg-progress-striped.opg-active {
	border: 1px solid #c2c2c2;
}
span.quantity-box,
span.quantity-controls,
#mainmenu .navbar-inner ul.nav > li.active:after,
.product-price .vm-price-desc,
#search .vm_cart_products .product_row .subtotal_with_tax,
#search .vm_cart_products .product_row .customProductData,
#search .vm_cart_products .product_row br,
.product-related-products span.hasTooltip,
#cart-contents #coupon_taxfulldiv,
body.accessories-page div.product_compare {
	display: none;
	visibility: hidden;
}
table#compare_list_prod td.cp {
	padding: 5px;
	vertical-align: top;
	text-align: center;
}
table#compare_list_prod tr td.cp:first-of-type {
	text-align: left;
}
table#compare_list_prod tr td.cp.different {
	color: #a22;
}
#mainmenu, #mobile_menus > .sidebar_module {
	padding: 0 12px;
	background: #ffcb05;
	border: 1px solid #ffcb05;
	-webkit-box-shadow: 0px 0px 1px #edf9ff;
	-moz-box-shadow: 0px 0px 1px #edf9ff;
	box-shadow: 0px 0px 1px #edf9ff;
	margin-bottom: 10px;
}
#content #sidebar .sidebar_module ul.menu {
	padding: 0 12px;
	background: white;
	-webkit-box-shadow: 0px 0px 1px #edf9ff;
	-moz-box-shadow: 0px 0px 1px #edf9ff;
	box-shadow: 0px 0px 1px #edf9ff;
	margin-bottom: 10px;
}
#sidebar  img{
	padding-bottom: 10px;
}
#sidebar  a > img {
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
#sidebar  a > img:hover {
	opacity: 0.6;
}
#mainmenu {
	height: auto;
}

#mobile_menus {
	display: none;
}
#mobile_menus > .sidebar_module {
	padding-top: 10px;
	padding-bottom: 10px;
}
#mobile_menus > .sidebar_module ul.menu {
	margin: 0;
	padding-top: 10px;
}
#mobile_menus > .sidebar_module .btn-navbar {
	float: right;
	text-align: center;
	padding: 7px 10px;
	margin-right: 10px;
	border: none;
	background-image: none;
}
#mobile_menus > .sidebar_module .btn-navbar .icon-bar {
	background-color: #f5f5f5;
	-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	display: block;
	height: 2px;
	width: 18px;
}
#mobile_menus > .sidebar_module .btn-navbar, #mainmenu.navbar .btn-navbar {
	background-color: #dda000;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
#mobile_menus > .sidebar_module .btn-navbar:hover, #mainmenu.navbar .btn-navbar:hover {
	background-color: #f86a1d;
}
#mobile_menus > .sidebar_module h3.sidebar_module_heading {
	padding: 0;
	margin: 0;
	color: #000;
}
#content #sidebar .sidebar_module ul.menu  {
	padding: 5px;
	margin: 0;
}
#mainmenu .navbar-inner ul.nav > li {
	padding: 0 5px 0 0;
}
#mainmenu .navbar-inner ul.nav > li > a, #mainmenu .navbar-inner ul.nav > li > a:hover,
#content #sidebar .sidebar_module ul.menu > li > a, #content #sidebar .sidebar_module ul.menu > li > a:hover,
#mainmenu .dropdown-menu > li > a, #mainmenu .dropdown-menu > li > a:hover,
#mobile_menus > .sidebar_module ul.menu > li > a, #mobile_menus > .sidebar_module ul.menu > li > a:hover {
	text-shadow: none !important;
	font-size: 16px;
	line-height: 40px;
	color: #000 !important;
/*	border: 1px solid #ffcb05; */
	padding: 0 10px;
	text-decoration: none;
}
#content #sidebar .sidebar_module ul.menu > li > a, #content #sidebar .sidebar_module ul.menu > li > a:hover {
	padding: 4px 0 4px 8px;
	line-height: 20px;
}
#content #middlecol .item-page .icons {
	display: none;
}
#mainmenu .navbar-inner ul.nav > li > a.actions, #mainmenu .dropdown-menu > li > a.actions {
	background: #fd0000;
	background: -moz-linear-gradient(top, #fd0000 0%, #b40b0b 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, #fd0000), color-stop(100%, #b40b0b));
	background: -webkit-linear-gradient(top, #fd0000 0%, #b40b0b 100%);
	background: -o-linear-gradient(top, #fd0000 0%, #b40b0b 100%);
	background: -ms-linear-gradient(top, #fd0000 0%, #b40b0b 100%);
	background: linear-gradient(to bottom, #fd0000 0%, #b40b0b 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd0000', endColorstr='#b40b0b', GradientType=0 );
	border-color: transparent;
	color: #fff !important;
}
#mainmenu .navbar-inner ul.nav > li > a:hover, #mainmenu .navbar-inner ul.nav > li.active > a,
#mainmenu .dropdown-menu > li > a:hover, #mainmenu .dropdown-menu > li.active > a,
#mobile_menus > .sidebar_module ul.menu > li > a:hover, #mobile_menus > .sidebar_module ul.menu > li.active > a {
	background: #fff;
	border-color: transparent;
	color: #000 !important;
}
#content #sidebar .sidebar_module ul.menu > li > a:hover, #content #sidebar .sidebar_module ul.menu > li.active > a,
{
	background: #ffcb05;
	border-color: transparent;
/*	border-color: #dda000;*/
	color: #000 !important;
}
#content #sidebar .sidebar_module ul.menu > li > a {
	padding-left: 8px !important;
}
#mainmenu .dropdown-menu > li > a {
	font-weight: normal;
}
#mainmenu .navbar-inner ul.nav > li.parent.dropdown > a:after {
	content: ' \f0d7';
	font-family: 'FontAwesome';
}
#mainmenu .dropdown-menu {
	background: #ffcb05;
	padding: 10px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
#mainmenu .navbar-inner ul.nav > li.parent.dropdown:hover > .dropdown-menu {
	animation-fill-mode: forwards;
	display: block;
	opacity: 1;
	transform: scale(1, 1);
	transform-origin: center top 0;
}
#content #sidebar .sidebar_module, #content #middlecol, #content #sidebar2, #mobile_menus > .sidebar_module {
	margin-bottom: 15px !important;
}
#content #sidebar.sidebar_left .sidebar_module .sidebar_module_heading,
h1, h2,
.product-description .tab-content h2,
#checkoutForm h3.opg-h3,
.item-page .page-header h2,
#sidebar2 .cf_wrapp_all .cf_form:before {
	background: #e7e7e7;
	background: -moz-linear-gradient(left,  #e7e7e7 0%, #e7e7e7 100%);
	background: -webkit-linear-gradient(left,  #e7e7e7 0%,#e7e7e7 100%);
	background: linear-gradient(to right,  #e7e7e7 0%,#e7e7e7 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7e7e7', endColorstr='#e7e7e7',GradientType=1 );
	background-repeat: no-repeat;
	background-position: 0 100%;
	background-size: 100% 1px;
}
#content #sidebar.sidebar_left .sidebar_module .sidebar_module_heading {
	margin-left: 0;
	border: none;
	padding: 0 0 5px 0;
}
body table td {
	white-space: normal;
}
#fancybox-content a.continue_link,
#fancybox-content a.showcart {
	font-size: 14px;
}
#fancybox-content a.showcart {
	padding: 0;
	margin: 0;
	border: none;
	background: transparent !important;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
a, a:visited,
#fancybox-content a.continue_link,
#fancybox-content a.showcart,
body .vendor-store-desc div.product div.vm-details-button a,
body .category-view div.product div.vm-details-button a,
body .featured-view div.product div.vm-details-button a,
body .latest-view div.product div.vm-details-button a,
body .topten-view div.product div.vm-details-button a,
body .recent-view div.product div.vm-details-button a,
body .related-products-view div.product div.vm-details-button a,
body .browse-view div.product div.vm-details-button a,
body .order-view div.product div.vm-details-button a {
	color: #015880;
	text-decoration: underline;
}
a:hover, a:focus,
#fancybox-content a.continue_link:hover,
#fancybox-content a.continue_link:focus,
#fancybox-content a.showcart:hover,
#fancybox-content a.showcart:focus,
body .vendor-store-desc div.product div.vm-details-button a:hover,
body .category-view div.product div.vm-details-button a:hover,
body .featured-view div.product div.vm-details-button a:hover,
body .latest-view div.product div.vm-details-button a:hover,
body .topten-view div.product div.vm-details-button a:hover,
body .recent-view div.product div.vm-details-button a:hover,
body .related-products-view div.product div.vm-details-button a:hover,
body .browse-view div.product div.vm-details-button a:hover,
body .order-view div.product div.vm-details-button a:hover,
body .vendor-store-desc div.product div.vm-details-button a:focus,
body .category-view div.product div.vm-details-button a:focus,
body .featured-view div.product div.vm-details-button a:focus,
body .latest-view div.product div.vm-details-button a:focus,
body .topten-view div.product div.vm-details-button a:focus,
body .recent-view div.product div.vm-details-button a:focus,
body .related-products-view div.product div.vm-details-button a:focus,
body .browse-view div.product div.vm-details-button a:focus,
body .order-view div.product div.vm-details-button a:focus {
	color: #0295DB;
	text-decoration: underline;
}
.sbtov {
	padding: 10px 0;
	font-size: 12px;
	line-height: 16px;
}
.sbtovimg img {
/*	border: 1px solid #dda000; */
	height: auto;
	width: 47px;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.sbtovimg img:hover {
	opacity: 0.6;
}
.sbtovp {
	color: #057902;
	padding: 10px 0 0;
}
#butseldcomp a.btn,
.sbcart .show_cart a,
.one-click > div > input[type="submit"],
.oneclick-holder > span.link,
.oneclick-holder > a {
	color: #ffffff;
	background: #cd3a3a;
	text-shadow: 1px 1px 1px #a92b2b;
	font-size: 15px;
	line-height: 20px;
	padding: 6px 8px;
	margin-top: 10px;
	letter-spacing: 1px;
	text-decoration: none;
}
.oneclick-holder {
	padding-top: 10px;
}
.oneclick-holder > span.link,
.oneclick-holder > a {
	background: #298cb1;
	text-shadow: 1px 1px 1px #047a01;
	display: block;
}
#butseldcomp a.btn,
.one-click > div > input[type="submit"] {
	border: none;
}
#butseldcomp {
	text-align: right;
}
.oneclick-holder > span.link{
color:#fff!important;
cursor:pointer;
font-size:15px!important;
}
.sbcart .show_cart a:hover,
#butseldcomp a.btn:hover,
.one-click > div > input[type="submit"]:hover,
.oneclick-holder > span.link,
.oneclick-holder > a {
	text-shadow: 0 0 15px rgba(255, 255, 255, 0.5);
}
body .category-view {
	padding: 0;
	border: none;
	margin: 0;
}
body .category-view .browse-view {
	margin: 0;
}
body .category_description {
    border-top: 1px dashed #c2c7c9;
    margin: 10px 0 0;
    padding: 25px 0 0;
}
h1, h2, h3, h4,
body .cart-view .vm-cart-header h1,
.product-description .tab-content h2,
.item-page .page-header h2 {
	font-size: 18px;
	line-height: 28px;
	padding: 0 0 5px 5px;
	margin: 0 0 12px;
	font-weight: normal;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
body .vendor-store-desc div.product,
body .category-view div.product,
body .featured-view div.product,
body .latest-view div.product,
body .topten-view div.product,
body .recent-view div.product,
body .related-products-view div.product,
body .browse-view div.product,
body .order-view div.product {
	border-color: #bfbfbf;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.category-view .row .category .spacer,
.featured-view .spacer,
.latest-view .spacer,
.topten-view .spacer,
.recent-view .spacer,
.related-products-view .spacer,
.browse-view .row .product .spacer,
body .category-view div.product .product-price .vm-price-value,
div[class^="vm-product-descr-container-"] > h2,
body .productdetails-view .vm-product-container .vm-product-details-container .spacer-buy-area .addtocart-area {
	text-align: left;
}
.in_stock_custom {
	padding-bottom: 10px;
	font-weight: bold;
	color: green;
}
.in_stock_custom.red {
	color: red;
}
.category-view .vm-details-button {
/*	position: absolute;
	bottom: 0;
	right: 0;*/
	padding: 0 0 8px;
	text-align: left;
}
body .category-view div.product div.vm-details-button a {
	color: #de9d00 !important;
	font-size: 12px;
	font-style: italic;
}
body .category-view div.product div.vm-details-button a:hover,
body .category-view div.product div.vm-details-button a:focus {
	text-decoration: none;
}
.category-view .vm-details-button a:after {
	content: ' >>';
}
body .category-view div.product .product-price {
	margin: 0;
}
body .category-view div.product .product-price .vm-price-value span.PricesalesPrice,
body .productdetails-view .vm-product-container .vm-product-details-container .spacer-buy-area .product-price .PricesalesPrice {
	color: #007dac;
}
body .productdetails-view .vm-product-container .vm-product-details-container .spacer-buy-area .product-price .PricesalesPrice {
	font-size: 24px;
	line-height: 30px;
}
.category-view .vm-product-media-container {

	width: 100%;
}
.category-view .vm-product-media-container .browseProductImage {
	max-height: 200px !important;
}
.ratingbox.dummy {
	margin-left: -3px;
}
.product-price {
    margin: 0 0 6px;
    text-align: center;
    /* float: left; */
    line-height: 18px;
}/*dark*/

.category-view div[class^="vm3pr-"] {
	position: relative;
}
.category-view .property_custom {
	font-size: 12px;
}
.category-view .vm-product-rating-container .browse-view .ratingbox {
	margin-bottom: 10px;
}
div[class^="vm-product-descr-container-"] {
	min-height: 30px;
}
.category-view .vm-col-2 {
	width: 47.9%;
}
.category-view .vm-col-3 {
	width: 31.8%;
}
.category-view h2 a {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
.category-view h2 a:hover,
.category-view h2 a:focus {
	text-decoration: underline;
}
body .productdetails-view .additional-images img {
	margin: 0 6px 6px 0;

	border: 1px solid #fff;
}
body .productdetails-view .additional-images {
	margin: 20px 0;
	/*padding-top: 15px;*/
}
.vm-product-container .vm-product-media-container,
.vm-product-details-container {
	margin: 15px 0;
	width: 45%;
}
.vm-product-details-container {
	width: 45%;
}
body .productdetails-view .vm-product-container .vm-product-details-container .spacer-buy-area {
	border: none;
	background: #ffffff;
	padding: 0;
}
.productdetails-view.productdetails .vm-product-container {
	border-top: 1px solid #e7e7e7;
}
.productdetails-view.productdetails h1 {
	display: none;
}
body .productdetails-view .vm-product-container .vm-product-details-container .spacer-buy-area .product-price {
	border: none;
	text-align: left;
	margin-top: 0;
	margin-bottom: 0;
	min-height: 55px;
}
#gotop.gotop_active .scrollup {
	background-color: rgba(255, 203, 5, 0.7);
}
#gotop.gotop_active .scrollup:hover, #gotop.gotop_active .scrollup:focus {
	background-color: #ffcb05;
}
.product-description .nav-tabs {
	border: none;
	margin: 0;
}
.product-description .nav-tabs > li > a {
	border-color: #e2e3e5 !important;
	border-bottom: none !important;
	text-transform: uppercase;
	background-color: #e2e3e5;
	color: #000 !important;
	text-decoration: none;
	margin-right: 10px;
	font-size: 12px;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.product-description .nav-tabs > li > a:hover,
.product-description .nav-tabs > li > a:focus {
	background-color: #979797 !important;
	color: #fff !important;
}
.product-description .nav-tabs > .active > a,
.product-description .nav-tabs > .active > a:hover,
.product-description .nav-tabs > .active > a:focus {
	background-color: #ffffff !important;
	color: #000 !important;
	text-decoration: none;
}
.product-description .tab-content {
	padding: 25px 15px 15px;
	border: 1px solid #e7e7e7;
	/*-webkit-border-radius: 10px;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius: 10px;
	-moz-border-radius-topleft: 0;
	border-radius: 10px;
	border-top-left-radius: 0;*/
}
#jc p.message {
	border: none;
}
.product-description .tab-content table.product-fields {
	width: 100%;
	border: 1px solid #bfbfbf;
	border-right: none;
	border-bottom: none;
	background-color: #ffffff;
}
.product-description .tab-content table.product-fields td {
	vertical-align: top;
	padding: 5px 10px;
	border: 1px solid #bfbfbf;
	border-top: none;
	border-left: none;
}
#header #logo {
	margin: 0;
	padding: 10px 60px;
	-webkit-animation: none;
	-moz-animation: none;
	-o-animation: none;
	animation: none;
}
#header #logo a {
	display: inline-block;
	-webkit-animation: LOGO 1s 1;
	-moz-animation: LOGO 1s 1;
	-o-animation: LOGO 1s 1;
	animation: LOGO 1s 1;
}
#header #logo a, #header #logo a img {
	width: 100%;
	max-width: 276px;
}
#header #logo a img {padding-top: 15px;}
#header #search {
	margin: 0;
	width: 245px;
	padding-top: 10px;
}
.vmpayment_description, .vmshipment_description {
    color: gray;
    font-size: 14px;
	padding: 0 2px;
}

#header #search .vmCartModule {
	background: #fafcff;
	border: 1px solid #9b9b9b;
/*	-webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.33);
	-moz-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.33);
	box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.33); */
	color: #5f5f5f;
	display: block;
	font-size: 12px;
	padding: 9px 10px;
	position: relative;
}
#header #search .vmCartModule:before {
	content: 'Корзина';
	display: block;
	background: url('../images/custom/top_cart_t.jpg') no-repeat left top;
	border-bottom: 1px solid #c2c2c2;
	color: #de9d00;
	font-size: 18px;
	height: 28px;
	line-height: 22px;
	margin: 0 0 9px;
	padding: 0 0 5px 27px;
}
#header #search .vmCartModule .vm_cart_products {
	position: absolute;
	left: 10px;
	top: 100px;
	background: #fafcff;
	border: 1px solid #9b9b9b;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 9px 10px;
	width: 80%;
	display: none;
	z-index: 1100;
}
#header #search .vmCartModule .show_cart a {
	font-weight: bold;
	color: #cf251f;
}
#header #search .vmCartModule .show_cart a:hover, #header #search .vmCartModule .show_cart a:focus {
	text-decoration: none;
}
#header #search .vmCartModule .cart_hide_show {
	border-bottom: 1px dotted #347bbd;
	color: #347bbd;
	font-style: italic;
	text-decoration: none;
	position: absolute;
	bottom: 14px;
	left: 10px;
	line-height: 12px;
	z-index: 1090;
}
#header #search .vmCartModule .cart_hide_show:hover,
#header #search .vmCartModule .cart_hide_show:focus,
#header #search .vmCartModule .cart_hide_show.clicked {
	border-color: transparent;
}
#header #search .vmCartModule .cart_hide_show:after {
	content: ' \f0d7';
	font-family: 'FontAwesome';
}
#header #search .vmCartModule .total_products,
#header #search .vmCartModule .total {
	position: relative;
	z-index: 1095;
	background: #fafcff;
}
#header #search .vmCartModule .total {
	z-index: 1096;
}
#header #header_contact {
	float: left;
	margin-left: 60px;
	padding-top: 10px;
	width: 400px;
	color: #adabac;
	font-size: 16px;
}
#header #header_contact .phone {
	font-size: 36px;
	color: #0295db;
	line-height: 36px;
}
#header #header_contact .phone span {
	color: #373737;
}
#header #header_contact .email {
	padding: 10px 0;
}
#header #header_contact .email a {
	font-size: 22px;
	text-decoration: undelrine;
	line-height: 24px;
}
#cart {
	margin-top: 7px;
	background-image:none;
}
#cart.responsive {
	float: left;
}
#cart form, #cart form input {
	margin: 0;
}
#mod_virtuemart_search {
	padding-right: 36px;
	border-color: #dda000;
	min-height: 20px;
	height: 20px;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
#cart form .btn {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
#cart div.search {
	position: relative;
}
#cart form .btn, #cart div.search:after {
	display: block;
	width: 30px;
	height: 30px;
	position: absolute;
	right: 0;
	top: 0;
}
#cart form .btn {
	opacity: 0;
}
#cart div.search:after {
	content: '\f002';
	font-family: 'FontAwesome';
	line-height: 30px;
	text-align: center;
	color: #ffcb05;
	pointer-events: none;
}
body .category-view div.product.with-sticker {
	position: relative;
}
.vm-product-container .vm-product-media-container.with-sticker .main-image a {
	position: relative;
	display: inline-block;
}
body .category-view div.product.with-sticker:after,
.vm-product-container .vm-product-media-container.with-sticker .main-image a:after {
	content: '';
	width: 50px;
	height: 50px;
	position: absolute;
	right: -10px;
	top: -10px;
	pointer-events: none;
}
body .category-view div.product.with-sticker.action:after,
.vm-product-container .vm-product-media-container.with-sticker.action .main-image a:after {
	background: url('../images/custom/action.png') no-repeat 50% 50%;
}
body .category-view div.product.with-sticker.novelty:after,
.vm-product-container .vm-product-media-container.with-sticker.novelty .main-image a:after {
	background: url('../images/custom/novelty.png') no-repeat 50% 50%;
}
body .category-view div.product.with-sticker.hit:after,
.vm-product-container .vm-product-media-container.with-sticker.hit .main-image a:after {
	background: url('../images/custom/hit.png') no-repeat 50% 50%;
}
body .category-view div.product .product-price .vm-price-value.PricebasePrice:first-of-type,
body .productdetails-view .vm-product-container .vm-product-details-container .spacer-buy-area .product-price .PricebasePrice {
	text-decoration: line-through;
}
body .category-view div.product .product-price .vm-price-value.PriceWOdiscount .PricebasePrice,
body .productdetails-view .vm-product-container .vm-product-details-container .spacer-buy-area .product-price .PriceWOdiscount .PricebasePrice {
	display: block;
}
body .category-view div.product .product-price .vm-price-value.PriceWOdiscount .PricebasePrice {
	font-size: 14px;
}
body .productdetails-view .vm-product-container .vm-product-details-container .spacer-buy-area .product-price .PriceWOdiscount .PricebasePrice {
	font-size: 16px;
}
#cart-contents #right_div #otherpay_buttons .all_shopper_fields #billto_inputdiv,
#cart-contents #right_div #otherpay_buttons .all_shopper_fields #div_shipto,
#cart-contents #right_div #otherpay_buttons .all_shopper_fields #other-things {
	width: 48%;
	float: left;
	padding: 0 1%;
}
#cart-contents #right_div #otherpay_buttons .all_shopper_fields #div_shipto,
#cart-contents #right_div #otherpay_buttons .all_shopper_fields #commentbutton {
	display: none;
}
#cart-contents #right_div #otherpay_buttons .all_shopper_fields #commentpopup {
	padding-bottom: 10px;
}
#cart-contents #right_div #otherpay_buttons .all_shopper_fields #commentpopup .opg-modal-header,
#cart-contents #right_div #otherpay_buttons .all_shopper_fields #commentpopup .opg-modal-footer {
	margin: 0 !important;
}
#cart-contents #right_div #otherpay_buttons .all_shopper_fields #other-things section,
#cart-contents #right_div #otherpay_buttons .all_shopper_fields #other-things .opg-link.opg-text-small {
	float: left;
}
#cart-contents #right_div #otherpay_buttons .all_shopper_fields #other-things #bottom_total {
	clear: both;
}
#cart-contents #right_div #otherpay_buttons .all_shopper_fields #other-things section > .squaredTwo,
#cart-contents #right_div #otherpay_buttons .all_shopper_fields #other-things section > .squaredTwo label {
	background: #ffffff;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border: 1px solid #cccccc;
}
#cart-contents #right_div #otherpay_buttons .all_shopper_fields #other-things section > .squaredTwo label {
	left: 0;
	top: 0;
	width: 28px;
	height: 28px;
	border: none;
}
#cart-contents #right_div #otherpay_buttons .all_shopper_fields #other-things section > .squaredTwo label:after {
	width: 13px;
	height: 9px;
	left: 6px;
	top: 6px;
	border-color: #cd3a3a;
}
#cart-contents #right_div #otherpay_buttons .all_shopper_fields #other-things .opg-link.opg-text-small {
	/*max-width: 300px;
	margin: 18px 0 20px 15px;*/
	margin: -52px 0 20px 40px;
	text-align: left;
}
#cart-contents #allproducts .product a.removeproduct {
	display: inline-block;
	width: 20px;
	height: 20px;
	overflow: hidden;
	text-indent: 30px;
	position: relative;
}
#cart-contents #allproducts .product a.removeproduct:after {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  text-align: center;
  line-height: 20px;
  text-indent: 0;
  content: "\f00d";
  font-family: FontAwesome;
}
.sidebar_module.sidebar_module_compare {
	display: none;
}
.sidebar_module.sidebar_module_compare .modcompareprod .extra-wrap {
	position: relative;
	padding-right: 30px;
}
table#compare_list_prod .remcompare a:after,
.sidebar_module.sidebar_module_compare .modcompareprod .extra-wrap .remcompare,
.sidebar_module.sidebar_module_compare .modcompareprod .extra-wrap .remcompare a:after {
	position: absolute;
	top: 0;
	right: 0;
}
table#compare_list_prod .remcompare,
table#compare_list_prod .remcompare a,
table#compare_list_prod .remcompare a:after,
.sidebar_module.sidebar_module_compare .modcompareprod .extra-wrap .remcompare,
.sidebar_module.sidebar_module_compare .modcompareprod .extra-wrap .remcompare a,
.sidebar_module.sidebar_module_compare .modcompareprod .extra-wrap .remcompare a:after {
	display: block;
	width: 24px;
	line-height: 24px;
}
table#compare_list_prod .remcompare {
	margin: 0 auto;
}
table#compare_list_prod .remcompare a,
.sidebar_module.sidebar_module_compare .modcompareprod .extra-wrap .remcompare a {
	overflow: hidden;
	text-indent: 50px;
	white-space: nowrap;
	position: relative;
	cursor: pointer;
	color: #c5cccf;
}
table#compare_list_prod .remcompare a:hover,
table#compare_list_prod .remcompare a:focus,
.sidebar_module.sidebar_module_compare .modcompareprod .extra-wrap .remcompare a:hover,
.sidebar_module.sidebar_module_compare .modcompareprod .extra-wrap .remcompare a:focus {
	color: #cd3a3a;
}
table#compare_list_prod .remcompare a:after,
.sidebar_module.sidebar_module_compare .modcompareprod .extra-wrap .remcompare a:after {
	content: "\f00d";
	font-family: FontAwesome;
	text-align: center;
	text-indent: 0;
}
table#compare_list_prod .comare_price .product-price {
	float: none;
	text-align: center;
}

.ajax-rating .info, .ajax-rating .message {
	font-size: 13px;
}
.ajax-rating .holder span {
	display: inline-block;
	width: 12px;
	height: 12px;
	white-space: nowrap;
	overflow: hidden;
	text-indent: 20px;
	position: relative;
	cursor: pointer;
}
.ajax-rating .holder span:after, .ajax-rating .holder span:before {
	font: normal normal normal 13px/1 FontAwesome;
	content: '\f005';
	color: #c5cccf;
	position: absolute;
	left: 0;
	top: 0;
	width: 12px;
	line-height: 12px;
	text-indent: 0;
}
.ajax-rating .holder span.half:after {
	content: '\f089';
}
.ajax-rating .holder > span.active:after {
	color: #ffcb05;
}
.ajax-rating .holder > span.selected:before {
	color: #ffdb50;
}
.ajax-rating .holder > span.inactive:after {
	display: none;
}
.ajax-rating form {
	margin: 0 0 15px;
}
.b1c-form {
	width: 90% !important;
	max-width: 350px;
}
#fancybox-content h4 .bolder {
	font-weight: bold;
}
form.one-click input {
	display: block !important;
}
form.one-click {
	max-width: 600px;
}
.addtocart-area .addtocart-bar a.notify {
	font-size: 15px;
	line-height: 20px;
	padding: 6px 12px 6px 8px;
	color: #ffffff;
	display: inline-block;
	letter-spacing: 1px;
	text-decoration: none;
	text-shadow: 1px 1px 1px #a92b2b;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.addtocart-area .addtocart-bar a.notify:hover, .addtocart-area .addtocart-bar a.notify:focus {
	text-shadow: 0 0 15px rgba(255, 255, 255, 0.5);
}
#content #sidebar .sidebar_module .sidebar_module_heading {
	font-size: 16px;
	line-height: 18px;
	padding-bottom: 8px;
}
#content #sidebar {
	padding: 0;
}
body #content #sidebar {
	margin-bottom: 0 !important;
}
.row-fluid .span3 {
	width: 18%;
}
.row-fluid .span6 {
	width: 64%;
}
.row-fluid .span6.no-sidebar2 {
	width: 82%;
}
#content #middlecol {
	padding: 0;
	min-height: 50px;
}
#content #middlecol.sidebar_left {
	float: none;
	display: inline-block;
}
#content #sidebar2.sidebar_left {
	float: right;
	margin: 0;
}
.nav > li > a > img {
	display: none;
}
.item-page .nav.menu {
	text-align: center;
}
.item-page .nav.menu > li {
	display: inline-block;
}
.item-page .nav.menu > li > a {
	background: #fff !important;
}
.item-page .nav.menu > li > a > span,
.item-page .moduletable_menu > h3,
.item-page .moduletable_menu > div.h3{
	display: none;
}
.item-page .nav.menu > li > a > img {
	display: block;
	margin: 4px;
	border: 1px solid #e7e7e7;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.item-page .nav.menu > li > a > img:hover {
	opacity: 0.6;
}
body .category-view div.product {
	border: 1px solid #e7e7e7;
}
body .category-contents .product h2 {
	background: #fff;
	margin: 0;
	padding: 0;
}
body .category-contents .product h2 a,
.productdetails-view .vm-product-container .prodtitle {
	line-height: 24px;
	color: #383737;
	font-family: Arial;
	font-size: 24px;
}
.productdetails-view .vm-product-container .prodtitle {
	font-weight: 700;
	margin-bottom: 15px;
}
body .category-view div.product .product-price .vm-price-value span.PricebasePrice.pseudo-element {
	display: inline !important;
}
body .category-view div.product .product-price .vm-price-value span.PricebasePrice.pseudo-element:after,
body .category-view div.product .product-price .vm-price-value span.PricesalesPrice.pseudo-element:after {
	content: '_';
}
body .category-contents .product .vm-product-rating-container,
.productdetails-view .vm-product-container .ajax-rating {
	float: left;
}
body .category-contents .product .ajax-rating form,
.productdetails-view .vm-product-container .ajax-rating form {
	margin: 1px 10px 5px 0;
}
body .category-contents .product .product_comments a,
.productdetails-view .vm-product-container .product_comments a {
	color: #797979;
	font-family: Arial;
	font-size: 16px;
	text-decoration: none;
}
body .category-contents .product .product_comments a:hover,
.productdetails-view .vm-product-container .product_comments a:hover {
	text-decoration: underline;
}
body .category-contents .product .vm-customfields-wrap,
body .category-contents .product .addtocart-area,
body .category-contents .product .addtocart-area a.notify,
.productdetails-view .vm-product-container .vm-customfields-wrap,
.productdetails-view .vm-product-container .addtocart-area,
.productdetails-view .vm-product-container .addtocart-area a.notify {
	position: relative;
	min-height: 1px;
}
.category-view .addtocart-area .product-field-type-S {
	text-align: center;
}
.productdetails-view .vm-product-container .addtocart-area .product-field-type-S .product-fields-title {
	font-size: 13px;
}
body .category-contents .product .addtocart-bar,
.productdetails-view .vm-product-container .addtocart-bar {
	position: absolute;
	top: 0;
	right: 0;
	margin-top: -53px;
}
.productdetails-view .vm-product-container .addtocart-bar {
	top: auto;
	bottom: 0;
	margin-top: 0;
	margin-bottom: -60px;
}
body .category-contents .product span.addtocart-button:after,
body .category-contents .product .addtocart-area a.notify:after,
.productdetails-view .vm-product-container span.addtocart-button:after,
.productdetails-view .vm-product-container .addtocart-area a.notify:after {
	position: absolute;
	left: 0;
	top: 0;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	content: '';
	pointer-events: none;
}
body .category-contents .product .addtocart-area a.notify:after,
.productdetails-view .vm-product-container .addtocart-area a.notify:after {
	background-image: url('../images/envelope.png');
}
body .category-contents .product span.addtocart-button:after,
.productdetails-view .vm-product-container span.addtocart-button:after {
	background-image: url('../images/cart.png');
}
body .category-contents .product .addtocart-area a.notify,
.productdetails-view .vm-product-container .addtocart-area a.notify {
	padding: 0;
}
body .category-contents .product input.addtocart-button,
body .category-contents .product .addtocart-area a.notify,
.productdetails-view .vm-product-container input.addtocart-button,
.productdetails-view .vm-product-container .addtocart-area a.notify {
	overflow: hidden;
	white-space: nowrap;
	text-indent: 50px;
	background: #e70404 !important;
	border: none !important;
}
body .category-contents .product input.addtocart-button:hover,
body .category-contents .product .addtocart-area a.notify:hover,
.productdetails-view .vm-product-container input.addtocart-button:hover,
.productdetails-view .vm-product-container .addtocart-area a.notify:hover {
	background: #f16868 !important;
}
body .category-contents .product input.addtocart-button, 
body .category-contents .product .addtocart-bar,
body .category-contents .product .addtocart-area a.notify,
.productdetails-view .vm-product-container input.addtocart-button, 
.productdetails-view .vm-product-container .addtocart-bar,
.productdetails-view .vm-product-container .addtocart-area a.notify {
	border-radius: 50% !important;
	-webkit-border-radius: 50% !important;
	-moz-border-radius: 50% !important;
}
body .category-contents .product .addtocart-bar, 
body .category-contents .product span.addtocart-button, 
body .category-contents .product input.addtocart-button, 
body .category-contents .product .addtocart-area a.notify, 
body .category-contents .product span.addtocart-button:after, 
body .category-contents .product .addtocart-area a.notify:after,
.productdetails-view .vm-product-container .addtocart-bar, 
.productdetails-view .vm-product-container span.addtocart-button, 
.productdetails-view .vm-product-container input.addtocart-button, 
.productdetails-view .vm-product-container .addtocart-area a.notify, 
.productdetails-view .vm-product-container span.addtocart-button:after, 
.productdetails-view .vm-product-container .addtocart-area a.notify:after {
	width: 53px;
	height: 53px;
}

body .category-view div.product .product-price .vm-price-value span.PricesalesPrice,
.productdetails-view .vm-product-container .vm-price-value span.PricesalesPrice {
	font-family: Arial !important;
	font-size: 26px !important;
	line-height: 30px !important;
	color: #363636 !important;
}
/*
.product-price {
    text-align: center;
}
*/
body .category-view div.product .product-price.has-discount .vm-price-value span.PricesalesPrice,
.productdetails-view .vm-product-container .has-discount .vm-price-value span.PricesalesPrice {
	color: #cd3a3a !important;
}
body .category-view div.product .product-price .vm-price-value span.PricebasePrice,
.productdetails-view .vm-product-container .vm-price-value span.PricebasePrice {
	font-family: Arial;
	font-size: 17px;
	color: #757575;
}
body .category-contents .product .oneclick-holder,
.productdetails-view .vm-product-container .oneclick-holder {
	padding: 0;
	text-align: center;
}
body .category-contents .product .oneclick-holder > a,
.productdetails-view .vm-product-container .oneclick-holder > a {
	/*text-shadow: none;*/
	background-color: #298cb1;
	font-family: Arial;
	font-size: 16px;
	line-height: 32px;
	padding: 0;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	display: block;
}
body .category-contents .product .oneclick-holder > a:hover,
.productdetails-view .vm-product-container .oneclick-holder > a:hover,
.oneclick-holder > span.link:hover {
	opacity: 0.6;
}
body .browse-view .row .product .spacer img,
body .productdetails-view .vm-product-container .main-image img,
body .productdetails-view .additional-images img,
body .productdetails-view .product-related-products .product-field-display img,
body .category-contents .product .oneclick-holder > a,
.productdetails-view .vm-product-container .oneclick-holder > a,
.oneclick-holder > span.link {
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.productdetails-view .vm-product-container .cart-holder {
	display: inline-block;
	min-width: 200px;
}
body .browse-view .row .product .spacer img:hover,
body .productdetails-view .vm-product-container .main-image img:hover,
body .productdetails-view .additional-images img:hover,
body .productdetails-view .product-related-products .product-field-display img:hover {
	opacity: 0.6;
	-ms-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}
body .addtocart-area .addtocart-bar span.addtocart-button input.addtocart-button,
.addtocart-area .addtocart-bar a.notify,
#butseldcomp a.btn, .one-click > div > input[type="submit"],
input.highlight-button {
	background: #e70404;
	color: #fff;
	border: 1px solid #e70404;
	text-transform: uppercase;
	font-size: 12px;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	text-shadow: none !important;
}
body .addtocart-area .addtocart-bar span.addtocart-button input.addtocart-button:hover,
body .addtocart-area .addtocart-bar span.addtocart-button input.addtocart-button:focus,
.addtocart-area .addtocart-bar a.notify:hover,
.addtocart-area .addtocart-bar a.notify:focus,
#butseldcomp a.btn, .one-click > div > input[type="submit"]:hover,
#butseldcomp a.btn, .one-click > div > input[type="submit"]:focus,
input.highlight-button:hover, input.highlight-button:focus {
	background: #f86a1d;
	color: #fff;
	border: 1px solid #f86a1d;
}
body .productdetails-view .product-related-products .product-field, body .productdetails-view .product-related-categories .product-field {
/*	width: 30%;*/
	margin: 1.5%;
}
#middlecol .vm-pagination,
#middlecol .vm-page-counter {
	float: none;
}
#middlecol .vm-pagination ul li {
	margin: 0 5px;
}
#content #middlecol .inside > .bannergroup .owl-controls {
	position: absolute;
	left: 0;
	top: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
}
#content #middlecol .inside > .bannergroup .owl-controls .owl-pagination .owl-page,
#content #middlecol .inside > .bannergroup .owl-controls .owl-buttons div {
	pointer-events: auto;
}
#content #middlecol .inside > .bannergroup .owl-controls > div {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}
#content #middlecol .inside > .bannergroup .owl-controls .owl-buttons {
	bottom: 50%;
	margin-bottom: -25px;
}
#content #middlecol .inside > .bannergroup .owl-controls .owl-buttons div {
	float: left;
	margin: 0;
	padding: 8px 12px 2px;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	background-color: transparent;
	font-size: 40px;
	color: #ffcb05;
}
#content #middlecol .inside > .bannergroup .owl-controls .owl-pagination .owl-page span {
	background-color: #ffcb05;
}
#content #middlecol .inside > .bannergroup .owl-controls .owl-buttons .owl-next {
	float: right;
}
#content #middlecol .inside > .bannergroup .owl-controls .owl-buttons div,
#content #middlecol .inside > .bannergroup .owl-controls .owl-pagination .owl-page span {
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
body .productdetails-view .product-related-products .product-field-display img {
	max-width: 100px;
	max-height: 100px;
}
.prod_pic{
	float: left;
	width: 59px;
}

#mainmenu .navbar-inner ul.nav {
	height: 40px;
}
@media (max-width: 979px) {
	#mainmenu .navbar-inner ul.nav {
		height: auto;
	}
}

.uneditable-input,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="color"],
input[type="search"],
textarea {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.vm3pr-2 .product-price {
	min-height: 1px;
}
.chzn-container-single .chzn-single {
	background: #f6f6f6;
}
.chzn-container-single .chzn-single,
.chzn-container-single .chzn-drop {
	color: #6d6d6d;
	border-color: #e7e7e7; 
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}
body .category-view div.product .product-fields > .product-field {
	margin-bottom: 0 !important;
}
body .category-view div.product .vm-customfields-wrap.empty {
	min-height: 54px;
}
.scrollable.has-scroll::after {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.productdetails-view .chzn-container,
.productdetails-view .oneclick-holder {
	max-width: 180px;
}
body .productdetails-view .vm-product-container .vm-product-details-container .spacer-buy-area .product-price {
	padding-top: 29px;
}
body .productdetails-view .vm-product-container .vm-product-details-container .spacer-buy-area .product-price.has-discount {
	padding-top: 10px;
}
.main-image img {
	max-height: 320px;
}
body .productdetails-view .additional-images img {
	max-width: 120px;
}
#breadcrumbs ul.breadcrumb li:nth-child(2) a {
	width: auto;
	height: auto;
	background-position: -99999px 0;
	text-indent: 0;
}

.cf_form span.filter_link, .cf_flt_wrapper span.filter_link {
	color: #015880;
	cursor: pointer;
}
.cf_form span.filter_link:hover, .cf_flt_wrapper span.filter_link:hover {
	color: #0295db;
}
.cf_form span.filter_link {
	text-decoration: underline;
}
.cf_flt_wrapper span.filter_link {
	text-decoration: none;
}

@media (max-width: 1199px) {
	.row-fluid .span9 {
		width: 76.52307692307693%;
	}
}
@media (max-width: 979px) {
	#content .row-fluid #middlecol.span9 {
		padding-left: 12px;
	}
}
/*@media (min-width: 768px) and (max-width: 979px) {*/
@media (min-width: 758px) and (max-width: 979px) {
	body .category-view div.product {
		width: 31.8% !important;
		margin: 10px 0.6% !important;
		min-width: 0;
	}
}
@media (max-width: 757px) {
	.category-view .vm-product-media-container {
		float: none;
		width: auto;
	}
	.category-view div[class^="vm-product-descr-container-"],
	.category-view div[class^="vm3pr-"],
	.category-view .vm-product-rating-container,
	.category-view .product_compare,
	.category-view .product_comments,
	.category-view .in_stock_custom,
	.category-view .property_custom,
	.category-view .vm-details-button  {
		float: none;
		width: 100%;
		text-align: center;
	}
	.category-view .vm-details-button {
		position: static;
	}
	div[class^="vm-product-descr-container-"] > h2,
	body .category-view div.product .product-price .vm-price-value,
	.browse-view .row .product .spacer,
	.category-view .addtocart-area .product-field-type-S {
		text-align: center;
	}

	body .category-contents .product input.addtocart-button, 
	body .category-contents .product span.addtocart-button, 
	body .category-contents .product .addtocart-bar,
	body .category-contents .product .addtocart-area a.notify {
		position: relative;
		width: 100%;
		max-width: 220px;
		height: 32px;
		border-radius: 0 !important;
		-webkit-border-radius: 0 !important;
		-moz-border-radius: 0 !important;
	}
	body .category-contents .product .addtocart-bar {
		margin-bottom: 0 !important;
		margin-top: 6px !important;
	}
	body .category-contents .product .oneclick-holder {
		margin: 0 auto;
		max-width: 220px;
	}
	body .category-contents .product input.addtocart-button, 
	body .category-contents .product .addtocart-area a.notify {
		line-height: 32px;
		text-indent: 0;
		overflow: auto;
		padding: 0 !important;
		font-family: Arial !important;
		font-size: 16px !important;
		color: #fff !important;
		text-transform: none !important;
	}
	body .category-contents .product span.addtocart-button:after,
	body .category-contents .product .addtocart-area a.notify:after {
		display: none;
	}
	body .category-contents .product .addtocart-bar {
		margin: 0 auto 5px;
	}
	body .category-contents .product .ajax-rating form {
		margin: 0;
	}
	body .category-contents .product .pseudo-element,
	body .category-view div.product .product-price .vm-price-value span.PricebasePrice.pseudo-element {
		display: none !important;
	}
}
@media (max-width: 539px) {
	body, #header, #footer {
		padding: 0;
	}
}
@media (min-width: 980px) and (max-width: 1199px) {
	#header #header_contact {
		width: 350px;
	}
	.row-fluid .span3 {
		width: 23%;
	}
	.row-fluid .span6 {
		width: 77% !important;
	}
	#content #middlecol .inside {
		padding: 0 0 0 10px;
	}
	#content #middlecol.sidebar_left {
		float: right;
	}
	#content #sidebar2.sidebar_left {
		float: left;
	}
	#header #header_contact {
		margin-left: 30px;
		width: 330px;
	}
	#header #logo {
		padding: 10px 20px
	}
}
@media (max-width: 979px) {
	#header #search, #header #header_contact {
		margin: 0 0 20px;
		padding-top: 10px;
	}
	#header #logo {
		background: #fefefe;
	}
	.row-fluid .span3, .row-fluid .span6 {
		width: 100% !important;
	}
	#content #middlecol .inside {
		padding: 0;
	}
	#mobile_menus {
		display: block;
	}
	#sidebar .sidebar_module__menu {
		display: none;
	}
}
@media (max-width: 700px) {
	#header #search, #header #header_contact {
		width: 100%;
	}
	#header #header_contact {
		text-align: center;
	}
	#header #search .vmCartModule .cart_hide_show {
		display: none;
	}
	#header #search .vmCartModule .vm_cart_products {
		display: block !important;
		position: static;
		border: none;
		width: auto;
	}
}
@media (max-width: 599px) {
	#header #header_contact {
		padding-top: 10px;
	}
	#header #header_contact,
	#header #header_contact span.title,
	#header #header_contact span.title:first-of-type {
		width: 100%;
		text-align: center;
	}
	#header #header_contact .email, #header #header_contact .phone {
		float: none;
		margin: 10px 0;
	}
	#cart-contents #right_div #otherpay_buttons .all_shopper_fields #billto_inputdiv,
	#cart-contents #right_div #otherpay_buttons .all_shopper_fields #div_shipto,
	#cart-contents #right_div #otherpay_buttons .all_shopper_fields #other-things {
		width: 98%;
		float: none;
		padding: 0 1%;
	}

}
@media (max-width: 719px) {
	body .productdetails-view .vm-product-container .vm-product-details-container .spacer-buy-area .product-price {
		padding-top: 10px;
	}
	.vm-product-container .vm-product-media-container, .vm-product-details-container,
	.productdetails-view .vm-product-container .ajax-rating	{
		float: none;
		width: 100%;
	}
	.vm-product-details-container,
	body .productdetails-view .vm-product-container .vm-product-details-container .spacer-buy-area .addtocart-area,
	body .productdetails-view .vm-product-container .vm-product-details-container .spacer-buy-area .product-price,
	body .productdetails-view .vm-product-container .vm-product-details-container .spacer-buy-area .product-field-type-S {
		text-align: center;
	}
	.nav-tabs > li, .nav-pills > li {
		float: none;
	}
	.product-description .nav-tabs > li > a {
		border-color: #ebebeb !important;
		margin: 0;
	}
	.product-description .nav-tabs > li:last-of-type > a {
		border-color: #ebebeb !important;
	}
	.product-description .tab-content {
		-webkit-border-top-right-radius: 0;
		-moz-border-radius-topright: 0;
		border-top-right-radius: 0;
	}
	.productdetails-view .vm-product-container .ajax-rating form {
		margin: 0;
	}
	.productdetails-view .vm-product-container input.addtocart-button, 
	.productdetails-view .vm-product-container span.addtocart-button, 
	.productdetails-view .vm-product-container .addtocart-bar,
	.productdetails-view .vm-product-container .addtocart-area a.notify {
		position: relative;
		width: 100%;
		max-width: 220px;
		height: 32px;
		border-radius: 0 !important;
		-webkit-border-radius: 0 !important;
		-moz-border-radius: 0 !important;
	}
	.productdetails-view .vm-product-container .addtocart-area a.notify,
	body .productdetails-view .additional-images	{
		text-align: center;
	}
	body .productdetails-view .additional-images .floatleft {
		float: none;
		display: inline-block;
	}
	.productdetails-view .vm-product-container .addtocart-bar {
		margin: 0 !important;
	}
	.productdetails-view .vm-product-container input.addtocart-button, 
	.productdetails-view .vm-product-container .addtocart-area a.notify {
		line-height: 32px;
		text-indent: 0;
		overflow: auto;
		padding: 0 !important;
		font-family: Arial !important;
		font-size: 16px !important;
		color: #fff !important;
		text-transform: none !important;
	}
	.productdetails-view .vm-product-container span.addtocart-button:after,
	.productdetails-view .vm-product-container .addtocart-area a.notify:after	{
		display: none;
	}
	body .productdetails-view .vm-product-container .vm-product-details-container .spacer-buy-area .product-price {
		min-height: 0;
	}
	.productdetails-view .chzn-container,
	.productdetails-view .oneclick-holder {
		max-width: 220px;
	}
}
@media (max-width: 979px) {
	#mainmenu .dropdown-menu {
		padding: 0;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		display: block;
		opacity: 1;
		transform: scale(1, 1);
	}
	#mainmenu .navbar-inner ul.nav > li {
		border-left: none;
	}
	#mainmenu .navbar-inner ul.nav > li.parent.dropdown > a:after {
		display: none;
	}
	#mainmenu .dropdown-menu > li > a:before {
		content: '\f0da';
		font-family: 'FontAwesome';
		padding: 0 10px;
	}
}
@media (max-width: 349px) {
	#cart.responsive {
		float: none;
		width: 100%;
	}
	#cart.responsive #mod_virtuemart_search {
		width: 100%;
		padding-left: 0;
		padding-right: 0;
		text-indent: 6px;
	}
	body .productdetails-view .product-related-products .product-field, body .productdetails-view .product-related-categories .product-field {
		width: 100%;
		margin: 1.5% 0;
	}
}
@media only screen and (max-width: 767px) {
	#gotop .scrollup {
		left: 0;
	}
}
@media only screen and (max-width: 480px) {
	#mobile_menus > .sidebar_module ul.menu > li > a {
		text-align: center;
	}
}

.vm-product-media-container.owl-carousel img:hover {
	opacity: 1 !important;
}

.sidebar_module ul.menu > li.dropdown.active > .dropdown-menu {
	display: block;
	position: static;
	float: none;
	left: auto;
	top: auto;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border: none;
	padding: 0;
	margin: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.sidebar_module ul.menu > li.dropdown.active > .dropdown-menu > li > a {
	background-color: transparent !important;
	white-space: normal;
	line-height: 20px !important;
	margin-left: 5px;
	position: relative;
	border-bottom: none !important;
	padding-left: 15px !important;
	text-decoration: none;
}
.sidebar_module ul.menu > li.dropdown.active > .dropdown-menu > li > a:before {
	content: '\f061';
	font-family: 'FontAwesome';
	position: absolute;
	left: 0;
	top: 2px;
	width: 15px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	font-size: 9px;
    -webkit-transition: color 0.3s ease-out;
    -moz-transition: color 0.3s ease-out;
    -o-transition: color 0.3s ease-out;
    transition: color 0.3s ease-out;
}
.sidebar_module ul.menu > li.dropdown.active > .dropdown-menu > li.active > a:before,
.sidebar_module ul.menu > li.dropdown.active > .dropdown-menu > li > a:hover:before {
	color: #ffcb05;
}
.sidebar_module ul.menu > li.dropdown.active > .dropdown-menu > li > a:hover:before {
	animation: bounce 2s infinite;
	-webkit-animation: bounce 2s infinite;
	-moz-animation: bounce 2s infinite;
	-o-animation: bounce 2s infinite;
}
#mobile_menus > .sidebar_module ul.menu > li.dropdown.active > .dropdown-menu {
	background: transparent;
}
#mobile_menus > .sidebar_module ul.menu > li.dropdown.active > .dropdown-menu > li > a,
#mobile_menus > .sidebar_module ul.menu > li.dropdown.active > .dropdown-menu > li > a:hover,
#mobile_menus > .sidebar_module ul.menu > li.dropdown.active > .dropdown-menu > li > a:focus {
	background: transparent;
	color: #333;
}
#mobile_menus > .sidebar_module ul.menu > li.dropdown.active > .dropdown-menu > li.active > a:before,
#mobile_menus > .sidebar_module ul.menu > li.dropdown.active > .dropdown-menu > li > a:hover:before {
	color: #fff;
}

@-webkit-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {
		-webkit-transform: translateX(0);
	} 
	40% {
		-webkit-transform: translateX(-5px);
	}
	60% {
		-webkit-transform: translateX(-3px);
	}
}
 
@-moz-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {
		-moz-transform: translateX(0);
	}
	40% {
		-moz-transform: translateX(-5px);
	}
	60% {
		-moz-transform: translateX(-3px);
	}
}
 
@-o-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {
		-o-transform: translateX(0);
	}
	40% {
		-o-transform: translateX(-5px);
	}
	60% {
		-o-transform: translateX(-3px);
	}
}
@keyframes bounce {
	0%, 20%, 50%, 80%, 100% {
		transform: translateX(0);
	}
	40% {
		transform: translateX(-5px);
	}
	60% {
		transform: translateX(-3px);
	}
}

/*product-filter price fix*/
.cf_filtering_knob_to, .cf_filtering_knob_from {
	background: url("../../../../modules/mod_cf_filtering/assets/slider_knob_to.png") no-repeat scroll center -28px;
	bottom: 20px !important;
}
.cf_filtering_knob_from {
	bottom: -10px !important;
}
.cf_filtering_knob_to:hover, .cf_filtering_knob_from:hover {
	background-position: center 4px;
}
.cf_filtering_slider_gutter {
	width: 160px;
}
.cf_slider_gutter_m {
	background-image: url('../../html/mod_cf_filtering/assets/slider_rptr.gif');
	width: 142px;
}
.cf_slider_gutter_m .slider_bkg_img {
	background-image: url('../../html/mod_cf_filtering/assets/bkg_slider.png');
	width: 158px;
}
div[id^="cf_wrapper_input_text_price"] {
	width: 100%;
}
div[id^="cf_wrapper_input_text_price"] button {
	display: block;
	margin: 20px auto 0px;
	cursor: pointer !important;
	padding: 4px 20px;
}
div[id^="cf_wrapper_input_text_price"] input[type="search"],
div[id^="cf_wrapper_input_text_price"] .form-horizontal span {
	float: left;
	width: 30%;
}
div[id^="cf_wrapper_input_text_price"] .form-horizontal span {
	width: 12%;
	text-align: center;
	line-height: 30px;
}
div[id^="cf_wrapper_input_text_price"] .form-horizontal span.currency {
	width: 8%;
}
/*product-filter price fix end*/
.order-demo-link > a {
	display: block;
	margin: 0 auto;
	width: 100%;
	max-width: 250px;
	padding: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.order-demo-link {
	float: none;
	margin: 10px 0 10px;
}