body {
font-family: 'PT Sans', sans-serif;
}

body {
margin:0px;
padding:0px;
font-size:14px;
}
a {
  color: #08a5cc;
}


#top_up {
overflow: auto;
width: 48px;
position: fixed;
top: 50px;
left: 50px;
height: 48px;
background: url(/images/theme/top_up.png) no-repeat;
display: none;
}

#top_up:hover {
background: url(/images/theme/top_up_hover.png) no-repeat;
}
input[type="text"] {
    -webkit-appearance: none;
    border-radius: 0;
}

input[type="submit"] {
    -webkit-appearance: none;
    border-radius: 0;
}


H2.old_title {
  color: #08a5cc;
  text-transform: uppercase;
  font-family: 'Intro-Regular-Alt';
  font-size: 17px;
  background: url(/images/theme/news_separator.png) repeat-x;
  background-position: bottom;
  padding-bottom: 6px;
}
/* Шапка */
.head_up {
 max-width: 985px;
  height: 115px;
  z-index: 100;
  right: 0;
  left: 0;
  position: absolute;
  margin: auto;
  background-color: #7DF;
}
.upper_shop {
  max-width: 985px;
  margin-bottom: 2px;
  height: 38px;
  background-color: #3AC;
}
.right_up_menu {
  float:right;
 
  text-align: right;
  vertical-align: top;
  margin-top: 8px;
}
.right_up_menu_item{
display:inline-block;
padding-left:8px;
padding-right:8px;
}
.right_up_menu_item a{
color:#095163;
text-decoration:none;
font-size:11px;
}
.right_up_menu_item a:hover{
color:#095163;
text-decoration:underline;
}
.logo {
  margin-top: 6px;
  margin-left: 15px;
  display: inline-block;
  width: 25%;
  min-width: 280px;
  float:left;
}
.add_logo {
  color: #095163;
  margin-left: 66px;
  margin-top: -15px;
  font-size: 12px;
}
.cont_up {
  display: inline-block;
  margin-top: 4px;
  color: #095163;
  width: 40%;
}
.cont_up > div {
  display: inline-block;
  width: 50%;
  text-align: right;
}
.cont_up_phone {
  font-size: 18px;
  line-height: 1;
}
.cont_up_phone_desc {
  font-size: 10px;
  line-height: 1;
}

#little_cart {
  position: relative;
}
.menu_up > div {
  display: inline-block;
}
.upshop_link {
  display: inline-block;
  width:330px;
}
.upshop_link a:first-child {
  margin-left: 10px;
  border-left: 1px solid #3DB4D2;
}
.upshop_link a {
  border-right: 1px solid #3DB4D2;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 1.8;
  text-decoration: none;
  display: inline-block;
  color: #000;
}
.upshop_link a.active {
  background-color: #7DF;
height:38px;
}
.upshop_link a:hover {
  background-color: #7DF;
}
.upshop_link_ttl {
  font-size: 14px;
  font-weight: bold;
}
.upshop_link_dsc {
  font-size:9px;
  line-height: 0.7;
  padding-bottom: 7px;
}



.search-field {
background-color: transparent;
background-image: url(/images/theme/loop.png);
background-position: 7px 0px;
background-repeat: no-repeat;
border: none;
cursor: pointer;
height: 37px;
margin: 3px 0;
padding: 0 0 0 37px;
position: relative;
-webkit-transition: width 400ms ease, background 400ms ease;
transition: width 400ms ease, background 400ms ease;
width: 0;
font-size: 13px;
font-family: arial;
color: #666;
border: 1px solid rgba(63, 162, 193, 0) !important;
  top:-6px;
  right: 8px;
}
.search-field:focus, #hover-nav .search-field:focus {
	border: 1px solid rgb(102,102,102) !important;
background-position: 7px 7px;
	border-radius: 3px;
	background-color: white;
	cursor: text;
	outline: 0;
	width: 170px;
  background-image: url(/images/loop_b.png);
}

.wrapper {
  max-width: 985px;
  margin: 0 auto;
}
.phone_menu {
 float:left;
 width: 37%;
color:#095163;
text-align:right;
}
.time{
font-size:12px;
text-align:right;
padding-bottom:2px;
}
.u_call_back{
font-size:12px;
clear:both;
}
.u_call_back a:hover{
border-bottom:none;
text-decoration:none !important;
}
.u_call_back a,.u_call_back a:visited{
text-decoration:none;
color:#095163;
border-bottom: 1px dashed #095163;
}

.fed_holder{
float:right;
text-align:right;
}
.fed_holder_s{
float:right;
margin-left:50px;
text-align:right;
}
.fed_nomber{
font-size:18px;
}
.fed_add{
font-size:10px;
margin-top:-5px;
}

.phone_menu a,.phone_menu a:visited{
}
.phone_menu a:hover{
text-decoration:underline;
}
/*бургер для мобилы*/
.add_smart_menu
{ 
background:url(/images/smart_menu.png);
width:30px;
height:25px;
display:none;
float:left;
margin-top:18px;
margin-left:15px;
margin-right:15px;
}
.slideshow_home2 {
    max-height: 380px;
    overflow: hidden;
}

@media (max-width: 850px) {

.add2cart_button_align_new {
    margin-top: 12px;
}
.top_menu{
display:none;
}
.shop_cart_table td {
    width: initial !important;
}
.add_smart_menu
{ 
display:block;
}
.logo{
margin-left:10%;
}
}
@media (max-width: 540px) {
.upshop_link a {
    width: 32%;
    float: left;
    padding: 0 !important;
}

.upshop_link_dsc {
    line-height: 1;
}

.upper_shop {
    height: 45px !important;
}
.upshop_link a{
    height: 45px !important;
}
}
@media (max-width:500px) {
.menu_right_bar{
display:none;
}
.add_smart_menu
{ 
display:block;
}
.logo{
margin-left:20%;
}
}
@media (max-width: 330px) {
.upshop_link a:first-child {
  margin-left: 0px;
  border-left: 1px solid #3DB4D2;
}
.upshop_link {
  display: inline-block;
  width:320px;
}
.add_smart_menu
{ 
display:block;
margin-top:18px;
margin-left:6px;
margin-right:6px;
}
.logo{
margin-left:55px;
}
.top_menu{
margin:0;
padding:0;
}
}

