﻿.text-main-color {
    color: #003da6
}

.cmspage {
    text-align: justify !important;
}

.req * {
    color: #dc3545 !important;
}

.hidden {
    display: none !important;
}

.addToCart {
    cursor: pointer;
}

#resendCode {
    cursor: pointer;
}

.pt-45 {
    padding-top: 45px !important;
}

.c-form_list {
    margin-top: 12px;
    width: 50%;
    margin: auto;
}

    .c-form_list > li {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 10px;
    }

        .c-form_list > li.submit {
            margin-top: 45px;
            display: flex;
            justify-content: flex-end;
        }

            .c-form_list > li.submit .btn {
                width: 117px;
                height: 33px;
                background: #008fdd;
                color: #fff;
                transition: all 0.3s ease;
                border-radius: 5px;
                font-weight: 500;
                line-height: unset;
                padding: unset;
            }

                .c-form_list > li.submit .btn:hover {
                    background: #003da6;
                }

        .c-form_list > li .c-form_lbl {
            color: #7c7a7a;
            width: 140px;
            padding-left: 5px;
            line-height: 40px;
            font-weight: 500;
        }

        .c-form_list > li .txt {
            padding-right: 10px;
            flex: 1;
            height: 40px;
            min-width: 250px;
            border: solid 1px #e8e8e8;
            transition: all 0.3s ease;
            font-weight: 500;
            border-radius: 5px;
            text-indent: unset !important;
        }

            .c-form_list > li .txt.txtarea {
                height: 150px !important;
                resize: none;
            }

            .c-form_list > li .txt:focus {
                background-color: #e8e8e8;
            }

.form_public.-twoll {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 800px;
    margin: 0 auto;
}

.form_public > li {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    margin-top: 10px;
}

    .form_public > li.half_size {
        width: calc(50% - 5px);
    }

    .form_public > li .lbl {
        margin-bottom: 5px;
    }

    .form_public > li .txt,
    .form_public > li .txtarea {
        width: 100%;
        background-color: #fff;
        padding: 0 10px;
        color: #7c7a7a;
        border: 1px solid #dedede;
        height: 40px;
        transition: all 0.2s;
    }

        .form_public > li .txt:focus,
        .form_public > li .txtarea:focus {
            border-color: #000;
        }

    .form_public > li .txtarea {
        height: 130px;
        resize: none;
    }

    .form_public > li.link {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 40px;
    }

        .form_public > li.link > a {
            flex: 1;
            max-width: 100%;
            text-align: center;
            background-color: #ececec;
            color: #9f9f9f;
            margin: 0 1px;
            height: 45px;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.3s;
        }

            .form_public > li.link > a:hover {
                background-color: #75b696;
                color: #000;
            }

    .form_public > li .ddl {
        cursor: pointer;
        -webkit-tap-highlight-color: transparent;
        -webkit-appearance: none;
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 14'%3E%3Cpath fill='%235a5b5d' fill-rule='evenodd' d='M23.688.28a1.008 1.008 0 0 0-1.42 0L11.984 11.57 1.702.28a1.008 1.008 0 0 0-1.42 0c-.392.4-.392 1.04 0 1.43l10.943 12.01c.21.21.486.3.76.28.273.02.55-.07.76-.28L23.688 1.71c.39-.39.39-1.03 0-1.43'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-size: 10px;
        background-position: 10px 50%;
    }

    .form_public > li .select {
        display: flex;
        align-items: center;
        flex-wrap: nowrap;
    }

        .form_public > li .select label {
            margin-right: 8px;
        }

    .form_public > li.submit {
        display: flex;
        justify-content: flex-end;
        margin-top: 25px;
    }

        .form_public > li.submit .btn {
            width: 115px;
            height: 35px;
            background-color: #003da6;
            text-align: center;
            color: #fff;
            display: flex;
            align-content: center;
            justify-content: center;
            align-items: center;
            transition: all 0.3s;
        }

            .form_public > li.submit .btn:hover {
                background-color: #4cd080;
                color: #fff;
            }

