/** GLOABAL STYLES **/
*{

    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none !important;

}
a:hover, a:active, a:focus, *:focus {
    outline: none !important;
}
div, form,ul,html, body {
    margin:0px;
    padding:0px;
}
html, body{
    height: 100%;
    padding: 0;
    margin: 0;
}
body {
    font-family: Arial, sans-serif;
    font-size: 12px;
    min-width: 1100px;
    color:#183e4c;
    background: #ffffff;
}
a {
    text-decoration: none;
    color: #0072A6;
    outline: none;
}
a:hover{
    text-decoration: underline;
}

img {
    border:0px;
}
p {
    padding:0;
    margin-bottom: 10px;
}
ul{
    list-style: none;
}
input, select, textarea {
    outline: none;
    font: normal 14px/16px Arial, Helvetica, sans-serif;
}

input[type="text"], input[type="password"], textarea {
    font: normal 14px/16px Arial, Helvetica, sans-serif;
    margin-bottom: 5px;
    border: 1px solid #E7E7E7;
    padding: 5px;
    border-radius: 3px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    outline: none;
}
input[type="text"]:focus, input[type="password"]:focus,textarea:focus {
/*    box-shadow: 0 0 6px #bbe941 inset;
    border-color: #bbe941;
    border-radius: 3px; */
}
button::-moz-focus-inner { /* убираем внутренний отступ у кнопки в FF, который зарезервирован для рамки при фокусе */
    padding:0;
    border:0;
}
::-webkit-input-placeholder { /* WebKit browsers */
    font-size: 14px;
    color: #264a57;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    font-size: 14px;
    color: #264a57;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    font-size: 14px;
    color: #264a57;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    font-size: 14px;
    color: #264a57;
}
/* Opera: preventing text shift on click */
noindex:-o-prefocus, button.ui-multiselect:active {
    padding: 3px 11px 5px 9px;
}
h1,.section_template_title {
    font:22px/100% Arial, Helvetica, sans-serif;
    font-weight:bold;
    padding:0px;
    margin-bottom: 10px;
}
h2 {
    font:18px/100% Arial, Helvetica, sans-serif;
    font-weight:bold;
    padding:0px;
    margin-bottom: 10px;
}
table {
    border-spacing:0;
    border-collapse:collapse;
}
.typical_table td{
    padding: 10px;
}
.typical_table h2{
    font-size: 15px;
    margin: 8px 0;
}
.infoBox td{
    vertical-align: middle;
}
thead{
    font-weight: bold;
    border-bottom: 1px solid #E0E0E0;
}
th{
    padding: 10px;
    color: #0072A6;
    font-weight: normal;
    font-size: 14px;
}

.moduleRow .main{
    background: #EBEBEB;
}
.moduleRow .filter_heading{
    display: inline;
}
.span_active{color: #0072A6;font-weight: bold;}
.rounded_5{
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.clearfix{clear: both;}
.clearfix:before, .clearfix:after {
display: table;
content: '';
}
.clearfix:after {
clear: both;
}

.bold{font-weight: bold;}
.no-border-radius{
    border-radius: 0 !important;
}

/* Debug */
pre.debug {
    /*height: 500px;*/
    top: -500px;
    word-wrap: break-word;
    color: #000;
    z-index: 99999;
    width: 60%;
    border: 1px solid;
    background: #FFF;
    left: 20%;
    position: absolute;
    display: none;
    padding: 20px;
    box-shadow: 0 0 13px rgba(0, 0, 0, 0.36);
}
pre.debug p{
    width: 100%;
}
pre.debug iframe{
    /*display: none;*/
    border: 1px solid;
}
pre.debug .close {
    width: 20px;
    height: 20px;
    position: inherit;
    top: 10px;
    right: 10px;
    cursor: pointer;
    background: #655;
    border-radius: 5px;
    text-align: center;
    color: #FFF;
    line-height: 20px;
    font-family: Arial;
    font-size: 10px;
}


/** END GLOABAL STYLES **/

/** MAIN STYLES **/

/* USER PROFILE */
.address{
    padding: 20px;
    font-size: 12px;
    line-height: 100%;
    margin: 20px 0;
    position: relative;
    border-top: 1px solid rgba(204, 204, 204, 0.12);
    width: 410px;
}
.address:before{
    background: url(images/rewiev_block_shadow_2.png) 0px 0px no-repeat;
    content: '';
    height: 90px;
    width: 17px;
    position: absolute;
    left: -17px;
    top: 0px;
    background-size: 100% 100%;
}
.address:after {
    background: url(images/rewiev_block_shadow_1.png) 0px 0px no-repeat;
    content: '';
    height: 106px;
    width: 17px;
    position: absolute;
    right: -17px;
    bottom: -5px;
    z-index: 1;
    background-size: 100% 100%;
}

.drop-shadow {
    position:relative;
    /*float:left;*/
    width:40%;
    padding:1em;
    margin:2em 0 4em;
    background:#fff;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
            box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

.drop-shadow:before,
.drop-shadow:after {
    content:"";
    position:absolute;
    z-index:-2;
}

.drop-shadow p {
    font-size:16px;
    font-weight:bold;
}

/* Поднятые углы */
.lifted {
    -moz-border-radius:4px;
         border-radius:4px;
}
.lifted:before,
.lifted:after {
    bottom:15px;
    left:10px;
    width:50%;
    height:40%;
    max-width:300px;
    -webkit-box-shadow:0 15px 10px rgba(0, 0, 0, 0.7);
       -moz-box-shadow:0 15px 10px rgba(0, 0, 0, 0.7);
            box-shadow:0 15px 10px rgba(0, 0, 0, 0.7);
    -webkit-transform:rotate(-3deg);
       -moz-transform:rotate(-3deg);
        -ms-transform:rotate(-3deg);
         -o-transform:rotate(-3deg);
            transform:rotate(-3deg);
}
.lifted:after {
    right:10px;
    left:auto;
    -webkit-transform:rotate(3deg);
       -moz-transform:rotate(3deg);
        -ms-transform:rotate(3deg);
         -o-transform:rotate(3deg);
            transform:rotate(3deg);
}

/* USER PROFILE */

/* top_section */
.top_section img{
    vertical-align: middle;
}
.top_section .wrapper > div {
    height: 100%;
    line-height: 44px;
    vertical-align: middle;
}
.top_menu{
    background-color: #5F4678;
}
.top_links{
    margin: 0 auto;
    float: none !important;
    width: 790px;
    line-height: 2em;
    font-size: 18px;
    text-transform: uppercase;

}
.top_links a:not(.dd_menu) {
    padding: 0 11px;
    border-right: 1px solid;
    color: #FFCA2F;
}
.top_links li{
    float: left;
    list-style: none;
}
.top_links li:last-child a{
    border-right: 0;
}
.top_links a:hover{
    text-decoration: none;
    background-color: #675f78;
}
.login_top .log_in{
    background: transparent url(images/arrow_right_ts.png) left top no-repeat;
    padding-left: 20px;
    color: #183e4c;
    margin-right: 5px;
}
.login_top img{margin-left: 5px;}
.facebook_icon img{margin-top: -2px;}
.top_languages{/*margin-right: 100px;*/}
.top_languages a{margin-right: 10px;}
.top_languages .phone {
    margin-left: 10px;
    position: relative;
    top: -2px;
}

/* HEADER */
#main-logo{
}
#main-logo a{
    color: #183e4c;
    text-transform: uppercase;
    font: bold 49px/68px Arial;
    display: block;
    position: relative;
    bottom: 12px;
}
#main-logo a:hover{
 text-decoration: none;
}
#search-box {
    width: 350px;
    /*margin-left: 50px;*/
    margin-top: 4px;
    position: relative;
    bottom: 28px;

}
.search_box input[type="text"]{
    width: 100%;
    position: relative;
    z-index: 26;
}
.search_box input[type="text"]:focus{
    box-shadow: 0 3px 3px rgba(0,0,0,0.3);
}
#my-id{
    padding: 5px;
text-align: right;
}
.header__contacts{
    /*margin-top: 5px;*/
    margin-left: 50px;
    margin-top: 15px;
}
.header__contacts p:first-child{
    background: transparent url(images/phone_21x21.png) left top no-repeat;
    padding-left: 27px;
}
.header__contacts > p , .footer__contacts > p {
    float: left;
    margin-right: 11px;
    font: bold 15px/22px Arial;
    color: #183E4C;
    margin-bottom: 0;
}
.header__contacts p:nth-child(2), .footer__contacts p:nth-child(2){
    margin-right: 0 !important;
}
.header__contacts .left {
    color: #02C1E8;
    margin-right: 0px;
    margin-left: 20px;
    margin-top: 16px;
}