/* Меню велотуры */
.top_menu ul li a {
color:#095163;
text-decoration:none;
}
.top_menu ul li {
  margin: 0;
  padding-left:2%;
padding-right:2%;
  list-style: none;
  display: inline-block;
}
.top_menu ul {
  padding: 0;
  margin: 0;
}
#little_cart {
  position: relative;
}
.small_up_cart {
  padding-left: 20px;
  padding-top: 2px;
  font-size: 12px;
}
.small_up_cart a{
color:#095163;
text-decoration:none;
}
.small_up_cart a:hover{
color:#095163;
text-decoration:underline;
}
#little_cart span {
  background-color: #FB9835;
  border-radius: 9999px;
  display: block;
  position: absolute;
  width: 16px;
  text-align: center;
  top: -4px;
  right: -4px;
  color: #eee;
}
.footer{
background:url(/images/footer_bg1.png) repeat-x;
height:260px;

}
.footer_menu{
padding-top:15px;
float:left;
padding-right:20px;
}
.text_footer_menu a,.text_footer_menu a:visited,.header_footer_menu a,.header_footer_menu a:visited{
color:#066689;
text-decoration:none;
}
.text_footer_menu{
font-size:11px;
padding-top:8px;
}
.header_footer_menu{
font-weight:bold;
font-size:18px;
padding:0;
margin:0;
}
.header_footer_menu_add{
margin-top:-5px;
//border-bottom:1px solid #066689;
color:#066689;
font-size:12px;
}
@media(max-width:830px){
.footer_menu{
display:none;
}
.footer_right{
display:none;
}
.f_visa{
display:none;
}
.footer{
height:180px;
}
}
.footer_right{
float:right;
margin-top:15px;
}
.footer_wrap{
max-width: 985px;
  margin: 0 auto;
z-index:10;
}
.rewiew_footer{
text-align:right;
color:#066689;
font-size:14px;
}
.rewiew_footer a,.rewiew_footer a:visited{
color:#066689;
text-decoration:underline;
font-size:13px;
}
.phone{
margin-top:15px;
text-align:right;
width:100%;
font-size:32px;
color:#066689;
}
.phone_spb{
text-align:right;
width:100%;
font-size:22px;
color:#066689;
}
.phone_comm{
margin-top:-8px;
text-align:right;
width:100%;
font-size:10px;
color:#066689
}
.under_footer{
width:100%;
height:30px;
background-color:#095163;
}
.offer{
margin-top:15px;
text-align:center;
width:100%;
color:#066689;
font-size:10px;
}
.footer_logo {
  margin-top: 16px;

  display: inline-block;
  width: 25%;
  min-width: 275px;
}
.footer_add_logo {
  color: #095163;
  margin-left: 66px;
  margin-top: -15px;
  font-size: 12px;
}
.f_visa{
float:right;
margin-top:25px;
}
.copyright_footer{
float:right;
margin-top:7px;
text-align:right;
font-size:11px;
color:#50bad5;
}


/*css для макета основного велотуры*/
.header {
height: 190px;
margin: auto;
//max-width: 986px;
position: relative;
background: url(/images/theme/header.png);
}
.header_content {
position: absolute;
top: 108px;
left: 0;
right: 0;
}
.wrapper {
  max-width: 985px;
  margin: 0 auto;
}
.head_down {
max-width: 985px;
height: 15px;
margin-left: auto;
margin-right: auto;
//background:url(/images/theme/header_shadow.png) no-repeat;
}
.pr_cab{
float:right; 
  color:#41b7d5;
  text-align:right;
  max-width:20%;
}
.pr_cab a,.pr_cab a:visited{
color:#41b7d5;
}
.pr_cab a:hover{
color:#fff;
}

/* Burger menu */
.burger-menu-button.burger-menu-button-0 {
  margin-left: 5px;
}
.burger-menu.burger-menu-0 {
  margin-top: 65px;
}
.breadcr_ttl{
max-width:100%;
}


















.menu_right_bar {
float:right;
  display: inline-block;
  margin-top: 25px;
margin-right:20px;
  text-align: right;
  width:265px;
 // min-width: 220px;

}

.header_home{
background-color:#a7d5f6;
width:100%;
}
.slideshow_home {
  height: 100%;
  width:100%;
  top: 0;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  max-height: 300px;
  overflow: hidden;
}
.container {
  position: relative;

}
ul.responsive li img {
  max-width:100%;
  
}
.left_menu{

}
.slideshow_home2 ul.responsive li img {
  max-width:100%;
  margin-top: 125px;
}
new.velootpusk.ru/media="all"
ul.responsive li img {
  width: 100%;
}
ul.responsive li {
  text-align: center;
}
ul.responsive {
  margin: 0;
  padding: 0;
}
.sliders{
max-width:986px;
margin:0 auto;

}
.left_slider{
width:100%;
float:left;
margin-bottom:10px;
margin-top:125px;
}
ul.responsive_shop {
    padding: 0;
    margin: 0;
}
ul.responsive_shop li img {
    max-width: 986px;
width:100%;
}
ul.responsive_shop li:hover .slider_overlay {
display:block;
}
.slider_overlay {
    position: absolute;
    display: none;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #fff;
    opacity:0.2;
}

.right_picture{
float:right;
max-width:276px;
padding-left:10px;
 max-height:345px;
  overflow: hidden;
}

.plusses{
padding-top:10px;
padding-bottom:10px;
}
.our_plus{
width:24%;
margin-right:1%;
float:left;
}
.our_plus_l{
width:25%;
float:left;
}
.our_plus_l a {
    text-decoration: none;
    color: #333;    
    padding: 10px;
    display: block;
border: 1px solid #aaa;
}
.our_plus a {
    text-decoration: none;
    color: #333;
    padding: 10px;
    display: block;
border: 1px solid #aaa;
}

.plusses > div:hover a {
    border: 1px solid #fb7022;
color:#fb7022;
}
.our_plus_image{
float:left;
padding-right:10px;
padding-top:8px;

}
.our_plus_image img{
width:40px;
}
.our_plus_text_h{
font-size:14px;
font-weight:600;
}
.our_plus_text_t{
font-size:10px;
color:#333;
    height: 26px;
}
.first_right_picture{
width:100%;
background-color:#f00;
margin-bottom:10px;
}
.second_right_picture{
width:100%;
background-color:#f00;
}
.bg1{
background-color:#f2f3f5;
}
.bg1.shadow {
-webkit-box-shadow: 0px 7px 8px 0px rgba(50, 50, 50, 0.3);
-moz-box-shadow:    0px 7px 8px 0px rgba(50, 50, 50, 0.3);
box-shadow:         0px 7px 8px 0px rgba(50, 50, 50, 0.3);
}


.micro_banners_place{
width:100%;
max-height:340px;
overflow:hidden;
margin-top:25px;
}
.left_micro_banner{
float:left;
width:32%;
padding-right:1%;
max-height:340px;
}
.left_micro_banner img{
width:100%;

}
.right_micro_banner_place{
width:67%;
float:right;
max-height:340px;
overflow:hidden;
}
.left_up_micro{
width:49%;
float:left;
}
.right_up_micro{
float:right;
width:49%;
margin-bottom:10px;
}
.left_up_micro img,.right_up_micro img,.down_micro img{
width:100%;
}