.form_public.-twoll {
    max-width: 980px;
    flex-wrap: nowrap;
    align-items: flex-end;
}

    .form_public.-twoll > li {
        width: unset;
    }

        .form_public.-twoll > li.half_size {
            width: calc(50% - 100px);
        }

        .form_public.-twoll > li.submit {
            display: unsetl;
        }

            .form_public.-twoll > li.submit .btn {
                height: 40px;
            }

.req {
    color: #dc3545 !important;
}

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

.swal2-container.swal2-center > .swal2-popup {
    font-size: 14px;
}

.validation-summary-errors * {
    color: #dc3545 !important;
    font-size: 13px;
}

.field-validation-error {
    width: 100%;
    display: block;
    color: #dc3545 !important;
}

    .field-validation-error * {
        color: #dc3545 !important;
    }

.relative {
    position: relative
}

#loading {
    display: none;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 50;
    width: 100%;
    height: 100%;
}

    #loading::after {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.19);
    }

    #loading > figure {
        height: 100%;
        position: absolute;
        left: 50%;
        top: 50%;
        z-index: 100;
        transform: translateX(-50%);
    }

        #loading > figure > img {
            height: auto;
            object-fit: cover;
            text-align: center;
            margin: 0 auto;
        }

        #loading > figure > figcaption {
            text-align: center;
            margin: 10px auto;
            padding: 10px 0;
            color: #000;
        }

.pagination-container {
    margin: 40px auto 0;
    display: flex;
    justify-content: center;
}

    .pagination-container .pagination {
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }

        .pagination-container .pagination > li {
            margin-right: 5px;
            border-radius: 50%;
            transition: all .3s ease-in;
        }

            .pagination-container .pagination > li > a {
                width: 32px;
                height: 32px;
                background-color: #4cd080;
                color: #fff;
                display: flex;
                -ms-align-items: center;
                -o-align-items: center;
                -webkit-align-items: center;
                align-items: center;
                -o-justify-content: center;
                -webkit-justify-content: center;
                justify-content: center;
                -ms-border-radius: 50%;
                border-radius: 50%;
                -ms-transition: all .3s ease-in;
                -o-transition: all .3s ease-in;
                -webkit-transition: all .3s ease-in;
                transition: all .3s ease-in;
            }

                .pagination-container .pagination > li > a:hover {
                    background: #003da6;
                }

            .pagination-container .pagination > li.active a {
                background: #003da6;
            }

.disPrice {
    position: absolute;
    bottom: 25px;
    left: 70px;
    display: block;
    text-align: left;
    color: #5c3327;
    font-weight: 400;
    font-size: 14px;
}

.unavailable {
    position: absolute;
    bottom: 25px;
    display: block;
    text-align: left;
    color: #5c3327;
    font-weight: 400;
    font-size: 14px;
}

.show-cart {
    color: #fff;
    background: #003da6;
    border-radius: 10px;
    padding: 10px 30px;
    margin-right: 40px;
    border: 2px solid #003da6;
    transition: all 500ms ease;
    font-weight: 600;
}

    .show-cart:hover {
        background: #fff;
        color: #003da6;
    }

.continue {
    color: #fff;
    background: #4cd080;
    border-radius: 10px;
    padding: 10px 30px;
    border: 2px solid #4cd080 !important;
    transition: all 500ms ease;
    font-weight: 600;
}

    .continue:hover {
        background: #fff;
        color: #4cd080;
    }
