/********************************************************************* GLOBAL */
* {
    outline: 0px none;
    padding: 0px;
    margin: 0px;
}
html, body {
    min-height: 100%;
    width: 100%;
    font-size: 12px;
    font-family: "Tahoma", "Arial", "Sans-Serif", "Helvetica";
}
html, body, form, p, img {
    border: 0px none;
}
a {
    color: #007DB7;
    text-decoration: underline;
}
a:hover {
    color: #379B00;
    text-decoration: underline;
}
.al     { text-align: left;   }
.ac     { text-align: center; }
.ar     { text-align: right;  }
.aj     { text-align: justify;  }
.at     { vertical-align: top; }
.ab     { vertical-align: bottom; }
.fl     { float: left;  }
.fr     { float: right; }
.hidden { display: none; }
.mask   {
    display: block;
    white-space: nowrap;
    overflow: hidden;
}
.clear  {
    clear: both;
    font: 0px Tahoma;
    height: 0px;
    overflow: hidden;
}



/*********************************************************************** MAIN */
body {
    background: #ffffff;
}
#main {
    width: 100%;
    min-height: 100%;
}
#main-site {
    width: 980px;
    min-height: calc(100vh - 150px);
    margin: 0px auto;
    position: relative;
    padding-bottom: 150px;
}

#main-site-topline {
    height: 25px;
    border-bottom: 3px solid #DBDBDB;
}
#main-site-topline .menu {
    display: block;
    float: left;
    margin: 3px 15px 0px 0px;
}
#main-site-topline > .cart {
    display: block;
    float: right;
    padding: 0px 0px 0px 50px;
    margin: 3px 0px 0px 0px;
    /*background: url(/web/20180901013009im_/http://food-master.com.ua/images/head_cart_bg.png) 0px 0px no-repeat;*/
}
#main-site-topline > .cart > .title {
    display: block;
    padding: 0px 10px 0px 10px;
}
#main-site-topline > .cart > .content {
    display: block;
    padding: 5px 10px 0px 10px;
    color: #222222;
}


#main-site-head {
    height: 100px;
}
#main-site-head > .logo {
    display: block;
    float: left;
    width: 310px;
    height: 100px;
    background: url(./images/logo.png) 0px 0px no-repeat;;
}
#main-site-head > .phones {
    display: block;
    float: right;
    width: 150px;
    height: 100px;
    margin: 5px 0px 0px 20px;
}
#main-site-head > .phones > .title {
    display: block;
    padding: 0px 0px 2px 0px;
    font: bold 11px Tahoma;
}
#main-site-head > .phones > .item {
    display: block;
    font: italic 22px/20px Arial;
    text-align: right;
    text-shadow: 1px 1px 0px #CCCCCC;
}
#main-site-head > .phones > .item > span {
    display: block;
    float: left;
    padding: 2px 2px 0px 0px;
    font: bold 12px Tahoma;
    color: #888888;
    text-shadow: none;
}
#main-site-head .phones .callback {
    display: block;
    float: right;
    margin: 5px 0px 0px 0px;
    font-size: 11px;
    padding: 0px 10px 1px 10px;
    background: #CC0000;
    border-radius: 5px;
    text-decoration: none;
    color: #FFFFFF;
    border: 1px solid #AA0000;
}
#main-site-head .phones .callback_window {
    display: none;
    position: absolute;
    width: 300px;
    margin: 5px 0px 0px -320px;
    padding: 10px;
    background: #FFFFFF;
    color: #444444;
    box-shadow: 0px 0px 5px #AAAAAA;
    border-radius: 5px;
    border: 1px solid #BBBBBB;
    z-index: 5;
}
#main-site-head .phones .callback_window .control {
    padding: 5px 0px 0px 0px;
}
#main-site-head .phones .callback_window .control label {
    display: block;
    color: #888888;
}
#main-site-head .phones .callback_window .control .txt {
    font-size: 12px;
    padding: 1px;
    color: #444444;
    border: 1px solid #DDDDDD;
    background: #FFFFFF;
}
#main-site-head .phones .callback_window .control textarea {
    padding: 1px;
    border: 1px solid #DDDDDD;
    color: #444444;
    font: 12px/14px Tahoma;
}
#main-site-head .phones .callback_window .close {
    display: block;
    float: right;
    width: 16px;
    height: 16px;
    color: #444444;
    background: url(./images/callback_close.png) 0px 0px no-repeat;
}
#main-site-head .phones .callback_window .loading_overlay {
    position: absolute;
    display: none;
    width: 300px;
    height: 210px;
    margin: 20px 0px 0px 0px;
    opacity: 0.7;
    background: #FFFFFF;
}
#main-site-head .phones .callback_window .loading_result {
    position: absolute;
    display: none;
    width: 250px;
    background: #FFFFFF;
    margin: 80px 0px 0px 25px;
    box-shadow: 0px 0px 2px #AAAAAA;
}