.down_micro{
width:100%;
}
.shop_main_page_text{
padding:10px;
text-align:justify;
}


.main_main_menu_left{
float:left;
width:26%;
margin-right:2%;
background-color:#f2f3f5;
max-width:256px;
margin-top: 125px;
}
.main_main_menu_left_item{
clear:both;
width:100%;
height:50px;
border-bottom:1px solid #ddd;

}
.main_main_menu_left_item_l{
clear:both;
width:100%;
padding-top:0px;
padding-bottom:8px;
}
@media (max-width: 785px){
.main_main_menu_left{
display:none;
}
}

span.main_menu_item_image img {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
    max-width: 30px;
   // height:45px;
}
span.main_menu_item_image {
    width: 30px;
    margin-right: 15px;
    margin-left: 10px;
    height: 100%;
    display: inline-block;
    position: relative;
    float: left;
}
.main_main_menu_left_item a {
    display: block;
    line-height: 0;
height:100%;
width:100%;
color:#323232;
}
.main_main_menu_left li:hover {
color:#A7D5F6;
}
.main_main_menu_left li:hover a {
color:#A7D5F6;
}
span.main_menu_item_text {
    display: inline-block;
    height: 100%;
    line-height: 4;
}
span.main_menu_item_text:after {
    clear: both;
    content: " ";
    display: table;
}
.main_main_menu_left li:after {
    clear: both;
    content: " ";
    display: table;
}

.dropdown_menu_left {
position:relative;
}

.dropdown_menu_left:after {
    content: "";
    width: 0;
    height: 0;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.menu_img {
    padding-top: 4px;
    padding-left: 4px;
    width: 65px;
    float: left;
}
.menu_link {
    float: left;
    height: 100%;
    line-height: 3;
    text-overflow: ellipsis;
    max-width: 155px;
    overflow: hidden;
    white-space: nowrap;}
.menu_img img {
height:30px;
}
ul#dropdown_left_menu li {
    list-style: none;
    height: 40px;
    float: left;
    width: 33%;
    border-bottom: 1px solid #AAA;
}



.main_main_menu_left li:hover ul#dropdown_left_menu {
visibility:visible;
display:block;
opacity:1;
    left: 251px;
}

ul#dropdown_left_menu {
     visibility: hidden; 
display:none;
padding: 20px;
    opacity: 0; 
    width: 700px;
    position: absolute;
    background-color: #fff;
    z-index: 9;
    left: 476px;
    top: -14px;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    -o-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
z-index:100;
}
ul#dropdown_left_menu a {
    color: #323232;
display:inline-block;
width:100%;
}

ul#dropdown_left_menu li a:hover {
    color: #A7D5F6;
}
ul#dropdown_left_menu li:hover {
    background-color: #F8FCFF;
}
.main_main_menu_left li {
    list-style: none;
position:relative;
}

.shop_cat_itm {
    position: relative;
    z-index: 10;
    width: 250px;
    height: 167px;
    text-align: center;
    overflow:hidden;
}
.shop_cat_itm:before {
    content: "";
    width: 150%;
    height: 150%;
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
    display: block;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: -50%;
    position: absolute;
    top: -75%;
}
.shop_cat ul li {
    padding: 0;
    margin: 0;
    list-style: none;
    width: 24.25%;
    float:left;
    margin-right: 1%;
}
.shop_cat ul li:last-child {
margin:0;
}

.shop_cat ul {
    padding: 0;
    margin: 0;
}
li.shop_cat_itm .block > div {
    position: absolute;
color:#fff;
}
.shop_item_iod {
    float:left;
}
.shop_item_5items {
    width: 20%;
}
.shop_item_4items {
    width: 25%;
}
.shop_item_3items {
    width: 33.33%;
}


.clearing {
    clear: both;
}

.product_otd:after {
    clear: both;
content:'';
}
.image_container_item img {
    max-height:115px;
max-width:100%;
padding-top:10px;
}
.product_otd_title {
    color: #fff;
    height: 25px;
    line-height: 1.7;
    width: 100%;
}
.product_otd_title span {
    padding-left: 20px;
font-size:14px;
}
.image_container_item {
    position: relative;
text-align:center;
min-height:115px;
}
.iod_desc {
    position: absolute;
    right: 0px;
    top: 15px;
    color: #fff;
    background-color: #f00;
    width: 80px;
    text-align: right;
    height: 18px;
    font-size: 12px;
padding-right:5px;
font-weight:bold;
}
.old_price {
    text-decoration: line-through;
    color: #787878;
font-size:12px;
}
.bx-viewport {
    border: none !important;
}
.product_otd_wr .bx-wrapper {
    border-left: 1px solid #eee;
}
.item_iod_wr {
    border: solid #e9eaec;
    border-width: 1px 1px 1px 0;
}
.product_otd > div:first-child > div {
    border-left: 1px solid #eee;
}


