.background-red {
    background-color: tomato;
}

.background-yellow {
    background-color: #FFD700;
}

.background-green {
    background-color: #00FF7F;
}

.background-gray {
    background-color: #D3D3D3;
}


#mobileCompare {
    display: none;
}

.cart .heading, .cart .heading .total {
    white-space: nowrap;
}
#smartFilter .paramsBox.logic {
    padding-right: 85px;
}

.productSpecialTime {
    top: 72px !important;
}

.sCheck {
    right: 4px !important;
}

.savings .percent  {
    position: absolute;
    top: 45px;
    right: 4px;
    width: 30px;
    height: 30px;
    background: #ff6300;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 10px;
}

.savings .percent.oval {
    border-radius: 20px;
    width: 40px;
    height: 18px;
    background: transparent;
    border: 2px solid #ff6300;
    color: #ff6300;
    position: static;
    display: inline-flex;
    margin-left: 10px;
    margin-bottom: 0px;
}

#sum .savings .percent {
    position: static;
    display: inline-flex;
}

#wProduct .savings .percent{
    right: 10px;
}

#setCarousel .savings .percent {
    right: 2px;
}

.setTools .savings .percent {
    position: static;
    display: inline-flex;
}

.item.product .savings .percent {
    /*top: 23px;*/
	top: 35px;
    right: 10px;
}

#personalCart .item.product .savings .percent {
    top: 45px;
}

#set .setTools .price #setDisnt {
    padding-left: 0px;
    font-family: 'roboto_condensedlight';
}

#set .setTools .price {
    display: grid;
    grid-template-rows: 1fr 1fr;
}

#set .setTools .price>span {
    line-height: 1;
    padding-bottom: 5px;
}


#basketProductList .product .savings {
    display: flex;
    flex-wrap: wrap;
    height: 8px;
    line-height: 0;
    align-items: flex-end;
    margin-bottom: 10px;
}

#basketProductList .percent {
    right: 6px;
}

.savings .economy, .savings .discount, .productColText .savingsContainer, #setWindowPrice .discount, #personalCart .baseSum {
    font-family: 'roboto_condensedlight';
    font-size: 14px;
    color: #888888;
    white-space: nowrap;
    margin-right: 12px;
}

.savings .economy {
    white-space: unset;
}

.savings .economy>span {
    white-space: nowrap;
}

.setWindowTable .middle {
    vertical-align: baseline;
}

span.price {
    margin-bottom: 10px;
}

#set .setList .setElement .savings {
    height: 36px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}

.orderLine.top .hd, .orderLine.top #sum .label {
    display: none;
}

.orderLine.top span.price.price_busket {
    display: grid;
}

span.price.price_busket {
    display: inline-flex;
 #   line-height: 1.3;
    line-height: 0;
    height: 70%;
    align-items: center;
    flex-wrap: wrap;
}

#set #setWindowTable .price, #set #setWindowTable .savings {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}

#set .setList .setElement .savings>*:first-child, 
#set #setWindowTable .savings>*:first-child,
#basketProductList .product .savings>*:first-child {
    margin-right: 5px;
}

#set #setWindowTable .price .discount {
    padding-left: 0;
}

.qty-set-window {
    margin-bottom: 15px;
    display: block;
}

#setWindowPrice {
    height: auto;
}

#setWindowPrice ul {
    display: flex;
    justify-content: space-between;
}

#setWindowPrice .discount {
    margin: 0;
    padding: 0;
}

#setWindowPrice .price {
    position: relative;
    display: grid;
    line-height: 1;
    margin-top: 10px;
    grid-gap: 5px;
}

#setWindowPrice .savings {
    text-align: left;
    display: flex;
    align-items: center;
    grid-gap: 10px;
}

#setWindowPrice .addCart, #setWindowPrice .closeWindow {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#setWindowPrice .price .savings .percent {
    top: -1px;
    right: -45px;
    height: 16px;
    color: #fff;
    border-color: #fff;
    vertical-align: bottom;
}

.orderLine .discountSum {
    background: none;
    color: #888;
    font-size: 14px;
    margin-left: 0;
    padding-left: 0;
}

.viewcode {
    font-size: 14px;
    z-index: 1;   
}

.product .tabloid .price {
    font-size: 16px;
}

*:not(.article)>.viewcode {
    display: none;
}

#right .cartGifts .heading {
    background-color: #fff;
    color: #000;
}

.delivery_list {
    border: 1px solid #f2f2f2;
    margin-top: 12px;
    box-sizing: border-box;
    width: 80%;
    border-radius: 3px;
}