#main-site-head > .search {
    display: block;
    float: left;
    width: 460px;
    height: 40px;
    margin: 35px 0px 0px 20px;
}
#main-site-head > .search .input {
    display: block;
    width: 340px;
    height: 24px;
    padding: 0px 4px 0px 22px;
    border: 1px solid #00AA00;
    border-radius: 5px;
    line-height: 22px;
    color: #666666;
    background: url(./images/search_input_bg.png) 5px 50% no-repeat;
}
#main-site-head > .search .submit {
    display: block;
    cursor: pointer;
    border: 1px solid #228822;
    background: #33C733;
    text-align: center;
    border-radius: 5px;
    line-height: 22px;
    color: #FFFFFF;
    box-shadow: 2px 2px 2px #AAAAAA;
    text-decoration: none;

}
#main-site-head > .search .submit span{
    display: block;
    width: 80px;
    height: 24px;
    border-radius: 5px;
    box-shadow: 0 0 8px #666666 inset;
    text-align: center;
    text-decoration: none;
    text-shadow: 1px 1px 0 #444444;
}
#main-site-head > .search .example {
    color: #888888;
    font-size: 11px;
    padding: 0px 0px 0px 2px;
}
#main-site-head > .search .example a {
    text-decoration: none;
    border-bottom: 1px dotted #007DB7;
}
#main-site-head > .search .example a:hover {
    text-decoration: none;
    border-bottom: 1px dotted #379B00;
}
#search_hint {
    position: absolute;
    z-index: 10;
    width: 366px;
    padding: 5px 0px 0px 0px;
    margin-top: -5px;
    background: #FFFFFF;
    border: 1px solid #00AA00;
    border-width: 0px 1px 1px 1px;
    border-radius: 0px 0px 5px 5px;
    box-shadow: 0 2px 2px #CCCCCC;
}
#search_hint .search_hint_item {
    display: block;
    font-size: 11px;
    padding: 2px;
    margin: 2px 5px 2px 5px;
    background: #FFFFFF;
    height: 75px;
}
#search_hint .search_hint_item .image_frame {
    display: block;
    float: left;
    width: 75px;
    height: 75px;
    box-shadow: 0px 0px 2px #CCCCCC;
}
#search_hint .search_hint_item:hover {
    background: #F5F5F5;
}
#search_hint .search_hint_item a {
    display: block;
    float: left;
    width: 180px;
    padding: 0px 10px 0px 10px;
}
#search_hint .search_hint_item .price {
    width: 70px;
    float: right;
    color: #00AA00;
    text-align: right;
}
#search_hint .search_hint_item .price span {
    display: block;
    float: right;
    width: 25px;
    color: #666666;
}




#main-site-menu {
    height: 100px;
    margin: 10px 0px 0px 0px;
    border-bottom: 3px solid #4c494a;
}
#main-site-menu > .button {
    display: block;
    float: left;
    border: 1px solid #d9d9d9;
    border-width: 1px 1px 0px 1px;
    border-radius: 5px 5px 0px 0px;
    padding: 4px 1px 0px 1px;
    background: #FFFFFF;
}
#main-site-menu > .button > .buttonbg {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    height: 45px;
    background: url(./images/menu_button_bg.png) 0px 0px repeat-x;
    max-width: 159px;
}
#main-site-menu > .button > .buttonbg > .main {
    display: block;
    position: relative;
    margin: 0px 10px 4px 10px;
    color: #222222;
    font: bold 11px Arial;
    text-decoration: none;
}
#main-site-menu > .button:hover,
#main-site-menu > .button.selected {
    margin-top: -10px;
    border: 1px solid #22BB22;
    border-width: 1px 1px 0px 1px;
    background: url(./images/menu_button_hbg.png) 0px 0px repeat-x;
}
#main-site-menu > .button:hover > .buttonbg,
#main-site-menu > .button.selected > .buttonbg {
    height: 55px;
    text-shadow: 1px 1px 1px #FFFFFF;
    background: none;
}
#main-site-menu > .button:hover > .buttonbg > .main,
#main-site-menu > .button.selected > .buttonbg > .main {
    color: #000000;
}
#main-site-menu > .button > .submenu {
    position: absolute;
    display: block;
    visibility: hidden;
    background: #FFFFFF;
    padding: 10px 0px 10px 0px;
    margin: 0px 0px 0px -2px;
    border-top: 3px solid #4C494A;
    box-shadow: 0px 3px 5px #222222;
    z-index: 5;
}
#main-site-menu > .button:hover > .submenu {
    visibility: visible;
}
#main-site-menu > .button > .submenu a {
    display: block;
    white-space: nowrap;
    margin: 6px 15px 6px 15px;
}
#main-site-foot {
    display: block;
    height: 100px;
    margin: 30px 0px 0px 0px;
    border-top: 3px solid #DBDBDB;
    position: absolute;
    bottom: 0;
    width: 980px;
}
#main-site-foot .menu {
    padding: 0px 10px 0px 0px;
}