.header__contacts .skype{
    background: transparent url(images/skype16x16.png) left top no-repeat;
    padding-left: 18px;
}
.online-help {width: 182px;}
.online-help a.left img{float:left;}
.online-help a.left span{
    position: relative;
    float: left;
    display: block;
    margin-top: 7px;
    padding: 0 6px;
    font-size: 13px;
}
.online-help p{
    color: #183e4c; font-size: 19px;margin: 0;margin-top: 10px;
}


/* CATEGORIES MENU */
.categories_menu{
    position: relative;
    background: rgba(0, 0, 0, 0) url(images/top_section_bg.png) top left repeat-x;
    /*background: #0072A6;*/
    height: 43px;
    border-top: 1px solid rgba(104, 104, 104, 0.14);;
}
.categories_menu li.parent{
    float: left;

}
.categories_menu a.parent {
    font: bold 14px/41px Arial;
    color: #347790;
    text-transform: uppercase;
    padding: 14px 18px;
    z-index: 24;
    position: relative;
}
.categories_menu a.parent:hover,
.categories_menu .parent.sfHover a.parent,
.categories_menu a.parent.active{
    background: transparent url(images/cat_menu_parent_h.png) top left repeat-x;
}
.categories_menu li.parent ul{
    background: transparent url(images/cat_menu_sub.png) top left repeat-x;
}
.sub_ul{
    min-height: 264px;
    left: 0;
    top: 38px;
    position: absolute;
    width: 100%;
    z-index: 23;
    display: none;
}
.categories_menu div.sub,
.parent_category_image{
    float: left;
}
.parent_category_image img{
    margin-top: 20px !important;
}
.categories_menu .sub {
    height: 204px;
    position: inherit;
    padding: 55px 20px 0 20px;
    min-width: 100px;
    max-width: 190px;
    background: transparent url(images/subcat_bdr_r.png) right 7px no-repeat;
}
.categories_menu .sub > a{
    font: bold 18px/26px Arial;
    color: #0072A6;
    background: transparent url(images/yellow_arr_r.png) left 3px no-repeat;
    padding-left: 20px;
}
.categories_menu .sub_sub{
    padding-left: 21px;
}
.categories_menu .sub_sub a {
    display: block;
    color: #183E4C;
    font-size: 12px;
    line-height: 19px;
}
.categories_menu .sub_sub a:hover{
    color: #0072A6;
    text-decoration: none;
}
/* Breadcrumbs */
.bread i:first-child {
    background: transparent url(images/home.png) left center no-repeat;
    padding-left: 15px;
    font-style: normal;
}

.bread i {
    font-style: normal;
}

.bread a, .bread{
    /*font: normal 12px/36px Tahoma;*/
    line-height: 36px;
    color: #646e80 !important;
}
/* Shopping cart box */
.bread a:last-child{color: #646e80  !important;}

#divShoppingCard{
    width: 150px;
}
#shopping_cart_box {
    position: relative;
    border-radius: 5px;
    width: 200px;
    padding: 12px;
    padding-bottom: 0;
}
#shopping_cart_box .btn{
    font-size: 11px;
    padding: 2px 7px;
}
#shopping_cart_box .block-title {
    /*margin: 16px 0 0 0;*/
    color: #183E4C;
    font-size: 14px;
}
.cart_body{
    margin-top: 5px;
}
.cart_box_wrapper {
    /*margin-left: 48px;*/
    float: left;
    margin-left: 34px;
    text-align: left;
}
#cart_but {
    width: 65px;
    height: 50px;
    float: left;
    display: block;
    position: absolute;
    top: 2px;
    left: -20px;
    background: transparent url("images/shopping_cart.png") center center no-repeat;
    background-size: 58%;
}
#cart_but.cart_img_full{

}
/* POPUP CART */
@media (min-width: 768px){
    #pop_contact_us .modal-dialog{
        width:     33%;
    }

    #popup_product_info .modal-dialog,
    #popup_cart .modal-dialog{
        width:     80%;
    }
}

#cartContent-page{width: 100%;}
#cartContent-page th.name{
    text-align: left;
}
#cartContent-page th,
#cartContent-page td{
    padding: 10px;
}
#cartContent-page .product_image{
text-align: center;
line-height: 60px;
vertical-align: top;
}#cartContent-page .product_image img{vertical-align: middle;}
#cartContent-page.product_name{
    vertical-align: top;
    padding: 10px 0;
    font-weight: bold;
}
#cartContent-page .attributes_list{
    line-height: 12px;
}
#cartContent-page .attributes_list li{font-style: oblique;font-size: 10px;}
#cartContent-page .attributes_list li span{font-style: normal;}
#cartContent-page td.product_price,
#cartContent-page td.product_total,
#cartContent-page td.product_qty,
#cartContent-page td.product_delete{
    text-align: center;
}#cartContent-page td.product_total{font-weight: bold;}
#cartContent-page td.product_qty input{width: 80px;text-align: center;}
#cartContent-page td.product_qty input:focus{
    box-shadow: none;
    border-radius: 0;

}
#cartContent-page .btn.ok{
    position: absolute; margin-left: 10px; margin-top: 7px; display:none;
}
#cart_order_total{
    width: 220px;
    margin: 20px 0;
}
#popup_cart_form .btn{
    background-color: #5F4678;
    color: #FFCE0C;
}
#popup_cart_form #cartContent-page th {
    color: #5F4678;
}
#popup_cart_form #cartContent-page td a{
    color: black;
}
/* END POPUP CART */

/* FRONT SLIDER */
#slider_prod > li{
    position: relative;
    /*height: 422px;*/
}
#slider_prod .slider_text {
    position: absolute;
    top: 0;
    left: 0;
    width: 412px;
    margin-left: 30px;
    padding-right: 60px;
}
#slider_prod .slider_text{
    color: #183e4c;
}
#slider_prod .slider_text p span{
    font-size: 22px;
    color: #00bfff;
}
#slider_prod .slider_text .slider_title{
    font: bold 60px/100% Arial;
    color: #183E4C;
    margin: 20px 0 0 0px;
    background: transparent url(images/slider_title_arrow.png) right 7px no-repeat;
}

#slider_prod .slider_text ul {
    font-size: 16px;
    list-style: disc;
    padding-left: 20px;
    line-height: 24px;
}
#slider_prod .slider_text h2 {
    font: bold 55px/100% Arial;
    color: #0072A6;
    padding-left: 40px;
    background: transparent url(images/blue_mouse.png) left 7px no-repeat;
    margin: 20px 0;
}
#slider_prod .slider_text h3{
    font-size: 45px;
    font-weight: bold;
    text-transform: uppercase;
}

/* slider buttons */
.bx-wrapper .bx-viewport{
    box-shadow: none;
    border: 0;
    background: transparent;
    left: 0;
    padding-bottom: 2px;
}
#front_slider{
    background: #f4f5f7;
}
#front_slider li{
text-align: center;
}
#front_slider .bx-wrapper{
    margin-bottom: 20px;
}
#front_slider img{
    margin: 0 auto;
}
#front_slider .bx-wrapper .bx-pager {
    padding-top: 0;
    bottom: 10px;
}
#front_slider .bx-pager-item a {
    background: transparent url(images/slider_buttons.png) 0 0 no-repeat;
    display: inline-block;
    zoom: 1;
    width: 20px;
    height: 20px;
    text-indent: -9999px;
    margin: 0;
}
#front_slider .bx-pager-item a:hover,#front_slider .bx-pager-item a.active{
    background-position: -22px 0px;
}

/* small_slider */
.small_slider .bx-wrapper .bx-controls-direction a{
    background: transparent url(images/small_slider_arrows.png);
}
.small_slider .bx-wrapper .bx-controls-direction .bx-prev,
.small_slider .bx-wrapper .bx-controls-direction .bx-next {
    margin-top: 0;
    position: absolute;
    top: 3px;
    width: 20px;
    height: 27px;
    text-indent: -9999px;
    z-index: 1;
}
.small_slider .bx-wrapper .bx-controls-direction .bx-prev {left: -20px;background-position: 0px 0;}
.small_slider .bx-wrapper .bx-controls-direction .bx-next {right: -20px;background-position: 20px 0;}


/* Везде где вывод товара в колонках */
/* item-list */

.item-list li {
    position: relative;
    width: 33.3%;
    height: 350px;
    margin-bottom: 20px;
    float: left;
}
.item-list li .inner{
    padding: 0 7px;
    border: 1px solid #E7E7E7;
    height: 100%;
    margin-right: 5px;
}

.item-list.node-product li,.item-list.front_section li{
    width: 33.3%;
}

.ui-tabs-panel .item-list li{
    width: 170px;
}
.item-list li.last_col,
.item-list li.last_col .inner,
.item-list li:last-child {
    margin-right: 0;
}
.item-list .product_image{
    text-align: center;
    height: 210px;
    line-height: 210px;
}
.item-list .product_image img {
    vertical-align: middle;
    display: inherit;
    max-width: none;
}