.delivery_list span {
    margin-top: 0;
    background-color: #f9f9f9;    
    padding: 10px;    
}

.delivery_list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.delivery_list li {
    padding: 10px;
}

.delivery_list li:not(:last-child) {
    border-bottom: 1px solid #f2f2f2;
}

#nextSection .title, #smartFilter .heading {
    position: relative;
    font-family: 'robotobold';
    text-transform: uppercase;
    background: #f3f3f3;
    text-align: center;
    padding-left: 0px;
    cursor: pointer;
    font-size: 14px;
    color: #000000;
}

#nextSection .title:after, #smartFilter .heading:after {
    background-image: url(/local/components/dresscode/catalog.item/templates/detail/images/mobile-tab-hide.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: #ffffff;
    border-radius: 25px;
    position: absolute;
    display: block;
    margin: auto;
    content: "";
    height: 25px;
    width: 25px;
    bottom: 0px;
    right: 12px;
    top: 0px;
}

#nextSection .title.active:after, #smartFilter .heading.active:after {
    background-image: url(/local/components/dresscode/catalog.item/templates/detail/images/mobile-tab-show.png);
}

#personalCart .orderLine #sum {
    height: 100%;
}



.basketError{
	background-color: rgba(0, 0, 0, 0.298);
	display: none;
	height: 100%;
	left: 0px;
	overflow: visible;
	position: fixed;
	top: 0px;
	width: 100%;
	z-index: 1500;
}

.basketErrorContainer{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.500);
 	transform: translate(-50%, -50%);
	background-color: #ffffff;
	text-align: center;
	position: relative;
	overflow: hidden;
	padding: 24px;
	color: #000000;
	width: 420px;
	z-index: 999;
	left: 50%;
	top: 50%;
}

.basketErrorContainer .errorPicture{
	margin-bottom: 12px;
}

.basketErrorContainer .errorPicture img{
	max-height: 100%;
	max-width: 100%;
}

.basketErrorContainer .errorHeading{
	font-family: "robotobold";
	font-size: 18px;
	color: #000000;
}

.basketErrorContainer .errorMessage{
	margin-bottom: 12px;
	text-align: center;
	margin-top: 12px;
	font-size: 14px;
	padding: 0 12px;
	color: #000000;
}

.basketErrorContainer .errorClose{
	background-color: #424242;
    border-radius: 50%;
    position: absolute;
    display: block;
    right: -16px;
    height: 65px;
    width: 65px;
    top: -16px;
}

.basketErrorContainer .errorCloseLink{
	background: url("/bitrix/components/cd-market/sale.basket.basket/templates/.default/images/close.png") 0px 0px no-repeat transparent;
    position: absolute;
    display: block;
    height: 21px;
    width: 21px;
    right: 26px;
    top: 26px;
}

.basketErrorContainer .errorCloseLink:hover{
	background-position: 0px -21px;
}

.basketErrorContainer .errorCloseLink:active{
	background-position: 0px -42px;
}

.basketErrorContainer .basketErrorButton{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	display: block;
	height: 35px;
	line-height: 35px;
	text-align: center;
	color: #cccccc;
	background: #424242;
	width: 140px;
	text-decoration: none;
	margin: 0px auto 12px;
}

.basketErrorContainer .basketErrorButton:hover{
	background: #2b2b2b;
}

.basketErrorContainer .basketErrorButton:active{
	position: relative;
	top: 1px;
}

#leftMenu>li>.drop>.menuItems.menuPopularSec>li:after {
    display: none;
}

/* .menuPopularSec {
    padding-top: 15px !important;
} */


#catalogElement .fixContainer {
    width: 350px;
}

#set .savings, 
.priceContainer .savings {
    vertical-align: bottom;
}

.basketSumAndPercent {
    display: flex;
    align-items: center;
}

#elementTools .priceContainer {
    display: flex;
    align-items: center;
    line-height: 1;
}

#setWindow .setBtnLeft, #setWindow .setBtnRight {
    width: 34px;
}

#personalCart .tooltip {
    z-index: 20;
}

#scrollTable .propList li {
    line-height: 1.3;
    padding-top: 5px;
    padding-bottom: 5px;
    display: flex;
    align-items: center;
}

