.bx_item_detail_rating{margin-bottom: 0px;}
.bx_item_detail_rating td{
    vertical-align: middle;
    text-align: right;
}
.bx_item_detail_rating .bx_item_rating{
    text-align: right;
}
.bx_item_detail_rating .bx_stars_container{
    position: relative;
    width: 68px;
    height: 30px;
    background: #dadada;
    background-size: 100% 100%;
}
.bx_item_detail_rating .bx_stars_bg{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    background: url(images/stars.png) no-repeat center;
}

.bx_item_detail_rating .bx_stars_progress{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    background: #e76110;
}
.bx_item_detail_rating .bx_stars_rating_votes{
    color: #8d8d8d;
    font-size: 11px;
    line-height: 11px;
    vertical-align: middle;
}

/*.bx_item_detail_rating .bx_vam{vertical-align: middle;}*/

@media (max-width:530px){
    .bx-touch .bx_item_detail_rating .bx_stars_container{
        height: 15px;
        margin: 4px 0;
    }
    .bx_item_detail_rating .bx_stars_rating_votes{
        font-size: 7px;
        line-height: 7px;
    }
}

/* ==========================================================================
   User styles
   ========================================================================== */
div.center_column_block h4 {
    color: #8F1184;
    font-size: 16px;
    font-weight: normal;
    margin: 0;
}
div.center_column_block {
    margin: 0px;
    padding: 9px 0px 0px 0px;
    line-height: 15px;
    font-family: Arial, Verdana, Tahoma;
    color: #232323;
    font-size: 12px;
}
p {
    margin: 0px;
    padding: 9px 0px 0px 0px;
    line-height: 15px;
}
table.table th, table.table td {
    border-top: 0px;
}

.b-prod-img__big {
    border: 1px solid #dcdcdc;
    border-radius: 4px;
    overflow: hidden;
    text-align: center;
    position: relative;
    margin-bottom: 8px;
}

.b-prod-img__big:before {
    content: "";
    position: absolute;
    bottom: 5px;
    right: 5px;
    width: 23px;
    height: 23px;
    background: url('images/zoom_icon.png') no-repeat;
}

.b-prod__status {
    position: absolute;
    left: 10px;
    top: 10px;
}

.b-prod__status img {
    display: block;
    margin-bottom: 5px
}

.b-prod-img__big img {
    max-width: 100%;
}

.b-prod__gift {
    position: absolute;
    right: 10px;
    top: 10px;
}

.b-prod__delivery {
    position: absolute;
    left: 10px;
    bottom: 10px;
}

.b-prod__delivery_right {
    position: absolute;
    right: 10px;
    bottom: 10px;
}

.b-prod-img__previews {
    margin-bottom: 10px;
}

.b-prod-img__previews:after {
    content: "";
    display: block;
    clear: both;
}

.b-prod-img__preview {
    cursor: pointer;
    width: 66px;
    height: 66px;
    float: left;
    text-align: center;
    border: 1px solid #dcdcdc;
    margin: 0 4px 4px 0;
}

.b-prod-img__preview:nth-child(4n + 4){
    margin-right: 0
}

.b-prod-img__preview.is-active {
    border-color: #9fc113;
}

.b-prod-img__preview img {
    max-width: 100%;
}

.hidden-photo {
    display: none;
}

.b-showmore__link {
    display: inline-block;
    vertical-align: top;
    color: #7f7f7f;
    font-size: 12px;
    border-bottom: 1px dotted #7f7f7f;
    cursor: pointer;
}

.b-showmore__link:hover {
    border-bottom-color: transparent;
}

.b-prod__title {
    color: #242424;
    font-size: 18px;
    line-height: 22px;
    margin: 0 0 5px 0;
    padding: 0 0 0 0;
    font-weight: normal;
}

.gray-clr {
    color: #a8a8a8;
}

.color-red {
    color: #e86764;
}

.b-price__line {
    color: #44423e;
    font-size: 13px;
    margin: 10px 0;
    position: relative;
}

.b-price__line > b {
    font-size: 22px;
    color: #e86764;
    font-weight: 700;
    margin: 0 10px 0 5px;
}

.b-old-price {
    text-decoration: line-through;
}

.dotted_link {
    font-size: 12px;
    color: #919191;
    cursor: pointer;
    border-bottom: 1px dotted #919191;
}

.dotted_link:hover {
    border-bottom-color: transparent;
}

