﻿.lk-contacts-info-link:hover {
    border-bottom: unset !important;
}

.op-pagination-list li.dots {
    border-color: #aeaead;
}

.op-pagination-list li.dots a {
    background-image: url("../img/op-pagination-dots.png") !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

.lk-reviews-modal-inner .validation-summary-errors{
    color: red;
    text-align: center;
    margin-bottom: 10px;
}

.lk_buy_partner .validation-summary-errors,
.lk-curator .validation-summary-errors{
    color: red;
    text-align: center;
    margin-top: 10px;
}

.lk-business-table td.child_table {
    padding-left: 30px;
}

.lk-business-table td:first-child span {
    margin-left:20px;
}
.lk-business-table td, .lk-business-table th {
    padding: 8px 4px;
    text-align: right;
}
.op_footer-inner .op_footer-soc a {
    display: block;
    width: 100%;
    height: 100%;
}
.lk-settings-input-checkboxes-soc li {
    width:unset !important;
    margin-right:20px !important;
}
/*.lk-sms-send .lk-sms-send-message {
    max-height:350px;
    overflow-y:scroll;
}*/

.lk-account-filter-input input[type=date] {
    width: 150px !important;
}

.lk-main-page-profile-info .ref_link {
    display: inline-block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
    cursor:pointer;
}

.lk-main-page-profile-money-val {
    width:120px !important;
}
    .lk-main-page-profile-money-val span {
        font-size: 18px;
        font-weight: 600;
    }

.structure-bread {

}

    .structure-bread a {
        color: #3b021e;
        border-bottom: 1px solid #fff;
    }

        .structure-bread a:hover {
            color: #3b021e;
            border-bottom: 1px solid #3b021e;
        }
    .structure-bread a:visited {
        color: #3b021e;
    }
    .structure-bread a:active {
        color: #3b021e;
    }



.lk-business-form .structure-bread {
    font-size: 20px;
    color: #000;
   /* display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;*/
    margin-bottom: 25px;
}

    .lk-business-form .structure-bread img {
        margin: 0 20px;
    }

    .lk-business-form .structure-bread .red {
        color: #8F352B;
    }

.lk_header .lk_header-menu #ytWidget {
    position: absolute;
    left: 200px;
    top:70px;
}
.op_header #ytWidget {
    position:absolute;
    left:150px;
}
.l_header #ytWidget {
    position: absolute;
    left: 250px;
    top: 20px;
}

@media only screen and (max-width: 992px) {
    .l_header #ytWidget {
        position: relative;
        left: auto;
        top: auto;
        text-align: center;
        margin: 10px 0 20px 0;
    }

    .op_header #ytWidget {
        position: relative;
        left: auto;
        top: auto;
        text-align: center;
        margin: -10px 0 20px 0;
    }


    .lk_header .lk_header-menu #ytWidget {
        position: relative;
        left: auto;
        top: auto;
        text-align: center;
        margin: 10px 0 20px 0;
    }

    .lk-business-form .structure-bread {
        font-size: 16px;
    }
}

    @media only screen and (max-width: 768px) {
       


        .lk-business-form .structure-bread {
            font-size: 14px;
            -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        }

            .lk-business-form .structure-bread span, .structure-page .structure-bread img {
                margin-bottom: 10px;
            }
    }