body{
    background: #F7F7F7;
    color: #515461;
    font-family: Roboto, sans-serif, Arial;
}

.body{
    min-height: 300px;
}

a{
    color: #515461;
}

ul{
    padding: 0;
    margin: 0;
    list-style: none;
}

h1{
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 28px;
}

h2{
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 28px;

    padding: 20px 0 20px 0;
}

h3{
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
}

h4{
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 25px;
}

.large-title{
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 28px;
    margin-top: 40px;
    margin-bottom: 20px;
}

.checkbox{
    width: 18px;
    height: 18px;
    display: inline-block;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    vertical-align: text-bottom;
    margin-right: 9px;

    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none;   /* Chrome/Safari/Opera */
    -khtml-user-select: none;    /* Konqueror */
    -moz-user-select: none;      /* Firefox */
    -ms-user-select: none;       /* Internet Explorer/Edge */
    user-select: none;           /* Non-prefixed version, currently
                                    not supported by any browser */
}
/*
.radiobox{
    width: 18px;
    height: 18px;
    display: inline-block;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    vertical-align: text-bottom;
    margin-right: 9px;

    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

}*/

.radiobox {
    display: block;
    position: relative;
    padding-left: 27px;
    margin-bottom: 10px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.radiobox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.radiobox .checkmark {
    position: absolute;
    top: 2px;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #c4c4c4;
    border-radius: 50%;
}

.radiobox:hover input ~ .checkmark {
    background-color: #c4c4c4;
}
.radiobox .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.mtop10{
    margin-top: 10px;
}

.mtop20{
    margin-top: 20px;
}

.qt-minibasket{
    background-color: #DF0008;
    width: 15px;
    height: 15px;
    display: block;
    position: absolute;
    top: -1px;
    right: -5px;
    font-size: 8px;
    color: #fff;
    text-align: center;
    line-height: 15px;
    font-weight: bold;
    border-radius: 100%;
}

.radiobox input:checked ~ .checkmark:after {
    display: block;
    background: #df0008;
}

.radiobox .checkmark:after {
    top: 2px;
    left: 2px;
    display: block;
    width: 14px;
    height: 14px;
    border: 2px solid #fff;
    border-radius: 50%;
    background: #fff;
}

.starrequired{
    color: #df0008;
}

.top-logo{
    margin-left: 33px;
}

.menu-mobile{
    display: none;
    width: 17px;
    height: 15px;
    margin-top: -9px;
}

.tab-item-selector.active .radiobox input:checked ~ .checkmark {
    background-color: #fff
}

.tab-item-selector.active .radiobox input:checked ~ .checkmark:after {
    display: block;
    background: #fff;
}

.tab-item-selector.active .radiobox .checkmark:after {
    border: 2px solid #df0008;
}

.form-control{
    margin-bottom: 8px;
}

.form-input{
    width: 100%;
    background: #fff;
    border: 1px solid #C4C4C4;
    border-radius: 3px;
    padding: 10px 10px;
    margin-top: 5px;
}


.form-field-title{
    color: #a8a8a8;
    padding-left: 9px;
}

.form-field-value{
    width: 292px;
}




.checkbox .icon{
    position: absolute;
    top: 0;
    left: 0;
}

.checkbox input{
    opacity: 0;
}

.radiobox .icon{
    position: absolute;
    top: 0;
    left: 0;
}

.radiobox input{
    opacity: 0;
}

.top-line{
    background-color: #fff;
    border-bottom: 1px solid #E1E1E1;
}

header{
    /*max-width: 1366px;*/
    max-width: 1295px;
    height: 78px;
}

.sale_order_full_table a{
    color: #df0008;
}

.container-fluid {
    width: 100%;
    /*padding-right: 15px;*/
    /*padding-left: 15px;*/
    margin-right: auto;
    margin-left: auto;
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1360px;
}

.left-side{
    width: 285px;
}

.right-side{
    margin-left: auto;
}

.row-flex{
    display: flex;
}

.h100{
    height: 100%;
    align-items: center;
}

footer .h100{
    align-items: start;
}

.center{
    text-align: center;
}

.right{
    text-align: right;
}

.bold{
    font-weight: bold;
}

.middle-bold{
    font-weight: 500;
}

.seporation{
    background: #E1E1E1;
    height: 1px;
    width: 100%;
    margin: 22px 0;
}

.flex-between{
    justify-content: space-between;
}

/** Header **/
div[class*="header__"] {
    position: relative;
    margin: 0 15px;
}

.username{
    position: relative;
    cursor: pointer;

    height: 48px;
    margin-top: 29px;
}

.round-symb{
    border-radius: 100%;
    background-color: #FB889D;
    color: #fff;
    width: 18px;
    height: 18px;
    display: block;
    text-align: center;
    line-height: 19px;
    font-size: 14px;
}

.round-symb.large{
    width: 30px;
    height: 30px;
    font-size: 26px;
    line-height: 30px;
}

.username:hover{
    color: #fff;
}

.drop-menu{
    z-index: 10;
    display: none;
    position: absolute;
    background-color: #fff;
    left: -92px;
    top: 31px;
    text-align: left;
    min-width: 222px;
    border-radius: 5px;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.15);
}