.b-price__line .b-small-price {
    font-size: 14px;
}

.in_stock {
    font-size: 12px;
    color: #70af3c;
    margin: 10px 0;
}

.in_stock img {
    vertical-align: middle;
    margin-right: 3px;
}

.discount_item {
    display: block;
    margin: 15px 0 10px;
}

.b-select__line {
    margin-bottom: 10px;
}

.b-select__label {
    margin-bottom: 7px
}

.b-select__list {
    position: relative;
    z-index: 2;
}

.b-select__list-title {
    border: 1px solid #a5a5a5;
    padding: 7px 30px 7px 10px;
    color: #696969;
    font-size: 13px;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
    background: url('images/arrow-sel.png') no-repeat top 13px right 10px
}

.b-select__list-dropdown {
    max-height: 240px;
    background: #fff;
    overflow-y: auto;
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    display: none;
    border: 1px solid #a5a5a5;
}

.b-select__list-dropdown-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #e1e1e1;
    padding: 10px;
    font-size: 13px;
    text-decoration: none !important;
    color: #211e1e !important;
}

.b-select__list-dropdown-item:hover {
    background: #f1f1f1;
}

.b-select__list-dropdown-item:last-child {
    border: none;
}

.red-clr {
    color: #e86764;
}

.b-select__list-dropdown-cover {
    width: 50px;
    height: 50px;
    border: 1px solid #e1e1e1;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    margin-left: 10px;
}

.b-tooltip {
    padding: 15px 20px;
    position: absolute;
    bottom: 25px;
    left: -10px;
    font-size: 12px;
    background: #faf7f5;
    border: 1px solid #c49f85;
    border-radius: 5px;
    display: none;
    z-index: 100;
}

.b-tooltip:before {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 20px;
    border: 8px solid transparent;
    z-index: 2;
    border-top: 8px solid #faf7f5;
}

.b-tooltip:after {
    content: "";
    position: absolute;
    bottom: -16px;
    left: 20px;
    border: 8px solid transparent;
    border-top: 8px solid #c49f85;
}

.b-tooltip b {
    display: block;
    margin-bottom: 5px
}

.b-tooltip__close {
    width: 10px;
    height: 10px;
    position: absolute;
    right: 5px;
    top: 5px;
    cursor: pointer;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.b-tooltip__close:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 1px;
    background: #7d7b7a;
}

.b-tooltip__close:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 1px;
    height: 100%;
    background: #7d7b7a;
}

.view_all_colors {
    color: #696969;
    padding-left: 40px;
    position: relative;
    padding-top: 7px;
    margin-bottom: 13px
}

.view_all_colors:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 33px;
    height: 28px;
    background: url('images/colors.png') no-repeat;
}

.b-prod__basket {
    margin-bottom: 15px
}

