/*
xs (for phones - screens less than 768px wide) 
sm (for tablets - screens equal to or greater than 768px wide) 
md (for small laptops - screens equal to or greater than 992px wide) 
lg (for laptops and desktops - screens equal to or greater than 1200px wide)
*/

/* ------------------------------------------------ */

.select-wrapper input.select-dropdown, .select-wrapper span.caret 
{
    color: #757575;
}

.modal-dialog.cascading-modal .close {
    color: inherit;
}

/*
 * Row with equal height columns
 * --------------------------------------------------
 */

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.col-centered {
    float: none;
    margin: 0 auto;
}

/* Table with equal width columns */

.table-eq-width {
    table-layout: fixed;
}

/* -------------------------------------------------- */

/*@media (max-width: 1220px) {
    .hidden-md 
    {
        display:none !important;
    }
}*/

/* ----------------------------------------------------------- */

#FixedShareWrapper {
    position: fixed;
    z-index: 1;
    right: 35px;
    bottom: 35px;
    padding-top: 15px;
    margin-bottom: 0;
}

/* ----------------------------------------------------------- */

.modal-dialog.cascading-modal {
    margin-top: 15%;
}

/* ----------------------------------------------------------- */

.form-control-danger > input, .form-control-danger > input:focus {
    border-bottom: 2px solid red !important;
}

.form-control-danger > label {
    color: red !important;
}

/* ----------------------------------------------------------- */

.divider {
    height: 3px;
    display: block;
    background-color: rgba(0,0,0,.1);
    margin: 1em 0;
    width: 30px;
}

/* ----------------------------------------------------------- */

.dark-grey-text, .dark-grey-text a {
    color: #4f4f4f !important;
}

/* ----------------------------------------------------------- */

.text-muted {
    display: block;
}

@media (max-width: 1440px) {
    .double-nav .button-collapse {
        display: none;
    }
}

@media (max-width: 768px) {
    .double-nav .button-collapse {
        display: block;
    }
}

/* Hidden */
.hidden {
    display: none;
}