.shop_cat_link a {
    color: #fff;
    text-decoration: none;
    background-color: #FB7022;
    display: inline-block;
    width: 114px;
    font-size: 16px;
    height: 25px;
line-height:1.6;
}
.shop_cat_link {
    width: 100%;
    text-align: center;
    bottom: 15px;
}
.shop_cat_link a:hover {
    background-color: #D8601D;
}
.shop_cat_itm_desc {
    top: 70px;
    text-align: left;
    padding: 0px 20px 0px 20px;
}
.shop_cat_itm_title {
    padding: 10px 20px 0px 20px;
    font-size: 26px;
}
.leader_label {
    position: absolute;
    left: 0px;
    bottom: 0px;
    color: #fff;
    background-color: #33aacc;
    width: 105px;
    text-align: left;
    height: 18px;
    font-size: 12px;
padding-left:10px;
}
.catalog_item_name {
    text-align: center;
    margin: 5px auto 5px auto;
    width: 90%;
    height: 33px;
    overflow: hidden;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.catalog_item_name a {
    text-decoration: none;
    color: #000;
    font-weight: bold;
    font-size: 13px;
}
.catalog_item_price_box {
    text-align: center;
    height:35px;
}
.catalog_item_price_box > div {
    display: inline-block;
}
.price_small b {
    font-size: 16px;
}

.add2cart_button_align {
text-align:center;
margin-bottom:5px;
}
a.add2cart_button {
    display: inline-block;
    background: url(/images/shopping_cart2.png) no-repeat;
    background-position: 10px 4px;
    background-color: #FB7022;
    height: 25px;
    color: #fff;
    text-decoration: none;
    padding-left: 35px;
    padding-right: 15px;
    font-size: 13px;
    line-height: 2;
}
a.add2cart_button:hover {
background-color: #DE631D;
}    
.product_otd_wr {
padding-top:25px;
padding-bottom: 25px;
    overflow: auto;
}
.orange_bg {
    background-color: #fb7022;
}
.blue_bg {
    background-color: #30AACC;
}
.width20perc {
    width: 20%;
    float: left;
}
.width80perc {
    width: 80%;
    float: left;
}
.width40perc {
    width: 40%;
    float: left;
    margin-left: -1px;
}
.new_items_block.width40perc .shop_item_new {
    margin-right: -1px;
margin-bottom:1px;
}
.width60perc {
    width: 60%;
    float: left;
}
.product_container > div:first-child > div {
    border-left: 1px solid #eee;
}
.best_seller > div {
    margin-top: 25px;
}
.item_new_wr {
    height: 33.33%;
    overflow: hidden;
}
.shop_item_new {
    max-height: 73px;
}
.new_image_container_item img {
    max-height: 73px;
    max-width: 100%;
}
.new_description_row {
    float: left;
    width: 60%;
padding-left:5%;
padding-right:5%;
}
.new_image_container_item {
    float: left;
    width: 30%;
text-align:center;
}
.new_item_price_box {
    width: 30%;
}
.new_item_name {
    width: 70%;
}

.new_item_name {
    overflow: hidden;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    font-size: 10px;
}
.new_description_row > div {
    float: left;
}
.new_item_price_box > div {
    margin-top: 25%;
}

.new_item_name {
    margin-top: 5%;
}
.new_item_name a {
    color: #000;
    text-decoration: none;
    font-weight: bold;
}
.add2cart_button_align_new a {
    color: #fff;
    font-weight: normal;
}
.product_container .shop_item_new {
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee;
}
.product_container .shop_item_new:first-child {
    border-top: 1px solid #eee;
}
.responsive_pod {
padding:0px;
margin:0px;
}
.responsive_pod li {
padding:0px;
margin:0px;
list-style:none;
}
.responsive_pod4 {
padding:0px;
margin:0px;
}
.responsive_pod4 li {
padding:0px;
margin:0px;
list-style:none;
}

.responsive_pod_home {
padding:0px;
margin:0px;
}
.responsive_pod_home li {
padding:0px;
margin:0px;
list-style:none;
}

.responsive_pod2 {
padding:0px;
margin:0px;
}
.responsive_pod2 li {
padding:0px;
margin:0px;
list-style:none;
}
.responsive_pod3 {
padding:0px;
margin:0px;
}
.responsive_pod3 li {
padding:0px;
margin:0px;
list-style:none;
}

.product_otd_wr {
    position: relative;
}
.product_otd_wr .bx-has-controls-direction {
    position: absolute;
    right: 10px;
    top: 26px;
    border: none !important;
}
.bx-controls.bx-has-controls-direction a {
    color: #fff;
    text-decoration: none;
    font-size:18px;
    margin-left: 10px;

}
ul.best_seller_slider {
    padding: 0;
    margin: 0;
}
.best_seller_block {
position:relative;
}
.best_seller_block .bx-has-controls-direction {
    position: absolute;
    right: 10px;
    top: 1px;
    border: none !important;
}
.best_seller_block .bx-wrapper {
    border-left: 1px solid #eee;
}



/* Страница товара */

.single_item {
    width: 100%;
}

.item_image_div {
    float: left;
    width: 53%;
    border-right: 1px solid #B5B8BF;
    padding-right: 1.8%;
}
.velo_descriprion_place {
     float: right;
    width: 43%;
    margin-left: 2%;
}
.img_item_place a img {
    max-width: 100%;
    max-height: 400px;
}
.velo_small_item_image {
    float: left;
    width: 50%;
    text-align: center;
}
.velo_small_item_image a img {
    max-height: 130px;
}
.velo_small_item_image a img {
    max-width: 100%;
}

.item_main_image {
position:relative;
text-align:center;
}

.velo_additional_info_text_tech {
    width: 100%;
overflow:auto;
position:relative;
}
.velo_additional_info_text ul li {
    list-style: none;
    padding: 0;
    margin: 0;
    padding-left: 10px;
}
.velo_additional_info_text ul {
    padding: 0;
    margin: 0;
    width: 49%;
    display: inline-block;
    vertical-align: top;
}

ul.addinfo_left li:nth-child(odd) {
background:#efeeed;
}
ul.addinfo_right li:nth-child(odd) {
background:#efeeed;
}
.contact_form_field {
    margin-bottom: 15px;
}
.contact_form_field input {
    padding-left: 10px;
    height: 25px;
    width: 200px;
}
/* прячем свойства великов, что бы они не прыгали пока подгрузится скрипт и разобьет список на 2 колонки */
.velo_additional_info_text {
    opacity: 0;
}
.hidden {
display:none;
}
form#ajax-contact-form_header {
    text-align: center;
}
a.orangebutton {
    background-color: #f97c01;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    padding: 8px 25px 8px 25px;
}
a.orangebutton:hover {
background-color: #e97400;
}

a.greenbutton {
    background-color: #00cf0f;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    padding: 8px 25px 8px 25px;
}
a.greenbutton:hover {
background-color: #00ba0d;
}

.buy_two_buttons {
    margin-bottom: 15px;
}
.buy_two_buttons > div {
    display: inline-block;
}
.buy_buttons_bottom > div {
    display: inline-block;
}
.buy_buttons_bottom {
    margin: 15px auto 0 auto;
    text-align: center;
}
.vk_com_div > div {
    width: 100% !important;
}
.vk_com_div > div > iframe {
    width: 100% !important;
}

.vk_block > div {
    float: left;
}
.vk_com_div {
    width: 60%;
}
.vk_groups_div {
width:40%;
}
.vk_groups_div #vk_groups {
    float: right;
}
.wrapper_100perc {
    width: 100%;
}

.color_gray {
// background-color:#eee;
}
.color_blue {
// background-color:#71B6CA;
}




.main_main_menu_left_small .main_main_menu_left {
    max-width: 180px;
    width: 18%;
margin-top:0px;
}

.main_main_menu_left_small .main_main_menu_left li:hover ul#dropdown_left_menu {
visibility:visible;
display:block;
opacity:1;
    left: 180px;
}

