

/* Start:/local/templates/crazy-fish_012022/components/bitrix/sale.basket.basket/bxr-market/style.css?170065156034666*/
.bx_ordercart .bx_sort_container {
    margin-bottom: 24px;
    min-height: 32px;
    color: #919191;
    vertical-align: middle;
    font-size: 15px;
    line-height: 32px;
}

.bx_ordercart .bx_sort_container > span {
    color: #888888;
    font-size: 14px;
    margin-right: 22px;
}

.bx_ordercart .bx_ordercart_order_table_container {
    /*overflow-x: auto;*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    width: 100%;
    border: 1px solid #efefef;
    border-radius: 4px;
    font-size: 14px;
}

.bx_ordercart .bx_ordercart_order_table_container table {
    margin: 0;
    padding: 0;
    min-width: 100%;
    border-collapse: collapse;
}

.bx_ordercart .bx_ordercart_order_table_container table td {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    white-space: nowrap;
}

.bx_ordercart .bx_ordercart_order_table_container table td.margin {
    padding: 0;
    width: 2%;
}

.bx_ordercart .bx_ordercart_order_table_container table thead td {
    padding: 0px 10px 0px 5px;
    min-height: 39px;
    background: #faf9f9;
    border-bottom: 1px solid #efefef;
    color: #5a5a5a;
    font-size: 14px;
    line-height: 39px;
}

.bx_ordercart .bx_ordercart_order_table_container table tbody td {
    padding: 2% 5px;
    border-bottom: 1px solid #efefef;
    vertical-align: top;
}

.bx_ordercart .bx_ordercart_order_table_container table tbody td td {
    padding: 0 1px !important;
}

.bx_ordercart .bx_ordercart_order_table_container table tbody tr:last-child td {
    border-bottom: none;
}

.bx_ordercart .bx_ordercart_order_table_container tbody td.itemphoto {
    width: 20%;
}

.bx_ordercart .bx_ordercart_order_table_container tbody td.item,
.bx_ordercart .bx_ordercart_order_table_container tbody td.custom,
.bx_ordercart .bx_ordercart_order_table_container tbody td.control,
.bx_ordercart .bx_ordercart_order_table_container tbody td.price {
    text-align: left;
    font-size: 14px;
    line-height: 22px;
}

.bx_ordercart .bx_ordercart_order_table_container tbody td.custom span:not(.bxr-detail-currency),
.bx_ordercart .bx_ordercart_order_table_container tbody td.price span:not(.bxr-detail-currency) {
    display: none;
}

.bx_ordercart .bx_ordercart_order_table_container tbody td.custom a {
    color: #327AB7;
    font-size: 11px;
}

.bx_ordercart .bx_ordercart_order_table_container tbody td.item {
    width: 70%;
}

.bx_ordercart .bx_ordercart_order_table_container tbody td.price .current_price
, .bxr-sum-price {
    color: #222222;
    font-weight: bold;
    font-size: 16px;
    margin-top: 2px;
}

.bx_ordercart .bx_ordercart_order_table_container tbody td.price .current_price .bxr-detail-currency
, .bxr-sum-price .bxr-detail-currency {
    font-size: 15px;
    font-weight: normal;
}

.bx_ordercart .bx_ordercart_order_table_container tbody td.price .old_price {
    color: #bcbcbc;
    text-decoration: line-through;
    font-size: 14px;
}

.bx_ordercart .bx_ordercart_order_table_container tbody td.price .type_price {
    color: #7f7f7f;
    font-size: 11px;
    line-height: 13px;
}

.bx_ordercart .bx_ordercart_order_table_container tbody td.price .type_price_value {
    font-size: 11px;
    line-height: 13px;
}

.bx_ordercart .bx_ordercart_order_table_container tbody td.control a:hover {
    text-decoration: none;
}

.bx_ordercart .bx_ordercart_photo_container {
    display: block;
    position: relative;
    width: 100px;
    height: 100px;
    padding: 8px 8px;
    margin: 3px 0 0 10px;
    border: 1px solid #f0efef;
    border-radius: 4px;
}

.bx_ordercart_photo_container img {
    margin: 0 auto;
    display: block;
}

@media (min-width: 1920px) {
    .bx_ordercart .bx_ordercart_photo_container {
        width: 140px;
        height: 140px;
    }
}

.bx_ordercart .bx_ordercart_order_table_container .bx_ordercart_photo {
    position: absolute;
    top: 6%;
    right: 6%;
    bottom: 6%;
    left: 6%;
    background-position: center;
    -webkit-background-size: auto 100%;
    background-size: contain;
    background-repeat: no-repeat;
}

.bx_ordercart .bx_ordercart_order_table_container .bx_ordercart_brand {
    position: relative;
    margin-top: 3%;
    min-width: 50px;
    max-width: 100%;
    border: 1px solid #c0cfda;
    border-radius: 2px;
    line-height: 0;
}

.bx_ordercart .bx_ordercart_order_table_container .bx_ordercart_brand img {
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
}

.bx_ordercart .bx_ordercart_order_table_container .bx_ordercart_itemtitle {
    margin: 0;
    padding: 0;
    white-space: normal;
    line-height: 18px;
}

.bx_ordercart .bx_ordercart_order_table_container .bx_ordercart_itemtitle a {
    color: #414141;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
}

.bx_ordercart .bx_ordercart_order_table_container .bx_ordercart_itemart {
    margin-bottom: 10px;
    color: #b4b4b4;
    font-size: 13px;
}

.bx_ordercart .bx_ordercart_order_pay {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 20px auto 0;
    padding: 0 0px;
}

.bx_ordercart .bx_ordercart_order_pay_left {
    float: left;
    width: 70%;
}

.bx_ordercart_coupon {
	display: inline-block;
	width: 60%;
}

.howtopromo-block {
	display: inline-block;
	width: 35%;
}

.howtoPromo-btn {
	border-bottom: 1px dashed;
    text-decoration: none !important;
}

.bx_ordercart .bx_ordercart_order_pay_right {
    float: left;
    width: 30%;
    text-align: right;
}

.bx_ordercart .bx_ordercart_coupon {
    position: relative;
    white-space: nowrap;
    margin-bottom: 4px;
}

.bx_ordercart .bx_ordercart_coupon span {
    display: block;
    margin-bottom: 8px;
    color: #181818;
    font-size: 14px;
}

.bx_ordercart .bx_ordercart_coupon input {
    width: 280px;
    height: 37px;
    border: 1px solid #e2e2e2;
    border-radius: 4px;
    color: #000;
    background: #faf9f9;
    box-shadow: none;
    text-align: left;
    font-weight: bold;
    font-size: 16px;
    vertical-align: middle;
    outline: none !important;
    margin-right: 12px;
}

.bx_ordercart .bx_ordercart_coupon span.good,
.bx_ordercart .bx_ordercart_coupon span.bad,
.bx_ordercart .bx_ordercart_coupon span.disabled {
    display: inline-block;
    width: 22px;
    height: 34px;
    vertical-align: middle;
    margin: 0 0 0 5px;
    cursor: pointer;
}

.bx_ordercart .bx_ordercart_coupon span.disabled:hover {
    cursor: pointer
}

.bx_ordercart .bx_ordercart_coupon input.good {
    position: relative;
    border: 1px solid #59a62a;
    background: rgba(89, 166, 42, .16);
    box-shadow: 0 0 2px 0 rgba(89, 166, 42, .8);
}

.bx_ordercart .bx_ordercart_coupon span.good {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAANCAYAAABPeYUaAAAAoklEQVQ4y2NgIBOUb7JkY6AEAA0wBuJHQGxHrgFWQPwBiP8D8WcgliTVAHuoRpAB/4A4E10BDwED3ID4K9SAP0CciK7ACYhfg2gcBvgA8Q8kA6LQFQgB8Seogq/oBgH5QUD8EyoPooNwOTUMagOKQSAbkcRBLvEhFGjoBvWi8V2JDX1kg2AY5FV7UqMR2SBQerAkN0GBDHoJSpmUJm1uYtUCAMzalTMY8Lf6AAAAAElFTkSuQmCC") no-repeat center;
}

.bx_ordercart .bx_ordercart_coupon input.bad {
    border: 1px solid #e16565;
    background: rgba(225, 101, 101, .16);
    box-shadow: 0 0 2px 0 rgba(225, 101, 101, .8);
}

.bx_ordercart .bx_ordercart_coupon span.good:hover,
.bx_ordercart .bx_ordercart_coupon span.bad,
.bx_ordercart .bx_ordercart_coupon span.disabled {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NjA2QzFEQUU3QTJEMTFFNEJFMTJEMjJGMUE4MkZDRkYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NjA2QzFEQUY3QTJEMTFFNEJFMTJEMjJGMUE4MkZDRkYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo2MDZDMURBQzdBMkQxMUU0QkUxMkQyMkYxQTgyRkNGRiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo2MDZDMURBRDdBMkQxMUU0QkUxMkQyMkYxQTgyRkNGRiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuRKTjMAAAC1SURBVHjaXJAhEsIwEEWTDiCoAa6CBtUKEAxHwAfHGSpxySWqUFQUh+YG3AEMOvxlfmf+kJmXnXRftr/1McaDc+4M9iGEu5OVUlqhXMCpwNaABejYUKljrxlh24EbmFHeomZKJXiZ43POdnsp8odDB6lGpMdP5KtUdirZoZDsNmEs5wmYDoeC09YoV8pvUuoHevyef6nikB7MmXljE1sJXlkm5qr5zHqtiQE8Nbgtka13/AowAFzKRSz6AcYPAAAAAElFTkSuQmCC") no-repeat center;
}

.bx_ordercart .bx_ordercart_coupon span.bad:hover {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAXCAMAAAA4Nk+sAAAA1VBMVEXVLy/VMTHWMjLWMzPWNDTWNjbXODjXOjrXOzvYPT3YPz/ZQUHZQ0PaRkbaR0faSEjbTEzbTU3bTk7bT0/dWFjdWVneW1veXV3fYWHfYmLgY2PgZGTgZWXgZmbibW3ib2/jc3Pjd3flfX3lf3/mgYHojo7oj4/rm5vrnZ3soKDtpKTtpqbuqanura3wsrLxuLjxurr42tr43Nz43t754uL54+P76ur76+v77Oz87u787+/88PD88fH88vL99PT99fX99vb++Pj++fn++vr+/Pz//f3////hD3ITAAAA4klEQVQoU2XR2VrCMBRF4YWCAwIiGg1OYHGsI1qrNalGpef9H8mLNvlKXTfJ/m8P4iusWYRB+bxeH7ShvX+V1Nier1DVmhnP8wG1hs8lzzdZauNFBPnaodEwF+SiqXApfHQAIqMBtIkAOim3AKTiNGgnKQA3nAKgcnFj7cQqAE7YJnhQeqwRPCgt1qvf2Ik4XY1VRkHzPPiAs6BKWe8THgB4F6tAWXkD4B7XBZgmCkAlU4DuJxLzr1iQQtPo8FcQyXaXdZSVZ8iO6nps/NGKu57HrXhRO/HP00z1+3vR43e5/wBykDHWjqbzywAAAABJRU5ErkJggg==") no-repeat center;
}

.bx_ordercart .bx_ordercart_coupon input.disabled {
    color: #9a9a9a;
}

.bx_ordercart .bx_ordercart_coupon_notes {
    -webkit-transition: opacity .3s ease-out;
    -moz-transition: opacity .3s ease-out;
    -ms-transition: opacity .3s ease-out;
    -o-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
    display: none;
    opacity: 0;
    white-space: normal;
    border: 1px solid #ddd;
    position: absolute;
    top: 100%;
    left: 0;
    max-width: 270px;
    padding: 10px;
    background: #fff;
    z-index: 1010;
    border-radius: 5px;
    font-size: 13px;
    line-height: 17px;
    box-shadow: 0 3px 7px 0 rgba(0, 0, 0, .05)
}

.bx_ordercart .bx_ordercart_coupon:hover .bx_ordercart_coupon_notes {
    display: block;
    opacity: 1;
}

.bx-touch .bx_ordercart .bx_ordercart_coupon_notes {
    display: block;
    opacity: 1;
    position: relative;
    top: auto;
    left: auto;
    margin: 10px auto;
    box-shadow: none
}

.bx_ordercart .bx_ordercart_order_sum {
    float: right;
}

.bx_ordercart .bx_ordercart_order_sum tr {
}

.bx_ordercart .bx_ordercart_order_sum tr td {
    padding: 1px;
    text-align: right;
    font-size: 14px;
    color: #414141;
}

.bx_ordercart .bx_ordercart_order_sum tr td:first-child {
    color: #888888;
    padding-right: 30px;
}

.bx_ordercart .bx_ordercart_order_sum tr td.bxr-basket-all-sum {
    font-size: 20px;
    font-weight: bold;
    color: #222222;
    min-width: 104px;
}

.bx_ordercart .bx_ordercart_order_sum tr td.bxr-basket-all-sum .bxr-detail-currency {
    font-size: 14px;
    font-weight: normal;
    color: #414141;
}

.bx_ordercart .bx_ordercart_order_sum tr td.custom_t1 {
    width: 100%;
}

.bx_ordercart .bx_ordercart_order_sum tr td.custom_t2 {
    white-space: nowrap;
}

.bx_ordercart .bx_ordercart_order_sum tr td.fwb {
    font-weight: bold;
}

.bx_ordercart .bx_ordercart_order_pay_center {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #e4e6e8;
    text-align: right;
    position: relative;
}
.bx_ordercart .bx_ordercart_order_pay_center:before {
    content:'Доступные способы доставки и оплаты можно выбрать при оформлении заказа';
    position: absolute;
    top: -13px;
    right: 0;
    background: #fff;
    padding: 0 0 0 10px;
    font-weight: bold;
    margin-bottom:10px
}
@media screen and (max-width: 768px) {
    .bx_ordercart .bx_ordercart_order_pay_center .checkout {
        margin-top: 20px;
    }
}
.bx_ordercart .bx_ordercart_order_pay_center span
, .bx_ordercart .bx_ordercart_order_pay_center a {
    line-height: 53px;
    margin-left: 15px;
}

.print_order i {
    padding-right: 10px;
}

.bx_ordercart .bx_ordercart_order_pay_center span:not(.bxr-one-click-order-basket) {
    margin: 0 30px;
    font-weight: bold;
    font-size: 17px;
}

@media (max-width: 767px) {
    .bx-touch .bx_ordercart .bx_sort_container span {
        display: block;
    }

    .bx-touch .bx_ordercart .bx_sort_container a {
        margin: 0 20px 10px 0;
    }

    .bx_ordercart .bx_ordercart_order_table_container table thead td {
        font-size: 13px;
    }

    .bx_ordercart .bx_ordercart_order_table_container tbody td.custom,
    .bx_ordercart .bx_ordercart_order_table_container .bx_ordercart_itemtitle a,
    .bx_ordercart .bx_ordercart_order_table_container tbody td.price .current_price {
        font-size: 14px;
    }

    .bx_ordercart .bx_ordercart_order_table_container table thead td {
        font-size: 12px;
    }

    .bx_ordercart .bx_ordercart_order_table_container .bx_ordercart_itemtitle a,
    .bx_ordercart .bx_ordercart_order_table_container tbody td.price .current_price {
        font-size: 12px;
    }

    .bx-touch .bx_ordercart .bx_ordercart_order_pay {
        width: 100%;
    }

    .bx-touch .bx_ordercart .bx_ordercart_order_pay_left,
    .bx-touch .bx_ordercart .bx_ordercart_order_pay_right {
        float: none;
        width: 100%;
        text-align: center;
    }

    .bx-touch .bx_ordercart .bx_ordercart_order_sum {
        float: none;
        margin-top: 20px;
        width: 100%;
    }

    .bx-touch .bx_ordercart .bx_sort_container {
        margin: 10px 0;
        text-align: left;
        line-height: 13px;
    }

    .bx-touch .bx_ordercart .bx_ordercart_order_table_container table,
    .bx-touch .bx_ordercart .bx_ordercart_order_table_container table tbody,
    .bx-touch .bx_ordercart .bx_ordercart_order_table_container table tbody tr,
    .bx-touch .bx_ordercart .bx_ordercart_order_table_container table tbody tr td {
        display: block
    }

    .bx-touch .bx_ordercart .bx_ordercart_order_table_container table tbody tr td {
        padding: 2% 6%
    }

    .bx-touch .bx_ordercart .bx_ordercart_order_table_container table tbody tr {
        margin-bottom: 20px;
        border-bottom: 1px solid #efefef;
    }

    .bx-touch .bx_ordercart .bx_ordercart_order_table_container table tbody tr:last-child {
        margin-bottom: 0;
        border-bottom: none;
    }

    .bx-touch .bx_ordercart .bx_ordercart_order_table_container table thead {
        display: none;
    }

    .bx-touch .bx_ordercart .bx_ordercart_order_table_container table tbody tr td.item,
    .bx-touch .bx_ordercart .bx_ordercart_order_table_container table tbody tr td.itemphoto {
        width: 100%;
    }

    .bx-touch .bx_ordercart .bx_ordercart_order_table_container table tbody tr td.item {
        text-align: center;
    }

    .bx-touch .bx_ordercart .bx_ordercart_order_table_container tbody td.item .bx_item_detail_size_small_noadaptive,
    .bx-touch .bx_ordercart .bx_ordercart_order_table_container tbody td.item .bx_item_detail_scu_small_noadaptive {
        margin: 5px auto !important;
    }

    .bx-touch .bx_ordercart .bx_ordercart_photo_container {
        margin: 0 auto;
        padding-top: 10px;
        max-width: 250px;
    }

    .bx-touch .bx_ordercart .bx_ordercart_order_table_container .bx_ordercart_brand {
        border: none;
        text-align: center;
    }

    .bx-touch .bx_ordercart .bx_ordercart_order_table_container .bx_ordercart_brand img {
        max-width: 100%;
        width: auto;
        border-radius: 2px;
    }

    .bx-touch .bx_ordercart .bx_ordercart_order_table_container table tbody td {
        border: none
    }

    .bx-touch .bx_ordercart .bx_ordercart_order_table_container tbody td.custom span {
        display: inline-block;
        margin-right: 10px;
        font-weight: bold;
        float: left;
    }

    .bx_ordercart .bx_ordercart_order_table_container tbody td.price span {
        display: inline-block;
    }

    .bx-touch .bx_ordercart .bx_ordercart_order_table_container tbody td.control {
        text-align: center;
        word-spacing: 15px;
    }

    .bx-touch .bx_ordercart .bx_ordercart_order_table_container tbody td.control a {
        word-spacing: normal;
        display: inline-block;
    }

    .bx-touch .bx_ordercart .bx_ordercart_order_table_container tbody td.control br {
        display: none
    }

    .bx-touch .bx_ordercart .bx_ordercart_order_table_container tbody td.price {
        padding-top: 5px;
        text-align: left;
    }

    .bx-touch .bx_ordercart .bx_ordercart_order_table_container tbody td.price .current_price {
        margin-top: 5px;
        margin-bottom: 5px;
        font-size: 16px;
        display: inline-block;
    }

    .bx-touch .bx_ordercart .bx_ordercart_order_table_container tbody td.price .old_price {
        margin-left: 10px;
        font-size: 19px;
    }

    .bx-touch .bx_ordercart .bx_ordercart_order_table_container tbody td.price .type_price,
    .bx-touch .bx_ordercart .bx_ordercart_order_table_container tbody td.price .type_price_value {
        display: inline-block;
    }
}

.bx_ordercart .bx_ordercart_order_pay,
.bx_ordercart .bx_ordercart_order_sum,
.bx_ordercart .bx_ordercart_order_pay_left,
.bx_ordercart .bx_ordercart_order_pay_right,
.bx_ordercart .bx_ordercart_order_pay_center,
.bx_ordercart .bx_ordercart_order_pay_center span,
.bx_ordercart .bx_ordercart_order_pay_center .checkout,
.bx_ordercart .bx_ordercart_order_table_container table,
.bx_ordercart .bx_ordercart_order_table_container table tbody,
.bx_ordercart .bx_ordercart_order_table_container table tbody tr,
.bx_ordercart .bx_ordercart_order_table_container table tbody tr td,
.bx_ordercart .bx_ordercart_order_table_container .bx_ordercart_itemtitle a {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-size: 14px;
}

/* quantity control table */

table.counter {
    min-width: 0% !important;
}

table.counter td {
    border: none !important;
    vertical-align: middle;
}

table.counter tbody tr td#quantity_control {
    text-align: left;
}