.item-list .simple_price,
.item-list .spec_price{
    font: bold 24px/100% Arial;
    color: #5F4678;
}
.item-list .simple_price span,
.item-list .spec_price span {
    font-size: 13px;
}
.item-list .old_price{
    text-decoration: line-through;
    padding-left: 23px;
    text-align: right;
}
.item-list div.product_name {
    text-align: left;
    margin-bottom: 10px;
    min-height: 32px;
}
#r_spisok div.product_name{
    min-height: 35px;
}
#r_spisok .spec_price,
#r_spisok .simple_price{
    font: bold 19px/100% Arial;
}
.item-list div.product_name a{
    font-weight: bold;
    font-size: 14px;
    color: #1E0F00;
}
.item-list .categories_name{
    margin: 10px 0;
}
.item-list .categories_name, .old_price{
    color: #B8CBD5;
    font-size: 15px;
}
.item-list .add2cart_form{
    float: right;
}
.item-list .price{
}
.item-list .price_block {
    text-align: right;
    float: left;
    height: 52px;
}
.item-list .product_label {
    background: transparent url(images/labels.png);
    position: absolute;
    top: 0;
    right: 5px;
    width: 65px;
    height: 58px;
}

.item-list li .wishlist_compare {
    margin-top: 20px;
}

/* List view */
.item-list ul.list .inner{
    border:0;

}
.item-list ul.list li {
float: none;
width: 100%;
margin: 0 0 10px 0;
padding: 0;
min-height: 190px;
height: auto;
border-bottom: 1px solid #ccc;
}
.item-list ul.list .product_image {
    float: left;
    margin-right: 10px;
    margin-top: 17px;
}
.item-list ul.list .product_label{
    right: auto;
}
.item-list ul.list .prod_center{
    float: left;
    width: 430px;
}
.item-list ul.list .price{
    margin-top: 30px;
}
.item-list ul.list .price_block{
    float: none;
}
.SKU{
    font-size: 12px;
    color: #b8cbd5;
}
.label1.product_label{background-position: -65px 0}
.label2.product_label{background-position: 0 0;}
.label3.product_label {
    background-position: -130px 0;
    line-height: 34px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 17px;
}

/* Labels in product-info*/
.product_labels {
    position: absolute;
    top: 20px;
    right: 20px;
}
.product_labels.item-list .product_label{
    position: relative;
    top: auto;
    right: auto;
}
/* item-list + сдайдер */
.item-list.product_slider .bx-wrapper,
.item-list.product_slider{
    max-width: 100% !important;
    /*overflow: hidden;*/
}
.item-list.product_slider li{
    margin-right: 0;
    padding: 0;
    /*margin-bottom: 10px;*/
}

.item-list.product_slider .bx-prev, .item-list.product_slider .bx-next {
    background: transparent url(images/prod_slider_arrows.png) 0px 0 no-repeat;
    position: absolute;
    top: 165px;
    width: 47px;
    height: 42px;
    text-indent: -9999px;
    z-index: 1;
}
.item-list.product_slider .bx-prev{left: -18px;background-position: 0 0;}
.item-list.product_slider .bx-next{background-position: -68px 0;right: -18px;}
#also_purchased.item-list.product_slider li{
    padding: 0 3.7px;
}
/* NEWS & Articles */
.date{
    color: #b8cbd5;
    margin: 5px 0;
}

#news{
    float: left;
    width: 48%;
    padding-right: 20px
}

#articles{
    float: right;
    width: 48%;
}
.allarticles{
    width: 100% !important;
    float: none !important;
}
#news a,#articles a,
#news a:hover,#articles a:hover,
.newsdesk_article_shorttext a{
    text-decoration: none;
}
#news .text a, #articles .text a,
.newsdesk_article_shorttext a{
    font: 12px/16px Arial, Helvetica, sans-serif;
    color: #183E4C;
}
.newsdesk_article_image img{
    padding-right: 5px;
}

#news .title a,
#articles .title a,
#newdesk_listing h1 a,
#articles_listing h1 a {
    color: #0072A6;
    font: bold 18px/18px Arial, Helvetica, sans-serif;
}
#articles .image{
    margin-right: 10px;
}
#news h1,#articles h1{
    /*text-transform: uppercase; */
    margin-bottom: 30px;
}
.subnew{
    margin-bottom: 30px;
}
.subnew .image{
    margin-right: 10px;
}
/* manufacturers */
#manufacturers {
    position: relative;
    margin: 50px 0;
}
#manufacturers li{
    /*width: 25%;*/
    text-align: center;
    position: relative;
    float:     left;
}
#manufacturers li img{
    display: inline;
}
/*  бокс категорий --------------------------*/
#categories_box a.active {
    font-weight: bold;
    color: black;
    text-decoration: underline;
}

#categories_box .ul_path2{
    margin: 10px 0 0 0;
}
#categories_box .ul_path3{
    margin: 5px 0;
}
#categories_box li{line-height: 100%;}
#categories_box li.path1{
    border-bottom: 1px solid #e5e5e5;
    padding: 9px 0;
}
#categories_box li.path2 {
    padding-left: 15px;
    line-height: 16px;
    margin-left: 16px;
}
#categories_box li.path3 {
    margin: 6px 0;
    padding-left: 10px;
}

#categories_box li a.path1{
    color: #183e4c;
    font-weight: bold;
    font-size: 14px;
}
#categories_box li.path2.active{
    background: transparent url(images/vertical_menu_arrow.png) 0 0 no-repeat;
}

/* Карточка товара */
#buy_actions{
    margin: 20px 0;
}
.product_info_main{
    float: right;
    margin-left: 20px;
    width: 350px;
}
#product_info h1.product_name{
    font-size: 27px;
    margin: 10px 0;
}
.product_in_stock,
.product_no_in_stock{
    font-size: 14px;
}
.product_in_stock{
    color: #51a351;
}
.product_no_in_stock{color: #cccccc;}
.product_stock_listing {line-height: 40px;min-height: 40px;}

.articul {
    font-size: 14px;
}
/*@media (max-width: 1040px){
    .bx-wrapper {
        width: 90%;
    }
}*/

/* BUTTONS */
.btn{
	background-color: #5F4678;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid transparent;
  display: inline-block;
  cursor: pointer;
  color: #FFCE0C;
  font-family: arial;
  font-size: 13px;
  padding: 5px 13px;
  text-decoration: none;
}
.btn:hover {
	border:1px solid #FFCE0C;
}

.btn.ok:active {
	top: auto;
}

.btn:active {
	position:relative;
	top:1px;
}
.btn-link {
    color: #428bca;
    font-weight: 400;
    cursor: pointer;
    border-radius: 0;
    background: none;
}

.btn-link,.btn-link:active,.btn-link[disabled],fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;  
    background: none; 
}

.btn-link,.btn-link:hover,.btn-link:focus,.btn-link:active {
    border-color: transparent;
    background: none;
    
}

.btn-link:hover,.btn-link:focus {
    color: #2a6496;
    text-decoration: underline;
    background-color: transparent;
}

.btn-link[disabled]:hover,fieldset[disabled] .btn-link:hover,.btn-link[disabled]:focus,fieldset[disabled] .btn-link:focus {
    color: #999;
    text-decoration: none;
}
.prod_col_buy .btn {
    background-color: #FFCE0C;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
    cursor: pointer;
    color: #674C7D;
    font-family: arial;
    font-size: 13px;
    padding: 5px 10px;
    text-decoration: none;
    font-weight: bolder;
}
.prod_col_buy .btn:hover {
	border: 1px solid #674C7D;
}
.prod_col_buy .btn:active {
	position:relative;
	top:1px;
}


#r_buy_intovar .btn {
font-size: 15px;
font-weight: bolder;
background: #FFCE0C;
color: #674C7D;
}
#r_buy_intovar .btn:hover{
    border: 1px solid #674C7D;
}
.buy_one_click{
    margin: 0 10px;
    background: #C2F1FF !important;
    color: #347790 !important;

}
.item-list .btn{
    display: block;
}
input.btn:hover,
input.btn.active{
    cursor: pointer;
}
a.btn{text-decoration: none;}