/********************************************************************* PAGING */
.paging {
    height: 20px;
    clear: both;
    text-align: center;
}
.paging table {
    margin: 0px auto;
}
.paging a {
    display: block;
    float: left;
    width: 20px;
    height: 20px;
    margin: 0px 2px 0px 2px;
    line-height: 20px;
    text-decoration: none;
    text-align: center;
    border: 1px solid #e0e0e0;
    color: #7A7A7A;
    background: #F5F5F5;
}
.paging a.selected {
    background: #00AA00;
    border: 1px solid #007700;
    color: #FFFFFF;
}
.paging a.larr {
    margin: 0px 2px 0px 0px;
    background: #FFFFFF url(./images/page_larr.gif) 50% 50% no-repeat;
}
.paging a.rarr {
    margin: 0px 0px 0px 2px;
    background: #FFFFFF url(./images/page_rarr.gif) 50% 50% no-repeat;
}



/******************************************************************* MESSAGES */
#message {
    cursor: pointer;
    margin-top: 5px;
}
#message .error {
    padding: 5px 0px 5px 0px;
    font-weight: bold;
    text-align: center;
    border: 1px solid #EEAAAA;
    background: #FFDDDD;
    color: #AA0000;;
}
#message .result {
    padding: 5px 0px 5px 0px;
    font-weight: bold;
    text-align: center;
    border: 1px solid #55CC55;
    background: #DDFFDD;
    color: #009900;
}



/********************************************************************** INDEX */
.button_large_section {
    display: block;
    background: #66c757;
    border-radius: 8px;
    box-shadow: 4px 4px 0px #CCCCCC;
    color: #FFFFFF;
    text-decoration: none;
}
.button_large_section:hover {
    color: #FFFFCC;
    text-decoration: none;
}
.button_large_section .title {
    display: block;
    height: 50px;
    width: 120px;
    padding: 0px 20px 0px 80px;
    box-shadow: inset 0px 0px 15px #444444;
    border-radius: 8px;
    font: italic 20px/45px Arial;
    text-align: center;
    text-shadow: 1px 1px 0px #444444;
    text-decoration: none;
}
.button_large_section .payment {
    display: block;
    position: absolute;
    width: 70px;
    height: 70px;
    margin: -25px 0px 0px 0px;
    background: url(./images/button_large_payment.png) 0px 0px no-repeat;
}
.button_large_section .garantee {
    display: block;
    position: absolute;
    width: 70px;
    height: 70px;
    margin: 5px 0px 0px 0px;
    background: url(./images/button_large_garantee.png) 0px 0px no-repeat;
}
.button_large_section .delivery {
    display: block;
    position: absolute;
    width: 70px;
    height: 70px;
    margin: -8px 0px 0px 5px;
    background: url(./images/button_large_delivery.png) 0px 0px no-repeat;
}
.button_large_section .location {
    display: block;
    position: absolute;
    width: 70px;
    height: 70px;
    margin: -15px 0px 0px 5px;
    background: url(./images/button_large_location.png) 0px 0px no-repeat;
}
.button_large_section .discount {
    display: block;
    position: absolute;
    width: 70px;
    height: 70px;
    margin: -15px 0px 0px 5px;
    background: url(./images/button_large_discount.png) 0px 0px no-repeat;
}


.block_text_general {
    font: 12px/16px Tahoma;
    color: #444444;
}
.block_text_general h1 {
    float: left;
    font: 22px "Trebuchet MS", Arial, Helvetica, Sans-Serif;
    padding: 0px 0px 0px 0px;
}
.block_text_general p {
    text-align: justify;
    padding: 10px 0px 0px 0px;
}
.block_text_general .title {
    height: 28px;
    border-bottom: 1px solid #CCCCCC;
}
.block_text_general .title.green h1 {
    border-bottom: 3px solid #00AA00;
}
.block_text_general .title.red h1 {
    border-bottom: 3px solid #DD0000;
}
.block_text_general .title.blue h1 {
    border-bottom: 3px solid #4444FF;
}


.catalog_path {
    margin: 2px 0px 0px 0px;
    font-size: 11px;
    color: #888888;
}
.catalog_path a {
    color: #888888;
}