.drop-menu li{
    border-bottom: 1px solid #EFEFEF;
}

.drop-menu li:last-child{
    border-bottom: none;
}

.drop-menu li a{
    padding: 10px 14px;
    width: 100%;
    display: block;
}

.drop-menu li a:hover{
    background-color: #E6F6FC;
    text-decoration: none;
    color:#515461;
}

.personal-layout__fullname{
    padding-left: 10px;
    font-size: 12px;
    color: #515461;
    line-height: 15px;
}

.username:hover .user-detail{
    display: block;
}

.drop-menu .seporation-item{

}

.drop-menu__title{
    background-color: #EFEFEF;
    padding: 14px;
    border-radius: 5px 5px 0 0;

    position: relative;
}


.drop-menu__title .triangle {
    background: #EFEFEF;
    border-radius: 0px;
    padding: 0px;
    position: absolute;
    color: #fff;
    top: -10px;
}

.drop-menu__title .triangle::after {
    content: '';
    position: absolute;
    left: 77px;
    bottom: -11px;
    border: 10px solid #0000;
    border-bottom: 10px solid #EFEFEF;
}




/** Sidebar **/
.sidebar{
    background-color: #fff;
    min-height: 100px;
    padding: 9px 13px 31px 31px;
    height: 100%;
}

.sidebar__title-section{
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 18px;
    margin-top: 18px;
}

.sidebar__section-contet li{
    margin-bottom: 18px;
}

.sidebar__section-contet li:last-child{
    margin-bottom: 0;
}

.mobile-show{
    display: none;
}

body.active-sidebar .sidebar{
    display: block;
    position: fixed;
    top: 128px;
        height: auto;
        bottom: 0;
        left: 0;
        right: 0;
    width: 100% !important;
    background-color: #515461;

}

body.active-sidebar {
    overflow: hidden;
}

body.active-sidebar .header__mini-basket{
    /*display: none;*/
}

body.active-sidebar .container-fluid.top-line{
    background-color: #515461;
    border-bottom: 1px solid #626675;
}

body.active-sidebar .container{
    background-color: #515461;
}

body.active-sidebar .sidebar.left-side {
    overflow-y: auto;
}

body.active-sidebar .sidebar.left-side a{
    color: #fff;
}


body.active-sidebar .menu-mobile{
    margin-top: -15px;
}
body.active-sidebar .sidebar__section {
    padding-left: 31px;
}

body.active-sidebar .sidebar__section a{
}

body.active-sidebar .mobile-show{
    display: block;
}

body.active-sidebar header .h100{
    height: 65px;
}

body.active-sidebar header {
    height: 127px;
}


/** Page content **/
.page-content{
    padding: 40px;
    flex: 1;
}





.bottom-line{
    background: #515461;
}

footer{
    max-width: 948px;
    /*min-height: 888px;*/
    min-height: 298px;
    margin: 0 auto;
    padding-top: 44px;
}

footer *{
    color: #868A9D;
    font-size: 14px;
}