.main_main_menu_left_small ul#dropdown_left_menu {
    box-shadow: 0px 0px 2px #3AC;
    border-radius: 3px;
}
.prosm {
    margin-left: 2px;
    background-color: #f6792c;
    height: 20px;
    width: 300px;
    font-size: 12px;
    color: #fff;
    border: 1px solid #f5702a;
}
.prosm_pict {
    float: left;
}
.prosm_text, .dost_text {
    line-height: 1.6;
}
.prosm_pict, .dost_pict {
    padding-left: 4px;
    padding-right: 5px;
    padding-top: 2px;
    height: 15px;
}
.dost_pict {
padding-left:4px;
padding-right:5px;
padding-top:2px;
height:15px;
}
span.dost_pict img {
position:absolute;
top:3px;
}
.prosm_pict, .dost_pict {
position:relative;
}
.prosm_text, .dost_text {
line-height:1.6
}
.dost_text {
padding-right:5px;
padding-left:25px;
}
.prosm_pict {
float:left;
}
.dost_city {
//float:right;
margin-top:5px;
margin-left:2px;
background-color:#57cf64;
height:20px;
max-width:268px;
font-size:12px;
color:#fff;
border:1px solid #50c35d;
text-align:left;
}
#geo_div img {
margin:0;
padding:0;
}
.dost_spb_sv {
margin-top:5px;
margin-left:2px;
background-color:#57cf64;
height:20px;
max-width:268px;
font-size:12px;
color:#fff;
border:1px solid #50c35d;
text-align:left;
}
.dost_spb_lc {
//float:right;
margin-top:5px;
margin-left:2px;
background-color:#57cf64;
height:20px;
max-width:268px;
font-size:12px;
color:#fff;
border:1px solid #50c35d;
text-align:left;
}
.dost_rus {
margin-top:5px;
margin-left:2px;
background-color:#57cf64;
height:20px;
max-width:268px;
font-size:12px;
color:#fff;
border:1px solid #50c35d;
text-align:left;
}
.item_bike_tech {
    margin: 15px 0px 15px 0px;
font-weight:bold;
}

.item_bikesize_htcs a {
    color: #464646;
font-weight:normal;
}
.priceandpromo > div {
    display: inline-block;
}

.velo_price {
    font-size: 27px;
    font-weight:bold;
}
.old_price_item {
    text-decoration: line-through;
    color: #535353;
    font-size: 18px;
    margin-right: 10px;
}
.buy_button a {
    width: 90px;
    text-align: center;
}

.trust > div {
    display: inline-block;
}

.waccept, .watmarket {
    font-weight: bold;
margin-bottom:5px;
}
.trust {
    margin: 10px 0px 10px 0px;
}
.visamc {
    margin-right: 25px;
}
.producer_image img {
    max-width: 70px;
    max-height: 45px;
}

#ShowAddComment{
  margin: 20px 0px;
  font-size: 10pt;
  font-weight: normal;
}
.comment{
background-color: #F7F7F7;
padding: 30px;
margin: 15px 0px 5px 0px;
// width: 100%;
zoom: 1;
position: relative;
padding: 20px;
border: 1px solid #ddd;
}
.comment p{
  margin: 0px 0px 5px 0px;
}
.author_name {
font-style: italic;
font-size: 14px;
color: #4C4C4C;
}
.add_comment_info{
	font-size:10px;
color:#666;
}

.put_comment{
  margin-top:10px;
}
.date_guest_book{
  padding:0px;
  margin:0px;
  margin-left:30px;
  width: 100px;
  border:1px solid #999;
  background-color: #eef9fc;
}
.comment_desc{
  padding:0px; 
  margin:0px;
  margin-left:30px;
  width: 300px;
  border:1px solid #08a5cc;
background-color: #6fdaf5;
  margin: 0px 0px 10px 20px;
}
.comment_author_text{
  padding: 8px 5px 8px 5px;
}
form#comm_form textarea {
border: 1px solid #ebebeb;
border-radius: 5px;
height: 92px;
padding-left: 40px;
margin-top: 5px;
width: 310px;
}
form#comm_form input.commentname {
border: 1px solid #ebebeb;
border-radius: 5px;
height: 34px;
padding-left: 40px;
margin-top: 5px;
width: 210px;
}
#comm_form input.orange {
margin-top: 25px;
margin-bottom: 15px;
}
.counter_footer{
margin-top:-5px;
}
.spoiler_wrap {display:none;}
 .spoiler_comments {cursor:pointer;}
input.orange {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
color:#fff; 
background-color: #3ac;
    border: none;
    padding: 10px 15px 10px 15px;
}
input.orange:hover {
background-color: #2B93B1;
}

a.spoiler_comments h3 {
    padding: 0;
    margin: 0;
    font-size: 14px;
    font-weight: normal;
}
a.spoiler_comments {
    background-color: #3ac;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    padding: 5px 15px 5px 15px;
}
a.spoiler_comments:hover {
background-color: #2B93B1;
}
.item_right_align:after {
    content: '';
    clear: both;
}
.comment_add {
    float: right;
    width: 80%;
}
span.column_right {
    text-align: right;
    padding-right: 14px;
}
.velo_additional_info_text ul li {
    display: table;
    width: 100%;
    margin: auto;
}
.velo_additional_info_text ul li span {
    display: table-cell;
}
.header_bg {
    width: 100%;
    background:url(/images/theme/header.png);
    height: 190px;
}
.header_wrap {
    width: 985px;
    margin: 0 auto;
}
.breadcrumbs a {
    color: #fff;
}
.breadcrumbs {
    padding-top: 120px;
    color: #fff;
}
.h1_header {
    color: #fff;
    font-size: 31px;
}

form#comm_form {
    margin-top: 25px;
    margin-bottom: 25px;
}

.left_column_catalog {
    width: 20%;
    float: left;
}
.catalog_menu_wr {
    width: 100% !important;
    float: none;
}
.catalog_menu {
    width: 100% !important;
    float: none;
}

.shop_wrapper {
    width: 80%;
    float: left;
}
.shop_block .shop_table li {
    padding: 0;
    margin: 0;
    list-style: none;
    float: left;
    width: 25%;
    margin-bottom: 20px;
position:relative;
}

.left_border {
    width: 1px;
    background-color: #E9EAEC;
    height: 100%;
    overflow: auto;
    position: absolute;
    top: 0px;
}
.shop_table {
    margin-top: 25px;
}
.four_in_line .item_iod_wr {
    border-width: 1px 1px 1px 1px;
}