/*#######-loader-#######*/
.storeLoader {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 5;
    height: 100%;
    -webkit-backface-visibility: hidden;
    background: rgba(135, 135, 135,0.5);
}

    .storeLoader .storeLoader_box {
        background-color: #fff;
        width: 330px;
        min-height: 165px;
        border-radius: 10px;
        position: relative;
        overflow: hidden;
        display: flex;
        align-items: center;
    }

    .storeLoader.active {
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .storeLoader.active .storeLoader_box {
            animation: loaderview 0.3s forwards;
        }

@keyframes loaderview {
    0% {
        transform: scale(1.05);
        opacity: 0;
    }

    100% {
        transform: none;
        opacity: 1;
    }
}

.storeLoader img {
    margin: 0 auto
}

.gooey {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 142px;
    height: 40px;
    margin: 0 auto;
    background: #fff;
    filter: contrast(20);
}

    .gooey .dot {
        position: absolute;
        width: 12px;
        height: 12px;
        top: 12px;
        left: 15px;
        filter: blur(4px);
        background: #000;
        border-radius: 50%;
        transform: translateX(0);
        animation: dot 2.8s infinite;
    }

    .gooey .dots {
        transform: translateX(0);
        margin-top: 12px;
        margin-left: 31px;
        animation: dots 2.8s infinite;
    }

        .gooey .dots span {
            display: block;
            float: left;
            width: 12px;
            height: 12px;
            margin-left: 16px;
            filter: blur(4px);
            background: #000;
            border-radius: 50%;
        }

@keyframes dot {
    50% {
        transform: translateX(96px);
    }
}

@keyframes dots {
    50% {
        transform: translateX(-31px);
    }
}
/*#######-loader end-#######*/

.tooltip__content {
    padding: 5px 10px;
    line-height: 20px;
    background-color: rgba(0,0,0,0.85);
    font-size: 12px;
    color: #fff;
    text-align: center;
    position: absolute;
    pointer-events: none;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 5px;
    white-space: nowrap;
    z-index: 10
}

    .tooltip__content::after {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        border-width: 5px;
        border-style: solid;
        border-color: rgba(0,0,0,0.85) transparent transparent transparent
    }

.content * {
    list-style: inherit !important;
    font-family: inherit !important;
    font-weight: inherit !important;
}

.content ul {
    margin-right: 35px;
}

.content a {
    /*    text-decoration: none !important;
    font-family: inherit !important;
    font-weight: inherit !important;
    display: contents !important;*/
}

.info-about {
    padding: 40px 0 60px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: nowrap;
    gap: 50px;
}

    .info-about .about-us {
        width: 670px;
    }

    .info-about .title {
        font-size: 16px;
        color: #212121;
        font-weight: bold;
        line-height: 40px;
        margin-bottom: 10px;
    }

    .info-about .about-text {
        height: 100px;
        overflow: hidden;
    }

    .info-about #show-more {
        color: #003da6;
    }

    .info-about * {
        font-size: 14px;
        color: #8b949d;
        line-height: 30px;
    }

    .info-about .namad {
        width: 490px;
    }

        .info-about .namad .list-namad {
            display: flex;
            align-items: center;
            flex-wrap: nowrap;
            gap: 10px;
        }

            .info-about .namad .list-namad li {
                /*width: 110px;*/
                height: 138px;
                background: #f7f7f7;
                border-radius: 15px;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
            }

.txtNs {
    border: 1px solid #ccc;
}

.nsArea p {
    margin-bottom: 20px !important;
}

.nsBox {
    margin-bottom: 20px;
}

.socials img {
    border-radius: 50%;
}

/* links */
/* links */
.linkpan {
    width: 100%;
    text-align: center;
    display: flex
}

    .linkpan a {
        padding: 18px 5px;
        position: relative;
        margin: 27px 29px;
        outline: none;
        color: #575555;
        text-decoration: none;
        text-transform: uppercase;
        letter-spacing: 1px
    }

        .linkpan a::before, .linkpan a::after {
            position: absolute;
            left: 0;
            width: 100%;
            height: 1px;
            background: #003da6;
            content: '';
            opacity: .2;
            -webkit-transition: opacity .3s,height .3s;
            -moz-transition: opacity .3s,height .3s;
            transition: opacity .3s,height .3s
        }

        .linkpan a::after {
            top: 100%;
            opacity: 0;
            -webkit-transition: -webkit-transform .3s,opacity .3s;
            -moz-transition: -moz-transform .3s,opacity .3s;
            transition: transform .3s,opacity .3s;
            -webkit-transform: translateY(-10px);
            -moz-transform: translateY(-10px);
            transform: translateY(-10px)
        }

        .linkpan a .tit {
            z-index: 2;
            padding: 25px 5px 0 0;
            width: 162px;
            position: relative
        }

            .linkpan a .tit::before {
                display: none;
                content: '';
                position: absolute;
                top: 56px;
                right: 0;
                left: 0;
                width: 30px;
                height: 30px;
                background: url("../images/ie.png") no-repeat;
                background-size: 100% 100%;
                margin: 0 auto;
                opacity: 1;
                transition: 0.5s
            }

        .linkpan a .url {
            display: flex;
            justify-content: center;
            align-items: center;
            z-index: 1;
            padding: 8px 0 0px 0;
            color: #000;
            text-shadow: none;
            text-transform: none;
            font-size: 13px;
            opacity: 0;
            -webkit-transition: -webkit-transform .3s,opacity .3s;
            -moz-transition: -moz-transform .3s,opacity .3s;
            transition: transform .3s,opacity .3s;
            -webkit-transform: translateY(-100%);
            -moz-transform: translateY(-100%);
            transform: translateY(-100%)
        }

        .linkpan a .fav-icon {
            margin: 0 5px 0 0;
            width: 16px;
            height: 16px;
        }

        .linkpan a:hover::before, .linkpan a:focus::before {
            height: 6px
        }

        .linkpan a:hover .tit::before {
            opacity: 0
        }

        .linkpan a:hover::before, .linkpan a:hover::after, .linkpan a:focus::before, .linkpan a:focus::after {
            opacity: 1;
            -webkit-transform: translateY(0);
            -moz-transform: translateY(0);
            transform: translateY(0)
        }

        .linkpan a:hover .url, .linkpan a:focus .url {
            opacity: 1;
            -webkit-transform: translateY(0%);
            -moz-transform: translateY(0%);
            transform: translateY(0%)
        }

        .linkpan a img {
            width: 32px;
            height: 32px;
            float: right;
            margin: 10px 0 0 20px
        }