.btn-warning {
    color: white;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #FAA732;
    background-image: -moz-linear-gradient(top, #FBB450, #F89406);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#FBB450), to(#F89406));
    background-image: -webkit-linear-gradient(top, #FBB450, #F89406);
    background-image: -o-linear-gradient(top, #FBB450, #F89406);
    background-image: linear-gradient(to bottom, #FBB450, #F89406);
    background-repeat: repeat-x;
    border-color: #F89406 #F89406 #AD6704;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.btn.button-small{
    padding: 3px 8px;
    display: inline;
}
.btn.button-big{
        font-size: 22px !important;
    padding: 11px 15px;
    text-transform: uppercase;
}
.btn.delete{
    padding: 0 5px;
    border-right: 80px;
    font-family: Arial;
    font-weight: bold;
    color: #FFF;
}
.btn.unactive{
    background: #EEE;
      color: #bbb;
}
.btn.unactive:hover{
    cursor: default;
}
.btn.pager-link{
    background: #CBD9E0 !important;
    line-height: 16px;
    text-align: center;
    color: #FFF;
}

.btn.circle{
    border-radius: 5px;
}
.btn.ok,.btn.ok:hover{
    width: 16px;
    height: 16px;
    background: transparent url(images/ok.png) 0 0 no-repeat !important;
    border-radius: 5px;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border: 0;
    text-indent: -99999px;
    cursor: pointer;
    padding: 0;
}
.delete {
background: url(images/delete.png) no-repeat center center transparent;
border: 0;
width: 22px;
height: 22px;
text-indent: -9999px;
font-size: 0;
cursor: pointer;
}
.btn.ok:hover{
    box-shadow: none;
  /*box-shadow: 0 0 3px green;*/
  -moz-transform: rotate(5deg) scale(1.1) translate(2px,-1px); /* Для Firefox */
    -ms-transform: rotate(5deg) scale(1.1) translate(2px,-1px); /* Для IE */
    -webkit-transform: rotate(5deg) scale(1.1) translate(2px,-1px); /* Для Safari, Chrome, iOS */
    -o-transform: rotate(5deg) scale(1.1) translate(2px,-1px); /* Для Opera */
    transform: rotate(5deg) scale(1.1) translate(2px,-1px);
}
i[class^="icon-"] {
    width: 16px;
    height: 16px;
    display: inline-block;
    *display: inline;
    zoom:1;
}
i.icon-cart{background: transparent url(images/basket.png) 0 0 no-repeat;}
i.icon-incart{background: transparent url(images/check_yes.png) 0 0 no-repeat;}
i.icon-remove-compare{
    font-style: normal;
color: #fff;
font-size: 13px;
background: #0072A6;
text-align: center;
}
.btn.cart_button i[class^="icon-"] {
    position: relative;
    margin-right: 4px;
    top: 3px;
}
.btn.cart_button{
    cursor: pointer;
    background: #bbe941;
}
/* R-spisok btn */
.listing_btn{
    width: 14px;
    height: 14px;
    border: 0;
    cursor: pointer;
}
.listing_btn.columns{
    background: transparent url(images/columns_ico.png) 0 0 no-repeat;
}
.listing_btn.list {
    background: rgba(0, 0, 0, 0) url(images/list_ico.png) 0 0 no-repeat;
    width: 19px;
    margin-left: 10px;
}

.countPages{
    line-height: 23px;
}
/* Навигация товара */
.product_nav{
    margin:10px 0;
    display: block;
    overflow: hidden;
}
.product_nav .prev,
.product_nav .next{
    position: relative;
    background: #eff4f6;
}
.product_nav .next.switch_sidebar {
    margin-left: 0;
}
.product_nav .prev{padding-left: 25px;}
.product_nav .next{padding-right: 25px;margin-left: 25px;}
.product_nav .prev .arrow,
.product_nav .next .arrow{
    width: 7px;
    height: 11px;
    position: absolute;
    top: 7px;
    background: transparent url(images/nav_arrows_small.png) no-repeat;
}
.product_nav .prev .arrow{background-position: -9px 0px;left: 10px;}
.product_nav .next .arrow{background-position: 0 0;right: 10px;}
.product_nav .prev:hover .arrow,.product_nav .prev.active .arrow{background-position: -26px 0px;}
.product_nav .next:hover .arrow,
.product_nav .next.active .arrow{background-position: -17px 0px;}
.blue_button{
    font-size: 12px;
    padding: 5px 13px;
    border-radius: 5px;
    color: #347790;
}
.blue_button:hover,.blue_button.active{
    background: #0072A6;
    color: white;
    text-decoration: none;
}
/* / Навигация товара */

/* Фото товара */
#product_images{
    position: relative;
    width: 320px;
    margin: 60px 0 0 60px;
}
#product_images .bx-wrapper{
    margin: 20px auto 0 !important;
}
.product_dop_images  .bx-prev,
.product_dop_images  .bx-next{
    font-size: 12px;
    border-radius: 5px;
    color: #347790;
    background: #eff4f6;
    position: absolute;
    top: 30px !important;
    width: 27px;
    text-indent: -9999px;
    z-index: 1;
    height: 25px;
}
.product_dop_images  .bx-prev:hover,
.product_dop_images  .bx-next:hover{
    background: #0072A6;
    color: white;
    text-decoration: none;
}

.product_dop_images .additional_images_list li{
    width: 84px;
    height: 84px;
    line-height: 84px;
    float: left;
    text-align: center;
}
#ch_link {
    text-align: center;
    cursor: url(/includes/highslide/graphics/zoomin.cur), pointer !important;
}
.img_overflow{
    height: 300px;
    line-height: 300px;
    width: 320px;
    text-align: center;
}
#ch_link img{vertical-align: middle;}
#slider_product img{vertical-align: middle;display:inline;}
/* zoomProduct View */
.product_dop_popup{
    /*display: none;*/
}
.zoomProductView__prod-title{text-align: center;}
.zoomProductView .bxslider {
    height: 500px;
    line-height: 500px;
    width: 100%;
    text-align: center;
    overflow: hidden;
}

.product_dop_popup img{vertical-align: middle;margin: 0 auto !important;max-height: 100%;height: 500px;}
.zoomProductView .additional_images_list{
    text-align: center;
    width: 100%;
    margin-top: 42px;
    overflow: hidden;
}
.zoomProductView .bxslider li{
    height: 500px;
    overflow: hidden;
    float: left;
    width: 100%;
    text-align: center;
}
.zoomProductView .additional_images_list a{
    float: none;
    display: inline-block;
    border:1px solid transparent;
    padding:3px;
    height:83px;
    overflow:hidden;
}

.zoomProductView .additional_images_list a.active{
    border:1px solid #0072A6;
}

.zoomProductView .bx-controls-direction a{
    position: absolute;
    top: 250px !important;
    width: 42px;
    height: 42px;
    background: url(images/prod_slider_arrows.png);
    text-indent: -9999px;}
.zoomProductView .bx-prev{left: 100px;}

.zoomProductView .bx-next:hover,
.zoomProductView .bx-next{
    right: 100px;
    background-position: 42px 0px !important;
}
.right_col {
float: right;
width: 315px;
padding: 19px 15px;
border-radius: 7px;
background: #EFF4F6;;
}
/* Атрибуты товара */
.attr_select #info,
.prod_attributes_div > div {
border-bottom: 1px solid rgba(104, 104, 104, 0.14);
min-height: 27px;
line-height: 27px;
}

.product_attributes .attr {
    float: left;
    margin-right: 30px;
}
.product_attributes_colors a{
    display: block;
    width: 20px;
    height: 20px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius: 5px;
    text-indent: -9999px;
    font-size: 0;
    float: left;
    margin-right: 6px;
}
.product_attributes_colors .color_green{background: #cbe95f;}
.product_attributes_colors .color_yellow{background: #ffd824;}
.product_attributes_colors .color_pink{background: #ff24af;}
.product_attributes_colors .color_blue{background: #0072A6;}
.product_attributes_colors .color_black{background: #000000;}

.product_attributes_title{margin: 10px 0;}
.prod_options .cusel{height: 24px;}

/* product_info_actions */
#product_info_actions{margin: 10px 0;}
.prod_price .productSpecialPrice{font: bold 36px/100% Arial;}
.prod_price s{
    color: #c1d2db;
    font-size: 22px;
}

/* LAYOUT */
#all{min-height: 100%;}
.empty{height: 365px;}
.wrapper{
    width: 1000px;
    margin: 0 auto;
}
.bottom_footer-bg{
    width: 100%;
    background: linear-gradient(to bottom, #FFFFFF, #FFCA2F);
}
#container .sidebar {
    float: left;
    position: relative;
}
#sidebar-left{
}
#sidebar-left .inner{
    padding-right: 10px;
}
#sidebar-right .inner{
    padding-left: 10px;
}
#squeeze{
    background-color: #fff;
    position: relative;
}
#container{
    margin-top: 15px;
}
#container #center{
    padding: 0 0 10px 0;
    float: left;
    width: 100%;
}
#container .sidebar .box{
    margin: 10px 0;
}
.box__title,
.top_footer__block_title,
.add_comment__title{
    font:21px/100% Arial, Helvetica, sans-serif;
    font-weight:bold;
    padding:0px;
    margin-bottom: 10px;
}
.section,.clear{clear: both;}

.left{float: left;}
.right{float: right;}