.four_in_line.last {
    margin-left: 2%;
    margin-right: 0%;
}
.four_in_line.first {
    margin-left: 0%;
    margin-right: 2%;
}
.four_in_line {
 width:22%;
float:left;
margin: 2%;
}
.main_main_menu_left_small.catalog_menu_wr {
    margin-top: 34px;
}
.shop_filter {
    background-color: #F2F3F5;
    margin-top: 15px;
    width: 100%;
    border-bottom: 1px solid #3AC;
}
.filter_content > div {
    display: inline-block;
    /* margin-right: 20px; */
    width: 14%;
    margin-right: 2%;
}
.filter_content {
margin:0px 15px 0px 15px;
min-height: 50px;
padding-top: 15px;
}
.wselect {
display:none;
}
.wSelect-options {
    height: 100% !important;
}
#vkredit_button {
    margin-bottom: 11px;
}
.main_image_desc {
    text-align: center;
    font-size: 11px;
    color: #525252;
}
input.orange_button {
    background-color: #FB7022;
    color: #fff;
    display: inline-block;
    border: none;
    font-size: 14px;
    height: 29px;
    cursor:pointer;
    padding: 0px 15px 0px 15px;
}
input.orange_button:hover {
background-color: #DE631D;
}
.cat_read_more a {
    display: inline-block;
    padding: 0px 15px 0px 15px;
    text-decoration: none;
    color: #535353;
    border: 1px solid #535353;
    font-size: 13px;
    line-height: 1.9;
    height:23px;
}
.cat_read_more a:hover {
background-color:#eee; 
}
.cat_item_links {
    text-align: center;
padding-bottom: 10px;
}
.cat_item_links > div {
    display: inline-block;
}
.product_stock_cat {
    text-align: center;
    margin: 5px auto 5px auto;
    width: 90%;
   height:20px;
}
.shop_group_list ul li img {
    max-width: 100%;
    max-height: 120px;
}
.group_list ul {
    padding: 0;
    margin: 0;
}
.shop_group_list ul li {
    list-style: none;
    text-align: center;
}

.shop_group_list ul li {
    margin-bottom: 20px;
}
.group_list:after {
    content: '';
    clear: both;
}
.item_art_price {
    margin: 5px auto 5px auto;
    width: 90%;
    text-align:center;
}
.cat_art {
    color: #858585;
    font-size: 10px;
}
.item_art_price > div {
    display: inline-block;
}
.item_art {
    height: 15px;
    text-align: right;
    display: table;
    width: 97%;
}

.hidden_overflow {
    position: absolute;
    top: 0px;
    background-color: rgba(255, 255, 255, 0.91);
    height: 100%;
    width: 100%;
opacity:0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.item_iod_wr:hover .hidden_overflow {
opacity:1;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.description_sell_bottom_tech {
    color: #000;
    padding: 10px;
}

/* меню в каталоге */
.main_main_menu_top li {
    list-style: none;
    width: 25%;
    float:left;
position:relative;
}
.main_main_menu_top {
    background-color: #f2f3f5;
    height: 50px;
    position:relative;
}
.top_menu_shop {
    width: 100%;
}
ul#dropdown_top_menu {
    visibility: hidden;
    display: none;
    padding: 20px;
    opacity: 0;
    width: 700px;
    position: absolute;
    background-color: #fff;
    z-index: 9;
    top: 38px;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    -o-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    z-index: 100;
}
.main_main_menu_top li:hover ul#dropdown_top_menu {
    display: block;
    opacity: 1;
    visibility: visible;
}
ul#dropdown_top_menu a {
    color: #323232;
display:inline-block;
width:100%;
}
ul#dropdown_top_menu li {
    list-style: none;
    height: 40px;
    float: left;
    width: 33%;
    border-bottom: 1px solid #A7D5F6;
}
ul#dropdown_top_menu li a:hover {
    color: #A7D5F6;
}
ul#dropdown_top_menu li:hover {
    background-color: #F8FCFF;
}
ul#dropdown_top_menu {
    box-shadow: 0px 0px 2px #3AC;
    border-radius: 3px;
}

.main_main_menu_top li.position_1:hover ul#dropdown_top_menu {
left:0px;
}

.main_main_menu_top li.position_2:hover ul#dropdown_top_menu {
left:0px;
}

.main_main_menu_top li.position_3:hover ul#dropdown_top_menu {
right:0px;
}

.main_main_menu_top li.position_4:hover ul#dropdown_top_menu {
right:0px;
}
.dropdown_top_menu:after {
    content: "";
    width: 0;
    height: 0;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.main_main_menu_top li:hover {
color:#A7D5F6;
}
.main_main_menu_top li:hover a {
color:#A7D5F6;
}
.main_main_menu_top li .main_main_menu_left_item {
border-right:1px solid #ccc;
}
.main_main_menu_top li.position_4 .main_main_menu_left_item {
border-right:none;
}
.producer_select {
    width: 150px;
}
.wSelect.wSelect-theme-classic {
    width: 100% !important;
}
.price_filter {
    width: 180px;
    margin: 0px 15px 0px 15px;
}
.price_filter_box > div {
    display: inline-block;
}
#buy_price {
    height: 5px;
}
span.ui-slider-handle.ui-state-default.ui-corner-all {
    width: 13px;
    height: 13px;
    border-radius: 10px;
}
a.ui-slider-handle.ui-state-default.ui-corner-all {
    width: 14px;
    height: 14px;
    border-radius: 15px;
}

.price_filter_box > div input {
    width: 50%;
    text-align:right;
    border: none;
    background-color: none;
    background: none;
    color: #8A8A8A;
    font-size: 9px;
}
.price_filter_box > div {
    width: 48%;
    display: inline-block;
    margin-bottom: 5px;
    position: relative;
    top: -5px;
}
input#minCost {
    text-align: left;
}
.price_form_right_n {
    text-align: right;
}

.pagination {
    text-align: center;
}
.pagination > span {
    display: inline-block;
}
.pagination > div {
    display: inline-block;
}

/* корзина */
.cart_small_img {
    width: 80px;
}
.shop_cart_table td {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 20px;
    padding-right: 5px;
    width: 200px;
    height: 50px;
}
.shop_cart_table {
    border: 1px solid #ccc;
    display: block;
}
.cart_item_price_cart {
    background: url(/images/cart_price1.png);
    width: 137px;
    height: 34px;
}
.shop_cart_table_itog {
    margin-top: 40px;
    height: 40px;
    color: #000;
    display: block;
    text-align: right;
}
.total_cart {
    margin-top: 4px;
    margin-right: 15px;
    line-height: 2;
    font-size: 21px;
}
.cart_item_price_cart_price {
    float: right;
    padding-right: 17px;
    padding-top: 7px;
    font-size: 14px;
}
.cart_recount {
    float: left;
    margin-bottom: 15px;
    margin-top: 15px;
}
.confirm_order {
    float: right;
    margin-bottom: 15px;
    margin-top: 15px;
}

input.greenbutton {
    background-color: #00cf0f;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    padding: 8px 25px 8px 25px;
    border: none;
    cursor:pointer;
}

input.orangebutton {
    background-color: #f97c01;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    padding: 8px 25px 8px 25px;
    border: none;
    cursor:pointer;
}

input.greenbutton:hover {
background-color: #00ba0d;
}
input.orangebutton:hover {
background-color: #e97400;
}

