.has-error {
    border: 1px solid red !important;
}

#forgot-pass .modal-title {
    font-size: 22px;
    color: #333;
    font-family: 'Proxima Nova Bold';
}

.product-page .add-to-wish.added i {
    color: #FBA317;
}

.zoom-container{
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 5;
    background: #ccc;
    display: none;
}
.zoom-container--active{
    display: block;
}

.product-page .one-accessory .btn-black {
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 14px;
    margin-bottom: 19px;
}

.product-page .price-buy .btn-black {
    font-size: 14px;
    padding-left: 38px;
    padding-right: 38px;
    margin-right: 20px;
}

.search-name {
    text-decoration: none;
    color: #333;
    align-items: center;
    display: flex;
}

.search-name:hover {
    text-decoration: none;
    color: #333;
}

.catalog-sections .js-toggle-category {
    text-decoration: none;
    color: #333;
}

.catalog-sections:before {
    background: none;
}

.sections-column ul {
    margin-left: 20px;
}

.sections-column a {
    text-decoration: none;
    color: #333;
}

.sections-column .sections-second-level {
    margin-left: 0px;
}

@media (max-width: 768px) {
    .comparison-page .prod-top {
        height: 300px;
    }
}

.user-margin {
    margin-left: 18px;
}

.change-pass {
    width: 350px;
    margin-left: 30px;
    margin-bottom: 30px;
}

.add-project {
    margin-top: 150px;
}

header .header-middle .create-project:hover .tooltip {
    opacity: 1;
    visibility: visible
}

.create-project {
    position: relative;
}

.project-wrap .table th {
    font-size: 12px;
}

.project-section .ui-input-field {
    display: inline-block;
}

.rename-project {
    padding: 0 2px;
    font-size: 12px;
    color: #333;
}

.rename-buttons {
    display: inline-block;
}

.project-section .ui-input-field .invalid-feedback {
    font-size: 10px;
    position: absolute;
}

.clear {
    clear: both;
}

.detail-small-price {
    white-space: nowrap;
    font-size: 12px;
    color: #757576;
}

.logout-btn {
    position: relative;
}

.logout-icon {
    position: absolute;
    top: 6px;
}

.cabinet-btn {
    padding: 3px 4px !important;
}

.header-dropdown-submenu {
    display: none;
    border-radius: 10px;
    box-shadow: 0 3px 20px 0 rgba(150, 98, 66, .15);
    position: absolute;
    z-index: 99999;
    background: #FFF;
    width: 250px;
    padding: 10px;
}

.header-menu-item:hover .header-dropdown-submenu {
    display: block;
}

.header-menu-item:hover .header-dropdown-submenu a {
    display: block;
}

.header-menu-item {
    position: relative;
    cursor: pointer;
}

.header-submenu-item a {
    color: #333;
    padding: 4px;
}

.header-submenu-item a:hover {
    color: #FAA51D;
    text-decoration: underline;
}

.header-menu-link {
    color: #333;
}

.header-menu-link:hover {
    color: #333;
}

.courses-wrap .one-course .place-count span {
    padding: 1px 9px 0px 10px;
}

.read-more-btn {
    border: 1px solid #FAA51D;
    border-radius: .25rem;
    color: #212529;
    background: #FFF;
}

.mini-basket .basket-link img {
    width: 40px !important;
}

.home-page .white-items .icon-customer-service {
    font-size: 42px;
    margin-top: 0px;
    margin-bottom: 19px;
}

.product-data {
    position: absolute;
    right: 71px;
    top: 30px;
}

.product-data tr {
    background: transparent !important;
}

.product-data td {
    width: auto !important;
    text-align: right !important;
}

.header-menu-link:hover {
    color: #F9A924;
}

.conclusion .form-control {
    margin-left: 0px;
}

.prod-info {
    position: relative;
}

@media (max-width: 1024px) {
    .product-data {
        display: none;
    }
}

.buy-one-click {
    background-color: darkblue;
}

.mobile-submenu-link {
    color: #333;
}

.prod-info .mobile-block .btn {
    max-width: 290px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-bottom: 25px;
}

@media (min-width: 768px) {
    header .header-middle .logo img {
        width: 70%;
    }

    header .header-middle .logo {
        margin-right: -35px;
    }

    header .header-middle .logo-cont .descr {
        width: 135px;
    }
}