/******************************************************************* PRODUCTS */
.product_small {
    display: block;
}
.product_small .image {
    display: block;
    float: left;
    width: 160px;
    height: 160px;
    overflow: hidden;
    background: #F5F5F5;
    box-shadow: 0px 0px 3px #BBBBBB;
}
.product_small .name {
    display: block;
    float: right;
    width: 320px;
    font-size: 18px;
}
.product_small .code {
    display: block;
    float: right;
    width: 320px;
    font-size: 12px;
    color: #888888;
}
.product_small .rating {
    display: block;
    float: right;
    width: 320px;
    height: 16px;
    margin: 2px 0px 5px 0px;
}
.product_small .description {
    display: block;
    float: right;
    width: 320px;
    min-height: 50px;
    max-height: 95px;
    overflow: hidden;
    color: #444444;
    font: 12px/16px Tahoma;
}
.product_small .buyblock {
    display: block;
    float: right;
    width: 500px;
    height: 30px;
    margin: 10px 0px 0px 20px;
    padding: 5px 0px 0px 0px;
    border-top: 1px dotted #CCCCCC;
}
.product_small .buyblock .price {
    display: block;
    float: right;
    font: 22px Arial;
    padding: 0px 10px 0px 0px;
}
.product_small .buyblock .price span {
    color: #666666;
    font: italic 20px Arial;
}
.product_small .buyblock .oldprice {
    display: block;
    float: right;
    font: 18px Arial;
    color: #CC0000;
    padding: 4px 10px 0px 0px;
    text-decoration: line-through;
}
.product_small .buyblock .oldprice span {
    color: #CC0000;
    font: 12px Arial;
}
.buy_btn{
    display: block;
    padding: 10px 30px 11px 30px;
    box-shadow: inset 0px 0px 8px #666666;
    border-radius: 8px;
    font: bold 18px Arial;
    text-align: center;
    text-shadow: 1px 1px 0px #444444;
    text-decoration: none;
}
.product_small .buyblock .buy {
    display: block;
    float: right;
    background: #33C733;
    border-radius: 8px;
    box-shadow: 2px 2px 2px #AAAAAA;
    color: #FFFFFF;
    text-decoration: none;
    border: 1px solid #228822;
    margin: 0px 10px 0px 0px;
}
.product_small .buyblock .buy span {
    display: block;
    padding: 5px 20px 6px 20px;
    box-shadow: inset 0px 0px 8px #666666;
    border-radius: 8px;
    font: bold 13px Arial;
    text-align: center;
    text-shadow: 1px 1px 0px #444444;
    text-decoration: none;
}
.product_small .buyblock .more {
    display: block;
    float: right;
    background: #209DD7;
    border-radius: 8px;
    box-shadow: 2px 2px 2px #AAAAAA;
    color: #FFFFFF;
    text-decoration: none;
    border: 1px solid #206DB7;
}
.product_small .buyblock .more span {
    display: block;
    padding: 5px 10px 6px 10px;
    box-shadow: inset 0px 0px 8px #666666;
    border-radius: 8px;
    font: bold 13px Arial;
    text-align: center;
    text-shadow: 1px 1px 0px #444444;
    text-decoration: none;
}


.product_best {
    display: block;
    margin: 10px 0px 0px 0px;
}
.product_best .image {
    display: block;
    float: left;
    width: 75px;
    height: 75px;
    overflow: hidden;
    background: #F5F5F5;
}
.product_best .name {
    display: block;
    float: right;
    width: 125px;
    font: 12px Arial;
    max-height: 46px;
    overflow: hidden;
}
.product_best .price {
    display: block;
    float: right;
    width: 125px;
    margin: 10px 0px 0px 0px;
    font: 22px Arial;
    color: #00AA00;
}
.product_best .price span {
    color: #666666;
    font: italic 20px Arial;
}
.product_best_sep {
    clear: both;
    padding: 10px 0px 0px 0px;
    border-bottom: 1px dotted #CCCCCC;
}
.product_best .price .oldprice{
    color: #CC0000;
    text-decoration: line-through;
    font-size: 14px;
}


.product_event {
    display: block;
    float: left;
    width: 175px;
    padding: 5px;
    border: 1px solid #CC0000;
    box-shadow: 0px 0px 5px #CCCCCC;
}
.product_event .image {
    display: block;
    width: 160px;
    height: 160px;
    margin: 0px auto;
    overflow: hidden;
    background: #F5F5F5;
}
.product_event .overlay {
    position: absolute;
    display: block;
    width: 160px;
    height: 160px;
    z-index: 1;
    margin: -5px 0px 0px -5px;
    background: url(./images/overlay_event.png) 0px 0px no-repeat;
}
.product_event .name {
    display: block;
    height: 30px;
    font: 12px Arial;
    overflow: hidden;
    text-align: center;
}
.product_event .price {
    display: block;
    font: 22px Arial;
    color: #00AA00;
    text-align: center;
}
.product_event .price span {
    color: #666666;
    font: italic 20px Arial;
}
.product_event .oldprice {
    display: block;
    margin: 5px 0px 0px 0px;
    font: bold 14px Arial;
    color: #CC0000;
    text-decoration: line-through;
    text-align: center;
}
.product_event .oldprice span {
    color: #666666;
    font: italic 12px Arial;
}