.fieldcart input.name {
    background: url(/images/input_name.png) no-repeat;
    border: 1px solid #c4c4c4;
    height: 42px;
    background-position-x: 15px;
    background-position-y: 16px;
    padding-left: 40px;
    width: 210px;
}

.fieldcart input.phone {
    background: url(/images/input_phone.png) no-repeat;
    border: 1px solid #c4c4c4;
    height: 46px;
    background-position-x: 15px;
    background-position-y: 16px;
    padding-left: 40px;
    width: 210px;
}
.row label {
    bottom: 0;
    color: #777;
    display: block;
    left: 0;
    line-height: 39px;
    margin: 0;
    right: 0;
    top: 0;
}
.row .required:after {
    content: "*";
    color: #F00;
}
.cart_left_column input {
    margin-left: 0;
    margin-top: 0;
}
.cart_left_column {
    display:inline-block;
    padding-right: 50px;
    vertical-align:top;
}
.cart_right_column {
    display: inline-block;
}
.fieldcart input {
    background: #fff;
    border: 1px solid #c4c4c4;
    color: black;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    height: 38px;
    margin: 0;
    padding: 0 10px;
    width: 200px;
}

.fieldcart textarea {
    background: #fff;
    border: 1px solid #c4c4c4;
    color: black;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    height: 38px;
    margin: 0;
    padding: 0 10px;
    width: 200px;
    resize: none;
    height: 70px;
}

#buttoncart3 {
    margin-bottom: 30px;
}
.addname .row {
    margin-right: 50px;
    display: inline-block;
}

.addname {
    margin-bottom: 20px;
}
.eladrs_left {
    display: inline-block;
    margin-right: 50px;
}
.eladrs_right {
    display: inline-block;
}
.field select {
    background: #fff;
    border: 1px solid #c4c4c4;
    color: black;
    font-size: 14px;
    height: 38px;
    margin: 0;
    padding: 0 10px;
    border-radius:0px;
    width: 222px;
}
.row .caption {
    bottom: 0;
    color: #777;
    display: block;
    left: 0;
    line-height: 39px;
    margin: 0;
    right: 0;
    top: 0;
}
table.shop_cart {
    width: 100%;
}
.fieldcart label {
    color: #f00;
    font-size: 11px;
    line-height: 1.4;
}
input.width1.error, input.width2.error {
    border: 1px #f00 solid;
}
.fieldcart {
    height: 55px;
}
.header_footer_menu a:hover {
    text-decoration: underline;
}
.text_footer_menu a:hover {
    text-decoration: underline;
}
ul.responsive_pod_home li:hover img {
    opacity: 0.75;
}
ul.best_seller_slider li:hover img {
    opacity: 0.75;
}
.shop_item_new:hover img {
    opacity: 0.75;
}
.item_iod_wr:hover .hidden_overlay {
visibility:visible;

}
.hidden_overlay {
    width: 100%;
    position: absolute;
    height: 100%;
    background-color: #fff;
    opacity: 0.2;
    top: 0px;
    visibility:hidden;
}
form.payment_method {
    overflow: auto;
}
.shop_group_img {
    position: relative;
}
.group_image_title {
    position: absolute;
background-color: rgba(251, 112, 34, 0.8);
    color: #fff;
    width: 100%;
    height: 18px;
    bottom: 0px;
    line-height: 1.2;
text-align:center;
}
.button_filter2 {
    padding-bottom: 18px;
    text-align:center;
}
.price_filter_change {
    max-width: 283px;
    margin: 0 auto;
}

.shop_group_list div div:hover .group_description {
 display:block; 
}

.group_description {
    position: absolute;
    top: 0px;
    background-color: rgba(255, 255, 255, 0.8);
    color: #000;
    height: 78px;
    vertical-align: sub;
    padding-top: 25px;    
    width: 100%;
}
.shop_group_img img {
    max-width: 100%;
    max-height: 120px;
}
.shop_group_img {
    height: 120px;
}
.group_description span {
width: 90%;
margin: 0 auto;
display: inline-block;
    font-wight:bold;
    font-size:12px;
}
.shop_group_img {
    text-align: center;
}











/* Немного адаптивности для главной магаза */

@media (max-width: 985px){
.header_wrap {
width:100%;
}
.our_plus, .our_plus_l {
    width: 45%;
    margin-right: 1%;
    margin-left: 1%;
    margin-bottom: 1%;
height:45px;
padding:1%;
}
.plusses {
    padding-bottom: 25px;
}
.shop_cat ul li {
    width: 50%;
margin:0;
}

.shop_cat ul li img {
width:100%;
}
.shop_cat_itm {
height:initial;
}

.left_micro_banner {
display:none;
}

.right_micro_banner_place {
    width: 100%;
    float: none;
    max-height: initial;
}
.micro_banners_place {
    max-height: initial;
}
.best_seller_block.width60perc {
    width: 100%;
}

.new_items_block.width40perc {
width:100%;
}

.four_in_line {
    width: 31%;
    margin: 1%;
}
.four_in_line.first {
margin:1%;
}
.four_in_line.last {
margin:1%;
}

.header_wrap > div {
    margin-left: 15px;
}
h1 {
    margin-left: 15px;
}
.item_image_div {
    width: 50%;
    margin-left: 3%;
}
.velo_descriprion_place {
    width: 40%;
    margin-right: 3%;
}
.additional_info {
    width: 95%;
    margin: 0 2.5% 0 2.5%;
}
.comments {
    width: 95%;
    margin: 0 2.5% 0 2.5%;
}
.social_article {
    width: 95%;
    margin: 0 2.5% 0 2.5%;
}





}


@media (max-width: 930px){
.phone_menu {
display:none;
}
.menu_right_bar {
width:62%;
}
}


@media (max-width: 890px){

.filter_content > div {
    width: 30%;
    margin-bottom: 10px;
}
}

@media (max-width: 850px){
.left_slider {
width:100%;
}

.main_main_menu_top {
display:none;
}
ul.responsive_shop li img {
    max-width: 100%;
}
.menu_right_bar {
width:50%;
}
.single_item {
width:100%;
}
.left_column_catalog {
    float: none;
    width: 100%;
}
.shop_filter {
    float: none;
    width: 100%;
    max-width: 100%;
}
.shop_wrapper {
    float: none;
    width: 100%;
}

}
@media (max-width: 925px){
.right_up_menu {
    display: none;
}
}
@media (max-width: 785px){
.phone_menu {
    display: none;
}

.comments_wrap {
text-align:center;
margin-top:20px;
}
.logo {
    margin: 0 auto;
    float: none;
    display: block;
    margin-top: 10px;
}
.item_image_div {
    width: 100%;
    float: none;
    text-align: center;
    padding-right:0;
border:0;
    margin-left: 0%;
}
.velo_descriprion_place {
    float: none;
    width: 97%;
    margin-left: 3%;
}
.comment_add {
    float: none;
    text-align:center;
    width: 100%;
    margin-bottom:15px;
}
.menu_right_bar {
    display: none;
}

}