@media (max-width: 1024px) {
    #nextSection .title:after, #smartFilter .heading:after {
        display: none;
    }
    #catalogSection .itemRow,
    #catalogTableList .itemRow,
    #catalogLineList .itemRow {
        position: relative;
    }
    #catalogSection .addCompare.elem, 
    #catalogLineList .addCompare.elem,
    #catalogTableList .addCompare.elem  {
        z-index: 100;
        top: auto;
        left: auto;
        position: absolute;
        width: 20px;
        height: 20px;
        background: white;
        border: 1px solid #888;
        color: transparent;
        bottom: 5px;
        right: 0;
    }
    #catalogLineList .addCompare.elem {
        bottom: 65px;
    }
    #catalogSection .elem.added, 
    #catalogLineList .elem.added,
    #catalogTableList .elem.added {
        filter: invert(1) !important;
        overflow: hidden;
    }
    #catalogSection .addCompare.elem:before, 
    #catalogLineList .addCompare.elem:before,
    #catalogTableList .addCompare.elem:before {
        content: "";
        position: absolute;
        left: 3px;
        top: 1px;
        width: 15px;
        height: 20px;
        background: url(images/wishCompImage.png) 0 0 no-repeat;
        background-position: 0px -15px;
        transition: all 0.2s ease-in-out;
    }

    #catalogLineList .catalogLineSpecialTime {
        display: flex;
    }

    #catalogSection .addWishlist.elem, 
    #catalogLineList .addWishlist.elem,
    #catalogTableList .addWishlist.elem {
        z-index: 100;
        top: auto;
        left: auto;
        position: absolute;
        width: 20px;
        height: 20px;
        background: white;
        border: 1px solid #888;
        color: transparent;
        bottom: 5px;
        right: 35px;
    }
    #catalogLineList .addWishlist.elem {
        bottom: 65px;
        z-index: 1;
    }
    #catalogSection .addWishlist.elem:before, 
    #catalogLineList .addWishlist.elem:before,
    #catalogTableList .addWishlist.elem:before {
        content: "";
        position: absolute;
        left: 0px;
        top: 1px;
        width: 20px;
        height: 18px;
        background: url(images/wishCompImage.png) 0 0 no-repeat;
        background-position: 2px 2px;
        transition: all 0.2s ease-in-out;
    }    

    #catalogLineList .column.no-markers {
        vertical-align: baseline;		
    }	

    #main #smartFilter.opened {
        position: fixed;
        margin-top: 0 !important;
        top: 0;
        left: 0;
        bottom: 0;
        overflow-y: scroll;
    }
    #overlay {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: rgba(0, 0, 0, .6);
        z-index: 1000;
    }
    #smartFilterForm {
        display: flex;
        flex-direction: column;
    }
    #smartFilterControls {
        order: 0;
        margin: 0;
        margin-bottom: 10px;
    }
    #smartFilter .paramsBox {
        order: 1;
    }
    #smartFilter span.heading {
        padding: 0 25px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 115px;
        position: sticky;
        top: 0;
        z-index: 2;
        line-height: 25px;
    }
    span#closeFilter {
        background: #aaa;
        width: 40px;
        position: absolute;
        right: 0;
        top: 0;
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    div#productCount>span {
        margin-left: 10px;
    }
    #compareBlock #mobileCompare .leftTools a, .empty-fixedHeader .leftTools a {
        display: block;
        margin: auto;
        margin-bottom: 12px;
        width: 24vw;
        min-width: auto;
    }
    #compareCheck,
    #compareTools {
        display: none;
    }
    #basketProductList .product .name {
        width: calc(100% - 20px);
    }
    #basketProductList .product .picture {
        margin-top: 0;
    }
    .product .picture img {
        display: block;
        margin: auto;
    }
}


@media (max-width: 820px) {

    .delivery_list, .delivery_text {
        width: 90%;
        margin: 12px auto;
    }
}

@media (max-width: 800px) {
    .savings .percent {
        right: 6px;
        top: 35px;
    }

    #set #setCarousel .setElement:not(#wProduct) .name {
        text-align: center;
        width: 70%;
        margin: auto;
    }

    .sCheck {
        right: 6px !important;
    }

    .product:hover, .product:hover .tabloid {
        height: auto !important;
        position: relative !important;
    }

    #basketProductList .product:hover, #basketProductList .product:hover .tabloid {
    /*S    height: 210px !important; */
           height: auto;
        position: relative !important;
    }

    .item.product .savings .percent {
        /*top: 3px;*/
		top: 40px;
        right: 5px;
    }

    #searchResult .item.product .savings .percent {
        top: 50px;
        right: 2px;
    }

    #searchResult .product .tabloid .price {
        padding-right: 20px;
    }

    #set .setElement {
        padding-top: 2px;
    }

    #set .setElement, #set .setList .setElement .savings {
        height: auto;
    }
    #setWindowPrice .closeWindow {
        display: none;
    }

    #set #setWindow .setElement .name {
        height: 88px;