/* 404-page */
.page-404 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0;
    background-color: #f4f4f4;
    text-align: center;
}

    .page-404 h1 {
        font-size: 48px;
        font-weight: bold;
        color: #333;
        margin: 20px;
    }

    .page-404 p {
        font-size: 18px;
        color: #666;
        margin: 20px;
    }

    .page-404 a {
        background-color: #008fdd;
        color: #fff;
        border-radius: 50px;
        margin: 30px;
        padding: 18px;
        font-size: 15px;
    }

        .page-404 a:hover {
            background-color: #003da6;
            color: #fff;
        }

    .page-404 img {
        height: auto;
        margin-top: 50px;
    }

/* submenu */
.submenu2 {
    opacity: 1;
    visibility: visible;
    top: 100%
}

.absolute {
    position: absolute
}

.z-index {
    z-index: 999
}

.topmenu li.inc_submenu .submenu2 {
    top: 100%;
    width: 200px;
    background: #fff;
    right: 0;
    border-radius: 0 0 10px 10px;
    box-shadow: 0px 4px 17px -2px #afc7ba;
    overflow: hidden;
    transition: all .5s;
    opacity: 0;
    visibility: hidden
}

    .topmenu li.inc_submenu .submenu2 > ul > li {
        padding: 0 5px;
        border-bottom: 1px dashed #d5dcd6;
        transition: all .5s
    }

        .topmenu li.inc_submenu .submenu2 > ul > li:hover {
            background-color: #003da6
        }

            .topmenu li.inc_submenu .submenu2 > ul > li:hover > a {
                color: #fff
            }

        .topmenu li.inc_submenu .submenu2 > ul > li > a {
            font-size: 12px;
            color: #33363c;
            transition: all .5s
        }

        .topmenu li.inc_submenu .submenu2 > ul > li:last-child {
            border-bottom: none
        }

.topmenu .inc_submenu:hover .submenu2 {
    opacity: 1;
    visibility: visible;
    top: 100%
}

.popup__container {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 1111;
    transition: all 0.3s ease-out;
}

    .popup__container .popup-wrapper {
        position: absolute;
        left: 50%;
        top: 40%;
        transform: translate(-50%, -50%);
        width: 500px;
        max-width: calc(100% - 20px);
        height: auto;
        max-height: calc(100% - 20px);
        background-color: #fff;
        opacity: 1;
        transition: all 0.3s ease-out;
        border-radius: 5px;
        box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    }

        .popup__container .popup-wrapper .close {
            position: absolute;
            left: 15px;
            top: 10px;
            width: 20px;
            height: 20px;
            cursor: pointer;
            opacity: 0.5;
            transition: opacity 0.3s ease-out;
        }

            .popup__container .popup-wrapper .close i {
                color: #000;
                font-size: 23px;
            }

            .popup__container .popup-wrapper .close:hover {
                opacity: 1;
            }

        .popup__container .popup-wrapper .mCSB_scrollTools {
            width: 12px;
        }

        .popup__container .popup-wrapper .mCSB_inside > .mCSB_container {
            margin-left: 10px;
        }

        .popup__container .popup-wrapper .form {
            padding: 30px 20px;
        }

    .popup__container.show {
        opacity: 1;
        pointer-events: auto;
    }

        .popup__container.show .popup-wrapper {
            top: 50%;
            opacity: 1;
        }