.top_section{
    height: 44px;
    overflow: hidden;
}
.bottom_section{
    border-bottom: 5px solid #0072A6;
}
.top_section{
    background: linear-gradient(to top, #F9EDC9, #FFCA2F);
}
#header{
    background-color: #F9EDC9;
}
#footer{
    height: 50px;
}
.top_footer {
background: #F1F5F6;
padding: 20px 0;
height: 233px;
}
.size1of2{
    width: 50%;
}
/* END LAYOUT */

.top_footer__block{float: left;width: 200px;padding-left: 10px;}
.top_footer__block li{line-height: 22px;}
/*.top_footer__block li a{text-decoration: underline;}*/
.footer_contacts{float: right;width: 300px;}
.footer__contacts p{
    margin-top: 5px;
    margin-bottom: 0;
}

/* footer_categories_menu */
.footer_categories_menu {
    margin: 40px 0 0 0;
    border: 1px solid rgba(95, 70, 120, 0.15);
    /* padding: 10px; */
    text-align: center;
}
.footer_categories_menu li {
margin-right: 20px;
display: inline-block;
}
.footer_categories_menu li a {
    font-size: 12px;
    text-transform: uppercase;
    padding: 5px 20px;
    border-radius: 5px;
    color: #347790;
}
.footer_categories_menu li a.active{color: #0072A6;}
.footer_categories_menu li a:hover{background: #0072A6; color: #fff;text-decoration: none;}
.copyright{float: left;}
.copyright{color: #566d77;}
.copyright a{text-decoration: underline;}
.copyright span{color: #183e4c;}
.bottom_footer{
    padding: 25px 0;
}
.bottom_footer__block {
    float: right;
    text-align: right;
    padding: 0 0 0 40px;
}

.created_by{
    width: 160px;
}
/* COMMENTS */

#comments{
    margin: 20px 0;
}
.comment_form input[type='text'],.comment_form textarea{
    font-size: 14px;
    color: #264a57;
}
.comment_form textarea{
    width: 40%;
    resize:none;
    max-height: 200px;
}

.captcha_img{
    margin-right: 10px;
    border:0px;
}
#capt {
    border:1px solid #fff;
}
.comment{
    margin-bottom: 15px;
}
.comment_author{
    font-size: 13.6px;
    font-weight: bold;
    text-transform: uppercase;
    color: #183e4c;
}
.comment_text{width: 100%;}
.comment_top{
    position: relative;
    border-bottom: 1px solid #e3e3e3;
    margin-bottom: 5px;
}
.comment_top .likes{
    position: absolute;
    bottom: 4px;
    right: 0;
}
.comment_top .likes img:last-child{
    position: relative;
    top: -3px
}
.comment_date{
    color: #8ba2ab;
    padding: 3px 0;
    display: block;
}
.paginator .btn{cursor: pointer;}
.paginator{text-align: center;}
.paginator .btn.active:hover{

}
/* MESSAGES */

.messageBox,
td.messageStackError,
td.messageStackWarning,
td.messageStackSuccess{
    font:normal 12px/14px Tahoma, sans-serif;
    padding: 8px 35px 8px 14px; color: #468847;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    border: 1px solid #fbeed5;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 15px;
    display: block;
}
.messageBox {

}
td.messageStackError, .messageStackWarning {
  color:#ff3434;width:300px;
}
td.messageStackError{
    color: #b94a48;
background-color: #f2dede;

}
.messageStackWarning{
    color: #c09853;
    background-color: #fcf8e3;
    border: 1px solid #fbeed5;
}


td.messageStackSuccess {
  padding: 8px 35px 8px 14px; color: #468847;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #dff0d8;
 border-color: #d6e9c6;

}

/* END MESSAGES */

/* TABS */
#product_tabs{
    margin: 10px 0;
}
.ui-tabs-hide {
    display: none;
}
.ui-tabs-panel {
    padding: 14px;
}
.ui-tabs-nav .corner {
    /*background: transparent url(images/tab_corner.png) 0 0 no-repeat;*/
    width: 13px;
    height: 45px;
    position: absolute;
    right: 0;
    top: 0;
}
.ui-tabs-nav {
  border-bottom: 1px solid #0072A6;
  height: 45px;
  text-transform: uppercase;

  font-weight: bold;
  color: #183e4c;
}
.ui-tabs-nav li {
    float: left;
    margin-right: -5px;
    position: relative;

}
.ui-tabs-nav li a{
    line-height: 45px;
    font-size: 14px;
    color: #183e4c;
    text-transform: uppercase;
    text-decoration: none;
    padding: 0 14px;
    background: #F9EDC9;
    display: block;
    height: 45px;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}


.ui-tabs-nav li.ui-state-active,
.ui-tabs-nav li:hover{
  position: relative;
  z-index: 1;
}
.ui-tabs-nav li.ui-state-active .corner,
.ui-tabs-nav li:hover .corner {
    /*background-image: url('images/tab_corner_h.png');*/
    
}
.ui-tabs-nav li a:hover,
.ui-tabs-nav li.ui-state-active a,
.ui-tabs-nav li.ui-state-hover a{
    color: #FFFFFF;
    background: #5F4678;

}
.compares:last-of-type{
    border-bottom: 0;
}
#compare_box{
    position: fixed;
    background: #fff;
    width: 110px;
    left: 0;
    top: 300px;
    border-radius: 0 10px 10px 0;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.23);
    z-index: 51;
}
#compare_wishlist{
margin: 10px 0;
}
.compare_item{
    position: relative;
    margin: 5px 0;
    transition: all 0.2s;

}
.compare_item:hover .compare_block__delete{
opacity: 1;
}
.compare_block__prod_img{
    text-align: center;
    width: 100%;
}
.compare_block__prod_name{
    opacity: 0;
    overflow: hidden;
    visibility: hidden;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    position: absolute;
    left: 0;
    top: 38px;
    background: #fff;
    z-index: 1;
    padding: 0px 10px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
    height: 36px;
    line-height: 10px;
    width: 90px;
    border-radius: 0 0 10px 0;
}
.compare_item:hover .compare_block__prod_name{
    visibility: visible;
    opacity: 1;
    overflow: hidden;
}
.compare_item a{
    font-size: 10px;

}
.compare_box_title{
    padding: 5px 10px;
    font-size: 12px;
    color: #0072A6;
    font-weight: bold;

}
.compare_block__delete{
    position: absolute;
    top: -5px;
    right: 0;
    opacity: 0;}
.compare_item .inner{
    padding: 5px 10px;
}
.gocomparelink{
    font-size: 10px;
    font-weight: bold;
    text-decoration: underline;
    padding: 4px;
    display: block;
    text-align: center;

}

#comp_delete {
    margin-left:-55px;
    margin-top:-115px;
}

#comp_img {
    width:115px;
    margin:0 auto;
    padding: 5px 0px;
    text-align: center;
}

#copm_qty{
    width:25px;
    text-align:center;
    border-radius:5px;
    border:1px solid #ccc;
    height:25px;
}

.comp_options {
    text-align: center;
    border-bottom: 1px solid #C6C4C5;
    min-height: 20px;
    padding-top: 3px;
    padding-bottom: 5px;
    vertical-align: middle;
}
.wishlist_btn img{
    float: left;
    margin-right: 5px;
}
.item .wishlist_compare .compare-item,
.item .wishlist_compare .wishlist_block{
    margin-right: 8px;
    line-height: 17px;
    float: left;
}
.wishlist_btn,
.wishlist_block span{
    cursor: pointer;
}
.wishlist_compare{font-size: 11px;}
.wishlist_compare a{color: #183e4c;}
.wishlist_compare img{float: left;}
#wishlist_bg {
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    width: 200px;
    border-radius: 5px 5px 0 0;
    position: relative;
    left: -75px;
    top: 89px;
    background: #0072A6;
    padding: 4px;
    text-align: center;
    color: #183E4C;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    height: 30px;
    line-height: 22px;
    padding: 4px 0px;
}
#wishlist_box_in2 {
    position: fixed;
    top: 300px;
    z-index: 1001;
    right: 10px;
}
#wishlist_box_in2 a {
    display: block;
    font-size: 11px;
    width: 29px;
    text-decoration: none;
}
#wishlist_sum {
    margin: 0 0 0 15px;
    text-align: center;
}

.img_f_gall {
    float: left;
    height: 113px;
    overflow: hidden;
    width:  33%;

}
.img_f_gall > a{

    display: block;
        -moz-box-shadow: 0 1px 5px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.5);
    box-shadow: 0 1px 5px rgba(0,0,0,0.5);
    padding: 1px;
    border: 1px solid white;
}

.photogallery_main {
    text-align: center;
    padding-bottom: 10px;
}

.photogallery_main a {
    font-size: 18px;
}

.photogallery_main2 {
    font-size: 18px;
    color: #0072A6;
    text-align: center;
    padding-bottom: 15px;
}

.height23 {
    height: 20px;
}