.product_cart {
}
.product_cart .image {
    display: block;
    float: left;
    width: 160px;
    height: 160px;
    overflow: hidden;
    background: #F5F5F5;
    box-shadow: 0px 0px 3px #BBBBBB;
}
.product_cart .name {
    display: block;
    font: 12px Arial;
}
.product_cart .code {
    display: block;
    padding: 10px 0px 0px 0px;
    font-size: 12px;
    color: #888888;
}
.product_cart .value {
    font: 15px Arial;
    color: #000000;
}
.product_cart .value .unit {
    display: block;
    float: right;
    width: 24px;
    color: #666666;
    font: 11px Arial;
    padding: 4px 0px 0px 0px;
    text-align: right;
}
.product_cart .count {
    width: 25px;
    border: 1px solid #CCCCCC;
    text-align: center;
}
.product_cart .delete {
    display: block;
    padding: 0px 0px 0px 20px;
    margin: 10px 0px 0px 0px;
    color: #CC0000;
    background: url(./images/cart_delete.png) 0% 50% no-repeat;
}
.product_cart .line {
    border-bottom: 1px dotted #CCCCCC;
    padding: 15px 0px 0px 0px;
    margin: 0px 0px 15px 0px;
}
.product_cart .total {
    font: bold 15px Arial;
}


.product_detail {
    display: block;
}
.product_detail .product_detail_main .image {
    display: block;
    float: left;
    width: 300px;
    height: 300px;
    overflow: hidden;
    background: #F5F5F5;
    box-shadow: 0px 0px 3px #BBBBBB;
}
.product_detail .product_detail_main .thumnails {
    display: block;
    float: left;
    width: 300px;
}
.product_detail .product_detail_main .thumnails a {
    display: block;
    float: left;
    box-shadow: 0px 0px 1px #BBBBBB;
}
.product_detail .product_detail_main .code {
    display: block;
    float: right;
    width: 650px;
    font-size: 12px;
    color: #888888;
}
.product_detail .product_detail_main .buyblock {
    display: block;
    float: right;
    width: 650px;
    height: 50px;
}
.product_detail .product_detail_main .buyblock .oldprice {
    display: block;
    float: left;
    font: 24px Arial;
    color: #CC0000;
    padding: 9px 10px 0px 0px;
    text-decoration: line-through;
}
.product_detail .product_detail_main .buyblock .oldprice span {
    color: #CC0000;
    font: italic 12px Arial;
}
.product_detail .product_detail_main .buyblock .price {
    display: block;
    float: left;
    font: 40px Arial;
    color: #00AA00;
    padding: 0px 10px 0px 0px;
}
.product_detail .product_detail_main .buyblock .price span {
    color: #666666;
    font: italic 28px Arial;
}
.product_detail .product_detail_main .buyblock .buy {
    display: block;
    float: left;
    background: #33C733;
    border-radius: 8px;
    box-shadow: 2px 2px 2px #AAAAAA;
    color: #FFFFFF;
    text-decoration: none;
    border: 1px solid #228822;
}
.product_detail .product_detail_main .buyblock .buy span {
    display: block;
    padding: 10px 30px 11px 30px;
    box-shadow: inset 0px 0px 8px #666666;
    border-radius: 8px;
    font: bold 18px Arial;
    text-align: center;
    text-shadow: 1px 1px 0px #444444;
    text-decoration: none;
}
.additional_buyblock {
    display: block;
    height: 50px;
    padding: 10px 0px 0px 0px;
}
.additional_buyblock .price {
    display: block;
    float: left;
    font: 40px Arial;
    color: #00AA00;
    padding: 0px 10px 0px 0px;
}
.additional_buyblock .price span {
    color: #666666;
    font: italic 28px Arial;
}
.additional_buyblock .oldprice {
    display: block;
    float: left;
    font: 24px Arial;
    color: #CC0000;
    padding: 9px 10px 0px 0px;
    text-decoration: line-through;
}
.additional_buyblock .oldprice span {
    color: #CC0000;
    font: italic 12px Arial;
}

.additional_buyblock .buy {
    display: block;
    float: left;
    background: #33C733;
    border-radius: 8px;
    box-shadow: 2px 2px 2px #AAAAAA;
    color: #FFFFFF;
    text-decoration: none;
    border: 1px solid #228822;
}
.additional_buyblock .buy span {
    display: block;
    padding: 10px 30px 11px 30px;
    box-shadow: inset 0px 0px 8px #666666;
    border-radius: 8px;
    font: bold 18px Arial;
    text-align: center;
    text-shadow: 1px 1px 0px #444444;
    text-decoration: none;
}