/*S        line-height: 55px; */
    }
    .item.product .viewcode {
        display: none;
    }

    #set .setElement {
        padding: 10px;
    }
}

@media (max-width: 700px) {
    #catalogElement #elementContainer .addCompare,
    #footerLine #flushFooterCart .item:nth-child(1) {
        display: inline-block;
    }
    #catalogSection .elem {
        top: 5px;
    }
    #footerLine .item .textLabel {
        display: none;
    }

    #basketProductList .product .product-info {
        position: absolute;
        bottom: 10px;
        left: 10px;
    }

    #basketProductList .percent {
        right: 1px;
    }

    .productColText {
        padding-top: 0px !important;
        vertical-align: baseline !important;
    /*S    padding-right: 20px;
 */
    }

    .product .name {
        display: flex !important;
    }

    #wishlist .productColText {
        padding-right: 20px;
    }

    #personalCart .product .name {
        height: auto;
    }
    #personalCart .productTable .price {
        white-space: nowrap;
    }

    #personalCart .cartGifts .productTable .price {
        white-space: normal;
    }

    #personalCart {
        margin-bottom: 0;
    }

    #personalCart .orderLine.bottom {
        display: grid;
        height: auto;
    }
}

@media (max-width: 620px) {

    #setWindowPrice .savings.savings_line {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-end;
    }

    #setWindowPrice #setWPrice, #setWindowPrice .savings {
        /* width: 100%; */
        height: 23px;
        display: flex;
        align-items: center;
    }

    #setWindowPrice #setWDisnt, #setWindowPrice .savings {
        height: auto;
        line-height: 18px;
    }

    #setWindowPrice #setWDisnt {
        width: max-content;
        padding-right: 10px;
    }

    #set .savings {
        width: auto;
    }

    #setWindowPrice .savings {
        font-size: 16px;
    }

    #setWindowPrice .price .savings .percent {
        bottom: 5px;
        right: 5px;
        top: auto;
        /* display: none; */
        height: 20px;
    }

    #setWindowPrice .price {
        margin-top: 5px;
        margin-left: 10px;
    }

    #setWindowPrice ul {
        height: auto;
        align-items: center;
    }

    .fullrow {
        grid-area: price;
    }

    #set .setTools {
        height: auto;
        display: grid;
        grid-template-columns: 1.3fr 1fr;
        grid-template-areas: "price price";
        grid-gap: 10px;
    }

    #set .setTools .rt {
        width: 100%;
        align-self: end;
    }

    #setWindowPrice #setWPrice, #setWindowPrice #setWDisnt {
        width: auto;
    }

    .setListColText {
        padding-right: 16;
    }

    #set .setElement .name {
/*S        padding-right: 24px;
*/
    }

    .setListColText .economy {
        flex-wrap: nowrap;
        white-space: nowrap;
        margin-right: 0;
    }

    #right .cartGifts .heading {
        font-family: "roboto_ltregular";
        text-transform: uppercase;
        background-color: #f2f2f2;
        border-radius: 4px;
        position: relative;
        line-height: 16px;
        font-weight: 400;
        text-align: left;
        cursor: pointer;
        font-size: 14px;
        padding: 16px;
        border: 0px;
        margin: 0px;
        color: #000;
        height: 16px;
    }

    
    #right .cartGifts .heading:after {
        background-image: url(/local/templates/.default/components/dresscode/catalog.item/detail/images/mobile-tab-show.png);
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-color: #ffffff;
        border-radius: 25px;
        position: absolute;
        display: block;
        margin: auto;
        content: "";
        height: 25px;
        width: 25px;
        bottom: 0px;
        right: 12px;
        top: 0px;
    }

    #right .cartGifts .heading.active:after {
        background-image: url(/local/templates/.default/components/dresscode/catalog.item/detail/images/mobile-tab-hide.png);
    }

    #set .setTools .price {
        display: grid;
    }

    #setWindowPrice li {
        width: 35%;
    }

    #setWindowPrice li:first-child {
        width: auto;
    }

    .all_discount .savings {
        /* display: none; */
    }

    #personalCart .orderLine .price {
        font-size: 16px;
        margin-bottom: 0;
    }

    span.price.price_busket {
        height: auto;
    }

    #personalCart .orderLine.top #sum {
        line-height: 18px;
        display: flex;
        align-items: center;
    }

    #basketProductList .product .savings {
        padding-top: 10px;
    }
}

