﻿/* ------------------------------------------------
	Style by : Hanieh shahriyari
	Email : Shahriyari.hanieh@gmail.com
------------------------------------------------ */

@import url('fontCustom.css');

html,
body {
    font-size: 16px;
}

body {
    padding: 0;
    margin: 0;
    font-family: 'IRANSans';
    direction: rtl;
    color: #333;
    text-align: right;
}


.body-in {
    background: #f3f3f3;
    padding-top: 60px;
}

li,
ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

a {
    color: #333;
}

    a:hover,
    a:focus {
        text-decoration: none;
    }

* {
    outline: none;
}

    *:hover,
    *:focus {
        outline: none;
        /*-webkit-transition:all .3s;-moz-transition:all .3s;transition:all .3s;*/
    }

.img-full {
    width: 100%;
}

::-webkit-scrollbar {
    width: 4px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
}

::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

    ::-webkit-scrollbar-thumb:window-inactive {
        background: rgba(208, 208, 208, 0.4);
    }

::-webkit-scrollbar:horizontal {
    height: 6px;
}

::-webkit-scrollbar-track:horizontal {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
}

::-webkit-scrollbar-thumb:horizontal {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}


/*#region Form Material Design*/
.outline-textfield {
    position: relative;
}

    .outline-textfield label {
        position: absolute;
        font-size: 0.9rem;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        background-color: #ffffff;
        color: #333333;
        padding: 0 0.3rem;
        margin: 0 0.5rem;
        transition: .1s ease-out;
        transform-origin: right top;
        pointer-events: none;
    }

    /*Edit*/
    .outline-textfield input, .outline-textfield textarea, .outline-textfield select {
        font-size: 0.9rem;
        outline: none;
        border: 1px solid #cacaca;
        border-radius: 5px;
        padding: 0.5rem 0.7rem;
        color: gray;
        transition: 0.1s ease-out;
        height: 45px;
        width: 100%;
        direction: ltr;
        text-align: right;
    }

    .outline-textfield textarea {
        height: 110px;
    }

    .outline-textfield select {
        direction: rtl;
        text-align: right;
    }


        .outline-textfield input:focus,
        .outline-textfield textarea:focus,
        .outline-textfield select:focus,
        .outline-textfield section:focus {
            border-color: #fdc40e;
        }

            .outline-textfield input:focus + label,
            .outline-textfield textarea:focus + label,
            .outline-textfield select:focus + label,
            .outline-textfield section:focus + label {
                color: #333333;
                top: 0;
                transform: translateY(-50%) scale(.9);
            }



        .outline-textfield input:not(:placeholder-shown) + label,
        .outline-textfield textarea:not(:placeholder-shown) + label,
        .outline-textfield select:not(:placeholder-shown) + label,
        .outline-textfield section:not(:placeholder-shown) + label {
            top: 0;
            transform: translateY(-50%) scale(.9);
        }

        .outline-textfield input:focus ~ label,
        .outline-textfield textarea:focus ~ label,
        .outline-textfield select:focus ~ label,
        .outline-textfield select:focus ~ label {
            color: #333333;
            top: 0;
            transform: translateY(-50%) scale(.9);
        }

        .outline-textfield input:not(:placeholder-shown) ~ label,
        .outline-textfield textarea:not(:placeholder-shown) ~ label,
        .outline-textfield select:not(:placeholder-shown) ~ label {
            top: 0;
            transform: translateY(-50%) scale(.9);
        }

.outline-textfield-validator {
    position: relative;
}

    .outline-textfield-validator label {
        position: absolute;
        font-size: 0.9rem;
        right: 0;
        top: 35%;
        transform: translateY(-50%);
        background-color: #ffffff;
        color: #333333;
        padding: 0 0.3rem;
        margin: 0 0.5rem;
        transition: .1s ease-out;
        transform-origin: right top;
        pointer-events: none;
    }

    /*Edit*/
    .outline-textfield-validator input, .outline-textfield-validator textarea, .outline-textfield-validator select {
        font-size: 0.9rem;
        outline: none;
        border: 1px solid #cacaca;
        border-radius: 5px;
        padding: 0.5rem 0.7rem;
        color: gray;
        transition: 0.1s ease-out;
        height: 45px;
        width: 100%;
        direction: ltr;
        text-align: right;
    }

    .outline-textfield-validator textarea {
        height: 110px;
    }

    .outline-textfield-validator select {
        direction: rtl;
        text-align: right;
    }

        .outline-textfield-validator input:focus,
        .outline-textfield-validator textarea:focus,
        .outline-textfield-validator select:focus,
        .outline-textfield-validator section:focus {
            border-color: #fdc40e;
        }

            .outline-textfield-validator input:focus + label,
            .outline-textfield-validator textarea:focus + label,
            .outline-textfield-validator select:focus + label,
            .outline-textfield-validator section:focus + label {
                color: #333333;
                top: 0;
                transform: translateY(-50%) scale(.9);
            }



        .outline-textfield-validator input:not(:placeholder-shown) + label,
        .outline-textfield-validator textarea:not(:placeholder-shown) + label,
        .outline-textfield-validator select:not(:placeholder-shown) + label,
        .outline-textfield-validator section:not(:placeholder-shown) + label {
            top: 0;
            transform: translateY(-50%) scale(.9);
        }

        .outline-textfield-validator input:focus ~ label,
        .outline-textfield-validator textarea:focus ~ label,
        .outline-textfield-validator select:focus ~ label,
        .outline-textfield-validator select:focus ~ label {
            color: #333333;
            top: 0;
            transform: translateY(-50%) scale(.9);
        }

        .outline-textfield-validator input:not(:placeholder-shown) ~ label,
        .outline-textfield-validator textarea:not(:placeholder-shown) ~ label,
        .outline-textfield-validator select:not(:placeholder-shown) ~ label {
            top: 0;
            transform: translateY(-50%) scale(.9);
        }


/****************************/

.outline-textfield-textarea label {
    top: 20%;
}

.outline-textfield-inline-btn {
    position: absolute;
    left: 0;
    padding: 0 15px;
    border-radius: 5px 0 0 5px;
    line-height: 45px;
    font-size: 0.8rem;
    background: #fdc40e;
    color: #ffffff;
    top: 0;
}

    .outline-textfield-inline-btn:hover,
    .outline-textfield-inline-btn:focus {
        /* background-color: rgb(253, 196, 14, 0.6);*/
        color: #2a328f;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
    }

    .outline-textfield-inline-btn svg {
        font-size: 30px;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
    }

    .outline-textfield-inline-btn:hover svg {
        transform: rotate(40deg);
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
    }

.capcha {
    position: absolute;
    height: 45px;
    left: 60px;
    top: 0;
}

    .capcha img {
        height: 45px;
    }

.containe-btn {
    text-align: center;
}

.material-btn {
    position: relative;
    border: none;
    outline: none;
    cursor: pointer;
    background: #fdc40e;
    color: white;
    padding: 0 16px;
    border-radius: 5px;
    font-size: 16px;
    height: 45px;
    line-height: 45px;
    width: 100%;
    display: inline-block;
    text-align: center;
    color: #fff;
}

    .material-btn:hover {
        color: #fff;
    }

.outlineBtn {
    overflow: hidden;
}

    .outlineBtn:hover,
    .outlineBtn:focus,
    .outlineBtn:active {
        border: none;
        outline: none;
    }

.outlineBtn-effect {
    position: absolute;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    background: white;
    animation: outlineBtn-animation 2s;
}

.material-btn.white {
    background: #2a328f;
    color: #fdc40e;
    border: 1px solid #2a328f;
    color: #fff;
}

@keyframes outlineBtn-animation {
    from {
        transform: scale(1);
        opacity: 0.4;
    }

    to {
        transform: scale(100);
        opacity: 0;
    }
}

.form-check {
    font-size: 0.9rem;
    color: gray;
    font-weight: 100;
    padding-right: 1.25rem;
}

.form-check-input {
    margin-top: 0.2rem;
    margin-right: -0.5rem;
    color: white;
    font-size: 13px !important;
    font-weight: bolder;
}

    .form-check-input[type="checkbox"].filled-in + label:after,
    label.btn input[type="checkbox"].filled-in + label:after {
        -webkit-border-radius: 2px;
        border-radius: 2px;
    }

    .form-check-input[type="checkbox"].filled-in + label:before,
    .form-check-input[type="checkbox"].filled-in + label:after,
    label.btn input[type="checkbox"].filled-in + label:before,
    label.btn input[type="checkbox"].filled-in + label:after {
        content: '';
        right: 0;
        position: absolute;
        /* .1s delay is for check animation */
        -webkit-transition: border 0.25s, background-color 0.25s, width 0.2s 0.1s, height 0.2s 0.1s, top 0.2s 0.1s, left 0.2s 0.1s;
        -o-transition: border 0.25s, background-color 0.25s, width 0.2s 0.1s, height 0.2s 0.1s, top 0.2s 0.1s, left 0.2s 0.1s;
        transition: border 0.25s, background-color 0.25s, width 0.2s 0.1s, height 0.2s 0.1s, top 0.2s 0.1s, left 0.2s 0.1s;
        z-index: 1;
    }

    .form-check-input[type="checkbox"].filled-in:not(:checked) + label:before,
    label.btn input[type="checkbox"].filled-in:not(:checked) + label:before {
        width: 0;
        height: 0;
        border: 3px solid transparent;
        right: 6px;
        top: 10px;
        -webkit-transform: rotateZ(37deg);
        -ms-transform: rotate(37deg);
        transform: rotateZ(37deg);
        -webkit-transform-origin: 100% 100%;
        -ms-transform-origin: 100% 100%;
        transform-origin: 100% 100%;
    }

    .form-check-input[type="checkbox"].filled-in:not(:checked) + label:after,
    label.btn input[type="checkbox"].filled-in:not(:checked) + label:after {
        height: 15px;
        width: 15px;
        background-color: transparent;
        border: 1px solid #cacaca;
        top: 2px;
        border-radius: 2px;
        z-index: 0;
        right: 0;
        background: #fff;
    }

    .form-check-input[type="checkbox"].filled-in:checked + label:before,
    label.btn input[type="checkbox"].filled-in:checked + label:before {
        top: 3px;
        right: 7.5px;
        width: 7px;
        height: 11px;
        border-top: 2px solid transparent;
        border-left: 2px solid transparent;
        border-right: 2px solid #fff;
        border-bottom: 2px solid #fff;
        -webkit-transform: rotateZ(37deg);
        -ms-transform: rotate(37deg);
        transform: rotateZ(33deg);
        -webkit-transform-origin: 100% 100%;
        -ms-transform-origin: 100% 100%;
        transform-origin: 100% 100%;
    }

    .form-check-input[type="checkbox"].filled-in:checked + label:after,
    label.btn input[type="checkbox"].filled-in:checked + label:after {
        top: 2px;
        width: 15px;
        height: 15px;
        border: 2px solid #2a328f;
        background-color: #2a328f;
        border-radius: 2px;
        z-index: 0;
    }

.file-upload {
}

.file-upload-btn {
}

    .file-upload-btn:hover {
    }

    .file-upload-btn:active {
    }

.file-upload-content {
    display: none;
    margin-top: 10px;
    text-align: center;
    border: 1px solid #fdc40e;
}

.file-upload-input {
    position: absolute;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    outline: none;
    opacity: 0;
    cursor: pointer;
}

.image-upload-wrap {
    margin-top: 10px;
    border: 1px solid #2a328f;
    position: relative;
}

    .image-dropping,
    .image-upload-wrap:hover {
        background-color: #2a328f;
        border: 1px solid #2a328f;
    }

.image-title-wrap {
    color: #222;
}

.drag-text {
    text-align: center;
}

    .drag-text h3 {
        font-weight: 300;
        text-transform: uppercase;
        color: #333;
        padding: 40px 0;
        font-size: 1.2rem;
    }

.file-upload-image {
    max-height: 200px;
    max-width: 200px;
    margin: auto;
    padding: 20px;
}

.remove-image {
    width: 100%;
    margin: 0;
    color: #fff;
    background: #2a328f;
    border: none;
    padding: 10px;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 0.85rem;
}

    .remove-image:hover {
        background: #f3f3f3;
        color: #333;
        transition: all .2s ease;
        cursor: pointer;
    }

    .remove-image:active {
        border: 0;
        transition: all .2s ease;
    }

.form-info h4 {
    font-size: 0.9rem;
    margin-bottom: 1.5rem;
    color: #aaaaaa;
    text-align: justify;
    line-height: 1.4rem;
}

    .form-info h4:before {
        display: inline-block;
        content: '';
        width: 8px;
        height: 8px;
        border-radius: 100%;
        background: #2a328f;
        margin-left: 3px;
    }
/* #endregion Form Material Design */
/*#region Login Page */
.login {
    height: 100vh;
    justify-content: center;
    align-items: center;
    padding: 0 12rem;
    overflow: hidden;
    position: relative;
}

