.price-wndws {
    font-family: open_sans;
    font-size: 11px;
    color: #333;
    position: absolute;
}

.price-wndws table,
.price-wndws caption,
.price-wndws tbody,
.price-wndws tfoot,
.price-wndws thead,
.price-wndws tr,
.price-wndws th,
.price-wndws td {
    margin: 0;
    padding: 0;
    border: 0;
    border-collapse: collapse;
    border-spacing: 0;
}

.box-best-deals a {
    color: #2980b9;
}

.box-best-deals a:hover {
    text-decoration: none;
}

.box-best-deals .clear {
    display: block;
    clear: both;
}

.best-deals {
    position: absolute;
    /*left: 0;*/
    /*right: 0;*/
    display: none;
    z-index: 2;
    margin: auto;
    padding: 13px 0 18px;
    width: 426px;
    background: #edf0f1;
    border: 1px solid #c0c0c0;
    box-shadow: 5px 5px 10px 1px rgba(0, 0, 0, 0.1);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.best-deals .title {
    display: block;
    padding: 0 9px;
    margin-bottom: 11px;
    font-size: 16px;
}

.best-deals .img img {
    max-width: 82px;
    max-height: 82px;
}

.best-deals .title:after,
.best-deals .wrap-item:after {
    content: "";
    display: block;
    margin-top: 10px;
    margin-left: -10px;
    padding-right: 20px;
    background: #c0c0c0;
    width: 100%;
    height: 1px;
}

.best-deals .wrap-item:after {
    margin-top: 21px;
}

.best-deals .close {
    position: absolute;
    top: 9px;
    right: 9px;
    display: block;
    width: 11px;
    height: 10px;
    background: url("/themes/new/bookmarks/images/b_close-best-deals.png") no-repeat;
}

.best-deals .close_no-func {
    position: absolute;
    top: 9px;
    right: 9px;
    display: block;
    width: 11px;
    height: 10px;
    background: url("/themes/new/bookmarks/images/b_close-best-deals.png") no-repeat;
}

.best-deals .wrap-item {
    margin-bottom: 6px;
    padding: 0 9px;
}

.best-deals .img {
    float: left;
    margin-right: 10px;
}

.best-deals img {
    border: 0px solid #c0c0c0;
}
/*.best-deals img {*/
    /*border: 1px solid #c0c0c0;*/
/*}*/

.best-deals .text a {
    display: block;
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 17px;
    font-family: open_sans_semibold;
    text-decoration: none;

}

.best-deals .text p {
    line-height: 13px;

}

.best-deals table {
    padding: 0 9px;
    width: 100%;
}

.best-deals table tr {
    height: 24px;
}

.best-deals table tr:first-child td {
    color: #333;
}

.best-deals table tr:last-child {
    border: none;
}

.best-deals table td {
    padding: 0 9px;
    font: 12px open_sans_semibold;
}

.best-deals table td:first-child {
    color: #2980b9;

}

.best-deals table .delivery,
.best-deals table td:last-child {
    color: #666666;
}

/* $the-best-price*/
.the-best-price {
    display: none;
}

.best-deals.the-best-price table tr:last-child {
    border-bottom: none;
}

/* $best-deals_offer */
.best-deals_offer {
    padding-top: 0;
    display: none;
}

.best-deals_offer table {
    padding: 0;
}

.best-deals_offer table tr {
    position: relative;
    display: block;
    padding: 8px 0;
    border-bottom: 1px solid #c0c0c0;
    height: auto;
}

.best-deals_offer table tr.active {
    border: none;
}

.best-deals_offer table td {
    padding: 0 20px;
}

.best-deals_offer table td:first-child {
    width: 240px;
}

.best-deals_offer table tr:first-child td {
    color: #333;
    font-size: 14px;
}

.best-deals table tr:last-child {
    border-bottom: 1px solid #c0c0c0;
}

.best-deals_offer .title {
    position: relative;
    left: -1px;
    top: -1px;
    margin-bottom: 0;
    padding: 20px;
    width: 386px;
    background: #2b3a47;
    color: #fff;
    font-family: open_sans_semibold;
    border-radius: 5px 5px 0 0;
}

.best-deals_offer .title:after {
    display: none;
}

.best-deals_offer .text {
    padding: 0;
    display: none;
}

.best-deals_offer table tr.text td,
.best-deals_offer table tr.text p {
    width: 90%;
}

.best-deals_offer table tr.text td {
    font-family: open_sans;
}

.best-deals_offer .text.toggle {
    display: block;
}

.best-deals_offer .text.hover,
.best-deals_offer .active.hover {
    background: #e1e4e5;
}

.best-deals_offer p {
    margin: 0 0 12px 0;
}

.best-deals_offer .btn {
    position: absolute;
    right: 8px;
    top: 8px;
    margin: 0;
    width: 16px;
    height: 16px;
    background: url('/themes/new/bookmarks/images/b_btn_show-offer.png') no-repeat;
}

.best-deals_offer .text .btn {
    bottom: 12px;
    background: url('/themes/new/bookmarks/images/b_btn_hide.png') no-repeat;
}

.best-deals_offer table tr.text:hover .btn {
    background: url('/themes/new/bookmarks/images/b_btn_hide.png') no-repeat;
}

.best-deals_offer table tr:hover {
    background: #e1e4e5;
}

.best-deals_offer table .first:hover {
    background: none;
}

.best-deals_offer table tr:hover .btn {
    background: url('/themes/new/bookmarks/images/b_btn_show_hover.png') no-repeat;
}

.best-deals_offer .checkbox-wrap {
    margin: 33px auto 0;
    text-align: center;
}

.best-deals_offer .checkbox-wrap input[type="checkbox"] + label {
    font-size: 11px;
    font-family: open_sans_semibold;
    cursor: pointer;
}

/* $best-deals_notices*/
.best-deals_notices-wrap {
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;

    display: none;
}

.best-deals_notices-wrap .scrollable .scroll-bar.vertical {
    z-index: 1;
    top: 2.5%;
    right: -18px;
    height: 95% !important;
    background: #cccccc;
    border-radius: 3px;
}

.best-deals_notices-wrap .scrollable.default-skin {
    padding: 0;
}

.best-deals_notices {
    display: block;
    height: 285px;
    border-radius: 5px 0 0 5px;
}

.best-deals_notices:after {
    content: "";
    position: absolute;
    right: -32px;
    top: -1px;
    display: block;
    border-right: 1px solid #c0c0c0;
    border-top: 1px solid #c0c0c0;
    border-bottom: 1px solid #c0c0c0;
    width: 30px;
    height: 100%;
    background: #edf0f1;
    border-radius: 0 5px 5px 0;
}

.best-deals_notices,
.best-deals_notices .list-notice {
    padding: 0;
}

.best-deals_notices .item-notice {
    position: relative;
    padding: 8px 0;
}

.best-deals_notices .item-notice:first-child {
    padding-top: 17px;
}

.best-deals_notices .item-notice:last-child {
    padding-bottom: 17px;
}

.best-deals_notices li:last-child {
    border: none;
}

.best-deals_notices .title-item {
    display: block;
    margin-bottom: 10px;
    font: 12px/16px open_sans;
}

.best-deals_notices .info {
    padding: 0 20px;
}

.best-deals_notices .btn-show {
    display: inline-block;
    float: right;
    color: #333;
    font: 10px open_sans_semibold;
}

.best-deals_notices .active .btn-show_main.hide {
    display: none;
}

.best-deals_notices .btn-show:before {
    content: "";
    display: inline-block;
    margin-right: 3px;
    width: 6px;
    height: 6px;
    background: url('/themes/new/bookmarks/images/b_btn_show.png') no-repeat;
}

.best-deals_notices .inner-container {
    display: none;
    margin-top: 8px;
}

.best-deals_notices .item-notice .inner-container {
    display: none;
}

.best-deals_notices .item-notice.active .inner-container {
    display: block;
}

.best-deals_notices .inner-container .item-notice {
    padding: 8px 0;
}

.best-deals_notices .item-notice.active {
    padding-bottom: 0;
    background: #e1e4e4;
}

.best-deals_notices .inner-container .item-notice:hover {
    background: none;
}

.best-deals_notices .inner-container .item-notice.active {
    padding-bottom: 8px;
}

.best-deals_notices .inner-container .item-notice:first-child {
    border-top: 1px solid #c0c0c0;
}

.best-deals_notices .inner-container .item-notice:last-child {
    padding-bottom: 8px;
}

.best-deals_notices .inner-container .btn-show:before {
    display: none;
}

.best-deals_notices .inner-container .info_last {
    margin-top: 10px;
}

.best-deals_notices .inner-container .price,
.best-deals_notices .inner-container .btn-show {
    display: inline-block;
}

.best-deals_notices .inner-container .price {
    font: 14px open_sans;
}

.best-deals_notices .inner-container .btn-show {
    position: relative;
    top: 4px;
}

.best-deals_notices .inner-container .text {
    display: none;
    margin-top: 10px;
    width: 86%;
}

.best-deals_notices .inner-container .text.show {
    display: block;
}

.best-deals_notices .inner-container .btn-hide-box .btn-show,
.best-deals_notices .inner-container .btn-show.hide {
    position: absolute;
    top: auto;
    right: 20px;
    bottom: 8px;
}

.best-deals_notices .inner-container .btn-hide-box .btn-show:after,
.best-deals_notices .inner-container .btn-show.hide:after,
.best-deals_notices .inner-container .btn-hide-box .btn-show.hide::after {
    content: "";
}

.best-deals_notices .inner-container .btn-show:after {
    content: "РџРѕРєР°Р·Р°С‚СЊ";
}

.best-deals_notices .inner-container .btn-show.hide:after {
    content: "РЎРєСЂС‹С‚СЊ";
}

.best-deals_notices .inner-container .btn-hide-box .btn-show:before {
    content: "";
    display: inline-block;
    margin-right: 3px;
    width: 6px;
    height: 6px;
    background: url('/themes/new/bookmarks/images/b_btn_hide_2.png') no-repeat;
}

.best-deals_notices .inner-container .btn-hide-box {
    position: relative;
    height: 37px;
}
.marketDiv {
    text-align: center;
    width: 100%;
    margin-top: 15px;
}
/*
     */
/*
*/