.profile-project-cont .ui-input-field {
    display: inline-block;
    width: 100px;
    margin-right: 10px;
}

.project-section .title-ctrl .title .ui-input-field {
    display: inline-block;
    width: 100px;
    margin-right: 10px;
}

.contacts .ui-input-field {
    width: 175px;
    margin-right: 0px;
    margin-bottom: 3px;
}

.contacts .ui-input-field input {
    border: none;
}

.contacts .ui-input-field input::placeholder {
    color: #333;
}

.project-select {
    border: 1px solid #F0F0F0;
    font-size: 14px;
    height: 38px;
    display: flex;
    align-items: center;
    padding-right: 30px;
    padding-left: 15px;
    background-color: white;
}

.project-select:nth-child(2) {
    margin-left: 10px;
}

.calculate-discont {
    cursor: pointer;
}

.proc-dis .is-invalid {
    position: relative;
}

.proc-dis .is-invalid .invalid-feedback {
    right: 30px;
}

.project-section .name .ui-input-field {
    width: 175px;
    margin-right: 0px;
    margin-bottom: 3px;
}

.project-section .name input {
    margin-bottom: 5px;
    border: none;
}

.project-section .name input::placeholder {
    color: #333;
}

.project-wrap .ui-input-field {
    display: inline;
}

.project-show {
    display: block;
}

.profile-project-cont .logo img {
    cursor: pointer;
}

.logo-input-button {
    display: none;
}

.view-settings {
    width: 200px;
    margin-top: 20px;
}

.project-item-quantity {
    margin-top: -10px;
    margin-left: 0px !important;
}

.view-select {
    border: 1px solid #F0F0F0;
    font-size: 14px;
    height: 38px;
    display: flex;
    align-items: center;
    padding-right: 30px;
    padding-left: 15px;
    margin-top: 15px;
}

.basket-view-settings {
    text-align: right;
    margin-top: 10px;
    color: red;
}

.order-dates {
    background-color: #fff !important;
}

.view-select {
    display: inline-block;
}

.view-message {
    display: block;
    font-size: 10px;
    margin-left: 50px;
    color: green;
}

.accessories-wrap .bot-ctrl-stripe {
    margin-top: 20px;
}

.accessories-wrap .bot-ctrl-stripe input {
    margin: auto;
    margin-bottom: 10px;
}

.accessories-wrap .price {
    margin-top: 10px;
}

.one-accessory {
    text-align: center;
}

@media (min-width: 994px) {
    .logo-cont span {
        /*margin-top: 6px;*/
    }
}

.orange-add {
    color: #F9A234 !important;
}

.b2b-page .add-pos-table tr.active {
    background-color: #fff;
}

.project-item-quantity {
    display: inline-block !important;
}

@media (max-width: 576px) {
    .profile-page .profile-project-cont .table .mobile-label {
        display: inline;
    }
}

@media (max-width: 992px) {
    .profile-page .profile-project-cont .table .prod .img-cont {
        width: 50px;
        height: 50px;
        display: block;
    }
}
.b2b-page .add-pos-table tr.active .icon-plus-circled{
    color: #DCDCDC;
}
.mini-wishlist {
    display: block !important;
}
.mini-comparisons {
    display: block !important;
}
@media (max-width: 768px) {
    .mini-wrap {
       /*  margin-left: calc(100% - 310px) !important; */
    }
    .mobile-order-calendar {
        margin-left: -110px;
    }
}
@media (max-width: 320px) {
    #upload-file {
        overflow-y: scroll;
    }
}
@media (max-width: 320px) {
    header .header-middle .project-link, header .header-middle .wishlist-link {
        font-size: 22px;
    }
    header .header-middle .mini-basket {
        padding-left: 0px;
    }
    header .header-middle .logo-cont {
        margin-right: 0px;
    }
    .mini-basket .basket-link img {
        width: 30px !important;
    }
    header .header-middle .logo img {
        height: 35px;
    }
    header .header-middle .mini-comparisons {
        padding: 0 5px;
    }
    header .header-middle .comparisons-link img {
        width: 20px;
    }
    .mini-wrap {
        margin-left: auto !important;
    }
    .mobile-order-calendar {
        margin-left: -150px !important;
    }
    .vdp-datepicker__calendar {
        margin-left: -20px
    }
}
.catalog-page .breadcrumb-wrap {
    padding-left: 0px !important;
}