footer h4{
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 15px;
    color: #FFFFFF;
}

footer .copyright{
    font-size: 11px;
}

footer .socials{
    margin: 40px 0;
}

footer .socials li{
    display: inline-block;
    margin: 0 14px;
}

div[class*="footer__"] {
    vertical-align: top;
    margin-top: 10px;
    line-height: 24px;
}

div[class*="footer__"] a:hover{
    color: #ececec;
}

div[class*="footer__"] .icon-plus-white {
    display: none;
}

div[class*="footer__"] li {
    /*margin-bottom: 5px;*/
}

.save-price-basket{
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    text-decoration: line-through;
    color: #A8A8A8;
}

.price-basket{
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    text-align: right;
    color: #515461;
}
.item__bottom-layout {
    text-align: right;
}

.item__bottom-layout .save-price-basket{
    font-size: 12px;
}
.item__bottom-layout .price-basket{
    font-size: 16px;
}

.notice{
    padding: 10px 15px;
    border-radius: 5px;
    margin-bottom: 25px;
    width: 96%;
}

.notice.warning{
    border: 1px #ffb76d94 solid;
    background: #fff;
}

.show-text-message{
    font-size: 14px;
}

.small-link{
    font-size: 12px;
    line-height: 14px;
    color: #DF0008;
}

.btn-default{
    background: #DF0008;
    border-radius: 3px;
    display: block;
    color: #fff;
    padding: 7px 0;
    text-align: center;
    border: none;
}

.btn-default:hover{
    color: #fff;
    text-decoration: none;
}

.btn-default.full-width{
    width: 100%;
}

/* Table column sizing
================================== */
.flex-table--2cols > .flex-table-cell  { width: 50%; }
.flex-table--3cols > .flex-table-cell  { width: 33.33%; }
.flex-table--4cols > .flex-table-cell  { width: 25%; }
.flex-table--5cols > .flex-table-cell  { width: 20%; }
.flex-table--6cols > .flex-table-cell  { width: 16.6%; }

.flex-table {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 3em 0;
    padding: 0;
}

.flex-table-cell {
    box-sizing: border-box;
    flex-grow: 1;
    width: 100%;
    padding: 0.8em 1.2em;
    overflow: hidden;
}


#modal{
    position: fixed;
    top: 20%;
    left: 40%;
    background-color: #fff;
    padding: 17px;
    z-index: 20;
}

#modal-bg{
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(117, 117, 117, 0.6);
    z-index: 19;
}

#modal .modal-title{
    position: relative;

    font-weight: bold;
    font-size: 18px;
    padding-bottom: 13px;
    margin-bottom: 18px;

    border-bottom: 1px #E1E1E1 solid;
}

#modal .btn-close{
    position: absolute;
    top: -3px;
    right: 0;
    cursor: pointer;
}

.form-group span{
    font-size: 14px;
    margin-bottom: 15px;
}

/*
.show-input-search{
    top: -12px;
    left: -16px;
}
*/

#search-query{
    display: none;
}

.right .header__search{
    height: 24px;
    position: absolute;
    top: 36px;
    right: 112px;
    position: absolute;
}

.header__mini-basket{
}

.header__search.active{
    top: 30px;
    right: 108px;
    bottom: 0;
    width: 301px;
    position: absolute;
    margin-right: 0;
    /*padding-bottom: 27px;*/

}


.header__search .search-button{
    display: inline-block;
    position: absolute;
    left: 0px;
}

.header__search form{
    position: absolute;
    left: 36px;
    right: 0;
    /*width: 93%;
    display: inline-block;*/
}

.header__search form input{
    border: none;
    padding: 6px;
    background-color: #f6f6f6;
    border-radius: 0 5px 5px 0;
    width: 100%;
    outline: none;
}




.header__search.active .search-button{
    left: 0px;
    background-color: #F6F6F6;
    border-radius: 5px 0 0 5px;
    padding: 6px 13px;
    border-radius: 5px 0 0 5px;
}

.header__search.active #search-query{
    display: block;
}

/*
.show-input-search*/