@media (max-width: 768px) {
    .hidden-xs {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width:992px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width:1200px) {
    .hidden-md {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}

.visible {
    display: block;
}

@media (max-width: 768px) {
    .visible-xs {
        display: block !important;
    }
}

@media (min-width: 768px) and (max-width:992px) {
    .visible-sm {
        display: block !important;
    }
}

@media (min-width: 992px) and (max-width:1200px) {
    .visible-md {
        display: block !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg {
        display: block !important;
    }
}

/*.collapse:not(.show) 
{
    display: none;
}*/

@media (max-width: 768px) {
    .collapse-xs:not(.show) {
        display: none;
    }
}

@media (min-width: 768px) and (max-width:992px) {
    .collapse-sm:not(.show) {
        display: none;
    }
}

@media (min-width: 992px) and (max-width:1200px) {
    .collapse-md:not(.show) {
        display: none;
    }
}

@media (min-width: 1200px) {
    .collapse-lg:not(.show) {
        display: none;
    }
}


/* Width */
.w-90 {
    width: 90% !important;
}

.w-85 {
    width: 85% !important;
}

.w-80 {
    width: 80% !important;
}

.w-75 {
    width: 75% !important;
}

.w-70 {
    width: 70% !important;
}

.w-65 {
    width: 65% !important;
}

.w-60 {
    width: 60% !important;
}

.w-55 {
    width: 55% !important;
}

.w-50 {
    width: 50% !important;
}

/* margin-5x */

/*.mb-5 {margin-bottom: 3rem !important;}*/
.mb-10 {
    margin-bottom: 6rem !important;
}

.mt-10 {
    margin-top: 6rem !important;
}

.ml-10 {
    margin-left: 6rem !important;
}

.mr-10 {
    margin-right: 6rem !important;
}

.mb-12 {
    margin-bottom: 7.5rem !important;
}

.mt-12 {
    margin-top: 7.5rem !important;
}

.ml-12 {
    margin-left: 7.5rem !important;
}

.mr-12 {
    margin-right: 7.5rem !important;
}

.mb-15 {
    margin-bottom: 9rem !important;
}

.mt-15 {
    margin-top: 9rem !important;
}

.ml-15 {
    margin-left: 9rem !important;
}

.mr-15 {
    margin-right: 9rem !important;
}

.mb-20 {
    margin-bottom: 12rem !important;
}

.mt-20 {
    margin-top: 12rem !important;
}

.ml-20 {
    margin-left: 12rem !important;
}

.mr-20 {
    margin-right: 12rem !important;
}

.mb-25 {
    margin-bottom: 15rem !important;
}

.mt-25 {
    margin-top: 15rem !important;
}

.ml-25 {
    margin-left: 15rem !important;
}

.mr-25 {
    margin-right: 15rem !important;
}

.mb-50 {
    margin-bottom: 30rem !important;
}

.mt-50 {
    margin-top: 30rem !important;
}

.ml-50 {
    margin-left: 30rem !important;
}

.mr-50 {
    margin-right: 30rem !important;
}

/* padding-5x */

/*.pb-5 {padding-bottom: 3rem !important;}*/
.pb-10 {
    padding-bottom: 6rem !important;
}

.pt-10 {
    padding-top: 6rem !important;
}

.pl-10 {
    padding-left: 6rem !important;
}

.pr-10 {
    padding-right: 6rem !important;
}

.pb-15 {
    padding-bottom: 9rem !important;
}

.pt-15 {
    padding-top: 9rem !important;
}

.pl-15 {
    padding-left: 9rem !important;
}

.pr-15 {
    padding-right: 9rem !important;
}

.pb-20 {
    padding-bottom: 12rem !important;
}

.pt-20 {
    padding-top: 12rem !important;
}

.pl-20 {
    padding-left: 12rem !important;
}

.pr-20 {
    padding-right: 12rem !important;
}

.pb-25 {
    padding-bottom: 15rem !important;
}

.pt-25 {
    padding-top: 15rem !important;
}

.pl-25 {
    padding-left: 15rem !important;
}

.pr-25 {
    padding-right: 15rem !important;
}

.pb-50 {
    padding-bottom: 30rem !important;
}

.pt-50 {
    padding-top: 30rem !important;
}

.pl-50 {
    padding-left: 30rem !important;
}

.pr-50 {
    padding-right: 30rem !important;
}

/* position */

.left-0 {
    left: 0px !important;
    right: auto;
}

.left-10 {
    left: 10px !important;
    right: auto;
}

.left-20 {
    left: 20px !important;
    right: auto;
}

.left-30 {
    left: 30px !important;
    right: auto;
}

.left-40 {
    left: 40px !important;
    right: auto;
}

.left-50 {
    left: 50px !important;
    right: auto;
}

.right-0 {
    right: 0px !important;
    left: auto;
}

.right-10 {
    right: 10px !important;
    left: auto;
}

.right-20 {
    right: 20px !important;
    left: auto;
}

.right-30 {
    right: 30px !important;
    left: auto;
}

.right-40 {
    right: 40px !important;
    left: auto;
}

.right-50 {
    right: 50px !important;
    left: auto;
}

.top-0 {
    top: 0px !important;
    bottom: auto;
}

.top-10 {
    top: 10px !important;
    bottom: auto;
}

.top-20 {
    top: 20px !important;
    bottom: auto;
}

.top-30 {
    top: 30px !important;
    bottom: auto;
}

.top-40 {
    top: 40px !important;
    bottom: auto;
}

.top-50 {
    top: 50px !important;
    bottom: auto;
}

.bottom-0 {
    bottom: 0px !important;
    top: auto;
}

.bottom-10 {
    bottom: 10px !important;
    top: auto;
}

.bottom-20 {
    bottom: 20px !important;
    top: auto;
}

.bottom-30 {
    bottom: 30px !important;
    top: auto;
}

.bottom-40 {
    bottom: 40px !important;
    top: auto;
}

.bottom-50 {
    bottom: 50px !important;
    top: auto;
}

/* Z-index */

.z-index-1 {
    z-index: 1;
}

.z-index-2 {
    z-index: 2;
}

.z-index-3 {
    z-index: 3;
}

.z-index-4 {
    z-index: 4;
}

.z-index-5 {
    z-index: 5;
}

.z-index-10 {
    z-index: 10;
}

.z-index-20 {
    z-index: 20;
}

.z-index-50 {
    z-index: 50;
}

.z-index-75 {
    z-index: 75;
}

.z-index-100 {
    z-index: 100;
}

.z-index-150 {
    z-index: 150;
}

.z-index-200 {
    z-index: 200;
}

.z-index-300 {
    z-index: 300;
}

.z-index-400 {
    z-index: 400;
}

.z-index-500 {
    z-index: 500;
}

.z-index-1000 {
    z-index: 1000;
}

.z-index-5000 {
    z-index: 5000;
}

.z-index-10000 {
    z-index: 10000;
}

.z-index-9999 {
    z-index: 9999;
}

.z-index-99999 {
    z-index: 99999;
}

/* font-weight */

.font-weight-100 {
    font-weight: 100;
}

.font-weight-200 {
    font-weight: 200;
}

.font-weight-300 {
    font-weight: 300;
}

.font-weight-400 {
    font-weight: 400;
}

.font-weight-500 {
    font-weight: 500;
}

.font-weight-600 {
    font-weight: 600;
}

.font-weight-700 {
    font-weight: 700;
}

.font-weight-800 {
    font-weight: 800;
}

.font-weight-900 {
    font-weight: 900;
}

/* --------------- ADMIN STYLE ------------------ */

.cascading-admin-card .admin-up .fa, .cascading-admin-card .admin-up .fas, .z-depth-2 {
    -webkit-box-shadow: 0 8px 17px 0 rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.19);
    box-shadow: 0 8px 17px 0 rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.19)
}

.cascading-admin-card {
    margin-top: 20px
}

    .cascading-admin-card .admin-up {
        margin-left: 4%;
        margin-right: 4%;
        margin-top: -20px
    }

        .cascading-admin-card .admin-up .fa, .cascading-admin-card .admin-up .fas {
            padding: 1.7rem;
            font-size: 2rem;
            color: #fff;
            text-align: left;
            margin-right: 1rem;
            -webkit-border-radius: 3px;
            border-radius: 3px
        }

        .cascading-admin-card .admin-up .data {
            float: right;
            margin-top: 2rem;
            text-align: right
        }

            .cascading-admin-card .admin-up .data p {
                color: #999;
                font-size: 12px
            }

.classic-admin-card .card-body {
    color: #fff;
    margin-bottom: 0;
    padding: .9rem
}

    .classic-admin-card .card-body p {
        font-size: 13px;
        opacity: .7;
        margin-bottom: 0
    }

    .classic-admin-card .card-body h4 {
        margin-top: 10px
    }

    .classic-admin-card .card-body .float-right .fa, .classic-admin-card .card-body .float-right .fas {
        font-size: 3rem;
        opacity: .5
    }

.classic-admin-card .progress {
    margin: 0;
    opacity: .7
}


ul.striped li {
    padding: .5rem;
    border-bottom: 1px solid rgba(0,0,0,.15)
}

    ul.striped li:last-child {
        border-bottom: 0
    }
/* ---------------- */

.card-footer 
{
    background: none;
    border-top: none !important
}

.card .card-text {
    display: block;
    text-overflow: ellipsis;
    word-wrap: break-word;
    overflow: hidden;
    line-height: 1.3em;
    max-height: 3.9em;
    /*min-height: 3.9em;*/
}

.card .card-title, .card .card-description {
    display: block;
    text-overflow: ellipsis;
    word-wrap: break-word;
    overflow: hidden;
    line-height: 1.3em;
    max-height: 3.6em;
    min-height: 3.8em;
}

.card .card-textpv {
    border: #33b5e5 1px solid;
    font-size: small;
    box-sizing: border-box;
    border-radius: 1em;
}

@media (min-width: 576px) {
    .card .card-textpv {
        margin: 0em 4em;
    }
}

@media (max-width: 576px) {
    .left-minus-25 {
        left: -25px;
    }
}

/* -------------- */

.menu-narrow {
    font-size: 0.9rem;
    line-height: 0.9rem;
}

    .menu-narrow p {
        margin-bottom: 0.6rem;
    }

.search-rounded 
{
    border-radius: 10em;
    border-top-right-radius: 10em !important;
    border-bottom-right-radius: 10em !important;
}

/* -------------- */

.selected-y:before 
{
    content: url(/Images/userfiles/images/selected-y.png);
    position: absolute;
    top: 25%;
    left: 3px;
}

/* -------------- */

.wow 
{
    visibility: hidden;
}

/* -------------- */

.nav-tabs .nav-link.active {
    border-color: #dee2e6 #dee2e6 #dee2e6;
}

/* -------------- */

.md-form2 {         /*for OksoftPhone*/
    display: none;
}

md-form input[type="date"]:active {
    color: rgb(73, 80, 87) !important;
}

input[type="date"]:focus, input[type="date"]:active {
    color: #000 !important;
    border-bottom: none !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    background: none !important;
    transition: none !important;
}

/* -------------- */

.PriceFractionalPart, .PriceWithoutNacencaFractionalPart, .RecommendedPriceFractionalPart {
    font-size: 70%;
}

/* ---------------------------------------------- */

.badge-favorite {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1;
    cursor: pointer;
}

.badge-add-to-favorites:not(.ProductCardFavorites) {
    display: none;
    color: black !important;
    background-color: #e0e0e0 !important;
}

.badge-remove-from-favorites:not(.ProductCardFavorites) {
    display: block;
    color: red !important;
    background-color: #fff !important;
}

.badge-add-to-favorites.ProductCardFavorites {
    display: block;
    color: black !important;
}

.badge-remove-from-favorites.ProductCardFavorites {
    display: block;
    color: red !important;
    background-color: #fff !important;
}

/*.mask:hover + .badge-favorite 
{
    display: block;
}

.mask:hover ~ .badge-favorite {
    display: block;
}*/
/* ---------------------------------------------- */
.NewsRubricItem h4 {
    font-weight: 400 !important;
    font-size: medium !important;
}

#NewsRubricsWrapper ul {
    display: block;
    list-style-type: none !important;
    padding-inline-start: 0px;
}