.product_detail .product_detail_main .infoblock {
    display: block;
    float: right;
    width: 650px;
    padding: 20px 0px 0px 0px;
}
.product_detail .product_detail_main .infoblock .cell {
    display: block;
    font: italic 12px/15px Arial;
}
.product_detail .product_detail_main .infoblock .cell .name {
    display: block;
    font-weight: bold;
    padding: 0px 0px 5px 0px;
}
.product_detail .product_detail_main .infoblock .cell .icon1 {
    padding: 8px 0px 8px 40px;
    background: url(./images/button_small_delivery.png) 0px 50% no-repeat;
}
.product_detail .product_detail_main .infoblock .cell .icon2 {
    padding: 8px 0px 8px 35px;
    background: url(./images/button_small_garantee.png) 0px 50% no-repeat;
}
.product_detail .product_detail_main .infoblock .cell .icon3 {
    padding: 8px 0px 8px 35px;
    background: url(./images/button_small_payment.png) 0px 50% no-repeat;
}
.product_detail .product_detail_main .infoblock .cell li {
    margin: 0px 0px 0px 16px;
}


.product_detail .product_spec {
    margin: 30px 30px 0px 0px;
}
.product_detail .product_spec .product_spec_header {
    height: 50px;
    margin-top: 30px;
    border-bottom: 3px solid #4c494a;
    display: inline-block;
}
.product_detail .product_spec .product_spec_header.active, .product_detail .product_spec .product_spec_header:hover{
    height: 55px;
    background-color: #fafafa;
}
.product_detail .product_spec .product_spec_header.active .desc_header, .product_detail .product_spec .product_spec_header:hover .desc_header{
    height: 54px;
}
.product_detail .product_spec .product_spec_header .desc_header {
    display: block;
    float: left;
    width: 200px;
    height: 49px;
    padding: 0px 20px 0px 20px;
    border: 1px solid #d9d9d9;
    border-width: 1px 1px 0px 1px;
    border-radius: 10px 10px 0px 0px;
    background: url(./images/desc_button_bg.png) 0px 0px repeat-x;
    font: bold 15px/48px Arial;
    color: #262626;
    text-align: center;
    text-decoration: none;
}
.product_detail .product_spec .product_spec_header .desc_header.selected {
    height: 59px;
    border: 1px solid #494648;
    border-width: 1px 1px 0px 1px;
    background: url(./images/desc_button_hbg.png) 0px 0px repeat-x;
    color: #ffffff;
    font: bold 12px/58px Arial;
    margin-top: -10px;
}
.product_detail .product_spec .product_spec_body .desc_body {
    display: block;
    min-height: 150px;
    padding: 10px 0px 0px 0px;
    font: 12px/16px Tahoma;
    color: #444444;
}
.desc_body ul{
    padding-left: 20px;
}

.product_detail .product_spec .params_list {
    width: 100%;
    border-collapse: collapse;
}
.product_detail .product_spec .params_list th {
    padding: 5px;
    text-align: left;
    border: 0px none;
}
.product_detail .product_spec .params_list td {
    padding: 5px;
    border: 1px solid #CCCCCC;
}
.product_detail .product_spec .params_list .name {
    background: #F0F0F0;
    width: 40%;
}

.product_detail .product_spec .comments_form {
}
.product_detail .product_spec .comments_form .control {
    padding: 10px 0px 0px 0px;
}
.product_detail .product_spec .comments_form .control label {
    display: block;
    padding: 0px 0px 2px 0px;
}
.product_detail .product_spec .comments_form .control .txt {
    border: 1px solid #CCCCCC;
    font-family: Tahoma;
    font-size: 15px;
}
.product_detail .product_spec .comments_form .control textarea {
    width: 420px;
    height: 88px;
    border: 1px solid #CCCCCC;
    font-family: Tahoma;
    font-size: 15px;
}
.product_detail .product_spec .comments_form .control .submit {
    padding: 3px 15px 3px 15px;
    font-family: Tahoma;
    font-size: 15px;
}
.product_detail .product_spec .comment_item {
    display: block;
    background: #FFFFEE;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #F0F0E0;
}
.product_detail .product_spec .comment_item .header {
    display: block;
    height: 20px;
    border-bottom: 1px dotted #D5D5C5;
}
.product_detail .product_spec .comment_item .header .author {
    display: block;
    float: left;
    padding-left: 20px;
    font-weight: bold;
}
.product_detail .product_spec .comment_item .header .date {
    display: block;
    float: right;
    color: #888888;
}
.product_detail .product_spec .comment_item .body {
    display: block;
}
.product_detail .product_spec .comment_item .body .title {
    color: #AAAAAA;
    text-decoration: underline;
}
.product_detail .product_spec .comment_item .body .positive {
    padding: 5px 0px 0px 0px;
}
.product_detail .product_spec .comment_item .body .negative {
    padding: 5px 0px 0px 0px;
}
.product_detail .product_spec .comment_item .body .overall {
    padding: 5px 0px 0px 0px;
}


.rating_stars {
    width: 96px;
    height: 16px;
    background: url(./images/rate_off.png) 0px 0px no-repeat;
}
.rating_stars .stars_on {
    height: 16px;
    float: left;
    background: url(./images/rate_on.png) 0px 0px no-repeat;
}