.share-content {
    padding: 0 15px 15px;
}

    .share-content .title__inner__section {
        margin-bottom: 20px;
        width: 100%;
        font-size: 15px;
        color: #000;
        line-height: 40px;
        padding: 0 5px;
        position: relative;
        border-bottom: 2px solid #eceeef;
    }

    .share-content .caption {
        color: #444;
        font-size: 14px;
        line-height: 30px;
        margin-bottom: 5px;
        display: block;
    }

    .share-content .social-networks {
        display: inline-flex;
        margin-bottom: 20px;
    }

        .share-content .social-networks:hover li a img {
            opacity: 0.5;
        }

        .share-content .social-networks li a {
            display: block;
            padding: 0 8px 0 5px;
        }

            .share-content .social-networks li a img {
                width: 31px;
                height: 30px;
                transition: opacity 0.3s ease-out;
                border-radius: 5px;
            }

            .share-content .social-networks li a:hover img {
                opacity: 1;
            }

    .share-content .email {
        display: flex;
        border: 1px solid #ececec;
    }

        .share-content .email .btn {
            width: 65px;
            height: 40px;
            border-radius: 3px 0 0 3px;
            background-color: #c0936d;
            border: 1px solid #cfad91;
            border-left: none;
            color: #fff;
            font-size: 13px;
        }

            .share-content .email .btn:hover {
                background-color: #d7bba2;
            }

        .share-content .email .txt {
            height: 40px;
            flex: 1;
            font-size: 13px;
            border-radius: 0 3px 3px 0;
            word-spacing: -2px;
            transition: all 0.3s ease-out;
            border-left: none;
            padding: 0 15px;
        }

            .share-content .email .txt:focus {
                border-color: #666;
            }

    .share-content .url {
        display: flex;
        align-items: center;
        gap: 8px;
        border-top: 1px solid #e5e5e5;
        padding-top: 10px;
        position: relative;
    }

        .share-content .url .txt {
            flex: 1;
            direction: ltr;
            text-align: left;
            color: #777;
            border: none;
            font-size: 13px;
            height: 30px;
        }

        .share-content .url .icon {
            cursor: pointer;
            font-size: 18px;
            color: #003da6e;
        }

        .share-content .url .tooltip {
            position: absolute;
            left: 15px;
            top: -50%;
            transform: translateX(-50%);
            height: 30px;
            line-height: 30px;
            font-size: 10px;
            color: #fff;
            background-color: rgba(0, 0, 0, 0.8);
            border-radius: 5px;
            padding: 0 7px;
            opacity: 0;
            pointer-events: none;
            transition: all 0.3s ease-out;
            word-spacing: -2px;
        }

            .share-content .url .tooltip::after {
                content: "";
                position: absolute;
                border-style: solid;
                border-width: 5px;
                border-color: rgba(0, 0, 0, 0.8) transparent transparent transparent;
                top: 100%;
                left: 50%;
                transform: translateX(-50%);
            }

            .share-content .url .tooltip.show {
                opacity: 1;
                top: -70%;
            }

.alert {
    background: #003da6;
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    color: #fff;
    font-weight: bold;
}

.range-container {
    position: relative;
    display: inline-block;
}

#rate-detail {
    position: absolute;
    background-color: #333;
    color: #fff;
    padding: 5px;
    border-radius: 4px;
    visibility: hidden;
    transform: translate(-50%, -150%);
    white-space: nowrap;
}

#refreshCaptcha {
    background-color: #007bff;
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

    #refreshCaptcha:hover {
        background-color: #0056b3;
    }

    #refreshCaptcha svg, #refreshCaptcha i {
        color: #fff;
        font-size: 20px;
    }