.height24 {
    height: 30px;
}

.img_f_gall2 {
    overflow: hidden;
    height: 113px;
    -moz-box-shadow: 0 1px 5px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.5);
    box-shadow: 0 1px 5px rgba(0,0,0,0.5);
    padding: 1px;
    border: 1px solid white;
}

/* Multiselect */

.ui-multiselect {
    text-align: left;
    border: 0;
    height: 20px;
    line-height: 100%;
    cursor: pointer;
    width: auto !important;
    font-size: 12px;
    padding: 5px 10px;
    border-radius: 5px !important;
    background: #5F4678;
    color: #FFF;
}

.ui-multiselect span.ui-icon {
float: right;
background: url(images/select_arrow.png);
width: 12px;
height: 9px;
margin: 1px 0px 0 7px;
cursor: pointer;
}
.ui-multiselect-single .ui-multiselect-checkboxes input { position:absolute !important; top: auto !important; left:-9999px; }
.ui-multiselect-single .ui-multiselect-checkboxes label { padding:5px !important }

.ui-multiselect-header { margin-bottom:3px; padding:3px 0 3px 4px }
.ui-multiselect-header ul { font-size:0.9em }
.ui-multiselect-header ul li { }
.ui-multiselect-header a { text-decoration:none }
.ui-multiselect-header a:hover { text-decoration:underline }
.ui-multiselect-header span.ui-icon { float:left }
.ui-multiselect-header li.ui-multiselect-close { float:right; text-align:right; padding-right:0 }

.ui-multiselect-menu {
    width: auto !important;
    display:none;
    padding:3px;
    position:absolute;
    z-index:10000;
    text-align: left
}
.ui-multiselect-checkboxes {
    position: relative;
    overflow-y: auto;
    background: #FFF;
    height: auto !important;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.37);
    z-index: 1;
}
.ui-multiselect-checkboxes label { cursor: pointer; display:block; border:1px solid transparent; padding:3px 1px }
.ui-multiselect-checkboxes label input { position:relative; top:1px }
.ui-multiselect-checkboxes li {
    clear:both; font-size:0.9em; padding-right:3px
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -ms-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
}
.ui-multiselect-checkboxes li.ui-multiselect-optgroup-label { text-align:center; font-weight:bold; border-bottom:1px solid }
.ui-multiselect-checkboxes li.ui-multiselect-optgroup-label a { display:block; padding:3px; margin:1px 0; text-decoration:none }
.ui-multiselect-checkboxes li:hover {
background: #5F4678;
color: #FFF;
}
/* remove label borders in IE6 because IE6 does not support transparency */
* html .ui-multiselect-checkboxes label { border:none }

/* /Multiselect */
/* CUsel */
.dd_select .cuselText {
background: rgba(0, 0, 0, 0) url(images/select_arrow.png) 6px center no-repeat;
padding: 4px 4px 4px 25px;
cursor: pointer;
overflow: hidden;
font-weight: 100;
position: relative;
color: #FFF;
z-index: 1;
font: 12px Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
position: absolute;
top: 0;
left: 0;
/*min-width: 100px;*/
}

#cuselFrame-pl_sort {width: 148px !important;}
#cuselFrame-pl_onpage{width: 50px !important;}
#cuselFrame-pl_onpage .jScrollPaneContainer{width: 48px !important;}
.dd_select .cusel-scroll-wrap{top: 23px !important;}
.popup_block{min-height: 100px;height: auto !important;}
#call_to_us input[type='text']{
    width: 297px;
}

/*---------------------ФИЛЬТР------------------*/
.dipcen {
  padding-top:5px;
}
.dipcen #slider-range {
  width:156px;
  margin:9px 0 7px 5px;
  height:12px;
  background: url(images/slider.jpg);
}

.slider-from, .slider-to {
  padding:0 2px 10px 2px;
  color:#555;
  font-size:11px;
}
#range1, #range2 {
  width:60px;
  font-size: 12px;
  color: #375864;
  border: 2px solid #0072A6;
  height: 23px;
}

.filter_box_in {
  padding-bottom:5px;
}
.filter_cont .attrib_divs{
  margin:0 0 12px 0;
}

.filter_cont select {
  background: #f6f6f6!important;
  border:1px solid #fff!important;
  color:#555!important;
  outline:0!important;
}

.filter_box input{
  border-radius:5px;
  padding:0 3px;
}
/*.filter_box input[type="checkbox"]{display: none;}*/
.filter_box select{
  width:100%;
  background:#fff;
  border:1px solid #dedede;
  border-radius: 5px;
  margin-top:7px;
}

.filter_slov {
  float:right;
  width:100%;
  margin-left:-400px;
}
.filter_slov_in {
  margin-left:400px;
}
.filter_slov_wide {
  width:100%;
  margin-left:-76px;
}
.filter_slov_wide_in {
  margin-left:76px;
}
.filter_slov_wide_in input[type="text"] {
  width:100%;
  height:11px;
}
.filter_slov_in input[type="submit"] {
  padding:0 1px 1px 1px;
  margin-top:1px;
  background:#fff;
  border-radius:5px;
  border:0;
  cursor:hand;
}

/*---------------------ФИЛЬТР----END--------------*/
.filter_heading {
  font-size: 14px;
  font-weight: bold;
  color: #183e4c;
  display: block;
  margin-bottom: 6px;
}

.price_fltr {
  font-size: 12px;
  color: #183e4c;
}

input[type="checkbox"] {
  display:none;
}
input[type="checkbox"] + span{
  display:inline-block;
  width:19px;
  height:19px;
  margin:-1px 4px 0 0;
  vertical-align:middle;
  background:url(images/checkbox_off.jpg) no-repeat 0px 0px;
  cursor:pointer;
  margin:2px; 
  border:1px solid #7f728d;
}
input[type="checkbox"]:checked + span {
  background:url(images/checkbox_on.jpg) no-repeat 0px 0px;
}
a.link24 {color: #183e4c;}
a.link24:hover {text-decoration: none;}

/* SEARCH */

.search_box{position: relative;margin-top: 6px;}
.search_input .search_button{
    position: absolute;
    top: 5px;
    right: 10px;
    z-index: 27;
    padding: 0;
}
.qnt {
    position: absolute;
    top: 32px;
    right: 13px;
    font-size: 11px;
    line-height: 1.2;
    color: #000;
    margin: 0;
}
.qntp {
    font-size: 16px;
    font-weight: bold;
    position: absolute;
    right: 13px;
    top: 7px;
    margin: 0;
    color:#0072A6;
}
.qnt1 {
    left: 63px;
    position: absolute;
    width:73%;
    top: 15%;
    height: 50px;
	font-weight: bold;
}

.ac_results {
    /*display: block !important;*/
    z-index: 25;
    background-color: Window;
    overflow: auto;
    overflow-x: hidden;
    margin-left: -3px;
    margin-top: 2px;
    width: 450px !important;
    padding-top: 0px;
    -moz-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.28);
    -webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.28);
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.28);
    -moz-border-radius: 0 0 4px 5px;
    -webkit-border-radius: 0 0 4px 5px;
    border-radius: 0 0 4px 5px;
}

.ac_results ul {
    width: 100%;
    list-style-position: outside;
    list-style: none;
    padding: 0;
    margin: 0;
}
.ac_results li:hover{
    font-weight: bold;
    color: #fff;
    background: #0072A6;
}
.ac_results li:hover .qntp,
.ac_results li:hover .qnt{color: #ffffff;}
.ac_results iframe {
    display:none;/*sorry for IE5*/
    display/**/:block;/*sorry for IE5*/
    position:absolute;
    top:0;
    left:0;
    z-index:-1;
    filter:mask();
    width:3000px;
    height:3000px;
}
.ac_results li {
    border-bottom: 1px dotted #ccc;
    cursor: pointer;
    display: block;
    font: menu;
    font-size: 12px;
    height: 60px;
    margin: 0;
    overflow: hidden;
    padding: 7px 7px;
    position: relative;
    /*width: 100%;*/
    z-index: 3;
}
.ac_loading {background : Window url('../images/loading.gif') right center no-repeat;}
.ac_over {
    background-color: #f3f3f3;
    color:#000;
}
.picsearch {
    max-width: 50px;
    max-height: 50px;
    text-align: center;
}
.search_image_wrap{
    float: left;
    width: 50px;
    overflow: hidden;
    text-align: center;
}

a#pop_srch_all  {
    color:#454545;
}
/* END SEARCH */


/* RATING */