/********************************************************************* FILTER */
.catalog_filter {

}
.catalog_filter .filter_item {
    padding: 0px 0px 20px 0px;
}
.catalog_filter .filter_item .filter_name {
    font: bold 13px Arial;
}
.catalog_filter .filter_item .filter_value {
    padding: 2px 0px 0px 0px;
}
.catalog_filter .filter_item .filter_value input {
    float: left;
    margin: 3px 0px 0px 0px;
}
.catalog_filter .filter_item .filter_value a {
    margin: 0px 0px 0px 7px;
}
.catalog_filter .filter_item .filter_value span {
    font-size: 11px;
    color: #888888;
}

.catalog_orders {
    position: relative;
    float: left;
    width: 140px;
    height: 16px;
    overflow: hidden;
}
.catalog_orders:hover {
    overflow: visible;
}
.catalog_orders .catalog_orders_list {
    display: block;
    position: absolute;
    z-index: 1;
    padding: 5px;
    box-shadow: 0px 0px 4px #888888;
    background: #FFFFFF;
}
.catalog_orders .catalog_orders_list a {
    display: block;
    height: 24px;
    font: 12px/24px Arial;
    margin: 0px 5px 0px 5px;
    white-space: nowrap;
}

.catalog_subcategory {
    display: block;
    float: left;
    width: 196px;
    height: 200px;
    margin: 20px 0px 0px 0px;
}
.catalog_subcategory .image_frame {
    display: block;
    width: 160px;
    height: 160px;
    margin: 0px auto;
    box-shadow: 0px 0px 3px #CCCCCC;
}
.catalog_subcategory .name {
    display: block;
    margin: 5px 10px 0px 10px;
    text-align: center;
    height: 32px;
    overflow: hidden;
}
.sorter_list{
    box-shadow: none!important;
    background: none!important;
}
.sorter_list select{
    border: 1px solid #b0e1ef;
}
.sorter_list select option{
    background: none;
}


/*********************************************************************** FORM */
.form {
    font-size: 12px;
}
.form .control {
    padding: 3px 0px 3px 0px;
}
.form .control label {
    display: block;
    padding: 0px 0px 1px 0px;
    font-size: inherit;
    color: #666666;
}
.form .control label span {
    font-size: inherit;
    color: #AAAAAA;
}
.form .txt {
    padding: 2px;
    font: inherit;
    border: 1px solid #CCCCAA;
}
.form .txt:focus {
    border: 1px solid #44CC44;
}
.form .cbx {
    float: left;
    margin: 1px 3px 1px 1px;
}
.form select {
    padding: 1px;
    font: inherit;
    border: 1px solid #CCCCAA;
}
.form select:focus {
    border: 1px solid #44CC44;
}
.form .submit {
    cursor: pointer;
    font: inherit;
    border: 1px solid #CCCCCC;
    background: #EEEEEE;
    padding: 1px 7px 1px 7px;
}
.form .submit:hover {
    border: 1px solid #99CC99;
    background: #EEFFEE;
}



/*********************************************************************** NEWS */
.block_news {
    line-height: 11px;
}
.block_news .item {
    margin: 10px 0px 0px 0px;
    line-height: 11px;
}
.news_item {
    display: block;
    margin: 10px 0px 0px 0px;
}
.news_item .news_image {
    display: block;
    float: left;
    margin: 0px 10px 0px 0px;
    border: 3px solid #EEEEEE;
}
.news_item .news_title {
    display: block;
    margin: 0px 0px 0px 10px;
}
.news_item .news_info{
    display: block;
    margin: 0px 0px 5px 10px;
    font-size: 11px;
    color: #888888;
}
/****    *****/
.text-green{
    color: #47a000;
    padding: 4px 0px 0px 15px;
    font-weight: bold;
    background: url(./images/bg_est.png) 4px -8px no-repeat;
}