@media (max-width: 600px) {
    .productColImage {
        padding-top: 20px;
        padding-bottom: 10px;
    }

    .productList .setmarker {
        font-size: 13px;
    }

    #personalCart .orderLine.bottom #sum .hd {
        display: block;
    }

    #orderMake {
        margin-bottom: 12px;
    }

    .mobile_row {
        display: flex;
        align-items: center;
    }

    #personalCart .orderLine.bottom .mobile_row .label:not(.hidden) {
        padding-bottom: 12px;
        line-height: 1;
        margin-top: 0px;
    }

    #personalCart .orderLine .mobile_row .price {
        margin-top: 0px;
        line-height: 1;
        padding-bottom: 12px;
    }

    #personalCart .tooltip {
        bottom: 25px;
    }

}

@media (max-width: 550px) {
    #set .setTools li:first-child {
        display: block;
    }

    .basketError .basketErrorContainer{
		width: 300px;
	}
}

@media (max-width: 380px) {
    #set .setTools {
        grid-template-columns: 1fr 1fr;
        /* text-align: center; */
    }
}

.outOfStock{
    color: red !important;
    font-weight: normal;
}
.is-outof-stock{
    color: red;
    font-weight: normal;
    height: 20px;
    line-height: 20px;
    display: block;
}

.product .price{
    margin-bottom: 0 !important;
}

@media screen and (max-width: 768px){
    .is-outof-stock{
        margin-bottom: 5px;
    }
}


/* История заказов */

.sale-order-list-title, .sale-order-list-accomplished-title {
    font: 16px "roboto_ltregular", Arial, Helvetica, sans-serif;
    color: white;
    margin-top: 10px;
    margin-bottom: 10px;
}
.sale-order-list-payment-title, .sale-order-list-shipment-title {
    font: 14px "roboto_bold", Helvetica, Arial, sans-serif;
}
.sale-order-list-inner-title-line-item {
    font: bold 12px "roboto_bold", Helvetica, Arial, sans-serif;
}
.sale-order-list-title-container {
    /* background: #2a65d0!important; */
}
.sale-order-list-accomplished-title {
 /*   background: #2a65d0!important;*/
    padding: 16px 12px;
}
.sale-order-list-accomplished-date-container {
    margin-bottom: 15px;
}
.sale-order-list-accomplished-date.canceled-order {
    font: bold 12px "roboto_bold", Helvetica, Arial, sans-serif;
    color: #DD303A;
    text-transform: uppercase;
}
.sale-order-list-accomplished-date-number {
    font: normal 12px "roboto_ltregular", Helvetica, Arial, sans-serif;
}

.sale-order-list-status-alert,
.sale-order-detail-status-alert,
.sale-order-list-status-success,
.sale-order-list-shipment-status-block,
.sale-order-payment-change-status-alert,
.sale-order-payment-change-status-restricted,
.sale-order-payment-change-status-success,
.sale-order-detail-payment-options-methods-info-title-status-alert,
.sale-order-detail-payment-options-methods-info-title-status-success,
.sale-order-detail-status-success
{
    border: none;
    text-transform: uppercase;
    font: bold 14px "roboto_bold" ,sans-serif, arial;
    color: white;
    border-radius: 3px;
    padding: 4px 10px;
    transition: all 0.2s ease-in-out;
}
.sale-order-list-status-alert,
.sale-order-detail-status-alert,
.sale-order-payment-change-status-alert,
.sale-order-detail-payment-options-methods-info-title-status-alert 
{
    background: #DD303A;
}
.sale-order-list-status-success, .sale-order-payment-change-status-success, 
.sale-order-detail-payment-options-methods-info-title-status-success,
.sale-order-detail-status-success 
{
    background: #70bb18;
}