.rating_wrapper *{margin:0;  padding:0; color: white; width: 85px;}
.rating_wrapper {
    height: 17px;
    width: 85px;
    float: left;
    margin-right: 10px;
}
.sp_rating{font-family:Verdana, Geneva, Arial, Helvetica, sans-serif; font-size:11px; line-height:1.7em; color:#5f5f5f; display:block; width: 85px;}
.sp_rating:hover  .score{
    display: block;
    background:url(images/ratings.png) 0 0 no-repeat;
}
.rating{float:left; padding-right:4px;}
.base{background:url(images/ratings.png) 0 -1px no-repeat; width:85px; height:15px; float:left; padding-right:4px; overflow:hidden;}
.average{background:url(images/ratings.png) 0 -16px no-repeat; text-indent:-9999px; height: 15x;}
.votes{float:left; padding-right:4px;}
.score{ background:url(images/ratings.png) 0 -1px no-repeat; width:85px; height:15px; float:left; position:relative; margin-top: -16px; display: none;}
.score a{display:block; height:15px; float:left; text-indent:-9999px; position:absolute; overflow:hidden; line-height:1em;}
.score1 {width:20%; z-index:55;}
.score2 {width:40%; z-index:54;}
.score3 {width:60%; z-index:53;}
.score4 {width:80%; z-index:52;}
.score5 {width:100%; z-index:51;}
.score a:hover{ background:url(images/ratings.png)  0 -15px no-repeat;}
.status {height:15px; width:85px; position:relative;}
.score_this{ height:16px; overflow:hidden;}
.score_this a{color:#f37800;}


/*END RATING */


/* POPUPS */
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
}
button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}
.modal-open {
  /*overflow-y: visible;*/
  /*padding-right: 0 !important;*/
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: auto;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
     -moz-transition:    -moz-transform .3s ease-out;
       -o-transition:      -o-transform .3s ease-out;
          transition:         transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
      -ms-transform: translate(0, -25%);
          transform: translate(0, -25%);
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  outline: none;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
          box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
.modal-open {
    /*position: fixed;*/
}

.modal {
    overflow-y: auto;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}
.modal-header {
  min-height: 45.428571px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.no-title .modal-header{
    border-bottom: 0;
}
.no-title .modal-body{
    margin-top: -45px;
}
.no-title .close {
z-index: 10;
position: relative;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 20px;
}
.modal-footer {
  padding: 19px 20px 20px;
  margin-top: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

@media (min-width: 768px) {
    .modal-dialog {
        width:600px;
        margin: 30px auto
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
        box-shadow: 0 5px 15px rgba(0,0,0,.5)
    }

    .modal-sm {
        width: 300px
    }
}
#fade {
    display: none;
    background: #000;
    position: fixed; left: 0; top: 0;
    width: 100%; height: 100%;
    opacity: .20;
    z-index: 999;
}
.popup_block{
    display: none;
    width:550px;
    height:150px;
    background:#fff;
    border: 0px solid #333;
    float: left;
    position: fixed;
    top: 50%; left: 50%;
    z-index: 1002;
    padding:20px;
    -webkit-box-shadow: 0px 0px 20px #000;
    -moz-box-shadow: 0px 0px 20px #000;
    box-shadow: 0px 0px 20px #000;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius:5px;
}

.popup_block .popup_in {
    margin:auto;
    overflow-x: hidden;
    overflow-y: auto;
    padding:0 10px 0 0;
    height:100%;
}
img.btn_close {
    float: right;
    margin: -35px -35px 0 0;
}
.poplight {
    display:none;
}
.cart_popup_form{
position: absolute;
top: 15%;
left: 50%;
min-height: 100px;
margin-top: 0 !important;
}
/* END POPUP */

/* LISTING */

.listing-header {
  padding: 10px 0;
  border-bottom: 1px solid #E3E3E3;
}
.listing-header-punkt {
  padding: 2px 3px 0 10px;
  font-size: 12px;
  color: #183E4C;
  line-height: 19px;
}
.listing-header input[type="text"] {
  font-size: 11px;
  color: #349ddb;
}
.listing-header select {
  font-size: 11px;
  color: #349ddb;
}
/* // шапка спика товаров --------------------------*/

/* PAGINATOR */
.paginator {
  text-align: right;
  margin: 10px 0;
}
.paginator-top{
    position: relative;
    left: 0;
    right: 0;
    top: -45px;
    margin-left: 400px;
}

.paginator .pager_link{
    width: 25px;
    height: 25px;
    display: inline-block;
    text-align: center;
    line-height: 23px;
    font-size: 14px;
    margin: 0 3px;
    border: 1px solid rgba(206, 206, 206, 0.52);
    background: #F7FAFA;

    border-radius: 5px;
    color: #353535;
    position: relative;
}
.paginator .pager_link:hover{
    text-decoration: none;
}
.paginator .pager_link.active{
    font-weight: normal;
    background: #5F4678;
    color: #fff;
}
.paginator .pager_link.prev{
    background-position: -62px 0;
}
.paginator .pager_link.next{
}
/* /PAGINATOR */

/* список товаров: строки */
.prod_list {
  border-bottom: 1px dotted #ccc;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.prod_list_image {
  float: left;
  width: 150px;
  text-align: center;
}
.img_opac_nosclad {opacity: 0.5;}
.prod_list:hover .img_opac_nosclad, .prod_col:hover .img_opac_nosclad {opacity: 0.7;}
.prod_list_right {
  float: right;
  width: 100%;
  margin-left: -150px;
  text-align: center;
}
.prod_list_right_in {
  margin-left: 150px;
  text-align: left;
  padding: 0 10px;
}
.prod_list_name {font-size: 17px;}
.prod_list_name a {
  color: #000;
  text-decoration: underline;
}
.prod_list_name a:hover {
  color: #000;
  text-decoration: none;
}
.prod_list_text {
  padding: 10px 0;
  color: #777;
}
.prod_weight {
  float: left;
  color: #777;
  line-height: 1.4;
}
.prod_weight a {text-decoration: underline;}
.prod_weight a:hover {text-decoration: none;}
.prod_list:hover .prod_weight span {color: #349ddb;}
.prod_list:hover .prod_weight a {
  color: #349ddb;
  text-decoration: underline;
}
.prod_list:hover .prod_weight a:hover {text-decoration: none;}
.prod_list:hover .prod_list_text {color: #333;}
.prod_list:hover .prod_list_name a {color: #349ddb;}
.prod_list_price-buy {float: right;}
.prod_list_price {
  font-size: 20px;
  line-height: 0.7;
  color: #00b119;
}
.prod_list_price span {
  font-size: 12px;
  color: #999;
}
.prod_list_buy {
  float: right;
  font-size: 12px;
  padding: 10px 0 0 0;
}
.prod_list_buy_height {
  float: right;
  height: 35px;
}
.prod_list_sklad {
  float: right;
  color: #777;
  line-height: 1.4;
  font-size: 12px;
  padding: 0 0 5px 0;
}
.prod_list_sklad span {color: #999;}
.color_nosklad {color: #999!important;}
.soobsh {
  font-size: 12px;
  text-align: right;
  padding: 10px 0 0 0;
  line-height: 1;
}
.soobsh a:hover {
  text-decoration: none;
}
.soobsh a {
  color: #b10032;
  text-decoration: underline;
}
.soobsh a:hover {
  color: #b10032;
  text-decoration: none;
}
.productListing-odd, .productListing-even {width: 100%;}
.productListing-even td,.productListing-odd td {vertical-align: middle;}
/* список товаров: колонки */
.prod_col {
  padding: 15px 10px;
  position: relative;
}
.prod_col_image {
  text-align: center;
  padding: 5px;
  height: 160px;
}
.prod_col_right {
  width: 100%;
  margin-left: -150px;
  text-align: center;
}
.prod_col_right_in {
  margin-left: 150px;
  text-align: left;
  padding: 0 10px;
}
.prod_col_name {
  font-size: 17px;
  text-align: center;
}
.prod_col_name a {
  color: #000;
  text-decoration: underline;
}
.prod_col_name a:hover {
  color: #000;
  text-decoration: none;
}
.prod_col_text {
  padding: 10px 0;
  color: #777;
}
.prod_col:hover .prod_col_name a {color: #349ddb;}
.prod_col_price {
  float: left;
  font-size: 20px;
  line-height: 0.7;
  color: #00b119;
  text-align: center;
}
.prod_col_price span {
  font-size: 12px;
  color: #999;
}
.prod_col_price-buy {
  height: 35px;
}
.prod_col_buy {
  float: right;
}
.prod_col_sklad {
  color: #00b119;
  font-size: 12px;
  padding: 0;
}
.prod_col_sklad span {
  color: #999;
}
.color_nosklad {
  color: #999!important;
}
.soobsh_col {
  font-size: 12px;
  text-align: right;
  padding: 17px 0 0 0;
}
.soobsh_col a {
  color: #b10032;
  text-decoration: underline;
}
.soobsh_col a:hover {
  color: #b10032;
  text-decoration: none;
}
#listingDisplayType {
  margin-top: 5px;
  margin-left: 10px;
}

/* END LISTING */

/* better_togeather */
.bt_top_shadow{
    box-shadow: 0 0 14px rgba(0, 0, 0, 0.31);
height: 41px;
position: relative;
top: 60px;
}
.bt_bot_shadow{
        box-shadow: 0 0 14px rgba(0, 0, 0, 0.31);
height: 41px;
position: relative;
bottom: 60px;
}
#better_togeather{
z-index: 1;
position: relative;
background: #fff;
margin: 20px 0;
padding: 20px 20px;
-moz-box-shadow: 0 0 14px rgba(0, 0, 0, 0.31)
-webkit-box-shadow: 0 0 14px rgba(0, 0, 0, 0.31);
box-shadow: 0 0 14px rgba(0, 0, 0, 0.31);
}
#better_togeather .discount{
  margin: 14px 30px 0px 15px;
  color: #fff;
  font-size: 19px;
  background: #0072A6;
  border-radius: 73px;
  width: 122px;
  height: 122px;
  text-align: center;
  line-height: 122px;
  font-weight: bold
}
#better_togeather .item{
    text-align: center;
width: 120px;
box-shadow: 0 0 6px #ccc inset;
padding: 10px;
}
.btogether-plus{
margin: 50px 20px 0 20px;
font-size: 50px;
color: #0072A6;

}
#featured, #new_products {
margin: 0 0 30px;
}
.name_ot_better {
height: 30px;
overflow: hidden;
}
/* KABINET */
#account a{
    font-size: 13px;
}
#account li{
    padding: 5px 0;
    border-bottom: 1px solid #eee;
    list-style-type: disc;
    list-style-position: inside;
    color: #c96000;
    border-bottom: 1px solid #E0E0E0;
}
#account_history_table thead{
    /*border-bottom: 0;*/
}
#account_history_table tr:nth-child(even) td{
background: #F7F7F7;
}
#account_order_info .attributes{
    padding-left: 20px;
    font-size: 12px;
    margin: 5px 0;
    font-style: italic;
}
#address_book .firstname_lastname{
    font-size: 18px;
}
.address_entry{
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
    padding: 10px 0;
}
.typical_table h2 {
font-size: 15px;
margin: 8px 0;
}
.typical_table td {
padding: 5px 5px;
}
/* END KABINET */
.lifted {
-moz-border-radius: 4px;
border-radius: 4px;
}
.drop-shadow {
position: relative;
/*float: left;*/
width: 40%;
padding: 1em;
margin: 2em 0 4em;
background: #FFF;
-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
#account li:last-child{
    border-bottom: 0;
}
.box-address-card {
width: 70%;
background: #FFF;
margin: 40px 0;
font-size: 14px;
}
#squeeze .box-address-card .inner {
padding: 10px;
}
.effect7 {
position: relative;
background: #F5F5F5;
}