/* ---------------------------------------------- */

.number-input input[type="number"] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
}

.number-input input[type=number]::-webkit-inner-spin-button,
.number-input input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

.number-input {
    margin-bottom: 3rem;
}

    .number-input button {
        -webkit-appearance: none;
        background-color: transparent;
        border: none;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        margin: 0;
        position: relative;
    }

        .number-input button:before,
        .number-input button:after {
            display: inline-block;
            position: absolute;
            content: '';
            height: 2px;
            transform: translate(-50%, -50%);
        }

        .number-input button.plus:after {
            transform: translate(-50%, -50%) rotate(90deg);
        }

    .number-input input[type=number] {
        text-align: center;
    }

    .number-input.number-input {
        border: 1px solid #ced4da;
        width: 10rem;
        border-radius: .25rem;
    }
    @media (max-width: 576px) {
        .number-input.number-input {
            width: 8.5rem !important;
        }
    }

        .number-input.number-input button {
            width: 2.6rem;
            height: .7rem;
        }
        @media (max-width: 576px) {
            .number-input.number-input button {
                width: 2.0rem !important;
            }
        }

            .number-input.number-input button.minus {
                padding-left: 10px;
            }

            .number-input.number-input button:before,
            .number-input.number-input button:after {
                width: .7rem;
                background-color: #495057;
            }

        .number-input.number-input input[type=number] {
            max-width: 4rem;
            padding: .5rem;
            border: 1px solid #ced4da;
            border-width: 0 1px;
            font-size: 1rem;
            height: 2rem;
            color: #495057;
        }
        @media (max-width: 576px) {
            .number-input.number-input input[type=number] {
                max-width: 3rem !important;
            }
        }

@media not all and (min-resolution:.001dpcm) {
    @supports (-webkit-appearance: none) and (stroke-color:transparent) {

        .number-input.def-number-input.safari_only button:before,
        .number-input.def-number-input.safari_only button:after {
            margin-top: -.3rem;
        }
    }
}


.side-nav a {
    display: block !important;
}

.white-skin .side-nav .collapsible a {
    color: #424242;
}

@media (max-height: 992px) {
    .side-nav .logo-wrapper a {
        height: 100%;
    }
}

@media (max-height: 992px) {
    .side-nav .logo-wrapper {
        height: 100%;
    }
}


footer.page-footer .footer-copyright a {
    color: rgba(255,255,255,0.7);
}

/* ---------------- */

.page-header__nav-sections-link {
    position: relative;
    display: inline-block;
    padding: 10px 0;
    font-size: 1rem;
    text-decoration: none;
    border-bottom: 3px solid transparent;
    transition: border .25s ease-in-out,color .25s ease-in-out;
}

.page-header__nav-sections-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0;
    margin: 0;
    list-style-type: none;
}

/* ---------------- */

.breadcrumb-item.active {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* ---------------- */