

/* Start:/bitrix/templates/newwindows2/components/prvolga.newwindows2/universal.basket/.default/style.css?17363873567167*/
.basket_container{
    /* padding-top:40px; */
    padding-bottom:40px;
}
@media (min-width: 576px) {
    .basket_container .empty_block {
        padding:0px 50px;
    }
}
.basket_head_container {
    padding:0px 25px 20px 20px;
}
.basket_content_block .table_head {
    border-bottom:0px;
    border-top:0px;
    font-weight:normal;
    padding-bottom:7px;
    text-transform:uppercase;
    font-size:0.857142em;
}
.basket_content_block .table_head .table_head_name {
    -ms-flex: 0 0 calc(100% - 140px);
    flex: 0 0 calc(100% - 140px);
    max-width: calc(100% - 140px);
    margin-left: 140px;
}
.basket_item_container {
    margin-bottom:20px;
    border:1px solid #EEF1F4;
    padding: 17px 25px 17px 20px;
    position:relative;
}
.basket_content_block .basket_item .basket_item_image {
    text-align:center;
    margin-bottom:10px;
    position: relative;
}
.cart_item_image--sale-default{
    position: absolute;
    top: 0px;
    left: 10px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    background-color: #e32330;
    color: #fff;
    width: 35px;
    height: 35px;
    display: flex;
    font-weight: bold;
    align-items: center;
    justify-content: center;
}
.cart_item_price--old-default{
    color: #757575;
    font-size: 0.842857em;
    line-height: 1;
    text-decoration: line-through;
    margin-top: 10px;
}
.basket_content_block .basket_item .basket_item_name {
    text-align:center;
    margin-bottom:10px;
}
@media (min-width: 576px) {
    .basket_content_block .basket_item .basket_item_image {
        max-width: 140px;
        -ms-flex: 0 0 140px;
        flex: 0 0 140px;
        margin-bottom:0px;
    }
    .basket_content_block .basket_item .basket_item_infoblock {
        -ms-flex: 0 0 calc(100% - 140px);
        flex: 0 0 calc(100% - 140px);
        max-width: calc(100% - 140px);
    }
    .basket_content_block .basket_item .basket_item_name {
        text-align:left;
    }
}
@media (min-width: 992px) {
    .basket_content_block .basket_item .basket_item_name {
        margin-bottom:0px;
    }
}
.basket_content_block .basket_item .basket_item_remove {
    position:absolute;
    right:0px;
    top:0px;
    display:block;
}
.basket_item_remove .cart_item_remove{
    width: 34px;
    height: 34px;
    display: block;
    margin: 0px;
    padding: 10px;
}
.basket_name_block {
    font-size: 1.2857em;
    font-weight: bold;
}
.basket_name_block a{
    color: #212121;
}
.basket_name_block a:hover{
    text-decoration: none;
}
.basket_name_block_type{
    font-size:1.142857em;
    margin-bottom:12px;
}
.basket_item_in_stock {
    color:#0A9200;
    text-transform:uppercase;
    font-size:0.857142em;
}
.basket_item_no_stock {
    color:#757575;
    text-transform:uppercase;
    font-size:0.857142em;
}
.basket_item_price,
.basket_item_sum {
    font-weight:bold;
    font-size:1.142857em;
}
.basket-item-text{
    font-size: 0.8em;
    font-weight: 400;
}
.basket-price-field--gray{
    color: #757575;
}
.basket_item_price,
.basket_item_sum,
.basket_item_counter {
    text-align:center;
    margin-bottom:10px;
}
.basket_item_counter .input-group {
    justify-content: center;
}
@media (min-width: 576px) {
    .basket_item_price,
    .basket_item_sum,
    .basket_item_counter {
        text-align:left;
    }
    .basket_item_counter .input-group {
        justify-content: flex-start;
    }
}
@media (min-width: 768px) {
    .basket_item_price,
    .basket_item_sum,
    .basket_item_counter {
        margin-bottom:0px;
    }
}
.basket-price-block{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.basket-full-sum{
    text-decoration: line-through;
    font-size: 1.4em;
    text-align: right;
}
.basket-economy-block{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.basket-economy-price{
    background: var(--prv_interactive_color);
    color: #fff;
    padding: 5px 10px;
    margin-left: 8px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.basket_item_sum_block-economy{
    background: var(--prv_interactive_color);
    color: #fff;
    padding: 5px 10px;
    font-weight: 400;
    font-size: 0.8em;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.cart_svg_image {
    max-width:65px;
    width:100%;
    margin:0 auto;
}
.cart_svg_image .cart-1 {
    fill: #757575;
}
.cart_empry_header {
    font-size:20px;
    color:#212121;
    margin-bottom: 15px;
}
.cart_empry_description {
    color:#757575;
    margin-bottom:25px;
}

.basket_all_sum_container {
    width:100%;
    padding:27px 30px 30px 30px;
    border:1px solid #EEF1F4;
}
.basket_clear_block {
    background-color:#FBFCFD;
}
.basket_order {
    font-weight:bold;
    font-size:1.428571em;
}
.basket_all_remove {
    display:block;
    color:var(--prv_btn_color);
    text-transform:uppercase;
    text-decoration:none;
    font-size:0.857142em;
    line-height:1.33em;
}
.basket_all_remove:hover,
.basket_all_remove:focus {
    text-decoration:underline;
}
.basket_sum_block {
    border-top:0;
    margin-bottom:20px;
}
.basket_all_sum_text {
    font-size:1.285714em;
    font-weight:bold;
    margin-right:20px;
    flex-grow:0;
    flex-shrink:0;
}
.basket_block-sidebar{
    position: relative;
}
.basket_block-sidebar--fixed{
    position: sticky;
    top: 110px;
}
.basket_all_sum_line {
    width:100%;
    height:2px;
    background-image:url('/bitrix/templates/newwindows2/components/prvolga.newwindows2/universal.basket/.default/line.png');
    background-repeat:repeat-x;
    background-position:left top;
    flex-grow:10;
    flex-shrink:10;
}
.basket_all_sum_price{
    font-size:1.5em;
    font-weight:bold;
    margin-left:20px;
    flex-grow:0;
    flex-shrink:0;
}
.basket_content_block .basket_item_counter .btn-outline-secondary.btn,
.basket_content_block .basket_item_counter .btn-outline-secondary.btn:focus,
.basket_content_block .basket_item_counter .btn-outline-secondary.btn:active,
.basket_content_block .basket_item_counter .btn-outline-secondary.btn:active:focus,
.basket_content_block .basket_item_counter .btn-outline-secondary.btn.active{
    background-color:#F8F9FB;
    border:1px solid #E9E9E9;
    color:#757575;
    padding:8px;
    font-size:12px;
    box-shadow:none;
}
.basket_content_block .basket_item_counter .btn-outline-secondary.btn:hover {
    background-color:var(--prv_color);
    border-color:var(--prv_color);
    color:#fff;
}
.basket_item_counter .form-control.basket_count,
.basket_item_counter .form-control.basket_count:focus,
.basket_item_counter .form-control.basket_count:hover {
    background-color:#F8F9FB;
    border-top:1px solid #E9E9E9;
    border-bottom:1px solid #E9E9E9;
    border-left:0px;
    border-right:0px;
    color:#757575;
    outline:none;
    box-shadow:none;
    width:60px;
    max-width:60px;
    text-align:center;
    flex:0;
}
.basket_item_counter .input-group-prepend .btn{
    border-top-left-radius:3px;
    border-bottom-left-radius:3px;
    border-right:0!important;
}
.basket_item_counter .input-group-append .btn{
    border-top-right-radius:3px;
    border-bottom-right-radius:3px;
    border-left:0!important;
}

/* End */
/* /bitrix/templates/newwindows2/components/prvolga.newwindows2/universal.basket/.default/style.css?17363873567167 */