.effect7:after
{
    z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  right: 10px;
  left: auto;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: #777;
  -webkit-box-shadow: 0 15px 10px #777;
  -moz-box-shadow: 0 15px 10px #777;
  box-shadow: 0 15px 10px #777;
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
}
/* POLLS */

.polls_1 {
    padding: 4px;
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 100;
}
.polls_2 {
  float:left;
  padding-right:3px;
  text-align:left
}
.polls_3{
  float:left;
  font-family:Arial,sans-serif;
  font-size: 14px;
  font-weight: normal;
  max-width: 174px;
}

.polls_4{
  text-align:left;
  padding-left:10px;
}
.polls_4 a{
  text-align:left;
  text-decoration:underline;
}

/* /POLLS*/

/* CHECKOUT */

.checkout_left{width:60%}
.checkout_right{width: 40%;}
.checkout_form_info{margin: 20px 0;}
.checkout_form_info td.left{

}
.not-logined .checkout_right {
border-top: 1px solid #0072A6;
margin-top: 44px;
padding-top: 14px;
}
.checkout_userlogin_form{
    float: left;
    width: 47%;
}
.checkout .login_page_soc {
    float: left;
    width: 42%;
}
.checkout_userlogin_form label{
    width: 60px;
    display: inline-block;
    *display: inline;
    zoom:1;
}
.login_page_soc{
    width:270px;
    background: #ffffff;
    padding: 18px;
    color: #183e4c;
    text-align: center;
    border-radius: 5px;
    border:2px solid #0072A6;
}
.login_page_soc a{color: #183e4c;font-size: 16px;text-decoration: underline;}
.login_page_soc a:hover{text-decoration: none;}
.checkout_right__billing{
    border: 1px solid #e7e7e7;
    border-radius: 5px;
    /*box-shadow: 1px 1px 1px 0 #5f5f5f;*/
    padding: .9em 26px;
    background: #fff;
}
.checkout__cart_item{
    position: relative;
    margin-bottom: 20px;
}
.checkout__item_name{
    font-size: 14px;
    line-height: 1.4em;
    margin-bottom: .75em;
	float: left;
	width: 240px;
}
.checkout__item_image{
    display: table-cell;
    float: left;
    margin-right: 10px;
    min-width: 90px;
    text-align: center;
}
.purchase_price_price{
    float: left;
    font-size: 1.154em;
    width: 40.6%;
}
.purchase_price_qty{
    float: left;
    margin-top: 1px;
}
.purchase_price_sum{
    float: left;
    font-size: 1.154em;
    font-weight: bold;
    text-align: right;
    margin-left: 10px;
}
.checkout .checkout_inputs{width: 240px;margin-bottom: 0;}
.checkout_form td.input_label{
    min-width: 80px;
}
.checkout_form td{padding-bottom: 5px;}
.checkout_form td:empty{
    padding-bottom: 0;
}
.checkout .checkout_inputs,
.checkout .required_icon,
.checkout .error_icon,
.checkout .success_icon{float: left;}
.checkout_b_section{font-size: 22px;line-height: 24px;margin-bottom: 4px;}
#ajaxMessages{display: none !important;}
.orderTotals tr:last-child{font-size: 18px;}
.orderTotals tr:last-child td:last-child{
    color: #FF7F43;
    font-size: 23px;
}
.checkout .checkout_inputs.success{
    border-color: green;
}
/** END MAIN STYLES **/

.gallery_image {
    height: 130px;
    overflow: hidden;
}
.img_list {
    margin:10px 0;
	line-height: 1.5;
}
.img_list p{
    text-align: left;
}
.img_list img {
    clear: both;
}
.img_list .bg{
    background: radial-gradient(ellipse closest-corner, #FFD24E, #FFFFFF, #FFFFFF);
}
.checkout__purchase_price {
	font-size: 12px;
	margin-top: 10px;
}
/*-----Онлайн консультант------*/
#dialog{
    position: fixed;
    right: -510px;
    top: 350px;
    z-index: 100;
}
#dialog_button{
    position: absolute;
    left: -30px;
    top: 50px;
    width: 30px;
    height: 150px;
    background-color: #0072A6;
    z-index: 101;
    border-radius: 7px 0 0 7px;
    border-right: none;
    cursor: pointer;
}
#dialog_button div{
    -moz-transform: rotate(-90deg); /* Для Firefox */
    -ms-transform: rotate(-90deg); /* Для IE */
    -webkit-transform: rotate(-90deg); /* Для Safari, Chrome, iOS */
    -o-transform: rotate(-90deg); /* Для Opera */
    transform: rotate(-90deg);
    position: absolute;
    text-align: center;
    left: -55px;
    top: 60px;
    width: 150px;
    height: 30px;
    font-size: 16px;
    font-weight: bold;
    color: white;
}
#dialog iframe{
    border: 1px solid #e3e3e3;
}
/*-----end-Онлайн консультант------*/
.line{
    background-image: url("images/line.png");
    height: 7px;
}
.item-list.product_slider li{
    width: 267px!important;
}
#product_info .bx-wrapper{
    max-width: none !important;
}
#categories_menu{
    width: 0;
}
#categories_menu #categories_menu_box{
    display: none;
    position: absolute;
    width: 250px;
    /*margin-left: 224px;*/
    padding: 10px 10px;
    background: #5F4678;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    z-index: 10000;
}
#categories_menu #categories_menu_box a,
#categories_menu #categories_menu_box div{
    color: #FFCE0C;
    font-size: 16px;
    line-height: 1.8em !important;
    text-transform: none;
}
#categories_menu #categories_menu_box a:hover{
    text-decoration: none;
    background: none;
}
#categories_menu #categories_menu_box div:hover{
    background-color: #675f78;
}
.products_disc .disc{
    display: inline-block;
    line-height: 2em;
    font-weight: bold;
    color: #FF4139;
}
.qty_prod{
    width: 70px;
    line-height: 2em;
    text-align: center;
    margin: 10px 0;
    border-radius: 5px;
    border: 1px solid #675f78;
}
#prod_options>text{
display: none;
}
#brw_cat_link{
    color:#1e0f00;
}