/*-------------------- filter -------------------*/
.mall-products-filter {
    padding-right:2rem
}
.mall-products-filter .mall-property-group {
    margin-bottom:2rem;
    min-height:55px
}
.mall-products-filter .mall-property-group__name {
    border-bottom-width:1px;
    border-color:#dae4e9;
    padding-bottom:.25rem;
    margin-bottom:1rem
}
.mall-products-filter .mall-property-group__name--price {
    display:-ms-flexbox;
    display:flex
}
.mall-products-filter .mall-property-group__name--price>div {
    -ms-flex:1 1 0%;
    flex:1 1 0%
}
.mall-products-filter .mall-property-group__description {
    font-size:.75rem;
    color:#70818a;
    margin-bottom:1rem;
    margin-top:-.5rem
}
.mall-products-filter .mall-property {
    margin-bottom:.5rem
}
.mall-products-filter .mall-property:not(:last-child) .mall-filter.mall-filter--range {
    margin-bottom:4rem
}
.mall-products-filter .mall-property__label {
    font-size:.875rem;
    margin-bottom:.5rem;
    display:-ms-flexbox;
    display:flex
}
.mall-products-filter .mall-property__label>div {
    -ms-flex:1 1 0%;
    flex:1 1 0%
}
.mall-products-filter .mall-property__clear-filter {
    font-size:.75rem;
    font-weight:400;
    -ms-flex-pack:end;
    justify-content:flex-end;
    text-align:right
}
.mall-products-filter .mall-property__clear-filter a {
    color:#9babb4;
    text-decoration:none
}
.mall-products-filter .mall-filter {
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap
}
.mall-products-filter .mall-filter__option {
    padding:.5rem;
    margin-right:.5rem;
    margin-bottom:.5rem;
    cursor:pointer;
    text-align:left;
    font-size:.875rem;
    min-width:40px
}
.mall-products-filter .mall-filter__option input{
    cursor:pointer;
}
.mall-products-filter .mall-filter__option--selected:not(.mall-label--checkbox) {
    /*background-color:#103d60;*/
    /*color:#fff*/
}
.mall-products-filter .noUi-connect {
    background-color:#103d60
}
.mall-products-filter .noUi-horizontal {
    height:10px
}
.mall-products-filter .noUi-horizontal .noUi-handle {
    width:25px;
    height:20px;
    right:-13px!important
}
.mall-products-filter .noUi-horizontal .noUi-handle:before {
    height:10px;
    left:10px;
    top:4px
}
.mall-products-filter .noUi-horizontal .noUi-handle:after {
    height:10px;
    left:12px;
    top:4px
}
.mall-products-filter .noUi-target {
    font-size:.7rem;
    margin-bottom:0
}
.mall-products-filter .noUi-marker-horizontal {
    width:1px;
    height:4px
}
.mall-products-filter .noUi-marker-horizontal.noUi-marker-large {
    height:8px
}
.mall-products-filter .noUi-value {
    top:15px
}
.mall-products-filter .noUi-pips-horizontal {
    height:20px;
    padding:10px 0 0
}

/*--------------- loader & pagination-----------------*/
.mall-loader {
    background:hsla(0,0%,100%,.8);
    z-index:10000;
    position:absolute;
    left:0;
    top:0;
    right:0;
    bottom:0;
    cursor:wait;
    -ms-flex-align:center;
    align-items:center;
    opacity:0;
    visibility:hidden;
    min-height:400px
}
.mall-loader,
.mall-pagination .pagination {
    display:-ms-flexbox;
    display:flex;
    -ms-flex-pack:center;
    justify-content:center
}
.mall-pagination .pagination {
    list-style:none;
    padding:0;
    line-height:1
}
.mall-pagination a,
.mall-pagination span {
    text-decoration:none;
    padding:.5rem;
    line-height:1;
    display:inline-block;
    text-align:center;
    font-size:.875rem;
    /*min-width:30px;*/
    /*min-height:30px*/
}
.mall-pagination .disabled>a,
.mall-pagination .disabled>span {
    color:#dae4e9
}
.mall-pagination .active>a,
.mall-pagination .active>span {
    color:#103d60;
    background-color:#dae4e9;
    border-color:#103d60
}
.mall-pagination{
    margin-top: 30px;
}

    /*--------------------- reviews -------------------*/
.mall-review__category-reviews {
    width:50%
}
.mall-category-review {
    font-size:.8rem;
    color:#596a73;
    margin-bottom:.5rem;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-pack:justify;
    justify-content:space-between;
    -ms-flex-align:center;
    align-items:center
}
.mall-category-review__name {
    -ms-flex:1 1 auto;
    flex:1 1 auto
}
.mall-category-review__rating {
    -ms-flex-preferred-size:90px;
    flex-basis:90px;
    -ms-flex-negative:0;
    flex-shrink:0;
    white-space:nowrap
}
.mall-category-review__rating--clickable .mall-star {
    cursor:pointer
}
.mall-category-review__rating .mall-star {
    width:18px;
    height:18px
}
.mall-category-review--big .mall-category-review__rating {
    -ms-flex-preferred-size:120px;
    flex-basis:120px
}
.mall-category-review--big .mall-category-review__rating .mall-star {
    width:18px;
    height:18px
}
.mall-star__bg {
    fill:transparent
}
.mall-star--hover .mall-star__bg,
.mall-star--hover .mall-star__border,
.mall-star__border {
    fill:silver
}
.mall-star--active .mall-star__bg,
.mall-star--active .mall-star__border {
    fill:#fac917
}
.mall-review__details .mall-star.mall-star--active {
    color:#9babb4
}
.mall-review__details .mall-star.mall-star--active .mall-star__bg,
.mall-review__details .mall-star.mall-star--active .mall-star__border {
    fill:currentColor
}