.sale-order-list-shipment-status-block, .sale-order-payment-change-status-restricted {
    background: #535c69;
}
.sale-order-list-about-link, .sale-order-list-repeat-link, .sale-order-list-cancel-link {
    border: 1px solid #0061b2;
    background-color: transparent!important;
    transition: all 0.2s ease-in-out;
    background-color: #f5f5f5;
    text-decoration: none;
    border-radius: 4px;
    text-align: center;
    line-height: 24px;
    padding: 8px 12px;
    font-size: 14px;
    color: #000000;
    font: normal normal 14px "roboto_ltregular" ,sans-serif, arial;
    margin-top: 0;
    margin-right: 15px;
}
.sale-order-list-repeat-link {
    display: flex;
}
.sale-order-list-repeat-link:before {
    margin: 0 3px 0px 0;
}
.sale-order-list-button {
    background: #2a65d0;
    border-radius: 4px;
    font: normal normal 14px "roboto_ltregular" ,sans-serif, arial;
    line-height: 38px;
    transition: all 0.2s ease;
}
.sale-order-list-button:hover {
    background-color: #0d57dc;
}
.sale-order-payment-change-pp-company-graf-container {
    border-radius: 3px;
    border: 1px solid #2a65d0!important;
    background-color: transparent!important;
}
.sale-order-payment-change-pp-company-smalltitle {
    color: black;
    font-size: 10px!important;
    height: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 10px;
    padding-right: 10px;
}
.sale-order-payment-change-pp.row select {
    padding: 6px;
    border-radius: 3px;
    border-color: #cccccc;
}

.sale-order-list-inner-row-template {
    position: relative;
}
.sale-order-list-inner-row-template > div > div {
    /* position: absolute;
    top: 0;
    left: 0;
    background: white; */
}

.sale-order-list-inner-row-template form input[type="submit"] {
    background: #2a65d0;
    border-radius: 4px!important;
    font: normal normal 14px "roboto_ltregular" ,sans-serif, arial;
    line-height: 38px;
    transition: all 0.2s ease;
}

.sale-order-list-inner-row-template > div p:first-child {
    margin-top: 0;
}

.sale-order-detail-back-to-list-link-up, .sale-order-detail-back-to-list-link-down {
    font: normal normal 14px "roboto_ltregular" ,sans-serif, arial;
    border-radius: 3px;
    border: 1px solid #2a65d0!important;
    background-color: transparent!important;
}

.sale-order-detail-general-head {
    /* background: #2a65d0!important; */
    
}
.sale-order-detail-general-head .sale-order-detail-general-item {
    font: 16px "roboto_ltregular", Arial, Helvetica, sans-serif;
}

/*(.sale-order-detail-about-order-inner-container-repeat-button, .sale-order-detail-payment-options-methods-button-element, .sale-order-detail-payment-options-methods-button-element-new-window  {
    background: #2a65d0;
    font: normal normal 14px "roboto_ltregular" ,sans-serif, arial;
    line-height: 38px;
    height: 38px;
    border-radius: 3px;
    padding: 0 12px;
}
*/
.sale-order-detail-about-order-title-element, .sale-order-detail-payment-options-title-element, .sale-order-detail-payment-options-order-content-title-element, .sale-order-detail-payment-options-shipment-composition-title-element {
    font: 18px "roboto_ltregular", Arial, Helvetica, sans-serif;
    color: #262626;
    margin: 20px 0;
}

.sale-order-detail-payment-options-shipment-composition-title-element {
    padding-left: 24px;
}