.b-prod__basket .basket_btn{
    width: 135px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.basket_btn {
    background: #b63fa7;
    background: -moz-linear-gradient(top, #b63fa7 0%, #c352ba 4%, #c25cbf 8%, #c55cb9 12%, #c258ba 15%, #bd54b3 27%, #9d3395 77%, #9d3194 81%, #9d2e8d 85%, #952f92 88%, #982a8b 92%, #952a88 96%, #95278a 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b63fa7), color-stop(4%,#c352ba), color-stop(8%,#c25cbf), color-stop(12%,#c55cb9), color-stop(15%,#c258ba), color-stop(27%,#bd54b3), color-stop(77%,#9d3395), color-stop(81%,#9d3194), color-stop(85%,#9d2e8d), color-stop(88%,#952f92), color-stop(92%,#982a8b), color-stop(96%,#952a88), color-stop(100%,#95278a));
    background: -webkit-linear-gradient(top, #b63fa7 0%,#c352ba 4%,#c25cbf 8%,#c55cb9 12%,#c258ba 15%,#bd54b3 27%,#9d3395 77%,#9d3194 81%,#9d2e8d 85%,#952f92 88%,#982a8b 92%,#952a88 96%,#95278a 100%);
    background: -o-linear-gradient(top, #b63fa7 0%,#c352ba 4%,#c25cbf 8%,#c55cb9 12%,#c258ba 15%,#bd54b3 27%,#9d3395 77%,#9d3194 81%,#9d2e8d 85%,#952f92 88%,#982a8b 92%,#952a88 96%,#95278a 100%);
    background: -ms-linear-gradient(top, #b63fa7 0%,#c352ba 4%,#c25cbf 8%,#c55cb9 12%,#c258ba 15%,#bd54b3 27%,#9d3395 77%,#9d3194 81%,#9d2e8d 85%,#952f92 88%,#982a8b 92%,#952a88 96%,#95278a 100%);
    background: linear-gradient(to bottom, #b63fa7 0%,#c352ba 4%,#c25cbf 8%,#c55cb9 12%,#c258ba 15%,#bd54b3 27%,#9d3395 77%,#9d3194 81%,#9d2e8d 85%,#952f92 88%,#982a8b 92%,#952a88 96%,#95278a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b63fa7', endColorstr='#95278a',GradientType=0 );
    font-family: Tahoma, sans-serif;
    color: #fff;
    text-shadow: 0 0 0 #fff;
    font-size: 16px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    height: 40px;
    width: 100%;
    position: relative;
    padding-left: 35px;
}

.basket_btn.in--basket {
    background: #d9dd00 !important;
    background: -moz-linear-gradient(top,#d9dd00 0,#9ab204 100%) !important;
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#d9dd00),color-stop(100%,#9ab204)) !important;
    background: -webkit-linear-gradient(top,#d9dd00 0,#9ab204 100%) !important;
    background: -o-linear-gradient(top,#d9dd00 0,#9ab204 100%) !important;
    background: -ms-linear-gradient(top,#d9dd00 0,#9ab204 100%) !important;
    background: linear-gradient(to bottom,#d9dd00 0,#9ab204 100%) !important;
}

.violet_btn {
    background: #b63fa7;
    background: -moz-linear-gradient(top, #b63fa7 0%, #c352ba 4%, #c25cbf 8%, #c55cb9 12%, #c258ba 15%, #bd54b3 27%, #9d3395 77%, #9d3194 81%, #9d2e8d 85%, #952f92 88%, #982a8b 92%, #952a88 96%, #95278a 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b63fa7), color-stop(4%,#c352ba), color-stop(8%,#c25cbf), color-stop(12%,#c55cb9), color-stop(15%,#c258ba), color-stop(27%,#bd54b3), color-stop(77%,#9d3395), color-stop(81%,#9d3194), color-stop(85%,#9d2e8d), color-stop(88%,#952f92), color-stop(92%,#982a8b), color-stop(96%,#952a88), color-stop(100%,#95278a));
    background: -webkit-linear-gradient(top, #b63fa7 0%,#c352ba 4%,#c25cbf 8%,#c55cb9 12%,#c258ba 15%,#bd54b3 27%,#9d3395 77%,#9d3194 81%,#9d2e8d 85%,#952f92 88%,#982a8b 92%,#952a88 96%,#95278a 100%);
    background: -o-linear-gradient(top, #b63fa7 0%,#c352ba 4%,#c25cbf 8%,#c55cb9 12%,#c258ba 15%,#bd54b3 27%,#9d3395 77%,#9d3194 81%,#9d2e8d 85%,#952f92 88%,#982a8b 92%,#952a88 96%,#95278a 100%);
    background: -ms-linear-gradient(top, #b63fa7 0%,#c352ba 4%,#c25cbf 8%,#c55cb9 12%,#c258ba 15%,#bd54b3 27%,#9d3395 77%,#9d3194 81%,#9d2e8d 85%,#952f92 88%,#982a8b 92%,#952a88 96%,#95278a 100%);
    background: linear-gradient(to bottom, #b63fa7 0%,#c352ba 4%,#c25cbf 8%,#c55cb9 12%,#c258ba 15%,#bd54b3 27%,#9d3395 77%,#9d3194 81%,#9d2e8d 85%,#952f92 88%,#982a8b 92%,#952a88 96%,#95278a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b63fa7', endColorstr='#95278a',GradientType=0 );
    font-family: Tahoma, sans-serif;
    color: #fff;
    text-shadow: 0 0 0 #fff;
    font-size: 16px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    height: 40px;
    width: 100%;
    position: relative;
}

.violet_btn:hover,
.violet_btn:active,
.violet_btn:focus,
.basket_btn:hover,
.basket_btn:active,
.basket_btn:focus {
    color: #fff;
    background: #b63fa7;
    background: -moz-linear-gradient(top, #b63fa7 0%, #c352ba 4%, #c25cbf 8%, #c55cb9 12%, #c258ba 15%, #bd54b3 27%, #9d3395 77%, #9d3194 81%, #9d2e8d 85%, #952f92 88%, #982a8b 92%, #952a88 96%, #95278a 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b63fa7), color-stop(4%,#c352ba), color-stop(8%,#c25cbf), color-stop(12%,#c55cb9), color-stop(15%,#c258ba), color-stop(27%,#bd54b3), color-stop(77%,#9d3395), color-stop(81%,#9d3194), color-stop(85%,#9d2e8d), color-stop(88%,#952f92), color-stop(92%,#982a8b), color-stop(96%,#952a88), color-stop(100%,#95278a));
    background: -webkit-linear-gradient(top, #b63fa7 0%,#c352ba 4%,#c25cbf 8%,#c55cb9 12%,#c258ba 15%,#bd54b3 27%,#9d3395 77%,#9d3194 81%,#9d2e8d 85%,#952f92 88%,#982a8b 92%,#952a88 96%,#95278a 100%);
    background: -o-linear-gradient(top, #b63fa7 0%,#c352ba 4%,#c25cbf 8%,#c55cb9 12%,#c258ba 15%,#bd54b3 27%,#9d3395 77%,#9d3194 81%,#9d2e8d 85%,#952f92 88%,#982a8b 92%,#952a88 96%,#95278a 100%);
    background: -ms-linear-gradient(top, #b63fa7 0%,#c352ba 4%,#c25cbf 8%,#c55cb9 12%,#c258ba 15%,#bd54b3 27%,#9d3395 77%,#9d3194 81%,#9d2e8d 85%,#952f92 88%,#982a8b 92%,#952a88 96%,#95278a 100%);
    background: linear-gradient(to bottom, #b63fa7 0%,#c352ba 4%,#c25cbf 8%,#c55cb9 12%,#c258ba 15%,#bd54b3 27%,#9d3395 77%,#9d3194 81%,#9d2e8d 85%,#952f92 88%,#982a8b 92%,#952a88 96%,#95278a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b63fa7', endColorstr='#95278a',GradientType=0 );
}

.basket_btn i {
    background: url(images/det_basket_ico.png) top left no-repeat;
    width: 22px;
    height: 21px;
    display: inline-block;
    position: absolute;
    left: 12px;
    top: 8px;
}

.one_click_link {
    color: #cc2020;
    border-bottom: 1px dotted #cc2020;
    cursor: pointer;
    font-size: 1.2em;
}

.one_click_link:hover {
    border-bottom-color: transparent;
}

.b-prod__promotion {
    background: #f2f2f2;
    text-align: center;
    border-radius: 0 0 3px 3px;
}

.b-prod__promotion .b-prod__promotion-head {
    border-radius: 3px 3px 0 0;
}

.b-prod__promotion-head {
    font-size: 18px;
    color: #181818;
    padding:15px  12px;
    font-weight: 700;
    background: #fff66a;
    text-align: center;
    border-radius: 3px;
}

.b-prod__promotion-body {
    padding: 10px 20px 15px;
}

.b-prod__promotion-body p {
    margin-bottom: 15px
}

.b-prod__promotion__item {
    display: inline-block;
    vertical-align: middle;
    width: 70px;
    height: 70px;
    cursor: pointer;
    text-align: center;
    border: 1px solid #dcdcdc;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}


.b-delivery__info {
    padding: 10px 0 15px;
    margin: 15px 0;
    color: #626262;
    font-size: 11px;
    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
}

.b-sect__label {
    font-size: 12px;
    margin-bottom: 8px;
}

.b-sect__label.red {
    color: #e86764;
    font-size: 14px;
}

img.delivery-car {
    float: left;
    margin-left: 10px;
    margin-right: 15px;
}


.delivery_phone {
    font-size: 12px;
}

.delivery_phone_bg {
    padding-left: 32px;
    text-align: left;
    background-image: url(images/phone.png);
    background-position: 2px center;
    background-repeat: no-repeat;
    font-size: 11px;
    white-space: nowrap;
}

.delivery_car_bg {
    padding-left: 40px;
    text-align: left;
    background-image: url(images/car.png);
    background-position: 5px center;
    background-repeat: no-repeat;
    font-size: 11px;
}

.delivery_text {
    margin: 8px 0;
}

.b-select {
    border: 1px solid #a5a5a5;
    padding: 6px 30px 7px 10px;
    color: #696969;
    font-size: 13px;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
    border-radius: 0;
}

.b-tab__nav {
    width: 100%;
    border-bottom: 4px solid #a8cb0f;
}

.b-tab__nav:after {
    content: "";
    display: block;
    clear: both;
}

.b-tab__nav-item {
    float: left;
    width: 146px;
    padding: 0 1px 0;
}

.b-tab__nav-item:first-child {
    padding-left: 0;
}

.b-tab__nav-item:last-child {
    padding-right: 0;
}

.b-tab__nav-item.is-active {
    margin-top: -4px;
}

.b-tab__nav-item a {
    color: #000 !important;
}

.highslide-credits {
    display: none !important
}

.b-tab__nav-item.is-active .b-tab__nav-link {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c3e421+0,a9cc0f+100 */
    background: #c3e421; /* Old browsers */
    background: -moz-linear-gradient(top,  #c3e421 0%, #a9cc0f 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #c3e421 0%,#a9cc0f 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #c3e421 0%,#a9cc0f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c3e421', endColorstr='#a9cc0f',GradientType=0 ); /* IE6-9 */
    border-color: transparent;
    font-weight: 700;
    padding-top: 21px;
}

.b-tab__nav-link {
    display: block;
    padding: 17px 15px 15px;
    text-transform: uppercase;
    font-size: 12px;
    color: #050505;
    border: 1px solid #c6c6c6;
    border-bottom: none;
    text-align: center;
    text-decoration: none !important;
    border-radius: 7px 7px 0 0;
}

.b-tab__content > div {
    display: none;
}

.b-tab__content > div:first-child {
    display: block
}

.b-prod__list-item {
    display: table;
    width: 100%;
    padding: 35px 0;
    border-bottom: 1px solid #c6c6c6;
}

.b-prod__list-item.not-available {
    opacity: 0.4
}
.not-available {
    opacity: 0.4
}

.b-prod__list-item > div {
    display: table-cell;
    vertical-align: middle;
}

.b-prod__list-cover {
    width: 120px;
    height: 120px;
    position: relative;
    display: table-cell;
    vertical-align: middle;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    border: 1px solid #c6c6c6;
}

.b-prod__list-cover.highslide:before {
    content: "";
    position: absolute;
    bottom: 5px;
    right: 5px;
    width: 23px;
    height: 23px;
    background: url(/bitrix/templates/main/images/zoom_icon.png) no-repeat;
}

.b-prod__list-info {
    width: 280px;
    padding: 5px 40px 5px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.b-prod__list-info p {
    padding: 0;
    margin: 0 0 5px;
    font-size: 12px;
    color: #343434;
}

.b-prod__list-info .b-price__line b {
    margin-left: 0;
}

.b-prod__list-title {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 5px;
}

.b-prod__list-title a {
    color: #242424;
    text-decoration: none;
}

.b-prod__list-status {
    width: 80px;
    position: absolute;
    left: -72px;
    display: block !important
}

.b-prod__list-button {
    width: 140px;
    padding-left: 10px;
    text-align: center;
    position: relative;
}

.b-prod__list-button .basket_btn {
    margin-right: 0;
    margin-bottom: 10px;
}

.b-tab__text {
    padding-top: 10px;
}

.b-similar {
    margin: 10px 0;
}

.b-similar__body {
    padding: 5px 15px;
}

.b-prod__grid {
    margin-right: -10px;
}

.b-prod__grid .b-prod__tile {
    display: inline-block;
    vertical-align: top;
    margin: 0 10px 5px 0;
}


.b-prod__tile {
    width: 120px;
    display: block;
    text-decoration: none !important;
}

.hidden-prod {
    display: none
}

.b-prod__tile-cover {
    width: 120px;
    height: 120px;
    border: 1px solid #e5e5e5;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    margin: 0 0 5px;
}

.b-prod__tile-title {
    color: #626262;
    font-size: 12px;
}

.b-prod__tile-price {
    font-size: 11px;
    color: #e86764;
}
.main-user-consent-request a
{
    font-size: 11px;
    line-height: 10px;
}
.b-sale-popup {
    width: 280px;
    height: 460px;
    padding: 10px 20px 20px;
    font-size: 12px;
    background: #faf7f5;
    border: 1px solid #c49f85;
    border-radius: 5px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.b-oneclick-popup {
    width: 290px;
    height: 275px;
    padding: 10px 20px 20px;
    font-size: 12px;
    background: #faf7f5;
    border: 1px solid #c49f85;
    border-radius: 5px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.b-credit-popup {
    width: 339px;
    height: 155px;

    font-size: 12px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.b-popup-def {
    width: 610px;
    height: 280px;
    padding: 10px 20px 20px;
    font-size: 12px;
    background: #ffffff;
    border: 1px solid #c49f85;
    border-radius: 5px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    box-sizing: border-box;
}

.b-oneclick-popup p {
    color: #686868;
}

.b-oneclick-popup form {
    margin: 10px 0 0;
}

.b-oneclick-popup .btn {
    width: 180px;
}

.b-popup-box {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 10;
    display: none;
}

.b-popup-gift {
    padding: 30px 30px 30px 290px;
    position: relative;
}

.b-popup-gift p {
    padding: 0;
    color: #656565;
    font-size: 13px;
}

.b-popup-gift__img {
    width: 245px;
    position: absolute;
    left: 10px;
    top: 20px;
}

.b-popup-gift__img img {
    max-width: 100%;
}

div.item_detail div.item_big_picture {
    min-height: 50px !important;
}

.b-popup-gift__label {
    font-size: 22px;
    font-weight: 700;
    color: #e86764;
    margin-bottom: 12px;
}

.b-popup-gift__title {
    font-size: 18px;
    color: #242424;
    margin-bottom: 5px;
}

.b-popup-gift a {
    text-decoration: none;
    color: #242424;
}

.b-popup-gift__price {
    color: #44423e;
    padding: 20px 0;
}

.b-popup-gift__price .b-old-price {
    margin: 0 10px;
}

.promo-carousel {
    position: relative;
}

.button__prev {
    background: transparent !important;
    width: 10px;
    height: 10px;
    position: absolute;
    left: -12px;
    top: 0;
    bottom: 0;
    margin: auto;
    cursor: pointer;
    border-left: 2px solid #3b3b3b;
    border-bottom: 2px solid #3b3b3b;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.button__next {
    background: transparent !important;
    width: 10px;
    height: 10px;
    position: absolute;
    right: -12px;
    top: 0;
    bottom: 0;
    margin: auto;
    cursor: pointer;
    border-right: 2px solid #3b3b3b;
    border-top: 2px solid #3b3b3b;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.button__prev.swiper-button-disabled,
.button__next.swiper-button-disabled {
	display: none;
}


.b-cart {
    width: 120px;
    margin-left: -40px;
    margin-top: 25px;
    padding-right: 70px;
    padding-top: 7px;
    position: relative;
    text-transform: uppercase;
    font-weight: 700;
    text-align: right;
    display: block;
    text-decoration: none !important;
}


.b-cart:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
    height: 60px;
    background: url('images/cart.png');
    background-size: 100%;
}

.b-cart__text {
    color: #8d246c;
}

.b-cart__price {
    color: red;
}

.b-cart__counter {
    width: 15px;
    height: 15px;
    text-align: center;
    color: #fff;
    font-weight: 400;
    font-size: 11px;
    line-height: 15px;
    background: red;
    border: 2px solid #fff;
    position: absolute;
    right: 48px;
    top: 17px;
    border-radius: 50%
}

/*
 * Reviews
 */

.b-reviews {
    padding-top: 10px;
}

.b-review__item {
    border: 1px solid #e3e3e3;
    padding: 20px;
    font-size: 15px;
    line-height: 1.5;
    margin: 0 0 20px;
    box-sizing: border-box;
} 

.b-review__item p {
    margin: 0;
    line-height: 1.5;
}

.b-review__item p + p {
    margin-top: 5px;
}

.claret-clr {
    color: #9c3992;
}

.b-review__rating {
    margin: 20px 0;
}

.b-rating__stars {
    float: left;
    margin-right: 5px;
}

.b-rating__stars:after {
    content: "";
    display: block;
    clear: both;
}

.b-rating__star {
    width: 24px;
    height: 22px;
    float: left;
    margin: 0 2px 0 0;
    background: url('images/star.png') no-repeat;
    background-size: 100%;
}

.b-rating__label {
    position: relative;
    top: 1px;
}

.b-review__link {
    text-align: right;
    margin-bottom: 30px;
}

.b-review__link a {
    color: #000;
    text-decoration: none !important;
    font-size: 15px;
}

.yandexIcon {
    width: 191px;
    height: 50px;
    background: url('images/yandexIcon.png') no-repeat;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}