.basket_quantity_control {
    display: inline-block;
    left: 0;
    margin: 0;
    padding: 0;
}

.basket_quantity_control a {
    background: url("/local/templates/crazy-fish_012022/components/bitrix/sale.basket.basket/bxr-market/images/arrows.png") no-repeat scroll 0 0 transparent;
    border: 1px solid #D8D8D8;
    display: block;
    height: 10px;
    text-align: center;
    width: 11px;
}

.basket_quantity_control a.plus {
    background-position: 0px 0px;
    border-radius: 5px 5px 0 0;
}

.basket_quantity_control a.minus {
    background-position: 0px -20px;
    border-radius: 0 0 5px 5px;
    margin-top: -1px;
}

.flat {
    display: inline;
}

.centered {
    text-align: center;
    position: relative;
    top: 4px;
}

.centered > table {
    width: 110px;
}

.centered > table td {
    vertical-align: middle !important;
}

.bt2 {
    color: #3f3f3f;
    font-size: 13px;
    text-align: center;
    padding: 7px 16px;
    text-decoration: none;
    box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.4);
    border-radius: 3px;
    font-weight: bold;
    text-shadow: 0 1px 1px #fff;
    background: #fff;
    background: -moz-linear-gradient(top, #fff 0%, #eee 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #eee));
    background: -webkit-linear-gradient(top, #fff 0%, #eee 100%);
    background: -o-linear-gradient(top, #fff 0%, #eee 100%);
    background: -ms-linear-gradient(top, #fff 0%, #eee 100%);
    background: linear-gradient(to bottom, #fff 0%, #eee 100%);
}

.bt2:hover {
    color: #3f3f3f;
    background: #fbfbfb;
    text-decoration: none !important
}

.bt2:active {
    color: #3f3f3f;
    text-shadow: none;
    text-shadow: 0 2px 1px white;
    background: #fbfbfb;
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #fbfbfb), color-stop(100%, #eaeaea));
    background: -webkit-radial-gradient(center, ellipse cover, #fbfbfb 0%, #eaeaea 100%);
    background: -o-radial-gradient(center, ellipse cover, #fbfbfb 0%, #eaeaea 100%);
    background: -ms-radial-gradient(center, ellipse cover, #fbfbfb 0%, #eaeaea 100%);
    background: radial-gradient(ellipse at center, #fbfbfb 0%, #eaeaea 100%);
    box-shadow: none;
    padding: 6px 15px;
    border: 1px solid #d2d2d2
}

input.bt2 {
    border: none
}

input.bt2:active {
    border: 1px solid #d2d2d2
}

/* size */

.bx_item_detail_size_small_noadaptive {
    position: relative;
    margin-bottom: 10px;
    padding: 0;
    width: 192px;
}

.bx-no-touch .bx_item_detail_size_small_noadaptive.full {
    position: relative;
    margin-left: -5%;
    padding: 0 5%;
}

/*----*/

.bx_item_detail_size_small_noadaptive .bx_item_section_name_gray {
    color: #9e9e9e;
    vertical-align: middle;
    font-size: 11px;
    line-height: 11px;
}

/*----*/

.bx_item_detail_size_small_noadaptive .bx_size_scroller_container {
    position: relative;
    margin-top: 5px;
    margin-left: -2px;
}

.bx_item_detail_size_small_noadaptive .bx_size {
    position: relative;
    overflow: hidden;
    margin: 0;
    width: 100%;
}

.bx_item_detail_size_small_noadaptive ul {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    white-space: nowrap;
}

.bx-touch .bx_item_detail_size_small_noadaptive .bx_size {
    overflow-x: auto;
}

.bx_item_detail_size_small_noadaptive ul {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    white-space: nowrap;
}

.bx-touch .bx_item_detail_size_small_noadaptive .bx_size ul {
    margin-left: 0 !important;
}

.bx_item_detail_size_small_noadaptive ul li {
    position: relative;
    display: block;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 25px;
}

.bx_item_detail_size_small_noadaptive ul li a {
    position: absolute;
    top: 0;
    right: 2px;
    bottom: 2px;
    left: 2px;
    display: block;
    overflow: hidden;
    background: #fff;
    border-radius: 4px;
    color: #3f3f3f;
    text-align: center;
    text-decoration: none;
    font-weight: normal;
    font-size: 10px;
    line-height: 22px;
}

.bx_item_detail_size_small_noadaptive ul li a:not(:hover):not(.bxr-border-color) {
    border: 1px solid #efefef;
}

.bx-no-touch .bx_item_detail_size_small_noadaptive .bx_slide_left,
.bx-no-touch .bx_item_detail_size_small_noadaptive .bx_slide_right {
    opacity: 0.8
}

.bx-no-touch .bx_item_detail_size_small_noadaptive .bx_slide_left:hover,
.bx-no-touch .bx_item_detail_size_small_noadaptive .bx_slide_right:hover {
    opacity: 1.0
}

.bx_item_detail_size_small_noadaptive.full .bx_slide_left,
.bx_item_detail_size_small_noadaptive.full .bx_slide_right {
    position: absolute;
    top: 0;
    bottom: 4px;
    width: 5%;
    max-width: 11px;
    cursor: pointer;
}

.bx-no-touch .bx_item_detail_size_small_noadaptive .bx_slide_left {
    left: -5%;
    background: url(/local/templates/crazy-fish_012022/components/bitrix/sale.basket.basket/bxr-market/images/arr_left.png) no-repeat left center;
    background-size: 100% auto
}

.bx-no-touch .bx_item_detail_size_small_noadaptive .bx_slide_right {
    right: -5%;
    background: url(/local/templates/crazy-fish_012022/components/bitrix/sale.basket.basket/bxr-market/images/arr_right.png) no-repeat right center;
    background-size: 100% auto
}

.bx-touch .bx_item_detail_size_small_noadaptive .bx_slide_left {
    left: 0;
    background: url(/local/templates/crazy-fish_012022/components/bitrix/sale.basket.basket/bxr-market/images/fade_left.png) repeat-y left center;
    background-size: 100% auto
}

.bx-touch .bx_item_detail_size_small_noadaptive .bx_slide_right {
    right: 0;
    background: url(/local/templates/crazy-fish_012022/components/bitrix/sale.basket.basket/bxr-market/images/fade_right.png) repeat-y right center;
    background-size: 100% auto
}

/* end of size */

/* sku */

.bx_item_detail_scu_small_noadaptive {
    position: relative;
    margin-bottom: 10px;
    padding: 0;
    max-width: 100%;
    width: 193px;
}

.bx-no-touch .bx_item_detail_scu_small_noadaptive.full {
    position: relative;
    margin-left: -5%;
    padding: 0 5%
}

/*----*/

.bx_item_detail_scu_small_noadaptive .bx_item_section_name_gray {
    color: #9e9e9e;
    vertical-align: middle;
    font-size: 11px;
    line-height: 11px
}

/*----*/

.bx_item_detail_scu_small_noadaptive .bx_scu_scroller_container {
    position: relative;
    margin-top: 5px;
    margin-left: 10px;
}

.bx_item_detail_scu_small_noadaptive .bx_scu {
    position: relative;
    overflow: hidden;
    margin: 0;
    width: 100%
}

.bx-touch .bx_item_detail_scu_small_noadaptive .bx_scu {
    overflow-x: auto
}

.bx_item_detail_scu_small_noadaptive .bx_scu ul {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    white-space: nowrap
}

.bx-retina .bx_item_detail_scu_small_noadaptive .bx_scu ul {
    margin-left: 0 !important
}

.bx_item_detail_scu_small_noadaptive .bx_scu ul li {
    position: relative;
    display: block;
    float: left;
    padding-top: 10%;
    height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.bx_item_detail_scu_small_noadaptive .bx_scu ul li a {
    position: absolute;
    top: 0;
    right: 2px;
    bottom: 4px;
    left: 2px;
    display: block;
    overflow: hidden;
    background: #fff;
    border-radius: 4px;
}

.bx_item_detail_scu_small_noadaptive .bx_scu ul li a:not(:hover):not(.bxr-border-color) {
    border: 1px solid #efefef;
}

.bx-retina .bx_item_detail_scu_small_noadaptive .bx_scu ul li a {
    border: none;
    border-style: solid;
    border-width: 1px;
    -webkit-border-image: url(/local/templates/crazy-fish_012022/components/bitrix/sale.basket.basket/bxr-market/images/x2border.png) 2 stretch;
    -moz-border-image: url(/local/templates/crazy-fish_012022/components/bitrix/sale.basket.basket/bxr-market/images/x2border.png) 2 stretch;
    -o-border-image: url(/local/templates/crazy-fish_012022/components/bitrix/sale.basket.basket/bxr-market/images/x2border.png) 2 stretch;
    border-image: url(/local/templates/crazy-fish_012022/components/bitrix/sale.basket.basket/bxr-market/images/x2border.png) 2 fill stretch;
}

/*.bx_item_detail_scu_small_noadaptive .bx_scu ul li:hover a {*/
    /*border: 1px solid #006cc0*/
/*}*/

/*.bx_item_detail_scu_small_noadaptive .bx_scu ul li:active a,*/
/*.bx_item_detail_scu_small_noadaptive .bx_scu ul li.bx_active a {*/
    /*padding: 3px;*/
    /*border: 2px solid #006cc0;*/
/*}*/

.bx-retina .bx_item_detail_scu_small_noadaptive .bx_scu ul li.bx_active a {
    border: none;
    border-style: solid;
    border-width: 1px;
    -webkit-border-image: url(/local/templates/crazy-fish_012022/components/bitrix/sale.basket.basket/bxr-market/images/x2borderactive.png) 2 stretch;
    -moz-border-image: url(/local/templates/crazy-fish_012022/components/bitrix/sale.basket.basket/bxr-market/images/x2borderactive.png) 2 stretch;
    -o-border-image: url(/local/templates/crazy-fish_012022/components/bitrix/sale.basket.basket/bxr-market/images/x2borderactive.png) 2 stretch;
    border-image: url(/local/templates/crazy-fish_012022/components/bitrix/sale.basket.basket/bxr-market/images/x2borderactive.png) 2 fill stretch;
}

.bx_item_detail_scu_small_noadaptive .bx_scu ul li a span {
    position: absolute;
    top: 6%;
    right: 6%;
    bottom: 6%;
    left: 6%;
    background-size: 100% auto;
    background-repeat: no-repeat;
}

.bx_item_detail_scu_small_noadaptive .bx_scu ul li a span img {
    width: auto;
    height: 25px;
}

/*----*/

.bx-no-touch .bx_item_detail_scu_small_noadaptive .bx_slide_left,
.bx-no-touch .bx_item_detail_scu_small_noadaptive .bx_slide_right {
    opacity: 0.8
}

.bx-no-touch .bx_item_detail_scu_small_noadaptive .bx_slide_left:hover,
.bx-no-touch .bx_item_detail_scu_small_noadaptive .bx_slide_right:hover {
    opacity: 1.0
}

.bx_item_detail_scu_small_noadaptive.full .bx_slide_left,
.bx_item_detail_scu_small_noadaptive.full .bx_slide_right {
    position: absolute;
    top: 0;
    bottom: 4px;
    width: 5%;
    max-width: 11px;
    cursor: pointer;
}

.bx-no-touch .bx_item_detail_scu_small_noadaptive .bx_slide_left {
    left: -5%;
    background: url(/local/templates/crazy-fish_012022/components/bitrix/sale.basket.basket/bxr-market/images/arr_left.png) no-repeat left center;
    background-size: 100% auto
}

.bx-no-touch .bx_item_detail_scu_small_noadaptive .bx_slide_right {
    right: -5%;
    background: url(/local/templates/crazy-fish_012022/components/bitrix/sale.basket.basket/bxr-market/images/arr_right.png) no-repeat right center;
    background-size: 100% auto
}

.bx-touch .bx_item_detail_scu_small_noadaptive .bx_slide_left {
    left: 0;
    background: url(/local/templates/crazy-fish_012022/components/bitrix/sale.basket.basket/bxr-market/images/fade_left.png) repeat-y left center;
    background-size: 100% auto
}

.bx-touch .bx_item_detail_scu_small_noadaptive .bx_slide_right {
    right: 0;
    background: url(/local/templates/crazy-fish_012022/components/bitrix/sale.basket.basket/bxr-market/images/fade_right.png) repeat-y right center;
    background-size: 100% auto
}

/* end of sku */

#warning_message {
    color: red;
}

.bx-touch .quantity_control {
    display: none;
}

input[type=text].bxr-quantity-text-big-basket {
    background: #f7f7f9;
    display: block;
    float: left;
    width: 40px;
    border-left: 0px;
    border-right: 0px;
    box-shadow: none;
    border-radius: 0;
    padding: 7px 5px 7px;
    text-align: center;
}

.bxr-quantity-button-plus-big-basket, .bxr-quantity-button-minus-big-basket {
    padding: 6px 3px;
    border: 1px solid #e0e0e0;
    background: #FFF;
    display: block;
    float: left;
    width: 20px;
    font-size: 14px !important;
    line-height: 24px;
    color: #000 !important;
    text-align: center;
    text-decoration: none !important;
}

.bxr-quantity-button-plus-big-basket {
    border-radius: 0px 4px 4px 0px
}

.bxr-quantity-button-minus-big-basket {
    border-radius: 4px 0px 0px 4px;
}

.bxr-quantity-button-plus-big-basket:active, .bxr-quantity-button-minus-big-basket:active
.bxr-quantity-button-plus-big-basket:hover, .bxr-quantity-button-minus-big-basket:hover {
    color: #000 !important;
    text-decoration: none !important;
}

.bxr-icon-button-delete-big-baske, .bxr-icon-button-delay-big-baske, .bxr-icon-baske-delay-big-baske {
    padding: 5px 5px;
    font-size: 14px !important;
    line-height: 24px;
    color: #000 !important;
    display: block;
    font-weight: bold;
    width: 30px;
    text-align: center;
    background: #f6f6f6;
    margin-bottom: 5px;
}

.bxr-icon-button-delete-big-baske:hover, .bxr-icon-button-delay-big-baske:hover, .bxr-icon-baske-delay-big-baske:hover {
    background: #f2f2f2;
}

.bxr-icon-button-delete-big-baske {
    color: #AA0000 !important;
}

.print_order {
    margin-right: 10px;
}

#basket_form .min-order-price-notify {
    border: 1px solid rgba(255, 20, 0, 0.13);
    border-radius: 4px;
    padding: 20px;
    margin: 0;
    margin-bottom: 20px;
    background: #f2dede;
    color: #a94442;
}

.bxr-icon-button-basket {
    display: inline-block;
    width: 38px;
    height: 38px;
    line-height: 36px;
    text-align: center;
    background: #fff;
    color: #636363;
    border-radius: 4px;
}

.bxr-icon-button-basket:not(:hover) {
    border: 1px solid #dfdfdf;
}

.bxr-icon-button-delay-big-basket, .bxr-icon-button-add-big-basket {
    margin-right: 10px;
    line-height: 38px;
}

.bxr-icon-button-delete-big-basket {
    color: #f94b4b;
    position: relative;
    top: -1px;
}

.bxr-delayed
, .bxr-one-click-order-basket {
    border-radius: 4px;
    padding: 10px 13px 9px;
    margin-left: 14px;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
    text-decoration: none;
}

#basket_toolbar_button
, #basket_toolbar_button_delayed
, .bxr-one-click-order-basket {
    text-transform: none;
    font-weight: normal;
}

#basket_toolbar_button {
    padding: 10px 13px 10px;
}

.bxr-delayed {
    padding: 9px 13px 9px;
}

.bxr-one-click-order-basket:hover {
    text-decoration: underline;
}

.bxr-basket-qty {
    display: inline-block;
}

.bx_ordercart .bx_ordercart_order_table_container tbody td.control {
    position: relative;
    /*top: 4px;*/
}

.bx_ordercart_coupon a {
    position: relative;
    top: 1px;
}

.bx-basket-qty-line {
    position: relative;
    top: 4px;
}

.bxr-measure {
    margin-top: -4px;
    width: 80px;
    text-align: center;
}

@media (min-width: 1920px) {
    .bxr-price-line {
        min-width: 120px;
    }
}

.bxr-center {
    text-align: center;
}

/*start mobile styles*/
@media (max-width: 767px) {
    .bx-touch .bx_ordercart .bx_sort_container span {
        margin-bottom: 10px;
    }

    .bx-touch .bx_ordercart .bx_sort_container a
    , #basket_toolbar_button {
        margin-right: 0px;
        display: inline-block;
    }

    .bx-touch .bx_ordercart .bx_sort_container a#basket_toolbar_button {
        margin-right: 8px;
    }

    .bx_ordercart .bx_ordercart_photo_container {
        border: none;
    }

    .bx-touch .bx_ordercart .bx_ordercart_order_table_container tbody td.custom span {
        font-weight: normal;
    }

    .bxr-price-line
    , .bxr-price-line {
        text-align: center;
    }

    .bxr-center-mobile {
        text-align: center !important;
    }

    .bx-touch .bx_ordercart .bx_ordercart_order_table_container tbody td.custom span {
        float: none;
        margin-right: 0;
    }

    .bx-touch .bx_ordercart .bx_ordercart_order_table_container tbody td.price .old_price {
        font-size: 13px;
    }

    .bxr-measure {
        width: 100%;
    }

    .bx_ordercart .bx_ordercart_coupon input {
        width: 100%;
        max-width: 195px;
        margin-bottom: 10px;
    }

    .bx_ordercart_coupon a
    , .bxr-discount-value
    , .bxr-sum-price
    , .old_price {
        display: inline-block;
    }

    .bx_ordercart .bx_ordercart_order_pay_center {
        text-align: center;
    }

    .bx_ordercart .bx_ordercart_order_pay_center span
    , .bx_ordercart .bx_ordercart_order_pay_center a {
        display: inline-block;
        line-height: 1;
        margin: 0;
        margin-bottom: 10px;
        padding: 12px 13px;
    }

    .bxr-icon-button-delay-big-basket, .bxr-icon-button-add-big-basket {
         margin-right: 0px;
        margin-bottom: 10px;
    }

    .bx_ordercart_coupon a {
        position: relative;
        top: -4px;
        padding: 10px 13px 9px;
    }
}
.howtoPromo-btn, .showPromo-btn {
    border-bottom: 1px dashed;
    text-decoration: none !important;
}

@media screen and (min-width: 450px) {
    .showPromo-block {
        padding: 25px;
    }
}
/*end mobile styles*/

.form_promocode .form_promocode_input {position:relative;}
.form_promocode .form_promocode_input svg {
    display: none;
    position: absolute;
    width: 14px;
    height: 14px;
    right: 20px;
    top: 16px;
    cursor: pointer;
    fill: #E6E9EA;
}

.counter.error_block {}
.counter.error_block a.plus {background-color: #F7F7F7;opacity: 0.5;}

.item .deleted .basket_item_delete {
    position: relative;
    top: auto;
    right: auto;
    margin-left: 10px;
}
/* End */


/* Start:/local/templates/crazy-fish_012022/components/bitrix/system.pagenavigation/.default/style.css?16872782091281*/
.navigation-pages {
    display: inline-block;
    position: relative;
    margin: 20px 0 20px 0;
}

.bxr-top-pager .navigation-pages {
    margin-top: 0px;
}

.navigation-pages :first-child, .navigation-pages .first-current-page {
    border-radius: 4px 0px 0px 4px;
}

.navigation-pages :last-child, .navigation-pages .last-current-page {
    border-radius: 0px 4px 4px 0px;
}

.navigation-pages .nav-current-page {
    display: inline-block;
    font-size: 14px;
    width: 42px;
    padding: 5px 0;
    text-align: center;
    display: block;
    float: left;
}

.navigation-page-other, .navigation-pages a {
    display: block;
    float: left;
    font-size: 14px;
    width: 42px;
    padding: 5px 0;
    text-align: center;
    color: #797979;
    border: 1px solid #e0e0e0;
}

.navigation-pages a:not(:last-child), .navigation-page-other {
    border-right: 0;
}

.navigation-page-all:hover, .navigation-pages a:hover, .navigation-page-all:active, .navigation-pages a:active, .navigation-page-all:visited, .navigation-pages a:visited {
    text-decoration: none;
}

@media (max-width: 768px) {
    .navigation {
        text-align: center;
    }

    .navigation-page-other
    , .navigation-pages a
    , .navigation-pages .nav-current-page {
        width: 26px;
    }
}
/* End */


/* Start:/local/templates/crazy-fish_012022/components/bitrix/catalog.section/slider_in_cart/style.css?1687278209965*/
.catalog-section-header {
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    margin: 5px 0;
    padding: 5px 15px;
    border-bottom: 2px solid #d9dee6;
    color: #000;
}

.row::before {
    display: initial;
}

.d-none {
    display: none !important;
}

.quantity-block {
    max-width: 135px;
    display: flex;
    height: auto;
    min-height: 45px;
    position: absolute;
    width: 100%;
}

.quantity-block .quantity-btn {
    width: 100%;
    border: solid 1px #E6E9EA;
    background: #fff;
    font-size: 30px;
}

.quantity-block .bxr-quantity-text {
    max-width: 45px;
    background: #E6E9EA;
    border: none;
    text-align: center;
    font-size: 16px;
    color: #000;
    font-weight: 600;
}

.quantity-block .bxr-quantity-button-minus {
    line-height: 0;
}

.slide-name {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.slide-name_link {
    font-size: 16px;
    font-weight: normal;
}
/* End */


/* Start:/local/templates/crazy-fish_012022/components/bitrix/catalog.item/catalogCard/style.css?1687278209174*/
.product-item .add-to-cart.js-disabled,
.product-item .add-to-cart.js-disabled:hover {
    background-color: #c0c0c0;
}
.out-of-stock-label{
    background-color: #c0c0c0;
}

/* End */


/* Start:/bitrix/templates/.default/components/api/reviews.element.rating/line/theme/flat/style.css?168727824610910*/
/* General
 ========================================================================== */
.api-reviews-element-rating *{ -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.api-reviews-element-rating{
	overflow: hidden; margin-bottom: 15px; border: 1px solid #ddd; padding: 15px;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.api-reviews-element-rating.api-hide-border{padding: 3px 0; border: 0;-webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none;}
.api-reviews-element-rating .api-row + .api-row{ margin-top: 15px }
.api-reviews-element-rating .api-rating > div{ display: inline-block; vertical-align: middle }
.api-reviews-element-rating .api-average span{ font-size: 16px; font-weight: bold; display: inline-block;}
.api-reviews-element-rating .api-average a{color: #333; text-decoration: none; border-bottom: 1px dotted #0c0c0c;}
.api-reviews-element-rating .api-average a:hover{border-bottom: 1px solid #0c0c0c;}
.api-reviews-element-rating .api-stars-empty{ height: 21px; width: 110px; display: block; margin-right: 5px }
.api-reviews-element-rating .api-stars-full{ height: 21px; display: block; width: 0; }
/* .api-info */
.api-reviews-element-rating .api-info .api-info-row{ position: relative; padding: 5px 0 }
.api-reviews-element-rating .api-info .api-info-title{ position: absolute; left: 0; bottom: 0; top: 50%; margin-top: -12.5px }
.api-reviews-element-rating .api-info .api-info-progress{ background: #ececec; height: 18px; margin: 0 55px 0 40px; overflow: hidden; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; }
.api-reviews-element-rating .api-info .api-info-qty{ position: absolute; right: 0; top: 0; bottom: 0; font-weight: bold; font-size: 14px; line-height: 30px; min-width: 45px; }
.api-reviews-element-rating .api-info .api-info-bar{ float: left; height: 100%; width: 0; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; }
/* .api-icon-star */
.api-reviews-element-rating .api-info .api-icon-star{ display: block; width: 27px; height: 25px; }
.api-reviews-element-rating .api-info .api-icon-star5{ background-position: -110px 0; }
.api-reviews-element-rating .api-info .api-icon-star4{ background-position: -110px -25px; }
.api-reviews-element-rating .api-info .api-icon-star3{ background-position: -110px -50px; }
.api-reviews-element-rating .api-info .api-icon-star2{ background-position: -110px -75px; }
.api-reviews-element-rating .api-info .api-icon-star1{ background-position: -110px -100px; }
/* Color
 ========================================================================== */
.arelrating-color-orange1 .api-icon-star{ background: url("/bitrix/images/api.reviews/flat/orange1/sprite.png") no-repeat 0 0 transparent; }
.arelrating-color-orange1 .api-stars-empty{ background: url("/bitrix/images/api.reviews/flat/orange1/sprite.png") no-repeat 0 -15px; }
.arelrating-color-orange1 .api-stars-full{ background: url("/bitrix/images/api.reviews/flat/orange1/sprite.png") no-repeat 0 -36px; }
.arelrating-color-orange1 .api-info .api-info-bar{ background-color: #f66128; }

.arelrating-color-orange2 .api-icon-star{ background: url("/bitrix/images/api.reviews/flat/orange2/sprite.png") no-repeat 0 0 transparent; }
.arelrating-color-orange2 .api-stars-empty{ background: url("/bitrix/images/api.reviews/flat/orange2/sprite.png") no-repeat 0 -15px; }
.arelrating-color-orange2 .api-stars-full{ background: url("/bitrix/images/api.reviews/flat/orange2/sprite.png") no-repeat 0 -36px; }
.arelrating-color-orange2 .api-info .api-info-bar5{ background-color: #79c471; }
.arelrating-color-orange2 .api-info .api-info-bar4{ background-color: #3fbcef; }
.arelrating-color-orange2 .api-info .api-info-bar3{ background-color: #c790b9; }
.arelrating-color-orange2 .api-info .api-info-bar2{ background-color: #ef9c00; }
.arelrating-color-orange2 .api-info .api-info-bar1{ background-color: #f66128; }

.arelrating-color-orange3 .api-icon-star{ background: url("/bitrix/images/api.reviews/flat/orange3/sprite.png") no-repeat 0 0 transparent; }
.arelrating-color-orange3 .api-stars-empty{ background: url("/bitrix/images/api.reviews/flat/orange3/sprite.png") no-repeat 0 -15px; }
.arelrating-color-orange3 .api-stars-full{ background: url("/bitrix/images/api.reviews/flat/orange3/sprite.png") no-repeat 0 -36px; }
.arelrating-color-orange3 .api-info .api-info-bar5{ background-color: #79c471; }
.arelrating-color-orange3 .api-info .api-info-bar4{ background-color: #3fbcef; }
.arelrating-color-orange3 .api-info .api-info-bar3{ background-color: #c790b9; }
.arelrating-color-orange3 .api-info .api-info-bar2{ background-color: #ef9c00; }
.arelrating-color-orange3 .api-info .api-info-bar1{ background-color: #f66128; }

.arelrating-color-blue1 .api-icon-star{ background: url("/bitrix/images/api.reviews/flat/blue1/sprite.png") no-repeat 0 0 transparent; }
.arelrating-color-blue1 .api-stars-empty{ background: url("/bitrix/images/api.reviews/flat/blue1/sprite.png") no-repeat 0 -15px; }
.arelrating-color-blue1 .api-stars-full{ background: url("/bitrix/images/api.reviews/flat/blue1/sprite.png") no-repeat 0 -36px; }
.arelrating-color-blue1 .api-info .api-info-bar{ background-color: #33b5e5; border: 1px solid #1e1e1e; }

.arelrating-color-blue2 .api-icon-star{ background: url("/bitrix/images/api.reviews/flat/blue2/sprite.png") no-repeat 0 0 transparent; }
.arelrating-color-blue2 .api-stars-empty{ background: url("/bitrix/images/api.reviews/flat/blue2/sprite.png") no-repeat 0 -15px; }
.arelrating-color-blue2 .api-stars-full{ background: url("/bitrix/images/api.reviews/flat/blue2/sprite.png") no-repeat 0 -36px; }
.arelrating-color-blue2 .api-info .api-info-bar{ background-color: #0083d1; }

.arelrating-color-blue3 .api-icon-star{ background: url("/bitrix/images/api.reviews/flat/blue3/sprite.png") no-repeat 0 0 transparent; }
.arelrating-color-blue3 .api-stars-empty{ background: url("/bitrix/images/api.reviews/flat/blue3/sprite.png") no-repeat 0 -15px; }
.arelrating-color-blue3 .api-stars-full{ background: url("/bitrix/images/api.reviews/flat/blue3/sprite.png") no-repeat 0 -36px; }
.arelrating-color-blue3 .api-info .api-info-bar{ background-color: #3fbcef; }

.arelrating-color-black1 .api-icon-star{ background: url("/bitrix/images/api.reviews/flat/black1/sprite.png") no-repeat 0 0 transparent; }
.arelrating-color-black1 .api-stars-empty{ background: url("/bitrix/images/api.reviews/flat/black1/sprite.png") no-repeat 0 -15px; }
.arelrating-color-black1 .api-stars-full{ background: url("/bitrix/images/api.reviews/flat/black1/sprite.png") no-repeat 0 -36px; }
.arelrating-color-black1 .api-info .api-info-bar{ background-color: #222; }

.arelrating-color-red1 .api-icon-star{ background: url("/bitrix/images/api.reviews/flat/red1/sprite.png") no-repeat 0 0 transparent; }
.arelrating-color-red1 .api-stars-empty{ background: url("/bitrix/images/api.reviews/flat/red1/sprite.png") no-repeat 0 -15px; }
.arelrating-color-red1 .api-stars-full{ background: url("/bitrix/images/api.reviews/flat/red1/sprite.png") no-repeat 0 -36px; }
.arelrating-color-red1 .api-info .api-info-bar{ background-color: #ed1c24; }

.arelrating-color-pink1 .api-icon-star{ background: url("/bitrix/images/api.reviews/flat/pink1/sprite.png") no-repeat 0 0 transparent; }
.arelrating-color-pink1 .api-stars-empty{ background: url("/bitrix/images/api.reviews/flat/pink1/sprite.png") no-repeat 0 -15px; }
.arelrating-color-pink1 .api-stars-full{ background: url("/bitrix/images/api.reviews/flat/pink1/sprite.png") no-repeat 0 -36px; }
.arelrating-color-pink1 .api-info .api-info-bar{ background-color: #ff28a8; }

.arelrating-color-yellow1 .api-icon-star{ background: url("/bitrix/images/api.reviews/flat/yellow1/sprite.png") no-repeat 0 0 transparent; }
.arelrating-color-yellow1 .api-stars-empty{ background: url("/bitrix/images/api.reviews/flat/yellow1/sprite.png") no-repeat 0 -15px; }
.arelrating-color-yellow1 .api-stars-full{ background: url("/bitrix/images/api.reviews/flat/yellow1/sprite.png") no-repeat 0 -36px; }
.arelrating-color-yellow1 .api-info .api-info-bar{ background-color: #ffc733; }

.arelrating-color-green1 .api-icon-star{ background: url("/bitrix/images/api.reviews/flat/green1/sprite.png") no-repeat 0 0 transparent; }
.arelrating-color-green1 .api-stars-empty{ background: url("/bitrix/images/api.reviews/flat/green1/sprite.png") no-repeat 0 -15px; }
.arelrating-color-green1 .api-stars-full{ background: url("/bitrix/images/api.reviews/flat/green1/sprite.png") no-repeat 0 -36px; }
.arelrating-color-green1 .api-info .api-info-bar{ background-color: #79c471; }

.arelrating-color-green2 .api-icon-star{ background: url("/bitrix/images/api.reviews/flat/green2/sprite.png") no-repeat 0 0 transparent; }
.arelrating-color-green2 .api-stars-empty{ background: url("/bitrix/images/api.reviews/flat/green2/sprite.png") no-repeat 0 -15px; }
.arelrating-color-green2 .api-stars-full{ background: url("/bitrix/images/api.reviews/flat/green2/sprite.png") no-repeat 0 -36px; }
.arelrating-color-green2 .api-info .api-info-bar5{ background-color: #57bb8a; }
.arelrating-color-green2 .api-info .api-info-bar4{ background-color: #9ace6a; }
.arelrating-color-green2 .api-info .api-info-bar3{ background-color: #ffeb3b; }
.arelrating-color-green2 .api-info .api-info-bar2{ background-color: #ffbb50; }
.arelrating-color-green2 .api-info .api-info-bar1{ background-color: #ff8a65; }

.arelrating-color-green3 .api-icon-star{ background: url("/bitrix/images/api.reviews/flat/green3/sprite.png") no-repeat 0 0 transparent; }
.arelrating-color-green3 .api-stars-empty{ background: url("/bitrix/images/api.reviews/flat/green3/sprite.png") no-repeat 0 -15px; }
.arelrating-color-green3 .api-stars-full{ background: url("/bitrix/images/api.reviews/flat/green3/sprite.png") no-repeat 0 -36px; }
.arelrating-color-green3 .api-info .api-info-bar5{ background-color: #57bb8a; }
.arelrating-color-green3 .api-info .api-info-bar4{ background-color: #9ace6a; }
.arelrating-color-green3 .api-info .api-info-bar3{ background-color: #ffeb3b; }
.arelrating-color-green3 .api-info .api-info-bar2{ background-color: #ffbb50; }
.arelrating-color-green3 .api-info .api-info-bar1{ background-color: #ff8a65; }

.arelrating-color-purple1 .api-icon-star{ background: url("/bitrix/images/api.reviews/flat/purple1/sprite.png") no-repeat 0 0 transparent; }
.arelrating-color-purple1 .api-stars-empty{ background: url("/bitrix/images/api.reviews/flat/purple1/sprite.png") no-repeat 0 -15px; }
.arelrating-color-purple1 .api-stars-full{ background: url("/bitrix/images/api.reviews/flat/purple1/sprite.png") no-repeat 0 -36px; }
.arelrating-color-purple1 .api-info .api-info-bar{ background-color: #c790b9; }
/* End */


/* Start:/local/templates/crazy-fish_012022/components/bxready.market2/catalog.product.subscribe/.default/style.css?16872782092397*/
/* Button */
.bxr-subscribe-wrap  .bxr-detail-subscribe {
    cursor: pointer;   
    font-size: 13px;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 4px;
    padding: 11px 13px 9px;
    display: inline-block;    
    margin-bottom: 6px;
}
.bx-catalog-popup-content
{
    width: 90%;
    max-width: 280px;
}
/* Subscribe popup */
.bx-catalog-subscribe-form-container-label
{
    font-size:13px;
    color: #5a6c77;
    padding-bottom: 2px;
}
.bx-filter-param-label
{
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;
}
.bx-catalog-subscribe-form-container-input
{
    position: relative;
}
.bx-catalog-subscribe-form-container-input input[type="text"] {
    display: block;
    width: 100%;
    font-size: 18px;
    height: 38px;
    margin: 0;
    padding: 0 4px;
    border: 1px solid #CCD5DB;
    border-radius: 2px;
    background: #f8fafc;
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.bx-catalog-subscribe-form-star-required {
    color: #d93333;
}
.bx-catalog-subscribe-form-container .bx-captcha{
    margin-bottom: 10px;
}
.bx-catalog-popup-message
{
    font-weight: bold;
    min-width: 240px;
    margin: 0 0 0;
}

/* Alert style */
.bx-catalog-subscribe-alert {
    background-color: #edf6fc;
    color: #000;
    font-size: 15px;
    min-height: 45px;
    text-align: center;
    padding: 12px 40px 12px 60px;
    position: relative;
    width: 280px;
}
.bx-catalog-subscribe-aligner {
    display: inline-block;
    height: 45px;
    margin-left: -1px;
    vertical-align: middle;
    width: 1px;
}
.bx-catalog-subscribe-alert-text {
    display: inline-block;
    vertical-align: middle;
}
.bx-catalog-subscribe-alert-footer {
    text-align: center;
}
.bx-catalog-subscribe-alert-popup {
    background-color: #edf6fc !important;
    border: 1px solid #edf6fc !important;
    border-radius: 3px !important;
    -webkit-box-shadow: 0 19px 24px rgba(88, 112, 118, 0.17) !important;
    box-shadow: 0 19px 24px rgba(88, 112, 118, 0.17) !important;
}

.popup-window-content .bx-catalog-popup-content {
    padding: 20px 0 0;
}

.popup-window-titlebar-text {
    color: #fff;
}

.popup-window-buttons .bxr-color-button {
    border: none;
}

.popup-window-buttons .btn-primary {
    border: none;
    margin-right: 20px;
}
/* End */
/* /local/templates/crazy-fish_012022/components/bitrix/sale.basket.basket/bxr-market/style.css?170065156034666 */
/* /local/templates/crazy-fish_012022/components/bitrix/system.pagenavigation/.default/style.css?16872782091281 */
/* /local/templates/crazy-fish_012022/components/bitrix/catalog.section/slider_in_cart/style.css?1687278209965 */
/* /local/templates/crazy-fish_012022/components/bitrix/catalog.item/catalogCard/style.css?1687278209174 */
/* /bitrix/templates/.default/components/api/reviews.element.rating/line/theme/flat/style.css?168727824610910 */
/* /local/templates/crazy-fish_012022/components/bxready.market2/catalog.product.subscribe/.default/style.css?16872782092397 */