.sale-order-detail-total-payment-container .row {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.sale-order-detail-order-item-title a {
    position: relative;
    text-decoration: none;
    color: #262626;
    font: normal normal 14px "roboto_ltregular" ,sans-serif, arial;
}

.sale-order-detail-order-item-img-block {
    min-width: 85px;
    margin-bottom: 10px;
}
.sale-order-detail-order-item-td:first-child .sale-order-detail-order-item-block {
    display: flex;
}

.sale-order-detail-about-order-inner-container-details-title {
    font: 18px "roboto_ltregular", Arial, Helvetica, sans-serif;
    padding-bottom: 0;
    color: #262626;
}

.sale-order-detail-about-order-inner-container-list-item-element {
    font: 14px "roboto_bold", Helvetica, Arial, sans-serif;
}

.sale-order-detail-about-order-inner-container-list-item-link {
    color: #2a65d0;
}

.sale-order-detail-about-order-inner-container-list-item, .sale-order-detail-about-order-inner-container-name-titile, .sale-order-detail-about-order-inner-container-status-title, .sale-order-detail-about-order-inner-container-price-title, .sale-order-detail-payment-options-shipment-composition-item-title, .sale-order-detail-payment-options-order-content-item-title {
    font: 14px "roboto_ltregular", Arial, Helvetica, sans-serif;
    color: #262626;
}

.sale-order-detail-about-order-inner-container-name-detail, .sale-order-detail-about-order-inner-container-status-detail, .sale-order-detail-about-order-inner-container-price-detail {
    font: bold 14px "roboto_bold", Helvetica, Arial, sans-serif;
    margin: 10px 0;
}

.sale-order-detail-total-payment-list-right-item {
    font: 14px "roboto_bold", Helvetica, Arial, sans-serif;
}
.sale-order-detail-total-payment-list-right-item:last-child {
    font: bold 14px "roboto_bold", Helvetica, Arial, sans-serif;
}
.sale-order-detail-order-item-properties.bx-text-right .sale-order-detail-order-item-td-text strong {
    font: 14px "roboto_bold", Helvetica, Arial, sans-serif;
}
.sale-order-detail-order-item-properties.bx-text-right .sale-order-detail-order-item-td-text {
    font: 14px "roboto_bold", Helvetica, Arial, sans-serif;
}
.sale-order-detail-order-item-properties.bx-text-right .sale-order-detail-order-item-td-title {
    font: 14px "roboto_ltregular", Helvetica, Arial, sans-serif;
    color: #000000;
}
.sale-order-detail-order-item-properties {
    vertical-align: top;
    padding: 12px 0;
}

.sale-order-detail-about-order-inner-container-list-item {
    display: flex;
}
.sale-order-detail-about-order-inner-container-list-item-element, .sale-order-detail-about-order-inner-container-list-item-link {
    padding: 0;
    margin-left: 5px;
}
.inactive-button {
    opacity: 0.5;
    pointer-events: none;
}
.sale-order-detail-payment-options-info-order-number, .sale-order-detail-payment-options-info-total-price {
    font: 15px "roboto_bold", Helvetica, Arial, sans-serif;
}
.sale-order-detail-payment-options-info {
    display: none;
}
div.sale-order-detail-payment-options-shipment-image-container, div.sale-order-detail-payment-options-methods-image-container {
    display: none;
}
div.sale-order-detail-payment-options-methods, div.sale-order-detail-payment-options-shipment {
    border-top: none;
}
.sale-order-list-top-border {
    background: transparent;
}
.sale-order-detail input[name="BuyButton"], .sale-order-detail input[type="submit"] {
    /* background: #2a65d0!important; */
    font: normal normal 14px "roboto_ltregular" ,sans-serif, arial;
    line-height: 38px;
    height: 38px;
    border-radius: 3px!important;
    border: none;
    outline: none;
}

.sale-order-detail-about-order-inner-container-repeat-cancel {
    line-height: 38px;
    height: 38px;
    border: 1px solid #2a65d0!important;
    border-radius: 3px;
    color: black;
    margin-left: 10px;
}
.sale-order-history-link {
    border: 1px solid #2a65d0!important;
    border-radius: 3px;
    color: black;
    font: normal normal 14px "roboto_ltregular" ,sans-serif, arial;
}
.sale-order-detail-order-item-td-title {
    display: block!important;
}

.sale-order-detail-about-order-inner-container-price {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.sale-order-detail-about-order-inner-container-price-detail {
    margin: 0;
    padding: 0;
    margin-left: 5px;
}
/*.itprostreep_city_list, .itprostreep_ware_list {
    width: 80%!important;*/
}
.sale-order-list-inner-row-template > div > div {
    position: relative;
}
.sale-order-list-change-payment  {
    color: #2a65d0;
}
.sale-order-detail-order-item-table .sale-order-detail-order-item-tr:first-child .sale-order-detail-order-item-td {
    padding: 12px 24px 12px 0 !important;
}
.sale-order-detail-order-item-table .sale-order-detail-order-item-tr:first-child .sale-order-detail-order-item-td:first-child {
    padding: 12px 24px 12px 24px !important;
}
.sale-order-detail-order-item-table .sale-order-detail-order-item-tr .sale-order-detail-order-item-td {
    border-top: none;
    border-bottom: 1px solid #e5e5e5;
}
.sale-order-detail-order-item-table .sale-order-detail-order-item-tr:last-child .sale-order-detail-order-item-td {
    border-bottom: none;
}
.sale-order-detail-order-item-td-title {
    color: black;
}
.sale-order-detail-about-order-inner-container-status-detail {
    display: inline-block;
    background: #ff9601!important;
    font: bold 14px "roboto_bold" ,sans-serif, arial;
    color: white;
    border-radius: 3px;
    padding: 4px 10px;
    transition: all 0.2s ease-in-out;
    text-transform: uppercase;
    border: none;
}
.sale-order-detail-title-container {
    display: none;
}
.sale-order-detail-back-to-list-link-up, .sale-order-detail-back-to-list-link-down {
    margin-top: 0;
}
.sale-order-title {
    background: #ff9601;
    color: white;
    padding: 4px 10px;
    display: inline-block;
    font: bold 20px "roboto_bold" ,sans-serif, arial;
    border-radius: 3px;
}
.sale-order-detail-order-item-table .sale-order-detail-order-item-tr:first-child {
    display: none
}
@media (max-width: 991px) {
    .sale-order-detail-order-item-tr:first-child {
        display: none;
    }
    .sale-order-detail-order-item-tr.sale-order-detail-order-item-tr-first {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    .sale-order-detail-order-item-table .sale-order-detail-order-item-tr .sale-order-detail-order-item-td {
        border-bottom: none;
    }
    .sale-order-detail-order-item-img-block {
        min-width: 60px;
    }
    .sale-order-detail-order-item-td:first-child .sale-order-detail-order-item-block {
        display: block;
    }
    .sale-order-detail-order-item-tr .sale-order-detail-order-item-td {
        padding-left: 24px;
    padding-top: 0;
    padding-bottom: 0;
    }
.sale-order-detail-order-item-properties.bx-text-right .sale-order-detail-order-item-td-title {
    padding-left: 0;
}
    .sale-order-list-status-alert, 
	.sale-order-detail-status-alert,
	.sale-order-list-status-success,
	.sale-order-list-shipment-status-block,
	.sale-order-payment-change-status-alert,
	.sale-order-payment-change-status-restricted,
	.sale-order-payment-change-status-success,
	.sale-order-detail-payment-options-methods-info-title-status-alert,
	.sale-order-detail-payment-options-methods-info-title-status-success,
	.sale-order-detail-status-success	
	{
        margin: 10px 0;
    }
    .sale-order-detail-payment-options-methods-shipment-list, .sale-order-detail-payment-options-methods-info {
        padding-left: 0!important;
    }
    div.sale-order-detail-about-order-inner-container-repeat, div.sale-order-detail-payment-options-methods-button-container {
        padding: 0;
    }
    div.sale-order-detail-about-order-inner-container-repeat {
        margin-left: 0!important;
    }
    .sale-order-detail-payment-options-shipment-container {
        padding: 0 24px;
    }
    .sale-order-detail-general-item {
        padding-left: 12px;
        padding-right: 12px;
    }
    .sale-order-detail {
        margin-top: 15px;
    }
    .sale-order-list-about-link, .sale-order-list-repeat-link, .sale-order-list-cancel-link {
        margin-bottom: 10px;
    }
    .sale-order-detail-order-item-tr.sale-order-detail-order-item-tr-first {
        position: relative;
        border-top: 1px solid #e5e5e5;
        border-top: none;
    }
    .sale-order-detail-order-item-tr.sale-order-detail-order-item-tr-first::before {
        position: absolute;
        content: '';
        top: 0;
        left: 24px;
        height: 1px;
        width: calc(100% - 48px);
        background: #e5e5e5;
    }
    .sale-order-detail-order-item-tr:nth-child(2)::before {
        display: none;
    }
    .sale-order-detail-order-item-td-title {
        display: inline-block!important;
    }
    
}
.sale-order-payment-change-pp-list{
    display: flex;
    flex-flow: row wrap;
    width: 75%;
}
.sale-order-payment-change-pp .sale-order-payment-change-pp-company{
    flex-basis: 25%;
    padding: 0;
}
@media (max-width: 767px) {
    .sale-order-payment-change-pp-list {
        display: flex;
        flex-wrap: row wrap;
        width: 100%;
    }
    .sale-order-payment-change-pp div .sale-order-payment-change-pp-company:nth-child(2n+1) {
        margin-right: 2%;

    }
    .sale-order-payment-change-pp .sale-order-payment-change-pp-company {
        flex-basis: 33%;
        padding: 0;
    }
    .sale-order-payment-change-pp-company-graf-container {
        width: 100%!important;
    }
	/*.itprostreep_city_list, .itprostreep_ware_list {
        width: 100%!important;
    }*/
}
@media (max-width: 580px) {
    .sale-order-detail-order-item-title {
        text-align: left!important;
    }
}

/*Товар*/

#catalogElement #nextSection ul::-webkit-scrollbar {
        width: 12px;
    }
#catalogElement #nextSection ul::-webkit-scrollbar-thumb {
        background-color: #f3f3f3;
        border-radius: 3px;
        border: none;    
}

/*Share*/

.share-items__row {
        display: flex;
}
.share-items__row .share-item {
        width: 21px;
        height: 21px;
        margin-right: 10px;
}
.share-items__row .share-item svg {
        width: 100%;
        height: 100%;
}
/*#main input[name="BuyButton"], #main input[type="submit"]{
    background: #c651d0;
    color: #fff;
}*/