@media (max-width: 685px){

.four_in_line {
    margin: 1%;
    width: 48%;
}
.four_in_line.first { 
margin:1%;
}

.four_in_line.last { 
margin:1%;
}
.filter_content > div {
    width: 46%;
    margin-bottom: 10px;
}
}



@media (max-width: 625px){
.our_plus, .our_plus_l {
    width: 95%;
}

.breadcrumbs {
padding-top:100px;
}
.breadcrumbs {
opacity:0;
}
.shop_cat ul li {
    width: 100%;
}
.shop_item_3items {
width:100%;
}
.vk_block > div {
    width: 100%;
    margin: 0 auto;
    float: none;
}
.vk_groups_div #vk_groups {
    float: none;
    margin: 15px auto 0px auto;
}
.velo_additional_info_text ul {
width:98%;
}



}
@media (max-width: 525px) {
.filter_content > div {
    width: 100%;
    margin-right:0;
    margin-bottom: 10px;
text-align:center;
}
#buy_price {
margin-bottom:15px;
}
.price_filter {
margin-left:0;
}
}

@media (max-width: 500px) {
.logo {
    margin-left: 20%;
}

.four_in_line {
    margin: 1%;
    width: 98%;
}
.four_in_line.first { 
margin:1%;
}

.four_in_line.last { 
margin:1%;
}
}
.product_box {
  border: solid 1px #cdcdcc;
  height: 150px;
  margin-top: 20px;
  margin-bottom: 20px;
  border-radius: 4px;
  position: relative;
text-align:left;
}
.product_box_rep {
  border: solid 1px #cdcdcc;
  height: 150px;
  width:48%;
  float:left;
  margin-right:1%;
  margin-top: 10px;
  margin-bottom: 10px;
  border-radius: 4px;
  position: relative;
text-align:left;
}
.product_image_rep {
  float: left;
  width: 50%;
  height: 150px;
}
.title_desc_rep {
  width: 47%;
  float: left;
  margin-top: 20px;
  margin-left: 2%;
}
.product_desc_rep {
  color: #333;
  margin-top: 10px;
  //margin-left:8px;
}
.product_title_rep a {
	color:#00586e;
	font-size:17px;
	font-weight:600;
text-decoration: none;
}

.product_title_rep a:hover  {
text-decoration: underline;
color: #08a5cc;
}
@media(max-width:700px){
  .product_box_rep {
  width:98%;
    margin-right:0;
    height: 110px;
  }
  .product_image_rep {
  height: 110px;
}
}

@media(max-width:400px){
  .product_box_rep {
  width:98%;
    margin-right:0;
    height: 90px;
  }
  
  .product_image_rep {
  width: 40%;
  height: 90px;
}
.title_desc_rep {
  width: 57%;
  margin-top: 0px;
}  
  .product_desc_rep{
  margin-top:0px;
  }
  
  
}

.product_image {
  float: left;
  width: 35%;
  height: 150px;
}
.title_desc {
  width: 45%;
  float: left;
  margin-top: 20px;
  margin-left: 2%;
}
.product_desc {
  color: #333;
  margin-top: 5px;
}
.product_box_more {
  float: right;
  width: 17%;
  height: 150px;
  background: #efeeee;
  border-left: solid 1px #c9c9c9;
}
@media(max-width:860px)
{
.product_image {
  float: left;
  width: 35%;
  height: 130px;
}
.product_box_more {
width:23%;
height:130px;
}
.title_desc{
width:38%;
 margin-top: 5px;
}
.product_box {
height:130px;
}
}

@media(max-width:610px)
{
.product_image {
  float: left;
  width: 35%;
  height: 120px;
}
.product_box_more {
display:none;
}
.title_desc{
width:53%;
 margin-top: 5px;
}
.product_box {
height:120px;
}
.product_desc{
display:none;
}
}
@media(max-width:400px)
{
.product_image {
  float: left;
  width: 100%;
  height: 120px;
}
.product_box_more {
display:none;
}
.title_desc{
margin:0px;
margin-top:70px;
position:absolute;
width:100%;
height:50px;
background:rgba(82, 105, 119, 0.8);
}
.title_desc a,.title_desc a:visited{
color:#fff;
}
.product_title{
padding-left:8px;
}
.product_box {
height:120px;
}
.product_desc{
display:none;

}
}
.product_button {
  background: url(/images/theme/product_buy_button.png) no-repeat;
  width: 144px;
  height: 45px;
  margin-left: auto;
  margin-top: 45px;
  margin-right: auto;
}
.product_currency {
  float: right;
  color: #fff;
  margin-top: 12px;
  padding-left: 3px;
  margin-right: 30px;
}
.product_price {
  float: right;
  color: #fff;
  font-weight: 600;
  margin-left: 20px;
  font-size: 20px;
  margin-top: 6px;
}
.addpricecat {
  font-size: 13px;
  line-height: 2.2;
}
.product_button_more {
  margin-top: 20px;
  text-align: center;
}
.product_box_more a {
  color: #333;
  text-decoration: underline;
}
.product_button_more img {
  position: relative;
  top: 3px;
  margin-right: 4px;
}
 .opacdesc .product_title a {
  color: #7FABB6;
  position:relative;
  z-index:101;
}

.opacdesc .product_desc a {
  color: #83D1E5;
  position:relative;
  z-index:101;
}
.opacdesc .product_desc {
  color: #989898;
  position:relative;
  z-index:101;
}
.opac {
height: 150px;
background: rgba(255, 255, 255, 0.5);
position: absolute;
width: 100%;
z-index: 100;
}
.orange {
	color: #fef4e9 !important;
	border: solid 1px #da7c0c;
	background: #f78d1d;
	background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
	background: -moz-linear-gradient(top,  #faa51a,  #f47a20);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
text-decoration: none !important;
font: 14px/100% Arial, Helvetica, sans-serif;
padding: 1em 4em 1em !important;
text-shadow: 0 1px 1px rgba(0,0,0,.3);
-webkit-border-radius: .5em;
-moz-border-radius: .5em;
border-radius: .5em;
-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.orange:hover {
	background: #f47c20;
	background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
	background: -moz-linear-gradient(top,  #f88e11,  #f06015);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015');
}
.orange:active {
	color: #fcd3a5;
  margin-top:1px;
	background: -webkit-gradient(linear, left top, left bottom, from(#f47a20), to(#faa51a));
	background: -moz-linear-gradient(top,  #f47a20,  #faa51a);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f47a20', endColorstr='#faa51a');
}



@media only screen 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) {
.logo {
margin:0 auto;
}

}