.login-circle1 {
    width: 40rem;
    height: 40rem;
    border: 3px solid #fdc40e;
    position: absolute;
    z-index: -5;
    border-radius: 100%;
    opacity: 0.1;
    top: -6rem;
    left: -15rem;
    animation-name: floating;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

.login-circle2 {
    width: 20rem;
    height: 20rem;
    border: 3px solid #fdc40e;
    position: absolute;
    z-index: -5;
    border-radius: 100%;
    opacity: 0.5;
    left: 10rem;
    bottom: 2rem;
    animation-name: floating;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

.login-circle3 {
    width: 10rem;
    height: 10rem;
    border: 2px solid #fdc40e;
    position: absolute;
    z-index: -5;
    border-radius: 100%;
    left: 30rem;
    top: -2rem;
    animation-name: floating;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

.login-logo {
    width: 120px;
    margin: 0 auto 22px;
    display: block;
}

.login .justify-content-between .outlineBtn.white {
    width: 58px;
    margin-right: 10px;
    padding-right: 5px;
    padding-left: 5px;
}

    .login .justify-content-between .outlineBtn.white svg {
        font-size: 30px;
    }

.login .justify-content-between input:first-child {
    margin-right: 0;
}

.login .justify-content-between input:last-child {
    margin-left: 0;
}

.login .justify-content-between input {
    margin: 8px;
    width: 25%;
    width: calc(25% - 12px);
}

.login p {
    font-weight: bold;
    font-size: 1.3rem;
    margin: 0;
}

.login small {
    font-size: 0.75rem;
    color: #cacaca;
    margin-bottom: 1.5rem;
    display: inline-block;
}

    .login small strong {
        color: #2a328f;
    }

.img-login {
    max-height: 80vh;
    max-width: 100%;
    animation-name: floating2;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

.login-link {
    font-size: 0.9rem;
    margin-top: 2rem;
    display: block;
    color: #2a328f;
}

    .login-link:hover,
    .login-link:focus {
        color: #fdc40e;
    }

.password-again {
    margin-top: 10px;
}

    .password-again a {
        margin: 0;
        margin-top: 10px;
        color: #2a328f;
        font-size: 0.8rem;
    }

        .password-again a i {
            font-size: 1rem;
            float: right;
            margin-left: 5px;
        }

        .password-again a:hover {
            color: #fdc40e;
        }

.login .copy-right {
    display: flex;
    justify-content: space-around;
    font-size: 0.8rem;
    margin-top: 25px;
    border-top: 1px solid #d8d8d8;
    padding-top: 10px;
}

    .login .copy-right span {
        cursor: pointer;
    }

        .login .copy-right span:hover {
            color: #fdc40e;
        }
/*#endregion Login Page */
/*#region body banner*/
.body-banner {
    position: relative;
}

    .body-banner:before {
        width: 90%;
        height: 160%;
        background-color: #fdc40e;
        -ms-transform: rotate(30deg);
        transform: rotate( 25deg );
        border-radius: 0 0 80px 0;
        display: block;
        top: -105%;
        content: '';
        position: absolute;
    }

.header:before {
    background: #f2f2f2;
    display: block;
    content: '';
    height: 50px;
    width: 25%;
    position: absolute;
    /*top: 10px;*/
}

.menu-bar {
    background: #f2f2f2;
    border-radius: 30px 0 0 30px;
    padding: 7.5px 0px 7.5px 10px;
}

    .menu-bar .navbar-nav {
        float: right;
        margin-top: 3px;
    }

.scroll-off {
    margin-top: 10px;
}

.search-box {
    background: #fff;
    display: flow-root;
    box-shadow: 0 5px 10px 0 rgba(138,155,165,0.2);
    padding: 15px;
    border-radius: 10px;
}
/*#endregion body banner*/
/*#region Header*/
.header {
    position: fixed;
    width: 100%;
    top: 0;
    right: 0;
    z-index: 1001;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    transition: all 200ms linear;
}

.newshop-mobile {
    display: none;
}


.first-product-vip-mobile {
    padding-top: 3rem;
}

.navbar-brand .logo-mobile {
    display: none;
}

.social {
    text-align: left;
    line-height: 0;
    border-bottom: 1px solid #efefef;
    padding-bottom: 8px;
    margin-bottom: 8px;
}

    .social a {
        color: #d8d8d8;
        margin-right: 8px;
    }

        .social a:hover {
            -webkit-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
            transition: all 200ms linear;
            color: #2a328f;
        }

        .social a i {
            line-height: 0;
            font-size: 17px
        }

.header .navbar-nav.ml-auto .dropdown-menu {
    right: 0;
}

.basket.basket-mobile {
    display: none;
}

.header .basket {
    float: left;
    position: relative;
    margin-top: 0;
    background: #fdc40e;
    border-radius: 100%;
    line-height: 0;
    padding: 7px;
    margin-right: 20px;
}

    .header .basket i {
        font-size: 21px;
    }

    .header .basket span {
        background: #2a328f;
        color: #fff;
        position: absolute;
        top: -5px;
        right: -10px;
        font-size: 12px;
        border-radius: 100%;
        width: 18px;
        height: 18px;
        line-height: 20px;
        text-align: center;
    }

.wallet-body {
    display: flex;
    padding: 0 0 0 15px;
    display: block;
    text-align: center;
    justify-content: flex-end;
    display: flex;
}


    .wallet-body .navbar-nav .dropdown-menu {
        float: left;
    }

    .wallet-body .nav-item:after {
        display: none;
    }

    .wallet-body .dropdown-item {
        line-height: 12px;
        margin-right: 0;
    }

    .wallet-body .dropdown-menu {
        position: absolute;
        left: 0;
        top: 50px;
    }

        .wallet-body .dropdown-menu a {
            color: #333;
            font-size: 0.9rem;
            margin: 0;
            width: 100%;
            display: flex;
            justify-content: space-between;
            line-height: 20px;
        }

        .wallet-body .dropdown-menu span {
            border-bottom: 1px solid #fdc40e;
            margin-bottom: 4px;
            padding-bottom: 4px;
        }

    .wallet-body .nav-item::before {
        display: none;
    }

    .wallet-body .dropdown-menu span {
        display: inline-block;
        width: 100%;
        line-height: 20px;
    }

        .wallet-body .dropdown-menu span small {
        }

        .wallet-body .dropdown-menu span i {
            font-style: normal;
            font-size: 0.7rem;
            line-height: 20px;
        }

.header.scroll-on .basket-body {
    margin-top: 0px;
}

.header .material-btn.white {
    min-width: 165px;
    -ms-flex-direction: row;
    flex-direction: row;
    font-size: 0.9rem;
    padding: 5px;
    height: 50px;
    line-height: 35px;
}

    .header .material-btn.white i {
        font-size: 0.6rem;
        float: left;
        margin-top: 4px;
    }

    .header .material-btn.white img {
        height: 100%;
        float: right;
    }

.start-header {
    opacity: 1;
    transform: translateY(0);
    /*padding: 10px 0;*/
    /*box-shadow: 0 10px 30px 0 rgba(138, 155, 165, 0.15);*/
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

    .start-header.scroll-on {
        box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
        padding: 8px 0;
        -webkit-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
        background: #fff;
    }

        .start-header.scroll-on .navbar-brand img {
            /*height: 35px;
            -webkit-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;*/
        }

.navbar {
    padding: 0;
}

.navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    padding-left: 2rem;
    background: #f2f2f2;
}

    .navbar-brand img {
        height: 50px;
        width: auto;
        display: block;
        -webkit-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
        padding: 3px 0;
    }

.navbar-toggler {
    float: left;
    border: none;
    padding-right: 0;
}

    .navbar-toggler:active,
    .navbar-toggler:focus {
        outline: none;
    }

.header .navbar-toggler-icon {
    width: 24px;
    height: 17px;
    background-image: none;
    position: relative;
    border-bottom: 2px solid #333;
    transition: all 300ms linear;
}

    .header .navbar-toggler-icon:after,
    .header .navbar-toggler-icon:before {
        width: 24px;
        position: absolute;
        height: 2px;
        background-color: #333;
        top: 0;
        right: 0;
        content: '';
        z-index: 2;
        transition: all 300ms linear;
    }

    .header .navbar-toggler-icon:after {
        top: 8px;
    }

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
    transform: rotate(45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
    transform: translateY(8px) rotate(-45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    border-color: transparent;
}

.nav-link {
    color: #333333 !important;
    font-weight: 500;
    transition: all 200ms linear;
}

.nav-item:hover .nav-link {
    color: #2a328f !important;
}

    .nav-item:hover .nav-link.wallet a {
        color: #fff !important;
    }

    .nav-item:hover .nav-link.wallet {
        background: #2a328f;
        color: #fff !important;
    }

        .nav-item:hover .nav-link.wallet:hover {
            color: #fff !important;
        }

        .nav-item:hover .nav-link.wallet span {
            font-size: 0.85rem;
            border-right: 2px solid #fdc40e;
            padding-right: 6px;
        }

.nav-item.active {
    display: flex;
}

.nav-link {
    position: relative;
    padding: 5px 0 !important;
    display: inline-block;
}

.nav-item:after {
    position: absolute;
    bottom: -5px;
    right: 0;
    width: 100%;
    height: 2px;
    content: '';
    background-color: #2a328f;
    opacity: 0;
    transition: all 200ms linear;
}

.nav-item:hover:after {
    bottom: 0;
    opacity: 1;
}

.nav-item.active:hover:after {
    opacity: 0;
}

.nav-item {
    position: relative;
    transition: all 200ms linear;
    font-size: 0.9rem;
}

    .nav-item .dropdown-menu {
        transform: translate3d(0, 10px, 0);
        visibility: hidden;
        opacity: 0;
        max-height: 0;
        display: block;
        padding: 0;
        margin: 0;
        transition: all 200ms linear;
    }

    .nav-item.show .dropdown-menu,
    .wallet-box.show .dropdown-menu {
        opacity: 1;
        visibility: visible;
        max-height: 999px;
        transform: translate3d(0, 0px, 0);
    }

.dropdown-menu {
    padding: 5px !important;
    margin: 0;
    font-size: 0.75rem;
    color: #212121;
    background-color: #fcfaff;
    border: none;
    border-radius: 5px;
    box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
    transition: all 200ms linear;
    text-align: right;
}

.dropdown-toggle::after {
    display: none;
}

.dropdown-item {
    padding: 5px 10px;
    color: #212121;
    border-radius: 2px;
    transition: all 200ms linear;
}

    .dropdown-item:hover,
    .dropdown-item:focus {
        color: #fff;
        background-color: #fdc40e;
    }

.wallet {
    display: block;
    text-align: center;
    justify-content: center;
    display: flex;
    color: #2a328f !important;
    background: #fff;
    border-radius: 5px;
    padding: 11px 5px 11px 35px !important;
    border: 2px solid #2a328f;
}

    .wallet:hover {
        color: #2a328f;
        -webkit-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }

    .wallet i {
        font-size: 1.5rem;
        line-height: 0;
        float: right;
        margin-left: 6px;
    }

.wallet-box {
    position: relative;
}

    .wallet-box .icon-sync {
        font-size: 20px;
        line-height: 0;
        margin-right: 8px;
        margin-top: 2px;
        cursor: pointer;
        color: #2a328f;
        position: absolute;
        z-index: 10;
        left: 9px;
        top: 14px;
    }

    .wallet-box:hover .icon-sync {
        color: #fff;
    }

.wallet span {
    font-size: 0.85rem;
    border-right: 2px solid #2a328f;
    padding-right: 6px;
}

@media (max-width: 767px) {
    .nav-item:after {
        display: none;
    }

    .nav-item::before {
        position: absolute;
        display: block;
        top: 15px;
        right: 0;
        width: 11px;
        height: 1px;
        content: "";
        border: none;
        background-color: #000;
        vertical-align: 0;
    }

    .dropdown-menu {
        box-shadow: none;
        transition: all 200ms linear;
    }

    .dropdown-toggle[aria-expanded="true"] + .dropdown-menu {
        margin-bottom: 10px !important;
    }

    .header .material-btn.white {
        width: 100%;
        margin-top: 10px;
    }
}

.body-in .header:before, .body-in .navbar-brand, .body-in .menu-bar {
    background: #fff;
}
/*#navbarSupportedContent {
    height: 218px !important;
}*/
/*#endregion Header*/
/*#region inner*/
.address-bar {
    padding-top: 1.5rem;
    padding-bottom: 1rem;
}

    .address-bar i {
        color: #fdc40e;
        float: right;
        margin-left: 8px;
        line-height: 0;
    }

    .address-bar span {
        font-size: 0.76rem;
        float: right;
        font-weight: 500;
    }

        .address-bar span:last-child a:before,
        .address-bar span:last-child a:after {
            display: none;
        }

        .address-bar span a {
            color: #aaaaaa;
            position: relative;
            padding: 0 0 0 20px;
        }

            .address-bar span a:hover {
                color: #fdc40e;
            }

            .address-bar span a:before,
            .address-bar span a:after {
                border-right: 1px solid #aaaaaa;
                content: '';
                display: block;
                height: 6px;
                margin-top: -6px;
                position: absolute;
                -moz-transform: rotate(-135deg);
                -o-transform: rotate(-135deg);
                -webkit-transform: rotate(-135deg);
                transform: rotate(-135deg);
                left: 10px;
                top: 58%;
                width: 0;
            }

            .address-bar span a:after {
                margin-top: -2px;
                -moz-transform: rotate(-45deg);
                -o-transform: rotate(-45deg);
                -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
            }

            .address-bar span a.active {
                color: #fdc40e;
                font-weight: 800;
            }

.inner {
}

    .inner .search-main .form-control {
        border: 0;
        font-size: 0.8rem;
        padding-right: 50px;
        height: calc(1.5em + 1.6rem + 2px);
        box-shadow: 0 3px 6px rgba(0,0,0,0.09), 0 3px 6px rgba(0,0,0,0.1);
        transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    }

        .inner .search-main .form-control:active,
        .inner .search-main .form-control:focus {
            box-shadow: 0 0 6px rgba(0,0,0,0.09), 0 0 6px rgba(0,0,0,0.1);
            transition: all 0.3s cubic-bezier(.25,.8,.25,1);
        }

    .inner .search-main .form-group i {
        top: 6px;
        right: 20px;
        font-size: 1.2rem;
        color: #aaaaaa;
    }

.inner-body {
    background: #fff;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    border-radius: 5px;
}

/*#endregion inner*/
/*#region Index*/
/*#region banner*/
.banner {
    /*background: #fdc40e;*/
    position: relative;
    /*margin-bottom: 60px;*/ margin-top: 60px;
}

/*.banner:before {
        background: rgba(253,197,14,1);
        background: -moz-linear-gradient(top, rgba(253,197,14,1) 0%, rgba(255,255,255,1) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(253,197,14,1)), color-stop(100%, rgba(255,255,255,1)));
        background: -webkit-linear-gradient(top, rgba(253,197,14,1) 0%, rgba(255,255,255,1) 100%);
        background: -o-linear-gradient(top, rgba(253,197,14,1) 0%, rgba(255,255,255,1) 100%);
        background: -ms-linear-gradient(top, rgba(253,197,14,1) 0%, rgba(255,255,255,1) 100%);
        background: linear-gradient(to bottom, rgba(253,197,14,1) 0%, rgba(255,255,255,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdc50e', endColorstr='#ffffff', GradientType=0 );
        height: 60px;
        content: '';
        display: block;
        position: absolute;
        bottom: -60px;
        width: 100%;
    }*/

.banner-icon {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
}

    .banner-icon span:nth-child(1),
    .banner-icon span:nth-child(2),
    .banner-icon span:nth-child(3),
    .banner-icon span:nth-child(4) {
        background: #fff;
        display: block;
        position: absolute;
        animation-duration: 5s;
        animation-iteration-count: infinite;
        animation-timing-function: ease-in-out;
        text-align: center;
    }

    .banner-icon span:nth-child(1) {
        opacity: 0.33;
        width: 2rem;
        height: 2rem;
        border-radius: 100%;
        top: 3rem;
        right: 52rem;
        animation-name: floating;
        line-height: 2rem;
        font-size: 12px;
    }

    .banner-icon span:nth-child(2) {
        opacity: 0.3;
        width: 3rem;
        height: 3rem;
        border-radius: 100%;
        top: 6rem;
        right: 5rem;
        animation-name: floating2;
        line-height: 3rem;
    }

    .banner-icon span:nth-child(3) {
        opacity: 0.2;
        width: 2rem;
        height: 2rem;
        border-radius: 5px;
        top: 1rem;
        right: 16rem;
        animation-name: floating3;
        line-height: 2rem;
        font-size: 12px;
    }

    .banner-icon span:nth-child(4) {
        background: #fff;
        opacity: 0.2;
        width: 2.5rem;
        height: 2.5rem;
        border-radius: 5px;
        bottom: 12rem;
        right: 32rem;
        animation-name: floating4;
        line-height: 2.5rem;
    }

#arrowAnim {
    width: 20%;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.arrow {
    width: 15px;
    height: 15px;
    border: 2.5px solid;
    border-color: #2a328f transparent transparent #2a328f;
    transform: rotate(-45deg);
}

.arrowSliding {
    position: absolute;
    -webkit-animation: slide 4s linear infinite;
    animation: slide 4s linear infinite;
}

.delay1 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.delay2 {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.delay3 {
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
}

@-webkit-keyframes slide {
    0% {
        opacity: 0;
        transform: translateX(15vw);
    }

    20% {
        opacity: 1;
        transform: translateX(9vw);
    }

    80% {
        opacity: 1;
        transform: translateX(-9vw);
    }

    100% {
        opacity: 0;
        transform: translateX(-15vw);
    }
}

@keyframes slide {
    0% {
        opacity: 0;
        transform: translateX(15vw);
    }

    20% {
        opacity: 1;
        transform: translateX(9vw);
    }

    80% {
        opacity: 1;
        transform: translateX(-9vw);
    }

    100% {
        opacity: 0;
        transform: translateX(-15vw);
    }
}
/*#endregion banner*/
/*#region search main*/
.search-item {
    width: 40%;
    float: left;
    text-align: center;
    z-index: 10;
    position: relative;
}

    .search-item a {
        background: #fff;
        padding: 5px;
        margin: 0.2rem 0.3rem 0;
        border-radius: 10px;
        float: left;
        width: 140px;
        height: 100px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        border: 1px solid #2a328f;
    }

        .search-item a:hover {
            box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
            transition: all 0.3s cubic-bezier(.25,.8,.25,1);
        }

        /*.search-item a:nth-child(1) {
            margin-top: 0;
        }

        .search-item a:nth-child(3) {
            margin-top: 0;
        }

        .search-item a:nth-child(5) {
            margin-top: 0;
        }*/

        .search-item a span {
            color: #333;
            font-size: 0.8rem;
        }

        .search-item a img {
            max-width: 100%;
            margin: auto;
            display: block;
            margin-top: 4px;
            margin-bottom: 6px;
        }

.search-main-form {
    width: 40%;
    float: left;
    margin-top: -40px;
    z-index: 10;
}

.search-main-category {
    width: 100%;
}

    .search-main-category .btn {
        background: #fff;
        color: #2a328f;
        font-size: 14px;
        border: 1px solid #2a328f;
        border-left: 0;
        border-radius: 0 5px 5px 0;
        padding: 8px 10px 7px 0;
        font-weight: 500;
    }

    .search-main-category .navbar-nav .dropdown-menu {
        position: absolute;
        right: 0;
    }

    .search-main-category .btn:before {
        content: '';
        height: 21px;
        width: 1px;
        background: #2a328f;
        float: left;
        margin-right: 9px;
    }

    .search-main-category .btn:hover,
    .search-main-category .btn:focus {
        box-shadow: none;
        background: #fff;
    }

    .search-main-category .dropdown-item {
        font-weight: 500
    }

        .search-main-category .dropdown-item img {
            width: 25px;
            margin-left: 5px;
        }

        .search-main-category .dropdown-item:hover,
        .search-main-category .dropdown-item:focus {
            background-color: #aaaaaa;
        }

    .search-main-category .icon-search {
        position: absolute;
        top: 1px;
        left: 5px;
        font-size: 1.5rem;
        transform: rotate(90deg);
        color: #2a328f;
    }

.search-main .search-main-category .form-control {
    border-radius: 5px 0 0 5px;
    border-right: 0;
    padding-right: 8px;
}

    .search-main .search-main-category .form-control:hover,
    .search-main .search-main-category .form-control:focus {
        box-shadow: none;
    }


.search-main {
    position: relative;
    z-index: 10;
    margin: auto;
     margin-top: 20px;
    /*padding-top: 40px;*/
}

    .search-main p {
        font-size: 0.85rem;
        color: #2a328f;
        margin-bottom: 0;
        font-weight: 500;
        margin-right: 12px;
    }

    .search-main small {
        font-size: 0.7rem;
        color: #2a328f;
        margin-bottom: 7px;
        display: inline-block;
        margin-right: 12px;
    }

    .search-main .form-control {
        border-color: #2a328f;
        font-size: 1rem;
        padding-right: 42px;
        background: #eeeeee;
        border: 0;
        border-radius: 8.3rem;
    }

        .search-main .form-control:active,
        .search-main .form-control:focus {
            outline: none;
            box-shadow: 0 0 0 0.2rem rgba(88,176,72,0.15);
        }

    .search-main .form-check {
    }

        .search-main .form-check span {
            float: right;
            position: relative;
            margin-left: 30px;
            color: #333;
            font-weight: 300;
        }

        .search-main .form-check .form-check-input[type="checkbox"].filled-in:not(:checked) + label:after {
            top: 2px;
            right: -20px;
            border: 1px solid #2a328f;
        }

        .search-main .form-check .form-check-input[type="checkbox"].filled-in:checked + label:after {
            top: 2px;
            border-radius: 2px;
            right: -20px;
        }

        .search-main .form-check .form-check-input[type="checkbox"].filled-in:not(:checked) + label:before {
            right: -13px;
        }

        .search-main .form-check .form-check-input[type="checkbox"].filled-in:checked + label:before {
            right: -11.5px;
        }

    .search-main .form-group {
        margin-bottom: 0.5rem;
        position: relative;
    }

        .search-main .form-group i {
            position: absolute;
            top: 2px;
            right: 16px;
            font-size: 1.5rem;
            transform: rotate(90deg);
            color: #2a328f;
        }

.index .search-main {
    display: flex;
    /*justify-content: center;*/
    justify-content: space-between;
    align-items: center;
}

    .index .search-main .nav-tabs .nav-item.show .nav-link,
    .index .search-main .nav-tabs .nav-link.active {
        background: none;
    }

    .index .search-main .nav-tabs .nav-item:hover span {
        color: #333;
    }

    .index .search-main .nav-tabs .nav-item:hover .nav-link {
        border: 0;
        color: #333 !important;
    }

    .index .search-main .nav-tabs .nav-item:hover:after {
        display: none;
    }

    .index .search-main .nav-tabs {
        border: 0;
        text-align: center;
        display: inline-flex;
    }

        .index .search-main .nav-tabs .nav-link {
            padding: 5px 15px !important;
            border: 0;
            position: relative;
        }

            .index .search-main .nav-tabs .nav-link i {
                display: block;
                font-size: 3rem;
                line-height: 0;
                opacity: 0.3;
                color: #2a328f;
                -webkit-transition: all .3s;
                -moz-transition: all .3s;
                transition: all .3s;
            }

            .index .search-main .nav-tabs .nav-link span {
                position: absolute;
                top: 30px;
                display: block;
                -webkit-transition: all .3s;
                -moz-transition: all .3s;
                transition: all .3s;
            }

            .index .search-main .nav-tabs .nav-link.active {
                background: none;
            }

                .index .search-main .nav-tabs .nav-link.active i {
                    opacity: 1;
                    font-size: 2rem;
                    padding: 0.5rem;
                    background: #fff;
                    border-radius: 100%;
                    -webkit-transition: all .3s;
                    -moz-transition: all .3s;
                    transition: all .3s;
                    color: #fdc40e;
                }

                .index .search-main .nav-tabs .nav-link.active span {
                    margin-top: 24px;
                    -webkit-transition: all .3s;
                    -moz-transition: all .3s;
                    transition: all .3s;
                }

                    .index .search-main .nav-tabs .nav-link.active span:after {
                        width: 1px;
                        height: 20px;
                        display: block;
                        background: #2a328f;
                        content: '';
                        margin-top: -5px;
                        margin: -3px auto 0;
                        -webkit-transition: all .5s;
                        -moz-transition: all .5s;
                        transition: all .5s;
                    }

.search-img {
    text-align: center;
}

    .search-img img {
        width: 100%;
        margin-top: 80px;
    }
/*#endregion search main*/
/*#region product VIP*/
.product-vip {
    display: inline-block;
    width: 100%;
    margin-bottom: -10px;
    position: relative;
    margin-top: 2rem;
}

.product-vip-box-Rating {
    position: absolute !important;
    top: 5px;
    left: 0px;
}

.product-vip-box {
    color: #333;
    text-align: center;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    border-radius: 5px;
    overflow: hidden;
    margin: 1.2rem 0;
    background: #fff;
    position: relative;
    direction: rtl;
}

    .product-vip-box small {
        font-weight: 500;
        position: absolute;
        top: 0;
        right: 20px;
        background: #fdc40e;
        padding: 15px 8px 5px;
        color: #fff;
        border-radius: 0 0 5px 5px;
    }

    .product-vip-box img {
        height: 170px;
        margin: 10px auto;
        transition: 0.5s;
    }

    .product-vip-box a {
        DISPLAY: block;
        width: 100%;
    }

    .product-vip-box p {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        transition: 0.5s;
        font-size: 14px;
        text-align: right;
        margin-right: 10px;
        margin-bottom: 10px;
    }

    .product-vip-box:hover p {
        color: #fdc40e;
    }

    .product-vip-box h4 {
        color: #333;
        font-size: 0.9rem;
        padding: 0 10px;
        transition: 0.5s;
        display: inline-block;
        width: 100%;
        margin: 0;
        margin-bottom: 8px;
    }

        .product-vip-box h4 span {
            width: 50%;
            float: right;
        }

            .product-vip-box h4 span:first-child {
                color: #cacaca;
                font-size: 0.75rem;
                text-decoration: line-through;
                margin-top: 7px;
                margin-top: -3px;
            }

            .product-vip-box h4 span:last-child {
                background: #e5e5e5;
                padding: 5px 0;
            }

.product-vip-box-btn small {
    position: relative;
    right: 0;
    background: none;
    font-size: 12px;
    color: #2a328f;
    width: 60%;
    float: right;
    padding: 13px 8px;
}


.product-vip-box-btn a {
    border-radius: 0;
    padding: 10px;
    width: 40%;
    float: right;
    height: 40px;
    transition: 0.5s;
    margin: 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}


.product-vip-box-btn span {
    color: #fff;
    background: #fdc40e;
    border-radius: 0;
    font-weight: 400;
    font-size: 0.9rem;
    padding: 10px;
    width: 40%;
    float: right;
    height: 40px;
    transition: 0.5s;
    margin: 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-vip-box:hover .product-vip-box-btn span {
    background: #2a328f;
}

.product-vip-box-btn span i {
    font-size: 1.6rem;
    opacity: 0.4;
    float: right;
    line-height: 0;
}

.product-vip-box-btn span strong {
    float: right;
    font-weight: 400;
    margin: 3px -6px 0 0;
}

.product-vip-box:hover {
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

    .product-vip-box:hover img {
        margin-top: 10px;
        margin-bottom: 10px;
        transition: 0.5s;
    }

    .product-vip-box:hover h4 {
        padding-bottom: 0px;
    }

    .product-vip-box:hover h5 {
        background: #2a328f;
        display: block;
        transition: 0.5s;
    }

.product-vip-second {
    margin-top: 3rem;
}
/*#endregion product VIP*/
/*#region ranking*/
.rank {
    background: #fff;
}

    .rank h2 {
        text-align: center;
        font-size: 1.5rem;
        margin-bottom: 20px;
    }

    .rank p {
        text-align: justify;
        margin-top: 1rem;
        line-height: 1.7rem;
    }

.rank-box {
    color: #333;
    text-align: center;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    width: 46%;
    margin: 2%;
    background: #fff;
    border-radius: 10px;
    padding: 8px;
    float: right;
}

    .rank-box:hover {
        box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
    }

    .rank-box img {
        width: 70%
    }

    .rank-box p {
        color: #fdc40e;
        text-align: center;
        font-size: 1.4rem;
        margin: 0;
        margin-top: 8px;
        margin-bottom: 10px;
    }

    .rank-box strong {
        color: #2a328f;
        display: block;
        width: 100%;
    }

    .rank-box:nth-child(1) {
        margin-top: 6rem;
    }
/*#endregion ranking*/
/*#region bank card*/
.bank-card {
    background: #fff;
    position: relative;
}

.title:before {
    background: #fdc40e;
    content: '';
    height: 100%;
    display: block;
    width: 6px;
    float: right;
    margin-left: 7px;
}

.title h2 {
    font-size: 1.2rem;
    margin: 3px 0;
    float: right;
}

    .title h2 a {
        color: #2a328f;
        float: left;
        font-size: 1rem;
        font-weight: 400;
        margin-top: 6px;
    }

        .title h2 a:hover {
            border-bottom: 1px solid #2a328f;
        }

    .title h2 small {
        color: #fdc40e;
        font-size: 1rem;
    }

.title > a {
    float: left;
    font-size: 0.8rem;
    color: #2a328f;
    font-weight: 500;
    margin-top: 6px;
}

    .title > a:hover {
        color: #fdc40e;
        border-bottom: 1px solid #fdc40e;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
    }

.title2 {
}

    .title2 h2 {
        font-size: 1.2rem;
        margin: 3px 0;
        color: #2a328f;
        float: right;
        background: #ffffff;
        z-index: 10;
        position: relative;
        padding: 0 13px;
    }

    .title2:after {
        background: #2a328f;
        content: '';
        display: block;
        height: 3px;
        width: 100%;
        position: absolute;
        left: 0;
        top: 15px;
    }

    .title2:before {
        background: #fff;
        content: '';
        display: block;
        height: 3px;
        width: 15px;
        position: absolute;
        right: 0;
        top: 15px;
        z-index: 10;
    }

.bank-card-carousel {
    width: 100%;
}

.bank-card-box {
}

    .bank-card-box > div {
        box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
        transition: all 0.3s cubic-bezier(.25,.8,.25,1);
        display: inline-block;
        width: 100%;
        border-radius: 10px;
        overflow: hidden;
    }

        .bank-card-box > div img {
            width: 100%;
            position: relative;
            border-radius: 10px 10px 0 0;
            margin-bottom: -15px;
        }

        .bank-card-box > div small {
            background: #fdc40e;
            color: #fff;
            padding: 5px 10px;
            border-radius: 0;
            width: 75%;
            display: inline-block;
            z-index: 10;
            position: relative;
            float: left;
            font-size: 0.9rem;
        }

        .bank-card-box > div h4 {
            color: #2a328f;
            padding: 15px 15px 0;
            font-size: 1.1rem;
            text-align: center;
            display: inline-block;
        }

        .bank-card-box > div h5 {
            color: #333;
            padding: 5px 15px 5px;
            font-size: 1rem;
            text-align: center;
        }

        .bank-card-box > div p {
            color: #828282;
            font-size: 0.75rem;
            padding: 0 15px;
            text-align: justify;
            height: 19px;
            overflow: hidden;
            margin-bottom: 8px;
        }

        .bank-card-box > div a {
            width: 50%;
            float: right;
            padding: 8px 15px;
            font-size: 0.9rem;
            font-weight: 500;
            text-align: center;
        }

        .bank-card-box > div .bank-card-box-about {
            background: #fdc40e;
            color: #2a328f;
        }

            .bank-card-box > div .bank-card-box-about:hover {
                color: #fdc40e;
                background: #fff;
                -webkit-transition: all .3s;
                -moz-transition: all .3s;
                transition: all .3s;
            }

        .bank-card-box > div .bank-card-box-link {
            color: #fdc40e;
            background: #2a328f;
        }

            .bank-card-box > div .bank-card-box-link:hover {
                color: #2a328f;
                background: #fff;
                -webkit-transition: all .3s;
                -moz-transition: all .3s;
                transition: all .3s;
            }

.bank-card-in {
    position: relative;
    text-align: center;
}

    .bank-card-in img {
        z-index: 2;
        position: relative;
        width: 80%;
        border-radius: 5px;
        margin-bottom: -75px;
        box-shadow: 0 14px 28px rgba(0,0,0,0.15), 0 10px 10px rgba(0,0,0,0.12);
    }

    .bank-card-in > div {
        background: #fff;
        padding: 10px;
        padding-top: 90px;
        display: inline-block;
        width: 100%;
        z-index: 1;
        position: relative;
        border-radius: 0 0 5px 5px;
    }

        .bank-card-in > div p {
            margin: 0;
            padding: 0;
            text-align: center;
            float: right;
            width: 50%;
            margin-top: 5px;
        }

        .bank-card-in > div h4 {
            color: #fdc40e;
        }

.bank-card-payment {
}
/*#endregion bank card*/
/*#region cooperate*/
.cooperate {
    text-align: center;
}

    .cooperate img {
        width: 40%;
    }
/*#endregion cooperate*/
/*#region Timer*/
.timer {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    position: absolute;
    top: 80px;
}

.flipper {
    color: #333;
    display: block;
    font-size: 20px !important;
    line-height: 100%;
    padding: 0;
    height: 55px;
    width: fit-content;
    margin: auto;
    background: rgba(253,196,14,0.6);
    padding: 10px;
}

    .flipper.flipper-invisible {
        font-size: 0px !important;
    }

.flipper-group {
    position: relative;
    white-space: nowrap;
    display: block;
    float: left;
    padding: 0;
    margin: 0;
}

    .flipper-group label {
        position: absolute;
        color: #333;
        font-size: 11px;
        top: 100%;
        line-height: 7px;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        text-align: center;
        padding-top: .5em;
    }

.flipper-digit {
    white-space: nowrap;
    position: relative;
    padding: 0;
    margin: 0;
    display: inline-block;
    float: left;
    height: 1.2em;
    overflow-y: hidden;
}

    .flipper-digit span {
        font-size: 25%;
    }

.flipper-delimiter {
    white-space: nowrap;
    display: block;
    float: left;
    padding: 0;
    margin: 0;
    color: #333;
    min-width: .1em;
    white-space: nowrap;
    display: block;
    padding-top: 0.1em;
    padding-bottom: 0.1em;
    line-height: 1em;
}

.digit-face {
    display: block;
    visibility: hidden;
    position: relative;
    border-radius: 0.1em;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 8;
    padding-top: 0.1em;
    padding-bottom: 0.1em;
    padding-left: 0.1em;
    padding-right: 0.1em;
    box-sizing: border-box;
    text-align: center;
}

.digit-next {
    display: block;
    position: relative;
    border-radius: 0.1em;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 8;
    height: 1.2em;
    background: #fff;
    padding-top: 0.1em;
    padding-bottom: 0.1em;
    padding-left: 0.1em;
    padding-right: 0.1em;
    box-sizing: border-box;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.digit-top {
    z-index: 10;
    top: 0;
    left: 0;
    right: 0;
    height: 50%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    pointer-events: none;
    overflow: hidden;
    position: absolute;
    background: #fff;
    padding-top: 0.1em;
    padding-bottom: 0;
    padding-left: 0.1em;
    padding-right: 0.1em;
    border-top-left-radius: 0.1em;
    border-top-right-radius: 0.1em;
    box-sizing: border-box;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: background 0s linear, -webkit-transform 0s linear;
    transition: transform 0s linear, background 0s linear;
    transition: transform 0s linear, background 0s linear, -webkit-transform 0s linear;
    -webkit-transform-origin: 0 0.6em 0 !important;
    transform-origin: 0 0.6em 0 !important;
    -webkit-transform-style: preserve-3d !important;
    transform-style: preserve-3d !important;
    z-index: 20;
}

    .digit-top.r {
        transition: background 0.2s linear, -webkit-transform 0.2s linear;
        transition: transform 0.2s linear, background 0.2s linear;
        transition: transform 0.2s linear, background 0.2s linear, -webkit-transform 0.2s linear;
        -webkit-transform: rotateX(90deg);
        transform: rotateX(90deg);
        background: #cccccc;
    }

.digit-top2 {
    visibility: hidden;
    position: absolute;
    height: 50%;
    left: 0;
    right: 0;
    background: #cccccc;
    transition: -webkit-transform 0.2s linear;
    transition: transform 0.2s linear;
    transition: transform 0.2s linear, -webkit-transform 0.2s linear;
    line-height: 0em !important;
    top: 50% !important;
    bottom: auto !important;
    padding-top: 0;
    padding-bottom: 0.1em;
    padding-left: 0.1em;
    padding-right: 0.1em;
    border-bottom-left-radius: 0.1em;
    border-bottom-right-radius: 0.1em;
    overflow: hidden;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: background 0s linear, -webkit-transform 0s linear;
    transition: transform 0s linear, background 0s linear;
    transition: transform 0s linear, background 0s linear, -webkit-transform 0s linear;
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -webkit-transform-style: preserve-3d !important;
    transform-style: preserve-3d !important;
    -webkit-transform-origin: 0 0 0 !important;
    transform-origin: 0 0 0 !important;
    z-index: 20;
}

    .digit-top2.r {
        visibility: visible;
        transition: background 0.2s linear 0.2s, -webkit-transform 0.2s linear 0.2s;
        transition: transform 0.2s linear 0.2s, background 0.2s linear 0.2s;
        transition: transform 0.2s linear 0.2s, background 0.2s linear 0.2s, -webkit-transform 0.2s linear 0.2s;
        -webkit-transform: rotateX(0deg);
        transform: rotateX(0deg);
        background: #fff;
    }

.digit-bottom {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    pointer-events: none;
    position: absolute;
    overflow: hidden;
    background: #fff;
    height: 50%;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
    line-height: 0em;
    padding-top: 0;
    padding-bottom: 0.1em;
    padding-left: 0.1em;
    padding-right: 0.1em;
    border-bottom-left-radius: 0.1em;
    border-bottom-right-radius: 0.1em;
    box-sizing: border-box;
    text-align: center;
    transition: none;
}

    .digit-bottom.r {
        transition: background 0.2s linear;
        background: #cccccc;
    }

.flipper-digit:after {
    content: "";
    position: absolute;
    height: 2px;
    background: rgba(0, 0, 0, 0.5);
    top: 50%;
    display: block;
    z-index: 30;
    left: 0;
    right: 0;
}

.flipper-dark {
    color: #fff;
}

    .flipper-dark .flipper-delimiter {
        color: #333;
    }

    .flipper-dark .digit-next {
        background: #333;
    }

    .flipper-dark .digit-top {
        background: #333;
    }

        .flipper-dark .digit-top.r {
            background: black;
        }

    .flipper-dark .digit-top2 {
        background: black;
    }

        .flipper-dark .digit-top2.r {
            background: #333;
        }

    .flipper-dark .digit-bottom {
        background: #333;
    }

.flipper-dark-labels .flipper-group label {
    color: #333;
}
/*#endregion Timer*/
/*#endregion Index*/
/*#region Modal*/
.modal-body form {
    padding-top: 1rem;
}

.modal-body .outline-textfield label {
    font-size: 0.85rem;
}

.modal-body .form-group {
    margin-bottom: 1.3rem;
}

.modal-content {
    padding: 0 15px;
}

.modal-title {
    font-size: 1rem;
    font-weight: 300;
    color: #2a328f;
}

.modal-header .close {
    float: left;
    margin: 0;
    padding: 0;
    margin: 2px 0 -2px 0;
    color: #2a328f;
}

    .modal-header .close:focus,
    .modal-header .close:hover {
        outline: none;
    }
/*#endregion Modal*/
/*#region Profile*/
.important {
    color: #ff0202;
    font-style: normal;
    margin-right: 3px;
}

.inner .form-group {
    margin-bottom: 2rem;
}

.inner-body .nav-item::before {
    display: none;
}

.nav-tabs .nav-link {
    padding: 5px 15px !important;
    border: 0;
}

    .nav-tabs .nav-item.show .nav-link,
    .nav-tabs .nav-link.active {
        border-bottom: 2px solid #fdc40e;
    }

.outline-textfield input[readonly=readonly] {
    border-color: #fdc40e;
}
/*#endregion Profile*/
/*#region product*/
.product-in-body {
    overflow: hidden;
}

    .product-in-body.product-level1:before,
    .product-in-body.product-level1 .product-detail .short .col small:before,
    .product-in-body.product-level1 .product-detail .progress-box .progress .progress-bar,
    .product-box.product-level1:before {
        background: #09ba5f;
    }

    .product-in-body.product-level1 .payment > div small {
        border-left: 1px solid #09ba5f;
        color: #09ba5f;
    }

    .product-in-body.product-level1 .payment > div span {
        color: #09ba5f;
    }

.product-box.product-level1 small {
    color: #09ba5f;
    border: 1px solid #09ba5f;
}

.product-box.product-level1 a i {
    border: 1px solid #09ba5f;
    background: #09ba5f;
}

.product-in-body.product-level2:before,
.product-in-body.product-level2 .product-detail .short .col small:before,
.product-in-body.product-level2 .product-detail .progress-box .progress .progress-bar,
.product-box.product-level2:before {
    background: #fb9600;
}

.product-in-body.product-level2 .payment > div small {
    border-left: 1px solid #fb9600;
    color: #fb9600;
}

.product-in-body.product-level2 .payment > div span {
    color: #fb9600;
}

.product-box.product-level2 small {
    color: #fb9600;
    border: 1px solid #fb9600;
}

.product-box.product-level2 a i {
    border: 1px solid #fb9600;
    background: #fb9600;
}

.product-in-body.product-level3:before,
.product-in-body.product-level3 .product-detail .short .col small:before,
.product-in-body.product-level3 .product-detail .progress-box .progress .progress-bar,
.product-box.product-level3:before {
    background: #e81214;
}

.product-in-body.product-level3 .payment > div small {
    border-left: 1px solid #e81214;
    color: #e81214;
}

.product-in-body.product-level3 .payment > div span {
    color: #e81214;
}

.product-box.product-level3 small {
    color: #e81214;
    border: 1px solid #e81214;
}

.product-box.product-level3 a i {
    border: 1px solid #e81214;
    background: #e81214;
}

.product-box {
    background: #fff;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    border-radius: 5px;
    display: inline-block;
    color: #333;
    margin-bottom: 0.25rem;
    width: 100%;
    overflow: hidden;
    position: relative;
}

    .product-box:before {
        content: "";
        width: 100%;
        height: 50px;
        overflow: hidden;
        top: 0;
        left: 0;
        z-index: 0;
        transform: skewY(-3.5deg);
        transform-origin: 0 0;
        -webkit-backface-visibility: hidden;
        display: block;
        position: relative;
    }

    .product-box:hover {
        box-shadow: 0 14px 28px rgba(0,0,0,0.15), 0 10px 10px rgba(0,0,0,0.12);
    }

.product-box-img {
    background: #ffffff;
    height: 100px;
    width: 100px;
    border-radius: 100%;
    position: relative;
    top: 0;
    /* bottom: -71px; */
    right: 15px;
    justify-content: center;
    align-items: center;
    display: flex;
    padding: 7px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    margin-bottom: -70px;
    position: relative;
    z-index: 8;
}

    .product-box-img img {
        max-width: 100%;
        max-height: 100%;
        border-radius: 100%;
    }

.product-box small {
    position: absolute;
    background: #ffffff;
    top: 30px;
    left: 15px;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 18px;
}

.product-box i.ranking {
    position: absolute;
    top: 5px;
    /*left: 100px;*/
    right: 130px;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    color: #fff;
    opacity: 0.8;
}

.product-box .product-box-content {
    margin-top: 20px;
}

.product-box a {
    color: #2a328f;
    font-size: 1.25rem;
    padding: 0 10px;
    width: 100%;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

    .product-box a i {
        font-style: normal;
        font-size: 12px;
        line-height: 0;
        padding: 0 10px;
        color: #fff;
        margin-right: 5px;
    }

    .product-box a:hover {
        color: #fdc40e;
    }

.product-box h5 {
    margin: 8px 0 0;
    color: #828282;
    padding: 0 10px;
    display: flex;
}

    .product-box h5 i {
        color: #828282;
        font-size: 0.85rem;
        float: right;
        margin-left: 5px;
        margin-top: 2px;
    }

    .product-box h5 a {
        font-size: 0.8rem;
        text-align: center;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        float: right;
        font-weight: 400;
        color: #828282;
        padding: 0;
        width: auto;
        display: block;
    }

        .product-box h5 a:hover {
            color: #fdc40e;
        }

.product-box h4 {
    width: 100%;
    display: inline-block;
    font-size: 0.7rem;
    font-weight: 500;
    color: #cacaca;
    padding: 0 10px;
}

    .product-box h4 i {
        color: #cacaca;
        font-size: 1rem;
        float: right;
        margin-left: 5px;
        margin-top: 2px;
    }

    .product-box h4 span {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        float: right;
        width: calc(100% - 21px);
        margin-top: 4px;
    }

.product-box .product-footer {
    font-size: 0.7rem;
    color: #aaaaaa;
    display: block;
    width: 100%;
}

    .product-box .product-footer div {
        width: 50%;
        float: right;
        padding: 6px;
        font-weight: 500;
        font-size: 0.9rem;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .product-box .product-footer div i {
            float: right;
            font-size: 1.3rem;
            line-height: 0;
        }

        .product-box .product-footer div span {
            float: right;
        }

        .product-box .product-footer div:first-child {
            color: #333;
            border-left: 1px solid #f3f3f3;
            border-radius: 0 0 5px 0;
        }

        .product-box .product-footer div:last-child {
            color: #828282;
        }

.page-number {
    margin-top: 2rem;
}

    .page-number nav {
        display: inline-flex;
    }

    .page-number .page-item.active {
        background: #fff;
    }

    .page-number .page-item:first-child span,
    .page-number .page-item:last-child span {
        line-height: 0;
        display: block;
        font-size: 12px;
        color: #333;
    }

    .page-number .page-item:first-child {
        margin-left: 10px;
        background: none !important;
    }

    .page-number .page-item:last-child {
        margin-right: 10px;
        background: none !important;
    }

    .page-number .page-link {
        border: 0;
        color: #333;
        line-height: 32px;
        padding: 0;
        width: 32px;
        margin: 0;
    }

    .page-number .page-item:hover {
        background: #fff;
    }

    .page-number .page-item:nth-child(2):hover,
    .page-number .page-item:nth-last-child(2):hover {
        border-radius: 100%;
    }

    .page-number .page-item:nth-child(2) .page-link {
        border-radius: 0 100% 100% 0;
    }

    .page-number .page-item:nth-last-child(2) .page-link {
        border-radius: 100% 0 0 100%;
    }

    .page-number .page-item:first-child .page-arrow,
    .page-number .page-item:last-child .page-arrow {
        border-radius: 100%;
        padding: 10px;
    }

    .page-number .page-link:hover,
    .page-number .page-link:focus {
        background-color: #fdc40e;
        box-shadow: none;
        border-radius: 100%;
        color: #fff;
    }

        .page-number .page-link:hover span,
        .page-number .page-link:focus span {
            color: #fff;
        }

    .page-number .page-item.active .page-link {
        color: #fff;
        background-color: #fdc40e;
        border-radius: 100%;
    }

.title-in {
    font-size: 1rem;
    margin: 0;
    margin-bottom: 1rem;
}

    .title-in span {
        color: #2a328f;
        font-size: 0.75rem;
    }

.Comment-time {
    color: #aaaaaa;
    font-size: 0.67rem;
}

.product-detail {
}

    .product-detail .title {
        color: #2a328f;
        font-size: 1.2rem;
        font-weight: 500;
    }

        .product-detail .title small {
            background: #e7e8ea;
            color: #333;
            top: 15px;
            left: 15px;
            padding: 1px 10px 0;
            border-radius: 5px;
            margin-right: 15px;
            font-size: 14px;
        }

    .product-detail .short {
        margin-bottom: 1rem;
    }

        .product-detail .short .col {
        }

            .product-detail .short .col:before {
                width: 1px;
                height: 21px;
                display: inline-block;
                background: #d8d8d8;
                content: '';
                position: absolute;
                left: 0;
                margin-top: 9px;
            }

            .product-detail .short .col:last-child:before {
                display: none;
            }

            .product-detail .short .col small {
                display: block;
                color: #cacaca;
                font-size: 0.75rem;
            }


                .product-detail .short .col small:before {
                    background: #fdc40e;
                    content: '';
                    width: 6px;
                    height: 6px;
                    border-radius: 100%;
                    display: inline-block;
                    margin-left: 4px;
                }

            .product-detail .short .col span {
                display: block;
                color: #828282;
                font-size: 0.9rem;
                padding-right: 10px;
            }

                .product-detail .short .col span a {
                    color: #828282;
                }

                    .product-detail .short .col span a:hover {
                        color: #2a328f
                    }

    .product-detail .text {
        font-size: 0.8rem;
        line-height: 2;
    }

    .product-detail .progress-box p {
        flex-grow: 1;
    }

    .product-detail .progress-box {
        margin-bottom: 0.5rem;
        border: 1px solid #d8d8d8;
        padding: 10px;
    }

        .product-detail .progress-box .progress {
            height: 25px;
            flex-grow: 100;
        }

            .product-detail .progress-box .progress .progress-bar {
                background-color: #2a328f;
                overflow: initial;
            }

    .product-detail .address {
        width: 100%;
        display: inline-block;
        font-size: 0.8rem;
        font-weight: 500;
        color: #828282;
        padding: 0 0;
        overflow: hidden;
        /*border-bottom: 1px solid #d8d8d8;*/
    }

.progress-bar {
    border-radius: .25rem;
    font-size: 12px;
    color: white;
    visibility: hidden;
    -webkit-animation: animate-width;
    -moz-animation: animate-width;
    animation: animate-width;
    animation-timing-function: cubic-bezier(0.35, 0.95, 0.67, 0.99);
    -webkit-animation-timing-function: cubic-bezier(0.35, 0.95, 0.67, 0.99);
    -moz-animation-timing-function: cubic-bezier(0.35, 0.95, 0.67, 0.99);
    animation-duration: 4s;
    -webkit-animation-duration: 4s;
    -moz-animation-duration: 4s;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
}

.product-filter {
}

    .product-filter .product-filter-title {
        /*direction: ltr;*/
    }

    .product-filter .product-filter-title {
        display: inline-block;
        width: 100%;
    }

        .product-filter .product-filter-title p {
            float: right;
            display: inline-block;
            width: auto;
            border: 1px solid #fdc40e;
            margin: 0;
            font-size: 0.8rem;
            height: 40px;
            line-height: 40px;
            background: white;
            color: #828282;
        }

    .product-filter #portfolio {
    }

    .product-filter .slick-prev,
    .product-filter .slick-next {
        width: 40px;
        height: 40px;
        border-radius: 5px;
        font-size: 18px;
    }

        .product-filter .slick-next:before {
            content: "\e0df";
            margin-right: -44px;
        }

.product-benefit {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

    .product-benefit a {
        background: #fff;
        padding: 5px;
        margin: 0.2rem 0.9rem 1rem;
        border-radius: 10px;
        float: left;
        width: 140px;
        height: 90px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        box-shadow: 0 0px 4px rgba(0, 0,0,0.1), 0 0px 4px rgba(0,0,0,0.1);
        text-align: center;
    }

        .product-benefit a img {
            max-width: 50px;
            width: 100%;
            margin: auto;
            display: block;
            margin-top: 4px;
            margin-bottom: 4px;
        }

        .product-benefit a span {
            color: #333;
            font-size: 0.8rem;
        }

.product-shop {
    background: #fff;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    border-radius: 5px;
    display: inline-block;
    color: #333;
    margin-bottom: 2rem;
    margin-top: 1rem;
    width: 100%;
    height: 290px;
    position: relative;
}

    .product-shop:hover {
        box-shadow: 0 14px 28px rgba(0,0,0,0.15), 0 10px 10px rgba(0,0,0,0.12);
        border: 1px solid #fdc40e;
        /*box-shadow: none;*/
    }

    .product-shop img {
        height: 180px;
        max-width: 100%;
        display: block;
        margin: auto;
        padding: 5px;
        position: relative;
        /* padding: 15px 0 20px; */
        box-sizing: border-box;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        top: 5px;
        background: #fff;
    }

    .product-shop:hover img {
        top: -30px;
        box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    }

    .product-shop small {
        position: absolute;
        background: #fdc40e;
        color: #fff;
        top: 30px;
        left: 0;
        padding: 5px 10px;
        border-radius: 0 5px 5px 0;
        position: absolute;
    }

    .product-shop h4 {
        color: #828282;
        font-size: 1.2rem;
        padding: 0 10px;
        text-align: center;
        top: 15px;
        position: relative;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .product-shop:hover h4 {
        top: -23px;
    }

    .product-shop h4 span {
        color: #cacaca;
        font-size: 0.9rem;
        margin-left: 10px;
        text-decoration: line-through;
    }

    .product-shop p {
        color: #2a328f;
        font-size: 0.9rem;
        padding: 0 10px;
        width: 100%;
        display: block;
        margin-bottom: 12px;
        position: relative;
        top: 15px;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .product-shop:hover p {
        top: -20px;
    }

    .product-shop p:hover {
        color: #fdc40e;
    }

    .product-shop strong {
        width: 100%;
        display: inline-block;
        font-size: 0.7rem;
        font-weight: 500;
        color: #cacaca;
        color: #d8d8d8;
        padding: 0 10px;
        overflow: hidden;
        margin: 0 auto;
        height: 18px;
        position: relative;
        top: -24px;
        opacity: 0;
        -webkit-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
        transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
        display: none;
    }

    .product-shop:hover strong {
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        display: inherit;
    }

    .product-shop .product-footer {
        font-size: 0.7rem;
        color: #aaaaaa;
        display: block;
        width: 100%;
        position: absolute;
        bottom: 0;
    }

        .product-shop .product-footer a {
            width: 20%;
            float: right;
            padding: 8px;
            font-weight: 500;
            font-size: 0.8rem;
            text-align: center;
            display: flex;
            justify-content: center;
            align-items: center;
            color: #fff;
        }

            .product-shop .product-footer a i {
                float: right;
                font-size: 1.4rem;
                line-height: 0;
                margin-left: 2px;
            }

            .product-shop .product-footer a span {
                float: right;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
            }

            .product-shop .product-footer a:first-child {
                width: 80%;
                color: #fff;
                background: #fdc40e;
                border-radius: 0 0 5px 0;
            }

                .product-shop .product-footer a:first-child:hover {
                    background: #2a328f;
                    -webkit-transition: all .3s;
                    -moz-transition: all .3s;
                    transition: all .3s;
                }

            .product-shop .product-footer a:last-child {
                color: #828282;
            }

                .product-shop .product-footer a:last-child:hover {
                    background: #2a328f;
                    color: #fff;
                    -webkit-transition: all .3s;
                    -moz-transition: all .3s;
                    transition: all .3s;
                    border-radius: 0 0 0 5px;
                }

.product-comment {
    position: relative;
}

    .product-comment .icon-bubble-comment {
        line-height: 0;
        display: inline-block;
        font-size: 5rem;
        opacity: 0.05;
        position: absolute;
        top: -25px;
        right: 100px;
    }

    .product-comment .media {
        font-size: 0.75rem;
    }

        .product-comment .media:last-child .media-body {
            border: 0;
        }

        .product-comment .media i {
            font-size: 1.5rem;
            background: #fdc40e;
            line-height: 0;
            padding: 6px;
            border-radius: 5px;
            margin-left: 8px;
        }

        .product-comment .media img {
            font-size: 0.5rem;
            background: #fdc40e;
            line-height: 0;
            padding: 3px;
            border-radius: 5px;
            margin-left: 8px;
            width: 40px;
            height: 40px;
        }

        .product-comment .media .media-body {
            border-bottom: 1px solid #f3f3f3;
            margin-bottom: 1.5rem;
            padding-bottom: 1.5rem;
        }

            .product-comment .media .media-body h5 {
                font-size: 0.85rem;
            }

            .product-comment .media .media-body .media {
                margin-bottom: 0;
            }

                .product-comment .media .media-body .media i {
                    background: #2a328f;
                    color: #fff;
                }

                .product-comment .media .media-body .media .media-body {
                    border-bottom: 0;
                    margin-bottom: 0;
                    padding-bottom: 0;
                }

.product-comment-type .form-group {
    margin-bottom: 1.5rem;
}

.product-comment-type .col-md-12.form-group {
    margin-bottom: 0.5rem;
}

.product-in-body .company-img {
    width: 100%;
    margin-bottom: 10px;
}

.product-in-body .map iframe {
    height: 12rem;
    width: 100%;
}

.map iframe {
    height: 12rem;
    width: 100%;
}

.product-in-detail {
    margin-top: calc(-150px + 1.5rem);
    position: relative;
}

    .product-in-detail .title {
        color: #fff;
    }

.product-in-body:before {
    content: "";
    width: calc(100% + 3rem);
    height: 150px;
    overflow: hidden;
    top: 0;
    left: 0;
    z-index: 0;
    transform: skewY(2.2deg);
    transform-origin: right;
    -webkit-backface-visibility: hidden;
    display: block;
    margin-right: -1.5rem;
    position: relative;
    margin-top: -1.5rem;
}

.payment {
    display: inline-block;
    width: 100%;
    margin-bottom: 50px;
    margin-top: 8px;
}

    .payment > div {
        float: right;
        border: 1px solid #ffffff;
        border-radius: 2px;
        margin-left: 10px;
        padding: 3px 10px;
        background: rgba(255,255,255,0.85);
        cursor: pointer;
        transition: all 200ms linear;
    }

        .payment > div:hover {
            background: rgba(255,255,255,1);
            transition: all 200ms linear;
        }

        .payment > div small {
            font-size: 20px;
            float: right;
            line-height: 0;
            padding-left: 10px;
            margin-left: 10px;
        }

        .payment > div span {
            font-size: 13px;
            float: right;
            margin-top: 2px;
        }

.product-in-item-body .form-info {
    margin-top: 20px;
}
/*#endregion product*/
/*#region product item*/
.carousel-indicators li {
    background-color: #2a328f;
    padding: 0;
}

.product-rank {
    text-align: left;
}

    .product-rank span {
        background: #f3f3f3;
        font-size: 0.8rem;
        padding: 5px 10px;
        float: right;
    }

.product-detail .social {
    border-bottom: 0;
    padding: 1rem 5px;
    margin-bottom: 0;
    display: inline-block;
    width: 100%;
    position: relative;
}

    .product-detail .social span {
        float: right;
        position: absolute;
        right: 10px;
        z-index: 10;
        top: 23px;
        font-size: 15px;
        color: #333;
        background: #ffffff;
        line-height: 15px;
        padding: 0 5px;
    }

    .product-detail .social:before {
        height: 1px;
        background: #f3f3f3;
        width: 100%;
        content: '';
        display: inline-block;
        margin-top: 17px;
        position: absolute;
        right: 0;
        z-index: 2;
    }

    .product-detail .social a {
        background: #f3f3f3;
        margin-right: 8px;
        line-height: 0;
        display: inline-block;
        float: left;
        color: #2a328f;
        transition: all 0.3s cubic-bezier(.25,.8,.25,1);
        padding: 7px;
        border-radius: 5px;
        position: relative;
        z-index: 10;
    }

        .product-detail .social a:hover {
            box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 3px rgba(0,0,0,0.24);
            transition: all 0.3s cubic-bezier(.25,.8,.25,1);
            color: #fdc40e;
        }

        .product-detail .social a i {
            font-size: 20px;
        }

            .product-detail .social a i svg {
                width: 20px;
                height: 20px;
            }



.product-detail .progress-box-price {
    border: 0;
    position: relative;
    margin-top: -42px;
    padding-top: 30px;
}

    .product-detail .progress-box-price:before {
        content: '';
        height: calc(100% - 54px);
        width: 1px;
        display: inline-block;
        background: #f3f3f3;
        position: absolute;
        right: 0;
        top: 0;
    }

    .product-detail .progress-box-price p {
        font-size: 0.8rem;
        padding: 0 15px 0 0;
        margin: 20px 0 10px 0;
        position: relative;
    }

        .product-detail .progress-box-price p:before {
            background: #f3f3f3;
            content: '';
            width: 15px;
            height: 1px;
            display: inline-block;
            margin-left: 20px;
            right: -10px;
            position: absolute;
            top: 9px;
        }

        .product-detail .progress-box-price p:after {
            background: #fdc40e;
            content: '';
            width: 7px;
            height: 7px;
            border-radius: 100%;
            display: inline-block;
            margin-left: 4px;
            position: absolute;
            right: 4px;
            top: 6px;
        }

    .product-detail .progress-box-price .price-base p:after,
    .product-detail .progress-box .price-base .progress .progress-bar {
        background-color: #828282;
        color: #fff;
    }

    .product-detail .progress-box-price .price-off p:after,
    .product-detail .progress-box .price-off .progress .progress-bar {
        background-color: #74ea5e;
        color: #333;
    }

    .product-detail .progress-box-price .price-final p:after,
    .product-detail .progress-box .price-final .progress .progress-bar {
        background-color: #fdc40f;
        color: #333;
    }

.product-detail .product-price {
    text-align: center;
}

    .product-detail .product-price:before {
        content: '';
        width: 100%;
        height: 1px;
    }

    .product-detail .product-price span {
        background: #fff;
        color: #333;
        font-weight: 500;
        font-size: 25px;
    }

.text-pack {
    margin-bottom: 2rem;
    line-height: 2;
    border: 1px solid #e9ecef;
    padding: 10px;
}

    .text-pack h5 {
        border-bottom: 1px solid #f3f3f3;
        padding-bottom: 10px;
        font-size: 0.8rem;
        font-weight: 400;
    }

    .text-pack strong {
    }

    .text-pack p.d-flex {
        position: relative;
    }

        .text-pack p.d-flex:before {
            /*border: 0.25px dashed #f3f3f3;*/
            width: 100%;
            height: 1px;
            content: '';
            position: absolute;
            top: 12px;
        }

        .text-pack p.d-flex span {
            background: #fff;
            padding: 0 7px;
            position: relative;
        }

.product-detail .text p:nth-of-type(1) {
    background: #f3f3f3;
}

    .product-detail .text p:nth-of-type(1) span {
        background: #f3f3f3 !important;
        text-decoration: none !important;
    }

.product-detail .text p span:nth-of-type(1) {
    width: 40%;
}

.product-detail .text p span:nth-of-type(2) {
    width: 20%;
}

.product-detail .text p span:nth-of-type(3) {
    width: 20%;
    text-decoration: line-through;
}

.shopping-cart-btn {
    margin-bottom: 10px;
}

.shopping-cart {
    text-align: center;
    margin-bottom: 10px;
}

    .shopping-cart .shopping-quantity {
        width: fit-content;
        border: 1px solid #fdc40e;
        border-radius: 5px;
        margin: auto;
        display: inline-block;
        float: left;
    }

        .shopping-cart .shopping-quantity input {
            -webkit-appearance: none;
            border: none;
            text-align: center;
            width: 50px;
            font-size: 20px;
            color: #43484D;
            font-weight: 300;
            float: right;
            line-height: 41px;
        }

    .shopping-cart button[class*=btn] {
        width: 43px;
        height: 43px;
        background-color: transparent;
        border: none;
        cursor: pointer;
        position: relative;
        float: right;
    }

    .shopping-cart .plus-btn {
        font-size: 20px;
    }

        .shopping-cart .plus-btn:before {
            width: 1px;
            height: 29px;
            background: #fdc40e;
            content: '';
            display: inline-block;
            position: absolute;
            left: 0;
            top: 7px;
        }

    .shopping-cart .minus-btn {
        font-size: 28px;
    }

        .shopping-cart .minus-btn:before {
            width: 1px;
            height: 29px;
            background: #fdc40e;
            content: '';
            display: inline-block;
            position: absolute;
            right: 0;
            top: 7px;
        }

    .shopping-cart button:focus,
    .shopping-cart input:focus {
        outline: 0;
    }
/*#endregion product item*/
/*#region shop list*/
.table-hover tbody tr:hover {
    color: #212529;
    background-color: rgba(0,0,0,0.02);
}

.shop-list table {
    font-size: 0.8rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

    .shop-list table thead {
        text-align: center;
        background: #ececec;
    }

    .shop-list table tr th,
    .shop-list table tr td {
        vertical-align: middle;
    }

.shop-form .form-group {
    margin-bottom: 1rem;
}

.basket-list img {
    height: 50px;
}

.basket-list .shopping-cart button[class*=btn] {
    width: 35px;
    height: 35px;
}

.basket-list .shopping-cart .minus-btn {
    line-height: 0;
}

    .basket-list .shopping-cart .minus-btn:before {
        height: 20px;
    }

.basket-list .shopping-cart .plus-btn:before {
    height: 20px;
}

.basket-list tr th:first-child {
    font-size: 20px;
    color: #ff0202;
    width: 45px;
    text-align: center;
}

.basket-list tbody tr th:first-child span {
    cursor: pointer;
}

.basket-list tbody tr td:nth-last-child(2) {
    text-align: center;
}

.basket-list tbody tr td:last-child {
    width: 147px;
}

.basket-list .shopping-cart .shopping-quantity input {
    line-height: 33px;
}

.basket-list tbody tr td span {
    display: block;
    font-size: 11px;
    color: #a4a4a4;
    padding-bottom: 2px;
}

.shop-list-item {
    display: initial;
    float: left;
    font-size: 0.8rem;
}

    .shop-list-item a {
        color: #828282;
        margin-right: 6px;
        display: inline-block;
        -webkit-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }

        .shop-list-item a:first-child:after {
            display: none;
        }

        .shop-list-item a:after {
            content: '';
            display: block;
            height: 18px;
            width: 1px;
            background: #828282;
            margin: 1px 0 0 15px;
        }

        .shop-list-item a:hover {
            color: #fdc40e;
            -webkit-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
        }

        .shop-list-item a i {
            float: right;
            font-size: 1.2rem;
            margin-left: 5px;
            margin-right: 10px;
        }

        .shop-list-item a span {
            float: right;
        }

.index .search-main {
    display: block;
}

#arrowAnim {
    display: none;
}

.search-main-form {
    width: 80%;
    margin-top: 0;
    margin-left: 10%;
}

.search-item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.basket-list tbody tr th.delete-desktop:first-child {
}

.basket-list tbody tr td span.delete-mobile {
    display: none;
}

.basket-list tbody tr td span.Date-mobile {
    display: none;
}

/*#endregion shop list*/
/*#region footer*/
footer {
    background: #fff;
    margin-top: 5rem;
    padding-top: 1rem;
    /*box-shadow: 0 0 20px 0 rgba(138, 155, 165, 0.15);*/
}

    footer .logo {
        height: 45px;
        margin-bottom: 10px;
    }

    footer p {
        font-size: 0.75rem;
        text-align: justify;
        font-weight: 500;
    }

    footer h3 {
        font-size: 0.8rem;
        margin-top: 50px;
    }

    footer li {
        color: #cacaca;
        font-size: 0.75rem;
        font-weight: 400;
        padding: 8px 0;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    footer a {
        color: #cacaca;
        font-size: 0.75rem;
        font-weight: 400;
    }

        footer a:hover,
        footer a:focus {
            color: #fdc40e;
        }

        footer a i {
            font-size: 1.2rem;
            margin-left: 8px;
        }

    footer .namad {
    }

        footer .namad:before {
            content: '';
            display: block;
            width: 100%;
            height: 1px;
            background: #cacaca;
            position: relative;
            top: 60px;
        }

        footer .namad img {
            height: 100px;
            margin-top: 0px;
            float: right;
            background: #fff;
            z-index: 10;
            position: relative;
            margin-right: 15px;
            padding: 2px;
            border-radius: 3px;
            box-shadow: 0 0 10px 0 rgba(138, 155,165,0.1);
        }

    footer .copy-right {
        text-align: center;
        font-size: 0.7rem;
        padding-bottom: 8px;
        color: #828282;
    }

    footer .company {
        color: #fdc40e;
        font-size: 0.7rem;
        margin-right: 3px;
    }

        footer .company:hover {
            color: #2a328f
        }
/*#endregion footer*/
/*#region animation*/
@keyframes floating {
    from {
        transform: translate(0, 0px);
    }

    65% {
        transform: translate(0, 15px);
    }

    to {
        transform: translate(0, -0px);
    }
}

@keyframes floating2 {
    from {
        transform: translate(0, -0px);
    }

    65% {
        transform: translate(0, 8px);
    }

    to {
        transform: translate(0, 0px);
    }
}

@keyframes floating3 {
    from {
        transform: translate(0, 0px);
    }

    65% {
        transform: translate(0, 40px);
    }

    to {
        transform: translate(0, -0px);
    }
}

@keyframes floating4 {
    from {
        transform: translate(0, -0px);
    }

    65% {
        transform: translate(0, 30px);
    }

    to {
        transform: translate(0, 0px);
    }
}

@-webkit-keyframes animate-width {
    0% {
        width: 0;
    }

    100% {
        visibility: visible;
    }
}

@-moz-keyframes animate-width {
    0% {
        width: 0;
    }

    100% {
        visibility: visible;
    }
}

@keyframes animate-width {
    0% {
        width: 0;
    }

    100% {
        visibility: visible;
    }
}
/*#endregion animation*/
/*#region About / Contact*/
.about,
.contact,
.body-bank-card {
    font-size: 0.9rem;
    line-height: 28px;
}

    .about a {
        color: #fdc40e;
        font-size: 1rem;
        font-weight: 600;
    }

        .about a:hover {
            color: #2a328f;
        }

.title-inner {
    font-size: 1.2rem;
    border-bottom: 1px solid #d8d8d8;
    padding-bottom: 10px;
    padding-right: 8px;
    margin-bottom: 15px;
    color: #2a328f;
}

.contact .col-md-6 p {
    font-size: 1.2rem;
    font-weight: 600;
    color: #fdc511;
    margin-bottom: 10px;
}

.contact .col-md-6:nth-child(2n+1) > div {
    border-left: 1px solid #d8d8d8;
}

.contact address {
    line-height: 30px;
    padding: 0 10px;
}

    .contact address strong {
        font-weight: 300;
        color: #828282;
    }
/*#endregion About / Contact*/
/*#region Gallery zoom*/
.xzoom-source img, .xzoom-preview img, .xzoom-lens img {
    display: block;
    max-width: none;
    max-height: none;
}

.xzoom-container {
    display: inline-block;
    width: 100%;
}

.xzoom-thumbs {
    text-align: center;
    z-index: 10;
    position: relative;
    width: 100%;
}

    .xzoom-thumbs a {
        width: 23%;
        float: right;
        margin: 1%;
    }

.xzoom {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
    margin-bottom: 15px;
}

.xzoom3 {
    border: 1px solid #e9ecef;
    margin-bottom: -15px;
    width: 100% !important;
}

.xzoom-gallery3 {
    border: 1px solid #cecece;
    width: 100%;
}

.xzoom-source, .xzoom-hidden {
    display: block;
    position: static;
    float: none;
    clear: both;
}

.xzoom-hidden {
    overflow: hidden;
}

.xzoom-lens {
    border: 1px solid #828282;
    box-shadow: -0px -0px 10px rgba(0,0,0,0.3);
    cursor: crosshair;
}

.xactive {
    -webkit-box-shadow: 0px 0px 3px 0px rgb(253,196,15);
    -moz-box-shadow: 0px 0px 3px 0px rgb(253,196,15);
    box-shadow: 0px 0px 3px 0px rgb(253,196,15);
    border: 1px solid #fdc40f;
}

/*#endregion Gallery zoom*/
/*#region transfer-price*/
.transfer-price {
    margin-bottom: 20px;
}

    .transfer-price li {
        position: relative;
        margin-bottom: 10px;
    }

        .transfer-price li:before {
            border: 0.25px dashed #f3f3f3;
            width: 100%;
            height: 1px;
            content: '';
            position: absolute;
            top: 9px;
        }

    .transfer-price span {
        background: #fff;
        padding: 0 0 0 3px;
        position: relative;
        font-size: 13px;
    }

    .transfer-price small {
        background: #fff;
        padding: 0 5px 0 0;
        position: relative;
        font-size: 11px;
        position: relative;
    }

.address-basket {
    border: 1px solid #dee2e6;
    border-radius: 3px;
    padding: 5px;
    margin-bottom: 5px;
    height: 200px;
    position: relative;
}

    .address-basket .form-group.form-check {
        margin-bottom: 7px;
        padding-bottom: 25px;
        border-bottom: 1px solid #dee2e6;
        background-color: #fdc40e !important;
    }

    .address-basket .address {
        font-size: 12px;
        margin-bottom: 8px;
        max-height: 55px;
        overflow: hidden;
    }

    .address-basket i {
        font-size: 11px;
        color: #ababab;
        font-style: normal;
        font-weight: 500;
    }

    .address-basket .post {
        font-size: 12px;
        margin-bottom: 8px;
    }

    .address-basket .number {
        font-size: 12px;
        margin-bottom: 8px;
        display: block;
    }

    .address-basket .name {
        font-size: 12px;
        font-weight: 500;
    }

.add-address {
    float: left;
    width: 120px;
    height: 35px;
    line-height: 35px;
    margin-top: -6px;
    font-size: 14px !important;
}

.add-address-btn {
    margin: 0;
    display: inline-block;
    width: 100%;
    text-align: left;
    font-size: 12px;
    color: #929191;
    cursor: pointer;
    position: absolute;
    bottom: 5px;
    left: 8px;
}

    .add-address-btn a {
        color: #929191;
    }

        .add-address-btn a:hover {
            color: #fdc40e;
        }
/*#endregion transfer-price*/
/*#region index-video*/

.index-video {
    position: relative;
}

    .index-video:before,
    .index-video:after {
        background: #fdc40e;
        content: '';
        height: 100%;
        display: block;
        width: 4rem;
        position: absolute;
        top: 0;
        z-index: -1;
    }

    .index-video:before {
        left: 0
    }

    .index-video:after {
        right: 0
    }

    .index-video .title:before {
        display: none;
    }

    .index-video .title h4 {
        color: #828282;
        font-size: 1rem;
        text-align: center;
        margin-bottom: 20px;
    }
/*#endregion index-video*/
/*#region group*/
.Subset-client-group {
    direction: ltr;
    padding: 4rem;
}

.main {
    display: flex;
    height: 100%;
    width: 100%;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.main-section {
}

.navigation-circle-main {
    position: absolute;
    text-align: center;
    top: calc(50% - 55px);
    left: calc(50% - 35px);
    z-index: 10;
}

    .navigation-circle-main a.back {
        display: block;
        font-size: 33px;
        margin-top: -27px;
        margin-bottom: -6px;
        color: #7b7b7b;
    }

        .navigation-circle-main a.back:hover {
            color: #2a328f;
        }

    .navigation-circle-main a:hover {
        color: #333;
    }

    .navigation-circle-main img {
        border-radius: 100%;
    }

    .navigation-circle-main h4 {
        font-size: 12px;
        margin: 0;
    }

    .navigation-circle-main img {
        width: 70px;
        margin-bottom: 5px;
    }

    .navigation-circle-main h3 {
        font-size: 16px;
        margin-bottom: 4px;
    }

.navigation-circle {
    display: block;
    position: relative;
    margin: auto;
}

.navigation-circle__inner {
    display: block;
    position: relative;
    height: 100%;
    width: 100%;
}

.navigation-circle__list {
    display: block;
    position: absolute;
    transform: rotate(-90deg);
    animation: 2.2s cubic-bezier(0.25, -0.25, 0.35, 1) 0 1 animate-in-list forwards;
}

.navigation-circle-svg {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform: rotateZ(-90deg);
}

.navigation-circle-svg--opaque {
    opacity: 0.5;
}

.navigation-circle-svg--mask circle {
    transition: all 0.5s ease;
    transition-delay: 0.5s;
    animation: 2.2s ease 0 1 animate-in-svg-circle-mask backwards;
    stroke: #2a328f;
}

.navigation-circle-list-item {
    display: block;
    position: absolute;
    height: 0;
    width: calc(50% + 19px);
    top: 50%;
    left: 50%;
    list-style: none;
    transform-origin: 0 0;
}

.navigation-circle-list-item__point {
    display: block;
    position: absolute;
    height: 38px;
    width: 38px;
    top: -19px;
    right: 2px;
    cursor: pointer;
    transform: scale(0);
}

    .navigation-circle-list-item__point:before {
        content: "•";
        display: block;
        position: absolute;
        height: 38px;
        width: 38px;
        top: 0;
        color: #2a328f;
        font-size: 12px;
        font-weight: 400;
        line-height: 38px;
        text-align: center;
        border-radius: 50%;
        transform: scale(0.75);
        transition: all 0.5s ease;
    }

    .navigation-circle-list-item__point:after {
        content: "";
        display: block;
        position: absolute;
        height: 1px;
        width: 0px;
        top: 17px;
        left: 31px;
        background-color: #2a328f;
        transition: all 0.5s ease;
    }

.navigation-circle-list-item__meta {
    display: block;
    position: absolute;
    overflow: hidden;
    opacity: 0;
    transform-origin: center;
    margin-left: 23px;
    min-width: 68px;
    padding: 4px;
    margin-top: -32px;
}

.navigation-circle-list-item__title {
    display: block;
    color: #333;
    text-align: center;
    font-size: 11px;
    padding-bottom: 0;
    margin-bottom: 4px;
}

.navigation-circle-list-item__subtitle {
    display: block;
    color: #333;
    text-align: center;
    font-size: 10px;
    margin: 0;
    margin-top: -2px;
}

/*.navigation-circle-list-item:nth-of-type(1) {
    transform: rotateZ(calc((360deg / 20) * 1));
}*/

.navigation-circle-list-item .navigation-circle-list-item__meta {
    transform: rotateZ(38.5714285714deg);
}

.navigation-circle-list-item .navigation-circle-list-item__point {
    animation: 1s cubic-bezier(0.55, -0.3, 0.6, 1.5) 0s 1 animate-in-list-item-point forwards;
}

    .navigation-circle-list-item .navigation-circle-list-item__point img {
        width: 38px;
        height: 38px;
        border-radius: 100%;
        background: #fdc40e;
    }

    .navigation-circle-list-item .navigation-circle-list-item__point:before {
        transform: scale(1);
        font-size: 16px;
    }

    .navigation-circle-list-item .navigation-circle-list-item__point:after {
        width: 4px;
        left: 38px;
    }

.navigation-circle-list-item .navigation-circle-list-item__meta {
    opacity: 1;
}

.navigation-circle-list-item:active .navigation-circle-list-item__point:before,
.navigation-circle-list-item.active .navigation-circle-list-item__point:before {
    transform: scale(0.85);
    color: #fdc40e;
    box-shadow: inset 0px 0px 0px 16px #fdc40e;
    border-color: transparent;
}

.navigation-circle-list-item:active .navigation-circle-list-item__title {
    font-size: 12px;
}

.navigation-circle-list-item:active .navigation-circle-list-item__point:after,
.navigation-circle-list-item.active .navigation-circle-list-item__point:after {
    width: 6px;
    left: 38px;
}

.navigation-circle-list-item:active .navigation-circle-list-item__meta,
.navigation-circle-list-item.active .navigation-circle-list-item__meta {
    opacity: 1;
}

@keyframes animate-in-list {
    0% {
        transform: rotate(-540deg);
    }

    100% {
        transform: rotate(-90deg);
    }
}

@keyframes animate-in-svg-circle-mask {
    0% {
        stroke-dashoffset: 1005;
    }

    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes animate-in-list-item-point {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

.modalMember p {
    font-size: 14px;
    margin-bottom: 0;
    margin-top: 8px;
    display: block;
    width: 100%;
}

    .modalMember p small {
        font-size: 12px;
        color: #848484;
    }

.modalMember img {
    width: 100%;
}
/*#endregion group*/
/*#region Slick*/
.responsive.slider {
    /*direction: ltr;*/
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

    .slick-list:focus {
        outline: none;
    }

    .slick-list.dragging {
        cursor: pointer;
        cursor: hand;
    }

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

    .slick-track:before,
    .slick-track:after {
        display: table;
        content: '';
    }

    .slick-track:after {
        clear: both;
    }

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
    padding: 0 10px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slick-prev,
.slick-next {
    z-index: 10;
    font-size: 21px;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 45px;
    height: 45px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: #f2f2f2;
    border-radius: 100%;
}

    .slick-prev:hover,
    .slick-prev:focus,
    .slick-next:hover,
    .slick-next:focus {
        color: transparent;
        outline: none;
    }

        .slick-prev:hover:before,
        .slick-prev:focus:before,
        .slick-next:hover:before,
        .slick-next:focus:before {
            opacity: 1;
        }

    .slick-prev.slick-disabled:before,
    .slick-next.slick-disabled:before {
        opacity: .25;
    }

    .slick-prev:before,
    .slick-next:before {
        font-family: "fontCustom" !important;
        font-style: normal !important;
        font-weight: normal !important;
        font-variant: normal !important;
        text-transform: none !important;
        speak: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        color: #2a328f;
    }

.slick-prev {
    left: -10px;
}

[dir='rtl'] .slick-prev {
    right: -15px;
    left: auto;
}

.slick-prev:before {
    content: "\e0de";
    margin-left: 10px;
}

[dir='rtl'] .slick-prev:before {
    content: "\e0df";
    margin-right: -89px;
    margin-left: 0;
}

.slick-next {
    right: -10px;
}

[dir='rtl'] .slick-next {
    right: auto;
    left: -15px;
}

.slick-next:before {
    content: "\e0df";
    margin-right: -50px;
}

[dir='rtl'] .slick-next:before {
    content: "\e0de";
    margin-right: -46px;
}
/*#endregion Slick*/
/*#region invoice*/
.invoice-table table,
.invoice-result-table table {
    font-size: 0.8rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.invoice-result-table {
    margin-top: calc(34px + 1.5rem);
}

    .invoice-result-table table {
        font-size: 0.7rem;
    }

    .invoice-table table thead,
    .invoice-result-table thead {
        text-align: center;
    }

    .invoice-table table tr th,
    .invoice-result-table table tr th {
        padding-top: 7px;
        padding-bottom: 7px;
    }

.invoice-table td span {
    margin-top: 5px;
    float: right;
}

.invoice-table .outline-textfield input,
.invoice-table .outline-textfield textarea,
.invoice-table .outline-textfield select {
    height: 34px;
    line-height: 34px;
    padding: 0.2rem 0.7rem;
}

.invoice-table .form-group {
    margin-bottom: 0;
}

.invoice-table table tr td:nth-child(2) .form-group {
    width: calc(100% - 20px);
    float: left;
}

.invoice-table table tr th:nth-child(3) {
    width: 100px;
}

.invoice-table table tr th:nth-last-child(1),
.invoice-table table tr th:nth-last-child(2),
.invoice-table table tr th:nth-last-child(3) {
    width: 80px;
}

.invoice-table .material-btn {
    height: 34px;
    line-height: 34px;
    font-size: 13px;
    color: #2a328f;
}
/*#endregion invoice*/
/*#region accordion*/
.accordion-rule {
    font-size: 0.8rem;
    line-height: 1.7rem;
}

    .accordion-rule .card {
        border: 0;
        overflow: initial;
    }

    .accordion-rule .card-header .btn {
        color: #333;
        padding: 0;
        font-size: 0.85rem;
    }

        .accordion-rule .card-header .btn i {
            float: left;
            margin-top: 2px;
            line-height: 0;
            font-size: 14px;
            color: #2a328f;
        }

    .accordion-rule .card-header {
        padding: 10px;
    }

    .accordion-rule > .card > .card-header {
        background: #f3f3f3;
        border: 1px solid #f3f3f3;
        border-radius: 5px;
        margin-bottom: 1rem;
        box-shadow: 0 0 6px rgba(0,0,0,0.09), 0 0 6px rgba(0,0,0, 0.1);
    }

    .accordion-rule .card-body {
        padding: 0.5rem 1.25rem 2rem;
        text-align: justify;
    }

    .accordion-rule .card-header .btn:hover,
    .accordion-rule .card-header .btn:focus {
        box-shadow: none;
    }
/*#endregion accordion*/
/*#region body-bank-card*/
.body-bank-card {
}
/*#endregion body-bank-card*/
.search-map {
    position: absolute;
    top: -6px;
    z-index: 999;
    width: calc(100% - 100px);
    margin-right: 80px;
}

.search-main.search-map .form-control {
    background: #ffffff;
}

.inner .search-main.search-map .form-control {
    height: 44.8px;
    border-radius: 5px;
    -webkit-box-shadow: 1px 1px 4px rgba(0,0,0,.4) !important;
    box-shadow: 1px 1px 4px rgba(0,0,0,.4) !important;
}

.inner .search-main.search-map .form-group i {
    font-size: 1.5rem;
}

@media only screen and (max-width:1199px) {
    .login {
        padding: 0 2rem;
    }

    .cooperate img {
        width: 50%;
    }
}

@media only screen and (max-width:992px) {
    /*.group-body {
        width: auto;
        flex: none;
        max-width: fit-content;
    }*/
    .Subset-client-group {
        overflow: scroll;
        overscroll-behavior-y: auto;
    }

    .body-banner:before {
        bottom: 65%;
        top: auto;
    }

    .header:before, .body-in .header:before {
        display: none;
    }

    .navbar-brand {
        padding: 0 15px;
    }

    .search-img {
        display: none;
    }

    .login {
        padding: 0;
    }

    .inner-body .nav.nav-tabs {
        display: flex;
        justify-content: space-between;
    }

    .cooperate img {
        width: 80%;
    }

    .product-box .product-footer div {
        width: 100%;
    }

        .product-box .product-footer div:first-child {
            border-radius: 0;
        }

    .index .search-main {
        display: block;
        padding-top: 0;
    }

    .search-main-form {
        width: 100%;
        margin-top: 0;
        margin-left: 0;
    }

    #arrowAnim {
        transform: rotate(-90deg);
        margin: auto;
        display: none;
    }

    #arrowAnim {
        height: 60px;
    }

    .search-item {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
    }

        .search-item a:nth-child(1),
        .search-item a:nth-child(3)
        .search-item a:nth-child(5) {
            margin-top: -10px;
        }

    .product-vip-second {
        margin-top: 0;
    }

    .product-vip-third > div:first-child {
        width: calc(50% - 15px);
        float: right;
        margin-left: 15px;
        margin-top: 0;
    }

    .product-vip-third > div:last-child {
        width: calc(50% - 15px);
        float: right;
        margin-right: 15px;
        margin-top: 0;
    }

    .basket-list .shopping-cart .plus-btn:before {
        height: 1px;
        width: 30px;
        left: 10px;
        top: 34px;
    }

    .basket-list .shopping-cart button[class*=btn] {
        width: 50px;
        height: 35px;
    }

    .basket-list .shopping-cart .minus-btn:before {
        height: 1px;
        width: 30px;
        right: 10px;
        top: 0px;
    }

    .basket-list .shopping-cart .shopping-quantity input {
        width: 100%;
    }
}

@media only screen and (max-width:767px) {
    .product-benefit a {
        margin: 0.2rem 0.5rem 1rem;
    }

    .invoice-result-table {
        margin-top: 10px;
    }

    .body-banner:before {
        /*background-color: rgba(253, 196, 14, 0.2);*/
    }

    .navbar-brand img {
    }

    .navbar-brand .logo-mobile {
        display: block;
    }

    .newshop-mobile {
        display: block;
    }


    .first-product-vip-mobile {
        padding-top: 0;
    }

    .navbar-brand .logo-desktop {
        display: none;
    }

    .start-header.scroll-on {
        background-color: rgba(253, 196, 14,1);
    }

    .header .basket {
        background: #fff;
    }

    .navbar-brand, .body-in .navbar-brand {
        background: none;
    }

    .search-main {
        position: relative;
        z-index: 10;
        margin: auto;
        margin-top: 15px;
        padding-top: 0;
    }

    .form-info h4 {
        font-size: 0.8rem;
        line-height: 1.4rem;
    }

    .rank-box {
        width: 100%;
        margin: 1rem 0 0;
    }

        .rank-box:nth-child(1) {
            margin-top: 0;
        }

        .rank-box img {
            height: 100px;
            float: right;
            width: auto;
            border-left: 1px solid #efefef;
            padding-left: 10px;
        }

    .rank p {
        font-size: 0.85rem;
        line-height: 23px;
    }

    .index .search-main .nav-item::before {
        display: none;
    }

    .search-item a {
        margin: 10px;
    }

        .search-item a:nth-child(1),
        .search-item a:nth-child(3)
        .search-item a:nth-child(5) {
            margin-top: -10px;
        }

    .product-detail .short .col {
        width: 100%;
        display: block;
        flex: inherit;
        padding-bottom: 5px;
        margin-bottom: 5px;
    }

        .product-detail .short .col:before {
            width: 90%;
            height: 1px;
            left: 5%;
            margin-top: 9px;
            bottom: 0;
        }

    .product-vip-box {
        margin-top: 0;
    }

    .product-vip-third > div:first-child,
    .product-vip-third > div:last-child {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    .shopping-cart button.plus-btn {
        float: right;
    }

    .shopping-cart button.minus-btn {
        float: left;
    }

    .shopping-cart .shopping-quantity {
        width: 100%;
    }

    .basket-list .shopping-cart .shopping-quantity {
        width: calc(100% - 60px);
    }

        .basket-list .shopping-cart .shopping-quantity input {
            width: calc(100% - 95px);
        }

    .social .nav-item.show .dropdown-menu {
        top: 0px;
        right: 48px;
        transform: inherit !important;
    }

    .shop-list-item {
        margin-top: 12px;
    }

    .contact .col-md-6 > div,
    .contact .col-md-6:nth-child(2n+1) > div {
        border-left: 0;
        border-bottom: 1px solid #d8d8d8;
    }

    .contact .col-md-6:last-child > div {
        border: 0;
    }

    .contact .col-md-6 p {
        margin: 10px 0;
    }

    .body-in .hero-anime .navbar-collapse {
        background: #fff;
        box-shadow: 0 5px 10px 0 rgba(138, 155,165,0.15);
    }

    .hero-anime .navbar-collapse {
        background: rgb(242, 242, 242);
        padding: 0px 10px;
        border-radius: 10px;
        position: relative;
    }

        .hero-anime .navbar-collapse.wallet-body {
            left: 0;
            position: absolute;
            top: 68px;
        }

    .basket.basket-desktop {
        display: none;
    }

    .basket.basket-mobile {
        display: block;
    }

    .header .basket {
        position: absolute;
        top: 7px;
        left: 55px;
    }

    .menu-bar .navbar-nav {
        margin-top: 46px;
        width: 100%;
    }

        .menu-bar .navbar-nav .nav-item {
            padding: 0 1.5rem 0 0 !important;
        }

    .banner-icon span:nth-child(1), .banner-icon span:nth-child(2), .banner-icon span:nth-child(3), .banner-icon span:nth-child(4) {
        background: #2a328f;
        color: #fff;
    }

    .banner-icon span:nth-child(1) {
        top: 6rem;
        left: 4rem;
        right: auto;
    }

    .banner-icon span:nth-child(3) {
        top: 0;
    }

    .banner-icon span:nth-child(4) {
        top: -1.5rem;
        right: auto;
        left: 13rem;
        bottom: auto;
    }

    .banner-icon span:nth-child(2) {
        top: 8rem;
    }

    .basket-list tbody tr th.delete-desktop:first-child {
        display: none;
    }

    .basket-list tbody tr td span.delete-mobile {
        display: block;
        font-size: 22px;
        background: #ff0202;
        color: #fff;
        width: 45px;
        text-align: center;
        float: right;
        margin-right: -7px;
        padding: 6px 0 0px 0;
        height: 37px;
        border-radius: 5px;
    }

    .basket-list.basket-list-member tbody tr td span.delete-mobile {
        padding: 6px 0 0 0;
    }

    .basket-list tbody tr td span.Date-mobile {
        width: 70px;
        display: block;
        float: right;
        padding: 2px 9px;
        font-size: 12px;
        text-align: center;
        color: #212529;
    }

    .basket-list.basket-list-member tbody tr td span.Date-mobile {
        padding: 6px 0 0 0;
    }

    .basket-list thead {
        display: none;
    }

    .basket-list tbody tr th:first-child {
        display: block;
        padding: 6px 0 0;
        width: 100%;
        border-bottom: 0;
    }

    .basket-list tbody tr td:before {
        display: block;
        font-size: 11px;
        color: #a4a4a4;
    }

    .basket-list tbody tr td {
        width: 25%;
        display: block;
        float: right;
        padding: 9px 5px;
        font-size: 12px;
        text-align: center;
    }

    .basket-list.basket-list-member tbody tr td {
        width: 33.3333%;
    }

    .basket-list tbody tr td span {
        display: block;
        font-size: 11px;
        color: #a4a4a4;
        padding-bottom: 2px;
    }

    .basket-list tbody tr td:nth-child(2) {
    }

        .basket-list tbody tr td:nth-child(2):before {
            content: 'پرداختی مهمان'
        }

    .basket-list tbody tr td:nth-child(3) {
    }

        .basket-list tbody tr td:nth-child(3):before {
            content: 'پرداختی عضو'
        }

    .basket-list tbody tr td:nth-child(4) {
    }

        .basket-list tbody tr td:nth-child(4):before {
            content: 'تخفیف'
        }

    .basket-list tbody tr td:nth-child(5) {
    }

        .basket-list tbody tr td:nth-child(5):before {
            content: 'جمع'
        }

    .basket-list tbody tr td:nth-child(6) {
        width: 75%;
    }

    /*   .basket-list tbody tr td:nth-child(7):before {
                content: 'کالا'
            }*/

    .basket-list tbody tr td:nth-child(7) {
        padding: 2px;
    }

    .basket-list.basket-list-member tbody tr td:nth-child(7) {
        width: 25%;
    }

    .basket-list tbody tr td:nth-child(7):before {
    }

    .basket-list tbody tr td:nth-child(8) {
        width: 100%;
        margin-bottom: 8px;
        padding: 5px 10px;
        border-top: 0;
    }

        .basket-list tbody tr td:nth-child(8):before {
        }


    .basket-list tfoot {
    }

        .basket-list tfoot tr th {
            display: none;
        }

        .basket-list tfoot tr td:before {
            display: block;
            font-size: 11px;
            color: #a4a4a4;
        }

        .basket-list tfoot tr td {
            width: 25%;
            display: block;
            float: right;
            padding: 9px 5px;
            font-size: 12px;
            text-align: center;
            background: #f5f5f5;
            height: 54px;
        }

            .basket-list tfoot tr td:nth-child(2) {
            }

                .basket-list tfoot tr td:nth-child(2):before {
                    content: 'پرداختی مهمان'
                }

            .basket-list tfoot tr td:nth-child(3) {
            }

                .basket-list tfoot tr td:nth-child(3):before {
                    content: 'پرداختی عضو'
                }

            .basket-list tfoot tr td:nth-child(4) {
            }

                .basket-list tfoot tr td:nth-child(4):before {
                    content: 'تخفیف'
                }

            .basket-list tfoot tr td:nth-child(6) {
                display: none;
            }

            .basket-list tfoot tr td:nth-child(5) {
            }

                .basket-list tfoot tr td:nth-child(5):before {
                    content: 'جمع'
                }

    .basket-list .shopping-cart .shopping-quantity input {
        width: calc(100% - 100px);
    }

    .basket-list .shopping-cart .plus-btn:before {
        left: 0;
        top: 7px;
        width: 1px;
        height: 20px;
    }

    .basket-list .shopping-cart .minus-btn:before {
        height: 20px;
        width: 1px;
        right: 0;
        top: 7px;
    }

    .basket-list.basket-list-member tbody tr td:nth-child(2) {
    }

        .basket-list.basket-list-member tbody tr td:nth-child(2):before,
        .basket-list.basket-list-member tfoot tr td:nth-child(2):before {
            content: 'پرداختی';
        }

    .basket-list.basket-list-member tbody tr td:nth-child(3):before,
    .basket-list.basket-list-member tfoot tr td:nth-child(3):before {
        content: 'تخفیف';
    }

    .basket-list.basket-list-member tbody tr td:nth-child(4):before,
    .basket-list.basket-list-member tfoot tr td:nth-child(4):before {
        content: 'جمع';
    }

    .basket-list.basket-list-member tbody tr td:nth-child(5) {
        width: 75%;
    }

        .basket-list.basket-list-member tbody tr td:nth-child(5):before {
            display: none;
        }

    .basket-list.basket-list-member tbody tr td:nth-child(6) {
        width: 25%;
        padding: 2px 5px;
    }

    .basket-list.basket-list-member tbody tr td:nth-child(7) {
        width: 100%;
        margin-bottom: 8px;
        border-top: 0;
        padding: 5px 10px;
    }

    .basket-list.basket-list-member tfoot tr td {
        width: 33.333%;
    }

        .basket-list.basket-list-member tfoot tr td:nth-child(5) {
            display: none;
        }
}

@media only screen and (max-width:575px) {
    .search-item a {
        text-overflow: initial;
        overflow: inherit;
    }

        .search-item a span {
            font-size: 0.75rem;
        }

    .login {
        align-items: flex-start;
        padding-top: 20px;
    }

    .banner-icon span:nth-child(1) {
        top: 1rem;
        left: 2rem;
    }

    .banner-icon span:nth-child(2) {
        top: 4rem;
        right: 2rem;
    }

    .banner-icon span:nth-child(3) {
        bottom: 3rem;
        right: 4rem;
    }

    .banner-icon span:nth-child(4) {
        bottom: 5rem;
        left: 1rem;
    }

    .search-img img {
        max-width: 100%;
    }

    .cooperate img {
        width: 100%;
    }

    footer {
        margin-top: 2rem;
    }

    .product-box .product-footer div {
        width: 50%;
    }

        .product-box .product-footer div:first-child {
            border-radius: 0 0 5px 0;
        }

    .product-detail .short {
        margin-bottom: 0;
    }

    .search-item {
        margin-top: 10px;
    }

        .search-item a {
            margin: 2px;
        }

            .search-item a:nth-child(1), .search-item a:nth-child(3), .search-item a:nth-child(5) {
                margin-top: -30px;
            }

    .add-address {
        width: 100%;
        margin-top: 10px;
        margin-bottom: 10px;
    }
}

@media only screen and (max-width:420px) {
    .shop-list-item {
        width: 100%;
    }

        .shop-list-item a {
            width: 50%;
            margin: 0;
            float: right;
        }

            .shop-list-item a:after {
                display: none;
            }

            .shop-list-item a:nth-child(2n):after {
                content: '';
                display: block;
                height: 18px;
                width: 1px;
                background: #828282;
                margin: 1px 0 0 15px;
            }

    /* .basket-list tbody tr td:nth-child(8) {
        display: none;
    } */

    .basket-list tbody tr td:nth-child(6) {
        width: 70%;
    }

    .basket-list tbody tr td:nth-child(7) {
        width: 30%;
    }

    .shop-list.basket-list {
        height: 400px;
        overflow-y: scroll;
    }

    .basket-list tfoot tr td {
        width: 50%;
    }
}

@media screen and (max-width: 992px) and (min-width: 767px) {

    .banner {
        margin-top: 90px;
    }

    .navbar-brand {
        display: none;
    }

    .navbar.navbar-expand-md {
        flex-direction: column;
    }

    .navbar-expand-md .navbar-collapse {
        flex-wrap: wrap !important;
    }

    .nav-item.active {
        flex: 0 0 80%;
    }

    .menu-bar {
        flex: 0 0 100%;
        margin-top: 10px;
        border-radius: 30px;
        padding: 7.5px 15px 7.5px 10px;
    }

    .nav-item.show .dropdown-menu {
        width: 100%;
    }
}

@media screen and (max-width: 767px) and (min-width: 575px) {
    .bank-card-box {
        padding: 0 5px
    }

        .bank-card-box > div h4 {
            padding: 15px 5px 0;
        }

        .bank-card-box > div p {
            font-size: 0.65rem;
            padding: 0 5px;
        }

        .bank-card-box > div a {
            font-size: 0.75rem;
        }

    .title h2 {
        font-size: 0.9rem;
    }

    .rank h2 {
        font-size: 1.2rem;
    }
}
/*New*/
@media (max-width: 767px) {
    .ProductRating {
        text-align: center;
        margin: 0 auto;
    }
}

.captcha-refresh-img {
    float: right;
    margin-right: -40px;
    margin-top: -80px;
    cursor: pointer;
}

.captcha .dxcaRefreshButtonCell_Metropolis {
    border: none;
    vertical-align: top !important;
}

.DisableComboBoxFilter .dxeEditAreaSys {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
}

.HideComboBoxButton {
    background-color: none;
    background: none;
}

.TokenRemoveButtonStyle {
    padding-top: 10px;
    margin-top: -1px;
    margin-left: 4px;
}

.dxeTokenBox {
    padding: 0px;
}

.dxeToken {
    margin-top: 10px;
}

.DisabledComboBoxItem {
    pointer-events: none;
    color: silver;
}

a.dxbButton_Office365 {
    color: #fdc40e;
    font-family: 'IRANSans';
    font-size: 13px;
}

.dxgvSearchPanel_Office365 .dxeButtonEdit_Office365, .dxgvSearchPanel_Office365 .dxeButtonEdit_Office365 input {
    background-color: unset;
}

.dxgvSearchPanel_Office365 .dxeButtonEdit_Office365 {
    box-shadow: none;
}

.dxeButtonEdit_Office365 {
    border: none;
    font-family: 'IRANSans';
    font-size: 13px;
}

.dxgvSearchPanel_Office365 .dxeButtonEdit_Office365 td.dxic {
    border: 1px solid #cacaca;
    border-radius: 5px;
    padding: .5rem 1rem;
    font-size: 13px;
    height: calc(1.5em + 1.3rem + 2px);
    box-shadow: 0 3px 6px rgba(0,0,0,0.09), 0 3px 6px rgba(0,0,0,0.1);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    font-family: 'IRANSans';
}

.dxpLite_Office365 .dxp-current {
    background-color: #fdc40e;
}

.dxdi-canvas .connector line, .dxdi-canvas .connector path {
    stroke: #aaaaaa;
}

.dxmLite_Office365 .dxctToolbar_Office365.dxm-horizontal.dxmtb .dxm-item {
    border: none;
}

.box-control {
    font-size: 0.9rem;
    outline: none;
    border: 1px solid #cacaca;
    border-radius: 5px;
    color: gray;
    transition: 0.1s ease-out;
    height: 45px;
    width: 100%;
    direction: ltr;
    text-align: right;
}

.box-minWidth-80 {
    min-width: 80px;
}

.box-minWidth-100 {
    min-width: 100px;
}

.dxcvCard_Office365.dxcvFocusedCard_Office365, .dxcvBreakpointsCard_Office365.dxcvFocusedCard_Office365, .dxcvFlowCard_Office365.dxcvFocusedCard_Office365, .dxcvEmptyCard_Office365.dxcvFocusedCard_Office365 {
    background-color: gainsboro;
}

.CheckOut-Red {
    font-family: IRANSans;
    font-style: normal;
    font-size: 12px;
    text-align: center;
    margin: 0 auto;
    color: red;
    padding-top: 10px;
}

.Notification-p {
    font-size: 0.9rem;
    right: 0;
    top: 50%;
    background-color: #ffffff;
    color: #333333;
    padding: 0 0.3rem;
    margin: 0 0.5rem;
    transition: .1s ease-out;
    transform-origin: right top;
    /*pointer-events: none;*/
}

.ProductRating-Label {
    text-align: right !important;
    margin: 0 auto !important;
    font-size: 0.7rem !important;
    background-color: white !important;
}

@media (max-width: 767px) {
    .ProductRating-Label {
        text-align: center !important;
        margin: 0 auto !important;
        font-size: 0.7rem !important;
        background-color: white !important;
    }
}

.AlignTextToCenter {
    text-align: center;
    margin: 0 auto;
}

.dxcvBreakpointsCard_Office365 {
    height: 120px;
}

@media only screen and (max-width:767px) {

    .CustomerOrder_Count tbody tr td:nth-child(2):before {
        content: 'تعداد' !important;
    }

    .CustomerOrder_Status .shopping-cart .shopping-quantity {
        width: calc(100% - 81px) !important;
    }

}

.CustomerOrder_Date {
    display: block !important;
    font-size: 11px !important;
    color: #212529 !important;
    text-align:center;
}

.OddRowColor {
    background-color: #f3f3f3 !important;
}

.dx-fab-position-container
{
    z-index:99999 !important;
}

.dxfabControl .dx-fab-main-button {
    background-color: #fdc40e !important;
}
